2019-01-20 11:42:22,479 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-329 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-20 11:42:22,485 - 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=BqvZwhJuywz3rATj4xFFrNXuY export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 2019-01-20 11:42:22,485 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-20 11:42:22,486 - 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 | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2019-01-20 11:42:22,503 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2019-01-20 11:42:29,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 11:42:29,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 11:42:29,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 11:42:29,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 11:42:29,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 11:42:29,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 11:42:29,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 11:42:29,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 11:42:29,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 11:42:29,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 11:42:29,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 11:42:29,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 11:42:29,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 11:42:29,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 11:42:29,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 11:42:29,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 11:42:29,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 11:42:29,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 11:42:29,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 11:42:29,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 11:42:29,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 11:42:29,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 11:42:29,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 11:42:29,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 11:42:29,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8872df0c-6082-4217-afc9-09fe1cc4ec6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:42:29,919 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8872df0c-6082-4217-afc9-09fe1cc4ec6a 2019-01-20 11:42:29,920 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:42:30,298 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}], "expires_at": "2019-01-20T12:42:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "057838f782f94e5ca660a8d24231cdb7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "96110a92bd284ca5bccb7c5d679699e2"}, "audit_ids": ["drKgg8JNR82Muwpw5vqOlw"], "issued_at": "2019-01-20T11:42:30.000000Z"}} 2019-01-20 11:42:30,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:30,308 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:42: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:42:30,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:30,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea6afb5a-ba91-4836-b76f-00a4a925c26f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 11:42:30,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-ea6afb5a-ba91-4836-b76f-00a4a925c26f 2019-01-20 11:42:30,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.569703102112s 2019-01-20 11:42:30,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-20 11:42:30,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_037c658c-65ef-492a-858b-7cdaea31aa24"}}' 2019-01-20 11:42:30,686 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:42:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d2410f9-f9af-40c1-8943-b136c5280136 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.22:5000/v3/projects/df6be3f9c1d14a769f02e74d71e08046"}, "enabled": true, "id": "df6be3f9c1d14a769f02e74d71e08046", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_037c658c-65ef-492a-858b-7cdaea31aa24"}} 2019-01-20 11:42:30,686 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-3d2410f9-f9af-40c1-8943-b136c5280136 2019-01-20 11:42:30,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.216737031937s 2019-01-20 11:42:30,687 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-3d2410f9-f9af-40c1-8943-b136c5280136 2019-01-20 11:42:30,687 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_037c658c-65ef-492a-858b-7cdaea31aa24', 'id': u'df6be3f9c1d14a769f02e74d71e08046', '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'})}) 2019-01-20 11:42:30,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-20 11:42:31,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.49174284935s 2019-01-20 11:42:31,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/86060ebc81d9411cb98c3a78cbb4c22e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:31,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f554c78-824b-4fa8-8cda-486d224b75e6 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/86060ebc81d9411cb98c3a78cbb4c22e"}, "enabled": true, "id": "86060ebc81d9411cb98c3a78cbb4c22e", "options": {}, "domain_id": "default", "name": "connection_check-user_037c658c-65ef-492a-858b-7cdaea31aa24"}} 2019-01-20 11:42:31,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/86060ebc81d9411cb98c3a78cbb4c22e used request id req-1f554c78-824b-4fa8-8cda-486d224b75e6 2019-01-20 11:42:31,352 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'86060ebc81d9411cb98c3a78cbb4c22e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_037c658c-65ef-492a-858b-7cdaea31aa24'}) 2019-01-20 11:42:31,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:42:31,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:31,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6feb5b60-6059-459c-b8bc-2c6e2f422e59 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:42:31,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6feb5b60-6059-459c-b8bc-2c6e2f422e59 2019-01-20 11:42:31,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.137548208237s 2019-01-20 11:42:31,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:42:31,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:31,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27df536c-1097-40ba-bf44-78e3ad400786 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:42:31,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-27df536c-1097-40ba-bf44-78e3ad400786 2019-01-20 11:42:31,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.141372919083s 2019-01-20 11:42:31,634 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-20 11:42:31,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-20 11:42:31,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" -d '{"role": {"name": "Member"}}' 2019-01-20 11:42:31,847 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:42:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77ec31a3-4313-4d73-86d4-3e219c52b5f3 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bfd9a89e3aee4937a51d1251efd680a2", "links": {"self": "http://172.30.9.22:5000/v3/roles/bfd9a89e3aee4937a51d1251efd680a2"}, "name": "Member"}} 2019-01-20 11:42:31,847 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-77ec31a3-4313-4d73-86d4-3e219c52b5f3 2019-01-20 11:42:31,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.212907075882s 2019-01-20 11:42:31,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/bfd9a89e3aee4937a51d1251efd680a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:31,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3204f57d-e480-4800-a6e5-e94eb3e19da1 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/bfd9a89e3aee4937a51d1251efd680a2"}, "domain_id": null, "name": "Member", "id": "bfd9a89e3aee4937a51d1251efd680a2"}} 2019-01-20 11:42:31,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/bfd9a89e3aee4937a51d1251efd680a2 used request id req-3204f57d-e480-4800-a6e5-e94eb3e19da1 2019-01-20 11:42:31,868 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/bfd9a89e3aee4937a51d1251efd680a2'}, 'domain_id': None, 'human_id': None, 'id': u'bfd9a89e3aee4937a51d1251efd680a2', 'HUMAN_ID': False}) 2019-01-20 11:42:31,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:42:31,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:31,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-051d58d4-fb42-44ce-896c-a42b691a0961 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bfd9a89e3aee4937a51d1251efd680a2", "links": {"self": "http://172.30.9.22:5000/v3/roles/bfd9a89e3aee4937a51d1251efd680a2"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:42:31,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-051d58d4-fb42-44ce-896c-a42b691a0961 2019-01-20 11:42:31,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0826849937439s 2019-01-20 11:42:31,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 11:42:31,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:32,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8df6a36-51e1-4c9d-9f49-d41697ac4f02 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 11:42:32,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-d8df6a36-51e1-4c9d-9f49-d41697ac4f02 2019-01-20 11:42:32,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0852749347687s 2019-01-20 11:42:32,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:42:32,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:32,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bc17145-7b25-405a-ac8f-8c5b0baa4d14 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_037c658c-65ef-492a-858b-7cdaea31aa24", "links": {"self": "http://172.30.9.22:5000/v3/users/86060ebc81d9411cb98c3a78cbb4c22e"}, "domain_id": "default", "enabled": true, "id": "86060ebc81d9411cb98c3a78cbb4c22e", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:42:32,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-7bc17145-7b25-405a-ac8f-8c5b0baa4d14 2019-01-20 11:42:32,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0993988513947s 2019-01-20 11:42:32,138 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-7bc17145-7b25-405a-ac8f-8c5b0baa4d14 2019-01-20 11:42:32,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 11:42:32,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:32,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb555d79-f91e-4657-8447-ed6547d9d666 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/df6be3f9c1d14a769f02e74d71e08046"}, "enabled": true, "id": "df6be3f9c1d14a769f02e74d71e08046", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_037c658c-65ef-492a-858b-7cdaea31aa24"}]} 2019-01-20 11:42:32,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-bb555d79-f91e-4657-8447-ed6547d9d666 2019-01-20 11:42:32,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0911781787872s 2019-01-20 11:42:32,236 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-bb555d79-f91e-4657-8447-ed6547d9d666 2019-01-20 11:42:32,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 11:42:32,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=86060ebc81d9411cb98c3a78cbb4c22e&scope.project.id=df6be3f9c1d14a769f02e74d71e08046&role.id=bfd9a89e3aee4937a51d1251efd680a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:32,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-942ce20e-a1b8-4a89-ba4b-fece1b9b4500 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=86060ebc81d9411cb98c3a78cbb4c22e&scope.project.id=df6be3f9c1d14a769f02e74d71e08046&role.id=bfd9a89e3aee4937a51d1251efd680a2", "previous": null, "next": null}} 2019-01-20 11:42:32,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=86060ebc81d9411cb98c3a78cbb4c22e&scope.project.id=df6be3f9c1d14a769f02e74d71e08046&role.id=bfd9a89e3aee4937a51d1251efd680a2 used request id req-942ce20e-a1b8-4a89-ba4b-fece1b9b4500 2019-01-20 11:42:32,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0858788490295s 2019-01-20 11:42:32,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 11:42:32,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/df6be3f9c1d14a769f02e74d71e08046/users/86060ebc81d9411cb98c3a78cbb4c22e/roles/bfd9a89e3aee4937a51d1251efd680a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:32,536 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:42:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2db37134-da9c-43b6-8284-54a557fea488 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:42:32,536 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/df6be3f9c1d14a769f02e74d71e08046/users/86060ebc81d9411cb98c3a78cbb4c22e/roles/bfd9a89e3aee4937a51d1251efd680a2 used request id req-2db37134-da9c-43b6-8284-54a557fea488 2019-01-20 11:42:32,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.211586952209s 2019-01-20 11:42:32,537 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_037c658c-65ef-492a-858b-7cdaea31aa24', 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': '3e70bb6e-aaa0-4f85-9bfd-7c4cae3bf5cb', 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_037c658c-65ef-492a-858b-7cdaea31aa24', 'project_id': u'df6be3f9c1d14a769f02e74d71e08046', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-20 11:42:32,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 11:42:32,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 11:42:32,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 11:42:32,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 11:42:32,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 11:42:32,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 11:42:32,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 11:42:32,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 11:42:32,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 11:42:32,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 11:42:32,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 11:42:32,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 11:42:32,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 11:42:32,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 11:42:32,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 11:42:32,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 11:42:32,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 11:42:32,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 11:42:32,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 11:42:32,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 11:42:32,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 11:42:32,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 11:42:32,542 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_037c658c-65ef-492a-858b-7cdaea31aa24', 'password': '3e70bb6e-aaa0-4f85-9bfd-7c4cae3bf5cb', 'project_name': 'connection_check-project_037c658c-65ef-492a-858b-7cdaea31aa24', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'df6be3f9c1d14a769f02e74d71e08046', 'project_domain_name': 'Default'} 2019-01-20 11:42:32,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:42:32,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:32,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6f934e0-b853-432f-acbb-f828093753e4 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bfd9a89e3aee4937a51d1251efd680a2", "links": {"self": "http://172.30.9.22:5000/v3/roles/bfd9a89e3aee4937a51d1251efd680a2"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:42:32,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b6f934e0-b853-432f-acbb-f828093753e4 2019-01-20 11:42:32,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.082906961441s 2019-01-20 11:42:32,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:42:32,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:32,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f078c2b2-e5a9-4743-a323-349343895087 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bfd9a89e3aee4937a51d1251efd680a2", "links": {"self": "http://172.30.9.22:5000/v3/roles/bfd9a89e3aee4937a51d1251efd680a2"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:42:32,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f078c2b2-e5a9-4743-a323-349343895087 2019-01-20 11:42:32,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.146597862244s 2019-01-20 11:42:32,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 11:42:32,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:32,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a09ff30-9ed5-4b2e-b0fc-ce7fb7a4e91b Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 11:42:32,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-6a09ff30-9ed5-4b2e-b0fc-ce7fb7a4e91b 2019-01-20 11:42:32,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0752692222595s 2019-01-20 11:42:32,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:42:32,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:32,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04554bf4-39f5-4aac-a2c1-d8d27f758a90 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_037c658c-65ef-492a-858b-7cdaea31aa24", "links": {"self": "http://172.30.9.22:5000/v3/users/86060ebc81d9411cb98c3a78cbb4c22e"}, "domain_id": "default", "enabled": true, "id": "86060ebc81d9411cb98c3a78cbb4c22e", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:42:32,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-04554bf4-39f5-4aac-a2c1-d8d27f758a90 2019-01-20 11:42:32,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104497909546s 2019-01-20 11:42:32,956 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-04554bf4-39f5-4aac-a2c1-d8d27f758a90 2019-01-20 11:42:32,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 11:42:32,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:33,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f4fe4e0-44eb-4993-81dd-5e411cb2c9d8 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/df6be3f9c1d14a769f02e74d71e08046"}, "enabled": true, "id": "df6be3f9c1d14a769f02e74d71e08046", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_037c658c-65ef-492a-858b-7cdaea31aa24"}]} 2019-01-20 11:42:33,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-0f4fe4e0-44eb-4993-81dd-5e411cb2c9d8 2019-01-20 11:42:33,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0855758190155s 2019-01-20 11:42:33,049 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-0f4fe4e0-44eb-4993-81dd-5e411cb2c9d8 2019-01-20 11:42:33,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 11:42:33,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=86060ebc81d9411cb98c3a78cbb4c22e&scope.project.id=df6be3f9c1d14a769f02e74d71e08046&role.id=77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:33,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1df79577-dcd7-4a49-bd89-4c471732d1d9 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=86060ebc81d9411cb98c3a78cbb4c22e&scope.project.id=df6be3f9c1d14a769f02e74d71e08046&role.id=77f3d538c7cd4e1a927402af90dfd66a", "previous": null, "next": null}} 2019-01-20 11:42:33,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=86060ebc81d9411cb98c3a78cbb4c22e&scope.project.id=df6be3f9c1d14a769f02e74d71e08046&role.id=77f3d538c7cd4e1a927402af90dfd66a used request id req-1df79577-dcd7-4a49-bd89-4c471732d1d9 2019-01-20 11:42:33,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0747509002686s 2019-01-20 11:42:33,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 11:42:33,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/df6be3f9c1d14a769f02e74d71e08046/users/86060ebc81d9411cb98c3a78cbb4c22e/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:33,350 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:42:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e99b916-5cec-46d0-9b38-83fea467f3c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:42:33,350 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/df6be3f9c1d14a769f02e74d71e08046/users/86060ebc81d9411cb98c3a78cbb4c22e/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-2e99b916-5cec-46d0-9b38-83fea467f3c6 2019-01-20 11:42:33,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.224165916443s 2019-01-20 11:42:33,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:42:33,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:33,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee4640f1-087a-46f9-99c9-bad1ff071fad Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bfd9a89e3aee4937a51d1251efd680a2", "links": {"self": "http://172.30.9.22:5000/v3/roles/bfd9a89e3aee4937a51d1251efd680a2"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:42:33,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ee4640f1-087a-46f9-99c9-bad1ff071fad 2019-01-20 11:42:33,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0962779521942s 2019-01-20 11:42:33,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-20 11:42:33,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" -d '{"role": {"name": "heat_stack_owner"}}' 2019-01-20 11:42:33,587 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:42:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50e9bbc0-e5dd-447a-aaa3-9367325abd2b Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1b5bde0091a549d8b97c85f0160af96c", "links": {"self": "http://172.30.9.22:5000/v3/roles/1b5bde0091a549d8b97c85f0160af96c"}, "name": "heat_stack_owner"}} 2019-01-20 11:42:33,587 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-50e9bbc0-e5dd-447a-aaa3-9367325abd2b 2019-01-20 11:42:33,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.139324903488s 2019-01-20 11:42:33,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/1b5bde0091a549d8b97c85f0160af96c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:33,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2343433-6866-49d4-9f0f-cd7bfb543465 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/1b5bde0091a549d8b97c85f0160af96c"}, "domain_id": null, "name": "heat_stack_owner", "id": "1b5bde0091a549d8b97c85f0160af96c"}} 2019-01-20 11:42:33,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/1b5bde0091a549d8b97c85f0160af96c used request id req-c2343433-6866-49d4-9f0f-cd7bfb543465 2019-01-20 11:42:33,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:42:33,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:33,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a6dbd86-5662-48c3-8db5-2eeda7176cd3 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b5bde0091a549d8b97c85f0160af96c", "links": {"self": "http://172.30.9.22:5000/v3/roles/1b5bde0091a549d8b97c85f0160af96c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bfd9a89e3aee4937a51d1251efd680a2", "links": {"self": "http://172.30.9.22:5000/v3/roles/bfd9a89e3aee4937a51d1251efd680a2"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:42:33,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6a6dbd86-5662-48c3-8db5-2eeda7176cd3 2019-01-20 11:42:33,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.082505941391s 2019-01-20 11:42:33,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 11:42:33,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:33,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-574de096-088d-44ec-a0a5-07de0b65dac8 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 11:42:33,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-574de096-088d-44ec-a0a5-07de0b65dac8 2019-01-20 11:42:33,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.139914035797s 2019-01-20 11:42:33,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:42:33,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:33,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb2f97cf-dcf8-401e-8687-7a4c7c40a803 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_037c658c-65ef-492a-858b-7cdaea31aa24", "links": {"self": "http://172.30.9.22:5000/v3/users/86060ebc81d9411cb98c3a78cbb4c22e"}, "domain_id": "default", "enabled": true, "id": "86060ebc81d9411cb98c3a78cbb4c22e", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:42:33,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-bb2f97cf-dcf8-401e-8687-7a4c7c40a803 2019-01-20 11:42:33,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0999710559845s 2019-01-20 11:42:33,999 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-bb2f97cf-dcf8-401e-8687-7a4c7c40a803 2019-01-20 11:42:34,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 11:42:34,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:34,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65487a3d-d311-4944-86b2-4c5c3006d8d4 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/df6be3f9c1d14a769f02e74d71e08046"}, "enabled": true, "id": "df6be3f9c1d14a769f02e74d71e08046", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_037c658c-65ef-492a-858b-7cdaea31aa24"}]} 2019-01-20 11:42:34,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-65487a3d-d311-4944-86b2-4c5c3006d8d4 2019-01-20 11:42:34,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.086651802063s 2019-01-20 11:42:34,093 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-65487a3d-d311-4944-86b2-4c5c3006d8d4 2019-01-20 11:42:34,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 11:42:34,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=86060ebc81d9411cb98c3a78cbb4c22e&scope.project.id=df6be3f9c1d14a769f02e74d71e08046&role.id=1b5bde0091a549d8b97c85f0160af96c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:34,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8788d15-5a92-40f9-bf3a-ffb1e3ac9b04 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=86060ebc81d9411cb98c3a78cbb4c22e&scope.project.id=df6be3f9c1d14a769f02e74d71e08046&role.id=1b5bde0091a549d8b97c85f0160af96c", "previous": null, "next": null}} 2019-01-20 11:42:34,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=86060ebc81d9411cb98c3a78cbb4c22e&scope.project.id=df6be3f9c1d14a769f02e74d71e08046&role.id=1b5bde0091a549d8b97c85f0160af96c used request id req-a8788d15-5a92-40f9-bf3a-ffb1e3ac9b04 2019-01-20 11:42:34,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.143323898315s 2019-01-20 11:42:34,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 11:42:34,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/df6be3f9c1d14a769f02e74d71e08046/users/86060ebc81d9411cb98c3a78cbb4c22e/roles/1b5bde0091a549d8b97c85f0160af96c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:34,486 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:42:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62b1712a-9f4b-4094-97d3-d04007d0abdd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:42:34,486 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/df6be3f9c1d14a769f02e74d71e08046/users/86060ebc81d9411cb98c3a78cbb4c22e/roles/1b5bde0091a549d8b97c85f0160af96c used request id req-62b1712a-9f4b-4094-97d3-d04007d0abdd 2019-01-20 11:42:34,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.248170137405s 2019-01-20 11:42:34,487 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2019-01-20 11:42:34,487 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2019-01-20 11:42:34,487 - openstack_tests - INFO - OS Credentials = > 2019-01-20 11:42:34,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:34,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:42:34,892 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "1b5bde0091a549d8b97c85f0160af96c", "name": "heat_stack_owner"}, {"id": "bfd9a89e3aee4937a51d1251efd680a2", "name": "Member"}], "expires_at": "2019-01-20T12:42:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df6be3f9c1d14a769f02e74d71e08046", "name": "connection_check-project_037c658c-65ef-492a-858b-7cdaea31aa24"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_037c658c-65ef-492a-858b-7cdaea31aa24", "id": "86060ebc81d9411cb98c3a78cbb4c22e"}, "audit_ids": ["UebkxqW9Sv2N2kzvmhOc7Q"], "issued_at": "2019-01-20T11:42:34.000000Z"}} 2019-01-20 11:42:34,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b56a41d27db39c7e7e8b0debec3f537f39a6c3a" 2019-01-20 11:42:35,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-73f41f67-bb17-4573-be10-556e3c39274b Date: Sun, 20 Jan 2019 11:42:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 11:42:35,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?router%3Aexternal=True used request id req-73f41f67-bb17-4573-be10-556e3c39274b 2019-01-20 11:42:35,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b56a41d27db39c7e7e8b0debec3f537f39a6c3a" 2019-01-20 11:42:36,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-963f2c8c-7a0e-4d0a-a188-b99968ad680b Date: Sun, 20 Jan 2019 11:42:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-20 11:42:36,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-963f2c8c-7a0e-4d0a-a188-b99968ad680b 2019-01-20 11:42:36,700 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2019-01-20 11:42:36,701 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2019-01-20 11:42:36,701 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:36,702 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:36,703 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:36,704 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:36,704 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:36,705 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:36,706 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:36,707 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:36,708 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:36,708 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:36,709 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:36,710 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:36,711 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:36,711 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:36,712 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:37,004 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2019-01-20 11:42:37,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:42:37,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "1b5bde0091a549d8b97c85f0160af96c", "name": "heat_stack_owner"}, {"id": "bfd9a89e3aee4937a51d1251efd680a2", "name": "Member"}], "expires_at": "2019-01-20T12:42:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df6be3f9c1d14a769f02e74d71e08046", "name": "connection_check-project_037c658c-65ef-492a-858b-7cdaea31aa24"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_037c658c-65ef-492a-858b-7cdaea31aa24", "id": "86060ebc81d9411cb98c3a78cbb4c22e"}, "audit_ids": ["oKJWq2vNTL-ObKMWXnuWNg"], "issued_at": "2019-01-20T11:42:37.000000Z"}} 2019-01-20 11:42:37,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a79c12d21ae28ccb66241b1124adf93978eaf33d" 2019-01-20 11:42:38,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-3f8b6594-bf46-441b-b2b6-fd738e635c11 Date: Sun, 20 Jan 2019 11:42:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2019-01-20 11:42:38,319 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&name=foo used request id req-3f8b6594-bf46-441b-b2b6-fd738e635c11 2019-01-20 11:42:38,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:38,320 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2019-01-20 11:42:38,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:42:38,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "1b5bde0091a549d8b97c85f0160af96c", "name": "heat_stack_owner"}, {"id": "bfd9a89e3aee4937a51d1251efd680a2", "name": "Member"}], "expires_at": "2019-01-20T12:42:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df6be3f9c1d14a769f02e74d71e08046", "name": "connection_check-project_037c658c-65ef-492a-858b-7cdaea31aa24"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_037c658c-65ef-492a-858b-7cdaea31aa24", "id": "86060ebc81d9411cb98c3a78cbb4c22e"}, "audit_ids": ["Bv4HPM0hTO2jkNFgXJ1woA"], "issued_at": "2019-01-20T11:42:38.000000Z"}} 2019-01-20 11:42:38,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f434d417d2ae936b33e4b38bb1aa20eb823bc7" 2019-01-20 11:42:38,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b128a5c-b5c7-40f6-8af0-9ec95c1c44c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:42:38,803 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4b128a5c-b5c7-40f6-8af0-9ec95c1c44c4 2019-01-20 11:42:38,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:42:38,813 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:42: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:42:38,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f434d417d2ae936b33e4b38bb1aa20eb823bc7" 2019-01-20 11:42:38,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8456afb8-be04-4bbe-8d98-e26c7594abb4 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_037c658c-65ef-492a-858b-7cdaea31aa24", "links": {"self": "http://172.30.9.22:5000/v3/users/86060ebc81d9411cb98c3a78cbb4c22e"}, "domain_id": "default", "enabled": true, "id": "86060ebc81d9411cb98c3a78cbb4c22e", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:42:38,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-8456afb8-be04-4bbe-8d98-e26c7594abb4 2019-01-20 11:42:38,922 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:38,923 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2019-01-20 11:42:38,923 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:42:39,308 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "1b5bde0091a549d8b97c85f0160af96c", "name": "heat_stack_owner"}, {"id": "bfd9a89e3aee4937a51d1251efd680a2", "name": "Member"}], "expires_at": "2019-01-20T12:42:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df6be3f9c1d14a769f02e74d71e08046", "name": "connection_check-project_037c658c-65ef-492a-858b-7cdaea31aa24"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_037c658c-65ef-492a-858b-7cdaea31aa24", "id": "86060ebc81d9411cb98c3a78cbb4c22e"}, "audit_ids": ["ECWnAHCqSzWsEvFe1RzG3A"], "issued_at": "2019-01-20T11:42:39.000000Z"}} 2019-01-20 11:42:39,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20444cd236b05de367544b5086b9bd05a4979b36" 2019-01-20 11:42:40,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-77dde799-fbc0-424a-a31d-30696b7133d4 Date: Sun, 20 Jan 2019 11:42:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 11:42:40,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-77dde799-fbc0-424a-a31d-30696b7133d4 2019-01-20 11:42:40,237 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:42:40,617 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "1b5bde0091a549d8b97c85f0160af96c", "name": "heat_stack_owner"}, {"id": "bfd9a89e3aee4937a51d1251efd680a2", "name": "Member"}], "expires_at": "2019-01-20T12:42:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df6be3f9c1d14a769f02e74d71e08046", "name": "connection_check-project_037c658c-65ef-492a-858b-7cdaea31aa24"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_037c658c-65ef-492a-858b-7cdaea31aa24", "id": "86060ebc81d9411cb98c3a78cbb4c22e"}, "audit_ids": ["WmJw4I7uTz-cqICOZJK5vQ"], "issued_at": "2019-01-20T11:42:40.000000Z"}} 2019-01-20 11:42:40,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0449c8ed643c76a9d5c4c0c14785866acd7e0e4f" 2019-01-20 11:42:41,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-9793b046-7265-48d8-bd0f-d41e399160f8 Date: Sun, 20 Jan 2019 11:42:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 11:42:41,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?router%3Aexternal=True used request id req-9793b046-7265-48d8-bd0f-d41e399160f8 2019-01-20 11:42:41,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0449c8ed643c76a9d5c4c0c14785866acd7e0e4f" 2019-01-20 11:42:42,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-d34e088b-b066-44e2-afad-8935377c9048 Date: Sun, 20 Jan 2019 11:42:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-20 11:42:42,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-d34e088b-b066-44e2-afad-8935377c9048 2019-01-20 11:42:42,456 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:42:42,456 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:42,707 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.22:5000/v2.0/tokens 2019-01-20 11:42:42,724 - keystoneauth.session - DEBUG - Request returned failure status: 401 2019-01-20 11:42:42,725 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:42:42,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:42:43,195 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "1b5bde0091a549d8b97c85f0160af96c", "name": "heat_stack_owner"}, {"id": "bfd9a89e3aee4937a51d1251efd680a2", "name": "Member"}], "expires_at": "2019-01-20T12:42:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df6be3f9c1d14a769f02e74d71e08046", "name": "connection_check-project_037c658c-65ef-492a-858b-7cdaea31aa24"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_037c658c-65ef-492a-858b-7cdaea31aa24", "id": "86060ebc81d9411cb98c3a78cbb4c22e"}, "audit_ids": ["C5hD5pFOQHSoCe48FS-Jmg"], "issued_at": "2019-01-20T11:42:43.000000Z"}} 2019-01-20 11:42:43,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23d0d6c7d7ebc90a054f3beba48eb98bbc0d8bbc" 2019-01-20 11:42:44,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42: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-9f8628d1-1b23-40ed-b6aa-8e559e62322a x-compute-request-id: req-9f8628d1-1b23-40ed-b6aa-8e559e62322a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 11:42:44,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail used request id req-9f8628d1-1b23-40ed-b6aa-8e559e62322a 2019-01-20 11:42:44,076 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:42:44,077 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:42:44,454 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "1b5bde0091a549d8b97c85f0160af96c", "name": "heat_stack_owner"}, {"id": "bfd9a89e3aee4937a51d1251efd680a2", "name": "Member"}], "expires_at": "2019-01-20T12:42:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df6be3f9c1d14a769f02e74d71e08046", "name": "connection_check-project_037c658c-65ef-492a-858b-7cdaea31aa24"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_037c658c-65ef-492a-858b-7cdaea31aa24", "id": "86060ebc81d9411cb98c3a78cbb4c22e"}, "audit_ids": ["1jpayT40QWyMIY4dnZBkgA"], "issued_at": "2019-01-20T11:42:44.000000Z"}} 2019-01-20 11:42:44,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7a8e7cc4909d160a9223a910ddc798b919badc8" 2019-01-20 11:42:45,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42: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-462b4a58-bfd8-4545-83a5-033c8b23a055 x-compute-request-id: req-462b4a58-bfd8-4545-83a5-033c8b23a055 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 179}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 182}, "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.9", "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}]} 2019-01-20 11:42:45,272 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-462b4a58-bfd8-4545-83a5-033c8b23a055 2019-01-20 11:42:45,273 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 11:42:45,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:45,359 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.22:5000/v2.0/tokens 2019-01-20 11:42:45,379 - keystoneauth.session - DEBUG - Request returned failure status: 401 2019-01-20 11:42:45,379 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 11:42:45,380 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:42:45,866 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "1b5bde0091a549d8b97c85f0160af96c", "name": "heat_stack_owner"}, {"id": "bfd9a89e3aee4937a51d1251efd680a2", "name": "Member"}], "expires_at": "2019-01-20T12:42:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df6be3f9c1d14a769f02e74d71e08046", "name": "connection_check-project_037c658c-65ef-492a-858b-7cdaea31aa24"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_037c658c-65ef-492a-858b-7cdaea31aa24", "id": "86060ebc81d9411cb98c3a78cbb4c22e"}, "audit_ids": ["m-0ZCUUcSJuOKHj9Aq4Dhw"], "issued_at": "2019-01-20T11:42:45.000000Z"}} 2019-01-20 11:42:45,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/df6be3f9c1d14a769f02e74d71e08046/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dce6810e483198bdd365dea3c56a3e2124e496d3" 2019-01-20 11:42:46,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:45 GMT Server: Apache x-openstack-request-id: req-7728d458-2f0a-42e0-ab9a-5e54ac8a43d4 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-20 11:42:46,747 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/df6be3f9c1d14a769f02e74d71e08046/stacks used request id req-7728d458-2f0a-42e0-ab9a-5e54ac8a43d4 2019-01-20 11:42:46,748 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:46,922 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2019-01-20 11:42:46,925 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:42:47,373 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "1b5bde0091a549d8b97c85f0160af96c", "name": "heat_stack_owner"}, {"id": "bfd9a89e3aee4937a51d1251efd680a2", "name": "Member"}], "expires_at": "2019-01-20T12:42:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df6be3f9c1d14a769f02e74d71e08046", "name": "connection_check-project_037c658c-65ef-492a-858b-7cdaea31aa24"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/df6be3f9c1d14a769f02e74d71e08046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_037c658c-65ef-492a-858b-7cdaea31aa24", "id": "86060ebc81d9411cb98c3a78cbb4c22e"}, "audit_ids": ["JDSYpwZsQGCnk8uaYWghQA"], "issued_at": "2019-01-20T11:42:47.000000Z"}} 2019-01-20 11:42:47,377 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/df6be3f9c1d14a769f02e74d71e08046/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d585227b3ac0c8bf188bed701399308b6f8bd21b" 2019-01-20 11:42:48,392 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:47 GMT Server: Apache x-compute-request-id: req-da533134-8d24-4e20-9949-00d6545b7aac OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-da533134-8d24-4e20-9949-00d6545b7aac Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-20 11:42:48,393 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/df6be3f9c1d14a769f02e74d71e08046/volumes/detail used request id req-da533134-8d24-4e20-9949-00d6545b7aac 2019-01-20 11:42:48,394 - 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 11.682s OK 2019-01-20 11:42:48,506 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-20 11:42:48,507 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:12 | PASS | +--------------------------+------------------+------------------+----------------+ 2019-01-20 11:42:48,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:42:48,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:48,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd970505-f7df-4dd9-b4a4-dfd0cd14f83e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1b5bde0091a549d8b97c85f0160af96c", "links": {"self": "http://172.30.9.22:5000/v3/roles/1b5bde0091a549d8b97c85f0160af96c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bfd9a89e3aee4937a51d1251efd680a2", "links": {"self": "http://172.30.9.22:5000/v3/roles/bfd9a89e3aee4937a51d1251efd680a2"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:42:48,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fd970505-f7df-4dd9-b4a4-dfd0cd14f83e 2019-01-20 11:42:48,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0792570114136s 2019-01-20 11:42:48,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-20 11:42:48,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/1b5bde0091a549d8b97c85f0160af96c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:48,907 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:42:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3bd55d84-56ef-4323-ba9c-1e1b05e093af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:42:48,907 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/1b5bde0091a549d8b97c85f0160af96c used request id req-3bd55d84-56ef-4323-ba9c-1e1b05e093af 2019-01-20 11:42:48,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.31174492836s 2019-01-20 11:42:48,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:42:48,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:48,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db45e0c9-c4a4-4b41-ac66-03b3d5c4335f Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_037c658c-65ef-492a-858b-7cdaea31aa24", "links": {"self": "http://172.30.9.22:5000/v3/users/86060ebc81d9411cb98c3a78cbb4c22e"}, "domain_id": "default", "enabled": true, "id": "86060ebc81d9411cb98c3a78cbb4c22e", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:42:48,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-db45e0c9-c4a4-4b41-ac66-03b3d5c4335f 2019-01-20 11:42:48,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.087856054306s 2019-01-20 11:42:48,997 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-db45e0c9-c4a4-4b41-ac66-03b3d5c4335f 2019-01-20 11:42:49,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:42:49,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/86060ebc81d9411cb98c3a78cbb4c22e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:49,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04f45c28-ff83-4cea-85fa-cd8189a2dfbe Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/86060ebc81d9411cb98c3a78cbb4c22e"}, "enabled": true, "id": "86060ebc81d9411cb98c3a78cbb4c22e", "options": {}, "domain_id": "default", "name": "connection_check-user_037c658c-65ef-492a-858b-7cdaea31aa24"}} 2019-01-20 11:42:49,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/86060ebc81d9411cb98c3a78cbb4c22e used request id req-04f45c28-ff83-4cea-85fa-cd8189a2dfbe 2019-01-20 11:42:49,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0948581695557s 2019-01-20 11:42:49,098 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/86060ebc81d9411cb98c3a78cbb4c22e used request id req-04f45c28-ff83-4cea-85fa-cd8189a2dfbe 2019-01-20 11:42:49,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-20 11:42:49,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/86060ebc81d9411cb98c3a78cbb4c22e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:49,387 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:42:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-318a283a-4973-464c-b742-6d3efc85d8da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:42:49,388 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/86060ebc81d9411cb98c3a78cbb4c22e used request id req-318a283a-4973-464c-b742-6d3efc85d8da 2019-01-20 11:42:49,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.288692951202s 2019-01-20 11:42:49,388 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/86060ebc81d9411cb98c3a78cbb4c22e used request id req-318a283a-4973-464c-b742-6d3efc85d8da 2019-01-20 11:42:49,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 11:42:49,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:49,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b00dfbb-48ee-4179-b541-7a4887b8b033 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/df6be3f9c1d14a769f02e74d71e08046"}, "enabled": true, "id": "df6be3f9c1d14a769f02e74d71e08046", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_037c658c-65ef-492a-858b-7cdaea31aa24"}]} 2019-01-20 11:42:49,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-4b00dfbb-48ee-4179-b541-7a4887b8b033 2019-01-20 11:42:49,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0725288391113s 2019-01-20 11:42:49,462 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-4b00dfbb-48ee-4179-b541-7a4887b8b033 2019-01-20 11:42:49,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-20 11:42:49,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/df6be3f9c1d14a769f02e74d71e08046 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:49,648 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:42:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-490c512e-e243-45a1-99aa-ab28a2e38d18 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:42:49,648 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/df6be3f9c1d14a769f02e74d71e08046 used request id req-490c512e-e243-45a1-99aa-ab28a2e38d18 2019-01-20 11:42:49,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.183945894241s 2019-01-20 11:42:49,648 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/df6be3f9c1d14a769f02e74d71e08046 used request id req-490c512e-e243-45a1-99aa-ab28a2e38d18 2019-01-20 11:42:49,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:42:49,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:49,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68499290-3fc1-48a2-8bc1-049147753bb2 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bfd9a89e3aee4937a51d1251efd680a2", "links": {"self": "http://172.30.9.22:5000/v3/roles/bfd9a89e3aee4937a51d1251efd680a2"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:42:49,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-68499290-3fc1-48a2-8bc1-049147753bb2 2019-01-20 11:42:49,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0819139480591s 2019-01-20 11:42:49,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-20 11:42:49,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/bfd9a89e3aee4937a51d1251efd680a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:49,850 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:42:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e68c71d9-9247-4cb0-9580-b668253dd810 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:42:49,850 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/bfd9a89e3aee4937a51d1251efd680a2 used request id req-e68c71d9-9247-4cb0-9580-b668253dd810 2019-01-20 11:42:49,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.117451190948s 2019-01-20 11:42:49,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 11:42:49,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=df6be3f9c1d14a769f02e74d71e08046&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}93edc0078fbdd5ca77bdd67ca9712ccd07d582a5" 2019-01-20 11:42:50,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-eb183579-529a-4bae-bd8d-a52a911fea28 Date: Sun, 20 Jan 2019 11:42:50 GMT RESP BODY: {"security_groups": []} 2019-01-20 11:42:50,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=df6be3f9c1d14a769f02e74d71e08046&name=default used request id req-eb183579-529a-4bae-bd8d-a52a911fea28 2019-01-20 11:42:50,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 1.00709700584s 2019-01-20 11:42:50,863 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=df6be3f9c1d14a769f02e74d71e08046&name=default used request id req-eb183579-529a-4bae-bd8d-a52a911fea28 2019-01-20 11:42:50,884 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2019-01-20 11:42:50,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 11:42:50,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 11:42:50,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 11:42:50,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 11:42:50,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 11:42:50,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 11:42:50,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 11:42:50,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 11:42:50,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 11:42:50,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 11:42:50,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 11:42:50,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 11:42:50,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 11:42:50,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 11:42:50,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 11:42:50,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 11:42:50,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 11:42:50,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 11:42:50,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 11:42:50,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 11:42:50,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 11:42:50,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 11:42:50,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 11:42:50,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 11:42:50,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cf9766a-bdd0-46a5-942d-64b696750ae6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:42:50,925 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5cf9766a-bdd0-46a5-942d-64b696750ae6 2019-01-20 11:42:50,925 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:42:51,303 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}], "expires_at": "2019-01-20T12:42:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "057838f782f94e5ca660a8d24231cdb7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "96110a92bd284ca5bccb7c5d679699e2"}, "audit_ids": ["iHRWbAo7Qe6yrF7htFW7Fw"], "issued_at": "2019-01-20T11:42:51.000000Z"}} 2019-01-20 11:42:51,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:51,314 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:42:51,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:51,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-196adeb6-4818-4e37-81eb-a80d0bfa295b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 11:42:51,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-196adeb6-4818-4e37-81eb-a80d0bfa295b 2019-01-20 11:42:51,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.493635892868s 2019-01-20 11:42:51,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-20 11:42:51,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}50c0115cdf7c00156e6d124d15780b55f7c2a305" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}}' 2019-01-20 11:42:51,533 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:42:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ae12aa1-4757-43db-b0b1-c6988c0e14df 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:42:51,533 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-4ae12aa1-4757-43db-b0b1-c6988c0e14df 2019-01-20 11:42:51,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.120316028595s 2019-01-20 11:42:51,533 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-4ae12aa1-4757-43db-b0b1-c6988c0e14df 2019-01-20 11:42:51,534 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d', 'id': u'632adb60eb5b46cbaf6c905003618b09', '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'})}) 2019-01-20 11:42:51,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-20 11:42:51,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.424407958984s 2019-01-20 11:42:51,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:52,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61ac69ee-9efc-460b-a36b-fdbd124d8d96 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6"}, "enabled": true, "id": "f8248cee7f534240b0235e12eac098e6", "options": {}, "domain_id": "default", "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:42:52,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6 used request id req-61ac69ee-9efc-460b-a36b-fdbd124d8d96 2019-01-20 11:42:52,066 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f8248cee7f534240b0235e12eac098e6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d'}) 2019-01-20 11:42:52,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:42:52,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:52,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8446cdbb-48b2-4898-b563-d4931b76e62d Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:42:52,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-8446cdbb-48b2-4898-b563-d4931b76e62d 2019-01-20 11:42:52,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0837590694427s 2019-01-20 11:42:52,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:42:52,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:52,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb8e3d4f-d081-48b4-8a64-54c68b6b35ba Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:42:52,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fb8e3d4f-d081-48b4-8a64-54c68b6b35ba 2019-01-20 11:42:52,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0727231502533s 2019-01-20 11:42:52,225 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-20 11:42:52,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-20 11:42:52,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" -d '{"role": {"name": "Member"}}' 2019-01-20 11:42:52,328 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:42:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e1f3fbb-7ae1-4134-be23-599459ac88e8 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}} 2019-01-20 11:42:52,329 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-1e1f3fbb-7ae1-4134-be23-599459ac88e8 2019-01-20 11:42:52,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.103016853333s 2019-01-20 11:42:52,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:52,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdb7a860-ab66-4adb-bce5-064781f50434 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "domain_id": null, "name": "Member", "id": "034c146629924cb888ad4bbc9a68eeee"}} 2019-01-20 11:42:52,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee used request id req-fdb7a860-ab66-4adb-bce5-064781f50434 2019-01-20 11:42:52,411 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee'}, 'domain_id': None, 'human_id': None, 'id': u'034c146629924cb888ad4bbc9a68eeee', 'HUMAN_ID': False}) 2019-01-20 11:42:52,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:42:52,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:52,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c62fa77-b80a-4ea6-a613-11ec7f544dc4 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:42:52,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-3c62fa77-b80a-4ea6-a613-11ec7f544dc4 2019-01-20 11:42:52,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0791118144989s 2019-01-20 11:42:52,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 11:42:52,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:52,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ac4ad03-7262-43ab-89a0-37ea97435119 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 11:42:52,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-5ac4ad03-7262-43ab-89a0-37ea97435119 2019-01-20 11:42:52,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0828418731689s 2019-01-20 11:42:52,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:42:52,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:52,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18a8a4cd-f4fe-408f-9bff-505f85c55c2b Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "links": {"self": "http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6"}, "domain_id": "default", "enabled": true, "id": "f8248cee7f534240b0235e12eac098e6", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:42:52,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-18a8a4cd-f4fe-408f-9bff-505f85c55c2b 2019-01-20 11:42:52,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0999829769135s 2019-01-20 11:42:52,677 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-18a8a4cd-f4fe-408f-9bff-505f85c55c2b 2019-01-20 11:42:52,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 11:42:52,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:52,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-430da804-b146-46ef-9ce9-873da06164ad Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 11:42:52,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-430da804-b146-46ef-9ce9-873da06164ad 2019-01-20 11:42:52,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.142006158829s 2019-01-20 11:42:52,825 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-430da804-b146-46ef-9ce9-873da06164ad 2019-01-20 11:42:52,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 11:42:52,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=f8248cee7f534240b0235e12eac098e6&scope.project.id=632adb60eb5b46cbaf6c905003618b09&role.id=034c146629924cb888ad4bbc9a68eeee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:52,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-512e2bd3-b690-4c58-981f-90b1c53a91fd Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=f8248cee7f534240b0235e12eac098e6&scope.project.id=632adb60eb5b46cbaf6c905003618b09&role.id=034c146629924cb888ad4bbc9a68eeee", "previous": null, "next": null}} 2019-01-20 11:42:52,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=f8248cee7f534240b0235e12eac098e6&scope.project.id=632adb60eb5b46cbaf6c905003618b09&role.id=034c146629924cb888ad4bbc9a68eeee used request id req-512e2bd3-b690-4c58-981f-90b1c53a91fd 2019-01-20 11:42:52,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0825159549713s 2019-01-20 11:42:52,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 11:42:52,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/f8248cee7f534240b0235e12eac098e6/roles/034c146629924cb888ad4bbc9a68eeee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:53,075 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:42:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4098f02a-fef6-42a5-ac85-4ee039f6df8f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:42:53,075 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/f8248cee7f534240b0235e12eac098e6/roles/034c146629924cb888ad4bbc9a68eeee used request id req-4098f02a-fef6-42a5-ac85-4ee039f6df8f 2019-01-20 11:42:53,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.164874076843s 2019-01-20 11:42:53,076 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d', 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': '9fece92f-d9a6-4d28-a37f-2a11de539abe', 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_58e53d65-a22f-4f03-9ae1-e8db766c4d8d', 'project_id': u'632adb60eb5b46cbaf6c905003618b09', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-20 11:42:53,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 11:42:53,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 11:42:53,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 11:42:53,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 11:42:53,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 11:42:53,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 11:42:53,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 11:42:53,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 11:42:53,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 11:42:53,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 11:42:53,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 11:42:53,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 11:42:53,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 11:42:53,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 11:42:53,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 11:42:53,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 11:42:53,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 11:42:53,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 11:42:53,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 11:42:53,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 11:42:53,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 11:42:53,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 11:42:53,082 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d', 'password': '9fece92f-d9a6-4d28-a37f-2a11de539abe', 'project_name': 'api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '632adb60eb5b46cbaf6c905003618b09', 'project_domain_name': 'Default'} 2019-01-20 11:42:53,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:42:53,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:53,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07227c8a-e0d0-4724-b97e-085017c38733 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:42:53,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-07227c8a-e0d0-4724-b97e-085017c38733 2019-01-20 11:42:53,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0756058692932s 2019-01-20 11:42:53,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:42:53,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:53,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-472b5503-8033-4699-b09f-603d060d288d Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:42:53,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-472b5503-8033-4699-b09f-603d060d288d 2019-01-20 11:42:53,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0812909603119s 2019-01-20 11:42:53,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 11:42:53,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:53,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18247379-657c-4572-b659-0ef7b51b1b78 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 11:42:53,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-18247379-657c-4572-b659-0ef7b51b1b78 2019-01-20 11:42:53,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0810890197754s 2019-01-20 11:42:53,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:42:53,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:53,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29fc8b96-6eff-42e8-a753-4e441749e373 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "links": {"self": "http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6"}, "domain_id": "default", "enabled": true, "id": "f8248cee7f534240b0235e12eac098e6", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:42:53,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-29fc8b96-6eff-42e8-a753-4e441749e373 2019-01-20 11:42:53,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.173413038254s 2019-01-20 11:42:53,497 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-29fc8b96-6eff-42e8-a753-4e441749e373 2019-01-20 11:42:53,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 11:42:53,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:53,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f507b25f-af37-4c4e-b068-d8e6ecb60bed Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 11:42:53,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-f507b25f-af37-4c4e-b068-d8e6ecb60bed 2019-01-20 11:42:53,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0856640338898s 2019-01-20 11:42:53,590 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-f507b25f-af37-4c4e-b068-d8e6ecb60bed 2019-01-20 11:42:53,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 11:42:53,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=f8248cee7f534240b0235e12eac098e6&scope.project.id=632adb60eb5b46cbaf6c905003618b09&role.id=77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:53,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6a8da75-c762-484e-89e6-b5e411f8a2ff Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=f8248cee7f534240b0235e12eac098e6&scope.project.id=632adb60eb5b46cbaf6c905003618b09&role.id=77f3d538c7cd4e1a927402af90dfd66a", "previous": null, "next": null}} 2019-01-20 11:42:53,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=f8248cee7f534240b0235e12eac098e6&scope.project.id=632adb60eb5b46cbaf6c905003618b09&role.id=77f3d538c7cd4e1a927402af90dfd66a used request id req-a6a8da75-c762-484e-89e6-b5e411f8a2ff 2019-01-20 11:42:53,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0830130577087s 2019-01-20 11:42:53,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 11:42:53,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/f8248cee7f534240b0235e12eac098e6/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:53,804 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:42:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-124471e1-7775-4125-a54b-376acd608e76 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:42:53,804 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/f8248cee7f534240b0235e12eac098e6/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-124471e1-7775-4125-a54b-376acd608e76 2019-01-20 11:42:53,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.128732919693s 2019-01-20 11:42:53,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:42:53,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:53,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed4becd3-7d85-4735-8627-4ed1c4a8953f Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:42:53,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ed4becd3-7d85-4735-8627-4ed1c4a8953f 2019-01-20 11:42:53,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.15470790863s 2019-01-20 11:42:53,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-20 11:42:53,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" -d '{"role": {"name": "heat_stack_owner"}}' 2019-01-20 11:42:54,096 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:42:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60558c34-b26f-491e-a93c-6c211614101a Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}} 2019-01-20 11:42:54,096 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-60558c34-b26f-491e-a93c-6c211614101a 2019-01-20 11:42:54,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.135694980621s 2019-01-20 11:42:54,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:54,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b2e5940-18fe-4898-8b01-1e48950ac721 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "domain_id": null, "name": "heat_stack_owner", "id": "d21bc73e9ef5480ba146845a53b0adc0"}} 2019-01-20 11:42:54,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0 used request id req-7b2e5940-18fe-4898-8b01-1e48950ac721 2019-01-20 11:42:54,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:42:54,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:54,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cd89a63-9c8e-4829-9d3f-5049134b72e1 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:42:54,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-8cd89a63-9c8e-4829-9d3f-5049134b72e1 2019-01-20 11:42:54,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0884988307953s 2019-01-20 11:42:54,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 11:42:54,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:54,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c904582d-a183-438a-8a36-b54519b6af91 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 11:42:54,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-c904582d-a183-438a-8a36-b54519b6af91 2019-01-20 11:42:54,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0834381580353s 2019-01-20 11:42:54,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:42:54,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:54,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e093294c-fc6c-4949-aef8-687a66144a65 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "links": {"self": "http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6"}, "domain_id": "default", "enabled": true, "id": "f8248cee7f534240b0235e12eac098e6", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:42:54,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e093294c-fc6c-4949-aef8-687a66144a65 2019-01-20 11:42:54,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0878291130066s 2019-01-20 11:42:54,434 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e093294c-fc6c-4949-aef8-687a66144a65 2019-01-20 11:42:54,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 11:42:54,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:54,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8b08746-f5f4-47d1-9007-88bcba4da57b Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 11:42:54,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-a8b08746-f5f4-47d1-9007-88bcba4da57b 2019-01-20 11:42:54,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.14035487175s 2019-01-20 11:42:54,581 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-a8b08746-f5f4-47d1-9007-88bcba4da57b 2019-01-20 11:42:54,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 11:42:54,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=f8248cee7f534240b0235e12eac098e6&scope.project.id=632adb60eb5b46cbaf6c905003618b09&role.id=d21bc73e9ef5480ba146845a53b0adc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:54,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e75e96c-1216-46d2-bc0a-8fbacf3fbb8c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=f8248cee7f534240b0235e12eac098e6&scope.project.id=632adb60eb5b46cbaf6c905003618b09&role.id=d21bc73e9ef5480ba146845a53b0adc0", "previous": null, "next": null}} 2019-01-20 11:42:54,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=f8248cee7f534240b0235e12eac098e6&scope.project.id=632adb60eb5b46cbaf6c905003618b09&role.id=d21bc73e9ef5480ba146845a53b0adc0 used request id req-3e75e96c-1216-46d2-bc0a-8fbacf3fbb8c 2019-01-20 11:42:54,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0813128948212s 2019-01-20 11:42:54,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 11:42:54,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/f8248cee7f534240b0235e12eac098e6/roles/d21bc73e9ef5480ba146845a53b0adc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:42:54,885 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:42:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-164e6ae0-3fbc-4187-a92f-5bcde1b60280 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:42:54,886 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/f8248cee7f534240b0235e12eac098e6/roles/d21bc73e9ef5480ba146845a53b0adc0 used request id req-164e6ae0-3fbc-4187-a92f-5bcde1b60280 2019-01-20 11:42:54,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.220418930054s 2019-01-20 11:42:54,886 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2019-01-20 11:42:54,886 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2019-01-20 11:42:54,887 - openstack_tests - INFO - OS Credentials = > 2019-01-20 11:42:54,887 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:54,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:42:55,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:42:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["sfJgHrLWT7ucCJ40Crj_ZQ"], "issued_at": "2019-01-20T11:42:55.000000Z"}} 2019-01-20 11:42:55,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26cdcecc79f1e5407ddaddc91d69d0cd60b3fb30" 2019-01-20 11:42:56,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-2ce11f9d-703a-46ad-9331-3496218cd79e Date: Sun, 20 Jan 2019 11:42:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 11:42:56,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?router%3Aexternal=True used request id req-2ce11f9d-703a-46ad-9331-3496218cd79e 2019-01-20 11:42:56,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26cdcecc79f1e5407ddaddc91d69d0cd60b3fb30" 2019-01-20 11:42:57,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-01937960-8ce7-426c-b766-fdfadff7fe05 Date: Sun, 20 Jan 2019 11:42:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-20 11:42:57,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-01937960-8ce7-426c-b766-fdfadff7fe05 2019-01-20 11:42:57,202 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2019-01-20 11:42:57,203 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2019-01-20 11:42:57,203 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,204 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,205 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,205 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,206 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,209 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,209 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,211 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,212 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,212 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,213 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,214 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,225 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,226 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,226 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,231 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,231 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,232 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,236 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,236 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,238 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,240 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,240 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,253 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,253 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,336 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:42:57,339 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:42:57,742 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:42:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["i0yFKU1IQxGnEct-lqloZw"], "issued_at": "2019-01-20T11:42:57.000000Z"}} 2019-01-20 11:42:57,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78730fc588d4441194fc648808f3afdd691278e0" 2019-01-20 11:42:57,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff2a940f-bbf6-46f0-94a2-b06bf13a0372 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:42:57,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ff2a940f-bbf6-46f0-94a2-b06bf13a0372 2019-01-20 11:42:57,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:42:57,842 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:42:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:42:57,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78730fc588d4441194fc648808f3afdd691278e0" 2019-01-20 11:42:57,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b2652fb-a5df-4be6-9dc3-f74c1b4100b4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 11:42:57,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-7b2652fb-a5df-4be6-9dc3-f74c1b4100b4 2019-01-20 11:42:57,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78730fc588d4441194fc648808f3afdd691278e0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-8eb141f0-0da9-4235-8e20-83dcf7c92966-projName"}}' 2019-01-20 11:42:58,156 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:42:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6900c510-7cb0-4b33-a9a6-b6e34752d20f Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/3537640e9dcd4b31ba79ae9062276dd5"}, "enabled": true, "id": "3537640e9dcd4b31ba79ae9062276dd5", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-8eb141f0-0da9-4235-8e20-83dcf7c92966-projName"}} 2019-01-20 11:42:58,157 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-6900c510-7cb0-4b33-a9a6-b6e34752d20f 2019-01-20 11:42:58,157 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-8eb141f0-0da9-4235-8e20-83dcf7c92966-projName 2019-01-20 11:42:58,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-8eb141f0-0da9-4235-8e20-83dcf7c92966-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78730fc588d4441194fc648808f3afdd691278e0" 2019-01-20 11:42:58,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42acca53-c586-4706-950f-e75ae7e3b827 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-8eb141f0-0da9-4235-8e20-83dcf7c92966-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/3537640e9dcd4b31ba79ae9062276dd5"}, "enabled": true, "id": "3537640e9dcd4b31ba79ae9062276dd5", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-8eb141f0-0da9-4235-8e20-83dcf7c92966-projName"}]} 2019-01-20 11:42:58,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-8eb141f0-0da9-4235-8e20-83dcf7c92966-projName used request id req-42acca53-c586-4706-950f-e75ae7e3b827 2019-01-20 11:42:58,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78730fc588d4441194fc648808f3afdd691278e0" 2019-01-20 11:42:58,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c568578-f3e9-4319-a65a-d90e7f95f4b7 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 11:42:58,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-4c568578-f3e9-4319-a65a-d90e7f95f4b7 2019-01-20 11:42:58,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78730fc588d4441194fc648808f3afdd691278e0" 2019-01-20 11:42:59,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-07674c07-d286-431e-bfd8-47f57c9ef42c Date: Sun, 20 Jan 2019 11:42:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:42:59Z", "updated_at": "2019-01-20T11:42:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:59Z", "revision_number": 0, "id": "1b741036-8985-4c54-9959-2115ed01caeb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:59Z", "security_group_id": "742932df-6062-4cf6-ac70-48a72f6e085d", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:59Z", "revision_number": 0, "id": "2fa9054c-dd0f-4173-9c0f-89941e062f92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:59Z", "security_group_id": "742932df-6062-4cf6-ac70-48a72f6e085d", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:59Z", "revision_number": 0, "id": "4dbf61e6-140f-4e80-af57-c84a290b91a9", "remote_group_id": "742932df-6062-4cf6-ac70-48a72f6e085d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:59Z", "security_group_id": "742932df-6062-4cf6-ac70-48a72f6e085d", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:59Z", "revision_number": 0, "id": "634e7a63-3fad-40cb-b39f-06b28b4c77d6", "remote_group_id": "742932df-6062-4cf6-ac70-48a72f6e085d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:59Z", "security_group_id": "742932df-6062-4cf6-ac70-48a72f6e085d", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 4, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "742932df-6062-4cf6-ac70-48a72f6e085d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 11:42:59,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-07674c07-d286-431e-bfd8-47f57c9ef42c 2019-01-20 11:42:59,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78730fc588d4441194fc648808f3afdd691278e0" 2019-01-20 11:42:59,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba2103bc-bb6b-4162-b544-bd81e94a2f4e 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 11:42:59,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-ba2103bc-bb6b-4162-b544-bd81e94a2f4e 2019-01-20 11:42:59,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78730fc588d4441194fc648808f3afdd691278e0" 2019-01-20 11:42:59,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:42:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca3708c8-c1b9-4581-9bf6-fbf2b4c7ac57 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:42:59,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-ca3708c8-c1b9-4581-9bf6-fbf2b4c7ac57 2019-01-20 11:42:59,493 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 742932df-6062-4cf6-ac70-48a72f6e085d 2019-01-20 11:42:59,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=742932df-6062-4cf6-ac70-48a72f6e085d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78730fc588d4441194fc648808f3afdd691278e0" 2019-01-20 11:43:00,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fb4e58f6-5488-4aaa-9e4b-f17c1fee39f1 Date: Sun, 20 Jan 2019 11:43:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:42:59Z", "security_group_id": "742932df-6062-4cf6-ac70-48a72f6e085d", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:42:59Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "1b741036-8985-4c54-9959-2115ed01caeb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:42:59Z", "security_group_id": "742932df-6062-4cf6-ac70-48a72f6e085d", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:42:59Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "2fa9054c-dd0f-4173-9c0f-89941e062f92"}, {"remote_group_id": "742932df-6062-4cf6-ac70-48a72f6e085d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:42:59Z", "security_group_id": "742932df-6062-4cf6-ac70-48a72f6e085d", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:42:59Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "4dbf61e6-140f-4e80-af57-c84a290b91a9"}, {"remote_group_id": "742932df-6062-4cf6-ac70-48a72f6e085d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:42:59Z", "security_group_id": "742932df-6062-4cf6-ac70-48a72f6e085d", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:42:59Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "634e7a63-3fad-40cb-b39f-06b28b4c77d6"}]} 2019-01-20 11:43:00,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=742932df-6062-4cf6-ac70-48a72f6e085d used request id req-fb4e58f6-5488-4aaa-9e4b-f17c1fee39f1 2019-01-20 11:43:00,228 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 11:43:00,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/742932df-6062-4cf6-ac70-48a72f6e085d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78730fc588d4441194fc648808f3afdd691278e0" 2019-01-20 11:43:01,369 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dffeaf30-b179-4cee-9639-1a0ac010c6fe Content-Length: 0 Date: Sun, 20 Jan 2019 11:43:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:43:01,369 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/742932df-6062-4cf6-ac70-48a72f6e085d used request id req-dffeaf30-b179-4cee-9639-1a0ac010c6fe 2019-01-20 11:43:01,369 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-8eb141f0-0da9-4235-8e20-83dcf7c92966-projName 2019-01-20 11:43:01,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/3537640e9dcd4b31ba79ae9062276dd5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78730fc588d4441194fc648808f3afdd691278e0" 2019-01-20 11:43:01,560 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1458836c-3c52-4662-a5e9-22c24eefa3e2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:01,560 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/3537640e9dcd4b31ba79ae9062276dd5 used request id req-1458836c-3c52-4662-a5e9-22c24eefa3e2 2019-01-20 11:43:01,561 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:01,941 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["99q49aBSSdmCfmFhNO_H8Q"], "issued_at": "2019-01-20T11:43:01.000000Z"}} 2019-01-20 11:43:01,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96fbd2579d042240c9472afced45bbcabd71a1f4" 2019-01-20 11:43:02,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f50b242-d1e7-4b93-b9d0-24f0b8a9c992 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:02,037 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3f50b242-d1e7-4b93-b9d0-24f0b8a9c992 2019-01-20 11:43:02,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:02,048 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:43: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:02,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96fbd2579d042240c9472afced45bbcabd71a1f4" 2019-01-20 11:43:02,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66da4863-252d-4cf5-85f9-9d88024de9ef Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 11:43:02,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-66da4863-252d-4cf5-85f9-9d88024de9ef 2019-01-20 11:43:02,552 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-300bd6e6-e98e-411b-8465-0f9f65c04764-username 2019-01-20 11:43:02,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96fbd2579d042240c9472afced45bbcabd71a1f4" 2019-01-20 11:43:02,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14b4fec4-97a3-450b-82af-c341bf58e226 Content-Encoding: gzip Content-Length: 940 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-300bd6e6-e98e-411b-8465-0f9f65c04764-username", "links": {"self": "http://172.30.9.22:5000/v3/users/f2f9ab038cf14efea04715d8e77d83de"}, "domain_id": "default", "enabled": true, "id": "f2f9ab038cf14efea04715d8e77d83de", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "links": {"self": "http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6"}, "domain_id": "default", "enabled": true, "id": "f8248cee7f534240b0235e12eac098e6", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:43:02,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-14b4fec4-97a3-450b-82af-c341bf58e226 2019-01-20 11:43:02,775 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-300bd6e6-e98e-411b-8465-0f9f65c04764-username 2019-01-20 11:43:02,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/f2f9ab038cf14efea04715d8e77d83de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96fbd2579d042240c9472afced45bbcabd71a1f4" 2019-01-20 11:43:03,027 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ba7e62f-e62c-448e-befa-909cdfa32a1c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:03,027 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/f2f9ab038cf14efea04715d8e77d83de used request id req-9ba7e62f-e62c-448e-befa-909cdfa32a1c 2019-01-20 11:43:03,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:03,409 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["w2YCcETMQyiDlf8hKVzm8g"], "issued_at": "2019-01-20T11:43:03.000000Z"}} 2019-01-20 11:43:03,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}490d0486f83e64e64c4cb15656f285deb935481d" 2019-01-20 11:43:03,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19921b24-f781-4c21-bc29-72c5c95a8932 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:03,502 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-19921b24-f781-4c21-bc29-72c5c95a8932 2019-01-20 11:43:03,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:03,504 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2019-01-20 11:43:03,505 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:03,963 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["TIfMMRcqT4q2UKFOoVPyXg"], "issued_at": "2019-01-20T11:43:03.000000Z"}} 2019-01-20 11:43:03,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b86d21541883e662dd95be4c672285c477615c" 2019-01-20 11:43:04,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd1a8f75-f765-4bee-a8de-5a40627040d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:04,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fd1a8f75-f765-4bee-a8de-5a40627040d5 2019-01-20 11:43:04,052 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:04,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:04,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["4d-u9pcHRRC_2q-mhQFxcw"], "issued_at": "2019-01-20T11:43:04.000000Z"}} 2019-01-20 11:43:04,514 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:04,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["nR187h-lTT6-xjGGItu0tQ"], "issued_at": "2019-01-20T11:43:04.000000Z"}} 2019-01-20 11:43:04,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}997d17e42dec188ae791cd78cc2c989b60d1042f" 2019-01-20 11:43:05,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-603e1fbd-82b1-495f-91a4-fdd3de3a533e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:05,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-603e1fbd-82b1-495f-91a4-fdd3de3a533e 2019-01-20 11:43:05,057 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:05,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:05,526 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["cml44GA7Rka0gl1PVQpwCw"], "issued_at": "2019-01-20T11:43:05.000000Z"}} 2019-01-20 11:43:05,530 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:05,901 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["2v5TGfivRRu8fqHamb7UZQ"], "issued_at": "2019-01-20T11:43:05.000000Z"}} 2019-01-20 11:43:05,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2606423b4e0fb6b97e48e00433f93f32b973981f" 2019-01-20 11:43:05,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3132e7ae-43ff-4600-ba55-2f83c8c16681 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:05,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3132e7ae-43ff-4600-ba55-2f83c8c16681 2019-01-20 11:43:05,917 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:05,918 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:06,299 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["hLSM-2pJScKjNoNx5vOtng"], "issued_at": "2019-01-20T11:43:06.000000Z"}} 2019-01-20 11:43:06,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:06,303 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:06,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["KYMMqSpISKuIPILjGKG6SQ"], "issued_at": "2019-01-20T11:43:06.000000Z"}} 2019-01-20 11:43:06,701 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:06,701 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:07,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["jll9g0dJSXKqvfI57KCpAA"], "issued_at": "2019-01-20T11:43:07.000000Z"}} 2019-01-20 11:43:07,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:07,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["KfgPcnruT9ykaNOA3LU18Q"], "issued_at": "2019-01-20T11:43:07.000000Z"}} 2019-01-20 11:43:07,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9626165c8e7865a645970e4d5a83bdd1f91e316f" 2019-01-20 11:43:07,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-732dc0ad-983a-4734-b88f-ab58b775aee6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:07,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-732dc0ad-983a-4734-b88f-ab58b775aee6 2019-01-20 11:43:07,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:07,519 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:43: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:07,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9626165c8e7865a645970e4d5a83bdd1f91e316f" 2019-01-20 11:43:07,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16ad3a4f-0b75-45e9-89aa-e7f6692523c4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 11:43:07,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-16ad3a4f-0b75-45e9-89aa-e7f6692523c4 2019-01-20 11:43:07,970 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-466e61cf-d8f6-4d75-9b17-0457ef31bcc2-username 2019-01-20 11:43:07,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9626165c8e7865a645970e4d5a83bdd1f91e316f" 2019-01-20 11:43:08,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0c50411-3071-4970-8954-d1d03830ed7d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 11:43:08,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-e0c50411-3071-4970-8954-d1d03830ed7d 2019-01-20 11:43:08,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9626165c8e7865a645970e4d5a83bdd1f91e316f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-466e61cf-d8f6-4d75-9b17-0457ef31bcc2-projName"}}' 2019-01-20 11:43:08,299 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:43:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8cd85e90-afe5-4f7d-a5a5-2bbe2f8be036 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b34e67d6184c4eab8f22099b819838d9"}, "enabled": true, "id": "b34e67d6184c4eab8f22099b819838d9", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-466e61cf-d8f6-4d75-9b17-0457ef31bcc2-projName"}} 2019-01-20 11:43:08,300 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-8cd85e90-afe5-4f7d-a5a5-2bbe2f8be036 2019-01-20 11:43:08,300 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-466e61cf-d8f6-4d75-9b17-0457ef31bcc2-projName 2019-01-20 11:43:08,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9626165c8e7865a645970e4d5a83bdd1f91e316f" -d '{"role": {"name": "KeystoneUtilsTests-466e61cf-d8f6-4d75-9b17-0457ef31bcc2-role"}}' 2019-01-20 11:43:08,413 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:43:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-631bfdf4-fd17-49fb-b512-5f4738d0cd22 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "52b63bbca8804c2ea4aef470f6690919", "links": {"self": "http://172.30.9.22:5000/v3/roles/52b63bbca8804c2ea4aef470f6690919"}, "name": "KeystoneUtilsTests-466e61cf-d8f6-4d75-9b17-0457ef31bcc2-role"}} 2019-01-20 11:43:08,413 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-631bfdf4-fd17-49fb-b512-5f4738d0cd22 2019-01-20 11:43:08,413 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-466e61cf-d8f6-4d75-9b17-0457ef31bcc2-role 2019-01-20 11:43:08,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/52b63bbca8804c2ea4aef470f6690919 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9626165c8e7865a645970e4d5a83bdd1f91e316f" 2019-01-20 11:43:08,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4295e2d0-797a-4394-8c0b-39dc63996e3f Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/52b63bbca8804c2ea4aef470f6690919"}, "domain_id": null, "name": "KeystoneUtilsTests-466e61cf-d8f6-4d75-9b17-0457ef31bcc2-role", "id": "52b63bbca8804c2ea4aef470f6690919"}} 2019-01-20 11:43:08,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/52b63bbca8804c2ea4aef470f6690919 used request id req-4295e2d0-797a-4394-8c0b-39dc63996e3f 2019-01-20 11:43:08,518 - keystone_utils - INFO - Granting role KeystoneUtilsTests-466e61cf-d8f6-4d75-9b17-0457ef31bcc2-role to project KeystoneUtilsTests-466e61cf-d8f6-4d75-9b17-0457ef31bcc2-projName 2019-01-20 11:43:08,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/b34e67d6184c4eab8f22099b819838d9/users/a6678e6956ba4d289e7ef6e9ef962862/roles/52b63bbca8804c2ea4aef470f6690919 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9626165c8e7865a645970e4d5a83bdd1f91e316f" 2019-01-20 11:43:08,655 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07b367d3-0ff8-46b9-90bb-7205bf6a0d37 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:08,655 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/b34e67d6184c4eab8f22099b819838d9/users/a6678e6956ba4d289e7ef6e9ef962862/roles/52b63bbca8804c2ea4aef470f6690919 used request id req-07b367d3-0ff8-46b9-90bb-7205bf6a0d37 2019-01-20 11:43:08,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b34e67d6184c4eab8f22099b819838d9/users/a6678e6956ba4d289e7ef6e9ef962862/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9626165c8e7865a645970e4d5a83bdd1f91e316f" 2019-01-20 11:43:08,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-650f643f-8090-4c1d-8191-c7f9ebfba065 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/b34e67d6184c4eab8f22099b819838d9/users/a6678e6956ba4d289e7ef6e9ef962862/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "52b63bbca8804c2ea4aef470f6690919", "links": {"self": "http://172.30.9.22:5000/v3/roles/52b63bbca8804c2ea4aef470f6690919"}, "name": "KeystoneUtilsTests-466e61cf-d8f6-4d75-9b17-0457ef31bcc2-role"}]} 2019-01-20 11:43:08,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b34e67d6184c4eab8f22099b819838d9/users/a6678e6956ba4d289e7ef6e9ef962862/roles used request id req-650f643f-8090-4c1d-8191-c7f9ebfba065 2019-01-20 11:43:08,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9626165c8e7865a645970e4d5a83bdd1f91e316f" 2019-01-20 11:43:09,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-cf6c5ea0-4151-442c-ab9d-4eeda4a186c9 Date: Sun, 20 Jan 2019 11:43:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:43:09Z", "updated_at": "2019-01-20T11:43:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:09Z", "revision_number": 0, "id": "d0393067-8db0-4003-a941-64edd807eee1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:09Z", "security_group_id": "74406e17-ebbd-458b-aa55-5501ff791796", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:09Z", "revision_number": 0, "id": "8f9948fb-c860-4e95-a42c-ae8e6dbfb1f2", "remote_group_id": "74406e17-ebbd-458b-aa55-5501ff791796", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:09Z", "security_group_id": "74406e17-ebbd-458b-aa55-5501ff791796", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:09Z", "revision_number": 0, "id": "2ef19ee8-7056-4526-b672-6dbb479acb21", "remote_group_id": "74406e17-ebbd-458b-aa55-5501ff791796", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:09Z", "security_group_id": "74406e17-ebbd-458b-aa55-5501ff791796", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:09Z", "revision_number": 0, "id": "f10beb1f-4736-4818-905f-6559603418e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:09Z", "security_group_id": "74406e17-ebbd-458b-aa55-5501ff791796", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 4, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "74406e17-ebbd-458b-aa55-5501ff791796", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 11:43:09,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-cf6c5ea0-4151-442c-ab9d-4eeda4a186c9 2019-01-20 11:43:09,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9626165c8e7865a645970e4d5a83bdd1f91e316f" 2019-01-20 11:43:09,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4c20c65-4d24-412c-98a3-aee2a16baeb6 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 11:43:09,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-d4c20c65-4d24-412c-98a3-aee2a16baeb6 2019-01-20 11:43:09,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9626165c8e7865a645970e4d5a83bdd1f91e316f" 2019-01-20 11:43:09,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59106076-4dc3-496c-8064-74bc34faefc2 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:43:09,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-59106076-4dc3-496c-8064-74bc34faefc2 2019-01-20 11:43:09,796 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 74406e17-ebbd-458b-aa55-5501ff791796 2019-01-20 11:43:09,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=74406e17-ebbd-458b-aa55-5501ff791796 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9626165c8e7865a645970e4d5a83bdd1f91e316f" 2019-01-20 11:43:10,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-83a8efd5-e5bf-4006-a4c2-d76eb2cd6003 Date: Sun, 20 Jan 2019 11:43:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "74406e17-ebbd-458b-aa55-5501ff791796", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:43:09Z", "security_group_id": "74406e17-ebbd-458b-aa55-5501ff791796", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:43:09Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "2ef19ee8-7056-4526-b672-6dbb479acb21"}, {"remote_group_id": "74406e17-ebbd-458b-aa55-5501ff791796", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:43:09Z", "security_group_id": "74406e17-ebbd-458b-aa55-5501ff791796", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:43:09Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "8f9948fb-c860-4e95-a42c-ae8e6dbfb1f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:43:09Z", "security_group_id": "74406e17-ebbd-458b-aa55-5501ff791796", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:43:09Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "d0393067-8db0-4003-a941-64edd807eee1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:43:09Z", "security_group_id": "74406e17-ebbd-458b-aa55-5501ff791796", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:43:09Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "f10beb1f-4736-4818-905f-6559603418e6"}]} 2019-01-20 11:43:10,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=74406e17-ebbd-458b-aa55-5501ff791796 used request id req-83a8efd5-e5bf-4006-a4c2-d76eb2cd6003 2019-01-20 11:43:10,075 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 11:43:10,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/74406e17-ebbd-458b-aa55-5501ff791796 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9626165c8e7865a645970e4d5a83bdd1f91e316f" 2019-01-20 11:43:11,104 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6d06e94f-b82e-4c3c-abad-8f2055323941 Content-Length: 0 Date: Sun, 20 Jan 2019 11:43:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:43:11,105 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/74406e17-ebbd-458b-aa55-5501ff791796 used request id req-6d06e94f-b82e-4c3c-abad-8f2055323941 2019-01-20 11:43:11,105 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-466e61cf-d8f6-4d75-9b17-0457ef31bcc2-projName 2019-01-20 11:43:11,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/b34e67d6184c4eab8f22099b819838d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9626165c8e7865a645970e4d5a83bdd1f91e316f" 2019-01-20 11:43:11,271 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8080558-4fcb-43cb-b547-efe4b204c9eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:11,271 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/b34e67d6184c4eab8f22099b819838d9 used request id req-c8080558-4fcb-43cb-b547-efe4b204c9eb 2019-01-20 11:43:11,272 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-466e61cf-d8f6-4d75-9b17-0457ef31bcc2-username 2019-01-20 11:43:11,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/a6678e6956ba4d289e7ef6e9ef962862 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9626165c8e7865a645970e4d5a83bdd1f91e316f" 2019-01-20 11:43:11,510 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-700a03cc-135d-41e1-a69a-cdb3bc5a59fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:11,510 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/a6678e6956ba4d289e7ef6e9ef962862 used request id req-700a03cc-135d-41e1-a69a-cdb3bc5a59fd 2019-01-20 11:43:11,510 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-466e61cf-d8f6-4d75-9b17-0457ef31bcc2-role 2019-01-20 11:43:11,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/52b63bbca8804c2ea4aef470f6690919 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9626165c8e7865a645970e4d5a83bdd1f91e316f" 2019-01-20 11:43:11,646 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ef29635-8c14-41b1-86df-0f896ab364fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:11,646 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/52b63bbca8804c2ea4aef470f6690919 used request id req-5ef29635-8c14-41b1-86df-0f896ab364fb 2019-01-20 11:43:11,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:12,020 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["Q6ywzsw9SQm1Fe996YwjUA"], "issued_at": "2019-01-20T11:43:12.000000Z"}} 2019-01-20 11:43:12,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}085d09444b8a4181fe05d9746c2073f5cf6224b7" 2019-01-20 11:43:12,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc819df7-c065-4324-b162-45b036cf16f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:12,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fc819df7-c065-4324-b162-45b036cf16f3 2019-01-20 11:43:12,103 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:12,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:12,494 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["WRTKgJxZTNC_DDYWAsSu0w"], "issued_at": "2019-01-20T11:43:12.000000Z"}} 2019-01-20 11:43:12,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f674e0578e8df95eb193115701d43a6c3e8437" 2019-01-20 11:43:12,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d760858a-4b8d-4fdf-b2e4-d2ff0f79c139 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:12,573 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d760858a-4b8d-4fdf-b2e4-d2ff0f79c139 2019-01-20 11:43:12,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:12,582 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:12,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f674e0578e8df95eb193115701d43a6c3e8437" 2019-01-20 11:43:12,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f004d65-9095-429c-aff8-d79e73922d91 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "links": {"self": "http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6"}, "domain_id": "default", "enabled": true, "id": "f8248cee7f534240b0235e12eac098e6", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:43:12,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5f004d65-9095-429c-aff8-d79e73922d91 2019-01-20 11:43:12,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f674e0578e8df95eb193115701d43a6c3e8437" 2019-01-20 11:43:12,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb26bcf8-6777-4dc9-abdc-5e0c2eece199 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 11:43:12,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-bb26bcf8-6777-4dc9-abdc-5e0c2eece199 2019-01-20 11:43:13,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f674e0578e8df95eb193115701d43a6c3e8437" 2019-01-20 11:43:13,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9da5a7f-220b-42c2-81ab-4f032916b208 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:13,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f9da5a7f-220b-42c2-81ab-4f032916b208 2019-01-20 11:43:13,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f674e0578e8df95eb193115701d43a6c3e8437" 2019-01-20 11:43:13,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18b45104-1532-42fd-ab4d-1126248ea6ed Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}]} 2019-01-20 11:43:13,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d used request id req-18b45104-1532-42fd-ab4d-1126248ea6ed 2019-01-20 11:43:13,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/43a4a3de11f245df90c497fe6856f5f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f674e0578e8df95eb193115701d43a6c3e8437" 2019-01-20 11:43:13,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a07d5388-f4fe-43a6-8d83-8763841a12cf Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/43a4a3de11f245df90c497fe6856f5f4"}, "enabled": true, "id": "43a4a3de11f245df90c497fe6856f5f4", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-ef8ae795-6dcb-42f-name"}} 2019-01-20 11:43:13,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/43a4a3de11f245df90c497fe6856f5f4 used request id req-a07d5388-f4fe-43a6-8d83-8763841a12cf 2019-01-20 11:43:13,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/43a4a3de11f245df90c497fe6856f5f4/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f674e0578e8df95eb193115701d43a6c3e8437" 2019-01-20 11:43:13,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ae7c2ba-3b88-4e1f-a07f-5c06396686c5 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/43a4a3de11f245df90c497fe6856f5f4/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 11:43:13,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/43a4a3de11f245df90c497fe6856f5f4/roles used request id req-4ae7c2ba-3b88-4e1f-a07f-5c06396686c5 2019-01-20 11:43:13,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f674e0578e8df95eb193115701d43a6c3e8437" 2019-01-20 11:43:13,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40d2c1eb-f43f-47ff-a3ff-772131cb5b7c Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "domain_id": null, "name": "admin", "id": "77f3d538c7cd4e1a927402af90dfd66a"}} 2019-01-20 11:43:13,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-40d2c1eb-f43f-47ff-a3ff-772131cb5b7c 2019-01-20 11:43:13,581 - keystone_utils - INFO - Granting role admin to project api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d 2019-01-20 11:43:13,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/43a4a3de11f245df90c497fe6856f5f4/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f674e0578e8df95eb193115701d43a6c3e8437" 2019-01-20 11:43:13,756 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5d42fdf-2f37-4fc4-92af-8a305939e89d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:13,756 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/43a4a3de11f245df90c497fe6856f5f4/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-d5d42fdf-2f37-4fc4-92af-8a305939e89d 2019-01-20 11:43:13,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f674e0578e8df95eb193115701d43a6c3e8437" 2019-01-20 11:43:13,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9930dbb1-5835-4056-8a4d-e1c44fae4c92 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:13,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9930dbb1-5835-4056-8a4d-e1c44fae4c92 2019-01-20 11:43:13,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f674e0578e8df95eb193115701d43a6c3e8437" 2019-01-20 11:43:13,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b168499-1b85-4711-8fc5-8cf165e653de Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}]} 2019-01-20 11:43:13,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d used request id req-7b168499-1b85-4711-8fc5-8cf165e653de 2019-01-20 11:43:13,947 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-ef8ae795-6dcb-42f-name 2019-01-20 11:43:13,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:13,956 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:13,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}085d09444b8a4181fe05d9746c2073f5cf6224b7" 2019-01-20 11:43:14,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c39475a1-c9b5-4a97-897e-43fdd9efb5f6 Content-Encoding: gzip Content-Length: 933 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-ef8ae795-6dcb-42f-name", "links": {"self": "http://172.30.9.22:5000/v3/users/43a4a3de11f245df90c497fe6856f5f4"}, "domain_id": "default", "enabled": true, "id": "43a4a3de11f245df90c497fe6856f5f4", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "links": {"self": "http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6"}, "domain_id": "default", "enabled": true, "id": "f8248cee7f534240b0235e12eac098e6", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:43:14,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c39475a1-c9b5-4a97-897e-43fdd9efb5f6 2019-01-20 11:43:14,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}085d09444b8a4181fe05d9746c2073f5cf6224b7" 2019-01-20 11:43:14,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4412757-e0fb-4e5f-8a5a-9b60e313eb36 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:14,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e4412757-e0fb-4e5f-8a5a-9b60e313eb36 2019-01-20 11:43:14,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}085d09444b8a4181fe05d9746c2073f5cf6224b7" 2019-01-20 11:43:14,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a03e60b8-93db-4a86-b32e-984ccb67fb97 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}]} 2019-01-20 11:43:14,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d used request id req-a03e60b8-93db-4a86-b32e-984ccb67fb97 2019-01-20 11:43:14,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/43a4a3de11f245df90c497fe6856f5f4/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}085d09444b8a4181fe05d9746c2073f5cf6224b7" 2019-01-20 11:43:14,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-895848db-5473-4c62-9ef9-45b935859567 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/43a4a3de11f245df90c497fe6856f5f4/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}]} 2019-01-20 11:43:14,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/43a4a3de11f245df90c497fe6856f5f4/roles used request id req-895848db-5473-4c62-9ef9-45b935859567 2019-01-20 11:43:14,301 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-ef8ae795-6dcb-42f-name 2019-01-20 11:43:14,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/43a4a3de11f245df90c497fe6856f5f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f674e0578e8df95eb193115701d43a6c3e8437" 2019-01-20 11:43:14,535 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53c22078-d326-44bf-a43b-8e224b578cee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:14,536 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/43a4a3de11f245df90c497fe6856f5f4 used request id req-53c22078-d326-44bf-a43b-8e224b578cee 2019-01-20 11:43:14,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:14,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["EHGn5OiCQ0WURkku6ky6nA"], "issued_at": "2019-01-20T11:43:14.000000Z"}} 2019-01-20 11:43:14,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d48f8e69584ef47e8a8703c273ffa8c2ad85b3c" 2019-01-20 11:43:15,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1ba4897-fe09-442a-99b5-5c75ca964a41 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:15,013 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a1ba4897-fe09-442a-99b5-5c75ca964a41 2019-01-20 11:43:15,014 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:15,015 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:15,387 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["KUQrcDTQQPa-f1VZZnrIZw"], "issued_at": "2019-01-20T11:43:15.000000Z"}} 2019-01-20 11:43:15,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e4748933963bb55eb8c17e57adb016d138d174" 2019-01-20 11:43:15,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ad60c60-44b5-4d24-9ea3-04b7ee8f2db7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:15,470 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7ad60c60-44b5-4d24-9ea3-04b7ee8f2db7 2019-01-20 11:43:15,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:15,480 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:43: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:15,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e4748933963bb55eb8c17e57adb016d138d174" 2019-01-20 11:43:15,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-695c2e13-a064-4557-82d3-825ba7a4b493 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "links": {"self": "http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6"}, "domain_id": "default", "enabled": true, "id": "f8248cee7f534240b0235e12eac098e6", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:43:15,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-695c2e13-a064-4557-82d3-825ba7a4b493 2019-01-20 11:43:15,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e4748933963bb55eb8c17e57adb016d138d174" 2019-01-20 11:43:15,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f3be739-7d06-4312-b73b-d059064481a0 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 11:43:15,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-2f3be739-7d06-4312-b73b-d059064481a0 2019-01-20 11:43:16,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e4748933963bb55eb8c17e57adb016d138d174" 2019-01-20 11:43:16,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebc37b6b-4bc7-4a83-92c2-6e3bb894b507 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:16,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ebc37b6b-4bc7-4a83-92c2-6e3bb894b507 2019-01-20 11:43:16,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e4748933963bb55eb8c17e57adb016d138d174" 2019-01-20 11:43:16,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b70844b-20ed-4219-9b90-cdba49e1b1a5 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}]} 2019-01-20 11:43:16,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d used request id req-1b70844b-20ed-4219-9b90-cdba49e1b1a5 2019-01-20 11:43:16,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/5d4f552edd1c4166bec8f5d38e4686df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e4748933963bb55eb8c17e57adb016d138d174" 2019-01-20 11:43:16,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa35eb19-255e-4094-b2bd-5fbc71626579 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/5d4f552edd1c4166bec8f5d38e4686df"}, "enabled": true, "id": "5d4f552edd1c4166bec8f5d38e4686df", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-39e81f77-7154-42b-name"}} 2019-01-20 11:43:16,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/5d4f552edd1c4166bec8f5d38e4686df used request id req-fa35eb19-255e-4094-b2bd-5fbc71626579 2019-01-20 11:43:16,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/5d4f552edd1c4166bec8f5d38e4686df/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e4748933963bb55eb8c17e57adb016d138d174" 2019-01-20 11:43:16,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ab7ffb3-4ab0-437f-8fa8-9d754279cd2a Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/5d4f552edd1c4166bec8f5d38e4686df/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 11:43:16,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/5d4f552edd1c4166bec8f5d38e4686df/roles used request id req-4ab7ffb3-4ab0-437f-8fa8-9d754279cd2a 2019-01-20 11:43:16,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e4748933963bb55eb8c17e57adb016d138d174" 2019-01-20 11:43:16,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e6198fb-0e6b-4f88-8aea-489566c13ed4 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "domain_id": null, "name": "admin", "id": "77f3d538c7cd4e1a927402af90dfd66a"}} 2019-01-20 11:43:16,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-4e6198fb-0e6b-4f88-8aea-489566c13ed4 2019-01-20 11:43:16,517 - keystone_utils - INFO - Granting role admin to project api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d 2019-01-20 11:43:16,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/5d4f552edd1c4166bec8f5d38e4686df/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e4748933963bb55eb8c17e57adb016d138d174" 2019-01-20 11:43:16,684 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7536ec97-e928-40b0-a987-c75039f3d5fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:16,685 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/5d4f552edd1c4166bec8f5d38e4686df/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-7536ec97-e928-40b0-a987-c75039f3d5fd 2019-01-20 11:43:16,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e4748933963bb55eb8c17e57adb016d138d174" 2019-01-20 11:43:16,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea468ca1-5333-42b5-b6cc-207fd5f39e75 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:16,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ea468ca1-5333-42b5-b6cc-207fd5f39e75 2019-01-20 11:43:16,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e4748933963bb55eb8c17e57adb016d138d174" 2019-01-20 11:43:16,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5d691ed-eba6-484a-b35e-6af92ff28a46 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}]} 2019-01-20 11:43:16,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d used request id req-e5d691ed-eba6-484a-b35e-6af92ff28a46 2019-01-20 11:43:16,797 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-39e81f77-7154-42b-name 2019-01-20 11:43:16,797 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-39e81f77-7154-42b-name 2019-01-20 11:43:16,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:16,805 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:43: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:16,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/5d4f552edd1c4166bec8f5d38e4686df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d48f8e69584ef47e8a8703c273ffa8c2ad85b3c" 2019-01-20 11:43:16,991 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4e758ee-a31b-49bd-8a45-62062191030f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:16,992 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/5d4f552edd1c4166bec8f5d38e4686df used request id req-f4e758ee-a31b-49bd-8a45-62062191030f 2019-01-20 11:43:16,992 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-39e81f77-7154-42b-name 2019-01-20 11:43:16,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/5d4f552edd1c4166bec8f5d38e4686df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e4748933963bb55eb8c17e57adb016d138d174" 2019-01-20 11:43:17,086 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11:43:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ea03e62-4d82-40de-8cd3-ac237dd0acc4 Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: 5d4f552edd1c4166bec8f5d38e4686df.", "code": 404, "title": "Not Found"}} 2019-01-20 11:43:17,086 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/5d4f552edd1c4166bec8f5d38e4686df used request id req-4ea03e62-4d82-40de-8cd3-ac237dd0acc4 2019-01-20 11:43:17,086 - keystoneauth.session - DEBUG - Request returned failure status: 404 2019-01-20 11:43:17,088 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:17,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["RwDx6EJwR7eCgyTZbiHJIQ"], "issued_at": "2019-01-20T11:43:17.000000Z"}} 2019-01-20 11:43:17,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9cf56c50efea7b94446467396285145c4736547" 2019-01-20 11:43:17,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce4bf18c-0abc-4df9-a792-3a530e4641e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:17,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ce4bf18c-0abc-4df9-a792-3a530e4641e2 2019-01-20 11:43:17,545 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:17,545 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:17,926 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["ofYJsVRrSR6P1bSuHqbKNA"], "issued_at": "2019-01-20T11:43:17.000000Z"}} 2019-01-20 11:43:17,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07946befa1ebb1ed5db11f95ed77f4b27b061a4b" 2019-01-20 11:43:18,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61fb09d3-23d3-4820-aeca-25d502179152 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:18,013 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-61fb09d3-23d3-4820-aeca-25d502179152 2019-01-20 11:43:18,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:18,023 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:43: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:18,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07946befa1ebb1ed5db11f95ed77f4b27b061a4b" 2019-01-20 11:43:18,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62b4cca1-1e42-4ef3-9342-3c426fed7229 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "links": {"self": "http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6"}, "domain_id": "default", "enabled": true, "id": "f8248cee7f534240b0235e12eac098e6", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:43:18,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-62b4cca1-1e42-4ef3-9342-3c426fed7229 2019-01-20 11:43:18,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07946befa1ebb1ed5db11f95ed77f4b27b061a4b" 2019-01-20 11:43:18,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-708e1904-4c41-4113-8178-40f1f6b979be Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 11:43:18,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-708e1904-4c41-4113-8178-40f1f6b979be 2019-01-20 11:43:18,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07946befa1ebb1ed5db11f95ed77f4b27b061a4b" 2019-01-20 11:43:18,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00f02e74-9d20-459e-a12d-5f5bd9820fc6 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:18,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-00f02e74-9d20-459e-a12d-5f5bd9820fc6 2019-01-20 11:43:18,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07946befa1ebb1ed5db11f95ed77f4b27b061a4b" 2019-01-20 11:43:18,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da7819ef-aadf-4928-9383-5b9dc74a4432 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}]} 2019-01-20 11:43:18,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d used request id req-da7819ef-aadf-4928-9383-5b9dc74a4432 2019-01-20 11:43:18,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/6cb4a4bc6fdb4ee4a527c795d639c1e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07946befa1ebb1ed5db11f95ed77f4b27b061a4b" 2019-01-20 11:43:18,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72f59546-e9e0-48c9-b7b0-310f7782743a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/6cb4a4bc6fdb4ee4a527c795d639c1e5"}, "enabled": true, "id": "6cb4a4bc6fdb4ee4a527c795d639c1e5", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-0ffa6624-f57d-4fb-name"}} 2019-01-20 11:43:18,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/6cb4a4bc6fdb4ee4a527c795d639c1e5 used request id req-72f59546-e9e0-48c9-b7b0-310f7782743a 2019-01-20 11:43:18,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/6cb4a4bc6fdb4ee4a527c795d639c1e5/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07946befa1ebb1ed5db11f95ed77f4b27b061a4b" 2019-01-20 11:43:19,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96a4683b-fec1-4641-91cf-79adc098a6c3 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/6cb4a4bc6fdb4ee4a527c795d639c1e5/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 11:43:19,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/6cb4a4bc6fdb4ee4a527c795d639c1e5/roles used request id req-96a4683b-fec1-4641-91cf-79adc098a6c3 2019-01-20 11:43:19,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07946befa1ebb1ed5db11f95ed77f4b27b061a4b" 2019-01-20 11:43:19,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d52e87aa-a4fa-4dd6-8e5b-e42f8129f0ad Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "domain_id": null, "name": "admin", "id": "77f3d538c7cd4e1a927402af90dfd66a"}} 2019-01-20 11:43:19,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-d52e87aa-a4fa-4dd6-8e5b-e42f8129f0ad 2019-01-20 11:43:19,147 - keystone_utils - INFO - Granting role admin to project api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d 2019-01-20 11:43:19,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/6cb4a4bc6fdb4ee4a527c795d639c1e5/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07946befa1ebb1ed5db11f95ed77f4b27b061a4b" 2019-01-20 11:43:19,265 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1e91a08-8a30-439f-a70c-bd24e75c8802 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:19,265 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/6cb4a4bc6fdb4ee4a527c795d639c1e5/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-a1e91a08-8a30-439f-a70c-bd24e75c8802 2019-01-20 11:43:19,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07946befa1ebb1ed5db11f95ed77f4b27b061a4b" 2019-01-20 11:43:19,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccff08fd-26a9-499e-96bf-eb46d1022f5e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:19,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ccff08fd-26a9-499e-96bf-eb46d1022f5e 2019-01-20 11:43:19,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07946befa1ebb1ed5db11f95ed77f4b27b061a4b" 2019-01-20 11:43:19,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8b28887-61e4-4174-b0e0-e8397a7644cd Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}]} 2019-01-20 11:43:19,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d used request id req-a8b28887-61e4-4174-b0e0-e8397a7644cd 2019-01-20 11:43:19,377 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-0ffa6624-f57d-4fb-name 2019-01-20 11:43:19,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:19,386 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:19,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9cf56c50efea7b94446467396285145c4736547" 2019-01-20 11:43:19,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aba40c9-cc78-45a9-b1e0-dc8bea06e4f2 Content-Encoding: gzip Content-Length: 932 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-0ffa6624-f57d-4fb-name", "links": {"self": "http://172.30.9.22:5000/v3/users/6cb4a4bc6fdb4ee4a527c795d639c1e5"}, "domain_id": "default", "enabled": true, "id": "6cb4a4bc6fdb4ee4a527c795d639c1e5", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "links": {"self": "http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6"}, "domain_id": "default", "enabled": true, "id": "f8248cee7f534240b0235e12eac098e6", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:43:19,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-1aba40c9-cc78-45a9-b1e0-dc8bea06e4f2 2019-01-20 11:43:19,490 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-0ffa6624-f57d-4fb-name 2019-01-20 11:43:19,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/6cb4a4bc6fdb4ee4a527c795d639c1e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07946befa1ebb1ed5db11f95ed77f4b27b061a4b" 2019-01-20 11:43:19,702 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e644aa2a-6127-44c7-b7fb-254f82a93d8a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:19,702 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/6cb4a4bc6fdb4ee4a527c795d639c1e5 used request id req-e644aa2a-6127-44c7-b7fb-254f82a93d8a 2019-01-20 11:43:19,703 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:20,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["oupJ2eIHT2WlLHlZ8ChFFQ"], "issued_at": "2019-01-20T11:43:20.000000Z"}} 2019-01-20 11:43:20,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f3f8492d14881c891ff6d8d0db05343c1bbdee6" 2019-01-20 11:43:20,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6c24137-0bb7-4a70-84f9-9b1f749707a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:20,170 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a6c24137-0bb7-4a70-84f9-9b1f749707a7 2019-01-20 11:43:20,172 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:20,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:20,578 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["BH0JSlbRSN6EhHdBESBbOQ"], "issued_at": "2019-01-20T11:43:20.000000Z"}} 2019-01-20 11:43:20,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81808ef83a2d51a312cfa8701bb846285868a432" 2019-01-20 11:43:20,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44351cff-391e-419e-9d8b-d4dc66ec5bb8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:20,654 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-44351cff-391e-419e-9d8b-d4dc66ec5bb8 2019-01-20 11:43:20,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:20,664 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:20,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81808ef83a2d51a312cfa8701bb846285868a432" 2019-01-20 11:43:20,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55e040c0-9613-48fe-a763-cedec6d167e4 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "links": {"self": "http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6"}, "domain_id": "default", "enabled": true, "id": "f8248cee7f534240b0235e12eac098e6", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:43:20,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-55e040c0-9613-48fe-a763-cedec6d167e4 2019-01-20 11:43:20,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81808ef83a2d51a312cfa8701bb846285868a432" 2019-01-20 11:43:20,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40238e10-2837-43be-87b4-1d3691132590 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 11:43:20,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-40238e10-2837-43be-87b4-1d3691132590 2019-01-20 11:43:21,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81808ef83a2d51a312cfa8701bb846285868a432" 2019-01-20 11:43:21,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44f41f97-ac2e-4964-b5c5-0f93ca2bb1ad Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:21,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-44f41f97-ac2e-4964-b5c5-0f93ca2bb1ad 2019-01-20 11:43:21,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81808ef83a2d51a312cfa8701bb846285868a432" 2019-01-20 11:43:21,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-855b127e-be09-41f2-8925-7acfa30caf52 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}]} 2019-01-20 11:43:21,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d used request id req-855b127e-be09-41f2-8925-7acfa30caf52 2019-01-20 11:43:21,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/9035ed2dc2d741f3a541a616c981105d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81808ef83a2d51a312cfa8701bb846285868a432" 2019-01-20 11:43:21,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9109ae77-8db6-4993-9723-549c0be51261 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/9035ed2dc2d741f3a541a616c981105d"}, "enabled": true, "id": "9035ed2dc2d741f3a541a616c981105d", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-082d5b4a-1925-495-name"}} 2019-01-20 11:43:21,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/9035ed2dc2d741f3a541a616c981105d used request id req-9109ae77-8db6-4993-9723-549c0be51261 2019-01-20 11:43:21,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/9035ed2dc2d741f3a541a616c981105d/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81808ef83a2d51a312cfa8701bb846285868a432" 2019-01-20 11:43:21,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c73049c-e3c8-4939-81fb-d5346339e995 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/9035ed2dc2d741f3a541a616c981105d/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 11:43:21,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/9035ed2dc2d741f3a541a616c981105d/roles used request id req-3c73049c-e3c8-4939-81fb-d5346339e995 2019-01-20 11:43:21,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81808ef83a2d51a312cfa8701bb846285868a432" 2019-01-20 11:43:21,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb099271-50ed-4921-a66b-8961f0ef200d Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "domain_id": null, "name": "admin", "id": "77f3d538c7cd4e1a927402af90dfd66a"}} 2019-01-20 11:43:21,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-eb099271-50ed-4921-a66b-8961f0ef200d 2019-01-20 11:43:21,722 - keystone_utils - INFO - Granting role admin to project api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d 2019-01-20 11:43:21,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/9035ed2dc2d741f3a541a616c981105d/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81808ef83a2d51a312cfa8701bb846285868a432" 2019-01-20 11:43:21,852 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a67827a4-34ff-4d8b-af12-6f06353625ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:21,853 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09/users/9035ed2dc2d741f3a541a616c981105d/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-a67827a4-34ff-4d8b-af12-6f06353625ad 2019-01-20 11:43:21,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81808ef83a2d51a312cfa8701bb846285868a432" 2019-01-20 11:43:21,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-847496cf-f4c3-4b45-9503-0b68847f5f64 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:21,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-847496cf-f4c3-4b45-9503-0b68847f5f64 2019-01-20 11:43:21,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81808ef83a2d51a312cfa8701bb846285868a432" 2019-01-20 11:43:22,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcb54033-b00d-4b9f-888f-fef29adeb092 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}]} 2019-01-20 11:43:22,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d used request id req-bcb54033-b00d-4b9f-888f-fef29adeb092 2019-01-20 11:43:22,033 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-082d5b4a-1925-495-name 2019-01-20 11:43:22,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:22,041 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:43: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:22,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f3f8492d14881c891ff6d8d0db05343c1bbdee6" 2019-01-20 11:43:22,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05f248c3-aa05-483f-85d4-0b837b6d3f82 Content-Encoding: gzip Content-Length: 935 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-082d5b4a-1925-495-name", "links": {"self": "http://172.30.9.22:5000/v3/users/9035ed2dc2d741f3a541a616c981105d"}, "domain_id": "default", "enabled": true, "id": "9035ed2dc2d741f3a541a616c981105d", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "links": {"self": "http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6"}, "domain_id": "default", "enabled": true, "id": "f8248cee7f534240b0235e12eac098e6", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:43:22,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-05f248c3-aa05-483f-85d4-0b837b6d3f82 2019-01-20 11:43:22,146 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:22,147 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:22,518 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["AYJMas9YT3WLqBkJ4w_dNw"], "issued_at": "2019-01-20T11:43:22.000000Z"}} 2019-01-20 11:43:22,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}003bebb72f6e26dd6026d8b54861352042c983e0" 2019-01-20 11:43:22,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14651008-8fd4-4484-89f1-82a063e0e016 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:22,615 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-14651008-8fd4-4484-89f1-82a063e0e016 2019-01-20 11:43:22,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:22,625 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:43: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:22,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}003bebb72f6e26dd6026d8b54861352042c983e0" 2019-01-20 11:43:22,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5a27587-3f87-4684-8dfb-458e6730fabb Content-Encoding: gzip Content-Length: 935 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-082d5b4a-1925-495-name", "links": {"self": "http://172.30.9.22:5000/v3/users/9035ed2dc2d741f3a541a616c981105d"}, "domain_id": "default", "enabled": true, "id": "9035ed2dc2d741f3a541a616c981105d", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "links": {"self": "http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6"}, "domain_id": "default", "enabled": true, "id": "f8248cee7f534240b0235e12eac098e6", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:43:22,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-f5a27587-3f87-4684-8dfb-458e6730fabb 2019-01-20 11:43:22,726 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-082d5b4a-1925-495-name 2019-01-20 11:43:22,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/9035ed2dc2d741f3a541a616c981105d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81808ef83a2d51a312cfa8701bb846285868a432" 2019-01-20 11:43:22,975 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-033511d9-f1a9-4ae7-a404-3cc8bc5f7e49 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:22,975 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/9035ed2dc2d741f3a541a616c981105d used request id req-033511d9-f1a9-4ae7-a404-3cc8bc5f7e49 2019-01-20 11:43:22,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:23,365 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["Gk_jS2R4R-WrjKZFlDnONA"], "issued_at": "2019-01-20T11:43:23.000000Z"}} 2019-01-20 11:43:23,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c8ee6eae26f1a606248a5d95b32f34e46ca81c" 2019-01-20 11:43:23,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c02c51e-f373-46dc-8920-ec7f34a1efa4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:23,441 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1c02c51e-f373-46dc-8920-ec7f34a1efa4 2019-01-20 11:43:23,442 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:23,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:23,822 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["Zi9TczplS_KlBPtC6zCL_g"], "issued_at": "2019-01-20T11:43:23.000000Z"}} 2019-01-20 11:43:23,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91d11aa1bb5aa0930de4e9ba86d07b68a189d1f" 2019-01-20 11:43:23,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb14bbbe-c1cb-40f7-8b80-d345ce9e6290 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:23,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bb14bbbe-c1cb-40f7-8b80-d345ce9e6290 2019-01-20 11:43:23,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:23,977 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:43: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:23,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-89e319c9-1b2c-4b1-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91d11aa1bb5aa0930de4e9ba86d07b68a189d1f" 2019-01-20 11:43:24,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86c6b831-7a3d-4509-bfdc-dc6ff4bce6d2 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-89e319c9-1b2c-4b1-name", "previous": null, "next": null}, "projects": []} 2019-01-20 11:43:24,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-89e319c9-1b2c-4b1-name used request id req-86c6b831-7a3d-4509-bfdc-dc6ff4bce6d2 2019-01-20 11:43:24,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91d11aa1bb5aa0930de4e9ba86d07b68a189d1f" 2019-01-20 11:43:24,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01a4f258-6e1f-4bfb-b3ec-4001c7b7f17d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 11:43:24,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-01a4f258-6e1f-4bfb-b3ec-4001c7b7f17d 2019-01-20 11:43:24,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91d11aa1bb5aa0930de4e9ba86d07b68a189d1f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-89e319c9-1b2c-4b1-name"}}' 2019-01-20 11:43:24,190 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:43:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bad58961-e018-44bd-9ef0-158efe6edb37 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/423a6ddedd3a4b72b8218f46ccb6377b"}, "enabled": true, "id": "423a6ddedd3a4b72b8218f46ccb6377b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-89e319c9-1b2c-4b1-name"}} 2019-01-20 11:43:24,191 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-bad58961-e018-44bd-9ef0-158efe6edb37 2019-01-20 11:43:24,191 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-89e319c9-1b2c-4b1-name 2019-01-20 11:43:24,191 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-89e319c9-1b2c-4b1-name 2019-01-20 11:43:24,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:24,199 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:43: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:24,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/423a6ddedd3a4b72b8218f46ccb6377b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c8ee6eae26f1a606248a5d95b32f34e46ca81c" 2019-01-20 11:43:24,349 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc169fcc-41d0-4677-864a-93dd1a7dd27f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:24,350 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/423a6ddedd3a4b72b8218f46ccb6377b used request id req-fc169fcc-41d0-4677-864a-93dd1a7dd27f 2019-01-20 11:43:24,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91d11aa1bb5aa0930de4e9ba86d07b68a189d1f" 2019-01-20 11:43:24,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-5d301cef-696e-4756-aa02-f894271d2ef4 Date: Sun, 20 Jan 2019 11:43:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:43:24Z", "updated_at": "2019-01-20T11:43:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "7fc3923b-529e-4682-8190-695678554b06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "789f64d5-8935-48e2-b53b-4323b2d8efab", "remote_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "03adafdf-6844-49f7-9a65-eaccbd604487", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "02f69575-7f9d-4b81-86a9-9e8553cffe08", "remote_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 4, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "name": "default"}]} 2019-01-20 11:43:24,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-5d301cef-696e-4756-aa02-f894271d2ef4 2019-01-20 11:43:24,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91d11aa1bb5aa0930de4e9ba86d07b68a189d1f" 2019-01-20 11:43:24,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80877f69-f0f0-41c2-919c-8e8dcb31d6ac 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 11:43:24,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-80877f69-f0f0-41c2-919c-8e8dcb31d6ac 2019-01-20 11:43:24,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91d11aa1bb5aa0930de4e9ba86d07b68a189d1f" 2019-01-20 11:43:24,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a59421a0-07bd-47d1-a3db-510db4f8cc30 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 11:43:24,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-a59421a0-07bd-47d1-a3db-510db4f8cc30 2019-01-20 11:43:24,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91d11aa1bb5aa0930de4e9ba86d07b68a189d1f" 2019-01-20 11:43:24,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a1c0ecb-4c1f-4efa-af90-8b72513f9424 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:43:24,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-8a1c0ecb-4c1f-4efa-af90-8b72513f9424 2019-01-20 11:43:24,980 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-89e319c9-1b2c-4b1-name 2019-01-20 11:43:24,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/423a6ddedd3a4b72b8218f46ccb6377b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91d11aa1bb5aa0930de4e9ba86d07b68a189d1f" 2019-01-20 11:43:25,062 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11:43:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd3463d5-b872-480e-a959-ca77c5f07450 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 423a6ddedd3a4b72b8218f46ccb6377b.", "code": 404, "title": "Not Found"}} 2019-01-20 11:43:25,062 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/423a6ddedd3a4b72b8218f46ccb6377b used request id req-cd3463d5-b872-480e-a959-ca77c5f07450 2019-01-20 11:43:25,062 - keystoneauth.session - DEBUG - Request returned failure status: 404 2019-01-20 11:43:25,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91d11aa1bb5aa0930de4e9ba86d07b68a189d1f" 2019-01-20 11:43:25,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcaef9b9-23c5-4de2-9869-1c2e62d9303e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:25,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-dcaef9b9-23c5-4de2-9869-1c2e62d9303e 2019-01-20 11:43:25,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c8ee6eae26f1a606248a5d95b32f34e46ca81c" 2019-01-20 11:43:25,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-887655e3-549c-434b-90c2-d9b33e776872 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 11:43:25,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-887655e3-549c-434b-90c2-d9b33e776872 2019-01-20 11:43:25,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d91d11aa1bb5aa0930de4e9ba86d07b68a189d1f" 2019-01-20 11:43:25,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d720974-0230-40ee-8d72-0a5b58ff604a Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:25,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0d720974-0230-40ee-8d72-0a5b58ff604a 2019-01-20 11:43:25,327 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:25,726 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["bxcQiUmLQUiKPu7pC2Fkcw"], "issued_at": "2019-01-20T11:43:25.000000Z"}} 2019-01-20 11:43:25,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ccc5941badae8bf8319192aff28f73129d26134" 2019-01-20 11:43:25,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-079947c7-1325-4d45-b378-3ca6e0138619 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:25,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-079947c7-1325-4d45-b378-3ca6e0138619 2019-01-20 11:43:25,809 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:25,810 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:26,188 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["mc5nODvmQQOZguSgyP6zLw"], "issued_at": "2019-01-20T11:43:26.000000Z"}} 2019-01-20 11:43:26,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7bdcaf6b6a262dca40e9e214509b7d39578307" 2019-01-20 11:43:26,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-478005c1-91c1-41da-84cc-61b98f65b96c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:26,275 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-478005c1-91c1-41da-84cc-61b98f65b96c 2019-01-20 11:43:26,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:26,285 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:26,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ee915f71-6161-46e-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7bdcaf6b6a262dca40e9e214509b7d39578307" 2019-01-20 11:43:26,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4c8de58-c9b0-45c6-b757-36042004a647 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ee915f71-6161-46e-name", "previous": null, "next": null}, "projects": []} 2019-01-20 11:43:26,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ee915f71-6161-46e-name used request id req-d4c8de58-c9b0-45c6-b757-36042004a647 2019-01-20 11:43:26,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7bdcaf6b6a262dca40e9e214509b7d39578307" 2019-01-20 11:43:26,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c83ca96-4f62-46ed-afeb-18742538e36e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 11:43:26,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-6c83ca96-4f62-46ed-afeb-18742538e36e 2019-01-20 11:43:26,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7bdcaf6b6a262dca40e9e214509b7d39578307" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-ee915f71-6161-46e-name"}}' 2019-01-20 11:43:26,588 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:43:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f2f75d5-9b39-46be-9c25-969dc377faf2 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/3549c68b30cf4ace90ed50447b8de74c"}, "enabled": true, "id": "3549c68b30cf4ace90ed50447b8de74c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-ee915f71-6161-46e-name"}} 2019-01-20 11:43:26,588 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-9f2f75d5-9b39-46be-9c25-969dc377faf2 2019-01-20 11:43:26,588 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-ee915f71-6161-46e-name 2019-01-20 11:43:26,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:26,597 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:26,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ee915f71-6161-46e-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ccc5941badae8bf8319192aff28f73129d26134" 2019-01-20 11:43:26,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89dc5de9-02df-48cf-be10-09358b7da6e5 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ee915f71-6161-46e-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/3549c68b30cf4ace90ed50447b8de74c"}, "enabled": true, "id": "3549c68b30cf4ace90ed50447b8de74c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-ee915f71-6161-46e-name"}]} 2019-01-20 11:43:26,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ee915f71-6161-46e-name used request id req-89dc5de9-02df-48cf-be10-09358b7da6e5 2019-01-20 11:43:26,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ccc5941badae8bf8319192aff28f73129d26134" 2019-01-20 11:43:26,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-015ef758-a7cd-46f6-aff5-c87f8cae0cb6 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 11:43:26,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-015ef758-a7cd-46f6-aff5-c87f8cae0cb6 2019-01-20 11:43:26,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7bdcaf6b6a262dca40e9e214509b7d39578307" 2019-01-20 11:43:27,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-7df2c488-4d9f-4d01-baeb-f018f2184b59 Date: Sun, 20 Jan 2019 11:43:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:43:24Z", "updated_at": "2019-01-20T11:43:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "7fc3923b-529e-4682-8190-695678554b06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "789f64d5-8935-48e2-b53b-4323b2d8efab", "remote_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "03adafdf-6844-49f7-9a65-eaccbd604487", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "02f69575-7f9d-4b81-86a9-9e8553cffe08", "remote_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 4, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "name": "default"}]} 2019-01-20 11:43:27,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-7df2c488-4d9f-4d01-baeb-f018f2184b59 2019-01-20 11:43:27,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7bdcaf6b6a262dca40e9e214509b7d39578307" 2019-01-20 11:43:27,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-329964fc-bd35-4baa-9626-dafb1ac543f7 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 11:43:27,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-329964fc-bd35-4baa-9626-dafb1ac543f7 2019-01-20 11:43:27,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7bdcaf6b6a262dca40e9e214509b7d39578307" 2019-01-20 11:43:27,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1a5fb4a-c4ab-4d01-bd05-ca7acc4bdea3 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 11:43:27,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-a1a5fb4a-c4ab-4d01-bd05-ca7acc4bdea3 2019-01-20 11:43:27,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7bdcaf6b6a262dca40e9e214509b7d39578307" 2019-01-20 11:43:27,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-872a1284-6569-4960-86bf-c51d89b0acc9 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:43:27,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-872a1284-6569-4960-86bf-c51d89b0acc9 2019-01-20 11:43:27,794 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-ee915f71-6161-46e-name 2019-01-20 11:43:27,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/3549c68b30cf4ace90ed50447b8de74c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7bdcaf6b6a262dca40e9e214509b7d39578307" 2019-01-20 11:43:27,936 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a25e35d9-fd7e-4d04-aaed-9122f504520f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:27,936 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/3549c68b30cf4ace90ed50447b8de74c used request id req-a25e35d9-fd7e-4d04-aaed-9122f504520f 2019-01-20 11:43:27,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7bdcaf6b6a262dca40e9e214509b7d39578307" 2019-01-20 11:43:28,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb0745fa-9565-4153-9db6-bc92a9a03376 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:28,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-bb0745fa-9565-4153-9db6-bc92a9a03376 2019-01-20 11:43:28,035 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:28,424 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["YEkhUwYqSHS0qENlB-wIQg"], "issued_at": "2019-01-20T11:43:28.000000Z"}} 2019-01-20 11:43:28,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dfaf1accffad14a34c3ab7dbd0ac54af43a8d45" 2019-01-20 11:43:28,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e8db699-d638-4e4f-b325-ad1637ff6f0a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:28,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2e8db699-d638-4e4f-b325-ad1637ff6f0a 2019-01-20 11:43:28,504 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:28,505 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:28,895 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["I0MUc5CnQ4aAcZmZSE-Wmw"], "issued_at": "2019-01-20T11:43:28.000000Z"}} 2019-01-20 11:43:28,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ee5bf0dc431468fe6a3c15fc6f7425e3cc40006" 2019-01-20 11:43:28,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c15b6ad4-dc83-4199-95e8-586fbd0e2631 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:28,975 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c15b6ad4-dc83-4199-95e8-586fbd0e2631 2019-01-20 11:43:28,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:28,983 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:43: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:28,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8cc6629c-5fc8-48b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ee5bf0dc431468fe6a3c15fc6f7425e3cc40006" 2019-01-20 11:43:29,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6fd635f-039f-43ee-8b9a-7d8e9ddfccec Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8cc6629c-5fc8-48b-name", "previous": null, "next": null}, "projects": []} 2019-01-20 11:43:29,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8cc6629c-5fc8-48b-name used request id req-b6fd635f-039f-43ee-8b9a-7d8e9ddfccec 2019-01-20 11:43:29,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ee5bf0dc431468fe6a3c15fc6f7425e3cc40006" 2019-01-20 11:43:29,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad53eecc-dd30-4550-86ac-159f224a79f7 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 11:43:29,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-ad53eecc-dd30-4550-86ac-159f224a79f7 2019-01-20 11:43:29,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ee5bf0dc431468fe6a3c15fc6f7425e3cc40006" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-8cc6629c-5fc8-48b-name"}}' 2019-01-20 11:43:29,275 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:43:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e58c8664-025f-4021-8509-d1ec7704f87a Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0e8262b28a42443097d9eca3ab04bfbf"}, "enabled": true, "id": "0e8262b28a42443097d9eca3ab04bfbf", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-8cc6629c-5fc8-48b-name"}} 2019-01-20 11:43:29,275 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-e58c8664-025f-4021-8509-d1ec7704f87a 2019-01-20 11:43:29,275 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-8cc6629c-5fc8-48b-name 2019-01-20 11:43:29,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:29,283 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:43:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:29,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8cc6629c-5fc8-48b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dfaf1accffad14a34c3ab7dbd0ac54af43a8d45" 2019-01-20 11:43:29,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40cf6358-0b42-4e1c-91bb-c535af5f99cd Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8cc6629c-5fc8-48b-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0e8262b28a42443097d9eca3ab04bfbf"}, "enabled": true, "id": "0e8262b28a42443097d9eca3ab04bfbf", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-8cc6629c-5fc8-48b-name"}]} 2019-01-20 11:43:29,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8cc6629c-5fc8-48b-name used request id req-40cf6358-0b42-4e1c-91bb-c535af5f99cd 2019-01-20 11:43:29,374 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:29,375 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:29,746 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["4q-k8lMSRFKJ00b7nMONRw"], "issued_at": "2019-01-20T11:43:29.000000Z"}} 2019-01-20 11:43:29,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48bcb09bddccf2560570d2578feafc85c2b15d75" 2019-01-20 11:43:29,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68c4a230-c616-4948-89de-ba1da9d51b13 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:29,835 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-68c4a230-c616-4948-89de-ba1da9d51b13 2019-01-20 11:43:29,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:29,845 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:43:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:29,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8cc6629c-5fc8-48b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48bcb09bddccf2560570d2578feafc85c2b15d75" 2019-01-20 11:43:29,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a388738-26ac-461d-b5dd-f1bd27c8bab2 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8cc6629c-5fc8-48b-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0e8262b28a42443097d9eca3ab04bfbf"}, "enabled": true, "id": "0e8262b28a42443097d9eca3ab04bfbf", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-8cc6629c-5fc8-48b-name"}]} 2019-01-20 11:43:29,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8cc6629c-5fc8-48b-name used request id req-8a388738-26ac-461d-b5dd-f1bd27c8bab2 2019-01-20 11:43:29,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dfaf1accffad14a34c3ab7dbd0ac54af43a8d45" 2019-01-20 11:43:30,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdb34957-339b-4592-bedc-f7b94d8028a6 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 11:43:30,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-cdb34957-339b-4592-bedc-f7b94d8028a6 2019-01-20 11:43:30,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ee5bf0dc431468fe6a3c15fc6f7425e3cc40006" 2019-01-20 11:43:30,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-deed22f5-ee9c-4906-811c-cb2e9cbd4bb7 Date: Sun, 20 Jan 2019 11:43:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:43:24Z", "updated_at": "2019-01-20T11:43:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "7fc3923b-529e-4682-8190-695678554b06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "789f64d5-8935-48e2-b53b-4323b2d8efab", "remote_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "03adafdf-6844-49f7-9a65-eaccbd604487", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "02f69575-7f9d-4b81-86a9-9e8553cffe08", "remote_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 4, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "name": "default"}]} 2019-01-20 11:43:30,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-deed22f5-ee9c-4906-811c-cb2e9cbd4bb7 2019-01-20 11:43:30,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ee5bf0dc431468fe6a3c15fc6f7425e3cc40006" 2019-01-20 11:43:30,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-207d726c-a506-4c75-8192-92f322dcd6e2 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 11:43:30,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-207d726c-a506-4c75-8192-92f322dcd6e2 2019-01-20 11:43:30,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ee5bf0dc431468fe6a3c15fc6f7425e3cc40006" 2019-01-20 11:43:30,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83fce270-e861-45b6-9540-c2549fcb9646 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 11:43:30,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-83fce270-e861-45b6-9540-c2549fcb9646 2019-01-20 11:43:30,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ee5bf0dc431468fe6a3c15fc6f7425e3cc40006" 2019-01-20 11:43:30,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ef25c00-f440-41b5-8463-b892250f83e9 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:43:30,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-2ef25c00-f440-41b5-8463-b892250f83e9 2019-01-20 11:43:30,650 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-8cc6629c-5fc8-48b-name 2019-01-20 11:43:30,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/0e8262b28a42443097d9eca3ab04bfbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ee5bf0dc431468fe6a3c15fc6f7425e3cc40006" 2019-01-20 11:43:30,804 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41865956-98cd-4fd0-9ecc-7597e58fc6a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:30,804 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/0e8262b28a42443097d9eca3ab04bfbf used request id req-41865956-98cd-4fd0-9ecc-7597e58fc6a9 2019-01-20 11:43:30,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ee5bf0dc431468fe6a3c15fc6f7425e3cc40006" 2019-01-20 11:43:30,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b25ab976-bcd4-430b-85d4-dc3a72dafe66 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:30,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b25ab976-bcd4-430b-85d4-dc3a72dafe66 2019-01-20 11:43:30,890 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:31,353 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["pcyBozRsTmuUVix9MtwnSA"], "issued_at": "2019-01-20T11:43:31.000000Z"}} 2019-01-20 11:43:31,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3a1e11596a92fc770a101d9cf72bff2f4213c5f" 2019-01-20 11:43:31,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa30a691-e9ee-4de9-9121-5ccc544cf494 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:31,441 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-aa30a691-e9ee-4de9-9121-5ccc544cf494 2019-01-20 11:43:31,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:31,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:31,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["NX8X_kYoQAy-GnJ_5xj2ZA"], "issued_at": "2019-01-20T11:43:31.000000Z"}} 2019-01-20 11:43:31,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ba62c68208cf3a8dd41362672b7d0487f09cd1c" 2019-01-20 11:43:31,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6dc168d-e6f2-4a98-91d2-5b9e2fbd13a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:31,903 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c6dc168d-e6f2-4a98-91d2-5b9e2fbd13a1 2019-01-20 11:43:31,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:31,914 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:43: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:31,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-3a51fca4-9915-48f-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ba62c68208cf3a8dd41362672b7d0487f09cd1c" 2019-01-20 11:43:31,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c5d7695-48f6-4d44-93ef-363a636d66eb Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-3a51fca4-9915-48f-name", "previous": null, "next": null}, "projects": []} 2019-01-20 11:43:31,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-3a51fca4-9915-48f-name used request id req-7c5d7695-48f6-4d44-93ef-363a636d66eb 2019-01-20 11:43:31,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ba62c68208cf3a8dd41362672b7d0487f09cd1c" 2019-01-20 11:43:32,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbf3f619-d7fd-4cdf-8c04-79800d40a5cc Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=foo", "previous": null, "next": null}} 2019-01-20 11:43:32,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=foo used request id req-dbf3f619-d7fd-4cdf-8c04-79800d40a5cc 2019-01-20 11:43:32,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ba62c68208cf3a8dd41362672b7d0487f09cd1c" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-3a51fca4-9915-48f-name"}}' 2019-01-20 11:43:32,169 - keystoneauth.session - DEBUG - RESP: [400] Date: Sun, 20 Jan 2019 11:43:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a61cf1b-7303-48f8-bb2b-7470d196bfce Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2019-01-20 11:43:32,169 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-4a61cf1b-7303-48f8-bb2b-7470d196bfce 2019-01-20 11:43:32,169 - keystoneauth.session - DEBUG - Request returned failure status: 400 2019-01-20 11:43:32,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ba62c68208cf3a8dd41362672b7d0487f09cd1c" 2019-01-20 11:43:32,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-940ab77b-9181-47bb-9d22-0141713acda2 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:32,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-940ab77b-9181-47bb-9d22-0141713acda2 2019-01-20 11:43:32,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:32,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["YVK3ZzP6QqG4P9DhX-HUUw"], "issued_at": "2019-01-20T11:43:32.000000Z"}} 2019-01-20 11:43:32,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a86da1aee23c82cbac06a44e1545b9c2e1af39fb" 2019-01-20 11:43:32,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4fda10e-16f9-4bf1-a603-761f12af4eca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:32,729 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a4fda10e-16f9-4bf1-a603-761f12af4eca 2019-01-20 11:43:32,730 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:32,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:33,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["DmSiG-ryRcimIvER0ah5tw"], "issued_at": "2019-01-20T11:43:33.000000Z"}} 2019-01-20 11:43:33,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6df22b9a77ce664042c527c528cc9977beca119" 2019-01-20 11:43:33,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60779a85-8175-4968-8ff0-7f3cf0d827ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:33,193 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-60779a85-8175-4968-8ff0-7f3cf0d827ac 2019-01-20 11:43:33,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:33,203 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:33,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-624a8d67-1bb3-45a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6df22b9a77ce664042c527c528cc9977beca119" 2019-01-20 11:43:33,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d66f117-dd8c-4c66-8996-bd8a60194526 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-624a8d67-1bb3-45a-name", "previous": null, "next": null}, "projects": []} 2019-01-20 11:43:33,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-624a8d67-1bb3-45a-name used request id req-1d66f117-dd8c-4c66-8996-bd8a60194526 2019-01-20 11:43:33,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6df22b9a77ce664042c527c528cc9977beca119" 2019-01-20 11:43:33,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-437edacd-64be-4c59-9a41-8edc6b3342bb Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 11:43:33,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-437edacd-64be-4c59-9a41-8edc6b3342bb 2019-01-20 11:43:33,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6df22b9a77ce664042c527c528cc9977beca119" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-624a8d67-1bb3-45a-name"}}' 2019-01-20 11:43:33,516 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:43:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfe60b88-f4c1-4785-9dc6-069bd5594cfb Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/e7e759e18f4c4611a9fcd5af1e2adb78"}, "enabled": true, "id": "e7e759e18f4c4611a9fcd5af1e2adb78", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-624a8d67-1bb3-45a-name"}} 2019-01-20 11:43:33,516 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-cfe60b88-f4c1-4785-9dc6-069bd5594cfb 2019-01-20 11:43:33,516 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-624a8d67-1bb3-45a-name 2019-01-20 11:43:33,516 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:43:33,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-quota-sets/e7e759e18f4c4611a9fcd5af1e2adb78 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6df22b9a77ce664042c527c528cc9977beca119" 2019-01-20 11:43:34,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74d8a7b5-c033-4185-acf7-fa9e63645a36 x-compute-request-id: req-74d8a7b5-c033-4185-acf7-fa9e63645a36 Content-Encoding: gzip Content-Length: 221 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": "e7e759e18f4c4611a9fcd5af1e2adb78", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2019-01-20 11:43:34,429 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-quota-sets/e7e759e18f4c4611a9fcd5af1e2adb78 used request id req-74d8a7b5-c033-4185-acf7-fa9e63645a36 2019-01-20 11:43:34,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:8774/v2.1/os-quota-sets/e7e759e18f4c4611a9fcd5af1e2adb78 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6df22b9a77ce664042c527c528cc9977beca119" -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}}' 2019-01-20 11:43:34,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a50fa27d-335c-4220-9a1c-1a7e2f2d99ad x-compute-request-id: req-a50fa27d-335c-4220-9a1c-1a7e2f2d99ad 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}} 2019-01-20 11:43:34,807 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.22:8774/v2.1/os-quota-sets/e7e759e18f4c4611a9fcd5af1e2adb78 used request id req-a50fa27d-335c-4220-9a1c-1a7e2f2d99ad 2019-01-20 11:43:34,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:34,815 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:43: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:34,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-624a8d67-1bb3-45a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a86da1aee23c82cbac06a44e1545b9c2e1af39fb" 2019-01-20 11:43:34,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dc5c46b-d66b-4ef0-ad8e-3356e86b2a00 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-624a8d67-1bb3-45a-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/e7e759e18f4c4611a9fcd5af1e2adb78"}, "enabled": true, "id": "e7e759e18f4c4611a9fcd5af1e2adb78", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-624a8d67-1bb3-45a-name"}]} 2019-01-20 11:43:34,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-624a8d67-1bb3-45a-name used request id req-3dc5c46b-d66b-4ef0-ad8e-3356e86b2a00 2019-01-20 11:43:34,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a86da1aee23c82cbac06a44e1545b9c2e1af39fb" 2019-01-20 11:43:34,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8d9b9c4-bef7-4d1f-a478-964b72967a00 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 11:43:34,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-f8d9b9c4-bef7-4d1f-a478-964b72967a00 2019-01-20 11:43:34,919 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:43:34,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-quota-sets/e7e759e18f4c4611a9fcd5af1e2adb78 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a86da1aee23c82cbac06a44e1545b9c2e1af39fb" 2019-01-20 11:43:35,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e030e559-2b2a-447b-ae24-55992ee71d3c x-compute-request-id: req-e030e559-2b2a-447b-ae24-55992ee71d3c Content-Encoding: gzip Content-Length: 223 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": "e7e759e18f4c4611a9fcd5af1e2adb78", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2019-01-20 11:43:35,846 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-quota-sets/e7e759e18f4c4611a9fcd5af1e2adb78 used request id req-e030e559-2b2a-447b-ae24-55992ee71d3c 2019-01-20 11:43:35,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6df22b9a77ce664042c527c528cc9977beca119" 2019-01-20 11:43:36,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-5da4c9b8-b822-40ab-9565-362de1bde83c Date: Sun, 20 Jan 2019 11:43:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:43:24Z", "updated_at": "2019-01-20T11:43:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "03adafdf-6844-49f7-9a65-eaccbd604487", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "02f69575-7f9d-4b81-86a9-9e8553cffe08", "remote_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "7fc3923b-529e-4682-8190-695678554b06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "789f64d5-8935-48e2-b53b-4323b2d8efab", "remote_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 4, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "name": "default"}]} 2019-01-20 11:43:36,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-5da4c9b8-b822-40ab-9565-362de1bde83c 2019-01-20 11:43:36,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6df22b9a77ce664042c527c528cc9977beca119" 2019-01-20 11:43:36,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d43f58e4-a6a7-4c21-a915-77b900db4067 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 11:43:36,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-d43f58e4-a6a7-4c21-a915-77b900db4067 2019-01-20 11:43:36,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6df22b9a77ce664042c527c528cc9977beca119" 2019-01-20 11:43:36,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc42ff67-540c-4497-9226-4c5b167a9eaf Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 11:43:36,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-dc42ff67-540c-4497-9226-4c5b167a9eaf 2019-01-20 11:43:36,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6df22b9a77ce664042c527c528cc9977beca119" 2019-01-20 11:43:36,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71c78ec8-3b6a-45d8-9a69-7c7b48256ba3 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:43:36,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-71c78ec8-3b6a-45d8-9a69-7c7b48256ba3 2019-01-20 11:43:36,388 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-624a8d67-1bb3-45a-name 2019-01-20 11:43:36,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/e7e759e18f4c4611a9fcd5af1e2adb78 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6df22b9a77ce664042c527c528cc9977beca119" 2019-01-20 11:43:36,547 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29f16ee3-18ff-4442-8d4e-bd3eb01a2692 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:36,547 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/e7e759e18f4c4611a9fcd5af1e2adb78 used request id req-29f16ee3-18ff-4442-8d4e-bd3eb01a2692 2019-01-20 11:43:36,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6df22b9a77ce664042c527c528cc9977beca119" 2019-01-20 11:43:36,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43e0900f-21b8-4cca-b53b-56287593a358 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:36,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-43e0900f-21b8-4cca-b53b-56287593a358 2019-01-20 11:43:36,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:37,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["iTUbT_RGRRaAtYUR5wMr3A"], "issued_at": "2019-01-20T11:43:37.000000Z"}} 2019-01-20 11:43:37,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b6b370d6a0bdf1268f8a03a15141cefea1fcb8" 2019-01-20 11:43:37,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-240cade3-2676-4bec-9f03-720d14510c93 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:37,124 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-240cade3-2676-4bec-9f03-720d14510c93 2019-01-20 11:43:37,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:37,127 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:37,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["3MXrjbe-TcWM1LP8q3luzw"], "issued_at": "2019-01-20T11:43:37.000000Z"}} 2019-01-20 11:43:37,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}949bfdd7fe0ab3e03cc6154df96b7a55204bd660" 2019-01-20 11:43:37,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11c09a2b-21f0-4c80-90f2-73c9e1cc933a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:37,596 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-11c09a2b-21f0-4c80-90f2-73c9e1cc933a 2019-01-20 11:43:37,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:37,605 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:43: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:37,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-487c4f13-ea4d-4fd-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}949bfdd7fe0ab3e03cc6154df96b7a55204bd660" 2019-01-20 11:43:37,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dce8315-8143-4b84-ab46-b9889aa7bda7 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-487c4f13-ea4d-4fd-name", "previous": null, "next": null}, "projects": []} 2019-01-20 11:43:37,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-487c4f13-ea4d-4fd-name used request id req-0dce8315-8143-4b84-ab46-b9889aa7bda7 2019-01-20 11:43:37,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}949bfdd7fe0ab3e03cc6154df96b7a55204bd660" 2019-01-20 11:43:37,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9441e150-e9fa-42cc-9e82-ade45d31eac7 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 11:43:37,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-9441e150-e9fa-42cc-9e82-ade45d31eac7 2019-01-20 11:43:37,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}949bfdd7fe0ab3e03cc6154df96b7a55204bd660" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-487c4f13-ea4d-4fd-name"}}' 2019-01-20 11:43:37,904 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:43:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-787e5e6c-59d7-4799-8e01-af1012e74085 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d7a82c1c114a435a95c078fd884124b5"}, "enabled": true, "id": "d7a82c1c114a435a95c078fd884124b5", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-487c4f13-ea4d-4fd-name"}} 2019-01-20 11:43:37,904 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-787e5e6c-59d7-4799-8e01-af1012e74085 2019-01-20 11:43:37,904 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-487c4f13-ea4d-4fd-name 2019-01-20 11:43:37,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:37,912 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:43: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:37,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-487c4f13-ea4d-4fd-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b6b370d6a0bdf1268f8a03a15141cefea1fcb8" 2019-01-20 11:43:38,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65c60011-2eea-4828-90d5-e7a5b5d51be0 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-487c4f13-ea4d-4fd-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d7a82c1c114a435a95c078fd884124b5"}, "enabled": true, "id": "d7a82c1c114a435a95c078fd884124b5", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-487c4f13-ea4d-4fd-name"}]} 2019-01-20 11:43:38,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-487c4f13-ea4d-4fd-name used request id req-65c60011-2eea-4828-90d5-e7a5b5d51be0 2019-01-20 11:43:38,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b6b370d6a0bdf1268f8a03a15141cefea1fcb8" 2019-01-20 11:43:38,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-185fd70b-c156-48f7-83a5-efb77f8e1cbc Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 11:43:38,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-185fd70b-c156-48f7-83a5-efb77f8e1cbc 2019-01-20 11:43:38,086 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:43:38,090 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:8774/v2.1/os-quota-sets/d7a82c1c114a435a95c078fd884124b5 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}949bfdd7fe0ab3e03cc6154df96b7a55204bd660" -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}}' 2019-01-20 11:43:39,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-728dd6fc-e09d-465a-abe0-2a6647281697 x-compute-request-id: req-728dd6fc-e09d-465a-abe0-2a6647281697 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}} 2019-01-20 11:43:39,048 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.22:8774/v2.1/os-quota-sets/d7a82c1c114a435a95c078fd884124b5 used request id req-728dd6fc-e09d-465a-abe0-2a6647281697 2019-01-20 11:43:39,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/quotas/d7a82c1c114a435a95c078fd884124b5 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}949bfdd7fe0ab3e03cc6154df96b7a55204bd660" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2019-01-20 11:43:39,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-f7e322c9-1a8e-4650-b3a2-4fca22363c6c Date: Sun, 20 Jan 2019 11:43:39 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}} 2019-01-20 11:43:39,385 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/quotas/d7a82c1c114a435a95c078fd884124b5 used request id req-f7e322c9-1a8e-4650-b3a2-4fca22363c6c 2019-01-20 11:43:39,385 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:43:39,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-quota-sets/d7a82c1c114a435a95c078fd884124b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}949bfdd7fe0ab3e03cc6154df96b7a55204bd660" 2019-01-20 11:43:40,139 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43: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-8d99b296-d2e5-49f3-860b-79012e7f6e7e x-compute-request-id: req-8d99b296-d2e5-49f3-860b-79012e7f6e7e 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": "d7a82c1c114a435a95c078fd884124b5", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2019-01-20 11:43:40,140 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-quota-sets/d7a82c1c114a435a95c078fd884124b5 used request id req-8d99b296-d2e5-49f3-860b-79012e7f6e7e 2019-01-20 11:43:40,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/quotas/d7a82c1c114a435a95c078fd884124b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}949bfdd7fe0ab3e03cc6154df96b7a55204bd660" 2019-01-20 11:43:40,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-7111bdbb-13f0-46ec-887e-9f42b822c8e5 Date: Sun, 20 Jan 2019 11:43:40 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}} 2019-01-20 11:43:40,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/quotas/d7a82c1c114a435a95c078fd884124b5 used request id req-7111bdbb-13f0-46ec-887e-9f42b822c8e5 2019-01-20 11:43:40,863 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:43:40,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-quota-sets/d7a82c1c114a435a95c078fd884124b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b6b370d6a0bdf1268f8a03a15141cefea1fcb8" 2019-01-20 11:43:41,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43: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-19d51d53-d678-4adc-8cf6-7c573d562d29 x-compute-request-id: req-19d51d53-d678-4adc-8cf6-7c573d562d29 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": "d7a82c1c114a435a95c078fd884124b5", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2019-01-20 11:43:41,634 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-quota-sets/d7a82c1c114a435a95c078fd884124b5 used request id req-19d51d53-d678-4adc-8cf6-7c573d562d29 2019-01-20 11:43:41,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/quotas/d7a82c1c114a435a95c078fd884124b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b6b370d6a0bdf1268f8a03a15141cefea1fcb8" 2019-01-20 11:43:41,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-03043330-fb5f-494a-9c26-224547e96d55 Date: Sun, 20 Jan 2019 11:43:41 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}} 2019-01-20 11:43:41,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/quotas/d7a82c1c114a435a95c078fd884124b5 used request id req-03043330-fb5f-494a-9c26-224547e96d55 2019-01-20 11:43:41,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}949bfdd7fe0ab3e03cc6154df96b7a55204bd660" 2019-01-20 11:43:41,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-b97c0865-da5b-4223-9703-45ba4f87c7a5 Date: Sun, 20 Jan 2019 11:43:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:43:24Z", "updated_at": "2019-01-20T11:43:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "7fc3923b-529e-4682-8190-695678554b06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "789f64d5-8935-48e2-b53b-4323b2d8efab", "remote_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "03adafdf-6844-49f7-9a65-eaccbd604487", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "02f69575-7f9d-4b81-86a9-9e8553cffe08", "remote_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 4, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "name": "default"}]} 2019-01-20 11:43:41,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-b97c0865-da5b-4223-9703-45ba4f87c7a5 2019-01-20 11:43:41,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}949bfdd7fe0ab3e03cc6154df96b7a55204bd660" 2019-01-20 11:43:41,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca895b2b-7427-4066-b969-caefc5075ded 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 11:43:41,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-ca895b2b-7427-4066-b969-caefc5075ded 2019-01-20 11:43:41,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}949bfdd7fe0ab3e03cc6154df96b7a55204bd660" 2019-01-20 11:43:42,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99d4add9-00eb-484a-99a9-da667ccd1c41 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 11:43:42,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-99d4add9-00eb-484a-99a9-da667ccd1c41 2019-01-20 11:43:42,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}949bfdd7fe0ab3e03cc6154df96b7a55204bd660" 2019-01-20 11:43:42,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2079fee-43bb-41e7-b6dd-9e3cf47c121e 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:43:42,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-c2079fee-43bb-41e7-b6dd-9e3cf47c121e 2019-01-20 11:43:42,144 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-487c4f13-ea4d-4fd-name 2019-01-20 11:43:42,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/d7a82c1c114a435a95c078fd884124b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}949bfdd7fe0ab3e03cc6154df96b7a55204bd660" 2019-01-20 11:43:42,308 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d8c0b44-f3ca-47a7-a1a1-9f3435a3ca18 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:42,309 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/d7a82c1c114a435a95c078fd884124b5 used request id req-6d8c0b44-f3ca-47a7-a1a1-9f3435a3ca18 2019-01-20 11:43:42,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}949bfdd7fe0ab3e03cc6154df96b7a55204bd660" 2019-01-20 11:43:42,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9aa1dc15-2615-46ff-8c3f-cdcf248aece2 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:42,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9aa1dc15-2615-46ff-8c3f-cdcf248aece2 2019-01-20 11:43:42,407 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:42,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["tXWtjvk-TMyFLY7vO_PobQ"], "issued_at": "2019-01-20T11:43:42.000000Z"}} 2019-01-20 11:43:42,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc3719e2d23df62413640b0bb75f577a2c6ce8d4" 2019-01-20 11:43:42,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c237c79f-b1ab-46e1-b15a-5c5f89403789 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:42,862 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c237c79f-b1ab-46e1-b15a-5c5f89403789 2019-01-20 11:43:42,863 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:42,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:43,252 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["6dFdC3JxRQGrY8LrHAdwcg"], "issued_at": "2019-01-20T11:43:43.000000Z"}} 2019-01-20 11:43:43,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ebf42e0128562c0b9cdc65533cac7bb8e802ae" 2019-01-20 11:43:43,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6100852-f6e2-4587-98d8-1e4d0cf4e3d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:43,329 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c6100852-f6e2-4587-98d8-1e4d0cf4e3d3 2019-01-20 11:43:43,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:43,339 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:43: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:43,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-e57598f3-7eaf-4af-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ebf42e0128562c0b9cdc65533cac7bb8e802ae" 2019-01-20 11:43:43,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e114e0b-318f-4caf-a507-03d40007aa04 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-e57598f3-7eaf-4af-name", "previous": null, "next": null}, "projects": []} 2019-01-20 11:43:43,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-e57598f3-7eaf-4af-name used request id req-5e114e0b-318f-4caf-a507-03d40007aa04 2019-01-20 11:43:43,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ebf42e0128562c0b9cdc65533cac7bb8e802ae" 2019-01-20 11:43:43,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac6fe9bf-62b4-4e0d-a661-ebee4f5595fb Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 11:43:43,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-ac6fe9bf-62b4-4e0d-a661-ebee4f5595fb 2019-01-20 11:43:43,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ebf42e0128562c0b9cdc65533cac7bb8e802ae" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-e57598f3-7eaf-4af-name"}}' 2019-01-20 11:43:43,674 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:43:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3767b3ca-e450-4ac6-90fc-a2e5cf3a5238 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4356bfb8d2874dffb09ca8df1cc3a93c"}, "enabled": true, "id": "4356bfb8d2874dffb09ca8df1cc3a93c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e57598f3-7eaf-4af-name"}} 2019-01-20 11:43:43,675 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-3767b3ca-e450-4ac6-90fc-a2e5cf3a5238 2019-01-20 11:43:43,675 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-e57598f3-7eaf-4af-name 2019-01-20 11:43:43,675 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:43,676 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:44,059 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["n9iED4PTQJyLZtMZnfkL3w"], "issued_at": "2019-01-20T11:43:44.000000Z"}} 2019-01-20 11:43:44,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ef143853aa9e0b928977fe3ccd3084da91876" 2019-01-20 11:43:44,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62c0b024-d822-42c6-a85a-ecd3692127e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:44,136 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-62c0b024-d822-42c6-a85a-ecd3692127e2 2019-01-20 11:43:44,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:44,144 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:43:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:44,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ef143853aa9e0b928977fe3ccd3084da91876" 2019-01-20 11:43:44,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cb9ec9d-8c2d-46dc-94d8-f530a0f8de53 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "links": {"self": "http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6"}, "domain_id": "default", "enabled": true, "id": "f8248cee7f534240b0235e12eac098e6", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:43:44,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-1cb9ec9d-8c2d-46dc-94d8-f530a0f8de53 2019-01-20 11:43:44,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ef143853aa9e0b928977fe3ccd3084da91876" 2019-01-20 11:43:44,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d54dc1ac-50cb-4f82-9955-dd58fc590fb9 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 11:43:44,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-d54dc1ac-50cb-4f82-9955-dd58fc590fb9 2019-01-20 11:43:44,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ef143853aa9e0b928977fe3ccd3084da91876" 2019-01-20 11:43:44,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-523eef47-f068-4791-93c7-1172c4964f9c Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:44,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-523eef47-f068-4791-93c7-1172c4964f9c 2019-01-20 11:43:44,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateProjectUserTests-e57598f3-7eaf-4af-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ef143853aa9e0b928977fe3ccd3084da91876" 2019-01-20 11:43:44,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e10bf587-bbe6-4587-8480-13024f495c40 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateProjectUserTests-e57598f3-7eaf-4af-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4356bfb8d2874dffb09ca8df1cc3a93c"}, "enabled": true, "id": "4356bfb8d2874dffb09ca8df1cc3a93c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e57598f3-7eaf-4af-name"}]} 2019-01-20 11:43:44,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateProjectUserTests-e57598f3-7eaf-4af-name used request id req-e10bf587-bbe6-4587-8480-13024f495c40 2019-01-20 11:43:44,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/bcf80382f551479b9c597a8d0379096c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ef143853aa9e0b928977fe3ccd3084da91876" 2019-01-20 11:43:44,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1e6a3e4-8773-4622-aaa9-ecb05e548be0 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/bcf80382f551479b9c597a8d0379096c"}, "enabled": true, "id": "bcf80382f551479b9c597a8d0379096c", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-e57598f3-7eaf-4af-user"}} 2019-01-20 11:43:44,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/bcf80382f551479b9c597a8d0379096c used request id req-d1e6a3e4-8773-4622-aaa9-ecb05e548be0 2019-01-20 11:43:44,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/4356bfb8d2874dffb09ca8df1cc3a93c/users/bcf80382f551479b9c597a8d0379096c/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ef143853aa9e0b928977fe3ccd3084da91876" 2019-01-20 11:43:44,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aff7541-0d7c-45f2-9cd5-b4b01b6299ed Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/4356bfb8d2874dffb09ca8df1cc3a93c/users/bcf80382f551479b9c597a8d0379096c/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 11:43:44,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/4356bfb8d2874dffb09ca8df1cc3a93c/users/bcf80382f551479b9c597a8d0379096c/roles used request id req-8aff7541-0d7c-45f2-9cd5-b4b01b6299ed 2019-01-20 11:43:44,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ef143853aa9e0b928977fe3ccd3084da91876" 2019-01-20 11:43:45,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05db5520-06b7-417a-935e-e0e42e23d575 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "domain_id": null, "name": "admin", "id": "77f3d538c7cd4e1a927402af90dfd66a"}} 2019-01-20 11:43:45,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-05db5520-06b7-417a-935e-e0e42e23d575 2019-01-20 11:43:45,039 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-e57598f3-7eaf-4af-name 2019-01-20 11:43:45,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/4356bfb8d2874dffb09ca8df1cc3a93c/users/bcf80382f551479b9c597a8d0379096c/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ef143853aa9e0b928977fe3ccd3084da91876" 2019-01-20 11:43:45,164 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ceb83f3c-9da9-443e-a247-b861b708fd8e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:45,165 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/4356bfb8d2874dffb09ca8df1cc3a93c/users/bcf80382f551479b9c597a8d0379096c/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-ceb83f3c-9da9-443e-a247-b861b708fd8e 2019-01-20 11:43:45,165 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-e57598f3-7eaf-4af-user 2019-01-20 11:43:45,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ebf42e0128562c0b9cdc65533cac7bb8e802ae" 2019-01-20 11:43:45,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-078e8b52-4855-4fdb-b1c9-0cd3b19abb78 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:45,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-078e8b52-4855-4fdb-b1c9-0cd3b19abb78 2019-01-20 11:43:45,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ebf42e0128562c0b9cdc65533cac7bb8e802ae" -d '{"role": {"name": "CreateProjectUserTests-e57598f3-7eaf-4af-name-role"}}' 2019-01-20 11:43:45,359 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:43:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53413049-15ec-4e8e-b254-6824093685f5 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "875447385c5c44b5afe902c3dbdf8a52", "links": {"self": "http://172.30.9.22:5000/v3/roles/875447385c5c44b5afe902c3dbdf8a52"}, "name": "CreateProjectUserTests-e57598f3-7eaf-4af-name-role"}} 2019-01-20 11:43:45,359 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-53413049-15ec-4e8e-b254-6824093685f5 2019-01-20 11:43:45,359 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-e57598f3-7eaf-4af-name-role 2019-01-20 11:43:45,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/875447385c5c44b5afe902c3dbdf8a52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ebf42e0128562c0b9cdc65533cac7bb8e802ae" 2019-01-20 11:43:45,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99e6c259-8ab1-4c45-9a8c-ae3a86d2f129 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/875447385c5c44b5afe902c3dbdf8a52"}, "domain_id": null, "name": "CreateProjectUserTests-e57598f3-7eaf-4af-name-role", "id": "875447385c5c44b5afe902c3dbdf8a52"}} 2019-01-20 11:43:45,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/875447385c5c44b5afe902c3dbdf8a52 used request id req-99e6c259-8ab1-4c45-9a8c-ae3a86d2f129 2019-01-20 11:43:45,451 - keystone_utils - INFO - Granting role CreateProjectUserTests-e57598f3-7eaf-4af-name-role to project CreateProjectUserTests-e57598f3-7eaf-4af-name 2019-01-20 11:43:45,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/4356bfb8d2874dffb09ca8df1cc3a93c/users/bcf80382f551479b9c597a8d0379096c/roles/875447385c5c44b5afe902c3dbdf8a52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ebf42e0128562c0b9cdc65533cac7bb8e802ae" 2019-01-20 11:43:45,589 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b63d1ce-5f25-4ade-9cd7-2e028c13fe02 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:45,590 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/4356bfb8d2874dffb09ca8df1cc3a93c/users/bcf80382f551479b9c597a8d0379096c/roles/875447385c5c44b5afe902c3dbdf8a52 used request id req-8b63d1ce-5f25-4ade-9cd7-2e028c13fe02 2019-01-20 11:43:45,590 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:45,591 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:45,956 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "875447385c5c44b5afe902c3dbdf8a52", "name": "CreateProjectUserTests-e57598f3-7eaf-4af-name-role"}], "expires_at": "2019-01-20T12:43:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4356bfb8d2874dffb09ca8df1cc3a93c", "name": "CreateProjectUserTests-e57598f3-7eaf-4af-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/4356bfb8d2874dffb09ca8df1cc3a93c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/4356bfb8d2874dffb09ca8df1cc3a93c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/4356bfb8d2874dffb09ca8df1cc3a93c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/4356bfb8d2874dffb09ca8df1cc3a93c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/4356bfb8d2874dffb09ca8df1cc3a93c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/4356bfb8d2874dffb09ca8df1cc3a93c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/4356bfb8d2874dffb09ca8df1cc3a93c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/4356bfb8d2874dffb09ca8df1cc3a93c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/4356bfb8d2874dffb09ca8df1cc3a93c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4356bfb8d2874dffb09ca8df1cc3a93c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/4356bfb8d2874dffb09ca8df1cc3a93c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/4356bfb8d2874dffb09ca8df1cc3a93c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-e57598f3-7eaf-4af-user", "id": "bcf80382f551479b9c597a8d0379096c"}, "audit_ids": ["dD8huLNpSzK37IuvPMkSQQ"], "issued_at": "2019-01-20T11:43:45.000000Z"}} 2019-01-20 11:43:45,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd57aa8f38a172027987a90d6a7a2c40ef5997d3" 2019-01-20 11:43:46,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a99725b2-8883-4343-a286-f85ed6a9c35c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:46,035 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a99725b2-8883-4343-a286-f85ed6a9c35c 2019-01-20 11:43:46,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateProjectUserTests-e57598f3-7eaf-4af-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd57aa8f38a172027987a90d6a7a2c40ef5997d3" 2019-01-20 11:43:46,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-ce12ce98-5713-4de1-b9ba-7a7844616153 Date: Sun, 20 Jan 2019 11:43:46 GMT RESP BODY: {"security_groups": []} 2019-01-20 11:43:46,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateProjectUserTests-e57598f3-7eaf-4af-name&description=hello+group used request id req-ce12ce98-5713-4de1-b9ba-7a7844616153 2019-01-20 11:43:46,368 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-e57598f3-7eaf-4af-name... 2019-01-20 11:43:46,368 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-e57598f3-7eaf-4af-name 2019-01-20 11:43:46,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd57aa8f38a172027987a90d6a7a2c40ef5997d3" -d '{"security_group": {"name": "CreateProjectUserTests-e57598f3-7eaf-4af-name", "description": "hello group"}}' 2019-01-20 11:43:47,424 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-00c2d7ff-40f6-4489-add0-d99913925a3f Date: Sun, 20 Jan 2019 11:43:47 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "created_at": "2019-01-20T11:43:47Z", "updated_at": "2019-01-20T11:43:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:47Z", "revision_number": 0, "id": "3a21c2ea-af7d-4604-b5f7-badcce7bb9d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:47Z", "security_group_id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:47Z", "revision_number": 0, "id": "b53774b0-067d-42eb-8e3e-ea401f45fd3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:47Z", "security_group_id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c"}], "revision_number": 2, "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "name": "CreateProjectUserTests-e57598f3-7eaf-4af-name"}} 2019-01-20 11:43:47,424 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-00c2d7ff-40f6-4489-add0-d99913925a3f 2019-01-20 11:43:47,424 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d6efc90e-c4ec-4600-aa25-976e9cea55f4 2019-01-20 11:43:47,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d6efc90e-c4ec-4600-aa25-976e9cea55f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd57aa8f38a172027987a90d6a7a2c40ef5997d3" 2019-01-20 11:43:47,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-16bc1630-e6b6-4aa7-95b2-e3d077b3b3af Date: Sun, 20 Jan 2019 11:43: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": "2019-01-20T11:43:47Z", "security_group_id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "port_range_min": null, "revision_number": 0, "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "created_at": "2019-01-20T11:43:47Z", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "id": "3a21c2ea-af7d-4604-b5f7-badcce7bb9d5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:43:47Z", "security_group_id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "port_range_min": null, "revision_number": 0, "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "created_at": "2019-01-20T11:43:47Z", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "id": "b53774b0-067d-42eb-8e3e-ea401f45fd3f"}]} 2019-01-20 11:43:47,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d6efc90e-c4ec-4600-aa25-976e9cea55f4 used request id req-16bc1630-e6b6-4aa7-95b2-e3d077b3b3af 2019-01-20 11:43:47,614 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d6efc90e-c4ec-4600-aa25-976e9cea55f4 2019-01-20 11:43:47,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d6efc90e-c4ec-4600-aa25-976e9cea55f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd57aa8f38a172027987a90d6a7a2c40ef5997d3" 2019-01-20 11:43:47,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-36f24531-1989-4bd4-98fe-7cbca180332f Date: Sun, 20 Jan 2019 11:43: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": "2019-01-20T11:43:47Z", "security_group_id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "port_range_min": null, "revision_number": 0, "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "created_at": "2019-01-20T11:43:47Z", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "id": "3a21c2ea-af7d-4604-b5f7-badcce7bb9d5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:43:47Z", "security_group_id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "port_range_min": null, "revision_number": 0, "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "created_at": "2019-01-20T11:43:47Z", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "id": "b53774b0-067d-42eb-8e3e-ea401f45fd3f"}]} 2019-01-20 11:43:47,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d6efc90e-c4ec-4600-aa25-976e9cea55f4 used request id req-36f24531-1989-4bd4-98fe-7cbca180332f 2019-01-20 11:43:47,792 - neutron_utils - INFO - Retrieving security group with ID - d6efc90e-c4ec-4600-aa25-976e9cea55f4 2019-01-20 11:43:47,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=d6efc90e-c4ec-4600-aa25-976e9cea55f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd57aa8f38a172027987a90d6a7a2c40ef5997d3" 2019-01-20 11:43:48,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d6bfd8f7-f4b0-4072-bd55-36b2df8b5e9c Date: Sun, 20 Jan 2019 11:43:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "created_at": "2019-01-20T11:43:47Z", "updated_at": "2019-01-20T11:43:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:47Z", "revision_number": 0, "id": "3a21c2ea-af7d-4604-b5f7-badcce7bb9d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:47Z", "security_group_id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:47Z", "revision_number": 0, "id": "b53774b0-067d-42eb-8e3e-ea401f45fd3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:47Z", "security_group_id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c"}], "revision_number": 2, "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "name": "CreateProjectUserTests-e57598f3-7eaf-4af-name"}]} 2019-01-20 11:43:48,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=d6efc90e-c4ec-4600-aa25-976e9cea55f4 used request id req-d6bfd8f7-f4b0-4072-bd55-36b2df8b5e9c 2019-01-20 11:43:48,609 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d6efc90e-c4ec-4600-aa25-976e9cea55f4 2019-01-20 11:43:48,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d6efc90e-c4ec-4600-aa25-976e9cea55f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd57aa8f38a172027987a90d6a7a2c40ef5997d3" 2019-01-20 11:43:48,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-58507090-72e2-42e6-8b32-47dfd427b626 Date: Sun, 20 Jan 2019 11:43: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": "2019-01-20T11:43:47Z", "security_group_id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "port_range_min": null, "revision_number": 0, "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "created_at": "2019-01-20T11:43:47Z", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "id": "3a21c2ea-af7d-4604-b5f7-badcce7bb9d5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:43:47Z", "security_group_id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "port_range_min": null, "revision_number": 0, "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "created_at": "2019-01-20T11:43:47Z", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "id": "b53774b0-067d-42eb-8e3e-ea401f45fd3f"}]} 2019-01-20 11:43:48,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d6efc90e-c4ec-4600-aa25-976e9cea55f4 used request id req-58507090-72e2-42e6-8b32-47dfd427b626 2019-01-20 11:43:48,635 - neutron_utils - INFO - Retrieving security group with ID - d6efc90e-c4ec-4600-aa25-976e9cea55f4 2019-01-20 11:43:48,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=d6efc90e-c4ec-4600-aa25-976e9cea55f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd57aa8f38a172027987a90d6a7a2c40ef5997d3" 2019-01-20 11:43:48,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ec98e5ed-4a5f-462d-badf-bc2c5e4c9b75 Date: Sun, 20 Jan 2019 11:43:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "created_at": "2019-01-20T11:43:47Z", "updated_at": "2019-01-20T11:43:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:47Z", "revision_number": 0, "id": "3a21c2ea-af7d-4604-b5f7-badcce7bb9d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:47Z", "security_group_id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:47Z", "revision_number": 0, "id": "b53774b0-067d-42eb-8e3e-ea401f45fd3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:47Z", "security_group_id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c"}], "revision_number": 2, "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "name": "CreateProjectUserTests-e57598f3-7eaf-4af-name"}]} 2019-01-20 11:43:48,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=d6efc90e-c4ec-4600-aa25-976e9cea55f4 used request id req-ec98e5ed-4a5f-462d-badf-bc2c5e4c9b75 2019-01-20 11:43:48,945 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d6efc90e-c4ec-4600-aa25-976e9cea55f4 2019-01-20 11:43:48,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d6efc90e-c4ec-4600-aa25-976e9cea55f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd57aa8f38a172027987a90d6a7a2c40ef5997d3" 2019-01-20 11:43:49,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3c2a0e36-68a7-403e-aa44-f9f181cae350 Date: Sun, 20 Jan 2019 11:43: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": "2019-01-20T11:43:47Z", "security_group_id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "port_range_min": null, "revision_number": 0, "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "created_at": "2019-01-20T11:43:47Z", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "id": "3a21c2ea-af7d-4604-b5f7-badcce7bb9d5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:43:47Z", "security_group_id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "port_range_min": null, "revision_number": 0, "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "created_at": "2019-01-20T11:43:47Z", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "id": "b53774b0-067d-42eb-8e3e-ea401f45fd3f"}]} 2019-01-20 11:43:49,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d6efc90e-c4ec-4600-aa25-976e9cea55f4 used request id req-3c2a0e36-68a7-403e-aa44-f9f181cae350 2019-01-20 11:43:49,660 - neutron_utils - INFO - Retrieving security group with ID - d6efc90e-c4ec-4600-aa25-976e9cea55f4 2019-01-20 11:43:49,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=d6efc90e-c4ec-4600-aa25-976e9cea55f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd57aa8f38a172027987a90d6a7a2c40ef5997d3" 2019-01-20 11:43:50,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-061c8450-eb1a-45db-86bb-dc5b22724ce9 Date: Sun, 20 Jan 2019 11:43:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "created_at": "2019-01-20T11:43:47Z", "updated_at": "2019-01-20T11:43:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:47Z", "revision_number": 0, "id": "3a21c2ea-af7d-4604-b5f7-badcce7bb9d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:47Z", "security_group_id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:47Z", "revision_number": 0, "id": "b53774b0-067d-42eb-8e3e-ea401f45fd3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:47Z", "security_group_id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c"}], "revision_number": 2, "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "name": "CreateProjectUserTests-e57598f3-7eaf-4af-name"}]} 2019-01-20 11:43:50,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=d6efc90e-c4ec-4600-aa25-976e9cea55f4 used request id req-061c8450-eb1a-45db-86bb-dc5b22724ce9 2019-01-20 11:43:50,441 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d6efc90e-c4ec-4600-aa25-976e9cea55f4 2019-01-20 11:43:50,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d6efc90e-c4ec-4600-aa25-976e9cea55f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd57aa8f38a172027987a90d6a7a2c40ef5997d3" 2019-01-20 11:43:50,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cbd46eff-aaee-49a8-a819-bf7ccdc1932e Date: Sun, 20 Jan 2019 11:43: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": "2019-01-20T11:43:47Z", "security_group_id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "port_range_min": null, "revision_number": 0, "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "created_at": "2019-01-20T11:43:47Z", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "id": "3a21c2ea-af7d-4604-b5f7-badcce7bb9d5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:43:47Z", "security_group_id": "d6efc90e-c4ec-4600-aa25-976e9cea55f4", "port_range_min": null, "revision_number": 0, "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "created_at": "2019-01-20T11:43:47Z", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "id": "b53774b0-067d-42eb-8e3e-ea401f45fd3f"}]} 2019-01-20 11:43:50,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d6efc90e-c4ec-4600-aa25-976e9cea55f4 used request id req-cbd46eff-aaee-49a8-a819-bf7ccdc1932e 2019-01-20 11:43:50,468 - neutron_utils - INFO - Deleting security group rule with ID - 3a21c2ea-af7d-4604-b5f7-badcce7bb9d5 2019-01-20 11:43:50,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/3a21c2ea-af7d-4604-b5f7-badcce7bb9d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd57aa8f38a172027987a90d6a7a2c40ef5997d3" 2019-01-20 11:43:50,756 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7ab59afb-80c2-4a98-a6c1-6529970e18d1 Content-Length: 0 Date: Sun, 20 Jan 2019 11:43:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:43:50,756 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/3a21c2ea-af7d-4604-b5f7-badcce7bb9d5 used request id req-7ab59afb-80c2-4a98-a6c1-6529970e18d1 2019-01-20 11:43:50,756 - neutron_utils - INFO - Deleting security group rule with ID - b53774b0-067d-42eb-8e3e-ea401f45fd3f 2019-01-20 11:43:50,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/b53774b0-067d-42eb-8e3e-ea401f45fd3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd57aa8f38a172027987a90d6a7a2c40ef5997d3" 2019-01-20 11:43:51,039 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2c2f71d4-a05c-4f22-9eb1-e0f6ac9ff468 Content-Length: 0 Date: Sun, 20 Jan 2019 11:43:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:43:51,040 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/b53774b0-067d-42eb-8e3e-ea401f45fd3f used request id req-2c2f71d4-a05c-4f22-9eb1-e0f6ac9ff468 2019-01-20 11:43:51,040 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-e57598f3-7eaf-4af-name 2019-01-20 11:43:51,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/d6efc90e-c4ec-4600-aa25-976e9cea55f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd57aa8f38a172027987a90d6a7a2c40ef5997d3" 2019-01-20 11:43:52,057 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ee6bd1ba-3599-4d89-ac14-2e3ec4ba2058 Content-Length: 0 Date: Sun, 20 Jan 2019 11:43:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:43:52,057 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/d6efc90e-c4ec-4600-aa25-976e9cea55f4 used request id req-ee6bd1ba-3599-4d89-ac14-2e3ec4ba2058 2019-01-20 11:43:52,058 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-e57598f3-7eaf-4af-user 2019-01-20 11:43:52,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/bcf80382f551479b9c597a8d0379096c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619ef143853aa9e0b928977fe3ccd3084da91876" 2019-01-20 11:43:52,383 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec1ec246-53a0-4c29-8dc1-b0fc56950374 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:52,383 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/bcf80382f551479b9c597a8d0379096c used request id req-ec1ec246-53a0-4c29-8dc1-b0fc56950374 2019-01-20 11:43:52,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ebf42e0128562c0b9cdc65533cac7bb8e802ae" 2019-01-20 11:43:52,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-adf88253-09b1-4077-80d7-879e24d5cd3a Date: Sun, 20 Jan 2019 11:43:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "created_at": "2019-01-20T11:43:46Z", "updated_at": "2019-01-20T11:43:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:46Z", "revision_number": 0, "id": "b47774f8-dd6c-4eac-9aeb-52f6da092776", "remote_group_id": "65003b4b-5d85-4596-a339-27b506ee9b74", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:46Z", "security_group_id": "65003b4b-5d85-4596-a339-27b506ee9b74", "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:46Z", "revision_number": 0, "id": "82050f68-30fa-4695-af05-d245cec7d253", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:46Z", "security_group_id": "65003b4b-5d85-4596-a339-27b506ee9b74", "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "port_range_min": null, "ethertype": "IPv6", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:46Z", "revision_number": 0, "id": "7a75630f-f056-40b0-a437-66412e19ae88", "remote_group_id": "65003b4b-5d85-4596-a339-27b506ee9b74", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:46Z", "security_group_id": "65003b4b-5d85-4596-a339-27b506ee9b74", "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:46Z", "revision_number": 0, "id": "29ece2f1-e37a-4b1b-b225-4dc854500602", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:46Z", "security_group_id": "65003b4b-5d85-4596-a339-27b506ee9b74", "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "port_range_min": null, "ethertype": "IPv4", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c"}], "revision_number": 4, "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "id": "65003b4b-5d85-4596-a339-27b506ee9b74", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:43:24Z", "updated_at": "2019-01-20T11:43:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "789f64d5-8935-48e2-b53b-4323b2d8efab", "remote_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "03adafdf-6844-49f7-9a65-eaccbd604487", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "02f69575-7f9d-4b81-86a9-9e8553cffe08", "remote_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "7fc3923b-529e-4682-8190-695678554b06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 4, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "name": "default"}]} 2019-01-20 11:43:52,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-adf88253-09b1-4077-80d7-879e24d5cd3a 2019-01-20 11:43:52,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ebf42e0128562c0b9cdc65533cac7bb8e802ae" 2019-01-20 11:43:52,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d2f5ddd-96d7-4c6a-9e79-2f75c0269c30 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 11:43:52,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-2d2f5ddd-96d7-4c6a-9e79-2f75c0269c30 2019-01-20 11:43:52,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/4356bfb8d2874dffb09ca8df1cc3a93c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ebf42e0128562c0b9cdc65533cac7bb8e802ae" 2019-01-20 11:43:52,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3d6e1d4-55be-4d84-8042-6b236f4593ef Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4356bfb8d2874dffb09ca8df1cc3a93c"}, "enabled": true, "id": "4356bfb8d2874dffb09ca8df1cc3a93c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e57598f3-7eaf-4af-name"}} 2019-01-20 11:43:52,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/4356bfb8d2874dffb09ca8df1cc3a93c used request id req-e3d6e1d4-55be-4d84-8042-6b236f4593ef 2019-01-20 11:43:52,773 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 65003b4b-5d85-4596-a339-27b506ee9b74 2019-01-20 11:43:52,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=65003b4b-5d85-4596-a339-27b506ee9b74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ebf42e0128562c0b9cdc65533cac7bb8e802ae" 2019-01-20 11:43:52,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-933c046f-7d7e-4bbe-88e6-b64657c3c665 Date: Sun, 20 Jan 2019 11:43: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": "2019-01-20T11:43:46Z", "security_group_id": "65003b4b-5d85-4596-a339-27b506ee9b74", "port_range_min": null, "revision_number": 0, "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "created_at": "2019-01-20T11:43:46Z", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "id": "29ece2f1-e37a-4b1b-b225-4dc854500602"}, {"remote_group_id": "65003b4b-5d85-4596-a339-27b506ee9b74", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:43:46Z", "security_group_id": "65003b4b-5d85-4596-a339-27b506ee9b74", "port_range_min": null, "revision_number": 0, "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "created_at": "2019-01-20T11:43:46Z", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "id": "7a75630f-f056-40b0-a437-66412e19ae88"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:43:46Z", "security_group_id": "65003b4b-5d85-4596-a339-27b506ee9b74", "port_range_min": null, "revision_number": 0, "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "created_at": "2019-01-20T11:43:46Z", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "id": "82050f68-30fa-4695-af05-d245cec7d253"}, {"remote_group_id": "65003b4b-5d85-4596-a339-27b506ee9b74", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:43:46Z", "security_group_id": "65003b4b-5d85-4596-a339-27b506ee9b74", "port_range_min": null, "revision_number": 0, "tenant_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "created_at": "2019-01-20T11:43:46Z", "project_id": "4356bfb8d2874dffb09ca8df1cc3a93c", "id": "b47774f8-dd6c-4eac-9aeb-52f6da092776"}]} 2019-01-20 11:43:52,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=65003b4b-5d85-4596-a339-27b506ee9b74 used request id req-933c046f-7d7e-4bbe-88e6-b64657c3c665 2019-01-20 11:43:52,956 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 11:43:52,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/65003b4b-5d85-4596-a339-27b506ee9b74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ebf42e0128562c0b9cdc65533cac7bb8e802ae" 2019-01-20 11:43:53,233 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0da91074-04be-4147-928f-fcae95b9eeea Content-Length: 0 Date: Sun, 20 Jan 2019 11:43:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:43:53,233 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/65003b4b-5d85-4596-a339-27b506ee9b74 used request id req-0da91074-04be-4147-928f-fcae95b9eeea 2019-01-20 11:43:53,234 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-e57598f3-7eaf-4af-name 2019-01-20 11:43:53,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/4356bfb8d2874dffb09ca8df1cc3a93c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ebf42e0128562c0b9cdc65533cac7bb8e802ae" 2019-01-20 11:43:53,405 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef283d17-e4bc-43c0-832a-6394414f3f0c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:53,405 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/4356bfb8d2874dffb09ca8df1cc3a93c used request id req-ef283d17-e4bc-43c0-832a-6394414f3f0c 2019-01-20 11:43:53,406 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-e57598f3-7eaf-4af-name-role 2019-01-20 11:43:53,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/875447385c5c44b5afe902c3dbdf8a52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ebf42e0128562c0b9cdc65533cac7bb8e802ae" 2019-01-20 11:43:53,532 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af3b0c2d-4ea5-4669-97ea-0bd66a03ab6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:53,533 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/875447385c5c44b5afe902c3dbdf8a52 used request id req-af3b0c2d-4ea5-4669-97ea-0bd66a03ab6c 2019-01-20 11:43:53,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ebf42e0128562c0b9cdc65533cac7bb8e802ae" 2019-01-20 11:43:53,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cde90215-4d18-4558-aefd-cbf84fe6e602 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:53,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-cde90215-4d18-4558-aefd-cbf84fe6e602 2019-01-20 11:43:53,623 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:54,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["v4ZF37elQXir01s3ECkcYw"], "issued_at": "2019-01-20T11:43:54.000000Z"}} 2019-01-20 11:43:54,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bd8aeee51d4ff02faf9e072d09b629821971d98" 2019-01-20 11:43:54,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00777214-33e4-4b60-b059-53388e5f0a67 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:54,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-00777214-33e4-4b60-b059-53388e5f0a67 2019-01-20 11:43:54,197 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:54,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:54,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["Wkgd3rNiTeuvthmcm1ILVg"], "issued_at": "2019-01-20T11:43:54.000000Z"}} 2019-01-20 11:43:54,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a793dbc542b17733c8514b1c7951747c4d3dcb" 2019-01-20 11:43:54,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96c33617-b9dd-49fd-81b7-26257a96ca6b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:54,665 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-96c33617-b9dd-49fd-81b7-26257a96ca6b 2019-01-20 11:43:54,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:54,675 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:54,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-de9d7638-8995-48d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a793dbc542b17733c8514b1c7951747c4d3dcb" 2019-01-20 11:43:54,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dee36ae3-a99b-4d9b-ba7d-a55f8e1fd695 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-de9d7638-8995-48d-name", "previous": null, "next": null}, "projects": []} 2019-01-20 11:43:54,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-de9d7638-8995-48d-name used request id req-dee36ae3-a99b-4d9b-ba7d-a55f8e1fd695 2019-01-20 11:43:54,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a793dbc542b17733c8514b1c7951747c4d3dcb" 2019-01-20 11:43:54,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1545f992-6ab8-4595-894b-79068545c5d5 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 11:43:54,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-1545f992-6ab8-4595-894b-79068545c5d5 2019-01-20 11:43:54,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a793dbc542b17733c8514b1c7951747c4d3dcb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-de9d7638-8995-48d-name"}}' 2019-01-20 11:43:54,970 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:43:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79af59d7-5080-4fa5-b780-17164ad08ec5 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b"}, "enabled": true, "id": "d8486d1cd0554d00b8ebac675efdde4b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-de9d7638-8995-48d-name"}} 2019-01-20 11:43:54,970 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-79af59d7-5080-4fa5-b780-17164ad08ec5 2019-01-20 11:43:54,971 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-de9d7638-8995-48d-name 2019-01-20 11:43:54,971 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:54,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:55,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["N6hQ2FN1TN2jtg1F71-O7A"], "issued_at": "2019-01-20T11:43:55.000000Z"}} 2019-01-20 11:43:55,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bbfa7bffab6012c98cf83430c217d0834c689a" 2019-01-20 11:43:55,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55cc1f75-87bd-40c2-b1e8-d09fd69f2611 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:55,376 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-55cc1f75-87bd-40c2-b1e8-d09fd69f2611 2019-01-20 11:43:55,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:55,384 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:43: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:55,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bbfa7bffab6012c98cf83430c217d0834c689a" 2019-01-20 11:43:55,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e04dbb1-7abc-4ef9-b497-9f04a82500fc Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "links": {"self": "http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6"}, "domain_id": "default", "enabled": true, "id": "f8248cee7f534240b0235e12eac098e6", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:43:55,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-3e04dbb1-7abc-4ef9-b497-9f04a82500fc 2019-01-20 11:43:55,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bbfa7bffab6012c98cf83430c217d0834c689a" 2019-01-20 11:43:55,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ba7cbf9-98b8-4679-81cb-9570247959ef Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 11:43:55,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-7ba7cbf9-98b8-4679-81cb-9570247959ef 2019-01-20 11:43:55,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bbfa7bffab6012c98cf83430c217d0834c689a" 2019-01-20 11:43:56,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfab52a6-b611-4fbc-8811-536a28fc930c Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:56,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-cfab52a6-b611-4fbc-8811-536a28fc930c 2019-01-20 11:43:56,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateProjectUserTests-de9d7638-8995-48d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bbfa7bffab6012c98cf83430c217d0834c689a" 2019-01-20 11:43:56,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daaf85c2-3b77-4262-859a-2aedcf70966b Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateProjectUserTests-de9d7638-8995-48d-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b"}, "enabled": true, "id": "d8486d1cd0554d00b8ebac675efdde4b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-de9d7638-8995-48d-name"}]} 2019-01-20 11:43:56,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateProjectUserTests-de9d7638-8995-48d-name used request id req-daaf85c2-3b77-4262-859a-2aedcf70966b 2019-01-20 11:43:56,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/3fbb39d5f04b440f8ad0680f38f11c5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bbfa7bffab6012c98cf83430c217d0834c689a" 2019-01-20 11:43:56,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dd43c38-19b6-4e9d-a959-8a76b898e6d9 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/3fbb39d5f04b440f8ad0680f38f11c5f"}, "enabled": true, "id": "3fbb39d5f04b440f8ad0680f38f11c5f", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-de9d7638-8995-48d-user1"}} 2019-01-20 11:43:56,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/3fbb39d5f04b440f8ad0680f38f11c5f used request id req-9dd43c38-19b6-4e9d-a959-8a76b898e6d9 2019-01-20 11:43:56,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b/users/3fbb39d5f04b440f8ad0680f38f11c5f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bbfa7bffab6012c98cf83430c217d0834c689a" 2019-01-20 11:43:56,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5416c3fd-c29f-4f0e-8b14-bf48daced82e Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b/users/3fbb39d5f04b440f8ad0680f38f11c5f/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 11:43:56,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b/users/3fbb39d5f04b440f8ad0680f38f11c5f/roles used request id req-5416c3fd-c29f-4f0e-8b14-bf48daced82e 2019-01-20 11:43:56,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bbfa7bffab6012c98cf83430c217d0834c689a" 2019-01-20 11:43:56,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ada28a43-ea59-4f74-a1d9-cc206f1fddb0 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "domain_id": null, "name": "admin", "id": "77f3d538c7cd4e1a927402af90dfd66a"}} 2019-01-20 11:43:56,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-ada28a43-ea59-4f74-a1d9-cc206f1fddb0 2019-01-20 11:43:56,464 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-de9d7638-8995-48d-name 2019-01-20 11:43:56,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b/users/3fbb39d5f04b440f8ad0680f38f11c5f/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bbfa7bffab6012c98cf83430c217d0834c689a" 2019-01-20 11:43:56,583 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bcce704-3dc6-4472-8167-c08edd7cf661 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:56,583 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b/users/3fbb39d5f04b440f8ad0680f38f11c5f/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-8bcce704-3dc6-4472-8167-c08edd7cf661 2019-01-20 11:43:56,584 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-de9d7638-8995-48d-user1 2019-01-20 11:43:56,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a793dbc542b17733c8514b1c7951747c4d3dcb" 2019-01-20 11:43:56,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-790c7798-7b73-4fc6-95af-dc49ac52c7ee Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:56,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-790c7798-7b73-4fc6-95af-dc49ac52c7ee 2019-01-20 11:43:56,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a793dbc542b17733c8514b1c7951747c4d3dcb" -d '{"role": {"name": "CreateProjectUserTests-de9d7638-8995-48d-name-role"}}' 2019-01-20 11:43:56,747 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:43:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c313ec7-be28-453f-abfa-ef10fe5aec91 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e240f55593c7439d8c3cf0c3f1a20775", "links": {"self": "http://172.30.9.22:5000/v3/roles/e240f55593c7439d8c3cf0c3f1a20775"}, "name": "CreateProjectUserTests-de9d7638-8995-48d-name-role"}} 2019-01-20 11:43:56,747 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-4c313ec7-be28-453f-abfa-ef10fe5aec91 2019-01-20 11:43:56,747 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-de9d7638-8995-48d-name-role 2019-01-20 11:43:56,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/e240f55593c7439d8c3cf0c3f1a20775 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a793dbc542b17733c8514b1c7951747c4d3dcb" 2019-01-20 11:43:56,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5465e73-c294-4e02-be88-1eebb397c5f1 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/e240f55593c7439d8c3cf0c3f1a20775"}, "domain_id": null, "name": "CreateProjectUserTests-de9d7638-8995-48d-name-role", "id": "e240f55593c7439d8c3cf0c3f1a20775"}} 2019-01-20 11:43:56,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/e240f55593c7439d8c3cf0c3f1a20775 used request id req-a5465e73-c294-4e02-be88-1eebb397c5f1 2019-01-20 11:43:56,833 - keystone_utils - INFO - Granting role CreateProjectUserTests-de9d7638-8995-48d-name-role to project CreateProjectUserTests-de9d7638-8995-48d-name 2019-01-20 11:43:56,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b/users/3fbb39d5f04b440f8ad0680f38f11c5f/roles/e240f55593c7439d8c3cf0c3f1a20775 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a793dbc542b17733c8514b1c7951747c4d3dcb" 2019-01-20 11:43:56,967 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23aafdf7-4643-41f6-b236-b1cb67871f86 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:56,967 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b/users/3fbb39d5f04b440f8ad0680f38f11c5f/roles/e240f55593c7439d8c3cf0c3f1a20775 used request id req-23aafdf7-4643-41f6-b236-b1cb67871f86 2019-01-20 11:43:56,967 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:56,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:57,353 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:43:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["tZxkWqO5RF6JeavWdoVf2Q"], "issued_at": "2019-01-20T11:43:57.000000Z"}} 2019-01-20 11:43:57,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}737619b70fa297d3b7facff0c055f680b2e7ef24" 2019-01-20 11:43:57,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04908015-e65d-4940-9382-5e8c2b40c5be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:57,433 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-04908015-e65d-4940-9382-5e8c2b40c5be 2019-01-20 11:43:57,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:43:57,442 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:43:57,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}737619b70fa297d3b7facff0c055f680b2e7ef24" 2019-01-20 11:43:57,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96b340f7-2de5-4761-a535-bdd9470ac1b5 Content-Encoding: gzip Content-Length: 934 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-de9d7638-8995-48d-user1", "links": {"self": "http://172.30.9.22:5000/v3/users/3fbb39d5f04b440f8ad0680f38f11c5f"}, "domain_id": "default", "enabled": true, "id": "3fbb39d5f04b440f8ad0680f38f11c5f", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "links": {"self": "http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6"}, "domain_id": "default", "enabled": true, "id": "f8248cee7f534240b0235e12eac098e6", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:43:57,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-96b340f7-2de5-4761-a535-bdd9470ac1b5 2019-01-20 11:43:57,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}737619b70fa297d3b7facff0c055f680b2e7ef24" 2019-01-20 11:43:57,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c739956-78a7-4706-a07c-4e41fe2b1bcb Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 11:43:57,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-4c739956-78a7-4706-a07c-4e41fe2b1bcb 2019-01-20 11:43:58,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}737619b70fa297d3b7facff0c055f680b2e7ef24" 2019-01-20 11:43:58,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39ea964f-c642-4410-b020-99f37322c142 Content-Encoding: gzip Content-Length: 414 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "e240f55593c7439d8c3cf0c3f1a20775", "links": {"self": "http://172.30.9.22:5000/v3/roles/e240f55593c7439d8c3cf0c3f1a20775"}, "name": "CreateProjectUserTests-de9d7638-8995-48d-name-role"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:43:58,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-39ea964f-c642-4410-b020-99f37322c142 2019-01-20 11:43:58,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateProjectUserTests-de9d7638-8995-48d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}737619b70fa297d3b7facff0c055f680b2e7ef24" 2019-01-20 11:43:58,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69333189-328d-42f7-b933-171f65d246f4 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateProjectUserTests-de9d7638-8995-48d-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b"}, "enabled": true, "id": "d8486d1cd0554d00b8ebac675efdde4b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-de9d7638-8995-48d-name"}]} 2019-01-20 11:43:58,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateProjectUserTests-de9d7638-8995-48d-name used request id req-69333189-328d-42f7-b933-171f65d246f4 2019-01-20 11:43:58,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/398cc6b7a42b4a2bb604b8d88cec7930 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}737619b70fa297d3b7facff0c055f680b2e7ef24" 2019-01-20 11:43:58,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aab25ea-883b-4ced-8838-1185a5999376 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/398cc6b7a42b4a2bb604b8d88cec7930"}, "enabled": true, "id": "398cc6b7a42b4a2bb604b8d88cec7930", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-de9d7638-8995-48d-user2"}} 2019-01-20 11:43:58,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/398cc6b7a42b4a2bb604b8d88cec7930 used request id req-4aab25ea-883b-4ced-8838-1185a5999376 2019-01-20 11:43:58,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b/users/398cc6b7a42b4a2bb604b8d88cec7930/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}737619b70fa297d3b7facff0c055f680b2e7ef24" 2019-01-20 11:43:58,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-076b2646-4143-4bce-8490-75ce48d3bce5 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b/users/398cc6b7a42b4a2bb604b8d88cec7930/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 11:43:58,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b/users/398cc6b7a42b4a2bb604b8d88cec7930/roles used request id req-076b2646-4143-4bce-8490-75ce48d3bce5 2019-01-20 11:43:58,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}737619b70fa297d3b7facff0c055f680b2e7ef24" 2019-01-20 11:43:58,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d26bfed3-262f-4503-9461-c526533b7b84 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "domain_id": null, "name": "admin", "id": "77f3d538c7cd4e1a927402af90dfd66a"}} 2019-01-20 11:43:58,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-d26bfed3-262f-4503-9461-c526533b7b84 2019-01-20 11:43:58,427 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-de9d7638-8995-48d-name 2019-01-20 11:43:58,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b/users/398cc6b7a42b4a2bb604b8d88cec7930/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}737619b70fa297d3b7facff0c055f680b2e7ef24" 2019-01-20 11:43:58,577 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3a65202-13a3-4cad-9122-8a69a08a66af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:58,577 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b/users/398cc6b7a42b4a2bb604b8d88cec7930/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-e3a65202-13a3-4cad-9122-8a69a08a66af 2019-01-20 11:43:58,578 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-de9d7638-8995-48d-user2 2019-01-20 11:43:58,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/e240f55593c7439d8c3cf0c3f1a20775 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a793dbc542b17733c8514b1c7951747c4d3dcb" 2019-01-20 11:43:58,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25fc5d50-780d-430f-8faf-cd340ef4f494 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/e240f55593c7439d8c3cf0c3f1a20775"}, "domain_id": null, "name": "CreateProjectUserTests-de9d7638-8995-48d-name-role", "id": "e240f55593c7439d8c3cf0c3f1a20775"}} 2019-01-20 11:43:58,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/e240f55593c7439d8c3cf0c3f1a20775 used request id req-25fc5d50-780d-430f-8faf-cd340ef4f494 2019-01-20 11:43:58,692 - keystone_utils - INFO - Granting role CreateProjectUserTests-de9d7638-8995-48d-name-role to project CreateProjectUserTests-de9d7638-8995-48d-name 2019-01-20 11:43:58,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b/users/398cc6b7a42b4a2bb604b8d88cec7930/roles/e240f55593c7439d8c3cf0c3f1a20775 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a793dbc542b17733c8514b1c7951747c4d3dcb" 2019-01-20 11:43:58,834 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:43:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db351819-fafe-42b6-b708-bbe8aace9973 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:43:58,834 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b/users/398cc6b7a42b4a2bb604b8d88cec7930/roles/e240f55593c7439d8c3cf0c3f1a20775 used request id req-db351819-fafe-42b6-b708-bbe8aace9973 2019-01-20 11:43:58,835 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:43:58,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:43:59,216 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "e240f55593c7439d8c3cf0c3f1a20775", "name": "CreateProjectUserTests-de9d7638-8995-48d-name-role"}], "expires_at": "2019-01-20T12:43:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d8486d1cd0554d00b8ebac675efdde4b", "name": "CreateProjectUserTests-de9d7638-8995-48d-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d8486d1cd0554d00b8ebac675efdde4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d8486d1cd0554d00b8ebac675efdde4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d8486d1cd0554d00b8ebac675efdde4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d8486d1cd0554d00b8ebac675efdde4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d8486d1cd0554d00b8ebac675efdde4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d8486d1cd0554d00b8ebac675efdde4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d8486d1cd0554d00b8ebac675efdde4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d8486d1cd0554d00b8ebac675efdde4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d8486d1cd0554d00b8ebac675efdde4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d8486d1cd0554d00b8ebac675efdde4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d8486d1cd0554d00b8ebac675efdde4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d8486d1cd0554d00b8ebac675efdde4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-de9d7638-8995-48d-user1", "id": "3fbb39d5f04b440f8ad0680f38f11c5f"}, "audit_ids": ["_VjfEHTHTCaC2WQBI8mgeQ"], "issued_at": "2019-01-20T11:43:59.000000Z"}} 2019-01-20 11:43:59,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a255de797043b1909c8754ad4da055bcf35cf5" 2019-01-20 11:43:59,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:43:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9914c358-b9ac-4f89-9425-b502a553b45d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:43:59,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9914c358-b9ac-4f89-9425-b502a553b45d 2019-01-20 11:43:59,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateProjectUserTests-de9d7638-8995-48d-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a255de797043b1909c8754ad4da055bcf35cf5" 2019-01-20 11:43:59,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-0b4b2d88-e456-4478-af97-655a4d519b51 Date: Sun, 20 Jan 2019 11:43:59 GMT RESP BODY: {"security_groups": []} 2019-01-20 11:43:59,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateProjectUserTests-de9d7638-8995-48d-name&description=hello+group used request id req-0b4b2d88-e456-4478-af97-655a4d519b51 2019-01-20 11:43:59,609 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-de9d7638-8995-48d-name... 2019-01-20 11:43:59,609 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-de9d7638-8995-48d-name 2019-01-20 11:43:59,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a255de797043b1909c8754ad4da055bcf35cf5" -d '{"security_group": {"name": "CreateProjectUserTests-de9d7638-8995-48d-name", "description": "hello group"}}' 2019-01-20 11:44:00,180 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-f1bd5861-e1aa-4fe3-85f8-17562cea84f7 Date: Sun, 20 Jan 2019 11:44:00 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "updated_at": "2019-01-20T11:44:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "revision_number": 0, "id": "0176474d-7a9b-45ed-833c-504cda6b363f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8486d1cd0554d00b8ebac675efdde4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "revision_number": 0, "id": "73639eb5-1ed9-4d80-b03d-ae3bfb61d375", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8486d1cd0554d00b8ebac675efdde4b"}], "revision_number": 2, "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "name": "CreateProjectUserTests-de9d7638-8995-48d-name"}} 2019-01-20 11:44:00,180 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-f1bd5861-e1aa-4fe3-85f8-17562cea84f7 2019-01-20 11:44:00,181 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f01ac156-4923-42f9-9e34-d9b9d7bd5979 2019-01-20 11:44:00,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a255de797043b1909c8754ad4da055bcf35cf5" 2019-01-20 11:44:00,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9c25b1fc-034a-4b23-ad4d-fc307473a5e7 Date: Sun, 20 Jan 2019 11:44:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "port_range_min": null, "revision_number": 0, "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "0176474d-7a9b-45ed-833c-504cda6b363f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "port_range_min": null, "revision_number": 0, "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "73639eb5-1ed9-4d80-b03d-ae3bfb61d375"}]} 2019-01-20 11:44:00,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 used request id req-9c25b1fc-034a-4b23-ad4d-fc307473a5e7 2019-01-20 11:44:00,921 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f01ac156-4923-42f9-9e34-d9b9d7bd5979 2019-01-20 11:44:00,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a255de797043b1909c8754ad4da055bcf35cf5" 2019-01-20 11:44:01,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-40b42f3d-748a-4de2-a9c0-9eb6704fcb44 Date: Sun, 20 Jan 2019 11:44: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": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "port_range_min": null, "revision_number": 0, "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "0176474d-7a9b-45ed-833c-504cda6b363f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "port_range_min": null, "revision_number": 0, "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "73639eb5-1ed9-4d80-b03d-ae3bfb61d375"}]} 2019-01-20 11:44:01,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 used request id req-40b42f3d-748a-4de2-a9c0-9eb6704fcb44 2019-01-20 11:44:01,172 - neutron_utils - INFO - Retrieving security group with ID - f01ac156-4923-42f9-9e34-d9b9d7bd5979 2019-01-20 11:44:01,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a255de797043b1909c8754ad4da055bcf35cf5" 2019-01-20 11:44:01,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-8aeb7296-cc05-454e-830c-2c2d26ebe0a9 Date: Sun, 20 Jan 2019 11:44:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "updated_at": "2019-01-20T11:44:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "revision_number": 0, "id": "0176474d-7a9b-45ed-833c-504cda6b363f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8486d1cd0554d00b8ebac675efdde4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "revision_number": 0, "id": "73639eb5-1ed9-4d80-b03d-ae3bfb61d375", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8486d1cd0554d00b8ebac675efdde4b"}], "revision_number": 2, "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "name": "CreateProjectUserTests-de9d7638-8995-48d-name"}]} 2019-01-20 11:44:01,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 used request id req-8aeb7296-cc05-454e-830c-2c2d26ebe0a9 2019-01-20 11:44:01,536 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f01ac156-4923-42f9-9e34-d9b9d7bd5979 2019-01-20 11:44:01,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a255de797043b1909c8754ad4da055bcf35cf5" 2019-01-20 11:44:01,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ece543a5-8a2c-4de8-b90f-94e4d8c2e0e1 Date: Sun, 20 Jan 2019 11:44: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": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "port_range_min": null, "revision_number": 0, "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "0176474d-7a9b-45ed-833c-504cda6b363f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "port_range_min": null, "revision_number": 0, "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "73639eb5-1ed9-4d80-b03d-ae3bfb61d375"}]} 2019-01-20 11:44:01,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 used request id req-ece543a5-8a2c-4de8-b90f-94e4d8c2e0e1 2019-01-20 11:44:01,707 - neutron_utils - INFO - Retrieving security group with ID - f01ac156-4923-42f9-9e34-d9b9d7bd5979 2019-01-20 11:44:01,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a255de797043b1909c8754ad4da055bcf35cf5" 2019-01-20 11:44:02,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-2786c581-0e0d-44e7-a0a2-3a92f04dc35a Date: Sun, 20 Jan 2019 11:44:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "updated_at": "2019-01-20T11:44:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "revision_number": 0, "id": "0176474d-7a9b-45ed-833c-504cda6b363f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8486d1cd0554d00b8ebac675efdde4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "revision_number": 0, "id": "73639eb5-1ed9-4d80-b03d-ae3bfb61d375", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8486d1cd0554d00b8ebac675efdde4b"}], "revision_number": 2, "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "name": "CreateProjectUserTests-de9d7638-8995-48d-name"}]} 2019-01-20 11:44:02,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 used request id req-2786c581-0e0d-44e7-a0a2-3a92f04dc35a 2019-01-20 11:44:02,447 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f01ac156-4923-42f9-9e34-d9b9d7bd5979 2019-01-20 11:44:02,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a255de797043b1909c8754ad4da055bcf35cf5" 2019-01-20 11:44:02,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9f465e90-42c1-4db0-9257-6a520ac37c19 Date: Sun, 20 Jan 2019 11:44: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": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "port_range_min": null, "revision_number": 0, "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "0176474d-7a9b-45ed-833c-504cda6b363f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "port_range_min": null, "revision_number": 0, "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "73639eb5-1ed9-4d80-b03d-ae3bfb61d375"}]} 2019-01-20 11:44:02,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 used request id req-9f465e90-42c1-4db0-9257-6a520ac37c19 2019-01-20 11:44:02,473 - neutron_utils - INFO - Retrieving security group with ID - f01ac156-4923-42f9-9e34-d9b9d7bd5979 2019-01-20 11:44:02,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a255de797043b1909c8754ad4da055bcf35cf5" 2019-01-20 11:44:02,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-f1169516-b015-405a-a9bd-6fca04f11e0b Date: Sun, 20 Jan 2019 11:44:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "updated_at": "2019-01-20T11:44:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "revision_number": 0, "id": "0176474d-7a9b-45ed-833c-504cda6b363f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8486d1cd0554d00b8ebac675efdde4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "revision_number": 0, "id": "73639eb5-1ed9-4d80-b03d-ae3bfb61d375", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8486d1cd0554d00b8ebac675efdde4b"}], "revision_number": 2, "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "name": "CreateProjectUserTests-de9d7638-8995-48d-name"}]} 2019-01-20 11:44:02,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 used request id req-f1169516-b015-405a-a9bd-6fca04f11e0b 2019-01-20 11:44:02,526 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f01ac156-4923-42f9-9e34-d9b9d7bd5979 2019-01-20 11:44:02,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a255de797043b1909c8754ad4da055bcf35cf5" 2019-01-20 11:44:02,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9d1a6a7d-5613-4ad9-a2cc-493e5f915dc3 Date: Sun, 20 Jan 2019 11:44: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": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "port_range_min": null, "revision_number": 0, "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "0176474d-7a9b-45ed-833c-504cda6b363f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "port_range_min": null, "revision_number": 0, "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "73639eb5-1ed9-4d80-b03d-ae3bfb61d375"}]} 2019-01-20 11:44:02,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 used request id req-9d1a6a7d-5613-4ad9-a2cc-493e5f915dc3 2019-01-20 11:44:02,703 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:44:02,704 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:44:03,071 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "e240f55593c7439d8c3cf0c3f1a20775", "name": "CreateProjectUserTests-de9d7638-8995-48d-name-role"}], "expires_at": "2019-01-20T12:44:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d8486d1cd0554d00b8ebac675efdde4b", "name": "CreateProjectUserTests-de9d7638-8995-48d-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d8486d1cd0554d00b8ebac675efdde4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d8486d1cd0554d00b8ebac675efdde4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d8486d1cd0554d00b8ebac675efdde4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d8486d1cd0554d00b8ebac675efdde4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d8486d1cd0554d00b8ebac675efdde4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d8486d1cd0554d00b8ebac675efdde4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d8486d1cd0554d00b8ebac675efdde4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d8486d1cd0554d00b8ebac675efdde4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d8486d1cd0554d00b8ebac675efdde4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d8486d1cd0554d00b8ebac675efdde4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d8486d1cd0554d00b8ebac675efdde4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d8486d1cd0554d00b8ebac675efdde4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-de9d7638-8995-48d-user2", "id": "398cc6b7a42b4a2bb604b8d88cec7930"}, "audit_ids": ["BE1t_sr6Temce46nx7XGuw"], "issued_at": "2019-01-20T11:44:03.000000Z"}} 2019-01-20 11:44:03,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a70dc002e5479b6c9533d458c24c8726887314" 2019-01-20 11:44:03,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93629a09-d98a-4c7e-97b4-8ffcbe6250e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:44:03,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-93629a09-d98a-4c7e-97b4-8ffcbe6250e6 2019-01-20 11:44:03,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateProjectUserTests-de9d7638-8995-48d-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a70dc002e5479b6c9533d458c24c8726887314" 2019-01-20 11:44:03,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-f6922308-1278-4908-b231-13cf1ea2d806 Date: Sun, 20 Jan 2019 11:44:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "updated_at": "2019-01-20T11:44:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "revision_number": 0, "id": "73639eb5-1ed9-4d80-b03d-ae3bfb61d375", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8486d1cd0554d00b8ebac675efdde4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "revision_number": 0, "id": "0176474d-7a9b-45ed-833c-504cda6b363f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8486d1cd0554d00b8ebac675efdde4b"}], "revision_number": 2, "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "name": "CreateProjectUserTests-de9d7638-8995-48d-name"}]} 2019-01-20 11:44:03,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateProjectUserTests-de9d7638-8995-48d-name&description=hello+group used request id req-f6922308-1278-4908-b231-13cf1ea2d806 2019-01-20 11:44:03,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:44:03,360 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:44: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:44:03,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a70dc002e5479b6c9533d458c24c8726887314" 2019-01-20 11:44:03,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1871f560-6dc8-4b62-a852-706a94c99d45 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b"}, "enabled": true, "id": "d8486d1cd0554d00b8ebac675efdde4b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-de9d7638-8995-48d-name"}} 2019-01-20 11:44:03,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b used request id req-1871f560-6dc8-4b62-a852-706a94c99d45 2019-01-20 11:44:03,437 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f01ac156-4923-42f9-9e34-d9b9d7bd5979 2019-01-20 11:44:03,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a70dc002e5479b6c9533d458c24c8726887314" 2019-01-20 11:44:03,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c72d6161-5a9c-47b8-bec7-c24f3c868ab4 Date: Sun, 20 Jan 2019 11:44: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": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "port_range_min": null, "revision_number": 0, "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "0176474d-7a9b-45ed-833c-504cda6b363f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "port_range_min": null, "revision_number": 0, "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "73639eb5-1ed9-4d80-b03d-ae3bfb61d375"}]} 2019-01-20 11:44:03,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 used request id req-c72d6161-5a9c-47b8-bec7-c24f3c868ab4 2019-01-20 11:44:03,730 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f01ac156-4923-42f9-9e34-d9b9d7bd5979 2019-01-20 11:44:03,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a70dc002e5479b6c9533d458c24c8726887314" 2019-01-20 11:44:04,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4f31a3de-d92c-438e-8ff7-6ebe3b92bc83 Date: Sun, 20 Jan 2019 11:44: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": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "port_range_min": null, "revision_number": 0, "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "0176474d-7a9b-45ed-833c-504cda6b363f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "port_range_min": null, "revision_number": 0, "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "73639eb5-1ed9-4d80-b03d-ae3bfb61d375"}]} 2019-01-20 11:44:04,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 used request id req-4f31a3de-d92c-438e-8ff7-6ebe3b92bc83 2019-01-20 11:44:04,462 - neutron_utils - INFO - Retrieving security group with ID - f01ac156-4923-42f9-9e34-d9b9d7bd5979 2019-01-20 11:44:04,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a70dc002e5479b6c9533d458c24c8726887314" 2019-01-20 11:44:05,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-e06a1170-bfb6-4bf4-8251-5041e73013d7 Date: Sun, 20 Jan 2019 11:44:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "updated_at": "2019-01-20T11:44:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "revision_number": 0, "id": "0176474d-7a9b-45ed-833c-504cda6b363f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8486d1cd0554d00b8ebac675efdde4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "revision_number": 0, "id": "73639eb5-1ed9-4d80-b03d-ae3bfb61d375", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8486d1cd0554d00b8ebac675efdde4b"}], "revision_number": 2, "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "name": "CreateProjectUserTests-de9d7638-8995-48d-name"}]} 2019-01-20 11:44:05,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 used request id req-e06a1170-bfb6-4bf4-8251-5041e73013d7 2019-01-20 11:44:05,203 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f01ac156-4923-42f9-9e34-d9b9d7bd5979 2019-01-20 11:44:05,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a70dc002e5479b6c9533d458c24c8726887314" 2019-01-20 11:44:05,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fcd8371f-3062-4139-a673-ae3a72a87b94 Date: Sun, 20 Jan 2019 11:44:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "port_range_min": null, "revision_number": 0, "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "0176474d-7a9b-45ed-833c-504cda6b363f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:44:00Z", "security_group_id": "f01ac156-4923-42f9-9e34-d9b9d7bd5979", "port_range_min": null, "revision_number": 0, "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:44:00Z", "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "73639eb5-1ed9-4d80-b03d-ae3bfb61d375"}]} 2019-01-20 11:44:05,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f01ac156-4923-42f9-9e34-d9b9d7bd5979 used request id req-fcd8371f-3062-4139-a673-ae3a72a87b94 2019-01-20 11:44:05,933 - neutron_utils - INFO - Deleting security group rule with ID - 73639eb5-1ed9-4d80-b03d-ae3bfb61d375 2019-01-20 11:44:05,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/73639eb5-1ed9-4d80-b03d-ae3bfb61d375 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a255de797043b1909c8754ad4da055bcf35cf5" 2019-01-20 11:44:06,052 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-558b6ce6-5194-4ff3-bd16-5496faef1cb0 Content-Length: 0 Date: Sun, 20 Jan 2019 11:44:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:44:06,052 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/73639eb5-1ed9-4d80-b03d-ae3bfb61d375 used request id req-558b6ce6-5194-4ff3-bd16-5496faef1cb0 2019-01-20 11:44:06,053 - neutron_utils - INFO - Deleting security group rule with ID - 0176474d-7a9b-45ed-833c-504cda6b363f 2019-01-20 11:44:06,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/0176474d-7a9b-45ed-833c-504cda6b363f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a255de797043b1909c8754ad4da055bcf35cf5" 2019-01-20 11:44:06,298 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6e833336-5d1b-407a-995b-a1504d7c07ff Content-Length: 0 Date: Sun, 20 Jan 2019 11:44:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:44:06,298 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/0176474d-7a9b-45ed-833c-504cda6b363f used request id req-6e833336-5d1b-407a-995b-a1504d7c07ff 2019-01-20 11:44:06,299 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-de9d7638-8995-48d-name 2019-01-20 11:44:06,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/f01ac156-4923-42f9-9e34-d9b9d7bd5979 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a255de797043b1909c8754ad4da055bcf35cf5" 2019-01-20 11:44:06,715 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-10e1d451-e486-4eef-b6cc-4be687fea7ba Content-Length: 0 Date: Sun, 20 Jan 2019 11:44:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:44:06,716 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/f01ac156-4923-42f9-9e34-d9b9d7bd5979 used request id req-10e1d451-e486-4eef-b6cc-4be687fea7ba 2019-01-20 11:44:06,716 - neutron_utils - INFO - Deleting security group rule with ID - 73639eb5-1ed9-4d80-b03d-ae3bfb61d375 2019-01-20 11:44:06,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/73639eb5-1ed9-4d80-b03d-ae3bfb61d375 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a70dc002e5479b6c9533d458c24c8726887314" 2019-01-20 11:44:06,975 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-d651ce51-44e7-4d34-a4b8-3d50e3c18b9d Date: Sun, 20 Jan 2019 11:44:06 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 73639eb5-1ed9-4d80-b03d-ae3bfb61d375 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-20 11:44:06,975 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/73639eb5-1ed9-4d80-b03d-ae3bfb61d375 used request id req-d651ce51-44e7-4d34-a4b8-3d50e3c18b9d 2019-01-20 11:44:06,975 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 73639eb5-1ed9-4d80-b03d-ae3bfb61d375 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-20 11:44:06,976 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 73639eb5-1ed9-4d80-b03d-ae3bfb61d375 does not exist Neutron server returns request_ids: ['req-d651ce51-44e7-4d34-a4b8-3d50e3c18b9d'] 2019-01-20 11:44:06,976 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-de9d7638-8995-48d-name 2019-01-20 11:44:06,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/f01ac156-4923-42f9-9e34-d9b9d7bd5979 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a70dc002e5479b6c9533d458c24c8726887314" 2019-01-20 11:44:07,153 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-df91d064-6d87-4b2e-817a-4386815053f2 Date: Sun, 20 Jan 2019 11:44:07 GMT RESP BODY: {"NeutronError": {"message": "Security group f01ac156-4923-42f9-9e34-d9b9d7bd5979 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2019-01-20 11:44:07,153 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/f01ac156-4923-42f9-9e34-d9b9d7bd5979 used request id req-df91d064-6d87-4b2e-817a-4386815053f2 2019-01-20 11:44:07,153 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group f01ac156-4923-42f9-9e34-d9b9d7bd5979 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2019-01-20 11:44:07,154 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group f01ac156-4923-42f9-9e34-d9b9d7bd5979 does not exist Neutron server returns request_ids: ['req-df91d064-6d87-4b2e-817a-4386815053f2'] 2019-01-20 11:44:07,154 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-de9d7638-8995-48d-user1 2019-01-20 11:44:07,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/3fbb39d5f04b440f8ad0680f38f11c5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5bbfa7bffab6012c98cf83430c217d0834c689a" 2019-01-20 11:44:07,414 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:44:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42cefe38-f4e1-410c-9fb0-1a2a8f77dc68 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:44:07,415 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/3fbb39d5f04b440f8ad0680f38f11c5f used request id req-42cefe38-f4e1-410c-9fb0-1a2a8f77dc68 2019-01-20 11:44:07,415 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-de9d7638-8995-48d-user2 2019-01-20 11:44:07,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/398cc6b7a42b4a2bb604b8d88cec7930 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}737619b70fa297d3b7facff0c055f680b2e7ef24" 2019-01-20 11:44:07,655 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:44:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f48726fb-e68a-43af-a4ab-403c6d2efac2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:44:07,655 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/398cc6b7a42b4a2bb604b8d88cec7930 used request id req-f48726fb-e68a-43af-a4ab-403c6d2efac2 2019-01-20 11:44:07,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a793dbc542b17733c8514b1c7951747c4d3dcb" 2019-01-20 11:44:07,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-821d74fc-4d0a-4a64-8bc0-84b0bfb7c22f Date: Sun, 20 Jan 2019 11:44:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:43:24Z", "updated_at": "2019-01-20T11:43:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "02f69575-7f9d-4b81-86a9-9e8553cffe08", "remote_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "7fc3923b-529e-4682-8190-695678554b06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "789f64d5-8935-48e2-b53b-4323b2d8efab", "remote_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "03adafdf-6844-49f7-9a65-eaccbd604487", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 4, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:43:59Z", "updated_at": "2019-01-20T11:43:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:59Z", "revision_number": 0, "id": "7aa148ed-dbce-4c3f-a28f-fe69ad406f42", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:59Z", "security_group_id": "d4277d84-d9ce-44b4-a76f-daf43a2d6f66", "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8486d1cd0554d00b8ebac675efdde4b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:59Z", "revision_number": 0, "id": "78c29578-1fd6-4631-b43d-e67343b3ced7", "remote_group_id": "d4277d84-d9ce-44b4-a76f-daf43a2d6f66", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:59Z", "security_group_id": "d4277d84-d9ce-44b4-a76f-daf43a2d6f66", "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8486d1cd0554d00b8ebac675efdde4b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:59Z", "revision_number": 0, "id": "2a9b3374-ebf1-45dc-9dcb-7ded6fb22d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:59Z", "security_group_id": "d4277d84-d9ce-44b4-a76f-daf43a2d6f66", "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8486d1cd0554d00b8ebac675efdde4b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:59Z", "revision_number": 0, "id": "8f01bf19-0637-4f4d-8af8-14a909a26389", "remote_group_id": "d4277d84-d9ce-44b4-a76f-daf43a2d6f66", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:59Z", "security_group_id": "d4277d84-d9ce-44b4-a76f-daf43a2d6f66", "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8486d1cd0554d00b8ebac675efdde4b"}], "revision_number": 4, "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "d4277d84-d9ce-44b4-a76f-daf43a2d6f66", "name": "default"}]} 2019-01-20 11:44:07,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-821d74fc-4d0a-4a64-8bc0-84b0bfb7c22f 2019-01-20 11:44:07,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a793dbc542b17733c8514b1c7951747c4d3dcb" 2019-01-20 11:44:07,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ce7c744-e53a-4a30-8550-a41bbe5e2058 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 11:44:07,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-1ce7c744-e53a-4a30-8550-a41bbe5e2058 2019-01-20 11:44:07,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a793dbc542b17733c8514b1c7951747c4d3dcb" 2019-01-20 11:44:08,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b00ac4b-cc33-4c10-a7a0-6b535eb786e8 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 11:44:08,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-6b00ac4b-cc33-4c10-a7a0-6b535eb786e8 2019-01-20 11:44:08,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a793dbc542b17733c8514b1c7951747c4d3dcb" 2019-01-20 11:44:08,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1989797-8209-4d57-a320-7b6b2d756179 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:44:08,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-c1989797-8209-4d57-a320-7b6b2d756179 2019-01-20 11:44:08,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a793dbc542b17733c8514b1c7951747c4d3dcb" 2019-01-20 11:44:08,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e31dc432-d3b0-4d54-8d03-5255c6b92a6e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b"}, "enabled": true, "id": "d8486d1cd0554d00b8ebac675efdde4b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-de9d7638-8995-48d-name"}} 2019-01-20 11:44:08,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b used request id req-e31dc432-d3b0-4d54-8d03-5255c6b92a6e 2019-01-20 11:44:08,260 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4277d84-d9ce-44b4-a76f-daf43a2d6f66 2019-01-20 11:44:08,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d4277d84-d9ce-44b4-a76f-daf43a2d6f66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a793dbc542b17733c8514b1c7951747c4d3dcb" 2019-01-20 11:44:08,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-15aeb16b-87ad-48ef-8f91-312ac6b8987e Date: Sun, 20 Jan 2019 11:44: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": "2019-01-20T11:43:59Z", "security_group_id": "d4277d84-d9ce-44b4-a76f-daf43a2d6f66", "port_range_min": null, "revision_number": 0, "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:43:59Z", "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "2a9b3374-ebf1-45dc-9dcb-7ded6fb22d0a"}, {"remote_group_id": "d4277d84-d9ce-44b4-a76f-daf43a2d6f66", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:43:59Z", "security_group_id": "d4277d84-d9ce-44b4-a76f-daf43a2d6f66", "port_range_min": null, "revision_number": 0, "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:43:59Z", "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "78c29578-1fd6-4631-b43d-e67343b3ced7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:43:59Z", "security_group_id": "d4277d84-d9ce-44b4-a76f-daf43a2d6f66", "port_range_min": null, "revision_number": 0, "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:43:59Z", "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "7aa148ed-dbce-4c3f-a28f-fe69ad406f42"}, {"remote_group_id": "d4277d84-d9ce-44b4-a76f-daf43a2d6f66", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:43:59Z", "security_group_id": "d4277d84-d9ce-44b4-a76f-daf43a2d6f66", "port_range_min": null, "revision_number": 0, "tenant_id": "d8486d1cd0554d00b8ebac675efdde4b", "created_at": "2019-01-20T11:43:59Z", "project_id": "d8486d1cd0554d00b8ebac675efdde4b", "id": "8f01bf19-0637-4f4d-8af8-14a909a26389"}]} 2019-01-20 11:44:08,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d4277d84-d9ce-44b4-a76f-daf43a2d6f66 used request id req-15aeb16b-87ad-48ef-8f91-312ac6b8987e 2019-01-20 11:44:08,645 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 11:44:08,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/d4277d84-d9ce-44b4-a76f-daf43a2d6f66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a793dbc542b17733c8514b1c7951747c4d3dcb" 2019-01-20 11:44:08,982 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e13b516b-cbd4-4ff9-b4ad-fc8b11706d5b Content-Length: 0 Date: Sun, 20 Jan 2019 11:44:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:44:08,983 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/d4277d84-d9ce-44b4-a76f-daf43a2d6f66 used request id req-e13b516b-cbd4-4ff9-b4ad-fc8b11706d5b 2019-01-20 11:44:08,983 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-de9d7638-8995-48d-name 2019-01-20 11:44:08,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a793dbc542b17733c8514b1c7951747c4d3dcb" 2019-01-20 11:44:09,140 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:44:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf95f11c-3761-423b-a90d-274bc11e9326 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:44:09,140 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/d8486d1cd0554d00b8ebac675efdde4b used request id req-bf95f11c-3761-423b-a90d-274bc11e9326 2019-01-20 11:44:09,141 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-de9d7638-8995-48d-name-role 2019-01-20 11:44:09,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/e240f55593c7439d8c3cf0c3f1a20775 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a793dbc542b17733c8514b1c7951747c4d3dcb" 2019-01-20 11:44:09,269 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:44:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-daf5871c-f662-47ed-b371-71c4d3d85f41 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:44:09,269 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/e240f55593c7439d8c3cf0c3f1a20775 used request id req-daf5871c-f662-47ed-b371-71c4d3d85f41 2019-01-20 11:44:09,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4a793dbc542b17733c8514b1c7951747c4d3dcb" 2019-01-20 11:44:09,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-042fd4cc-129f-481b-9827-9f9c1d09651f Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:44:09,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-042fd4cc-129f-481b-9827-9f9c1d09651f 2019-01-20 11:44:09,365 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:44:09,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:44:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["WzNm7GyDSDqS9y7Ei_-p9w"], "issued_at": "2019-01-20T11:44:09.000000Z"}} 2019-01-20 11:44:09,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fb8488d8701eff1307d9d3f304015b4b9f1e14e1" 2019-01-20 11:44:10,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3aeb3eed-cd60-4461-9a21-93385a8018a9 Date: Sun, 20 Jan 2019 11:44: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"}}} 2019-01-20 11:44:10,327 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-3aeb3eed-cd60-4461-9a21-93385a8018a9 2019-01-20 11:44:10,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fb8488d8701eff1307d9d3f304015b4b9f1e14e1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-ef3ac027-f5dc-4df6-9fc6-c4ba2f316c79"}' 2019-01-20 11:44:11,080 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/b60c7385-12fc-4003-a655-ed075401e54a X-Openstack-Request-Id: req-cd72afd8-561b-4ab1-ad03-24d741a7a7f3 Date: Sun, 20 Jan 2019 11:44:11 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-ef3ac027-f5dc-4df6-9fc6-c4ba2f316c79", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:44:10Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T11:44:10Z", "visibility": "shared", "locations": [], "self": "/v2/images/b60c7385-12fc-4003-a655-ed075401e54a", "min_disk": 0, "protected": false, "id": "b60c7385-12fc-4003-a655-ed075401e54a", "file": "/v2/images/b60c7385-12fc-4003-a655-ed075401e54a/file", "checksum": null, "owner": "632adb60eb5b46cbaf6c905003618b09", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:44:11,080 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-cd72afd8-561b-4ab1-ad03-24d741a7a7f3 2019-01-20 11:44:11,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/b60c7385-12fc-4003-a655-ed075401e54a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fb8488d8701eff1307d9d3f304015b4b9f1e14e1" -d '' 2019-01-20 11:44:16,357 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-84248af7-2091-4fd6-8cd6-269f2f6a508c Date: Sun, 20 Jan 2019 11:44:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:44:16,357 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/b60c7385-12fc-4003-a655-ed075401e54a/file used request id req-84248af7-2091-4fd6-8cd6-269f2f6a508c 2019-01-20 11:44:16,358 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 11:44:16,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/b60c7385-12fc-4003-a655-ed075401e54a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fb8488d8701eff1307d9d3f304015b4b9f1e14e1" 2019-01-20 11:44:16,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-d610f8a8-bcc9-44fb-b679-55c9fe6975bc Date: Sun, 20 Jan 2019 11:44:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-ef3ac027-f5dc-4df6-9fc6-c4ba2f316c79", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:44:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:44:16Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/b60c7385-12fc-4003-a655-ed075401e54a/snap", "metadata": {}}], "self": "/v2/images/b60c7385-12fc-4003-a655-ed075401e54a", "min_disk": 0, "protected": false, "id": "b60c7385-12fc-4003-a655-ed075401e54a", "file": "/v2/images/b60c7385-12fc-4003-a655-ed075401e54a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/b60c7385-12fc-4003-a655-ed075401e54a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:44:16,975 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/b60c7385-12fc-4003-a655-ed075401e54a used request id req-d610f8a8-bcc9-44fb-b679-55c9fe6975bc 2019-01-20 11:44:16,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fb8488d8701eff1307d9d3f304015b4b9f1e14e1" 2019-01-20 11:44:17,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-008dcd01-29b2-497b-a914-9a821a051c99 Date: Sun, 20 Jan 2019 11:44: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"}}} 2019-01-20 11:44:17,532 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-008dcd01-29b2-497b-a914-9a821a051c99 2019-01-20 11:44:17,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-ef3ac027-f5dc-4df6-9fc6-c4ba2f316c79 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fb8488d8701eff1307d9d3f304015b4b9f1e14e1" 2019-01-20 11:44:17,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-a3dc6e4a-7f8e-4e95-8649-077297f899f5 Date: Sun, 20 Jan 2019 11:44:17 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-ef3ac027-f5dc-4df6-9fc6-c4ba2f316c79", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:44:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:44:16Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/b60c7385-12fc-4003-a655-ed075401e54a/snap", "metadata": {}}], "self": "/v2/images/b60c7385-12fc-4003-a655-ed075401e54a", "min_disk": 0, "protected": false, "id": "b60c7385-12fc-4003-a655-ed075401e54a", "file": "/v2/images/b60c7385-12fc-4003-a655-ed075401e54a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/b60c7385-12fc-4003-a655-ed075401e54a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-ef3ac027-f5dc-4df6-9fc6-c4ba2f316c79"} 2019-01-20 11:44:17,711 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-ef3ac027-f5dc-4df6-9fc6-c4ba2f316c79 used request id req-a3dc6e4a-7f8e-4e95-8649-077297f899f5 2019-01-20 11:44:17,712 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-ef3ac027-f5dc-4df6-9fc6-c4ba2f316c79 2019-01-20 11:44:17,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/b60c7385-12fc-4003-a655-ed075401e54a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fb8488d8701eff1307d9d3f304015b4b9f1e14e1" 2019-01-20 11:44:20,007 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c16a83bc-358a-4aa3-b074-b7e1f6e3d2d5 Date: Sun, 20 Jan 2019 11:44:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:44:20,007 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/b60c7385-12fc-4003-a655-ed075401e54a used request id req-c16a83bc-358a-4aa3-b074-b7e1f6e3d2d5 2019-01-20 11:44:20,009 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2019-01-20 11:44:20,010 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:44:20,411 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:44:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["5JP2qbH2QZeIyWrKA-0F-Q"], "issued_at": "2019-01-20T11:44:20.000000Z"}} 2019-01-20 11:44:20,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe7990ab9ded002d28d4bd71545e55b92987b7c6" 2019-01-20 11:44:20,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a51319a1-ef91-4253-b2f0-c5a3050bd309 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:44:20,492 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a51319a1-ef91-4253-b2f0-c5a3050bd309 2019-01-20 11:44:20,493 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-0ed95080-dd39-4908-8025-feb7a05353bc-pub-net 2019-01-20 11:44:20,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe7990ab9ded002d28d4bd71545e55b92987b7c6" -d '{"network": {"name": "NeutronUtilsNetworkTests-0ed95080-dd39-4908-8025-feb7a05353bc-pub-net", "admin_state_up": true}}' 2019-01-20 11:44:21,611 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-3c2b3df8-f39c-41bc-9f0d-30f0c0780444 Date: Sun, 20 Jan 2019 11:44:21 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"87e5fd89-4c10-45aa-a07a-c78b7ceffe34","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:44:21Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsNetworkTests-0ed95080-dd39-4908-8025-feb7a05353bc-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:21Z","mtu":1450}} 2019-01-20 11:44:21,612 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-3c2b3df8-f39c-41bc-9f0d-30f0c0780444 2019-01-20 11:44:21,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=87e5fd89-4c10-45aa-a07a-c78b7ceffe34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe7990ab9ded002d28d4bd71545e55b92987b7c6" 2019-01-20 11:44:21,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-3a520d85-e192-4318-bb34-84901f6c3892 Date: Sun, 20 Jan 2019 11:44:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"87e5fd89-4c10-45aa-a07a-c78b7ceffe34","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:44:21Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-0ed95080-dd39-4908-8025-feb7a05353bc-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:21Z","provider:network_type":"vxlan"}]} 2019-01-20 11:44:21,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=87e5fd89-4c10-45aa-a07a-c78b7ceffe34 used request id req-3a520d85-e192-4318-bb34-84901f6c3892 2019-01-20 11:44:21,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=87e5fd89-4c10-45aa-a07a-c78b7ceffe34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe7990ab9ded002d28d4bd71545e55b92987b7c6" 2019-01-20 11:44:22,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-679220b6-7ba7-4576-91ee-67ec0f0ec94b Date: Sun, 20 Jan 2019 11:44:22 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:44:22,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=87e5fd89-4c10-45aa-a07a-c78b7ceffe34 used request id req-679220b6-7ba7-4576-91ee-67ec0f0ec94b 2019-01-20 11:44:22,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=87e5fd89-4c10-45aa-a07a-c78b7ceffe34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe7990ab9ded002d28d4bd71545e55b92987b7c6" 2019-01-20 11:44:22,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-e5750a1a-d89a-4ca1-93ab-d59849ba686d Date: Sun, 20 Jan 2019 11:44:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"87e5fd89-4c10-45aa-a07a-c78b7ceffe34","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:44:21Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-0ed95080-dd39-4908-8025-feb7a05353bc-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:21Z","provider:network_type":"vxlan"}]} 2019-01-20 11:44:22,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=87e5fd89-4c10-45aa-a07a-c78b7ceffe34 used request id req-e5750a1a-d89a-4ca1-93ab-d59849ba686d 2019-01-20 11:44:22,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=87e5fd89-4c10-45aa-a07a-c78b7ceffe34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe7990ab9ded002d28d4bd71545e55b92987b7c6" 2019-01-20 11:44:23,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c6747641-3413-4d09-9225-3eb88567a688 Date: Sun, 20 Jan 2019 11:44:23 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:44:23,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=87e5fd89-4c10-45aa-a07a-c78b7ceffe34 used request id req-c6747641-3413-4d09-9225-3eb88567a688 2019-01-20 11:44:23,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsNetworkTests-0ed95080-dd39-4908-8025-feb7a05353bc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe7990ab9ded002d28d4bd71545e55b92987b7c6" 2019-01-20 11:44:23,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-46022530-2d29-4e93-b9b2-5cd3541ed730 Date: Sun, 20 Jan 2019 11:44:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"87e5fd89-4c10-45aa-a07a-c78b7ceffe34","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:44:21Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-0ed95080-dd39-4908-8025-feb7a05353bc-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:21Z","provider:network_type":"vxlan"}]} 2019-01-20 11:44:23,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsNetworkTests-0ed95080-dd39-4908-8025-feb7a05353bc-pub-net used request id req-46022530-2d29-4e93-b9b2-5cd3541ed730 2019-01-20 11:44:23,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:44:23,917 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:44: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:44:23,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe7990ab9ded002d28d4bd71545e55b92987b7c6" 2019-01-20 11:44:24,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a720eae-e5a3-4a47-89f7-093725550535 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:44:24,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-6a720eae-e5a3-4a47-89f7-093725550535 2019-01-20 11:44:24,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=87e5fd89-4c10-45aa-a07a-c78b7ceffe34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe7990ab9ded002d28d4bd71545e55b92987b7c6" 2019-01-20 11:44:24,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b87e560c-8231-4671-872c-abe3dc56bef7 Date: Sun, 20 Jan 2019 11:44:24 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:44:24,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=87e5fd89-4c10-45aa-a07a-c78b7ceffe34 used request id req-b87e560c-8231-4671-872c-abe3dc56bef7 2019-01-20 11:44:24,034 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-0ed95080-dd39-4908-8025-feb7a05353bc-pub-net 2019-01-20 11:44:24,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/87e5fd89-4c10-45aa-a07a-c78b7ceffe34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe7990ab9ded002d28d4bd71545e55b92987b7c6" 2019-01-20 11:44:25,509 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-80ad16a0-5dad-49a1-9ed0-bb7970c9b0fe Date: Sun, 20 Jan 2019 11:44:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:44:25,509 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/87e5fd89-4c10-45aa-a07a-c78b7ceffe34 used request id req-80ad16a0-5dad-49a1-9ed0-bb7970c9b0fe 2019-01-20 11:44:25,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:44:25,882 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:44:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["o_gIz1oeREGe-eqMkR7Etw"], "issued_at": "2019-01-20T11:44:25.000000Z"}} 2019-01-20 11:44:25,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bb6286b9e1b5b114e975a84f5352ba49e72f490" 2019-01-20 11:44:25,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c6e3c40-b552-47f1-9c52-fbff551325ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:44:25,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5c6e3c40-b552-47f1-9c52-fbff551325ec 2019-01-20 11:44:25,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:44:26,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:44:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["SfURDo7zRmu9vVwySyWPbg"], "issued_at": "2019-01-20T11:44:26.000000Z"}} 2019-01-20 11:44:26,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36c1739c25fdd4fac840fdc08c2a261a9d1e9800" 2019-01-20 11:44:26,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc0f111e-177c-4466-9101-b98374badee4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:44:26,446 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fc0f111e-177c-4466-9101-b98374badee4 2019-01-20 11:44:26,448 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:44:26,840 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:44:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["A0heGcrwRjSvnIC2gjZKMw"], "issued_at": "2019-01-20T11:44:26.000000Z"}} 2019-01-20 11:44:26,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe863c30d72a52f900b6bc32392188a07b67718" 2019-01-20 11:44:26,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e538b7c1-7910-478b-bfca-d5d6b4014c12 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:44:26,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e538b7c1-7910-478b-bfca-d5d6b4014c12 2019-01-20 11:44:26,923 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-net 2019-01-20 11:44:26,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe863c30d72a52f900b6bc32392188a07b67718" -d '{"network": {"name": "NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-net", "admin_state_up": true}}' 2019-01-20 11:44:27,321 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-a07f92f4-45ec-400c-9392-c7e15919cd82 Date: Sun, 20 Jan 2019 11:44: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":"ff887856-52b9-4973-951d-cea93b46fa01","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:44:27Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:27Z","mtu":1450}} 2019-01-20 11:44:27,322 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-a07f92f4-45ec-400c-9392-c7e15919cd82 2019-01-20 11:44:27,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=ff887856-52b9-4973-951d-cea93b46fa01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe863c30d72a52f900b6bc32392188a07b67718" 2019-01-20 11:44:28,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-358fb55f-af5e-4fb4-9440-9c172b6f3d1d Date: Sun, 20 Jan 2019 11:44:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ff887856-52b9-4973-951d-cea93b46fa01","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:44:27Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:27Z","provider:network_type":"vxlan"}]} 2019-01-20 11:44:28,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=ff887856-52b9-4973-951d-cea93b46fa01 used request id req-358fb55f-af5e-4fb4-9440-9c172b6f3d1d 2019-01-20 11:44:28,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=ff887856-52b9-4973-951d-cea93b46fa01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe863c30d72a52f900b6bc32392188a07b67718" 2019-01-20 11:44:28,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6899e117-9940-456d-a6b2-5b2190253d71 Date: Sun, 20 Jan 2019 11:44:28 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:44:28,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=ff887856-52b9-4973-951d-cea93b46fa01 used request id req-6899e117-9940-456d-a6b2-5b2190253d71 2019-01-20 11:44:28,390 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-subnet 2019-01-20 11:44:28,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe863c30d72a52f900b6bc32392188a07b67718" -d '{"subnets": [{"ip_version": 4, "network_id": "ff887856-52b9-4973-951d-cea93b46fa01", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-subnet"}]}' 2019-01-20 11:44:29,130 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f564adce-8843-4d9a-a36e-2cc35db78556 Date: Sun, 20 Jan 2019 11:44:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff887856-52b9-4973-951d-cea93b46fa01","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:28Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44: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":"632adb60eb5b46cbaf6c905003618b09","id":"aa20d393-9c04-42da-929a-4fd9089dd86a","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-subnet"}]} 2019-01-20 11:44:29,130 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-f564adce-8843-4d9a-a36e-2cc35db78556 2019-01-20 11:44:29,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=ff887856-52b9-4973-951d-cea93b46fa01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe863c30d72a52f900b6bc32392188a07b67718" 2019-01-20 11:44:29,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fee8afe1-c68c-4ae9-91a6-eaf5b9aa369f Date: Sun, 20 Jan 2019 11:44:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ff887856-52b9-4973-951d-cea93b46fa01","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["aa20d393-9c04-42da-929a-4fd9089dd86a"],"description":"","tags":[],"updated_at":"2019-01-20T11:44:28Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:27Z","provider:network_type":"vxlan"}]} 2019-01-20 11:44:29,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=ff887856-52b9-4973-951d-cea93b46fa01 used request id req-fee8afe1-c68c-4ae9-91a6-eaf5b9aa369f 2019-01-20 11:44:29,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=ff887856-52b9-4973-951d-cea93b46fa01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe863c30d72a52f900b6bc32392188a07b67718" 2019-01-20 11:44:29,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4366bfbc-bec7-4bf9-a2f4-a66d16ae3b0f Date: Sun, 20 Jan 2019 11:44:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff887856-52b9-4973-951d-cea93b46fa01","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:28Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44: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":"632adb60eb5b46cbaf6c905003618b09","id":"aa20d393-9c04-42da-929a-4fd9089dd86a","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-subnet"}]} 2019-01-20 11:44:29,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=ff887856-52b9-4973-951d-cea93b46fa01 used request id req-4366bfbc-bec7-4bf9-a2f4-a66d16ae3b0f 2019-01-20 11:44:29,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe863c30d72a52f900b6bc32392188a07b67718" 2019-01-20 11:44:29,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-56067d8b-a92d-4d43-bbed-908808c1b0ed Date: Sun, 20 Jan 2019 11:44:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ff887856-52b9-4973-951d-cea93b46fa01","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["aa20d393-9c04-42da-929a-4fd9089dd86a"],"description":"","tags":[],"updated_at":"2019-01-20T11:44:28Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:27Z","provider:network_type":"vxlan"}]} 2019-01-20 11:44:29,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-net used request id req-56067d8b-a92d-4d43-bbed-908808c1b0ed 2019-01-20 11:44:29,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:44:29,843 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:44:29,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe863c30d72a52f900b6bc32392188a07b67718" 2019-01-20 11:44:29,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed5acda4-1e99-41af-a966-a87ce644ba1f 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:44:29,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-ed5acda4-1e99-41af-a966-a87ce644ba1f 2019-01-20 11:44:29,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=ff887856-52b9-4973-951d-cea93b46fa01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe863c30d72a52f900b6bc32392188a07b67718" 2019-01-20 11:44:30,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6fd82d9e-2b14-4432-9262-ca70b93e7b90 Date: Sun, 20 Jan 2019 11:44:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff887856-52b9-4973-951d-cea93b46fa01","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:28Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44: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":"632adb60eb5b46cbaf6c905003618b09","id":"aa20d393-9c04-42da-929a-4fd9089dd86a","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-subnet"}]} 2019-01-20 11:44:30,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=ff887856-52b9-4973-951d-cea93b46fa01 used request id req-6fd82d9e-2b14-4432-9262-ca70b93e7b90 2019-01-20 11:44:30,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=ff887856-52b9-4973-951d-cea93b46fa01&name=NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe863c30d72a52f900b6bc32392188a07b67718" 2019-01-20 11:44:30,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5a8ffef6-3ac8-48cb-b660-98818b0acf6b Date: Sun, 20 Jan 2019 11:44:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff887856-52b9-4973-951d-cea93b46fa01","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:28Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44: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":"632adb60eb5b46cbaf6c905003618b09","id":"aa20d393-9c04-42da-929a-4fd9089dd86a","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-subnet"}]} 2019-01-20 11:44:30,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=ff887856-52b9-4973-951d-cea93b46fa01&name=NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-subnet used request id req-5a8ffef6-3ac8-48cb-b660-98818b0acf6b 2019-01-20 11:44:30,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=ff887856-52b9-4973-951d-cea93b46fa01&name=NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe863c30d72a52f900b6bc32392188a07b67718" 2019-01-20 11:44:30,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-40a8aa3f-e7b2-4e5a-aa19-c4ae94867dcb Date: Sun, 20 Jan 2019 11:44:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff887856-52b9-4973-951d-cea93b46fa01","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:28Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44: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":"632adb60eb5b46cbaf6c905003618b09","id":"aa20d393-9c04-42da-929a-4fd9089dd86a","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-subnet"}]} 2019-01-20 11:44:30,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=ff887856-52b9-4973-951d-cea93b46fa01&name=NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-subnet used request id req-40a8aa3f-e7b2-4e5a-aa19-c4ae94867dcb 2019-01-20 11:44:30,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=ff887856-52b9-4973-951d-cea93b46fa01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe863c30d72a52f900b6bc32392188a07b67718" 2019-01-20 11:44:30,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e3b6b5e2-395e-48a3-a898-98b3827e9348 Date: Sun, 20 Jan 2019 11:44:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff887856-52b9-4973-951d-cea93b46fa01","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:28Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44: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":"632adb60eb5b46cbaf6c905003618b09","id":"aa20d393-9c04-42da-929a-4fd9089dd86a","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-subnet"}]} 2019-01-20 11:44:30,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=ff887856-52b9-4973-951d-cea93b46fa01 used request id req-e3b6b5e2-395e-48a3-a898-98b3827e9348 2019-01-20 11:44:30,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe863c30d72a52f900b6bc32392188a07b67718" 2019-01-20 11:44:31,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-01bcce49-b7d6-4673-81e4-49e0744d3bef Date: Sun, 20 Jan 2019 11:44:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff887856-52b9-4973-951d-cea93b46fa01","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:28Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44: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":"632adb60eb5b46cbaf6c905003618b09","id":"aa20d393-9c04-42da-929a-4fd9089dd86a","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-subnet"}]} 2019-01-20 11:44:31,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-subnet used request id req-01bcce49-b7d6-4673-81e4-49e0744d3bef 2019-01-20 11:44:31,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe863c30d72a52f900b6bc32392188a07b67718" 2019-01-20 11:44:31,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00a1273b-5064-4bb1-b8f0-d2fffeea364c 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:44:31,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-00a1273b-5064-4bb1-b8f0-d2fffeea364c 2019-01-20 11:44:31,190 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-subnet 2019-01-20 11:44:31,191 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-subnet 2019-01-20 11:44:31,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/aa20d393-9c04-42da-929a-4fd9089dd86a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe863c30d72a52f900b6bc32392188a07b67718" 2019-01-20 11:44:34,022 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e2d09c36-3f91-48c3-9653-c1d7aed27d34 Date: Sun, 20 Jan 2019 11:44:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:44:34,022 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/aa20d393-9c04-42da-929a-4fd9089dd86a used request id req-e2d09c36-3f91-48c3-9653-c1d7aed27d34 2019-01-20 11:44:34,022 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-be10080d-109d-4ccb-8fc1-de6ff8947cf4-pub-net 2019-01-20 11:44:34,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/ff887856-52b9-4973-951d-cea93b46fa01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe863c30d72a52f900b6bc32392188a07b67718" 2019-01-20 11:44:35,121 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dba81348-c8a5-4506-a0d0-20aaf389c50b Date: Sun, 20 Jan 2019 11:44:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:44:35,121 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/ff887856-52b9-4973-951d-cea93b46fa01 used request id req-dba81348-c8a5-4506-a0d0-20aaf389c50b 2019-01-20 11:44:35,123 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:44:35,492 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:44:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["Fsk0_7AuQOiLobOo_SBckg"], "issued_at": "2019-01-20T11:44:35.000000Z"}} 2019-01-20 11:44:35,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dd1778e2b2c4ded0d40f605726025d1b48ee2f8" 2019-01-20 11:44:35,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cc4ce94-5a33-4359-8629-d0cefefd173d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:44:35,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0cc4ce94-5a33-4359-8629-d0cefefd173d 2019-01-20 11:44:35,586 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-a5c5a55a-65e4-4361-b2b6-bd98c47d40f7-pub-net 2019-01-20 11:44:35,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dd1778e2b2c4ded0d40f605726025d1b48ee2f8" -d '{"network": {"name": "NeutronUtilsSubnetTests-a5c5a55a-65e4-4361-b2b6-bd98c47d40f7-pub-net", "admin_state_up": true}}' 2019-01-20 11:44:36,034 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-95b84760-2329-4d4d-a61e-bbe1e3dd06c7 Date: Sun, 20 Jan 2019 11:44: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":"6f9b1aa2-3692-43f4-af15-63a76ab2e1db","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:44:35Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-a5c5a55a-65e4-4361-b2b6-bd98c47d40f7-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:35Z","mtu":1450}} 2019-01-20 11:44:36,034 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-95b84760-2329-4d4d-a61e-bbe1e3dd06c7 2019-01-20 11:44:36,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=6f9b1aa2-3692-43f4-af15-63a76ab2e1db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dd1778e2b2c4ded0d40f605726025d1b48ee2f8" 2019-01-20 11:44:36,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-fe21c8af-31cd-4349-a5df-0a3c53486e31 Date: Sun, 20 Jan 2019 11:44:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6f9b1aa2-3692-43f4-af15-63a76ab2e1db","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:44:35Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-a5c5a55a-65e4-4361-b2b6-bd98c47d40f7-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:35Z","provider:network_type":"vxlan"}]} 2019-01-20 11:44:36,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=6f9b1aa2-3692-43f4-af15-63a76ab2e1db used request id req-fe21c8af-31cd-4349-a5df-0a3c53486e31 2019-01-20 11:44:36,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=6f9b1aa2-3692-43f4-af15-63a76ab2e1db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dd1778e2b2c4ded0d40f605726025d1b48ee2f8" 2019-01-20 11:44:36,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7fc38e8a-9485-430d-9c7f-2b55e97210f4 Date: Sun, 20 Jan 2019 11:44:36 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:44:36,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=6f9b1aa2-3692-43f4-af15-63a76ab2e1db used request id req-7fc38e8a-9485-430d-9c7f-2b55e97210f4 2019-01-20 11:44:36,440 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-a5c5a55a-65e4-4361-b2b6-bd98c47d40f7-pub-subnet 2019-01-20 11:44:36,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dd1778e2b2c4ded0d40f605726025d1b48ee2f8" -d '{"subnets": [{"ip_version": 4, "network_id": "6f9b1aa2-3692-43f4-af15-63a76ab2e1db", "cidr": "", "name": "NeutronUtilsSubnetTests-a5c5a55a-65e4-4361-b2b6-bd98c47d40f7-pub-subnet"}]}' 2019-01-20 11:44:36,625 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-52403b73-e61c-442f-874e-991c6aad29b9 Date: Sun, 20 Jan 2019 11:44:36 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2019-01-20 11:44:36,625 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-52403b73-e61c-442f-874e-991c6aad29b9 2019-01-20 11:44:36,625 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2019-01-20 11:44:36,626 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-a5c5a55a-65e4-4361-b2b6-bd98c47d40f7-pub-subnet] for network [NeutronUtilsSubnetTests-a5c5a55a-65e4-4361-b2b6-bd98c47d40f7-pub-net] 2019-01-20 11:44:36,626 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-a5c5a55a-65e4-4361-b2b6-bd98c47d40f7-pub-net 2019-01-20 11:44:36,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/6f9b1aa2-3692-43f4-af15-63a76ab2e1db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dd1778e2b2c4ded0d40f605726025d1b48ee2f8" 2019-01-20 11:44:37,466 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fa5180ad-aaa2-4b15-a50a-bad3d45b8d05 Date: Sun, 20 Jan 2019 11:44:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:44:37,466 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/6f9b1aa2-3692-43f4-af15-63a76ab2e1db used request id req-fa5180ad-aaa2-4b15-a50a-bad3d45b8d05 2019-01-20 11:44:37,467 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:44:37,857 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:44:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["FFK8kp0iRrqYM2CNG2y05g"], "issued_at": "2019-01-20T11:44:37.000000Z"}} 2019-01-20 11:44:37,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a46c8f933a2371b27a67704277fb7cd9d9763cc3" 2019-01-20 11:44:37,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be839a2e-9718-42e4-9e59-95738c577050 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:44:37,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-be839a2e-9718-42e4-9e59-95738c577050 2019-01-20 11:44:37,938 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-net 2019-01-20 11:44:37,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a46c8f933a2371b27a67704277fb7cd9d9763cc3" -d '{"network": {"name": "NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-net", "admin_state_up": true}}' 2019-01-20 11:44:38,357 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-91a9404f-952d-442d-921e-05d14dee1ca8 Date: Sun, 20 Jan 2019 11:44:38 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d3871c08-0fd9-4fe4-969e-77b76cef97d0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":41,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:44:38Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:38Z","mtu":1450}} 2019-01-20 11:44:38,358 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-91a9404f-952d-442d-921e-05d14dee1ca8 2019-01-20 11:44:38,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=d3871c08-0fd9-4fe4-969e-77b76cef97d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a46c8f933a2371b27a67704277fb7cd9d9763cc3" 2019-01-20 11:44:38,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-f393323d-a4c8-4a2d-aa0f-f4107f77ad22 Date: Sun, 20 Jan 2019 11:44:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d3871c08-0fd9-4fe4-969e-77b76cef97d0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":41,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:44:38Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:38Z","provider:network_type":"vxlan"}]} 2019-01-20 11:44:38,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=d3871c08-0fd9-4fe4-969e-77b76cef97d0 used request id req-f393323d-a4c8-4a2d-aa0f-f4107f77ad22 2019-01-20 11:44:38,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d3871c08-0fd9-4fe4-969e-77b76cef97d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a46c8f933a2371b27a67704277fb7cd9d9763cc3" 2019-01-20 11:44:38,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-16450029-b01e-4f8a-83b9-7b7b1828eb4f Date: Sun, 20 Jan 2019 11:44:38 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:44:38,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d3871c08-0fd9-4fe4-969e-77b76cef97d0 used request id req-16450029-b01e-4f8a-83b9-7b7b1828eb4f 2019-01-20 11:44:38,831 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-subnet 2019-01-20 11:44:38,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a46c8f933a2371b27a67704277fb7cd9d9763cc3" -d '{"subnets": [{"ip_version": 4, "network_id": "d3871c08-0fd9-4fe4-969e-77b76cef97d0", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-subnet"}]}' 2019-01-20 11:44:39,496 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-30c8b5e1-14d7-44af-9d85-65917fb43c73 Date: Sun, 20 Jan 2019 11:44:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3871c08-0fd9-4fe4-969e-77b76cef97d0","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:39Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44:39Z","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":"632adb60eb5b46cbaf6c905003618b09","id":"3b25ec19-9f78-4993-b1f3-22e506f3ecd6","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-subnet"}]} 2019-01-20 11:44:39,496 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-30c8b5e1-14d7-44af-9d85-65917fb43c73 2019-01-20 11:44:39,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=d3871c08-0fd9-4fe4-969e-77b76cef97d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a46c8f933a2371b27a67704277fb7cd9d9763cc3" 2019-01-20 11:44:39,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-720314b7-9805-4f7b-a388-4e938f5f9d13 Date: Sun, 20 Jan 2019 11:44:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d3871c08-0fd9-4fe4-969e-77b76cef97d0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":41,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["3b25ec19-9f78-4993-b1f3-22e506f3ecd6"],"description":"","tags":[],"updated_at":"2019-01-20T11:44:39Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:38Z","provider:network_type":"vxlan"}]} 2019-01-20 11:44:39,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=d3871c08-0fd9-4fe4-969e-77b76cef97d0 used request id req-720314b7-9805-4f7b-a388-4e938f5f9d13 2019-01-20 11:44:39,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d3871c08-0fd9-4fe4-969e-77b76cef97d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a46c8f933a2371b27a67704277fb7cd9d9763cc3" 2019-01-20 11:44:39,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2fc98d9a-b9c7-4830-9fd9-af16006fe2c0 Date: Sun, 20 Jan 2019 11:44:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3871c08-0fd9-4fe4-969e-77b76cef97d0","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:39Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"3b25ec19-9f78-4993-b1f3-22e506f3ecd6","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-subnet"}]} 2019-01-20 11:44:39,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d3871c08-0fd9-4fe4-969e-77b76cef97d0 used request id req-2fc98d9a-b9c7-4830-9fd9-af16006fe2c0 2019-01-20 11:44:39,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a46c8f933a2371b27a67704277fb7cd9d9763cc3" 2019-01-20 11:44:40,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-32776886-ff37-49db-90c9-a349a0179d7f Date: Sun, 20 Jan 2019 11:44:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d3871c08-0fd9-4fe4-969e-77b76cef97d0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":41,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["3b25ec19-9f78-4993-b1f3-22e506f3ecd6"],"description":"","tags":[],"updated_at":"2019-01-20T11:44:39Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:38Z","provider:network_type":"vxlan"}]} 2019-01-20 11:44:40,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-net used request id req-32776886-ff37-49db-90c9-a349a0179d7f 2019-01-20 11:44:40,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:44:40,681 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:44: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:44:40,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a46c8f933a2371b27a67704277fb7cd9d9763cc3" 2019-01-20 11:44:40,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b576f54-e2fb-4297-9ba9-9e6d88ef6f7b 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:44:40,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-0b576f54-e2fb-4297-9ba9-9e6d88ef6f7b 2019-01-20 11:44:40,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d3871c08-0fd9-4fe4-969e-77b76cef97d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a46c8f933a2371b27a67704277fb7cd9d9763cc3" 2019-01-20 11:44:40,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-086b7cce-ae9e-4d75-8d12-62d528583599 Date: Sun, 20 Jan 2019 11:44:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3871c08-0fd9-4fe4-969e-77b76cef97d0","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:39Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"3b25ec19-9f78-4993-b1f3-22e506f3ecd6","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-subnet"}]} 2019-01-20 11:44:40,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d3871c08-0fd9-4fe4-969e-77b76cef97d0 used request id req-086b7cce-ae9e-4d75-8d12-62d528583599 2019-01-20 11:44:40,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d3871c08-0fd9-4fe4-969e-77b76cef97d0&name=NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a46c8f933a2371b27a67704277fb7cd9d9763cc3" 2019-01-20 11:44:41,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c78e710f-0c40-4d2b-801a-d45b3809f6ca Date: Sun, 20 Jan 2019 11:44:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3871c08-0fd9-4fe4-969e-77b76cef97d0","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:39Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"3b25ec19-9f78-4993-b1f3-22e506f3ecd6","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-subnet"}]} 2019-01-20 11:44:41,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d3871c08-0fd9-4fe4-969e-77b76cef97d0&name=NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-subnet used request id req-c78e710f-0c40-4d2b-801a-d45b3809f6ca 2019-01-20 11:44:41,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d3871c08-0fd9-4fe4-969e-77b76cef97d0&name=NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a46c8f933a2371b27a67704277fb7cd9d9763cc3" 2019-01-20 11:44:41,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f9637be0-ce09-4549-9bab-54d1c352966d Date: Sun, 20 Jan 2019 11:44:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3871c08-0fd9-4fe4-969e-77b76cef97d0","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:39Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"3b25ec19-9f78-4993-b1f3-22e506f3ecd6","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-subnet"}]} 2019-01-20 11:44:41,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d3871c08-0fd9-4fe4-969e-77b76cef97d0&name=NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-subnet used request id req-f9637be0-ce09-4549-9bab-54d1c352966d 2019-01-20 11:44:41,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d3871c08-0fd9-4fe4-969e-77b76cef97d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a46c8f933a2371b27a67704277fb7cd9d9763cc3" 2019-01-20 11:44:41,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f1e4823a-1378-406c-8d54-70656d27cf36 Date: Sun, 20 Jan 2019 11:44:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3871c08-0fd9-4fe4-969e-77b76cef97d0","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:39Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"3b25ec19-9f78-4993-b1f3-22e506f3ecd6","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-subnet"}]} 2019-01-20 11:44:41,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d3871c08-0fd9-4fe4-969e-77b76cef97d0 used request id req-f1e4823a-1378-406c-8d54-70656d27cf36 2019-01-20 11:44:41,655 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-subnet 2019-01-20 11:44:41,655 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-subnet 2019-01-20 11:44:41,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/3b25ec19-9f78-4993-b1f3-22e506f3ecd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a46c8f933a2371b27a67704277fb7cd9d9763cc3" 2019-01-20 11:44:44,290 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fbc63c32-5209-4f23-9e72-262d57d6b5f0 Date: Sun, 20 Jan 2019 11:44:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:44:44,290 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/3b25ec19-9f78-4993-b1f3-22e506f3ecd6 used request id req-fbc63c32-5209-4f23-9e72-262d57d6b5f0 2019-01-20 11:44:44,290 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-7488a9e5-520f-495d-9624-1f1ff03fa89b-pub-net 2019-01-20 11:44:44,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/d3871c08-0fd9-4fe4-969e-77b76cef97d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a46c8f933a2371b27a67704277fb7cd9d9763cc3" 2019-01-20 11:44:45,533 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9beb85ab-9d5c-4697-92eb-717fad301a78 Date: Sun, 20 Jan 2019 11:44:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:44:45,533 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/d3871c08-0fd9-4fe4-969e-77b76cef97d0 used request id req-9beb85ab-9d5c-4697-92eb-717fad301a78 2019-01-20 11:44:45,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:44:45,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:44:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["Rnkrlls6QyeQQiJ-Fe0M-A"], "issued_at": "2019-01-20T11:44:45.000000Z"}} 2019-01-20 11:44:45,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1eb39bc65f61c4257a5a53e867b2d056e704b063" 2019-01-20 11:44:45,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a755abc1-6e29-42d6-a384-82711cc040e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:44:45,996 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a755abc1-6e29-42d6-a384-82711cc040e0 2019-01-20 11:44:45,997 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-c1a2fc30-4324-421d-a501-6216050da243-pub-net 2019-01-20 11:44:46,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1eb39bc65f61c4257a5a53e867b2d056e704b063" -d '{"network": {"name": "NeutronUtilsSubnetTests-c1a2fc30-4324-421d-a501-6216050da243-pub-net", "admin_state_up": true}}' 2019-01-20 11:44:46,597 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-57f40e70-6520-4b17-96b1-4b7497023c1f Date: Sun, 20 Jan 2019 11:44:46 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"13908388-aac9-401f-af28-27280a4660ef","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":23,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:44:46Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-c1a2fc30-4324-421d-a501-6216050da243-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:46Z","mtu":1450}} 2019-01-20 11:44:46,597 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-57f40e70-6520-4b17-96b1-4b7497023c1f 2019-01-20 11:44:46,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=13908388-aac9-401f-af28-27280a4660ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1eb39bc65f61c4257a5a53e867b2d056e704b063" 2019-01-20 11:44:46,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-1882d426-e1ef-41ed-88a9-c99c82304363 Date: Sun, 20 Jan 2019 11:44:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"13908388-aac9-401f-af28-27280a4660ef","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":23,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:44:46Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-c1a2fc30-4324-421d-a501-6216050da243-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:46Z","provider:network_type":"vxlan"}]} 2019-01-20 11:44:46,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=13908388-aac9-401f-af28-27280a4660ef used request id req-1882d426-e1ef-41ed-88a9-c99c82304363 2019-01-20 11:44:46,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=13908388-aac9-401f-af28-27280a4660ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1eb39bc65f61c4257a5a53e867b2d056e704b063" 2019-01-20 11:44:47,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d92a9706-367b-4420-967f-88f715534c30 Date: Sun, 20 Jan 2019 11:44:47 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:44:47,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=13908388-aac9-401f-af28-27280a4660ef used request id req-d92a9706-367b-4420-967f-88f715534c30 2019-01-20 11:44:47,046 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-c1a2fc30-4324-421d-a501-6216050da243-pub-subnet 2019-01-20 11:44:47,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1eb39bc65f61c4257a5a53e867b2d056e704b063" -d '{"subnets": [{"ip_version": 4, "network_id": "13908388-aac9-401f-af28-27280a4660ef", "cidr": null, "name": "NeutronUtilsSubnetTests-c1a2fc30-4324-421d-a501-6216050da243-pub-subnet"}]}' 2019-01-20 11:44:47,405 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-9e268626-963d-443c-9229-1533610444e7 Date: Sun, 20 Jan 2019 11:44:47 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2019-01-20 11:44:47,405 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-9e268626-963d-443c-9229-1533610444e7 2019-01-20 11:44:47,406 - 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": ""}} 2019-01-20 11:44:47,406 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-c1a2fc30-4324-421d-a501-6216050da243-pub-subnet] for network [NeutronUtilsSubnetTests-c1a2fc30-4324-421d-a501-6216050da243-pub-net] 2019-01-20 11:44:47,406 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-c1a2fc30-4324-421d-a501-6216050da243-pub-net 2019-01-20 11:44:47,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/13908388-aac9-401f-af28-27280a4660ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1eb39bc65f61c4257a5a53e867b2d056e704b063" 2019-01-20 11:44:47,938 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f6cc4f83-f8ff-44b9-a0f9-df3e3ad89eb3 Date: Sun, 20 Jan 2019 11:44:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:44:47,938 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/13908388-aac9-401f-af28-27280a4660ef used request id req-f6cc4f83-f8ff-44b9-a0f9-df3e3ad89eb3 2019-01-20 11:44:47,939 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:44:48,322 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:44:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["2hNpuOnYSi-S0OII4z4xHQ"], "issued_at": "2019-01-20T11:44:48.000000Z"}} 2019-01-20 11:44:48,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d3d0065186137f335d2c6c1141d8b4fa6aaa48" 2019-01-20 11:44:48,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f47f1c1-2e4a-43b9-97ac-19f654e2e658 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:44:48,401 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7f47f1c1-2e4a-43b9-97ac-19f654e2e658 2019-01-20 11:44:48,402 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-7910f92e-f89c-4ebf-a11f-0ba8f3b31f35-pub-net 2019-01-20 11:44:48,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d3d0065186137f335d2c6c1141d8b4fa6aaa48" -d '{"network": {"name": "NeutronUtilsSubnetTests-7910f92e-f89c-4ebf-a11f-0ba8f3b31f35-pub-net", "admin_state_up": true}}' 2019-01-20 11:44:48,818 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-7e6b709d-d9b3-4dfd-8833-d7b122d4c132 Date: Sun, 20 Jan 2019 11:44:48 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"faa6dc58-6139-4808-9e9d-82b70c25563c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:44:48Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-7910f92e-f89c-4ebf-a11f-0ba8f3b31f35-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:48Z","mtu":1450}} 2019-01-20 11:44:48,819 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-7e6b709d-d9b3-4dfd-8833-d7b122d4c132 2019-01-20 11:44:48,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=faa6dc58-6139-4808-9e9d-82b70c25563c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d3d0065186137f335d2c6c1141d8b4fa6aaa48" 2019-01-20 11:44:49,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-d548a8ac-7d4b-42da-8517-c23926fa47b7 Date: Sun, 20 Jan 2019 11:44:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"faa6dc58-6139-4808-9e9d-82b70c25563c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:44:48Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-7910f92e-f89c-4ebf-a11f-0ba8f3b31f35-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:48Z","provider:network_type":"vxlan"}]} 2019-01-20 11:44:49,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=faa6dc58-6139-4808-9e9d-82b70c25563c used request id req-d548a8ac-7d4b-42da-8517-c23926fa47b7 2019-01-20 11:44:49,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=faa6dc58-6139-4808-9e9d-82b70c25563c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d3d0065186137f335d2c6c1141d8b4fa6aaa48" 2019-01-20 11:44:49,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-02c61215-5034-4345-ba83-34203c0eb771 Date: Sun, 20 Jan 2019 11:44:49 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:44:49,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=faa6dc58-6139-4808-9e9d-82b70c25563c used request id req-02c61215-5034-4345-ba83-34203c0eb771 2019-01-20 11:44:49,219 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-7910f92e-f89c-4ebf-a11f-0ba8f3b31f35-pub-subnet 2019-01-20 11:44:49,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d3d0065186137f335d2c6c1141d8b4fa6aaa48" -d '{"subnets": [{"ip_version": 4, "network_id": "faa6dc58-6139-4808-9e9d-82b70c25563c", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-7910f92e-f89c-4ebf-a11f-0ba8f3b31f35-pub-subnet"}]}' 2019-01-20 11:44:49,825 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7f6651b2-4f82-4263-a579-8440664cd424 Date: Sun, 20 Jan 2019 11:44:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"faa6dc58-6139-4808-9e9d-82b70c25563c","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:49Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44:49Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"e9cbd6af-71db-4f01-aa52-3a376fd8e3d5","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-7910f92e-f89c-4ebf-a11f-0ba8f3b31f35-pub-subnet"}]} 2019-01-20 11:44:49,825 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-7f6651b2-4f82-4263-a579-8440664cd424 2019-01-20 11:44:49,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=faa6dc58-6139-4808-9e9d-82b70c25563c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d3d0065186137f335d2c6c1141d8b4fa6aaa48" 2019-01-20 11:44:50,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-cee6fe37-b830-4401-a8bb-5d4891e41174 Date: Sun, 20 Jan 2019 11:44:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"faa6dc58-6139-4808-9e9d-82b70c25563c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["e9cbd6af-71db-4f01-aa52-3a376fd8e3d5"],"description":"","tags":[],"updated_at":"2019-01-20T11:44:49Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-7910f92e-f89c-4ebf-a11f-0ba8f3b31f35-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:48Z","provider:network_type":"vxlan"}]} 2019-01-20 11:44:50,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=faa6dc58-6139-4808-9e9d-82b70c25563c used request id req-cee6fe37-b830-4401-a8bb-5d4891e41174 2019-01-20 11:44:50,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=faa6dc58-6139-4808-9e9d-82b70c25563c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d3d0065186137f335d2c6c1141d8b4fa6aaa48" 2019-01-20 11:44:50,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5512c848-dc90-477e-9a67-4c39baf2cea2 Date: Sun, 20 Jan 2019 11:44:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"faa6dc58-6139-4808-9e9d-82b70c25563c","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:49Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"e9cbd6af-71db-4f01-aa52-3a376fd8e3d5","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-7910f92e-f89c-4ebf-a11f-0ba8f3b31f35-pub-subnet"}]} 2019-01-20 11:44:50,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=faa6dc58-6139-4808-9e9d-82b70c25563c used request id req-5512c848-dc90-477e-9a67-4c39baf2cea2 2019-01-20 11:44:50,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsSubnetTests-7910f92e-f89c-4ebf-a11f-0ba8f3b31f35-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d3d0065186137f335d2c6c1141d8b4fa6aaa48" 2019-01-20 11:44:51,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-dc502243-56aa-4c3f-917e-555a549aca88 Date: Sun, 20 Jan 2019 11:44:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"faa6dc58-6139-4808-9e9d-82b70c25563c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["e9cbd6af-71db-4f01-aa52-3a376fd8e3d5"],"description":"","tags":[],"updated_at":"2019-01-20T11:44:49Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-7910f92e-f89c-4ebf-a11f-0ba8f3b31f35-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:48Z","provider:network_type":"vxlan"}]} 2019-01-20 11:44:51,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsSubnetTests-7910f92e-f89c-4ebf-a11f-0ba8f3b31f35-pub-net used request id req-dc502243-56aa-4c3f-917e-555a549aca88 2019-01-20 11:44:51,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:44:51,167 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:44: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:44:51,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d3d0065186137f335d2c6c1141d8b4fa6aaa48" 2019-01-20 11:44:51,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6016dd19-03f8-4f56-9199-fabdfbca49ec 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:44:51,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-6016dd19-03f8-4f56-9199-fabdfbca49ec 2019-01-20 11:44:51,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=faa6dc58-6139-4808-9e9d-82b70c25563c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d3d0065186137f335d2c6c1141d8b4fa6aaa48" 2019-01-20 11:44:51,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-27dce8a6-c02f-4a7b-9f0f-76096fc2c536 Date: Sun, 20 Jan 2019 11:44:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"faa6dc58-6139-4808-9e9d-82b70c25563c","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:49Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"e9cbd6af-71db-4f01-aa52-3a376fd8e3d5","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-7910f92e-f89c-4ebf-a11f-0ba8f3b31f35-pub-subnet"}]} 2019-01-20 11:44:51,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=faa6dc58-6139-4808-9e9d-82b70c25563c used request id req-27dce8a6-c02f-4a7b-9f0f-76096fc2c536 2019-01-20 11:44:51,478 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-7910f92e-f89c-4ebf-a11f-0ba8f3b31f35-pub-subnet 2019-01-20 11:44:51,478 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-7910f92e-f89c-4ebf-a11f-0ba8f3b31f35-pub-subnet 2019-01-20 11:44:51,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/e9cbd6af-71db-4f01-aa52-3a376fd8e3d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d3d0065186137f335d2c6c1141d8b4fa6aaa48" 2019-01-20 11:44:53,721 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5280c1d2-4982-4060-a0cf-43066cc9f2b6 Date: Sun, 20 Jan 2019 11:44:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:44:53,721 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/e9cbd6af-71db-4f01-aa52-3a376fd8e3d5 used request id req-5280c1d2-4982-4060-a0cf-43066cc9f2b6 2019-01-20 11:44:53,721 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-7910f92e-f89c-4ebf-a11f-0ba8f3b31f35-pub-net 2019-01-20 11:44:53,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/faa6dc58-6139-4808-9e9d-82b70c25563c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78d3d0065186137f335d2c6c1141d8b4fa6aaa48" 2019-01-20 11:44:55,039 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-162bec84-afcf-4fc8-b201-5dd2807951a9 Date: Sun, 20 Jan 2019 11:44:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:44:55,039 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/faa6dc58-6139-4808-9e9d-82b70c25563c used request id req-162bec84-afcf-4fc8-b201-5dd2807951a9 2019-01-20 11:44:55,040 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:44:55,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:44:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["yyV2SC7_R-Ow6IHVgmuZIA"], "issued_at": "2019-01-20T11:44:55.000000Z"}} 2019-01-20 11:44:55,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:44:55,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5659f8eb-e802-4465-9e81-79cc30267e04 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:44:55,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5659f8eb-e802-4465-9e81-79cc30267e04 2019-01-20 11:44:55,517 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-net 2019-01-20 11:44:55,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" -d '{"network": {"name": "NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-net", "admin_state_up": true}}' 2019-01-20 11:44:55,998 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-9b997d7d-df20-40d9-961f-bdc4aad0bdc5 Date: Sun, 20 Jan 2019 11:44:55 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"06074fc9-30f8-402c-bf6f-0e5107108e2b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":11,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:44:55Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:55Z","mtu":1450}} 2019-01-20 11:44:55,998 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-9b997d7d-df20-40d9-961f-bdc4aad0bdc5 2019-01-20 11:44:56,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=06074fc9-30f8-402c-bf6f-0e5107108e2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:44:56,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-a9b6fd51-b4a8-48e8-9609-63fffe1dc4db Date: Sun, 20 Jan 2019 11:44:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"06074fc9-30f8-402c-bf6f-0e5107108e2b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":11,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:44:55Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:55Z","provider:network_type":"vxlan"}]} 2019-01-20 11:44:56,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=06074fc9-30f8-402c-bf6f-0e5107108e2b used request id req-a9b6fd51-b4a8-48e8-9609-63fffe1dc4db 2019-01-20 11:44:56,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=06074fc9-30f8-402c-bf6f-0e5107108e2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:44:56,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2581eb86-fbb2-4fef-b3d5-45dfa67e2d99 Date: Sun, 20 Jan 2019 11:44:56 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:44:56,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=06074fc9-30f8-402c-bf6f-0e5107108e2b used request id req-2581eb86-fbb2-4fef-b3d5-45dfa67e2d99 2019-01-20 11:44:56,445 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-subnet 2019-01-20 11:44:56,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" -d '{"subnets": [{"ip_version": 4, "network_id": "06074fc9-30f8-402c-bf6f-0e5107108e2b", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-subnet"}]}' 2019-01-20 11:44:57,004 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-30da7b79-1766-4590-b063-c46a5c4d4638 Date: Sun, 20 Jan 2019 11:44:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"06074fc9-30f8-402c-bf6f-0e5107108e2b","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:56Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44:56Z","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":"632adb60eb5b46cbaf6c905003618b09","id":"74e98e8a-72c6-4e15-9d5c-6a54b68a8bf0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-subnet"}]} 2019-01-20 11:44:57,005 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-30da7b79-1766-4590-b063-c46a5c4d4638 2019-01-20 11:44:57,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=06074fc9-30f8-402c-bf6f-0e5107108e2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:44:57,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-70dc4536-c2c5-4356-aaad-cb5ec68f56bc Date: Sun, 20 Jan 2019 11:44:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"06074fc9-30f8-402c-bf6f-0e5107108e2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":11,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["74e98e8a-72c6-4e15-9d5c-6a54b68a8bf0"],"description":"","tags":[],"updated_at":"2019-01-20T11:44:56Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:55Z","provider:network_type":"vxlan"}]} 2019-01-20 11:44:57,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=06074fc9-30f8-402c-bf6f-0e5107108e2b used request id req-70dc4536-c2c5-4356-aaad-cb5ec68f56bc 2019-01-20 11:44:57,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=06074fc9-30f8-402c-bf6f-0e5107108e2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:44:57,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-07ec707d-80e5-4747-b620-88063e6ed181 Date: Sun, 20 Jan 2019 11:44:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"06074fc9-30f8-402c-bf6f-0e5107108e2b","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:56Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"74e98e8a-72c6-4e15-9d5c-6a54b68a8bf0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-subnet"}]} 2019-01-20 11:44:57,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=06074fc9-30f8-402c-bf6f-0e5107108e2b used request id req-07ec707d-80e5-4747-b620-88063e6ed181 2019-01-20 11:44:57,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:44:57,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b07b323e-55d7-4d02-9a36-546af92ad715 Date: Sun, 20 Jan 2019 11:44:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"06074fc9-30f8-402c-bf6f-0e5107108e2b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":11,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["74e98e8a-72c6-4e15-9d5c-6a54b68a8bf0"],"description":"","tags":[],"updated_at":"2019-01-20T11:44:56Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:55Z","provider:network_type":"vxlan"}]} 2019-01-20 11:44:57,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-net used request id req-b07b323e-55d7-4d02-9a36-546af92ad715 2019-01-20 11:44:57,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:44:57,761 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:44: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:44:57,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:44:57,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a24d94c-fde8-4fda-a4ae-616e85676312 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:44:57,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-2a24d94c-fde8-4fda-a4ae-616e85676312 2019-01-20 11:44:57,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=06074fc9-30f8-402c-bf6f-0e5107108e2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:44:58,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6157ba58-63cc-4eb9-a42c-dd91754168ff Date: Sun, 20 Jan 2019 11:44:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"06074fc9-30f8-402c-bf6f-0e5107108e2b","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:56Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"74e98e8a-72c6-4e15-9d5c-6a54b68a8bf0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-subnet"}]} 2019-01-20 11:44:58,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=06074fc9-30f8-402c-bf6f-0e5107108e2b used request id req-6157ba58-63cc-4eb9-a42c-dd91754168ff 2019-01-20 11:44:58,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=06074fc9-30f8-402c-bf6f-0e5107108e2b&name=NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:44:58,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-84c14fa9-89de-4f18-b883-c2d3baddb47e Date: Sun, 20 Jan 2019 11:44:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"06074fc9-30f8-402c-bf6f-0e5107108e2b","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:44:56Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"74e98e8a-72c6-4e15-9d5c-6a54b68a8bf0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-subnet"}]} 2019-01-20 11:44:58,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=06074fc9-30f8-402c-bf6f-0e5107108e2b&name=NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-subnet used request id req-84c14fa9-89de-4f18-b883-c2d3baddb47e 2019-01-20 11:44:58,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:44:58,247 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:44:58,628 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:44:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["RifQimGaRU-qgw2qyzdXog"], "issued_at": "2019-01-20T11:44:58.000000Z"}} 2019-01-20 11:44:58,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6514eb6dd2e3c7429de4fb0e2874bae83b12fcc3" 2019-01-20 11:44:58,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c2328f4-04fc-4f55-92bd-0791532fefaa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:44:58,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9c2328f4-04fc-4f55-92bd-0791532fefaa 2019-01-20 11:44:58,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:44:58,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-7d6c38ca-f88a-4009-b080-628823928cae Date: Sun, 20 Jan 2019 11:44:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 11:44:58,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-7d6c38ca-f88a-4009-b080-628823928cae 2019-01-20 11:44:58,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:44:59,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-b653158f-32bc-4780-905b-4285f9a22baf Date: Sun, 20 Jan 2019 11:44:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-20 11:44:59,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-b653158f-32bc-4780-905b-4285f9a22baf 2019-01-20 11:44:59,040 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-router 2019-01-20 11:44:59,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-router", "admin_state_up": true}}' 2019-01-20 11:45:03,870 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-f97cba2d-bcec-4401-b938-58df72f321e0 Date: Sun, 20 Jan 2019 11:45:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:44:59Z", "admin_state_up": true, "updated_at": "2019-01-20T11:45:00Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "bd121f59-6ccb-4d18-8141-eb2093430522", "name": "NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-router"}} 2019-01-20 11:45:03,870 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-f97cba2d-bcec-4401-b938-58df72f321e0 2019-01-20 11:45:03,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=bd121f59-6ccb-4d18-8141-eb2093430522 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:45:03,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-f8bedfbe-3d42-497f-80fb-a790a22bd0cc Date: Sun, 20 Jan 2019 11:45:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:01Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13e3d404-d83a-4514-8e0e-301ba63a7712","ip_address":"169.254.192.6"}],"id":"19133ea4-8daf-47c6-a36f-3e945171fafa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f0:17:5b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"a6df7fdc-5478-40f3-bc28-9597ad0169ab","tenant_id":"","created_at":"2019-01-20T11:45:01Z","binding:vnic_type":"normal","device_id":"bd121f59-6ccb-4d18-8141-eb2093430522"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:01Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13e3d404-d83a-4514-8e0e-301ba63a7712","ip_address":"169.254.192.1"}],"id":"6ff9f849-f712-48fd-85be-cc8fadc0b1fe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9a:89:bf","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"a6df7fdc-5478-40f3-bc28-9597ad0169ab","tenant_id":"","created_at":"2019-01-20T11:45:01Z","binding:vnic_type":"normal","device_id":"bd121f59-6ccb-4d18-8141-eb2093430522"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:00Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.209"}],"id":"79462562-103a-44a9-8f04-cb03e3eccb6f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:93:6c:ca","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"","created_at":"2019-01-20T11:45:00Z","binding:vnic_type":"normal","device_id":"bd121f59-6ccb-4d18-8141-eb2093430522"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:02Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13e3d404-d83a-4514-8e0e-301ba63a7712","ip_address":"169.254.192.7"}],"id":"c75b06b5-f68c-4003-a6be-f1ba0837aeba","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:01:a8:85","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"a6df7fdc-5478-40f3-bc28-9597ad0169ab","tenant_id":"","created_at":"2019-01-20T11:45:02Z","binding:vnic_type":"normal","device_id":"bd121f59-6ccb-4d18-8141-eb2093430522"}]} 2019-01-20 11:45:03,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=bd121f59-6ccb-4d18-8141-eb2093430522 used request id req-f8bedfbe-3d42-497f-80fb-a790a22bd0cc 2019-01-20 11:45:03,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:45:04,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-0cd7cd43-c3d2-4618-9629-e9cd358f453b Date: Sun, 20 Jan 2019 11:45:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 11:45:04,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-0cd7cd43-c3d2-4618-9629-e9cd358f453b 2019-01-20 11:45:04,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/13e3d404-d83a-4514-8e0e-301ba63a7712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:45:04,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f57b5240-cf41-4324-a81c-850ecc03d51b Date: Sun, 20 Jan 2019 11:45:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6df7fdc-5478-40f3-bc28-9597ad0169ab","tenant_id":"","created_at":"2019-01-20T11:44:59Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44:59Z","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":"13e3d404-d83a-4514-8e0e-301ba63a7712","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:45:04,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/13e3d404-d83a-4514-8e0e-301ba63a7712 used request id req-f57b5240-cf41-4324-a81c-850ecc03d51b 2019-01-20 11:45:04,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/13e3d404-d83a-4514-8e0e-301ba63a7712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:45:04,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5953e97b-34ab-4eed-a2a2-be5c2b983ca4 Date: Sun, 20 Jan 2019 11:45:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6df7fdc-5478-40f3-bc28-9597ad0169ab","tenant_id":"","created_at":"2019-01-20T11:44:59Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44:59Z","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":"13e3d404-d83a-4514-8e0e-301ba63a7712","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:45:04,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/13e3d404-d83a-4514-8e0e-301ba63a7712 used request id req-5953e97b-34ab-4eed-a2a2-be5c2b983ca4 2019-01-20 11:45:04,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/13e3d404-d83a-4514-8e0e-301ba63a7712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:45:04,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f27ff7f6-305d-4cd7-ba4a-3cf17b76f8c8 Date: Sun, 20 Jan 2019 11:45:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6df7fdc-5478-40f3-bc28-9597ad0169ab","tenant_id":"","created_at":"2019-01-20T11:44:59Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44:59Z","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":"13e3d404-d83a-4514-8e0e-301ba63a7712","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:45:04,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/13e3d404-d83a-4514-8e0e-301ba63a7712 used request id req-f27ff7f6-305d-4cd7-ba4a-3cf17b76f8c8 2019-01-20 11:45:04,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:45:04,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-c306612d-7310-4047-b01f-08d3cfae2e0e Date: Sun, 20 Jan 2019 11:45:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:44:59Z", "admin_state_up": true, "updated_at": "2019-01-20T11:45:03Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "bd121f59-6ccb-4d18-8141-eb2093430522", "name": "NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-router"}]} 2019-01-20 11:45:04,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-router used request id req-c306612d-7310-4047-b01f-08d3cfae2e0e 2019-01-20 11:45:04,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:45:04,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2069522-de7c-464e-adb2-e6240c68987b 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:45:04,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-c2069522-de7c-464e-adb2-e6240c68987b 2019-01-20 11:45:04,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=bd121f59-6ccb-4d18-8141-eb2093430522 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:45:05,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3406 X-Openstack-Request-Id: req-828cedf7-32d6-40ec-a53d-ef75f65b7600 Date: Sun, 20 Jan 2019 11:45:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:01Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13e3d404-d83a-4514-8e0e-301ba63a7712","ip_address":"169.254.192.6"}],"id":"19133ea4-8daf-47c6-a36f-3e945171fafa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f0:17:5b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"a6df7fdc-5478-40f3-bc28-9597ad0169ab","tenant_id":"","created_at":"2019-01-20T11:45:01Z","binding:vnic_type":"normal","device_id":"bd121f59-6ccb-4d18-8141-eb2093430522"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:05Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13e3d404-d83a-4514-8e0e-301ba63a7712","ip_address":"169.254.192.1"}],"id":"6ff9f849-f712-48fd-85be-cc8fadc0b1fe","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:89:bf","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"a6df7fdc-5478-40f3-bc28-9597ad0169ab","tenant_id":"","created_at":"2019-01-20T11:45:01Z","binding:vnic_type":"normal","device_id":"bd121f59-6ccb-4d18-8141-eb2093430522"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:04Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.209"}],"id":"79462562-103a-44a9-8f04-cb03e3eccb6f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:93:6c:ca","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":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"","created_at":"2019-01-20T11:45:00Z","binding:vnic_type":"normal","device_id":"bd121f59-6ccb-4d18-8141-eb2093430522"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:02Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"13e3d404-d83a-4514-8e0e-301ba63a7712","ip_address":"169.254.192.7"}],"id":"c75b06b5-f68c-4003-a6be-f1ba0837aeba","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:01:a8:85","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"a6df7fdc-5478-40f3-bc28-9597ad0169ab","tenant_id":"","created_at":"2019-01-20T11:45:02Z","binding:vnic_type":"normal","device_id":"bd121f59-6ccb-4d18-8141-eb2093430522"}]} 2019-01-20 11:45:05,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=bd121f59-6ccb-4d18-8141-eb2093430522 used request id req-828cedf7-32d6-40ec-a53d-ef75f65b7600 2019-01-20 11:45:05,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:45:05,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d705f078-3e74-4400-b5fe-2cfb2d6f5052 Date: Sun, 20 Jan 2019 11:45:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 11:45:05,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-d705f078-3e74-4400-b5fe-2cfb2d6f5052 2019-01-20 11:45:05,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/13e3d404-d83a-4514-8e0e-301ba63a7712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:45:05,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4794e011-e61a-43af-aa0c-5204b1f13071 Date: Sun, 20 Jan 2019 11:45:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6df7fdc-5478-40f3-bc28-9597ad0169ab","tenant_id":"","created_at":"2019-01-20T11:44:59Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44:59Z","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":"13e3d404-d83a-4514-8e0e-301ba63a7712","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:45:05,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/13e3d404-d83a-4514-8e0e-301ba63a7712 used request id req-4794e011-e61a-43af-aa0c-5204b1f13071 2019-01-20 11:45:05,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/13e3d404-d83a-4514-8e0e-301ba63a7712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:45:05,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-dba5e709-0001-40d1-8a62-ccf598a82f3c Date: Sun, 20 Jan 2019 11:45:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6df7fdc-5478-40f3-bc28-9597ad0169ab","tenant_id":"","created_at":"2019-01-20T11:44:59Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44:59Z","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":"13e3d404-d83a-4514-8e0e-301ba63a7712","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:45:05,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/13e3d404-d83a-4514-8e0e-301ba63a7712 used request id req-dba5e709-0001-40d1-8a62-ccf598a82f3c 2019-01-20 11:45:05,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/13e3d404-d83a-4514-8e0e-301ba63a7712 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:45:06,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-afafa552-bbb1-4db4-b32b-e1a7b3ceeac6 Date: Sun, 20 Jan 2019 11:45:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a6df7fdc-5478-40f3-bc28-9597ad0169ab","tenant_id":"","created_at":"2019-01-20T11:44:59Z","dns_nameservers":[],"updated_at":"2019-01-20T11:44:59Z","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":"13e3d404-d83a-4514-8e0e-301ba63a7712","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:45:06,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/13e3d404-d83a-4514-8e0e-301ba63a7712 used request id req-afafa552-bbb1-4db4-b32b-e1a7b3ceeac6 2019-01-20 11:45:06,283 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-router 2019-01-20 11:45:06,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/bd121f59-6ccb-4d18-8141-eb2093430522/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" -d '{"subnet_id": "74e98e8a-72c6-4e15-9d5c-6a54b68a8bf0"}' 2019-01-20 11:45:08,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f5618d77-6a9d-437c-94f1-443aa6863497 Date: Sun, 20 Jan 2019 11:45:08 GMT RESP BODY: {"network_id": "06074fc9-30f8-402c-bf6f-0e5107108e2b", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "subnet_id": "74e98e8a-72c6-4e15-9d5c-6a54b68a8bf0", "subnet_ids": ["74e98e8a-72c6-4e15-9d5c-6a54b68a8bf0"], "port_id": "a79a1edb-e034-4464-9ba5-2fcff4f18795", "id": "bd121f59-6ccb-4d18-8141-eb2093430522"} 2019-01-20 11:45:08,212 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/bd121f59-6ccb-4d18-8141-eb2093430522/add_router_interface used request id req-f5618d77-6a9d-437c-94f1-443aa6863497 2019-01-20 11:45:08,212 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-router 2019-01-20 11:45:08,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/bd121f59-6ccb-4d18-8141-eb2093430522/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" -d '{"subnet_id": "74e98e8a-72c6-4e15-9d5c-6a54b68a8bf0"}' 2019-01-20 11:45:09,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b212f03c-4674-473a-93e2-708af8121749 Date: Sun, 20 Jan 2019 11:45:09 GMT RESP BODY: {"network_id": "06074fc9-30f8-402c-bf6f-0e5107108e2b", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "subnet_id": "74e98e8a-72c6-4e15-9d5c-6a54b68a8bf0", "subnet_ids": ["74e98e8a-72c6-4e15-9d5c-6a54b68a8bf0"], "port_id": "a79a1edb-e034-4464-9ba5-2fcff4f18795", "id": "bd121f59-6ccb-4d18-8141-eb2093430522"} 2019-01-20 11:45:09,607 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/bd121f59-6ccb-4d18-8141-eb2093430522/remove_router_interface used request id req-b212f03c-4674-473a-93e2-708af8121749 2019-01-20 11:45:09,608 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-router 2019-01-20 11:45:09,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/bd121f59-6ccb-4d18-8141-eb2093430522 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:45:13,757 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e6c240ca-ba76-4899-94bd-34e64794d4fe Content-Length: 0 Date: Sun, 20 Jan 2019 11:45:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:45:13,757 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/bd121f59-6ccb-4d18-8141-eb2093430522 used request id req-e6c240ca-ba76-4899-94bd-34e64794d4fe 2019-01-20 11:45:13,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:45:14,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2476a38e-07ea-47b2-8281-adbea6152e61 Date: Sun, 20 Jan 2019 11:45:14 GMT RESP BODY: {"routers": []} 2019-01-20 11:45:14,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-router used request id req-2476a38e-07ea-47b2-8281-adbea6152e61 2019-01-20 11:45:14,041 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-subnet 2019-01-20 11:45:14,042 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-subnet 2019-01-20 11:45:14,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/74e98e8a-72c6-4e15-9d5c-6a54b68a8bf0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:45:16,058 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9c869586-617d-4b6f-b27b-aea8f512b4b7 Date: Sun, 20 Jan 2019 11:45:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:45:16,059 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/74e98e8a-72c6-4e15-9d5c-6a54b68a8bf0 used request id req-9c869586-617d-4b6f-b27b-aea8f512b4b7 2019-01-20 11:45:16,059 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-c2d919ef-8b13-4b28-bb36-6017f98b43bb-pub-net 2019-01-20 11:45:16,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/06074fc9-30f8-402c-bf6f-0e5107108e2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b7ce29293b1a4624a7a817f1205cececfc9a37" 2019-01-20 11:45:17,274 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5cc4d185-08fe-4020-8e27-24ad262b639e Date: Sun, 20 Jan 2019 11:45:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:45:17,274 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/06074fc9-30f8-402c-bf6f-0e5107108e2b used request id req-5cc4d185-08fe-4020-8e27-24ad262b639e 2019-01-20 11:45:17,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:45:17,655 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:45:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["YW-PyvZrQMOxC-j5vpHE1Q"], "issued_at": "2019-01-20T11:45:17.000000Z"}} 2019-01-20 11:45:17,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:17,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70de7fe9-af15-4e7a-abf4-69a37704590e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:45:17,741 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-70de7fe9-af15-4e7a-abf4-69a37704590e 2019-01-20 11:45:17,742 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-net 2019-01-20 11:45:17,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" -d '{"network": {"name": "NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-net", "admin_state_up": true}}' 2019-01-20 11:45:18,268 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-14ba959d-70a3-4276-afa3-ae69ab8bc7b4 Date: Sun, 20 Jan 2019 11:45:18 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fc780489-ed15-4566-9cc3-794a92393d2a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:45:18Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:17Z","mtu":1450}} 2019-01-20 11:45:18,268 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-14ba959d-70a3-4276-afa3-ae69ab8bc7b4 2019-01-20 11:45:18,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=fc780489-ed15-4566-9cc3-794a92393d2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:18,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-629a0065-be61-4079-a3d6-46004f7455a4 Date: Sun, 20 Jan 2019 11:45:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fc780489-ed15-4566-9cc3-794a92393d2a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:45:18Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:17Z","provider:network_type":"vxlan"}]} 2019-01-20 11:45:18,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=fc780489-ed15-4566-9cc3-794a92393d2a used request id req-629a0065-be61-4079-a3d6-46004f7455a4 2019-01-20 11:45:18,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=fc780489-ed15-4566-9cc3-794a92393d2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:18,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-75dc25b1-500b-4a16-88f0-22378c8203d6 Date: Sun, 20 Jan 2019 11:45:18 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:45:18,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=fc780489-ed15-4566-9cc3-794a92393d2a used request id req-75dc25b1-500b-4a16-88f0-22378c8203d6 2019-01-20 11:45:18,692 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-subnet 2019-01-20 11:45:18,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" -d '{"subnets": [{"ip_version": 4, "network_id": "fc780489-ed15-4566-9cc3-794a92393d2a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-subnet"}]}' 2019-01-20 11:45:19,256 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-64482957-7680-423f-9573-0219bdbdf48c Date: Sun, 20 Jan 2019 11:45:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc780489-ed15-4566-9cc3-794a92393d2a","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:18Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45: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":"632adb60eb5b46cbaf6c905003618b09","id":"27444c42-7a56-4125-a5a9-93e38bfbd366","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-subnet"}]} 2019-01-20 11:45:19,256 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-64482957-7680-423f-9573-0219bdbdf48c 2019-01-20 11:45:19,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=fc780489-ed15-4566-9cc3-794a92393d2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:19,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-39501d8c-47cc-4e0f-a717-96dd62ae0a7a Date: Sun, 20 Jan 2019 11:45:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fc780489-ed15-4566-9cc3-794a92393d2a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["27444c42-7a56-4125-a5a9-93e38bfbd366"],"description":"","tags":[],"updated_at":"2019-01-20T11:45:18Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:17Z","provider:network_type":"vxlan"}]} 2019-01-20 11:45:19,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=fc780489-ed15-4566-9cc3-794a92393d2a used request id req-39501d8c-47cc-4e0f-a717-96dd62ae0a7a 2019-01-20 11:45:19,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=fc780489-ed15-4566-9cc3-794a92393d2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:19,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e6ecd83a-8182-4aaf-aafe-61864309ab4e Date: Sun, 20 Jan 2019 11:45:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc780489-ed15-4566-9cc3-794a92393d2a","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:18Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45: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":"632adb60eb5b46cbaf6c905003618b09","id":"27444c42-7a56-4125-a5a9-93e38bfbd366","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-subnet"}]} 2019-01-20 11:45:19,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=fc780489-ed15-4566-9cc3-794a92393d2a used request id req-e6ecd83a-8182-4aaf-aafe-61864309ab4e 2019-01-20 11:45:19,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:20,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8295e080-7736-43f7-aceb-859ec23d5c3a Date: Sun, 20 Jan 2019 11:45:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fc780489-ed15-4566-9cc3-794a92393d2a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":39,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["27444c42-7a56-4125-a5a9-93e38bfbd366"],"description":"","tags":[],"updated_at":"2019-01-20T11:45:18Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:17Z","provider:network_type":"vxlan"}]} 2019-01-20 11:45:20,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-net used request id req-8295e080-7736-43f7-aceb-859ec23d5c3a 2019-01-20 11:45:20,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:45:20,061 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:45: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:45:20,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:20,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:45:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-907aece3-00aa-4c43-b2f9-c3960be338bf 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:45:20,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-907aece3-00aa-4c43-b2f9-c3960be338bf 2019-01-20 11:45:20,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=fc780489-ed15-4566-9cc3-794a92393d2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:20,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8ad5ce1a-aa3a-416e-810b-0487af2c9cd0 Date: Sun, 20 Jan 2019 11:45:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc780489-ed15-4566-9cc3-794a92393d2a","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:18Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45: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":"632adb60eb5b46cbaf6c905003618b09","id":"27444c42-7a56-4125-a5a9-93e38bfbd366","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-subnet"}]} 2019-01-20 11:45:20,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=fc780489-ed15-4566-9cc3-794a92393d2a used request id req-8ad5ce1a-aa3a-416e-810b-0487af2c9cd0 2019-01-20 11:45:20,200 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:45:20,201 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:45:20,576 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:45:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["Tfr4Yq1hQb6iWsN9zuKqAQ"], "issued_at": "2019-01-20T11:45:20.000000Z"}} 2019-01-20 11:45:20,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d11116d66e7703be71bd0ff6ee0c0e9b9a2719f1" 2019-01-20 11:45:20,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:45:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-574d0399-05ff-4968-8f17-65a9cef30605 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:45:20,729 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-574d0399-05ff-4968-8f17-65a9cef30605 2019-01-20 11:45:20,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:20,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-4b6d2e3f-f4e1-4cd3-83d5-a33d9924a308 Date: Sun, 20 Jan 2019 11:45:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 11:45:20,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-4b6d2e3f-f4e1-4cd3-83d5-a33d9924a308 2019-01-20 11:45:20,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:21,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e897851c-76ed-4f3d-afdc-8b3ce7e60856 Date: Sun, 20 Jan 2019 11:45:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-20 11:45:21,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-e897851c-76ed-4f3d-afdc-8b3ce7e60856 2019-01-20 11:45:21,077 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-router 2019-01-20 11:45:21,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-router", "admin_state_up": true}}' 2019-01-20 11:45:25,684 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-9d8a2574-4f48-4795-a171-e3c3f0d2eddb Date: Sun, 20 Jan 2019 11:45:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:45:21Z", "admin_state_up": true, "updated_at": "2019-01-20T11:45:22Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "f06787cc-6a70-4ab7-9d93-eb0b74a83895", "name": "NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-router"}} 2019-01-20 11:45:25,685 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-9d8a2574-4f48-4795-a171-e3c3f0d2eddb 2019-01-20 11:45:25,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=f06787cc-6a70-4ab7-9d93-eb0b74a83895 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:25,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-10658249-8857-4e14-a4f2-9b7b601d2e46 Date: Sun, 20 Jan 2019 11:45:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:23Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88","ip_address":"169.254.192.3"}],"id":"165a1b24-dd83-49c6-9afc-5c8f1bd407b2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b1:4e:00","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"87f75912-bf8f-4aae-93de-22f5fb85f41b","tenant_id":"","created_at":"2019-01-20T11:45:23Z","binding:vnic_type":"normal","device_id":"f06787cc-6a70-4ab7-9d93-eb0b74a83895"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:23Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88","ip_address":"169.254.192.2"}],"id":"5fe504ee-c1ae-46f1-b34d-c3e4f3a66551","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:67:2b:cd","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"87f75912-bf8f-4aae-93de-22f5fb85f41b","tenant_id":"","created_at":"2019-01-20T11:45:22Z","binding:vnic_type":"normal","device_id":"f06787cc-6a70-4ab7-9d93-eb0b74a83895"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:22Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.203"}],"id":"8d015521-aeec-494d-9995-fcf936eaa9a9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:65:56:55","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"","created_at":"2019-01-20T11:45:21Z","binding:vnic_type":"normal","device_id":"f06787cc-6a70-4ab7-9d93-eb0b74a83895"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:24Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88","ip_address":"169.254.192.12"}],"id":"caf8ee60-0ba7-47d7-818d-b44e76bcd222","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ec:03:d5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"87f75912-bf8f-4aae-93de-22f5fb85f41b","tenant_id":"","created_at":"2019-01-20T11:45:24Z","binding:vnic_type":"normal","device_id":"f06787cc-6a70-4ab7-9d93-eb0b74a83895"}]} 2019-01-20 11:45:25,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=f06787cc-6a70-4ab7-9d93-eb0b74a83895 used request id req-10658249-8857-4e14-a4f2-9b7b601d2e46 2019-01-20 11:45:25,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:25,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-bd57b599-812b-428b-af0e-11cb2f61e898 Date: Sun, 20 Jan 2019 11:45:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 11:45:25,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-bd57b599-812b-428b-af0e-11cb2f61e898 2019-01-20 11:45:25,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:26,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c700076b-2a7f-4b8a-8391-3b9082270a40 Date: Sun, 20 Jan 2019 11:45:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"87f75912-bf8f-4aae-93de-22f5fb85f41b","tenant_id":"","created_at":"2019-01-20T11:45:21Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:21Z","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":"4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:45:26,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88 used request id req-c700076b-2a7f-4b8a-8391-3b9082270a40 2019-01-20 11:45:26,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:26,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-82b3a459-66ad-409b-ac7d-de00e067d869 Date: Sun, 20 Jan 2019 11:45:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"87f75912-bf8f-4aae-93de-22f5fb85f41b","tenant_id":"","created_at":"2019-01-20T11:45:21Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:21Z","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":"4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:45:26,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88 used request id req-82b3a459-66ad-409b-ac7d-de00e067d869 2019-01-20 11:45:26,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:26,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-31d5193f-f7f1-4e79-bebc-3446665585ae Date: Sun, 20 Jan 2019 11:45:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"87f75912-bf8f-4aae-93de-22f5fb85f41b","tenant_id":"","created_at":"2019-01-20T11:45:21Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:21Z","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":"4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:45:26,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88 used request id req-31d5193f-f7f1-4e79-bebc-3446665585ae 2019-01-20 11:45:26,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:26,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-080c331a-2d07-4194-9597-a39a606265df Date: Sun, 20 Jan 2019 11:45:26 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:45:21Z", "admin_state_up": true, "updated_at": "2019-01-20T11:45:24Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "f06787cc-6a70-4ab7-9d93-eb0b74a83895", "name": "NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-router"}]} 2019-01-20 11:45:26,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-router used request id req-080c331a-2d07-4194-9597-a39a606265df 2019-01-20 11:45:26,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:26,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a7c7b67-bd85-4fb3-85e0-165c234317c5 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:45:26,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-9a7c7b67-bd85-4fb3-85e0-165c234317c5 2019-01-20 11:45:26,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=f06787cc-6a70-4ab7-9d93-eb0b74a83895 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:26,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3311 X-Openstack-Request-Id: req-f747cdc7-2976-4751-a93e-5ff561c56d70 Date: Sun, 20 Jan 2019 11:45:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:23Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88","ip_address":"169.254.192.3"}],"id":"165a1b24-dd83-49c6-9afc-5c8f1bd407b2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b1:4e:00","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"87f75912-bf8f-4aae-93de-22f5fb85f41b","tenant_id":"","created_at":"2019-01-20T11:45:23Z","binding:vnic_type":"normal","device_id":"f06787cc-6a70-4ab7-9d93-eb0b74a83895"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:23Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88","ip_address":"169.254.192.2"}],"id":"5fe504ee-c1ae-46f1-b34d-c3e4f3a66551","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:67:2b:cd","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"87f75912-bf8f-4aae-93de-22f5fb85f41b","tenant_id":"","created_at":"2019-01-20T11:45:22Z","binding:vnic_type":"normal","device_id":"f06787cc-6a70-4ab7-9d93-eb0b74a83895"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:26Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.203"}],"id":"8d015521-aeec-494d-9995-fcf936eaa9a9","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:56:55","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":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"","created_at":"2019-01-20T11:45:21Z","binding:vnic_type":"normal","device_id":"f06787cc-6a70-4ab7-9d93-eb0b74a83895"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:24Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88","ip_address":"169.254.192.12"}],"id":"caf8ee60-0ba7-47d7-818d-b44e76bcd222","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ec:03:d5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"87f75912-bf8f-4aae-93de-22f5fb85f41b","tenant_id":"","created_at":"2019-01-20T11:45:24Z","binding:vnic_type":"normal","device_id":"f06787cc-6a70-4ab7-9d93-eb0b74a83895"}]} 2019-01-20 11:45:26,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=f06787cc-6a70-4ab7-9d93-eb0b74a83895 used request id req-f747cdc7-2976-4751-a93e-5ff561c56d70 2019-01-20 11:45:26,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:26,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-201d189a-009f-4dc2-b434-1ced7d6a77c2 Date: Sun, 20 Jan 2019 11:45:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 11:45:26,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-201d189a-009f-4dc2-b434-1ced7d6a77c2 2019-01-20 11:45:26,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:26,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0b660c15-3dd3-4dba-af58-47b14afc7a0f Date: Sun, 20 Jan 2019 11:45:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"87f75912-bf8f-4aae-93de-22f5fb85f41b","tenant_id":"","created_at":"2019-01-20T11:45:21Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:21Z","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":"4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:45:26,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88 used request id req-0b660c15-3dd3-4dba-af58-47b14afc7a0f 2019-01-20 11:45:26,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:26,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f9da5b0c-8649-4a43-aec4-bb2e1e61639b Date: Sun, 20 Jan 2019 11:45:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"87f75912-bf8f-4aae-93de-22f5fb85f41b","tenant_id":"","created_at":"2019-01-20T11:45:21Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:21Z","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":"4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:45:26,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88 used request id req-f9da5b0c-8649-4a43-aec4-bb2e1e61639b 2019-01-20 11:45:26,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:27,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2b236d77-f38a-49e6-b8c4-9bc05b5c1326 Date: Sun, 20 Jan 2019 11:45:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"87f75912-bf8f-4aae-93de-22f5fb85f41b","tenant_id":"","created_at":"2019-01-20T11:45:21Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:21Z","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":"4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:45:27,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/4cf24e6a-b312-4a87-8bcc-ad50ecf6cb88 used request id req-2b236d77-f38a-49e6-b8c4-9bc05b5c1326 2019-01-20 11:45:27,074 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-subnet 2019-01-20 11:45:27,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/27444c42-7a56-4125-a5a9-93e38bfbd366 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:29,233 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a3113fff-0401-43cb-add6-c9373e1a7e20 Date: Sun, 20 Jan 2019 11:45:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:45:29,233 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/27444c42-7a56-4125-a5a9-93e38bfbd366 used request id req-a3113fff-0401-43cb-add6-c9373e1a7e20 2019-01-20 11:45:29,233 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-router 2019-01-20 11:45:29,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/f06787cc-6a70-4ab7-9d93-eb0b74a83895/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" -d '{"subnet_id": "27444c42-7a56-4125-a5a9-93e38bfbd366"}' 2019-01-20 11:45:29,593 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-a1cbf0b6-3bfd-409a-868e-b6234678c06f Date: Sun, 20 Jan 2019 11:45:29 GMT RESP BODY: {"NeutronError": {"message": "Subnet 27444c42-7a56-4125-a5a9-93e38bfbd366 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2019-01-20 11:45:29,593 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/f06787cc-6a70-4ab7-9d93-eb0b74a83895/add_router_interface used request id req-a1cbf0b6-3bfd-409a-868e-b6234678c06f 2019-01-20 11:45:29,593 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 27444c42-7a56-4125-a5a9-93e38bfbd366 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2019-01-20 11:45:29,594 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-router 2019-01-20 11:45:29,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/f06787cc-6a70-4ab7-9d93-eb0b74a83895 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:32,941 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2ee0b22a-d23d-419b-8f9b-2bd66cc6aa9d Content-Length: 0 Date: Sun, 20 Jan 2019 11:45:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:45:32,941 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/f06787cc-6a70-4ab7-9d93-eb0b74a83895 used request id req-2ee0b22a-d23d-419b-8f9b-2bd66cc6aa9d 2019-01-20 11:45:32,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:33,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3a8b3933-08e8-4e3c-a3e1-6f26714c0563 Date: Sun, 20 Jan 2019 11:45:33 GMT RESP BODY: {"routers": []} 2019-01-20 11:45:33,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-router used request id req-3a8b3933-08e8-4e3c-a3e1-6f26714c0563 2019-01-20 11:45:33,142 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-subnet 2019-01-20 11:45:33,143 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-subnet 2019-01-20 11:45:33,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/27444c42-7a56-4125-a5a9-93e38bfbd366 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:33,477 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-e2c6f2c5-dd56-4018-99b7-d8b25a385bec Date: Sun, 20 Jan 2019 11:45:33 GMT RESP BODY: {"NeutronError": {"message": "Subnet 27444c42-7a56-4125-a5a9-93e38bfbd366 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2019-01-20 11:45:33,478 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/27444c42-7a56-4125-a5a9-93e38bfbd366 used request id req-e2c6f2c5-dd56-4018-99b7-d8b25a385bec 2019-01-20 11:45:33,478 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 27444c42-7a56-4125-a5a9-93e38bfbd366 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2019-01-20 11:45:33,478 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-7e3aeca3-6ece-4c11-a34c-6e1779668be4-pub-net 2019-01-20 11:45:33,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/fc780489-ed15-4566-9cc3-794a92393d2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b362105c68dc747cb8cdf18edd3a5c96c61db" 2019-01-20 11:45:34,292 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-397a1a40-9ec5-459e-838d-846455ee737e Date: Sun, 20 Jan 2019 11:45:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:45:34,292 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/fc780489-ed15-4566-9cc3-794a92393d2a used request id req-397a1a40-9ec5-459e-838d-846455ee737e 2019-01-20 11:45:34,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:45:34,677 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:45:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["d8hP4BLOSRayQ1Ung04fgQ"], "issued_at": "2019-01-20T11:45:34.000000Z"}} 2019-01-20 11:45:34,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3e2a8bcf3f79ab2e226c8a76655ce01506689e7" 2019-01-20 11:45:34,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c3803d0-85d0-4f7f-9108-d85eeba30156 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:45:34,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6c3803d0-85d0-4f7f-9108-d85eeba30156 2019-01-20 11:45:34,757 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ca30081c-95c8-48b5-b8a2-9b5590622361-pub-net 2019-01-20 11:45:34,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3e2a8bcf3f79ab2e226c8a76655ce01506689e7" -d '{"network": {"name": "NeutronUtilsRouterTests-ca30081c-95c8-48b5-b8a2-9b5590622361-pub-net", "admin_state_up": true}}' 2019-01-20 11:45:35,154 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-d92a3d81-0f43-4122-a302-de9540d15538 Date: Sun, 20 Jan 2019 11:45: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":"524e77bb-22db-4c86-9de3-0814d3117e7c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:45:35Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-ca30081c-95c8-48b5-b8a2-9b5590622361-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:34Z","mtu":1450}} 2019-01-20 11:45:35,155 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-d92a3d81-0f43-4122-a302-de9540d15538 2019-01-20 11:45:35,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=524e77bb-22db-4c86-9de3-0814d3117e7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3e2a8bcf3f79ab2e226c8a76655ce01506689e7" 2019-01-20 11:45:35,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-854e3c46-c7dd-45bb-be6c-bf4bea82487e Date: Sun, 20 Jan 2019 11:45:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"524e77bb-22db-4c86-9de3-0814d3117e7c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:45:35Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ca30081c-95c8-48b5-b8a2-9b5590622361-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:34Z","provider:network_type":"vxlan"}]} 2019-01-20 11:45:35,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=524e77bb-22db-4c86-9de3-0814d3117e7c used request id req-854e3c46-c7dd-45bb-be6c-bf4bea82487e 2019-01-20 11:45:35,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=524e77bb-22db-4c86-9de3-0814d3117e7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3e2a8bcf3f79ab2e226c8a76655ce01506689e7" 2019-01-20 11:45:35,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-95b3e49c-0ae1-4424-9026-2eb48354fd47 Date: Sun, 20 Jan 2019 11:45:35 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:45:35,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=524e77bb-22db-4c86-9de3-0814d3117e7c used request id req-95b3e49c-0ae1-4424-9026-2eb48354fd47 2019-01-20 11:45:35,592 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ca30081c-95c8-48b5-b8a2-9b5590622361-pub-subnet 2019-01-20 11:45:35,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3e2a8bcf3f79ab2e226c8a76655ce01506689e7" -d '{"subnets": [{"ip_version": 4, "network_id": "524e77bb-22db-4c86-9de3-0814d3117e7c", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-ca30081c-95c8-48b5-b8a2-9b5590622361-pub-subnet"}]}' 2019-01-20 11:45:36,082 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d0d9e184-49cc-4f8e-bbcb-4f5fe1d4d02e Date: Sun, 20 Jan 2019 11:45:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"524e77bb-22db-4c86-9de3-0814d3117e7c","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:35Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:35Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"7245d7f3-a40e-481c-bc0f-de3348bc35fc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ca30081c-95c8-48b5-b8a2-9b5590622361-pub-subnet"}]} 2019-01-20 11:45:36,083 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-d0d9e184-49cc-4f8e-bbcb-4f5fe1d4d02e 2019-01-20 11:45:36,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=524e77bb-22db-4c86-9de3-0814d3117e7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3e2a8bcf3f79ab2e226c8a76655ce01506689e7" 2019-01-20 11:45:36,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b8d03e81-bddb-4c7d-9b99-410bda1af113 Date: Sun, 20 Jan 2019 11:45:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"524e77bb-22db-4c86-9de3-0814d3117e7c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["7245d7f3-a40e-481c-bc0f-de3348bc35fc"],"description":"","tags":[],"updated_at":"2019-01-20T11:45:35Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ca30081c-95c8-48b5-b8a2-9b5590622361-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:34Z","provider:network_type":"vxlan"}]} 2019-01-20 11:45:36,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=524e77bb-22db-4c86-9de3-0814d3117e7c used request id req-b8d03e81-bddb-4c7d-9b99-410bda1af113 2019-01-20 11:45:36,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=524e77bb-22db-4c86-9de3-0814d3117e7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3e2a8bcf3f79ab2e226c8a76655ce01506689e7" 2019-01-20 11:45:36,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c65a57a2-fcea-4066-ada1-3314f0d88437 Date: Sun, 20 Jan 2019 11:45:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"524e77bb-22db-4c86-9de3-0814d3117e7c","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:35Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"7245d7f3-a40e-481c-bc0f-de3348bc35fc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ca30081c-95c8-48b5-b8a2-9b5590622361-pub-subnet"}]} 2019-01-20 11:45:36,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=524e77bb-22db-4c86-9de3-0814d3117e7c used request id req-c65a57a2-fcea-4066-ada1-3314f0d88437 2019-01-20 11:45:36,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-ca30081c-95c8-48b5-b8a2-9b5590622361-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3e2a8bcf3f79ab2e226c8a76655ce01506689e7" 2019-01-20 11:45:36,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-84e99a7b-4854-4369-8db4-3c0f8f8b7933 Date: Sun, 20 Jan 2019 11:45:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"524e77bb-22db-4c86-9de3-0814d3117e7c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":28,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["7245d7f3-a40e-481c-bc0f-de3348bc35fc"],"description":"","tags":[],"updated_at":"2019-01-20T11:45:35Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ca30081c-95c8-48b5-b8a2-9b5590622361-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:34Z","provider:network_type":"vxlan"}]} 2019-01-20 11:45:36,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-ca30081c-95c8-48b5-b8a2-9b5590622361-pub-net used request id req-84e99a7b-4854-4369-8db4-3c0f8f8b7933 2019-01-20 11:45:36,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:45:36,814 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:45: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:45:36,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3e2a8bcf3f79ab2e226c8a76655ce01506689e7" 2019-01-20 11:45:36,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:45:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da2b7f9f-7b5f-4757-8b0b-6a8877d61d7f 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:45:36,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-da2b7f9f-7b5f-4757-8b0b-6a8877d61d7f 2019-01-20 11:45:36,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=524e77bb-22db-4c86-9de3-0814d3117e7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3e2a8bcf3f79ab2e226c8a76655ce01506689e7" 2019-01-20 11:45:36,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2be6b96b-0d12-418d-98e6-83a3563972aa Date: Sun, 20 Jan 2019 11:45:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"524e77bb-22db-4c86-9de3-0814d3117e7c","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:35Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"7245d7f3-a40e-481c-bc0f-de3348bc35fc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ca30081c-95c8-48b5-b8a2-9b5590622361-pub-subnet"}]} 2019-01-20 11:45:36,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=524e77bb-22db-4c86-9de3-0814d3117e7c used request id req-2be6b96b-0d12-418d-98e6-83a3563972aa 2019-01-20 11:45:36,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=524e77bb-22db-4c86-9de3-0814d3117e7c&name=NeutronUtilsRouterTests-ca30081c-95c8-48b5-b8a2-9b5590622361-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3e2a8bcf3f79ab2e226c8a76655ce01506689e7" 2019-01-20 11:45:37,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3d24ce19-f797-47ab-967b-e35bad0b35b2 Date: Sun, 20 Jan 2019 11:45:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"524e77bb-22db-4c86-9de3-0814d3117e7c","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:35Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"7245d7f3-a40e-481c-bc0f-de3348bc35fc","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ca30081c-95c8-48b5-b8a2-9b5590622361-pub-subnet"}]} 2019-01-20 11:45:37,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=524e77bb-22db-4c86-9de3-0814d3117e7c&name=NeutronUtilsRouterTests-ca30081c-95c8-48b5-b8a2-9b5590622361-pub-subnet used request id req-3d24ce19-f797-47ab-967b-e35bad0b35b2 2019-01-20 11:45:37,007 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ca30081c-95c8-48b5-b8a2-9b5590622361-pub-subnet 2019-01-20 11:45:37,007 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ca30081c-95c8-48b5-b8a2-9b5590622361-pub-subnet 2019-01-20 11:45:37,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/7245d7f3-a40e-481c-bc0f-de3348bc35fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3e2a8bcf3f79ab2e226c8a76655ce01506689e7" 2019-01-20 11:45:38,606 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-40fe8267-99d6-4924-ba2b-b4ea6c1e840e Date: Sun, 20 Jan 2019 11:45:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:45:38,606 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/7245d7f3-a40e-481c-bc0f-de3348bc35fc used request id req-40fe8267-99d6-4924-ba2b-b4ea6c1e840e 2019-01-20 11:45:38,606 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ca30081c-95c8-48b5-b8a2-9b5590622361-pub-net 2019-01-20 11:45:38,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/524e77bb-22db-4c86-9de3-0814d3117e7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3e2a8bcf3f79ab2e226c8a76655ce01506689e7" 2019-01-20 11:45:40,088 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f1ec67ed-391d-4867-9570-3dd3a21149d0 Date: Sun, 20 Jan 2019 11:45:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:45:40,088 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/524e77bb-22db-4c86-9de3-0814d3117e7c used request id req-f1ec67ed-391d-4867-9570-3dd3a21149d0 2019-01-20 11:45:40,089 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:45:40,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:45:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["1ylsMx0lRWSY9BTMDzaZMA"], "issued_at": "2019-01-20T11:45:40.000000Z"}} 2019-01-20 11:45:40,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:40,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:45:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7727de7-f03f-48e9-a667-c7c6bef3aba4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:45:40,545 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b7727de7-f03f-48e9-a667-c7c6bef3aba4 2019-01-20 11:45:40,546 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-net 2019-01-20 11:45:40,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" -d '{"network": {"name": "NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-net", "admin_state_up": true}}' 2019-01-20 11:45:40,951 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-ee2e8154-1120-4f25-96bb-cd65804a0061 Date: Sun, 20 Jan 2019 11:45: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":"dedb55e8-1703-4857-b1f1-e9ef74c8f35d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:45:40Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:40Z","mtu":1450}} 2019-01-20 11:45:40,951 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-ee2e8154-1120-4f25-96bb-cd65804a0061 2019-01-20 11:45:40,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=dedb55e8-1703-4857-b1f1-e9ef74c8f35d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:41,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-fe9f50b3-7bc0-4500-b581-18b039117b7e Date: Sun, 20 Jan 2019 11:45:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"dedb55e8-1703-4857-b1f1-e9ef74c8f35d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:45:40Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:40Z","provider:network_type":"vxlan"}]} 2019-01-20 11:45:41,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=dedb55e8-1703-4857-b1f1-e9ef74c8f35d used request id req-fe9f50b3-7bc0-4500-b581-18b039117b7e 2019-01-20 11:45:41,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dedb55e8-1703-4857-b1f1-e9ef74c8f35d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:41,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5b27003b-20e7-4546-b730-7e40f3879570 Date: Sun, 20 Jan 2019 11:45:41 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:45:41,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dedb55e8-1703-4857-b1f1-e9ef74c8f35d used request id req-5b27003b-20e7-4546-b730-7e40f3879570 2019-01-20 11:45:41,434 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-subnet 2019-01-20 11:45:41,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" -d '{"subnets": [{"ip_version": 4, "network_id": "dedb55e8-1703-4857-b1f1-e9ef74c8f35d", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-subnet"}]}' 2019-01-20 11:45:42,077 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e3c28d8f-4b61-4280-a41a-1a9a2274ad1b Date: Sun, 20 Jan 2019 11:45:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dedb55e8-1703-4857-b1f1-e9ef74c8f35d","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:41Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45: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":"632adb60eb5b46cbaf6c905003618b09","id":"512b0bde-42e2-4b07-883b-a5c40c5856f4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-subnet"}]} 2019-01-20 11:45:42,077 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-e3c28d8f-4b61-4280-a41a-1a9a2274ad1b 2019-01-20 11:45:42,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=dedb55e8-1703-4857-b1f1-e9ef74c8f35d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:42,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7d212419-c32c-4f23-961b-984068109a4e Date: Sun, 20 Jan 2019 11:45:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dedb55e8-1703-4857-b1f1-e9ef74c8f35d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["512b0bde-42e2-4b07-883b-a5c40c5856f4"],"description":"","tags":[],"updated_at":"2019-01-20T11:45:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:40Z","provider:network_type":"vxlan"}]} 2019-01-20 11:45:42,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=dedb55e8-1703-4857-b1f1-e9ef74c8f35d used request id req-7d212419-c32c-4f23-961b-984068109a4e 2019-01-20 11:45:42,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dedb55e8-1703-4857-b1f1-e9ef74c8f35d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:42,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f21982ac-4baa-4b47-9919-249e8a467f1a Date: Sun, 20 Jan 2019 11:45:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dedb55e8-1703-4857-b1f1-e9ef74c8f35d","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:41Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45: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":"632adb60eb5b46cbaf6c905003618b09","id":"512b0bde-42e2-4b07-883b-a5c40c5856f4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-subnet"}]} 2019-01-20 11:45:42,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dedb55e8-1703-4857-b1f1-e9ef74c8f35d used request id req-f21982ac-4baa-4b47-9919-249e8a467f1a 2019-01-20 11:45:42,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:42,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-04c6eb49-5b70-4245-88ef-2f489ab1a2d6 Date: Sun, 20 Jan 2019 11:45:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dedb55e8-1703-4857-b1f1-e9ef74c8f35d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["512b0bde-42e2-4b07-883b-a5c40c5856f4"],"description":"","tags":[],"updated_at":"2019-01-20T11:45:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:40Z","provider:network_type":"vxlan"}]} 2019-01-20 11:45:42,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-net used request id req-04c6eb49-5b70-4245-88ef-2f489ab1a2d6 2019-01-20 11:45:42,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:45:42,780 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:45: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:45:42,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:42,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:45:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a787acab-403c-4c58-8fdd-a2d685a8f607 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:45:42,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-a787acab-403c-4c58-8fdd-a2d685a8f607 2019-01-20 11:45:42,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dedb55e8-1703-4857-b1f1-e9ef74c8f35d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:43,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-006e5536-6035-439b-9724-0661640c2ee5 Date: Sun, 20 Jan 2019 11:45:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dedb55e8-1703-4857-b1f1-e9ef74c8f35d","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:41Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45: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":"632adb60eb5b46cbaf6c905003618b09","id":"512b0bde-42e2-4b07-883b-a5c40c5856f4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-subnet"}]} 2019-01-20 11:45:43,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dedb55e8-1703-4857-b1f1-e9ef74c8f35d used request id req-006e5536-6035-439b-9724-0661640c2ee5 2019-01-20 11:45:43,003 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:45:43,004 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:45:43,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:45:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["GzLaM-CMQRiSg7kvrMl8ww"], "issued_at": "2019-01-20T11:45:43.000000Z"}} 2019-01-20 11:45:43,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4d66d5705b6cd871dfab6177f69de6d520b93c7" 2019-01-20 11:45:43,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:45:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10f39833-22ee-4a4f-b683-2bc505f5fc4e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:45:43,470 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-10f39833-22ee-4a4f-b683-2bc505f5fc4e 2019-01-20 11:45:43,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:43,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-a4b6a1a0-0d0d-4a21-8c2d-dbac45c7fffa Date: Sun, 20 Jan 2019 11:45:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 11:45:43,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-a4b6a1a0-0d0d-4a21-8c2d-dbac45c7fffa 2019-01-20 11:45:43,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:43,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-cece1e4a-f087-4520-b2c9-b1ccbf2e49af Date: Sun, 20 Jan 2019 11:45:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-20 11:45:43,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-cece1e4a-f087-4520-b2c9-b1ccbf2e49af 2019-01-20 11:45:43,796 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-router 2019-01-20 11:45:43,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-router", "admin_state_up": true}}' 2019-01-20 11:45:48,624 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-651c9146-5e4d-4d2b-aa8b-af686e638f3e Date: Sun, 20 Jan 2019 11:45:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:45:44Z", "admin_state_up": true, "updated_at": "2019-01-20T11:45:45Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "ca6358a1-9027-4526-ade4-28609700d0c4", "name": "NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-router"}} 2019-01-20 11:45:48,625 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-651c9146-5e4d-4d2b-aa8b-af686e638f3e 2019-01-20 11:45:48,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=ca6358a1-9027-4526-ade4-28609700d0c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:48,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3249 X-Openstack-Request-Id: req-8133716a-3340-4cfd-bf8e-b712e17584cf Date: Sun, 20 Jan 2019 11:45:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:48Z","device_owner":"network:router_gateway","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.206"}],"id":"0299c00f-e112-4d2d-8bad-6d66bf60ac13","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:30:c2:49","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":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"","created_at":"2019-01-20T11:45:44Z","binding:vnic_type":"normal","device_id":"ca6358a1-9027-4526-ade4-28609700d0c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:45Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2d408684-d659-440a-a051-f3cd5fecdd77","ip_address":"169.254.192.9"}],"id":"84cc30fc-919e-469f-8a09-9ed4e378c43f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9c:42:ac","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"b5c53792-d115-482b-8c96-6845536f0a7d","tenant_id":"","created_at":"2019-01-20T11:45:45Z","binding:vnic_type":"normal","device_id":"ca6358a1-9027-4526-ade4-28609700d0c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:46Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2d408684-d659-440a-a051-f3cd5fecdd77","ip_address":"169.254.192.2"}],"id":"9466b647-f79e-4186-9325-1dad68234c1e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:91:19:91","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"b5c53792-d115-482b-8c96-6845536f0a7d","tenant_id":"","created_at":"2019-01-20T11:45:46Z","binding:vnic_type":"normal","device_id":"ca6358a1-9027-4526-ade4-28609700d0c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:47Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2d408684-d659-440a-a051-f3cd5fecdd77","ip_address":"169.254.192.11"}],"id":"b33a85c3-1820-4ac7-aa89-db3fd9e08e34","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2a:5c:88","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"b5c53792-d115-482b-8c96-6845536f0a7d","tenant_id":"","created_at":"2019-01-20T11:45:47Z","binding:vnic_type":"normal","device_id":"ca6358a1-9027-4526-ade4-28609700d0c4"}]} 2019-01-20 11:45:48,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=ca6358a1-9027-4526-ade4-28609700d0c4 used request id req-8133716a-3340-4cfd-bf8e-b712e17584cf 2019-01-20 11:45:48,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:49,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-876c944a-5f41-4303-8c27-8a3a91d0c1d6 Date: Sun, 20 Jan 2019 11:45:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 11:45:49,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-876c944a-5f41-4303-8c27-8a3a91d0c1d6 2019-01-20 11:45:49,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/2d408684-d659-440a-a051-f3cd5fecdd77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:49,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-dab5c2a4-172e-4fde-89a8-b93514fb858b Date: Sun, 20 Jan 2019 11:45:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b5c53792-d115-482b-8c96-6845536f0a7d","tenant_id":"","created_at":"2019-01-20T11:45:44Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:44Z","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":"2d408684-d659-440a-a051-f3cd5fecdd77","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:45:49,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/2d408684-d659-440a-a051-f3cd5fecdd77 used request id req-dab5c2a4-172e-4fde-89a8-b93514fb858b 2019-01-20 11:45:49,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/2d408684-d659-440a-a051-f3cd5fecdd77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:49,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-78519a10-4a06-4f9d-9990-6e451e123c50 Date: Sun, 20 Jan 2019 11:45:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b5c53792-d115-482b-8c96-6845536f0a7d","tenant_id":"","created_at":"2019-01-20T11:45:44Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:44Z","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":"2d408684-d659-440a-a051-f3cd5fecdd77","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:45:49,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/2d408684-d659-440a-a051-f3cd5fecdd77 used request id req-78519a10-4a06-4f9d-9990-6e451e123c50 2019-01-20 11:45:49,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/2d408684-d659-440a-a051-f3cd5fecdd77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:49,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-751e36b4-2985-4838-ac11-ea3d539130e4 Date: Sun, 20 Jan 2019 11:45:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b5c53792-d115-482b-8c96-6845536f0a7d","tenant_id":"","created_at":"2019-01-20T11:45:44Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:44Z","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":"2d408684-d659-440a-a051-f3cd5fecdd77","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:45:49,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/2d408684-d659-440a-a051-f3cd5fecdd77 used request id req-751e36b4-2985-4838-ac11-ea3d539130e4 2019-01-20 11:45:49,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:49,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-20beb648-a74c-41f9-b6d5-ac81f91f155b Date: Sun, 20 Jan 2019 11:45:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:45:44Z", "admin_state_up": true, "updated_at": "2019-01-20T11:45:47Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "ca6358a1-9027-4526-ade4-28609700d0c4", "name": "NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-router"}]} 2019-01-20 11:45:49,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-router used request id req-20beb648-a74c-41f9-b6d5-ac81f91f155b 2019-01-20 11:45:49,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:50,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:45:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33d3f509-7c2e-494d-978d-a3b038508aa0 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:45:50,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-33d3f509-7c2e-494d-978d-a3b038508aa0 2019-01-20 11:45:50,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=ca6358a1-9027-4526-ade4-28609700d0c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:50,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3442 X-Openstack-Request-Id: req-2ccfec34-d9b7-44ed-941b-4e1765856fef Date: Sun, 20 Jan 2019 11:45:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:50Z","device_owner":"network:router_gateway","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.206"}],"id":"0299c00f-e112-4d2d-8bad-6d66bf60ac13","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:c2:49","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":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"","created_at":"2019-01-20T11:45:44Z","binding:vnic_type":"normal","device_id":"ca6358a1-9027-4526-ade4-28609700d0c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:49Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2d408684-d659-440a-a051-f3cd5fecdd77","ip_address":"169.254.192.9"}],"id":"84cc30fc-919e-469f-8a09-9ed4e378c43f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:42:ac","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"b5c53792-d115-482b-8c96-6845536f0a7d","tenant_id":"","created_at":"2019-01-20T11:45:45Z","binding:vnic_type":"normal","device_id":"ca6358a1-9027-4526-ade4-28609700d0c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:46Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2d408684-d659-440a-a051-f3cd5fecdd77","ip_address":"169.254.192.2"}],"id":"9466b647-f79e-4186-9325-1dad68234c1e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:91:19:91","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"b5c53792-d115-482b-8c96-6845536f0a7d","tenant_id":"","created_at":"2019-01-20T11:45:46Z","binding:vnic_type":"normal","device_id":"ca6358a1-9027-4526-ade4-28609700d0c4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:45:50Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2d408684-d659-440a-a051-f3cd5fecdd77","ip_address":"169.254.192.11"}],"id":"b33a85c3-1820-4ac7-aa89-db3fd9e08e34","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2a:5c:88","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"b5c53792-d115-482b-8c96-6845536f0a7d","tenant_id":"","created_at":"2019-01-20T11:45:47Z","binding:vnic_type":"normal","device_id":"ca6358a1-9027-4526-ade4-28609700d0c4"}]} 2019-01-20 11:45:50,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=ca6358a1-9027-4526-ade4-28609700d0c4 used request id req-2ccfec34-d9b7-44ed-941b-4e1765856fef 2019-01-20 11:45:50,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:50,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d477614d-7fb6-44b6-8818-649da8536fc8 Date: Sun, 20 Jan 2019 11:45:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 11:45:50,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-d477614d-7fb6-44b6-8818-649da8536fc8 2019-01-20 11:45:50,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/2d408684-d659-440a-a051-f3cd5fecdd77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:50,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2647b00c-4fd1-47f1-bcab-3fe9d305bb31 Date: Sun, 20 Jan 2019 11:45:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b5c53792-d115-482b-8c96-6845536f0a7d","tenant_id":"","created_at":"2019-01-20T11:45:44Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:44Z","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":"2d408684-d659-440a-a051-f3cd5fecdd77","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:45:50,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/2d408684-d659-440a-a051-f3cd5fecdd77 used request id req-2647b00c-4fd1-47f1-bcab-3fe9d305bb31 2019-01-20 11:45:50,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/2d408684-d659-440a-a051-f3cd5fecdd77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:50,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c6e6fe2f-a110-4fa9-9c58-f184e976eeca Date: Sun, 20 Jan 2019 11:45:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b5c53792-d115-482b-8c96-6845536f0a7d","tenant_id":"","created_at":"2019-01-20T11:45:44Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:44Z","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":"2d408684-d659-440a-a051-f3cd5fecdd77","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:45:50,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/2d408684-d659-440a-a051-f3cd5fecdd77 used request id req-c6e6fe2f-a110-4fa9-9c58-f184e976eeca 2019-01-20 11:45:50,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/2d408684-d659-440a-a051-f3cd5fecdd77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:50,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-89500d55-3c4d-43e2-9246-7b7c9cb47daa Date: Sun, 20 Jan 2019 11:45:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b5c53792-d115-482b-8c96-6845536f0a7d","tenant_id":"","created_at":"2019-01-20T11:45:44Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:44Z","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":"2d408684-d659-440a-a051-f3cd5fecdd77","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:45:50,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/2d408684-d659-440a-a051-f3cd5fecdd77 used request id req-89500d55-3c4d-43e2-9246-7b7c9cb47daa 2019-01-20 11:45:50,477 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-router 2019-01-20 11:45:50,477 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-router 2019-01-20 11:45:50,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/ca6358a1-9027-4526-ade4-28609700d0c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:53,724 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a553397e-93b3-49e4-b3f6-79450bce0e4a Content-Length: 0 Date: Sun, 20 Jan 2019 11:45:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:45:53,725 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/ca6358a1-9027-4526-ade4-28609700d0c4 used request id req-a553397e-93b3-49e4-b3f6-79450bce0e4a 2019-01-20 11:45:53,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:53,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-87404d59-b434-47aa-ad15-84ace6cb1dbf Date: Sun, 20 Jan 2019 11:45:53 GMT RESP BODY: {"routers": []} 2019-01-20 11:45:53,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-router used request id req-87404d59-b434-47aa-ad15-84ace6cb1dbf 2019-01-20 11:45:53,786 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-subnet 2019-01-20 11:45:53,786 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-subnet 2019-01-20 11:45:53,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/512b0bde-42e2-4b07-883b-a5c40c5856f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:56,004 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-637617ac-8893-4c29-8b5d-ba05337a3e03 Date: Sun, 20 Jan 2019 11:45:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:45:56,005 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/512b0bde-42e2-4b07-883b-a5c40c5856f4 used request id req-637617ac-8893-4c29-8b5d-ba05337a3e03 2019-01-20 11:45:56,005 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-a06071fb-e349-447b-ba5a-4116df2df9bf-pub-net 2019-01-20 11:45:56,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/dedb55e8-1703-4857-b1f1-e9ef74c8f35d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94c5b3baee64e9a3ecf44f71491ef7f199aa70b" 2019-01-20 11:45:57,124 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ac07980e-2b2f-4727-b256-161210cac712 Date: Sun, 20 Jan 2019 11:45:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:45:57,125 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/dedb55e8-1703-4857-b1f1-e9ef74c8f35d used request id req-ac07980e-2b2f-4727-b256-161210cac712 2019-01-20 11:45:57,126 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:45:57,509 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:45:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["pY1ZU00ETZ-L1NNVXUJLcg"], "issued_at": "2019-01-20T11:45:57.000000Z"}} 2019-01-20 11:45:57,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" 2019-01-20 11:45:57,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:45:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fd4f718-d075-4ba1-8da2-e902bc11b5fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:45:57,598 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0fd4f718-d075-4ba1-8da2-e902bc11b5fb 2019-01-20 11:45:57,599 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-net 2019-01-20 11:45:57,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" -d '{"network": {"name": "NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-net", "admin_state_up": true}}' 2019-01-20 11:45:58,029 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-2c322edb-61d8-40f6-8c95-a4dd7c4cbab0 Date: Sun, 20 Jan 2019 11:45: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":"d83e9aed-52d4-43a5-920b-b337a340356f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:45:57Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:57Z","mtu":1450}} 2019-01-20 11:45:58,029 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-2c322edb-61d8-40f6-8c95-a4dd7c4cbab0 2019-01-20 11:45:58,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=d83e9aed-52d4-43a5-920b-b337a340356f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" 2019-01-20 11:45:58,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-6335bc0e-6c62-4423-ae17-3f9f9654cb9f Date: Sun, 20 Jan 2019 11:45:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d83e9aed-52d4-43a5-920b-b337a340356f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:45:57Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:57Z","provider:network_type":"vxlan"}]} 2019-01-20 11:45:58,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=d83e9aed-52d4-43a5-920b-b337a340356f used request id req-6335bc0e-6c62-4423-ae17-3f9f9654cb9f 2019-01-20 11:45:58,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d83e9aed-52d4-43a5-920b-b337a340356f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" 2019-01-20 11:45:58,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f9679861-b978-4597-9897-3c136012960b Date: Sun, 20 Jan 2019 11:45:58 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:45:58,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d83e9aed-52d4-43a5-920b-b337a340356f used request id req-f9679861-b978-4597-9897-3c136012960b 2019-01-20 11:45:58,483 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-subnet 2019-01-20 11:45:58,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" -d '{"subnets": [{"ip_version": 4, "network_id": "d83e9aed-52d4-43a5-920b-b337a340356f", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-subnet"}]}' 2019-01-20 11:45:59,137 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-590cc1fe-5221-41b5-8014-697e3e7882ee Date: Sun, 20 Jan 2019 11:45:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d83e9aed-52d4-43a5-920b-b337a340356f","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:58Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:58Z","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":"632adb60eb5b46cbaf6c905003618b09","id":"eafee5bc-9664-400c-8b7b-b39b42088da0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-subnet"}]} 2019-01-20 11:45:59,137 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-590cc1fe-5221-41b5-8014-697e3e7882ee 2019-01-20 11:45:59,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=d83e9aed-52d4-43a5-920b-b337a340356f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" 2019-01-20 11:45:59,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7f58b9b1-e14c-4cbc-9416-8fe91da561db Date: Sun, 20 Jan 2019 11:45:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d83e9aed-52d4-43a5-920b-b337a340356f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["eafee5bc-9664-400c-8b7b-b39b42088da0"],"description":"","tags":[],"updated_at":"2019-01-20T11:45:58Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:57Z","provider:network_type":"vxlan"}]} 2019-01-20 11:45:59,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=d83e9aed-52d4-43a5-920b-b337a340356f used request id req-7f58b9b1-e14c-4cbc-9416-8fe91da561db 2019-01-20 11:45:59,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d83e9aed-52d4-43a5-920b-b337a340356f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" 2019-01-20 11:45:59,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-17497a37-7d18-4205-b8a9-ba49b769938a Date: Sun, 20 Jan 2019 11:45:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d83e9aed-52d4-43a5-920b-b337a340356f","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:58Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"eafee5bc-9664-400c-8b7b-b39b42088da0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-subnet"}]} 2019-01-20 11:45:59,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d83e9aed-52d4-43a5-920b-b337a340356f used request id req-17497a37-7d18-4205-b8a9-ba49b769938a 2019-01-20 11:45:59,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" 2019-01-20 11:45:59,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ace5ab77-82e5-431c-b058-d507ec970872 Date: Sun, 20 Jan 2019 11:45:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d83e9aed-52d4-43a5-920b-b337a340356f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["eafee5bc-9664-400c-8b7b-b39b42088da0"],"description":"","tags":[],"updated_at":"2019-01-20T11:45:58Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:57Z","provider:network_type":"vxlan"}]} 2019-01-20 11:45:59,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-net used request id req-ace5ab77-82e5-431c-b058-d507ec970872 2019-01-20 11:45:59,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:45:59,681 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:45: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:45:59,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" 2019-01-20 11:45:59,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:45:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98724c0c-e915-432c-a20d-ad51463c5596 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:45:59,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-98724c0c-e915-432c-a20d-ad51463c5596 2019-01-20 11:45:59,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d83e9aed-52d4-43a5-920b-b337a340356f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" 2019-01-20 11:45:59,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-468c6a78-5fc7-4522-b657-fa1f770cf9db Date: Sun, 20 Jan 2019 11:45:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d83e9aed-52d4-43a5-920b-b337a340356f","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:58Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"eafee5bc-9664-400c-8b7b-b39b42088da0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-subnet"}]} 2019-01-20 11:45:59,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d83e9aed-52d4-43a5-920b-b337a340356f used request id req-468c6a78-5fc7-4522-b657-fa1f770cf9db 2019-01-20 11:45:59,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d83e9aed-52d4-43a5-920b-b337a340356f&name=NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" 2019-01-20 11:46:00,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-23900fea-8f81-4e49-86c3-f88016269099 Date: Sun, 20 Jan 2019 11:46:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d83e9aed-52d4-43a5-920b-b337a340356f","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:58Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"eafee5bc-9664-400c-8b7b-b39b42088da0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-subnet"}]} 2019-01-20 11:46:00,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d83e9aed-52d4-43a5-920b-b337a340356f&name=NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-subnet used request id req-23900fea-8f81-4e49-86c3-f88016269099 2019-01-20 11:46:00,197 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:46:00,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:46:00,579 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:46:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["nWYamqCkRHuqtEl8ZxdwwQ"], "issued_at": "2019-01-20T11:46:00.000000Z"}} 2019-01-20 11:46:00,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a813ba4b9d58cc2a46f423621a54d5195087c017" 2019-01-20 11:46:00,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02d7617b-f800-45d0-846d-687fd44902f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:46:00,657 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-02d7617b-f800-45d0-846d-687fd44902f6 2019-01-20 11:46:00,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" 2019-01-20 11:46:00,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-03b8102d-98dc-43a4-b237-e3a3f6c983d7 Date: Sun, 20 Jan 2019 11:46:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d83e9aed-52d4-43a5-920b-b337a340356f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["eafee5bc-9664-400c-8b7b-b39b42088da0"],"description":"","tags":[],"updated_at":"2019-01-20T11:45:58Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:57Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:00,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-net used request id req-03b8102d-98dc-43a4-b237-e3a3f6c983d7 2019-01-20 11:46:00,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d83e9aed-52d4-43a5-920b-b337a340356f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" 2019-01-20 11:46:01,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-29cc0642-7529-4d87-af57-f98423fca8f2 Date: Sun, 20 Jan 2019 11:46:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d83e9aed-52d4-43a5-920b-b337a340356f","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:58Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"eafee5bc-9664-400c-8b7b-b39b42088da0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-subnet"}]} 2019-01-20 11:46:01,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d83e9aed-52d4-43a5-920b-b337a340356f used request id req-29cc0642-7529-4d87-af57-f98423fca8f2 2019-01-20 11:46:01,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" 2019-01-20 11:46:01,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7658c9f5-7d1f-4c76-a9b1-35a279119fe9 Date: Sun, 20 Jan 2019 11:46:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d83e9aed-52d4-43a5-920b-b337a340356f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["eafee5bc-9664-400c-8b7b-b39b42088da0"],"description":"","tags":[],"updated_at":"2019-01-20T11:45:58Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:57Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:01,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-net used request id req-7658c9f5-7d1f-4c76-a9b1-35a279119fe9 2019-01-20 11:46:01,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:46:01,213 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:46: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:46:01,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a813ba4b9d58cc2a46f423621a54d5195087c017" 2019-01-20 11:46:01,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e96be13-ebc3-4a3e-b2fa-741445ddc768 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:46:01,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-0e96be13-ebc3-4a3e-b2fa-741445ddc768 2019-01-20 11:46:01,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d83e9aed-52d4-43a5-920b-b337a340356f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" 2019-01-20 11:46:01,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1ab0c93e-3b61-48cf-8b3e-381f402bb126 Date: Sun, 20 Jan 2019 11:46:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d83e9aed-52d4-43a5-920b-b337a340356f","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:58Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"eafee5bc-9664-400c-8b7b-b39b42088da0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-subnet"}]} 2019-01-20 11:46:01,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d83e9aed-52d4-43a5-920b-b337a340356f used request id req-1ab0c93e-3b61-48cf-8b3e-381f402bb126 2019-01-20 11:46:01,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d83e9aed-52d4-43a5-920b-b337a340356f&name=NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" 2019-01-20 11:46:01,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-99c84e3d-7b28-42b8-9ded-6609c6e08993 Date: Sun, 20 Jan 2019 11:46:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d83e9aed-52d4-43a5-920b-b337a340356f","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:58Z","dns_nameservers":[],"updated_at":"2019-01-20T11:45:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"eafee5bc-9664-400c-8b7b-b39b42088da0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-subnet"}]} 2019-01-20 11:46:01,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d83e9aed-52d4-43a5-920b-b337a340356f&name=NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-subnet used request id req-99c84e3d-7b28-42b8-9ded-6609c6e08993 2019-01-20 11:46:01,841 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-net 2019-01-20 11:46:01,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" -d '{"port": {"network_id": "d83e9aed-52d4-43a5-920b-b337a340356f", "fixed_ips": [{"subnet_id": "eafee5bc-9664-400c-8b7b-b39b42088da0", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-port", "admin_state_up": true}}' 2019-01-20 11:46:02,867 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-055443a4-9860-46ed-a469-55ae846e9756 Date: Sun, 20 Jan 2019 11:46:02 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:46:02Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eafee5bc-9664-400c-8b7b-b39b42088da0","ip_address":"10.55.1.100"}],"id":"f638f66c-0e36-4083-a085-c1bbaedc4ce0","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f0:7c:08","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-port","project_id":"632adb60eb5b46cbaf6c905003618b09","qos_policy_id":null,"admin_state_up":true,"network_id":"d83e9aed-52d4-43a5-920b-b337a340356f","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:02Z","binding:vnic_type":"normal"}} 2019-01-20 11:46:02,867 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-055443a4-9860-46ed-a469-55ae846e9756 2019-01-20 11:46:02,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" 2019-01-20 11:46:02,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3730 X-Openstack-Request-Id: req-473d9fec-7005-4c1b-a4e4-b5c15b07cca0 Date: Sun, 20 Jan 2019 11:46:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:46:01Z","device_owner":"network:dhcp","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eafee5bc-9664-400c-8b7b-b39b42088da0","ip_address":"10.55.1.4"}],"id":"91e258f6-ecb5-4b60-91c7-f73bd44a2c44","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3c:2e:9e","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d83e9aed-52d4-43a5-920b-b337a340356f","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d83e9aed-52d4-43a5-920b-b337a340356f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:46:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eafee5bc-9664-400c-8b7b-b39b42088da0","ip_address":"10.55.1.3"}],"id":"b7d52130-dd86-4e97-b912-52d9cea1cb75","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:8c:e0","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d83e9aed-52d4-43a5-920b-b337a340356f","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d83e9aed-52d4-43a5-920b-b337a340356f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:46:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eafee5bc-9664-400c-8b7b-b39b42088da0","ip_address":"10.55.1.2"}],"id":"d15ec0e5-b664-45f3-bcc3-86010982df84","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6f:8f:f7","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d83e9aed-52d4-43a5-920b-b337a340356f","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:45:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d83e9aed-52d4-43a5-920b-b337a340356f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:46:02Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eafee5bc-9664-400c-8b7b-b39b42088da0","ip_address":"10.55.1.100"}],"id":"f638f66c-0e36-4083-a085-c1bbaedc4ce0","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f0:7c:08","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-port","admin_state_up":true,"network_id":"d83e9aed-52d4-43a5-920b-b337a340356f","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:02Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 11:46:02,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports used request id req-473d9fec-7005-4c1b-a4e4-b5c15b07cca0 2019-01-20 11:46:02,932 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-port 2019-01-20 11:46:02,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/f638f66c-0e36-4083-a085-c1bbaedc4ce0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" 2019-01-20 11:46:03,378 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-50b2a669-e311-4e94-96d0-e1da5641523a Date: Sun, 20 Jan 2019 11:46:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:46:03,379 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/f638f66c-0e36-4083-a085-c1bbaedc4ce0 used request id req-50b2a669-e311-4e94-96d0-e1da5641523a 2019-01-20 11:46:03,379 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-subnet 2019-01-20 11:46:03,379 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-subnet 2019-01-20 11:46:03,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/eafee5bc-9664-400c-8b7b-b39b42088da0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" 2019-01-20 11:46:05,466 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b255a3cf-9439-4dc7-8f00-506f986b1aed Date: Sun, 20 Jan 2019 11:46:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:46:05,466 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/eafee5bc-9664-400c-8b7b-b39b42088da0 used request id req-b255a3cf-9439-4dc7-8f00-506f986b1aed 2019-01-20 11:46:05,467 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-9a56d1d5-c6e7-4721-b752-62af9946c78f-pub-net 2019-01-20 11:46:05,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/d83e9aed-52d4-43a5-920b-b337a340356f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06caff47c7c5bbb1f8a505dcf01bf5e019003aaf" 2019-01-20 11:46:06,693 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f4c0f99b-a3f4-43da-bbfb-05ac862c9cda Date: Sun, 20 Jan 2019 11:46:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:46:06,693 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/d83e9aed-52d4-43a5-920b-b337a340356f used request id req-f4c0f99b-a3f4-43da-bbfb-05ac862c9cda 2019-01-20 11:46:06,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:46:07,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:46:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["_qD4Q4YeQrO9bVpwQwiYTw"], "issued_at": "2019-01-20T11:46:07.000000Z"}} 2019-01-20 11:46:07,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" 2019-01-20 11:46:07,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d72ac22-343e-4f04-b970-a547a16f078f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:46:07,153 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9d72ac22-343e-4f04-b970-a547a16f078f 2019-01-20 11:46:07,155 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-net 2019-01-20 11:46:07,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" -d '{"network": {"name": "NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-net", "admin_state_up": true}}' 2019-01-20 11:46:07,543 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-8c9e3e4d-b625-4623-8d78-7fbfb88e8c78 Date: Sun, 20 Jan 2019 11:46:07 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7d773d18-3ff1-4455-9b67-7e35f95662e1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:46:07Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:07Z","mtu":1450}} 2019-01-20 11:46:07,544 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-8c9e3e4d-b625-4623-8d78-7fbfb88e8c78 2019-01-20 11:46:07,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=7d773d18-3ff1-4455-9b67-7e35f95662e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" 2019-01-20 11:46:07,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-7576d4a5-9016-42a6-9853-83dd37aa0029 Date: Sun, 20 Jan 2019 11:46:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7d773d18-3ff1-4455-9b67-7e35f95662e1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:46:07Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:07Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:07,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=7d773d18-3ff1-4455-9b67-7e35f95662e1 used request id req-7576d4a5-9016-42a6-9853-83dd37aa0029 2019-01-20 11:46:07,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d773d18-3ff1-4455-9b67-7e35f95662e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" 2019-01-20 11:46:07,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-83d05854-030a-48e2-8864-ce792fc2a231 Date: Sun, 20 Jan 2019 11:46:07 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:46:07,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d773d18-3ff1-4455-9b67-7e35f95662e1 used request id req-83d05854-030a-48e2-8864-ce792fc2a231 2019-01-20 11:46:07,950 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-subnet 2019-01-20 11:46:07,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" -d '{"subnets": [{"ip_version": 4, "network_id": "7d773d18-3ff1-4455-9b67-7e35f95662e1", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-subnet"}]}' 2019-01-20 11:46:08,453 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2bde0db2-acb0-47a2-ada8-9a4fbe5d1aa0 Date: Sun, 20 Jan 2019 11:46:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d773d18-3ff1-4455-9b67-7e35f95662e1","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:08Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46: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":"632adb60eb5b46cbaf6c905003618b09","id":"5ed20b80-1a36-43ce-85b8-e13b5f092f13","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-subnet"}]} 2019-01-20 11:46:08,454 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-2bde0db2-acb0-47a2-ada8-9a4fbe5d1aa0 2019-01-20 11:46:08,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=7d773d18-3ff1-4455-9b67-7e35f95662e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" 2019-01-20 11:46:08,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4b22b924-4be9-445c-beda-45a10a33f412 Date: Sun, 20 Jan 2019 11:46:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d773d18-3ff1-4455-9b67-7e35f95662e1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["5ed20b80-1a36-43ce-85b8-e13b5f092f13"],"description":"","tags":[],"updated_at":"2019-01-20T11:46:08Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:07Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:08,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=7d773d18-3ff1-4455-9b67-7e35f95662e1 used request id req-4b22b924-4be9-445c-beda-45a10a33f412 2019-01-20 11:46:08,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d773d18-3ff1-4455-9b67-7e35f95662e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" 2019-01-20 11:46:08,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-538192e0-4948-4821-bf6c-fa95c8cd8713 Date: Sun, 20 Jan 2019 11:46:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d773d18-3ff1-4455-9b67-7e35f95662e1","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:08Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46: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":"632adb60eb5b46cbaf6c905003618b09","id":"5ed20b80-1a36-43ce-85b8-e13b5f092f13","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-subnet"}]} 2019-01-20 11:46:08,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d773d18-3ff1-4455-9b67-7e35f95662e1 used request id req-538192e0-4948-4821-bf6c-fa95c8cd8713 2019-01-20 11:46:08,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" 2019-01-20 11:46:08,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-3189a0fb-f043-4bb8-a7f4-74da8bade6b8 Date: Sun, 20 Jan 2019 11:46:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d773d18-3ff1-4455-9b67-7e35f95662e1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["5ed20b80-1a36-43ce-85b8-e13b5f092f13"],"description":"","tags":[],"updated_at":"2019-01-20T11:46:08Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:07Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:08,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-net used request id req-3189a0fb-f043-4bb8-a7f4-74da8bade6b8 2019-01-20 11:46:08,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:46:08,922 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:46: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:46:08,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" 2019-01-20 11:46:09,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd9600e9-6bb1-4143-b6dc-0c268fc54760 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:46:09,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-cd9600e9-6bb1-4143-b6dc-0c268fc54760 2019-01-20 11:46:09,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d773d18-3ff1-4455-9b67-7e35f95662e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" 2019-01-20 11:46:09,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-49a3b879-3706-46cb-b02e-c063cbfa5f02 Date: Sun, 20 Jan 2019 11:46:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d773d18-3ff1-4455-9b67-7e35f95662e1","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:08Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46: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":"632adb60eb5b46cbaf6c905003618b09","id":"5ed20b80-1a36-43ce-85b8-e13b5f092f13","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-subnet"}]} 2019-01-20 11:46:09,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d773d18-3ff1-4455-9b67-7e35f95662e1 used request id req-49a3b879-3706-46cb-b02e-c063cbfa5f02 2019-01-20 11:46:09,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d773d18-3ff1-4455-9b67-7e35f95662e1&name=NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" 2019-01-20 11:46:09,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1d2dadc1-ec9b-4128-b860-891c485642aa Date: Sun, 20 Jan 2019 11:46:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d773d18-3ff1-4455-9b67-7e35f95662e1","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:08Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46: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":"632adb60eb5b46cbaf6c905003618b09","id":"5ed20b80-1a36-43ce-85b8-e13b5f092f13","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-subnet"}]} 2019-01-20 11:46:09,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d773d18-3ff1-4455-9b67-7e35f95662e1&name=NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-subnet used request id req-1d2dadc1-ec9b-4128-b860-891c485642aa 2019-01-20 11:46:09,303 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:46:09,304 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:46:09,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:46:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["nJ-jvpwRS0yEJ7fRgbskwQ"], "issued_at": "2019-01-20T11:46:09.000000Z"}} 2019-01-20 11:46:09,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fabf805c74068479dd6ca799a551e3bc5a55a5b" 2019-01-20 11:46:09,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c93f1847-ee60-43e9-8b10-362beb1f6d20 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:46:09,765 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c93f1847-ee60-43e9-8b10-362beb1f6d20 2019-01-20 11:46:09,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" 2019-01-20 11:46:10,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f79edf71-bef5-499b-9b83-3f59674282a0 Date: Sun, 20 Jan 2019 11:46:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d773d18-3ff1-4455-9b67-7e35f95662e1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["5ed20b80-1a36-43ce-85b8-e13b5f092f13"],"description":"","tags":[],"updated_at":"2019-01-20T11:46:08Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:07Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:10,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-net used request id req-f79edf71-bef5-499b-9b83-3f59674282a0 2019-01-20 11:46:10,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d773d18-3ff1-4455-9b67-7e35f95662e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" 2019-01-20 11:46:10,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-93c0e148-4317-404a-a7a4-dc4bd3c2707a Date: Sun, 20 Jan 2019 11:46:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d773d18-3ff1-4455-9b67-7e35f95662e1","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:08Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46: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":"632adb60eb5b46cbaf6c905003618b09","id":"5ed20b80-1a36-43ce-85b8-e13b5f092f13","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-subnet"}]} 2019-01-20 11:46:10,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d773d18-3ff1-4455-9b67-7e35f95662e1 used request id req-93c0e148-4317-404a-a7a4-dc4bd3c2707a 2019-01-20 11:46:10,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" 2019-01-20 11:46:10,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f4735ed3-5d83-49a5-9b11-2f73c0488a03 Date: Sun, 20 Jan 2019 11:46:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7d773d18-3ff1-4455-9b67-7e35f95662e1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["5ed20b80-1a36-43ce-85b8-e13b5f092f13"],"description":"","tags":[],"updated_at":"2019-01-20T11:46:08Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:07Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:10,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-net used request id req-f4735ed3-5d83-49a5-9b11-2f73c0488a03 2019-01-20 11:46:10,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:46:10,356 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:46: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:46:10,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fabf805c74068479dd6ca799a551e3bc5a55a5b" 2019-01-20 11:46:10,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58db03b9-b9ff-425b-a08a-ec4aa7ba486a 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:46:10,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-58db03b9-b9ff-425b-a08a-ec4aa7ba486a 2019-01-20 11:46:10,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d773d18-3ff1-4455-9b67-7e35f95662e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" 2019-01-20 11:46:10,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f7792113-99e1-439c-a19d-7bdd2d8a9b8d Date: Sun, 20 Jan 2019 11:46:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d773d18-3ff1-4455-9b67-7e35f95662e1","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:08Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46: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":"632adb60eb5b46cbaf6c905003618b09","id":"5ed20b80-1a36-43ce-85b8-e13b5f092f13","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-subnet"}]} 2019-01-20 11:46:10,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d773d18-3ff1-4455-9b67-7e35f95662e1 used request id req-f7792113-99e1-439c-a19d-7bdd2d8a9b8d 2019-01-20 11:46:10,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d773d18-3ff1-4455-9b67-7e35f95662e1&name=NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" 2019-01-20 11:46:10,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d602d51c-8b93-4a71-b69f-806abc4a9ec3 Date: Sun, 20 Jan 2019 11:46:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d773d18-3ff1-4455-9b67-7e35f95662e1","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:08Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46: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":"632adb60eb5b46cbaf6c905003618b09","id":"5ed20b80-1a36-43ce-85b8-e13b5f092f13","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-subnet"}]} 2019-01-20 11:46:10,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d773d18-3ff1-4455-9b67-7e35f95662e1&name=NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-subnet used request id req-d602d51c-8b93-4a71-b69f-806abc4a9ec3 2019-01-20 11:46:10,718 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-net 2019-01-20 11:46:10,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" -d '{"port": {"network_id": "7d773d18-3ff1-4455-9b67-7e35f95662e1", "fixed_ips": [{"subnet_id": "5ed20b80-1a36-43ce-85b8-e13b5f092f13", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-port", "admin_state_up": true}}' 2019-01-20 11:46:11,550 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-f28fa292-6653-47f0-967e-9838ce31f929 Date: Sun, 20 Jan 2019 11:46:11 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:46:10Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5ed20b80-1a36-43ce-85b8-e13b5f092f13","ip_address":"10.55.1.100"}],"id":"2a8badb8-cb45-45e3-813d-08b56d19bf48","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b6:a0:28","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-port","project_id":"632adb60eb5b46cbaf6c905003618b09","qos_policy_id":null,"admin_state_up":true,"network_id":"7d773d18-3ff1-4455-9b67-7e35f95662e1","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:10Z","binding:vnic_type":"normal"}} 2019-01-20 11:46:11,550 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-f28fa292-6653-47f0-967e-9838ce31f929 2019-01-20 11:46:11,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" 2019-01-20 11:46:11,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3732 X-Openstack-Request-Id: req-49b31634-e0e0-4f63-a54c-185e2b65d848 Date: Sun, 20 Jan 2019 11:46:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:46:10Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5ed20b80-1a36-43ce-85b8-e13b5f092f13","ip_address":"10.55.1.100"}],"id":"2a8badb8-cb45-45e3-813d-08b56d19bf48","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b6:a0:28","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-port","admin_state_up":true,"network_id":"7d773d18-3ff1-4455-9b67-7e35f95662e1","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:10Z","binding:vnic_type":"normal","device_id":""},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:46:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5ed20b80-1a36-43ce-85b8-e13b5f092f13","ip_address":"10.55.1.2"}],"id":"5ca01795-a0ba-4952-988e-6456f8ed02c6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:c6:df","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d773d18-3ff1-4455-9b67-7e35f95662e1","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d773d18-3ff1-4455-9b67-7e35f95662e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:46:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5ed20b80-1a36-43ce-85b8-e13b5f092f13","ip_address":"10.55.1.3"}],"id":"8bb13ee9-eb96-450b-938f-890e6878725e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:82:22","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d773d18-3ff1-4455-9b67-7e35f95662e1","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d773d18-3ff1-4455-9b67-7e35f95662e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:46:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5ed20b80-1a36-43ce-85b8-e13b5f092f13","ip_address":"10.55.1.4"}],"id":"a241d738-629e-4f57-b3f5-ca59678fe3e2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e7:14:e7","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d773d18-3ff1-4455-9b67-7e35f95662e1","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d773d18-3ff1-4455-9b67-7e35f95662e1"}]} 2019-01-20 11:46:11,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports used request id req-49b31634-e0e0-4f63-a54c-185e2b65d848 2019-01-20 11:46:11,759 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-port 2019-01-20 11:46:11,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/2a8badb8-cb45-45e3-813d-08b56d19bf48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" 2019-01-20 11:46:12,291 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-73634328-0845-41a3-a596-b4ab6ad1f5f3 Date: Sun, 20 Jan 2019 11:46:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:46:12,291 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/2a8badb8-cb45-45e3-813d-08b56d19bf48 used request id req-73634328-0845-41a3-a596-b4ab6ad1f5f3 2019-01-20 11:46:12,291 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-subnet 2019-01-20 11:46:12,291 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-subnet 2019-01-20 11:46:12,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/5ed20b80-1a36-43ce-85b8-e13b5f092f13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" 2019-01-20 11:46:14,501 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-220df2d1-5193-4b65-960c-760bc8ff9644 Date: Sun, 20 Jan 2019 11:46:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:46:14,501 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/5ed20b80-1a36-43ce-85b8-e13b5f092f13 used request id req-220df2d1-5193-4b65-960c-760bc8ff9644 2019-01-20 11:46:14,502 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-5e07332f-788a-4b6d-a476-88611e06464e-pub-net 2019-01-20 11:46:14,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/7d773d18-3ff1-4455-9b67-7e35f95662e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044710ffccd30f80dc8a612e2e3ba057a01dc49a" 2019-01-20 11:46:15,927 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6ad74dc4-d59f-4cd0-a334-ccdaa84c27fc Date: Sun, 20 Jan 2019 11:46:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:46:15,927 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/7d773d18-3ff1-4455-9b67-7e35f95662e1 used request id req-6ad74dc4-d59f-4cd0-a334-ccdaa84c27fc 2019-01-20 11:46:15,928 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:46:16,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:46:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["OdAeGKa9Q6e5tzFaHbpMaQ"], "issued_at": "2019-01-20T11:46:16.000000Z"}} 2019-01-20 11:46:16,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972490c59d2d9c7aec29b6caf46733b929accce7" 2019-01-20 11:46:16,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f24f94d8-5cce-4cf8-ad65-09d1321b6b6d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:46:16,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f24f94d8-5cce-4cf8-ad65-09d1321b6b6d 2019-01-20 11:46:16,424 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-net 2019-01-20 11:46:16,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972490c59d2d9c7aec29b6caf46733b929accce7" -d '{"network": {"name": "NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-net", "admin_state_up": true}}' 2019-01-20 11:46:16,957 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-3c09d5e3-186e-478c-8b91-c35ea693a4c7 Date: Sun, 20 Jan 2019 11:46:16 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"30cdf830-a0d2-4956-9edb-d9bc32721035","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:46:16Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:16Z","mtu":1450}} 2019-01-20 11:46:16,957 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-3c09d5e3-186e-478c-8b91-c35ea693a4c7 2019-01-20 11:46:16,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=30cdf830-a0d2-4956-9edb-d9bc32721035 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972490c59d2d9c7aec29b6caf46733b929accce7" 2019-01-20 11:46:17,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-38ed0217-2868-4d0c-a505-aa8fe52c4dfa Date: Sun, 20 Jan 2019 11:46:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"30cdf830-a0d2-4956-9edb-d9bc32721035","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:46:16Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:16Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:17,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=30cdf830-a0d2-4956-9edb-d9bc32721035 used request id req-38ed0217-2868-4d0c-a505-aa8fe52c4dfa 2019-01-20 11:46:17,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=30cdf830-a0d2-4956-9edb-d9bc32721035 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972490c59d2d9c7aec29b6caf46733b929accce7" 2019-01-20 11:46:17,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a5347bdf-e4d3-4e90-b7c2-ecb6603418ce Date: Sun, 20 Jan 2019 11:46:17 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:46:17,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=30cdf830-a0d2-4956-9edb-d9bc32721035 used request id req-a5347bdf-e4d3-4e90-b7c2-ecb6603418ce 2019-01-20 11:46:17,414 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-subnet 2019-01-20 11:46:17,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972490c59d2d9c7aec29b6caf46733b929accce7" -d '{"subnets": [{"ip_version": 4, "network_id": "30cdf830-a0d2-4956-9edb-d9bc32721035", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-subnet"}]}' 2019-01-20 11:46:18,148 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9c1ee26b-d2b0-4a59-8d87-334c95424612 Date: Sun, 20 Jan 2019 11:46:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30cdf830-a0d2-4956-9edb-d9bc32721035","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:17Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:17Z","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":"632adb60eb5b46cbaf6c905003618b09","id":"5a414752-4abd-4d31-b074-b74dbd28ca83","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-subnet"}]} 2019-01-20 11:46:18,148 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-9c1ee26b-d2b0-4a59-8d87-334c95424612 2019-01-20 11:46:18,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=30cdf830-a0d2-4956-9edb-d9bc32721035 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972490c59d2d9c7aec29b6caf46733b929accce7" 2019-01-20 11:46:18,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4fc01025-6b21-469a-b07a-e495dc01a2d4 Date: Sun, 20 Jan 2019 11:46:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"30cdf830-a0d2-4956-9edb-d9bc32721035","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["5a414752-4abd-4d31-b074-b74dbd28ca83"],"description":"","tags":[],"updated_at":"2019-01-20T11:46:17Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:16Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:18,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=30cdf830-a0d2-4956-9edb-d9bc32721035 used request id req-4fc01025-6b21-469a-b07a-e495dc01a2d4 2019-01-20 11:46:18,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=30cdf830-a0d2-4956-9edb-d9bc32721035 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972490c59d2d9c7aec29b6caf46733b929accce7" 2019-01-20 11:46:18,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0acd031e-c187-4e98-9fcb-ac8379135a00 Date: Sun, 20 Jan 2019 11:46:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30cdf830-a0d2-4956-9edb-d9bc32721035","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:17Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"5a414752-4abd-4d31-b074-b74dbd28ca83","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-subnet"}]} 2019-01-20 11:46:18,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=30cdf830-a0d2-4956-9edb-d9bc32721035 used request id req-0acd031e-c187-4e98-9fcb-ac8379135a00 2019-01-20 11:46:18,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972490c59d2d9c7aec29b6caf46733b929accce7" 2019-01-20 11:46:18,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-5bbb8d8f-c4b7-42f4-b639-405120c3d0b7 Date: Sun, 20 Jan 2019 11:46:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"30cdf830-a0d2-4956-9edb-d9bc32721035","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["5a414752-4abd-4d31-b074-b74dbd28ca83"],"description":"","tags":[],"updated_at":"2019-01-20T11:46:17Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:16Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:18,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-net used request id req-5bbb8d8f-c4b7-42f4-b639-405120c3d0b7 2019-01-20 11:46:18,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:46:18,545 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:46: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:46:18,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972490c59d2d9c7aec29b6caf46733b929accce7" 2019-01-20 11:46:18,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f139eecd-e01a-46fa-9c3b-a174b84d5366 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:46:18,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-f139eecd-e01a-46fa-9c3b-a174b84d5366 2019-01-20 11:46:18,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=30cdf830-a0d2-4956-9edb-d9bc32721035 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972490c59d2d9c7aec29b6caf46733b929accce7" 2019-01-20 11:46:18,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-81dea20a-aac1-4df9-9b51-ab75ea6e0cd2 Date: Sun, 20 Jan 2019 11:46:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30cdf830-a0d2-4956-9edb-d9bc32721035","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:17Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"5a414752-4abd-4d31-b074-b74dbd28ca83","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-subnet"}]} 2019-01-20 11:46:18,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=30cdf830-a0d2-4956-9edb-d9bc32721035 used request id req-81dea20a-aac1-4df9-9b51-ab75ea6e0cd2 2019-01-20 11:46:18,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=30cdf830-a0d2-4956-9edb-d9bc32721035&name=NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972490c59d2d9c7aec29b6caf46733b929accce7" 2019-01-20 11:46:19,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4ee788bc-85c2-4d27-87b2-68f3e0da91b0 Date: Sun, 20 Jan 2019 11:46:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30cdf830-a0d2-4956-9edb-d9bc32721035","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:17Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"5a414752-4abd-4d31-b074-b74dbd28ca83","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-subnet"}]} 2019-01-20 11:46:19,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=30cdf830-a0d2-4956-9edb-d9bc32721035&name=NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-subnet used request id req-4ee788bc-85c2-4d27-87b2-68f3e0da91b0 2019-01-20 11:46:19,068 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:46:19,069 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:46:19,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:46:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["QxriXAdPTTGACBcvkWsgJQ"], "issued_at": "2019-01-20T11:46:19.000000Z"}} 2019-01-20 11:46:19,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b686ca8c8e1b47302d86828c5a2f31da92ed8325" 2019-01-20 11:46:19,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4918b33-a1fe-433f-991f-d6329ad28623 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:46:19,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c4918b33-a1fe-433f-991f-d6329ad28623 2019-01-20 11:46:19,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972490c59d2d9c7aec29b6caf46733b929accce7" 2019-01-20 11:46:19,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-95b7aaff-1177-4a63-94ee-01731d676377 Date: Sun, 20 Jan 2019 11:46:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"30cdf830-a0d2-4956-9edb-d9bc32721035","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["5a414752-4abd-4d31-b074-b74dbd28ca83"],"description":"","tags":[],"updated_at":"2019-01-20T11:46:17Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:16Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:19,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-net used request id req-95b7aaff-1177-4a63-94ee-01731d676377 2019-01-20 11:46:19,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=30cdf830-a0d2-4956-9edb-d9bc32721035 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972490c59d2d9c7aec29b6caf46733b929accce7" 2019-01-20 11:46:19,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7a48488e-e004-4377-bc87-d4babc64bc35 Date: Sun, 20 Jan 2019 11:46:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30cdf830-a0d2-4956-9edb-d9bc32721035","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:17Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"5a414752-4abd-4d31-b074-b74dbd28ca83","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-subnet"}]} 2019-01-20 11:46:19,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=30cdf830-a0d2-4956-9edb-d9bc32721035 used request id req-7a48488e-e004-4377-bc87-d4babc64bc35 2019-01-20 11:46:19,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972490c59d2d9c7aec29b6caf46733b929accce7" 2019-01-20 11:46:20,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8a6806d7-2cd1-4785-a95b-eeac64de8afa Date: Sun, 20 Jan 2019 11:46:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"30cdf830-a0d2-4956-9edb-d9bc32721035","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["5a414752-4abd-4d31-b074-b74dbd28ca83"],"description":"","tags":[],"updated_at":"2019-01-20T11:46:17Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:16Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:20,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-net used request id req-8a6806d7-2cd1-4785-a95b-eeac64de8afa 2019-01-20 11:46:20,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:46:20,218 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:46: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:46:20,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b686ca8c8e1b47302d86828c5a2f31da92ed8325" 2019-01-20 11:46:20,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a733c4af-a9be-4edc-9b6e-4aaf48572a76 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:46:20,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-a733c4af-a9be-4edc-9b6e-4aaf48572a76 2019-01-20 11:46:20,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=30cdf830-a0d2-4956-9edb-d9bc32721035 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972490c59d2d9c7aec29b6caf46733b929accce7" 2019-01-20 11:46:20,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-05f2c8b0-e111-4bfa-b8af-a3c364f78aff Date: Sun, 20 Jan 2019 11:46:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30cdf830-a0d2-4956-9edb-d9bc32721035","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:17Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"5a414752-4abd-4d31-b074-b74dbd28ca83","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-subnet"}]} 2019-01-20 11:46:20,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=30cdf830-a0d2-4956-9edb-d9bc32721035 used request id req-05f2c8b0-e111-4bfa-b8af-a3c364f78aff 2019-01-20 11:46:20,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=30cdf830-a0d2-4956-9edb-d9bc32721035&name=NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972490c59d2d9c7aec29b6caf46733b929accce7" 2019-01-20 11:46:20,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a609593a-7fbd-4aee-8e7f-267a4a722948 Date: Sun, 20 Jan 2019 11:46:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30cdf830-a0d2-4956-9edb-d9bc32721035","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:17Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"5a414752-4abd-4d31-b074-b74dbd28ca83","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-subnet"}]} 2019-01-20 11:46:20,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=30cdf830-a0d2-4956-9edb-d9bc32721035&name=NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-subnet used request id req-a609593a-7fbd-4aee-8e7f-267a4a722948 2019-01-20 11:46:20,564 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-net 2019-01-20 11:46:20,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972490c59d2d9c7aec29b6caf46733b929accce7" -d '{"port": {"network_id": "30cdf830-a0d2-4956-9edb-d9bc32721035", "fixed_ips": [{"subnet_id": "5a414752-4abd-4d31-b074-b74dbd28ca83", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-port", "admin_state_up": true}}' 2019-01-20 11:46:20,580 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-8a7d6c19-c962-495b-aec7-4ba1771d91b3 Date: Sun, 20 Jan 2019 11:46:20 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2019-01-20 11:46:20,580 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-8a7d6c19-c962-495b-aec7-4ba1771d91b3 2019-01-20 11:46:20,580 - 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": ""}} 2019-01-20 11:46:20,580 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-subnet 2019-01-20 11:46:20,581 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-subnet 2019-01-20 11:46:20,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/5a414752-4abd-4d31-b074-b74dbd28ca83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972490c59d2d9c7aec29b6caf46733b929accce7" 2019-01-20 11:46:22,393 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d214e150-025e-4b13-8d7c-72edf0f13fa3 Date: Sun, 20 Jan 2019 11:46:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:46:22,393 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/5a414752-4abd-4d31-b074-b74dbd28ca83 used request id req-d214e150-025e-4b13-8d7c-72edf0f13fa3 2019-01-20 11:46:22,393 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-f89c6084-e313-431d-ac5a-5fe1d7bf0494-pub-net 2019-01-20 11:46:22,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/30cdf830-a0d2-4956-9edb-d9bc32721035 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}972490c59d2d9c7aec29b6caf46733b929accce7" 2019-01-20 11:46:23,885 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9ab386f7-497d-472b-b209-438c331bbec3 Date: Sun, 20 Jan 2019 11:46:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:46:23,885 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/30cdf830-a0d2-4956-9edb-d9bc32721035 used request id req-9ab386f7-497d-472b-b209-438c331bbec3 2019-01-20 11:46:23,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:46:24,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:46:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["mbf-UsfwTVaZpb8Sk0YjqQ"], "issued_at": "2019-01-20T11:46:24.000000Z"}} 2019-01-20 11:46:24,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c322444a6d6fe3536800458f5835938c7654badf" 2019-01-20 11:46:24,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-146fc5ae-d1d8-4d7b-8428-196766add7b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:46:24,362 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-146fc5ae-d1d8-4d7b-8428-196766add7b2 2019-01-20 11:46:24,363 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-net 2019-01-20 11:46:24,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c322444a6d6fe3536800458f5835938c7654badf" -d '{"network": {"name": "NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-net", "admin_state_up": true}}' 2019-01-20 11:46:24,838 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-c5df5783-d3c6-47ba-9559-62e572775a62 Date: Sun, 20 Jan 2019 11:46: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":"1a3ac141-25a9-469d-9d40-07c399319c26","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:46:24Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:24Z","mtu":1450}} 2019-01-20 11:46:24,838 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-c5df5783-d3c6-47ba-9559-62e572775a62 2019-01-20 11:46:24,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=1a3ac141-25a9-469d-9d40-07c399319c26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c322444a6d6fe3536800458f5835938c7654badf" 2019-01-20 11:46:25,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-cccb29e6-c0cb-454c-8827-4e4f453d299c Date: Sun, 20 Jan 2019 11:46:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1a3ac141-25a9-469d-9d40-07c399319c26","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:46:24Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:24Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:25,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=1a3ac141-25a9-469d-9d40-07c399319c26 used request id req-cccb29e6-c0cb-454c-8827-4e4f453d299c 2019-01-20 11:46:25,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1a3ac141-25a9-469d-9d40-07c399319c26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c322444a6d6fe3536800458f5835938c7654badf" 2019-01-20 11:46:25,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-eb7191bb-ad9c-4f52-9201-ed482c4c5b95 Date: Sun, 20 Jan 2019 11:46:25 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:46:25,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1a3ac141-25a9-469d-9d40-07c399319c26 used request id req-eb7191bb-ad9c-4f52-9201-ed482c4c5b95 2019-01-20 11:46:25,255 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-subnet 2019-01-20 11:46:25,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c322444a6d6fe3536800458f5835938c7654badf" -d '{"subnets": [{"ip_version": 4, "network_id": "1a3ac141-25a9-469d-9d40-07c399319c26", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-subnet"}]}' 2019-01-20 11:46:25,819 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-94c580c6-18d4-4ce2-95b7-4f48ada6c273 Date: Sun, 20 Jan 2019 11:46:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a3ac141-25a9-469d-9d40-07c399319c26","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:25Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46: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":"632adb60eb5b46cbaf6c905003618b09","id":"a58ef82b-b84f-4f82-8e0c-9b81935835be","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-subnet"}]} 2019-01-20 11:46:25,819 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-94c580c6-18d4-4ce2-95b7-4f48ada6c273 2019-01-20 11:46:25,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=1a3ac141-25a9-469d-9d40-07c399319c26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c322444a6d6fe3536800458f5835938c7654badf" 2019-01-20 11:46:26,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-6db6bfba-625a-4a2c-b945-33ac9c2a75e6 Date: Sun, 20 Jan 2019 11:46:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1a3ac141-25a9-469d-9d40-07c399319c26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["a58ef82b-b84f-4f82-8e0c-9b81935835be"],"description":"","tags":[],"updated_at":"2019-01-20T11:46:25Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:24Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:26,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=1a3ac141-25a9-469d-9d40-07c399319c26 used request id req-6db6bfba-625a-4a2c-b945-33ac9c2a75e6 2019-01-20 11:46:26,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1a3ac141-25a9-469d-9d40-07c399319c26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c322444a6d6fe3536800458f5835938c7654badf" 2019-01-20 11:46:26,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d3103889-c9ce-4315-a036-77ea13ee26f2 Date: Sun, 20 Jan 2019 11:46:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a3ac141-25a9-469d-9d40-07c399319c26","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:25Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46: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":"632adb60eb5b46cbaf6c905003618b09","id":"a58ef82b-b84f-4f82-8e0c-9b81935835be","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-subnet"}]} 2019-01-20 11:46:26,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1a3ac141-25a9-469d-9d40-07c399319c26 used request id req-d3103889-c9ce-4315-a036-77ea13ee26f2 2019-01-20 11:46:26,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c322444a6d6fe3536800458f5835938c7654badf" 2019-01-20 11:46:26,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-dc588d57-d0bd-46ef-9380-01c4203caea9 Date: Sun, 20 Jan 2019 11:46:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1a3ac141-25a9-469d-9d40-07c399319c26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["a58ef82b-b84f-4f82-8e0c-9b81935835be"],"description":"","tags":[],"updated_at":"2019-01-20T11:46:25Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:24Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:26,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-net used request id req-dc588d57-d0bd-46ef-9380-01c4203caea9 2019-01-20 11:46:26,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:46:26,700 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:46:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:46:26,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c322444a6d6fe3536800458f5835938c7654badf" 2019-01-20 11:46:26,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a065c86-fc0d-4564-88cd-288f53692b84 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:46:26,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-5a065c86-fc0d-4564-88cd-288f53692b84 2019-01-20 11:46:26,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1a3ac141-25a9-469d-9d40-07c399319c26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c322444a6d6fe3536800458f5835938c7654badf" 2019-01-20 11:46:27,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-57a958ab-c1aa-4ee8-adc0-eee8172fe075 Date: Sun, 20 Jan 2019 11:46:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a3ac141-25a9-469d-9d40-07c399319c26","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:25Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46: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":"632adb60eb5b46cbaf6c905003618b09","id":"a58ef82b-b84f-4f82-8e0c-9b81935835be","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-subnet"}]} 2019-01-20 11:46:27,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1a3ac141-25a9-469d-9d40-07c399319c26 used request id req-57a958ab-c1aa-4ee8-adc0-eee8172fe075 2019-01-20 11:46:27,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1a3ac141-25a9-469d-9d40-07c399319c26&name=NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c322444a6d6fe3536800458f5835938c7654badf" 2019-01-20 11:46:27,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-306630f6-2a69-4d82-ac89-3d3b3b80c6be Date: Sun, 20 Jan 2019 11:46:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a3ac141-25a9-469d-9d40-07c399319c26","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:25Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46: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":"632adb60eb5b46cbaf6c905003618b09","id":"a58ef82b-b84f-4f82-8e0c-9b81935835be","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-subnet"}]} 2019-01-20 11:46:27,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1a3ac141-25a9-469d-9d40-07c399319c26&name=NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-subnet used request id req-306630f6-2a69-4d82-ac89-3d3b3b80c6be 2019-01-20 11:46:27,226 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:46:27,227 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:46:27,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:46:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["gSIe6zgxQQ2N2VlLswPSXw"], "issued_at": "2019-01-20T11:46:27.000000Z"}} 2019-01-20 11:46:27,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ffe563d2000ee5864b49d535175695ff2dd51e" 2019-01-20 11:46:27,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3c7433d-3685-49bb-aea9-c425f95d4dc5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:46:27,762 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a3c7433d-3685-49bb-aea9-c425f95d4dc5 2019-01-20 11:46:27,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c322444a6d6fe3536800458f5835938c7654badf" 2019-01-20 11:46:28,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4575e346-f776-43ab-9f09-3558a9d64a8b Date: Sun, 20 Jan 2019 11:46:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1a3ac141-25a9-469d-9d40-07c399319c26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["a58ef82b-b84f-4f82-8e0c-9b81935835be"],"description":"","tags":[],"updated_at":"2019-01-20T11:46:25Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:24Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:28,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-net used request id req-4575e346-f776-43ab-9f09-3558a9d64a8b 2019-01-20 11:46:28,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1a3ac141-25a9-469d-9d40-07c399319c26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c322444a6d6fe3536800458f5835938c7654badf" 2019-01-20 11:46:28,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fe47a3cc-e626-4aa0-b556-6c050fd650a5 Date: Sun, 20 Jan 2019 11:46:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a3ac141-25a9-469d-9d40-07c399319c26","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:25Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46: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":"632adb60eb5b46cbaf6c905003618b09","id":"a58ef82b-b84f-4f82-8e0c-9b81935835be","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-subnet"}]} 2019-01-20 11:46:28,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1a3ac141-25a9-469d-9d40-07c399319c26 used request id req-fe47a3cc-e626-4aa0-b556-6c050fd650a5 2019-01-20 11:46:28,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c322444a6d6fe3536800458f5835938c7654badf" 2019-01-20 11:46:29,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fad86da1-38c6-42cc-b934-9f2a5614fa60 Date: Sun, 20 Jan 2019 11:46:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1a3ac141-25a9-469d-9d40-07c399319c26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["a58ef82b-b84f-4f82-8e0c-9b81935835be"],"description":"","tags":[],"updated_at":"2019-01-20T11:46:25Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:24Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:29,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-net used request id req-fad86da1-38c6-42cc-b934-9f2a5614fa60 2019-01-20 11:46:29,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:46:29,103 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:46:29,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ffe563d2000ee5864b49d535175695ff2dd51e" 2019-01-20 11:46:29,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d8aead9-1ad4-4ab8-ad77-7f7b43776340 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:46:29,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-4d8aead9-1ad4-4ab8-ad77-7f7b43776340 2019-01-20 11:46:29,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1a3ac141-25a9-469d-9d40-07c399319c26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c322444a6d6fe3536800458f5835938c7654badf" 2019-01-20 11:46:29,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f5e0f308-5d7d-4bf0-b6c7-95f807ed4acf Date: Sun, 20 Jan 2019 11:46:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a3ac141-25a9-469d-9d40-07c399319c26","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:25Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46: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":"632adb60eb5b46cbaf6c905003618b09","id":"a58ef82b-b84f-4f82-8e0c-9b81935835be","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-subnet"}]} 2019-01-20 11:46:29,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1a3ac141-25a9-469d-9d40-07c399319c26 used request id req-f5e0f308-5d7d-4bf0-b6c7-95f807ed4acf 2019-01-20 11:46:29,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1a3ac141-25a9-469d-9d40-07c399319c26&name=NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c322444a6d6fe3536800458f5835938c7654badf" 2019-01-20 11:46:29,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-03cb6e68-6beb-4a87-9cf2-94c5e7251102 Date: Sun, 20 Jan 2019 11:46:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a3ac141-25a9-469d-9d40-07c399319c26","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:25Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46: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":"632adb60eb5b46cbaf6c905003618b09","id":"a58ef82b-b84f-4f82-8e0c-9b81935835be","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-subnet"}]} 2019-01-20 11:46:29,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1a3ac141-25a9-469d-9d40-07c399319c26&name=NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-subnet used request id req-03cb6e68-6beb-4a87-9cf2-94c5e7251102 2019-01-20 11:46:29,524 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-net 2019-01-20 11:46:29,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c322444a6d6fe3536800458f5835938c7654badf" -d '{"port": {"network_id": "1a3ac141-25a9-469d-9d40-07c399319c26", "fixed_ips": [{"subnet_id": "a58ef82b-b84f-4f82-8e0c-9b81935835be", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-port", "admin_state_up": true}}' 2019-01-20 11:46:29,909 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-c623d3b4-113e-4588-902b-2888e352f31d Date: Sun, 20 Jan 2019 11:46:29 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2019-01-20 11:46:29,909 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-c623d3b4-113e-4588-902b-2888e352f31d 2019-01-20 11:46:29,909 - 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": ""}} 2019-01-20 11:46:29,910 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-subnet 2019-01-20 11:46:29,910 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-subnet 2019-01-20 11:46:29,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/a58ef82b-b84f-4f82-8e0c-9b81935835be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c322444a6d6fe3536800458f5835938c7654badf" 2019-01-20 11:46:31,951 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-774b821b-aac7-4864-ba7d-df959278eb58 Date: Sun, 20 Jan 2019 11:46:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:46:31,951 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/a58ef82b-b84f-4f82-8e0c-9b81935835be used request id req-774b821b-aac7-4864-ba7d-df959278eb58 2019-01-20 11:46:31,951 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-b77e4257-7c2d-4c9e-8ced-7ae519f231a2-pub-net 2019-01-20 11:46:31,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/1a3ac141-25a9-469d-9d40-07c399319c26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c322444a6d6fe3536800458f5835938c7654badf" 2019-01-20 11:46:33,250 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-05333783-957a-4c7d-bcc6-c9c3247c7f75 Date: Sun, 20 Jan 2019 11:46:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:46:33,250 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/1a3ac141-25a9-469d-9d40-07c399319c26 used request id req-05333783-957a-4c7d-bcc6-c9c3247c7f75 2019-01-20 11:46:33,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:46:33,631 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:46:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["LcyTxwRhQCWuSlir83cMkg"], "issued_at": "2019-01-20T11:46:33.000000Z"}} 2019-01-20 11:46:33,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8322f26a59a8d4b8375bc5e81baba6d7706723" 2019-01-20 11:46:33,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42cf902e-5f86-480b-8d51-992290f45d83 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:46:33,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-42cf902e-5f86-480b-8d51-992290f45d83 2019-01-20 11:46:33,729 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-net 2019-01-20 11:46:33,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8322f26a59a8d4b8375bc5e81baba6d7706723" -d '{"network": {"name": "NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-net", "admin_state_up": true}}' 2019-01-20 11:46:34,131 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-ccb7796f-f76c-4da5-b191-7d8a508bbcbd Date: Sun, 20 Jan 2019 11:46:34 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ab6a9860-a4f5-447c-b754-65431b70f42a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:46:34Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:33Z","mtu":1450}} 2019-01-20 11:46:34,132 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-ccb7796f-f76c-4da5-b191-7d8a508bbcbd 2019-01-20 11:46:34,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=ab6a9860-a4f5-447c-b754-65431b70f42a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8322f26a59a8d4b8375bc5e81baba6d7706723" 2019-01-20 11:46:34,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-35b44342-7541-44fe-bbf7-b02781de84f9 Date: Sun, 20 Jan 2019 11:46:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ab6a9860-a4f5-447c-b754-65431b70f42a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:46:34Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:33Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:34,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=ab6a9860-a4f5-447c-b754-65431b70f42a used request id req-35b44342-7541-44fe-bbf7-b02781de84f9 2019-01-20 11:46:34,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=ab6a9860-a4f5-447c-b754-65431b70f42a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8322f26a59a8d4b8375bc5e81baba6d7706723" 2019-01-20 11:46:34,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e8b9f098-db73-4935-909c-d02c06492754 Date: Sun, 20 Jan 2019 11:46:34 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:46:34,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=ab6a9860-a4f5-447c-b754-65431b70f42a used request id req-e8b9f098-db73-4935-909c-d02c06492754 2019-01-20 11:46:34,535 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-subnet 2019-01-20 11:46:34,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8322f26a59a8d4b8375bc5e81baba6d7706723" -d '{"subnets": [{"ip_version": 4, "network_id": "ab6a9860-a4f5-447c-b754-65431b70f42a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-subnet"}]}' 2019-01-20 11:46:34,897 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f2fdb644-ec5d-4221-b293-017ea203bda2 Date: Sun, 20 Jan 2019 11:46:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab6a9860-a4f5-447c-b754-65431b70f42a","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:34Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:34Z","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":"632adb60eb5b46cbaf6c905003618b09","id":"9afe6304-cd7a-47da-828f-bc2c66841416","subnetpool_id":null,"name":"NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-subnet"}]} 2019-01-20 11:46:34,897 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-f2fdb644-ec5d-4221-b293-017ea203bda2 2019-01-20 11:46:34,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=ab6a9860-a4f5-447c-b754-65431b70f42a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8322f26a59a8d4b8375bc5e81baba6d7706723" 2019-01-20 11:46:35,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-41d5b6fb-6f8c-413f-ba2a-4b7de2785f93 Date: Sun, 20 Jan 2019 11:46:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ab6a9860-a4f5-447c-b754-65431b70f42a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["9afe6304-cd7a-47da-828f-bc2c66841416"],"description":"","tags":[],"updated_at":"2019-01-20T11:46:34Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:33Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:35,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=ab6a9860-a4f5-447c-b754-65431b70f42a used request id req-41d5b6fb-6f8c-413f-ba2a-4b7de2785f93 2019-01-20 11:46:35,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=ab6a9860-a4f5-447c-b754-65431b70f42a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8322f26a59a8d4b8375bc5e81baba6d7706723" 2019-01-20 11:46:35,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a7ccdd82-028d-402c-9245-17f5490e990c Date: Sun, 20 Jan 2019 11:46:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab6a9860-a4f5-447c-b754-65431b70f42a","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:34Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"9afe6304-cd7a-47da-828f-bc2c66841416","subnetpool_id":null,"name":"NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-subnet"}]} 2019-01-20 11:46:35,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=ab6a9860-a4f5-447c-b754-65431b70f42a used request id req-a7ccdd82-028d-402c-9245-17f5490e990c 2019-01-20 11:46:35,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8322f26a59a8d4b8375bc5e81baba6d7706723" 2019-01-20 11:46:35,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-c097bf9c-559e-465d-bca2-4a2e9fb1fdb9 Date: Sun, 20 Jan 2019 11:46:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ab6a9860-a4f5-447c-b754-65431b70f42a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["9afe6304-cd7a-47da-828f-bc2c66841416"],"description":"","tags":[],"updated_at":"2019-01-20T11:46:34Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:33Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:35,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-net used request id req-c097bf9c-559e-465d-bca2-4a2e9fb1fdb9 2019-01-20 11:46:35,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:46:35,460 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:46:35,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8322f26a59a8d4b8375bc5e81baba6d7706723" 2019-01-20 11:46:35,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a268d119-9a5f-45a7-893f-97ba38bb8ee9 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:46:35,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-a268d119-9a5f-45a7-893f-97ba38bb8ee9 2019-01-20 11:46:35,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=ab6a9860-a4f5-447c-b754-65431b70f42a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8322f26a59a8d4b8375bc5e81baba6d7706723" 2019-01-20 11:46:35,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-560f7e00-5918-47f0-8979-e4eb2a2ee5c5 Date: Sun, 20 Jan 2019 11:46:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab6a9860-a4f5-447c-b754-65431b70f42a","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:34Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"9afe6304-cd7a-47da-828f-bc2c66841416","subnetpool_id":null,"name":"NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-subnet"}]} 2019-01-20 11:46:35,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=ab6a9860-a4f5-447c-b754-65431b70f42a used request id req-560f7e00-5918-47f0-8979-e4eb2a2ee5c5 2019-01-20 11:46:35,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=ab6a9860-a4f5-447c-b754-65431b70f42a&name=NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8322f26a59a8d4b8375bc5e81baba6d7706723" 2019-01-20 11:46:36,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4b0d9a52-b3e7-48fb-aa7f-e92e6f4a8e57 Date: Sun, 20 Jan 2019 11:46:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab6a9860-a4f5-447c-b754-65431b70f42a","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:34Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"9afe6304-cd7a-47da-828f-bc2c66841416","subnetpool_id":null,"name":"NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-subnet"}]} 2019-01-20 11:46:36,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=ab6a9860-a4f5-447c-b754-65431b70f42a&name=NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-subnet used request id req-4b0d9a52-b3e7-48fb-aa7f-e92e6f4a8e57 2019-01-20 11:46:36,079 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:46:36,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:46:36,486 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:46:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["7jSv2mx3QAqXGffbLRXpOg"], "issued_at": "2019-01-20T11:46:36.000000Z"}} 2019-01-20 11:46:36,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00947e11d47e6f65e2d44c58947bcd410abf1c0" 2019-01-20 11:46:36,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3dd4929-22b2-4133-b145-3740f9c22b52 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:46:36,577 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e3dd4929-22b2-4133-b145-3740f9c22b52 2019-01-20 11:46:36,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8322f26a59a8d4b8375bc5e81baba6d7706723" 2019-01-20 11:46:36,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-183b1597-1abd-4547-893e-add9975081ab Date: Sun, 20 Jan 2019 11:46:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ab6a9860-a4f5-447c-b754-65431b70f42a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["9afe6304-cd7a-47da-828f-bc2c66841416"],"description":"","tags":[],"updated_at":"2019-01-20T11:46:34Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:33Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:36,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-net used request id req-183b1597-1abd-4547-893e-add9975081ab 2019-01-20 11:46:36,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=ab6a9860-a4f5-447c-b754-65431b70f42a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8322f26a59a8d4b8375bc5e81baba6d7706723" 2019-01-20 11:46:36,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-007193af-6434-4bf6-97b7-2cf31069ec1c Date: Sun, 20 Jan 2019 11:46:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab6a9860-a4f5-447c-b754-65431b70f42a","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:34Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"9afe6304-cd7a-47da-828f-bc2c66841416","subnetpool_id":null,"name":"NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-subnet"}]} 2019-01-20 11:46:36,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=ab6a9860-a4f5-447c-b754-65431b70f42a used request id req-007193af-6434-4bf6-97b7-2cf31069ec1c 2019-01-20 11:46:36,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8322f26a59a8d4b8375bc5e81baba6d7706723" 2019-01-20 11:46:37,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-492ee4a7-1c95-4dbd-acff-887015699d00 Date: Sun, 20 Jan 2019 11:46:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ab6a9860-a4f5-447c-b754-65431b70f42a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["9afe6304-cd7a-47da-828f-bc2c66841416"],"description":"","tags":[],"updated_at":"2019-01-20T11:46:34Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:33Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:37,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-net used request id req-492ee4a7-1c95-4dbd-acff-887015699d00 2019-01-20 11:46:37,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:46:37,133 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:46: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:46:37,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b00947e11d47e6f65e2d44c58947bcd410abf1c0" 2019-01-20 11:46:37,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb6b0f4a-2e48-48ae-96d8-e6755f208183 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:46:37,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-cb6b0f4a-2e48-48ae-96d8-e6755f208183 2019-01-20 11:46:37,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=ab6a9860-a4f5-447c-b754-65431b70f42a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8322f26a59a8d4b8375bc5e81baba6d7706723" 2019-01-20 11:46:37,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5531e150-3321-4eae-b42b-525549ba3c2e Date: Sun, 20 Jan 2019 11:46:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab6a9860-a4f5-447c-b754-65431b70f42a","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:34Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"9afe6304-cd7a-47da-828f-bc2c66841416","subnetpool_id":null,"name":"NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-subnet"}]} 2019-01-20 11:46:37,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=ab6a9860-a4f5-447c-b754-65431b70f42a used request id req-5531e150-3321-4eae-b42b-525549ba3c2e 2019-01-20 11:46:37,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=ab6a9860-a4f5-447c-b754-65431b70f42a&name=NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8322f26a59a8d4b8375bc5e81baba6d7706723" 2019-01-20 11:46:37,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d002a62a-57b0-4dad-bf3e-b2ff21b368bf Date: Sun, 20 Jan 2019 11:46:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab6a9860-a4f5-447c-b754-65431b70f42a","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:34Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"9afe6304-cd7a-47da-828f-bc2c66841416","subnetpool_id":null,"name":"NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-subnet"}]} 2019-01-20 11:46:37,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=ab6a9860-a4f5-447c-b754-65431b70f42a&name=NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-subnet used request id req-d002a62a-57b0-4dad-bf3e-b2ff21b368bf 2019-01-20 11:46:37,495 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-net 2019-01-20 11:46:37,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8322f26a59a8d4b8375bc5e81baba6d7706723" -d '{"port": {"network_id": "ab6a9860-a4f5-447c-b754-65431b70f42a", "fixed_ips": [{"subnet_id": "9afe6304-cd7a-47da-828f-bc2c66841416", "ip_address": null}], "name": "NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-port", "admin_state_up": true}}' 2019-01-20 11:46:37,655 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-7ae9b1c6-9ff8-41b5-bc20-874e00846a8a Date: Sun, 20 Jan 2019 11:46:37 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2019-01-20 11:46:37,655 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-7ae9b1c6-9ff8-41b5-bc20-874e00846a8a 2019-01-20 11:46:37,655 - 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": ""}} 2019-01-20 11:46:37,655 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-subnet 2019-01-20 11:46:37,656 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-subnet 2019-01-20 11:46:37,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/9afe6304-cd7a-47da-828f-bc2c66841416 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8322f26a59a8d4b8375bc5e81baba6d7706723" 2019-01-20 11:46:39,723 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bcd7fe77-9b21-4f05-ae0e-fdc7542eef6f Date: Sun, 20 Jan 2019 11:46:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:46:39,723 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/9afe6304-cd7a-47da-828f-bc2c66841416 used request id req-bcd7fe77-9b21-4f05-ae0e-fdc7542eef6f 2019-01-20 11:46:39,724 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-545fa073-8296-4ddf-be5f-00835a361ab2-pub-net 2019-01-20 11:46:39,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/ab6a9860-a4f5-447c-b754-65431b70f42a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8322f26a59a8d4b8375bc5e81baba6d7706723" 2019-01-20 11:46:40,789 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4b39014d-b7a3-4d5b-b0e3-bd7176797798 Date: Sun, 20 Jan 2019 11:46:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:46:40,789 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/ab6a9860-a4f5-447c-b754-65431b70f42a used request id req-4b39014d-b7a3-4d5b-b0e3-bd7176797798 2019-01-20 11:46:40,791 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:46:41,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:46:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["BNqA3sU0TaK0ypgESCpz7Q"], "issued_at": "2019-01-20T11:46:41.000000Z"}} 2019-01-20 11:46:41,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" 2019-01-20 11:46:41,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b71d15b-1581-4ecf-8a32-7b775f9d5a8d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:46:41,248 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9b71d15b-1581-4ecf-8a32-7b775f9d5a8d 2019-01-20 11:46:41,249 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-net 2019-01-20 11:46:41,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" -d '{"network": {"name": "NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-net", "admin_state_up": true}}' 2019-01-20 11:46:41,633 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-a2bb2baf-c1b8-41fb-96e6-9bd0e0d5d276 Date: Sun, 20 Jan 2019 11:46:41 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7376b148-a37a-48a5-bb04-4d686ab32860","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:46:41Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:41Z","mtu":1450}} 2019-01-20 11:46:41,634 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-a2bb2baf-c1b8-41fb-96e6-9bd0e0d5d276 2019-01-20 11:46:41,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=7376b148-a37a-48a5-bb04-4d686ab32860 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" 2019-01-20 11:46:41,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-ee2d7449-8e1a-49e0-aee6-8d9e804f6e86 Date: Sun, 20 Jan 2019 11:46:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7376b148-a37a-48a5-bb04-4d686ab32860","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:46:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:41Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:41,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=7376b148-a37a-48a5-bb04-4d686ab32860 used request id req-ee2d7449-8e1a-49e0-aee6-8d9e804f6e86 2019-01-20 11:46:41,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7376b148-a37a-48a5-bb04-4d686ab32860 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" 2019-01-20 11:46:42,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c85fce10-1f8b-403e-9fde-36c65c1e959e Date: Sun, 20 Jan 2019 11:46:42 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:46:42,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7376b148-a37a-48a5-bb04-4d686ab32860 used request id req-c85fce10-1f8b-403e-9fde-36c65c1e959e 2019-01-20 11:46:42,066 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-subnet 2019-01-20 11:46:42,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" -d '{"subnets": [{"ip_version": 4, "network_id": "7376b148-a37a-48a5-bb04-4d686ab32860", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-subnet"}]}' 2019-01-20 11:46:42,585 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-04dc885a-da60-4694-94f4-c2cb6b5192bb Date: Sun, 20 Jan 2019 11:46:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7376b148-a37a-48a5-bb04-4d686ab32860","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:42Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:42Z","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":"632adb60eb5b46cbaf6c905003618b09","id":"f05db49f-97eb-4ef3-b6d9-68101805a12a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-subnet"}]} 2019-01-20 11:46:42,586 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-04dc885a-da60-4694-94f4-c2cb6b5192bb 2019-01-20 11:46:42,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=7376b148-a37a-48a5-bb04-4d686ab32860 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" 2019-01-20 11:46:42,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b6f0e779-9794-431f-a5a6-6214960f4181 Date: Sun, 20 Jan 2019 11:46:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7376b148-a37a-48a5-bb04-4d686ab32860","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["f05db49f-97eb-4ef3-b6d9-68101805a12a"],"description":"","tags":[],"updated_at":"2019-01-20T11:46:42Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:41Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:42,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=7376b148-a37a-48a5-bb04-4d686ab32860 used request id req-b6f0e779-9794-431f-a5a6-6214960f4181 2019-01-20 11:46:42,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7376b148-a37a-48a5-bb04-4d686ab32860 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" 2019-01-20 11:46:43,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c2e00846-0858-4a3d-9f28-4184ec785b2e Date: Sun, 20 Jan 2019 11:46:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7376b148-a37a-48a5-bb04-4d686ab32860","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:42Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"f05db49f-97eb-4ef3-b6d9-68101805a12a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-subnet"}]} 2019-01-20 11:46:43,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7376b148-a37a-48a5-bb04-4d686ab32860 used request id req-c2e00846-0858-4a3d-9f28-4184ec785b2e 2019-01-20 11:46:43,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" 2019-01-20 11:46:43,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4e65a8ad-5d41-44e1-bab4-091f0c397de1 Date: Sun, 20 Jan 2019 11:46:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7376b148-a37a-48a5-bb04-4d686ab32860","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["f05db49f-97eb-4ef3-b6d9-68101805a12a"],"description":"","tags":[],"updated_at":"2019-01-20T11:46:42Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:41Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:43,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-net used request id req-4e65a8ad-5d41-44e1-bab4-091f0c397de1 2019-01-20 11:46:43,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:46:43,441 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:46: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:46:43,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" 2019-01-20 11:46:43,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73bd9714-fbe1-4a1c-af79-4231d990494e 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:46:43,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-73bd9714-fbe1-4a1c-af79-4231d990494e 2019-01-20 11:46:43,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7376b148-a37a-48a5-bb04-4d686ab32860 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" 2019-01-20 11:46:43,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9447ed97-be34-4dea-8846-01808f158554 Date: Sun, 20 Jan 2019 11:46:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7376b148-a37a-48a5-bb04-4d686ab32860","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:42Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"f05db49f-97eb-4ef3-b6d9-68101805a12a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-subnet"}]} 2019-01-20 11:46:43,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7376b148-a37a-48a5-bb04-4d686ab32860 used request id req-9447ed97-be34-4dea-8846-01808f158554 2019-01-20 11:46:43,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7376b148-a37a-48a5-bb04-4d686ab32860&name=NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" 2019-01-20 11:46:43,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-90ec57bc-244b-4f1c-ba3f-e80d31120c41 Date: Sun, 20 Jan 2019 11:46:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7376b148-a37a-48a5-bb04-4d686ab32860","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:42Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"f05db49f-97eb-4ef3-b6d9-68101805a12a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-subnet"}]} 2019-01-20 11:46:43,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7376b148-a37a-48a5-bb04-4d686ab32860&name=NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-subnet used request id req-90ec57bc-244b-4f1c-ba3f-e80d31120c41 2019-01-20 11:46:43,983 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:46:43,984 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:46:44,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:46:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["1ZGMadbZTJOrOxFZ-T401w"], "issued_at": "2019-01-20T11:46:44.000000Z"}} 2019-01-20 11:46:44,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f0d81f1db3918c4f359b0336ab17b45305e2fb" 2019-01-20 11:46:44,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-625dc7a6-30dd-4c38-a44f-8a70be2decd6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:46:44,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-625dc7a6-30dd-4c38-a44f-8a70be2decd6 2019-01-20 11:46:44,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" 2019-01-20 11:46:44,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8bb1a3a9-ef7e-4a10-a6b9-187f6f8b93db Date: Sun, 20 Jan 2019 11:46:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7376b148-a37a-48a5-bb04-4d686ab32860","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["f05db49f-97eb-4ef3-b6d9-68101805a12a"],"description":"","tags":[],"updated_at":"2019-01-20T11:46:42Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:41Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:44,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-net used request id req-8bb1a3a9-ef7e-4a10-a6b9-187f6f8b93db 2019-01-20 11:46:44,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7376b148-a37a-48a5-bb04-4d686ab32860 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" 2019-01-20 11:46:44,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6acc5c9f-e5e4-41bd-9487-d4e5dbcfc60b Date: Sun, 20 Jan 2019 11:46:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7376b148-a37a-48a5-bb04-4d686ab32860","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:42Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"f05db49f-97eb-4ef3-b6d9-68101805a12a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-subnet"}]} 2019-01-20 11:46:44,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7376b148-a37a-48a5-bb04-4d686ab32860 used request id req-6acc5c9f-e5e4-41bd-9487-d4e5dbcfc60b 2019-01-20 11:46:44,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" 2019-01-20 11:46:45,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4e296b87-87a0-4eb6-aed7-7cc43e020207 Date: Sun, 20 Jan 2019 11:46:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7376b148-a37a-48a5-bb04-4d686ab32860","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["f05db49f-97eb-4ef3-b6d9-68101805a12a"],"description":"","tags":[],"updated_at":"2019-01-20T11:46:42Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:41Z","provider:network_type":"vxlan"}]} 2019-01-20 11:46:45,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-net used request id req-4e296b87-87a0-4eb6-aed7-7cc43e020207 2019-01-20 11:46:45,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:46:45,020 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:46: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:46:45,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f0d81f1db3918c4f359b0336ab17b45305e2fb" 2019-01-20 11:46:45,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67231037-333d-4069-9c8c-32f38aaa102d 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:46:45,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-67231037-333d-4069-9c8c-32f38aaa102d 2019-01-20 11:46:45,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7376b148-a37a-48a5-bb04-4d686ab32860 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" 2019-01-20 11:46:45,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2568d32b-8eb8-449a-92a1-886f084fad2d Date: Sun, 20 Jan 2019 11:46:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7376b148-a37a-48a5-bb04-4d686ab32860","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:42Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"f05db49f-97eb-4ef3-b6d9-68101805a12a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-subnet"}]} 2019-01-20 11:46:45,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7376b148-a37a-48a5-bb04-4d686ab32860 used request id req-2568d32b-8eb8-449a-92a1-886f084fad2d 2019-01-20 11:46:45,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7376b148-a37a-48a5-bb04-4d686ab32860&name=NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" 2019-01-20 11:46:45,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-17efd583-dfde-4728-b2b1-c0858909f6df Date: Sun, 20 Jan 2019 11:46:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7376b148-a37a-48a5-bb04-4d686ab32860","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:42Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"f05db49f-97eb-4ef3-b6d9-68101805a12a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-subnet"}]} 2019-01-20 11:46:45,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7376b148-a37a-48a5-bb04-4d686ab32860&name=NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-subnet used request id req-17efd583-dfde-4728-b2b1-c0858909f6df 2019-01-20 11:46:45,204 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-net 2019-01-20 11:46:45,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" -d '{"port": {"network_id": "7376b148-a37a-48a5-bb04-4d686ab32860", "fixed_ips": [{"subnet_id": "f05db49f-97eb-4ef3-b6d9-68101805a12a", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2019-01-20 11:46:45,993 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 811 X-Openstack-Request-Id: req-88dd53a8-d644-4199-87e8-9a1ce4fc76a6 Date: Sun, 20 Jan 2019 11:46:45 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:46:45Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f05db49f-97eb-4ef3-b6d9-68101805a12a","ip_address":"10.55.1.100"}],"id":"6c95f4ad-18a1-4ff3-a832-0dd5f991798e","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:63:f6:57","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"632adb60eb5b46cbaf6c905003618b09","qos_policy_id":null,"admin_state_up":true,"network_id":"7376b148-a37a-48a5-bb04-4d686ab32860","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:45Z","binding:vnic_type":"normal"}} 2019-01-20 11:46:45,993 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-88dd53a8-d644-4199-87e8-9a1ce4fc76a6 2019-01-20 11:46:45,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports/6c95f4ad-18a1-4ff3-a832-0dd5f991798e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" 2019-01-20 11:46:46,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 811 X-Openstack-Request-Id: req-0cbb1715-a16d-48e9-a9f2-2d0acd8e946b Date: Sun, 20 Jan 2019 11:46:46 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:46:45Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f05db49f-97eb-4ef3-b6d9-68101805a12a","ip_address":"10.55.1.100"}],"id":"6c95f4ad-18a1-4ff3-a832-0dd5f991798e","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:63:f6:57","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"632adb60eb5b46cbaf6c905003618b09","qos_policy_id":null,"admin_state_up":true,"network_id":"7376b148-a37a-48a5-bb04-4d686ab32860","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:46:45Z","binding:vnic_type":"normal"}} 2019-01-20 11:46:46,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports/6c95f4ad-18a1-4ff3-a832-0dd5f991798e used request id req-0cbb1715-a16d-48e9-a9f2-2d0acd8e946b 2019-01-20 11:46:46,233 - neutron_utils - INFO - Deleting port with name 2019-01-20 11:46:46,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/6c95f4ad-18a1-4ff3-a832-0dd5f991798e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" 2019-01-20 11:46:46,932 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5d165423-5506-4b2b-a179-07a6aa1b28ad Date: Sun, 20 Jan 2019 11:46:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:46:46,933 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/6c95f4ad-18a1-4ff3-a832-0dd5f991798e used request id req-5d165423-5506-4b2b-a179-07a6aa1b28ad 2019-01-20 11:46:46,933 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-subnet 2019-01-20 11:46:46,933 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-subnet 2019-01-20 11:46:46,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/f05db49f-97eb-4ef3-b6d9-68101805a12a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" 2019-01-20 11:46:48,911 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-55c910d3-fa85-4740-868b-ab09fbc24b9b Date: Sun, 20 Jan 2019 11:46:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:46:48,911 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/f05db49f-97eb-4ef3-b6d9-68101805a12a used request id req-55c910d3-fa85-4740-868b-ab09fbc24b9b 2019-01-20 11:46:48,911 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-0e3bce81-14b7-4ded-8a94-e5984abd6124-pub-net 2019-01-20 11:46:48,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/7376b148-a37a-48a5-bb04-4d686ab32860 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b2fd2f173a4a482ff70f62d1229607acdb725a8" 2019-01-20 11:46:50,377 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a1a07dca-d370-4189-b956-46c670d4376e Date: Sun, 20 Jan 2019 11:46:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:46:50,377 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/7376b148-a37a-48a5-bb04-4d686ab32860 used request id req-a1a07dca-d370-4189-b956-46c670d4376e 2019-01-20 11:46:50,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:46:50,768 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:46:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["cjn7JRTzQ-aVeT4F-OhmWw"], "issued_at": "2019-01-20T11:46:50.000000Z"}} 2019-01-20 11:46:50,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}172071c7badbb13a90e99c32795253b1cd27993d" 2019-01-20 11:46:50,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa9bbafe-af49-462a-8c68-5ed76c52aa61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:46:50,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fa9bbafe-af49-462a-8c68-5ed76c52aa61 2019-01-20 11:46:50,874 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:46:50,875 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:46:51,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:46:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["0FC2iWvsTWC5LznspbFwCQ"], "issued_at": "2019-01-20T11:46:51.000000Z"}} 2019-01-20 11:46:51,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6709bd75301abd0d19085ffc35978a17dcb40785" 2019-01-20 11:46:51,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e8f3b40-9f12-4e11-9755-9865edfad9d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:46:51,340 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6e8f3b40-9f12-4e11-9755-9865edfad9d6 2019-01-20 11:46:51,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-100c39da-ec70-4daf-a107-d2a9c35b1323-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}172071c7badbb13a90e99c32795253b1cd27993d" 2019-01-20 11:46:51,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-389142cb-7277-467f-ba22-da34688aa9db Date: Sun, 20 Jan 2019 11:46:51 GMT RESP BODY: {"networks":[]} 2019-01-20 11:46:51,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NeutronUtilsRouterTests-100c39da-ec70-4daf-a107-d2a9c35b1323-pub-net used request id req-389142cb-7277-467f-ba22-da34688aa9db 2019-01-20 11:46:51,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:46:51,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:46:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["8z3sJo4ERD6SCPrux-cZew"], "issued_at": "2019-01-20T11:46:51.000000Z"}} 2019-01-20 11:46:51,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f16e4dff8efee9ed5391076c4a54edd5a2ac11" 2019-01-20 11:46:51,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f108530e-dcde-4e33-bc08-c8c6d4ae2724 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:46:51,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f108530e-dcde-4e33-bc08-c8c6d4ae2724 2019-01-20 11:46:51,990 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:46:51,991 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:46:52,392 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:46:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["PxE3BxFNQ7Kc8LlpxnAfYA"], "issued_at": "2019-01-20T11:46:52.000000Z"}} 2019-01-20 11:46:52,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94f2d4698d9cf7bf2be48d12696833fc6a28047e" 2019-01-20 11:46:52,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71c38e30-5632-4e1c-8ea6-bf151230268e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:46:52,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-71c38e30-5632-4e1c-8ea6-bf151230268e 2019-01-20 11:46:52,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f16e4dff8efee9ed5391076c4a54edd5a2ac11" 2019-01-20 11:46:52,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-7f3fa278-df44-4a30-bc79-ddffef42ae85 Date: Sun, 20 Jan 2019 11:46:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 11:46:52,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-7f3fa278-df44-4a30-bc79-ddffef42ae85 2019-01-20 11:46:52,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f16e4dff8efee9ed5391076c4a54edd5a2ac11" 2019-01-20 11:46:52,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-63a2414f-705e-4185-a217-2d5be51b5c46 Date: Sun, 20 Jan 2019 11:46:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-20 11:46:52,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-63a2414f-705e-4185-a217-2d5be51b5c46 2019-01-20 11:46:52,943 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-f81381f7-3eb3-4e37-9fd5-00ceb7b23772-pub-router 2019-01-20 11:46:52,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f16e4dff8efee9ed5391076c4a54edd5a2ac11" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "NeutronUtilsRouterTests-f81381f7-3eb3-4e37-9fd5-00ceb7b23772-pub-router", "admin_state_up": true}}' 2019-01-20 11:46:57,805 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-214d7f14-4f44-4094-86a7-17f5c7b3a273 Date: Sun, 20 Jan 2019 11:46:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:46:53Z", "admin_state_up": true, "updated_at": "2019-01-20T11:46:54Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "f37c9c78-e75e-4971-a583-fe89f2529029", "name": "NeutronUtilsRouterTests-f81381f7-3eb3-4e37-9fd5-00ceb7b23772-pub-router"}} 2019-01-20 11:46:57,805 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-214d7f14-4f44-4094-86a7-17f5c7b3a273 2019-01-20 11:46:57,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=f37c9c78-e75e-4971-a583-fe89f2529029 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f16e4dff8efee9ed5391076c4a54edd5a2ac11" 2019-01-20 11:46:58,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3249 X-Openstack-Request-Id: req-91ea8c2c-c6db-4149-b10a-18ad6ffd80c8 Date: Sun, 20 Jan 2019 11:46:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:46:55Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"91efa2c0-2dda-464d-9db9-4ab8938b77db","ip_address":"169.254.192.3"}],"id":"27df5c3f-e1ea-4f5a-acf4-cff473f6168c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4d:91:a1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"bda9fd53-d32a-4f23-838d-8610d4384f83","tenant_id":"","created_at":"2019-01-20T11:46:55Z","binding:vnic_type":"normal","device_id":"f37c9c78-e75e-4971-a583-fe89f2529029"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:46:55Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"91efa2c0-2dda-464d-9db9-4ab8938b77db","ip_address":"169.254.192.8"}],"id":"660a33ba-f4a5-448a-93b7-9e9c78f67682","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9f:fd:cc","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"bda9fd53-d32a-4f23-838d-8610d4384f83","tenant_id":"","created_at":"2019-01-20T11:46:54Z","binding:vnic_type":"normal","device_id":"f37c9c78-e75e-4971-a583-fe89f2529029"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:46:58Z","device_owner":"network:router_gateway","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.202"}],"id":"78e10174-95af-4e3b-b5ad-bf32be6a7772","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7c:39:9c","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":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"","created_at":"2019-01-20T11:46:54Z","binding:vnic_type":"normal","device_id":"f37c9c78-e75e-4971-a583-fe89f2529029"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:46:56Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"91efa2c0-2dda-464d-9db9-4ab8938b77db","ip_address":"169.254.192.11"}],"id":"a555d263-dc3c-47b3-b831-e69fc6a564d9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a0:9e:7a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"bda9fd53-d32a-4f23-838d-8610d4384f83","tenant_id":"","created_at":"2019-01-20T11:46:56Z","binding:vnic_type":"normal","device_id":"f37c9c78-e75e-4971-a583-fe89f2529029"}]} 2019-01-20 11:46:58,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=f37c9c78-e75e-4971-a583-fe89f2529029 used request id req-91ea8c2c-c6db-4149-b10a-18ad6ffd80c8 2019-01-20 11:46:58,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/91efa2c0-2dda-464d-9db9-4ab8938b77db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f16e4dff8efee9ed5391076c4a54edd5a2ac11" 2019-01-20 11:46:58,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f7bfc74c-9951-4aa2-925c-dc03c3aac2d5 Date: Sun, 20 Jan 2019 11:46:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"bda9fd53-d32a-4f23-838d-8610d4384f83","tenant_id":"","created_at":"2019-01-20T11:46:53Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:53Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"91efa2c0-2dda-464d-9db9-4ab8938b77db","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:46:58,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/91efa2c0-2dda-464d-9db9-4ab8938b77db used request id req-f7bfc74c-9951-4aa2-925c-dc03c3aac2d5 2019-01-20 11:46:58,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f16e4dff8efee9ed5391076c4a54edd5a2ac11" 2019-01-20 11:46:58,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-2ed7e5e2-db76-4bed-b9b2-5faa5f97ae88 Date: Sun, 20 Jan 2019 11:46:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 11:46:58,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-2ed7e5e2-db76-4bed-b9b2-5faa5f97ae88 2019-01-20 11:46:58,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/91efa2c0-2dda-464d-9db9-4ab8938b77db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f16e4dff8efee9ed5391076c4a54edd5a2ac11" 2019-01-20 11:46:58,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-11b08acc-3ca5-4a16-9099-b8dede2b2d1c Date: Sun, 20 Jan 2019 11:46:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"bda9fd53-d32a-4f23-838d-8610d4384f83","tenant_id":"","created_at":"2019-01-20T11:46:53Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:53Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"91efa2c0-2dda-464d-9db9-4ab8938b77db","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:46:58,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/91efa2c0-2dda-464d-9db9-4ab8938b77db used request id req-11b08acc-3ca5-4a16-9099-b8dede2b2d1c 2019-01-20 11:46:58,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/91efa2c0-2dda-464d-9db9-4ab8938b77db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f16e4dff8efee9ed5391076c4a54edd5a2ac11" 2019-01-20 11:46:58,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f3fb6390-4a80-43f9-8dea-d7ec4284291c Date: Sun, 20 Jan 2019 11:46:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"bda9fd53-d32a-4f23-838d-8610d4384f83","tenant_id":"","created_at":"2019-01-20T11:46:53Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:53Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"91efa2c0-2dda-464d-9db9-4ab8938b77db","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:46:58,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/91efa2c0-2dda-464d-9db9-4ab8938b77db used request id req-f3fb6390-4a80-43f9-8dea-d7ec4284291c 2019-01-20 11:46:58,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-f81381f7-3eb3-4e37-9fd5-00ceb7b23772-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f16e4dff8efee9ed5391076c4a54edd5a2ac11" 2019-01-20 11:46:59,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-03bae103-2315-4f58-90ba-2af37a1ef8ef Date: Sun, 20 Jan 2019 11:46:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:46:53Z", "admin_state_up": true, "updated_at": "2019-01-20T11:46:57Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "f37c9c78-e75e-4971-a583-fe89f2529029", "name": "NeutronUtilsRouterTests-f81381f7-3eb3-4e37-9fd5-00ceb7b23772-pub-router"}]} 2019-01-20 11:46:59,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-f81381f7-3eb3-4e37-9fd5-00ceb7b23772-pub-router used request id req-03bae103-2315-4f58-90ba-2af37a1ef8ef 2019-01-20 11:46:59,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:46:59,032 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:46: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:46:59,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f16e4dff8efee9ed5391076c4a54edd5a2ac11" 2019-01-20 11:46:59,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:46:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7cf40a2-685c-4e2d-b64e-c984525ead40 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:46:59,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-c7cf40a2-685c-4e2d-b64e-c984525ead40 2019-01-20 11:46:59,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=f37c9c78-e75e-4971-a583-fe89f2529029 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f16e4dff8efee9ed5391076c4a54edd5a2ac11" 2019-01-20 11:46:59,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3407 X-Openstack-Request-Id: req-0a4e09cf-7cb3-4f04-9643-409f8af2793c Date: Sun, 20 Jan 2019 11:46:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:46:55Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"91efa2c0-2dda-464d-9db9-4ab8938b77db","ip_address":"169.254.192.3"}],"id":"27df5c3f-e1ea-4f5a-acf4-cff473f6168c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4d:91:a1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"bda9fd53-d32a-4f23-838d-8610d4384f83","tenant_id":"","created_at":"2019-01-20T11:46:55Z","binding:vnic_type":"normal","device_id":"f37c9c78-e75e-4971-a583-fe89f2529029"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:46:55Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"91efa2c0-2dda-464d-9db9-4ab8938b77db","ip_address":"169.254.192.8"}],"id":"660a33ba-f4a5-448a-93b7-9e9c78f67682","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9f:fd:cc","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"bda9fd53-d32a-4f23-838d-8610d4384f83","tenant_id":"","created_at":"2019-01-20T11:46:54Z","binding:vnic_type":"normal","device_id":"f37c9c78-e75e-4971-a583-fe89f2529029"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:46:58Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.202"}],"id":"78e10174-95af-4e3b-b5ad-bf32be6a7772","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:39:9c","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":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"","created_at":"2019-01-20T11:46:54Z","binding:vnic_type":"normal","device_id":"f37c9c78-e75e-4971-a583-fe89f2529029"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:46:58Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"91efa2c0-2dda-464d-9db9-4ab8938b77db","ip_address":"169.254.192.11"}],"id":"a555d263-dc3c-47b3-b831-e69fc6a564d9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a0:9e:7a","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"bda9fd53-d32a-4f23-838d-8610d4384f83","tenant_id":"","created_at":"2019-01-20T11:46:56Z","binding:vnic_type":"normal","device_id":"f37c9c78-e75e-4971-a583-fe89f2529029"}]} 2019-01-20 11:46:59,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=f37c9c78-e75e-4971-a583-fe89f2529029 used request id req-0a4e09cf-7cb3-4f04-9643-409f8af2793c 2019-01-20 11:46:59,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/91efa2c0-2dda-464d-9db9-4ab8938b77db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f16e4dff8efee9ed5391076c4a54edd5a2ac11" 2019-01-20 11:46:59,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c92218d2-84bd-478c-a816-279535e3ec75 Date: Sun, 20 Jan 2019 11:46:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"bda9fd53-d32a-4f23-838d-8610d4384f83","tenant_id":"","created_at":"2019-01-20T11:46:53Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:53Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"91efa2c0-2dda-464d-9db9-4ab8938b77db","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:46:59,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/91efa2c0-2dda-464d-9db9-4ab8938b77db used request id req-c92218d2-84bd-478c-a816-279535e3ec75 2019-01-20 11:46:59,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f16e4dff8efee9ed5391076c4a54edd5a2ac11" 2019-01-20 11:46:59,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-9bbb1c28-4389-4724-a1b1-2a0eec2221d0 Date: Sun, 20 Jan 2019 11:46:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 11:46:59,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-9bbb1c28-4389-4724-a1b1-2a0eec2221d0 2019-01-20 11:46:59,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/91efa2c0-2dda-464d-9db9-4ab8938b77db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f16e4dff8efee9ed5391076c4a54edd5a2ac11" 2019-01-20 11:46:59,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d980d328-7f24-4429-a886-5b672fddcd39 Date: Sun, 20 Jan 2019 11:46:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"bda9fd53-d32a-4f23-838d-8610d4384f83","tenant_id":"","created_at":"2019-01-20T11:46:53Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:53Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"91efa2c0-2dda-464d-9db9-4ab8938b77db","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:46:59,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/91efa2c0-2dda-464d-9db9-4ab8938b77db used request id req-d980d328-7f24-4429-a886-5b672fddcd39 2019-01-20 11:46:59,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/91efa2c0-2dda-464d-9db9-4ab8938b77db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f16e4dff8efee9ed5391076c4a54edd5a2ac11" 2019-01-20 11:46:59,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e0a74b38-5be3-479e-bf15-a79b295bd014 Date: Sun, 20 Jan 2019 11:46:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"bda9fd53-d32a-4f23-838d-8610d4384f83","tenant_id":"","created_at":"2019-01-20T11:46:53Z","dns_nameservers":[],"updated_at":"2019-01-20T11:46:53Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"91efa2c0-2dda-464d-9db9-4ab8938b77db","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:46:59,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/91efa2c0-2dda-464d-9db9-4ab8938b77db used request id req-e0a74b38-5be3-479e-bf15-a79b295bd014 2019-01-20 11:46:59,696 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-f81381f7-3eb3-4e37-9fd5-00ceb7b23772-pub-router 2019-01-20 11:46:59,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/f37c9c78-e75e-4971-a583-fe89f2529029 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f16e4dff8efee9ed5391076c4a54edd5a2ac11" 2019-01-20 11:47:03,417 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d8dbe666-dd88-4ad1-bc79-379275da3d9e Content-Length: 0 Date: Sun, 20 Jan 2019 11:47:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:47:03,417 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/f37c9c78-e75e-4971-a583-fe89f2529029 used request id req-d8dbe666-dd88-4ad1-bc79-379275da3d9e 2019-01-20 11:47:03,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-f81381f7-3eb3-4e37-9fd5-00ceb7b23772-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70f16e4dff8efee9ed5391076c4a54edd5a2ac11" 2019-01-20 11:47:03,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-523e294d-a15f-4dd9-a3cf-9d02377fb118 Date: Sun, 20 Jan 2019 11:47:03 GMT RESP BODY: {"routers": []} 2019-01-20 11:47:03,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-f81381f7-3eb3-4e37-9fd5-00ceb7b23772-pub-router used request id req-523e294d-a15f-4dd9-a3cf-9d02377fb118 2019-01-20 11:47:03,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:47:03,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:47:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["NPkQIFiPTnODk48uw_JdLA"], "issued_at": "2019-01-20T11:47:03.000000Z"}} 2019-01-20 11:47:03,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3be641b5e4a89d35961d8e16c6edaf3715d0fd3" 2019-01-20 11:47:03,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0922cd2f-54f1-4789-84ba-5c8fcfa02cbe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:47:03,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0922cd2f-54f1-4789-84ba-5c8fcfa02cbe 2019-01-20 11:47:03,941 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:47:03,942 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:47:04,333 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:47:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["4cTbNFTwQVWpsWBDFx3k5A"], "issued_at": "2019-01-20T11:47:04.000000Z"}} 2019-01-20 11:47:04,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f69bb8da3b40091a6394f6b7c9aa910ce5eea8" 2019-01-20 11:47:04,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0615cb88-7062-466d-a2d2-c422c1c82758 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:47:04,418 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0615cb88-7062-466d-a2d2-c422c1c82758 2019-01-20 11:47:04,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3be641b5e4a89d35961d8e16c6edaf3715d0fd3" 2019-01-20 11:47:04,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-9061b323-b571-478b-9bf3-c9546cedf5c1 Date: Sun, 20 Jan 2019 11:47:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 11:47:04,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-9061b323-b571-478b-9bf3-c9546cedf5c1 2019-01-20 11:47:04,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3be641b5e4a89d35961d8e16c6edaf3715d0fd3" 2019-01-20 11:47:04,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-67f558cb-9e35-4666-9a9c-7a76f658c9fe Date: Sun, 20 Jan 2019 11:47:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-20 11:47:04,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-67f558cb-9e35-4666-9a9c-7a76f658c9fe 2019-01-20 11:47:04,861 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-304f0b48-acd8-4582-a6c4-0fdfd29ba2f9-pub-router 2019-01-20 11:47:04,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3be641b5e4a89d35961d8e16c6edaf3715d0fd3" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "NeutronUtilsRouterTests-304f0b48-acd8-4582-a6c4-0fdfd29ba2f9-pub-router", "admin_state_up": true}}' 2019-01-20 11:47:09,865 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-a945e4d0-053b-49c7-809d-957aa00fd219 Date: Sun, 20 Jan 2019 11:47:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:05Z", "admin_state_up": true, "updated_at": "2019-01-20T11:47:06Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "46f77692-0501-407c-9762-d0cc16b10da7", "name": "NeutronUtilsRouterTests-304f0b48-acd8-4582-a6c4-0fdfd29ba2f9-pub-router"}} 2019-01-20 11:47:09,865 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-a945e4d0-053b-49c7-809d-957aa00fd219 2019-01-20 11:47:09,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=46f77692-0501-407c-9762-d0cc16b10da7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3be641b5e4a89d35961d8e16c6edaf3715d0fd3" 2019-01-20 11:47:10,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-31ca62ce-0230-4c8d-ab04-fb77bc150003 Date: Sun, 20 Jan 2019 11:47:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:47:06Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.207"}],"id":"29a1b20f-f5ab-4058-9979-b293f5e1cdd5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:83:a6:3e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"","created_at":"2019-01-20T11:47:05Z","binding:vnic_type":"normal","device_id":"46f77692-0501-407c-9762-d0cc16b10da7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:47:08Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"14318521-5bcb-40b1-ab1d-2b0c469ee7a6","ip_address":"169.254.192.1"}],"id":"75aef8eb-2694-4647-b4ac-9cb3ff67ccc8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0a:49:36","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"745c37d1-3358-4e6b-bccc-045da7501f16","tenant_id":"","created_at":"2019-01-20T11:47:08Z","binding:vnic_type":"normal","device_id":"46f77692-0501-407c-9762-d0cc16b10da7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:47:07Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"14318521-5bcb-40b1-ab1d-2b0c469ee7a6","ip_address":"169.254.192.4"}],"id":"9ada8d16-82a8-4b19-aa9c-f16ecbcceacf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:70:9c:3a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"745c37d1-3358-4e6b-bccc-045da7501f16","tenant_id":"","created_at":"2019-01-20T11:47:07Z","binding:vnic_type":"normal","device_id":"46f77692-0501-407c-9762-d0cc16b10da7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:47:07Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"14318521-5bcb-40b1-ab1d-2b0c469ee7a6","ip_address":"169.254.192.3"}],"id":"b6a2fba2-9f8f-4eb1-88b7-d88d434f9647","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3c:4d:b7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"745c37d1-3358-4e6b-bccc-045da7501f16","tenant_id":"","created_at":"2019-01-20T11:47:06Z","binding:vnic_type":"normal","device_id":"46f77692-0501-407c-9762-d0cc16b10da7"}]} 2019-01-20 11:47:10,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=46f77692-0501-407c-9762-d0cc16b10da7 used request id req-31ca62ce-0230-4c8d-ab04-fb77bc150003 2019-01-20 11:47:10,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3be641b5e4a89d35961d8e16c6edaf3715d0fd3" 2019-01-20 11:47:10,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-df82409d-bf79-4a31-bb3f-217648331112 Date: Sun, 20 Jan 2019 11:47:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 11:47:10,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-df82409d-bf79-4a31-bb3f-217648331112 2019-01-20 11:47:10,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/14318521-5bcb-40b1-ab1d-2b0c469ee7a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3be641b5e4a89d35961d8e16c6edaf3715d0fd3" 2019-01-20 11:47:10,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d94082e0-c11f-4cb8-b923-090fe82c83b9 Date: Sun, 20 Jan 2019 11:47:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"745c37d1-3358-4e6b-bccc-045da7501f16","tenant_id":"","created_at":"2019-01-20T11:47:05Z","dns_nameservers":[],"updated_at":"2019-01-20T11:47:05Z","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":"14318521-5bcb-40b1-ab1d-2b0c469ee7a6","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:47:10,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/14318521-5bcb-40b1-ab1d-2b0c469ee7a6 used request id req-d94082e0-c11f-4cb8-b923-090fe82c83b9 2019-01-20 11:47:10,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/14318521-5bcb-40b1-ab1d-2b0c469ee7a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3be641b5e4a89d35961d8e16c6edaf3715d0fd3" 2019-01-20 11:47:10,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-7b0aa8b6-ae53-4ebf-893b-6bf2000dd56b Date: Sun, 20 Jan 2019 11:47:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"745c37d1-3358-4e6b-bccc-045da7501f16","tenant_id":"","created_at":"2019-01-20T11:47:05Z","dns_nameservers":[],"updated_at":"2019-01-20T11:47:05Z","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":"14318521-5bcb-40b1-ab1d-2b0c469ee7a6","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:47:10,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/14318521-5bcb-40b1-ab1d-2b0c469ee7a6 used request id req-7b0aa8b6-ae53-4ebf-893b-6bf2000dd56b 2019-01-20 11:47:10,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/14318521-5bcb-40b1-ab1d-2b0c469ee7a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3be641b5e4a89d35961d8e16c6edaf3715d0fd3" 2019-01-20 11:47:10,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-da2199c6-b7c7-4a85-aa04-338d785cd6a1 Date: Sun, 20 Jan 2019 11:47:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"745c37d1-3358-4e6b-bccc-045da7501f16","tenant_id":"","created_at":"2019-01-20T11:47:05Z","dns_nameservers":[],"updated_at":"2019-01-20T11:47:05Z","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":"14318521-5bcb-40b1-ab1d-2b0c469ee7a6","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:47:10,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/14318521-5bcb-40b1-ab1d-2b0c469ee7a6 used request id req-da2199c6-b7c7-4a85-aa04-338d785cd6a1 2019-01-20 11:47:10,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-304f0b48-acd8-4582-a6c4-0fdfd29ba2f9-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3be641b5e4a89d35961d8e16c6edaf3715d0fd3" 2019-01-20 11:47:11,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-e0c412ae-cc96-4b06-9ea4-6121040d6adc Date: Sun, 20 Jan 2019 11:47:11 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:05Z", "admin_state_up": true, "updated_at": "2019-01-20T11:47:09Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "46f77692-0501-407c-9762-d0cc16b10da7", "name": "NeutronUtilsRouterTests-304f0b48-acd8-4582-a6c4-0fdfd29ba2f9-pub-router"}]} 2019-01-20 11:47:11,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-304f0b48-acd8-4582-a6c4-0fdfd29ba2f9-pub-router used request id req-e0c412ae-cc96-4b06-9ea4-6121040d6adc 2019-01-20 11:47:11,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:47:11,026 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:47: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:47:11,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3be641b5e4a89d35961d8e16c6edaf3715d0fd3" 2019-01-20 11:47:11,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb60799f-abd4-4047-9903-a656ae60103c 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:47:11,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-cb60799f-abd4-4047-9903-a656ae60103c 2019-01-20 11:47:11,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=46f77692-0501-407c-9762-d0cc16b10da7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3be641b5e4a89d35961d8e16c6edaf3715d0fd3" 2019-01-20 11:47:11,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3406 X-Openstack-Request-Id: req-fd20d616-cf27-4309-8263-26d2c9043b0d Date: Sun, 20 Jan 2019 11:47:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:47:10Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.207"}],"id":"29a1b20f-f5ab-4058-9979-b293f5e1cdd5","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:a6:3e","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":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"","created_at":"2019-01-20T11:47:05Z","binding:vnic_type":"normal","device_id":"46f77692-0501-407c-9762-d0cc16b10da7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:47:08Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"14318521-5bcb-40b1-ab1d-2b0c469ee7a6","ip_address":"169.254.192.1"}],"id":"75aef8eb-2694-4647-b4ac-9cb3ff67ccc8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0a:49:36","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"745c37d1-3358-4e6b-bccc-045da7501f16","tenant_id":"","created_at":"2019-01-20T11:47:08Z","binding:vnic_type":"normal","device_id":"46f77692-0501-407c-9762-d0cc16b10da7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:47:11Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"14318521-5bcb-40b1-ab1d-2b0c469ee7a6","ip_address":"169.254.192.4"}],"id":"9ada8d16-82a8-4b19-aa9c-f16ecbcceacf","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:70:9c:3a","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"745c37d1-3358-4e6b-bccc-045da7501f16","tenant_id":"","created_at":"2019-01-20T11:47:07Z","binding:vnic_type":"normal","device_id":"46f77692-0501-407c-9762-d0cc16b10da7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:47:07Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"14318521-5bcb-40b1-ab1d-2b0c469ee7a6","ip_address":"169.254.192.3"}],"id":"b6a2fba2-9f8f-4eb1-88b7-d88d434f9647","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3c:4d:b7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 632adb60eb5b46cbaf6c905003618b09","admin_state_up":true,"network_id":"745c37d1-3358-4e6b-bccc-045da7501f16","tenant_id":"","created_at":"2019-01-20T11:47:06Z","binding:vnic_type":"normal","device_id":"46f77692-0501-407c-9762-d0cc16b10da7"}]} 2019-01-20 11:47:11,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=46f77692-0501-407c-9762-d0cc16b10da7 used request id req-fd20d616-cf27-4309-8263-26d2c9043b0d 2019-01-20 11:47:11,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3be641b5e4a89d35961d8e16c6edaf3715d0fd3" 2019-01-20 11:47:11,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-cb9dd098-98da-4860-9f6e-600b2384de98 Date: Sun, 20 Jan 2019 11:47:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 11:47:11,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-cb9dd098-98da-4860-9f6e-600b2384de98 2019-01-20 11:47:11,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/14318521-5bcb-40b1-ab1d-2b0c469ee7a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3be641b5e4a89d35961d8e16c6edaf3715d0fd3" 2019-01-20 11:47:11,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-474ef14a-41f1-477c-8aab-bf547d6a682b Date: Sun, 20 Jan 2019 11:47:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"745c37d1-3358-4e6b-bccc-045da7501f16","tenant_id":"","created_at":"2019-01-20T11:47:05Z","dns_nameservers":[],"updated_at":"2019-01-20T11:47:05Z","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":"14318521-5bcb-40b1-ab1d-2b0c469ee7a6","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:47:11,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/14318521-5bcb-40b1-ab1d-2b0c469ee7a6 used request id req-474ef14a-41f1-477c-8aab-bf547d6a682b 2019-01-20 11:47:11,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/14318521-5bcb-40b1-ab1d-2b0c469ee7a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3be641b5e4a89d35961d8e16c6edaf3715d0fd3" 2019-01-20 11:47:11,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f20866ca-eb08-40f6-b1d0-8dbfc1dd5871 Date: Sun, 20 Jan 2019 11:47:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"745c37d1-3358-4e6b-bccc-045da7501f16","tenant_id":"","created_at":"2019-01-20T11:47:05Z","dns_nameservers":[],"updated_at":"2019-01-20T11:47:05Z","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":"14318521-5bcb-40b1-ab1d-2b0c469ee7a6","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:47:11,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/14318521-5bcb-40b1-ab1d-2b0c469ee7a6 used request id req-f20866ca-eb08-40f6-b1d0-8dbfc1dd5871 2019-01-20 11:47:11,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/14318521-5bcb-40b1-ab1d-2b0c469ee7a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3be641b5e4a89d35961d8e16c6edaf3715d0fd3" 2019-01-20 11:47:11,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-3445088e-da31-477b-8d7f-c0fe3659cf0e Date: Sun, 20 Jan 2019 11:47:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"745c37d1-3358-4e6b-bccc-045da7501f16","tenant_id":"","created_at":"2019-01-20T11:47:05Z","dns_nameservers":[],"updated_at":"2019-01-20T11:47:05Z","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":"14318521-5bcb-40b1-ab1d-2b0c469ee7a6","subnetpool_id":null,"name":"HA subnet tenant 632adb60eb5b46cbaf6c905003618b09"}} 2019-01-20 11:47:11,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/14318521-5bcb-40b1-ab1d-2b0c469ee7a6 used request id req-3445088e-da31-477b-8d7f-c0fe3659cf0e 2019-01-20 11:47:11,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3be641b5e4a89d35961d8e16c6edaf3715d0fd3" 2019-01-20 11:47:11,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-d43bccb0-bb78-4344-b0cf-d9cc95a9d66d Date: Sun, 20 Jan 2019 11:47:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 11:47:11,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-d43bccb0-bb78-4344-b0cf-d9cc95a9d66d 2019-01-20 11:47:11,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3be641b5e4a89d35961d8e16c6edaf3715d0fd3" 2019-01-20 11:47:12,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-cf11e374-b8f4-43f4-a4cc-5e1a397fd257 Date: Sun, 20 Jan 2019 11:47:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-20 11:47:12,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-cf11e374-b8f4-43f4-a4cc-5e1a397fd257 2019-01-20 11:47:12,142 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-304f0b48-acd8-4582-a6c4-0fdfd29ba2f9-pub-router 2019-01-20 11:47:12,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/46f77692-0501-407c-9762-d0cc16b10da7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3be641b5e4a89d35961d8e16c6edaf3715d0fd3" 2019-01-20 11:47:15,447 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b7d36ae9-6d7c-445d-b984-d2409552a073 Content-Length: 0 Date: Sun, 20 Jan 2019 11:47:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:47:15,447 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/46f77692-0501-407c-9762-d0cc16b10da7 used request id req-b7d36ae9-6d7c-445d-b984-d2409552a073 2019-01-20 11:47:15,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-304f0b48-acd8-4582-a6c4-0fdfd29ba2f9-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3be641b5e4a89d35961d8e16c6edaf3715d0fd3" 2019-01-20 11:47:15,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-55d4fb9e-b0a1-44e9-b708-2824dd44287c Date: Sun, 20 Jan 2019 11:47:15 GMT RESP BODY: {"routers": []} 2019-01-20 11:47:15,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=NeutronUtilsRouterTests-304f0b48-acd8-4582-a6c4-0fdfd29ba2f9-pub-router used request id req-55d4fb9e-b0a1-44e9-b708-2824dd44287c 2019-01-20 11:47:15,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:47:15,913 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:47:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["DP4b9WMzQEuvI4wei-RS9Q"], "issued_at": "2019-01-20T11:47:15.000000Z"}} 2019-01-20 11:47:15,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e12c7b1d710d777d804a67eedf25d72bffc094a" 2019-01-20 11:47:16,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07f2a37e-31b9-449c-84ec-77421be04a69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:47:16,000 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-07f2a37e-31b9-449c-84ec-77421be04a69 2019-01-20 11:47:16,001 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-a900d546-1101-49cd-a06e-e1ec2d5b3592name 2019-01-20 11:47:16,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e12c7b1d710d777d804a67eedf25d72bffc094a" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-a900d546-1101-49cd-a06e-e1ec2d5b3592name"}}' 2019-01-20 11:47:16,379 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-020ba897-72e6-45be-b0b1-41806867acb5 Date: Sun, 20 Jan 2019 11:47:16 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:16Z", "updated_at": "2019-01-20T11:47:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:16Z", "revision_number": 0, "id": "5687f5f7-f582-471e-bfc9-6774cdaf0fed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:16Z", "security_group_id": "9f619c0c-9b7c-4b5a-b934-cd5066804846", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:16Z", "revision_number": 0, "id": "65680cc6-d54e-4f68-881a-68d745925301", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:16Z", "security_group_id": "9f619c0c-9b7c-4b5a-b934-cd5066804846", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 2, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "9f619c0c-9b7c-4b5a-b934-cd5066804846", "name": "NeutronUtilsSecurityGroupTests-a900d546-1101-49cd-a06e-e1ec2d5b3592name"}} 2019-01-20 11:47:16,379 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-020ba897-72e6-45be-b0b1-41806867acb5 2019-01-20 11:47:16,380 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f619c0c-9b7c-4b5a-b934-cd5066804846 2019-01-20 11:47:16,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9f619c0c-9b7c-4b5a-b934-cd5066804846 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e12c7b1d710d777d804a67eedf25d72bffc094a" 2019-01-20 11:47:16,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b02447c1-1f5b-4f21-9bf5-904ad58fb9de Date: Sun, 20 Jan 2019 11:47: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": "2019-01-20T11:47:16Z", "security_group_id": "9f619c0c-9b7c-4b5a-b934-cd5066804846", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:16Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "5687f5f7-f582-471e-bfc9-6774cdaf0fed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:47:16Z", "security_group_id": "9f619c0c-9b7c-4b5a-b934-cd5066804846", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:16Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "65680cc6-d54e-4f68-881a-68d745925301"}]} 2019-01-20 11:47:16,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9f619c0c-9b7c-4b5a-b934-cd5066804846 used request id req-b02447c1-1f5b-4f21-9bf5-904ad58fb9de 2019-01-20 11:47:16,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-a900d546-1101-49cd-a06e-e1ec2d5b3592name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e12c7b1d710d777d804a67eedf25d72bffc094a" 2019-01-20 11:47:16,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-e916fadb-def1-42cc-8f65-403c52ecea13 Date: Sun, 20 Jan 2019 11:47:16 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:16Z", "updated_at": "2019-01-20T11:47:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:16Z", "revision_number": 0, "id": "65680cc6-d54e-4f68-881a-68d745925301", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:16Z", "security_group_id": "9f619c0c-9b7c-4b5a-b934-cd5066804846", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:16Z", "revision_number": 0, "id": "5687f5f7-f582-471e-bfc9-6774cdaf0fed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:16Z", "security_group_id": "9f619c0c-9b7c-4b5a-b934-cd5066804846", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 2, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "9f619c0c-9b7c-4b5a-b934-cd5066804846", "name": "NeutronUtilsSecurityGroupTests-a900d546-1101-49cd-a06e-e1ec2d5b3592name"}]} 2019-01-20 11:47:16,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-a900d546-1101-49cd-a06e-e1ec2d5b3592name used request id req-e916fadb-def1-42cc-8f65-403c52ecea13 2019-01-20 11:47:16,791 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f619c0c-9b7c-4b5a-b934-cd5066804846 2019-01-20 11:47:16,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9f619c0c-9b7c-4b5a-b934-cd5066804846 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e12c7b1d710d777d804a67eedf25d72bffc094a" 2019-01-20 11:47:16,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ce7209fe-9135-4d72-b789-a797be357277 Date: Sun, 20 Jan 2019 11:47: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": "2019-01-20T11:47:16Z", "security_group_id": "9f619c0c-9b7c-4b5a-b934-cd5066804846", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:16Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "5687f5f7-f582-471e-bfc9-6774cdaf0fed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:47:16Z", "security_group_id": "9f619c0c-9b7c-4b5a-b934-cd5066804846", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:16Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "65680cc6-d54e-4f68-881a-68d745925301"}]} 2019-01-20 11:47:16,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9f619c0c-9b7c-4b5a-b934-cd5066804846 used request id req-ce7209fe-9135-4d72-b789-a797be357277 2019-01-20 11:47:16,975 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-a900d546-1101-49cd-a06e-e1ec2d5b3592name 2019-01-20 11:47:16,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/9f619c0c-9b7c-4b5a-b934-cd5066804846 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e12c7b1d710d777d804a67eedf25d72bffc094a" 2019-01-20 11:47:17,295 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-74522668-81df-4bb3-be04-a95f4b040d03 Content-Length: 0 Date: Sun, 20 Jan 2019 11:47:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:47:17,296 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/9f619c0c-9b7c-4b5a-b934-cd5066804846 used request id req-74522668-81df-4bb3-be04-a95f4b040d03 2019-01-20 11:47:17,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-a900d546-1101-49cd-a06e-e1ec2d5b3592name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e12c7b1d710d777d804a67eedf25d72bffc094a" 2019-01-20 11:47:17,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-a00ed87d-90f4-4d17-b874-f1e8f6daa389 Date: Sun, 20 Jan 2019 11:47:17 GMT RESP BODY: {"security_groups": []} 2019-01-20 11:47:17,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-a900d546-1101-49cd-a06e-e1ec2d5b3592name used request id req-a00ed87d-90f4-4d17-b874-f1e8f6daa389 2019-01-20 11:47:17,470 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:47:17,861 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:47:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["_HkqMcFbRcKBJirdq_Jmww"], "issued_at": "2019-01-20T11:47:17.000000Z"}} 2019-01-20 11:47:17,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4abb0dd6464d1c6697bb5163eb2e47e7ed3dfedb" 2019-01-20 11:47:17,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ccc96cf-ca9d-498b-bfac-36961c8fb5e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:47:17,944 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6ccc96cf-ca9d-498b-bfac-36961c8fb5e6 2019-01-20 11:47:17,946 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:47:18,317 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:47:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["62TKDGcuRdGR_Dv2A_-_LQ"], "issued_at": "2019-01-20T11:47:18.000000Z"}} 2019-01-20 11:47:18,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06dc32216d6acc5ad29155cb5a3ed68fa84af7eb" 2019-01-20 11:47:18,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c4d1180-5cf1-45c1-9e3d-bda97a487f88 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:47:18,401 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9c4d1180-5cf1-45c1-9e3d-bda97a487f88 2019-01-20 11:47:18,402 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-ae1b0971-02e0-4f3a-a319-7f10cdf46a97name 2019-01-20 11:47:18,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06dc32216d6acc5ad29155cb5a3ed68fa84af7eb" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-ae1b0971-02e0-4f3a-a319-7f10cdf46a97name", "description": "hello group"}}' 2019-01-20 11:47:18,750 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-9b5c0979-4259-4616-b0cf-f74ee0b632d4 Date: Sun, 20 Jan 2019 11:47:18 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:18Z", "updated_at": "2019-01-20T11:47:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:18Z", "revision_number": 0, "id": "67e62305-d8a2-4eae-94fb-69f41301ec4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:18Z", "security_group_id": "ea5adfbc-f8fe-4160-9892-6f8101aa8bc4", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:18Z", "revision_number": 0, "id": "cbc9ab83-ab41-4853-9f00-22d79c8188d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:18Z", "security_group_id": "ea5adfbc-f8fe-4160-9892-6f8101aa8bc4", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 2, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "ea5adfbc-f8fe-4160-9892-6f8101aa8bc4", "name": "NeutronUtilsSecurityGroupTests-ae1b0971-02e0-4f3a-a319-7f10cdf46a97name"}} 2019-01-20 11:47:18,750 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-9b5c0979-4259-4616-b0cf-f74ee0b632d4 2019-01-20 11:47:18,750 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea5adfbc-f8fe-4160-9892-6f8101aa8bc4 2019-01-20 11:47:18,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=ea5adfbc-f8fe-4160-9892-6f8101aa8bc4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06dc32216d6acc5ad29155cb5a3ed68fa84af7eb" 2019-01-20 11:47:18,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-50d2f339-a464-4066-b7d8-90c43147eac6 Date: Sun, 20 Jan 2019 11:47: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": "2019-01-20T11:47:18Z", "security_group_id": "ea5adfbc-f8fe-4160-9892-6f8101aa8bc4", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:18Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "67e62305-d8a2-4eae-94fb-69f41301ec4e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:47:18Z", "security_group_id": "ea5adfbc-f8fe-4160-9892-6f8101aa8bc4", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:18Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "cbc9ab83-ab41-4853-9f00-22d79c8188d4"}]} 2019-01-20 11:47:18,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=ea5adfbc-f8fe-4160-9892-6f8101aa8bc4 used request id req-50d2f339-a464-4066-b7d8-90c43147eac6 2019-01-20 11:47:18,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-ae1b0971-02e0-4f3a-a319-7f10cdf46a97name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06dc32216d6acc5ad29155cb5a3ed68fa84af7eb" 2019-01-20 11:47:19,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-e2b48b73-563f-4225-a7af-e2e41c42403d Date: Sun, 20 Jan 2019 11:47:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:18Z", "updated_at": "2019-01-20T11:47:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:18Z", "revision_number": 0, "id": "cbc9ab83-ab41-4853-9f00-22d79c8188d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:18Z", "security_group_id": "ea5adfbc-f8fe-4160-9892-6f8101aa8bc4", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:18Z", "revision_number": 0, "id": "67e62305-d8a2-4eae-94fb-69f41301ec4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:18Z", "security_group_id": "ea5adfbc-f8fe-4160-9892-6f8101aa8bc4", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 2, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "ea5adfbc-f8fe-4160-9892-6f8101aa8bc4", "name": "NeutronUtilsSecurityGroupTests-ae1b0971-02e0-4f3a-a319-7f10cdf46a97name"}]} 2019-01-20 11:47:19,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-ae1b0971-02e0-4f3a-a319-7f10cdf46a97name&description=hello+group used request id req-e2b48b73-563f-4225-a7af-e2e41c42403d 2019-01-20 11:47:19,174 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea5adfbc-f8fe-4160-9892-6f8101aa8bc4 2019-01-20 11:47:19,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=ea5adfbc-f8fe-4160-9892-6f8101aa8bc4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06dc32216d6acc5ad29155cb5a3ed68fa84af7eb" 2019-01-20 11:47:19,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6e4b5135-8369-47c9-b824-2e78c1c6b23c Date: Sun, 20 Jan 2019 11:47: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": "2019-01-20T11:47:18Z", "security_group_id": "ea5adfbc-f8fe-4160-9892-6f8101aa8bc4", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:18Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "67e62305-d8a2-4eae-94fb-69f41301ec4e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:47:18Z", "security_group_id": "ea5adfbc-f8fe-4160-9892-6f8101aa8bc4", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:18Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "cbc9ab83-ab41-4853-9f00-22d79c8188d4"}]} 2019-01-20 11:47:19,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=ea5adfbc-f8fe-4160-9892-6f8101aa8bc4 used request id req-6e4b5135-8369-47c9-b824-2e78c1c6b23c 2019-01-20 11:47:19,379 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-ae1b0971-02e0-4f3a-a319-7f10cdf46a97name 2019-01-20 11:47:19,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/ea5adfbc-f8fe-4160-9892-6f8101aa8bc4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06dc32216d6acc5ad29155cb5a3ed68fa84af7eb" 2019-01-20 11:47:19,679 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-47ae625d-c058-4991-bf5b-3493358c1067 Content-Length: 0 Date: Sun, 20 Jan 2019 11:47:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:47:19,679 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/ea5adfbc-f8fe-4160-9892-6f8101aa8bc4 used request id req-47ae625d-c058-4991-bf5b-3493358c1067 2019-01-20 11:47:19,680 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:47:20,060 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:47:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["i7Qn6LGjRDyuT9uPUzcmIg"], "issued_at": "2019-01-20T11:47:20.000000Z"}} 2019-01-20 11:47:20,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e560306f5dea9cfcfe122eb17645aaaa9f887b6" 2019-01-20 11:47:20,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca906f70-cde5-46ac-9f13-ba34f7edcef7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:47:20,135 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ca906f70-cde5-46ac-9f13-ba34f7edcef7 2019-01-20 11:47:20,137 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-4259e831-cc85-4c8f-af4e-a760ec3a20e0name 2019-01-20 11:47:20,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e560306f5dea9cfcfe122eb17645aaaa9f887b6" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-4259e831-cc85-4c8f-af4e-a760ec3a20e0name", "description": "hello group"}}' 2019-01-20 11:47:20,493 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-9e2b03ad-a3b6-4861-bd8e-284c5c46f6fe Date: Sun, 20 Jan 2019 11:47:20 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:20Z", "updated_at": "2019-01-20T11:47:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:20Z", "revision_number": 0, "id": "1748dd09-ac50-460b-85f3-85c10f2588bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:20Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:20Z", "revision_number": 0, "id": "ff0bb455-e6b4-435e-a81c-327df228660a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:20Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 2, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "name": "NeutronUtilsSecurityGroupTests-4259e831-cc85-4c8f-af4e-a760ec3a20e0name"}} 2019-01-20 11:47:20,493 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-9e2b03ad-a3b6-4861-bd8e-284c5c46f6fe 2019-01-20 11:47:20,493 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 663e8717-f3d3-44f9-a1ed-24ad43d07612 2019-01-20 11:47:20,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=663e8717-f3d3-44f9-a1ed-24ad43d07612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e560306f5dea9cfcfe122eb17645aaaa9f887b6" 2019-01-20 11:47:20,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-db64b14f-010b-4324-bbbd-43f5f4e1ed66 Date: Sun, 20 Jan 2019 11:47: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": "2019-01-20T11:47:20Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:20Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "1748dd09-ac50-460b-85f3-85c10f2588bf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:47:20Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:20Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "ff0bb455-e6b4-435e-a81c-327df228660a"}]} 2019-01-20 11:47:20,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=663e8717-f3d3-44f9-a1ed-24ad43d07612 used request id req-db64b14f-010b-4324-bbbd-43f5f4e1ed66 2019-01-20 11:47:20,712 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 663e8717-f3d3-44f9-a1ed-24ad43d07612 2019-01-20 11:47:20,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=663e8717-f3d3-44f9-a1ed-24ad43d07612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e560306f5dea9cfcfe122eb17645aaaa9f887b6" 2019-01-20 11:47:20,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6ab32f0b-4bfd-4f1b-aec5-3357356e07f3 Date: Sun, 20 Jan 2019 11:47: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": "2019-01-20T11:47:20Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:20Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "1748dd09-ac50-460b-85f3-85c10f2588bf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:47:20Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:20Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "ff0bb455-e6b4-435e-a81c-327df228660a"}]} 2019-01-20 11:47:20,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=663e8717-f3d3-44f9-a1ed-24ad43d07612 used request id req-6ab32f0b-4bfd-4f1b-aec5-3357356e07f3 2019-01-20 11:47:20,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e560306f5dea9cfcfe122eb17645aaaa9f887b6" 2019-01-20 11:47:20,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7f1642c-fb6a-4b17-8ba0-c1c39203fc15 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:47:20,984 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c7f1642c-fb6a-4b17-8ba0-c1c39203fc15 2019-01-20 11:47:20,986 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-4259e831-cc85-4c8f-af4e-a760ec3a20e0name 2019-01-20 11:47:20,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-4259e831-cc85-4c8f-af4e-a760ec3a20e0name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e560306f5dea9cfcfe122eb17645aaaa9f887b6" 2019-01-20 11:47:21,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-7c88cf66-8d70-461f-b8ff-95182a18f074 Date: Sun, 20 Jan 2019 11:47:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:20Z", "updated_at": "2019-01-20T11:47:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:20Z", "revision_number": 0, "id": "ff0bb455-e6b4-435e-a81c-327df228660a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:20Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:20Z", "revision_number": 0, "id": "1748dd09-ac50-460b-85f3-85c10f2588bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:20Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 2, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "name": "NeutronUtilsSecurityGroupTests-4259e831-cc85-4c8f-af4e-a760ec3a20e0name"}]} 2019-01-20 11:47:21,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-4259e831-cc85-4c8f-af4e-a760ec3a20e0name used request id req-7c88cf66-8d70-461f-b8ff-95182a18f074 2019-01-20 11:47:21,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:47:21,188 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:47: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:47:21,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e560306f5dea9cfcfe122eb17645aaaa9f887b6" 2019-01-20 11:47:21,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1b29463-6bff-4e85-b8ec-cf15ee96f4dd 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:47:21,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-a1b29463-6bff-4e85-b8ec-cf15ee96f4dd 2019-01-20 11:47:21,269 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 663e8717-f3d3-44f9-a1ed-24ad43d07612 2019-01-20 11:47:21,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=663e8717-f3d3-44f9-a1ed-24ad43d07612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e560306f5dea9cfcfe122eb17645aaaa9f887b6" 2019-01-20 11:47:21,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-da45839e-9903-456a-9d2b-0f87d0b0b3b2 Date: Sun, 20 Jan 2019 11:47: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": "2019-01-20T11:47:20Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:20Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "1748dd09-ac50-460b-85f3-85c10f2588bf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:47:20Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:20Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "ff0bb455-e6b4-435e-a81c-327df228660a"}]} 2019-01-20 11:47:21,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=663e8717-f3d3-44f9-a1ed-24ad43d07612 used request id req-da45839e-9903-456a-9d2b-0f87d0b0b3b2 2019-01-20 11:47:21,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}6e560306f5dea9cfcfe122eb17645aaaa9f887b6" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612"}}' 2019-01-20 11:47:21,612 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-06cb0c93-64ff-432f-8e87-a1fd3047201d Date: Sun, 20 Jan 2019 11:47:21 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": "2019-01-20T11:47:21Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:21Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "43b5a94d-3dc9-4386-b3a5-2bfa68eb19ca"}} 2019-01-20 11:47:21,613 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-06cb0c93-64ff-432f-8e87-a1fd3047201d 2019-01-20 11:47:21,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-4259e831-cc85-4c8f-af4e-a760ec3a20e0name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e560306f5dea9cfcfe122eb17645aaaa9f887b6" 2019-01-20 11:47:21,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-e6764432-3d1e-485d-b2d9-66d8e2f29f29 Date: Sun, 20 Jan 2019 11:47:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:20Z", "updated_at": "2019-01-20T11:47:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:20Z", "revision_number": 0, "id": "1748dd09-ac50-460b-85f3-85c10f2588bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:20Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:20Z", "revision_number": 0, "id": "ff0bb455-e6b4-435e-a81c-327df228660a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:20Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:21Z", "revision_number": 0, "id": "43b5a94d-3dc9-4386-b3a5-2bfa68eb19ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:21Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 3, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "name": "NeutronUtilsSecurityGroupTests-4259e831-cc85-4c8f-af4e-a760ec3a20e0name"}]} 2019-01-20 11:47:21,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-4259e831-cc85-4c8f-af4e-a760ec3a20e0name&description=hello+group used request id req-e6764432-3d1e-485d-b2d9-66d8e2f29f29 2019-01-20 11:47:21,826 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 663e8717-f3d3-44f9-a1ed-24ad43d07612 2019-01-20 11:47:21,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=663e8717-f3d3-44f9-a1ed-24ad43d07612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e560306f5dea9cfcfe122eb17645aaaa9f887b6" 2019-01-20 11:47:21,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-2acd231f-e6c6-47be-ad53-bde161e99fdc Date: Sun, 20 Jan 2019 11:47: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": "2019-01-20T11:47:20Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:20Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "1748dd09-ac50-460b-85f3-85c10f2588bf"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:47:21Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:21Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "43b5a94d-3dc9-4386-b3a5-2bfa68eb19ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:47:20Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:20Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "ff0bb455-e6b4-435e-a81c-327df228660a"}]} 2019-01-20 11:47:21,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=663e8717-f3d3-44f9-a1ed-24ad43d07612 used request id req-2acd231f-e6c6-47be-ad53-bde161e99fdc 2019-01-20 11:47:21,855 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 663e8717-f3d3-44f9-a1ed-24ad43d07612 2019-01-20 11:47:21,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=663e8717-f3d3-44f9-a1ed-24ad43d07612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e560306f5dea9cfcfe122eb17645aaaa9f887b6" 2019-01-20 11:47:22,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-a4a6ee9e-5926-4ef8-9030-bda8cdc2058f Date: Sun, 20 Jan 2019 11:47: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": "2019-01-20T11:47:20Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:20Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "1748dd09-ac50-460b-85f3-85c10f2588bf"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:47:21Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:21Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "43b5a94d-3dc9-4386-b3a5-2bfa68eb19ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:47:20Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:20Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "ff0bb455-e6b4-435e-a81c-327df228660a"}]} 2019-01-20 11:47:22,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=663e8717-f3d3-44f9-a1ed-24ad43d07612 used request id req-a4a6ee9e-5926-4ef8-9030-bda8cdc2058f 2019-01-20 11:47:22,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-4259e831-cc85-4c8f-af4e-a760ec3a20e0name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e560306f5dea9cfcfe122eb17645aaaa9f887b6" 2019-01-20 11:47:22,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-d8e75386-9540-4935-82a8-4e3965c8f0d2 Date: Sun, 20 Jan 2019 11:47:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:20Z", "updated_at": "2019-01-20T11:47:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:20Z", "revision_number": 0, "id": "ff0bb455-e6b4-435e-a81c-327df228660a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:20Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:21Z", "revision_number": 0, "id": "43b5a94d-3dc9-4386-b3a5-2bfa68eb19ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:21Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:20Z", "revision_number": 0, "id": "1748dd09-ac50-460b-85f3-85c10f2588bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:20Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 3, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "name": "NeutronUtilsSecurityGroupTests-4259e831-cc85-4c8f-af4e-a760ec3a20e0name"}]} 2019-01-20 11:47:22,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-4259e831-cc85-4c8f-af4e-a760ec3a20e0name&description=hello+group used request id req-d8e75386-9540-4935-82a8-4e3965c8f0d2 2019-01-20 11:47:22,255 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 663e8717-f3d3-44f9-a1ed-24ad43d07612 2019-01-20 11:47:22,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=663e8717-f3d3-44f9-a1ed-24ad43d07612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e560306f5dea9cfcfe122eb17645aaaa9f887b6" 2019-01-20 11:47:22,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-77de2f26-07d4-4c00-884a-549ec7ebddf2 Date: Sun, 20 Jan 2019 11:47: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": "2019-01-20T11:47:20Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:20Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "1748dd09-ac50-460b-85f3-85c10f2588bf"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:47:21Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:21Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "43b5a94d-3dc9-4386-b3a5-2bfa68eb19ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:47:20Z", "security_group_id": "663e8717-f3d3-44f9-a1ed-24ad43d07612", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:20Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "ff0bb455-e6b4-435e-a81c-327df228660a"}]} 2019-01-20 11:47:22,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=663e8717-f3d3-44f9-a1ed-24ad43d07612 used request id req-77de2f26-07d4-4c00-884a-549ec7ebddf2 2019-01-20 11:47:22,467 - neutron_utils - INFO - Deleting security group rule with ID - 1748dd09-ac50-460b-85f3-85c10f2588bf 2019-01-20 11:47:22,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/1748dd09-ac50-460b-85f3-85c10f2588bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e560306f5dea9cfcfe122eb17645aaaa9f887b6" 2019-01-20 11:47:22,559 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3b1f183f-46bc-482f-9708-38a17efbb4f2 Content-Length: 0 Date: Sun, 20 Jan 2019 11:47:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:47:22,559 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/1748dd09-ac50-460b-85f3-85c10f2588bf used request id req-3b1f183f-46bc-482f-9708-38a17efbb4f2 2019-01-20 11:47:22,559 - neutron_utils - INFO - Deleting security group rule with ID - ff0bb455-e6b4-435e-a81c-327df228660a 2019-01-20 11:47:22,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/ff0bb455-e6b4-435e-a81c-327df228660a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e560306f5dea9cfcfe122eb17645aaaa9f887b6" 2019-01-20 11:47:22,816 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1fea0da9-03c2-431a-ac5d-5d2e52926f58 Content-Length: 0 Date: Sun, 20 Jan 2019 11:47:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:47:22,816 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/ff0bb455-e6b4-435e-a81c-327df228660a used request id req-1fea0da9-03c2-431a-ac5d-5d2e52926f58 2019-01-20 11:47:22,816 - neutron_utils - INFO - Deleting security group rule with ID - 43b5a94d-3dc9-4386-b3a5-2bfa68eb19ca 2019-01-20 11:47:22,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/43b5a94d-3dc9-4386-b3a5-2bfa68eb19ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e560306f5dea9cfcfe122eb17645aaaa9f887b6" 2019-01-20 11:47:23,203 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3225f223-1743-44f6-84c0-7cc06247e776 Content-Length: 0 Date: Sun, 20 Jan 2019 11:47:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:47:23,203 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/43b5a94d-3dc9-4386-b3a5-2bfa68eb19ca used request id req-3225f223-1743-44f6-84c0-7cc06247e776 2019-01-20 11:47:23,203 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-4259e831-cc85-4c8f-af4e-a760ec3a20e0name 2019-01-20 11:47:23,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/663e8717-f3d3-44f9-a1ed-24ad43d07612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e560306f5dea9cfcfe122eb17645aaaa9f887b6" 2019-01-20 11:47:23,457 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-79e8db30-4a78-4737-8e61-ec6302a7f404 Content-Length: 0 Date: Sun, 20 Jan 2019 11:47:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:47:23,457 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/663e8717-f3d3-44f9-a1ed-24ad43d07612 used request id req-79e8db30-4a78-4737-8e61-ec6302a7f404 2019-01-20 11:47:23,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:47:23,843 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:47:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["2uNqpYUOS7GXIOLSTH_zqQ"], "issued_at": "2019-01-20T11:47:23.000000Z"}} 2019-01-20 11:47:23,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9372d50c26e9859eee01a6bf7ed09d17c3ff7b1a" 2019-01-20 11:47:23,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e83aa9cc-bc1a-4fb1-b3b9-6924d00cbf53 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:47:23,926 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e83aa9cc-bc1a-4fb1-b3b9-6924d00cbf53 2019-01-20 11:47:23,928 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-cf8e5bf7-f298-4f19-9a0c-903abf94690bname-1 2019-01-20 11:47:23,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9372d50c26e9859eee01a6bf7ed09d17c3ff7b1a" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-cf8e5bf7-f298-4f19-9a0c-903abf94690bname-1", "description": "hello group"}}' 2019-01-20 11:47:24,266 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-ae5b4286-e975-4b1a-b931-d57042ff561d Date: Sun, 20 Jan 2019 11:47:24 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:24Z", "updated_at": "2019-01-20T11:47:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:24Z", "revision_number": 0, "id": "3cec466e-b1c0-485d-8a75-837410b2050d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:24Z", "security_group_id": "f2fd84fd-4a0e-4a64-a425-901f216130fd", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:24Z", "revision_number": 0, "id": "d7593dba-cc57-409f-8926-d470692002a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:24Z", "security_group_id": "f2fd84fd-4a0e-4a64-a425-901f216130fd", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 2, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "f2fd84fd-4a0e-4a64-a425-901f216130fd", "name": "NeutronUtilsSecurityGroupTests-cf8e5bf7-f298-4f19-9a0c-903abf94690bname-1"}} 2019-01-20 11:47:24,266 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-ae5b4286-e975-4b1a-b931-d57042ff561d 2019-01-20 11:47:24,266 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2fd84fd-4a0e-4a64-a425-901f216130fd 2019-01-20 11:47:24,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f2fd84fd-4a0e-4a64-a425-901f216130fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9372d50c26e9859eee01a6bf7ed09d17c3ff7b1a" 2019-01-20 11:47:24,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-04066c17-c4d2-4d1d-82af-c55d34b7c703 Date: Sun, 20 Jan 2019 11:47: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": "2019-01-20T11:47:24Z", "security_group_id": "f2fd84fd-4a0e-4a64-a425-901f216130fd", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:24Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "3cec466e-b1c0-485d-8a75-837410b2050d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:47:24Z", "security_group_id": "f2fd84fd-4a0e-4a64-a425-901f216130fd", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:24Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "d7593dba-cc57-409f-8926-d470692002a4"}]} 2019-01-20 11:47:24,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f2fd84fd-4a0e-4a64-a425-901f216130fd used request id req-04066c17-c4d2-4d1d-82af-c55d34b7c703 2019-01-20 11:47:24,447 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-cf8e5bf7-f298-4f19-9a0c-903abf94690bname-2 2019-01-20 11:47:24,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9372d50c26e9859eee01a6bf7ed09d17c3ff7b1a" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-cf8e5bf7-f298-4f19-9a0c-903abf94690bname-2", "description": "hello group"}}' 2019-01-20 11:47:24,786 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-bd633b6f-c4e2-4111-8be8-23c273b9835f Date: Sun, 20 Jan 2019 11:47:24 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:24Z", "updated_at": "2019-01-20T11:47:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:24Z", "revision_number": 0, "id": "b0d3d526-a201-4338-b8e8-1b7d95bec186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:24Z", "security_group_id": "6e549ec8-ca1a-416a-93a6-1fde998469d3", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:24Z", "revision_number": 0, "id": "c674f3d8-a403-4330-bcf1-90f823fa21b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:24Z", "security_group_id": "6e549ec8-ca1a-416a-93a6-1fde998469d3", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 2, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "6e549ec8-ca1a-416a-93a6-1fde998469d3", "name": "NeutronUtilsSecurityGroupTests-cf8e5bf7-f298-4f19-9a0c-903abf94690bname-2"}} 2019-01-20 11:47:24,786 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-bd633b6f-c4e2-4111-8be8-23c273b9835f 2019-01-20 11:47:24,787 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e549ec8-ca1a-416a-93a6-1fde998469d3 2019-01-20 11:47:24,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6e549ec8-ca1a-416a-93a6-1fde998469d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9372d50c26e9859eee01a6bf7ed09d17c3ff7b1a" 2019-01-20 11:47:24,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-eab1391b-1419-4057-9064-bdc50c94c9a9 Date: Sun, 20 Jan 2019 11:47: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": "2019-01-20T11:47:24Z", "security_group_id": "6e549ec8-ca1a-416a-93a6-1fde998469d3", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:24Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "b0d3d526-a201-4338-b8e8-1b7d95bec186"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:47:24Z", "security_group_id": "6e549ec8-ca1a-416a-93a6-1fde998469d3", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:24Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "c674f3d8-a403-4330-bcf1-90f823fa21b6"}]} 2019-01-20 11:47:24,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6e549ec8-ca1a-416a-93a6-1fde998469d3 used request id req-eab1391b-1419-4057-9064-bdc50c94c9a9 2019-01-20 11:47:25,000 - neutron_utils - INFO - Retrieving security group with ID - f2fd84fd-4a0e-4a64-a425-901f216130fd 2019-01-20 11:47:25,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=f2fd84fd-4a0e-4a64-a425-901f216130fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9372d50c26e9859eee01a6bf7ed09d17c3ff7b1a" 2019-01-20 11:47:25,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-c63f7d5f-e708-4a7c-b815-61280e65e4b2 Date: Sun, 20 Jan 2019 11:47:25 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:24Z", "updated_at": "2019-01-20T11:47:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:24Z", "revision_number": 0, "id": "3cec466e-b1c0-485d-8a75-837410b2050d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:24Z", "security_group_id": "f2fd84fd-4a0e-4a64-a425-901f216130fd", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:24Z", "revision_number": 0, "id": "d7593dba-cc57-409f-8926-d470692002a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:24Z", "security_group_id": "f2fd84fd-4a0e-4a64-a425-901f216130fd", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 2, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "f2fd84fd-4a0e-4a64-a425-901f216130fd", "name": "NeutronUtilsSecurityGroupTests-cf8e5bf7-f298-4f19-9a0c-903abf94690bname-1"}]} 2019-01-20 11:47:25,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=f2fd84fd-4a0e-4a64-a425-901f216130fd used request id req-c63f7d5f-e708-4a7c-b815-61280e65e4b2 2019-01-20 11:47:25,215 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f2fd84fd-4a0e-4a64-a425-901f216130fd 2019-01-20 11:47:25,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f2fd84fd-4a0e-4a64-a425-901f216130fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9372d50c26e9859eee01a6bf7ed09d17c3ff7b1a" 2019-01-20 11:47:25,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f03d5c55-8423-4c8b-8aa4-a1b11243a21a Date: Sun, 20 Jan 2019 11:47: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": "2019-01-20T11:47:24Z", "security_group_id": "f2fd84fd-4a0e-4a64-a425-901f216130fd", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:24Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "3cec466e-b1c0-485d-8a75-837410b2050d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:47:24Z", "security_group_id": "f2fd84fd-4a0e-4a64-a425-901f216130fd", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:24Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "d7593dba-cc57-409f-8926-d470692002a4"}]} 2019-01-20 11:47:25,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f2fd84fd-4a0e-4a64-a425-901f216130fd used request id req-f03d5c55-8423-4c8b-8aa4-a1b11243a21a 2019-01-20 11:47:25,377 - neutron_utils - INFO - Retrieving security group with ID - 6e549ec8-ca1a-416a-93a6-1fde998469d3 2019-01-20 11:47:25,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=6e549ec8-ca1a-416a-93a6-1fde998469d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9372d50c26e9859eee01a6bf7ed09d17c3ff7b1a" 2019-01-20 11:47:25,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-976c0a8f-64d7-437a-a647-fcfceb1c107e Date: Sun, 20 Jan 2019 11:47:25 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:24Z", "updated_at": "2019-01-20T11:47:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:24Z", "revision_number": 0, "id": "b0d3d526-a201-4338-b8e8-1b7d95bec186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:24Z", "security_group_id": "6e549ec8-ca1a-416a-93a6-1fde998469d3", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:47:24Z", "revision_number": 0, "id": "c674f3d8-a403-4330-bcf1-90f823fa21b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:47:24Z", "security_group_id": "6e549ec8-ca1a-416a-93a6-1fde998469d3", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 2, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "6e549ec8-ca1a-416a-93a6-1fde998469d3", "name": "NeutronUtilsSecurityGroupTests-cf8e5bf7-f298-4f19-9a0c-903abf94690bname-2"}]} 2019-01-20 11:47:25,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=6e549ec8-ca1a-416a-93a6-1fde998469d3 used request id req-976c0a8f-64d7-437a-a647-fcfceb1c107e 2019-01-20 11:47:25,591 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e549ec8-ca1a-416a-93a6-1fde998469d3 2019-01-20 11:47:25,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6e549ec8-ca1a-416a-93a6-1fde998469d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9372d50c26e9859eee01a6bf7ed09d17c3ff7b1a" 2019-01-20 11:47:25,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5acf8a30-5600-4689-8c7c-980da76135d7 Date: Sun, 20 Jan 2019 11:47: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": "2019-01-20T11:47:24Z", "security_group_id": "6e549ec8-ca1a-416a-93a6-1fde998469d3", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:24Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "b0d3d526-a201-4338-b8e8-1b7d95bec186"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:47:24Z", "security_group_id": "6e549ec8-ca1a-416a-93a6-1fde998469d3", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:24Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "c674f3d8-a403-4330-bcf1-90f823fa21b6"}]} 2019-01-20 11:47:25,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6e549ec8-ca1a-416a-93a6-1fde998469d3 used request id req-5acf8a30-5600-4689-8c7c-980da76135d7 2019-01-20 11:47:25,619 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-cf8e5bf7-f298-4f19-9a0c-903abf94690bname-1 2019-01-20 11:47:25,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/f2fd84fd-4a0e-4a64-a425-901f216130fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9372d50c26e9859eee01a6bf7ed09d17c3ff7b1a" 2019-01-20 11:47:25,923 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b76ecc54-727b-435b-a001-fa1ca8239932 Content-Length: 0 Date: Sun, 20 Jan 2019 11:47:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:47:25,923 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/f2fd84fd-4a0e-4a64-a425-901f216130fd used request id req-b76ecc54-727b-435b-a001-fa1ca8239932 2019-01-20 11:47:25,924 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-cf8e5bf7-f298-4f19-9a0c-903abf94690bname-2 2019-01-20 11:47:25,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/6e549ec8-ca1a-416a-93a6-1fde998469d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9372d50c26e9859eee01a6bf7ed09d17c3ff7b1a" 2019-01-20 11:47:26,043 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-16ef6e38-5425-46da-84fe-e938a2ef4735 Content-Length: 0 Date: Sun, 20 Jan 2019 11:47:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:47:26,043 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/6e549ec8-ca1a-416a-93a6-1fde998469d3 used request id req-16ef6e38-5425-46da-84fe-e938a2ef4735 2019-01-20 11:47:26,045 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:47:26,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:47:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["bOgFBc7vRGyauZTgarA6vA"], "issued_at": "2019-01-20T11:47:26.000000Z"}} 2019-01-20 11:47:26,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2eb0a5534f8ee6457804b2ae46f7d8b266ac880" 2019-01-20 11:47:26,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cac3d174-9550-4e8c-8100-cd9d628fea53 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:47:26,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cac3d174-9550-4e8c-8100-cd9d628fea53 2019-01-20 11:47:26,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2eb0a5534f8ee6457804b2ae46f7d8b266ac880" 2019-01-20 11:47:26,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2681a270-8a41-4a4e-acdd-26539577198c Date: Sun, 20 Jan 2019 11:47:26 GMT RESP BODY: {"floatingips": []} 2019-01-20 11:47:26,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-2681a270-8a41-4a4e-acdd-26539577198c 2019-01-20 11:47:26,684 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-20 11:47:26,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2eb0a5534f8ee6457804b2ae46f7d8b266ac880" 2019-01-20 11:47:26,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-f43327e1-3666-408b-8f7b-6a0abae8d503 Date: Sun, 20 Jan 2019 11:47:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 11:47:26,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-f43327e1-3666-408b-8f7b-6a0abae8d503 2019-01-20 11:47:26,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2eb0a5534f8ee6457804b2ae46f7d8b266ac880" 2019-01-20 11:47:27,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4f4fc51f-729e-4aa2-9aac-fd23ecf887d3 Date: Sun, 20 Jan 2019 11:47:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-20 11:47:27,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-4f4fc51f-729e-4aa2-9aac-fd23ecf887d3 2019-01-20 11:47:27,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2eb0a5534f8ee6457804b2ae46f7d8b266ac880" -d '{"floatingip": {"floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}}' 2019-01-20 11:47:28,373 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-fecf6cdb-90eb-4b7f-b9e6-88aeee57ec3d Date: Sun, 20 Jan 2019 11:47:28 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:28Z", "updated_at": "2019-01-20T11:47:28Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "632adb60eb5b46cbaf6c905003618b09", "port_id": null, "id": "b28b99b6-c2ad-4aa2-94e4-13cf2b3623ab"}} 2019-01-20 11:47:28,373 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-fecf6cdb-90eb-4b7f-b9e6-88aeee57ec3d 2019-01-20 11:47:28,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2eb0a5534f8ee6457804b2ae46f7d8b266ac880" 2019-01-20 11:47:28,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-fdc6b54c-eb6d-4800-a345-2ee763e0f19e Date: Sun, 20 Jan 2019 11:47:28 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:28Z", "updated_at": "2019-01-20T11:47:28Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "632adb60eb5b46cbaf6c905003618b09", "port_id": null, "id": "b28b99b6-c2ad-4aa2-94e4-13cf2b3623ab"}]} 2019-01-20 11:47:28,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-fdc6b54c-eb6d-4800-a345-2ee763e0f19e 2019-01-20 11:47:28,552 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.205 2019-01-20 11:47:28,552 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.205 2019-01-20 11:47:28,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/floatingips?ip=b28b99b6-c2ad-4aa2-94e4-13cf2b3623ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2eb0a5534f8ee6457804b2ae46f7d8b266ac880" 2019-01-20 11:47:28,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-d929e100-94ea-40f2-b0a6-7bd7abc88d69 Date: Sun, 20 Jan 2019 11:47:28 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:47:28Z", "updated_at": "2019-01-20T11:47:28Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "632adb60eb5b46cbaf6c905003618b09", "port_id": null, "id": "b28b99b6-c2ad-4aa2-94e4-13cf2b3623ab"}]} 2019-01-20 11:47:28,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips?ip=b28b99b6-c2ad-4aa2-94e4-13cf2b3623ab used request id req-d929e100-94ea-40f2-b0a6-7bd7abc88d69 2019-01-20 11:47:28,744 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.205 2019-01-20 11:47:28,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/floatingips/b28b99b6-c2ad-4aa2-94e4-13cf2b3623ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2eb0a5534f8ee6457804b2ae46f7d8b266ac880" 2019-01-20 11:47:29,291 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d0364a0f-ee83-43b8-a0e8-fa84fc000019 Content-Length: 0 Date: Sun, 20 Jan 2019 11:47:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:47:29,291 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/b28b99b6-c2ad-4aa2-94e4-13cf2b3623ab used request id req-d0364a0f-ee83-43b8-a0e8-fa84fc000019 2019-01-20 11:47:29,292 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:47:29,389 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-601555b3-0df3-41dc-8b78-29f606d5c2cc 2019-01-20 11:47:29,389 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:47:29,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:47:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["_dgcw2rjQ4yYQco9YKQgnQ"], "issued_at": "2019-01-20T11:47:29.000000Z"}} 2019-01-20 11:47:29,781 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecc50d5ecec2bf219a4166acf64192f441d331d8" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2bGd4Bg76bOW7v10OlkcXCpdaeYNLV6DIPZQl7TiWbpp72sCOYZq3Hqpcg4wriIgJMoStwNtLKKdifWtgB/RBMLkgcwggYBHATFn7VGzh+tAn7nG0sa9qDUb8iAZjt89URPM+36MBKC+ThaBShcMz5jMKLZQBvK7T44TdnfejxQmeiiqBjHlZtmq1fAJbx6qEoiQ7p09rUQWAX5rUg1jB9obg17vWv6MEZb2CiA8EWSn2iyfv4LT3e/uZ2g1LFN6hzP3Odjlr/pN8hH93bKrAX5pUKRlRd5DsZ1Trgbpjm+p996lm9jCCYEY/GukXtqUbnuYzlQfqwY1qy60+VtJV", "name": "NovaUtilsKeypairTests-601555b3-0df3-41dc-8b78-29f606d5c2cc"}}' 2019-01-20 11:47:30,523 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc099146-c47f-4472-a6b7-e106a09bdb0a x-compute-request-id: req-dc099146-c47f-4472-a6b7-e106a09bdb0a Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2bGd4Bg76bOW7v10OlkcXCpdaeYNLV6DIPZQl7TiWbpp72sCOYZq3Hqpcg4wriIgJMoStwNtLKKdifWtgB/RBMLkgcwggYBHATFn7VGzh+tAn7nG0sa9qDUb8iAZjt89URPM+36MBKC+ThaBShcMz5jMKLZQBvK7T44TdnfejxQmeiiqBjHlZtmq1fAJbx6qEoiQ7p09rUQWAX5rUg1jB9obg17vWv6MEZb2CiA8EWSn2iyfv4LT3e/uZ2g1LFN6hzP3Odjlr/pN8hH93bKrAX5pUKRlRd5DsZ1Trgbpjm+p996lm9jCCYEY/GukXtqUbnuYzlQfqwY1qy60+VtJV", "user_id": "f8248cee7f534240b0235e12eac098e6", "name": "NovaUtilsKeypairTests-601555b3-0df3-41dc-8b78-29f606d5c2cc", "fingerprint": "4a:ce:4a:db:58:4e:0a:75:de:57:ec:18:b3:06:00:0c"}} 2019-01-20 11:47:30,523 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-dc099146-c47f-4472-a6b7-e106a09bdb0a 2019-01-20 11:47:30,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-601555b3-0df3-41dc-8b78-29f606d5c2cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecc50d5ecec2bf219a4166acf64192f441d331d8" 2019-01-20 11:47:30,653 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-c33e04bf-d007-49bf-a7ee-91b347d25686 x-compute-request-id: req-c33e04bf-d007-49bf-a7ee-91b347d25686 Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2bGd4Bg76bOW7v10OlkcXCpdaeYNLV6DIPZQl7TiWbpp72sCOYZq3Hqpcg4wriIgJMoStwNtLKKdifWtgB/RBMLkgcwggYBHATFn7VGzh+tAn7nG0sa9qDUb8iAZjt89URPM+36MBKC+ThaBShcMz5jMKLZQBvK7T44TdnfejxQmeiiqBjHlZtmq1fAJbx6qEoiQ7p09rUQWAX5rUg1jB9obg17vWv6MEZb2CiA8EWSn2iyfv4LT3e/uZ2g1LFN6hzP3Odjlr/pN8hH93bKrAX5pUKRlRd5DsZ1Trgbpjm+p996lm9jCCYEY/GukXtqUbnuYzlQfqwY1qy60+VtJV", "user_id": "f8248cee7f534240b0235e12eac098e6", "name": "NovaUtilsKeypairTests-601555b3-0df3-41dc-8b78-29f606d5c2cc", "deleted": false, "created_at": "2019-01-20T11:47:30.000000", "updated_at": null, "fingerprint": "4a:ce:4a:db:58:4e:0a:75:de:57:ec:18:b3:06:00:0c", "deleted_at": null, "id": 2}} 2019-01-20 11:47:30,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-601555b3-0df3-41dc-8b78-29f606d5c2cc used request id req-c33e04bf-d007-49bf-a7ee-91b347d25686 2019-01-20 11:47:30,654 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-601555b3-0df3-41dc-8b78-29f606d5c2cc 2019-01-20 11:47:30,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-601555b3-0df3-41dc-8b78-29f606d5c2cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecc50d5ecec2bf219a4166acf64192f441d331d8" 2019-01-20 11:47:30,816 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11: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 x-openstack-request-id: req-b75a6957-f90d-4581-94b2-c68ec5e32823 x-compute-request-id: req-b75a6957-f90d-4581-94b2-c68ec5e32823 Content-Length: 0 Content-Type: application/json 2019-01-20 11:47:30,816 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-601555b3-0df3-41dc-8b78-29f606d5c2cc used request id req-b75a6957-f90d-4581-94b2-c68ec5e32823 2019-01-20 11:47:30,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-601555b3-0df3-41dc-8b78-29f606d5c2cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecc50d5ecec2bf219a4166acf64192f441d331d8" 2019-01-20 11:47:30,951 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11: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 x-openstack-request-id: req-3b164b91-e4f0-4574-83cf-adadd7a03be8 x-compute-request-id: req-3b164b91-e4f0-4574-83cf-adadd7a03be8 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-601555b3-0df3-41dc-8b78-29f606d5c2cc not found for user f8248cee7f534240b0235e12eac098e6", "code": 404}} 2019-01-20 11:47:30,951 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-601555b3-0df3-41dc-8b78-29f606d5c2cc used request id req-3b164b91-e4f0-4574-83cf-adadd7a03be8 2019-01-20 11:47:30,951 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-601555b3-0df3-41dc-8b78-29f606d5c2cc 2019-01-20 11:47:30,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-601555b3-0df3-41dc-8b78-29f606d5c2cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecc50d5ecec2bf219a4166acf64192f441d331d8" 2019-01-20 11:47:31,069 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11: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 x-openstack-request-id: req-06f19bd4-ff30-4588-a713-accb57776d52 x-compute-request-id: req-06f19bd4-ff30-4588-a713-accb57776d52 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-601555b3-0df3-41dc-8b78-29f606d5c2cc not found for user f8248cee7f534240b0235e12eac098e6", "code": 404}} 2019-01-20 11:47:31,069 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-601555b3-0df3-41dc-8b78-29f606d5c2cc used request id req-06f19bd4-ff30-4588-a713-accb57776d52 2019-01-20 11:47:31,071 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:47:31,246 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-7b05a179-085e-4d7c-872f-fad3f8a05b49.pub 2019-01-20 11:47:31,246 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-7b05a179-085e-4d7c-872f-fad3f8a05b49 2019-01-20 11:47:31,247 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-7b05a179-085e-4d7c-872f-fad3f8a05b49.pub 2019-01-20 11:47:31,247 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-7b05a179-085e-4d7c-872f-fad3f8a05b49 2019-01-20 11:47:31,247 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:47:31,624 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:47:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["G8A1SYFsQJ2nWdPOquNu7w"], "issued_at": "2019-01-20T11:47:31.000000Z"}} 2019-01-20 11:47:31,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bdb6f24985b7131d08a0e7474883b8a2242b722" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJj6v1//LI0trOa8E7NfjpiiXR6UBvWjtS8LODed9BFXxYeQkoUQDrJ4gldPHMVlVadm3p0A49mrICAV6YNfC3SS7mzoplFCjCra3KiUED6q857U8rlSq5Sux39QkUfGwI3hwWj7tFTLloVJf/lYDz5CVY2r60aWYny7ZhQ5GycitJB6/YAmvQl38cJ/wcjmcor8+Erj9P+GM6HHUoLdsmPo7T24Gy6xed1Jl0/HxlYT1BoIh1bDW72kwEHRY+KCOLHgYFSIKvcaXWPUnylr91B7Tw7PNEopfJFLzgKg+3cXAThCZIwHbvcNvV1mm/pxSVoNLJVsxXQ9n6wve8+M/9", "name": "NovaUtilsKeypairTests-7b05a179-085e-4d7c-872f-fad3f8a05b49"}}' 2019-01-20 11:47:31,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c34a06b4-0c49-4698-b7b1-8623574d9be0 x-compute-request-id: req-c34a06b4-0c49-4698-b7b1-8623574d9be0 Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJj6v1//LI0trOa8E7NfjpiiXR6UBvWjtS8LODed9BFXxYeQkoUQDrJ4gldPHMVlVadm3p0A49mrICAV6YNfC3SS7mzoplFCjCra3KiUED6q857U8rlSq5Sux39QkUfGwI3hwWj7tFTLloVJf/lYDz5CVY2r60aWYny7ZhQ5GycitJB6/YAmvQl38cJ/wcjmcor8+Erj9P+GM6HHUoLdsmPo7T24Gy6xed1Jl0/HxlYT1BoIh1bDW72kwEHRY+KCOLHgYFSIKvcaXWPUnylr91B7Tw7PNEopfJFLzgKg+3cXAThCZIwHbvcNvV1mm/pxSVoNLJVsxXQ9n6wve8+M/9", "user_id": "f8248cee7f534240b0235e12eac098e6", "name": "NovaUtilsKeypairTests-7b05a179-085e-4d7c-872f-fad3f8a05b49", "fingerprint": "cf:f3:e7:cc:1b:92:02:79:f9:10:44:8f:dc:1a:81:4c"}} 2019-01-20 11:47:31,876 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-c34a06b4-0c49-4698-b7b1-8623574d9be0 2019-01-20 11:47:31,877 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-7b05a179-085e-4d7c-872f-fad3f8a05b49 2019-01-20 11:47:31,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-7b05a179-085e-4d7c-872f-fad3f8a05b49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bdb6f24985b7131d08a0e7474883b8a2242b722" 2019-01-20 11:47:32,031 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:47:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2b02521b-70c9-462c-826f-21824cedf786 x-compute-request-id: req-2b02521b-70c9-462c-826f-21824cedf786 Content-Length: 0 Content-Type: application/json 2019-01-20 11:47:32,031 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-7b05a179-085e-4d7c-872f-fad3f8a05b49 used request id req-2b02521b-70c9-462c-826f-21824cedf786 2019-01-20 11:47:32,033 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:47:32,130 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-29749181-6ac1-40a0-97ed-9ac6fc8d1b96 2019-01-20 11:47:32,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:47:32,516 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:47:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["0zqZGEwkSZeWAkuQA0nqwQ"], "issued_at": "2019-01-20T11:47:32.000000Z"}} 2019-01-20 11:47:32,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e0473f190d6a4faef9ea68902049395b4bd4b35" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDnRNbEZgGJBaP+URFFL3FliRxZ/sAMxX3/xrw7PQWvztxAFL9f5dFd2qVCsBAeCSi7RsWtYy1r/fu/mUq+khtN+as4vYMY7nE+m/F3EXLOhJw5eHlKtHQCXpyw1zccVH5jRAJ23bnfu0U67DLy12BZVWLbUitpUJoXQaA460wattkbOPQGPbR4fWam5gRotzbCCDEOpinkeYs9NJzXLZbjdu3JPdHN1AfD6y4VLgbgrjvmkyzJFAuWwLr0R8CBgXVToo+P/ISYwVtQI+qtJBzE/N4eLej7npgbKxoHr/0x7Njl+2kRVjmjFbZ+Eg5K0Ea96zbl9mRU4V5VA930uPDF", "name": "NovaUtilsKeypairTests-29749181-6ac1-40a0-97ed-9ac6fc8d1b96"}}' 2019-01-20 11:47:33,307 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70a5fef6-22de-472f-bfe6-5963a0129ce6 x-compute-request-id: req-70a5fef6-22de-472f-bfe6-5963a0129ce6 Content-Encoding: gzip Content-Length: 499 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDnRNbEZgGJBaP+URFFL3FliRxZ/sAMxX3/xrw7PQWvztxAFL9f5dFd2qVCsBAeCSi7RsWtYy1r/fu/mUq+khtN+as4vYMY7nE+m/F3EXLOhJw5eHlKtHQCXpyw1zccVH5jRAJ23bnfu0U67DLy12BZVWLbUitpUJoXQaA460wattkbOPQGPbR4fWam5gRotzbCCDEOpinkeYs9NJzXLZbjdu3JPdHN1AfD6y4VLgbgrjvmkyzJFAuWwLr0R8CBgXVToo+P/ISYwVtQI+qtJBzE/N4eLej7npgbKxoHr/0x7Njl+2kRVjmjFbZ+Eg5K0Ea96zbl9mRU4V5VA930uPDF", "user_id": "f8248cee7f534240b0235e12eac098e6", "name": "NovaUtilsKeypairTests-29749181-6ac1-40a0-97ed-9ac6fc8d1b96", "fingerprint": "4c:ea:72:44:d0:46:c2:1c:cf:4d:f2:87:a6:ab:2d:ed"}} 2019-01-20 11:47:33,307 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-70a5fef6-22de-472f-bfe6-5963a0129ce6 2019-01-20 11:47:33,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-29749181-6ac1-40a0-97ed-9ac6fc8d1b96 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e0473f190d6a4faef9ea68902049395b4bd4b35" 2019-01-20 11:47:33,439 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-47966e65-989c-49a8-b618-a268fa68e9ac x-compute-request-id: req-47966e65-989c-49a8-b618-a268fa68e9ac Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDnRNbEZgGJBaP+URFFL3FliRxZ/sAMxX3/xrw7PQWvztxAFL9f5dFd2qVCsBAeCSi7RsWtYy1r/fu/mUq+khtN+as4vYMY7nE+m/F3EXLOhJw5eHlKtHQCXpyw1zccVH5jRAJ23bnfu0U67DLy12BZVWLbUitpUJoXQaA460wattkbOPQGPbR4fWam5gRotzbCCDEOpinkeYs9NJzXLZbjdu3JPdHN1AfD6y4VLgbgrjvmkyzJFAuWwLr0R8CBgXVToo+P/ISYwVtQI+qtJBzE/N4eLej7npgbKxoHr/0x7Njl+2kRVjmjFbZ+Eg5K0Ea96zbl9mRU4V5VA930uPDF", "user_id": "f8248cee7f534240b0235e12eac098e6", "name": "NovaUtilsKeypairTests-29749181-6ac1-40a0-97ed-9ac6fc8d1b96", "deleted": false, "created_at": "2019-01-20T11:47:33.000000", "updated_at": null, "fingerprint": "4c:ea:72:44:d0:46:c2:1c:cf:4d:f2:87:a6:ab:2d:ed", "deleted_at": null, "id": 8}} 2019-01-20 11:47:33,440 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-29749181-6ac1-40a0-97ed-9ac6fc8d1b96 used request id req-47966e65-989c-49a8-b618-a268fa68e9ac 2019-01-20 11:47:33,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e0473f190d6a4faef9ea68902049395b4bd4b35" 2019-01-20 11:47:33,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-5bd0c06d-e093-4581-9bda-37ca53ae80ac x-compute-request-id: req-5bd0c06d-e093-4581-9bda-37ca53ae80ac Content-Encoding: gzip Content-Length: 476 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDnRNbEZgGJBaP+URFFL3FliRxZ/sAMxX3/xrw7PQWvztxAFL9f5dFd2qVCsBAeCSi7RsWtYy1r/fu/mUq+khtN+as4vYMY7nE+m/F3EXLOhJw5eHlKtHQCXpyw1zccVH5jRAJ23bnfu0U67DLy12BZVWLbUitpUJoXQaA460wattkbOPQGPbR4fWam5gRotzbCCDEOpinkeYs9NJzXLZbjdu3JPdHN1AfD6y4VLgbgrjvmkyzJFAuWwLr0R8CBgXVToo+P/ISYwVtQI+qtJBzE/N4eLej7npgbKxoHr/0x7Njl+2kRVjmjFbZ+Eg5K0Ea96zbl9mRU4V5VA930uPDF", "name": "NovaUtilsKeypairTests-29749181-6ac1-40a0-97ed-9ac6fc8d1b96", "fingerprint": "4c:ea:72:44:d0:46:c2:1c:cf:4d:f2:87:a6:ab:2d:ed"}}]} 2019-01-20 11:47:33,462 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-5bd0c06d-e093-4581-9bda-37ca53ae80ac 2019-01-20 11:47:33,463 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-29749181-6ac1-40a0-97ed-9ac6fc8d1b96 2019-01-20 11:47:33,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-29749181-6ac1-40a0-97ed-9ac6fc8d1b96 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e0473f190d6a4faef9ea68902049395b4bd4b35" 2019-01-20 11:47:33,510 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11: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 x-openstack-request-id: req-6d859e47-0910-4220-8c83-3c31f032095a x-compute-request-id: req-6d859e47-0910-4220-8c83-3c31f032095a Content-Length: 0 Content-Type: application/json 2019-01-20 11:47:33,510 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-29749181-6ac1-40a0-97ed-9ac6fc8d1b96 used request id req-6d859e47-0910-4220-8c83-3c31f032095a 2019-01-20 11:47:33,511 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:47:33,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:47:33,977 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:47:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["m8ZmfxWJRnKky9p4-nkviQ"], "issued_at": "2019-01-20T11:47:33.000000Z"}} 2019-01-20 11:47:33,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a659014d6bf0dc5c88ad8deca083c66bb32aa84d" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-665f2fbe-dbfd-4829-ae5e-322109e2f4e5-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-665f2fbe-dbfd-4829-ae5e-322109e2f4e5-id", "swap": 2}}' 2019-01-20 11:47:34,212 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-3e67672f-ec0a-4c10-9713-30f89bd1e46c x-compute-request-id: req-3e67672f-ec0a-4c10-9713-30f89bd1e46c Content-Encoding: gzip Content-Length: 287 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/NovaUtilsFlavorTests-665f2fbe-dbfd-4829-ae5e-322109e2f4e5-id", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/NovaUtilsFlavorTests-665f2fbe-dbfd-4829-ae5e-322109e2f4e5-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-665f2fbe-dbfd-4829-ae5e-322109e2f4e5-id", "name": "NovaUtilsFlavorTests-665f2fbe-dbfd-4829-ae5e-322109e2f4e5-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2019-01-20 11:47:34,212 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-3e67672f-ec0a-4c10-9713-30f89bd1e46c 2019-01-20 11:47:34,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/NovaUtilsFlavorTests-665f2fbe-dbfd-4829-ae5e-322109e2f4e5-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a659014d6bf0dc5c88ad8deca083c66bb32aa84d" 2019-01-20 11:47:34,288 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:47:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cda06aec-691e-43c8-9df2-2fcb31e04cbf x-compute-request-id: req-cda06aec-691e-43c8-9df2-2fcb31e04cbf Content-Length: 0 Content-Type: application/json 2019-01-20 11:47:34,288 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/NovaUtilsFlavorTests-665f2fbe-dbfd-4829-ae5e-322109e2f4e5-id used request id req-cda06aec-691e-43c8-9df2-2fcb31e04cbf 2019-01-20 11:47:34,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a659014d6bf0dc5c88ad8deca083c66bb32aa84d" 2019-01-20 11:47:34,325 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-86cd4b42-8700-499c-8a57-c134090053f1 x-compute-request-id: req-86cd4b42-8700-499c-8a57-c134090053f1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 11:47:34,325 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-86cd4b42-8700-499c-8a57-c134090053f1 2019-01-20 11:47:34,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/NovaUtilsFlavorTests-665f2fbe-dbfd-4829-ae5e-322109e2f4e5-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a659014d6bf0dc5c88ad8deca083c66bb32aa84d" 2019-01-20 11:47:34,353 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11:47:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ff6b2021-6d00-430a-91e3-e5467ff228c8 x-compute-request-id: req-ff6b2021-6d00-430a-91e3-e5467ff228c8 Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-665f2fbe-dbfd-4829-ae5e-322109e2f4e5-id could not be found.", "code": 404}} 2019-01-20 11:47:34,353 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/NovaUtilsFlavorTests-665f2fbe-dbfd-4829-ae5e-322109e2f4e5-id used request id req-ff6b2021-6d00-430a-91e3-e5467ff228c8 2019-01-20 11:47:34,354 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:47:34,355 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:47:34,734 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:47:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["2jsULcrqTYqJpavm65cewg"], "issued_at": "2019-01-20T11:47:34.000000Z"}} 2019-01-20 11:47:34,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24a4fe485a096d24cd2d8faab5197368c4bcfe39" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-c9cf4fd8-7e54-4fb3-af64-f02893fbf417-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-c9cf4fd8-7e54-4fb3-af64-f02893fbf417-id", "swap": 2}}' 2019-01-20 11:47:34,920 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9418649-4361-44d7-a2f3-83501599db71 x-compute-request-id: req-e9418649-4361-44d7-a2f3-83501599db71 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/NovaUtilsFlavorTests-c9cf4fd8-7e54-4fb3-af64-f02893fbf417-id", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/NovaUtilsFlavorTests-c9cf4fd8-7e54-4fb3-af64-f02893fbf417-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-c9cf4fd8-7e54-4fb3-af64-f02893fbf417-id", "name": "NovaUtilsFlavorTests-c9cf4fd8-7e54-4fb3-af64-f02893fbf417-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2019-01-20 11:47:34,920 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e9418649-4361-44d7-a2f3-83501599db71 2019-01-20 11:47:34,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/NovaUtilsFlavorTests-c9cf4fd8-7e54-4fb3-af64-f02893fbf417-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24a4fe485a096d24cd2d8faab5197368c4bcfe39" 2019-01-20 11:47:35,094 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:47:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7c41c0cc-8383-4e20-ac1a-c78e79493b1b x-compute-request-id: req-7c41c0cc-8383-4e20-ac1a-c78e79493b1b Content-Length: 0 Content-Type: application/json 2019-01-20 11:47:35,094 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/NovaUtilsFlavorTests-c9cf4fd8-7e54-4fb3-af64-f02893fbf417-id used request id req-7c41c0cc-8383-4e20-ac1a-c78e79493b1b 2019-01-20 11:47:35,095 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:47:35,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:47:35,483 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:47:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["q6zhTkuETrKg5RroLn3AfA"], "issued_at": "2019-01-20T11:47:35.000000Z"}} 2019-01-20 11:47:35,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:47:35,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afcd8166-d43f-4753-a25f-26fbd23ca171 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:47:35,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-afcd8166-d43f-4753-a25f-26fbd23ca171 2019-01-20 11:47:35,500 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 11:47:35,500 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:47:35,501 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:47:35,879 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:47:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["z_4NEO9wTQ6tsHlD3gcekg"], "issued_at": "2019-01-20T11:47:35.000000Z"}} 2019-01-20 11:47:35,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51e8b8645d1d816e89f56b7258fcbd72236de2f9" 2019-01-20 11:47:35,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4c6514d-ffdc-4879-b31d-8e358e984a1a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:47:35,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a4c6514d-ffdc-4879-b31d-8e358e984a1a 2019-01-20 11:47:35,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}51e8b8645d1d816e89f56b7258fcbd72236de2f9" 2019-01-20 11:47:36,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-d5bd3269-2620-41a8-bc91-362119fdba20 Date: Sun, 20 Jan 2019 11:47:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-image"} 2019-01-20 11:47:36,589 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-image used request id req-d5bd3269-2620-41a8-bc91-362119fdba20 2019-01-20 11:47:36,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}51e8b8645d1d816e89f56b7258fcbd72236de2f9" 2019-01-20 11:47:37,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-99264fcb-b7b4-45fc-b7f1-1043fc0bf197 Date: Sun, 20 Jan 2019 11:47: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"}}} 2019-01-20 11:47:37,170 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-99264fcb-b7b4-45fc-b7f1-1043fc0bf197 2019-01-20 11:47:37,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}51e8b8645d1d816e89f56b7258fcbd72236de2f9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-image"}' 2019-01-20 11:47:37,906 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d X-Openstack-Request-Id: req-16a1e326-c73f-48bc-a054-c218b85c3311 Date: Sun, 20 Jan 2019 11:47:37 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:47:37Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T11:47:37Z", "visibility": "shared", "locations": [], "self": "/v2/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d", "min_disk": 0, "protected": false, "id": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "file": "/v2/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d/file", "checksum": null, "owner": "632adb60eb5b46cbaf6c905003618b09", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:47:37,906 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-16a1e326-c73f-48bc-a054-c218b85c3311 2019-01-20 11:47:37,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}51e8b8645d1d816e89f56b7258fcbd72236de2f9" -d '' 2019-01-20 11:47:40,096 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bc8cce2a-92c6-4555-a331-cb6ef4cb6c15 Date: Sun, 20 Jan 2019 11:47:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:47:40,096 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d/file used request id req-bc8cce2a-92c6-4555-a331-cb6ef4cb6c15 2019-01-20 11:47:40,097 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 11:47:40,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}51e8b8645d1d816e89f56b7258fcbd72236de2f9" 2019-01-20 11:47:40,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-1a82d763-1cc0-4170-a0a8-d864273bc61d Date: Sun, 20 Jan 2019 11:47:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:47:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:47:40Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d/snap", "metadata": {}}], "self": "/v2/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d", "min_disk": 0, "protected": false, "id": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "file": "/v2/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:47:40,716 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d used request id req-1a82d763-1cc0-4170-a0a8-d864273bc61d 2019-01-20 11:47:40,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}51e8b8645d1d816e89f56b7258fcbd72236de2f9" 2019-01-20 11:47:40,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e8eac66d-0c96-4749-a611-4e1a5ef70283 Date: Sun, 20 Jan 2019 11:47: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"}}} 2019-01-20 11:47:40,726 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-e8eac66d-0c96-4749-a611-4e1a5ef70283 2019-01-20 11:47:40,729 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-image 2019-01-20 11:47:40,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}51e8b8645d1d816e89f56b7258fcbd72236de2f9" 2019-01-20 11:47:40,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-de52e817-547a-4bff-9cce-b626e6fad8eb Date: Sun, 20 Jan 2019 11:47:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:47:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:47:40Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d/snap", "metadata": {}}], "self": "/v2/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d", "min_disk": 0, "protected": false, "id": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "file": "/v2/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:47:40,943 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d used request id req-de52e817-547a-4bff-9cce-b626e6fad8eb 2019-01-20 11:47:40,943 - create_image - DEBUG - Instance status is - active 2019-01-20 11:47:40,943 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-image 2019-01-20 11:47:40,944 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-image 2019-01-20 11:47:40,944 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:47:40,945 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:47:41,325 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:47:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["dTcPpAqgSaajFgv6uE8DGg"], "issued_at": "2019-01-20T11:47:41.000000Z"}} 2019-01-20 11:47:41,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}336dbaca466ccfdeb1588486b47a2c122dac892c" 2019-01-20 11:47:41,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f05e349d-474a-45f6-8a7d-f9a64aea91fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:47:41,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f05e349d-474a-45f6-8a7d-f9a64aea91fc 2019-01-20 11:47:41,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}336dbaca466ccfdeb1588486b47a2c122dac892c" 2019-01-20 11:47:41,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cb7e702f-45eb-4283-8ce3-039439975af4 Date: Sun, 20 Jan 2019 11:47:41 GMT RESP BODY: {"networks":[]} 2019-01-20 11:47:41,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net used request id req-cb7e702f-45eb-4283-8ce3-039439975af4 2019-01-20 11:47:41,606 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net 2019-01-20 11:47:41,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}336dbaca466ccfdeb1588486b47a2c122dac892c" -d '{"network": {"name": "NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net", "admin_state_up": true}}' 2019-01-20 11:47:42,035 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-396b694d-e7ae-4e04-b71f-562813fb4d5b Date: Sun, 20 Jan 2019 11:47:42 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8a8d0434-110a-416a-a141-0daf4ccc7354","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:47:41Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:47:41Z","mtu":1450}} 2019-01-20 11:47:42,035 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-396b694d-e7ae-4e04-b71f-562813fb4d5b 2019-01-20 11:47:42,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=8a8d0434-110a-416a-a141-0daf4ccc7354 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}336dbaca466ccfdeb1588486b47a2c122dac892c" 2019-01-20 11:47:42,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-e4ea81a6-ef63-42ac-9a75-f7af5195d48b Date: Sun, 20 Jan 2019 11:47:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8a8d0434-110a-416a-a141-0daf4ccc7354","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:47:41Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:47:41Z","provider:network_type":"vxlan"}]} 2019-01-20 11:47:42,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=8a8d0434-110a-416a-a141-0daf4ccc7354 used request id req-e4ea81a6-ef63-42ac-9a75-f7af5195d48b 2019-01-20 11:47:42,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=8a8d0434-110a-416a-a141-0daf4ccc7354 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}336dbaca466ccfdeb1588486b47a2c122dac892c" 2019-01-20 11:47:42,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-34dcbae8-5b73-44b7-af15-f13f0979ee06 Date: Sun, 20 Jan 2019 11:47:42 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:47:42,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=8a8d0434-110a-416a-a141-0daf4ccc7354 used request id req-34dcbae8-5b73-44b7-af15-f13f0979ee06 2019-01-20 11:47:42,491 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-subnet 2019-01-20 11:47:42,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}336dbaca466ccfdeb1588486b47a2c122dac892c" -d '{"subnets": [{"ip_version": 4, "network_id": "8a8d0434-110a-416a-a141-0daf4ccc7354", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-subnet"}]}' 2019-01-20 11:47:43,071 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-6e798636-0075-4785-9bff-d69acf83cea0 Date: Sun, 20 Jan 2019 11:47:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a8d0434-110a-416a-a141-0daf4ccc7354","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:47:42Z","dns_nameservers":[],"updated_at":"2019-01-20T11:47:42Z","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":"632adb60eb5b46cbaf6c905003618b09","id":"05d4b3b7-e59e-4a7f-a323-736ef48dd00c","subnetpool_id":null,"name":"NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-subnet"}]} 2019-01-20 11:47:43,071 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-6e798636-0075-4785-9bff-d69acf83cea0 2019-01-20 11:47:43,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=8a8d0434-110a-416a-a141-0daf4ccc7354 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}336dbaca466ccfdeb1588486b47a2c122dac892c" 2019-01-20 11:47:43,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-29088546-82e2-4dd7-98e7-c2c98ddff279 Date: Sun, 20 Jan 2019 11:47:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8a8d0434-110a-416a-a141-0daf4ccc7354","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["05d4b3b7-e59e-4a7f-a323-736ef48dd00c"],"description":"","tags":[],"updated_at":"2019-01-20T11:47:42Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:47:41Z","provider:network_type":"vxlan"}]} 2019-01-20 11:47:43,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=8a8d0434-110a-416a-a141-0daf4ccc7354 used request id req-29088546-82e2-4dd7-98e7-c2c98ddff279 2019-01-20 11:47:43,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=8a8d0434-110a-416a-a141-0daf4ccc7354 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}336dbaca466ccfdeb1588486b47a2c122dac892c" 2019-01-20 11:47:43,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9957545c-4dbb-4877-b8dc-373289c4426f Date: Sun, 20 Jan 2019 11:47:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a8d0434-110a-416a-a141-0daf4ccc7354","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:47:42Z","dns_nameservers":[],"updated_at":"2019-01-20T11:47:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"05d4b3b7-e59e-4a7f-a323-736ef48dd00c","subnetpool_id":null,"name":"NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-subnet"}]} 2019-01-20 11:47:43,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=8a8d0434-110a-416a-a141-0daf4ccc7354 used request id req-9957545c-4dbb-4877-b8dc-373289c4426f 2019-01-20 11:47:43,388 - OpenStackNetwork - DEBUG - Network [8a8d0434-110a-416a-a141-0daf4ccc7354] created successfully 2019-01-20 11:47:43,388 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:47:43,389 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:47:43,768 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:47:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["Bk5FsAuxQ-af49Kf1UvVow"], "issued_at": "2019-01-20T11:47:43.000000Z"}} 2019-01-20 11:47:43,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec35f8758e54976c9b28f8b9a8c34f43d54088d0" 2019-01-20 11:47:43,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-133d6e1b-bb80-4bb3-a681-ba5a9239d9a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:47:43,864 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-133d6e1b-bb80-4bb3-a681-ba5a9239d9a7 2019-01-20 11:47:43,866 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:47:43,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec35f8758e54976c9b28f8b9a8c34f43d54088d0" 2019-01-20 11:47:44,060 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47: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-25382994-31f4-42bc-b5cb-03b34ec60c17 x-compute-request-id: req-25382994-31f4-42bc-b5cb-03b34ec60c17 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 11:47:44,060 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-25382994-31f4-42bc-b5cb-03b34ec60c17 2019-01-20 11:47:44,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec35f8758e54976c9b28f8b9a8c34f43d54088d0" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 11:47:44,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-f5983916-1c74-4ccc-b3fc-c73d3ed8ba67 x-compute-request-id: req-f5983916-1c74-4ccc-b3fc-c73d3ed8ba67 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "name": "NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:47:44,170 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f5983916-1c74-4ccc-b3fc-c73d3ed8ba67 2019-01-20 11:47:44,171 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:47:44,172 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:47:44,544 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:47:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["2lTHHfzkSJ-kCUWbXkegzw"], "issued_at": "2019-01-20T11:47:44.000000Z"}} 2019-01-20 11:47:44,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fb43d9c0eb5da3bfb6b6e4b11aa378410ba233" 2019-01-20 11:47:44,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2869039a-ad5b-4ee7-aa3b-ba31ce11f763 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:47:44,628 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2869039a-ad5b-4ee7-aa3b-ba31ce11f763 2019-01-20 11:47:44,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:47:44,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-bb90611d-4466-4b81-8dae-729ca73bdeb6 Date: Sun, 20 Jan 2019 11:47:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8a8d0434-110a-416a-a141-0daf4ccc7354","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["05d4b3b7-e59e-4a7f-a323-736ef48dd00c"],"description":"","tags":[],"updated_at":"2019-01-20T11:47:42Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:47:41Z","provider:network_type":"vxlan"}]} 2019-01-20 11:47:44,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net used request id req-bb90611d-4466-4b81-8dae-729ca73bdeb6 2019-01-20 11:47:44,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=8a8d0434-110a-416a-a141-0daf4ccc7354 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:47:45,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-36693714-b766-4abd-bc47-9db960143075 Date: Sun, 20 Jan 2019 11:47:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a8d0434-110a-416a-a141-0daf4ccc7354","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:47:42Z","dns_nameservers":[],"updated_at":"2019-01-20T11:47:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"05d4b3b7-e59e-4a7f-a323-736ef48dd00c","subnetpool_id":null,"name":"NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-subnet"}]} 2019-01-20 11:47:45,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=8a8d0434-110a-416a-a141-0daf4ccc7354 used request id req-36693714-b766-4abd-bc47-9db960143075 2019-01-20 11:47:45,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:47:45,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-3aa9f09b-7085-4a6e-a9ad-9e004ad1803f Date: Sun, 20 Jan 2019 11:47:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8a8d0434-110a-416a-a141-0daf4ccc7354","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["05d4b3b7-e59e-4a7f-a323-736ef48dd00c"],"description":"","tags":[],"updated_at":"2019-01-20T11:47:42Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:47:41Z","provider:network_type":"vxlan"}]} 2019-01-20 11:47:45,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net used request id req-3aa9f09b-7085-4a6e-a9ad-9e004ad1803f 2019-01-20 11:47:45,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:47:45,356 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:47:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:47:45,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fb43d9c0eb5da3bfb6b6e4b11aa378410ba233" 2019-01-20 11:47:45,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e21c70b4-5f16-48ae-8765-fb554d5e2274 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:47:45,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-e21c70b4-5f16-48ae-8765-fb554d5e2274 2019-01-20 11:47:45,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=8a8d0434-110a-416a-a141-0daf4ccc7354 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:47:45,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f0457523-2ca0-4d86-9a39-86865e7fb951 Date: Sun, 20 Jan 2019 11:47:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a8d0434-110a-416a-a141-0daf4ccc7354","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:47:42Z","dns_nameservers":[],"updated_at":"2019-01-20T11:47:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"05d4b3b7-e59e-4a7f-a323-736ef48dd00c","subnetpool_id":null,"name":"NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-subnet"}]} 2019-01-20 11:47:45,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=8a8d0434-110a-416a-a141-0daf4ccc7354 used request id req-f0457523-2ca0-4d86-9a39-86865e7fb951 2019-01-20 11:47:45,657 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net 2019-01-20 11:47:45,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" -d '{"port": {"network_id": "8a8d0434-110a-416a-a141-0daf4ccc7354", "name": "NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-port", "admin_state_up": true}}' 2019-01-20 11:47:46,706 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-b379b158-3a50-4941-b1ea-3f6c88badecc Date: Sun, 20 Jan 2019 11:47:46 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:47:46Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"05d4b3b7-e59e-4a7f-a323-736ef48dd00c","ip_address":"10.55.0.5"}],"id":"4d2c0ebd-618f-4025-b486-5b6233de0ca1","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ec:e3:95","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-port","project_id":"632adb60eb5b46cbaf6c905003618b09","qos_policy_id":null,"admin_state_up":true,"network_id":"8a8d0434-110a-416a-a141-0daf4ccc7354","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:47:46Z","binding:vnic_type":"normal"}} 2019-01-20 11:47:46,706 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-b379b158-3a50-4941-b1ea-3f6c88badecc 2019-01-20 11:47:46,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:47:46,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-3c1f9231-f620-47be-ad95-fd9bf00cbce5 Date: Sun, 20 Jan 2019 11:47:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8a8d0434-110a-416a-a141-0daf4ccc7354","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["05d4b3b7-e59e-4a7f-a323-736ef48dd00c"],"description":"","tags":[],"updated_at":"2019-01-20T11:47:42Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:47:41Z","provider:network_type":"vxlan"}]} 2019-01-20 11:47:46,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net used request id req-3c1f9231-f620-47be-ad95-fd9bf00cbce5 2019-01-20 11:47:46,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:47:46,974 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:47: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:47:46,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:47:47,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32f53a83-3953-49e0-b832-d6690741b12e 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:47:47,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-32f53a83-3953-49e0-b832-d6690741b12e 2019-01-20 11:47:47,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=8a8d0434-110a-416a-a141-0daf4ccc7354 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:47:47,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-fafdc312-18a0-4a75-a891-1cd722034a2e Date: Sun, 20 Jan 2019 11:47:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a8d0434-110a-416a-a141-0daf4ccc7354","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:47:42Z","dns_nameservers":[],"updated_at":"2019-01-20T11:47:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"05d4b3b7-e59e-4a7f-a323-736ef48dd00c","subnetpool_id":null,"name":"NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-subnet"}]} 2019-01-20 11:47:47,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=8a8d0434-110a-416a-a141-0daf4ccc7354 used request id req-fafdc312-18a0-4a75-a891-1cd722034a2e 2019-01-20 11:47:47,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=8a8d0434-110a-416a-a141-0daf4ccc7354&name=NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:47:47,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-a8c52d97-6c36-4382-a723-ae599c10d497 Date: Sun, 20 Jan 2019 11:47:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:47:46Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"05d4b3b7-e59e-4a7f-a323-736ef48dd00c","ip_address":"10.55.0.5"}],"id":"4d2c0ebd-618f-4025-b486-5b6233de0ca1","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ec:e3:95","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-port","admin_state_up":true,"network_id":"8a8d0434-110a-416a-a141-0daf4ccc7354","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:47:46Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 11:47:47,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=8a8d0434-110a-416a-a141-0daf4ccc7354&name=NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-port&admin_state_up=True used request id req-a8c52d97-6c36-4382-a723-ae599c10d497 2019-01-20 11:47:47,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:47:47,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7de1d482-5cd9-4eaa-bf44-5915551b2ea6 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:47:47,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-7de1d482-5cd9-4eaa-bf44-5915551b2ea6 2019-01-20 11:47:47,417 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-vm_inst 2019-01-20 11:47:47,420 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:47:48,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-bb046683-6f9f-485b-a05f-a5172fa69752 x-compute-request-id: req-bb046683-6f9f-485b-a05f-a5172fa69752 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-flavor-name"}]} 2019-01-20 11:47:48,012 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-bb046683-6f9f-485b-a05f-a5172fa69752 2019-01-20 11:47:48,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:47:48,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47: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-04e1c156-ac68-4a3b-bebf-43e7fa8813a3 x-compute-request-id: req-04e1c156-ac68-4a3b-bebf-43e7fa8813a3 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "name": "NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:47:48,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1 used request id req-04e1c156-ac68-4a3b-bebf-43e7fa8813a3 2019-01-20 11:47:48,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:47:48,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-57b900b7-b191-494a-bfb6-fcc811199700 Date: Sun, 20 Jan 2019 11:47:48 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:47:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:47:40Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d/snap", "metadata": {}}], "self": "/v2/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d", "min_disk": 0, "protected": false, "id": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "file": "/v2/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-image"} 2019-01-20 11:47:48,666 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-image used request id req-57b900b7-b191-494a-bfb6-fcc811199700 2019-01-20 11:47:48,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:47:49,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fa09b718-3a38-4749-97b3-dc9609d76e64 Date: Sun, 20 Jan 2019 11:47:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 11:47:49,244 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-fa09b718-3a38-4749-97b3-dc9609d76e64 2019-01-20 11:47:49,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" -d '{"server": {"name": "NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-vm_inst", "imageRef": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "flavorRef": "2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "max_count": 1, "min_count": 1, "networks": [{"port": "4d2c0ebd-618f-4025-b486-5b6233de0ca1"}]}}' 2019-01-20 11:47:51,446 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:47:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3ea59465-d7e0-4cde-b826-252a7ba56bf8 x-compute-request-id: req-3ea59465-d7e0-4cde-b826-252a7ba56bf8 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "bookmark"}], "adminPass": "dfJXrc4gvwip"}} 2019-01-20 11:47:51,447 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-3ea59465-d7e0-4cde-b826-252a7ba56bf8 2019-01-20 11:47:51,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:47:52,228 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7603d34-16a1-4136-a02c-eb18b3f0960e x-compute-request-id: req-a7603d34-16a1-4136-a02c-eb18b3f0960e Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "bookmark"}], "image": {"id": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "links": [{"href": "http://172.30.9.22:8774/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "links": [{"href": "http://172.30.9.22:8774/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "bookmark"}]}, "id": "fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:47:51Z", "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-87475c66-b770-44d0-908c-9a76a89f2197-vm_inst", "created": "2019-01-20T11:47:51Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:47:52,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 used request id req-a7603d34-16a1-4136-a02c-eb18b3f0960e 2019-01-20 11:47:52,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:47:52,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8afed279-c31f-4655-9066-09978d56527a x-compute-request-id: req-8afed279-c31f-4655-9066-09978d56527a Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "bookmark"}], "image": {"id": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "links": [{"href": "http://172.30.9.22:8774/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "links": [{"href": "http://172.30.9.22:8774/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "bookmark"}]}, "id": "fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:47:52Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-vm_inst", "created": "2019-01-20T11:47:51Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:47:52,950 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 used request id req-8afed279-c31f-4655-9066-09978d56527a 2019-01-20 11:47:55,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:47:56,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c63dc121-390e-4dd1-b7e8-b9bf8ceb2470 x-compute-request-id: req-c63dc121-390e-4dd1-b7e8-b9bf8ceb2470 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "bookmark"}], "image": {"id": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "links": [{"href": "http://172.30.9.22:8774/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "links": [{"href": "http://172.30.9.22:8774/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "bookmark"}]}, "id": "fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:47:53Z", "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-87475c66-b770-44d0-908c-9a76a89f2197-vm_inst", "created": "2019-01-20T11:47:51Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:47:56,915 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 used request id req-c63dc121-390e-4dd1-b7e8-b9bf8ceb2470 2019-01-20 11:47:59,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:48:00,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:47:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76e65abc-8461-49a6-8f23-27cd597dd7d4 x-compute-request-id: req-76e65abc-8461-49a6-8f23-27cd597dd7d4 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "bookmark"}], "image": {"id": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "links": [{"href": "http://172.30.9.22:8774/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "links": [{"href": "http://172.30.9.22:8774/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "bookmark"}]}, "id": "fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:47:53Z", "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-87475c66-b770-44d0-908c-9a76a89f2197-vm_inst", "created": "2019-01-20T11:47:51Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:48:00,889 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 used request id req-76e65abc-8461-49a6-8f23-27cd597dd7d4 2019-01-20 11:48:03,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:48:04,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:48:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20706121-59b0-4930-a5da-8860b2d208ab x-compute-request-id: req-20706121-59b0-4930-a5da-8860b2d208ab Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "bookmark"}], "image": {"id": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "links": [{"href": "http://172.30.9.22:8774/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "links": [{"href": "http://172.30.9.22:8774/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "bookmark"}]}, "id": "fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:47:53Z", "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-87475c66-b770-44d0-908c-9a76a89f2197-vm_inst", "created": "2019-01-20T11:47:51Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:48:04,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 used request id req-20706121-59b0-4930-a5da-8860b2d208ab 2019-01-20 11:48:07,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:48:08,054 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:48: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-da478822-8070-4f04-9f2c-3bc0556d3885 x-compute-request-id: req-da478822-8070-4f04-9f2c-3bc0556d3885 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "bookmark"}], "image": {"id": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "links": [{"href": "http://172.30.9.22:8774/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "links": [{"href": "http://172.30.9.22:8774/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "bookmark"}]}, "id": "fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:47:53Z", "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-87475c66-b770-44d0-908c-9a76a89f2197-vm_inst", "created": "2019-01-20T11:47:51Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:48:08,054 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 used request id req-da478822-8070-4f04-9f2c-3bc0556d3885 2019-01-20 11:48:11,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:48:11,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:48:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5788f502-4017-4075-af38-f72faa853661 x-compute-request-id: req-5788f502-4017-4075-af38-f72faa853661 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "bookmark"}], "image": {"id": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "links": [{"href": "http://172.30.9.22:8774/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "links": [{"href": "http://172.30.9.22:8774/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "bookmark"}]}, "id": "fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:47:53Z", "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-87475c66-b770-44d0-908c-9a76a89f2197-vm_inst", "created": "2019-01-20T11:47:51Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:48:11,472 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 used request id req-5788f502-4017-4075-af38-f72faa853661 2019-01-20 11:48:14,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:48:14,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:48:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6cc3bb8a-e9e6-45b4-8014-e9489203b0d2 x-compute-request-id: req-6cc3bb8a-e9e6-45b4-8014-e9489203b0d2 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "bookmark"}], "image": {"id": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "links": [{"href": "http://172.30.9.22:8774/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "links": [{"href": "http://172.30.9.22:8774/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "bookmark"}]}, "id": "fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:47:53Z", "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-87475c66-b770-44d0-908c-9a76a89f2197-vm_inst", "created": "2019-01-20T11:47:51Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:48:14,880 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 used request id req-6cc3bb8a-e9e6-45b4-8014-e9489203b0d2 2019-01-20 11:48:17,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:48:18,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:48:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9baeb6bf-9a05-4291-85fe-006e8fe00973 x-compute-request-id: req-9baeb6bf-9a05-4291-85fe-006e8fe00973 Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "bookmark"}], "image": {"id": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "links": [{"href": "http://172.30.9.22:8774/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "links": [{"href": "http://172.30.9.22:8774/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "bookmark"}]}, "id": "fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:47:53Z", "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-87475c66-b770-44d0-908c-9a76a89f2197-vm_inst", "created": "2019-01-20T11:47:51Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:48:18,333 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 used request id req-9baeb6bf-9a05-4291-85fe-006e8fe00973 2019-01-20 11:48:21,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:48:21,944 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-41d2ddb1-29c6-4d03-9735-2fb1db1a161e x-compute-request-id: req-41d2ddb1-29c6-4d03-9735-2fb1db1a161e Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "bookmark"}], "image": {"id": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "links": [{"href": "http://172.30.9.22:8774/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "links": [{"href": "http://172.30.9.22:8774/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "bookmark"}]}, "id": "fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:47:53Z", "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-87475c66-b770-44d0-908c-9a76a89f2197-vm_inst", "created": "2019-01-20T11:47:51Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:48:21,945 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 used request id req-41d2ddb1-29c6-4d03-9735-2fb1db1a161e 2019-01-20 11:48:24,951 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:48:25,816 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:48:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b296609b-2e1d-4dc4-9da4-ca2eba4a8eab x-compute-request-id: req-b296609b-2e1d-4dc4-9da4-ca2eba4a8eab Content-Encoding: gzip Content-Length: 717 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "bookmark"}], "image": {"id": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "links": [{"href": "http://172.30.9.22:8774/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "links": [{"href": "http://172.30.9.22:8774/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "bookmark"}]}, "id": "fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:48:23Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-87475c66-b770-44d0-908c-9a76a89f2197-vm_inst", "created": "2019-01-20T11:47:51Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:48:25,816 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 used request id req-b296609b-2e1d-4dc4-9da4-ca2eba4a8eab 2019-01-20 11:48:28,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:48:29,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:48:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1e0c708-180d-4cf4-9e07-4e8777470ca4 x-compute-request-id: req-f1e0c708-180d-4cf4-9e07-4e8777470ca4 Content-Encoding: gzip Content-Length: 722 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "bookmark"}], "image": {"id": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "links": [{"href": "http://172.30.9.22:8774/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "links": [{"href": "http://172.30.9.22:8774/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "bookmark"}]}, "id": "fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:48:28Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-87475c66-b770-44d0-908c-9a76a89f2197-vm_inst", "created": "2019-01-20T11:47:51Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:48:29,221 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 used request id req-f1e0c708-180d-4cf4-9e07-4e8777470ca4 2019-01-20 11:48:32,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:48:32,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-b526ace2-a592-4ac6-a549-8e9da409cbf3 x-compute-request-id: req-b526ace2-a592-4ac6-a549-8e9da409cbf3 Content-Encoding: gzip Content-Length: 815 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:e3:95", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "bookmark"}], "image": {"id": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "links": [{"href": "http://172.30.9.22:8774/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "links": [{"href": "http://172.30.9.22:8774/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "bookmark"}]}, "id": "fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:48:28Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-87475c66-b770-44d0-908c-9a76a89f2197-vm_inst", "created": "2019-01-20T11:47:51Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:48:32,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 used request id req-b526ace2-a592-4ac6-a549-8e9da409cbf3 2019-01-20 11:48:35,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:48:36,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-a2dd8230-f8f0-46cb-86e9-f540a57ddf4f x-compute-request-id: req-a2dd8230-f8f0-46cb-86e9-f540a57ddf4f Content-Encoding: gzip Content-Length: 815 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:e3:95", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "bookmark"}], "image": {"id": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "links": [{"href": "http://172.30.9.22:8774/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "links": [{"href": "http://172.30.9.22:8774/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "bookmark"}]}, "id": "fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:48:28Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-87475c66-b770-44d0-908c-9a76a89f2197-vm_inst", "created": "2019-01-20T11:47:51Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:48:36,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 used request id req-a2dd8230-f8f0-46cb-86e9-f540a57ddf4f 2019-01-20 11:48:39,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:48:40,318 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:48:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-796d64a2-bc6a-4911-bf4c-b371e5d485c7 x-compute-request-id: req-796d64a2-bc6a-4911-bf4c-b371e5d485c7 Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:e3:95", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "bookmark"}], "image": {"id": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "links": [{"href": "http://172.30.9.22:8774/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2019-01-20T11:48:36.000000", "flavor": {"id": "2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "links": [{"href": "http://172.30.9.22:8774/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "bookmark"}]}, "id": "fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:48:36Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-87475c66-b770-44d0-908c-9a76a89f2197-vm_inst", "created": "2019-01-20T11:47:51Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:48:40,318 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 used request id req-796d64a2-bc6a-4911-bf4c-b371e5d485c7 2019-01-20 11:48:40,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:48:40,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:48:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba1b6e80-eb31-46b8-bc2e-119831245005 x-compute-request-id: req-ba1b6e80-eb31-46b8-bc2e-119831245005 Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:e3:95", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "rel": "bookmark"}], "image": {"id": "c86de5fb-4ebb-4997-b54b-4dc2c006779d", "links": [{"href": "http://172.30.9.22:8774/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2019-01-20T11:48:36.000000", "flavor": {"id": "2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "links": [{"href": "http://172.30.9.22:8774/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1", "rel": "bookmark"}]}, "id": "fa197f8e-2749-4564-9cfc-bebc8c3c07e1", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:48:36Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-87475c66-b770-44d0-908c-9a76a89f2197-vm_inst", "created": "2019-01-20T11:47:51Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:48:40,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 used request id req-ba1b6e80-eb31-46b8-bc2e-119831245005 2019-01-20 11:48:40,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:48:41,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-a5df785f-de78-4916-a0aa-320add8da372 Date: Sun, 20 Jan 2019 11:48:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8a8d0434-110a-416a-a141-0daf4ccc7354","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["05d4b3b7-e59e-4a7f-a323-736ef48dd00c"],"description":"","tags":[],"updated_at":"2019-01-20T11:47:42Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:47:41Z","provider:network_type":"vxlan"}]} 2019-01-20 11:48:41,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net used request id req-a5df785f-de78-4916-a0aa-320add8da372 2019-01-20 11:48:41,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:48:41,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:48:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b185a5d-4b75-4cb8-9dd3-51e3320490f4 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:48:41,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-8b185a5d-4b75-4cb8-9dd3-51e3320490f4 2019-01-20 11:48:41,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=8a8d0434-110a-416a-a141-0daf4ccc7354 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:48:41,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0f58f9fa-b990-43a5-9ebe-63151706428e Date: Sun, 20 Jan 2019 11:48:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a8d0434-110a-416a-a141-0daf4ccc7354","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:47:42Z","dns_nameservers":[],"updated_at":"2019-01-20T11:47:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"632adb60eb5b46cbaf6c905003618b09","id":"05d4b3b7-e59e-4a7f-a323-736ef48dd00c","subnetpool_id":null,"name":"NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-subnet"}]} 2019-01-20 11:48:41,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=8a8d0434-110a-416a-a141-0daf4ccc7354 used request id req-0f58f9fa-b990-43a5-9ebe-63151706428e 2019-01-20 11:48:41,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=8a8d0434-110a-416a-a141-0daf4ccc7354 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:48:41,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3876 X-Openstack-Request-Id: req-30aed9bc-b77f-4dbb-aff9-517ba2aad7a5 Date: Sun, 20 Jan 2019 11:48:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:47:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05d4b3b7-e59e-4a7f-a323-736ef48dd00c","ip_address":"10.55.0.4"}],"id":"3599985c-83f7-4cf7-9437-ad707dda406d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:f1:be","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8a8d0434-110a-416a-a141-0daf4ccc7354","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:47:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8a8d0434-110a-416a-a141-0daf4ccc7354"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"05d4b3b7-e59e-4a7f-a323-736ef48dd00c","ip_address":"10.55.0.5"}],"id":"4d2c0ebd-618f-4025-b486-5b6233de0ca1","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ec:e3:95","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-port","admin_state_up":true,"network_id":"8a8d0434-110a-416a-a141-0daf4ccc7354","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:47:46Z","binding:vnic_type":"normal","device_id":"fa197f8e-2749-4564-9cfc-bebc8c3c07e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:47:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05d4b3b7-e59e-4a7f-a323-736ef48dd00c","ip_address":"10.55.0.2"}],"id":"810d2a45-6ec3-4cf8-a690-07b350931201","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:ca:a1","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8a8d0434-110a-416a-a141-0daf4ccc7354","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:47:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8a8d0434-110a-416a-a141-0daf4ccc7354"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:47:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05d4b3b7-e59e-4a7f-a323-736ef48dd00c","ip_address":"10.55.0.3"}],"id":"84f23f99-7900-4dda-9641-18646a225ea1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:12:5f","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8a8d0434-110a-416a-a141-0daf4ccc7354","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:47:43Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8a8d0434-110a-416a-a141-0daf4ccc7354"}]} 2019-01-20 11:48:41,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=8a8d0434-110a-416a-a141-0daf4ccc7354 used request id req-30aed9bc-b77f-4dbb-aff9-517ba2aad7a5 2019-01-20 11:48:41,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:48:41,571 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11: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 x-openstack-request-id: req-abeef245-c547-4896-aa9f-d71e5d952d0d x-compute-request-id: req-abeef245-c547-4896-aa9f-d71e5d952d0d Content-Type: application/json 2019-01-20 11:48:41,571 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/fa197f8e-2749-4564-9cfc-bebc8c3c07e1 used request id req-abeef245-c547-4896-aa9f-d71e5d952d0d 2019-01-20 11:48:41,571 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-port 2019-01-20 11:48:41,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/4d2c0ebd-618f-4025-b486-5b6233de0ca1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb892c102d112da7131d6bb9c1c0663b1bcd1013" 2019-01-20 11:48:42,101 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-441886da-9df7-46bb-99b0-8d4c52d5789a Date: Sun, 20 Jan 2019 11:48:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:48:42,101 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/4d2c0ebd-618f-4025-b486-5b6233de0ca1 used request id req-441886da-9df7-46bb-99b0-8d4c52d5789a 2019-01-20 11:48:42,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec35f8758e54976c9b28f8b9a8c34f43d54088d0" 2019-01-20 11:48:42,140 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:48:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a070a4b6-e3de-445c-be96-4691325704b8 x-compute-request-id: req-a070a4b6-e3de-445c-be96-4691325704b8 Content-Length: 0 Content-Type: application/json 2019-01-20 11:48:42,141 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/2ab834dd-3c67-41dd-92e4-fbd1e56e95b1 used request id req-a070a4b6-e3de-445c-be96-4691325704b8 2019-01-20 11:48:42,141 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-subnet 2019-01-20 11:48:42,142 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-subnet 2019-01-20 11:48:42,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/05d4b3b7-e59e-4a7f-a323-736ef48dd00c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}336dbaca466ccfdeb1588486b47a2c122dac892c" 2019-01-20 11:48:44,268 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-540e1420-2b27-41b4-920d-2c233d13e113 Date: Sun, 20 Jan 2019 11:48:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:48:44,268 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/05d4b3b7-e59e-4a7f-a323-736ef48dd00c used request id req-540e1420-2b27-41b4-920d-2c233d13e113 2019-01-20 11:48:44,268 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-net 2019-01-20 11:48:44,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/8a8d0434-110a-416a-a141-0daf4ccc7354 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}336dbaca466ccfdeb1588486b47a2c122dac892c" 2019-01-20 11:48:45,682 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-82149135-79b9-458e-a4d1-24d6f8b32b60 Date: Sun, 20 Jan 2019 11:48:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:48:45,682 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/8a8d0434-110a-416a-a141-0daf4ccc7354 used request id req-82149135-79b9-458e-a4d1-24d6f8b32b60 2019-01-20 11:48:45,683 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-87475c66-b770-44d0-908c-9a76a89f2197-image 2019-01-20 11:48:45,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}51e8b8645d1d816e89f56b7258fcbd72236de2f9" 2019-01-20 11:48:48,152 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-47de0c1d-f7d9-409c-aa9a-6f7c87a667ac Date: Sun, 20 Jan 2019 11:48:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:48:48,153 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/c86de5fb-4ebb-4997-b54b-4dc2c006779d used request id req-47de0c1d-f7d9-409c-aa9a-6f7c87a667ac 2019-01-20 11:48:48,155 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:48:48,158 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 11:48:48,158 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:48:48,159 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:48:48,549 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:48:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["GaNgPGMMQXu_txma0-I_ag"], "issued_at": "2019-01-20T11:48:48.000000Z"}} 2019-01-20 11:48:48,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee4b781cb1d41a3884390a836bd84ad35dd8b493" 2019-01-20 11:48:48,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a73bcae1-7cd9-4e50-9fb1-32bd9a15464d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:48:48,623 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a73bcae1-7cd9-4e50-9fb1-32bd9a15464d 2019-01-20 11:48:48,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee4b781cb1d41a3884390a836bd84ad35dd8b493" 2019-01-20 11:48:49,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-bf946163-9958-44c6-ba82-7c3a9282f534 Date: Sun, 20 Jan 2019 11:48:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-image"} 2019-01-20 11:48:49,240 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-image used request id req-bf946163-9958-44c6-ba82-7c3a9282f534 2019-01-20 11:48:49,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee4b781cb1d41a3884390a836bd84ad35dd8b493" 2019-01-20 11:48:49,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c22624d5-7785-44fc-985a-b9fce64ae228 Date: Sun, 20 Jan 2019 11:48: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"}}} 2019-01-20 11:48:49,417 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-c22624d5-7785-44fc-985a-b9fce64ae228 2019-01-20 11:48:49,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee4b781cb1d41a3884390a836bd84ad35dd8b493" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-image"}' 2019-01-20 11:48:50,150 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/fe2d6700-e158-44e5-9968-3e1eefbbb019 X-Openstack-Request-Id: req-44002c8b-bb5e-4639-a298-0205dca822c8 Date: Sun, 20 Jan 2019 11:48:50 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:48:50Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T11:48:50Z", "visibility": "shared", "locations": [], "self": "/v2/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "min_disk": 0, "protected": false, "id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "file": "/v2/images/fe2d6700-e158-44e5-9968-3e1eefbbb019/file", "checksum": null, "owner": "632adb60eb5b46cbaf6c905003618b09", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:48:50,150 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-44002c8b-bb5e-4639-a298-0205dca822c8 2019-01-20 11:48:50,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/fe2d6700-e158-44e5-9968-3e1eefbbb019/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee4b781cb1d41a3884390a836bd84ad35dd8b493" -d '' 2019-01-20 11:48:51,453 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8609e645-931e-4062-9797-7a3ec6c44413 Date: Sun, 20 Jan 2019 11:48:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:48:51,453 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/fe2d6700-e158-44e5-9968-3e1eefbbb019/file used request id req-8609e645-931e-4062-9797-7a3ec6c44413 2019-01-20 11:48:51,453 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 11:48:51,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/fe2d6700-e158-44e5-9968-3e1eefbbb019 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee4b781cb1d41a3884390a836bd84ad35dd8b493" 2019-01-20 11:48:51,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-4fcbbfd4-d2ab-4c4d-9063-895e6f9c74d6 Date: Sun, 20 Jan 2019 11:48:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:48:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:48:51Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/fe2d6700-e158-44e5-9968-3e1eefbbb019/snap", "metadata": {}}], "self": "/v2/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "min_disk": 0, "protected": false, "id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "file": "/v2/images/fe2d6700-e158-44e5-9968-3e1eefbbb019/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/fe2d6700-e158-44e5-9968-3e1eefbbb019/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:48:51,622 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/fe2d6700-e158-44e5-9968-3e1eefbbb019 used request id req-4fcbbfd4-d2ab-4c4d-9063-895e6f9c74d6 2019-01-20 11:48:51,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee4b781cb1d41a3884390a836bd84ad35dd8b493" 2019-01-20 11:48:51,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a054e81f-9ec0-4e3f-bc9c-440f6e73f605 Date: Sun, 20 Jan 2019 11:48: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"}}} 2019-01-20 11:48:51,778 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-a054e81f-9ec0-4e3f-bc9c-440f6e73f605 2019-01-20 11:48:51,782 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-image 2019-01-20 11:48:51,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/fe2d6700-e158-44e5-9968-3e1eefbbb019 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee4b781cb1d41a3884390a836bd84ad35dd8b493" 2019-01-20 11:48:52,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-fec6589a-6b92-48fd-8975-70260e3b363a Date: Sun, 20 Jan 2019 11:48:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:48:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:48:51Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/fe2d6700-e158-44e5-9968-3e1eefbbb019/snap", "metadata": {}}], "self": "/v2/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "min_disk": 0, "protected": false, "id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "file": "/v2/images/fe2d6700-e158-44e5-9968-3e1eefbbb019/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/fe2d6700-e158-44e5-9968-3e1eefbbb019/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:48:52,400 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/fe2d6700-e158-44e5-9968-3e1eefbbb019 used request id req-fec6589a-6b92-48fd-8975-70260e3b363a 2019-01-20 11:48:52,401 - create_image - DEBUG - Instance status is - active 2019-01-20 11:48:52,401 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-image 2019-01-20 11:48:52,401 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-image 2019-01-20 11:48:52,402 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:48:52,403 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:48:52,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:48:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["nL_sGNa0QXCVOSbvSd0eAQ"], "issued_at": "2019-01-20T11:48:52.000000Z"}} 2019-01-20 11:48:52,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03cc68e4166ed66bfeebf781234086d768d458" 2019-01-20 11:48:52,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:48:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76e06677-3a62-4d5c-91d7-16162ab96965 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:48:52,873 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-76e06677-3a62-4d5c-91d7-16162ab96965 2019-01-20 11:48:52,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03cc68e4166ed66bfeebf781234086d768d458" 2019-01-20 11:48:53,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b611bfef-67d9-446c-8d5d-c522814d7319 Date: Sun, 20 Jan 2019 11:48:53 GMT RESP BODY: {"networks":[]} 2019-01-20 11:48:53,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net used request id req-b611bfef-67d9-446c-8d5d-c522814d7319 2019-01-20 11:48:53,060 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net 2019-01-20 11:48:53,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03cc68e4166ed66bfeebf781234086d768d458" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net", "admin_state_up": true}}' 2019-01-20 11:48:53,479 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-94f11723-69e3-467a-87fe-666bf2479644 Date: Sun, 20 Jan 2019 11:48: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":"1f468494-41b7-490a-8a2c-67ac21b1a077","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:48:53Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:53Z","mtu":1450}} 2019-01-20 11:48:53,479 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-94f11723-69e3-467a-87fe-666bf2479644 2019-01-20 11:48:53,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03cc68e4166ed66bfeebf781234086d768d458" 2019-01-20 11:48:53,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-d2a6ca69-38e8-4438-972d-e2e34839b2fa Date: Sun, 20 Jan 2019 11:48:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1f468494-41b7-490a-8a2c-67ac21b1a077","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:48:53Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:53Z","provider:network_type":"vxlan"}]} 2019-01-20 11:48:53,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-d2a6ca69-38e8-4438-972d-e2e34839b2fa 2019-01-20 11:48:53,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03cc68e4166ed66bfeebf781234086d768d458" 2019-01-20 11:48:53,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2c1a6d01-33d9-444e-9560-a48effec4fb2 Date: Sun, 20 Jan 2019 11:48:53 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:48:53,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-2c1a6d01-33d9-444e-9560-a48effec4fb2 2019-01-20 11:48:53,724 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet 2019-01-20 11:48:53,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03cc68e4166ed66bfeebf781234086d768d458" -d '{"subnets": [{"ip_version": 4, "network_id": "1f468494-41b7-490a-8a2c-67ac21b1a077", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet"}]}' 2019-01-20 11:48:54,395 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7f6846d6-5d2a-4d1b-b976-2b3bcf1de2ed Date: Sun, 20 Jan 2019 11:48:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","dns_nameservers":[],"updated_at":"2019-01-20T11:48: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":"632adb60eb5b46cbaf6c905003618b09","id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet"}]} 2019-01-20 11:48:54,395 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-7f6846d6-5d2a-4d1b-b976-2b3bcf1de2ed 2019-01-20 11:48:54,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03cc68e4166ed66bfeebf781234086d768d458" 2019-01-20 11:48:54,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-6c918afe-78f6-40b9-9f0e-342fccb16d93 Date: Sun, 20 Jan 2019 11:48:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1f468494-41b7-490a-8a2c-67ac21b1a077","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["6e7ec3fc-b223-4b6a-ba70-759a68026389"],"description":"","tags":[],"updated_at":"2019-01-20T11:48:54Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:53Z","provider:network_type":"vxlan"}]} 2019-01-20 11:48:54,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-6c918afe-78f6-40b9-9f0e-342fccb16d93 2019-01-20 11:48:54,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03cc68e4166ed66bfeebf781234086d768d458" 2019-01-20 11:48:54,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7b8d2cac-6802-49b5-b664-cbba668a350d Date: Sun, 20 Jan 2019 11:48:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","dns_nameservers":[],"updated_at":"2019-01-20T11:48: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":"632adb60eb5b46cbaf6c905003618b09","id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet"}]} 2019-01-20 11:48:54,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-7b8d2cac-6802-49b5-b664-cbba668a350d 2019-01-20 11:48:54,856 - OpenStackNetwork - DEBUG - Network [1f468494-41b7-490a-8a2c-67ac21b1a077] created successfully 2019-01-20 11:48:54,857 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:48:54,857 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:48:55,241 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:48:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["Pqd2W16oQgeKltmqlljYzg"], "issued_at": "2019-01-20T11:48:55.000000Z"}} 2019-01-20 11:48:55,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1942cda6c070170e5a57a640c063978703b9a28f" 2019-01-20 11:48:55,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:48:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b472ff2-f2f1-4b34-9a02-48b7defc3024 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:48:55,336 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4b472ff2-f2f1-4b34-9a02-48b7defc3024 2019-01-20 11:48:55,338 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:48:55,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1942cda6c070170e5a57a640c063978703b9a28f" 2019-01-20 11:48:55,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:48:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a0d07e22-f865-4625-818d-831542a84460 x-compute-request-id: req-a0d07e22-f865-4625-818d-831542a84460 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 11:48:55,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-a0d07e22-f865-4625-818d-831542a84460 2019-01-20 11:48:55,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1942cda6c070170e5a57a640c063978703b9a28f" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 11:48:55,864 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:48:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12229da8-f607-4042-a295-38ac6dc92e94 x-compute-request-id: req-12229da8-f607-4042-a295-38ac6dc92e94 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "name": "NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:48:55,864 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-12229da8-f607-4042-a295-38ac6dc92e94 2019-01-20 11:48:55,865 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:48:55,866 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:48:56,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:48:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["D2U15tWfTQCZhSEyzM1CpA"], "issued_at": "2019-01-20T11:48:56.000000Z"}} 2019-01-20 11:48:56,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e863510ecb017b8616ce2937a16e811be398907e" 2019-01-20 11:48:56,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:48:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bbed22c-3978-4ace-b26c-e5ebabe3fa68 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:48:56,344 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1bbed22c-3978-4ace-b26c-e5ebabe3fa68 2019-01-20 11:48:56,349 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e863510ecb017b8616ce2937a16e811be398907e" 2019-01-20 11:48:57,093 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:48:56 GMT Server: Apache x-compute-request-id: req-094cff4e-00ab-44cd-86e2-f6887571c626 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-094cff4e-00ab-44cd-86e2-f6887571c626 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-20 11:48:57,093 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/detail used request id req-094cff4e-00ab-44cd-86e2-f6887571c626 2019-01-20 11:48:57,096 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-094cff4e-00ab-44cd-86e2-f6887571c626" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e863510ecb017b8616ce2937a16e811be398907e" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5", "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}}' 2019-01-20 11:48:58,168 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:48:57 GMT Server: Apache x-compute-request-id: req-bbf2e728-c24f-4e0f-9587-b5e1289b2771 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bbf2e728-c24f-4e0f-9587-b5e1289b2771 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "f8248cee7f534240b0235e12eac098e6", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T11:48:58.052595", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "75087dbd-bc05-4d2d-b4cb-3b64e167c250", "size": 1}} 2019-01-20 11:48:58,169 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes used request id req-bbf2e728-c24f-4e0f-9587-b5e1289b2771 2019-01-20 11:48:58,172 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-094cff4e-00ab-44cd-86e2-f6887571c626" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e863510ecb017b8616ce2937a16e811be398907e" 2019-01-20 11:48:58,949 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:48:58 GMT Server: Apache x-compute-request-id: req-2653df6c-5405-402f-bbaf-ad50427415c2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2653df6c-5405-402f-bbaf-ad50427415c2 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:48:58.000000", "replication_status": null, "snapshot_id": null, "id": "75087dbd-bc05-4d2d-b4cb-3b64e167c250", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5", "bootable": "false", "created_at": "2019-01-20T11:48:58.000000", "volume_type": null}} 2019-01-20 11:48:58,949 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250 used request id req-2653df6c-5405-402f-bbaf-ad50427415c2 2019-01-20 11:48:58,949 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5 2019-01-20 11:48:58,953 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-094cff4e-00ab-44cd-86e2-f6887571c626" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e863510ecb017b8616ce2937a16e811be398907e" 2019-01-20 11:48:59,695 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:48:58 GMT Server: Apache x-compute-request-id: req-cfbe7434-3117-412c-b2c8-82b15ad8eac9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cfbe7434-3117-412c-b2c8-82b15ad8eac9 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:48:58.000000", "replication_status": null, "snapshot_id": null, "id": "75087dbd-bc05-4d2d-b4cb-3b64e167c250", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5", "bootable": "false", "created_at": "2019-01-20T11:48:58.000000", "volume_type": null}} 2019-01-20 11:48:59,696 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250 used request id req-cfbe7434-3117-412c-b2c8-82b15ad8eac9 2019-01-20 11:48:59,696 - create_volume - DEBUG - Instance status is - creating 2019-01-20 11:48:59,696 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-20 11:49:02,699 - create_volume - DEBUG - Volume status query timeout in 296.250078917 2019-01-20 11:49:02,702 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-094cff4e-00ab-44cd-86e2-f6887571c626" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e863510ecb017b8616ce2937a16e811be398907e" 2019-01-20 11:49:03,499 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:02 GMT Server: Apache x-compute-request-id: req-c2994664-75ab-4fd4-92ba-50ceb6670a70 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c2994664-75ab-4fd4-92ba-50ceb6670a70 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:49:01.000000", "replication_status": null, "snapshot_id": null, "id": "75087dbd-bc05-4d2d-b4cb-3b64e167c250", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5", "bootable": "false", "created_at": "2019-01-20T11:48:58.000000", "volume_type": null}} 2019-01-20 11:49:03,499 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250 used request id req-c2994664-75ab-4fd4-92ba-50ceb6670a70 2019-01-20 11:49:03,499 - create_volume - DEBUG - Instance status is - available 2019-01-20 11:49:03,500 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5 2019-01-20 11:49:03,500 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5 2019-01-20 11:49:03,500 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:49:03,501 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:49:03,892 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:49:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["NFUS3jcJTXiby0RdSPYIzQ"], "issued_at": "2019-01-20T11:49:03.000000Z"}} 2019-01-20 11:49:03,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:03,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f2c2104-439a-4ddf-a1c0-c0b07e0591c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:49:03,979 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4f2c2104-439a-4ddf-a1c0-c0b07e0591c6 2019-01-20 11:49:03,980 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:49:03,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:04,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f05366b-34c5-42f7-9ec1-f35e20bdae0f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:49:04,148 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1f05366b-34c5-42f7-9ec1-f35e20bdae0f 2019-01-20 11:49:04,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:04,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-3f3b3a61-b044-416e-a5a0-429d699eabcd Date: Sun, 20 Jan 2019 11:49:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1f468494-41b7-490a-8a2c-67ac21b1a077","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["6e7ec3fc-b223-4b6a-ba70-759a68026389"],"description":"","tags":[],"updated_at":"2019-01-20T11:48:54Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:53Z","provider:network_type":"vxlan"}]} 2019-01-20 11:49:04,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net used request id req-3f3b3a61-b044-416e-a5a0-429d699eabcd 2019-01-20 11:49:04,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:49:04,407 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:49: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:49:04,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:04,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2604e1b2-8447-415d-b515-a4e8b0d904ce 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:49:04,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-2604e1b2-8447-415d-b515-a4e8b0d904ce 2019-01-20 11:49:04,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:04,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3adc7065-84d9-4d3e-a808-611eef205776 Date: Sun, 20 Jan 2019 11:49:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","dns_nameservers":[],"updated_at":"2019-01-20T11:48: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":"632adb60eb5b46cbaf6c905003618b09","id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet"}]} 2019-01-20 11:49:04,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-3adc7065-84d9-4d3e-a808-611eef205776 2019-01-20 11:49:04,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077&name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:04,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e41fd128-171d-471e-aff9-603d2a7813ce Date: Sun, 20 Jan 2019 11:49:04 GMT RESP BODY: {"ports":[]} 2019-01-20 11:49:04,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077&name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-port&admin_state_up=True used request id req-e41fd128-171d-471e-aff9-603d2a7813ce 2019-01-20 11:49:04,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:05,653 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49: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-027a0a62-05d0-4752-b966-03145672eb8d x-compute-request-id: req-027a0a62-05d0-4752-b966-03145672eb8d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 11:49:05,653 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst used request id req-027a0a62-05d0-4752-b966-03145672eb8d 2019-01-20 11:49:05,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:05,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-78749f1a-f925-4ed5-b64b-a355b120ebf4 Date: Sun, 20 Jan 2019 11:49:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1f468494-41b7-490a-8a2c-67ac21b1a077","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["6e7ec3fc-b223-4b6a-ba70-759a68026389"],"description":"","tags":[],"updated_at":"2019-01-20T11:48:54Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:53Z","provider:network_type":"vxlan"}]} 2019-01-20 11:49:05,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net used request id req-78749f1a-f925-4ed5-b64b-a355b120ebf4 2019-01-20 11:49:05,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:05,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb78a1a0-a5c1-458c-8cfe-73eaf79f753b 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:49:05,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-cb78a1a0-a5c1-458c-8cfe-73eaf79f753b 2019-01-20 11:49:06,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:06,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-38eb8854-5928-4070-96c3-1e657b58aec4 Date: Sun, 20 Jan 2019 11:49:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","dns_nameservers":[],"updated_at":"2019-01-20T11:48: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":"632adb60eb5b46cbaf6c905003618b09","id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet"}]} 2019-01-20 11:49:06,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-38eb8854-5928-4070-96c3-1e657b58aec4 2019-01-20 11:49:06,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077&name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:06,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ec9b63ae-4cb5-45e3-b9a5-d66d273a5cb6 Date: Sun, 20 Jan 2019 11:49:06 GMT RESP BODY: {"ports":[]} 2019-01-20 11:49:06,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077&name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-port&admin_state_up=True used request id req-ec9b63ae-4cb5-45e3-b9a5-d66d273a5cb6 2019-01-20 11:49:06,407 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:49:06,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:49:06,799 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:49:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["8aOjXvmBS2GF_V3YraAPxw"], "issued_at": "2019-01-20T11:49:06.000000Z"}} 2019-01-20 11:49:06,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2afc65dc9720b71e718e610a6f2c60e0f9ed069" 2019-01-20 11:49:06,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6267e482-986d-4dee-9ab0-31f16f7e41d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:49:06,890 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6267e482-986d-4dee-9ab0-31f16f7e41d6 2019-01-20 11:49:06,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:07,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-6f1572c0-5ec2-4449-b4d9-48328037f2cf Date: Sun, 20 Jan 2019 11:49:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1f468494-41b7-490a-8a2c-67ac21b1a077","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["6e7ec3fc-b223-4b6a-ba70-759a68026389"],"description":"","tags":[],"updated_at":"2019-01-20T11:48:54Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:53Z","provider:network_type":"vxlan"}]} 2019-01-20 11:49:07,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net used request id req-6f1572c0-5ec2-4449-b4d9-48328037f2cf 2019-01-20 11:49:07,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:07,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-eff0cb12-0acb-4bae-8512-60083df2d7c4 Date: Sun, 20 Jan 2019 11:49:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","dns_nameservers":[],"updated_at":"2019-01-20T11:48: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":"632adb60eb5b46cbaf6c905003618b09","id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet"}]} 2019-01-20 11:49:07,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-eff0cb12-0acb-4bae-8512-60083df2d7c4 2019-01-20 11:49:07,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:07,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-88059fa1-8357-4651-9025-1282549d7c84 Date: Sun, 20 Jan 2019 11:49:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1f468494-41b7-490a-8a2c-67ac21b1a077","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["6e7ec3fc-b223-4b6a-ba70-759a68026389"],"description":"","tags":[],"updated_at":"2019-01-20T11:48:54Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:53Z","provider:network_type":"vxlan"}]} 2019-01-20 11:49:07,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net used request id req-88059fa1-8357-4651-9025-1282549d7c84 2019-01-20 11:49:07,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:49:07,588 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:49: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:49:07,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2afc65dc9720b71e718e610a6f2c60e0f9ed069" 2019-01-20 11:49:07,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07953ef8-06b9-4c25-b9a4-0be534d133ed 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:49:07,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-07953ef8-06b9-4c25-b9a4-0be534d133ed 2019-01-20 11:49:07,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:07,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7465ee48-7dc2-4f61-8072-8e25f61ce6d5 Date: Sun, 20 Jan 2019 11:49:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","dns_nameservers":[],"updated_at":"2019-01-20T11:48: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":"632adb60eb5b46cbaf6c905003618b09","id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet"}]} 2019-01-20 11:49:07,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-7465ee48-7dc2-4f61-8072-8e25f61ce6d5 2019-01-20 11:49:07,917 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net 2019-01-20 11:49:07,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" -d '{"port": {"network_id": "1f468494-41b7-490a-8a2c-67ac21b1a077", "name": "NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-port", "admin_state_up": true}}' 2019-01-20 11:49:08,664 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-7b9fa02d-9d70-4849-b347-091f29a3ff3a Date: Sun, 20 Jan 2019 11:49:08 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:49:08Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.13"}],"id":"f3724d6f-06ec-4d5b-9ac5-002435f68e84","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7e:1d:38","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-port","project_id":"632adb60eb5b46cbaf6c905003618b09","qos_policy_id":null,"admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:49:08Z","binding:vnic_type":"normal"}} 2019-01-20 11:49:08,664 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-7b9fa02d-9d70-4849-b347-091f29a3ff3a 2019-01-20 11:49:08,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:08,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-1550e0c9-9ed4-4f31-a4f5-6bacc5e4800c Date: Sun, 20 Jan 2019 11:49:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1f468494-41b7-490a-8a2c-67ac21b1a077","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["6e7ec3fc-b223-4b6a-ba70-759a68026389"],"description":"","tags":[],"updated_at":"2019-01-20T11:48:54Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:53Z","provider:network_type":"vxlan"}]} 2019-01-20 11:49:08,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net used request id req-1550e0c9-9ed4-4f31-a4f5-6bacc5e4800c 2019-01-20 11:49:08,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:09,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6dd1a50-e6d6-4c19-bc48-9cefcf7b86c1 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:49:09,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-d6dd1a50-e6d6-4c19-bc48-9cefcf7b86c1 2019-01-20 11:49:09,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:09,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-00ea46ae-02b7-43e2-8916-59bd9835364c Date: Sun, 20 Jan 2019 11:49:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","dns_nameservers":[],"updated_at":"2019-01-20T11:48: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":"632adb60eb5b46cbaf6c905003618b09","id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet"}]} 2019-01-20 11:49:09,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-00ea46ae-02b7-43e2-8916-59bd9835364c 2019-01-20 11:49:09,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077&name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:09,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-ce1dc0f0-7bd8-418a-bd07-9d5abc8e85a7 Date: Sun, 20 Jan 2019 11:49:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:49:08Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.13"}],"id":"f3724d6f-06ec-4d5b-9ac5-002435f68e84","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7e:1d:38","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-port","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:49:08Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 11:49:09,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077&name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-port&admin_state_up=True used request id req-ce1dc0f0-7bd8-418a-bd07-9d5abc8e85a7 2019-01-20 11:49:09,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:09,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6051b5e6-97fc-46b1-82fe-b4074aa11297 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:49:09,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-6051b5e6-97fc-46b1-82fe-b4074aa11297 2019-01-20 11:49:09,727 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst 2019-01-20 11:49:09,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:09,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49: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-f31fbba1-5b20-4c2d-b5ac-ee11cd0e9300 x-compute-request-id: req-f31fbba1-5b20-4c2d-b5ac-ee11cd0e9300 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-flavor"}]} 2019-01-20 11:49:09,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f31fbba1-5b20-4c2d-b5ac-ee11cd0e9300 2019-01-20 11:49:09,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:09,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49: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-67eff8a1-1949-4e45-a84b-ed84cfa2708c x-compute-request-id: req-67eff8a1-1949-4e45-a84b-ed84cfa2708c Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "name": "NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:49:09,902 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba used request id req-67eff8a1-1949-4e45-a84b-ed84cfa2708c 2019-01-20 11:49:09,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:10,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-77fd45bc-d33b-40ac-b4d6-bfced3fe703b Date: Sun, 20 Jan 2019 11:49:10 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:48:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:48:51Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/fe2d6700-e158-44e5-9968-3e1eefbbb019/snap", "metadata": {}}], "self": "/v2/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "min_disk": 0, "protected": false, "id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "file": "/v2/images/fe2d6700-e158-44e5-9968-3e1eefbbb019/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/fe2d6700-e158-44e5-9968-3e1eefbbb019/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-image"} 2019-01-20 11:49:10,541 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-image used request id req-77fd45bc-d33b-40ac-b4d6-bfced3fe703b 2019-01-20 11:49:10,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:11,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6c0fe7b7-c5c1-4cf7-8a94-0c61f234b090 Date: Sun, 20 Jan 2019 11:49: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"}}} 2019-01-20 11:49:11,132 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-6c0fe7b7-c5c1-4cf7-8a94-0c61f234b090 2019-01-20 11:49:11,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst", "imageRef": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "flavorRef": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "max_count": 1, "min_count": 1, "networks": [{"port": "f3724d6f-06ec-4d5b-9ac5-002435f68e84"}]}}' 2019-01-20 11:49:14,254 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:49:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9c3529d9-c6c5-4781-a0fe-65c4c7a50e2c x-compute-request-id: req-9c3529d9-c6c5-4781-a0fe-65c4c7a50e2c Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "bookmark"}], "adminPass": "zQanU2HyrWkz"}} 2019-01-20 11:49:14,254 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-9c3529d9-c6c5-4781-a0fe-65c4c7a50e2c 2019-01-20 11:49:14,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:14,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-df8ebbe4-f145-4231-8b75-5717ba51339e x-compute-request-id: req-df8ebbe4-f145-4231-8b75-5717ba51339e Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "bookmark"}], "image": {"id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "links": [{"href": "http://172.30.9.22:8774/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "links": [{"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}]}, "id": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:49:14Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst", "created": "2019-01-20T11:49:14Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:49:14,630 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 used request id req-df8ebbe4-f145-4231-8b75-5717ba51339e 2019-01-20 11:49:14,631 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst 2019-01-20 11:49:14,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:14,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-e69a1f4f-ab8f-4958-b408-5e6ad496be0f x-compute-request-id: req-e69a1f4f-ab8f-4958-b408-5e6ad496be0f Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "bookmark"}], "image": {"id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "links": [{"href": "http://172.30.9.22:8774/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "links": [{"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}]}, "id": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:49:14Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst", "created": "2019-01-20T11:49:14Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:49:14,872 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 used request id req-e69a1f4f-ab8f-4958-b408-5e6ad496be0f 2019-01-20 11:49:14,872 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst] is - BUILD 2019-01-20 11:49:14,873 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:49:17,876 - create_instance - DEBUG - VM status query timeout in 896.755017996 2019-01-20 11:49:17,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:19,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49: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-679f1323-f454-4272-89b9-d1bb0cd2f8cb x-compute-request-id: req-679f1323-f454-4272-89b9-d1bb0cd2f8cb 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.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "bookmark"}], "image": {"id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "links": [{"href": "http://172.30.9.22:8774/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "links": [{"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}]}, "id": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:49:16Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst", "created": "2019-01-20T11:49:14Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:49:19,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 used request id req-679f1323-f454-4272-89b9-d1bb0cd2f8cb 2019-01-20 11:49:19,034 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst] is - BUILD 2019-01-20 11:49:19,034 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:49:22,035 - create_instance - DEBUG - VM status query timeout in 892.595756054 2019-01-20 11:49:22,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:22,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-004d1a2f-08bb-4bc5-9d1b-a37021344163 x-compute-request-id: req-004d1a2f-08bb-4bc5-9d1b-a37021344163 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:1d:38", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "bookmark"}], "image": {"id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "links": [{"href": "http://172.30.9.22:8774/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "links": [{"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}]}, "id": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:49:16Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst", "created": "2019-01-20T11:49:14Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:49:22,566 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 used request id req-004d1a2f-08bb-4bc5-9d1b-a37021344163 2019-01-20 11:49:22,566 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst] is - BUILD 2019-01-20 11:49:22,567 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:49:25,570 - create_instance - DEBUG - VM status query timeout in 889.061062098 2019-01-20 11:49:25,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:26,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-866ad351-82a5-4836-91eb-d2e51b13b9e1 x-compute-request-id: req-866ad351-82a5-4836-91eb-d2e51b13b9e1 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:1d:38", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "bookmark"}], "image": {"id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "links": [{"href": "http://172.30.9.22:8774/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-20T11:49:22.000000", "flavor": {"id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "links": [{"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}]}, "id": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:49:23Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst", "created": "2019-01-20T11:49:14Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:49:26,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 used request id req-866ad351-82a5-4836-91eb-d2e51b13b9e1 2019-01-20 11:49:26,275 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst] is - ACTIVE 2019-01-20 11:49:26,276 - create_instance - INFO - VM is - ACTIVE 2019-01-20 11:49:26,278 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:27,032 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65022e20-31ae-46bc-a04a-dd5bee1df547 x-compute-request-id: req-65022e20-31ae-46bc-a04a-dd5bee1df547 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:1d:38", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "bookmark"}], "image": {"id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "links": [{"href": "http://172.30.9.22:8774/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-20T11:49:22.000000", "flavor": {"id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "links": [{"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}]}, "id": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:49:23Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst", "created": "2019-01-20T11:49:14Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:49:27,032 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 used request id req-65022e20-31ae-46bc-a04a-dd5bee1df547 2019-01-20 11:49:27,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:27,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ca40c432-bd2d-4f2f-b4f9-ad86a82dfde4 Date: Sun, 20 Jan 2019 11:49:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1f468494-41b7-490a-8a2c-67ac21b1a077","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["6e7ec3fc-b223-4b6a-ba70-759a68026389"],"description":"","tags":[],"updated_at":"2019-01-20T11:48:54Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:53Z","provider:network_type":"vxlan"}]} 2019-01-20 11:49:27,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net used request id req-ca40c432-bd2d-4f2f-b4f9-ad86a82dfde4 2019-01-20 11:49:27,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:27,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe169bf2-cdd1-47eb-af3c-8922f0e1a468 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:49:27,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-fe169bf2-cdd1-47eb-af3c-8922f0e1a468 2019-01-20 11:49:27,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:27,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-447e99ee-f63c-436f-a482-480c748245a9 Date: Sun, 20 Jan 2019 11:49:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","dns_nameservers":[],"updated_at":"2019-01-20T11:48: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":"632adb60eb5b46cbaf6c905003618b09","id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet"}]} 2019-01-20 11:49:27,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-447e99ee-f63c-436f-a482-480c748245a9 2019-01-20 11:49:27,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:27,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-6ab86802-abbc-4841-97db-c1c2098d4eec Date: Sun, 20 Jan 2019 11:49:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.4"}],"id":"2bfd3f6c-76e6-4c5d-8c3f-34f9283d5214","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:f6:b4","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.2"}],"id":"970a201c-8a4f-4817-88b4-b8b0984cd9d7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:04:b1","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.3"}],"id":"99c5116f-3d05-4fd1-834e-30630ce0020f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1f:3e:ea","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:49:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.13"}],"id":"f3724d6f-06ec-4d5b-9ac5-002435f68e84","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:1d:38","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-port","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:49:08Z","binding:vnic_type":"normal","device_id":"68bf5678-f0dc-47c5-be3b-1b20cbd0a983"}]} 2019-01-20 11:49:27,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-6ab86802-abbc-4841-97db-c1c2098d4eec 2019-01-20 11:49:27,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:49:27,862 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:49:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["apaUDVasTJK5ppqUE_Z-Ug"], "issued_at": "2019-01-20T11:49:27.000000Z"}} 2019-01-20 11:49:27,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:27,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bacd04aa-2b42-456c-a12b-4093f5aa5dfc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:49:27,936 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bacd04aa-2b42-456c-a12b-4093f5aa5dfc 2019-01-20 11:49:27,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:28,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-69a07152-aadd-4f15-a43e-702f65d6c8bd x-compute-request-id: req-69a07152-aadd-4f15-a43e-702f65d6c8bd Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:1d:38", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "bookmark"}], "image": {"id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "links": [{"href": "http://172.30.9.22:8774/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-20T11:49:22.000000", "flavor": {"id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "links": [{"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}]}, "id": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:49:23Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst", "created": "2019-01-20T11:49:14Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:49:28,592 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 used request id req-69a07152-aadd-4f15-a43e-702f65d6c8bd 2019-01-20 11:49:28,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:28,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-94b58652-71f5-41b5-9301-04065ed9d0b8 Date: Sun, 20 Jan 2019 11:49:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1f468494-41b7-490a-8a2c-67ac21b1a077","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["6e7ec3fc-b223-4b6a-ba70-759a68026389"],"description":"","tags":[],"updated_at":"2019-01-20T11:48:54Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:53Z","provider:network_type":"vxlan"}]} 2019-01-20 11:49:28,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net used request id req-94b58652-71f5-41b5-9301-04065ed9d0b8 2019-01-20 11:49:28,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:28,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2821ff1-b291-4bc2-94ad-64be800d99cc 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:49:28,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-c2821ff1-b291-4bc2-94ad-64be800d99cc 2019-01-20 11:49:28,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:28,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-876a123d-bbd2-418a-9709-876cd00de75d Date: Sun, 20 Jan 2019 11:49:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","dns_nameservers":[],"updated_at":"2019-01-20T11:48: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":"632adb60eb5b46cbaf6c905003618b09","id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet"}]} 2019-01-20 11:49:28,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-876a123d-bbd2-418a-9709-876cd00de75d 2019-01-20 11:49:28,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:29,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-f0f1a74e-973a-4a9a-94be-2e4037081ff0 Date: Sun, 20 Jan 2019 11:49:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.4"}],"id":"2bfd3f6c-76e6-4c5d-8c3f-34f9283d5214","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:f6:b4","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.2"}],"id":"970a201c-8a4f-4817-88b4-b8b0984cd9d7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:04:b1","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.3"}],"id":"99c5116f-3d05-4fd1-834e-30630ce0020f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1f:3e:ea","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:49:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.13"}],"id":"f3724d6f-06ec-4d5b-9ac5-002435f68e84","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:1d:38","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-port","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:49:08Z","binding:vnic_type":"normal","device_id":"68bf5678-f0dc-47c5-be3b-1b20cbd0a983"}]} 2019-01-20 11:49:29,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-f0f1a74e-973a-4a9a-94be-2e4037081ff0 2019-01-20 11:49:29,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" -d '{"volumeAttachment": {"volumeId": "75087dbd-bc05-4d2d-b4cb-3b64e167c250"}}' 2019-01-20 11:49:31,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6dcbe646-244a-403f-853b-345c09b80153 x-compute-request-id: req-6dcbe646-244a-403f-853b-345c09b80153 Content-Encoding: gzip Content-Length: 145 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "id": "75087dbd-bc05-4d2d-b4cb-3b64e167c250", "volumeId": "75087dbd-bc05-4d2d-b4cb-3b64e167c250"}} 2019-01-20 11:49:31,126 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983/os-volume_attachments used request id req-6dcbe646-244a-403f-853b-345c09b80153 2019-01-20 11:49:31,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:32,386 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4287ff72-dafa-41c1-bd10-c014a7950a46 x-compute-request-id: req-4287ff72-dafa-41c1-bd10-c014a7950a46 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:1d:38", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "bookmark"}], "image": {"id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "links": [{"href": "http://172.30.9.22:8774/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-20T11:49:22.000000", "flavor": {"id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "links": [{"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}]}, "id": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:49:23Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst", "created": "2019-01-20T11:49:14Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [{"id": "75087dbd-bc05-4d2d-b4cb-3b64e167c250"}], "metadata": {}}} 2019-01-20 11:49:32,386 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 used request id req-4287ff72-dafa-41c1-bd10-c014a7950a46 2019-01-20 11:49:32,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:32,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-891c8d7c-c82e-468c-a678-da88a2f03565 Date: Sun, 20 Jan 2019 11:49:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1f468494-41b7-490a-8a2c-67ac21b1a077","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["6e7ec3fc-b223-4b6a-ba70-759a68026389"],"description":"","tags":[],"updated_at":"2019-01-20T11:48:54Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:53Z","provider:network_type":"vxlan"}]} 2019-01-20 11:49:32,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net used request id req-891c8d7c-c82e-468c-a678-da88a2f03565 2019-01-20 11:49:32,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:49:32,637 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:49: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:49:32,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:32,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-233b51fc-7551-4770-91df-6b6cff837412 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:49:32,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-233b51fc-7551-4770-91df-6b6cff837412 2019-01-20 11:49:32,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:32,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1e3fd530-ef9c-449f-8ac3-b91b6910762e Date: Sun, 20 Jan 2019 11:49:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","dns_nameservers":[],"updated_at":"2019-01-20T11:48: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":"632adb60eb5b46cbaf6c905003618b09","id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet"}]} 2019-01-20 11:49:32,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-1e3fd530-ef9c-449f-8ac3-b91b6910762e 2019-01-20 11:49:32,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:33,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-488a00d2-9476-4640-bd09-7659a6e1be78 Date: Sun, 20 Jan 2019 11:49:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.4"}],"id":"2bfd3f6c-76e6-4c5d-8c3f-34f9283d5214","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:f6:b4","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.2"}],"id":"970a201c-8a4f-4817-88b4-b8b0984cd9d7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:04:b1","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.3"}],"id":"99c5116f-3d05-4fd1-834e-30630ce0020f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1f:3e:ea","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:49:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.13"}],"id":"f3724d6f-06ec-4d5b-9ac5-002435f68e84","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:1d:38","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-port","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:49:08Z","binding:vnic_type":"normal","device_id":"68bf5678-f0dc-47c5-be3b-1b20cbd0a983"}]} 2019-01-20 11:49:33,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-488a00d2-9476-4640-bd09-7659a6e1be78 2019-01-20 11:49:33,206 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:33,954 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:33 GMT Server: Apache x-compute-request-id: req-036fe550-5738-4494-a347-834947c442e1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-036fe550-5738-4494-a347-834947c442e1 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:49:31.000000", "replication_status": null, "snapshot_id": null, "id": "75087dbd-bc05-4d2d-b4cb-3b64e167c250", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5", "bootable": "false", "created_at": "2019-01-20T11:48:58.000000", "volume_type": null}} 2019-01-20 11:49:33,955 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250 used request id req-036fe550-5738-4494-a347-834947c442e1 2019-01-20 11:49:36,961 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-036fe550-5738-4494-a347-834947c442e1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:37,174 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:36 GMT Server: Apache x-compute-request-id: req-787278e4-a158-45b8-b5cd-3c7250f0b25b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-787278e4-a158-45b8-b5cd-3c7250f0b25b Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "attachment_id": "bc0904b2-3a9e-415e-bfcc-ebb8bf96df63", "attached_at": "2019-01-20T11:49:35.000000", "host_name": null, "volume_id": "75087dbd-bc05-4d2d-b4cb-3b64e167c250", "device": "/dev/vdb", "id": "75087dbd-bc05-4d2d-b4cb-3b64e167c250"}], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:49:35.000000", "replication_status": null, "snapshot_id": null, "id": "75087dbd-bc05-4d2d-b4cb-3b64e167c250", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5", "bootable": "false", "created_at": "2019-01-20T11:48:58.000000", "volume_type": null}} 2019-01-20 11:49:37,174 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250 used request id req-787278e4-a158-45b8-b5cd-3c7250f0b25b 2019-01-20 11:49:37,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:37,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d651755-a261-4b7d-b7ef-6bea207581e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:49:37,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7d651755-a261-4b7d-b7ef-6bea207581e1 2019-01-20 11:49:37,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:38,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49: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-dca893a4-6ce5-4740-b5fc-902e64fd0119 x-compute-request-id: req-dca893a4-6ce5-4740-b5fc-902e64fd0119 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:1d:38", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "bookmark"}], "image": {"id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "links": [{"href": "http://172.30.9.22:8774/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-20T11:49:22.000000", "flavor": {"id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "links": [{"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}]}, "id": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:49:34Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst", "created": "2019-01-20T11:49:14Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [{"id": "75087dbd-bc05-4d2d-b4cb-3b64e167c250"}], "metadata": {}}} 2019-01-20 11:49:38,462 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 used request id req-dca893a4-6ce5-4740-b5fc-902e64fd0119 2019-01-20 11:49:38,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:38,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-cf434286-0a31-44db-a04f-ed0f67cc18bb Date: Sun, 20 Jan 2019 11:49:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1f468494-41b7-490a-8a2c-67ac21b1a077","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["6e7ec3fc-b223-4b6a-ba70-759a68026389"],"description":"","tags":[],"updated_at":"2019-01-20T11:48:54Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:53Z","provider:network_type":"vxlan"}]} 2019-01-20 11:49:38,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net used request id req-cf434286-0a31-44db-a04f-ed0f67cc18bb 2019-01-20 11:49:38,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:38,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9848c1a-7ee0-4019-b936-32053e54a17c 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:49:38,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-d9848c1a-7ee0-4019-b936-32053e54a17c 2019-01-20 11:49:38,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:38,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-eed9e168-bc81-431c-822e-9c342d00e655 Date: Sun, 20 Jan 2019 11:49:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","dns_nameservers":[],"updated_at":"2019-01-20T11:48: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":"632adb60eb5b46cbaf6c905003618b09","id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet"}]} 2019-01-20 11:49:38,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-eed9e168-bc81-431c-822e-9c342d00e655 2019-01-20 11:49:38,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:39,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-57754cf6-6c75-4356-830b-fd217f64a33a Date: Sun, 20 Jan 2019 11:49:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.4"}],"id":"2bfd3f6c-76e6-4c5d-8c3f-34f9283d5214","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:f6:b4","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.2"}],"id":"970a201c-8a4f-4817-88b4-b8b0984cd9d7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:04:b1","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.3"}],"id":"99c5116f-3d05-4fd1-834e-30630ce0020f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1f:3e:ea","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:49:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.13"}],"id":"f3724d6f-06ec-4d5b-9ac5-002435f68e84","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:1d:38","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-port","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:49:08Z","binding:vnic_type":"normal","device_id":"68bf5678-f0dc-47c5-be3b-1b20cbd0a983"}]} 2019-01-20 11:49:39,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-57754cf6-6c75-4356-830b-fd217f64a33a 2019-01-20 11:49:39,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:40,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c619d6e-aaa4-4e8b-930c-abf43cfc52ea x-compute-request-id: req-5c619d6e-aaa4-4e8b-930c-abf43cfc52ea Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:1d:38", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "bookmark"}], "image": {"id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "links": [{"href": "http://172.30.9.22:8774/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-20T11:49:22.000000", "flavor": {"id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "links": [{"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}]}, "id": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:49:34Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst", "created": "2019-01-20T11:49:14Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [{"id": "75087dbd-bc05-4d2d-b4cb-3b64e167c250"}], "metadata": {}}} 2019-01-20 11:49:40,058 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 used request id req-5c619d6e-aaa4-4e8b-930c-abf43cfc52ea 2019-01-20 11:49:40,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:40,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-67a488a3-afd7-4ff3-a315-f22e0665ddca Date: Sun, 20 Jan 2019 11:49:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1f468494-41b7-490a-8a2c-67ac21b1a077","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["6e7ec3fc-b223-4b6a-ba70-759a68026389"],"description":"","tags":[],"updated_at":"2019-01-20T11:48:54Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:53Z","provider:network_type":"vxlan"}]} 2019-01-20 11:49:40,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net used request id req-67a488a3-afd7-4ff3-a315-f22e0665ddca 2019-01-20 11:49:40,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:40,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbb312ec-5410-444a-88ec-44c5683c955b 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:49:40,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-bbb312ec-5410-444a-88ec-44c5683c955b 2019-01-20 11:49:40,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:40,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1f91f4d6-4a0e-425c-b59c-71836f49e2ac Date: Sun, 20 Jan 2019 11:49:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","dns_nameservers":[],"updated_at":"2019-01-20T11:48: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":"632adb60eb5b46cbaf6c905003618b09","id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet"}]} 2019-01-20 11:49:40,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-1f91f4d6-4a0e-425c-b59c-71836f49e2ac 2019-01-20 11:49:40,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:40,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-1e49d9cc-dcb5-4f54-8470-f668c174a1c0 Date: Sun, 20 Jan 2019 11:49:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.4"}],"id":"2bfd3f6c-76e6-4c5d-8c3f-34f9283d5214","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:f6:b4","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.2"}],"id":"970a201c-8a4f-4817-88b4-b8b0984cd9d7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:04:b1","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.3"}],"id":"99c5116f-3d05-4fd1-834e-30630ce0020f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1f:3e:ea","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:49:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.13"}],"id":"f3724d6f-06ec-4d5b-9ac5-002435f68e84","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:1d:38","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-port","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:49:08Z","binding:vnic_type":"normal","device_id":"68bf5678-f0dc-47c5-be3b-1b20cbd0a983"}]} 2019-01-20 11:49:40,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-1e49d9cc-dcb5-4f54-8470-f668c174a1c0 2019-01-20 11:49:40,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:41,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-edd84072-9b56-47ab-b975-c15ae3605e4e x-compute-request-id: req-edd84072-9b56-47ab-b975-c15ae3605e4e Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:1d:38", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "bookmark"}], "image": {"id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "links": [{"href": "http://172.30.9.22:8774/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-20T11:49:22.000000", "flavor": {"id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "links": [{"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}]}, "id": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:49:34Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst", "created": "2019-01-20T11:49:14Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [{"id": "75087dbd-bc05-4d2d-b4cb-3b64e167c250"}], "metadata": {}}} 2019-01-20 11:49:41,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 used request id req-edd84072-9b56-47ab-b975-c15ae3605e4e 2019-01-20 11:49:41,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:41,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-a8ab1ebc-8344-4b55-89d3-8b25d7e14b99 Date: Sun, 20 Jan 2019 11:49:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1f468494-41b7-490a-8a2c-67ac21b1a077","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["6e7ec3fc-b223-4b6a-ba70-759a68026389"],"description":"","tags":[],"updated_at":"2019-01-20T11:48:54Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:53Z","provider:network_type":"vxlan"}]} 2019-01-20 11:49:41,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net used request id req-a8ab1ebc-8344-4b55-89d3-8b25d7e14b99 2019-01-20 11:49:41,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:41,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6da2f94-7af0-447d-b1b9-6f2b4198d896 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:49:41,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-a6da2f94-7af0-447d-b1b9-6f2b4198d896 2019-01-20 11:49:41,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:41,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-69f80612-84be-49d2-a4b3-344bfbe4b39a Date: Sun, 20 Jan 2019 11:49:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","dns_nameservers":[],"updated_at":"2019-01-20T11:48: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":"632adb60eb5b46cbaf6c905003618b09","id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet"}]} 2019-01-20 11:49:41,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-69f80612-84be-49d2-a4b3-344bfbe4b39a 2019-01-20 11:49:41,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:41,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-50b5ecda-a4b7-4678-a4d2-ce02eb475017 Date: Sun, 20 Jan 2019 11:49:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.4"}],"id":"2bfd3f6c-76e6-4c5d-8c3f-34f9283d5214","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:f6:b4","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.2"}],"id":"970a201c-8a4f-4817-88b4-b8b0984cd9d7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:04:b1","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.3"}],"id":"99c5116f-3d05-4fd1-834e-30630ce0020f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1f:3e:ea","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:49:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.13"}],"id":"f3724d6f-06ec-4d5b-9ac5-002435f68e84","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:1d:38","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-port","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:49:08Z","binding:vnic_type":"normal","device_id":"68bf5678-f0dc-47c5-be3b-1b20cbd0a983"}]} 2019-01-20 11:49:41,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-50b5ecda-a4b7-4678-a4d2-ce02eb475017 2019-01-20 11:49:41,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983/os-volume_attachments/75087dbd-bc05-4d2d-b4cb-3b64e167c250 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:43,923 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:49:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e364c135-4663-4231-a9a5-1bbeb46b54e8 x-compute-request-id: req-e364c135-4663-4231-a9a5-1bbeb46b54e8 Content-Length: 0 Content-Type: application/json 2019-01-20 11:49:43,923 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983/os-volume_attachments/75087dbd-bc05-4d2d-b4cb-3b64e167c250 used request id req-e364c135-4663-4231-a9a5-1bbeb46b54e8 2019-01-20 11:49:43,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:44,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49: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-c35d759e-783d-4b4f-9e0b-224f501579a0 x-compute-request-id: req-c35d759e-783d-4b4f-9e0b-224f501579a0 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:1d:38", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "bookmark"}], "image": {"id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "links": [{"href": "http://172.30.9.22:8774/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-20T11:49:22.000000", "flavor": {"id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "links": [{"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}]}, "id": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:49:34Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst", "created": "2019-01-20T11:49:14Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [{"id": "75087dbd-bc05-4d2d-b4cb-3b64e167c250"}], "metadata": {}}} 2019-01-20 11:49:44,647 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 used request id req-c35d759e-783d-4b4f-9e0b-224f501579a0 2019-01-20 11:49:44,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:44,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-2a108fb0-6f57-4333-bf88-90df308b1bab Date: Sun, 20 Jan 2019 11:49:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1f468494-41b7-490a-8a2c-67ac21b1a077","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["6e7ec3fc-b223-4b6a-ba70-759a68026389"],"description":"","tags":[],"updated_at":"2019-01-20T11:48:54Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:53Z","provider:network_type":"vxlan"}]} 2019-01-20 11:49:44,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net used request id req-2a108fb0-6f57-4333-bf88-90df308b1bab 2019-01-20 11:49:44,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:44,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa9e889f-f2c9-4784-bd53-959cd84ec091 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:49:44,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-fa9e889f-f2c9-4784-bd53-959cd84ec091 2019-01-20 11:49:44,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:45,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-29f0843e-24f4-45f1-afdd-dbe01429dbc2 Date: Sun, 20 Jan 2019 11:49:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","dns_nameservers":[],"updated_at":"2019-01-20T11:48: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":"632adb60eb5b46cbaf6c905003618b09","id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet"}]} 2019-01-20 11:49:45,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-29f0843e-24f4-45f1-afdd-dbe01429dbc2 2019-01-20 11:49:45,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:45,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-e318a358-f4a3-46fb-b7a9-867090ad2060 Date: Sun, 20 Jan 2019 11:49:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.4"}],"id":"2bfd3f6c-76e6-4c5d-8c3f-34f9283d5214","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:f6:b4","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.2"}],"id":"970a201c-8a4f-4817-88b4-b8b0984cd9d7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:04:b1","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.3"}],"id":"99c5116f-3d05-4fd1-834e-30630ce0020f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1f:3e:ea","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:49:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.13"}],"id":"f3724d6f-06ec-4d5b-9ac5-002435f68e84","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:1d:38","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-port","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:49:08Z","binding:vnic_type":"normal","device_id":"68bf5678-f0dc-47c5-be3b-1b20cbd0a983"}]} 2019-01-20 11:49:45,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-e318a358-f4a3-46fb-b7a9-867090ad2060 2019-01-20 11:49:48,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:48,925 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49: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-805ea27f-8bdd-40c3-9ff6-57cea0d1b3bd x-compute-request-id: req-805ea27f-8bdd-40c3-9ff6-57cea0d1b3bd Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:1d:38", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "bookmark"}], "image": {"id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "links": [{"href": "http://172.30.9.22:8774/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-20T11:49:22.000000", "flavor": {"id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "links": [{"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}]}, "id": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:49:34Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst", "created": "2019-01-20T11:49:14Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:49:48,925 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 used request id req-805ea27f-8bdd-40c3-9ff6-57cea0d1b3bd 2019-01-20 11:49:48,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:49,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c5f24137-0222-4264-874d-c96bdbfd8467 Date: Sun, 20 Jan 2019 11:49:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1f468494-41b7-490a-8a2c-67ac21b1a077","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["6e7ec3fc-b223-4b6a-ba70-759a68026389"],"description":"","tags":[],"updated_at":"2019-01-20T11:48:54Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:53Z","provider:network_type":"vxlan"}]} 2019-01-20 11:49:49,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net used request id req-c5f24137-0222-4264-874d-c96bdbfd8467 2019-01-20 11:49:49,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:49,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c134a779-f73b-4fcb-831f-17c8eb6b6270 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:49:49,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-c134a779-f73b-4fcb-831f-17c8eb6b6270 2019-01-20 11:49:49,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:49,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e9ea173e-7a05-4315-9fe6-927a843f0554 Date: Sun, 20 Jan 2019 11:49:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","dns_nameservers":[],"updated_at":"2019-01-20T11:48: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":"632adb60eb5b46cbaf6c905003618b09","id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet"}]} 2019-01-20 11:49:49,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-e9ea173e-7a05-4315-9fe6-927a843f0554 2019-01-20 11:49:49,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:49,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-486d6583-066b-4904-b4e0-2a19b1c002f7 Date: Sun, 20 Jan 2019 11:49:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.4"}],"id":"2bfd3f6c-76e6-4c5d-8c3f-34f9283d5214","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:f6:b4","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.2"}],"id":"970a201c-8a4f-4817-88b4-b8b0984cd9d7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:04:b1","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.3"}],"id":"99c5116f-3d05-4fd1-834e-30630ce0020f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1f:3e:ea","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:49:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.13"}],"id":"f3724d6f-06ec-4d5b-9ac5-002435f68e84","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:1d:38","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-port","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:49:08Z","binding:vnic_type":"normal","device_id":"68bf5678-f0dc-47c5-be3b-1b20cbd0a983"}]} 2019-01-20 11:49:49,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-486d6583-066b-4904-b4e0-2a19b1c002f7 2019-01-20 11:49:49,647 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-036fe550-5738-4494-a347-834947c442e1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:50,420 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:49 GMT Server: Apache x-compute-request-id: req-7c65d81e-17df-4f86-87a8-6d7d722bc9da OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7c65d81e-17df-4f86-87a8-6d7d722bc9da Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:49:43.000000", "replication_status": null, "snapshot_id": null, "id": "75087dbd-bc05-4d2d-b4cb-3b64e167c250", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5", "bootable": "false", "created_at": "2019-01-20T11:48:58.000000", "volume_type": null}} 2019-01-20 11:49:50,420 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250 used request id req-7c65d81e-17df-4f86-87a8-6d7d722bc9da 2019-01-20 11:49:50,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:50,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd4ceb90-d937-44aa-aaae-a323c09d6aa6 x-compute-request-id: req-bd4ceb90-d937-44aa-aaae-a323c09d6aa6 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:1d:38", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "bookmark"}], "image": {"id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "links": [{"href": "http://172.30.9.22:8774/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-20T11:49:22.000000", "flavor": {"id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "links": [{"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}]}, "id": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:49:34Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst", "created": "2019-01-20T11:49:14Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:49:50,998 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 used request id req-bd4ceb90-d937-44aa-aaae-a323c09d6aa6 2019-01-20 11:49:51,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:51,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-9a6d92de-690a-403c-a7eb-a9434d4918db Date: Sun, 20 Jan 2019 11:49:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1f468494-41b7-490a-8a2c-67ac21b1a077","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["6e7ec3fc-b223-4b6a-ba70-759a68026389"],"description":"","tags":[],"updated_at":"2019-01-20T11:48:54Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:53Z","provider:network_type":"vxlan"}]} 2019-01-20 11:49:51,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net used request id req-9a6d92de-690a-403c-a7eb-a9434d4918db 2019-01-20 11:49:51,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:51,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-877f92dd-4322-4fd7-ad40-deed0d66b319 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:49:51,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-877f92dd-4322-4fd7-ad40-deed0d66b319 2019-01-20 11:49:51,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:51,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2e192612-0104-44bc-a581-0ddae54bb583 Date: Sun, 20 Jan 2019 11:49:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","dns_nameservers":[],"updated_at":"2019-01-20T11:48: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":"632adb60eb5b46cbaf6c905003618b09","id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet"}]} 2019-01-20 11:49:51,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-2e192612-0104-44bc-a581-0ddae54bb583 2019-01-20 11:49:51,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:51,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-ffd72c1a-a3e3-48f8-967e-3ae5e92b98e9 Date: Sun, 20 Jan 2019 11:49:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.4"}],"id":"2bfd3f6c-76e6-4c5d-8c3f-34f9283d5214","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:f6:b4","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.2"}],"id":"970a201c-8a4f-4817-88b4-b8b0984cd9d7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:04:b1","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.3"}],"id":"99c5116f-3d05-4fd1-834e-30630ce0020f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1f:3e:ea","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:49:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.13"}],"id":"f3724d6f-06ec-4d5b-9ac5-002435f68e84","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:1d:38","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-port","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:49:08Z","binding:vnic_type":"normal","device_id":"68bf5678-f0dc-47c5-be3b-1b20cbd0a983"}]} 2019-01-20 11:49:51,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-ffd72c1a-a3e3-48f8-967e-3ae5e92b98e9 2019-01-20 11:49:51,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:52,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-ecd5f5b9-d25f-4164-9f6b-cd46fa4f7d53 x-compute-request-id: req-ecd5f5b9-d25f-4164-9f6b-cd46fa4f7d53 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:1d:38", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "bookmark"}], "image": {"id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "links": [{"href": "http://172.30.9.22:8774/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-20T11:49:22.000000", "flavor": {"id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "links": [{"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}]}, "id": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:49:34Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst", "created": "2019-01-20T11:49:14Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:49:52,264 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 used request id req-ecd5f5b9-d25f-4164-9f6b-cd46fa4f7d53 2019-01-20 11:49:52,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:52,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-43d79723-3bcd-4b37-aa92-a894921ca920 Date: Sun, 20 Jan 2019 11:49:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1f468494-41b7-490a-8a2c-67ac21b1a077","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["6e7ec3fc-b223-4b6a-ba70-759a68026389"],"description":"","tags":[],"updated_at":"2019-01-20T11:48:54Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:53Z","provider:network_type":"vxlan"}]} 2019-01-20 11:49:52,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net used request id req-43d79723-3bcd-4b37-aa92-a894921ca920 2019-01-20 11:49:52,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:52,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-412b44cc-8e70-4db5-aa58-5104505086e4 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:49:52,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-412b44cc-8e70-4db5-aa58-5104505086e4 2019-01-20 11:49:52,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:52,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d7d41fe6-895c-4523-810c-f3e8eee7120f Date: Sun, 20 Jan 2019 11:49:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","dns_nameservers":[],"updated_at":"2019-01-20T11:48: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":"632adb60eb5b46cbaf6c905003618b09","id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet"}]} 2019-01-20 11:49:52,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-d7d41fe6-895c-4523-810c-f3e8eee7120f 2019-01-20 11:49:52,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e99061671527dd29c2f863113e7efca23e941f" 2019-01-20 11:49:52,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-91b2b5e3-97c1-4d0a-bbd3-8a4aa66e205c Date: Sun, 20 Jan 2019 11:49:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.4"}],"id":"2bfd3f6c-76e6-4c5d-8c3f-34f9283d5214","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:f6:b4","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.2"}],"id":"970a201c-8a4f-4817-88b4-b8b0984cd9d7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:04:b1","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:48:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.3"}],"id":"99c5116f-3d05-4fd1-834e-30630ce0020f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1f:3e:ea","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:48:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1f468494-41b7-490a-8a2c-67ac21b1a077"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:49:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6e7ec3fc-b223-4b6a-ba70-759a68026389","ip_address":"10.55.0.13"}],"id":"f3724d6f-06ec-4d5b-9ac5-002435f68e84","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:1d:38","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-port","admin_state_up":true,"network_id":"1f468494-41b7-490a-8a2c-67ac21b1a077","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:49:08Z","binding:vnic_type":"normal","device_id":"68bf5678-f0dc-47c5-be3b-1b20cbd0a983"}]} 2019-01-20 11:49:52,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-91b2b5e3-97c1-4d0a-bbd3-8a4aa66e205c 2019-01-20 11:49:52,800 - create_instance - INFO - Deleting Port with ID - f3724d6f-06ec-4d5b-9ac5-002435f68e84 2019-01-20 11:49:52,800 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-port 2019-01-20 11:49:52,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/f3724d6f-06ec-4d5b-9ac5-002435f68e84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:53,299 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d9a074ff-e127-40ab-8244-66c91086f01b Date: Sun, 20 Jan 2019 11:49:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:49:53,299 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/f3724d6f-06ec-4d5b-9ac5-002435f68e84 used request id req-d9a074ff-e127-40ab-8244-66c91086f01b 2019-01-20 11:49:53,299 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst 2019-01-20 11:49:53,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:53,510 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:49:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2be71d89-21e8-4dd8-9ca7-aaf98d59f616 x-compute-request-id: req-2be71d89-21e8-4dd8-9ca7-aaf98d59f616 Content-Type: application/json 2019-01-20 11:49:53,510 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 used request id req-2be71d89-21e8-4dd8-9ca7-aaf98d59f616 2019-01-20 11:49:53,511 - create_instance - INFO - Checking deletion status 2019-01-20 11:49:53,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:53,739 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35f7d090-2ba0-4800-baff-5bc261e1988b x-compute-request-id: req-35f7d090-2ba0-4800-baff-5bc261e1988b 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.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "bookmark"}], "image": {"id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "links": [{"href": "http://172.30.9.22:8774/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-20T11:49:22.000000", "flavor": {"id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "links": [{"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}]}, "id": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:49:53Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst", "created": "2019-01-20T11:49:14Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:49:53,740 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 used request id req-35f7d090-2ba0-4800-baff-5bc261e1988b 2019-01-20 11:49:53,740 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst] is - ACTIVE 2019-01-20 11:49:53,740 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:49:56,743 - create_instance - DEBUG - VM status query timeout in 296.767575979 2019-01-20 11:49:56,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:49:57,292 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:49: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-1fc9f837-b045-4f3c-ab71-4165123c07b2 x-compute-request-id: req-1fc9f837-b045-4f3c-ab71-4165123c07b2 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.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "bookmark"}], "image": {"id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "links": [{"href": "http://172.30.9.22:8774/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-20T11:49:22.000000", "flavor": {"id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "links": [{"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}]}, "id": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:49:53Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst", "created": "2019-01-20T11:49:14Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:49:57,292 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 used request id req-1fc9f837-b045-4f3c-ab71-4165123c07b2 2019-01-20 11:49:57,293 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst] is - ACTIVE 2019-01-20 11:49:57,293 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:50:00,296 - create_instance - DEBUG - VM status query timeout in 293.215003967 2019-01-20 11:50:00,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:50:00,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f65c1ce-624a-4547-8132-586779e36f31 x-compute-request-id: req-0f65c1ce-624a-4547-8132-586779e36f31 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.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "rel": "bookmark"}], "image": {"id": "fe2d6700-e158-44e5-9968-3e1eefbbb019", "links": [{"href": "http://172.30.9.22:8774/images/fe2d6700-e158-44e5-9968-3e1eefbbb019", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-20T11:49:22.000000", "flavor": {"id": "e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "links": [{"href": "http://172.30.9.22:8774/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba", "rel": "bookmark"}]}, "id": "68bf5678-f0dc-47c5-be3b-1b20cbd0a983", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:49:53Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst", "created": "2019-01-20T11:49:14Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:50:00,949 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 used request id req-0f65c1ce-624a-4547-8132-586779e36f31 2019-01-20 11:50:00,950 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst] is - ACTIVE 2019-01-20 11:50:00,950 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:50:03,953 - create_instance - DEBUG - VM status query timeout in 289.557980061 2019-01-20 11:50:03,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf35d2ac08872e82db2e1239bee511b82b65b62d" 2019-01-20 11:50:04,009 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11:50:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d739b7e4-0696-4648-98c2-27b7d0b74495 x-compute-request-id: req-d739b7e4-0696-4648-98c2-27b7d0b74495 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 68bf5678-f0dc-47c5-be3b-1b20cbd0a983 could not be found.", "code": 404}} 2019-01-20 11:50:04,009 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/68bf5678-f0dc-47c5-be3b-1b20cbd0a983 used request id req-d739b7e4-0696-4648-98c2-27b7d0b74495 2019-01-20 11:50:04,009 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 68bf5678-f0dc-47c5-be3b-1b20cbd0a983 could not be found. (HTTP 404) (Request-ID: req-d739b7e4-0696-4648-98c2-27b7d0b74495) 2019-01-20 11:50:04,009 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-vm_inst 2019-01-20 11:50:04,013 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-094cff4e-00ab-44cd-86e2-f6887571c626" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e863510ecb017b8616ce2937a16e811be398907e" 2019-01-20 11:50:04,724 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:04 GMT Server: Apache x-compute-request-id: req-bff19600-f386-4ab9-9020-ccad38c2fe15 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bff19600-f386-4ab9-9020-ccad38c2fe15 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:49:43.000000", "replication_status": null, "snapshot_id": null, "id": "75087dbd-bc05-4d2d-b4cb-3b64e167c250", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-7310625f-686c-4b8e-a1b7-7c1fd83e21d5", "bootable": "false", "created_at": "2019-01-20T11:48:58.000000", "volume_type": null}} 2019-01-20 11:50:04,724 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250 used request id req-bff19600-f386-4ab9-9020-ccad38c2fe15 2019-01-20 11:50:04,725 - create_volume - DEBUG - Instance status is - available 2019-01-20 11:50:04,725 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5 2019-01-20 11:50:04,725 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5 2019-01-20 11:50:04,728 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-094cff4e-00ab-44cd-86e2-f6887571c626" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e863510ecb017b8616ce2937a16e811be398907e" 2019-01-20 11:50:05,580 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:50:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bd7d2776-19f9-499d-978d-112717db1f83 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. 2019-01-20 11:50:05,580 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250 used request id req-bd7d2776-19f9-499d-978d-112717db1f83 2019-01-20 11:50:05,583 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-094cff4e-00ab-44cd-86e2-f6887571c626" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e863510ecb017b8616ce2937a16e811be398907e" 2019-01-20 11:50:06,329 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11:50:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1e6ba856-b386-4fcd-b55a-473312ec92db x-openstack-request-id: req-1e6ba856-b386-4fcd-b55a-473312ec92db Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 75087dbd-bc05-4d2d-b4cb-3b64e167c250 could not be found.", "code": 404}} 2019-01-20 11:50:06,329 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/75087dbd-bc05-4d2d-b4cb-3b64e167c250 used request id req-1e6ba856-b386-4fcd-b55a-473312ec92db 2019-01-20 11:50:06,330 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 75087dbd-bc05-4d2d-b4cb-3b64e167c250 could not be found. (HTTP 404) (Request-ID: req-1e6ba856-b386-4fcd-b55a-473312ec92db) 2019-01-20 11:50:06,330 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5 2019-01-20 11:50:06,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1942cda6c070170e5a57a640c063978703b9a28f" 2019-01-20 11:50:06,369 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:50: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-700fd6a5-f729-4fd5-b797-93f7b204ab9e x-compute-request-id: req-700fd6a5-f729-4fd5-b797-93f7b204ab9e Content-Length: 0 Content-Type: application/json 2019-01-20 11:50:06,369 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/e10b17ab-6e1a-4645-bb0d-1f06c47475ba used request id req-700fd6a5-f729-4fd5-b797-93f7b204ab9e 2019-01-20 11:50:06,370 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet 2019-01-20 11:50:06,370 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-subnet 2019-01-20 11:50:06,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/6e7ec3fc-b223-4b6a-ba70-759a68026389 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03cc68e4166ed66bfeebf781234086d768d458" 2019-01-20 11:50:08,396 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4c86a3ec-3b43-4701-b74c-3b58414d4c3a Date: Sun, 20 Jan 2019 11:50:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:50:08,396 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/6e7ec3fc-b223-4b6a-ba70-759a68026389 used request id req-4c86a3ec-3b43-4701-b74c-3b58414d4c3a 2019-01-20 11:50:08,396 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-net 2019-01-20 11:50:08,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/1f468494-41b7-490a-8a2c-67ac21b1a077 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be03cc68e4166ed66bfeebf781234086d768d458" 2019-01-20 11:50:09,742 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3705af1d-6bfd-419f-bfe4-b25f6856397f Date: Sun, 20 Jan 2019 11:50:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:50:09,742 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/1f468494-41b7-490a-8a2c-67ac21b1a077 used request id req-3705af1d-6bfd-419f-bfe4-b25f6856397f 2019-01-20 11:50:09,743 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-7310625f-686c-4b8e-a1b7-7c1fd83e21d5-image 2019-01-20 11:50:09,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/fe2d6700-e158-44e5-9968-3e1eefbbb019 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ee4b781cb1d41a3884390a836bd84ad35dd8b493" 2019-01-20 11:50:10,845 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c964aede-5375-45ac-933f-51f6546d8ab9 Date: Sun, 20 Jan 2019 11:50:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:50:10,845 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/fe2d6700-e158-44e5-9968-3e1eefbbb019 used request id req-c964aede-5375-45ac-933f-51f6546d8ab9 2019-01-20 11:50:10,847 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:50:10,850 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 11:50:10,850 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:50:10,851 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:50:11,228 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:50:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["xZUeveHGRrmM0JQkfHmhHQ"], "issued_at": "2019-01-20T11:50:11.000000Z"}} 2019-01-20 11:50:11,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe64ae4dc0fdabb80a62621569ad12592c5b23b1" 2019-01-20 11:50:11,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b38b042-10a8-4038-98a3-a9b5d2679320 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:50:11,314 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4b38b042-10a8-4038-98a3-a9b5d2679320 2019-01-20 11:50:11,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fe64ae4dc0fdabb80a62621569ad12592c5b23b1" 2019-01-20 11:50:11,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-b16ea0c7-30b2-4271-8c9b-19862086fcbc Date: Sun, 20 Jan 2019 11:50:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-image"} 2019-01-20 11:50:11,486 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-image used request id req-b16ea0c7-30b2-4271-8c9b-19862086fcbc 2019-01-20 11:50:11,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fe64ae4dc0fdabb80a62621569ad12592c5b23b1" 2019-01-20 11:50:11,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7df3f547-6139-4b51-9e88-3cc9ea494bcd Date: Sun, 20 Jan 2019 11:50: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"}}} 2019-01-20 11:50:11,661 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-7df3f547-6139-4b51-9e88-3cc9ea494bcd 2019-01-20 11:50:11,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe64ae4dc0fdabb80a62621569ad12592c5b23b1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-image"}' 2019-01-20 11:50:11,910 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/5f482e3b-9e77-4c98-ad1c-1a6522609951 X-Openstack-Request-Id: req-b9508763-8aa8-4cf7-bf25-c9c4ea5d23c2 Date: Sun, 20 Jan 2019 11:50:11 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:50:11Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T11:50:11Z", "visibility": "shared", "locations": [], "self": "/v2/images/5f482e3b-9e77-4c98-ad1c-1a6522609951", "min_disk": 0, "protected": false, "id": "5f482e3b-9e77-4c98-ad1c-1a6522609951", "file": "/v2/images/5f482e3b-9e77-4c98-ad1c-1a6522609951/file", "checksum": null, "owner": "632adb60eb5b46cbaf6c905003618b09", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:50:11,910 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-b9508763-8aa8-4cf7-bf25-c9c4ea5d23c2 2019-01-20 11:50:11,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/5f482e3b-9e77-4c98-ad1c-1a6522609951/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fe64ae4dc0fdabb80a62621569ad12592c5b23b1" -d '' 2019-01-20 11:50:14,245 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8acf46a2-75ec-4e74-8004-4b47db43efb5 Date: Sun, 20 Jan 2019 11:50:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:50:14,246 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/5f482e3b-9e77-4c98-ad1c-1a6522609951/file used request id req-8acf46a2-75ec-4e74-8004-4b47db43efb5 2019-01-20 11:50:14,246 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 11:50:14,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/5f482e3b-9e77-4c98-ad1c-1a6522609951 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fe64ae4dc0fdabb80a62621569ad12592c5b23b1" 2019-01-20 11:50:14,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-a92da006-c46f-4ce1-8fbb-587cb3ec55ea Date: Sun, 20 Jan 2019 11:50:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:50:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:50:14Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/5f482e3b-9e77-4c98-ad1c-1a6522609951/snap", "metadata": {}}], "self": "/v2/images/5f482e3b-9e77-4c98-ad1c-1a6522609951", "min_disk": 0, "protected": false, "id": "5f482e3b-9e77-4c98-ad1c-1a6522609951", "file": "/v2/images/5f482e3b-9e77-4c98-ad1c-1a6522609951/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/5f482e3b-9e77-4c98-ad1c-1a6522609951/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:50:14,422 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/5f482e3b-9e77-4c98-ad1c-1a6522609951 used request id req-a92da006-c46f-4ce1-8fbb-587cb3ec55ea 2019-01-20 11:50:14,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fe64ae4dc0fdabb80a62621569ad12592c5b23b1" 2019-01-20 11:50:14,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b94bc5c7-3afe-4cd8-9848-7dccc4a8063b Date: Sun, 20 Jan 2019 11: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"}}} 2019-01-20 11:50:14,579 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-b94bc5c7-3afe-4cd8-9848-7dccc4a8063b 2019-01-20 11:50:14,582 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-image 2019-01-20 11:50:14,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/5f482e3b-9e77-4c98-ad1c-1a6522609951 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fe64ae4dc0fdabb80a62621569ad12592c5b23b1" 2019-01-20 11:50:15,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-93176ccd-b7cc-4500-90ea-b30794d4e6f0 Date: Sun, 20 Jan 2019 11:50:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:50:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:50:14Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/5f482e3b-9e77-4c98-ad1c-1a6522609951/snap", "metadata": {}}], "self": "/v2/images/5f482e3b-9e77-4c98-ad1c-1a6522609951", "min_disk": 0, "protected": false, "id": "5f482e3b-9e77-4c98-ad1c-1a6522609951", "file": "/v2/images/5f482e3b-9e77-4c98-ad1c-1a6522609951/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/5f482e3b-9e77-4c98-ad1c-1a6522609951/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:50:15,206 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/5f482e3b-9e77-4c98-ad1c-1a6522609951 used request id req-93176ccd-b7cc-4500-90ea-b30794d4e6f0 2019-01-20 11:50:15,206 - create_image - DEBUG - Instance status is - active 2019-01-20 11:50:15,207 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-image 2019-01-20 11:50:15,207 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-image 2019-01-20 11:50:15,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:50:15,208 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:50:15,605 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:50:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["3sa-hjUoSbuaMrmX42gQhQ"], "issued_at": "2019-01-20T11:50:15.000000Z"}} 2019-01-20 11:50:15,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab1f1986a30dd8530aabf44f376c3ab18cbc0e62" 2019-01-20 11:50:15,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fd47d19-f5f7-4dfb-9d49-127cd4a2acb8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:50:15,685 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4fd47d19-f5f7-4dfb-9d49-127cd4a2acb8 2019-01-20 11:50:15,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab1f1986a30dd8530aabf44f376c3ab18cbc0e62" 2019-01-20 11:50:15,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3d2be980-1973-4c6c-9df5-6385c112ddd1 Date: Sun, 20 Jan 2019 11:50:15 GMT RESP BODY: {"networks":[]} 2019-01-20 11:50:15,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net used request id req-3d2be980-1973-4c6c-9df5-6385c112ddd1 2019-01-20 11:50:15,864 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net 2019-01-20 11:50:15,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab1f1986a30dd8530aabf44f376c3ab18cbc0e62" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net", "admin_state_up": true}}' 2019-01-20 11:50:16,341 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-cdd53865-ecef-4197-86dd-57b51e8c607e Date: Sun, 20 Jan 2019 11:50:16 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:50:16Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:16Z","mtu":1450}} 2019-01-20 11:50:16,342 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-cdd53865-ecef-4197-86dd-57b51e8c607e 2019-01-20 11:50:16,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=4c109a54-bc67-41ed-9631-445ac5b1e6da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab1f1986a30dd8530aabf44f376c3ab18cbc0e62" 2019-01-20 11:50:16,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-8acaaf04-4e64-433d-9430-a3775dccd943 Date: Sun, 20 Jan 2019 11:50:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:50:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:16Z","provider:network_type":"vxlan"}]} 2019-01-20 11:50:16,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=4c109a54-bc67-41ed-9631-445ac5b1e6da used request id req-8acaaf04-4e64-433d-9430-a3775dccd943 2019-01-20 11:50:16,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab1f1986a30dd8530aabf44f376c3ab18cbc0e62" 2019-01-20 11:50:16,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ac75870d-c0d9-46d8-a226-85872e0408d5 Date: Sun, 20 Jan 2019 11:50:16 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:50:16,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da used request id req-ac75870d-c0d9-46d8-a226-85872e0408d5 2019-01-20 11:50:16,782 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-subnet 2019-01-20 11:50:16,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab1f1986a30dd8530aabf44f376c3ab18cbc0e62" -d '{"subnets": [{"ip_version": 4, "network_id": "4c109a54-bc67-41ed-9631-445ac5b1e6da", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-subnet"}]}' 2019-01-20 11:50:17,587 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ac0413a2-b2b9-4a55-a822-f142eeb7a44b Date: Sun, 20 Jan 2019 11:50:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:17Z","dns_nameservers":[],"updated_at":"2019-01-20T11:50: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":"632adb60eb5b46cbaf6c905003618b09","id":"2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-subnet"}]} 2019-01-20 11:50:17,587 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-ac0413a2-b2b9-4a55-a822-f142eeb7a44b 2019-01-20 11:50:17,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=4c109a54-bc67-41ed-9631-445ac5b1e6da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab1f1986a30dd8530aabf44f376c3ab18cbc0e62" 2019-01-20 11:50:18,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-a3a1f40e-474b-4fe8-8ca6-3d2f8aab2188 Date: Sun, 20 Jan 2019 11:50:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278"],"description":"","tags":[],"updated_at":"2019-01-20T11:50:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:16Z","provider:network_type":"vxlan"}]} 2019-01-20 11:50:18,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=4c109a54-bc67-41ed-9631-445ac5b1e6da used request id req-a3a1f40e-474b-4fe8-8ca6-3d2f8aab2188 2019-01-20 11:50:18,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab1f1986a30dd8530aabf44f376c3ab18cbc0e62" 2019-01-20 11:50:18,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-eb363f79-5c45-4b0f-8e44-6eb3c9f9afe0 Date: Sun, 20 Jan 2019 11:50:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:17Z","dns_nameservers":[],"updated_at":"2019-01-20T11:50: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":"632adb60eb5b46cbaf6c905003618b09","id":"2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-subnet"}]} 2019-01-20 11:50:18,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da used request id req-eb363f79-5c45-4b0f-8e44-6eb3c9f9afe0 2019-01-20 11:50:18,257 - OpenStackNetwork - DEBUG - Network [4c109a54-bc67-41ed-9631-445ac5b1e6da] created successfully 2019-01-20 11:50:18,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:50:18,258 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:50:18,633 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:50:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["vcuNemXzQa-Q5EDiwcWDbQ"], "issued_at": "2019-01-20T11:50:18.000000Z"}} 2019-01-20 11:50:18,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816da27d420c64389ac80e67dd75594f0c468b41" 2019-01-20 11:50:18,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acde6e02-6878-447e-9910-8886c1d472f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:50:18,650 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-acde6e02-6878-447e-9910-8886c1d472f6 2019-01-20 11:50:18,651 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:50:18,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816da27d420c64389ac80e67dd75594f0c468b41" 2019-01-20 11:50:18,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50: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-3468ca2e-8375-4f77-aeea-637a62f878ea x-compute-request-id: req-3468ca2e-8375-4f77-aeea-637a62f878ea Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 11:50:18,845 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-3468ca2e-8375-4f77-aeea-637a62f878ea 2019-01-20 11:50:18,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816da27d420c64389ac80e67dd75594f0c468b41" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 11:50:18,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50: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-45f5f7cd-98ca-4c29-a04a-29d0dae0f0ad x-compute-request-id: req-45f5f7cd-98ca-4c29-a04a-29d0dae0f0ad Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "name": "NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:50:18,924 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-45f5f7cd-98ca-4c29-a04a-29d0dae0f0ad 2019-01-20 11:50:18,925 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:50:18,926 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:50:19,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:50:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["8qAG4I7WQHe0bjoAhVPslg"], "issued_at": "2019-01-20T11:50:19.000000Z"}} 2019-01-20 11:50:19,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68cb9d45fe29f33f56431fb8fc6701057d77b1c" 2019-01-20 11:50:19,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c27667b1-9908-4a7e-9110-866fe2becf94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:50:19,384 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c27667b1-9908-4a7e-9110-866fe2becf94 2019-01-20 11:50:19,389 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68cb9d45fe29f33f56431fb8fc6701057d77b1c" 2019-01-20 11:50:19,583 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:19 GMT Server: Apache x-compute-request-id: req-4866435a-8333-4064-a7bf-98d86c55745c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4866435a-8333-4064-a7bf-98d86c55745c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-20 11:50:19,584 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/detail used request id req-4866435a-8333-4064-a7bf-98d86c55745c 2019-01-20 11:50:19,587 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4866435a-8333-4064-a7bf-98d86c55745c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68cb9d45fe29f33f56431fb8fc6701057d77b1c" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34", "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}}' 2019-01-20 11:50:19,978 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:50:19 GMT Server: Apache x-compute-request-id: req-f2921eb3-30d5-4304-a322-ae1b9398b30f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f2921eb3-30d5-4304-a322-ae1b9398b30f Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "f8248cee7f534240b0235e12eac098e6", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T11:50:19.863346", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9", "size": 1}} 2019-01-20 11:50:19,978 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes used request id req-f2921eb3-30d5-4304-a322-ae1b9398b30f 2019-01-20 11:50:19,981 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4866435a-8333-4064-a7bf-98d86c55745c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68cb9d45fe29f33f56431fb8fc6701057d77b1c" 2019-01-20 11:50:20,725 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:19 GMT Server: Apache x-compute-request-id: req-8c3fb210-db62-4e28-aac4-958aab0ec556 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8c3fb210-db62-4e28-aac4-958aab0ec556 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:50:20.000000", "replication_status": null, "snapshot_id": null, "id": "cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-a278fa7f-527a-488e-a3ff-facd33957b34", "bootable": "false", "created_at": "2019-01-20T11:50:19.000000", "volume_type": null}} 2019-01-20 11:50:20,725 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9 used request id req-8c3fb210-db62-4e28-aac4-958aab0ec556 2019-01-20 11:50:20,725 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34 2019-01-20 11:50:20,729 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4866435a-8333-4064-a7bf-98d86c55745c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68cb9d45fe29f33f56431fb8fc6701057d77b1c" 2019-01-20 11:50:21,460 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:20 GMT Server: Apache x-compute-request-id: req-879299dc-83ee-4cad-a661-da6749f8a909 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-879299dc-83ee-4cad-a661-da6749f8a909 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:50:20.000000", "replication_status": null, "snapshot_id": null, "id": "cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-a278fa7f-527a-488e-a3ff-facd33957b34", "bootable": "false", "created_at": "2019-01-20T11:50:19.000000", "volume_type": null}} 2019-01-20 11:50:21,460 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9 used request id req-879299dc-83ee-4cad-a661-da6749f8a909 2019-01-20 11:50:21,460 - create_volume - DEBUG - Instance status is - available 2019-01-20 11:50:21,461 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34 2019-01-20 11:50:21,461 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34 2019-01-20 11:50:21,461 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:50:21,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:50:21,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:50:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["7daRlaIYQ6iRt9OPIkoG8g"], "issued_at": "2019-01-20T11:50:21.000000Z"}} 2019-01-20 11:50:21,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:21,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a597b4bf-7a8d-4ab8-83d8-cf0a88cfa827 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:50:21,932 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a597b4bf-7a8d-4ab8-83d8-cf0a88cfa827 2019-01-20 11:50:21,933 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:50:21,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:22,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-732a17d5-3f50-4891-8046-ad364dca9d16 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:50:22,019 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-732a17d5-3f50-4891-8046-ad364dca9d16 2019-01-20 11:50:22,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:22,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4ba75461-d8f6-4417-b77c-acb6fd4b34e8 Date: Sun, 20 Jan 2019 11:50:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278"],"description":"","tags":[],"updated_at":"2019-01-20T11:50:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:16Z","provider:network_type":"vxlan"}]} 2019-01-20 11:50:22,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net used request id req-4ba75461-d8f6-4417-b77c-acb6fd4b34e8 2019-01-20 11:50:22,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:50:22,271 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:50: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:50:22,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:22,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-579d349c-29ce-4509-80b6-b3d256dd9d6b 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:50:22,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-579d349c-29ce-4509-80b6-b3d256dd9d6b 2019-01-20 11:50:22,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:22,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-97b29fdd-cea9-4372-a3d5-2b75a428c189 Date: Sun, 20 Jan 2019 11:50:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:17Z","dns_nameservers":[],"updated_at":"2019-01-20T11:50: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":"632adb60eb5b46cbaf6c905003618b09","id":"2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-subnet"}]} 2019-01-20 11:50:22,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da used request id req-97b29fdd-cea9-4372-a3d5-2b75a428c189 2019-01-20 11:50:22,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da&name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:22,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-abf6a362-bb9a-446b-9618-f455f7d0d597 Date: Sun, 20 Jan 2019 11:50:22 GMT RESP BODY: {"ports":[]} 2019-01-20 11:50:22,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da&name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-port&admin_state_up=True used request id req-abf6a362-bb9a-446b-9618-f455f7d0d597 2019-01-20 11:50:22,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:22,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-8874916e-6ea0-4875-8475-4596ae2d9bf4 x-compute-request-id: req-8874916e-6ea0-4875-8475-4596ae2d9bf4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 11:50:22,992 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst used request id req-8874916e-6ea0-4875-8475-4596ae2d9bf4 2019-01-20 11:50:22,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:23,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-efa63ada-49c4-4d94-9c62-494e973cf48d Date: Sun, 20 Jan 2019 11:50:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278"],"description":"","tags":[],"updated_at":"2019-01-20T11:50:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:16Z","provider:network_type":"vxlan"}]} 2019-01-20 11:50:23,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net used request id req-efa63ada-49c4-4d94-9c62-494e973cf48d 2019-01-20 11:50:23,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:23,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70760f19-16dd-4b17-9cba-830ca658ca71 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:50:23,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-70760f19-16dd-4b17-9cba-830ca658ca71 2019-01-20 11:50:23,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:23,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9992243a-ba6d-44d6-9234-265d2e07a108 Date: Sun, 20 Jan 2019 11:50:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:17Z","dns_nameservers":[],"updated_at":"2019-01-20T11:50: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":"632adb60eb5b46cbaf6c905003618b09","id":"2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-subnet"}]} 2019-01-20 11:50:23,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da used request id req-9992243a-ba6d-44d6-9234-265d2e07a108 2019-01-20 11:50:23,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da&name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:23,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d1fbbe05-8e0d-4650-b890-583c2c08edb1 Date: Sun, 20 Jan 2019 11:50:23 GMT RESP BODY: {"ports":[]} 2019-01-20 11:50:23,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da&name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-port&admin_state_up=True used request id req-d1fbbe05-8e0d-4650-b890-583c2c08edb1 2019-01-20 11:50:23,421 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:50:23,422 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:50:23,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:50:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["aJ0Yp1UyQzyzpVrH0UXxZg"], "issued_at": "2019-01-20T11:50:23.000000Z"}} 2019-01-20 11:50:23,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2f9c88613e76d091324f1650a883337005e7da" 2019-01-20 11:50:23,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6499ab80-b480-4e29-a1b8-b52bd3c628d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:50:23,886 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6499ab80-b480-4e29-a1b8-b52bd3c628d2 2019-01-20 11:50:23,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:24,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c8ffaa4f-7c4f-477d-acfd-6e6aa2413387 Date: Sun, 20 Jan 2019 11:50:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278"],"description":"","tags":[],"updated_at":"2019-01-20T11:50:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:16Z","provider:network_type":"vxlan"}]} 2019-01-20 11:50:24,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net used request id req-c8ffaa4f-7c4f-477d-acfd-6e6aa2413387 2019-01-20 11:50:24,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:24,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-54a374aa-029c-42c0-b0f0-e4c0b94c5d7e Date: Sun, 20 Jan 2019 11:50:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:17Z","dns_nameservers":[],"updated_at":"2019-01-20T11:50: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":"632adb60eb5b46cbaf6c905003618b09","id":"2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-subnet"}]} 2019-01-20 11:50:24,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da used request id req-54a374aa-029c-42c0-b0f0-e4c0b94c5d7e 2019-01-20 11:50:24,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:24,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d8d63712-2af4-4c8b-9b74-6e5dcf2a3c12 Date: Sun, 20 Jan 2019 11:50:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278"],"description":"","tags":[],"updated_at":"2019-01-20T11:50:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:16Z","provider:network_type":"vxlan"}]} 2019-01-20 11:50:24,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net used request id req-d8d63712-2af4-4c8b-9b74-6e5dcf2a3c12 2019-01-20 11:50:24,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:50:24,493 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:50:24,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d2f9c88613e76d091324f1650a883337005e7da" 2019-01-20 11:50:24,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4a9512c-b741-453c-a117-7597356e679a 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:50:24,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-c4a9512c-b741-453c-a117-7597356e679a 2019-01-20 11:50:24,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:24,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7fa839f8-246e-49c5-b91d-cb1c672d5559 Date: Sun, 20 Jan 2019 11:50:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:17Z","dns_nameservers":[],"updated_at":"2019-01-20T11:50: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":"632adb60eb5b46cbaf6c905003618b09","id":"2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-subnet"}]} 2019-01-20 11:50:24,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da used request id req-7fa839f8-246e-49c5-b91d-cb1c672d5559 2019-01-20 11:50:24,642 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net 2019-01-20 11:50:24,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" -d '{"port": {"network_id": "4c109a54-bc67-41ed-9631-445ac5b1e6da", "name": "NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-port", "admin_state_up": true}}' 2019-01-20 11:50:25,467 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-675e3203-ffc8-4bc8-97a7-5754cb73b514 Date: Sun, 20 Jan 2019 11:50:25 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:50:25Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278","ip_address":"10.55.0.13"}],"id":"506b7eec-42e5-49b3-bef4-950fb7febe73","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:59:87:53","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-port","project_id":"632adb60eb5b46cbaf6c905003618b09","qos_policy_id":null,"admin_state_up":true,"network_id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:24Z","binding:vnic_type":"normal"}} 2019-01-20 11:50:25,468 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-675e3203-ffc8-4bc8-97a7-5754cb73b514 2019-01-20 11:50:25,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:25,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-509bb008-596b-4152-945c-93774f60dff9 Date: Sun, 20 Jan 2019 11:50:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278"],"description":"","tags":[],"updated_at":"2019-01-20T11:50:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:16Z","provider:network_type":"vxlan"}]} 2019-01-20 11:50:25,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net used request id req-509bb008-596b-4152-945c-93774f60dff9 2019-01-20 11:50:25,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:25,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-560c6ebf-ba2c-4ae2-88bf-0a126c94b652 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:50:25,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-560c6ebf-ba2c-4ae2-88bf-0a126c94b652 2019-01-20 11:50:25,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:25,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-73f71121-7462-4dcd-8574-34f41eb2f23d Date: Sun, 20 Jan 2019 11:50:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:17Z","dns_nameservers":[],"updated_at":"2019-01-20T11:50: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":"632adb60eb5b46cbaf6c905003618b09","id":"2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-subnet"}]} 2019-01-20 11:50:25,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da used request id req-73f71121-7462-4dcd-8574-34f41eb2f23d 2019-01-20 11:50:25,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da&name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:26,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-e4ddf112-13bc-498d-9806-d72ded6e6776 Date: Sun, 20 Jan 2019 11:50:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:50:25Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278","ip_address":"10.55.0.13"}],"id":"506b7eec-42e5-49b3-bef4-950fb7febe73","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:59:87:53","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-port","admin_state_up":true,"network_id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:24Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 11:50:26,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da&name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-port&admin_state_up=True used request id req-e4ddf112-13bc-498d-9806-d72ded6e6776 2019-01-20 11:50:26,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:26,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4c44138-7fb5-4917-9730-8f204423b7dc 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:50:26,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-d4c44138-7fb5-4917-9730-8f204423b7dc 2019-01-20 11:50:26,173 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst 2019-01-20 11:50:26,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:26,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e9a7ecb-6481-4414-a4c3-34e3086c6b08 x-compute-request-id: req-1e9a7ecb-6481-4414-a4c3-34e3086c6b08 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-flavor"}]} 2019-01-20 11:50:26,206 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-1e9a7ecb-6481-4414-a4c3-34e3086c6b08 2019-01-20 11:50:26,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:26,228 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0cda6c59-bb57-4a11-9805-03c892e81597 x-compute-request-id: req-0cda6c59-bb57-4a11-9805-03c892e81597 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "name": "NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:50:26,228 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6 used request id req-0cda6c59-bb57-4a11-9805-03c892e81597 2019-01-20 11:50:26,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:26,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-218634ce-1d4d-42e3-be03-71e221c598a1 Date: Sun, 20 Jan 2019 11:50:26 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:50:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:50:14Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/5f482e3b-9e77-4c98-ad1c-1a6522609951/snap", "metadata": {}}], "self": "/v2/images/5f482e3b-9e77-4c98-ad1c-1a6522609951", "min_disk": 0, "protected": false, "id": "5f482e3b-9e77-4c98-ad1c-1a6522609951", "file": "/v2/images/5f482e3b-9e77-4c98-ad1c-1a6522609951/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/5f482e3b-9e77-4c98-ad1c-1a6522609951/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-image"} 2019-01-20 11:50:26,406 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-image used request id req-218634ce-1d4d-42e3-be03-71e221c598a1 2019-01-20 11:50:26,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:26,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a2e97f89-07e1-4b3c-8e10-a248ed0acd74 Date: Sun, 20 Jan 2019 11:50: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"}}} 2019-01-20 11:50:26,974 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-a2e97f89-07e1-4b3c-8e10-a248ed0acd74 2019-01-20 11:50:26,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst", "imageRef": "5f482e3b-9e77-4c98-ad1c-1a6522609951", "flavorRef": "75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "max_count": 1, "min_count": 1, "networks": [{"port": "506b7eec-42e5-49b3-bef4-950fb7febe73"}]}}' 2019-01-20 11:50:29,204 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:50:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f0edb2f7-7258-4c8b-930f-46ecfaea2140 x-compute-request-id: req-f0edb2f7-7258-4c8b-930f-46ecfaea2140 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cf91348a-adb5-4527-af9d-ab5c6b81b639", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "bookmark"}], "adminPass": "kKQsyFD3kr4J"}} 2019-01-20 11:50:29,204 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-f0edb2f7-7258-4c8b-930f-46ecfaea2140 2019-01-20 11:50:29,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:29,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-813da8cf-8ee8-4409-aa0f-a9fbb09fd9a5 x-compute-request-id: req-813da8cf-8ee8-4409-aa0f-a9fbb09fd9a5 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "bookmark"}], "image": {"id": "5f482e3b-9e77-4c98-ad1c-1a6522609951", "links": [{"href": "http://172.30.9.22:8774/images/5f482e3b-9e77-4c98-ad1c-1a6522609951", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "links": [{"href": "http://172.30.9.22:8774/flavors/75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "rel": "bookmark"}]}, "id": "cf91348a-adb5-4527-af9d-ab5c6b81b639", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:50:29Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst", "created": "2019-01-20T11:50:29Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:50:29,430 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 used request id req-813da8cf-8ee8-4409-aa0f-a9fbb09fd9a5 2019-01-20 11:50:29,431 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst 2019-01-20 11:50:29,434 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:29,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-55fa9a44-3002-48be-b279-8d2628499cc5 x-compute-request-id: req-55fa9a44-3002-48be-b279-8d2628499cc5 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "bookmark"}], "image": {"id": "5f482e3b-9e77-4c98-ad1c-1a6522609951", "links": [{"href": "http://172.30.9.22:8774/images/5f482e3b-9e77-4c98-ad1c-1a6522609951", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "links": [{"href": "http://172.30.9.22:8774/flavors/75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "rel": "bookmark"}]}, "id": "cf91348a-adb5-4527-af9d-ab5c6b81b639", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:50:29Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst", "created": "2019-01-20T11:50:29Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:50:29,501 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 used request id req-55fa9a44-3002-48be-b279-8d2628499cc5 2019-01-20 11:50:29,501 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst] is - BUILD 2019-01-20 11:50:29,501 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:50:32,505 - create_instance - DEBUG - VM status query timeout in 896.926818132 2019-01-20 11:50:32,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:32,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f9cb706-b3d3-4b69-8531-fb1ba82b7226 x-compute-request-id: req-7f9cb706-b3d3-4b69-8531-fb1ba82b7226 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "bookmark"}], "image": {"id": "5f482e3b-9e77-4c98-ad1c-1a6522609951", "links": [{"href": "http://172.30.9.22:8774/images/5f482e3b-9e77-4c98-ad1c-1a6522609951", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "links": [{"href": "http://172.30.9.22:8774/flavors/75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "rel": "bookmark"}]}, "id": "cf91348a-adb5-4527-af9d-ab5c6b81b639", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:50:32Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst", "created": "2019-01-20T11:50:29Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:50:32,966 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 used request id req-7f9cb706-b3d3-4b69-8531-fb1ba82b7226 2019-01-20 11:50:32,966 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst] is - BUILD 2019-01-20 11:50:32,967 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:50:35,970 - create_instance - DEBUG - VM status query timeout in 893.461546183 2019-01-20 11:50:35,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:36,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-275b889b-f6c9-40a4-b1f9-2074c4b9a23d x-compute-request-id: req-275b889b-f6c9-40a4-b1f9-2074c4b9a23d Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:87:53", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "bookmark"}], "image": {"id": "5f482e3b-9e77-4c98-ad1c-1a6522609951", "links": [{"href": "http://172.30.9.22:8774/images/5f482e3b-9e77-4c98-ad1c-1a6522609951", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "links": [{"href": "http://172.30.9.22:8774/flavors/75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "rel": "bookmark"}]}, "id": "cf91348a-adb5-4527-af9d-ab5c6b81b639", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:50:32Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst", "created": "2019-01-20T11:50:29Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:50:36,419 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 used request id req-275b889b-f6c9-40a4-b1f9-2074c4b9a23d 2019-01-20 11:50:36,419 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst] is - BUILD 2019-01-20 11:50:36,420 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:50:39,423 - create_instance - DEBUG - VM status query timeout in 890.008616209 2019-01-20 11:50:39,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:40,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f43f0be-40b9-4ab6-a6a8-055da33055f8 x-compute-request-id: req-6f43f0be-40b9-4ab6-a6a8-055da33055f8 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:87:53", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "bookmark"}], "image": {"id": "5f482e3b-9e77-4c98-ad1c-1a6522609951", "links": [{"href": "http://172.30.9.22:8774/images/5f482e3b-9e77-4c98-ad1c-1a6522609951", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2019-01-20T11:50:35.000000", "flavor": {"id": "75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "links": [{"href": "http://172.30.9.22:8774/flavors/75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "rel": "bookmark"}]}, "id": "cf91348a-adb5-4527-af9d-ab5c6b81b639", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:50:36Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst", "created": "2019-01-20T11:50:29Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:50:40,357 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 used request id req-6f43f0be-40b9-4ab6-a6a8-055da33055f8 2019-01-20 11:50:40,357 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst] is - ACTIVE 2019-01-20 11:50:40,357 - create_instance - INFO - VM is - ACTIVE 2019-01-20 11:50:40,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:40,732 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-311f8706-1a8d-4306-bab2-0a032706b941 x-compute-request-id: req-311f8706-1a8d-4306-bab2-0a032706b941 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:87:53", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "bookmark"}], "image": {"id": "5f482e3b-9e77-4c98-ad1c-1a6522609951", "links": [{"href": "http://172.30.9.22:8774/images/5f482e3b-9e77-4c98-ad1c-1a6522609951", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2019-01-20T11:50:35.000000", "flavor": {"id": "75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "links": [{"href": "http://172.30.9.22:8774/flavors/75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "rel": "bookmark"}]}, "id": "cf91348a-adb5-4527-af9d-ab5c6b81b639", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:50:36Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst", "created": "2019-01-20T11:50:29Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:50:40,732 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 used request id req-311f8706-1a8d-4306-bab2-0a032706b941 2019-01-20 11:50:40,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:40,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e8747862-637c-4a24-b267-6fed841a1bfb Date: Sun, 20 Jan 2019 11:50:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278"],"description":"","tags":[],"updated_at":"2019-01-20T11:50:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:16Z","provider:network_type":"vxlan"}]} 2019-01-20 11:50:40,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net used request id req-e8747862-637c-4a24-b267-6fed841a1bfb 2019-01-20 11:50:40,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:41,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79f5e052-ed40-456d-ad71-13cb69cf0c12 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:50:41,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-79f5e052-ed40-456d-ad71-13cb69cf0c12 2019-01-20 11:50:41,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:41,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9c0d0af4-adc1-4bd8-a404-c017cdfd916e Date: Sun, 20 Jan 2019 11:50:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:17Z","dns_nameservers":[],"updated_at":"2019-01-20T11:50: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":"632adb60eb5b46cbaf6c905003618b09","id":"2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-subnet"}]} 2019-01-20 11:50:41,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da used request id req-9c0d0af4-adc1-4bd8-a404-c017cdfd916e 2019-01-20 11:50:41,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:41,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-5d9b7d21-0da6-4108-b89f-415214d2900a Date: Sun, 20 Jan 2019 11:50:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:50:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278","ip_address":"10.55.0.13"}],"id":"506b7eec-42e5-49b3-bef4-950fb7febe73","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:87:53","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-port","admin_state_up":true,"network_id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:24Z","binding:vnic_type":"normal","device_id":"cf91348a-adb5-4527-af9d-ab5c6b81b639"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:50:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278","ip_address":"10.55.0.4"}],"id":"83d8cdec-ab7c-4599-a02a-3502a66c4bfd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:d6:1e","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4c109a54-bc67-41ed-9631-445ac5b1e6da"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:50:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278","ip_address":"10.55.0.2"}],"id":"948651b6-fdfa-4849-8f6a-feb3ec5f01fb","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:16:48:6c","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4c109a54-bc67-41ed-9631-445ac5b1e6da"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:50:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278","ip_address":"10.55.0.3"}],"id":"d3124395-d7e0-4be3-8234-40d780e8b66b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:94:1b:8b","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4c109a54-bc67-41ed-9631-445ac5b1e6da"}]} 2019-01-20 11:50:41,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da used request id req-5d9b7d21-0da6-4108-b89f-415214d2900a 2019-01-20 11:50:41,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:50:41,529 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:50:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["ZvEqfzdWSOaLn2320equ5A"], "issued_at": "2019-01-20T11:50:41.000000Z"}} 2019-01-20 11:50:41,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58d60313322bddc01d8efe21a4d3831bd6ccc27e" 2019-01-20 11:50:41,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-277f3110-92d9-4d20-a7a8-9670c906d72a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:50:41,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-277f3110-92d9-4d20-a7a8-9670c906d72a 2019-01-20 11:50:41,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:42,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2be3205-ffee-4f9a-88a6-9ae5d7b4ad4e x-compute-request-id: req-d2be3205-ffee-4f9a-88a6-9ae5d7b4ad4e Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:87:53", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "bookmark"}], "image": {"id": "5f482e3b-9e77-4c98-ad1c-1a6522609951", "links": [{"href": "http://172.30.9.22:8774/images/5f482e3b-9e77-4c98-ad1c-1a6522609951", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2019-01-20T11:50:35.000000", "flavor": {"id": "75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "links": [{"href": "http://172.30.9.22:8774/flavors/75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "rel": "bookmark"}]}, "id": "cf91348a-adb5-4527-af9d-ab5c6b81b639", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:50:36Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst", "created": "2019-01-20T11:50:29Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:50:42,084 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 used request id req-d2be3205-ffee-4f9a-88a6-9ae5d7b4ad4e 2019-01-20 11:50:42,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:42,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c583e588-5d23-40f3-852f-443ceb182a5b Date: Sun, 20 Jan 2019 11:50:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278"],"description":"","tags":[],"updated_at":"2019-01-20T11:50:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:16Z","provider:network_type":"vxlan"}]} 2019-01-20 11:50:42,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net used request id req-c583e588-5d23-40f3-852f-443ceb182a5b 2019-01-20 11:50:42,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:42,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e2a5e70-2ee8-4187-b000-9a4cad44297e 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:50:42,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-9e2a5e70-2ee8-4187-b000-9a4cad44297e 2019-01-20 11:50:42,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:42,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d5bb9890-a10b-4978-8136-28198e3b760e Date: Sun, 20 Jan 2019 11:50:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:17Z","dns_nameservers":[],"updated_at":"2019-01-20T11:50: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":"632adb60eb5b46cbaf6c905003618b09","id":"2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-subnet"}]} 2019-01-20 11:50:42,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da used request id req-d5bb9890-a10b-4978-8136-28198e3b760e 2019-01-20 11:50:42,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:42,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-7d639da6-e57d-4c24-aba9-93482bd85bf9 Date: Sun, 20 Jan 2019 11:50:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:50:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278","ip_address":"10.55.0.13"}],"id":"506b7eec-42e5-49b3-bef4-950fb7febe73","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:87:53","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-port","admin_state_up":true,"network_id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:24Z","binding:vnic_type":"normal","device_id":"cf91348a-adb5-4527-af9d-ab5c6b81b639"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:50:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278","ip_address":"10.55.0.4"}],"id":"83d8cdec-ab7c-4599-a02a-3502a66c4bfd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:05:d6:1e","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4c109a54-bc67-41ed-9631-445ac5b1e6da"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:50:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278","ip_address":"10.55.0.2"}],"id":"948651b6-fdfa-4849-8f6a-feb3ec5f01fb","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:16:48:6c","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4c109a54-bc67-41ed-9631-445ac5b1e6da"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:50:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278","ip_address":"10.55.0.3"}],"id":"d3124395-d7e0-4be3-8234-40d780e8b66b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:94:1b:8b","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4c109a54-bc67-41ed-9631-445ac5b1e6da","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:50:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4c109a54-bc67-41ed-9631-445ac5b1e6da"}]} 2019-01-20 11:50:42,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=4c109a54-bc67-41ed-9631-445ac5b1e6da used request id req-7d639da6-e57d-4c24-aba9-93482bd85bf9 2019-01-20 11:50:42,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58d60313322bddc01d8efe21a4d3831bd6ccc27e" -d '{"volumeAttachment": {"volumeId": "cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9"}}' 2019-01-20 11:50:44,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50: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-bdb8e067-5856-4e33-84e2-777fddc3e3f3 x-compute-request-id: req-bdb8e067-5856-4e33-84e2-777fddc3e3f3 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "cf91348a-adb5-4527-af9d-ab5c6b81b639", "id": "cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9", "volumeId": "cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9"}} 2019-01-20 11:50:44,084 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639/os-volume_attachments used request id req-bdb8e067-5856-4e33-84e2-777fddc3e3f3 2019-01-20 11:50:44,085 - create_instance - INFO - Deleting Port with ID - 506b7eec-42e5-49b3-bef4-950fb7febe73 2019-01-20 11:50:44,085 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-port 2019-01-20 11:50:44,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/506b7eec-42e5-49b3-bef4-950fb7febe73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:44,695 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4e1fb0ea-1513-4211-9ece-65ad8aa72554 Date: Sun, 20 Jan 2019 11:50:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:50:44,695 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/506b7eec-42e5-49b3-bef4-950fb7febe73 used request id req-4e1fb0ea-1513-4211-9ece-65ad8aa72554 2019-01-20 11:50:44,695 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst 2019-01-20 11:50:44,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:45,068 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11: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-41b3c8a1-e28c-4333-beae-f13a65665e34 x-compute-request-id: req-41b3c8a1-e28c-4333-beae-f13a65665e34 Content-Type: application/json 2019-01-20 11:50:45,068 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 used request id req-41b3c8a1-e28c-4333-beae-f13a65665e34 2019-01-20 11:50:45,068 - create_instance - INFO - Checking deletion status 2019-01-20 11:50:45,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:45,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b81a85a6-a58a-46e9-b5db-c768247a759c x-compute-request-id: req-b81a85a6-a58a-46e9-b5db-c768247a759c Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:87:53", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "bookmark"}], "image": {"id": "5f482e3b-9e77-4c98-ad1c-1a6522609951", "links": [{"href": "http://172.30.9.22:8774/images/5f482e3b-9e77-4c98-ad1c-1a6522609951", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2019-01-20T11:50:35.000000", "flavor": {"id": "75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "links": [{"href": "http://172.30.9.22:8774/flavors/75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "rel": "bookmark"}]}, "id": "cf91348a-adb5-4527-af9d-ab5c6b81b639", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:50:44Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst", "created": "2019-01-20T11:50:29Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [{"id": "cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9"}], "metadata": {}}} 2019-01-20 11:50:45,334 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 used request id req-b81a85a6-a58a-46e9-b5db-c768247a759c 2019-01-20 11:50:45,334 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst] is - ACTIVE 2019-01-20 11:50:45,334 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:50:48,338 - create_instance - DEBUG - VM status query timeout in 296.73101902 2019-01-20 11:50:48,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:48,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ae9f09c-9ddb-4e02-a7c7-c99d768bd613 x-compute-request-id: req-7ae9f09c-9ddb-4e02-a7c7-c99d768bd613 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "bookmark"}], "image": {"id": "5f482e3b-9e77-4c98-ad1c-1a6522609951", "links": [{"href": "http://172.30.9.22:8774/images/5f482e3b-9e77-4c98-ad1c-1a6522609951", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2019-01-20T11:50:35.000000", "flavor": {"id": "75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "links": [{"href": "http://172.30.9.22:8774/flavors/75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "rel": "bookmark"}]}, "id": "cf91348a-adb5-4527-af9d-ab5c6b81b639", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:50:45Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst", "created": "2019-01-20T11:50:29Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [{"id": "cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9"}], "metadata": {}}} 2019-01-20 11:50:48,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 used request id req-7ae9f09c-9ddb-4e02-a7c7-c99d768bd613 2019-01-20 11:50:48,746 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst] is - ACTIVE 2019-01-20 11:50:48,746 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:50:51,750 - create_instance - DEBUG - VM status query timeout in 293.319140911 2019-01-20 11:50:51,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:52,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ea6fe1b-8c5e-4f26-865e-2aa1f6337cba x-compute-request-id: req-5ea6fe1b-8c5e-4f26-865e-2aa1f6337cba Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639", "rel": "bookmark"}], "image": {"id": "5f482e3b-9e77-4c98-ad1c-1a6522609951", "links": [{"href": "http://172.30.9.22:8774/images/5f482e3b-9e77-4c98-ad1c-1a6522609951", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2019-01-20T11:50:35.000000", "flavor": {"id": "75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "links": [{"href": "http://172.30.9.22:8774/flavors/75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6", "rel": "bookmark"}]}, "id": "cf91348a-adb5-4527-af9d-ab5c6b81b639", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:50:45Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst", "created": "2019-01-20T11:50:29Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [{"id": "cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9"}], "metadata": {}}} 2019-01-20 11:50:52,618 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 used request id req-5ea6fe1b-8c5e-4f26-865e-2aa1f6337cba 2019-01-20 11:50:52,618 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst] is - ACTIVE 2019-01-20 11:50:52,618 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:50:55,621 - create_instance - DEBUG - VM status query timeout in 289.44726181 2019-01-20 11:50:55,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa20ba7fbd04976e71c80fe10a00c78e28983036" 2019-01-20 11:50:55,673 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11:50:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4874c9b2-bf2f-491d-be1b-f7ab46781202 x-compute-request-id: req-4874c9b2-bf2f-491d-be1b-f7ab46781202 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance cf91348a-adb5-4527-af9d-ab5c6b81b639 could not be found.", "code": 404}} 2019-01-20 11:50:55,673 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cf91348a-adb5-4527-af9d-ab5c6b81b639 used request id req-4874c9b2-bf2f-491d-be1b-f7ab46781202 2019-01-20 11:50:55,673 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance cf91348a-adb5-4527-af9d-ab5c6b81b639 could not be found. (HTTP 404) (Request-ID: req-4874c9b2-bf2f-491d-be1b-f7ab46781202) 2019-01-20 11:50:55,674 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-vm_inst 2019-01-20 11:50:55,677 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4866435a-8333-4064-a7bf-98d86c55745c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68cb9d45fe29f33f56431fb8fc6701057d77b1c" 2019-01-20 11:50:56,423 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:55 GMT Server: Apache x-compute-request-id: req-73a016a5-7d92-4447-8b41-c6b8dafff375 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-73a016a5-7d92-4447-8b41-c6b8dafff375 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:50:46.000000", "replication_status": null, "snapshot_id": null, "id": "cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-a278fa7f-527a-488e-a3ff-facd33957b34", "bootable": "false", "created_at": "2019-01-20T11:50:19.000000", "volume_type": null}} 2019-01-20 11:50:56,423 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9 used request id req-73a016a5-7d92-4447-8b41-c6b8dafff375 2019-01-20 11:50:56,424 - create_volume - DEBUG - Instance status is - available 2019-01-20 11:50:56,424 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34 2019-01-20 11:50:56,424 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34 2019-01-20 11:50:56,427 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4866435a-8333-4064-a7bf-98d86c55745c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68cb9d45fe29f33f56431fb8fc6701057d77b1c" 2019-01-20 11:50:56,704 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:50:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-47db8354-e9bc-4fd1-adbb-66609c7b2a9c 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. 2019-01-20 11:50:56,704 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9 used request id req-47db8354-e9bc-4fd1-adbb-66609c7b2a9c 2019-01-20 11:50:56,707 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4866435a-8333-4064-a7bf-98d86c55745c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68cb9d45fe29f33f56431fb8fc6701057d77b1c" 2019-01-20 11:50:56,757 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:50:56 GMT Server: Apache x-compute-request-id: req-f2c002c4-3da0-4e1c-b03b-101a2815fcd0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f2c002c4-3da0-4e1c-b03b-101a2815fcd0 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:50:56.000000", "replication_status": null, "snapshot_id": null, "id": "cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-a278fa7f-527a-488e-a3ff-facd33957b34", "bootable": "false", "created_at": "2019-01-20T11:50:19.000000", "volume_type": null}} 2019-01-20 11:50:56,758 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9 used request id req-f2c002c4-3da0-4e1c-b03b-101a2815fcd0 2019-01-20 11:50:56,758 - create_volume - DEBUG - Instance status is - deleting 2019-01-20 11:50:56,758 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-20 11:50:59,761 - create_volume - DEBUG - Volume status query timeout in 56.9426078796 2019-01-20 11:50:59,764 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4866435a-8333-4064-a7bf-98d86c55745c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d68cb9d45fe29f33f56431fb8fc6701057d77b1c" 2019-01-20 11:51:00,512 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11:50:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-5fca3430-2273-4f28-bb0a-5240352d6c98 x-openstack-request-id: req-5fca3430-2273-4f28-bb0a-5240352d6c98 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9 could not be found.", "code": 404}} 2019-01-20 11:51:00,512 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9 used request id req-5fca3430-2273-4f28-bb0a-5240352d6c98 2019-01-20 11:51:00,513 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume cf0d49af-38ab-44b0-ac8e-bbd7f8b1b7e9 could not be found. (HTTP 404) (Request-ID: req-5fca3430-2273-4f28-bb0a-5240352d6c98) 2019-01-20 11:51:00,513 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34 2019-01-20 11:51:00,516 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816da27d420c64389ac80e67dd75594f0c468b41" 2019-01-20 11:51:00,568 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:51:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b8ebcb47-034f-43a2-89fd-5659af2b1092 x-compute-request-id: req-b8ebcb47-034f-43a2-89fd-5659af2b1092 Content-Length: 0 Content-Type: application/json 2019-01-20 11:51:00,568 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/75eaa3ef-d5b0-4087-b8ec-9cd8ad7470a6 used request id req-b8ebcb47-034f-43a2-89fd-5659af2b1092 2019-01-20 11:51:00,569 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-subnet 2019-01-20 11:51:00,569 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-subnet 2019-01-20 11:51:00,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab1f1986a30dd8530aabf44f376c3ab18cbc0e62" 2019-01-20 11:51:02,599 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f40cc717-8c05-4212-a2b1-ac360176fffc Date: Sun, 20 Jan 2019 11:51:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:51:02,599 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/2e38ce21-6e2a-4c9d-b24d-47fe3cc3f278 used request id req-f40cc717-8c05-4212-a2b1-ac360176fffc 2019-01-20 11:51:02,599 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-net 2019-01-20 11:51:02,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/4c109a54-bc67-41ed-9631-445ac5b1e6da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab1f1986a30dd8530aabf44f376c3ab18cbc0e62" 2019-01-20 11:51:03,874 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-24727480-f8ff-4374-b321-6d332dd908b9 Date: Sun, 20 Jan 2019 11:51:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:51:03,874 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/4c109a54-bc67-41ed-9631-445ac5b1e6da used request id req-24727480-f8ff-4374-b321-6d332dd908b9 2019-01-20 11:51:03,875 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-a278fa7f-527a-488e-a3ff-facd33957b34-image 2019-01-20 11:51:03,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/5f482e3b-9e77-4c98-ad1c-1a6522609951 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fe64ae4dc0fdabb80a62621569ad12592c5b23b1" 2019-01-20 11:51:05,452 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9b98882a-ec3a-4aaf-adaf-c441ef1a2e10 Date: Sun, 20 Jan 2019 11:51:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:51:05,452 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/5f482e3b-9e77-4c98-ad1c-1a6522609951 used request id req-9b98882a-ec3a-4aaf-adaf-c441ef1a2e10 2019-01-20 11:51:05,454 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:51:05,456 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 11:51:05,456 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:51:05,457 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:51:05,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:51:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["wFLuJSRFR76oFYIAfciIiw"], "issued_at": "2019-01-20T11:51:05.000000Z"}} 2019-01-20 11:51:05,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0c0d1a9922232f879d011aa96ad7503f675177a" 2019-01-20 11:51:06,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6db537b1-bcfe-472d-aab5-65682916fc1b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:51:06,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6db537b1-bcfe-472d-aab5-65682916fc1b 2019-01-20 11:51:06,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0c0d1a9922232f879d011aa96ad7503f675177a" 2019-01-20 11:51:06,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-5d87aa30-c791-411c-b191-9384383e28c4 Date: Sun, 20 Jan 2019 11:51:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-image"} 2019-01-20 11:51:06,210 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-image used request id req-5d87aa30-c791-411c-b191-9384383e28c4 2019-01-20 11:51:06,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0c0d1a9922232f879d011aa96ad7503f675177a" 2019-01-20 11:51:06,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9b2056d7-edfe-40ab-9a32-046ff008281a Date: Sun, 20 Jan 2019 11:51:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 11:51:06,377 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-9b2056d7-edfe-40ab-9a32-046ff008281a 2019-01-20 11:51:06,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e0c0d1a9922232f879d011aa96ad7503f675177a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-image"}' 2019-01-20 11:51:06,598 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a X-Openstack-Request-Id: req-13ee6b43-4f29-4560-9906-b1d9eed44af7 Date: Sun, 20 Jan 2019 11:51:06 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:51:06Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T11:51:06Z", "visibility": "shared", "locations": [], "self": "/v2/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a", "min_disk": 0, "protected": false, "id": "669fa5a5-8073-44d6-9850-42ad91bb9a9a", "file": "/v2/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a/file", "checksum": null, "owner": "632adb60eb5b46cbaf6c905003618b09", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:51:06,598 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-13ee6b43-4f29-4560-9906-b1d9eed44af7 2019-01-20 11:51:06,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0c0d1a9922232f879d011aa96ad7503f675177a" -d '' 2019-01-20 11:51:08,511 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-647e676a-1770-4f47-a91c-28f737c84ec1 Date: Sun, 20 Jan 2019 11:51:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:51:08,511 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a/file used request id req-647e676a-1770-4f47-a91c-28f737c84ec1 2019-01-20 11:51:08,511 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 11:51:08,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0c0d1a9922232f879d011aa96ad7503f675177a" 2019-01-20 11:51:08,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-ea7b27c1-aa6a-4046-86bd-8cbf70d8eac2 Date: Sun, 20 Jan 2019 11:51:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:51:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:51:08Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a/snap", "metadata": {}}], "self": "/v2/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a", "min_disk": 0, "protected": false, "id": "669fa5a5-8073-44d6-9850-42ad91bb9a9a", "file": "/v2/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:51:08,686 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a used request id req-ea7b27c1-aa6a-4046-86bd-8cbf70d8eac2 2019-01-20 11:51:08,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0c0d1a9922232f879d011aa96ad7503f675177a" 2019-01-20 11:51:09,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0e01b102-2cc1-412a-82a1-000fc4428156 Date: Sun, 20 Jan 2019 11:51: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"}}} 2019-01-20 11:51:09,245 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-0e01b102-2cc1-412a-82a1-000fc4428156 2019-01-20 11:51:09,248 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-image 2019-01-20 11:51:09,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0c0d1a9922232f879d011aa96ad7503f675177a" 2019-01-20 11:51:09,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-9d77bd2f-b5b5-4e21-aab4-e6c49bbd21af Date: Sun, 20 Jan 2019 11:51:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:51:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:51:08Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a/snap", "metadata": {}}], "self": "/v2/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a", "min_disk": 0, "protected": false, "id": "669fa5a5-8073-44d6-9850-42ad91bb9a9a", "file": "/v2/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:51:09,431 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a used request id req-9d77bd2f-b5b5-4e21-aab4-e6c49bbd21af 2019-01-20 11:51:09,432 - create_image - DEBUG - Instance status is - active 2019-01-20 11:51:09,432 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-image 2019-01-20 11:51:09,432 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-image 2019-01-20 11:51:09,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:51:09,433 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:51:09,829 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:51:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["AyxlmCvASGKC4hkRWj-iFQ"], "issued_at": "2019-01-20T11:51:09.000000Z"}} 2019-01-20 11:51:09,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d591d16110bef1b3bde26d2e3e96e2651a4726c" 2019-01-20 11:51:09,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dbee0ab-40cd-4006-b86a-d347a42302af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:51:09,915 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7dbee0ab-40cd-4006-b86a-d347a42302af 2019-01-20 11:51:09,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d591d16110bef1b3bde26d2e3e96e2651a4726c" 2019-01-20 11:51:10,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d4d345c1-c752-4e41-b93b-7d62fdbdf521 Date: Sun, 20 Jan 2019 11:51:10 GMT RESP BODY: {"networks":[]} 2019-01-20 11:51:10,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net used request id req-d4d345c1-c752-4e41-b93b-7d62fdbdf521 2019-01-20 11:51:10,111 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net 2019-01-20 11:51:10,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d591d16110bef1b3bde26d2e3e96e2651a4726c" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net", "admin_state_up": true}}' 2019-01-20 11:51:10,515 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-954b99ef-ad00-42a0-bed9-74131211013f Date: Sun, 20 Jan 2019 11:51: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":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:51:10Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:10Z","mtu":1450}} 2019-01-20 11:51:10,516 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-954b99ef-ad00-42a0-bed9-74131211013f 2019-01-20 11:51:10,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d591d16110bef1b3bde26d2e3e96e2651a4726c" 2019-01-20 11:51:10,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-0a4f23df-2b1c-4f6d-af41-163f9d4aa253 Date: Sun, 20 Jan 2019 11:51:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:51:10Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:10Z","provider:network_type":"vxlan"}]} 2019-01-20 11:51:10,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-0a4f23df-2b1c-4f6d-af41-163f9d4aa253 2019-01-20 11:51:10,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d591d16110bef1b3bde26d2e3e96e2651a4726c" 2019-01-20 11:51:10,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f1235cfb-bcf4-46c1-858f-0536b5067c8e Date: Sun, 20 Jan 2019 11:51:10 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:51:10,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-f1235cfb-bcf4-46c1-858f-0536b5067c8e 2019-01-20 11:51:10,961 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-subnet 2019-01-20 11:51:10,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d591d16110bef1b3bde26d2e3e96e2651a4726c" -d '{"subnets": [{"ip_version": 4, "network_id": "dceec0e9-32ec-4c79-a4f9-25931fc14c58", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-subnet"}]}' 2019-01-20 11:51:11,665 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-42ba3b45-1d17-4aa6-9616-434afd028488 Date: Sun, 20 Jan 2019 11:51:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:11Z","dns_nameservers":[],"updated_at":"2019-01-20T11:51: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":"632adb60eb5b46cbaf6c905003618b09","id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-subnet"}]} 2019-01-20 11:51:11,665 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-42ba3b45-1d17-4aa6-9616-434afd028488 2019-01-20 11:51:11,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d591d16110bef1b3bde26d2e3e96e2651a4726c" 2019-01-20 11:51:11,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-26a51f94-976e-44ff-b435-29740aa44783 Date: Sun, 20 Jan 2019 11:51:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["d17f8b00-ec43-42b9-89ee-b4d79c4683e6"],"description":"","tags":[],"updated_at":"2019-01-20T11:51:11Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:10Z","provider:network_type":"vxlan"}]} 2019-01-20 11:51:11,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-26a51f94-976e-44ff-b435-29740aa44783 2019-01-20 11:51:11,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d591d16110bef1b3bde26d2e3e96e2651a4726c" 2019-01-20 11:51:12,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-769b554f-536b-40ec-b620-9b6fa1d9c188 Date: Sun, 20 Jan 2019 11:51:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:11Z","dns_nameservers":[],"updated_at":"2019-01-20T11:51: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":"632adb60eb5b46cbaf6c905003618b09","id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-subnet"}]} 2019-01-20 11:51:12,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-769b554f-536b-40ec-b620-9b6fa1d9c188 2019-01-20 11:51:12,155 - OpenStackNetwork - DEBUG - Network [dceec0e9-32ec-4c79-a4f9-25931fc14c58] created successfully 2019-01-20 11:51:12,155 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:51:12,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:51:12,536 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:51:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["3dC3KDdQQiqfvWrMd0Plog"], "issued_at": "2019-01-20T11:51:12.000000Z"}} 2019-01-20 11:51:12,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a306b5f2a161926fe02c3c3513e6b46aecc1ecdc" 2019-01-20 11:51:12,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42a52d2c-9d5e-4059-bedb-147beb33ef29 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:51:12,623 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-42a52d2c-9d5e-4059-bedb-147beb33ef29 2019-01-20 11:51:12,624 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:51:12,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a306b5f2a161926fe02c3c3513e6b46aecc1ecdc" 2019-01-20 11:51:12,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6d38c076-bfe8-41a2-bc59-b144a560b096 x-compute-request-id: req-6d38c076-bfe8-41a2-bc59-b144a560b096 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 11:51:12,823 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-6d38c076-bfe8-41a2-bc59-b144a560b096 2019-01-20 11:51:12,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a306b5f2a161926fe02c3c3513e6b46aecc1ecdc" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 11:51:12,893 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-333e2616-356c-4b2f-adf9-ad64aaa1b93c x-compute-request-id: req-333e2616-356c-4b2f-adf9-ad64aaa1b93c Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "name": "NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:51:12,894 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-333e2616-356c-4b2f-adf9-ad64aaa1b93c 2019-01-20 11:51:12,894 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:51:12,895 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:51:13,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:51:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["JMMME8yWQZyb15F1iF9oFQ"], "issued_at": "2019-01-20T11:51:13.000000Z"}} 2019-01-20 11:51:13,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b11933b04a97a20e762c5819b8d7b7fc8e8f3a8e" 2019-01-20 11:51:13,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c76d5cf6-b50a-4f25-9341-76737e8f7bd8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:51:13,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c76d5cf6-b50a-4f25-9341-76737e8f7bd8 2019-01-20 11:51:13,363 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b11933b04a97a20e762c5819b8d7b7fc8e8f3a8e" 2019-01-20 11:51:13,562 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:13 GMT Server: Apache x-compute-request-id: req-989319ff-aaa5-46a4-be41-16f30d13d0c2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-989319ff-aaa5-46a4-be41-16f30d13d0c2 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-20 11:51:13,562 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/detail used request id req-989319ff-aaa5-46a4-be41-16f30d13d0c2 2019-01-20 11:51:13,565 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-989319ff-aaa5-46a4-be41-16f30d13d0c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b11933b04a97a20e762c5819b8d7b7fc8e8f3a8e" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15", "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}}' 2019-01-20 11:51:14,009 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:51:13 GMT Server: Apache x-compute-request-id: req-112ee10f-309b-4679-bbde-5c5337ce2834 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-112ee10f-309b-4679-bbde-5c5337ce2834 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "f8248cee7f534240b0235e12eac098e6", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T11:51:13.893337", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "213b99d2-a3dd-4cc5-bed0-cdbdd73305b8", "size": 1}} 2019-01-20 11:51:14,009 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes used request id req-112ee10f-309b-4679-bbde-5c5337ce2834 2019-01-20 11:51:14,013 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-989319ff-aaa5-46a4-be41-16f30d13d0c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b11933b04a97a20e762c5819b8d7b7fc8e8f3a8e" 2019-01-20 11:51:14,761 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:14 GMT Server: Apache x-compute-request-id: req-57afa3b2-4f04-4a60-a05a-cd867ac581ea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-57afa3b2-4f04-4a60-a05a-cd867ac581ea Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:51:14.000000", "replication_status": null, "snapshot_id": null, "id": "213b99d2-a3dd-4cc5-bed0-cdbdd73305b8", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15", "bootable": "false", "created_at": "2019-01-20T11:51:13.000000", "volume_type": null}} 2019-01-20 11:51:14,761 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8 used request id req-57afa3b2-4f04-4a60-a05a-cd867ac581ea 2019-01-20 11:51:14,762 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15 2019-01-20 11:51:14,765 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-989319ff-aaa5-46a4-be41-16f30d13d0c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b11933b04a97a20e762c5819b8d7b7fc8e8f3a8e" 2019-01-20 11:51:15,547 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:14 GMT Server: Apache x-compute-request-id: req-b9d04aad-ba13-4a85-9e21-432ed3f338b1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b9d04aad-ba13-4a85-9e21-432ed3f338b1 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:51:14.000000", "replication_status": null, "snapshot_id": null, "id": "213b99d2-a3dd-4cc5-bed0-cdbdd73305b8", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15", "bootable": "false", "created_at": "2019-01-20T11:51:13.000000", "volume_type": null}} 2019-01-20 11:51:15,547 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8 used request id req-b9d04aad-ba13-4a85-9e21-432ed3f338b1 2019-01-20 11:51:15,548 - create_volume - DEBUG - Instance status is - available 2019-01-20 11:51:15,548 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15 2019-01-20 11:51:15,548 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15 2019-01-20 11:51:15,548 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:51:15,549 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:51:15,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:51:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["3xTS2asmRs6iqvIpg24oTA"], "issued_at": "2019-01-20T11:51:15.000000Z"}} 2019-01-20 11:51:15,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:16,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f502c3c3-449f-48fe-8e33-0c796f4b0e14 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:51:16,015 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f502c3c3-449f-48fe-8e33-0c796f4b0e14 2019-01-20 11:51:16,017 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:51:16,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:16,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95fb0be6-0bb2-4152-b48d-049d4fe3fe9c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:51:16,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-95fb0be6-0bb2-4152-b48d-049d4fe3fe9c 2019-01-20 11:51:16,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:16,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4e44406e-575a-4d02-944d-9cfb0a242f65 Date: Sun, 20 Jan 2019 11:51:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["d17f8b00-ec43-42b9-89ee-b4d79c4683e6"],"description":"","tags":[],"updated_at":"2019-01-20T11:51:11Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:10Z","provider:network_type":"vxlan"}]} 2019-01-20 11:51:16,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net used request id req-4e44406e-575a-4d02-944d-9cfb0a242f65 2019-01-20 11:51:16,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:51:16,366 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:51: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:51:16,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:16,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35e2c466-9331-44a9-adb6-0eec90258bce 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:51:16,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-35e2c466-9331-44a9-adb6-0eec90258bce 2019-01-20 11:51:16,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:16,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-875d3ff7-ede2-4583-afb5-509212240337 Date: Sun, 20 Jan 2019 11:51:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:11Z","dns_nameservers":[],"updated_at":"2019-01-20T11:51: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":"632adb60eb5b46cbaf6c905003618b09","id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-subnet"}]} 2019-01-20 11:51:16,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-875d3ff7-ede2-4583-afb5-509212240337 2019-01-20 11:51:16,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58&name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:16,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8362eb5c-3615-4342-8ff4-8bd684cf85bf Date: Sun, 20 Jan 2019 11:51:16 GMT RESP BODY: {"ports":[]} 2019-01-20 11:51:16,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58&name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-port&admin_state_up=True used request id req-8362eb5c-3615-4342-8ff4-8bd684cf85bf 2019-01-20 11:51:16,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:17,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51: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-c6f7025f-b62b-4a4e-b5ad-6b170a2a8c11 x-compute-request-id: req-c6f7025f-b62b-4a4e-b5ad-6b170a2a8c11 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 11:51:17,127 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst used request id req-c6f7025f-b62b-4a4e-b5ad-6b170a2a8c11 2019-01-20 11:51:17,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:17,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-27cab88e-ed0b-4435-bff4-df40f1cc7023 Date: Sun, 20 Jan 2019 11:51:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["d17f8b00-ec43-42b9-89ee-b4d79c4683e6"],"description":"","tags":[],"updated_at":"2019-01-20T11:51:11Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:10Z","provider:network_type":"vxlan"}]} 2019-01-20 11:51:17,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net used request id req-27cab88e-ed0b-4435-bff4-df40f1cc7023 2019-01-20 11:51:17,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:17,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-693297ac-115f-426f-917a-20739c321afd 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:51:17,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-693297ac-115f-426f-917a-20739c321afd 2019-01-20 11:51:17,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:17,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-07365789-a4be-442f-8bed-555140c785d2 Date: Sun, 20 Jan 2019 11:51:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:11Z","dns_nameservers":[],"updated_at":"2019-01-20T11:51: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":"632adb60eb5b46cbaf6c905003618b09","id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-subnet"}]} 2019-01-20 11:51:17,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-07365789-a4be-442f-8bed-555140c785d2 2019-01-20 11:51:17,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58&name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:17,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-34a9b15c-aab9-4061-9f65-98a774aaa2a7 Date: Sun, 20 Jan 2019 11:51:17 GMT RESP BODY: {"ports":[]} 2019-01-20 11:51:17,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58&name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-port&admin_state_up=True used request id req-34a9b15c-aab9-4061-9f65-98a774aaa2a7 2019-01-20 11:51:17,917 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:51:17,918 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:51:18,311 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:51:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["DfgmAg7xQCC-duLsdHGuKw"], "issued_at": "2019-01-20T11:51:18.000000Z"}} 2019-01-20 11:51:18,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37a5a4cca6f028352239c1eccda2c462ac7b9ec7" 2019-01-20 11:51:18,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31fff502-a1be-465e-bfc6-e74b0665782b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:51:18,391 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-31fff502-a1be-465e-bfc6-e74b0665782b 2019-01-20 11:51:18,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:18,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d3aafbb3-ca40-4916-83d9-7a8a4c48ba69 Date: Sun, 20 Jan 2019 11:51:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["d17f8b00-ec43-42b9-89ee-b4d79c4683e6"],"description":"","tags":[],"updated_at":"2019-01-20T11:51:11Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:10Z","provider:network_type":"vxlan"}]} 2019-01-20 11:51:18,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net used request id req-d3aafbb3-ca40-4916-83d9-7a8a4c48ba69 2019-01-20 11:51:18,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:18,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-35b2c190-7c13-4c6d-934d-5a7263468161 Date: Sun, 20 Jan 2019 11:51:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:11Z","dns_nameservers":[],"updated_at":"2019-01-20T11:51: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":"632adb60eb5b46cbaf6c905003618b09","id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-subnet"}]} 2019-01-20 11:51:18,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-35b2c190-7c13-4c6d-934d-5a7263468161 2019-01-20 11:51:18,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:18,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-eafc01d0-ae01-4534-b14d-881254fcb362 Date: Sun, 20 Jan 2019 11:51:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["d17f8b00-ec43-42b9-89ee-b4d79c4683e6"],"description":"","tags":[],"updated_at":"2019-01-20T11:51:11Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:10Z","provider:network_type":"vxlan"}]} 2019-01-20 11:51:18,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net used request id req-eafc01d0-ae01-4534-b14d-881254fcb362 2019-01-20 11:51:18,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:51:18,939 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:51: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:51:18,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37a5a4cca6f028352239c1eccda2c462ac7b9ec7" 2019-01-20 11:51:19,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54ae6bf8-a6ea-4718-a353-efd19f3751aa 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:51:19,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-54ae6bf8-a6ea-4718-a353-efd19f3751aa 2019-01-20 11:51:19,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:19,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-aae5447c-0f08-44f4-919f-2aaa5788ced2 Date: Sun, 20 Jan 2019 11:51:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:11Z","dns_nameservers":[],"updated_at":"2019-01-20T11:51: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":"632adb60eb5b46cbaf6c905003618b09","id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-subnet"}]} 2019-01-20 11:51:19,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-aae5447c-0f08-44f4-919f-2aaa5788ced2 2019-01-20 11:51:19,085 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net 2019-01-20 11:51:19,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" -d '{"port": {"network_id": "dceec0e9-32ec-4c79-a4f9-25931fc14c58", "name": "NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-port", "admin_state_up": true}}' 2019-01-20 11:51:20,025 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-b504a15b-0914-47bd-bc16-4d566d4848ba Date: Sun, 20 Jan 2019 11:51:20 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:19Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.12"}],"id":"3a410b2f-1cd3-452f-8621-755399d2dd4c","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bf:bb:0c","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-port","project_id":"632adb60eb5b46cbaf6c905003618b09","qos_policy_id":null,"admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:19Z","binding:vnic_type":"normal"}} 2019-01-20 11:51:20,025 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-b504a15b-0914-47bd-bc16-4d566d4848ba 2019-01-20 11:51:20,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:20,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-54baece7-1eeb-4f6d-bfb5-550cad92eea9 Date: Sun, 20 Jan 2019 11:51:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["d17f8b00-ec43-42b9-89ee-b4d79c4683e6"],"description":"","tags":[],"updated_at":"2019-01-20T11:51:11Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:10Z","provider:network_type":"vxlan"}]} 2019-01-20 11:51:20,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net used request id req-54baece7-1eeb-4f6d-bfb5-550cad92eea9 2019-01-20 11:51:20,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:20,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcfec8ca-54cb-4361-b3a9-52ae357228c3 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:51:20,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-dcfec8ca-54cb-4361-b3a9-52ae357228c3 2019-01-20 11:51:20,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:20,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cc089a6b-e3c0-4a57-b9a8-2b902e7ba00e Date: Sun, 20 Jan 2019 11:51:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:11Z","dns_nameservers":[],"updated_at":"2019-01-20T11:51: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":"632adb60eb5b46cbaf6c905003618b09","id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-subnet"}]} 2019-01-20 11:51:20,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-cc089a6b-e3c0-4a57-b9a8-2b902e7ba00e 2019-01-20 11:51:20,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58&name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:20,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-a9e92193-4eaf-40a9-9a62-bfab5d791c77 Date: Sun, 20 Jan 2019 11:51:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:19Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.12"}],"id":"3a410b2f-1cd3-452f-8621-755399d2dd4c","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bf:bb:0c","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-port","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:19Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 11:51:20,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58&name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-port&admin_state_up=True used request id req-a9e92193-4eaf-40a9-9a62-bfab5d791c77 2019-01-20 11:51:20,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:20,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f08319a-1d0b-4a05-926f-bd28a4401e6b 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:51:20,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-6f08319a-1d0b-4a05-926f-bd28a4401e6b 2019-01-20 11:51:20,730 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst 2019-01-20 11:51:20,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:20,759 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51: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-e98c22ce-bb1b-4095-b6d5-36739aae876f x-compute-request-id: req-e98c22ce-bb1b-4095-b6d5-36739aae876f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-flavor"}]} 2019-01-20 11:51:20,759 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e98c22ce-bb1b-4095-b6d5-36739aae876f 2019-01-20 11:51:20,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:20,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51: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-8823d9f0-2b7a-4723-a63d-3fa550455145 x-compute-request-id: req-8823d9f0-2b7a-4723-a63d-3fa550455145 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "name": "NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:51:20,787 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f used request id req-8823d9f0-2b7a-4723-a63d-3fa550455145 2019-01-20 11:51:20,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:20,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-cb473dbc-4dfa-43a0-939f-745400596317 Date: Sun, 20 Jan 2019 11:51:20 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:51:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:51:08Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a/snap", "metadata": {}}], "self": "/v2/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a", "min_disk": 0, "protected": false, "id": "669fa5a5-8073-44d6-9850-42ad91bb9a9a", "file": "/v2/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-image"} 2019-01-20 11:51:20,970 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-image used request id req-cb473dbc-4dfa-43a0-939f-745400596317 2019-01-20 11:51:20,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:21,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c6b8c4bd-d7b3-4673-9858-6ac2abf05a43 Date: Sun, 20 Jan 2019 11:51: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"}}} 2019-01-20 11:51:21,124 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-c6b8c4bd-d7b3-4673-9858-6ac2abf05a43 2019-01-20 11:51:21,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst", "imageRef": "669fa5a5-8073-44d6-9850-42ad91bb9a9a", "flavorRef": "3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "max_count": 1, "min_count": 1, "networks": [{"port": "3a410b2f-1cd3-452f-8621-755399d2dd4c"}]}}' 2019-01-20 11:51:23,824 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11: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-7f1f2661-0f0b-4275-be28-d99d258644be x-compute-request-id: req-7f1f2661-0f0b-4275-be28-d99d258644be Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "915674d1-f4cf-4a89-aea5-9ba626d2a53e", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "bookmark"}], "adminPass": "JYaUuzHyjd5b"}} 2019-01-20 11:51:23,824 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-7f1f2661-0f0b-4275-be28-d99d258644be 2019-01-20 11:51:23,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:24,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ada650bc-c69d-4a4b-a031-14c4f69006a3 x-compute-request-id: req-ada650bc-c69d-4a4b-a031-14c4f69006a3 Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "bookmark"}], "image": {"id": "669fa5a5-8073-44d6-9850-42ad91bb9a9a", "links": [{"href": "http://172.30.9.22:8774/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "links": [{"href": "http://172.30.9.22:8774/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "rel": "bookmark"}]}, "id": "915674d1-f4cf-4a89-aea5-9ba626d2a53e", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:51:23Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst", "created": "2019-01-20T11:51:23Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:51:24,089 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e used request id req-ada650bc-c69d-4a4b-a031-14c4f69006a3 2019-01-20 11:51:24,089 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst 2019-01-20 11:51:24,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:24,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51: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-8a6d9633-9704-4607-aeca-40c954e75e19 x-compute-request-id: req-8a6d9633-9704-4607-aeca-40c954e75e19 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.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "bookmark"}], "image": {"id": "669fa5a5-8073-44d6-9850-42ad91bb9a9a", "links": [{"href": "http://172.30.9.22:8774/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "links": [{"href": "http://172.30.9.22:8774/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "rel": "bookmark"}]}, "id": "915674d1-f4cf-4a89-aea5-9ba626d2a53e", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:51:24Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst", "created": "2019-01-20T11:51:23Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:51:24,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e used request id req-8a6d9633-9704-4607-aeca-40c954e75e19 2019-01-20 11:51:24,322 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst] is - BUILD 2019-01-20 11:51:24,322 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:51:27,325 - create_instance - DEBUG - VM status query timeout in 896.764034033 2019-01-20 11:51:27,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:27,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32846533-9f5a-488f-b4e3-bc10c2fc8273 x-compute-request-id: req-32846533-9f5a-488f-b4e3-bc10c2fc8273 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:bb:0c", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "bookmark"}], "image": {"id": "669fa5a5-8073-44d6-9850-42ad91bb9a9a", "links": [{"href": "http://172.30.9.22:8774/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "links": [{"href": "http://172.30.9.22:8774/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "rel": "bookmark"}]}, "id": "915674d1-f4cf-4a89-aea5-9ba626d2a53e", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:51:25Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst", "created": "2019-01-20T11:51:23Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:51:27,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e used request id req-32846533-9f5a-488f-b4e3-bc10c2fc8273 2019-01-20 11:51:27,774 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst] is - BUILD 2019-01-20 11:51:27,774 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:51:30,777 - create_instance - DEBUG - VM status query timeout in 893.312210083 2019-01-20 11:51:30,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:31,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51: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-863412fe-d971-4f73-b665-636c45059cde x-compute-request-id: req-863412fe-d971-4f73-b665-636c45059cde Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:bb:0c", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "bookmark"}], "image": {"id": "669fa5a5-8073-44d6-9850-42ad91bb9a9a", "links": [{"href": "http://172.30.9.22:8774/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-20T11:51:29.000000", "flavor": {"id": "3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "links": [{"href": "http://172.30.9.22:8774/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "rel": "bookmark"}]}, "id": "915674d1-f4cf-4a89-aea5-9ba626d2a53e", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:51:30Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst", "created": "2019-01-20T11:51:23Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:51:31,243 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e used request id req-863412fe-d971-4f73-b665-636c45059cde 2019-01-20 11:51:31,243 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst] is - ACTIVE 2019-01-20 11:51:31,243 - create_instance - INFO - VM is - ACTIVE 2019-01-20 11:51:31,246 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:32,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-030362e6-b8b8-4ce6-bffc-e2bbb21a78d0 x-compute-request-id: req-030362e6-b8b8-4ce6-bffc-e2bbb21a78d0 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:bb:0c", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "bookmark"}], "image": {"id": "669fa5a5-8073-44d6-9850-42ad91bb9a9a", "links": [{"href": "http://172.30.9.22:8774/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-20T11:51:29.000000", "flavor": {"id": "3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "links": [{"href": "http://172.30.9.22:8774/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "rel": "bookmark"}]}, "id": "915674d1-f4cf-4a89-aea5-9ba626d2a53e", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:51:30Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst", "created": "2019-01-20T11:51:23Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:51:32,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e used request id req-030362e6-b8b8-4ce6-bffc-e2bbb21a78d0 2019-01-20 11:51:32,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:32,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-3979ac8f-a8f3-4402-8c04-7addae6f5b25 Date: Sun, 20 Jan 2019 11:51:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["d17f8b00-ec43-42b9-89ee-b4d79c4683e6"],"description":"","tags":[],"updated_at":"2019-01-20T11:51:11Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:10Z","provider:network_type":"vxlan"}]} 2019-01-20 11:51:32,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net used request id req-3979ac8f-a8f3-4402-8c04-7addae6f5b25 2019-01-20 11:51:32,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:32,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39f5d8b8-73a1-42a7-b75d-1104c6c4bbd9 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:51:32,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-39f5d8b8-73a1-42a7-b75d-1104c6c4bbd9 2019-01-20 11:51:32,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:32,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0755606c-4313-490d-9b49-83812d2f7b4e Date: Sun, 20 Jan 2019 11:51:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:11Z","dns_nameservers":[],"updated_at":"2019-01-20T11:51: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":"632adb60eb5b46cbaf6c905003618b09","id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-subnet"}]} 2019-01-20 11:51:32,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-0755606c-4313-490d-9b49-83812d2f7b4e 2019-01-20 11:51:32,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:32,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-89ac2cdc-400a-4a39-9799-2db57e8e5ffc Date: Sun, 20 Jan 2019 11:51:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.2"}],"id":"2c9b3363-71e8-4efa-b01e-1b4156460b12","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:d5:25","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dceec0e9-32ec-4c79-a4f9-25931fc14c58"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.12"}],"id":"3a410b2f-1cd3-452f-8621-755399d2dd4c","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:bb:0c","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-port","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:19Z","binding:vnic_type":"normal","device_id":"915674d1-f4cf-4a89-aea5-9ba626d2a53e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.4"}],"id":"4bd2d0f1-bcb3-4b08-8044-eb5833fa379b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:11:f4:3a","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-dceec0e9-32ec-4c79-a4f9-25931fc14c58"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.3"}],"id":"a0c61e01-5a64-4e65-afab-137df4e56dc4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b6:c4:2f","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-dceec0e9-32ec-4c79-a4f9-25931fc14c58"}]} 2019-01-20 11:51:32,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-89ac2cdc-400a-4a39-9799-2db57e8e5ffc 2019-01-20 11:51:32,626 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:51:33,001 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:51:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["ylVVjB4ZTvqSNIGPFOsR-A"], "issued_at": "2019-01-20T11:51:32.000000Z"}} 2019-01-20 11:51:33,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47279453d2e307c4a344332f133a91f92b908d25" 2019-01-20 11:51:33,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b91a5dbf-01ac-4c41-9eba-569bae532b00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:51:33,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b91a5dbf-01ac-4c41-9eba-569bae532b00 2019-01-20 11:51:33,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:33,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5d722cd-465f-49c4-85ff-af80315b7979 x-compute-request-id: req-d5d722cd-465f-49c4-85ff-af80315b7979 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:bb:0c", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "bookmark"}], "image": {"id": "669fa5a5-8073-44d6-9850-42ad91bb9a9a", "links": [{"href": "http://172.30.9.22:8774/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-20T11:51:29.000000", "flavor": {"id": "3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "links": [{"href": "http://172.30.9.22:8774/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "rel": "bookmark"}]}, "id": "915674d1-f4cf-4a89-aea5-9ba626d2a53e", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:51:30Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst", "created": "2019-01-20T11:51:23Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:51:33,669 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e used request id req-d5d722cd-465f-49c4-85ff-af80315b7979 2019-01-20 11:51:33,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:33,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b751f1d6-eafe-4dbd-b951-7b006318d7c6 Date: Sun, 20 Jan 2019 11:51:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["d17f8b00-ec43-42b9-89ee-b4d79c4683e6"],"description":"","tags":[],"updated_at":"2019-01-20T11:51:11Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:10Z","provider:network_type":"vxlan"}]} 2019-01-20 11:51:33,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net used request id req-b751f1d6-eafe-4dbd-b951-7b006318d7c6 2019-01-20 11:51:33,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:34,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb0f989f-c4c0-403f-83aa-773ab71973b1 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:51:34,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-cb0f989f-c4c0-403f-83aa-773ab71973b1 2019-01-20 11:51:34,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:34,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2db0b832-fe51-49c5-bef5-39e416d8817e Date: Sun, 20 Jan 2019 11:51:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:11Z","dns_nameservers":[],"updated_at":"2019-01-20T11:51: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":"632adb60eb5b46cbaf6c905003618b09","id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-subnet"}]} 2019-01-20 11:51:34,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-2db0b832-fe51-49c5-bef5-39e416d8817e 2019-01-20 11:51:34,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:51:34,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-9918865c-ed27-4f2c-bf7f-5ae865b437e6 Date: Sun, 20 Jan 2019 11:51:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.2"}],"id":"2c9b3363-71e8-4efa-b01e-1b4156460b12","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:d5:25","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dceec0e9-32ec-4c79-a4f9-25931fc14c58"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.12"}],"id":"3a410b2f-1cd3-452f-8621-755399d2dd4c","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:bb:0c","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-port","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:19Z","binding:vnic_type":"normal","device_id":"915674d1-f4cf-4a89-aea5-9ba626d2a53e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.4"}],"id":"4bd2d0f1-bcb3-4b08-8044-eb5833fa379b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:11:f4:3a","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-dceec0e9-32ec-4c79-a4f9-25931fc14c58"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.3"}],"id":"a0c61e01-5a64-4e65-afab-137df4e56dc4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b6:c4:2f","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-dceec0e9-32ec-4c79-a4f9-25931fc14c58"}]} 2019-01-20 11:51:34,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-9918865c-ed27-4f2c-bf7f-5ae865b437e6 2019-01-20 11:51:34,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47279453d2e307c4a344332f133a91f92b908d25" -d '{"volumeAttachment": {"volumeId": "213b99d2-a3dd-4cc5-bed0-cdbdd73305b8"}}' 2019-01-20 11:52:05,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:51:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5663a748-15da-4a02-b0c1-6d92a40c8ff7 x-compute-request-id: req-5663a748-15da-4a02-b0c1-6d92a40c8ff7 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "915674d1-f4cf-4a89-aea5-9ba626d2a53e", "id": "213b99d2-a3dd-4cc5-bed0-cdbdd73305b8", "volumeId": "213b99d2-a3dd-4cc5-bed0-cdbdd73305b8"}} 2019-01-20 11:52:05,901 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e/os-volume_attachments used request id req-5663a748-15da-4a02-b0c1-6d92a40c8ff7 2019-01-20 11:52:05,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47279453d2e307c4a344332f133a91f92b908d25" 2019-01-20 11:52:06,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16e1fe02-cff6-4a72-a016-8ab80f22c4e3 x-compute-request-id: req-16e1fe02-cff6-4a72-a016-8ab80f22c4e3 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:bb:0c", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "bookmark"}], "image": {"id": "669fa5a5-8073-44d6-9850-42ad91bb9a9a", "links": [{"href": "http://172.30.9.22:8774/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-20T11:51:29.000000", "flavor": {"id": "3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "links": [{"href": "http://172.30.9.22:8774/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "rel": "bookmark"}]}, "id": "915674d1-f4cf-4a89-aea5-9ba626d2a53e", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:51:30Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst", "created": "2019-01-20T11:51:23Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [{"id": "213b99d2-a3dd-4cc5-bed0-cdbdd73305b8"}], "metadata": {}}} 2019-01-20 11:52:06,647 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e used request id req-16e1fe02-cff6-4a72-a016-8ab80f22c4e3 2019-01-20 11:52:06,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47279453d2e307c4a344332f133a91f92b908d25" 2019-01-20 11:52:06,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-21ee9cb6-8a8c-4cf6-8217-bb37a21f39e4 Date: Sun, 20 Jan 2019 11:52:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["d17f8b00-ec43-42b9-89ee-b4d79c4683e6"],"description":"","tags":[],"updated_at":"2019-01-20T11:51:11Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:10Z","provider:network_type":"vxlan"}]} 2019-01-20 11:52:06,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net used request id req-21ee9cb6-8a8c-4cf6-8217-bb37a21f39e4 2019-01-20 11:52:06,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:52:06,741 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:52: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:52:06,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47279453d2e307c4a344332f133a91f92b908d25" 2019-01-20 11:52:06,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-512bb58e-8566-4e1e-92a4-d9d64031936a 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:52:06,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-512bb58e-8566-4e1e-92a4-d9d64031936a 2019-01-20 11:52:06,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47279453d2e307c4a344332f133a91f92b908d25" 2019-01-20 11:52:07,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4e2a7f83-cfb6-4c6b-8382-076a6c65d0d9 Date: Sun, 20 Jan 2019 11:52:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:11Z","dns_nameservers":[],"updated_at":"2019-01-20T11:51: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":"632adb60eb5b46cbaf6c905003618b09","id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-subnet"}]} 2019-01-20 11:52:07,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-4e2a7f83-cfb6-4c6b-8382-076a6c65d0d9 2019-01-20 11:52:07,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47279453d2e307c4a344332f133a91f92b908d25" 2019-01-20 11:52:07,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-b32e8aba-ce48-452c-b206-fdfb8265c4ad Date: Sun, 20 Jan 2019 11:52:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.2"}],"id":"2c9b3363-71e8-4efa-b01e-1b4156460b12","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:d5:25","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dceec0e9-32ec-4c79-a4f9-25931fc14c58"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.12"}],"id":"3a410b2f-1cd3-452f-8621-755399d2dd4c","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:bb:0c","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-port","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:19Z","binding:vnic_type":"normal","device_id":"915674d1-f4cf-4a89-aea5-9ba626d2a53e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.4"}],"id":"4bd2d0f1-bcb3-4b08-8044-eb5833fa379b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:11:f4:3a","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-dceec0e9-32ec-4c79-a4f9-25931fc14c58"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.3"}],"id":"a0c61e01-5a64-4e65-afab-137df4e56dc4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b6:c4:2f","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-dceec0e9-32ec-4c79-a4f9-25931fc14c58"}]} 2019-01-20 11:52:07,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-b32e8aba-ce48-452c-b206-fdfb8265c4ad 2019-01-20 11:52:07,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47279453d2e307c4a344332f133a91f92b908d25" 2019-01-20 11:52:07,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1b152c8-7239-40b3-8a9a-3cd631bec1f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:52:07,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d1b152c8-7239-40b3-8a9a-3cd631bec1f0 2019-01-20 11:52:07,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:52:07,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74f879da-51e5-4a23-ba6a-73fd3273aebe x-compute-request-id: req-74f879da-51e5-4a23-ba6a-73fd3273aebe Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:bb:0c", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "bookmark"}], "image": {"id": "669fa5a5-8073-44d6-9850-42ad91bb9a9a", "links": [{"href": "http://172.30.9.22:8774/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-20T11:51:29.000000", "flavor": {"id": "3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "links": [{"href": "http://172.30.9.22:8774/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "rel": "bookmark"}]}, "id": "915674d1-f4cf-4a89-aea5-9ba626d2a53e", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:51:30Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst", "created": "2019-01-20T11:51:23Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [{"id": "213b99d2-a3dd-4cc5-bed0-cdbdd73305b8"}], "metadata": {}}} 2019-01-20 11:52:07,907 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e used request id req-74f879da-51e5-4a23-ba6a-73fd3273aebe 2019-01-20 11:52:07,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:52:08,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-2f847861-3df7-4f36-9da0-f76af5063a5e Date: Sun, 20 Jan 2019 11:52:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["d17f8b00-ec43-42b9-89ee-b4d79c4683e6"],"description":"","tags":[],"updated_at":"2019-01-20T11:51:11Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:10Z","provider:network_type":"vxlan"}]} 2019-01-20 11:52:08,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net used request id req-2f847861-3df7-4f36-9da0-f76af5063a5e 2019-01-20 11:52:08,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:52:08,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0d8972f-28bd-4cee-bd92-fa786e6ee66d 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:52:08,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-d0d8972f-28bd-4cee-bd92-fa786e6ee66d 2019-01-20 11:52:08,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:52:08,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ccf9e4fc-7999-4f43-bdc0-11367b49bb09 Date: Sun, 20 Jan 2019 11:52:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:11Z","dns_nameservers":[],"updated_at":"2019-01-20T11:51: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":"632adb60eb5b46cbaf6c905003618b09","id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-subnet"}]} 2019-01-20 11:52:08,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-ccf9e4fc-7999-4f43-bdc0-11367b49bb09 2019-01-20 11:52:08,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:52:08,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-44838eb7-4f5a-4a54-8461-f0f52b80660b Date: Sun, 20 Jan 2019 11:52:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.2"}],"id":"2c9b3363-71e8-4efa-b01e-1b4156460b12","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:d5:25","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dceec0e9-32ec-4c79-a4f9-25931fc14c58"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.12"}],"id":"3a410b2f-1cd3-452f-8621-755399d2dd4c","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:bb:0c","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-port","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:19Z","binding:vnic_type":"normal","device_id":"915674d1-f4cf-4a89-aea5-9ba626d2a53e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.4"}],"id":"4bd2d0f1-bcb3-4b08-8044-eb5833fa379b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:11:f4:3a","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-dceec0e9-32ec-4c79-a4f9-25931fc14c58"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.3"}],"id":"a0c61e01-5a64-4e65-afab-137df4e56dc4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b6:c4:2f","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-dceec0e9-32ec-4c79-a4f9-25931fc14c58"}]} 2019-01-20 11:52:08,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-44838eb7-4f5a-4a54-8461-f0f52b80660b 2019-01-20 11:52:08,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47279453d2e307c4a344332f133a91f92b908d25" 2019-01-20 11:52:09,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52: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-fbf707b5-37be-4812-b46e-c7e440dc2eba x-compute-request-id: req-fbf707b5-37be-4812-b46e-c7e440dc2eba Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:bb:0c", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "bookmark"}], "image": {"id": "669fa5a5-8073-44d6-9850-42ad91bb9a9a", "links": [{"href": "http://172.30.9.22:8774/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-20T11:51:29.000000", "flavor": {"id": "3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "links": [{"href": "http://172.30.9.22:8774/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "rel": "bookmark"}]}, "id": "915674d1-f4cf-4a89-aea5-9ba626d2a53e", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:51:30Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst", "created": "2019-01-20T11:51:23Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [{"id": "213b99d2-a3dd-4cc5-bed0-cdbdd73305b8"}], "metadata": {}}} 2019-01-20 11:52:09,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e used request id req-fbf707b5-37be-4812-b46e-c7e440dc2eba 2019-01-20 11:52:09,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47279453d2e307c4a344332f133a91f92b908d25" 2019-01-20 11:52:09,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-1d5108b2-8846-4620-aa61-6f76eb569307 Date: Sun, 20 Jan 2019 11:52:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["d17f8b00-ec43-42b9-89ee-b4d79c4683e6"],"description":"","tags":[],"updated_at":"2019-01-20T11:51:11Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:10Z","provider:network_type":"vxlan"}]} 2019-01-20 11:52:09,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net used request id req-1d5108b2-8846-4620-aa61-6f76eb569307 2019-01-20 11:52:09,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47279453d2e307c4a344332f133a91f92b908d25" 2019-01-20 11:52:09,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e76930fe-5e12-4e54-819f-0eda78188e00 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:52:09,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-e76930fe-5e12-4e54-819f-0eda78188e00 2019-01-20 11:52:09,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47279453d2e307c4a344332f133a91f92b908d25" 2019-01-20 11:52:09,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-db4c74d7-08f5-47a1-b338-dc41808a763e Date: Sun, 20 Jan 2019 11:52:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:11Z","dns_nameservers":[],"updated_at":"2019-01-20T11:51: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":"632adb60eb5b46cbaf6c905003618b09","id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-subnet"}]} 2019-01-20 11:52:09,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-db4c74d7-08f5-47a1-b338-dc41808a763e 2019-01-20 11:52:09,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47279453d2e307c4a344332f133a91f92b908d25" 2019-01-20 11:52:09,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-ca38e664-bb6b-4f2b-9f82-e556288b444d Date: Sun, 20 Jan 2019 11:52:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.2"}],"id":"2c9b3363-71e8-4efa-b01e-1b4156460b12","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:d5:25","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dceec0e9-32ec-4c79-a4f9-25931fc14c58"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.12"}],"id":"3a410b2f-1cd3-452f-8621-755399d2dd4c","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:bb:0c","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-port","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:19Z","binding:vnic_type":"normal","device_id":"915674d1-f4cf-4a89-aea5-9ba626d2a53e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.4"}],"id":"4bd2d0f1-bcb3-4b08-8044-eb5833fa379b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:11:f4:3a","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-dceec0e9-32ec-4c79-a4f9-25931fc14c58"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.3"}],"id":"a0c61e01-5a64-4e65-afab-137df4e56dc4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b6:c4:2f","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-dceec0e9-32ec-4c79-a4f9-25931fc14c58"}]} 2019-01-20 11:52:09,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-ca38e664-bb6b-4f2b-9f82-e556288b444d 2019-01-20 11:52:09,794 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47279453d2e307c4a344332f133a91f92b908d25" 2019-01-20 11:52:10,107 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:09 GMT Server: Apache x-compute-request-id: req-079de6fa-35b9-4e66-910c-43ad4e0d255c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-079de6fa-35b9-4e66-910c-43ad4e0d255c Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "915674d1-f4cf-4a89-aea5-9ba626d2a53e", "attachment_id": "b2945ca6-b333-41ed-b28d-96c65671ae2e", "attached_at": "2019-01-20T11:52:09.000000", "host_name": null, "volume_id": "213b99d2-a3dd-4cc5-bed0-cdbdd73305b8", "device": "/dev/vdb", "id": "213b99d2-a3dd-4cc5-bed0-cdbdd73305b8"}], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:52:09.000000", "replication_status": null, "snapshot_id": null, "id": "213b99d2-a3dd-4cc5-bed0-cdbdd73305b8", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15", "bootable": "false", "created_at": "2019-01-20T11:51:13.000000", "volume_type": null}} 2019-01-20 11:52:10,107 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8 used request id req-079de6fa-35b9-4e66-910c-43ad4e0d255c 2019-01-20 11:52:10,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:52:10,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a2b9c211-17bd-4d57-bf85-217abe47f312 x-compute-request-id: req-a2b9c211-17bd-4d57-bf85-217abe47f312 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:bb:0c", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "bookmark"}], "image": {"id": "669fa5a5-8073-44d6-9850-42ad91bb9a9a", "links": [{"href": "http://172.30.9.22:8774/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-20T11:51:29.000000", "flavor": {"id": "3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "links": [{"href": "http://172.30.9.22:8774/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "rel": "bookmark"}]}, "id": "915674d1-f4cf-4a89-aea5-9ba626d2a53e", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:52:08Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst", "created": "2019-01-20T11:51:23Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [{"id": "213b99d2-a3dd-4cc5-bed0-cdbdd73305b8"}], "metadata": {}}} 2019-01-20 11:52:10,687 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e used request id req-a2b9c211-17bd-4d57-bf85-217abe47f312 2019-01-20 11:52:10,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:52:10,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d37f72b5-fcb9-444e-9593-eb1570709629 Date: Sun, 20 Jan 2019 11:52:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["d17f8b00-ec43-42b9-89ee-b4d79c4683e6"],"description":"","tags":[],"updated_at":"2019-01-20T11:51:11Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:10Z","provider:network_type":"vxlan"}]} 2019-01-20 11:52:10,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net used request id req-d37f72b5-fcb9-444e-9593-eb1570709629 2019-01-20 11:52:10,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:52:10,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce917936-831b-4177-a6fa-a4876797717e 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:52:10,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-ce917936-831b-4177-a6fa-a4876797717e 2019-01-20 11:52:10,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:52:10,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b014da51-be15-4dc0-a78b-fc47177009df Date: Sun, 20 Jan 2019 11:52:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:11Z","dns_nameservers":[],"updated_at":"2019-01-20T11:51: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":"632adb60eb5b46cbaf6c905003618b09","id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-subnet"}]} 2019-01-20 11:52:10,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-b014da51-be15-4dc0-a78b-fc47177009df 2019-01-20 11:52:10,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:52:10,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-365dc46b-0ce5-4c4a-8261-f721f785c198 Date: Sun, 20 Jan 2019 11:52:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.2"}],"id":"2c9b3363-71e8-4efa-b01e-1b4156460b12","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:91:d5:25","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dceec0e9-32ec-4c79-a4f9-25931fc14c58"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.12"}],"id":"3a410b2f-1cd3-452f-8621-755399d2dd4c","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:bb:0c","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-port","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:19Z","binding:vnic_type":"normal","device_id":"915674d1-f4cf-4a89-aea5-9ba626d2a53e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.4"}],"id":"4bd2d0f1-bcb3-4b08-8044-eb5833fa379b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:11:f4:3a","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-dceec0e9-32ec-4c79-a4f9-25931fc14c58"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:51:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d17f8b00-ec43-42b9-89ee-b4d79c4683e6","ip_address":"10.55.0.3"}],"id":"a0c61e01-5a64-4e65-afab-137df4e56dc4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b6:c4:2f","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dceec0e9-32ec-4c79-a4f9-25931fc14c58","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:51:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-dceec0e9-32ec-4c79-a4f9-25931fc14c58"}]} 2019-01-20 11:52:10,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-365dc46b-0ce5-4c4a-8261-f721f785c198 2019-01-20 11:52:10,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e/os-volume_attachments/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47279453d2e307c4a344332f133a91f92b908d25" 2019-01-20 11:52:12,128 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:52:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4661d3d0-72ab-4496-b823-b871a42b2388 x-compute-request-id: req-4661d3d0-72ab-4496-b823-b871a42b2388 Content-Length: 0 Content-Type: application/json 2019-01-20 11:52:12,129 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e/os-volume_attachments/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8 used request id req-4661d3d0-72ab-4496-b823-b871a42b2388 2019-01-20 11:52:12,129 - create_instance - INFO - Deleting Port with ID - 3a410b2f-1cd3-452f-8621-755399d2dd4c 2019-01-20 11:52:12,129 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-port 2019-01-20 11:52:12,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/3a410b2f-1cd3-452f-8621-755399d2dd4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:52:12,569 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-863ffcda-9ebb-45e6-a900-4e4dfb173efe Date: Sun, 20 Jan 2019 11:52:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:52:12,569 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/3a410b2f-1cd3-452f-8621-755399d2dd4c used request id req-863ffcda-9ebb-45e6-a900-4e4dfb173efe 2019-01-20 11:52:12,570 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst 2019-01-20 11:52:12,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:52:12,745 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:52:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-90fffa22-25d5-470f-9157-fe0c11af5b52 x-compute-request-id: req-90fffa22-25d5-470f-9157-fe0c11af5b52 Content-Type: application/json 2019-01-20 11:52:12,745 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e used request id req-90fffa22-25d5-470f-9157-fe0c11af5b52 2019-01-20 11:52:12,745 - create_instance - INFO - Checking deletion status 2019-01-20 11:52:12,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:52:13,148 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87bc7c08-aeaa-434e-80d1-30ab8681b26c x-compute-request-id: req-87bc7c08-aeaa-434e-80d1-30ab8681b26c Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bf:bb:0c", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "bookmark"}], "image": {"id": "669fa5a5-8073-44d6-9850-42ad91bb9a9a", "links": [{"href": "http://172.30.9.22:8774/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-20T11:51:29.000000", "flavor": {"id": "3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "links": [{"href": "http://172.30.9.22:8774/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "rel": "bookmark"}]}, "id": "915674d1-f4cf-4a89-aea5-9ba626d2a53e", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:52:12Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst", "created": "2019-01-20T11:51:23Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [{"id": "213b99d2-a3dd-4cc5-bed0-cdbdd73305b8"}], "metadata": {}}} 2019-01-20 11:52:13,148 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e used request id req-87bc7c08-aeaa-434e-80d1-30ab8681b26c 2019-01-20 11:52:13,149 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst] is - ACTIVE 2019-01-20 11:52:13,149 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:52:16,152 - create_instance - DEBUG - VM status query timeout in 296.593085051 2019-01-20 11:52:16,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:52:16,397 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4f30051-f172-42bb-b42c-9e0be156334d x-compute-request-id: req-a4f30051-f172-42bb-b42c-9e0be156334d Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "bookmark"}], "image": {"id": "669fa5a5-8073-44d6-9850-42ad91bb9a9a", "links": [{"href": "http://172.30.9.22:8774/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-20T11:51:29.000000", "flavor": {"id": "3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "links": [{"href": "http://172.30.9.22:8774/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "rel": "bookmark"}]}, "id": "915674d1-f4cf-4a89-aea5-9ba626d2a53e", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:52:12Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst", "created": "2019-01-20T11:51:23Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [{"id": "213b99d2-a3dd-4cc5-bed0-cdbdd73305b8"}], "metadata": {}}} 2019-01-20 11:52:16,397 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e used request id req-a4f30051-f172-42bb-b42c-9e0be156334d 2019-01-20 11:52:16,397 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst] is - ACTIVE 2019-01-20 11:52:16,397 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:52:19,401 - create_instance - DEBUG - VM status query timeout in 293.344854116 2019-01-20 11:52:19,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:52:20,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-6a16bc53-c5bb-4ffc-a2c2-1ba08387c8ac x-compute-request-id: req-6a16bc53-c5bb-4ffc-a2c2-1ba08387c8ac Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e", "rel": "bookmark"}], "image": {"id": "669fa5a5-8073-44d6-9850-42ad91bb9a9a", "links": [{"href": "http://172.30.9.22:8774/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-20T11:51:29.000000", "flavor": {"id": "3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "links": [{"href": "http://172.30.9.22:8774/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f", "rel": "bookmark"}]}, "id": "915674d1-f4cf-4a89-aea5-9ba626d2a53e", "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:52:12Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "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-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst", "created": "2019-01-20T11:51:23Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [{"id": "213b99d2-a3dd-4cc5-bed0-cdbdd73305b8"}], "metadata": {}}} 2019-01-20 11:52:20,221 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e used request id req-6a16bc53-c5bb-4ffc-a2c2-1ba08387c8ac 2019-01-20 11:52:20,222 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst] is - ACTIVE 2019-01-20 11:52:20,222 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:52:23,225 - create_instance - DEBUG - VM status query timeout in 289.520290136 2019-01-20 11:52:23,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef154c8d32ac600d830ce30bbc00267ed4d822d" 2019-01-20 11:52:23,272 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11:52:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d74882c0-b9a2-4fd8-a14e-5bd96946336a x-compute-request-id: req-d74882c0-b9a2-4fd8-a14e-5bd96946336a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 915674d1-f4cf-4a89-aea5-9ba626d2a53e could not be found.", "code": 404}} 2019-01-20 11:52:23,272 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/915674d1-f4cf-4a89-aea5-9ba626d2a53e used request id req-d74882c0-b9a2-4fd8-a14e-5bd96946336a 2019-01-20 11:52:23,272 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 915674d1-f4cf-4a89-aea5-9ba626d2a53e could not be found. (HTTP 404) (Request-ID: req-d74882c0-b9a2-4fd8-a14e-5bd96946336a) 2019-01-20 11:52:23,273 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-vm_inst 2019-01-20 11:52:23,276 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-989319ff-aaa5-46a4-be41-16f30d13d0c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b11933b04a97a20e762c5819b8d7b7fc8e8f3a8e" 2019-01-20 11:52:23,485 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:23 GMT Server: Apache x-compute-request-id: req-3a704a7d-9686-40bf-921a-4c8bfe4f02cf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3a704a7d-9686-40bf-921a-4c8bfe4f02cf Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:52:15.000000", "replication_status": null, "snapshot_id": null, "id": "213b99d2-a3dd-4cc5-bed0-cdbdd73305b8", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15", "bootable": "false", "created_at": "2019-01-20T11:51:13.000000", "volume_type": null}} 2019-01-20 11:52:23,485 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8 used request id req-3a704a7d-9686-40bf-921a-4c8bfe4f02cf 2019-01-20 11:52:23,485 - create_volume - DEBUG - Instance status is - available 2019-01-20 11:52:23,485 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15 2019-01-20 11:52:23,486 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15 2019-01-20 11:52:23,488 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-989319ff-aaa5-46a4-be41-16f30d13d0c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b11933b04a97a20e762c5819b8d7b7fc8e8f3a8e" 2019-01-20 11:52:24,278 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:52:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0911aeb5-0fd1-4531-899b-d8d8f16248f1 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. 2019-01-20 11:52:24,279 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8 used request id req-0911aeb5-0fd1-4531-899b-d8d8f16248f1 2019-01-20 11:52:24,282 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-989319ff-aaa5-46a4-be41-16f30d13d0c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b11933b04a97a20e762c5819b8d7b7fc8e8f3a8e" 2019-01-20 11:52:24,494 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:24 GMT Server: Apache x-compute-request-id: req-6f89274e-31dc-4570-b3b6-a836706d7644 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6f89274e-31dc-4570-b3b6-a836706d7644 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:52:24.000000", "replication_status": null, "snapshot_id": null, "id": "213b99d2-a3dd-4cc5-bed0-cdbdd73305b8", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15", "bootable": "false", "created_at": "2019-01-20T11:51:13.000000", "volume_type": null}} 2019-01-20 11:52:24,494 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8 used request id req-6f89274e-31dc-4570-b3b6-a836706d7644 2019-01-20 11:52:24,495 - create_volume - DEBUG - Instance status is - deleting 2019-01-20 11:52:24,495 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-20 11:52:27,498 - create_volume - DEBUG - Volume status query timeout in 56.7809460163 2019-01-20 11:52:27,501 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-989319ff-aaa5-46a4-be41-16f30d13d0c2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b11933b04a97a20e762c5819b8d7b7fc8e8f3a8e" 2019-01-20 11:52:27,704 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11:52:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-0e233b62-b15d-4d15-9881-1541022e8b83 x-openstack-request-id: req-0e233b62-b15d-4d15-9881-1541022e8b83 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 213b99d2-a3dd-4cc5-bed0-cdbdd73305b8 could not be found.", "code": 404}} 2019-01-20 11:52:27,704 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/213b99d2-a3dd-4cc5-bed0-cdbdd73305b8 used request id req-0e233b62-b15d-4d15-9881-1541022e8b83 2019-01-20 11:52:27,704 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 213b99d2-a3dd-4cc5-bed0-cdbdd73305b8 could not be found. (HTTP 404) (Request-ID: req-0e233b62-b15d-4d15-9881-1541022e8b83) 2019-01-20 11:52:27,704 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15 2019-01-20 11:52:27,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a306b5f2a161926fe02c3c3513e6b46aecc1ecdc" 2019-01-20 11:52:27,759 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11: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 x-openstack-request-id: req-d2de0465-5c2b-42fa-b419-6726e9c5bc0a x-compute-request-id: req-d2de0465-5c2b-42fa-b419-6726e9c5bc0a Content-Length: 0 Content-Type: application/json 2019-01-20 11:52:27,760 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/3ca6dfa3-3f7a-4fbc-aabe-d945f9a06a1f used request id req-d2de0465-5c2b-42fa-b419-6726e9c5bc0a 2019-01-20 11:52:27,760 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-subnet 2019-01-20 11:52:27,760 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-subnet 2019-01-20 11:52:27,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/d17f8b00-ec43-42b9-89ee-b4d79c4683e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d591d16110bef1b3bde26d2e3e96e2651a4726c" 2019-01-20 11:52:29,947 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-de6560c1-84ab-499c-a0e5-54f762b43912 Date: Sun, 20 Jan 2019 11:52:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:52:29,947 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/d17f8b00-ec43-42b9-89ee-b4d79c4683e6 used request id req-de6560c1-84ab-499c-a0e5-54f762b43912 2019-01-20 11:52:29,947 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-net 2019-01-20 11:52:29,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/dceec0e9-32ec-4c79-a4f9-25931fc14c58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d591d16110bef1b3bde26d2e3e96e2651a4726c" 2019-01-20 11:52:31,270 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3cd979a7-37d2-4b97-b86f-528ac984c62b Date: Sun, 20 Jan 2019 11:52:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:52:31,270 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/dceec0e9-32ec-4c79-a4f9-25931fc14c58 used request id req-3cd979a7-37d2-4b97-b86f-528ac984c62b 2019-01-20 11:52:31,271 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-2f31b4f0-afec-4ae7-b870-87ddb9bd5d15-image 2019-01-20 11:52:31,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0c0d1a9922232f879d011aa96ad7503f675177a" 2019-01-20 11:52:33,262 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-058e4f96-e13b-443e-9ea9-3f56b9f64517 Date: Sun, 20 Jan 2019 11:52:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:52:33,262 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/669fa5a5-8073-44d6-9850-42ad91bb9a9a used request id req-058e4f96-e13b-443e-9ea9-3f56b9f64517 2019-01-20 11:52:33,264 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:52:33,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:52:33,266 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:52:33,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:52:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["X0Hyk9Y5Rz-SfusjD57B3A"], "issued_at": "2019-01-20T11:52:33.000000Z"}} 2019-01-20 11:52:33,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b68a5d38a66899cfbf2d9daf3cc5ad72b01b552" 2019-01-20 11:52:33,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e689401-e64c-45d7-8d7d-fc8f0d8ac175 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:52:33,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2e689401-e64c-45d7-8d7d-fc8f0d8ac175 2019-01-20 11:52:33,751 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:52:33,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b68a5d38a66899cfbf2d9daf3cc5ad72b01b552" 2019-01-20 11:52:34,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c7feb211-77cb-4eef-89bd-9265a67168b1 x-compute-request-id: req-c7feb211-77cb-4eef-89bd-9265a67168b1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 11:52:34,026 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-c7feb211-77cb-4eef-89bd-9265a67168b1 2019-01-20 11:52:34,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b68a5d38a66899cfbf2d9daf3cc5ad72b01b552" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-5f01ef7e-5c99-45f6-a66d-61bade5028a3name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2019-01-20 11:52:34,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-7b7edd2f-40b2-4bdf-a0fd-17c6f49a5104 x-compute-request-id: req-7b7edd2f-40b2-4bdf-a0fd-17c6f49a5104 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/06b5ba25-397c-4d2a-96e9-cf6b3ed6ea34", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/06b5ba25-397c-4d2a-96e9-cf6b3ed6ea34", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "06b5ba25-397c-4d2a-96e9-cf6b3ed6ea34", "name": "CreateFlavorTests-5f01ef7e-5c99-45f6-a66d-61bade5028a3name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:52:34,093 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-7b7edd2f-40b2-4bdf-a0fd-17c6f49a5104 2019-01-20 11:52:34,094 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:52:34,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:52:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["6vI35hDmT_OUZb_3PxgI8w"], "issued_at": "2019-01-20T11:52:34.000000Z"}} 2019-01-20 11:52:34,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/06b5ba25-397c-4d2a-96e9-cf6b3ed6ea34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5dd22534c85738516a44879a236b7261f793ee" 2019-01-20 11:52:34,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-13e2cbe8-70a2-4e16-9008-5d7571db73a8 x-compute-request-id: req-13e2cbe8-70a2-4e16-9008-5d7571db73a8 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/06b5ba25-397c-4d2a-96e9-cf6b3ed6ea34", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/06b5ba25-397c-4d2a-96e9-cf6b3ed6ea34", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "06b5ba25-397c-4d2a-96e9-cf6b3ed6ea34", "name": "CreateFlavorTests-5f01ef7e-5c99-45f6-a66d-61bade5028a3name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:52:34,658 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/06b5ba25-397c-4d2a-96e9-cf6b3ed6ea34 used request id req-13e2cbe8-70a2-4e16-9008-5d7571db73a8 2019-01-20 11:52:34,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/06b5ba25-397c-4d2a-96e9-cf6b3ed6ea34/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5dd22534c85738516a44879a236b7261f793ee" 2019-01-20 11:52:34,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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 x-openstack-request-id: req-38db51f9-8e7a-410e-8a8b-1a1c6da62530 x-compute-request-id: req-38db51f9-8e7a-410e-8a8b-1a1c6da62530 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 11:52:34,681 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/06b5ba25-397c-4d2a-96e9-cf6b3ed6ea34/os-extra_specs used request id req-38db51f9-8e7a-410e-8a8b-1a1c6da62530 2019-01-20 11:52:34,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/06b5ba25-397c-4d2a-96e9-cf6b3ed6ea34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b68a5d38a66899cfbf2d9daf3cc5ad72b01b552" 2019-01-20 11:52:34,739 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11: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 x-openstack-request-id: req-5440c590-f3b4-450e-b90f-e7c96ea56dca x-compute-request-id: req-5440c590-f3b4-450e-b90f-e7c96ea56dca Content-Length: 0 Content-Type: application/json 2019-01-20 11:52:34,740 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/06b5ba25-397c-4d2a-96e9-cf6b3ed6ea34 used request id req-5440c590-f3b4-450e-b90f-e7c96ea56dca 2019-01-20 11:52:34,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a5dd22534c85738516a44879a236b7261f793ee" 2019-01-20 11:52:34,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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 x-openstack-request-id: req-b371a52f-a811-4ede-b7cc-1af1f780b3ae x-compute-request-id: req-b371a52f-a811-4ede-b7cc-1af1f780b3ae Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 11:52:34,889 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-b371a52f-a811-4ede-b7cc-1af1f780b3ae 2019-01-20 11:52:34,890 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:52:34,891 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:52:34,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:52:35,264 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:52:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["hIFsM0lpQcqA0RlxnZflJQ"], "issued_at": "2019-01-20T11:52:35.000000Z"}} 2019-01-20 11:52:35,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55ab9e8b1601702d1a6f32209193d604dddd6cd" 2019-01-20 11:52:35,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e75207e3-505f-403b-8708-ad0e1a46426d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:52:35,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e75207e3-505f-403b-8708-ad0e1a46426d 2019-01-20 11:52:35,361 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:52:35,366 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55ab9e8b1601702d1a6f32209193d604dddd6cd" 2019-01-20 11:52:35,664 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-af670081-cdb8-4857-9596-39bf89d3a576 x-compute-request-id: req-af670081-cdb8-4857-9596-39bf89d3a576 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 11:52:35,664 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-af670081-cdb8-4857-9596-39bf89d3a576 2019-01-20 11:52:35,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55ab9e8b1601702d1a6f32209193d604dddd6cd" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-117613c1-875b-4204-826d-4e0a228bb0daname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2019-01-20 11:52:35,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c2615b0-ce47-4214-badb-891bb07d9e25 x-compute-request-id: req-8c2615b0-ce47-4214-badb-891bb07d9e25 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ef5b84d5-c3e1-4ba4-9c3c-c1e094336010", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ef5b84d5-c3e1-4ba4-9c3c-c1e094336010", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ef5b84d5-c3e1-4ba4-9c3c-c1e094336010", "name": "CreateFlavorTests-117613c1-875b-4204-826d-4e0a228bb0daname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:52:35,752 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-8c2615b0-ce47-4214-badb-891bb07d9e25 2019-01-20 11:52:35,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:52:36,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:52:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["-G4xKsGQTHqpIkWgGd7v8A"], "issued_at": "2019-01-20T11:52:36.000000Z"}} 2019-01-20 11:52:36,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/ef5b84d5-c3e1-4ba4-9c3c-c1e094336010 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93ee2ad81672b41c33176b0d1b16e7d659f702c8" 2019-01-20 11:52:36,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-371993aa-7fea-4575-a420-2d23565e654b x-compute-request-id: req-371993aa-7fea-4575-a420-2d23565e654b Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ef5b84d5-c3e1-4ba4-9c3c-c1e094336010", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ef5b84d5-c3e1-4ba4-9c3c-c1e094336010", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ef5b84d5-c3e1-4ba4-9c3c-c1e094336010", "name": "CreateFlavorTests-117613c1-875b-4204-826d-4e0a228bb0daname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:52:36,339 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ef5b84d5-c3e1-4ba4-9c3c-c1e094336010 used request id req-371993aa-7fea-4575-a420-2d23565e654b 2019-01-20 11:52:36,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/ef5b84d5-c3e1-4ba4-9c3c-c1e094336010/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93ee2ad81672b41c33176b0d1b16e7d659f702c8" 2019-01-20 11:52:36,359 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-911fdebc-5927-468a-a2df-de82aa1a5577 x-compute-request-id: req-911fdebc-5927-468a-a2df-de82aa1a5577 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 11:52:36,359 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ef5b84d5-c3e1-4ba4-9c3c-c1e094336010/os-extra_specs used request id req-911fdebc-5927-468a-a2df-de82aa1a5577 2019-01-20 11:52:36,362 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/ef5b84d5-c3e1-4ba4-9c3c-c1e094336010 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93ee2ad81672b41c33176b0d1b16e7d659f702c8" 2019-01-20 11:52:36,400 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11: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-02ad5b80-b978-48dc-bb6d-3775bc39bf92 x-compute-request-id: req-02ad5b80-b978-48dc-bb6d-3775bc39bf92 Content-Length: 0 Content-Type: application/json 2019-01-20 11:52:36,400 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/ef5b84d5-c3e1-4ba4-9c3c-c1e094336010 used request id req-02ad5b80-b978-48dc-bb6d-3775bc39bf92 2019-01-20 11:52:36,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93ee2ad81672b41c33176b0d1b16e7d659f702c8" 2019-01-20 11:52:36,431 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-be92eedb-4abb-4586-b711-38e42f0c6155 x-compute-request-id: req-be92eedb-4abb-4586-b711-38e42f0c6155 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 11:52:36,431 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-be92eedb-4abb-4586-b711-38e42f0c6155 2019-01-20 11:52:36,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/ef5b84d5-c3e1-4ba4-9c3c-c1e094336010 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d55ab9e8b1601702d1a6f32209193d604dddd6cd" 2019-01-20 11:52:36,452 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11: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-79855a78-b0f9-4d38-b268-96115e40ac2e x-compute-request-id: req-79855a78-b0f9-4d38-b268-96115e40ac2e Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor ef5b84d5-c3e1-4ba4-9c3c-c1e094336010 could not be found.", "code": 404}} 2019-01-20 11:52:36,452 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/ef5b84d5-c3e1-4ba4-9c3c-c1e094336010 used request id req-79855a78-b0f9-4d38-b268-96115e40ac2e 2019-01-20 11:52:36,453 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:52:36,455 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:52:36,455 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:52:36,828 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:52:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["KLiVyZTuRQiF2xiqrXStyg"], "issued_at": "2019-01-20T11:52:36.000000Z"}} 2019-01-20 11:52:36,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1c50b57a3dc6deadc336ce0873e4e4ec33348b" 2019-01-20 11:52:36,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-564d77ba-20e7-496c-bde3-0eac979901fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:52:36,912 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-564d77ba-20e7-496c-bde3-0eac979901fd 2019-01-20 11:52:36,913 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:52:36,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1c50b57a3dc6deadc336ce0873e4e4ec33348b" 2019-01-20 11:52:37,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-c1279136-26af-44c4-88f0-0d15616a3161 x-compute-request-id: req-c1279136-26af-44c4-88f0-0d15616a3161 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 11:52:37,105 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-c1279136-26af-44c4-88f0-0d15616a3161 2019-01-20 11:52:37,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1c50b57a3dc6deadc336ce0873e4e4ec33348b" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-fc74c3b4-ed61-45c7-b1ff-f4f342f9465dname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2019-01-20 11:52:37,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3122f6ad-14a9-4578-8c4a-9e4bfd6d68d0 x-compute-request-id: req-3122f6ad-14a9-4578-8c4a-9e4bfd6d68d0 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ceb4468d-b9d4-4140-8ade-8790573797cb", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ceb4468d-b9d4-4140-8ade-8790573797cb", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ceb4468d-b9d4-4140-8ade-8790573797cb", "name": "CreateFlavorTests-fc74c3b4-ed61-45c7-b1ff-f4f342f9465dname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:52:37,169 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-3122f6ad-14a9-4578-8c4a-9e4bfd6d68d0 2019-01-20 11:52:37,170 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:52:37,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:52:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["BuvWdDvtTSqwZHty7yiCDQ"], "issued_at": "2019-01-20T11:52:37.000000Z"}} 2019-01-20 11:52:37,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/ceb4468d-b9d4-4140-8ade-8790573797cb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d64932177651f747b724b3e245915d3b101311b7" 2019-01-20 11:52:37,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7dba545b-71cf-4897-814c-7b1062acf31a x-compute-request-id: req-7dba545b-71cf-4897-814c-7b1062acf31a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ceb4468d-b9d4-4140-8ade-8790573797cb", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ceb4468d-b9d4-4140-8ade-8790573797cb", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ceb4468d-b9d4-4140-8ade-8790573797cb", "name": "CreateFlavorTests-fc74c3b4-ed61-45c7-b1ff-f4f342f9465dname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:52:37,729 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ceb4468d-b9d4-4140-8ade-8790573797cb used request id req-7dba545b-71cf-4897-814c-7b1062acf31a 2019-01-20 11:52:37,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/ceb4468d-b9d4-4140-8ade-8790573797cb/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d64932177651f747b724b3e245915d3b101311b7" 2019-01-20 11:52:37,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-68b59e02-6413-4f4e-a3d2-afbb643e9e1f x-compute-request-id: req-68b59e02-6413-4f4e-a3d2-afbb643e9e1f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 11:52:37,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ceb4468d-b9d4-4140-8ade-8790573797cb/os-extra_specs used request id req-68b59e02-6413-4f4e-a3d2-afbb643e9e1f 2019-01-20 11:52:37,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/ceb4468d-b9d4-4140-8ade-8790573797cb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f1c50b57a3dc6deadc336ce0873e4e4ec33348b" 2019-01-20 11:52:37,788 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:52:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8434e4bc-e311-4567-a09b-33244d83ef9e x-compute-request-id: req-8434e4bc-e311-4567-a09b-33244d83ef9e Content-Length: 0 Content-Type: application/json 2019-01-20 11:52:37,788 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/ceb4468d-b9d4-4140-8ade-8790573797cb used request id req-8434e4bc-e311-4567-a09b-33244d83ef9e 2019-01-20 11:52:37,790 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:52:37,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:52:37,792 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:52:38,163 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:52:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["GWpZOEoWTy24K9zvIf_gxg"], "issued_at": "2019-01-20T11:52:38.000000Z"}} 2019-01-20 11:52:38,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1affbdfd33693a5bd68337ef0a909db281b959fc" 2019-01-20 11:52:38,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00733d90-ea8b-4d44-a76b-f9396c3fa3d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:52:38,256 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-00733d90-ea8b-4d44-a76b-f9396c3fa3d2 2019-01-20 11:52:38,257 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:52:38,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1affbdfd33693a5bd68337ef0a909db281b959fc" 2019-01-20 11:52:38,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-00f43bad-2368-4d37-b626-727d68fc16a3 x-compute-request-id: req-00f43bad-2368-4d37-b626-727d68fc16a3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 11:52:38,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-00f43bad-2368-4d37-b626-727d68fc16a3 2019-01-20 11:52:38,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1affbdfd33693a5bd68337ef0a909db281b959fc" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-d9e03e14-e598-46d3-ad46-33e2953203a6name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2019-01-20 11:52:38,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26a9ee3f-3c1e-40ba-9bbc-abf3ee58797b x-compute-request-id: req-26a9ee3f-3c1e-40ba-9bbc-abf3ee58797b Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/216f286e-913e-45b7-bb18-2b74c2fb0c94", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/216f286e-913e-45b7-bb18-2b74c2fb0c94", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "216f286e-913e-45b7-bb18-2b74c2fb0c94", "name": "CreateFlavorTests-d9e03e14-e598-46d3-ad46-33e2953203a6name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2019-01-20 11:52:38,493 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-26a9ee3f-3c1e-40ba-9bbc-abf3ee58797b 2019-01-20 11:52:38,494 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:52:38,882 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:52:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["kljQkjBIRmOej2c-nJzTvg"], "issued_at": "2019-01-20T11:52:38.000000Z"}} 2019-01-20 11:52:38,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/216f286e-913e-45b7-bb18-2b74c2fb0c94 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1950656a4a0406dfec22fda86012b98c71ba1b45" 2019-01-20 11:52:39,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13c1872a-26cf-4780-b2ad-3b8a2cadad7c x-compute-request-id: req-13c1872a-26cf-4780-b2ad-3b8a2cadad7c Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/216f286e-913e-45b7-bb18-2b74c2fb0c94", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/216f286e-913e-45b7-bb18-2b74c2fb0c94", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "216f286e-913e-45b7-bb18-2b74c2fb0c94", "name": "CreateFlavorTests-d9e03e14-e598-46d3-ad46-33e2953203a6name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2019-01-20 11:52:39,058 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/216f286e-913e-45b7-bb18-2b74c2fb0c94 used request id req-13c1872a-26cf-4780-b2ad-3b8a2cadad7c 2019-01-20 11:52:39,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/216f286e-913e-45b7-bb18-2b74c2fb0c94/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1950656a4a0406dfec22fda86012b98c71ba1b45" 2019-01-20 11:52:39,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-a00199cf-1d1f-4e67-b0a3-d969f91bb636 x-compute-request-id: req-a00199cf-1d1f-4e67-b0a3-d969f91bb636 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 11:52:39,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/216f286e-913e-45b7-bb18-2b74c2fb0c94/os-extra_specs used request id req-a00199cf-1d1f-4e67-b0a3-d969f91bb636 2019-01-20 11:52:39,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/216f286e-913e-45b7-bb18-2b74c2fb0c94 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1950656a4a0406dfec22fda86012b98c71ba1b45" 2019-01-20 11:52:39,129 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11: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-94f3f303-f385-482d-a6b9-5c8d891d68cd x-compute-request-id: req-94f3f303-f385-482d-a6b9-5c8d891d68cd Content-Length: 0 Content-Type: application/json 2019-01-20 11:52:39,129 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/216f286e-913e-45b7-bb18-2b74c2fb0c94 used request id req-94f3f303-f385-482d-a6b9-5c8d891d68cd 2019-01-20 11:52:39,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1950656a4a0406dfec22fda86012b98c71ba1b45" 2019-01-20 11:52:39,157 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-5ea8188f-1d18-4b44-8db6-dc5e1da2aa2c x-compute-request-id: req-5ea8188f-1d18-4b44-8db6-dc5e1da2aa2c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 11:52:39,157 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-5ea8188f-1d18-4b44-8db6-dc5e1da2aa2c 2019-01-20 11:52:39,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/216f286e-913e-45b7-bb18-2b74c2fb0c94 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1affbdfd33693a5bd68337ef0a909db281b959fc" 2019-01-20 11:52:39,182 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11: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-519c9f1d-e499-4c1c-8f0d-64f177f7b8bf x-compute-request-id: req-519c9f1d-e499-4c1c-8f0d-64f177f7b8bf Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 216f286e-913e-45b7-bb18-2b74c2fb0c94 could not be found.", "code": 404}} 2019-01-20 11:52:39,182 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/216f286e-913e-45b7-bb18-2b74c2fb0c94 used request id req-519c9f1d-e499-4c1c-8f0d-64f177f7b8bf 2019-01-20 11:52:39,183 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:52:39,184 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:52:39,185 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:52:39,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:52:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["DxjsdWtAS5uoUKrQvSJnPQ"], "issued_at": "2019-01-20T11:52:39.000000Z"}} 2019-01-20 11:52:39,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c990dd0f0796c1056af50ab299449cc24c65e30a" 2019-01-20 11:52:39,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6533f06-be6c-49d7-a6b2-ea6c3982f929 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:52:39,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d6533f06-be6c-49d7-a6b2-ea6c3982f929 2019-01-20 11:52:39,657 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:52:39,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c990dd0f0796c1056af50ab299449cc24c65e30a" 2019-01-20 11:52:39,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-7b50dba8-06f0-45a7-8075-22f069486c58 x-compute-request-id: req-7b50dba8-06f0-45a7-8075-22f069486c58 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 11:52:39,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-7b50dba8-06f0-45a7-8075-22f069486c58 2019-01-20 11:52:39,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c990dd0f0796c1056af50ab299449cc24c65e30a" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-b73cbd43-4441-47dd-837b-7baa1c9c1cb4name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2019-01-20 11:52:39,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-1cbec3cc-7123-4198-bc24-3bf2914fa421 x-compute-request-id: req-1cbec3cc-7123-4198-bc24-3bf2914fa421 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a3d8870b-1749-47c3-963b-4f91fe81481c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a3d8870b-1749-47c3-963b-4f91fe81481c", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a3d8870b-1749-47c3-963b-4f91fe81481c", "name": "CreateFlavorTests-b73cbd43-4441-47dd-837b-7baa1c9c1cb4name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:52:39,881 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-1cbec3cc-7123-4198-bc24-3bf2914fa421 2019-01-20 11:52:39,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:52:40,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:52:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["xXcLKfKgTFKYepSX0dUuWw"], "issued_at": "2019-01-20T11:52:40.000000Z"}} 2019-01-20 11:52:40,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/a3d8870b-1749-47c3-963b-4f91fe81481c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6905991f0dab55f1fde5b82c7d85922cc40fd929" 2019-01-20 11:52:40,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ebccf0a9-4b84-4aef-ac5a-71ad4fd44660 x-compute-request-id: req-ebccf0a9-4b84-4aef-ac5a-71ad4fd44660 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a3d8870b-1749-47c3-963b-4f91fe81481c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a3d8870b-1749-47c3-963b-4f91fe81481c", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a3d8870b-1749-47c3-963b-4f91fe81481c", "name": "CreateFlavorTests-b73cbd43-4441-47dd-837b-7baa1c9c1cb4name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:52:40,457 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/a3d8870b-1749-47c3-963b-4f91fe81481c used request id req-ebccf0a9-4b84-4aef-ac5a-71ad4fd44660 2019-01-20 11:52:40,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/a3d8870b-1749-47c3-963b-4f91fe81481c/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6905991f0dab55f1fde5b82c7d85922cc40fd929" 2019-01-20 11:52:40,479 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-81a766b5-5ac3-4e87-a5ea-6945fd21d209 x-compute-request-id: req-81a766b5-5ac3-4e87-a5ea-6945fd21d209 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 11:52:40,479 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/a3d8870b-1749-47c3-963b-4f91fe81481c/os-extra_specs used request id req-81a766b5-5ac3-4e87-a5ea-6945fd21d209 2019-01-20 11:52:40,479 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:52:40,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:52:40,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:52:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["2T7aE5w9RoavsCneJdD3bg"], "issued_at": "2019-01-20T11:52:40.000000Z"}} 2019-01-20 11:52:40,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ed977c0168b3a74ea64347d77768c164500bdc" 2019-01-20 11:52:40,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93c8b9fd-8faa-4375-9925-9c77562a98e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:52:40,946 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-93c8b9fd-8faa-4375-9925-9c77562a98e8 2019-01-20 11:52:40,947 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:52:40,951 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ed977c0168b3a74ea64347d77768c164500bdc" 2019-01-20 11:52:41,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd473368-8c8c-4506-b962-9d2f02c34ffc x-compute-request-id: req-bd473368-8c8c-4506-b962-9d2f02c34ffc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"flavors": [{"id": "a3d8870b-1749-47c3-963b-4f91fe81481c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a3d8870b-1749-47c3-963b-4f91fe81481c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a3d8870b-1749-47c3-963b-4f91fe81481c", "rel": "bookmark"}], "name": "CreateFlavorTests-b73cbd43-4441-47dd-837b-7baa1c9c1cb4name"}]} 2019-01-20 11:52:41,531 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-bd473368-8c8c-4506-b962-9d2f02c34ffc 2019-01-20 11:52:41,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/a3d8870b-1749-47c3-963b-4f91fe81481c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16ed977c0168b3a74ea64347d77768c164500bdc" 2019-01-20 11:52:41,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11ef03f5-ad3e-41c8-96b8-837c68d8bc87 x-compute-request-id: req-11ef03f5-ad3e-41c8-96b8-837c68d8bc87 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a3d8870b-1749-47c3-963b-4f91fe81481c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a3d8870b-1749-47c3-963b-4f91fe81481c", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a3d8870b-1749-47c3-963b-4f91fe81481c", "name": "CreateFlavorTests-b73cbd43-4441-47dd-837b-7baa1c9c1cb4name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:52:41,554 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/a3d8870b-1749-47c3-963b-4f91fe81481c used request id req-11ef03f5-ad3e-41c8-96b8-837c68d8bc87 2019-01-20 11:52:41,555 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-b73cbd43-4441-47dd-837b-7baa1c9c1cb4name 2019-01-20 11:52:41,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/a3d8870b-1749-47c3-963b-4f91fe81481c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c990dd0f0796c1056af50ab299449cc24c65e30a" 2019-01-20 11:52:41,613 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:52:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-faf76bdd-7799-4a95-85ec-8ba01636d124 x-compute-request-id: req-faf76bdd-7799-4a95-85ec-8ba01636d124 Content-Length: 0 Content-Type: application/json 2019-01-20 11:52:41,613 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/a3d8870b-1749-47c3-963b-4f91fe81481c used request id req-faf76bdd-7799-4a95-85ec-8ba01636d124 2019-01-20 11:52:41,615 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 11:52:41,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:52:41,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:52:41,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:52:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["owMXakjdQoearnSPdoRJLA"], "issued_at": "2019-01-20T11:52:41.000000Z"}} 2019-01-20 11:52:41,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d448f671f4cd941ec8821b081e90fa7f42bdc9f2" 2019-01-20 11:52:42,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-132ca8aa-122a-4953-8f48-bbc3d53e9b3c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:52:42,073 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-132ca8aa-122a-4953-8f48-bbc3d53e9b3c 2019-01-20 11:52:42,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d448f671f4cd941ec8821b081e90fa7f42bdc9f2" 2019-01-20 11:52:42,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-280edf10-63ad-4e3c-bc65-7462dd7152cb Date: Sun, 20 Jan 2019 11:52:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-image"} 2019-01-20 11:52:42,333 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-image used request id req-280edf10-63ad-4e3c-bc65-7462dd7152cb 2019-01-20 11:52:42,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d448f671f4cd941ec8821b081e90fa7f42bdc9f2" 2019-01-20 11:52:42,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8404488d-2670-4ce1-9232-93dc3ab49495 Date: Sun, 20 Jan 2019 11:52: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"}}} 2019-01-20 11:52:42,513 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-8404488d-2670-4ce1-9232-93dc3ab49495 2019-01-20 11:52:42,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d448f671f4cd941ec8821b081e90fa7f42bdc9f2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-image"}' 2019-01-20 11:52:42,791 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/cb42070b-f082-4789-a6f3-cdb99e04f7cb X-Openstack-Request-Id: req-b560eba2-7a28-40df-832b-50762a48263f Date: Sun, 20 Jan 2019 11:52:42 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:52:42Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T11:52:42Z", "visibility": "shared", "locations": [], "self": "/v2/images/cb42070b-f082-4789-a6f3-cdb99e04f7cb", "min_disk": 0, "protected": false, "id": "cb42070b-f082-4789-a6f3-cdb99e04f7cb", "file": "/v2/images/cb42070b-f082-4789-a6f3-cdb99e04f7cb/file", "checksum": null, "owner": "632adb60eb5b46cbaf6c905003618b09", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:52:42,792 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-b560eba2-7a28-40df-832b-50762a48263f 2019-01-20 11:52:42,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/cb42070b-f082-4789-a6f3-cdb99e04f7cb/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d448f671f4cd941ec8821b081e90fa7f42bdc9f2" -d '' 2019-01-20 11:52:43,869 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-245dc2f3-fc75-4957-a841-094c637fa08a Date: Sun, 20 Jan 2019 11:52:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:52:43,869 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/cb42070b-f082-4789-a6f3-cdb99e04f7cb/file used request id req-245dc2f3-fc75-4957-a841-094c637fa08a 2019-01-20 11:52:43,869 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 11:52:43,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/cb42070b-f082-4789-a6f3-cdb99e04f7cb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d448f671f4cd941ec8821b081e90fa7f42bdc9f2" 2019-01-20 11:52:44,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-0cb52c33-7dd4-4ebc-b614-6067f9236c24 Date: Sun, 20 Jan 2019 11:52:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:52:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:52:43Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/cb42070b-f082-4789-a6f3-cdb99e04f7cb/snap", "metadata": {}}], "self": "/v2/images/cb42070b-f082-4789-a6f3-cdb99e04f7cb", "min_disk": 0, "protected": false, "id": "cb42070b-f082-4789-a6f3-cdb99e04f7cb", "file": "/v2/images/cb42070b-f082-4789-a6f3-cdb99e04f7cb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/cb42070b-f082-4789-a6f3-cdb99e04f7cb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:52:44,062 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/cb42070b-f082-4789-a6f3-cdb99e04f7cb used request id req-0cb52c33-7dd4-4ebc-b614-6067f9236c24 2019-01-20 11:52:44,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d448f671f4cd941ec8821b081e90fa7f42bdc9f2" 2019-01-20 11:52:44,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6eb4481f-4386-4bba-8f08-3313f167ed31 Date: Sun, 20 Jan 2019 11:52: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"}}} 2019-01-20 11:52:44,347 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-6eb4481f-4386-4bba-8f08-3313f167ed31 2019-01-20 11:52:44,350 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-image 2019-01-20 11:52:44,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/cb42070b-f082-4789-a6f3-cdb99e04f7cb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d448f671f4cd941ec8821b081e90fa7f42bdc9f2" 2019-01-20 11:52:44,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-f9e89a4b-b6de-4712-b917-35ca73b7ba5c Date: Sun, 20 Jan 2019 11:52:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:52:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:52:43Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/cb42070b-f082-4789-a6f3-cdb99e04f7cb/snap", "metadata": {}}], "self": "/v2/images/cb42070b-f082-4789-a6f3-cdb99e04f7cb", "min_disk": 0, "protected": false, "id": "cb42070b-f082-4789-a6f3-cdb99e04f7cb", "file": "/v2/images/cb42070b-f082-4789-a6f3-cdb99e04f7cb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/cb42070b-f082-4789-a6f3-cdb99e04f7cb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:52:44,513 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/cb42070b-f082-4789-a6f3-cdb99e04f7cb used request id req-f9e89a4b-b6de-4712-b917-35ca73b7ba5c 2019-01-20 11:52:44,514 - create_image - DEBUG - Instance status is - active 2019-01-20 11:52:44,514 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-image 2019-01-20 11:52:44,514 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-image 2019-01-20 11:52:44,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:52:44,515 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:52:44,901 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:52:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["paWTyw5qRIKtZVf0asu5PA"], "issued_at": "2019-01-20T11:52:44.000000Z"}} 2019-01-20 11:52:44,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8483ec7fa8056761b8b1f69d0d17848a58377947" 2019-01-20 11:52:44,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e411b1a3-b6b5-4d19-a054-1b8997627dc2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:52:44,914 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e411b1a3-b6b5-4d19-a054-1b8997627dc2 2019-01-20 11:52:44,916 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:52:44,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8483ec7fa8056761b8b1f69d0d17848a58377947" 2019-01-20 11:52:45,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6ebef2a9-4caa-4fd2-960f-04f33abc4c8c x-compute-request-id: req-6ebef2a9-4caa-4fd2-960f-04f33abc4c8c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 11:52:45,105 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-6ebef2a9-4caa-4fd2-960f-04f33abc4c8c 2019-01-20 11:52:45,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8483ec7fa8056761b8b1f69d0d17848a58377947" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 11:52:45,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ef0e24b-f1f2-4c57-bde4-94a5ddbd2163 x-compute-request-id: req-6ef0e24b-f1f2-4c57-bde4-94a5ddbd2163 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/1413e615-0bc3-46c7-a7c9-2c97ebccaa3a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/1413e615-0bc3-46c7-a7c9-2c97ebccaa3a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "1413e615-0bc3-46c7-a7c9-2c97ebccaa3a", "name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:52:45,177 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-6ef0e24b-f1f2-4c57-bde4-94a5ddbd2163 2019-01-20 11:52:45,198 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 11:52:45,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:52:45,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:52:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["HqqdRcz_QXGsCT8omUgNWg"], "issued_at": "2019-01-20T11:52:45.000000Z"}} 2019-01-20 11:52:45,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-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-adeda029-4f52-4fb6-8f34-cff3a610a8f5-net", "inst_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-flavor"}}' 2019-01-20 11:52:48,745 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:52:45 GMT Server: Apache x-openstack-request-id: req-7f0c2571-a8b5-4cb9-8609-16aa5e3084eb Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "492d59ee-23f0-4275-8509-d35d5a9b9a5c", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "self"}]}} 2019-01-20 11:52:48,745 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks used request id req-7f0c2571-a8b5-4cb9-8609-16aa5e3084eb 2019-01-20 11:52:48,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/492d59ee-23f0-4275-8509-d35d5a9b9a5c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:52:49,491 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:52:48 GMT Server: Apache x-openstack-request-id: req-94723b0b-6d05-4f77-a55d-5cb1785570e6 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:52:50,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:49 GMT Server: Apache x-openstack-request-id: req-f2010523-903a-4549-a04e-a98fa87394ec Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "492d59ee-23f0-4275-8509-d35d5a9b9a5c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-image", "inst_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1", "stack_user_project_id": "4c449ca30f634655b42df99c65a83a08", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:52:48Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "492d59ee-23f0-4275-8509-d35d5a9b9a5c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:52:50,233 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c used request id req-f2010523-903a-4549-a04e-a98fa87394ec 2019-01-20 11:52:50,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks?stack_name=HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:52:50,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:50 GMT Server: Apache x-openstack-request-id: req-ca202ae6-d7bd-43d6-b606-f734759384dd 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-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1", "stack_user_project_id": "4c449ca30f634655b42df99c65a83a08", "deletion_time": null, "creation_time": "2019-01-20T11:52:48Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "self"}], "updated_time": null, "project": "632adb60eb5b46cbaf6c905003618b09", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "492d59ee-23f0-4275-8509-d35d5a9b9a5c", "tags": null}]} 2019-01-20 11:52:50,944 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks?stack_name=HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1 used request id req-ca202ae6-d7bd-43d6-b606-f734759384dd 2019-01-20 11:52:50,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks?stack_name=HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:52:51,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:50 GMT Server: Apache x-openstack-request-id: req-b9abe11d-fff1-48ca-b484-92ac691fdc57 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-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1", "stack_user_project_id": "4c449ca30f634655b42df99c65a83a08", "deletion_time": null, "creation_time": "2019-01-20T11:52:48Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "self"}], "updated_time": null, "project": "632adb60eb5b46cbaf6c905003618b09", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "492d59ee-23f0-4275-8509-d35d5a9b9a5c", "tags": null}]} 2019-01-20 11:52:51,689 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks?stack_name=HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1 used request id req-b9abe11d-fff1-48ca-b484-92ac691fdc57 2019-01-20 11:52:51,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/492d59ee-23f0-4275-8509-d35d5a9b9a5c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:52:52,482 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:52:51 GMT Server: Apache x-openstack-request-id: req-5940072c-9551-4c82-a5c0-14b6ecd54db8 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:52:52,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:52 GMT Server: Apache x-openstack-request-id: req-f579cff1-2923-4ae0-a4a5-f0fb9567bad0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "492d59ee-23f0-4275-8509-d35d5a9b9a5c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-image", "inst_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1", "stack_user_project_id": "4c449ca30f634655b42df99c65a83a08", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:52:48Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "492d59ee-23f0-4275-8509-d35d5a9b9a5c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:52:52,606 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c used request id req-f579cff1-2923-4ae0-a4a5-f0fb9567bad0 2019-01-20 11:52:52,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:52:53,365 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:52:52 GMT Server: Apache x-openstack-request-id: req-fc393bdd-a224-448c-a0bb-dca47f2ac830 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:52:53,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:53 GMT Server: Apache x-openstack-request-id: req-4134d124-7874-4582-9644-b727f4c8c0a4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-20T11:52:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:52:48Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0672fc14-e908-4275-981e-bcf69009512c", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-20T11:52:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:52:48Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "2e33f6f3-0a43-49a8-a4ba-a38ed5fc6eb2", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-20T11:52:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:52:48Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "996a6e14-01f0-4808-8665-5de316b7937d", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-20T11:52:48Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2019-01-20T11:52:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2019-01-20 11:52:53,491 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources used request id req-4134d124-7874-4582-9644-b727f4c8c0a4 2019-01-20 11:52:53,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/492d59ee-23f0-4275-8509-d35d5a9b9a5c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:52:54,286 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:52:53 GMT Server: Apache x-openstack-request-id: req-fe4606b1-697d-4d20-9a7e-a77e51367d95 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:52:55,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:54 GMT Server: Apache x-openstack-request-id: req-d43f5a5a-ace0-49eb-acc1-5840e80d88dd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "492d59ee-23f0-4275-8509-d35d5a9b9a5c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-image", "inst_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1", "stack_user_project_id": "4c449ca30f634655b42df99c65a83a08", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:52:48Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "492d59ee-23f0-4275-8509-d35d5a9b9a5c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:52:55,037 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c used request id req-d43f5a5a-ace0-49eb-acc1-5840e80d88dd 2019-01-20 11:52:55,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/492d59ee-23f0-4275-8509-d35d5a9b9a5c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:52:55,731 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:52:55 GMT Server: Apache x-openstack-request-id: req-c2eeeecc-bea2-4904-ac8c-bab77bdf2e2c Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:52:55,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:55 GMT Server: Apache x-openstack-request-id: req-b8f21181-8029-4b97-9f3f-8a387eba4ef4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "492d59ee-23f0-4275-8509-d35d5a9b9a5c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-image", "inst_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1", "stack_user_project_id": "4c449ca30f634655b42df99c65a83a08", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:52:48Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "492d59ee-23f0-4275-8509-d35d5a9b9a5c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:52:55,855 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c used request id req-b8f21181-8029-4b97-9f3f-8a387eba4ef4 2019-01-20 11:52:58,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/492d59ee-23f0-4275-8509-d35d5a9b9a5c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:52:59,548 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:52:58 GMT Server: Apache x-openstack-request-id: req-10bbd25c-e719-49a0-89d5-14fe08a4d9c3 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:00,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:52:59 GMT Server: Apache x-openstack-request-id: req-2ff346b4-6cd6-4951-8a58-42fbbd659d4b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "492d59ee-23f0-4275-8509-d35d5a9b9a5c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-image", "inst_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1", "stack_user_project_id": "4c449ca30f634655b42df99c65a83a08", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:52:48Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "492d59ee-23f0-4275-8509-d35d5a9b9a5c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:53:00,288 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c used request id req-2ff346b4-6cd6-4951-8a58-42fbbd659d4b 2019-01-20 11:53:03,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/492d59ee-23f0-4275-8509-d35d5a9b9a5c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:53:04,047 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:53:03 GMT Server: Apache x-openstack-request-id: req-78d9094b-85df-4758-b0bc-1d0e2b2f795d Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:04,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:04 GMT Server: Apache x-openstack-request-id: req-d9edd7fb-0acd-45e1-9349-912c92586a48 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "492d59ee-23f0-4275-8509-d35d5a9b9a5c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-image", "inst_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1", "stack_user_project_id": "4c449ca30f634655b42df99c65a83a08", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:52:48Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "492d59ee-23f0-4275-8509-d35d5a9b9a5c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:53:04,788 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c used request id req-d9edd7fb-0acd-45e1-9349-912c92586a48 2019-01-20 11:53:07,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/492d59ee-23f0-4275-8509-d35d5a9b9a5c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:53:07,869 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:53:07 GMT Server: Apache x-openstack-request-id: req-b81298bc-7ad7-4020-9e8b-283adc97d704 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:08,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:07 GMT Server: Apache x-openstack-request-id: req-840ae7f5-ba2a-45cc-bc73-d6bbff792306 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "492d59ee-23f0-4275-8509-d35d5a9b9a5c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-image", "inst_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1", "stack_user_project_id": "4c449ca30f634655b42df99c65a83a08", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T11:52:48Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "492d59ee-23f0-4275-8509-d35d5a9b9a5c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:53:08,603 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c used request id req-840ae7f5-ba2a-45cc-bc73-d6bbff792306 2019-01-20 11:53:08,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:53:08,691 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:53:08 GMT Server: Apache x-openstack-request-id: req-7e983f91-ef9e-4033-a537-6e57b7a803e1 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:08,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:08 GMT Server: Apache x-openstack-request-id: req-d58efc96-590c-498d-bd7c-595d7e59ead5 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.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-20T11:52:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:52:48Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0672fc14-e908-4275-981e-bcf69009512c", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-20T11:52:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:52:48Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "2e33f6f3-0a43-49a8-a4ba-a38ed5fc6eb2", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-20T11:52:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:52:48Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "996a6e14-01f0-4808-8665-5de316b7937d", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-20T11:52:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:52:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "267b1159-7637-48af-b6d2-256d48cd7f59", "resource_type": "OS::Nova::Server"}]} 2019-01-20 11:53:08,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources used request id req-d58efc96-590c-498d-bd7c-595d7e59ead5 2019-01-20 11:53:08,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=996a6e14-01f0-4808-8665-5de316b7937d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:53:08,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-abcd0f23-f8e2-4e7d-84c9-d9351c17b4a1 Date: Sun, 20 Jan 2019 11:53:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"996a6e14-01f0-4808-8665-5de316b7937d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["2e33f6f3-0a43-49a8-a4ba-a38ed5fc6eb2"],"description":"","tags":[],"updated_at":"2019-01-20T11:52:50Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:52:49Z","provider:network_type":"vxlan"}]} 2019-01-20 11:53:08,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=996a6e14-01f0-4808-8665-5de316b7937d used request id req-abcd0f23-f8e2-4e7d-84c9-d9351c17b4a1 2019-01-20 11:53:08,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=996a6e14-01f0-4808-8665-5de316b7937d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:53:09,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cd6be007-dd06-421e-bf62-e6f5021f4a41 Date: Sun, 20 Jan 2019 11:53:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"996a6e14-01f0-4808-8665-5de316b7937d","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:52:50Z","dns_nameservers":[],"updated_at":"2019-01-20T11:52:50Z","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":"632adb60eb5b46cbaf6c905003618b09","id":"2e33f6f3-0a43-49a8-a4ba-a38ed5fc6eb2","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-subnet"}]} 2019-01-20 11:53:09,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=996a6e14-01f0-4808-8665-5de316b7937d used request id req-cd6be007-dd06-421e-bf62-e6f5021f4a41 2019-01-20 11:53:09,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=996a6e14-01f0-4808-8665-5de316b7937d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:53:09,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fa129d41-476c-4ecd-81c9-a5a7f2f3367d Date: Sun, 20 Jan 2019 11:53:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"996a6e14-01f0-4808-8665-5de316b7937d","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:52:50Z","dns_nameservers":[],"updated_at":"2019-01-20T11:52:50Z","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":"632adb60eb5b46cbaf6c905003618b09","id":"2e33f6f3-0a43-49a8-a4ba-a38ed5fc6eb2","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-subnet"}]} 2019-01-20 11:53:09,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=996a6e14-01f0-4808-8665-5de316b7937d used request id req-fa129d41-476c-4ecd-81c9-a5a7f2f3367d 2019-01-20 11:53:09,167 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:53:09,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:53:09,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccdfa9c1-34cf-43c0-99dd-156d17dee7e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:53:09,250 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ccdfa9c1-34cf-43c0-99dd-156d17dee7e8 2019-01-20 11:53:09,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:53:09,331 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:53:09 GMT Server: Apache x-openstack-request-id: req-ca612781-40f5-44eb-b989-22e1db16a3fe Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:10,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:09 GMT Server: Apache x-openstack-request-id: req-b8941c62-10ed-4010-9fb1-6df32ccc8dfd 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.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-20T11:52:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:52:48Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0672fc14-e908-4275-981e-bcf69009512c", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-20T11:52:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:52:48Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "2e33f6f3-0a43-49a8-a4ba-a38ed5fc6eb2", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-20T11:52:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:52:48Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "996a6e14-01f0-4808-8665-5de316b7937d", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-20T11:52:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:52:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "267b1159-7637-48af-b6d2-256d48cd7f59", "resource_type": "OS::Nova::Server"}]} 2019-01-20 11:53:10,190 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources used request id req-b8941c62-10ed-4010-9fb1-6df32ccc8dfd 2019-01-20 11:53:10,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/267b1159-7637-48af-b6d2-256d48cd7f59 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:53:10,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83070a3a-68fb-4118-9537-65e0e61ea1c8 x-compute-request-id: req-83070a3a-68fb-4118-9537-65e0e61ea1c8 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:5f:2b", "version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/267b1159-7637-48af-b6d2-256d48cd7f59", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/267b1159-7637-48af-b6d2-256d48cd7f59", "rel": "bookmark"}], "image": {"id": "cb42070b-f082-4789-a6f3-cdb99e04f7cb", "links": [{"href": "http://172.30.9.22:8774/images/cb42070b-f082-4789-a6f3-cdb99e04f7cb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2019-01-20T11:53:01.000000", "flavor": {"id": "1413e615-0bc3-46c7-a7c9-2c97ebccaa3a", "links": [{"href": "http://172.30.9.22:8774/flavors/1413e615-0bc3-46c7-a7c9-2c97ebccaa3a", "rel": "bookmark"}]}, "id": "267b1159-7637-48af-b6d2-256d48cd7f59", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:53:02Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-inst", "created": "2019-01-20T11:52:55Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:53:10,430 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/267b1159-7637-48af-b6d2-256d48cd7f59 used request id req-83070a3a-68fb-4118-9537-65e0e61ea1c8 2019-01-20 11:53:10,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:53:10,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-2d859055-4ff0-4ef9-8d1f-d92a57d00709 Date: Sun, 20 Jan 2019 11:53:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"996a6e14-01f0-4808-8665-5de316b7937d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["2e33f6f3-0a43-49a8-a4ba-a38ed5fc6eb2"],"description":"","tags":[],"updated_at":"2019-01-20T11:52:50Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:52:49Z","provider:network_type":"vxlan"}]} 2019-01-20 11:53:10,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-net used request id req-2d859055-4ff0-4ef9-8d1f-d92a57d00709 2019-01-20 11:53:10,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:53:10,674 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:53: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:53:10,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:53:10,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-048bcbd3-9733-459a-8f3d-dd25959094e8 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:53:10,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-048bcbd3-9733-459a-8f3d-dd25959094e8 2019-01-20 11:53:10,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=996a6e14-01f0-4808-8665-5de316b7937d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:53:10,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-13c31002-b464-4a0c-a454-501292efcf03 Date: Sun, 20 Jan 2019 11:53:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"996a6e14-01f0-4808-8665-5de316b7937d","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:52:50Z","dns_nameservers":[],"updated_at":"2019-01-20T11:52:50Z","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":"632adb60eb5b46cbaf6c905003618b09","id":"2e33f6f3-0a43-49a8-a4ba-a38ed5fc6eb2","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-subnet"}]} 2019-01-20 11:53:10,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=996a6e14-01f0-4808-8665-5de316b7937d used request id req-13c31002-b464-4a0c-a454-501292efcf03 2019-01-20 11:53:10,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=996a6e14-01f0-4808-8665-5de316b7937d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:53:11,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3910 X-Openstack-Request-Id: req-928cd416-be16-4bd7-8731-bb8099558db6 Date: Sun, 20 Jan 2019 11:53:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:53:02Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2e33f6f3-0a43-49a8-a4ba-a38ed5fc6eb2","ip_address":"10.0.0.10"}],"id":"0672fc14-e908-4275-981e-bcf69009512c","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:5f:2b","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1-server1_port-bszguog6e5mv","admin_state_up":true,"network_id":"996a6e14-01f0-4808-8665-5de316b7937d","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:52:51Z","binding:vnic_type":"normal","device_id":"267b1159-7637-48af-b6d2-256d48cd7f59"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:52:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2e33f6f3-0a43-49a8-a4ba-a38ed5fc6eb2","ip_address":"10.0.0.2"}],"id":"bcbb65e5-13b1-437a-8490-0248d780c3f4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d3:f6:66","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"996a6e14-01f0-4808-8665-5de316b7937d","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:52:51Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-996a6e14-01f0-4808-8665-5de316b7937d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:52:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2e33f6f3-0a43-49a8-a4ba-a38ed5fc6eb2","ip_address":"10.0.0.3"}],"id":"d70f16b0-53f6-4316-a9b0-908022505fc7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:bc:25","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"996a6e14-01f0-4808-8665-5de316b7937d","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:52:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-996a6e14-01f0-4808-8665-5de316b7937d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:52:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2e33f6f3-0a43-49a8-a4ba-a38ed5fc6eb2","ip_address":"10.0.0.4"}],"id":"eb14d091-d886-4633-973e-aa5104da62ba","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:fa:93","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"996a6e14-01f0-4808-8665-5de316b7937d","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:52:52Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-996a6e14-01f0-4808-8665-5de316b7937d"}]} 2019-01-20 11:53:11,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=996a6e14-01f0-4808-8665-5de316b7937d used request id req-928cd416-be16-4bd7-8731-bb8099558db6 2019-01-20 11:53:11,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:53:11,874 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:53:11 GMT Server: Apache x-openstack-request-id: req-23634c09-959b-492a-aa28-fedf190a6e6c Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:12,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:11 GMT Server: Apache x-openstack-request-id: req-fcf1ffd5-85aa-48ef-a4db-cbde8dedbf76 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.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-20T11:52:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:52:48Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0672fc14-e908-4275-981e-bcf69009512c", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-20T11:52:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:52:48Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "2e33f6f3-0a43-49a8-a4ba-a38ed5fc6eb2", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-20T11:52:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:52:48Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "996a6e14-01f0-4808-8665-5de316b7937d", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-20T11:52:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:52:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "267b1159-7637-48af-b6d2-256d48cd7f59", "resource_type": "OS::Nova::Server"}]} 2019-01-20 11:53:12,000 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c/resources used request id req-fcf1ffd5-85aa-48ef-a4db-cbde8dedbf76 2019-01-20 11:53:12,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/492d59ee-23f0-4275-8509-d35d5a9b9a5c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74b58f613c1d02a5c931f154e772ba6cf36d8dc4" 2019-01-20 11:53:12,079 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:53:12 GMT Server: Apache x-openstack-request-id: req-04a0a5c6-c69f-4e1e-864e-bbb770dc1878 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:12,202 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:53:12 GMT Server: Apache x-openstack-request-id: req-4012723d-b2e6-40b9-bd2a-f2b8deb18b90 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:53:12,202 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-stack1/492d59ee-23f0-4275-8509-d35d5a9b9a5c used request id req-4012723d-b2e6-40b9-bd2a-f2b8deb18b90 2019-01-20 11:53:12,202 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-adeda029-4f52-4fb6-8f34-cff3a610a8f5-image 2019-01-20 11:53:12,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/cb42070b-f082-4789-a6f3-cdb99e04f7cb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d448f671f4cd941ec8821b081e90fa7f42bdc9f2" 2019-01-20 11:53:15,576 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4384448f-762b-40f1-9471-e9b3a2602308 Date: Sun, 20 Jan 2019 11:53:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:53:15,576 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/cb42070b-f082-4789-a6f3-cdb99e04f7cb used request id req-4384448f-762b-40f1-9471-e9b3a2602308 2019-01-20 11:53:15,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/1413e615-0bc3-46c7-a7c9-2c97ebccaa3a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8483ec7fa8056761b8b1f69d0d17848a58377947" 2019-01-20 11:53:15,651 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:53:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c3e17390-1436-44cd-8a53-352494f8edb1 x-compute-request-id: req-c3e17390-1436-44cd-8a53-352494f8edb1 Content-Length: 0 Content-Type: application/json 2019-01-20 11:53:15,651 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/1413e615-0bc3-46c7-a7c9-2c97ebccaa3a used request id req-c3e17390-1436-44cd-8a53-352494f8edb1 2019-01-20 11:53:15,654 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 11:53:15,654 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:53:15,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:53:16,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:53:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["g24PvGNoSnyaS0StBljSdw"], "issued_at": "2019-01-20T11:53:16.000000Z"}} 2019-01-20 11:53:16,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129461d656a8bfae0249bead534dcac7e30cb816" 2019-01-20 11:53:16,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3e18fdd-7549-4dc3-94a9-4c2efd55ef84 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:53:16,124 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a3e18fdd-7549-4dc3-94a9-4c2efd55ef84 2019-01-20 11:53:16,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}129461d656a8bfae0249bead534dcac7e30cb816" 2019-01-20 11:53:16,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-2ddb0718-82aa-46fd-bbc6-436d161cef64 Date: Sun, 20 Jan 2019 11:53:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image"} 2019-01-20 11:53:16,284 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image used request id req-2ddb0718-82aa-46fd-bbc6-436d161cef64 2019-01-20 11:53:16,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}129461d656a8bfae0249bead534dcac7e30cb816" 2019-01-20 11:53:16,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9c5df6f8-cfcd-4b9e-8da3-11867e5c23a9 Date: Sun, 20 Jan 2019 11:53: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"}}} 2019-01-20 11:53:16,436 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-9c5df6f8-cfcd-4b9e-8da3-11867e5c23a9 2019-01-20 11:53:16,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}129461d656a8bfae0249bead534dcac7e30cb816" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image"}' 2019-01-20 11:53:16,689 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/c96af7b4-5261-4773-a17d-6296d0526ac8 X-Openstack-Request-Id: req-c1461644-d38c-4c07-9b5b-557d4b14f6c9 Date: Sun, 20 Jan 2019 11:53:16 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:53:16Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T11:53:16Z", "visibility": "shared", "locations": [], "self": "/v2/images/c96af7b4-5261-4773-a17d-6296d0526ac8", "min_disk": 0, "protected": false, "id": "c96af7b4-5261-4773-a17d-6296d0526ac8", "file": "/v2/images/c96af7b4-5261-4773-a17d-6296d0526ac8/file", "checksum": null, "owner": "632adb60eb5b46cbaf6c905003618b09", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:53:16,689 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-c1461644-d38c-4c07-9b5b-557d4b14f6c9 2019-01-20 11:53:16,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/c96af7b4-5261-4773-a17d-6296d0526ac8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}129461d656a8bfae0249bead534dcac7e30cb816" -d '' 2019-01-20 11:53:18,260 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b3d1072c-0a64-4ef7-b59f-0c2d0760b990 Date: Sun, 20 Jan 2019 11:53:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:53:18,261 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/c96af7b4-5261-4773-a17d-6296d0526ac8/file used request id req-b3d1072c-0a64-4ef7-b59f-0c2d0760b990 2019-01-20 11:53:18,261 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 11:53:18,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/c96af7b4-5261-4773-a17d-6296d0526ac8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}129461d656a8bfae0249bead534dcac7e30cb816" 2019-01-20 11:53:18,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-678c2f9f-2e18-4569-a68d-ed7e95a1cd9c Date: Sun, 20 Jan 2019 11:53:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:53:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:53:18Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c96af7b4-5261-4773-a17d-6296d0526ac8/snap", "metadata": {}}], "self": "/v2/images/c96af7b4-5261-4773-a17d-6296d0526ac8", "min_disk": 0, "protected": false, "id": "c96af7b4-5261-4773-a17d-6296d0526ac8", "file": "/v2/images/c96af7b4-5261-4773-a17d-6296d0526ac8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c96af7b4-5261-4773-a17d-6296d0526ac8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:53:18,434 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/c96af7b4-5261-4773-a17d-6296d0526ac8 used request id req-678c2f9f-2e18-4569-a68d-ed7e95a1cd9c 2019-01-20 11:53:18,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}129461d656a8bfae0249bead534dcac7e30cb816" 2019-01-20 11:53:18,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e9973cac-2d5b-4004-91a3-dab230a79905 Date: Sun, 20 Jan 2019 11:53: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"}}} 2019-01-20 11:53:18,611 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-e9973cac-2d5b-4004-91a3-dab230a79905 2019-01-20 11:53:18,613 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image 2019-01-20 11:53:18,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/c96af7b4-5261-4773-a17d-6296d0526ac8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}129461d656a8bfae0249bead534dcac7e30cb816" 2019-01-20 11:53:18,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-8382f79c-8c38-45a1-9dd6-83428a50da9d Date: Sun, 20 Jan 2019 11:53:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:53:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:53:18Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c96af7b4-5261-4773-a17d-6296d0526ac8/snap", "metadata": {}}], "self": "/v2/images/c96af7b4-5261-4773-a17d-6296d0526ac8", "min_disk": 0, "protected": false, "id": "c96af7b4-5261-4773-a17d-6296d0526ac8", "file": "/v2/images/c96af7b4-5261-4773-a17d-6296d0526ac8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c96af7b4-5261-4773-a17d-6296d0526ac8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:53:18,794 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/c96af7b4-5261-4773-a17d-6296d0526ac8 used request id req-8382f79c-8c38-45a1-9dd6-83428a50da9d 2019-01-20 11:53:18,795 - create_image - DEBUG - Instance status is - active 2019-01-20 11:53:18,795 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image 2019-01-20 11:53:18,795 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image 2019-01-20 11:53:18,795 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:53:18,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:53:19,176 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:53:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["m4yQmRWrQ8CVNdUflfAtlA"], "issued_at": "2019-01-20T11:53:19.000000Z"}} 2019-01-20 11:53:19,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1afc90a74ceb2f6d17006cdcc52b8d1924bb51c2" 2019-01-20 11:53:19,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24bd743c-7bfb-45c6-b31f-45bbcc42e75c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:53:19,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-24bd743c-7bfb-45c6-b31f-45bbcc42e75c 2019-01-20 11:53:19,262 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:53:19,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1afc90a74ceb2f6d17006cdcc52b8d1924bb51c2" 2019-01-20 11:53:19,449 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-75ba453f-7c0e-4d58-9123-91d12830ad02 x-compute-request-id: req-75ba453f-7c0e-4d58-9123-91d12830ad02 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 11:53:19,449 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-75ba453f-7c0e-4d58-9123-91d12830ad02 2019-01-20 11:53:19,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1afc90a74ceb2f6d17006cdcc52b8d1924bb51c2" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 11:53:19,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35789fdd-709f-4934-a1b6-215d67cf8b3f x-compute-request-id: req-35789fdd-709f-4934-a1b6-215d67cf8b3f Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/b929e464-8d7f-47ce-bbed-e27a77e54b3f", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/b929e464-8d7f-47ce-bbed-e27a77e54b3f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b929e464-8d7f-47ce-bbed-e27a77e54b3f", "name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:53:19,716 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-35789fdd-709f-4934-a1b6-215d67cf8b3f 2019-01-20 11:53:19,717 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 11:53:19,745 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:53:20,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:53:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["VkIyREUSTViJLUgK-uSoOQ"], "issued_at": "2019-01-20T11:53:20.000000Z"}} 2019-01-20 11:53:20,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-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-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}}' 2019-01-20 11:53:22,962 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:53:20 GMT Server: Apache x-openstack-request-id: req-d5094989-dc2a-4c04-ba80-89435e90373e Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "febfd08c-a8bf-494f-90e9-8083d424821f", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f", "rel": "self"}]}} 2019-01-20 11:53:22,962 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks used request id req-d5094989-dc2a-4c04-ba80-89435e90373e 2019-01-20 11:53:22,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/febfd08c-a8bf-494f-90e9-8083d424821f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:53:23,714 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:53:22 GMT Server: Apache x-openstack-request-id: req-7f685915-52da-439f-9235-03f6696bbe73 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:23,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:23 GMT Server: Apache x-openstack-request-id: req-1ea56049-d30b-4e60-8811-9bc0b6226401 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "febfd08c-a8bf-494f-90e9-8083d424821f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1", "stack_user_project_id": "d4dde00087b84e6e93819ff98092a26b", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:22Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "febfd08c-a8bf-494f-90e9-8083d424821f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:53:23,985 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f used request id req-1ea56049-d30b-4e60-8811-9bc0b6226401 2019-01-20 11:53:23,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks?stack_name=HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:53:24,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:23 GMT Server: Apache x-openstack-request-id: req-865b909e-771f-4238-91af-96e48d717f72 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1", "stack_user_project_id": "d4dde00087b84e6e93819ff98092a26b", "deletion_time": null, "creation_time": "2019-01-20T11:53:22Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f", "rel": "self"}], "updated_time": null, "project": "632adb60eb5b46cbaf6c905003618b09", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "febfd08c-a8bf-494f-90e9-8083d424821f", "tags": null}]} 2019-01-20 11:53:24,062 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks?stack_name=HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1 used request id req-865b909e-771f-4238-91af-96e48d717f72 2019-01-20 11:53:24,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks?stack_name=HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:53:24,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:24 GMT Server: Apache x-openstack-request-id: req-0144cfbb-3607-4a4d-b2b9-77eebadb6b4e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1", "stack_user_project_id": "d4dde00087b84e6e93819ff98092a26b", "deletion_time": null, "creation_time": "2019-01-20T11:53:22Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f", "rel": "self"}], "updated_time": null, "project": "632adb60eb5b46cbaf6c905003618b09", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "febfd08c-a8bf-494f-90e9-8083d424821f", "tags": null}]} 2019-01-20 11:53:24,302 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks?stack_name=HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1 used request id req-0144cfbb-3607-4a4d-b2b9-77eebadb6b4e 2019-01-20 11:53:24,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/febfd08c-a8bf-494f-90e9-8083d424821f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:53:24,537 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:53:24 GMT Server: Apache x-openstack-request-id: req-70d10124-1dbc-457e-94f5-315afdf9edb3 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:24,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:24 GMT Server: Apache x-openstack-request-id: req-99962123-78ca-4416-95e3-3b32715d1f7e 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "febfd08c-a8bf-494f-90e9-8083d424821f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1", "stack_user_project_id": "d4dde00087b84e6e93819ff98092a26b", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:22Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "febfd08c-a8bf-494f-90e9-8083d424821f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:53:24,661 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f used request id req-99962123-78ca-4416-95e3-3b32715d1f7e 2019-01-20 11:53:24,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/febfd08c-a8bf-494f-90e9-8083d424821f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:53:24,875 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:53:24 GMT Server: Apache x-openstack-request-id: req-168ed8e1-169d-4650-a01a-016f0447b6df Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:25,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:24 GMT Server: Apache x-openstack-request-id: req-749276d6-55e1-44cd-ab15-cee3c54bebe5 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "febfd08c-a8bf-494f-90e9-8083d424821f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1", "stack_user_project_id": "d4dde00087b84e6e93819ff98092a26b", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:22Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "febfd08c-a8bf-494f-90e9-8083d424821f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:53:25,552 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f used request id req-749276d6-55e1-44cd-ab15-cee3c54bebe5 2019-01-20 11:53:28,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/febfd08c-a8bf-494f-90e9-8083d424821f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:53:29,199 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:53:28 GMT Server: Apache x-openstack-request-id: req-01fe1827-28c0-4c69-b409-0b22bd53058a Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:29,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:29 GMT Server: Apache x-openstack-request-id: req-1d5173b5-e060-447c-a407-36793e819f36 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "febfd08c-a8bf-494f-90e9-8083d424821f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1", "stack_user_project_id": "d4dde00087b84e6e93819ff98092a26b", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:22Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "febfd08c-a8bf-494f-90e9-8083d424821f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:53:29,401 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f used request id req-1d5173b5-e060-447c-a407-36793e819f36 2019-01-20 11:53:32,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/febfd08c-a8bf-494f-90e9-8083d424821f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:53:33,085 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:53:32 GMT Server: Apache x-openstack-request-id: req-5b5e09f2-c215-4283-a3b0-fe7021719f7a Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:33,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:33 GMT Server: Apache x-openstack-request-id: req-b55889be-74ff-45c2-90d7-d30b334aced9 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "febfd08c-a8bf-494f-90e9-8083d424821f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1", "stack_user_project_id": "d4dde00087b84e6e93819ff98092a26b", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:22Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "febfd08c-a8bf-494f-90e9-8083d424821f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:53:33,271 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f used request id req-b55889be-74ff-45c2-90d7-d30b334aced9 2019-01-20 11:53:36,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/febfd08c-a8bf-494f-90e9-8083d424821f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:53:36,303 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:53:36 GMT Server: Apache x-openstack-request-id: req-7c2c4cc2-5bea-4b7a-9310-8045bbc4cb98 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:36,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:36 GMT Server: Apache x-openstack-request-id: req-e72d1af0-49ce-45a0-a60a-7f482dff6963 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "febfd08c-a8bf-494f-90e9-8083d424821f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1", "stack_user_project_id": "d4dde00087b84e6e93819ff98092a26b", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:22Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "febfd08c-a8bf-494f-90e9-8083d424821f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:53:36,497 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f used request id req-e72d1af0-49ce-45a0-a60a-7f482dff6963 2019-01-20 11:53:39,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/febfd08c-a8bf-494f-90e9-8083d424821f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:53:40,145 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:53:39 GMT Server: Apache x-openstack-request-id: req-6d68b0f1-a826-4f1e-b823-dcea3f4eaedb Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:40,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:40 GMT Server: Apache x-openstack-request-id: req-b462159b-6fa4-451d-987d-b3ae57315374 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "febfd08c-a8bf-494f-90e9-8083d424821f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1", "stack_user_project_id": "d4dde00087b84e6e93819ff98092a26b", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:22Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "febfd08c-a8bf-494f-90e9-8083d424821f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:53:40,187 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f used request id req-b462159b-6fa4-451d-987d-b3ae57315374 2019-01-20 11:53:43,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/febfd08c-a8bf-494f-90e9-8083d424821f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:53:43,394 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:53:43 GMT Server: Apache x-openstack-request-id: req-bd1e655e-c8be-4d7b-a9e4-ff1536bda580 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:43,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:43 GMT Server: Apache x-openstack-request-id: req-743cd522-1bfd-4f4a-b5c3-92114de1e4c9 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "febfd08c-a8bf-494f-90e9-8083d424821f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1", "stack_user_project_id": "d4dde00087b84e6e93819ff98092a26b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T11:53:22Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "febfd08c-a8bf-494f-90e9-8083d424821f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:53:43,469 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f used request id req-743cd522-1bfd-4f4a-b5c3-92114de1e4c9 2019-01-20 11:53:43,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-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-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}}' 2019-01-20 11:53:45,826 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:53:43 GMT Server: Apache x-openstack-request-id: req-30eeca0d-98d2-4863-a8c5-10a37e2fc585 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}]}} 2019-01-20 11:53:45,826 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks used request id req-30eeca0d-98d2-4863-a8c5-10a37e2fc585 2019-01-20 11:53:45,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:53:46,033 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:53:45 GMT Server: Apache x-openstack-request-id: req-d283d7a9-b46c-472f-9398-d1b70f953af6 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:46,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:46 GMT Server: Apache x-openstack-request-id: req-f8bc20cc-d784-4974-af47-e94acbd777f3 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:53:46,223 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 used request id req-f8bc20cc-d784-4974-af47-e94acbd777f3 2019-01-20 11:53:46,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks?stack_name=HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:53:46,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:46 GMT Server: Apache x-openstack-request-id: req-2ed31371-dde5-4d2f-bc1d-ba136273ba9b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "deletion_time": null, "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "updated_time": null, "project": "632adb60eb5b46cbaf6c905003618b09", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "tags": null}]} 2019-01-20 11:53:46,418 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks?stack_name=HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2 used request id req-2ed31371-dde5-4d2f-bc1d-ba136273ba9b 2019-01-20 11:53:46,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks?stack_name=HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:53:46,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:46 GMT Server: Apache x-openstack-request-id: req-9582ac64-c1a9-4f18-a140-622773a542a7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "deletion_time": null, "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "updated_time": null, "project": "632adb60eb5b46cbaf6c905003618b09", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "tags": null}]} 2019-01-20 11:53:46,465 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks?stack_name=HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2 used request id req-9582ac64-c1a9-4f18-a140-622773a542a7 2019-01-20 11:53:46,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:53:47,112 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:53:46 GMT Server: Apache x-openstack-request-id: req-cb6deb8e-1cc8-42ec-8792-04824f03a7fe Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:47,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:47 GMT Server: Apache x-openstack-request-id: req-d3f77c7f-ae2e-4658-a47d-578fc3df545d 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:53:47,304 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 used request id req-d3f77c7f-ae2e-4658-a47d-578fc3df545d 2019-01-20 11:53:47,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:53:47,997 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:53:47 GMT Server: Apache x-openstack-request-id: req-77987ec9-382d-4701-93e3-d3a6d7bb5d61 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:48,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:47 GMT Server: Apache x-openstack-request-id: req-efa801b7-11ab-4915-8351-501e611492ef 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:53:48,040 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 used request id req-efa801b7-11ab-4915-8351-501e611492ef 2019-01-20 11:53:51,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:53:51,073 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:53:51 GMT Server: Apache x-openstack-request-id: req-486ab92b-4bc7-4705-a97d-384b06505966 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:51,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:51 GMT Server: Apache x-openstack-request-id: req-1335ec51-a32e-4025-b1f0-d758894575ac 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:53:51,274 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 used request id req-1335ec51-a32e-4025-b1f0-d758894575ac 2019-01-20 11:53:54,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:53:54,307 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:53:54 GMT Server: Apache x-openstack-request-id: req-e393f1c5-c308-436f-ba1a-7c86dc707667 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:54,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:54 GMT Server: Apache x-openstack-request-id: req-40ad8847-83f9-4b2e-a885-07c3c152f40c 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:53:54,350 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 used request id req-40ad8847-83f9-4b2e-a885-07c3c152f40c 2019-01-20 11:53:57,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:53:57,385 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:53:57 GMT Server: Apache x-openstack-request-id: req-a3a3a4c2-d077-436f-bf9d-1773a3e63c26 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:53:57,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:53:57 GMT Server: Apache x-openstack-request-id: req-bc6f3ec3-0dda-49f2-93b2-304dead93de7 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:53:57,461 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 used request id req-bc6f3ec3-0dda-49f2-93b2-304dead93de7 2019-01-20 11:54:00,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:54:00,496 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:54:00 GMT Server: Apache x-openstack-request-id: req-178a5b2c-6e37-4cd3-979c-d953e5609083 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:54:00,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:54:00 GMT Server: Apache x-openstack-request-id: req-93ee2e9d-00ad-422c-953c-bf3b703dc843 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:54:00,571 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 used request id req-93ee2e9d-00ad-422c-953c-bf3b703dc843 2019-01-20 11:54:03,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:54:03,605 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:54:03 GMT Server: Apache x-openstack-request-id: req-ed07af4c-0119-4802-b802-a9c73a94256a Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:54:03,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:54:03 GMT Server: Apache x-openstack-request-id: req-1867ad23-a100-49a0-8b1c-7ee9d7b68f57 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:54:03,680 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 used request id req-1867ad23-a100-49a0-8b1c-7ee9d7b68f57 2019-01-20 11:54:06,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:54:06,715 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:54:06 GMT Server: Apache x-openstack-request-id: req-012dcd3e-fcd0-4e57-bd20-d4fd86a6172f Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:54:06,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:54:06 GMT Server: Apache x-openstack-request-id: req-85d98b03-74fb-4aa2-9b04-82bf6b88f566 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:54:06,789 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 used request id req-85d98b03-74fb-4aa2-9b04-82bf6b88f566 2019-01-20 11:54:09,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:54:09,822 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:54:09 GMT Server: Apache x-openstack-request-id: req-8b799393-f013-4dfe-ae68-f60c1d5f4010 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:54:10,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:54:09 GMT Server: Apache x-openstack-request-id: req-a84b4443-93e5-48b3-abb7-8d5f33a7bf7d 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:54:10,520 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 used request id req-a84b4443-93e5-48b3-abb7-8d5f33a7bf7d 2019-01-20 11:54:13,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:54:13,553 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:54:13 GMT Server: Apache x-openstack-request-id: req-14d41f3b-75b2-4f81-8391-ca402d7ae7fc Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:54:13,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:54:13 GMT Server: Apache x-openstack-request-id: req-9c1d5f5f-d520-47b0-945e-74e0aaab1e4f 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:54:13,627 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 used request id req-9c1d5f5f-d520-47b0-945e-74e0aaab1e4f 2019-01-20 11:54:16,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:54:16,663 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:54:16 GMT Server: Apache x-openstack-request-id: req-0b5cd2e7-2ed9-485c-87a0-34846ead1455 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:54:16,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:54:16 GMT Server: Apache x-openstack-request-id: req-0ef27666-0817-40f7-a8e3-b0732c1dd566 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:54:16,737 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 used request id req-0ef27666-0817-40f7-a8e3-b0732c1dd566 2019-01-20 11:54:19,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:54:19,772 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:54:19 GMT Server: Apache x-openstack-request-id: req-ebadb45e-0cc8-4afb-9831-aecabc7503c3 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:54:19,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:54:19 GMT Server: Apache x-openstack-request-id: req-5ab34ef9-078d-4150-8304-b09995dd82fc 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:54:19,815 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 used request id req-5ab34ef9-078d-4150-8304-b09995dd82fc 2019-01-20 11:54:22,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:54:22,850 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:54:22 GMT Server: Apache x-openstack-request-id: req-75645b30-814b-4945-815b-0c17f1999615 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:54:22,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:54:22 GMT Server: Apache x-openstack-request-id: req-c02e9aec-c885-45b0-a9f7-165d40dacf77 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:54:22,892 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 used request id req-c02e9aec-c885-45b0-a9f7-165d40dacf77 2019-01-20 11:54:25,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:54:25,925 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:54:25 GMT Server: Apache x-openstack-request-id: req-288750a6-ccb1-4228-8fe2-bf27bd793d00 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:54:25,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:54:25 GMT Server: Apache x-openstack-request-id: req-42d02de5-04db-4f92-b324-fe896f2d197b 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:54:25,999 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 used request id req-42d02de5-04db-4f92-b324-fe896f2d197b 2019-01-20 11:54:29,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:54:29,033 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:54:29 GMT Server: Apache x-openstack-request-id: req-ebe48558-30b0-4802-88c3-5acda31ea9ae Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:54:29,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:54:29 GMT Server: Apache x-openstack-request-id: req-acacf0f8-6a6f-4db2-a16d-582f92a38012 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:54:29,075 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 used request id req-acacf0f8-6a6f-4db2-a16d-582f92a38012 2019-01-20 11:54:32,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:54:32,275 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:54:32 GMT Server: Apache x-openstack-request-id: req-573c73c8-233a-4248-8b59-ad041f6b6bb4 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:54:32,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:54:32 GMT Server: Apache x-openstack-request-id: req-c1d3299a-c75c-4647-8baa-cafc2ce5f989 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:54:32,318 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 used request id req-c1d3299a-c75c-4647-8baa-cafc2ce5f989 2019-01-20 11:54:35,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:54:35,351 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:54:35 GMT Server: Apache x-openstack-request-id: req-d06193de-9bda-4a45-a1eb-72449b1911ea Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:54:35,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:54:35 GMT Server: Apache x-openstack-request-id: req-92bc9d25-fec7-431a-8094-3ae8926859f7 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:54:35,556 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 used request id req-92bc9d25-fec7-431a-8094-3ae8926859f7 2019-01-20 11:54:38,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:54:38,590 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:54:38 GMT Server: Apache x-openstack-request-id: req-216f796b-b5c2-4eb4-bfe5-183d34a9890d Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:54:38,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:54:38 GMT Server: Apache x-openstack-request-id: req-fb5b18f3-2f5c-4a97-a72e-aead4716a5d6 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image", "inst_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2", "stack_user_project_id": "c62d31f92786462180d8c63c35bb919d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T11:53:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a7ae72f7-59df-49c6-ba9a-0d099ec91e19", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 11:54:38,632 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 used request id req-fb5b18f3-2f5c-4a97-a72e-aead4716a5d6 2019-01-20 11:54:38,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/febfd08c-a8bf-494f-90e9-8083d424821f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:54:38,662 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:54:38 GMT Server: Apache x-openstack-request-id: req-a0b51fe1-2388-43b4-8361-17166aa40225 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:54:38,735 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:54:38 GMT Server: Apache x-openstack-request-id: req-499ed06a-ebb2-45d5-b50b-cc891de4a373 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:54:38,735 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack1/febfd08c-a8bf-494f-90e9-8083d424821f used request id req-499ed06a-ebb2-45d5-b50b-cc891de4a373 2019-01-20 11:54:38,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b47379b0890b08eaff7ef4f4879f1ff0c7a874ff" 2019-01-20 11:54:38,765 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:54:38 GMT Server: Apache x-openstack-request-id: req-da5bbd8e-375e-49d6-b1c0-ac7f12392206 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:54:38,838 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:54:38 GMT Server: Apache x-openstack-request-id: req-5d22ceca-4cf9-4198-9580-201a9c4d6a04 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:54:38,838 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-stack2/a7ae72f7-59df-49c6-ba9a-0d099ec91e19 used request id req-5d22ceca-4cf9-4198-9580-201a9c4d6a04 2019-01-20 11:54:38,839 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-c5a6bbca-e935-48f1-92a5-96468e771ba1-image 2019-01-20 11:54:38,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/c96af7b4-5261-4773-a17d-6296d0526ac8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}129461d656a8bfae0249bead534dcac7e30cb816" 2019-01-20 11:54:40,832 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9b421b27-0940-45eb-a355-983da3a197d9 Date: Sun, 20 Jan 2019 11:54:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:54:40,833 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/c96af7b4-5261-4773-a17d-6296d0526ac8 used request id req-9b421b27-0940-45eb-a355-983da3a197d9 2019-01-20 11:54:40,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/b929e464-8d7f-47ce-bbed-e27a77e54b3f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1afc90a74ceb2f6d17006cdcc52b8d1924bb51c2" 2019-01-20 11:54:40,902 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11: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 x-openstack-request-id: req-a30c9461-1f27-4193-a8f5-2f79cda136cb x-compute-request-id: req-a30c9461-1f27-4193-a8f5-2f79cda136cb Content-Length: 0 Content-Type: application/json 2019-01-20 11:54:40,903 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/b929e464-8d7f-47ce-bbed-e27a77e54b3f used request id req-a30c9461-1f27-4193-a8f5-2f79cda136cb 2019-01-20 11:54:40,904 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 11:54:40,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:54:40,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:54:41,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:54:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["2lM5JnWiRCygTZeix1LEtw"], "issued_at": "2019-01-20T11:54:41.000000Z"}} 2019-01-20 11:54:41,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff65736351e040193d44ca126a9dc98ae373d9f" 2019-01-20 11:54:41,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:54:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9599e384-85a6-42c9-b14f-de93e5f11d2a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:54:41,376 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9599e384-85a6-42c9-b14f-de93e5f11d2a 2019-01-20 11:54:41,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ff65736351e040193d44ca126a9dc98ae373d9f" 2019-01-20 11:54:41,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-4047b13f-f4c5-49de-aa9f-a06d2095d57a Date: Sun, 20 Jan 2019 11:54:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1"} 2019-01-20 11:54:41,550 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1 used request id req-4047b13f-f4c5-49de-aa9f-a06d2095d57a 2019-01-20 11:54:41,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ff65736351e040193d44ca126a9dc98ae373d9f" 2019-01-20 11:54:41,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-55e55424-da4b-463e-9e75-3aadc628ada3 Date: Sun, 20 Jan 2019 11:54: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"}}} 2019-01-20 11:54:41,707 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-55e55424-da4b-463e-9e75-3aadc628ada3 2019-01-20 11:54:41,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6ff65736351e040193d44ca126a9dc98ae373d9f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1"}' 2019-01-20 11:54:41,964 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/e9e61bde-ac8c-4f12-897e-109376a12f79 X-Openstack-Request-Id: req-3194b896-2d42-4474-b580-19a54a91d4a2 Date: Sun, 20 Jan 2019 11:54:41 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:54:41Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T11:54:41Z", "visibility": "shared", "locations": [], "self": "/v2/images/e9e61bde-ac8c-4f12-897e-109376a12f79", "min_disk": 0, "protected": false, "id": "e9e61bde-ac8c-4f12-897e-109376a12f79", "file": "/v2/images/e9e61bde-ac8c-4f12-897e-109376a12f79/file", "checksum": null, "owner": "632adb60eb5b46cbaf6c905003618b09", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:54:41,964 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-3194b896-2d42-4474-b580-19a54a91d4a2 2019-01-20 11:54:41,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/e9e61bde-ac8c-4f12-897e-109376a12f79/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ff65736351e040193d44ca126a9dc98ae373d9f" -d '' 2019-01-20 11:54:43,575 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-95421b8f-a3b5-41a8-9b0e-7339c8163d57 Date: Sun, 20 Jan 2019 11:54:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:54:43,575 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/e9e61bde-ac8c-4f12-897e-109376a12f79/file used request id req-95421b8f-a3b5-41a8-9b0e-7339c8163d57 2019-01-20 11:54:43,575 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 11:54:43,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/e9e61bde-ac8c-4f12-897e-109376a12f79 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ff65736351e040193d44ca126a9dc98ae373d9f" 2019-01-20 11:54:43,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-36acdfd6-5062-4bc3-a216-6000725f4092 Date: Sun, 20 Jan 2019 11:54:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:54:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:54:43Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e9e61bde-ac8c-4f12-897e-109376a12f79/snap", "metadata": {}}], "self": "/v2/images/e9e61bde-ac8c-4f12-897e-109376a12f79", "min_disk": 0, "protected": false, "id": "e9e61bde-ac8c-4f12-897e-109376a12f79", "file": "/v2/images/e9e61bde-ac8c-4f12-897e-109376a12f79/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e9e61bde-ac8c-4f12-897e-109376a12f79/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:54:43,595 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/e9e61bde-ac8c-4f12-897e-109376a12f79 used request id req-36acdfd6-5062-4bc3-a216-6000725f4092 2019-01-20 11:54:43,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ff65736351e040193d44ca126a9dc98ae373d9f" 2019-01-20 11:54:43,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0efa9ff3-7b41-465d-9ba2-294f64c2271c Date: Sun, 20 Jan 2019 11:54:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 11:54:43,760 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-0efa9ff3-7b41-465d-9ba2-294f64c2271c 2019-01-20 11:54:43,762 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1 2019-01-20 11:54:43,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/e9e61bde-ac8c-4f12-897e-109376a12f79 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ff65736351e040193d44ca126a9dc98ae373d9f" 2019-01-20 11:54:43,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-8a8c776d-9a8f-43ce-8965-fe8bd7ec7ae0 Date: Sun, 20 Jan 2019 11:54:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:54:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:54:43Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e9e61bde-ac8c-4f12-897e-109376a12f79/snap", "metadata": {}}], "self": "/v2/images/e9e61bde-ac8c-4f12-897e-109376a12f79", "min_disk": 0, "protected": false, "id": "e9e61bde-ac8c-4f12-897e-109376a12f79", "file": "/v2/images/e9e61bde-ac8c-4f12-897e-109376a12f79/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e9e61bde-ac8c-4f12-897e-109376a12f79/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:54:43,781 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/e9e61bde-ac8c-4f12-897e-109376a12f79 used request id req-8a8c776d-9a8f-43ce-8965-fe8bd7ec7ae0 2019-01-20 11:54:43,782 - create_image - DEBUG - Instance status is - active 2019-01-20 11:54:43,782 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1 2019-01-20 11:54:43,782 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1 2019-01-20 11:54:43,782 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 11:54:43,782 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:54:43,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:54:44,164 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:54:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["J03objevRRKn1RPADVHq2A"], "issued_at": "2019-01-20T11:54:44.000000Z"}} 2019-01-20 11:54:44,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb2970c5fd9116a111d8de2f7c6ca2abe0eb6da6" 2019-01-20 11:54:44,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf6accfa-d79b-475c-aa93-a383f9e396d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:54:44,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bf6accfa-d79b-475c-aa93-a383f9e396d5 2019-01-20 11:54:44,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb2970c5fd9116a111d8de2f7c6ca2abe0eb6da6" 2019-01-20 11:54:44,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-ae4c9bd9-a380-443e-b994-00cd248c4a6b Date: Sun, 20 Jan 2019 11:54:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2"} 2019-01-20 11:54:44,437 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2 used request id req-ae4c9bd9-a380-443e-b994-00cd248c4a6b 2019-01-20 11:54:44,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb2970c5fd9116a111d8de2f7c6ca2abe0eb6da6" 2019-01-20 11:54:44,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-be361947-9d66-48bd-8ed1-4d0ad21ba045 Date: Sun, 20 Jan 2019 11:54:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 11:54:44,596 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-be361947-9d66-48bd-8ed1-4d0ad21ba045 2019-01-20 11:54:44,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bb2970c5fd9116a111d8de2f7c6ca2abe0eb6da6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2"}' 2019-01-20 11:54:44,865 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5 X-Openstack-Request-Id: req-80b182f3-3a08-42e9-ab22-5d62a7517ee6 Date: Sun, 20 Jan 2019 11:54:44 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:54:44Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T11:54:44Z", "visibility": "shared", "locations": [], "self": "/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5", "min_disk": 0, "protected": false, "id": "f9a05451-3d4f-4f49-9892-69c5cee642f5", "file": "/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5/file", "checksum": null, "owner": "632adb60eb5b46cbaf6c905003618b09", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:54:44,865 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-80b182f3-3a08-42e9-ab22-5d62a7517ee6 2019-01-20 11:54:44,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb2970c5fd9116a111d8de2f7c6ca2abe0eb6da6" -d '' 2019-01-20 11:54:45,940 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c366a5c3-885a-4ac9-ac9b-ab23a6c87bdd Date: Sun, 20 Jan 2019 11:54:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:54:45,941 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5/file used request id req-c366a5c3-885a-4ac9-ac9b-ab23a6c87bdd 2019-01-20 11:54:45,941 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 11:54:45,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb2970c5fd9116a111d8de2f7c6ca2abe0eb6da6" 2019-01-20 11:54:46,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-40f047cc-c323-485c-b53e-23e1f581ac26 Date: Sun, 20 Jan 2019 11:54:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:54:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:54:45Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f9a05451-3d4f-4f49-9892-69c5cee642f5/snap", "metadata": {}}], "self": "/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5", "min_disk": 0, "protected": false, "id": "f9a05451-3d4f-4f49-9892-69c5cee642f5", "file": "/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f9a05451-3d4f-4f49-9892-69c5cee642f5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:54:46,131 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5 used request id req-40f047cc-c323-485c-b53e-23e1f581ac26 2019-01-20 11:54:46,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb2970c5fd9116a111d8de2f7c6ca2abe0eb6da6" 2019-01-20 11:54:46,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9c263f9d-0499-42e9-87f8-ae854354edf6 Date: Sun, 20 Jan 2019 11:54:46 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 11:54:46,288 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-9c263f9d-0499-42e9-87f8-ae854354edf6 2019-01-20 11:54:46,291 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2 2019-01-20 11:54:46,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb2970c5fd9116a111d8de2f7c6ca2abe0eb6da6" 2019-01-20 11:54:46,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-2e57ca79-0a34-4dfd-bcff-606fca5b120b Date: Sun, 20 Jan 2019 11:54:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:54:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:54:45Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f9a05451-3d4f-4f49-9892-69c5cee642f5/snap", "metadata": {}}], "self": "/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5", "min_disk": 0, "protected": false, "id": "f9a05451-3d4f-4f49-9892-69c5cee642f5", "file": "/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f9a05451-3d4f-4f49-9892-69c5cee642f5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:54:46,455 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5 used request id req-2e57ca79-0a34-4dfd-bcff-606fca5b120b 2019-01-20 11:54:46,456 - create_image - DEBUG - Instance status is - active 2019-01-20 11:54:46,456 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2 2019-01-20 11:54:46,456 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2 2019-01-20 11:54:46,457 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 11:54:46,533 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:54:46,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:54:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["fN22tVfiSLC6F69_IP9nXg"], "issued_at": "2019-01-20T11:54:46.000000Z"}} 2019-01-20 11:54:46,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-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-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net"}}' 2019-01-20 11:54:51,101 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:54:47 GMT Server: Apache x-openstack-request-id: req-01d475ec-ba88-460c-a157-24f7e5603234 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "de24b451-f49a-4920-85c9-ecc57a955121", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "self"}]}} 2019-01-20 11:54:51,101 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks used request id req-01d475ec-ba88-460c-a157-24f7e5603234 2019-01-20 11:54:51,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:54:51,278 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:54:51 GMT Server: Apache x-openstack-request-id: req-45b9aed5-6ee4-40c8-9bcc-ab26e0182004 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:54:51,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:54:51 GMT Server: Apache x-openstack-request-id: req-b540bb42-5310-4527-b468-23b3f9b5d50e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor2", "OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "de24b451-f49a-4920-85c9-ecc57a955121", "OS::stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "stack_user_project_id": "84c8fe184fb441fea521ca6eb5c39b5b", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:54:50Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "de24b451-f49a-4920-85c9-ecc57a955121", "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"}} 2019-01-20 11:54:51,578 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 used request id req-b540bb42-5310-4527-b468-23b3f9b5d50e 2019-01-20 11:54:51,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:54:52,233 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:54:51 GMT Server: Apache x-openstack-request-id: req-49d93485-72ea-4cfd-b10c-b04f93702a38 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:54:52,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:54:52 GMT Server: Apache x-openstack-request-id: req-4a37f995-a587-48a5-bd96-630350209431 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor2", "OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "de24b451-f49a-4920-85c9-ecc57a955121", "OS::stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "stack_user_project_id": "84c8fe184fb441fea521ca6eb5c39b5b", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:54:50Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "de24b451-f49a-4920-85c9-ecc57a955121", "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"}} 2019-01-20 11:54:52,456 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 used request id req-4a37f995-a587-48a5-bd96-630350209431 2019-01-20 11:54:55,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:54:56,121 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:54:55 GMT Server: Apache x-openstack-request-id: req-3af5acda-496b-47ba-8a7d-ee1991b0bb61 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:54:56,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:54:56 GMT Server: Apache x-openstack-request-id: req-2a01f0e7-b380-4e1a-9a36-cff52cf630a3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2072 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-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor2", "OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "de24b451-f49a-4920-85c9-ecc57a955121", "OS::stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "stack_user_project_id": "84c8fe184fb441fea521ca6eb5c39b5b", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:54:50Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "de24b451-f49a-4920-85c9-ecc57a955121", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAsa6zvjLn7FV5ieoAjhW+q/Vsq2JmvAIu/imffUUvyq8zm6d0\nd40fKSp8tdj5vU8ECWkWT3Okru7rAekRxW4/Pa9HdufOfGYQutxdE0VUCqQwBeSb\n872I3G8Yv/ANx0Eif4clJs1cquA82mdppkLXKIKNarOWulcHAapLQv4iOqGiJkwa\nkfTLam4yHu+GoeFvJr8TNMrA4/E3/2hXTMQm5Byn3U35w9grJf9+tsMoMfjuY+lG\n18pvNC073Ipgg9XOrQRidU0Pj7AlgrFTg3eIMHrXNzP2IKg7uBgYeOk7hdzvhvAq\nMfwyui+t6SST0tCV+LwLu69DQQEiWDPHiGQRfQIDAQABAoIBAQCgt0QPwx3ysDG6\nJHYSDusjwV9k+iGw50y4Ss/fUIh1Ddphbas0Q+quoqahGbxzlpgxJuOuRAzuyl65\noKaZbSo40mWS0QP9k5iIXLC3sJre8Toa6niBlKvJr5e0bR8ZXvokXgqluVWbni6M\n4sM2Rvk0xDnEDONGc1d8Exv2YcZ2PqF/FRwrR/zdcZFyQkUjQfRE9O74Q12K1vlb\nDlx+F16y/hAIQ5GucrKikrBmUQHpeHEehPM1hPSiJH6jamBfIv5W43NyvfEpVxuK\nQNNmX36as+mZBDLd5pwDeD312LV3qPLcxgdDrwsDOgpy8pibw4+yx0GaVZtJbLrG\nMuzIA+cFAoGBANgbR6Vw3R3sxW8MeCr38IoWk5LyGWQ9w+u+9nfwmewZpdG8AXSj\nt/AJmPT3Pj1gUnRsMI/T1OGSdAUjW3d8zdywt5+rAGaBqLUmydYnfn3S2DYg+nwX\nzx/L1LMfMisYd+YGxo5XjvmWaxvq84YWEpar0NiboljFNOjIRbm9USRzAoGBANJ7\nlRkYP1WcT306kdMm3jFxDlRXA7e8PzOnMF2+vbSCCeRZhQhvgys1dbJDzJ8lpRDn\n5wCedrHhnbW07NHmO/tbej8xtuA0t8d8Aty6wc5iaMxPxS2n81GcZQo6ed5pl7EL\ndDHLgBi8g+AUylsaTZZiRRj5SCWLSdIaTnl33GZPAoGBAMi6JgVEXQ3zo7svANsg\naztIFxDRcMZMHJP3TyU+xSmo9P1nvI5jl3EM6Rb4I8aMlmnvJ/ggEUboan1vRwEo\nWmqXdieHhRqxakvA2I7jJjmmww8b+K2Uy91DzbAG1Ol0k8GEH5+NMo8fqSNIS6QL\nEn8C3jyj6tq7ahaiFymb8CeDAoGAXN8koYb+YxLuS+4s68MppR0iWnpubILGTE9H\n2wVPhTcfkD8joN47PTSAcyDRR6N/mt8IIVDKRKCtSsDDAbaZ3sW1Qe74pyL7uCxy\nwtwwqZTocsX71bJWfTsJpiK5JTboNLk+Er6dDc0YTyY9R0dq1qETpfpQKCi2cNsk\npxoJCKcCgYEApz3gOOE7BRdNa/VsxTIlASd5Hr0AE3+D6RwM4vn/HMtdwFNjePJH\nTNAm2jyUu53Eq+w1beDYqC4PSL4ROtD4NP3qIXqwGEUH6n1oFND2qIozAbq4gVIR\ntAHUbJYDtb7TjUaA7i5W2NsspZDc6TYggXudqVXdHBj7saPksHfyxTQ=\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"}} 2019-01-20 11:54:56,523 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 used request id req-2a01f0e7-b380-4e1a-9a36-cff52cf630a3 2019-01-20 11:54:59,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:54:59,556 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:54:59 GMT Server: Apache x-openstack-request-id: req-559732c6-8c05-443c-98d8-61d5a711d4a6 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:54:59,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:54:59 GMT Server: Apache x-openstack-request-id: req-767cb5f4-c749-4044-98fc-afb26e9e1741 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2072 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-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor2", "OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "de24b451-f49a-4920-85c9-ecc57a955121", "OS::stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "stack_user_project_id": "84c8fe184fb441fea521ca6eb5c39b5b", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:54:50Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "de24b451-f49a-4920-85c9-ecc57a955121", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAsa6zvjLn7FV5ieoAjhW+q/Vsq2JmvAIu/imffUUvyq8zm6d0\nd40fKSp8tdj5vU8ECWkWT3Okru7rAekRxW4/Pa9HdufOfGYQutxdE0VUCqQwBeSb\n872I3G8Yv/ANx0Eif4clJs1cquA82mdppkLXKIKNarOWulcHAapLQv4iOqGiJkwa\nkfTLam4yHu+GoeFvJr8TNMrA4/E3/2hXTMQm5Byn3U35w9grJf9+tsMoMfjuY+lG\n18pvNC073Ipgg9XOrQRidU0Pj7AlgrFTg3eIMHrXNzP2IKg7uBgYeOk7hdzvhvAq\nMfwyui+t6SST0tCV+LwLu69DQQEiWDPHiGQRfQIDAQABAoIBAQCgt0QPwx3ysDG6\nJHYSDusjwV9k+iGw50y4Ss/fUIh1Ddphbas0Q+quoqahGbxzlpgxJuOuRAzuyl65\noKaZbSo40mWS0QP9k5iIXLC3sJre8Toa6niBlKvJr5e0bR8ZXvokXgqluVWbni6M\n4sM2Rvk0xDnEDONGc1d8Exv2YcZ2PqF/FRwrR/zdcZFyQkUjQfRE9O74Q12K1vlb\nDlx+F16y/hAIQ5GucrKikrBmUQHpeHEehPM1hPSiJH6jamBfIv5W43NyvfEpVxuK\nQNNmX36as+mZBDLd5pwDeD312LV3qPLcxgdDrwsDOgpy8pibw4+yx0GaVZtJbLrG\nMuzIA+cFAoGBANgbR6Vw3R3sxW8MeCr38IoWk5LyGWQ9w+u+9nfwmewZpdG8AXSj\nt/AJmPT3Pj1gUnRsMI/T1OGSdAUjW3d8zdywt5+rAGaBqLUmydYnfn3S2DYg+nwX\nzx/L1LMfMisYd+YGxo5XjvmWaxvq84YWEpar0NiboljFNOjIRbm9USRzAoGBANJ7\nlRkYP1WcT306kdMm3jFxDlRXA7e8PzOnMF2+vbSCCeRZhQhvgys1dbJDzJ8lpRDn\n5wCedrHhnbW07NHmO/tbej8xtuA0t8d8Aty6wc5iaMxPxS2n81GcZQo6ed5pl7EL\ndDHLgBi8g+AUylsaTZZiRRj5SCWLSdIaTnl33GZPAoGBAMi6JgVEXQ3zo7svANsg\naztIFxDRcMZMHJP3TyU+xSmo9P1nvI5jl3EM6Rb4I8aMlmnvJ/ggEUboan1vRwEo\nWmqXdieHhRqxakvA2I7jJjmmww8b+K2Uy91DzbAG1Ol0k8GEH5+NMo8fqSNIS6QL\nEn8C3jyj6tq7ahaiFymb8CeDAoGAXN8koYb+YxLuS+4s68MppR0iWnpubILGTE9H\n2wVPhTcfkD8joN47PTSAcyDRR6N/mt8IIVDKRKCtSsDDAbaZ3sW1Qe74pyL7uCxy\nwtwwqZTocsX71bJWfTsJpiK5JTboNLk+Er6dDc0YTyY9R0dq1qETpfpQKCi2cNsk\npxoJCKcCgYEApz3gOOE7BRdNa/VsxTIlASd5Hr0AE3+D6RwM4vn/HMtdwFNjePJH\nTNAm2jyUu53Eq+w1beDYqC4PSL4ROtD4NP3qIXqwGEUH6n1oFND2qIozAbq4gVIR\ntAHUbJYDtb7TjUaA7i5W2NsspZDc6TYggXudqVXdHBj7saPksHfyxTQ=\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"}} 2019-01-20 11:54:59,781 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 used request id req-767cb5f4-c749-4044-98fc-afb26e9e1741 2019-01-20 11:55:02,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:02,974 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:02 GMT Server: Apache x-openstack-request-id: req-01f0f7fd-3e2b-4996-9e7e-a763cd715e10 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:03,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:02 GMT Server: Apache x-openstack-request-id: req-e1930ce8-d974-4426-851b-cf56bd07ac0e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2072 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-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor2", "OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "de24b451-f49a-4920-85c9-ecc57a955121", "OS::stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "stack_user_project_id": "84c8fe184fb441fea521ca6eb5c39b5b", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:54:50Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "de24b451-f49a-4920-85c9-ecc57a955121", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAsa6zvjLn7FV5ieoAjhW+q/Vsq2JmvAIu/imffUUvyq8zm6d0\nd40fKSp8tdj5vU8ECWkWT3Okru7rAekRxW4/Pa9HdufOfGYQutxdE0VUCqQwBeSb\n872I3G8Yv/ANx0Eif4clJs1cquA82mdppkLXKIKNarOWulcHAapLQv4iOqGiJkwa\nkfTLam4yHu+GoeFvJr8TNMrA4/E3/2hXTMQm5Byn3U35w9grJf9+tsMoMfjuY+lG\n18pvNC073Ipgg9XOrQRidU0Pj7AlgrFTg3eIMHrXNzP2IKg7uBgYeOk7hdzvhvAq\nMfwyui+t6SST0tCV+LwLu69DQQEiWDPHiGQRfQIDAQABAoIBAQCgt0QPwx3ysDG6\nJHYSDusjwV9k+iGw50y4Ss/fUIh1Ddphbas0Q+quoqahGbxzlpgxJuOuRAzuyl65\noKaZbSo40mWS0QP9k5iIXLC3sJre8Toa6niBlKvJr5e0bR8ZXvokXgqluVWbni6M\n4sM2Rvk0xDnEDONGc1d8Exv2YcZ2PqF/FRwrR/zdcZFyQkUjQfRE9O74Q12K1vlb\nDlx+F16y/hAIQ5GucrKikrBmUQHpeHEehPM1hPSiJH6jamBfIv5W43NyvfEpVxuK\nQNNmX36as+mZBDLd5pwDeD312LV3qPLcxgdDrwsDOgpy8pibw4+yx0GaVZtJbLrG\nMuzIA+cFAoGBANgbR6Vw3R3sxW8MeCr38IoWk5LyGWQ9w+u+9nfwmewZpdG8AXSj\nt/AJmPT3Pj1gUnRsMI/T1OGSdAUjW3d8zdywt5+rAGaBqLUmydYnfn3S2DYg+nwX\nzx/L1LMfMisYd+YGxo5XjvmWaxvq84YWEpar0NiboljFNOjIRbm9USRzAoGBANJ7\nlRkYP1WcT306kdMm3jFxDlRXA7e8PzOnMF2+vbSCCeRZhQhvgys1dbJDzJ8lpRDn\n5wCedrHhnbW07NHmO/tbej8xtuA0t8d8Aty6wc5iaMxPxS2n81GcZQo6ed5pl7EL\ndDHLgBi8g+AUylsaTZZiRRj5SCWLSdIaTnl33GZPAoGBAMi6JgVEXQ3zo7svANsg\naztIFxDRcMZMHJP3TyU+xSmo9P1nvI5jl3EM6Rb4I8aMlmnvJ/ggEUboan1vRwEo\nWmqXdieHhRqxakvA2I7jJjmmww8b+K2Uy91DzbAG1Ol0k8GEH5+NMo8fqSNIS6QL\nEn8C3jyj6tq7ahaiFymb8CeDAoGAXN8koYb+YxLuS+4s68MppR0iWnpubILGTE9H\n2wVPhTcfkD8joN47PTSAcyDRR6N/mt8IIVDKRKCtSsDDAbaZ3sW1Qe74pyL7uCxy\nwtwwqZTocsX71bJWfTsJpiK5JTboNLk+Er6dDc0YTyY9R0dq1qETpfpQKCi2cNsk\npxoJCKcCgYEApz3gOOE7BRdNa/VsxTIlASd5Hr0AE3+D6RwM4vn/HMtdwFNjePJH\nTNAm2jyUu53Eq+w1beDYqC4PSL4ROtD4NP3qIXqwGEUH6n1oFND2qIozAbq4gVIR\ntAHUbJYDtb7TjUaA7i5W2NsspZDc6TYggXudqVXdHBj7saPksHfyxTQ=\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"}} 2019-01-20 11:55:03,807 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 used request id req-e1930ce8-d974-4426-851b-cf56bd07ac0e 2019-01-20 11:55:06,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:06,985 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:06 GMT Server: Apache x-openstack-request-id: req-592b71bd-05f9-455f-ac16-b44e43667e9e Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:07,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:06 GMT Server: Apache x-openstack-request-id: req-a0c6dbef-e5b8-4db3-8410-452422128277 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2072 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-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor2", "OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "de24b451-f49a-4920-85c9-ecc57a955121", "OS::stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "stack_user_project_id": "84c8fe184fb441fea521ca6eb5c39b5b", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:54:50Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "de24b451-f49a-4920-85c9-ecc57a955121", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAsa6zvjLn7FV5ieoAjhW+q/Vsq2JmvAIu/imffUUvyq8zm6d0\nd40fKSp8tdj5vU8ECWkWT3Okru7rAekRxW4/Pa9HdufOfGYQutxdE0VUCqQwBeSb\n872I3G8Yv/ANx0Eif4clJs1cquA82mdppkLXKIKNarOWulcHAapLQv4iOqGiJkwa\nkfTLam4yHu+GoeFvJr8TNMrA4/E3/2hXTMQm5Byn3U35w9grJf9+tsMoMfjuY+lG\n18pvNC073Ipgg9XOrQRidU0Pj7AlgrFTg3eIMHrXNzP2IKg7uBgYeOk7hdzvhvAq\nMfwyui+t6SST0tCV+LwLu69DQQEiWDPHiGQRfQIDAQABAoIBAQCgt0QPwx3ysDG6\nJHYSDusjwV9k+iGw50y4Ss/fUIh1Ddphbas0Q+quoqahGbxzlpgxJuOuRAzuyl65\noKaZbSo40mWS0QP9k5iIXLC3sJre8Toa6niBlKvJr5e0bR8ZXvokXgqluVWbni6M\n4sM2Rvk0xDnEDONGc1d8Exv2YcZ2PqF/FRwrR/zdcZFyQkUjQfRE9O74Q12K1vlb\nDlx+F16y/hAIQ5GucrKikrBmUQHpeHEehPM1hPSiJH6jamBfIv5W43NyvfEpVxuK\nQNNmX36as+mZBDLd5pwDeD312LV3qPLcxgdDrwsDOgpy8pibw4+yx0GaVZtJbLrG\nMuzIA+cFAoGBANgbR6Vw3R3sxW8MeCr38IoWk5LyGWQ9w+u+9nfwmewZpdG8AXSj\nt/AJmPT3Pj1gUnRsMI/T1OGSdAUjW3d8zdywt5+rAGaBqLUmydYnfn3S2DYg+nwX\nzx/L1LMfMisYd+YGxo5XjvmWaxvq84YWEpar0NiboljFNOjIRbm9USRzAoGBANJ7\nlRkYP1WcT306kdMm3jFxDlRXA7e8PzOnMF2+vbSCCeRZhQhvgys1dbJDzJ8lpRDn\n5wCedrHhnbW07NHmO/tbej8xtuA0t8d8Aty6wc5iaMxPxS2n81GcZQo6ed5pl7EL\ndDHLgBi8g+AUylsaTZZiRRj5SCWLSdIaTnl33GZPAoGBAMi6JgVEXQ3zo7svANsg\naztIFxDRcMZMHJP3TyU+xSmo9P1nvI5jl3EM6Rb4I8aMlmnvJ/ggEUboan1vRwEo\nWmqXdieHhRqxakvA2I7jJjmmww8b+K2Uy91DzbAG1Ol0k8GEH5+NMo8fqSNIS6QL\nEn8C3jyj6tq7ahaiFymb8CeDAoGAXN8koYb+YxLuS+4s68MppR0iWnpubILGTE9H\n2wVPhTcfkD8joN47PTSAcyDRR6N/mt8IIVDKRKCtSsDDAbaZ3sW1Qe74pyL7uCxy\nwtwwqZTocsX71bJWfTsJpiK5JTboNLk+Er6dDc0YTyY9R0dq1qETpfpQKCi2cNsk\npxoJCKcCgYEApz3gOOE7BRdNa/VsxTIlASd5Hr0AE3+D6RwM4vn/HMtdwFNjePJH\nTNAm2jyUu53Eq+w1beDYqC4PSL4ROtD4NP3qIXqwGEUH6n1oFND2qIozAbq4gVIR\ntAHUbJYDtb7TjUaA7i5W2NsspZDc6TYggXudqVXdHBj7saPksHfyxTQ=\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"}} 2019-01-20 11:55:07,310 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 used request id req-a0c6dbef-e5b8-4db3-8410-452422128277 2019-01-20 11:55:10,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:10,344 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:10 GMT Server: Apache x-openstack-request-id: req-58103651-1756-4140-839f-c53733144220 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:10,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:10 GMT Server: Apache x-openstack-request-id: req-f5880a0b-0722-4d88-9092-478ee053026a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2072 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-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor2", "OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "de24b451-f49a-4920-85c9-ecc57a955121", "OS::stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "stack_user_project_id": "84c8fe184fb441fea521ca6eb5c39b5b", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:54:50Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "de24b451-f49a-4920-85c9-ecc57a955121", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAsa6zvjLn7FV5ieoAjhW+q/Vsq2JmvAIu/imffUUvyq8zm6d0\nd40fKSp8tdj5vU8ECWkWT3Okru7rAekRxW4/Pa9HdufOfGYQutxdE0VUCqQwBeSb\n872I3G8Yv/ANx0Eif4clJs1cquA82mdppkLXKIKNarOWulcHAapLQv4iOqGiJkwa\nkfTLam4yHu+GoeFvJr8TNMrA4/E3/2hXTMQm5Byn3U35w9grJf9+tsMoMfjuY+lG\n18pvNC073Ipgg9XOrQRidU0Pj7AlgrFTg3eIMHrXNzP2IKg7uBgYeOk7hdzvhvAq\nMfwyui+t6SST0tCV+LwLu69DQQEiWDPHiGQRfQIDAQABAoIBAQCgt0QPwx3ysDG6\nJHYSDusjwV9k+iGw50y4Ss/fUIh1Ddphbas0Q+quoqahGbxzlpgxJuOuRAzuyl65\noKaZbSo40mWS0QP9k5iIXLC3sJre8Toa6niBlKvJr5e0bR8ZXvokXgqluVWbni6M\n4sM2Rvk0xDnEDONGc1d8Exv2YcZ2PqF/FRwrR/zdcZFyQkUjQfRE9O74Q12K1vlb\nDlx+F16y/hAIQ5GucrKikrBmUQHpeHEehPM1hPSiJH6jamBfIv5W43NyvfEpVxuK\nQNNmX36as+mZBDLd5pwDeD312LV3qPLcxgdDrwsDOgpy8pibw4+yx0GaVZtJbLrG\nMuzIA+cFAoGBANgbR6Vw3R3sxW8MeCr38IoWk5LyGWQ9w+u+9nfwmewZpdG8AXSj\nt/AJmPT3Pj1gUnRsMI/T1OGSdAUjW3d8zdywt5+rAGaBqLUmydYnfn3S2DYg+nwX\nzx/L1LMfMisYd+YGxo5XjvmWaxvq84YWEpar0NiboljFNOjIRbm9USRzAoGBANJ7\nlRkYP1WcT306kdMm3jFxDlRXA7e8PzOnMF2+vbSCCeRZhQhvgys1dbJDzJ8lpRDn\n5wCedrHhnbW07NHmO/tbej8xtuA0t8d8Aty6wc5iaMxPxS2n81GcZQo6ed5pl7EL\ndDHLgBi8g+AUylsaTZZiRRj5SCWLSdIaTnl33GZPAoGBAMi6JgVEXQ3zo7svANsg\naztIFxDRcMZMHJP3TyU+xSmo9P1nvI5jl3EM6Rb4I8aMlmnvJ/ggEUboan1vRwEo\nWmqXdieHhRqxakvA2I7jJjmmww8b+K2Uy91DzbAG1Ol0k8GEH5+NMo8fqSNIS6QL\nEn8C3jyj6tq7ahaiFymb8CeDAoGAXN8koYb+YxLuS+4s68MppR0iWnpubILGTE9H\n2wVPhTcfkD8joN47PTSAcyDRR6N/mt8IIVDKRKCtSsDDAbaZ3sW1Qe74pyL7uCxy\nwtwwqZTocsX71bJWfTsJpiK5JTboNLk+Er6dDc0YTyY9R0dq1qETpfpQKCi2cNsk\npxoJCKcCgYEApz3gOOE7BRdNa/VsxTIlASd5Hr0AE3+D6RwM4vn/HMtdwFNjePJH\nTNAm2jyUu53Eq+w1beDYqC4PSL4ROtD4NP3qIXqwGEUH6n1oFND2qIozAbq4gVIR\ntAHUbJYDtb7TjUaA7i5W2NsspZDc6TYggXudqVXdHBj7saPksHfyxTQ=\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"}} 2019-01-20 11:55:10,667 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 used request id req-f5880a0b-0722-4d88-9092-478ee053026a 2019-01-20 11:55:13,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:13,845 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:13 GMT Server: Apache x-openstack-request-id: req-bc6c6799-edc6-46a9-9c95-e8aa05c3abb5 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:14,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:13 GMT Server: Apache x-openstack-request-id: req-ad905861-0d85-4d6f-850b-6c02aa0a7fc0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 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-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor2", "OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "de24b451-f49a-4920-85c9-ecc57a955121", "OS::stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "stack_user_project_id": "84c8fe184fb441fea521ca6eb5c39b5b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T11:54:50Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "de24b451-f49a-4920-85c9-ecc57a955121", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAsa6zvjLn7FV5ieoAjhW+q/Vsq2JmvAIu/imffUUvyq8zm6d0\nd40fKSp8tdj5vU8ECWkWT3Okru7rAekRxW4/Pa9HdufOfGYQutxdE0VUCqQwBeSb\n872I3G8Yv/ANx0Eif4clJs1cquA82mdppkLXKIKNarOWulcHAapLQv4iOqGiJkwa\nkfTLam4yHu+GoeFvJr8TNMrA4/E3/2hXTMQm5Byn3U35w9grJf9+tsMoMfjuY+lG\n18pvNC073Ipgg9XOrQRidU0Pj7AlgrFTg3eIMHrXNzP2IKg7uBgYeOk7hdzvhvAq\nMfwyui+t6SST0tCV+LwLu69DQQEiWDPHiGQRfQIDAQABAoIBAQCgt0QPwx3ysDG6\nJHYSDusjwV9k+iGw50y4Ss/fUIh1Ddphbas0Q+quoqahGbxzlpgxJuOuRAzuyl65\noKaZbSo40mWS0QP9k5iIXLC3sJre8Toa6niBlKvJr5e0bR8ZXvokXgqluVWbni6M\n4sM2Rvk0xDnEDONGc1d8Exv2YcZ2PqF/FRwrR/zdcZFyQkUjQfRE9O74Q12K1vlb\nDlx+F16y/hAIQ5GucrKikrBmUQHpeHEehPM1hPSiJH6jamBfIv5W43NyvfEpVxuK\nQNNmX36as+mZBDLd5pwDeD312LV3qPLcxgdDrwsDOgpy8pibw4+yx0GaVZtJbLrG\nMuzIA+cFAoGBANgbR6Vw3R3sxW8MeCr38IoWk5LyGWQ9w+u+9nfwmewZpdG8AXSj\nt/AJmPT3Pj1gUnRsMI/T1OGSdAUjW3d8zdywt5+rAGaBqLUmydYnfn3S2DYg+nwX\nzx/L1LMfMisYd+YGxo5XjvmWaxvq84YWEpar0NiboljFNOjIRbm9USRzAoGBANJ7\nlRkYP1WcT306kdMm3jFxDlRXA7e8PzOnMF2+vbSCCeRZhQhvgys1dbJDzJ8lpRDn\n5wCedrHhnbW07NHmO/tbej8xtuA0t8d8Aty6wc5iaMxPxS2n81GcZQo6ed5pl7EL\ndDHLgBi8g+AUylsaTZZiRRj5SCWLSdIaTnl33GZPAoGBAMi6JgVEXQ3zo7svANsg\naztIFxDRcMZMHJP3TyU+xSmo9P1nvI5jl3EM6Rb4I8aMlmnvJ/ggEUboan1vRwEo\nWmqXdieHhRqxakvA2I7jJjmmww8b+K2Uy91DzbAG1Ol0k8GEH5+NMo8fqSNIS6QL\nEn8C3jyj6tq7ahaiFymb8CeDAoGAXN8koYb+YxLuS+4s68MppR0iWnpubILGTE9H\n2wVPhTcfkD8joN47PTSAcyDRR6N/mt8IIVDKRKCtSsDDAbaZ3sW1Qe74pyL7uCxy\nwtwwqZTocsX71bJWfTsJpiK5JTboNLk+Er6dDc0YTyY9R0dq1qETpfpQKCi2cNsk\npxoJCKcCgYEApz3gOOE7BRdNa/VsxTIlASd5Hr0AE3+D6RwM4vn/HMtdwFNjePJH\nTNAm2jyUu53Eq+w1beDYqC4PSL4ROtD4NP3qIXqwGEUH6n1oFND2qIozAbq4gVIR\ntAHUbJYDtb7TjUaA7i5W2NsspZDc6TYggXudqVXdHBj7saPksHfyxTQ=\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"}} 2019-01-20 11:55:14,263 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 used request id req-ad905861-0d85-4d6f-850b-6c02aa0a7fc0 2019-01-20 11:55:14,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:14,434 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:14 GMT Server: Apache x-openstack-request-id: req-f540f0bd-ff5c-4cd9-b85d-dd3b7c06bff8 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:14,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:14 GMT Server: Apache x-openstack-request-id: req-4c37caf4-dabe-4c8e-91fe-c4fe0e5687f5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1041 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "7b7774a6-0368-4137-b8fe-56b1102d37da", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "bc13b470-4422-453f-b1be-d3abe8c0456d", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/network", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "7388407e-7c0f-4ee2-abfc-3b4dac62ab67", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "bf93bd95-fb20-495d-b180-73443d94cc3c", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "39e2c573-a661-4f50-afc6-facf7bd53420", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "50", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "cbbba321-0ba7-470f-9ee4-b614e1a10bc4", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "cbbba321-0ba7-470f-9ee4-b614e1a10bc4:subnet_id=95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f1af623f-2f23-43d4-ad3f-822fe75fb53e", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "5a4d6204-43e0-42f6-aa97-81320ad69539", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/port1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "4e0093f5-72f0-4a6f-ba08-d2d75788d574", "resource_type": "OS::Neutron::Port"}]} 2019-01-20 11:55:14,514 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources used request id req-4c37caf4-dabe-4c8e-91fe-c4fe0e5687f5 2019-01-20 11:55:14,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:14,707 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:14 GMT Server: Apache x-openstack-request-id: req-509bfae7-c9ff-41af-92b0-d82ca6b23667 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:14,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:14 GMT Server: Apache x-openstack-request-id: req-e00ad417-c02e-4e31-a596-327066105c7e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 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-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor2", "OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "de24b451-f49a-4920-85c9-ecc57a955121", "OS::stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "stack_user_project_id": "84c8fe184fb441fea521ca6eb5c39b5b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T11:54:50Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "de24b451-f49a-4920-85c9-ecc57a955121", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAsa6zvjLn7FV5ieoAjhW+q/Vsq2JmvAIu/imffUUvyq8zm6d0\nd40fKSp8tdj5vU8ECWkWT3Okru7rAekRxW4/Pa9HdufOfGYQutxdE0VUCqQwBeSb\n872I3G8Yv/ANx0Eif4clJs1cquA82mdppkLXKIKNarOWulcHAapLQv4iOqGiJkwa\nkfTLam4yHu+GoeFvJr8TNMrA4/E3/2hXTMQm5Byn3U35w9grJf9+tsMoMfjuY+lG\n18pvNC073Ipgg9XOrQRidU0Pj7AlgrFTg3eIMHrXNzP2IKg7uBgYeOk7hdzvhvAq\nMfwyui+t6SST0tCV+LwLu69DQQEiWDPHiGQRfQIDAQABAoIBAQCgt0QPwx3ysDG6\nJHYSDusjwV9k+iGw50y4Ss/fUIh1Ddphbas0Q+quoqahGbxzlpgxJuOuRAzuyl65\noKaZbSo40mWS0QP9k5iIXLC3sJre8Toa6niBlKvJr5e0bR8ZXvokXgqluVWbni6M\n4sM2Rvk0xDnEDONGc1d8Exv2YcZ2PqF/FRwrR/zdcZFyQkUjQfRE9O74Q12K1vlb\nDlx+F16y/hAIQ5GucrKikrBmUQHpeHEehPM1hPSiJH6jamBfIv5W43NyvfEpVxuK\nQNNmX36as+mZBDLd5pwDeD312LV3qPLcxgdDrwsDOgpy8pibw4+yx0GaVZtJbLrG\nMuzIA+cFAoGBANgbR6Vw3R3sxW8MeCr38IoWk5LyGWQ9w+u+9nfwmewZpdG8AXSj\nt/AJmPT3Pj1gUnRsMI/T1OGSdAUjW3d8zdywt5+rAGaBqLUmydYnfn3S2DYg+nwX\nzx/L1LMfMisYd+YGxo5XjvmWaxvq84YWEpar0NiboljFNOjIRbm9USRzAoGBANJ7\nlRkYP1WcT306kdMm3jFxDlRXA7e8PzOnMF2+vbSCCeRZhQhvgys1dbJDzJ8lpRDn\n5wCedrHhnbW07NHmO/tbej8xtuA0t8d8Aty6wc5iaMxPxS2n81GcZQo6ed5pl7EL\ndDHLgBi8g+AUylsaTZZiRRj5SCWLSdIaTnl33GZPAoGBAMi6JgVEXQ3zo7svANsg\naztIFxDRcMZMHJP3TyU+xSmo9P1nvI5jl3EM6Rb4I8aMlmnvJ/ggEUboan1vRwEo\nWmqXdieHhRqxakvA2I7jJjmmww8b+K2Uy91DzbAG1Ol0k8GEH5+NMo8fqSNIS6QL\nEn8C3jyj6tq7ahaiFymb8CeDAoGAXN8koYb+YxLuS+4s68MppR0iWnpubILGTE9H\n2wVPhTcfkD8joN47PTSAcyDRR6N/mt8IIVDKRKCtSsDDAbaZ3sW1Qe74pyL7uCxy\nwtwwqZTocsX71bJWfTsJpiK5JTboNLk+Er6dDc0YTyY9R0dq1qETpfpQKCi2cNsk\npxoJCKcCgYEApz3gOOE7BRdNa/VsxTIlASd5Hr0AE3+D6RwM4vn/HMtdwFNjePJH\nTNAm2jyUu53Eq+w1beDYqC4PSL4ROtD4NP3qIXqwGEUH6n1oFND2qIozAbq4gVIR\ntAHUbJYDtb7TjUaA7i5W2NsspZDc6TYggXudqVXdHBj7saPksHfyxTQ=\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"}} 2019-01-20 11:55:14,882 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 used request id req-e00ad417-c02e-4e31-a596-327066105c7e 2019-01-20 11:55:14,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:14,912 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:14 GMT Server: Apache x-openstack-request-id: req-ee24b8b2-dbfc-44b7-af2b-e6f94881b3a8 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:14,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:14 GMT Server: Apache x-openstack-request-id: req-12e91856-35cc-4502-b8f2-f82780b9ed51 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1041 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "7b7774a6-0368-4137-b8fe-56b1102d37da", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "bc13b470-4422-453f-b1be-d3abe8c0456d", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/network", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "7388407e-7c0f-4ee2-abfc-3b4dac62ab67", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "bf93bd95-fb20-495d-b180-73443d94cc3c", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "39e2c573-a661-4f50-afc6-facf7bd53420", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "50", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "cbbba321-0ba7-470f-9ee4-b614e1a10bc4", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "cbbba321-0ba7-470f-9ee4-b614e1a10bc4:subnet_id=95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f1af623f-2f23-43d4-ad3f-822fe75fb53e", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "5a4d6204-43e0-42f6-aa97-81320ad69539", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/port1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "4e0093f5-72f0-4a6f-ba08-d2d75788d574", "resource_type": "OS::Neutron::Port"}]} 2019-01-20 11:55:14,989 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources used request id req-12e91856-35cc-4502-b8f2-f82780b9ed51 2019-01-20 11:55:14,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=7388407e-7c0f-4ee2-abfc-3b4dac62ab67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:15,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-701d3632-dda6-49e3-b98e-95768ca35a5e Date: Sun, 20 Jan 2019 11:55:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7388407e-7c0f-4ee2-abfc-3b4dac62ab67","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1"],"description":"","tags":[],"updated_at":"2019-01-20T11:54:57Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:54:57Z","provider:network_type":"vxlan"}]} 2019-01-20 11:55:15,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=7388407e-7c0f-4ee2-abfc-3b4dac62ab67 used request id req-701d3632-dda6-49e3-b98e-95768ca35a5e 2019-01-20 11:55:15,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7388407e-7c0f-4ee2-abfc-3b4dac62ab67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:15,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3f02710f-cb03-4a47-a791-1249ee01029d Date: Sun, 20 Jan 2019 11:55:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7388407e-7c0f-4ee2-abfc-3b4dac62ab67","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:54:57Z","dns_nameservers":[],"updated_at":"2019-01-20T11:54: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":"632adb60eb5b46cbaf6c905003618b09","id":"95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet"}]} 2019-01-20 11:55:15,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7388407e-7c0f-4ee2-abfc-3b4dac62ab67 used request id req-3f02710f-cb03-4a47-a791-1249ee01029d 2019-01-20 11:55:15,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7388407e-7c0f-4ee2-abfc-3b4dac62ab67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:15,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-37a44391-f3ab-4d11-b4d0-24ff9d4724da Date: Sun, 20 Jan 2019 11:55:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7388407e-7c0f-4ee2-abfc-3b4dac62ab67","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:54:57Z","dns_nameservers":[],"updated_at":"2019-01-20T11:54: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":"632adb60eb5b46cbaf6c905003618b09","id":"95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet"}]} 2019-01-20 11:55:15,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7388407e-7c0f-4ee2-abfc-3b4dac62ab67 used request id req-37a44391-f3ab-4d11-b4d0-24ff9d4724da 2019-01-20 11:55:15,221 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:55:15,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:15,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4ca3c57-90cc-4191-a119-00594114209a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:55:15,308 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e4ca3c57-90cc-4191-a119-00594114209a 2019-01-20 11:55:15,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:15,452 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:15 GMT Server: Apache x-openstack-request-id: req-d96ccfff-82b9-45e1-b61e-bc8c335cc45a Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:15,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:15 GMT Server: Apache x-openstack-request-id: req-8898abe6-00f9-4ccc-a7e3-4ff69a67d39b 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.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "7b7774a6-0368-4137-b8fe-56b1102d37da", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "bc13b470-4422-453f-b1be-d3abe8c0456d", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/network", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "7388407e-7c0f-4ee2-abfc-3b4dac62ab67", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "bf93bd95-fb20-495d-b180-73443d94cc3c", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "39e2c573-a661-4f50-afc6-facf7bd53420", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "50", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "cbbba321-0ba7-470f-9ee4-b614e1a10bc4", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "cbbba321-0ba7-470f-9ee4-b614e1a10bc4:subnet_id=95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f1af623f-2f23-43d4-ad3f-822fe75fb53e", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "5a4d6204-43e0-42f6-aa97-81320ad69539", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/port1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "4e0093f5-72f0-4a6f-ba08-d2d75788d574", "resource_type": "OS::Neutron::Port"}]} 2019-01-20 11:55:15,581 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources used request id req-8898abe6-00f9-4ccc-a7e3-4ff69a67d39b 2019-01-20 11:55:15,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f1af623f-2f23-43d4-ad3f-822fe75fb53e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:15,989 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-f329f7bf-4fc8-4c42-b33a-e8ad642933cd x-compute-request-id: req-f329f7bf-4fc8-4c42-b33a-e8ad642933cd Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:15:1e", "version": 4, "addr": "10.1.2.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:15:1e", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f1af623f-2f23-43d4-ad3f-822fe75fb53e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f1af623f-2f23-43d4-ad3f-822fe75fb53e", "rel": "bookmark"}], "image": {"id": "e9e61bde-ac8c-4f12-897e-109376a12f79", "links": [{"href": "http://172.30.9.22:8774/images/e9e61bde-ac8c-4f12-897e-109376a12f79", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001d", "OS-SRV-USG:launched_at": "2019-01-20T11:55:07.000000", "flavor": {"id": "bc13b470-4422-453f-b1be-d3abe8c0456d", "links": [{"href": "http://172.30.9.22:8774/flavors/bc13b470-4422-453f-b1be-d3abe8c0456d", "rel": "bookmark"}]}, "id": "f1af623f-2f23-43d4-ad3f-822fe75fb53e", "security_groups": [{"name": "security_group_name"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:55:08Z", "hostId": "9440c0204b438fa733311480c894824f52fcf4c3a8668ff333ebf179", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst1", "created": "2019-01-20T11:55:02Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:55:15,989 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f1af623f-2f23-43d4-ad3f-822fe75fb53e used request id req-f329f7bf-4fc8-4c42-b33a-e8ad642933cd 2019-01-20 11:55:15,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:16,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-29f41407-3cf3-4d60-bc11-b17b6be6d618 Date: Sun, 20 Jan 2019 11:55:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7388407e-7c0f-4ee2-abfc-3b4dac62ab67","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1"],"description":"","tags":[],"updated_at":"2019-01-20T11:54:57Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:54:57Z","provider:network_type":"vxlan"}]} 2019-01-20 11:55:16,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net used request id req-29f41407-3cf3-4d60-bc11-b17b6be6d618 2019-01-20 11:55:16,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:55:16,087 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:55: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:55:16,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:16,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c339625-00d3-4951-b48f-92a9426336b4 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:55:16,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-1c339625-00d3-4951-b48f-92a9426336b4 2019-01-20 11:55:16,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7388407e-7c0f-4ee2-abfc-3b4dac62ab67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:16,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1b04985e-a9d1-449c-acb8-1dc17fa8b12a Date: Sun, 20 Jan 2019 11:55:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7388407e-7c0f-4ee2-abfc-3b4dac62ab67","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:54:57Z","dns_nameservers":[],"updated_at":"2019-01-20T11:54: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":"632adb60eb5b46cbaf6c905003618b09","id":"95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet"}]} 2019-01-20 11:55:16,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7388407e-7c0f-4ee2-abfc-3b4dac62ab67 used request id req-1b04985e-a9d1-449c-acb8-1dc17fa8b12a 2019-01-20 11:55:16,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=7388407e-7c0f-4ee2-abfc-3b4dac62ab67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:16,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5785 X-Openstack-Request-Id: req-4d0cf303-0a46-47bf-a9d0-786ef445571a Date: Sun, 20 Jan 2019 11:55:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:55:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1","ip_address":"10.1.2.4"}],"id":"3638e872-3faf-40f2-a1ae-9c0fe4726360","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1d:f4:96","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7388407e-7c0f-4ee2-abfc-3b4dac62ab67","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:55:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7388407e-7c0f-4ee2-abfc-3b4dac62ab67"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:55:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1","ip_address":"10.1.2.2"}],"id":"4294e24d-3f43-476e-a34f-08b46ffb8394","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:ba:4b","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7388407e-7c0f-4ee2-abfc-3b4dac62ab67","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:54:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7388407e-7c0f-4ee2-abfc-3b4dac62ab67"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:55:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1","ip_address":"10.1.2.3"}],"id":"4e0093f5-72f0-4a6f-ba08-d2d75788d574","security_groups":["bf93bd95-fb20-495d-b180-73443d94cc3c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:15:1e","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack-port1-blhax66n6gfe","admin_state_up":true,"network_id":"7388407e-7c0f-4ee2-abfc-3b4dac62ab67","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:54:59Z","binding:vnic_type":"normal","device_id":"f1af623f-2f23-43d4-ad3f-822fe75fb53e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:55:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1","ip_address":"10.1.2.1"}],"id":"6c5901c3-795f-463c-9cce-87c9a189befc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3d:76:70","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7388407e-7c0f-4ee2-abfc-3b4dac62ab67","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:55:00Z","binding:vnic_type":"normal","device_id":"cbbba321-0ba7-470f-9ee4-b614e1a10bc4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:55:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1","ip_address":"10.1.2.14"}],"id":"6f383371-f71f-4922-924f-d2aed4d8859b","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:de:47","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7388407e-7c0f-4ee2-abfc-3b4dac62ab67","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:55:03Z","binding:vnic_type":"normal","device_id":"5a4d6204-43e0-42f6-aa97-81320ad69539"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:55:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1","ip_address":"10.1.2.5"}],"id":"f6796d53-00ef-40ba-b672-d4541e94782b","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:96:96","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7388407e-7c0f-4ee2-abfc-3b4dac62ab67","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:55:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7388407e-7c0f-4ee2-abfc-3b4dac62ab67"}]} 2019-01-20 11:55:16,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=7388407e-7c0f-4ee2-abfc-3b4dac62ab67 used request id req-4d0cf303-0a46-47bf-a9d0-786ef445571a 2019-01-20 11:55:16,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/5a4d6204-43e0-42f6-aa97-81320ad69539 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:16,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-3602754f-20f9-4b2c-883f-58cba8397af9 x-compute-request-id: req-3602754f-20f9-4b2c-883f-58cba8397af9 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:de:47", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5a4d6204-43e0-42f6-aa97-81320ad69539", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5a4d6204-43e0-42f6-aa97-81320ad69539", "rel": "bookmark"}], "image": {"id": "f9a05451-3d4f-4f49-9892-69c5cee642f5", "links": [{"href": "http://172.30.9.22:8774/images/f9a05451-3d4f-4f49-9892-69c5cee642f5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001a", "OS-SRV-USG:launched_at": "2019-01-20T11:55:07.000000", "flavor": {"id": "7b7774a6-0368-4137-b8fe-56b1102d37da", "links": [{"href": "http://172.30.9.22:8774/flavors/7b7774a6-0368-4137-b8fe-56b1102d37da", "rel": "bookmark"}]}, "id": "5a4d6204-43e0-42f6-aa97-81320ad69539", "security_groups": [{"name": "default"}], "user_id": "f8248cee7f534240b0235e12eac098e6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:55:08Z", "hostId": "bca28643d9feae20b4c0962a488bd8df48d1d6a1759628e967e84a74", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst2", "created": "2019-01-20T11:55:01Z", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:55:16,889 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5a4d6204-43e0-42f6-aa97-81320ad69539 used request id req-3602754f-20f9-4b2c-883f-58cba8397af9 2019-01-20 11:55:16,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:16,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-22b5de96-0044-4ab6-a34a-fc94b8ce8aab Date: Sun, 20 Jan 2019 11:55:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7388407e-7c0f-4ee2-abfc-3b4dac62ab67","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","subnets":["95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1"],"description":"","tags":[],"updated_at":"2019-01-20T11:54:57Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net","admin_state_up":true,"tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:54:57Z","provider:network_type":"vxlan"}]} 2019-01-20 11:55:16,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net used request id req-22b5de96-0044-4ab6-a34a-fc94b8ce8aab 2019-01-20 11:55:16,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:17,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fc23117-0e16-4a61-8b96-d57f984776cd 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:55:17,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-7fc23117-0e16-4a61-8b96-d57f984776cd 2019-01-20 11:55:17,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7388407e-7c0f-4ee2-abfc-3b4dac62ab67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:17,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-14f3936f-117d-477f-a4d1-1f073fb789a0 Date: Sun, 20 Jan 2019 11:55:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7388407e-7c0f-4ee2-abfc-3b4dac62ab67","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:54:57Z","dns_nameservers":[],"updated_at":"2019-01-20T11:54: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":"632adb60eb5b46cbaf6c905003618b09","id":"95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet"}]} 2019-01-20 11:55:17,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7388407e-7c0f-4ee2-abfc-3b4dac62ab67 used request id req-14f3936f-117d-477f-a4d1-1f073fb789a0 2019-01-20 11:55:17,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=7388407e-7c0f-4ee2-abfc-3b4dac62ab67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:17,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5785 X-Openstack-Request-Id: req-4e8bdec8-7afc-49f4-8420-25cc8afb2e55 Date: Sun, 20 Jan 2019 11:55:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:55:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1","ip_address":"10.1.2.4"}],"id":"3638e872-3faf-40f2-a1ae-9c0fe4726360","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1d:f4:96","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7388407e-7c0f-4ee2-abfc-3b4dac62ab67","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:55:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7388407e-7c0f-4ee2-abfc-3b4dac62ab67"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:55:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1","ip_address":"10.1.2.2"}],"id":"4294e24d-3f43-476e-a34f-08b46ffb8394","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:ba:4b","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7388407e-7c0f-4ee2-abfc-3b4dac62ab67","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:54:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7388407e-7c0f-4ee2-abfc-3b4dac62ab67"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:55:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1","ip_address":"10.1.2.3"}],"id":"4e0093f5-72f0-4a6f-ba08-d2d75788d574","security_groups":["bf93bd95-fb20-495d-b180-73443d94cc3c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:15:1e","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack-port1-blhax66n6gfe","admin_state_up":true,"network_id":"7388407e-7c0f-4ee2-abfc-3b4dac62ab67","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:54:59Z","binding:vnic_type":"normal","device_id":"f1af623f-2f23-43d4-ad3f-822fe75fb53e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:55:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1","ip_address":"10.1.2.1"}],"id":"6c5901c3-795f-463c-9cce-87c9a189befc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3d:76:70","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7388407e-7c0f-4ee2-abfc-3b4dac62ab67","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:55:00Z","binding:vnic_type":"normal","device_id":"cbbba321-0ba7-470f-9ee4-b614e1a10bc4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:55:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1","ip_address":"10.1.2.14"}],"id":"6f383371-f71f-4922-924f-d2aed4d8859b","security_groups":["cf8911bc-dd11-4fa7-9543-8f913234169e"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:de:47","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7388407e-7c0f-4ee2-abfc-3b4dac62ab67","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:55:03Z","binding:vnic_type":"normal","device_id":"5a4d6204-43e0-42f6-aa97-81320ad69539"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:55:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1","ip_address":"10.1.2.5"}],"id":"f6796d53-00ef-40ba-b672-d4541e94782b","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:96:96","project_id":"632adb60eb5b46cbaf6c905003618b09","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7388407e-7c0f-4ee2-abfc-3b4dac62ab67","tenant_id":"632adb60eb5b46cbaf6c905003618b09","created_at":"2019-01-20T11:55:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7388407e-7c0f-4ee2-abfc-3b4dac62ab67"}]} 2019-01-20 11:55:17,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=7388407e-7c0f-4ee2-abfc-3b4dac62ab67 used request id req-4e8bdec8-7afc-49f4-8420-25cc8afb2e55 2019-01-20 11:55:17,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:17,524 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:17 GMT Server: Apache x-openstack-request-id: req-489b3e6e-1773-4823-a4a9-aa61f2647f9a Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:17,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:17 GMT Server: Apache x-openstack-request-id: req-47945957-5334-4226-b956-ad42e086d90b 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.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "7b7774a6-0368-4137-b8fe-56b1102d37da", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "bc13b470-4422-453f-b1be-d3abe8c0456d", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/network", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "7388407e-7c0f-4ee2-abfc-3b4dac62ab67", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "bf93bd95-fb20-495d-b180-73443d94cc3c", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "39e2c573-a661-4f50-afc6-facf7bd53420", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "50", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "cbbba321-0ba7-470f-9ee4-b614e1a10bc4", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "cbbba321-0ba7-470f-9ee4-b614e1a10bc4:subnet_id=95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "95c0e2a9-7320-46e1-a6d9-b9eb905c5ee1", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f1af623f-2f23-43d4-ad3f-822fe75fb53e", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "5a4d6204-43e0-42f6-aa97-81320ad69539", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources/port1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-20T11:54:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:54:51Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "4e0093f5-72f0-4a6f-ba08-d2d75788d574", "resource_type": "OS::Neutron::Port"}]} 2019-01-20 11:55:17,602 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121/resources used request id req-47945957-5334-4226-b956-ad42e086d90b 2019-01-20 11:55:17,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/e9e61bde-ac8c-4f12-897e-109376a12f79 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:17,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-b0f54ec0-68be-4556-b791-7d2c561e3569 Date: Sun, 20 Jan 2019 11:55:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:54:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:54:43Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e9e61bde-ac8c-4f12-897e-109376a12f79/snap", "metadata": {}}], "self": "/v2/images/e9e61bde-ac8c-4f12-897e-109376a12f79", "min_disk": 0, "protected": false, "id": "e9e61bde-ac8c-4f12-897e-109376a12f79", "file": "/v2/images/e9e61bde-ac8c-4f12-897e-109376a12f79/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e9e61bde-ac8c-4f12-897e-109376a12f79/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:55:17,773 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/e9e61bde-ac8c-4f12-897e-109376a12f79 used request id req-b0f54ec0-68be-4556-b791-7d2c561e3569 2019-01-20 11:55:17,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:17,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9ccca089-2246-456e-8d4c-fd1a0df5ffb7 Date: Sun, 20 Jan 2019 11:55: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"}}} 2019-01-20 11:55:17,784 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-9ccca089-2246-456e-8d4c-fd1a0df5ffb7 2019-01-20 11:55:17,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:17,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-fa674946-4f8a-4c4e-84bc-e375a6079b98 Date: Sun, 20 Jan 2019 11:55:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:54:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:54:45Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f9a05451-3d4f-4f49-9892-69c5cee642f5/snap", "metadata": {}}], "self": "/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5", "min_disk": 0, "protected": false, "id": "f9a05451-3d4f-4f49-9892-69c5cee642f5", "file": "/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f9a05451-3d4f-4f49-9892-69c5cee642f5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:55:17,966 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5 used request id req-fa674946-4f8a-4c4e-84bc-e375a6079b98 2019-01-20 11:55:17,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:17,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-210c4734-4872-4787-8f35-b7385ad49540 Date: Sun, 20 Jan 2019 11:55:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:54:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:54:45Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f9a05451-3d4f-4f49-9892-69c5cee642f5/snap", "metadata": {}}], "self": "/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5", "min_disk": 0, "protected": false, "id": "f9a05451-3d4f-4f49-9892-69c5cee642f5", "file": "/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "632adb60eb5b46cbaf6c905003618b09", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f9a05451-3d4f-4f49-9892-69c5cee642f5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:55:17,986 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5 used request id req-210c4734-4872-4787-8f35-b7385ad49540 2019-01-20 11:55:17,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:18,016 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:17 GMT Server: Apache x-openstack-request-id: req-a0309294-021f-43dc-9ce7-08714c9c8e81 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:18,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:18 GMT Server: Apache x-openstack-request-id: req-b09b9ad7-870b-4565-a823-bfcfca5464f8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 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-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor2", "OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "de24b451-f49a-4920-85c9-ecc57a955121", "OS::stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "stack_user_project_id": "84c8fe184fb441fea521ca6eb5c39b5b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T11:54:50Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "de24b451-f49a-4920-85c9-ecc57a955121", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAsa6zvjLn7FV5ieoAjhW+q/Vsq2JmvAIu/imffUUvyq8zm6d0\nd40fKSp8tdj5vU8ECWkWT3Okru7rAekRxW4/Pa9HdufOfGYQutxdE0VUCqQwBeSb\n872I3G8Yv/ANx0Eif4clJs1cquA82mdppkLXKIKNarOWulcHAapLQv4iOqGiJkwa\nkfTLam4yHu+GoeFvJr8TNMrA4/E3/2hXTMQm5Byn3U35w9grJf9+tsMoMfjuY+lG\n18pvNC073Ipgg9XOrQRidU0Pj7AlgrFTg3eIMHrXNzP2IKg7uBgYeOk7hdzvhvAq\nMfwyui+t6SST0tCV+LwLu69DQQEiWDPHiGQRfQIDAQABAoIBAQCgt0QPwx3ysDG6\nJHYSDusjwV9k+iGw50y4Ss/fUIh1Ddphbas0Q+quoqahGbxzlpgxJuOuRAzuyl65\noKaZbSo40mWS0QP9k5iIXLC3sJre8Toa6niBlKvJr5e0bR8ZXvokXgqluVWbni6M\n4sM2Rvk0xDnEDONGc1d8Exv2YcZ2PqF/FRwrR/zdcZFyQkUjQfRE9O74Q12K1vlb\nDlx+F16y/hAIQ5GucrKikrBmUQHpeHEehPM1hPSiJH6jamBfIv5W43NyvfEpVxuK\nQNNmX36as+mZBDLd5pwDeD312LV3qPLcxgdDrwsDOgpy8pibw4+yx0GaVZtJbLrG\nMuzIA+cFAoGBANgbR6Vw3R3sxW8MeCr38IoWk5LyGWQ9w+u+9nfwmewZpdG8AXSj\nt/AJmPT3Pj1gUnRsMI/T1OGSdAUjW3d8zdywt5+rAGaBqLUmydYnfn3S2DYg+nwX\nzx/L1LMfMisYd+YGxo5XjvmWaxvq84YWEpar0NiboljFNOjIRbm9USRzAoGBANJ7\nlRkYP1WcT306kdMm3jFxDlRXA7e8PzOnMF2+vbSCCeRZhQhvgys1dbJDzJ8lpRDn\n5wCedrHhnbW07NHmO/tbej8xtuA0t8d8Aty6wc5iaMxPxS2n81GcZQo6ed5pl7EL\ndDHLgBi8g+AUylsaTZZiRRj5SCWLSdIaTnl33GZPAoGBAMi6JgVEXQ3zo7svANsg\naztIFxDRcMZMHJP3TyU+xSmo9P1nvI5jl3EM6Rb4I8aMlmnvJ/ggEUboan1vRwEo\nWmqXdieHhRqxakvA2I7jJjmmww8b+K2Uy91DzbAG1Ol0k8GEH5+NMo8fqSNIS6QL\nEn8C3jyj6tq7ahaiFymb8CeDAoGAXN8koYb+YxLuS+4s68MppR0iWnpubILGTE9H\n2wVPhTcfkD8joN47PTSAcyDRR6N/mt8IIVDKRKCtSsDDAbaZ3sW1Qe74pyL7uCxy\nwtwwqZTocsX71bJWfTsJpiK5JTboNLk+Er6dDc0YTyY9R0dq1qETpfpQKCi2cNsk\npxoJCKcCgYEApz3gOOE7BRdNa/VsxTIlASd5Hr0AE3+D6RwM4vn/HMtdwFNjePJH\nTNAm2jyUu53Eq+w1beDYqC4PSL4ROtD4NP3qIXqwGEUH6n1oFND2qIozAbq4gVIR\ntAHUbJYDtb7TjUaA7i5W2NsspZDc6TYggXudqVXdHBj7saPksHfyxTQ=\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"}} 2019-01-20 11:55:18,241 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 used request id req-b09b9ad7-870b-4565-a823-bfcfca5464f8 2019-01-20 11:55:18,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:18,285 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:18 GMT Server: Apache x-openstack-request-id: req-4af2520d-da45-44fe-b302-3beccfcba29c Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:19,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:18 GMT Server: Apache x-openstack-request-id: req-eefccce8-a48d-42bc-997e-da1f825eb651 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 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-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor2", "OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "de24b451-f49a-4920-85c9-ecc57a955121", "OS::stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "stack_user_project_id": "84c8fe184fb441fea521ca6eb5c39b5b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T11:54:50Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "de24b451-f49a-4920-85c9-ecc57a955121", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAsa6zvjLn7FV5ieoAjhW+q/Vsq2JmvAIu/imffUUvyq8zm6d0\nd40fKSp8tdj5vU8ECWkWT3Okru7rAekRxW4/Pa9HdufOfGYQutxdE0VUCqQwBeSb\n872I3G8Yv/ANx0Eif4clJs1cquA82mdppkLXKIKNarOWulcHAapLQv4iOqGiJkwa\nkfTLam4yHu+GoeFvJr8TNMrA4/E3/2hXTMQm5Byn3U35w9grJf9+tsMoMfjuY+lG\n18pvNC073Ipgg9XOrQRidU0Pj7AlgrFTg3eIMHrXNzP2IKg7uBgYeOk7hdzvhvAq\nMfwyui+t6SST0tCV+LwLu69DQQEiWDPHiGQRfQIDAQABAoIBAQCgt0QPwx3ysDG6\nJHYSDusjwV9k+iGw50y4Ss/fUIh1Ddphbas0Q+quoqahGbxzlpgxJuOuRAzuyl65\noKaZbSo40mWS0QP9k5iIXLC3sJre8Toa6niBlKvJr5e0bR8ZXvokXgqluVWbni6M\n4sM2Rvk0xDnEDONGc1d8Exv2YcZ2PqF/FRwrR/zdcZFyQkUjQfRE9O74Q12K1vlb\nDlx+F16y/hAIQ5GucrKikrBmUQHpeHEehPM1hPSiJH6jamBfIv5W43NyvfEpVxuK\nQNNmX36as+mZBDLd5pwDeD312LV3qPLcxgdDrwsDOgpy8pibw4+yx0GaVZtJbLrG\nMuzIA+cFAoGBANgbR6Vw3R3sxW8MeCr38IoWk5LyGWQ9w+u+9nfwmewZpdG8AXSj\nt/AJmPT3Pj1gUnRsMI/T1OGSdAUjW3d8zdywt5+rAGaBqLUmydYnfn3S2DYg+nwX\nzx/L1LMfMisYd+YGxo5XjvmWaxvq84YWEpar0NiboljFNOjIRbm9USRzAoGBANJ7\nlRkYP1WcT306kdMm3jFxDlRXA7e8PzOnMF2+vbSCCeRZhQhvgys1dbJDzJ8lpRDn\n5wCedrHhnbW07NHmO/tbej8xtuA0t8d8Aty6wc5iaMxPxS2n81GcZQo6ed5pl7EL\ndDHLgBi8g+AUylsaTZZiRRj5SCWLSdIaTnl33GZPAoGBAMi6JgVEXQ3zo7svANsg\naztIFxDRcMZMHJP3TyU+xSmo9P1nvI5jl3EM6Rb4I8aMlmnvJ/ggEUboan1vRwEo\nWmqXdieHhRqxakvA2I7jJjmmww8b+K2Uy91DzbAG1Ol0k8GEH5+NMo8fqSNIS6QL\nEn8C3jyj6tq7ahaiFymb8CeDAoGAXN8koYb+YxLuS+4s68MppR0iWnpubILGTE9H\n2wVPhTcfkD8joN47PTSAcyDRR6N/mt8IIVDKRKCtSsDDAbaZ3sW1Qe74pyL7uCxy\nwtwwqZTocsX71bJWfTsJpiK5JTboNLk+Er6dDc0YTyY9R0dq1qETpfpQKCi2cNsk\npxoJCKcCgYEApz3gOOE7BRdNa/VsxTIlASd5Hr0AE3+D6RwM4vn/HMtdwFNjePJH\nTNAm2jyUu53Eq+w1beDYqC4PSL4ROtD4NP3qIXqwGEUH6n1oFND2qIozAbq4gVIR\ntAHUbJYDtb7TjUaA7i5W2NsspZDc6TYggXudqVXdHBj7saPksHfyxTQ=\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"}} 2019-01-20 11:55:19,052 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 used request id req-eefccce8-a48d-42bc-997e-da1f825eb651 2019-01-20 11:55:19,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:19,232 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:19 GMT Server: Apache x-openstack-request-id: req-ba08506d-50d3-4630-acd2-ad111632a4c9 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:19,968 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:55:19 GMT Server: Apache x-openstack-request-id: req-26a03577-647a-41e3-b876-7b124ed7cd93 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:55:19,969 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 used request id req-26a03577-647a-41e3-b876-7b124ed7cd93 2019-01-20 11:55:19,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:19,998 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:19 GMT Server: Apache x-openstack-request-id: req-a6b919a4-41b5-4820-996c-06e519a3545d Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:20,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:19 GMT Server: Apache x-openstack-request-id: req-3ca8ebbf-3e75-4c1e-8e11-42eb1c2586c1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 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-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor2", "OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "de24b451-f49a-4920-85c9-ecc57a955121", "OS::stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "stack_user_project_id": "84c8fe184fb441fea521ca6eb5c39b5b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T11:54:50Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "de24b451-f49a-4920-85c9-ecc57a955121", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAsa6zvjLn7FV5ieoAjhW+q/Vsq2JmvAIu/imffUUvyq8zm6d0\nd40fKSp8tdj5vU8ECWkWT3Okru7rAekRxW4/Pa9HdufOfGYQutxdE0VUCqQwBeSb\n872I3G8Yv/ANx0Eif4clJs1cquA82mdppkLXKIKNarOWulcHAapLQv4iOqGiJkwa\nkfTLam4yHu+GoeFvJr8TNMrA4/E3/2hXTMQm5Byn3U35w9grJf9+tsMoMfjuY+lG\n18pvNC073Ipgg9XOrQRidU0Pj7AlgrFTg3eIMHrXNzP2IKg7uBgYeOk7hdzvhvAq\nMfwyui+t6SST0tCV+LwLu69DQQEiWDPHiGQRfQIDAQABAoIBAQCgt0QPwx3ysDG6\nJHYSDusjwV9k+iGw50y4Ss/fUIh1Ddphbas0Q+quoqahGbxzlpgxJuOuRAzuyl65\noKaZbSo40mWS0QP9k5iIXLC3sJre8Toa6niBlKvJr5e0bR8ZXvokXgqluVWbni6M\n4sM2Rvk0xDnEDONGc1d8Exv2YcZ2PqF/FRwrR/zdcZFyQkUjQfRE9O74Q12K1vlb\nDlx+F16y/hAIQ5GucrKikrBmUQHpeHEehPM1hPSiJH6jamBfIv5W43NyvfEpVxuK\nQNNmX36as+mZBDLd5pwDeD312LV3qPLcxgdDrwsDOgpy8pibw4+yx0GaVZtJbLrG\nMuzIA+cFAoGBANgbR6Vw3R3sxW8MeCr38IoWk5LyGWQ9w+u+9nfwmewZpdG8AXSj\nt/AJmPT3Pj1gUnRsMI/T1OGSdAUjW3d8zdywt5+rAGaBqLUmydYnfn3S2DYg+nwX\nzx/L1LMfMisYd+YGxo5XjvmWaxvq84YWEpar0NiboljFNOjIRbm9USRzAoGBANJ7\nlRkYP1WcT306kdMm3jFxDlRXA7e8PzOnMF2+vbSCCeRZhQhvgys1dbJDzJ8lpRDn\n5wCedrHhnbW07NHmO/tbej8xtuA0t8d8Aty6wc5iaMxPxS2n81GcZQo6ed5pl7EL\ndDHLgBi8g+AUylsaTZZiRRj5SCWLSdIaTnl33GZPAoGBAMi6JgVEXQ3zo7svANsg\naztIFxDRcMZMHJP3TyU+xSmo9P1nvI5jl3EM6Rb4I8aMlmnvJ/ggEUboan1vRwEo\nWmqXdieHhRqxakvA2I7jJjmmww8b+K2Uy91DzbAG1Ol0k8GEH5+NMo8fqSNIS6QL\nEn8C3jyj6tq7ahaiFymb8CeDAoGAXN8koYb+YxLuS+4s68MppR0iWnpubILGTE9H\n2wVPhTcfkD8joN47PTSAcyDRR6N/mt8IIVDKRKCtSsDDAbaZ3sW1Qe74pyL7uCxy\nwtwwqZTocsX71bJWfTsJpiK5JTboNLk+Er6dDc0YTyY9R0dq1qETpfpQKCi2cNsk\npxoJCKcCgYEApz3gOOE7BRdNa/VsxTIlASd5Hr0AE3+D6RwM4vn/HMtdwFNjePJH\nTNAm2jyUu53Eq+w1beDYqC4PSL4ROtD4NP3qIXqwGEUH6n1oFND2qIozAbq4gVIR\ntAHUbJYDtb7TjUaA7i5W2NsspZDc6TYggXudqVXdHBj7saPksHfyxTQ=\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"}} 2019-01-20 11:55:20,173 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 used request id req-3ca8ebbf-3e75-4c1e-8e11-42eb1c2586c1 2019-01-20 11:55:23,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:23,206 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:23 GMT Server: Apache x-openstack-request-id: req-e1a9e54d-82c7-493d-a751-47c420a5b574 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:23,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:23 GMT Server: Apache x-openstack-request-id: req-290f9d80-bf23-4ca5-9bcc-f953b7617ec7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor2", "OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "de24b451-f49a-4920-85c9-ecc57a955121", "OS::stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "stack_user_project_id": "84c8fe184fb441fea521ca6eb5c39b5b", "tags": null, "creation_time": "2019-01-20T11:54:50Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T11:55:19Z", "id": "de24b451-f49a-4920-85c9-ecc57a955121", "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"}} 2019-01-20 11:55:23,232 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 used request id req-290f9d80-bf23-4ca5-9bcc-f953b7617ec7 2019-01-20 11:55:26,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:26,265 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:26 GMT Server: Apache x-openstack-request-id: req-b2b837c9-e6bc-4049-993b-03dba3fa524c Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:26,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:26 GMT Server: Apache x-openstack-request-id: req-479170ec-8bd5-4134-88d7-65df51c811f2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor2", "OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "de24b451-f49a-4920-85c9-ecc57a955121", "OS::stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "stack_user_project_id": "84c8fe184fb441fea521ca6eb5c39b5b", "tags": null, "creation_time": "2019-01-20T11:54:50Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T11:55:19Z", "id": "de24b451-f49a-4920-85c9-ecc57a955121", "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"}} 2019-01-20 11:55:26,291 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 used request id req-479170ec-8bd5-4134-88d7-65df51c811f2 2019-01-20 11:55:29,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:29,324 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:29 GMT Server: Apache x-openstack-request-id: req-e7f352ed-1e61-4b21-9d71-7b57373f93ae Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:29,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:29 GMT Server: Apache x-openstack-request-id: req-7767b127-99c2-4ab5-859f-ae925aae6993 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor2", "OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "de24b451-f49a-4920-85c9-ecc57a955121", "OS::stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "stack_user_project_id": "84c8fe184fb441fea521ca6eb5c39b5b", "tags": null, "creation_time": "2019-01-20T11:54:50Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T11:55:19Z", "id": "de24b451-f49a-4920-85c9-ecc57a955121", "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"}} 2019-01-20 11:55:29,351 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 used request id req-7767b127-99c2-4ab5-859f-ae925aae6993 2019-01-20 11:55:32,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:32,999 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:32 GMT Server: Apache x-openstack-request-id: req-7c146bfe-1904-43cf-b0f5-03595d3dffdf Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:33,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:33 GMT Server: Apache x-openstack-request-id: req-ee043c2d-e50c-4f35-b31f-8e98c0df9a34 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor2", "OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "de24b451-f49a-4920-85c9-ecc57a955121", "OS::stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "stack_user_project_id": "84c8fe184fb441fea521ca6eb5c39b5b", "tags": null, "creation_time": "2019-01-20T11:54:50Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T11:55:19Z", "id": "de24b451-f49a-4920-85c9-ecc57a955121", "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"}} 2019-01-20 11:55:33,025 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 used request id req-ee043c2d-e50c-4f35-b31f-8e98c0df9a34 2019-01-20 11:55:36,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/de24b451-f49a-4920-85c9-ecc57a955121 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3560fb338a3a3c9ca981a929428b4e1f425d2e" 2019-01-20 11:55:36,058 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:36 GMT Server: Apache x-openstack-request-id: req-e5b98dd3-fb4c-4f5c-bdcd-51b366845fa5 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:36,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:36 GMT Server: Apache x-openstack-request-id: req-71b5b1a6-dcd2-48ac-b233-4f5884758a05 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 693 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-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor2", "OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "de24b451-f49a-4920-85c9-ecc57a955121", "OS::stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1"}, "deletion_time": "2019-01-20T11:55:35Z", "stack_name": "HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack", "stack_user_project_id": "84c8fe184fb441fea521ca6eb5c39b5b", "tags": null, "creation_time": "2019-01-20T11:54:50Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-20T11:55:19Z", "id": "de24b451-f49a-4920-85c9-ecc57a955121", "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"}} 2019-01-20 11:55:36,101 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-stack/de24b451-f49a-4920-85c9-ecc57a955121 used request id req-71b5b1a6-dcd2-48ac-b233-4f5884758a05 2019-01-20 11:55:36,102 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image1 2019-01-20 11:55:36,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/e9e61bde-ac8c-4f12-897e-109376a12f79 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ff65736351e040193d44ca126a9dc98ae373d9f" 2019-01-20 11:55:37,983 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cf8e73f5-17cf-408e-8df8-bc5d1cb6c423 Date: Sun, 20 Jan 2019 11:55:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:55:37,983 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/e9e61bde-ac8c-4f12-897e-109376a12f79 used request id req-cf8e73f5-17cf-408e-8df8-bc5d1cb6c423 2019-01-20 11:55:37,984 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-44ea9105-5b97-4bf5-873d-60e9c17897d8-image2 2019-01-20 11:55:37,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb2970c5fd9116a111d8de2f7c6ca2abe0eb6da6" 2019-01-20 11:55:39,309 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8d1908df-27e4-4ae3-8ce3-8dc2b6553bc4 Date: Sun, 20 Jan 2019 11:55:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:55:39,309 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/f9a05451-3d4f-4f49-9892-69c5cee642f5 used request id req-8d1908df-27e4-4ae3-8ce3-8dc2b6553bc4 2019-01-20 11:55:39,312 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 11:55:39,312 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:55:39,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:55:39,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:55:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["syt_OYTpRj-jeJaZfJGESw"], "issued_at": "2019-01-20T11:55:39.000000Z"}} 2019-01-20 11:55:39,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42fe9bdf1c90238f20b94b63cf6aaba318005fda" -d '{"stack_name": "HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-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}}}}}' 2019-01-20 11:55:41,443 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:55:39 GMT Server: Apache x-openstack-request-id: req-dab5f2a1-a76f-4ca9-a2d0-b0f6d8d7abab Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack/a372824c-1c29-41c0-b6c0-b5596e0192a2 Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "a372824c-1c29-41c0-b6c0-b5596e0192a2", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack/a372824c-1c29-41c0-b6c0-b5596e0192a2", "rel": "self"}]}} 2019-01-20 11:55:41,443 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks used request id req-dab5f2a1-a76f-4ca9-a2d0-b0f6d8d7abab 2019-01-20 11:55:41,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a372824c-1c29-41c0-b6c0-b5596e0192a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42fe9bdf1c90238f20b94b63cf6aaba318005fda" 2019-01-20 11:55:41,642 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:41 GMT Server: Apache x-openstack-request-id: req-717d9bb7-4b4f-4b1b-ab74-27410edd9bc2 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack/a372824c-1c29-41c0-b6c0-b5596e0192a2 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack/a372824c-1c29-41c0-b6c0-b5596e0192a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:41,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:41 GMT Server: Apache x-openstack-request-id: req-2a33e4bd-bd61-4b99-b781-1134073a1f12 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a372824c-1c29-41c0-b6c0-b5596e0192a2", "OS::stack_name": "HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack", "stack_user_project_id": "1ec0a8f2f06646909ea66deceeb47412", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:55:40Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack/a372824c-1c29-41c0-b6c0-b5596e0192a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a372824c-1c29-41c0-b6c0-b5596e0192a2", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-20 11:55:41,928 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack/a372824c-1c29-41c0-b6c0-b5596e0192a2 used request id req-2a33e4bd-bd61-4b99-b781-1134073a1f12 2019-01-20 11:55:41,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a372824c-1c29-41c0-b6c0-b5596e0192a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42fe9bdf1c90238f20b94b63cf6aaba318005fda" 2019-01-20 11:55:42,098 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:41 GMT Server: Apache x-openstack-request-id: req-a88ae0c9-e89b-409f-8c4f-58d927c409ca Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack/a372824c-1c29-41c0-b6c0-b5596e0192a2 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack/a372824c-1c29-41c0-b6c0-b5596e0192a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:42,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:42 GMT Server: Apache x-openstack-request-id: req-ef0fce1a-dcfa-4ef1-a69c-8045df50a45a 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "a372824c-1c29-41c0-b6c0-b5596e0192a2", "OS::stack_name": "HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack", "stack_user_project_id": "1ec0a8f2f06646909ea66deceeb47412", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T11:55:40Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack/a372824c-1c29-41c0-b6c0-b5596e0192a2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a372824c-1c29-41c0-b6c0-b5596e0192a2", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-20 11:55:42,298 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack/a372824c-1c29-41c0-b6c0-b5596e0192a2 used request id req-ef0fce1a-dcfa-4ef1-a69c-8045df50a45a 2019-01-20 11:55:42,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a372824c-1c29-41c0-b6c0-b5596e0192a2/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42fe9bdf1c90238f20b94b63cf6aaba318005fda" 2019-01-20 11:55:42,478 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:42 GMT Server: Apache x-openstack-request-id: req-b893208a-5797-4a04-ac93-875682a2a16a Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack/a372824c-1c29-41c0-b6c0-b5596e0192a2/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack/a372824c-1c29-41c0-b6c0-b5596e0192a2/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:42,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:42 GMT Server: Apache x-openstack-request-id: req-8a93d63d-5249-4efb-a168-f924b481db8b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack/a372824c-1c29-41c0-b6c0-b5596e0192a2/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack/a372824c-1c29-41c0-b6c0-b5596e0192a2", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2019-01-20T11:55:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:55:41Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f338564f-0cfc-4f7d-8960-84fd0544e3b7", "resource_type": "OS::Nova::Flavor"}]} 2019-01-20 11:55:42,668 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack/a372824c-1c29-41c0-b6c0-b5596e0192a2/resources used request id req-8a93d63d-5249-4efb-a168-f924b481db8b 2019-01-20 11:55:42,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/f338564f-0cfc-4f7d-8960-84fd0544e3b7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42fe9bdf1c90238f20b94b63cf6aaba318005fda" 2019-01-20 11:55:42,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f1fce39-4957-46ec-96bf-e6ede40d0226 x-compute-request-id: req-6f1fce39-4957-46ec-96bf-e6ede40d0226 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/f338564f-0cfc-4f7d-8960-84fd0544e3b7", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/f338564f-0cfc-4f7d-8960-84fd0544e3b7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "f338564f-0cfc-4f7d-8960-84fd0544e3b7", "name": "HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack-flavor-4fd3lbmo7527", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:55:42,692 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/f338564f-0cfc-4f7d-8960-84fd0544e3b7 used request id req-6f1fce39-4957-46ec-96bf-e6ede40d0226 2019-01-20 11:55:42,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/a372824c-1c29-41c0-b6c0-b5596e0192a2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42fe9bdf1c90238f20b94b63cf6aaba318005fda" 2019-01-20 11:55:42,722 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:42 GMT Server: Apache x-openstack-request-id: req-70c4b48f-f6b5-4eea-8d60-1c2cc4045c2d Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack/a372824c-1c29-41c0-b6c0-b5596e0192a2 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack/a372824c-1c29-41c0-b6c0-b5596e0192a2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:42,921 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:55:42 GMT Server: Apache x-openstack-request-id: req-25c70de2-8907-4547-9c4d-7d5489f4f03f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:55:42,921 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsFlavorTests-14eb3133-d72d-413e-8127-e290ad34b7d4-stack/a372824c-1c29-41c0-b6c0-b5596e0192a2 used request id req-25c70de2-8907-4547-9c4d-7d5489f4f03f 2019-01-20 11:55:42,923 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 11:55:42,923 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:55:42,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:55:43,317 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:55:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["ggQ-l_hKQLO54yCo-XLMqA"], "issued_at": "2019-01-20T11:55:43.000000Z"}} 2019-01-20 11:55:43,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea654e373065c60eed2bf0d20428416aaaafd5f" -d '{"stack_name": "HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-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-34c0654c-bce3-422a-9181-e12e8e1fc1c7-kp"}}' 2019-01-20 11:55:44,957 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:55:43 GMT Server: Apache x-openstack-request-id: req-fe30afb3-39b2-4f1c-8272-2a31a8ad6de6 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "3e868b8f-e464-41f3-807c-69bbb6826505", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505", "rel": "self"}]}} 2019-01-20 11:55:44,957 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks used request id req-fe30afb3-39b2-4f1c-8272-2a31a8ad6de6 2019-01-20 11:55:44,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/3e868b8f-e464-41f3-807c-69bbb6826505 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea654e373065c60eed2bf0d20428416aaaafd5f" 2019-01-20 11:55:45,144 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:44 GMT Server: Apache x-openstack-request-id: req-ef487225-7424-46cd-8746-4c6db67bfbcd Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:45,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:45 GMT Server: Apache x-openstack-request-id: req-23a1886d-9be2-4872-adec-1472408e0c82 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "3e868b8f-e464-41f3-807c-69bbb6826505", "OS::stack_name": "HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack", "keypair_name": "HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack", "stack_user_project_id": "eb7efa4ad9474bb5b8a8bd7c8e7ac2cc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:55:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3e868b8f-e464-41f3-807c-69bbb6826505", "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"}} 2019-01-20 11:55:45,327 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505 used request id req-23a1886d-9be2-4872-adec-1472408e0c82 2019-01-20 11:55:45,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/3e868b8f-e464-41f3-807c-69bbb6826505 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea654e373065c60eed2bf0d20428416aaaafd5f" 2019-01-20 11:55:45,513 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:45 GMT Server: Apache x-openstack-request-id: req-cea5111b-d472-41f2-b0c2-c1a36abff1e4 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:46,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:45 GMT Server: Apache x-openstack-request-id: req-6d0631b1-3ef8-450c-a1be-ed7daa62b80a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1907 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "3e868b8f-e464-41f3-807c-69bbb6826505", "OS::stack_name": "HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack", "keypair_name": "HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack", "stack_user_project_id": "eb7efa4ad9474bb5b8a8bd7c8e7ac2cc", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T11:55:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "3e868b8f-e464-41f3-807c-69bbb6826505", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAxP9BfiQnDvNQ3sKIwN39kx5teCYEjAFuEUYDzSRT39c3Dt8h\ndhx5KkYcc8yT86ERd/JAlzi0fU7ii26BU2Ty4Io2Bl1c4iu9cyty1BlOFxQ0EaDC\nQyuvO78PZt6SAkiK3/Y9mIpEWJTPP2qK+I82A5mBYkTsB42KsmqiHNnu9XzHD1sa\n5TgYB+3NZzyw/je4zmNW5VoKp7ZfION5EVRJ34pXvjqXRKhKFkIBdRdOSgEShKBI\nJ+MxWFWKH+VuOzo52NV8y58Qi1rwIrIcZxpJdPZxrcHbu/0kDpMdEf+FoCQHQpEu\nnyijfcv+zlKaSEvPkHsrsHX0Y70T78+Sz3buxwIDAQABAoIBAEIppNpz0/Zue/vF\nBF8ab78ImiWfRymqlUgR5tbwW4czZheFk1xy5bLwB0BRNmO99fr+Dvl7HwtzAh1o\nSOE0Z2pIoSp0Eu0XWbKjphZcRWD09SPyhSxAMMN1QPwAxrMjoBjmP/vKfHfvysd2\nxiQDHVYKKW1Szp8ex7VyoO3luB8UaMuuZpRTreMd6S/X7rAGlrl+ye/2WW/cNl7H\nB4Z6wp9ntcjz/xs51S92SJZMwVom87r+mPJyvjYjt7Dd0/Z8bPAbZGZ726b++ObW\nal8job5uSvHSRQjpe9L6cQf1Eh9o4d1LukNPLiQYCtlWIfLGLL5y8D4KBvbXzMlC\nuoniY1kCgYEA93X72dzU1WvChKmwOy0Kt71meiDzoOL2Z6IsbFwHpo7YAvbrojEG\no6mcGEQ1l6BiN4Npy1mKFJ1GNa4oP9iBHgR50OkFFuAib6v1otCcPs33EpdNaTUe\nSBeO+q07Q7BJBUArAEGD61M6lDxfNh4lK+XIxDPbTOoRJLzL7XCrAPUCgYEAy8t8\nX7eiQqivlvho1GWu3LVSSKG82MSgQlxmeD0DTmAabB/+cDflbZsSYHeRdIVOcXhC\nYuGKx1Q2NncwC+W8l8sYqXSwlV5hzZaTtRtHPWVL0I3UDVm/5tt7yhEMe3qzcAJP\nk5MLttxH2o5nVThxhbvv4wzI7p7wSpphbOiSq0sCgYBbbu2invTI8qsJx4UFKGxY\nXZP6tigunw26VvKhCxQMl6T6229PG1w/ppC1aqZ+otUHe/fgGfJqEX56oSHgDUgP\n5kl4RlEKFcDDkD8PbJL+pa2P4fXJVMYejw3WU6GdLgqc9QuuaYarsbHoSbJIVbUY\nVivrStnRvn6dG2EiF0on7QKBgAt33//i7Zait37fa8bIEhcJfR/pOh9YsUwKtxl9\nFXqLnfEHu+HEw3xvhZE4KU9NUSTBh7rYxl6BNqvJ+UIyI3LHUxP2JRnCve470wQW\nDOQ/lwydbplxu4LaRxUP8IviU8ax2piLZdVcgA6khNwe2QSVluJIDeafuxX3qhPe\n4qIRAoGAIq/cCFxU6sp6LFpT90geBPHD0diucxNV23opLr8d0p/0n+Pl9UickapE\nSLOzhynSOCQHIhuZFo4eZ181uwwnSYFK2aqBX+G7wbCvRW+TJD7UXcA24vHQ3wwL\nqlaYGKhEWfuzPj8cXEaCyf3kbpFCN0CpW8eQDo/H+hU+yeRvob0=\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"}} 2019-01-20 11:55:46,302 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505 used request id req-6d0631b1-3ef8-450c-a1be-ed7daa62b80a 2019-01-20 11:55:46,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/3e868b8f-e464-41f3-807c-69bbb6826505/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea654e373065c60eed2bf0d20428416aaaafd5f" 2019-01-20 11:55:46,488 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:46 GMT Server: Apache x-openstack-request-id: req-81390e42-44e4-46a5-918f-e0192ee8b95c Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:46,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:46 GMT Server: Apache x-openstack-request-id: req-3a21e9b9-30a3-4d08-b2d4-702b68206796 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-20T11:55:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:55:44Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-kp", "resource_type": "OS::Nova::KeyPair"}]} 2019-01-20 11:55:46,685 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505/resources used request id req-3a21e9b9-30a3-4d08-b2d4-702b68206796 2019-01-20 11:55:46,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea654e373065c60eed2bf0d20428416aaaafd5f" 2019-01-20 11:55:46,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55: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-6d533998-f291-447a-acbd-4ce51142f203 x-compute-request-id: req-6d533998-f291-447a-acbd-4ce51142f203 Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDE/0F+JCcO81DewojA3f2THm14JgSMAW4RRgPNJFPf1zcO3yF2HHkqRhxzzJPzoRF38kCXOLR9TuKLboFTZPLgijYGXVziK71zK3LUGU4XFDQRoMJDK687vw9m3pICSIrf9j2YikRYlM8/aor4jzYDmYFiROwHjYqyaqIc2e71fMcPWxrlOBgH7c1nPLD+N7jOY1blWgqntl8g43kRVEnfile+OpdEqEoWQgF1F05KARKEoEgn4zFYVYof5W47OjnY1XzLnxCLWvAishxnGkl09nGtwdu7/SQOkx0R/4WgJAdCkS6fKKN9y/7OUppIS8+QeyuwdfRjvRPvz5LPdu7H Generated-by-Nova", "user_id": "f8248cee7f534240b0235e12eac098e6", "name": "HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-kp", "deleted": false, "created_at": "2019-01-20T11:55:45.000000", "updated_at": null, "fingerprint": "d2:1d:82:49:ab:82:d4:fa:e5:b5:96:10:76:2e:7f:79", "deleted_at": null, "id": 14}} 2019-01-20 11:55:46,704 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-kp used request id req-6d533998-f291-447a-acbd-4ce51142f203 2019-01-20 11:55:46,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/3e868b8f-e464-41f3-807c-69bbb6826505 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea654e373065c60eed2bf0d20428416aaaafd5f" 2019-01-20 11:55:46,869 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:46 GMT Server: Apache x-openstack-request-id: req-8150f00c-0c9e-41fe-bcb6-dd5c6fed7bac Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:46,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:46 GMT Server: Apache x-openstack-request-id: req-9be88327-a74f-46b5-aa6b-20db888f0159 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1907 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "3e868b8f-e464-41f3-807c-69bbb6826505", "OS::stack_name": "HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack", "keypair_name": "HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack", "stack_user_project_id": "eb7efa4ad9474bb5b8a8bd7c8e7ac2cc", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T11:55:44Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "3e868b8f-e464-41f3-807c-69bbb6826505", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAxP9BfiQnDvNQ3sKIwN39kx5teCYEjAFuEUYDzSRT39c3Dt8h\ndhx5KkYcc8yT86ERd/JAlzi0fU7ii26BU2Ty4Io2Bl1c4iu9cyty1BlOFxQ0EaDC\nQyuvO78PZt6SAkiK3/Y9mIpEWJTPP2qK+I82A5mBYkTsB42KsmqiHNnu9XzHD1sa\n5TgYB+3NZzyw/je4zmNW5VoKp7ZfION5EVRJ34pXvjqXRKhKFkIBdRdOSgEShKBI\nJ+MxWFWKH+VuOzo52NV8y58Qi1rwIrIcZxpJdPZxrcHbu/0kDpMdEf+FoCQHQpEu\nnyijfcv+zlKaSEvPkHsrsHX0Y70T78+Sz3buxwIDAQABAoIBAEIppNpz0/Zue/vF\nBF8ab78ImiWfRymqlUgR5tbwW4czZheFk1xy5bLwB0BRNmO99fr+Dvl7HwtzAh1o\nSOE0Z2pIoSp0Eu0XWbKjphZcRWD09SPyhSxAMMN1QPwAxrMjoBjmP/vKfHfvysd2\nxiQDHVYKKW1Szp8ex7VyoO3luB8UaMuuZpRTreMd6S/X7rAGlrl+ye/2WW/cNl7H\nB4Z6wp9ntcjz/xs51S92SJZMwVom87r+mPJyvjYjt7Dd0/Z8bPAbZGZ726b++ObW\nal8job5uSvHSRQjpe9L6cQf1Eh9o4d1LukNPLiQYCtlWIfLGLL5y8D4KBvbXzMlC\nuoniY1kCgYEA93X72dzU1WvChKmwOy0Kt71meiDzoOL2Z6IsbFwHpo7YAvbrojEG\no6mcGEQ1l6BiN4Npy1mKFJ1GNa4oP9iBHgR50OkFFuAib6v1otCcPs33EpdNaTUe\nSBeO+q07Q7BJBUArAEGD61M6lDxfNh4lK+XIxDPbTOoRJLzL7XCrAPUCgYEAy8t8\nX7eiQqivlvho1GWu3LVSSKG82MSgQlxmeD0DTmAabB/+cDflbZsSYHeRdIVOcXhC\nYuGKx1Q2NncwC+W8l8sYqXSwlV5hzZaTtRtHPWVL0I3UDVm/5tt7yhEMe3qzcAJP\nk5MLttxH2o5nVThxhbvv4wzI7p7wSpphbOiSq0sCgYBbbu2invTI8qsJx4UFKGxY\nXZP6tigunw26VvKhCxQMl6T6229PG1w/ppC1aqZ+otUHe/fgGfJqEX56oSHgDUgP\n5kl4RlEKFcDDkD8PbJL+pa2P4fXJVMYejw3WU6GdLgqc9QuuaYarsbHoSbJIVbUY\nVivrStnRvn6dG2EiF0on7QKBgAt33//i7Zait37fa8bIEhcJfR/pOh9YsUwKtxl9\nFXqLnfEHu+HEw3xvhZE4KU9NUSTBh7rYxl6BNqvJ+UIyI3LHUxP2JRnCve470wQW\nDOQ/lwydbplxu4LaRxUP8IviU8ax2piLZdVcgA6khNwe2QSVluJIDeafuxX3qhPe\n4qIRAoGAIq/cCFxU6sp6LFpT90geBPHD0diucxNV23opLr8d0p/0n+Pl9UickapE\nSLOzhynSOCQHIhuZFo4eZ181uwwnSYFK2aqBX+G7wbCvRW+TJD7UXcA24vHQ3wwL\nqlaYGKhEWfuzPj8cXEaCyf3kbpFCN0CpW8eQDo/H+hU+yeRvob0=\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"}} 2019-01-20 11:55:46,993 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505 used request id req-9be88327-a74f-46b5-aa6b-20db888f0159 2019-01-20 11:55:46,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea654e373065c60eed2bf0d20428416aaaafd5f" 2019-01-20 11:55:47,011 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55: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-6ac5e79a-b493-4e2c-b7cc-6f3df32e4089 x-compute-request-id: req-6ac5e79a-b493-4e2c-b7cc-6f3df32e4089 Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDE/0F+JCcO81DewojA3f2THm14JgSMAW4RRgPNJFPf1zcO3yF2HHkqRhxzzJPzoRF38kCXOLR9TuKLboFTZPLgijYGXVziK71zK3LUGU4XFDQRoMJDK687vw9m3pICSIrf9j2YikRYlM8/aor4jzYDmYFiROwHjYqyaqIc2e71fMcPWxrlOBgH7c1nPLD+N7jOY1blWgqntl8g43kRVEnfile+OpdEqEoWQgF1F05KARKEoEgn4zFYVYof5W47OjnY1XzLnxCLWvAishxnGkl09nGtwdu7/SQOkx0R/4WgJAdCkS6fKKN9y/7OUppIS8+QeyuwdfRjvRPvz5LPdu7H Generated-by-Nova", "user_id": "f8248cee7f534240b0235e12eac098e6", "name": "HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-kp", "deleted": false, "created_at": "2019-01-20T11:55:45.000000", "updated_at": null, "fingerprint": "d2:1d:82:49:ab:82:d4:fa:e5:b5:96:10:76:2e:7f:79", "deleted_at": null, "id": 14}} 2019-01-20 11:55:47,011 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-kp used request id req-6ac5e79a-b493-4e2c-b7cc-6f3df32e4089 2019-01-20 11:55:47,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/3e868b8f-e464-41f3-807c-69bbb6826505 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ea654e373065c60eed2bf0d20428416aaaafd5f" 2019-01-20 11:55:47,040 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:47 GMT Server: Apache x-openstack-request-id: req-174507db-64ef-4d84-b841-745f13099259 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:47,232 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:55:47 GMT Server: Apache x-openstack-request-id: req-28dd75ce-dff8-4f34-8fea-650cf3f3962b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:55:47,233 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsKeypairTests-34c0654c-bce3-422a-9181-e12e8e1fc1c7-stack/3e868b8f-e464-41f3-807c-69bbb6826505 used request id req-28dd75ce-dff8-4f34-8fea-650cf3f3962b 2019-01-20 11:55:47,234 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 11:55:47,249 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:55:47,715 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:55:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["bq-V-nF0TpKM_WV0r-hPoQ"], "issued_at": "2019-01-20T11:55:47.000000Z"}} 2019-01-20 11:55:47,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de4f63bb352869965ea4aa0d55ecd6d63d78670" -d '{"stack_name": "HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-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-0e837d4b-e9f6-462e-bfac-c0ab762995eb-sec-grp"}}' 2019-01-20 11:55:49,102 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:55:47 GMT Server: Apache x-openstack-request-id: req-59b36f26-a583-4ae0-a8d5-7229484e04eb Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63 Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "4e5722f7-240a-44af-924e-680bfbba6a63", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63", "rel": "self"}]}} 2019-01-20 11:55:49,102 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks used request id req-59b36f26-a583-4ae0-a8d5-7229484e04eb 2019-01-20 11:55:49,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/4e5722f7-240a-44af-924e-680bfbba6a63 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de4f63bb352869965ea4aa0d55ecd6d63d78670" 2019-01-20 11:55:49,281 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:49 GMT Server: Apache x-openstack-request-id: req-ff6bc7ad-b21f-464e-b523-095278130c03 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:49,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:49 GMT Server: Apache x-openstack-request-id: req-4be9a22e-8e09-404d-82e3-832275c130f8 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "4e5722f7-240a-44af-924e-680bfbba6a63", "OS::stack_name": "HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack", "security_group_name": "HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack", "stack_user_project_id": "23d4c64c307b4261a42384f59992033e", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:55:48Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4e5722f7-240a-44af-924e-680bfbba6a63", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-20 11:55:49,464 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63 used request id req-4be9a22e-8e09-404d-82e3-832275c130f8 2019-01-20 11:55:49,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/4e5722f7-240a-44af-924e-680bfbba6a63 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de4f63bb352869965ea4aa0d55ecd6d63d78670" 2019-01-20 11:55:50,139 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:49 GMT Server: Apache x-openstack-request-id: req-6c7ef6bb-aab3-45c8-96f7-0e315ae0daf1 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:50,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:50 GMT Server: Apache x-openstack-request-id: req-2ea144c1-b951-4ff5-9cb1-77c26c137086 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "4e5722f7-240a-44af-924e-680bfbba6a63", "OS::stack_name": "HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack", "security_group_name": "HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack", "stack_user_project_id": "23d4c64c307b4261a42384f59992033e", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T11:55:48Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4e5722f7-240a-44af-924e-680bfbba6a63", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-20 11:55:50,404 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63 used request id req-2ea144c1-b951-4ff5-9cb1-77c26c137086 2019-01-20 11:55:53,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/4e5722f7-240a-44af-924e-680bfbba6a63 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de4f63bb352869965ea4aa0d55ecd6d63d78670" 2019-01-20 11:55:53,620 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:53 GMT Server: Apache x-openstack-request-id: req-d155c3bf-547c-4c51-924a-f17f4b65318a Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:53,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:53 GMT Server: Apache x-openstack-request-id: req-91457ad5-ef39-4396-9e49-f5056cb5dbfc 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": "632adb60eb5b46cbaf6c905003618b09", "OS::stack_id": "4e5722f7-240a-44af-924e-680bfbba6a63", "OS::stack_name": "HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack", "security_group_name": "HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack", "stack_user_project_id": "23d4c64c307b4261a42384f59992033e", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T11:55:48Z", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "4e5722f7-240a-44af-924e-680bfbba6a63", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-20 11:55:53,818 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63 used request id req-91457ad5-ef39-4396-9e49-f5056cb5dbfc 2019-01-20 11:55:53,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/4e5722f7-240a-44af-924e-680bfbba6a63/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de4f63bb352869965ea4aa0d55ecd6d63d78670" 2019-01-20 11:55:53,847 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:53 GMT Server: Apache x-openstack-request-id: req-4712d051-cf49-4c2a-8fbc-e3b05bc9e05b Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:54,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:53 GMT Server: Apache x-openstack-request-id: req-e4a13fa9-117c-461a-b25c-f9df924ba017 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 403 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-20T11:55:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T11:55:49Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "39eac856-91bb-422e-a8c9-5d2afdc7c5c5", "resource_type": "OS::Neutron::SecurityGroup"}]} 2019-01-20 11:55:54,033 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63/resources used request id req-e4a13fa9-117c-461a-b25c-f9df924ba017 2019-01-20 11:55:54,034 - neutron_utils - INFO - Retrieving security group with ID - 39eac856-91bb-422e-a8c9-5d2afdc7c5c5 2019-01-20 11:55:54,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=39eac856-91bb-422e-a8c9-5d2afdc7c5c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de4f63bb352869965ea4aa0d55ecd6d63d78670" 2019-01-20 11:55:54,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-309a00b4-e5c2-4be0-a68e-686131e1f92d Date: Sun, 20 Jan 2019 11:55:54 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:55:49Z", "updated_at": "2019-01-20T11:55:50Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T11:55:50Z", "revision_number": 0, "id": "aeacfd93-a8c4-478c-b720-f33844ab8756", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2019-01-20T11:55:50Z", "security_group_id": "39eac856-91bb-422e-a8c9-5d2afdc7c5c5", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": 22, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:55:50Z", "revision_number": 0, "id": "ea063000-4a6d-4e22-ba8e-e89bd5eab476", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2019-01-20T11:55:50Z", "security_group_id": "39eac856-91bb-422e-a8c9-5d2afdc7c5c5", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 6, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "39eac856-91bb-422e-a8c9-5d2afdc7c5c5", "name": "HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-sec-grp"}]} 2019-01-20 11:55:54,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=39eac856-91bb-422e-a8c9-5d2afdc7c5c5 used request id req-309a00b4-e5c2-4be0-a68e-686131e1f92d 2019-01-20 11:55:54,242 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39eac856-91bb-422e-a8c9-5d2afdc7c5c5 2019-01-20 11:55:54,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=39eac856-91bb-422e-a8c9-5d2afdc7c5c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de4f63bb352869965ea4aa0d55ecd6d63d78670" 2019-01-20 11:55:54,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-2b5763b4-c59a-468d-8507-cfa96ac31bb8 Date: Sun, 20 Jan 2019 11:55:54 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": "2019-01-20T11:55:50Z", "security_group_id": "39eac856-91bb-422e-a8c9-5d2afdc7c5c5", "port_range_min": 22, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:55:50Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "aeacfd93-a8c4-478c-b720-f33844ab8756"}, {"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": "2019-01-20T11:55:50Z", "security_group_id": "39eac856-91bb-422e-a8c9-5d2afdc7c5c5", "port_range_min": null, "revision_number": 0, "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:55:50Z", "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "ea063000-4a6d-4e22-ba8e-e89bd5eab476"}]} 2019-01-20 11:55:54,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=39eac856-91bb-422e-a8c9-5d2afdc7c5c5 used request id req-2b5763b4-c59a-468d-8507-cfa96ac31bb8 2019-01-20 11:55:54,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/4e5722f7-240a-44af-924e-680bfbba6a63 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de4f63bb352869965ea4aa0d55ecd6d63d78670" 2019-01-20 11:55:54,643 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 11:55:54 GMT Server: Apache x-openstack-request-id: req-ad9de74d-d725-4943-a323-27d50a4ed166 Location: http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 11:55:54,687 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:55:54 GMT Server: Apache x-openstack-request-id: req-1cb3999a-3471-451c-b0c6-170a8a7f07f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:55:54,687 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09/stacks/HeatUtilsSecurityGroupTests-0e837d4b-e9f6-462e-bfac-c0ab762995eb-stack/4e5722f7-240a-44af-924e-680bfbba6a63 used request id req-1cb3999a-3471-451c-b0c6-170a8a7f07f0 2019-01-20 11:55:54,690 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:55:55,066 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:55:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["us9WcPQHRcC7TW63oSWsYA"], "issued_at": "2019-01-20T11:55:55.000000Z"}} 2019-01-20 11:55:55,070 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7d981b027de6df60cbf6a8d13b20d5f8982ce2e" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-d546bbda-5e13-4d96-a518-fc8071946a7f"}}' 2019-01-20 11:55:55,273 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:55 GMT Server: Apache x-compute-request-id: req-9214be7b-1e58-44aa-914e-5b6b3e56104f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9214be7b-1e58-44aa-914e-5b6b3e56104f Content-Encoding: gzip Content-Length: 242 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "17d052fe-acbd-4298-9fcd-e80658ec918d", "name": "CinderUtilsQoSTests-d546bbda-5e13-4d96-a518-fc8071946a7f"}, "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/17d052fe-acbd-4298-9fcd-e80658ec918d", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/qos-specs/17d052fe-acbd-4298-9fcd-e80658ec918d", "rel": "bookmark"}]} 2019-01-20 11:55:55,273 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs used request id req-9214be7b-1e58-44aa-914e-5b6b3e56104f 2019-01-20 11:55:55,283 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9214be7b-1e58-44aa-914e-5b6b3e56104f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7d981b027de6df60cbf6a8d13b20d5f8982ce2e" 2019-01-20 11:55:55,455 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:55 GMT Server: Apache x-compute-request-id: req-e907acbe-1e80-4d28-9f13-a3d127a65bb3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e907acbe-1e80-4d28-9f13-a3d127a65bb3 Content-Encoding: gzip Content-Length: 155 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "17d052fe-acbd-4298-9fcd-e80658ec918d", "name": "CinderUtilsQoSTests-d546bbda-5e13-4d96-a518-fc8071946a7f"}]} 2019-01-20 11:55:55,455 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs used request id req-e907acbe-1e80-4d28-9f13-a3d127a65bb3 2019-01-20 11:55:55,456 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-d546bbda-5e13-4d96-a518-fc8071946a7f 2019-01-20 11:55:55,459 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/17d052fe-acbd-4298-9fcd-e80658ec918d?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9214be7b-1e58-44aa-914e-5b6b3e56104f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7d981b027de6df60cbf6a8d13b20d5f8982ce2e" 2019-01-20 11:55:56,203 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:55:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-eaf73696-aea3-4169-9a7d-c57f851a2fa5 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. 2019-01-20 11:55:56,203 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/17d052fe-acbd-4298-9fcd-e80658ec918d?force=False used request id req-eaf73696-aea3-4169-9a7d-c57f851a2fa5 2019-01-20 11:55:56,206 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9214be7b-1e58-44aa-914e-5b6b3e56104f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7d981b027de6df60cbf6a8d13b20d5f8982ce2e" 2019-01-20 11:55:57,018 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:56 GMT Server: Apache x-compute-request-id: req-07ba3799-1edc-4b07-99f1-5de1fa1f79d4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-07ba3799-1edc-4b07-99f1-5de1fa1f79d4 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2019-01-20 11:55:57,018 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs used request id req-07ba3799-1edc-4b07-99f1-5de1fa1f79d4 2019-01-20 11:55:57,019 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-d546bbda-5e13-4d96-a518-fc8071946a7f 2019-01-20 11:55:57,022 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/17d052fe-acbd-4298-9fcd-e80658ec918d?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9214be7b-1e58-44aa-914e-5b6b3e56104f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7d981b027de6df60cbf6a8d13b20d5f8982ce2e" 2019-01-20 11:55:57,055 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11:55:57 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-e0d86a39-4fc7-4258-8fea-03171d490055 x-openstack-request-id: req-e0d86a39-4fc7-4258-8fea-03171d490055 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 17d052fe-acbd-4298-9fcd-e80658ec918d.", "code": 404}} 2019-01-20 11:55:57,056 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/17d052fe-acbd-4298-9fcd-e80658ec918d?force=False used request id req-e0d86a39-4fc7-4258-8fea-03171d490055 2019-01-20 11:55:57,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:55:57,446 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:55:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["k1_rpivBSsioOZYxuv6E_A"], "issued_at": "2019-01-20T11:55:57.000000Z"}} 2019-01-20 11:55:57,450 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbca607415e602f84885640e3ebabee499ac40cd" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-77443d0e-d79d-4e65-96ae-fd4cb84440fe"}}' 2019-01-20 11:55:57,672 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:57 GMT Server: Apache x-compute-request-id: req-17410321-3c58-4f94-a3b6-6fedd8d2d76b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-17410321-3c58-4f94-a3b6-6fedd8d2d76b Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "8919f5a6-cd64-4fc0-8782-660a4eacb2a7", "name": "CinderUtilsQoSTests-77443d0e-d79d-4e65-96ae-fd4cb84440fe"}, "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/8919f5a6-cd64-4fc0-8782-660a4eacb2a7", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/qos-specs/8919f5a6-cd64-4fc0-8782-660a4eacb2a7", "rel": "bookmark"}]} 2019-01-20 11:55:57,672 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs used request id req-17410321-3c58-4f94-a3b6-6fedd8d2d76b 2019-01-20 11:55:57,675 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-17410321-3c58-4f94-a3b6-6fedd8d2d76b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbca607415e602f84885640e3ebabee499ac40cd" 2019-01-20 11:55:57,889 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:57 GMT Server: Apache x-compute-request-id: req-f13627da-95c6-4c68-a552-daccd95e36f2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f13627da-95c6-4c68-a552-daccd95e36f2 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "8919f5a6-cd64-4fc0-8782-660a4eacb2a7", "name": "CinderUtilsQoSTests-77443d0e-d79d-4e65-96ae-fd4cb84440fe"}]} 2019-01-20 11:55:57,890 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs used request id req-f13627da-95c6-4c68-a552-daccd95e36f2 2019-01-20 11:55:57,893 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/8919f5a6-cd64-4fc0-8782-660a4eacb2a7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-17410321-3c58-4f94-a3b6-6fedd8d2d76b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbca607415e602f84885640e3ebabee499ac40cd" 2019-01-20 11:55:58,059 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:57 GMT Server: Apache x-compute-request-id: req-dd748161-746d-408b-bc83-ab7619b3d082 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dd748161-746d-408b-bc83-ab7619b3d082 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "8919f5a6-cd64-4fc0-8782-660a4eacb2a7", "name": "CinderUtilsQoSTests-77443d0e-d79d-4e65-96ae-fd4cb84440fe"}, "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/8919f5a6-cd64-4fc0-8782-660a4eacb2a7", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/qos-specs/8919f5a6-cd64-4fc0-8782-660a4eacb2a7", "rel": "bookmark"}]} 2019-01-20 11:55:58,059 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/8919f5a6-cd64-4fc0-8782-660a4eacb2a7 used request id req-dd748161-746d-408b-bc83-ab7619b3d082 2019-01-20 11:55:58,059 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-77443d0e-d79d-4e65-96ae-fd4cb84440fe 2019-01-20 11:55:58,062 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/8919f5a6-cd64-4fc0-8782-660a4eacb2a7?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-17410321-3c58-4f94-a3b6-6fedd8d2d76b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbca607415e602f84885640e3ebabee499ac40cd" 2019-01-20 11:55:58,369 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:55:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-091e1912-88fa-4e36-8af9-b6fa6e9f17c2 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. 2019-01-20 11:55:58,369 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/8919f5a6-cd64-4fc0-8782-660a4eacb2a7?force=False used request id req-091e1912-88fa-4e36-8af9-b6fa6e9f17c2 2019-01-20 11:55:58,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:55:58,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:55:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["MycAeZtRTT2cLFSM1_BArw"], "issued_at": "2019-01-20T11:55:58.000000Z"}} 2019-01-20 11:55:58,764 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98e96067abb2d30d04b49a7fc82e5e0b445722a4" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-8a90976c-9ce7-4713-a118-a930d5103156"}}' 2019-01-20 11:55:59,512 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:58 GMT Server: Apache x-compute-request-id: req-cd3d39a5-7b7a-4bad-9e5a-d466d98af3b6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cd3d39a5-7b7a-4bad-9e5a-d466d98af3b6 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "e8465744-1aab-41fa-bf67-c1371b088253", "name": "CinderUtilsQoSTests-8a90976c-9ce7-4713-a118-a930d5103156"}, "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/e8465744-1aab-41fa-bf67-c1371b088253", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/qos-specs/e8465744-1aab-41fa-bf67-c1371b088253", "rel": "bookmark"}]} 2019-01-20 11:55:59,512 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs used request id req-cd3d39a5-7b7a-4bad-9e5a-d466d98af3b6 2019-01-20 11:55:59,515 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cd3d39a5-7b7a-4bad-9e5a-d466d98af3b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98e96067abb2d30d04b49a7fc82e5e0b445722a4" 2019-01-20 11:56:00,220 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:55:59 GMT Server: Apache x-compute-request-id: req-d0e03f77-ffc4-4d62-9380-d43ab05d2d83 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d0e03f77-ffc4-4d62-9380-d43ab05d2d83 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "e8465744-1aab-41fa-bf67-c1371b088253", "name": "CinderUtilsQoSTests-8a90976c-9ce7-4713-a118-a930d5103156"}]} 2019-01-20 11:56:00,221 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs used request id req-d0e03f77-ffc4-4d62-9380-d43ab05d2d83 2019-01-20 11:56:00,224 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/e8465744-1aab-41fa-bf67-c1371b088253 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cd3d39a5-7b7a-4bad-9e5a-d466d98af3b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98e96067abb2d30d04b49a7fc82e5e0b445722a4" 2019-01-20 11:56:00,379 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:00 GMT Server: Apache x-compute-request-id: req-51e110f9-fd2b-4861-a725-cad4ff1cce59 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-51e110f9-fd2b-4861-a725-cad4ff1cce59 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "e8465744-1aab-41fa-bf67-c1371b088253", "name": "CinderUtilsQoSTests-8a90976c-9ce7-4713-a118-a930d5103156"}, "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/e8465744-1aab-41fa-bf67-c1371b088253", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/qos-specs/e8465744-1aab-41fa-bf67-c1371b088253", "rel": "bookmark"}]} 2019-01-20 11:56:00,379 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/e8465744-1aab-41fa-bf67-c1371b088253 used request id req-51e110f9-fd2b-4861-a725-cad4ff1cce59 2019-01-20 11:56:00,379 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-8a90976c-9ce7-4713-a118-a930d5103156 2019-01-20 11:56:00,382 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/e8465744-1aab-41fa-bf67-c1371b088253?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cd3d39a5-7b7a-4bad-9e5a-d466d98af3b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98e96067abb2d30d04b49a7fc82e5e0b445722a4" 2019-01-20 11:56:00,600 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-66a1063c-024d-4050-9735-ed1003e70c3a 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. 2019-01-20 11:56:00,600 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/e8465744-1aab-41fa-bf67-c1371b088253?force=False used request id req-66a1063c-024d-4050-9735-ed1003e70c3a 2019-01-20 11:56:00,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:00,977 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:56:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["3_RmsiLJRUKdsGJIQUs3Vw"], "issued_at": "2019-01-20T11:56:00.000000Z"}} 2019-01-20 11:56:00,981 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9afacf943a6356288b00db4238ecc7b2be22f415" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-4f59f926-0203-48ce-b147-616b993ccf7a"}}' 2019-01-20 11:56:01,168 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:00 GMT Server: Apache x-compute-request-id: req-9811e7b6-0ae5-43bc-8af1-34c46ed03779 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9811e7b6-0ae5-43bc-8af1-34c46ed03779 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "aba55edb-7323-4efc-b062-b01b34e40fff", "name": "CinderUtilsQoSTests-4f59f926-0203-48ce-b147-616b993ccf7a"}, "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/aba55edb-7323-4efc-b062-b01b34e40fff", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/qos-specs/aba55edb-7323-4efc-b062-b01b34e40fff", "rel": "bookmark"}]} 2019-01-20 11:56:01,169 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs used request id req-9811e7b6-0ae5-43bc-8af1-34c46ed03779 2019-01-20 11:56:01,172 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9811e7b6-0ae5-43bc-8af1-34c46ed03779" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9afacf943a6356288b00db4238ecc7b2be22f415" 2019-01-20 11:56:01,334 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:01 GMT Server: Apache x-compute-request-id: req-b46b9f14-e357-47c2-b1c7-a1e45ea26df5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b46b9f14-e357-47c2-b1c7-a1e45ea26df5 Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "aba55edb-7323-4efc-b062-b01b34e40fff", "name": "CinderUtilsQoSTests-4f59f926-0203-48ce-b147-616b993ccf7a"}]} 2019-01-20 11:56:01,334 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs used request id req-b46b9f14-e357-47c2-b1c7-a1e45ea26df5 2019-01-20 11:56:01,338 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/aba55edb-7323-4efc-b062-b01b34e40fff -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9811e7b6-0ae5-43bc-8af1-34c46ed03779" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9afacf943a6356288b00db4238ecc7b2be22f415" 2019-01-20 11:56:01,513 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:01 GMT Server: Apache x-compute-request-id: req-7b1008de-869d-418c-aff8-e15b4788f65e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7b1008de-869d-418c-aff8-e15b4788f65e Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "aba55edb-7323-4efc-b062-b01b34e40fff", "name": "CinderUtilsQoSTests-4f59f926-0203-48ce-b147-616b993ccf7a"}, "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/aba55edb-7323-4efc-b062-b01b34e40fff", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/qos-specs/aba55edb-7323-4efc-b062-b01b34e40fff", "rel": "bookmark"}]} 2019-01-20 11:56:01,513 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/aba55edb-7323-4efc-b062-b01b34e40fff used request id req-7b1008de-869d-418c-aff8-e15b4788f65e 2019-01-20 11:56:01,514 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-4f59f926-0203-48ce-b147-616b993ccf7a 2019-01-20 11:56:01,516 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/aba55edb-7323-4efc-b062-b01b34e40fff?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9811e7b6-0ae5-43bc-8af1-34c46ed03779" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9afacf943a6356288b00db4238ecc7b2be22f415" 2019-01-20 11:56:01,712 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cd3db1c3-724d-4780-9bca-0993ee7a1079 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. 2019-01-20 11:56:01,712 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/aba55edb-7323-4efc-b062-b01b34e40fff?force=False used request id req-cd3db1c3-724d-4780-9bca-0993ee7a1079 2019-01-20 11:56:01,715 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:02,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:56:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["82uWsQevQa6qj6AJslh08A"], "issued_at": "2019-01-20T11:56:02.000000Z"}} 2019-01-20 11:56:02,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a1946a5ce4cebb7066dd44b20914ab05142cb" 2019-01-20 11:56:02,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46b437e4-ceae-4bb3-b4c4-09a6e031c9d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:56:02,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-46b437e4-ceae-4bb3-b4c4-09a6e031c9d0 2019-01-20 11:56:02,200 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a1946a5ce4cebb7066dd44b20914ab05142cb" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-0a5caea9-f363-490a-a2c0-d8fab43955f7", "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}}' 2019-01-20 11:56:02,576 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:02 GMT Server: Apache x-compute-request-id: req-f63521ca-b7cc-4710-978d-4a9d54cc72f7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f63521ca-b7cc-4710-978d-4a9d54cc72f7 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "f8248cee7f534240b0235e12eac098e6", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T11:56:02.439276", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-0a5caea9-f363-490a-a2c0-d8fab43955f7", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "42318caa-f5e1-42a2-a06e-c55ceaacd37d", "size": 1}} 2019-01-20 11:56:02,577 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes used request id req-f63521ca-b7cc-4710-978d-4a9d54cc72f7 2019-01-20 11:56:02,580 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f63521ca-b7cc-4710-978d-4a9d54cc72f7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a1946a5ce4cebb7066dd44b20914ab05142cb" 2019-01-20 11:56:02,801 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:02 GMT Server: Apache x-compute-request-id: req-5044c933-784b-4a4c-b782-c78fa0b8e0e1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5044c933-784b-4a4c-b782-c78fa0b8e0e1 Content-Encoding: gzip Content-Length: 491 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": null, "encrypted": false, "updated_at": null, "replication_status": null, "snapshot_id": null, "id": "42318caa-f5e1-42a2-a06e-c55ceaacd37d", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-0a5caea9-f363-490a-a2c0-d8fab43955f7", "bootable": "false", "created_at": "2019-01-20T11:56:02.000000", "volume_type": null}} 2019-01-20 11:56:02,801 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d used request id req-5044c933-784b-4a4c-b782-c78fa0b8e0e1 2019-01-20 11:56:02,804 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f63521ca-b7cc-4710-978d-4a9d54cc72f7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a1946a5ce4cebb7066dd44b20914ab05142cb" 2019-01-20 11:56:03,002 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:02 GMT Server: Apache x-compute-request-id: req-8dd21388-16f0-4be1-a3a5-ef83b2f23d1f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8dd21388-16f0-4be1-a3a5-ef83b2f23d1f Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:56:02.000000", "replication_status": null, "snapshot_id": null, "id": "42318caa-f5e1-42a2-a06e-c55ceaacd37d", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-0a5caea9-f363-490a-a2c0-d8fab43955f7", "bootable": "false", "created_at": "2019-01-20T11:56:02.000000", "volume_type": null}} 2019-01-20 11:56:03,002 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d used request id req-8dd21388-16f0-4be1-a3a5-ef83b2f23d1f 2019-01-20 11:56:06,008 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f63521ca-b7cc-4710-978d-4a9d54cc72f7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a1946a5ce4cebb7066dd44b20914ab05142cb" 2019-01-20 11:56:06,234 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:06 GMT Server: Apache x-compute-request-id: req-93cec709-761f-4618-ae35-dfeb5abd5d6d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-93cec709-761f-4618-ae35-dfeb5abd5d6d Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:56:03.000000", "replication_status": null, "snapshot_id": null, "id": "42318caa-f5e1-42a2-a06e-c55ceaacd37d", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-0a5caea9-f363-490a-a2c0-d8fab43955f7", "bootable": "false", "created_at": "2019-01-20T11:56:02.000000", "volume_type": null}} 2019-01-20 11:56:06,235 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d used request id req-93cec709-761f-4618-ae35-dfeb5abd5d6d 2019-01-20 11:56:06,238 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f63521ca-b7cc-4710-978d-4a9d54cc72f7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a1946a5ce4cebb7066dd44b20914ab05142cb" 2019-01-20 11:56:06,443 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:06 GMT Server: Apache x-compute-request-id: req-6c66e7fc-4b9c-452e-b12b-1aebeb7fd465 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6c66e7fc-4b9c-452e-b12b-1aebeb7fd465 Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:56:03.000000", "replication_status": null, "snapshot_id": null, "id": "42318caa-f5e1-42a2-a06e-c55ceaacd37d", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-0a5caea9-f363-490a-a2c0-d8fab43955f7", "bootable": "false", "created_at": "2019-01-20T11:56:02.000000", "volume_type": null}]} 2019-01-20 11:56:06,443 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/detail used request id req-6c66e7fc-4b9c-452e-b12b-1aebeb7fd465 2019-01-20 11:56:06,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:56:06,453 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:56: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:56:06,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a1946a5ce4cebb7066dd44b20914ab05142cb" 2019-01-20 11:56:06,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84411b76-d639-4fe0-a8e6-87538db5668b 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:56:06,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-84411b76-d639-4fe0-a8e6-87538db5668b 2019-01-20 11:56:06,555 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-0a5caea9-f363-490a-a2c0-d8fab43955f7 2019-01-20 11:56:06,558 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f63521ca-b7cc-4710-978d-4a9d54cc72f7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a1946a5ce4cebb7066dd44b20914ab05142cb" 2019-01-20 11:56:07,351 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8e5ded12-2fca-4d9e-aaf0-29aa036c9149 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. 2019-01-20 11:56:07,352 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d used request id req-8e5ded12-2fca-4d9e-aaf0-29aa036c9149 2019-01-20 11:56:07,355 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f63521ca-b7cc-4710-978d-4a9d54cc72f7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a1946a5ce4cebb7066dd44b20914ab05142cb" 2019-01-20 11:56:07,535 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:07 GMT Server: Apache x-compute-request-id: req-6ba9264b-21d0-4dc5-9582-f13edf0c220e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6ba9264b-21d0-4dc5-9582-f13edf0c220e Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:56:07.000000", "replication_status": null, "snapshot_id": null, "id": "42318caa-f5e1-42a2-a06e-c55ceaacd37d", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-0a5caea9-f363-490a-a2c0-d8fab43955f7", "bootable": "false", "created_at": "2019-01-20T11:56:02.000000", "volume_type": null}} 2019-01-20 11:56:07,535 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d used request id req-6ba9264b-21d0-4dc5-9582-f13edf0c220e 2019-01-20 11:56:10,539 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f63521ca-b7cc-4710-978d-4a9d54cc72f7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a1946a5ce4cebb7066dd44b20914ab05142cb" 2019-01-20 11:56:10,700 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11:56:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-82102b06-e902-4020-8b15-8aa8ba38310c x-openstack-request-id: req-82102b06-e902-4020-8b15-8aa8ba38310c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 42318caa-f5e1-42a2-a06e-c55ceaacd37d could not be found.", "code": 404}} 2019-01-20 11:56:10,700 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d used request id req-82102b06-e902-4020-8b15-8aa8ba38310c 2019-01-20 11:56:10,703 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f63521ca-b7cc-4710-978d-4a9d54cc72f7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a1946a5ce4cebb7066dd44b20914ab05142cb" 2019-01-20 11:56:11,575 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:10 GMT Server: Apache x-compute-request-id: req-25bdefa0-7a3c-4c43-ab1c-8f691d5cc4d7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-25bdefa0-7a3c-4c43-ab1c-8f691d5cc4d7 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-20 11:56:11,575 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/detail used request id req-25bdefa0-7a3c-4c43-ab1c-8f691d5cc4d7 2019-01-20 11:56:11,576 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-0a5caea9-f363-490a-a2c0-d8fab43955f7 2019-01-20 11:56:11,579 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f63521ca-b7cc-4710-978d-4a9d54cc72f7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a1946a5ce4cebb7066dd44b20914ab05142cb" 2019-01-20 11:56:11,872 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11:56:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-87ce2008-b7d4-459d-ac51-8db08b896294 x-openstack-request-id: req-87ce2008-b7d4-459d-ac51-8db08b896294 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 42318caa-f5e1-42a2-a06e-c55ceaacd37d could not be found.", "code": 404}} 2019-01-20 11:56:11,872 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d used request id req-87ce2008-b7d4-459d-ac51-8db08b896294 2019-01-20 11:56:11,875 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f63521ca-b7cc-4710-978d-4a9d54cc72f7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c29a1946a5ce4cebb7066dd44b20914ab05142cb" 2019-01-20 11:56:12,053 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11:56:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d37c5468-27a2-4dc9-8eac-7753622a7387 x-openstack-request-id: req-d37c5468-27a2-4dc9-8eac-7753622a7387 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 42318caa-f5e1-42a2-a06e-c55ceaacd37d could not be found.", "code": 404}} 2019-01-20 11:56:12,053 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/42318caa-f5e1-42a2-a06e-c55ceaacd37d used request id req-d37c5468-27a2-4dc9-8eac-7753622a7387 2019-01-20 11:56:12,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:12,438 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:56:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["UNstX5YtSUO0cZPcF77mjg"], "issued_at": "2019-01-20T11:56:12.000000Z"}} 2019-01-20 11:56:12,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4605a0fe78f49a207f0ffa73c6790d97f5fbdac8" 2019-01-20 11:56:12,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22d89e64-b5fa-4c19-b28a-a44aeca9cac7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:56:12,518 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-22d89e64-b5fa-4c19-b28a-a44aeca9cac7 2019-01-20 11:56:12,522 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4605a0fe78f49a207f0ffa73c6790d97f5fbdac8" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-4b4c1e1d-924c-4440-a76b-20b2649a918d", "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}}' 2019-01-20 11:56:12,830 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:12 GMT Server: Apache x-compute-request-id: req-f8066c7a-0a14-4974-81c4-bff5292ddbc7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f8066c7a-0a14-4974-81c4-bff5292ddbc7 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "f8248cee7f534240b0235e12eac098e6", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/ee410d30-2e3f-470d-a1a6-396f11ea4da5", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/ee410d30-2e3f-470d-a1a6-396f11ea4da5", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T11:56:12.752515", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-4b4c1e1d-924c-4440-a76b-20b2649a918d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ee410d30-2e3f-470d-a1a6-396f11ea4da5", "size": 1}} 2019-01-20 11:56:12,830 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes used request id req-f8066c7a-0a14-4974-81c4-bff5292ddbc7 2019-01-20 11:56:12,834 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/ee410d30-2e3f-470d-a1a6-396f11ea4da5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f8066c7a-0a14-4974-81c4-bff5292ddbc7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4605a0fe78f49a207f0ffa73c6790d97f5fbdac8" 2019-01-20 11:56:13,562 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:12 GMT Server: Apache x-compute-request-id: req-0b447b31-8b53-4a0e-a0a9-197479bda955 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0b447b31-8b53-4a0e-a0a9-197479bda955 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/ee410d30-2e3f-470d-a1a6-396f11ea4da5", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/ee410d30-2e3f-470d-a1a6-396f11ea4da5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:56:13.000000", "replication_status": null, "snapshot_id": null, "id": "ee410d30-2e3f-470d-a1a6-396f11ea4da5", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-4b4c1e1d-924c-4440-a76b-20b2649a918d", "bootable": "false", "created_at": "2019-01-20T11:56:12.000000", "volume_type": null}} 2019-01-20 11:56:13,562 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/ee410d30-2e3f-470d-a1a6-396f11ea4da5 used request id req-0b447b31-8b53-4a0e-a0a9-197479bda955 2019-01-20 11:56:13,565 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/ee410d30-2e3f-470d-a1a6-396f11ea4da5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f8066c7a-0a14-4974-81c4-bff5292ddbc7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4605a0fe78f49a207f0ffa73c6790d97f5fbdac8" 2019-01-20 11:56:13,770 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:13 GMT Server: Apache x-compute-request-id: req-6441b51e-451c-4383-bf44-ec75bfa0a503 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6441b51e-451c-4383-bf44-ec75bfa0a503 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/ee410d30-2e3f-470d-a1a6-396f11ea4da5", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/ee410d30-2e3f-470d-a1a6-396f11ea4da5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:56:13.000000", "replication_status": null, "snapshot_id": null, "id": "ee410d30-2e3f-470d-a1a6-396f11ea4da5", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-4b4c1e1d-924c-4440-a76b-20b2649a918d", "bootable": "false", "created_at": "2019-01-20T11:56:12.000000", "volume_type": null}} 2019-01-20 11:56:13,770 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/ee410d30-2e3f-470d-a1a6-396f11ea4da5 used request id req-6441b51e-451c-4383-bf44-ec75bfa0a503 2019-01-20 11:56:13,773 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f8066c7a-0a14-4974-81c4-bff5292ddbc7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4605a0fe78f49a207f0ffa73c6790d97f5fbdac8" 2019-01-20 11:56:13,976 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:13 GMT Server: Apache x-compute-request-id: req-d823dd50-51aa-490d-89be-170c76235d20 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d823dd50-51aa-490d-89be-170c76235d20 Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/ee410d30-2e3f-470d-a1a6-396f11ea4da5", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/ee410d30-2e3f-470d-a1a6-396f11ea4da5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:56:13.000000", "replication_status": null, "snapshot_id": null, "id": "ee410d30-2e3f-470d-a1a6-396f11ea4da5", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-4b4c1e1d-924c-4440-a76b-20b2649a918d", "bootable": "false", "created_at": "2019-01-20T11:56:12.000000", "volume_type": null}]} 2019-01-20 11:56:13,976 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/detail used request id req-d823dd50-51aa-490d-89be-170c76235d20 2019-01-20 11:56:13,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:56:13,985 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:56: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:56:13,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4605a0fe78f49a207f0ffa73c6790d97f5fbdac8" 2019-01-20 11:56:14,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ed47739-5dd9-4eda-95bb-df721aae182e 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.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:56:14,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-4ed47739-5dd9-4eda-95bb-df721aae182e 2019-01-20 11:56:14,002 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-4b4c1e1d-924c-4440-a76b-20b2649a918d 2019-01-20 11:56:14,004 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/ee410d30-2e3f-470d-a1a6-396f11ea4da5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f8066c7a-0a14-4974-81c4-bff5292ddbc7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4605a0fe78f49a207f0ffa73c6790d97f5fbdac8" 2019-01-20 11:56:14,239 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:14 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5814aff6-d039-40d1-be9c-7c34a6f1e2d3 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. 2019-01-20 11:56:14,239 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/ee410d30-2e3f-470d-a1a6-396f11ea4da5 used request id req-5814aff6-d039-40d1-be9c-7c34a6f1e2d3 2019-01-20 11:56:14,242 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/ee410d30-2e3f-470d-a1a6-396f11ea4da5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f8066c7a-0a14-4974-81c4-bff5292ddbc7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4605a0fe78f49a207f0ffa73c6790d97f5fbdac8" 2019-01-20 11:56:14,430 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:14 GMT Server: Apache x-compute-request-id: req-cf8cddfe-040e-42f8-9af6-45b366831ecc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cf8cddfe-040e-42f8-9af6-45b366831ecc Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/ee410d30-2e3f-470d-a1a6-396f11ea4da5", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/volumes/ee410d30-2e3f-470d-a1a6-396f11ea4da5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T11:56:14.000000", "replication_status": null, "snapshot_id": null, "id": "ee410d30-2e3f-470d-a1a6-396f11ea4da5", "size": 1, "user_id": "f8248cee7f534240b0235e12eac098e6", "os-vol-tenant-attr:tenant_id": "632adb60eb5b46cbaf6c905003618b09", "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-4b4c1e1d-924c-4440-a76b-20b2649a918d", "bootable": "false", "created_at": "2019-01-20T11:56:12.000000", "volume_type": null}} 2019-01-20 11:56:14,430 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/ee410d30-2e3f-470d-a1a6-396f11ea4da5 used request id req-cf8cddfe-040e-42f8-9af6-45b366831ecc 2019-01-20 11:56:17,437 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/ee410d30-2e3f-470d-a1a6-396f11ea4da5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f8066c7a-0a14-4974-81c4-bff5292ddbc7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4605a0fe78f49a207f0ffa73c6790d97f5fbdac8" 2019-01-20 11:56:17,476 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11:56:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2fb43b0e-8dea-4543-b3e2-bc632ba239de x-openstack-request-id: req-2fb43b0e-8dea-4543-b3e2-bc632ba239de Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume ee410d30-2e3f-470d-a1a6-396f11ea4da5 could not be found.", "code": 404}} 2019-01-20 11:56:17,476 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/volumes/ee410d30-2e3f-470d-a1a6-396f11ea4da5 used request id req-2fb43b0e-8dea-4543-b3e2-bc632ba239de 2019-01-20 11:56:17,478 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:17,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:56:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["o2FjBDAyQZiuaYqSfEAOgw"], "issued_at": "2019-01-20T11:56:17.000000Z"}} 2019-01-20 11:56:17,866 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce992052ed1a60b0f1cc7a6cf79b226efb84875" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-daddacdb-8d21-46e8-a8d6-9ec35ee31700", "description": null}}' 2019-01-20 11:56:18,086 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:17 GMT Server: Apache x-compute-request-id: req-584ae8e4-2d5f-4c80-b7d6-91c0b628ac37 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-584ae8e4-2d5f-4c80-b7d6-91c0b628ac37 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-daddacdb-8d21-46e8-a8d6-9ec35ee31700", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e399a6f4-4e51-4518-bef7-a1f78ca86c7d", "description": null}} 2019-01-20 11:56:18,086 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types used request id req-584ae8e4-2d5f-4c80-b7d6-91c0b628ac37 2019-01-20 11:56:18,090 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-584ae8e4-2d5f-4c80-b7d6-91c0b628ac37" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce992052ed1a60b0f1cc7a6cf79b226efb84875" 2019-01-20 11:56:18,283 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:18 GMT Server: Apache x-compute-request-id: req-1218e664-d6da-4f1a-97fb-692bd2ab364f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1218e664-d6da-4f1a-97fb-692bd2ab364f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-daddacdb-8d21-46e8-a8d6-9ec35ee31700", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e399a6f4-4e51-4518-bef7-a1f78ca86c7d", "description": null}]} 2019-01-20 11:56:18,283 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types?is_public=None used request id req-1218e664-d6da-4f1a-97fb-692bd2ab364f 2019-01-20 11:56:18,286 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/e399a6f4-4e51-4518-bef7-a1f78ca86c7d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-584ae8e4-2d5f-4c80-b7d6-91c0b628ac37" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce992052ed1a60b0f1cc7a6cf79b226efb84875" 2019-01-20 11:56:18,449 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:18 GMT Server: Apache x-compute-request-id: req-801a21e3-538f-42b6-b7a3-c97387db8a2a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-801a21e3-538f-42b6-b7a3-c97387db8a2a Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-daddacdb-8d21-46e8-a8d6-9ec35ee31700", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e399a6f4-4e51-4518-bef7-a1f78ca86c7d", "description": null}} 2019-01-20 11:56:18,449 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/e399a6f4-4e51-4518-bef7-a1f78ca86c7d used request id req-801a21e3-538f-42b6-b7a3-c97387db8a2a 2019-01-20 11:56:18,452 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/e399a6f4-4e51-4518-bef7-a1f78ca86c7d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-584ae8e4-2d5f-4c80-b7d6-91c0b628ac37" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce992052ed1a60b0f1cc7a6cf79b226efb84875" 2019-01-20 11:56:18,635 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:18 GMT Server: Apache x-compute-request-id: req-db9e6d40-0869-4f0d-9347-d087ed4b7615 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-db9e6d40-0869-4f0d-9347-d087ed4b7615 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-20 11:56:18,635 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/e399a6f4-4e51-4518-bef7-a1f78ca86c7d/encryption used request id req-db9e6d40-0869-4f0d-9347-d087ed4b7615 2019-01-20 11:56:18,635 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-daddacdb-8d21-46e8-a8d6-9ec35ee31700 2019-01-20 11:56:18,638 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/e399a6f4-4e51-4518-bef7-a1f78ca86c7d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-584ae8e4-2d5f-4c80-b7d6-91c0b628ac37" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce992052ed1a60b0f1cc7a6cf79b226efb84875" 2019-01-20 11:56:18,873 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cc088033-ee80-4a94-9748-d25cb8d3a1ee 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. 2019-01-20 11:56:18,873 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/e399a6f4-4e51-4518-bef7-a1f78ca86c7d used request id req-cc088033-ee80-4a94-9748-d25cb8d3a1ee 2019-01-20 11:56:18,876 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/e399a6f4-4e51-4518-bef7-a1f78ca86c7d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-584ae8e4-2d5f-4c80-b7d6-91c0b628ac37" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce992052ed1a60b0f1cc7a6cf79b226efb84875" 2019-01-20 11:56:19,041 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11:56:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d8e8236e-a68e-42b6-8496-e168881ff0ad x-openstack-request-id: req-d8e8236e-a68e-42b6-8496-e168881ff0ad Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type e399a6f4-4e51-4518-bef7-a1f78ca86c7d could not be found.", "code": 404}} 2019-01-20 11:56:19,041 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/e399a6f4-4e51-4518-bef7-a1f78ca86c7d used request id req-d8e8236e-a68e-42b6-8496-e168881ff0ad 2019-01-20 11:56:19,041 - cinder_utils - INFO - Volume with ID [e399a6f4-4e51-4518-bef7-a1f78ca86c7d] does not exist 2019-01-20 11:56:19,042 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-daddacdb-8d21-46e8-a8d6-9ec35ee31700 2019-01-20 11:56:19,045 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/e399a6f4-4e51-4518-bef7-a1f78ca86c7d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-584ae8e4-2d5f-4c80-b7d6-91c0b628ac37" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ce992052ed1a60b0f1cc7a6cf79b226efb84875" 2019-01-20 11:56:19,235 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11:56:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-849dd86f-7b8a-428a-a0c5-6302920f9cb6 x-openstack-request-id: req-849dd86f-7b8a-428a-a0c5-6302920f9cb6 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type e399a6f4-4e51-4518-bef7-a1f78ca86c7d could not be found.", "code": 404}} 2019-01-20 11:56:19,235 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/e399a6f4-4e51-4518-bef7-a1f78ca86c7d used request id req-849dd86f-7b8a-428a-a0c5-6302920f9cb6 2019-01-20 11:56:19,238 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:19,621 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:56:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["MtJEQuRGRoSCdclLMozAKg"], "issued_at": "2019-01-20T11:56:19.000000Z"}} 2019-01-20 11:56:19,624 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dadd58f2bb2dee144ab35c170f1a918ff27cbf1" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-1a8efc05-994e-4992-a650-ee3d580c425e", "description": null}}' 2019-01-20 11:56:19,841 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:19 GMT Server: Apache x-compute-request-id: req-91fc0dbc-75c6-43cf-a710-5c8a5bf18a30 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-91fc0dbc-75c6-43cf-a710-5c8a5bf18a30 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-1a8efc05-994e-4992-a650-ee3d580c425e", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d5819e39-957b-4eb1-92a9-7c69a0531006", "description": null}} 2019-01-20 11:56:19,841 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types used request id req-91fc0dbc-75c6-43cf-a710-5c8a5bf18a30 2019-01-20 11:56:19,844 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-91fc0dbc-75c6-43cf-a710-5c8a5bf18a30" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dadd58f2bb2dee144ab35c170f1a918ff27cbf1" 2019-01-20 11:56:20,006 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:19 GMT Server: Apache x-compute-request-id: req-7c613016-e212-45b8-ab32-072ddd57a2ba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7c613016-e212-45b8-ab32-072ddd57a2ba Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-1a8efc05-994e-4992-a650-ee3d580c425e", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d5819e39-957b-4eb1-92a9-7c69a0531006", "description": null}]} 2019-01-20 11:56:20,007 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types?is_public=None used request id req-7c613016-e212-45b8-ab32-072ddd57a2ba 2019-01-20 11:56:20,010 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/d5819e39-957b-4eb1-92a9-7c69a0531006 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-91fc0dbc-75c6-43cf-a710-5c8a5bf18a30" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dadd58f2bb2dee144ab35c170f1a918ff27cbf1" 2019-01-20 11:56:20,193 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:20 GMT Server: Apache x-compute-request-id: req-ba472910-6ec3-4be3-9ec5-3435afcea9a2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ba472910-6ec3-4be3-9ec5-3435afcea9a2 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-1a8efc05-994e-4992-a650-ee3d580c425e", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d5819e39-957b-4eb1-92a9-7c69a0531006", "description": null}} 2019-01-20 11:56:20,194 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/d5819e39-957b-4eb1-92a9-7c69a0531006 used request id req-ba472910-6ec3-4be3-9ec5-3435afcea9a2 2019-01-20 11:56:20,197 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/d5819e39-957b-4eb1-92a9-7c69a0531006/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-91fc0dbc-75c6-43cf-a710-5c8a5bf18a30" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dadd58f2bb2dee144ab35c170f1a918ff27cbf1" 2019-01-20 11:56:20,219 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:20 GMT Server: Apache x-compute-request-id: req-21d0defc-17cb-4cf7-bbc9-ab9ec0be45d3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-21d0defc-17cb-4cf7-bbc9-ab9ec0be45d3 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-20 11:56:20,219 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/d5819e39-957b-4eb1-92a9-7c69a0531006/encryption used request id req-21d0defc-17cb-4cf7-bbc9-ab9ec0be45d3 2019-01-20 11:56:20,222 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/d5819e39-957b-4eb1-92a9-7c69a0531006 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-91fc0dbc-75c6-43cf-a710-5c8a5bf18a30" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dadd58f2bb2dee144ab35c170f1a918ff27cbf1" 2019-01-20 11:56:20,397 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:20 GMT Server: Apache x-compute-request-id: req-987d7cf2-fdd9-447f-bfad-698ffdf3c7dd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-987d7cf2-fdd9-447f-bfad-698ffdf3c7dd Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-1a8efc05-994e-4992-a650-ee3d580c425e", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d5819e39-957b-4eb1-92a9-7c69a0531006", "description": null}} 2019-01-20 11:56:20,397 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/d5819e39-957b-4eb1-92a9-7c69a0531006 used request id req-987d7cf2-fdd9-447f-bfad-698ffdf3c7dd 2019-01-20 11:56:20,400 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/d5819e39-957b-4eb1-92a9-7c69a0531006 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-91fc0dbc-75c6-43cf-a710-5c8a5bf18a30" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dadd58f2bb2dee144ab35c170f1a918ff27cbf1" 2019-01-20 11:56:20,563 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:20 GMT Server: Apache x-compute-request-id: req-9fbcbec9-c55d-4c16-a373-9577ce6f8fa8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9fbcbec9-c55d-4c16-a373-9577ce6f8fa8 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-1a8efc05-994e-4992-a650-ee3d580c425e", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d5819e39-957b-4eb1-92a9-7c69a0531006", "description": null}} 2019-01-20 11:56:20,563 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/d5819e39-957b-4eb1-92a9-7c69a0531006 used request id req-9fbcbec9-c55d-4c16-a373-9577ce6f8fa8 2019-01-20 11:56:20,566 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/d5819e39-957b-4eb1-92a9-7c69a0531006/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-91fc0dbc-75c6-43cf-a710-5c8a5bf18a30" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dadd58f2bb2dee144ab35c170f1a918ff27cbf1" 2019-01-20 11:56:20,738 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:20 GMT Server: Apache x-compute-request-id: req-280642d5-3a41-41a8-909b-929858352906 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-280642d5-3a41-41a8-909b-929858352906 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-20 11:56:20,738 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/d5819e39-957b-4eb1-92a9-7c69a0531006/encryption used request id req-280642d5-3a41-41a8-909b-929858352906 2019-01-20 11:56:20,738 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-1a8efc05-994e-4992-a650-ee3d580c425e 2019-01-20 11:56:20,741 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/d5819e39-957b-4eb1-92a9-7c69a0531006 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-91fc0dbc-75c6-43cf-a710-5c8a5bf18a30" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dadd58f2bb2dee144ab35c170f1a918ff27cbf1" 2019-01-20 11:56:20,968 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-073e4469-c723-4f04-a47c-7027ea50450a 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. 2019-01-20 11:56:20,968 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/d5819e39-957b-4eb1-92a9-7c69a0531006 used request id req-073e4469-c723-4f04-a47c-7027ea50450a 2019-01-20 11:56:20,970 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:21,355 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:56:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["EAPxGWS-S02Ga69-ciOe6A"], "issued_at": "2019-01-20T11:56:21.000000Z"}} 2019-01-20 11:56:21,358 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6033ed29f1bd5e0450ec996b008098141913d4b" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-40789003-f85c-4867-957c-1e8c5675cb73-type", "description": null}}' 2019-01-20 11:56:21,583 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:21 GMT Server: Apache x-compute-request-id: req-78da1f33-cdfd-4604-b2ac-773905abb540 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-78da1f33-cdfd-4604-b2ac-773905abb540 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-40789003-f85c-4867-957c-1e8c5675cb73-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2257c4fb-b104-4abe-957d-6aec8ca1dd54", "description": null}} 2019-01-20 11:56:21,583 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types used request id req-78da1f33-cdfd-4604-b2ac-773905abb540 2019-01-20 11:56:21,587 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/2257c4fb-b104-4abe-957d-6aec8ca1dd54/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-78da1f33-cdfd-4604-b2ac-773905abb540" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6033ed29f1bd5e0450ec996b008098141913d4b" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-40789003-f85c-4867-957c-1e8c5675cb73", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2019-01-20 11:56:21,778 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Sun, 20 Jan 2019 11:56:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a8e40808-5bdf-4b94-b489-5b1a1044ece6 x-openstack-request-id: req-a8e40808-5bdf-4b94-b489-5b1a1044ece6 Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2019-01-20 11:56:21,778 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/2257c4fb-b104-4abe-957d-6aec8ca1dd54/encryption used request id req-a8e40808-5bdf-4b94-b489-5b1a1044ece6 2019-01-20 11:56:21,778 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-40789003-f85c-4867-957c-1e8c5675cb73-type 2019-01-20 11:56:21,781 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/2257c4fb-b104-4abe-957d-6aec8ca1dd54 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-78da1f33-cdfd-4604-b2ac-773905abb540" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6033ed29f1bd5e0450ec996b008098141913d4b" 2019-01-20 11:56:21,986 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1d767933-38d4-4d73-9144-d920f652172a 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. 2019-01-20 11:56:21,987 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/2257c4fb-b104-4abe-957d-6aec8ca1dd54 used request id req-1d767933-38d4-4d73-9144-d920f652172a 2019-01-20 11:56:21,989 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:22,373 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:56:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["g71VbrKTR6yzokv8HX8GAA"], "issued_at": "2019-01-20T11:56:22.000000Z"}} 2019-01-20 11:56:22,375 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12edf74e1299cdae8525b3fd64f8f52c886a57d" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-c6ff4fc7-687a-417d-9503-7889eb6b6e42-type", "description": null}}' 2019-01-20 11:56:22,586 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:22 GMT Server: Apache x-compute-request-id: req-b2ed8125-e7ee-4750-9544-17d6c6f3e53d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b2ed8125-e7ee-4750-9544-17d6c6f3e53d Content-Encoding: gzip Content-Length: 200 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-c6ff4fc7-687a-417d-9503-7889eb6b6e42-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "35427dfd-0345-482a-92d4-31245d0305a2", "description": null}} 2019-01-20 11:56:22,586 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types used request id req-b2ed8125-e7ee-4750-9544-17d6c6f3e53d 2019-01-20 11:56:22,590 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/35427dfd-0345-482a-92d4-31245d0305a2/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b2ed8125-e7ee-4750-9544-17d6c6f3e53d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12edf74e1299cdae8525b3fd64f8f52c886a57d" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-c6ff4fc7-687a-417d-9503-7889eb6b6e42", "provider": "LuksEncryptor"}}' 2019-01-20 11:56:22,840 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:22 GMT Server: Apache x-compute-request-id: req-3d58319e-0aec-4eb8-b98b-42d323b270c3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3d58319e-0aec-4eb8-b98b-42d323b270c3 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "35427dfd-0345-482a-92d4-31245d0305a2", "name": "CinderUtilsAddEncryptionTests-c6ff4fc7-687a-417d-9503-7889eb6b6e42", "control_location": "back-end", "encryption_id": "48dbdd72-06fd-4645-8d25-d730f8cc65cb", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2019-01-20 11:56:22,840 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/35427dfd-0345-482a-92d4-31245d0305a2/encryption used request id req-3d58319e-0aec-4eb8-b98b-42d323b270c3 2019-01-20 11:56:22,844 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/35427dfd-0345-482a-92d4-31245d0305a2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b2ed8125-e7ee-4750-9544-17d6c6f3e53d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12edf74e1299cdae8525b3fd64f8f52c886a57d" 2019-01-20 11:56:23,574 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:22 GMT Server: Apache x-compute-request-id: req-88b18e01-e8d6-40a4-af99-b8bb457639fd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-88b18e01-e8d6-40a4-af99-b8bb457639fd Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-c6ff4fc7-687a-417d-9503-7889eb6b6e42-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "35427dfd-0345-482a-92d4-31245d0305a2", "description": null}} 2019-01-20 11:56:23,575 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/35427dfd-0345-482a-92d4-31245d0305a2 used request id req-88b18e01-e8d6-40a4-af99-b8bb457639fd 2019-01-20 11:56:23,579 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/35427dfd-0345-482a-92d4-31245d0305a2/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b2ed8125-e7ee-4750-9544-17d6c6f3e53d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12edf74e1299cdae8525b3fd64f8f52c886a57d" 2019-01-20 11:56:23,755 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:23 GMT Server: Apache x-compute-request-id: req-f99f275f-63a2-4100-b59d-406accf2ae0b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f99f275f-63a2-4100-b59d-406accf2ae0b Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"volume_type_id": "35427dfd-0345-482a-92d4-31245d0305a2", "control_location": "back-end", "deleted": false, "created_at": "2019-01-20T11:56:22.000000", "updated_at": null, "encryption_id": "48dbdd72-06fd-4645-8d25-d730f8cc65cb", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2019-01-20 11:56:23,755 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/35427dfd-0345-482a-92d4-31245d0305a2/encryption used request id req-f99f275f-63a2-4100-b59d-406accf2ae0b 2019-01-20 11:56:23,756 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-c6ff4fc7-687a-417d-9503-7889eb6b6e42-type 2019-01-20 11:56:23,759 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/35427dfd-0345-482a-92d4-31245d0305a2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b2ed8125-e7ee-4750-9544-17d6c6f3e53d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12edf74e1299cdae8525b3fd64f8f52c886a57d" 2019-01-20 11:56:23,916 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:23 GMT Server: Apache x-compute-request-id: req-781cb539-c4b0-4898-940a-5eb7b59361a0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-781cb539-c4b0-4898-940a-5eb7b59361a0 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-c6ff4fc7-687a-417d-9503-7889eb6b6e42-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "35427dfd-0345-482a-92d4-31245d0305a2", "description": null}} 2019-01-20 11:56:23,916 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/35427dfd-0345-482a-92d4-31245d0305a2 used request id req-781cb539-c4b0-4898-940a-5eb7b59361a0 2019-01-20 11:56:23,919 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/35427dfd-0345-482a-92d4-31245d0305a2/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b2ed8125-e7ee-4750-9544-17d6c6f3e53d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12edf74e1299cdae8525b3fd64f8f52c886a57d" 2019-01-20 11:56:24,111 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-12abed96-9641-4e0d-a5db-ee2c811e2eb0 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. 2019-01-20 11:56:24,111 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/35427dfd-0345-482a-92d4-31245d0305a2/encryption/provider used request id req-12abed96-9641-4e0d-a5db-ee2c811e2eb0 2019-01-20 11:56:24,116 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/35427dfd-0345-482a-92d4-31245d0305a2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b2ed8125-e7ee-4750-9544-17d6c6f3e53d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12edf74e1299cdae8525b3fd64f8f52c886a57d" 2019-01-20 11:56:24,139 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:24 GMT Server: Apache x-compute-request-id: req-5a5e3e73-761d-4946-bfc0-8eb8dcb2f9e5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5a5e3e73-761d-4946-bfc0-8eb8dcb2f9e5 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-c6ff4fc7-687a-417d-9503-7889eb6b6e42-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "35427dfd-0345-482a-92d4-31245d0305a2", "description": null}} 2019-01-20 11:56:24,139 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/35427dfd-0345-482a-92d4-31245d0305a2 used request id req-5a5e3e73-761d-4946-bfc0-8eb8dcb2f9e5 2019-01-20 11:56:24,143 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/35427dfd-0345-482a-92d4-31245d0305a2/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b2ed8125-e7ee-4750-9544-17d6c6f3e53d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12edf74e1299cdae8525b3fd64f8f52c886a57d" 2019-01-20 11:56:24,166 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:24 GMT Server: Apache x-compute-request-id: req-0276f8b0-3941-491e-b76c-d4c0b35196c1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0276f8b0-3941-491e-b76c-d4c0b35196c1 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-20 11:56:24,166 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/35427dfd-0345-482a-92d4-31245d0305a2/encryption used request id req-0276f8b0-3941-491e-b76c-d4c0b35196c1 2019-01-20 11:56:24,166 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-c6ff4fc7-687a-417d-9503-7889eb6b6e42-type 2019-01-20 11:56:24,169 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/35427dfd-0345-482a-92d4-31245d0305a2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b2ed8125-e7ee-4750-9544-17d6c6f3e53d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12edf74e1299cdae8525b3fd64f8f52c886a57d" 2019-01-20 11:56:24,335 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:24 GMT Server: Apache x-compute-request-id: req-47683325-e39f-4431-b836-5d01f4e2343c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-47683325-e39f-4431-b836-5d01f4e2343c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-c6ff4fc7-687a-417d-9503-7889eb6b6e42-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "35427dfd-0345-482a-92d4-31245d0305a2", "description": null}} 2019-01-20 11:56:24,335 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/35427dfd-0345-482a-92d4-31245d0305a2 used request id req-47683325-e39f-4431-b836-5d01f4e2343c 2019-01-20 11:56:24,338 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/35427dfd-0345-482a-92d4-31245d0305a2/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b2ed8125-e7ee-4750-9544-17d6c6f3e53d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12edf74e1299cdae8525b3fd64f8f52c886a57d" 2019-01-20 11:56:25,079 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11:56:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-071df31b-8373-4550-8f10-b95429647970 x-openstack-request-id: req-071df31b-8373-4550-8f10-b95429647970 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type 35427dfd-0345-482a-92d4-31245d0305a2 does not exist.", "code": 404}} 2019-01-20 11:56:25,080 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/35427dfd-0345-482a-92d4-31245d0305a2/encryption/provider used request id req-071df31b-8373-4550-8f10-b95429647970 2019-01-20 11:56:25,080 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-c6ff4fc7-687a-417d-9503-7889eb6b6e42-type 2019-01-20 11:56:25,083 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/35427dfd-0345-482a-92d4-31245d0305a2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b2ed8125-e7ee-4750-9544-17d6c6f3e53d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a12edf74e1299cdae8525b3fd64f8f52c886a57d" 2019-01-20 11:56:25,292 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7565b787-e36c-4148-8aed-fde3b733b079 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. 2019-01-20 11:56:25,292 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/35427dfd-0345-482a-92d4-31245d0305a2 used request id req-7565b787-e36c-4148-8aed-fde3b733b079 2019-01-20 11:56:25,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:25,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:56:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["jg8NA1n5RimSAMhh57HLtA"], "issued_at": "2019-01-20T11:56:25.000000Z"}} 2019-01-20 11:56:25,686 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468c89a868ec3ba314195d4906f198adcf4ce1be" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-161a76d2-9e4f-445e-a5bd-e6cc8e7fa21c-type", "description": null}}' 2019-01-20 11:56:26,029 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:25 GMT Server: Apache x-compute-request-id: req-9bc81a46-cd51-463a-a9ab-7d429c695ad8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9bc81a46-cd51-463a-a9ab-7d429c695ad8 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-161a76d2-9e4f-445e-a5bd-e6cc8e7fa21c-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b72d6a96-789d-47d4-8966-6569d681486b", "description": null}} 2019-01-20 11:56:26,029 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types used request id req-9bc81a46-cd51-463a-a9ab-7d429c695ad8 2019-01-20 11:56:26,032 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/b72d6a96-789d-47d4-8966-6569d681486b/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9bc81a46-cd51-463a-a9ab-7d429c695ad8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468c89a868ec3ba314195d4906f198adcf4ce1be" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-161a76d2-9e4f-445e-a5bd-e6cc8e7fa21c", "provider": "foo"}}' 2019-01-20 11:56:26,270 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:26 GMT Server: Apache x-compute-request-id: req-50fef307-dd67-4ec9-8f90-af6f709394ed OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-50fef307-dd67-4ec9-8f90-af6f709394ed Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "b72d6a96-789d-47d4-8966-6569d681486b", "name": "CinderUtilsAddEncryptionTests-161a76d2-9e4f-445e-a5bd-e6cc8e7fa21c", "control_location": "front-end", "encryption_id": "4bd39755-67d9-43cc-8a04-9ef09978bda4", "provider": "foo", "provider_class": "foo"}} 2019-01-20 11:56:26,270 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/b72d6a96-789d-47d4-8966-6569d681486b/encryption used request id req-50fef307-dd67-4ec9-8f90-af6f709394ed 2019-01-20 11:56:26,273 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/b72d6a96-789d-47d4-8966-6569d681486b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9bc81a46-cd51-463a-a9ab-7d429c695ad8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468c89a868ec3ba314195d4906f198adcf4ce1be" 2019-01-20 11:56:26,470 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:26 GMT Server: Apache x-compute-request-id: req-69ff3cbf-f65b-4d62-8d72-5d000f996b94 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-69ff3cbf-f65b-4d62-8d72-5d000f996b94 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-161a76d2-9e4f-445e-a5bd-e6cc8e7fa21c-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b72d6a96-789d-47d4-8966-6569d681486b", "description": null}} 2019-01-20 11:56:26,470 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/b72d6a96-789d-47d4-8966-6569d681486b used request id req-69ff3cbf-f65b-4d62-8d72-5d000f996b94 2019-01-20 11:56:26,473 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/b72d6a96-789d-47d4-8966-6569d681486b/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9bc81a46-cd51-463a-a9ab-7d429c695ad8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468c89a868ec3ba314195d4906f198adcf4ce1be" 2019-01-20 11:56:26,639 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:26 GMT Server: Apache x-compute-request-id: req-44a73f41-ef45-439d-b18f-8e8c8fb026de OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-44a73f41-ef45-439d-b18f-8e8c8fb026de Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"volume_type_id": "b72d6a96-789d-47d4-8966-6569d681486b", "control_location": "front-end", "deleted": false, "created_at": "2019-01-20T11:56:26.000000", "updated_at": null, "encryption_id": "4bd39755-67d9-43cc-8a04-9ef09978bda4", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2019-01-20 11:56:26,639 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/b72d6a96-789d-47d4-8966-6569d681486b/encryption used request id req-44a73f41-ef45-439d-b18f-8e8c8fb026de 2019-01-20 11:56:26,639 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-161a76d2-9e4f-445e-a5bd-e6cc8e7fa21c-type 2019-01-20 11:56:26,642 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/b72d6a96-789d-47d4-8966-6569d681486b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9bc81a46-cd51-463a-a9ab-7d429c695ad8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468c89a868ec3ba314195d4906f198adcf4ce1be" 2019-01-20 11:56:26,900 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:26 GMT Server: Apache x-compute-request-id: req-527a1e88-935b-4728-b67b-919582a70828 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-527a1e88-935b-4728-b67b-919582a70828 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-161a76d2-9e4f-445e-a5bd-e6cc8e7fa21c-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b72d6a96-789d-47d4-8966-6569d681486b", "description": null}} 2019-01-20 11:56:26,900 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/b72d6a96-789d-47d4-8966-6569d681486b used request id req-527a1e88-935b-4728-b67b-919582a70828 2019-01-20 11:56:26,903 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/b72d6a96-789d-47d4-8966-6569d681486b/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9bc81a46-cd51-463a-a9ab-7d429c695ad8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468c89a868ec3ba314195d4906f198adcf4ce1be" 2019-01-20 11:56:27,104 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-83bbfb42-b94b-4b3e-92b1-6e7cfcf6c16b 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. 2019-01-20 11:56:27,105 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/b72d6a96-789d-47d4-8966-6569d681486b/encryption/provider used request id req-83bbfb42-b94b-4b3e-92b1-6e7cfcf6c16b 2019-01-20 11:56:27,105 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-161a76d2-9e4f-445e-a5bd-e6cc8e7fa21c-type 2019-01-20 11:56:27,108 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/b72d6a96-789d-47d4-8966-6569d681486b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9bc81a46-cd51-463a-a9ab-7d429c695ad8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}468c89a868ec3ba314195d4906f198adcf4ce1be" 2019-01-20 11:56:27,155 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6c90db3a-f9c4-490c-af7a-9265695b70fd 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. 2019-01-20 11:56:27,155 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/b72d6a96-789d-47d4-8966-6569d681486b used request id req-6c90db3a-f9c4-490c-af7a-9265695b70fd 2019-01-20 11:56:27,157 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:27,544 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:56:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["6dGVPB5sSPuzctmTLzAfVQ"], "issued_at": "2019-01-20T11:56:27.000000Z"}} 2019-01-20 11:56:27,547 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0ea565e2c383cdc0928446e672210d68701cc3c" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-3194947b-8aaa-47c1-8515-87b011822deb-type", "description": null}}' 2019-01-20 11:56:27,764 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:27 GMT Server: Apache x-compute-request-id: req-a4559ba6-7af2-4e17-8eec-b1003616897e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a4559ba6-7af2-4e17-8eec-b1003616897e Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-3194947b-8aaa-47c1-8515-87b011822deb-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ae13cf58-4376-43b8-b78d-4784fe2a4055", "description": null}} 2019-01-20 11:56:27,764 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types used request id req-a4559ba6-7af2-4e17-8eec-b1003616897e 2019-01-20 11:56:27,767 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/ae13cf58-4376-43b8-b78d-4784fe2a4055/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-a4559ba6-7af2-4e17-8eec-b1003616897e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0ea565e2c383cdc0928446e672210d68701cc3c" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-3194947b-8aaa-47c1-8515-87b011822deb", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2019-01-20 11:56:27,975 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:27 GMT Server: Apache x-compute-request-id: req-b67da2ec-7613-46e3-b2e2-000e713a9fcc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b67da2ec-7613-46e3-b2e2-000e713a9fcc Content-Encoding: gzip Content-Length: 236 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "ae13cf58-4376-43b8-b78d-4784fe2a4055", "name": "CinderUtilsAddEncryptionTests-3194947b-8aaa-47c1-8515-87b011822deb", "control_location": "back-end", "encryption_id": "206f6a0d-5ddb-4a4e-804f-60393c69ce5c", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2019-01-20 11:56:27,975 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/ae13cf58-4376-43b8-b78d-4784fe2a4055/encryption used request id req-b67da2ec-7613-46e3-b2e2-000e713a9fcc 2019-01-20 11:56:27,978 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/ae13cf58-4376-43b8-b78d-4784fe2a4055 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a4559ba6-7af2-4e17-8eec-b1003616897e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0ea565e2c383cdc0928446e672210d68701cc3c" 2019-01-20 11:56:28,154 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:27 GMT Server: Apache x-compute-request-id: req-cdfc1266-f4b4-43c7-ad65-b30e1988cc28 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cdfc1266-f4b4-43c7-ad65-b30e1988cc28 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-3194947b-8aaa-47c1-8515-87b011822deb-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ae13cf58-4376-43b8-b78d-4784fe2a4055", "description": null}} 2019-01-20 11:56:28,154 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/ae13cf58-4376-43b8-b78d-4784fe2a4055 used request id req-cdfc1266-f4b4-43c7-ad65-b30e1988cc28 2019-01-20 11:56:28,157 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/ae13cf58-4376-43b8-b78d-4784fe2a4055/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a4559ba6-7af2-4e17-8eec-b1003616897e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0ea565e2c383cdc0928446e672210d68701cc3c" 2019-01-20 11:56:28,319 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:28 GMT Server: Apache x-compute-request-id: req-fe637c92-535b-46fd-8de4-278b20673741 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fe637c92-535b-46fd-8de4-278b20673741 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"volume_type_id": "ae13cf58-4376-43b8-b78d-4784fe2a4055", "control_location": "back-end", "deleted": false, "created_at": "2019-01-20T11:56:27.000000", "updated_at": null, "encryption_id": "206f6a0d-5ddb-4a4e-804f-60393c69ce5c", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2019-01-20 11:56:28,320 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/ae13cf58-4376-43b8-b78d-4784fe2a4055/encryption used request id req-fe637c92-535b-46fd-8de4-278b20673741 2019-01-20 11:56:28,320 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-3194947b-8aaa-47c1-8515-87b011822deb-type 2019-01-20 11:56:28,323 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/ae13cf58-4376-43b8-b78d-4784fe2a4055 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a4559ba6-7af2-4e17-8eec-b1003616897e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0ea565e2c383cdc0928446e672210d68701cc3c" 2019-01-20 11:56:28,497 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:28 GMT Server: Apache x-compute-request-id: req-f9c3fd2e-fcc6-45ae-98ab-56487042c656 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f9c3fd2e-fcc6-45ae-98ab-56487042c656 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-3194947b-8aaa-47c1-8515-87b011822deb-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ae13cf58-4376-43b8-b78d-4784fe2a4055", "description": null}} 2019-01-20 11:56:28,497 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/ae13cf58-4376-43b8-b78d-4784fe2a4055 used request id req-f9c3fd2e-fcc6-45ae-98ab-56487042c656 2019-01-20 11:56:28,501 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/ae13cf58-4376-43b8-b78d-4784fe2a4055/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a4559ba6-7af2-4e17-8eec-b1003616897e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0ea565e2c383cdc0928446e672210d68701cc3c" 2019-01-20 11:56:28,715 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b6f546ed-3406-4292-9071-8dd2b92feff9 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. 2019-01-20 11:56:28,715 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/ae13cf58-4376-43b8-b78d-4784fe2a4055/encryption/provider used request id req-b6f546ed-3406-4292-9071-8dd2b92feff9 2019-01-20 11:56:28,715 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-3194947b-8aaa-47c1-8515-87b011822deb-type 2019-01-20 11:56:28,718 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/ae13cf58-4376-43b8-b78d-4784fe2a4055 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a4559ba6-7af2-4e17-8eec-b1003616897e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0ea565e2c383cdc0928446e672210d68701cc3c" 2019-01-20 11:56:28,909 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-503509b6-84d8-418e-a465-fa9e9e0cf6ae 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. 2019-01-20 11:56:28,909 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/ae13cf58-4376-43b8-b78d-4784fe2a4055 used request id req-503509b6-84d8-418e-a465-fa9e9e0cf6ae 2019-01-20 11:56:28,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:29,282 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:56:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["vqyNvLewRjultYNlZjih3Q"], "issued_at": "2019-01-20T11:56:29.000000Z"}} 2019-01-20 11:56:29,285 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bccf06fcb23423c3807705496d0115c5fc3cb598" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-a38edddc-9bdc-4175-adb6-a9c35f8e8cde-qos"}}' 2019-01-20 11:56:29,473 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:29 GMT Server: Apache x-compute-request-id: req-b12bf963-ba57-4e88-a9b4-3e8e644ff8e1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b12bf963-ba57-4e88-a9b4-3e8e644ff8e1 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "2cab20e2-2609-49f6-af73-5d636f13b5d7", "name": "CinderUtilsVolumeTypeCompleteTests-a38edddc-9bdc-4175-adb6-a9c35f8e8cde-qos"}, "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/2cab20e2-2609-49f6-af73-5d636f13b5d7", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/qos-specs/2cab20e2-2609-49f6-af73-5d636f13b5d7", "rel": "bookmark"}]} 2019-01-20 11:56:29,473 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs used request id req-b12bf963-ba57-4e88-a9b4-3e8e644ff8e1 2019-01-20 11:56:29,477 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b12bf963-ba57-4e88-a9b4-3e8e644ff8e1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bccf06fcb23423c3807705496d0115c5fc3cb598" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-a38edddc-9bdc-4175-adb6-a9c35f8e8cde", "description": null}}' 2019-01-20 11:56:29,684 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:29 GMT Server: Apache x-compute-request-id: req-48648f47-8d54-4e84-8534-48e6ec8d7dd8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-48648f47-8d54-4e84-8534-48e6ec8d7dd8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-a38edddc-9bdc-4175-adb6-a9c35f8e8cde", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "dd1a2bcd-f0da-4bc8-a3ac-74610a6d6d5a", "description": null}} 2019-01-20 11:56:29,684 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types used request id req-48648f47-8d54-4e84-8534-48e6ec8d7dd8 2019-01-20 11:56:29,689 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/dd1a2bcd-f0da-4bc8-a3ac-74610a6d6d5a/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b12bf963-ba57-4e88-a9b4-3e8e644ff8e1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bccf06fcb23423c3807705496d0115c5fc3cb598" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2019-01-20 11:56:29,916 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:29 GMT Server: Apache x-compute-request-id: req-1f90fb2f-f8a5-434e-8031-d2fe11544a63 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1f90fb2f-f8a5-434e-8031-d2fe11544a63 Content-Encoding: gzip Content-Length: 168 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "dd1a2bcd-f0da-4bc8-a3ac-74610a6d6d5a", "name": "foo", "control_location": "back-end", "encryption_id": "3831184d-f8e5-488a-8d46-2132b5f66e42", "provider": "bar", "provider_class": "bar"}} 2019-01-20 11:56:29,916 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/dd1a2bcd-f0da-4bc8-a3ac-74610a6d6d5a/encryption used request id req-1f90fb2f-f8a5-434e-8031-d2fe11544a63 2019-01-20 11:56:29,919 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/dd1a2bcd-f0da-4bc8-a3ac-74610a6d6d5a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b12bf963-ba57-4e88-a9b4-3e8e644ff8e1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bccf06fcb23423c3807705496d0115c5fc3cb598" 2019-01-20 11:56:30,101 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:29 GMT Server: Apache x-compute-request-id: req-c5bf8475-880e-4d45-bc7f-cbc1cfc94164 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c5bf8475-880e-4d45-bc7f-cbc1cfc94164 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-a38edddc-9bdc-4175-adb6-a9c35f8e8cde", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "dd1a2bcd-f0da-4bc8-a3ac-74610a6d6d5a", "description": null}} 2019-01-20 11:56:30,101 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/dd1a2bcd-f0da-4bc8-a3ac-74610a6d6d5a used request id req-c5bf8475-880e-4d45-bc7f-cbc1cfc94164 2019-01-20 11:56:30,104 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/dd1a2bcd-f0da-4bc8-a3ac-74610a6d6d5a/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b12bf963-ba57-4e88-a9b4-3e8e644ff8e1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bccf06fcb23423c3807705496d0115c5fc3cb598" 2019-01-20 11:56:30,280 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:30 GMT Server: Apache x-compute-request-id: req-d3edfcef-f42f-4211-a6b7-156463ae7bc8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d3edfcef-f42f-4211-a6b7-156463ae7bc8 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "dd1a2bcd-f0da-4bc8-a3ac-74610a6d6d5a", "control_location": "back-end", "deleted": false, "created_at": "2019-01-20T11:56:29.000000", "updated_at": null, "encryption_id": "3831184d-f8e5-488a-8d46-2132b5f66e42", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2019-01-20 11:56:30,280 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/dd1a2bcd-f0da-4bc8-a3ac-74610a6d6d5a/encryption used request id req-d3edfcef-f42f-4211-a6b7-156463ae7bc8 2019-01-20 11:56:30,281 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-a38edddc-9bdc-4175-adb6-a9c35f8e8cde 2019-01-20 11:56:30,283 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/dd1a2bcd-f0da-4bc8-a3ac-74610a6d6d5a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b12bf963-ba57-4e88-a9b4-3e8e644ff8e1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bccf06fcb23423c3807705496d0115c5fc3cb598" 2019-01-20 11:56:30,304 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:30 GMT Server: Apache x-compute-request-id: req-1a0f80f2-8d19-4052-b225-78e53c5e8599 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1a0f80f2-8d19-4052-b225-78e53c5e8599 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-a38edddc-9bdc-4175-adb6-a9c35f8e8cde", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "dd1a2bcd-f0da-4bc8-a3ac-74610a6d6d5a", "description": null}} 2019-01-20 11:56:30,304 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/dd1a2bcd-f0da-4bc8-a3ac-74610a6d6d5a used request id req-1a0f80f2-8d19-4052-b225-78e53c5e8599 2019-01-20 11:56:30,306 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/dd1a2bcd-f0da-4bc8-a3ac-74610a6d6d5a/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b12bf963-ba57-4e88-a9b4-3e8e644ff8e1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bccf06fcb23423c3807705496d0115c5fc3cb598" 2019-01-20 11:56:30,488 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a6eb9fc4-b596-49dd-a58b-a94947e5a1b0 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. 2019-01-20 11:56:30,488 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/dd1a2bcd-f0da-4bc8-a3ac-74610a6d6d5a/encryption/provider used request id req-a6eb9fc4-b596-49dd-a58b-a94947e5a1b0 2019-01-20 11:56:30,488 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-a38edddc-9bdc-4175-adb6-a9c35f8e8cde 2019-01-20 11:56:30,491 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/dd1a2bcd-f0da-4bc8-a3ac-74610a6d6d5a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b12bf963-ba57-4e88-a9b4-3e8e644ff8e1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bccf06fcb23423c3807705496d0115c5fc3cb598" 2019-01-20 11:56:30,687 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d24656c6-9e4c-4b86-b29a-646072d4d436 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. 2019-01-20 11:56:30,688 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/dd1a2bcd-f0da-4bc8-a3ac-74610a6d6d5a used request id req-d24656c6-9e4c-4b86-b29a-646072d4d436 2019-01-20 11:56:30,688 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-a38edddc-9bdc-4175-adb6-a9c35f8e8cde-qos 2019-01-20 11:56:30,690 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/2cab20e2-2609-49f6-af73-5d636f13b5d7?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b12bf963-ba57-4e88-a9b4-3e8e644ff8e1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bccf06fcb23423c3807705496d0115c5fc3cb598" 2019-01-20 11:56:30,920 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c29be8fc-2677-48a3-8c54-1c90d5e7a8a1 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. 2019-01-20 11:56:30,920 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/2cab20e2-2609-49f6-af73-5d636f13b5d7?force=False used request id req-c29be8fc-2677-48a3-8c54-1c90d5e7a8a1 2019-01-20 11:56:30,923 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:31,309 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:56:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["WvV99vXDRsGZbU9i00260g"], "issued_at": "2019-01-20T11:56:31.000000Z"}} 2019-01-20 11:56:31,313 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a3ef3a968a3a0ca1b2bf9b1b74466a7902fbe0a" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-bf8011cc-ab62-40e1-af9e-80076e192cab-qos"}}' 2019-01-20 11:56:31,491 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:31 GMT Server: Apache x-compute-request-id: req-4dc27c95-38cb-4fae-a1df-a0a63f6c251e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4dc27c95-38cb-4fae-a1df-a0a63f6c251e Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "880e48f1-5307-4091-9e9e-2db1e8b9ec14", "name": "CinderUtilsVolumeTypeCompleteTests-bf8011cc-ab62-40e1-af9e-80076e192cab-qos"}, "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/880e48f1-5307-4091-9e9e-2db1e8b9ec14", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/qos-specs/880e48f1-5307-4091-9e9e-2db1e8b9ec14", "rel": "bookmark"}]} 2019-01-20 11:56:31,491 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs used request id req-4dc27c95-38cb-4fae-a1df-a0a63f6c251e 2019-01-20 11:56:31,493 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4dc27c95-38cb-4fae-a1df-a0a63f6c251e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a3ef3a968a3a0ca1b2bf9b1b74466a7902fbe0a" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-bf8011cc-ab62-40e1-af9e-80076e192cab", "description": null}}' 2019-01-20 11:56:31,727 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:31 GMT Server: Apache x-compute-request-id: req-cd363247-200b-4271-b713-cf9772d5d1ff OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cd363247-200b-4271-b713-cf9772d5d1ff Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-bf8011cc-ab62-40e1-af9e-80076e192cab", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6136cd13-cf34-4327-8d4f-3d5ca797a641", "description": null}} 2019-01-20 11:56:31,727 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types used request id req-cd363247-200b-4271-b713-cf9772d5d1ff 2019-01-20 11:56:31,730 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4dc27c95-38cb-4fae-a1df-a0a63f6c251e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a3ef3a968a3a0ca1b2bf9b1b74466a7902fbe0a" 2019-01-20 11:56:31,888 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:31 GMT Server: Apache x-compute-request-id: req-7f606701-353f-43fd-ba98-dbdd14e9f9f3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7f606701-353f-43fd-ba98-dbdd14e9f9f3 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "880e48f1-5307-4091-9e9e-2db1e8b9ec14", "name": "CinderUtilsVolumeTypeCompleteTests-bf8011cc-ab62-40e1-af9e-80076e192cab-qos"}]} 2019-01-20 11:56:31,888 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs used request id req-7f606701-353f-43fd-ba98-dbdd14e9f9f3 2019-01-20 11:56:31,891 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/None/associate?vol_type_id=6136cd13-cf34-4327-8d4f-3d5ca797a641 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4dc27c95-38cb-4fae-a1df-a0a63f6c251e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a3ef3a968a3a0ca1b2bf9b1b74466a7902fbe0a" 2019-01-20 11:56:32,063 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11:56:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-3cb447bd-a0d3-4ae2-94d6-a8458b4f9a54 x-openstack-request-id: req-3cb447bd-a0d3-4ae2-94d6-a8458b4f9a54 Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2019-01-20 11:56:32,063 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/None/associate?vol_type_id=6136cd13-cf34-4327-8d4f-3d5ca797a641 used request id req-3cb447bd-a0d3-4ae2-94d6-a8458b4f9a54 2019-01-20 11:56:32,064 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-3cb447bd-a0d3-4ae2-94d6-a8458b4f9a54) 2019-01-20 11:56:32,064 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-bf8011cc-ab62-40e1-af9e-80076e192cab 2019-01-20 11:56:32,066 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/6136cd13-cf34-4327-8d4f-3d5ca797a641 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4dc27c95-38cb-4fae-a1df-a0a63f6c251e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a3ef3a968a3a0ca1b2bf9b1b74466a7902fbe0a" 2019-01-20 11:56:32,832 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-accc3230-006d-45d2-a00a-0c423a741e17 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. 2019-01-20 11:56:32,832 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/6136cd13-cf34-4327-8d4f-3d5ca797a641 used request id req-accc3230-006d-45d2-a00a-0c423a741e17 2019-01-20 11:56:32,833 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-bf8011cc-ab62-40e1-af9e-80076e192cab-qos 2019-01-20 11:56:32,836 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/880e48f1-5307-4091-9e9e-2db1e8b9ec14?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4dc27c95-38cb-4fae-a1df-a0a63f6c251e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a3ef3a968a3a0ca1b2bf9b1b74466a7902fbe0a" 2019-01-20 11:56:33,059 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ea39bd4b-e237-417f-b67b-6903855fa54f 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. 2019-01-20 11:56:33,059 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/880e48f1-5307-4091-9e9e-2db1e8b9ec14?force=False used request id req-ea39bd4b-e237-417f-b67b-6903855fa54f 2019-01-20 11:56:33,062 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:33,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:56:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["RRB2ccMhTnme-5OZO7VvvQ"], "issued_at": "2019-01-20T11:56:33.000000Z"}} 2019-01-20 11:56:33,459 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7fa1817cc002332f550144c42562150b827259f" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-888381d1-8377-4894-a28e-d07dd41e7175-qos"}}' 2019-01-20 11:56:33,664 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:33 GMT Server: Apache x-compute-request-id: req-1eea6535-249c-4814-ad46-7ff487f52586 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1eea6535-249c-4814-ad46-7ff487f52586 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "cff9c48e-0395-4f01-8bde-7c64f321e41b", "name": "CinderUtilsVolumeTypeCompleteTests-888381d1-8377-4894-a28e-d07dd41e7175-qos"}, "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/cff9c48e-0395-4f01-8bde-7c64f321e41b", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/qos-specs/cff9c48e-0395-4f01-8bde-7c64f321e41b", "rel": "bookmark"}]} 2019-01-20 11:56:33,664 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs used request id req-1eea6535-249c-4814-ad46-7ff487f52586 2019-01-20 11:56:33,668 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1eea6535-249c-4814-ad46-7ff487f52586" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7fa1817cc002332f550144c42562150b827259f" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-888381d1-8377-4894-a28e-d07dd41e7175", "description": null}}' 2019-01-20 11:56:33,884 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:33 GMT Server: Apache x-compute-request-id: req-3623da57-e7bb-4993-b9c9-06a49edc7166 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3623da57-e7bb-4993-b9c9-06a49edc7166 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-888381d1-8377-4894-a28e-d07dd41e7175", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7f47d27f-9805-491a-bea3-0495c0bd48ea", "description": null}} 2019-01-20 11:56:33,884 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types used request id req-3623da57-e7bb-4993-b9c9-06a49edc7166 2019-01-20 11:56:33,887 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1eea6535-249c-4814-ad46-7ff487f52586" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7fa1817cc002332f550144c42562150b827259f" 2019-01-20 11:56:34,061 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:33 GMT Server: Apache x-compute-request-id: req-2167e966-2e97-4ddd-901b-ab71f2190172 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2167e966-2e97-4ddd-901b-ab71f2190172 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "cff9c48e-0395-4f01-8bde-7c64f321e41b", "name": "CinderUtilsVolumeTypeCompleteTests-888381d1-8377-4894-a28e-d07dd41e7175-qos"}]} 2019-01-20 11:56:34,061 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs used request id req-2167e966-2e97-4ddd-901b-ab71f2190172 2019-01-20 11:56:34,065 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/cff9c48e-0395-4f01-8bde-7c64f321e41b/associate?vol_type_id=7f47d27f-9805-491a-bea3-0495c0bd48ea -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1eea6535-249c-4814-ad46-7ff487f52586" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7fa1817cc002332f550144c42562150b827259f" 2019-01-20 11:56:34,274 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1178e65c-00f7-4a10-99d1-13808e65ba7c 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. 2019-01-20 11:56:34,274 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/cff9c48e-0395-4f01-8bde-7c64f321e41b/associate?vol_type_id=7f47d27f-9805-491a-bea3-0495c0bd48ea used request id req-1178e65c-00f7-4a10-99d1-13808e65ba7c 2019-01-20 11:56:34,274 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-888381d1-8377-4894-a28e-d07dd41e7175 2019-01-20 11:56:34,277 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/7f47d27f-9805-491a-bea3-0495c0bd48ea -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1eea6535-249c-4814-ad46-7ff487f52586" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7fa1817cc002332f550144c42562150b827259f" 2019-01-20 11:56:34,466 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1669bf62-5d7f-4773-864d-5a51a7ffd237 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. 2019-01-20 11:56:34,466 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/7f47d27f-9805-491a-bea3-0495c0bd48ea used request id req-1669bf62-5d7f-4773-864d-5a51a7ffd237 2019-01-20 11:56:34,467 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-888381d1-8377-4894-a28e-d07dd41e7175-qos 2019-01-20 11:56:34,469 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/cff9c48e-0395-4f01-8bde-7c64f321e41b?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1eea6535-249c-4814-ad46-7ff487f52586" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7fa1817cc002332f550144c42562150b827259f" 2019-01-20 11:56:34,675 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6cbb6459-1449-49fe-8d3f-e2a660f5bc9e 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. 2019-01-20 11:56:34,675 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/cff9c48e-0395-4f01-8bde-7c64f321e41b?force=False used request id req-6cbb6459-1449-49fe-8d3f-e2a660f5bc9e 2019-01-20 11:56:34,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:35,051 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d21bc73e9ef5480ba146845a53b0adc0", "name": "heat_stack_owner"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "034c146629924cb888ad4bbc9a68eeee", "name": "Member"}], "expires_at": "2019-01-20T12:56:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "632adb60eb5b46cbaf6c905003618b09", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/632adb60eb5b46cbaf6c905003618b09", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "id": "f8248cee7f534240b0235e12eac098e6"}, "audit_ids": ["HTDI_bVpREWOkbyQgAVEzw"], "issued_at": "2019-01-20T11:56:35.000000Z"}} 2019-01-20 11:56:35,054 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b031eb5020668dd345977e07d276afcfaf2f19" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-40ad1118-8960-4c05-9f6e-d4c129f83773-qos"}}' 2019-01-20 11:56:35,244 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:35 GMT Server: Apache x-compute-request-id: req-2ecf4299-8fa5-451d-a5d4-4ab6afd55c71 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2ecf4299-8fa5-451d-a5d4-4ab6afd55c71 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "396bb264-7368-4adb-bab3-2ee6d40ee545", "name": "CinderUtilsVolumeTypeCompleteTests-40ad1118-8960-4c05-9f6e-d4c129f83773-qos"}, "links": [{"href": "http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/396bb264-7368-4adb-bab3-2ee6d40ee545", "rel": "self"}, {"href": "http://172.30.9.22:8776/632adb60eb5b46cbaf6c905003618b09/qos-specs/396bb264-7368-4adb-bab3-2ee6d40ee545", "rel": "bookmark"}]} 2019-01-20 11:56:35,244 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs used request id req-2ecf4299-8fa5-451d-a5d4-4ab6afd55c71 2019-01-20 11:56:35,248 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2ecf4299-8fa5-451d-a5d4-4ab6afd55c71" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b031eb5020668dd345977e07d276afcfaf2f19" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-40ad1118-8960-4c05-9f6e-d4c129f83773", "description": null}}' 2019-01-20 11:56:35,441 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:35 GMT Server: Apache x-compute-request-id: req-2bc96fcb-3b99-48c5-a6c0-c1a603140ffb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2bc96fcb-3b99-48c5-a6c0-c1a603140ffb Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-40ad1118-8960-4c05-9f6e-d4c129f83773", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "951549d3-e226-4011-87e1-de4bd9a73a48", "description": null}} 2019-01-20 11:56:35,442 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types used request id req-2bc96fcb-3b99-48c5-a6c0-c1a603140ffb 2019-01-20 11:56:35,445 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/951549d3-e226-4011-87e1-de4bd9a73a48/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2ecf4299-8fa5-451d-a5d4-4ab6afd55c71" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b031eb5020668dd345977e07d276afcfaf2f19" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2019-01-20 11:56:35,808 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:35 GMT Server: Apache x-compute-request-id: req-0a6c45a0-e0c4-40db-84f7-031fb6d98a2a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0a6c45a0-e0c4-40db-84f7-031fb6d98a2a Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "951549d3-e226-4011-87e1-de4bd9a73a48", "name": "foo", "control_location": "back-end", "encryption_id": "3819f5c7-73a7-4be7-a50d-6498766b1ca1", "provider": "bar", "provider_class": "bar"}} 2019-01-20 11:56:35,808 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/951549d3-e226-4011-87e1-de4bd9a73a48/encryption used request id req-0a6c45a0-e0c4-40db-84f7-031fb6d98a2a 2019-01-20 11:56:35,812 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2ecf4299-8fa5-451d-a5d4-4ab6afd55c71" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b031eb5020668dd345977e07d276afcfaf2f19" 2019-01-20 11:56:35,986 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:35 GMT Server: Apache x-compute-request-id: req-d14b589e-be73-4d26-8878-1bb20a4e2227 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d14b589e-be73-4d26-8878-1bb20a4e2227 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "396bb264-7368-4adb-bab3-2ee6d40ee545", "name": "CinderUtilsVolumeTypeCompleteTests-40ad1118-8960-4c05-9f6e-d4c129f83773-qos"}]} 2019-01-20 11:56:35,986 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs used request id req-d14b589e-be73-4d26-8878-1bb20a4e2227 2019-01-20 11:56:35,989 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/396bb264-7368-4adb-bab3-2ee6d40ee545/associate?vol_type_id=951549d3-e226-4011-87e1-de4bd9a73a48 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2ecf4299-8fa5-451d-a5d4-4ab6afd55c71" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b031eb5020668dd345977e07d276afcfaf2f19" 2019-01-20 11:56:36,178 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-90e2224f-6920-4ec2-b326-75e2d7aea164 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. 2019-01-20 11:56:36,178 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/396bb264-7368-4adb-bab3-2ee6d40ee545/associate?vol_type_id=951549d3-e226-4011-87e1-de4bd9a73a48 used request id req-90e2224f-6920-4ec2-b326-75e2d7aea164 2019-01-20 11:56:36,181 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/951549d3-e226-4011-87e1-de4bd9a73a48 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2ecf4299-8fa5-451d-a5d4-4ab6afd55c71" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b031eb5020668dd345977e07d276afcfaf2f19" 2019-01-20 11:56:36,351 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:36 GMT Server: Apache x-compute-request-id: req-ca460427-a99d-4062-817d-ad6c60c9275e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ca460427-a99d-4062-817d-ad6c60c9275e Content-Encoding: gzip Content-Length: 232 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-40ad1118-8960-4c05-9f6e-d4c129f83773", "qos_specs_id": "396bb264-7368-4adb-bab3-2ee6d40ee545", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "951549d3-e226-4011-87e1-de4bd9a73a48", "description": null}} 2019-01-20 11:56:36,351 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/951549d3-e226-4011-87e1-de4bd9a73a48 used request id req-ca460427-a99d-4062-817d-ad6c60c9275e 2019-01-20 11:56:36,354 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/951549d3-e226-4011-87e1-de4bd9a73a48/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2ecf4299-8fa5-451d-a5d4-4ab6afd55c71" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b031eb5020668dd345977e07d276afcfaf2f19" 2019-01-20 11:56:36,376 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:36 GMT Server: Apache x-compute-request-id: req-c7afda9c-2030-4908-9a17-2b3831407d08 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c7afda9c-2030-4908-9a17-2b3831407d08 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"volume_type_id": "951549d3-e226-4011-87e1-de4bd9a73a48", "control_location": "back-end", "deleted": false, "created_at": "2019-01-20T11:56:35.000000", "updated_at": null, "encryption_id": "3819f5c7-73a7-4be7-a50d-6498766b1ca1", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2019-01-20 11:56:36,376 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/951549d3-e226-4011-87e1-de4bd9a73a48/encryption used request id req-c7afda9c-2030-4908-9a17-2b3831407d08 2019-01-20 11:56:36,376 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-40ad1118-8960-4c05-9f6e-d4c129f83773 2019-01-20 11:56:36,379 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/951549d3-e226-4011-87e1-de4bd9a73a48 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2ecf4299-8fa5-451d-a5d4-4ab6afd55c71" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b031eb5020668dd345977e07d276afcfaf2f19" 2019-01-20 11:56:36,559 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:36 GMT Server: Apache x-compute-request-id: req-08510244-f341-4cd3-99d7-83ce4a0ce8da OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-08510244-f341-4cd3-99d7-83ce4a0ce8da Content-Encoding: gzip Content-Length: 232 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-40ad1118-8960-4c05-9f6e-d4c129f83773", "qos_specs_id": "396bb264-7368-4adb-bab3-2ee6d40ee545", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "951549d3-e226-4011-87e1-de4bd9a73a48", "description": null}} 2019-01-20 11:56:36,560 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/951549d3-e226-4011-87e1-de4bd9a73a48 used request id req-08510244-f341-4cd3-99d7-83ce4a0ce8da 2019-01-20 11:56:36,562 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/951549d3-e226-4011-87e1-de4bd9a73a48/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2ecf4299-8fa5-451d-a5d4-4ab6afd55c71" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b031eb5020668dd345977e07d276afcfaf2f19" 2019-01-20 11:56:36,751 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-88d655c6-ebbe-4216-8351-82d39b942e42 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. 2019-01-20 11:56:36,751 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/951549d3-e226-4011-87e1-de4bd9a73a48/encryption/provider used request id req-88d655c6-ebbe-4216-8351-82d39b942e42 2019-01-20 11:56:36,751 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-40ad1118-8960-4c05-9f6e-d4c129f83773 2019-01-20 11:56:36,754 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/951549d3-e226-4011-87e1-de4bd9a73a48 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2ecf4299-8fa5-451d-a5d4-4ab6afd55c71" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b031eb5020668dd345977e07d276afcfaf2f19" 2019-01-20 11:56:36,801 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e73275bc-aacf-4019-bb3e-3555088d64a3 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. 2019-01-20 11:56:36,801 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/types/951549d3-e226-4011-87e1-de4bd9a73a48 used request id req-e73275bc-aacf-4019-bb3e-3555088d64a3 2019-01-20 11:56:36,802 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-40ad1118-8960-4c05-9f6e-d4c129f83773-qos 2019-01-20 11:56:36,804 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/396bb264-7368-4adb-bab3-2ee6d40ee545?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2ecf4299-8fa5-451d-a5d4-4ab6afd55c71" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b031eb5020668dd345977e07d276afcfaf2f19" 2019-01-20 11:56:37,004 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3719da51-4146-48a4-9847-ab9a4d5e3b03 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. 2019-01-20 11:56:37,004 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/632adb60eb5b46cbaf6c905003618b09/qos-specs/396bb264-7368-4adb-bab3-2ee6d40ee545?force=False used request id req-3719da51-4146-48a4-9847-ab9a4d5e3b03 2019-01-20 11:56:37,005 - 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 819.667s OK 2019-01-20 11:56:37,118 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-20 11:56:37,119 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 13:40 | PASS | +-------------------+------------------+------------------+----------------+ 2019-01-20 11:56:37,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:56:37,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:56:37,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51caf5cb-4f2a-4493-b511-89d03d179d40 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d21bc73e9ef5480ba146845a53b0adc0", "links": {"self": "http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:56:37,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-51caf5cb-4f2a-4493-b511-89d03d179d40 2019-01-20 11:56:37,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0758571624756s 2019-01-20 11:56:37,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-20 11:56:37,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:56:37,345 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:56:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7b58f93-a822-48c6-842a-d640083c7cc1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:56:37,345 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/d21bc73e9ef5480ba146845a53b0adc0 used request id req-f7b58f93-a822-48c6-842a-d640083c7cc1 2019-01-20 11:56:37,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.143635034561s 2019-01-20 11:56:37,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:56:37,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:56:37,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c09f1e84-2a7e-4802-8d00-7a2d8066bcf2 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d", "links": {"self": "http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6"}, "domain_id": "default", "enabled": true, "id": "f8248cee7f534240b0235e12eac098e6", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:56:37,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c09f1e84-2a7e-4802-8d00-7a2d8066bcf2 2019-01-20 11:56:37,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0891361236572s 2019-01-20 11:56:37,436 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c09f1e84-2a7e-4802-8d00-7a2d8066bcf2 2019-01-20 11:56:37,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:56:37,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:56:37,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b73e2f1-0441-4a8c-8927-2ccff22d9bb6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6"}, "enabled": true, "id": "f8248cee7f534240b0235e12eac098e6", "options": {}, "domain_id": "default", "name": "api_check-user_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}} 2019-01-20 11:56:37,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6 used request id req-1b73e2f1-0441-4a8c-8927-2ccff22d9bb6 2019-01-20 11:56:37,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0989031791687s 2019-01-20 11:56:37,541 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6 used request id req-1b73e2f1-0441-4a8c-8927-2ccff22d9bb6 2019-01-20 11:56:37,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-20 11:56:37,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:56:37,728 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:56:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08d17d96-da7f-41f3-8430-655cf823e568 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:56:37,729 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6 used request id req-08d17d96-da7f-41f3-8430-655cf823e568 2019-01-20 11:56:37,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.186528205872s 2019-01-20 11:56:37,729 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/f8248cee7f534240b0235e12eac098e6 used request id req-08d17d96-da7f-41f3-8430-655cf823e568 2019-01-20 11:56:37,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 11:56:37,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:56:37,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c04ef9e-0d75-4728-83d9-28531f2f68a2 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09"}, "enabled": true, "id": "632adb60eb5b46cbaf6c905003618b09", "parent_id": "default", "domain_id": "default", "name": "api_check-project_58e53d65-a22f-4f03-9ae1-e8db766c4d8d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 11:56:37,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-9c04ef9e-0d75-4728-83d9-28531f2f68a2 2019-01-20 11:56:37,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0744490623474s 2019-01-20 11:56:37,804 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-9c04ef9e-0d75-4728-83d9-28531f2f68a2 2019-01-20 11:56:37,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-20 11:56:37,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:56:37,983 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:56:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23446e31-4387-4903-9df0-12abfae405f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:56:37,983 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-23446e31-4387-4903-9df0-12abfae405f4 2019-01-20 11:56:37,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.177018880844s 2019-01-20 11:56:37,984 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/632adb60eb5b46cbaf6c905003618b09 used request id req-23446e31-4387-4903-9df0-12abfae405f4 2019-01-20 11:56:37,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:56:37,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:56:38,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d2a9f2f-d394-43e3-968d-a23e8d3d3514 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "034c146629924cb888ad4bbc9a68eeee", "links": {"self": "http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:56:38,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6d2a9f2f-d394-43e3-968d-a23e8d3d3514 2019-01-20 11:56:38,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0735609531403s 2019-01-20 11:56:38,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-20 11:56:38,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:56:38,201 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:56:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb9a9acd-1bca-4fe1-b56c-b1c8d1f0d626 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:56:38,201 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/034c146629924cb888ad4bbc9a68eeee used request id req-fb9a9acd-1bca-4fe1-b56c-b1c8d1f0d626 2019-01-20 11:56:38,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.141870975494s 2019-01-20 11:56:38,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 11:56:38,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=632adb60eb5b46cbaf6c905003618b09&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}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:56:38,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-badf9168-d420-4301-961d-78584032b74f Date: Sun, 20 Jan 2019 11:56:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:43:24Z", "updated_at": "2019-01-20T11:43:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "02f69575-7f9d-4b81-86a9-9e8553cffe08", "remote_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "03adafdf-6844-49f7-9a65-eaccbd604487", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "789f64d5-8935-48e2-b53b-4323b2d8efab", "remote_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "7fc3923b-529e-4682-8190-695678554b06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 4, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "name": "default"}]} 2019-01-20 11:56:38,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=632adb60eb5b46cbaf6c905003618b09&name=default used request id req-badf9168-d420-4301-961d-78584032b74f 2019-01-20 11:56:38,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.203778982162s 2019-01-20 11:56:38,411 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=632adb60eb5b46cbaf6c905003618b09&name=default used request id req-badf9168-d420-4301-961d-78584032b74f 2019-01-20 11:56:38,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 11:56:38,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:56:38,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-3bdde8d4-2cf3-4aa2-a723-e400dbf43cf0 Date: Sun, 20 Jan 2019 11:56:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "created_at": "2019-01-20T11:43:24Z", "updated_at": "2019-01-20T11:43:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "789f64d5-8935-48e2-b53b-4323b2d8efab", "remote_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "03adafdf-6844-49f7-9a65-eaccbd604487", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv6", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "02f69575-7f9d-4b81-86a9-9e8553cffe08", "remote_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:43:24Z", "revision_number": 0, "id": "7fc3923b-529e-4682-8190-695678554b06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:43:24Z", "security_group_id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "tenant_id": "632adb60eb5b46cbaf6c905003618b09", "port_range_min": null, "ethertype": "IPv4", "project_id": "632adb60eb5b46cbaf6c905003618b09"}], "revision_number": 4, "project_id": "632adb60eb5b46cbaf6c905003618b09", "id": "cf8911bc-dd11-4fa7-9543-8f913234169e", "name": "default"}]} 2019-01-20 11:56:38,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-3bdde8d4-2cf3-4aa2-a723-e400dbf43cf0 2019-01-20 11:56:38,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.187173128128s 2019-01-20 11:56:38,602 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-3bdde8d4-2cf3-4aa2-a723-e400dbf43cf0 2019-01-20 11:56:38,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-20 11:56:38,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/cf8911bc-dd11-4fa7-9543-8f913234169e.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}50c0115cdf7c00156e6d124d15780b55f7c2a305" 2019-01-20 11:56:38,944 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-582341da-9bdd-47b7-b523-b80d8006012c Content-Length: 0 Date: Sun, 20 Jan 2019 11:56:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:56:38,944 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/cf8911bc-dd11-4fa7-9543-8f913234169e.json used request id req-582341da-9bdd-47b7-b523-b80d8006012c 2019-01-20 11:56:38,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.337975025177s 2019-01-20 11:56:38,945 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/cf8911bc-dd11-4fa7-9543-8f913234169e.json used request id req-582341da-9bdd-47b7-b523-b80d8006012c 2019-01-20 11:56:38,965 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2019-01-20 11:56:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 11:56:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 11:56:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 11:56:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 11:56:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 11:56:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 11:56:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 11:56:38,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 11:56:38,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 11:56:38,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 11:56:38,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 11:56:38,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 11:56:38,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 11:56:38,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 11:56:38,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 11:56:38,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 11:56:38,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 11:56:38,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 11:56:38,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 11:56:38,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 11:56:38,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 11:56:38,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 11:56:38,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 11:56:39,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 11:56:39,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb93ff65-eef4-4129-9d7a-2303f8307b80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:56:39,006 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-eb93ff65-eef4-4129-9d7a-2303f8307b80 2019-01-20 11:56:39,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:39,393 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}], "expires_at": "2019-01-20T12:56:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "057838f782f94e5ca660a8d24231cdb7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "96110a92bd284ca5bccb7c5d679699e2"}, "audit_ids": ["VSGpubi_QxGubfD_NXxagg"], "issued_at": "2019-01-20T11:56:39.000000Z"}} 2019-01-20 11:56:39,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:39,402 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:56: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:56:39,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:39,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11190899-fc6d-4f1a-86db-7eddbf0fc02a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 11:56:39,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-11190899-fc6d-4f1a-86db-7eddbf0fc02a 2019-01-20 11:56:39,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.49109005928s 2019-01-20 11:56:39,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-20 11:56:39,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}0e97a2071501f6b1f99efec485f5d5da9662826a" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_b948b89d-f30c-4f8a-ba18-d11bffb44fed"}}' 2019-01-20 11:56:39,603 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:56:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8de4371-626e-4001-bac3-b694775dae45 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.22:5000/v3/projects/af31e8dbfb074726b58e7fdc340a7737"}, "enabled": true, "id": "af31e8dbfb074726b58e7fdc340a7737", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_b948b89d-f30c-4f8a-ba18-d11bffb44fed"}} 2019-01-20 11:56:39,603 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-d8de4371-626e-4001-bac3-b694775dae45 2019-01-20 11:56:39,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.112295866013s 2019-01-20 11:56:39,604 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-d8de4371-626e-4001-bac3-b694775dae45 2019-01-20 11:56:39,605 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_b948b89d-f30c-4f8a-ba18-d11bffb44fed', 'id': u'af31e8dbfb074726b58e7fdc340a7737', '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'})}) 2019-01-20 11:56:39,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-20 11:56:40,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.415533781052s 2019-01-20 11:56:40,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/eb99a3078c6a4e86ae8d5471935cdad6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:40,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbb92c64-ab3e-42ec-b8a1-f6cde42a8e87 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/eb99a3078c6a4e86ae8d5471935cdad6"}, "enabled": true, "id": "eb99a3078c6a4e86ae8d5471935cdad6", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_b948b89d-f30c-4f8a-ba18-d11bffb44fed"}} 2019-01-20 11:56:40,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/eb99a3078c6a4e86ae8d5471935cdad6 used request id req-bbb92c64-ab3e-42ec-b8a1-f6cde42a8e87 2019-01-20 11:56:40,118 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'eb99a3078c6a4e86ae8d5471935cdad6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_b948b89d-f30c-4f8a-ba18-d11bffb44fed'}) 2019-01-20 11:56:40,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:56:40,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:40,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bde89210-f92a-471f-af49-9ea3cd0b2629 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:56:40,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-bde89210-f92a-471f-af49-9ea3cd0b2629 2019-01-20 11:56:40,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.079598903656s 2019-01-20 11:56:40,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:56:40,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:40,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d5d6ca2-dce4-428f-8261-986121222484 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:56:40,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-7d5d6ca2-dce4-428f-8261-986121222484 2019-01-20 11:56:40,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0734028816223s 2019-01-20 11:56:40,274 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-20 11:56:40,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-20 11:56:40,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" -d '{"role": {"name": "Member"}}' 2019-01-20 11:56:40,400 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:56:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-182f0ad1-8ebc-4e01-b8ce-d136b7182d89 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "45366e0f45c54ffc9466a7d4084e1079", "links": {"self": "http://172.30.9.22:5000/v3/roles/45366e0f45c54ffc9466a7d4084e1079"}, "name": "Member"}} 2019-01-20 11:56:40,400 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-182f0ad1-8ebc-4e01-b8ce-d136b7182d89 2019-01-20 11:56:40,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.126239061356s 2019-01-20 11:56:40,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/45366e0f45c54ffc9466a7d4084e1079 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:40,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d15b6f54-fe4f-47b7-ae4b-cd757237046f Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/45366e0f45c54ffc9466a7d4084e1079"}, "domain_id": null, "name": "Member", "id": "45366e0f45c54ffc9466a7d4084e1079"}} 2019-01-20 11:56:40,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/45366e0f45c54ffc9466a7d4084e1079 used request id req-d15b6f54-fe4f-47b7-ae4b-cd757237046f 2019-01-20 11:56:40,487 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/45366e0f45c54ffc9466a7d4084e1079'}, 'domain_id': None, 'human_id': None, 'id': u'45366e0f45c54ffc9466a7d4084e1079', 'HUMAN_ID': False}) 2019-01-20 11:56:40,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:56:40,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:40,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-907f4fe1-7194-4ec3-85d4-508172ca992a Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "45366e0f45c54ffc9466a7d4084e1079", "links": {"self": "http://172.30.9.22:5000/v3/roles/45366e0f45c54ffc9466a7d4084e1079"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:56:40,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-907f4fe1-7194-4ec3-85d4-508172ca992a 2019-01-20 11:56:40,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0774900913239s 2019-01-20 11:56:40,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 11:56:40,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:40,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af3afb07-ba94-4241-ba0c-d33db4b6c0f3 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 11:56:40,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-af3afb07-ba94-4241-ba0c-d33db4b6c0f3 2019-01-20 11:56:40,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0818920135498s 2019-01-20 11:56:40,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:56:40,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:40,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6ec8664-a96d-40bc-8182-700886a615ae Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_b948b89d-f30c-4f8a-ba18-d11bffb44fed", "links": {"self": "http://172.30.9.22:5000/v3/users/eb99a3078c6a4e86ae8d5471935cdad6"}, "domain_id": "default", "enabled": true, "id": "eb99a3078c6a4e86ae8d5471935cdad6", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:56:40,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e6ec8664-a96d-40bc-8182-700886a615ae 2019-01-20 11:56:40,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0970911979675s 2019-01-20 11:56:40,747 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e6ec8664-a96d-40bc-8182-700886a615ae 2019-01-20 11:56:40,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 11:56:40,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:40,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fe4073e-9ffb-4b9d-abfd-b6a9b93a5171 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/af31e8dbfb074726b58e7fdc340a7737"}, "enabled": true, "id": "af31e8dbfb074726b58e7fdc340a7737", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_b948b89d-f30c-4f8a-ba18-d11bffb44fed"}]} 2019-01-20 11:56:40,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-9fe4073e-9ffb-4b9d-abfd-b6a9b93a5171 2019-01-20 11:56:40,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0866501331329s 2019-01-20 11:56:40,840 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-9fe4073e-9ffb-4b9d-abfd-b6a9b93a5171 2019-01-20 11:56:40,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 11:56:40,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=eb99a3078c6a4e86ae8d5471935cdad6&scope.project.id=af31e8dbfb074726b58e7fdc340a7737&role.id=45366e0f45c54ffc9466a7d4084e1079 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:40,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58209bf1-eb98-4071-87d0-1c27ebb12def Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=eb99a3078c6a4e86ae8d5471935cdad6&scope.project.id=af31e8dbfb074726b58e7fdc340a7737&role.id=45366e0f45c54ffc9466a7d4084e1079", "previous": null, "next": null}} 2019-01-20 11:56:40,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=eb99a3078c6a4e86ae8d5471935cdad6&scope.project.id=af31e8dbfb074726b58e7fdc340a7737&role.id=45366e0f45c54ffc9466a7d4084e1079 used request id req-58209bf1-eb98-4071-87d0-1c27ebb12def 2019-01-20 11:56:40,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0803620815277s 2019-01-20 11:56:40,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 11:56:40,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/af31e8dbfb074726b58e7fdc340a7737/users/eb99a3078c6a4e86ae8d5471935cdad6/roles/45366e0f45c54ffc9466a7d4084e1079 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:41,043 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:56:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d50edb8-3990-4d62-8644-1fa9feb44c1e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:56:41,043 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/af31e8dbfb074726b58e7fdc340a7737/users/eb99a3078c6a4e86ae8d5471935cdad6/roles/45366e0f45c54ffc9466a7d4084e1079 used request id req-9d50edb8-3990-4d62-8644-1fa9feb44c1e 2019-01-20 11:56:41,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119417905807s 2019-01-20 11:56:41,044 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_b948b89d-f30c-4f8a-ba18-d11bffb44fed', 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': '93b60a3b-47bd-4bba-a1f1-7dc9d39c8ccf', 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_b948b89d-f30c-4f8a-ba18-d11bffb44fed', 'project_id': u'af31e8dbfb074726b58e7fdc340a7737', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-20 11:56:41,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 11:56:41,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 11:56:41,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 11:56:41,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 11:56:41,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 11:56:41,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 11:56:41,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 11:56:41,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 11:56:41,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 11:56:41,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 11:56:41,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 11:56:41,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 11:56:41,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 11:56:41,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 11:56:41,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 11:56:41,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 11:56:41,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 11:56:41,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 11:56:41,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 11:56:41,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 11:56:41,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 11:56:41,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 11:56:41,049 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_b948b89d-f30c-4f8a-ba18-d11bffb44fed', 'password': '93b60a3b-47bd-4bba-a1f1-7dc9d39c8ccf', 'project_name': 'snaps_health_check-project_b948b89d-f30c-4f8a-ba18-d11bffb44fed', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'af31e8dbfb074726b58e7fdc340a7737', 'project_domain_name': 'Default'} 2019-01-20 11:56:41,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:56:41,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:41,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b82b199-6085-4dad-8978-b50f33a5b94c Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "45366e0f45c54ffc9466a7d4084e1079", "links": {"self": "http://172.30.9.22:5000/v3/roles/45366e0f45c54ffc9466a7d4084e1079"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:56:41,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1b82b199-6085-4dad-8978-b50f33a5b94c 2019-01-20 11:56:41,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0746579170227s 2019-01-20 11:56:41,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:56:41,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:41,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f99201c-81bd-4aa3-970a-6f9ee2eb4022 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "45366e0f45c54ffc9466a7d4084e1079", "links": {"self": "http://172.30.9.22:5000/v3/roles/45366e0f45c54ffc9466a7d4084e1079"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:56:41,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6f99201c-81bd-4aa3-970a-6f9ee2eb4022 2019-01-20 11:56:41,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0819997787476s 2019-01-20 11:56:41,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 11:56:41,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:41,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1edce52-5684-4b8e-8320-d662b087b2dc Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 11:56:41,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-e1edce52-5684-4b8e-8320-d662b087b2dc 2019-01-20 11:56:41,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.082526922226s 2019-01-20 11:56:41,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:56:41,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:41,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49f644be-31cc-4edc-a543-e424a80004d4 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_b948b89d-f30c-4f8a-ba18-d11bffb44fed", "links": {"self": "http://172.30.9.22:5000/v3/users/eb99a3078c6a4e86ae8d5471935cdad6"}, "domain_id": "default", "enabled": true, "id": "eb99a3078c6a4e86ae8d5471935cdad6", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:56:41,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-49f644be-31cc-4edc-a543-e424a80004d4 2019-01-20 11:56:41,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.088809967041s 2019-01-20 11:56:41,381 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-49f644be-31cc-4edc-a543-e424a80004d4 2019-01-20 11:56:41,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 11:56:41,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:41,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5034d519-c5fa-47d8-b70b-ed8587119f91 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/af31e8dbfb074726b58e7fdc340a7737"}, "enabled": true, "id": "af31e8dbfb074726b58e7fdc340a7737", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_b948b89d-f30c-4f8a-ba18-d11bffb44fed"}]} 2019-01-20 11:56:41,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-5034d519-c5fa-47d8-b70b-ed8587119f91 2019-01-20 11:56:41,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.174053907394s 2019-01-20 11:56:41,562 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-5034d519-c5fa-47d8-b70b-ed8587119f91 2019-01-20 11:56:41,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 11:56:41,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=eb99a3078c6a4e86ae8d5471935cdad6&scope.project.id=af31e8dbfb074726b58e7fdc340a7737&role.id=77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:41,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3878a218-df8c-44b1-888c-7f3b8ba4c693 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=eb99a3078c6a4e86ae8d5471935cdad6&scope.project.id=af31e8dbfb074726b58e7fdc340a7737&role.id=77f3d538c7cd4e1a927402af90dfd66a", "previous": null, "next": null}} 2019-01-20 11:56:41,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=eb99a3078c6a4e86ae8d5471935cdad6&scope.project.id=af31e8dbfb074726b58e7fdc340a7737&role.id=77f3d538c7cd4e1a927402af90dfd66a used request id req-3878a218-df8c-44b1-888c-7f3b8ba4c693 2019-01-20 11:56:41,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0860798358917s 2019-01-20 11:56:41,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 11:56:41,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/af31e8dbfb074726b58e7fdc340a7737/users/eb99a3078c6a4e86ae8d5471935cdad6/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:41,769 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:56:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d30926fe-73c8-47d0-8071-4d5ba75b5b34 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:56:41,770 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/af31e8dbfb074726b58e7fdc340a7737/users/eb99a3078c6a4e86ae8d5471935cdad6/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-d30926fe-73c8-47d0-8071-4d5ba75b5b34 2019-01-20 11:56:41,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119186162949s 2019-01-20 11:56:41,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:56:41,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:41,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49472060-ce94-4c93-99bf-473518d3c07d Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "45366e0f45c54ffc9466a7d4084e1079", "links": {"self": "http://172.30.9.22:5000/v3/roles/45366e0f45c54ffc9466a7d4084e1079"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:56:41,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-49472060-ce94-4c93-99bf-473518d3c07d 2019-01-20 11:56:41,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0835258960724s 2019-01-20 11:56:41,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-20 11:56:41,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" -d '{"role": {"name": "heat_stack_owner"}}' 2019-01-20 11:56:41,956 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:56:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c372f9e-4102-4627-8a43-9e6af1f2153b Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b4dfdda3564a4ceb92fa0a2116a35958", "links": {"self": "http://172.30.9.22:5000/v3/roles/b4dfdda3564a4ceb92fa0a2116a35958"}, "name": "heat_stack_owner"}} 2019-01-20 11:56:41,956 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-9c372f9e-4102-4627-8a43-9e6af1f2153b 2019-01-20 11:56:41,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.101580858231s 2019-01-20 11:56:41,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/b4dfdda3564a4ceb92fa0a2116a35958 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:42,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f46e7d05-9244-41c2-a023-bff91269d231 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/b4dfdda3564a4ceb92fa0a2116a35958"}, "domain_id": null, "name": "heat_stack_owner", "id": "b4dfdda3564a4ceb92fa0a2116a35958"}} 2019-01-20 11:56:42,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/b4dfdda3564a4ceb92fa0a2116a35958 used request id req-f46e7d05-9244-41c2-a023-bff91269d231 2019-01-20 11:56:42,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:56:42,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:42,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7d0a152-7fde-419a-8f07-835de8978866 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "45366e0f45c54ffc9466a7d4084e1079", "links": {"self": "http://172.30.9.22:5000/v3/roles/45366e0f45c54ffc9466a7d4084e1079"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b4dfdda3564a4ceb92fa0a2116a35958", "links": {"self": "http://172.30.9.22:5000/v3/roles/b4dfdda3564a4ceb92fa0a2116a35958"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:56:42,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b7d0a152-7fde-419a-8f07-835de8978866 2019-01-20 11:56:42,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0802340507507s 2019-01-20 11:56:42,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 11:56:42,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:42,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42d7d029-9bd8-4b0f-bb45-c400e30e5102 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 11:56:42,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-42d7d029-9bd8-4b0f-bb45-c400e30e5102 2019-01-20 11:56:42,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0787839889526s 2019-01-20 11:56:42,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:56:42,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:42,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e55e9e5-ed31-457e-8ddd-f47545d1efa5 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_b948b89d-f30c-4f8a-ba18-d11bffb44fed", "links": {"self": "http://172.30.9.22:5000/v3/users/eb99a3078c6a4e86ae8d5471935cdad6"}, "domain_id": "default", "enabled": true, "id": "eb99a3078c6a4e86ae8d5471935cdad6", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:56:42,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-0e55e9e5-ed31-457e-8ddd-f47545d1efa5 2019-01-20 11:56:42,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0973680019379s 2019-01-20 11:56:42,311 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-0e55e9e5-ed31-457e-8ddd-f47545d1efa5 2019-01-20 11:56:42,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 11:56:42,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:42,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef9fe814-c0d0-4660-afd3-bfd0cc25ceab Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/af31e8dbfb074726b58e7fdc340a7737"}, "enabled": true, "id": "af31e8dbfb074726b58e7fdc340a7737", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_b948b89d-f30c-4f8a-ba18-d11bffb44fed"}]} 2019-01-20 11:56:42,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-ef9fe814-c0d0-4660-afd3-bfd0cc25ceab 2019-01-20 11:56:42,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.082062959671s 2019-01-20 11:56:42,399 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-ef9fe814-c0d0-4660-afd3-bfd0cc25ceab 2019-01-20 11:56:42,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 11:56:42,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=eb99a3078c6a4e86ae8d5471935cdad6&scope.project.id=af31e8dbfb074726b58e7fdc340a7737&role.id=b4dfdda3564a4ceb92fa0a2116a35958 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:42,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fe8e94a-cb97-4892-9416-7ad4640147d2 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=eb99a3078c6a4e86ae8d5471935cdad6&scope.project.id=af31e8dbfb074726b58e7fdc340a7737&role.id=b4dfdda3564a4ceb92fa0a2116a35958", "previous": null, "next": null}} 2019-01-20 11:56:42,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=eb99a3078c6a4e86ae8d5471935cdad6&scope.project.id=af31e8dbfb074726b58e7fdc340a7737&role.id=b4dfdda3564a4ceb92fa0a2116a35958 used request id req-8fe8e94a-cb97-4892-9416-7ad4640147d2 2019-01-20 11:56:42,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0831458568573s 2019-01-20 11:56:42,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 11:56:42,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/af31e8dbfb074726b58e7fdc340a7737/users/eb99a3078c6a4e86ae8d5471935cdad6/roles/b4dfdda3564a4ceb92fa0a2116a35958 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:56:42,594 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:56:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03f71ede-6ebb-4b2c-9961-c6541043d80f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:56:42,594 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/af31e8dbfb074726b58e7fdc340a7737/users/eb99a3078c6a4e86ae8d5471935cdad6/roles/b4dfdda3564a4ceb92fa0a2116a35958 used request id req-03f71ede-6ebb-4b2c-9961-c6541043d80f 2019-01-20 11:56:42,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.109577178955s 2019-01-20 11:56:42,594 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2019-01-20 11:56:42,594 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2019-01-20 11:56:42,595 - openstack_tests - INFO - OS Credentials = > 2019-01-20 11:56:42,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:56:42,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:42,988 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "b4dfdda3564a4ceb92fa0a2116a35958", "name": "heat_stack_owner"}, {"id": "45366e0f45c54ffc9466a7d4084e1079", "name": "Member"}], "expires_at": "2019-01-20T12:56:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af31e8dbfb074726b58e7fdc340a7737", "name": "snaps_health_check-project_b948b89d-f30c-4f8a-ba18-d11bffb44fed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/af31e8dbfb074726b58e7fdc340a7737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/af31e8dbfb074726b58e7fdc340a7737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/af31e8dbfb074726b58e7fdc340a7737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/af31e8dbfb074726b58e7fdc340a7737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/af31e8dbfb074726b58e7fdc340a7737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/af31e8dbfb074726b58e7fdc340a7737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_b948b89d-f30c-4f8a-ba18-d11bffb44fed", "id": "eb99a3078c6a4e86ae8d5471935cdad6"}, "audit_ids": ["FTgHAm6rTCWl0Kq72iOjTQ"], "issued_at": "2019-01-20T11:56:42.000000Z"}} 2019-01-20 11:56:42,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb1a87404de483d4ba915530632223b382d680cf" 2019-01-20 11:56:43,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-57e59760-57d1-43fd-8d58-658dd68eaa1b Date: Sun, 20 Jan 2019 11:56:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 11:56:43,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?router%3Aexternal=True used request id req-57e59760-57d1-43fd-8d58-658dd68eaa1b 2019-01-20 11:56:43,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb1a87404de483d4ba915530632223b382d680cf" 2019-01-20 11:56:43,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-da133987-98c8-4aa3-a2de-ce131cd55804 Date: Sun, 20 Jan 2019 11:56:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-20 11:56:43,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-da133987-98c8-4aa3-a2de-ce131cd55804 2019-01-20 11:56:43,445 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2019-01-20 11:56:43,445 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2019-01-20 11:56:43,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:56:43,447 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:43,841 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "b4dfdda3564a4ceb92fa0a2116a35958", "name": "heat_stack_owner"}, {"id": "45366e0f45c54ffc9466a7d4084e1079", "name": "Member"}], "expires_at": "2019-01-20T12:56:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af31e8dbfb074726b58e7fdc340a7737", "name": "snaps_health_check-project_b948b89d-f30c-4f8a-ba18-d11bffb44fed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/af31e8dbfb074726b58e7fdc340a7737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/af31e8dbfb074726b58e7fdc340a7737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/af31e8dbfb074726b58e7fdc340a7737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/af31e8dbfb074726b58e7fdc340a7737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/af31e8dbfb074726b58e7fdc340a7737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/af31e8dbfb074726b58e7fdc340a7737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_b948b89d-f30c-4f8a-ba18-d11bffb44fed", "id": "eb99a3078c6a4e86ae8d5471935cdad6"}, "audit_ids": ["3h3XRB7yQieJCi5QHE17ww"], "issued_at": "2019-01-20T11:56:43.000000Z"}} 2019-01-20 11:56:43,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff4097af0fc270d041f137cdaac405b7d93b967f" 2019-01-20 11:56:43,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd07cce8-1b5e-4c54-99f5-e35f0d3c6166 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:56:43,927 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bd07cce8-1b5e-4c54-99f5-e35f0d3c6166 2019-01-20 11:56:43,928 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:56:43,929 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:44,317 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "b4dfdda3564a4ceb92fa0a2116a35958", "name": "heat_stack_owner"}, {"id": "45366e0f45c54ffc9466a7d4084e1079", "name": "Member"}], "expires_at": "2019-01-20T12:56:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af31e8dbfb074726b58e7fdc340a7737", "name": "snaps_health_check-project_b948b89d-f30c-4f8a-ba18-d11bffb44fed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/af31e8dbfb074726b58e7fdc340a7737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/af31e8dbfb074726b58e7fdc340a7737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/af31e8dbfb074726b58e7fdc340a7737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/af31e8dbfb074726b58e7fdc340a7737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/af31e8dbfb074726b58e7fdc340a7737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/af31e8dbfb074726b58e7fdc340a7737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_b948b89d-f30c-4f8a-ba18-d11bffb44fed", "id": "eb99a3078c6a4e86ae8d5471935cdad6"}, "audit_ids": ["EOLRw633SUeOeUMNipwmYA"], "issued_at": "2019-01-20T11:56:44.000000Z"}} 2019-01-20 11:56:44,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9144872142ad3f9d0898ede33987ee23b63cb2" 2019-01-20 11:56:44,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fc0d345-db92-4a39-ab5b-46e322e571f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:56:44,404 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5fc0d345-db92-4a39-ab5b-46e322e571f0 2019-01-20 11:56:44,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:56:44,414 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:56: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:56:44,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-59acbf3a-7b5d-43d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9144872142ad3f9d0898ede33987ee23b63cb2" 2019-01-20 11:56:44,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddf0e789-579b-4bc1-8226-56aabac02a55 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-59acbf3a-7b5d-43d-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 11:56:44,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-59acbf3a-7b5d-43d-proj used request id req-ddf0e789-579b-4bc1-8226-56aabac02a55 2019-01-20 11:56:44,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9144872142ad3f9d0898ede33987ee23b63cb2" 2019-01-20 11:56:44,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed17d296-55e4-41ff-b0c9-4115e6d5446d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 11:56:44,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-ed17d296-55e4-41ff-b0c9-4115e6d5446d 2019-01-20 11:56:44,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9144872142ad3f9d0898ede33987ee23b63cb2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj"}}' 2019-01-20 11:56:44,633 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:56:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50970b2e-f030-4f00-a895-ac0a336f05bb Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba"}, "enabled": true, "id": "0da310414fe14a43979cbdbc21c69eba", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj"}} 2019-01-20 11:56:44,633 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-50970b2e-f030-4f00-a895-ac0a336f05bb 2019-01-20 11:56:44,633 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-59acbf3a-7b5d-43d-proj 2019-01-20 11:56:44,633 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:56:44,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:45,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "b4dfdda3564a4ceb92fa0a2116a35958", "name": "heat_stack_owner"}, {"id": "45366e0f45c54ffc9466a7d4084e1079", "name": "Member"}], "expires_at": "2019-01-20T12:56:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af31e8dbfb074726b58e7fdc340a7737", "name": "snaps_health_check-project_b948b89d-f30c-4f8a-ba18-d11bffb44fed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/af31e8dbfb074726b58e7fdc340a7737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/af31e8dbfb074726b58e7fdc340a7737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/af31e8dbfb074726b58e7fdc340a7737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/af31e8dbfb074726b58e7fdc340a7737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/af31e8dbfb074726b58e7fdc340a7737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/af31e8dbfb074726b58e7fdc340a7737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_b948b89d-f30c-4f8a-ba18-d11bffb44fed", "id": "eb99a3078c6a4e86ae8d5471935cdad6"}, "audit_ids": ["hfB4XLr_TuOKHE6LxtoXXQ"], "issued_at": "2019-01-20T11:56:45.000000Z"}} 2019-01-20 11:56:45,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505d9c758dac6c4b3f776a6fb00119fcd2a83dc9" 2019-01-20 11:56:45,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c7f28d1-4199-4d7d-953d-219e39a76bee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:56:45,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7c7f28d1-4199-4d7d-953d-219e39a76bee 2019-01-20 11:56:45,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:56:45,116 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:56: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:56:45,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505d9c758dac6c4b3f776a6fb00119fcd2a83dc9" 2019-01-20 11:56:45,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e1be547-b5b1-4f2f-a314-23b01d6162cc Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_b948b89d-f30c-4f8a-ba18-d11bffb44fed", "links": {"self": "http://172.30.9.22:5000/v3/users/eb99a3078c6a4e86ae8d5471935cdad6"}, "domain_id": "default", "enabled": true, "id": "eb99a3078c6a4e86ae8d5471935cdad6", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:56:45,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-2e1be547-b5b1-4f2f-a314-23b01d6162cc 2019-01-20 11:56:45,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=SimpleHealthCheck-59acbf3a-7b5d-43d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505d9c758dac6c4b3f776a6fb00119fcd2a83dc9" 2019-01-20 11:56:45,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3b5d382-ecc6-4c79-af76-20142eaece79 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=SimpleHealthCheck-59acbf3a-7b5d-43d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba"}, "enabled": true, "id": "0da310414fe14a43979cbdbc21c69eba", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj"}]} 2019-01-20 11:56:45,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=SimpleHealthCheck-59acbf3a-7b5d-43d-proj used request id req-e3b5d382-ecc6-4c79-af76-20142eaece79 2019-01-20 11:56:45,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505d9c758dac6c4b3f776a6fb00119fcd2a83dc9" 2019-01-20 11:56:45,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a219c8c-d722-432e-947d-3e92af663121 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 11:56:45,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-4a219c8c-d722-432e-947d-3e92af663121 2019-01-20 11:56:45,712 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-59acbf3a-7b5d-43d-user 2019-01-20 11:56:45,712 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:56:45,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9144872142ad3f9d0898ede33987ee23b63cb2" 2019-01-20 11:56:45,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01294e02-835d-41f3-a7b1-95f087ef6747 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "45366e0f45c54ffc9466a7d4084e1079", "links": {"self": "http://172.30.9.22:5000/v3/roles/45366e0f45c54ffc9466a7d4084e1079"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b4dfdda3564a4ceb92fa0a2116a35958", "links": {"self": "http://172.30.9.22:5000/v3/roles/b4dfdda3564a4ceb92fa0a2116a35958"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:56:45,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-01294e02-835d-41f3-a7b1-95f087ef6747 2019-01-20 11:56:45,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9144872142ad3f9d0898ede33987ee23b63cb2" -d '{"role": {"name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj-role"}}' 2019-01-20 11:56:45,861 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:56:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8772513-605a-42c1-8554-adaff47b008e Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7c1ba929fa04425fb54f7fe24320755d", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c1ba929fa04425fb54f7fe24320755d"}, "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj-role"}} 2019-01-20 11:56:45,861 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-e8772513-605a-42c1-8554-adaff47b008e 2019-01-20 11:56:45,862 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-59acbf3a-7b5d-43d-proj-role 2019-01-20 11:56:45,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/7c1ba929fa04425fb54f7fe24320755d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9144872142ad3f9d0898ede33987ee23b63cb2" 2019-01-20 11:56:45,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8c5f341-a995-46aa-b07c-f273ab8c4d59 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/7c1ba929fa04425fb54f7fe24320755d"}, "domain_id": null, "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj-role", "id": "7c1ba929fa04425fb54f7fe24320755d"}} 2019-01-20 11:56:45,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/7c1ba929fa04425fb54f7fe24320755d used request id req-f8c5f341-a995-46aa-b07c-f273ab8c4d59 2019-01-20 11:56:45,961 - keystone_utils - INFO - Granting role SimpleHealthCheck-59acbf3a-7b5d-43d-proj-role to project SimpleHealthCheck-59acbf3a-7b5d-43d-proj 2019-01-20 11:56:45,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba/users/6eb6af22b8654775a865159292d9e6c1/roles/7c1ba929fa04425fb54f7fe24320755d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9144872142ad3f9d0898ede33987ee23b63cb2" 2019-01-20 11:56:46,115 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:56:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b098af59-3465-4099-8408-556395685409 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:56:46,115 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba/users/6eb6af22b8654775a865159292d9e6c1/roles/7c1ba929fa04425fb54f7fe24320755d used request id req-b098af59-3465-4099-8408-556395685409 2019-01-20 11:56:46,116 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:56:46,117 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 11:56:46,117 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:56:46,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:46,489 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c1ba929fa04425fb54f7fe24320755d", "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj-role"}], "expires_at": "2019-01-20T12:56:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0da310414fe14a43979cbdbc21c69eba", "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/0da310414fe14a43979cbdbc21c69eba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/0da310414fe14a43979cbdbc21c69eba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/0da310414fe14a43979cbdbc21c69eba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/0da310414fe14a43979cbdbc21c69eba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/0da310414fe14a43979cbdbc21c69eba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/0da310414fe14a43979cbdbc21c69eba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-user", "id": "6eb6af22b8654775a865159292d9e6c1"}, "audit_ids": ["jJG4522_QTekRx8y1loVUw"], "issued_at": "2019-01-20T11:56:46.000000Z"}} 2019-01-20 11:56:46,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cc9fd979a1d045596db24eec7adace6610dc588" 2019-01-20 11:56:46,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66c2bfc6-4161-4f8d-9184-ab17a843bcdb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:56:46,571 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-66c2bfc6-4161-4f8d-9184-ab17a843bcdb 2019-01-20 11:56:46,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8cc9fd979a1d045596db24eec7adace6610dc588" 2019-01-20 11:56:46,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-d6f00081-e34d-4390-8639-8128f628c00b Date: Sun, 20 Jan 2019 11:56:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-image"} 2019-01-20 11:56:46,773 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-image used request id req-d6f00081-e34d-4390-8639-8128f628c00b 2019-01-20 11:56:46,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8cc9fd979a1d045596db24eec7adace6610dc588" 2019-01-20 11:56:46,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a97a34a7-8249-4bbc-8293-f4adc8982800 Date: Sun, 20 Jan 2019 11:56: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"}}} 2019-01-20 11:56:46,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-a97a34a7-8249-4bbc-8293-f4adc8982800 2019-01-20 11:56:46,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8cc9fd979a1d045596db24eec7adace6610dc588" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-image"}' 2019-01-20 11:56:47,182 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525 X-Openstack-Request-Id: req-6d4fe402-b552-4b4a-a2f6-1e03c01acdea Date: Sun, 20 Jan 2019 11:56:47 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:56:47Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T11:56:47Z", "visibility": "shared", "locations": [], "self": "/v2/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "min_disk": 0, "protected": false, "id": "2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "file": "/v2/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525/file", "checksum": null, "owner": "0da310414fe14a43979cbdbc21c69eba", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:56:47,182 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-6d4fe402-b552-4b4a-a2f6-1e03c01acdea 2019-01-20 11:56:47,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8cc9fd979a1d045596db24eec7adace6610dc588" -d '' 2019-01-20 11:56:48,638 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-578c8154-a0a3-495f-ac6c-dce95f192a8e Date: Sun, 20 Jan 2019 11:56:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:56:48,638 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525/file used request id req-578c8154-a0a3-495f-ac6c-dce95f192a8e 2019-01-20 11:56:48,639 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 11:56:48,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8cc9fd979a1d045596db24eec7adace6610dc588" 2019-01-20 11:56:48,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-bc95ff90-e8eb-4f46-90c2-1fddd0023a5d Date: Sun, 20 Jan 2019 11:56:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:56:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:56:48Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525/snap", "metadata": {}}], "self": "/v2/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "min_disk": 0, "protected": false, "id": "2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "file": "/v2/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0da310414fe14a43979cbdbc21c69eba", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:56:48,797 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525 used request id req-bc95ff90-e8eb-4f46-90c2-1fddd0023a5d 2019-01-20 11:56:48,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8cc9fd979a1d045596db24eec7adace6610dc588" 2019-01-20 11:56:48,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-57d6ad58-6843-41da-81b7-fd3a2babdd30 Date: Sun, 20 Jan 2019 11:56: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"}}} 2019-01-20 11:56:48,957 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-57d6ad58-6843-41da-81b7-fd3a2babdd30 2019-01-20 11:56:48,960 - create_image - INFO - Created image with name - SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-image 2019-01-20 11:56:48,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8cc9fd979a1d045596db24eec7adace6610dc588" 2019-01-20 11:56:49,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-690f4c8a-fca4-44b4-8b21-ed37a4871a96 Date: Sun, 20 Jan 2019 11:56:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:56:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:56:48Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525/snap", "metadata": {}}], "self": "/v2/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "min_disk": 0, "protected": false, "id": "2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "file": "/v2/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0da310414fe14a43979cbdbc21c69eba", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 11:56:49,125 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525 used request id req-690f4c8a-fca4-44b4-8b21-ed37a4871a96 2019-01-20 11:56:49,125 - create_image - DEBUG - Instance status is - active 2019-01-20 11:56:49,125 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-image 2019-01-20 11:56:49,125 - create_image - INFO - Image is now active with name - SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-image 2019-01-20 11:56:49,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:56:49,126 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:49,520 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c1ba929fa04425fb54f7fe24320755d", "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj-role"}], "expires_at": "2019-01-20T12:56:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0da310414fe14a43979cbdbc21c69eba", "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/0da310414fe14a43979cbdbc21c69eba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/0da310414fe14a43979cbdbc21c69eba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/0da310414fe14a43979cbdbc21c69eba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/0da310414fe14a43979cbdbc21c69eba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/0da310414fe14a43979cbdbc21c69eba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/0da310414fe14a43979cbdbc21c69eba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-user", "id": "6eb6af22b8654775a865159292d9e6c1"}, "audit_ids": ["0UtjT53rT0-h-G2-xE-29A"], "issued_at": "2019-01-20T11:56:49.000000Z"}} 2019-01-20 11:56:49,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581fc75190e0dd0911449400d8ccaa6603cc90ab" 2019-01-20 11:56:49,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eba857b8-9182-4d67-9e27-30636698cf50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:56:49,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-eba857b8-9182-4d67-9e27-30636698cf50 2019-01-20 11:56:49,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581fc75190e0dd0911449400d8ccaa6603cc90ab" 2019-01-20 11:56:49,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9104a4d2-4561-4c35-b694-b90c07907584 Date: Sun, 20 Jan 2019 11:56:49 GMT RESP BODY: {"networks":[]} 2019-01-20 11:56:49,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net used request id req-9104a4d2-4561-4c35-b694-b90c07907584 2019-01-20 11:56:49,763 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net 2019-01-20 11:56:49,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581fc75190e0dd0911449400d8ccaa6603cc90ab" -d '{"network": {"name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net", "admin_state_up": true}}' 2019-01-20 11:56:50,332 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-0f35199c-2044-4ec8-98eb-360f960cc5e0 Date: Sun, 20 Jan 2019 11:56:50 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0da310414fe14a43979cbdbc21c69eba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:56:50Z","is_default":false,"name":"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:50Z","mtu":1450}} 2019-01-20 11:56:50,332 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-0f35199c-2044-4ec8-98eb-360f960cc5e0 2019-01-20 11:56:50,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=cce23e37-a2ee-4689-bb16-d0a4cd167219 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581fc75190e0dd0911449400d8ccaa6603cc90ab" 2019-01-20 11:56:50,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 605 X-Openstack-Request-Id: req-e62a1fff-ad3c-4ab6-ba6a-c6e43a3773e4 Date: Sun, 20 Jan 2019 11:56:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T11:56:50Z","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0da310414fe14a43979cbdbc21c69eba","id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","name":"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net"}]} 2019-01-20 11:56:50,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=cce23e37-a2ee-4689-bb16-d0a4cd167219 used request id req-e62a1fff-ad3c-4ab6-ba6a-c6e43a3773e4 2019-01-20 11:56:50,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581fc75190e0dd0911449400d8ccaa6603cc90ab" 2019-01-20 11:56:50,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a2b4910c-a570-43d0-a3b1-0c20b87a9b55 Date: Sun, 20 Jan 2019 11:56:50 GMT RESP BODY: {"subnets":[]} 2019-01-20 11:56:50,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219 used request id req-a2b4910c-a570-43d0-a3b1-0c20b87a9b55 2019-01-20 11:56:50,891 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-subnet 2019-01-20 11:56:50,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581fc75190e0dd0911449400d8ccaa6603cc90ab" -d '{"subnets": [{"ip_version": 4, "network_id": "cce23e37-a2ee-4689-bb16-d0a4cd167219", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-subnet"}]}' 2019-01-20 11:56:51,757 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b91b5b50-1e2a-4271-8f7f-abb7acde5b42 Date: Sun, 20 Jan 2019 11:56:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:51Z","dns_nameservers":[],"updated_at":"2019-01-20T11:56:51Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"0da310414fe14a43979cbdbc21c69eba","id":"01f535cb-ad48-4b16-8d5f-b46f2a31dca0","subnetpool_id":null,"name":"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-subnet"}]} 2019-01-20 11:56:51,757 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-b91b5b50-1e2a-4271-8f7f-abb7acde5b42 2019-01-20 11:56:51,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=cce23e37-a2ee-4689-bb16-d0a4cd167219 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581fc75190e0dd0911449400d8ccaa6603cc90ab" 2019-01-20 11:56:52,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-03a30709-b034-4c23-a0fe-be546d2c0546 Date: Sun, 20 Jan 2019 11:56: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":["01f535cb-ad48-4b16-8d5f-b46f2a31dca0"],"updated_at":"2019-01-20T11:56:51Z","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0da310414fe14a43979cbdbc21c69eba","id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","name":"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net"}]} 2019-01-20 11:56:52,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=cce23e37-a2ee-4689-bb16-d0a4cd167219 used request id req-03a30709-b034-4c23-a0fe-be546d2c0546 2019-01-20 11:56:52,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581fc75190e0dd0911449400d8ccaa6603cc90ab" 2019-01-20 11:56:52,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-bf014f10-b15d-44f2-acf2-dff6c5180dbb Date: Sun, 20 Jan 2019 11:56:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:51Z","dns_nameservers":[],"updated_at":"2019-01-20T11:56:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0da310414fe14a43979cbdbc21c69eba","id":"01f535cb-ad48-4b16-8d5f-b46f2a31dca0","subnetpool_id":null,"name":"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-subnet"}]} 2019-01-20 11:56:52,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219 used request id req-bf014f10-b15d-44f2-acf2-dff6c5180dbb 2019-01-20 11:56:52,364 - OpenStackNetwork - DEBUG - Network [cce23e37-a2ee-4689-bb16-d0a4cd167219] created successfully 2019-01-20 11:56:52,364 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:56:52,365 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:52,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "b4dfdda3564a4ceb92fa0a2116a35958", "name": "heat_stack_owner"}, {"id": "45366e0f45c54ffc9466a7d4084e1079", "name": "Member"}], "expires_at": "2019-01-20T12:56:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af31e8dbfb074726b58e7fdc340a7737", "name": "snaps_health_check-project_b948b89d-f30c-4f8a-ba18-d11bffb44fed"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/af31e8dbfb074726b58e7fdc340a7737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/af31e8dbfb074726b58e7fdc340a7737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/af31e8dbfb074726b58e7fdc340a7737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/af31e8dbfb074726b58e7fdc340a7737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/af31e8dbfb074726b58e7fdc340a7737", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/af31e8dbfb074726b58e7fdc340a7737", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/af31e8dbfb074726b58e7fdc340a7737", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_b948b89d-f30c-4f8a-ba18-d11bffb44fed", "id": "eb99a3078c6a4e86ae8d5471935cdad6"}, "audit_ids": ["yWCviy66QeWzyh7HdNPrqQ"], "issued_at": "2019-01-20T11:56:52.000000Z"}} 2019-01-20 11:56:52,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e89f04724c52b06003b9791eeae76322425d1b" 2019-01-20 11:56:52,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4adcc4df-26ab-4e7a-baea-f6d1d00411ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:56:52,835 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4adcc4df-26ab-4e7a-baea-f6d1d00411ce 2019-01-20 11:56:52,837 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:56:52,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e89f04724c52b06003b9791eeae76322425d1b" 2019-01-20 11:56:53,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56: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-6fc5cfca-f2cc-466c-bfa6-6228bb000fe2 x-compute-request-id: req-6fc5cfca-f2cc-466c-bfa6-6228bb000fe2 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 11:56:53,018 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-6fc5cfca-f2cc-466c-bfa6-6228bb000fe2 2019-01-20 11:56:53,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e89f04724c52b06003b9791eeae76322425d1b" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 11:56:53,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6799e32a-2e90-48b3-b0bb-3a1a3c1bea5e x-compute-request-id: req-6799e32a-2e90-48b3-b0bb-3a1a3c1bea5e Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a9935d5e-0dd2-444d-bbad-be34d4e5123c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a9935d5e-0dd2-444d-bbad-be34d4e5123c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a9935d5e-0dd2-444d-bbad-be34d4e5123c", "name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:56:53,100 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-6799e32a-2e90-48b3-b0bb-3a1a3c1bea5e 2019-01-20 11:56:53,101 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:56:53,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:53,483 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c1ba929fa04425fb54f7fe24320755d", "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj-role"}], "expires_at": "2019-01-20T12:56:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0da310414fe14a43979cbdbc21c69eba", "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/0da310414fe14a43979cbdbc21c69eba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/0da310414fe14a43979cbdbc21c69eba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/0da310414fe14a43979cbdbc21c69eba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/0da310414fe14a43979cbdbc21c69eba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/0da310414fe14a43979cbdbc21c69eba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/0da310414fe14a43979cbdbc21c69eba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-user", "id": "6eb6af22b8654775a865159292d9e6c1"}, "audit_ids": ["3l4bNYfBQYi18qcQKEvf_w"], "issued_at": "2019-01-20T11:56:53.000000Z"}} 2019-01-20 11:56:53,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:53,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e771092-0e42-4c61-907a-a632efbe4249 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:56:53,555 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3e771092-0e42-4c61-907a-a632efbe4249 2019-01-20 11:56:53,556 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 11:56:53,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:53,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bac9f50c-34e2-4fc7-8d12-a35c76619cd8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:56:53,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bac9f50c-34e2-4fc7-8d12-a35c76619cd8 2019-01-20 11:56:53,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:54,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-185fca07-8108-4257-a819-b4957b38a356 Date: Sun, 20 Jan 2019 11: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":["01f535cb-ad48-4b16-8d5f-b46f2a31dca0"],"updated_at":"2019-01-20T11:56:51Z","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0da310414fe14a43979cbdbc21c69eba","id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","name":"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net"}]} 2019-01-20 11:56:54,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net used request id req-185fca07-8108-4257-a819-b4957b38a356 2019-01-20 11:56:54,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:56:54,035 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:56: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:56:54,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:54,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54bbdd5e-36b2-452c-978c-4fbc9f8f8cf2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba"}, "enabled": true, "id": "0da310414fe14a43979cbdbc21c69eba", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj"}} 2019-01-20 11:56:54,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba used request id req-54bbdd5e-36b2-452c-978c-4fbc9f8f8cf2 2019-01-20 11:56:54,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:54,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ffe5cbf0-2061-4729-b2b6-ecfaff518318 Date: Sun, 20 Jan 2019 11:56:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:51Z","dns_nameservers":[],"updated_at":"2019-01-20T11:56:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0da310414fe14a43979cbdbc21c69eba","id":"01f535cb-ad48-4b16-8d5f-b46f2a31dca0","subnetpool_id":null,"name":"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-subnet"}]} 2019-01-20 11:56:54,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219 used request id req-ffe5cbf0-2061-4729-b2b6-ecfaff518318 2019-01-20 11:56:54,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219&name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:54,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7d348f4c-bd08-4fb6-a3be-f6756f944a91 Date: Sun, 20 Jan 2019 11:56:54 GMT RESP BODY: {"ports":[]} 2019-01-20 11:56:54,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219&name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1port-1&admin_state_up=True used request id req-7d348f4c-bd08-4fb6-a3be-f6756f944a91 2019-01-20 11:56:54,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:54,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56: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-ce931f15-1d48-46b5-8702-4522a0616b3e x-compute-request-id: req-ce931f15-1d48-46b5-8702-4522a0616b3e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 11:56:54,744 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst used request id req-ce931f15-1d48-46b5-8702-4522a0616b3e 2019-01-20 11:56:54,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:55,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-0a2fa6a3-9f5b-4d58-ad8d-4c7cfaae13a7 Date: Sun, 20 Jan 2019 11:56: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":["01f535cb-ad48-4b16-8d5f-b46f2a31dca0"],"updated_at":"2019-01-20T11:56:51Z","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0da310414fe14a43979cbdbc21c69eba","id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","name":"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net"}]} 2019-01-20 11:56:55,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net used request id req-0a2fa6a3-9f5b-4d58-ad8d-4c7cfaae13a7 2019-01-20 11:56:55,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:55,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b316a44-73f5-4c97-99c8-b8da0b671cc6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba"}, "enabled": true, "id": "0da310414fe14a43979cbdbc21c69eba", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj"}} 2019-01-20 11:56:55,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba used request id req-7b316a44-73f5-4c97-99c8-b8da0b671cc6 2019-01-20 11:56:55,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:55,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-41f60f9e-3a66-4785-b745-9d96a5b0c807 Date: Sun, 20 Jan 2019 11:56:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:51Z","dns_nameservers":[],"updated_at":"2019-01-20T11:56:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0da310414fe14a43979cbdbc21c69eba","id":"01f535cb-ad48-4b16-8d5f-b46f2a31dca0","subnetpool_id":null,"name":"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-subnet"}]} 2019-01-20 11:56:55,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219 used request id req-41f60f9e-3a66-4785-b745-9d96a5b0c807 2019-01-20 11:56:55,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219&name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:55,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a80c4302-e103-4cde-b22d-3c5e01a8b83b Date: Sun, 20 Jan 2019 11:56:55 GMT RESP BODY: {"ports":[]} 2019-01-20 11:56:55,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219&name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1port-1&admin_state_up=True used request id req-a80c4302-e103-4cde-b22d-3c5e01a8b83b 2019-01-20 11:56:55,350 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 11:56:55,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:56:55,716 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c1ba929fa04425fb54f7fe24320755d", "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj-role"}], "expires_at": "2019-01-20T12:56:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0da310414fe14a43979cbdbc21c69eba", "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/0da310414fe14a43979cbdbc21c69eba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/0da310414fe14a43979cbdbc21c69eba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/0da310414fe14a43979cbdbc21c69eba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/0da310414fe14a43979cbdbc21c69eba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/0da310414fe14a43979cbdbc21c69eba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/0da310414fe14a43979cbdbc21c69eba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/0da310414fe14a43979cbdbc21c69eba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-user", "id": "6eb6af22b8654775a865159292d9e6c1"}, "audit_ids": ["jfqj7a07Tn6fCiuy_gQoVg"], "issued_at": "2019-01-20T11:56:55.000000Z"}} 2019-01-20 11:56:55,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cbcab8df4ec0a6c13a640ee59f5ee174d46ce4d" 2019-01-20 11:56:55,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-783b1530-9ed3-46bd-be6c-bdb051d512d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:56:55,869 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-783b1530-9ed3-46bd-be6c-bdb051d512d3 2019-01-20 11:56:55,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:56,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-0eee8de8-00f7-4d79-ad8c-94acf038f478 Date: Sun, 20 Jan 2019 11: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":["01f535cb-ad48-4b16-8d5f-b46f2a31dca0"],"updated_at":"2019-01-20T11:56:51Z","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0da310414fe14a43979cbdbc21c69eba","id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","name":"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net"}]} 2019-01-20 11:56:56,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net used request id req-0eee8de8-00f7-4d79-ad8c-94acf038f478 2019-01-20 11:56:56,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:56,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-11e2fc17-7c18-441f-845d-72c353ea43b3 Date: Sun, 20 Jan 2019 11:56:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:51Z","dns_nameservers":[],"updated_at":"2019-01-20T11:56:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0da310414fe14a43979cbdbc21c69eba","id":"01f535cb-ad48-4b16-8d5f-b46f2a31dca0","subnetpool_id":null,"name":"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-subnet"}]} 2019-01-20 11:56:56,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219 used request id req-11e2fc17-7c18-441f-845d-72c353ea43b3 2019-01-20 11:56:56,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:56,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-ea669347-4d28-4248-a6cd-58ea8ae8141b Date: Sun, 20 Jan 2019 11: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":["01f535cb-ad48-4b16-8d5f-b46f2a31dca0"],"updated_at":"2019-01-20T11:56:51Z","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0da310414fe14a43979cbdbc21c69eba","id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","name":"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net"}]} 2019-01-20 11:56:56,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net used request id req-ea669347-4d28-4248-a6cd-58ea8ae8141b 2019-01-20 11:56:56,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 11:56:56,434 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:56:56,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cbcab8df4ec0a6c13a640ee59f5ee174d46ce4d" 2019-01-20 11:56:56,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d80ce255-6035-4d8b-993d-daeb6ec3f957 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba"}, "enabled": true, "id": "0da310414fe14a43979cbdbc21c69eba", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj"}} 2019-01-20 11:56:56,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba used request id req-d80ce255-6035-4d8b-993d-daeb6ec3f957 2019-01-20 11:56:56,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:56,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-af23b3d3-6dd2-4585-9a04-2bface40f129 Date: Sun, 20 Jan 2019 11:56:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:51Z","dns_nameservers":[],"updated_at":"2019-01-20T11:56:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0da310414fe14a43979cbdbc21c69eba","id":"01f535cb-ad48-4b16-8d5f-b46f2a31dca0","subnetpool_id":null,"name":"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-subnet"}]} 2019-01-20 11:56:56,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219 used request id req-af23b3d3-6dd2-4585-9a04-2bface40f129 2019-01-20 11:56:56,667 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net 2019-01-20 11:56:56,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" -d '{"port": {"network_id": "cce23e37-a2ee-4689-bb16-d0a4cd167219", "name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1port-1", "admin_state_up": true}}' 2019-01-20 11:56:57,769 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 773 X-Openstack-Request-Id: req-5b493b4a-e896-41c5-a540-96122c602c67 Date: Sun, 20 Jan 2019 11:56:57 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:56:57Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"01f535cb-ad48-4b16-8d5f-b46f2a31dca0","ip_address":"10.55.0.8"}],"id":"9b51b2b6-4d6b-48ea-bb51-11696c39b0f2","security_groups":["7953b16e-028d-478f-b7a9-871b36717708"],"mac_address":"fa:16:3e:3b:10:d4","device_id":"","status":"DOWN","description":"","tags":[],"name":"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1port-1","project_id":"0da310414fe14a43979cbdbc21c69eba","qos_policy_id":null,"admin_state_up":true,"network_id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:57Z","binding:vnic_type":"normal"}} 2019-01-20 11:56:57,769 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-5b493b4a-e896-41c5-a540-96122c602c67 2019-01-20 11:56:57,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:58,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-2b995673-13b2-4032-95e5-cc7709346584 Date: Sun, 20 Jan 2019 11: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":["01f535cb-ad48-4b16-8d5f-b46f2a31dca0"],"updated_at":"2019-01-20T11:56:51Z","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0da310414fe14a43979cbdbc21c69eba","id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","name":"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net"}]} 2019-01-20 11:56:58,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net used request id req-2b995673-13b2-4032-95e5-cc7709346584 2019-01-20 11:56:58,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:58,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da4f6339-ca5f-4d03-bc60-0bd30bce2e11 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba"}, "enabled": true, "id": "0da310414fe14a43979cbdbc21c69eba", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj"}} 2019-01-20 11:56:58,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba used request id req-da4f6339-ca5f-4d03-bc60-0bd30bce2e11 2019-01-20 11:56:58,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:58,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-91fd9ad7-68a9-4a0a-96bc-fedd645121b4 Date: Sun, 20 Jan 2019 11:56:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:51Z","dns_nameservers":[],"updated_at":"2019-01-20T11:56:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0da310414fe14a43979cbdbc21c69eba","id":"01f535cb-ad48-4b16-8d5f-b46f2a31dca0","subnetpool_id":null,"name":"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-subnet"}]} 2019-01-20 11:56:58,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219 used request id req-91fd9ad7-68a9-4a0a-96bc-fedd645121b4 2019-01-20 11:56:58,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219&name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:58,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 776 X-Openstack-Request-Id: req-e3015dcd-d972-44dc-b3a3-5cb4b99cc905 Date: Sun, 20 Jan 2019 11:56:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:56:57Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"01f535cb-ad48-4b16-8d5f-b46f2a31dca0","ip_address":"10.55.0.8"}],"id":"9b51b2b6-4d6b-48ea-bb51-11696c39b0f2","security_groups":["7953b16e-028d-478f-b7a9-871b36717708"],"mac_address":"fa:16:3e:3b:10:d4","project_id":"0da310414fe14a43979cbdbc21c69eba","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1port-1","admin_state_up":true,"network_id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:57Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 11:56:58,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219&name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1port-1&admin_state_up=True used request id req-e3015dcd-d972-44dc-b3a3-5cb4b99cc905 2019-01-20 11:56:58,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:58,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8d529a8-6388-44b1-ac97-eb37f8061542 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba"}, "enabled": true, "id": "0da310414fe14a43979cbdbc21c69eba", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj"}} 2019-01-20 11:56:58,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba used request id req-a8d529a8-6388-44b1-ac97-eb37f8061542 2019-01-20 11:56:58,690 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst 2019-01-20 11:56:58,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:58,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-973eb965-e22e-4ff4-9817-860ab40d6ec4 x-compute-request-id: req-973eb965-e22e-4ff4-9817-860ab40d6ec4 Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"flavors": [{"id": "a9935d5e-0dd2-444d-bbad-be34d4e5123c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a9935d5e-0dd2-444d-bbad-be34d4e5123c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a9935d5e-0dd2-444d-bbad-be34d4e5123c", "rel": "bookmark"}], "name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-flavor-name"}]} 2019-01-20 11:56:58,721 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-973eb965-e22e-4ff4-9817-860ab40d6ec4 2019-01-20 11:56:58,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/a9935d5e-0dd2-444d-bbad-be34d4e5123c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:58,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:56:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f39d273-5e41-48ca-8a84-3a1d37b052db x-compute-request-id: req-3f39d273-5e41-48ca-8a84-3a1d37b052db Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a9935d5e-0dd2-444d-bbad-be34d4e5123c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a9935d5e-0dd2-444d-bbad-be34d4e5123c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a9935d5e-0dd2-444d-bbad-be34d4e5123c", "name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:56:58,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/a9935d5e-0dd2-444d-bbad-be34d4e5123c used request id req-3f39d273-5e41-48ca-8a84-3a1d37b052db 2019-01-20 11:56:58,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:58,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-63b71b55-e565-4887-888e-aabae80f1991 Date: Sun, 20 Jan 2019 11:56:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T11:56:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T11:56:48Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525/snap", "metadata": {}}], "self": "/v2/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "min_disk": 0, "protected": false, "id": "2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "file": "/v2/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0da310414fe14a43979cbdbc21c69eba", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-image"} 2019-01-20 11:56:58,917 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-image used request id req-63b71b55-e565-4887-888e-aabae80f1991 2019-01-20 11:56:58,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:56:59,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9198566a-7864-4d21-8fae-b12c34f8ed54 Date: Sun, 20 Jan 2019 11:56:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 11:56:59,080 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-9198566a-7864-4d21-8fae-b12c34f8ed54 2019-01-20 11:56:59,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" -d '{"server": {"name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst", "imageRef": "2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "flavorRef": "a9935d5e-0dd2-444d-bbad-be34d4e5123c", "max_count": 1, "min_count": 1, "networks": [{"port": "9b51b2b6-4d6b-48ea-bb51-11696c39b0f2"}]}}' 2019-01-20 11:57:00,657 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:56:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e75fc30-78c8-495d-b98e-54d57975dc34 x-compute-request-id: req-5e75fc30-78c8-495d-b98e-54d57975dc34 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "rel": "bookmark"}], "adminPass": "qHXcW8ac6nsP"}} 2019-01-20 11:57:00,657 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-5e75fc30-78c8-495d-b98e-54d57975dc34 2019-01-20 11:57:00,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:57:01,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57: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-85376fd5-d90f-462b-a1cc-9879d17bd85f x-compute-request-id: req-85376fd5-d90f-462b-a1cc-9879d17bd85f 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.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "rel": "bookmark"}], "image": {"id": "2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "links": [{"href": "http://172.30.9.22:8774/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a9935d5e-0dd2-444d-bbad-be34d4e5123c", "links": [{"href": "http://172.30.9.22:8774/flavors/a9935d5e-0dd2-444d-bbad-be34d4e5123c", "rel": "bookmark"}]}, "id": "0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "user_id": "6eb6af22b8654775a865159292d9e6c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:57:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst", "created": "2019-01-20T11:57:00Z", "tenant_id": "0da310414fe14a43979cbdbc21c69eba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:57:01,012 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a used request id req-85376fd5-d90f-462b-a1cc-9879d17bd85f 2019-01-20 11:57:01,012 - create_instance - INFO - Created instance with name - SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst 2019-01-20 11:57:01,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:57:01,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-174f0cc5-3c7b-47c3-937b-5d5884bebbb1 x-compute-request-id: req-174f0cc5-3c7b-47c3-937b-5d5884bebbb1 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.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "rel": "bookmark"}], "image": {"id": "2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "links": [{"href": "http://172.30.9.22:8774/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a9935d5e-0dd2-444d-bbad-be34d4e5123c", "links": [{"href": "http://172.30.9.22:8774/flavors/a9935d5e-0dd2-444d-bbad-be34d4e5123c", "rel": "bookmark"}]}, "id": "0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "user_id": "6eb6af22b8654775a865159292d9e6c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:57:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst", "created": "2019-01-20T11:57:00Z", "tenant_id": "0da310414fe14a43979cbdbc21c69eba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:57:01,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a used request id req-174f0cc5-3c7b-47c3-937b-5d5884bebbb1 2019-01-20 11:57:01,374 - create_instance - DEBUG - Instance status [SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst] is - BUILD 2019-01-20 11:57:01,374 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:57:04,378 - create_instance - DEBUG - VM status query timeout in 896.635094166 2019-01-20 11:57:04,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:57:05,193 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57: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-3c6d8259-016e-45f4-81eb-e11854f6063a x-compute-request-id: req-3c6d8259-016e-45f4-81eb-e11854f6063a 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.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "rel": "bookmark"}], "image": {"id": "2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "links": [{"href": "http://172.30.9.22:8774/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a9935d5e-0dd2-444d-bbad-be34d4e5123c", "links": [{"href": "http://172.30.9.22:8774/flavors/a9935d5e-0dd2-444d-bbad-be34d4e5123c", "rel": "bookmark"}]}, "id": "0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "security_groups": [{"name": "default"}], "user_id": "6eb6af22b8654775a865159292d9e6c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:57:01Z", "hostId": "85c0d08cdd98423f533cc2172b9d78e868bad973a361df3e0dcc4cae", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst", "created": "2019-01-20T11:57:00Z", "tenant_id": "0da310414fe14a43979cbdbc21c69eba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:57:05,194 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a used request id req-3c6d8259-016e-45f4-81eb-e11854f6063a 2019-01-20 11:57:05,194 - create_instance - DEBUG - Instance status [SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst] is - BUILD 2019-01-20 11:57:05,194 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:57:08,197 - create_instance - DEBUG - VM status query timeout in 892.815401077 2019-01-20 11:57:08,200 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:57:08,823 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-274cfdab-3c9f-480e-a676-7b8fd52d1844 x-compute-request-id: req-274cfdab-3c9f-480e-a676-7b8fd52d1844 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:10:d4", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "rel": "bookmark"}], "image": {"id": "2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "links": [{"href": "http://172.30.9.22:8774/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:57:05.000000", "flavor": {"id": "a9935d5e-0dd2-444d-bbad-be34d4e5123c", "links": [{"href": "http://172.30.9.22:8774/flavors/a9935d5e-0dd2-444d-bbad-be34d4e5123c", "rel": "bookmark"}]}, "id": "0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "security_groups": [{"name": "default"}], "user_id": "6eb6af22b8654775a865159292d9e6c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:57:06Z", "hostId": "85c0d08cdd98423f533cc2172b9d78e868bad973a361df3e0dcc4cae", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst", "created": "2019-01-20T11:57:00Z", "tenant_id": "0da310414fe14a43979cbdbc21c69eba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:57:08,823 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a used request id req-274cfdab-3c9f-480e-a676-7b8fd52d1844 2019-01-20 11:57:08,824 - create_instance - DEBUG - Instance status [SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst] is - ACTIVE 2019-01-20 11:57:08,824 - create_instance - INFO - VM is - ACTIVE 2019-01-20 11:57:08,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:57:09,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-123ce4ba-3050-4e3c-8d5e-823f06e761b1 x-compute-request-id: req-123ce4ba-3050-4e3c-8d5e-823f06e761b1 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:10:d4", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "rel": "bookmark"}], "image": {"id": "2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "links": [{"href": "http://172.30.9.22:8774/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:57:05.000000", "flavor": {"id": "a9935d5e-0dd2-444d-bbad-be34d4e5123c", "links": [{"href": "http://172.30.9.22:8774/flavors/a9935d5e-0dd2-444d-bbad-be34d4e5123c", "rel": "bookmark"}]}, "id": "0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "security_groups": [{"name": "default"}], "user_id": "6eb6af22b8654775a865159292d9e6c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:57:06Z", "hostId": "85c0d08cdd98423f533cc2172b9d78e868bad973a361df3e0dcc4cae", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst", "created": "2019-01-20T11:57:00Z", "tenant_id": "0da310414fe14a43979cbdbc21c69eba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:57:09,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a used request id req-123ce4ba-3050-4e3c-8d5e-823f06e761b1 2019-01-20 11:57:09,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:57:09,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-c3a66b70-f3e5-45df-8d73-8a141b383316 Date: Sun, 20 Jan 2019 11:57: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":["01f535cb-ad48-4b16-8d5f-b46f2a31dca0"],"updated_at":"2019-01-20T11:56:51Z","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0da310414fe14a43979cbdbc21c69eba","id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","name":"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net"}]} 2019-01-20 11:57:09,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net used request id req-c3a66b70-f3e5-45df-8d73-8a141b383316 2019-01-20 11:57:09,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:57:09,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-476180b4-2ac1-4473-ae95-41b965813fb7 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba"}, "enabled": true, "id": "0da310414fe14a43979cbdbc21c69eba", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj"}} 2019-01-20 11:57:09,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba used request id req-476180b4-2ac1-4473-ae95-41b965813fb7 2019-01-20 11:57:09,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:57:09,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b850e068-3d60-44a3-a57d-ad0bdb0d9466 Date: Sun, 20 Jan 2019 11:57:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:51Z","dns_nameservers":[],"updated_at":"2019-01-20T11:56:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"0da310414fe14a43979cbdbc21c69eba","id":"01f535cb-ad48-4b16-8d5f-b46f2a31dca0","subnetpool_id":null,"name":"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-subnet"}]} 2019-01-20 11:57:09,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219 used request id req-b850e068-3d60-44a3-a57d-ad0bdb0d9466 2019-01-20 11:57:09,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:57:09,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3103 X-Openstack-Request-Id: req-2fff502a-7057-4ba7-b7ca-fddbe8f1e7d1 Date: Sun, 20 Jan 2019 11:57:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:57:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"01f535cb-ad48-4b16-8d5f-b46f2a31dca0","ip_address":"10.55.0.8"}],"id":"9b51b2b6-4d6b-48ea-bb51-11696c39b0f2","security_groups":["7953b16e-028d-478f-b7a9-871b36717708"],"mac_address":"fa:16:3e:3b:10:d4","project_id":"0da310414fe14a43979cbdbc21c69eba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1port-1","admin_state_up":true,"network_id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:57Z","binding:vnic_type":"normal","device_id":"0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:56:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"01f535cb-ad48-4b16-8d5f-b46f2a31dca0","ip_address":"10.55.0.4"}],"id":"be6984c3-a0c1-4950-aea7-37e7556ca6f2","security_groups":[],"mac_address":"fa:16:3e:4c:e6:87","project_id":"0da310414fe14a43979cbdbc21c69eba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:53Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cce23e37-a2ee-4689-bb16-d0a4cd167219"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:56:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"01f535cb-ad48-4b16-8d5f-b46f2a31dca0","ip_address":"10.55.0.2"}],"id":"c46cdfff-3ce4-42af-a995-582228082157","security_groups":[],"mac_address":"fa:16:3e:13:ca:66","project_id":"0da310414fe14a43979cbdbc21c69eba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:51Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cce23e37-a2ee-4689-bb16-d0a4cd167219"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:56:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"01f535cb-ad48-4b16-8d5f-b46f2a31dca0","ip_address":"10.55.0.3"}],"id":"eedbc3fa-5b5a-4a22-969d-6aa0f963f617","security_groups":[],"mac_address":"fa:16:3e:a7:26:e2","project_id":"0da310414fe14a43979cbdbc21c69eba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cce23e37-a2ee-4689-bb16-d0a4cd167219","tenant_id":"0da310414fe14a43979cbdbc21c69eba","created_at":"2019-01-20T11:56:52Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cce23e37-a2ee-4689-bb16-d0a4cd167219"}]} 2019-01-20 11:57:09,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=cce23e37-a2ee-4689-bb16-d0a4cd167219 used request id req-2fff502a-7057-4ba7-b7ca-fddbe8f1e7d1 2019-01-20 11:57:09,761 - create_instance_tests - INFO - Looking for IP 10.55.0.8 in the console log 2019-01-20 11:57:09,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:57:10,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b5ecb2b-11a8-477c-888e-b448d1db73ad x-compute-request-id: req-1b5ecb2b-11a8-477c-888e-b448d1db73ad Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:10:d4", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "rel": "bookmark"}], "image": {"id": "2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "links": [{"href": "http://172.30.9.22:8774/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:57:05.000000", "flavor": {"id": "a9935d5e-0dd2-444d-bbad-be34d4e5123c", "links": [{"href": "http://172.30.9.22:8774/flavors/a9935d5e-0dd2-444d-bbad-be34d4e5123c", "rel": "bookmark"}]}, "id": "0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "security_groups": [{"name": "default"}], "user_id": "6eb6af22b8654775a865159292d9e6c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:57:06Z", "hostId": "85c0d08cdd98423f533cc2172b9d78e868bad973a361df3e0dcc4cae", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst", "created": "2019-01-20T11:57:00Z", "tenant_id": "0da310414fe14a43979cbdbc21c69eba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:57:10,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a used request id req-1b5ecb2b-11a8-477c-888e-b448d1db73ad 2019-01-20 11:57:10,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 11:57:11,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-83cfebad-636c-4e82-b516-437bf8ce9a54 x-compute-request-id: req-83cfebad-636c-4e82-b516-437bf8ce9a54 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 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 522372427 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.134295] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.136031] pid_max: default: 32768 minimum: 301\n[ 0.136999] ACPI: Core revision 20150930\n[ 0.138410] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139812] Security Framework initialized\n[ 0.140699] Yama: becoming mindful.\n[ 0.141479] AppArmor: AppArmor initialized\n[ 0.142401] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143765] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.145099] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.146388] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.147853] Initializing cgroup subsys io\n[ 0.148726] Initializing cgroup subsys memory\n[ 0.149676] Initializing cgroup subsys devices\n[ 0.150615] Initializing cgroup subsys freezer\n[ 0.151535] Initializing cgroup subsys net_cls\n[ 0.152459] Initializing cgroup subsys perf_event\n[ 0.153454] Initializing cgroup subsys net_prio\n[ 0.154412] Initializing cgroup subsys hugetlb\n[ 0.155331] Initializing cgroup subsys pids\n[ 0.156268] CPU: Physical Processor ID: 0\n[ 0.157899] mce: CPU supports 10 MCE banks\n[ 0.158805] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159869] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170574] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177001] ftrace: allocating 31920 entries in 125 pages\n[ 0.203084] smpboot: Max logical packages: 1\n[ 0.204057] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.205513] x2apic enabled\n[ 0.206390] Switched APIC routing to physical x2apic.\n[ 0.208207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209426] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211551] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213465] KVM setup paravirtual spinlock\n[ 0.214855] x86: Booted up 1 node, 1 CPUs\n[ 0.215716] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.217181] devtmpfs: initialized\n[ 0.218891] evm: security.selinux\n[ 0.219621] evm: security.SMACK64\n[ 0.220357] evm: security.SMACK64EXEC\n[ 0.221161] evm: security.SMACK64TRANSMUTE\n[ 0.222012] evm: security.SMACK64MMAP\n[ 0.222808] evm: security.ima\n[ 0.223488] evm: security.capability\n[ 0.224351] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226312] pinctrl core: initialized pinctrl subsystem\n[ 0.227478] RTC time: 11:57:05, date: 01/20/19\n[ 0.228503] NET: Registered protocol family 16\n[ 0.229542] cpuidle: using governor ladder\n[ 0.230436] cpuidle: using governor menu\n[ 0.231294] PCCT header not found.\n[ 0.232090] ACPI: bus type PCI registered\n[ 0.232932] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234241] PCI: Using configuration type 1 for base access\n[ 0.236017] ACPI: Added _OSI(Module Device)\n[ 0.236909] ACPI: Added _OSI(Processor Device)\n[ 0.237817] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238745] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240968] ACPI: Interpreter enabled\n[ 0.241769] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247626] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249587] ACPI: (supports S0 S5)\n[ 0.250341] ACPI: Using IOAPIC for interrupt routing\n[ 0.251451] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254601] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255800] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257110] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258400] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260724] acpiphp: Slot [3] registered\n[ 0.261576] acpiphp: Slot [4] registered\n[ 0.262418] acpiphp: Slot [5] registered\n[ 0.263249] acpiphp: Slot [6] registered\n[ 0.264087] acpiphp: Slot [7] registered\n[ 0.264955] acpiphp: Slot [8] registered\n[ 0.265789] acpiphp: Slot [9] registered\n[ 0.266641] acpiphp: Slot [10] registered\n[ 0.267513] acpiphp: Slot [11] registered\n[ 0.268393] acpiphp: Slot [12] registered\n[ 0.269245] acpiphp: Slot [13] registered\n[ 0.270093] acpiphp: Slot [14] registered\n[ 0.270946] acpiphp: Slot [15] registered\n[ 0.282111] acpiphp: Slot [16] registered\n[ 0.282974] acpiphp: Slot [17] registered\n[ 0.283824] acpiphp: Slot [18] registered\n[ 0.284676] acpiphp: Slot [19] registered\n[ 0.285522] acpiphp: Slot [20] registered\n[ 0.286376] acpiphp: Slot [21] registered\n[ 0.287241] acpiphp: Slot [22] registered\n[ 0.288132] acpiphp: Slot [23] registered\n[ 0.288983] acpiphp: Slot [24] registered\n[ 0.289829] acpiphp: Slot [25] registered\n[ 0.290683] acpiphp: Slot [26] registered\n[ 0.291566] acpiphp: Slot [27] registered\n[ 0.292430] acpiphp: Slot [28] registered\n[ 0.293290] acpiphp: Slot [29] registered\n[ 0.294150] acpiphp: Slot [30] registered\n[ 0.295034] acpiphp: Slot [31] registered\n[ 0.295886] PCI host bridge to bus 0000:00\n[ 0.296746] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298048] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299361] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300925] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.302459] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308872] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310263] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311530] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312881] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319326] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320859] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365772] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367320] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368838] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371754] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373041] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374595] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375694] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377303] vgaarb: loaded\n[ 0.377929] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379183] SCSI subsystem initialized\n[ 0.380039] ACPI: bus type USB registered\n[ 0.380913] usbcore: registered new interface driver usbfs\n[ 0.381974] usbcore: registered new interface driver hub\n[ 0.383031] usbcore: registered new device driver usb\n[ 0.384175] PCI: Using ACPI for IRQ routing\n[ 0.385241] NetLabel: Initializing\n[ 0.385991] NetLabel: domain hash size = 128\n[ 0.386876] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387864] NetLabel: unlabeled traffic allowed by default\n[ 0.389017] clocksource: Switched to clocksource kvm-clock\n[ 0.394441] AppArmor: AppArmor Filesystem Enabled\n[ 0.395466] pnp: PnP ACPI init\n[ 0.396417] pnp: PnP ACPI: found 5 devices\n[ 0.402513] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404313] NET: Registered protocol family 2\n[ 0.405330] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.406660] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.407875] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.409105] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410228] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411439] NET: Registered protocol family 1\n[ 0.412339] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413485] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414606] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429070] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443228] Trying to unpack rootfs image as initramfs...\n[ 0.492663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.506878] Scanning for low memory corruption every 60 seconds\n[ 0.508298] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509516] audit: initializing netlink subsys (disabled)\n[ 0.510641] audit: type=2000 audit(1547985426.727:1): initialized\n[ 0.512039] Initialise system trusted keyring\n[ 0.513044] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516316] zbud: loaded\n[ 0.517069] VFS: Disk quotas dquot_6.6.0\n[ 0.517928] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519527] fuse init (API version 7.23)\n[ 0.520466] Key type big_key registered\n[ 0.521327] Allocating IMA MOK and blacklist keyrings.\n[ 0.522489] Key type asymmetric registered\n[ 0.523356] Asymmetric key parser 'x509' registered\n[ 0.524354] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525907] io scheduler noop registered\n[ 0.526754] io scheduler deadline registered (default)\n[ 0.527819] io scheduler cfq registered\n[ 0.528698] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529828] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531242] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532757] ACPI: Power Button [PWRF]\n[ 0.533656] GHES: HEST is not enabled!\n[ 0.548780] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581940] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.606045] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608336] Linux agpgart interface v0.103\n[ 0.610879] brd: module loaded\n[ 0.612098] loop: module loaded\n[ 0.615949] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617542] GPT:90111 != 20971519\n[ 0.618299] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619478] GPT:90111 != 20971519\n[ 0.620212] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621262] vda: vda1 vda15\n[ 0.622728] scsi host0: ata_piix\n[ 0.623866] scsi host1: ata_piix\n[ 0.624586] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.625867] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627371] libphy: Fixed MDIO Bus: probed\n[ 0.628235] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629226] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631452] PPP generic driver version 2.4.2\n[ 0.632410] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633638] ehci-pci: EHCI PCI platform driver\n[ 0.634526] ehci-platform: EHCI generic platform driver\n[ 0.635531] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636684] ohci-pci: OHCI PCI platform driver\n[ 0.637577] ohci-platform: OHCI generic platform driver\n[ 0.638586] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652968] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654003] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655481] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657665] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658910] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660354] usb usb1: Product: UHCI Host Controller\n[ 0.661312] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662477] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663490] hub 1-0:1.0: USB hub found\n[ 0.664285] hub 1-0:1.0: 2 ports detected\n[ 0.665220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667378] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668352] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669410] mousedev: PS/2 mouse device common for all mice\n[ 0.670715] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672600] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674949] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676172] i2c /dev entries driver\n[ 0.676942] device-mapper: uevent: version 1.0.3\n[ 0.677896] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679565] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680884] NET: Registered protocol family 10\n[ 0.681927] NET: Registered protocol family 17\n[ 0.682848] Key type dns_resolver registered\n[ 0.683790] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684895] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686685] registered taskstats version 1\n[ 0.687535] Loading compiled-in X.509 certificates\n[ 0.688998] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690903] zswap: loaded using pool lzo/zbud\n[ 0.692309] Key type trusted registered\n[ 0.693871] Key type encrypted registered\n[ 0.694706] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.695754] ima: No TPM chip found, activating TPM-bypass!\n[ 0.696812] evm: HMAC attrs: 0x1\n[ 0.697790] Magic number: 3:81:985\n[ 0.698639] rtc_cmos 00:00: setting system clock to 2019-01-20 11:57:06 UTC (1547985426)\n[ 0.700261] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701410] EDD information not available.\n[ 0.785944] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.787538] Write protecting the kernel read-only data: 14336k\n[ 0.799543] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.801397] 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.842801] 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.02\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.8...\nLease of 10.55.0.8 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.19. iid=i-0000001d\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjvYgYnLDjXO36Uzbi9W6NZrJKlyBdpD/tzco+FKPMLhtsuqThcTJjjH/4pVGie8DzpanlZV5OfTCsclpnaH1mZEYYD73K0CZPI8R0tJZCak+kHhcmvwu6+fSIKk60XqZuOnNTZ+jWrLA3GuIWjRwlPA8JA6BRpGiGHMQlVh8bxjeODReM8xjHtv2Pgy2lOuULXzydsXsTF0Uc6wGborwiY2xe1t1/RomQ3Cy62F9bOaAZgBP9FE2Kzqxg0mhccU6ydcWnFa+dLYhpE7yhn0S/XcatrNqsj4TvgefOIw065Y22xtfyqjXfiNH02LC2NHM9hIxT8h80v3dJDpzWy0/7 root@simplehealthcheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAOmDuz8C/Zz3myNVhJaqI8qbYe+i6MQJzoZ378DIV+mEVQU62SsyYs6cQWO6g1qkFZmIlghlAY4PwzELJ05fgzCFuOCtelW4RM/6kLLguLLmgYC00w5TU3xYn6x8yesYiKlTp4d5ICcN/pZB9dJ6dIc6VsvClrOeGY3mxBAwv9fFAAAAFQDjkN2376/NXeAcpH8rMbj2epxJKQAAAIAOsrueIYmENTtPBtg5zllOX5HyLUwXg6K9wJ7RdN+kdaSNPLcCJ265aXVCOVwPPMnEK02aDjpwZ4a+qXCQnMjubD2rvsb6GyfO6FQNYMGmLnM8riUTyoFK/DgnG0mTAFAT8TWbqIZuFIGm58tWsioESbKamdCwd8j6RTdCJQq6rAAAAIEAtmeTU0XjgyHPVsJ+K3FNd2OluqQBbmJD/cDq4NQw3vSvcGWvNBa03HxsvJ0zV3/5Z6L8nUfyTN+psTfZz0YDIaUl9213q8AJjPkcxGoyrvUmc6CtAhxd2mIKZ1HAu20DTent8M9oOHA1noF1wLjpXIZxSbLyEbvkaOyPlwqXh3I= root@simplehealthcheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.0.8,24,fe80::f816:3eff:fe3b:10d4/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.8 \nip-route:169.254.169.254 via 10.55.0.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000001d\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.84 ===\n"} 2019-01-20 11:57:11,178 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a/action used request id req-83cfebad-636c-4e82-b516-437bf8ce9a54 2019-01-20 11:57:11,180 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-20 11:57:11,180 - 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 522372427 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.908 MHz processor [ 0.134295] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.136031] pid_max: default: 32768 minimum: 301 [ 0.136999] ACPI: Core revision 20150930 [ 0.138410] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139812] Security Framework initialized [ 0.140699] Yama: becoming mindful. [ 0.141479] AppArmor: AppArmor initialized [ 0.142401] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143765] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.145099] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.146388] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.147853] Initializing cgroup subsys io [ 0.148726] Initializing cgroup subsys memory [ 0.149676] Initializing cgroup subsys devices [ 0.150615] Initializing cgroup subsys freezer [ 0.151535] Initializing cgroup subsys net_cls [ 0.152459] Initializing cgroup subsys perf_event [ 0.153454] Initializing cgroup subsys net_prio [ 0.154412] Initializing cgroup subsys hugetlb [ 0.155331] Initializing cgroup subsys pids [ 0.156268] CPU: Physical Processor ID: 0 [ 0.157899] mce: CPU supports 10 MCE banks [ 0.158805] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.159869] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.170574] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.177001] ftrace: allocating 31920 entries in 125 pages [ 0.203084] smpboot: Max logical packages: 1 [ 0.204057] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.205513] x2apic enabled [ 0.206390] Switched APIC routing to physical x2apic. [ 0.208207] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.209426] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.211551] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.213465] KVM setup paravirtual spinlock [ 0.214855] x86: Booted up 1 node, 1 CPUs [ 0.215716] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.217181] devtmpfs: initialized [ 0.218891] evm: security.selinux [ 0.219621] evm: security.SMACK64 [ 0.220357] evm: security.SMACK64EXEC [ 0.221161] evm: security.SMACK64TRANSMUTE [ 0.222012] evm: security.SMACK64MMAP [ 0.222808] evm: security.ima [ 0.223488] evm: security.capability [ 0.224351] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.226312] pinctrl core: initialized pinctrl subsystem [ 0.227478] RTC time: 11:57:05, date: 01/20/19 [ 0.228503] NET: Registered protocol family 16 [ 0.229542] cpuidle: using governor ladder [ 0.230436] cpuidle: using governor menu [ 0.231294] PCCT header not found. [ 0.232090] ACPI: bus type PCI registered [ 0.232932] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.234241] PCI: Using configuration type 1 for base access [ 0.236017] ACPI: Added _OSI(Module Device) [ 0.236909] ACPI: Added _OSI(Processor Device) [ 0.237817] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.238745] ACPI: Added _OSI(Processor Aggregator Device) [ 0.240968] ACPI: Interpreter enabled [ 0.241769] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.243686] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.245677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.247626] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.249587] ACPI: (supports S0 S5) [ 0.250341] ACPI: Using IOAPIC for interrupt routing [ 0.251451] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254601] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255800] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257110] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258400] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260724] acpiphp: Slot [3] registered [ 0.261576] acpiphp: Slot [4] registered [ 0.262418] acpiphp: Slot [5] registered [ 0.263249] acpiphp: Slot [6] registered [ 0.264087] acpiphp: Slot [7] registered [ 0.264955] acpiphp: Slot [8] registered [ 0.265789] acpiphp: Slot [9] registered [ 0.266641] acpiphp: Slot [10] registered [ 0.267513] acpiphp: Slot [11] registered [ 0.268393] acpiphp: Slot [12] registered [ 0.269245] acpiphp: Slot [13] registered [ 0.270093] acpiphp: Slot [14] registered [ 0.270946] acpiphp: Slot [15] registered [ 0.282111] acpiphp: Slot [16] registered [ 0.282974] acpiphp: Slot [17] registered [ 0.283824] acpiphp: Slot [18] registered [ 0.284676] acpiphp: Slot [19] registered [ 0.285522] acpiphp: Slot [20] registered [ 0.286376] acpiphp: Slot [21] registered [ 0.287241] acpiphp: Slot [22] registered [ 0.288132] acpiphp: Slot [23] registered [ 0.288983] acpiphp: Slot [24] registered [ 0.289829] acpiphp: Slot [25] registered [ 0.290683] acpiphp: Slot [26] registered [ 0.291566] acpiphp: Slot [27] registered [ 0.292430] acpiphp: Slot [28] registered [ 0.293290] acpiphp: Slot [29] registered [ 0.294150] acpiphp: Slot [30] registered [ 0.295034] acpiphp: Slot [31] registered [ 0.295886] PCI host bridge to bus 0000:00 [ 0.296746] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298048] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299361] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.300925] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.302459] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.308872] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310263] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.311530] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.312881] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319326] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.320859] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.365772] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367320] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368838] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371754] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373041] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374595] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.375694] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377303] vgaarb: loaded [ 0.377929] vgaarb: bridge control possible 0000:00:02.0 [ 0.379183] SCSI subsystem initialized [ 0.380039] ACPI: bus type USB registered [ 0.380913] usbcore: registered new interface driver usbfs [ 0.381974] usbcore: registered new interface driver hub [ 0.383031] usbcore: registered new device driver usb [ 0.384175] PCI: Using ACPI for IRQ routing [ 0.385241] NetLabel: Initializing [ 0.385991] NetLabel: domain hash size = 128 [ 0.386876] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.387864] NetLabel: unlabeled traffic allowed by default [ 0.389017] clocksource: Switched to clocksource kvm-clock [ 0.394441] AppArmor: AppArmor Filesystem Enabled [ 0.395466] pnp: PnP ACPI init [ 0.396417] pnp: PnP ACPI: found 5 devices [ 0.402513] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.404313] NET: Registered protocol family 2 [ 0.405330] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.406660] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.407875] TCP: Hash tables configured (established 2048 bind 2048) [ 0.409105] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.410228] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.411439] NET: Registered protocol family 1 [ 0.412339] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413485] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.414606] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429070] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443228] Trying to unpack rootfs image as initramfs... [ 0.492663] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.506878] Scanning for low memory corruption every 60 seconds [ 0.508298] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.509516] audit: initializing netlink subsys (disabled) [ 0.510641] audit: type=2000 audit(1547985426.727:1): initialized [ 0.512039] Initialise system trusted keyring [ 0.513044] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.514279] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.516316] zbud: loaded [ 0.517069] VFS: Disk quotas dquot_6.6.0 [ 0.517928] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.519527] fuse init (API version 7.23) [ 0.520466] Key type big_key registered [ 0.521327] Allocating IMA MOK and blacklist keyrings. [ 0.522489] Key type asymmetric registered [ 0.523356] Asymmetric key parser 'x509' registered [ 0.524354] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525907] io scheduler noop registered [ 0.526754] io scheduler deadline registered (default) [ 0.527819] io scheduler cfq registered [ 0.528698] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.529828] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.531242] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.532757] ACPI: Power Button [PWRF] [ 0.533656] GHES: HEST is not enabled! [ 0.548780] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579318] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581940] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.606045] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.608336] Linux agpgart interface v0.103 [ 0.610879] brd: module loaded [ 0.612098] loop: module loaded [ 0.615949] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.617542] GPT:90111 != 20971519 [ 0.618299] GPT:Alternate GPT header not at the end of the disk. [ 0.619478] GPT:90111 != 20971519 [ 0.620212] GPT: Use GNU Parted to correct GPT errors. [ 0.621262] vda: vda1 vda15 [ 0.622728] scsi host0: ata_piix [ 0.623866] scsi host1: ata_piix [ 0.624586] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.625867] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.627371] libphy: Fixed MDIO Bus: probed [ 0.628235] tun: Universal TUN/TAP device driver, 1.6 [ 0.629226] tun: (C) 1999-2004 Max Krasnyansky [ 0.631452] PPP generic driver version 2.4.2 [ 0.632410] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.633638] ehci-pci: EHCI PCI platform driver [ 0.634526] ehci-platform: EHCI generic platform driver [ 0.635531] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.636684] ohci-pci: OHCI PCI platform driver [ 0.637577] ohci-platform: OHCI generic platform driver [ 0.638586] uhci_hcd: USB Universal Host Controller Interface driver [ 0.652968] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654003] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.655481] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.656517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.657665] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.658910] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.660354] usb usb1: Product: UHCI Host Controller [ 0.661312] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.662477] usb usb1: SerialNumber: 0000:00:01.2 [ 0.663490] hub 1-0:1.0: USB hub found [ 0.664285] hub 1-0:1.0: 2 ports detected [ 0.665220] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.667378] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.668352] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.669410] mousedev: PS/2 mouse device common for all mice [ 0.670715] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.672600] rtc_cmos 00:00: RTC can wake from S4 [ 0.673729] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.674949] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.676172] i2c /dev entries driver [ 0.676942] device-mapper: uevent: version 1.0.3 [ 0.677896] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.679565] ledtrig-cpu: registered to indicate activity on CPUs [ 0.680884] NET: Registered protocol family 10 [ 0.681927] NET: Registered protocol family 17 [ 0.682848] Key type dns_resolver registered [ 0.683790] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.684895] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.686685] registered taskstats version 1 [ 0.687535] Loading compiled-in X.509 certificates [ 0.688998] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.690903] zswap: loaded using pool lzo/zbud [ 0.692309] Key type trusted registered [ 0.693871] Key type encrypted registered [ 0.694706] AppArmor: AppArmor sha1 policy hashing enabled [ 0.695754] ima: No TPM chip found, activating TPM-bypass! [ 0.696812] evm: HMAC attrs: 0x1 [ 0.697790] Magic number: 3:81:985 [ 0.698639] rtc_cmos 00:00: setting system clock to 2019-01-20 11:57:06 UTC (1547985426) [ 0.700261] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.701410] EDD information not available. [ 0.785944] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.787538] Write protecting the kernel read-only data: 14336k [ 0.799543] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.801397] 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.842801] 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.02 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.8... Lease of 10.55.0.8 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.19. iid=i-0000001d failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.908 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjvYgYnLDjXO36Uzbi9W6NZrJKlyBdpD/tzco+FKPMLhtsuqThcTJjjH/4pVGie8DzpanlZV5OfTCsclpnaH1mZEYYD73K0CZPI8R0tJZCak+kHhcmvwu6+fSIKk60XqZuOnNTZ+jWrLA3GuIWjRwlPA8JA6BRpGiGHMQlVh8bxjeODReM8xjHtv2Pgy2lOuULXzydsXsTF0Uc6wGborwiY2xe1t1/RomQ3Cy62F9bOaAZgBP9FE2Kzqxg0mhccU6ydcWnFa+dLYhpE7yhn0S/XcatrNqsj4TvgefOIw065Y22xtfyqjXfiNH02LC2NHM9hIxT8h80v3dJDpzWy0/7 root@simplehealthcheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst ssh-dss AAAAB3NzaC1kc3MAAACBAOmDuz8C/Zz3myNVhJaqI8qbYe+i6MQJzoZ378DIV+mEVQU62SsyYs6cQWO6g1qkFZmIlghlAY4PwzELJ05fgzCFuOCtelW4RM/6kLLguLLmgYC00w5TU3xYn6x8yesYiKlTp4d5ICcN/pZB9dJ6dIc6VsvClrOeGY3mxBAwv9fFAAAAFQDjkN2376/NXeAcpH8rMbj2epxJKQAAAIAOsrueIYmENTtPBtg5zllOX5HyLUwXg6K9wJ7RdN+kdaSNPLcCJ265aXVCOVwPPMnEK02aDjpwZ4a+qXCQnMjubD2rvsb6GyfO6FQNYMGmLnM8riUTyoFK/DgnG0mTAFAT8TWbqIZuFIGm58tWsioESbKamdCwd8j6RTdCJQq6rAAAAIEAtmeTU0XjgyHPVsJ+K3FNd2OluqQBbmJD/cDq4NQw3vSvcGWvNBa03HxsvJ0zV3/5Z6L8nUfyTN+psTfZz0YDIaUl9213q8AJjPkcxGoyrvUmc6CtAhxd2mIKZ1HAu20DTent8M9oOHA1noF1wLjpXIZxSbLyEbvkaOyPlwqXh3I= root@simplehealthcheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.8,24,fe80::f816:3eff:fe3b:10d4/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.8 ip-route:169.254.169.254 via 10.55.0.4 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000001d name: N/A availability-zone: nova local-hostname: simplehealthcheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.84 === 2019-01-20 11:57:11,181 - create_instance - INFO - Deleting Port with ID - 9b51b2b6-4d6b-48ea-bb51-11696c39b0f2 2019-01-20 11:57:11,181 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1port-1 2019-01-20 11:57:11,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/9b51b2b6-4d6b-48ea-bb51-11696c39b0f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:57:11,904 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bf25c992-026d-44bc-b350-794b895d8c59 Date: Sun, 20 Jan 2019 11:57:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:57:11,904 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/9b51b2b6-4d6b-48ea-bb51-11696c39b0f2 used request id req-bf25c992-026d-44bc-b350-794b895d8c59 2019-01-20 11:57:11,904 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst 2019-01-20 11:57:11,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:57:12,070 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11: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 x-openstack-request-id: req-91d47c3c-544d-44b6-ab39-d40fcc4aaa72 x-compute-request-id: req-91d47c3c-544d-44b6-ab39-d40fcc4aaa72 Content-Type: application/json 2019-01-20 11:57:12,070 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a used request id req-91d47c3c-544d-44b6-ab39-d40fcc4aaa72 2019-01-20 11:57:12,070 - create_instance - INFO - Checking deletion status 2019-01-20 11:57:12,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:57:12,307 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-949b8773-2c84-4eaa-9b21-9618c17f5343 x-compute-request-id: req-949b8773-2c84-4eaa-9b21-9618c17f5343 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.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "rel": "bookmark"}], "image": {"id": "2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "links": [{"href": "http://172.30.9.22:8774/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:57:05.000000", "flavor": {"id": "a9935d5e-0dd2-444d-bbad-be34d4e5123c", "links": [{"href": "http://172.30.9.22:8774/flavors/a9935d5e-0dd2-444d-bbad-be34d4e5123c", "rel": "bookmark"}]}, "id": "0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "user_id": "6eb6af22b8654775a865159292d9e6c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:57:11Z", "hostId": "85c0d08cdd98423f533cc2172b9d78e868bad973a361df3e0dcc4cae", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst", "created": "2019-01-20T11:57:00Z", "tenant_id": "0da310414fe14a43979cbdbc21c69eba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:57:12,307 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a used request id req-949b8773-2c84-4eaa-9b21-9618c17f5343 2019-01-20 11:57:12,308 - create_instance - DEBUG - Instance status [SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst] is - ACTIVE 2019-01-20 11:57:12,308 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:57:15,311 - create_instance - DEBUG - VM status query timeout in 296.759122133 2019-01-20 11:57:15,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:57:15,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57: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-46582cd3-8de2-404a-a74b-95fd0e248145 x-compute-request-id: req-46582cd3-8de2-404a-a74b-95fd0e248145 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.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "rel": "bookmark"}], "image": {"id": "2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "links": [{"href": "http://172.30.9.22:8774/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:57:05.000000", "flavor": {"id": "a9935d5e-0dd2-444d-bbad-be34d4e5123c", "links": [{"href": "http://172.30.9.22:8774/flavors/a9935d5e-0dd2-444d-bbad-be34d4e5123c", "rel": "bookmark"}]}, "id": "0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a", "user_id": "6eb6af22b8654775a865159292d9e6c1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:57:11Z", "hostId": "85c0d08cdd98423f533cc2172b9d78e868bad973a361df3e0dcc4cae", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst", "created": "2019-01-20T11:57:00Z", "tenant_id": "0da310414fe14a43979cbdbc21c69eba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 11:57:15,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a used request id req-46582cd3-8de2-404a-a74b-95fd0e248145 2019-01-20 11:57:15,557 - create_instance - DEBUG - Instance status [SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst] is - ACTIVE 2019-01-20 11:57:15,557 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 11:57:18,560 - create_instance - DEBUG - VM status query timeout in 293.510121107 2019-01-20 11:57:18,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdd9ced5e4199cc81b1ef4472754e428f7b45b4" 2019-01-20 11:57:18,616 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 11: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-b9d7f606-7121-46b0-bcc8-2e76e87db7bb x-compute-request-id: req-b9d7f606-7121-46b0-bcc8-2e76e87db7bb Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a could not be found.", "code": 404}} 2019-01-20 11:57:18,616 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a used request id req-b9d7f606-7121-46b0-bcc8-2e76e87db7bb 2019-01-20 11:57:18,616 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 0051e4dc-0e4c-4488-9f2e-3d7e7db5a32a could not be found. (HTTP 404) (Request-ID: req-b9d7f606-7121-46b0-bcc8-2e76e87db7bb) 2019-01-20 11:57:18,616 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-inst 2019-01-20 11:57:18,617 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-subnet 2019-01-20 11:57:18,618 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-subnet 2019-01-20 11:57:18,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/01f535cb-ad48-4b16-8d5f-b46f2a31dca0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581fc75190e0dd0911449400d8ccaa6603cc90ab" 2019-01-20 11:57:20,937 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f093bc3-02c6-4ec9-8bcf-17fcb9b30c5d Date: Sun, 20 Jan 2019 11:57:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:57:20,938 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/01f535cb-ad48-4b16-8d5f-b46f2a31dca0 used request id req-9f093bc3-02c6-4ec9-8bcf-17fcb9b30c5d 2019-01-20 11:57:20,938 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-priv-net 2019-01-20 11:57:20,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/cce23e37-a2ee-4689-bb16-d0a4cd167219 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}581fc75190e0dd0911449400d8ccaa6603cc90ab" 2019-01-20 11:57:22,603 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6f49e09c-79dd-4f9c-8543-0e925d340489 Date: Sun, 20 Jan 2019 11:57:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:57:22,603 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/cce23e37-a2ee-4689-bb16-d0a4cd167219 used request id req-6f49e09c-79dd-4f9c-8543-0e925d340489 2019-01-20 11:57:22,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/a9935d5e-0dd2-444d-bbad-be34d4e5123c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07e89f04724c52b06003b9791eeae76322425d1b" 2019-01-20 11:57:22,653 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11: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-685fee4d-f4ca-4017-a3f3-e7a1efe898ef x-compute-request-id: req-685fee4d-f4ca-4017-a3f3-e7a1efe898ef Content-Length: 0 Content-Type: application/json 2019-01-20 11:57:22,653 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/a9935d5e-0dd2-444d-bbad-be34d4e5123c used request id req-685fee4d-f4ca-4017-a3f3-e7a1efe898ef 2019-01-20 11:57:22,654 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-a3508b69-03ef-4848-94d2-c9a03b2b3dc1-image 2019-01-20 11:57:22,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8cc9fd979a1d045596db24eec7adace6610dc588" 2019-01-20 11:57:24,508 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0abfd21e-0c3c-4c10-a890-3b2dd4924233 Date: Sun, 20 Jan 2019 11:57:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:57:24,509 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/2b500ffe-3c90-4ba7-b3b9-ac04d1f62525 used request id req-0abfd21e-0c3c-4c10-a890-3b2dd4924233 2019-01-20 11:57:24,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9144872142ad3f9d0898ede33987ee23b63cb2" 2019-01-20 11:57:24,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-999f4e60-9659-42fb-bc97-6855688dec81 Date: Sun, 20 Jan 2019 11:57:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "af31e8dbfb074726b58e7fdc340a7737", "created_at": "2019-01-20T11:57:24Z", "updated_at": "2019-01-20T11:57:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:24Z", "revision_number": 0, "id": "8d42c46f-069b-480a-935d-7a7a7dd5fff6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:24Z", "security_group_id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "tenant_id": "af31e8dbfb074726b58e7fdc340a7737", "port_range_min": null, "ethertype": "IPv4", "project_id": "af31e8dbfb074726b58e7fdc340a7737"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:24Z", "revision_number": 0, "id": "b9f2f398-8fb6-43bd-88e0-0da72a1e70bb", "remote_group_id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:24Z", "security_group_id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "tenant_id": "af31e8dbfb074726b58e7fdc340a7737", "port_range_min": null, "ethertype": "IPv4", "project_id": "af31e8dbfb074726b58e7fdc340a7737"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:24Z", "revision_number": 0, "id": "c06b8cb5-4648-4452-98b7-4fa3018fca26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:24Z", "security_group_id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "tenant_id": "af31e8dbfb074726b58e7fdc340a7737", "port_range_min": null, "ethertype": "IPv6", "project_id": "af31e8dbfb074726b58e7fdc340a7737"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:24Z", "revision_number": 0, "id": "d08bc952-c8b5-4ef1-b538-20745d1d3727", "remote_group_id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:24Z", "security_group_id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "tenant_id": "af31e8dbfb074726b58e7fdc340a7737", "port_range_min": null, "ethertype": "IPv6", "project_id": "af31e8dbfb074726b58e7fdc340a7737"}], "revision_number": 4, "project_id": "af31e8dbfb074726b58e7fdc340a7737", "id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0da310414fe14a43979cbdbc21c69eba", "created_at": "2019-01-20T11:56:49Z", "updated_at": "2019-01-20T11:56:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:56:50Z", "revision_number": 0, "id": "426e8cf8-e9ba-47b9-96bc-ab73341189fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:56:50Z", "security_group_id": "7953b16e-028d-478f-b7a9-871b36717708", "tenant_id": "0da310414fe14a43979cbdbc21c69eba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0da310414fe14a43979cbdbc21c69eba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:56:50Z", "revision_number": 0, "id": "b46da542-54b5-441c-9d51-3c062c359ea5", "remote_group_id": "7953b16e-028d-478f-b7a9-871b36717708", "remote_ip_prefix": null, "created_at": "2019-01-20T11:56:50Z", "security_group_id": "7953b16e-028d-478f-b7a9-871b36717708", "tenant_id": "0da310414fe14a43979cbdbc21c69eba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0da310414fe14a43979cbdbc21c69eba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:56:50Z", "revision_number": 0, "id": "b975c97b-f457-4932-8958-57e4ffe8e6b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:56:50Z", "security_group_id": "7953b16e-028d-478f-b7a9-871b36717708", "tenant_id": "0da310414fe14a43979cbdbc21c69eba", "port_range_min": null, "ethertype": "IPv6", "project_id": "0da310414fe14a43979cbdbc21c69eba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:56:50Z", "revision_number": 0, "id": "e70bd01e-d149-4e49-8ecc-fb3801dfe06b", "remote_group_id": "7953b16e-028d-478f-b7a9-871b36717708", "remote_ip_prefix": null, "created_at": "2019-01-20T11:56:50Z", "security_group_id": "7953b16e-028d-478f-b7a9-871b36717708", "tenant_id": "0da310414fe14a43979cbdbc21c69eba", "port_range_min": null, "ethertype": "IPv4", "project_id": "0da310414fe14a43979cbdbc21c69eba"}], "revision_number": 4, "project_id": "0da310414fe14a43979cbdbc21c69eba", "id": "7953b16e-028d-478f-b7a9-871b36717708", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 11:57:24,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-999f4e60-9659-42fb-bc97-6855688dec81 2019-01-20 11:57:24,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9144872142ad3f9d0898ede33987ee23b63cb2" 2019-01-20 11:57:25,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85a7c317-a4d7-4012-ad73-e0b86cc3dd12 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 11:57:25,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-85a7c317-a4d7-4012-ad73-e0b86cc3dd12 2019-01-20 11:57:25,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/af31e8dbfb074726b58e7fdc340a7737 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9144872142ad3f9d0898ede33987ee23b63cb2" 2019-01-20 11:57:25,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12de43fb-d652-4926-a022-5caa8fb26ee4 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/af31e8dbfb074726b58e7fdc340a7737"}, "enabled": true, "id": "af31e8dbfb074726b58e7fdc340a7737", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_b948b89d-f30c-4f8a-ba18-d11bffb44fed"}} 2019-01-20 11:57:25,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/af31e8dbfb074726b58e7fdc340a7737 used request id req-12de43fb-d652-4926-a022-5caa8fb26ee4 2019-01-20 11:57:25,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9144872142ad3f9d0898ede33987ee23b63cb2" 2019-01-20 11:57:25,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26d2d706-7ddf-4484-9c3e-0387540cf250 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba"}, "enabled": true, "id": "0da310414fe14a43979cbdbc21c69eba", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-59acbf3a-7b5d-43d-proj"}} 2019-01-20 11:57:25,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba used request id req-26d2d706-7ddf-4484-9c3e-0387540cf250 2019-01-20 11:57:25,210 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7953b16e-028d-478f-b7a9-871b36717708 2019-01-20 11:57:25,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7953b16e-028d-478f-b7a9-871b36717708 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9144872142ad3f9d0898ede33987ee23b63cb2" 2019-01-20 11:57:25,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ac77c93f-0568-48dc-82cb-f2166e13037b Date: Sun, 20 Jan 2019 11:57: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": "2019-01-20T11:56:50Z", "security_group_id": "7953b16e-028d-478f-b7a9-871b36717708", "port_range_min": null, "revision_number": 0, "tenant_id": "0da310414fe14a43979cbdbc21c69eba", "created_at": "2019-01-20T11:56:50Z", "project_id": "0da310414fe14a43979cbdbc21c69eba", "id": "426e8cf8-e9ba-47b9-96bc-ab73341189fc"}, {"remote_group_id": "7953b16e-028d-478f-b7a9-871b36717708", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:56:50Z", "security_group_id": "7953b16e-028d-478f-b7a9-871b36717708", "port_range_min": null, "revision_number": 0, "tenant_id": "0da310414fe14a43979cbdbc21c69eba", "created_at": "2019-01-20T11:56:50Z", "project_id": "0da310414fe14a43979cbdbc21c69eba", "id": "b46da542-54b5-441c-9d51-3c062c359ea5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:56:50Z", "security_group_id": "7953b16e-028d-478f-b7a9-871b36717708", "port_range_min": null, "revision_number": 0, "tenant_id": "0da310414fe14a43979cbdbc21c69eba", "created_at": "2019-01-20T11:56:50Z", "project_id": "0da310414fe14a43979cbdbc21c69eba", "id": "b975c97b-f457-4932-8958-57e4ffe8e6b8"}, {"remote_group_id": "7953b16e-028d-478f-b7a9-871b36717708", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T11:56:50Z", "security_group_id": "7953b16e-028d-478f-b7a9-871b36717708", "port_range_min": null, "revision_number": 0, "tenant_id": "0da310414fe14a43979cbdbc21c69eba", "created_at": "2019-01-20T11:56:50Z", "project_id": "0da310414fe14a43979cbdbc21c69eba", "id": "e70bd01e-d149-4e49-8ecc-fb3801dfe06b"}]} 2019-01-20 11:57:25,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7953b16e-028d-478f-b7a9-871b36717708 used request id req-ac77c93f-0568-48dc-82cb-f2166e13037b 2019-01-20 11:57:25,452 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 11:57:25,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/7953b16e-028d-478f-b7a9-871b36717708 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9144872142ad3f9d0898ede33987ee23b63cb2" 2019-01-20 11:57:25,736 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-898b94a9-1dfa-433f-9b2d-8c3ddc2b95e3 Content-Length: 0 Date: Sun, 20 Jan 2019 11:57:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:57:25,736 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/7953b16e-028d-478f-b7a9-871b36717708 used request id req-898b94a9-1dfa-433f-9b2d-8c3ddc2b95e3 2019-01-20 11:57:25,737 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-59acbf3a-7b5d-43d-proj 2019-01-20 11:57:25,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9144872142ad3f9d0898ede33987ee23b63cb2" 2019-01-20 11:57:26,012 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:57:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ca74f6a-e107-40c8-aca3-1299b2a4076c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:57:26,012 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/0da310414fe14a43979cbdbc21c69eba used request id req-4ca74f6a-e107-40c8-aca3-1299b2a4076c 2019-01-20 11:57:26,013 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-59acbf3a-7b5d-43d-proj-role 2019-01-20 11:57:26,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/7c1ba929fa04425fb54f7fe24320755d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9144872142ad3f9d0898ede33987ee23b63cb2" 2019-01-20 11:57:26,178 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:57:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee65417f-4cbe-4e88-98f8-d79cd4ea6ee0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:57:26,178 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/7c1ba929fa04425fb54f7fe24320755d used request id req-ee65417f-4cbe-4e88-98f8-d79cd4ea6ee0 2019-01-20 11:57:26,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9144872142ad3f9d0898ede33987ee23b63cb2" 2019-01-20 11:57:26,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-750b96be-ad1e-48f8-b2cf-627f31638cc1 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "45366e0f45c54ffc9466a7d4084e1079", "links": {"self": "http://172.30.9.22:5000/v3/roles/45366e0f45c54ffc9466a7d4084e1079"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b4dfdda3564a4ceb92fa0a2116a35958", "links": {"self": "http://172.30.9.22:5000/v3/roles/b4dfdda3564a4ceb92fa0a2116a35958"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:57:26,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-750b96be-ad1e-48f8-b2cf-627f31638cc1 2019-01-20 11:57:26,276 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-59acbf3a-7b5d-43d-user 2019-01-20 11:57:26,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/6eb6af22b8654775a865159292d9e6c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505d9c758dac6c4b3f776a6fb00119fcd2a83dc9" 2019-01-20 11:57:26,458 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:57:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41bb2d36-811b-4a88-9a14-0d7863da5fbd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:57:26,458 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/6eb6af22b8654775a865159292d9e6c1 used request id req-41bb2d36-811b-4a88-9a14-0d7863da5fbd 2019-01-20 11:57:26,459 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 43.012s OK 2019-01-20 11:57:26,573 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-20 11:57:26,573 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:43 | PASS | +----------------------------+------------------+------------------+----------------+ 2019-01-20 11:57:26,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:57:26,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:57:26,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-467446d0-f186-499c-8ec1-907acf0792d5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "45366e0f45c54ffc9466a7d4084e1079", "links": {"self": "http://172.30.9.22:5000/v3/roles/45366e0f45c54ffc9466a7d4084e1079"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b4dfdda3564a4ceb92fa0a2116a35958", "links": {"self": "http://172.30.9.22:5000/v3/roles/b4dfdda3564a4ceb92fa0a2116a35958"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:57:26,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-467446d0-f186-499c-8ec1-907acf0792d5 2019-01-20 11:57:26,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0921270847321s 2019-01-20 11:57:26,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-20 11:57:26,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/b4dfdda3564a4ceb92fa0a2116a35958 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:57:26,789 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:57:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18aa5cd5-0c85-42d0-a7df-e13d1e12e6f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:57:26,789 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/b4dfdda3564a4ceb92fa0a2116a35958 used request id req-18aa5cd5-0c85-42d0-a7df-e13d1e12e6f3 2019-01-20 11:57:26,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.116681098938s 2019-01-20 11:57:26,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:57:26,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:57:26,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c393e2b-1c99-4a5f-9cee-a47a32ed5a05 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_b948b89d-f30c-4f8a-ba18-d11bffb44fed", "links": {"self": "http://172.30.9.22:5000/v3/users/eb99a3078c6a4e86ae8d5471935cdad6"}, "domain_id": "default", "enabled": true, "id": "eb99a3078c6a4e86ae8d5471935cdad6", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:57:26,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5c393e2b-1c99-4a5f-9cee-a47a32ed5a05 2019-01-20 11:57:26,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102944135666s 2019-01-20 11:57:26,893 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5c393e2b-1c99-4a5f-9cee-a47a32ed5a05 2019-01-20 11:57:26,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:57:26,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/eb99a3078c6a4e86ae8d5471935cdad6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:57:27,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93387507-083e-4484-9b08-b2d18c52fcc6 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/eb99a3078c6a4e86ae8d5471935cdad6"}, "enabled": true, "id": "eb99a3078c6a4e86ae8d5471935cdad6", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_b948b89d-f30c-4f8a-ba18-d11bffb44fed"}} 2019-01-20 11:57:27,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/eb99a3078c6a4e86ae8d5471935cdad6 used request id req-93387507-083e-4484-9b08-b2d18c52fcc6 2019-01-20 11:57:27,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.17227602005s 2019-01-20 11:57:27,072 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/eb99a3078c6a4e86ae8d5471935cdad6 used request id req-93387507-083e-4484-9b08-b2d18c52fcc6 2019-01-20 11:57:27,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-20 11:57:27,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/eb99a3078c6a4e86ae8d5471935cdad6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:57:27,255 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:57:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc0ba2b4-e259-41ee-b4ac-0e561e653ce4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:57:27,255 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/eb99a3078c6a4e86ae8d5471935cdad6 used request id req-fc0ba2b4-e259-41ee-b4ac-0e561e653ce4 2019-01-20 11:57:27,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.182876110077s 2019-01-20 11:57:27,255 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/eb99a3078c6a4e86ae8d5471935cdad6 used request id req-fc0ba2b4-e259-41ee-b4ac-0e561e653ce4 2019-01-20 11:57:27,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 11:57:27,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:57:27,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8027fe22-e086-49a1-b56d-50d08b7973c8 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.22:5000/v3/projects/af31e8dbfb074726b58e7fdc340a7737"}, "enabled": true, "id": "af31e8dbfb074726b58e7fdc340a7737", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_b948b89d-f30c-4f8a-ba18-d11bffb44fed"}]} 2019-01-20 11:57:27,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-8027fe22-e086-49a1-b56d-50d08b7973c8 2019-01-20 11:57:27,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0819330215454s 2019-01-20 11:57:27,338 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-8027fe22-e086-49a1-b56d-50d08b7973c8 2019-01-20 11:57:27,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-20 11:57:27,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/af31e8dbfb074726b58e7fdc340a7737 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:57:27,505 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:57:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55792791-3050-43b6-8d58-92971b12cf6f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:57:27,505 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/af31e8dbfb074726b58e7fdc340a7737 used request id req-55792791-3050-43b6-8d58-92971b12cf6f 2019-01-20 11:57:27,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.164919137955s 2019-01-20 11:57:27,506 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/af31e8dbfb074726b58e7fdc340a7737 used request id req-55792791-3050-43b6-8d58-92971b12cf6f 2019-01-20 11:57:27,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:57:27,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:57:27,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f972646b-3fdb-4715-8708-e1d87d29186b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "45366e0f45c54ffc9466a7d4084e1079", "links": {"self": "http://172.30.9.22:5000/v3/roles/45366e0f45c54ffc9466a7d4084e1079"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:57:27,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f972646b-3fdb-4715-8708-e1d87d29186b 2019-01-20 11:57:27,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0750660896301s 2019-01-20 11:57:27,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-20 11:57:27,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/45366e0f45c54ffc9466a7d4084e1079 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:57:27,711 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:57:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-501252f2-d925-4ad0-bf47-51789f3b4e08 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:57:27,711 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/45366e0f45c54ffc9466a7d4084e1079 used request id req-501252f2-d925-4ad0-bf47-51789f3b4e08 2019-01-20 11:57:27,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.128375768661s 2019-01-20 11:57:27,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 11:57:27,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=af31e8dbfb074726b58e7fdc340a7737&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}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:57:27,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-f4078fff-0d84-4531-b5a5-0d2c89daa187 Date: Sun, 20 Jan 2019 11:57:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "af31e8dbfb074726b58e7fdc340a7737", "created_at": "2019-01-20T11:57:24Z", "updated_at": "2019-01-20T11:57:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:24Z", "revision_number": 0, "id": "8d42c46f-069b-480a-935d-7a7a7dd5fff6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:24Z", "security_group_id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "tenant_id": "af31e8dbfb074726b58e7fdc340a7737", "port_range_min": null, "ethertype": "IPv4", "project_id": "af31e8dbfb074726b58e7fdc340a7737"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:24Z", "revision_number": 0, "id": "b9f2f398-8fb6-43bd-88e0-0da72a1e70bb", "remote_group_id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:24Z", "security_group_id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "tenant_id": "af31e8dbfb074726b58e7fdc340a7737", "port_range_min": null, "ethertype": "IPv4", "project_id": "af31e8dbfb074726b58e7fdc340a7737"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:24Z", "revision_number": 0, "id": "c06b8cb5-4648-4452-98b7-4fa3018fca26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:24Z", "security_group_id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "tenant_id": "af31e8dbfb074726b58e7fdc340a7737", "port_range_min": null, "ethertype": "IPv6", "project_id": "af31e8dbfb074726b58e7fdc340a7737"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:24Z", "revision_number": 0, "id": "d08bc952-c8b5-4ef1-b538-20745d1d3727", "remote_group_id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:24Z", "security_group_id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "tenant_id": "af31e8dbfb074726b58e7fdc340a7737", "port_range_min": null, "ethertype": "IPv6", "project_id": "af31e8dbfb074726b58e7fdc340a7737"}], "revision_number": 4, "project_id": "af31e8dbfb074726b58e7fdc340a7737", "id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "name": "default"}]} 2019-01-20 11:57:27,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=af31e8dbfb074726b58e7fdc340a7737&name=default used request id req-f4078fff-0d84-4531-b5a5-0d2c89daa187 2019-01-20 11:57:27,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.193238019943s 2019-01-20 11:57:27,910 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=af31e8dbfb074726b58e7fdc340a7737&name=default used request id req-f4078fff-0d84-4531-b5a5-0d2c89daa187 2019-01-20 11:57:27,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 11:57:27,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:57:28,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-be62a03b-28ae-4154-888c-f429d170a802 Date: Sun, 20 Jan 2019 11:57:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "af31e8dbfb074726b58e7fdc340a7737", "created_at": "2019-01-20T11:57:24Z", "updated_at": "2019-01-20T11:57:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:24Z", "revision_number": 0, "id": "d08bc952-c8b5-4ef1-b538-20745d1d3727", "remote_group_id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:24Z", "security_group_id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "tenant_id": "af31e8dbfb074726b58e7fdc340a7737", "port_range_min": null, "ethertype": "IPv6", "project_id": "af31e8dbfb074726b58e7fdc340a7737"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:24Z", "revision_number": 0, "id": "c06b8cb5-4648-4452-98b7-4fa3018fca26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:24Z", "security_group_id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "tenant_id": "af31e8dbfb074726b58e7fdc340a7737", "port_range_min": null, "ethertype": "IPv6", "project_id": "af31e8dbfb074726b58e7fdc340a7737"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:24Z", "revision_number": 0, "id": "b9f2f398-8fb6-43bd-88e0-0da72a1e70bb", "remote_group_id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:24Z", "security_group_id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "tenant_id": "af31e8dbfb074726b58e7fdc340a7737", "port_range_min": null, "ethertype": "IPv4", "project_id": "af31e8dbfb074726b58e7fdc340a7737"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:24Z", "revision_number": 0, "id": "8d42c46f-069b-480a-935d-7a7a7dd5fff6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:24Z", "security_group_id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "tenant_id": "af31e8dbfb074726b58e7fdc340a7737", "port_range_min": null, "ethertype": "IPv4", "project_id": "af31e8dbfb074726b58e7fdc340a7737"}], "revision_number": 4, "project_id": "af31e8dbfb074726b58e7fdc340a7737", "id": "55f1349c-b018-42cd-9bfd-ee9213440e9b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 11:57:28,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-be62a03b-28ae-4154-888c-f429d170a802 2019-01-20 11:57:28,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.216500043869s 2019-01-20 11:57:28,131 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-be62a03b-28ae-4154-888c-f429d170a802 2019-01-20 11:57:28,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-20 11:57:28,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/55f1349c-b018-42cd-9bfd-ee9213440e9b.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0e97a2071501f6b1f99efec485f5d5da9662826a" 2019-01-20 11:57:28,432 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4c87642f-9724-4065-9fe5-111d028a3e8b Content-Length: 0 Date: Sun, 20 Jan 2019 11:57:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:57:28,432 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/55f1349c-b018-42cd-9bfd-ee9213440e9b.json used request id req-4c87642f-9724-4065-9fe5-111d028a3e8b 2019-01-20 11:57:28,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.297791004181s 2019-01-20 11:57:28,433 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/55f1349c-b018-42cd-9bfd-ee9213440e9b.json used request id req-4c87642f-9724-4065-9fe5-111d028a3e8b 2019-01-20 11:57:28,433 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:12 | PASS | | api_check | functest | healthcheck | 13:40 | PASS | | snaps_health_check | functest | healthcheck | 00:43 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2019-01-20 11:57:28,438 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2019-01-20 11:57:36,239 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-329 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-20 11:57:36,245 - 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=BqvZwhJuywz3rATj4xFFrNXuY export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 2019-01-20 11:57:36,245 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-20 11:57:36,246 - 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 | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2019-01-20 11:57:36,287 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2019-01-20 11:57:40,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 11:57:40,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 11:57:40,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 11:57:40,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 11:57:40,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 11:57:40,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 11:57:40,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 11:57:40,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 11:57:40,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 11:57:40,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 11:57:40,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 11:57:40,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 11:57:40,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 11:57:40,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 11:57:40,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 11:57:40,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 11:57:40,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 11:57:40,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 11:57:40,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 11:57:40,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 11:57:40,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 11:57:40,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 11:57:40,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-20 11:57:40,170 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-20 11:57:40,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 11:57:40,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85bdd3f3-0ca1-4cee-b793-24dcb83ea566 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:57:40,180 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-85bdd3f3-0ca1-4cee-b793-24dcb83ea566 2019-01-20 11:57:40,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:57:40,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}], "expires_at": "2019-01-20T12:57:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "057838f782f94e5ca660a8d24231cdb7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "96110a92bd284ca5bccb7c5d679699e2"}, "audit_ids": ["2rx6Rw-1Qey587xIWdPjSQ"], "issued_at": "2019-01-20T11:57:40.000000Z"}} 2019-01-20 11:57:40,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 11:57:40,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:57:40,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-3d03a8ed-8a54-43c5-8519-31db022b473a Date: Sun, 20 Jan 2019 11:57:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 11:57:40,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3d03a8ed-8a54-43c5-8519-31db022b473a 2019-01-20 11:57:40,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.232973098755s 2019-01-20 11:57:40,793 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3d03a8ed-8a54-43c5-8519-31db022b473a 2019-01-20 11:57:40,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 11:57:40,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:57:40,803 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:57:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:57:41,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:57:41,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecd90667-f019-4948-8038-75c259ecafba Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 11:57:41,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-ecd90667-f019-4948-8038-75c259ecafba 2019-01-20 11:57:41,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.451583862305s 2019-01-20 11:57:41,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-20 11:57:41,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_cbafcc75-35de-4ace-8002-c50b4e1dad33"}}' 2019-01-20 11:57:41,378 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:57:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a82b40a1-71cd-489e-aed6-f7bbd256e1f2 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.22:5000/v3/projects/289a2aef29c1418f966e1a6fa77c8c15"}, "enabled": true, "id": "289a2aef29c1418f966e1a6fa77c8c15", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_cbafcc75-35de-4ace-8002-c50b4e1dad33"}} 2019-01-20 11:57:41,378 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-a82b40a1-71cd-489e-aed6-f7bbd256e1f2 2019-01-20 11:57:41,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.128098964691s 2019-01-20 11:57:41,379 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-a82b40a1-71cd-489e-aed6-f7bbd256e1f2 2019-01-20 11:57:41,380 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_cbafcc75-35de-4ace-8002-c50b4e1dad33', 'id': u'289a2aef29c1418f966e1a6fa77c8c15', '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'})}) 2019-01-20 11:57:41,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-20 11:57:41,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.380396127701s 2019-01-20 11:57:41,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/885d0396ce534a4596566621ba4d02db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:57:41,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4e6cdcf-294f-4d43-a5b8-d1ed767541a7 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/885d0396ce534a4596566621ba4d02db"}, "enabled": true, "id": "885d0396ce534a4596566621ba4d02db", "options": {}, "domain_id": "default", "name": "vping_ssh-user_cbafcc75-35de-4ace-8002-c50b4e1dad33"}} 2019-01-20 11:57:41,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/885d0396ce534a4596566621ba4d02db used request id req-c4e6cdcf-294f-4d43-a5b8-d1ed767541a7 2019-01-20 11:57:41,871 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'885d0396ce534a4596566621ba4d02db', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_cbafcc75-35de-4ace-8002-c50b4e1dad33'}) 2019-01-20 11:57:41,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:57:41,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:57:41,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f29a98c6-6dc8-447f-b72f-0a20e7fc2ff2 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:57:41,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f29a98c6-6dc8-447f-b72f-0a20e7fc2ff2 2019-01-20 11:57:41,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.015613079071s 2019-01-20 11:57:41,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:57:41,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:57:41,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e29803e4-f5d6-49e1-b3c7-7cdf78e0cbb9 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:57:41,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e29803e4-f5d6-49e1-b3c7-7cdf78e0cbb9 2019-01-20 11:57:41,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0800759792328s 2019-01-20 11:57:41,969 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-20 11:57:41,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-20 11:57:41,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" -d '{"role": {"name": "Member"}}' 2019-01-20 11:57:42,083 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:57:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-edbaffa3-ce60-4edc-a905-56964ff0b210 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "59ba6d766e0f4a1bba61f28753281b2b", "links": {"self": "http://172.30.9.22:5000/v3/roles/59ba6d766e0f4a1bba61f28753281b2b"}, "name": "Member"}} 2019-01-20 11:57:42,084 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-edbaffa3-ce60-4edc-a905-56964ff0b210 2019-01-20 11:57:42,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.113510847092s 2019-01-20 11:57:42,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/59ba6d766e0f4a1bba61f28753281b2b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:57:42,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08ff38d3-a030-40b8-b5c0-06072ca5bf3a Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/59ba6d766e0f4a1bba61f28753281b2b"}, "domain_id": null, "name": "Member", "id": "59ba6d766e0f4a1bba61f28753281b2b"}} 2019-01-20 11:57:42,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/59ba6d766e0f4a1bba61f28753281b2b used request id req-08ff38d3-a030-40b8-b5c0-06072ca5bf3a 2019-01-20 11:57:42,158 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/59ba6d766e0f4a1bba61f28753281b2b'}, 'domain_id': None, 'human_id': None, 'id': u'59ba6d766e0f4a1bba61f28753281b2b', 'HUMAN_ID': False}) 2019-01-20 11:57:42,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:57:42,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:57:42,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc9ea72b-2cf5-4a65-bc80-2c0ca557ac73 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "59ba6d766e0f4a1bba61f28753281b2b", "links": {"self": "http://172.30.9.22:5000/v3/roles/59ba6d766e0f4a1bba61f28753281b2b"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:57:42,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fc9ea72b-2cf5-4a65-bc80-2c0ca557ac73 2019-01-20 11:57:42,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0871229171753s 2019-01-20 11:57:42,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 11:57:42,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:57:42,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4f3289b-0476-457b-8c76-16c933c193be Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 11:57:42,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-a4f3289b-0476-457b-8c76-16c933c193be 2019-01-20 11:57:42,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0813081264496s 2019-01-20 11:57:42,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:57:42,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:57:42,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b393f529-5eb1-4f88-b28a-2546d2212c02 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_cbafcc75-35de-4ace-8002-c50b4e1dad33", "links": {"self": "http://172.30.9.22:5000/v3/users/885d0396ce534a4596566621ba4d02db"}, "domain_id": "default", "enabled": true, "id": "885d0396ce534a4596566621ba4d02db", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:57:42,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-b393f529-5eb1-4f88-b28a-2546d2212c02 2019-01-20 11:57:42,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0927679538727s 2019-01-20 11:57:42,422 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-b393f529-5eb1-4f88-b28a-2546d2212c02 2019-01-20 11:57:42,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 11:57:42,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:57:42,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c44643aa-d90c-4378-b143-9c9665cb0413 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.22:5000/v3/projects/289a2aef29c1418f966e1a6fa77c8c15"}, "enabled": true, "id": "289a2aef29c1418f966e1a6fa77c8c15", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_cbafcc75-35de-4ace-8002-c50b4e1dad33"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 11:57:42,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-c44643aa-d90c-4378-b143-9c9665cb0413 2019-01-20 11:57:42,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0825898647308s 2019-01-20 11:57:42,512 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-c44643aa-d90c-4378-b143-9c9665cb0413 2019-01-20 11:57:42,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 11:57:42,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=885d0396ce534a4596566621ba4d02db&scope.project.id=289a2aef29c1418f966e1a6fa77c8c15&role.id=59ba6d766e0f4a1bba61f28753281b2b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:57:42,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7dffa4c-e18b-44c8-b461-0598ec8ea81f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=885d0396ce534a4596566621ba4d02db&scope.project.id=289a2aef29c1418f966e1a6fa77c8c15&role.id=59ba6d766e0f4a1bba61f28753281b2b", "previous": null, "next": null}} 2019-01-20 11:57:42,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=885d0396ce534a4596566621ba4d02db&scope.project.id=289a2aef29c1418f966e1a6fa77c8c15&role.id=59ba6d766e0f4a1bba61f28753281b2b used request id req-f7dffa4c-e18b-44c8-b461-0598ec8ea81f 2019-01-20 11:57:42,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0808880329132s 2019-01-20 11:57:42,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 11:57:42,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/289a2aef29c1418f966e1a6fa77c8c15/users/885d0396ce534a4596566621ba4d02db/roles/59ba6d766e0f4a1bba61f28753281b2b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:57:42,708 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:57:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c2cecd1-3bf2-4f59-9ed4-2c55dd79105d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:57:42,708 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/289a2aef29c1418f966e1a6fa77c8c15/users/885d0396ce534a4596566621ba4d02db/roles/59ba6d766e0f4a1bba61f28753281b2b used request id req-3c2cecd1-3bf2-4f59-9ed4-2c55dd79105d 2019-01-20 11:57:42,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.112340927124s 2019-01-20 11:57:42,709 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_cbafcc75-35de-4ace-8002-c50b4e1dad33', 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': '3631eb7a-59e0-4d81-9624-15848fbe31ee', 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_cbafcc75-35de-4ace-8002-c50b4e1dad33', 'project_id': u'289a2aef29c1418f966e1a6fa77c8c15', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-20 11:57:42,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 11:57:42,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 11:57:42,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 11:57:42,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 11:57:42,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 11:57:42,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 11:57:42,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 11:57:42,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 11:57:42,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 11:57:42,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 11:57:42,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 11:57:42,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 11:57:42,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 11:57:42,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 11:57:42,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 11:57:42,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 11:57:42,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 11:57:42,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 11:57:42,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 11:57:42,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 11:57:42,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 11:57:42,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 11:57:42,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-20 11:57:42,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-20 11:57:42,715 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_cbafcc75-35de-4ace-8002-c50b4e1dad33', 'password': '3631eb7a-59e0-4d81-9624-15848fbe31ee', 'project_name': 'vping_ssh-project_cbafcc75-35de-4ace-8002-c50b4e1dad33', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '289a2aef29c1418f966e1a6fa77c8c15', 'project_domain_name': 'Default'} 2019-01-20 11:57:42,715 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2019-01-20 11:57:42,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 11:57:42,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:57:42,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c279319c-1491-4391-9e8e-b3e6047c8d43 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 11:57:42,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-c279319c-1491-4391-9e8e-b3e6047c8d43 2019-01-20 11:57:42,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0793809890747s 2019-01-20 11:57:42,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 11:57:42,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:57:42,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27f2efb9-0e9e-413f-899e-296037ac1f66 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.22:5000/v3/projects/289a2aef29c1418f966e1a6fa77c8c15"}, "enabled": true, "id": "289a2aef29c1418f966e1a6fa77c8c15", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_cbafcc75-35de-4ace-8002-c50b4e1dad33"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 11:57:42,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-27f2efb9-0e9e-413f-899e-296037ac1f66 2019-01-20 11:57:42,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0827119350433s 2019-01-20 11:57:42,880 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-27f2efb9-0e9e-413f-899e-296037ac1f66 2019-01-20 11:57:42,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2019-01-20 11:57:42,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" -d '{"network": {"tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "name": "vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33", "admin_state_up": true}}' 2019-01-20 11:57:43,602 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 703 X-Openstack-Request-Id: req-7dd98bda-a331-4ee4-887e-2eaf7ac6ac95 Date: Sun, 20 Jan 2019 11:57:43 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"25a80017-4e47-4ce5-9d78-6438aed91152","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"289a2aef29c1418f966e1a6fa77c8c15","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:57:43Z","is_default":false,"qos_policy_id":null,"name":"vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33","admin_state_up":true,"tenant_id":"289a2aef29c1418f966e1a6fa77c8c15","created_at":"2019-01-20T11:57:43Z","mtu":1450}} 2019-01-20 11:57:43,602 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-7dd98bda-a331-4ee4-887e-2eaf7ac6ac95 2019-01-20 11:57:43,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.719172954559s 2019-01-20 11:57:43,602 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-7dd98bda-a331-4ee4-887e-2eaf7ac6ac95 2019-01-20 11:57:43,603 - 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'2019-01-20T11:57:43Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'25a80017-4e47-4ce5-9d78-6438aed91152', u'provider:segmentation_id': 32, 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_cbafcc75-35de-4ace-8002-c50b4e1dad33', u'created_at': u'2019-01-20T11:57:43Z', u'mtu': 1450, u'tenant_id': u'289a2aef29c1418f966e1a6fa77c8c15', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'289a2aef29c1418f966e1a6fa77c8c15'}) 2019-01-20 11:57:43,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 11:57:43,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f27ab11-c078-479f-93ec-224d4b4d7387 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:57:43,611 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5f27ab11-c078-479f-93ec-224d4b4d7387 2019-01-20 11:57:43,612 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:57:43,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59ba6d766e0f4a1bba61f28753281b2b", "name": "Member"}], "expires_at": "2019-01-20T12:57:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "289a2aef29c1418f966e1a6fa77c8c15", "name": "vping_ssh-project_cbafcc75-35de-4ace-8002-c50b4e1dad33"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/289a2aef29c1418f966e1a6fa77c8c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/289a2aef29c1418f966e1a6fa77c8c15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/289a2aef29c1418f966e1a6fa77c8c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/289a2aef29c1418f966e1a6fa77c8c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/289a2aef29c1418f966e1a6fa77c8c15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/289a2aef29c1418f966e1a6fa77c8c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/289a2aef29c1418f966e1a6fa77c8c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/289a2aef29c1418f966e1a6fa77c8c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/289a2aef29c1418f966e1a6fa77c8c15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/289a2aef29c1418f966e1a6fa77c8c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/289a2aef29c1418f966e1a6fa77c8c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/289a2aef29c1418f966e1a6fa77c8c15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_cbafcc75-35de-4ace-8002-c50b4e1dad33", "id": "885d0396ce534a4596566621ba4d02db"}, "audit_ids": ["2elvzUF1Rk2A-3SNbeenow"], "issued_at": "2019-01-20T11:57:43.000000Z"}} 2019-01-20 11:57:43,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 11:57:43,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:57:44,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-0a988f91-1370-4de9-be36-1d0035a920c6 Date: Sun, 20 Jan 2019 11:57:44 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":"2019-01-20T11:57:43Z","tenant_id":"289a2aef29c1418f966e1a6fa77c8c15","created_at":"2019-01-20T11:57:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"289a2aef29c1418f966e1a6fa77c8c15","id":"25a80017-4e47-4ce5-9d78-6438aed91152","name":"vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 11:57:44,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0a988f91-1370-4de9-be36-1d0035a920c6 2019-01-20 11:57:44,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.388308048248s 2019-01-20 11:57:44,386 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0a988f91-1370-4de9-be36-1d0035a920c6 2019-01-20 11:57:44,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2019-01-20 11:57:44,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" -d '{"subnet": {"name": "vping_ssh-subnet_cbafcc75-35de-4ace-8002-c50b4e1dad33", "enable_dhcp": true, "network_id": "25a80017-4e47-4ce5-9d78-6438aed91152", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2019-01-20 11:57:45,057 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-cbfcca25-858d-4b9a-9759-eafea94985b0 Date: Sun, 20 Jan 2019 11:57:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25a80017-4e47-4ce5-9d78-6438aed91152","tenant_id":"289a2aef29c1418f966e1a6fa77c8c15","created_at":"2019-01-20T11:57:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-20T11:57:44Z","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":"289a2aef29c1418f966e1a6fa77c8c15","id":"91c0fbb3-39c0-449a-a560-2537ccc23387","subnetpool_id":null,"name":"vping_ssh-subnet_cbafcc75-35de-4ace-8002-c50b4e1dad33"}} 2019-01-20 11:57:45,057 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-cbfcca25-858d-4b9a-9759-eafea94985b0 2019-01-20 11:57:45,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.669839143753s 2019-01-20 11:57:45,057 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-cbfcca25-858d-4b9a-9759-eafea94985b0 2019-01-20 11:57:45,058 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-20T11:57:44Z', 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'91c0fbb3-39c0-449a-a560-2537ccc23387', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_cbafcc75-35de-4ace-8002-c50b4e1dad33', u'enable_dhcp': True, u'network_id': u'25a80017-4e47-4ce5-9d78-6438aed91152', u'tenant_id': u'289a2aef29c1418f966e1a6fa77c8c15', u'created_at': u'2019-01-20T11:57:44Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'289a2aef29c1418f966e1a6fa77c8c15'}) 2019-01-20 11:57:45,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2019-01-20 11:57:45,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "vping_ssh-router_cbafcc75-35de-4ace-8002-c50b4e1dad33", "admin_state_up": true}}' 2019-01-20 11:57:50,019 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-7e0d6255-88b2-432e-8d13-b56340eca8db Date: Sun, 20 Jan 2019 11:57:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "created_at": "2019-01-20T11:57:45Z", "admin_state_up": true, "updated_at": "2019-01-20T11:57:46Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "289a2aef29c1418f966e1a6fa77c8c15", "id": "c41eed46-2381-4406-a040-3c21715d2f83", "name": "vping_ssh-router_cbafcc75-35de-4ace-8002-c50b4e1dad33"}} 2019-01-20 11:57:50,019 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-7e0d6255-88b2-432e-8d13-b56340eca8db 2019-01-20 11:57:50,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 4.96105003357s 2019-01-20 11:57:50,020 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-7e0d6255-88b2-432e-8d13-b56340eca8db 2019-01-20 11:57:50,020 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2019-01-20T11:57:46Z', u'revision_number': 3, u'id': u'c41eed46-2381-4406-a040-3c21715d2f83', u'external_gateway_info': {u'network_id': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f1d6064a-dfc2-4b08-a86f-c2541a25b519', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-router_cbafcc75-35de-4ace-8002-c50b4e1dad33', u'admin_state_up': True, u'tenant_id': u'289a2aef29c1418f966e1a6fa77c8c15', u'created_at': u'2019-01-20T11:57:45Z', u'flavor_id': None, u'routes': [], u'project_id': u'289a2aef29c1418f966e1a6fa77c8c15'}) 2019-01-20 11:57:50,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2019-01-20 11:57:50,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/c41eed46-2381-4406-a040-3c21715d2f83/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}f6e9a693327b4ade456353fc75a028434ea0ca5e" -d '{"subnet_id": "91c0fbb3-39c0-449a-a560-2537ccc23387"}' 2019-01-20 11:57:52,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ce9a562f-0119-473c-8505-7ba811f7f1bb Date: Sun, 20 Jan 2019 11:57:52 GMT RESP BODY: {"network_id": "25a80017-4e47-4ce5-9d78-6438aed91152", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "subnet_id": "91c0fbb3-39c0-449a-a560-2537ccc23387", "subnet_ids": ["91c0fbb3-39c0-449a-a560-2537ccc23387"], "port_id": "f2be253f-87fe-4ee6-a214-7499e4df323a", "id": "c41eed46-2381-4406-a040-3c21715d2f83"} 2019-01-20 11:57:52,054 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/c41eed46-2381-4406-a040-3c21715d2f83/add_router_interface.json used request id req-ce9a562f-0119-473c-8505-7ba811f7f1bb 2019-01-20 11:57:52,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.03300380707s 2019-01-20 11:57:52,054 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/c41eed46-2381-4406-a040-3c21715d2f83/add_router_interface.json used request id req-ce9a562f-0119-473c-8505-7ba811f7f1bb returning object c41eed46-2381-4406-a040-3c21715d2f83 2019-01-20 11:57:52,055 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 11:57:52,187 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-20 11:57:52,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:57:52,195 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sun, 20 Jan 2019 11:57:52 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2019-01-20 11:57:52,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 11:57:52,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:57:52,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-affeb7ed-1331-40b2-89a5-1f76d9403b7c Date: Sun, 20 Jan 2019 11:57:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 11:57:52,388 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-affeb7ed-1331-40b2-89a5-1f76d9403b7c 2019-01-20 11:57:52,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.189998865128s 2019-01-20 11:57:52,389 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-affeb7ed-1331-40b2-89a5-1f76d9403b7c 2019-01-20 11:57:52,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-20 11:57:52,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_cbafcc75-35de-4ace-8002-c50b4e1dad33", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_cbafcc75-35de-4ace-8002-c50b4e1dad33"}' 2019-01-20 11:57:52,646 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/066d1774-ebb3-499b-abb1-624576c7b035 X-Openstack-Request-Id: req-17bf1078-abdd-41f5-8329-81fe621c8de6 Date: Sun, 20 Jan 2019 11:57:52 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/066d1774-ebb3-499b-abb1-624576c7b035/file", "owner": "289a2aef29c1418f966e1a6fa77c8c15", "id": "066d1774-ebb3-499b-abb1-624576c7b035", "size": null, "self": "/v2/images/066d1774-ebb3-499b-abb1-624576c7b035", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T11:57:52Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_cbafcc75-35de-4ace-8002-c50b4e1dad33", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_cbafcc75-35de-4ace-8002-c50b4e1dad33", "checksum": null, "created_at": "2019-01-20T11:57:52Z", "protected": false} 2019-01-20 11:57:52,647 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-17bf1078-abdd-41f5-8329-81fe621c8de6 2019-01-20 11:57:52,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.256129980087s 2019-01-20 11:57:52,647 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-17bf1078-abdd-41f5-8329-81fe621c8de6 returning object 066d1774-ebb3-499b-abb1-624576c7b035 2019-01-20 11:57:52,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-20 11:57:52,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/066d1774-ebb3-499b-abb1-624576c7b035/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}f6e9a693327b4ade456353fc75a028434ea0ca5e" -d '' 2019-01-20 11:57:53,912 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8aee9264-39b9-4792-aca4-6a7728c2c242 Date: Sun, 20 Jan 2019 11:57:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:57:53,912 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/066d1774-ebb3-499b-abb1-624576c7b035/file used request id req-8aee9264-39b9-4792-aca4-6a7728c2c242 2019-01-20 11:57:53,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.26451706886s 2019-01-20 11:57:53,913 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/066d1774-ebb3-499b-abb1-624576c7b035/file used request id req-8aee9264-39b9-4792-aca4-6a7728c2c242 2019-01-20 11:57:53,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 11:57:53,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:57:54,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-1bb40def-5dc2-4833-878d-f6586d36886d Date: Sun, 20 Jan 2019 11:57:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/066d1774-ebb3-499b-abb1-624576c7b035/snap", "metadata": {}}], "file": "/v2/images/066d1774-ebb3-499b-abb1-624576c7b035/file", "owner": "289a2aef29c1418f966e1a6fa77c8c15", "id": "066d1774-ebb3-499b-abb1-624576c7b035", "size": 12716032, "self": "/v2/images/066d1774-ebb3-499b-abb1-624576c7b035", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/066d1774-ebb3-499b-abb1-624576c7b035/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T11:57:53Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_cbafcc75-35de-4ace-8002-c50b4e1dad33", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_cbafcc75-35de-4ace-8002-c50b4e1dad33", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T11:57:52Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 11:57:54,086 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-1bb40def-5dc2-4833-878d-f6586d36886d 2019-01-20 11:57:54,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172658920288s 2019-01-20 11:57:54,086 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-1bb40def-5dc2-4833-878d-f6586d36886d 2019-01-20 11:57:54,088 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/066d1774-ebb3-499b-abb1-624576c7b035/snap', u'metadata': Munch({})})], 'file': u'/v2/images/066d1774-ebb3-499b-abb1-624576c7b035/file', 'owner': u'289a2aef29c1418f966e1a6fa77c8c15', 'id': u'066d1774-ebb3-499b-abb1-624576c7b035', 'size': 12716032, u'self': u'/v2/images/066d1774-ebb3-499b-abb1-624576c7b035', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'289a2aef29c1418f966e1a6fa77c8c15', 'name': 'vping_ssh-project_cbafcc75-35de-4ace-8002-c50b4e1dad33', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/066d1774-ebb3-499b-abb1-624576c7b035/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-20T11:57:53Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-20T11:57:53Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_cbafcc75-35de-4ace-8002-c50b4e1dad33', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/066d1774-ebb3-499b-abb1-624576c7b035', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_cbafcc75-35de-4ace-8002-c50b4e1dad33', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_cbafcc75-35de-4ace-8002-c50b4e1dad33', 'created': u'2019-01-20T11:57:52Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-20T11:57:52Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/066d1774-ebb3-499b-abb1-624576c7b035', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_cbafcc75-35de-4ace-8002-c50b4e1dad33', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-20 11:57:54,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-20 11:57:54,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_cbafcc75-35de-4ace-8002-c50b4e1dad33", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-20 11:57:54,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5689d933-988f-4c9e-ab7f-f152fdbbbd8e x-compute-request-id: req-5689d933-988f-4c9e-ab7f-f152fdbbbd8e Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "641975c7-bb9a-404b-95e1-9906244eb02a", "name": "vping_ssh-flavor_cbafcc75-35de-4ace-8002-c50b4e1dad33", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:57:54,278 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-5689d933-988f-4c9e-ab7f-f152fdbbbd8e 2019-01-20 11:57:54,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.189079999924s 2019-01-20 11:57:54,279 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-5689d933-988f-4c9e-ab7f-f152fdbbbd8e returning object 641975c7-bb9a-404b-95e1-9906244eb02a 2019-01-20 11:57:54,280 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_cbafcc75-35de-4ace-8002-c50b4e1dad33', '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'057838f782f94e5ca660a8d24231cdb7', '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'641975c7-bb9a-404b-95e1-9906244eb02a', 'swap': 0}) 2019-01-20 11:57:54,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-20 11:57:54,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/641975c7-bb9a-404b-95e1-9906244eb02a/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}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" -d '{"extra_specs": {}}' 2019-01-20 11:57:54,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c192bac6-91eb-4b03-bb72-c8619b2eb06b x-compute-request-id: req-c192bac6-91eb-4b03-bb72-c8619b2eb06b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 11:57:54,302 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/641975c7-bb9a-404b-95e1-9906244eb02a/os-extra_specs used request id req-c192bac6-91eb-4b03-bb72-c8619b2eb06b 2019-01-20 11:57:54,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0214500427246s 2019-01-20 11:57:54,302 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/641975c7-bb9a-404b-95e1-9906244eb02a/os-extra_specs used request id req-c192bac6-91eb-4b03-bb72-c8619b2eb06b 2019-01-20 11:57:54,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2019-01-20 11:57:54,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" -d '{"keypair": {"name": "vping_ssh-kp_cbafcc75-35de-4ace-8002-c50b4e1dad33"}}' 2019-01-20 11:57:54,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:57:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0dbfeec0-629d-4f40-9c0b-1bfde40e1ede x-compute-request-id: req-0dbfeec0-629d-4f40-9c0b-1bfde40e1ede Content-Encoding: gzip Content-Length: 1801 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcehfwxuG97bbVRtr7ws6AcTI46B6HibpKQpsgmeZxYVsYaZh7lrrQXGmn1XCok+YWRsMQNVQPwm0z+HkfqqGIlLXm5hWE3CoMQEFPnrhg+sX7O81oaB47U1o+dgJHqnsco9hhPNyv1FAgLGMGMZybZWtLZfyDgFrSjH4A/02vgRiVxv7neJeGDyB+04N9Gpt6k1pqbYxFRBAo+1orqbnyNgO5MVHSCaj9cwCkednDwEGMOmZtTOoo11ewLGt6JWwUjgRQQeNXM9V3f+wHjWdobAUZFuAwPGrsoxh1WghKGFVVWvLgHD1KtMaOnzgpc/ac8UXpCBmtX3KuXpDtz+Bt Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAnHoX8Mbhve221Uba+8LOgHEyOOgeh4m6SkKbIJnmcWFbGGmY\ne5a60Fxpp9VwqJPmFkbDEDVUD8JtM/h5H6qhiJS15uYVhNwqDEBBT564YPrF+zvN\naGgeO1NaPnYCR6p7HKPYYTzcr9RQICxjBjGcm2VrS2X8g4Ba0ox+AP9Nr4EYlcb+\n53iXhg8gftODfRqbepNaam2MRUQQKPtaK6m58jYDuTFR0gmo/XMApHnZw8BBjDpm\nbUzqKNdXsCxreiVsFI4EUEHjVzPVd3/sB41naGwFGRbgMDxq7KMYdVoIShhVVVry\n4Bw9SrTGjp84KXP2nPFF6QgZrV9yrl6Q7c/gbQIDAQABAoIBAEl4uoz/lTdMyrBR\n2Lilu7hrbh1yQAN8E9CSfaxNFvrdr5xC2KoPGCCFg8aeXYuKBlsnVqfholrT+9qP\nLLBFuhsbWF3WYvxDNCsUcJYl/ITsutFAPy5q1OceOB1j46Yq0iuccxkVLroQgp7Y\nuJZL7TC56is489v7BKof9XoaZiulQiKCvm0a58IkUOnw8LDGxeIzs5fRM/xEytOy\nZ87JfaVK6t5f6ohGRDdeGnln/gZVbftqShOje6GKhCAGN2YLnXjDb/1gZTEBV5Ci\nUwixfFlKr49ayw/v2ixjLQhTWIcIkDxT/R2upToNi3KEsxn8iKQlRMmVWcjwGamg\nncLpFrECgYEAyn75ZsAq583h8MEzJEvdG2STSZ2KPo/2NyYe4Ib5psOY8KEiEghq\nXW+LxlGDsu8mHusvEeBsCbTUQSHxv+EU3uA9geoKoHIp8nd7TBQQZd8oDrMpShh3\nvjm85tY8vt2fCNbWmpkqpyjViUSQEqDEMlSRN6WJFCpQdImxlUA2+F8CgYEAxdJY\nUYH447B9KLNUFDz90b1WTgAxxbnjzSkWFO/qkoKRF/ERq7ySLg6qe2J7Oy05KdfZ\nZwDE7h8axHktuvg+vnwE1MlPw91dJBtSoP2qr8jmLklbWNcnQb6Z+kk5KnTROQUN\n1Vn66cBp9XGXTXouTB0h63coVxaPUg2yFF+jirMCgYEAvkj9cpnod7XXuNbEiTol\nB8XGRqodK9c6hu5ym4ka9qPdh1nT22A/G5hjn7Qf7zid+PYGYGUlASYFQ0Nzml0X\nsKzF/9v/qnA9jNTMb1x3YFOIn++qQC+n7oDxS3ZM1QsLlFHWjqaaF0TfDMP6Ixch\n5y3i3IjYvLNasXhnARq7zT8CgYBHGmfsRA81p8YUzwA1lgaVULyopKE/NKWQpGfv\ndpyVtKB6PoffdpQEQfk9CBTLHGIjjBX0U+50uHFilTu+rGPBC8qgwQsOl45W4As/\nGm4zaL5zfKJ8uDjABMZLk+4cOIjLOenS+diaFDMBqaZ8jqH9casze0zgoJc7IvkT\nIZ0iyQKBgG3vJOI1qcwFTgCBgXAqKynjtxFEQUprWDESFLQ5oEwcb1VmLxG/1IZk\nZXYQLBO4q8Db74Ror8GqO78jYE3406Vq7djfU3QGunEApeCDUxIPxg7uocMs4lFC\nabnfg7E3O93yhpWUR9cz3904AJfTPxMN28N+TBcwFtcfiKFHtKPd\n-----END RSA PRIVATE KEY-----\n", "user_id": "885d0396ce534a4596566621ba4d02db", "name": "vping_ssh-kp_cbafcc75-35de-4ace-8002-c50b4e1dad33", "fingerprint": "f3:43:0d:76:78:61:c8:9f:6a:99:c2:ba:22:61:f9:3b"}} 2019-01-20 11:57:54,721 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-0dbfeec0-629d-4f40-9c0b-1bfde40e1ede 2019-01-20 11:57:54,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.418138980865s 2019-01-20 11:57:54,721 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-0dbfeec0-629d-4f40-9c0b-1bfde40e1ede 2019-01-20 11:57:54,722 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcehfwxuG97bbVRtr7ws6AcTI46B6HibpKQpsgmeZxYVsYaZh7lrrQXGmn1XCok+YWRsMQNVQPwm0z+HkfqqGIlLXm5hWE3CoMQEFPnrhg+sX7O81oaB47U1o+dgJHqnsco9hhPNyv1FAgLGMGMZybZWtLZfyDgFrSjH4A/02vgRiVxv7neJeGDyB+04N9Gpt6k1pqbYxFRBAo+1orqbnyNgO5MVHSCaj9cwCkednDwEGMOmZtTOoo11ewLGt6JWwUjgRQQeNXM9V3f+wHjWdobAUZFuAwPGrsoxh1WghKGFVVWvLgHD1KtMaOnzgpc/ac8UXpCBmtX3KuXpDtz+Bt Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAnHoX8Mbhve221Uba+8LOgHEyOOgeh4m6SkKbIJnmcWFbGGmY\ne5a60Fxpp9VwqJPmFkbDEDVUD8JtM/h5H6qhiJS15uYVhNwqDEBBT564YPrF+zvN\naGgeO1NaPnYCR6p7HKPYYTzcr9RQICxjBjGcm2VrS2X8g4Ba0ox+AP9Nr4EYlcb+\n53iXhg8gftODfRqbepNaam2MRUQQKPtaK6m58jYDuTFR0gmo/XMApHnZw8BBjDpm\nbUzqKNdXsCxreiVsFI4EUEHjVzPVd3/sB41naGwFGRbgMDxq7KMYdVoIShhVVVry\n4Bw9SrTGjp84KXP2nPFF6QgZrV9yrl6Q7c/gbQIDAQABAoIBAEl4uoz/lTdMyrBR\n2Lilu7hrbh1yQAN8E9CSfaxNFvrdr5xC2KoPGCCFg8aeXYuKBlsnVqfholrT+9qP\nLLBFuhsbWF3WYvxDNCsUcJYl/ITsutFAPy5q1OceOB1j46Yq0iuccxkVLroQgp7Y\nuJZL7TC56is489v7BKof9XoaZiulQiKCvm0a58IkUOnw8LDGxeIzs5fRM/xEytOy\nZ87JfaVK6t5f6ohGRDdeGnln/gZVbftqShOje6GKhCAGN2YLnXjDb/1gZTEBV5Ci\nUwixfFlKr49ayw/v2ixjLQhTWIcIkDxT/R2upToNi3KEsxn8iKQlRMmVWcjwGamg\nncLpFrECgYEAyn75ZsAq583h8MEzJEvdG2STSZ2KPo/2NyYe4Ib5psOY8KEiEghq\nXW+LxlGDsu8mHusvEeBsCbTUQSHxv+EU3uA9geoKoHIp8nd7TBQQZd8oDrMpShh3\nvjm85tY8vt2fCNbWmpkqpyjViUSQEqDEMlSRN6WJFCpQdImxlUA2+F8CgYEAxdJY\nUYH447B9KLNUFDz90b1WTgAxxbnjzSkWFO/qkoKRF/ERq7ySLg6qe2J7Oy05KdfZ\nZwDE7h8axHktuvg+vnwE1MlPw91dJBtSoP2qr8jmLklbWNcnQb6Z+kk5KnTROQUN\n1Vn66cBp9XGXTXouTB0h63coVxaPUg2yFF+jirMCgYEAvkj9cpnod7XXuNbEiTol\nB8XGRqodK9c6hu5ym4ka9qPdh1nT22A/G5hjn7Qf7zid+PYGYGUlASYFQ0Nzml0X\nsKzF/9v/qnA9jNTMb1x3YFOIn++qQC+n7oDxS3ZM1QsLlFHWjqaaF0TfDMP6Ixch\n5y3i3IjYvLNasXhnARq7zT8CgYBHGmfsRA81p8YUzwA1lgaVULyopKE/NKWQpGfv\ndpyVtKB6PoffdpQEQfk9CBTLHGIjjBX0U+50uHFilTu+rGPBC8qgwQsOl45W4As/\nGm4zaL5zfKJ8uDjABMZLk+4cOIjLOenS+diaFDMBqaZ8jqH9casze0zgoJc7IvkT\nIZ0iyQKBgG3vJOI1qcwFTgCBgXAqKynjtxFEQUprWDESFLQ5oEwcb1VmLxG/1IZk\nZXYQLBO4q8Db74Ror8GqO78jYE3406Vq7djfU3QGunEApeCDUxIPxg7uocMs4lFC\nabnfg7E3O93yhpWUR9cz3904AJfTPxMN28N+TBcwFtcfiKFHtKPd\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'885d0396ce534a4596566621ba4d02db', 'name': u'vping_ssh-kp_cbafcc75-35de-4ace-8002-c50b4e1dad33', 'created_at': '2019-01-20T11:57:54.722593', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'289a2aef29c1418f966e1a6fa77c8c15', 'name': 'vping_ssh-project_cbafcc75-35de-4ace-8002-c50b4e1dad33', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'f3:43:0d:76:78:61:c8:9f:6a:99:c2:ba:22:61:f9:3b', 'type': 'ssh', 'id': u'vping_ssh-kp_cbafcc75-35de-4ace-8002-c50b4e1dad33'}) 2019-01-20 11:57:54,723 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAnHoX8Mbhve221Uba+8LOgHEyOOgeh4m6SkKbIJnmcWFbGGmY e5a60Fxpp9VwqJPmFkbDEDVUD8JtM/h5H6qhiJS15uYVhNwqDEBBT564YPrF+zvN aGgeO1NaPnYCR6p7HKPYYTzcr9RQICxjBjGcm2VrS2X8g4Ba0ox+AP9Nr4EYlcb+ 53iXhg8gftODfRqbepNaam2MRUQQKPtaK6m58jYDuTFR0gmo/XMApHnZw8BBjDpm bUzqKNdXsCxreiVsFI4EUEHjVzPVd3/sB41naGwFGRbgMDxq7KMYdVoIShhVVVry 4Bw9SrTGjp84KXP2nPFF6QgZrV9yrl6Q7c/gbQIDAQABAoIBAEl4uoz/lTdMyrBR 2Lilu7hrbh1yQAN8E9CSfaxNFvrdr5xC2KoPGCCFg8aeXYuKBlsnVqfholrT+9qP LLBFuhsbWF3WYvxDNCsUcJYl/ITsutFAPy5q1OceOB1j46Yq0iuccxkVLroQgp7Y uJZL7TC56is489v7BKof9XoaZiulQiKCvm0a58IkUOnw8LDGxeIzs5fRM/xEytOy Z87JfaVK6t5f6ohGRDdeGnln/gZVbftqShOje6GKhCAGN2YLnXjDb/1gZTEBV5Ci UwixfFlKr49ayw/v2ixjLQhTWIcIkDxT/R2upToNi3KEsxn8iKQlRMmVWcjwGamg ncLpFrECgYEAyn75ZsAq583h8MEzJEvdG2STSZ2KPo/2NyYe4Ib5psOY8KEiEghq XW+LxlGDsu8mHusvEeBsCbTUQSHxv+EU3uA9geoKoHIp8nd7TBQQZd8oDrMpShh3 vjm85tY8vt2fCNbWmpkqpyjViUSQEqDEMlSRN6WJFCpQdImxlUA2+F8CgYEAxdJY UYH447B9KLNUFDz90b1WTgAxxbnjzSkWFO/qkoKRF/ERq7ySLg6qe2J7Oy05KdfZ ZwDE7h8axHktuvg+vnwE1MlPw91dJBtSoP2qr8jmLklbWNcnQb6Z+kk5KnTROQUN 1Vn66cBp9XGXTXouTB0h63coVxaPUg2yFF+jirMCgYEAvkj9cpnod7XXuNbEiTol B8XGRqodK9c6hu5ym4ka9qPdh1nT22A/G5hjn7Qf7zid+PYGYGUlASYFQ0Nzml0X sKzF/9v/qnA9jNTMb1x3YFOIn++qQC+n7oDxS3ZM1QsLlFHWjqaaF0TfDMP6Ixch 5y3i3IjYvLNasXhnARq7zT8CgYBHGmfsRA81p8YUzwA1lgaVULyopKE/NKWQpGfv dpyVtKB6PoffdpQEQfk9CBTLHGIjjBX0U+50uHFilTu+rGPBC8qgwQsOl45W4As/ Gm4zaL5zfKJ8uDjABMZLk+4cOIjLOenS+diaFDMBqaZ8jqH9casze0zgoJc7IvkT IZ0iyQKBgG3vJOI1qcwFTgCBgXAqKynjtxFEQUprWDESFLQ5oEwcb1VmLxG/1IZk ZXYQLBO4q8Db74Ror8GqO78jYE3406Vq7djfU3QGunEApeCDUxIPxg7uocMs4lFC abnfg7E3O93yhpWUR9cz3904AJfTPxMN28N+TBcwFtcfiKFHtKPd -----END RSA PRIVATE KEY----- 2019-01-20 11:57:54,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2019-01-20 11:57:54,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" -d '{"security_group": {"name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33", "description": "created by OPNFV Functest (vping_ssh)"}}' 2019-01-20 11:57:54,934 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-c3f18039-b24d-498f-90e5-4cec1c3fb645 Date: Sun, 20 Jan 2019 11:57:54 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "created_at": "2019-01-20T11:57:54Z", "updated_at": "2019-01-20T11:57:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:54Z", "revision_number": 0, "id": "619f8d45-0121-4b84-b0a0-d036e62940d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:54Z", "security_group_id": "640c5f33-af82-4d73-8b2d-582defc7fbd4", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv4", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:54Z", "revision_number": 0, "id": "f8f9b162-bd99-43dd-9261-041da44fec9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:54Z", "security_group_id": "640c5f33-af82-4d73-8b2d-582defc7fbd4", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv6", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}], "revision_number": 2, "project_id": "289a2aef29c1418f966e1a6fa77c8c15", "id": "640c5f33-af82-4d73-8b2d-582defc7fbd4", "name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33"}} 2019-01-20 11:57:54,934 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c3f18039-b24d-498f-90e5-4cec1c3fb645 2019-01-20 11:57:54,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.208526849747s 2019-01-20 11:57:54,934 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c3f18039-b24d-498f-90e5-4cec1c3fb645 2019-01-20 11:57:54,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 11:57:54,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:57:55,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-114b3e4b-0dac-4253-990b-5a198d733bad Date: Sun, 20 Jan 2019 11:57:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "created_at": "2019-01-20T11:57:43Z", "updated_at": "2019-01-20T11:57:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:43Z", "revision_number": 0, "id": "1e4db7b6-b24d-48a1-8ec8-a62fe62618b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:43Z", "security_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv4", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:43Z", "revision_number": 0, "id": "205943a9-1b40-41f2-b909-3d945215435e", "remote_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:43Z", "security_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv6", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:43Z", "revision_number": 0, "id": "492efe5e-1b29-4b41-9ccd-7a8743ff5860", "remote_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:43Z", "security_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv4", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:43Z", "revision_number": 0, "id": "569b57f4-757f-416b-9298-20ec45cb90c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:43Z", "security_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv6", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}], "revision_number": 4, "project_id": "289a2aef29c1418f966e1a6fa77c8c15", "id": "03acace5-7012-482a-b312-ac486a1bad94", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "created_at": "2019-01-20T11:57:54Z", "updated_at": "2019-01-20T11:57:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:54Z", "revision_number": 0, "id": "619f8d45-0121-4b84-b0a0-d036e62940d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:54Z", "security_group_id": "640c5f33-af82-4d73-8b2d-582defc7fbd4", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv4", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:54Z", "revision_number": 0, "id": "f8f9b162-bd99-43dd-9261-041da44fec9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:54Z", "security_group_id": "640c5f33-af82-4d73-8b2d-582defc7fbd4", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv6", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}], "revision_number": 2, "project_id": "289a2aef29c1418f966e1a6fa77c8c15", "id": "640c5f33-af82-4d73-8b2d-582defc7fbd4", "name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33"}]} 2019-01-20 11:57:55,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-114b3e4b-0dac-4253-990b-5a198d733bad 2019-01-20 11:57:55,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.22647190094s 2019-01-20 11:57:55,166 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-114b3e4b-0dac-4253-990b-5a198d733bad 2019-01-20 11:57:55,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-20 11:57:55,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" -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": "640c5f33-af82-4d73-8b2d-582defc7fbd4"}}' 2019-01-20 11:57:55,622 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-69c83dde-4c69-4b40-b9c0-0b20a672791a Date: Sun, 20 Jan 2019 11:57: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": 22, "updated_at": "2019-01-20T11:57:55Z", "security_group_id": "640c5f33-af82-4d73-8b2d-582defc7fbd4", "port_range_min": 22, "revision_number": 0, "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "created_at": "2019-01-20T11:57:55Z", "project_id": "289a2aef29c1418f966e1a6fa77c8c15", "id": "a4231481-3c92-4ad7-a3d0-1d7bc43d640d"}} 2019-01-20 11:57:55,622 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-69c83dde-4c69-4b40-b9c0-0b20a672791a 2019-01-20 11:57:55,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.452857017517s 2019-01-20 11:57:55,623 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-69c83dde-4c69-4b40-b9c0-0b20a672791a 2019-01-20 11:57:55,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 11:57:55,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:57:55,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-3a22d03e-b321-46f3-ae9b-28d2138f69ae Date: Sun, 20 Jan 2019 11:57:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "created_at": "2019-01-20T11:57:43Z", "updated_at": "2019-01-20T11:57:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:43Z", "revision_number": 0, "id": "1e4db7b6-b24d-48a1-8ec8-a62fe62618b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:43Z", "security_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv4", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:43Z", "revision_number": 0, "id": "205943a9-1b40-41f2-b909-3d945215435e", "remote_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:43Z", "security_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv6", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:43Z", "revision_number": 0, "id": "492efe5e-1b29-4b41-9ccd-7a8743ff5860", "remote_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:43Z", "security_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv4", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:43Z", "revision_number": 0, "id": "569b57f4-757f-416b-9298-20ec45cb90c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:43Z", "security_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv6", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}], "revision_number": 4, "project_id": "289a2aef29c1418f966e1a6fa77c8c15", "id": "03acace5-7012-482a-b312-ac486a1bad94", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "created_at": "2019-01-20T11:57:54Z", "updated_at": "2019-01-20T11:57:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:54Z", "revision_number": 0, "id": "619f8d45-0121-4b84-b0a0-d036e62940d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:54Z", "security_group_id": "640c5f33-af82-4d73-8b2d-582defc7fbd4", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv4", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T11:57:55Z", "revision_number": 0, "id": "a4231481-3c92-4ad7-a3d0-1d7bc43d640d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:55Z", "security_group_id": "640c5f33-af82-4d73-8b2d-582defc7fbd4", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": 22, "ethertype": "IPv4", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:54Z", "revision_number": 0, "id": "f8f9b162-bd99-43dd-9261-041da44fec9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:54Z", "security_group_id": "640c5f33-af82-4d73-8b2d-582defc7fbd4", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv6", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}], "revision_number": 3, "project_id": "289a2aef29c1418f966e1a6fa77c8c15", "id": "640c5f33-af82-4d73-8b2d-582defc7fbd4", "name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33"}]} 2019-01-20 11:57:55,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-3a22d03e-b321-46f3-ae9b-28d2138f69ae 2019-01-20 11:57:55,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.19047999382s 2019-01-20 11:57:55,818 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-3a22d03e-b321-46f3-ae9b-28d2138f69ae 2019-01-20 11:57:55,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-20 11:57:55,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" -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": "640c5f33-af82-4d73-8b2d-582defc7fbd4"}}' 2019-01-20 11:57:56,257 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-d56e0d97-1b14-4e84-a8b9-500c6de128fe Date: Sun, 20 Jan 2019 11:57:56 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": "2019-01-20T11:57:56Z", "security_group_id": "640c5f33-af82-4d73-8b2d-582defc7fbd4", "port_range_min": null, "revision_number": 0, "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "created_at": "2019-01-20T11:57:56Z", "project_id": "289a2aef29c1418f966e1a6fa77c8c15", "id": "632cb1ec-f1c6-4055-836c-9746f5c8ae27"}} 2019-01-20 11:57:56,257 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-d56e0d97-1b14-4e84-a8b9-500c6de128fe 2019-01-20 11:57:56,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.435966014862s 2019-01-20 11:57:56,257 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-d56e0d97-1b14-4e84-a8b9-500c6de128fe 2019-01-20 11:57:56,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 11:57:56,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:57:56,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-e303ccbe-e27c-4e3d-9b71-f7cf095c1172 Date: Sun, 20 Jan 2019 11:57: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":["91c0fbb3-39c0-449a-a560-2537ccc23387"],"updated_at":"2019-01-20T11:57:44Z","tenant_id":"289a2aef29c1418f966e1a6fa77c8c15","created_at":"2019-01-20T11:57:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"289a2aef29c1418f966e1a6fa77c8c15","id":"25a80017-4e47-4ce5-9d78-6438aed91152","name":"vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 11:57:56,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-e303ccbe-e27c-4e3d-9b71-f7cf095c1172 2019-01-20 11:57:56,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.275626182556s 2019-01-20 11:57:56,535 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-e303ccbe-e27c-4e3d-9b71-f7cf095c1172 2019-01-20 11:57:56,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 11:57:56,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:57:56,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-11ffaada-14e3-4057-8c3c-56d05515bff2 Date: Sun, 20 Jan 2019 11:57:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/066d1774-ebb3-499b-abb1-624576c7b035/snap", "metadata": {}}], "file": "/v2/images/066d1774-ebb3-499b-abb1-624576c7b035/file", "owner": "289a2aef29c1418f966e1a6fa77c8c15", "id": "066d1774-ebb3-499b-abb1-624576c7b035", "size": 12716032, "self": "/v2/images/066d1774-ebb3-499b-abb1-624576c7b035", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/066d1774-ebb3-499b-abb1-624576c7b035/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T11:57:53Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_cbafcc75-35de-4ace-8002-c50b4e1dad33", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_cbafcc75-35de-4ace-8002-c50b4e1dad33", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T11:57:52Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 11:57:56,715 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-11ffaada-14e3-4057-8c3c-56d05515bff2 2019-01-20 11:57:56,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.179466962814s 2019-01-20 11:57:56,716 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-11ffaada-14e3-4057-8c3c-56d05515bff2 2019-01-20 11:57:56,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 11:57:56,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:57:56,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-3454a2d9-29e7-4b82-8046-4805200d4912 x-compute-request-id: req-3454a2d9-29e7-4b82-8046-4805200d4912 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "641975c7-bb9a-404b-95e1-9906244eb02a", "name": "vping_ssh-flavor_cbafcc75-35de-4ace-8002-c50b4e1dad33", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 11:57:56,750 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-3454a2d9-29e7-4b82-8046-4805200d4912 2019-01-20 11:57:56,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0330460071564s 2019-01-20 11:57:56,751 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-3454a2d9-29e7-4b82-8046-4805200d4912 2019-01-20 11:57:56,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2019-01-20 11:57:56,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" -d '{"server": {"name": "vping_ssh-vm2_cbafcc75-35de-4ace-8002-c50b4e1dad33", "imageRef": "066d1774-ebb3-499b-abb1-624576c7b035", "flavorRef": "641975c7-bb9a-404b-95e1-9906244eb02a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "25a80017-4e47-4ce5-9d78-6438aed91152"}], "security_groups": [{"name": "640c5f33-af82-4d73-8b2d-582defc7fbd4"}]}}' 2019-01-20 11:57:59,128 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:57:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7d2c8c50-560a-454a-928f-0f5a0c2736a7 x-compute-request-id: req-7d2c8c50-560a-454a-928f-0f5a0c2736a7 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/09419e44-8ba9-4be6-b013-859c3b32b501 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "640c5f33-af82-4d73-8b2d-582defc7fbd4"}], "OS-DCF:diskConfig": "MANUAL", "id": "09419e44-8ba9-4be6-b013-859c3b32b501", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "bookmark"}], "adminPass": "RpKn3EX4Ny3E"}} 2019-01-20 11:57:59,128 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-7d2c8c50-560a-454a-928f-0f5a0c2736a7 2019-01-20 11:57:59,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.37580513954s 2019-01-20 11:57:59,129 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-7d2c8c50-560a-454a-928f-0f5a0c2736a7 2019-01-20 11:57:59,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:57:59,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:57:59,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-6c709754-394b-4293-af64-1272c5d0f6c3 x-compute-request-id: req-6c709754-394b-4293-af64-1272c5d0f6c3 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "bookmark"}], "image": {"id": "066d1774-ebb3-499b-abb1-624576c7b035", "links": [{"href": "http://172.30.9.22:8774/images/066d1774-ebb3-499b-abb1-624576c7b035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "641975c7-bb9a-404b-95e1-9906244eb02a", "links": [{"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}]}, "id": "09419e44-8ba9-4be6-b013-859c3b32b501", "user_id": "885d0396ce534a4596566621ba4d02db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:57:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_cbafcc75-35de-4ace-8002-c50b4e1dad33", "created": "2019-01-20T11:57:59Z", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:57:59,549 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6c709754-394b-4293-af64-1272c5d0f6c3 2019-01-20 11:57:59,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.419215202332s 2019-01-20 11:57:59,549 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6c709754-394b-4293-af64-1272c5d0f6c3 2019-01-20 11:57:59,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 11:57:59,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:57:59,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-4d7a6ff6-4e11-452c-84e9-488d7806debc Date: Sun, 20 Jan 2019 11:57: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":["91c0fbb3-39c0-449a-a560-2537ccc23387"],"updated_at":"2019-01-20T11:57:44Z","tenant_id":"289a2aef29c1418f966e1a6fa77c8c15","created_at":"2019-01-20T11:57:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"289a2aef29c1418f966e1a6fa77c8c15","id":"25a80017-4e47-4ce5-9d78-6438aed91152","name":"vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 11:57:59,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4d7a6ff6-4e11-452c-84e9-488d7806debc 2019-01-20 11:57:59,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.10609292984s 2019-01-20 11:57:59,662 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4d7a6ff6-4e11-452c-84e9-488d7806debc 2019-01-20 11:57:59,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-20 11:57:59,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:57:59,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-7b949ea9-de00-488e-ab56-94d57d6e812e Date: Sun, 20 Jan 2019 11:57:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25a80017-4e47-4ce5-9d78-6438aed91152","tenant_id":"289a2aef29c1418f966e1a6fa77c8c15","created_at":"2019-01-20T11:57:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-20T11:57:44Z","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":"289a2aef29c1418f966e1a6fa77c8c15","id":"91c0fbb3-39c0-449a-a560-2537ccc23387","subnetpool_id":null,"name":"vping_ssh-subnet_cbafcc75-35de-4ace-8002-c50b4e1dad33"}]} 2019-01-20 11:57:59,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-7b949ea9-de00-488e-ab56-94d57d6e812e 2019-01-20 11:57:59,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.277523040771s 2019-01-20 11:57:59,941 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-7b949ea9-de00-488e-ab56-94d57d6e812e 2019-01-20 11:57:59,942 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 11:58:01,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:58:01,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:02,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58: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-fca712e1-b1f6-4301-8ff1-70c075e09eda x-compute-request-id: req-fca712e1-b1f6-4301-8ff1-70c075e09eda Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "bookmark"}], "image": {"id": "066d1774-ebb3-499b-abb1-624576c7b035", "links": [{"href": "http://172.30.9.22:8774/images/066d1774-ebb3-499b-abb1-624576c7b035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "641975c7-bb9a-404b-95e1-9906244eb02a", "links": [{"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}]}, "id": "09419e44-8ba9-4be6-b013-859c3b32b501", "security_groups": [{"name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33"}], "user_id": "885d0396ce534a4596566621ba4d02db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:58:00Z", "hostId": "ce41ce0c14aa76027cbd701ce68ea519188cb3fcfd34d00fd2a461f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_cbafcc75-35de-4ace-8002-c50b4e1dad33", "created": "2019-01-20T11:57:59Z", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:58:02,445 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fca712e1-b1f6-4301-8ff1-70c075e09eda 2019-01-20 11:58:02,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.501278877258s 2019-01-20 11:58:02,446 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fca712e1-b1f6-4301-8ff1-70c075e09eda 2019-01-20 11:58:02,450 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 11:58:04,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:58:04,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:05,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-b8e96367-4b25-406a-a3c1-823b896255b2 x-compute-request-id: req-b8e96367-4b25-406a-a3c1-823b896255b2 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "bookmark"}], "image": {"id": "066d1774-ebb3-499b-abb1-624576c7b035", "links": [{"href": "http://172.30.9.22:8774/images/066d1774-ebb3-499b-abb1-624576c7b035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "641975c7-bb9a-404b-95e1-9906244eb02a", "links": [{"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}]}, "id": "09419e44-8ba9-4be6-b013-859c3b32b501", "security_groups": [{"name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33"}], "user_id": "885d0396ce534a4596566621ba4d02db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:58:00Z", "hostId": "ce41ce0c14aa76027cbd701ce68ea519188cb3fcfd34d00fd2a461f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_cbafcc75-35de-4ace-8002-c50b4e1dad33", "created": "2019-01-20T11:57:59Z", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:58:05,177 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b8e96367-4b25-406a-a3c1-823b896255b2 2019-01-20 11:58:05,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.724186182022s 2019-01-20 11:58:05,177 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b8e96367-4b25-406a-a3c1-823b896255b2 2019-01-20 11:58:05,181 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 11:58:07,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:58:07,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:07,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ff092c3-7485-4cd0-8159-425c166cfbda x-compute-request-id: req-0ff092c3-7485-4cd0-8159-425c166cfbda Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:66:18", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "bookmark"}], "image": {"id": "066d1774-ebb3-499b-abb1-624576c7b035", "links": [{"href": "http://172.30.9.22:8774/images/066d1774-ebb3-499b-abb1-624576c7b035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:58:03.000000", "flavor": {"id": "641975c7-bb9a-404b-95e1-9906244eb02a", "links": [{"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}]}, "id": "09419e44-8ba9-4be6-b013-859c3b32b501", "security_groups": [{"name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33"}], "user_id": "885d0396ce534a4596566621ba4d02db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:58:04Z", "hostId": "ce41ce0c14aa76027cbd701ce68ea519188cb3fcfd34d00fd2a461f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_cbafcc75-35de-4ace-8002-c50b4e1dad33", "created": "2019-01-20T11:57:59Z", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:58:07,695 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0ff092c3-7485-4cd0-8159-425c166cfbda 2019-01-20 11:58:07,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510724067688s 2019-01-20 11:58:07,695 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0ff092c3-7485-4cd0-8159-425c166cfbda 2019-01-20 11:58:07,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-20 11:58:07,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=09419e44-8ba9-4be6-b013-859c3b32b501" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:07,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-03170f7b-40d4-4c12-9f1d-332ba50ce87d Date: Sun, 20 Jan 2019 11:58:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:58:04Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"91c0fbb3-39c0-449a-a560-2537ccc23387","ip_address":"192.168.120.14"}],"id":"f9370df5-eadc-42e6-a401-bdc39da844c5","security_groups":["640c5f33-af82-4d73-8b2d-582defc7fbd4"],"mac_address":"fa:16:3e:1b:66:18","project_id":"289a2aef29c1418f966e1a6fa77c8c15","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"25a80017-4e47-4ce5-9d78-6438aed91152","tenant_id":"289a2aef29c1418f966e1a6fa77c8c15","created_at":"2019-01-20T11:58:00Z","binding:vnic_type":"normal","device_id":"09419e44-8ba9-4be6-b013-859c3b32b501"}]} 2019-01-20 11:58:07,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=09419e44-8ba9-4be6-b013-859c3b32b501 used request id req-03170f7b-40d4-4c12-9f1d-332ba50ce87d 2019-01-20 11:58:07,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0571758747101s 2019-01-20 11:58:07,757 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=09419e44-8ba9-4be6-b013-859c3b32b501 used request id req-03170f7b-40d4-4c12-9f1d-332ba50ce87d 2019-01-20 11:58:07,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 11:58:07,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=f9370df5-eadc-42e6-a401-bdc39da844c5" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:07,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e76fb4f6-ea45-4952-8260-cb8cbdead01c Date: Sun, 20 Jan 2019 11:58:07 GMT RESP BODY: {"floatingips": []} 2019-01-20 11:58:07,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=f9370df5-eadc-42e6-a401-bdc39da844c5 used request id req-e76fb4f6-ea45-4952-8260-cb8cbdead01c 2019-01-20 11:58:07,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.177088975906s 2019-01-20 11:58:07,940 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=f9370df5-eadc-42e6-a401-bdc39da844c5 used request id req-e76fb4f6-ea45-4952-8260-cb8cbdead01c 2019-01-20 11:58:07,941 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:1b:66:18', 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'066d1774-ebb3-499b-abb1-624576c7b035'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-20T11:58:03.000000', 'flavor': Munch({u'id': u'641975c7-bb9a-404b-95e1-9906244eb02a'}), 'az': u'nova', 'id': u'09419e44-8ba9-4be6-b013-859c3b32b501', 'security_groups': [Munch({u'name': u'vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'885d0396ce534a4596566621ba4d02db', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'289a2aef29c1418f966e1a6fa77c8c15', 'name': 'vping_ssh-project_cbafcc75-35de-4ace-8002-c50b4e1dad33', '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'2019-01-20T11:58:03.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-20T11:58:04Z', 'hostId': u'ce41ce0c14aa76027cbd701ce68ea519188cb3fcfd34d00fd2a461f4', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'ce41ce0c14aa76027cbd701ce68ea519188cb3fcfd34d00fd2a461f4', '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'2019-01-20T11:58:03.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'289a2aef29c1418f966e1a6fa77c8c15', 'name': u'vping_ssh-vm2_cbafcc75-35de-4ace-8002-c50b4e1dad33', 'adminPass': u'RpKn3EX4Ny3E', 'tenant_id': u'289a2aef29c1418f966e1a6fa77c8c15', 'region': 'regionOne', 'created': u'2019-01-20T11:57:59Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-20 11:58:07,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 11:58:07,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:08,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-9d0f8515-246e-41c9-8387-1f9f9ff3f941 Date: Sun, 20 Jan 2019 11:58: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":["91c0fbb3-39c0-449a-a560-2537ccc23387"],"updated_at":"2019-01-20T11:57:44Z","tenant_id":"289a2aef29c1418f966e1a6fa77c8c15","created_at":"2019-01-20T11:57:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"289a2aef29c1418f966e1a6fa77c8c15","id":"25a80017-4e47-4ce5-9d78-6438aed91152","name":"vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 11:58:08,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9d0f8515-246e-41c9-8387-1f9f9ff3f941 2019-01-20 11:58:08,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106328964233s 2019-01-20 11:58:08,048 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9d0f8515-246e-41c9-8387-1f9f9ff3f941 2019-01-20 11:58:08,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 11:58:08,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:08,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-a905d39e-d46a-4989-8009-f91c49199b7e Date: Sun, 20 Jan 2019 11:58:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/066d1774-ebb3-499b-abb1-624576c7b035/snap", "metadata": {}}], "file": "/v2/images/066d1774-ebb3-499b-abb1-624576c7b035/file", "owner": "289a2aef29c1418f966e1a6fa77c8c15", "id": "066d1774-ebb3-499b-abb1-624576c7b035", "size": 12716032, "self": "/v2/images/066d1774-ebb3-499b-abb1-624576c7b035", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/066d1774-ebb3-499b-abb1-624576c7b035/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T11:57:53Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_cbafcc75-35de-4ace-8002-c50b4e1dad33", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_cbafcc75-35de-4ace-8002-c50b4e1dad33", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T11:57:52Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 11:58:08,216 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-a905d39e-d46a-4989-8009-f91c49199b7e 2019-01-20 11:58:08,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166679143906s 2019-01-20 11:58:08,217 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-a905d39e-d46a-4989-8009-f91c49199b7e 2019-01-20 11:58:08,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 11:58:08,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:08,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-a51c4d6e-e74f-4a63-b497-933327c90ff6 x-compute-request-id: req-a51c4d6e-e74f-4a63-b497-933327c90ff6 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "641975c7-bb9a-404b-95e1-9906244eb02a", "name": "vping_ssh-flavor_cbafcc75-35de-4ace-8002-c50b4e1dad33", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 11:58:08,260 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-a51c4d6e-e74f-4a63-b497-933327c90ff6 2019-01-20 11:58:08,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0417819023132s 2019-01-20 11:58:08,261 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-a51c4d6e-e74f-4a63-b497-933327c90ff6 2019-01-20 11:58:08,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2019-01-20 11:58:08,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" -d '{"server": {"name": "vping_ssh-vm_cbafcc75-35de-4ace-8002-c50b4e1dad33", "imageRef": "066d1774-ebb3-499b-abb1-624576c7b035", "key_name": "vping_ssh-kp_cbafcc75-35de-4ace-8002-c50b4e1dad33", "flavorRef": "641975c7-bb9a-404b-95e1-9906244eb02a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "25a80017-4e47-4ce5-9d78-6438aed91152"}], "security_groups": [{"name": "640c5f33-af82-4d73-8b2d-582defc7fbd4"}]}}' 2019-01-20 11:58:10,256 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11: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 x-openstack-request-id: req-12ed553f-34a2-4336-89c7-e3f558dbfb20 x-compute-request-id: req-12ed553f-34a2-4336-89c7-e3f558dbfb20 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/19604108-18f4-4af0-9a79-533881ded9a8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "640c5f33-af82-4d73-8b2d-582defc7fbd4"}], "OS-DCF:diskConfig": "MANUAL", "id": "19604108-18f4-4af0-9a79-533881ded9a8", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/19604108-18f4-4af0-9a79-533881ded9a8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/19604108-18f4-4af0-9a79-533881ded9a8", "rel": "bookmark"}], "adminPass": "PPRrNq2zr7N7"}} 2019-01-20 11:58:10,256 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-12ed553f-34a2-4336-89c7-e3f558dbfb20 2019-01-20 11:58:10,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.99453783035s 2019-01-20 11:58:10,257 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-12ed553f-34a2-4336-89c7-e3f558dbfb20 2019-01-20 11:58:10,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:58:10,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:10,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-0dc48a2f-afc4-4d77-aacb-7cccf1d3296f x-compute-request-id: req-0dc48a2f-afc4-4d77-aacb-7cccf1d3296f Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/19604108-18f4-4af0-9a79-533881ded9a8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/19604108-18f4-4af0-9a79-533881ded9a8", "rel": "bookmark"}], "image": {"id": "066d1774-ebb3-499b-abb1-624576c7b035", "links": [{"href": "http://172.30.9.22:8774/images/066d1774-ebb3-499b-abb1-624576c7b035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "641975c7-bb9a-404b-95e1-9906244eb02a", "links": [{"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}]}, "id": "19604108-18f4-4af0-9a79-533881ded9a8", "user_id": "885d0396ce534a4596566621ba4d02db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:58:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_cbafcc75-35de-4ace-8002-c50b4e1dad33", "name": "vping_ssh-vm_cbafcc75-35de-4ace-8002-c50b4e1dad33", "created": "2019-01-20T11:58:10Z", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:66:18", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "bookmark"}], "image": {"id": "066d1774-ebb3-499b-abb1-624576c7b035", "links": [{"href": "http://172.30.9.22:8774/images/066d1774-ebb3-499b-abb1-624576c7b035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:58:03.000000", "flavor": {"id": "641975c7-bb9a-404b-95e1-9906244eb02a", "links": [{"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}]}, "id": "09419e44-8ba9-4be6-b013-859c3b32b501", "security_groups": [{"name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33"}], "user_id": "885d0396ce534a4596566621ba4d02db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:58:04Z", "hostId": "ce41ce0c14aa76027cbd701ce68ea519188cb3fcfd34d00fd2a461f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_cbafcc75-35de-4ace-8002-c50b4e1dad33", "created": "2019-01-20T11:57:59Z", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:58:10,934 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0dc48a2f-afc4-4d77-aacb-7cccf1d3296f 2019-01-20 11:58:10,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.677070140839s 2019-01-20 11:58:10,935 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0dc48a2f-afc4-4d77-aacb-7cccf1d3296f 2019-01-20 11:58:10,940 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 11:58:12,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:58:12,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:13,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4e7b964-2bbf-47d8-a100-61445444f47d x-compute-request-id: req-a4e7b964-2bbf-47d8-a100-61445444f47d Content-Encoding: gzip Content-Length: 891 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/19604108-18f4-4af0-9a79-533881ded9a8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/19604108-18f4-4af0-9a79-533881ded9a8", "rel": "bookmark"}], "image": {"id": "066d1774-ebb3-499b-abb1-624576c7b035", "links": [{"href": "http://172.30.9.22:8774/images/066d1774-ebb3-499b-abb1-624576c7b035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "641975c7-bb9a-404b-95e1-9906244eb02a", "links": [{"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}]}, "id": "19604108-18f4-4af0-9a79-533881ded9a8", "security_groups": [{"name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33"}], "user_id": "885d0396ce534a4596566621ba4d02db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:58:12Z", "hostId": "746ffaae8476bca27dad4d9d1f94f904b1b5bbd93d4a99aa857aaf97", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_cbafcc75-35de-4ace-8002-c50b4e1dad33", "name": "vping_ssh-vm_cbafcc75-35de-4ace-8002-c50b4e1dad33", "created": "2019-01-20T11:58:10Z", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:66:18", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "bookmark"}], "image": {"id": "066d1774-ebb3-499b-abb1-624576c7b035", "links": [{"href": "http://172.30.9.22:8774/images/066d1774-ebb3-499b-abb1-624576c7b035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:58:03.000000", "flavor": {"id": "641975c7-bb9a-404b-95e1-9906244eb02a", "links": [{"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}]}, "id": "09419e44-8ba9-4be6-b013-859c3b32b501", "security_groups": [{"name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33"}], "user_id": "885d0396ce534a4596566621ba4d02db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:58:04Z", "hostId": "ce41ce0c14aa76027cbd701ce68ea519188cb3fcfd34d00fd2a461f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_cbafcc75-35de-4ace-8002-c50b4e1dad33", "created": "2019-01-20T11:57:59Z", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:58:13,465 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a4e7b964-2bbf-47d8-a100-61445444f47d 2019-01-20 11:58:13,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521733045578s 2019-01-20 11:58:13,465 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a4e7b964-2bbf-47d8-a100-61445444f47d 2019-01-20 11:58:13,470 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 11:58:15,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:58:15,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:16,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-2c12d00a-e3b2-4c3f-8ef7-cf1ca629189b x-compute-request-id: req-2c12d00a-e3b2-4c3f-8ef7-cf1ca629189b Content-Encoding: gzip Content-Length: 891 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/19604108-18f4-4af0-9a79-533881ded9a8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/19604108-18f4-4af0-9a79-533881ded9a8", "rel": "bookmark"}], "image": {"id": "066d1774-ebb3-499b-abb1-624576c7b035", "links": [{"href": "http://172.30.9.22:8774/images/066d1774-ebb3-499b-abb1-624576c7b035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "641975c7-bb9a-404b-95e1-9906244eb02a", "links": [{"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}]}, "id": "19604108-18f4-4af0-9a79-533881ded9a8", "security_groups": [{"name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33"}], "user_id": "885d0396ce534a4596566621ba4d02db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:58:12Z", "hostId": "746ffaae8476bca27dad4d9d1f94f904b1b5bbd93d4a99aa857aaf97", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_cbafcc75-35de-4ace-8002-c50b4e1dad33", "name": "vping_ssh-vm_cbafcc75-35de-4ace-8002-c50b4e1dad33", "created": "2019-01-20T11:58:10Z", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:66:18", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "bookmark"}], "image": {"id": "066d1774-ebb3-499b-abb1-624576c7b035", "links": [{"href": "http://172.30.9.22:8774/images/066d1774-ebb3-499b-abb1-624576c7b035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:58:03.000000", "flavor": {"id": "641975c7-bb9a-404b-95e1-9906244eb02a", "links": [{"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}]}, "id": "09419e44-8ba9-4be6-b013-859c3b32b501", "security_groups": [{"name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33"}], "user_id": "885d0396ce534a4596566621ba4d02db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:58:04Z", "hostId": "ce41ce0c14aa76027cbd701ce68ea519188cb3fcfd34d00fd2a461f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_cbafcc75-35de-4ace-8002-c50b4e1dad33", "created": "2019-01-20T11:57:59Z", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:58:16,029 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2c12d00a-e3b2-4c3f-8ef7-cf1ca629189b 2019-01-20 11:58:16,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.556397914886s 2019-01-20 11:58:16,029 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2c12d00a-e3b2-4c3f-8ef7-cf1ca629189b 2019-01-20 11:58:16,034 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 11:58:18,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:58:18,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:18,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-51259c7c-0e6c-4f1a-ac61-396e368719c6 x-compute-request-id: req-51259c7c-0e6c-4f1a-ac61-396e368719c6 Content-Encoding: gzip Content-Length: 891 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/19604108-18f4-4af0-9a79-533881ded9a8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/19604108-18f4-4af0-9a79-533881ded9a8", "rel": "bookmark"}], "image": {"id": "066d1774-ebb3-499b-abb1-624576c7b035", "links": [{"href": "http://172.30.9.22:8774/images/066d1774-ebb3-499b-abb1-624576c7b035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "641975c7-bb9a-404b-95e1-9906244eb02a", "links": [{"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}]}, "id": "19604108-18f4-4af0-9a79-533881ded9a8", "security_groups": [{"name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33"}], "user_id": "885d0396ce534a4596566621ba4d02db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:58:12Z", "hostId": "746ffaae8476bca27dad4d9d1f94f904b1b5bbd93d4a99aa857aaf97", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_cbafcc75-35de-4ace-8002-c50b4e1dad33", "name": "vping_ssh-vm_cbafcc75-35de-4ace-8002-c50b4e1dad33", "created": "2019-01-20T11:58:10Z", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:66:18", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "bookmark"}], "image": {"id": "066d1774-ebb3-499b-abb1-624576c7b035", "links": [{"href": "http://172.30.9.22:8774/images/066d1774-ebb3-499b-abb1-624576c7b035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:58:03.000000", "flavor": {"id": "641975c7-bb9a-404b-95e1-9906244eb02a", "links": [{"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}]}, "id": "09419e44-8ba9-4be6-b013-859c3b32b501", "security_groups": [{"name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33"}], "user_id": "885d0396ce534a4596566621ba4d02db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:58:04Z", "hostId": "ce41ce0c14aa76027cbd701ce68ea519188cb3fcfd34d00fd2a461f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_cbafcc75-35de-4ace-8002-c50b4e1dad33", "created": "2019-01-20T11:57:59Z", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:58:18,721 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-51259c7c-0e6c-4f1a-ac61-396e368719c6 2019-01-20 11:58:18,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.684587955475s 2019-01-20 11:58:18,721 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-51259c7c-0e6c-4f1a-ac61-396e368719c6 2019-01-20 11:58:18,726 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 11:58:20,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:58:20,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:21,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28eff157-fd95-48f1-93bc-3f79bdcde1b2 x-compute-request-id: req-28eff157-fd95-48f1-93bc-3f79bdcde1b2 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:70:8b", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/19604108-18f4-4af0-9a79-533881ded9a8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/19604108-18f4-4af0-9a79-533881ded9a8", "rel": "bookmark"}], "image": {"id": "066d1774-ebb3-499b-abb1-624576c7b035", "links": [{"href": "http://172.30.9.22:8774/images/066d1774-ebb3-499b-abb1-624576c7b035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:58:17.000000", "flavor": {"id": "641975c7-bb9a-404b-95e1-9906244eb02a", "links": [{"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}]}, "id": "19604108-18f4-4af0-9a79-533881ded9a8", "security_groups": [{"name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33"}], "user_id": "885d0396ce534a4596566621ba4d02db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:58:18Z", "hostId": "746ffaae8476bca27dad4d9d1f94f904b1b5bbd93d4a99aa857aaf97", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_cbafcc75-35de-4ace-8002-c50b4e1dad33", "name": "vping_ssh-vm_cbafcc75-35de-4ace-8002-c50b4e1dad33", "created": "2019-01-20T11:58:10Z", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:66:18", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "bookmark"}], "image": {"id": "066d1774-ebb3-499b-abb1-624576c7b035", "links": [{"href": "http://172.30.9.22:8774/images/066d1774-ebb3-499b-abb1-624576c7b035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:58:03.000000", "flavor": {"id": "641975c7-bb9a-404b-95e1-9906244eb02a", "links": [{"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}]}, "id": "09419e44-8ba9-4be6-b013-859c3b32b501", "security_groups": [{"name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33"}], "user_id": "885d0396ce534a4596566621ba4d02db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:58:04Z", "hostId": "ce41ce0c14aa76027cbd701ce68ea519188cb3fcfd34d00fd2a461f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_cbafcc75-35de-4ace-8002-c50b4e1dad33", "created": "2019-01-20T11:57:59Z", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:58:21,085 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-28eff157-fd95-48f1-93bc-3f79bdcde1b2 2019-01-20 11:58:21,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.35644698143s 2019-01-20 11:58:21,086 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-28eff157-fd95-48f1-93bc-3f79bdcde1b2 2019-01-20 11:58:21,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-20 11:58:21,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=19604108-18f4-4af0-9a79-533881ded9a8" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:21,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-55165bd8-6783-4921-ba85-dfe9e43a2562 Date: Sun, 20 Jan 2019 11:58:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:58:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"91c0fbb3-39c0-449a-a560-2537ccc23387","ip_address":"192.168.120.7"}],"id":"63fd3566-f164-41ba-af15-6587b3532f42","security_groups":["640c5f33-af82-4d73-8b2d-582defc7fbd4"],"mac_address":"fa:16:3e:c5:70:8b","project_id":"289a2aef29c1418f966e1a6fa77c8c15","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"25a80017-4e47-4ce5-9d78-6438aed91152","tenant_id":"289a2aef29c1418f966e1a6fa77c8c15","created_at":"2019-01-20T11:58:12Z","binding:vnic_type":"normal","device_id":"19604108-18f4-4af0-9a79-533881ded9a8"}]} 2019-01-20 11:58:21,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=19604108-18f4-4af0-9a79-533881ded9a8 used request id req-55165bd8-6783-4921-ba85-dfe9e43a2562 2019-01-20 11:58:21,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0560550689697s 2019-01-20 11:58:21,147 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=19604108-18f4-4af0-9a79-533881ded9a8 used request id req-55165bd8-6783-4921-ba85-dfe9e43a2562 2019-01-20 11:58:21,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 11:58:21,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=63fd3566-f164-41ba-af15-6587b3532f42" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:21,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0901425e-0d9a-49ab-9ef8-15153778996c Date: Sun, 20 Jan 2019 11:58:21 GMT RESP BODY: {"floatingips": []} 2019-01-20 11:58:21,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=63fd3566-f164-41ba-af15-6587b3532f42 used request id req-0901425e-0d9a-49ab-9ef8-15153778996c 2019-01-20 11:58:21,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.1583340168s 2019-01-20 11:58:21,311 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=63fd3566-f164-41ba-af15-6587b3532f42 used request id req-0901425e-0d9a-49ab-9ef8-15153778996c 2019-01-20 11:58:21,312 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c5:70:8b', 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'066d1774-ebb3-499b-abb1-624576c7b035'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-20T11:58:17.000000', 'flavor': Munch({u'id': u'641975c7-bb9a-404b-95e1-9906244eb02a'}), 'az': u'nova', 'id': u'19604108-18f4-4af0-9a79-533881ded9a8', 'security_groups': [Munch({u'name': u'vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'885d0396ce534a4596566621ba4d02db', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'289a2aef29c1418f966e1a6fa77c8c15', 'name': 'vping_ssh-project_cbafcc75-35de-4ace-8002-c50b4e1dad33', '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'2019-01-20T11:58:17.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-20T11:58:18Z', 'hostId': u'746ffaae8476bca27dad4d9d1f94f904b1b5bbd93d4a99aa857aaf97', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_cbafcc75-35de-4ace-8002-c50b4e1dad33', 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'746ffaae8476bca27dad4d9d1f94f904b1b5bbd93d4a99aa857aaf97', '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'2019-01-20T11:58:17.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'289a2aef29c1418f966e1a6fa77c8c15', 'name': u'vping_ssh-vm_cbafcc75-35de-4ace-8002-c50b4e1dad33', 'adminPass': u'PPRrNq2zr7N7', 'tenant_id': u'289a2aef29c1418f966e1a6fa77c8c15', 'region': 'regionOne', 'created': u'2019-01-20T11:58:10Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-20 11:58:21,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 11:58:21,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:21,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-f677e69e-6e7a-4f14-a7c2-597f8789cd6a Date: Sun, 20 Jan 2019 11:58: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":["91c0fbb3-39c0-449a-a560-2537ccc23387"],"updated_at":"2019-01-20T11:57:44Z","tenant_id":"289a2aef29c1418f966e1a6fa77c8c15","created_at":"2019-01-20T11:57:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"289a2aef29c1418f966e1a6fa77c8c15","id":"25a80017-4e47-4ce5-9d78-6438aed91152","name":"vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 11:58:21,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-f677e69e-6e7a-4f14-a7c2-597f8789cd6a 2019-01-20 11:58:21,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.281403064728s 2019-01-20 11:58:21,596 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-f677e69e-6e7a-4f14-a7c2-597f8789cd6a 2019-01-20 11:58:21,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-20 11:58:21,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=19604108-18f4-4af0-9a79-533881ded9a8" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:21,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-94c0460a-6c0b-4c69-afd0-b7138bc01e1a Date: Sun, 20 Jan 2019 11:58:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:58:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"91c0fbb3-39c0-449a-a560-2537ccc23387","ip_address":"192.168.120.7"}],"id":"63fd3566-f164-41ba-af15-6587b3532f42","security_groups":["640c5f33-af82-4d73-8b2d-582defc7fbd4"],"mac_address":"fa:16:3e:c5:70:8b","project_id":"289a2aef29c1418f966e1a6fa77c8c15","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"25a80017-4e47-4ce5-9d78-6438aed91152","tenant_id":"289a2aef29c1418f966e1a6fa77c8c15","created_at":"2019-01-20T11:58:12Z","binding:vnic_type":"normal","device_id":"19604108-18f4-4af0-9a79-533881ded9a8"}]} 2019-01-20 11:58:21,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=19604108-18f4-4af0-9a79-533881ded9a8 used request id req-94c0460a-6c0b-4c69-afd0-b7138bc01e1a 2019-01-20 11:58:21,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0604999065399s 2019-01-20 11:58:21,659 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=19604108-18f4-4af0-9a79-533881ded9a8 used request id req-94c0460a-6c0b-4c69-afd0-b7138bc01e1a 2019-01-20 11:58:21,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2019-01-20 11:58:21,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" -d '{"floatingip": {"floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.7", "port_id": "63fd3566-f164-41ba-af15-6587b3532f42"}}' 2019-01-20 11:58:23,579 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-3f593979-22cb-4073-a078-f61d71b41466 Date: Sun, 20 Jan 2019 11:58:23 GMT RESP BODY: {"floatingip": {"router_id": "c41eed46-2381-4406-a040-3c21715d2f83", "status": "DOWN", "description": "", "tags": [], "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "created_at": "2019-01-20T11:58:22Z", "updated_at": "2019-01-20T11:58:22Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_id": "63fd3566-f164-41ba-af15-6587b3532f42", "id": "540c672d-0728-4e71-84ae-b030cb047c0f"}} 2019-01-20 11:58:23,579 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-3f593979-22cb-4073-a078-f61d71b41466 2019-01-20 11:58:23,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.91975593567s 2019-01-20 11:58:23,580 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-3f593979-22cb-4073-a078-f61d71b41466 2019-01-20 11:58:23,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 11:58:23,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:23,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-cfb9325b-e24e-4e00-82dc-8da446c5e3e2 Date: Sun, 20 Jan 2019 11:58:23 GMT RESP BODY: {"floatingips": [{"router_id": "c41eed46-2381-4406-a040-3c21715d2f83", "status": "DOWN", "description": "", "tags": [], "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "created_at": "2019-01-20T11:58:22Z", "updated_at": "2019-01-20T11:58:22Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_id": "63fd3566-f164-41ba-af15-6587b3532f42", "id": "540c672d-0728-4e71-84ae-b030cb047c0f"}]} 2019-01-20 11:58:23,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-cfb9325b-e24e-4e00-82dc-8da446c5e3e2 2019-01-20 11:58:23,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0257699489594s 2019-01-20 11:58:23,614 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-cfb9325b-e24e-4e00-82dc-8da446c5e3e2 2019-01-20 11:58:23,618 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-20 11:58:23,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 11:58:23,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:23,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-0ca03c33-e954-474f-ba10-bcaefc667f65 Date: Sun, 20 Jan 2019 11:58:23 GMT RESP BODY: {"floatingips": [{"router_id": "c41eed46-2381-4406-a040-3c21715d2f83", "status": "DOWN", "description": "", "tags": [], "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "created_at": "2019-01-20T11:58:22Z", "updated_at": "2019-01-20T11:58:22Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_id": "63fd3566-f164-41ba-af15-6587b3532f42", "id": "540c672d-0728-4e71-84ae-b030cb047c0f"}]} 2019-01-20 11:58:23,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-0ca03c33-e954-474f-ba10-bcaefc667f65 2019-01-20 11:58:23,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0223000049591s 2019-01-20 11:58:23,747 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-0ca03c33-e954-474f-ba10-bcaefc667f65 2019-01-20 11:58:23,750 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-20 11:58:23,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 11:58:23,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:23,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-d0c5803c-f388-47f2-aa87-b673b2c09ec4 Date: Sun, 20 Jan 2019 11:58:23 GMT RESP BODY: {"floatingips": [{"router_id": "c41eed46-2381-4406-a040-3c21715d2f83", "status": "DOWN", "description": "", "tags": [], "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "created_at": "2019-01-20T11:58:22Z", "updated_at": "2019-01-20T11:58:22Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_id": "63fd3566-f164-41ba-af15-6587b3532f42", "id": "540c672d-0728-4e71-84ae-b030cb047c0f"}]} 2019-01-20 11:58:23,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-d0c5803c-f388-47f2-aa87-b673b2c09ec4 2019-01-20 11:58:23,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0310070514679s 2019-01-20 11:58:23,887 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-d0c5803c-f388-47f2-aa87-b673b2c09ec4 2019-01-20 11:58:23,890 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-20 11:58:23,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 11:58:23,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:24,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-10d3fedc-e23a-4022-9e36-89c5f5762ec5 Date: Sun, 20 Jan 2019 11:58:24 GMT RESP BODY: {"floatingips": [{"router_id": "c41eed46-2381-4406-a040-3c21715d2f83", "status": "DOWN", "description": "", "tags": [], "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "created_at": "2019-01-20T11:58:22Z", "updated_at": "2019-01-20T11:58:22Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_id": "63fd3566-f164-41ba-af15-6587b3532f42", "id": "540c672d-0728-4e71-84ae-b030cb047c0f"}]} 2019-01-20 11:58:24,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-10d3fedc-e23a-4022-9e36-89c5f5762ec5 2019-01-20 11:58:24,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0263090133667s 2019-01-20 11:58:24,022 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-10d3fedc-e23a-4022-9e36-89c5f5762ec5 2019-01-20 11:58:24,026 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-20 11:58:24,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 11:58:24,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:24,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-56fd8fa7-aebc-4051-9d81-6b537e34592b Date: Sun, 20 Jan 2019 11:58:24 GMT RESP BODY: {"floatingips": [{"router_id": "c41eed46-2381-4406-a040-3c21715d2f83", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "created_at": "2019-01-20T11:58:22Z", "updated_at": "2019-01-20T11:58:22Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_id": "63fd3566-f164-41ba-af15-6587b3532f42", "id": "540c672d-0728-4e71-84ae-b030cb047c0f"}]} 2019-01-20 11:58:24,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-56fd8fa7-aebc-4051-9d81-6b537e34592b 2019-01-20 11:58:24,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0234789848328s 2019-01-20 11:58:24,155 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-56fd8fa7-aebc-4051-9d81-6b537e34592b 2019-01-20 11:58:24,158 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'c41eed46-2381-4406-a040-3c21715d2f83', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'289a2aef29c1418f966e1a6fa77c8c15', 'created_at': u'2019-01-20T11:58:22Z', 'attached': True, 'updated_at': u'2019-01-20T11:58:22Z', 'id': u'540c672d-0728-4e71-84ae-b030cb047c0f', 'floating_network_id': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080', 'fixed_ip_address': u'192.168.120.7', 'floating_ip_address': u'172.30.9.209', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'289a2aef29c1418f966e1a6fa77c8c15', 'name': 'vping_ssh-project_cbafcc75-35de-4ace-8002-c50b4e1dad33', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'c41eed46-2381-4406-a040-3c21715d2f83', 'project_id': u'289a2aef29c1418f966e1a6fa77c8c15', 'port_id': u'63fd3566-f164-41ba-af15-6587b3532f42', 'port': u'63fd3566-f164-41ba-af15-6587b3532f42', 'network': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080'}) 2019-01-20 11:58:24,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-20 11:58:24,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/19604108-18f4-4af0-9a79-533881ded9a8/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}f6e9a693327b4ade456353fc75a028434ea0ca5e" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 11:58:25,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-464c11f7-7c8f-446d-82e3-2b6a2aecc00d x-compute-request-id: req-464c11f7-7c8f-446d-82e3-2b6a2aecc00d Content-Encoding: gzip Content-Length: 9534 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 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 521304079 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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.906 MHz processor\n[ 0.151139] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967624)\n[ 0.153137] pid_max: default: 32768 minimum: 301\n[ 0.154212] ACPI: Core revision 20150930\n[ 0.155773] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157368] Security Framework initialized\n[ 0.158372] Yama: becoming mindful.\n[ 0.159256] AppArmor: AppArmor initialized\n[ 0.160284] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163499] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164980] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166678] Initializing cgroup subsys io\n[ 0.167669] Initializing cgroup subsys memory\n[ 0.168710] Initializing cgroup subsys devices\n[ 0.169765] Initializing cgroup subsys freezer\n[ 0.170822] Initializing cgroup subsys net_cls\n[ 0.171876] Initializing cgroup subsys perf_event\n[ 0.172986] Initializing cgroup subsys net_prio\n[ 0.174076] Initializing cgroup subsys hugetlb\n[ 0.175133] Initializing cgroup subsys pids\n[ 0.176186] CPU: Physical Processor ID: 0\n[ 0.177858] mce: CPU supports 10 MCE banks\n[ 0.178891] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.180116] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191003] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.197556] ftrace: allocating 31920 entries in 125 pages\n[ 0.223714] smpboot: Max logical packages: 1\n[ 0.224757] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226396] x2apic enabled\n[ 0.227329] Switched APIC routing to physical x2apic.\n[ 0.229289] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230672] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233071] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235229] KVM setup paravirtual spinlock\n[ 0.236693] x86: Booted up 1 node, 1 CPUs\n[ 0.237663] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.239329] devtmpfs: initialized\n[ 0.241180] evm: security.selinux\n[ 0.242014] evm: security.SMACK64\n[ 0.242837] evm: security.SMACK64EXEC\n[ 0.243743] evm: security.SMACK64TRANSMUTE\n[ 0.244725] evm: security.SMACK64MMAP\n[ 0.245609] evm: security.ima\n[ 0.246349] evm: security.capability\n[ 0.247288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249491] pinctrl core: initialized pinctrl subsystem\n[ 0.250819] RTC time: 11:58:17, date: 01/20/19\n[ 0.251942] NET: Registered protocol family 16\n[ 0.253075] cpuidle: using governor ladder\n[ 0.254054] cpuidle: using governor menu\n[ 0.254987] PCCT header not found.\n[ 0.255853] ACPI: bus type PCI registered\n[ 0.256791] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258260] PCI: Using configuration type 1 for base access\n[ 0.260217] ACPI: Added _OSI(Module Device)\n[ 0.261256] ACPI: Added _OSI(Processor Device)\n[ 0.262302] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.263394] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.265686] ACPI: Interpreter enabled\n[ 0.266597] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.268897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.271117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.273172] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.275398] ACPI: (supports S0 S5)\n[ 0.276347] ACPI: Using IOAPIC for interrupt routing\n[ 0.277702] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281660] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.285005] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288709] acpiphp: Slot [3] registered\n[ 0.289540] acpiphp: Slot [4] registered\n[ 0.290371] acpiphp: Slot [5] registered\n[ 0.291243] acpiphp: Slot [6] registered\n[ 0.292157] acpiphp: Slot [7] registered\n[ 0.293013] acpiphp: Slot [8] registered\n[ 0.293860] acpiphp: Slot [9] registered\n[ 0.294717] acpiphp: Slot [10] registered\n[ 0.295568] acpiphp: Slot [11] registered\n[ 0.296415] acpiphp: Slot [12] registered\n[ 0.297264] acpiphp: Slot [13] registered\n[ 0.298110] acpiphp: Slot [14] registered\n[ 0.298991] acpiphp: Slot [15] registered\n[ 0.309732] acpiphp: Slot [16] registered\n[ 0.310586] acpiphp: Slot [17] registered\n[ 0.311461] acpiphp: Slot [18] registered\n[ 0.312337] acpiphp: Slot [19] registered\n[ 0.313204] acpiphp: Slot [20] registered\n[ 0.314080] acpiphp: Slot [21] registered\n[ 0.314956] acpiphp: Slot [22] registered\n[ 0.315811] acpiphp: Slot [23] registered\n[ 0.316667] acpiphp: Slot [24] registered\n[ 0.317506] acpiphp: Slot [25] registered\n[ 0.318349] acpiphp: Slot [26] registered\n[ 0.319202] acpiphp: Slot [27] registered\n[ 0.320060] acpiphp: Slot [28] registered\n[ 0.320878] acpiphp: Slot [29] registered\n[ 0.321691] acpiphp: Slot [30] registered\n[ 0.322508] acpiphp: Slot [31] registered\n[ 0.323327] PCI host bridge to bus 0000:00\n[ 0.324147] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325369] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326596] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.328055] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329514] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335933] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337232] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338415] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339694] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346612] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.348062] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.397711] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.399195] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.400621] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.402044] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.403432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.404689] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.405847] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.406937] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.408495] vgaarb: loaded\n[ 0.409103] vgaarb: bridge control possible 0000:00:02.0\n[ 0.410258] SCSI subsystem initialized\n[ 0.411084] ACPI: bus type USB registered\n[ 0.411905] usbcore: registered new interface driver usbfs\n[ 0.412937] usbcore: registered new interface driver hub\n[ 0.413949] usbcore: registered new device driver usb\n[ 0.415016] PCI: Using ACPI for IRQ routing\n[ 0.416047] NetLabel: Initializing\n[ 0.416770] NetLabel: domain hash size = 128\n[ 0.417626] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.418576] NetLabel: unlabeled traffic allowed by default\n[ 0.419685] clocksource: Switched to clocksource kvm-clock\n[ 0.425196] AppArmor: AppArmor Filesystem Enabled\n[ 0.426163] pnp: PnP ACPI init\n[ 0.427076] pnp: PnP ACPI: found 5 devices\n[ 0.433455] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.435177] NET: Registered protocol family 2\n[ 0.436141] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.437418] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.438590] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.439771] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.440859] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.442031] NET: Registered protocol family 1\n[ 0.442902] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.444012] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445095] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.459147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473432] Trying to unpack rootfs image as initramfs...\n[ 0.523884] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.538076] Scanning for low memory corruption every 60 seconds\n[ 0.539416] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.540588] audit: initializing netlink subsys (disabled)\n[ 0.541700] audit: type=2000 audit(1547985498.533:1): initialized\n[ 0.543018] Initialise system trusted keyring\n[ 0.543962] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.545152] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.547126] zbud: loaded\n[ 0.547841] VFS: Disk quotas dquot_6.6.0\n[ 0.548673] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550209] fuse init (API version 7.23)\n[ 0.551116] Key type big_key registered\n[ 0.551942] Allocating IMA MOK and blacklist keyrings.\n[ 0.553428] Key type asymmetric registered\n[ 0.554263] Asymmetric key parser 'x509' registered\n[ 0.555234] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558661] io scheduler noop registered\n[ 0.559468] io scheduler deadline registered (default)\n[ 0.560486] io scheduler cfq registered\n[ 0.561341] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.562411] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.563715] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.565188] ACPI: Power Button [PWRF]\n[ 0.566040] GHES: HEST is not enabled!\n[ 0.579806] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609419] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612600] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636764] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638925] Linux agpgart interface v0.103\n[ 0.640982] brd: module loaded\n[ 0.642217] loop: module loaded\n[ 0.647483] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648954] GPT:90111 != 2097151\n[ 0.649636] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650732] GPT:90111 != 2097151\n[ 0.651404] GPT: Use GNU Parted to correct GPT errors.\n[ 0.652380] vda: vda1 vda15\n[ 0.653796] scsi host0: ata_piix\n[ 0.654530] scsi host1: ata_piix\n[ 0.655248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.656484] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657939] libphy: Fixed MDIO Bus: probed\n[ 0.658765] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659730] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661939] PPP generic driver version 2.4.2\n[ 0.663186] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.664712] ehci-pci: EHCI PCI platform driver\n[ 0.665577] ehci-platform: EHCI generic platform driver\n[ 0.666560] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667680] ohci-pci: OHCI PCI platform driver\n[ 0.668543] ohci-platform: OHCI generic platform driver\n[ 0.669529] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.683908] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.684891] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686321] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687306] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688413] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689619] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691011] usb usb1: Product: UHCI Host Controller\n[ 0.691936] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693061] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694086] hub 1-0:1.0: USB hub found\n[ 0.694858] hub 1-0:1.0: 2 ports detected\n[ 0.695758] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.697852] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.698788] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699811] mousedev: PS/2 mouse device common for all mice\n[ 0.701052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.702863] rtc_cmos 00:00: RTC can wake from S4\n[ 0.703954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705131] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.706303] i2c /dev entries driver\n[ 0.707052] device-mapper: uevent: version 1.0.3\n[ 0.707984] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.709587] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.710847] NET: Registered protocol family 10\n[ 0.711837] NET: Registered protocol family 17\n[ 0.712709] Key type dns_resolver registered\n[ 0.713620] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.714706] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.716438] registered taskstats version 1\n[ 0.717266] Loading compiled-in X.509 certificates\n[ 0.718696] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.720539] zswap: loaded using pool lzo/zbud\n[ 0.721894] Key type trusted registered\n[ 0.723412] Key type encrypted registered\n[ 0.724256] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725266] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726286] evm: HMAC attrs: 0x1\n[ 0.727210] Magic number: 3:81:985\n[ 0.728044] rtc_cmos 00:00: setting system clock to 2019-01-20 11:58:18 UTC (1547985498)\n[ 0.729614] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730699] EDD information not available.\n[ 0.816700] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.818220] Write protecting the kernel read-only data: 14336k\n[ 0.830025] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.831815] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.873803] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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.49. 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.906 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDb/j3Z1QobVdsa3ACg3CF0zGa6uucm8AjRBkfVzU82wahJPwu6dBNLO6ylA24fS4cvqTW2WK6eDA9ljjaUKA4NLD+BAzkvr7eNmhx21aPzv5Pzj8BbQXhNGiYEHoFiRcgadbYnwhnlU6sbwo0YXqzbceL85Qg6TPvDiXCNmrtLNk5ypQfM1/zDYrCxQQEW6mXTsqNBa6pk3SxeR6lB+tsKkEMNYpndX9ZYuoMRqT/Z3RvCJOZ2Ef59O6EUqGC7syZjO/VK15UvXnzhSfby41J+k8svKZMEb+E71ZoFKsv5miLQGid2hxunM8/siEznJUG+Zf+w71J2+nb9HWm7Krxf root@vping-ssh-vm-cbafcc75-35de-4ace-8002-c50b4e1dad33\nssh-dss AAAAB3NzaC1kc3MAAACBAKtlvGtj1xMPP+j6eJDRJnzHVdC47Wx6HmIGSUPCNxTLbH2JS4oqc0DIH8NlDd7AoVJGV344icr5xjsFfQAgRP4JQ/lJqt6M9RoFrIpBaxSFd4rvNO3gpjWypTeI9Y9z/mqMGQ/7OSBeq8nVOJhdRAUdbjtQt5+ngAQp/iQ7BThXAAAAFQChcRJt99tzvYIZomwENxM2BAma6QAAAIEAq1jnxJOAo0Wt+upBpeWT8yQVynsRNhhCA5deoc0+eijlNRcRD/Q9hDlrp/3fAByhye3ab0qCOm+EIXCVwnWJpJXXjyCOtprzA6mnHtAFOGgCzI8YRVoz1LOumgZRHU5RbuSsRsDpIyVaA9jV0T6YOqD2oszi+N/mN64NzyulvmYAAACBAIkc7DitfEKhtxt0rsLkuwnXbeh41tVHyu4CoeDFm0wkiuv/JNAGyfKLrbMAxM1901rwafN9lrWun9mKq1VdzIoZdB5NWb2VttXkLmMQc325SeywtXyNSiRz1VkKBcrWDB3vbbksoVfeOVehuPZ0twaqg4hGOnrhv8OUXyr/i0vV root@vping-ssh-vm-cbafcc75-35de-4ace-8002-c50b4e1dad33\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:fec5:708b/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-cbafcc75-35de-4ace-8002-c50b4e1dad33\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=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.\nvping-ssh-vm-cbafcc75-35de-4ace-8002-c50b4e1dad33 login: "} 2019-01-20 11:58:25,407 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/19604108-18f4-4af0-9a79-533881ded9a8/action used request id req-464c11f7-7c8f-446d-82e3-2b6a2aecc00d 2019-01-20 11:58:25,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.2488451004s 2019-01-20 11:58:25,409 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/19604108-18f4-4af0-9a79-533881ded9a8/action used request id req-464c11f7-7c8f-446d-82e3-2b6a2aecc00d 2019-01-20 11:58:25,409 - 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 521304079 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.906 MHz processor [ 0.151139] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967624) [ 0.153137] pid_max: default: 32768 minimum: 301 [ 0.154212] ACPI: Core revision 20150930 [ 0.155773] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.157368] Security Framework initialized [ 0.158372] Yama: becoming mindful. [ 0.159256] AppArmor: AppArmor initialized [ 0.160284] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.161931] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.163499] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164980] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.166678] Initializing cgroup subsys io [ 0.167669] Initializing cgroup subsys memory [ 0.168710] Initializing cgroup subsys devices [ 0.169765] Initializing cgroup subsys freezer [ 0.170822] Initializing cgroup subsys net_cls [ 0.171876] Initializing cgroup subsys perf_event [ 0.172986] Initializing cgroup subsys net_prio [ 0.174076] Initializing cgroup subsys hugetlb [ 0.175133] Initializing cgroup subsys pids [ 0.176186] CPU: Physical Processor ID: 0 [ 0.177858] mce: CPU supports 10 MCE banks [ 0.178891] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.180116] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.191003] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.197556] ftrace: allocating 31920 entries in 125 pages [ 0.223714] smpboot: Max logical packages: 1 [ 0.224757] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226396] x2apic enabled [ 0.227329] Switched APIC routing to physical x2apic. [ 0.229289] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.230672] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.233071] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.235229] KVM setup paravirtual spinlock [ 0.236693] x86: Booted up 1 node, 1 CPUs [ 0.237663] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.239329] devtmpfs: initialized [ 0.241180] evm: security.selinux [ 0.242014] evm: security.SMACK64 [ 0.242837] evm: security.SMACK64EXEC [ 0.243743] evm: security.SMACK64TRANSMUTE [ 0.244725] evm: security.SMACK64MMAP [ 0.245609] evm: security.ima [ 0.246349] evm: security.capability [ 0.247288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.249491] pinctrl core: initialized pinctrl subsystem [ 0.250819] RTC time: 11:58:17, date: 01/20/19 [ 0.251942] NET: Registered protocol family 16 [ 0.253075] cpuidle: using governor ladder [ 0.254054] cpuidle: using governor menu [ 0.254987] PCCT header not found. [ 0.255853] ACPI: bus type PCI registered [ 0.256791] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.258260] PCI: Using configuration type 1 for base access [ 0.260217] ACPI: Added _OSI(Module Device) [ 0.261256] ACPI: Added _OSI(Processor Device) [ 0.262302] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.263394] ACPI: Added _OSI(Processor Aggregator Device) [ 0.265686] ACPI: Interpreter enabled [ 0.266597] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.268897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.271117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.273172] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.275398] ACPI: (supports S0 S5) [ 0.276347] ACPI: Using IOAPIC for interrupt routing [ 0.277702] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.281660] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.283191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.285005] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.286309] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288709] acpiphp: Slot [3] registered [ 0.289540] acpiphp: Slot [4] registered [ 0.290371] acpiphp: Slot [5] registered [ 0.291243] acpiphp: Slot [6] registered [ 0.292157] acpiphp: Slot [7] registered [ 0.293013] acpiphp: Slot [8] registered [ 0.293860] acpiphp: Slot [9] registered [ 0.294717] acpiphp: Slot [10] registered [ 0.295568] acpiphp: Slot [11] registered [ 0.296415] acpiphp: Slot [12] registered [ 0.297264] acpiphp: Slot [13] registered [ 0.298110] acpiphp: Slot [14] registered [ 0.298991] acpiphp: Slot [15] registered [ 0.309732] acpiphp: Slot [16] registered [ 0.310586] acpiphp: Slot [17] registered [ 0.311461] acpiphp: Slot [18] registered [ 0.312337] acpiphp: Slot [19] registered [ 0.313204] acpiphp: Slot [20] registered [ 0.314080] acpiphp: Slot [21] registered [ 0.314956] acpiphp: Slot [22] registered [ 0.315811] acpiphp: Slot [23] registered [ 0.316667] acpiphp: Slot [24] registered [ 0.317506] acpiphp: Slot [25] registered [ 0.318349] acpiphp: Slot [26] registered [ 0.319202] acpiphp: Slot [27] registered [ 0.320060] acpiphp: Slot [28] registered [ 0.320878] acpiphp: Slot [29] registered [ 0.321691] acpiphp: Slot [30] registered [ 0.322508] acpiphp: Slot [31] registered [ 0.323327] PCI host bridge to bus 0000:00 [ 0.324147] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325369] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.326596] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328055] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.329514] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.335933] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.337232] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.338415] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.339694] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.346612] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.348062] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.397711] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.399195] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.400621] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.402044] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.403432] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.404689] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.405847] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.406937] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.408495] vgaarb: loaded [ 0.409103] vgaarb: bridge control possible 0000:00:02.0 [ 0.410258] SCSI subsystem initialized [ 0.411084] ACPI: bus type USB registered [ 0.411905] usbcore: registered new interface driver usbfs [ 0.412937] usbcore: registered new interface driver hub [ 0.413949] usbcore: registered new device driver usb [ 0.415016] PCI: Using ACPI for IRQ routing [ 0.416047] NetLabel: Initializing [ 0.416770] NetLabel: domain hash size = 128 [ 0.417626] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.418576] NetLabel: unlabeled traffic allowed by default [ 0.419685] clocksource: Switched to clocksource kvm-clock [ 0.425196] AppArmor: AppArmor Filesystem Enabled [ 0.426163] pnp: PnP ACPI init [ 0.427076] pnp: PnP ACPI: found 5 devices [ 0.433455] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.435177] NET: Registered protocol family 2 [ 0.436141] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.437418] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.438590] TCP: Hash tables configured (established 4096 bind 4096) [ 0.439771] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.440859] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.442031] NET: Registered protocol family 1 [ 0.442902] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.444012] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.445095] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.459147] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.473432] Trying to unpack rootfs image as initramfs... [ 0.523884] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.538076] Scanning for low memory corruption every 60 seconds [ 0.539416] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.540588] audit: initializing netlink subsys (disabled) [ 0.541700] audit: type=2000 audit(1547985498.533:1): initialized [ 0.543018] Initialise system trusted keyring [ 0.543962] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.545152] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.547126] zbud: loaded [ 0.547841] VFS: Disk quotas dquot_6.6.0 [ 0.548673] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.550209] fuse init (API version 7.23) [ 0.551116] Key type big_key registered [ 0.551942] Allocating IMA MOK and blacklist keyrings. [ 0.553428] Key type asymmetric registered [ 0.554263] Asymmetric key parser 'x509' registered [ 0.555234] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.558661] io scheduler noop registered [ 0.559468] io scheduler deadline registered (default) [ 0.560486] io scheduler cfq registered [ 0.561341] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.562411] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.563715] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.565188] ACPI: Power Button [PWRF] [ 0.566040] GHES: HEST is not enabled! [ 0.579806] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.609419] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.612600] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.636764] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.638925] Linux agpgart interface v0.103 [ 0.640982] brd: module loaded [ 0.642217] loop: module loaded [ 0.647483] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.648954] GPT:90111 != 2097151 [ 0.649636] GPT:Alternate GPT header not at the end of the disk. [ 0.650732] GPT:90111 != 2097151 [ 0.651404] GPT: Use GNU Parted to correct GPT errors. [ 0.652380] vda: vda1 vda15 [ 0.653796] scsi host0: ata_piix [ 0.654530] scsi host1: ata_piix [ 0.655248] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.656484] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.657939] libphy: Fixed MDIO Bus: probed [ 0.658765] tun: Universal TUN/TAP device driver, 1.6 [ 0.659730] tun: (C) 1999-2004 Max Krasnyansky [ 0.661939] PPP generic driver version 2.4.2 [ 0.663186] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.664712] ehci-pci: EHCI PCI platform driver [ 0.665577] ehci-platform: EHCI generic platform driver [ 0.666560] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.667680] ohci-pci: OHCI PCI platform driver [ 0.668543] ohci-platform: OHCI generic platform driver [ 0.669529] uhci_hcd: USB Universal Host Controller Interface driver [ 0.683908] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.684891] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.686321] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.687306] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.688413] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.689619] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.691011] usb usb1: Product: UHCI Host Controller [ 0.691936] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.693061] usb usb1: SerialNumber: 0000:00:01.2 [ 0.694086] hub 1-0:1.0: USB hub found [ 0.694858] hub 1-0:1.0: 2 ports detected [ 0.695758] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.697852] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.698788] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.699811] mousedev: PS/2 mouse device common for all mice [ 0.701052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.702863] rtc_cmos 00:00: RTC can wake from S4 [ 0.703954] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.705131] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.706303] i2c /dev entries driver [ 0.707052] device-mapper: uevent: version 1.0.3 [ 0.707984] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.709587] ledtrig-cpu: registered to indicate activity on CPUs [ 0.710847] NET: Registered protocol family 10 [ 0.711837] NET: Registered protocol family 17 [ 0.712709] Key type dns_resolver registered [ 0.713620] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.714706] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.716438] registered taskstats version 1 [ 0.717266] Loading compiled-in X.509 certificates [ 0.718696] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.720539] zswap: loaded using pool lzo/zbud [ 0.721894] Key type trusted registered [ 0.723412] Key type encrypted registered [ 0.724256] AppArmor: AppArmor sha1 policy hashing enabled [ 0.725266] ima: No TPM chip found, activating TPM-bypass! [ 0.726286] evm: HMAC attrs: 0x1 [ 0.727210] Magic number: 3:81:985 [ 0.728044] rtc_cmos 00:00: setting system clock to 2019-01-20 11:58:18 UTC (1547985498) [ 0.729614] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.730699] EDD information not available. [ 0.816700] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.818220] Write protecting the kernel read-only data: 14336k [ 0.830025] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.831815] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.873803] 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.33 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... 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.49. 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.906 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDb/j3Z1QobVdsa3ACg3CF0zGa6uucm8AjRBkfVzU82wahJPwu6dBNLO6ylA24fS4cvqTW2WK6eDA9ljjaUKA4NLD+BAzkvr7eNmhx21aPzv5Pzj8BbQXhNGiYEHoFiRcgadbYnwhnlU6sbwo0YXqzbceL85Qg6TPvDiXCNmrtLNk5ypQfM1/zDYrCxQQEW6mXTsqNBa6pk3SxeR6lB+tsKkEMNYpndX9ZYuoMRqT/Z3RvCJOZ2Ef59O6EUqGC7syZjO/VK15UvXnzhSfby41J+k8svKZMEb+E71ZoFKsv5miLQGid2hxunM8/siEznJUG+Zf+w71J2+nb9HWm7Krxf root@vping-ssh-vm-cbafcc75-35de-4ace-8002-c50b4e1dad33 ssh-dss AAAAB3NzaC1kc3MAAACBAKtlvGtj1xMPP+j6eJDRJnzHVdC47Wx6HmIGSUPCNxTLbH2JS4oqc0DIH8NlDd7AoVJGV344icr5xjsFfQAgRP4JQ/lJqt6M9RoFrIpBaxSFd4rvNO3gpjWypTeI9Y9z/mqMGQ/7OSBeq8nVOJhdRAUdbjtQt5+ngAQp/iQ7BThXAAAAFQChcRJt99tzvYIZomwENxM2BAma6QAAAIEAq1jnxJOAo0Wt+upBpeWT8yQVynsRNhhCA5deoc0+eijlNRcRD/Q9hDlrp/3fAByhye3ab0qCOm+EIXCVwnWJpJXXjyCOtprzA6mnHtAFOGgCzI8YRVoz1LOumgZRHU5RbuSsRsDpIyVaA9jV0T6YOqD2oszi+N/mN64NzyulvmYAAACBAIkc7DitfEKhtxt0rsLkuwnXbeh41tVHyu4CoeDFm0wkiuv/JNAGyfKLrbMAxM1901rwafN9lrWun9mKq1VdzIoZdB5NWb2VttXkLmMQc325SeywtXyNSiRz1VkKBcrWDB3vbbksoVfeOVehuPZ0twaqg4hGOnrhv8OUXyr/i0vV root@vping-ssh-vm-cbafcc75-35de-4ace-8002-c50b4e1dad33 -----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:fec5:708b/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-cbafcc75-35de-4ace-8002-c50b4e1dad33 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.58 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-cbafcc75-35de-4ace-8002-c50b4e1dad33 login: 2019-01-20 11:58:25,413 - paramiko.transport - DEBUG - starting thread (client mode): 0x920d8710L 2019-01-20 11:58:25,413 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 11:58:25,413 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 11:58:25,414 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 11:58:25,415 - 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 2019-01-20 11:58:25,415 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 11:58:25,415 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 11:58:25,415 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 11:58:25,415 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 11:58:25,415 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 11:58:25,468 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 11:58:25,469 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 11:58:25,484 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.209: 2634fa102cade36b0ec6eae199c8d425 2019-01-20 11:58:25,485 - paramiko.transport - DEBUG - Trying key f3430d767861c89f6a99c2ba2261f93b from /tmp/tmpEmWiyw 2019-01-20 11:58:25,506 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 11:58:26,622 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 11:58:26,651 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 11:58:26,652 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-20 11:58:26,652 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 11:58:26,653 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 11:58:26,656 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-20 11:58:26,656 - 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.108 ms --- 192.168.120.14 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.108/1.108/1.108 ms 2019-01-20 11:58:26,657 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2019-01-20 11:58:26,662 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-20 11:58:26,772 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-20 11:58:26,773 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:44 | PASS | +-------------------+------------------+------------------+----------------+ 2019-01-20 11:58:26,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-20 11:58:26,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/09419e44-8ba9-4be6-b013-859c3b32b501 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:26,923 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:58:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c739909c-aeab-43fa-bc63-0f77515b61de x-compute-request-id: req-c739909c-aeab-43fa-bc63-0f77515b61de Content-Type: application/json 2019-01-20 11:58:26,923 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/09419e44-8ba9-4be6-b013-859c3b32b501 used request id req-c739909c-aeab-43fa-bc63-0f77515b61de 2019-01-20 11:58:26,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.144455909729s 2019-01-20 11:58:26,923 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/09419e44-8ba9-4be6-b013-859c3b32b501 used request id req-c739909c-aeab-43fa-bc63-0f77515b61de 2019-01-20 11:58:26,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:58:26,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:27,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea06d5fe-e3b5-45e8-a3da-7e1002e9d5ff x-compute-request-id: req-ea06d5fe-e3b5-45e8-a3da-7e1002e9d5ff Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:70:8b", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:70:8b", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/19604108-18f4-4af0-9a79-533881ded9a8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/19604108-18f4-4af0-9a79-533881ded9a8", "rel": "bookmark"}], "image": {"id": "066d1774-ebb3-499b-abb1-624576c7b035", "links": [{"href": "http://172.30.9.22:8774/images/066d1774-ebb3-499b-abb1-624576c7b035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:58:17.000000", "flavor": {"id": "641975c7-bb9a-404b-95e1-9906244eb02a", "links": [{"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}]}, "id": "19604108-18f4-4af0-9a79-533881ded9a8", "security_groups": [{"name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33"}], "user_id": "885d0396ce534a4596566621ba4d02db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:58:18Z", "hostId": "746ffaae8476bca27dad4d9d1f94f904b1b5bbd93d4a99aa857aaf97", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_cbafcc75-35de-4ace-8002-c50b4e1dad33", "name": "vping_ssh-vm_cbafcc75-35de-4ace-8002-c50b4e1dad33", "created": "2019-01-20T11:58:10Z", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:66:18", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/09419e44-8ba9-4be6-b013-859c3b32b501", "rel": "bookmark"}], "image": {"id": "066d1774-ebb3-499b-abb1-624576c7b035", "links": [{"href": "http://172.30.9.22:8774/images/066d1774-ebb3-499b-abb1-624576c7b035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:58:03.000000", "flavor": {"id": "641975c7-bb9a-404b-95e1-9906244eb02a", "links": [{"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}]}, "id": "09419e44-8ba9-4be6-b013-859c3b32b501", "security_groups": [{"name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33"}], "user_id": "885d0396ce534a4596566621ba4d02db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:58:26Z", "hostId": "ce41ce0c14aa76027cbd701ce68ea519188cb3fcfd34d00fd2a461f4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_cbafcc75-35de-4ace-8002-c50b4e1dad33", "created": "2019-01-20T11:57:59Z", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:58:27,508 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ea06d5fe-e3b5-45e8-a3da-7e1002e9d5ff 2019-01-20 11:58:27,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.584100008011s 2019-01-20 11:58:27,508 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ea06d5fe-e3b5-45e8-a3da-7e1002e9d5ff 2019-01-20 11:58:27,511 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 11:58:29,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:58:29,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:30,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46e3eeb0-207e-41d1-b54b-316ba34da245 x-compute-request-id: req-46e3eeb0-207e-41d1-b54b-316ba34da245 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:70:8b", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:70:8b", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/19604108-18f4-4af0-9a79-533881ded9a8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/19604108-18f4-4af0-9a79-533881ded9a8", "rel": "bookmark"}], "image": {"id": "066d1774-ebb3-499b-abb1-624576c7b035", "links": [{"href": "http://172.30.9.22:8774/images/066d1774-ebb3-499b-abb1-624576c7b035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:58:17.000000", "flavor": {"id": "641975c7-bb9a-404b-95e1-9906244eb02a", "links": [{"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}]}, "id": "19604108-18f4-4af0-9a79-533881ded9a8", "security_groups": [{"name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33"}], "user_id": "885d0396ce534a4596566621ba4d02db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:58:18Z", "hostId": "746ffaae8476bca27dad4d9d1f94f904b1b5bbd93d4a99aa857aaf97", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_cbafcc75-35de-4ace-8002-c50b4e1dad33", "name": "vping_ssh-vm_cbafcc75-35de-4ace-8002-c50b4e1dad33", "created": "2019-01-20T11:58:10Z", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:58:30,126 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-46e3eeb0-207e-41d1-b54b-316ba34da245 2019-01-20 11:58:30,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.611930131912s 2019-01-20 11:58:30,126 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-46e3eeb0-207e-41d1-b54b-316ba34da245 2019-01-20 11:58:30,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2019-01-20 11:58:30,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/540c672d-0728-4e71-84ae-b030cb047c0f.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:30,979 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8ea07fce-80fa-4e5a-ad28-bf97c1fec5a4 Content-Length: 0 Date: Sun, 20 Jan 2019 11:58:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:58:30,980 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/540c672d-0728-4e71-84ae-b030cb047c0f.json used request id req-8ea07fce-80fa-4e5a-ad28-bf97c1fec5a4 2019-01-20 11:58:30,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.84892988205s 2019-01-20 11:58:30,980 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/540c672d-0728-4e71-84ae-b030cb047c0f.json used request id req-8ea07fce-80fa-4e5a-ad28-bf97c1fec5a4 2019-01-20 11:58:30,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 11:58:30,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:31,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1384fe6a-ff1f-4a07-a250-81369ec95e4d Date: Sun, 20 Jan 2019 11:58:31 GMT RESP BODY: {"floatingips": []} 2019-01-20 11:58:31,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-1384fe6a-ff1f-4a07-a250-81369ec95e4d 2019-01-20 11:58:31,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0274529457092s 2019-01-20 11:58:31,013 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-1384fe6a-ff1f-4a07-a250-81369ec95e4d 2019-01-20 11:58:31,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-20 11:58:31,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/19604108-18f4-4af0-9a79-533881ded9a8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:31,522 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:58: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-08e66b24-d341-439b-adc3-3619630f073a x-compute-request-id: req-08e66b24-d341-439b-adc3-3619630f073a Content-Type: application/json 2019-01-20 11:58:31,523 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/19604108-18f4-4af0-9a79-533881ded9a8 used request id req-08e66b24-d341-439b-adc3-3619630f073a 2019-01-20 11:58:31,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.508723020554s 2019-01-20 11:58:31,523 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/19604108-18f4-4af0-9a79-533881ded9a8 used request id req-08e66b24-d341-439b-adc3-3619630f073a 2019-01-20 11:58:31,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:58:31,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:31,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58: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-b3988dc3-cdd3-4c24-ab48-e2347351061e x-compute-request-id: req-b3988dc3-cdd3-4c24-ab48-e2347351061e Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:70:8b", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:70:8b", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/19604108-18f4-4af0-9a79-533881ded9a8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/19604108-18f4-4af0-9a79-533881ded9a8", "rel": "bookmark"}], "image": {"id": "066d1774-ebb3-499b-abb1-624576c7b035", "links": [{"href": "http://172.30.9.22:8774/images/066d1774-ebb3-499b-abb1-624576c7b035", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:58:17.000000", "flavor": {"id": "641975c7-bb9a-404b-95e1-9906244eb02a", "links": [{"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}]}, "id": "19604108-18f4-4af0-9a79-533881ded9a8", "security_groups": [{"name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33"}], "user_id": "885d0396ce534a4596566621ba4d02db", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:58:31Z", "hostId": "746ffaae8476bca27dad4d9d1f94f904b1b5bbd93d4a99aa857aaf97", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_cbafcc75-35de-4ace-8002-c50b4e1dad33", "name": "vping_ssh-vm_cbafcc75-35de-4ace-8002-c50b4e1dad33", "created": "2019-01-20T11:58:10Z", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:58:31,993 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b3988dc3-cdd3-4c24-ab48-e2347351061e 2019-01-20 11:58:31,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.469926834106s 2019-01-20 11:58:31,994 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b3988dc3-cdd3-4c24-ab48-e2347351061e 2019-01-20 11:58:31,995 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 11:58:33,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:58:34,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:34,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ce5a136f-250f-4a28-9085-feac132a0198 x-compute-request-id: req-ce5a136f-250f-4a28-9085-feac132a0198 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 11:58:34,081 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ce5a136f-250f-4a28-9085-feac132a0198 2019-01-20 11:58:34,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0834269523621s 2019-01-20 11:58:34,082 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ce5a136f-250f-4a28-9085-feac132a0198 2019-01-20 11:58:34,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 11:58:34,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:34,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-c74a933e-69e1-4177-9d28-9192234e8b5f Date: Sun, 20 Jan 2019 11:58:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "created_at": "2019-01-20T11:57:43Z", "updated_at": "2019-01-20T11:57:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:43Z", "revision_number": 0, "id": "1e4db7b6-b24d-48a1-8ec8-a62fe62618b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:43Z", "security_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv4", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:43Z", "revision_number": 0, "id": "205943a9-1b40-41f2-b909-3d945215435e", "remote_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:43Z", "security_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv6", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:43Z", "revision_number": 0, "id": "492efe5e-1b29-4b41-9ccd-7a8743ff5860", "remote_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:43Z", "security_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv4", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:43Z", "revision_number": 0, "id": "569b57f4-757f-416b-9298-20ec45cb90c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:43Z", "security_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv6", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}], "revision_number": 4, "project_id": "289a2aef29c1418f966e1a6fa77c8c15", "id": "03acace5-7012-482a-b312-ac486a1bad94", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "created_at": "2019-01-20T11:57:54Z", "updated_at": "2019-01-20T11:57:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:54Z", "revision_number": 0, "id": "619f8d45-0121-4b84-b0a0-d036e62940d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:54Z", "security_group_id": "640c5f33-af82-4d73-8b2d-582defc7fbd4", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv4", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:56Z", "revision_number": 0, "id": "632cb1ec-f1c6-4055-836c-9746f5c8ae27", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:56Z", "security_group_id": "640c5f33-af82-4d73-8b2d-582defc7fbd4", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv4", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T11:57:55Z", "revision_number": 0, "id": "a4231481-3c92-4ad7-a3d0-1d7bc43d640d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:55Z", "security_group_id": "640c5f33-af82-4d73-8b2d-582defc7fbd4", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": 22, "ethertype": "IPv4", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:54Z", "revision_number": 0, "id": "f8f9b162-bd99-43dd-9261-041da44fec9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:54Z", "security_group_id": "640c5f33-af82-4d73-8b2d-582defc7fbd4", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv6", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}], "revision_number": 4, "project_id": "289a2aef29c1418f966e1a6fa77c8c15", "id": "640c5f33-af82-4d73-8b2d-582defc7fbd4", "name": "vping_ssh-sg_cbafcc75-35de-4ace-8002-c50b4e1dad33"}]} 2019-01-20 11:58:34,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c74a933e-69e1-4177-9d28-9192234e8b5f 2019-01-20 11:58:34,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.189633846283s 2019-01-20 11:58:34,275 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c74a933e-69e1-4177-9d28-9192234e8b5f 2019-01-20 11:58:34,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-20 11:58:34,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/640c5f33-af82-4d73-8b2d-582defc7fbd4.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:34,473 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a3215070-58b6-4ad6-9ff0-25a5dd58658d Content-Length: 0 Date: Sun, 20 Jan 2019 11:58:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:58:34,473 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/640c5f33-af82-4d73-8b2d-582defc7fbd4.json used request id req-a3215070-58b6-4ad6-9ff0-25a5dd58658d 2019-01-20 11:58:34,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.194337844849s 2019-01-20 11:58:34,474 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/640c5f33-af82-4d73-8b2d-582defc7fbd4.json used request id req-a3215070-58b6-4ad6-9ff0-25a5dd58658d 2019-01-20 11:58:34,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2019-01-20 11:58:34,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_cbafcc75-35de-4ace-8002-c50b4e1dad33 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:34,538 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:58:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a8b8afea-abfa-4ec5-98db-8383997a28ae x-compute-request-id: req-a8b8afea-abfa-4ec5-98db-8383997a28ae Content-Length: 0 Content-Type: application/json 2019-01-20 11:58:34,538 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_cbafcc75-35de-4ace-8002-c50b4e1dad33 used request id req-a8b8afea-abfa-4ec5-98db-8383997a28ae 2019-01-20 11:58:34,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0636501312256s 2019-01-20 11:58:34,538 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_cbafcc75-35de-4ace-8002-c50b4e1dad33 used request id req-a8b8afea-abfa-4ec5-98db-8383997a28ae 2019-01-20 11:58:34,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2019-01-20 11:58:34,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/c41eed46-2381-4406-a040-3c21715d2f83/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}f6e9a693327b4ade456353fc75a028434ea0ca5e" -d '{"subnet_id": "91c0fbb3-39c0-449a-a560-2537ccc23387"}' 2019-01-20 11:58:35,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d6c18eb6-e148-4274-9bc4-5434faceb0b4 Date: Sun, 20 Jan 2019 11:58:35 GMT RESP BODY: {"network_id": "25a80017-4e47-4ce5-9d78-6438aed91152", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "subnet_id": "91c0fbb3-39c0-449a-a560-2537ccc23387", "subnet_ids": ["91c0fbb3-39c0-449a-a560-2537ccc23387"], "port_id": "f2be253f-87fe-4ee6-a214-7499e4df323a", "id": "c41eed46-2381-4406-a040-3c21715d2f83"} 2019-01-20 11:58:35,864 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/c41eed46-2381-4406-a040-3c21715d2f83/remove_router_interface.json used request id req-d6c18eb6-e148-4274-9bc4-5434faceb0b4 2019-01-20 11:58:35,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.32555603981s 2019-01-20 11:58:35,864 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/c41eed46-2381-4406-a040-3c21715d2f83/remove_router_interface.json used request id req-d6c18eb6-e148-4274-9bc4-5434faceb0b4 returning object c41eed46-2381-4406-a040-3c21715d2f83 2019-01-20 11:58:35,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2019-01-20 11:58:35,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:35,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-a0c3c356-ca80-433a-ac75-5afef73f9a5b Date: Sun, 20 Jan 2019 11:58:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "created_at": "2019-01-20T11:57:45Z", "admin_state_up": true, "updated_at": "2019-01-20T11:58:35Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "289a2aef29c1418f966e1a6fa77c8c15", "id": "c41eed46-2381-4406-a040-3c21715d2f83", "name": "vping_ssh-router_cbafcc75-35de-4ace-8002-c50b4e1dad33"}]} 2019-01-20 11:58:35,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-a0c3c356-ca80-433a-ac75-5afef73f9a5b 2019-01-20 11:58:35,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0775890350342s 2019-01-20 11:58:35,943 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-a0c3c356-ca80-433a-ac75-5afef73f9a5b 2019-01-20 11:58:35,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2019-01-20 11:58:35,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/c41eed46-2381-4406-a040-3c21715d2f83.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:39,312 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-be49cb54-f4dd-4045-951b-319a61344914 Content-Length: 0 Date: Sun, 20 Jan 2019 11:58:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:58:39,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/c41eed46-2381-4406-a040-3c21715d2f83.json used request id req-be49cb54-f4dd-4045-951b-319a61344914 2019-01-20 11:58:39,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.36813998222s 2019-01-20 11:58:39,313 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/c41eed46-2381-4406-a040-3c21715d2f83.json used request id req-be49cb54-f4dd-4045-951b-319a61344914 2019-01-20 11:58:39,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-20 11:58:39,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:39,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-9d3b3263-1fb0-4ec6-ba7d-356fc7164299 Date: Sun, 20 Jan 2019 11:58:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25a80017-4e47-4ce5-9d78-6438aed91152","tenant_id":"289a2aef29c1418f966e1a6fa77c8c15","created_at":"2019-01-20T11:57:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-20T11:57:44Z","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":"289a2aef29c1418f966e1a6fa77c8c15","id":"91c0fbb3-39c0-449a-a560-2537ccc23387","subnetpool_id":null,"name":"vping_ssh-subnet_cbafcc75-35de-4ace-8002-c50b4e1dad33"}]} 2019-01-20 11:58:39,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-9d3b3263-1fb0-4ec6-ba7d-356fc7164299 2019-01-20 11:58:39,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.18675494194s 2019-01-20 11:58:39,501 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-9d3b3263-1fb0-4ec6-ba7d-356fc7164299 2019-01-20 11:58:39,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2019-01-20 11:58:39,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/91c0fbb3-39c0-449a-a560-2537ccc23387.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:41,682 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d6a46889-365d-443e-aab9-f6ae50d04aea Date: Sun, 20 Jan 2019 11:58:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:58:41,682 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/91c0fbb3-39c0-449a-a560-2537ccc23387.json used request id req-d6a46889-365d-443e-aab9-f6ae50d04aea 2019-01-20 11:58:41,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.18011188507s 2019-01-20 11:58:41,682 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/91c0fbb3-39c0-449a-a560-2537ccc23387.json used request id req-d6a46889-365d-443e-aab9-f6ae50d04aea 2019-01-20 11:58:41,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 11:58:41,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:41,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1196 X-Openstack-Request-Id: req-85cd1f50-5843-40b6-a6d5-9a9ae34f3d1e Date: Sun, 20 Jan 2019 11:58:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T11:58:41Z","tenant_id":"289a2aef29c1418f966e1a6fa77c8c15","created_at":"2019-01-20T11:57:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"289a2aef29c1418f966e1a6fa77c8c15","id":"25a80017-4e47-4ce5-9d78-6438aed91152","name":"vping_ssh-net_cbafcc75-35de-4ace-8002-c50b4e1dad33"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 11:58:41,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-85cd1f50-5843-40b6-a6d5-9a9ae34f3d1e 2019-01-20 11:58:41,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111494064331s 2019-01-20 11:58:41,795 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-85cd1f50-5843-40b6-a6d5-9a9ae34f3d1e 2019-01-20 11:58:41,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2019-01-20 11:58:41,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/25a80017-4e47-4ce5-9d78-6438aed91152.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:42,914 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4b0daad9-b3be-494e-a2c4-8fc9861bc697 Date: Sun, 20 Jan 2019 11:58:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:58:42,914 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/25a80017-4e47-4ce5-9d78-6438aed91152.json used request id req-4b0daad9-b3be-494e-a2c4-8fc9861bc697 2019-01-20 11:58:42,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.11813616753s 2019-01-20 11:58:42,914 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/25a80017-4e47-4ce5-9d78-6438aed91152.json used request id req-4b0daad9-b3be-494e-a2c4-8fc9861bc697 2019-01-20 11:58:42,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 11:58:42,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:43,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-e4921a40-5c7f-4141-be37-ae5b6a6ed0dd Date: Sun, 20 Jan 2019 11:58:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/066d1774-ebb3-499b-abb1-624576c7b035/snap", "metadata": {}}], "file": "/v2/images/066d1774-ebb3-499b-abb1-624576c7b035/file", "owner": "289a2aef29c1418f966e1a6fa77c8c15", "id": "066d1774-ebb3-499b-abb1-624576c7b035", "size": 12716032, "self": "/v2/images/066d1774-ebb3-499b-abb1-624576c7b035", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/066d1774-ebb3-499b-abb1-624576c7b035/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T11:57:53Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_cbafcc75-35de-4ace-8002-c50b4e1dad33", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_cbafcc75-35de-4ace-8002-c50b4e1dad33", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T11:57:52Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 11:58:43,084 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e4921a40-5c7f-4141-be37-ae5b6a6ed0dd 2019-01-20 11:58:43,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169452905655s 2019-01-20 11:58:43,085 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e4921a40-5c7f-4141-be37-ae5b6a6ed0dd 2019-01-20 11:58:43,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-20 11:58:43,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/066d1774-ebb3-499b-abb1-624576c7b035 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f6e9a693327b4ade456353fc75a028434ea0ca5e" 2019-01-20 11:58:45,290 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-506a4743-fef2-422f-9231-755551265a59 Date: Sun, 20 Jan 2019 11:58:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:58:45,290 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/066d1774-ebb3-499b-abb1-624576c7b035 used request id req-506a4743-fef2-422f-9231-755551265a59 2019-01-20 11:58:45,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.20397090912s 2019-01-20 11:58:45,290 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/066d1774-ebb3-499b-abb1-624576c7b035 used request id req-506a4743-fef2-422f-9231-755551265a59 2019-01-20 11:58:45,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 11:58:45,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:58:45,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62f1d441-2063-465d-99c8-7a1a47df4248 x-compute-request-id: req-62f1d441-2063-465d-99c8-7a1a47df4248 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/641975c7-bb9a-404b-95e1-9906244eb02a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "641975c7-bb9a-404b-95e1-9906244eb02a", "name": "vping_ssh-flavor_cbafcc75-35de-4ace-8002-c50b4e1dad33", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 11:58:45,328 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-62f1d441-2063-465d-99c8-7a1a47df4248 2019-01-20 11:58:45,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0378098487854s 2019-01-20 11:58:45,329 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-62f1d441-2063-465d-99c8-7a1a47df4248 2019-01-20 11:58:45,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-20 11:58:45,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/641975c7-bb9a-404b-95e1-9906244eb02a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:58:45,377 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:58:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-392b895e-1e60-4b7d-bdda-9946198b6940 x-compute-request-id: req-392b895e-1e60-4b7d-bdda-9946198b6940 Content-Length: 0 Content-Type: application/json 2019-01-20 11:58:45,377 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/641975c7-bb9a-404b-95e1-9906244eb02a used request id req-392b895e-1e60-4b7d-bdda-9946198b6940 2019-01-20 11:58:45,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0470671653748s 2019-01-20 11:58:45,378 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/641975c7-bb9a-404b-95e1-9906244eb02a used request id req-392b895e-1e60-4b7d-bdda-9946198b6940 2019-01-20 11:58:45,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:58:45,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:58:45,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef10fdda-b413-4ab5-a2f7-9b84891b3287 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_cbafcc75-35de-4ace-8002-c50b4e1dad33", "links": {"self": "http://172.30.9.22:5000/v3/users/885d0396ce534a4596566621ba4d02db"}, "domain_id": "default", "enabled": true, "id": "885d0396ce534a4596566621ba4d02db", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:58:45,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-ef10fdda-b413-4ab5-a2f7-9b84891b3287 2019-01-20 11:58:45,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103723049164s 2019-01-20 11:58:45,483 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-ef10fdda-b413-4ab5-a2f7-9b84891b3287 2019-01-20 11:58:45,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:58:45,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/885d0396ce534a4596566621ba4d02db -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:58:45,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b334c0c-ba4b-404d-9d20-4b838f39d272 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/885d0396ce534a4596566621ba4d02db"}, "enabled": true, "id": "885d0396ce534a4596566621ba4d02db", "options": {}, "domain_id": "default", "name": "vping_ssh-user_cbafcc75-35de-4ace-8002-c50b4e1dad33"}} 2019-01-20 11:58:45,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/885d0396ce534a4596566621ba4d02db used request id req-2b334c0c-ba4b-404d-9d20-4b838f39d272 2019-01-20 11:58:45,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0922758579254s 2019-01-20 11:58:45,581 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/885d0396ce534a4596566621ba4d02db used request id req-2b334c0c-ba4b-404d-9d20-4b838f39d272 2019-01-20 11:58:45,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-20 11:58:45,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/885d0396ce534a4596566621ba4d02db -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:58:45,783 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:58:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c235338-6c08-40d4-bf8e-4bb1d87fc4b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:58:45,784 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/885d0396ce534a4596566621ba4d02db used request id req-0c235338-6c08-40d4-bf8e-4bb1d87fc4b5 2019-01-20 11:58:45,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.202108860016s 2019-01-20 11:58:45,784 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/885d0396ce534a4596566621ba4d02db used request id req-0c235338-6c08-40d4-bf8e-4bb1d87fc4b5 2019-01-20 11:58:45,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 11:58:45,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:58:45,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99a6ae3f-e93b-43a8-9654-cce92da1f1ee Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.22:5000/v3/projects/289a2aef29c1418f966e1a6fa77c8c15"}, "enabled": true, "id": "289a2aef29c1418f966e1a6fa77c8c15", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_cbafcc75-35de-4ace-8002-c50b4e1dad33"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 11:58:45,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-99a6ae3f-e93b-43a8-9654-cce92da1f1ee 2019-01-20 11:58:45,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0866701602936s 2019-01-20 11:58:45,872 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-99a6ae3f-e93b-43a8-9654-cce92da1f1ee 2019-01-20 11:58:45,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-20 11:58:45,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/289a2aef29c1418f966e1a6fa77c8c15 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:58:46,019 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:58:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f965a36-d458-49d3-950c-c38e75273474 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:58:46,019 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/289a2aef29c1418f966e1a6fa77c8c15 used request id req-3f965a36-d458-49d3-950c-c38e75273474 2019-01-20 11:58:46,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.145193099976s 2019-01-20 11:58:46,019 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/289a2aef29c1418f966e1a6fa77c8c15 used request id req-3f965a36-d458-49d3-950c-c38e75273474 2019-01-20 11:58:46,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:58:46,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:58:46,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51d747b6-1ea5-4473-bcc3-12319b3c635a Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "59ba6d766e0f4a1bba61f28753281b2b", "links": {"self": "http://172.30.9.22:5000/v3/roles/59ba6d766e0f4a1bba61f28753281b2b"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:58:46,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-51d747b6-1ea5-4473-bcc3-12319b3c635a 2019-01-20 11:58:46,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0830900669098s 2019-01-20 11:58:46,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-20 11:58:46,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/59ba6d766e0f4a1bba61f28753281b2b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:58:46,221 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:58:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c291bb78-c263-42b8-b6dc-b4b3984c6179 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:58:46,221 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/59ba6d766e0f4a1bba61f28753281b2b used request id req-c291bb78-c263-42b8-b6dc-b4b3984c6179 2019-01-20 11:58:46,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.116348981857s 2019-01-20 11:58:46,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 11:58:46,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=289a2aef29c1418f966e1a6fa77c8c15&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}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:58:46,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-cc7c8dfd-99ef-45a0-b859-d1466893fe58 Date: Sun, 20 Jan 2019 11:58:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "created_at": "2019-01-20T11:57:43Z", "updated_at": "2019-01-20T11:57:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:43Z", "revision_number": 0, "id": "1e4db7b6-b24d-48a1-8ec8-a62fe62618b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:43Z", "security_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv4", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:43Z", "revision_number": 0, "id": "205943a9-1b40-41f2-b909-3d945215435e", "remote_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:43Z", "security_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv6", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:43Z", "revision_number": 0, "id": "492efe5e-1b29-4b41-9ccd-7a8743ff5860", "remote_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:43Z", "security_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv4", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:43Z", "revision_number": 0, "id": "569b57f4-757f-416b-9298-20ec45cb90c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:43Z", "security_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv6", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}], "revision_number": 4, "project_id": "289a2aef29c1418f966e1a6fa77c8c15", "id": "03acace5-7012-482a-b312-ac486a1bad94", "name": "default"}]} 2019-01-20 11:58:46,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=289a2aef29c1418f966e1a6fa77c8c15&name=default used request id req-cc7c8dfd-99ef-45a0-b859-d1466893fe58 2019-01-20 11:58:46,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.184456110001s 2019-01-20 11:58:46,409 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=289a2aef29c1418f966e1a6fa77c8c15&name=default used request id req-cc7c8dfd-99ef-45a0-b859-d1466893fe58 2019-01-20 11:58:46,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 11:58:46,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:58:46,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9c486364-656e-4a72-ac14-03c568423e65 Date: Sun, 20 Jan 2019 11:58:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "created_at": "2019-01-20T11:57:43Z", "updated_at": "2019-01-20T11:57:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:43Z", "revision_number": 0, "id": "205943a9-1b40-41f2-b909-3d945215435e", "remote_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:43Z", "security_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv6", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:43Z", "revision_number": 0, "id": "569b57f4-757f-416b-9298-20ec45cb90c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:43Z", "security_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv6", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:43Z", "revision_number": 0, "id": "1e4db7b6-b24d-48a1-8ec8-a62fe62618b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:43Z", "security_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv4", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:57:43Z", "revision_number": 0, "id": "492efe5e-1b29-4b41-9ccd-7a8743ff5860", "remote_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "remote_ip_prefix": null, "created_at": "2019-01-20T11:57:43Z", "security_group_id": "03acace5-7012-482a-b312-ac486a1bad94", "tenant_id": "289a2aef29c1418f966e1a6fa77c8c15", "port_range_min": null, "ethertype": "IPv4", "project_id": "289a2aef29c1418f966e1a6fa77c8c15"}], "revision_number": 4, "project_id": "289a2aef29c1418f966e1a6fa77c8c15", "id": "03acace5-7012-482a-b312-ac486a1bad94", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 11:58:46,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-9c486364-656e-4a72-ac14-03c568423e65 2019-01-20 11:58:46,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.207501888275s 2019-01-20 11:58:46,621 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-9c486364-656e-4a72-ac14-03c568423e65 2019-01-20 11:58:46,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-20 11:58:46,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/03acace5-7012-482a-b312-ac486a1bad94.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b94e36ed3df75fcaf8c80e7d5228e8c7770d93f7" 2019-01-20 11:58:47,005 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a26be342-48fc-4073-872c-1ebdbd4fcc2a Content-Length: 0 Date: Sun, 20 Jan 2019 11:58:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:58:47,005 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/03acace5-7012-482a-b312-ac486a1bad94.json used request id req-a26be342-48fc-4073-872c-1ebdbd4fcc2a 2019-01-20 11:58:47,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.380342960358s 2019-01-20 11:58:47,006 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/03acace5-7012-482a-b312-ac486a1bad94.json used request id req-a26be342-48fc-4073-872c-1ebdbd4fcc2a 2019-01-20 11:58:47,059 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2019-01-20 11:58:47,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 11:58:47,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 11:58:47,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 11:58:47,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 11:58:47,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 11:58:47,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 11:58:47,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 11:58:47,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 11:58:47,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 11:58:47,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 11:58:47,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 11:58:47,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 11:58:47,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 11:58:47,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 11:58:47,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 11:58:47,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 11:58:47,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 11:58:47,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 11:58:47,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 11:58:47,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 11:58:47,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 11:58:47,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 11:58:47,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-20 11:58:47,108 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-20 11:58:47,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 11:58:47,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5012ac8-4c13-446d-adf2-2a0dec22f9da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:58:47,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a5012ac8-4c13-446d-adf2-2a0dec22f9da 2019-01-20 11:58:47,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:58:47,498 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}], "expires_at": "2019-01-20T12:58:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "057838f782f94e5ca660a8d24231cdb7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "96110a92bd284ca5bccb7c5d679699e2"}, "audit_ids": ["7ZW5eblOS_e-H_KCOiN-jQ"], "issued_at": "2019-01-20T11:58:47.000000Z"}} 2019-01-20 11:58:47,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 11:58:47,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:58:47,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-44cfb49c-c79d-4916-8423-56cd2a00b8c6 Date: Sun, 20 Jan 2019 11:58:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 11:58:47,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-44cfb49c-c79d-4916-8423-56cd2a00b8c6 2019-01-20 11:58:47,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.226464986801s 2019-01-20 11:58:47,728 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-44cfb49c-c79d-4916-8423-56cd2a00b8c6 2019-01-20 11:58:47,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 11:58:47,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:58:47,738 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11:58: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:58:47,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:58:47,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38c7df2c-a97e-4d18-857b-da838c284582 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 11:58:47,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-38c7df2c-a97e-4d18-857b-da838c284582 2019-01-20 11:58:47,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0897810459137s 2019-01-20 11:58:47,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-20 11:58:47,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}def6b7a7e57c27f8dcac8513a9690fb830d5264f" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_188b858b-7bf7-4bf5-92b3-906942df2cb6"}}' 2019-01-20 11:58:47,927 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:58:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d482aac-7b14-4794-a79e-2a8d02857581 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.22:5000/v3/projects/720822443f5848939bb76c66aa8b2c43"}, "enabled": true, "id": "720822443f5848939bb76c66aa8b2c43", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_188b858b-7bf7-4bf5-92b3-906942df2cb6"}} 2019-01-20 11:58:47,928 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-8d482aac-7b14-4794-a79e-2a8d02857581 2019-01-20 11:58:47,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.10741686821s 2019-01-20 11:58:47,928 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-8d482aac-7b14-4794-a79e-2a8d02857581 2019-01-20 11:58:47,929 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_188b858b-7bf7-4bf5-92b3-906942df2cb6', 'id': u'720822443f5848939bb76c66aa8b2c43', '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'})}) 2019-01-20 11:58:47,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-20 11:58:48,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.362664937973s 2019-01-20 11:58:48,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/ffd84cdafc3b4b88a62370cd091b61b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:58:48,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-427d8590-310b-468b-9959-fe7e243b2c3b Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/ffd84cdafc3b4b88a62370cd091b61b6"}, "enabled": true, "id": "ffd84cdafc3b4b88a62370cd091b61b6", "options": {}, "domain_id": "default", "name": "vping_userdata-user_188b858b-7bf7-4bf5-92b3-906942df2cb6"}} 2019-01-20 11:58:48,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/ffd84cdafc3b4b88a62370cd091b61b6 used request id req-427d8590-310b-468b-9959-fe7e243b2c3b 2019-01-20 11:58:48,386 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ffd84cdafc3b4b88a62370cd091b61b6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_188b858b-7bf7-4bf5-92b3-906942df2cb6'}) 2019-01-20 11:58:48,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:58:48,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:58:48,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f44faa74-9753-4d00-929c-5c3e62e728ba Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:58:48,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f44faa74-9753-4d00-929c-5c3e62e728ba 2019-01-20 11:58:48,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0785541534424s 2019-01-20 11:58:48,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:58:48,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:58:48,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a68f0de5-574c-4079-b585-346b3059c063 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:58:48,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a68f0de5-574c-4079-b585-346b3059c063 2019-01-20 11:58:48,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0795178413391s 2019-01-20 11:58:48,547 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-20 11:58:48,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-20 11:58:48,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def6b7a7e57c27f8dcac8513a9690fb830d5264f" -d '{"role": {"name": "Member"}}' 2019-01-20 11:58:48,633 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:58:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-382fd48c-4634-4aa0-9d75-84cf42a14241 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4c1dc0c32ba54b46a2253536080a4f9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/4c1dc0c32ba54b46a2253536080a4f9c"}, "name": "Member"}} 2019-01-20 11:58:48,634 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-382fd48c-4634-4aa0-9d75-84cf42a14241 2019-01-20 11:58:48,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.086795091629s 2019-01-20 11:58:48,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/4c1dc0c32ba54b46a2253536080a4f9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:58:48,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4881295a-508f-40ab-9284-e0842c3e7b0c Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/4c1dc0c32ba54b46a2253536080a4f9c"}, "domain_id": null, "name": "Member", "id": "4c1dc0c32ba54b46a2253536080a4f9c"}} 2019-01-20 11:58:48,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/4c1dc0c32ba54b46a2253536080a4f9c used request id req-4881295a-508f-40ab-9284-e0842c3e7b0c 2019-01-20 11:58:48,651 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/4c1dc0c32ba54b46a2253536080a4f9c'}, 'domain_id': None, 'human_id': None, 'id': u'4c1dc0c32ba54b46a2253536080a4f9c', 'HUMAN_ID': False}) 2019-01-20 11:58:48,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:58:48,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:58:48,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6650c64c-e2e7-4c7a-a453-9c5b17bc10c4 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4c1dc0c32ba54b46a2253536080a4f9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/4c1dc0c32ba54b46a2253536080a4f9c"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:58:48,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6650c64c-e2e7-4c7a-a453-9c5b17bc10c4 2019-01-20 11:58:48,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0775089263916s 2019-01-20 11:58:48,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 11:58:48,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:58:48,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a703b143-fb97-48f0-b06f-0e805ee12b10 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 11:58:48,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-a703b143-fb97-48f0-b06f-0e805ee12b10 2019-01-20 11:58:48,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0799660682678s 2019-01-20 11:58:48,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:58:48,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:58:48,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-306f018e-3b6e-4019-beb2-0870bb09efba Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_188b858b-7bf7-4bf5-92b3-906942df2cb6", "links": {"self": "http://172.30.9.22:5000/v3/users/ffd84cdafc3b4b88a62370cd091b61b6"}, "domain_id": "default", "enabled": true, "id": "ffd84cdafc3b4b88a62370cd091b61b6", "options": {}}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:58:48,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-306f018e-3b6e-4019-beb2-0870bb09efba 2019-01-20 11:58:48,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0965268611908s 2019-01-20 11:58:48,908 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-306f018e-3b6e-4019-beb2-0870bb09efba 2019-01-20 11:58:48,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 11:58:48,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:58:48,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78eda9b6-942e-48e6-bf6c-e41d2821deec Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.22:5000/v3/projects/720822443f5848939bb76c66aa8b2c43"}, "enabled": true, "id": "720822443f5848939bb76c66aa8b2c43", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_188b858b-7bf7-4bf5-92b3-906942df2cb6"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 11:58:48,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-78eda9b6-942e-48e6-bf6c-e41d2821deec 2019-01-20 11:58:48,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0808351039886s 2019-01-20 11:58:48,992 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-78eda9b6-942e-48e6-bf6c-e41d2821deec 2019-01-20 11:58:48,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 11:58:48,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=ffd84cdafc3b4b88a62370cd091b61b6&scope.project.id=720822443f5848939bb76c66aa8b2c43&role.id=4c1dc0c32ba54b46a2253536080a4f9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:58:49,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3ff0b54-3076-4e52-bca6-520adf165efe Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=ffd84cdafc3b4b88a62370cd091b61b6&scope.project.id=720822443f5848939bb76c66aa8b2c43&role.id=4c1dc0c32ba54b46a2253536080a4f9c", "previous": null, "next": null}} 2019-01-20 11:58:49,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=ffd84cdafc3b4b88a62370cd091b61b6&scope.project.id=720822443f5848939bb76c66aa8b2c43&role.id=4c1dc0c32ba54b46a2253536080a4f9c used request id req-f3ff0b54-3076-4e52-bca6-520adf165efe 2019-01-20 11:58:49,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0831050872803s 2019-01-20 11:58:49,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 11:58:49,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/720822443f5848939bb76c66aa8b2c43/users/ffd84cdafc3b4b88a62370cd091b61b6/roles/4c1dc0c32ba54b46a2253536080a4f9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:58:49,194 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:58:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19b7e7ec-e50d-42cc-9b09-575ce43d371f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:58:49,194 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/720822443f5848939bb76c66aa8b2c43/users/ffd84cdafc3b4b88a62370cd091b61b6/roles/4c1dc0c32ba54b46a2253536080a4f9c used request id req-19b7e7ec-e50d-42cc-9b09-575ce43d371f 2019-01-20 11:58:49,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.116623878479s 2019-01-20 11:58:49,195 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_188b858b-7bf7-4bf5-92b3-906942df2cb6', 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': 'e3d25144-ee0e-45ad-bfb8-e0e922d756a6', 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_188b858b-7bf7-4bf5-92b3-906942df2cb6', 'project_id': u'720822443f5848939bb76c66aa8b2c43', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-20 11:58:49,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 11:58:49,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 11:58:49,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 11:58:49,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 11:58:49,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 11:58:49,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 11:58:49,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 11:58:49,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 11:58:49,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 11:58:49,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 11:58:49,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 11:58:49,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 11:58:49,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 11:58:49,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 11:58:49,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 11:58:49,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 11:58:49,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 11:58:49,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 11:58:49,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 11:58:49,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 11:58:49,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 11:58:49,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 11:58:49,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-20 11:58:49,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-20 11:58:49,200 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_188b858b-7bf7-4bf5-92b3-906942df2cb6', 'password': 'e3d25144-ee0e-45ad-bfb8-e0e922d756a6', 'project_name': 'vping_userdata-project_188b858b-7bf7-4bf5-92b3-906942df2cb6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '720822443f5848939bb76c66aa8b2c43', 'project_domain_name': 'Default'} 2019-01-20 11:58:49,201 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2019-01-20 11:58:49,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 11:58:49,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:58:49,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8938bf42-89aa-426b-a8ce-2a358cba000a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 11:58:49,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-8938bf42-89aa-426b-a8ce-2a358cba000a 2019-01-20 11:58:49,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0796010494232s 2019-01-20 11:58:49,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 11:58:49,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:58:49,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df9ae608-7efb-48ad-87d7-a4bec9f57bae Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.22:5000/v3/projects/720822443f5848939bb76c66aa8b2c43"}, "enabled": true, "id": "720822443f5848939bb76c66aa8b2c43", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_188b858b-7bf7-4bf5-92b3-906942df2cb6"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 11:58:49,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-df9ae608-7efb-48ad-87d7-a4bec9f57bae 2019-01-20 11:58:49,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.081022977829s 2019-01-20 11:58:49,364 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-df9ae608-7efb-48ad-87d7-a4bec9f57bae 2019-01-20 11:58:49,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2019-01-20 11:58:49,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}def6b7a7e57c27f8dcac8513a9690fb830d5264f" -d '{"network": {"tenant_id": "720822443f5848939bb76c66aa8b2c43", "name": "vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6", "admin_state_up": true}}' 2019-01-20 11:58:49,842 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-80024e01-e6b3-4939-990c-a6593f38196b Date: Sun, 20 Jan 2019 11:58:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"91d02bc7-ac5f-457b-82e0-357f878b9604","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"720822443f5848939bb76c66aa8b2c43","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T11:58:49Z","is_default":false,"qos_policy_id":null,"name":"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6","admin_state_up":true,"tenant_id":"720822443f5848939bb76c66aa8b2c43","created_at":"2019-01-20T11:58:49Z","mtu":1450}} 2019-01-20 11:58:49,842 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-80024e01-e6b3-4939-990c-a6593f38196b 2019-01-20 11:58:49,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.474905014038s 2019-01-20 11:58:49,842 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-80024e01-e6b3-4939-990c-a6593f38196b 2019-01-20 11:58:49,843 - 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'2019-01-20T11:58:49Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'91d02bc7-ac5f-457b-82e0-357f878b9604', u'provider:segmentation_id': 51, 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_188b858b-7bf7-4bf5-92b3-906942df2cb6', u'created_at': u'2019-01-20T11:58:49Z', u'mtu': 1450, u'tenant_id': u'720822443f5848939bb76c66aa8b2c43', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'720822443f5848939bb76c66aa8b2c43'}) 2019-01-20 11:58:49,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 11:58:49,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:58:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-710e2a11-8863-48be-beda-920c6db6853e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:58:49,851 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-710e2a11-8863-48be-beda-920c6db6853e 2019-01-20 11:58:49,851 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:58:50,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4c1dc0c32ba54b46a2253536080a4f9c", "name": "Member"}], "expires_at": "2019-01-20T12:58:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "720822443f5848939bb76c66aa8b2c43", "name": "vping_userdata-project_188b858b-7bf7-4bf5-92b3-906942df2cb6"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/720822443f5848939bb76c66aa8b2c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/720822443f5848939bb76c66aa8b2c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/720822443f5848939bb76c66aa8b2c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/720822443f5848939bb76c66aa8b2c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/720822443f5848939bb76c66aa8b2c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/720822443f5848939bb76c66aa8b2c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/720822443f5848939bb76c66aa8b2c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/720822443f5848939bb76c66aa8b2c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/720822443f5848939bb76c66aa8b2c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/720822443f5848939bb76c66aa8b2c43", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/720822443f5848939bb76c66aa8b2c43", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/720822443f5848939bb76c66aa8b2c43", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_188b858b-7bf7-4bf5-92b3-906942df2cb6", "id": "ffd84cdafc3b4b88a62370cd091b61b6"}, "audit_ids": ["evFZe4BKRKuGivf5maBXOA"], "issued_at": "2019-01-20T11:58:50.000000Z"}} 2019-01-20 11:58:50,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 11:58:50,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:58:50,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-831fc6d4-1503-45be-ac87-997ee968420d Date: Sun, 20 Jan 2019 11:58:50 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T11:58:49Z","tenant_id":"720822443f5848939bb76c66aa8b2c43","created_at":"2019-01-20T11:58:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"720822443f5848939bb76c66aa8b2c43","id":"91d02bc7-ac5f-457b-82e0-357f878b9604","name":"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6"}]} 2019-01-20 11:58:50,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-831fc6d4-1503-45be-ac87-997ee968420d 2019-01-20 11:58:50,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.251903057098s 2019-01-20 11:58:50,481 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-831fc6d4-1503-45be-ac87-997ee968420d 2019-01-20 11:58:50,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2019-01-20 11:58:50,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" -d '{"subnet": {"name": "vping_userdata-subnet_188b858b-7bf7-4bf5-92b3-906942df2cb6", "enable_dhcp": true, "network_id": "91d02bc7-ac5f-457b-82e0-357f878b9604", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2019-01-20 11:58:51,095 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e52b97c2-f4c6-4287-9858-44605c870403 Date: Sun, 20 Jan 2019 11:58:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"91d02bc7-ac5f-457b-82e0-357f878b9604","tenant_id":"720822443f5848939bb76c66aa8b2c43","created_at":"2019-01-20T11:58:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-20T11:58:50Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"720822443f5848939bb76c66aa8b2c43","id":"4b2e6378-95fb-45d7-ba80-c1bbbc5a69e7","subnetpool_id":null,"name":"vping_userdata-subnet_188b858b-7bf7-4bf5-92b3-906942df2cb6"}} 2019-01-20 11:58:51,096 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-e52b97c2-f4c6-4287-9858-44605c870403 2019-01-20 11:58:51,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.613144159317s 2019-01-20 11:58:51,096 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-e52b97c2-f4c6-4287-9858-44605c870403 2019-01-20 11:58:51,096 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-20T11:58:50Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'4b2e6378-95fb-45d7-ba80-c1bbbc5a69e7', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_188b858b-7bf7-4bf5-92b3-906942df2cb6', u'enable_dhcp': True, u'network_id': u'91d02bc7-ac5f-457b-82e0-357f878b9604', u'tenant_id': u'720822443f5848939bb76c66aa8b2c43', u'created_at': u'2019-01-20T11:58:50Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'720822443f5848939bb76c66aa8b2c43'}) 2019-01-20 11:58:51,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2019-01-20 11:58:51,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "vping_userdata-router_188b858b-7bf7-4bf5-92b3-906942df2cb6", "admin_state_up": true}}' 2019-01-20 11:58:56,090 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-ba9e25da-e8e2-4730-bb13-851a6bdd5fd4 Date: Sun, 20 Jan 2019 11:58:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "720822443f5848939bb76c66aa8b2c43", "created_at": "2019-01-20T11:58:51Z", "admin_state_up": true, "updated_at": "2019-01-20T11:58:52Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "720822443f5848939bb76c66aa8b2c43", "id": "1dad8008-4c80-4f1e-b2c4-e8204df9f3c5", "name": "vping_userdata-router_188b858b-7bf7-4bf5-92b3-906942df2cb6"}} 2019-01-20 11:58:56,090 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-ba9e25da-e8e2-4730-bb13-851a6bdd5fd4 2019-01-20 11:58:56,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 4.99342083931s 2019-01-20 11:58:56,091 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-ba9e25da-e8e2-4730-bb13-851a6bdd5fd4 2019-01-20 11:58:56,091 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2019-01-20T11:58:52Z', u'revision_number': 2, u'id': u'1dad8008-4c80-4f1e-b2c4-e8204df9f3c5', u'external_gateway_info': {u'network_id': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f1d6064a-dfc2-4b08-a86f-c2541a25b519', u'ip_address': u'172.30.9.208'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-router_188b858b-7bf7-4bf5-92b3-906942df2cb6', u'admin_state_up': True, u'tenant_id': u'720822443f5848939bb76c66aa8b2c43', u'created_at': u'2019-01-20T11:58:51Z', u'flavor_id': None, u'routes': [], u'project_id': u'720822443f5848939bb76c66aa8b2c43'}) 2019-01-20 11:58:56,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2019-01-20 11:58:56,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/1dad8008-4c80-4f1e-b2c4-e8204df9f3c5/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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" -d '{"subnet_id": "4b2e6378-95fb-45d7-ba80-c1bbbc5a69e7"}' 2019-01-20 11:58:58,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a3d30b47-1022-4708-8d3f-ab6914fc6fd4 Date: Sun, 20 Jan 2019 11:58:58 GMT RESP BODY: {"network_id": "91d02bc7-ac5f-457b-82e0-357f878b9604", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "subnet_id": "4b2e6378-95fb-45d7-ba80-c1bbbc5a69e7", "subnet_ids": ["4b2e6378-95fb-45d7-ba80-c1bbbc5a69e7"], "port_id": "22c0d79a-2092-4c43-9666-0b8cbb509a56", "id": "1dad8008-4c80-4f1e-b2c4-e8204df9f3c5"} 2019-01-20 11:58:58,173 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/1dad8008-4c80-4f1e-b2c4-e8204df9f3c5/add_router_interface.json used request id req-a3d30b47-1022-4708-8d3f-ab6914fc6fd4 2019-01-20 11:58:58,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.08087611198s 2019-01-20 11:58:58,173 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/1dad8008-4c80-4f1e-b2c4-e8204df9f3c5/add_router_interface.json used request id req-a3d30b47-1022-4708-8d3f-ab6914fc6fd4 returning object 1dad8008-4c80-4f1e-b2c4-e8204df9f3c5 2019-01-20 11:58:58,174 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 11:58:58,306 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-20 11:58:58,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:58:58,312 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sun, 20 Jan 2019 11:58:58 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2019-01-20 11:58:58,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 11:58:58,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:58:58,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-0fb3cbc6-089b-437b-9bfd-5b4fc0be0359 Date: Sun, 20 Jan 2019 11:58:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 11:58:58,487 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-0fb3cbc6-089b-437b-9bfd-5b4fc0be0359 2019-01-20 11:58:58,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17306804657s 2019-01-20 11:58:58,488 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-0fb3cbc6-089b-437b-9bfd-5b4fc0be0359 2019-01-20 11:58:58,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-20 11:58:58,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_188b858b-7bf7-4bf5-92b3-906942df2cb6", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_188b858b-7bf7-4bf5-92b3-906942df2cb6"}' 2019-01-20 11:58:58,733 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532 X-Openstack-Request-Id: req-92a5d5c0-0c73-4f66-856a-f65d342f5331 Date: Sun, 20 Jan 2019 11:58:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532/file", "owner": "720822443f5848939bb76c66aa8b2c43", "id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "size": null, "self": "/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T11:58:58Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_188b858b-7bf7-4bf5-92b3-906942df2cb6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_188b858b-7bf7-4bf5-92b3-906942df2cb6", "checksum": null, "created_at": "2019-01-20T11:58:58Z", "protected": false} 2019-01-20 11:58:58,734 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-92a5d5c0-0c73-4f66-856a-f65d342f5331 2019-01-20 11:58:58,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.244431018829s 2019-01-20 11:58:58,734 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-92a5d5c0-0c73-4f66-856a-f65d342f5331 returning object fa4711a4-94e7-41dc-9d30-b575adcaa532 2019-01-20 11:58:58,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-20 11:58:58,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532/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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" -d '' 2019-01-20 11:59:00,256 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9e86bed4-2dcd-4e16-9874-ff2d87fc6f5d Date: Sun, 20 Jan 2019 11:59:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:59:00,256 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532/file used request id req-9e86bed4-2dcd-4e16-9874-ff2d87fc6f5d 2019-01-20 11:59:00,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.52129101753s 2019-01-20 11:59:00,257 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532/file used request id req-9e86bed4-2dcd-4e16-9874-ff2d87fc6f5d 2019-01-20 11:59:00,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 11:59:00,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:00,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-eb27309b-57ab-4367-9858-f64b4bbdedf8 Date: Sun, 20 Jan 2019 11:59:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/fa4711a4-94e7-41dc-9d30-b575adcaa532/snap", "metadata": {}}], "file": "/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532/file", "owner": "720822443f5848939bb76c66aa8b2c43", "id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "size": 12716032, "self": "/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/fa4711a4-94e7-41dc-9d30-b575adcaa532/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T11:59:00Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_188b858b-7bf7-4bf5-92b3-906942df2cb6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_188b858b-7bf7-4bf5-92b3-906942df2cb6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T11:58:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 11:59:00,428 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-eb27309b-57ab-4367-9858-f64b4bbdedf8 2019-01-20 11:59:00,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17104101181s 2019-01-20 11:59:00,429 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-eb27309b-57ab-4367-9858-f64b4bbdedf8 2019-01-20 11:59:00,431 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/fa4711a4-94e7-41dc-9d30-b575adcaa532/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532/file', 'owner': u'720822443f5848939bb76c66aa8b2c43', 'id': u'fa4711a4-94e7-41dc-9d30-b575adcaa532', 'size': 12716032, u'self': u'/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'720822443f5848939bb76c66aa8b2c43', 'name': 'vping_userdata-project_188b858b-7bf7-4bf5-92b3-906942df2cb6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/fa4711a4-94e7-41dc-9d30-b575adcaa532/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-20T11:59:00Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-20T11:59:00Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_188b858b-7bf7-4bf5-92b3-906942df2cb6', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_188b858b-7bf7-4bf5-92b3-906942df2cb6', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_188b858b-7bf7-4bf5-92b3-906942df2cb6', 'created': u'2019-01-20T11:58:58Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-20T11:58:58Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_188b858b-7bf7-4bf5-92b3-906942df2cb6', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-20 11:59:00,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-20 11:59:00,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}def6b7a7e57c27f8dcac8513a9690fb830d5264f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_188b858b-7bf7-4bf5-92b3-906942df2cb6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-20 11:59:00,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-2d461dfa-413b-48e1-b0dc-be04737a9242 x-compute-request-id: req-2d461dfa-413b-48e1-b0dc-be04737a9242 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "69a50e86-260f-47a5-985d-89980b600de8", "name": "vping_userdata-flavor_188b858b-7bf7-4bf5-92b3-906942df2cb6", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 11:59:00,622 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-2d461dfa-413b-48e1-b0dc-be04737a9242 2019-01-20 11:59:00,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.19082903862s 2019-01-20 11:59:00,623 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-2d461dfa-413b-48e1-b0dc-be04737a9242 returning object 69a50e86-260f-47a5-985d-89980b600de8 2019-01-20 11:59:00,624 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_188b858b-7bf7-4bf5-92b3-906942df2cb6', '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'057838f782f94e5ca660a8d24231cdb7', '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'69a50e86-260f-47a5-985d-89980b600de8', 'swap': 0}) 2019-01-20 11:59:00,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-20 11:59:00,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/69a50e86-260f-47a5-985d-89980b600de8/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}def6b7a7e57c27f8dcac8513a9690fb830d5264f" -d '{"extra_specs": {}}' 2019-01-20 11:59:00,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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 x-openstack-request-id: req-2cee625f-cea8-4adf-a22e-b2436c4efab9 x-compute-request-id: req-2cee625f-cea8-4adf-a22e-b2436c4efab9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 11:59:00,645 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/69a50e86-260f-47a5-985d-89980b600de8/os-extra_specs used request id req-2cee625f-cea8-4adf-a22e-b2436c4efab9 2019-01-20 11:59:00,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020632982254s 2019-01-20 11:59:00,646 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/69a50e86-260f-47a5-985d-89980b600de8/os-extra_specs used request id req-2cee625f-cea8-4adf-a22e-b2436c4efab9 2019-01-20 11:59:00,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 11:59:00,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:00,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-bebf7e67-e122-4296-a925-a77a57ca8c81 Date: Sun, 20 Jan 2019 11:59:00 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4b2e6378-95fb-45d7-ba80-c1bbbc5a69e7"],"updated_at":"2019-01-20T11:58:50Z","tenant_id":"720822443f5848939bb76c66aa8b2c43","created_at":"2019-01-20T11:58:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"720822443f5848939bb76c66aa8b2c43","id":"91d02bc7-ac5f-457b-82e0-357f878b9604","name":"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6"}]} 2019-01-20 11:59:00,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-bebf7e67-e122-4296-a925-a77a57ca8c81 2019-01-20 11:59:00,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.29168510437s 2019-01-20 11:59:00,938 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-bebf7e67-e122-4296-a925-a77a57ca8c81 2019-01-20 11:59:00,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 11:59:00,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:01,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-f9386091-d5a4-4191-b60e-14d5e323df45 Date: Sun, 20 Jan 2019 11:59:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/fa4711a4-94e7-41dc-9d30-b575adcaa532/snap", "metadata": {}}], "file": "/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532/file", "owner": "720822443f5848939bb76c66aa8b2c43", "id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "size": 12716032, "self": "/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/fa4711a4-94e7-41dc-9d30-b575adcaa532/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T11:59:00Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_188b858b-7bf7-4bf5-92b3-906942df2cb6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_188b858b-7bf7-4bf5-92b3-906942df2cb6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T11:58:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 11:59:01,129 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-f9386091-d5a4-4191-b60e-14d5e323df45 2019-01-20 11:59:01,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.189666032791s 2019-01-20 11:59:01,130 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-f9386091-d5a4-4191-b60e-14d5e323df45 2019-01-20 11:59:01,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 11:59:01,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:01,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-c9c8a25b-0d6b-4780-b67d-93fe83520ef5 x-compute-request-id: req-c9c8a25b-0d6b-4780-b67d-93fe83520ef5 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "69a50e86-260f-47a5-985d-89980b600de8", "name": "vping_userdata-flavor_188b858b-7bf7-4bf5-92b3-906942df2cb6", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 11:59:01,310 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-c9c8a25b-0d6b-4780-b67d-93fe83520ef5 2019-01-20 11:59:01,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.178635120392s 2019-01-20 11:59:01,310 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-c9c8a25b-0d6b-4780-b67d-93fe83520ef5 2019-01-20 11:59:01,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2019-01-20 11:59:01,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" -d '{"server": {"name": "vping_userdata-vm_188b858b-7bf7-4bf5-92b3-906942df2cb6", "imageRef": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "flavorRef": "69a50e86-260f-47a5-985d-89980b600de8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "91d02bc7-ac5f-457b-82e0-357f878b9604"}]}}' 2019-01-20 11:59:03,253 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11:59:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-da6617a4-8fbd-4119-9a5d-18e0330be113 x-compute-request-id: req-da6617a4-8fbd-4119-9a5d-18e0330be113 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/3ff022d3-753a-43a5-871e-38c6078faa2d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3ff022d3-753a-43a5-871e-38c6078faa2d", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "bookmark"}], "adminPass": "6cdRkip85MTA"}} 2019-01-20 11:59:03,253 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-da6617a4-8fbd-4119-9a5d-18e0330be113 2019-01-20 11:59:03,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.94034600258s 2019-01-20 11:59:03,253 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-da6617a4-8fbd-4119-9a5d-18e0330be113 2019-01-20 11:59:03,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:59:03,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:03,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-8ee923d1-b6a2-435c-bc44-5ff0721e8472 x-compute-request-id: req-8ee923d1-b6a2-435c-bc44-5ff0721e8472 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "3ff022d3-753a-43a5-871e-38c6078faa2d", "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:59:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:03Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:59:03,695 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8ee923d1-b6a2-435c-bc44-5ff0721e8472 2019-01-20 11:59:03,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.440950870514s 2019-01-20 11:59:03,695 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8ee923d1-b6a2-435c-bc44-5ff0721e8472 2019-01-20 11:59:03,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 11:59:03,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:03,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-0ff378a6-c9a8-4bf8-b150-078cd8ef2c42 Date: Sun, 20 Jan 2019 11:59:03 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4b2e6378-95fb-45d7-ba80-c1bbbc5a69e7"],"updated_at":"2019-01-20T11:58:50Z","tenant_id":"720822443f5848939bb76c66aa8b2c43","created_at":"2019-01-20T11:58:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"720822443f5848939bb76c66aa8b2c43","id":"91d02bc7-ac5f-457b-82e0-357f878b9604","name":"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6"}]} 2019-01-20 11:59:03,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0ff378a6-c9a8-4bf8-b150-078cd8ef2c42 2019-01-20 11:59:03,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.263417959213s 2019-01-20 11:59:03,966 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0ff378a6-c9a8-4bf8-b150-078cd8ef2c42 2019-01-20 11:59:03,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-20 11:59:03,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:04,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6b151bd2-82cd-4571-a649-5e72ec04d1f6 Date: Sun, 20 Jan 2019 11:59:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"91d02bc7-ac5f-457b-82e0-357f878b9604","tenant_id":"720822443f5848939bb76c66aa8b2c43","created_at":"2019-01-20T11:58:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-20T11:58:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"720822443f5848939bb76c66aa8b2c43","id":"4b2e6378-95fb-45d7-ba80-c1bbbc5a69e7","subnetpool_id":null,"name":"vping_userdata-subnet_188b858b-7bf7-4bf5-92b3-906942df2cb6"}]} 2019-01-20 11:59:04,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-6b151bd2-82cd-4571-a649-5e72ec04d1f6 2019-01-20 11:59:04,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.376343011856s 2019-01-20 11:59:04,343 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-6b151bd2-82cd-4571-a649-5e72ec04d1f6 2019-01-20 11:59:04,344 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 11:59:06,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:59:06,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:07,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59: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-1c087e32-027f-40ee-8b6e-3895d29cb609 x-compute-request-id: req-1c087e32-027f-40ee-8b6e-3895d29cb609 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "3ff022d3-753a-43a5-871e-38c6078faa2d", "security_groups": [{"name": "default"}], "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:59:04Z", "hostId": "ae4465e2ced7d80893eba20bbeae898cba7130838f241f228ba0765a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:03Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:59:07,047 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1c087e32-027f-40ee-8b6e-3895d29cb609 2019-01-20 11:59:07,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.700439929962s 2019-01-20 11:59:07,047 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1c087e32-027f-40ee-8b6e-3895d29cb609 2019-01-20 11:59:07,051 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 11:59:09,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:59:09,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:09,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6bd87d8-face-48d0-b000-106826b8804e x-compute-request-id: req-f6bd87d8-face-48d0-b000-106826b8804e Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "3ff022d3-753a-43a5-871e-38c6078faa2d", "security_groups": [{"name": "default"}], "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:59:04Z", "hostId": "ae4465e2ced7d80893eba20bbeae898cba7130838f241f228ba0765a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:03Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:59:09,893 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f6bd87d8-face-48d0-b000-106826b8804e 2019-01-20 11:59:09,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.839094877243s 2019-01-20 11:59:09,893 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f6bd87d8-face-48d0-b000-106826b8804e 2019-01-20 11:59:09,897 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 11:59:11,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:59:11,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:12,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ea4b5a8-3f04-4342-a748-83392ac4743d x-compute-request-id: req-4ea4b5a8-3f04-4342-a748-83392ac4743d Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:83:39", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:59:09.000000", "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "3ff022d3-753a-43a5-871e-38c6078faa2d", "security_groups": [{"name": "default"}], "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:59:10Z", "hostId": "ae4465e2ced7d80893eba20bbeae898cba7130838f241f228ba0765a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:03Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:59:12,710 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4ea4b5a8-3f04-4342-a748-83392ac4743d 2019-01-20 11:59:12,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.809972047806s 2019-01-20 11:59:12,710 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4ea4b5a8-3f04-4342-a748-83392ac4743d 2019-01-20 11:59:12,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-20 11:59:12,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=3ff022d3-753a-43a5-871e-38c6078faa2d" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:12,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-1178b76e-58db-4626-9d65-ab959145e2d3 Date: Sun, 20 Jan 2019 11:59:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:59:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4b2e6378-95fb-45d7-ba80-c1bbbc5a69e7","ip_address":"192.168.120.7"}],"id":"0ebd95a0-225e-41a6-9553-60396c0d8f2b","security_groups":["a45cf6bb-941a-4c9e-9c60-0863a4bf74fa"],"mac_address":"fa:16:3e:b0:83:39","project_id":"720822443f5848939bb76c66aa8b2c43","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"91d02bc7-ac5f-457b-82e0-357f878b9604","tenant_id":"720822443f5848939bb76c66aa8b2c43","created_at":"2019-01-20T11:59:05Z","binding:vnic_type":"normal","device_id":"3ff022d3-753a-43a5-871e-38c6078faa2d"}]} 2019-01-20 11:59:12,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=3ff022d3-753a-43a5-871e-38c6078faa2d used request id req-1178b76e-58db-4626-9d65-ab959145e2d3 2019-01-20 11:59:12,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0559091567993s 2019-01-20 11:59:12,771 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=3ff022d3-753a-43a5-871e-38c6078faa2d used request id req-1178b76e-58db-4626-9d65-ab959145e2d3 2019-01-20 11:59:12,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 11:59:12,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=0ebd95a0-225e-41a6-9553-60396c0d8f2b" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:12,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-bcdcc174-9b73-4926-b9f4-e94c2a05e0be Date: Sun, 20 Jan 2019 11:59:12 GMT RESP BODY: {"floatingips": []} 2019-01-20 11:59:12,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=0ebd95a0-225e-41a6-9553-60396c0d8f2b used request id req-bcdcc174-9b73-4926-b9f4-e94c2a05e0be 2019-01-20 11:59:12,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.018171787262s 2019-01-20 11:59:12,795 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=0ebd95a0-225e-41a6-9553-60396c0d8f2b used request id req-bcdcc174-9b73-4926-b9f4-e94c2a05e0be 2019-01-20 11:59:12,795 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b0:83:39', 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'fa4711a4-94e7-41dc-9d30-b575adcaa532'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-20T11:59:09.000000', 'flavor': Munch({u'id': u'69a50e86-260f-47a5-985d-89980b600de8'}), 'az': u'nova', 'id': u'3ff022d3-753a-43a5-871e-38c6078faa2d', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'ffd84cdafc3b4b88a62370cd091b61b6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'720822443f5848939bb76c66aa8b2c43', 'name': 'vping_userdata-project_188b858b-7bf7-4bf5-92b3-906942df2cb6', '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'2019-01-20T11:59:09.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-20T11:59:10Z', 'hostId': u'ae4465e2ced7d80893eba20bbeae898cba7130838f241f228ba0765a', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'ae4465e2ced7d80893eba20bbeae898cba7130838f241f228ba0765a', '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'2019-01-20T11:59:09.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'720822443f5848939bb76c66aa8b2c43', 'name': u'vping_userdata-vm_188b858b-7bf7-4bf5-92b3-906942df2cb6', 'adminPass': u'6cdRkip85MTA', 'tenant_id': u'720822443f5848939bb76c66aa8b2c43', 'region': 'regionOne', 'created': u'2019-01-20T11:59:03Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-20 11:59:12,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 11:59:12,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:13,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-00ae6a45-fc66-4182-87f8-e87ea42ec4d2 Date: Sun, 20 Jan 2019 11:59:13 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4b2e6378-95fb-45d7-ba80-c1bbbc5a69e7"],"updated_at":"2019-01-20T11:58:50Z","tenant_id":"720822443f5848939bb76c66aa8b2c43","created_at":"2019-01-20T11:58:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"720822443f5848939bb76c66aa8b2c43","id":"91d02bc7-ac5f-457b-82e0-357f878b9604","name":"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6"}]} 2019-01-20 11:59:13,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-00ae6a45-fc66-4182-87f8-e87ea42ec4d2 2019-01-20 11:59:13,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.240841150284s 2019-01-20 11:59:13,038 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-00ae6a45-fc66-4182-87f8-e87ea42ec4d2 2019-01-20 11:59:13,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 11:59:13,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:13,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-d36451e1-bbb7-4d41-a520-3b7500d22528 Date: Sun, 20 Jan 2019 11:59:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/fa4711a4-94e7-41dc-9d30-b575adcaa532/snap", "metadata": {}}], "file": "/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532/file", "owner": "720822443f5848939bb76c66aa8b2c43", "id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "size": 12716032, "self": "/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/fa4711a4-94e7-41dc-9d30-b575adcaa532/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T11:59:00Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_188b858b-7bf7-4bf5-92b3-906942df2cb6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_188b858b-7bf7-4bf5-92b3-906942df2cb6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T11:58:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 11:59:13,216 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d36451e1-bbb7-4d41-a520-3b7500d22528 2019-01-20 11:59:13,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176995992661s 2019-01-20 11:59:13,216 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d36451e1-bbb7-4d41-a520-3b7500d22528 2019-01-20 11:59:13,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 11:59:13,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:13,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35aff7ea-6cf6-4a66-b904-ec3b20cec904 x-compute-request-id: req-35aff7ea-6cf6-4a66-b904-ec3b20cec904 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "69a50e86-260f-47a5-985d-89980b600de8", "name": "vping_userdata-flavor_188b858b-7bf7-4bf5-92b3-906942df2cb6", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 11:59:13,254 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-35aff7ea-6cf6-4a66-b904-ec3b20cec904 2019-01-20 11:59:13,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0363631248474s 2019-01-20 11:59:13,255 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-35aff7ea-6cf6-4a66-b904-ec3b20cec904 2019-01-20 11:59:13,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2019-01-20 11:59:13,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" -d '{"server": {"name": "vping_userdata-vm2_188b858b-7bf7-4bf5-92b3-906942df2cb6", "imageRef": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "flavorRef": "69a50e86-260f-47a5-985d-89980b600de8", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjcgMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "91d02bc7-ac5f-457b-82e0-357f878b9604"}]}}' 2019-01-20 11:59:14,966 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11: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-917fa502-3e63-43db-a334-9c166ceb4994 x-compute-request-id: req-917fa502-3e63-43db-a334-9c166ceb4994 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c7795993-46f9-43f8-8344-4bd128b9afe5", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "bookmark"}], "adminPass": "bRDYQMsaxzw6"}} 2019-01-20 11:59:14,966 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-917fa502-3e63-43db-a334-9c166ceb4994 2019-01-20 11:59:14,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.7103099823s 2019-01-20 11:59:14,967 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-917fa502-3e63-43db-a334-9c166ceb4994 2019-01-20 11:59:14,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:59:14,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:15,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-458092bf-b2b4-4cf2-8c6c-a826d9928187 x-compute-request-id: req-458092bf-b2b4-4cf2-8c6c-a826d9928187 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "c7795993-46f9-43f8-8344-4bd128b9afe5", "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:59:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:14Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:83:39", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:59:09.000000", "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "3ff022d3-753a-43a5-871e-38c6078faa2d", "security_groups": [{"name": "default"}], "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:59:10Z", "hostId": "ae4465e2ced7d80893eba20bbeae898cba7130838f241f228ba0765a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:03Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:59:15,630 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-458092bf-b2b4-4cf2-8c6c-a826d9928187 2019-01-20 11:59:15,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.662357091904s 2019-01-20 11:59:15,630 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-458092bf-b2b4-4cf2-8c6c-a826d9928187 2019-01-20 11:59:15,635 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 11:59:17,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:59:17,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:18,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-328bc424-556b-4b9f-a097-02cd5756b545 x-compute-request-id: req-328bc424-556b-4b9f-a097-02cd5756b545 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.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "c7795993-46f9-43f8-8344-4bd128b9afe5", "security_groups": [{"name": "default"}], "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:59:15Z", "hostId": "3b32680b8215b516fab5ac8fdd9ac6a437242ea918d80c1753f2a2d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:14Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:83:39", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:59:09.000000", "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "3ff022d3-753a-43a5-871e-38c6078faa2d", "security_groups": [{"name": "default"}], "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:59:10Z", "hostId": "ae4465e2ced7d80893eba20bbeae898cba7130838f241f228ba0765a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:03Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:59:18,408 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-328bc424-556b-4b9f-a097-02cd5756b545 2019-01-20 11:59:18,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.770020961761s 2019-01-20 11:59:18,409 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-328bc424-556b-4b9f-a097-02cd5756b545 2019-01-20 11:59:18,413 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 11:59:20,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:59:20,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:20,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cc8943f-6ff5-4b96-8e18-621ce340922b x-compute-request-id: req-8cc8943f-6ff5-4b96-8e18-621ce340922b 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.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "c7795993-46f9-43f8-8344-4bd128b9afe5", "security_groups": [{"name": "default"}], "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T11:59:15Z", "hostId": "3b32680b8215b516fab5ac8fdd9ac6a437242ea918d80c1753f2a2d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:14Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:83:39", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:59:09.000000", "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "3ff022d3-753a-43a5-871e-38c6078faa2d", "security_groups": [{"name": "default"}], "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:59:10Z", "hostId": "ae4465e2ced7d80893eba20bbeae898cba7130838f241f228ba0765a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:03Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:59:20,906 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8cc8943f-6ff5-4b96-8e18-621ce340922b 2019-01-20 11:59:20,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.4900598526s 2019-01-20 11:59:20,907 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8cc8943f-6ff5-4b96-8e18-621ce340922b 2019-01-20 11:59:20,911 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 11:59:22,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:59:22,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:23,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6708f9e6-65d2-4377-b357-99e56a01ad3e x-compute-request-id: req-6708f9e6-65d2-4377-b357-99e56a01ad3e Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:5e:65", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:59:21.000000", "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "c7795993-46f9-43f8-8344-4bd128b9afe5", "security_groups": [{"name": "default"}], "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:59:22Z", "hostId": "3b32680b8215b516fab5ac8fdd9ac6a437242ea918d80c1753f2a2d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:14Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:83:39", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:59:09.000000", "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "3ff022d3-753a-43a5-871e-38c6078faa2d", "security_groups": [{"name": "default"}], "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:59:10Z", "hostId": "ae4465e2ced7d80893eba20bbeae898cba7130838f241f228ba0765a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:03Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:59:23,439 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6708f9e6-65d2-4377-b357-99e56a01ad3e 2019-01-20 11:59:23,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5251121521s 2019-01-20 11:59:23,440 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6708f9e6-65d2-4377-b357-99e56a01ad3e 2019-01-20 11:59:23,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-20 11:59:23,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=c7795993-46f9-43f8-8344-4bd128b9afe5" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:23,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-e53d1834-1f48-4ccf-ab92-e449b0dd8b7a Date: Sun, 20 Jan 2019 11:59:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T11:59:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4b2e6378-95fb-45d7-ba80-c1bbbc5a69e7","ip_address":"192.168.120.11"}],"id":"467dab03-1358-4536-911b-8e183590de65","security_groups":["a45cf6bb-941a-4c9e-9c60-0863a4bf74fa"],"mac_address":"fa:16:3e:70:5e:65","project_id":"720822443f5848939bb76c66aa8b2c43","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"91d02bc7-ac5f-457b-82e0-357f878b9604","tenant_id":"720822443f5848939bb76c66aa8b2c43","created_at":"2019-01-20T11:59:16Z","binding:vnic_type":"normal","device_id":"c7795993-46f9-43f8-8344-4bd128b9afe5"}]} 2019-01-20 11:59:23,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=c7795993-46f9-43f8-8344-4bd128b9afe5 used request id req-e53d1834-1f48-4ccf-ab92-e449b0dd8b7a 2019-01-20 11:59:23,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0629448890686s 2019-01-20 11:59:23,508 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=c7795993-46f9-43f8-8344-4bd128b9afe5 used request id req-e53d1834-1f48-4ccf-ab92-e449b0dd8b7a 2019-01-20 11:59:23,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 11:59:23,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=467dab03-1358-4536-911b-8e183590de65" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:23,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3a3a1609-9993-4fa1-b67a-81de1d152c07 Date: Sun, 20 Jan 2019 11:59:23 GMT RESP BODY: {"floatingips": []} 2019-01-20 11:59:23,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=467dab03-1358-4536-911b-8e183590de65 used request id req-3a3a1609-9993-4fa1-b67a-81de1d152c07 2019-01-20 11:59:23,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0184228420258s 2019-01-20 11:59:23,532 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=467dab03-1358-4536-911b-8e183590de65 used request id req-3a3a1609-9993-4fa1-b67a-81de1d152c07 2019-01-20 11:59:23,533 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:70:5e:65', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'fa4711a4-94e7-41dc-9d30-b575adcaa532'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-20T11:59:21.000000', 'flavor': Munch({u'id': u'69a50e86-260f-47a5-985d-89980b600de8'}), 'az': u'nova', 'id': u'c7795993-46f9-43f8-8344-4bd128b9afe5', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'ffd84cdafc3b4b88a62370cd091b61b6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'720822443f5848939bb76c66aa8b2c43', 'name': 'vping_userdata-project_188b858b-7bf7-4bf5-92b3-906942df2cb6', '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'2019-01-20T11:59:21.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-20T11:59:22Z', 'hostId': u'3b32680b8215b516fab5ac8fdd9ac6a437242ea918d80c1753f2a2d9', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'3b32680b8215b516fab5ac8fdd9ac6a437242ea918d80c1753f2a2d9', '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'2019-01-20T11:59:21.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'720822443f5848939bb76c66aa8b2c43', 'name': u'vping_userdata-vm2_188b858b-7bf7-4bf5-92b3-906942df2cb6', 'adminPass': u'bRDYQMsaxzw6', 'tenant_id': u'720822443f5848939bb76c66aa8b2c43', 'region': 'regionOne', 'created': u'2019-01-20T11:59:14Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-20 11:59:23,534 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2019-01-20 11:59:24,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:59:24,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:25,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef0d6db1-7c67-4ae6-996f-ab8e96ccb824 x-compute-request-id: req-ef0d6db1-7c67-4ae6-996f-ab8e96ccb824 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:5e:65", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:59:21.000000", "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "c7795993-46f9-43f8-8344-4bd128b9afe5", "security_groups": [{"name": "default"}], "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:59:22Z", "hostId": "3b32680b8215b516fab5ac8fdd9ac6a437242ea918d80c1753f2a2d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:14Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:83:39", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:59:09.000000", "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "3ff022d3-753a-43a5-871e-38c6078faa2d", "security_groups": [{"name": "default"}], "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:59:10Z", "hostId": "ae4465e2ced7d80893eba20bbeae898cba7130838f241f228ba0765a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:03Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:59:25,227 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ef0d6db1-7c67-4ae6-996f-ab8e96ccb824 2019-01-20 11:59:25,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.692142009735s 2019-01-20 11:59:25,228 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ef0d6db1-7c67-4ae6-996f-ab8e96ccb824 2019-01-20 11:59:25,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-20 11:59:25,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5/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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 11:59:26,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-1c7d5608-e2c6-484b-b5ae-2443df601fec x-compute-request-id: req-1c7d5608-e2c6-484b-b5ae-2443df601fec Content-Encoding: gzip Content-Length: 7917 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 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 512707400 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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.906 MHz processor\n[ 0.128524] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967624)\n[ 0.130165] pid_max: default: 32768 minimum: 301\n[ 0.131049] ACPI: Core revision 20150930\n[ 0.132436] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133732] Security Framework initialized\n[ 0.134541] Yama: becoming mindful.\n[ 0.135268] AppArmor: AppArmor initialized\n[ 0.136131] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137446] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138708] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139903] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141290] Initializing cgroup subsys io\n[ 0.142099] Initializing cgroup subsys memory\n[ 0.142953] Initializing cgroup subsys devices\n[ 0.143833] Initializing cgroup subsys freezer\n[ 0.144712] Initializing cgroup subsys net_cls\n[ 0.145571] Initializing cgroup subsys perf_event\n[ 0.146469] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148207] Initializing cgroup subsys pids\n[ 0.149070] CPU: Physical Processor ID: 0\n[ 0.150574] mce: CPU supports 10 MCE banks\n[ 0.151431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152430] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163238] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169832] ftrace: allocating 31920 entries in 125 pages\n[ 0.197044] smpboot: Max logical packages: 1\n[ 0.197896] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199234] x2apic enabled\n[ 0.200040] Switched APIC routing to physical x2apic.\n[ 0.201792] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202904] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204878] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206642] KVM setup paravirtual spinlock\n[ 0.207960] x86: Booted up 1 node, 1 CPUs\n[ 0.208760] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.210139] devtmpfs: initialized\n[ 0.211880] evm: security.selinux\n[ 0.212581] evm: security.SMACK64\n[ 0.213266] evm: security.SMACK64EXEC\n[ 0.214002] evm: security.SMACK64TRANSMUTE\n[ 0.214802] evm: security.SMACK64MMAP\n[ 0.215546] evm: security.ima\n[ 0.216186] evm: security.capability\n[ 0.216987] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218825] pinctrl core: initialized pinctrl subsystem\n[ 0.219921] RTC time: 11:59:22, date: 01/20/19\n[ 0.220873] NET: Registered protocol family 16\n[ 0.221847] cpuidle: using governor ladder\n[ 0.222660] cpuidle: using governor menu\n[ 0.223438] PCCT header not found.\n[ 0.224189] ACPI: bus type PCI registered\n[ 0.225005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226500] PCI: Using configuration type 1 for base access\n[ 0.228494] ACPI: Added _OSI(Module Device)\n[ 0.229500] ACPI: Added _OSI(Processor Device)\n[ 0.230524] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231598] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233897] ACPI: Interpreter enabled\n[ 0.234813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241341] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243643] ACPI: (supports S0 S5)\n[ 0.244477] ACPI: Using IOAPIC for interrupt routing\n[ 0.245619] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250332] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251816] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253248] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255867] acpiphp: Slot [3] registered\n[ 0.256797] acpiphp: Slot [4] registered\n[ 0.257729] acpiphp: Slot [5] registered\n[ 0.258699] acpiphp: Slot [6] registered\n[ 0.259655] acpiphp: Slot [7] registered\n[ 0.260612] acpiphp: Slot [8] registered\n[ 0.261571] acpiphp: Slot [9] registered\n[ 0.262526] acpiphp: Slot [10] registered\n[ 0.263465] acpiphp: Slot [11] registered\n[ 0.264435] acpiphp: Slot [12] registered\n[ 0.265409] acpiphp: Slot [13] registered\n[ 0.266426] acpiphp: Slot [14] registered\n[ 0.267405] acpiphp: Slot [15] registered\n[ 0.278247] acpiphp: Slot [16] registered\n[ 0.279190] acpiphp: Slot [17] registered\n[ 0.280128] acpiphp: Slot [18] registered\n[ 0.281056] acpiphp: Slot [19] registered\n[ 0.282023] acpiphp: Slot [20] registered\n[ 0.282999] acpiphp: Slot [21] registered\n[ 0.283969] acpiphp: Slot [22] registered\n[ 0.284909] acpiphp: Slot [23] registered\n[ 0.285851] acpiphp: Slot [24] registered\n[ 0.286790] acpiphp: Slot [25] registered\n[ 0.287733] acpiphp: Slot [26] registered\n[ 0.288701] acpiphp: Slot [27] registered\n[ 0.289672] acpiphp: Slot [28] registered\n[ 0.290615] acpiphp: Slot [29] registered\n[ 0.291570] acpiphp: Slot [30] registered\n[ 0.292558] acpiphp: Slot [31] registered\n[ 0.293530] PCI host bridge to bus 0000:00\n[ 0.294473] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295898] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297339] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299045] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300763] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307142] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308681] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310063] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320239] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367812] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371192] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372836] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375095] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376518] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377838] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380908] vgaarb: loaded\n[ 0.381600] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382945] SCSI subsystem initialized\n[ 0.383922] ACPI: bus type USB registered\n[ 0.384897] usbcore: registered new interface driver usbfs\n[ 0.386109] usbcore: registered new interface driver hub\n[ 0.387284] usbcore: registered new device driver usb\n[ 0.388534] PCI: Using ACPI for IRQ routing\n[ 0.389699] NetLabel: Initializing\n[ 0.390540] NetLabel: domain hash size = 128\n[ 0.391531] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392658] NetLabel: unlabeled traffic allowed by default\n[ 0.393979] clocksource: Switched to clocksource kvm-clock\n[ 0.399706] AppArmor: AppArmor Filesystem Enabled\n[ 0.400850] pnp: PnP ACPI init\n[ 0.401862] pnp: PnP ACPI: found 5 devices\n[ 0.408440] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.410492] NET: Registered protocol family 2\n[ 0.411627] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413200] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414612] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415977] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417246] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418610] NET: Registered protocol family 1\n[ 0.419614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420889] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422182] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436096] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.450193] Trying to unpack rootfs image as initramfs...\n[ 0.499264] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513643] Scanning for low memory corruption every 60 seconds\n[ 0.515226] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516610] audit: initializing netlink subsys (disabled)\n[ 0.517814] audit: type=2000 audit(1547985562.571:1): initialized\n[ 0.519375] Initialise system trusted keyring\n[ 0.520452] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521827] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524016] zbud: loaded\n[ 0.524800] VFS: Disk quotas dquot_6.6.0\n[ 0.525616] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527130] fuse init (API version 7.23)\n[ 0.528017] Key type big_key registered\n[ 0.528810] Allocating IMA MOK and blacklist keyrings.\n[ 0.530293] Key type asymmetric registered\n[ 0.531111] Asymmetric key parser 'x509' registered\n[ 0.532060] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533500] io scheduler noop registered\n[ 0.534294] io scheduler deadline registered (default)\n[ 0.535272] io scheduler cfq registered\n[ 0.536101] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.537130] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538398] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539843] ACPI: Power Button [PWRF]\n[ 0.540673] GHES: HEST is not enabled!\n[ 0.554414] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.589082] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592098] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.615934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.618103] Linux agpgart interface v0.103\n[ 0.620195] brd: module loaded\n[ 0.621902] loop: module loaded\n[ 0.626697] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628125] GPT:90111 != 2097151\n[ 0.628784] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629847] GPT:90111 != 2097151\n[ 0.630518] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631470] vda: vda1 vda15\n[ 0.632908] scsi host0: ata_piix\n[ 0.633634] scsi host1: ata_piix\n[ 0.634337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635528] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.636942] libphy: Fixed MDIO Bus: probed\n[ 0.637763] tun: Universal TUN/TAP device driver, 1.6\n[ 0.638700] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640833] PPP generic driver version 2.4.2\n[ 0.641706] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642970] ehci-pci: EHCI PCI platform driver\n[ 0.643829] ehci-platform: EHCI generic platform driver\n[ 0.644791] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645884] ohci-pci: OHCI PCI platform driver\n[ 0.646740] ohci-platform: OHCI generic platform driver\n[ 0.647707] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661992] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662990] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664410] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665408] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666504] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667694] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669077] usb usb1: Product: UHCI Host Controller\n[ 0.669993] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671111] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672053] hub 1-0:1.0: USB hub found\n[ 0.672822] hub 1-0:1.0: 2 ports detected\n[ 0.673708] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.675780] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.676705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.677706] mousedev: PS/2 mouse device common for all mice\n[ 0.678929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680725] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681794] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682971] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684137] i2c /dev entries driver\n[ 0.684878] device-mapper: uevent: version 1.0.3\n[ 0.685790] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687383] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688644] NET: Registered protocol family 10\n[ 0.689605] NET: Registered protocol family 17\n[ 0.690473] Key type dns_resolver registered\n[ 0.691388] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692458] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694177] registered taskstats version 1\n[ 0.694991] Loading compiled-in X.509 certificates\n[ 0.696411] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698228] zswap: loaded using pool lzo/zbud\n[ 0.699598] Key type trusted registered\n[ 0.701119] Key type encrypted registered\n[ 0.701925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702938] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703953] evm: HMAC attrs: 0x1\n[ 0.704932] Magic number: 3:81:985\n[ 0.705835] rtc_cmos 00:00: setting system clock to 2019-01-20 11:59:22 UTC (1547985562)\n[ 0.707588] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708814] EDD information not available.\n[ 0.794940] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796538] Write protecting the kernel read-only data: 14336k\n[ 0.808471] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.810409] 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.853736] 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.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. 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: "} 2019-01-20 11:59:26,336 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5/action used request id req-1c7d5608-e2c6-484b-b5ae-2443df601fec 2019-01-20 11:59:26,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10545516014s 2019-01-20 11:59:26,337 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5/action used request id req-1c7d5608-e2c6-484b-b5ae-2443df601fec 2019-01-20 11:59:26,337 - 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 512707400 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.906 MHz processor [ 0.128524] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967624) [ 0.130165] pid_max: default: 32768 minimum: 301 [ 0.131049] ACPI: Core revision 20150930 [ 0.132436] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133732] Security Framework initialized [ 0.134541] Yama: becoming mindful. [ 0.135268] AppArmor: AppArmor initialized [ 0.136131] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137446] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138708] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139903] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141290] Initializing cgroup subsys io [ 0.142099] Initializing cgroup subsys memory [ 0.142953] Initializing cgroup subsys devices [ 0.143833] Initializing cgroup subsys freezer [ 0.144712] Initializing cgroup subsys net_cls [ 0.145571] Initializing cgroup subsys perf_event [ 0.146469] Initializing cgroup subsys net_prio [ 0.147339] Initializing cgroup subsys hugetlb [ 0.148207] Initializing cgroup subsys pids [ 0.149070] CPU: Physical Processor ID: 0 [ 0.150574] mce: CPU supports 10 MCE banks [ 0.151431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152430] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163238] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169832] ftrace: allocating 31920 entries in 125 pages [ 0.197044] smpboot: Max logical packages: 1 [ 0.197896] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199234] x2apic enabled [ 0.200040] Switched APIC routing to physical x2apic. [ 0.201792] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202904] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204878] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206642] KVM setup paravirtual spinlock [ 0.207960] x86: Booted up 1 node, 1 CPUs [ 0.208760] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.210139] devtmpfs: initialized [ 0.211880] evm: security.selinux [ 0.212581] evm: security.SMACK64 [ 0.213266] evm: security.SMACK64EXEC [ 0.214002] evm: security.SMACK64TRANSMUTE [ 0.214802] evm: security.SMACK64MMAP [ 0.215546] evm: security.ima [ 0.216186] evm: security.capability [ 0.216987] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218825] pinctrl core: initialized pinctrl subsystem [ 0.219921] RTC time: 11:59:22, date: 01/20/19 [ 0.220873] NET: Registered protocol family 16 [ 0.221847] cpuidle: using governor ladder [ 0.222660] cpuidle: using governor menu [ 0.223438] PCCT header not found. [ 0.224189] ACPI: bus type PCI registered [ 0.225005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226500] PCI: Using configuration type 1 for base access [ 0.228494] ACPI: Added _OSI(Module Device) [ 0.229500] ACPI: Added _OSI(Processor Device) [ 0.230524] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231598] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233897] ACPI: Interpreter enabled [ 0.234813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241341] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243643] ACPI: (supports S0 S5) [ 0.244477] ACPI: Using IOAPIC for interrupt routing [ 0.245619] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250332] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251816] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253248] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255867] acpiphp: Slot [3] registered [ 0.256797] acpiphp: Slot [4] registered [ 0.257729] acpiphp: Slot [5] registered [ 0.258699] acpiphp: Slot [6] registered [ 0.259655] acpiphp: Slot [7] registered [ 0.260612] acpiphp: Slot [8] registered [ 0.261571] acpiphp: Slot [9] registered [ 0.262526] acpiphp: Slot [10] registered [ 0.263465] acpiphp: Slot [11] registered [ 0.264435] acpiphp: Slot [12] registered [ 0.265409] acpiphp: Slot [13] registered [ 0.266426] acpiphp: Slot [14] registered [ 0.267405] acpiphp: Slot [15] registered [ 0.278247] acpiphp: Slot [16] registered [ 0.279190] acpiphp: Slot [17] registered [ 0.280128] acpiphp: Slot [18] registered [ 0.281056] acpiphp: Slot [19] registered [ 0.282023] acpiphp: Slot [20] registered [ 0.282999] acpiphp: Slot [21] registered [ 0.283969] acpiphp: Slot [22] registered [ 0.284909] acpiphp: Slot [23] registered [ 0.285851] acpiphp: Slot [24] registered [ 0.286790] acpiphp: Slot [25] registered [ 0.287733] acpiphp: Slot [26] registered [ 0.288701] acpiphp: Slot [27] registered [ 0.289672] acpiphp: Slot [28] registered [ 0.290615] acpiphp: Slot [29] registered [ 0.291570] acpiphp: Slot [30] registered [ 0.292558] acpiphp: Slot [31] registered [ 0.293530] PCI host bridge to bus 0000:00 [ 0.294473] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295898] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.297339] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.299045] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.300763] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.307142] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.308681] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.310063] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.311625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.318531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.320239] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.367812] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.369534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.371192] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.372836] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375095] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376518] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377838] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.379113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.380908] vgaarb: loaded [ 0.381600] vgaarb: bridge control possible 0000:00:02.0 [ 0.382945] SCSI subsystem initialized [ 0.383922] ACPI: bus type USB registered [ 0.384897] usbcore: registered new interface driver usbfs [ 0.386109] usbcore: registered new interface driver hub [ 0.387284] usbcore: registered new device driver usb [ 0.388534] PCI: Using ACPI for IRQ routing [ 0.389699] NetLabel: Initializing [ 0.390540] NetLabel: domain hash size = 128 [ 0.391531] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.392658] NetLabel: unlabeled traffic allowed by default [ 0.393979] clocksource: Switched to clocksource kvm-clock [ 0.399706] AppArmor: AppArmor Filesystem Enabled [ 0.400850] pnp: PnP ACPI init [ 0.401862] pnp: PnP ACPI: found 5 devices [ 0.408440] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410492] NET: Registered protocol family 2 [ 0.411627] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.413200] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.414612] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415977] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.417246] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.418610] NET: Registered protocol family 1 [ 0.419614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.420889] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422182] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.436096] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.450193] Trying to unpack rootfs image as initramfs... [ 0.499264] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.513643] Scanning for low memory corruption every 60 seconds [ 0.515226] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.516610] audit: initializing netlink subsys (disabled) [ 0.517814] audit: type=2000 audit(1547985562.571:1): initialized [ 0.519375] Initialise system trusted keyring [ 0.520452] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.521827] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.524016] zbud: loaded [ 0.524800] VFS: Disk quotas dquot_6.6.0 [ 0.525616] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.527130] fuse init (API version 7.23) [ 0.528017] Key type big_key registered [ 0.528810] Allocating IMA MOK and blacklist keyrings. [ 0.530293] Key type asymmetric registered [ 0.531111] Asymmetric key parser 'x509' registered [ 0.532060] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.533500] io scheduler noop registered [ 0.534294] io scheduler deadline registered (default) [ 0.535272] io scheduler cfq registered [ 0.536101] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.537130] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.538398] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.539843] ACPI: Power Button [PWRF] [ 0.540673] GHES: HEST is not enabled! [ 0.554414] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.589082] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.592098] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.615934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.618103] Linux agpgart interface v0.103 [ 0.620195] brd: module loaded [ 0.621902] loop: module loaded [ 0.626697] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.628125] GPT:90111 != 2097151 [ 0.628784] GPT:Alternate GPT header not at the end of the disk. [ 0.629847] GPT:90111 != 2097151 [ 0.630518] GPT: Use GNU Parted to correct GPT errors. [ 0.631470] vda: vda1 vda15 [ 0.632908] scsi host0: ata_piix [ 0.633634] scsi host1: ata_piix [ 0.634337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635528] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636942] libphy: Fixed MDIO Bus: probed [ 0.637763] tun: Universal TUN/TAP device driver, 1.6 [ 0.638700] tun: (C) 1999-2004 Max Krasnyansky [ 0.640833] PPP generic driver version 2.4.2 [ 0.641706] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642970] ehci-pci: EHCI PCI platform driver [ 0.643829] ehci-platform: EHCI generic platform driver [ 0.644791] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645884] ohci-pci: OHCI PCI platform driver [ 0.646740] ohci-platform: OHCI generic platform driver [ 0.647707] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661992] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662990] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664410] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665408] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666504] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667694] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.669077] usb usb1: Product: UHCI Host Controller [ 0.669993] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.671111] usb usb1: SerialNumber: 0000:00:01.2 [ 0.672053] hub 1-0:1.0: USB hub found [ 0.672822] hub 1-0:1.0: 2 ports detected [ 0.673708] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675780] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676705] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677706] mousedev: PS/2 mouse device common for all mice [ 0.678929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680725] rtc_cmos 00:00: RTC can wake from S4 [ 0.681794] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682971] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684137] i2c /dev entries driver [ 0.684878] device-mapper: uevent: version 1.0.3 [ 0.685790] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687383] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688644] NET: Registered protocol family 10 [ 0.689605] NET: Registered protocol family 17 [ 0.690473] Key type dns_resolver registered [ 0.691388] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692458] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694177] registered taskstats version 1 [ 0.694991] Loading compiled-in X.509 certificates [ 0.696411] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698228] zswap: loaded using pool lzo/zbud [ 0.699598] Key type trusted registered [ 0.701119] Key type encrypted registered [ 0.701925] AppArmor: AppArmor sha1 policy hashing enabled [ 0.702938] ima: No TPM chip found, activating TPM-bypass! [ 0.703953] evm: HMAC attrs: 0x1 [ 0.704932] Magic number: 3:81:985 [ 0.705835] rtc_cmos 00:00: setting system clock to 2019-01-20 11:59:22 UTC (1547985562) [ 0.707588] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708814] EDD information not available. [ 0.794940] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.796538] Write protecting the kernel read-only data: 14336k [ 0.808471] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.810409] 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.853736] 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.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. 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: 2019-01-20 11:59:26,338 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.7. Waiting for response... 2019-01-20 11:59:27,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:59:27,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:28,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac596f3d-1860-45d0-b5c2-aeb77f6b7d50 x-compute-request-id: req-ac596f3d-1860-45d0-b5c2-aeb77f6b7d50 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:5e:65", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:59:21.000000", "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "c7795993-46f9-43f8-8344-4bd128b9afe5", "security_groups": [{"name": "default"}], "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:59:22Z", "hostId": "3b32680b8215b516fab5ac8fdd9ac6a437242ea918d80c1753f2a2d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:14Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:83:39", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:59:09.000000", "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "3ff022d3-753a-43a5-871e-38c6078faa2d", "security_groups": [{"name": "default"}], "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:59:10Z", "hostId": "ae4465e2ced7d80893eba20bbeae898cba7130838f241f228ba0765a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:03Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:59:28,067 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ac596f3d-1860-45d0-b5c2-aeb77f6b7d50 2019-01-20 11:59:28,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.727891921997s 2019-01-20 11:59:28,068 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ac596f3d-1860-45d0-b5c2-aeb77f6b7d50 2019-01-20 11:59:28,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-20 11:59:28,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5/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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 11:59:29,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-12c28976-cc39-4098-9622-c819d07a0718 x-compute-request-id: req-12c28976-cc39-4098-9622-c819d07a0718 Content-Encoding: gzip Content-Length: 9510 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 512707400 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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.906 MHz processor\n[ 0.128524] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967624)\n[ 0.130165] pid_max: default: 32768 minimum: 301\n[ 0.131049] ACPI: Core revision 20150930\n[ 0.132436] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133732] Security Framework initialized\n[ 0.134541] Yama: becoming mindful.\n[ 0.135268] AppArmor: AppArmor initialized\n[ 0.136131] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137446] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138708] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139903] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141290] Initializing cgroup subsys io\n[ 0.142099] Initializing cgroup subsys memory\n[ 0.142953] Initializing cgroup subsys devices\n[ 0.143833] Initializing cgroup subsys freezer\n[ 0.144712] Initializing cgroup subsys net_cls\n[ 0.145571] Initializing cgroup subsys perf_event\n[ 0.146469] Initializing cgroup subsys net_prio\n[ 0.147339] Initializing cgroup subsys hugetlb\n[ 0.148207] Initializing cgroup subsys pids\n[ 0.149070] CPU: Physical Processor ID: 0\n[ 0.150574] mce: CPU supports 10 MCE banks\n[ 0.151431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152430] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163238] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169832] ftrace: allocating 31920 entries in 125 pages\n[ 0.197044] smpboot: Max logical packages: 1\n[ 0.197896] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199234] x2apic enabled\n[ 0.200040] Switched APIC routing to physical x2apic.\n[ 0.201792] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202904] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204878] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206642] KVM setup paravirtual spinlock\n[ 0.207960] x86: Booted up 1 node, 1 CPUs\n[ 0.208760] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.210139] devtmpfs: initialized\n[ 0.211880] evm: security.selinux\n[ 0.212581] evm: security.SMACK64\n[ 0.213266] evm: security.SMACK64EXEC\n[ 0.214002] evm: security.SMACK64TRANSMUTE\n[ 0.214802] evm: security.SMACK64MMAP\n[ 0.215546] evm: security.ima\n[ 0.216186] evm: security.capability\n[ 0.216987] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218825] pinctrl core: initialized pinctrl subsystem\n[ 0.219921] RTC time: 11:59:22, date: 01/20/19\n[ 0.220873] NET: Registered protocol family 16\n[ 0.221847] cpuidle: using governor ladder\n[ 0.222660] cpuidle: using governor menu\n[ 0.223438] PCCT header not found.\n[ 0.224189] ACPI: bus type PCI registered\n[ 0.225005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226500] PCI: Using configuration type 1 for base access\n[ 0.228494] ACPI: Added _OSI(Module Device)\n[ 0.229500] ACPI: Added _OSI(Processor Device)\n[ 0.230524] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231598] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233897] ACPI: Interpreter enabled\n[ 0.234813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241341] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243643] ACPI: (supports S0 S5)\n[ 0.244477] ACPI: Using IOAPIC for interrupt routing\n[ 0.245619] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250332] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251816] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253248] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255867] acpiphp: Slot [3] registered\n[ 0.256797] acpiphp: Slot [4] registered\n[ 0.257729] acpiphp: Slot [5] registered\n[ 0.258699] acpiphp: Slot [6] registered\n[ 0.259655] acpiphp: Slot [7] registered\n[ 0.260612] acpiphp: Slot [8] registered\n[ 0.261571] acpiphp: Slot [9] registered\n[ 0.262526] acpiphp: Slot [10] registered\n[ 0.263465] acpiphp: Slot [11] registered\n[ 0.264435] acpiphp: Slot [12] registered\n[ 0.265409] acpiphp: Slot [13] registered\n[ 0.266426] acpiphp: Slot [14] registered\n[ 0.267405] acpiphp: Slot [15] registered\n[ 0.278247] acpiphp: Slot [16] registered\n[ 0.279190] acpiphp: Slot [17] registered\n[ 0.280128] acpiphp: Slot [18] registered\n[ 0.281056] acpiphp: Slot [19] registered\n[ 0.282023] acpiphp: Slot [20] registered\n[ 0.282999] acpiphp: Slot [21] registered\n[ 0.283969] acpiphp: Slot [22] registered\n[ 0.284909] acpiphp: Slot [23] registered\n[ 0.285851] acpiphp: Slot [24] registered\n[ 0.286790] acpiphp: Slot [25] registered\n[ 0.287733] acpiphp: Slot [26] registered\n[ 0.288701] acpiphp: Slot [27] registered\n[ 0.289672] acpiphp: Slot [28] registered\n[ 0.290615] acpiphp: Slot [29] registered\n[ 0.291570] acpiphp: Slot [30] registered\n[ 0.292558] acpiphp: Slot [31] registered\n[ 0.293530] PCI host bridge to bus 0000:00\n[ 0.294473] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295898] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297339] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299045] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300763] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307142] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308681] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310063] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320239] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.367812] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371192] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372836] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375095] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376518] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377838] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380908] vgaarb: loaded\n[ 0.381600] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382945] SCSI subsystem initialized\n[ 0.383922] ACPI: bus type USB registered\n[ 0.384897] usbcore: registered new interface driver usbfs\n[ 0.386109] usbcore: registered new interface driver hub\n[ 0.387284] usbcore: registered new device driver usb\n[ 0.388534] PCI: Using ACPI for IRQ routing\n[ 0.389699] NetLabel: Initializing\n[ 0.390540] NetLabel: domain hash size = 128\n[ 0.391531] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392658] NetLabel: unlabeled traffic allowed by default\n[ 0.393979] clocksource: Switched to clocksource kvm-clock\n[ 0.399706] AppArmor: AppArmor Filesystem Enabled\n[ 0.400850] pnp: PnP ACPI init\n[ 0.401862] pnp: PnP ACPI: found 5 devices\n[ 0.408440] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.410492] NET: Registered protocol family 2\n[ 0.411627] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413200] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414612] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415977] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417246] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418610] NET: Registered protocol family 1\n[ 0.419614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420889] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422182] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436096] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.450193] Trying to unpack rootfs image as initramfs...\n[ 0.499264] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513643] Scanning for low memory corruption every 60 seconds\n[ 0.515226] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516610] audit: initializing netlink subsys (disabled)\n[ 0.517814] audit: type=2000 audit(1547985562.571:1): initialized\n[ 0.519375] Initialise system trusted keyring\n[ 0.520452] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521827] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524016] zbud: loaded\n[ 0.524800] VFS: Disk quotas dquot_6.6.0\n[ 0.525616] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.527130] fuse init (API version 7.23)\n[ 0.528017] Key type big_key registered\n[ 0.528810] Allocating IMA MOK and blacklist keyrings.\n[ 0.530293] Key type asymmetric registered\n[ 0.531111] Asymmetric key parser 'x509' registered\n[ 0.532060] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533500] io scheduler noop registered\n[ 0.534294] io scheduler deadline registered (default)\n[ 0.535272] io scheduler cfq registered\n[ 0.536101] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.537130] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.538398] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.539843] ACPI: Power Button [PWRF]\n[ 0.540673] GHES: HEST is not enabled!\n[ 0.554414] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.589082] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592098] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.615934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.618103] Linux agpgart interface v0.103\n[ 0.620195] brd: module loaded\n[ 0.621902] loop: module loaded\n[ 0.626697] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628125] GPT:90111 != 2097151\n[ 0.628784] GPT:Alternate GPT header not at the end of the disk.\n[ 0.629847] GPT:90111 != 2097151\n[ 0.630518] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631470] vda: vda1 vda15\n[ 0.632908] scsi host0: ata_piix\n[ 0.633634] scsi host1: ata_piix\n[ 0.634337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.635528] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.636942] libphy: Fixed MDIO Bus: probed\n[ 0.637763] tun: Universal TUN/TAP device driver, 1.6\n[ 0.638700] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640833] PPP generic driver version 2.4.2\n[ 0.641706] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642970] ehci-pci: EHCI PCI platform driver\n[ 0.643829] ehci-platform: EHCI generic platform driver\n[ 0.644791] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645884] ohci-pci: OHCI PCI platform driver\n[ 0.646740] ohci-platform: OHCI generic platform driver\n[ 0.647707] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661992] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662990] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664410] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665408] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666504] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667694] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669077] usb usb1: Product: UHCI Host Controller\n[ 0.669993] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671111] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672053] hub 1-0:1.0: USB hub found\n[ 0.672822] hub 1-0:1.0: 2 ports detected\n[ 0.673708] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.675780] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.676705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.677706] mousedev: PS/2 mouse device common for all mice\n[ 0.678929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680725] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681794] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682971] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.684137] i2c /dev entries driver\n[ 0.684878] device-mapper: uevent: version 1.0.3\n[ 0.685790] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687383] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688644] NET: Registered protocol family 10\n[ 0.689605] NET: Registered protocol family 17\n[ 0.690473] Key type dns_resolver registered\n[ 0.691388] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692458] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694177] registered taskstats version 1\n[ 0.694991] Loading compiled-in X.509 certificates\n[ 0.696411] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698228] zswap: loaded using pool lzo/zbud\n[ 0.699598] Key type trusted registered\n[ 0.701119] Key type encrypted registered\n[ 0.701925] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702938] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703953] evm: HMAC attrs: 0x1\n[ 0.704932] Magic number: 3:81:985\n[ 0.705835] rtc_cmos 00:00: setting system clock to 2019-01-20 11:59:22 UTC (1547985562)\n[ 0.707588] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708814] EDD information not available.\n[ 0.794940] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796538] Write protecting the kernel read-only data: 14336k\n[ 0.808471] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.810409] 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.853736] 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.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. 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.906 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+Xs6wKJZcpfIEXPyc7rfgz+pdvuIvtcfHOyrSspgDkGfw3yTFBitcGm8SYXfvlVwXwV4lkigDxuGxbIMlJSZZ82inXoLT83g/hpQQ4WNrPtCvnNPGTP0x/H5KbHFpmAS2dKwrpOusL/E9Fq7zsQb/O45gGQuJGMp8N4Vj/POaE3r0DqH3qlE8WzGIhWxvpENTIPpKgsJlwJQgXD7QIMm+76VCPY2Le91YGJshmEvYpKDfTkWcMAD+lQD1p/UR+bmT8I5mK3RagxGtJLFXnvDk0ohU8Kzb5wxWiWrkUPblF/m3dYAWsRGfuG4Xjh9m+mKxPtFqzWktBDv7r0Hc4gqb root@vping-userdata-vm2-188b858b-7bf7-4bf5-92b3-906942df2cb6\nssh-dss AAAAB3NzaC1kc3MAAACBAMOBKBdAmyiwcTQklPCCwg3uOZsizUT8cRTT5yEY/JS9qSs6kqAJVmceR/1GTsqOi07I7ngHLtUkldygbkyUvdaLtChI1sYF74r3zuSUspBRV7syWVSACoH2PTKo6AZNV33Q3MVcfvEQn4l3r1x7LKKVJ1PcA1bsEQEzaN1WrGQ/AAAAFQDp/cVeqkYn6EG/S7T1r1C3yUZX0QAAAIBlYN49M865n6quvSHQpwODrPLa35CM618YbEnzL+DLZt28YsRJCAAQJ4dPR9RDxMoRgTGt5dAqeP3OcSp92qSuBvO8obL7Wn9BEklHNcsicqxptA1+QZ+Ubu+ma17me6PRjj3EB08z5PhCqa5+l/JncaOsaqvTbNrk2UPrIa2RJgAAAIBJhINXFjUxUBNsj5EF/+1fzewELrclk3NrBJZj18NRx+LpBXmPwEYAmHM3xyNlhO2ETHdqXaHFQQ2QJ0rvcjqLeifoL4XedPKdNmUlHY0uNuDskkrqRYs5U8FfaO2NNVIBOLlRaNU3kSdPYH46YZb4MGnz0ymPnbD2ud1w8VKtgQ== root@vping-userdata-vm2-188b858b-7bf7-4bf5-92b3-906942df2cb6\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.11,24,fe80::f816:3eff:fe70:5e65/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.11 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000029\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-188b858b-7bf7-4bf5-92b3-906942df2cb6\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.96 ===\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-188b858b-7bf7-4bf5-92b3-906942df2cb6 login: "} 2019-01-20 11:59:29,184 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5/action used request id req-12c28976-cc39-4098-9622-c819d07a0718 2019-01-20 11:59:29,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11350798607s 2019-01-20 11:59:29,185 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5/action used request id req-12c28976-cc39-4098-9622-c819d07a0718 2019-01-20 11:59:29,185 - 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 512707400 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.906 MHz processor [ 0.128524] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967624) [ 0.130165] pid_max: default: 32768 minimum: 301 [ 0.131049] ACPI: Core revision 20150930 [ 0.132436] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133732] Security Framework initialized [ 0.134541] Yama: becoming mindful. [ 0.135268] AppArmor: AppArmor initialized [ 0.136131] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137446] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138708] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139903] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141290] Initializing cgroup subsys io [ 0.142099] Initializing cgroup subsys memory [ 0.142953] Initializing cgroup subsys devices [ 0.143833] Initializing cgroup subsys freezer [ 0.144712] Initializing cgroup subsys net_cls [ 0.145571] Initializing cgroup subsys perf_event [ 0.146469] Initializing cgroup subsys net_prio [ 0.147339] Initializing cgroup subsys hugetlb [ 0.148207] Initializing cgroup subsys pids [ 0.149070] CPU: Physical Processor ID: 0 [ 0.150574] mce: CPU supports 10 MCE banks [ 0.151431] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152430] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163238] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169832] ftrace: allocating 31920 entries in 125 pages [ 0.197044] smpboot: Max logical packages: 1 [ 0.197896] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199234] x2apic enabled [ 0.200040] Switched APIC routing to physical x2apic. [ 0.201792] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202904] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204878] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206642] KVM setup paravirtual spinlock [ 0.207960] x86: Booted up 1 node, 1 CPUs [ 0.208760] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.210139] devtmpfs: initialized [ 0.211880] evm: security.selinux [ 0.212581] evm: security.SMACK64 [ 0.213266] evm: security.SMACK64EXEC [ 0.214002] evm: security.SMACK64TRANSMUTE [ 0.214802] evm: security.SMACK64MMAP [ 0.215546] evm: security.ima [ 0.216186] evm: security.capability [ 0.216987] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218825] pinctrl core: initialized pinctrl subsystem [ 0.219921] RTC time: 11:59:22, date: 01/20/19 [ 0.220873] NET: Registered protocol family 16 [ 0.221847] cpuidle: using governor ladder [ 0.222660] cpuidle: using governor menu [ 0.223438] PCCT header not found. [ 0.224189] ACPI: bus type PCI registered [ 0.225005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.226500] PCI: Using configuration type 1 for base access [ 0.228494] ACPI: Added _OSI(Module Device) [ 0.229500] ACPI: Added _OSI(Processor Device) [ 0.230524] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231598] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233897] ACPI: Interpreter enabled [ 0.234813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.237017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.239166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241341] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243643] ACPI: (supports S0 S5) [ 0.244477] ACPI: Using IOAPIC for interrupt routing [ 0.245619] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.250332] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251816] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253248] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255867] acpiphp: Slot [3] registered [ 0.256797] acpiphp: Slot [4] registered [ 0.257729] acpiphp: Slot [5] registered [ 0.258699] acpiphp: Slot [6] registered [ 0.259655] acpiphp: Slot [7] registered [ 0.260612] acpiphp: Slot [8] registered [ 0.261571] acpiphp: Slot [9] registered [ 0.262526] acpiphp: Slot [10] registered [ 0.263465] acpiphp: Slot [11] registered [ 0.264435] acpiphp: Slot [12] registered [ 0.265409] acpiphp: Slot [13] registered [ 0.266426] acpiphp: Slot [14] registered [ 0.267405] acpiphp: Slot [15] registered [ 0.278247] acpiphp: Slot [16] registered [ 0.279190] acpiphp: Slot [17] registered [ 0.280128] acpiphp: Slot [18] registered [ 0.281056] acpiphp: Slot [19] registered [ 0.282023] acpiphp: Slot [20] registered [ 0.282999] acpiphp: Slot [21] registered [ 0.283969] acpiphp: Slot [22] registered [ 0.284909] acpiphp: Slot [23] registered [ 0.285851] acpiphp: Slot [24] registered [ 0.286790] acpiphp: Slot [25] registered [ 0.287733] acpiphp: Slot [26] registered [ 0.288701] acpiphp: Slot [27] registered [ 0.289672] acpiphp: Slot [28] registered [ 0.290615] acpiphp: Slot [29] registered [ 0.291570] acpiphp: Slot [30] registered [ 0.292558] acpiphp: Slot [31] registered [ 0.293530] PCI host bridge to bus 0000:00 [ 0.294473] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.295898] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.297339] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.299045] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.300763] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.307142] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.308681] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.310063] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.311625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.318531] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.320239] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.367812] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.369534] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.371192] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.372836] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.375095] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.376518] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.377838] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.379113] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.380908] vgaarb: loaded [ 0.381600] vgaarb: bridge control possible 0000:00:02.0 [ 0.382945] SCSI subsystem initialized [ 0.383922] ACPI: bus type USB registered [ 0.384897] usbcore: registered new interface driver usbfs [ 0.386109] usbcore: registered new interface driver hub [ 0.387284] usbcore: registered new device driver usb [ 0.388534] PCI: Using ACPI for IRQ routing [ 0.389699] NetLabel: Initializing [ 0.390540] NetLabel: domain hash size = 128 [ 0.391531] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.392658] NetLabel: unlabeled traffic allowed by default [ 0.393979] clocksource: Switched to clocksource kvm-clock [ 0.399706] AppArmor: AppArmor Filesystem Enabled [ 0.400850] pnp: PnP ACPI init [ 0.401862] pnp: PnP ACPI: found 5 devices [ 0.408440] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410492] NET: Registered protocol family 2 [ 0.411627] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.413200] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.414612] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415977] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.417246] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.418610] NET: Registered protocol family 1 [ 0.419614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.420889] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.422182] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.436096] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.450193] Trying to unpack rootfs image as initramfs... [ 0.499264] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.513643] Scanning for low memory corruption every 60 seconds [ 0.515226] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.516610] audit: initializing netlink subsys (disabled) [ 0.517814] audit: type=2000 audit(1547985562.571:1): initialized [ 0.519375] Initialise system trusted keyring [ 0.520452] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.521827] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.524016] zbud: loaded [ 0.524800] VFS: Disk quotas dquot_6.6.0 [ 0.525616] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.527130] fuse init (API version 7.23) [ 0.528017] Key type big_key registered [ 0.528810] Allocating IMA MOK and blacklist keyrings. [ 0.530293] Key type asymmetric registered [ 0.531111] Asymmetric key parser 'x509' registered [ 0.532060] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.533500] io scheduler noop registered [ 0.534294] io scheduler deadline registered (default) [ 0.535272] io scheduler cfq registered [ 0.536101] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.537130] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.538398] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.539843] ACPI: Power Button [PWRF] [ 0.540673] GHES: HEST is not enabled! [ 0.554414] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.589082] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.592098] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.615934] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.618103] Linux agpgart interface v0.103 [ 0.620195] brd: module loaded [ 0.621902] loop: module loaded [ 0.626697] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.628125] GPT:90111 != 2097151 [ 0.628784] GPT:Alternate GPT header not at the end of the disk. [ 0.629847] GPT:90111 != 2097151 [ 0.630518] GPT: Use GNU Parted to correct GPT errors. [ 0.631470] vda: vda1 vda15 [ 0.632908] scsi host0: ata_piix [ 0.633634] scsi host1: ata_piix [ 0.634337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.635528] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636942] libphy: Fixed MDIO Bus: probed [ 0.637763] tun: Universal TUN/TAP device driver, 1.6 [ 0.638700] tun: (C) 1999-2004 Max Krasnyansky [ 0.640833] PPP generic driver version 2.4.2 [ 0.641706] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642970] ehci-pci: EHCI PCI platform driver [ 0.643829] ehci-platform: EHCI generic platform driver [ 0.644791] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645884] ohci-pci: OHCI PCI platform driver [ 0.646740] ohci-platform: OHCI generic platform driver [ 0.647707] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661992] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662990] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664410] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665408] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666504] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667694] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.669077] usb usb1: Product: UHCI Host Controller [ 0.669993] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.671111] usb usb1: SerialNumber: 0000:00:01.2 [ 0.672053] hub 1-0:1.0: USB hub found [ 0.672822] hub 1-0:1.0: 2 ports detected [ 0.673708] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675780] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676705] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677706] mousedev: PS/2 mouse device common for all mice [ 0.678929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680725] rtc_cmos 00:00: RTC can wake from S4 [ 0.681794] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682971] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684137] i2c /dev entries driver [ 0.684878] device-mapper: uevent: version 1.0.3 [ 0.685790] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687383] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688644] NET: Registered protocol family 10 [ 0.689605] NET: Registered protocol family 17 [ 0.690473] Key type dns_resolver registered [ 0.691388] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692458] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694177] registered taskstats version 1 [ 0.694991] Loading compiled-in X.509 certificates [ 0.696411] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698228] zswap: loaded using pool lzo/zbud [ 0.699598] Key type trusted registered [ 0.701119] Key type encrypted registered [ 0.701925] AppArmor: AppArmor sha1 policy hashing enabled [ 0.702938] ima: No TPM chip found, activating TPM-bypass! [ 0.703953] evm: HMAC attrs: 0x1 [ 0.704932] Magic number: 3:81:985 [ 0.705835] rtc_cmos 00:00: setting system clock to 2019-01-20 11:59:22 UTC (1547985562) [ 0.707588] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708814] EDD information not available. [ 0.794940] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.796538] Write protecting the kernel read-only data: 14336k [ 0.808471] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.810409] 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.853736] 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.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.23. 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.906 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+Xs6wKJZcpfIEXPyc7rfgz+pdvuIvtcfHOyrSspgDkGfw3yTFBitcGm8SYXfvlVwXwV4lkigDxuGxbIMlJSZZ82inXoLT83g/hpQQ4WNrPtCvnNPGTP0x/H5KbHFpmAS2dKwrpOusL/E9Fq7zsQb/O45gGQuJGMp8N4Vj/POaE3r0DqH3qlE8WzGIhWxvpENTIPpKgsJlwJQgXD7QIMm+76VCPY2Le91YGJshmEvYpKDfTkWcMAD+lQD1p/UR+bmT8I5mK3RagxGtJLFXnvDk0ohU8Kzb5wxWiWrkUPblF/m3dYAWsRGfuG4Xjh9m+mKxPtFqzWktBDv7r0Hc4gqb root@vping-userdata-vm2-188b858b-7bf7-4bf5-92b3-906942df2cb6 ssh-dss AAAAB3NzaC1kc3MAAACBAMOBKBdAmyiwcTQklPCCwg3uOZsizUT8cRTT5yEY/JS9qSs6kqAJVmceR/1GTsqOi07I7ngHLtUkldygbkyUvdaLtChI1sYF74r3zuSUspBRV7syWVSACoH2PTKo6AZNV33Q3MVcfvEQn4l3r1x7LKKVJ1PcA1bsEQEzaN1WrGQ/AAAAFQDp/cVeqkYn6EG/S7T1r1C3yUZX0QAAAIBlYN49M865n6quvSHQpwODrPLa35CM618YbEnzL+DLZt28YsRJCAAQJ4dPR9RDxMoRgTGt5dAqeP3OcSp92qSuBvO8obL7Wn9BEklHNcsicqxptA1+QZ+Ubu+ma17me6PRjj3EB08z5PhCqa5+l/JncaOsaqvTbNrk2UPrIa2RJgAAAIBJhINXFjUxUBNsj5EF/+1fzewELrclk3NrBJZj18NRx+LpBXmPwEYAmHM3xyNlhO2ETHdqXaHFQQ2QJ0rvcjqLeifoL4XedPKdNmUlHY0uNuDskkrqRYs5U8FfaO2NNVIBOLlRaNU3kSdPYH46YZb4MGnz0ymPnbD2ud1w8VKtgQ== root@vping-userdata-vm2-188b858b-7bf7-4bf5-92b3-906942df2cb6 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:fe70:5e65/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.11 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000029 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-188b858b-7bf7-4bf5-92b3-906942df2cb6 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.96 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-188b858b-7bf7-4bf5-92b3-906942df2cb6 login: 2019-01-20 11:59:29,187 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2019-01-20 11:59:29,298 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-20 11:59:29,298 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:40 | PASS | +------------------------+------------------+------------------+----------------+ 2019-01-20 11:59:29,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-20 11:59:29,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/3ff022d3-753a-43a5-871e-38c6078faa2d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:29,474 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11: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-347821db-9935-4ea8-a582-32a241fa7486 x-compute-request-id: req-347821db-9935-4ea8-a582-32a241fa7486 Content-Type: application/json 2019-01-20 11:59:29,474 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/3ff022d3-753a-43a5-871e-38c6078faa2d used request id req-347821db-9935-4ea8-a582-32a241fa7486 2019-01-20 11:59:29,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.170705080032s 2019-01-20 11:59:29,475 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/3ff022d3-753a-43a5-871e-38c6078faa2d used request id req-347821db-9935-4ea8-a582-32a241fa7486 2019-01-20 11:59:29,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:59:29,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:30,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf9958cf-eea5-43fa-bacc-a3ff5fb4d42d x-compute-request-id: req-cf9958cf-eea5-43fa-bacc-a3ff5fb4d42d Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:5e:65", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:59:21.000000", "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "c7795993-46f9-43f8-8344-4bd128b9afe5", "security_groups": [{"name": "default"}], "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:59:22Z", "hostId": "3b32680b8215b516fab5ac8fdd9ac6a437242ea918d80c1753f2a2d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:14Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:83:39", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:59:09.000000", "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "3ff022d3-753a-43a5-871e-38c6078faa2d", "security_groups": [{"name": "default"}], "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:59:29Z", "hostId": "ae4465e2ced7d80893eba20bbeae898cba7130838f241f228ba0765a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:03Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:59:30,266 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cf9958cf-eea5-43fa-bacc-a3ff5fb4d42d 2019-01-20 11:59:30,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.790780067444s 2019-01-20 11:59:30,267 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cf9958cf-eea5-43fa-bacc-a3ff5fb4d42d 2019-01-20 11:59:30,269 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 11:59:32,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:59:32,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:32,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a789ef2d-5c28-4f3f-a53a-0bac1b3c5b29 x-compute-request-id: req-a789ef2d-5c28-4f3f-a53a-0bac1b3c5b29 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:5e:65", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:59:21.000000", "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "c7795993-46f9-43f8-8344-4bd128b9afe5", "security_groups": [{"name": "default"}], "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:59:22Z", "hostId": "3b32680b8215b516fab5ac8fdd9ac6a437242ea918d80c1753f2a2d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:14Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:83:39", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3ff022d3-753a-43a5-871e-38c6078faa2d", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:59:09.000000", "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "3ff022d3-753a-43a5-871e-38c6078faa2d", "security_groups": [{"name": "default"}], "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:59:29Z", "hostId": "ae4465e2ced7d80893eba20bbeae898cba7130838f241f228ba0765a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:03Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:59:32,820 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a789ef2d-5c28-4f3f-a53a-0bac1b3c5b29 2019-01-20 11:59:32,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.548596858978s 2019-01-20 11:59:32,821 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a789ef2d-5c28-4f3f-a53a-0bac1b3c5b29 2019-01-20 11:59:32,877 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 11:59:34,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:59:34,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:35,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-342c4cde-0f6d-47f3-8ad5-ed6964c07a8b x-compute-request-id: req-342c4cde-0f6d-47f3-8ad5-ed6964c07a8b Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:5e:65", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:59:21.000000", "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "c7795993-46f9-43f8-8344-4bd128b9afe5", "security_groups": [{"name": "default"}], "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:59:22Z", "hostId": "3b32680b8215b516fab5ac8fdd9ac6a437242ea918d80c1753f2a2d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:14Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:59:35,538 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-342c4cde-0f6d-47f3-8ad5-ed6964c07a8b 2019-01-20 11:59:35,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.658717870712s 2019-01-20 11:59:35,539 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-342c4cde-0f6d-47f3-8ad5-ed6964c07a8b 2019-01-20 11:59:35,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-20 11:59:35,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:35,713 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11: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 x-openstack-request-id: req-a05c4657-9c34-488a-85a1-a0a28d36a8a0 x-compute-request-id: req-a05c4657-9c34-488a-85a1-a0a28d36a8a0 Content-Type: application/json 2019-01-20 11:59:35,714 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5 used request id req-a05c4657-9c34-488a-85a1-a0a28d36a8a0 2019-01-20 11:59:35,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.172907114029s 2019-01-20 11:59:35,714 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5 used request id req-a05c4657-9c34-488a-85a1-a0a28d36a8a0 2019-01-20 11:59:35,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:59:35,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:36,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11: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-e78c4294-82c7-41cf-ac40-99fe609c6ade x-compute-request-id: req-e78c4294-82c7-41cf-ac40-99fe609c6ade Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:5e:65", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c7795993-46f9-43f8-8344-4bd128b9afe5", "rel": "bookmark"}], "image": {"id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "links": [{"href": "http://172.30.9.22:8774/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T11:59:21.000000", "flavor": {"id": "69a50e86-260f-47a5-985d-89980b600de8", "links": [{"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}]}, "id": "c7795993-46f9-43f8-8344-4bd128b9afe5", "security_groups": [{"name": "default"}], "user_id": "ffd84cdafc3b4b88a62370cd091b61b6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T11:59:35Z", "hostId": "3b32680b8215b516fab5ac8fdd9ac6a437242ea918d80c1753f2a2d9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_188b858b-7bf7-4bf5-92b3-906942df2cb6", "created": "2019-01-20T11:59:14Z", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 11:59:36,221 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e78c4294-82c7-41cf-ac40-99fe609c6ade 2019-01-20 11:59:36,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.506592988968s 2019-01-20 11:59:36,221 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e78c4294-82c7-41cf-ac40-99fe609c6ade 2019-01-20 11:59:36,223 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 11:59:38,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 11:59:38,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:38,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b205226d-85fd-42d5-8052-704246797f0e x-compute-request-id: req-b205226d-85fd-42d5-8052-704246797f0e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 11:59:38,308 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b205226d-85fd-42d5-8052-704246797f0e 2019-01-20 11:59:38,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0827829837799s 2019-01-20 11:59:38,309 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b205226d-85fd-42d5-8052-704246797f0e 2019-01-20 11:59:38,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2019-01-20 11:59:38,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/1dad8008-4c80-4f1e-b2c4-e8204df9f3c5/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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" -d '{"subnet_id": "4b2e6378-95fb-45d7-ba80-c1bbbc5a69e7"}' 2019-01-20 11:59:39,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f416d8fc-6423-428c-bdc8-822ed3dfb3ad Date: Sun, 20 Jan 2019 11:59:39 GMT RESP BODY: {"network_id": "91d02bc7-ac5f-457b-82e0-357f878b9604", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "subnet_id": "4b2e6378-95fb-45d7-ba80-c1bbbc5a69e7", "subnet_ids": ["4b2e6378-95fb-45d7-ba80-c1bbbc5a69e7"], "port_id": "22c0d79a-2092-4c43-9666-0b8cbb509a56", "id": "1dad8008-4c80-4f1e-b2c4-e8204df9f3c5"} 2019-01-20 11:59:39,978 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/1dad8008-4c80-4f1e-b2c4-e8204df9f3c5/remove_router_interface.json used request id req-f416d8fc-6423-428c-bdc8-822ed3dfb3ad 2019-01-20 11:59:39,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.66862893105s 2019-01-20 11:59:39,978 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/1dad8008-4c80-4f1e-b2c4-e8204df9f3c5/remove_router_interface.json used request id req-f416d8fc-6423-428c-bdc8-822ed3dfb3ad returning object 1dad8008-4c80-4f1e-b2c4-e8204df9f3c5 2019-01-20 11:59:39,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2019-01-20 11:59:39,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:40,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-52e0eeb8-5a95-479e-88a5-fcae2771624e Date: Sun, 20 Jan 2019 11:59:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "720822443f5848939bb76c66aa8b2c43", "created_at": "2019-01-20T11:58:51Z", "admin_state_up": true, "updated_at": "2019-01-20T11:59:39Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "720822443f5848939bb76c66aa8b2c43", "id": "1dad8008-4c80-4f1e-b2c4-e8204df9f3c5", "name": "vping_userdata-router_188b858b-7bf7-4bf5-92b3-906942df2cb6"}]} 2019-01-20 11:59:40,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-52e0eeb8-5a95-479e-88a5-fcae2771624e 2019-01-20 11:59:40,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0727100372314s 2019-01-20 11:59:40,052 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-52e0eeb8-5a95-479e-88a5-fcae2771624e 2019-01-20 11:59:40,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2019-01-20 11:59:40,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/1dad8008-4c80-4f1e-b2c4-e8204df9f3c5.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:43,383 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-59a4389e-50e0-4ab0-b6f9-740e3ba502bc Content-Length: 0 Date: Sun, 20 Jan 2019 11:59:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:59:43,383 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/1dad8008-4c80-4f1e-b2c4-e8204df9f3c5.json used request id req-59a4389e-50e0-4ab0-b6f9-740e3ba502bc 2019-01-20 11:59:43,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.32946896553s 2019-01-20 11:59:43,383 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/1dad8008-4c80-4f1e-b2c4-e8204df9f3c5.json used request id req-59a4389e-50e0-4ab0-b6f9-740e3ba502bc 2019-01-20 11:59:43,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-20 11:59:43,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:43,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-46cbf026-27ad-4729-9805-18ea78c7e71b Date: Sun, 20 Jan 2019 11:59:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"91d02bc7-ac5f-457b-82e0-357f878b9604","tenant_id":"720822443f5848939bb76c66aa8b2c43","created_at":"2019-01-20T11:58:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-20T11:58:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"720822443f5848939bb76c66aa8b2c43","id":"4b2e6378-95fb-45d7-ba80-c1bbbc5a69e7","subnetpool_id":null,"name":"vping_userdata-subnet_188b858b-7bf7-4bf5-92b3-906942df2cb6"}]} 2019-01-20 11:59:43,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-46cbf026-27ad-4729-9805-18ea78c7e71b 2019-01-20 11:59:43,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0595648288727s 2019-01-20 11:59:43,444 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-46cbf026-27ad-4729-9805-18ea78c7e71b 2019-01-20 11:59:43,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2019-01-20 11:59:43,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/4b2e6378-95fb-45d7-ba80-c1bbbc5a69e7.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:45,567 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2a0204f2-5990-41e6-afc7-e6419e433d7b Date: Sun, 20 Jan 2019 11:59:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:59:45,567 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/4b2e6378-95fb-45d7-ba80-c1bbbc5a69e7.json used request id req-2a0204f2-5990-41e6-afc7-e6419e433d7b 2019-01-20 11:59:45,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.1215839386s 2019-01-20 11:59:45,567 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/4b2e6378-95fb-45d7-ba80-c1bbbc5a69e7.json used request id req-2a0204f2-5990-41e6-afc7-e6419e433d7b 2019-01-20 11:59:45,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 11:59:45,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:45,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1201 X-Openstack-Request-Id: req-b7f7c681-e4f0-4a1e-8bba-1a256fa28f2c Date: Sun, 20 Jan 2019 11:59:45 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","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":"2019-01-20T11:59:45Z","tenant_id":"720822443f5848939bb76c66aa8b2c43","created_at":"2019-01-20T11:58:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"720822443f5848939bb76c66aa8b2c43","id":"91d02bc7-ac5f-457b-82e0-357f878b9604","name":"vping_userdata-net_188b858b-7bf7-4bf5-92b3-906942df2cb6"}]} 2019-01-20 11:59:45,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b7f7c681-e4f0-4a1e-8bba-1a256fa28f2c 2019-01-20 11:59:45,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.157288074493s 2019-01-20 11:59:45,725 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b7f7c681-e4f0-4a1e-8bba-1a256fa28f2c 2019-01-20 11:59:45,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2019-01-20 11:59:45,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/91d02bc7-ac5f-457b-82e0-357f878b9604.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:46,852 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-852b9d28-2d6e-4de6-86f8-9cca4ddfdfde Date: Sun, 20 Jan 2019 11:59:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:59:46,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/91d02bc7-ac5f-457b-82e0-357f878b9604.json used request id req-852b9d28-2d6e-4de6-86f8-9cca4ddfdfde 2019-01-20 11:59:46,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.12529802322s 2019-01-20 11:59:46,852 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/91d02bc7-ac5f-457b-82e0-357f878b9604.json used request id req-852b9d28-2d6e-4de6-86f8-9cca4ddfdfde 2019-01-20 11:59:46,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 11:59:46,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:46,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-9fd02fbd-a8a8-44cf-a3e9-7ddd9f26cf1b Date: Sun, 20 Jan 2019 11:59:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/fa4711a4-94e7-41dc-9d30-b575adcaa532/snap", "metadata": {}}], "file": "/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532/file", "owner": "720822443f5848939bb76c66aa8b2c43", "id": "fa4711a4-94e7-41dc-9d30-b575adcaa532", "size": 12716032, "self": "/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/fa4711a4-94e7-41dc-9d30-b575adcaa532/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T11:59:00Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_188b858b-7bf7-4bf5-92b3-906942df2cb6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_188b858b-7bf7-4bf5-92b3-906942df2cb6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T11:58:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 11:59:46,886 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-9fd02fbd-a8a8-44cf-a3e9-7ddd9f26cf1b 2019-01-20 11:59:46,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0334367752075s 2019-01-20 11:59:46,886 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-9fd02fbd-a8a8-44cf-a3e9-7ddd9f26cf1b 2019-01-20 11:59:46,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-20 11:59:46,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4546edae4f0f2a1a2de1848d13bdf3e772ce9fbd" 2019-01-20 11:59:48,577 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-022e6da4-fcd2-4709-b5a0-e32a062774e0 Date: Sun, 20 Jan 2019 11:59:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 11:59:48,577 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532 used request id req-022e6da4-fcd2-4709-b5a0-e32a062774e0 2019-01-20 11:59:48,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.68938708305s 2019-01-20 11:59:48,578 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/fa4711a4-94e7-41dc-9d30-b575adcaa532 used request id req-022e6da4-fcd2-4709-b5a0-e32a062774e0 2019-01-20 11:59:48,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 11:59:48,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:59:48,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6054ab7c-57a3-420a-9812-0211f6cc70e2 x-compute-request-id: req-6054ab7c-57a3-420a-9812-0211f6cc70e2 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/69a50e86-260f-47a5-985d-89980b600de8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "69a50e86-260f-47a5-985d-89980b600de8", "name": "vping_userdata-flavor_188b858b-7bf7-4bf5-92b3-906942df2cb6", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 11:59:48,613 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-6054ab7c-57a3-420a-9812-0211f6cc70e2 2019-01-20 11:59:48,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0349090099335s 2019-01-20 11:59:48,614 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-6054ab7c-57a3-420a-9812-0211f6cc70e2 2019-01-20 11:59:48,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-20 11:59:48,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/69a50e86-260f-47a5-985d-89980b600de8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:59:48,656 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 11: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-b1e433a7-fcf2-42af-a54b-329a132deee2 x-compute-request-id: req-b1e433a7-fcf2-42af-a54b-329a132deee2 Content-Length: 0 Content-Type: application/json 2019-01-20 11:59:48,656 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/69a50e86-260f-47a5-985d-89980b600de8 used request id req-b1e433a7-fcf2-42af-a54b-329a132deee2 2019-01-20 11:59:48,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0412878990173s 2019-01-20 11:59:48,657 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/69a50e86-260f-47a5-985d-89980b600de8 used request id req-b1e433a7-fcf2-42af-a54b-329a132deee2 2019-01-20 11:59:48,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:59:48,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:59:48,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab3dc5c9-be3f-467d-b33e-9cc8dab0e40d Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_188b858b-7bf7-4bf5-92b3-906942df2cb6", "links": {"self": "http://172.30.9.22:5000/v3/users/ffd84cdafc3b4b88a62370cd091b61b6"}, "domain_id": "default", "enabled": true, "id": "ffd84cdafc3b4b88a62370cd091b61b6", "options": {}}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:59:48,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-ab3dc5c9-be3f-467d-b33e-9cc8dab0e40d 2019-01-20 11:59:48,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0948688983917s 2019-01-20 11:59:48,753 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-ab3dc5c9-be3f-467d-b33e-9cc8dab0e40d 2019-01-20 11:59:48,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:59:48,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/ffd84cdafc3b4b88a62370cd091b61b6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:59:48,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-578cbb05-c732-4e7a-b9bd-4b715dc7bd4a Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/ffd84cdafc3b4b88a62370cd091b61b6"}, "enabled": true, "id": "ffd84cdafc3b4b88a62370cd091b61b6", "options": {}, "domain_id": "default", "name": "vping_userdata-user_188b858b-7bf7-4bf5-92b3-906942df2cb6"}} 2019-01-20 11:59:48,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/ffd84cdafc3b4b88a62370cd091b61b6 used request id req-578cbb05-c732-4e7a-b9bd-4b715dc7bd4a 2019-01-20 11:59:48,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0872900485992s 2019-01-20 11:59:48,846 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/ffd84cdafc3b4b88a62370cd091b61b6 used request id req-578cbb05-c732-4e7a-b9bd-4b715dc7bd4a 2019-01-20 11:59:48,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-20 11:59:48,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/ffd84cdafc3b4b88a62370cd091b61b6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:59:49,089 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:59:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22a7b940-68ba-452f-b33d-98daa071bb6d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:59:49,089 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/ffd84cdafc3b4b88a62370cd091b61b6 used request id req-22a7b940-68ba-452f-b33d-98daa071bb6d 2019-01-20 11:59:49,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.242364883423s 2019-01-20 11:59:49,090 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/ffd84cdafc3b4b88a62370cd091b61b6 used request id req-22a7b940-68ba-452f-b33d-98daa071bb6d 2019-01-20 11:59:49,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 11:59:49,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:59:49,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75d9879f-02fb-46eb-bbae-99d6c2f35577 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.22:5000/v3/projects/720822443f5848939bb76c66aa8b2c43"}, "enabled": true, "id": "720822443f5848939bb76c66aa8b2c43", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_188b858b-7bf7-4bf5-92b3-906942df2cb6"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 11:59:49,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-75d9879f-02fb-46eb-bbae-99d6c2f35577 2019-01-20 11:59:49,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0756900310516s 2019-01-20 11:59:49,166 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-75d9879f-02fb-46eb-bbae-99d6c2f35577 2019-01-20 11:59:49,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-20 11:59:49,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/720822443f5848939bb76c66aa8b2c43 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:59:49,314 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:59:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-925a285a-e460-417e-b79e-20798a96e58a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:59:49,314 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/720822443f5848939bb76c66aa8b2c43 used request id req-925a285a-e460-417e-b79e-20798a96e58a 2019-01-20 11:59:49,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.145530939102s 2019-01-20 11:59:49,314 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/720822443f5848939bb76c66aa8b2c43 used request id req-925a285a-e460-417e-b79e-20798a96e58a 2019-01-20 11:59:49,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:59:49,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:59:49,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5771cea-8dfb-4c3e-8691-2d123ad47fc2 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4c1dc0c32ba54b46a2253536080a4f9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/4c1dc0c32ba54b46a2253536080a4f9c"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:59:49,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d5771cea-8dfb-4c3e-8691-2d123ad47fc2 2019-01-20 11:59:49,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0849120616913s 2019-01-20 11:59:49,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-20 11:59:49,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/4c1dc0c32ba54b46a2253536080a4f9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:59:49,539 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:59:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7e98489-2146-4228-8cfb-9b08bfeb0d9b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:59:49,539 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/4c1dc0c32ba54b46a2253536080a4f9c used request id req-f7e98489-2146-4228-8cfb-9b08bfeb0d9b 2019-01-20 11:59:49,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.137452125549s 2019-01-20 11:59:49,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 11:59:49,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=720822443f5848939bb76c66aa8b2c43&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}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:59:49,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-e06360e9-fa3f-4c6c-833c-8fad9dad9ef7 Date: Sun, 20 Jan 2019 11:59:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "720822443f5848939bb76c66aa8b2c43", "created_at": "2019-01-20T11:58:49Z", "updated_at": "2019-01-20T11:58:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:58:49Z", "revision_number": 0, "id": "2047f700-b09b-4d77-948a-f325dfc2418a", "remote_group_id": "a45cf6bb-941a-4c9e-9c60-0863a4bf74fa", "remote_ip_prefix": null, "created_at": "2019-01-20T11:58:49Z", "security_group_id": "a45cf6bb-941a-4c9e-9c60-0863a4bf74fa", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "port_range_min": null, "ethertype": "IPv4", "project_id": "720822443f5848939bb76c66aa8b2c43"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:58:49Z", "revision_number": 0, "id": "967b8905-bdaa-4ba1-9caa-8b98c93c602f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:58:49Z", "security_group_id": "a45cf6bb-941a-4c9e-9c60-0863a4bf74fa", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "port_range_min": null, "ethertype": "IPv4", "project_id": "720822443f5848939bb76c66aa8b2c43"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:58:49Z", "revision_number": 0, "id": "9ba8a3b1-cbdf-4b82-8616-1361b17dc2d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:58:49Z", "security_group_id": "a45cf6bb-941a-4c9e-9c60-0863a4bf74fa", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "port_range_min": null, "ethertype": "IPv6", "project_id": "720822443f5848939bb76c66aa8b2c43"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:58:49Z", "revision_number": 0, "id": "cbfc01dd-e9c9-4e8b-9ee6-056c6c8935c9", "remote_group_id": "a45cf6bb-941a-4c9e-9c60-0863a4bf74fa", "remote_ip_prefix": null, "created_at": "2019-01-20T11:58:49Z", "security_group_id": "a45cf6bb-941a-4c9e-9c60-0863a4bf74fa", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "port_range_min": null, "ethertype": "IPv6", "project_id": "720822443f5848939bb76c66aa8b2c43"}], "revision_number": 4, "project_id": "720822443f5848939bb76c66aa8b2c43", "id": "a45cf6bb-941a-4c9e-9c60-0863a4bf74fa", "name": "default"}]} 2019-01-20 11:59:49,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=720822443f5848939bb76c66aa8b2c43&name=default used request id req-e06360e9-fa3f-4c6c-833c-8fad9dad9ef7 2019-01-20 11:59:49,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.185678005219s 2019-01-20 11:59:49,728 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=720822443f5848939bb76c66aa8b2c43&name=default used request id req-e06360e9-fa3f-4c6c-833c-8fad9dad9ef7 2019-01-20 11:59:49,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 11:59:49,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:59:49,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1d3312f6-23e6-4b97-8425-409a1bc6bfd7 Date: Sun, 20 Jan 2019 11:59:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "720822443f5848939bb76c66aa8b2c43", "created_at": "2019-01-20T11:58:49Z", "updated_at": "2019-01-20T11:58:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:58:49Z", "revision_number": 0, "id": "967b8905-bdaa-4ba1-9caa-8b98c93c602f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:58:49Z", "security_group_id": "a45cf6bb-941a-4c9e-9c60-0863a4bf74fa", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "port_range_min": null, "ethertype": "IPv4", "project_id": "720822443f5848939bb76c66aa8b2c43"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:58:49Z", "revision_number": 0, "id": "2047f700-b09b-4d77-948a-f325dfc2418a", "remote_group_id": "a45cf6bb-941a-4c9e-9c60-0863a4bf74fa", "remote_ip_prefix": null, "created_at": "2019-01-20T11:58:49Z", "security_group_id": "a45cf6bb-941a-4c9e-9c60-0863a4bf74fa", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "port_range_min": null, "ethertype": "IPv4", "project_id": "720822443f5848939bb76c66aa8b2c43"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:58:49Z", "revision_number": 0, "id": "cbfc01dd-e9c9-4e8b-9ee6-056c6c8935c9", "remote_group_id": "a45cf6bb-941a-4c9e-9c60-0863a4bf74fa", "remote_ip_prefix": null, "created_at": "2019-01-20T11:58:49Z", "security_group_id": "a45cf6bb-941a-4c9e-9c60-0863a4bf74fa", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "port_range_min": null, "ethertype": "IPv6", "project_id": "720822443f5848939bb76c66aa8b2c43"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:58:49Z", "revision_number": 0, "id": "9ba8a3b1-cbdf-4b82-8616-1361b17dc2d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:58:49Z", "security_group_id": "a45cf6bb-941a-4c9e-9c60-0863a4bf74fa", "tenant_id": "720822443f5848939bb76c66aa8b2c43", "port_range_min": null, "ethertype": "IPv6", "project_id": "720822443f5848939bb76c66aa8b2c43"}], "revision_number": 4, "project_id": "720822443f5848939bb76c66aa8b2c43", "id": "a45cf6bb-941a-4c9e-9c60-0863a4bf74fa", "name": "default"}]} 2019-01-20 11:59:49,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-1d3312f6-23e6-4b97-8425-409a1bc6bfd7 2019-01-20 11:59:49,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.194187164307s 2019-01-20 11:59:49,926 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-1d3312f6-23e6-4b97-8425-409a1bc6bfd7 2019-01-20 11:59:49,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-20 11:59:49,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/a45cf6bb-941a-4c9e-9c60-0863a4bf74fa.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}def6b7a7e57c27f8dcac8513a9690fb830d5264f" 2019-01-20 11:59:50,227 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4be7ccbf-309b-48f9-b0c8-375e89518e9a Content-Length: 0 Date: Sun, 20 Jan 2019 11:59:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 11:59:50,227 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/a45cf6bb-941a-4c9e-9c60-0863a4bf74fa.json used request id req-4be7ccbf-309b-48f9-b0c8-375e89518e9a 2019-01-20 11:59:50,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.296227931976s 2019-01-20 11:59:50,227 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/a45cf6bb-941a-4c9e-9c60-0863a4bf74fa.json used request id req-4be7ccbf-309b-48f9-b0c8-375e89518e9a 2019-01-20 11:59:50,279 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2019-01-20 11:59:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 11:59:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 11:59:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 11:59:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 11:59:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 11:59:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 11:59:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 11:59:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 11:59:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 11:59:50,360 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 11:59:50,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 11:59:50,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 11:59:50,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 11:59:50,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 11:59:50,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 11:59:50,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 11:59:50,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 11:59:50,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 11:59:50,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 11:59:50,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 11:59:50,361 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 11:59:50,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 11:59:50,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-20 11:59:50,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-20 11:59:50,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 11:59:50,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-031bca7c-6b98-4ad5-ad36-10cafe8ece51 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 11:59:50,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-031bca7c-6b98-4ad5-ad36-10cafe8ece51 2019-01-20 11:59:50,370 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 11:59:50,749 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}], "expires_at": "2019-01-20T12:59:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "057838f782f94e5ca660a8d24231cdb7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "96110a92bd284ca5bccb7c5d679699e2"}, "audit_ids": ["TO1neN1TR1e-U3xZEP_IDQ"], "issued_at": "2019-01-20T11:59:50.000000Z"}} 2019-01-20 11:59:50,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 11:59:50,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:50,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-5bccc8d5-3676-49bf-822f-b900f1fe6923 Date: Sun, 20 Jan 2019 11:59:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 11:59:50,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5bccc8d5-3676-49bf-822f-b900f1fe6923 2019-01-20 11:59:50,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.238377094269s 2019-01-20 11:59:50,991 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5bccc8d5-3676-49bf-822f-b900f1fe6923 2019-01-20 11:59:50,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 11:59:50,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:51,001 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 11: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 11:59:51,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:51,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-471a7b13-6176-4a7d-8793-34710990645d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 11:59:51,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-471a7b13-6176-4a7d-8793-34710990645d 2019-01-20 11:59:51,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.102756023407s 2019-01-20 11:59:51,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-20 11:59:51,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}426be02e62a4f194775aeab0d20a1953516a7963" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_d0f504db-5e3c-45af-9f4e-2e377feb508f"}}' 2019-01-20 11:59:51,221 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:59:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7ae6420-b832-4ae1-8602-d250a75650b5 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.22:5000/v3/projects/d5d2492b1b3c41d6b0bc08198608ca68"}, "enabled": true, "id": "d5d2492b1b3c41d6b0bc08198608ca68", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_d0f504db-5e3c-45af-9f4e-2e377feb508f"}} 2019-01-20 11:59:51,222 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-a7ae6420-b832-4ae1-8602-d250a75650b5 2019-01-20 11:59:51,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.125553131104s 2019-01-20 11:59:51,222 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-a7ae6420-b832-4ae1-8602-d250a75650b5 2019-01-20 11:59:51,223 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_d0f504db-5e3c-45af-9f4e-2e377feb508f', 'id': u'd5d2492b1b3c41d6b0bc08198608ca68', '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'})}) 2019-01-20 11:59:51,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-20 11:59:51,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.357486009598s 2019-01-20 11:59:51,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/7e21055726b74ea887ed571bad212e52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:51,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41e900ec-eea4-4232-8e33-62cd4c17cefc Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/7e21055726b74ea887ed571bad212e52"}, "enabled": true, "id": "7e21055726b74ea887ed571bad212e52", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_d0f504db-5e3c-45af-9f4e-2e377feb508f"}} 2019-01-20 11:59:51,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/7e21055726b74ea887ed571bad212e52 used request id req-41e900ec-eea4-4232-8e33-62cd4c17cefc 2019-01-20 11:59:51,674 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7e21055726b74ea887ed571bad212e52', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_d0f504db-5e3c-45af-9f4e-2e377feb508f'}) 2019-01-20 11:59:51,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:59:51,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:51,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4ad2f81-1891-49a8-b6e9-005544f0d969 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:59:51,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b4ad2f81-1891-49a8-b6e9-005544f0d969 2019-01-20 11:59:51,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0975558757782s 2019-01-20 11:59:51,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:59:51,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:51,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-644170cc-347e-4aab-b932-b99ad318b5fb Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:59:51,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-644170cc-347e-4aab-b932-b99ad318b5fb 2019-01-20 11:59:51,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0749080181122s 2019-01-20 11:59:51,849 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-20 11:59:51,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-20 11:59:51,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" -d '{"role": {"name": "Member"}}' 2019-01-20 11:59:51,996 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 11:59:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e37b47d2-f64f-4b9d-9372-b7a46435594c Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4d6b8fc86a7e440987bfd0a36795cd90", "links": {"self": "http://172.30.9.22:5000/v3/roles/4d6b8fc86a7e440987bfd0a36795cd90"}, "name": "Member"}} 2019-01-20 11:59:51,996 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-e37b47d2-f64f-4b9d-9372-b7a46435594c 2019-01-20 11:59:51,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.146774053574s 2019-01-20 11:59:51,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/4d6b8fc86a7e440987bfd0a36795cd90 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:52,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dc357b1-3f4d-438c-a378-3bb7e0ea9298 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/4d6b8fc86a7e440987bfd0a36795cd90"}, "domain_id": null, "name": "Member", "id": "4d6b8fc86a7e440987bfd0a36795cd90"}} 2019-01-20 11:59:52,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/4d6b8fc86a7e440987bfd0a36795cd90 used request id req-0dc357b1-3f4d-438c-a378-3bb7e0ea9298 2019-01-20 11:59:52,014 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/4d6b8fc86a7e440987bfd0a36795cd90'}, 'domain_id': None, 'human_id': None, 'id': u'4d6b8fc86a7e440987bfd0a36795cd90', 'HUMAN_ID': False}) 2019-01-20 11:59:52,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:59:52,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:52,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6279050-67f7-4b87-9bc4-965124a9b5e5 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4d6b8fc86a7e440987bfd0a36795cd90", "links": {"self": "http://172.30.9.22:5000/v3/roles/4d6b8fc86a7e440987bfd0a36795cd90"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:59:52,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b6279050-67f7-4b87-9bc4-965124a9b5e5 2019-01-20 11:59:52,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0742750167847s 2019-01-20 11:59:52,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 11:59:52,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:52,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f8d3084-c2b2-4115-af5a-9e27d917f903 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 11:59:52,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-2f8d3084-c2b2-4115-af5a-9e27d917f903 2019-01-20 11:59:52,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0818798542023s 2019-01-20 11:59:52,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:59:52,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:52,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4effd13d-96b1-4df3-b57f-61fc34ec124d Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_d0f504db-5e3c-45af-9f4e-2e377feb508f", "links": {"self": "http://172.30.9.22:5000/v3/users/7e21055726b74ea887ed571bad212e52"}, "domain_id": "default", "enabled": true, "id": "7e21055726b74ea887ed571bad212e52", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:59:52,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-4effd13d-96b1-4df3-b57f-61fc34ec124d 2019-01-20 11:59:52,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0998589992523s 2019-01-20 11:59:52,273 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-4effd13d-96b1-4df3-b57f-61fc34ec124d 2019-01-20 11:59:52,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 11:59:52,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:52,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80b35056-85bf-4237-8471-eae4d43a502b Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.22:5000/v3/projects/d5d2492b1b3c41d6b0bc08198608ca68"}, "enabled": true, "id": "d5d2492b1b3c41d6b0bc08198608ca68", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_d0f504db-5e3c-45af-9f4e-2e377feb508f"}]} 2019-01-20 11:59:52,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-80b35056-85bf-4237-8471-eae4d43a502b 2019-01-20 11:59:52,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0756411552429s 2019-01-20 11:59:52,355 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-80b35056-85bf-4237-8471-eae4d43a502b 2019-01-20 11:59:52,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 11:59:52,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=7e21055726b74ea887ed571bad212e52&scope.project.id=d5d2492b1b3c41d6b0bc08198608ca68&role.id=4d6b8fc86a7e440987bfd0a36795cd90 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:52,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcfcca7f-7887-4766-a260-bfa31ccd1aeb Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=7e21055726b74ea887ed571bad212e52&scope.project.id=d5d2492b1b3c41d6b0bc08198608ca68&role.id=4d6b8fc86a7e440987bfd0a36795cd90", "previous": null, "next": null}} 2019-01-20 11:59:52,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=7e21055726b74ea887ed571bad212e52&scope.project.id=d5d2492b1b3c41d6b0bc08198608ca68&role.id=4d6b8fc86a7e440987bfd0a36795cd90 used request id req-dcfcca7f-7887-4766-a260-bfa31ccd1aeb 2019-01-20 11:59:52,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0826499462128s 2019-01-20 11:59:52,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 11:59:52,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/d5d2492b1b3c41d6b0bc08198608ca68/users/7e21055726b74ea887ed571bad212e52/roles/4d6b8fc86a7e440987bfd0a36795cd90 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:52,592 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:59:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8346c472-a2db-426c-9caa-f15a6a12cd8f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:59:52,592 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d5d2492b1b3c41d6b0bc08198608ca68/users/7e21055726b74ea887ed571bad212e52/roles/4d6b8fc86a7e440987bfd0a36795cd90 used request id req-8346c472-a2db-426c-9caa-f15a6a12cd8f 2019-01-20 11:59:52,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.151669025421s 2019-01-20 11:59:52,593 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_d0f504db-5e3c-45af-9f4e-2e377feb508f', 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': '09f3a1b3-0ce0-4f19-b4a6-869fe4fd55bd', 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_d0f504db-5e3c-45af-9f4e-2e377feb508f', 'project_id': u'd5d2492b1b3c41d6b0bc08198608ca68', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-20 11:59:52,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 11:59:52,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 11:59:52,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 11:59:52,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 11:59:52,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 11:59:52,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 11:59:52,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 11:59:52,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 11:59:52,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 11:59:52,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 11:59:52,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 11:59:52,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 11:59:52,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 11:59:52,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 11:59:52,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 11:59:52,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 11:59:52,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 11:59:52,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 11:59:52,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 11:59:52,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 11:59:52,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 11:59:52,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 11:59:52,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-20 11:59:52,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-20 11:59:52,599 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_d0f504db-5e3c-45af-9f4e-2e377feb508f', 'password': '09f3a1b3-0ce0-4f19-b4a6-869fe4fd55bd', 'project_name': 'tempest_smoke_seri-project_d0f504db-5e3c-45af-9f4e-2e377feb508f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'd5d2492b1b3c41d6b0bc08198608ca68', 'project_domain_name': 'Default'} 2019-01-20 11:59:52,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:59:52,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:52,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81fa5810-c7bf-4d77-80bc-12ef2ebd1f76 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4d6b8fc86a7e440987bfd0a36795cd90", "links": {"self": "http://172.30.9.22:5000/v3/roles/4d6b8fc86a7e440987bfd0a36795cd90"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:59:52,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-81fa5810-c7bf-4d77-80bc-12ef2ebd1f76 2019-01-20 11:59:52,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0754020214081s 2019-01-20 11:59:52,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:59:52,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:52,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6ceb10b-dda5-4da3-bd52-77fe5af34589 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4d6b8fc86a7e440987bfd0a36795cd90", "links": {"self": "http://172.30.9.22:5000/v3/roles/4d6b8fc86a7e440987bfd0a36795cd90"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:59:52,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b6ceb10b-dda5-4da3-bd52-77fe5af34589 2019-01-20 11:59:52,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0831408500671s 2019-01-20 11:59:52,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 11:59:52,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:52,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83fef6ae-f711-423e-ad68-547e22768de5 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 11:59:52,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-83fef6ae-f711-423e-ad68-547e22768de5 2019-01-20 11:59:52,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0817289352417s 2019-01-20 11:59:52,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:59:52,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:52,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7c230bf-7e51-439f-823f-7a514468b8a2 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_d0f504db-5e3c-45af-9f4e-2e377feb508f", "links": {"self": "http://172.30.9.22:5000/v3/users/7e21055726b74ea887ed571bad212e52"}, "domain_id": "default", "enabled": true, "id": "7e21055726b74ea887ed571bad212e52", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:59:52,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-f7c230bf-7e51-439f-823f-7a514468b8a2 2019-01-20 11:59:52,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0898740291595s 2019-01-20 11:59:52,933 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-f7c230bf-7e51-439f-823f-7a514468b8a2 2019-01-20 11:59:52,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 11:59:52,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:53,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5489df4f-77bb-4867-9698-344515337053 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.22:5000/v3/projects/d5d2492b1b3c41d6b0bc08198608ca68"}, "enabled": true, "id": "d5d2492b1b3c41d6b0bc08198608ca68", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_d0f504db-5e3c-45af-9f4e-2e377feb508f"}]} 2019-01-20 11:59:53,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-5489df4f-77bb-4867-9698-344515337053 2019-01-20 11:59:53,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0829119682312s 2019-01-20 11:59:53,023 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-5489df4f-77bb-4867-9698-344515337053 2019-01-20 11:59:53,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 11:59:53,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=7e21055726b74ea887ed571bad212e52&scope.project.id=d5d2492b1b3c41d6b0bc08198608ca68&role.id=77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:53,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bac604a-427e-42d8-b836-1ec580e12d0b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=7e21055726b74ea887ed571bad212e52&scope.project.id=d5d2492b1b3c41d6b0bc08198608ca68&role.id=77f3d538c7cd4e1a927402af90dfd66a", "previous": null, "next": null}} 2019-01-20 11:59:53,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=7e21055726b74ea887ed571bad212e52&scope.project.id=d5d2492b1b3c41d6b0bc08198608ca68&role.id=77f3d538c7cd4e1a927402af90dfd66a used request id req-4bac604a-427e-42d8-b836-1ec580e12d0b 2019-01-20 11:59:53,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0808811187744s 2019-01-20 11:59:53,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 11:59:53,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/d5d2492b1b3c41d6b0bc08198608ca68/users/7e21055726b74ea887ed571bad212e52/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:53,218 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:59:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d4bfaf7-3f8d-422e-8372-2a4903d30f5b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:59:53,218 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d5d2492b1b3c41d6b0bc08198608ca68/users/7e21055726b74ea887ed571bad212e52/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-7d4bfaf7-3f8d-422e-8372-2a4903d30f5b 2019-01-20 11:59:53,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.11185503006s 2019-01-20 11:59:53,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 11:59:53,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:53,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a00267b6-6ac5-45f1-adb6-e4c1fc577d4e Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4d6b8fc86a7e440987bfd0a36795cd90", "links": {"self": "http://172.30.9.22:5000/v3/roles/4d6b8fc86a7e440987bfd0a36795cd90"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 11:59:53,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a00267b6-6ac5-45f1-adb6-e4c1fc577d4e 2019-01-20 11:59:53,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0777478218079s 2019-01-20 11:59:53,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 11:59:53,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:53,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20819c87-1a61-4e95-96cf-8c43542dd86b Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 11:59:53,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-20819c87-1a61-4e95-96cf-8c43542dd86b 2019-01-20 11:59:53,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0814619064331s 2019-01-20 11:59:53,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 11:59:53,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:53,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92a6f41c-e70f-4c39-8acb-67ad6ac999c5 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_d0f504db-5e3c-45af-9f4e-2e377feb508f", "links": {"self": "http://172.30.9.22:5000/v3/users/7e21055726b74ea887ed571bad212e52"}, "domain_id": "default", "enabled": true, "id": "7e21055726b74ea887ed571bad212e52", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 11:59:53,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-92a6f41c-e70f-4c39-8acb-67ad6ac999c5 2019-01-20 11:59:53,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0902609825134s 2019-01-20 11:59:53,471 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-92a6f41c-e70f-4c39-8acb-67ad6ac999c5 2019-01-20 11:59:53,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 11:59:53,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=7e21055726b74ea887ed571bad212e52&role.id=77f3d538c7cd4e1a927402af90dfd66a&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:53,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 11:59:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddeea018-4048-438b-bbdd-1a8c2fece3df Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=7e21055726b74ea887ed571bad212e52&role.id=77f3d538c7cd4e1a927402af90dfd66a&scope.domain.id=default", "previous": null, "next": null}} 2019-01-20 11:59:53,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=7e21055726b74ea887ed571bad212e52&role.id=77f3d538c7cd4e1a927402af90dfd66a&scope.domain.id=default used request id req-ddeea018-4048-438b-bbdd-1a8c2fece3df 2019-01-20 11:59:53,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0823361873627s 2019-01-20 11:59:53,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 11:59:53,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/domains/default/users/7e21055726b74ea887ed571bad212e52/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 11:59:53,678 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 11:59:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d705471b-5209-42b5-805e-05358f93a26e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 11:59:53,678 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/domains/default/users/7e21055726b74ea887ed571bad212e52/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-d705471b-5209-42b5-805e-05358f93a26e 2019-01-20 11:59:53,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119158029556s 2019-01-20 11:59:53,679 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-20 12:00:05,092 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-20 12:00:04.829 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ef24dd67-249d-48bd-9859-26365c8156d4) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ef24dd67-249d-48bd-9859-26365c8156d4 | 2019-01-20T12:00:04 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ef24dd67-249d-48bd-9859-26365c8156d4 ~/.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 2019-01-20 12:00:08,197 - 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 | +-------------+-------------------+-----------+ 2019-01-20 12:00:08,197 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-20 12:00:16,203 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-20 12:00:12.440 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-20 12:00:12.588 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-20 12:00:15.990 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=37dd992b-023f-4768-8e0c-ac7c1b11d65f) has been successfully created! Using verifier 'opnfv-tempest' (UUID=37dd992b-023f-4768-8e0c-ac7c1b11d65f) as the default verifier for the future CLI operations. 2019-01-20 12:00:19,294 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2019-01-20 12:00:19,295 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 12:00:19,428 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-20 12:00:19,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 12:00:19,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fec50c87-ef41-48e5-ae8d-5507b26da0df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:00:19,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fec50c87-ef41-48e5-ae8d-5507b26da0df 2019-01-20 12:00:19,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:00:19,843 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "4d6b8fc86a7e440987bfd0a36795cd90", "name": "Member"}], "expires_at": "2019-01-20T13:00:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5d2492b1b3c41d6b0bc08198608ca68", "name": "tempest_smoke_seri-project_d0f504db-5e3c-45af-9f4e-2e377feb508f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d5d2492b1b3c41d6b0bc08198608ca68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d5d2492b1b3c41d6b0bc08198608ca68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d5d2492b1b3c41d6b0bc08198608ca68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d5d2492b1b3c41d6b0bc08198608ca68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d5d2492b1b3c41d6b0bc08198608ca68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d5d2492b1b3c41d6b0bc08198608ca68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d5d2492b1b3c41d6b0bc08198608ca68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d5d2492b1b3c41d6b0bc08198608ca68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d5d2492b1b3c41d6b0bc08198608ca68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d5d2492b1b3c41d6b0bc08198608ca68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d5d2492b1b3c41d6b0bc08198608ca68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d5d2492b1b3c41d6b0bc08198608ca68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_d0f504db-5e3c-45af-9f4e-2e377feb508f", "id": "7e21055726b74ea887ed571bad212e52"}, "audit_ids": ["yUSLnX_1TMu1x-TqOsKK6w"], "issued_at": "2019-01-20T12:00:19.000000Z"}} 2019-01-20 12:00:19,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}28febad2bb67d6e463b63914a1ac3263c7aa6138" 2019-01-20 12:00:19,849 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sun, 20 Jan 2019 12:00:19 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2019-01-20 12:00:19,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 12:00:19,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}28febad2bb67d6e463b63914a1ac3263c7aa6138" 2019-01-20 12:00:20,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4f1af53c-3cc2-4f35-b4e5-8c0c6beca041 Date: Sun, 20 Jan 2019 12:00:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 12:00:20,018 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-4f1af53c-3cc2-4f35-b4e5-8c0c6beca041 2019-01-20 12:00:20,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.167536020279s 2019-01-20 12:00:20,019 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-4f1af53c-3cc2-4f35-b4e5-8c0c6beca041 2019-01-20 12:00:20,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-20 12:00:20,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}28febad2bb67d6e463b63914a1ac3263c7aa6138" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_d0f504db-5e3c-45af-9f4e-2e377feb508f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_d0f504db-5e3c-45af-9f4e-2e377feb508f"}' 2019-01-20 12:00:20,262 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c X-Openstack-Request-Id: req-c10701a3-d09c-47fc-a98f-35d5571f0397 Date: Sun, 20 Jan 2019 12:00:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c/file", "owner": "d5d2492b1b3c41d6b0bc08198608ca68", "id": "e6372f79-8081-4b10-8edc-5ceb54b6036c", "size": null, "self": "/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:00:20Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_d0f504db-5e3c-45af-9f4e-2e377feb508f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_d0f504db-5e3c-45af-9f4e-2e377feb508f", "checksum": null, "created_at": "2019-01-20T12:00:20Z", "protected": false} 2019-01-20 12:00:20,263 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-c10701a3-d09c-47fc-a98f-35d5571f0397 2019-01-20 12:00:20,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.242975950241s 2019-01-20 12:00:20,263 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-c10701a3-d09c-47fc-a98f-35d5571f0397 returning object e6372f79-8081-4b10-8edc-5ceb54b6036c 2019-01-20 12:00:20,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-20 12:00:20,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c/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}28febad2bb67d6e463b63914a1ac3263c7aa6138" -d '' 2019-01-20 12:00:21,265 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e3711fea-8b99-4a46-a7e1-ed1cc09382a2 Date: Sun, 20 Jan 2019 12:00:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:00:21,265 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c/file used request id req-e3711fea-8b99-4a46-a7e1-ed1cc09382a2 2019-01-20 12:00:21,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.00100111961s 2019-01-20 12:00:21,265 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c/file used request id req-e3711fea-8b99-4a46-a7e1-ed1cc09382a2 2019-01-20 12:00:21,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 12:00:21,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}28febad2bb67d6e463b63914a1ac3263c7aa6138" 2019-01-20 12:00:21,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-247d6352-c711-4723-af3a-0f416111882f Date: Sun, 20 Jan 2019 12:00:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e6372f79-8081-4b10-8edc-5ceb54b6036c/snap", "metadata": {}}], "file": "/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c/file", "owner": "d5d2492b1b3c41d6b0bc08198608ca68", "id": "e6372f79-8081-4b10-8edc-5ceb54b6036c", "size": 12716032, "self": "/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e6372f79-8081-4b10-8edc-5ceb54b6036c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:00:21Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_d0f504db-5e3c-45af-9f4e-2e377feb508f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_d0f504db-5e3c-45af-9f4e-2e377feb508f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T12:00:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 12:00:21,443 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-247d6352-c711-4723-af3a-0f416111882f 2019-01-20 12:00:21,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176877975464s 2019-01-20 12:00:21,443 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-247d6352-c711-4723-af3a-0f416111882f 2019-01-20 12:00:21,445 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e6372f79-8081-4b10-8edc-5ceb54b6036c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c/file', 'owner': u'd5d2492b1b3c41d6b0bc08198608ca68', 'id': u'e6372f79-8081-4b10-8edc-5ceb54b6036c', 'size': 12716032, u'self': u'/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd5d2492b1b3c41d6b0bc08198608ca68', 'name': 'tempest_smoke_seri-project_d0f504db-5e3c-45af-9f4e-2e377feb508f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e6372f79-8081-4b10-8edc-5ceb54b6036c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-20T12:00:21Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-20T12:00:21Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_d0f504db-5e3c-45af-9f4e-2e377feb508f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_d0f504db-5e3c-45af-9f4e-2e377feb508f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_d0f504db-5e3c-45af-9f4e-2e377feb508f', 'created': u'2019-01-20T12:00:20Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-20T12:00:20Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_d0f504db-5e3c-45af-9f4e-2e377feb508f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-20 12:00:21,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-20 12:00:21,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}426be02e62a4f194775aeab0d20a1953516a7963" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_d0f504db-5e3c-45af-9f4e-2e377feb508f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-20 12:00:21,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:00:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-019d4f1b-a8dd-443c-8a18-5108ec7af514 x-compute-request-id: req-019d4f1b-a8dd-443c-8a18-5108ec7af514 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/94cf72eb-1e64-4380-a7f1-66bd01a272c4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/94cf72eb-1e64-4380-a7f1-66bd01a272c4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "94cf72eb-1e64-4380-a7f1-66bd01a272c4", "name": "tempest_smoke_serial-flavor_d0f504db-5e3c-45af-9f4e-2e377feb508f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 12:00:21,636 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-019d4f1b-a8dd-443c-8a18-5108ec7af514 2019-01-20 12:00:21,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.189395189285s 2019-01-20 12:00:21,636 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-019d4f1b-a8dd-443c-8a18-5108ec7af514 returning object 94cf72eb-1e64-4380-a7f1-66bd01a272c4 2019-01-20 12:00:21,637 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_d0f504db-5e3c-45af-9f4e-2e377feb508f', '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'057838f782f94e5ca660a8d24231cdb7', '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'94cf72eb-1e64-4380-a7f1-66bd01a272c4', 'swap': 0}) 2019-01-20 12:00:21,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-20 12:00:21,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/94cf72eb-1e64-4380-a7f1-66bd01a272c4/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}426be02e62a4f194775aeab0d20a1953516a7963" -d '{"extra_specs": {}}' 2019-01-20 12:00:21,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:00:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a16b71ea-af57-4ea4-8fae-db2eaef430cf x-compute-request-id: req-a16b71ea-af57-4ea4-8fae-db2eaef430cf Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 12:00:21,660 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/94cf72eb-1e64-4380-a7f1-66bd01a272c4/os-extra_specs used request id req-a16b71ea-af57-4ea4-8fae-db2eaef430cf 2019-01-20 12:00:21,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0216388702393s 2019-01-20 12:00:21,660 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/94cf72eb-1e64-4380-a7f1-66bd01a272c4/os-extra_specs used request id req-a16b71ea-af57-4ea4-8fae-db2eaef430cf 2019-01-20 12:00:21,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:00:21,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}28febad2bb67d6e463b63914a1ac3263c7aa6138" 2019-01-20 12:00:21,670 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:00: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:00:21,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28febad2bb67d6e463b63914a1ac3263c7aa6138" 2019-01-20 12:00:21,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c49ec36f-d166-479e-9e5d-a6390595470b Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4d6b8fc86a7e440987bfd0a36795cd90", "links": {"self": "http://172.30.9.22:5000/v3/roles/4d6b8fc86a7e440987bfd0a36795cd90"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:00:21,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c49ec36f-d166-479e-9e5d-a6390595470b 2019-01-20 12:00:21,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0960340499878s 2019-01-20 12:00:21,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-20 12:00:21,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}28febad2bb67d6e463b63914a1ac3263c7aa6138" 2019-01-20 12:00:21,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:00:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92d12409-9e02-4256-80b3-28764f7d8e7b x-compute-request-id: req-92d12409-9e02-4256-80b3-28764f7d8e7b Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 179}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 182}, "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.9", "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}]} 2019-01-20 12:00:21,932 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-92d12409-9e02-4256-80b3-28764f7d8e7b 2019-01-20 12:00:21,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.17103600502s 2019-01-20 12:00:21,933 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-92d12409-9e02-4256-80b3-28764f7d8e7b 2019-01-20 12:00:21,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 12:00:21,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}28febad2bb67d6e463b63914a1ac3263c7aa6138" 2019-01-20 12:00:22,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-537a3f99-83d7-4231-81a2-4cf2cc56b811 Date: Sun, 20 Jan 2019 12:00:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e6372f79-8081-4b10-8edc-5ceb54b6036c/snap", "metadata": {}}], "file": "/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c/file", "owner": "d5d2492b1b3c41d6b0bc08198608ca68", "id": "e6372f79-8081-4b10-8edc-5ceb54b6036c", "size": 12716032, "self": "/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e6372f79-8081-4b10-8edc-5ceb54b6036c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:00:21Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_d0f504db-5e3c-45af-9f4e-2e377feb508f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_d0f504db-5e3c-45af-9f4e-2e377feb508f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T12:00:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 12:00:22,110 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-537a3f99-83d7-4231-81a2-4cf2cc56b811 2019-01-20 12:00:22,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.175887107849s 2019-01-20 12:00:22,111 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-537a3f99-83d7-4231-81a2-4cf2cc56b811 2019-01-20 12:00:22,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-20 12:00:22,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}28febad2bb67d6e463b63914a1ac3263c7aa6138" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_d0f504db-5e3c-45af-9f4e-2e377feb508f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_d0f504db-5e3c-45af-9f4e-2e377feb508f"}' 2019-01-20 12:00:22,397 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/65e0d066-573d-476e-92ce-183aa6e6f5ed X-Openstack-Request-Id: req-14392672-4a61-407d-a0ca-0daa9595f243 Date: Sun, 20 Jan 2019 12:00:22 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/65e0d066-573d-476e-92ce-183aa6e6f5ed/file", "owner": "d5d2492b1b3c41d6b0bc08198608ca68", "id": "65e0d066-573d-476e-92ce-183aa6e6f5ed", "size": null, "self": "/v2/images/65e0d066-573d-476e-92ce-183aa6e6f5ed", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:00:22Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_d0f504db-5e3c-45af-9f4e-2e377feb508f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_d0f504db-5e3c-45af-9f4e-2e377feb508f", "checksum": null, "created_at": "2019-01-20T12:00:22Z", "protected": false} 2019-01-20 12:00:22,397 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-14392672-4a61-407d-a0ca-0daa9595f243 2019-01-20 12:00:22,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.283797979355s 2019-01-20 12:00:22,398 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-14392672-4a61-407d-a0ca-0daa9595f243 returning object 65e0d066-573d-476e-92ce-183aa6e6f5ed 2019-01-20 12:00:22,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-20 12:00:22,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/65e0d066-573d-476e-92ce-183aa6e6f5ed/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}28febad2bb67d6e463b63914a1ac3263c7aa6138" -d '' 2019-01-20 12:00:23,720 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-872ebf60-7d70-4e09-b203-104d6b830c7f Date: Sun, 20 Jan 2019 12:00:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:00:23,720 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/65e0d066-573d-476e-92ce-183aa6e6f5ed/file used request id req-872ebf60-7d70-4e09-b203-104d6b830c7f 2019-01-20 12:00:23,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.3219640255s 2019-01-20 12:00:23,721 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/65e0d066-573d-476e-92ce-183aa6e6f5ed/file used request id req-872ebf60-7d70-4e09-b203-104d6b830c7f 2019-01-20 12:00:23,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 12:00:23,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}28febad2bb67d6e463b63914a1ac3263c7aa6138" 2019-01-20 12:00:23,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-6d307558-4a98-4a1e-82fe-4194163393b5 Date: Sun, 20 Jan 2019 12:00:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/65e0d066-573d-476e-92ce-183aa6e6f5ed/snap", "metadata": {}}], "file": "/v2/images/65e0d066-573d-476e-92ce-183aa6e6f5ed/file", "owner": "d5d2492b1b3c41d6b0bc08198608ca68", "id": "65e0d066-573d-476e-92ce-183aa6e6f5ed", "size": 12716032, "self": "/v2/images/65e0d066-573d-476e-92ce-183aa6e6f5ed", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/65e0d066-573d-476e-92ce-183aa6e6f5ed/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:00:23Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_d0f504db-5e3c-45af-9f4e-2e377feb508f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_d0f504db-5e3c-45af-9f4e-2e377feb508f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T12:00:22Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e6372f79-8081-4b10-8edc-5ceb54b6036c/snap", "metadata": {}}], "file": "/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c/file", "owner": "d5d2492b1b3c41d6b0bc08198608ca68", "id": "e6372f79-8081-4b10-8edc-5ceb54b6036c", "size": 12716032, "self": "/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e6372f79-8081-4b10-8edc-5ceb54b6036c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:00:21Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_d0f504db-5e3c-45af-9f4e-2e377feb508f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_d0f504db-5e3c-45af-9f4e-2e377feb508f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T12:00:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 12:00:23,748 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-6d307558-4a98-4a1e-82fe-4194163393b5 2019-01-20 12:00:23,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0274298191071s 2019-01-20 12:00:23,749 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-6d307558-4a98-4a1e-82fe-4194163393b5 2019-01-20 12:00:23,752 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/65e0d066-573d-476e-92ce-183aa6e6f5ed/snap', u'metadata': Munch({})})], 'file': u'/v2/images/65e0d066-573d-476e-92ce-183aa6e6f5ed/file', 'owner': u'd5d2492b1b3c41d6b0bc08198608ca68', 'id': u'65e0d066-573d-476e-92ce-183aa6e6f5ed', 'size': 12716032, u'self': u'/v2/images/65e0d066-573d-476e-92ce-183aa6e6f5ed', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd5d2492b1b3c41d6b0bc08198608ca68', 'name': 'tempest_smoke_seri-project_d0f504db-5e3c-45af-9f4e-2e377feb508f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/65e0d066-573d-476e-92ce-183aa6e6f5ed/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-20T12:00:23Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-20T12:00:23Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_d0f504db-5e3c-45af-9f4e-2e377feb508f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/65e0d066-573d-476e-92ce-183aa6e6f5ed', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_d0f504db-5e3c-45af-9f4e-2e377feb508f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_d0f504db-5e3c-45af-9f4e-2e377feb508f', 'created': u'2019-01-20T12:00:22Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-20T12:00:22Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/65e0d066-573d-476e-92ce-183aa6e6f5ed', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_d0f504db-5e3c-45af-9f4e-2e377feb508f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-20 12:00:23,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-20 12:00:23,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}426be02e62a4f194775aeab0d20a1953516a7963" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_d0f504db-5e3c-45af-9f4e-2e377feb508f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-20 12:00:23,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:00:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9fee9cc7-90fe-4beb-bc22-1e97f079851a x-compute-request-id: req-9fee9cc7-90fe-4beb-bc22-1e97f079851a Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e9f4c9ac-d0b2-487c-9c3a-1f3f722b6b53", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e9f4c9ac-d0b2-487c-9c3a-1f3f722b6b53", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e9f4c9ac-d0b2-487c-9c3a-1f3f722b6b53", "name": "tempest_smoke_serial-flavor_alt_d0f504db-5e3c-45af-9f4e-2e377feb508f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 12:00:23,814 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-9fee9cc7-90fe-4beb-bc22-1e97f079851a 2019-01-20 12:00:23,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0615210533142s 2019-01-20 12:00:23,814 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-9fee9cc7-90fe-4beb-bc22-1e97f079851a returning object e9f4c9ac-d0b2-487c-9c3a-1f3f722b6b53 2019-01-20 12:00:23,815 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_d0f504db-5e3c-45af-9f4e-2e377feb508f', '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'057838f782f94e5ca660a8d24231cdb7', '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'e9f4c9ac-d0b2-487c-9c3a-1f3f722b6b53', 'swap': 0}) 2019-01-20 12:00:23,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-20 12:00:23,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/e9f4c9ac-d0b2-487c-9c3a-1f3f722b6b53/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}426be02e62a4f194775aeab0d20a1953516a7963" -d '{"extra_specs": {}}' 2019-01-20 12:00:23,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:00:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a5659005-b377-4f99-ad3d-6e6b9968b153 x-compute-request-id: req-a5659005-b377-4f99-ad3d-6e6b9968b153 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 12:00:23,837 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/e9f4c9ac-d0b2-487c-9c3a-1f3f722b6b53/os-extra_specs used request id req-a5659005-b377-4f99-ad3d-6e6b9968b153 2019-01-20 12:00:23,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0215730667114s 2019-01-20 12:00:23,838 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/e9f4c9ac-d0b2-487c-9c3a-1f3f722b6b53/os-extra_specs used request id req-a5659005-b377-4f99-ad3d-6e6b9968b153 2019-01-20 12:00:23,838 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_d0f504db-5e3c-45af-9f4e-2e377feb508f', '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'057838f782f94e5ca660a8d24231cdb7', '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'e9f4c9ac-d0b2-487c-9c3a-1f3f722b6b53', 'swap': 0}) 2019-01-20 12:00:27,162 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-20 12:00:25.906 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=37dd992b-023f-4768-8e0c-ac7c1b11d65f) for deployment 'opnfv-rally' (UUID=ef24dd67-249d-48bd-9859-26365c8156d4). 2019-01-20 12:00:26.978 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-20 12:00:26.981 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=37dd992b-023f-4768-8e0c-ac7c1b11d65f) has been successfully configured for deployment 'opnfv-rally' (UUID=ef24dd67-249d-48bd-9859-26365c8156d4)! 2019-01-20 12:00:27,162 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-20 12:00:27,163 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-20 12:00:27,165 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-20 12:00:27,194 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2019-01-20 12:00:32,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-37dd992b-023f-4768-8e0c-ac7c1b11d65f/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2019-01-20 12:00:32,572 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-20 12:00:32,604 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-20 12:00:32,605 - 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']'. 2019-01-20 12:00:34,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:00:34.644 51 INFO rally.api [-] Starting verification (UUID=6944a65e-6fc2-4685-a5ca-f440a89d18c9) for deployment 'opnfv-rally' (UUID=ef24dd67-249d-48bd-9859-26365c8156d4) by verifier 'opnfv-tempest' (UUID=37dd992b-023f-4768-8e0c-ac7c1b11d65f). 2019-01-20 12:00:34,646 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 6944a65e-6fc2-4685-a5ca-f440a89d18c9 2019-01-20 12:00:40,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:00:40.770 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.172s] 2019-01-20 12:00:40,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:00:40.829 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.059s] 2019-01-20 12:00:47,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:00:47.509 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.774s] 2019-01-20 12:00:50,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:00:50.809 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.300s] 2019-01-20 12:01:03,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:01:03.456 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.973s] 2019-01-20 12:01:21,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:01:21.446 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [11.865s] 2019-01-20 12:02:01,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:02:01.672 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.084s] 2019-01-20 12:02:01,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:02:01.674 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2019-01-20 12:02:40,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:02:40.831 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.064s] 2019-01-20 12:02:40,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:02:40.832 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2019-01-20 12:03:18,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:03:18.410 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.098s] 2019-01-20 12:03:18,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:03:18.411 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2019-01-20 12:04:04,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:04:04.152 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [8.802s] 2019-01-20 12:04:30,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:04:30.014 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2019-01-20 12:04:30,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:04:30.123 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.109s] 2019-01-20 12:04:37,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:04:37.684 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.668s] 2019-01-20 12:04:37,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:04:37.693 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2019-01-20 12:04:38,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:04:38.936 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2019-01-20 12:04:38,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:04:38.936 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2019-01-20 12:04:43,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:04:43.160 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.303s] 2019-01-20 12:04:49,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:04:49.155 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.417s] 2019-01-20 12:04:55,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:04:55.515 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.677s] 2019-01-20 12:05:03,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:05:03.099 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.530s] 2019-01-20 12:05:12,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:05:12.120 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.993s] 2019-01-20 12:05:18,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:05:18.439 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.667s] 2019-01-20 12:05:24,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:05:24.397 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.176s] 2019-01-20 12:05:31,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:05:31.642 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.396s] 2019-01-20 12:05:38,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:05:38.842 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.740s] 2019-01-20 12:05:47,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:05:47.834 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.665s] 2019-01-20 12:05:49,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:05:49.882 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2019-01-20 12:05:51,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:05:51.840 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.082s] 2019-01-20 12:05:51,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:05:51.911 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.071s] 2019-01-20 12:05:51,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:05:51.985 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.073s] 2019-01-20 12:05:51,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:05:51.992 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2019-01-20 12:05:55,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:05:55.961 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.803s] 2019-01-20 12:05:57,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:05:57.443 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.481s] 2019-01-20 12:05:59,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:05:59.503 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.059s] 2019-01-20 12:06:05,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:06:05.442 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2019-01-20 12:06:12,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:06:12.591 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.987s] 2019-01-20 12:06:29,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:06:29.746 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.436s] 2019-01-20 12:06:34,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:06:34.465 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.718s] 2019-01-20 12:06:47,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:06:47.488 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.531s] 2019-01-20 12:06:51,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:06:51.176 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.686s] 2019-01-20 12:06:57,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:06:57.402 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.226s] 2019-01-20 12:07:06,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:07:06.746 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.764s] 2019-01-20 12:07:10,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:07:10.336 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.589s] 2019-01-20 12:07:14,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:07:14.071 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.735s] 2019-01-20 12:07:30,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:07:30.122 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.673s] 2019-01-20 12:07:30,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:07:30.413 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.292s] 2019-01-20 12:07:30,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:07:30.663 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.249s] 2019-01-20 12:07:30,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:07:30.870 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.206s] 2019-01-20 12:07:31,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:07:31.270 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.398s] 2019-01-20 12:07:31,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:07:31.472 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.202s] 2019-01-20 12:07:44,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:07:44.756 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.397s] 2019-01-20 12:07:45,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:07:45.185 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.429s] 2019-01-20 12:07:45,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:07:45.323 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.137s] 2019-01-20 12:07:45,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:07:45.400 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.077s] 2019-01-20 12:07:45,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:07:45.656 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.255s] 2019-01-20 12:07:45,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:07:45.869 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.212s] 2019-01-20 12:07:59,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:07:59.534 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.433s] 2019-01-20 12:08:05,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:08:05.178 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.643s] 2019-01-20 12:08:07,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:08:07.281 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.101s] 2019-01-20 12:08:07,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:08:07.500 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.219s] 2019-01-20 12:08:07,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:08:07.580 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.079s] 2019-01-20 12:08:20,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:08:20.808 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.928s] 2019-01-20 12:08:26,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:08:26.700 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.891s] 2019-01-20 12:08:28,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:08:28.635 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.934s] 2019-01-20 12:08:28,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:08:28.835 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.199s] 2019-01-20 12:08:28,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:08:28.901 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.066s] 2019-01-20 12:08:49,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:08:49.951 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [15.959s] 2019-01-20 12:09:01,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:09:01.449 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.498s] 2019-01-20 12:09:12,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:09:12.541 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.091s] 2019-01-20 12:09:21,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:09:21.723 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [9.181s] 2019-01-20 12:09:52,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:09:52.350 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.236s] 2019-01-20 12:10:04,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:10:04.299 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.949s] 2019-01-20 12:10:14,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:10:14.831 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.530s] 2019-01-20 12:10:23,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:10:23.793 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [8.961s] 2019-01-20 12:10:39,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:10:39.925 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.756s] 2019-01-20 12:10:42,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:10:42.598 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.669s] 2019-01-20 12:10:42,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:10:42.782 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.189s] 2019-01-20 12:10:47,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:10:47.627 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.784s] 2019-01-20 12:10:49,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:10:49.899 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.269s] 2019-01-20 12:10:50,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:10:50.097 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.201s] 2019-01-20 12:10:54,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:10:54.450 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.269s] 2019-01-20 12:10:57,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:10:57.567 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2019-01-20 12:10:58,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:10:58.856 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2019-01-20 12:10:58,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:10:58.859 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2019-01-20 12:10:58,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:10:58.859 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2019-01-20 12:10:58,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:10:58.860 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2019-01-20 12:10:58,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:10:58.861 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2019-01-20 12:11:00,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:11:00.838 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2019-01-20 12:11:16,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:11:16.111 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.296s] 2019-01-20 12:11:29,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:11:29.826 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [9.086s] 2019-01-20 12:11:42,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:11:42.566 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.737s] 2019-01-20 12:11:51,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:11:51.989 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.173s] 2019-01-20 12:13:04,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:13:04.466 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [66.405s] 2019-01-20 12:13:42,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:13:42.599 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [25.578s] 2019-01-20 12:14:35,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:14:35.540 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [24.252s] 2019-01-20 12:14:56,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 6944a65e-6fc2-4685-a5ca-f440a89d18c9 2019-01-20 12:14:56,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '6944a65e-6fc2-4685-a5ca-f440a89d18c9']'. 2019-01-20 12:14:57,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-20 12:14:57,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-20 12:14:57,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-20 12:14:57,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 6944a65e-6fc2-4685-a5ca-f440a89d18c9 | 2019-01-20 12:14:57,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2019-01-20 12:14:57,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-20 12:00:34 | 2019-01-20 12:14:57,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-20 12:14:55 | 2019-01-20 12:14:57,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:21 | 2019-01-20 12:14:57,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2019-01-20 12:14:57,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-20 12:14:57,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-20 12:14:57,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 37dd992b-023f-4768-8e0c-ac7c1b11d65f) | 2019-01-20 12:14:57,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-20 12:14:57,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: ef24dd67-249d-48bd-9859-26365c8156d4) | 2019-01-20 12:14:57,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2019-01-20 12:14:57,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 836.841 | 2019-01-20 12:14:57,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2019-01-20 12:14:57,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2019-01-20 12:14:57,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-20 12:14:57,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-20 12:14:57,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2019-01-20 12:14:57,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-20 12:14:57,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-20 12:14:57,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-20 12:14:57,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2019-01-20 12:14:57,478 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-20 12:14:57,479 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:38 | PASS | +------------------------------+------------------+------------------+----------------+ 2019-01-20 12:14:57,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-20 12:14:57,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/65e0d066-573d-476e-92ce-183aa6e6f5ed -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28febad2bb67d6e463b63914a1ac3263c7aa6138" 2019-01-20 12:14:59,173 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5c3512bf-eaa0-4533-99cd-4e7ba38d4327 Date: Sun, 20 Jan 2019 12:14:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:14:59,174 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/65e0d066-573d-476e-92ce-183aa6e6f5ed used request id req-5c3512bf-eaa0-4533-99cd-4e7ba38d4327 2019-01-20 12:14:59,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.6884469986s 2019-01-20 12:14:59,174 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/65e0d066-573d-476e-92ce-183aa6e6f5ed used request id req-5c3512bf-eaa0-4533-99cd-4e7ba38d4327 2019-01-20 12:14:59,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 12:14:59,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 12:14:59,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:14:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4186855-275e-49bd-8e66-b98438515483 x-compute-request-id: req-f4186855-275e-49bd-8e66-b98438515483 Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/94cf72eb-1e64-4380-a7f1-66bd01a272c4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/94cf72eb-1e64-4380-a7f1-66bd01a272c4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "94cf72eb-1e64-4380-a7f1-66bd01a272c4", "name": "tempest_smoke_serial-flavor_d0f504db-5e3c-45af-9f4e-2e377feb508f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e9f4c9ac-d0b2-487c-9c3a-1f3f722b6b53", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e9f4c9ac-d0b2-487c-9c3a-1f3f722b6b53", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e9f4c9ac-d0b2-487c-9c3a-1f3f722b6b53", "name": "tempest_smoke_serial-flavor_alt_d0f504db-5e3c-45af-9f4e-2e377feb508f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 12:14:59,391 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-f4186855-275e-49bd-8e66-b98438515483 2019-01-20 12:14:59,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.216495990753s 2019-01-20 12:14:59,391 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-f4186855-275e-49bd-8e66-b98438515483 2019-01-20 12:14:59,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-20 12:14:59,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/e9f4c9ac-d0b2-487c-9c3a-1f3f722b6b53 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 12:14:59,438 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 12:14:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2d091324-c1aa-460e-8570-2308d78f5746 x-compute-request-id: req-2d091324-c1aa-460e-8570-2308d78f5746 Content-Length: 0 Content-Type: application/json 2019-01-20 12:14:59,438 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/e9f4c9ac-d0b2-487c-9c3a-1f3f722b6b53 used request id req-2d091324-c1aa-460e-8570-2308d78f5746 2019-01-20 12:14:59,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0444560050964s 2019-01-20 12:14:59,438 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/e9f4c9ac-d0b2-487c-9c3a-1f3f722b6b53 used request id req-2d091324-c1aa-460e-8570-2308d78f5746 2019-01-20 12:14:59,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 12:14:59,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}28febad2bb67d6e463b63914a1ac3263c7aa6138" 2019-01-20 12:14:59,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-047be25d-553c-4efa-b8e8-0962b77a9b76 Date: Sun, 20 Jan 2019 12:14:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e6372f79-8081-4b10-8edc-5ceb54b6036c/snap", "metadata": {}}], "file": "/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c/file", "owner": "d5d2492b1b3c41d6b0bc08198608ca68", "id": "e6372f79-8081-4b10-8edc-5ceb54b6036c", "size": 12716032, "self": "/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e6372f79-8081-4b10-8edc-5ceb54b6036c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:00:21Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_d0f504db-5e3c-45af-9f4e-2e377feb508f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_d0f504db-5e3c-45af-9f4e-2e377feb508f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T12:00:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 12:14:59,622 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-047be25d-553c-4efa-b8e8-0962b77a9b76 2019-01-20 12:14:59,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.183780908585s 2019-01-20 12:14:59,622 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-047be25d-553c-4efa-b8e8-0962b77a9b76 2019-01-20 12:14:59,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-20 12:14:59,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}28febad2bb67d6e463b63914a1ac3263c7aa6138" 2019-01-20 12:15:01,419 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a04fe9a4-494f-4f73-9487-63055792bee8 Date: Sun, 20 Jan 2019 12:15:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:15:01,419 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c used request id req-a04fe9a4-494f-4f73-9487-63055792bee8 2019-01-20 12:15:01,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.79464697838s 2019-01-20 12:15:01,420 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/e6372f79-8081-4b10-8edc-5ceb54b6036c used request id req-a04fe9a4-494f-4f73-9487-63055792bee8 2019-01-20 12:15:01,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 12:15:01,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 12:15:01,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12: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-696a8fc5-983d-476f-b0d7-a171f374f93c x-compute-request-id: req-696a8fc5-983d-476f-b0d7-a171f374f93c Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/94cf72eb-1e64-4380-a7f1-66bd01a272c4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/94cf72eb-1e64-4380-a7f1-66bd01a272c4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "94cf72eb-1e64-4380-a7f1-66bd01a272c4", "name": "tempest_smoke_serial-flavor_d0f504db-5e3c-45af-9f4e-2e377feb508f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 12:15:01,453 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-696a8fc5-983d-476f-b0d7-a171f374f93c 2019-01-20 12:15:01,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.032557964325s 2019-01-20 12:15:01,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-696a8fc5-983d-476f-b0d7-a171f374f93c 2019-01-20 12:15:01,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-20 12:15:01,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/94cf72eb-1e64-4380-a7f1-66bd01a272c4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 12:15:01,505 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 12:15:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9fe7053c-168e-45f3-8931-de56dca456f8 x-compute-request-id: req-9fe7053c-168e-45f3-8931-de56dca456f8 Content-Length: 0 Content-Type: application/json 2019-01-20 12:15:01,505 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/94cf72eb-1e64-4380-a7f1-66bd01a272c4 used request id req-9fe7053c-168e-45f3-8931-de56dca456f8 2019-01-20 12:15:01,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0500512123108s 2019-01-20 12:15:01,505 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/94cf72eb-1e64-4380-a7f1-66bd01a272c4 used request id req-9fe7053c-168e-45f3-8931-de56dca456f8 2019-01-20 12:15:01,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 12:15:01,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 12:15:01,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2b36143-f25f-4836-9641-bd4046dcc112 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_d0f504db-5e3c-45af-9f4e-2e377feb508f", "links": {"self": "http://172.30.9.22:5000/v3/users/7e21055726b74ea887ed571bad212e52"}, "domain_id": "default", "enabled": true, "id": "7e21055726b74ea887ed571bad212e52", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:15:01,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e2b36143-f25f-4836-9641-bd4046dcc112 2019-01-20 12:15:01,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108639955521s 2019-01-20 12:15:01,615 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e2b36143-f25f-4836-9641-bd4046dcc112 2019-01-20 12:15:01,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 12:15:01,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/7e21055726b74ea887ed571bad212e52 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 12:15:01,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae242446-89f2-442d-a7a0-31f499ba315b Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/7e21055726b74ea887ed571bad212e52"}, "enabled": true, "id": "7e21055726b74ea887ed571bad212e52", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_d0f504db-5e3c-45af-9f4e-2e377feb508f"}} 2019-01-20 12:15:01,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/7e21055726b74ea887ed571bad212e52 used request id req-ae242446-89f2-442d-a7a0-31f499ba315b 2019-01-20 12:15:01,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109604120255s 2019-01-20 12:15:01,731 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/7e21055726b74ea887ed571bad212e52 used request id req-ae242446-89f2-442d-a7a0-31f499ba315b 2019-01-20 12:15:01,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-20 12:15:01,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/7e21055726b74ea887ed571bad212e52 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 12:15:01,931 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:15:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c358287b-0f8d-4e01-b905-d5200b41f5c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:15:01,931 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/7e21055726b74ea887ed571bad212e52 used request id req-c358287b-0f8d-4e01-b905-d5200b41f5c1 2019-01-20 12:15:01,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.199131011963s 2019-01-20 12:15:01,931 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/7e21055726b74ea887ed571bad212e52 used request id req-c358287b-0f8d-4e01-b905-d5200b41f5c1 2019-01-20 12:15:01,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 12:15:01,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 12:15:02,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b227c7d-b8d6-47e1-947f-4e4aa85d0d56 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.22:5000/v3/projects/d5d2492b1b3c41d6b0bc08198608ca68"}, "enabled": true, "id": "d5d2492b1b3c41d6b0bc08198608ca68", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_d0f504db-5e3c-45af-9f4e-2e377feb508f"}]} 2019-01-20 12:15:02,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-4b227c7d-b8d6-47e1-947f-4e4aa85d0d56 2019-01-20 12:15:02,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0826189517975s 2019-01-20 12:15:02,015 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-4b227c7d-b8d6-47e1-947f-4e4aa85d0d56 2019-01-20 12:15:02,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-20 12:15:02,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/d5d2492b1b3c41d6b0bc08198608ca68 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 12:15:02,157 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:15:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb10cf99-72d7-4532-919d-6127e4e44ee9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:15:02,157 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/d5d2492b1b3c41d6b0bc08198608ca68 used request id req-fb10cf99-72d7-4532-919d-6127e4e44ee9 2019-01-20 12:15:02,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.139643907547s 2019-01-20 12:15:02,157 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/d5d2492b1b3c41d6b0bc08198608ca68 used request id req-fb10cf99-72d7-4532-919d-6127e4e44ee9 2019-01-20 12:15:02,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:15:02,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 12:15:02,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8cc545b-82dc-4add-a874-e80ef4953d08 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4d6b8fc86a7e440987bfd0a36795cd90", "links": {"self": "http://172.30.9.22:5000/v3/roles/4d6b8fc86a7e440987bfd0a36795cd90"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:15:02,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e8cc545b-82dc-4add-a874-e80ef4953d08 2019-01-20 12:15:02,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0729858875275s 2019-01-20 12:15:02,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-20 12:15:02,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/4d6b8fc86a7e440987bfd0a36795cd90 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 12:15:02,429 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:15:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ef95a03-ef5b-457c-b880-801fe68ef738 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:15:02,430 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/4d6b8fc86a7e440987bfd0a36795cd90 used request id req-7ef95a03-ef5b-457c-b880-801fe68ef738 2019-01-20 12:15:02,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.19727396965s 2019-01-20 12:15:02,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 12:15:02,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=d5d2492b1b3c41d6b0bc08198608ca68&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}426be02e62a4f194775aeab0d20a1953516a7963" 2019-01-20 12:15:02,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-8458eb32-57ea-4a88-a8bb-cd2cabe4ad9b Date: Sun, 20 Jan 2019 12:15:02 GMT RESP BODY: {"security_groups": []} 2019-01-20 12:15:02,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=d5d2492b1b3c41d6b0bc08198608ca68&name=default used request id req-8458eb32-57ea-4a88-a8bb-cd2cabe4ad9b 2019-01-20 12:15:02,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.177416086197s 2019-01-20 12:15:02,611 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=d5d2492b1b3c41d6b0bc08198608ca68&name=default used request id req-8458eb32-57ea-4a88-a8bb-cd2cabe4ad9b 2019-01-20 12:15:02,666 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2019-01-20 12:15:02,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 12:15:02,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 12:15:02,777 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 12:15:02,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 12:15:02,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 12:15:02,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 12:15:02,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 12:15:02,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 12:15:02,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 12:15:02,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 12:15:02,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 12:15:02,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 12:15:02,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 12:15:02,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 12:15:02,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 12:15:02,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 12:15:02,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 12:15:02,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 12:15:02,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 12:15:02,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 12:15:02,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 12:15:02,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 12:15:02,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-20 12:15:02,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-20 12:15:02,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 12:15:02,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f11528ba-44bb-4d57-ae13-78ba6881aeda Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:15:02,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f11528ba-44bb-4d57-ae13-78ba6881aeda 2019-01-20 12:15:02,791 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:15:03,156 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}], "expires_at": "2019-01-20T13:15:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "057838f782f94e5ca660a8d24231cdb7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "96110a92bd284ca5bccb7c5d679699e2"}, "audit_ids": ["DWUm1AAKTiODRrdDVDgIpA"], "issued_at": "2019-01-20T12:15:03.000000Z"}} 2019-01-20 12:15:03,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 12:15:03,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:03,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-da9390af-872d-4839-a85a-ff9aaa0867ad Date: Sun, 20 Jan 2019 12:15:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 12:15:03,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-da9390af-872d-4839-a85a-ff9aaa0867ad 2019-01-20 12:15:03,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.246798038483s 2019-01-20 12:15:03,406 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-da9390af-872d-4839-a85a-ff9aaa0867ad 2019-01-20 12:15:03,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 12:15:03,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:03,415 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:15: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:15:03,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:03,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a22be58-1fed-475b-884e-aec453c46e56 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 12:15:03,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-4a22be58-1fed-475b-884e-aec453c46e56 2019-01-20 12:15:03,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0985271930695s 2019-01-20 12:15:03,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-20 12:15:03,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}1d679cea6b32817ce0e825eafe6095049549d7d9" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af"}}' 2019-01-20 12:15:03,615 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:15:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0cd9332c-0368-4753-abb4-eb63bea5619b 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.22:5000/v3/projects/e8420ac244124645884bcf5f48429390"}, "enabled": true, "id": "e8420ac244124645884bcf5f48429390", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af"}} 2019-01-20 12:15:03,615 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-0cd9332c-0368-4753-abb4-eb63bea5619b 2019-01-20 12:15:03,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.108572006226s 2019-01-20 12:15:03,616 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-0cd9332c-0368-4753-abb4-eb63bea5619b 2019-01-20 12:15:03,616 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'id': u'e8420ac244124645884bcf5f48429390', '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'})}) 2019-01-20 12:15:03,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-20 12:15:04,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.459402084351s 2019-01-20 12:15:04,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/6995085725ab4184be3e6595353949a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:04,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4af52d8-5d14-4ad4-965d-99de3d2758e1 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/6995085725ab4184be3e6595353949a4"}, "enabled": true, "id": "6995085725ab4184be3e6595353949a4", "options": {}, "domain_id": "default", "name": "rally_sanity-user_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af"}} 2019-01-20 12:15:04,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/6995085725ab4184be3e6595353949a4 used request id req-f4af52d8-5d14-4ad4-965d-99de3d2758e1 2019-01-20 12:15:04,167 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6995085725ab4184be3e6595353949a4', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af'}) 2019-01-20 12:15:04,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:15:04,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:04,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5baa8272-0f1d-4032-89e6-570abfa52ccb Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:15:04,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5baa8272-0f1d-4032-89e6-570abfa52ccb 2019-01-20 12:15:04,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0768961906433s 2019-01-20 12:15:04,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:15:04,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:04,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a860660-a657-45a5-a177-be8cb4a1f4ab Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:15:04,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1a860660-a657-45a5-a177-be8cb4a1f4ab 2019-01-20 12:15:04,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0791790485382s 2019-01-20 12:15:04,326 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-20 12:15:04,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-20 12:15:04,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" -d '{"role": {"name": "Member"}}' 2019-01-20 12:15:04,424 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:15:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-625473c0-a74e-4281-b34f-2fb8a45933c3 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "35436740a5b84a48a9c92112cc37c8ca", "links": {"self": "http://172.30.9.22:5000/v3/roles/35436740a5b84a48a9c92112cc37c8ca"}, "name": "Member"}} 2019-01-20 12:15:04,424 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-625473c0-a74e-4281-b34f-2fb8a45933c3 2019-01-20 12:15:04,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0976300239563s 2019-01-20 12:15:04,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/35436740a5b84a48a9c92112cc37c8ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:04,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b67817d-a494-4d8d-92dc-b959e995762c Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/35436740a5b84a48a9c92112cc37c8ca"}, "domain_id": null, "name": "Member", "id": "35436740a5b84a48a9c92112cc37c8ca"}} 2019-01-20 12:15:04,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/35436740a5b84a48a9c92112cc37c8ca used request id req-5b67817d-a494-4d8d-92dc-b959e995762c 2019-01-20 12:15:04,504 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/35436740a5b84a48a9c92112cc37c8ca'}, 'domain_id': None, 'human_id': None, 'id': u'35436740a5b84a48a9c92112cc37c8ca', 'HUMAN_ID': False}) 2019-01-20 12:15:04,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:15:04,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:04,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4939658-3e4e-4c50-ac02-7d8e54357467 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35436740a5b84a48a9c92112cc37c8ca", "links": {"self": "http://172.30.9.22:5000/v3/roles/35436740a5b84a48a9c92112cc37c8ca"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:15:04,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f4939658-3e4e-4c50-ac02-7d8e54357467 2019-01-20 12:15:04,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0828559398651s 2019-01-20 12:15:04,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 12:15:04,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:04,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18ad900d-7d13-463b-8b73-0d83687525f5 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 12:15:04,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-18ad900d-7d13-463b-8b73-0d83687525f5 2019-01-20 12:15:04,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0858221054077s 2019-01-20 12:15:04,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 12:15:04,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:04,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc45d40f-3278-484f-9b5b-765479bf3511 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "links": {"self": "http://172.30.9.22:5000/v3/users/6995085725ab4184be3e6595353949a4"}, "domain_id": "default", "enabled": true, "id": "6995085725ab4184be3e6595353949a4", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:15:04,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-bc45d40f-3278-484f-9b5b-765479bf3511 2019-01-20 12:15:04,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0867350101471s 2019-01-20 12:15:04,763 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-bc45d40f-3278-484f-9b5b-765479bf3511 2019-01-20 12:15:04,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 12:15:04,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:04,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61dacacd-44fb-48cc-9891-79ce34515037 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.22:5000/v3/projects/e8420ac244124645884bcf5f48429390"}, "enabled": true, "id": "e8420ac244124645884bcf5f48429390", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af"}]} 2019-01-20 12:15:04,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-61dacacd-44fb-48cc-9891-79ce34515037 2019-01-20 12:15:04,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0832929611206s 2019-01-20 12:15:04,854 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-61dacacd-44fb-48cc-9891-79ce34515037 2019-01-20 12:15:04,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 12:15:04,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=6995085725ab4184be3e6595353949a4&scope.project.id=e8420ac244124645884bcf5f48429390&role.id=35436740a5b84a48a9c92112cc37c8ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:04,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e406bf82-6922-428e-8080-e5bcaa4bd492 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=6995085725ab4184be3e6595353949a4&scope.project.id=e8420ac244124645884bcf5f48429390&role.id=35436740a5b84a48a9c92112cc37c8ca", "previous": null, "next": null}} 2019-01-20 12:15:04,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=6995085725ab4184be3e6595353949a4&scope.project.id=e8420ac244124645884bcf5f48429390&role.id=35436740a5b84a48a9c92112cc37c8ca used request id req-e406bf82-6922-428e-8080-e5bcaa4bd492 2019-01-20 12:15:04,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0838930606842s 2019-01-20 12:15:04,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 12:15:04,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/e8420ac244124645884bcf5f48429390/users/6995085725ab4184be3e6595353949a4/roles/35436740a5b84a48a9c92112cc37c8ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:05,092 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:15:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef8deacb-3cb4-43be-8df5-5b655741a659 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:15:05,092 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/e8420ac244124645884bcf5f48429390/users/6995085725ab4184be3e6595353949a4/roles/35436740a5b84a48a9c92112cc37c8ca used request id req-ef8deacb-3cb4-43be-8df5-5b655741a659 2019-01-20 12:15:05,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.151142835617s 2019-01-20 12:15:05,093 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 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': '6b6e35d6-5e9c-4b0f-9dba-b8ab534c4956', 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_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'project_id': u'e8420ac244124645884bcf5f48429390', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-20 12:15:05,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 12:15:05,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 12:15:05,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 12:15:05,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 12:15:05,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 12:15:05,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 12:15:05,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 12:15:05,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 12:15:05,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 12:15:05,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 12:15:05,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 12:15:05,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 12:15:05,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 12:15:05,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 12:15:05,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 12:15:05,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 12:15:05,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 12:15:05,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 12:15:05,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 12:15:05,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 12:15:05,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 12:15:05,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 12:15:05,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-20 12:15:05,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-20 12:15:05,099 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'password': '6b6e35d6-5e9c-4b0f-9dba-b8ab534c4956', 'project_name': 'rally_sanity-project_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'e8420ac244124645884bcf5f48429390', 'project_domain_name': 'Default'} 2019-01-20 12:15:05,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:15:05,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:05,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-984a8bee-8cd8-4a5c-80f0-cbe2587f959a Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35436740a5b84a48a9c92112cc37c8ca", "links": {"self": "http://172.30.9.22:5000/v3/roles/35436740a5b84a48a9c92112cc37c8ca"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:15:05,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-984a8bee-8cd8-4a5c-80f0-cbe2587f959a 2019-01-20 12:15:05,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0742180347443s 2019-01-20 12:15:05,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:15:05,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:05,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0059d4a3-2e9a-4e6b-af4d-2cff0ce23a58 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35436740a5b84a48a9c92112cc37c8ca", "links": {"self": "http://172.30.9.22:5000/v3/roles/35436740a5b84a48a9c92112cc37c8ca"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:15:05,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0059d4a3-2e9a-4e6b-af4d-2cff0ce23a58 2019-01-20 12:15:05,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.079204082489s 2019-01-20 12:15:05,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 12:15:05,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:05,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-428da5ea-2035-44ca-8624-bb2880cc15dd Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 12:15:05,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-428da5ea-2035-44ca-8624-bb2880cc15dd 2019-01-20 12:15:05,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0741851329803s 2019-01-20 12:15:05,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 12:15:05,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:05,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e83b2fb-571e-493f-9b77-fe892e352302 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "links": {"self": "http://172.30.9.22:5000/v3/users/6995085725ab4184be3e6595353949a4"}, "domain_id": "default", "enabled": true, "id": "6995085725ab4184be3e6595353949a4", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:15:05,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-6e83b2fb-571e-493f-9b77-fe892e352302 2019-01-20 12:15:05,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0924670696259s 2019-01-20 12:15:05,423 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-6e83b2fb-571e-493f-9b77-fe892e352302 2019-01-20 12:15:05,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 12:15:05,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:05,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-286e1370-5eba-4697-b19b-4d880ea86d21 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.22:5000/v3/projects/e8420ac244124645884bcf5f48429390"}, "enabled": true, "id": "e8420ac244124645884bcf5f48429390", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af"}]} 2019-01-20 12:15:05,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-286e1370-5eba-4697-b19b-4d880ea86d21 2019-01-20 12:15:05,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0824100971222s 2019-01-20 12:15:05,512 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-286e1370-5eba-4697-b19b-4d880ea86d21 2019-01-20 12:15:05,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 12:15:05,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=6995085725ab4184be3e6595353949a4&scope.project.id=e8420ac244124645884bcf5f48429390&role.id=77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:05,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ed14245-1194-4d50-93fb-2dc29eabcc9a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=6995085725ab4184be3e6595353949a4&scope.project.id=e8420ac244124645884bcf5f48429390&role.id=77f3d538c7cd4e1a927402af90dfd66a", "previous": null, "next": null}} 2019-01-20 12:15:05,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=6995085725ab4184be3e6595353949a4&scope.project.id=e8420ac244124645884bcf5f48429390&role.id=77f3d538c7cd4e1a927402af90dfd66a used request id req-6ed14245-1194-4d50-93fb-2dc29eabcc9a 2019-01-20 12:15:05,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0771720409393s 2019-01-20 12:15:05,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 12:15:05,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/e8420ac244124645884bcf5f48429390/users/6995085725ab4184be3e6595353949a4/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:05,720 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:15:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0bae6e7-0052-47b2-b29e-70f81b1e3134 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:15:05,720 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/e8420ac244124645884bcf5f48429390/users/6995085725ab4184be3e6595353949a4/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-d0bae6e7-0052-47b2-b29e-70f81b1e3134 2019-01-20 12:15:05,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.128078937531s 2019-01-20 12:15:05,721 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2019-01-20 12:15:06,051 - 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',)) 2019-01-20 12:15:06,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 12:15:06,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:06,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d255288f-6f34-4588-9442-8c5a93fe4817 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 12:15:06,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-d255288f-6f34-4588-9442-8c5a93fe4817 2019-01-20 12:15:06,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0874109268188s 2019-01-20 12:15:06,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 12:15:06,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:15:06,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49909927-1ceb-4c7e-be9c-1e88e83b2e0d Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.22:5000/v3/projects/e8420ac244124645884bcf5f48429390"}, "enabled": true, "id": "e8420ac244124645884bcf5f48429390", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af"}]} 2019-01-20 12:15:06,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-49909927-1ceb-4c7e-be9c-1e88e83b2e0d 2019-01-20 12:15:06,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.183708190918s 2019-01-20 12:15:06,324 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-49909927-1ceb-4c7e-be9c-1e88e83b2e0d 2019-01-20 12:15:06,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2019-01-20 12:15:06,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}1d679cea6b32817ce0e825eafe6095049549d7d9" -d '{"network": {"shared": true, "tenant_id": "e8420ac244124645884bcf5f48429390", "name": "rally_sanity-net_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "admin_state_up": true}}' 2019-01-20 12:15:06,895 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-ccc6a92b-a573-49d7-84a0-89f4823cd12e Date: Sun, 20 Jan 2019 12:15: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":"3d2ee16b-d1b0-4f9c-a118-048095614e9a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":43,"ipv4_address_scope":null,"shared":true,"project_id":"e8420ac244124645884bcf5f48429390","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T12:15:06Z","is_default":false,"qos_policy_id":null,"name":"rally_sanity-net_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af","admin_state_up":true,"tenant_id":"e8420ac244124645884bcf5f48429390","created_at":"2019-01-20T12:15:06Z","mtu":1450}} 2019-01-20 12:15:06,895 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-ccc6a92b-a573-49d7-84a0-89f4823cd12e 2019-01-20 12:15:06,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.567914962769s 2019-01-20 12:15:06,896 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-ccc6a92b-a573-49d7-84a0-89f4823cd12e 2019-01-20 12:15:06,896 - 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'2019-01-20T12:15:06Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'3d2ee16b-d1b0-4f9c-a118-048095614e9a', u'provider:segmentation_id': 43, 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_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', u'created_at': u'2019-01-20T12:15:06Z', u'mtu': 1450, u'tenant_id': u'e8420ac244124645884bcf5f48429390', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'e8420ac244124645884bcf5f48429390'}) 2019-01-20 12:15:06,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 12:15:06,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c97016a7-5292-40b7-8e98-560514e87b2e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:15:06,904 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c97016a7-5292-40b7-8e98-560514e87b2e 2019-01-20 12:15:06,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:15:07,290 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "35436740a5b84a48a9c92112cc37c8ca", "name": "Member"}], "expires_at": "2019-01-20T13:15:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8420ac244124645884bcf5f48429390", "name": "rally_sanity-project_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/e8420ac244124645884bcf5f48429390", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/e8420ac244124645884bcf5f48429390", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/e8420ac244124645884bcf5f48429390", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/e8420ac244124645884bcf5f48429390", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/e8420ac244124645884bcf5f48429390", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/e8420ac244124645884bcf5f48429390", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/e8420ac244124645884bcf5f48429390", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/e8420ac244124645884bcf5f48429390", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/e8420ac244124645884bcf5f48429390", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/e8420ac244124645884bcf5f48429390", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/e8420ac244124645884bcf5f48429390", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/e8420ac244124645884bcf5f48429390", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "id": "6995085725ab4184be3e6595353949a4"}, "audit_ids": ["dHBWCUbbQT2itQYtPZS0Gw"], "issued_at": "2019-01-20T12:15:07.000000Z"}} 2019-01-20 12:15:07,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 12:15:07,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}cf1502e65a1bdba12879c107a73a089bb7afd9b2" 2019-01-20 12:15:07,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ca53c054-3ff0-4693-a41a-24d3b45bb0b5 Date: Sun, 20 Jan 2019 12:15:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3d2ee16b-d1b0-4f9c-a118-048095614e9a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":43,"ipv4_address_scope":null,"shared":true,"project_id":"e8420ac244124645884bcf5f48429390","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T12:15:06Z","qos_policy_id":null,"name":"rally_sanity-net_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af","admin_state_up":true,"tenant_id":"e8420ac244124645884bcf5f48429390","created_at":"2019-01-20T12:15:06Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 12:15:07,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-ca53c054-3ff0-4693-a41a-24d3b45bb0b5 2019-01-20 12:15:07,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.374153852463s 2019-01-20 12:15:07,667 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-ca53c054-3ff0-4693-a41a-24d3b45bb0b5 2019-01-20 12:15:07,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2019-01-20 12:15:07,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}cf1502e65a1bdba12879c107a73a089bb7afd9b2" -d '{"subnet": {"name": "rally_sanity-subnet_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "enable_dhcp": true, "network_id": "3d2ee16b-d1b0-4f9c-a118-048095614e9a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2019-01-20 12:15:08,203 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-73e07799-d9c3-4873-879b-498d416c8024 Date: Sun, 20 Jan 2019 12:15:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d2ee16b-d1b0-4f9c-a118-048095614e9a","tenant_id":"e8420ac244124645884bcf5f48429390","created_at":"2019-01-20T12:15:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-20T12:15:07Z","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":"e8420ac244124645884bcf5f48429390","id":"7bbc2aa7-2775-4669-911d-4ac7dcf493c4","subnetpool_id":null,"name":"rally_sanity-subnet_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af"}} 2019-01-20 12:15:08,203 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-73e07799-d9c3-4873-879b-498d416c8024 2019-01-20 12:15:08,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.534106969833s 2019-01-20 12:15:08,203 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-73e07799-d9c3-4873-879b-498d416c8024 2019-01-20 12:15:08,204 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-20T12:15:07Z', 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'7bbc2aa7-2775-4669-911d-4ac7dcf493c4', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', u'enable_dhcp': True, u'network_id': u'3d2ee16b-d1b0-4f9c-a118-048095614e9a', u'tenant_id': u'e8420ac244124645884bcf5f48429390', u'created_at': u'2019-01-20T12:15:07Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e8420ac244124645884bcf5f48429390'}) 2019-01-20 12:15:08,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2019-01-20 12:15:08,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}cf1502e65a1bdba12879c107a73a089bb7afd9b2" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "rally_sanity-router_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "admin_state_up": true}}' 2019-01-20 12:15:13,384 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 711 X-Openstack-Request-Id: req-b470fe82-a507-4196-a87d-494a1be9beaf Date: Sun, 20 Jan 2019 12:15:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e8420ac244124645884bcf5f48429390", "created_at": "2019-01-20T12:15:09Z", "admin_state_up": true, "updated_at": "2019-01-20T12:15:09Z", "project_id": "e8420ac244124645884bcf5f48429390", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "8e4918f9-d698-4c4c-a0ce-b90454f9cdb8", "name": "rally_sanity-router_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af"}} 2019-01-20 12:15:13,384 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b470fe82-a507-4196-a87d-494a1be9beaf 2019-01-20 12:15:13,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.17964696884s 2019-01-20 12:15:13,385 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b470fe82-a507-4196-a87d-494a1be9beaf 2019-01-20 12:15:13,385 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2019-01-20T12:15:09Z', u'revision_number': 3, u'ha': True, u'id': u'8e4918f9-d698-4c4c-a0ce-b90454f9cdb8', u'external_gateway_info': {u'network_id': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f1d6064a-dfc2-4b08-a86f-c2541a25b519', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-router_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', u'admin_state_up': True, u'tenant_id': u'e8420ac244124645884bcf5f48429390', u'created_at': u'2019-01-20T12:15:09Z', u'flavor_id': None, u'routes': [], u'project_id': u'e8420ac244124645884bcf5f48429390'}) 2019-01-20 12:15:13,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2019-01-20 12:15:13,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/8e4918f9-d698-4c4c-a0ce-b90454f9cdb8/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}cf1502e65a1bdba12879c107a73a089bb7afd9b2" -d '{"subnet_id": "7bbc2aa7-2775-4669-911d-4ac7dcf493c4"}' 2019-01-20 12:15:15,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f626b051-10d0-4467-9a82-486114413925 Date: Sun, 20 Jan 2019 12:15:15 GMT RESP BODY: {"network_id": "3d2ee16b-d1b0-4f9c-a118-048095614e9a", "tenant_id": "e8420ac244124645884bcf5f48429390", "subnet_id": "7bbc2aa7-2775-4669-911d-4ac7dcf493c4", "subnet_ids": ["7bbc2aa7-2775-4669-911d-4ac7dcf493c4"], "port_id": "eea90c26-4de9-48bd-a2d6-8dd82eeca2c9", "id": "8e4918f9-d698-4c4c-a0ce-b90454f9cdb8"} 2019-01-20 12:15:15,360 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/8e4918f9-d698-4c4c-a0ce-b90454f9cdb8/add_router_interface.json used request id req-f626b051-10d0-4467-9a82-486114413925 2019-01-20 12:15:15,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.97398996353s 2019-01-20 12:15:15,360 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/8e4918f9-d698-4c4c-a0ce-b90454f9cdb8/add_router_interface.json used request id req-f626b051-10d0-4467-9a82-486114413925 returning object 8e4918f9-d698-4c4c-a0ce-b90454f9cdb8 2019-01-20 12:15:15,361 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 12:15:15,494 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-20 12:15:15,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}cf1502e65a1bdba12879c107a73a089bb7afd9b2" 2019-01-20 12:15:15,502 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sun, 20 Jan 2019 12:15:15 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2019-01-20 12:15:15,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 12:15:15,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}cf1502e65a1bdba12879c107a73a089bb7afd9b2" 2019-01-20 12:15:15,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-27b5cceb-6150-41de-889c-0b2fcba54ba4 Date: Sun, 20 Jan 2019 12:15:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 12:15:15,677 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-27b5cceb-6150-41de-889c-0b2fcba54ba4 2019-01-20 12:15:15,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171098947525s 2019-01-20 12:15:15,678 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-27b5cceb-6150-41de-889c-0b2fcba54ba4 2019-01-20 12:15:15,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-20 12:15:15,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}cf1502e65a1bdba12879c107a73a089bb7afd9b2" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af"}' 2019-01-20 12:15:15,877 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/e87472cd-bd97-490c-8840-68127c76abf4 X-Openstack-Request-Id: req-e15207bb-bb99-4fd0-92cc-8a1c830800d2 Date: Sun, 20 Jan 2019 12:15:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e87472cd-bd97-490c-8840-68127c76abf4/file", "owner": "e8420ac244124645884bcf5f48429390", "id": "e87472cd-bd97-490c-8840-68127c76abf4", "size": null, "self": "/v2/images/e87472cd-bd97-490c-8840-68127c76abf4", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:15:15Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "checksum": null, "created_at": "2019-01-20T12:15:15Z", "protected": false} 2019-01-20 12:15:15,878 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-e15207bb-bb99-4fd0-92cc-8a1c830800d2 2019-01-20 12:15:15,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.198129177094s 2019-01-20 12:15:15,878 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-e15207bb-bb99-4fd0-92cc-8a1c830800d2 returning object e87472cd-bd97-490c-8840-68127c76abf4 2019-01-20 12:15:15,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-20 12:15:15,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/e87472cd-bd97-490c-8840-68127c76abf4/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}cf1502e65a1bdba12879c107a73a089bb7afd9b2" -d '' 2019-01-20 12:15:17,024 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a12fa804-99b2-4a0d-9093-25be97dbfc8d Date: Sun, 20 Jan 2019 12:15:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:15:17,024 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/e87472cd-bd97-490c-8840-68127c76abf4/file used request id req-a12fa804-99b2-4a0d-9093-25be97dbfc8d 2019-01-20 12:15:17,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.14500904083s 2019-01-20 12:15:17,024 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/e87472cd-bd97-490c-8840-68127c76abf4/file used request id req-a12fa804-99b2-4a0d-9093-25be97dbfc8d 2019-01-20 12:15:17,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 12:15:17,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}cf1502e65a1bdba12879c107a73a089bb7afd9b2" 2019-01-20 12:15:17,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-0b3aaf05-100b-4a7b-ae71-4594eaa994f7 Date: Sun, 20 Jan 2019 12:15:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e87472cd-bd97-490c-8840-68127c76abf4/snap", "metadata": {}}], "file": "/v2/images/e87472cd-bd97-490c-8840-68127c76abf4/file", "owner": "e8420ac244124645884bcf5f48429390", "id": "e87472cd-bd97-490c-8840-68127c76abf4", "size": 12716032, "self": "/v2/images/e87472cd-bd97-490c-8840-68127c76abf4", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e87472cd-bd97-490c-8840-68127c76abf4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:15:16Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T12:15:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 12:15:17,199 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-0b3aaf05-100b-4a7b-ae71-4594eaa994f7 2019-01-20 12:15:17,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174189090729s 2019-01-20 12:15:17,200 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-0b3aaf05-100b-4a7b-ae71-4594eaa994f7 2019-01-20 12:15:17,202 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e87472cd-bd97-490c-8840-68127c76abf4/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e87472cd-bd97-490c-8840-68127c76abf4/file', 'owner': u'e8420ac244124645884bcf5f48429390', 'id': u'e87472cd-bd97-490c-8840-68127c76abf4', 'size': 12716032, u'self': u'/v2/images/e87472cd-bd97-490c-8840-68127c76abf4', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e8420ac244124645884bcf5f48429390', 'name': 'rally_sanity-project_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e87472cd-bd97-490c-8840-68127c76abf4/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-20T12:15:16Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-20T12:15:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e87472cd-bd97-490c-8840-68127c76abf4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'created': u'2019-01-20T12:15:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-20T12:15:15Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e87472cd-bd97-490c-8840-68127c76abf4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-20 12:15:17,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-20 12:15:17,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}1d679cea6b32817ce0e825eafe6095049549d7d9" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-20 12:15:17,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15: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-a89d95cd-b724-43e8-b0ba-de0e4814ea78 x-compute-request-id: req-a89d95cd-b724-43e8-b0ba-de0e4814ea78 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/f1fc9181-5617-4b15-a3da-50327ad38c73", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/f1fc9181-5617-4b15-a3da-50327ad38c73", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f1fc9181-5617-4b15-a3da-50327ad38c73", "name": "rally_sanity-flavor_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 12:15:17,398 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-a89d95cd-b724-43e8-b0ba-de0e4814ea78 2019-01-20 12:15:17,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.195060968399s 2019-01-20 12:15:17,399 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-a89d95cd-b724-43e8-b0ba-de0e4814ea78 returning object f1fc9181-5617-4b15-a3da-50327ad38c73 2019-01-20 12:15:17,400 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', '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'057838f782f94e5ca660a8d24231cdb7', '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'f1fc9181-5617-4b15-a3da-50327ad38c73', 'swap': 0}) 2019-01-20 12:15:17,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-20 12:15:17,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/f1fc9181-5617-4b15-a3da-50327ad38c73/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}1d679cea6b32817ce0e825eafe6095049549d7d9" -d '{"extra_specs": {}}' 2019-01-20 12:15:17,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15: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-37759f99-05fe-4b30-b3c9-eb4938a9afd5 x-compute-request-id: req-37759f99-05fe-4b30-b3c9-eb4938a9afd5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 12:15:17,422 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/f1fc9181-5617-4b15-a3da-50327ad38c73/os-extra_specs used request id req-37759f99-05fe-4b30-b3c9-eb4938a9afd5 2019-01-20 12:15:17,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0211570262909s 2019-01-20 12:15:17,422 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/f1fc9181-5617-4b15-a3da-50327ad38c73/os-extra_specs used request id req-37759f99-05fe-4b30-b3c9-eb4938a9afd5 2019-01-20 12:15:17,423 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-20 12:15:19,939 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2019-01-20 12:15:19.521 115 INFO rally.deployment.engine [-] Deployment ef24dd67-249d-48bd-9859-26365c8156d4 | Starting: Destroy cloud and free allocated resources. 2019-01-20 12:15:19.619 115 INFO rally.deployment.engine [-] Deployment ef24dd67-249d-48bd-9859-26365c8156d4 | Completed: Destroy cloud and free allocated resources. 2019-01-20 12:15:19.661 115 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=37dd992b-023f-4768-8e0c-ac7c1b11d65f) for deployment 'opnfv-rally'. 2019-01-20 12:15:19.678 115 INFO rally.api [-] Deleting verification (UUID=6944a65e-6fc2-4685-a5ca-f440a89d18c9). 2019-01-20 12:15:19.720 115 INFO rally.api [-] Verification has been successfully deleted! 2019-01-20 12:15:19.720 115 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=37dd992b-023f-4768-8e0c-ac7c1b11d65f). 2019-01-20 12:15:19.727 115 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2019-01-20 12:15:22,438 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-20 12:15:22.129 118 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=eefa6737-ed14-441a-950b-40d4155dfb89) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | eefa6737-ed14-441a-950b-40d4155dfb89 | 2019-01-20T12:15:22 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: eefa6737-ed14-441a-950b-40d4155dfb89 ~/.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 2019-01-20 12:15:25,801 - 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 | +-------------+-------------------+-----------+ 2019-01-20 12:15:25,802 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2019-01-20 12:15:25,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-20 12:15:25,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}cf1502e65a1bdba12879c107a73a089bb7afd9b2" 2019-01-20 12:15:26,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03419b7e-a516-4091-8390-4d1c79933872 x-compute-request-id: req-03419b7e-a516-4091-8390-4d1c79933872 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 179}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 182}, "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.9", "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}]} 2019-01-20 12:15:26,010 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-03419b7e-a516-4091-8390-4d1c79933872 2019-01-20 12:15:26,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.206754922867s 2019-01-20 12:15:26,010 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-03419b7e-a516-4091-8390-4d1c79933872 2019-01-20 12:15:26,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-20 12:15:26,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}1d679cea6b32817ce0e825eafe6095049549d7d9" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-20 12:15:26,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15: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-9ee4c7fa-c560-4654-b176-d54535322c7b x-compute-request-id: req-9ee4c7fa-c560-4654-b176-d54535322c7b Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e1e11359-76c3-4cc2-93e9-89571a302aa4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e1e11359-76c3-4cc2-93e9-89571a302aa4", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e1e11359-76c3-4cc2-93e9-89571a302aa4", "name": "rally_sanity-flavor_alt_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 12:15:26,059 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-9ee4c7fa-c560-4654-b176-d54535322c7b 2019-01-20 12:15:26,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0475850105286s 2019-01-20 12:15:26,059 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-9ee4c7fa-c560-4654-b176-d54535322c7b returning object e1e11359-76c3-4cc2-93e9-89571a302aa4 2019-01-20 12:15:26,060 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', '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'057838f782f94e5ca660a8d24231cdb7', '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'e1e11359-76c3-4cc2-93e9-89571a302aa4', 'swap': 0}) 2019-01-20 12:15:26,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-20 12:15:26,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/e1e11359-76c3-4cc2-93e9-89571a302aa4/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}1d679cea6b32817ce0e825eafe6095049549d7d9" -d '{"extra_specs": {}}' 2019-01-20 12:15:26,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:15: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-2a452746-7b3c-45e3-bd9e-3348bc975f97 x-compute-request-id: req-2a452746-7b3c-45e3-bd9e-3348bc975f97 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 12:15:26,083 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/e1e11359-76c3-4cc2-93e9-89571a302aa4/os-extra_specs used request id req-2a452746-7b3c-45e3-bd9e-3348bc975f97 2019-01-20 12:15:26,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0224711894989s 2019-01-20 12:15:26,084 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/e1e11359-76c3-4cc2-93e9-89571a302aa4/os-extra_specs used request id req-2a452746-7b3c-45e3-bd9e-3348bc975f97 2019-01-20 12:15:26,084 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', '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'057838f782f94e5ca660a8d24231cdb7', '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'e1e11359-76c3-4cc2-93e9-89571a302aa4', 'swap': 0}) 2019-01-20 12:15:26,085 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2019-01-20 12:15:26,101 - 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 2019-01-20 12:15:26,103 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-20 12:15:26,121 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-20 12:15:26,133 - 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': '3d2ee16b-d1b0-4f9c-a118-048095614e9a', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'flavor_name': 'rally_sanity-flavor_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', '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_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-20 12:16:28,198 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7475f02f-0990-4a39-8592-7a66abda9477 2019-01-20 12:16:28,198 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2019-01-20 12:16:28,199 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '7475f02f-0990-4a39-8592-7a66abda9477'] 2019-01-20 12:16:29,251 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 7475f02f-0990-4a39-8592-7a66abda9477 -------------------------------------------------------------------------------- Task 7475f02f-0990-4a39-8592-7a66abda9477: 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 7475f02f-0990-4a39-8592-7a66abda9477 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.497 | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 100.0% | 1 | | total | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 100.0% | 1 | | -> duration | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.496954 Full duration: 7.386601 -------------------------------------------------------------------------------- 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 7475f02f-0990-4a39-8592-7a66abda9477 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.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | total | 1.34 | 1.34 | 1.34 | 1.34 | 1.34 | 1.34 | 100.0% | 1 | | -> duration | 1.34 | 1.34 | 1.34 | 1.34 | 1.34 | 1.34 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.339544 Full duration: 8.302779 -------------------------------------------------------------------------------- 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 7475f02f-0990-4a39-8592-7a66abda9477 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.531 | 0.531 | 0.531 | 0.531 | 0.531 | 0.531 | 100.0% | 1 | | total | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 100.0% | 1 | | -> duration | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.947092 Full duration: 7.823344 -------------------------------------------------------------------------------- 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 7475f02f-0990-4a39-8592-7a66abda9477 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.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | total | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | -> duration | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.797915 Full duration: 7.550546 -------------------------------------------------------------------------------- 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 7475f02f-0990-4a39-8592-7a66abda9477 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.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | total | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 100.0% | 1 | | -> duration | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.967242 Full duration: 7.865989 -------------------------------------------------------------------------------- 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 7475f02f-0990-4a39-8592-7a66abda9477 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.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | total | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | -> duration | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.691367 Full duration: 7.437544 HINTS: * To plot HTML graphics with this data, run: rally task report 7475f02f-0990-4a39-8592-7a66abda9477 --out output.html * To generate a JUnit report, run: rally task export 7475f02f-0990-4a39-8592-7a66abda9477 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7475f02f-0990-4a39-8592-7a66abda9477 --json --out output.json 2019-01-20 12:16:29,252 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '7475f02f-0990-4a39-8592-7a66abda9477', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2019-01-20 12:16:31,356 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 7475f02f-0990-4a39-8592-7a66abda9477 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2019-01-20 12:16:31.247 726 INFO rally.api [-] Building 'json' report for the following task(s): '7475f02f-0990-4a39-8592-7a66abda9477'. 2019-01-20 12:16:31.252 726 INFO rally.api [-] The report has been successfully built. 2019-01-20 12:16:31,356 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '7475f02f-0990-4a39-8592-7a66abda9477', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2019-01-20 12:16:33,633 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 7475f02f-0990-4a39-8592-7a66abda9477 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2019-01-20 12:16:33.492 729 INFO rally.api [-] Building 'html' report for the following task(s): '7475f02f-0990-4a39-8592-7a66abda9477'. 2019-01-20 12:16:33.525 729 INFO rally.api [-] The report has been successfully built. 2019-01-20 12:16:33,639 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2019-01-20 12:16:33,640 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2019-01-20 12:16:33,652 - 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 2019-01-20 12:16:33,652 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-20 12:16:33,669 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-20 12:16:33,678 - 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': '3d2ee16b-d1b0-4f9c-a118-048095614e9a', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'flavor_name': 'rally_sanity-flavor_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', '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_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-20 12:18:09,796 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1010a69c-012d-4104-a281-28533c93197b 2019-01-20 12:18:09,797 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '1010a69c-012d-4104-a281-28533c93197b'] 2019-01-20 12:18:10,876 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 1010a69c-012d-4104-a281-28533c93197b -------------------------------------------------------------------------------- Task 1010a69c-012d-4104-a281-28533c93197b: 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 1010a69c-012d-4104-a281-28533c93197b 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.871 | 4.871 | 4.871 | 4.871 | 4.871 | 4.871 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 100.0% | 1 | | -> glance_v2.upload_data | 1.929 | 1.929 | 1.929 | 1.929 | 1.929 | 1.929 | 100.0% | 1 | | glance_v2.delete_image | 1.25 | 1.25 | 1.25 | 1.25 | 1.25 | 1.25 | 100.0% | 1 | | total | 6.121 | 6.121 | 6.121 | 6.121 | 6.121 | 6.121 | 100.0% | 1 | | -> duration | 6.121 | 6.121 | 6.121 | 6.121 | 6.121 | 6.121 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.121417 Full duration: 14.39579 -------------------------------------------------------------------------------- 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 1010a69c-012d-4104-a281-28533c93197b 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.158 | 4.158 | 4.158 | 4.158 | 4.158 | 4.158 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.377 | 0.377 | 0.377 | 0.377 | 0.377 | 0.377 | 100.0% | 1 | | -> glance_v2.upload_data | 1.379 | 1.379 | 1.379 | 1.379 | 1.379 | 1.379 | 100.0% | 1 | | glance_v2.list_images | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | total | 4.195 | 4.195 | 4.195 | 4.195 | 4.195 | 4.195 | 100.0% | 1 | | -> duration | 4.195 | 4.195 | 4.195 | 4.195 | 4.195 | 4.195 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.195483 Full duration: 15.677185 -------------------------------------------------------------------------------- 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 1010a69c-012d-4104-a281-28533c93197b 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.362 | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 100.0% | 1 | | total | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 100.0% | 1 | | -> duration | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 0.362 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.36239 Full duration: 8.201835 -------------------------------------------------------------------------------- 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_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af" }, "number_instances": 2, "nics": [ { "net-id": "3d2ee16b-d1b0-4f9c-a118-048095614e9a" } ] }, "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 1010a69c-012d-4104-a281-28533c93197b 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.081 | 4.081 | 4.081 | 4.081 | 4.081 | 4.081 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | -> glance_v2.upload_data | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 1.157 | 100.0% | 1 | | nova.boot_servers | 14.202 | 14.202 | 14.202 | 14.202 | 14.202 | 14.202 | 100.0% | 1 | | total | 18.284 | 18.284 | 18.284 | 18.284 | 18.284 | 18.284 | 100.0% | 1 | | -> duration | 17.284 | 17.284 | 17.284 | 17.284 | 17.284 | 17.284 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.284071 Full duration: 39.340193 HINTS: * To plot HTML graphics with this data, run: rally task report 1010a69c-012d-4104-a281-28533c93197b --out output.html * To generate a JUnit report, run: rally task export 1010a69c-012d-4104-a281-28533c93197b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1010a69c-012d-4104-a281-28533c93197b --json --out output.json 2019-01-20 12:18:10,877 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '1010a69c-012d-4104-a281-28533c93197b', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2019-01-20 12:18:13,128 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 1010a69c-012d-4104-a281-28533c93197b --out /home/opnfv/functest/results/rally/opnfv-glance.json 2019-01-20 12:18:13.022 1282 INFO rally.api [-] Building 'json' report for the following task(s): '1010a69c-012d-4104-a281-28533c93197b'. 2019-01-20 12:18:13.027 1282 INFO rally.api [-] The report has been successfully built. 2019-01-20 12:18:13,129 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '1010a69c-012d-4104-a281-28533c93197b', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2019-01-20 12:18:15,358 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 1010a69c-012d-4104-a281-28533c93197b --out /home/opnfv/functest/results/rally/opnfv-glance.html 2019-01-20 12:18:15.236 1285 INFO rally.api [-] Building 'html' report for the following task(s): '1010a69c-012d-4104-a281-28533c93197b'. 2019-01-20 12:18:15.257 1285 INFO rally.api [-] The report has been successfully built. 2019-01-20 12:18:15,364 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2019-01-20 12:18:15,364 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2019-01-20 12:18:15,371 - 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 2019-01-20 12:18:15,371 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-20 12:18:15,386 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-20 12:18:15,391 - 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': '3d2ee16b-d1b0-4f9c-a118-048095614e9a', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'flavor_name': 'rally_sanity-flavor_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', '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_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-20 12:21:30,756 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 75edc0d7-60a0-4827-8975-4aa790747940 2019-01-20 12:21:30,756 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '75edc0d7-60a0-4827-8975-4aa790747940'] 2019-01-20 12:21:31,873 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 75edc0d7-60a0-4827-8975-4aa790747940 -------------------------------------------------------------------------------- Task 75edc0d7-60a0-4827-8975-4aa790747940: 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 75edc0d7-60a0-4827-8975-4aa790747940 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.122 | 3.122 | 3.122 | 3.122 | 3.122 | 3.122 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.442 | 2.442 | 2.442 | 2.442 | 2.442 | 2.442 | 100.0% | 1 | | total | 5.564 | 5.564 | 5.564 | 5.564 | 5.564 | 5.564 | 100.0% | 1 | | -> duration | 5.564 | 5.564 | 5.564 | 5.564 | 5.564 | 5.564 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.564067 Full duration: 22.807638 -------------------------------------------------------------------------------- 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 75edc0d7-60a0-4827-8975-4aa790747940 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.322 | 3.322 | 3.322 | 3.322 | 3.322 | 3.322 | 100.0% | 1 | | cinder_v2.delete_volume | 2.665 | 2.665 | 2.665 | 2.665 | 2.665 | 2.665 | 100.0% | 1 | | total | 5.988 | 5.988 | 5.988 | 5.988 | 5.988 | 5.988 | 100.0% | 1 | | -> duration | 5.988 | 5.988 | 5.988 | 5.988 | 5.988 | 5.988 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.987521 Full duration: 16.028501 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 75edc0d7-60a0-4827-8975-4aa790747940 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.746 | 8.746 | 8.746 | 8.746 | 8.746 | 8.746 | 100.0% | 1 | | cinder_v2.delete_volume | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 0.94 | 100.0% | 1 | | total | 9.686 | 9.686 | 9.686 | 9.686 | 9.686 | 9.686 | 100.0% | 1 | | -> duration | 9.686 | 9.686 | 9.686 | 9.686 | 9.686 | 9.686 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.686135 Full duration: 20.347295 -------------------------------------------------------------------------------- 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 75edc0d7-60a0-4827-8975-4aa790747940 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.692 | 2.692 | 2.692 | 2.692 | 2.692 | 2.692 | 100.0% | 1 | | total | 5.88 | 5.88 | 5.88 | 5.88 | 5.88 | 5.88 | 100.0% | 1 | | -> duration | 5.88 | 5.88 | 5.88 | 5.88 | 5.88 | 5.88 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.880211 Full duration: 15.704983 -------------------------------------------------------------------------------- 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 75edc0d7-60a0-4827-8975-4aa790747940 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.19 | 3.19 | 3.19 | 3.19 | 3.19 | 3.19 | 100.0% | 1 | | cinder_v2.extend_volume | 2.669 | 2.669 | 2.669 | 2.669 | 2.669 | 2.669 | 100.0% | 1 | | cinder_v2.delete_volume | 2.514 | 2.514 | 2.514 | 2.514 | 2.514 | 2.514 | 100.0% | 1 | | total | 8.373 | 8.373 | 8.373 | 8.373 | 8.373 | 8.373 | 100.0% | 1 | | -> duration | 8.373 | 8.373 | 8.373 | 8.373 | 8.373 | 8.373 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.372904 Full duration: 18.352014 -------------------------------------------------------------------------------- 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 75edc0d7-60a0-4827-8975-4aa790747940 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.207 | 3.207 | 3.207 | 3.207 | 3.207 | 3.207 | 100.0% | 1 | | cinder_v2.delete_volume | 2.615 | 2.615 | 2.615 | 2.615 | 2.615 | 2.615 | 100.0% | 1 | | total | 5.822 | 5.822 | 5.822 | 5.822 | 5.822 | 5.822 | 100.0% | 1 | | -> duration | 5.822 | 5.822 | 5.822 | 5.822 | 5.822 | 5.822 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.822399 Full duration: 21.694875 -------------------------------------------------------------------------------- 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 75edc0d7-60a0-4827-8975-4aa790747940 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.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | cinder_v2.list_qos | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 100.0% | 1 | | total | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | -> duration | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.821146 Full duration: 12.427181 -------------------------------------------------------------------------------- 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 75edc0d7-60a0-4827-8975-4aa790747940 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.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | cinder_v2.set_qos | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | -> duration | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.826414 Full duration: 12.367409 -------------------------------------------------------------------------------- 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 75edc0d7-60a0-4827-8975-4aa790747940 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.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | cinder_v2.list_types | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | -> duration | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.892523 Full duration: 12.933072 -------------------------------------------------------------------------------- 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 75edc0d7-60a0-4827-8975-4aa790747940 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.617 | 0.617 | 0.617 | 0.617 | 0.617 | 0.617 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> duration | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.832658 Full duration: 12.535855 HINTS: * To plot HTML graphics with this data, run: rally task report 75edc0d7-60a0-4827-8975-4aa790747940 --out output.html * To generate a JUnit report, run: rally task export 75edc0d7-60a0-4827-8975-4aa790747940 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 75edc0d7-60a0-4827-8975-4aa790747940 --json --out output.json 2019-01-20 12:21:31,874 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '75edc0d7-60a0-4827-8975-4aa790747940', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2019-01-20 12:21:34,065 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 75edc0d7-60a0-4827-8975-4aa790747940 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2019-01-20 12:21:33.955 3074 INFO rally.api [-] Building 'json' report for the following task(s): '75edc0d7-60a0-4827-8975-4aa790747940'. 2019-01-20 12:21:33.963 3074 INFO rally.api [-] The report has been successfully built. 2019-01-20 12:21:34,066 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '75edc0d7-60a0-4827-8975-4aa790747940', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2019-01-20 12:21:36,271 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 75edc0d7-60a0-4827-8975-4aa790747940 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2019-01-20 12:21:36.140 3077 INFO rally.api [-] Building 'html' report for the following task(s): '75edc0d7-60a0-4827-8975-4aa790747940'. 2019-01-20 12:21:36.169 3077 INFO rally.api [-] The report has been successfully built. 2019-01-20 12:21:36,282 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2019-01-20 12:21:36,282 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2019-01-20 12:21:36,283 - 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 2019-01-20 12:21:36,283 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-20 12:21:36,309 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-20 12:21:36,314 - 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': '3d2ee16b-d1b0-4f9c-a118-048095614e9a', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'flavor_name': 'rally_sanity-flavor_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', '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_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-20 12:22:57,460 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b613e702-e26d-4d6a-a206-9ebeca5e13dc 2019-01-20 12:22:57,460 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'b613e702-e26d-4d6a-a206-9ebeca5e13dc'] 2019-01-20 12:22:58,540 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid b613e702-e26d-4d6a-a206-9ebeca5e13dc -------------------------------------------------------------------------------- Task b613e702-e26d-4d6a-a206-9ebeca5e13dc: 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 b613e702-e26d-4d6a-a206-9ebeca5e13dc 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.688 | 4.688 | 4.688 | 4.688 | 4.688 | 4.688 | 100.0% | 1 | | heat.update_stack | 2.575 | 2.575 | 2.575 | 2.575 | 2.575 | 2.575 | 100.0% | 1 | | heat.delete_stack | 2.837 | 2.837 | 2.837 | 2.837 | 2.837 | 2.837 | 100.0% | 1 | | total | 10.099 | 10.099 | 10.099 | 10.099 | 10.099 | 10.099 | 100.0% | 1 | | -> duration | 6.099 | 6.099 | 6.099 | 6.099 | 6.099 | 6.099 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.099067 Full duration: 18.478121 -------------------------------------------------------------------------------- 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 b613e702-e26d-4d6a-a206-9ebeca5e13dc 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.678 | 4.678 | 4.678 | 4.678 | 4.678 | 4.678 | 100.0% | 1 | | heat.check_stack | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 100.0% | 1 | | heat.delete_stack | 2.218 | 2.218 | 2.218 | 2.218 | 2.218 | 2.218 | 100.0% | 1 | | total | 7.559 | 7.559 | 7.559 | 7.559 | 7.559 | 7.559 | 100.0% | 1 | | -> duration | 5.559 | 5.559 | 5.559 | 5.559 | 5.559 | 5.559 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.559445 Full duration: 15.826183 -------------------------------------------------------------------------------- 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 b613e702-e26d-4d6a-a206-9ebeca5e13dc 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.746 | 4.746 | 4.746 | 4.746 | 4.746 | 4.746 | 100.0% | 1 | | heat.suspend_stack | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | heat.resume_stack | 1.394 | 1.394 | 1.394 | 1.394 | 1.394 | 1.394 | 100.0% | 1 | | heat.delete_stack | 1.641 | 1.641 | 1.641 | 1.641 | 1.641 | 1.641 | 100.0% | 1 | | total | 8.741 | 8.741 | 8.741 | 8.741 | 8.741 | 8.741 | 100.0% | 1 | | -> duration | 6.741 | 6.741 | 6.741 | 6.741 | 6.741 | 6.741 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.741082 Full duration: 18.58485 -------------------------------------------------------------------------------- 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 b613e702-e26d-4d6a-a206-9ebeca5e13dc 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.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | total | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | -> duration | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.620445 Full duration: 8.329109 HINTS: * To plot HTML graphics with this data, run: rally task report b613e702-e26d-4d6a-a206-9ebeca5e13dc --out output.html * To generate a JUnit report, run: rally task export b613e702-e26d-4d6a-a206-9ebeca5e13dc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b613e702-e26d-4d6a-a206-9ebeca5e13dc --json --out output.json 2019-01-20 12:22:58,540 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'b613e702-e26d-4d6a-a206-9ebeca5e13dc', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2019-01-20 12:23:01,209 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid b613e702-e26d-4d6a-a206-9ebeca5e13dc --out /home/opnfv/functest/results/rally/opnfv-heat.json 2019-01-20 12:23:01.089 3810 INFO rally.api [-] Building 'json' report for the following task(s): 'b613e702-e26d-4d6a-a206-9ebeca5e13dc'. 2019-01-20 12:23:01.094 3810 INFO rally.api [-] The report has been successfully built. 2019-01-20 12:23:01,210 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'b613e702-e26d-4d6a-a206-9ebeca5e13dc', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2019-01-20 12:23:03,448 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid b613e702-e26d-4d6a-a206-9ebeca5e13dc --out /home/opnfv/functest/results/rally/opnfv-heat.html 2019-01-20 12:23:03.326 3813 INFO rally.api [-] Building 'html' report for the following task(s): 'b613e702-e26d-4d6a-a206-9ebeca5e13dc'. 2019-01-20 12:23:03.347 3813 INFO rally.api [-] The report has been successfully built. 2019-01-20 12:23:03,453 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2019-01-20 12:23:03,453 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2019-01-20 12:23:03,454 - 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 2019-01-20 12:23:03,455 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-20 12:23:03,471 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-20 12:23:03,479 - 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': '3d2ee16b-d1b0-4f9c-a118-048095614e9a', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'flavor_name': 'rally_sanity-flavor_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', '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_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-20 12:26:19,978 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 36f040d7-5dc0-40c1-b442-9902e739d5b2 2019-01-20 12:26:19,978 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '36f040d7-5dc0-40c1-b442-9902e739d5b2'] 2019-01-20 12:26:21,032 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 36f040d7-5dc0-40c1-b442-9902e739d5b2 -------------------------------------------------------------------------------- Task 36f040d7-5dc0-40c1-b442-9902e739d5b2: 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 36f040d7-5dc0-40c1-b442-9902e739d5b2 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.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | keystone_v3.add_role | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 100.0% | 1 | | keystone_v3.revoke_role | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 100.0% | 1 | | total | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> duration | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.778652 Full duration: 14.488332 -------------------------------------------------------------------------------- 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 36f040d7-5dc0-40c1-b442-9902e739d5b2 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.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.list_roles | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | total | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | -> duration | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.761136 Full duration: 14.890343 -------------------------------------------------------------------------------- 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 36f040d7-5dc0-40c1-b442-9902e739d5b2 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.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | keystone_v3.list_projects | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | total | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 100.0% | 1 | | -> duration | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 0.856 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.855681 Full duration: 14.817513 -------------------------------------------------------------------------------- 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 36f040d7-5dc0-40c1-b442-9902e739d5b2 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.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 100.0% | 1 | | keystone_v3.delete_role | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | -> duration | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.614648 Full duration: 12.258643 -------------------------------------------------------------------------------- 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 36f040d7-5dc0-40c1-b442-9902e739d5b2 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.522 | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 100.0% | 1 | | keystone_v3.delete_service | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | -> duration | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.637191 Full duration: 12.401554 -------------------------------------------------------------------------------- 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 36f040d7-5dc0-40c1-b442-9902e739d5b2 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.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | keystone_v3.create_user | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | -> keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.create_role | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | keystone_v3.get_project | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.get_user | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | keystone_v3.get_role | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | keystone_v3.list_services | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | keystone_v3.get_services | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 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.87517 Full duration: 19.788039 -------------------------------------------------------------------------------- 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 36f040d7-5dc0-40c1-b442-9902e739d5b2 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.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | keystone_v3.update_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.delete_project | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | total | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | -> duration | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.945579 Full duration: 12.926028 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 36f040d7-5dc0-40c1-b442-9902e739d5b2 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.708 | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 100.0% | 1 | | total | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 100.0% | 1 | | -> duration | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 0.813 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.812628 Full duration: 14.782267 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 36f040d7-5dc0-40c1-b442-9902e739d5b2 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.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | total | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> duration | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.705654 Full duration: 14.735171 -------------------------------------------------------------------------------- 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 36f040d7-5dc0-40c1-b442-9902e739d5b2 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.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | keystone_v3.list_users | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | -> duration | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.914408 Full duration: 14.92755 -------------------------------------------------------------------------------- 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 36f040d7-5dc0-40c1-b442-9902e739d5b2 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.663 | 0.663 | 0.663 | 0.663 | 0.663 | 0.663 | 100.0% | 1 | | keystone_v3.create_users | 5.045 | 5.045 | 5.045 | 5.045 | 5.045 | 5.045 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.045 | 5.045 | 5.045 | 5.045 | 5.045 | 5.045 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.248 | 1.248 | 1.248 | 1.248 | 1.248 | 1.248 | 100.0% | 1 | | total | 6.704 | 6.704 | 6.704 | 6.704 | 6.704 | 6.704 | 100.0% | 1 | | -> duration | 6.704 | 6.704 | 6.704 | 6.704 | 6.704 | 6.704 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.703712 Full duration: 23.738815 HINTS: * To plot HTML graphics with this data, run: rally task report 36f040d7-5dc0-40c1-b442-9902e739d5b2 --out output.html * To generate a JUnit report, run: rally task export 36f040d7-5dc0-40c1-b442-9902e739d5b2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 36f040d7-5dc0-40c1-b442-9902e739d5b2 --json --out output.json 2019-01-20 12:26:21,033 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '36f040d7-5dc0-40c1-b442-9902e739d5b2', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2019-01-20 12:26:23,306 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 36f040d7-5dc0-40c1-b442-9902e739d5b2 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2019-01-20 12:26:23.182 5728 INFO rally.api [-] Building 'json' report for the following task(s): '36f040d7-5dc0-40c1-b442-9902e739d5b2'. 2019-01-20 12:26:23.193 5728 INFO rally.api [-] The report has been successfully built. 2019-01-20 12:26:23,306 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '36f040d7-5dc0-40c1-b442-9902e739d5b2', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2019-01-20 12:26:25,487 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 36f040d7-5dc0-40c1-b442-9902e739d5b2 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2019-01-20 12:26:25.355 5731 INFO rally.api [-] Building 'html' report for the following task(s): '36f040d7-5dc0-40c1-b442-9902e739d5b2'. 2019-01-20 12:26:25.386 5731 INFO rally.api [-] The report has been successfully built. 2019-01-20 12:26:25,501 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2019-01-20 12:26:25,501 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2019-01-20 12:26:25,509 - 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 2019-01-20 12:26:25,509 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-20 12:26:25,526 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-20 12:26:25,531 - 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': '3d2ee16b-d1b0-4f9c-a118-048095614e9a', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'flavor_name': 'rally_sanity-flavor_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', '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_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-20 12:32:35,390 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ab23ce81-cd63-49c3-ae7a-ccc4edc84d07 2019-01-20 12:32:35,390 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'ab23ce81-cd63-49c3-ae7a-ccc4edc84d07'] 2019-01-20 12:32:36,458 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid ab23ce81-cd63-49c3-ae7a-ccc4edc84d07 -------------------------------------------------------------------------------- Task ab23ce81-cd63-49c3-ae7a-ccc4edc84d07: 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 ab23ce81-cd63-49c3-ae7a-ccc4edc84d07 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.962 | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 100.0% | 1 | | neutron.delete_network | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | total | 1.74 | 1.74 | 1.74 | 1.74 | 1.74 | 1.74 | 100.0% | 1 | | -> duration | 1.74 | 1.74 | 1.74 | 1.74 | 1.74 | 1.74 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.739747 Full duration: 15.26332 -------------------------------------------------------------------------------- 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 ab23ce81-cd63-49c3-ae7a-ccc4edc84d07 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.447 | 1.447 | 1.447 | 1.447 | 1.447 | 1.447 | 100.0% | 1 | | neutron.delete_port | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 0.82 | 100.0% | 1 | | total | 2.268 | 2.268 | 2.268 | 2.268 | 2.268 | 2.268 | 100.0% | 1 | | -> duration | 2.268 | 2.268 | 2.268 | 2.268 | 2.268 | 2.268 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.267806 Full duration: 38.111541 -------------------------------------------------------------------------------- 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 ab23ce81-cd63-49c3-ae7a-ccc4edc84d07 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.935 | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 100.0% | 1 | | neutron.create_subnet | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | neutron.create_router | 3.084 | 3.084 | 3.084 | 3.084 | 3.084 | 3.084 | 100.0% | 1 | | neutron.add_interface_router | 1.99 | 1.99 | 1.99 | 1.99 | 1.99 | 1.99 | 100.0% | 1 | | neutron.remove_interface_router | 1.448 | 1.448 | 1.448 | 1.448 | 1.448 | 1.448 | 100.0% | 1 | | neutron.delete_router | 1.887 | 1.887 | 1.887 | 1.887 | 1.887 | 1.887 | 100.0% | 1 | | total | 10.054 | 10.054 | 10.054 | 10.054 | 10.054 | 10.054 | 100.0% | 1 | | -> duration | 10.054 | 10.054 | 10.054 | 10.054 | 10.054 | 10.054 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.054272 Full duration: 47.736605 -------------------------------------------------------------------------------- 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 ab23ce81-cd63-49c3-ae7a-ccc4edc84d07 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.061 | 1.061 | 1.061 | 1.061 | 1.061 | 1.061 | 100.0% | 1 | | neutron.delete_subnet | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | total | 1.873 | 1.873 | 1.873 | 1.873 | 1.873 | 1.873 | 100.0% | 1 | | -> duration | 1.873 | 1.873 | 1.873 | 1.873 | 1.873 | 1.873 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.873313 Full duration: 37.497557 -------------------------------------------------------------------------------- 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 ab23ce81-cd63-49c3-ae7a-ccc4edc84d07 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.926 | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 100.0% | 1 | | neutron.list_networks | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 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.206712 Full duration: 17.127415 -------------------------------------------------------------------------------- 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 ab23ce81-cd63-49c3-ae7a-ccc4edc84d07 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.51 | 1.51 | 1.51 | 1.51 | 1.51 | 1.51 | 100.0% | 1 | | neutron.list_ports | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 100.0% | 1 | | total | 1.745 | 1.745 | 1.745 | 1.745 | 1.745 | 1.745 | 100.0% | 1 | | -> duration | 1.745 | 1.745 | 1.745 | 1.745 | 1.745 | 1.745 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.744925 Full duration: 38.091159 -------------------------------------------------------------------------------- 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 ab23ce81-cd63-49c3-ae7a-ccc4edc84d07 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.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | neutron.create_subnet | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | neutron.create_router | 3.117 | 3.117 | 3.117 | 3.117 | 3.117 | 3.117 | 100.0% | 1 | | neutron.add_interface_router | 1.961 | 1.961 | 1.961 | 1.961 | 1.961 | 1.961 | 100.0% | 1 | | neutron.list_routers | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 100.0% | 1 | | total | 6.831 | 6.831 | 6.831 | 6.831 | 6.831 | 6.831 | 100.0% | 1 | | -> duration | 6.831 | 6.831 | 6.831 | 6.831 | 6.831 | 6.831 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.83065 Full duration: 50.200559 -------------------------------------------------------------------------------- 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 ab23ce81-cd63-49c3-ae7a-ccc4edc84d07 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.099 | 1.099 | 1.099 | 1.099 | 1.099 | 1.099 | 100.0% | 1 | | neutron.create_subnet | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | neutron.list_subnets | 0.252 | 0.252 | 0.252 | 0.252 | 0.252 | 0.252 | 100.0% | 1 | | total | 2.173 | 2.173 | 2.173 | 2.173 | 2.173 | 2.173 | 100.0% | 1 | | -> duration | 2.173 | 2.173 | 2.173 | 2.173 | 2.173 | 2.173 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.172694 Full duration: 41.26208 -------------------------------------------------------------------------------- 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 ab23ce81-cd63-49c3-ae7a-ccc4edc84d07 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.074 | 1.074 | 1.074 | 1.074 | 1.074 | 1.074 | 100.0% | 1 | | neutron.delete_security_group | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 100.0% | 1 | | total | 1.385 | 1.385 | 1.385 | 1.385 | 1.385 | 1.385 | 100.0% | 1 | | -> duration | 1.385 | 1.385 | 1.385 | 1.385 | 1.385 | 1.385 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.384753 Full duration: 14.778305 -------------------------------------------------------------------------------- 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 ab23ce81-cd63-49c3-ae7a-ccc4edc84d07 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.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | neutron.create_security_group_rule | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 100.0% | 1 | | neutron.delete_security_group | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 0.264 | 100.0% | 1 | | total | 1.73 | 1.73 | 1.73 | 1.73 | 1.73 | 1.73 | 100.0% | 1 | | -> duration | 1.73 | 1.73 | 1.73 | 1.73 | 1.73 | 1.73 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.730352 Full duration: 14.91558 -------------------------------------------------------------------------------- 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 ab23ce81-cd63-49c3-ae7a-ccc4edc84d07 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.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | neutron.create_router | 3.518 | 3.518 | 3.518 | 3.518 | 3.518 | 3.518 | 100.0% | 1 | | neutron.add_gateway_router | 1.891 | 1.891 | 1.891 | 1.891 | 1.891 | 1.891 | 100.0% | 1 | | neutron.remove_gateway_router | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | total | 7.248 | 7.248 | 7.248 | 7.248 | 7.248 | 7.248 | 100.0% | 1 | | -> duration | 7.248 | 7.248 | 7.248 | 7.248 | 7.248 | 7.248 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.247887 Full duration: 30.179662 HINTS: * To plot HTML graphics with this data, run: rally task report ab23ce81-cd63-49c3-ae7a-ccc4edc84d07 --out output.html * To generate a JUnit report, run: rally task export ab23ce81-cd63-49c3-ae7a-ccc4edc84d07 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ab23ce81-cd63-49c3-ae7a-ccc4edc84d07 --json --out output.json 2019-01-20 12:32:36,458 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'ab23ce81-cd63-49c3-ae7a-ccc4edc84d07', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2019-01-20 12:32:38,652 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid ab23ce81-cd63-49c3-ae7a-ccc4edc84d07 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2019-01-20 12:32:38.538 9026 INFO rally.api [-] Building 'json' report for the following task(s): 'ab23ce81-cd63-49c3-ae7a-ccc4edc84d07'. 2019-01-20 12:32:38.548 9026 INFO rally.api [-] The report has been successfully built. 2019-01-20 12:32:38,652 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'ab23ce81-cd63-49c3-ae7a-ccc4edc84d07', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2019-01-20 12:32:40,836 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid ab23ce81-cd63-49c3-ae7a-ccc4edc84d07 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2019-01-20 12:32:40.703 9029 INFO rally.api [-] Building 'html' report for the following task(s): 'ab23ce81-cd63-49c3-ae7a-ccc4edc84d07'. 2019-01-20 12:32:40.734 9029 INFO rally.api [-] The report has been successfully built. 2019-01-20 12:32:40,851 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2019-01-20 12:32:40,852 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2019-01-20 12:32:40,859 - 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 2019-01-20 12:32:40,859 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-20 12:32:40,881 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-20 12:32:40,886 - 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': '3d2ee16b-d1b0-4f9c-a118-048095614e9a', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'flavor_name': 'rally_sanity-flavor_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', '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_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-20 12:39:49,413 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d6248675-6fe5-45c5-8432-e2471f1ea786 2019-01-20 12:39:49,413 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd6248675-6fe5-45c5-8432-e2471f1ea786'] 2019-01-20 12:39:50,532 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d6248675-6fe5-45c5-8432-e2471f1ea786 -------------------------------------------------------------------------------- Task d6248675-6fe5-45c5-8432-e2471f1ea786: 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_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af" }, "image": { "name": "rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af" }, "block_migration": false, "nics": [ { "net-id": "3d2ee16b-d1b0-4f9c-a118-048095614e9a" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d6248675-6fe5-45c5-8432-e2471f1ea786 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.877 | 9.877 | 9.877 | 9.877 | 9.877 | 9.877 | 100.0% | 1 | | nova.find_host_to_migrate | 1.442 | 1.442 | 1.442 | 1.442 | 1.442 | 1.442 | 100.0% | 1 | | nova.live_migrate | 13.406 | 13.406 | 13.406 | 13.406 | 13.406 | 13.406 | 100.0% | 1 | | nova.delete_server | 2.849 | 2.849 | 2.849 | 2.849 | 2.849 | 2.849 | 100.0% | 1 | | total | 27.574 | 27.574 | 27.574 | 27.574 | 27.574 | 27.574 | 100.0% | 1 | | -> duration | 26.574 | 26.574 | 26.574 | 26.574 | 26.574 | 26.574 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.573876 Full duration: 37.191612 -------------------------------------------------------------------------------- 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_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af" }, "image": { "name": "rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "3d2ee16b-d1b0-4f9c-a118-048095614e9a" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d6248675-6fe5-45c5-8432-e2471f1ea786 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.031 | 12.031 | 12.031 | 12.031 | 12.031 | 12.031 | 100.0% | 1 | | cinder_v2.create_volume | 2.79 | 2.79 | 2.79 | 2.79 | 2.79 | 2.79 | 100.0% | 1 | | nova.attach_volume | 4.106 | 4.106 | 4.106 | 4.106 | 4.106 | 4.106 | 100.0% | 1 | | nova.find_host_to_migrate | 1.603 | 1.603 | 1.603 | 1.603 | 1.603 | 1.603 | 100.0% | 1 | | nova.live_migrate | 13.88 | 13.88 | 13.88 | 13.88 | 13.88 | 13.88 | 100.0% | 1 | | nova.detach_volume | 1.463 | 1.463 | 1.463 | 1.463 | 1.463 | 1.463 | 100.0% | 1 | | cinder_v2.delete_volume | 2.633 | 2.633 | 2.633 | 2.633 | 2.633 | 2.633 | 100.0% | 1 | | nova.delete_server | 2.829 | 2.829 | 2.829 | 2.829 | 2.829 | 2.829 | 100.0% | 1 | | total | 41.336 | 41.336 | 41.336 | 41.336 | 41.336 | 41.336 | 100.0% | 1 | | -> duration | 40.336 | 40.336 | 40.336 | 40.336 | 40.336 | 40.336 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.335697 Full duration: 53.394242 -------------------------------------------------------------------------------- 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_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af" }, "image": { "name": "rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "3d2ee16b-d1b0-4f9c-a118-048095614e9a" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d6248675-6fe5-45c5-8432-e2471f1ea786 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.612 | 8.612 | 8.612 | 8.612 | 8.612 | 8.612 | 100.0% | 1 | | nova.boot_server | 11.395 | 11.395 | 11.395 | 11.395 | 11.395 | 11.395 | 100.0% | 1 | | nova.find_host_to_migrate | 1.431 | 1.431 | 1.431 | 1.431 | 1.431 | 1.431 | 100.0% | 1 | | nova.live_migrate | 15.699 | 15.699 | 15.699 | 15.699 | 15.699 | 15.699 | 100.0% | 1 | | nova.delete_server | 5.256 | 5.256 | 5.256 | 5.256 | 5.256 | 5.256 | 100.0% | 1 | | total | 42.394 | 42.394 | 42.394 | 42.394 | 42.394 | 42.394 | 100.0% | 1 | | -> duration | 41.394 | 41.394 | 41.394 | 41.394 | 41.394 | 41.394 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 41.394153 Full duration: 54.217143 -------------------------------------------------------------------------------- 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_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af" }, "image": { "name": "rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af" }, "server_kwargs": { "nics": [ { "net-id": "3d2ee16b-d1b0-4f9c-a118-048095614e9a" } ] } }, "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 d6248675-6fe5-45c5-8432-e2471f1ea786 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.782 | 0.782 | 0.782 | 0.782 | 0.782 | 0.782 | 100.0% | 1 | | nova.boot_server | 8.383 | 8.383 | 8.383 | 8.383 | 8.383 | 8.383 | 100.0% | 1 | | nova.delete_server | 2.927 | 2.927 | 2.927 | 2.927 | 2.927 | 2.927 | 100.0% | 1 | | nova.delete_keypair | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | total | 12.132 | 12.132 | 12.132 | 12.132 | 12.132 | 12.132 | 100.0% | 1 | | -> duration | 11.132 | 11.132 | 11.132 | 11.132 | 11.132 | 11.132 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.131546 Full duration: 43.638229 -------------------------------------------------------------------------------- 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_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af" }, "image": { "name": "rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af" }, "volume_size": 5, "nics": [ { "net-id": "3d2ee16b-d1b0-4f9c-a118-048095614e9a" } ] }, "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 d6248675-6fe5-45c5-8432-e2471f1ea786 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.263 | 9.263 | 9.263 | 9.263 | 9.263 | 9.263 | 100.0% | 1 | | nova.boot_server | 9.436 | 9.436 | 9.436 | 9.436 | 9.436 | 9.436 | 100.0% | 1 | | nova.delete_server | 2.821 | 2.821 | 2.821 | 2.821 | 2.821 | 2.821 | 100.0% | 1 | | total | 21.52 | 21.52 | 21.52 | 21.52 | 21.52 | 21.52 | 100.0% | 1 | | -> duration | 20.52 | 20.52 | 20.52 | 20.52 | 20.52 | 20.52 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.51966 Full duration: 55.932455 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af" }, "image": { "name": "rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af" }, "force_delete": false, "nics": [ { "net-id": "3d2ee16b-d1b0-4f9c-a118-048095614e9a" } ] }, "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 d6248675-6fe5-45c5-8432-e2471f1ea786 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.159 | 9.159 | 9.159 | 9.159 | 9.159 | 9.159 | 100.0% | 1 | | nova.pause_server | 2.817 | 2.817 | 2.817 | 2.817 | 2.817 | 2.817 | 100.0% | 1 | | nova.unpause_server | 2.879 | 2.879 | 2.879 | 2.879 | 2.879 | 2.879 | 100.0% | 1 | | nova.delete_server | 2.953 | 2.953 | 2.953 | 2.953 | 2.953 | 2.953 | 100.0% | 1 | | total | 17.808 | 17.808 | 17.808 | 17.808 | 17.808 | 17.808 | 100.0% | 1 | | -> duration | 12.808 | 12.808 | 12.808 | 12.808 | 12.808 | 12.808 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.807622 Full duration: 48.956475 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af" }, "image": { "name": "rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af" }, "nics": [ { "net-id": "3d2ee16b-d1b0-4f9c-a118-048095614e9a" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d6248675-6fe5-45c5-8432-e2471f1ea786 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.572 | 9.572 | 9.572 | 9.572 | 9.572 | 9.572 | 100.0% | 1 | | nova.migrate | 21.189 | 21.189 | 21.189 | 21.189 | 21.189 | 21.189 | 100.0% | 1 | | nova.resize_confirm | 2.972 | 2.972 | 2.972 | 2.972 | 2.972 | 2.972 | 100.0% | 1 | | nova.delete_server | 2.653 | 2.653 | 2.653 | 2.653 | 2.653 | 2.653 | 100.0% | 1 | | total | 36.386 | 36.386 | 36.386 | 36.386 | 36.386 | 36.386 | 100.0% | 1 | | -> duration | 35.386 | 35.386 | 35.386 | 35.386 | 35.386 | 35.386 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 35.386434 Full duration: 45.792489 -------------------------------------------------------------------------------- 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_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af" }, "image": { "name": "rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task d6248675-6fe5-45c5-8432-e2471f1ea786 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.318 | 9.318 | 9.318 | 9.318 | 9.318 | 9.318 | 100.0% | 1 | | nova.list_interfaces | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 100.0% | 1 | | total | 9.593 | 9.593 | 9.593 | 9.593 | 9.593 | 9.593 | 100.0% | 1 | | -> duration | 8.593 | 8.593 | 8.593 | 8.593 | 8.593 | 8.593 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.593393 Full duration: 47.207089 -------------------------------------------------------------------------------- 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 d6248675-6fe5-45c5-8432-e2471f1ea786 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.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | nova.delete_server_group | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 0.066 | 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.692424 Full duration: 9.222017 HINTS: * To plot HTML graphics with this data, run: rally task report d6248675-6fe5-45c5-8432-e2471f1ea786 --out output.html * To generate a JUnit report, run: rally task export d6248675-6fe5-45c5-8432-e2471f1ea786 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d6248675-6fe5-45c5-8432-e2471f1ea786 --json --out output.json 2019-01-20 12:39:50,532 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd6248675-6fe5-45c5-8432-e2471f1ea786', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2019-01-20 12:39:52,862 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d6248675-6fe5-45c5-8432-e2471f1ea786 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2019-01-20 12:39:52.749 10672 INFO rally.api [-] Building 'json' report for the following task(s): 'd6248675-6fe5-45c5-8432-e2471f1ea786'. 2019-01-20 12:39:52.758 10672 INFO rally.api [-] The report has been successfully built. 2019-01-20 12:39:52,863 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd6248675-6fe5-45c5-8432-e2471f1ea786', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2019-01-20 12:39:55,114 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d6248675-6fe5-45c5-8432-e2471f1ea786 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2019-01-20 12:39:54.972 10675 INFO rally.api [-] Building 'html' report for the following task(s): 'd6248675-6fe5-45c5-8432-e2471f1ea786'. 2019-01-20 12:39:55.003 10675 INFO rally.api [-] The report has been successfully built. 2019-01-20 12:39:55,128 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2019-01-20 12:39:55,128 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2019-01-20 12:39:55,129 - 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 2019-01-20 12:39:55,130 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-20 12:39:55,146 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-20 12:39:55,154 - 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': '3d2ee16b-d1b0-4f9c-a118-048095614e9a', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'flavor_name': 'rally_sanity-flavor_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', '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_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-20 12:40:48,537 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2381950e-868f-4911-90ff-2589c8efa175 2019-01-20 12:40:48,538 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '2381950e-868f-4911-90ff-2589c8efa175'] 2019-01-20 12:40:49,627 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 2381950e-868f-4911-90ff-2589c8efa175 -------------------------------------------------------------------------------- Task 2381950e-868f-4911-90ff-2589c8efa175: 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 2381950e-868f-4911-90ff-2589c8efa175 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.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | quotas.delete_quotas | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | total | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 100.0% | 1 | | -> duration | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.046232 Full duration: 8.572241 -------------------------------------------------------------------------------- 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 2381950e-868f-4911-90ff-2589c8efa175 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.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | total | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> duration | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.71381 Full duration: 8.534623 -------------------------------------------------------------------------------- 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 2381950e-868f-4911-90ff-2589c8efa175 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.326 | 0.326 | 0.326 | 0.326 | 0.326 | 0.326 | 100.0% | 1 | | total | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> duration | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.737853 Full duration: 8.627302 -------------------------------------------------------------------------------- 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 2381950e-868f-4911-90ff-2589c8efa175 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.159 | 1.159 | 1.159 | 1.159 | 1.159 | 1.159 | 100.0% | 1 | | total | 1.159 | 1.159 | 1.159 | 1.159 | 1.159 | 1.159 | 100.0% | 1 | | -> duration | 1.159 | 1.159 | 1.159 | 1.159 | 1.159 | 1.159 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.159431 Full duration: 8.93763 HINTS: * To plot HTML graphics with this data, run: rally task report 2381950e-868f-4911-90ff-2589c8efa175 --out output.html * To generate a JUnit report, run: rally task export 2381950e-868f-4911-90ff-2589c8efa175 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2381950e-868f-4911-90ff-2589c8efa175 --json --out output.json 2019-01-20 12:40:49,627 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '2381950e-868f-4911-90ff-2589c8efa175', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2019-01-20 12:40:51,871 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 2381950e-868f-4911-90ff-2589c8efa175 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2019-01-20 12:40:51.767 11188 INFO rally.api [-] Building 'json' report for the following task(s): '2381950e-868f-4911-90ff-2589c8efa175'. 2019-01-20 12:40:51.771 11188 INFO rally.api [-] The report has been successfully built. 2019-01-20 12:40:51,872 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '2381950e-868f-4911-90ff-2589c8efa175', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2019-01-20 12:40:54,257 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 2381950e-868f-4911-90ff-2589c8efa175 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2019-01-20 12:40:54.070 11191 INFO rally.api [-] Building 'html' report for the following task(s): '2381950e-868f-4911-90ff-2589c8efa175'. 2019-01-20 12:40:54.096 11191 INFO rally.api [-] The report has been successfully built. 2019-01-20 12:40:54,261 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2019-01-20 12:40:54,265 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:17 | 4 | 100.00% | | cinder | 02:45 | 10 | 100.00% | | heat | 01:01 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 05:45 | 11 | 100.00% | | nova | 06:35 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:35 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2019-01-20 12:40:54,265 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2019-01-20 12:40:54,372 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-20 12:40:54,373 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:48 | PASS | +----------------------+------------------+------------------+----------------+ 2019-01-20 12:40:54,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 12:40:54,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:40:54,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:40: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-9118ac14-bcd8-47b9-a594-c92084df4a8b x-compute-request-id: req-9118ac14-bcd8-47b9-a594-c92084df4a8b Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e1e11359-76c3-4cc2-93e9-89571a302aa4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e1e11359-76c3-4cc2-93e9-89571a302aa4", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e1e11359-76c3-4cc2-93e9-89571a302aa4", "name": "rally_sanity-flavor_alt_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/f1fc9181-5617-4b15-a3da-50327ad38c73", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/f1fc9181-5617-4b15-a3da-50327ad38c73", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f1fc9181-5617-4b15-a3da-50327ad38c73", "name": "rally_sanity-flavor_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 12:40:54,569 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-9118ac14-bcd8-47b9-a594-c92084df4a8b 2019-01-20 12:40:54,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.190701007843s 2019-01-20 12:40:54,569 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-9118ac14-bcd8-47b9-a594-c92084df4a8b 2019-01-20 12:40:54,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-20 12:40:54,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/e1e11359-76c3-4cc2-93e9-89571a302aa4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:40:54,621 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 12:40: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-220d9232-6934-47d3-b34a-0dc689650d4d x-compute-request-id: req-220d9232-6934-47d3-b34a-0dc689650d4d Content-Length: 0 Content-Type: application/json 2019-01-20 12:40:54,622 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/e1e11359-76c3-4cc2-93e9-89571a302aa4 used request id req-220d9232-6934-47d3-b34a-0dc689650d4d 2019-01-20 12:40:54,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0498678684235s 2019-01-20 12:40:54,622 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/e1e11359-76c3-4cc2-93e9-89571a302aa4 used request id req-220d9232-6934-47d3-b34a-0dc689650d4d 2019-01-20 12:40:54,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2019-01-20 12:40:54,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/8e4918f9-d698-4c4c-a0ce-b90454f9cdb8/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}cf1502e65a1bdba12879c107a73a089bb7afd9b2" -d '{"subnet_id": "7bbc2aa7-2775-4669-911d-4ac7dcf493c4"}' 2019-01-20 12:40:56,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-669a1b9d-6f4a-481e-83e5-c9439ff01287 Date: Sun, 20 Jan 2019 12:40:56 GMT RESP BODY: {"network_id": "3d2ee16b-d1b0-4f9c-a118-048095614e9a", "tenant_id": "e8420ac244124645884bcf5f48429390", "subnet_id": "7bbc2aa7-2775-4669-911d-4ac7dcf493c4", "subnet_ids": ["7bbc2aa7-2775-4669-911d-4ac7dcf493c4"], "port_id": "eea90c26-4de9-48bd-a2d6-8dd82eeca2c9", "id": "8e4918f9-d698-4c4c-a0ce-b90454f9cdb8"} 2019-01-20 12:40:56,297 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/8e4918f9-d698-4c4c-a0ce-b90454f9cdb8/remove_router_interface.json used request id req-669a1b9d-6f4a-481e-83e5-c9439ff01287 2019-01-20 12:40:56,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.67442512512s 2019-01-20 12:40:56,297 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/8e4918f9-d698-4c4c-a0ce-b90454f9cdb8/remove_router_interface.json used request id req-669a1b9d-6f4a-481e-83e5-c9439ff01287 returning object 8e4918f9-d698-4c4c-a0ce-b90454f9cdb8 2019-01-20 12:40:56,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2019-01-20 12:40:56,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}cf1502e65a1bdba12879c107a73a089bb7afd9b2" 2019-01-20 12:40:56,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-5ad60f8a-1d96-43dc-8a74-6a0219c46b95 Date: Sun, 20 Jan 2019 12:40:56 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e8420ac244124645884bcf5f48429390", "created_at": "2019-01-20T12:15:09Z", "admin_state_up": true, "updated_at": "2019-01-20T12:40:55Z", "project_id": "e8420ac244124645884bcf5f48429390", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "8e4918f9-d698-4c4c-a0ce-b90454f9cdb8", "name": "rally_sanity-router_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af"}]} 2019-01-20 12:40:56,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-5ad60f8a-1d96-43dc-8a74-6a0219c46b95 2019-01-20 12:40:56,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.30122590065s 2019-01-20 12:40:56,600 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-5ad60f8a-1d96-43dc-8a74-6a0219c46b95 2019-01-20 12:40:56,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2019-01-20 12:40:56,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/8e4918f9-d698-4c4c-a0ce-b90454f9cdb8.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf1502e65a1bdba12879c107a73a089bb7afd9b2" 2019-01-20 12:41:00,110 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ff6eb25c-554d-4788-96e8-c7ed6caadba9 Content-Length: 0 Date: Sun, 20 Jan 2019 12:41:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:41:00,110 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/8e4918f9-d698-4c4c-a0ce-b90454f9cdb8.json used request id req-ff6eb25c-554d-4788-96e8-c7ed6caadba9 2019-01-20 12:41:00,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.50874185562s 2019-01-20 12:41:00,110 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/8e4918f9-d698-4c4c-a0ce-b90454f9cdb8.json used request id req-ff6eb25c-554d-4788-96e8-c7ed6caadba9 2019-01-20 12:41:00,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-20 12:41:00,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}cf1502e65a1bdba12879c107a73a089bb7afd9b2" 2019-01-20 12:41:00,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-1890239c-614a-4716-bee3-753ab7ea4b63 Date: Sun, 20 Jan 2019 12:41:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d2ee16b-d1b0-4f9c-a118-048095614e9a","tenant_id":"e8420ac244124645884bcf5f48429390","created_at":"2019-01-20T12:15:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-20T12:15:07Z","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":"e8420ac244124645884bcf5f48429390","id":"7bbc2aa7-2775-4669-911d-4ac7dcf493c4","subnetpool_id":null,"name":"rally_sanity-subnet_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-20 12:41:00,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-1890239c-614a-4716-bee3-753ab7ea4b63 2019-01-20 12:41:00,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0614759922028s 2019-01-20 12:41:00,173 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-1890239c-614a-4716-bee3-753ab7ea4b63 2019-01-20 12:41:00,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2019-01-20 12:41:00,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/7bbc2aa7-2775-4669-911d-4ac7dcf493c4.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf1502e65a1bdba12879c107a73a089bb7afd9b2" 2019-01-20 12:41:02,850 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-60fe0eec-fee6-42f9-9b85-68ce2c323a7c Date: Sun, 20 Jan 2019 12:41:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:41:02,850 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/7bbc2aa7-2775-4669-911d-4ac7dcf493c4.json used request id req-60fe0eec-fee6-42f9-9b85-68ce2c323a7c 2019-01-20 12:41:02,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.67567801476s 2019-01-20 12:41:02,850 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/7bbc2aa7-2775-4669-911d-4ac7dcf493c4.json used request id req-60fe0eec-fee6-42f9-9b85-68ce2c323a7c 2019-01-20 12:41:02,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 12:41:02,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}cf1502e65a1bdba12879c107a73a089bb7afd9b2" 2019-01-20 12:41:03,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1397 X-Openstack-Request-Id: req-5a945999-3bf9-40f2-af22-9776944f0629 Date: Sun, 20 Jan 2019 12:41:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"3d2ee16b-d1b0-4f9c-a118-048095614e9a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":43,"ipv4_address_scope":null,"shared":true,"project_id":"e8420ac244124645884bcf5f48429390","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T12:41:02Z","qos_policy_id":null,"name":"rally_sanity-net_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af","admin_state_up":true,"tenant_id":"e8420ac244124645884bcf5f48429390","created_at":"2019-01-20T12:15:06Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 12:41:03,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5a945999-3bf9-40f2-af22-9776944f0629 2019-01-20 12:41:03,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.345874786377s 2019-01-20 12:41:03,197 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5a945999-3bf9-40f2-af22-9776944f0629 2019-01-20 12:41:03,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2019-01-20 12:41:03,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/3d2ee16b-d1b0-4f9c-a118-048095614e9a.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf1502e65a1bdba12879c107a73a089bb7afd9b2" 2019-01-20 12:41:04,221 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-99bf2491-c250-49dc-bcde-6364308cb6a0 Date: Sun, 20 Jan 2019 12:41:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:41:04,222 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/3d2ee16b-d1b0-4f9c-a118-048095614e9a.json used request id req-99bf2491-c250-49dc-bcde-6364308cb6a0 2019-01-20 12:41:04,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.02366518974s 2019-01-20 12:41:04,222 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/3d2ee16b-d1b0-4f9c-a118-048095614e9a.json used request id req-99bf2491-c250-49dc-bcde-6364308cb6a0 2019-01-20 12:41:04,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 12:41:04,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}cf1502e65a1bdba12879c107a73a089bb7afd9b2" 2019-01-20 12:41:04,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-518a1486-4470-432a-9bc0-a56bbb7b0339 Date: Sun, 20 Jan 2019 12:41:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e87472cd-bd97-490c-8840-68127c76abf4/snap", "metadata": {}}], "file": "/v2/images/e87472cd-bd97-490c-8840-68127c76abf4/file", "owner": "e8420ac244124645884bcf5f48429390", "id": "e87472cd-bd97-490c-8840-68127c76abf4", "size": 12716032, "self": "/v2/images/e87472cd-bd97-490c-8840-68127c76abf4", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e87472cd-bd97-490c-8840-68127c76abf4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:15:16Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T12:15:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 12:41:04,393 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-518a1486-4470-432a-9bc0-a56bbb7b0339 2019-01-20 12:41:04,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.170867919922s 2019-01-20 12:41:04,394 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-518a1486-4470-432a-9bc0-a56bbb7b0339 2019-01-20 12:41:04,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-20 12:41:04,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/e87472cd-bd97-490c-8840-68127c76abf4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cf1502e65a1bdba12879c107a73a089bb7afd9b2" 2019-01-20 12:41:06,042 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-911fa627-e67b-4753-a125-740b7992175b Date: Sun, 20 Jan 2019 12:41:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:41:06,043 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/e87472cd-bd97-490c-8840-68127c76abf4 used request id req-911fa627-e67b-4753-a125-740b7992175b 2019-01-20 12:41:06,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.64703392982s 2019-01-20 12:41:06,043 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/e87472cd-bd97-490c-8840-68127c76abf4 used request id req-911fa627-e67b-4753-a125-740b7992175b 2019-01-20 12:41:06,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 12:41:06,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:41:06,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41: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-7c92771f-9f48-4384-9147-dc46ac76d3b8 x-compute-request-id: req-7c92771f-9f48-4384-9147-dc46ac76d3b8 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/f1fc9181-5617-4b15-a3da-50327ad38c73", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/f1fc9181-5617-4b15-a3da-50327ad38c73", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f1fc9181-5617-4b15-a3da-50327ad38c73", "name": "rally_sanity-flavor_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 12:41:06,077 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-7c92771f-9f48-4384-9147-dc46ac76d3b8 2019-01-20 12:41:06,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0335640907288s 2019-01-20 12:41:06,077 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-7c92771f-9f48-4384-9147-dc46ac76d3b8 2019-01-20 12:41:06,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-20 12:41:06,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/f1fc9181-5617-4b15-a3da-50327ad38c73 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:41:06,132 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 12:41: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-87359836-4ea8-475b-9545-dd23a0dc16ce x-compute-request-id: req-87359836-4ea8-475b-9545-dd23a0dc16ce Content-Length: 0 Content-Type: application/json 2019-01-20 12:41:06,132 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/f1fc9181-5617-4b15-a3da-50327ad38c73 used request id req-87359836-4ea8-475b-9545-dd23a0dc16ce 2019-01-20 12:41:06,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0522048473358s 2019-01-20 12:41:06,132 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/f1fc9181-5617-4b15-a3da-50327ad38c73 used request id req-87359836-4ea8-475b-9545-dd23a0dc16ce 2019-01-20 12:41:06,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 12:41:06,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:41:06,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf47a6de-5496-4716-b50a-d6e4c10b9a8c Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af", "links": {"self": "http://172.30.9.22:5000/v3/users/6995085725ab4184be3e6595353949a4"}, "domain_id": "default", "enabled": true, "id": "6995085725ab4184be3e6595353949a4", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:41:06,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-cf47a6de-5496-4716-b50a-d6e4c10b9a8c 2019-01-20 12:41:06,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106224060059s 2019-01-20 12:41:06,240 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-cf47a6de-5496-4716-b50a-d6e4c10b9a8c 2019-01-20 12:41:06,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 12:41:06,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/6995085725ab4184be3e6595353949a4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:41:06,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-971e5d3b-d0bd-40f5-b1a9-04c005baa2bc Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/6995085725ab4184be3e6595353949a4"}, "enabled": true, "id": "6995085725ab4184be3e6595353949a4", "options": {}, "domain_id": "default", "name": "rally_sanity-user_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af"}} 2019-01-20 12:41:06,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/6995085725ab4184be3e6595353949a4 used request id req-971e5d3b-d0bd-40f5-b1a9-04c005baa2bc 2019-01-20 12:41:06,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.095153093338s 2019-01-20 12:41:06,342 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/6995085725ab4184be3e6595353949a4 used request id req-971e5d3b-d0bd-40f5-b1a9-04c005baa2bc 2019-01-20 12:41:06,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-20 12:41:06,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/6995085725ab4184be3e6595353949a4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:41:06,535 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:41:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dba850af-37d1-47ae-a0ef-600335c4b2b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:41:06,535 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/6995085725ab4184be3e6595353949a4 used request id req-dba850af-37d1-47ae-a0ef-600335c4b2b5 2019-01-20 12:41:06,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.192198038101s 2019-01-20 12:41:06,535 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/6995085725ab4184be3e6595353949a4 used request id req-dba850af-37d1-47ae-a0ef-600335c4b2b5 2019-01-20 12:41:06,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 12:41:06,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:41:06,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57fbf026-530d-49e8-9807-c953797c8b93 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.22:5000/v3/projects/e8420ac244124645884bcf5f48429390"}, "enabled": true, "id": "e8420ac244124645884bcf5f48429390", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_8ab28ad9-0b57-4ca3-bcc4-d6af957b98af"}]} 2019-01-20 12:41:06,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-57fbf026-530d-49e8-9807-c953797c8b93 2019-01-20 12:41:06,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.073478937149s 2019-01-20 12:41:06,610 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-57fbf026-530d-49e8-9807-c953797c8b93 2019-01-20 12:41:06,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-20 12:41:06,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/e8420ac244124645884bcf5f48429390 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:41:06,783 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:41:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce383507-cbec-4372-9f1d-0c3aec226bf5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:41:06,783 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/e8420ac244124645884bcf5f48429390 used request id req-ce383507-cbec-4372-9f1d-0c3aec226bf5 2019-01-20 12:41:06,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.170765161514s 2019-01-20 12:41:06,784 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/e8420ac244124645884bcf5f48429390 used request id req-ce383507-cbec-4372-9f1d-0c3aec226bf5 2019-01-20 12:41:06,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:41:06,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:41:06,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dc70544-6839-4dab-857a-94137b22bf0c Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35436740a5b84a48a9c92112cc37c8ca", "links": {"self": "http://172.30.9.22:5000/v3/roles/35436740a5b84a48a9c92112cc37c8ca"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:41:06,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6dc70544-6839-4dab-857a-94137b22bf0c 2019-01-20 12:41:06,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0818631649017s 2019-01-20 12:41:06,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-20 12:41:06,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/35436740a5b84a48a9c92112cc37c8ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:41:06,966 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:41:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fcf750a-49e6-4af3-a66e-af05bca72087 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:41:06,966 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/35436740a5b84a48a9c92112cc37c8ca used request id req-9fcf750a-49e6-4af3-a66e-af05bca72087 2019-01-20 12:41:06,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0985300540924s 2019-01-20 12:41:06,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 12:41:06,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=e8420ac244124645884bcf5f48429390&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}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:41:07,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-2ddfe2e1-1162-41ee-89af-140ce600e8b3 Date: Sun, 20 Jan 2019 12:41:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e8420ac244124645884bcf5f48429390", "created_at": "2019-01-20T12:15:06Z", "updated_at": "2019-01-20T12:15:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:15:06Z", "revision_number": 0, "id": "07ce2829-679c-4eee-bca7-85f30989d3c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:15:06Z", "security_group_id": "df0ef3dd-ce0b-4f5f-9e15-38dd110bc2da", "tenant_id": "e8420ac244124645884bcf5f48429390", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8420ac244124645884bcf5f48429390"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:15:06Z", "revision_number": 0, "id": "184a13cf-2ee5-4bd3-be71-30b45a0af41b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:15:06Z", "security_group_id": "df0ef3dd-ce0b-4f5f-9e15-38dd110bc2da", "tenant_id": "e8420ac244124645884bcf5f48429390", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8420ac244124645884bcf5f48429390"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:15:06Z", "revision_number": 0, "id": "9e19d3b4-3a94-48d1-9782-2d7affcd1877", "remote_group_id": "df0ef3dd-ce0b-4f5f-9e15-38dd110bc2da", "remote_ip_prefix": null, "created_at": "2019-01-20T12:15:06Z", "security_group_id": "df0ef3dd-ce0b-4f5f-9e15-38dd110bc2da", "tenant_id": "e8420ac244124645884bcf5f48429390", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8420ac244124645884bcf5f48429390"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:15:06Z", "revision_number": 0, "id": "ab33c038-fb78-4b2a-8f35-cdfbf4eb3e1f", "remote_group_id": "df0ef3dd-ce0b-4f5f-9e15-38dd110bc2da", "remote_ip_prefix": null, "created_at": "2019-01-20T12:15:06Z", "security_group_id": "df0ef3dd-ce0b-4f5f-9e15-38dd110bc2da", "tenant_id": "e8420ac244124645884bcf5f48429390", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8420ac244124645884bcf5f48429390"}], "revision_number": 4, "project_id": "e8420ac244124645884bcf5f48429390", "id": "df0ef3dd-ce0b-4f5f-9e15-38dd110bc2da", "name": "default"}]} 2019-01-20 12:41:07,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=e8420ac244124645884bcf5f48429390&name=default used request id req-2ddfe2e1-1162-41ee-89af-140ce600e8b3 2019-01-20 12:41:07,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.200774908066s 2019-01-20 12:41:07,171 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=e8420ac244124645884bcf5f48429390&name=default used request id req-2ddfe2e1-1162-41ee-89af-140ce600e8b3 2019-01-20 12:41:07,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 12:41:07,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:41:07,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d6841ff3-b564-480e-8bd8-e5facb675bc9 Date: Sun, 20 Jan 2019 12:41:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e8420ac244124645884bcf5f48429390", "created_at": "2019-01-20T12:15:06Z", "updated_at": "2019-01-20T12:15:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:15:06Z", "revision_number": 0, "id": "ab33c038-fb78-4b2a-8f35-cdfbf4eb3e1f", "remote_group_id": "df0ef3dd-ce0b-4f5f-9e15-38dd110bc2da", "remote_ip_prefix": null, "created_at": "2019-01-20T12:15:06Z", "security_group_id": "df0ef3dd-ce0b-4f5f-9e15-38dd110bc2da", "tenant_id": "e8420ac244124645884bcf5f48429390", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8420ac244124645884bcf5f48429390"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:15:06Z", "revision_number": 0, "id": "9e19d3b4-3a94-48d1-9782-2d7affcd1877", "remote_group_id": "df0ef3dd-ce0b-4f5f-9e15-38dd110bc2da", "remote_ip_prefix": null, "created_at": "2019-01-20T12:15:06Z", "security_group_id": "df0ef3dd-ce0b-4f5f-9e15-38dd110bc2da", "tenant_id": "e8420ac244124645884bcf5f48429390", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8420ac244124645884bcf5f48429390"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:15:06Z", "revision_number": 0, "id": "07ce2829-679c-4eee-bca7-85f30989d3c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:15:06Z", "security_group_id": "df0ef3dd-ce0b-4f5f-9e15-38dd110bc2da", "tenant_id": "e8420ac244124645884bcf5f48429390", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8420ac244124645884bcf5f48429390"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:15:06Z", "revision_number": 0, "id": "184a13cf-2ee5-4bd3-be71-30b45a0af41b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:15:06Z", "security_group_id": "df0ef3dd-ce0b-4f5f-9e15-38dd110bc2da", "tenant_id": "e8420ac244124645884bcf5f48429390", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8420ac244124645884bcf5f48429390"}], "revision_number": 4, "project_id": "e8420ac244124645884bcf5f48429390", "id": "df0ef3dd-ce0b-4f5f-9e15-38dd110bc2da", "name": "default"}]} 2019-01-20 12:41:07,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-d6841ff3-b564-480e-8bd8-e5facb675bc9 2019-01-20 12:41:07,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.206072807312s 2019-01-20 12:41:07,381 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-d6841ff3-b564-480e-8bd8-e5facb675bc9 2019-01-20 12:41:07,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-20 12:41:07,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/df0ef3dd-ce0b-4f5f-9e15-38dd110bc2da.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1d679cea6b32817ce0e825eafe6095049549d7d9" 2019-01-20 12:41:08,071 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c6c66c9e-5ab7-4948-b23d-a6cd92e5efed Content-Length: 0 Date: Sun, 20 Jan 2019 12:41:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:41:08,071 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/df0ef3dd-ce0b-4f5f-9e15-38dd110bc2da.json used request id req-c6c66c9e-5ab7-4948-b23d-a6cd92e5efed 2019-01-20 12:41:08,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.685279130936s 2019-01-20 12:41:08,071 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/df0ef3dd-ce0b-4f5f-9e15-38dd110bc2da.json used request id req-c6c66c9e-5ab7-4948-b23d-a6cd92e5efed 2019-01-20 12:41:08,121 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2019-01-20 12:41:08,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 12:41:08,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 12:41:08,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 12:41:08,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 12:41:08,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 12:41:08,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 12:41:08,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 12:41:08,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 12:41:08,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 12:41:08,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 12:41:08,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 12:41:08,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 12:41:08,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 12:41:08,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 12:41:08,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 12:41:08,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 12:41:08,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 12:41:08,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 12:41:08,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 12:41:08,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 12:41:08,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 12:41:08,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 12:41:08,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-20 12:41:08,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-20 12:41:08,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 12:41:08,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5a96926-5257-48be-a3d3-22466486eff0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:41:08,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c5a96926-5257-48be-a3d3-22466486eff0 2019-01-20 12:41:08,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:41:08,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}], "expires_at": "2019-01-20T13:41:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "057838f782f94e5ca660a8d24231cdb7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "96110a92bd284ca5bccb7c5d679699e2"}, "audit_ids": ["xL9104fiTTuts-yxkTLThw"], "issued_at": "2019-01-20T12:41:08.000000Z"}} 2019-01-20 12:41:08,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 12:41:08,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:09,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-2e15a1bf-68c4-4b95-8d9e-f4285d400425 Date: Sun, 20 Jan 2019 12:41:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 12:41:09,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2e15a1bf-68c4-4b95-8d9e-f4285d400425 2019-01-20 12:41:09,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.758864879608s 2019-01-20 12:41:09,368 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2e15a1bf-68c4-4b95-8d9e-f4285d400425 2019-01-20 12:41:09,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 12:41:09,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:09,379 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:41:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:41:09,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:09,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb99e570-b04b-4025-9d95-3c0bb2b19e47 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 12:41:09,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-bb99e570-b04b-4025-9d95-3c0bb2b19e47 2019-01-20 12:41:09,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.102785110474s 2019-01-20 12:41:09,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-20 12:41:09,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}d5cbd5187b670fe0210c01d501b248d2d8206ace" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_c03abcf1-ffed-4608-a2b1-67487e5b83e3"}}' 2019-01-20 12:41:09,593 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:41:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-946c143b-b5ff-4dd3-a394-98ed6281040d 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.22:5000/v3/projects/e0cbc37f832947fab33d158d31532ca5"}, "enabled": true, "id": "e0cbc37f832947fab33d158d31532ca5", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_c03abcf1-ffed-4608-a2b1-67487e5b83e3"}} 2019-01-20 12:41:09,593 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-946c143b-b5ff-4dd3-a394-98ed6281040d 2019-01-20 12:41:09,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.119486093521s 2019-01-20 12:41:09,594 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-946c143b-b5ff-4dd3-a394-98ed6281040d 2019-01-20 12:41:09,595 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_c03abcf1-ffed-4608-a2b1-67487e5b83e3', 'id': u'e0cbc37f832947fab33d158d31532ca5', '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'})}) 2019-01-20 12:41:09,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-20 12:41:09,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.347532987595s 2019-01-20 12:41:09,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/749878989b9b4720886cf86fafe7ca74 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:10,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-635d9897-78ff-4715-9b90-65d35d46a6b6 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/749878989b9b4720886cf86fafe7ca74"}, "enabled": true, "id": "749878989b9b4720886cf86fafe7ca74", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_c03abcf1-ffed-4608-a2b1-67487e5b83e3"}} 2019-01-20 12:41:10,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/749878989b9b4720886cf86fafe7ca74 used request id req-635d9897-78ff-4715-9b90-65d35d46a6b6 2019-01-20 12:41:10,044 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'749878989b9b4720886cf86fafe7ca74', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_c03abcf1-ffed-4608-a2b1-67487e5b83e3'}) 2019-01-20 12:41:10,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:41:10,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:10,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cd67a9e-c3b9-4aee-bcc0-a60e63b11da1 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:41:10,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4cd67a9e-c3b9-4aee-bcc0-a60e63b11da1 2019-01-20 12:41:10,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0155508518219s 2019-01-20 12:41:10,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:41:10,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:10,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a05a880-7ffb-4416-9934-c2597830d5d5 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:41:10,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6a05a880-7ffb-4416-9934-c2597830d5d5 2019-01-20 12:41:10,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0752899646759s 2019-01-20 12:41:10,137 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-20 12:41:10,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-20 12:41:10,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" -d '{"role": {"name": "Member"}}' 2019-01-20 12:41:10,243 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:41:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-034a6ac6-48cd-4f15-8971-796c7319c174 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4e5c8b15f03a4b01a5c48e438d4230c4", "links": {"self": "http://172.30.9.22:5000/v3/roles/4e5c8b15f03a4b01a5c48e438d4230c4"}, "name": "Member"}} 2019-01-20 12:41:10,243 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-034a6ac6-48cd-4f15-8971-796c7319c174 2019-01-20 12:41:10,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.105897903442s 2019-01-20 12:41:10,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/4e5c8b15f03a4b01a5c48e438d4230c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:10,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff9f9dfa-7f95-4e9a-a93b-e30a2a400846 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/4e5c8b15f03a4b01a5c48e438d4230c4"}, "domain_id": null, "name": "Member", "id": "4e5c8b15f03a4b01a5c48e438d4230c4"}} 2019-01-20 12:41:10,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/4e5c8b15f03a4b01a5c48e438d4230c4 used request id req-ff9f9dfa-7f95-4e9a-a93b-e30a2a400846 2019-01-20 12:41:10,328 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/4e5c8b15f03a4b01a5c48e438d4230c4'}, 'domain_id': None, 'human_id': None, 'id': u'4e5c8b15f03a4b01a5c48e438d4230c4', 'HUMAN_ID': False}) 2019-01-20 12:41:10,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:41:10,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:10,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30f814b5-cfbd-47ce-b869-44e4b8666244 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4e5c8b15f03a4b01a5c48e438d4230c4", "links": {"self": "http://172.30.9.22:5000/v3/roles/4e5c8b15f03a4b01a5c48e438d4230c4"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:41:10,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-30f814b5-cfbd-47ce-b869-44e4b8666244 2019-01-20 12:41:10,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0754780769348s 2019-01-20 12:41:10,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 12:41:10,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:10,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41d04b8c-4d86-444c-b52a-5d993d574963 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 12:41:10,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-41d04b8c-4d86-444c-b52a-5d993d574963 2019-01-20 12:41:10,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0847330093384s 2019-01-20 12:41:10,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 12:41:10,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:10,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c65efdc-4ba6-45de-b136-1d6e3dda94a5 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "links": {"self": "http://172.30.9.22:5000/v3/users/749878989b9b4720886cf86fafe7ca74"}, "domain_id": "default", "enabled": true, "id": "749878989b9b4720886cf86fafe7ca74", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:41:10,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-6c65efdc-4ba6-45de-b136-1d6e3dda94a5 2019-01-20 12:41:10,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106261014938s 2019-01-20 12:41:10,597 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-6c65efdc-4ba6-45de-b136-1d6e3dda94a5 2019-01-20 12:41:10,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 12:41:10,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:10,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd478d48-e7cc-45be-b738-b4d901a03f09 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.22:5000/v3/projects/e0cbc37f832947fab33d158d31532ca5"}, "enabled": true, "id": "e0cbc37f832947fab33d158d31532ca5", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_c03abcf1-ffed-4608-a2b1-67487e5b83e3"}]} 2019-01-20 12:41:10,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-bd478d48-e7cc-45be-b738-b4d901a03f09 2019-01-20 12:41:10,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0755169391632s 2019-01-20 12:41:10,676 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-bd478d48-e7cc-45be-b738-b4d901a03f09 2019-01-20 12:41:10,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 12:41:10,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=749878989b9b4720886cf86fafe7ca74&scope.project.id=e0cbc37f832947fab33d158d31532ca5&role.id=4e5c8b15f03a4b01a5c48e438d4230c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:10,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4e0232c-7adc-4767-b269-18dc7b3b3a4f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=749878989b9b4720886cf86fafe7ca74&scope.project.id=e0cbc37f832947fab33d158d31532ca5&role.id=4e5c8b15f03a4b01a5c48e438d4230c4", "previous": null, "next": null}} 2019-01-20 12:41:10,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=749878989b9b4720886cf86fafe7ca74&scope.project.id=e0cbc37f832947fab33d158d31532ca5&role.id=4e5c8b15f03a4b01a5c48e438d4230c4 used request id req-b4e0232c-7adc-4767-b269-18dc7b3b3a4f 2019-01-20 12:41:10,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0806748867035s 2019-01-20 12:41:10,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 12:41:10,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/e0cbc37f832947fab33d158d31532ca5/users/749878989b9b4720886cf86fafe7ca74/roles/4e5c8b15f03a4b01a5c48e438d4230c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:10,892 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:41:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c42b666f-4c05-4b8a-b201-558f3bb07cd0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:41:10,893 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/e0cbc37f832947fab33d158d31532ca5/users/749878989b9b4720886cf86fafe7ca74/roles/4e5c8b15f03a4b01a5c48e438d4230c4 used request id req-c42b666f-4c05-4b8a-b201-558f3bb07cd0 2019-01-20 12:41:10,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.134279966354s 2019-01-20 12:41:10,894 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_c03abcf1-ffed-4608-a2b1-67487e5b83e3', 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': '865f2659-63c8-476b-977c-cb693f912299', 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_c03abcf1-ffed-4608-a2b1-67487e5b83e3', 'project_id': u'e0cbc37f832947fab33d158d31532ca5', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-20 12:41:10,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 12:41:10,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 12:41:10,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 12:41:10,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 12:41:10,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 12:41:10,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 12:41:10,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 12:41:10,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 12:41:10,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 12:41:10,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 12:41:10,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 12:41:10,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 12:41:10,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 12:41:10,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 12:41:10,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 12:41:10,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 12:41:10,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 12:41:10,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 12:41:10,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 12:41:10,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 12:41:10,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 12:41:10,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 12:41:10,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-20 12:41:10,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-20 12:41:10,899 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_c03abcf1-ffed-4608-a2b1-67487e5b83e3', 'password': '865f2659-63c8-476b-977c-cb693f912299', 'project_name': 'refstack_defcore-project_c03abcf1-ffed-4608-a2b1-67487e5b83e3', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'e0cbc37f832947fab33d158d31532ca5', 'project_domain_name': 'Default'} 2019-01-20 12:41:10,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:41:10,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:10,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb64bf47-0765-42b8-9e71-109babc4730a Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4e5c8b15f03a4b01a5c48e438d4230c4", "links": {"self": "http://172.30.9.22:5000/v3/roles/4e5c8b15f03a4b01a5c48e438d4230c4"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:41:10,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-eb64bf47-0765-42b8-9e71-109babc4730a 2019-01-20 12:41:10,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0749740600586s 2019-01-20 12:41:10,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:41:10,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:11,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e09c83a-5a7e-45c7-a0aa-a54c8c6fe66b Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4e5c8b15f03a4b01a5c48e438d4230c4", "links": {"self": "http://172.30.9.22:5000/v3/roles/4e5c8b15f03a4b01a5c48e438d4230c4"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:41:11,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-7e09c83a-5a7e-45c7-a0aa-a54c8c6fe66b 2019-01-20 12:41:11,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0880601406097s 2019-01-20 12:41:11,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 12:41:11,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:11,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22f92a59-75e6-4ad0-9b9b-a9097585b964 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 12:41:11,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-22f92a59-75e6-4ad0-9b9b-a9097585b964 2019-01-20 12:41:11,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0827789306641s 2019-01-20 12:41:11,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 12:41:11,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:11,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b5536c8-c764-48f1-bbb4-639cd1a80edf Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "links": {"self": "http://172.30.9.22:5000/v3/users/749878989b9b4720886cf86fafe7ca74"}, "domain_id": "default", "enabled": true, "id": "749878989b9b4720886cf86fafe7ca74", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:41:11,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5b5536c8-c764-48f1-bbb4-639cd1a80edf 2019-01-20 12:41:11,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0985109806061s 2019-01-20 12:41:11,249 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5b5536c8-c764-48f1-bbb4-639cd1a80edf 2019-01-20 12:41:11,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 12:41:11,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:11,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd679dfe-413e-453a-9cae-6a761c22e063 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.22:5000/v3/projects/e0cbc37f832947fab33d158d31532ca5"}, "enabled": true, "id": "e0cbc37f832947fab33d158d31532ca5", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_c03abcf1-ffed-4608-a2b1-67487e5b83e3"}]} 2019-01-20 12:41:11,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-cd679dfe-413e-453a-9cae-6a761c22e063 2019-01-20 12:41:11,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0788080692291s 2019-01-20 12:41:11,334 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-cd679dfe-413e-453a-9cae-6a761c22e063 2019-01-20 12:41:11,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 12:41:11,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=749878989b9b4720886cf86fafe7ca74&scope.project.id=e0cbc37f832947fab33d158d31532ca5&role.id=77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:11,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edd20472-6f8c-44cf-87b5-4db513d4a747 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=749878989b9b4720886cf86fafe7ca74&scope.project.id=e0cbc37f832947fab33d158d31532ca5&role.id=77f3d538c7cd4e1a927402af90dfd66a", "previous": null, "next": null}} 2019-01-20 12:41:11,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=749878989b9b4720886cf86fafe7ca74&scope.project.id=e0cbc37f832947fab33d158d31532ca5&role.id=77f3d538c7cd4e1a927402af90dfd66a used request id req-edd20472-6f8c-44cf-87b5-4db513d4a747 2019-01-20 12:41:11,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0831570625305s 2019-01-20 12:41:11,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 12:41:11,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/e0cbc37f832947fab33d158d31532ca5/users/749878989b9b4720886cf86fafe7ca74/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:11,531 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:41:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c50ba0ef-0df6-4f98-82a1-d328193f3ab4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:41:11,532 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/e0cbc37f832947fab33d158d31532ca5/users/749878989b9b4720886cf86fafe7ca74/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-c50ba0ef-0df6-4f98-82a1-d328193f3ab4 2019-01-20 12:41:11,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.111928939819s 2019-01-20 12:41:11,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:41:11,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:11,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a20ae0a0-f580-4f5b-afcf-81fce7accb27 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4e5c8b15f03a4b01a5c48e438d4230c4", "links": {"self": "http://172.30.9.22:5000/v3/roles/4e5c8b15f03a4b01a5c48e438d4230c4"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:41:11,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a20ae0a0-f580-4f5b-afcf-81fce7accb27 2019-01-20 12:41:11,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0823540687561s 2019-01-20 12:41:11,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 12:41:11,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:11,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93bb5672-836c-4aab-bdf0-857cb0a55661 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 12:41:11,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-93bb5672-836c-4aab-bdf0-857cb0a55661 2019-01-20 12:41:11,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0873198509216s 2019-01-20 12:41:11,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 12:41:11,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:11,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2e7445c-2a2d-464a-b637-367ba56fe8f8 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "links": {"self": "http://172.30.9.22:5000/v3/users/749878989b9b4720886cf86fafe7ca74"}, "domain_id": "default", "enabled": true, "id": "749878989b9b4720886cf86fafe7ca74", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:41:11,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e2e7445c-2a2d-464a-b637-367ba56fe8f8 2019-01-20 12:41:11,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0924611091614s 2019-01-20 12:41:11,797 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e2e7445c-2a2d-464a-b637-367ba56fe8f8 2019-01-20 12:41:11,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 12:41:11,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=749878989b9b4720886cf86fafe7ca74&role.id=77f3d538c7cd4e1a927402af90dfd66a&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:11,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d69b84a-0eda-4a01-a2f7-5fc039558147 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=749878989b9b4720886cf86fafe7ca74&role.id=77f3d538c7cd4e1a927402af90dfd66a&scope.domain.id=default", "previous": null, "next": null}} 2019-01-20 12:41:11,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=749878989b9b4720886cf86fafe7ca74&role.id=77f3d538c7cd4e1a927402af90dfd66a&scope.domain.id=default used request id req-5d69b84a-0eda-4a01-a2f7-5fc039558147 2019-01-20 12:41:11,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.082494020462s 2019-01-20 12:41:11,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 12:41:11,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/domains/default/users/749878989b9b4720886cf86fafe7ca74/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:41:12,012 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:41:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3552e849-8b2c-48de-ab06-13d1897dadd2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:41:12,012 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/domains/default/users/749878989b9b4720886cf86fafe7ca74/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-3552e849-8b2c-48de-ab06-13d1897dadd2 2019-01-20 12:41:12,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125478029251s 2019-01-20 12:41:12,013 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-20 12:41:14,470 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2019-01-20 12:41:14.162 11194 INFO rally.deployment.engine [-] Deployment eefa6737-ed14-441a-950b-40d4155dfb89 | Starting: Destroy cloud and free allocated resources. 2019-01-20 12:41:14.247 11194 INFO rally.deployment.engine [-] Deployment eefa6737-ed14-441a-950b-40d4155dfb89 | Completed: Destroy cloud and free allocated resources. 2019-01-20 12:41:14.269 11194 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=37dd992b-023f-4768-8e0c-ac7c1b11d65f). 2019-01-20 12:41:14.274 11194 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2019-01-20 12:41:16,959 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-20 12:41:16.642 11197 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=7cd77fe0-b7d9-453e-8c3a-f405ecec1266) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 7cd77fe0-b7d9-453e-8c3a-f405ecec1266 | 2019-01-20T12:41:16 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 7cd77fe0-b7d9-453e-8c3a-f405ecec1266 ~/.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 2019-01-20 12:41:20,249 - 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 | +-------------+-------------------+-----------+ 2019-01-20 12:41:20,249 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-20 12:41:22,481 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2019-01-20 12:41:22.201 11203 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=37dd992b-023f-4768-8e0c-ac7c1b11d65f). 2019-01-20 12:41:22.324 11203 INFO rally.api [-] Verifier has been successfully deleted! 2019-01-20 12:41:26,156 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-20 12:41:24.495 11206 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-20 12:41:24.654 11206 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-20 12:41:25.965 11206 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5d97bd46-6004-40eb-8cc7-dd06d317dff8) has been successfully created! Using verifier 'opnfv-tempest' (UUID=5d97bd46-6004-40eb-8cc7-dd06d317dff8) as the default verifier for the future CLI operations. 2019-01-20 12:41:29,242 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2019-01-20 12:41:29,245 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 12:41:29,381 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-20 12:41:29,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 12:41:29,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a1c8cbc-5701-4ef0-a73f-3dc232206f44 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:41:29,391 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8a1c8cbc-5701-4ef0-a73f-3dc232206f44 2019-01-20 12:41:29,392 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:41:29,776 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4e5c8b15f03a4b01a5c48e438d4230c4", "name": "Member"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}], "expires_at": "2019-01-20T13:41:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0cbc37f832947fab33d158d31532ca5", "name": "refstack_defcore-project_c03abcf1-ffed-4608-a2b1-67487e5b83e3"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/e0cbc37f832947fab33d158d31532ca5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/e0cbc37f832947fab33d158d31532ca5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/e0cbc37f832947fab33d158d31532ca5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/e0cbc37f832947fab33d158d31532ca5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/e0cbc37f832947fab33d158d31532ca5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/e0cbc37f832947fab33d158d31532ca5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/e0cbc37f832947fab33d158d31532ca5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/e0cbc37f832947fab33d158d31532ca5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/e0cbc37f832947fab33d158d31532ca5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/e0cbc37f832947fab33d158d31532ca5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/e0cbc37f832947fab33d158d31532ca5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/e0cbc37f832947fab33d158d31532ca5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "id": "749878989b9b4720886cf86fafe7ca74"}, "audit_ids": ["iB8SJwciRjqOPb7C6d4YgA"], "issued_at": "2019-01-20T12:41:29.000000Z"}} 2019-01-20 12:41:29,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}07b9a7c794179048bf550579cfc6eac2f2fd07ad" 2019-01-20 12:41:29,786 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sun, 20 Jan 2019 12:41:29 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2019-01-20 12:41:29,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 12:41:29,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}07b9a7c794179048bf550579cfc6eac2f2fd07ad" 2019-01-20 12:41:29,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-bac6264a-bdc0-4dad-9846-965ee1723e54 Date: Sun, 20 Jan 2019 12:41:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 12:41:29,997 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-bac6264a-bdc0-4dad-9846-965ee1723e54 2019-01-20 12:41:29,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.207978963852s 2019-01-20 12:41:29,998 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-bac6264a-bdc0-4dad-9846-965ee1723e54 2019-01-20 12:41:30,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-20 12:41:30,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}07b9a7c794179048bf550579cfc6eac2f2fd07ad" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_c03abcf1-ffed-4608-a2b1-67487e5b83e3"}' 2019-01-20 12:41:30,300 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243 X-Openstack-Request-Id: req-b812a754-bd12-41ae-b6de-3b0fd83538f5 Date: Sun, 20 Jan 2019 12:41:30 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243/file", "owner": "e0cbc37f832947fab33d158d31532ca5", "id": "b5645c95-ddc4-4af9-922c-7cd6e105f243", "size": null, "self": "/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:41:30Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "checksum": null, "created_at": "2019-01-20T12:41:30Z", "protected": false} 2019-01-20 12:41:30,300 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-b812a754-bd12-41ae-b6de-3b0fd83538f5 2019-01-20 12:41:30,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.300045013428s 2019-01-20 12:41:30,301 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-b812a754-bd12-41ae-b6de-3b0fd83538f5 returning object b5645c95-ddc4-4af9-922c-7cd6e105f243 2019-01-20 12:41:30,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-20 12:41:30,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243/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}07b9a7c794179048bf550579cfc6eac2f2fd07ad" -d '' 2019-01-20 12:41:31,682 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-14d2b478-af54-4e55-9a04-70e36c424940 Date: Sun, 20 Jan 2019 12:41:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:41:31,682 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243/file used request id req-14d2b478-af54-4e55-9a04-70e36c424940 2019-01-20 12:41:31,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.38099789619s 2019-01-20 12:41:31,683 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243/file used request id req-14d2b478-af54-4e55-9a04-70e36c424940 2019-01-20 12:41:31,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 12:41:31,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}07b9a7c794179048bf550579cfc6eac2f2fd07ad" 2019-01-20 12:41:31,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-2b0e7d21-1e91-47c3-b562-2698c7037b6d Date: Sun, 20 Jan 2019 12:41:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/b5645c95-ddc4-4af9-922c-7cd6e105f243/snap", "metadata": {}}], "file": "/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243/file", "owner": "e0cbc37f832947fab33d158d31532ca5", "id": "b5645c95-ddc4-4af9-922c-7cd6e105f243", "size": 12716032, "self": "/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/b5645c95-ddc4-4af9-922c-7cd6e105f243/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:41:31Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T12:41:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 12:41:31,874 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-2b0e7d21-1e91-47c3-b562-2698c7037b6d 2019-01-20 12:41:31,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.190844774246s 2019-01-20 12:41:31,875 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-2b0e7d21-1e91-47c3-b562-2698c7037b6d 2019-01-20 12:41:31,877 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/b5645c95-ddc4-4af9-922c-7cd6e105f243/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243/file', 'owner': u'e0cbc37f832947fab33d158d31532ca5', 'id': u'b5645c95-ddc4-4af9-922c-7cd6e105f243', 'size': 12716032, u'self': u'/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e0cbc37f832947fab33d158d31532ca5', 'name': 'refstack_defcore-project_c03abcf1-ffed-4608-a2b1-67487e5b83e3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/b5645c95-ddc4-4af9-922c-7cd6e105f243/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-20T12:41:31Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-20T12:41:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_c03abcf1-ffed-4608-a2b1-67487e5b83e3', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_c03abcf1-ffed-4608-a2b1-67487e5b83e3', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_c03abcf1-ffed-4608-a2b1-67487e5b83e3', 'created': u'2019-01-20T12:41:30Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-20T12:41:30Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_c03abcf1-ffed-4608-a2b1-67487e5b83e3', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-20 12:41:31,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-20 12:41:31,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}d5cbd5187b670fe0210c01d501b248d2d8206ace" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-20 12:41:32,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41: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-f25ad1b2-ba7d-40be-9300-24681b1003ce x-compute-request-id: req-f25ad1b2-ba7d-40be-9300-24681b1003ce Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/965322d1-b314-4de0-a7b4-acd6f944a13f", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/965322d1-b314-4de0-a7b4-acd6f944a13f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "965322d1-b314-4de0-a7b4-acd6f944a13f", "name": "refstack_defcore-flavor_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 12:41:32,158 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f25ad1b2-ba7d-40be-9300-24681b1003ce 2019-01-20 12:41:32,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.280311822891s 2019-01-20 12:41:32,159 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f25ad1b2-ba7d-40be-9300-24681b1003ce returning object 965322d1-b314-4de0-a7b4-acd6f944a13f 2019-01-20 12:41:32,160 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_c03abcf1-ffed-4608-a2b1-67487e5b83e3', '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'057838f782f94e5ca660a8d24231cdb7', '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'965322d1-b314-4de0-a7b4-acd6f944a13f', 'swap': 0}) 2019-01-20 12:41:32,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-20 12:41:32,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/965322d1-b314-4de0-a7b4-acd6f944a13f/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}d5cbd5187b670fe0210c01d501b248d2d8206ace" -d '{"extra_specs": {}}' 2019-01-20 12:41:32,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a4ec8cb8-d437-44ea-a24b-0432e773163c x-compute-request-id: req-a4ec8cb8-d437-44ea-a24b-0432e773163c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 12:41:32,182 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/965322d1-b314-4de0-a7b4-acd6f944a13f/os-extra_specs used request id req-a4ec8cb8-d437-44ea-a24b-0432e773163c 2019-01-20 12:41:32,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0217230319977s 2019-01-20 12:41:32,183 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/965322d1-b314-4de0-a7b4-acd6f944a13f/os-extra_specs used request id req-a4ec8cb8-d437-44ea-a24b-0432e773163c 2019-01-20 12:41:32,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:41:32,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}07b9a7c794179048bf550579cfc6eac2f2fd07ad" 2019-01-20 12:41:32,193 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:41: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:41:32,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07b9a7c794179048bf550579cfc6eac2f2fd07ad" 2019-01-20 12:41:32,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4457da6-2e2c-4e94-b301-5c87a5b5d7e9 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4e5c8b15f03a4b01a5c48e438d4230c4", "links": {"self": "http://172.30.9.22:5000/v3/roles/4e5c8b15f03a4b01a5c48e438d4230c4"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:41:32,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a4457da6-2e2c-4e94-b301-5c87a5b5d7e9 2019-01-20 12:41:32,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0975298881531s 2019-01-20 12:41:32,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-20 12:41:32,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}07b9a7c794179048bf550579cfc6eac2f2fd07ad" 2019-01-20 12:41:32,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c233efa0-1f30-4a30-bf93-6d8269deb46e x-compute-request-id: req-c233efa0-1f30-4a30-bf93-6d8269deb46e Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 179}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 182}, "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.9", "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}]} 2019-01-20 12:41:32,465 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-c233efa0-1f30-4a30-bf93-6d8269deb46e 2019-01-20 12:41:32,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.180270195007s 2019-01-20 12:41:32,466 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-c233efa0-1f30-4a30-bf93-6d8269deb46e 2019-01-20 12:41:32,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 12:41:32,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}07b9a7c794179048bf550579cfc6eac2f2fd07ad" 2019-01-20 12:41:32,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-6be00f44-6b8b-4cd7-a356-80466f38f4f4 Date: Sun, 20 Jan 2019 12:41:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/b5645c95-ddc4-4af9-922c-7cd6e105f243/snap", "metadata": {}}], "file": "/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243/file", "owner": "e0cbc37f832947fab33d158d31532ca5", "id": "b5645c95-ddc4-4af9-922c-7cd6e105f243", "size": 12716032, "self": "/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/b5645c95-ddc4-4af9-922c-7cd6e105f243/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:41:31Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T12:41:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 12:41:32,638 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-6be00f44-6b8b-4cd7-a356-80466f38f4f4 2019-01-20 12:41:32,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171077013016s 2019-01-20 12:41:32,639 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-6be00f44-6b8b-4cd7-a356-80466f38f4f4 2019-01-20 12:41:32,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-20 12:41:32,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}07b9a7c794179048bf550579cfc6eac2f2fd07ad" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_c03abcf1-ffed-4608-a2b1-67487e5b83e3"}' 2019-01-20 12:41:32,855 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/853bbb39-f50c-4f87-8c17-7ff176955d8d X-Openstack-Request-Id: req-dd06e1f9-97d8-4f1c-8ca5-d595f5e5ab99 Date: Sun, 20 Jan 2019 12:41:32 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/853bbb39-f50c-4f87-8c17-7ff176955d8d/file", "owner": "e0cbc37f832947fab33d158d31532ca5", "id": "853bbb39-f50c-4f87-8c17-7ff176955d8d", "size": null, "self": "/v2/images/853bbb39-f50c-4f87-8c17-7ff176955d8d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:41:32Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "checksum": null, "created_at": "2019-01-20T12:41:32Z", "protected": false} 2019-01-20 12:41:32,856 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-dd06e1f9-97d8-4f1c-8ca5-d595f5e5ab99 2019-01-20 12:41:32,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.21453499794s 2019-01-20 12:41:32,856 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-dd06e1f9-97d8-4f1c-8ca5-d595f5e5ab99 returning object 853bbb39-f50c-4f87-8c17-7ff176955d8d 2019-01-20 12:41:32,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-20 12:41:32,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/853bbb39-f50c-4f87-8c17-7ff176955d8d/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}07b9a7c794179048bf550579cfc6eac2f2fd07ad" -d '' 2019-01-20 12:41:34,956 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1e9bd9ba-9b0a-4ac2-9f18-5fe316450e51 Date: Sun, 20 Jan 2019 12:41:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:41:34,957 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/853bbb39-f50c-4f87-8c17-7ff176955d8d/file used request id req-1e9bd9ba-9b0a-4ac2-9f18-5fe316450e51 2019-01-20 12:41:34,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.09973502159s 2019-01-20 12:41:34,957 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/853bbb39-f50c-4f87-8c17-7ff176955d8d/file used request id req-1e9bd9ba-9b0a-4ac2-9f18-5fe316450e51 2019-01-20 12:41:34,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 12:41:34,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}07b9a7c794179048bf550579cfc6eac2f2fd07ad" 2019-01-20 12:41:34,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-b168649a-46e4-412e-abd0-d04d7f182d76 Date: Sun, 20 Jan 2019 12:41:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/853bbb39-f50c-4f87-8c17-7ff176955d8d/snap", "metadata": {}}], "file": "/v2/images/853bbb39-f50c-4f87-8c17-7ff176955d8d/file", "owner": "e0cbc37f832947fab33d158d31532ca5", "id": "853bbb39-f50c-4f87-8c17-7ff176955d8d", "size": 12716032, "self": "/v2/images/853bbb39-f50c-4f87-8c17-7ff176955d8d", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/853bbb39-f50c-4f87-8c17-7ff176955d8d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:41:34Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T12:41:32Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/b5645c95-ddc4-4af9-922c-7cd6e105f243/snap", "metadata": {}}], "file": "/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243/file", "owner": "e0cbc37f832947fab33d158d31532ca5", "id": "b5645c95-ddc4-4af9-922c-7cd6e105f243", "size": 12716032, "self": "/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/b5645c95-ddc4-4af9-922c-7cd6e105f243/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:41:31Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T12:41:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 12:41:34,993 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-b168649a-46e4-412e-abd0-d04d7f182d76 2019-01-20 12:41:34,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0353419780731s 2019-01-20 12:41:34,993 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-b168649a-46e4-412e-abd0-d04d7f182d76 2019-01-20 12:41:34,996 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/853bbb39-f50c-4f87-8c17-7ff176955d8d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/853bbb39-f50c-4f87-8c17-7ff176955d8d/file', 'owner': u'e0cbc37f832947fab33d158d31532ca5', 'id': u'853bbb39-f50c-4f87-8c17-7ff176955d8d', 'size': 12716032, u'self': u'/v2/images/853bbb39-f50c-4f87-8c17-7ff176955d8d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e0cbc37f832947fab33d158d31532ca5', 'name': 'refstack_defcore-project_c03abcf1-ffed-4608-a2b1-67487e5b83e3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/853bbb39-f50c-4f87-8c17-7ff176955d8d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-20T12:41:34Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-20T12:41:34Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_c03abcf1-ffed-4608-a2b1-67487e5b83e3', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/853bbb39-f50c-4f87-8c17-7ff176955d8d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_c03abcf1-ffed-4608-a2b1-67487e5b83e3', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_c03abcf1-ffed-4608-a2b1-67487e5b83e3', 'created': u'2019-01-20T12:41:32Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-20T12:41:32Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/853bbb39-f50c-4f87-8c17-7ff176955d8d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_c03abcf1-ffed-4608-a2b1-67487e5b83e3', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-20 12:41:34,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-20 12:41:35,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}d5cbd5187b670fe0210c01d501b248d2d8206ace" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-20 12:41:35,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41: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-069e572f-64e0-49ce-8cca-6690e83c225c x-compute-request-id: req-069e572f-64e0-49ce-8cca-6690e83c225c Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/9938814f-82de-4c33-93d1-5b5b601d244e", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/9938814f-82de-4c33-93d1-5b5b601d244e", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9938814f-82de-4c33-93d1-5b5b601d244e", "name": "refstack_defcore-flavor_alt_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 12:41:35,054 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-069e572f-64e0-49ce-8cca-6690e83c225c 2019-01-20 12:41:35,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0569880008698s 2019-01-20 12:41:35,054 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-069e572f-64e0-49ce-8cca-6690e83c225c returning object 9938814f-82de-4c33-93d1-5b5b601d244e 2019-01-20 12:41:35,055 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_c03abcf1-ffed-4608-a2b1-67487e5b83e3', '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'057838f782f94e5ca660a8d24231cdb7', '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'9938814f-82de-4c33-93d1-5b5b601d244e', 'swap': 0}) 2019-01-20 12:41:35,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-20 12:41:35,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/9938814f-82de-4c33-93d1-5b5b601d244e/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}d5cbd5187b670fe0210c01d501b248d2d8206ace" -d '{"extra_specs": {}}' 2019-01-20 12:41:35,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:41: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-dce87056-2062-449e-99b6-daff782efe20 x-compute-request-id: req-dce87056-2062-449e-99b6-daff782efe20 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 12:41:35,082 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/9938814f-82de-4c33-93d1-5b5b601d244e/os-extra_specs used request id req-dce87056-2062-449e-99b6-daff782efe20 2019-01-20 12:41:35,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0266480445862s 2019-01-20 12:41:35,083 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/9938814f-82de-4c33-93d1-5b5b601d244e/os-extra_specs used request id req-dce87056-2062-449e-99b6-daff782efe20 2019-01-20 12:41:35,083 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_c03abcf1-ffed-4608-a2b1-67487e5b83e3', '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'057838f782f94e5ca660a8d24231cdb7', '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'9938814f-82de-4c33-93d1-5b5b601d244e', 'swap': 0}) 2019-01-20 12:41:38,971 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-20 12:41:37.190 11225 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5d97bd46-6004-40eb-8cc7-dd06d317dff8) for deployment 'opnfv-rally' (UUID=7cd77fe0-b7d9-453e-8c3a-f405ecec1266). 2019-01-20 12:41:38.808 11225 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-20 12:41:38.810 11225 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5d97bd46-6004-40eb-8cc7-dd06d317dff8) has been successfully configured for deployment 'opnfv-rally' (UUID=7cd77fe0-b7d9-453e-8c3a-f405ecec1266)! 2019-01-20 12:41:38,972 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-20 12:41:38,972 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-20 12:41:38,975 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-20 12:41:44,779 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata not found in Tempest list. 2019-01-20 12:41:44,780 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server not found in Tempest list. 2019-01-20 12:41:44,780 - 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. 2019-01-20 12:41:44,780 - 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. 2019-01-20 12:41:44,780 - 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. 2019-01-20 12:41:44,780 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2019-01-20 12:41:44,780 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw not found in Tempest list. 2019-01-20 12:41:44,780 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name not found in Tempest list. 2019-01-20 12:41:44,780 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status not found in Tempest list. 2019-01-20 12:41:44,780 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2019-01-20 12:41:44,780 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params not found in Tempest list. 2019-01-20 12:41:44,780 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format not found in Tempest list. 2019-01-20 12:41:44,780 - 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. 2019-01-20 12:41:44,780 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination not found in Tempest list. 2019-01-20 12:41:44,780 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id not found in Tempest list. 2019-01-20 12:41:44,780 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative not found in Tempest list. 2019-01-20 12:41:44,780 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id not found in Tempest list. 2019-01-20 12:41:44,780 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2019-01-20 12:41:44,780 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id not found in Tempest list. 2019-01-20 12:41:44,780 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status not found in Tempest list. 2019-01-20 12:41:44,780 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata not found in Tempest list. 2019-01-20 12:41:44,781 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2019-01-20 12:41:44,781 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name not found in Tempest list. 2019-01-20 12:41:44,781 - 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. 2019-01-20 12:41:44,781 - 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. 2019-01-20 12:41:44,781 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero not found in Tempest list. 2019-01-20 12:41:44,781 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2019-01-20 12:41:44,781 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status not found in Tempest list. 2019-01-20 12:41:44,781 - 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. 2019-01-20 12:41:44,781 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2019-01-20 12:41:44,781 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2019-01-20 12:41:44,781 - 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. 2019-01-20 12:41:44,781 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2019-01-20 12:41:44,781 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2019-01-20 12:41:44,781 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format not found in Tempest list. 2019-01-20 12:41:44,781 - 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. 2019-01-20 12:41:44,781 - 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. 2019-01-20 12:41:44,781 - 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. 2019-01-20 12:41:44,781 - 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. 2019-01-20 12:41:44,781 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2019-01-20 12:41:44,781 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone not found in Tempest list. 2019-01-20 12:41:44,781 - 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. 2019-01-20 12:41:44,782 - 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. 2019-01-20 12:41:44,782 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id not found in Tempest list. 2019-01-20 12:41:44,782 - 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. 2019-01-20 12:41:44,782 - 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. 2019-01-20 12:41:44,782 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes not found in Tempest list. 2019-01-20 12:41:44,782 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled not found in Tempest list. 2019-01-20 12:41:44,782 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet not found in Tempest list. 2019-01-20 12:41:44,782 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2019-01-20 12:41:44,782 - 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. 2019-01-20 12:41:44,782 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2019-01-20 12:41:44,782 - 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. 2019-01-20 12:41:44,782 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2019-01-20 12:41:44,782 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item not found in Tempest list. 2019-01-20 12:41:44,782 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2019-01-20 12:41:44,782 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size not found in Tempest list. 2019-01-20 12:41:44,782 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination not found in Tempest list. 2019-01-20 12:41:44,782 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2019-01-20 12:41:44,782 - 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. 2019-01-20 12:41:44,782 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete not found in Tempest list. 2019-01-20 12:41:44,782 - 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. 2019-01-20 12:41:44,782 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size not found in Tempest list. 2019-01-20 12:41:44,782 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2019-01-20 12:41:44,783 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2019-01-20 12:41:44,783 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway not found in Tempest list. 2019-01-20 12:41:44,783 - 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. 2019-01-20 12:41:44,783 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit not found in Tempest list. 2019-01-20 12:41:44,783 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2019-01-20 12:41:44,783 - 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. 2019-01-20 12:41:44,783 - 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. 2019-01-20 12:41:44,783 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name not found in Tempest list. 2019-01-20 12:41:44,783 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2019-01-20 12:41:44,783 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility not found in Tempest list. 2019-01-20 12:41:44,783 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2019-01-20 12:41:44,783 - 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. 2019-01-20 12:41:44,783 - 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. 2019-01-20 12:41:44,783 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2019-01-20 12:41:44,783 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2019-01-20 12:41:44,783 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata not found in Tempest list. 2019-01-20 12:41:44,783 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2019-01-20 12:41:44,783 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item not found in Tempest list. 2019-01-20 12:41:44,783 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params not found in Tempest list. 2019-01-20 12:41:44,783 - 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. 2019-01-20 12:41:44,783 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status not found in Tempest list. 2019-01-20 12:41:44,783 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list not found in Tempest list. 2019-01-20 12:41:44,784 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2019-01-20 12:41:44,784 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2019-01-20 12:41:44,784 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools not found in Tempest list. 2019-01-20 12:41:44,784 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details not found in Tempest list. 2019-01-20 12:41:44,784 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2019-01-20 12:41:44,784 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2019-01-20 12:41:44,784 - 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. 2019-01-20 12:41:44,784 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size not found in Tempest list. 2019-01-20 12:41:44,784 - refstack_client.list_parser - DEBUG - Number of tests: 200 2019-01-20 12:41:44,786 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-20 12:41:44,798 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-20 12:41:44,799 - 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']'. 2019-01-20 12:41:46,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:41:46.876 11237 INFO rally.api [-] Starting verification (UUID=00d7562b-1b5c-4845-aecc-94444daeeed4) for deployment 'opnfv-rally' (UUID=7cd77fe0-b7d9-453e-8c3a-f405ecec1266) by verifier 'opnfv-tempest' (UUID=5d97bd46-6004-40eb-8cc7-dd06d317dff8). 2019-01-20 12:41:46,878 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 00d7562b-1b5c-4845-aecc-94444daeeed4 2019-01-20 12:41:56,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:41:56.136 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.957s] 2019-01-20 12:42:06,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:42:06.972 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [13.683s] 2019-01-20 12:42:10,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:42:10.347 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [14.207s] 2019-01-20 12:42:17,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:42:17.509 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.055s] 2019-01-20 12:42:20,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:42:20.876 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.366s] 2019-01-20 12:42:27,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:42:27.092 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [23.469s] 2019-01-20 12:42:28,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:42:28.131 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [17.779s] 2019-01-20 12:42:28,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:42:28.340 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.254s] 2019-01-20 12:42:35,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:42:35.792 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [7.664s] 2019-01-20 12:42:46,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:42:46.927 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.911s] 2019-01-20 12:42:47,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:42:47.336 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.408s] 2019-01-20 12:42:47,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:42:47.846 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.510s] 2019-01-20 12:42:48,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:42:48.533 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.685s] 2019-01-20 12:42:49,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:42:49.114 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.582s] 2019-01-20 12:42:49,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:42:49.184 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.069s] 2019-01-20 12:42:49,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:42:49.271 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.087s] 2019-01-20 12:42:49,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:42:49.343 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.072s] 2019-01-20 12:42:49,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:42:49.413 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.069s] 2019-01-20 12:42:49,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:42:49.493 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.079s] 2019-01-20 12:42:49,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:42:49.631 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.138s] 2019-01-20 12:43:07,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:43:07.048 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [7.046s] 2019-01-20 12:43:07,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:43:07.114 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.066s] 2019-01-20 12:43:07,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:43:07.742 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.627s] 2019-01-20 12:43:07,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:43:07.842 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.099s] 2019-01-20 12:43:07,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:43:07.844 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2019-01-20 12:43:37,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:43:37.015 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [61.208s] 2019-01-20 12:43:42,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:43:42.125 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.396s] 2019-01-20 12:43:42,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:43:42.475 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.350s] 2019-01-20 12:43:53,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:43:53.226 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [13.506s] 2019-01-20 12:43:56,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:43:56.828 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [7.124s] 2019-01-20 12:43:56,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:43:56.894 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2019-01-20 12:43:57,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:43:57.409 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.515s] 2019-01-20 12:43:57,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:43:57.541 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.131s] 2019-01-20 12:43:57,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:43:57.543 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2019-01-20 12:44:02,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:02.107 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [8.877s] 2019-01-20 12:44:22,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:22.590 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.409s] 2019-01-20 12:44:22,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:22.795 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.204s] 2019-01-20 12:44:23,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:22.999 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.204s] 2019-01-20 12:44:23,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:23.418 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.418s] 2019-01-20 12:44:23,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:23.827 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.408s] 2019-01-20 12:44:24,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:24.213 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.386s] 2019-01-20 12:44:31,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:31.038 11237 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.705s] 2019-01-20 12:44:33,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:33.512 11237 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.474s] 2019-01-20 12:44:37,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:37.239 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [35.126s] 2019-01-20 12:44:40,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:40.256 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.904s] 2019-01-20 12:44:41,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:41.553 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.297s] 2019-01-20 12:44:45,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:45.417 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.859s] 2019-01-20 12:44:46,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:46.342 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.928s] 2019-01-20 12:44:48,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:48.672 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.327s] 2019-01-20 12:44:48,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:48.720 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [53.618s] 2019-01-20 12:44:49,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:49.854 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.183s] 2019-01-20 12:44:51,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:51.337 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.480s] 2019-01-20 12:44:51,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:51.535 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.199s] 2019-01-20 12:44:54,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:54.888 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.164s] 2019-01-20 12:44:55,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:44:55.102 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.860s] 2019-01-20 12:45:01,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:01.222 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.834s] 2019-01-20 12:45:01,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:01.738 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.516s] 2019-01-20 12:45:21,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:21.626 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [32.897s] 2019-01-20 12:45:23,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:23.221 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.747s] 2019-01-20 12:45:24,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:24.264 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.042s] 2019-01-20 12:45:25,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:25.300 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.035s] 2019-01-20 12:45:26,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:26.227 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.926s] 2019-01-20 12:45:27,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:27.139 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.912s] 2019-01-20 12:45:28,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:28.320 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.180s] 2019-01-20 12:45:28,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:28.545 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.224s] 2019-01-20 12:45:29,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:29.063 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.517s] 2019-01-20 12:45:29,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:29.900 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.837s] 2019-01-20 12:45:31,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:31.250 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.348s] 2019-01-20 12:45:31,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:31.944 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.693s] 2019-01-20 12:45:32,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:32.332 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.388s] 2019-01-20 12:45:32,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:32.900 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.567s] 2019-01-20 12:45:34,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:34.156 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.254s] 2019-01-20 12:45:34,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:34.680 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.524s] 2019-01-20 12:45:35,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:35.150 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.470s] 2019-01-20 12:45:35,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:35.901 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.749s] 2019-01-20 12:45:36,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:36.351 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.449s] 2019-01-20 12:45:40,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:40.172 11237 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.310s] 2019-01-20 12:45:44,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:44.357 11237 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.177s] 2019-01-20 12:45:47,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:47.855 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [46.108s] 2019-01-20 12:45:53,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:53.540 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.358s] 2019-01-20 12:45:55,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:55.033 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.152s] 2019-01-20 12:45:55,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:55.177 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.144s] 2019-01-20 12:45:55,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:55.380 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.203s] 2019-01-20 12:45:55,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:55.659 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.279s] 2019-01-20 12:45:55,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:55.858 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.198s] 2019-01-20 12:45:56,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:56.068 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.209s] 2019-01-20 12:45:56,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:56.282 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.214s] 2019-01-20 12:45:56,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:56.340 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.057s] 2019-01-20 12:45:56,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:56.561 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.219s] 2019-01-20 12:45:56,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:56.603 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.042s] 2019-01-20 12:45:58,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:45:58.720 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.179s] 2019-01-20 12:46:00,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:00.364 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.072s] 2019-01-20 12:46:00,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:00.565 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.844s] 2019-01-20 12:46:00,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:00.760 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.194s] 2019-01-20 12:46:00,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:00.882 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.517s] 2019-01-20 12:46:01,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:01.048 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.287s] 2019-01-20 12:46:01,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:01.247 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.198s] 2019-01-20 12:46:01,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:01.295 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.047s] 2019-01-20 12:46:07,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:07.222 11237 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.161s] 2019-01-20 12:46:11,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:11.048 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.620s] 2019-01-20 12:46:11,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:11.220 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.171s] 2019-01-20 12:46:12,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:12.275 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.174s] 2019-01-20 12:46:12,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:12.454 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.179s] 2019-01-20 12:46:16,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:16.073 11237 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.283s] 2019-01-20 12:46:17,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:17.466 11237 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.142s] 2019-01-20 12:46:26,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:26.158 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.067s] 2019-01-20 12:46:26,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:26.877 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.718s] 2019-01-20 12:46:27,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:27.783 11237 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [10.313s] 2019-01-20 12:46:39,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:39.145 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.037s] 2019-01-20 12:46:39,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:39.182 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.037s] 2019-01-20 12:46:39,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:39.231 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.048s] 2019-01-20 12:46:39,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:39.793 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.561s] 2019-01-20 12:46:40,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:40.045 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.251s] 2019-01-20 12:46:40,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:40.503 11237 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.716s] 2019-01-20 12:46:40,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:40.578 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.533s] 2019-01-20 12:46:40,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:40.842 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.264s] 2019-01-20 12:46:40,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:40.892 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.049s] 2019-01-20 12:46:40,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:40.945 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.053s] 2019-01-20 12:46:40,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:40.994 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.049s] 2019-01-20 12:46:41,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:41.035 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.040s] 2019-01-20 12:46:41,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:41.111 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.075s] 2019-01-20 12:46:41,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:41.336 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.224s] 2019-01-20 12:46:41,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:41.384 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.048s] 2019-01-20 12:46:41,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:41.435 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.051s] 2019-01-20 12:46:47,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:47.818 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.014s] 2019-01-20 12:46:47,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:47.984 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.164s] 2019-01-20 12:46:48,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:48.209 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.224s] 2019-01-20 12:46:48,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:48.381 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.172s] 2019-01-20 12:46:48,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:48.534 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.152s] 2019-01-20 12:46:48,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:48.699 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.164s] 2019-01-20 12:46:48,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:48.928 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.228s] 2019-01-20 12:46:48,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:48.966 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.039s] 2019-01-20 12:46:49,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:49.128 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.161s] 2019-01-20 12:46:49,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:49.161 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.032s] 2019-01-20 12:46:49,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:49.170 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2019-01-20 12:46:49,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:49.213 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.042s] 2019-01-20 12:46:49,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:49.411 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.197s] 2019-01-20 12:46:49,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:49.601 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.189s] 2019-01-20 12:46:49,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:49.637 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.035s] 2019-01-20 12:46:49,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:49.787 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.150s] 2019-01-20 12:46:49,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:49.826 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.038s] 2019-01-20 12:46:49,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:49.867 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.040s] 2019-01-20 12:46:50,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:50.053 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.185s] 2019-01-20 12:46:50,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:46:50.228 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.174s] 2019-01-20 12:46:54,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 00d7562b-1b5c-4845-aecc-94444daeeed4 2019-01-20 12:46:54,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '00d7562b-1b5c-4845-aecc-94444daeeed4']'. 2019-01-20 12:46:55,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-20 12:46:55,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-20 12:46:55,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-20 12:46:55,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 00d7562b-1b5c-4845-aecc-94444daeeed4 | 2019-01-20 12:46:55,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2019-01-20 12:46:55,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-20 12:41:46 | 2019-01-20 12:46:55,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-20 12:46:54 | 2019-01-20 12:46:55,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:08 | 2019-01-20 12:46:55,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2019-01-20 12:46:55,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-20 12:46:55,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-20 12:46:55,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 5d97bd46-6004-40eb-8cc7-dd06d317dff8) | 2019-01-20 12:46:55,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-20 12:46:55,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 7cd77fe0-b7d9-453e-8c3a-f405ecec1266) | 2019-01-20 12:46:55,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 144 | 2019-01-20 12:46:55,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 298.894 | 2019-01-20 12:46:55,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 144 | 2019-01-20 12:46:55,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2019-01-20 12:46:55,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-20 12:46:55,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-20 12:46:55,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2019-01-20 12:46:55,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-20 12:46:55,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-20 12:46:55,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-20 12:46:55,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2019-01-20 12:46:55,428 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-20 12:46:55,428 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:26 | PASS | +--------------------------+------------------+------------------+----------------+ 2019-01-20 12:46:55,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-20 12:46:55,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/853bbb39-f50c-4f87-8c17-7ff176955d8d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07b9a7c794179048bf550579cfc6eac2f2fd07ad" 2019-01-20 12:46:56,957 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5d40e23c-703d-4327-b078-bb80344bf01b Date: Sun, 20 Jan 2019 12:46:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:46:56,957 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/853bbb39-f50c-4f87-8c17-7ff176955d8d used request id req-5d40e23c-703d-4327-b078-bb80344bf01b 2019-01-20 12:46:56,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.52623796463s 2019-01-20 12:46:56,957 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/853bbb39-f50c-4f87-8c17-7ff176955d8d used request id req-5d40e23c-703d-4327-b078-bb80344bf01b 2019-01-20 12:46:56,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 12:46:56,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:46:57,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:46: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-8b54970a-a473-4720-84e8-2ca169b99f57 x-compute-request-id: req-8b54970a-a473-4720-84e8-2ca169b99f57 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/965322d1-b314-4de0-a7b4-acd6f944a13f", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/965322d1-b314-4de0-a7b4-acd6f944a13f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "965322d1-b314-4de0-a7b4-acd6f944a13f", "name": "refstack_defcore-flavor_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/9938814f-82de-4c33-93d1-5b5b601d244e", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/9938814f-82de-4c33-93d1-5b5b601d244e", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9938814f-82de-4c33-93d1-5b5b601d244e", "name": "refstack_defcore-flavor_alt_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 12:46:57,129 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-8b54970a-a473-4720-84e8-2ca169b99f57 2019-01-20 12:46:57,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.171503067017s 2019-01-20 12:46:57,129 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-8b54970a-a473-4720-84e8-2ca169b99f57 2019-01-20 12:46:57,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-20 12:46:57,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/9938814f-82de-4c33-93d1-5b5b601d244e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:46:57,186 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 12:46: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-063846f7-53a2-4afb-b636-df8da1aaecb6 x-compute-request-id: req-063846f7-53a2-4afb-b636-df8da1aaecb6 Content-Length: 0 Content-Type: application/json 2019-01-20 12:46:57,186 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/9938814f-82de-4c33-93d1-5b5b601d244e used request id req-063846f7-53a2-4afb-b636-df8da1aaecb6 2019-01-20 12:46:57,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0545001029968s 2019-01-20 12:46:57,186 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/9938814f-82de-4c33-93d1-5b5b601d244e used request id req-063846f7-53a2-4afb-b636-df8da1aaecb6 2019-01-20 12:46:57,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 12:46:57,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}07b9a7c794179048bf550579cfc6eac2f2fd07ad" 2019-01-20 12:46:57,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-c5cd2a91-0d65-415c-b91a-a08b112be9f7 Date: Sun, 20 Jan 2019 12:46:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/b5645c95-ddc4-4af9-922c-7cd6e105f243/snap", "metadata": {}}], "file": "/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243/file", "owner": "e0cbc37f832947fab33d158d31532ca5", "id": "b5645c95-ddc4-4af9-922c-7cd6e105f243", "size": 12716032, "self": "/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/b5645c95-ddc4-4af9-922c-7cd6e105f243/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:41:31Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T12:41:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 12:46:57,352 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-c5cd2a91-0d65-415c-b91a-a08b112be9f7 2019-01-20 12:46:57,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.165760040283s 2019-01-20 12:46:57,353 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-c5cd2a91-0d65-415c-b91a-a08b112be9f7 2019-01-20 12:46:57,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-20 12:46:57,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}07b9a7c794179048bf550579cfc6eac2f2fd07ad" 2019-01-20 12:46:59,246 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0adbf2ae-09e4-49d1-b0c6-ac4951e75e77 Date: Sun, 20 Jan 2019 12:46:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:46:59,246 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243 used request id req-0adbf2ae-09e4-49d1-b0c6-ac4951e75e77 2019-01-20 12:46:59,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.8915719986s 2019-01-20 12:46:59,247 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/b5645c95-ddc4-4af9-922c-7cd6e105f243 used request id req-0adbf2ae-09e4-49d1-b0c6-ac4951e75e77 2019-01-20 12:46:59,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 12:46:59,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:46:59,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:46: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-cae53355-dbfb-4d10-9837-d60420c91f2c x-compute-request-id: req-cae53355-dbfb-4d10-9837-d60420c91f2c Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/965322d1-b314-4de0-a7b4-acd6f944a13f", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/965322d1-b314-4de0-a7b4-acd6f944a13f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "965322d1-b314-4de0-a7b4-acd6f944a13f", "name": "refstack_defcore-flavor_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 12:46:59,284 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-cae53355-dbfb-4d10-9837-d60420c91f2c 2019-01-20 12:46:59,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0361280441284s 2019-01-20 12:46:59,284 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-cae53355-dbfb-4d10-9837-d60420c91f2c 2019-01-20 12:46:59,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-20 12:46:59,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/965322d1-b314-4de0-a7b4-acd6f944a13f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:46:59,317 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 12:46: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-7076d64f-44dd-4112-8c1e-7fbc306cd777 x-compute-request-id: req-7076d64f-44dd-4112-8c1e-7fbc306cd777 Content-Length: 0 Content-Type: application/json 2019-01-20 12:46:59,317 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/965322d1-b314-4de0-a7b4-acd6f944a13f used request id req-7076d64f-44dd-4112-8c1e-7fbc306cd777 2019-01-20 12:46:59,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0310089588165s 2019-01-20 12:46:59,318 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/965322d1-b314-4de0-a7b4-acd6f944a13f used request id req-7076d64f-44dd-4112-8c1e-7fbc306cd777 2019-01-20 12:46:59,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 12:46:59,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:46:59,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:46:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e96432b0-6dbd-4308-8a2c-65c05a9da6b1 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_c03abcf1-ffed-4608-a2b1-67487e5b83e3", "links": {"self": "http://172.30.9.22:5000/v3/users/749878989b9b4720886cf86fafe7ca74"}, "domain_id": "default", "enabled": true, "id": "749878989b9b4720886cf86fafe7ca74", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:46:59,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e96432b0-6dbd-4308-8a2c-65c05a9da6b1 2019-01-20 12:46:59,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104866027832s 2019-01-20 12:46:59,423 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e96432b0-6dbd-4308-8a2c-65c05a9da6b1 2019-01-20 12:46:59,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 12:46:59,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/749878989b9b4720886cf86fafe7ca74 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:46:59,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:46:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9efad7d-4ef2-46fd-829a-5769171266e0 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/749878989b9b4720886cf86fafe7ca74"}, "enabled": true, "id": "749878989b9b4720886cf86fafe7ca74", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_c03abcf1-ffed-4608-a2b1-67487e5b83e3"}} 2019-01-20 12:46:59,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/749878989b9b4720886cf86fafe7ca74 used request id req-c9efad7d-4ef2-46fd-829a-5769171266e0 2019-01-20 12:46:59,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0868048667908s 2019-01-20 12:46:59,517 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/749878989b9b4720886cf86fafe7ca74 used request id req-c9efad7d-4ef2-46fd-829a-5769171266e0 2019-01-20 12:46:59,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-20 12:46:59,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/749878989b9b4720886cf86fafe7ca74 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:46:59,698 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:46:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f52d9cf5-2113-4309-bd81-6a1a41aa9139 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:46:59,699 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/749878989b9b4720886cf86fafe7ca74 used request id req-f52d9cf5-2113-4309-bd81-6a1a41aa9139 2019-01-20 12:46:59,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.181118011475s 2019-01-20 12:46:59,699 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/749878989b9b4720886cf86fafe7ca74 used request id req-f52d9cf5-2113-4309-bd81-6a1a41aa9139 2019-01-20 12:46:59,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 12:46:59,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:46:59,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:46:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03640429-4ad4-4714-96fb-f25482498d40 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.22:5000/v3/projects/e0cbc37f832947fab33d158d31532ca5"}, "enabled": true, "id": "e0cbc37f832947fab33d158d31532ca5", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_c03abcf1-ffed-4608-a2b1-67487e5b83e3"}]} 2019-01-20 12:46:59,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-03640429-4ad4-4714-96fb-f25482498d40 2019-01-20 12:46:59,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0863440036774s 2019-01-20 12:46:59,786 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-03640429-4ad4-4714-96fb-f25482498d40 2019-01-20 12:46:59,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-20 12:46:59,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/e0cbc37f832947fab33d158d31532ca5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:46:59,922 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:46:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82e1aedb-625d-413e-84a1-e78e762514e2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:46:59,922 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/e0cbc37f832947fab33d158d31532ca5 used request id req-82e1aedb-625d-413e-84a1-e78e762514e2 2019-01-20 12:46:59,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.13379907608s 2019-01-20 12:46:59,923 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/e0cbc37f832947fab33d158d31532ca5 used request id req-82e1aedb-625d-413e-84a1-e78e762514e2 2019-01-20 12:46:59,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:46:59,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:47:00,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:46:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe181c96-e382-4dc7-bae4-a9c3f5009572 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4e5c8b15f03a4b01a5c48e438d4230c4", "links": {"self": "http://172.30.9.22:5000/v3/roles/4e5c8b15f03a4b01a5c48e438d4230c4"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:47:00,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fe181c96-e382-4dc7-bae4-a9c3f5009572 2019-01-20 12:47:00,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0844061374664s 2019-01-20 12:47:00,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-20 12:47:00,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/4e5c8b15f03a4b01a5c48e438d4230c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:47:00,111 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:47:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-906c8b2b-d099-434b-a862-9f440f670ad9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:47:00,111 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/4e5c8b15f03a4b01a5c48e438d4230c4 used request id req-906c8b2b-d099-434b-a862-9f440f670ad9 2019-01-20 12:47:00,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.102289915085s 2019-01-20 12:47:00,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 12:47:00,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=e0cbc37f832947fab33d158d31532ca5&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}d5cbd5187b670fe0210c01d501b248d2d8206ace" 2019-01-20 12:47:00,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-1141abb9-cc98-4803-8b25-61c3a698fe66 Date: Sun, 20 Jan 2019 12:47:00 GMT RESP BODY: {"security_groups": []} 2019-01-20 12:47:00,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=e0cbc37f832947fab33d158d31532ca5&name=default used request id req-1141abb9-cc98-4803-8b25-61c3a698fe66 2019-01-20 12:47:00,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.186045885086s 2019-01-20 12:47:00,301 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=e0cbc37f832947fab33d158d31532ca5&name=default used request id req-1141abb9-cc98-4803-8b25-61c3a698fe66 2019-01-20 12:47:00,355 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2019-01-20 12:47:00,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 12:47:00,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 12:47:00,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 12:47:00,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 12:47:00,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 12:47:00,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 12:47:00,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 12:47:00,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 12:47:00,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 12:47:00,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 12:47:00,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 12:47:00,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 12:47:00,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 12:47:00,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 12:47:00,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 12:47:00,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 12:47:00,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 12:47:00,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 12:47:00,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 12:47:00,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 12:47:00,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 12:47:00,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 12:47:00,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-20 12:47:00,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-20 12:47:00,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 12:47:00,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ed0158c-501b-4ece-951b-13acf9faf5fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:47:00,441 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1ed0158c-501b-4ece-951b-13acf9faf5fd 2019-01-20 12:47:00,442 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:47:00,828 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}], "expires_at": "2019-01-20T13:47:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "057838f782f94e5ca660a8d24231cdb7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "96110a92bd284ca5bccb7c5d679699e2"}, "audit_ids": ["zoPxP00RQDWttTudDA5Z_g"], "issued_at": "2019-01-20T12:47:00.000000Z"}} 2019-01-20 12:47:00,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 12:47:00,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:01,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-878c4c42-135b-4435-b139-3573e279785b Date: Sun, 20 Jan 2019 12:47:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 12:47:01,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-878c4c42-135b-4435-b139-3573e279785b 2019-01-20 12:47:01,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.399299144745s 2019-01-20 12:47:01,231 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-878c4c42-135b-4435-b139-3573e279785b 2019-01-20 12:47:01,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 12:47:01,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:01,240 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:47: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:47:01,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:01,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b24fc05-deb7-4980-860d-60cc6c6a5f97 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 12:47:01,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-0b24fc05-deb7-4980-860d-60cc6c6a5f97 2019-01-20 12:47:01,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0933418273926s 2019-01-20 12:47:01,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-20 12:47:01,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}333c73d860515ecd1c975490280e64117d63d026" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_4936a327-2491-41da-a09a-af69474811be"}}' 2019-01-20 12:47:01,442 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:47:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b958399-f3ae-4036-9d85-95e88eaed269 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.22:5000/v3/projects/70b98cdac55c483bbc9fe35e4df15de3"}, "enabled": true, "id": "70b98cdac55c483bbc9fe35e4df15de3", "parent_id": "default", "domain_id": "default", "name": "patrole-project_4936a327-2491-41da-a09a-af69474811be"}} 2019-01-20 12:47:01,442 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-2b958399-f3ae-4036-9d85-95e88eaed269 2019-01-20 12:47:01,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.11554980278s 2019-01-20 12:47:01,442 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-2b958399-f3ae-4036-9d85-95e88eaed269 2019-01-20 12:47:01,443 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_4936a327-2491-41da-a09a-af69474811be', 'id': u'70b98cdac55c483bbc9fe35e4df15de3', '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'})}) 2019-01-20 12:47:01,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-20 12:47:01,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.458101987839s 2019-01-20 12:47:01,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/2bed939f972f4223adbe66ce6e3ced30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:01,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b52a46a-d739-45fc-bcdb-7da7ea45b30b Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/2bed939f972f4223adbe66ce6e3ced30"}, "enabled": true, "id": "2bed939f972f4223adbe66ce6e3ced30", "options": {}, "domain_id": "default", "name": "patrole-user_4936a327-2491-41da-a09a-af69474811be"}} 2019-01-20 12:47:01,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/2bed939f972f4223adbe66ce6e3ced30 used request id req-1b52a46a-d739-45fc-bcdb-7da7ea45b30b 2019-01-20 12:47:01,991 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2bed939f972f4223adbe66ce6e3ced30', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_4936a327-2491-41da-a09a-af69474811be'}) 2019-01-20 12:47:01,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:47:01,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:02,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e9393ab-c243-429b-933c-ee4ab1d36780 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:47:02,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-7e9393ab-c243-429b-933c-ee4ab1d36780 2019-01-20 12:47:02,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0788941383362s 2019-01-20 12:47:02,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:47:02,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:02,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04fa462d-cfdc-4c5f-a443-64559899eda2 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:47:02,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-04fa462d-cfdc-4c5f-a443-64559899eda2 2019-01-20 12:47:02,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0825998783112s 2019-01-20 12:47:02,155 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-20 12:47:02,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-20 12:47:02,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" -d '{"role": {"name": "Member"}}' 2019-01-20 12:47:02,249 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:47:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65bceede-cb39-44a2-98e8-2835b336b31e Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "52a7da8bee8d414584ae516f0046541f", "links": {"self": "http://172.30.9.22:5000/v3/roles/52a7da8bee8d414584ae516f0046541f"}, "name": "Member"}} 2019-01-20 12:47:02,250 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-65bceede-cb39-44a2-98e8-2835b336b31e 2019-01-20 12:47:02,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0943012237549s 2019-01-20 12:47:02,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/52a7da8bee8d414584ae516f0046541f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:02,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df6fe8e4-9b88-4523-ae5f-38b161c3d06a Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/52a7da8bee8d414584ae516f0046541f"}, "domain_id": null, "name": "Member", "id": "52a7da8bee8d414584ae516f0046541f"}} 2019-01-20 12:47:02,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/52a7da8bee8d414584ae516f0046541f used request id req-df6fe8e4-9b88-4523-ae5f-38b161c3d06a 2019-01-20 12:47:02,332 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/52a7da8bee8d414584ae516f0046541f'}, 'domain_id': None, 'human_id': None, 'id': u'52a7da8bee8d414584ae516f0046541f', 'HUMAN_ID': False}) 2019-01-20 12:47:02,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:47:02,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:02,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52734f75-e195-4f00-9c4f-e759706aa85c Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52a7da8bee8d414584ae516f0046541f", "links": {"self": "http://172.30.9.22:5000/v3/roles/52a7da8bee8d414584ae516f0046541f"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:47:02,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-52734f75-e195-4f00-9c4f-e759706aa85c 2019-01-20 12:47:02,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.084037065506s 2019-01-20 12:47:02,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 12:47:02,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:02,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfafb089-ece8-4402-ba7f-b865267f7885 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 12:47:02,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-bfafb089-ece8-4402-ba7f-b865267f7885 2019-01-20 12:47:02,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.074688911438s 2019-01-20 12:47:02,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 12:47:02,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:02,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bd9dc92-204c-4d2d-a9f0-4a8a31a983ad Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_4936a327-2491-41da-a09a-af69474811be", "links": {"self": "http://172.30.9.22:5000/v3/users/2bed939f972f4223adbe66ce6e3ced30"}, "domain_id": "default", "enabled": true, "id": "2bed939f972f4223adbe66ce6e3ced30", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:47:02,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5bd9dc92-204c-4d2d-a9f0-4a8a31a983ad 2019-01-20 12:47:02,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0988700389862s 2019-01-20 12:47:02,592 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5bd9dc92-204c-4d2d-a9f0-4a8a31a983ad 2019-01-20 12:47:02,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 12:47:02,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:02,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1a93a1d-04ee-470a-9b43-e2e516c43b62 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.22:5000/v3/projects/70b98cdac55c483bbc9fe35e4df15de3"}, "enabled": true, "id": "70b98cdac55c483bbc9fe35e4df15de3", "parent_id": "default", "domain_id": "default", "name": "patrole-project_4936a327-2491-41da-a09a-af69474811be"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 12:47:02,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-a1a93a1d-04ee-470a-9b43-e2e516c43b62 2019-01-20 12:47:02,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0833461284637s 2019-01-20 12:47:02,683 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-a1a93a1d-04ee-470a-9b43-e2e516c43b62 2019-01-20 12:47:02,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 12:47:02,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=2bed939f972f4223adbe66ce6e3ced30&scope.project.id=70b98cdac55c483bbc9fe35e4df15de3&role.id=52a7da8bee8d414584ae516f0046541f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:02,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b29109b-da96-4300-b856-a367b08235b8 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=2bed939f972f4223adbe66ce6e3ced30&scope.project.id=70b98cdac55c483bbc9fe35e4df15de3&role.id=52a7da8bee8d414584ae516f0046541f", "previous": null, "next": null}} 2019-01-20 12:47:02,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=2bed939f972f4223adbe66ce6e3ced30&scope.project.id=70b98cdac55c483bbc9fe35e4df15de3&role.id=52a7da8bee8d414584ae516f0046541f used request id req-1b29109b-da96-4300-b856-a367b08235b8 2019-01-20 12:47:02,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0759270191193s 2019-01-20 12:47:02,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 12:47:02,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/70b98cdac55c483bbc9fe35e4df15de3/users/2bed939f972f4223adbe66ce6e3ced30/roles/52a7da8bee8d414584ae516f0046541f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:02,882 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:47:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c349a82-2c21-4d3c-9a67-7f81c5a6e22b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:47:02,882 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/70b98cdac55c483bbc9fe35e4df15de3/users/2bed939f972f4223adbe66ce6e3ced30/roles/52a7da8bee8d414584ae516f0046541f used request id req-1c349a82-2c21-4d3c-9a67-7f81c5a6e22b 2019-01-20 12:47:02,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120635032654s 2019-01-20 12:47:02,883 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_4936a327-2491-41da-a09a-af69474811be', 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': 'dd630769-fba4-4486-88fd-eac0cd0946f5', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_4936a327-2491-41da-a09a-af69474811be', 'project_id': u'70b98cdac55c483bbc9fe35e4df15de3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-20 12:47:02,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 12:47:02,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 12:47:02,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 12:47:02,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 12:47:02,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 12:47:02,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 12:47:02,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 12:47:02,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 12:47:02,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 12:47:02,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 12:47:02,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 12:47:02,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 12:47:02,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 12:47:02,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 12:47:02,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 12:47:02,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 12:47:02,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 12:47:02,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 12:47:02,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 12:47:02,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 12:47:02,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 12:47:02,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 12:47:02,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-20 12:47:02,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-20 12:47:02,888 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_4936a327-2491-41da-a09a-af69474811be', 'password': 'dd630769-fba4-4486-88fd-eac0cd0946f5', 'project_name': 'patrole-project_4936a327-2491-41da-a09a-af69474811be', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '70b98cdac55c483bbc9fe35e4df15de3', 'project_domain_name': 'Default'} 2019-01-20 12:47:02,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:47:02,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:02,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d756d21-88f0-4f93-8a1b-64851b9610cf Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52a7da8bee8d414584ae516f0046541f", "links": {"self": "http://172.30.9.22:5000/v3/roles/52a7da8bee8d414584ae516f0046541f"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:47:02,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-7d756d21-88f0-4f93-8a1b-64851b9610cf 2019-01-20 12:47:02,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0772399902344s 2019-01-20 12:47:02,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:47:02,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:03,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9d3d9e3-2e58-44f6-9c08-11f3a8a91aad Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52a7da8bee8d414584ae516f0046541f", "links": {"self": "http://172.30.9.22:5000/v3/roles/52a7da8bee8d414584ae516f0046541f"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:47:03,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c9d3d9e3-2e58-44f6-9c08-11f3a8a91aad 2019-01-20 12:47:03,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0737161636353s 2019-01-20 12:47:03,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 12:47:03,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:03,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00de2a15-2325-44f5-8011-4bcf33d1fbea Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 12:47:03,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-00de2a15-2325-44f5-8011-4bcf33d1fbea 2019-01-20 12:47:03,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0794110298157s 2019-01-20 12:47:03,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 12:47:03,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:03,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-624bfc7c-5a12-4e48-a07e-21bf593d2895 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_4936a327-2491-41da-a09a-af69474811be", "links": {"self": "http://172.30.9.22:5000/v3/users/2bed939f972f4223adbe66ce6e3ced30"}, "domain_id": "default", "enabled": true, "id": "2bed939f972f4223adbe66ce6e3ced30", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:47:03,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-624bfc7c-5a12-4e48-a07e-21bf593d2895 2019-01-20 12:47:03,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0941090583801s 2019-01-20 12:47:03,217 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-624bfc7c-5a12-4e48-a07e-21bf593d2895 2019-01-20 12:47:03,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 12:47:03,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:03,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ee98b5e-69ce-4749-9ac5-9a64bc92245c Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.22:5000/v3/projects/70b98cdac55c483bbc9fe35e4df15de3"}, "enabled": true, "id": "70b98cdac55c483bbc9fe35e4df15de3", "parent_id": "default", "domain_id": "default", "name": "patrole-project_4936a327-2491-41da-a09a-af69474811be"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 12:47:03,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-3ee98b5e-69ce-4749-9ac5-9a64bc92245c 2019-01-20 12:47:03,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0714259147644s 2019-01-20 12:47:03,294 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-3ee98b5e-69ce-4749-9ac5-9a64bc92245c 2019-01-20 12:47:03,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 12:47:03,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=2bed939f972f4223adbe66ce6e3ced30&scope.project.id=70b98cdac55c483bbc9fe35e4df15de3&role.id=77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:03,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7bd3b3d-9aba-446a-9ee2-772803882a4b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=2bed939f972f4223adbe66ce6e3ced30&scope.project.id=70b98cdac55c483bbc9fe35e4df15de3&role.id=77f3d538c7cd4e1a927402af90dfd66a", "previous": null, "next": null}} 2019-01-20 12:47:03,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=2bed939f972f4223adbe66ce6e3ced30&scope.project.id=70b98cdac55c483bbc9fe35e4df15de3&role.id=77f3d538c7cd4e1a927402af90dfd66a used request id req-a7bd3b3d-9aba-446a-9ee2-772803882a4b 2019-01-20 12:47:03,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0805430412292s 2019-01-20 12:47:03,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 12:47:03,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/70b98cdac55c483bbc9fe35e4df15de3/users/2bed939f972f4223adbe66ce6e3ced30/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:03,517 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:47:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f4dbbd6-342e-4e93-a9f0-669efdfb5bd6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:47:03,517 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/70b98cdac55c483bbc9fe35e4df15de3/users/2bed939f972f4223adbe66ce6e3ced30/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-0f4dbbd6-342e-4e93-a9f0-669efdfb5bd6 2019-01-20 12:47:03,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.141391992569s 2019-01-20 12:47:03,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:47:03,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:03,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba470222-167b-4943-9faa-102468031697 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52a7da8bee8d414584ae516f0046541f", "links": {"self": "http://172.30.9.22:5000/v3/roles/52a7da8bee8d414584ae516f0046541f"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:47:03,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ba470222-167b-4943-9faa-102468031697 2019-01-20 12:47:03,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.074275970459s 2019-01-20 12:47:03,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 12:47:03,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:03,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aac617a-3843-4c0c-8ef2-194e805d249e Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 12:47:03,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-8aac617a-3843-4c0c-8ef2-194e805d249e 2019-01-20 12:47:03,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0168569087982s 2019-01-20 12:47:03,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 12:47:03,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:03,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7efbbe9c-7d5a-4af7-918b-b05a7aaad386 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_4936a327-2491-41da-a09a-af69474811be", "links": {"self": "http://172.30.9.22:5000/v3/users/2bed939f972f4223adbe66ce6e3ced30"}, "domain_id": "default", "enabled": true, "id": "2bed939f972f4223adbe66ce6e3ced30", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:47:03,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-7efbbe9c-7d5a-4af7-918b-b05a7aaad386 2019-01-20 12:47:03,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100707769394s 2019-01-20 12:47:03,713 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-7efbbe9c-7d5a-4af7-918b-b05a7aaad386 2019-01-20 12:47:03,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 12:47:03,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=2bed939f972f4223adbe66ce6e3ced30&role.id=77f3d538c7cd4e1a927402af90dfd66a&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:03,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10cffa2d-cde4-4032-872c-13913673c38c Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=2bed939f972f4223adbe66ce6e3ced30&role.id=77f3d538c7cd4e1a927402af90dfd66a&scope.domain.id=default", "previous": null, "next": null}} 2019-01-20 12:47:03,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=2bed939f972f4223adbe66ce6e3ced30&role.id=77f3d538c7cd4e1a927402af90dfd66a&scope.domain.id=default used request id req-10cffa2d-cde4-4032-872c-13913673c38c 2019-01-20 12:47:03,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0957889556885s 2019-01-20 12:47:03,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 12:47:03,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/domains/default/users/2bed939f972f4223adbe66ce6e3ced30/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:47:03,941 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:47:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-740904c4-7763-4bbe-a196-6e65c97ee65d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:47:03,941 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/domains/default/users/2bed939f972f4223adbe66ce6e3ced30/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-740904c4-7763-4bbe-a196-6e65c97ee65d 2019-01-20 12:47:03,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.126039028168s 2019-01-20 12:47:03,941 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-20 12:47:06,412 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2019-01-20 12:47:05.990 11289 INFO rally.deployment.engine [-] Deployment 7cd77fe0-b7d9-453e-8c3a-f405ecec1266 | Starting: Destroy cloud and free allocated resources. 2019-01-20 12:47:06.082 11289 INFO rally.deployment.engine [-] Deployment 7cd77fe0-b7d9-453e-8c3a-f405ecec1266 | Completed: Destroy cloud and free allocated resources. 2019-01-20 12:47:06.127 11289 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=5d97bd46-6004-40eb-8cc7-dd06d317dff8) for deployment 'opnfv-rally'. 2019-01-20 12:47:06.147 11289 INFO rally.api [-] Deleting verification (UUID=00d7562b-1b5c-4845-aecc-94444daeeed4). 2019-01-20 12:47:06.199 11289 INFO rally.api [-] Verification has been successfully deleted! 2019-01-20 12:47:06.200 11289 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=5d97bd46-6004-40eb-8cc7-dd06d317dff8). 2019-01-20 12:47:06.205 11289 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2019-01-20 12:47:08,787 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-20 12:47:08.512 11292 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=575b1fab-d7a1-404a-9f7d-d78e6ab0c373) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 575b1fab-d7a1-404a-9f7d-d78e6ab0c373 | 2019-01-20T12:47:08 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 575b1fab-d7a1-404a-9f7d-d78e6ab0c373 ~/.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 2019-01-20 12:47:12,350 - 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 | +-------------+-------------------+-----------+ 2019-01-20 12:47:12,351 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-20 12:47:14,652 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2019-01-20 12:47:14.380 11298 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=5d97bd46-6004-40eb-8cc7-dd06d317dff8). 2019-01-20 12:47:14.500 11298 INFO rally.api [-] Verifier has been successfully deleted! 2019-01-20 12:47:18,459 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-20 12:47:16.673 11301 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-20 12:47:16.830 11301 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-20 12:47:18.243 11301 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0f838b43-b9ec-48fc-ab3b-764a68b65efb) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0f838b43-b9ec-48fc-ab3b-764a68b65efb) as the default verifier for the future CLI operations. 2019-01-20 12:47:21,540 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2019-01-20 12:47:21,541 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 12:47:21,674 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-20 12:47:21,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 12:47:21,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5ee0ee3-bd94-4551-ae5e-f0224d0ac0d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:47:21,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e5ee0ee3-bd94-4551-ae5e-f0224d0ac0d1 2019-01-20 12:47:21,683 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:47:22,071 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "52a7da8bee8d414584ae516f0046541f", "name": "Member"}], "expires_at": "2019-01-20T13:47:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "70b98cdac55c483bbc9fe35e4df15de3", "name": "patrole-project_4936a327-2491-41da-a09a-af69474811be"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/70b98cdac55c483bbc9fe35e4df15de3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/70b98cdac55c483bbc9fe35e4df15de3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/70b98cdac55c483bbc9fe35e4df15de3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/70b98cdac55c483bbc9fe35e4df15de3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/70b98cdac55c483bbc9fe35e4df15de3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/70b98cdac55c483bbc9fe35e4df15de3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/70b98cdac55c483bbc9fe35e4df15de3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/70b98cdac55c483bbc9fe35e4df15de3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/70b98cdac55c483bbc9fe35e4df15de3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/70b98cdac55c483bbc9fe35e4df15de3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/70b98cdac55c483bbc9fe35e4df15de3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/70b98cdac55c483bbc9fe35e4df15de3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_4936a327-2491-41da-a09a-af69474811be", "id": "2bed939f972f4223adbe66ce6e3ced30"}, "audit_ids": ["bDmtNHhMQqadNdx1ACOdcA"], "issued_at": "2019-01-20T12:47:22.000000Z"}} 2019-01-20 12:47:22,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}58e73f1862d9bd19c4f213bad03d68fc6ad52eb1" 2019-01-20 12:47:22,079 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sun, 20 Jan 2019 12:47:22 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2019-01-20 12:47:22,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 12:47:22,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}58e73f1862d9bd19c4f213bad03d68fc6ad52eb1" 2019-01-20 12:47:22,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-da72e053-f649-404b-be88-c549408882e3 Date: Sun, 20 Jan 2019 12:47:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 12:47:22,259 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-da72e053-f649-404b-be88-c549408882e3 2019-01-20 12:47:22,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.177744150162s 2019-01-20 12:47:22,259 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-da72e053-f649-404b-be88-c549408882e3 2019-01-20 12:47:22,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-20 12:47:22,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}58e73f1862d9bd19c4f213bad03d68fc6ad52eb1" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_4936a327-2491-41da-a09a-af69474811be", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_4936a327-2491-41da-a09a-af69474811be"}' 2019-01-20 12:47:22,558 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/545bc330-b205-4183-b808-095be9946dbb X-Openstack-Request-Id: req-84e4fe1d-e6d8-4a85-9df6-c52096f14b17 Date: Sun, 20 Jan 2019 12:47:22 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/545bc330-b205-4183-b808-095be9946dbb/file", "owner": "70b98cdac55c483bbc9fe35e4df15de3", "id": "545bc330-b205-4183-b808-095be9946dbb", "size": null, "self": "/v2/images/545bc330-b205-4183-b808-095be9946dbb", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:47:22Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_4936a327-2491-41da-a09a-af69474811be", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_4936a327-2491-41da-a09a-af69474811be", "checksum": null, "created_at": "2019-01-20T12:47:22Z", "protected": false} 2019-01-20 12:47:22,558 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-84e4fe1d-e6d8-4a85-9df6-c52096f14b17 2019-01-20 12:47:22,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.296666145325s 2019-01-20 12:47:22,558 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-84e4fe1d-e6d8-4a85-9df6-c52096f14b17 returning object 545bc330-b205-4183-b808-095be9946dbb 2019-01-20 12:47:22,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-20 12:47:22,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/545bc330-b205-4183-b808-095be9946dbb/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}58e73f1862d9bd19c4f213bad03d68fc6ad52eb1" -d '' 2019-01-20 12:47:24,329 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b0f4b66f-7841-4b2c-925c-7bd2e86ffb94 Date: Sun, 20 Jan 2019 12:47:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:47:24,329 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/545bc330-b205-4183-b808-095be9946dbb/file used request id req-b0f4b66f-7841-4b2c-925c-7bd2e86ffb94 2019-01-20 12:47:24,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.77038192749s 2019-01-20 12:47:24,330 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/545bc330-b205-4183-b808-095be9946dbb/file used request id req-b0f4b66f-7841-4b2c-925c-7bd2e86ffb94 2019-01-20 12:47:24,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 12:47:24,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}58e73f1862d9bd19c4f213bad03d68fc6ad52eb1" 2019-01-20 12:47:24,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-de94577f-d530-4e1c-8f65-1ca2f8c0ff30 Date: Sun, 20 Jan 2019 12:47:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/545bc330-b205-4183-b808-095be9946dbb/snap", "metadata": {}}], "file": "/v2/images/545bc330-b205-4183-b808-095be9946dbb/file", "owner": "70b98cdac55c483bbc9fe35e4df15de3", "id": "545bc330-b205-4183-b808-095be9946dbb", "size": 12716032, "self": "/v2/images/545bc330-b205-4183-b808-095be9946dbb", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/545bc330-b205-4183-b808-095be9946dbb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:47:24Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_4936a327-2491-41da-a09a-af69474811be", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_4936a327-2491-41da-a09a-af69474811be", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T12:47:22Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 12:47:24,355 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-de94577f-d530-4e1c-8f65-1ca2f8c0ff30 2019-01-20 12:47:24,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0251109600067s 2019-01-20 12:47:24,356 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-de94577f-d530-4e1c-8f65-1ca2f8c0ff30 2019-01-20 12:47:24,358 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/545bc330-b205-4183-b808-095be9946dbb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/545bc330-b205-4183-b808-095be9946dbb/file', 'owner': u'70b98cdac55c483bbc9fe35e4df15de3', 'id': u'545bc330-b205-4183-b808-095be9946dbb', 'size': 12716032, u'self': u'/v2/images/545bc330-b205-4183-b808-095be9946dbb', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'70b98cdac55c483bbc9fe35e4df15de3', 'name': 'patrole-project_4936a327-2491-41da-a09a-af69474811be', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/545bc330-b205-4183-b808-095be9946dbb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-20T12:47:24Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-20T12:47:24Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_4936a327-2491-41da-a09a-af69474811be', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/545bc330-b205-4183-b808-095be9946dbb', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_4936a327-2491-41da-a09a-af69474811be', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_4936a327-2491-41da-a09a-af69474811be', 'created': u'2019-01-20T12:47:22Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-20T12:47:22Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/545bc330-b205-4183-b808-095be9946dbb', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_4936a327-2491-41da-a09a-af69474811be', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-20 12:47:24,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-20 12:47:24,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}333c73d860515ecd1c975490280e64117d63d026" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_4936a327-2491-41da-a09a-af69474811be", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-20 12:47:24,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12: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-e1ae16cc-d42d-4bd1-9bdd-0e03627057a6 x-compute-request-id: req-e1ae16cc-d42d-4bd1-9bdd-0e03627057a6 Content-Encoding: gzip Content-Length: 302 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/da9434ae-29a8-41fe-a1ac-bd434d8ea4b2", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/da9434ae-29a8-41fe-a1ac-bd434d8ea4b2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da9434ae-29a8-41fe-a1ac-bd434d8ea4b2", "name": "patrole-flavor_4936a327-2491-41da-a09a-af69474811be", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 12:47:24,563 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e1ae16cc-d42d-4bd1-9bdd-0e03627057a6 2019-01-20 12:47:24,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.203431129456s 2019-01-20 12:47:24,563 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e1ae16cc-d42d-4bd1-9bdd-0e03627057a6 returning object da9434ae-29a8-41fe-a1ac-bd434d8ea4b2 2019-01-20 12:47:24,564 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_4936a327-2491-41da-a09a-af69474811be', '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'057838f782f94e5ca660a8d24231cdb7', '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'da9434ae-29a8-41fe-a1ac-bd434d8ea4b2', 'swap': 0}) 2019-01-20 12:47:24,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-20 12:47:24,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/da9434ae-29a8-41fe-a1ac-bd434d8ea4b2/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}333c73d860515ecd1c975490280e64117d63d026" -d '{"extra_specs": {}}' 2019-01-20 12:47:24,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12: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 x-openstack-request-id: req-b43c8a68-dc59-4ab7-9405-d419fec97a3a x-compute-request-id: req-b43c8a68-dc59-4ab7-9405-d419fec97a3a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 12:47:24,587 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/da9434ae-29a8-41fe-a1ac-bd434d8ea4b2/os-extra_specs used request id req-b43c8a68-dc59-4ab7-9405-d419fec97a3a 2019-01-20 12:47:24,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0224788188934s 2019-01-20 12:47:24,587 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/da9434ae-29a8-41fe-a1ac-bd434d8ea4b2/os-extra_specs used request id req-b43c8a68-dc59-4ab7-9405-d419fec97a3a 2019-01-20 12:47:24,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:47:24,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}58e73f1862d9bd19c4f213bad03d68fc6ad52eb1" 2019-01-20 12:47:24,597 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:47:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:47:24,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58e73f1862d9bd19c4f213bad03d68fc6ad52eb1" 2019-01-20 12:47:24,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8dcb9ee-fe44-4327-8621-cea80c7432e1 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52a7da8bee8d414584ae516f0046541f", "links": {"self": "http://172.30.9.22:5000/v3/roles/52a7da8bee8d414584ae516f0046541f"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:47:24,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a8dcb9ee-fe44-4327-8621-cea80c7432e1 2019-01-20 12:47:24,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0928740501404s 2019-01-20 12:47:24,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-20 12:47:24,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}58e73f1862d9bd19c4f213bad03d68fc6ad52eb1" 2019-01-20 12:47:25,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12: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-44aae8b0-8924-452d-99a2-b670c5a179d4 x-compute-request-id: req-44aae8b0-8924-452d-99a2-b670c5a179d4 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 179}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 182}, "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.9", "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}]} 2019-01-20 12:47:25,246 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-44aae8b0-8924-452d-99a2-b670c5a179d4 2019-01-20 12:47:25,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.561177015305s 2019-01-20 12:47:25,247 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-44aae8b0-8924-452d-99a2-b670c5a179d4 2019-01-20 12:47:25,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 12:47:25,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}58e73f1862d9bd19c4f213bad03d68fc6ad52eb1" 2019-01-20 12:47:25,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-128dbaf3-6bf2-426c-b7d7-f5d6e09fae2f Date: Sun, 20 Jan 2019 12:47:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/545bc330-b205-4183-b808-095be9946dbb/snap", "metadata": {}}], "file": "/v2/images/545bc330-b205-4183-b808-095be9946dbb/file", "owner": "70b98cdac55c483bbc9fe35e4df15de3", "id": "545bc330-b205-4183-b808-095be9946dbb", "size": 12716032, "self": "/v2/images/545bc330-b205-4183-b808-095be9946dbb", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/545bc330-b205-4183-b808-095be9946dbb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:47:24Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_4936a327-2491-41da-a09a-af69474811be", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_4936a327-2491-41da-a09a-af69474811be", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T12:47:22Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 12:47:25,781 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-128dbaf3-6bf2-426c-b7d7-f5d6e09fae2f 2019-01-20 12:47:25,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.533694982529s 2019-01-20 12:47:25,782 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-128dbaf3-6bf2-426c-b7d7-f5d6e09fae2f 2019-01-20 12:47:25,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-20 12:47:25,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}58e73f1862d9bd19c4f213bad03d68fc6ad52eb1" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_4936a327-2491-41da-a09a-af69474811be", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_4936a327-2491-41da-a09a-af69474811be"}' 2019-01-20 12:47:25,997 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/f3337a1f-e257-47ac-a196-9a4c9d970ed4 X-Openstack-Request-Id: req-f32878ef-41e0-427e-a8fc-aed1741f8406 Date: Sun, 20 Jan 2019 12:47:25 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f3337a1f-e257-47ac-a196-9a4c9d970ed4/file", "owner": "70b98cdac55c483bbc9fe35e4df15de3", "id": "f3337a1f-e257-47ac-a196-9a4c9d970ed4", "size": null, "self": "/v2/images/f3337a1f-e257-47ac-a196-9a4c9d970ed4", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:47:25Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_4936a327-2491-41da-a09a-af69474811be", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_4936a327-2491-41da-a09a-af69474811be", "checksum": null, "created_at": "2019-01-20T12:47:25Z", "protected": false} 2019-01-20 12:47:25,997 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-f32878ef-41e0-427e-a8fc-aed1741f8406 2019-01-20 12:47:25,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.213232040405s 2019-01-20 12:47:25,998 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-f32878ef-41e0-427e-a8fc-aed1741f8406 returning object f3337a1f-e257-47ac-a196-9a4c9d970ed4 2019-01-20 12:47:25,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-20 12:47:25,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/f3337a1f-e257-47ac-a196-9a4c9d970ed4/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}58e73f1862d9bd19c4f213bad03d68fc6ad52eb1" -d '' 2019-01-20 12:47:28,204 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ea24e8fd-4770-4fc3-92cd-f6ab81629211 Date: Sun, 20 Jan 2019 12:47:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:47:28,204 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/f3337a1f-e257-47ac-a196-9a4c9d970ed4/file used request id req-ea24e8fd-4770-4fc3-92cd-f6ab81629211 2019-01-20 12:47:28,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.20537090302s 2019-01-20 12:47:28,205 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/f3337a1f-e257-47ac-a196-9a4c9d970ed4/file used request id req-ea24e8fd-4770-4fc3-92cd-f6ab81629211 2019-01-20 12:47:28,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 12:47:28,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}58e73f1862d9bd19c4f213bad03d68fc6ad52eb1" 2019-01-20 12:47:28,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-754e9c36-8b4d-45fc-982c-193bda9c168e Date: Sun, 20 Jan 2019 12:47:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f3337a1f-e257-47ac-a196-9a4c9d970ed4/snap", "metadata": {}}], "file": "/v2/images/f3337a1f-e257-47ac-a196-9a4c9d970ed4/file", "owner": "70b98cdac55c483bbc9fe35e4df15de3", "id": "f3337a1f-e257-47ac-a196-9a4c9d970ed4", "size": 12716032, "self": "/v2/images/f3337a1f-e257-47ac-a196-9a4c9d970ed4", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f3337a1f-e257-47ac-a196-9a4c9d970ed4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:47:28Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_4936a327-2491-41da-a09a-af69474811be", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_4936a327-2491-41da-a09a-af69474811be", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T12:47:25Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/545bc330-b205-4183-b808-095be9946dbb/snap", "metadata": {}}], "file": "/v2/images/545bc330-b205-4183-b808-095be9946dbb/file", "owner": "70b98cdac55c483bbc9fe35e4df15de3", "id": "545bc330-b205-4183-b808-095be9946dbb", "size": 12716032, "self": "/v2/images/545bc330-b205-4183-b808-095be9946dbb", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/545bc330-b205-4183-b808-095be9946dbb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:47:24Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_4936a327-2491-41da-a09a-af69474811be", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_4936a327-2491-41da-a09a-af69474811be", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T12:47:22Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 12:47:28,228 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-754e9c36-8b4d-45fc-982c-193bda9c168e 2019-01-20 12:47:28,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0226190090179s 2019-01-20 12:47:28,228 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-754e9c36-8b4d-45fc-982c-193bda9c168e 2019-01-20 12:47:28,231 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f3337a1f-e257-47ac-a196-9a4c9d970ed4/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f3337a1f-e257-47ac-a196-9a4c9d970ed4/file', 'owner': u'70b98cdac55c483bbc9fe35e4df15de3', 'id': u'f3337a1f-e257-47ac-a196-9a4c9d970ed4', 'size': 12716032, u'self': u'/v2/images/f3337a1f-e257-47ac-a196-9a4c9d970ed4', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'70b98cdac55c483bbc9fe35e4df15de3', 'name': 'patrole-project_4936a327-2491-41da-a09a-af69474811be', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f3337a1f-e257-47ac-a196-9a4c9d970ed4/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-20T12:47:28Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-20T12:47:28Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_4936a327-2491-41da-a09a-af69474811be', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f3337a1f-e257-47ac-a196-9a4c9d970ed4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_4936a327-2491-41da-a09a-af69474811be', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_4936a327-2491-41da-a09a-af69474811be', 'created': u'2019-01-20T12:47:25Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-20T12:47:25Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f3337a1f-e257-47ac-a196-9a4c9d970ed4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_4936a327-2491-41da-a09a-af69474811be', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-20 12:47:28,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-20 12:47:28,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}333c73d860515ecd1c975490280e64117d63d026" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_4936a327-2491-41da-a09a-af69474811be", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-20 12:47:28,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47: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-9f07533c-c674-4de4-bf34-f9e91061aa51 x-compute-request-id: req-9f07533c-c674-4de4-bf34-f9e91061aa51 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/c1147b49-045f-4948-96a9-18e04dcb20ca", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/c1147b49-045f-4948-96a9-18e04dcb20ca", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c1147b49-045f-4948-96a9-18e04dcb20ca", "name": "patrole-flavor_alt_4936a327-2491-41da-a09a-af69474811be", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 12:47:28,279 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-9f07533c-c674-4de4-bf34-f9e91061aa51 2019-01-20 12:47:28,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0465528964996s 2019-01-20 12:47:28,279 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-9f07533c-c674-4de4-bf34-f9e91061aa51 returning object c1147b49-045f-4948-96a9-18e04dcb20ca 2019-01-20 12:47:28,280 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_4936a327-2491-41da-a09a-af69474811be', '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'057838f782f94e5ca660a8d24231cdb7', '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'c1147b49-045f-4948-96a9-18e04dcb20ca', 'swap': 0}) 2019-01-20 12:47:28,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-20 12:47:28,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/c1147b49-045f-4948-96a9-18e04dcb20ca/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}333c73d860515ecd1c975490280e64117d63d026" -d '{"extra_specs": {}}' 2019-01-20 12:47:28,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:47: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-21150420-d488-4d04-b197-f7fd5b761c72 x-compute-request-id: req-21150420-d488-4d04-b197-f7fd5b761c72 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 12:47:28,299 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/c1147b49-045f-4948-96a9-18e04dcb20ca/os-extra_specs used request id req-21150420-d488-4d04-b197-f7fd5b761c72 2019-01-20 12:47:28,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.01904296875s 2019-01-20 12:47:28,300 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/c1147b49-045f-4948-96a9-18e04dcb20ca/os-extra_specs used request id req-21150420-d488-4d04-b197-f7fd5b761c72 2019-01-20 12:47:28,300 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_4936a327-2491-41da-a09a-af69474811be', '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'057838f782f94e5ca660a8d24231cdb7', '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'c1147b49-045f-4948-96a9-18e04dcb20ca', 'swap': 0}) 2019-01-20 12:47:31,422 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-20 12:47:30.348 11320 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0f838b43-b9ec-48fc-ab3b-764a68b65efb) for deployment 'opnfv-rally' (UUID=575b1fab-d7a1-404a-9f7d-d78e6ab0c373). 2019-01-20 12:47:31.205 11320 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-20 12:47:31.207 11320 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0f838b43-b9ec-48fc-ab3b-764a68b65efb) has been successfully configured for deployment 'opnfv-rally' (UUID=575b1fab-d7a1-404a-9f7d-d78e6ab0c373)! 2019-01-20 12:47:31,423 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-20 12:47:31,423 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-20 12:47:31,426 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-20 12:47:31,452 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2019-01-20 12:47:36,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-0f838b43-b9ec-48fc-ab3b-764a68b65efb/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) 2019-01-20 12:47:36,132 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-20 12:47:36,143 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-20 12:47:36,144 - 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']'. 2019-01-20 12:47:38,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 12:47:38.313 11329 INFO rally.api [-] Starting verification (UUID=c220a4b3-0b23-40fc-ab75-53b806597c00) for deployment 'opnfv-rally' (UUID=575b1fab-d7a1-404a-9f7d-d78e6ab0c373) by verifier 'opnfv-tempest' (UUID=0f838b43-b9ec-48fc-ab3b-764a68b65efb). 2019-01-20 12:47:38,314 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c220a4b3-0b23-40fc-ab75-53b806597c00 2019-01-20 12:50:01,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: c220a4b3-0b23-40fc-ab75-53b806597c00 2019-01-20 12:50:01,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c220a4b3-0b23-40fc-ab75-53b806597c00']'. 2019-01-20 12:50:02,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-20 12:50:02,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-20 12:50:02,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-20 12:50:02,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c220a4b3-0b23-40fc-ab75-53b806597c00 | 2019-01-20 12:50:02,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2019-01-20 12:50:02,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-20 12:47:38 | 2019-01-20 12:50:02,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-20 12:50:01 | 2019-01-20 12:50:02,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:23 | 2019-01-20 12:50:02,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-20 12:50:02,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-20 12:50:02,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0f838b43-b9ec-48fc-ab3b-764a68b65efb) | 2019-01-20 12:50:02,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-20 12:50:02,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 575b1fab-d7a1-404a-9f7d-d78e6ab0c373) | 2019-01-20 12:50:02,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2019-01-20 12:50:02,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 134.389 | 2019-01-20 12:50:02,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2019-01-20 12:50:02,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2019-01-20 12:50:02,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-20 12:50:02,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-20 12:50:02,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2019-01-20 12:50:02,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-20 12:50:02,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-20 12:50:02,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-20 12:50:02,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2019-01-20 12:50:02,784 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-20 12:50:02,785 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:41 | PASS | +-------------------+------------------+------------------+----------------+ 2019-01-20 12:50:02,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-20 12:50:02,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/f3337a1f-e257-47ac-a196-9a4c9d970ed4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58e73f1862d9bd19c4f213bad03d68fc6ad52eb1" 2019-01-20 12:50:04,820 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d6f8f295-79f2-4e99-90ef-3d6574765ceb Date: Sun, 20 Jan 2019 12:50:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:50:04,821 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/f3337a1f-e257-47ac-a196-9a4c9d970ed4 used request id req-d6f8f295-79f2-4e99-90ef-3d6574765ceb 2019-01-20 12:50:04,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.03294897079s 2019-01-20 12:50:04,821 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/f3337a1f-e257-47ac-a196-9a4c9d970ed4 used request id req-d6f8f295-79f2-4e99-90ef-3d6574765ceb 2019-01-20 12:50:04,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 12:50:04,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:50:04,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14ec621a-80df-4139-ad5f-6a2193e2e1df x-compute-request-id: req-14ec621a-80df-4139-ad5f-6a2193e2e1df Content-Encoding: gzip Content-Length: 358 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/c1147b49-045f-4948-96a9-18e04dcb20ca", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/c1147b49-045f-4948-96a9-18e04dcb20ca", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c1147b49-045f-4948-96a9-18e04dcb20ca", "name": "patrole-flavor_alt_4936a327-2491-41da-a09a-af69474811be", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/da9434ae-29a8-41fe-a1ac-bd434d8ea4b2", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/da9434ae-29a8-41fe-a1ac-bd434d8ea4b2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da9434ae-29a8-41fe-a1ac-bd434d8ea4b2", "name": "patrole-flavor_4936a327-2491-41da-a09a-af69474811be", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 12:50:04,859 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-14ec621a-80df-4139-ad5f-6a2193e2e1df 2019-01-20 12:50:04,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0370569229126s 2019-01-20 12:50:04,859 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-14ec621a-80df-4139-ad5f-6a2193e2e1df 2019-01-20 12:50:04,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-20 12:50:04,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/c1147b49-045f-4948-96a9-18e04dcb20ca -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:50:04,899 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 12: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-2e03c241-af94-443f-a8ad-2e3ad7f2b262 x-compute-request-id: req-2e03c241-af94-443f-a8ad-2e3ad7f2b262 Content-Length: 0 Content-Type: application/json 2019-01-20 12:50:04,899 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/c1147b49-045f-4948-96a9-18e04dcb20ca used request id req-2e03c241-af94-443f-a8ad-2e3ad7f2b262 2019-01-20 12:50:04,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0387308597565s 2019-01-20 12:50:04,899 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/c1147b49-045f-4948-96a9-18e04dcb20ca used request id req-2e03c241-af94-443f-a8ad-2e3ad7f2b262 2019-01-20 12:50:04,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 12:50:04,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}58e73f1862d9bd19c4f213bad03d68fc6ad52eb1" 2019-01-20 12:50:04,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-3e2a4629-8bdf-4441-be70-38e0e538e6cd Date: Sun, 20 Jan 2019 12:50:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/545bc330-b205-4183-b808-095be9946dbb/snap", "metadata": {}}], "file": "/v2/images/545bc330-b205-4183-b808-095be9946dbb/file", "owner": "70b98cdac55c483bbc9fe35e4df15de3", "id": "545bc330-b205-4183-b808-095be9946dbb", "size": 12716032, "self": "/v2/images/545bc330-b205-4183-b808-095be9946dbb", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/545bc330-b205-4183-b808-095be9946dbb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T12:47:24Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_4936a327-2491-41da-a09a-af69474811be", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_4936a327-2491-41da-a09a-af69474811be", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T12:47:22Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 12:50:04,919 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-3e2a4629-8bdf-4441-be70-38e0e538e6cd 2019-01-20 12:50:04,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0195031166077s 2019-01-20 12:50:04,919 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-3e2a4629-8bdf-4441-be70-38e0e538e6cd 2019-01-20 12:50:04,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-20 12:50:04,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/545bc330-b205-4183-b808-095be9946dbb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}58e73f1862d9bd19c4f213bad03d68fc6ad52eb1" 2019-01-20 12:50:07,066 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-24ced2d6-6ca0-49b4-b8ab-930eaae08722 Date: Sun, 20 Jan 2019 12:50:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:50:07,066 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/545bc330-b205-4183-b808-095be9946dbb used request id req-24ced2d6-6ca0-49b4-b8ab-930eaae08722 2019-01-20 12:50:07,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.14679813385s 2019-01-20 12:50:07,067 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/545bc330-b205-4183-b808-095be9946dbb used request id req-24ced2d6-6ca0-49b4-b8ab-930eaae08722 2019-01-20 12:50:07,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 12:50:07,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:50:07,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50: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-9e9a93a6-6d0a-40a7-9561-dbadf25f8d42 x-compute-request-id: req-9e9a93a6-6d0a-40a7-9561-dbadf25f8d42 Content-Encoding: gzip Content-Length: 301 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/da9434ae-29a8-41fe-a1ac-bd434d8ea4b2", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/da9434ae-29a8-41fe-a1ac-bd434d8ea4b2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da9434ae-29a8-41fe-a1ac-bd434d8ea4b2", "name": "patrole-flavor_4936a327-2491-41da-a09a-af69474811be", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 12:50:07,107 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-9e9a93a6-6d0a-40a7-9561-dbadf25f8d42 2019-01-20 12:50:07,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0395479202271s 2019-01-20 12:50:07,107 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-9e9a93a6-6d0a-40a7-9561-dbadf25f8d42 2019-01-20 12:50:07,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-20 12:50:07,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/da9434ae-29a8-41fe-a1ac-bd434d8ea4b2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:50:07,145 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 12:50: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-a0753aae-ad2c-4cb2-a366-64c39c543621 x-compute-request-id: req-a0753aae-ad2c-4cb2-a366-64c39c543621 Content-Length: 0 Content-Type: application/json 2019-01-20 12:50:07,145 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/da9434ae-29a8-41fe-a1ac-bd434d8ea4b2 used request id req-a0753aae-ad2c-4cb2-a366-64c39c543621 2019-01-20 12:50:07,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0360929965973s 2019-01-20 12:50:07,146 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/da9434ae-29a8-41fe-a1ac-bd434d8ea4b2 used request id req-a0753aae-ad2c-4cb2-a366-64c39c543621 2019-01-20 12:50:07,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 12:50:07,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:50:07,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44eaffab-652a-45e2-8039-5ca39040ed18 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_4936a327-2491-41da-a09a-af69474811be", "links": {"self": "http://172.30.9.22:5000/v3/users/2bed939f972f4223adbe66ce6e3ced30"}, "domain_id": "default", "enabled": true, "id": "2bed939f972f4223adbe66ce6e3ced30", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:50:07,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-44eaffab-652a-45e2-8039-5ca39040ed18 2019-01-20 12:50:07,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102651119232s 2019-01-20 12:50:07,249 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-44eaffab-652a-45e2-8039-5ca39040ed18 2019-01-20 12:50:07,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 12:50:07,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/2bed939f972f4223adbe66ce6e3ced30 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:50:07,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fbb1f67-0ad8-4ee8-b64c-dae5f7664ec3 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/2bed939f972f4223adbe66ce6e3ced30"}, "enabled": true, "id": "2bed939f972f4223adbe66ce6e3ced30", "options": {}, "domain_id": "default", "name": "patrole-user_4936a327-2491-41da-a09a-af69474811be"}} 2019-01-20 12:50:07,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/2bed939f972f4223adbe66ce6e3ced30 used request id req-4fbb1f67-0ad8-4ee8-b64c-dae5f7664ec3 2019-01-20 12:50:07,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108111858368s 2019-01-20 12:50:07,364 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/2bed939f972f4223adbe66ce6e3ced30 used request id req-4fbb1f67-0ad8-4ee8-b64c-dae5f7664ec3 2019-01-20 12:50:07,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-20 12:50:07,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/2bed939f972f4223adbe66ce6e3ced30 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:50:07,572 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26ffb6b4-241e-4c22-8eb9-7109894b02cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:07,572 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/2bed939f972f4223adbe66ce6e3ced30 used request id req-26ffb6b4-241e-4c22-8eb9-7109894b02cf 2019-01-20 12:50:07,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.208206892014s 2019-01-20 12:50:07,573 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/2bed939f972f4223adbe66ce6e3ced30 used request id req-26ffb6b4-241e-4c22-8eb9-7109894b02cf 2019-01-20 12:50:07,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 12:50:07,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:50:07,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8ab2bed-eafd-415b-977c-63aa8f0b8589 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.22:5000/v3/projects/70b98cdac55c483bbc9fe35e4df15de3"}, "enabled": true, "id": "70b98cdac55c483bbc9fe35e4df15de3", "parent_id": "default", "domain_id": "default", "name": "patrole-project_4936a327-2491-41da-a09a-af69474811be"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 12:50:07,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-c8ab2bed-eafd-415b-977c-63aa8f0b8589 2019-01-20 12:50:07,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0830538272858s 2019-01-20 12:50:07,657 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-c8ab2bed-eafd-415b-977c-63aa8f0b8589 2019-01-20 12:50:07,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-20 12:50:07,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/70b98cdac55c483bbc9fe35e4df15de3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:50:07,817 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52b85037-e191-48a3-9d39-4bdd32a0ef98 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:07,817 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/70b98cdac55c483bbc9fe35e4df15de3 used request id req-52b85037-e191-48a3-9d39-4bdd32a0ef98 2019-01-20 12:50:07,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.158779144287s 2019-01-20 12:50:07,817 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/70b98cdac55c483bbc9fe35e4df15de3 used request id req-52b85037-e191-48a3-9d39-4bdd32a0ef98 2019-01-20 12:50:07,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:50:07,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:50:07,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40b60ce8-2310-48a4-9bb3-134605091f27 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52a7da8bee8d414584ae516f0046541f", "links": {"self": "http://172.30.9.22:5000/v3/roles/52a7da8bee8d414584ae516f0046541f"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:50:07,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-40b60ce8-2310-48a4-9bb3-134605091f27 2019-01-20 12:50:07,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0737769603729s 2019-01-20 12:50:07,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-20 12:50:07,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/52a7da8bee8d414584ae516f0046541f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:50:08,005 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e16eb4d-721d-4fd9-a41a-409d78f4362a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:08,005 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/52a7da8bee8d414584ae516f0046541f used request id req-1e16eb4d-721d-4fd9-a41a-409d78f4362a 2019-01-20 12:50:08,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.112234830856s 2019-01-20 12:50:08,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 12:50:08,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=70b98cdac55c483bbc9fe35e4df15de3&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}333c73d860515ecd1c975490280e64117d63d026" 2019-01-20 12:50:08,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-11e405f0-6f9c-4cdd-af7b-40f1fa6fdcfc Date: Sun, 20 Jan 2019 12:50:08 GMT RESP BODY: {"security_groups": []} 2019-01-20 12:50:08,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=70b98cdac55c483bbc9fe35e4df15de3&name=default used request id req-11e405f0-6f9c-4cdd-af7b-40f1fa6fdcfc 2019-01-20 12:50:08,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.196499824524s 2019-01-20 12:50:08,205 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=70b98cdac55c483bbc9fe35e4df15de3&name=default used request id req-11e405f0-6f9c-4cdd-af7b-40f1fa6fdcfc 2019-01-20 12:50:08,249 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2019-01-20 12:50:08,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 12:50:08,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 12:50:08,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 12:50:08,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 12:50:08,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 12:50:08,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 12:50:08,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 12:50:08,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 12:50:08,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 12:50:08,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 12:50:08,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 12:50:08,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 12:50:08,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 12:50:08,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 12:50:08,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 12:50:08,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 12:50:08,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 12:50:08,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 12:50:08,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 12:50:08,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 12:50:08,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 12:50:08,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 12:50:08,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-20 12:50:08,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-20 12:50:08,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 12:50:08,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 12:50:08,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b632a158-1a18-4665-b465-b3961d7118d9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:08,717 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b632a158-1a18-4665-b465-b3961d7118d9 2019-01-20 12:50:08,718 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:09,086 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}], "expires_at": "2019-01-20T13:50:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "057838f782f94e5ca660a8d24231cdb7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "96110a92bd284ca5bccb7c5d679699e2"}, "audit_ids": ["5zmQ9WZSSSST4_l2bZSy8g"], "issued_at": "2019-01-20T12:50:09.000000Z"}} 2019-01-20 12:50:09,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:09,095 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:50: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:50:09,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:09,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af3483b6-146d-4d50-a874-5de54d35671c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 12:50:09,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-af3483b6-146d-4d50-a874-5de54d35671c 2019-01-20 12:50:09,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.472887992859s 2019-01-20 12:50:09,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-20 12:50:09,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" -d '{"project": {"description": "Created by OPNFV Functest: snaps_smoke", "enabled": true, "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}}' 2019-01-20 12:50:09,425 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:50:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0648b7e9-c940-4186-bcc3-70821775ed52 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:50:09,425 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-0648b7e9-c940-4186-bcc3-70821775ed52 2019-01-20 12:50:09,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.239321231842s 2019-01-20 12:50:09,426 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-0648b7e9-c940-4186-bcc3-70821775ed52 2019-01-20 12:50:09,426 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded', 'id': u'59ca7ea86cef4f5eb49126af4cc8d2ae', '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'})}) 2019-01-20 12:50:09,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-20 12:50:09,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.370120048523s 2019-01-20 12:50:09,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:09,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b97914eb-bc42-472b-bc15-386feac74279 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}, "domain_id": "default", "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:50:09,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574 used request id req-b97914eb-bc42-472b-bc15-386feac74279 2019-01-20 12:50:09,899 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a7c8058fe12740ca8633095bf5c62574', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded'}) 2019-01-20 12:50:09,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:50:09,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:10,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48976ce1-9747-40ba-8c5a-fea6fa178d02 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:50:10,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-48976ce1-9747-40ba-8c5a-fea6fa178d02 2019-01-20 12:50:10,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.162994146347s 2019-01-20 12:50:10,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:50:10,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:10,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbc77815-f7f0-4fcb-a6cf-b7478617091d Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:50:10,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-dbc77815-f7f0-4fcb-a6cf-b7478617091d 2019-01-20 12:50:10,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0822467803955s 2019-01-20 12:50:10,146 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-20 12:50:10,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-20 12:50:10,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" -d '{"role": {"name": "Member"}}' 2019-01-20 12:50:10,245 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:50:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24f2b04b-2f42-47be-9348-14aeca3a056e Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}} 2019-01-20 12:50:10,245 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-24f2b04b-2f42-47be-9348-14aeca3a056e 2019-01-20 12:50:10,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0982179641724s 2019-01-20 12:50:10,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:10,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95a5fc7e-bc7d-4510-b474-ef0c62c96f1f Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "domain_id": null, "name": "Member", "id": "bb4595e0cd0e4f04b9f234daaf62c3ec"}} 2019-01-20 12:50:10,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec used request id req-95a5fc7e-bc7d-4510-b474-ef0c62c96f1f 2019-01-20 12:50:10,325 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec'}, 'domain_id': None, 'human_id': None, 'id': u'bb4595e0cd0e4f04b9f234daaf62c3ec', 'HUMAN_ID': False}) 2019-01-20 12:50:10,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:50:10,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:10,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0896ee37-441c-46bd-9041-744e6a6ba4da Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:50:10,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0896ee37-441c-46bd-9041-744e6a6ba4da 2019-01-20 12:50:10,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0820279121399s 2019-01-20 12:50:10,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 12:50:10,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:10,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05e9e0b9-a373-4495-ad77-b9cb1dfa07c7 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 12:50:10,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-05e9e0b9-a373-4495-ad77-b9cb1dfa07c7 2019-01-20 12:50:10,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0883619785309s 2019-01-20 12:50:10,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 12:50:10,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:10,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d63b2032-80e3-4e84-a88b-9e428eb56865 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:50:10,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-d63b2032-80e3-4e84-a88b-9e428eb56865 2019-01-20 12:50:10,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0890378952026s 2019-01-20 12:50:10,587 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-d63b2032-80e3-4e84-a88b-9e428eb56865 2019-01-20 12:50:10,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 12:50:10,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:10,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9880f91-b41d-4db1-9701-31435064196c Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 12:50:10,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-a9880f91-b41d-4db1-9701-31435064196c 2019-01-20 12:50:10,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0808918476105s 2019-01-20 12:50:10,675 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-a9880f91-b41d-4db1-9701-31435064196c 2019-01-20 12:50:10,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 12:50:10,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=a7c8058fe12740ca8633095bf5c62574&scope.project.id=59ca7ea86cef4f5eb49126af4cc8d2ae&role.id=bb4595e0cd0e4f04b9f234daaf62c3ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:10,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d4f83fe-be10-4da1-9423-17254d6b7b12 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=a7c8058fe12740ca8633095bf5c62574&scope.project.id=59ca7ea86cef4f5eb49126af4cc8d2ae&role.id=bb4595e0cd0e4f04b9f234daaf62c3ec", "previous": null, "next": null}} 2019-01-20 12:50:10,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=a7c8058fe12740ca8633095bf5c62574&scope.project.id=59ca7ea86cef4f5eb49126af4cc8d2ae&role.id=bb4595e0cd0e4f04b9f234daaf62c3ec used request id req-2d4f83fe-be10-4da1-9423-17254d6b7b12 2019-01-20 12:50:10,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0871448516846s 2019-01-20 12:50:10,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 12:50:10,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae/users/a7c8058fe12740ca8633095bf5c62574/roles/bb4595e0cd0e4f04b9f234daaf62c3ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:10,871 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f29f65c6-c837-473a-ad18-34eb9309a44c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:10,871 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae/users/a7c8058fe12740ca8633095bf5c62574/roles/bb4595e0cd0e4f04b9f234daaf62c3ec used request id req-f29f65c6-c837-473a-ad18-34eb9309a44c 2019-01-20 12:50:10,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.106100082397s 2019-01-20 12:50:10,872 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded', 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': '3a9bc78e-eacf-4301-b324-69536727d027', 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_8261ba23-f5a8-4a96-9385-cf58a7031ded', 'project_id': u'59ca7ea86cef4f5eb49126af4cc8d2ae', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-20 12:50:10,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 12:50:10,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 12:50:10,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 12:50:10,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 12:50:10,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 12:50:10,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 12:50:10,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 12:50:10,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 12:50:10,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 12:50:10,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 12:50:10,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 12:50:10,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 12:50:10,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 12:50:10,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 12:50:10,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 12:50:10,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 12:50:10,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 12:50:10,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 12:50:10,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 12:50:10,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 12:50:10,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 12:50:10,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 12:50:10,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-20 12:50:10,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-20 12:50:10,877 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded', 'password': '3a9bc78e-eacf-4301-b324-69536727d027', 'project_name': 'snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '59ca7ea86cef4f5eb49126af4cc8d2ae', 'project_domain_name': 'Default'} 2019-01-20 12:50:10,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:50:10,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:10,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1134c69e-ea59-4fc4-a175-22f26b602416 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:50:10,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1134c69e-ea59-4fc4-a175-22f26b602416 2019-01-20 12:50:10,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0858910083771s 2019-01-20 12:50:10,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:50:10,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:11,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cdb4377-b76c-4d6b-b5ce-502300adf6e2 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:50:11,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5cdb4377-b76c-4d6b-b5ce-502300adf6e2 2019-01-20 12:50:11,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0896151065826s 2019-01-20 12:50:11,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 12:50:11,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:11,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f07a98d6-2e63-454e-92d3-627243f2e755 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 12:50:11,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-f07a98d6-2e63-454e-92d3-627243f2e755 2019-01-20 12:50:11,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0143630504608s 2019-01-20 12:50:11,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 12:50:11,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:11,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e873b618-70cf-4c71-804e-a5d9acffff89 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:50:11,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e873b618-70cf-4c71-804e-a5d9acffff89 2019-01-20 12:50:11,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0977730751038s 2019-01-20 12:50:11,169 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e873b618-70cf-4c71-804e-a5d9acffff89 2019-01-20 12:50:11,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 12:50:11,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:11,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f911a08-6f2c-44b9-b522-e0211ade565f Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 12:50:11,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-8f911a08-6f2c-44b9-b522-e0211ade565f 2019-01-20 12:50:11,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0831878185272s 2019-01-20 12:50:11,259 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-8f911a08-6f2c-44b9-b522-e0211ade565f 2019-01-20 12:50:11,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 12:50:11,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=a7c8058fe12740ca8633095bf5c62574&scope.project.id=59ca7ea86cef4f5eb49126af4cc8d2ae&role.id=77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:11,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e169b26-39f9-49ac-99fa-d30d7a3a0e20 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=a7c8058fe12740ca8633095bf5c62574&scope.project.id=59ca7ea86cef4f5eb49126af4cc8d2ae&role.id=77f3d538c7cd4e1a927402af90dfd66a", "previous": null, "next": null}} 2019-01-20 12:50:11,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=a7c8058fe12740ca8633095bf5c62574&scope.project.id=59ca7ea86cef4f5eb49126af4cc8d2ae&role.id=77f3d538c7cd4e1a927402af90dfd66a used request id req-4e169b26-39f9-49ac-99fa-d30d7a3a0e20 2019-01-20 12:50:11,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0767290592194s 2019-01-20 12:50:11,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 12:50:11,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae/users/a7c8058fe12740ca8633095bf5c62574/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:11,547 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1dd55130-a2a1-4172-be2a-3007d5637442 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:11,547 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae/users/a7c8058fe12740ca8633095bf5c62574/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-1dd55130-a2a1-4172-be2a-3007d5637442 2019-01-20 12:50:11,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.209177017212s 2019-01-20 12:50:11,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:50:11,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:11,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96dd5221-b3a4-4060-9147-57db64a9c9c2 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:50:11,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-96dd5221-b3a4-4060-9147-57db64a9c9c2 2019-01-20 12:50:11,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0858521461487s 2019-01-20 12:50:11,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-20 12:50:11,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" -d '{"role": {"name": "heat_stack_owner"}}' 2019-01-20 12:50:11,723 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:50:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0aaf19d-40ff-404c-8573-781276ffc1af Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}} 2019-01-20 12:50:11,723 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-b0aaf19d-40ff-404c-8573-781276ffc1af 2019-01-20 12:50:11,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0889120101929s 2019-01-20 12:50:11,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:11,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4facac52-1dac-4823-8290-4ff5c45784ca Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "domain_id": null, "name": "heat_stack_owner", "id": "8faca84f8c574391a4e761c020358bea"}} 2019-01-20 12:50:11,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea used request id req-4facac52-1dac-4823-8290-4ff5c45784ca 2019-01-20 12:50:11,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 12:50:11,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:11,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7278341f-c91c-4c8e-95ef-9c5baed6f823 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:50:11,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-7278341f-c91c-4c8e-95ef-9c5baed6f823 2019-01-20 12:50:11,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0772221088409s 2019-01-20 12:50:11,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 12:50:11,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:11,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-932bc34c-3d6c-4f8d-8c94-198724d69bce Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 12:50:11,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-932bc34c-3d6c-4f8d-8c94-198724d69bce 2019-01-20 12:50:11,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.074765920639s 2019-01-20 12:50:11,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 12:50:11,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:12,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c951c1c3-4811-461e-983e-46a2f653cc2c Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:50:12,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c951c1c3-4811-461e-983e-46a2f653cc2c 2019-01-20 12:50:12,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0982789993286s 2019-01-20 12:50:12,059 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c951c1c3-4811-461e-983e-46a2f653cc2c 2019-01-20 12:50:12,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 12:50:12,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:12,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be4e8466-d22d-4307-b104-c5e7b9b61c8a Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 12:50:12,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-be4e8466-d22d-4307-b104-c5e7b9b61c8a 2019-01-20 12:50:12,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0839920043945s 2019-01-20 12:50:12,149 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-be4e8466-d22d-4307-b104-c5e7b9b61c8a 2019-01-20 12:50:12,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 12:50:12,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=a7c8058fe12740ca8633095bf5c62574&scope.project.id=59ca7ea86cef4f5eb49126af4cc8d2ae&role.id=8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:12,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69182a16-c93b-4083-87fb-0ce62710c7c1 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=a7c8058fe12740ca8633095bf5c62574&scope.project.id=59ca7ea86cef4f5eb49126af4cc8d2ae&role.id=8faca84f8c574391a4e761c020358bea", "previous": null, "next": null}} 2019-01-20 12:50:12,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=a7c8058fe12740ca8633095bf5c62574&scope.project.id=59ca7ea86cef4f5eb49126af4cc8d2ae&role.id=8faca84f8c574391a4e761c020358bea used request id req-69182a16-c93b-4083-87fb-0ce62710c7c1 2019-01-20 12:50:12,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0744268894196s 2019-01-20 12:50:12,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 12:50:12,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae/users/a7c8058fe12740ca8633095bf5c62574/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 12:50:12,349 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eee98c97-6bf8-4376-80c7-9b09cfb418b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:12,349 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae/users/a7c8058fe12740ca8633095bf5c62574/roles/8faca84f8c574391a4e761c020358bea used request id req-eee98c97-6bf8-4376-80c7-9b09cfb418b0 2019-01-20 12:50:12,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123826026917s 2019-01-20 12:50:12,350 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2019-01-20 12:50:12,350 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2019-01-20 12:50:12,350 - openstack_tests - INFO - OS Credentials = > 2019-01-20 12:50:12,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:12,355 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:12,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:50:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["BQit1uQ6QLmJNCj_89maiw"], "issued_at": "2019-01-20T12:50:12.000000Z"}} 2019-01-20 12:50:12,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a0f5282b54b835fe22903a57ca3e6dc3c4927c9" 2019-01-20 12:50:12,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-9c3bafee-6944-4165-80d1-9b0846792dc5 Date: Sun, 20 Jan 2019 12:50:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 12:50:12,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?router%3Aexternal=True used request id req-9c3bafee-6944-4165-80d1-9b0846792dc5 2019-01-20 12:50:12,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a0f5282b54b835fe22903a57ca3e6dc3c4927c9" 2019-01-20 12:50:13,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-94b06592-4e61-41a7-93f7-a29155cb6f26 Date: Sun, 20 Jan 2019 12:50:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-20 12:50:13,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-94b06592-4e61-41a7-93f7-a29155cb6f26 2019-01-20 12:50:13,214 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2019-01-20 12:50:13,214 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2019-01-20 12:50:13,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,225 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,226 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,231 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,232 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,236 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,238 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,240 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,240 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,253 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,255 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,255 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,264 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,270 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,271 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,271 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,278 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,280 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,280 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,284 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,288 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,294 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:13,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:50:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["CsWGaZvlS1KODyLZRzeuSA"], "issued_at": "2019-01-20T12:50:13.000000Z"}} 2019-01-20 12:50:13,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}682316e1fd387379c23da16332f44fdf9095d4e5" 2019-01-20 12:50:13,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98c7220a-5435-4d7e-b4b1-61a1fcc7ae0f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:13,770 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-98c7220a-5435-4d7e-b4b1-61a1fcc7ae0f 2019-01-20 12:50:13,771 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:13,773 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:14,161 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:50:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["VQtpCmWHSVev3TnfIU430g"], "issued_at": "2019-01-20T12:50:14.000000Z"}} 2019-01-20 12:50:14,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9065de71f8d60723366b1b2ef46e1f5a1a1d1c0" 2019-01-20 12:50:14,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ed86e0a-32ed-44b1-a799-907187ca7195 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:14,245 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4ed86e0a-32ed-44b1-a799-907187ca7195 2019-01-20 12:50:14,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:50:14,254 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:50: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:50:14,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9065de71f8d60723366b1b2ef46e1f5a1a1d1c0" 2019-01-20 12:50:14,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3efa6baf-233b-4b1a-bb34-58874cfacc49 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:50:14,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj used request id req-3efa6baf-233b-4b1a-bb34-58874cfacc49 2019-01-20 12:50:14,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9065de71f8d60723366b1b2ef46e1f5a1a1d1c0" 2019-01-20 12:50:14,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-701e36ef-57ad-4dfa-83f1-7bb4b2b09a6d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:50:14,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-701e36ef-57ad-4dfa-83f1-7bb4b2b09a6d 2019-01-20 12:50:14,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9065de71f8d60723366b1b2ef46e1f5a1a1d1c0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj"}}' 2019-01-20 12:50:14,581 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:50:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-642aad0c-02bc-46a2-a025-ce4002ede23e Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/84bf41935a2e4a1185723353283e0e83"}, "enabled": true, "id": "84bf41935a2e4a1185723353283e0e83", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj"}} 2019-01-20 12:50:14,581 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-642aad0c-02bc-46a2-a025-ce4002ede23e 2019-01-20 12:50:14,581 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj 2019-01-20 12:50:14,581 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:14,582 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:14,978 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:50:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["5GHXasZHRX2LSm6jHk0WrQ"], "issued_at": "2019-01-20T12:50:14.000000Z"}} 2019-01-20 12:50:14,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}944bd527f5222b05985b4cb4f3bdc85b05985001" 2019-01-20 12:50:15,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-758261f9-069f-41f2-a769-1d7d798aa9ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:15,060 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-758261f9-069f-41f2-a769-1d7d798aa9ef 2019-01-20 12:50:15,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:50:15,070 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:50: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:50:15,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}944bd527f5222b05985b4cb4f3bdc85b05985001" 2019-01-20 12:50:15,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfa96fd7-e953-4cf7-bd76-43dd139822a2 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:50:15,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-cfa96fd7-e953-4cf7-bd76-43dd139822a2 2019-01-20 12:50:15,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}944bd527f5222b05985b4cb4f3bdc85b05985001" 2019-01-20 12:50:15,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c2e9868-94b9-491e-be6e-e1de05cf2d37 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/84bf41935a2e4a1185723353283e0e83"}, "enabled": true, "id": "84bf41935a2e4a1185723353283e0e83", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj"}]} 2019-01-20 12:50:15,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj used request id req-8c2e9868-94b9-491e-be6e-e1de05cf2d37 2019-01-20 12:50:15,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}944bd527f5222b05985b4cb4f3bdc85b05985001" 2019-01-20 12:50:15,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08a34be1-52c4-49ca-bf9b-6b249bbae2d4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:50:15,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-08a34be1-52c4-49ca-bf9b-6b249bbae2d4 2019-01-20 12:50:15,723 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-7bf6e4e3-96e8-466-user 2019-01-20 12:50:15,723 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:15,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9065de71f8d60723366b1b2ef46e1f5a1a1d1c0" 2019-01-20 12:50:15,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-636769f5-83c7-4815-937e-f29edc9cb648 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:50:15,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-636769f5-83c7-4815-937e-f29edc9cb648 2019-01-20 12:50:15,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9065de71f8d60723366b1b2ef46e1f5a1a1d1c0" -d '{"role": {"name": "CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj-role"}}' 2019-01-20 12:50:15,915 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:50:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de122d6b-4a5c-4813-9396-f715d13e8ed7 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d78d98b7c9444b8f87412d6df7f421b9", "links": {"self": "http://172.30.9.22:5000/v3/roles/d78d98b7c9444b8f87412d6df7f421b9"}, "name": "CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj-role"}} 2019-01-20 12:50:15,915 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-de122d6b-4a5c-4813-9396-f715d13e8ed7 2019-01-20 12:50:15,916 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj-role 2019-01-20 12:50:15,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/d78d98b7c9444b8f87412d6df7f421b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9065de71f8d60723366b1b2ef46e1f5a1a1d1c0" 2019-01-20 12:50:16,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-beb978b2-edda-4090-8489-18fe5f7fb525 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/d78d98b7c9444b8f87412d6df7f421b9"}, "domain_id": null, "name": "CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj-role", "id": "d78d98b7c9444b8f87412d6df7f421b9"}} 2019-01-20 12:50:16,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/d78d98b7c9444b8f87412d6df7f421b9 used request id req-beb978b2-edda-4090-8489-18fe5f7fb525 2019-01-20 12:50:16,013 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj-role to project CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj 2019-01-20 12:50:16,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/84bf41935a2e4a1185723353283e0e83/users/97a6643251084d3d84e09578fb49b445/roles/d78d98b7c9444b8f87412d6df7f421b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9065de71f8d60723366b1b2ef46e1f5a1a1d1c0" 2019-01-20 12:50:16,127 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56e96550-9238-4e49-b2b8-2b92f160fe52 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:16,127 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/84bf41935a2e4a1185723353283e0e83/users/97a6643251084d3d84e09578fb49b445/roles/d78d98b7c9444b8f87412d6df7f421b9 used request id req-56e96550-9238-4e49-b2b8-2b92f160fe52 2019-01-20 12:50:16,128 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:16,129 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:16,504 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d78d98b7c9444b8f87412d6df7f421b9", "name": "CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj-role"}], "expires_at": "2019-01-20T13:50:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "84bf41935a2e4a1185723353283e0e83", "name": "CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/84bf41935a2e4a1185723353283e0e83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/84bf41935a2e4a1185723353283e0e83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/84bf41935a2e4a1185723353283e0e83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/84bf41935a2e4a1185723353283e0e83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/84bf41935a2e4a1185723353283e0e83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/84bf41935a2e4a1185723353283e0e83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/84bf41935a2e4a1185723353283e0e83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/84bf41935a2e4a1185723353283e0e83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/84bf41935a2e4a1185723353283e0e83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/84bf41935a2e4a1185723353283e0e83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/84bf41935a2e4a1185723353283e0e83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/84bf41935a2e4a1185723353283e0e83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-7bf6e4e3-96e8-466-user", "id": "97a6643251084d3d84e09578fb49b445"}, "audit_ids": ["ehg_YnC6QVuHnwFDpAUDVQ"], "issued_at": "2019-01-20T12:50:16.000000Z"}} 2019-01-20 12:50:16,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:16,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a923ecf-fe9d-4672-b85f-15111744e204 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:16,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8a923ecf-fe9d-4672-b85f-15111744e204 2019-01-20 12:50:16,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:16,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4482f574-3181-427a-b0e5-b374393c5eb3 Date: Sun, 20 Jan 2019 12:50:16 GMT RESP BODY: {"security_groups": []} 2019-01-20 12:50:16,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname&description=hello+group used request id req-4482f574-3181-427a-b0e5-b374393c5eb3 2019-01-20 12:50:16,867 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname... 2019-01-20 12:50:16,867 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname 2019-01-20 12:50:16,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" -d '{"security_group": {"name": "CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname", "description": "hello group"}}' 2019-01-20 12:50:17,258 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-03e21f1f-cb5e-4df7-82be-3670dec81938 Date: Sun, 20 Jan 2019 12:50:17 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "updated_at": "2019-01-20T12:50:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "revision_number": 0, "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv4", "project_id": "84bf41935a2e4a1185723353283e0e83"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "revision_number": 0, "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv6", "project_id": "84bf41935a2e4a1185723353283e0e83"}], "revision_number": 2, "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "name": "CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname"}} 2019-01-20 12:50:17,258 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-03e21f1f-cb5e-4df7-82be-3670dec81938 2019-01-20 12:50:17,259 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - efc94aef-7fad-43a9-9269-ae11a17a2239 2019-01-20 12:50:17,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:17,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2fa06664-445c-4067-9899-ce9915170588 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa"}]} 2019-01-20 12:50:17,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 used request id req-2fa06664-445c-4067-9899-ce9915170588 2019-01-20 12:50:17,447 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - efc94aef-7fad-43a9-9269-ae11a17a2239 2019-01-20 12:50:17,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:17,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-93e5e67f-3952-4761-ae94-504055051277 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa"}]} 2019-01-20 12:50:17,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 used request id req-93e5e67f-3952-4761-ae94-504055051277 2019-01-20 12:50:17,477 - neutron_utils - INFO - Retrieving security group with ID - efc94aef-7fad-43a9-9269-ae11a17a2239 2019-01-20 12:50:17,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=efc94aef-7fad-43a9-9269-ae11a17a2239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:17,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-afc32494-a156-4361-a513-cd4f6e8069e3 Date: Sun, 20 Jan 2019 12:50:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "updated_at": "2019-01-20T12:50:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "revision_number": 0, "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv4", "project_id": "84bf41935a2e4a1185723353283e0e83"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "revision_number": 0, "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv6", "project_id": "84bf41935a2e4a1185723353283e0e83"}], "revision_number": 2, "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "name": "CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname"}]} 2019-01-20 12:50:17,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=efc94aef-7fad-43a9-9269-ae11a17a2239 used request id req-afc32494-a156-4361-a513-cd4f6e8069e3 2019-01-20 12:50:17,768 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - efc94aef-7fad-43a9-9269-ae11a17a2239 2019-01-20 12:50:17,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:17,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-82650cab-a032-4fa0-bcc6-fe31e9fc5a7e Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa"}]} 2019-01-20 12:50:17,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 used request id req-82650cab-a032-4fa0-bcc6-fe31e9fc5a7e 2019-01-20 12:50:17,946 - neutron_utils - INFO - Retrieving security group with ID - efc94aef-7fad-43a9-9269-ae11a17a2239 2019-01-20 12:50:17,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=efc94aef-7fad-43a9-9269-ae11a17a2239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:18,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-dd9615e7-f24d-4c14-a1c0-3260095158f5 Date: Sun, 20 Jan 2019 12:50:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "updated_at": "2019-01-20T12:50:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "revision_number": 0, "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv4", "project_id": "84bf41935a2e4a1185723353283e0e83"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "revision_number": 0, "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv6", "project_id": "84bf41935a2e4a1185723353283e0e83"}], "revision_number": 2, "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "name": "CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname"}]} 2019-01-20 12:50:18,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=efc94aef-7fad-43a9-9269-ae11a17a2239 used request id req-dd9615e7-f24d-4c14-a1c0-3260095158f5 2019-01-20 12:50:18,240 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - efc94aef-7fad-43a9-9269-ae11a17a2239 2019-01-20 12:50:18,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:18,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8afcb50b-635c-464e-adab-2001239fa382 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa"}]} 2019-01-20 12:50:18,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 used request id req-8afcb50b-635c-464e-adab-2001239fa382 2019-01-20 12:50:18,304 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname 2019-01-20 12:50:18,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:18,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c71dd2cf-efc3-434c-9e10-d7b2503ca21f Date: Sun, 20 Jan 2019 12:50:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "updated_at": "2019-01-20T12:50:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "revision_number": 0, "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv4", "project_id": "84bf41935a2e4a1185723353283e0e83"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "revision_number": 0, "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv6", "project_id": "84bf41935a2e4a1185723353283e0e83"}], "revision_number": 2, "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "name": "CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname"}]} 2019-01-20 12:50:18,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname used request id req-c71dd2cf-efc3-434c-9e10-d7b2503ca21f 2019-01-20 12:50:18,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:50:18,512 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:50: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:50:18,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/84bf41935a2e4a1185723353283e0e83 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:18,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-919eaddc-34e9-4bf2-99b8-6fc371702d86 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/84bf41935a2e4a1185723353283e0e83"}, "enabled": true, "id": "84bf41935a2e4a1185723353283e0e83", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj"}} 2019-01-20 12:50:18,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/84bf41935a2e4a1185723353283e0e83 used request id req-919eaddc-34e9-4bf2-99b8-6fc371702d86 2019-01-20 12:50:18,598 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - efc94aef-7fad-43a9-9269-ae11a17a2239 2019-01-20 12:50:18,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:18,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6615ed3e-88e0-443e-9e26-ca7fe1281474 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa"}]} 2019-01-20 12:50:18,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 used request id req-6615ed3e-88e0-443e-9e26-ca7fe1281474 2019-01-20 12:50:18,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239"}}' 2019-01-20 12:50:19,131 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-57e13cb3-2d34-4950-ae46-963977d34011 Date: Sun, 20 Jan 2019 12:50:19 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": "2019-01-20T12:50:19Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:19Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "b862d967-2be8-4b9a-8586-d8927b181608"}} 2019-01-20 12:50:19,132 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-57e13cb3-2d34-4950-ae46-963977d34011 2019-01-20 12:50:19,132 - neutron_utils - INFO - Retrieving security group with ID - efc94aef-7fad-43a9-9269-ae11a17a2239 2019-01-20 12:50:19,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=efc94aef-7fad-43a9-9269-ae11a17a2239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:19,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-d6f86484-9340-4995-b01d-878ef25053fc Date: Sun, 20 Jan 2019 12:50:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "updated_at": "2019-01-20T12:50:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "revision_number": 0, "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv4", "project_id": "84bf41935a2e4a1185723353283e0e83"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "revision_number": 0, "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv6", "project_id": "84bf41935a2e4a1185723353283e0e83"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:19Z", "revision_number": 0, "id": "b862d967-2be8-4b9a-8586-d8927b181608", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:19Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv4", "project_id": "84bf41935a2e4a1185723353283e0e83"}], "revision_number": 3, "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "name": "CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname"}]} 2019-01-20 12:50:19,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=efc94aef-7fad-43a9-9269-ae11a17a2239 used request id req-d6f86484-9340-4995-b01d-878ef25053fc 2019-01-20 12:50:19,412 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - efc94aef-7fad-43a9-9269-ae11a17a2239 2019-01-20 12:50:19,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:19,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-d1aa1932-31f2-4063-b310-2d4acad822b2 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:19Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:19Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "b862d967-2be8-4b9a-8586-d8927b181608"}]} 2019-01-20 12:50:19,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 used request id req-d1aa1932-31f2-4063-b310-2d4acad822b2 2019-01-20 12:50:19,591 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:19,972 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d78d98b7c9444b8f87412d6df7f421b9", "name": "CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj-role"}], "expires_at": "2019-01-20T13:50:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "84bf41935a2e4a1185723353283e0e83", "name": "CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/84bf41935a2e4a1185723353283e0e83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/84bf41935a2e4a1185723353283e0e83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/84bf41935a2e4a1185723353283e0e83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/84bf41935a2e4a1185723353283e0e83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/84bf41935a2e4a1185723353283e0e83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/84bf41935a2e4a1185723353283e0e83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/84bf41935a2e4a1185723353283e0e83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/84bf41935a2e4a1185723353283e0e83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/84bf41935a2e4a1185723353283e0e83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/84bf41935a2e4a1185723353283e0e83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/84bf41935a2e4a1185723353283e0e83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/84bf41935a2e4a1185723353283e0e83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-7bf6e4e3-96e8-466-user", "id": "97a6643251084d3d84e09578fb49b445"}, "audit_ids": ["YMyPPrWSQnWHfbioeFuh5A"], "issued_at": "2019-01-20T12:50:19.000000Z"}} 2019-01-20 12:50:19,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f31c730a474a77851fd9a6a352b73089bef2c1" 2019-01-20 12:50:20,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-1194c7b0-b67d-4f07-9546-83a39f73e92a Date: Sun, 20 Jan 2019 12:50:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "updated_at": "2019-01-20T12:50:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "revision_number": 0, "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv4", "project_id": "84bf41935a2e4a1185723353283e0e83"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "revision_number": 0, "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv6", "project_id": "84bf41935a2e4a1185723353283e0e83"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:19Z", "revision_number": 0, "id": "b862d967-2be8-4b9a-8586-d8927b181608", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:19Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv4", "project_id": "84bf41935a2e4a1185723353283e0e83"}], "revision_number": 3, "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "name": "CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname"}]} 2019-01-20 12:50:20,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname&description=hello+group used request id req-1194c7b0-b67d-4f07-9546-83a39f73e92a 2019-01-20 12:50:20,176 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - efc94aef-7fad-43a9-9269-ae11a17a2239 2019-01-20 12:50:20,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f31c730a474a77851fd9a6a352b73089bef2c1" 2019-01-20 12:50:20,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-60738497-10fc-44d9-997e-1340a36edf5e Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:19Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:19Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "b862d967-2be8-4b9a-8586-d8927b181608"}]} 2019-01-20 12:50:20,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 used request id req-60738497-10fc-44d9-997e-1340a36edf5e 2019-01-20 12:50:20,348 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - efc94aef-7fad-43a9-9269-ae11a17a2239 2019-01-20 12:50:20,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f31c730a474a77851fd9a6a352b73089bef2c1" 2019-01-20 12:50:20,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-d47dfdf8-d121-4c7f-b788-20d85927e3db Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:19Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:19Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "b862d967-2be8-4b9a-8586-d8927b181608"}]} 2019-01-20 12:50:20,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 used request id req-d47dfdf8-d121-4c7f-b788-20d85927e3db 2019-01-20 12:50:20,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f31c730a474a77851fd9a6a352b73089bef2c1" 2019-01-20 12:50:20,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-f1bbfcdd-e6bd-426f-b488-af9ae7604f23 Date: Sun, 20 Jan 2019 12:50:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "updated_at": "2019-01-20T12:50:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "revision_number": 0, "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv4", "project_id": "84bf41935a2e4a1185723353283e0e83"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "revision_number": 0, "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv6", "project_id": "84bf41935a2e4a1185723353283e0e83"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:19Z", "revision_number": 0, "id": "b862d967-2be8-4b9a-8586-d8927b181608", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:19Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv4", "project_id": "84bf41935a2e4a1185723353283e0e83"}], "revision_number": 3, "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "name": "CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname"}]} 2019-01-20 12:50:20,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname used request id req-f1bbfcdd-e6bd-426f-b488-af9ae7604f23 2019-01-20 12:50:20,726 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - efc94aef-7fad-43a9-9269-ae11a17a2239 2019-01-20 12:50:20,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f31c730a474a77851fd9a6a352b73089bef2c1" 2019-01-20 12:50:21,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-ab235b74-d003-4a8d-9223-78b001ea7220 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:19Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:19Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "b862d967-2be8-4b9a-8586-d8927b181608"}]} 2019-01-20 12:50:21,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 used request id req-ab235b74-d003-4a8d-9223-78b001ea7220 2019-01-20 12:50:21,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f31c730a474a77851fd9a6a352b73089bef2c1" 2019-01-20 12:50:21,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-67c92c5b-87e9-4871-8230-0dc4d307287f Date: Sun, 20 Jan 2019 12:50:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "updated_at": "2019-01-20T12:50:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "revision_number": 0, "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv4", "project_id": "84bf41935a2e4a1185723353283e0e83"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "revision_number": 0, "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv6", "project_id": "84bf41935a2e4a1185723353283e0e83"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:19Z", "revision_number": 0, "id": "b862d967-2be8-4b9a-8586-d8927b181608", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:19Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv4", "project_id": "84bf41935a2e4a1185723353283e0e83"}], "revision_number": 3, "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "name": "CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname"}]} 2019-01-20 12:50:21,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname used request id req-67c92c5b-87e9-4871-8230-0dc4d307287f 2019-01-20 12:50:21,277 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - efc94aef-7fad-43a9-9269-ae11a17a2239 2019-01-20 12:50:21,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f31c730a474a77851fd9a6a352b73089bef2c1" 2019-01-20 12:50:21,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-27b00fe5-5ef9-4e6d-aa5c-2b4edd3fa20b Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:19Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:19Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "b862d967-2be8-4b9a-8586-d8927b181608"}]} 2019-01-20 12:50:21,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 used request id req-27b00fe5-5ef9-4e6d-aa5c-2b4edd3fa20b 2019-01-20 12:50:21,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f31c730a474a77851fd9a6a352b73089bef2c1" 2019-01-20 12:50:21,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-f9944d3c-4ea6-4177-8617-ca3c4d9647bb Date: Sun, 20 Jan 2019 12:50:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "updated_at": "2019-01-20T12:50:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "revision_number": 0, "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv4", "project_id": "84bf41935a2e4a1185723353283e0e83"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "revision_number": 0, "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv6", "project_id": "84bf41935a2e4a1185723353283e0e83"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:19Z", "revision_number": 0, "id": "b862d967-2be8-4b9a-8586-d8927b181608", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:19Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv4", "project_id": "84bf41935a2e4a1185723353283e0e83"}], "revision_number": 3, "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "name": "CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname"}]} 2019-01-20 12:50:21,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname used request id req-f9944d3c-4ea6-4177-8617-ca3c4d9647bb 2019-01-20 12:50:21,684 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - efc94aef-7fad-43a9-9269-ae11a17a2239 2019-01-20 12:50:21,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f31c730a474a77851fd9a6a352b73089bef2c1" 2019-01-20 12:50:21,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-a8814e15-b32c-4114-baf7-2b8ad60bb281 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:19Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:19Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "b862d967-2be8-4b9a-8586-d8927b181608"}]} 2019-01-20 12:50:21,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 used request id req-a8814e15-b32c-4114-baf7-2b8ad60bb281 2019-01-20 12:50:21,870 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - efc94aef-7fad-43a9-9269-ae11a17a2239 2019-01-20 12:50:21,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f31c730a474a77851fd9a6a352b73089bef2c1" 2019-01-20 12:50:21,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-35d33428-2901-4d05-a644-73f95a62c0a0 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:19Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:19Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "b862d967-2be8-4b9a-8586-d8927b181608"}]} 2019-01-20 12:50:21,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 used request id req-35d33428-2901-4d05-a644-73f95a62c0a0 2019-01-20 12:50:21,905 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname 2019-01-20 12:50:21,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:21,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-eb7557c5-d575-4d75-af77-18470c91051e Date: Sun, 20 Jan 2019 12:50:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "updated_at": "2019-01-20T12:50:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "revision_number": 0, "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv4", "project_id": "84bf41935a2e4a1185723353283e0e83"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "revision_number": 0, "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv6", "project_id": "84bf41935a2e4a1185723353283e0e83"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:19Z", "revision_number": 0, "id": "b862d967-2be8-4b9a-8586-d8927b181608", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:19Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv4", "project_id": "84bf41935a2e4a1185723353283e0e83"}], "revision_number": 3, "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "name": "CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname"}]} 2019-01-20 12:50:21,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname used request id req-eb7557c5-d575-4d75-af77-18470c91051e 2019-01-20 12:50:21,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/84bf41935a2e4a1185723353283e0e83 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:22,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c39dd4a4-5e9e-417e-8b4a-d98d8edde6e2 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/84bf41935a2e4a1185723353283e0e83"}, "enabled": true, "id": "84bf41935a2e4a1185723353283e0e83", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj"}} 2019-01-20 12:50:22,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/84bf41935a2e4a1185723353283e0e83 used request id req-c39dd4a4-5e9e-417e-8b4a-d98d8edde6e2 2019-01-20 12:50:22,043 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - efc94aef-7fad-43a9-9269-ae11a17a2239 2019-01-20 12:50:22,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:22,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-554977c5-42da-4d3b-8d72-c5e5e16318ea Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:19Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:19Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "b862d967-2be8-4b9a-8586-d8927b181608"}]} 2019-01-20 12:50:22,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 used request id req-554977c5-42da-4d3b-8d72-c5e5e16318ea 2019-01-20 12:50:22,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" -d '{"security_group_rule": {"direction": "egress", "protocol": 1, "description": "test_rule_2", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239"}}' 2019-01-20 12:50:22,419 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 519 X-Openstack-Request-Id: req-07304578-b939-4094-bed5-628cf54884e1 Date: Sun, 20 Jan 2019 12:50:22 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": "2019-01-20T12:50:22Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:22Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "7d6b865b-5beb-4a67-bb33-3760ee6e4994"}} 2019-01-20 12:50:22,419 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-07304578-b939-4094-bed5-628cf54884e1 2019-01-20 12:50:22,420 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - efc94aef-7fad-43a9-9269-ae11a17a2239 2019-01-20 12:50:22,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59f31c730a474a77851fd9a6a352b73089bef2c1" 2019-01-20 12:50:22,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1996 X-Openstack-Request-Id: req-65b1874f-5f9d-4e31-a8b1-013dc98c92fe Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "6a796bf4-1a83-40e9-9a36-af86e5a4bcdd"}, {"remote_group_id": null, "direction": "egress", "protocol": "1", "description": "test_rule_2", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:22Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:22Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "7d6b865b-5beb-4a67-bb33-3760ee6e4994"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:17Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:17Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:19Z", "security_group_id": "efc94aef-7fad-43a9-9269-ae11a17a2239", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:19Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "b862d967-2be8-4b9a-8586-d8927b181608"}]} 2019-01-20 12:50:22,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=efc94aef-7fad-43a9-9269-ae11a17a2239 used request id req-65b1874f-5f9d-4e31-a8b1-013dc98c92fe 2019-01-20 12:50:22,590 - neutron_utils - INFO - Deleting security group rule with ID - 6a796bf4-1a83-40e9-9a36-af86e5a4bcdd 2019-01-20 12:50:22,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/6a796bf4-1a83-40e9-9a36-af86e5a4bcdd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:22,838 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-90a76ba3-0e0c-4327-9155-81c72ebdf9bf Content-Length: 0 Date: Sun, 20 Jan 2019 12:50:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:50:22,838 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/6a796bf4-1a83-40e9-9a36-af86e5a4bcdd used request id req-90a76ba3-0e0c-4327-9155-81c72ebdf9bf 2019-01-20 12:50:22,838 - neutron_utils - INFO - Deleting security group rule with ID - 7d6b865b-5beb-4a67-bb33-3760ee6e4994 2019-01-20 12:50:22,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/7d6b865b-5beb-4a67-bb33-3760ee6e4994 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:23,165 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4179e059-0d96-4c16-bd31-55cf295047fd Content-Length: 0 Date: Sun, 20 Jan 2019 12:50:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:50:23,165 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/7d6b865b-5beb-4a67-bb33-3760ee6e4994 used request id req-4179e059-0d96-4c16-bd31-55cf295047fd 2019-01-20 12:50:23,165 - neutron_utils - INFO - Deleting security group rule with ID - aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa 2019-01-20 12:50:23,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:23,426 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-97146f1f-2660-47c7-b4e7-671eddc18b1a Content-Length: 0 Date: Sun, 20 Jan 2019 12:50:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:50:23,427 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/aeb42bc8-1e4d-4de0-a1a8-8b3aa1444afa used request id req-97146f1f-2660-47c7-b4e7-671eddc18b1a 2019-01-20 12:50:23,427 - neutron_utils - INFO - Deleting security group rule with ID - b862d967-2be8-4b9a-8586-d8927b181608 2019-01-20 12:50:23,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/b862d967-2be8-4b9a-8586-d8927b181608 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:23,691 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-adf0303f-00c7-49b4-b79e-cedaa5e20bda Content-Length: 0 Date: Sun, 20 Jan 2019 12:50:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:50:23,691 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/b862d967-2be8-4b9a-8586-d8927b181608 used request id req-adf0303f-00c7-49b4-b79e-cedaa5e20bda 2019-01-20 12:50:23,691 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-233f6546-38ab-405f-b429-35c0d148ee2aname 2019-01-20 12:50:23,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/efc94aef-7fad-43a9-9269-ae11a17a2239 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ec5679405c7c7d1ab1b6cb9514d8a3120931ea9" 2019-01-20 12:50:23,952 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-27fbf302-1b42-48c9-8cad-c6ba92667d2a Content-Length: 0 Date: Sun, 20 Jan 2019 12:50:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:50:23,953 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/efc94aef-7fad-43a9-9269-ae11a17a2239 used request id req-27fbf302-1b42-48c9-8cad-c6ba92667d2a 2019-01-20 12:50:23,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9065de71f8d60723366b1b2ef46e1f5a1a1d1c0" 2019-01-20 12:50:24,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-88423bfd-cbf0-4b62-98a4-208aad2bd4f7 Date: Sun, 20 Jan 2019 12:50:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:16Z", "updated_at": "2019-01-20T12:50:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:16Z", "revision_number": 0, "id": "12c9fae1-82ba-4008-9edc-878c11c0a01e", "remote_group_id": "fb380ab6-a788-421b-8321-3ada5b258453", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:16Z", "security_group_id": "fb380ab6-a788-421b-8321-3ada5b258453", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv4", "project_id": "84bf41935a2e4a1185723353283e0e83"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:16Z", "revision_number": 0, "id": "2efbce41-c053-403b-94a6-12686dcb9254", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:16Z", "security_group_id": "fb380ab6-a788-421b-8321-3ada5b258453", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv6", "project_id": "84bf41935a2e4a1185723353283e0e83"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:16Z", "revision_number": 0, "id": "36cfd3f8-8c88-4bfe-a42c-a62db9d87556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:16Z", "security_group_id": "fb380ab6-a788-421b-8321-3ada5b258453", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv4", "project_id": "84bf41935a2e4a1185723353283e0e83"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:16Z", "revision_number": 0, "id": "565049f0-4d98-412b-b7d2-c1967cbdf874", "remote_group_id": "fb380ab6-a788-421b-8321-3ada5b258453", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:16Z", "security_group_id": "fb380ab6-a788-421b-8321-3ada5b258453", "tenant_id": "84bf41935a2e4a1185723353283e0e83", "port_range_min": null, "ethertype": "IPv6", "project_id": "84bf41935a2e4a1185723353283e0e83"}], "revision_number": 4, "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "fb380ab6-a788-421b-8321-3ada5b258453", "name": "default"}]} 2019-01-20 12:50:24,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-88423bfd-cbf0-4b62-98a4-208aad2bd4f7 2019-01-20 12:50:24,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9065de71f8d60723366b1b2ef46e1f5a1a1d1c0" 2019-01-20 12:50:24,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41a83efe-b68c-4a03-ac2c-5d79a9b84264 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:50:24,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-41a83efe-b68c-4a03-ac2c-5d79a9b84264 2019-01-20 12:50:24,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9065de71f8d60723366b1b2ef46e1f5a1a1d1c0" 2019-01-20 12:50:24,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8570fbd0-e468-4a03-9a71-d68ae69f8a68 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:50:24,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-8570fbd0-e468-4a03-9a71-d68ae69f8a68 2019-01-20 12:50:24,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9065de71f8d60723366b1b2ef46e1f5a1a1d1c0" 2019-01-20 12:50:24,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca40b062-d099-4913-87cd-1c27cd4aadaf Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:50:24,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-ca40b062-d099-4913-87cd-1c27cd4aadaf 2019-01-20 12:50:24,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/84bf41935a2e4a1185723353283e0e83 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9065de71f8d60723366b1b2ef46e1f5a1a1d1c0" 2019-01-20 12:50:24,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e22e4a6f-d9e2-43f7-b125-651c32e4a99a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/84bf41935a2e4a1185723353283e0e83"}, "enabled": true, "id": "84bf41935a2e4a1185723353283e0e83", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj"}} 2019-01-20 12:50:24,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/84bf41935a2e4a1185723353283e0e83 used request id req-e22e4a6f-d9e2-43f7-b125-651c32e4a99a 2019-01-20 12:50:24,683 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fb380ab6-a788-421b-8321-3ada5b258453 2019-01-20 12:50:24,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=fb380ab6-a788-421b-8321-3ada5b258453 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9065de71f8d60723366b1b2ef46e1f5a1a1d1c0" 2019-01-20 12:50:24,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c5dd8b69-894c-4b53-adc2-e49f2650d7ef Date: Sun, 20 Jan 2019 12:50:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "fb380ab6-a788-421b-8321-3ada5b258453", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:16Z", "security_group_id": "fb380ab6-a788-421b-8321-3ada5b258453", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:16Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "12c9fae1-82ba-4008-9edc-878c11c0a01e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:16Z", "security_group_id": "fb380ab6-a788-421b-8321-3ada5b258453", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:16Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "2efbce41-c053-403b-94a6-12686dcb9254"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:16Z", "security_group_id": "fb380ab6-a788-421b-8321-3ada5b258453", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:16Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "36cfd3f8-8c88-4bfe-a42c-a62db9d87556"}, {"remote_group_id": "fb380ab6-a788-421b-8321-3ada5b258453", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:16Z", "security_group_id": "fb380ab6-a788-421b-8321-3ada5b258453", "port_range_min": null, "revision_number": 0, "tenant_id": "84bf41935a2e4a1185723353283e0e83", "created_at": "2019-01-20T12:50:16Z", "project_id": "84bf41935a2e4a1185723353283e0e83", "id": "565049f0-4d98-412b-b7d2-c1967cbdf874"}]} 2019-01-20 12:50:24,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=fb380ab6-a788-421b-8321-3ada5b258453 used request id req-c5dd8b69-894c-4b53-adc2-e49f2650d7ef 2019-01-20 12:50:24,867 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 12:50:24,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/fb380ab6-a788-421b-8321-3ada5b258453 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9065de71f8d60723366b1b2ef46e1f5a1a1d1c0" 2019-01-20 12:50:25,146 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-844ec6d0-2f89-4a1c-bc14-40d4bb4acf5d Content-Length: 0 Date: Sun, 20 Jan 2019 12:50:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:50:25,146 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/fb380ab6-a788-421b-8321-3ada5b258453 used request id req-844ec6d0-2f89-4a1c-bc14-40d4bb4acf5d 2019-01-20 12:50:25,147 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj 2019-01-20 12:50:25,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/84bf41935a2e4a1185723353283e0e83 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9065de71f8d60723366b1b2ef46e1f5a1a1d1c0" 2019-01-20 12:50:25,373 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bc1c306-c547-4be2-a3a9-7b274376b013 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:25,374 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/84bf41935a2e4a1185723353283e0e83 used request id req-0bc1c306-c547-4be2-a3a9-7b274376b013 2019-01-20 12:50:25,374 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-7bf6e4e3-96e8-466-proj-role 2019-01-20 12:50:25,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/d78d98b7c9444b8f87412d6df7f421b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9065de71f8d60723366b1b2ef46e1f5a1a1d1c0" 2019-01-20 12:50:25,496 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a3e2147-041c-46f4-8df4-5cd2a61c9ee5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:25,497 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/d78d98b7c9444b8f87412d6df7f421b9 used request id req-6a3e2147-041c-46f4-8df4-5cd2a61c9ee5 2019-01-20 12:50:25,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9065de71f8d60723366b1b2ef46e1f5a1a1d1c0" 2019-01-20 12:50:25,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-655d9ef3-c20c-46f5-87c1-fbdb12562ef4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:50:25,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-655d9ef3-c20c-46f5-87c1-fbdb12562ef4 2019-01-20 12:50:25,598 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-7bf6e4e3-96e8-466-user 2019-01-20 12:50:25,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/97a6643251084d3d84e09578fb49b445 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}944bd527f5222b05985b4cb4f3bdc85b05985001" 2019-01-20 12:50:25,778 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7c11afe-c57e-4912-8a83-fdb299084cfb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:25,778 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/97a6643251084d3d84e09578fb49b445 used request id req-e7c11afe-c57e-4912-8a83-fdb299084cfb 2019-01-20 12:50:25,780 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:26,158 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:50:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["k1jzV6sRR82thidDqz6ruQ"], "issued_at": "2019-01-20T12:50:26.000000Z"}} 2019-01-20 12:50:26,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d9d3d246a555e5cacbd78d581db0995f0a57c3" 2019-01-20 12:50:26,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e9faa19-57de-414f-a83b-3995a75fcd3e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:26,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5e9faa19-57de-414f-a83b-3995a75fcd3e 2019-01-20 12:50:26,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:26,255 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:26,645 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:50:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["nUaEtANzSWuvjQ8JAT4gbg"], "issued_at": "2019-01-20T12:50:26.000000Z"}} 2019-01-20 12:50:26,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50061f888f942ad2f9c976feeecc1301e9350a5d" 2019-01-20 12:50:26,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d4b843c-de2e-417b-9e43-1615212bc053 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:26,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0d4b843c-de2e-417b-9e43-1615212bc053 2019-01-20 12:50:26,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:50:26,732 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:50: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:50:26,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-83421c92-4b66-4d6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50061f888f942ad2f9c976feeecc1301e9350a5d" 2019-01-20 12:50:26,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0580f758-5732-4fab-9c91-6453aefd9871 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-83421c92-4b66-4d6-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:50:26,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-83421c92-4b66-4d6-proj used request id req-0580f758-5732-4fab-9c91-6453aefd9871 2019-01-20 12:50:26,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50061f888f942ad2f9c976feeecc1301e9350a5d" 2019-01-20 12:50:26,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edec5be7-9b64-4383-b7fd-5c8a45ebd06c Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:50:26,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-edec5be7-9b64-4383-b7fd-5c8a45ebd06c 2019-01-20 12:50:26,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50061f888f942ad2f9c976feeecc1301e9350a5d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-83421c92-4b66-4d6-proj"}}' 2019-01-20 12:50:26,969 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:50:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-272edaf0-9045-4c9b-8c18-9a13c0f568bc Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/bed6083d51da4c0183bbe92dd0234cac"}, "enabled": true, "id": "bed6083d51da4c0183bbe92dd0234cac", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-83421c92-4b66-4d6-proj"}} 2019-01-20 12:50:26,970 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-272edaf0-9045-4c9b-8c18-9a13c0f568bc 2019-01-20 12:50:26,970 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-83421c92-4b66-4d6-proj 2019-01-20 12:50:26,970 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:26,971 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:27,366 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:50:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["m28qreeoTreqLPkRpAsfLw"], "issued_at": "2019-01-20T12:50:27.000000Z"}} 2019-01-20 12:50:27,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0295da52324e1146a0b870c3e9d115fa215404b" 2019-01-20 12:50:27,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-462e940a-2e44-4a77-ad28-845c99d9702a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:27,449 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-462e940a-2e44-4a77-ad28-845c99d9702a 2019-01-20 12:50:27,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:50:27,459 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:50: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:50:27,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0295da52324e1146a0b870c3e9d115fa215404b" 2019-01-20 12:50:27,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecae99a8-462b-4b67-8b9e-c29caaefff08 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:50:27,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-ecae99a8-462b-4b67-8b9e-c29caaefff08 2019-01-20 12:50:27,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-83421c92-4b66-4d6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0295da52324e1146a0b870c3e9d115fa215404b" 2019-01-20 12:50:27,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a927aed2-f7bb-4edc-8bac-5ddf95cba8c9 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-83421c92-4b66-4d6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/bed6083d51da4c0183bbe92dd0234cac"}, "enabled": true, "id": "bed6083d51da4c0183bbe92dd0234cac", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-83421c92-4b66-4d6-proj"}]} 2019-01-20 12:50:27,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-83421c92-4b66-4d6-proj used request id req-a927aed2-f7bb-4edc-8bac-5ddf95cba8c9 2019-01-20 12:50:27,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0295da52324e1146a0b870c3e9d115fa215404b" 2019-01-20 12:50:27,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bd4bb04-0d54-4725-9c69-6861c4389ad8 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:50:27,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-9bd4bb04-0d54-4725-9c69-6861c4389ad8 2019-01-20 12:50:28,029 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-83421c92-4b66-4d6-user 2019-01-20 12:50:28,030 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:28,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50061f888f942ad2f9c976feeecc1301e9350a5d" 2019-01-20 12:50:28,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62f6b9ca-5dbb-4d17-9d5d-10532ad21e93 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:50:28,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-62f6b9ca-5dbb-4d17-9d5d-10532ad21e93 2019-01-20 12:50:28,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50061f888f942ad2f9c976feeecc1301e9350a5d" -d '{"role": {"name": "CreateSecurityGroupTests-83421c92-4b66-4d6-proj-role"}}' 2019-01-20 12:50:28,233 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:50:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac824da7-da3b-4b29-880a-fb3fef49444e Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e585a1ec49264e978b36aff7e1c61192", "links": {"self": "http://172.30.9.22:5000/v3/roles/e585a1ec49264e978b36aff7e1c61192"}, "name": "CreateSecurityGroupTests-83421c92-4b66-4d6-proj-role"}} 2019-01-20 12:50:28,234 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-ac824da7-da3b-4b29-880a-fb3fef49444e 2019-01-20 12:50:28,234 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-83421c92-4b66-4d6-proj-role 2019-01-20 12:50:28,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/e585a1ec49264e978b36aff7e1c61192 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50061f888f942ad2f9c976feeecc1301e9350a5d" 2019-01-20 12:50:28,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71040169-0434-4e12-8e07-436c66a64759 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/e585a1ec49264e978b36aff7e1c61192"}, "domain_id": null, "name": "CreateSecurityGroupTests-83421c92-4b66-4d6-proj-role", "id": "e585a1ec49264e978b36aff7e1c61192"}} 2019-01-20 12:50:28,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/e585a1ec49264e978b36aff7e1c61192 used request id req-71040169-0434-4e12-8e07-436c66a64759 2019-01-20 12:50:28,325 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-83421c92-4b66-4d6-proj-role to project CreateSecurityGroupTests-83421c92-4b66-4d6-proj 2019-01-20 12:50:28,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/bed6083d51da4c0183bbe92dd0234cac/users/47339202343b4ac3b5aaa64541433825/roles/e585a1ec49264e978b36aff7e1c61192 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50061f888f942ad2f9c976feeecc1301e9350a5d" 2019-01-20 12:50:28,445 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81ab6473-0db6-4815-9dbd-dd880fc01698 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:28,445 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/bed6083d51da4c0183bbe92dd0234cac/users/47339202343b4ac3b5aaa64541433825/roles/e585a1ec49264e978b36aff7e1c61192 used request id req-81ab6473-0db6-4815-9dbd-dd880fc01698 2019-01-20 12:50:28,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:28,447 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:28,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e585a1ec49264e978b36aff7e1c61192", "name": "CreateSecurityGroupTests-83421c92-4b66-4d6-proj-role"}], "expires_at": "2019-01-20T13:50:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bed6083d51da4c0183bbe92dd0234cac", "name": "CreateSecurityGroupTests-83421c92-4b66-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/bed6083d51da4c0183bbe92dd0234cac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/bed6083d51da4c0183bbe92dd0234cac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/bed6083d51da4c0183bbe92dd0234cac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/bed6083d51da4c0183bbe92dd0234cac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/bed6083d51da4c0183bbe92dd0234cac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/bed6083d51da4c0183bbe92dd0234cac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/bed6083d51da4c0183bbe92dd0234cac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/bed6083d51da4c0183bbe92dd0234cac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/bed6083d51da4c0183bbe92dd0234cac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/bed6083d51da4c0183bbe92dd0234cac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/bed6083d51da4c0183bbe92dd0234cac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/bed6083d51da4c0183bbe92dd0234cac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-83421c92-4b66-4d6-user", "id": "47339202343b4ac3b5aaa64541433825"}, "audit_ids": ["79EehJuDRNa-QqfQCKmJuw"], "issued_at": "2019-01-20T12:50:28.000000Z"}} 2019-01-20 12:50:28,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fe16ab6e408de045b06022d7b19cb8e7f487cbe" 2019-01-20 12:50:28,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a5ce8c1-2e67-4370-bdbe-6cefefb83737 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:28,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6a5ce8c1-2e67-4370-bdbe-6cefefb83737 2019-01-20 12:50:28,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-124d5c7c-fa7e-413e-ab65-89b9522326abname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fe16ab6e408de045b06022d7b19cb8e7f487cbe" 2019-01-20 12:50:29,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c0af14e7-cfcc-4172-bf5d-84c32d21783f Date: Sun, 20 Jan 2019 12:50:29 GMT RESP BODY: {"security_groups": []} 2019-01-20 12:50:29,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-124d5c7c-fa7e-413e-ab65-89b9522326abname&description=hello+group used request id req-c0af14e7-cfcc-4172-bf5d-84c32d21783f 2019-01-20 12:50:29,202 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-124d5c7c-fa7e-413e-ab65-89b9522326abname... 2019-01-20 12:50:29,202 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-124d5c7c-fa7e-413e-ab65-89b9522326abname 2019-01-20 12:50:29,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fe16ab6e408de045b06022d7b19cb8e7f487cbe" -d '{"security_group": {"name": "CreateSecurityGroupTests-124d5c7c-fa7e-413e-ab65-89b9522326abname", "description": "hello group"}}' 2019-01-20 12:50:29,552 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-f2db786e-c347-4144-97e3-5de7c578c9c5 Date: Sun, 20 Jan 2019 12:50:29 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "created_at": "2019-01-20T12:50:29Z", "updated_at": "2019-01-20T12:50:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "revision_number": 0, "id": "6d5e2bc1-00f4-4049-8fe5-58e3465b2b25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:29Z", "security_group_id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "port_range_min": null, "ethertype": "IPv4", "project_id": "bed6083d51da4c0183bbe92dd0234cac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "revision_number": 0, "id": "9fb3c97c-9593-44de-9d61-f3306da3faad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:29Z", "security_group_id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "port_range_min": null, "ethertype": "IPv6", "project_id": "bed6083d51da4c0183bbe92dd0234cac"}], "revision_number": 2, "project_id": "bed6083d51da4c0183bbe92dd0234cac", "id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "name": "CreateSecurityGroupTests-124d5c7c-fa7e-413e-ab65-89b9522326abname"}} 2019-01-20 12:50:29,552 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-f2db786e-c347-4144-97e3-5de7c578c9c5 2019-01-20 12:50:29,553 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d8aa2c15-613d-4806-a865-d4a27ab298a5 2019-01-20 12:50:29,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d8aa2c15-613d-4806-a865-d4a27ab298a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fe16ab6e408de045b06022d7b19cb8e7f487cbe" 2019-01-20 12:50:29,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6874a1c0-fbd4-4773-bc3e-ee394b22a7a3 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:29Z", "security_group_id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "port_range_min": null, "revision_number": 0, "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "created_at": "2019-01-20T12:50:29Z", "project_id": "bed6083d51da4c0183bbe92dd0234cac", "id": "6d5e2bc1-00f4-4049-8fe5-58e3465b2b25"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "security_group_id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "port_range_min": null, "revision_number": 0, "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "created_at": "2019-01-20T12:50:29Z", "project_id": "bed6083d51da4c0183bbe92dd0234cac", "id": "9fb3c97c-9593-44de-9d61-f3306da3faad"}]} 2019-01-20 12:50:29,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d8aa2c15-613d-4806-a865-d4a27ab298a5 used request id req-6874a1c0-fbd4-4773-bc3e-ee394b22a7a3 2019-01-20 12:50:29,715 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d8aa2c15-613d-4806-a865-d4a27ab298a5 2019-01-20 12:50:29,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d8aa2c15-613d-4806-a865-d4a27ab298a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fe16ab6e408de045b06022d7b19cb8e7f487cbe" 2019-01-20 12:50:29,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-da538be3-a4c6-4257-a057-182d210f6e21 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:29Z", "security_group_id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "port_range_min": null, "revision_number": 0, "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "created_at": "2019-01-20T12:50:29Z", "project_id": "bed6083d51da4c0183bbe92dd0234cac", "id": "6d5e2bc1-00f4-4049-8fe5-58e3465b2b25"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "security_group_id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "port_range_min": null, "revision_number": 0, "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "created_at": "2019-01-20T12:50:29Z", "project_id": "bed6083d51da4c0183bbe92dd0234cac", "id": "9fb3c97c-9593-44de-9d61-f3306da3faad"}]} 2019-01-20 12:50:29,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d8aa2c15-613d-4806-a865-d4a27ab298a5 used request id req-da538be3-a4c6-4257-a057-182d210f6e21 2019-01-20 12:50:29,895 - neutron_utils - INFO - Retrieving security group with ID - d8aa2c15-613d-4806-a865-d4a27ab298a5 2019-01-20 12:50:29,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=d8aa2c15-613d-4806-a865-d4a27ab298a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fe16ab6e408de045b06022d7b19cb8e7f487cbe" 2019-01-20 12:50:30,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-2508b71a-f260-4b8f-83f3-6ddf9099890d Date: Sun, 20 Jan 2019 12:50:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "created_at": "2019-01-20T12:50:29Z", "updated_at": "2019-01-20T12:50:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "revision_number": 0, "id": "6d5e2bc1-00f4-4049-8fe5-58e3465b2b25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:29Z", "security_group_id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "port_range_min": null, "ethertype": "IPv4", "project_id": "bed6083d51da4c0183bbe92dd0234cac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "revision_number": 0, "id": "9fb3c97c-9593-44de-9d61-f3306da3faad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:29Z", "security_group_id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "port_range_min": null, "ethertype": "IPv6", "project_id": "bed6083d51da4c0183bbe92dd0234cac"}], "revision_number": 2, "project_id": "bed6083d51da4c0183bbe92dd0234cac", "id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "name": "CreateSecurityGroupTests-124d5c7c-fa7e-413e-ab65-89b9522326abname"}]} 2019-01-20 12:50:30,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=d8aa2c15-613d-4806-a865-d4a27ab298a5 used request id req-2508b71a-f260-4b8f-83f3-6ddf9099890d 2019-01-20 12:50:30,102 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d8aa2c15-613d-4806-a865-d4a27ab298a5 2019-01-20 12:50:30,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d8aa2c15-613d-4806-a865-d4a27ab298a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fe16ab6e408de045b06022d7b19cb8e7f487cbe" 2019-01-20 12:50:30,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-aae588d8-aa96-4cfd-9bc5-387d78c780c1 Date: Sun, 20 Jan 2019 12:50:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "security_group_id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "port_range_min": null, "revision_number": 0, "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "created_at": "2019-01-20T12:50:29Z", "project_id": "bed6083d51da4c0183bbe92dd0234cac", "id": "6d5e2bc1-00f4-4049-8fe5-58e3465b2b25"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "security_group_id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "port_range_min": null, "revision_number": 0, "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "created_at": "2019-01-20T12:50:29Z", "project_id": "bed6083d51da4c0183bbe92dd0234cac", "id": "9fb3c97c-9593-44de-9d61-f3306da3faad"}]} 2019-01-20 12:50:30,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d8aa2c15-613d-4806-a865-d4a27ab298a5 used request id req-aae588d8-aa96-4cfd-9bc5-387d78c780c1 2019-01-20 12:50:30,268 - neutron_utils - INFO - Retrieving security group with ID - d8aa2c15-613d-4806-a865-d4a27ab298a5 2019-01-20 12:50:30,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=d8aa2c15-613d-4806-a865-d4a27ab298a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fe16ab6e408de045b06022d7b19cb8e7f487cbe" 2019-01-20 12:50:30,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-97286e51-4a8b-4e7d-990f-f0a354971172 Date: Sun, 20 Jan 2019 12:50:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "created_at": "2019-01-20T12:50:29Z", "updated_at": "2019-01-20T12:50:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "revision_number": 0, "id": "6d5e2bc1-00f4-4049-8fe5-58e3465b2b25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:29Z", "security_group_id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "port_range_min": null, "ethertype": "IPv4", "project_id": "bed6083d51da4c0183bbe92dd0234cac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "revision_number": 0, "id": "9fb3c97c-9593-44de-9d61-f3306da3faad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:29Z", "security_group_id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "port_range_min": null, "ethertype": "IPv6", "project_id": "bed6083d51da4c0183bbe92dd0234cac"}], "revision_number": 2, "project_id": "bed6083d51da4c0183bbe92dd0234cac", "id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "name": "CreateSecurityGroupTests-124d5c7c-fa7e-413e-ab65-89b9522326abname"}]} 2019-01-20 12:50:30,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=d8aa2c15-613d-4806-a865-d4a27ab298a5 used request id req-97286e51-4a8b-4e7d-990f-f0a354971172 2019-01-20 12:50:30,463 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d8aa2c15-613d-4806-a865-d4a27ab298a5 2019-01-20 12:50:30,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d8aa2c15-613d-4806-a865-d4a27ab298a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fe16ab6e408de045b06022d7b19cb8e7f487cbe" 2019-01-20 12:50:30,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2973e86a-a55f-4d46-8e84-e1b7529154d5 Date: Sun, 20 Jan 2019 12:50:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "security_group_id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "port_range_min": null, "revision_number": 0, "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "created_at": "2019-01-20T12:50:29Z", "project_id": "bed6083d51da4c0183bbe92dd0234cac", "id": "6d5e2bc1-00f4-4049-8fe5-58e3465b2b25"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "security_group_id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "port_range_min": null, "revision_number": 0, "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "created_at": "2019-01-20T12:50:29Z", "project_id": "bed6083d51da4c0183bbe92dd0234cac", "id": "9fb3c97c-9593-44de-9d61-f3306da3faad"}]} 2019-01-20 12:50:30,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d8aa2c15-613d-4806-a865-d4a27ab298a5 used request id req-2973e86a-a55f-4d46-8e84-e1b7529154d5 2019-01-20 12:50:30,493 - neutron_utils - INFO - Retrieving security group with ID - d8aa2c15-613d-4806-a865-d4a27ab298a5 2019-01-20 12:50:30,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=d8aa2c15-613d-4806-a865-d4a27ab298a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fe16ab6e408de045b06022d7b19cb8e7f487cbe" 2019-01-20 12:50:30,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-3a3c1720-06c3-4ce5-8945-1171f39bfc75 Date: Sun, 20 Jan 2019 12:50:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "created_at": "2019-01-20T12:50:29Z", "updated_at": "2019-01-20T12:50:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "revision_number": 0, "id": "6d5e2bc1-00f4-4049-8fe5-58e3465b2b25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:29Z", "security_group_id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "port_range_min": null, "ethertype": "IPv4", "project_id": "bed6083d51da4c0183bbe92dd0234cac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "revision_number": 0, "id": "9fb3c97c-9593-44de-9d61-f3306da3faad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:29Z", "security_group_id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "port_range_min": null, "ethertype": "IPv6", "project_id": "bed6083d51da4c0183bbe92dd0234cac"}], "revision_number": 2, "project_id": "bed6083d51da4c0183bbe92dd0234cac", "id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "name": "CreateSecurityGroupTests-124d5c7c-fa7e-413e-ab65-89b9522326abname"}]} 2019-01-20 12:50:30,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=d8aa2c15-613d-4806-a865-d4a27ab298a5 used request id req-3a3c1720-06c3-4ce5-8945-1171f39bfc75 2019-01-20 12:50:30,702 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d8aa2c15-613d-4806-a865-d4a27ab298a5 2019-01-20 12:50:30,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d8aa2c15-613d-4806-a865-d4a27ab298a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fe16ab6e408de045b06022d7b19cb8e7f487cbe" 2019-01-20 12:50:30,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4cf80eee-c2bb-4f0e-96dc-a73e527bc065 Date: Sun, 20 Jan 2019 12:50:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "security_group_id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "port_range_min": null, "revision_number": 0, "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "created_at": "2019-01-20T12:50:29Z", "project_id": "bed6083d51da4c0183bbe92dd0234cac", "id": "6d5e2bc1-00f4-4049-8fe5-58e3465b2b25"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "security_group_id": "d8aa2c15-613d-4806-a865-d4a27ab298a5", "port_range_min": null, "revision_number": 0, "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "created_at": "2019-01-20T12:50:29Z", "project_id": "bed6083d51da4c0183bbe92dd0234cac", "id": "9fb3c97c-9593-44de-9d61-f3306da3faad"}]} 2019-01-20 12:50:30,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d8aa2c15-613d-4806-a865-d4a27ab298a5 used request id req-4cf80eee-c2bb-4f0e-96dc-a73e527bc065 2019-01-20 12:50:30,736 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-124d5c7c-fa7e-413e-ab65-89b9522326abname 2019-01-20 12:50:30,736 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:31,109 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e585a1ec49264e978b36aff7e1c61192", "name": "CreateSecurityGroupTests-83421c92-4b66-4d6-proj-role"}], "expires_at": "2019-01-20T13:50:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bed6083d51da4c0183bbe92dd0234cac", "name": "CreateSecurityGroupTests-83421c92-4b66-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/bed6083d51da4c0183bbe92dd0234cac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/bed6083d51da4c0183bbe92dd0234cac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/bed6083d51da4c0183bbe92dd0234cac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/bed6083d51da4c0183bbe92dd0234cac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/bed6083d51da4c0183bbe92dd0234cac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/bed6083d51da4c0183bbe92dd0234cac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/bed6083d51da4c0183bbe92dd0234cac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/bed6083d51da4c0183bbe92dd0234cac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/bed6083d51da4c0183bbe92dd0234cac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/bed6083d51da4c0183bbe92dd0234cac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/bed6083d51da4c0183bbe92dd0234cac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/bed6083d51da4c0183bbe92dd0234cac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-83421c92-4b66-4d6-user", "id": "47339202343b4ac3b5aaa64541433825"}, "audit_ids": ["3PyL5fBaQtWMwSv4XOxFHQ"], "issued_at": "2019-01-20T12:50:31.000000Z"}} 2019-01-20 12:50:31,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/d8aa2c15-613d-4806-a865-d4a27ab298a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53a2dbe3abb69277738b9b98eeae6b6f793d379" 2019-01-20 12:50:31,383 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-781104cf-50c6-409d-b724-b4a8600bea5a Content-Length: 0 Date: Sun, 20 Jan 2019 12:50:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:50:31,384 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/d8aa2c15-613d-4806-a865-d4a27ab298a5 used request id req-781104cf-50c6-409d-b724-b4a8600bea5a 2019-01-20 12:50:31,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-124d5c7c-fa7e-413e-ab65-89b9522326abname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53a2dbe3abb69277738b9b98eeae6b6f793d379" 2019-01-20 12:50:31,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-605395b8-c04c-4f2e-bf33-986269f89f89 Date: Sun, 20 Jan 2019 12:50:31 GMT RESP BODY: {"security_groups": []} 2019-01-20 12:50:31,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-124d5c7c-fa7e-413e-ab65-89b9522326abname&description=hello+group used request id req-605395b8-c04c-4f2e-bf33-986269f89f89 2019-01-20 12:50:31,584 - neutron_utils - INFO - Deleting security group rule with ID - 9fb3c97c-9593-44de-9d61-f3306da3faad 2019-01-20 12:50:31,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/9fb3c97c-9593-44de-9d61-f3306da3faad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fe16ab6e408de045b06022d7b19cb8e7f487cbe" 2019-01-20 12:50:31,613 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-111124be-4a55-454a-93cf-08f6c67d1bb2 Date: Sun, 20 Jan 2019 12:50:31 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 9fb3c97c-9593-44de-9d61-f3306da3faad does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-20 12:50:31,613 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/9fb3c97c-9593-44de-9d61-f3306da3faad used request id req-111124be-4a55-454a-93cf-08f6c67d1bb2 2019-01-20 12:50:31,613 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 9fb3c97c-9593-44de-9d61-f3306da3faad does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-20 12:50:31,614 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 9fb3c97c-9593-44de-9d61-f3306da3faad does not exist Neutron server returns request_ids: ['req-111124be-4a55-454a-93cf-08f6c67d1bb2'] 2019-01-20 12:50:31,614 - neutron_utils - INFO - Deleting security group rule with ID - 6d5e2bc1-00f4-4049-8fe5-58e3465b2b25 2019-01-20 12:50:31,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/6d5e2bc1-00f4-4049-8fe5-58e3465b2b25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fe16ab6e408de045b06022d7b19cb8e7f487cbe" 2019-01-20 12:50:31,792 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-ec7b176e-bf65-49ea-8edc-e54d674366ad Date: Sun, 20 Jan 2019 12:50:31 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 6d5e2bc1-00f4-4049-8fe5-58e3465b2b25 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-20 12:50:31,793 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/6d5e2bc1-00f4-4049-8fe5-58e3465b2b25 used request id req-ec7b176e-bf65-49ea-8edc-e54d674366ad 2019-01-20 12:50:31,793 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 6d5e2bc1-00f4-4049-8fe5-58e3465b2b25 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-20 12:50:31,793 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 6d5e2bc1-00f4-4049-8fe5-58e3465b2b25 does not exist Neutron server returns request_ids: ['req-ec7b176e-bf65-49ea-8edc-e54d674366ad'] 2019-01-20 12:50:31,793 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-124d5c7c-fa7e-413e-ab65-89b9522326abname 2019-01-20 12:50:31,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/d8aa2c15-613d-4806-a865-d4a27ab298a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fe16ab6e408de045b06022d7b19cb8e7f487cbe" 2019-01-20 12:50:31,958 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-39487763-f9a3-4c13-8b1f-cac2d1d86ab5 Date: Sun, 20 Jan 2019 12:50:31 GMT RESP BODY: {"NeutronError": {"message": "Security group d8aa2c15-613d-4806-a865-d4a27ab298a5 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2019-01-20 12:50:31,958 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/d8aa2c15-613d-4806-a865-d4a27ab298a5 used request id req-39487763-f9a3-4c13-8b1f-cac2d1d86ab5 2019-01-20 12:50:31,958 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group d8aa2c15-613d-4806-a865-d4a27ab298a5 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2019-01-20 12:50:31,959 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group d8aa2c15-613d-4806-a865-d4a27ab298a5 does not exist Neutron server returns request_ids: ['req-39487763-f9a3-4c13-8b1f-cac2d1d86ab5'] 2019-01-20 12:50:31,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50061f888f942ad2f9c976feeecc1301e9350a5d" 2019-01-20 12:50:32,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-0661348a-854b-42ad-872b-e8911b1f5b9c Date: Sun, 20 Jan 2019 12:50:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "created_at": "2019-01-20T12:50:29Z", "updated_at": "2019-01-20T12:50:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "revision_number": 0, "id": "0dbe161b-9430-4753-b288-29ebee48a0f8", "remote_group_id": "110941d8-e000-4b13-9b4d-a0599277a6df", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:29Z", "security_group_id": "110941d8-e000-4b13-9b4d-a0599277a6df", "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "port_range_min": null, "ethertype": "IPv6", "project_id": "bed6083d51da4c0183bbe92dd0234cac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "revision_number": 0, "id": "42e349b2-e6dd-4620-a8e6-eb1631125e81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:29Z", "security_group_id": "110941d8-e000-4b13-9b4d-a0599277a6df", "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "port_range_min": null, "ethertype": "IPv4", "project_id": "bed6083d51da4c0183bbe92dd0234cac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "revision_number": 0, "id": "5c4c854a-d654-4b55-9764-c5bdd03db0ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:29Z", "security_group_id": "110941d8-e000-4b13-9b4d-a0599277a6df", "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "port_range_min": null, "ethertype": "IPv6", "project_id": "bed6083d51da4c0183bbe92dd0234cac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "revision_number": 0, "id": "5ccb704b-860e-4ad4-a8b0-3258c6693962", "remote_group_id": "110941d8-e000-4b13-9b4d-a0599277a6df", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:29Z", "security_group_id": "110941d8-e000-4b13-9b4d-a0599277a6df", "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "port_range_min": null, "ethertype": "IPv4", "project_id": "bed6083d51da4c0183bbe92dd0234cac"}], "revision_number": 4, "project_id": "bed6083d51da4c0183bbe92dd0234cac", "id": "110941d8-e000-4b13-9b4d-a0599277a6df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:50:32,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-0661348a-854b-42ad-872b-e8911b1f5b9c 2019-01-20 12:50:32,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50061f888f942ad2f9c976feeecc1301e9350a5d" 2019-01-20 12:50:32,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee647b1c-14fb-4e3e-ae24-579e79b59645 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:50:32,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-ee647b1c-14fb-4e3e-ae24-579e79b59645 2019-01-20 12:50:32,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/bed6083d51da4c0183bbe92dd0234cac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50061f888f942ad2f9c976feeecc1301e9350a5d" 2019-01-20 12:50:32,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d2a54d2-d7ad-46f7-83db-1bc0c3518111 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/bed6083d51da4c0183bbe92dd0234cac"}, "enabled": true, "id": "bed6083d51da4c0183bbe92dd0234cac", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-83421c92-4b66-4d6-proj"}} 2019-01-20 12:50:32,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/bed6083d51da4c0183bbe92dd0234cac used request id req-5d2a54d2-d7ad-46f7-83db-1bc0c3518111 2019-01-20 12:50:32,373 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 110941d8-e000-4b13-9b4d-a0599277a6df 2019-01-20 12:50:32,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=110941d8-e000-4b13-9b4d-a0599277a6df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50061f888f942ad2f9c976feeecc1301e9350a5d" 2019-01-20 12:50:32,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5cdb7208-76fe-4671-8414-d793d84002ca Date: Sun, 20 Jan 2019 12:50:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "110941d8-e000-4b13-9b4d-a0599277a6df", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "security_group_id": "110941d8-e000-4b13-9b4d-a0599277a6df", "port_range_min": null, "revision_number": 0, "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "created_at": "2019-01-20T12:50:29Z", "project_id": "bed6083d51da4c0183bbe92dd0234cac", "id": "0dbe161b-9430-4753-b288-29ebee48a0f8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "security_group_id": "110941d8-e000-4b13-9b4d-a0599277a6df", "port_range_min": null, "revision_number": 0, "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "created_at": "2019-01-20T12:50:29Z", "project_id": "bed6083d51da4c0183bbe92dd0234cac", "id": "42e349b2-e6dd-4620-a8e6-eb1631125e81"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "security_group_id": "110941d8-e000-4b13-9b4d-a0599277a6df", "port_range_min": null, "revision_number": 0, "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "created_at": "2019-01-20T12:50:29Z", "project_id": "bed6083d51da4c0183bbe92dd0234cac", "id": "5c4c854a-d654-4b55-9764-c5bdd03db0ee"}, {"remote_group_id": "110941d8-e000-4b13-9b4d-a0599277a6df", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:29Z", "security_group_id": "110941d8-e000-4b13-9b4d-a0599277a6df", "port_range_min": null, "revision_number": 0, "tenant_id": "bed6083d51da4c0183bbe92dd0234cac", "created_at": "2019-01-20T12:50:29Z", "project_id": "bed6083d51da4c0183bbe92dd0234cac", "id": "5ccb704b-860e-4ad4-a8b0-3258c6693962"}]} 2019-01-20 12:50:32,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=110941d8-e000-4b13-9b4d-a0599277a6df used request id req-5cdb7208-76fe-4671-8414-d793d84002ca 2019-01-20 12:50:32,556 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 12:50:32,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/110941d8-e000-4b13-9b4d-a0599277a6df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50061f888f942ad2f9c976feeecc1301e9350a5d" 2019-01-20 12:50:32,829 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8bb3d3b5-98e7-4078-a616-f99a72be6153 Content-Length: 0 Date: Sun, 20 Jan 2019 12:50:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:50:32,830 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/110941d8-e000-4b13-9b4d-a0599277a6df used request id req-8bb3d3b5-98e7-4078-a616-f99a72be6153 2019-01-20 12:50:32,830 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-83421c92-4b66-4d6-proj 2019-01-20 12:50:32,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/bed6083d51da4c0183bbe92dd0234cac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50061f888f942ad2f9c976feeecc1301e9350a5d" 2019-01-20 12:50:33,038 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f5cd2bb-4c68-4a0e-84bd-cb93cb310da5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:33,039 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/bed6083d51da4c0183bbe92dd0234cac used request id req-2f5cd2bb-4c68-4a0e-84bd-cb93cb310da5 2019-01-20 12:50:33,039 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-83421c92-4b66-4d6-proj-role 2019-01-20 12:50:33,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/e585a1ec49264e978b36aff7e1c61192 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50061f888f942ad2f9c976feeecc1301e9350a5d" 2019-01-20 12:50:33,155 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b27dd07f-489e-40f1-a08b-f769e378b50a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:33,155 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/e585a1ec49264e978b36aff7e1c61192 used request id req-b27dd07f-489e-40f1-a08b-f769e378b50a 2019-01-20 12:50:33,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50061f888f942ad2f9c976feeecc1301e9350a5d" 2019-01-20 12:50:33,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3832c8f9-c890-4778-b0fb-b32d22108a25 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:50:33,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-3832c8f9-c890-4778-b0fb-b32d22108a25 2019-01-20 12:50:33,178 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-83421c92-4b66-4d6-user 2019-01-20 12:50:33,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/47339202343b4ac3b5aaa64541433825 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0295da52324e1146a0b870c3e9d115fa215404b" 2019-01-20 12:50:33,374 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cfcc7ed-e815-4d60-8665-671920a53bb3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:33,375 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/47339202343b4ac3b5aaa64541433825 used request id req-3cfcc7ed-e815-4d60-8665-671920a53bb3 2019-01-20 12:50:33,376 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:33,765 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:50:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["-W2eMYa5TQurf_J11NBZkQ"], "issued_at": "2019-01-20T12:50:33.000000Z"}} 2019-01-20 12:50:33,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ea3188d19794bc9c02d4792a947a4adf6f599a" 2019-01-20 12:50:33,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0edfcfb-84f2-4f8e-a779-55b9a2c0a67c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:33,851 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f0edfcfb-84f2-4f8e-a779-55b9a2c0a67c 2019-01-20 12:50:33,852 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:33,853 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:34,233 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:50:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["vas952qQQUuKmegEkd8OEA"], "issued_at": "2019-01-20T12:50:34.000000Z"}} 2019-01-20 12:50:34,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c1c7a45be1c8544558fce884fb51ed7a980a38" 2019-01-20 12:50:34,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daae0492-b728-4f6f-b69e-1b15ba42c72e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:34,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-daae0492-b728-4f6f-b69e-1b15ba42c72e 2019-01-20 12:50:34,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:50:34,327 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:50: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:50:34,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-6953c893-2bb5-46e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c1c7a45be1c8544558fce884fb51ed7a980a38" 2019-01-20 12:50:34,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4efe270-19a6-423c-8554-6324e04a23e0 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-6953c893-2bb5-46e-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:50:34,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-6953c893-2bb5-46e-proj used request id req-a4efe270-19a6-423c-8554-6324e04a23e0 2019-01-20 12:50:34,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c1c7a45be1c8544558fce884fb51ed7a980a38" 2019-01-20 12:50:34,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a1b7739-743f-4f47-9ce2-bf66630bdf98 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:50:34,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-4a1b7739-743f-4f47-9ce2-bf66630bdf98 2019-01-20 12:50:34,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c1c7a45be1c8544558fce884fb51ed7a980a38" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-6953c893-2bb5-46e-proj"}}' 2019-01-20 12:50:34,652 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:50:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c91268b2-d4f1-4102-996c-bbad68c16fb1 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/ad7170314f83494b86ede6af93cae186"}, "enabled": true, "id": "ad7170314f83494b86ede6af93cae186", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-6953c893-2bb5-46e-proj"}} 2019-01-20 12:50:34,652 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-c91268b2-d4f1-4102-996c-bbad68c16fb1 2019-01-20 12:50:34,653 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-6953c893-2bb5-46e-proj 2019-01-20 12:50:34,653 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:34,654 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:35,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:50:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["R34npcbHQ9a6RFdGOvAmbQ"], "issued_at": "2019-01-20T12:50:35.000000Z"}} 2019-01-20 12:50:35,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f3168c363fb636c0ffaa7308f67e8123a7a74f" 2019-01-20 12:50:35,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dfe2b32-94c9-4192-84ac-6a982c275047 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:35,037 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2dfe2b32-94c9-4192-84ac-6a982c275047 2019-01-20 12:50:35,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:50:35,047 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:50: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:50:35,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f3168c363fb636c0ffaa7308f67e8123a7a74f" 2019-01-20 12:50:35,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0166e521-c6de-49bf-8e10-58eb83de5859 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:50:35,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-0166e521-c6de-49bf-8e10-58eb83de5859 2019-01-20 12:50:35,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-6953c893-2bb5-46e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f3168c363fb636c0ffaa7308f67e8123a7a74f" 2019-01-20 12:50:35,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51ce76f5-d158-460b-8cb2-98ddbe49ffc2 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-6953c893-2bb5-46e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/ad7170314f83494b86ede6af93cae186"}, "enabled": true, "id": "ad7170314f83494b86ede6af93cae186", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-6953c893-2bb5-46e-proj"}]} 2019-01-20 12:50:35,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-6953c893-2bb5-46e-proj used request id req-51ce76f5-d158-460b-8cb2-98ddbe49ffc2 2019-01-20 12:50:35,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f3168c363fb636c0ffaa7308f67e8123a7a74f" 2019-01-20 12:50:35,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f427516-fbb3-42c3-ab43-e3ecb2fcaea7 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:50:35,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-9f427516-fbb3-42c3-ab43-e3ecb2fcaea7 2019-01-20 12:50:35,743 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-6953c893-2bb5-46e-user 2019-01-20 12:50:35,743 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:35,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c1c7a45be1c8544558fce884fb51ed7a980a38" 2019-01-20 12:50:35,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa640330-8c8e-4093-9940-c1aae5990102 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:50:35,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fa640330-8c8e-4093-9940-c1aae5990102 2019-01-20 12:50:35,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c1c7a45be1c8544558fce884fb51ed7a980a38" -d '{"role": {"name": "CreateSecurityGroupTests-6953c893-2bb5-46e-proj-role"}}' 2019-01-20 12:50:35,945 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:50:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41e411b6-d684-4346-aa2a-cfe8e4b01095 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "18e3dc9186764ea8aa54b52d820aafc9", "links": {"self": "http://172.30.9.22:5000/v3/roles/18e3dc9186764ea8aa54b52d820aafc9"}, "name": "CreateSecurityGroupTests-6953c893-2bb5-46e-proj-role"}} 2019-01-20 12:50:35,946 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-41e411b6-d684-4346-aa2a-cfe8e4b01095 2019-01-20 12:50:35,946 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-6953c893-2bb5-46e-proj-role 2019-01-20 12:50:35,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/18e3dc9186764ea8aa54b52d820aafc9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c1c7a45be1c8544558fce884fb51ed7a980a38" 2019-01-20 12:50:36,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4034dc13-984d-4cd5-8ee7-85757bff6373 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/18e3dc9186764ea8aa54b52d820aafc9"}, "domain_id": null, "name": "CreateSecurityGroupTests-6953c893-2bb5-46e-proj-role", "id": "18e3dc9186764ea8aa54b52d820aafc9"}} 2019-01-20 12:50:36,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/18e3dc9186764ea8aa54b52d820aafc9 used request id req-4034dc13-984d-4cd5-8ee7-85757bff6373 2019-01-20 12:50:36,031 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-6953c893-2bb5-46e-proj-role to project CreateSecurityGroupTests-6953c893-2bb5-46e-proj 2019-01-20 12:50:36,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/ad7170314f83494b86ede6af93cae186/users/0f87d771d3554d90b67cc20445c46399/roles/18e3dc9186764ea8aa54b52d820aafc9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c1c7a45be1c8544558fce884fb51ed7a980a38" 2019-01-20 12:50:36,177 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc22a266-9d0e-405b-9960-d4207dc2f121 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:36,177 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/ad7170314f83494b86ede6af93cae186/users/0f87d771d3554d90b67cc20445c46399/roles/18e3dc9186764ea8aa54b52d820aafc9 used request id req-fc22a266-9d0e-405b-9960-d4207dc2f121 2019-01-20 12:50:36,178 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:36,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:36,568 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:50:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["hnAuWr5IRuurYRz6HU7fVA"], "issued_at": "2019-01-20T12:50:36.000000Z"}} 2019-01-20 12:50:36,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}614acff428e3527de9f0da06c54670868b7606ff" 2019-01-20 12:50:36,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80266bd5-9480-4dee-b04c-22156cd7967f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:36,655 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-80266bd5-9480-4dee-b04c-22156cd7967f 2019-01-20 12:50:36,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8fd8d350-8012-4a37-9481-c2db026dac9bname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}614acff428e3527de9f0da06c54670868b7606ff" 2019-01-20 12:50:36,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-7b784d44-f5e2-490e-b986-49e3f61b3fd7 Date: Sun, 20 Jan 2019 12:50:36 GMT RESP BODY: {"security_groups": []} 2019-01-20 12:50:36,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8fd8d350-8012-4a37-9481-c2db026dac9bname&description=hello+group used request id req-7b784d44-f5e2-490e-b986-49e3f61b3fd7 2019-01-20 12:50:36,864 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-8fd8d350-8012-4a37-9481-c2db026dac9bname... 2019-01-20 12:50:36,865 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-8fd8d350-8012-4a37-9481-c2db026dac9bname 2019-01-20 12:50:36,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:50:36,873 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:50: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:50:36,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-6953c893-2bb5-46e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}614acff428e3527de9f0da06c54670868b7606ff" 2019-01-20 12:50:36,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fca6e61-6da7-4234-baa5-72a89faa1072 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-6953c893-2bb5-46e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/ad7170314f83494b86ede6af93cae186"}, "enabled": true, "id": "ad7170314f83494b86ede6af93cae186", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-6953c893-2bb5-46e-proj"}]} 2019-01-20 12:50:36,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-6953c893-2bb5-46e-proj used request id req-5fca6e61-6da7-4234-baa5-72a89faa1072 2019-01-20 12:50:36,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}614acff428e3527de9f0da06c54670868b7606ff" -d '{"security_group": {"tenant_id": "ad7170314f83494b86ede6af93cae186", "name": "CreateSecurityGroupTests-8fd8d350-8012-4a37-9481-c2db026dac9bname", "description": "hello group"}}' 2019-01-20 12:50:37,426 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-4b6714a4-791b-423c-ad3c-9e5f814da637 Date: Sun, 20 Jan 2019 12:50:37 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "updated_at": "2019-01-20T12:50:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "revision_number": 0, "id": "33959f6d-4e54-46db-803b-dfc5eb15c60b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "tenant_id": "ad7170314f83494b86ede6af93cae186", "port_range_min": null, "ethertype": "IPv6", "project_id": "ad7170314f83494b86ede6af93cae186"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "revision_number": 0, "id": "9c30ac43-705b-47fd-8da5-6e11e593c960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "tenant_id": "ad7170314f83494b86ede6af93cae186", "port_range_min": null, "ethertype": "IPv4", "project_id": "ad7170314f83494b86ede6af93cae186"}], "revision_number": 2, "project_id": "ad7170314f83494b86ede6af93cae186", "id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "name": "CreateSecurityGroupTests-8fd8d350-8012-4a37-9481-c2db026dac9bname"}} 2019-01-20 12:50:37,426 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-4b6714a4-791b-423c-ad3c-9e5f814da637 2019-01-20 12:50:37,426 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d29e02f-21fd-497f-bf56-a5bd8ff12be1 2019-01-20 12:50:37,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}614acff428e3527de9f0da06c54670868b7606ff" 2019-01-20 12:50:37,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-24f23af7-bb6d-481f-bbaa-dc994c4ff036 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "33959f6d-4e54-46db-803b-dfc5eb15c60b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "9c30ac43-705b-47fd-8da5-6e11e593c960"}]} 2019-01-20 12:50:37,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 used request id req-24f23af7-bb6d-481f-bbaa-dc994c4ff036 2019-01-20 12:50:37,614 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d29e02f-21fd-497f-bf56-a5bd8ff12be1 2019-01-20 12:50:37,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}614acff428e3527de9f0da06c54670868b7606ff" 2019-01-20 12:50:37,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9765bc44-ad70-4420-9660-130de2a31f40 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "33959f6d-4e54-46db-803b-dfc5eb15c60b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "9c30ac43-705b-47fd-8da5-6e11e593c960"}]} 2019-01-20 12:50:37,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 used request id req-9765bc44-ad70-4420-9660-130de2a31f40 2019-01-20 12:50:37,794 - neutron_utils - INFO - Retrieving security group with ID - 9d29e02f-21fd-497f-bf56-a5bd8ff12be1 2019-01-20 12:50:37,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}614acff428e3527de9f0da06c54670868b7606ff" 2019-01-20 12:50:38,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9860d1a3-0004-4af3-9548-dcbbf828b9d1 Date: Sun, 20 Jan 2019 12:50:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "updated_at": "2019-01-20T12:50:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "revision_number": 0, "id": "33959f6d-4e54-46db-803b-dfc5eb15c60b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "tenant_id": "ad7170314f83494b86ede6af93cae186", "port_range_min": null, "ethertype": "IPv6", "project_id": "ad7170314f83494b86ede6af93cae186"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "revision_number": 0, "id": "9c30ac43-705b-47fd-8da5-6e11e593c960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "tenant_id": "ad7170314f83494b86ede6af93cae186", "port_range_min": null, "ethertype": "IPv4", "project_id": "ad7170314f83494b86ede6af93cae186"}], "revision_number": 2, "project_id": "ad7170314f83494b86ede6af93cae186", "id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "name": "CreateSecurityGroupTests-8fd8d350-8012-4a37-9481-c2db026dac9bname"}]} 2019-01-20 12:50:38,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 used request id req-9860d1a3-0004-4af3-9548-dcbbf828b9d1 2019-01-20 12:50:38,079 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d29e02f-21fd-497f-bf56-a5bd8ff12be1 2019-01-20 12:50:38,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}614acff428e3527de9f0da06c54670868b7606ff" 2019-01-20 12:50:38,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f8b261a7-1d4c-4d24-aa58-a3b746e082ff Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "33959f6d-4e54-46db-803b-dfc5eb15c60b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "9c30ac43-705b-47fd-8da5-6e11e593c960"}]} 2019-01-20 12:50:38,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 used request id req-f8b261a7-1d4c-4d24-aa58-a3b746e082ff 2019-01-20 12:50:38,274 - neutron_utils - INFO - Retrieving security group with ID - 9d29e02f-21fd-497f-bf56-a5bd8ff12be1 2019-01-20 12:50:38,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}614acff428e3527de9f0da06c54670868b7606ff" 2019-01-20 12:50:38,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-2edefd0c-3ed3-4945-a65c-4fee5b9be4ff Date: Sun, 20 Jan 2019 12:50:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "updated_at": "2019-01-20T12:50:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "revision_number": 0, "id": "33959f6d-4e54-46db-803b-dfc5eb15c60b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "tenant_id": "ad7170314f83494b86ede6af93cae186", "port_range_min": null, "ethertype": "IPv6", "project_id": "ad7170314f83494b86ede6af93cae186"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "revision_number": 0, "id": "9c30ac43-705b-47fd-8da5-6e11e593c960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "tenant_id": "ad7170314f83494b86ede6af93cae186", "port_range_min": null, "ethertype": "IPv4", "project_id": "ad7170314f83494b86ede6af93cae186"}], "revision_number": 2, "project_id": "ad7170314f83494b86ede6af93cae186", "id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "name": "CreateSecurityGroupTests-8fd8d350-8012-4a37-9481-c2db026dac9bname"}]} 2019-01-20 12:50:38,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 used request id req-2edefd0c-3ed3-4945-a65c-4fee5b9be4ff 2019-01-20 12:50:38,487 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d29e02f-21fd-497f-bf56-a5bd8ff12be1 2019-01-20 12:50:38,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}614acff428e3527de9f0da06c54670868b7606ff" 2019-01-20 12:50:38,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-48851e53-f563-4d73-85d4-8e370ca3572e Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "33959f6d-4e54-46db-803b-dfc5eb15c60b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "9c30ac43-705b-47fd-8da5-6e11e593c960"}]} 2019-01-20 12:50:38,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 used request id req-48851e53-f563-4d73-85d4-8e370ca3572e 2019-01-20 12:50:38,664 - neutron_utils - INFO - Retrieving security group with ID - 9d29e02f-21fd-497f-bf56-a5bd8ff12be1 2019-01-20 12:50:38,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}614acff428e3527de9f0da06c54670868b7606ff" 2019-01-20 12:50:38,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-abb1a276-7cd1-4871-b6fc-daa7491dee9c Date: Sun, 20 Jan 2019 12:50:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "updated_at": "2019-01-20T12:50:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "revision_number": 0, "id": "33959f6d-4e54-46db-803b-dfc5eb15c60b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "tenant_id": "ad7170314f83494b86ede6af93cae186", "port_range_min": null, "ethertype": "IPv6", "project_id": "ad7170314f83494b86ede6af93cae186"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "revision_number": 0, "id": "9c30ac43-705b-47fd-8da5-6e11e593c960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "tenant_id": "ad7170314f83494b86ede6af93cae186", "port_range_min": null, "ethertype": "IPv4", "project_id": "ad7170314f83494b86ede6af93cae186"}], "revision_number": 2, "project_id": "ad7170314f83494b86ede6af93cae186", "id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "name": "CreateSecurityGroupTests-8fd8d350-8012-4a37-9481-c2db026dac9bname"}]} 2019-01-20 12:50:38,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 used request id req-abb1a276-7cd1-4871-b6fc-daa7491dee9c 2019-01-20 12:50:38,868 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d29e02f-21fd-497f-bf56-a5bd8ff12be1 2019-01-20 12:50:38,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}614acff428e3527de9f0da06c54670868b7606ff" 2019-01-20 12:50:39,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-26f1a264-7448-4d4d-a974-7c1bd65cc9f5 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "33959f6d-4e54-46db-803b-dfc5eb15c60b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "9c30ac43-705b-47fd-8da5-6e11e593c960"}]} 2019-01-20 12:50:39,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 used request id req-26f1a264-7448-4d4d-a974-7c1bd65cc9f5 2019-01-20 12:50:39,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:39,425 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "18e3dc9186764ea8aa54b52d820aafc9", "name": "CreateSecurityGroupTests-6953c893-2bb5-46e-proj-role"}], "expires_at": "2019-01-20T13:50:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad7170314f83494b86ede6af93cae186", "name": "CreateSecurityGroupTests-6953c893-2bb5-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/ad7170314f83494b86ede6af93cae186", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/ad7170314f83494b86ede6af93cae186", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/ad7170314f83494b86ede6af93cae186", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/ad7170314f83494b86ede6af93cae186", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/ad7170314f83494b86ede6af93cae186", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/ad7170314f83494b86ede6af93cae186", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/ad7170314f83494b86ede6af93cae186", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/ad7170314f83494b86ede6af93cae186", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/ad7170314f83494b86ede6af93cae186", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/ad7170314f83494b86ede6af93cae186", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/ad7170314f83494b86ede6af93cae186", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/ad7170314f83494b86ede6af93cae186", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-6953c893-2bb5-46e-user", "id": "0f87d771d3554d90b67cc20445c46399"}, "audit_ids": ["HL5fJJJmRr2PxbMWACnf_g"], "issued_at": "2019-01-20T12:50:39.000000Z"}} 2019-01-20 12:50:39,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8fd8d350-8012-4a37-9481-c2db026dac9bname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2def6ce0d5ca08ddd8552d450e9a7f25d28a7844" 2019-01-20 12:50:39,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-7f9e6e2e-a77c-4ddb-af5b-33ecbfa73205 Date: Sun, 20 Jan 2019 12:50:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "updated_at": "2019-01-20T12:50:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "revision_number": 0, "id": "33959f6d-4e54-46db-803b-dfc5eb15c60b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "tenant_id": "ad7170314f83494b86ede6af93cae186", "port_range_min": null, "ethertype": "IPv6", "project_id": "ad7170314f83494b86ede6af93cae186"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "revision_number": 0, "id": "9c30ac43-705b-47fd-8da5-6e11e593c960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "tenant_id": "ad7170314f83494b86ede6af93cae186", "port_range_min": null, "ethertype": "IPv4", "project_id": "ad7170314f83494b86ede6af93cae186"}], "revision_number": 2, "project_id": "ad7170314f83494b86ede6af93cae186", "id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "name": "CreateSecurityGroupTests-8fd8d350-8012-4a37-9481-c2db026dac9bname"}]} 2019-01-20 12:50:39,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8fd8d350-8012-4a37-9481-c2db026dac9bname&description=hello+group used request id req-7f9e6e2e-a77c-4ddb-af5b-33ecbfa73205 2019-01-20 12:50:39,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:50:39,626 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:50: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:50:39,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/ad7170314f83494b86ede6af93cae186 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ea3188d19794bc9c02d4792a947a4adf6f599a" 2019-01-20 12:50:39,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec471a43-e6a9-4712-9f87-7df38ade4f38 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/ad7170314f83494b86ede6af93cae186"}, "enabled": true, "id": "ad7170314f83494b86ede6af93cae186", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-6953c893-2bb5-46e-proj"}} 2019-01-20 12:50:39,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/ad7170314f83494b86ede6af93cae186 used request id req-ec471a43-e6a9-4712-9f87-7df38ade4f38 2019-01-20 12:50:39,712 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d29e02f-21fd-497f-bf56-a5bd8ff12be1 2019-01-20 12:50:39,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2def6ce0d5ca08ddd8552d450e9a7f25d28a7844" 2019-01-20 12:50:39,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a0400f61-1867-4c1e-a5ef-c84b4554a786 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "33959f6d-4e54-46db-803b-dfc5eb15c60b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "9c30ac43-705b-47fd-8da5-6e11e593c960"}]} 2019-01-20 12:50:39,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 used request id req-a0400f61-1867-4c1e-a5ef-c84b4554a786 2019-01-20 12:50:39,881 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d29e02f-21fd-497f-bf56-a5bd8ff12be1 2019-01-20 12:50:39,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2def6ce0d5ca08ddd8552d450e9a7f25d28a7844" 2019-01-20 12:50:40,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0751f6b5-b7fe-42cc-a68c-ed306902f129 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "33959f6d-4e54-46db-803b-dfc5eb15c60b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "9c30ac43-705b-47fd-8da5-6e11e593c960"}]} 2019-01-20 12:50:40,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 used request id req-0751f6b5-b7fe-42cc-a68c-ed306902f129 2019-01-20 12:50:40,045 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:40,046 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:40,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "18e3dc9186764ea8aa54b52d820aafc9", "name": "CreateSecurityGroupTests-6953c893-2bb5-46e-proj-role"}], "expires_at": "2019-01-20T13:50:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad7170314f83494b86ede6af93cae186", "name": "CreateSecurityGroupTests-6953c893-2bb5-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/ad7170314f83494b86ede6af93cae186", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/ad7170314f83494b86ede6af93cae186", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/ad7170314f83494b86ede6af93cae186", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/ad7170314f83494b86ede6af93cae186", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/ad7170314f83494b86ede6af93cae186", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/ad7170314f83494b86ede6af93cae186", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/ad7170314f83494b86ede6af93cae186", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/ad7170314f83494b86ede6af93cae186", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/ad7170314f83494b86ede6af93cae186", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/ad7170314f83494b86ede6af93cae186", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/ad7170314f83494b86ede6af93cae186", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/ad7170314f83494b86ede6af93cae186", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-6953c893-2bb5-46e-user", "id": "0f87d771d3554d90b67cc20445c46399"}, "audit_ids": ["pmXCKe5ZQn2wJnG7-RE-pQ"], "issued_at": "2019-01-20T12:50:40.000000Z"}} 2019-01-20 12:50:40,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ac665554bc6f4930f3b3f06e90803c5ee88d26" 2019-01-20 12:50:40,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4bd4bc2-9cb6-4ebf-97a4-9d222dd9dce6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:40,493 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d4bd4bc2-9cb6-4ebf-97a4-9d222dd9dce6 2019-01-20 12:50:40,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8fd8d350-8012-4a37-9481-c2db026dac9bname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ac665554bc6f4930f3b3f06e90803c5ee88d26" 2019-01-20 12:50:40,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-885dbace-df4c-421c-a73e-154317bb8607 Date: Sun, 20 Jan 2019 12:50:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "updated_at": "2019-01-20T12:50:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "revision_number": 0, "id": "33959f6d-4e54-46db-803b-dfc5eb15c60b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "tenant_id": "ad7170314f83494b86ede6af93cae186", "port_range_min": null, "ethertype": "IPv6", "project_id": "ad7170314f83494b86ede6af93cae186"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "revision_number": 0, "id": "9c30ac43-705b-47fd-8da5-6e11e593c960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "tenant_id": "ad7170314f83494b86ede6af93cae186", "port_range_min": null, "ethertype": "IPv4", "project_id": "ad7170314f83494b86ede6af93cae186"}], "revision_number": 2, "project_id": "ad7170314f83494b86ede6af93cae186", "id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "name": "CreateSecurityGroupTests-8fd8d350-8012-4a37-9481-c2db026dac9bname"}]} 2019-01-20 12:50:40,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8fd8d350-8012-4a37-9481-c2db026dac9bname used request id req-885dbace-df4c-421c-a73e-154317bb8607 2019-01-20 12:50:40,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:50:40,694 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:50:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:50:40,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/ad7170314f83494b86ede6af93cae186 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ac665554bc6f4930f3b3f06e90803c5ee88d26" 2019-01-20 12:50:40,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12216a7e-aba2-4b17-ba58-e56f79fe0b1c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/ad7170314f83494b86ede6af93cae186"}, "enabled": true, "id": "ad7170314f83494b86ede6af93cae186", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-6953c893-2bb5-46e-proj"}} 2019-01-20 12:50:40,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/ad7170314f83494b86ede6af93cae186 used request id req-12216a7e-aba2-4b17-ba58-e56f79fe0b1c 2019-01-20 12:50:40,718 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d29e02f-21fd-497f-bf56-a5bd8ff12be1 2019-01-20 12:50:40,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ac665554bc6f4930f3b3f06e90803c5ee88d26" 2019-01-20 12:50:40,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1bf47569-0410-45bc-8062-ba7f0c1e08d5 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "33959f6d-4e54-46db-803b-dfc5eb15c60b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "9c30ac43-705b-47fd-8da5-6e11e593c960"}]} 2019-01-20 12:50:40,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 used request id req-1bf47569-0410-45bc-8062-ba7f0c1e08d5 2019-01-20 12:50:40,891 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d29e02f-21fd-497f-bf56-a5bd8ff12be1 2019-01-20 12:50:40,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ac665554bc6f4930f3b3f06e90803c5ee88d26" 2019-01-20 12:50:41,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7e444ced-4a80-409a-9ff7-1eb231116e74 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "33959f6d-4e54-46db-803b-dfc5eb15c60b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "9c30ac43-705b-47fd-8da5-6e11e593c960"}]} 2019-01-20 12:50:41,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 used request id req-7e444ced-4a80-409a-9ff7-1eb231116e74 2019-01-20 12:50:41,067 - neutron_utils - INFO - Retrieving security group with ID - 9d29e02f-21fd-497f-bf56-a5bd8ff12be1 2019-01-20 12:50:41,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ac665554bc6f4930f3b3f06e90803c5ee88d26" 2019-01-20 12:50:41,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-164d91fe-4407-4dc5-9d19-7afe385b65d9 Date: Sun, 20 Jan 2019 12:50:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "updated_at": "2019-01-20T12:50:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "revision_number": 0, "id": "33959f6d-4e54-46db-803b-dfc5eb15c60b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "tenant_id": "ad7170314f83494b86ede6af93cae186", "port_range_min": null, "ethertype": "IPv6", "project_id": "ad7170314f83494b86ede6af93cae186"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "revision_number": 0, "id": "9c30ac43-705b-47fd-8da5-6e11e593c960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "tenant_id": "ad7170314f83494b86ede6af93cae186", "port_range_min": null, "ethertype": "IPv4", "project_id": "ad7170314f83494b86ede6af93cae186"}], "revision_number": 2, "project_id": "ad7170314f83494b86ede6af93cae186", "id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "name": "CreateSecurityGroupTests-8fd8d350-8012-4a37-9481-c2db026dac9bname"}]} 2019-01-20 12:50:41,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 used request id req-164d91fe-4407-4dc5-9d19-7afe385b65d9 2019-01-20 12:50:41,263 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d29e02f-21fd-497f-bf56-a5bd8ff12be1 2019-01-20 12:50:41,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ac665554bc6f4930f3b3f06e90803c5ee88d26" 2019-01-20 12:50:41,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-840b7748-6929-46f9-8c60-cdecf22df85e Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "33959f6d-4e54-46db-803b-dfc5eb15c60b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "security_group_id": "9d29e02f-21fd-497f-bf56-a5bd8ff12be1", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "9c30ac43-705b-47fd-8da5-6e11e593c960"}]} 2019-01-20 12:50:41,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9d29e02f-21fd-497f-bf56-a5bd8ff12be1 used request id req-840b7748-6929-46f9-8c60-cdecf22df85e 2019-01-20 12:50:41,455 - neutron_utils - INFO - Deleting security group rule with ID - 33959f6d-4e54-46db-803b-dfc5eb15c60b 2019-01-20 12:50:41,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/33959f6d-4e54-46db-803b-dfc5eb15c60b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}614acff428e3527de9f0da06c54670868b7606ff" 2019-01-20 12:50:41,553 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-823f6fde-fd2f-4c8b-8e71-cea100c64f66 Content-Length: 0 Date: Sun, 20 Jan 2019 12:50:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:50:41,553 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/33959f6d-4e54-46db-803b-dfc5eb15c60b used request id req-823f6fde-fd2f-4c8b-8e71-cea100c64f66 2019-01-20 12:50:41,553 - neutron_utils - INFO - Deleting security group rule with ID - 9c30ac43-705b-47fd-8da5-6e11e593c960 2019-01-20 12:50:41,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/9c30ac43-705b-47fd-8da5-6e11e593c960 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}614acff428e3527de9f0da06c54670868b7606ff" 2019-01-20 12:50:41,813 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6750266b-527e-4a63-b5c4-2725ab54678a Content-Length: 0 Date: Sun, 20 Jan 2019 12:50:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:50:41,814 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/9c30ac43-705b-47fd-8da5-6e11e593c960 used request id req-6750266b-527e-4a63-b5c4-2725ab54678a 2019-01-20 12:50:41,814 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-8fd8d350-8012-4a37-9481-c2db026dac9bname 2019-01-20 12:50:41,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/9d29e02f-21fd-497f-bf56-a5bd8ff12be1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}614acff428e3527de9f0da06c54670868b7606ff" 2019-01-20 12:50:42,080 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-21646a98-a07a-4325-8a17-968cbbc44198 Content-Length: 0 Date: Sun, 20 Jan 2019 12:50:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:50:42,081 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/9d29e02f-21fd-497f-bf56-a5bd8ff12be1 used request id req-21646a98-a07a-4325-8a17-968cbbc44198 2019-01-20 12:50:42,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c1c7a45be1c8544558fce884fb51ed7a980a38" 2019-01-20 12:50:42,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-85c9e9cb-a372-4d6a-8af2-f340751161e4 Date: Sun, 20 Jan 2019 12:50:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "updated_at": "2019-01-20T12:50:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "revision_number": 0, "id": "b4996b1e-d1bf-46d3-8c7b-7ac3662d411e", "remote_group_id": "3c8e4696-1666-46c3-8f8a-855c7d9152ff", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:37Z", "security_group_id": "3c8e4696-1666-46c3-8f8a-855c7d9152ff", "tenant_id": "ad7170314f83494b86ede6af93cae186", "port_range_min": null, "ethertype": "IPv6", "project_id": "ad7170314f83494b86ede6af93cae186"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "revision_number": 0, "id": "e5f7bcec-9b58-41e4-993d-d0363456a78e", "remote_group_id": "3c8e4696-1666-46c3-8f8a-855c7d9152ff", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:37Z", "security_group_id": "3c8e4696-1666-46c3-8f8a-855c7d9152ff", "tenant_id": "ad7170314f83494b86ede6af93cae186", "port_range_min": null, "ethertype": "IPv4", "project_id": "ad7170314f83494b86ede6af93cae186"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "revision_number": 0, "id": "f2fcaad6-26e5-4064-82a6-e5c52d80abe7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:37Z", "security_group_id": "3c8e4696-1666-46c3-8f8a-855c7d9152ff", "tenant_id": "ad7170314f83494b86ede6af93cae186", "port_range_min": null, "ethertype": "IPv4", "project_id": "ad7170314f83494b86ede6af93cae186"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "revision_number": 0, "id": "f47370cd-db8f-416d-9cfd-a0c16b54058c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:37Z", "security_group_id": "3c8e4696-1666-46c3-8f8a-855c7d9152ff", "tenant_id": "ad7170314f83494b86ede6af93cae186", "port_range_min": null, "ethertype": "IPv6", "project_id": "ad7170314f83494b86ede6af93cae186"}], "revision_number": 4, "project_id": "ad7170314f83494b86ede6af93cae186", "id": "3c8e4696-1666-46c3-8f8a-855c7d9152ff", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:50:42,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-85c9e9cb-a372-4d6a-8af2-f340751161e4 2019-01-20 12:50:42,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c1c7a45be1c8544558fce884fb51ed7a980a38" 2019-01-20 12:50:42,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fcb7c5c-e5ae-4fcb-8e3a-32653f32bccc 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:50:42,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-5fcb7c5c-e5ae-4fcb-8e3a-32653f32bccc 2019-01-20 12:50:42,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c1c7a45be1c8544558fce884fb51ed7a980a38" 2019-01-20 12:50:42,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a408bf5-ab4d-4475-bade-18cac4a86089 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:50:42,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-0a408bf5-ab4d-4475-bade-18cac4a86089 2019-01-20 12:50:42,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/ad7170314f83494b86ede6af93cae186 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c1c7a45be1c8544558fce884fb51ed7a980a38" 2019-01-20 12:50:42,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-782eebaa-7ab9-4d64-a344-213d2f286caf Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/ad7170314f83494b86ede6af93cae186"}, "enabled": true, "id": "ad7170314f83494b86ede6af93cae186", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-6953c893-2bb5-46e-proj"}} 2019-01-20 12:50:42,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/ad7170314f83494b86ede6af93cae186 used request id req-782eebaa-7ab9-4d64-a344-213d2f286caf 2019-01-20 12:50:42,665 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c8e4696-1666-46c3-8f8a-855c7d9152ff 2019-01-20 12:50:42,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=3c8e4696-1666-46c3-8f8a-855c7d9152ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c1c7a45be1c8544558fce884fb51ed7a980a38" 2019-01-20 12:50:42,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e78f016b-c2db-4baf-bf6c-042da1095b33 Date: Sun, 20 Jan 2019 12:50:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "3c8e4696-1666-46c3-8f8a-855c7d9152ff", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "security_group_id": "3c8e4696-1666-46c3-8f8a-855c7d9152ff", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "b4996b1e-d1bf-46d3-8c7b-7ac3662d411e"}, {"remote_group_id": "3c8e4696-1666-46c3-8f8a-855c7d9152ff", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "security_group_id": "3c8e4696-1666-46c3-8f8a-855c7d9152ff", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "e5f7bcec-9b58-41e4-993d-d0363456a78e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "security_group_id": "3c8e4696-1666-46c3-8f8a-855c7d9152ff", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "f2fcaad6-26e5-4064-82a6-e5c52d80abe7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:37Z", "security_group_id": "3c8e4696-1666-46c3-8f8a-855c7d9152ff", "port_range_min": null, "revision_number": 0, "tenant_id": "ad7170314f83494b86ede6af93cae186", "created_at": "2019-01-20T12:50:37Z", "project_id": "ad7170314f83494b86ede6af93cae186", "id": "f47370cd-db8f-416d-9cfd-a0c16b54058c"}]} 2019-01-20 12:50:42,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=3c8e4696-1666-46c3-8f8a-855c7d9152ff used request id req-e78f016b-c2db-4baf-bf6c-042da1095b33 2019-01-20 12:50:42,853 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 12:50:42,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/3c8e4696-1666-46c3-8f8a-855c7d9152ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c1c7a45be1c8544558fce884fb51ed7a980a38" 2019-01-20 12:50:43,139 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-34dde9da-cd70-4c2d-b951-511644e16f42 Content-Length: 0 Date: Sun, 20 Jan 2019 12:50:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:50:43,139 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/3c8e4696-1666-46c3-8f8a-855c7d9152ff used request id req-34dde9da-cd70-4c2d-b951-511644e16f42 2019-01-20 12:50:43,140 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-6953c893-2bb5-46e-proj 2019-01-20 12:50:43,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/ad7170314f83494b86ede6af93cae186 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c1c7a45be1c8544558fce884fb51ed7a980a38" 2019-01-20 12:50:43,367 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57828c0e-83e5-4450-8089-960c704265c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:43,367 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/ad7170314f83494b86ede6af93cae186 used request id req-57828c0e-83e5-4450-8089-960c704265c8 2019-01-20 12:50:43,368 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-6953c893-2bb5-46e-proj-role 2019-01-20 12:50:43,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/18e3dc9186764ea8aa54b52d820aafc9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c1c7a45be1c8544558fce884fb51ed7a980a38" 2019-01-20 12:50:43,484 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3f9b935-ec1f-46e6-9752-a112c991e40e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:43,484 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/18e3dc9186764ea8aa54b52d820aafc9 used request id req-c3f9b935-ec1f-46e6-9752-a112c991e40e 2019-01-20 12:50:43,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12c1c7a45be1c8544558fce884fb51ed7a980a38" 2019-01-20 12:50:43,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c32aaf66-d086-493d-a435-82edbe03f394 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:50:43,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c32aaf66-d086-493d-a435-82edbe03f394 2019-01-20 12:50:43,569 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-6953c893-2bb5-46e-user 2019-01-20 12:50:43,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/0f87d771d3554d90b67cc20445c46399 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f3168c363fb636c0ffaa7308f67e8123a7a74f" 2019-01-20 12:50:43,754 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2018ef99-8fb2-492f-a649-1d5511dc1f62 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:43,754 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/0f87d771d3554d90b67cc20445c46399 used request id req-2018ef99-8fb2-492f-a649-1d5511dc1f62 2019-01-20 12:50:43,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:44,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:50:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["0bK6Do_ISlGoBdxbSPNReA"], "issued_at": "2019-01-20T12:50:44.000000Z"}} 2019-01-20 12:50:44,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e4146a4d6ba4035cfb46145cd0f09b7eca657f" 2019-01-20 12:50:44,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b704a2c4-f26e-45c2-a050-d1b804da840d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:44,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b704a2c4-f26e-45c2-a050-d1b804da840d 2019-01-20 12:50:44,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:44,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:44,613 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:50:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["TfaPT01tSh-V1JLb0L0BsA"], "issued_at": "2019-01-20T12:50:44.000000Z"}} 2019-01-20 12:50:44,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de82fa108304d71dd0439c0c053df8d0b0bf2b" 2019-01-20 12:50:44,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e5158d6-f889-4420-94ad-fb2c369f724b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:44,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4e5158d6-f889-4420-94ad-fb2c369f724b 2019-01-20 12:50:44,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:50:44,788 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:50: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:50:44,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-49262fbd-0b5c-46f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de82fa108304d71dd0439c0c053df8d0b0bf2b" 2019-01-20 12:50:44,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60063f25-cdff-47b0-877c-69d328f843ce Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-49262fbd-0b5c-46f-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:50:44,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-49262fbd-0b5c-46f-proj used request id req-60063f25-cdff-47b0-877c-69d328f843ce 2019-01-20 12:50:44,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de82fa108304d71dd0439c0c053df8d0b0bf2b" 2019-01-20 12:50:44,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f46c90e-bf22-41a4-8e5b-3e3e6bdab181 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:50:44,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-5f46c90e-bf22-41a4-8e5b-3e3e6bdab181 2019-01-20 12:50:44,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de82fa108304d71dd0439c0c053df8d0b0bf2b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-49262fbd-0b5c-46f-proj"}}' 2019-01-20 12:50:45,090 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:50:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e76c4cf-eaa8-4e4d-bcd0-3dbb83eb72d4 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/65cd722296fa49bdaa9e968d005c5a13"}, "enabled": true, "id": "65cd722296fa49bdaa9e968d005c5a13", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-49262fbd-0b5c-46f-proj"}} 2019-01-20 12:50:45,090 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-5e76c4cf-eaa8-4e4d-bcd0-3dbb83eb72d4 2019-01-20 12:50:45,090 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-49262fbd-0b5c-46f-proj 2019-01-20 12:50:45,090 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:45,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:45,474 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:50:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ma6Clr4pStms2uIL6nhQ_w"], "issued_at": "2019-01-20T12:50:45.000000Z"}} 2019-01-20 12:50:45,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee9da529556eca26842f330c2e4c010c0d672bd8" 2019-01-20 12:50:45,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-262a6ab4-d45a-4bd0-b3e6-0eafebece2b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:45,489 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-262a6ab4-d45a-4bd0-b3e6-0eafebece2b2 2019-01-20 12:50:45,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:50:45,499 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:50: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:50:45,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee9da529556eca26842f330c2e4c010c0d672bd8" 2019-01-20 12:50:45,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d476eb1d-2dfc-4e3d-98fa-9e760c2d08e8 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:50:45,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-d476eb1d-2dfc-4e3d-98fa-9e760c2d08e8 2019-01-20 12:50:45,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-49262fbd-0b5c-46f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee9da529556eca26842f330c2e4c010c0d672bd8" 2019-01-20 12:50:45,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-711ef73e-6b6d-4354-b42c-18129b326c0f Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-49262fbd-0b5c-46f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/65cd722296fa49bdaa9e968d005c5a13"}, "enabled": true, "id": "65cd722296fa49bdaa9e968d005c5a13", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-49262fbd-0b5c-46f-proj"}]} 2019-01-20 12:50:45,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-49262fbd-0b5c-46f-proj used request id req-711ef73e-6b6d-4354-b42c-18129b326c0f 2019-01-20 12:50:45,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee9da529556eca26842f330c2e4c010c0d672bd8" 2019-01-20 12:50:45,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c3ec294-3638-44f9-9535-497e6358ec5d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:50:45,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-8c3ec294-3638-44f9-9535-497e6358ec5d 2019-01-20 12:50:46,161 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-49262fbd-0b5c-46f-user 2019-01-20 12:50:46,162 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:46,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de82fa108304d71dd0439c0c053df8d0b0bf2b" 2019-01-20 12:50:46,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53020941-f97c-4908-9fb7-919908e95c57 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:50:46,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-53020941-f97c-4908-9fb7-919908e95c57 2019-01-20 12:50:46,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de82fa108304d71dd0439c0c053df8d0b0bf2b" -d '{"role": {"name": "CreateSecurityGroupTests-49262fbd-0b5c-46f-proj-role"}}' 2019-01-20 12:50:46,371 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:50:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0be258d9-a8f2-467b-ba22-0898b0dcdfce Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3ae3503dffa642ac8b25a5eefbb57334", "links": {"self": "http://172.30.9.22:5000/v3/roles/3ae3503dffa642ac8b25a5eefbb57334"}, "name": "CreateSecurityGroupTests-49262fbd-0b5c-46f-proj-role"}} 2019-01-20 12:50:46,371 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-0be258d9-a8f2-467b-ba22-0898b0dcdfce 2019-01-20 12:50:46,371 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-49262fbd-0b5c-46f-proj-role 2019-01-20 12:50:46,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/3ae3503dffa642ac8b25a5eefbb57334 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de82fa108304d71dd0439c0c053df8d0b0bf2b" 2019-01-20 12:50:46,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cc1a5b9-6f17-4f5a-965d-eb5037a0b38f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/3ae3503dffa642ac8b25a5eefbb57334"}, "domain_id": null, "name": "CreateSecurityGroupTests-49262fbd-0b5c-46f-proj-role", "id": "3ae3503dffa642ac8b25a5eefbb57334"}} 2019-01-20 12:50:46,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/3ae3503dffa642ac8b25a5eefbb57334 used request id req-3cc1a5b9-6f17-4f5a-965d-eb5037a0b38f 2019-01-20 12:50:46,462 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-49262fbd-0b5c-46f-proj-role to project CreateSecurityGroupTests-49262fbd-0b5c-46f-proj 2019-01-20 12:50:46,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/65cd722296fa49bdaa9e968d005c5a13/users/6e24432e2b2f4de880ca0d537df2f61e/roles/3ae3503dffa642ac8b25a5eefbb57334 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de82fa108304d71dd0439c0c053df8d0b0bf2b" 2019-01-20 12:50:46,594 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2abff166-f2de-4cb1-adda-c405549dc013 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:46,594 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/65cd722296fa49bdaa9e968d005c5a13/users/6e24432e2b2f4de880ca0d537df2f61e/roles/3ae3503dffa642ac8b25a5eefbb57334 used request id req-2abff166-f2de-4cb1-adda-c405549dc013 2019-01-20 12:50:46,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:46,595 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:46,969 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:50:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["LTrOM271QlOjSKLDTL58TA"], "issued_at": "2019-01-20T12:50:46.000000Z"}} 2019-01-20 12:50:46,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9a6f2dc8d0f2f4a8abd9d9dc15b0356a53ae04" 2019-01-20 12:50:47,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f30c2ea-8d2d-4428-8c36-92d0242cc4f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:47,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3f30c2ea-8d2d-4428-8c36-92d0242cc4f2 2019-01-20 12:50:47,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f962fcbb-83af-44d6-a814-d2f284292c5aname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9a6f2dc8d0f2f4a8abd9d9dc15b0356a53ae04" 2019-01-20 12:50:47,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c01997f4-6c11-4855-a94e-26282616583d Date: Sun, 20 Jan 2019 12:50:47 GMT RESP BODY: {"security_groups": []} 2019-01-20 12:50:47,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f962fcbb-83af-44d6-a814-d2f284292c5aname&description=hello+group used request id req-c01997f4-6c11-4855-a94e-26282616583d 2019-01-20 12:50:47,270 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-f962fcbb-83af-44d6-a814-d2f284292c5aname... 2019-01-20 12:50:47,271 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-f962fcbb-83af-44d6-a814-d2f284292c5aname 2019-01-20 12:50:47,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:50:47,278 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:50: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:50:47,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-49262fbd-0b5c-46f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9a6f2dc8d0f2f4a8abd9d9dc15b0356a53ae04" 2019-01-20 12:50:47,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0623c62-1759-4188-8e06-e7b486404fb3 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-49262fbd-0b5c-46f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/65cd722296fa49bdaa9e968d005c5a13"}, "enabled": true, "id": "65cd722296fa49bdaa9e968d005c5a13", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-49262fbd-0b5c-46f-proj"}]} 2019-01-20 12:50:47,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-49262fbd-0b5c-46f-proj used request id req-f0623c62-1759-4188-8e06-e7b486404fb3 2019-01-20 12:50:47,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9a6f2dc8d0f2f4a8abd9d9dc15b0356a53ae04" -d '{"security_group": {"tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "name": "CreateSecurityGroupTests-f962fcbb-83af-44d6-a814-d2f284292c5aname", "description": "hello group"}}' 2019-01-20 12:50:47,832 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-e0f85628-c72b-4099-a4d4-151d6ceddc90 Date: Sun, 20 Jan 2019 12:50:47 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "updated_at": "2019-01-20T12:50:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "revision_number": 0, "id": "0d16c744-f0e4-4b8e-b10e-d848e23f25f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "port_range_min": null, "ethertype": "IPv4", "project_id": "65cd722296fa49bdaa9e968d005c5a13"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "revision_number": 0, "id": "1898380c-ef7d-41d7-870d-0b1f61b6d05c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "port_range_min": null, "ethertype": "IPv6", "project_id": "65cd722296fa49bdaa9e968d005c5a13"}], "revision_number": 2, "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "name": "CreateSecurityGroupTests-f962fcbb-83af-44d6-a814-d2f284292c5aname"}} 2019-01-20 12:50:47,832 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-e0f85628-c72b-4099-a4d4-151d6ceddc90 2019-01-20 12:50:47,833 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b65525ad-793e-445b-ac73-8b83a8f5167c 2019-01-20 12:50:47,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b65525ad-793e-445b-ac73-8b83a8f5167c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9a6f2dc8d0f2f4a8abd9d9dc15b0356a53ae04" 2019-01-20 12:50:48,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f5932f7f-a841-46fa-8dc2-07d480429b0f Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "port_range_min": null, "revision_number": 0, "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "0d16c744-f0e4-4b8e-b10e-d848e23f25f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "port_range_min": null, "revision_number": 0, "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "1898380c-ef7d-41d7-870d-0b1f61b6d05c"}]} 2019-01-20 12:50:48,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b65525ad-793e-445b-ac73-8b83a8f5167c used request id req-f5932f7f-a841-46fa-8dc2-07d480429b0f 2019-01-20 12:50:48,007 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b65525ad-793e-445b-ac73-8b83a8f5167c 2019-01-20 12:50:48,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b65525ad-793e-445b-ac73-8b83a8f5167c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9a6f2dc8d0f2f4a8abd9d9dc15b0356a53ae04" 2019-01-20 12:50:48,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7e83fc8b-451c-4948-adb4-a1c89a2706b0 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "port_range_min": null, "revision_number": 0, "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "0d16c744-f0e4-4b8e-b10e-d848e23f25f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "port_range_min": null, "revision_number": 0, "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "1898380c-ef7d-41d7-870d-0b1f61b6d05c"}]} 2019-01-20 12:50:48,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b65525ad-793e-445b-ac73-8b83a8f5167c used request id req-7e83fc8b-451c-4948-adb4-a1c89a2706b0 2019-01-20 12:50:48,186 - neutron_utils - INFO - Retrieving security group with ID - b65525ad-793e-445b-ac73-8b83a8f5167c 2019-01-20 12:50:48,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=b65525ad-793e-445b-ac73-8b83a8f5167c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9a6f2dc8d0f2f4a8abd9d9dc15b0356a53ae04" 2019-01-20 12:50:48,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-0adb84c7-7a37-43c9-af8f-aa0c0e2fcff2 Date: Sun, 20 Jan 2019 12:50:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "updated_at": "2019-01-20T12:50:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "revision_number": 0, "id": "0d16c744-f0e4-4b8e-b10e-d848e23f25f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "port_range_min": null, "ethertype": "IPv4", "project_id": "65cd722296fa49bdaa9e968d005c5a13"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "revision_number": 0, "id": "1898380c-ef7d-41d7-870d-0b1f61b6d05c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "port_range_min": null, "ethertype": "IPv6", "project_id": "65cd722296fa49bdaa9e968d005c5a13"}], "revision_number": 2, "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "name": "CreateSecurityGroupTests-f962fcbb-83af-44d6-a814-d2f284292c5aname"}]} 2019-01-20 12:50:48,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=b65525ad-793e-445b-ac73-8b83a8f5167c used request id req-0adb84c7-7a37-43c9-af8f-aa0c0e2fcff2 2019-01-20 12:50:48,377 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b65525ad-793e-445b-ac73-8b83a8f5167c 2019-01-20 12:50:48,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b65525ad-793e-445b-ac73-8b83a8f5167c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9a6f2dc8d0f2f4a8abd9d9dc15b0356a53ae04" 2019-01-20 12:50:48,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e728b55d-dfe9-4455-91c3-7a7dd3d94027 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "port_range_min": null, "revision_number": 0, "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "0d16c744-f0e4-4b8e-b10e-d848e23f25f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "port_range_min": null, "revision_number": 0, "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "1898380c-ef7d-41d7-870d-0b1f61b6d05c"}]} 2019-01-20 12:50:48,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b65525ad-793e-445b-ac73-8b83a8f5167c used request id req-e728b55d-dfe9-4455-91c3-7a7dd3d94027 2019-01-20 12:50:48,559 - neutron_utils - INFO - Retrieving security group with ID - b65525ad-793e-445b-ac73-8b83a8f5167c 2019-01-20 12:50:48,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=b65525ad-793e-445b-ac73-8b83a8f5167c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9a6f2dc8d0f2f4a8abd9d9dc15b0356a53ae04" 2019-01-20 12:50:48,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-cf2ef88f-6800-4b6f-bec2-e80adbfc4a5f Date: Sun, 20 Jan 2019 12:50:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "updated_at": "2019-01-20T12:50:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "revision_number": 0, "id": "0d16c744-f0e4-4b8e-b10e-d848e23f25f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "port_range_min": null, "ethertype": "IPv4", "project_id": "65cd722296fa49bdaa9e968d005c5a13"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "revision_number": 0, "id": "1898380c-ef7d-41d7-870d-0b1f61b6d05c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "port_range_min": null, "ethertype": "IPv6", "project_id": "65cd722296fa49bdaa9e968d005c5a13"}], "revision_number": 2, "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "name": "CreateSecurityGroupTests-f962fcbb-83af-44d6-a814-d2f284292c5aname"}]} 2019-01-20 12:50:48,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=b65525ad-793e-445b-ac73-8b83a8f5167c used request id req-cf2ef88f-6800-4b6f-bec2-e80adbfc4a5f 2019-01-20 12:50:48,771 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b65525ad-793e-445b-ac73-8b83a8f5167c 2019-01-20 12:50:48,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b65525ad-793e-445b-ac73-8b83a8f5167c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9a6f2dc8d0f2f4a8abd9d9dc15b0356a53ae04" 2019-01-20 12:50:48,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-39611b03-7965-4b03-a8e6-a4adfb0f60d0 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "port_range_min": null, "revision_number": 0, "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "0d16c744-f0e4-4b8e-b10e-d848e23f25f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "port_range_min": null, "revision_number": 0, "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "1898380c-ef7d-41d7-870d-0b1f61b6d05c"}]} 2019-01-20 12:50:48,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b65525ad-793e-445b-ac73-8b83a8f5167c used request id req-39611b03-7965-4b03-a8e6-a4adfb0f60d0 2019-01-20 12:50:48,938 - neutron_utils - INFO - Retrieving security group with ID - b65525ad-793e-445b-ac73-8b83a8f5167c 2019-01-20 12:50:48,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=b65525ad-793e-445b-ac73-8b83a8f5167c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9a6f2dc8d0f2f4a8abd9d9dc15b0356a53ae04" 2019-01-20 12:50:48,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-3dc938d6-23e1-4bb4-a1b1-2be1fec7c7c3 Date: Sun, 20 Jan 2019 12:50:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "updated_at": "2019-01-20T12:50:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "revision_number": 0, "id": "0d16c744-f0e4-4b8e-b10e-d848e23f25f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "port_range_min": null, "ethertype": "IPv4", "project_id": "65cd722296fa49bdaa9e968d005c5a13"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "revision_number": 0, "id": "1898380c-ef7d-41d7-870d-0b1f61b6d05c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "port_range_min": null, "ethertype": "IPv6", "project_id": "65cd722296fa49bdaa9e968d005c5a13"}], "revision_number": 2, "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "name": "CreateSecurityGroupTests-f962fcbb-83af-44d6-a814-d2f284292c5aname"}]} 2019-01-20 12:50:48,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=b65525ad-793e-445b-ac73-8b83a8f5167c used request id req-3dc938d6-23e1-4bb4-a1b1-2be1fec7c7c3 2019-01-20 12:50:48,988 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b65525ad-793e-445b-ac73-8b83a8f5167c 2019-01-20 12:50:48,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b65525ad-793e-445b-ac73-8b83a8f5167c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9a6f2dc8d0f2f4a8abd9d9dc15b0356a53ae04" 2019-01-20 12:50:49,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d5780586-4a82-49e0-a55d-e63bdbfa5532 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "port_range_min": null, "revision_number": 0, "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "0d16c744-f0e4-4b8e-b10e-d848e23f25f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "port_range_min": null, "revision_number": 0, "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "1898380c-ef7d-41d7-870d-0b1f61b6d05c"}]} 2019-01-20 12:50:49,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b65525ad-793e-445b-ac73-8b83a8f5167c used request id req-d5780586-4a82-49e0-a55d-e63bdbfa5532 2019-01-20 12:50:49,169 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:49,545 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3ae3503dffa642ac8b25a5eefbb57334", "name": "CreateSecurityGroupTests-49262fbd-0b5c-46f-proj-role"}], "expires_at": "2019-01-20T13:50:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "65cd722296fa49bdaa9e968d005c5a13", "name": "CreateSecurityGroupTests-49262fbd-0b5c-46f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/65cd722296fa49bdaa9e968d005c5a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/65cd722296fa49bdaa9e968d005c5a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/65cd722296fa49bdaa9e968d005c5a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/65cd722296fa49bdaa9e968d005c5a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/65cd722296fa49bdaa9e968d005c5a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/65cd722296fa49bdaa9e968d005c5a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/65cd722296fa49bdaa9e968d005c5a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/65cd722296fa49bdaa9e968d005c5a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/65cd722296fa49bdaa9e968d005c5a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/65cd722296fa49bdaa9e968d005c5a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/65cd722296fa49bdaa9e968d005c5a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/65cd722296fa49bdaa9e968d005c5a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-49262fbd-0b5c-46f-user", "id": "6e24432e2b2f4de880ca0d537df2f61e"}, "audit_ids": ["TvXzOs1eSDKDi9MCXfzb1g"], "issued_at": "2019-01-20T12:50:49.000000Z"}} 2019-01-20 12:50:49,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f962fcbb-83af-44d6-a814-d2f284292c5aname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0532d6b2ad2d8de407242e09250c03573783fc5" 2019-01-20 12:50:49,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-860dd66b-3189-4d7d-aa2b-a0ea2b612047 Date: Sun, 20 Jan 2019 12:50:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "updated_at": "2019-01-20T12:50:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "revision_number": 0, "id": "0d16c744-f0e4-4b8e-b10e-d848e23f25f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "port_range_min": null, "ethertype": "IPv4", "project_id": "65cd722296fa49bdaa9e968d005c5a13"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "revision_number": 0, "id": "1898380c-ef7d-41d7-870d-0b1f61b6d05c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "port_range_min": null, "ethertype": "IPv6", "project_id": "65cd722296fa49bdaa9e968d005c5a13"}], "revision_number": 2, "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "name": "CreateSecurityGroupTests-f962fcbb-83af-44d6-a814-d2f284292c5aname"}]} 2019-01-20 12:50:49,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f962fcbb-83af-44d6-a814-d2f284292c5aname&description=hello+group used request id req-860dd66b-3189-4d7d-aa2b-a0ea2b612047 2019-01-20 12:50:49,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:50:49,799 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:50: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:50:49,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/65cd722296fa49bdaa9e968d005c5a13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e4146a4d6ba4035cfb46145cd0f09b7eca657f" 2019-01-20 12:50:49,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1e1fc5f-71cd-4bfa-a163-0f7329c12c5b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/65cd722296fa49bdaa9e968d005c5a13"}, "enabled": true, "id": "65cd722296fa49bdaa9e968d005c5a13", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-49262fbd-0b5c-46f-proj"}} 2019-01-20 12:50:49,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/65cd722296fa49bdaa9e968d005c5a13 used request id req-c1e1fc5f-71cd-4bfa-a163-0f7329c12c5b 2019-01-20 12:50:49,886 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b65525ad-793e-445b-ac73-8b83a8f5167c 2019-01-20 12:50:49,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b65525ad-793e-445b-ac73-8b83a8f5167c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0532d6b2ad2d8de407242e09250c03573783fc5" 2019-01-20 12:50:50,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2eb21af9-b607-477c-8654-ee9214bd6740 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "port_range_min": null, "revision_number": 0, "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "0d16c744-f0e4-4b8e-b10e-d848e23f25f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "port_range_min": null, "revision_number": 0, "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "1898380c-ef7d-41d7-870d-0b1f61b6d05c"}]} 2019-01-20 12:50:50,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b65525ad-793e-445b-ac73-8b83a8f5167c used request id req-2eb21af9-b607-477c-8654-ee9214bd6740 2019-01-20 12:50:50,055 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b65525ad-793e-445b-ac73-8b83a8f5167c 2019-01-20 12:50:50,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b65525ad-793e-445b-ac73-8b83a8f5167c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0532d6b2ad2d8de407242e09250c03573783fc5" 2019-01-20 12:50:50,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ff4d8684-9866-46f0-9dce-0e8893c79d4b Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "port_range_min": null, "revision_number": 0, "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "0d16c744-f0e4-4b8e-b10e-d848e23f25f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "security_group_id": "b65525ad-793e-445b-ac73-8b83a8f5167c", "port_range_min": null, "revision_number": 0, "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "1898380c-ef7d-41d7-870d-0b1f61b6d05c"}]} 2019-01-20 12:50:50,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b65525ad-793e-445b-ac73-8b83a8f5167c used request id req-ff4d8684-9866-46f0-9dce-0e8893c79d4b 2019-01-20 12:50:50,234 - neutron_utils - INFO - Deleting security group rule with ID - 0d16c744-f0e4-4b8e-b10e-d848e23f25f2 2019-01-20 12:50:50,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/0d16c744-f0e4-4b8e-b10e-d848e23f25f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9a6f2dc8d0f2f4a8abd9d9dc15b0356a53ae04" 2019-01-20 12:50:50,327 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2dc41fc8-e9b6-4590-8e9c-af75825093b3 Content-Length: 0 Date: Sun, 20 Jan 2019 12:50:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:50:50,327 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/0d16c744-f0e4-4b8e-b10e-d848e23f25f2 used request id req-2dc41fc8-e9b6-4590-8e9c-af75825093b3 2019-01-20 12:50:50,327 - neutron_utils - INFO - Deleting security group rule with ID - 1898380c-ef7d-41d7-870d-0b1f61b6d05c 2019-01-20 12:50:50,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/1898380c-ef7d-41d7-870d-0b1f61b6d05c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9a6f2dc8d0f2f4a8abd9d9dc15b0356a53ae04" 2019-01-20 12:50:50,570 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2a72b558-a80a-40a0-8d74-d68d75719d83 Content-Length: 0 Date: Sun, 20 Jan 2019 12:50:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:50:50,570 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/1898380c-ef7d-41d7-870d-0b1f61b6d05c used request id req-2a72b558-a80a-40a0-8d74-d68d75719d83 2019-01-20 12:50:50,571 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-f962fcbb-83af-44d6-a814-d2f284292c5aname 2019-01-20 12:50:50,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/b65525ad-793e-445b-ac73-8b83a8f5167c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9a6f2dc8d0f2f4a8abd9d9dc15b0356a53ae04" 2019-01-20 12:50:50,839 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ac8a00c7-1af5-42a1-a031-65abcb12915a Content-Length: 0 Date: Sun, 20 Jan 2019 12:50:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:50:50,839 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/b65525ad-793e-445b-ac73-8b83a8f5167c used request id req-ac8a00c7-1af5-42a1-a031-65abcb12915a 2019-01-20 12:50:50,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de82fa108304d71dd0439c0c053df8d0b0bf2b" 2019-01-20 12:50:51,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1994bb08-6dda-4d28-8870-145c5232b650 Date: Sun, 20 Jan 2019 12:50:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "updated_at": "2019-01-20T12:50:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "revision_number": 0, "id": "4a6fd422-be4b-4f9f-aae1-dce507f4dfc5", "remote_group_id": "a0782efc-fba8-4002-b85e-5d8816a62ba2", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:47Z", "security_group_id": "a0782efc-fba8-4002-b85e-5d8816a62ba2", "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "port_range_min": null, "ethertype": "IPv4", "project_id": "65cd722296fa49bdaa9e968d005c5a13"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "revision_number": 0, "id": "6446436d-41a4-4ae8-9379-f679a7e3144f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:47Z", "security_group_id": "a0782efc-fba8-4002-b85e-5d8816a62ba2", "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "port_range_min": null, "ethertype": "IPv4", "project_id": "65cd722296fa49bdaa9e968d005c5a13"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "revision_number": 0, "id": "eeec8de1-f484-4614-b340-e7421a499085", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:47Z", "security_group_id": "a0782efc-fba8-4002-b85e-5d8816a62ba2", "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "port_range_min": null, "ethertype": "IPv6", "project_id": "65cd722296fa49bdaa9e968d005c5a13"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "revision_number": 0, "id": "f7921f11-8052-47b6-8b7b-b32f3ed4662c", "remote_group_id": "a0782efc-fba8-4002-b85e-5d8816a62ba2", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:47Z", "security_group_id": "a0782efc-fba8-4002-b85e-5d8816a62ba2", "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "port_range_min": null, "ethertype": "IPv6", "project_id": "65cd722296fa49bdaa9e968d005c5a13"}], "revision_number": 4, "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "a0782efc-fba8-4002-b85e-5d8816a62ba2", "name": "default"}]} 2019-01-20 12:50:51,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-1994bb08-6dda-4d28-8870-145c5232b650 2019-01-20 12:50:51,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de82fa108304d71dd0439c0c053df8d0b0bf2b" 2019-01-20 12:50:51,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c48359d-3a16-48ef-b5db-69bfc0498f23 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:50:51,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-5c48359d-3a16-48ef-b5db-69bfc0498f23 2019-01-20 12:50:51,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de82fa108304d71dd0439c0c053df8d0b0bf2b" 2019-01-20 12:50:51,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16d0da45-5717-43a7-a3bc-0b46064fd240 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:50:51,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-16d0da45-5717-43a7-a3bc-0b46064fd240 2019-01-20 12:50:51,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de82fa108304d71dd0439c0c053df8d0b0bf2b" 2019-01-20 12:50:51,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-915b2d61-24b1-48ba-8023-0bab1bd691d8 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:50:51,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-915b2d61-24b1-48ba-8023-0bab1bd691d8 2019-01-20 12:50:51,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/65cd722296fa49bdaa9e968d005c5a13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de82fa108304d71dd0439c0c053df8d0b0bf2b" 2019-01-20 12:50:51,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d4877e7-992b-4366-b1be-f76596dddbce Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/65cd722296fa49bdaa9e968d005c5a13"}, "enabled": true, "id": "65cd722296fa49bdaa9e968d005c5a13", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-49262fbd-0b5c-46f-proj"}} 2019-01-20 12:50:51,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/65cd722296fa49bdaa9e968d005c5a13 used request id req-0d4877e7-992b-4366-b1be-f76596dddbce 2019-01-20 12:50:51,441 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a0782efc-fba8-4002-b85e-5d8816a62ba2 2019-01-20 12:50:51,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a0782efc-fba8-4002-b85e-5d8816a62ba2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de82fa108304d71dd0439c0c053df8d0b0bf2b" 2019-01-20 12:50:51,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-be2a083d-fdf9-4df7-a154-2ecf3b978133 Date: Sun, 20 Jan 2019 12:50:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "a0782efc-fba8-4002-b85e-5d8816a62ba2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "security_group_id": "a0782efc-fba8-4002-b85e-5d8816a62ba2", "port_range_min": null, "revision_number": 0, "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "4a6fd422-be4b-4f9f-aae1-dce507f4dfc5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "security_group_id": "a0782efc-fba8-4002-b85e-5d8816a62ba2", "port_range_min": null, "revision_number": 0, "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "6446436d-41a4-4ae8-9379-f679a7e3144f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "security_group_id": "a0782efc-fba8-4002-b85e-5d8816a62ba2", "port_range_min": null, "revision_number": 0, "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "eeec8de1-f484-4614-b340-e7421a499085"}, {"remote_group_id": "a0782efc-fba8-4002-b85e-5d8816a62ba2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:47Z", "security_group_id": "a0782efc-fba8-4002-b85e-5d8816a62ba2", "port_range_min": null, "revision_number": 0, "tenant_id": "65cd722296fa49bdaa9e968d005c5a13", "created_at": "2019-01-20T12:50:47Z", "project_id": "65cd722296fa49bdaa9e968d005c5a13", "id": "f7921f11-8052-47b6-8b7b-b32f3ed4662c"}]} 2019-01-20 12:50:51,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a0782efc-fba8-4002-b85e-5d8816a62ba2 used request id req-be2a083d-fdf9-4df7-a154-2ecf3b978133 2019-01-20 12:50:51,624 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 12:50:51,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/a0782efc-fba8-4002-b85e-5d8816a62ba2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de82fa108304d71dd0439c0c053df8d0b0bf2b" 2019-01-20 12:50:51,897 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0be74135-9c27-4686-ad0d-7ca2d6a23356 Content-Length: 0 Date: Sun, 20 Jan 2019 12:50:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:50:51,897 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/a0782efc-fba8-4002-b85e-5d8816a62ba2 used request id req-0be74135-9c27-4686-ad0d-7ca2d6a23356 2019-01-20 12:50:51,898 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-49262fbd-0b5c-46f-proj 2019-01-20 12:50:51,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/65cd722296fa49bdaa9e968d005c5a13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de82fa108304d71dd0439c0c053df8d0b0bf2b" 2019-01-20 12:50:52,122 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-387aa5f8-6bba-457b-8968-6daab8ff3df0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:52,123 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/65cd722296fa49bdaa9e968d005c5a13 used request id req-387aa5f8-6bba-457b-8968-6daab8ff3df0 2019-01-20 12:50:52,123 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-49262fbd-0b5c-46f-proj-role 2019-01-20 12:50:52,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/3ae3503dffa642ac8b25a5eefbb57334 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de82fa108304d71dd0439c0c053df8d0b0bf2b" 2019-01-20 12:50:52,232 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe0df42d-afb0-439e-9aee-539c7a7c8f05 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:52,232 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/3ae3503dffa642ac8b25a5eefbb57334 used request id req-fe0df42d-afb0-439e-9aee-539c7a7c8f05 2019-01-20 12:50:52,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21de82fa108304d71dd0439c0c053df8d0b0bf2b" 2019-01-20 12:50:52,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be05e8d9-c382-4170-b02a-b6f70c992859 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:50:52,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-be05e8d9-c382-4170-b02a-b6f70c992859 2019-01-20 12:50:52,326 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-49262fbd-0b5c-46f-user 2019-01-20 12:50:52,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/6e24432e2b2f4de880ca0d537df2f61e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee9da529556eca26842f330c2e4c010c0d672bd8" 2019-01-20 12:50:52,531 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfb2fe63-53c6-404d-bf40-be1be39edff8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:52,531 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/6e24432e2b2f4de880ca0d537df2f61e used request id req-bfb2fe63-53c6-404d-bf40-be1be39edff8 2019-01-20 12:50:52,533 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:52,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:50:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Wvqo0-ydSQCqlNp6bos3-A"], "issued_at": "2019-01-20T12:50:52.000000Z"}} 2019-01-20 12:50:52,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dad3bf30a636ab8478783bb51b8e431171a60ec1" 2019-01-20 12:50:53,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d1353f0-3efe-4446-b54b-1a897c1ca0ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:53,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5d1353f0-3efe-4446-b54b-1a897c1ca0ed 2019-01-20 12:50:53,013 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:53,014 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:53,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:50:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["RGQlBcm3SuKmzkian9jCYw"], "issued_at": "2019-01-20T12:50:53.000000Z"}} 2019-01-20 12:50:53,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61396cca9f7f2b703dba64dd1952554405bf8cca" 2019-01-20 12:50:53,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a751ac5c-83d4-4eeb-a6d3-ff690f64207a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:53,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a751ac5c-83d4-4eeb-a6d3-ff690f64207a 2019-01-20 12:50:53,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:50:53,594 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:50: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:50:53,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-fc609c3c-99c2-492-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61396cca9f7f2b703dba64dd1952554405bf8cca" 2019-01-20 12:50:53,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a8e289a-d9ff-4a35-8738-c2b57f1e0aec Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-fc609c3c-99c2-492-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:50:53,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-fc609c3c-99c2-492-proj used request id req-9a8e289a-d9ff-4a35-8738-c2b57f1e0aec 2019-01-20 12:50:53,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61396cca9f7f2b703dba64dd1952554405bf8cca" 2019-01-20 12:50:53,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75513674-8ee7-4f03-bd25-df16d5013974 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:50:53,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-75513674-8ee7-4f03-bd25-df16d5013974 2019-01-20 12:50:53,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61396cca9f7f2b703dba64dd1952554405bf8cca" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-fc609c3c-99c2-492-proj"}}' 2019-01-20 12:50:53,826 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:50:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ada02543-280f-42f7-bcb5-ccaabd445d09 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a45dcf9fd7894d16b71f5f99fc25c89d"}, "enabled": true, "id": "a45dcf9fd7894d16b71f5f99fc25c89d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-fc609c3c-99c2-492-proj"}} 2019-01-20 12:50:53,826 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-ada02543-280f-42f7-bcb5-ccaabd445d09 2019-01-20 12:50:53,826 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-fc609c3c-99c2-492-proj 2019-01-20 12:50:53,826 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:53,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:54,211 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:50:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["j4CgFv_8SjCM0cGnGdxgXA"], "issued_at": "2019-01-20T12:50:54.000000Z"}} 2019-01-20 12:50:54,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd65e820bc0d4ca71e6942d4172a2d74ba25ed86" 2019-01-20 12:50:54,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fb07e71-6943-4c18-bb11-76d843cccf7e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:54,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3fb07e71-6943-4c18-bb11-76d843cccf7e 2019-01-20 12:50:54,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:50:54,301 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:50: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:50:54,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd65e820bc0d4ca71e6942d4172a2d74ba25ed86" 2019-01-20 12:50:54,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00e478dc-efed-49aa-ab79-cf32a96cd8ab Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:50:54,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-00e478dc-efed-49aa-ab79-cf32a96cd8ab 2019-01-20 12:50:54,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-fc609c3c-99c2-492-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd65e820bc0d4ca71e6942d4172a2d74ba25ed86" 2019-01-20 12:50:54,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-374f9a4a-dfde-4220-9017-8ad9b5987b62 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-fc609c3c-99c2-492-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a45dcf9fd7894d16b71f5f99fc25c89d"}, "enabled": true, "id": "a45dcf9fd7894d16b71f5f99fc25c89d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-fc609c3c-99c2-492-proj"}]} 2019-01-20 12:50:54,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-fc609c3c-99c2-492-proj used request id req-374f9a4a-dfde-4220-9017-8ad9b5987b62 2019-01-20 12:50:54,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd65e820bc0d4ca71e6942d4172a2d74ba25ed86" 2019-01-20 12:50:54,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-149d5215-70f0-4879-9863-82fe3ea5ad2d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:50:54,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-149d5215-70f0-4879-9863-82fe3ea5ad2d 2019-01-20 12:50:54,904 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-fc609c3c-99c2-492-user 2019-01-20 12:50:54,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:54,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61396cca9f7f2b703dba64dd1952554405bf8cca" 2019-01-20 12:50:54,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8a990d6-08c9-4c8c-979b-31bb3f0be1c3 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:50:54,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f8a990d6-08c9-4c8c-979b-31bb3f0be1c3 2019-01-20 12:50:55,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61396cca9f7f2b703dba64dd1952554405bf8cca" -d '{"role": {"name": "CreateSecurityGroupTests-fc609c3c-99c2-492-proj-role"}}' 2019-01-20 12:50:55,113 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:50:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90cdf1ff-51cc-4508-9169-f504cd36632b Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9232a9f788e94f3c8a7d0664123b342f", "links": {"self": "http://172.30.9.22:5000/v3/roles/9232a9f788e94f3c8a7d0664123b342f"}, "name": "CreateSecurityGroupTests-fc609c3c-99c2-492-proj-role"}} 2019-01-20 12:50:55,114 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-90cdf1ff-51cc-4508-9169-f504cd36632b 2019-01-20 12:50:55,114 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-fc609c3c-99c2-492-proj-role 2019-01-20 12:50:55,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/9232a9f788e94f3c8a7d0664123b342f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61396cca9f7f2b703dba64dd1952554405bf8cca" 2019-01-20 12:50:55,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c159185e-6f57-4cdc-adaf-228d1648a5d6 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/9232a9f788e94f3c8a7d0664123b342f"}, "domain_id": null, "name": "CreateSecurityGroupTests-fc609c3c-99c2-492-proj-role", "id": "9232a9f788e94f3c8a7d0664123b342f"}} 2019-01-20 12:50:55,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/9232a9f788e94f3c8a7d0664123b342f used request id req-c159185e-6f57-4cdc-adaf-228d1648a5d6 2019-01-20 12:50:55,136 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-fc609c3c-99c2-492-proj-role to project CreateSecurityGroupTests-fc609c3c-99c2-492-proj 2019-01-20 12:50:55,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/a45dcf9fd7894d16b71f5f99fc25c89d/users/fdfed70e35fd462d892304fd3fe3a5be/roles/9232a9f788e94f3c8a7d0664123b342f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61396cca9f7f2b703dba64dd1952554405bf8cca" 2019-01-20 12:50:55,254 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:50:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17b9627b-bc4b-4138-9319-36fb88733a95 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:50:55,254 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/a45dcf9fd7894d16b71f5f99fc25c89d/users/fdfed70e35fd462d892304fd3fe3a5be/roles/9232a9f788e94f3c8a7d0664123b342f used request id req-17b9627b-bc4b-4138-9319-36fb88733a95 2019-01-20 12:50:55,255 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:50:55,256 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:55,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9232a9f788e94f3c8a7d0664123b342f", "name": "CreateSecurityGroupTests-fc609c3c-99c2-492-proj-role"}], "expires_at": "2019-01-20T13:50:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a45dcf9fd7894d16b71f5f99fc25c89d", "name": "CreateSecurityGroupTests-fc609c3c-99c2-492-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-fc609c3c-99c2-492-user", "id": "fdfed70e35fd462d892304fd3fe3a5be"}, "audit_ids": ["ADe_PEEaSDqfuNjdCiKfXw"], "issued_at": "2019-01-20T12:50:55.000000Z"}} 2019-01-20 12:50:55,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d8bb4ab1258baea065e6d301d34dbcc11bab81" 2019-01-20 12:50:55,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d1bb1f9-a877-48e6-a64c-b0e9e0e02662 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:50:55,731 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5d1bb1f9-a877-48e6-a64c-b0e9e0e02662 2019-01-20 12:50:55,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d8bb4ab1258baea065e6d301d34dbcc11bab81" 2019-01-20 12:50:56,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-d068c47d-6470-4532-b374-344d31c3cf65 Date: Sun, 20 Jan 2019 12:50:56 GMT RESP BODY: {"security_groups": []} 2019-01-20 12:50:56,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name&description=hello+group used request id req-d068c47d-6470-4532-b374-344d31c3cf65 2019-01-20 12:50:56,040 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name... 2019-01-20 12:50:56,040 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name 2019-01-20 12:50:56,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d8bb4ab1258baea065e6d301d34dbcc11bab81" -d '{"security_group": {"name": "CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name", "description": "hello group"}}' 2019-01-20 12:50:56,432 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-0c7e0591-e8b2-4400-bcc0-385eec0634b6 Date: Sun, 20 Jan 2019 12:50:56 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "updated_at": "2019-01-20T12:50:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "revision_number": 0, "id": "1e8dcfe0-b638-4e3e-904b-fe4b95842ee2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": null, "ethertype": "IPv4", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "revision_number": 0, "id": "f838e1de-8205-4bcd-909b-07de0523772d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": null, "ethertype": "IPv6", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}], "revision_number": 2, "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "name": "CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name"}} 2019-01-20 12:50:56,432 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-0c7e0591-e8b2-4400-bcc0-385eec0634b6 2019-01-20 12:50:56,432 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d9a2c47-a2e4-4480-a0b4-0e452d979907 2019-01-20 12:50:56,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d8bb4ab1258baea065e6d301d34dbcc11bab81" 2019-01-20 12:50:56,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e81e2c3f-d41f-4abd-b4ef-adca321cd060 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "1e8dcfe0-b638-4e3e-904b-fe4b95842ee2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "f838e1de-8205-4bcd-909b-07de0523772d"}]} 2019-01-20 12:50:56,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 used request id req-e81e2c3f-d41f-4abd-b4ef-adca321cd060 2019-01-20 12:50:56,619 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d9a2c47-a2e4-4480-a0b4-0e452d979907 2019-01-20 12:50:56,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d8bb4ab1258baea065e6d301d34dbcc11bab81" 2019-01-20 12:50:56,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3b7d0cae-3c99-4e68-9ff1-aa12237d4cca Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "1e8dcfe0-b638-4e3e-904b-fe4b95842ee2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "f838e1de-8205-4bcd-909b-07de0523772d"}]} 2019-01-20 12:50:56,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 used request id req-3b7d0cae-3c99-4e68-9ff1-aa12237d4cca 2019-01-20 12:50:56,803 - neutron_utils - INFO - Retrieving security group with ID - 2d9a2c47-a2e4-4480-a0b4-0e452d979907 2019-01-20 12:50:56,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d8bb4ab1258baea065e6d301d34dbcc11bab81" 2019-01-20 12:50:56,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-883947da-e863-4f62-9730-08bf7e53d41f Date: Sun, 20 Jan 2019 12:50:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "updated_at": "2019-01-20T12:50:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "revision_number": 0, "id": "1e8dcfe0-b638-4e3e-904b-fe4b95842ee2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": null, "ethertype": "IPv4", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "revision_number": 0, "id": "f838e1de-8205-4bcd-909b-07de0523772d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": null, "ethertype": "IPv6", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}], "revision_number": 2, "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "name": "CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name"}]} 2019-01-20 12:50:56,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 used request id req-883947da-e863-4f62-9730-08bf7e53d41f 2019-01-20 12:50:56,996 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d9a2c47-a2e4-4480-a0b4-0e452d979907 2019-01-20 12:50:57,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d8bb4ab1258baea065e6d301d34dbcc11bab81" 2019-01-20 12:50:57,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8dcd2346-1902-4f81-b9a7-c8eab0ab96ec Date: Sun, 20 Jan 2019 12:50:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "1e8dcfe0-b638-4e3e-904b-fe4b95842ee2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "f838e1de-8205-4bcd-909b-07de0523772d"}]} 2019-01-20 12:50:57,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 used request id req-8dcd2346-1902-4f81-b9a7-c8eab0ab96ec 2019-01-20 12:50:57,189 - neutron_utils - INFO - Retrieving security group with ID - 2d9a2c47-a2e4-4480-a0b4-0e452d979907 2019-01-20 12:50:57,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d8bb4ab1258baea065e6d301d34dbcc11bab81" 2019-01-20 12:50:57,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c16b4f83-f115-4c97-9691-5cb133bb836f Date: Sun, 20 Jan 2019 12:50:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "updated_at": "2019-01-20T12:50:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "revision_number": 0, "id": "1e8dcfe0-b638-4e3e-904b-fe4b95842ee2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": null, "ethertype": "IPv4", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "revision_number": 0, "id": "f838e1de-8205-4bcd-909b-07de0523772d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": null, "ethertype": "IPv6", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}], "revision_number": 2, "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "name": "CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name"}]} 2019-01-20 12:50:57,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 used request id req-c16b4f83-f115-4c97-9691-5cb133bb836f 2019-01-20 12:50:57,394 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d9a2c47-a2e4-4480-a0b4-0e452d979907 2019-01-20 12:50:57,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d8bb4ab1258baea065e6d301d34dbcc11bab81" 2019-01-20 12:50:57,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6e26d214-ee36-4c45-b12e-32be16765e69 Date: Sun, 20 Jan 2019 12:50:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "1e8dcfe0-b638-4e3e-904b-fe4b95842ee2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "f838e1de-8205-4bcd-909b-07de0523772d"}]} 2019-01-20 12:50:57,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 used request id req-6e26d214-ee36-4c45-b12e-32be16765e69 2019-01-20 12:50:57,562 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name 2019-01-20 12:50:57,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d8bb4ab1258baea065e6d301d34dbcc11bab81" 2019-01-20 12:50:57,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-51ec6fe5-fc08-4d18-b016-8593d172295c Date: Sun, 20 Jan 2019 12:50:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "updated_at": "2019-01-20T12:50:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "revision_number": 0, "id": "1e8dcfe0-b638-4e3e-904b-fe4b95842ee2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": null, "ethertype": "IPv4", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "revision_number": 0, "id": "f838e1de-8205-4bcd-909b-07de0523772d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": null, "ethertype": "IPv6", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}], "revision_number": 2, "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "name": "CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name"}]} 2019-01-20 12:50:57,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name used request id req-51ec6fe5-fc08-4d18-b016-8593d172295c 2019-01-20 12:50:57,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:50:57,774 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:50: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:50:57,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a45dcf9fd7894d16b71f5f99fc25c89d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d8bb4ab1258baea065e6d301d34dbcc11bab81" 2019-01-20 12:50:57,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:50:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08a5b0e3-8fcf-4af9-a4d1-978975d438be Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a45dcf9fd7894d16b71f5f99fc25c89d"}, "enabled": true, "id": "a45dcf9fd7894d16b71f5f99fc25c89d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-fc609c3c-99c2-492-proj"}} 2019-01-20 12:50:57,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a45dcf9fd7894d16b71f5f99fc25c89d used request id req-08a5b0e3-8fcf-4af9-a4d1-978975d438be 2019-01-20 12:50:57,860 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d9a2c47-a2e4-4480-a0b4-0e452d979907 2019-01-20 12:50:57,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d8bb4ab1258baea065e6d301d34dbcc11bab81" 2019-01-20 12:50:58,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7fe9e413-db0e-4091-b701-d1079a9d7abe Date: Sun, 20 Jan 2019 12:50:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "1e8dcfe0-b638-4e3e-904b-fe4b95842ee2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "f838e1de-8205-4bcd-909b-07de0523772d"}]} 2019-01-20 12:50:58,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 used request id req-7fe9e413-db0e-4091-b701-d1079a9d7abe 2019-01-20 12:50:58,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}85d8bb4ab1258baea065e6d301d34dbcc11bab81" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_1", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": 10}}' 2019-01-20 12:50:58,359 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-34f6b237-c739-415c-9fd7-418fd0fe53e5 Date: Sun, 20 Jan 2019 12:50:58 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": "2019-01-20T12:50:58Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": 10, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:58Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "96e1d145-b1ac-453e-92ab-001e36e983ec"}} 2019-01-20 12:50:58,360 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-34f6b237-c739-415c-9fd7-418fd0fe53e5 2019-01-20 12:50:58,360 - neutron_utils - INFO - Retrieving security group with ID - 2d9a2c47-a2e4-4480-a0b4-0e452d979907 2019-01-20 12:50:58,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d8bb4ab1258baea065e6d301d34dbcc11bab81" 2019-01-20 12:50:58,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-746cdec7-6fe2-4bf0-98ab-7a74d5572a03 Date: Sun, 20 Jan 2019 12:50:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "updated_at": "2019-01-20T12:50:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "revision_number": 0, "id": "1e8dcfe0-b638-4e3e-904b-fe4b95842ee2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": null, "ethertype": "IPv4", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:50:58Z", "revision_number": 0, "id": "96e1d145-b1ac-453e-92ab-001e36e983ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:58Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "revision_number": 0, "id": "f838e1de-8205-4bcd-909b-07de0523772d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": null, "ethertype": "IPv6", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}], "revision_number": 3, "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "name": "CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name"}]} 2019-01-20 12:50:58,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 used request id req-746cdec7-6fe2-4bf0-98ab-7a74d5572a03 2019-01-20 12:50:58,574 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d9a2c47-a2e4-4480-a0b4-0e452d979907 2019-01-20 12:50:58,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d8bb4ab1258baea065e6d301d34dbcc11bab81" 2019-01-20 12:50:58,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-1962735b-1c59-4186-85c0-b019ea0d1680 Date: Sun, 20 Jan 2019 12:50:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "1e8dcfe0-b638-4e3e-904b-fe4b95842ee2"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:50:58Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": 10, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:58Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "96e1d145-b1ac-453e-92ab-001e36e983ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "f838e1de-8205-4bcd-909b-07de0523772d"}]} 2019-01-20 12:50:58,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 used request id req-1962735b-1c59-4186-85c0-b019ea0d1680 2019-01-20 12:50:58,606 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:50:58,987 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9232a9f788e94f3c8a7d0664123b342f", "name": "CreateSecurityGroupTests-fc609c3c-99c2-492-proj-role"}], "expires_at": "2019-01-20T13:50:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a45dcf9fd7894d16b71f5f99fc25c89d", "name": "CreateSecurityGroupTests-fc609c3c-99c2-492-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/a45dcf9fd7894d16b71f5f99fc25c89d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-fc609c3c-99c2-492-user", "id": "fdfed70e35fd462d892304fd3fe3a5be"}, "audit_ids": ["PDGaO90VSWe5cEacgS6HNg"], "issued_at": "2019-01-20T12:50:58.000000Z"}} 2019-01-20 12:50:58,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45537926f7ea52b27ba876449e42614634da3d0c" 2019-01-20 12:50:59,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-6be3d8a8-fc91-4417-aa19-deb69ceb906e Date: Sun, 20 Jan 2019 12:50:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "updated_at": "2019-01-20T12:50:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "revision_number": 0, "id": "1e8dcfe0-b638-4e3e-904b-fe4b95842ee2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": null, "ethertype": "IPv4", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:50:58Z", "revision_number": 0, "id": "96e1d145-b1ac-453e-92ab-001e36e983ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:58Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "revision_number": 0, "id": "f838e1de-8205-4bcd-909b-07de0523772d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": null, "ethertype": "IPv6", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}], "revision_number": 3, "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "name": "CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name"}]} 2019-01-20 12:50:59,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name&description=hello+group used request id req-6be3d8a8-fc91-4417-aa19-deb69ceb906e 2019-01-20 12:50:59,190 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d9a2c47-a2e4-4480-a0b4-0e452d979907 2019-01-20 12:50:59,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45537926f7ea52b27ba876449e42614634da3d0c" 2019-01-20 12:50:59,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-b24015ad-4524-4047-932b-d39cf91ee9f6 Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "1e8dcfe0-b638-4e3e-904b-fe4b95842ee2"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:50:58Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": 10, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:58Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "96e1d145-b1ac-453e-92ab-001e36e983ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "f838e1de-8205-4bcd-909b-07de0523772d"}]} 2019-01-20 12:50:59,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 used request id req-b24015ad-4524-4047-932b-d39cf91ee9f6 2019-01-20 12:50:59,378 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d9a2c47-a2e4-4480-a0b4-0e452d979907 2019-01-20 12:50:59,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45537926f7ea52b27ba876449e42614634da3d0c" 2019-01-20 12:50:59,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-dae20906-6ccc-4acd-a248-61f99d528e8f Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "1e8dcfe0-b638-4e3e-904b-fe4b95842ee2"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:50:58Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": 10, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:58Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "96e1d145-b1ac-453e-92ab-001e36e983ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "f838e1de-8205-4bcd-909b-07de0523772d"}]} 2019-01-20 12:50:59,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 used request id req-dae20906-6ccc-4acd-a248-61f99d528e8f 2019-01-20 12:50:59,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45537926f7ea52b27ba876449e42614634da3d0c" 2019-01-20 12:50:59,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-242f4f81-5c34-496a-90e4-df9d352c2fdc Date: Sun, 20 Jan 2019 12:50:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "updated_at": "2019-01-20T12:50:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "revision_number": 0, "id": "1e8dcfe0-b638-4e3e-904b-fe4b95842ee2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": null, "ethertype": "IPv4", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:50:58Z", "revision_number": 0, "id": "96e1d145-b1ac-453e-92ab-001e36e983ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:58Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "revision_number": 0, "id": "f838e1de-8205-4bcd-909b-07de0523772d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": null, "ethertype": "IPv6", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}], "revision_number": 3, "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "name": "CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name"}]} 2019-01-20 12:50:59,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name used request id req-242f4f81-5c34-496a-90e4-df9d352c2fdc 2019-01-20 12:50:59,765 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d9a2c47-a2e4-4480-a0b4-0e452d979907 2019-01-20 12:50:59,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45537926f7ea52b27ba876449e42614634da3d0c" 2019-01-20 12:50:59,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-8ea0c77c-47cf-4edd-a2cb-58786d4e385d Date: Sun, 20 Jan 2019 12:50: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": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "1e8dcfe0-b638-4e3e-904b-fe4b95842ee2"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:50:58Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": 10, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:58Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "96e1d145-b1ac-453e-92ab-001e36e983ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "f838e1de-8205-4bcd-909b-07de0523772d"}]} 2019-01-20 12:50:59,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 used request id req-8ea0c77c-47cf-4edd-a2cb-58786d4e385d 2019-01-20 12:50:59,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45537926f7ea52b27ba876449e42614634da3d0c" 2019-01-20 12:51:00,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-cf37e661-d7e1-4268-a9d4-a2cbebac0121 Date: Sun, 20 Jan 2019 12:51:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "updated_at": "2019-01-20T12:50:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "revision_number": 0, "id": "1e8dcfe0-b638-4e3e-904b-fe4b95842ee2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": null, "ethertype": "IPv4", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:50:58Z", "revision_number": 0, "id": "96e1d145-b1ac-453e-92ab-001e36e983ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:58Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "revision_number": 0, "id": "f838e1de-8205-4bcd-909b-07de0523772d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": null, "ethertype": "IPv6", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}], "revision_number": 3, "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "name": "CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name"}]} 2019-01-20 12:51:00,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name used request id req-cf37e661-d7e1-4268-a9d4-a2cbebac0121 2019-01-20 12:51:00,144 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d9a2c47-a2e4-4480-a0b4-0e452d979907 2019-01-20 12:51:00,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45537926f7ea52b27ba876449e42614634da3d0c" 2019-01-20 12:51:00,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-19f68820-a34d-4f2f-9a2b-d21daa47bcbb Date: Sun, 20 Jan 2019 12:51:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "1e8dcfe0-b638-4e3e-904b-fe4b95842ee2"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:50:58Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": 10, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:58Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "96e1d145-b1ac-453e-92ab-001e36e983ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:56Z", "security_group_id": "2d9a2c47-a2e4-4480-a0b4-0e452d979907", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:56Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "f838e1de-8205-4bcd-909b-07de0523772d"}]} 2019-01-20 12:51:00,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=2d9a2c47-a2e4-4480-a0b4-0e452d979907 used request id req-19f68820-a34d-4f2f-9a2b-d21daa47bcbb 2019-01-20 12:51:00,496 - neutron_utils - INFO - Deleting security group rule with ID - 96e1d145-b1ac-453e-92ab-001e36e983ec 2019-01-20 12:51:00,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/96e1d145-b1ac-453e-92ab-001e36e983ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d8bb4ab1258baea065e6d301d34dbcc11bab81" 2019-01-20 12:51:00,743 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bc121db9-12b0-40f2-bdcc-99a302b67263 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:00,743 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/96e1d145-b1ac-453e-92ab-001e36e983ec used request id req-bc121db9-12b0-40f2-bdcc-99a302b67263 2019-01-20 12:51:00,744 - neutron_utils - INFO - Deleting security group rule with ID - f838e1de-8205-4bcd-909b-07de0523772d 2019-01-20 12:51:00,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/f838e1de-8205-4bcd-909b-07de0523772d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d8bb4ab1258baea065e6d301d34dbcc11bab81" 2019-01-20 12:51:00,849 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2ada5c78-7797-49c2-989a-da0146fea78f Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:00,850 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/f838e1de-8205-4bcd-909b-07de0523772d used request id req-2ada5c78-7797-49c2-989a-da0146fea78f 2019-01-20 12:51:00,850 - neutron_utils - INFO - Deleting security group rule with ID - 1e8dcfe0-b638-4e3e-904b-fe4b95842ee2 2019-01-20 12:51:00,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/1e8dcfe0-b638-4e3e-904b-fe4b95842ee2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d8bb4ab1258baea065e6d301d34dbcc11bab81" 2019-01-20 12:51:00,949 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-79ba4222-05d0-4f3d-a188-7ef6293ba8aa Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:00,949 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/1e8dcfe0-b638-4e3e-904b-fe4b95842ee2 used request id req-79ba4222-05d0-4f3d-a188-7ef6293ba8aa 2019-01-20 12:51:00,949 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-bc846480-5d56-488d-a024-b7be5511ad34name 2019-01-20 12:51:00,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/2d9a2c47-a2e4-4480-a0b4-0e452d979907 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85d8bb4ab1258baea065e6d301d34dbcc11bab81" 2019-01-20 12:51:01,214 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a08d35f9-3080-4314-b62f-073d2c9cbc4e Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:01,214 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/2d9a2c47-a2e4-4480-a0b4-0e452d979907 used request id req-a08d35f9-3080-4314-b62f-073d2c9cbc4e 2019-01-20 12:51:01,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61396cca9f7f2b703dba64dd1952554405bf8cca" 2019-01-20 12:51:01,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-6d576ee8-679e-4d7f-9402-0f4f472f1a25 Date: Sun, 20 Jan 2019 12:51:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:55Z", "updated_at": "2019-01-20T12:50:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:55Z", "revision_number": 0, "id": "78f26310-b3ed-4872-8da3-e7bb2088cc53", "remote_group_id": "992c8d22-9f81-4a52-a723-b848834c75ba", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:55Z", "security_group_id": "992c8d22-9f81-4a52-a723-b848834c75ba", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": null, "ethertype": "IPv4", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:55Z", "revision_number": 0, "id": "9ff6daf3-2066-460a-ad84-8f6cc1bff62d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:55Z", "security_group_id": "992c8d22-9f81-4a52-a723-b848834c75ba", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": null, "ethertype": "IPv6", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:55Z", "revision_number": 0, "id": "a9977ddf-25e9-46a9-8a00-444e94a3c92a", "remote_group_id": "992c8d22-9f81-4a52-a723-b848834c75ba", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:55Z", "security_group_id": "992c8d22-9f81-4a52-a723-b848834c75ba", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": null, "ethertype": "IPv6", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:55Z", "revision_number": 0, "id": "f1fe9116-642e-45bf-816f-6dab435bcf34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:55Z", "security_group_id": "992c8d22-9f81-4a52-a723-b848834c75ba", "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "port_range_min": null, "ethertype": "IPv4", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d"}], "revision_number": 4, "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "992c8d22-9f81-4a52-a723-b848834c75ba", "name": "default"}]} 2019-01-20 12:51:01,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-6d576ee8-679e-4d7f-9402-0f4f472f1a25 2019-01-20 12:51:01,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61396cca9f7f2b703dba64dd1952554405bf8cca" 2019-01-20 12:51:01,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64a75d83-665f-4e02-a83c-f19afc0abc4d 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:51:01,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-64a75d83-665f-4e02-a83c-f19afc0abc4d 2019-01-20 12:51:01,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61396cca9f7f2b703dba64dd1952554405bf8cca" 2019-01-20 12:51:01,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50a956ba-05a3-4251-95a3-f6583bda896d 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:51:01,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-50a956ba-05a3-4251-95a3-f6583bda896d 2019-01-20 12:51:01,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61396cca9f7f2b703dba64dd1952554405bf8cca" 2019-01-20 12:51:01,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-319e681c-92f9-4952-8e99-68ab523e49fc Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:51:01,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-319e681c-92f9-4952-8e99-68ab523e49fc 2019-01-20 12:51:01,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a45dcf9fd7894d16b71f5f99fc25c89d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61396cca9f7f2b703dba64dd1952554405bf8cca" 2019-01-20 12:51:01,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2c5c734-417f-41f9-b966-a96b7a10af0c Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a45dcf9fd7894d16b71f5f99fc25c89d"}, "enabled": true, "id": "a45dcf9fd7894d16b71f5f99fc25c89d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-fc609c3c-99c2-492-proj"}} 2019-01-20 12:51:01,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a45dcf9fd7894d16b71f5f99fc25c89d used request id req-a2c5c734-417f-41f9-b966-a96b7a10af0c 2019-01-20 12:51:01,795 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 992c8d22-9f81-4a52-a723-b848834c75ba 2019-01-20 12:51:01,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=992c8d22-9f81-4a52-a723-b848834c75ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61396cca9f7f2b703dba64dd1952554405bf8cca" 2019-01-20 12:51:01,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-8b6e3da0-680d-4af3-b641-eb29f3f593e7 Date: Sun, 20 Jan 2019 12:51:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "992c8d22-9f81-4a52-a723-b848834c75ba", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:55Z", "security_group_id": "992c8d22-9f81-4a52-a723-b848834c75ba", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:55Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "78f26310-b3ed-4872-8da3-e7bb2088cc53"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:55Z", "security_group_id": "992c8d22-9f81-4a52-a723-b848834c75ba", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:55Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "9ff6daf3-2066-460a-ad84-8f6cc1bff62d"}, {"remote_group_id": "992c8d22-9f81-4a52-a723-b848834c75ba", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:55Z", "security_group_id": "992c8d22-9f81-4a52-a723-b848834c75ba", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:55Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "a9977ddf-25e9-46a9-8a00-444e94a3c92a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:50:55Z", "security_group_id": "992c8d22-9f81-4a52-a723-b848834c75ba", "port_range_min": null, "revision_number": 0, "tenant_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "created_at": "2019-01-20T12:50:55Z", "project_id": "a45dcf9fd7894d16b71f5f99fc25c89d", "id": "f1fe9116-642e-45bf-816f-6dab435bcf34"}]} 2019-01-20 12:51:01,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=992c8d22-9f81-4a52-a723-b848834c75ba used request id req-8b6e3da0-680d-4af3-b641-eb29f3f593e7 2019-01-20 12:51:01,961 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 12:51:01,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/992c8d22-9f81-4a52-a723-b848834c75ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61396cca9f7f2b703dba64dd1952554405bf8cca" 2019-01-20 12:51:02,254 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-396c3f23-2f15-4e81-aaf2-805d469a79c3 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:02,254 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/992c8d22-9f81-4a52-a723-b848834c75ba used request id req-396c3f23-2f15-4e81-aaf2-805d469a79c3 2019-01-20 12:51:02,255 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-fc609c3c-99c2-492-proj 2019-01-20 12:51:02,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/a45dcf9fd7894d16b71f5f99fc25c89d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61396cca9f7f2b703dba64dd1952554405bf8cca" 2019-01-20 12:51:02,451 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:51:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58388549-96a2-4978-84ef-ee65efc47097 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:51:02,451 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/a45dcf9fd7894d16b71f5f99fc25c89d used request id req-58388549-96a2-4978-84ef-ee65efc47097 2019-01-20 12:51:02,451 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-fc609c3c-99c2-492-proj-role 2019-01-20 12:51:02,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/9232a9f788e94f3c8a7d0664123b342f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61396cca9f7f2b703dba64dd1952554405bf8cca" 2019-01-20 12:51:02,574 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:51:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5de1b0a-1d68-4dfe-a1f1-5a1fb4165317 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:51:02,574 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/9232a9f788e94f3c8a7d0664123b342f used request id req-a5de1b0a-1d68-4dfe-a1f1-5a1fb4165317 2019-01-20 12:51:02,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61396cca9f7f2b703dba64dd1952554405bf8cca" 2019-01-20 12:51:02,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f17b793f-7c6f-48b8-b44c-79007a7abf67 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:51:02,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f17b793f-7c6f-48b8-b44c-79007a7abf67 2019-01-20 12:51:02,659 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-fc609c3c-99c2-492-user 2019-01-20 12:51:02,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/fdfed70e35fd462d892304fd3fe3a5be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd65e820bc0d4ca71e6942d4172a2d74ba25ed86" 2019-01-20 12:51:02,922 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:51:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0594613-85b9-482c-9e02-1bd53166e52a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:51:02,922 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/fdfed70e35fd462d892304fd3fe3a5be used request id req-c0594613-85b9-482c-9e02-1bd53166e52a 2019-01-20 12:51:02,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:03,303 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:51:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["5YXJvFo0SNeIdusrVKFAlA"], "issued_at": "2019-01-20T12:51:03.000000Z"}} 2019-01-20 12:51:03,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119fc29d2ce1ae2251447299f8cbd839501bbb96" 2019-01-20 12:51:03,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03e144d9-6cd2-4561-af1b-0679791be800 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:51:03,384 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-03e144d9-6cd2-4561-af1b-0679791be800 2019-01-20 12:51:03,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:51:03,386 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:03,785 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:51:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["3n3bz5dcSYCw_43V_z1Leg"], "issued_at": "2019-01-20T12:51:03.000000Z"}} 2019-01-20 12:51:03,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d5cc9a962e11596b27832c67a32a402b1324" 2019-01-20 12:51:03,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc6d1155-ebde-4ca1-8c25-ffee449a9d78 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:51:03,867 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-dc6d1155-ebde-4ca1-8c25-ffee449a9d78 2019-01-20 12:51:03,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:51:03,876 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:51:03,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-efa29dea-fd68-4e0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d5cc9a962e11596b27832c67a32a402b1324" 2019-01-20 12:51:03,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4254e0c1-36f0-4d5e-aec2-03830d1a9773 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-efa29dea-fd68-4e0-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:51:03,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-efa29dea-fd68-4e0-proj used request id req-4254e0c1-36f0-4d5e-aec2-03830d1a9773 2019-01-20 12:51:03,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d5cc9a962e11596b27832c67a32a402b1324" 2019-01-20 12:51:04,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d49e0261-9fb4-4808-b1ae-76b216cb5476 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:51:04,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-d49e0261-9fb4-4808-b1ae-76b216cb5476 2019-01-20 12:51:04,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d5cc9a962e11596b27832c67a32a402b1324" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-efa29dea-fd68-4e0-proj"}}' 2019-01-20 12:51:04,161 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:51:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-989da0b7-62a6-4e5c-980b-3799eeaf4de9 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f164e07d4b764214b499e776121618d8"}, "enabled": true, "id": "f164e07d4b764214b499e776121618d8", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-efa29dea-fd68-4e0-proj"}} 2019-01-20 12:51:04,161 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-989da0b7-62a6-4e5c-980b-3799eeaf4de9 2019-01-20 12:51:04,162 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-efa29dea-fd68-4e0-proj 2019-01-20 12:51:04,162 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:51:04,163 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:04,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:51:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["pm1LtwKNThKqkNKiUgboMA"], "issued_at": "2019-01-20T12:51:04.000000Z"}} 2019-01-20 12:51:04,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc22680656a18f3e302e3085612ad51298809b1e" 2019-01-20 12:51:04,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cb38f1d-ca2e-4f44-a9f3-b30ca986e5c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:51:04,632 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2cb38f1d-ca2e-4f44-a9f3-b30ca986e5c5 2019-01-20 12:51:04,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:51:04,641 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:51: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:51:04,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc22680656a18f3e302e3085612ad51298809b1e" 2019-01-20 12:51:04,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f386e26e-638b-43c2-a9db-ee1bd36b4039 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:51:04,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-f386e26e-638b-43c2-a9db-ee1bd36b4039 2019-01-20 12:51:04,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-efa29dea-fd68-4e0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc22680656a18f3e302e3085612ad51298809b1e" 2019-01-20 12:51:04,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64cf27d9-1069-41e8-b264-e53412897bb4 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-efa29dea-fd68-4e0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f164e07d4b764214b499e776121618d8"}, "enabled": true, "id": "f164e07d4b764214b499e776121618d8", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-efa29dea-fd68-4e0-proj"}]} 2019-01-20 12:51:04,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-efa29dea-fd68-4e0-proj used request id req-64cf27d9-1069-41e8-b264-e53412897bb4 2019-01-20 12:51:04,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc22680656a18f3e302e3085612ad51298809b1e" 2019-01-20 12:51:04,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0286c3a-d97e-48d6-99e8-b7464b2565ab Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:51:04,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-f0286c3a-d97e-48d6-99e8-b7464b2565ab 2019-01-20 12:51:05,209 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-efa29dea-fd68-4e0-user 2019-01-20 12:51:05,209 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:51:05,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d5cc9a962e11596b27832c67a32a402b1324" 2019-01-20 12:51:05,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3831da5-b663-4174-84a0-adda23352547 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:51:05,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a3831da5-b663-4174-84a0-adda23352547 2019-01-20 12:51:05,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d5cc9a962e11596b27832c67a32a402b1324" -d '{"role": {"name": "CreateSecurityGroupTests-efa29dea-fd68-4e0-proj-role"}}' 2019-01-20 12:51:05,400 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:51:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1092d38b-f4b1-4ff8-9c06-5f43abc32be7 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "911473d929b2456889834d5fe0f5e72f", "links": {"self": "http://172.30.9.22:5000/v3/roles/911473d929b2456889834d5fe0f5e72f"}, "name": "CreateSecurityGroupTests-efa29dea-fd68-4e0-proj-role"}} 2019-01-20 12:51:05,401 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-1092d38b-f4b1-4ff8-9c06-5f43abc32be7 2019-01-20 12:51:05,401 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-efa29dea-fd68-4e0-proj-role 2019-01-20 12:51:05,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/911473d929b2456889834d5fe0f5e72f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d5cc9a962e11596b27832c67a32a402b1324" 2019-01-20 12:51:05,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9c89daa-7a5e-4964-9345-93158083357f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/911473d929b2456889834d5fe0f5e72f"}, "domain_id": null, "name": "CreateSecurityGroupTests-efa29dea-fd68-4e0-proj-role", "id": "911473d929b2456889834d5fe0f5e72f"}} 2019-01-20 12:51:05,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/911473d929b2456889834d5fe0f5e72f used request id req-e9c89daa-7a5e-4964-9345-93158083357f 2019-01-20 12:51:05,493 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-efa29dea-fd68-4e0-proj-role to project CreateSecurityGroupTests-efa29dea-fd68-4e0-proj 2019-01-20 12:51:05,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/f164e07d4b764214b499e776121618d8/users/bdec934f0d984086a2a50f191ea58c0b/roles/911473d929b2456889834d5fe0f5e72f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d5cc9a962e11596b27832c67a32a402b1324" 2019-01-20 12:51:05,620 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:51:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9f49d86-9e33-451d-8f8e-45082267ac57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:51:05,620 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/f164e07d4b764214b499e776121618d8/users/bdec934f0d984086a2a50f191ea58c0b/roles/911473d929b2456889834d5fe0f5e72f used request id req-d9f49d86-9e33-451d-8f8e-45082267ac57 2019-01-20 12:51:05,621 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:51:05,622 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:05,991 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "911473d929b2456889834d5fe0f5e72f", "name": "CreateSecurityGroupTests-efa29dea-fd68-4e0-proj-role"}], "expires_at": "2019-01-20T13:51:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f164e07d4b764214b499e776121618d8", "name": "CreateSecurityGroupTests-efa29dea-fd68-4e0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/f164e07d4b764214b499e776121618d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/f164e07d4b764214b499e776121618d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/f164e07d4b764214b499e776121618d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f164e07d4b764214b499e776121618d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/f164e07d4b764214b499e776121618d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/f164e07d4b764214b499e776121618d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/f164e07d4b764214b499e776121618d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/f164e07d4b764214b499e776121618d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/f164e07d4b764214b499e776121618d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/f164e07d4b764214b499e776121618d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/f164e07d4b764214b499e776121618d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/f164e07d4b764214b499e776121618d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-efa29dea-fd68-4e0-user", "id": "bdec934f0d984086a2a50f191ea58c0b"}, "audit_ids": ["Oc1UirSzQmSt-Xq5klbHKQ"], "issued_at": "2019-01-20T12:51:05.000000Z"}} 2019-01-20 12:51:05,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeab57d3ebd499876877205353d649467487bf3e" 2019-01-20 12:51:06,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a966d554-cd8e-4a74-a965-c5562b45e8ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:51:06,086 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a966d554-cd8e-4a74-a965-c5562b45e8ff 2019-01-20 12:51:06,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6dd8ce1f-fdd8-4214-be95-b2502a6d059aname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeab57d3ebd499876877205353d649467487bf3e" 2019-01-20 12:51:06,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-303f830a-2910-4887-ac24-49ec858b8dd6 Date: Sun, 20 Jan 2019 12:51:06 GMT RESP BODY: {"security_groups": []} 2019-01-20 12:51:06,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6dd8ce1f-fdd8-4214-be95-b2502a6d059aname&description=hello+group used request id req-303f830a-2910-4887-ac24-49ec858b8dd6 2019-01-20 12:51:06,378 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-6dd8ce1f-fdd8-4214-be95-b2502a6d059aname... 2019-01-20 12:51:06,378 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-6dd8ce1f-fdd8-4214-be95-b2502a6d059aname 2019-01-20 12:51:06,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeab57d3ebd499876877205353d649467487bf3e" -d '{"security_group": {"name": "CreateSecurityGroupTests-6dd8ce1f-fdd8-4214-be95-b2502a6d059aname", "description": "hello group"}}' 2019-01-20 12:51:06,731 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-707769f8-fc28-4a47-a93e-d979c7c5f371 Date: Sun, 20 Jan 2019 12:51:06 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "updated_at": "2019-01-20T12:51:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "revision_number": 0, "id": "78b8c9c7-5ae2-40d4-9567-7b8e5c6148a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f164e07d4b764214b499e776121618d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "revision_number": 0, "id": "ae2faa18-e0c4-499d-b4ff-009a3556b318", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f164e07d4b764214b499e776121618d8"}], "revision_number": 2, "project_id": "f164e07d4b764214b499e776121618d8", "id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "name": "CreateSecurityGroupTests-6dd8ce1f-fdd8-4214-be95-b2502a6d059aname"}} 2019-01-20 12:51:06,731 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-707769f8-fc28-4a47-a93e-d979c7c5f371 2019-01-20 12:51:06,732 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 257e8833-6d47-4530-bc59-5a867a5c4de3 2019-01-20 12:51:06,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=257e8833-6d47-4530-bc59-5a867a5c4de3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeab57d3ebd499876877205353d649467487bf3e" 2019-01-20 12:51:06,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b82ef89b-bb11-4685-a808-ecfff84f9e18 Date: Sun, 20 Jan 2019 12:51:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "78b8c9c7-5ae2-40d4-9567-7b8e5c6148a7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "ae2faa18-e0c4-499d-b4ff-009a3556b318"}]} 2019-01-20 12:51:06,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=257e8833-6d47-4530-bc59-5a867a5c4de3 used request id req-b82ef89b-bb11-4685-a808-ecfff84f9e18 2019-01-20 12:51:06,909 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 257e8833-6d47-4530-bc59-5a867a5c4de3 2019-01-20 12:51:06,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=257e8833-6d47-4530-bc59-5a867a5c4de3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeab57d3ebd499876877205353d649467487bf3e" 2019-01-20 12:51:07,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5ebc9d00-8885-4d58-a01f-3ddf03781ca6 Date: Sun, 20 Jan 2019 12:51:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "78b8c9c7-5ae2-40d4-9567-7b8e5c6148a7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "ae2faa18-e0c4-499d-b4ff-009a3556b318"}]} 2019-01-20 12:51:07,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=257e8833-6d47-4530-bc59-5a867a5c4de3 used request id req-5ebc9d00-8885-4d58-a01f-3ddf03781ca6 2019-01-20 12:51:07,077 - neutron_utils - INFO - Retrieving security group with ID - 257e8833-6d47-4530-bc59-5a867a5c4de3 2019-01-20 12:51:07,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=257e8833-6d47-4530-bc59-5a867a5c4de3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeab57d3ebd499876877205353d649467487bf3e" 2019-01-20 12:51:07,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a3ea925b-5f9e-42ef-ae39-07082fdfbc38 Date: Sun, 20 Jan 2019 12:51:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "updated_at": "2019-01-20T12:51:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "revision_number": 0, "id": "78b8c9c7-5ae2-40d4-9567-7b8e5c6148a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f164e07d4b764214b499e776121618d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "revision_number": 0, "id": "ae2faa18-e0c4-499d-b4ff-009a3556b318", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f164e07d4b764214b499e776121618d8"}], "revision_number": 2, "project_id": "f164e07d4b764214b499e776121618d8", "id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "name": "CreateSecurityGroupTests-6dd8ce1f-fdd8-4214-be95-b2502a6d059aname"}]} 2019-01-20 12:51:07,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=257e8833-6d47-4530-bc59-5a867a5c4de3 used request id req-a3ea925b-5f9e-42ef-ae39-07082fdfbc38 2019-01-20 12:51:07,285 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 257e8833-6d47-4530-bc59-5a867a5c4de3 2019-01-20 12:51:07,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=257e8833-6d47-4530-bc59-5a867a5c4de3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeab57d3ebd499876877205353d649467487bf3e" 2019-01-20 12:51:07,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f574f8d5-a4a1-4d2d-8d83-3370bd68f9c0 Date: Sun, 20 Jan 2019 12:51:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "78b8c9c7-5ae2-40d4-9567-7b8e5c6148a7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "ae2faa18-e0c4-499d-b4ff-009a3556b318"}]} 2019-01-20 12:51:07,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=257e8833-6d47-4530-bc59-5a867a5c4de3 used request id req-f574f8d5-a4a1-4d2d-8d83-3370bd68f9c0 2019-01-20 12:51:07,468 - neutron_utils - INFO - Retrieving security group with ID - 257e8833-6d47-4530-bc59-5a867a5c4de3 2019-01-20 12:51:07,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=257e8833-6d47-4530-bc59-5a867a5c4de3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeab57d3ebd499876877205353d649467487bf3e" 2019-01-20 12:51:07,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e730f7f9-a2fb-4508-90e4-cce1f9a9f250 Date: Sun, 20 Jan 2019 12:51:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "updated_at": "2019-01-20T12:51:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "revision_number": 0, "id": "78b8c9c7-5ae2-40d4-9567-7b8e5c6148a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f164e07d4b764214b499e776121618d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "revision_number": 0, "id": "ae2faa18-e0c4-499d-b4ff-009a3556b318", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f164e07d4b764214b499e776121618d8"}], "revision_number": 2, "project_id": "f164e07d4b764214b499e776121618d8", "id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "name": "CreateSecurityGroupTests-6dd8ce1f-fdd8-4214-be95-b2502a6d059aname"}]} 2019-01-20 12:51:07,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=257e8833-6d47-4530-bc59-5a867a5c4de3 used request id req-e730f7f9-a2fb-4508-90e4-cce1f9a9f250 2019-01-20 12:51:07,686 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 257e8833-6d47-4530-bc59-5a867a5c4de3 2019-01-20 12:51:07,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=257e8833-6d47-4530-bc59-5a867a5c4de3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeab57d3ebd499876877205353d649467487bf3e" 2019-01-20 12:51:07,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-72942b98-8123-449f-9742-91eaabe2a776 Date: Sun, 20 Jan 2019 12:51:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "78b8c9c7-5ae2-40d4-9567-7b8e5c6148a7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "ae2faa18-e0c4-499d-b4ff-009a3556b318"}]} 2019-01-20 12:51:07,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=257e8833-6d47-4530-bc59-5a867a5c4de3 used request id req-72942b98-8123-449f-9742-91eaabe2a776 2019-01-20 12:51:07,866 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-6dd8ce1f-fdd8-4214-be95-b2502a6d059aname 2019-01-20 12:51:07,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6dd8ce1f-fdd8-4214-be95-b2502a6d059aname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeab57d3ebd499876877205353d649467487bf3e" 2019-01-20 12:51:08,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e6e941fb-cd59-44ce-a308-0163f9464ce9 Date: Sun, 20 Jan 2019 12:51:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "updated_at": "2019-01-20T12:51:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "revision_number": 0, "id": "78b8c9c7-5ae2-40d4-9567-7b8e5c6148a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f164e07d4b764214b499e776121618d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "revision_number": 0, "id": "ae2faa18-e0c4-499d-b4ff-009a3556b318", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f164e07d4b764214b499e776121618d8"}], "revision_number": 2, "project_id": "f164e07d4b764214b499e776121618d8", "id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "name": "CreateSecurityGroupTests-6dd8ce1f-fdd8-4214-be95-b2502a6d059aname"}]} 2019-01-20 12:51:08,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6dd8ce1f-fdd8-4214-be95-b2502a6d059aname used request id req-e6e941fb-cd59-44ce-a308-0163f9464ce9 2019-01-20 12:51:08,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:51:08,073 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:51:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:51:08,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/f164e07d4b764214b499e776121618d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeab57d3ebd499876877205353d649467487bf3e" 2019-01-20 12:51:08,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f47ac58c-8f62-4cf0-bf3a-ab1bef03c735 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f164e07d4b764214b499e776121618d8"}, "enabled": true, "id": "f164e07d4b764214b499e776121618d8", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-efa29dea-fd68-4e0-proj"}} 2019-01-20 12:51:08,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/f164e07d4b764214b499e776121618d8 used request id req-f47ac58c-8f62-4cf0-bf3a-ab1bef03c735 2019-01-20 12:51:08,146 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 257e8833-6d47-4530-bc59-5a867a5c4de3 2019-01-20 12:51:08,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=257e8833-6d47-4530-bc59-5a867a5c4de3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeab57d3ebd499876877205353d649467487bf3e" 2019-01-20 12:51:08,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-38e8d48e-739c-47ef-a416-8d328c597868 Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "78b8c9c7-5ae2-40d4-9567-7b8e5c6148a7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "ae2faa18-e0c4-499d-b4ff-009a3556b318"}]} 2019-01-20 12:51:08,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=257e8833-6d47-4530-bc59-5a867a5c4de3 used request id req-38e8d48e-739c-47ef-a416-8d328c597868 2019-01-20 12:51:08,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}aeab57d3ebd499876877205353d649467487bf3e" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3"}}' 2019-01-20 12:51:08,342 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-71ce53bc-ec4f-40c8-9e46-8925442321e7 Date: Sun, 20 Jan 2019 12:51:08 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": "2019-01-20T12:51:08Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:08Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "51c6ed89-35b6-41d2-a375-6a8c4df618aa"}} 2019-01-20 12:51:08,342 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-71ce53bc-ec4f-40c8-9e46-8925442321e7 2019-01-20 12:51:08,342 - neutron_utils - INFO - Retrieving security group with ID - 257e8833-6d47-4530-bc59-5a867a5c4de3 2019-01-20 12:51:08,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=257e8833-6d47-4530-bc59-5a867a5c4de3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeab57d3ebd499876877205353d649467487bf3e" 2019-01-20 12:51:08,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-a937f237-3305-491b-bbc8-b405d54c46aa Date: Sun, 20 Jan 2019 12:51:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "updated_at": "2019-01-20T12:51:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:08Z", "revision_number": 0, "id": "51c6ed89-35b6-41d2-a375-6a8c4df618aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:08Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f164e07d4b764214b499e776121618d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "revision_number": 0, "id": "78b8c9c7-5ae2-40d4-9567-7b8e5c6148a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f164e07d4b764214b499e776121618d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "revision_number": 0, "id": "ae2faa18-e0c4-499d-b4ff-009a3556b318", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f164e07d4b764214b499e776121618d8"}], "revision_number": 3, "project_id": "f164e07d4b764214b499e776121618d8", "id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "name": "CreateSecurityGroupTests-6dd8ce1f-fdd8-4214-be95-b2502a6d059aname"}]} 2019-01-20 12:51:08,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=257e8833-6d47-4530-bc59-5a867a5c4de3 used request id req-a937f237-3305-491b-bbc8-b405d54c46aa 2019-01-20 12:51:08,395 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 257e8833-6d47-4530-bc59-5a867a5c4de3 2019-01-20 12:51:08,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=257e8833-6d47-4530-bc59-5a867a5c4de3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeab57d3ebd499876877205353d649467487bf3e" 2019-01-20 12:51:08,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-241a13a6-3c49-4597-9c0d-6f5bc35a7cf3 Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:08Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:08Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "51c6ed89-35b6-41d2-a375-6a8c4df618aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "78b8c9c7-5ae2-40d4-9567-7b8e5c6148a7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "ae2faa18-e0c4-499d-b4ff-009a3556b318"}]} 2019-01-20 12:51:08,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=257e8833-6d47-4530-bc59-5a867a5c4de3 used request id req-241a13a6-3c49-4597-9c0d-6f5bc35a7cf3 2019-01-20 12:51:08,427 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:08,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "911473d929b2456889834d5fe0f5e72f", "name": "CreateSecurityGroupTests-efa29dea-fd68-4e0-proj-role"}], "expires_at": "2019-01-20T13:51:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f164e07d4b764214b499e776121618d8", "name": "CreateSecurityGroupTests-efa29dea-fd68-4e0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/f164e07d4b764214b499e776121618d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/f164e07d4b764214b499e776121618d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/f164e07d4b764214b499e776121618d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f164e07d4b764214b499e776121618d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/f164e07d4b764214b499e776121618d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/f164e07d4b764214b499e776121618d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/f164e07d4b764214b499e776121618d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/f164e07d4b764214b499e776121618d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/f164e07d4b764214b499e776121618d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/f164e07d4b764214b499e776121618d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/f164e07d4b764214b499e776121618d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/f164e07d4b764214b499e776121618d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-efa29dea-fd68-4e0-user", "id": "bdec934f0d984086a2a50f191ea58c0b"}, "audit_ids": ["69BtVXE0Rwqr48ZfKB3FDA"], "issued_at": "2019-01-20T12:51:08.000000Z"}} 2019-01-20 12:51:08,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6dd8ce1f-fdd8-4214-be95-b2502a6d059aname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8d27480ddea825365c0da72fb441e7c3b22d65" 2019-01-20 12:51:08,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-16f86bf7-35eb-4021-9575-f26171d0b0e0 Date: Sun, 20 Jan 2019 12:51:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "updated_at": "2019-01-20T12:51:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:08Z", "revision_number": 0, "id": "51c6ed89-35b6-41d2-a375-6a8c4df618aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:08Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f164e07d4b764214b499e776121618d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "revision_number": 0, "id": "78b8c9c7-5ae2-40d4-9567-7b8e5c6148a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f164e07d4b764214b499e776121618d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "revision_number": 0, "id": "ae2faa18-e0c4-499d-b4ff-009a3556b318", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f164e07d4b764214b499e776121618d8"}], "revision_number": 3, "project_id": "f164e07d4b764214b499e776121618d8", "id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "name": "CreateSecurityGroupTests-6dd8ce1f-fdd8-4214-be95-b2502a6d059aname"}]} 2019-01-20 12:51:08,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6dd8ce1f-fdd8-4214-be95-b2502a6d059aname&description=hello+group used request id req-16f86bf7-35eb-4021-9575-f26171d0b0e0 2019-01-20 12:51:08,991 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 257e8833-6d47-4530-bc59-5a867a5c4de3 2019-01-20 12:51:08,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=257e8833-6d47-4530-bc59-5a867a5c4de3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8d27480ddea825365c0da72fb441e7c3b22d65" 2019-01-20 12:51:09,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-7a7d3f9a-b442-4da6-ab07-667350303542 Date: Sun, 20 Jan 2019 12:51:09 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": "2019-01-20T12:51:08Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:08Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "51c6ed89-35b6-41d2-a375-6a8c4df618aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "78b8c9c7-5ae2-40d4-9567-7b8e5c6148a7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "ae2faa18-e0c4-499d-b4ff-009a3556b318"}]} 2019-01-20 12:51:09,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=257e8833-6d47-4530-bc59-5a867a5c4de3 used request id req-7a7d3f9a-b442-4da6-ab07-667350303542 2019-01-20 12:51:09,253 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 257e8833-6d47-4530-bc59-5a867a5c4de3 2019-01-20 12:51:09,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=257e8833-6d47-4530-bc59-5a867a5c4de3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8d27480ddea825365c0da72fb441e7c3b22d65" 2019-01-20 12:51:09,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-e001ecd3-5e15-4fac-a542-691d12711766 Date: Sun, 20 Jan 2019 12:51:09 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": "2019-01-20T12:51:08Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:08Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "51c6ed89-35b6-41d2-a375-6a8c4df618aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "78b8c9c7-5ae2-40d4-9567-7b8e5c6148a7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "ae2faa18-e0c4-499d-b4ff-009a3556b318"}]} 2019-01-20 12:51:09,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=257e8833-6d47-4530-bc59-5a867a5c4de3 used request id req-e001ecd3-5e15-4fac-a542-691d12711766 2019-01-20 12:51:09,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6dd8ce1f-fdd8-4214-be95-b2502a6d059aname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8d27480ddea825365c0da72fb441e7c3b22d65" 2019-01-20 12:51:09,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-300d45cd-98f0-470f-9425-9c43577efaf4 Date: Sun, 20 Jan 2019 12:51:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "updated_at": "2019-01-20T12:51:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:08Z", "revision_number": 0, "id": "51c6ed89-35b6-41d2-a375-6a8c4df618aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:08Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f164e07d4b764214b499e776121618d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "revision_number": 0, "id": "78b8c9c7-5ae2-40d4-9567-7b8e5c6148a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f164e07d4b764214b499e776121618d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "revision_number": 0, "id": "ae2faa18-e0c4-499d-b4ff-009a3556b318", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f164e07d4b764214b499e776121618d8"}], "revision_number": 3, "project_id": "f164e07d4b764214b499e776121618d8", "id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "name": "CreateSecurityGroupTests-6dd8ce1f-fdd8-4214-be95-b2502a6d059aname"}]} 2019-01-20 12:51:09,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-6dd8ce1f-fdd8-4214-be95-b2502a6d059aname used request id req-300d45cd-98f0-470f-9425-9c43577efaf4 2019-01-20 12:51:09,635 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 257e8833-6d47-4530-bc59-5a867a5c4de3 2019-01-20 12:51:09,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=257e8833-6d47-4530-bc59-5a867a5c4de3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8d27480ddea825365c0da72fb441e7c3b22d65" 2019-01-20 12:51:09,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-ec788b3e-5889-4b5d-999d-40332113e5a9 Date: Sun, 20 Jan 2019 12:51:09 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": "2019-01-20T12:51:08Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:08Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "51c6ed89-35b6-41d2-a375-6a8c4df618aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "78b8c9c7-5ae2-40d4-9567-7b8e5c6148a7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "257e8833-6d47-4530-bc59-5a867a5c4de3", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "ae2faa18-e0c4-499d-b4ff-009a3556b318"}]} 2019-01-20 12:51:09,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=257e8833-6d47-4530-bc59-5a867a5c4de3 used request id req-ec788b3e-5889-4b5d-999d-40332113e5a9 2019-01-20 12:51:09,818 - neutron_utils - INFO - Deleting security group rule with ID - 51c6ed89-35b6-41d2-a375-6a8c4df618aa 2019-01-20 12:51:09,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/51c6ed89-35b6-41d2-a375-6a8c4df618aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeab57d3ebd499876877205353d649467487bf3e" 2019-01-20 12:51:09,917 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1eb753b8-bc5e-47de-93d3-0838a793edc0 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:09,917 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/51c6ed89-35b6-41d2-a375-6a8c4df618aa used request id req-1eb753b8-bc5e-47de-93d3-0838a793edc0 2019-01-20 12:51:09,917 - neutron_utils - INFO - Deleting security group rule with ID - 78b8c9c7-5ae2-40d4-9567-7b8e5c6148a7 2019-01-20 12:51:09,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/78b8c9c7-5ae2-40d4-9567-7b8e5c6148a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeab57d3ebd499876877205353d649467487bf3e" 2019-01-20 12:51:10,156 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a0fba4da-9b19-43da-9d20-00006974eafb Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:10,156 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/78b8c9c7-5ae2-40d4-9567-7b8e5c6148a7 used request id req-a0fba4da-9b19-43da-9d20-00006974eafb 2019-01-20 12:51:10,157 - neutron_utils - INFO - Deleting security group rule with ID - ae2faa18-e0c4-499d-b4ff-009a3556b318 2019-01-20 12:51:10,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/ae2faa18-e0c4-499d-b4ff-009a3556b318 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeab57d3ebd499876877205353d649467487bf3e" 2019-01-20 12:51:10,400 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ff7bac7c-b807-4961-a352-8ab1c4cd027e Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:10,400 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/ae2faa18-e0c4-499d-b4ff-009a3556b318 used request id req-ff7bac7c-b807-4961-a352-8ab1c4cd027e 2019-01-20 12:51:10,400 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-6dd8ce1f-fdd8-4214-be95-b2502a6d059aname 2019-01-20 12:51:10,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/257e8833-6d47-4530-bc59-5a867a5c4de3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeab57d3ebd499876877205353d649467487bf3e" 2019-01-20 12:51:10,514 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d1c4dcb1-4b9b-4198-8fc5-39d41b845d25 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:10,514 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/257e8833-6d47-4530-bc59-5a867a5c4de3 used request id req-d1c4dcb1-4b9b-4198-8fc5-39d41b845d25 2019-01-20 12:51:10,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d5cc9a962e11596b27832c67a32a402b1324" 2019-01-20 12:51:10,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-d456c2be-87a2-473d-b47a-6b3946d70bd7 Date: Sun, 20 Jan 2019 12:51:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "updated_at": "2019-01-20T12:51:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "revision_number": 0, "id": "399d923b-9cfc-423e-bedb-862e801525e8", "remote_group_id": "b46602e0-f6d5-472d-b9bf-513be15733f5", "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:06Z", "security_group_id": "b46602e0-f6d5-472d-b9bf-513be15733f5", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f164e07d4b764214b499e776121618d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "revision_number": 0, "id": "565bd572-0125-4db5-be1d-6f2c563a854f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:06Z", "security_group_id": "b46602e0-f6d5-472d-b9bf-513be15733f5", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f164e07d4b764214b499e776121618d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "revision_number": 0, "id": "76e090a5-562f-4b31-941a-3adf07dae300", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:06Z", "security_group_id": "b46602e0-f6d5-472d-b9bf-513be15733f5", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f164e07d4b764214b499e776121618d8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "revision_number": 0, "id": "ee5d66e6-6543-4772-a950-473d09479719", "remote_group_id": "b46602e0-f6d5-472d-b9bf-513be15733f5", "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:06Z", "security_group_id": "b46602e0-f6d5-472d-b9bf-513be15733f5", "tenant_id": "f164e07d4b764214b499e776121618d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f164e07d4b764214b499e776121618d8"}], "revision_number": 4, "project_id": "f164e07d4b764214b499e776121618d8", "id": "b46602e0-f6d5-472d-b9bf-513be15733f5", "name": "default"}]} 2019-01-20 12:51:10,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-d456c2be-87a2-473d-b47a-6b3946d70bd7 2019-01-20 12:51:10,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d5cc9a962e11596b27832c67a32a402b1324" 2019-01-20 12:51:10,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc3e858b-fc8a-4249-a60f-91f5fc8bb2db 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:51:10,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-bc3e858b-fc8a-4249-a60f-91f5fc8bb2db 2019-01-20 12:51:10,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d5cc9a962e11596b27832c67a32a402b1324" 2019-01-20 12:51:10,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-556eb130-a76d-460b-9f60-ff57076c16dc 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:51:10,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-556eb130-a76d-460b-9f60-ff57076c16dc 2019-01-20 12:51:10,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d5cc9a962e11596b27832c67a32a402b1324" 2019-01-20 12:51:11,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cf8c22b-611d-4ee7-b2cd-db7b7b68a429 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:51:11,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-1cf8c22b-611d-4ee7-b2cd-db7b7b68a429 2019-01-20 12:51:11,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/f164e07d4b764214b499e776121618d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d5cc9a962e11596b27832c67a32a402b1324" 2019-01-20 12:51:11,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b2cb747-b52a-41be-969c-6b9082f10148 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f164e07d4b764214b499e776121618d8"}, "enabled": true, "id": "f164e07d4b764214b499e776121618d8", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-efa29dea-fd68-4e0-proj"}} 2019-01-20 12:51:11,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/f164e07d4b764214b499e776121618d8 used request id req-5b2cb747-b52a-41be-969c-6b9082f10148 2019-01-20 12:51:11,193 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b46602e0-f6d5-472d-b9bf-513be15733f5 2019-01-20 12:51:11,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b46602e0-f6d5-472d-b9bf-513be15733f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d5cc9a962e11596b27832c67a32a402b1324" 2019-01-20 12:51:11,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c107f9f8-6a03-4562-a988-316dc20404ae Date: Sun, 20 Jan 2019 12:51:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b46602e0-f6d5-472d-b9bf-513be15733f5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "b46602e0-f6d5-472d-b9bf-513be15733f5", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "399d923b-9cfc-423e-bedb-862e801525e8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "b46602e0-f6d5-472d-b9bf-513be15733f5", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "565bd572-0125-4db5-be1d-6f2c563a854f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "b46602e0-f6d5-472d-b9bf-513be15733f5", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "76e090a5-562f-4b31-941a-3adf07dae300"}, {"remote_group_id": "b46602e0-f6d5-472d-b9bf-513be15733f5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:06Z", "security_group_id": "b46602e0-f6d5-472d-b9bf-513be15733f5", "port_range_min": null, "revision_number": 0, "tenant_id": "f164e07d4b764214b499e776121618d8", "created_at": "2019-01-20T12:51:06Z", "project_id": "f164e07d4b764214b499e776121618d8", "id": "ee5d66e6-6543-4772-a950-473d09479719"}]} 2019-01-20 12:51:11,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b46602e0-f6d5-472d-b9bf-513be15733f5 used request id req-c107f9f8-6a03-4562-a988-316dc20404ae 2019-01-20 12:51:11,378 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 12:51:11,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/b46602e0-f6d5-472d-b9bf-513be15733f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d5cc9a962e11596b27832c67a32a402b1324" 2019-01-20 12:51:11,666 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4d8fcfee-fb86-4cf6-8080-6b64fd215146 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:11,666 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/b46602e0-f6d5-472d-b9bf-513be15733f5 used request id req-4d8fcfee-fb86-4cf6-8080-6b64fd215146 2019-01-20 12:51:11,667 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-efa29dea-fd68-4e0-proj 2019-01-20 12:51:11,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/f164e07d4b764214b499e776121618d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d5cc9a962e11596b27832c67a32a402b1324" 2019-01-20 12:51:11,858 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:51:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-200a7ec4-3296-4cb8-b204-d2fba1de699b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:51:11,858 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/f164e07d4b764214b499e776121618d8 used request id req-200a7ec4-3296-4cb8-b204-d2fba1de699b 2019-01-20 12:51:11,858 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-efa29dea-fd68-4e0-proj-role 2019-01-20 12:51:11,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/911473d929b2456889834d5fe0f5e72f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d5cc9a962e11596b27832c67a32a402b1324" 2019-01-20 12:51:11,975 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:51:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad2327b2-5e2b-4dcc-b0c0-9f8f15137e9d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:51:11,976 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/911473d929b2456889834d5fe0f5e72f used request id req-ad2327b2-5e2b-4dcc-b0c0-9f8f15137e9d 2019-01-20 12:51:11,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d5cc9a962e11596b27832c67a32a402b1324" 2019-01-20 12:51:12,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-683ddbe5-8d0e-49f4-a2d0-cadb39ac4558 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:51:12,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-683ddbe5-8d0e-49f4-a2d0-cadb39ac4558 2019-01-20 12:51:12,067 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-efa29dea-fd68-4e0-user 2019-01-20 12:51:12,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/bdec934f0d984086a2a50f191ea58c0b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc22680656a18f3e302e3085612ad51298809b1e" 2019-01-20 12:51:12,244 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:51:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5eca9b27-4eed-424e-8f67-c67a3256fcc6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:51:12,244 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/bdec934f0d984086a2a50f191ea58c0b used request id req-5eca9b27-4eed-424e-8f67-c67a3256fcc6 2019-01-20 12:51:12,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:12,634 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:51:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ZM6kfos-RLy0pVm1596nyQ"], "issued_at": "2019-01-20T12:51:12.000000Z"}} 2019-01-20 12:51:12,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25ae33a0827dab1ab4c3aa36ef0d918032dcd6db" 2019-01-20 12:51:12,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6e52219-f9e1-4d5d-9574-7044e67b6d76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:51:12,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e6e52219-f9e1-4d5d-9574-7044e67b6d76 2019-01-20 12:51:12,734 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:51:12,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:13,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:51:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["YnSab322Q46yitBc6o-I1w"], "issued_at": "2019-01-20T12:51:13.000000Z"}} 2019-01-20 12:51:13,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12cb6c101e71d1ebd862e3d560a34c134d7fcbfc" 2019-01-20 12:51:13,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57e3c6d1-b976-4079-9bcf-395c88ed8c8f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:51:13,204 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-57e3c6d1-b976-4079-9bcf-395c88ed8c8f 2019-01-20 12:51:13,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:51:13,214 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:51:13,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-28704cbe-97a6-4ec-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12cb6c101e71d1ebd862e3d560a34c134d7fcbfc" 2019-01-20 12:51:13,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e27abc0e-f1a2-442a-9433-6848fb2591ef Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-28704cbe-97a6-4ec-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:51:13,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-28704cbe-97a6-4ec-proj used request id req-e27abc0e-f1a2-442a-9433-6848fb2591ef 2019-01-20 12:51:13,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12cb6c101e71d1ebd862e3d560a34c134d7fcbfc" 2019-01-20 12:51:13,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31cb993b-7be7-4dfa-b6d2-fe34cfd01645 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:51:13,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-31cb993b-7be7-4dfa-b6d2-fe34cfd01645 2019-01-20 12:51:13,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12cb6c101e71d1ebd862e3d560a34c134d7fcbfc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-28704cbe-97a6-4ec-proj"}}' 2019-01-20 12:51:13,527 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:51:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-815e7d9c-2ba3-4f40-9b86-83e4a8f9bc90 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/311a5f6ca83a46058da0c47734831865"}, "enabled": true, "id": "311a5f6ca83a46058da0c47734831865", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-28704cbe-97a6-4ec-proj"}} 2019-01-20 12:51:13,528 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-815e7d9c-2ba3-4f40-9b86-83e4a8f9bc90 2019-01-20 12:51:13,528 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-28704cbe-97a6-4ec-proj 2019-01-20 12:51:13,528 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:51:13,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:13,905 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:51:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["VH-3xN8uRay47nWenZoD9A"], "issued_at": "2019-01-20T12:51:13.000000Z"}} 2019-01-20 12:51:13,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8294e6448ba2be9013aad63a96f7de36978de924" 2019-01-20 12:51:14,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-536ce0d4-f504-44e6-9f90-74defb9159f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:51:14,004 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-536ce0d4-f504-44e6-9f90-74defb9159f3 2019-01-20 12:51:14,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:51:14,015 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:51: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:51:14,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8294e6448ba2be9013aad63a96f7de36978de924" 2019-01-20 12:51:14,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02dfe73b-8788-429f-9ade-c353a1795879 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:51:14,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-02dfe73b-8788-429f-9ade-c353a1795879 2019-01-20 12:51:14,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-28704cbe-97a6-4ec-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8294e6448ba2be9013aad63a96f7de36978de924" 2019-01-20 12:51:14,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63903399-7198-456c-91d2-4e04775c1038 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-28704cbe-97a6-4ec-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/311a5f6ca83a46058da0c47734831865"}, "enabled": true, "id": "311a5f6ca83a46058da0c47734831865", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-28704cbe-97a6-4ec-proj"}]} 2019-01-20 12:51:14,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-28704cbe-97a6-4ec-proj used request id req-63903399-7198-456c-91d2-4e04775c1038 2019-01-20 12:51:14,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8294e6448ba2be9013aad63a96f7de36978de924" 2019-01-20 12:51:14,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faebee08-f6ad-462e-8a50-c0c375335065 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:51:14,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-faebee08-f6ad-462e-8a50-c0c375335065 2019-01-20 12:51:14,670 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-28704cbe-97a6-4ec-user 2019-01-20 12:51:14,670 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:51:14,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12cb6c101e71d1ebd862e3d560a34c134d7fcbfc" 2019-01-20 12:51:14,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6514b77-bb0b-4fdb-9594-3daf5634f1ce Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:51:14,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c6514b77-bb0b-4fdb-9594-3daf5634f1ce 2019-01-20 12:51:14,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12cb6c101e71d1ebd862e3d560a34c134d7fcbfc" -d '{"role": {"name": "CreateSecurityGroupTests-28704cbe-97a6-4ec-proj-role"}}' 2019-01-20 12:51:14,904 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:51:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2876d066-d4e2-4792-b628-184647377333 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "436c5a14152747d89d025fa53dce026a", "links": {"self": "http://172.30.9.22:5000/v3/roles/436c5a14152747d89d025fa53dce026a"}, "name": "CreateSecurityGroupTests-28704cbe-97a6-4ec-proj-role"}} 2019-01-20 12:51:14,904 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-2876d066-d4e2-4792-b628-184647377333 2019-01-20 12:51:14,904 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-28704cbe-97a6-4ec-proj-role 2019-01-20 12:51:14,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/436c5a14152747d89d025fa53dce026a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12cb6c101e71d1ebd862e3d560a34c134d7fcbfc" 2019-01-20 12:51:14,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e43b876d-ff9c-4edf-b2e1-9b7d778dc562 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/436c5a14152747d89d025fa53dce026a"}, "domain_id": null, "name": "CreateSecurityGroupTests-28704cbe-97a6-4ec-proj-role", "id": "436c5a14152747d89d025fa53dce026a"}} 2019-01-20 12:51:14,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/436c5a14152747d89d025fa53dce026a used request id req-e43b876d-ff9c-4edf-b2e1-9b7d778dc562 2019-01-20 12:51:14,989 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-28704cbe-97a6-4ec-proj-role to project CreateSecurityGroupTests-28704cbe-97a6-4ec-proj 2019-01-20 12:51:14,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/311a5f6ca83a46058da0c47734831865/users/08398c5d9826424eab7eb56d6d6fd754/roles/436c5a14152747d89d025fa53dce026a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12cb6c101e71d1ebd862e3d560a34c134d7fcbfc" 2019-01-20 12:51:15,237 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:51:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd5268d8-7d28-4f58-b827-707f1ed04ba0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:51:15,237 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/311a5f6ca83a46058da0c47734831865/users/08398c5d9826424eab7eb56d6d6fd754/roles/436c5a14152747d89d025fa53dce026a used request id req-dd5268d8-7d28-4f58-b827-707f1ed04ba0 2019-01-20 12:51:15,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:51:15,238 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:15,631 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "436c5a14152747d89d025fa53dce026a", "name": "CreateSecurityGroupTests-28704cbe-97a6-4ec-proj-role"}], "expires_at": "2019-01-20T13:51:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "311a5f6ca83a46058da0c47734831865", "name": "CreateSecurityGroupTests-28704cbe-97a6-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/311a5f6ca83a46058da0c47734831865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/311a5f6ca83a46058da0c47734831865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/311a5f6ca83a46058da0c47734831865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/311a5f6ca83a46058da0c47734831865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/311a5f6ca83a46058da0c47734831865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/311a5f6ca83a46058da0c47734831865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/311a5f6ca83a46058da0c47734831865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/311a5f6ca83a46058da0c47734831865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/311a5f6ca83a46058da0c47734831865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/311a5f6ca83a46058da0c47734831865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/311a5f6ca83a46058da0c47734831865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/311a5f6ca83a46058da0c47734831865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-28704cbe-97a6-4ec-user", "id": "08398c5d9826424eab7eb56d6d6fd754"}, "audit_ids": ["96erBPWZTiimDHUoAbuDQQ"], "issued_at": "2019-01-20T12:51:15.000000Z"}} 2019-01-20 12:51:15,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:15,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6723ba0-3ca8-4e77-92bb-4fc37a6e6124 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:51:15,709 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b6723ba0-3ca8-4e77-92bb-4fc37a6e6124 2019-01-20 12:51:15,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:16,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-d8e4f03f-56a3-4512-8cdf-767f5351d987 Date: Sun, 20 Jan 2019 12:51:16 GMT RESP BODY: {"security_groups": []} 2019-01-20 12:51:16,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name&description=hello+group used request id req-d8e4f03f-56a3-4512-8cdf-767f5351d987 2019-01-20 12:51:16,004 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name... 2019-01-20 12:51:16,004 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name 2019-01-20 12:51:16,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" -d '{"security_group": {"name": "CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name", "description": "hello group"}}' 2019-01-20 12:51:16,342 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-d8901707-2075-4ab2-addf-45069d5146f0 Date: Sun, 20 Jan 2019 12:51:16 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "updated_at": "2019-01-20T12:51:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "cab37788-f508-4161-b434-f7a8c3e4f025", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}], "revision_number": 2, "project_id": "311a5f6ca83a46058da0c47734831865", "id": "77bb865c-5113-4f32-89b8-80406768a1de", "name": "CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name"}} 2019-01-20 12:51:16,342 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-d8901707-2075-4ab2-addf-45069d5146f0 2019-01-20 12:51:16,343 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:16,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:16,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8d655e56-cbda-44bc-b568-6f2ab89e45cb Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "cab37788-f508-4161-b434-f7a8c3e4f025"}]} 2019-01-20 12:51:16,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-8d655e56-cbda-44bc-b568-6f2ab89e45cb 2019-01-20 12:51:16,524 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:16,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:16,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a02be219-89d1-48d6-8187-f766911869a7 Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "cab37788-f508-4161-b434-f7a8c3e4f025"}]} 2019-01-20 12:51:16,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-a02be219-89d1-48d6-8187-f766911869a7 2019-01-20 12:51:16,718 - neutron_utils - INFO - Retrieving security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:16,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:16,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-00bf37d9-61ef-469a-95ff-ea295df4bd89 Date: Sun, 20 Jan 2019 12:51:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "updated_at": "2019-01-20T12:51:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "cab37788-f508-4161-b434-f7a8c3e4f025", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}], "revision_number": 2, "project_id": "311a5f6ca83a46058da0c47734831865", "id": "77bb865c-5113-4f32-89b8-80406768a1de", "name": "CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name"}]} 2019-01-20 12:51:16,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-00bf37d9-61ef-469a-95ff-ea295df4bd89 2019-01-20 12:51:16,795 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:16,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:16,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-159bf12b-82a2-4930-8120-c5e40c15e445 Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "cab37788-f508-4161-b434-f7a8c3e4f025"}]} 2019-01-20 12:51:16,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-159bf12b-82a2-4930-8120-c5e40c15e445 2019-01-20 12:51:16,959 - neutron_utils - INFO - Retrieving security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:16,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:17,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-86534759-6c61-4f8e-abb8-2d5b7a57278d Date: Sun, 20 Jan 2019 12:51:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "updated_at": "2019-01-20T12:51:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "cab37788-f508-4161-b434-f7a8c3e4f025", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}], "revision_number": 2, "project_id": "311a5f6ca83a46058da0c47734831865", "id": "77bb865c-5113-4f32-89b8-80406768a1de", "name": "CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name"}]} 2019-01-20 12:51:17,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-86534759-6c61-4f8e-abb8-2d5b7a57278d 2019-01-20 12:51:17,150 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:17,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:17,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bc1f1cdf-cf43-4940-adbd-75f0664c77e6 Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "cab37788-f508-4161-b434-f7a8c3e4f025"}]} 2019-01-20 12:51:17,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-bc1f1cdf-cf43-4940-adbd-75f0664c77e6 2019-01-20 12:51:17,324 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name 2019-01-20 12:51:17,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:17,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-14ee1a26-1e5d-4089-be46-df01ddf44adc Date: Sun, 20 Jan 2019 12:51:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "updated_at": "2019-01-20T12:51:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "cab37788-f508-4161-b434-f7a8c3e4f025", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}], "revision_number": 2, "project_id": "311a5f6ca83a46058da0c47734831865", "id": "77bb865c-5113-4f32-89b8-80406768a1de", "name": "CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name"}]} 2019-01-20 12:51:17,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name used request id req-14ee1a26-1e5d-4089-be46-df01ddf44adc 2019-01-20 12:51:17,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:51:17,384 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:51: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:51:17,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/311a5f6ca83a46058da0c47734831865 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:17,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8ba3d56-ad38-44a5-8630-94e3b5c3db69 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/311a5f6ca83a46058da0c47734831865"}, "enabled": true, "id": "311a5f6ca83a46058da0c47734831865", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-28704cbe-97a6-4ec-proj"}} 2019-01-20 12:51:17,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/311a5f6ca83a46058da0c47734831865 used request id req-a8ba3d56-ad38-44a5-8630-94e3b5c3db69 2019-01-20 12:51:17,466 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:17,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:17,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d14a8489-6430-4bb9-ad66-f75ef203cbc4 Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "cab37788-f508-4161-b434-f7a8c3e4f025"}]} 2019-01-20 12:51:17,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-d14a8489-6430-4bb9-ad66-f75ef203cbc4 2019-01-20 12:51:17,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de"}}' 2019-01-20 12:51:17,935 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-786656c6-7fd6-4a9d-ad91-78216062f392 Date: Sun, 20 Jan 2019 12:51:17 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": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:17Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "01ddc141-249d-48d2-b4e0-eea2112659df"}} 2019-01-20 12:51:17,936 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-786656c6-7fd6-4a9d-ad91-78216062f392 2019-01-20 12:51:17,936 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name 2019-01-20 12:51:17,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:18,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-7d2bf139-38af-4a20-afdf-8341dd1543ad Date: Sun, 20 Jan 2019 12:51:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "updated_at": "2019-01-20T12:51:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:17Z", "revision_number": 0, "id": "01ddc141-249d-48d2-b4e0-eea2112659df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "cab37788-f508-4161-b434-f7a8c3e4f025", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}], "revision_number": 3, "project_id": "311a5f6ca83a46058da0c47734831865", "id": "77bb865c-5113-4f32-89b8-80406768a1de", "name": "CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name"}]} 2019-01-20 12:51:18,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name used request id req-7d2bf139-38af-4a20-afdf-8341dd1543ad 2019-01-20 12:51:18,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/311a5f6ca83a46058da0c47734831865 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:18,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bd508af-0b81-4bd0-86aa-73529a38c3f5 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/311a5f6ca83a46058da0c47734831865"}, "enabled": true, "id": "311a5f6ca83a46058da0c47734831865", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-28704cbe-97a6-4ec-proj"}} 2019-01-20 12:51:18,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/311a5f6ca83a46058da0c47734831865 used request id req-5bd508af-0b81-4bd0-86aa-73529a38c3f5 2019-01-20 12:51:18,223 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:18,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:18,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-384b7e5b-cf13-4c8e-b29b-20170ddc01a9 Date: Sun, 20 Jan 2019 12:51:18 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": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:17Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "01ddc141-249d-48d2-b4e0-eea2112659df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "cab37788-f508-4161-b434-f7a8c3e4f025"}]} 2019-01-20 12:51:18,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-384b7e5b-cf13-4c8e-b29b-20170ddc01a9 2019-01-20 12:51:18,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de"}}' 2019-01-20 12:51:18,707 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-b1ada264-b8f3-42bf-a6ee-4b68a7f9fd21 Date: Sun, 20 Jan 2019 12:51:18 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": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb"}} 2019-01-20 12:51:18,707 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-b1ada264-b8f3-42bf-a6ee-4b68a7f9fd21 2019-01-20 12:51:18,707 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name 2019-01-20 12:51:18,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:18,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-1cb82983-1614-4863-b615-ef66cfaa8782 Date: Sun, 20 Jan 2019 12:51:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "updated_at": "2019-01-20T12:51:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:17Z", "revision_number": 0, "id": "01ddc141-249d-48d2-b4e0-eea2112659df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "cab37788-f508-4161-b434-f7a8c3e4f025", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}], "revision_number": 4, "project_id": "311a5f6ca83a46058da0c47734831865", "id": "77bb865c-5113-4f32-89b8-80406768a1de", "name": "CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name"}]} 2019-01-20 12:51:18,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name used request id req-1cb82983-1614-4863-b615-ef66cfaa8782 2019-01-20 12:51:18,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/311a5f6ca83a46058da0c47734831865 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:18,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a245bc64-ee7c-4521-80dd-1212327b2743 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/311a5f6ca83a46058da0c47734831865"}, "enabled": true, "id": "311a5f6ca83a46058da0c47734831865", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-28704cbe-97a6-4ec-proj"}} 2019-01-20 12:51:18,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/311a5f6ca83a46058da0c47734831865 used request id req-a245bc64-ee7c-4521-80dd-1212327b2743 2019-01-20 12:51:18,851 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:18,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:18,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-ef0b1ed1-2bb6-4b19-b69c-d6c75014de98 Date: Sun, 20 Jan 2019 12:51:18 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": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:17Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "01ddc141-249d-48d2-b4e0-eea2112659df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "cab37788-f508-4161-b434-f7a8c3e4f025"}]} 2019-01-20 12:51:18,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-ef0b1ed1-2bb6-4b19-b69c-d6c75014de98 2019-01-20 12:51:18,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": 10}}' 2019-01-20 12:51:19,042 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-58e98e09-277e-4788-9834-f8d6c59d8830 Date: Sun, 20 Jan 2019 12:51:19 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": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": 10, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "d823094d-58fb-47a5-8c53-cca8eaa56376"}} 2019-01-20 12:51:19,042 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-58e98e09-277e-4788-9834-f8d6c59d8830 2019-01-20 12:51:19,043 - neutron_utils - INFO - Retrieving security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:19,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:19,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-56c33100-e4c0-4afb-ba38-a7576e34060b Date: Sun, 20 Jan 2019 12:51:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "updated_at": "2019-01-20T12:51:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:17Z", "revision_number": 0, "id": "01ddc141-249d-48d2-b4e0-eea2112659df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "cab37788-f508-4161-b434-f7a8c3e4f025", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "d823094d-58fb-47a5-8c53-cca8eaa56376", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": 10, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}], "revision_number": 5, "project_id": "311a5f6ca83a46058da0c47734831865", "id": "77bb865c-5113-4f32-89b8-80406768a1de", "name": "CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name"}]} 2019-01-20 12:51:19,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-56c33100-e4c0-4afb-ba38-a7576e34060b 2019-01-20 12:51:19,254 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:19,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:19,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-bcd5e8d9-8feb-41ac-b77f-24c2c1128b93 Date: Sun, 20 Jan 2019 12:51:19 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": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:17Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "01ddc141-249d-48d2-b4e0-eea2112659df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "cab37788-f508-4161-b434-f7a8c3e4f025"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": 10, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "d823094d-58fb-47a5-8c53-cca8eaa56376"}]} 2019-01-20 12:51:19,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-bcd5e8d9-8feb-41ac-b77f-24c2c1128b93 2019-01-20 12:51:19,430 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:19,806 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "436c5a14152747d89d025fa53dce026a", "name": "CreateSecurityGroupTests-28704cbe-97a6-4ec-proj-role"}], "expires_at": "2019-01-20T13:51:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "311a5f6ca83a46058da0c47734831865", "name": "CreateSecurityGroupTests-28704cbe-97a6-4ec-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/311a5f6ca83a46058da0c47734831865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/311a5f6ca83a46058da0c47734831865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/311a5f6ca83a46058da0c47734831865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/311a5f6ca83a46058da0c47734831865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/311a5f6ca83a46058da0c47734831865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/311a5f6ca83a46058da0c47734831865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/311a5f6ca83a46058da0c47734831865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/311a5f6ca83a46058da0c47734831865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/311a5f6ca83a46058da0c47734831865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/311a5f6ca83a46058da0c47734831865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/311a5f6ca83a46058da0c47734831865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/311a5f6ca83a46058da0c47734831865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-28704cbe-97a6-4ec-user", "id": "08398c5d9826424eab7eb56d6d6fd754"}, "audit_ids": ["vMt9oEwsRPSgIof0XJzMUw"], "issued_at": "2019-01-20T12:51:19.000000Z"}} 2019-01-20 12:51:19,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:20,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-dcb9a584-20e8-49d2-930d-fdff08ef914b Date: Sun, 20 Jan 2019 12:51:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "updated_at": "2019-01-20T12:51:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:17Z", "revision_number": 0, "id": "01ddc141-249d-48d2-b4e0-eea2112659df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "cab37788-f508-4161-b434-f7a8c3e4f025", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "d823094d-58fb-47a5-8c53-cca8eaa56376", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": 10, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}], "revision_number": 5, "project_id": "311a5f6ca83a46058da0c47734831865", "id": "77bb865c-5113-4f32-89b8-80406768a1de", "name": "CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name"}]} 2019-01-20 12:51:20,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name&description=hello+group used request id req-dcb9a584-20e8-49d2-930d-fdff08ef914b 2019-01-20 12:51:20,044 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:20,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:20,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-da639852-6f58-4f32-bc21-425e22e90778 Date: Sun, 20 Jan 2019 12:51:20 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": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:17Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "01ddc141-249d-48d2-b4e0-eea2112659df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "cab37788-f508-4161-b434-f7a8c3e4f025"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": 10, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "d823094d-58fb-47a5-8c53-cca8eaa56376"}]} 2019-01-20 12:51:20,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-da639852-6f58-4f32-bc21-425e22e90778 2019-01-20 12:51:20,231 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:20,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:20,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-e9a55aeb-a8b6-42b8-8107-ff12c2a9e2ff Date: Sun, 20 Jan 2019 12:51:20 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": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:17Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "01ddc141-249d-48d2-b4e0-eea2112659df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "cab37788-f508-4161-b434-f7a8c3e4f025"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": 10, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "d823094d-58fb-47a5-8c53-cca8eaa56376"}]} 2019-01-20 12:51:20,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-e9a55aeb-a8b6-42b8-8107-ff12c2a9e2ff 2019-01-20 12:51:20,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:20,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-26e75874-7271-4e0d-a1e8-fb92a51703e6 Date: Sun, 20 Jan 2019 12:51:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "updated_at": "2019-01-20T12:51:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:17Z", "revision_number": 0, "id": "01ddc141-249d-48d2-b4e0-eea2112659df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "cab37788-f508-4161-b434-f7a8c3e4f025", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "d823094d-58fb-47a5-8c53-cca8eaa56376", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": 10, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}], "revision_number": 5, "project_id": "311a5f6ca83a46058da0c47734831865", "id": "77bb865c-5113-4f32-89b8-80406768a1de", "name": "CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name"}]} 2019-01-20 12:51:20,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name used request id req-26e75874-7271-4e0d-a1e8-fb92a51703e6 2019-01-20 12:51:20,605 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:20,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:20,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-4a331fb1-0ce5-4f46-9a79-4dee820d8c37 Date: Sun, 20 Jan 2019 12:51:20 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": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:17Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "01ddc141-249d-48d2-b4e0-eea2112659df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "cab37788-f508-4161-b434-f7a8c3e4f025"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": 10, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "d823094d-58fb-47a5-8c53-cca8eaa56376"}]} 2019-01-20 12:51:20,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-4a331fb1-0ce5-4f46-9a79-4dee820d8c37 2019-01-20 12:51:20,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:20,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-85b64ad5-ef5b-46e6-bb54-8314f1af6e3e Date: Sun, 20 Jan 2019 12:51:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "updated_at": "2019-01-20T12:51:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:17Z", "revision_number": 0, "id": "01ddc141-249d-48d2-b4e0-eea2112659df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "cab37788-f508-4161-b434-f7a8c3e4f025", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "d823094d-58fb-47a5-8c53-cca8eaa56376", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": 10, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}], "revision_number": 5, "project_id": "311a5f6ca83a46058da0c47734831865", "id": "77bb865c-5113-4f32-89b8-80406768a1de", "name": "CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name"}]} 2019-01-20 12:51:20,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name used request id req-85b64ad5-ef5b-46e6-bb54-8314f1af6e3e 2019-01-20 12:51:20,994 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:21,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:21,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-46c5fb4f-024c-4854-a247-f50cc197d165 Date: Sun, 20 Jan 2019 12:51:21 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": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:17Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "01ddc141-249d-48d2-b4e0-eea2112659df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "cab37788-f508-4161-b434-f7a8c3e4f025"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": 10, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "d823094d-58fb-47a5-8c53-cca8eaa56376"}]} 2019-01-20 12:51:21,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-46c5fb4f-024c-4854-a247-f50cc197d165 2019-01-20 12:51:21,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:21,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-6fa489e9-b17a-4474-8a84-56df2a128f5f Date: Sun, 20 Jan 2019 12:51:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "updated_at": "2019-01-20T12:51:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:17Z", "revision_number": 0, "id": "01ddc141-249d-48d2-b4e0-eea2112659df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "cab37788-f508-4161-b434-f7a8c3e4f025", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "d823094d-58fb-47a5-8c53-cca8eaa56376", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": 10, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}], "revision_number": 5, "project_id": "311a5f6ca83a46058da0c47734831865", "id": "77bb865c-5113-4f32-89b8-80406768a1de", "name": "CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name"}]} 2019-01-20 12:51:21,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name used request id req-6fa489e9-b17a-4474-8a84-56df2a128f5f 2019-01-20 12:51:21,244 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:21,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:21,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3f145217-3f46-4296-8808-6c650062a0a8 Date: Sun, 20 Jan 2019 12:51:21 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": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:17Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "01ddc141-249d-48d2-b4e0-eea2112659df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "cab37788-f508-4161-b434-f7a8c3e4f025"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": 10, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "d823094d-58fb-47a5-8c53-cca8eaa56376"}]} 2019-01-20 12:51:21,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-3f145217-3f46-4296-8808-6c650062a0a8 2019-01-20 12:51:21,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:21,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-2dd8bdd7-481f-48ea-980e-ca5a9a61feee Date: Sun, 20 Jan 2019 12:51:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "updated_at": "2019-01-20T12:51:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:17Z", "revision_number": 0, "id": "01ddc141-249d-48d2-b4e0-eea2112659df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "cab37788-f508-4161-b434-f7a8c3e4f025", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "d823094d-58fb-47a5-8c53-cca8eaa56376", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": 10, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}], "revision_number": 5, "project_id": "311a5f6ca83a46058da0c47734831865", "id": "77bb865c-5113-4f32-89b8-80406768a1de", "name": "CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name"}]} 2019-01-20 12:51:21,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name used request id req-2dd8bdd7-481f-48ea-980e-ca5a9a61feee 2019-01-20 12:51:21,626 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:21,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:21,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-2015aa72-867c-4389-9da9-1fb88cccbd64 Date: Sun, 20 Jan 2019 12:51:21 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": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:17Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "01ddc141-249d-48d2-b4e0-eea2112659df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "cab37788-f508-4161-b434-f7a8c3e4f025"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": 10, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "d823094d-58fb-47a5-8c53-cca8eaa56376"}]} 2019-01-20 12:51:21,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-2015aa72-867c-4389-9da9-1fb88cccbd64 2019-01-20 12:51:21,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:21,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-14e4d248-e65c-4bc2-9764-c12f4de26477 Date: Sun, 20 Jan 2019 12:51:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "updated_at": "2019-01-20T12:51:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:17Z", "revision_number": 0, "id": "01ddc141-249d-48d2-b4e0-eea2112659df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "cab37788-f508-4161-b434-f7a8c3e4f025", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "d823094d-58fb-47a5-8c53-cca8eaa56376", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": 10, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}], "revision_number": 5, "project_id": "311a5f6ca83a46058da0c47734831865", "id": "77bb865c-5113-4f32-89b8-80406768a1de", "name": "CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name"}]} 2019-01-20 12:51:21,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name used request id req-14e4d248-e65c-4bc2-9764-c12f4de26477 2019-01-20 12:51:21,881 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:21,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:22,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b26c656c-becb-49b9-956f-8323529337b2 Date: Sun, 20 Jan 2019 12:51:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:17Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "01ddc141-249d-48d2-b4e0-eea2112659df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "cab37788-f508-4161-b434-f7a8c3e4f025"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": 10, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "d823094d-58fb-47a5-8c53-cca8eaa56376"}]} 2019-01-20 12:51:22,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-b26c656c-becb-49b9-956f-8323529337b2 2019-01-20 12:51:22,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:22,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-3e05770e-b769-4c9e-a559-0b2c4dc00c98 Date: Sun, 20 Jan 2019 12:51:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "updated_at": "2019-01-20T12:51:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:17Z", "revision_number": 0, "id": "01ddc141-249d-48d2-b4e0-eea2112659df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "cab37788-f508-4161-b434-f7a8c3e4f025", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "d823094d-58fb-47a5-8c53-cca8eaa56376", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": 10, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}], "revision_number": 5, "project_id": "311a5f6ca83a46058da0c47734831865", "id": "77bb865c-5113-4f32-89b8-80406768a1de", "name": "CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name"}]} 2019-01-20 12:51:22,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name used request id req-3e05770e-b769-4c9e-a559-0b2c4dc00c98 2019-01-20 12:51:22,275 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:22,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:22,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-c9ec35db-6b9b-4728-8174-37abefb23291 Date: Sun, 20 Jan 2019 12:51:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:17Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "01ddc141-249d-48d2-b4e0-eea2112659df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "cab37788-f508-4161-b434-f7a8c3e4f025"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": 10, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "d823094d-58fb-47a5-8c53-cca8eaa56376"}]} 2019-01-20 12:51:22,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-c9ec35db-6b9b-4728-8174-37abefb23291 2019-01-20 12:51:22,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:22,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-14ad0ce5-4d01-4058-809d-1440c863015a Date: Sun, 20 Jan 2019 12:51:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "updated_at": "2019-01-20T12:51:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:17Z", "revision_number": 0, "id": "01ddc141-249d-48d2-b4e0-eea2112659df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "cab37788-f508-4161-b434-f7a8c3e4f025", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "d823094d-58fb-47a5-8c53-cca8eaa56376", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": 10, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}], "revision_number": 5, "project_id": "311a5f6ca83a46058da0c47734831865", "id": "77bb865c-5113-4f32-89b8-80406768a1de", "name": "CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name"}]} 2019-01-20 12:51:22,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name used request id req-14ad0ce5-4d01-4058-809d-1440c863015a 2019-01-20 12:51:22,674 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:22,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:22,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-4522f4aa-8f75-4a43-b04e-409946f9e7b3 Date: Sun, 20 Jan 2019 12:51:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:17Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "01ddc141-249d-48d2-b4e0-eea2112659df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "cab37788-f508-4161-b434-f7a8c3e4f025"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": 10, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "d823094d-58fb-47a5-8c53-cca8eaa56376"}]} 2019-01-20 12:51:22,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-4522f4aa-8f75-4a43-b04e-409946f9e7b3 2019-01-20 12:51:22,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:22,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-a611555a-75c6-4c86-b24e-c416e1555c6a Date: Sun, 20 Jan 2019 12:51:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "updated_at": "2019-01-20T12:51:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:17Z", "revision_number": 0, "id": "01ddc141-249d-48d2-b4e0-eea2112659df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "cab37788-f508-4161-b434-f7a8c3e4f025", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "d823094d-58fb-47a5-8c53-cca8eaa56376", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": 10, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}], "revision_number": 5, "project_id": "311a5f6ca83a46058da0c47734831865", "id": "77bb865c-5113-4f32-89b8-80406768a1de", "name": "CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name"}]} 2019-01-20 12:51:22,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name used request id req-a611555a-75c6-4c86-b24e-c416e1555c6a 2019-01-20 12:51:22,900 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:22,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:22,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-e5ab66fb-b36a-4016-8b79-70c6b5e30312 Date: Sun, 20 Jan 2019 12:51:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:17Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "01ddc141-249d-48d2-b4e0-eea2112659df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "cab37788-f508-4161-b434-f7a8c3e4f025"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": 10, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "d823094d-58fb-47a5-8c53-cca8eaa56376"}]} 2019-01-20 12:51:22,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-e5ab66fb-b36a-4016-8b79-70c6b5e30312 2019-01-20 12:51:22,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:23,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-af240655-0bdb-4892-b0ea-37a3d2531032 Date: Sun, 20 Jan 2019 12:51:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "updated_at": "2019-01-20T12:51:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:17Z", "revision_number": 0, "id": "01ddc141-249d-48d2-b4e0-eea2112659df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "revision_number": 0, "id": "cab37788-f508-4161-b434-f7a8c3e4f025", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "revision_number": 0, "id": "d823094d-58fb-47a5-8c53-cca8eaa56376", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": 10, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}], "revision_number": 5, "project_id": "311a5f6ca83a46058da0c47734831865", "id": "77bb865c-5113-4f32-89b8-80406768a1de", "name": "CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name"}]} 2019-01-20 12:51:23,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name used request id req-af240655-0bdb-4892-b0ea-37a3d2531032 2019-01-20 12:51:23,024 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 77bb865c-5113-4f32-89b8-80406768a1de 2019-01-20 12:51:23,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5aa458eecb4bd4f7db190fa2f5e225ac23b8e99e" 2019-01-20 12:51:23,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-f8b4010e-664d-4619-8805-902dbe64a1a3 Date: Sun, 20 Jan 2019 12:51:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:17Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:17Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "01ddc141-249d-48d2-b4e0-eea2112659df"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:16Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:16Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "cab37788-f508-4161-b434-f7a8c3e4f025"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:18Z", "security_group_id": "77bb865c-5113-4f32-89b8-80406768a1de", "port_range_min": 10, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:18Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "d823094d-58fb-47a5-8c53-cca8eaa56376"}]} 2019-01-20 12:51:23,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=77bb865c-5113-4f32-89b8-80406768a1de used request id req-f8b4010e-664d-4619-8805-902dbe64a1a3 2019-01-20 12:51:23,062 - neutron_utils - INFO - Deleting security group rule with ID - 01ddc141-249d-48d2-b4e0-eea2112659df 2019-01-20 12:51:23,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/01ddc141-249d-48d2-b4e0-eea2112659df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:23,336 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-69a13240-1f61-4a9e-8fac-0427f99550b0 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:23,336 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/01ddc141-249d-48d2-b4e0-eea2112659df used request id req-69a13240-1f61-4a9e-8fac-0427f99550b0 2019-01-20 12:51:23,336 - neutron_utils - INFO - Deleting security group rule with ID - cab37788-f508-4161-b434-f7a8c3e4f025 2019-01-20 12:51:23,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/cab37788-f508-4161-b434-f7a8c3e4f025 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:23,590 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1d574f77-5a34-4bcd-b565-107b51257764 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:23,590 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/cab37788-f508-4161-b434-f7a8c3e4f025 used request id req-1d574f77-5a34-4bcd-b565-107b51257764 2019-01-20 12:51:23,591 - neutron_utils - INFO - Deleting security group rule with ID - c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb 2019-01-20 12:51:23,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:23,695 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1e88f035-24d5-467e-8c60-0688c18e0913 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:23,695 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/c5d4b6a0-0ee1-43a5-a666-08f6cb9111fb used request id req-1e88f035-24d5-467e-8c60-0688c18e0913 2019-01-20 12:51:23,695 - neutron_utils - INFO - Deleting security group rule with ID - 1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa 2019-01-20 12:51:23,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:23,956 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-38a9afbc-b30c-48d9-9833-333c19443bd3 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:23,956 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/1fd7ba9b-c7fa-4a7a-bccc-252a4d9acdfa used request id req-38a9afbc-b30c-48d9-9833-333c19443bd3 2019-01-20 12:51:23,956 - neutron_utils - INFO - Deleting security group rule with ID - d823094d-58fb-47a5-8c53-cca8eaa56376 2019-01-20 12:51:23,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/d823094d-58fb-47a5-8c53-cca8eaa56376 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:24,059 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-06ee7c6c-98d6-4e11-b506-1953b0c73407 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:24,059 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/d823094d-58fb-47a5-8c53-cca8eaa56376 used request id req-06ee7c6c-98d6-4e11-b506-1953b0c73407 2019-01-20 12:51:24,059 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-596d308c-7e2a-4d91-bf0f-89e044e661d6name 2019-01-20 12:51:24,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/77bb865c-5113-4f32-89b8-80406768a1de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6f5094f2918df9fc3acc5584eb7f37fa76a6cf0" 2019-01-20 12:51:24,201 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-92e6c3e6-03ea-4699-aa22-1297c7926136 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:24,201 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/77bb865c-5113-4f32-89b8-80406768a1de used request id req-92e6c3e6-03ea-4699-aa22-1297c7926136 2019-01-20 12:51:24,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12cb6c101e71d1ebd862e3d560a34c134d7fcbfc" 2019-01-20 12:51:24,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-34ecdb31-f514-4d55-a677-6466db8338a3 Date: Sun, 20 Jan 2019 12:51:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:15Z", "updated_at": "2019-01-20T12:51:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:15Z", "revision_number": 0, "id": "357cf764-80a6-4223-a04c-3509b9f4d798", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:15Z", "security_group_id": "24e69854-6963-4146-abd2-30033f2c1e1f", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:15Z", "revision_number": 0, "id": "4784d46a-7946-42a5-86ed-9dc3ef19748c", "remote_group_id": "24e69854-6963-4146-abd2-30033f2c1e1f", "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:15Z", "security_group_id": "24e69854-6963-4146-abd2-30033f2c1e1f", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv4", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:15Z", "revision_number": 0, "id": "ae885962-0589-4892-a48d-c926e7a2c03b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:15Z", "security_group_id": "24e69854-6963-4146-abd2-30033f2c1e1f", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:15Z", "revision_number": 0, "id": "ef31e6e2-d32b-4bf5-a100-a36d52af0997", "remote_group_id": "24e69854-6963-4146-abd2-30033f2c1e1f", "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:15Z", "security_group_id": "24e69854-6963-4146-abd2-30033f2c1e1f", "tenant_id": "311a5f6ca83a46058da0c47734831865", "port_range_min": null, "ethertype": "IPv6", "project_id": "311a5f6ca83a46058da0c47734831865"}], "revision_number": 4, "project_id": "311a5f6ca83a46058da0c47734831865", "id": "24e69854-6963-4146-abd2-30033f2c1e1f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:51:24,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-34ecdb31-f514-4d55-a677-6466db8338a3 2019-01-20 12:51:24,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12cb6c101e71d1ebd862e3d560a34c134d7fcbfc" 2019-01-20 12:51:24,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f0b46de-e315-4399-a6fe-8e1ec743c826 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:51:24,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-7f0b46de-e315-4399-a6fe-8e1ec743c826 2019-01-20 12:51:24,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12cb6c101e71d1ebd862e3d560a34c134d7fcbfc" 2019-01-20 12:51:24,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8191935b-db09-4c74-af5d-d08678bbfaa9 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:51:24,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-8191935b-db09-4c74-af5d-d08678bbfaa9 2019-01-20 12:51:24,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/311a5f6ca83a46058da0c47734831865 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12cb6c101e71d1ebd862e3d560a34c134d7fcbfc" 2019-01-20 12:51:24,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7876df5-3a5c-4080-8a69-10b43e294ea6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/311a5f6ca83a46058da0c47734831865"}, "enabled": true, "id": "311a5f6ca83a46058da0c47734831865", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-28704cbe-97a6-4ec-proj"}} 2019-01-20 12:51:24,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/311a5f6ca83a46058da0c47734831865 used request id req-d7876df5-3a5c-4080-8a69-10b43e294ea6 2019-01-20 12:51:24,703 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 24e69854-6963-4146-abd2-30033f2c1e1f 2019-01-20 12:51:24,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=24e69854-6963-4146-abd2-30033f2c1e1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12cb6c101e71d1ebd862e3d560a34c134d7fcbfc" 2019-01-20 12:51:24,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f7eac68f-81ee-4222-9199-036198aee81a Date: Sun, 20 Jan 2019 12:51:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:15Z", "security_group_id": "24e69854-6963-4146-abd2-30033f2c1e1f", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:15Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "357cf764-80a6-4223-a04c-3509b9f4d798"}, {"remote_group_id": "24e69854-6963-4146-abd2-30033f2c1e1f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:15Z", "security_group_id": "24e69854-6963-4146-abd2-30033f2c1e1f", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:15Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "4784d46a-7946-42a5-86ed-9dc3ef19748c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:15Z", "security_group_id": "24e69854-6963-4146-abd2-30033f2c1e1f", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:15Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "ae885962-0589-4892-a48d-c926e7a2c03b"}, {"remote_group_id": "24e69854-6963-4146-abd2-30033f2c1e1f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:15Z", "security_group_id": "24e69854-6963-4146-abd2-30033f2c1e1f", "port_range_min": null, "revision_number": 0, "tenant_id": "311a5f6ca83a46058da0c47734831865", "created_at": "2019-01-20T12:51:15Z", "project_id": "311a5f6ca83a46058da0c47734831865", "id": "ef31e6e2-d32b-4bf5-a100-a36d52af0997"}]} 2019-01-20 12:51:24,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=24e69854-6963-4146-abd2-30033f2c1e1f used request id req-f7eac68f-81ee-4222-9199-036198aee81a 2019-01-20 12:51:24,873 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 12:51:24,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/24e69854-6963-4146-abd2-30033f2c1e1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12cb6c101e71d1ebd862e3d560a34c134d7fcbfc" 2019-01-20 12:51:25,168 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ad53a165-cc3f-40a0-b11c-bdb834be4232 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:25,168 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/24e69854-6963-4146-abd2-30033f2c1e1f used request id req-ad53a165-cc3f-40a0-b11c-bdb834be4232 2019-01-20 12:51:25,169 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-28704cbe-97a6-4ec-proj 2019-01-20 12:51:25,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/311a5f6ca83a46058da0c47734831865 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12cb6c101e71d1ebd862e3d560a34c134d7fcbfc" 2019-01-20 12:51:25,369 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:51:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3753a47c-9390-4e32-95ea-fa2c1b11e1ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:51:25,369 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/311a5f6ca83a46058da0c47734831865 used request id req-3753a47c-9390-4e32-95ea-fa2c1b11e1ad 2019-01-20 12:51:25,369 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-28704cbe-97a6-4ec-proj-role 2019-01-20 12:51:25,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/436c5a14152747d89d025fa53dce026a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12cb6c101e71d1ebd862e3d560a34c134d7fcbfc" 2019-01-20 12:51:25,478 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:51:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-719e6cfe-7f03-46e2-a18c-080e424b7043 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:51:25,479 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/436c5a14152747d89d025fa53dce026a used request id req-719e6cfe-7f03-46e2-a18c-080e424b7043 2019-01-20 12:51:25,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12cb6c101e71d1ebd862e3d560a34c134d7fcbfc" 2019-01-20 12:51:25,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c02d7a50-8b9b-4abc-9af8-88e9835ce9a7 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:51:25,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c02d7a50-8b9b-4abc-9af8-88e9835ce9a7 2019-01-20 12:51:25,579 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-28704cbe-97a6-4ec-user 2019-01-20 12:51:25,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/08398c5d9826424eab7eb56d6d6fd754 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8294e6448ba2be9013aad63a96f7de36978de924" 2019-01-20 12:51:25,752 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:51:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94a25d2d-68ba-46f4-b383-b1df114aa8bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:51:25,752 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/08398c5d9826424eab7eb56d6d6fd754 used request id req-94a25d2d-68ba-46f4-b383-b1df114aa8bd 2019-01-20 12:51:25,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:26,143 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:51:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["TKn01BTCTGi-uqLY3-vdzA"], "issued_at": "2019-01-20T12:51:26.000000Z"}} 2019-01-20 12:51:26,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e99b1e787407d290034f00935957dc4f62c36130" 2019-01-20 12:51:26,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ef071ea-6110-4987-ac09-c4ac64e9bfe4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:51:26,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1ef071ea-6110-4987-ac09-c4ac64e9bfe4 2019-01-20 12:51:26,236 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:51:26,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:26,610 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:51:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["0xeRgO-uRtq22Oa-sLdp4g"], "issued_at": "2019-01-20T12:51:26.000000Z"}} 2019-01-20 12:51:26,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf3c027cbc28a3ca22d1ea6c60c29600275e4ff" 2019-01-20 12:51:26,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a462cb6-8ad8-4340-9d22-a8bad2db1371 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:51:26,702 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7a462cb6-8ad8-4340-9d22-a8bad2db1371 2019-01-20 12:51:26,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:51:26,711 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:51: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:51:26,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-f067614c-896d-474-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf3c027cbc28a3ca22d1ea6c60c29600275e4ff" 2019-01-20 12:51:26,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c46ed66-f753-40fd-9c93-7fcb6c070273 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-f067614c-896d-474-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:51:26,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-f067614c-896d-474-proj used request id req-0c46ed66-f753-40fd-9c93-7fcb6c070273 2019-01-20 12:51:26,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf3c027cbc28a3ca22d1ea6c60c29600275e4ff" 2019-01-20 12:51:26,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-800223a4-512a-453b-a85a-4744d1bedbdf Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:51:26,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-800223a4-512a-453b-a85a-4744d1bedbdf 2019-01-20 12:51:26,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf3c027cbc28a3ca22d1ea6c60c29600275e4ff" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-f067614c-896d-474-proj"}}' 2019-01-20 12:51:27,017 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:51:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f848cf7b-fb46-421c-9cb0-1da5db3b5fd6 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/129b45186a234c5c8ac522640e2245e2"}, "enabled": true, "id": "129b45186a234c5c8ac522640e2245e2", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-f067614c-896d-474-proj"}} 2019-01-20 12:51:27,017 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-f848cf7b-fb46-421c-9cb0-1da5db3b5fd6 2019-01-20 12:51:27,018 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-f067614c-896d-474-proj 2019-01-20 12:51:27,018 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:51:27,019 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:27,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:51:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["RNPjLf1CQ-efvAFCO0TXjA"], "issued_at": "2019-01-20T12:51:27.000000Z"}} 2019-01-20 12:51:27,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f10786aa5bd1ee142180b178137ccead631600a" 2019-01-20 12:51:27,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2de9ac2c-4be6-408d-88ef-5f592623ea86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:51:27,482 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2de9ac2c-4be6-408d-88ef-5f592623ea86 2019-01-20 12:51:27,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:51:27,492 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:51: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:51:27,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f10786aa5bd1ee142180b178137ccead631600a" 2019-01-20 12:51:27,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccb346b9-d921-4869-807b-fdbc69526130 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:51:27,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-ccb346b9-d921-4869-807b-fdbc69526130 2019-01-20 12:51:27,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-f067614c-896d-474-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f10786aa5bd1ee142180b178137ccead631600a" 2019-01-20 12:51:27,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9a0e2c2-b1b5-4ab8-89c2-6c34ecf95f46 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-f067614c-896d-474-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/129b45186a234c5c8ac522640e2245e2"}, "enabled": true, "id": "129b45186a234c5c8ac522640e2245e2", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-f067614c-896d-474-proj"}]} 2019-01-20 12:51:27,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-f067614c-896d-474-proj used request id req-d9a0e2c2-b1b5-4ab8-89c2-6c34ecf95f46 2019-01-20 12:51:27,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f10786aa5bd1ee142180b178137ccead631600a" 2019-01-20 12:51:27,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9e37d03-43a2-4597-befd-d21ba004afff Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:51:27,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-c9e37d03-43a2-4597-befd-d21ba004afff 2019-01-20 12:51:28,143 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-f067614c-896d-474-user 2019-01-20 12:51:28,143 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:51:28,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf3c027cbc28a3ca22d1ea6c60c29600275e4ff" 2019-01-20 12:51:28,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3506d1e7-9fa3-41cb-8069-5d4d7d92a2ef Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:51:28,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-3506d1e7-9fa3-41cb-8069-5d4d7d92a2ef 2019-01-20 12:51:28,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf3c027cbc28a3ca22d1ea6c60c29600275e4ff" -d '{"role": {"name": "CreateSecurityGroupTests-f067614c-896d-474-proj-role"}}' 2019-01-20 12:51:28,347 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:51:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e90f8064-11a7-45dd-9894-b73eddf72a7d Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fb12526112684db8b21917059188e792", "links": {"self": "http://172.30.9.22:5000/v3/roles/fb12526112684db8b21917059188e792"}, "name": "CreateSecurityGroupTests-f067614c-896d-474-proj-role"}} 2019-01-20 12:51:28,347 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-e90f8064-11a7-45dd-9894-b73eddf72a7d 2019-01-20 12:51:28,347 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-f067614c-896d-474-proj-role 2019-01-20 12:51:28,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/fb12526112684db8b21917059188e792 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf3c027cbc28a3ca22d1ea6c60c29600275e4ff" 2019-01-20 12:51:28,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e271043-2fe1-440c-82fb-2fbe1bee7650 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/fb12526112684db8b21917059188e792"}, "domain_id": null, "name": "CreateSecurityGroupTests-f067614c-896d-474-proj-role", "id": "fb12526112684db8b21917059188e792"}} 2019-01-20 12:51:28,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/fb12526112684db8b21917059188e792 used request id req-5e271043-2fe1-440c-82fb-2fbe1bee7650 2019-01-20 12:51:28,365 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-f067614c-896d-474-proj-role to project CreateSecurityGroupTests-f067614c-896d-474-proj 2019-01-20 12:51:28,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/129b45186a234c5c8ac522640e2245e2/users/bcebeede53d643c599e763f650d72356/roles/fb12526112684db8b21917059188e792 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf3c027cbc28a3ca22d1ea6c60c29600275e4ff" 2019-01-20 12:51:28,493 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:51:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f214e21-49e1-4de9-8671-e743cb14e42c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:51:28,493 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/129b45186a234c5c8ac522640e2245e2/users/bcebeede53d643c599e763f650d72356/roles/fb12526112684db8b21917059188e792 used request id req-1f214e21-49e1-4de9-8671-e743cb14e42c 2019-01-20 12:51:28,493 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:51:28,494 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:28,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fb12526112684db8b21917059188e792", "name": "CreateSecurityGroupTests-f067614c-896d-474-proj-role"}], "expires_at": "2019-01-20T13:51:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "129b45186a234c5c8ac522640e2245e2", "name": "CreateSecurityGroupTests-f067614c-896d-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/129b45186a234c5c8ac522640e2245e2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/129b45186a234c5c8ac522640e2245e2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/129b45186a234c5c8ac522640e2245e2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/129b45186a234c5c8ac522640e2245e2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/129b45186a234c5c8ac522640e2245e2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/129b45186a234c5c8ac522640e2245e2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/129b45186a234c5c8ac522640e2245e2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/129b45186a234c5c8ac522640e2245e2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/129b45186a234c5c8ac522640e2245e2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/129b45186a234c5c8ac522640e2245e2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/129b45186a234c5c8ac522640e2245e2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/129b45186a234c5c8ac522640e2245e2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-f067614c-896d-474-user", "id": "bcebeede53d643c599e763f650d72356"}, "audit_ids": ["cNz2IzBTRiiAOhVqGpF9Vg"], "issued_at": "2019-01-20T12:51:28.000000Z"}} 2019-01-20 12:51:28,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c797ce4e9d409d2246808cabc93f0c02f78efc" 2019-01-20 12:51:28,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53e8ae7f-a661-40bd-8208-1d511c66d167 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:51:28,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-53e8ae7f-a661-40bd-8208-1d511c66d167 2019-01-20 12:51:28,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-938cce06-e3a5-4cc1-b6df-0571e22b80b2name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c797ce4e9d409d2246808cabc93f0c02f78efc" 2019-01-20 12:51:29,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-cacacced-5b4d-404d-ae1c-4cc89ce3b2d0 Date: Sun, 20 Jan 2019 12:51:29 GMT RESP BODY: {"security_groups": []} 2019-01-20 12:51:29,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-938cce06-e3a5-4cc1-b6df-0571e22b80b2name&description=hello+group used request id req-cacacced-5b4d-404d-ae1c-4cc89ce3b2d0 2019-01-20 12:51:29,278 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-938cce06-e3a5-4cc1-b6df-0571e22b80b2name... 2019-01-20 12:51:29,278 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-938cce06-e3a5-4cc1-b6df-0571e22b80b2name 2019-01-20 12:51:29,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c797ce4e9d409d2246808cabc93f0c02f78efc" -d '{"security_group": {"name": "CreateSecurityGroupTests-938cce06-e3a5-4cc1-b6df-0571e22b80b2name", "description": "hello group"}}' 2019-01-20 12:51:29,617 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-712110f2-4d18-480e-ba77-a89869c579a3 Date: Sun, 20 Jan 2019 12:51:29 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "updated_at": "2019-01-20T12:51:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "revision_number": 0, "id": "13283462-5403-4c8a-a871-dfdcc14cbddb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "tenant_id": "129b45186a234c5c8ac522640e2245e2", "port_range_min": null, "ethertype": "IPv6", "project_id": "129b45186a234c5c8ac522640e2245e2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "revision_number": 0, "id": "cd4facf3-9bd5-44e6-8914-e59de397d2d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "tenant_id": "129b45186a234c5c8ac522640e2245e2", "port_range_min": null, "ethertype": "IPv4", "project_id": "129b45186a234c5c8ac522640e2245e2"}], "revision_number": 2, "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "name": "CreateSecurityGroupTests-938cce06-e3a5-4cc1-b6df-0571e22b80b2name"}} 2019-01-20 12:51:29,618 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-712110f2-4d18-480e-ba77-a89869c579a3 2019-01-20 12:51:29,618 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 2019-01-20 12:51:29,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c797ce4e9d409d2246808cabc93f0c02f78efc" 2019-01-20 12:51:29,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9de7b369-e5fb-47e5-855d-a03010b9749b Date: Sun, 20 Jan 2019 12:51:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "port_range_min": null, "revision_number": 0, "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "13283462-5403-4c8a-a871-dfdcc14cbddb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "port_range_min": null, "revision_number": 0, "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "cd4facf3-9bd5-44e6-8914-e59de397d2d0"}]} 2019-01-20 12:51:29,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 used request id req-9de7b369-e5fb-47e5-855d-a03010b9749b 2019-01-20 12:51:29,793 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 2019-01-20 12:51:29,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c797ce4e9d409d2246808cabc93f0c02f78efc" 2019-01-20 12:51:29,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c6823b99-910f-4b33-99ae-d993a539d08d Date: Sun, 20 Jan 2019 12:51:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "port_range_min": null, "revision_number": 0, "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "13283462-5403-4c8a-a871-dfdcc14cbddb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "port_range_min": null, "revision_number": 0, "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "cd4facf3-9bd5-44e6-8914-e59de397d2d0"}]} 2019-01-20 12:51:29,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 used request id req-c6823b99-910f-4b33-99ae-d993a539d08d 2019-01-20 12:51:29,978 - neutron_utils - INFO - Retrieving security group with ID - 6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 2019-01-20 12:51:29,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c797ce4e9d409d2246808cabc93f0c02f78efc" 2019-01-20 12:51:30,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c5487156-9aba-4b68-8829-2fc54fd99e82 Date: Sun, 20 Jan 2019 12:51:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "updated_at": "2019-01-20T12:51:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "revision_number": 0, "id": "13283462-5403-4c8a-a871-dfdcc14cbddb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "tenant_id": "129b45186a234c5c8ac522640e2245e2", "port_range_min": null, "ethertype": "IPv6", "project_id": "129b45186a234c5c8ac522640e2245e2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "revision_number": 0, "id": "cd4facf3-9bd5-44e6-8914-e59de397d2d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "tenant_id": "129b45186a234c5c8ac522640e2245e2", "port_range_min": null, "ethertype": "IPv4", "project_id": "129b45186a234c5c8ac522640e2245e2"}], "revision_number": 2, "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "name": "CreateSecurityGroupTests-938cce06-e3a5-4cc1-b6df-0571e22b80b2name"}]} 2019-01-20 12:51:30,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 used request id req-c5487156-9aba-4b68-8829-2fc54fd99e82 2019-01-20 12:51:30,181 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 2019-01-20 12:51:30,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c797ce4e9d409d2246808cabc93f0c02f78efc" 2019-01-20 12:51:30,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2d432752-d581-4a39-a6b4-9536d6273b8e Date: Sun, 20 Jan 2019 12:51:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "port_range_min": null, "revision_number": 0, "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "13283462-5403-4c8a-a871-dfdcc14cbddb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "port_range_min": null, "revision_number": 0, "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "cd4facf3-9bd5-44e6-8914-e59de397d2d0"}]} 2019-01-20 12:51:30,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 used request id req-2d432752-d581-4a39-a6b4-9536d6273b8e 2019-01-20 12:51:30,369 - neutron_utils - INFO - Retrieving security group with ID - 6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 2019-01-20 12:51:30,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c797ce4e9d409d2246808cabc93f0c02f78efc" 2019-01-20 12:51:30,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-679a57e0-4022-41dd-b997-35a4f3ef85e5 Date: Sun, 20 Jan 2019 12:51:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "updated_at": "2019-01-20T12:51:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "revision_number": 0, "id": "13283462-5403-4c8a-a871-dfdcc14cbddb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "tenant_id": "129b45186a234c5c8ac522640e2245e2", "port_range_min": null, "ethertype": "IPv6", "project_id": "129b45186a234c5c8ac522640e2245e2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "revision_number": 0, "id": "cd4facf3-9bd5-44e6-8914-e59de397d2d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "tenant_id": "129b45186a234c5c8ac522640e2245e2", "port_range_min": null, "ethertype": "IPv4", "project_id": "129b45186a234c5c8ac522640e2245e2"}], "revision_number": 2, "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "name": "CreateSecurityGroupTests-938cce06-e3a5-4cc1-b6df-0571e22b80b2name"}]} 2019-01-20 12:51:30,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 used request id req-679a57e0-4022-41dd-b997-35a4f3ef85e5 2019-01-20 12:51:30,582 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 2019-01-20 12:51:30,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c797ce4e9d409d2246808cabc93f0c02f78efc" 2019-01-20 12:51:30,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dad80fbc-ca7d-4040-bef0-b8fee6fb4b88 Date: Sun, 20 Jan 2019 12:51:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "port_range_min": null, "revision_number": 0, "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "13283462-5403-4c8a-a871-dfdcc14cbddb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "port_range_min": null, "revision_number": 0, "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "cd4facf3-9bd5-44e6-8914-e59de397d2d0"}]} 2019-01-20 12:51:30,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 used request id req-dad80fbc-ca7d-4040-bef0-b8fee6fb4b88 2019-01-20 12:51:30,753 - neutron_utils - INFO - Retrieving security group with ID - 6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 2019-01-20 12:51:30,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c797ce4e9d409d2246808cabc93f0c02f78efc" 2019-01-20 12:51:30,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-bb1bfe91-bb8c-470b-aced-814d9c283d02 Date: Sun, 20 Jan 2019 12:51:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "updated_at": "2019-01-20T12:51:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "revision_number": 0, "id": "13283462-5403-4c8a-a871-dfdcc14cbddb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "tenant_id": "129b45186a234c5c8ac522640e2245e2", "port_range_min": null, "ethertype": "IPv6", "project_id": "129b45186a234c5c8ac522640e2245e2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "revision_number": 0, "id": "cd4facf3-9bd5-44e6-8914-e59de397d2d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "tenant_id": "129b45186a234c5c8ac522640e2245e2", "port_range_min": null, "ethertype": "IPv4", "project_id": "129b45186a234c5c8ac522640e2245e2"}], "revision_number": 2, "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "name": "CreateSecurityGroupTests-938cce06-e3a5-4cc1-b6df-0571e22b80b2name"}]} 2019-01-20 12:51:30,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 used request id req-bb1bfe91-bb8c-470b-aced-814d9c283d02 2019-01-20 12:51:30,961 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 2019-01-20 12:51:30,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c797ce4e9d409d2246808cabc93f0c02f78efc" 2019-01-20 12:51:30,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-701ef9c8-ec06-45b1-947d-e1fcd40cc6fd Date: Sun, 20 Jan 2019 12:51:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "port_range_min": null, "revision_number": 0, "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "13283462-5403-4c8a-a871-dfdcc14cbddb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "port_range_min": null, "revision_number": 0, "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "cd4facf3-9bd5-44e6-8914-e59de397d2d0"}]} 2019-01-20 12:51:30,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 used request id req-701ef9c8-ec06-45b1-947d-e1fcd40cc6fd 2019-01-20 12:51:30,990 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:31,369 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fb12526112684db8b21917059188e792", "name": "CreateSecurityGroupTests-f067614c-896d-474-proj-role"}], "expires_at": "2019-01-20T13:51:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "129b45186a234c5c8ac522640e2245e2", "name": "CreateSecurityGroupTests-f067614c-896d-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/129b45186a234c5c8ac522640e2245e2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/129b45186a234c5c8ac522640e2245e2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/129b45186a234c5c8ac522640e2245e2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/129b45186a234c5c8ac522640e2245e2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/129b45186a234c5c8ac522640e2245e2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/129b45186a234c5c8ac522640e2245e2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/129b45186a234c5c8ac522640e2245e2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/129b45186a234c5c8ac522640e2245e2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/129b45186a234c5c8ac522640e2245e2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/129b45186a234c5c8ac522640e2245e2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/129b45186a234c5c8ac522640e2245e2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/129b45186a234c5c8ac522640e2245e2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-f067614c-896d-474-user", "id": "bcebeede53d643c599e763f650d72356"}, "audit_ids": ["UEz0KHY9TyazMQrq2dz5hg"], "issued_at": "2019-01-20T12:51:31.000000Z"}} 2019-01-20 12:51:31,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-938cce06-e3a5-4cc1-b6df-0571e22b80b2name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c234fbee4f6805b84c23da6b05b03005dc4647e6" 2019-01-20 12:51:31,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-49c35b0f-c14c-410d-82a5-1d226621cb10 Date: Sun, 20 Jan 2019 12:51:31 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "updated_at": "2019-01-20T12:51:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "revision_number": 0, "id": "13283462-5403-4c8a-a871-dfdcc14cbddb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "tenant_id": "129b45186a234c5c8ac522640e2245e2", "port_range_min": null, "ethertype": "IPv6", "project_id": "129b45186a234c5c8ac522640e2245e2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "revision_number": 0, "id": "cd4facf3-9bd5-44e6-8914-e59de397d2d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "tenant_id": "129b45186a234c5c8ac522640e2245e2", "port_range_min": null, "ethertype": "IPv4", "project_id": "129b45186a234c5c8ac522640e2245e2"}], "revision_number": 2, "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "name": "CreateSecurityGroupTests-938cce06-e3a5-4cc1-b6df-0571e22b80b2name"}]} 2019-01-20 12:51:31,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-938cce06-e3a5-4cc1-b6df-0571e22b80b2name&description=hello+group used request id req-49c35b0f-c14c-410d-82a5-1d226621cb10 2019-01-20 12:51:31,585 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 2019-01-20 12:51:31,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c234fbee4f6805b84c23da6b05b03005dc4647e6" 2019-01-20 12:51:31,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9d86c654-3273-4d54-86ae-741b1d1a4cd2 Date: Sun, 20 Jan 2019 12:51:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "port_range_min": null, "revision_number": 0, "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "13283462-5403-4c8a-a871-dfdcc14cbddb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "port_range_min": null, "revision_number": 0, "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "cd4facf3-9bd5-44e6-8914-e59de397d2d0"}]} 2019-01-20 12:51:31,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 used request id req-9d86c654-3273-4d54-86ae-741b1d1a4cd2 2019-01-20 12:51:31,755 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 2019-01-20 12:51:31,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c234fbee4f6805b84c23da6b05b03005dc4647e6" 2019-01-20 12:51:31,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ab5cd139-a43e-489d-bf75-e736aa3a0750 Date: Sun, 20 Jan 2019 12:51:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "port_range_min": null, "revision_number": 0, "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "13283462-5403-4c8a-a871-dfdcc14cbddb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "security_group_id": "6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9", "port_range_min": null, "revision_number": 0, "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "cd4facf3-9bd5-44e6-8914-e59de397d2d0"}]} 2019-01-20 12:51:31,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 used request id req-ab5cd139-a43e-489d-bf75-e736aa3a0750 2019-01-20 12:51:31,940 - neutron_utils - INFO - Deleting security group rule with ID - 13283462-5403-4c8a-a871-dfdcc14cbddb 2019-01-20 12:51:31,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/13283462-5403-4c8a-a871-dfdcc14cbddb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c797ce4e9d409d2246808cabc93f0c02f78efc" 2019-01-20 12:51:32,187 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c609bae1-e8f3-4d54-80d7-13a1f93230f3 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:32,187 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/13283462-5403-4c8a-a871-dfdcc14cbddb used request id req-c609bae1-e8f3-4d54-80d7-13a1f93230f3 2019-01-20 12:51:32,187 - neutron_utils - INFO - Deleting security group rule with ID - cd4facf3-9bd5-44e6-8914-e59de397d2d0 2019-01-20 12:51:32,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/cd4facf3-9bd5-44e6-8914-e59de397d2d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c797ce4e9d409d2246808cabc93f0c02f78efc" 2019-01-20 12:51:32,283 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e7ae79e7-2774-4ca4-b484-2e2307d0c24b Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:32,283 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/cd4facf3-9bd5-44e6-8914-e59de397d2d0 used request id req-e7ae79e7-2774-4ca4-b484-2e2307d0c24b 2019-01-20 12:51:32,283 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-938cce06-e3a5-4cc1-b6df-0571e22b80b2name 2019-01-20 12:51:32,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c797ce4e9d409d2246808cabc93f0c02f78efc" 2019-01-20 12:51:32,530 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-251a3b60-ca45-46e3-b939-b4d873ef68fb Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:32,530 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/6b77908c-ebc0-4e68-ab2e-d4b17af2e7f9 used request id req-251a3b60-ca45-46e3-b939-b4d873ef68fb 2019-01-20 12:51:32,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf3c027cbc28a3ca22d1ea6c60c29600275e4ff" 2019-01-20 12:51:32,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-9e091dcc-c63b-4a24-b51e-6530dc804049 Date: Sun, 20 Jan 2019 12:51:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "updated_at": "2019-01-20T12:51:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "revision_number": 0, "id": "5dc7d6d6-6d34-4eb2-b28c-0758809e6af5", "remote_group_id": "e98c790c-6f37-4558-8ef4-ac885b425920", "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:29Z", "security_group_id": "e98c790c-6f37-4558-8ef4-ac885b425920", "tenant_id": "129b45186a234c5c8ac522640e2245e2", "port_range_min": null, "ethertype": "IPv4", "project_id": "129b45186a234c5c8ac522640e2245e2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "revision_number": 0, "id": "c928d0c5-4cc3-4f24-afa6-8fc4fa593cbb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:29Z", "security_group_id": "e98c790c-6f37-4558-8ef4-ac885b425920", "tenant_id": "129b45186a234c5c8ac522640e2245e2", "port_range_min": null, "ethertype": "IPv6", "project_id": "129b45186a234c5c8ac522640e2245e2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "revision_number": 0, "id": "eb993787-fd96-411f-a07c-23dd64042498", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:29Z", "security_group_id": "e98c790c-6f37-4558-8ef4-ac885b425920", "tenant_id": "129b45186a234c5c8ac522640e2245e2", "port_range_min": null, "ethertype": "IPv4", "project_id": "129b45186a234c5c8ac522640e2245e2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "revision_number": 0, "id": "ffb9e3c5-46ba-4583-b9de-a8a8632c1998", "remote_group_id": "e98c790c-6f37-4558-8ef4-ac885b425920", "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:29Z", "security_group_id": "e98c790c-6f37-4558-8ef4-ac885b425920", "tenant_id": "129b45186a234c5c8ac522640e2245e2", "port_range_min": null, "ethertype": "IPv6", "project_id": "129b45186a234c5c8ac522640e2245e2"}], "revision_number": 4, "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "e98c790c-6f37-4558-8ef4-ac885b425920", "name": "default"}]} 2019-01-20 12:51:32,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-9e091dcc-c63b-4a24-b51e-6530dc804049 2019-01-20 12:51:32,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf3c027cbc28a3ca22d1ea6c60c29600275e4ff" 2019-01-20 12:51:32,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24b8ef40-df6e-49a9-97ae-f173d4f6d11b 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:51:32,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-24b8ef40-df6e-49a9-97ae-f173d4f6d11b 2019-01-20 12:51:32,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf3c027cbc28a3ca22d1ea6c60c29600275e4ff" 2019-01-20 12:51:32,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e50bd60-944d-437c-a032-9cf0bc551250 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:51:32,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-1e50bd60-944d-437c-a032-9cf0bc551250 2019-01-20 12:51:32,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf3c027cbc28a3ca22d1ea6c60c29600275e4ff" 2019-01-20 12:51:33,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9c4c086-07b7-43da-beb4-f8605fc4d979 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:51:33,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-f9c4c086-07b7-43da-beb4-f8605fc4d979 2019-01-20 12:51:33,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/129b45186a234c5c8ac522640e2245e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf3c027cbc28a3ca22d1ea6c60c29600275e4ff" 2019-01-20 12:51:33,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d672c25f-af7b-412d-bd5c-c004a646dd29 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/129b45186a234c5c8ac522640e2245e2"}, "enabled": true, "id": "129b45186a234c5c8ac522640e2245e2", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-f067614c-896d-474-proj"}} 2019-01-20 12:51:33,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/129b45186a234c5c8ac522640e2245e2 used request id req-d672c25f-af7b-412d-bd5c-c004a646dd29 2019-01-20 12:51:33,110 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e98c790c-6f37-4558-8ef4-ac885b425920 2019-01-20 12:51:33,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e98c790c-6f37-4558-8ef4-ac885b425920 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf3c027cbc28a3ca22d1ea6c60c29600275e4ff" 2019-01-20 12:51:33,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-287a7c16-0230-497c-8535-644f7b9654c9 Date: Sun, 20 Jan 2019 12:51:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "e98c790c-6f37-4558-8ef4-ac885b425920", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "security_group_id": "e98c790c-6f37-4558-8ef4-ac885b425920", "port_range_min": null, "revision_number": 0, "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "5dc7d6d6-6d34-4eb2-b28c-0758809e6af5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "security_group_id": "e98c790c-6f37-4558-8ef4-ac885b425920", "port_range_min": null, "revision_number": 0, "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "c928d0c5-4cc3-4f24-afa6-8fc4fa593cbb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "security_group_id": "e98c790c-6f37-4558-8ef4-ac885b425920", "port_range_min": null, "revision_number": 0, "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "eb993787-fd96-411f-a07c-23dd64042498"}, {"remote_group_id": "e98c790c-6f37-4558-8ef4-ac885b425920", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:29Z", "security_group_id": "e98c790c-6f37-4558-8ef4-ac885b425920", "port_range_min": null, "revision_number": 0, "tenant_id": "129b45186a234c5c8ac522640e2245e2", "created_at": "2019-01-20T12:51:29Z", "project_id": "129b45186a234c5c8ac522640e2245e2", "id": "ffb9e3c5-46ba-4583-b9de-a8a8632c1998"}]} 2019-01-20 12:51:33,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e98c790c-6f37-4558-8ef4-ac885b425920 used request id req-287a7c16-0230-497c-8535-644f7b9654c9 2019-01-20 12:51:33,362 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 12:51:33,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/e98c790c-6f37-4558-8ef4-ac885b425920 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf3c027cbc28a3ca22d1ea6c60c29600275e4ff" 2019-01-20 12:51:33,719 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a2d5d81d-81fd-41f6-b10d-a9db2b4076fd Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:33,719 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/e98c790c-6f37-4558-8ef4-ac885b425920 used request id req-a2d5d81d-81fd-41f6-b10d-a9db2b4076fd 2019-01-20 12:51:33,720 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-f067614c-896d-474-proj 2019-01-20 12:51:33,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/129b45186a234c5c8ac522640e2245e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf3c027cbc28a3ca22d1ea6c60c29600275e4ff" 2019-01-20 12:51:33,900 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:51:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1930498-fe5a-410b-9ed6-b18bc5e8c449 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:51:33,900 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/129b45186a234c5c8ac522640e2245e2 used request id req-d1930498-fe5a-410b-9ed6-b18bc5e8c449 2019-01-20 12:51:33,901 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-f067614c-896d-474-proj-role 2019-01-20 12:51:33,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/fb12526112684db8b21917059188e792 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf3c027cbc28a3ca22d1ea6c60c29600275e4ff" 2019-01-20 12:51:34,011 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:51:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3aefb95-df12-4a26-b2f9-84c740dabebc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:51:34,012 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/fb12526112684db8b21917059188e792 used request id req-d3aefb95-df12-4a26-b2f9-84c740dabebc 2019-01-20 12:51:34,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf3c027cbc28a3ca22d1ea6c60c29600275e4ff" 2019-01-20 12:51:34,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39bc7fa5-490a-4d15-afbf-ee004eb95ea1 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:51:34,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-39bc7fa5-490a-4d15-afbf-ee004eb95ea1 2019-01-20 12:51:34,103 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-f067614c-896d-474-user 2019-01-20 12:51:34,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/bcebeede53d643c599e763f650d72356 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f10786aa5bd1ee142180b178137ccead631600a" 2019-01-20 12:51:34,273 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:51:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-504f2c73-1e19-4533-8b37-9a4dd30e9086 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:51:34,273 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/bcebeede53d643c599e763f650d72356 used request id req-504f2c73-1e19-4533-8b37-9a4dd30e9086 2019-01-20 12:51:34,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:34,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:51:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["0bd6uKk-SOiyStVfVz1reA"], "issued_at": "2019-01-20T12:51:34.000000Z"}} 2019-01-20 12:51:34,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bac86f1943ca6d918a9ceaa6fc577055368edd13" 2019-01-20 12:51:34,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f5e372b-d411-4b2c-90a6-81356be3f623 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:51:34,745 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0f5e372b-d411-4b2c-90a6-81356be3f623 2019-01-20 12:51:34,746 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:51:34,747 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:35,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:51:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["UQ0JHoYZTqSxXqzmu4berg"], "issued_at": "2019-01-20T12:51:35.000000Z"}} 2019-01-20 12:51:35,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a64f1a7bd3b0250e95a66c2fd3da12df175bfe" 2019-01-20 12:51:35,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bad545a5-da39-4be5-ae63-18d36e12d446 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:51:35,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bad545a5-da39-4be5-ae63-18d36e12d446 2019-01-20 12:51:35,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:51:35,229 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:51: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:51:35,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-da023936-215e-4eb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a64f1a7bd3b0250e95a66c2fd3da12df175bfe" 2019-01-20 12:51:35,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35d02755-019b-4ed7-baa1-0685362d3568 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-da023936-215e-4eb-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:51:35,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-da023936-215e-4eb-proj used request id req-35d02755-019b-4ed7-baa1-0685362d3568 2019-01-20 12:51:35,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a64f1a7bd3b0250e95a66c2fd3da12df175bfe" 2019-01-20 12:51:35,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b102b469-8074-4f6d-b2bd-1476d1fcbb2d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:51:35,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-b102b469-8074-4f6d-b2bd-1476d1fcbb2d 2019-01-20 12:51:35,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a64f1a7bd3b0250e95a66c2fd3da12df175bfe" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-da023936-215e-4eb-proj"}}' 2019-01-20 12:51:35,539 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:51:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d6b685a-e18f-485d-ba79-9e71b44cce40 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/74e88e06d32e4e4e8c6a410998cc3d7e"}, "enabled": true, "id": "74e88e06d32e4e4e8c6a410998cc3d7e", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-da023936-215e-4eb-proj"}} 2019-01-20 12:51:35,540 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-5d6b685a-e18f-485d-ba79-9e71b44cce40 2019-01-20 12:51:35,540 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-da023936-215e-4eb-proj 2019-01-20 12:51:35,540 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:51:35,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:35,926 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:51:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["_gfl7pWGS16xxMrT8F0Tmg"], "issued_at": "2019-01-20T12:51:35.000000Z"}} 2019-01-20 12:51:35,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877df867f755f1db8e2e63c64a0aad13bfc37c4b" 2019-01-20 12:51:36,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fdaecee-026d-4907-82ea-8b5eefcf55e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:51:36,015 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6fdaecee-026d-4907-82ea-8b5eefcf55e8 2019-01-20 12:51:36,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:51:36,024 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:51: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:51:36,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877df867f755f1db8e2e63c64a0aad13bfc37c4b" 2019-01-20 12:51:36,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dac7d76-d257-41b6-ba12-fad72f2d17b6 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:51:36,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-4dac7d76-d257-41b6-ba12-fad72f2d17b6 2019-01-20 12:51:36,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-da023936-215e-4eb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877df867f755f1db8e2e63c64a0aad13bfc37c4b" 2019-01-20 12:51:36,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f994947b-7144-42dc-a896-936906c5d9d9 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-da023936-215e-4eb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/74e88e06d32e4e4e8c6a410998cc3d7e"}, "enabled": true, "id": "74e88e06d32e4e4e8c6a410998cc3d7e", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-da023936-215e-4eb-proj"}]} 2019-01-20 12:51:36,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-da023936-215e-4eb-proj used request id req-f994947b-7144-42dc-a896-936906c5d9d9 2019-01-20 12:51:36,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877df867f755f1db8e2e63c64a0aad13bfc37c4b" 2019-01-20 12:51:36,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9481e2d5-1baf-4436-a2c9-56797497fd5c Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:51:36,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-9481e2d5-1baf-4436-a2c9-56797497fd5c 2019-01-20 12:51:36,676 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-da023936-215e-4eb-user 2019-01-20 12:51:36,677 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:51:36,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a64f1a7bd3b0250e95a66c2fd3da12df175bfe" 2019-01-20 12:51:36,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35fa2e81-ac03-4fd5-bf14-b7582d325431 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:51:36,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-35fa2e81-ac03-4fd5-bf14-b7582d325431 2019-01-20 12:51:36,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a64f1a7bd3b0250e95a66c2fd3da12df175bfe" -d '{"role": {"name": "CreateSecurityGroupTests-da023936-215e-4eb-proj-role"}}' 2019-01-20 12:51:36,898 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:51:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-371a56e4-4e91-4742-977e-0f6832cbe556 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a62230d568554f1ba3733e5edf7f9087", "links": {"self": "http://172.30.9.22:5000/v3/roles/a62230d568554f1ba3733e5edf7f9087"}, "name": "CreateSecurityGroupTests-da023936-215e-4eb-proj-role"}} 2019-01-20 12:51:36,898 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-371a56e4-4e91-4742-977e-0f6832cbe556 2019-01-20 12:51:36,899 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-da023936-215e-4eb-proj-role 2019-01-20 12:51:36,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/a62230d568554f1ba3733e5edf7f9087 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a64f1a7bd3b0250e95a66c2fd3da12df175bfe" 2019-01-20 12:51:36,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bb232d7-59d8-4561-b140-a5b36c38046a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/a62230d568554f1ba3733e5edf7f9087"}, "domain_id": null, "name": "CreateSecurityGroupTests-da023936-215e-4eb-proj-role", "id": "a62230d568554f1ba3733e5edf7f9087"}} 2019-01-20 12:51:36,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/a62230d568554f1ba3733e5edf7f9087 used request id req-9bb232d7-59d8-4561-b140-a5b36c38046a 2019-01-20 12:51:36,984 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-da023936-215e-4eb-proj-role to project CreateSecurityGroupTests-da023936-215e-4eb-proj 2019-01-20 12:51:36,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/74e88e06d32e4e4e8c6a410998cc3d7e/users/dabedcd90b56449f8c10cbd8de967e25/roles/a62230d568554f1ba3733e5edf7f9087 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a64f1a7bd3b0250e95a66c2fd3da12df175bfe" 2019-01-20 12:51:37,128 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:51:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e9a314a-be77-421b-b7ee-45a2114f150c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:51:37,129 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/74e88e06d32e4e4e8c6a410998cc3d7e/users/dabedcd90b56449f8c10cbd8de967e25/roles/a62230d568554f1ba3733e5edf7f9087 used request id req-3e9a314a-be77-421b-b7ee-45a2114f150c 2019-01-20 12:51:37,129 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:51:37,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:37,515 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a62230d568554f1ba3733e5edf7f9087", "name": "CreateSecurityGroupTests-da023936-215e-4eb-proj-role"}], "expires_at": "2019-01-20T13:51:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74e88e06d32e4e4e8c6a410998cc3d7e", "name": "CreateSecurityGroupTests-da023936-215e-4eb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-da023936-215e-4eb-user", "id": "dabedcd90b56449f8c10cbd8de967e25"}, "audit_ids": ["WrkdeV2LTHaEqOInSeGesA"], "issued_at": "2019-01-20T12:51:37.000000Z"}} 2019-01-20 12:51:37,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:37,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4139d57d-ab68-4c09-90a1-6876bce2666b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:51:37,592 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4139d57d-ab68-4c09-90a1-6876bce2666b 2019-01-20 12:51:37,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:37,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-2fec739d-852a-4cbc-9dc0-144cfda316a0 Date: Sun, 20 Jan 2019 12:51:37 GMT RESP BODY: {"security_groups": []} 2019-01-20 12:51:37,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname&description=hello+group used request id req-2fec739d-852a-4cbc-9dc0-144cfda316a0 2019-01-20 12:51:37,895 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname... 2019-01-20 12:51:37,895 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname 2019-01-20 12:51:37,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" -d '{"security_group": {"name": "CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname", "description": "hello group"}}' 2019-01-20 12:51:38,277 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-006533ee-5b1b-45cd-a008-3edb3d6da763 Date: Sun, 20 Jan 2019 12:51:38 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "updated_at": "2019-01-20T12:51:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}], "revision_number": 2, "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "a38c5421-678e-48f8-a260-9f012220c9f7", "name": "CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname"}} 2019-01-20 12:51:38,277 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-006533ee-5b1b-45cd-a008-3edb3d6da763 2019-01-20 12:51:38,278 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:38,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:38,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d20b0b00-18df-4b08-a904-2a31ac3ae276 Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92"}]} 2019-01-20 12:51:38,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-d20b0b00-18df-4b08-a904-2a31ac3ae276 2019-01-20 12:51:38,545 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:38,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:38,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0ef1dfa3-315e-4068-a145-79941e50b50a Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92"}]} 2019-01-20 12:51:38,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-0ef1dfa3-315e-4068-a145-79941e50b50a 2019-01-20 12:51:38,726 - neutron_utils - INFO - Retrieving security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:38,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:38,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-5b958b9e-854f-40ac-8411-6fb9aad965ca Date: Sun, 20 Jan 2019 12:51:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "updated_at": "2019-01-20T12:51:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}], "revision_number": 2, "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "a38c5421-678e-48f8-a260-9f012220c9f7", "name": "CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname"}]} 2019-01-20 12:51:38,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-5b958b9e-854f-40ac-8411-6fb9aad965ca 2019-01-20 12:51:38,919 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:38,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:39,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4c4dc206-e7e4-480e-a83c-3c5885d0a093 Date: Sun, 20 Jan 2019 12:51:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92"}]} 2019-01-20 12:51:39,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-4c4dc206-e7e4-480e-a83c-3c5885d0a093 2019-01-20 12:51:39,106 - neutron_utils - INFO - Retrieving security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:39,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:39,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-1f779f47-7782-4075-a684-4c527e661349 Date: Sun, 20 Jan 2019 12:51:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "updated_at": "2019-01-20T12:51:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}], "revision_number": 2, "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "a38c5421-678e-48f8-a260-9f012220c9f7", "name": "CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname"}]} 2019-01-20 12:51:39,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-1f779f47-7782-4075-a684-4c527e661349 2019-01-20 12:51:39,157 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:39,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:39,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e36b00cc-bf1d-4580-94ab-f473003d2d9d Date: Sun, 20 Jan 2019 12:51:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92"}]} 2019-01-20 12:51:39,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-e36b00cc-bf1d-4580-94ab-f473003d2d9d 2019-01-20 12:51:39,334 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname 2019-01-20 12:51:39,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:39,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-5ffb891a-7ff6-4251-b940-7bb08e33027c Date: Sun, 20 Jan 2019 12:51:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "updated_at": "2019-01-20T12:51:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}], "revision_number": 2, "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "a38c5421-678e-48f8-a260-9f012220c9f7", "name": "CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname"}]} 2019-01-20 12:51:39,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname used request id req-5ffb891a-7ff6-4251-b940-7bb08e33027c 2019-01-20 12:51:39,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:51:39,544 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:51: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:51:39,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/74e88e06d32e4e4e8c6a410998cc3d7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:39,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e840919-d0d0-4e31-87ff-487db8e0f9ec Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/74e88e06d32e4e4e8c6a410998cc3d7e"}, "enabled": true, "id": "74e88e06d32e4e4e8c6a410998cc3d7e", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-da023936-215e-4eb-proj"}} 2019-01-20 12:51:39,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/74e88e06d32e4e4e8c6a410998cc3d7e used request id req-6e840919-d0d0-4e31-87ff-487db8e0f9ec 2019-01-20 12:51:39,624 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:39,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:39,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1a7f0f8d-a3f8-46a1-a9e5-9b08a0312076 Date: Sun, 20 Jan 2019 12:51:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92"}]} 2019-01-20 12:51:39,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-1a7f0f8d-a3f8-46a1-a9e5-9b08a0312076 2019-01-20 12:51:39,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}370074534e88ca886aac8b209801ff99f881876f" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7"}}' 2019-01-20 12:51:39,977 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-98e76b6a-a3cb-43ab-950a-76779deb33f6 Date: Sun, 20 Jan 2019 12:51:39 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:39Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb"}} 2019-01-20 12:51:39,977 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-98e76b6a-a3cb-43ab-950a-76779deb33f6 2019-01-20 12:51:39,977 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname 2019-01-20 12:51:39,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:40,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-996b6b96-6472-448c-936f-58a40c74f2e9 Date: Sun, 20 Jan 2019 12:51:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "updated_at": "2019-01-20T12:51:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "revision_number": 0, "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}], "revision_number": 3, "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "a38c5421-678e-48f8-a260-9f012220c9f7", "name": "CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname"}]} 2019-01-20 12:51:40,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname used request id req-996b6b96-6472-448c-936f-58a40c74f2e9 2019-01-20 12:51:40,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/74e88e06d32e4e4e8c6a410998cc3d7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:40,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a9fb9f5-c2c7-4ffa-83ea-3f535263e475 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/74e88e06d32e4e4e8c6a410998cc3d7e"}, "enabled": true, "id": "74e88e06d32e4e4e8c6a410998cc3d7e", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-da023936-215e-4eb-proj"}} 2019-01-20 12:51:40,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/74e88e06d32e4e4e8c6a410998cc3d7e used request id req-9a9fb9f5-c2c7-4ffa-83ea-3f535263e475 2019-01-20 12:51:40,252 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:40,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:40,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-3f617276-7a4c-488e-98cd-37f8d4661757 Date: Sun, 20 Jan 2019 12:51:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:39Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92"}]} 2019-01-20 12:51:40,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-3f617276-7a4c-488e-98cd-37f8d4661757 2019-01-20 12:51:40,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}370074534e88ca886aac8b209801ff99f881876f" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7"}}' 2019-01-20 12:51:40,737 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-c8ac3df6-e727-4b24-8b40-6aab4d3399d7 Date: Sun, 20 Jan 2019 12:51:40 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:40Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb"}} 2019-01-20 12:51:40,737 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-c8ac3df6-e727-4b24-8b40-6aab4d3399d7 2019-01-20 12:51:40,737 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname 2019-01-20 12:51:40,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:40,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-2789a388-fb3b-4bda-989a-23faa8e0fc24 Date: Sun, 20 Jan 2019 12:51:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "updated_at": "2019-01-20T12:51:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "revision_number": 0, "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "revision_number": 0, "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}], "revision_number": 4, "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "a38c5421-678e-48f8-a260-9f012220c9f7", "name": "CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname"}]} 2019-01-20 12:51:40,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname used request id req-2789a388-fb3b-4bda-989a-23faa8e0fc24 2019-01-20 12:51:40,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/74e88e06d32e4e4e8c6a410998cc3d7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:40,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5008d2a1-9e10-417e-baf7-92b16cb4aec6 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/74e88e06d32e4e4e8c6a410998cc3d7e"}, "enabled": true, "id": "74e88e06d32e4e4e8c6a410998cc3d7e", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-da023936-215e-4eb-proj"}} 2019-01-20 12:51:40,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/74e88e06d32e4e4e8c6a410998cc3d7e used request id req-5008d2a1-9e10-417e-baf7-92b16cb4aec6 2019-01-20 12:51:40,876 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:40,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:40,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-7d7cb190-f9a5-4239-aa1d-e4a7ecc08999 Date: Sun, 20 Jan 2019 12:51:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:39Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:40Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92"}]} 2019-01-20 12:51:40,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-7d7cb190-f9a5-4239-aa1d-e4a7ecc08999 2019-01-20 12:51:40,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}370074534e88ca886aac8b209801ff99f881876f" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": 10}}' 2019-01-20 12:51:41,198 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-db4f9240-e990-4490-a98e-d53935847eab Date: Sun, 20 Jan 2019 12:51:41 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": 10, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:41Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "5565b52e-9795-4e79-8a37-42a6baa1e057"}} 2019-01-20 12:51:41,198 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-db4f9240-e990-4490-a98e-d53935847eab 2019-01-20 12:51:41,198 - neutron_utils - INFO - Retrieving security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:41,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:41,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-f9574a4c-b9a7-4bec-9675-371ab3e6e7e8 Date: Sun, 20 Jan 2019 12:51:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "updated_at": "2019-01-20T12:51:41Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:41Z", "revision_number": 0, "id": "5565b52e-9795-4e79-8a37-42a6baa1e057", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": 10, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "revision_number": 0, "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "revision_number": 0, "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}], "revision_number": 5, "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "a38c5421-678e-48f8-a260-9f012220c9f7", "name": "CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname"}]} 2019-01-20 12:51:41,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-f9574a4c-b9a7-4bec-9675-371ab3e6e7e8 2019-01-20 12:51:41,388 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:41,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:41,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-cdf933ac-286a-46f5-8361-4fba88f6fc70 Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": 10, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:41Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "5565b52e-9795-4e79-8a37-42a6baa1e057"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:39Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:40Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92"}]} 2019-01-20 12:51:41,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-cdf933ac-286a-46f5-8361-4fba88f6fc70 2019-01-20 12:51:41,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:41,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a62230d568554f1ba3733e5edf7f9087", "name": "CreateSecurityGroupTests-da023936-215e-4eb-proj-role"}], "expires_at": "2019-01-20T13:51:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "74e88e06d32e4e4e8c6a410998cc3d7e", "name": "CreateSecurityGroupTests-da023936-215e-4eb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/74e88e06d32e4e4e8c6a410998cc3d7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-da023936-215e-4eb-user", "id": "dabedcd90b56449f8c10cbd8de967e25"}, "audit_ids": ["MyjKlpS7SjKNoWtm44CPGA"], "issued_at": "2019-01-20T12:51:41.000000Z"}} 2019-01-20 12:51:41,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907962d3d256f08ba20f73887d1150a7a2da5673" 2019-01-20 12:51:42,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-ff3a955d-6700-4e44-bf89-b6648d539bb0 Date: Sun, 20 Jan 2019 12:51:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "updated_at": "2019-01-20T12:51:41Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:41Z", "revision_number": 0, "id": "5565b52e-9795-4e79-8a37-42a6baa1e057", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": 10, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "revision_number": 0, "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "revision_number": 0, "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}], "revision_number": 5, "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "a38c5421-678e-48f8-a260-9f012220c9f7", "name": "CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname"}]} 2019-01-20 12:51:42,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname&description=hello+group used request id req-ff3a955d-6700-4e44-bf89-b6648d539bb0 2019-01-20 12:51:42,021 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:42,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907962d3d256f08ba20f73887d1150a7a2da5673" 2019-01-20 12:51:42,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-9bc665ff-9134-4bd1-9723-c4d116614ce2 Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": 10, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:41Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "5565b52e-9795-4e79-8a37-42a6baa1e057"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:39Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:40Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92"}]} 2019-01-20 12:51:42,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-9bc665ff-9134-4bd1-9723-c4d116614ce2 2019-01-20 12:51:42,209 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:42,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907962d3d256f08ba20f73887d1150a7a2da5673" 2019-01-20 12:51:42,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-50deca0a-a599-4b94-a509-7e7428f7d20e Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": 10, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:41Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "5565b52e-9795-4e79-8a37-42a6baa1e057"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:39Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:40Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92"}]} 2019-01-20 12:51:42,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-50deca0a-a599-4b94-a509-7e7428f7d20e 2019-01-20 12:51:42,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907962d3d256f08ba20f73887d1150a7a2da5673" 2019-01-20 12:51:42,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-0525ce43-0daa-4786-8a64-59128199c473 Date: Sun, 20 Jan 2019 12:51:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "updated_at": "2019-01-20T12:51:41Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:41Z", "revision_number": 0, "id": "5565b52e-9795-4e79-8a37-42a6baa1e057", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": 10, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "revision_number": 0, "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "revision_number": 0, "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}], "revision_number": 5, "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "a38c5421-678e-48f8-a260-9f012220c9f7", "name": "CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname"}]} 2019-01-20 12:51:42,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname used request id req-0525ce43-0daa-4786-8a64-59128199c473 2019-01-20 12:51:42,684 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:42,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907962d3d256f08ba20f73887d1150a7a2da5673" 2019-01-20 12:51:42,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-5f027c9c-e1f5-45e6-b23e-8f5331fd9e6b Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": 10, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:41Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "5565b52e-9795-4e79-8a37-42a6baa1e057"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:39Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:40Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92"}]} 2019-01-20 12:51:42,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-5f027c9c-e1f5-45e6-b23e-8f5331fd9e6b 2019-01-20 12:51:42,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907962d3d256f08ba20f73887d1150a7a2da5673" 2019-01-20 12:51:43,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-efff9b7c-8064-45e6-a89e-42871b5f7395 Date: Sun, 20 Jan 2019 12:51:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "updated_at": "2019-01-20T12:51:41Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:41Z", "revision_number": 0, "id": "5565b52e-9795-4e79-8a37-42a6baa1e057", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": 10, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "revision_number": 0, "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "revision_number": 0, "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}], "revision_number": 5, "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "a38c5421-678e-48f8-a260-9f012220c9f7", "name": "CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname"}]} 2019-01-20 12:51:43,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname used request id req-efff9b7c-8064-45e6-a89e-42871b5f7395 2019-01-20 12:51:43,062 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:43,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907962d3d256f08ba20f73887d1150a7a2da5673" 2019-01-20 12:51:43,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-79949990-a12d-41c8-a336-9c34c7675069 Date: Sun, 20 Jan 2019 12:51:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": 10, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:41Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "5565b52e-9795-4e79-8a37-42a6baa1e057"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:39Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:40Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92"}]} 2019-01-20 12:51:43,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-79949990-a12d-41c8-a336-9c34c7675069 2019-01-20 12:51:43,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907962d3d256f08ba20f73887d1150a7a2da5673" 2019-01-20 12:51:43,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-25bb29e3-e327-40dd-a407-9f10b602476a Date: Sun, 20 Jan 2019 12:51:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "updated_at": "2019-01-20T12:51:41Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:41Z", "revision_number": 0, "id": "5565b52e-9795-4e79-8a37-42a6baa1e057", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": 10, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "revision_number": 0, "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "revision_number": 0, "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}], "revision_number": 5, "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "a38c5421-678e-48f8-a260-9f012220c9f7", "name": "CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname"}]} 2019-01-20 12:51:43,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname used request id req-25bb29e3-e327-40dd-a407-9f10b602476a 2019-01-20 12:51:43,334 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:43,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907962d3d256f08ba20f73887d1150a7a2da5673" 2019-01-20 12:51:43,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-039da177-0b73-4f0d-af7f-e4196e6e617d Date: Sun, 20 Jan 2019 12:51:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": 10, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:41Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "5565b52e-9795-4e79-8a37-42a6baa1e057"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:39Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:40Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92"}]} 2019-01-20 12:51:43,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-039da177-0b73-4f0d-af7f-e4196e6e617d 2019-01-20 12:51:43,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907962d3d256f08ba20f73887d1150a7a2da5673" 2019-01-20 12:51:43,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-5cb906d6-9afb-46dd-9dab-8d5dc467ad88 Date: Sun, 20 Jan 2019 12:51:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "updated_at": "2019-01-20T12:51:41Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:41Z", "revision_number": 0, "id": "5565b52e-9795-4e79-8a37-42a6baa1e057", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": 10, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "revision_number": 0, "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "revision_number": 0, "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}], "revision_number": 5, "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "a38c5421-678e-48f8-a260-9f012220c9f7", "name": "CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname"}]} 2019-01-20 12:51:43,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname used request id req-5cb906d6-9afb-46dd-9dab-8d5dc467ad88 2019-01-20 12:51:43,588 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:43,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907962d3d256f08ba20f73887d1150a7a2da5673" 2019-01-20 12:51:43,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-2a29e9de-1cf2-4aca-a996-db0ab849a2a6 Date: Sun, 20 Jan 2019 12:51:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": 10, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:41Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "5565b52e-9795-4e79-8a37-42a6baa1e057"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:39Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:40Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92"}]} 2019-01-20 12:51:43,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-2a29e9de-1cf2-4aca-a996-db0ab849a2a6 2019-01-20 12:51:43,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907962d3d256f08ba20f73887d1150a7a2da5673" 2019-01-20 12:51:43,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-38b38836-6a02-493b-acf3-7a311104e588 Date: Sun, 20 Jan 2019 12:51:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "updated_at": "2019-01-20T12:51:41Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:41Z", "revision_number": 0, "id": "5565b52e-9795-4e79-8a37-42a6baa1e057", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": 10, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "revision_number": 0, "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "revision_number": 0, "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}], "revision_number": 5, "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "a38c5421-678e-48f8-a260-9f012220c9f7", "name": "CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname"}]} 2019-01-20 12:51:43,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname used request id req-38b38836-6a02-493b-acf3-7a311104e588 2019-01-20 12:51:43,980 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:43,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907962d3d256f08ba20f73887d1150a7a2da5673" 2019-01-20 12:51:44,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-35527ef2-0c74-49bc-9d93-4e1cf8f579ab Date: Sun, 20 Jan 2019 12:51:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": 10, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:41Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "5565b52e-9795-4e79-8a37-42a6baa1e057"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:39Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:40Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92"}]} 2019-01-20 12:51:44,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-35527ef2-0c74-49bc-9d93-4e1cf8f579ab 2019-01-20 12:51:44,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907962d3d256f08ba20f73887d1150a7a2da5673" 2019-01-20 12:51:44,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-0969bec5-f7f9-4df0-b29b-b9564d0cfe6b Date: Sun, 20 Jan 2019 12:51:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "updated_at": "2019-01-20T12:51:41Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:41Z", "revision_number": 0, "id": "5565b52e-9795-4e79-8a37-42a6baa1e057", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": 10, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "revision_number": 0, "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "revision_number": 0, "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}], "revision_number": 5, "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "a38c5421-678e-48f8-a260-9f012220c9f7", "name": "CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname"}]} 2019-01-20 12:51:44,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname used request id req-0969bec5-f7f9-4df0-b29b-b9564d0cfe6b 2019-01-20 12:51:44,203 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:44,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907962d3d256f08ba20f73887d1150a7a2da5673" 2019-01-20 12:51:44,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-08595a1e-438e-45a6-b22b-88ba82962bc3 Date: Sun, 20 Jan 2019 12:51:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": 10, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:41Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "5565b52e-9795-4e79-8a37-42a6baa1e057"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:39Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:40Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92"}]} 2019-01-20 12:51:44,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-08595a1e-438e-45a6-b22b-88ba82962bc3 2019-01-20 12:51:44,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907962d3d256f08ba20f73887d1150a7a2da5673" 2019-01-20 12:51:44,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-d837b8df-e1a6-44ec-9ac8-873015eca5b2 Date: Sun, 20 Jan 2019 12:51:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "updated_at": "2019-01-20T12:51:41Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:41Z", "revision_number": 0, "id": "5565b52e-9795-4e79-8a37-42a6baa1e057", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": 10, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "revision_number": 0, "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "revision_number": 0, "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "revision_number": 0, "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}], "revision_number": 5, "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "a38c5421-678e-48f8-a260-9f012220c9f7", "name": "CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname"}]} 2019-01-20 12:51:44,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname used request id req-d837b8df-e1a6-44ec-9ac8-873015eca5b2 2019-01-20 12:51:44,294 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:44,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907962d3d256f08ba20f73887d1150a7a2da5673" 2019-01-20 12:51:44,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-9e3505c0-e67e-4b01-b8c8-dc07227b3fba Date: Sun, 20 Jan 2019 12:51:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": 10, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:41Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "5565b52e-9795-4e79-8a37-42a6baa1e057"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:39Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:40Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92"}]} 2019-01-20 12:51:44,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-9e3505c0-e67e-4b01-b8c8-dc07227b3fba 2019-01-20 12:51:44,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:44,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-d078eeba-bf1f-4813-8ea3-8995fda9acd6 Date: Sun, 20 Jan 2019 12:51:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:41Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": 10, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:41Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "5565b52e-9795-4e79-8a37-42a6baa1e057"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:39Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:40Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92"}]} 2019-01-20 12:51:44,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-d078eeba-bf1f-4813-8ea3-8995fda9acd6 2019-01-20 12:51:44,511 - neutron_utils - INFO - Deleting security group rule with ID - 5565b52e-9795-4e79-8a37-42a6baa1e057 2019-01-20 12:51:44,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/5565b52e-9795-4e79-8a37-42a6baa1e057 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:44,859 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dfa3a77d-7015-45c7-99b2-549ec1bd26b0 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:44,859 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/5565b52e-9795-4e79-8a37-42a6baa1e057 used request id req-dfa3a77d-7015-45c7-99b2-549ec1bd26b0 2019-01-20 12:51:44,859 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2019-01-20 12:51:44,859 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a38c5421-678e-48f8-a260-9f012220c9f7 2019-01-20 12:51:44,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}907962d3d256f08ba20f73887d1150a7a2da5673" 2019-01-20 12:51:44,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-9c510fc0-ad2b-4395-ad27-cbef8abd8766 Date: Sun, 20 Jan 2019 12:51:44 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": "2019-01-20T12:51:39Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:39Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "7a6b541f-0ed8-43f5-8782-42e536fc85bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "ca3e6b03-b1ff-4708-a754-8b68e320eba2"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:40Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:40Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:38Z", "security_group_id": "a38c5421-678e-48f8-a260-9f012220c9f7", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:38Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "f6ecbb43-4c89-4d6c-b186-68d78884ef92"}]} 2019-01-20 12:51:44,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-9c510fc0-ad2b-4395-ad27-cbef8abd8766 2019-01-20 12:51:44,894 - neutron_utils - INFO - Deleting security group rule with ID - f6ecbb43-4c89-4d6c-b186-68d78884ef92 2019-01-20 12:51:44,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/f6ecbb43-4c89-4d6c-b186-68d78884ef92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:44,997 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7a7de694-846b-4dc6-80a6-572bb64a711a Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:44,997 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/f6ecbb43-4c89-4d6c-b186-68d78884ef92 used request id req-7a7de694-846b-4dc6-80a6-572bb64a711a 2019-01-20 12:51:44,998 - neutron_utils - INFO - Deleting security group rule with ID - 7a6b541f-0ed8-43f5-8782-42e536fc85bb 2019-01-20 12:51:45,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/7a6b541f-0ed8-43f5-8782-42e536fc85bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:45,225 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-16df9164-e05b-4037-8620-a7dedf21ba5a Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:45,226 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/7a6b541f-0ed8-43f5-8782-42e536fc85bb used request id req-16df9164-e05b-4037-8620-a7dedf21ba5a 2019-01-20 12:51:45,226 - neutron_utils - INFO - Deleting security group rule with ID - 5565b52e-9795-4e79-8a37-42a6baa1e057 2019-01-20 12:51:45,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/5565b52e-9795-4e79-8a37-42a6baa1e057 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:45,385 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-2d4a3e9a-3ebe-46a7-99a7-316d415eee47 Date: Sun, 20 Jan 2019 12:51:45 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 5565b52e-9795-4e79-8a37-42a6baa1e057 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-20 12:51:45,385 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/5565b52e-9795-4e79-8a37-42a6baa1e057 used request id req-2d4a3e9a-3ebe-46a7-99a7-316d415eee47 2019-01-20 12:51:45,385 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 5565b52e-9795-4e79-8a37-42a6baa1e057 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-20 12:51:45,386 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 5565b52e-9795-4e79-8a37-42a6baa1e057 does not exist Neutron server returns request_ids: ['req-2d4a3e9a-3ebe-46a7-99a7-316d415eee47'] 2019-01-20 12:51:45,386 - neutron_utils - INFO - Deleting security group rule with ID - cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb 2019-01-20 12:51:45,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:45,633 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-56028f6d-0703-469a-93dd-3d9fc1423933 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:45,633 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/cca31b27-0cd8-43c3-8ddb-e9fd701bf5cb used request id req-56028f6d-0703-469a-93dd-3d9fc1423933 2019-01-20 12:51:45,634 - neutron_utils - INFO - Deleting security group rule with ID - ca3e6b03-b1ff-4708-a754-8b68e320eba2 2019-01-20 12:51:45,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/ca3e6b03-b1ff-4708-a754-8b68e320eba2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:45,884 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3d1d715b-10a5-4379-990d-3ed140fdd085 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:45,884 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/ca3e6b03-b1ff-4708-a754-8b68e320eba2 used request id req-3d1d715b-10a5-4379-990d-3ed140fdd085 2019-01-20 12:51:45,884 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-5001a2bc-7ffb-405b-a3ac-7775bd7d760dname 2019-01-20 12:51:45,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/a38c5421-678e-48f8-a260-9f012220c9f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370074534e88ca886aac8b209801ff99f881876f" 2019-01-20 12:51:45,993 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-63ce5ebe-25e0-48f0-a659-d5fbbc79f827 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:45,994 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/a38c5421-678e-48f8-a260-9f012220c9f7 used request id req-63ce5ebe-25e0-48f0-a659-d5fbbc79f827 2019-01-20 12:51:46,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a64f1a7bd3b0250e95a66c2fd3da12df175bfe" 2019-01-20 12:51:46,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-add45f4e-948d-4087-90cd-237c97978ad1 Date: Sun, 20 Jan 2019 12:51:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:37Z", "updated_at": "2019-01-20T12:51:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:37Z", "revision_number": 0, "id": "188aec14-619c-45f7-b51f-9f06c05b5f83", "remote_group_id": "38c1f002-b6a0-427c-a40c-4147fdcc485e", "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:37Z", "security_group_id": "38c1f002-b6a0-427c-a40c-4147fdcc485e", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:37Z", "revision_number": 0, "id": "772bda3e-61de-4d9c-94a4-933298c2c1de", "remote_group_id": "38c1f002-b6a0-427c-a40c-4147fdcc485e", "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:37Z", "security_group_id": "38c1f002-b6a0-427c-a40c-4147fdcc485e", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:37Z", "revision_number": 0, "id": "9631bdb6-c9ee-49a3-8a42-5f542bf2b305", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:37Z", "security_group_id": "38c1f002-b6a0-427c-a40c-4147fdcc485e", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:37Z", "revision_number": 0, "id": "9a9817cb-0a56-445d-a088-d7fe65dcff55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:37Z", "security_group_id": "38c1f002-b6a0-427c-a40c-4147fdcc485e", "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e"}], "revision_number": 4, "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "38c1f002-b6a0-427c-a40c-4147fdcc485e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:51:46,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-add45f4e-948d-4087-90cd-237c97978ad1 2019-01-20 12:51:46,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a64f1a7bd3b0250e95a66c2fd3da12df175bfe" 2019-01-20 12:51:46,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f84fe1a-7d73-4ed7-b2c4-b5078be44951 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:51:46,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-4f84fe1a-7d73-4ed7-b2c4-b5078be44951 2019-01-20 12:51:46,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a64f1a7bd3b0250e95a66c2fd3da12df175bfe" 2019-01-20 12:51:46,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e661cde8-e7fc-4828-8517-4ce0d3d09b9a 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:51:46,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-e661cde8-e7fc-4828-8517-4ce0d3d09b9a 2019-01-20 12:51:46,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/74e88e06d32e4e4e8c6a410998cc3d7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a64f1a7bd3b0250e95a66c2fd3da12df175bfe" 2019-01-20 12:51:46,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-940c9afb-ca21-4be2-b344-be34decc233e Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/74e88e06d32e4e4e8c6a410998cc3d7e"}, "enabled": true, "id": "74e88e06d32e4e4e8c6a410998cc3d7e", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-da023936-215e-4eb-proj"}} 2019-01-20 12:51:46,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/74e88e06d32e4e4e8c6a410998cc3d7e used request id req-940c9afb-ca21-4be2-b344-be34decc233e 2019-01-20 12:51:46,486 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38c1f002-b6a0-427c-a40c-4147fdcc485e 2019-01-20 12:51:46,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=38c1f002-b6a0-427c-a40c-4147fdcc485e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a64f1a7bd3b0250e95a66c2fd3da12df175bfe" 2019-01-20 12:51:46,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c56cc02c-e9bb-45f8-90d9-cd6365f6d9a1 Date: Sun, 20 Jan 2019 12:51:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "38c1f002-b6a0-427c-a40c-4147fdcc485e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:37Z", "security_group_id": "38c1f002-b6a0-427c-a40c-4147fdcc485e", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:37Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "188aec14-619c-45f7-b51f-9f06c05b5f83"}, {"remote_group_id": "38c1f002-b6a0-427c-a40c-4147fdcc485e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:37Z", "security_group_id": "38c1f002-b6a0-427c-a40c-4147fdcc485e", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:37Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "772bda3e-61de-4d9c-94a4-933298c2c1de"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:37Z", "security_group_id": "38c1f002-b6a0-427c-a40c-4147fdcc485e", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:37Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "9631bdb6-c9ee-49a3-8a42-5f542bf2b305"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:37Z", "security_group_id": "38c1f002-b6a0-427c-a40c-4147fdcc485e", "port_range_min": null, "revision_number": 0, "tenant_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "created_at": "2019-01-20T12:51:37Z", "project_id": "74e88e06d32e4e4e8c6a410998cc3d7e", "id": "9a9817cb-0a56-445d-a088-d7fe65dcff55"}]} 2019-01-20 12:51:46,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=38c1f002-b6a0-427c-a40c-4147fdcc485e used request id req-c56cc02c-e9bb-45f8-90d9-cd6365f6d9a1 2019-01-20 12:51:46,665 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 12:51:46,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/38c1f002-b6a0-427c-a40c-4147fdcc485e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a64f1a7bd3b0250e95a66c2fd3da12df175bfe" 2019-01-20 12:51:46,963 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3014bb8b-84de-4cb8-a06f-35683619d046 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:46,963 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/38c1f002-b6a0-427c-a40c-4147fdcc485e used request id req-3014bb8b-84de-4cb8-a06f-35683619d046 2019-01-20 12:51:46,964 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-da023936-215e-4eb-proj 2019-01-20 12:51:46,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/74e88e06d32e4e4e8c6a410998cc3d7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a64f1a7bd3b0250e95a66c2fd3da12df175bfe" 2019-01-20 12:51:47,157 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:51:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfd60017-808d-4f88-a4e3-992c69557551 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:51:47,158 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/74e88e06d32e4e4e8c6a410998cc3d7e used request id req-cfd60017-808d-4f88-a4e3-992c69557551 2019-01-20 12:51:47,158 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-da023936-215e-4eb-proj-role 2019-01-20 12:51:47,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/a62230d568554f1ba3733e5edf7f9087 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a64f1a7bd3b0250e95a66c2fd3da12df175bfe" 2019-01-20 12:51:47,281 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:51:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0405c596-2c99-46d5-82e5-27d31b6fc027 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:51:47,281 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/a62230d568554f1ba3733e5edf7f9087 used request id req-0405c596-2c99-46d5-82e5-27d31b6fc027 2019-01-20 12:51:47,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7a64f1a7bd3b0250e95a66c2fd3da12df175bfe" 2019-01-20 12:51:47,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2654066f-3a9a-4315-bd37-015e179183eb Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:51:47,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2654066f-3a9a-4315-bd37-015e179183eb 2019-01-20 12:51:47,385 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-da023936-215e-4eb-user 2019-01-20 12:51:47,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/dabedcd90b56449f8c10cbd8de967e25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}877df867f755f1db8e2e63c64a0aad13bfc37c4b" 2019-01-20 12:51:47,554 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:51:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd1ae906-4745-437d-b843-7b8c2d438976 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:51:47,554 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/dabedcd90b56449f8c10cbd8de967e25 used request id req-cd1ae906-4745-437d-b843-7b8c2d438976 2019-01-20 12:51:47,556 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:47,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:51:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["AYTypWXOT5SSJG4_OzBZEQ"], "issued_at": "2019-01-20T12:51:47.000000Z"}} 2019-01-20 12:51:47,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a47671275e25d453168f2b1a07cba46fccf5eddc" 2019-01-20 12:51:48,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e136a4d4-13db-4f99-8e86-1d379216dc24 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:51:48,037 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e136a4d4-13db-4f99-8e86-1d379216dc24 2019-01-20 12:51:48,039 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:51:48,040 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:48,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:51:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["uZh1W6wgTzeT1x3wUghJEg"], "issued_at": "2019-01-20T12:51:48.000000Z"}} 2019-01-20 12:51:48,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab7cad30272386e04786825da8c5f321387c7de" 2019-01-20 12:51:48,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be659dfd-9c86-40c2-ac25-ab4b6a6bf05f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:51:48,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-be659dfd-9c86-40c2-ac25-ab4b6a6bf05f 2019-01-20 12:51:48,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:51:48,520 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:51: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:51:48,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-12abcaf0-2084-448-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab7cad30272386e04786825da8c5f321387c7de" 2019-01-20 12:51:48,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02ede9c9-5c7c-4a0d-8432-b71228f5109c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-12abcaf0-2084-448-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:51:48,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-12abcaf0-2084-448-proj used request id req-02ede9c9-5c7c-4a0d-8432-b71228f5109c 2019-01-20 12:51:48,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab7cad30272386e04786825da8c5f321387c7de" 2019-01-20 12:51:48,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edb84061-5610-4af8-a1d2-4b4afe6201ed Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:51:48,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-edb84061-5610-4af8-a1d2-4b4afe6201ed 2019-01-20 12:51:48,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab7cad30272386e04786825da8c5f321387c7de" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-12abcaf0-2084-448-proj"}}' 2019-01-20 12:51:48,820 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:51:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d7b9496-5187-407c-9af4-000f1eb653a8 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b0eb2c673dd144478fa724d632ee8e07"}, "enabled": true, "id": "b0eb2c673dd144478fa724d632ee8e07", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-12abcaf0-2084-448-proj"}} 2019-01-20 12:51:48,820 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-3d7b9496-5187-407c-9af4-000f1eb653a8 2019-01-20 12:51:48,820 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-12abcaf0-2084-448-proj 2019-01-20 12:51:48,821 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:51:48,821 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:49,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:51:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["fMM4OVqLRumInnMVvjAwoQ"], "issued_at": "2019-01-20T12:51:49.000000Z"}} 2019-01-20 12:51:49,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27f11cdce70402fbc4f809a9d988bbae16ddb5" 2019-01-20 12:51:49,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff38a4f0-bf02-4be2-a241-bb1e4c073c30 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:51:49,288 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ff38a4f0-bf02-4be2-a241-bb1e4c073c30 2019-01-20 12:51:49,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:51:49,298 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:51: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:51:49,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27f11cdce70402fbc4f809a9d988bbae16ddb5" 2019-01-20 12:51:49,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddcd1c5b-e41f-4a69-88b3-6a6664ccdf04 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:51:49,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-ddcd1c5b-e41f-4a69-88b3-6a6664ccdf04 2019-01-20 12:51:49,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-12abcaf0-2084-448-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27f11cdce70402fbc4f809a9d988bbae16ddb5" 2019-01-20 12:51:49,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33223994-5f15-442a-a436-79e918ab954a Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-12abcaf0-2084-448-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b0eb2c673dd144478fa724d632ee8e07"}, "enabled": true, "id": "b0eb2c673dd144478fa724d632ee8e07", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-12abcaf0-2084-448-proj"}]} 2019-01-20 12:51:49,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSecurityGroupTests-12abcaf0-2084-448-proj used request id req-33223994-5f15-442a-a436-79e918ab954a 2019-01-20 12:51:49,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27f11cdce70402fbc4f809a9d988bbae16ddb5" 2019-01-20 12:51:49,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a56bff1-97bd-4180-bc1b-3a984a6ddabe Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:51:49,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-9a56bff1-97bd-4180-bc1b-3a984a6ddabe 2019-01-20 12:51:49,880 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-12abcaf0-2084-448-user 2019-01-20 12:51:49,880 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:51:49,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab7cad30272386e04786825da8c5f321387c7de" 2019-01-20 12:51:49,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64da562a-e639-4fa7-bfbf-b9e5cdd5a7f5 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:51:49,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-64da562a-e639-4fa7-bfbf-b9e5cdd5a7f5 2019-01-20 12:51:49,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab7cad30272386e04786825da8c5f321387c7de" -d '{"role": {"name": "CreateSecurityGroupTests-12abcaf0-2084-448-proj-role"}}' 2019-01-20 12:51:50,006 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:51:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c320daa-8355-44e7-ba13-f3a3ccba6529 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4254f1462ba54e29b1cd7e023dbd8163", "links": {"self": "http://172.30.9.22:5000/v3/roles/4254f1462ba54e29b1cd7e023dbd8163"}, "name": "CreateSecurityGroupTests-12abcaf0-2084-448-proj-role"}} 2019-01-20 12:51:50,006 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-6c320daa-8355-44e7-ba13-f3a3ccba6529 2019-01-20 12:51:50,006 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-12abcaf0-2084-448-proj-role 2019-01-20 12:51:50,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/4254f1462ba54e29b1cd7e023dbd8163 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab7cad30272386e04786825da8c5f321387c7de" 2019-01-20 12:51:50,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10698054-3d62-49fc-a163-0dfae7aa564b Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/4254f1462ba54e29b1cd7e023dbd8163"}, "domain_id": null, "name": "CreateSecurityGroupTests-12abcaf0-2084-448-proj-role", "id": "4254f1462ba54e29b1cd7e023dbd8163"}} 2019-01-20 12:51:50,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/4254f1462ba54e29b1cd7e023dbd8163 used request id req-10698054-3d62-49fc-a163-0dfae7aa564b 2019-01-20 12:51:50,091 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-12abcaf0-2084-448-proj-role to project CreateSecurityGroupTests-12abcaf0-2084-448-proj 2019-01-20 12:51:50,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/b0eb2c673dd144478fa724d632ee8e07/users/497c022491b6481aa53f471ddaebf1d3/roles/4254f1462ba54e29b1cd7e023dbd8163 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab7cad30272386e04786825da8c5f321387c7de" 2019-01-20 12:51:50,224 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:51:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89f31005-72c2-48d9-af65-e321b6f7892f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:51:50,224 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/b0eb2c673dd144478fa724d632ee8e07/users/497c022491b6481aa53f471ddaebf1d3/roles/4254f1462ba54e29b1cd7e023dbd8163 used request id req-89f31005-72c2-48d9-af65-e321b6f7892f 2019-01-20 12:51:50,225 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:51:50,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:50,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4254f1462ba54e29b1cd7e023dbd8163", "name": "CreateSecurityGroupTests-12abcaf0-2084-448-proj-role"}], "expires_at": "2019-01-20T13:51:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b0eb2c673dd144478fa724d632ee8e07", "name": "CreateSecurityGroupTests-12abcaf0-2084-448-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b0eb2c673dd144478fa724d632ee8e07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b0eb2c673dd144478fa724d632ee8e07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b0eb2c673dd144478fa724d632ee8e07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b0eb2c673dd144478fa724d632ee8e07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b0eb2c673dd144478fa724d632ee8e07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b0eb2c673dd144478fa724d632ee8e07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b0eb2c673dd144478fa724d632ee8e07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b0eb2c673dd144478fa724d632ee8e07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b0eb2c673dd144478fa724d632ee8e07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b0eb2c673dd144478fa724d632ee8e07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b0eb2c673dd144478fa724d632ee8e07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b0eb2c673dd144478fa724d632ee8e07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-12abcaf0-2084-448-user", "id": "497c022491b6481aa53f471ddaebf1d3"}, "audit_ids": ["k0bzT7tKQRuDVHgr_g4RUA"], "issued_at": "2019-01-20T12:51:50.000000Z"}} 2019-01-20 12:51:50,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:50,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f9c1964-3e00-4930-a3e5-817d551d9e01 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:51:50,679 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6f9c1964-3e00-4930-a3e5-817d551d9e01 2019-01-20 12:51:50,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:50,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-920c65cd-3639-43d0-8670-ff64e4924d8e Date: Sun, 20 Jan 2019 12:51:50 GMT RESP BODY: {"security_groups": []} 2019-01-20 12:51:50,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name&description=hello+group used request id req-920c65cd-3639-43d0-8670-ff64e4924d8e 2019-01-20 12:51:50,976 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name... 2019-01-20 12:51:50,976 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name 2019-01-20 12:51:50,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" -d '{"security_group": {"name": "CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name", "description": "hello group"}}' 2019-01-20 12:51:51,330 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-10b6f23b-86b0-4e9e-9529-9772769cb283 Date: Sun, 20 Jan 2019 12:51:51 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "updated_at": "2019-01-20T12:51:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}], "revision_number": 2, "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "name": "CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name"}} 2019-01-20 12:51:51,330 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-10b6f23b-86b0-4e9e-9529-9772769cb283 2019-01-20 12:51:51,331 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:51,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:51,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-506c8981-d34e-4bbf-a803-eab12fc85e39 Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f"}]} 2019-01-20 12:51:51,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-506c8981-d34e-4bbf-a803-eab12fc85e39 2019-01-20 12:51:51,512 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:51,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:51,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e48892f2-c015-4c1b-845f-6b2b190c9967 Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f"}]} 2019-01-20 12:51:51,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-e48892f2-c015-4c1b-845f-6b2b190c9967 2019-01-20 12:51:51,542 - neutron_utils - INFO - Retrieving security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:51,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:51,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-7858adc1-e7bc-4c33-a49f-7307d0724cd0 Date: Sun, 20 Jan 2019 12:51:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "updated_at": "2019-01-20T12:51:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}], "revision_number": 2, "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "name": "CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name"}]} 2019-01-20 12:51:51,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-7858adc1-e7bc-4c33-a49f-7307d0724cd0 2019-01-20 12:51:51,739 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:51,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:51,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-02cb0be3-e955-45b4-879f-a8575c5a6a04 Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f"}]} 2019-01-20 12:51:51,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-02cb0be3-e955-45b4-879f-a8575c5a6a04 2019-01-20 12:51:51,926 - neutron_utils - INFO - Retrieving security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:51,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:51,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e63e858d-dc21-40c8-bd26-3e80cfb52fa2 Date: Sun, 20 Jan 2019 12:51:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "updated_at": "2019-01-20T12:51:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}], "revision_number": 2, "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "name": "CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name"}]} 2019-01-20 12:51:51,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-e63e858d-dc21-40c8-bd26-3e80cfb52fa2 2019-01-20 12:51:51,977 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:51,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:52,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5841f6ed-336a-425b-9282-b9db15b2fc9b Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f"}]} 2019-01-20 12:51:52,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-5841f6ed-336a-425b-9282-b9db15b2fc9b 2019-01-20 12:51:52,150 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name 2019-01-20 12:51:52,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:52,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b5e64c27-f4f1-4c41-8038-58bf7c1a0737 Date: Sun, 20 Jan 2019 12:51:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "updated_at": "2019-01-20T12:51:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}], "revision_number": 2, "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "name": "CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name"}]} 2019-01-20 12:51:52,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name used request id req-b5e64c27-f4f1-4c41-8038-58bf7c1a0737 2019-01-20 12:51:52,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:51:52,210 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:51: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:51:52,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b0eb2c673dd144478fa724d632ee8e07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:52,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4574479f-a2d2-4839-81c3-530a4b2dc344 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b0eb2c673dd144478fa724d632ee8e07"}, "enabled": true, "id": "b0eb2c673dd144478fa724d632ee8e07", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-12abcaf0-2084-448-proj"}} 2019-01-20 12:51:52,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b0eb2c673dd144478fa724d632ee8e07 used request id req-4574479f-a2d2-4839-81c3-530a4b2dc344 2019-01-20 12:51:52,289 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:52,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:52,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-95c4b66c-44c2-492c-97a9-3d49239f2b84 Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f"}]} 2019-01-20 12:51:52,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-95c4b66c-44c2-492c-97a9-3d49239f2b84 2019-01-20 12:51:52,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}073df53db75faaa82d44a9b574efb86dba902620" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac"}}' 2019-01-20 12:51:52,629 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-db475682-4a9b-4f0a-be55-2f7dc573fdf1 Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:52Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0"}} 2019-01-20 12:51:52,630 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-db475682-4a9b-4f0a-be55-2f7dc573fdf1 2019-01-20 12:51:52,630 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name 2019-01-20 12:51:52,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:52,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-e502b5c1-fa7c-46f8-ab6d-3e817f5cd41c Date: Sun, 20 Jan 2019 12:51:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "updated_at": "2019-01-20T12:51:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "revision_number": 0, "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}], "revision_number": 3, "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "name": "CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name"}]} 2019-01-20 12:51:52,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name used request id req-e502b5c1-fa7c-46f8-ab6d-3e817f5cd41c 2019-01-20 12:51:52,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b0eb2c673dd144478fa724d632ee8e07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:52,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c55aa9fb-d233-4d47-a880-1ba87c5a3769 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b0eb2c673dd144478fa724d632ee8e07"}, "enabled": true, "id": "b0eb2c673dd144478fa724d632ee8e07", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-12abcaf0-2084-448-proj"}} 2019-01-20 12:51:52,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b0eb2c673dd144478fa724d632ee8e07 used request id req-c55aa9fb-d233-4d47-a880-1ba87c5a3769 2019-01-20 12:51:52,913 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:52,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:52,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-decc9d7d-5011-4ebf-8c93-3781a9a8e048 Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:52Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f"}]} 2019-01-20 12:51:52,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-decc9d7d-5011-4ebf-8c93-3781a9a8e048 2019-01-20 12:51:52,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}073df53db75faaa82d44a9b574efb86dba902620" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac"}}' 2019-01-20 12:51:53,264 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-94e590d2-72f7-427c-8fb7-28102db056d7 Date: Sun, 20 Jan 2019 12:51:53 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": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "360ad275-bd6f-4311-99c6-15d2b3299d62"}} 2019-01-20 12:51:53,264 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-94e590d2-72f7-427c-8fb7-28102db056d7 2019-01-20 12:51:53,264 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name 2019-01-20 12:51:53,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:53,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-426cee61-29a2-4479-a94f-4bd11c7839a9 Date: Sun, 20 Jan 2019 12:51:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "updated_at": "2019-01-20T12:51:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "360ad275-bd6f-4311-99c6-15d2b3299d62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "revision_number": 0, "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}], "revision_number": 4, "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "name": "CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name"}]} 2019-01-20 12:51:53,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name used request id req-426cee61-29a2-4479-a94f-4bd11c7839a9 2019-01-20 12:51:53,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b0eb2c673dd144478fa724d632ee8e07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:53,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-677a7e55-0e8f-4882-ac36-6bf6a35d8781 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b0eb2c673dd144478fa724d632ee8e07"}, "enabled": true, "id": "b0eb2c673dd144478fa724d632ee8e07", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-12abcaf0-2084-448-proj"}} 2019-01-20 12:51:53,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b0eb2c673dd144478fa724d632ee8e07 used request id req-677a7e55-0e8f-4882-ac36-6bf6a35d8781 2019-01-20 12:51:53,539 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:53,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:53,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-15e12ff6-c64d-4821-b7a5-c72188fa9b2c Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "360ad275-bd6f-4311-99c6-15d2b3299d62"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:52Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f"}]} 2019-01-20 12:51:53,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-15e12ff6-c64d-4821-b7a5-c72188fa9b2c 2019-01-20 12:51:53,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}073df53db75faaa82d44a9b574efb86dba902620" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": 10}}' 2019-01-20 12:51:53,749 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-29e5cd01-f950-4327-a6e0-94b4368fa5f9 Date: Sun, 20 Jan 2019 12:51:53 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": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87"}} 2019-01-20 12:51:53,749 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-29e5cd01-f950-4327-a6e0-94b4368fa5f9 2019-01-20 12:51:53,749 - neutron_utils - INFO - Retrieving security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:53,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:53,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-f16e94bb-de36-4bd8-b40c-a8f537269f70 Date: Sun, 20 Jan 2019 12:51:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "updated_at": "2019-01-20T12:51:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "360ad275-bd6f-4311-99c6-15d2b3299d62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "revision_number": 0, "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}], "revision_number": 5, "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "name": "CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name"}]} 2019-01-20 12:51:53,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-f16e94bb-de36-4bd8-b40c-a8f537269f70 2019-01-20 12:51:53,949 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:53,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:54,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-ab801d0e-5b5e-4719-ba88-aec79629fe66 Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "360ad275-bd6f-4311-99c6-15d2b3299d62"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:52Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f"}]} 2019-01-20 12:51:54,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-ab801d0e-5b5e-4719-ba88-aec79629fe66 2019-01-20 12:51:54,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:51:54,499 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4254f1462ba54e29b1cd7e023dbd8163", "name": "CreateSecurityGroupTests-12abcaf0-2084-448-proj-role"}], "expires_at": "2019-01-20T13:51:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b0eb2c673dd144478fa724d632ee8e07", "name": "CreateSecurityGroupTests-12abcaf0-2084-448-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b0eb2c673dd144478fa724d632ee8e07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b0eb2c673dd144478fa724d632ee8e07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b0eb2c673dd144478fa724d632ee8e07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b0eb2c673dd144478fa724d632ee8e07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b0eb2c673dd144478fa724d632ee8e07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b0eb2c673dd144478fa724d632ee8e07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b0eb2c673dd144478fa724d632ee8e07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b0eb2c673dd144478fa724d632ee8e07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b0eb2c673dd144478fa724d632ee8e07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b0eb2c673dd144478fa724d632ee8e07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b0eb2c673dd144478fa724d632ee8e07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b0eb2c673dd144478fa724d632ee8e07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-12abcaf0-2084-448-user", "id": "497c022491b6481aa53f471ddaebf1d3"}, "audit_ids": ["9d8y6yRrSr64KSYviM0_iA"], "issued_at": "2019-01-20T12:51:54.000000Z"}} 2019-01-20 12:51:54,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:54,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-56907bb3-3253-4ce9-b3a4-0f4eed044581 Date: Sun, 20 Jan 2019 12:51:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "updated_at": "2019-01-20T12:51:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "360ad275-bd6f-4311-99c6-15d2b3299d62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "revision_number": 0, "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}], "revision_number": 5, "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "name": "CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name"}]} 2019-01-20 12:51:54,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name&description=hello+group used request id req-56907bb3-3253-4ce9-b3a4-0f4eed044581 2019-01-20 12:51:54,709 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:54,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:54,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-84f76b49-0c74-4a61-8bdc-071a8315e32b Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "360ad275-bd6f-4311-99c6-15d2b3299d62"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:52Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f"}]} 2019-01-20 12:51:54,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-84f76b49-0c74-4a61-8bdc-071a8315e32b 2019-01-20 12:51:54,904 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:54,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:55,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-db19c635-77f7-4082-a687-c97e344e6685 Date: Sun, 20 Jan 2019 12:51:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "360ad275-bd6f-4311-99c6-15d2b3299d62"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:52Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f"}]} 2019-01-20 12:51:55,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-db19c635-77f7-4082-a687-c97e344e6685 2019-01-20 12:51:55,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:55,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-0b18778c-02c5-45ac-9c17-e518e4f46bc8 Date: Sun, 20 Jan 2019 12:51:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "updated_at": "2019-01-20T12:51:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "360ad275-bd6f-4311-99c6-15d2b3299d62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "revision_number": 0, "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}], "revision_number": 5, "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "name": "CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name"}]} 2019-01-20 12:51:55,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name used request id req-0b18778c-02c5-45ac-9c17-e518e4f46bc8 2019-01-20 12:51:55,311 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:55,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:55,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-dd59097d-2f88-4a2b-a908-c8cc0b4ea229 Date: Sun, 20 Jan 2019 12:51:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "360ad275-bd6f-4311-99c6-15d2b3299d62"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:52Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f"}]} 2019-01-20 12:51:55,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-dd59097d-2f88-4a2b-a908-c8cc0b4ea229 2019-01-20 12:51:55,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:55,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-062564ef-1944-45c2-a00f-f8dcf910b7dd Date: Sun, 20 Jan 2019 12:51:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "updated_at": "2019-01-20T12:51:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "360ad275-bd6f-4311-99c6-15d2b3299d62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "revision_number": 0, "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}], "revision_number": 5, "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "name": "CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name"}]} 2019-01-20 12:51:55,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name used request id req-062564ef-1944-45c2-a00f-f8dcf910b7dd 2019-01-20 12:51:55,552 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:55,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:55,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-2441f93d-e20d-49ed-a902-e85c7befa06c Date: Sun, 20 Jan 2019 12:51:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "360ad275-bd6f-4311-99c6-15d2b3299d62"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:52Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f"}]} 2019-01-20 12:51:55,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-2441f93d-e20d-49ed-a902-e85c7befa06c 2019-01-20 12:51:55,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:55,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-49a683e2-1fa9-4f45-a2da-d2a8b5c5b892 Date: Sun, 20 Jan 2019 12:51:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "updated_at": "2019-01-20T12:51:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "360ad275-bd6f-4311-99c6-15d2b3299d62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "revision_number": 0, "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}], "revision_number": 5, "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "name": "CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name"}]} 2019-01-20 12:51:55,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name used request id req-49a683e2-1fa9-4f45-a2da-d2a8b5c5b892 2019-01-20 12:51:55,932 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:55,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:55,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-842a49fd-6f8d-411a-8c8d-84297c4ccd1f Date: Sun, 20 Jan 2019 12:51:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "360ad275-bd6f-4311-99c6-15d2b3299d62"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:52Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f"}]} 2019-01-20 12:51:55,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-842a49fd-6f8d-411a-8c8d-84297c4ccd1f 2019-01-20 12:51:55,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:56,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-2b0d3eae-4d3e-4770-86ee-9bfba4e4ca77 Date: Sun, 20 Jan 2019 12:51:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "updated_at": "2019-01-20T12:51:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "360ad275-bd6f-4311-99c6-15d2b3299d62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "revision_number": 0, "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}], "revision_number": 5, "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "name": "CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name"}]} 2019-01-20 12:51:56,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name used request id req-2b0d3eae-4d3e-4770-86ee-9bfba4e4ca77 2019-01-20 12:51:56,173 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:56,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:56,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-65dfc8a4-01cb-40b3-9036-774335b9cd90 Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "360ad275-bd6f-4311-99c6-15d2b3299d62"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:52Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f"}]} 2019-01-20 12:51:56,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-65dfc8a4-01cb-40b3-9036-774335b9cd90 2019-01-20 12:51:56,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:56,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-73d133ae-ac50-443e-8dda-b5b26d93baf6 Date: Sun, 20 Jan 2019 12:51:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "updated_at": "2019-01-20T12:51:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "360ad275-bd6f-4311-99c6-15d2b3299d62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "revision_number": 0, "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}], "revision_number": 5, "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "name": "CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name"}]} 2019-01-20 12:51:56,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name used request id req-73d133ae-ac50-443e-8dda-b5b26d93baf6 2019-01-20 12:51:56,572 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:56,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:56,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-c5828ae2-cb39-4b83-aa5d-d597d3b35a6a Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "360ad275-bd6f-4311-99c6-15d2b3299d62"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:52Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f"}]} 2019-01-20 12:51:56,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-c5828ae2-cb39-4b83-aa5d-d597d3b35a6a 2019-01-20 12:51:56,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:56,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-3c314de4-03f9-4c9a-b973-69982b050ded Date: Sun, 20 Jan 2019 12:51:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "updated_at": "2019-01-20T12:51:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "360ad275-bd6f-4311-99c6-15d2b3299d62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "revision_number": 0, "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}], "revision_number": 5, "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "name": "CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name"}]} 2019-01-20 12:51:56,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name used request id req-3c314de4-03f9-4c9a-b973-69982b050ded 2019-01-20 12:51:56,818 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:56,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:56,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-2d2ce4f6-7780-449d-a8a7-0705086c4f82 Date: Sun, 20 Jan 2019 12:51: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": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "360ad275-bd6f-4311-99c6-15d2b3299d62"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:52Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f"}]} 2019-01-20 12:51:56,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-2d2ce4f6-7780-449d-a8a7-0705086c4f82 2019-01-20 12:51:56,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:57,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-c034ae22-1332-408f-9850-fb1767752b80 Date: Sun, 20 Jan 2019 12:51:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "updated_at": "2019-01-20T12:51:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "360ad275-bd6f-4311-99c6-15d2b3299d62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "revision_number": 0, "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}], "revision_number": 5, "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "name": "CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name"}]} 2019-01-20 12:51:57,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name used request id req-c034ae22-1332-408f-9850-fb1767752b80 2019-01-20 12:51:57,046 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:57,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:57,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-e0367fb0-6a71-424c-a31a-80cf552f037e Date: Sun, 20 Jan 2019 12:51:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "360ad275-bd6f-4311-99c6-15d2b3299d62"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:52Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f"}]} 2019-01-20 12:51:57,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-e0367fb0-6a71-424c-a31a-80cf552f037e 2019-01-20 12:51:57,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:57,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-aaa9b4af-d51c-45d1-9895-1af32bd55748 Date: Sun, 20 Jan 2019 12:51:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "updated_at": "2019-01-20T12:51:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "360ad275-bd6f-4311-99c6-15d2b3299d62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "revision_number": 0, "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}], "revision_number": 5, "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "name": "CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name"}]} 2019-01-20 12:51:57,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name used request id req-aaa9b4af-d51c-45d1-9895-1af32bd55748 2019-01-20 12:51:57,441 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:57,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:57,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-2d6645ea-773c-42e8-84d7-bfaed5fa7871 Date: Sun, 20 Jan 2019 12:51:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "360ad275-bd6f-4311-99c6-15d2b3299d62"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:52Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f"}]} 2019-01-20 12:51:57,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-2d6645ea-773c-42e8-84d7-bfaed5fa7871 2019-01-20 12:51:57,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:57,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-fa9930a5-49d4-4a81-88ba-3ee3dbed2157 Date: Sun, 20 Jan 2019 12:51:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "updated_at": "2019-01-20T12:51:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "360ad275-bd6f-4311-99c6-15d2b3299d62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "revision_number": 0, "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": 10, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "revision_number": 0, "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "revision_number": 0, "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}], "revision_number": 5, "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "name": "CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name"}]} 2019-01-20 12:51:57,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name used request id req-fa9930a5-49d4-4a81-88ba-3ee3dbed2157 2019-01-20 12:51:57,816 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:57,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:57,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-94698915-274a-464f-af9a-08c1c9470c2b Date: Sun, 20 Jan 2019 12:51:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "360ad275-bd6f-4311-99c6-15d2b3299d62"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:52Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:52Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "54ab2695-537f-47c7-8f14-562ed2abe5f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f"}]} 2019-01-20 12:51:57,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-94698915-274a-464f-af9a-08c1c9470c2b 2019-01-20 12:51:57,856 - neutron_utils - INFO - Deleting security group rule with ID - 54ab2695-537f-47c7-8f14-562ed2abe5f0 2019-01-20 12:51:57,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/54ab2695-537f-47c7-8f14-562ed2abe5f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:57,955 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cce5203e-1e98-420a-9a43-03424e3e46e5 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:57,955 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/54ab2695-537f-47c7-8f14-562ed2abe5f0 used request id req-cce5203e-1e98-420a-9a43-03424e3e46e5 2019-01-20 12:51:57,955 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2019-01-20 12:51:57,955 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e765c61f-459c-48a3-84d8-2bc4d41467ac 2019-01-20 12:51:57,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38af81b9a140ce8bf4cd1f49b00b1160ca824432" 2019-01-20 12:51:58,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1992 X-Openstack-Request-Id: req-2e2784a4-7429-40d8-85ae-ba058e1f1cc7 Date: Sun, 20 Jan 2019 12:51:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "22663d01-62ba-42b9-b6c7-3c0a605e5fbc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "360ad275-bd6f-4311-99c6-15d2b3299d62"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-20T12:51:53Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": 10, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:53Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5147258d-9332-4c1e-a086-4d1be2f5ea87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:51Z", "security_group_id": "e765c61f-459c-48a3-84d8-2bc4d41467ac", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:51Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "5d5e2245-2983-4ba0-bd50-dc1673fe658f"}]} 2019-01-20 12:51:58,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-2e2784a4-7429-40d8-85ae-ba058e1f1cc7 2019-01-20 12:51:58,137 - neutron_utils - INFO - Deleting security group rule with ID - 5d5e2245-2983-4ba0-bd50-dc1673fe658f 2019-01-20 12:51:58,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/5d5e2245-2983-4ba0-bd50-dc1673fe658f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:58,377 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d78a0216-a764-4ba1-91e9-953537334a50 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:58,378 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/5d5e2245-2983-4ba0-bd50-dc1673fe658f used request id req-d78a0216-a764-4ba1-91e9-953537334a50 2019-01-20 12:51:58,378 - neutron_utils - INFO - Deleting security group rule with ID - 5147258d-9332-4c1e-a086-4d1be2f5ea87 2019-01-20 12:51:58,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/5147258d-9332-4c1e-a086-4d1be2f5ea87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:58,474 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-910e11cc-a32b-4218-a551-a05488cb580a Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:58,474 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/5147258d-9332-4c1e-a086-4d1be2f5ea87 used request id req-910e11cc-a32b-4218-a551-a05488cb580a 2019-01-20 12:51:58,474 - neutron_utils - INFO - Deleting security group rule with ID - 22663d01-62ba-42b9-b6c7-3c0a605e5fbc 2019-01-20 12:51:58,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/22663d01-62ba-42b9-b6c7-3c0a605e5fbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:58,783 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-83619847-9dc7-4670-86e4-795276cf074a Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:58,783 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/22663d01-62ba-42b9-b6c7-3c0a605e5fbc used request id req-83619847-9dc7-4670-86e4-795276cf074a 2019-01-20 12:51:58,784 - neutron_utils - INFO - Deleting security group rule with ID - 360ad275-bd6f-4311-99c6-15d2b3299d62 2019-01-20 12:51:58,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/360ad275-bd6f-4311-99c6-15d2b3299d62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:59,043 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8f94c0c4-c04b-45eb-9997-ff5ef8981214 Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:59,043 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/360ad275-bd6f-4311-99c6-15d2b3299d62 used request id req-8f94c0c4-c04b-45eb-9997-ff5ef8981214 2019-01-20 12:51:59,043 - neutron_utils - INFO - Deleting security group rule with ID - 54ab2695-537f-47c7-8f14-562ed2abe5f0 2019-01-20 12:51:59,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/54ab2695-537f-47c7-8f14-562ed2abe5f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:59,216 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-2be9af56-952f-44e7-a9a6-ab97c51b53a6 Date: Sun, 20 Jan 2019 12:51:59 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 54ab2695-537f-47c7-8f14-562ed2abe5f0 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-20 12:51:59,217 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/54ab2695-537f-47c7-8f14-562ed2abe5f0 used request id req-2be9af56-952f-44e7-a9a6-ab97c51b53a6 2019-01-20 12:51:59,217 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 54ab2695-537f-47c7-8f14-562ed2abe5f0 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-20 12:51:59,217 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 54ab2695-537f-47c7-8f14-562ed2abe5f0 does not exist Neutron server returns request_ids: ['req-2be9af56-952f-44e7-a9a6-ab97c51b53a6'] 2019-01-20 12:51:59,217 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-2992b944-40cc-4ecf-966a-1f6fabb2aeb2name 2019-01-20 12:51:59,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/e765c61f-459c-48a3-84d8-2bc4d41467ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}073df53db75faaa82d44a9b574efb86dba902620" 2019-01-20 12:51:59,360 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1ffa5ada-df1e-4389-a2ca-0127bce8492f Content-Length: 0 Date: Sun, 20 Jan 2019 12:51:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:51:59,361 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/e765c61f-459c-48a3-84d8-2bc4d41467ac used request id req-1ffa5ada-df1e-4389-a2ca-0127bce8492f 2019-01-20 12:51:59,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab7cad30272386e04786825da8c5f321387c7de" 2019-01-20 12:51:59,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-76c7c612-e110-41d5-8ebc-0acbdc345904 Date: Sun, 20 Jan 2019 12:51:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:50Z", "updated_at": "2019-01-20T12:51:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:50Z", "revision_number": 0, "id": "1401feea-eaed-4545-ac0b-d77f9d44c54f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:50Z", "security_group_id": "e6f55acf-850e-4c31-ae89-3ebb561655de", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:50Z", "revision_number": 0, "id": "7f7fc4e9-e809-4d28-bb6d-6a4b4df1e5d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:50Z", "security_group_id": "e6f55acf-850e-4c31-ae89-3ebb561655de", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:50Z", "revision_number": 0, "id": "d325583c-8528-481e-ab5a-6598947749a9", "remote_group_id": "e6f55acf-850e-4c31-ae89-3ebb561655de", "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:50Z", "security_group_id": "e6f55acf-850e-4c31-ae89-3ebb561655de", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv6", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:51:50Z", "revision_number": 0, "id": "d96f86dd-b570-49a7-b43e-bee1188af0fc", "remote_group_id": "e6f55acf-850e-4c31-ae89-3ebb561655de", "remote_ip_prefix": null, "created_at": "2019-01-20T12:51:50Z", "security_group_id": "e6f55acf-850e-4c31-ae89-3ebb561655de", "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "port_range_min": null, "ethertype": "IPv4", "project_id": "b0eb2c673dd144478fa724d632ee8e07"}], "revision_number": 4, "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "e6f55acf-850e-4c31-ae89-3ebb561655de", "name": "default"}]} 2019-01-20 12:51:59,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-76c7c612-e110-41d5-8ebc-0acbdc345904 2019-01-20 12:51:59,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab7cad30272386e04786825da8c5f321387c7de" 2019-01-20 12:51:59,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b82694c4-b6ec-4254-85d7-16262c21a727 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:51:59,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-b82694c4-b6ec-4254-85d7-16262c21a727 2019-01-20 12:51:59,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab7cad30272386e04786825da8c5f321387c7de" 2019-01-20 12:51:59,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b31e4da-0887-4e61-bb9a-056eb91933b9 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:51:59,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-2b31e4da-0887-4e61-bb9a-056eb91933b9 2019-01-20 12:51:59,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab7cad30272386e04786825da8c5f321387c7de" 2019-01-20 12:51:59,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b28450a5-d5d7-4269-8a33-2b137d5e33ba Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:51:59,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-b28450a5-d5d7-4269-8a33-2b137d5e33ba 2019-01-20 12:51:59,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b0eb2c673dd144478fa724d632ee8e07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab7cad30272386e04786825da8c5f321387c7de" 2019-01-20 12:51:59,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:51:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cd0b68d-5425-4f5e-97e7-87feecc49fb4 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b0eb2c673dd144478fa724d632ee8e07"}, "enabled": true, "id": "b0eb2c673dd144478fa724d632ee8e07", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-12abcaf0-2084-448-proj"}} 2019-01-20 12:51:59,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b0eb2c673dd144478fa724d632ee8e07 used request id req-6cd0b68d-5425-4f5e-97e7-87feecc49fb4 2019-01-20 12:51:59,927 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e6f55acf-850e-4c31-ae89-3ebb561655de 2019-01-20 12:51:59,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e6f55acf-850e-4c31-ae89-3ebb561655de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab7cad30272386e04786825da8c5f321387c7de" 2019-01-20 12:52:00,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f02703cd-78bf-4ef0-99ba-c2a0640a66df Date: Sun, 20 Jan 2019 12:52:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:50Z", "security_group_id": "e6f55acf-850e-4c31-ae89-3ebb561655de", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:50Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "1401feea-eaed-4545-ac0b-d77f9d44c54f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:50Z", "security_group_id": "e6f55acf-850e-4c31-ae89-3ebb561655de", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:50Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "7f7fc4e9-e809-4d28-bb6d-6a4b4df1e5d6"}, {"remote_group_id": "e6f55acf-850e-4c31-ae89-3ebb561655de", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:50Z", "security_group_id": "e6f55acf-850e-4c31-ae89-3ebb561655de", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:50Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "d325583c-8528-481e-ab5a-6598947749a9"}, {"remote_group_id": "e6f55acf-850e-4c31-ae89-3ebb561655de", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:51:50Z", "security_group_id": "e6f55acf-850e-4c31-ae89-3ebb561655de", "port_range_min": null, "revision_number": 0, "tenant_id": "b0eb2c673dd144478fa724d632ee8e07", "created_at": "2019-01-20T12:51:50Z", "project_id": "b0eb2c673dd144478fa724d632ee8e07", "id": "d96f86dd-b570-49a7-b43e-bee1188af0fc"}]} 2019-01-20 12:52:00,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e6f55acf-850e-4c31-ae89-3ebb561655de used request id req-f02703cd-78bf-4ef0-99ba-c2a0640a66df 2019-01-20 12:52:00,113 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 12:52:00,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/e6f55acf-850e-4c31-ae89-3ebb561655de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab7cad30272386e04786825da8c5f321387c7de" 2019-01-20 12:52:00,416 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6450bb05-6570-4138-a13f-ed92bf21c6a9 Content-Length: 0 Date: Sun, 20 Jan 2019 12:52:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:52:00,416 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/e6f55acf-850e-4c31-ae89-3ebb561655de used request id req-6450bb05-6570-4138-a13f-ed92bf21c6a9 2019-01-20 12:52:00,417 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-12abcaf0-2084-448-proj 2019-01-20 12:52:00,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/b0eb2c673dd144478fa724d632ee8e07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab7cad30272386e04786825da8c5f321387c7de" 2019-01-20 12:52:00,614 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf9f875f-b22d-43a2-b842-57a023d1873a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:00,614 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/b0eb2c673dd144478fa724d632ee8e07 used request id req-bf9f875f-b22d-43a2-b842-57a023d1873a 2019-01-20 12:52:00,615 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-12abcaf0-2084-448-proj-role 2019-01-20 12:52:00,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/4254f1462ba54e29b1cd7e023dbd8163 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab7cad30272386e04786825da8c5f321387c7de" 2019-01-20 12:52:00,731 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fa78c7b-cb68-4c92-8613-5091a9f028b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:00,731 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/4254f1462ba54e29b1cd7e023dbd8163 used request id req-3fa78c7b-cb68-4c92-8613-5091a9f028b8 2019-01-20 12:52:00,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fab7cad30272386e04786825da8c5f321387c7de" 2019-01-20 12:52:00,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f14496b7-54af-4d69-ab34-2114730897f2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:52:00,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f14496b7-54af-4d69-ab34-2114730897f2 2019-01-20 12:52:00,817 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-12abcaf0-2084-448-user 2019-01-20 12:52:00,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/497c022491b6481aa53f471ddaebf1d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b27f11cdce70402fbc4f809a9d988bbae16ddb5" 2019-01-20 12:52:00,994 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63433bbd-4120-4539-b212-a2007e4c6ff2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:00,994 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/497c022491b6481aa53f471ddaebf1d3 used request id req-63433bbd-4120-4539-b212-a2007e4c6ff2 2019-01-20 12:52:00,996 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:01,386 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:52:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["jJ6z9sHNSyWNzKhwxoqTHw"], "issued_at": "2019-01-20T12:52:01.000000Z"}} 2019-01-20 12:52:01,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63a21f18a06a56252141547d828c9da52d7321e" 2019-01-20 12:52:01,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58e1c30b-f531-40da-9a00-2555739809cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:01,469 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-58e1c30b-f531-40da-9a00-2555739809cd 2019-01-20 12:52:01,470 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:01,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:01,858 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:52:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["q5PQrhVKQxW0dRC_7bfbzw"], "issued_at": "2019-01-20T12:52:01.000000Z"}} 2019-01-20 12:52:01,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af3127af95c6307de5441db97004f56fa1352759" 2019-01-20 12:52:01,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9553c8ba-8ab1-4d99-96d0-43570cc6f57a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:01,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9553c8ba-8ab1-4d99-96d0-43570cc6f57a 2019-01-20 12:52:01,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:52:01,955 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:52:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:52:01,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-464eddc9-e6ab-4cd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af3127af95c6307de5441db97004f56fa1352759" 2019-01-20 12:52:02,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2e49f0a-6a01-4373-9e28-1c44fdecd55f Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-464eddc9-e6ab-4cd-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:52:02,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-464eddc9-e6ab-4cd-proj used request id req-d2e49f0a-6a01-4373-9e28-1c44fdecd55f 2019-01-20 12:52:02,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af3127af95c6307de5441db97004f56fa1352759" 2019-01-20 12:52:02,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c465203-b70e-4f5f-89d9-be4f432763f9 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:52:02,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-6c465203-b70e-4f5f-89d9-be4f432763f9 2019-01-20 12:52:02,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af3127af95c6307de5441db97004f56fa1352759" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-464eddc9-e6ab-4cd-proj"}}' 2019-01-20 12:52:02,239 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:52:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84402135-d108-46dd-b21b-1e2d95e9f21d Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/1afde6dd3ca64e189edd9a4096f934f9"}, "enabled": true, "id": "1afde6dd3ca64e189edd9a4096f934f9", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-464eddc9-e6ab-4cd-proj"}} 2019-01-20 12:52:02,240 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-84402135-d108-46dd-b21b-1e2d95e9f21d 2019-01-20 12:52:02,240 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-464eddc9-e6ab-4cd-proj 2019-01-20 12:52:02,240 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:02,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:02,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:52:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["wNAkfu6rTrKR0h1uM6zmRw"], "issued_at": "2019-01-20T12:52:02.000000Z"}} 2019-01-20 12:52:02,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8f41698784a692c3816b83d4f6b0b066721bd2" 2019-01-20 12:52:02,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42ccb683-9410-4358-adea-a6e26686db95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:02,722 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-42ccb683-9410-4358-adea-a6e26686db95 2019-01-20 12:52:02,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:52:02,732 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:52:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:52:02,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8f41698784a692c3816b83d4f6b0b066721bd2" 2019-01-20 12:52:02,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf0f884a-4b8b-4c7e-8752-bf127188412d Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:52:02,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-bf0f884a-4b8b-4c7e-8752-bf127188412d 2019-01-20 12:52:02,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateImageSuccessTests-464eddc9-e6ab-4cd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8f41698784a692c3816b83d4f6b0b066721bd2" 2019-01-20 12:52:02,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d0ff7c8-c3cb-4a35-9dec-a2c53dc73c71 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateImageSuccessTests-464eddc9-e6ab-4cd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/1afde6dd3ca64e189edd9a4096f934f9"}, "enabled": true, "id": "1afde6dd3ca64e189edd9a4096f934f9", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-464eddc9-e6ab-4cd-proj"}]} 2019-01-20 12:52:02,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateImageSuccessTests-464eddc9-e6ab-4cd-proj used request id req-1d0ff7c8-c3cb-4a35-9dec-a2c53dc73c71 2019-01-20 12:52:02,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8f41698784a692c3816b83d4f6b0b066721bd2" 2019-01-20 12:52:03,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c432b5b7-251f-451b-a12e-2ff8da804365 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:52:03,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-c432b5b7-251f-451b-a12e-2ff8da804365 2019-01-20 12:52:03,401 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-464eddc9-e6ab-4cd-user 2019-01-20 12:52:03,401 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:03,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af3127af95c6307de5441db97004f56fa1352759" 2019-01-20 12:52:03,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf3b5a84-a074-4443-9ba3-63d17cc3f004 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:52:03,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-cf3b5a84-a074-4443-9ba3-63d17cc3f004 2019-01-20 12:52:03,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af3127af95c6307de5441db97004f56fa1352759" -d '{"role": {"name": "CreateImageSuccessTests-464eddc9-e6ab-4cd-proj-role"}}' 2019-01-20 12:52:03,604 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:52:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ccba5961-b5e8-4c11-8d9d-db02e9b674ce Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c910c4fe6c0a44028f3874542d4167e7", "links": {"self": "http://172.30.9.22:5000/v3/roles/c910c4fe6c0a44028f3874542d4167e7"}, "name": "CreateImageSuccessTests-464eddc9-e6ab-4cd-proj-role"}} 2019-01-20 12:52:03,605 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-ccba5961-b5e8-4c11-8d9d-db02e9b674ce 2019-01-20 12:52:03,605 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-464eddc9-e6ab-4cd-proj-role 2019-01-20 12:52:03,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/c910c4fe6c0a44028f3874542d4167e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af3127af95c6307de5441db97004f56fa1352759" 2019-01-20 12:52:03,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48f4554a-fc47-47a9-a37d-ac42060fe2f2 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/c910c4fe6c0a44028f3874542d4167e7"}, "domain_id": null, "name": "CreateImageSuccessTests-464eddc9-e6ab-4cd-proj-role", "id": "c910c4fe6c0a44028f3874542d4167e7"}} 2019-01-20 12:52:03,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/c910c4fe6c0a44028f3874542d4167e7 used request id req-48f4554a-fc47-47a9-a37d-ac42060fe2f2 2019-01-20 12:52:03,699 - keystone_utils - INFO - Granting role CreateImageSuccessTests-464eddc9-e6ab-4cd-proj-role to project CreateImageSuccessTests-464eddc9-e6ab-4cd-proj 2019-01-20 12:52:03,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/1afde6dd3ca64e189edd9a4096f934f9/users/d3285b42fa3643cb8e693529942faa88/roles/c910c4fe6c0a44028f3874542d4167e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af3127af95c6307de5441db97004f56fa1352759" 2019-01-20 12:52:03,830 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8294653-7d60-4b1c-927e-f7ab05704499 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:03,830 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/1afde6dd3ca64e189edd9a4096f934f9/users/d3285b42fa3643cb8e693529942faa88/roles/c910c4fe6c0a44028f3874542d4167e7 used request id req-a8294653-7d60-4b1c-927e-f7ab05704499 2019-01-20 12:52:03,855 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 12:52:03,856 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:03,856 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:04,229 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c910c4fe6c0a44028f3874542d4167e7", "name": "CreateImageSuccessTests-464eddc9-e6ab-4cd-proj-role"}], "expires_at": "2019-01-20T13:52:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1afde6dd3ca64e189edd9a4096f934f9", "name": "CreateImageSuccessTests-464eddc9-e6ab-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/1afde6dd3ca64e189edd9a4096f934f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/1afde6dd3ca64e189edd9a4096f934f9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/1afde6dd3ca64e189edd9a4096f934f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1afde6dd3ca64e189edd9a4096f934f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/1afde6dd3ca64e189edd9a4096f934f9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/1afde6dd3ca64e189edd9a4096f934f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1afde6dd3ca64e189edd9a4096f934f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/1afde6dd3ca64e189edd9a4096f934f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/1afde6dd3ca64e189edd9a4096f934f9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1afde6dd3ca64e189edd9a4096f934f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/1afde6dd3ca64e189edd9a4096f934f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/1afde6dd3ca64e189edd9a4096f934f9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-464eddc9-e6ab-4cd-user", "id": "d3285b42fa3643cb8e693529942faa88"}, "audit_ids": ["DN-HjB_PRfur7vz3-Ro6zA"], "issued_at": "2019-01-20T12:52:04.000000Z"}} 2019-01-20 12:52:04,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8dd1ec15aaf35c64946dae65c9edbde2340c19" 2019-01-20 12:52:04,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db8e3dbf-13ca-4eff-8754-20a3bb2dd45f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:04,304 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-db8e3dbf-13ca-4eff-8754-20a3bb2dd45f 2019-01-20 12:52:04,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-535c4354-394c-47e6-a2a9-95a842624240 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dd8dd1ec15aaf35c64946dae65c9edbde2340c19" 2019-01-20 12:52:04,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-82048402-7223-45f3-a502-3e08f3eb68f1 Date: Sun, 20 Jan 2019 12:52:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-535c4354-394c-47e6-a2a9-95a842624240"} 2019-01-20 12:52:04,481 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-535c4354-394c-47e6-a2a9-95a842624240 used request id req-82048402-7223-45f3-a502-3e08f3eb68f1 2019-01-20 12:52:04,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dd8dd1ec15aaf35c64946dae65c9edbde2340c19" 2019-01-20 12:52:04,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-546699c9-b0b4-442d-9b2a-249409e006f5 Date: Sun, 20 Jan 2019 12:52:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 12:52:04,646 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-546699c9-b0b4-442d-9b2a-249409e006f5 2019-01-20 12:52:04,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd8dd1ec15aaf35c64946dae65c9edbde2340c19" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-535c4354-394c-47e6-a2a9-95a842624240"}' 2019-01-20 12:52:04,956 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969 X-Openstack-Request-Id: req-4c248d7c-3b8c-4a0e-9153-9ff6f6dccdf3 Date: Sun, 20 Jan 2019 12:52:04 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-535c4354-394c-47e6-a2a9-95a842624240", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:04Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:04Z", "visibility": "shared", "locations": [], "self": "/v2/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969", "min_disk": 0, "protected": false, "id": "0f9cee20-b1fa-48e9-aaca-4cd014db6969", "file": "/v2/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969/file", "checksum": null, "owner": "1afde6dd3ca64e189edd9a4096f934f9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 12:52:04,956 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-4c248d7c-3b8c-4a0e-9153-9ff6f6dccdf3 2019-01-20 12:52:04,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dd8dd1ec15aaf35c64946dae65c9edbde2340c19" -d '' 2019-01-20 12:52:06,689 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2a6d5931-e270-4556-b5fc-75118e9f7fa5 Date: Sun, 20 Jan 2019 12:52:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:52:06,689 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969/file used request id req-2a6d5931-e270-4556-b5fc-75118e9f7fa5 2019-01-20 12:52:06,690 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 12:52:06,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dd8dd1ec15aaf35c64946dae65c9edbde2340c19" 2019-01-20 12:52:06,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-e208ceb4-cd27-4a6a-aebc-c33012cf2445 Date: Sun, 20 Jan 2019 12:52:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-535c4354-394c-47e6-a2a9-95a842624240", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:06Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969/snap", "metadata": {}}], "self": "/v2/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969", "min_disk": 0, "protected": false, "id": "0f9cee20-b1fa-48e9-aaca-4cd014db6969", "file": "/v2/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1afde6dd3ca64e189edd9a4096f934f9", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 12:52:06,866 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969 used request id req-e208ceb4-cd27-4a6a-aebc-c33012cf2445 2019-01-20 12:52:06,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dd8dd1ec15aaf35c64946dae65c9edbde2340c19" 2019-01-20 12:52:07,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6a538044-b259-4678-a2c7-92534b1242b0 Date: Sun, 20 Jan 2019 12:52: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"}}} 2019-01-20 12:52:07,419 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-6a538044-b259-4678-a2c7-92534b1242b0 2019-01-20 12:52:07,422 - create_image - INFO - Created image with name - CreateImageSuccessTests-535c4354-394c-47e6-a2a9-95a842624240 2019-01-20 12:52:07,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dd8dd1ec15aaf35c64946dae65c9edbde2340c19" 2019-01-20 12:52:07,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-f48a12a9-9858-4303-aa06-55e64561c9b0 Date: Sun, 20 Jan 2019 12:52:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-535c4354-394c-47e6-a2a9-95a842624240", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:06Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969/snap", "metadata": {}}], "self": "/v2/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969", "min_disk": 0, "protected": false, "id": "0f9cee20-b1fa-48e9-aaca-4cd014db6969", "file": "/v2/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1afde6dd3ca64e189edd9a4096f934f9", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 12:52:07,591 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969 used request id req-f48a12a9-9858-4303-aa06-55e64561c9b0 2019-01-20 12:52:07,591 - create_image - DEBUG - Instance status is - active 2019-01-20 12:52:07,591 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-535c4354-394c-47e6-a2a9-95a842624240 2019-01-20 12:52:07,591 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-535c4354-394c-47e6-a2a9-95a842624240 2019-01-20 12:52:07,592 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:07,978 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c910c4fe6c0a44028f3874542d4167e7", "name": "CreateImageSuccessTests-464eddc9-e6ab-4cd-proj-role"}], "expires_at": "2019-01-20T13:52:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1afde6dd3ca64e189edd9a4096f934f9", "name": "CreateImageSuccessTests-464eddc9-e6ab-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/1afde6dd3ca64e189edd9a4096f934f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/1afde6dd3ca64e189edd9a4096f934f9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/1afde6dd3ca64e189edd9a4096f934f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1afde6dd3ca64e189edd9a4096f934f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/1afde6dd3ca64e189edd9a4096f934f9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/1afde6dd3ca64e189edd9a4096f934f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1afde6dd3ca64e189edd9a4096f934f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/1afde6dd3ca64e189edd9a4096f934f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/1afde6dd3ca64e189edd9a4096f934f9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1afde6dd3ca64e189edd9a4096f934f9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/1afde6dd3ca64e189edd9a4096f934f9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/1afde6dd3ca64e189edd9a4096f934f9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-464eddc9-e6ab-4cd-user", "id": "d3285b42fa3643cb8e693529942faa88"}, "audit_ids": ["Ow6-f1XsSz2Z_PsZCwy98g"], "issued_at": "2019-01-20T12:52:07.000000Z"}} 2019-01-20 12:52:07,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-535c4354-394c-47e6-a2a9-95a842624240 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75daf5d59a56ab43ebdd4a29392a0afb4e70f632" 2019-01-20 12:52:08,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-a5f1e9a2-47f8-4c84-903e-9680ec757e8c Date: Sun, 20 Jan 2019 12:52:08 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-535c4354-394c-47e6-a2a9-95a842624240", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:06Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969/snap", "metadata": {}}], "self": "/v2/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969", "min_disk": 0, "protected": false, "id": "0f9cee20-b1fa-48e9-aaca-4cd014db6969", "file": "/v2/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1afde6dd3ca64e189edd9a4096f934f9", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-535c4354-394c-47e6-a2a9-95a842624240"} 2019-01-20 12:52:08,162 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-535c4354-394c-47e6-a2a9-95a842624240 used request id req-a5f1e9a2-47f8-4c84-903e-9680ec757e8c 2019-01-20 12:52:08,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75daf5d59a56ab43ebdd4a29392a0afb4e70f632" 2019-01-20 12:52:08,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-98e6e384-f58f-4716-8afb-e9111fa06c9b Date: Sun, 20 Jan 2019 12:52: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"}}} 2019-01-20 12:52:08,311 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-98e6e384-f58f-4716-8afb-e9111fa06c9b 2019-01-20 12:52:08,314 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-535c4354-394c-47e6-a2a9-95a842624240 2019-01-20 12:52:08,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75daf5d59a56ab43ebdd4a29392a0afb4e70f632" 2019-01-20 12:52:09,970 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5f4fce76-5d4c-401d-b14c-0024780b1c0f Date: Sun, 20 Jan 2019 12:52:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:52:09,970 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969 used request id req-5f4fce76-5d4c-401d-b14c-0024780b1c0f 2019-01-20 12:52:09,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-535c4354-394c-47e6-a2a9-95a842624240 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}75daf5d59a56ab43ebdd4a29392a0afb4e70f632" 2019-01-20 12:52:10,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-5f141f3c-9833-4beb-8204-758a9ef177a1 Date: Sun, 20 Jan 2019 12:52:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-535c4354-394c-47e6-a2a9-95a842624240"} 2019-01-20 12:52:10,149 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-535c4354-394c-47e6-a2a9-95a842624240 used request id req-5f141f3c-9833-4beb-8204-758a9ef177a1 2019-01-20 12:52:10,149 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-535c4354-394c-47e6-a2a9-95a842624240 2019-01-20 12:52:10,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dd8dd1ec15aaf35c64946dae65c9edbde2340c19" 2019-01-20 12:52:10,693 - keystoneauth.session - DEBUG - RESP: [404] Content-Length: 189 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-f8a33293-5d01-4ddd-b711-361dc9364bc2 Date: Sun, 20 Jan 2019 12:52:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:52:10,693 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/0f9cee20-b1fa-48e9-aaca-4cd014db6969 used request id req-f8a33293-5d01-4ddd-b711-361dc9364bc2 2019-01-20 12:52:10,693 - glanceclient.common.http - DEBUG - Request returned failure status 404. 2019-01-20 12:52:10,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af3127af95c6307de5441db97004f56fa1352759" 2019-01-20 12:52:10,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8ee28909-bd46-4a25-abf2-3e94a0c80a46 Date: Sun, 20 Jan 2019 12:52:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:52:10,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-8ee28909-bd46-4a25-abf2-3e94a0c80a46 2019-01-20 12:52:10,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af3127af95c6307de5441db97004f56fa1352759" 2019-01-20 12:52:10,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b211f6c-e738-4120-9938-aa475f3a52b5 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:52:10,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-4b211f6c-e738-4120-9938-aa475f3a52b5 2019-01-20 12:52:10,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af3127af95c6307de5441db97004f56fa1352759" 2019-01-20 12:52:11,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc70d8ec-a76f-46dc-ba34-1a17fca10e5a 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:52:11,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-fc70d8ec-a76f-46dc-ba34-1a17fca10e5a 2019-01-20 12:52:11,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af3127af95c6307de5441db97004f56fa1352759" 2019-01-20 12:52:11,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-161692d6-a14a-46d9-a2a3-54110c8f07e5 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:52:11,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-161692d6-a14a-46d9-a2a3-54110c8f07e5 2019-01-20 12:52:11,188 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-464eddc9-e6ab-4cd-proj 2019-01-20 12:52:11,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/1afde6dd3ca64e189edd9a4096f934f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af3127af95c6307de5441db97004f56fa1352759" 2019-01-20 12:52:11,380 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-335283c6-0144-4ebd-a700-2ac8a0cc198e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:11,380 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/1afde6dd3ca64e189edd9a4096f934f9 used request id req-335283c6-0144-4ebd-a700-2ac8a0cc198e 2019-01-20 12:52:11,381 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-464eddc9-e6ab-4cd-proj-role 2019-01-20 12:52:11,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/c910c4fe6c0a44028f3874542d4167e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af3127af95c6307de5441db97004f56fa1352759" 2019-01-20 12:52:11,491 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af9b834d-65bd-4e97-9f5c-a292e8c448b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:11,491 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/c910c4fe6c0a44028f3874542d4167e7 used request id req-af9b834d-65bd-4e97-9f5c-a292e8c448b0 2019-01-20 12:52:11,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af3127af95c6307de5441db97004f56fa1352759" 2019-01-20 12:52:11,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07780111-42c4-4f59-ba7f-8a2ba9b6ea8f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:52:11,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-07780111-42c4-4f59-ba7f-8a2ba9b6ea8f 2019-01-20 12:52:11,593 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-464eddc9-e6ab-4cd-user 2019-01-20 12:52:11,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/d3285b42fa3643cb8e693529942faa88 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8f41698784a692c3816b83d4f6b0b066721bd2" 2019-01-20 12:52:11,874 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6426cc3f-8ed4-4f71-b071-1917aa5f0fa3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:11,874 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/d3285b42fa3643cb8e693529942faa88 used request id req-6426cc3f-8ed4-4f71-b071-1917aa5f0fa3 2019-01-20 12:52:11,875 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:12,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:52:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["N1yL_tNUT_2R6zVlpSl1yw"], "issued_at": "2019-01-20T12:52:12.000000Z"}} 2019-01-20 12:52:12,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af52706c7489cc6948cc8d56f01160813acfbfdc" 2019-01-20 12:52:12,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43c31e3c-374c-45f9-bebf-6d3c3b365f2f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:12,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-43c31e3c-374c-45f9-bebf-6d3c3b365f2f 2019-01-20 12:52:12,360 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:12,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:12,734 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:52:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["xz0IXRZpRW2kBAgIhMHOgQ"], "issued_at": "2019-01-20T12:52:12.000000Z"}} 2019-01-20 12:52:12,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7368927fc20efa4effe7d731f4e8ca1eb12229f" 2019-01-20 12:52:12,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27054cc1-823e-439e-8d98-9a48b2866a97 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:12,825 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-27054cc1-823e-439e-8d98-9a48b2866a97 2019-01-20 12:52:12,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:52:12,835 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:52: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:52:12,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-7e468608-f203-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7368927fc20efa4effe7d731f4e8ca1eb12229f" 2019-01-20 12:52:12,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99412df3-43d6-45f9-871b-646cbaf8fbf8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-7e468608-f203-47a-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:52:12,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-7e468608-f203-47a-proj used request id req-99412df3-43d6-45f9-871b-646cbaf8fbf8 2019-01-20 12:52:12,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7368927fc20efa4effe7d731f4e8ca1eb12229f" 2019-01-20 12:52:12,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9fe7185-4c53-45c2-9c90-0488c4ad209c Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:52:12,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-d9fe7185-4c53-45c2-9c90-0488c4ad209c 2019-01-20 12:52:12,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7368927fc20efa4effe7d731f4e8ca1eb12229f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-7e468608-f203-47a-proj"}}' 2019-01-20 12:52:13,078 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:52:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e622a4a5-ca35-42d9-b1f0-8ff747494c8f Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/c9f5f3edaed24f9da5f4c0229b9e48cd"}, "enabled": true, "id": "c9f5f3edaed24f9da5f4c0229b9e48cd", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-7e468608-f203-47a-proj"}} 2019-01-20 12:52:13,078 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-e622a4a5-ca35-42d9-b1f0-8ff747494c8f 2019-01-20 12:52:13,078 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-7e468608-f203-47a-proj 2019-01-20 12:52:13,079 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:13,079 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:13,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:52:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["YnqszUlsR2e-x13AOBUz-Q"], "issued_at": "2019-01-20T12:52:13.000000Z"}} 2019-01-20 12:52:13,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d0d8cee01f6d1d777b672980d4248b22e542ca" 2019-01-20 12:52:13,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab0832ee-db06-4a3e-b0ac-792709453a27 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:13,545 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ab0832ee-db06-4a3e-b0ac-792709453a27 2019-01-20 12:52:13,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:52:13,556 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:52:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:52:13,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d0d8cee01f6d1d777b672980d4248b22e542ca" 2019-01-20 12:52:13,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1476f6f7-3bf4-453c-a1f9-09b7462144da Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:52:13,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-1476f6f7-3bf4-453c-a1f9-09b7462144da 2019-01-20 12:52:13,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateImageSuccessTests-7e468608-f203-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d0d8cee01f6d1d777b672980d4248b22e542ca" 2019-01-20 12:52:13,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc717155-dfe9-45c6-80c6-1eb88ed6c61d Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateImageSuccessTests-7e468608-f203-47a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/c9f5f3edaed24f9da5f4c0229b9e48cd"}, "enabled": true, "id": "c9f5f3edaed24f9da5f4c0229b9e48cd", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-7e468608-f203-47a-proj"}]} 2019-01-20 12:52:13,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateImageSuccessTests-7e468608-f203-47a-proj used request id req-bc717155-dfe9-45c6-80c6-1eb88ed6c61d 2019-01-20 12:52:13,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d0d8cee01f6d1d777b672980d4248b22e542ca" 2019-01-20 12:52:13,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-899e5c4c-de7e-4320-8905-57d6066146e5 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:52:13,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-899e5c4c-de7e-4320-8905-57d6066146e5 2019-01-20 12:52:14,210 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-7e468608-f203-47a-user 2019-01-20 12:52:14,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:14,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7368927fc20efa4effe7d731f4e8ca1eb12229f" 2019-01-20 12:52:14,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b97ac17-f2dc-4e86-b255-acb5183f2bab Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:52:14,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9b97ac17-f2dc-4e86-b255-acb5183f2bab 2019-01-20 12:52:14,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7368927fc20efa4effe7d731f4e8ca1eb12229f" -d '{"role": {"name": "CreateImageSuccessTests-7e468608-f203-47a-proj-role"}}' 2019-01-20 12:52:14,419 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:52:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f313731f-729a-4880-a930-00a16bca060b Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ed3d49cc3c994d52a69931f5c998f223", "links": {"self": "http://172.30.9.22:5000/v3/roles/ed3d49cc3c994d52a69931f5c998f223"}, "name": "CreateImageSuccessTests-7e468608-f203-47a-proj-role"}} 2019-01-20 12:52:14,419 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-f313731f-729a-4880-a930-00a16bca060b 2019-01-20 12:52:14,420 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-7e468608-f203-47a-proj-role 2019-01-20 12:52:14,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/ed3d49cc3c994d52a69931f5c998f223 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7368927fc20efa4effe7d731f4e8ca1eb12229f" 2019-01-20 12:52:14,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdfd3e7c-907e-4d65-a1d7-afaef6fdde14 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/ed3d49cc3c994d52a69931f5c998f223"}, "domain_id": null, "name": "CreateImageSuccessTests-7e468608-f203-47a-proj-role", "id": "ed3d49cc3c994d52a69931f5c998f223"}} 2019-01-20 12:52:14,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/ed3d49cc3c994d52a69931f5c998f223 used request id req-bdfd3e7c-907e-4d65-a1d7-afaef6fdde14 2019-01-20 12:52:14,503 - keystone_utils - INFO - Granting role CreateImageSuccessTests-7e468608-f203-47a-proj-role to project CreateImageSuccessTests-7e468608-f203-47a-proj 2019-01-20 12:52:14,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/c9f5f3edaed24f9da5f4c0229b9e48cd/users/a177bdeb3247455991d39f25b14c1469/roles/ed3d49cc3c994d52a69931f5c998f223 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7368927fc20efa4effe7d731f4e8ca1eb12229f" 2019-01-20 12:52:14,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72b7f030-0b8c-4374-9df1-6779de8d3013 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:14,638 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/c9f5f3edaed24f9da5f4c0229b9e48cd/users/a177bdeb3247455991d39f25b14c1469/roles/ed3d49cc3c994d52a69931f5c998f223 used request id req-72b7f030-0b8c-4374-9df1-6779de8d3013 2019-01-20 12:52:14,638 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 12:52:14,639 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:14,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:15,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed3d49cc3c994d52a69931f5c998f223", "name": "CreateImageSuccessTests-7e468608-f203-47a-proj-role"}], "expires_at": "2019-01-20T13:52:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9f5f3edaed24f9da5f4c0229b9e48cd", "name": "CreateImageSuccessTests-7e468608-f203-47a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-7e468608-f203-47a-user", "id": "a177bdeb3247455991d39f25b14c1469"}, "audit_ids": ["s1AnCqwJSXOxngZ-cuRmYw"], "issued_at": "2019-01-20T12:52:15.000000Z"}} 2019-01-20 12:52:15,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a99f1b601badca59c23eb337e3d608d55f41bcc0" 2019-01-20 12:52:15,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cc069ce-1783-4995-8332-63fff92a9d7a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:15,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5cc069ce-1783-4995-8332-63fff92a9d7a 2019-01-20 12:52:15,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-2ac254ab-6f7b-4242-b615-7ba537b02cdb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a99f1b601badca59c23eb337e3d608d55f41bcc0" 2019-01-20 12:52:15,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-f8dcaa27-a9c1-4dac-887a-483ae16bf33e Date: Sun, 20 Jan 2019 12:52:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-2ac254ab-6f7b-4242-b615-7ba537b02cdb"} 2019-01-20 12:52:15,672 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-2ac254ab-6f7b-4242-b615-7ba537b02cdb used request id req-f8dcaa27-a9c1-4dac-887a-483ae16bf33e 2019-01-20 12:52:15,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a99f1b601badca59c23eb337e3d608d55f41bcc0" 2019-01-20 12:52:15,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a89b3165-3374-43ab-acaa-00144aa599b6 Date: Sun, 20 Jan 2019 12: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"}}} 2019-01-20 12:52:15,849 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-a89b3165-3374-43ab-acaa-00144aa599b6 2019-01-20 12:52:15,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a99f1b601badca59c23eb337e3d608d55f41bcc0" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-2ac254ab-6f7b-4242-b615-7ba537b02cdb"}' 2019-01-20 12:52:16,445 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/ee755499-e360-4b0a-8ce0-d5472ec0c816 X-Openstack-Request-Id: req-fb546f3a-0f09-4cde-bc22-509d67611b42 Date: Sun, 20 Jan 2019 12:52:16 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-2ac254ab-6f7b-4242-b615-7ba537b02cdb", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:16Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:16Z", "visibility": "shared", "locations": [], "self": "/v2/images/ee755499-e360-4b0a-8ce0-d5472ec0c816", "min_disk": 0, "protected": false, "id": "ee755499-e360-4b0a-8ce0-d5472ec0c816", "file": "/v2/images/ee755499-e360-4b0a-8ce0-d5472ec0c816/file", "checksum": null, "owner": "c9f5f3edaed24f9da5f4c0229b9e48cd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 12:52:16,446 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-fb546f3a-0f09-4cde-bc22-509d67611b42 2019-01-20 12:52:16,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/ee755499-e360-4b0a-8ce0-d5472ec0c816/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a99f1b601badca59c23eb337e3d608d55f41bcc0" -d '' 2019-01-20 12:52:18,315 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d90b9a06-0d1b-434b-be9e-7597b279142d Date: Sun, 20 Jan 2019 12:52:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:52:18,316 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/ee755499-e360-4b0a-8ce0-d5472ec0c816/file used request id req-d90b9a06-0d1b-434b-be9e-7597b279142d 2019-01-20 12:52:18,316 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 12:52:18,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/ee755499-e360-4b0a-8ce0-d5472ec0c816 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a99f1b601badca59c23eb337e3d608d55f41bcc0" 2019-01-20 12:52:18,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-c7b38b0d-a126-43a2-acb6-1b9735eb15b4 Date: Sun, 20 Jan 2019 12:52:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-2ac254ab-6f7b-4242-b615-7ba537b02cdb", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:18Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ee755499-e360-4b0a-8ce0-d5472ec0c816/snap", "metadata": {}}], "self": "/v2/images/ee755499-e360-4b0a-8ce0-d5472ec0c816", "min_disk": 0, "protected": false, "id": "ee755499-e360-4b0a-8ce0-d5472ec0c816", "file": "/v2/images/ee755499-e360-4b0a-8ce0-d5472ec0c816/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9f5f3edaed24f9da5f4c0229b9e48cd", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ee755499-e360-4b0a-8ce0-d5472ec0c816/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 12:52:18,484 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/ee755499-e360-4b0a-8ce0-d5472ec0c816 used request id req-c7b38b0d-a126-43a2-acb6-1b9735eb15b4 2019-01-20 12:52:18,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a99f1b601badca59c23eb337e3d608d55f41bcc0" 2019-01-20 12:52:18,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5c22d72b-5916-4ad5-99d4-34002cd19bd3 Date: Sun, 20 Jan 2019 12:52: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"}}} 2019-01-20 12:52:18,635 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-5c22d72b-5916-4ad5-99d4-34002cd19bd3 2019-01-20 12:52:18,637 - create_image - INFO - Created image with name - CreateImageSuccessTests-2ac254ab-6f7b-4242-b615-7ba537b02cdb 2019-01-20 12:52:18,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/ee755499-e360-4b0a-8ce0-d5472ec0c816 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a99f1b601badca59c23eb337e3d608d55f41bcc0" 2019-01-20 12:52:18,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-fad8e1b6-f7ec-4637-91c7-2f1d1cb4acb5 Date: Sun, 20 Jan 2019 12:52:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-2ac254ab-6f7b-4242-b615-7ba537b02cdb", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:18Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ee755499-e360-4b0a-8ce0-d5472ec0c816/snap", "metadata": {}}], "self": "/v2/images/ee755499-e360-4b0a-8ce0-d5472ec0c816", "min_disk": 0, "protected": false, "id": "ee755499-e360-4b0a-8ce0-d5472ec0c816", "file": "/v2/images/ee755499-e360-4b0a-8ce0-d5472ec0c816/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9f5f3edaed24f9da5f4c0229b9e48cd", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ee755499-e360-4b0a-8ce0-d5472ec0c816/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 12:52:18,809 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/ee755499-e360-4b0a-8ce0-d5472ec0c816 used request id req-fad8e1b6-f7ec-4637-91c7-2f1d1cb4acb5 2019-01-20 12:52:18,810 - create_image - DEBUG - Instance status is - active 2019-01-20 12:52:18,810 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-2ac254ab-6f7b-4242-b615-7ba537b02cdb 2019-01-20 12:52:18,810 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-2ac254ab-6f7b-4242-b615-7ba537b02cdb 2019-01-20 12:52:18,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:19,187 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed3d49cc3c994d52a69931f5c998f223", "name": "CreateImageSuccessTests-7e468608-f203-47a-proj-role"}], "expires_at": "2019-01-20T13:52:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c9f5f3edaed24f9da5f4c0229b9e48cd", "name": "CreateImageSuccessTests-7e468608-f203-47a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/c9f5f3edaed24f9da5f4c0229b9e48cd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-7e468608-f203-47a-user", "id": "a177bdeb3247455991d39f25b14c1469"}, "audit_ids": ["4cbo2OUqRdKiX6LLU22Qag"], "issued_at": "2019-01-20T12:52:19.000000Z"}} 2019-01-20 12:52:19,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-2ac254ab-6f7b-4242-b615-7ba537b02cdb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}839d42a59c16ae9ee0b001d84f9d61dadd5b3924" 2019-01-20 12:52:19,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-ee69e4a9-5d50-498a-8104-7e8fc289a82c Date: Sun, 20 Jan 2019 12:52:19 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-2ac254ab-6f7b-4242-b615-7ba537b02cdb", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:18Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ee755499-e360-4b0a-8ce0-d5472ec0c816/snap", "metadata": {}}], "self": "/v2/images/ee755499-e360-4b0a-8ce0-d5472ec0c816", "min_disk": 0, "protected": false, "id": "ee755499-e360-4b0a-8ce0-d5472ec0c816", "file": "/v2/images/ee755499-e360-4b0a-8ce0-d5472ec0c816/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c9f5f3edaed24f9da5f4c0229b9e48cd", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ee755499-e360-4b0a-8ce0-d5472ec0c816/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-2ac254ab-6f7b-4242-b615-7ba537b02cdb"} 2019-01-20 12:52:19,354 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-2ac254ab-6f7b-4242-b615-7ba537b02cdb used request id req-ee69e4a9-5d50-498a-8104-7e8fc289a82c 2019-01-20 12:52:19,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}839d42a59c16ae9ee0b001d84f9d61dadd5b3924" 2019-01-20 12:52:19,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-88e96129-0e71-4ae6-9714-a4997ace4cf6 Date: Sun, 20 Jan 2019 12:52: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"}}} 2019-01-20 12:52:19,898 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-88e96129-0e71-4ae6-9714-a4997ace4cf6 2019-01-20 12:52:19,901 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-2ac254ab-6f7b-4242-b615-7ba537b02cdb 2019-01-20 12:52:19,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/ee755499-e360-4b0a-8ce0-d5472ec0c816 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a99f1b601badca59c23eb337e3d608d55f41bcc0" 2019-01-20 12:52:21,839 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9c3b58c7-f60f-4240-91d4-07544b751523 Date: Sun, 20 Jan 2019 12:52:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:52:21,839 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/ee755499-e360-4b0a-8ce0-d5472ec0c816 used request id req-9c3b58c7-f60f-4240-91d4-07544b751523 2019-01-20 12:52:21,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7368927fc20efa4effe7d731f4e8ca1eb12229f" 2019-01-20 12:52:22,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-153d7376-238b-4d32-9cd0-66d92389571d Date: Sun, 20 Jan 2019 12:52:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:52:22,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-153d7376-238b-4d32-9cd0-66d92389571d 2019-01-20 12:52:22,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7368927fc20efa4effe7d731f4e8ca1eb12229f" 2019-01-20 12:52:22,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-177a5477-bb7d-4351-b9af-7910c5dda13b 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:52:22,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-177a5477-bb7d-4351-b9af-7910c5dda13b 2019-01-20 12:52:22,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7368927fc20efa4effe7d731f4e8ca1eb12229f" 2019-01-20 12:52:22,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89dc2d03-0f7b-4a1f-91b4-df8dca9165e5 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:52:22,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-89dc2d03-0f7b-4a1f-91b4-df8dca9165e5 2019-01-20 12:52:22,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7368927fc20efa4effe7d731f4e8ca1eb12229f" 2019-01-20 12:52:22,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39b9f4e3-5e51-43c4-b97f-21792ad085ff Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:52:22,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-39b9f4e3-5e51-43c4-b97f-21792ad085ff 2019-01-20 12:52:22,348 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-7e468608-f203-47a-proj 2019-01-20 12:52:22,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/c9f5f3edaed24f9da5f4c0229b9e48cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7368927fc20efa4effe7d731f4e8ca1eb12229f" 2019-01-20 12:52:22,548 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf1e866b-e2ea-45b5-8e4f-a1166011f086 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:22,548 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/c9f5f3edaed24f9da5f4c0229b9e48cd used request id req-cf1e866b-e2ea-45b5-8e4f-a1166011f086 2019-01-20 12:52:22,548 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-7e468608-f203-47a-proj-role 2019-01-20 12:52:22,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/ed3d49cc3c994d52a69931f5c998f223 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7368927fc20efa4effe7d731f4e8ca1eb12229f" 2019-01-20 12:52:22,653 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b77c2bf8-8c6e-402f-94f2-a82472ca4517 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:22,653 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/ed3d49cc3c994d52a69931f5c998f223 used request id req-b77c2bf8-8c6e-402f-94f2-a82472ca4517 2019-01-20 12:52:22,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7368927fc20efa4effe7d731f4e8ca1eb12229f" 2019-01-20 12:52:22,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bd4de94-03c3-404d-978a-dedd61e9dedd Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:52:22,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0bd4de94-03c3-404d-978a-dedd61e9dedd 2019-01-20 12:52:22,757 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-7e468608-f203-47a-user 2019-01-20 12:52:22,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/a177bdeb3247455991d39f25b14c1469 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0d0d8cee01f6d1d777b672980d4248b22e542ca" 2019-01-20 12:52:22,928 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e02adc62-66c3-4bd0-af95-f9ada8a2b66a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:22,928 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/a177bdeb3247455991d39f25b14c1469 used request id req-e02adc62-66c3-4bd0-af95-f9ada8a2b66a 2019-01-20 12:52:22,930 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:23,305 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:52:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["nshSIOAFRCqo8LuaQ9GotQ"], "issued_at": "2019-01-20T12:52:23.000000Z"}} 2019-01-20 12:52:23,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56bee1c298804912bdaba6885173a5498a0a5007" 2019-01-20 12:52:23,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c070add0-2e8c-4524-83b6-1aaf299fe46c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:23,402 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c070add0-2e8c-4524-83b6-1aaf299fe46c 2019-01-20 12:52:23,404 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:23,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:23,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:52:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["YHPEMzRbSFKwF8yLfMWhRg"], "issued_at": "2019-01-20T12:52:23.000000Z"}} 2019-01-20 12:52:23,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b3dadf1960d103de6398eb66839bef211702d0" 2019-01-20 12:52:23,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eef735a-d759-4936-a0ff-47d870c39fe8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:23,961 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4eef735a-d759-4936-a0ff-47d870c39fe8 2019-01-20 12:52:23,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:52:23,972 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:52: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:52:23,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-43a64ef0-c284-422-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b3dadf1960d103de6398eb66839bef211702d0" 2019-01-20 12:52:24,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-329bd4c0-c9d5-4941-850c-8a7fbe3aaba8 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-43a64ef0-c284-422-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:52:24,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-43a64ef0-c284-422-proj used request id req-329bd4c0-c9d5-4941-850c-8a7fbe3aaba8 2019-01-20 12:52:24,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b3dadf1960d103de6398eb66839bef211702d0" 2019-01-20 12:52:24,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edf5943a-81e7-42d8-8724-dcf3b81b57bd Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:52:24,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-edf5943a-81e7-42d8-8724-dcf3b81b57bd 2019-01-20 12:52:24,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b3dadf1960d103de6398eb66839bef211702d0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-43a64ef0-c284-422-proj"}}' 2019-01-20 12:52:24,282 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:52:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-415e1dd8-6e88-4ecc-9eaf-0f765e13f501 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/e0a3d8c7294f47a0a4af5909c06014f3"}, "enabled": true, "id": "e0a3d8c7294f47a0a4af5909c06014f3", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-43a64ef0-c284-422-proj"}} 2019-01-20 12:52:24,282 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-415e1dd8-6e88-4ecc-9eaf-0f765e13f501 2019-01-20 12:52:24,282 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-43a64ef0-c284-422-proj 2019-01-20 12:52:24,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:24,283 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:24,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:52:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["uQI4Z_koTpSOwhPghG445w"], "issued_at": "2019-01-20T12:52:24.000000Z"}} 2019-01-20 12:52:24,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6406ed4c38c62332957569d1e30181991c61ae2" 2019-01-20 12:52:24,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed140e94-d624-4dd0-9344-24dae6cd5949 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:24,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ed140e94-d624-4dd0-9344-24dae6cd5949 2019-01-20 12:52:24,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:52:24,700 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:52: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:52:24,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6406ed4c38c62332957569d1e30181991c61ae2" 2019-01-20 12:52:24,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dbf0fb8-1c1d-4087-9890-bc7359dd5acd Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:52:24,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-6dbf0fb8-1c1d-4087-9890-bc7359dd5acd 2019-01-20 12:52:24,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateImageSuccessTests-43a64ef0-c284-422-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6406ed4c38c62332957569d1e30181991c61ae2" 2019-01-20 12:52:24,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53d16172-0ffd-442b-8685-f9c7c5ae1415 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateImageSuccessTests-43a64ef0-c284-422-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/e0a3d8c7294f47a0a4af5909c06014f3"}, "enabled": true, "id": "e0a3d8c7294f47a0a4af5909c06014f3", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-43a64ef0-c284-422-proj"}]} 2019-01-20 12:52:24,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateImageSuccessTests-43a64ef0-c284-422-proj used request id req-53d16172-0ffd-442b-8685-f9c7c5ae1415 2019-01-20 12:52:24,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6406ed4c38c62332957569d1e30181991c61ae2" 2019-01-20 12:52:25,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da089e36-9b20-45ce-a969-440022131902 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:52:25,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-da089e36-9b20-45ce-a969-440022131902 2019-01-20 12:52:25,373 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-43a64ef0-c284-422-user 2019-01-20 12:52:25,373 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:25,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b3dadf1960d103de6398eb66839bef211702d0" 2019-01-20 12:52:25,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20d44bb8-0731-4cb6-b627-649ae9954ac8 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:52:25,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-20d44bb8-0731-4cb6-b627-649ae9954ac8 2019-01-20 12:52:25,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b3dadf1960d103de6398eb66839bef211702d0" -d '{"role": {"name": "CreateImageSuccessTests-43a64ef0-c284-422-proj-role"}}' 2019-01-20 12:52:25,582 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:52:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85dc1f2d-a058-4590-bacd-cbaf33f4afb5 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "66141e0cf94f42d692dc2036e2efc385", "links": {"self": "http://172.30.9.22:5000/v3/roles/66141e0cf94f42d692dc2036e2efc385"}, "name": "CreateImageSuccessTests-43a64ef0-c284-422-proj-role"}} 2019-01-20 12:52:25,582 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-85dc1f2d-a058-4590-bacd-cbaf33f4afb5 2019-01-20 12:52:25,582 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-43a64ef0-c284-422-proj-role 2019-01-20 12:52:25,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/66141e0cf94f42d692dc2036e2efc385 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b3dadf1960d103de6398eb66839bef211702d0" 2019-01-20 12:52:25,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d81156ef-07ee-4273-b957-bd6ed19576fd Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/66141e0cf94f42d692dc2036e2efc385"}, "domain_id": null, "name": "CreateImageSuccessTests-43a64ef0-c284-422-proj-role", "id": "66141e0cf94f42d692dc2036e2efc385"}} 2019-01-20 12:52:25,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/66141e0cf94f42d692dc2036e2efc385 used request id req-d81156ef-07ee-4273-b957-bd6ed19576fd 2019-01-20 12:52:25,677 - keystone_utils - INFO - Granting role CreateImageSuccessTests-43a64ef0-c284-422-proj-role to project CreateImageSuccessTests-43a64ef0-c284-422-proj 2019-01-20 12:52:25,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/e0a3d8c7294f47a0a4af5909c06014f3/users/6aede572c0af4c579d7f262e59dadcae/roles/66141e0cf94f42d692dc2036e2efc385 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b3dadf1960d103de6398eb66839bef211702d0" 2019-01-20 12:52:25,799 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-199487ec-557c-4c82-8da4-e81174f3fb5b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:25,799 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/e0a3d8c7294f47a0a4af5909c06014f3/users/6aede572c0af4c579d7f262e59dadcae/roles/66141e0cf94f42d692dc2036e2efc385 used request id req-199487ec-557c-4c82-8da4-e81174f3fb5b 2019-01-20 12:52:25,800 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 12:52:25,800 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:25,801 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:26,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "66141e0cf94f42d692dc2036e2efc385", "name": "CreateImageSuccessTests-43a64ef0-c284-422-proj-role"}], "expires_at": "2019-01-20T13:52:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0a3d8c7294f47a0a4af5909c06014f3", "name": "CreateImageSuccessTests-43a64ef0-c284-422-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-43a64ef0-c284-422-user", "id": "6aede572c0af4c579d7f262e59dadcae"}, "audit_ids": ["zpBBccyQRZyi-O1-R640Hw"], "issued_at": "2019-01-20T12:52:26.000000Z"}} 2019-01-20 12:52:26,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45e63484b1ae0fe4158ff66c3236f0b38ba223e0" 2019-01-20 12:52:26,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6537f5c4-0f9b-459e-ad10-b7a31c2e10fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:26,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6537f5c4-0f9b-459e-ad10-b7a31c2e10fd 2019-01-20 12:52:26,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-5feed358-4c5d-4f06-9869-254d14353f7f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}45e63484b1ae0fe4158ff66c3236f0b38ba223e0" 2019-01-20 12:52:26,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-adedf18c-9635-44a5-b334-f105363d08be Date: Sun, 20 Jan 2019 12:52:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-5feed358-4c5d-4f06-9869-254d14353f7f"} 2019-01-20 12:52:26,441 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-5feed358-4c5d-4f06-9869-254d14353f7f used request id req-adedf18c-9635-44a5-b334-f105363d08be 2019-01-20 12:52:26,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}45e63484b1ae0fe4158ff66c3236f0b38ba223e0" 2019-01-20 12:52:26,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-20a009cd-650e-447d-b7a4-9e5e803289f3 Date: Sun, 20 Jan 2019 12:52: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"}}} 2019-01-20 12:52:26,594 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-20a009cd-650e-447d-b7a4-9e5e803289f3 2019-01-20 12:52:26,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45e63484b1ae0fe4158ff66c3236f0b38ba223e0" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-5feed358-4c5d-4f06-9869-254d14353f7f"}' 2019-01-20 12:52:26,847 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8 X-Openstack-Request-Id: req-02ccf253-1f17-43d2-b462-632217ebb3a8 Date: Sun, 20 Jan 2019 12:52:26 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-5feed358-4c5d-4f06-9869-254d14353f7f", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:26Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:26Z", "visibility": "shared", "locations": [], "self": "/v2/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8", "min_disk": 0, "protected": false, "id": "6e6d599d-b8ce-45c6-878a-ba58890da1f8", "file": "/v2/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8/file", "checksum": null, "owner": "e0a3d8c7294f47a0a4af5909c06014f3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 12:52:26,847 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-02ccf253-1f17-43d2-b462-632217ebb3a8 2019-01-20 12:52:26,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}45e63484b1ae0fe4158ff66c3236f0b38ba223e0" -d '' 2019-01-20 12:52:28,206 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0c2839e1-d55a-44b8-990c-f794ee1d898d Date: Sun, 20 Jan 2019 12:52:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:52:28,206 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8/file used request id req-0c2839e1-d55a-44b8-990c-f794ee1d898d 2019-01-20 12:52:28,207 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 12:52:28,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}45e63484b1ae0fe4158ff66c3236f0b38ba223e0" 2019-01-20 12:52:28,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-2a57c990-2870-4238-b9aa-53115d6fc7e2 Date: Sun, 20 Jan 2019 12:52:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-5feed358-4c5d-4f06-9869-254d14353f7f", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:28Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8/snap", "metadata": {}}], "self": "/v2/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8", "min_disk": 0, "protected": false, "id": "6e6d599d-b8ce-45c6-878a-ba58890da1f8", "file": "/v2/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0a3d8c7294f47a0a4af5909c06014f3", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 12:52:28,372 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8 used request id req-2a57c990-2870-4238-b9aa-53115d6fc7e2 2019-01-20 12:52:28,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}45e63484b1ae0fe4158ff66c3236f0b38ba223e0" 2019-01-20 12:52:28,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-465be7e1-fb1b-46db-8870-fa36bae2c6f4 Date: Sun, 20 Jan 2019 12:52: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"}}} 2019-01-20 12:52:28,533 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-465be7e1-fb1b-46db-8870-fa36bae2c6f4 2019-01-20 12:52:28,536 - create_image - INFO - Created image with name - CreateImageSuccessTests-5feed358-4c5d-4f06-9869-254d14353f7f 2019-01-20 12:52:28,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}45e63484b1ae0fe4158ff66c3236f0b38ba223e0" 2019-01-20 12:52:28,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-89cb751d-bceb-466a-ac64-921c2a312e9c Date: Sun, 20 Jan 2019 12:52:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-5feed358-4c5d-4f06-9869-254d14353f7f", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:28Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8/snap", "metadata": {}}], "self": "/v2/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8", "min_disk": 0, "protected": false, "id": "6e6d599d-b8ce-45c6-878a-ba58890da1f8", "file": "/v2/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0a3d8c7294f47a0a4af5909c06014f3", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 12:52:28,689 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8 used request id req-89cb751d-bceb-466a-ac64-921c2a312e9c 2019-01-20 12:52:28,690 - create_image - DEBUG - Instance status is - active 2019-01-20 12:52:28,690 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-5feed358-4c5d-4f06-9869-254d14353f7f 2019-01-20 12:52:28,690 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-5feed358-4c5d-4f06-9869-254d14353f7f 2019-01-20 12:52:28,690 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:29,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "66141e0cf94f42d692dc2036e2efc385", "name": "CreateImageSuccessTests-43a64ef0-c284-422-proj-role"}], "expires_at": "2019-01-20T13:52:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0a3d8c7294f47a0a4af5909c06014f3", "name": "CreateImageSuccessTests-43a64ef0-c284-422-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/e0a3d8c7294f47a0a4af5909c06014f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-43a64ef0-c284-422-user", "id": "6aede572c0af4c579d7f262e59dadcae"}, "audit_ids": ["7-Sx7jsOSD-Xn4qUrWOQqA"], "issued_at": "2019-01-20T12:52:29.000000Z"}} 2019-01-20 12:52:29,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-5feed358-4c5d-4f06-9869-254d14353f7f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e7ee04cccd5ec3a43f9748107c68fb845c1aac8e" 2019-01-20 12:52:29,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-f3f29b17-f710-4d52-beba-e818afbe0b91 Date: Sun, 20 Jan 2019 12:52:29 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-5feed358-4c5d-4f06-9869-254d14353f7f", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:28Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8/snap", "metadata": {}}], "self": "/v2/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8", "min_disk": 0, "protected": false, "id": "6e6d599d-b8ce-45c6-878a-ba58890da1f8", "file": "/v2/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0a3d8c7294f47a0a4af5909c06014f3", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-5feed358-4c5d-4f06-9869-254d14353f7f"} 2019-01-20 12:52:29,613 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-5feed358-4c5d-4f06-9869-254d14353f7f used request id req-f3f29b17-f710-4d52-beba-e818afbe0b91 2019-01-20 12:52:29,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e7ee04cccd5ec3a43f9748107c68fb845c1aac8e" 2019-01-20 12:52:29,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-297084c6-c129-41ad-b77f-53ef74132f96 Date: Sun, 20 Jan 2019 12:52: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"}}} 2019-01-20 12:52:29,833 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-297084c6-c129-41ad-b77f-53ef74132f96 2019-01-20 12:52:29,836 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-5feed358-4c5d-4f06-9869-254d14353f7f 2019-01-20 12:52:29,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}45e63484b1ae0fe4158ff66c3236f0b38ba223e0" 2019-01-20 12:52:30,952 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f6a9c613-a94d-4d9e-ad1b-4e37566ac7cc Date: Sun, 20 Jan 2019 12:52:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:52:30,952 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/6e6d599d-b8ce-45c6-878a-ba58890da1f8 used request id req-f6a9c613-a94d-4d9e-ad1b-4e37566ac7cc 2019-01-20 12:52:30,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b3dadf1960d103de6398eb66839bef211702d0" 2019-01-20 12:52:31,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ae8a6b1d-3e38-4dc5-babf-af108de871d1 Date: Sun, 20 Jan 2019 12:52:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:52:31,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-ae8a6b1d-3e38-4dc5-babf-af108de871d1 2019-01-20 12:52:31,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b3dadf1960d103de6398eb66839bef211702d0" 2019-01-20 12:52:31,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b77d7e9d-6d6b-4a8c-91e8-15b5722bf2e7 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:52:31,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-b77d7e9d-6d6b-4a8c-91e8-15b5722bf2e7 2019-01-20 12:52:31,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b3dadf1960d103de6398eb66839bef211702d0" 2019-01-20 12:52:31,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40dc3cc8-f88d-4bac-b768-5cf20e70d052 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:52:31,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-40dc3cc8-f88d-4bac-b768-5cf20e70d052 2019-01-20 12:52:31,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b3dadf1960d103de6398eb66839bef211702d0" 2019-01-20 12:52:31,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a93fe53-31de-4324-b775-7b6e55b68ba1 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:52:31,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-7a93fe53-31de-4324-b775-7b6e55b68ba1 2019-01-20 12:52:31,455 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-43a64ef0-c284-422-proj 2019-01-20 12:52:31,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/e0a3d8c7294f47a0a4af5909c06014f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b3dadf1960d103de6398eb66839bef211702d0" 2019-01-20 12:52:31,674 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f30fe85-326b-4887-898b-401dc0e813ca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:31,674 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/e0a3d8c7294f47a0a4af5909c06014f3 used request id req-0f30fe85-326b-4887-898b-401dc0e813ca 2019-01-20 12:52:31,674 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-43a64ef0-c284-422-proj-role 2019-01-20 12:52:31,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/66141e0cf94f42d692dc2036e2efc385 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b3dadf1960d103de6398eb66839bef211702d0" 2019-01-20 12:52:31,904 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d98f4302-7a23-4c75-ae2e-521af13b5a77 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:31,904 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/66141e0cf94f42d692dc2036e2efc385 used request id req-d98f4302-7a23-4c75-ae2e-521af13b5a77 2019-01-20 12:52:31,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4b3dadf1960d103de6398eb66839bef211702d0" 2019-01-20 12:52:31,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c62de0b-1d07-4ee0-b9db-5f312c6d4c2d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:52:31,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-3c62de0b-1d07-4ee0-b9db-5f312c6d4c2d 2019-01-20 12:52:31,991 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-43a64ef0-c284-422-user 2019-01-20 12:52:31,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/6aede572c0af4c579d7f262e59dadcae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6406ed4c38c62332957569d1e30181991c61ae2" 2019-01-20 12:52:32,173 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58838c25-788d-4f88-a45e-5c266476f446 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:32,173 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/6aede572c0af4c579d7f262e59dadcae used request id req-58838c25-788d-4f88-a45e-5c266476f446 2019-01-20 12:52:32,175 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:32,567 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:52:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["G64BqwJ2SEmQG7yFBomRFA"], "issued_at": "2019-01-20T12:52:32.000000Z"}} 2019-01-20 12:52:32,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1283f070707a7b45443da65f7dd84493cf4481aa" 2019-01-20 12:52:32,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b32a27c0-5bfb-4f61-87e0-1c542cd0370f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:32,645 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b32a27c0-5bfb-4f61-87e0-1c542cd0370f 2019-01-20 12:52:32,647 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:32,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:33,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:52:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["3sgUqpeWTWOdlrneSD3-yA"], "issued_at": "2019-01-20T12:52:33.000000Z"}} 2019-01-20 12:52:33,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5f156382d9030459399b4e7bbd151fc359f533" 2019-01-20 12:52:33,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a44b8124-e86a-43b9-9c8a-59208b9ba4ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:33,139 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a44b8124-e86a-43b9-9c8a-59208b9ba4ac 2019-01-20 12:52:33,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:52:33,152 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:52: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:52:33,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-a18598ae-4fb6-47c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5f156382d9030459399b4e7bbd151fc359f533" 2019-01-20 12:52:33,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fad53535-91cf-40c2-8f19-c131065d3f60 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-a18598ae-4fb6-47c-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:52:33,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-a18598ae-4fb6-47c-proj used request id req-fad53535-91cf-40c2-8f19-c131065d3f60 2019-01-20 12:52:33,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5f156382d9030459399b4e7bbd151fc359f533" 2019-01-20 12:52:33,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f23e22ad-1fa7-4eaa-9347-cc9b47f47dec Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:52:33,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-f23e22ad-1fa7-4eaa-9347-cc9b47f47dec 2019-01-20 12:52:33,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5f156382d9030459399b4e7bbd151fc359f533" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-a18598ae-4fb6-47c-proj"}}' 2019-01-20 12:52:33,443 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:52:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2205afbd-99bf-46f5-9e33-e1551f9a899f Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d95641bc7beb47159bfbd4c19b19654a"}, "enabled": true, "id": "d95641bc7beb47159bfbd4c19b19654a", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-a18598ae-4fb6-47c-proj"}} 2019-01-20 12:52:33,444 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-2205afbd-99bf-46f5-9e33-e1551f9a899f 2019-01-20 12:52:33,444 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-a18598ae-4fb6-47c-proj 2019-01-20 12:52:33,444 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:33,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:33,828 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:52:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["z9OfXXqLTBidSXbQ3LFVYQ"], "issued_at": "2019-01-20T12:52:33.000000Z"}} 2019-01-20 12:52:33,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d8986b0954b3ab4fc44a095aa426818c6826a68" 2019-01-20 12:52:33,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a638b564-d4f3-4561-b215-fa83a43546c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:33,918 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a638b564-d4f3-4561-b215-fa83a43546c2 2019-01-20 12:52:33,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:52:33,928 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:52: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:52:33,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d8986b0954b3ab4fc44a095aa426818c6826a68" 2019-01-20 12:52:34,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa07893a-e8d2-48e2-a29b-880e775e936b Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:52:34,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-fa07893a-e8d2-48e2-a29b-880e775e936b 2019-01-20 12:52:34,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateImageSuccessTests-a18598ae-4fb6-47c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d8986b0954b3ab4fc44a095aa426818c6826a68" 2019-01-20 12:52:34,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54af310d-6dbe-4735-ba44-d173531dbcdb Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateImageSuccessTests-a18598ae-4fb6-47c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d95641bc7beb47159bfbd4c19b19654a"}, "enabled": true, "id": "d95641bc7beb47159bfbd4c19b19654a", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-a18598ae-4fb6-47c-proj"}]} 2019-01-20 12:52:34,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateImageSuccessTests-a18598ae-4fb6-47c-proj used request id req-54af310d-6dbe-4735-ba44-d173531dbcdb 2019-01-20 12:52:34,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d8986b0954b3ab4fc44a095aa426818c6826a68" 2019-01-20 12:52:34,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f86be8a-6d02-4281-a3db-887afe66dab8 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:52:34,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-5f86be8a-6d02-4281-a3db-887afe66dab8 2019-01-20 12:52:34,503 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-a18598ae-4fb6-47c-user 2019-01-20 12:52:34,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:34,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5f156382d9030459399b4e7bbd151fc359f533" 2019-01-20 12:52:34,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20f173e0-58ac-4c25-ad5d-5cdd7a3cedb5 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:52:34,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-20f173e0-58ac-4c25-ad5d-5cdd7a3cedb5 2019-01-20 12:52:34,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5f156382d9030459399b4e7bbd151fc359f533" -d '{"role": {"name": "CreateImageSuccessTests-a18598ae-4fb6-47c-proj-role"}}' 2019-01-20 12:52:34,707 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:52:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6bf6cc4-46c3-4841-b46c-b00c506d95dc Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f32594b3b51543b59da1351864a6ff54", "links": {"self": "http://172.30.9.22:5000/v3/roles/f32594b3b51543b59da1351864a6ff54"}, "name": "CreateImageSuccessTests-a18598ae-4fb6-47c-proj-role"}} 2019-01-20 12:52:34,707 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-a6bf6cc4-46c3-4841-b46c-b00c506d95dc 2019-01-20 12:52:34,707 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-a18598ae-4fb6-47c-proj-role 2019-01-20 12:52:34,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/f32594b3b51543b59da1351864a6ff54 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5f156382d9030459399b4e7bbd151fc359f533" 2019-01-20 12:52:34,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90b0ff06-b110-40cf-a25c-71cf6c2589fe Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/f32594b3b51543b59da1351864a6ff54"}, "domain_id": null, "name": "CreateImageSuccessTests-a18598ae-4fb6-47c-proj-role", "id": "f32594b3b51543b59da1351864a6ff54"}} 2019-01-20 12:52:34,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/f32594b3b51543b59da1351864a6ff54 used request id req-90b0ff06-b110-40cf-a25c-71cf6c2589fe 2019-01-20 12:52:34,809 - keystone_utils - INFO - Granting role CreateImageSuccessTests-a18598ae-4fb6-47c-proj-role to project CreateImageSuccessTests-a18598ae-4fb6-47c-proj 2019-01-20 12:52:34,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/d95641bc7beb47159bfbd4c19b19654a/users/6d12aecf3b1940ce87dbc60e3991cd36/roles/f32594b3b51543b59da1351864a6ff54 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5f156382d9030459399b4e7bbd151fc359f533" 2019-01-20 12:52:34,943 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-250ab48a-0682-4ad4-98e8-49a1658a9602 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:34,943 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d95641bc7beb47159bfbd4c19b19654a/users/6d12aecf3b1940ce87dbc60e3991cd36/roles/f32594b3b51543b59da1351864a6ff54 used request id req-250ab48a-0682-4ad4-98e8-49a1658a9602 2019-01-20 12:52:34,944 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 12:52:34,944 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:34,945 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:35,321 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f32594b3b51543b59da1351864a6ff54", "name": "CreateImageSuccessTests-a18598ae-4fb6-47c-proj-role"}], "expires_at": "2019-01-20T13:52:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d95641bc7beb47159bfbd4c19b19654a", "name": "CreateImageSuccessTests-a18598ae-4fb6-47c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d95641bc7beb47159bfbd4c19b19654a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d95641bc7beb47159bfbd4c19b19654a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d95641bc7beb47159bfbd4c19b19654a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d95641bc7beb47159bfbd4c19b19654a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d95641bc7beb47159bfbd4c19b19654a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d95641bc7beb47159bfbd4c19b19654a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d95641bc7beb47159bfbd4c19b19654a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d95641bc7beb47159bfbd4c19b19654a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d95641bc7beb47159bfbd4c19b19654a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d95641bc7beb47159bfbd4c19b19654a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d95641bc7beb47159bfbd4c19b19654a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d95641bc7beb47159bfbd4c19b19654a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-a18598ae-4fb6-47c-user", "id": "6d12aecf3b1940ce87dbc60e3991cd36"}, "audit_ids": ["haA1VvlQSCODZQoFzdY11A"], "issued_at": "2019-01-20T12:52:35.000000Z"}} 2019-01-20 12:52:35,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bd4ed91d2822904b04ad07834d4d059c8e51029" 2019-01-20 12:52:35,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a23f0396-92ef-412f-a8e3-fee92d9665f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:35,401 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a23f0396-92ef-412f-a8e3-fee92d9665f1 2019-01-20 12:52:35,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-915bd454-959d-4168-9ce9-5708208403bc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0bd4ed91d2822904b04ad07834d4d059c8e51029" 2019-01-20 12:52:35,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-80a861ed-678c-4288-a47a-8aaf896c8b6a Date: Sun, 20 Jan 2019 12:52:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-915bd454-959d-4168-9ce9-5708208403bc"} 2019-01-20 12:52:35,585 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-915bd454-959d-4168-9ce9-5708208403bc used request id req-80a861ed-678c-4288-a47a-8aaf896c8b6a 2019-01-20 12:52:35,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0bd4ed91d2822904b04ad07834d4d059c8e51029" 2019-01-20 12:52:35,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4ca3b4d4-92c3-478e-b007-fef12c660be3 Date: Sun, 20 Jan 2019 12:52: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"}}} 2019-01-20 12:52:35,751 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-4ca3b4d4-92c3-478e-b007-fef12c660be3 2019-01-20 12:52:35,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0bd4ed91d2822904b04ad07834d4d059c8e51029" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-915bd454-959d-4168-9ce9-5708208403bc"}' 2019-01-20 12:52:35,960 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/6b3a9015-e875-40bb-928b-0e6d4745863f X-Openstack-Request-Id: req-8112e7a7-3c0a-4084-859b-40510dc131d1 Date: Sun, 20 Jan 2019 12:52:35 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-915bd454-959d-4168-9ce9-5708208403bc", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:35Z", "visibility": "shared", "locations": [], "self": "/v2/images/6b3a9015-e875-40bb-928b-0e6d4745863f", "min_disk": 0, "protected": false, "id": "6b3a9015-e875-40bb-928b-0e6d4745863f", "file": "/v2/images/6b3a9015-e875-40bb-928b-0e6d4745863f/file", "checksum": null, "owner": "d95641bc7beb47159bfbd4c19b19654a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 12:52:35,960 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-8112e7a7-3c0a-4084-859b-40510dc131d1 2019-01-20 12:52:35,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/6b3a9015-e875-40bb-928b-0e6d4745863f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0bd4ed91d2822904b04ad07834d4d059c8e51029" -d '' 2019-01-20 12:52:37,119 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1c4268af-ca3b-490d-9054-9300e3e1bd8a Date: Sun, 20 Jan 2019 12:52:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:52:37,119 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/6b3a9015-e875-40bb-928b-0e6d4745863f/file used request id req-1c4268af-ca3b-490d-9054-9300e3e1bd8a 2019-01-20 12:52:37,120 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 12:52:37,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/6b3a9015-e875-40bb-928b-0e6d4745863f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0bd4ed91d2822904b04ad07834d4d059c8e51029" 2019-01-20 12:52:37,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-1955286c-0bbd-4adc-ad5d-995b42316b6a Date: Sun, 20 Jan 2019 12:52:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-915bd454-959d-4168-9ce9-5708208403bc", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:37Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6b3a9015-e875-40bb-928b-0e6d4745863f/snap", "metadata": {}}], "self": "/v2/images/6b3a9015-e875-40bb-928b-0e6d4745863f", "min_disk": 0, "protected": false, "id": "6b3a9015-e875-40bb-928b-0e6d4745863f", "file": "/v2/images/6b3a9015-e875-40bb-928b-0e6d4745863f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d95641bc7beb47159bfbd4c19b19654a", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6b3a9015-e875-40bb-928b-0e6d4745863f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 12:52:37,295 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/6b3a9015-e875-40bb-928b-0e6d4745863f used request id req-1955286c-0bbd-4adc-ad5d-995b42316b6a 2019-01-20 12:52:37,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0bd4ed91d2822904b04ad07834d4d059c8e51029" 2019-01-20 12:52:37,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cec367c9-c969-4836-bf35-7858a5698140 Date: Sun, 20 Jan 2019 12:52: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"}}} 2019-01-20 12:52:37,447 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-cec367c9-c969-4836-bf35-7858a5698140 2019-01-20 12:52:37,450 - create_image - INFO - Created image with name - CreateImageSuccessTests-915bd454-959d-4168-9ce9-5708208403bc 2019-01-20 12:52:37,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/6b3a9015-e875-40bb-928b-0e6d4745863f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0bd4ed91d2822904b04ad07834d4d059c8e51029" 2019-01-20 12:52:37,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-32daa6d1-8427-425c-a3fc-e9aac32284f9 Date: Sun, 20 Jan 2019 12:52:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-915bd454-959d-4168-9ce9-5708208403bc", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:37Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6b3a9015-e875-40bb-928b-0e6d4745863f/snap", "metadata": {}}], "self": "/v2/images/6b3a9015-e875-40bb-928b-0e6d4745863f", "min_disk": 0, "protected": false, "id": "6b3a9015-e875-40bb-928b-0e6d4745863f", "file": "/v2/images/6b3a9015-e875-40bb-928b-0e6d4745863f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d95641bc7beb47159bfbd4c19b19654a", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6b3a9015-e875-40bb-928b-0e6d4745863f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 12:52:37,625 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/6b3a9015-e875-40bb-928b-0e6d4745863f used request id req-32daa6d1-8427-425c-a3fc-e9aac32284f9 2019-01-20 12:52:37,625 - create_image - DEBUG - Instance status is - active 2019-01-20 12:52:37,625 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-915bd454-959d-4168-9ce9-5708208403bc 2019-01-20 12:52:37,626 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-915bd454-959d-4168-9ce9-5708208403bc 2019-01-20 12:52:37,626 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:38,006 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f32594b3b51543b59da1351864a6ff54", "name": "CreateImageSuccessTests-a18598ae-4fb6-47c-proj-role"}], "expires_at": "2019-01-20T13:52:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d95641bc7beb47159bfbd4c19b19654a", "name": "CreateImageSuccessTests-a18598ae-4fb6-47c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d95641bc7beb47159bfbd4c19b19654a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d95641bc7beb47159bfbd4c19b19654a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d95641bc7beb47159bfbd4c19b19654a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d95641bc7beb47159bfbd4c19b19654a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d95641bc7beb47159bfbd4c19b19654a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d95641bc7beb47159bfbd4c19b19654a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d95641bc7beb47159bfbd4c19b19654a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d95641bc7beb47159bfbd4c19b19654a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d95641bc7beb47159bfbd4c19b19654a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d95641bc7beb47159bfbd4c19b19654a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d95641bc7beb47159bfbd4c19b19654a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d95641bc7beb47159bfbd4c19b19654a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-a18598ae-4fb6-47c-user", "id": "6d12aecf3b1940ce87dbc60e3991cd36"}, "audit_ids": ["54Os0zWkTR6OomBIuEF1Kw"], "issued_at": "2019-01-20T12:52:38.000000Z"}} 2019-01-20 12:52:38,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-915bd454-959d-4168-9ce9-5708208403bc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eb89bcd9a9adcf0b1d5cfde60fbd987bb2ca63f7" 2019-01-20 12:52:38,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-f3824ce6-009b-4010-bcd0-cecccd2cff9b Date: Sun, 20 Jan 2019 12:52:38 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-915bd454-959d-4168-9ce9-5708208403bc", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:37Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6b3a9015-e875-40bb-928b-0e6d4745863f/snap", "metadata": {}}], "self": "/v2/images/6b3a9015-e875-40bb-928b-0e6d4745863f", "min_disk": 0, "protected": false, "id": "6b3a9015-e875-40bb-928b-0e6d4745863f", "file": "/v2/images/6b3a9015-e875-40bb-928b-0e6d4745863f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d95641bc7beb47159bfbd4c19b19654a", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6b3a9015-e875-40bb-928b-0e6d4745863f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-915bd454-959d-4168-9ce9-5708208403bc"} 2019-01-20 12:52:38,191 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-915bd454-959d-4168-9ce9-5708208403bc used request id req-f3824ce6-009b-4010-bcd0-cecccd2cff9b 2019-01-20 12:52:38,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eb89bcd9a9adcf0b1d5cfde60fbd987bb2ca63f7" 2019-01-20 12:52:38,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0b058dc2-ec21-42ff-a7ab-991f630f71f2 Date: Sun, 20 Jan 2019 12:52: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"}}} 2019-01-20 12:52:38,342 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-0b058dc2-ec21-42ff-a7ab-991f630f71f2 2019-01-20 12:52:38,345 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-915bd454-959d-4168-9ce9-5708208403bc 2019-01-20 12:52:38,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/6b3a9015-e875-40bb-928b-0e6d4745863f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0bd4ed91d2822904b04ad07834d4d059c8e51029" 2019-01-20 12:52:40,156 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f9548639-628a-42fc-ac52-17128a41d594 Date: Sun, 20 Jan 2019 12:52:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:52:40,157 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/6b3a9015-e875-40bb-928b-0e6d4745863f used request id req-f9548639-628a-42fc-ac52-17128a41d594 2019-01-20 12:52:40,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5f156382d9030459399b4e7bbd151fc359f533" 2019-01-20 12:52:40,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c0d7b935-2a64-4197-8a85-53c47c07d895 Date: Sun, 20 Jan 2019 12:52:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:52:40,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-c0d7b935-2a64-4197-8a85-53c47c07d895 2019-01-20 12:52:40,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5f156382d9030459399b4e7bbd151fc359f533" 2019-01-20 12:52:40,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc95754c-a7e5-4e60-bbd2-9f1ea83e2a4e 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:52:40,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-fc95754c-a7e5-4e60-bbd2-9f1ea83e2a4e 2019-01-20 12:52:40,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5f156382d9030459399b4e7bbd151fc359f533" 2019-01-20 12:52:40,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d0798d9-7892-4d67-ac05-902582564d7f 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:52:40,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-6d0798d9-7892-4d67-ac05-902582564d7f 2019-01-20 12:52:40,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5f156382d9030459399b4e7bbd151fc359f533" 2019-01-20 12:52:40,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebd4fd04-b748-4a1b-bb6b-6fd8c41816b7 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:52:40,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-ebd4fd04-b748-4a1b-bb6b-6fd8c41816b7 2019-01-20 12:52:40,631 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-a18598ae-4fb6-47c-proj 2019-01-20 12:52:40,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/d95641bc7beb47159bfbd4c19b19654a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5f156382d9030459399b4e7bbd151fc359f533" 2019-01-20 12:52:40,829 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-030d3861-2393-470d-b63d-88b8b5137495 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:40,829 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/d95641bc7beb47159bfbd4c19b19654a used request id req-030d3861-2393-470d-b63d-88b8b5137495 2019-01-20 12:52:40,829 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-a18598ae-4fb6-47c-proj-role 2019-01-20 12:52:40,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/f32594b3b51543b59da1351864a6ff54 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5f156382d9030459399b4e7bbd151fc359f533" 2019-01-20 12:52:40,946 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab599281-a96b-497a-b8e0-b4563cf55b1d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:40,946 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/f32594b3b51543b59da1351864a6ff54 used request id req-ab599281-a96b-497a-b8e0-b4563cf55b1d 2019-01-20 12:52:40,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab5f156382d9030459399b4e7bbd151fc359f533" 2019-01-20 12:52:41,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ccf7ada-1536-4cd5-a897-479f5bd3bc75 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:52:41,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0ccf7ada-1536-4cd5-a897-479f5bd3bc75 2019-01-20 12:52:41,043 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-a18598ae-4fb6-47c-user 2019-01-20 12:52:41,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/6d12aecf3b1940ce87dbc60e3991cd36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d8986b0954b3ab4fc44a095aa426818c6826a68" 2019-01-20 12:52:41,239 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c01627df-2b81-474e-a6a9-8817b5453aa8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:41,239 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/6d12aecf3b1940ce87dbc60e3991cd36 used request id req-c01627df-2b81-474e-a6a9-8817b5453aa8 2019-01-20 12:52:41,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:41,621 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:52:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["B8sbRk8ySJ2A3F8go8w01A"], "issued_at": "2019-01-20T12:52:41.000000Z"}} 2019-01-20 12:52:41,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9b5f80c2915cb8b71cb17f2fef0027014216341" 2019-01-20 12:52:41,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffec15c6-8aea-49d5-a626-be6ac4fb5a92 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:41,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ffec15c6-8aea-49d5-a626-be6ac4fb5a92 2019-01-20 12:52:41,707 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:41,708 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:42,085 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:52:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["DfbsmZM-SG-jgDxJCnDNog"], "issued_at": "2019-01-20T12:52:42.000000Z"}} 2019-01-20 12:52:42,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a85e19ed7ef80ea251feb1a70c3253a31c5c3b" 2019-01-20 12:52:42,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26001151-4562-4252-b19b-afad911d5b42 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:42,171 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-26001151-4562-4252-b19b-afad911d5b42 2019-01-20 12:52:42,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:52:42,181 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:52: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:52:42,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-d8f94899-72f0-4f9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a85e19ed7ef80ea251feb1a70c3253a31c5c3b" 2019-01-20 12:52:42,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19f0111f-7a1c-4aff-838b-9c41f035ec26 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-d8f94899-72f0-4f9-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:52:42,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-d8f94899-72f0-4f9-proj used request id req-19f0111f-7a1c-4aff-838b-9c41f035ec26 2019-01-20 12:52:42,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a85e19ed7ef80ea251feb1a70c3253a31c5c3b" 2019-01-20 12:52:42,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4165e0c2-9190-462b-ac19-941b99bb0545 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:52:42,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-4165e0c2-9190-462b-ac19-941b99bb0545 2019-01-20 12:52:42,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a85e19ed7ef80ea251feb1a70c3253a31c5c3b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-d8f94899-72f0-4f9-proj"}}' 2019-01-20 12:52:42,407 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:52:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f5eaa0c-8079-4ea9-8440-492fbd775ec6 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b7a2d61dd9e748178d6fb2ee7cb13376"}, "enabled": true, "id": "b7a2d61dd9e748178d6fb2ee7cb13376", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-d8f94899-72f0-4f9-proj"}} 2019-01-20 12:52:42,408 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-2f5eaa0c-8079-4ea9-8440-492fbd775ec6 2019-01-20 12:52:42,408 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-d8f94899-72f0-4f9-proj 2019-01-20 12:52:42,408 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:42,409 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:42,789 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:52:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Auin_LfPSvCleEPrIlrEmA"], "issued_at": "2019-01-20T12:52:42.000000Z"}} 2019-01-20 12:52:42,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd3cff8b0eb1d6412c27b1b33c30b65ed22d475f" 2019-01-20 12:52:42,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c0da4a2-97cc-4c8e-a9de-84b84fa3c2e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:42,876 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0c0da4a2-97cc-4c8e-a9de-84b84fa3c2e4 2019-01-20 12:52:42,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:52:42,886 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:52: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:52:42,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd3cff8b0eb1d6412c27b1b33c30b65ed22d475f" 2019-01-20 12:52:42,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46e9f231-aabf-40e7-8192-44329e9c39c2 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:52:42,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-46e9f231-aabf-40e7-8192-44329e9c39c2 2019-01-20 12:52:42,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateImageSuccessTests-d8f94899-72f0-4f9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd3cff8b0eb1d6412c27b1b33c30b65ed22d475f" 2019-01-20 12:52:43,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-757eac6d-0825-4c50-87a3-623e68b46d28 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateImageSuccessTests-d8f94899-72f0-4f9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b7a2d61dd9e748178d6fb2ee7cb13376"}, "enabled": true, "id": "b7a2d61dd9e748178d6fb2ee7cb13376", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-d8f94899-72f0-4f9-proj"}]} 2019-01-20 12:52:43,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateImageSuccessTests-d8f94899-72f0-4f9-proj used request id req-757eac6d-0825-4c50-87a3-623e68b46d28 2019-01-20 12:52:43,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd3cff8b0eb1d6412c27b1b33c30b65ed22d475f" 2019-01-20 12:52:43,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aee99ea-b01e-4add-8d05-d907fe563277 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:52:43,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-6aee99ea-b01e-4add-8d05-d907fe563277 2019-01-20 12:52:43,491 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-d8f94899-72f0-4f9-user 2019-01-20 12:52:43,491 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:43,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a85e19ed7ef80ea251feb1a70c3253a31c5c3b" 2019-01-20 12:52:43,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d00e12ed-5685-402a-824a-6f96e1a0d8b8 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:52:43,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d00e12ed-5685-402a-824a-6f96e1a0d8b8 2019-01-20 12:52:43,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a85e19ed7ef80ea251feb1a70c3253a31c5c3b" -d '{"role": {"name": "CreateImageSuccessTests-d8f94899-72f0-4f9-proj-role"}}' 2019-01-20 12:52:43,701 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:52:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6bdd458-9436-4f07-b1b7-9de082f6ef25 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fceaabb95df74b16966109663ecb9d8a", "links": {"self": "http://172.30.9.22:5000/v3/roles/fceaabb95df74b16966109663ecb9d8a"}, "name": "CreateImageSuccessTests-d8f94899-72f0-4f9-proj-role"}} 2019-01-20 12:52:43,701 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-b6bdd458-9436-4f07-b1b7-9de082f6ef25 2019-01-20 12:52:43,702 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-d8f94899-72f0-4f9-proj-role 2019-01-20 12:52:43,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/fceaabb95df74b16966109663ecb9d8a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a85e19ed7ef80ea251feb1a70c3253a31c5c3b" 2019-01-20 12:52:43,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52120ea6-24ab-4be6-a494-7ace091e69a6 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/fceaabb95df74b16966109663ecb9d8a"}, "domain_id": null, "name": "CreateImageSuccessTests-d8f94899-72f0-4f9-proj-role", "id": "fceaabb95df74b16966109663ecb9d8a"}} 2019-01-20 12:52:43,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/fceaabb95df74b16966109663ecb9d8a used request id req-52120ea6-24ab-4be6-a494-7ace091e69a6 2019-01-20 12:52:43,797 - keystone_utils - INFO - Granting role CreateImageSuccessTests-d8f94899-72f0-4f9-proj-role to project CreateImageSuccessTests-d8f94899-72f0-4f9-proj 2019-01-20 12:52:43,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/b7a2d61dd9e748178d6fb2ee7cb13376/users/bced1ea004be4820bc9850dd1a0a46c6/roles/fceaabb95df74b16966109663ecb9d8a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a85e19ed7ef80ea251feb1a70c3253a31c5c3b" 2019-01-20 12:52:43,937 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72003c13-bfaf-4273-8a5c-60abc26d69a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:43,937 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/b7a2d61dd9e748178d6fb2ee7cb13376/users/bced1ea004be4820bc9850dd1a0a46c6/roles/fceaabb95df74b16966109663ecb9d8a used request id req-72003c13-bfaf-4273-8a5c-60abc26d69a4 2019-01-20 12:52:43,938 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 12:52:43,938 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:43,939 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:44,319 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fceaabb95df74b16966109663ecb9d8a", "name": "CreateImageSuccessTests-d8f94899-72f0-4f9-proj-role"}], "expires_at": "2019-01-20T13:52:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7a2d61dd9e748178d6fb2ee7cb13376", "name": "CreateImageSuccessTests-d8f94899-72f0-4f9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-d8f94899-72f0-4f9-user", "id": "bced1ea004be4820bc9850dd1a0a46c6"}, "audit_ids": ["BMxCO5QkRIWLsj-KsNT2tA"], "issued_at": "2019-01-20T12:52:44.000000Z"}} 2019-01-20 12:52:44,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1241e519b693143a2bb3c093bd4db6cca01083" 2019-01-20 12:52:44,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71a5f47c-e757-4b03-a7ba-011f442fa2cb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:44,395 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-71a5f47c-e757-4b03-a7ba-011f442fa2cb 2019-01-20 12:52:44,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-0508e623-4932-496b-adfd-d271e05c21eb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a1241e519b693143a2bb3c093bd4db6cca01083" 2019-01-20 12:52:44,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-5dffe32f-8b04-4c39-915c-880d1b3edd82 Date: Sun, 20 Jan 2019 12:52:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-0508e623-4932-496b-adfd-d271e05c21eb"} 2019-01-20 12:52:44,587 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-0508e623-4932-496b-adfd-d271e05c21eb used request id req-5dffe32f-8b04-4c39-915c-880d1b3edd82 2019-01-20 12:52:44,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a1241e519b693143a2bb3c093bd4db6cca01083" 2019-01-20 12:52:44,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-75b1f465-bfd0-4f71-9bd2-c1f487613b7a Date: Sun, 20 Jan 2019 12:52: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"}}} 2019-01-20 12:52:44,737 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-75b1f465-bfd0-4f71-9bd2-c1f487613b7a 2019-01-20 12:52:44,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8a1241e519b693143a2bb3c093bd4db6cca01083" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-0508e623-4932-496b-adfd-d271e05c21eb"}' 2019-01-20 12:52:44,950 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092 X-Openstack-Request-Id: req-2c980224-acee-457d-baaa-07014bedbbcd Date: Sun, 20 Jan 2019 12:52:44 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-0508e623-4932-496b-adfd-d271e05c21eb", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:44Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:44Z", "visibility": "shared", "locations": [], "self": "/v2/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092", "min_disk": 0, "protected": false, "id": "e3d31637-4abe-41c0-99e6-47b1ae6d2092", "file": "/v2/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092/file", "checksum": null, "owner": "b7a2d61dd9e748178d6fb2ee7cb13376", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 12:52:44,950 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-2c980224-acee-457d-baaa-07014bedbbcd 2019-01-20 12:52:44,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a1241e519b693143a2bb3c093bd4db6cca01083" -d '' 2019-01-20 12:52:46,573 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4ae1a2a1-a634-4ec2-8451-28210a862f65 Date: Sun, 20 Jan 2019 12:52:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:52:46,573 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092/file used request id req-4ae1a2a1-a634-4ec2-8451-28210a862f65 2019-01-20 12:52:46,574 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 12:52:46,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a1241e519b693143a2bb3c093bd4db6cca01083" 2019-01-20 12:52:46,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-ca9dad09-5bb5-4300-b918-0a2c1bd4ac5a Date: Sun, 20 Jan 2019 12:52:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-0508e623-4932-496b-adfd-d271e05c21eb", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:46Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092/snap", "metadata": {}}], "self": "/v2/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092", "min_disk": 0, "protected": false, "id": "e3d31637-4abe-41c0-99e6-47b1ae6d2092", "file": "/v2/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b7a2d61dd9e748178d6fb2ee7cb13376", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 12:52:46,748 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092 used request id req-ca9dad09-5bb5-4300-b918-0a2c1bd4ac5a 2019-01-20 12:52:46,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a1241e519b693143a2bb3c093bd4db6cca01083" 2019-01-20 12:52:46,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a8461751-564a-47af-9ccf-e264297f28a5 Date: Sun, 20 Jan 2019 12:52: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"}}} 2019-01-20 12:52:46,923 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-a8461751-564a-47af-9ccf-e264297f28a5 2019-01-20 12:52:46,926 - create_image - INFO - Created image with name - CreateImageSuccessTests-0508e623-4932-496b-adfd-d271e05c21eb 2019-01-20 12:52:46,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a1241e519b693143a2bb3c093bd4db6cca01083" 2019-01-20 12:52:47,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-2db5d588-18d9-4254-8799-5198c690c0c0 Date: Sun, 20 Jan 2019 12:52:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-0508e623-4932-496b-adfd-d271e05c21eb", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:46Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092/snap", "metadata": {}}], "self": "/v2/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092", "min_disk": 0, "protected": false, "id": "e3d31637-4abe-41c0-99e6-47b1ae6d2092", "file": "/v2/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b7a2d61dd9e748178d6fb2ee7cb13376", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 12:52:47,103 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092 used request id req-2db5d588-18d9-4254-8799-5198c690c0c0 2019-01-20 12:52:47,103 - create_image - DEBUG - Instance status is - active 2019-01-20 12:52:47,104 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-0508e623-4932-496b-adfd-d271e05c21eb 2019-01-20 12:52:47,104 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-0508e623-4932-496b-adfd-d271e05c21eb 2019-01-20 12:52:47,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:47,484 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fceaabb95df74b16966109663ecb9d8a", "name": "CreateImageSuccessTests-d8f94899-72f0-4f9-proj-role"}], "expires_at": "2019-01-20T13:52:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7a2d61dd9e748178d6fb2ee7cb13376", "name": "CreateImageSuccessTests-d8f94899-72f0-4f9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-d8f94899-72f0-4f9-user", "id": "bced1ea004be4820bc9850dd1a0a46c6"}, "audit_ids": ["ej7WR97HSGaoixinWimQcQ"], "issued_at": "2019-01-20T12:52:47.000000Z"}} 2019-01-20 12:52:47,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-0508e623-4932-496b-adfd-d271e05c21eb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}576c7e975407ace9e953d3b5fe84bdb589dc01ae" 2019-01-20 12:52:47,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-2bc5dc0a-1dbb-4b0f-9c59-ada44d534921 Date: Sun, 20 Jan 2019 12:52:47 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-0508e623-4932-496b-adfd-d271e05c21eb", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:46Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092/snap", "metadata": {}}], "self": "/v2/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092", "min_disk": 0, "protected": false, "id": "e3d31637-4abe-41c0-99e6-47b1ae6d2092", "file": "/v2/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b7a2d61dd9e748178d6fb2ee7cb13376", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-0508e623-4932-496b-adfd-d271e05c21eb"} 2019-01-20 12:52:47,656 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-0508e623-4932-496b-adfd-d271e05c21eb used request id req-2bc5dc0a-1dbb-4b0f-9c59-ada44d534921 2019-01-20 12:52:47,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}576c7e975407ace9e953d3b5fe84bdb589dc01ae" 2019-01-20 12:52:47,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fd8fb5c2-b9bc-4db4-a34a-c9e483759ea8 Date: Sun, 20 Jan 2019 12:52: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"}}} 2019-01-20 12:52:47,816 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-fd8fb5c2-b9bc-4db4-a34a-c9e483759ea8 2019-01-20 12:52:47,819 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:47,820 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:48,207 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fceaabb95df74b16966109663ecb9d8a", "name": "CreateImageSuccessTests-d8f94899-72f0-4f9-proj-role"}], "expires_at": "2019-01-20T13:52:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7a2d61dd9e748178d6fb2ee7cb13376", "name": "CreateImageSuccessTests-d8f94899-72f0-4f9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b7a2d61dd9e748178d6fb2ee7cb13376", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-d8f94899-72f0-4f9-user", "id": "bced1ea004be4820bc9850dd1a0a46c6"}, "audit_ids": ["ekEulx5uSa67U6yq0pBovQ"], "issued_at": "2019-01-20T12:52:48.000000Z"}} 2019-01-20 12:52:48,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}179b7bba5da5b657b1a957e923b7fef2c83d783b" 2019-01-20 12:52:48,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43122d3f-cfb6-416e-8e3d-d5a13ee595c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:48,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-43122d3f-cfb6-416e-8e3d-d5a13ee595c2 2019-01-20 12:52:48,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-0508e623-4932-496b-adfd-d271e05c21eb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}179b7bba5da5b657b1a957e923b7fef2c83d783b" 2019-01-20 12:52:48,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-37de03f3-f854-499e-a896-f1fd7d7c138b Date: Sun, 20 Jan 2019 12:52:48 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-0508e623-4932-496b-adfd-d271e05c21eb", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:46Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092/snap", "metadata": {}}], "self": "/v2/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092", "min_disk": 0, "protected": false, "id": "e3d31637-4abe-41c0-99e6-47b1ae6d2092", "file": "/v2/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b7a2d61dd9e748178d6fb2ee7cb13376", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-0508e623-4932-496b-adfd-d271e05c21eb"} 2019-01-20 12:52:48,463 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-0508e623-4932-496b-adfd-d271e05c21eb used request id req-37de03f3-f854-499e-a896-f1fd7d7c138b 2019-01-20 12:52:48,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}179b7bba5da5b657b1a957e923b7fef2c83d783b" 2019-01-20 12:52:48,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-717c7340-b4a8-46e0-8dfc-4c63751627cc Date: Sun, 20 Jan 2019 12:52: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"}}} 2019-01-20 12:52:48,611 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-717c7340-b4a8-46e0-8dfc-4c63751627cc 2019-01-20 12:52:48,613 - create_image - INFO - Found image with name - CreateImageSuccessTests-0508e623-4932-496b-adfd-d271e05c21eb 2019-01-20 12:52:48,613 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-0508e623-4932-496b-adfd-d271e05c21eb 2019-01-20 12:52:48,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8a1241e519b693143a2bb3c093bd4db6cca01083" 2019-01-20 12:52:50,348 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e693e455-6a8c-4cd5-896f-f3309413ff9d Date: Sun, 20 Jan 2019 12:52:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:52:50,348 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/e3d31637-4abe-41c0-99e6-47b1ae6d2092 used request id req-e693e455-6a8c-4cd5-896f-f3309413ff9d 2019-01-20 12:52:50,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a85e19ed7ef80ea251feb1a70c3253a31c5c3b" 2019-01-20 12:52:50,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-151c4f6b-74b0-4102-b5e6-313477168cbb Date: Sun, 20 Jan 2019 12:52:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:52:50,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-151c4f6b-74b0-4102-b5e6-313477168cbb 2019-01-20 12:52:50,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a85e19ed7ef80ea251feb1a70c3253a31c5c3b" 2019-01-20 12:52:50,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-def9f994-0670-4770-8955-61981c1b126b 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:52:50,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-def9f994-0670-4770-8955-61981c1b126b 2019-01-20 12:52:50,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a85e19ed7ef80ea251feb1a70c3253a31c5c3b" 2019-01-20 12:52:50,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a1a5256-3d50-45a6-b81b-e72b2aaa11ad 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:52:50,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-7a1a5256-3d50-45a6-b81b-e72b2aaa11ad 2019-01-20 12:52:50,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a85e19ed7ef80ea251feb1a70c3253a31c5c3b" 2019-01-20 12:52:50,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72eaa9ba-38cf-40cc-8c8c-f8da3462eee1 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:52:50,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-72eaa9ba-38cf-40cc-8c8c-f8da3462eee1 2019-01-20 12:52:50,839 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-d8f94899-72f0-4f9-proj 2019-01-20 12:52:50,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/b7a2d61dd9e748178d6fb2ee7cb13376 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a85e19ed7ef80ea251feb1a70c3253a31c5c3b" 2019-01-20 12:52:51,033 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-406ea76f-a0b4-4a10-a334-f177cbdc31b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:51,033 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/b7a2d61dd9e748178d6fb2ee7cb13376 used request id req-406ea76f-a0b4-4a10-a334-f177cbdc31b8 2019-01-20 12:52:51,033 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-d8f94899-72f0-4f9-proj-role 2019-01-20 12:52:51,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/fceaabb95df74b16966109663ecb9d8a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a85e19ed7ef80ea251feb1a70c3253a31c5c3b" 2019-01-20 12:52:51,150 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e1f5da8-e909-4efd-9c1d-41ae85fb9ef7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:51,150 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/fceaabb95df74b16966109663ecb9d8a used request id req-3e1f5da8-e909-4efd-9c1d-41ae85fb9ef7 2019-01-20 12:52:51,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72a85e19ed7ef80ea251feb1a70c3253a31c5c3b" 2019-01-20 12:52:51,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea953812-8a36-4c56-b4b0-09bc0df34c77 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:52:51,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ea953812-8a36-4c56-b4b0-09bc0df34c77 2019-01-20 12:52:51,236 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-d8f94899-72f0-4f9-user 2019-01-20 12:52:51,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/bced1ea004be4820bc9850dd1a0a46c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd3cff8b0eb1d6412c27b1b33c30b65ed22d475f" 2019-01-20 12:52:51,420 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3eac9f71-d603-4ac2-aa77-e8dfc48141c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:51,420 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/bced1ea004be4820bc9850dd1a0a46c6 used request id req-3eac9f71-d603-4ac2-aa77-e8dfc48141c9 2019-01-20 12:52:51,422 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:51,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:52:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["7H3ZzpOSQNSSVOkv_RoyCg"], "issued_at": "2019-01-20T12:52:51.000000Z"}} 2019-01-20 12:52:51,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ef966b14bb688a03189b29262f6aedd556df315" 2019-01-20 12:52:51,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f69eaa4b-2ee2-4dcd-8032-fe85a19dc2eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:51,888 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f69eaa4b-2ee2-4dcd-8032-fe85a19dc2eb 2019-01-20 12:52:51,889 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:51,890 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:52,274 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:52:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["nCKeSKJES0yGzpdP6aHwvw"], "issued_at": "2019-01-20T12:52:52.000000Z"}} 2019-01-20 12:52:52,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe28e8a84ccd19116bfe3b967939a1f6bf74910a" 2019-01-20 12:52:52,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd5bc896-4af1-4fea-aa8b-b5e559fd1612 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:52,366 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-dd5bc896-4af1-4fea-aa8b-b5e559fd1612 2019-01-20 12:52:52,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:52:52,376 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:52: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:52:52,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-bcf8d7a1-efa5-469-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe28e8a84ccd19116bfe3b967939a1f6bf74910a" 2019-01-20 12:52:52,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f361bed-3975-4775-bd2d-0ded308c74a7 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-bcf8d7a1-efa5-469-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:52:52,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-bcf8d7a1-efa5-469-proj used request id req-0f361bed-3975-4775-bd2d-0ded308c74a7 2019-01-20 12:52:52,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe28e8a84ccd19116bfe3b967939a1f6bf74910a" 2019-01-20 12:52:52,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01c1556c-ec40-4b75-942a-59eac7702266 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:52:52,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-01c1556c-ec40-4b75-942a-59eac7702266 2019-01-20 12:52:52,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe28e8a84ccd19116bfe3b967939a1f6bf74910a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-bcf8d7a1-efa5-469-proj"}}' 2019-01-20 12:52:52,653 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:52:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea9015ed-7be3-459f-a3ad-daf9177ae289 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d111ba9fc8b740309f48762f12e3aae6"}, "enabled": true, "id": "d111ba9fc8b740309f48762f12e3aae6", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-bcf8d7a1-efa5-469-proj"}} 2019-01-20 12:52:52,653 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-ea9015ed-7be3-459f-a3ad-daf9177ae289 2019-01-20 12:52:52,653 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-bcf8d7a1-efa5-469-proj 2019-01-20 12:52:52,653 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:52,654 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:53,037 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:52:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["YnOEUWmYQiGY76q80D09lg"], "issued_at": "2019-01-20T12:52:53.000000Z"}} 2019-01-20 12:52:53,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4900c2af484930da624ea7b1896bbb0268bd3692" 2019-01-20 12:52:53,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb4c332f-4768-420e-b472-c384661e87eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:53,127 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bb4c332f-4768-420e-b472-c384661e87eb 2019-01-20 12:52:53,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:52:53,137 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:52:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:52:53,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4900c2af484930da624ea7b1896bbb0268bd3692" 2019-01-20 12:52:53,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86f97fd8-091c-4c68-8e22-45b884379e2a Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:52:53,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-86f97fd8-091c-4c68-8e22-45b884379e2a 2019-01-20 12:52:53,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateImageSuccessTests-bcf8d7a1-efa5-469-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4900c2af484930da624ea7b1896bbb0268bd3692" 2019-01-20 12:52:53,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15bb57e6-3087-4be4-b049-737f38985557 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateImageSuccessTests-bcf8d7a1-efa5-469-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d111ba9fc8b740309f48762f12e3aae6"}, "enabled": true, "id": "d111ba9fc8b740309f48762f12e3aae6", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-bcf8d7a1-efa5-469-proj"}]} 2019-01-20 12:52:53,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateImageSuccessTests-bcf8d7a1-efa5-469-proj used request id req-15bb57e6-3087-4be4-b049-737f38985557 2019-01-20 12:52:53,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4900c2af484930da624ea7b1896bbb0268bd3692" 2019-01-20 12:52:53,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03a25927-2524-4352-95a1-64a0efb76fc9 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:52:53,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-03a25927-2524-4352-95a1-64a0efb76fc9 2019-01-20 12:52:53,791 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-bcf8d7a1-efa5-469-user 2019-01-20 12:52:53,792 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:53,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe28e8a84ccd19116bfe3b967939a1f6bf74910a" 2019-01-20 12:52:53,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cf17416-d08e-4b85-8a08-a02ce4e1c132 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:52:53,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0cf17416-d08e-4b85-8a08-a02ce4e1c132 2019-01-20 12:52:53,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe28e8a84ccd19116bfe3b967939a1f6bf74910a" -d '{"role": {"name": "CreateImageSuccessTests-bcf8d7a1-efa5-469-proj-role"}}' 2019-01-20 12:52:53,988 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:52:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00024a85-35e6-4757-963f-d3d101c54e44 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b450a7630a9b4bff9426edf0b2ba9929", "links": {"self": "http://172.30.9.22:5000/v3/roles/b450a7630a9b4bff9426edf0b2ba9929"}, "name": "CreateImageSuccessTests-bcf8d7a1-efa5-469-proj-role"}} 2019-01-20 12:52:53,988 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-00024a85-35e6-4757-963f-d3d101c54e44 2019-01-20 12:52:53,989 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-bcf8d7a1-efa5-469-proj-role 2019-01-20 12:52:53,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/b450a7630a9b4bff9426edf0b2ba9929 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe28e8a84ccd19116bfe3b967939a1f6bf74910a" 2019-01-20 12:52:54,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dd3d019-6fbe-4914-92db-399fc0368e5f Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/b450a7630a9b4bff9426edf0b2ba9929"}, "domain_id": null, "name": "CreateImageSuccessTests-bcf8d7a1-efa5-469-proj-role", "id": "b450a7630a9b4bff9426edf0b2ba9929"}} 2019-01-20 12:52:54,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/b450a7630a9b4bff9426edf0b2ba9929 used request id req-9dd3d019-6fbe-4914-92db-399fc0368e5f 2019-01-20 12:52:54,008 - keystone_utils - INFO - Granting role CreateImageSuccessTests-bcf8d7a1-efa5-469-proj-role to project CreateImageSuccessTests-bcf8d7a1-efa5-469-proj 2019-01-20 12:52:54,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/d111ba9fc8b740309f48762f12e3aae6/users/55c0112da91e4d878b173ec3061b557b/roles/b450a7630a9b4bff9426edf0b2ba9929 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe28e8a84ccd19116bfe3b967939a1f6bf74910a" 2019-01-20 12:52:54,140 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:52:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17fab3f2-188f-457f-832c-5a58c8949b99 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:52:54,140 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d111ba9fc8b740309f48762f12e3aae6/users/55c0112da91e4d878b173ec3061b557b/roles/b450a7630a9b4bff9426edf0b2ba9929 used request id req-17fab3f2-188f-457f-832c-5a58c8949b99 2019-01-20 12:52:54,141 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 12:52:54,141 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:54,142 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:54,513 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b450a7630a9b4bff9426edf0b2ba9929", "name": "CreateImageSuccessTests-bcf8d7a1-efa5-469-proj-role"}], "expires_at": "2019-01-20T13:52:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d111ba9fc8b740309f48762f12e3aae6", "name": "CreateImageSuccessTests-bcf8d7a1-efa5-469-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d111ba9fc8b740309f48762f12e3aae6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d111ba9fc8b740309f48762f12e3aae6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d111ba9fc8b740309f48762f12e3aae6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d111ba9fc8b740309f48762f12e3aae6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d111ba9fc8b740309f48762f12e3aae6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d111ba9fc8b740309f48762f12e3aae6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d111ba9fc8b740309f48762f12e3aae6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d111ba9fc8b740309f48762f12e3aae6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d111ba9fc8b740309f48762f12e3aae6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d111ba9fc8b740309f48762f12e3aae6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d111ba9fc8b740309f48762f12e3aae6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d111ba9fc8b740309f48762f12e3aae6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-bcf8d7a1-efa5-469-user", "id": "55c0112da91e4d878b173ec3061b557b"}, "audit_ids": ["sOXoeLVXQYGKpCTLG4WMPQ"], "issued_at": "2019-01-20T12:52:54.000000Z"}} 2019-01-20 12:52:54,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ff94d967e0ff6c8b74845eadc59c14f25f85fb" 2019-01-20 12:52:54,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9644fb3c-e129-425e-8088-b6bef07e2b14 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:54,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9644fb3c-e129-425e-8088-b6bef07e2b14 2019-01-20 12:52:54,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-5b07d9e5-e511-48b4-8276-6754d887c690 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}49ff94d967e0ff6c8b74845eadc59c14f25f85fb" 2019-01-20 12:52:54,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-73688d93-a2a5-4a28-85e2-1734eae33ef7 Date: Sun, 20 Jan 2019 12:52:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-5b07d9e5-e511-48b4-8276-6754d887c690"} 2019-01-20 12:52:54,777 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-5b07d9e5-e511-48b4-8276-6754d887c690 used request id req-73688d93-a2a5-4a28-85e2-1734eae33ef7 2019-01-20 12:52:54,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}49ff94d967e0ff6c8b74845eadc59c14f25f85fb" 2019-01-20 12:52:55,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5b6c41d4-9131-477b-9d53-5c994e3c4922 Date: Sun, 20 Jan 2019 12:52: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"}}} 2019-01-20 12:52:55,299 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-5b6c41d4-9131-477b-9d53-5c994e3c4922 2019-01-20 12:52:55,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}49ff94d967e0ff6c8b74845eadc59c14f25f85fb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-5b07d9e5-e511-48b4-8276-6754d887c690"}' 2019-01-20 12:52:55,530 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1 X-Openstack-Request-Id: req-7bd1d901-e9ff-461a-9dd6-b5c561c25b91 Date: Sun, 20 Jan 2019 12:52:55 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-5b07d9e5-e511-48b4-8276-6754d887c690", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:55Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:55Z", "visibility": "shared", "locations": [], "self": "/v2/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1", "min_disk": 0, "protected": false, "id": "0a8d37b6-334d-474e-a278-abe6c1fb6de1", "file": "/v2/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1/file", "checksum": null, "owner": "d111ba9fc8b740309f48762f12e3aae6", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 12:52:55,530 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-7bd1d901-e9ff-461a-9dd6-b5c561c25b91 2019-01-20 12:52:55,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}49ff94d967e0ff6c8b74845eadc59c14f25f85fb" -d '' 2019-01-20 12:52:56,638 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8bfea071-6654-4499-97a7-20d597a2abfc Date: Sun, 20 Jan 2019 12:52:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:52:56,638 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1/file used request id req-8bfea071-6654-4499-97a7-20d597a2abfc 2019-01-20 12:52:56,638 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 12:52:56,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}49ff94d967e0ff6c8b74845eadc59c14f25f85fb" 2019-01-20 12:52:56,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-d59ca46a-6dfa-48c8-9ff9-73e8092c872b Date: Sun, 20 Jan 2019 12:52:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-5b07d9e5-e511-48b4-8276-6754d887c690", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:56Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1/snap", "metadata": {}}], "self": "/v2/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1", "min_disk": 0, "protected": false, "id": "0a8d37b6-334d-474e-a278-abe6c1fb6de1", "file": "/v2/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d111ba9fc8b740309f48762f12e3aae6", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 12:52:56,797 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1 used request id req-d59ca46a-6dfa-48c8-9ff9-73e8092c872b 2019-01-20 12:52:56,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}49ff94d967e0ff6c8b74845eadc59c14f25f85fb" 2019-01-20 12:52:56,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1ee95ca8-fde8-4f75-85de-9b6d2ea1b554 Date: Sun, 20 Jan 2019 12:52:56 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 12:52:56,956 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-1ee95ca8-fde8-4f75-85de-9b6d2ea1b554 2019-01-20 12:52:56,959 - create_image - INFO - Created image with name - CreateImageSuccessTests-5b07d9e5-e511-48b4-8276-6754d887c690 2019-01-20 12:52:56,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}49ff94d967e0ff6c8b74845eadc59c14f25f85fb" 2019-01-20 12:52:57,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-694557bd-0048-4cb1-a599-08cc15d7efed Date: Sun, 20 Jan 2019 12:52:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-5b07d9e5-e511-48b4-8276-6754d887c690", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:56Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1/snap", "metadata": {}}], "self": "/v2/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1", "min_disk": 0, "protected": false, "id": "0a8d37b6-334d-474e-a278-abe6c1fb6de1", "file": "/v2/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d111ba9fc8b740309f48762f12e3aae6", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 12:52:57,116 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1 used request id req-694557bd-0048-4cb1-a599-08cc15d7efed 2019-01-20 12:52:57,117 - create_image - DEBUG - Instance status is - active 2019-01-20 12:52:57,117 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-5b07d9e5-e511-48b4-8276-6754d887c690 2019-01-20 12:52:57,117 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-5b07d9e5-e511-48b4-8276-6754d887c690 2019-01-20 12:52:57,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:57,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b450a7630a9b4bff9426edf0b2ba9929", "name": "CreateImageSuccessTests-bcf8d7a1-efa5-469-proj-role"}], "expires_at": "2019-01-20T13:52:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d111ba9fc8b740309f48762f12e3aae6", "name": "CreateImageSuccessTests-bcf8d7a1-efa5-469-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d111ba9fc8b740309f48762f12e3aae6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d111ba9fc8b740309f48762f12e3aae6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d111ba9fc8b740309f48762f12e3aae6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d111ba9fc8b740309f48762f12e3aae6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d111ba9fc8b740309f48762f12e3aae6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d111ba9fc8b740309f48762f12e3aae6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d111ba9fc8b740309f48762f12e3aae6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d111ba9fc8b740309f48762f12e3aae6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d111ba9fc8b740309f48762f12e3aae6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d111ba9fc8b740309f48762f12e3aae6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d111ba9fc8b740309f48762f12e3aae6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d111ba9fc8b740309f48762f12e3aae6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-bcf8d7a1-efa5-469-user", "id": "55c0112da91e4d878b173ec3061b557b"}, "audit_ids": ["jvoMMNmER8-H1R7X901c2Q"], "issued_at": "2019-01-20T12:52:57.000000Z"}} 2019-01-20 12:52:57,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-5b07d9e5-e511-48b4-8276-6754d887c690 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82d2279781af15cfea0cb6b8c1b9daa5576a21af" 2019-01-20 12:52:57,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-f75bdf3e-fd75-4da3-b47f-7b4b2d71397e Date: Sun, 20 Jan 2019 12:52:57 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-5b07d9e5-e511-48b4-8276-6754d887c690", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:56Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1/snap", "metadata": {}}], "self": "/v2/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1", "min_disk": 0, "protected": false, "id": "0a8d37b6-334d-474e-a278-abe6c1fb6de1", "file": "/v2/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d111ba9fc8b740309f48762f12e3aae6", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-5b07d9e5-e511-48b4-8276-6754d887c690"} 2019-01-20 12:52:57,765 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-5b07d9e5-e511-48b4-8276-6754d887c690 used request id req-f75bdf3e-fd75-4da3-b47f-7b4b2d71397e 2019-01-20 12:52:57,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82d2279781af15cfea0cb6b8c1b9daa5576a21af" 2019-01-20 12:52:57,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bcc9185a-a542-4013-81a7-c38e65e607f8 Date: Sun, 20 Jan 2019 12:52: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"}}} 2019-01-20 12:52:57,915 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-bcc9185a-a542-4013-81a7-c38e65e607f8 2019-01-20 12:52:57,918 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:52:57,919 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:52:58,285 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b450a7630a9b4bff9426edf0b2ba9929", "name": "CreateImageSuccessTests-bcf8d7a1-efa5-469-proj-role"}], "expires_at": "2019-01-20T13:52:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d111ba9fc8b740309f48762f12e3aae6", "name": "CreateImageSuccessTests-bcf8d7a1-efa5-469-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d111ba9fc8b740309f48762f12e3aae6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d111ba9fc8b740309f48762f12e3aae6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d111ba9fc8b740309f48762f12e3aae6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d111ba9fc8b740309f48762f12e3aae6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d111ba9fc8b740309f48762f12e3aae6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d111ba9fc8b740309f48762f12e3aae6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d111ba9fc8b740309f48762f12e3aae6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d111ba9fc8b740309f48762f12e3aae6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d111ba9fc8b740309f48762f12e3aae6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d111ba9fc8b740309f48762f12e3aae6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d111ba9fc8b740309f48762f12e3aae6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d111ba9fc8b740309f48762f12e3aae6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-bcf8d7a1-efa5-469-user", "id": "55c0112da91e4d878b173ec3061b557b"}, "audit_ids": ["CtFmOzFvRW-JkmEP2H4iGw"], "issued_at": "2019-01-20T12:52:58.000000Z"}} 2019-01-20 12:52:58,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}360ab4c9b1e58b9709cab4973652f75f279a3879" 2019-01-20 12:52:58,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:52:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d8568a6-df98-4937-8a40-73c313fdfd99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:52:58,371 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3d8568a6-df98-4937-8a40-73c313fdfd99 2019-01-20 12:52:58,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&name=CreateImageSuccessTests-5b07d9e5-e511-48b4-8276-6754d887c690 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}360ab4c9b1e58b9709cab4973652f75f279a3879" 2019-01-20 12:52:58,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1026 Content-Type: application/json X-Openstack-Request-Id: req-0221fab0-6fee-4bd0-ba5f-a47c13f86961 Date: Sun, 20 Jan 2019 12:52:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-5b07d9e5-e511-48b4-8276-6754d887c690", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:52:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T12:52:56Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1/snap", "metadata": {}}], "self": "/v2/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1", "min_disk": 0, "protected": false, "id": "0a8d37b6-334d-474e-a278-abe6c1fb6de1", "file": "/v2/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d111ba9fc8b740309f48762f12e3aae6", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=CreateImageSuccessTests-5b07d9e5-e511-48b4-8276-6754d887c690"} 2019-01-20 12:52:58,557 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&name=CreateImageSuccessTests-5b07d9e5-e511-48b4-8276-6754d887c690 used request id req-0221fab0-6fee-4bd0-ba5f-a47c13f86961 2019-01-20 12:52:58,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}360ab4c9b1e58b9709cab4973652f75f279a3879" 2019-01-20 12:52:58,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7a78dd81-6ac3-40c5-8a95-6f69d57828a6 Date: Sun, 20 Jan 2019 12:52:58 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 12:52:58,714 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-7a78dd81-6ac3-40c5-8a95-6f69d57828a6 2019-01-20 12:52:58,717 - create_image - INFO - Found image with name - CreateImageSuccessTests-5b07d9e5-e511-48b4-8276-6754d887c690 2019-01-20 12:52:58,717 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-5b07d9e5-e511-48b4-8276-6754d887c690 2019-01-20 12:52:58,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}49ff94d967e0ff6c8b74845eadc59c14f25f85fb" 2019-01-20 12:53:00,731 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-347f13d7-93ff-4b20-b9b1-8d15d7d56081 Date: Sun, 20 Jan 2019 12:53:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:53:00,732 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/0a8d37b6-334d-474e-a278-abe6c1fb6de1 used request id req-347f13d7-93ff-4b20-b9b1-8d15d7d56081 2019-01-20 12:53:00,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe28e8a84ccd19116bfe3b967939a1f6bf74910a" 2019-01-20 12:53:00,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9364f733-de44-4631-ab72-bfb46fcd1bda Date: Sun, 20 Jan 2019 12:53:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:53:00,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-9364f733-de44-4631-ab72-bfb46fcd1bda 2019-01-20 12:53:00,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe28e8a84ccd19116bfe3b967939a1f6bf74910a" 2019-01-20 12:53:01,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d185462-f16c-48be-aa52-450ff1d156b5 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:53:01,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-5d185462-f16c-48be-aa52-450ff1d156b5 2019-01-20 12:53:01,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe28e8a84ccd19116bfe3b967939a1f6bf74910a" 2019-01-20 12:53:01,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41fa7091-58d4-48dd-8b79-481d15757693 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:53:01,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-41fa7091-58d4-48dd-8b79-481d15757693 2019-01-20 12:53:01,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe28e8a84ccd19116bfe3b967939a1f6bf74910a" 2019-01-20 12:53:01,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9b7702d-6978-4a12-be3e-886918336169 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:53:01,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-e9b7702d-6978-4a12-be3e-886918336169 2019-01-20 12:53:01,279 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-bcf8d7a1-efa5-469-proj 2019-01-20 12:53:01,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/d111ba9fc8b740309f48762f12e3aae6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe28e8a84ccd19116bfe3b967939a1f6bf74910a" 2019-01-20 12:53:01,470 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d01ffeb1-8ff7-40c8-9ee7-82dac1dccdb1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:01,470 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/d111ba9fc8b740309f48762f12e3aae6 used request id req-d01ffeb1-8ff7-40c8-9ee7-82dac1dccdb1 2019-01-20 12:53:01,471 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-bcf8d7a1-efa5-469-proj-role 2019-01-20 12:53:01,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/b450a7630a9b4bff9426edf0b2ba9929 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe28e8a84ccd19116bfe3b967939a1f6bf74910a" 2019-01-20 12:53:01,569 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-216bf360-33bc-42bd-8095-c94de9e8c794 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:01,569 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/b450a7630a9b4bff9426edf0b2ba9929 used request id req-216bf360-33bc-42bd-8095-c94de9e8c794 2019-01-20 12:53:01,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe28e8a84ccd19116bfe3b967939a1f6bf74910a" 2019-01-20 12:53:01,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-185aa992-19fd-49d5-bd04-df7e21a5a105 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:53:01,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-185aa992-19fd-49d5-bd04-df7e21a5a105 2019-01-20 12:53:01,657 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-bcf8d7a1-efa5-469-user 2019-01-20 12:53:01,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/55c0112da91e4d878b173ec3061b557b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4900c2af484930da624ea7b1896bbb0268bd3692" 2019-01-20 12:53:01,855 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-559b8d9d-f4ec-46ac-8727-26b4cd7ac873 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:01,855 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/55c0112da91e4d878b173ec3061b557b used request id req-559b8d9d-f4ec-46ac-8727-26b4cd7ac873 2019-01-20 12:53:01,857 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:02,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ZQ5ia_pKQBO7zXHoVEaM6Q"], "issued_at": "2019-01-20T12:53:02.000000Z"}} 2019-01-20 12:53:02,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d98d40e4a88df1b9d6e262a80fab41771e26383" 2019-01-20 12:53:02,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7256aa62-f715-4ff4-91cf-f03cbff26244 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:02,344 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7256aa62-f715-4ff4-91cf-f03cbff26244 2019-01-20 12:53:02,346 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:02,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:02,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["qgBMCC7RSH6USZDPtcpGzQ"], "issued_at": "2019-01-20T12:53:02.000000Z"}} 2019-01-20 12:53:02,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4741d405bed34fe0c816f8815f9d0ea091b6bb65" 2019-01-20 12:53:02,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e018239b-f7b6-4840-bfb6-eb2ed3ae96ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:02,811 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e018239b-f7b6-4840-bfb6-eb2ed3ae96ce 2019-01-20 12:53:02,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:53:02,821 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:53: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:53:02,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-5d9eb60c-8b43-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4741d405bed34fe0c816f8815f9d0ea091b6bb65" 2019-01-20 12:53:02,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd2d88c2-063b-46f7-a6b9-69700e66b2f5 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-5d9eb60c-8b43-489-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:53:02,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-5d9eb60c-8b43-489-proj used request id req-fd2d88c2-063b-46f7-a6b9-69700e66b2f5 2019-01-20 12:53:02,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4741d405bed34fe0c816f8815f9d0ea091b6bb65" 2019-01-20 12:53:02,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b53ce551-4199-4606-9054-3fd28f5db809 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:53:02,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-b53ce551-4199-4606-9054-3fd28f5db809 2019-01-20 12:53:02,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4741d405bed34fe0c816f8815f9d0ea091b6bb65" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-5d9eb60c-8b43-489-proj"}}' 2019-01-20 12:53:03,114 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:53:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-617d3e28-9bfc-4f66-a4b1-f4ee98578915 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/63789bdc569547cf8f025c3251eb2178"}, "enabled": true, "id": "63789bdc569547cf8f025c3251eb2178", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-5d9eb60c-8b43-489-proj"}} 2019-01-20 12:53:03,115 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-617d3e28-9bfc-4f66-a4b1-f4ee98578915 2019-01-20 12:53:03,115 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-5d9eb60c-8b43-489-proj 2019-01-20 12:53:03,115 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:03,116 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:03,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Y7jV4Z9NRSOVb5BklVbJ2Q"], "issued_at": "2019-01-20T12:53:03.000000Z"}} 2019-01-20 12:53:03,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c34efe3d9bee4883e98846c2150642a20ae9536e" 2019-01-20 12:53:03,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97fadd33-a2f4-4379-ab64-7033373e3b0d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:03,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-97fadd33-a2f4-4379-ab64-7033373e3b0d 2019-01-20 12:53:03,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:53:03,594 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:53: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:53:03,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c34efe3d9bee4883e98846c2150642a20ae9536e" 2019-01-20 12:53:03,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fbbcc9d-4f3f-4a15-aac1-53e1d328cc9a Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:53:03,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5fbbcc9d-4f3f-4a15-aac1-53e1d328cc9a 2019-01-20 12:53:03,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateImageNegativeTests-5d9eb60c-8b43-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c34efe3d9bee4883e98846c2150642a20ae9536e" 2019-01-20 12:53:03,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64b60a0f-0a87-4331-9c80-b2d2d5ecb76d Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateImageNegativeTests-5d9eb60c-8b43-489-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/63789bdc569547cf8f025c3251eb2178"}, "enabled": true, "id": "63789bdc569547cf8f025c3251eb2178", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-5d9eb60c-8b43-489-proj"}]} 2019-01-20 12:53:03,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateImageNegativeTests-5d9eb60c-8b43-489-proj used request id req-64b60a0f-0a87-4331-9c80-b2d2d5ecb76d 2019-01-20 12:53:03,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c34efe3d9bee4883e98846c2150642a20ae9536e" 2019-01-20 12:53:03,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de7d6bca-fab4-45b5-bf98-9872dd519fca Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:53:03,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-de7d6bca-fab4-45b5-bf98-9872dd519fca 2019-01-20 12:53:04,258 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-5d9eb60c-8b43-489-user 2019-01-20 12:53:04,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:04,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4741d405bed34fe0c816f8815f9d0ea091b6bb65" 2019-01-20 12:53:04,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6184c67-eea9-4f81-8876-74170e216299 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:53:04,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f6184c67-eea9-4f81-8876-74170e216299 2019-01-20 12:53:04,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4741d405bed34fe0c816f8815f9d0ea091b6bb65" -d '{"role": {"name": "CreateImageNegativeTests-5d9eb60c-8b43-489-proj-role"}}' 2019-01-20 12:53:04,539 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:53:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3629463a-f19b-4211-942a-90c20b65e941 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "79668c9f4acd495b9458a704de03f9a9", "links": {"self": "http://172.30.9.22:5000/v3/roles/79668c9f4acd495b9458a704de03f9a9"}, "name": "CreateImageNegativeTests-5d9eb60c-8b43-489-proj-role"}} 2019-01-20 12:53:04,539 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-3629463a-f19b-4211-942a-90c20b65e941 2019-01-20 12:53:04,540 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-5d9eb60c-8b43-489-proj-role 2019-01-20 12:53:04,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/79668c9f4acd495b9458a704de03f9a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4741d405bed34fe0c816f8815f9d0ea091b6bb65" 2019-01-20 12:53:04,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25e2de46-c83f-49a4-ba44-c1b0ad2cb9ef Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/79668c9f4acd495b9458a704de03f9a9"}, "domain_id": null, "name": "CreateImageNegativeTests-5d9eb60c-8b43-489-proj-role", "id": "79668c9f4acd495b9458a704de03f9a9"}} 2019-01-20 12:53:04,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/79668c9f4acd495b9458a704de03f9a9 used request id req-25e2de46-c83f-49a4-ba44-c1b0ad2cb9ef 2019-01-20 12:53:04,630 - keystone_utils - INFO - Granting role CreateImageNegativeTests-5d9eb60c-8b43-489-proj-role to project CreateImageNegativeTests-5d9eb60c-8b43-489-proj 2019-01-20 12:53:04,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/63789bdc569547cf8f025c3251eb2178/users/90fd1af65e18467ca39316a9ef126d4b/roles/79668c9f4acd495b9458a704de03f9a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4741d405bed34fe0c816f8815f9d0ea091b6bb65" 2019-01-20 12:53:04,751 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-527c456b-09f5-4921-a3b5-f2d0efc9a2c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:04,751 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/63789bdc569547cf8f025c3251eb2178/users/90fd1af65e18467ca39316a9ef126d4b/roles/79668c9f4acd495b9458a704de03f9a9 used request id req-527c456b-09f5-4921-a3b5-f2d0efc9a2c7 2019-01-20 12:53:04,752 - openstack_tests - DEBUG - Image metadata - None 2019-01-20 12:53:04,752 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:04,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:05,138 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "79668c9f4acd495b9458a704de03f9a9", "name": "CreateImageNegativeTests-5d9eb60c-8b43-489-proj-role"}], "expires_at": "2019-01-20T13:53:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63789bdc569547cf8f025c3251eb2178", "name": "CreateImageNegativeTests-5d9eb60c-8b43-489-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/63789bdc569547cf8f025c3251eb2178", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/63789bdc569547cf8f025c3251eb2178", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/63789bdc569547cf8f025c3251eb2178", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/63789bdc569547cf8f025c3251eb2178", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/63789bdc569547cf8f025c3251eb2178", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/63789bdc569547cf8f025c3251eb2178", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/63789bdc569547cf8f025c3251eb2178", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/63789bdc569547cf8f025c3251eb2178", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/63789bdc569547cf8f025c3251eb2178", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/63789bdc569547cf8f025c3251eb2178", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/63789bdc569547cf8f025c3251eb2178", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/63789bdc569547cf8f025c3251eb2178", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-5d9eb60c-8b43-489-user", "id": "90fd1af65e18467ca39316a9ef126d4b"}, "audit_ids": ["_RMRyQEsQ8izFvnCl7Jxfw"], "issued_at": "2019-01-20T12:53:05.000000Z"}} 2019-01-20 12:53:05,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64c9313727232829f6aa60c17f6d3ee7d182997b" 2019-01-20 12:53:05,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faf05d71-e7e6-4cc6-901f-7fd1d5d2357a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:05,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-faf05d71-e7e6-4cc6-901f-7fd1d5d2357a 2019-01-20 12:53:05,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-ce3d7224-a759-4b52-8ece-7fa2a6c3f2bc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64c9313727232829f6aa60c17f6d3ee7d182997b" 2019-01-20 12:53:05,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-a141e2b3-e0f9-4da4-9204-427ba082f90c Date: Sun, 20 Jan 2019 12:53:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-ce3d7224-a759-4b52-8ece-7fa2a6c3f2bc"} 2019-01-20 12:53:05,416 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-ce3d7224-a759-4b52-8ece-7fa2a6c3f2bc used request id req-a141e2b3-e0f9-4da4-9204-427ba082f90c 2019-01-20 12:53:05,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64c9313727232829f6aa60c17f6d3ee7d182997b" 2019-01-20 12:53:05,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-64cb68ed-fd6e-4fb0-895b-cc7f3722cda9 Date: Sun, 20 Jan 2019 12:53: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"}}} 2019-01-20 12:53:05,568 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-64cb68ed-fd6e-4fb0-895b-cc7f3722cda9 2019-01-20 12:53:05,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64c9313727232829f6aa60c17f6d3ee7d182997b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageNegativeTests-ce3d7224-a759-4b52-8ece-7fa2a6c3f2bc"}' 2019-01-20 12:53:05,787 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 622 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/f5068aa4-a7bc-4d61-92be-d282be844676 X-Openstack-Request-Id: req-7c0b2549-8ac0-4b61-844d-e193b3f8ec67 Date: Sun, 20 Jan 2019 12:53:05 GMT RESP BODY: {"status": "queued", "name": "CreateImageNegativeTests-ce3d7224-a759-4b52-8ece-7fa2a6c3f2bc", "tags": [], "container_format": "bare", "created_at": "2019-01-20T12:53:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T12:53:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/f5068aa4-a7bc-4d61-92be-d282be844676", "min_disk": 0, "protected": false, "id": "f5068aa4-a7bc-4d61-92be-d282be844676", "file": "/v2/images/f5068aa4-a7bc-4d61-92be-d282be844676/file", "checksum": null, "owner": "63789bdc569547cf8f025c3251eb2178", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 12:53:05,787 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-7c0b2549-8ac0-4b61-844d-e193b3f8ec67 2019-01-20 12:53:05,796 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2019-01-20 12:53:05,796 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-ce3d7224-a759-4b52-8ece-7fa2a6c3f2bc 2019-01-20 12:53:05,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/f5068aa4-a7bc-4d61-92be-d282be844676 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64c9313727232829f6aa60c17f6d3ee7d182997b" 2019-01-20 12:53:05,952 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0ab43b32-c7d2-46d8-b22c-9786a3e8ca1d Date: Sun, 20 Jan 2019 12:53:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 12:53:05,952 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/f5068aa4-a7bc-4d61-92be-d282be844676 used request id req-0ab43b32-c7d2-46d8-b22c-9786a3e8ca1d 2019-01-20 12:53:05,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4741d405bed34fe0c816f8815f9d0ea091b6bb65" 2019-01-20 12:53:06,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-522f8839-6f1f-401a-a1d7-4ad2a89ac5a4 Date: Sun, 20 Jan 2019 12:53:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:53:06,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-522f8839-6f1f-401a-a1d7-4ad2a89ac5a4 2019-01-20 12:53:06,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4741d405bed34fe0c816f8815f9d0ea091b6bb65" 2019-01-20 12:53:06,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fea549a5-2861-4d6e-88d5-c032773c2f2e 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:53:06,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-fea549a5-2861-4d6e-88d5-c032773c2f2e 2019-01-20 12:53:06,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4741d405bed34fe0c816f8815f9d0ea091b6bb65" 2019-01-20 12:53:06,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-311e680b-fe28-481a-bf88-79bbfdd738b9 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:53:06,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-311e680b-fe28-481a-bf88-79bbfdd738b9 2019-01-20 12:53:06,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4741d405bed34fe0c816f8815f9d0ea091b6bb65" 2019-01-20 12:53:06,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-296f2ae8-4c6f-4e17-ad67-e66f055a37a3 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:53:06,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-296f2ae8-4c6f-4e17-ad67-e66f055a37a3 2019-01-20 12:53:06,443 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-5d9eb60c-8b43-489-proj 2019-01-20 12:53:06,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/63789bdc569547cf8f025c3251eb2178 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4741d405bed34fe0c816f8815f9d0ea091b6bb65" 2019-01-20 12:53:06,625 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25358a8f-a4a3-47b4-aaad-2293fa76f002 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:06,626 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/63789bdc569547cf8f025c3251eb2178 used request id req-25358a8f-a4a3-47b4-aaad-2293fa76f002 2019-01-20 12:53:06,626 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-5d9eb60c-8b43-489-proj-role 2019-01-20 12:53:06,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/79668c9f4acd495b9458a704de03f9a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4741d405bed34fe0c816f8815f9d0ea091b6bb65" 2019-01-20 12:53:06,820 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d88135ae-dd5b-4346-a38b-ebff81c40136 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:06,820 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/79668c9f4acd495b9458a704de03f9a9 used request id req-d88135ae-dd5b-4346-a38b-ebff81c40136 2019-01-20 12:53:06,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4741d405bed34fe0c816f8815f9d0ea091b6bb65" 2019-01-20 12:53:06,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7983a8e2-6eef-4fc8-b2e8-f5dca5525373 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:53:06,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-7983a8e2-6eef-4fc8-b2e8-f5dca5525373 2019-01-20 12:53:06,913 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-5d9eb60c-8b43-489-user 2019-01-20 12:53:06,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/90fd1af65e18467ca39316a9ef126d4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c34efe3d9bee4883e98846c2150642a20ae9536e" 2019-01-20 12:53:07,076 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca408eb8-1d5f-46e9-ab52-a952955c7b0c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:07,076 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/90fd1af65e18467ca39316a9ef126d4b used request id req-ca408eb8-1d5f-46e9-ab52-a952955c7b0c 2019-01-20 12:53:07,077 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:07,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ziM1PXxfQRyXImYGNFwjKw"], "issued_at": "2019-01-20T12:53:07.000000Z"}} 2019-01-20 12:53:07,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ad1320bc6d46308fe4fc68399ac259780de402a" 2019-01-20 12:53:07,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c0663f9-1185-4c8f-b095-8b2e04ee119c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:07,554 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8c0663f9-1185-4c8f-b095-8b2e04ee119c 2019-01-20 12:53:07,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:07,556 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:07,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["NblQ2PlaTXaErZCQ44Z8Qw"], "issued_at": "2019-01-20T12:53:07.000000Z"}} 2019-01-20 12:53:07,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e628ea9a6794853144cce46b2842edb108ebfd53" 2019-01-20 12:53:08,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-971a2915-84e9-4f25-9bcf-a452ed7925d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:08,023 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-971a2915-84e9-4f25-9bcf-a452ed7925d2 2019-01-20 12:53:08,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:53:08,033 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:53:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:53:08,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-02ad3b73-7404-4c1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e628ea9a6794853144cce46b2842edb108ebfd53" 2019-01-20 12:53:08,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d0874bd-1614-48d4-8fba-e1bcdb4dd2c6 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-02ad3b73-7404-4c1-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:53:08,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-02ad3b73-7404-4c1-proj used request id req-9d0874bd-1614-48d4-8fba-e1bcdb4dd2c6 2019-01-20 12:53:08,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e628ea9a6794853144cce46b2842edb108ebfd53" 2019-01-20 12:53:08,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0c59650-37a5-455d-a9f5-c9c227dff589 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:53:08,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-c0c59650-37a5-455d-a9f5-c9c227dff589 2019-01-20 12:53:08,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e628ea9a6794853144cce46b2842edb108ebfd53" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-02ad3b73-7404-4c1-proj"}}' 2019-01-20 12:53:08,330 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:53:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3baecba0-efc6-48b7-bf25-a9f218cde553 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/af92ffe3ae654d56acf6c909a7bfbf2f"}, "enabled": true, "id": "af92ffe3ae654d56acf6c909a7bfbf2f", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-02ad3b73-7404-4c1-proj"}} 2019-01-20 12:53:08,330 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-3baecba0-efc6-48b7-bf25-a9f218cde553 2019-01-20 12:53:08,330 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-02ad3b73-7404-4c1-proj 2019-01-20 12:53:08,330 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:08,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:08,706 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["LSxxDUdoRRKsdnOE2CXDhQ"], "issued_at": "2019-01-20T12:53:08.000000Z"}} 2019-01-20 12:53:08,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d430c2ed5e7e066454953fd002379ad67580416" 2019-01-20 12:53:08,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a24d020b-e888-48bb-9924-79b206233db1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:08,791 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a24d020b-e888-48bb-9924-79b206233db1 2019-01-20 12:53:08,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:53:08,800 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:53:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:53:08,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d430c2ed5e7e066454953fd002379ad67580416" 2019-01-20 12:53:08,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb61d013-65f1-4b78-91fe-a4a8d10b80a2 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:53:08,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-fb61d013-65f1-4b78-91fe-a4a8d10b80a2 2019-01-20 12:53:08,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateImageNegativeTests-02ad3b73-7404-4c1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d430c2ed5e7e066454953fd002379ad67580416" 2019-01-20 12:53:08,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3c90163-9614-499a-8a44-e81eb7254dba Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateImageNegativeTests-02ad3b73-7404-4c1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/af92ffe3ae654d56acf6c909a7bfbf2f"}, "enabled": true, "id": "af92ffe3ae654d56acf6c909a7bfbf2f", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-02ad3b73-7404-4c1-proj"}]} 2019-01-20 12:53:08,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateImageNegativeTests-02ad3b73-7404-4c1-proj used request id req-f3c90163-9614-499a-8a44-e81eb7254dba 2019-01-20 12:53:08,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d430c2ed5e7e066454953fd002379ad67580416" 2019-01-20 12:53:09,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-076d443e-342e-48ac-8e50-0d15c7b1fc1b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:53:09,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-076d443e-342e-48ac-8e50-0d15c7b1fc1b 2019-01-20 12:53:09,443 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-02ad3b73-7404-4c1-user 2019-01-20 12:53:09,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:09,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e628ea9a6794853144cce46b2842edb108ebfd53" 2019-01-20 12:53:09,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10e9550d-5a08-4970-95b0-c89754b02dfb Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:53:09,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-10e9550d-5a08-4970-95b0-c89754b02dfb 2019-01-20 12:53:09,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e628ea9a6794853144cce46b2842edb108ebfd53" -d '{"role": {"name": "CreateImageNegativeTests-02ad3b73-7404-4c1-proj-role"}}' 2019-01-20 12:53:09,570 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:53:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d0d27c8-9ce3-4e14-9ef6-494c4cedb71b Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "08cf267d567f419d89e34b0b3d6ccfce", "links": {"self": "http://172.30.9.22:5000/v3/roles/08cf267d567f419d89e34b0b3d6ccfce"}, "name": "CreateImageNegativeTests-02ad3b73-7404-4c1-proj-role"}} 2019-01-20 12:53:09,570 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-9d0d27c8-9ce3-4e14-9ef6-494c4cedb71b 2019-01-20 12:53:09,570 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-02ad3b73-7404-4c1-proj-role 2019-01-20 12:53:09,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/08cf267d567f419d89e34b0b3d6ccfce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e628ea9a6794853144cce46b2842edb108ebfd53" 2019-01-20 12:53:09,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7369fa9f-f22a-40ea-9675-33253984ecdc Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/08cf267d567f419d89e34b0b3d6ccfce"}, "domain_id": null, "name": "CreateImageNegativeTests-02ad3b73-7404-4c1-proj-role", "id": "08cf267d567f419d89e34b0b3d6ccfce"}} 2019-01-20 12:53:09,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/08cf267d567f419d89e34b0b3d6ccfce used request id req-7369fa9f-f22a-40ea-9675-33253984ecdc 2019-01-20 12:53:09,664 - keystone_utils - INFO - Granting role CreateImageNegativeTests-02ad3b73-7404-4c1-proj-role to project CreateImageNegativeTests-02ad3b73-7404-4c1-proj 2019-01-20 12:53:09,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/af92ffe3ae654d56acf6c909a7bfbf2f/users/46efaf20214d4d4da231a097515cccdf/roles/08cf267d567f419d89e34b0b3d6ccfce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e628ea9a6794853144cce46b2842edb108ebfd53" 2019-01-20 12:53:09,932 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1661661c-4c48-4ef6-b7c8-9a8401b21548 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:09,932 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/af92ffe3ae654d56acf6c909a7bfbf2f/users/46efaf20214d4d4da231a097515cccdf/roles/08cf267d567f419d89e34b0b3d6ccfce used request id req-1661661c-4c48-4ef6-b7c8-9a8401b21548 2019-01-20 12:53:09,933 - openstack_tests - DEBUG - Image metadata - None 2019-01-20 12:53:09,933 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:09,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:10,307 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "08cf267d567f419d89e34b0b3d6ccfce", "name": "CreateImageNegativeTests-02ad3b73-7404-4c1-proj-role"}], "expires_at": "2019-01-20T13:53:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af92ffe3ae654d56acf6c909a7bfbf2f", "name": "CreateImageNegativeTests-02ad3b73-7404-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/af92ffe3ae654d56acf6c909a7bfbf2f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/af92ffe3ae654d56acf6c909a7bfbf2f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/af92ffe3ae654d56acf6c909a7bfbf2f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/af92ffe3ae654d56acf6c909a7bfbf2f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/af92ffe3ae654d56acf6c909a7bfbf2f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/af92ffe3ae654d56acf6c909a7bfbf2f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/af92ffe3ae654d56acf6c909a7bfbf2f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/af92ffe3ae654d56acf6c909a7bfbf2f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/af92ffe3ae654d56acf6c909a7bfbf2f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/af92ffe3ae654d56acf6c909a7bfbf2f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/af92ffe3ae654d56acf6c909a7bfbf2f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/af92ffe3ae654d56acf6c909a7bfbf2f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-02ad3b73-7404-4c1-user", "id": "46efaf20214d4d4da231a097515cccdf"}, "audit_ids": ["ZbnFFOy4T5ysEtI-F4wVlQ"], "issued_at": "2019-01-20T12:53:10.000000Z"}} 2019-01-20 12:53:10,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f72384e228e2a3cef7f2ebbefd5b21d61b25ef0b" 2019-01-20 12:53:10,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b92b17c1-28b0-45ad-baf2-12f37f6d97ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:10,378 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b92b17c1-28b0-45ad-baf2-12f37f6d97ea 2019-01-20 12:53:10,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-4f34d456-7a15-4bc6-8817-a502e6108bb2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f72384e228e2a3cef7f2ebbefd5b21d61b25ef0b" 2019-01-20 12:53:10,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 161 Content-Type: application/json X-Openstack-Request-Id: req-b3e68c6f-7b94-46e5-b421-1f9847ca371b Date: Sun, 20 Jan 2019 12:53:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=foo&limit=20&name=CreateImageNegativeTests-4f34d456-7a15-4bc6-8817-a502e6108bb2"} 2019-01-20 12:53:10,556 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-4f34d456-7a15-4bc6-8817-a502e6108bb2 used request id req-b3e68c6f-7b94-46e5-b421-1f9847ca371b 2019-01-20 12:53:10,556 - file_utils - DEBUG - Downloading file from - http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img 2019-01-20 12:53:10,557 - file_utils - DEBUG - Saving file to - /tmp/645e19bc-7de0-4d0c-ae09-b40650760121 2019-01-20 12:53:10,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f72384e228e2a3cef7f2ebbefd5b21d61b25ef0b" 2019-01-20 12:53:11,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0e1110c0-f427-403f-9a00-2b73febc3dc1 Date: Sun, 20 Jan 2019 12:53: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"}}} 2019-01-20 12:53:11,021 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-0e1110c0-f427-403f-9a00-2b73febc3dc1 2019-01-20 12:53:11,044 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2019-01-20 12:53:11,044 - glance_utils - DEBUG - Closing file ./tmp/645e19bc-7de0-4d0c-ae09-b40650760121 2019-01-20 12:53:11,044 - glance_utils - INFO - Removing file ./tmp/645e19bc-7de0-4d0c-ae09-b40650760121 2019-01-20 12:53:11,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e628ea9a6794853144cce46b2842edb108ebfd53" 2019-01-20 12:53:11,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8e73640b-19f6-4786-bccc-848d7cbf7e14 Date: Sun, 20 Jan 2019 12:53:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:53:11,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-8e73640b-19f6-4786-bccc-848d7cbf7e14 2019-01-20 12:53:11,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e628ea9a6794853144cce46b2842edb108ebfd53" 2019-01-20 12:53:11,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80e1a39b-ba5a-47ef-86ad-a6edef42788d 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:53:11,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-80e1a39b-ba5a-47ef-86ad-a6edef42788d 2019-01-20 12:53:11,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e628ea9a6794853144cce46b2842edb108ebfd53" 2019-01-20 12:53:11,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-499488fc-69e1-443a-ab20-e9179caf358b 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:53:11,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-499488fc-69e1-443a-ab20-e9179caf358b 2019-01-20 12:53:11,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e628ea9a6794853144cce46b2842edb108ebfd53" 2019-01-20 12:53:11,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44ff3520-fbf0-405c-aa82-bc1d6ea191ef Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:53:11,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-44ff3520-fbf0-405c-aa82-bc1d6ea191ef 2019-01-20 12:53:11,550 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-02ad3b73-7404-4c1-proj 2019-01-20 12:53:11,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/af92ffe3ae654d56acf6c909a7bfbf2f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e628ea9a6794853144cce46b2842edb108ebfd53" 2019-01-20 12:53:11,782 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8487739f-67a6-4a15-a135-4c088fdd62c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:11,782 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/af92ffe3ae654d56acf6c909a7bfbf2f used request id req-8487739f-67a6-4a15-a135-4c088fdd62c3 2019-01-20 12:53:11,783 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-02ad3b73-7404-4c1-proj-role 2019-01-20 12:53:11,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/08cf267d567f419d89e34b0b3d6ccfce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e628ea9a6794853144cce46b2842edb108ebfd53" 2019-01-20 12:53:11,904 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e6d2404-bc3b-49d2-bcdd-68a5c940b0de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:11,905 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/08cf267d567f419d89e34b0b3d6ccfce used request id req-4e6d2404-bc3b-49d2-bcdd-68a5c940b0de 2019-01-20 12:53:11,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e628ea9a6794853144cce46b2842edb108ebfd53" 2019-01-20 12:53:11,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f766968-9750-4ff6-b4f8-2671c97a8daa Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:53:11,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-3f766968-9750-4ff6-b4f8-2671c97a8daa 2019-01-20 12:53:11,991 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-02ad3b73-7404-4c1-user 2019-01-20 12:53:11,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/46efaf20214d4d4da231a097515cccdf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d430c2ed5e7e066454953fd002379ad67580416" 2019-01-20 12:53:12,179 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2a24474-77a1-4b8c-99fa-c3518e336098 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:12,179 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/46efaf20214d4d4da231a097515cccdf used request id req-e2a24474-77a1-4b8c-99fa-c3518e336098 2019-01-20 12:53:12,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:12,569 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["JSnFTpDGT4emN0QL02kr6g"], "issued_at": "2019-01-20T12:53:12.000000Z"}} 2019-01-20 12:53:12,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfa4887f3418dce7114639f59749cc9b9bd7c7b2" 2019-01-20 12:53:12,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8697b5b-88cd-4616-a457-3c2dadbe8f2e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:12,646 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f8697b5b-88cd-4616-a457-3c2dadbe8f2e 2019-01-20 12:53:12,648 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:12,649 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:13,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["mywFvbKNSPOsSDEKsPWVeQ"], "issued_at": "2019-01-20T12:53:13.000000Z"}} 2019-01-20 12:53:13,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb60f2de9bece7c63288989921d863bfe5cd5207" 2019-01-20 12:53:13,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82673b85-8027-40c5-bcc8-c52307c4402a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:13,130 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-82673b85-8027-40c5-bcc8-c52307c4402a 2019-01-20 12:53:13,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:53:13,140 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:53: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:53:13,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-a41bfd56-8a17-4a6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb60f2de9bece7c63288989921d863bfe5cd5207" 2019-01-20 12:53:13,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85787564-2d6a-4722-845b-bb869892f43e Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-a41bfd56-8a17-4a6-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:53:13,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-a41bfd56-8a17-4a6-proj used request id req-85787564-2d6a-4722-845b-bb869892f43e 2019-01-20 12:53:13,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb60f2de9bece7c63288989921d863bfe5cd5207" 2019-01-20 12:53:13,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df8859e3-9fac-4326-9615-c18243fa8fa4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:53:13,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-df8859e3-9fac-4326-9615-c18243fa8fa4 2019-01-20 12:53:13,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb60f2de9bece7c63288989921d863bfe5cd5207" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-a41bfd56-8a17-4a6-proj"}}' 2019-01-20 12:53:13,449 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:53:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66f14ab8-361a-4285-bb64-c16372408361 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/be446d36903e4a90bcf728f2fc1b8b58"}, "enabled": true, "id": "be446d36903e4a90bcf728f2fc1b8b58", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-a41bfd56-8a17-4a6-proj"}} 2019-01-20 12:53:13,449 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-66f14ab8-361a-4285-bb64-c16372408361 2019-01-20 12:53:13,450 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-a41bfd56-8a17-4a6-proj 2019-01-20 12:53:13,450 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:13,451 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:13,839 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["5fuxdByCTgGzCPplLfcRaQ"], "issued_at": "2019-01-20T12:53:13.000000Z"}} 2019-01-20 12:53:13,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e6e96c65265735eb7026ec4edb9c03fcf0b0a82" 2019-01-20 12:53:13,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab5afb99-aac7-42d4-9186-41e1356b1069 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:13,934 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ab5afb99-aac7-42d4-9186-41e1356b1069 2019-01-20 12:53:13,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:53:13,944 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:53: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:53:13,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e6e96c65265735eb7026ec4edb9c03fcf0b0a82" 2019-01-20 12:53:14,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-326e13b9-cb0e-4356-aafe-6bfd3f0b6094 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:53:14,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-326e13b9-cb0e-4356-aafe-6bfd3f0b6094 2019-01-20 12:53:14,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateImageNegativeTests-a41bfd56-8a17-4a6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e6e96c65265735eb7026ec4edb9c03fcf0b0a82" 2019-01-20 12:53:14,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aabb58ee-4635-4a83-a5af-e07f3f6c1363 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateImageNegativeTests-a41bfd56-8a17-4a6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/be446d36903e4a90bcf728f2fc1b8b58"}, "enabled": true, "id": "be446d36903e4a90bcf728f2fc1b8b58", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-a41bfd56-8a17-4a6-proj"}]} 2019-01-20 12:53:14,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateImageNegativeTests-a41bfd56-8a17-4a6-proj used request id req-aabb58ee-4635-4a83-a5af-e07f3f6c1363 2019-01-20 12:53:14,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e6e96c65265735eb7026ec4edb9c03fcf0b0a82" 2019-01-20 12:53:14,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56d7bfde-0c40-472a-a98d-cb0f10e86603 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:53:14,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-56d7bfde-0c40-472a-a98d-cb0f10e86603 2019-01-20 12:53:14,467 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-a41bfd56-8a17-4a6-user 2019-01-20 12:53:14,468 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:14,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb60f2de9bece7c63288989921d863bfe5cd5207" 2019-01-20 12:53:14,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce81eea1-33b0-47f5-8b81-ba6d1daa9391 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:53:14,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ce81eea1-33b0-47f5-8b81-ba6d1daa9391 2019-01-20 12:53:14,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb60f2de9bece7c63288989921d863bfe5cd5207" -d '{"role": {"name": "CreateImageNegativeTests-a41bfd56-8a17-4a6-proj-role"}}' 2019-01-20 12:53:14,677 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:53:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77c7a2b9-755e-480d-8787-73d90ebee319 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3d2099a0f35249fb9fbd1326dbb2044b", "links": {"self": "http://172.30.9.22:5000/v3/roles/3d2099a0f35249fb9fbd1326dbb2044b"}, "name": "CreateImageNegativeTests-a41bfd56-8a17-4a6-proj-role"}} 2019-01-20 12:53:14,678 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-77c7a2b9-755e-480d-8787-73d90ebee319 2019-01-20 12:53:14,678 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-a41bfd56-8a17-4a6-proj-role 2019-01-20 12:53:14,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/3d2099a0f35249fb9fbd1326dbb2044b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb60f2de9bece7c63288989921d863bfe5cd5207" 2019-01-20 12:53:14,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a9d500e-836a-44f1-9643-97b59bcf496a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/3d2099a0f35249fb9fbd1326dbb2044b"}, "domain_id": null, "name": "CreateImageNegativeTests-a41bfd56-8a17-4a6-proj-role", "id": "3d2099a0f35249fb9fbd1326dbb2044b"}} 2019-01-20 12:53:14,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/3d2099a0f35249fb9fbd1326dbb2044b used request id req-8a9d500e-836a-44f1-9643-97b59bcf496a 2019-01-20 12:53:14,770 - keystone_utils - INFO - Granting role CreateImageNegativeTests-a41bfd56-8a17-4a6-proj-role to project CreateImageNegativeTests-a41bfd56-8a17-4a6-proj 2019-01-20 12:53:14,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/be446d36903e4a90bcf728f2fc1b8b58/users/e9142fcd861344c7ba023fe9489cb468/roles/3d2099a0f35249fb9fbd1326dbb2044b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb60f2de9bece7c63288989921d863bfe5cd5207" 2019-01-20 12:53:14,913 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c111ffe-5a32-464c-acc8-4a39eabd72a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:14,913 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/be446d36903e4a90bcf728f2fc1b8b58/users/e9142fcd861344c7ba023fe9489cb468/roles/3d2099a0f35249fb9fbd1326dbb2044b used request id req-5c111ffe-5a32-464c-acc8-4a39eabd72a4 2019-01-20 12:53:14,914 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:14,915 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:15,282 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d2099a0f35249fb9fbd1326dbb2044b", "name": "CreateImageNegativeTests-a41bfd56-8a17-4a6-proj-role"}], "expires_at": "2019-01-20T13:53:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "be446d36903e4a90bcf728f2fc1b8b58", "name": "CreateImageNegativeTests-a41bfd56-8a17-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/be446d36903e4a90bcf728f2fc1b8b58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/be446d36903e4a90bcf728f2fc1b8b58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/be446d36903e4a90bcf728f2fc1b8b58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/be446d36903e4a90bcf728f2fc1b8b58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/be446d36903e4a90bcf728f2fc1b8b58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/be446d36903e4a90bcf728f2fc1b8b58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/be446d36903e4a90bcf728f2fc1b8b58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/be446d36903e4a90bcf728f2fc1b8b58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/be446d36903e4a90bcf728f2fc1b8b58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/be446d36903e4a90bcf728f2fc1b8b58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/be446d36903e4a90bcf728f2fc1b8b58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/be446d36903e4a90bcf728f2fc1b8b58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-a41bfd56-8a17-4a6-user", "id": "e9142fcd861344c7ba023fe9489cb468"}, "audit_ids": ["GCEhqYTVRbOqXgyt8tY7QQ"], "issued_at": "2019-01-20T12:53:15.000000Z"}} 2019-01-20 12:53:15,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9be7e2ff4895ec2229dd8255bdc1b08d1da394b8" 2019-01-20 12:53:15,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d156d3c7-9e87-4ffd-b326-a9278af227e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:15,363 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d156d3c7-9e87-4ffd-b326-a9278af227e8 2019-01-20 12:53:15,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9be7e2ff4895ec2229dd8255bdc1b08d1da394b8" 2019-01-20 12:53:15,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-95623331-fd4b-4b44-af43-bb0d66d757ef Date: Sun, 20 Jan 2019 12:53:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2019-01-20 12:53:15,546 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&name=foo used request id req-95623331-fd4b-4b44-af43-bb0d66d757ef 2019-01-20 12:53:15,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb60f2de9bece7c63288989921d863bfe5cd5207" 2019-01-20 12:53:15,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-62ab8d40-e4d8-4747-97d3-8476e5726dd2 Date: Sun, 20 Jan 2019 12:53:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:53:15,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-62ab8d40-e4d8-4747-97d3-8476e5726dd2 2019-01-20 12:53:15,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb60f2de9bece7c63288989921d863bfe5cd5207" 2019-01-20 12:53:15,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0eb7651-bf8f-4663-abef-9d2bf83d6621 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:53:15,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-c0eb7651-bf8f-4663-abef-9d2bf83d6621 2019-01-20 12:53:15,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb60f2de9bece7c63288989921d863bfe5cd5207" 2019-01-20 12:53:15,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62b5a049-a708-4e33-aa20-120530543a44 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:53:15,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-62b5a049-a708-4e33-aa20-120530543a44 2019-01-20 12:53:15,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb60f2de9bece7c63288989921d863bfe5cd5207" 2019-01-20 12:53:16,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3af85ac7-c265-4e4c-8bbe-08fab6244d46 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:53:16,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-3af85ac7-c265-4e4c-8bbe-08fab6244d46 2019-01-20 12:53:16,054 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-a41bfd56-8a17-4a6-proj 2019-01-20 12:53:16,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/be446d36903e4a90bcf728f2fc1b8b58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb60f2de9bece7c63288989921d863bfe5cd5207" 2019-01-20 12:53:16,303 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9efcf1a-10b8-41a5-864c-4bc9b3307b76 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:16,303 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/be446d36903e4a90bcf728f2fc1b8b58 used request id req-f9efcf1a-10b8-41a5-864c-4bc9b3307b76 2019-01-20 12:53:16,304 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-a41bfd56-8a17-4a6-proj-role 2019-01-20 12:53:16,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/3d2099a0f35249fb9fbd1326dbb2044b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb60f2de9bece7c63288989921d863bfe5cd5207" 2019-01-20 12:53:16,413 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b627f731-2010-488d-8ad1-a3507bb59995 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:16,414 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/3d2099a0f35249fb9fbd1326dbb2044b used request id req-b627f731-2010-488d-8ad1-a3507bb59995 2019-01-20 12:53:16,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb60f2de9bece7c63288989921d863bfe5cd5207" 2019-01-20 12:53:16,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c257b39-5a2f-41bc-ae01-01e5c5d8ee55 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:53:16,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0c257b39-5a2f-41bc-ae01-01e5c5d8ee55 2019-01-20 12:53:16,435 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-a41bfd56-8a17-4a6-user 2019-01-20 12:53:16,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/e9142fcd861344c7ba023fe9489cb468 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e6e96c65265735eb7026ec4edb9c03fcf0b0a82" 2019-01-20 12:53:16,616 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-278b7d1f-cf1d-4040-90b9-97dbb627ab87 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:16,616 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/e9142fcd861344c7ba023fe9489cb468 used request id req-278b7d1f-cf1d-4040-90b9-97dbb627ab87 2019-01-20 12:53:16,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:16,990 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["hnhyeP1cS_29FWE-I5yvtA"], "issued_at": "2019-01-20T12:53:16.000000Z"}} 2019-01-20 12:53:16,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f34abc5640a2d40dac32a5fb984d06c84a69de0e" 2019-01-20 12:53:17,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae948e31-fc84-4744-8d95-c42d2dc40ce3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:17,076 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ae948e31-fc84-4744-8d95-c42d2dc40ce3 2019-01-20 12:53:17,078 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:17,078 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:17,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Dx1fEvZwQA-pU5jzdiaPQw"], "issued_at": "2019-01-20T12:53:17.000000Z"}} 2019-01-20 12:53:17,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9955dfedeccf6fb36e22cad4130d0979ca68854c" 2019-01-20 12:53:17,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbd821ea-0057-492c-9290-75fb4b7b8f00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:17,552 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bbd821ea-0057-492c-9290-75fb4b7b8f00 2019-01-20 12:53:17,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:53:17,562 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:53: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:53:17,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-730d59cc-29b1-402-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9955dfedeccf6fb36e22cad4130d0979ca68854c" 2019-01-20 12:53:17,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66a8873c-98cd-4faa-b83f-d069bcc983d6 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-730d59cc-29b1-402-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:53:17,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-730d59cc-29b1-402-proj used request id req-66a8873c-98cd-4faa-b83f-d069bcc983d6 2019-01-20 12:53:17,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9955dfedeccf6fb36e22cad4130d0979ca68854c" 2019-01-20 12:53:17,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb6b383a-b188-4058-91ae-1a707b5f251e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:53:17,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-eb6b383a-b188-4058-91ae-1a707b5f251e 2019-01-20 12:53:17,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9955dfedeccf6fb36e22cad4130d0979ca68854c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-730d59cc-29b1-402-proj"}}' 2019-01-20 12:53:17,844 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:53:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d069d26-b402-4944-83a2-25af61615c1f Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/21b221694d4d486dad03e83538de9871"}, "enabled": true, "id": "21b221694d4d486dad03e83538de9871", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-730d59cc-29b1-402-proj"}} 2019-01-20 12:53:17,845 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-6d069d26-b402-4944-83a2-25af61615c1f 2019-01-20 12:53:17,845 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-730d59cc-29b1-402-proj 2019-01-20 12:53:17,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:17,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:18,230 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ErWi-AX_TJuIbntx8ybS5w"], "issued_at": "2019-01-20T12:53:18.000000Z"}} 2019-01-20 12:53:18,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c679fff60591d245f82b04878d95546bff62964d" 2019-01-20 12:53:18,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2fc3464-62c7-4d80-997c-c8f4708a8761 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:18,312 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b2fc3464-62c7-4d80-997c-c8f4708a8761 2019-01-20 12:53:18,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:53:18,321 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:53: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:53:18,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c679fff60591d245f82b04878d95546bff62964d" 2019-01-20 12:53:18,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b1c5c39-7929-4064-9344-0fc7e0842708 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:53:18,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-0b1c5c39-7929-4064-9344-0fc7e0842708 2019-01-20 12:53:18,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateImageNegativeTests-730d59cc-29b1-402-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c679fff60591d245f82b04878d95546bff62964d" 2019-01-20 12:53:18,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f19ecd2c-1652-4717-8d40-3f0c8911cce3 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateImageNegativeTests-730d59cc-29b1-402-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/21b221694d4d486dad03e83538de9871"}, "enabled": true, "id": "21b221694d4d486dad03e83538de9871", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-730d59cc-29b1-402-proj"}]} 2019-01-20 12:53:18,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateImageNegativeTests-730d59cc-29b1-402-proj used request id req-f19ecd2c-1652-4717-8d40-3f0c8911cce3 2019-01-20 12:53:18,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c679fff60591d245f82b04878d95546bff62964d" 2019-01-20 12:53:18,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8e308b9-af4a-4436-aa3e-77066cc0e123 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:53:18,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-a8e308b9-af4a-4436-aa3e-77066cc0e123 2019-01-20 12:53:18,989 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-730d59cc-29b1-402-user 2019-01-20 12:53:18,989 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:18,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9955dfedeccf6fb36e22cad4130d0979ca68854c" 2019-01-20 12:53:19,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b021fced-7ed4-417a-b5ca-eebf7f19185f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:53:19,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b021fced-7ed4-417a-b5ca-eebf7f19185f 2019-01-20 12:53:19,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9955dfedeccf6fb36e22cad4130d0979ca68854c" -d '{"role": {"name": "CreateImageNegativeTests-730d59cc-29b1-402-proj-role"}}' 2019-01-20 12:53:19,192 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:53:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd3fe81d-fcfb-4960-8993-12af438c2a42 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fdafaa6f77f749bc97e745151b710553", "links": {"self": "http://172.30.9.22:5000/v3/roles/fdafaa6f77f749bc97e745151b710553"}, "name": "CreateImageNegativeTests-730d59cc-29b1-402-proj-role"}} 2019-01-20 12:53:19,192 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-dd3fe81d-fcfb-4960-8993-12af438c2a42 2019-01-20 12:53:19,192 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-730d59cc-29b1-402-proj-role 2019-01-20 12:53:19,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/fdafaa6f77f749bc97e745151b710553 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9955dfedeccf6fb36e22cad4130d0979ca68854c" 2019-01-20 12:53:19,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a4be3f7-f7a3-4125-89bd-8e3c35ce872f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/fdafaa6f77f749bc97e745151b710553"}, "domain_id": null, "name": "CreateImageNegativeTests-730d59cc-29b1-402-proj-role", "id": "fdafaa6f77f749bc97e745151b710553"}} 2019-01-20 12:53:19,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/fdafaa6f77f749bc97e745151b710553 used request id req-6a4be3f7-f7a3-4125-89bd-8e3c35ce872f 2019-01-20 12:53:19,286 - keystone_utils - INFO - Granting role CreateImageNegativeTests-730d59cc-29b1-402-proj-role to project CreateImageNegativeTests-730d59cc-29b1-402-proj 2019-01-20 12:53:19,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/21b221694d4d486dad03e83538de9871/users/61a186043f9b4c6aa4d05a506fe84591/roles/fdafaa6f77f749bc97e745151b710553 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9955dfedeccf6fb36e22cad4130d0979ca68854c" 2019-01-20 12:53:19,356 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16385fe9-dbc5-4380-91d8-31b6f961bdcf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:19,356 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/21b221694d4d486dad03e83538de9871/users/61a186043f9b4c6aa4d05a506fe84591/roles/fdafaa6f77f749bc97e745151b710553 used request id req-16385fe9-dbc5-4380-91d8-31b6f961bdcf 2019-01-20 12:53:19,357 - openstack_tests - DEBUG - Image metadata - None 2019-01-20 12:53:19,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:19,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:19,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fdafaa6f77f749bc97e745151b710553", "name": "CreateImageNegativeTests-730d59cc-29b1-402-proj-role"}], "expires_at": "2019-01-20T13:53:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "21b221694d4d486dad03e83538de9871", "name": "CreateImageNegativeTests-730d59cc-29b1-402-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/21b221694d4d486dad03e83538de9871", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/21b221694d4d486dad03e83538de9871", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/21b221694d4d486dad03e83538de9871", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/21b221694d4d486dad03e83538de9871", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/21b221694d4d486dad03e83538de9871", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/21b221694d4d486dad03e83538de9871", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/21b221694d4d486dad03e83538de9871", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/21b221694d4d486dad03e83538de9871", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/21b221694d4d486dad03e83538de9871", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/21b221694d4d486dad03e83538de9871", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/21b221694d4d486dad03e83538de9871", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/21b221694d4d486dad03e83538de9871", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-730d59cc-29b1-402-user", "id": "61a186043f9b4c6aa4d05a506fe84591"}, "audit_ids": ["8KYQOcYHSIKST-bQAuCo6w"], "issued_at": "2019-01-20T12:53:19.000000Z"}} 2019-01-20 12:53:19,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25c020ee6ae37ae05317f2c7a5ff26cdb3e5e645" 2019-01-20 12:53:19,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9214eda-4c90-4b63-9d5a-b62b52af151b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:19,813 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b9214eda-4c90-4b63-9d5a-b62b52af151b 2019-01-20 12:53:19,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-3d6987b1-78e4-4a3e-b3c9-f5e6754f792d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}25c020ee6ae37ae05317f2c7a5ff26cdb3e5e645" 2019-01-20 12:53:19,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-8be3c1c2-088a-4ad1-8e1f-da8a7537db61 Date: Sun, 20 Jan 2019 12:53:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-3d6987b1-78e4-4a3e-b3c9-f5e6754f792d"} 2019-01-20 12:53:19,983 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-3d6987b1-78e4-4a3e-b3c9-f5e6754f792d used request id req-8be3c1c2-088a-4ad1-8e1f-da8a7537db61 2019-01-20 12:53:19,983 - file_utils - DEBUG - Downloading file from - http://foo.bar 2019-01-20 12:53:19,984 - file_utils - DEBUG - Saving file to - /tmp/90d98450-7eff-446e-9305-36f63276356b 2019-01-20 12:53:20,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9955dfedeccf6fb36e22cad4130d0979ca68854c" 2019-01-20 12:53:20,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-4fccb106-fe4d-4897-94e7-bc5a43356cb8 Date: Sun, 20 Jan 2019 12:53:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:53:20,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-4fccb106-fe4d-4897-94e7-bc5a43356cb8 2019-01-20 12:53:20,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9955dfedeccf6fb36e22cad4130d0979ca68854c" 2019-01-20 12:53:20,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-815d0344-173f-446d-86c6-926ae06e0fc0 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:53:20,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-815d0344-173f-446d-86c6-926ae06e0fc0 2019-01-20 12:53:20,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9955dfedeccf6fb36e22cad4130d0979ca68854c" 2019-01-20 12:53:20,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44c9a54e-01ad-4b2e-89ea-2d3b6c10e356 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:53:20,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-44c9a54e-01ad-4b2e-89ea-2d3b6c10e356 2019-01-20 12:53:20,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9955dfedeccf6fb36e22cad4130d0979ca68854c" 2019-01-20 12:53:20,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4508ee08-7ac6-4243-999a-606660ba64be Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:53:20,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-4508ee08-7ac6-4243-999a-606660ba64be 2019-01-20 12:53:20,566 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-730d59cc-29b1-402-proj 2019-01-20 12:53:20,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/21b221694d4d486dad03e83538de9871 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9955dfedeccf6fb36e22cad4130d0979ca68854c" 2019-01-20 12:53:20,769 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-580bfe8c-1fff-4acc-9d39-eb273ace960f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:20,769 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/21b221694d4d486dad03e83538de9871 used request id req-580bfe8c-1fff-4acc-9d39-eb273ace960f 2019-01-20 12:53:20,770 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-730d59cc-29b1-402-proj-role 2019-01-20 12:53:20,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/fdafaa6f77f749bc97e745151b710553 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9955dfedeccf6fb36e22cad4130d0979ca68854c" 2019-01-20 12:53:20,983 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-260254c3-52e6-40f2-ba54-e567ace73dea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:20,983 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/fdafaa6f77f749bc97e745151b710553 used request id req-260254c3-52e6-40f2-ba54-e567ace73dea 2019-01-20 12:53:20,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9955dfedeccf6fb36e22cad4130d0979ca68854c" 2019-01-20 12:53:21,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee86e7de-253e-47b6-a8af-f6935917a4e4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:53:21,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ee86e7de-253e-47b6-a8af-f6935917a4e4 2019-01-20 12:53:21,077 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-730d59cc-29b1-402-user 2019-01-20 12:53:21,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/61a186043f9b4c6aa4d05a506fe84591 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c679fff60591d245f82b04878d95546bff62964d" 2019-01-20 12:53:21,262 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eda6f35e-c912-4bed-ba55-657a7a509a9b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:21,262 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/61a186043f9b4c6aa4d05a506fe84591 used request id req-eda6f35e-c912-4bed-ba55-657a7a509a9b 2019-01-20 12:53:21,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:21,645 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["qid5GhGkRcedFPyMRncvOg"], "issued_at": "2019-01-20T12:53:21.000000Z"}} 2019-01-20 12:53:21,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8beb6c6807da45495ce7ef554e046289273abaa1" 2019-01-20 12:53:21,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edc7fb4c-6b90-4acf-9487-645507ec71fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:21,727 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-edc7fb4c-6b90-4acf-9487-645507ec71fb 2019-01-20 12:53:21,729 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:21,729 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:22,103 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Xpu5Fq5fS_uTqiuNhw4vkA"], "issued_at": "2019-01-20T12:53:22.000000Z"}} 2019-01-20 12:53:22,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcce77f8cdb960258bd55d28b7a57f71536d288c" 2019-01-20 12:53:22,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2628e954-6d9f-476a-8222-d6026c41f69a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:22,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2628e954-6d9f-476a-8222-d6026c41f69a 2019-01-20 12:53:22,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:53:22,200 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:53: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:53:22,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-d32efed0-efa1-482-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcce77f8cdb960258bd55d28b7a57f71536d288c" 2019-01-20 12:53:22,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9c58728-b659-4d7a-b46b-3e0ebb7fb99b Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-d32efed0-efa1-482-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:53:22,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-d32efed0-efa1-482-proj used request id req-f9c58728-b659-4d7a-b46b-3e0ebb7fb99b 2019-01-20 12:53:22,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcce77f8cdb960258bd55d28b7a57f71536d288c" 2019-01-20 12:53:22,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c887aee-ff14-4836-8177-306af200ac4f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:53:22,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-0c887aee-ff14-4836-8177-306af200ac4f 2019-01-20 12:53:22,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcce77f8cdb960258bd55d28b7a57f71536d288c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-d32efed0-efa1-482-proj"}}' 2019-01-20 12:53:22,510 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:53:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70a05369-003d-4e70-bf6a-e74995d8d1dd Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7730035771fc40fb900f40bceddf2f65"}, "enabled": true, "id": "7730035771fc40fb900f40bceddf2f65", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-d32efed0-efa1-482-proj"}} 2019-01-20 12:53:22,510 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-70a05369-003d-4e70-bf6a-e74995d8d1dd 2019-01-20 12:53:22,511 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-d32efed0-efa1-482-proj 2019-01-20 12:53:22,511 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:22,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:22,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["wEbTxv12TXCY4mjRt_j9zg"], "issued_at": "2019-01-20T12:53:22.000000Z"}} 2019-01-20 12:53:22,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47b98aa4606eb46eadb4c3bd4df6054bd0af46d7" 2019-01-20 12:53:22,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-783605a9-8ff6-4b10-9a05-29972a33bfb9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:22,982 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-783605a9-8ff6-4b10-9a05-29972a33bfb9 2019-01-20 12:53:22,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:53:22,993 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:53: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:53:22,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47b98aa4606eb46eadb4c3bd4df6054bd0af46d7" 2019-01-20 12:53:23,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d53b8ec6-dc5b-48b1-a7dc-6cbc09eef8ad Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:53:23,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-d53b8ec6-dc5b-48b1-a7dc-6cbc09eef8ad 2019-01-20 12:53:23,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateMultiPartImageTests-d32efed0-efa1-482-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47b98aa4606eb46eadb4c3bd4df6054bd0af46d7" 2019-01-20 12:53:23,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f590dabd-4a8d-4c9a-94d9-34731d0ddeb6 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateMultiPartImageTests-d32efed0-efa1-482-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7730035771fc40fb900f40bceddf2f65"}, "enabled": true, "id": "7730035771fc40fb900f40bceddf2f65", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-d32efed0-efa1-482-proj"}]} 2019-01-20 12:53:23,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateMultiPartImageTests-d32efed0-efa1-482-proj used request id req-f590dabd-4a8d-4c9a-94d9-34731d0ddeb6 2019-01-20 12:53:23,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47b98aa4606eb46eadb4c3bd4df6054bd0af46d7" 2019-01-20 12:53:23,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f595a8e-92bc-47ef-9044-0a61f737aa57 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:53:23,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-9f595a8e-92bc-47ef-9044-0a61f737aa57 2019-01-20 12:53:23,642 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-d32efed0-efa1-482-user 2019-01-20 12:53:23,642 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:23,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcce77f8cdb960258bd55d28b7a57f71536d288c" 2019-01-20 12:53:23,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a078cdc-d509-404f-8d0e-03a38f8f75e0 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:53:23,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4a078cdc-d509-404f-8d0e-03a38f8f75e0 2019-01-20 12:53:23,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcce77f8cdb960258bd55d28b7a57f71536d288c" -d '{"role": {"name": "CreateMultiPartImageTests-d32efed0-efa1-482-proj-role"}}' 2019-01-20 12:53:23,863 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:53:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c6f00aa-bc13-4937-9e50-b901baca1c74 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "33655aa7a257464981dbc00d6dd65a0a", "links": {"self": "http://172.30.9.22:5000/v3/roles/33655aa7a257464981dbc00d6dd65a0a"}, "name": "CreateMultiPartImageTests-d32efed0-efa1-482-proj-role"}} 2019-01-20 12:53:23,863 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-3c6f00aa-bc13-4937-9e50-b901baca1c74 2019-01-20 12:53:23,863 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-d32efed0-efa1-482-proj-role 2019-01-20 12:53:23,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/33655aa7a257464981dbc00d6dd65a0a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcce77f8cdb960258bd55d28b7a57f71536d288c" 2019-01-20 12:53:23,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-001be237-d3fa-401b-9d51-64eda3c52734 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/33655aa7a257464981dbc00d6dd65a0a"}, "domain_id": null, "name": "CreateMultiPartImageTests-d32efed0-efa1-482-proj-role", "id": "33655aa7a257464981dbc00d6dd65a0a"}} 2019-01-20 12:53:23,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/33655aa7a257464981dbc00d6dd65a0a used request id req-001be237-d3fa-401b-9d51-64eda3c52734 2019-01-20 12:53:23,953 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-d32efed0-efa1-482-proj-role to project CreateMultiPartImageTests-d32efed0-efa1-482-proj 2019-01-20 12:53:23,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/7730035771fc40fb900f40bceddf2f65/users/489349da682849f98bf5037443f3af63/roles/33655aa7a257464981dbc00d6dd65a0a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcce77f8cdb960258bd55d28b7a57f71536d288c" 2019-01-20 12:53:24,093 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73cfd104-a630-4ddd-95a8-535b22817fef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:24,093 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/7730035771fc40fb900f40bceddf2f65/users/489349da682849f98bf5037443f3af63/roles/33655aa7a257464981dbc00d6dd65a0a used request id req-73cfd104-a630-4ddd-95a8-535b22817fef 2019-01-20 12:53:24,094 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2019-01-20 12:53:24,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcce77f8cdb960258bd55d28b7a57f71536d288c" 2019-01-20 12:53:24,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-331387bb-abf0-4a0e-8dfa-6404ee857860 Date: Sun, 20 Jan 2019 12:53:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:53:24,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-331387bb-abf0-4a0e-8dfa-6404ee857860 2019-01-20 12:53:24,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcce77f8cdb960258bd55d28b7a57f71536d288c" 2019-01-20 12:53:24,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d4db22c-7d89-4fd6-8d37-a7650872ddcb 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:53:24,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-0d4db22c-7d89-4fd6-8d37-a7650872ddcb 2019-01-20 12:53:24,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcce77f8cdb960258bd55d28b7a57f71536d288c" 2019-01-20 12:53:24,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9237ad5-56a1-45e4-b992-9e8d16ff9f3a 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:53:24,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-a9237ad5-56a1-45e4-b992-9e8d16ff9f3a 2019-01-20 12:53:24,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcce77f8cdb960258bd55d28b7a57f71536d288c" 2019-01-20 12:53:24,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d2beba8-5954-4f7b-8b74-bc72236122f2 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:53:24,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-8d2beba8-5954-4f7b-8b74-bc72236122f2 2019-01-20 12:53:24,590 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-d32efed0-efa1-482-proj 2019-01-20 12:53:24,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/7730035771fc40fb900f40bceddf2f65 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcce77f8cdb960258bd55d28b7a57f71536d288c" 2019-01-20 12:53:24,830 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-086a5a25-42a5-472d-b4e5-2c155d88e56c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:24,830 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/7730035771fc40fb900f40bceddf2f65 used request id req-086a5a25-42a5-472d-b4e5-2c155d88e56c 2019-01-20 12:53:24,830 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-d32efed0-efa1-482-proj-role 2019-01-20 12:53:24,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/33655aa7a257464981dbc00d6dd65a0a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcce77f8cdb960258bd55d28b7a57f71536d288c" 2019-01-20 12:53:24,940 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f647172c-8c53-490d-a818-c6b4a3938dd4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:24,940 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/33655aa7a257464981dbc00d6dd65a0a used request id req-f647172c-8c53-490d-a818-c6b4a3938dd4 2019-01-20 12:53:24,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcce77f8cdb960258bd55d28b7a57f71536d288c" 2019-01-20 12:53:25,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29a084a1-33dd-47aa-a80e-711215c7473d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:53:25,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-29a084a1-33dd-47aa-a80e-711215c7473d 2019-01-20 12:53:25,033 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-d32efed0-efa1-482-user 2019-01-20 12:53:25,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/489349da682849f98bf5037443f3af63 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47b98aa4606eb46eadb4c3bd4df6054bd0af46d7" 2019-01-20 12:53:25,215 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9cd98628-2300-4afc-a3cc-1f232a43b45c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:25,215 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/489349da682849f98bf5037443f3af63 used request id req-9cd98628-2300-4afc-a3cc-1f232a43b45c 2019-01-20 12:53:25,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:25,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["DPS-CAIMSeOuS45o6DDCbQ"], "issued_at": "2019-01-20T12:53:25.000000Z"}} 2019-01-20 12:53:25,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}779bccd42236dffbb11520cac22b965fe019eeb6" 2019-01-20 12:53:25,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d028662-a2b3-4a74-9ca1-acb540418b3b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:25,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8d028662-a2b3-4a74-9ca1-acb540418b3b 2019-01-20 12:53:25,685 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:25,685 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:26,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Efh0atShQVmQnJxEVbDHgw"], "issued_at": "2019-01-20T12:53:26.000000Z"}} 2019-01-20 12:53:26,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da5b8e65f56dba0a42585f39e42ebf935dccd711" 2019-01-20 12:53:26,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c630a59-f5f4-4fec-81d0-a105a8bc35bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:26,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1c630a59-f5f4-4fec-81d0-a105a8bc35bc 2019-01-20 12:53:26,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:53:26,165 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:53: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:53:26,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-95c96365-a76f-4b0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da5b8e65f56dba0a42585f39e42ebf935dccd711" 2019-01-20 12:53:26,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b13176a4-7766-4de1-befe-1ac1e425aeed Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-95c96365-a76f-4b0-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:53:26,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-95c96365-a76f-4b0-proj used request id req-b13176a4-7766-4de1-befe-1ac1e425aeed 2019-01-20 12:53:26,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da5b8e65f56dba0a42585f39e42ebf935dccd711" 2019-01-20 12:53:26,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e3fb792-5ccb-4721-b3e7-a61cf77977e1 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:53:26,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-3e3fb792-5ccb-4721-b3e7-a61cf77977e1 2019-01-20 12:53:26,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da5b8e65f56dba0a42585f39e42ebf935dccd711" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-95c96365-a76f-4b0-proj"}}' 2019-01-20 12:53:26,468 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:53:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-828490bf-a8a7-4ab6-9341-70421b089179 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4a3b5a416db64085815b5c444b78baeb"}, "enabled": true, "id": "4a3b5a416db64085815b5c444b78baeb", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-95c96365-a76f-4b0-proj"}} 2019-01-20 12:53:26,468 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-828490bf-a8a7-4ab6-9341-70421b089179 2019-01-20 12:53:26,468 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-95c96365-a76f-4b0-proj 2019-01-20 12:53:26,468 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:26,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:26,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["jcw5b2RsSfmZSMMiUBrcwg"], "issued_at": "2019-01-20T12:53:26.000000Z"}} 2019-01-20 12:53:26,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e857ae73add91f770eab4433cc092fa09abc74" 2019-01-20 12:53:26,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f0215a2-3d64-4d98-9e9c-74858114bdc9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:26,939 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8f0215a2-3d64-4d98-9e9c-74858114bdc9 2019-01-20 12:53:26,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:53:26,949 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:53: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:53:26,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e857ae73add91f770eab4433cc092fa09abc74" 2019-01-20 12:53:27,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-432084c6-2d32-4215-aaac-2f5af765a79a Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:53:27,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-432084c6-2d32-4215-aaac-2f5af765a79a 2019-01-20 12:53:27,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateMultiPartImageTests-95c96365-a76f-4b0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e857ae73add91f770eab4433cc092fa09abc74" 2019-01-20 12:53:27,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f60f248d-696c-4504-9672-d5d22a1f697c Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateMultiPartImageTests-95c96365-a76f-4b0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4a3b5a416db64085815b5c444b78baeb"}, "enabled": true, "id": "4a3b5a416db64085815b5c444b78baeb", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-95c96365-a76f-4b0-proj"}]} 2019-01-20 12:53:27,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateMultiPartImageTests-95c96365-a76f-4b0-proj used request id req-f60f248d-696c-4504-9672-d5d22a1f697c 2019-01-20 12:53:27,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e857ae73add91f770eab4433cc092fa09abc74" 2019-01-20 12:53:27,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae4187e2-bac4-4ee4-acb2-7c90dbdffcb2 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:53:27,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-ae4187e2-bac4-4ee4-acb2-7c90dbdffcb2 2019-01-20 12:53:27,611 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-95c96365-a76f-4b0-user 2019-01-20 12:53:27,611 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:27,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da5b8e65f56dba0a42585f39e42ebf935dccd711" 2019-01-20 12:53:27,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e6ec487-ae51-4c9c-9172-5a10de6eaaec Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:53:27,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2e6ec487-ae51-4c9c-9172-5a10de6eaaec 2019-01-20 12:53:27,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da5b8e65f56dba0a42585f39e42ebf935dccd711" -d '{"role": {"name": "CreateMultiPartImageTests-95c96365-a76f-4b0-proj-role"}}' 2019-01-20 12:53:27,749 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:53:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d250b42-145d-441f-9b78-8e72122c7075 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d716c2d227434d4b8854231e1c566e66", "links": {"self": "http://172.30.9.22:5000/v3/roles/d716c2d227434d4b8854231e1c566e66"}, "name": "CreateMultiPartImageTests-95c96365-a76f-4b0-proj-role"}} 2019-01-20 12:53:27,749 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-5d250b42-145d-441f-9b78-8e72122c7075 2019-01-20 12:53:27,749 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-95c96365-a76f-4b0-proj-role 2019-01-20 12:53:27,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/d716c2d227434d4b8854231e1c566e66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da5b8e65f56dba0a42585f39e42ebf935dccd711" 2019-01-20 12:53:27,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ae24aa1-0f95-44b7-9ff9-be450c8dcc04 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/d716c2d227434d4b8854231e1c566e66"}, "domain_id": null, "name": "CreateMultiPartImageTests-95c96365-a76f-4b0-proj-role", "id": "d716c2d227434d4b8854231e1c566e66"}} 2019-01-20 12:53:27,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/d716c2d227434d4b8854231e1c566e66 used request id req-3ae24aa1-0f95-44b7-9ff9-be450c8dcc04 2019-01-20 12:53:27,772 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-95c96365-a76f-4b0-proj-role to project CreateMultiPartImageTests-95c96365-a76f-4b0-proj 2019-01-20 12:53:27,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/4a3b5a416db64085815b5c444b78baeb/users/a262a40661c04bbc89a65041d29545d2/roles/d716c2d227434d4b8854231e1c566e66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da5b8e65f56dba0a42585f39e42ebf935dccd711" 2019-01-20 12:53:27,889 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f75a1cd3-f8af-4747-8304-50418cd56171 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:27,889 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/4a3b5a416db64085815b5c444b78baeb/users/a262a40661c04bbc89a65041d29545d2/roles/d716c2d227434d4b8854231e1c566e66 used request id req-f75a1cd3-f8af-4747-8304-50418cd56171 2019-01-20 12:53:27,902 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2019-01-20 12:53:27,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da5b8e65f56dba0a42585f39e42ebf935dccd711" 2019-01-20 12:53:28,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2221f759-2b40-4e2f-92e3-9edd0aebea6a Date: Sun, 20 Jan 2019 12:53:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:53:28,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-2221f759-2b40-4e2f-92e3-9edd0aebea6a 2019-01-20 12:53:28,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da5b8e65f56dba0a42585f39e42ebf935dccd711" 2019-01-20 12:53:28,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddf60aaf-e25a-49f7-9b90-63e1bfd909ef 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:53:28,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-ddf60aaf-e25a-49f7-9b90-63e1bfd909ef 2019-01-20 12:53:28,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da5b8e65f56dba0a42585f39e42ebf935dccd711" 2019-01-20 12:53:28,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-763a9e01-b784-4534-98ca-598730324b42 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:53:28,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-763a9e01-b784-4534-98ca-598730324b42 2019-01-20 12:53:28,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da5b8e65f56dba0a42585f39e42ebf935dccd711" 2019-01-20 12:53:28,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3158e86-9c2e-452f-93d0-62ea5b8b1211 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:53:28,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-d3158e86-9c2e-452f-93d0-62ea5b8b1211 2019-01-20 12:53:28,399 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-95c96365-a76f-4b0-proj 2019-01-20 12:53:28,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/4a3b5a416db64085815b5c444b78baeb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da5b8e65f56dba0a42585f39e42ebf935dccd711" 2019-01-20 12:53:28,590 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a88abe7-0470-4901-91fa-d19b13b175d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:28,590 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/4a3b5a416db64085815b5c444b78baeb used request id req-4a88abe7-0470-4901-91fa-d19b13b175d0 2019-01-20 12:53:28,590 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-95c96365-a76f-4b0-proj-role 2019-01-20 12:53:28,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/d716c2d227434d4b8854231e1c566e66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da5b8e65f56dba0a42585f39e42ebf935dccd711" 2019-01-20 12:53:28,701 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6f1230c-b160-4d51-b282-fd6f68a7616a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:28,701 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/d716c2d227434d4b8854231e1c566e66 used request id req-e6f1230c-b160-4d51-b282-fd6f68a7616a 2019-01-20 12:53:28,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da5b8e65f56dba0a42585f39e42ebf935dccd711" 2019-01-20 12:53:28,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8268f1b8-9f61-4a03-90ca-001afad92f1d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:53:28,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-8268f1b8-9f61-4a03-90ca-001afad92f1d 2019-01-20 12:53:28,785 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-95c96365-a76f-4b0-user 2019-01-20 12:53:28,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/a262a40661c04bbc89a65041d29545d2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e857ae73add91f770eab4433cc092fa09abc74" 2019-01-20 12:53:28,957 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c43839c7-483a-4513-ba07-da1058da08df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:28,958 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/a262a40661c04bbc89a65041d29545d2 used request id req-c43839c7-483a-4513-ba07-da1058da08df 2019-01-20 12:53:28,959 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:29,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["wDf0lF25T7O-uTJMuMEx0A"], "issued_at": "2019-01-20T12:53:29.000000Z"}} 2019-01-20 12:53:29,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}087783120856d4f81175efd9812379692b1297e0" 2019-01-20 12:53:29,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6e78869-84b3-49b2-bd4c-7dcd760bd0e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:29,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f6e78869-84b3-49b2-bd4c-7dcd760bd0e8 2019-01-20 12:53:29,432 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:29,433 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:29,817 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["jArs5J50SOSM-hiFsaVUFQ"], "issued_at": "2019-01-20T12:53:29.000000Z"}} 2019-01-20 12:53:29,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1ac024fe64006b0ac6a545dbbca09ac6f58ca7f" 2019-01-20 12:53:29,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2058f432-d0d0-46b0-83a3-0b37cd06f6d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:29,908 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2058f432-d0d0-46b0-83a3-0b37cd06f6d7 2019-01-20 12:53:29,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:53:29,918 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:53: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:53:29,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-b177ac5b-203e-41d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1ac024fe64006b0ac6a545dbbca09ac6f58ca7f" 2019-01-20 12:53:30,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7636863d-3561-4305-97ab-fd0b0d74fd13 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-b177ac5b-203e-41d-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:53:30,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-b177ac5b-203e-41d-proj used request id req-7636863d-3561-4305-97ab-fd0b0d74fd13 2019-01-20 12:53:30,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1ac024fe64006b0ac6a545dbbca09ac6f58ca7f" 2019-01-20 12:53:30,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80466177-0a26-4239-9400-4d8247fbc701 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:53:30,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-80466177-0a26-4239-9400-4d8247fbc701 2019-01-20 12:53:30,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1ac024fe64006b0ac6a545dbbca09ac6f58ca7f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-b177ac5b-203e-41d-proj"}}' 2019-01-20 12:53:30,221 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:53:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99a64291-bacf-448a-9c65-d0dab488a74e Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/5b9203392ee547f4a08c6ec56394b50b"}, "enabled": true, "id": "5b9203392ee547f4a08c6ec56394b50b", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-b177ac5b-203e-41d-proj"}} 2019-01-20 12:53:30,222 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-99a64291-bacf-448a-9c65-d0dab488a74e 2019-01-20 12:53:30,222 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-b177ac5b-203e-41d-proj 2019-01-20 12:53:30,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:30,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:30,605 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["4cjEPb-0QMursrM_8fwtzw"], "issued_at": "2019-01-20T12:53:30.000000Z"}} 2019-01-20 12:53:30,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccbd6e5206d5cd11df24db9c68118dcaa454cf2" 2019-01-20 12:53:30,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c3d54b2-48fc-4853-af18-ce2aa3352851 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:30,695 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6c3d54b2-48fc-4853-af18-ce2aa3352851 2019-01-20 12:53:30,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:53:30,704 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:53: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:53:30,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccbd6e5206d5cd11df24db9c68118dcaa454cf2" 2019-01-20 12:53:30,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2a91b47-0030-4b95-aa67-b738b602d7ac Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:53:30,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c2a91b47-0030-4b95-aa67-b738b602d7ac 2019-01-20 12:53:30,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateMultiPartImageTests-b177ac5b-203e-41d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccbd6e5206d5cd11df24db9c68118dcaa454cf2" 2019-01-20 12:53:30,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01ced1e8-16a8-43da-ae06-cd1d3f7461e7 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateMultiPartImageTests-b177ac5b-203e-41d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/5b9203392ee547f4a08c6ec56394b50b"}, "enabled": true, "id": "5b9203392ee547f4a08c6ec56394b50b", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-b177ac5b-203e-41d-proj"}]} 2019-01-20 12:53:30,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateMultiPartImageTests-b177ac5b-203e-41d-proj used request id req-01ced1e8-16a8-43da-ae06-cd1d3f7461e7 2019-01-20 12:53:30,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccbd6e5206d5cd11df24db9c68118dcaa454cf2" 2019-01-20 12:53:30,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b63a5070-b749-40b3-9b70-bc292040d5c9 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:53:30,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-b63a5070-b749-40b3-9b70-bc292040d5c9 2019-01-20 12:53:31,366 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-b177ac5b-203e-41d-user 2019-01-20 12:53:31,367 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:31,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1ac024fe64006b0ac6a545dbbca09ac6f58ca7f" 2019-01-20 12:53:31,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-767fe284-86d3-427e-b8d6-206e97f6a485 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:53:31,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-767fe284-86d3-427e-b8d6-206e97f6a485 2019-01-20 12:53:31,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1ac024fe64006b0ac6a545dbbca09ac6f58ca7f" -d '{"role": {"name": "CreateMultiPartImageTests-b177ac5b-203e-41d-proj-role"}}' 2019-01-20 12:53:31,576 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:53:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d44bcb2b-738a-44a4-a6de-4d4f7ce465c3 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d021e5620dd04c38817f8d81966bd9ab", "links": {"self": "http://172.30.9.22:5000/v3/roles/d021e5620dd04c38817f8d81966bd9ab"}, "name": "CreateMultiPartImageTests-b177ac5b-203e-41d-proj-role"}} 2019-01-20 12:53:31,576 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-d44bcb2b-738a-44a4-a6de-4d4f7ce465c3 2019-01-20 12:53:31,576 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-b177ac5b-203e-41d-proj-role 2019-01-20 12:53:31,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/d021e5620dd04c38817f8d81966bd9ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1ac024fe64006b0ac6a545dbbca09ac6f58ca7f" 2019-01-20 12:53:31,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe42b656-ebe7-4e87-8e01-de3f0a3ad6db Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/d021e5620dd04c38817f8d81966bd9ab"}, "domain_id": null, "name": "CreateMultiPartImageTests-b177ac5b-203e-41d-proj-role", "id": "d021e5620dd04c38817f8d81966bd9ab"}} 2019-01-20 12:53:31,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/d021e5620dd04c38817f8d81966bd9ab used request id req-fe42b656-ebe7-4e87-8e01-de3f0a3ad6db 2019-01-20 12:53:31,671 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-b177ac5b-203e-41d-proj-role to project CreateMultiPartImageTests-b177ac5b-203e-41d-proj 2019-01-20 12:53:31,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/5b9203392ee547f4a08c6ec56394b50b/users/fc3729c013a942058b15318740eda864/roles/d021e5620dd04c38817f8d81966bd9ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1ac024fe64006b0ac6a545dbbca09ac6f58ca7f" 2019-01-20 12:53:31,812 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86318ad3-7e9b-41d9-928b-f5fbcf2bffee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:31,812 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/5b9203392ee547f4a08c6ec56394b50b/users/fc3729c013a942058b15318740eda864/roles/d021e5620dd04c38817f8d81966bd9ab used request id req-86318ad3-7e9b-41d9-928b-f5fbcf2bffee 2019-01-20 12:53:31,824 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2019-01-20 12:53:31,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1ac024fe64006b0ac6a545dbbca09ac6f58ca7f" 2019-01-20 12:53:32,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a130d042-4a05-4e13-a87f-906a87a003a4 Date: Sun, 20 Jan 2019 12:53:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:53:32,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-a130d042-4a05-4e13-a87f-906a87a003a4 2019-01-20 12:53:32,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1ac024fe64006b0ac6a545dbbca09ac6f58ca7f" 2019-01-20 12:53:32,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c151654d-b56e-4c6f-8fee-eeda7c2eea4b 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:53:32,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-c151654d-b56e-4c6f-8fee-eeda7c2eea4b 2019-01-20 12:53:32,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1ac024fe64006b0ac6a545dbbca09ac6f58ca7f" 2019-01-20 12:53:32,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9abfefda-6ec8-4da0-86c6-6d139ce084db 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:53:32,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-9abfefda-6ec8-4da0-86c6-6d139ce084db 2019-01-20 12:53:32,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1ac024fe64006b0ac6a545dbbca09ac6f58ca7f" 2019-01-20 12:53:32,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bbe7b69-9413-4635-ae03-7e3d8eaa8422 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:53:32,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-2bbe7b69-9413-4635-ae03-7e3d8eaa8422 2019-01-20 12:53:32,321 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-b177ac5b-203e-41d-proj 2019-01-20 12:53:32,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/5b9203392ee547f4a08c6ec56394b50b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1ac024fe64006b0ac6a545dbbca09ac6f58ca7f" 2019-01-20 12:53:32,530 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ad2e3a7-a950-41c5-8e87-f3195ebe5874 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:32,530 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/5b9203392ee547f4a08c6ec56394b50b used request id req-6ad2e3a7-a950-41c5-8e87-f3195ebe5874 2019-01-20 12:53:32,530 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-b177ac5b-203e-41d-proj-role 2019-01-20 12:53:32,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/d021e5620dd04c38817f8d81966bd9ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1ac024fe64006b0ac6a545dbbca09ac6f58ca7f" 2019-01-20 12:53:32,647 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a0afd4f-1cba-4cee-aa53-286d90499a4f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:32,647 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/d021e5620dd04c38817f8d81966bd9ab used request id req-8a0afd4f-1cba-4cee-aa53-286d90499a4f 2019-01-20 12:53:32,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1ac024fe64006b0ac6a545dbbca09ac6f58ca7f" 2019-01-20 12:53:32,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2411316-ca4a-4a3b-9cf3-a15397fb6f59 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:53:32,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c2411316-ca4a-4a3b-9cf3-a15397fb6f59 2019-01-20 12:53:32,739 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-b177ac5b-203e-41d-user 2019-01-20 12:53:32,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/fc3729c013a942058b15318740eda864 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccbd6e5206d5cd11df24db9c68118dcaa454cf2" 2019-01-20 12:53:32,902 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2eb128f-1432-4a58-b337-4d56e598dad0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:32,902 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/fc3729c013a942058b15318740eda864 used request id req-c2eb128f-1432-4a58-b337-4d56e598dad0 2019-01-20 12:53:32,904 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:33,289 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["j1e9iawxTFq3gE2EArsFBA"], "issued_at": "2019-01-20T12:53:33.000000Z"}} 2019-01-20 12:53:33,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}257004995d90e07096ff711082e8d0c035a36c54" 2019-01-20 12:53:33,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67132274-cb64-4f0c-9e0f-dae9fc6b7307 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:33,376 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-67132274-cb64-4f0c-9e0f-dae9fc6b7307 2019-01-20 12:53:33,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:33,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:33,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["A58GZhoORnmDTZPTQoF_5w"], "issued_at": "2019-01-20T12:53:33.000000Z"}} 2019-01-20 12:53:33,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6107b56c957d8510b718fa204038f6fc971e3d4f" 2019-01-20 12:53:33,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54c79738-ce63-477b-923d-d21967e8047b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:33,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-54c79738-ce63-477b-923d-d21967e8047b 2019-01-20 12:53:33,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:53:33,863 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:53: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:53:33,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-7f1642ff-0885-45d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6107b56c957d8510b718fa204038f6fc971e3d4f" 2019-01-20 12:53:33,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30b899b2-8964-4e94-9413-42f6a005cf8f Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-7f1642ff-0885-45d-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:53:33,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-7f1642ff-0885-45d-proj used request id req-30b899b2-8964-4e94-9413-42f6a005cf8f 2019-01-20 12:53:33,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6107b56c957d8510b718fa204038f6fc971e3d4f" 2019-01-20 12:53:34,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f96a290-7cb0-4461-9593-91294d47dece Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:53:34,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-0f96a290-7cb0-4461-9593-91294d47dece 2019-01-20 12:53:34,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6107b56c957d8510b718fa204038f6fc971e3d4f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-7f1642ff-0885-45d-proj"}}' 2019-01-20 12:53:34,156 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:53:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62b7ee00-2c74-45c2-a7f1-9789225cc929 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/9c302ef67e73471a8e5da2c032ab44d0"}, "enabled": true, "id": "9c302ef67e73471a8e5da2c032ab44d0", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-7f1642ff-0885-45d-proj"}} 2019-01-20 12:53:34,156 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-62b7ee00-2c74-45c2-a7f1-9789225cc929 2019-01-20 12:53:34,157 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-7f1642ff-0885-45d-proj 2019-01-20 12:53:34,157 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:34,158 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:34,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["dVquZVTISmWZB3kpjnZ1vA"], "issued_at": "2019-01-20T12:53:34.000000Z"}} 2019-01-20 12:53:34,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef9323b17c9b1fd5ccd8b8aed96665211b22596f" 2019-01-20 12:53:34,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee859d2d-5778-4fce-82ef-f67f2f3645dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:34,622 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ee859d2d-5778-4fce-82ef-f67f2f3645dc 2019-01-20 12:53:34,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:53:34,631 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:53: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:53:34,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef9323b17c9b1fd5ccd8b8aed96665211b22596f" 2019-01-20 12:53:34,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df86a560-3746-43c5-8785-61e4ccb267bb Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:53:34,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-df86a560-3746-43c5-8785-61e4ccb267bb 2019-01-20 12:53:34,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateKeypairsTests-7f1642ff-0885-45d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef9323b17c9b1fd5ccd8b8aed96665211b22596f" 2019-01-20 12:53:34,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41456630-b741-4215-9139-5f28e9fa0dd4 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateKeypairsTests-7f1642ff-0885-45d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/9c302ef67e73471a8e5da2c032ab44d0"}, "enabled": true, "id": "9c302ef67e73471a8e5da2c032ab44d0", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-7f1642ff-0885-45d-proj"}]} 2019-01-20 12:53:34,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateKeypairsTests-7f1642ff-0885-45d-proj used request id req-41456630-b741-4215-9139-5f28e9fa0dd4 2019-01-20 12:53:34,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef9323b17c9b1fd5ccd8b8aed96665211b22596f" 2019-01-20 12:53:34,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93d3e6ac-6702-4719-bc48-56628d06fa8d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:53:34,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-93d3e6ac-6702-4719-bc48-56628d06fa8d 2019-01-20 12:53:35,132 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-7f1642ff-0885-45d-user 2019-01-20 12:53:35,132 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:35,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6107b56c957d8510b718fa204038f6fc971e3d4f" 2019-01-20 12:53:35,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4744313c-81af-4b0f-bd47-7a68b2679c3c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:53:35,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4744313c-81af-4b0f-bd47-7a68b2679c3c 2019-01-20 12:53:35,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6107b56c957d8510b718fa204038f6fc971e3d4f" -d '{"role": {"name": "CreateKeypairsTests-7f1642ff-0885-45d-proj-role"}}' 2019-01-20 12:53:35,342 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:53:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-840077d3-50fd-444c-b892-6eaf646ed31b Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5b436264ee9e4790976d0b962987b14d", "links": {"self": "http://172.30.9.22:5000/v3/roles/5b436264ee9e4790976d0b962987b14d"}, "name": "CreateKeypairsTests-7f1642ff-0885-45d-proj-role"}} 2019-01-20 12:53:35,342 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-840077d3-50fd-444c-b892-6eaf646ed31b 2019-01-20 12:53:35,343 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-7f1642ff-0885-45d-proj-role 2019-01-20 12:53:35,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/5b436264ee9e4790976d0b962987b14d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6107b56c957d8510b718fa204038f6fc971e3d4f" 2019-01-20 12:53:35,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ae513a0-e3ba-46a8-8aaa-f2fda347e2ef Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/5b436264ee9e4790976d0b962987b14d"}, "domain_id": null, "name": "CreateKeypairsTests-7f1642ff-0885-45d-proj-role", "id": "5b436264ee9e4790976d0b962987b14d"}} 2019-01-20 12:53:35,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/5b436264ee9e4790976d0b962987b14d used request id req-6ae513a0-e3ba-46a8-8aaa-f2fda347e2ef 2019-01-20 12:53:35,512 - keystone_utils - INFO - Granting role CreateKeypairsTests-7f1642ff-0885-45d-proj-role to project CreateKeypairsTests-7f1642ff-0885-45d-proj 2019-01-20 12:53:35,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/9c302ef67e73471a8e5da2c032ab44d0/users/c59da3cd8f5041e787f66ff1b7cbac7b/roles/5b436264ee9e4790976d0b962987b14d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6107b56c957d8510b718fa204038f6fc971e3d4f" 2019-01-20 12:53:35,650 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2eb98dde-db57-47e1-ab83-6aa50ec1accd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:35,650 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/9c302ef67e73471a8e5da2c032ab44d0/users/c59da3cd8f5041e787f66ff1b7cbac7b/roles/5b436264ee9e4790976d0b962987b14d used request id req-2eb98dde-db57-47e1-ab83-6aa50ec1accd 2019-01-20 12:53:35,651 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:53:35,717 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:35,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:36,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5b436264ee9e4790976d0b962987b14d", "name": "CreateKeypairsTests-7f1642ff-0885-45d-proj-role"}], "expires_at": "2019-01-20T13:53:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c302ef67e73471a8e5da2c032ab44d0", "name": "CreateKeypairsTests-7f1642ff-0885-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/9c302ef67e73471a8e5da2c032ab44d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/9c302ef67e73471a8e5da2c032ab44d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/9c302ef67e73471a8e5da2c032ab44d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/9c302ef67e73471a8e5da2c032ab44d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/9c302ef67e73471a8e5da2c032ab44d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/9c302ef67e73471a8e5da2c032ab44d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/9c302ef67e73471a8e5da2c032ab44d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/9c302ef67e73471a8e5da2c032ab44d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/9c302ef67e73471a8e5da2c032ab44d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/9c302ef67e73471a8e5da2c032ab44d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/9c302ef67e73471a8e5da2c032ab44d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/9c302ef67e73471a8e5da2c032ab44d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-7f1642ff-0885-45d-user", "id": "c59da3cd8f5041e787f66ff1b7cbac7b"}, "audit_ids": ["mF3YExsARaupD2dCeDL5aQ"], "issued_at": "2019-01-20T12:53:36.000000Z"}} 2019-01-20 12:53:36,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a1951f0aa22b915dbb72a00ce6f000d7c600468" 2019-01-20 12:53:36,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c449f69a-7fc9-4129-9e10-60eccde76702 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:36,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c449f69a-7fc9-4129-9e10-60eccde76702 2019-01-20 12:53:36,259 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:53:36,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a1951f0aa22b915dbb72a00ce6f000d7c600468" 2019-01-20 12:53:36,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-df4d75e5-c6ed-4570-84c8-d7b558ed9dda x-compute-request-id: req-df4d75e5-c6ed-4570-84c8-d7b558ed9dda Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 12:53:36,822 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-df4d75e5-c6ed-4570-84c8-d7b558ed9dda 2019-01-20 12:53:36,823 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-211511ac-ebe7-41ea-bd3f-9b68d1244f92... 2019-01-20 12:53:36,823 - OpenStackKeypair - INFO - Creating new keypair 2019-01-20 12:53:36,861 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-211511ac-ebe7-41ea-bd3f-9b68d1244f92 2019-01-20 12:53:36,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a1951f0aa22b915dbb72a00ce6f000d7c600468" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDP/DOwkvS4/1Z31R1/wr9M3yFQtWOomrYyzvGfECqt2PyB5VhWvTe/q36M8I5yQdoCamnDk2LcGC/0iZoDK16PZtwUhDhsNZ6iFSVXRB9/LepMCPo6QPH1t2kyS5W4RWZ41ExJAf6JPkz78R95oTo6i2mjkd3UsnCMsGiND+TySQ==", "name": "CreateKeypairsTests-211511ac-ebe7-41ea-bd3f-9b68d1244f92"}}' 2019-01-20 12:53:36,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3493c169-61f1-4ebf-a763-cb3ba07afd8d x-compute-request-id: req-3493c169-61f1-4ebf-a763-cb3ba07afd8d Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDP/DOwkvS4/1Z31R1/wr9M3yFQtWOomrYyzvGfECqt2PyB5VhWvTe/q36M8I5yQdoCamnDk2LcGC/0iZoDK16PZtwUhDhsNZ6iFSVXRB9/LepMCPo6QPH1t2kyS5W4RWZ41ExJAf6JPkz78R95oTo6i2mjkd3UsnCMsGiND+TySQ==", "user_id": "c59da3cd8f5041e787f66ff1b7cbac7b", "name": "CreateKeypairsTests-211511ac-ebe7-41ea-bd3f-9b68d1244f92", "fingerprint": "a7:a6:5a:31:b4:9d:e6:60:85:12:42:e8:4a:aa:c1:70"}} 2019-01-20 12:53:36,941 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-3493c169-61f1-4ebf-a763-cb3ba07afd8d 2019-01-20 12:53:36,942 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-211511ac-ebe7-41ea-bd3f-9b68d1244f92 2019-01-20 12:53:36,942 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:37,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5b436264ee9e4790976d0b962987b14d", "name": "CreateKeypairsTests-7f1642ff-0885-45d-proj-role"}], "expires_at": "2019-01-20T13:53:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c302ef67e73471a8e5da2c032ab44d0", "name": "CreateKeypairsTests-7f1642ff-0885-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/9c302ef67e73471a8e5da2c032ab44d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/9c302ef67e73471a8e5da2c032ab44d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/9c302ef67e73471a8e5da2c032ab44d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/9c302ef67e73471a8e5da2c032ab44d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/9c302ef67e73471a8e5da2c032ab44d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/9c302ef67e73471a8e5da2c032ab44d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/9c302ef67e73471a8e5da2c032ab44d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/9c302ef67e73471a8e5da2c032ab44d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/9c302ef67e73471a8e5da2c032ab44d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/9c302ef67e73471a8e5da2c032ab44d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/9c302ef67e73471a8e5da2c032ab44d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/9c302ef67e73471a8e5da2c032ab44d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-7f1642ff-0885-45d-user", "id": "c59da3cd8f5041e787f66ff1b7cbac7b"}, "audit_ids": ["qzBZMMdgTqer_h-eIZqQ9A"], "issued_at": "2019-01-20T12:53:37.000000Z"}} 2019-01-20 12:53:37,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-211511ac-ebe7-41ea-bd3f-9b68d1244f92 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcdff731fed701b4f242790a932df0f17034096e" 2019-01-20 12:53:37,887 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 12:53: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-cf6fc7d3-9aae-4664-bbcb-e9cb5b2c83b0 x-compute-request-id: req-cf6fc7d3-9aae-4664-bbcb-e9cb5b2c83b0 Content-Length: 0 Content-Type: application/json 2019-01-20 12:53:37,887 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-211511ac-ebe7-41ea-bd3f-9b68d1244f92 used request id req-cf6fc7d3-9aae-4664-bbcb-e9cb5b2c83b0 2019-01-20 12:53:37,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcdff731fed701b4f242790a932df0f17034096e" 2019-01-20 12:53:37,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53: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-3aeebde7-6782-4829-ab5e-6e75937e9e6d x-compute-request-id: req-3aeebde7-6782-4829-ab5e-6e75937e9e6d Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 12:53:37,907 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-3aeebde7-6782-4829-ab5e-6e75937e9e6d 2019-01-20 12:53:37,908 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-211511ac-ebe7-41ea-bd3f-9b68d1244f92 2019-01-20 12:53:37,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-211511ac-ebe7-41ea-bd3f-9b68d1244f92 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a1951f0aa22b915dbb72a00ce6f000d7c600468" 2019-01-20 12:53:37,968 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 12:53: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-e91f49dc-b33d-4ae8-b986-dd8aa46e4294 x-compute-request-id: req-e91f49dc-b33d-4ae8-b986-dd8aa46e4294 Content-Length: 162 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair CreateKeypairsTests-211511ac-ebe7-41ea-bd3f-9b68d1244f92 not found for user c59da3cd8f5041e787f66ff1b7cbac7b", "code": 404}} 2019-01-20 12:53:37,968 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-211511ac-ebe7-41ea-bd3f-9b68d1244f92 used request id req-e91f49dc-b33d-4ae8-b986-dd8aa46e4294 2019-01-20 12:53:37,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6107b56c957d8510b718fa204038f6fc971e3d4f" 2019-01-20 12:53:38,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5849cb4a-81c2-4a97-a9b2-a3ceb9e9a428 Date: Sun, 20 Jan 2019 12:53:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:53:38,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-5849cb4a-81c2-4a97-a9b2-a3ceb9e9a428 2019-01-20 12:53:38,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6107b56c957d8510b718fa204038f6fc971e3d4f" 2019-01-20 12:53:38,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ab768c8-8ba2-4cd3-a0f0-3b90f7513550 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:53:38,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-7ab768c8-8ba2-4cd3-a0f0-3b90f7513550 2019-01-20 12:53:38,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6107b56c957d8510b718fa204038f6fc971e3d4f" 2019-01-20 12:53:38,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59720470-dcfb-4e09-ad9b-af4764a16027 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:53:38,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-59720470-dcfb-4e09-ad9b-af4764a16027 2019-01-20 12:53:38,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6107b56c957d8510b718fa204038f6fc971e3d4f" 2019-01-20 12:53:38,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0db4ba51-ac7e-469c-ae75-b2f527416f1b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:53:38,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-0db4ba51-ac7e-469c-ae75-b2f527416f1b 2019-01-20 12:53:38,476 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-7f1642ff-0885-45d-proj 2019-01-20 12:53:38,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/9c302ef67e73471a8e5da2c032ab44d0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6107b56c957d8510b718fa204038f6fc971e3d4f" 2019-01-20 12:53:38,698 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80f14e4d-3101-4cf5-b243-26920d3521e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:38,699 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/9c302ef67e73471a8e5da2c032ab44d0 used request id req-80f14e4d-3101-4cf5-b243-26920d3521e5 2019-01-20 12:53:38,699 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-7f1642ff-0885-45d-proj-role 2019-01-20 12:53:38,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/5b436264ee9e4790976d0b962987b14d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6107b56c957d8510b718fa204038f6fc971e3d4f" 2019-01-20 12:53:38,808 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d4124f9-3711-4518-ae10-3be80bb5ce4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:38,809 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/5b436264ee9e4790976d0b962987b14d used request id req-1d4124f9-3711-4518-ae10-3be80bb5ce4e 2019-01-20 12:53:38,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6107b56c957d8510b718fa204038f6fc971e3d4f" 2019-01-20 12:53:38,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3106c018-7c9d-4527-9d7f-be992cc90bee Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:53:38,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-3106c018-7c9d-4527-9d7f-be992cc90bee 2019-01-20 12:53:38,898 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-7f1642ff-0885-45d-user 2019-01-20 12:53:38,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/c59da3cd8f5041e787f66ff1b7cbac7b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef9323b17c9b1fd5ccd8b8aed96665211b22596f" 2019-01-20 12:53:39,078 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6dc4c341-a1cd-4d3e-a7c9-b2bb338d7201 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:39,078 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/c59da3cd8f5041e787f66ff1b7cbac7b used request id req-6dc4c341-a1cd-4d3e-a7c9-b2bb338d7201 2019-01-20 12:53:39,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:39,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["FGJ0zGikRPyoLloqxQ6cKA"], "issued_at": "2019-01-20T12:53:39.000000Z"}} 2019-01-20 12:53:39,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0c9ca872486d5fdfa26880d57abd2cd4665f56" 2019-01-20 12:53:39,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4dcd73e-cc0d-428f-a309-dccb4a8f164a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:39,545 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f4dcd73e-cc0d-428f-a309-dccb4a8f164a 2019-01-20 12:53:39,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:39,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:39,940 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["pBOd9BsoRciOaABxqOAXGA"], "issued_at": "2019-01-20T12:53:39.000000Z"}} 2019-01-20 12:53:39,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bd320d5a598e76bf51493f3ed5a5a5350ebc84" 2019-01-20 12:53:40,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fa9612a-ec4b-4ef2-939a-18b8cc20bc48 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:40,033 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9fa9612a-ec4b-4ef2-939a-18b8cc20bc48 2019-01-20 12:53:40,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:53:40,043 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:53:40,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-075422cf-8148-4da-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bd320d5a598e76bf51493f3ed5a5a5350ebc84" 2019-01-20 12:53:40,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cb7e164-90ce-4716-9353-a7f91f014b79 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-075422cf-8148-4da-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:53:40,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-075422cf-8148-4da-proj used request id req-6cb7e164-90ce-4716-9353-a7f91f014b79 2019-01-20 12:53:40,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bd320d5a598e76bf51493f3ed5a5a5350ebc84" 2019-01-20 12:53:40,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3478f9a4-c1e1-4e76-b792-6fbff14801f8 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:53:40,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-3478f9a4-c1e1-4e76-b792-6fbff14801f8 2019-01-20 12:53:40,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bd320d5a598e76bf51493f3ed5a5a5350ebc84" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-075422cf-8148-4da-proj"}}' 2019-01-20 12:53:40,342 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:53:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acfdf98c-9d10-467c-958c-c1d98bbf8e32 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/da09d9237ce1440aa739cd661e27a0b6"}, "enabled": true, "id": "da09d9237ce1440aa739cd661e27a0b6", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-075422cf-8148-4da-proj"}} 2019-01-20 12:53:40,342 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-acfdf98c-9d10-467c-958c-c1d98bbf8e32 2019-01-20 12:53:40,343 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-075422cf-8148-4da-proj 2019-01-20 12:53:40,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:40,344 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:40,728 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["alwT5xl6SCq2KToNoJkZGw"], "issued_at": "2019-01-20T12:53:40.000000Z"}} 2019-01-20 12:53:40,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9485576269eb74de20b84eb56bfe472b00d11416" 2019-01-20 12:53:40,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7ef6d7e-0346-48cd-9de0-4800fcfd8280 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:40,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c7ef6d7e-0346-48cd-9de0-4800fcfd8280 2019-01-20 12:53:40,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:53:40,819 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:53:40,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9485576269eb74de20b84eb56bfe472b00d11416" 2019-01-20 12:53:40,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-382c4027-8be9-4464-82a2-ac5143435b2b Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:53:40,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-382c4027-8be9-4464-82a2-ac5143435b2b 2019-01-20 12:53:40,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateKeypairsTests-075422cf-8148-4da-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9485576269eb74de20b84eb56bfe472b00d11416" 2019-01-20 12:53:41,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2466772c-b22c-4ceb-a96d-8ffc15eeabcd Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateKeypairsTests-075422cf-8148-4da-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/da09d9237ce1440aa739cd661e27a0b6"}, "enabled": true, "id": "da09d9237ce1440aa739cd661e27a0b6", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-075422cf-8148-4da-proj"}]} 2019-01-20 12:53:41,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateKeypairsTests-075422cf-8148-4da-proj used request id req-2466772c-b22c-4ceb-a96d-8ffc15eeabcd 2019-01-20 12:53:41,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9485576269eb74de20b84eb56bfe472b00d11416" 2019-01-20 12:53:41,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe9876e7-1af4-49a2-91df-782e77a456d6 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:53:41,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-fe9876e7-1af4-49a2-91df-782e77a456d6 2019-01-20 12:53:41,468 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-075422cf-8148-4da-user 2019-01-20 12:53:41,468 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:41,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bd320d5a598e76bf51493f3ed5a5a5350ebc84" 2019-01-20 12:53:41,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d531ffaa-0650-4e30-a2ae-b120b9c0e35c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:53:41,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d531ffaa-0650-4e30-a2ae-b120b9c0e35c 2019-01-20 12:53:41,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bd320d5a598e76bf51493f3ed5a5a5350ebc84" -d '{"role": {"name": "CreateKeypairsTests-075422cf-8148-4da-proj-role"}}' 2019-01-20 12:53:41,754 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:53:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1caccdd9-f7bd-4bd4-b079-d78ccf7a8cd4 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f0c3bb4a3196403ca6febf7d5d2f2fea", "links": {"self": "http://172.30.9.22:5000/v3/roles/f0c3bb4a3196403ca6febf7d5d2f2fea"}, "name": "CreateKeypairsTests-075422cf-8148-4da-proj-role"}} 2019-01-20 12:53:41,755 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-1caccdd9-f7bd-4bd4-b079-d78ccf7a8cd4 2019-01-20 12:53:41,755 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-075422cf-8148-4da-proj-role 2019-01-20 12:53:41,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/f0c3bb4a3196403ca6febf7d5d2f2fea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bd320d5a598e76bf51493f3ed5a5a5350ebc84" 2019-01-20 12:53:41,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f16f8490-ae83-4da0-b99f-ee9cf87d01aa Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/f0c3bb4a3196403ca6febf7d5d2f2fea"}, "domain_id": null, "name": "CreateKeypairsTests-075422cf-8148-4da-proj-role", "id": "f0c3bb4a3196403ca6febf7d5d2f2fea"}} 2019-01-20 12:53:41,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/f0c3bb4a3196403ca6febf7d5d2f2fea used request id req-f16f8490-ae83-4da0-b99f-ee9cf87d01aa 2019-01-20 12:53:41,844 - keystone_utils - INFO - Granting role CreateKeypairsTests-075422cf-8148-4da-proj-role to project CreateKeypairsTests-075422cf-8148-4da-proj 2019-01-20 12:53:41,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/da09d9237ce1440aa739cd661e27a0b6/users/6f16da651ce248c68a7ea28f75a4eaa2/roles/f0c3bb4a3196403ca6febf7d5d2f2fea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bd320d5a598e76bf51493f3ed5a5a5350ebc84" 2019-01-20 12:53:41,969 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04330742-360f-4db2-a73a-bda113c2b122 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:41,969 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/da09d9237ce1440aa739cd661e27a0b6/users/6f16da651ce248c68a7ea28f75a4eaa2/roles/f0c3bb4a3196403ca6febf7d5d2f2fea used request id req-04330742-360f-4db2-a73a-bda113c2b122 2019-01-20 12:53:41,970 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:53:42,186 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-5aec40be-73e1-4a17-94e1-704f41ab2a0c.pub 2019-01-20 12:53:42,186 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:42,186 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:42,570 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0c3bb4a3196403ca6febf7d5d2f2fea", "name": "CreateKeypairsTests-075422cf-8148-4da-proj-role"}], "expires_at": "2019-01-20T13:53:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da09d9237ce1440aa739cd661e27a0b6", "name": "CreateKeypairsTests-075422cf-8148-4da-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/da09d9237ce1440aa739cd661e27a0b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/da09d9237ce1440aa739cd661e27a0b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/da09d9237ce1440aa739cd661e27a0b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/da09d9237ce1440aa739cd661e27a0b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/da09d9237ce1440aa739cd661e27a0b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/da09d9237ce1440aa739cd661e27a0b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/da09d9237ce1440aa739cd661e27a0b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/da09d9237ce1440aa739cd661e27a0b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/da09d9237ce1440aa739cd661e27a0b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/da09d9237ce1440aa739cd661e27a0b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/da09d9237ce1440aa739cd661e27a0b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/da09d9237ce1440aa739cd661e27a0b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-075422cf-8148-4da-user", "id": "6f16da651ce248c68a7ea28f75a4eaa2"}, "audit_ids": ["F5rfeDgfSK68iC_2HoIC3g"], "issued_at": "2019-01-20T12:53:42.000000Z"}} 2019-01-20 12:53:42,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7788e302754383ec609ecf89f3714207ffc03ed0" 2019-01-20 12:53:42,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a5d3d0c-03f6-4f9d-843f-3c06d17e0bd7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:42,659 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1a5d3d0c-03f6-4f9d-843f-3c06d17e0bd7 2019-01-20 12:53:42,660 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:53:42,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7788e302754383ec609ecf89f3714207ffc03ed0" 2019-01-20 12:53:42,837 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-79ee15f6-4829-4ae7-867a-fb20388af377 x-compute-request-id: req-79ee15f6-4829-4ae7-867a-fb20388af377 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 12:53:42,838 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-79ee15f6-4829-4ae7-867a-fb20388af377 2019-01-20 12:53:42,838 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-5aec40be-73e1-4a17-94e1-704f41ab2a0c... 2019-01-20 12:53:42,838 - OpenStackKeypair - INFO - Uploading existing keypair 2019-01-20 12:53:42,839 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-5aec40be-73e1-4a17-94e1-704f41ab2a0c.pub 2019-01-20 12:53:42,839 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-5aec40be-73e1-4a17-94e1-704f41ab2a0c 2019-01-20 12:53:42,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7788e302754383ec609ecf89f3714207ffc03ed0" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVapm9z1EM1y/eqJ0CacLTdrrW43e4Bz/1gLE7xb3/jxEBVdCuYOk5Igzvi9lovgBAD9BLNyvmDub+O7s8/rwv3+OBov0QisldLPPsuUjQl8sZbOHlM8N9tnipexYiXOxb4+wKvSPE8WnbcSLizx+SmpciJTPVLgXJHXR8cmmE0NX+dz3ujSZCrKvmgsuwNBzYE7RF5++LDYTpuDNXcQVplhCKgTqX3KY3Alvy6qjz1vG//t/EW+tmoDj23IeC0lm//UE5LkswTWRCkke9/am5tILQigpvMPkfwDr54efTcd46zoGLvc+rWCMVean6njdsXUh5TIxV4rp8WAzlhCAv", "name": "CreateKeypairsTests-5aec40be-73e1-4a17-94e1-704f41ab2a0c"}}' 2019-01-20 12:53:42,911 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df58b150-bd3f-4199-bb6a-82dd0d2370fb x-compute-request-id: req-df58b150-bd3f-4199-bb6a-82dd0d2370fb Content-Encoding: gzip Content-Length: 493 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVapm9z1EM1y/eqJ0CacLTdrrW43e4Bz/1gLE7xb3/jxEBVdCuYOk5Igzvi9lovgBAD9BLNyvmDub+O7s8/rwv3+OBov0QisldLPPsuUjQl8sZbOHlM8N9tnipexYiXOxb4+wKvSPE8WnbcSLizx+SmpciJTPVLgXJHXR8cmmE0NX+dz3ujSZCrKvmgsuwNBzYE7RF5++LDYTpuDNXcQVplhCKgTqX3KY3Alvy6qjz1vG//t/EW+tmoDj23IeC0lm//UE5LkswTWRCkke9/am5tILQigpvMPkfwDr54efTcd46zoGLvc+rWCMVean6njdsXUh5TIxV4rp8WAzlhCAv", "user_id": "6f16da651ce248c68a7ea28f75a4eaa2", "name": "CreateKeypairsTests-5aec40be-73e1-4a17-94e1-704f41ab2a0c", "fingerprint": "96:f7:18:a2:27:67:13:1c:ba:b6:c9:e7:99:f7:c8:39"}} 2019-01-20 12:53:42,911 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-df58b150-bd3f-4199-bb6a-82dd0d2370fb 2019-01-20 12:53:42,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:43,361 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0c3bb4a3196403ca6febf7d5d2f2fea", "name": "CreateKeypairsTests-075422cf-8148-4da-proj-role"}], "expires_at": "2019-01-20T13:53:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da09d9237ce1440aa739cd661e27a0b6", "name": "CreateKeypairsTests-075422cf-8148-4da-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/da09d9237ce1440aa739cd661e27a0b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/da09d9237ce1440aa739cd661e27a0b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/da09d9237ce1440aa739cd661e27a0b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/da09d9237ce1440aa739cd661e27a0b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/da09d9237ce1440aa739cd661e27a0b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/da09d9237ce1440aa739cd661e27a0b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/da09d9237ce1440aa739cd661e27a0b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/da09d9237ce1440aa739cd661e27a0b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/da09d9237ce1440aa739cd661e27a0b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/da09d9237ce1440aa739cd661e27a0b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/da09d9237ce1440aa739cd661e27a0b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/da09d9237ce1440aa739cd661e27a0b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-075422cf-8148-4da-user", "id": "6f16da651ce248c68a7ea28f75a4eaa2"}, "audit_ids": ["GdJxalCqR8SxUW1sR1HPCg"], "issued_at": "2019-01-20T12:53:43.000000Z"}} 2019-01-20 12:53:43,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-5aec40be-73e1-4a17-94e1-704f41ab2a0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acdd4f477d186577d27a49edaa5ef41c0f2e021d" 2019-01-20 12:53:43,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53: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-8a8fe99c-f365-4325-bc7a-5220f0711246 x-compute-request-id: req-8a8fe99c-f365-4325-bc7a-5220f0711246 Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVapm9z1EM1y/eqJ0CacLTdrrW43e4Bz/1gLE7xb3/jxEBVdCuYOk5Igzvi9lovgBAD9BLNyvmDub+O7s8/rwv3+OBov0QisldLPPsuUjQl8sZbOHlM8N9tnipexYiXOxb4+wKvSPE8WnbcSLizx+SmpciJTPVLgXJHXR8cmmE0NX+dz3ujSZCrKvmgsuwNBzYE7RF5++LDYTpuDNXcQVplhCKgTqX3KY3Alvy6qjz1vG//t/EW+tmoDj23IeC0lm//UE5LkswTWRCkke9/am5tILQigpvMPkfwDr54efTcd46zoGLvc+rWCMVean6njdsXUh5TIxV4rp8WAzlhCAv", "user_id": "6f16da651ce248c68a7ea28f75a4eaa2", "name": "CreateKeypairsTests-5aec40be-73e1-4a17-94e1-704f41ab2a0c", "deleted": false, "created_at": "2019-01-20T12:53:42.000000", "updated_at": null, "fingerprint": "96:f7:18:a2:27:67:13:1c:ba:b6:c9:e7:99:f7:c8:39", "deleted_at": null, "id": 65}} 2019-01-20 12:53:43,545 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-5aec40be-73e1-4a17-94e1-704f41ab2a0c used request id req-8a8fe99c-f365-4325-bc7a-5220f0711246 2019-01-20 12:53:43,546 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-5aec40be-73e1-4a17-94e1-704f41ab2a0c 2019-01-20 12:53:43,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-5aec40be-73e1-4a17-94e1-704f41ab2a0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7788e302754383ec609ecf89f3714207ffc03ed0" 2019-01-20 12:53:43,582 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 12:53: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-c85b5b56-110f-4c3b-b5f9-1fe1ebf06f20 x-compute-request-id: req-c85b5b56-110f-4c3b-b5f9-1fe1ebf06f20 Content-Length: 0 Content-Type: application/json 2019-01-20 12:53:43,582 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-5aec40be-73e1-4a17-94e1-704f41ab2a0c used request id req-c85b5b56-110f-4c3b-b5f9-1fe1ebf06f20 2019-01-20 12:53:43,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bd320d5a598e76bf51493f3ed5a5a5350ebc84" 2019-01-20 12:53:43,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-325d1380-bbbc-4a98-9ed9-6e498e7b8b2d Date: Sun, 20 Jan 2019 12:53:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:53:43,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-325d1380-bbbc-4a98-9ed9-6e498e7b8b2d 2019-01-20 12:53:43,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bd320d5a598e76bf51493f3ed5a5a5350ebc84" 2019-01-20 12:53:43,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c36a85fa-b657-41ab-bafd-8f1c348f0fb6 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:53:43,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-c36a85fa-b657-41ab-bafd-8f1c348f0fb6 2019-01-20 12:53:43,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bd320d5a598e76bf51493f3ed5a5a5350ebc84" 2019-01-20 12:53:44,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6668998-4821-4d13-9a7a-084acf9cec94 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:53:44,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-b6668998-4821-4d13-9a7a-084acf9cec94 2019-01-20 12:53:44,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bd320d5a598e76bf51493f3ed5a5a5350ebc84" 2019-01-20 12:53:44,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16bd2bf4-c629-4985-8b05-9dad45e2033a Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:53:44,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-16bd2bf4-c629-4985-8b05-9dad45e2033a 2019-01-20 12:53:44,100 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-075422cf-8148-4da-proj 2019-01-20 12:53:44,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/da09d9237ce1440aa739cd661e27a0b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bd320d5a598e76bf51493f3ed5a5a5350ebc84" 2019-01-20 12:53:44,350 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21545062-311c-4a45-8644-3329263a4225 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:44,351 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/da09d9237ce1440aa739cd661e27a0b6 used request id req-21545062-311c-4a45-8644-3329263a4225 2019-01-20 12:53:44,351 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-075422cf-8148-4da-proj-role 2019-01-20 12:53:44,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/f0c3bb4a3196403ca6febf7d5d2f2fea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bd320d5a598e76bf51493f3ed5a5a5350ebc84" 2019-01-20 12:53:44,473 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7f8ea26-5561-4db7-9d7e-abdfdaec0186 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:44,473 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/f0c3bb4a3196403ca6febf7d5d2f2fea used request id req-a7f8ea26-5561-4db7-9d7e-abdfdaec0186 2019-01-20 12:53:44,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08bd320d5a598e76bf51493f3ed5a5a5350ebc84" 2019-01-20 12:53:44,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97630b0b-811d-458a-aceb-991659ff1300 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:53:44,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-97630b0b-811d-458a-aceb-991659ff1300 2019-01-20 12:53:44,564 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-075422cf-8148-4da-user 2019-01-20 12:53:44,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/6f16da651ce248c68a7ea28f75a4eaa2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9485576269eb74de20b84eb56bfe472b00d11416" 2019-01-20 12:53:44,737 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a84543c-3c4d-4052-99bd-8a9700451ce0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:44,737 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/6f16da651ce248c68a7ea28f75a4eaa2 used request id req-4a84543c-3c4d-4052-99bd-8a9700451ce0 2019-01-20 12:53:44,739 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:45,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["lVEg-ca6RLm1cZJF9Cr3pw"], "issued_at": "2019-01-20T12:53:45.000000Z"}} 2019-01-20 12:53:45,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a96964dee9229c4534f9403414aa63190ac618e" 2019-01-20 12:53:45,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5c89e2e-8ebb-4454-81b9-b01d2d131df3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:45,212 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c5c89e2e-8ebb-4454-81b9-b01d2d131df3 2019-01-20 12:53:45,214 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:45,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:45,601 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["pGo-ilLcQ1e-eLbIbAnkkw"], "issued_at": "2019-01-20T12:53:45.000000Z"}} 2019-01-20 12:53:45,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5418d20e256e2aec3216e42e5a40efae291ae66c" 2019-01-20 12:53:45,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45671b98-69bd-492f-a1dd-6471b5e2b0b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:45,695 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-45671b98-69bd-492f-a1dd-6471b5e2b0b0 2019-01-20 12:53:45,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:53:45,707 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:53: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:53:45,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-6c656dc8-2fd4-42a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5418d20e256e2aec3216e42e5a40efae291ae66c" 2019-01-20 12:53:45,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faea996d-70e1-439d-8032-1ece1845aa75 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-6c656dc8-2fd4-42a-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:53:45,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-6c656dc8-2fd4-42a-proj used request id req-faea996d-70e1-439d-8032-1ece1845aa75 2019-01-20 12:53:45,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5418d20e256e2aec3216e42e5a40efae291ae66c" 2019-01-20 12:53:45,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-061e6881-1d60-44b9-a3da-5deabd59b92d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:53:45,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-061e6881-1d60-44b9-a3da-5deabd59b92d 2019-01-20 12:53:45,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5418d20e256e2aec3216e42e5a40efae291ae66c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-6c656dc8-2fd4-42a-proj"}}' 2019-01-20 12:53:46,084 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:53:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97a0731d-de22-49b7-b5d5-d82bfb0a8a92 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/95968f2c0e994cd8be46deb9ca444586"}, "enabled": true, "id": "95968f2c0e994cd8be46deb9ca444586", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-6c656dc8-2fd4-42a-proj"}} 2019-01-20 12:53:46,085 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-97a0731d-de22-49b7-b5d5-d82bfb0a8a92 2019-01-20 12:53:46,085 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-6c656dc8-2fd4-42a-proj 2019-01-20 12:53:46,085 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:46,086 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:46,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:53:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["v8z4QqkKRbuwiNwg5JUz7w"], "issued_at": "2019-01-20T12:53:46.000000Z"}} 2019-01-20 12:53:46,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb28a4811440ac5a0e93d31578a3eb1d3cff2c5" 2019-01-20 12:53:46,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63a682d2-3eb7-46cc-9644-564a02367be9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:46,490 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-63a682d2-3eb7-46cc-9644-564a02367be9 2019-01-20 12:53:46,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:53:46,499 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:53: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:53:46,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb28a4811440ac5a0e93d31578a3eb1d3cff2c5" 2019-01-20 12:53:46,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c221766-ddde-409b-8e9b-89c7d61c075c Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:53:46,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-7c221766-ddde-409b-8e9b-89c7d61c075c 2019-01-20 12:53:46,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateKeypairsTests-6c656dc8-2fd4-42a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb28a4811440ac5a0e93d31578a3eb1d3cff2c5" 2019-01-20 12:53:46,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8db965b1-3678-466a-a3ad-03bc8904697a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateKeypairsTests-6c656dc8-2fd4-42a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/95968f2c0e994cd8be46deb9ca444586"}, "enabled": true, "id": "95968f2c0e994cd8be46deb9ca444586", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-6c656dc8-2fd4-42a-proj"}]} 2019-01-20 12:53:46,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateKeypairsTests-6c656dc8-2fd4-42a-proj used request id req-8db965b1-3678-466a-a3ad-03bc8904697a 2019-01-20 12:53:46,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb28a4811440ac5a0e93d31578a3eb1d3cff2c5" 2019-01-20 12:53:46,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7c3717e-32e7-4865-8d91-d405f0add586 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:53:46,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-e7c3717e-32e7-4865-8d91-d405f0add586 2019-01-20 12:53:47,192 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-6c656dc8-2fd4-42a-user 2019-01-20 12:53:47,192 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:47,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5418d20e256e2aec3216e42e5a40efae291ae66c" 2019-01-20 12:53:47,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09d33b1d-5b53-482c-9681-85ca1557fe4e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:53:47,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-09d33b1d-5b53-482c-9681-85ca1557fe4e 2019-01-20 12:53:47,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5418d20e256e2aec3216e42e5a40efae291ae66c" -d '{"role": {"name": "CreateKeypairsTests-6c656dc8-2fd4-42a-proj-role"}}' 2019-01-20 12:53:47,389 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:53:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-307e0a11-76f5-44c1-aa5f-2299a08f7e1d Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4a02ebdbda284bed9ac619f1000873ed", "links": {"self": "http://172.30.9.22:5000/v3/roles/4a02ebdbda284bed9ac619f1000873ed"}, "name": "CreateKeypairsTests-6c656dc8-2fd4-42a-proj-role"}} 2019-01-20 12:53:47,390 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-307e0a11-76f5-44c1-aa5f-2299a08f7e1d 2019-01-20 12:53:47,390 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-6c656dc8-2fd4-42a-proj-role 2019-01-20 12:53:47,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/4a02ebdbda284bed9ac619f1000873ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5418d20e256e2aec3216e42e5a40efae291ae66c" 2019-01-20 12:53:47,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d776aac8-b004-4b21-b68a-8e6e563dc575 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/4a02ebdbda284bed9ac619f1000873ed"}, "domain_id": null, "name": "CreateKeypairsTests-6c656dc8-2fd4-42a-proj-role", "id": "4a02ebdbda284bed9ac619f1000873ed"}} 2019-01-20 12:53:47,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/4a02ebdbda284bed9ac619f1000873ed used request id req-d776aac8-b004-4b21-b68a-8e6e563dc575 2019-01-20 12:53:47,480 - keystone_utils - INFO - Granting role CreateKeypairsTests-6c656dc8-2fd4-42a-proj-role to project CreateKeypairsTests-6c656dc8-2fd4-42a-proj 2019-01-20 12:53:47,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/95968f2c0e994cd8be46deb9ca444586/users/fd041e84351e41a2a30d15a1da969a2b/roles/4a02ebdbda284bed9ac619f1000873ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5418d20e256e2aec3216e42e5a40efae291ae66c" 2019-01-20 12:53:47,607 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:53:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1efe9d2-d6f6-4ba2-a5eb-fe625cda3ea8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:53:47,607 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/95968f2c0e994cd8be46deb9ca444586/users/fd041e84351e41a2a30d15a1da969a2b/roles/4a02ebdbda284bed9ac619f1000873ed used request id req-a1efe9d2-d6f6-4ba2-a5eb-fe625cda3ea8 2019-01-20 12:53:47,608 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:53:47,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:53:47,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:53:47,977 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4a02ebdbda284bed9ac619f1000873ed", "name": "CreateKeypairsTests-6c656dc8-2fd4-42a-proj-role"}], "expires_at": "2019-01-20T13:53:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "95968f2c0e994cd8be46deb9ca444586", "name": "CreateKeypairsTests-6c656dc8-2fd4-42a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/95968f2c0e994cd8be46deb9ca444586", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/95968f2c0e994cd8be46deb9ca444586", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/95968f2c0e994cd8be46deb9ca444586", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/95968f2c0e994cd8be46deb9ca444586", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/95968f2c0e994cd8be46deb9ca444586", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/95968f2c0e994cd8be46deb9ca444586", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/95968f2c0e994cd8be46deb9ca444586", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/95968f2c0e994cd8be46deb9ca444586", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/95968f2c0e994cd8be46deb9ca444586", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/95968f2c0e994cd8be46deb9ca444586", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/95968f2c0e994cd8be46deb9ca444586", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/95968f2c0e994cd8be46deb9ca444586", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-6c656dc8-2fd4-42a-user", "id": "fd041e84351e41a2a30d15a1da969a2b"}, "audit_ids": ["EPz7wjEURwiJgc9N4usXjg"], "issued_at": "2019-01-20T12:53:47.000000Z"}} 2019-01-20 12:53:47,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173d61faa7af113800de8cbf92ff8923232e457c" 2019-01-20 12:53:48,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a6d47c5-f200-44f6-9645-209b1d600897 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:53:48,052 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9a6d47c5-f200-44f6-9645-209b1d600897 2019-01-20 12:53:48,053 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:53:48,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173d61faa7af113800de8cbf92ff8923232e457c" 2019-01-20 12:53:48,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12: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 x-openstack-request-id: req-989e1721-0762-4263-9996-faed8ba6c8fd x-compute-request-id: req-989e1721-0762-4263-9996-faed8ba6c8fd Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 12:53:48,227 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-989e1721-0762-4263-9996-faed8ba6c8fd 2019-01-20 12:53:48,228 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-77940d3e-e94e-4d5c-9112-e9e4bed19d07... 2019-01-20 12:53:48,228 - OpenStackKeypair - INFO - Creating new keypair 2019-01-20 12:54:08,998 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-77940d3e-e94e-4d5c-9112-e9e4bed19d07 2019-01-20 12:54:08,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173d61faa7af113800de8cbf92ff8923232e457c" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wCtXkaVcpDWZ0QnrZhsXuozKSm+ox/w7jbugw+CC9Gn5y1aceF3UXB6D4pcI+4sGywppehxevC9kM76G01Vo7D1oMogGo3UE0h80d9ND88gY5Oy2htwtiu+FVp1fUPXgILKELXIZkZhyq3jV/o9pu21vdb8M4mCkZKhhTKPZ/LHBAaYOF+dg/iNGHLCGQOIFPYANDlEEi0kUMUZsnkPojLuUsfnq7vTg8u7b7j6OQSZta7NKUcMW3VfXPEtjlE2J1bf0QWeL8DULWH0rhf9VU81IYRf/MneAuzjZbKhK/UZnASTNZ98o6PwOhXIOiniWYHylNFo+GpmlK0/z0vt11699Hrb/D+SkLIvEEJ+ybXusFSfYmY8xMw3NIGDANfXgoHARrHr81BtWGgP4yaw2llErVeJPrHsHJ+yJI6cN+DNO0cph8CwNXtbUPrNdD7Lzu1srJ2gcJEpNTr/EGSn+wuP0ZLD2KpYmEBPjz1QYEb66CoAWCqRTZ7C27/HpnLkub9eM+7pwP8eVocsIs8eBkA4AkpUfQEOYDSNwTL4JRZRorIUoViALa4dV4KdRGVKKJtZv/4dEnGDMW0cy9vampxDksE60e3PQ6LKDb5l8lzmgBkTmN7DrVofMej0IElWexpCfwk1YYgUGKxxS9YXBQiWkFYpbefasDxbvoY2jrsq7Th1F50Z4+yVk7uDwzM/Bw8NP1Z4ndKdtSOHRhJV9UvW9OSIn8ThOWjwZya26n06CpO/95AinDFo9VWWIyHo01XiU50Z15lQw/7LnGCPhNUknWhKuToPkouu9Ansd1prh1cSkvDNpRXobl9lMKO0hjBFnLFkxGy4/qAN8q7twu+AV5cBX4PeBsXW0Jel8i/pELpEvgXD2RkVMeSjzAicRlbgJytFW9V8q1c5U3/jHFXxQZTSQ5YxlvXHSGw2zMBv2dYL+IMzPIZGWV47OpMHk8y3K70a29L//O1BslkY9WKPWVA8P+MIwv130EAlowSB+FiFUC49s7dL6Ynm/GFAohDODZ36NvBuIA8Zz4nrJLQ0W5oCZCLGFDezs4gWsSkcnubfI6FwozTrG2myiT4gqldJCX8N3JmFJ9uG3xRnTuFGZaovo2NGLYn0wLzZPUKKUzcvGUwCTdWTZHkMZb05ugb2t1nlNHaPlS96K1tbSlkqP7uB7o1XKONGqp5QSGiZfKJ0l0D+Ojn1pnOHIUMgAhDY1+okVBX6hDFpgsRQY8LSbuiz6NsdjtB6D4b8lXDE7XdElDrg6crC4kQQcKzmb+oF3x3VhKuiw1bX1FVy8bWptcqp4pI7y4KxXFAYTesXulEkA18PLMtt+4RMSqHMq8tPVV5w3pF0sNF1mKsXtXnLKCdrVpscAnIPxILFQZ1uINo6ces3geMIOM8PPKnGZ4X9HKwEHfUJ2KxBAod5mwWQjZ+8WJiauo9eHAyJdlSJTzFj9jiQPaOnVQHyYiRf5S6daZvVVA8n2L9pav064e0CPTydqUCJqm2VPUM10G9DlugCgobdcbS1b6yGNz7YWmhOLauM5UmWUlokyw1O7etU3i9zE9HgBl9JYms7c5lEHVxZG/dSx3n78WayEu1mibfdsYY0AKzntJkGjdtJ+OXOylPOh71Byjmg0qTqFlWC9AOFHRpgthMRKiE2TqfLlTwWVQ==", "name": "CreateKeypairsTests-77940d3e-e94e-4d5c-9112-e9e4bed19d07"}}' 2019-01-20 12:54:09,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54: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-c96e4611-ed1b-415c-b73a-a82c28cf5d7d x-compute-request-id: req-c96e4611-ed1b-415c-b73a-a82c28cf5d7d Content-Encoding: gzip Content-Length: 1509 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wCtXkaVcpDWZ0QnrZhsXuozKSm+ox/w7jbugw+CC9Gn5y1aceF3UXB6D4pcI+4sGywppehxevC9kM76G01Vo7D1oMogGo3UE0h80d9ND88gY5Oy2htwtiu+FVp1fUPXgILKELXIZkZhyq3jV/o9pu21vdb8M4mCkZKhhTKPZ/LHBAaYOF+dg/iNGHLCGQOIFPYANDlEEi0kUMUZsnkPojLuUsfnq7vTg8u7b7j6OQSZta7NKUcMW3VfXPEtjlE2J1bf0QWeL8DULWH0rhf9VU81IYRf/MneAuzjZbKhK/UZnASTNZ98o6PwOhXIOiniWYHylNFo+GpmlK0/z0vt11699Hrb/D+SkLIvEEJ+ybXusFSfYmY8xMw3NIGDANfXgoHARrHr81BtWGgP4yaw2llErVeJPrHsHJ+yJI6cN+DNO0cph8CwNXtbUPrNdD7Lzu1srJ2gcJEpNTr/EGSn+wuP0ZLD2KpYmEBPjz1QYEb66CoAWCqRTZ7C27/HpnLkub9eM+7pwP8eVocsIs8eBkA4AkpUfQEOYDSNwTL4JRZRorIUoViALa4dV4KdRGVKKJtZv/4dEnGDMW0cy9vampxDksE60e3PQ6LKDb5l8lzmgBkTmN7DrVofMej0IElWexpCfwk1YYgUGKxxS9YXBQiWkFYpbefasDxbvoY2jrsq7Th1F50Z4+yVk7uDwzM/Bw8NP1Z4ndKdtSOHRhJV9UvW9OSIn8ThOWjwZya26n06CpO/95AinDFo9VWWIyHo01XiU50Z15lQw/7LnGCPhNUknWhKuToPkouu9Ansd1prh1cSkvDNpRXobl9lMKO0hjBFnLFkxGy4/qAN8q7twu+AV5cBX4PeBsXW0Jel8i/pELpEvgXD2RkVMeSjzAicRlbgJytFW9V8q1c5U3/jHFXxQZTSQ5YxlvXHSGw2zMBv2dYL+IMzPIZGWV47OpMHk8y3K70a29L//O1BslkY9WKPWVA8P+MIwv130EAlowSB+FiFUC49s7dL6Ynm/GFAohDODZ36NvBuIA8Zz4nrJLQ0W5oCZCLGFDezs4gWsSkcnubfI6FwozTrG2myiT4gqldJCX8N3JmFJ9uG3xRnTuFGZaovo2NGLYn0wLzZPUKKUzcvGUwCTdWTZHkMZb05ugb2t1nlNHaPlS96K1tbSlkqP7uB7o1XKONGqp5QSGiZfKJ0l0D+Ojn1pnOHIUMgAhDY1+okVBX6hDFpgsRQY8LSbuiz6NsdjtB6D4b8lXDE7XdElDrg6crC4kQQcKzmb+oF3x3VhKuiw1bX1FVy8bWptcqp4pI7y4KxXFAYTesXulEkA18PLMtt+4RMSqHMq8tPVV5w3pF0sNF1mKsXtXnLKCdrVpscAnIPxILFQZ1uINo6ces3geMIOM8PPKnGZ4X9HKwEHfUJ2KxBAod5mwWQjZ+8WJiauo9eHAyJdlSJTzFj9jiQPaOnVQHyYiRf5S6daZvVVA8n2L9pav064e0CPTydqUCJqm2VPUM10G9DlugCgobdcbS1b6yGNz7YWmhOLauM5UmWUlokyw1O7etU3i9zE9HgBl9JYms7c5lEHVxZG/dSx3n78WayEu1mibfdsYY0AKzntJkGjdtJ+OXOylPOh71Byjmg0qTqFlWC9AOFHRpgthMRKiE2TqfLlTwWVQ==", "user_id": "fd041e84351e41a2a30d15a1da969a2b", "name": "CreateKeypairsTests-77940d3e-e94e-4d5c-9112-e9e4bed19d07", "fingerprint": "50:8e:e1:8d:68:37:ff:b9:93:31:e1:f7:80:3c:a8:a8"}} 2019-01-20 12:54:09,247 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-c96e4611-ed1b-415c-b73a-a82c28cf5d7d 2019-01-20 12:54:09,248 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:09,630 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4a02ebdbda284bed9ac619f1000873ed", "name": "CreateKeypairsTests-6c656dc8-2fd4-42a-proj-role"}], "expires_at": "2019-01-20T13:54:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "95968f2c0e994cd8be46deb9ca444586", "name": "CreateKeypairsTests-6c656dc8-2fd4-42a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/95968f2c0e994cd8be46deb9ca444586", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/95968f2c0e994cd8be46deb9ca444586", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/95968f2c0e994cd8be46deb9ca444586", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/95968f2c0e994cd8be46deb9ca444586", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/95968f2c0e994cd8be46deb9ca444586", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/95968f2c0e994cd8be46deb9ca444586", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/95968f2c0e994cd8be46deb9ca444586", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/95968f2c0e994cd8be46deb9ca444586", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/95968f2c0e994cd8be46deb9ca444586", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/95968f2c0e994cd8be46deb9ca444586", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/95968f2c0e994cd8be46deb9ca444586", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/95968f2c0e994cd8be46deb9ca444586", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-6c656dc8-2fd4-42a-user", "id": "fd041e84351e41a2a30d15a1da969a2b"}, "audit_ids": ["JTIB6slSSUilf1uslo8xpg"], "issued_at": "2019-01-20T12:54:09.000000Z"}} 2019-01-20 12:54:09,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-77940d3e-e94e-4d5c-9112-e9e4bed19d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}754241781cf3617ba3064ece64ed7bf4f09ba5c5" 2019-01-20 12:54:09,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54: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-22d5c08f-e0ec-4812-b681-7d5d8d5f1bcd x-compute-request-id: req-22d5c08f-e0ec-4812-b681-7d5d8d5f1bcd Content-Encoding: gzip Content-Length: 1573 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wCtXkaVcpDWZ0QnrZhsXuozKSm+ox/w7jbugw+CC9Gn5y1aceF3UXB6D4pcI+4sGywppehxevC9kM76G01Vo7D1oMogGo3UE0h80d9ND88gY5Oy2htwtiu+FVp1fUPXgILKELXIZkZhyq3jV/o9pu21vdb8M4mCkZKhhTKPZ/LHBAaYOF+dg/iNGHLCGQOIFPYANDlEEi0kUMUZsnkPojLuUsfnq7vTg8u7b7j6OQSZta7NKUcMW3VfXPEtjlE2J1bf0QWeL8DULWH0rhf9VU81IYRf/MneAuzjZbKhK/UZnASTNZ98o6PwOhXIOiniWYHylNFo+GpmlK0/z0vt11699Hrb/D+SkLIvEEJ+ybXusFSfYmY8xMw3NIGDANfXgoHARrHr81BtWGgP4yaw2llErVeJPrHsHJ+yJI6cN+DNO0cph8CwNXtbUPrNdD7Lzu1srJ2gcJEpNTr/EGSn+wuP0ZLD2KpYmEBPjz1QYEb66CoAWCqRTZ7C27/HpnLkub9eM+7pwP8eVocsIs8eBkA4AkpUfQEOYDSNwTL4JRZRorIUoViALa4dV4KdRGVKKJtZv/4dEnGDMW0cy9vampxDksE60e3PQ6LKDb5l8lzmgBkTmN7DrVofMej0IElWexpCfwk1YYgUGKxxS9YXBQiWkFYpbefasDxbvoY2jrsq7Th1F50Z4+yVk7uDwzM/Bw8NP1Z4ndKdtSOHRhJV9UvW9OSIn8ThOWjwZya26n06CpO/95AinDFo9VWWIyHo01XiU50Z15lQw/7LnGCPhNUknWhKuToPkouu9Ansd1prh1cSkvDNpRXobl9lMKO0hjBFnLFkxGy4/qAN8q7twu+AV5cBX4PeBsXW0Jel8i/pELpEvgXD2RkVMeSjzAicRlbgJytFW9V8q1c5U3/jHFXxQZTSQ5YxlvXHSGw2zMBv2dYL+IMzPIZGWV47OpMHk8y3K70a29L//O1BslkY9WKPWVA8P+MIwv130EAlowSB+FiFUC49s7dL6Ynm/GFAohDODZ36NvBuIA8Zz4nrJLQ0W5oCZCLGFDezs4gWsSkcnubfI6FwozTrG2myiT4gqldJCX8N3JmFJ9uG3xRnTuFGZaovo2NGLYn0wLzZPUKKUzcvGUwCTdWTZHkMZb05ugb2t1nlNHaPlS96K1tbSlkqP7uB7o1XKONGqp5QSGiZfKJ0l0D+Ojn1pnOHIUMgAhDY1+okVBX6hDFpgsRQY8LSbuiz6NsdjtB6D4b8lXDE7XdElDrg6crC4kQQcKzmb+oF3x3VhKuiw1bX1FVy8bWptcqp4pI7y4KxXFAYTesXulEkA18PLMtt+4RMSqHMq8tPVV5w3pF0sNF1mKsXtXnLKCdrVpscAnIPxILFQZ1uINo6ces3geMIOM8PPKnGZ4X9HKwEHfUJ2KxBAod5mwWQjZ+8WJiauo9eHAyJdlSJTzFj9jiQPaOnVQHyYiRf5S6daZvVVA8n2L9pav064e0CPTydqUCJqm2VPUM10G9DlugCgobdcbS1b6yGNz7YWmhOLauM5UmWUlokyw1O7etU3i9zE9HgBl9JYms7c5lEHVxZG/dSx3n78WayEu1mibfdsYY0AKzntJkGjdtJ+OXOylPOh71Byjmg0qTqFlWC9AOFHRpgthMRKiE2TqfLlTwWVQ==", "user_id": "fd041e84351e41a2a30d15a1da969a2b", "name": "CreateKeypairsTests-77940d3e-e94e-4d5c-9112-e9e4bed19d07", "deleted": false, "created_at": "2019-01-20T12:54:09.000000", "updated_at": null, "fingerprint": "50:8e:e1:8d:68:37:ff:b9:93:31:e1:f7:80:3c:a8:a8", "deleted_at": null, "id": 68}} 2019-01-20 12:54:09,892 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-77940d3e-e94e-4d5c-9112-e9e4bed19d07 used request id req-22d5c08f-e0ec-4812-b681-7d5d8d5f1bcd 2019-01-20 12:54:09,893 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-77940d3e-e94e-4d5c-9112-e9e4bed19d07 2019-01-20 12:54:09,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-77940d3e-e94e-4d5c-9112-e9e4bed19d07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173d61faa7af113800de8cbf92ff8923232e457c" 2019-01-20 12:54:09,961 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 12:54: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-d8c57165-5cef-4786-9a32-9b784a5ae674 x-compute-request-id: req-d8c57165-5cef-4786-9a32-9b784a5ae674 Content-Length: 0 Content-Type: application/json 2019-01-20 12:54:09,961 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-77940d3e-e94e-4d5c-9112-e9e4bed19d07 used request id req-d8c57165-5cef-4786-9a32-9b784a5ae674 2019-01-20 12:54:09,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5418d20e256e2aec3216e42e5a40efae291ae66c" 2019-01-20 12:54:10,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ae713750-b1b5-4d0a-840d-f1fc3fcefbb2 Date: Sun, 20 Jan 2019 12:54:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:54:10,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-ae713750-b1b5-4d0a-840d-f1fc3fcefbb2 2019-01-20 12:54:10,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5418d20e256e2aec3216e42e5a40efae291ae66c" 2019-01-20 12:54:10,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6661228-3c83-4836-9bd8-33b9c19f5382 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:54:10,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-c6661228-3c83-4836-9bd8-33b9c19f5382 2019-01-20 12:54:10,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5418d20e256e2aec3216e42e5a40efae291ae66c" 2019-01-20 12:54:10,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82029c67-4b9e-45a2-bca4-490f37c196d4 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:54:10,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-82029c67-4b9e-45a2-bca4-490f37c196d4 2019-01-20 12:54:10,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5418d20e256e2aec3216e42e5a40efae291ae66c" 2019-01-20 12:54:10,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebb69aa6-4f9c-4324-9a94-bca9f6691afe Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:54:10,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-ebb69aa6-4f9c-4324-9a94-bca9f6691afe 2019-01-20 12:54:10,460 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-6c656dc8-2fd4-42a-proj 2019-01-20 12:54:10,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/95968f2c0e994cd8be46deb9ca444586 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5418d20e256e2aec3216e42e5a40efae291ae66c" 2019-01-20 12:54:10,674 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ff90e9c-14ac-417f-93d4-f66d6de0832f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:10,674 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/95968f2c0e994cd8be46deb9ca444586 used request id req-6ff90e9c-14ac-417f-93d4-f66d6de0832f 2019-01-20 12:54:10,674 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-6c656dc8-2fd4-42a-proj-role 2019-01-20 12:54:10,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/4a02ebdbda284bed9ac619f1000873ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5418d20e256e2aec3216e42e5a40efae291ae66c" 2019-01-20 12:54:10,809 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79649396-5cdb-4419-962f-27c73c3dd86a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:10,809 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/4a02ebdbda284bed9ac619f1000873ed used request id req-79649396-5cdb-4419-962f-27c73c3dd86a 2019-01-20 12:54:10,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5418d20e256e2aec3216e42e5a40efae291ae66c" 2019-01-20 12:54:10,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb5d8bec-23c3-4eba-90bb-16aa0962f4f0 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:54:10,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-cb5d8bec-23c3-4eba-90bb-16aa0962f4f0 2019-01-20 12:54:10,905 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-6c656dc8-2fd4-42a-user 2019-01-20 12:54:10,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/fd041e84351e41a2a30d15a1da969a2b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb28a4811440ac5a0e93d31578a3eb1d3cff2c5" 2019-01-20 12:54:11,083 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95c1fc8d-4031-4f44-a60a-ade9e64edd0f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:11,083 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/fd041e84351e41a2a30d15a1da969a2b used request id req-95c1fc8d-4031-4f44-a60a-ade9e64edd0f 2019-01-20 12:54:11,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:11,466 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["PM0wUR1-QPyi79JDxtviMg"], "issued_at": "2019-01-20T12:54:11.000000Z"}} 2019-01-20 12:54:11,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6495f10d7f785d914b2590097780f4d3f0d717a" 2019-01-20 12:54:11,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aa8f5e7-4e1f-4cb1-97a0-7a39c2b16d8c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:11,643 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6aa8f5e7-4e1f-4cb1-97a0-7a39c2b16d8c 2019-01-20 12:54:11,645 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:11,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:12,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["fyIO2K0qTMu-kpUadXEhYw"], "issued_at": "2019-01-20T12:54:12.000000Z"}} 2019-01-20 12:54:12,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61190c8071a293e64badc5ee8e2b46cf098ffe25" 2019-01-20 12:54:12,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1404184e-3dbd-416a-a8e9-a1bd31087147 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:12,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1404184e-3dbd-416a-a8e9-a1bd31087147 2019-01-20 12:54:12,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:54:12,119 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:54:12,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-950e7be4-a466-41a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61190c8071a293e64badc5ee8e2b46cf098ffe25" 2019-01-20 12:54:12,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85ced03f-98e2-4170-862d-9ea87442d937 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-950e7be4-a466-41a-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:54:12,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-950e7be4-a466-41a-proj used request id req-85ced03f-98e2-4170-862d-9ea87442d937 2019-01-20 12:54:12,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61190c8071a293e64badc5ee8e2b46cf098ffe25" 2019-01-20 12:54:12,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f774984-761f-49f5-8239-e0bd60b3a556 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:54:12,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-4f774984-761f-49f5-8239-e0bd60b3a556 2019-01-20 12:54:12,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61190c8071a293e64badc5ee8e2b46cf098ffe25" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-950e7be4-a466-41a-proj"}}' 2019-01-20 12:54:12,515 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:54:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8dc72f85-4ef6-4193-a687-03cf28d7de8b Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/6b2515abc280423ab780d6dba908c8fc"}, "enabled": true, "id": "6b2515abc280423ab780d6dba908c8fc", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-950e7be4-a466-41a-proj"}} 2019-01-20 12:54:12,516 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-8dc72f85-4ef6-4193-a687-03cf28d7de8b 2019-01-20 12:54:12,516 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-950e7be4-a466-41a-proj 2019-01-20 12:54:12,516 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:12,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:12,900 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["URrMAmLrTj-sIQqKybBHJw"], "issued_at": "2019-01-20T12:54:12.000000Z"}} 2019-01-20 12:54:12,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df90e66bb6611f0aae13d8a23ca07db0a200c174" 2019-01-20 12:54:12,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51deb2e6-c0bd-432d-97dc-f15b7852f924 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:12,991 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-51deb2e6-c0bd-432d-97dc-f15b7852f924 2019-01-20 12:54:12,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:54:13,001 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:54:13,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df90e66bb6611f0aae13d8a23ca07db0a200c174" 2019-01-20 12:54:13,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed886688-53ce-45ea-b7d1-6504789a9eab Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:54:13,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-ed886688-53ce-45ea-b7d1-6504789a9eab 2019-01-20 12:54:13,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateKeypairsTests-950e7be4-a466-41a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df90e66bb6611f0aae13d8a23ca07db0a200c174" 2019-01-20 12:54:13,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f39d7943-cd0e-4d5d-b25d-4d2cc7a87d86 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateKeypairsTests-950e7be4-a466-41a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/6b2515abc280423ab780d6dba908c8fc"}, "enabled": true, "id": "6b2515abc280423ab780d6dba908c8fc", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-950e7be4-a466-41a-proj"}]} 2019-01-20 12:54:13,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateKeypairsTests-950e7be4-a466-41a-proj used request id req-f39d7943-cd0e-4d5d-b25d-4d2cc7a87d86 2019-01-20 12:54:13,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df90e66bb6611f0aae13d8a23ca07db0a200c174" 2019-01-20 12:54:13,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91feb192-e372-43b0-b0f5-a90f62b7e3ec Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:54:13,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-91feb192-e372-43b0-b0f5-a90f62b7e3ec 2019-01-20 12:54:13,653 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-950e7be4-a466-41a-user 2019-01-20 12:54:13,653 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:13,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61190c8071a293e64badc5ee8e2b46cf098ffe25" 2019-01-20 12:54:13,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-152e00a5-2f66-44d6-a641-3f059bb15957 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:54:13,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-152e00a5-2f66-44d6-a641-3f059bb15957 2019-01-20 12:54:13,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61190c8071a293e64badc5ee8e2b46cf098ffe25" -d '{"role": {"name": "CreateKeypairsTests-950e7be4-a466-41a-proj-role"}}' 2019-01-20 12:54:13,869 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:54:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d90b8f1-3e36-4b55-b02f-413eb0cd579e Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "89c24229b9344417a47820ae257f7366", "links": {"self": "http://172.30.9.22:5000/v3/roles/89c24229b9344417a47820ae257f7366"}, "name": "CreateKeypairsTests-950e7be4-a466-41a-proj-role"}} 2019-01-20 12:54:13,869 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-9d90b8f1-3e36-4b55-b02f-413eb0cd579e 2019-01-20 12:54:13,870 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-950e7be4-a466-41a-proj-role 2019-01-20 12:54:13,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/89c24229b9344417a47820ae257f7366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61190c8071a293e64badc5ee8e2b46cf098ffe25" 2019-01-20 12:54:13,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce5634e3-5cca-462c-aadc-2d1b9938deb0 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/89c24229b9344417a47820ae257f7366"}, "domain_id": null, "name": "CreateKeypairsTests-950e7be4-a466-41a-proj-role", "id": "89c24229b9344417a47820ae257f7366"}} 2019-01-20 12:54:13,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/89c24229b9344417a47820ae257f7366 used request id req-ce5634e3-5cca-462c-aadc-2d1b9938deb0 2019-01-20 12:54:13,888 - keystone_utils - INFO - Granting role CreateKeypairsTests-950e7be4-a466-41a-proj-role to project CreateKeypairsTests-950e7be4-a466-41a-proj 2019-01-20 12:54:13,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/6b2515abc280423ab780d6dba908c8fc/users/5ffadad09d194effa632c3b012bf4301/roles/89c24229b9344417a47820ae257f7366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61190c8071a293e64badc5ee8e2b46cf098ffe25" 2019-01-20 12:54:14,016 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa20e76f-ee92-4838-acb7-700291b693fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:14,016 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/6b2515abc280423ab780d6dba908c8fc/users/5ffadad09d194effa632c3b012bf4301/roles/89c24229b9344417a47820ae257f7366 used request id req-aa20e76f-ee92-4838-acb7-700291b693fc 2019-01-20 12:54:14,016 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:54:14,018 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:14,019 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:14,401 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "89c24229b9344417a47820ae257f7366", "name": "CreateKeypairsTests-950e7be4-a466-41a-proj-role"}], "expires_at": "2019-01-20T13:54:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6b2515abc280423ab780d6dba908c8fc", "name": "CreateKeypairsTests-950e7be4-a466-41a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/6b2515abc280423ab780d6dba908c8fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/6b2515abc280423ab780d6dba908c8fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/6b2515abc280423ab780d6dba908c8fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/6b2515abc280423ab780d6dba908c8fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/6b2515abc280423ab780d6dba908c8fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/6b2515abc280423ab780d6dba908c8fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/6b2515abc280423ab780d6dba908c8fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/6b2515abc280423ab780d6dba908c8fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/6b2515abc280423ab780d6dba908c8fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/6b2515abc280423ab780d6dba908c8fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/6b2515abc280423ab780d6dba908c8fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/6b2515abc280423ab780d6dba908c8fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-950e7be4-a466-41a-user", "id": "5ffadad09d194effa632c3b012bf4301"}, "audit_ids": ["bH9MYmG7T3etZfaOiF5GVA"], "issued_at": "2019-01-20T12:54:14.000000Z"}} 2019-01-20 12:54:14,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e993b0285d4dbbfa2e20def5281e60be67223e9" 2019-01-20 12:54:14,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-764d436b-ef2e-4d30-83a7-5582224ca974 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:14,472 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-764d436b-ef2e-4d30-83a7-5582224ca974 2019-01-20 12:54:14,473 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:54:14,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e993b0285d4dbbfa2e20def5281e60be67223e9" 2019-01-20 12:54:14,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7b84b73b-663f-401e-bd6c-d9073e1d9219 x-compute-request-id: req-7b84b73b-663f-401e-bd6c-d9073e1d9219 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 12:54:14,650 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-7b84b73b-663f-401e-bd6c-d9073e1d9219 2019-01-20 12:54:14,650 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-2d05f2d1-97a0-4f0f-b77b-93873e871838... 2019-01-20 12:54:14,651 - OpenStackKeypair - INFO - Creating new keypair 2019-01-20 12:54:14,698 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-2d05f2d1-97a0-4f0f-b77b-93873e871838 2019-01-20 12:54:14,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e993b0285d4dbbfa2e20def5281e60be67223e9" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC6hl/Cn+2tZHp8FItMgSgC/Fj/ivqKHHppPgUTGWin4jhmSm3IW91/gJiawJQgC2De/gOkpBkSB4K7JR+b1S4aXIyWW80AkVqfcHLFMb2z7yHq66nw8LIAmyr+ihtOt/mkrmSRwBBDmKpGr6cXL6qZsj7aJ6zfVMCjZsV1m+yn3Q==", "name": "CreateKeypairsTests-2d05f2d1-97a0-4f0f-b77b-93873e871838"}}' 2019-01-20 12:54:14,756 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11c92e1f-a06d-4ee7-a952-e1fbb5881b87 x-compute-request-id: req-11c92e1f-a06d-4ee7-a952-e1fbb5881b87 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC6hl/Cn+2tZHp8FItMgSgC/Fj/ivqKHHppPgUTGWin4jhmSm3IW91/gJiawJQgC2De/gOkpBkSB4K7JR+b1S4aXIyWW80AkVqfcHLFMb2z7yHq66nw8LIAmyr+ihtOt/mkrmSRwBBDmKpGr6cXL6qZsj7aJ6zfVMCjZsV1m+yn3Q==", "user_id": "5ffadad09d194effa632c3b012bf4301", "name": "CreateKeypairsTests-2d05f2d1-97a0-4f0f-b77b-93873e871838", "fingerprint": "88:ae:4e:3b:b0:19:f5:22:b6:c0:33:69:bb:89:57:66"}} 2019-01-20 12:54:14,756 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-11c92e1f-a06d-4ee7-a952-e1fbb5881b87 2019-01-20 12:54:14,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:15,140 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "89c24229b9344417a47820ae257f7366", "name": "CreateKeypairsTests-950e7be4-a466-41a-proj-role"}], "expires_at": "2019-01-20T13:54:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6b2515abc280423ab780d6dba908c8fc", "name": "CreateKeypairsTests-950e7be4-a466-41a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/6b2515abc280423ab780d6dba908c8fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/6b2515abc280423ab780d6dba908c8fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/6b2515abc280423ab780d6dba908c8fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/6b2515abc280423ab780d6dba908c8fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/6b2515abc280423ab780d6dba908c8fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/6b2515abc280423ab780d6dba908c8fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/6b2515abc280423ab780d6dba908c8fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/6b2515abc280423ab780d6dba908c8fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/6b2515abc280423ab780d6dba908c8fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/6b2515abc280423ab780d6dba908c8fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/6b2515abc280423ab780d6dba908c8fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/6b2515abc280423ab780d6dba908c8fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-950e7be4-a466-41a-user", "id": "5ffadad09d194effa632c3b012bf4301"}, "audit_ids": ["6i8ar0SlQUup3Mk3VkuBTw"], "issued_at": "2019-01-20T12:54:15.000000Z"}} 2019-01-20 12:54:15,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-2d05f2d1-97a0-4f0f-b77b-93873e871838 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd34d433cb650c0798b911ea7d5b5ad6b55f306a" 2019-01-20 12:54:15,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f14a17e6-de9c-4e76-bb0a-074188e77953 x-compute-request-id: req-f14a17e6-de9c-4e76-bb0a-074188e77953 Content-Encoding: gzip Content-Length: 423 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC6hl/Cn+2tZHp8FItMgSgC/Fj/ivqKHHppPgUTGWin4jhmSm3IW91/gJiawJQgC2De/gOkpBkSB4K7JR+b1S4aXIyWW80AkVqfcHLFMb2z7yHq66nw8LIAmyr+ihtOt/mkrmSRwBBDmKpGr6cXL6qZsj7aJ6zfVMCjZsV1m+yn3Q==", "user_id": "5ffadad09d194effa632c3b012bf4301", "name": "CreateKeypairsTests-2d05f2d1-97a0-4f0f-b77b-93873e871838", "deleted": false, "created_at": "2019-01-20T12:54:14.000000", "updated_at": null, "fingerprint": "88:ae:4e:3b:b0:19:f5:22:b6:c0:33:69:bb:89:57:66", "deleted_at": null, "id": 71}} 2019-01-20 12:54:15,692 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-2d05f2d1-97a0-4f0f-b77b-93873e871838 used request id req-f14a17e6-de9c-4e76-bb0a-074188e77953 2019-01-20 12:54:15,692 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-2d05f2d1-97a0-4f0f-b77b-93873e871838 2019-01-20 12:54:15,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-2d05f2d1-97a0-4f0f-b77b-93873e871838 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e993b0285d4dbbfa2e20def5281e60be67223e9" 2019-01-20 12:54:15,744 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 12:54:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b6ef6891-6246-4202-9db0-696b916489df x-compute-request-id: req-b6ef6891-6246-4202-9db0-696b916489df Content-Length: 0 Content-Type: application/json 2019-01-20 12:54:15,744 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-2d05f2d1-97a0-4f0f-b77b-93873e871838 used request id req-b6ef6891-6246-4202-9db0-696b916489df 2019-01-20 12:54:15,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61190c8071a293e64badc5ee8e2b46cf098ffe25" 2019-01-20 12:54:15,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-6cc2693a-55f7-4546-9cd4-b27a87c3c01c Date: Sun, 20 Jan 2019 12:54:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:54:15,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-6cc2693a-55f7-4546-9cd4-b27a87c3c01c 2019-01-20 12:54:15,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61190c8071a293e64badc5ee8e2b46cf098ffe25" 2019-01-20 12:54:16,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f332eb8-b334-4e48-a99c-0f858ce8169b 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:54:16,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-3f332eb8-b334-4e48-a99c-0f858ce8169b 2019-01-20 12:54:16,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61190c8071a293e64badc5ee8e2b46cf098ffe25" 2019-01-20 12:54:16,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a162f53-7f24-430c-b258-f8c6415cb0d9 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:54:16,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-8a162f53-7f24-430c-b258-f8c6415cb0d9 2019-01-20 12:54:16,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61190c8071a293e64badc5ee8e2b46cf098ffe25" 2019-01-20 12:54:16,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1f47050-4e36-4c27-9bda-2fad30e80116 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:54:16,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-a1f47050-4e36-4c27-9bda-2fad30e80116 2019-01-20 12:54:16,245 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-950e7be4-a466-41a-proj 2019-01-20 12:54:16,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/6b2515abc280423ab780d6dba908c8fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61190c8071a293e64badc5ee8e2b46cf098ffe25" 2019-01-20 12:54:16,472 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c42cb62b-5fdf-437e-a5e9-d268b926afa1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:16,472 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/6b2515abc280423ab780d6dba908c8fc used request id req-c42cb62b-5fdf-437e-a5e9-d268b926afa1 2019-01-20 12:54:16,472 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-950e7be4-a466-41a-proj-role 2019-01-20 12:54:16,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/89c24229b9344417a47820ae257f7366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61190c8071a293e64badc5ee8e2b46cf098ffe25" 2019-01-20 12:54:16,581 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02f7c458-677c-4937-af39-8b3f4660ca48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:16,581 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/89c24229b9344417a47820ae257f7366 used request id req-02f7c458-677c-4937-af39-8b3f4660ca48 2019-01-20 12:54:16,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61190c8071a293e64badc5ee8e2b46cf098ffe25" 2019-01-20 12:54:16,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37ed64f5-6b43-4ffe-891a-d91bdcb06335 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:54:16,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-37ed64f5-6b43-4ffe-891a-d91bdcb06335 2019-01-20 12:54:16,676 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-950e7be4-a466-41a-user 2019-01-20 12:54:16,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/5ffadad09d194effa632c3b012bf4301 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df90e66bb6611f0aae13d8a23ca07db0a200c174" 2019-01-20 12:54:16,869 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-571b903f-dd9e-4794-ac91-7b4b5fd61af6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:16,869 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/5ffadad09d194effa632c3b012bf4301 used request id req-571b903f-dd9e-4794-ac91-7b4b5fd61af6 2019-01-20 12:54:16,871 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:17,322 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["4xdlH9HOQTmSv2sjcT4iYw"], "issued_at": "2019-01-20T12:54:17.000000Z"}} 2019-01-20 12:54:17,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0936664668d55bda265d7291ad77d1d5c97613a" 2019-01-20 12:54:17,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac7187db-6585-468d-82b4-9f42095c65dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:17,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ac7187db-6585-468d-82b4-9f42095c65dd 2019-01-20 12:54:17,409 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:17,409 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:17,795 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["LAa-7bQ5SPyWXKLZsNquEQ"], "issued_at": "2019-01-20T12:54:17.000000Z"}} 2019-01-20 12:54:17,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b374f7b8342a6d43e382e440544186389010374f" 2019-01-20 12:54:17,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8ae475a-42f9-4800-b908-f3010de7dd79 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:17,881 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b8ae475a-42f9-4800-b908-f3010de7dd79 2019-01-20 12:54:17,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:54:17,892 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:54: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:54:17,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-bff05c9a-d5ed-4e4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b374f7b8342a6d43e382e440544186389010374f" 2019-01-20 12:54:17,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d9a6c01-e85d-4316-86be-02141a26f1ea Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-bff05c9a-d5ed-4e4-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:54:17,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-bff05c9a-d5ed-4e4-proj used request id req-2d9a6c01-e85d-4316-86be-02141a26f1ea 2019-01-20 12:54:17,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b374f7b8342a6d43e382e440544186389010374f" 2019-01-20 12:54:18,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b0f5f6a-3e5f-4d65-b57e-5eae2f28e492 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:54:18,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-6b0f5f6a-3e5f-4d65-b57e-5eae2f28e492 2019-01-20 12:54:18,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b374f7b8342a6d43e382e440544186389010374f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-bff05c9a-d5ed-4e4-proj"}}' 2019-01-20 12:54:18,180 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:54:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d81f1758-ef62-4465-ae66-1ff461908044 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/26d9f800eb3c4e0b94535a76f3990a53"}, "enabled": true, "id": "26d9f800eb3c4e0b94535a76f3990a53", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-bff05c9a-d5ed-4e4-proj"}} 2019-01-20 12:54:18,180 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-d81f1758-ef62-4465-ae66-1ff461908044 2019-01-20 12:54:18,181 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-bff05c9a-d5ed-4e4-proj 2019-01-20 12:54:18,181 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:18,182 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:18,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["c-FS7TBwT8Skzj2NRDExow"], "issued_at": "2019-01-20T12:54:18.000000Z"}} 2019-01-20 12:54:18,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7989c1ce8cbb1f184219308996a0d2535817bf" 2019-01-20 12:54:18,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-184e60fa-5fe9-4db1-ae4d-86832e279f97 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:18,586 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-184e60fa-5fe9-4db1-ae4d-86832e279f97 2019-01-20 12:54:18,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:54:18,596 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:54: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:54:18,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7989c1ce8cbb1f184219308996a0d2535817bf" 2019-01-20 12:54:18,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9219a41-2f31-499b-8026-0a056f48daa5 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:54:18,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-f9219a41-2f31-499b-8026-0a056f48daa5 2019-01-20 12:54:18,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateKeypairsTests-bff05c9a-d5ed-4e4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7989c1ce8cbb1f184219308996a0d2535817bf" 2019-01-20 12:54:18,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df8ce57e-215f-4c62-9848-b712f78af61d Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateKeypairsTests-bff05c9a-d5ed-4e4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/26d9f800eb3c4e0b94535a76f3990a53"}, "enabled": true, "id": "26d9f800eb3c4e0b94535a76f3990a53", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-bff05c9a-d5ed-4e4-proj"}]} 2019-01-20 12:54:18,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateKeypairsTests-bff05c9a-d5ed-4e4-proj used request id req-df8ce57e-215f-4c62-9848-b712f78af61d 2019-01-20 12:54:18,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7989c1ce8cbb1f184219308996a0d2535817bf" 2019-01-20 12:54:18,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9692c661-d8ab-4800-b033-ded1d068964d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:54:18,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-9692c661-d8ab-4800-b033-ded1d068964d 2019-01-20 12:54:19,294 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-bff05c9a-d5ed-4e4-user 2019-01-20 12:54:19,295 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:19,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b374f7b8342a6d43e382e440544186389010374f" 2019-01-20 12:54:19,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2fee818-cf82-45f9-bc9e-30d62db8c450 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:54:19,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b2fee818-cf82-45f9-bc9e-30d62db8c450 2019-01-20 12:54:19,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b374f7b8342a6d43e382e440544186389010374f" -d '{"role": {"name": "CreateKeypairsTests-bff05c9a-d5ed-4e4-proj-role"}}' 2019-01-20 12:54:19,516 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:54:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ab2edc2-ed72-4fdf-a9f4-90706914719a Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "601bc24e77284609a52519b17edd6e33", "links": {"self": "http://172.30.9.22:5000/v3/roles/601bc24e77284609a52519b17edd6e33"}, "name": "CreateKeypairsTests-bff05c9a-d5ed-4e4-proj-role"}} 2019-01-20 12:54:19,516 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-9ab2edc2-ed72-4fdf-a9f4-90706914719a 2019-01-20 12:54:19,516 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-bff05c9a-d5ed-4e4-proj-role 2019-01-20 12:54:19,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/601bc24e77284609a52519b17edd6e33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b374f7b8342a6d43e382e440544186389010374f" 2019-01-20 12:54:19,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d7e116e-c931-48b4-8913-ab32b46e1778 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/601bc24e77284609a52519b17edd6e33"}, "domain_id": null, "name": "CreateKeypairsTests-bff05c9a-d5ed-4e4-proj-role", "id": "601bc24e77284609a52519b17edd6e33"}} 2019-01-20 12:54:19,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/601bc24e77284609a52519b17edd6e33 used request id req-1d7e116e-c931-48b4-8913-ab32b46e1778 2019-01-20 12:54:19,610 - keystone_utils - INFO - Granting role CreateKeypairsTests-bff05c9a-d5ed-4e4-proj-role to project CreateKeypairsTests-bff05c9a-d5ed-4e4-proj 2019-01-20 12:54:19,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/26d9f800eb3c4e0b94535a76f3990a53/users/bc581427c8074d208d39a1ef66622442/roles/601bc24e77284609a52519b17edd6e33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b374f7b8342a6d43e382e440544186389010374f" 2019-01-20 12:54:19,728 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bea9c0ea-59d0-4f45-ab8f-e1792da86afd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:19,728 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/26d9f800eb3c4e0b94535a76f3990a53/users/bc581427c8074d208d39a1ef66622442/roles/601bc24e77284609a52519b17edd6e33 used request id req-bea9c0ea-59d0-4f45-ab8f-e1792da86afd 2019-01-20 12:54:19,728 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:54:19,730 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:19,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:20,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "601bc24e77284609a52519b17edd6e33", "name": "CreateKeypairsTests-bff05c9a-d5ed-4e4-proj-role"}], "expires_at": "2019-01-20T13:54:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "26d9f800eb3c4e0b94535a76f3990a53", "name": "CreateKeypairsTests-bff05c9a-d5ed-4e4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/26d9f800eb3c4e0b94535a76f3990a53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/26d9f800eb3c4e0b94535a76f3990a53", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/26d9f800eb3c4e0b94535a76f3990a53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/26d9f800eb3c4e0b94535a76f3990a53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/26d9f800eb3c4e0b94535a76f3990a53", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/26d9f800eb3c4e0b94535a76f3990a53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/26d9f800eb3c4e0b94535a76f3990a53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/26d9f800eb3c4e0b94535a76f3990a53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/26d9f800eb3c4e0b94535a76f3990a53", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/26d9f800eb3c4e0b94535a76f3990a53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/26d9f800eb3c4e0b94535a76f3990a53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/26d9f800eb3c4e0b94535a76f3990a53", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-bff05c9a-d5ed-4e4-user", "id": "bc581427c8074d208d39a1ef66622442"}, "audit_ids": ["tUE_MIwIRU68EVv2-AYqVQ"], "issued_at": "2019-01-20T12:54:20.000000Z"}} 2019-01-20 12:54:20,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155aff93a9d316e4ec7fb343d0dcbdc56d009cf" 2019-01-20 12:54:20,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75e225bd-db68-4420-9b27-a2243440e193 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:20,191 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-75e225bd-db68-4420-9b27-a2243440e193 2019-01-20 12:54:20,193 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:54:20,197 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155aff93a9d316e4ec7fb343d0dcbdc56d009cf" 2019-01-20 12:54:20,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9f3be075-fcb9-4349-bbbe-f179c8eb03be x-compute-request-id: req-9f3be075-fcb9-4349-bbbe-f179c8eb03be Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 12:54:20,369 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-9f3be075-fcb9-4349-bbbe-f179c8eb03be 2019-01-20 12:54:20,370 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-9b713ceb-0cce-483b-b126-61f940e3b13b... 2019-01-20 12:54:20,370 - OpenStackKeypair - INFO - Creating new keypair 2019-01-20 12:54:20,423 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-9b713ceb-0cce-483b-b126-61f940e3b13b 2019-01-20 12:54:20,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155aff93a9d316e4ec7fb343d0dcbdc56d009cf" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC0r/WEZaBfOOyQ7z/91iKVGO6WEh1uaIcEr07Ytmk5o2w1iWiWOHXnNli8QN8OMZ1TRwZEpt7Txm0VnycPsE2N/m3WjdovCyyf2RnIflNtHqn4M3Z0TxB9uQP3Gp5OjnqT2o3szi14PNzBTbj8EO+LUIFMc21rIhjVAXD5f0wzjQ==", "name": "CreateKeypairsTests-9b713ceb-0cce-483b-b126-61f940e3b13b"}}' 2019-01-20 12:54:20,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75ecad36-b39a-4b56-b82b-7986e7648a26 x-compute-request-id: req-75ecad36-b39a-4b56-b82b-7986e7648a26 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC0r/WEZaBfOOyQ7z/91iKVGO6WEh1uaIcEr07Ytmk5o2w1iWiWOHXnNli8QN8OMZ1TRwZEpt7Txm0VnycPsE2N/m3WjdovCyyf2RnIflNtHqn4M3Z0TxB9uQP3Gp5OjnqT2o3szi14PNzBTbj8EO+LUIFMc21rIhjVAXD5f0wzjQ==", "user_id": "bc581427c8074d208d39a1ef66622442", "name": "CreateKeypairsTests-9b713ceb-0cce-483b-b126-61f940e3b13b", "fingerprint": "c9:57:aa:0f:b6:5f:88:8c:00:e2:96:de:c8:d1:d2:a6"}} 2019-01-20 12:54:20,486 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-75ecad36-b39a-4b56-b82b-7986e7648a26 2019-01-20 12:54:20,488 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-9b713ceb-0cce-483b-b126-61f940e3b13b.pub 2019-01-20 12:54:20,489 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-9b713ceb-0cce-483b-b126-61f940e3b13b 2019-01-20 12:54:20,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:20,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "601bc24e77284609a52519b17edd6e33", "name": "CreateKeypairsTests-bff05c9a-d5ed-4e4-proj-role"}], "expires_at": "2019-01-20T13:54:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "26d9f800eb3c4e0b94535a76f3990a53", "name": "CreateKeypairsTests-bff05c9a-d5ed-4e4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/26d9f800eb3c4e0b94535a76f3990a53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/26d9f800eb3c4e0b94535a76f3990a53", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/26d9f800eb3c4e0b94535a76f3990a53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/26d9f800eb3c4e0b94535a76f3990a53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/26d9f800eb3c4e0b94535a76f3990a53", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/26d9f800eb3c4e0b94535a76f3990a53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/26d9f800eb3c4e0b94535a76f3990a53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/26d9f800eb3c4e0b94535a76f3990a53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/26d9f800eb3c4e0b94535a76f3990a53", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/26d9f800eb3c4e0b94535a76f3990a53", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/26d9f800eb3c4e0b94535a76f3990a53", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/26d9f800eb3c4e0b94535a76f3990a53", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-bff05c9a-d5ed-4e4-user", "id": "bc581427c8074d208d39a1ef66622442"}, "audit_ids": ["0d3zNC4dSYaI305RohBv0Q"], "issued_at": "2019-01-20T12:54:20.000000Z"}} 2019-01-20 12:54:20,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-9b713ceb-0cce-483b-b126-61f940e3b13b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e63cbdafe497c92db140a0c4dc309a30f560f1b1" 2019-01-20 12:54:21,021 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6ef96b6-3a9d-4a36-a2a5-a6314f3dcb91 x-compute-request-id: req-a6ef96b6-3a9d-4a36-a2a5-a6314f3dcb91 Content-Encoding: gzip Content-Length: 423 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC0r/WEZaBfOOyQ7z/91iKVGO6WEh1uaIcEr07Ytmk5o2w1iWiWOHXnNli8QN8OMZ1TRwZEpt7Txm0VnycPsE2N/m3WjdovCyyf2RnIflNtHqn4M3Z0TxB9uQP3Gp5OjnqT2o3szi14PNzBTbj8EO+LUIFMc21rIhjVAXD5f0wzjQ==", "user_id": "bc581427c8074d208d39a1ef66622442", "name": "CreateKeypairsTests-9b713ceb-0cce-483b-b126-61f940e3b13b", "deleted": false, "created_at": "2019-01-20T12:54:20.000000", "updated_at": null, "fingerprint": "c9:57:aa:0f:b6:5f:88:8c:00:e2:96:de:c8:d1:d2:a6", "deleted_at": null, "id": 74}} 2019-01-20 12:54:21,021 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-9b713ceb-0cce-483b-b126-61f940e3b13b used request id req-a6ef96b6-3a9d-4a36-a2a5-a6314f3dcb91 2019-01-20 12:54:21,022 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-9b713ceb-0cce-483b-b126-61f940e3b13b 2019-01-20 12:54:21,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-9b713ceb-0cce-483b-b126-61f940e3b13b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1155aff93a9d316e4ec7fb343d0dcbdc56d009cf" 2019-01-20 12:54:21,061 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 12: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-14a2f7a0-21ca-4baa-bbc4-c9931f0d505e x-compute-request-id: req-14a2f7a0-21ca-4baa-bbc4-c9931f0d505e Content-Length: 0 Content-Type: application/json 2019-01-20 12:54:21,061 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-9b713ceb-0cce-483b-b126-61f940e3b13b used request id req-14a2f7a0-21ca-4baa-bbc4-c9931f0d505e 2019-01-20 12:54:21,062 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-9b713ceb-0cce-483b-b126-61f940e3b13b.pub] 2019-01-20 12:54:21,062 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-9b713ceb-0cce-483b-b126-61f940e3b13b] 2019-01-20 12:54:21,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b374f7b8342a6d43e382e440544186389010374f" 2019-01-20 12:54:21,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0b31ea47-0ec3-4726-9090-266871f65300 Date: Sun, 20 Jan 2019 12:54:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:54:21,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-0b31ea47-0ec3-4726-9090-266871f65300 2019-01-20 12:54:21,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b374f7b8342a6d43e382e440544186389010374f" 2019-01-20 12:54:21,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-700d3bc0-069d-4043-895b-aad3dd749edd 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:54:21,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-700d3bc0-069d-4043-895b-aad3dd749edd 2019-01-20 12:54:21,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b374f7b8342a6d43e382e440544186389010374f" 2019-01-20 12:54:21,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c129420-0b85-4340-8be4-1c850451b46a 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:54:21,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-7c129420-0b85-4340-8be4-1c850451b46a 2019-01-20 12:54:21,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b374f7b8342a6d43e382e440544186389010374f" 2019-01-20 12:54:21,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a837db2-71d5-4c49-9337-5bdabca46538 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:54:21,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-6a837db2-71d5-4c49-9337-5bdabca46538 2019-01-20 12:54:21,560 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-bff05c9a-d5ed-4e4-proj 2019-01-20 12:54:21,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/26d9f800eb3c4e0b94535a76f3990a53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b374f7b8342a6d43e382e440544186389010374f" 2019-01-20 12:54:21,764 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd0090e1-17e5-4993-ba80-f314b1e8ca4a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:21,764 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/26d9f800eb3c4e0b94535a76f3990a53 used request id req-fd0090e1-17e5-4993-ba80-f314b1e8ca4a 2019-01-20 12:54:21,764 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-bff05c9a-d5ed-4e4-proj-role 2019-01-20 12:54:21,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/601bc24e77284609a52519b17edd6e33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b374f7b8342a6d43e382e440544186389010374f" 2019-01-20 12:54:21,887 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bb9995b-3b0c-4d95-8422-6cbc18630c7c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:21,887 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/601bc24e77284609a52519b17edd6e33 used request id req-5bb9995b-3b0c-4d95-8422-6cbc18630c7c 2019-01-20 12:54:21,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b374f7b8342a6d43e382e440544186389010374f" 2019-01-20 12:54:21,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e026e40-7fd4-4bad-871c-b0f3639e9a9f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:54:21,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-8e026e40-7fd4-4bad-871c-b0f3639e9a9f 2019-01-20 12:54:21,974 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-bff05c9a-d5ed-4e4-user 2019-01-20 12:54:21,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/bc581427c8074d208d39a1ef66622442 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c7989c1ce8cbb1f184219308996a0d2535817bf" 2019-01-20 12:54:22,176 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-464d4844-c973-468e-a004-55f778596d53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:22,176 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/bc581427c8074d208d39a1ef66622442 used request id req-464d4844-c973-468e-a004-55f778596d53 2019-01-20 12:54:22,178 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:22,560 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["3L5lAyHbTCWqYCb68WMiPw"], "issued_at": "2019-01-20T12:54:22.000000Z"}} 2019-01-20 12:54:22,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}166903306aa7eb33232921f9245d7dfe059bd322" 2019-01-20 12:54:22,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cf06bbd-bbb0-4846-a002-9da92385739e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:22,727 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5cf06bbd-bbb0-4846-a002-9da92385739e 2019-01-20 12:54:22,729 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:22,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:23,118 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["pAyd6K86Qkm-5bI_IoK1-Q"], "issued_at": "2019-01-20T12:54:23.000000Z"}} 2019-01-20 12:54:23,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ad36cb3d5a72288e423f690c4ae105ee264bf1f" 2019-01-20 12:54:23,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fd4ef0e-5627-4c30-82f6-622b273ab700 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:23,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5fd4ef0e-5627-4c30-82f6-622b273ab700 2019-01-20 12:54:23,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:54:23,217 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:54: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:54:23,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-743767e7-deeb-4c1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ad36cb3d5a72288e423f690c4ae105ee264bf1f" 2019-01-20 12:54:23,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ad37f0f-99b4-4562-85f2-3981d6409eea Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-743767e7-deeb-4c1-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:54:23,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-743767e7-deeb-4c1-proj used request id req-3ad37f0f-99b4-4562-85f2-3981d6409eea 2019-01-20 12:54:23,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ad36cb3d5a72288e423f690c4ae105ee264bf1f" 2019-01-20 12:54:23,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3263ce63-0132-4f8a-8d31-543da689eafe Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:54:23,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-3263ce63-0132-4f8a-8d31-543da689eafe 2019-01-20 12:54:23,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ad36cb3d5a72288e423f690c4ae105ee264bf1f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-743767e7-deeb-4c1-proj"}}' 2019-01-20 12:54:23,510 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:54:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57fcdb18-a8c1-4013-b46d-49b20f5eaeb3 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/10cb9343fd7346e1b6c420430f22129d"}, "enabled": true, "id": "10cb9343fd7346e1b6c420430f22129d", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-743767e7-deeb-4c1-proj"}} 2019-01-20 12:54:23,511 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-57fcdb18-a8c1-4013-b46d-49b20f5eaeb3 2019-01-20 12:54:23,511 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-743767e7-deeb-4c1-proj 2019-01-20 12:54:23,511 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:23,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:23,908 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["QdO7FLi5QPS3hRv0XBkd7w"], "issued_at": "2019-01-20T12:54:23.000000Z"}} 2019-01-20 12:54:23,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19fb38433083b7f245910f8de92baf9ed9893996" 2019-01-20 12:54:24,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be0a102f-4e51-4683-9cf3-47711a2e8185 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:24,000 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-be0a102f-4e51-4683-9cf3-47711a2e8185 2019-01-20 12:54:24,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:54:24,010 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:54: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:54:24,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19fb38433083b7f245910f8de92baf9ed9893996" 2019-01-20 12:54:24,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2960ece4-58b0-4346-9553-b5de2d03d57f Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:54:24,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-2960ece4-58b0-4346-9553-b5de2d03d57f 2019-01-20 12:54:24,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateKeypairsTests-743767e7-deeb-4c1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19fb38433083b7f245910f8de92baf9ed9893996" 2019-01-20 12:54:24,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b1e054e-fa49-443b-b34b-51d961edc0e4 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateKeypairsTests-743767e7-deeb-4c1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/10cb9343fd7346e1b6c420430f22129d"}, "enabled": true, "id": "10cb9343fd7346e1b6c420430f22129d", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-743767e7-deeb-4c1-proj"}]} 2019-01-20 12:54:24,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateKeypairsTests-743767e7-deeb-4c1-proj used request id req-3b1e054e-fa49-443b-b34b-51d961edc0e4 2019-01-20 12:54:24,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19fb38433083b7f245910f8de92baf9ed9893996" 2019-01-20 12:54:24,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c529b2b-cd65-4118-99bd-b629e59872a9 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:54:24,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-0c529b2b-cd65-4118-99bd-b629e59872a9 2019-01-20 12:54:24,605 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-743767e7-deeb-4c1-user 2019-01-20 12:54:24,605 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:24,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ad36cb3d5a72288e423f690c4ae105ee264bf1f" 2019-01-20 12:54:24,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89257bed-fab2-4fcc-9489-974b14d93f9f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:54:24,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-89257bed-fab2-4fcc-9489-974b14d93f9f 2019-01-20 12:54:24,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ad36cb3d5a72288e423f690c4ae105ee264bf1f" -d '{"role": {"name": "CreateKeypairsTests-743767e7-deeb-4c1-proj-role"}}' 2019-01-20 12:54:24,803 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:54:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec7ab47f-d147-4cb9-b74d-55d04daf026a Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3d0a6f3ece144537b59e7dc92562a9a4", "links": {"self": "http://172.30.9.22:5000/v3/roles/3d0a6f3ece144537b59e7dc92562a9a4"}, "name": "CreateKeypairsTests-743767e7-deeb-4c1-proj-role"}} 2019-01-20 12:54:24,803 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-ec7ab47f-d147-4cb9-b74d-55d04daf026a 2019-01-20 12:54:24,804 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-743767e7-deeb-4c1-proj-role 2019-01-20 12:54:24,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/3d0a6f3ece144537b59e7dc92562a9a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ad36cb3d5a72288e423f690c4ae105ee264bf1f" 2019-01-20 12:54:24,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fae71633-3594-4628-819e-bf1da3648026 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/3d0a6f3ece144537b59e7dc92562a9a4"}, "domain_id": null, "name": "CreateKeypairsTests-743767e7-deeb-4c1-proj-role", "id": "3d0a6f3ece144537b59e7dc92562a9a4"}} 2019-01-20 12:54:24,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/3d0a6f3ece144537b59e7dc92562a9a4 used request id req-fae71633-3594-4628-819e-bf1da3648026 2019-01-20 12:54:24,899 - keystone_utils - INFO - Granting role CreateKeypairsTests-743767e7-deeb-4c1-proj-role to project CreateKeypairsTests-743767e7-deeb-4c1-proj 2019-01-20 12:54:24,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/10cb9343fd7346e1b6c420430f22129d/users/21f070a19fb84fa4b6b1bc587c5fa206/roles/3d0a6f3ece144537b59e7dc92562a9a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ad36cb3d5a72288e423f690c4ae105ee264bf1f" 2019-01-20 12:54:25,033 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79c338a2-06cf-4e95-83f8-b607f1e9e232 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:25,033 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/10cb9343fd7346e1b6c420430f22129d/users/21f070a19fb84fa4b6b1bc587c5fa206/roles/3d0a6f3ece144537b59e7dc92562a9a4 used request id req-79c338a2-06cf-4e95-83f8-b607f1e9e232 2019-01-20 12:54:25,034 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:54:25,035 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:25,036 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:25,408 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d0a6f3ece144537b59e7dc92562a9a4", "name": "CreateKeypairsTests-743767e7-deeb-4c1-proj-role"}], "expires_at": "2019-01-20T13:54:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10cb9343fd7346e1b6c420430f22129d", "name": "CreateKeypairsTests-743767e7-deeb-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/10cb9343fd7346e1b6c420430f22129d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/10cb9343fd7346e1b6c420430f22129d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/10cb9343fd7346e1b6c420430f22129d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/10cb9343fd7346e1b6c420430f22129d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/10cb9343fd7346e1b6c420430f22129d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/10cb9343fd7346e1b6c420430f22129d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/10cb9343fd7346e1b6c420430f22129d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/10cb9343fd7346e1b6c420430f22129d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/10cb9343fd7346e1b6c420430f22129d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/10cb9343fd7346e1b6c420430f22129d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/10cb9343fd7346e1b6c420430f22129d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/10cb9343fd7346e1b6c420430f22129d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-743767e7-deeb-4c1-user", "id": "21f070a19fb84fa4b6b1bc587c5fa206"}, "audit_ids": ["UHp8ZRc6SpKB6yXDcU6Oeg"], "issued_at": "2019-01-20T12:54:25.000000Z"}} 2019-01-20 12:54:25,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36011013eef5578ace15a51be84b945238f34cbd" 2019-01-20 12:54:25,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0e01e93-dd19-4f82-8b54-babb24beef57 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:25,488 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f0e01e93-dd19-4f82-8b54-babb24beef57 2019-01-20 12:54:25,490 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:54:25,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36011013eef5578ace15a51be84b945238f34cbd" 2019-01-20 12:54:26,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d9ab49fc-145a-49cc-8684-c5bfef13349d x-compute-request-id: req-d9ab49fc-145a-49cc-8684-c5bfef13349d Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 12:54:26,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-d9ab49fc-145a-49cc-8684-c5bfef13349d 2019-01-20 12:54:26,035 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-32b20849-05a5-498e-b4c0-bdaf730a91ee... 2019-01-20 12:54:26,035 - OpenStackKeypair - INFO - Creating new keypair 2019-01-20 12:54:26,064 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-32b20849-05a5-498e-b4c0-bdaf730a91ee 2019-01-20 12:54:26,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36011013eef5578ace15a51be84b945238f34cbd" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC2EGbuLjALX9mItpWgwxj2kraoZoMtLKpnZLduaGiI8Pc5c7gwd+9igcaEUhuTn6XfKvbRyvhqfqxpNPwwsrHsOfO1G4vyjifN3s31ePQIZVajSrTfWSVfs4BDZAOWc/rsNjw/G/B4EHEtwQiO7sX9J8NIGsWN8W130C1rpycuwQ==", "name": "CreateKeypairsTests-32b20849-05a5-498e-b4c0-bdaf730a91ee"}}' 2019-01-20 12:54:26,121 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ffc3a976-2306-4609-9228-25c247707ca9 x-compute-request-id: req-ffc3a976-2306-4609-9228-25c247707ca9 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC2EGbuLjALX9mItpWgwxj2kraoZoMtLKpnZLduaGiI8Pc5c7gwd+9igcaEUhuTn6XfKvbRyvhqfqxpNPwwsrHsOfO1G4vyjifN3s31ePQIZVajSrTfWSVfs4BDZAOWc/rsNjw/G/B4EHEtwQiO7sX9J8NIGsWN8W130C1rpycuwQ==", "user_id": "21f070a19fb84fa4b6b1bc587c5fa206", "name": "CreateKeypairsTests-32b20849-05a5-498e-b4c0-bdaf730a91ee", "fingerprint": "45:bc:6b:b4:da:9c:2c:e2:49:c5:0a:27:c1:4a:d9:0d"}} 2019-01-20 12:54:26,121 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-ffc3a976-2306-4609-9228-25c247707ca9 2019-01-20 12:54:26,132 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-32b20849-05a5-498e-b4c0-bdaf730a91ee.pub 2019-01-20 12:54:26,132 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:26,518 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d0a6f3ece144537b59e7dc92562a9a4", "name": "CreateKeypairsTests-743767e7-deeb-4c1-proj-role"}], "expires_at": "2019-01-20T13:54:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10cb9343fd7346e1b6c420430f22129d", "name": "CreateKeypairsTests-743767e7-deeb-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/10cb9343fd7346e1b6c420430f22129d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/10cb9343fd7346e1b6c420430f22129d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/10cb9343fd7346e1b6c420430f22129d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/10cb9343fd7346e1b6c420430f22129d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/10cb9343fd7346e1b6c420430f22129d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/10cb9343fd7346e1b6c420430f22129d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/10cb9343fd7346e1b6c420430f22129d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/10cb9343fd7346e1b6c420430f22129d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/10cb9343fd7346e1b6c420430f22129d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/10cb9343fd7346e1b6c420430f22129d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/10cb9343fd7346e1b6c420430f22129d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/10cb9343fd7346e1b6c420430f22129d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-743767e7-deeb-4c1-user", "id": "21f070a19fb84fa4b6b1bc587c5fa206"}, "audit_ids": ["PZ5Nfd9XQsq6o7yy4WjVyA"], "issued_at": "2019-01-20T12:54:26.000000Z"}} 2019-01-20 12:54:26,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-32b20849-05a5-498e-b4c0-bdaf730a91ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}084e63a217f0d7951ddf3259b8e88f60b82da784" 2019-01-20 12:54:27,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00c79f37-d8c2-42d4-a46c-75f3dca1175d x-compute-request-id: req-00c79f37-d8c2-42d4-a46c-75f3dca1175d Content-Encoding: gzip Content-Length: 421 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC2EGbuLjALX9mItpWgwxj2kraoZoMtLKpnZLduaGiI8Pc5c7gwd+9igcaEUhuTn6XfKvbRyvhqfqxpNPwwsrHsOfO1G4vyjifN3s31ePQIZVajSrTfWSVfs4BDZAOWc/rsNjw/G/B4EHEtwQiO7sX9J8NIGsWN8W130C1rpycuwQ==", "user_id": "21f070a19fb84fa4b6b1bc587c5fa206", "name": "CreateKeypairsTests-32b20849-05a5-498e-b4c0-bdaf730a91ee", "deleted": false, "created_at": "2019-01-20T12:54:26.000000", "updated_at": null, "fingerprint": "45:bc:6b:b4:da:9c:2c:e2:49:c5:0a:27:c1:4a:d9:0d", "deleted_at": null, "id": 77}} 2019-01-20 12:54:27,068 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-32b20849-05a5-498e-b4c0-bdaf730a91ee used request id req-00c79f37-d8c2-42d4-a46c-75f3dca1175d 2019-01-20 12:54:27,068 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-32b20849-05a5-498e-b4c0-bdaf730a91ee 2019-01-20 12:54:27,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-32b20849-05a5-498e-b4c0-bdaf730a91ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36011013eef5578ace15a51be84b945238f34cbd" 2019-01-20 12:54:27,115 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 12:54:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-38edb555-aeb6-483e-ab2c-17598d6bda67 x-compute-request-id: req-38edb555-aeb6-483e-ab2c-17598d6bda67 Content-Length: 0 Content-Type: application/json 2019-01-20 12:54:27,115 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsTests-32b20849-05a5-498e-b4c0-bdaf730a91ee used request id req-38edb555-aeb6-483e-ab2c-17598d6bda67 2019-01-20 12:54:27,115 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-32b20849-05a5-498e-b4c0-bdaf730a91ee.pub] 2019-01-20 12:54:27,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ad36cb3d5a72288e423f690c4ae105ee264bf1f" 2019-01-20 12:54:27,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-fee7e0dc-5762-4053-a270-109df9661ee0 Date: Sun, 20 Jan 2019 12:54:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:54:27,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-fee7e0dc-5762-4053-a270-109df9661ee0 2019-01-20 12:54:27,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ad36cb3d5a72288e423f690c4ae105ee264bf1f" 2019-01-20 12:54:27,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-224f2ce3-910d-4cc9-a903-0333d83357d1 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:54:27,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-224f2ce3-910d-4cc9-a903-0333d83357d1 2019-01-20 12:54:27,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ad36cb3d5a72288e423f690c4ae105ee264bf1f" 2019-01-20 12:54:27,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de3e23ad-df44-4c75-9ce2-e6e4d1fd4238 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:54:27,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-de3e23ad-df44-4c75-9ce2-e6e4d1fd4238 2019-01-20 12:54:27,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ad36cb3d5a72288e423f690c4ae105ee264bf1f" 2019-01-20 12:54:27,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2aee0721-b5ce-47a8-b0a6-3b051a8e62ec Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:54:27,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-2aee0721-b5ce-47a8-b0a6-3b051a8e62ec 2019-01-20 12:54:27,628 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-743767e7-deeb-4c1-proj 2019-01-20 12:54:27,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/10cb9343fd7346e1b6c420430f22129d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ad36cb3d5a72288e423f690c4ae105ee264bf1f" 2019-01-20 12:54:27,812 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9b01261-bfa2-4ab2-9dd1-87ee92938e64 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:27,812 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/10cb9343fd7346e1b6c420430f22129d used request id req-c9b01261-bfa2-4ab2-9dd1-87ee92938e64 2019-01-20 12:54:27,812 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-743767e7-deeb-4c1-proj-role 2019-01-20 12:54:27,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/3d0a6f3ece144537b59e7dc92562a9a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ad36cb3d5a72288e423f690c4ae105ee264bf1f" 2019-01-20 12:54:27,929 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1765d249-01a1-4144-8b4c-1849147a5f87 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:27,929 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/3d0a6f3ece144537b59e7dc92562a9a4 used request id req-1765d249-01a1-4144-8b4c-1849147a5f87 2019-01-20 12:54:27,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ad36cb3d5a72288e423f690c4ae105ee264bf1f" 2019-01-20 12:54:28,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f07e3feb-b584-4295-af07-3d2e1396e65a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:54:28,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f07e3feb-b584-4295-af07-3d2e1396e65a 2019-01-20 12:54:28,023 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-743767e7-deeb-4c1-user 2019-01-20 12:54:28,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/21f070a19fb84fa4b6b1bc587c5fa206 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19fb38433083b7f245910f8de92baf9ed9893996" 2019-01-20 12:54:28,197 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3358e834-8a05-4e9c-b371-598da6d5f4ea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:28,197 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/21f070a19fb84fa4b6b1bc587c5fa206 used request id req-3358e834-8a05-4e9c-b371-598da6d5f4ea 2019-01-20 12:54:28,199 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:28,591 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["GWlFUdFASWOigMjualRSLA"], "issued_at": "2019-01-20T12:54:28.000000Z"}} 2019-01-20 12:54:28,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c656123796a4f54a2041cef0d478d7d9dbd3e8d" 2019-01-20 12:54:28,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38421fa0-52c2-4c20-9a57-63992186f29b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:28,676 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-38421fa0-52c2-4c20-9a57-63992186f29b 2019-01-20 12:54:28,678 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:28,679 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:29,054 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["mvDjPHiWQMKeeO8j_HBDgg"], "issued_at": "2019-01-20T12:54:29.000000Z"}} 2019-01-20 12:54:29,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a921f07b1390425b4691f593f063635de84e35" 2019-01-20 12:54:29,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85fbbd86-9e28-4448-bf75-33c6c0f26707 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:29,145 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-85fbbd86-9e28-4448-bf75-33c6c0f26707 2019-01-20 12:54:29,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:54:29,156 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:54: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:54:29,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-2ff448c1-ebd4-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a921f07b1390425b4691f593f063635de84e35" 2019-01-20 12:54:29,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93269ad9-95e9-4dd7-affa-bd16415c6644 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-2ff448c1-ebd4-486-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:54:29,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-2ff448c1-ebd4-486-proj used request id req-93269ad9-95e9-4dd7-affa-bd16415c6644 2019-01-20 12:54:29,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a921f07b1390425b4691f593f063635de84e35" 2019-01-20 12:54:29,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c28ade41-92dc-4aa8-8ec8-88911eeb482b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:54:29,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-c28ade41-92dc-4aa8-8ec8-88911eeb482b 2019-01-20 12:54:29,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a921f07b1390425b4691f593f063635de84e35" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-2ff448c1-ebd4-486-proj"}}' 2019-01-20 12:54:29,438 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:54:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-220bf110-8495-404c-b4a0-5d4092fa5840 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/07ba2fd0ed12401dac7112db357de1f4"}, "enabled": true, "id": "07ba2fd0ed12401dac7112db357de1f4", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-2ff448c1-ebd4-486-proj"}} 2019-01-20 12:54:29,438 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-220bf110-8495-404c-b4a0-5d4092fa5840 2019-01-20 12:54:29,438 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-2ff448c1-ebd4-486-proj 2019-01-20 12:54:29,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:29,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:29,818 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["MKHEzFnvQJi73-UcA7uk5A"], "issued_at": "2019-01-20T12:54:29.000000Z"}} 2019-01-20 12:54:29,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0540ad80a027ae63ddfcd58f8435657027578fb4" 2019-01-20 12:54:29,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fe1fb2d-6370-45d6-a348-329007ccdab2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:29,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3fe1fb2d-6370-45d6-a348-329007ccdab2 2019-01-20 12:54:29,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:54:29,917 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:54: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:54:29,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0540ad80a027ae63ddfcd58f8435657027578fb4" 2019-01-20 12:54:29,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb9c30dc-5d0c-466a-9865-38643b56b876 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:54:29,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-eb9c30dc-5d0c-466a-9865-38643b56b876 2019-01-20 12:54:29,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateKeypairsCleanupTests-2ff448c1-ebd4-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0540ad80a027ae63ddfcd58f8435657027578fb4" 2019-01-20 12:54:30,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bb38d6c-a2bb-4da4-b5de-906f860818aa Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateKeypairsCleanupTests-2ff448c1-ebd4-486-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/07ba2fd0ed12401dac7112db357de1f4"}, "enabled": true, "id": "07ba2fd0ed12401dac7112db357de1f4", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-2ff448c1-ebd4-486-proj"}]} 2019-01-20 12:54:30,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateKeypairsCleanupTests-2ff448c1-ebd4-486-proj used request id req-0bb38d6c-a2bb-4da4-b5de-906f860818aa 2019-01-20 12:54:30,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0540ad80a027ae63ddfcd58f8435657027578fb4" 2019-01-20 12:54:30,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6adfb3b3-ba3a-4198-9f88-6b6e14c3e3a2 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:54:30,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-6adfb3b3-ba3a-4198-9f88-6b6e14c3e3a2 2019-01-20 12:54:30,575 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-2ff448c1-ebd4-486-user 2019-01-20 12:54:30,575 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:30,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a921f07b1390425b4691f593f063635de84e35" 2019-01-20 12:54:30,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e47ebef-9717-4e62-a0ce-a85ba9494570 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:54:30,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2e47ebef-9717-4e62-a0ce-a85ba9494570 2019-01-20 12:54:30,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a921f07b1390425b4691f593f063635de84e35" -d '{"role": {"name": "CreateKeypairsCleanupTests-2ff448c1-ebd4-486-proj-role"}}' 2019-01-20 12:54:30,779 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:54:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06aa9c91-f298-4324-9a25-d1259fadc3a6 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "89630d33ec08431bb1d6ed8f2ceeb0fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/89630d33ec08431bb1d6ed8f2ceeb0fc"}, "name": "CreateKeypairsCleanupTests-2ff448c1-ebd4-486-proj-role"}} 2019-01-20 12:54:30,779 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-06aa9c91-f298-4324-9a25-d1259fadc3a6 2019-01-20 12:54:30,780 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-2ff448c1-ebd4-486-proj-role 2019-01-20 12:54:30,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/89630d33ec08431bb1d6ed8f2ceeb0fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a921f07b1390425b4691f593f063635de84e35" 2019-01-20 12:54:30,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d955573c-804a-45f0-81bd-7f9c19d1d148 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/89630d33ec08431bb1d6ed8f2ceeb0fc"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-2ff448c1-ebd4-486-proj-role", "id": "89630d33ec08431bb1d6ed8f2ceeb0fc"}} 2019-01-20 12:54:30,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/89630d33ec08431bb1d6ed8f2ceeb0fc used request id req-d955573c-804a-45f0-81bd-7f9c19d1d148 2019-01-20 12:54:30,864 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-2ff448c1-ebd4-486-proj-role to project CreateKeypairsCleanupTests-2ff448c1-ebd4-486-proj 2019-01-20 12:54:30,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/07ba2fd0ed12401dac7112db357de1f4/users/16d3f0359f1f44b0b8f1a384aa9fd9a9/roles/89630d33ec08431bb1d6ed8f2ceeb0fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a921f07b1390425b4691f593f063635de84e35" 2019-01-20 12:54:30,994 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d4d1bb2-3927-48fc-ace4-f09b44a90dc5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:30,995 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/07ba2fd0ed12401dac7112db357de1f4/users/16d3f0359f1f44b0b8f1a384aa9fd9a9/roles/89630d33ec08431bb1d6ed8f2ceeb0fc used request id req-6d4d1bb2-3927-48fc-ace4-f09b44a90dc5 2019-01-20 12:54:30,995 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:54:31,138 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-f730c72c-c135-4583-9767-06b9847a30b3.pub 2019-01-20 12:54:31,138 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-f730c72c-c135-4583-9767-06b9847a30b3 2019-01-20 12:54:31,138 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:31,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:31,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "89630d33ec08431bb1d6ed8f2ceeb0fc", "name": "CreateKeypairsCleanupTests-2ff448c1-ebd4-486-proj-role"}], "expires_at": "2019-01-20T13:54:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "07ba2fd0ed12401dac7112db357de1f4", "name": "CreateKeypairsCleanupTests-2ff448c1-ebd4-486-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/07ba2fd0ed12401dac7112db357de1f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/07ba2fd0ed12401dac7112db357de1f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/07ba2fd0ed12401dac7112db357de1f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/07ba2fd0ed12401dac7112db357de1f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/07ba2fd0ed12401dac7112db357de1f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/07ba2fd0ed12401dac7112db357de1f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/07ba2fd0ed12401dac7112db357de1f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/07ba2fd0ed12401dac7112db357de1f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/07ba2fd0ed12401dac7112db357de1f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/07ba2fd0ed12401dac7112db357de1f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/07ba2fd0ed12401dac7112db357de1f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/07ba2fd0ed12401dac7112db357de1f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-2ff448c1-ebd4-486-user", "id": "16d3f0359f1f44b0b8f1a384aa9fd9a9"}, "audit_ids": ["A_8yN6L-SNyGpLdp4h0CMg"], "issued_at": "2019-01-20T12:54:31.000000Z"}} 2019-01-20 12:54:31,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1625ecc5f1a405cbd18fb0f0ab4abcc6a53f828" 2019-01-20 12:54:31,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5774073-5ce0-4488-9950-2d31d2d3606f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:31,596 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e5774073-5ce0-4488-9950-2d31d2d3606f 2019-01-20 12:54:31,598 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:54:31,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1625ecc5f1a405cbd18fb0f0ab4abcc6a53f828" 2019-01-20 12:54:31,774 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12: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-8954f674-def9-47f1-a04f-92f4e052eff1 x-compute-request-id: req-8954f674-def9-47f1-a04f-92f4e052eff1 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 12:54:31,774 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-8954f674-def9-47f1-a04f-92f4e052eff1 2019-01-20 12:54:31,775 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-f730c72c-c135-4583-9767-06b9847a30b3... 2019-01-20 12:54:31,775 - OpenStackKeypair - INFO - Uploading existing keypair 2019-01-20 12:54:31,775 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-f730c72c-c135-4583-9767-06b9847a30b3.pub 2019-01-20 12:54:31,775 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-f730c72c-c135-4583-9767-06b9847a30b3 2019-01-20 12:54:31,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1625ecc5f1a405cbd18fb0f0ab4abcc6a53f828" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDC7xNHtyH9F+KKfYvJNGgqMM3imxSsZf19he99xElNZWLEJ7NOac4ubA/ehDJnQ10zIwRNBlsnIE6zJ3abNPyGqBh+ErqfFhdseEFTAXiTo9Scf89OTAliLxCm2wSuoXRS3I7JTxrJ8sSQK4+dxCiYmNmVcBpNfDcsqzr2VBTU7Pi5l4liiY2dTGn5DpfkjBpQykNthiplGCml5rK6bcRYzSsVRTC+Zl7k0vR+mu5te8qlyeLPitRuOSfoQuWHkK7FdVy5kZ33+YcYGM9vFrjrzxm+w//6wTHYMuFcjkp2hltsAm+yoErVSEsanR/KoM73kzcvApjbOzQuApxFEfiL", "name": "CreateKeypairsCleanupTests-f730c72c-c135-4583-9767-06b9847a30b3"}}' 2019-01-20 12:54:31,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ec19357-aa6b-431f-be80-b17d8c136cb7 x-compute-request-id: req-6ec19357-aa6b-431f-be80-b17d8c136cb7 Content-Encoding: gzip Content-Length: 503 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDC7xNHtyH9F+KKfYvJNGgqMM3imxSsZf19he99xElNZWLEJ7NOac4ubA/ehDJnQ10zIwRNBlsnIE6zJ3abNPyGqBh+ErqfFhdseEFTAXiTo9Scf89OTAliLxCm2wSuoXRS3I7JTxrJ8sSQK4+dxCiYmNmVcBpNfDcsqzr2VBTU7Pi5l4liiY2dTGn5DpfkjBpQykNthiplGCml5rK6bcRYzSsVRTC+Zl7k0vR+mu5te8qlyeLPitRuOSfoQuWHkK7FdVy5kZ33+YcYGM9vFrjrzxm+w//6wTHYMuFcjkp2hltsAm+yoErVSEsanR/KoM73kzcvApjbOzQuApxFEfiL", "user_id": "16d3f0359f1f44b0b8f1a384aa9fd9a9", "name": "CreateKeypairsCleanupTests-f730c72c-c135-4583-9767-06b9847a30b3", "fingerprint": "10:f7:e6:6e:80:b2:a2:d6:3c:d5:42:45:39:6d:aa:58"}} 2019-01-20 12:54:31,894 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-6ec19357-aa6b-431f-be80-b17d8c136cb7 2019-01-20 12:54:31,895 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-f730c72c-c135-4583-9767-06b9847a30b3 2019-01-20 12:54:31,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-f730c72c-c135-4583-9767-06b9847a30b3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1625ecc5f1a405cbd18fb0f0ab4abcc6a53f828" 2019-01-20 12:54:31,929 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 12: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-01a0e524-0b54-45ff-81cf-7405883f4466 x-compute-request-id: req-01a0e524-0b54-45ff-81cf-7405883f4466 Content-Length: 0 Content-Type: application/json 2019-01-20 12:54:31,929 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-f730c72c-c135-4583-9767-06b9847a30b3 used request id req-01a0e524-0b54-45ff-81cf-7405883f4466 2019-01-20 12:54:31,930 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-f730c72c-c135-4583-9767-06b9847a30b3.pub] 2019-01-20 12:54:31,930 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-f730c72c-c135-4583-9767-06b9847a30b3] 2019-01-20 12:54:31,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a921f07b1390425b4691f593f063635de84e35" 2019-01-20 12:54:32,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-6e7a3a34-e5df-4057-b15e-58645767ceb7 Date: Sun, 20 Jan 2019 12:54:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:54:32,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-6e7a3a34-e5df-4057-b15e-58645767ceb7 2019-01-20 12:54:32,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a921f07b1390425b4691f593f063635de84e35" 2019-01-20 12:54:32,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-744f0c35-b8b4-4a7f-90f1-b29e93de64ea 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:54:32,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-744f0c35-b8b4-4a7f-90f1-b29e93de64ea 2019-01-20 12:54:32,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a921f07b1390425b4691f593f063635de84e35" 2019-01-20 12:54:32,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f070cb5e-c3c9-4055-9295-2949304f74e7 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:54:32,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-f070cb5e-c3c9-4055-9295-2949304f74e7 2019-01-20 12:54:32,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a921f07b1390425b4691f593f063635de84e35" 2019-01-20 12:54:32,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88aeda4f-d541-44a1-9f62-3e867b4890bd Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:54:32,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-88aeda4f-d541-44a1-9f62-3e867b4890bd 2019-01-20 12:54:32,439 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-2ff448c1-ebd4-486-proj 2019-01-20 12:54:32,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/07ba2fd0ed12401dac7112db357de1f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a921f07b1390425b4691f593f063635de84e35" 2019-01-20 12:54:32,650 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf54dbb2-8ced-45ed-b394-6ad57026e698 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:32,650 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/07ba2fd0ed12401dac7112db357de1f4 used request id req-cf54dbb2-8ced-45ed-b394-6ad57026e698 2019-01-20 12:54:32,651 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-2ff448c1-ebd4-486-proj-role 2019-01-20 12:54:32,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/89630d33ec08431bb1d6ed8f2ceeb0fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a921f07b1390425b4691f593f063635de84e35" 2019-01-20 12:54:32,767 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72395ed8-21d8-4fda-8317-f9ba552f577b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:32,767 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/89630d33ec08431bb1d6ed8f2ceeb0fc used request id req-72395ed8-21d8-4fda-8317-f9ba552f577b 2019-01-20 12:54:32,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8a921f07b1390425b4691f593f063635de84e35" 2019-01-20 12:54:32,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d27afb0d-fd7f-4fef-bfde-1474386659fa Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:54:32,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d27afb0d-fd7f-4fef-bfde-1474386659fa 2019-01-20 12:54:32,854 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-2ff448c1-ebd4-486-user 2019-01-20 12:54:32,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/16d3f0359f1f44b0b8f1a384aa9fd9a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0540ad80a027ae63ddfcd58f8435657027578fb4" 2019-01-20 12:54:33,036 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3475d8b7-4969-40f7-8dcc-79cb2a4c896c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:33,036 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/16d3f0359f1f44b0b8f1a384aa9fd9a9 used request id req-3475d8b7-4969-40f7-8dcc-79cb2a4c896c 2019-01-20 12:54:33,038 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:33,429 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["0ss0gVMxTnivLZs2J-eYkg"], "issued_at": "2019-01-20T12:54:33.000000Z"}} 2019-01-20 12:54:33,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e37d5323fd0085e4222b62e9944c0922f6b3eb9b" 2019-01-20 12:54:33,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a01c07d3-9f5a-439b-9a25-ba560bf90674 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:33,508 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a01c07d3-9f5a-439b-9a25-ba560bf90674 2019-01-20 12:54:33,510 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:33,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:33,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["h3YnEYq3SOmEHUdOd4T1kA"], "issued_at": "2019-01-20T12:54:33.000000Z"}} 2019-01-20 12:54:33,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}937ee53ae04cad6f2b62bae271ab41baa4a0a011" 2019-01-20 12:54:33,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b8050bf-3626-4547-9fb5-03a8d3b913e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:33,982 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3b8050bf-3626-4547-9fb5-03a8d3b913e4 2019-01-20 12:54:33,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:54:33,992 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:54: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:54:33,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}937ee53ae04cad6f2b62bae271ab41baa4a0a011" 2019-01-20 12:54:34,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c4b9e28-0d97-4a93-a6cc-10fd3ac791cb Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:54:34,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-proj used request id req-4c4b9e28-0d97-4a93-a6cc-10fd3ac791cb 2019-01-20 12:54:34,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}937ee53ae04cad6f2b62bae271ab41baa4a0a011" 2019-01-20 12:54:34,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4390cbc8-5655-40f7-9d4f-e51139d34133 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:54:34,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-4390cbc8-5655-40f7-9d4f-e51139d34133 2019-01-20 12:54:34,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}937ee53ae04cad6f2b62bae271ab41baa4a0a011" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-proj"}}' 2019-01-20 12:54:34,294 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:54:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0807e1ec-baae-4ab8-b7c8-08cadaa7b1cc Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/36c2e1dbd2494cb882c9c6dbcac88589"}, "enabled": true, "id": "36c2e1dbd2494cb882c9c6dbcac88589", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-proj"}} 2019-01-20 12:54:34,294 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-0807e1ec-baae-4ab8-b7c8-08cadaa7b1cc 2019-01-20 12:54:34,294 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-proj 2019-01-20 12:54:34,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:34,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:34,688 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["qv4gx5iWR2KJkMCCpDpr3g"], "issued_at": "2019-01-20T12:54:34.000000Z"}} 2019-01-20 12:54:34,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53fee0a7c82f9d216612738f9c0752bcffca82d8" 2019-01-20 12:54:34,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ed9b092-96b4-4c86-bb36-dbdb02d56293 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:34,772 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2ed9b092-96b4-4c86-bb36-dbdb02d56293 2019-01-20 12:54:34,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:54:34,782 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:54: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:54:34,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53fee0a7c82f9d216612738f9c0752bcffca82d8" 2019-01-20 12:54:34,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e1acc99-3e5c-4d50-8752-557350059e68 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:54:34,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-9e1acc99-3e5c-4d50-8752-557350059e68 2019-01-20 12:54:34,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53fee0a7c82f9d216612738f9c0752bcffca82d8" 2019-01-20 12:54:34,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c58f7c6d-62cc-4317-bf8c-a83291206cfd Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/36c2e1dbd2494cb882c9c6dbcac88589"}, "enabled": true, "id": "36c2e1dbd2494cb882c9c6dbcac88589", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-proj"}]} 2019-01-20 12:54:34,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-proj used request id req-c58f7c6d-62cc-4317-bf8c-a83291206cfd 2019-01-20 12:54:34,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53fee0a7c82f9d216612738f9c0752bcffca82d8" 2019-01-20 12:54:35,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e61d67ff-6811-4a7d-bf23-d539f7845f14 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:54:35,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-e61d67ff-6811-4a7d-bf23-d539f7845f14 2019-01-20 12:54:35,355 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-user 2019-01-20 12:54:35,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:35,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}937ee53ae04cad6f2b62bae271ab41baa4a0a011" 2019-01-20 12:54:35,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff142dd8-a560-4abb-ac38-51981bdad15a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:54:35,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ff142dd8-a560-4abb-ac38-51981bdad15a 2019-01-20 12:54:35,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}937ee53ae04cad6f2b62bae271ab41baa4a0a011" -d '{"role": {"name": "CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-proj-role"}}' 2019-01-20 12:54:35,539 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:54:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e5501a9-c4a9-4069-b25f-dc23b79a421d Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6eb085ee710d428e8d1a54802ae59c83", "links": {"self": "http://172.30.9.22:5000/v3/roles/6eb085ee710d428e8d1a54802ae59c83"}, "name": "CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-proj-role"}} 2019-01-20 12:54:35,540 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-6e5501a9-c4a9-4069-b25f-dc23b79a421d 2019-01-20 12:54:35,540 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-proj-role 2019-01-20 12:54:35,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/6eb085ee710d428e8d1a54802ae59c83 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}937ee53ae04cad6f2b62bae271ab41baa4a0a011" 2019-01-20 12:54:35,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d029b96-cf34-4a6f-8527-d2d63ecc4a56 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/6eb085ee710d428e8d1a54802ae59c83"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-proj-role", "id": "6eb085ee710d428e8d1a54802ae59c83"}} 2019-01-20 12:54:35,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/6eb085ee710d428e8d1a54802ae59c83 used request id req-2d029b96-cf34-4a6f-8527-d2d63ecc4a56 2019-01-20 12:54:35,632 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-proj-role to project CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-proj 2019-01-20 12:54:35,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/36c2e1dbd2494cb882c9c6dbcac88589/users/f580cb665c364923a51fae73aff85fb2/roles/6eb085ee710d428e8d1a54802ae59c83 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}937ee53ae04cad6f2b62bae271ab41baa4a0a011" 2019-01-20 12:54:35,764 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47295fdc-3d84-4b67-afc1-b33640bf3374 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:35,764 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/36c2e1dbd2494cb882c9c6dbcac88589/users/f580cb665c364923a51fae73aff85fb2/roles/6eb085ee710d428e8d1a54802ae59c83 used request id req-47295fdc-3d84-4b67-afc1-b33640bf3374 2019-01-20 12:54:35,765 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:54:35,838 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-a25ad533-ba63-4d57-afec-c4b61d8a17b0.pub 2019-01-20 12:54:35,838 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-a25ad533-ba63-4d57-afec-c4b61d8a17b0 2019-01-20 12:54:35,838 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:35,839 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:36,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6eb085ee710d428e8d1a54802ae59c83", "name": "CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-proj-role"}], "expires_at": "2019-01-20T13:54:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "36c2e1dbd2494cb882c9c6dbcac88589", "name": "CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/36c2e1dbd2494cb882c9c6dbcac88589", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/36c2e1dbd2494cb882c9c6dbcac88589", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/36c2e1dbd2494cb882c9c6dbcac88589", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/36c2e1dbd2494cb882c9c6dbcac88589", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/36c2e1dbd2494cb882c9c6dbcac88589", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/36c2e1dbd2494cb882c9c6dbcac88589", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/36c2e1dbd2494cb882c9c6dbcac88589", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/36c2e1dbd2494cb882c9c6dbcac88589", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/36c2e1dbd2494cb882c9c6dbcac88589", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/36c2e1dbd2494cb882c9c6dbcac88589", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/36c2e1dbd2494cb882c9c6dbcac88589", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/36c2e1dbd2494cb882c9c6dbcac88589", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-user", "id": "f580cb665c364923a51fae73aff85fb2"}, "audit_ids": ["dwEEZoMeTwG1mpZhKUJBrA"], "issued_at": "2019-01-20T12:54:36.000000Z"}} 2019-01-20 12:54:36,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}189208969728f24c7950e87708ca8833475688cf" 2019-01-20 12:54:36,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-537795ef-35d9-48b9-8afa-788b5f699723 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:36,287 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-537795ef-35d9-48b9-8afa-788b5f699723 2019-01-20 12:54:36,288 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:54:36,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}189208969728f24c7950e87708ca8833475688cf" 2019-01-20 12:54:36,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12: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 x-openstack-request-id: req-a4fc940f-6b00-4980-b2ed-a7f79a769ce8 x-compute-request-id: req-a4fc940f-6b00-4980-b2ed-a7f79a769ce8 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 12:54:36,839 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-a4fc940f-6b00-4980-b2ed-a7f79a769ce8 2019-01-20 12:54:36,840 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-a25ad533-ba63-4d57-afec-c4b61d8a17b0... 2019-01-20 12:54:36,840 - OpenStackKeypair - INFO - Uploading existing keypair 2019-01-20 12:54:36,840 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-a25ad533-ba63-4d57-afec-c4b61d8a17b0.pub 2019-01-20 12:54:36,840 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-a25ad533-ba63-4d57-afec-c4b61d8a17b0 2019-01-20 12:54:36,843 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}189208969728f24c7950e87708ca8833475688cf" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDI7OnzQOrmEG+lhnus7Tw2JIhxTnCl2KAmLIHVr8gPb1opCbyAsQUUp9O9Aokb+EkOO6EhS9+y4R3V+1WGvBLsJStOuRkvAl8d5/W9tgCute5+gxRG3RyESyaxyusha4Tl1sEkIrft8hzJz39PkVxQOQvSNdiZZ5/Hn3O3AFRmHGu2duGQ6VxhFZnnu/Li4Jv8NMGLb9UfBuCgG1w7LgRkrCyEzoYqQMZLH2j3uICvR1oR6YYcXJ0j6e2y/djgJ95siXD9dKbtgLFGeBp6sx92OkT2IgHzbT8P5hrtPlavqgR/a6dfdAWhZNh37zT7HHdSBHdqw8SZJCefFAjXCanj", "name": "CreateKeypairsCleanupTests-a25ad533-ba63-4d57-afec-c4b61d8a17b0"}}' 2019-01-20 12:54:36,893 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12: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-f1ea6651-1598-4778-9050-e28f72bb40ab x-compute-request-id: req-f1ea6651-1598-4778-9050-e28f72bb40ab Content-Encoding: gzip Content-Length: 502 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDI7OnzQOrmEG+lhnus7Tw2JIhxTnCl2KAmLIHVr8gPb1opCbyAsQUUp9O9Aokb+EkOO6EhS9+y4R3V+1WGvBLsJStOuRkvAl8d5/W9tgCute5+gxRG3RyESyaxyusha4Tl1sEkIrft8hzJz39PkVxQOQvSNdiZZ5/Hn3O3AFRmHGu2duGQ6VxhFZnnu/Li4Jv8NMGLb9UfBuCgG1w7LgRkrCyEzoYqQMZLH2j3uICvR1oR6YYcXJ0j6e2y/djgJ95siXD9dKbtgLFGeBp6sx92OkT2IgHzbT8P5hrtPlavqgR/a6dfdAWhZNh37zT7HHdSBHdqw8SZJCefFAjXCanj", "user_id": "f580cb665c364923a51fae73aff85fb2", "name": "CreateKeypairsCleanupTests-a25ad533-ba63-4d57-afec-c4b61d8a17b0", "fingerprint": "41:18:f0:34:11:6e:8d:b2:b8:bb:5e:c8:6c:f7:98:75"}} 2019-01-20 12:54:36,893 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-f1ea6651-1598-4778-9050-e28f72bb40ab 2019-01-20 12:54:36,894 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-a25ad533-ba63-4d57-afec-c4b61d8a17b0 2019-01-20 12:54:36,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-a25ad533-ba63-4d57-afec-c4b61d8a17b0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}189208969728f24c7950e87708ca8833475688cf" 2019-01-20 12:54:36,923 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 12: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 x-openstack-request-id: req-c069b390-a417-43f2-a65d-9ba2aa0ad4e8 x-compute-request-id: req-c069b390-a417-43f2-a65d-9ba2aa0ad4e8 Content-Length: 0 Content-Type: application/json 2019-01-20 12:54:36,923 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-a25ad533-ba63-4d57-afec-c4b61d8a17b0 used request id req-c069b390-a417-43f2-a65d-9ba2aa0ad4e8 2019-01-20 12:54:36,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}937ee53ae04cad6f2b62bae271ab41baa4a0a011" 2019-01-20 12:54:37,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-17c4d761-e0b8-45ff-9f3c-41573e86b005 Date: Sun, 20 Jan 2019 12:54:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:54:37,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-17c4d761-e0b8-45ff-9f3c-41573e86b005 2019-01-20 12:54:37,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}937ee53ae04cad6f2b62bae271ab41baa4a0a011" 2019-01-20 12:54:37,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca557844-0cec-403e-98d4-3010491fe579 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:54:37,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-ca557844-0cec-403e-98d4-3010491fe579 2019-01-20 12:54:37,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}937ee53ae04cad6f2b62bae271ab41baa4a0a011" 2019-01-20 12:54:37,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9163aa6-78a9-4aae-a115-14586198254a 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:54:37,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-d9163aa6-78a9-4aae-a115-14586198254a 2019-01-20 12:54:37,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}937ee53ae04cad6f2b62bae271ab41baa4a0a011" 2019-01-20 12:54:37,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc5798a5-7127-44e9-b3ab-5cdee7b98766 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:54:37,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-cc5798a5-7127-44e9-b3ab-5cdee7b98766 2019-01-20 12:54:37,429 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-proj 2019-01-20 12:54:37,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/36c2e1dbd2494cb882c9c6dbcac88589 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}937ee53ae04cad6f2b62bae271ab41baa4a0a011" 2019-01-20 12:54:37,620 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e145d507-0c4b-434d-8986-3877bff1b073 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:37,620 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/36c2e1dbd2494cb882c9c6dbcac88589 used request id req-e145d507-0c4b-434d-8986-3877bff1b073 2019-01-20 12:54:37,621 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-proj-role 2019-01-20 12:54:37,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/6eb085ee710d428e8d1a54802ae59c83 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}937ee53ae04cad6f2b62bae271ab41baa4a0a011" 2019-01-20 12:54:37,725 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5e5c3bb-7801-4c49-b4f1-220ec40a6121 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:37,725 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/6eb085ee710d428e8d1a54802ae59c83 used request id req-a5e5c3bb-7801-4c49-b4f1-220ec40a6121 2019-01-20 12:54:37,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}937ee53ae04cad6f2b62bae271ab41baa4a0a011" 2019-01-20 12:54:37,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef84fd1e-874d-4e9e-8ec9-e0c682872c55 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:54:37,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ef84fd1e-874d-4e9e-8ec9-e0c682872c55 2019-01-20 12:54:37,823 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-cf07f4e2-b3c6-4b0-user 2019-01-20 12:54:37,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/f580cb665c364923a51fae73aff85fb2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53fee0a7c82f9d216612738f9c0752bcffca82d8" 2019-01-20 12:54:38,007 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c11651d9-47fc-4522-9c87-d2e9e1a6f561 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:38,007 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/f580cb665c364923a51fae73aff85fb2 used request id req-c11651d9-47fc-4522-9c87-d2e9e1a6f561 2019-01-20 12:54:38,008 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:38,380 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["odN86SaZQ5SX9b21D8BAag"], "issued_at": "2019-01-20T12:54:38.000000Z"}} 2019-01-20 12:54:38,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa02970aa818cbcdf34f32cad371b9810cc7f93a" 2019-01-20 12:54:38,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-053cc4ca-c9d1-4fd1-aead-2e8e2bd167c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:38,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-053cc4ca-c9d1-4fd1-aead-2e8e2bd167c8 2019-01-20 12:54:38,466 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:38,467 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:38,862 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ADNQkqpaSnqMEAhVTox9Jg"], "issued_at": "2019-01-20T12:54:38.000000Z"}} 2019-01-20 12:54:38,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a638d80da1641505d3211739ae367ffb4be62806" 2019-01-20 12:54:38,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db5edacd-f6a7-49c8-9c1c-9061604d559b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:38,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-db5edacd-f6a7-49c8-9c1c-9061604d559b 2019-01-20 12:54:38,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:54:38,950 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:54: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:54:38,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-b127deba-3997-46f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a638d80da1641505d3211739ae367ffb4be62806" 2019-01-20 12:54:39,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-834ff761-f122-4aa4-aeda-e7d86c28ce90 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-b127deba-3997-46f-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:54:39,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-b127deba-3997-46f-proj used request id req-834ff761-f122-4aa4-aeda-e7d86c28ce90 2019-01-20 12:54:39,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a638d80da1641505d3211739ae367ffb4be62806" 2019-01-20 12:54:39,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a763a8d9-d906-4d40-b9ff-216b96de1b3e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:54:39,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-a763a8d9-d906-4d40-b9ff-216b96de1b3e 2019-01-20 12:54:39,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a638d80da1641505d3211739ae367ffb4be62806" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-b127deba-3997-46f-proj"}}' 2019-01-20 12:54:39,331 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:54:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-245a6701-a55d-40a9-bc0c-900628fb270c Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b14cd99f8c1340cea66d2d9afa3ce8b8"}, "enabled": true, "id": "b14cd99f8c1340cea66d2d9afa3ce8b8", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-b127deba-3997-46f-proj"}} 2019-01-20 12:54:39,331 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-245a6701-a55d-40a9-bc0c-900628fb270c 2019-01-20 12:54:39,331 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-b127deba-3997-46f-proj 2019-01-20 12:54:39,331 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:39,332 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:39,719 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["_v-oQ7ewQwCl62fFyrOYsA"], "issued_at": "2019-01-20T12:54:39.000000Z"}} 2019-01-20 12:54:39,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8ea9fd189d283e6e0a322c4bb766e913fbd2456" 2019-01-20 12:54:39,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dceb728-f8b2-4154-ad1d-dca77b3a5a43 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:39,800 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4dceb728-f8b2-4154-ad1d-dca77b3a5a43 2019-01-20 12:54:39,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:54:39,810 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:54: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:54:39,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8ea9fd189d283e6e0a322c4bb766e913fbd2456" 2019-01-20 12:54:39,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b44b683e-3ffc-44b9-bb79-90cb4228d355 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:54:39,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-b44b683e-3ffc-44b9-bb79-90cb4228d355 2019-01-20 12:54:39,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateKeypairsCleanupTests-b127deba-3997-46f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8ea9fd189d283e6e0a322c4bb766e913fbd2456" 2019-01-20 12:54:40,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd0bacb5-924b-4269-b6c6-f0b0412d9a63 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateKeypairsCleanupTests-b127deba-3997-46f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b14cd99f8c1340cea66d2d9afa3ce8b8"}, "enabled": true, "id": "b14cd99f8c1340cea66d2d9afa3ce8b8", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-b127deba-3997-46f-proj"}]} 2019-01-20 12:54:40,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateKeypairsCleanupTests-b127deba-3997-46f-proj used request id req-dd0bacb5-924b-4269-b6c6-f0b0412d9a63 2019-01-20 12:54:40,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8ea9fd189d283e6e0a322c4bb766e913fbd2456" 2019-01-20 12:54:40,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e087e71-e947-4201-aab4-a6d3a43e2647 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:54:40,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-6e087e71-e947-4201-aab4-a6d3a43e2647 2019-01-20 12:54:40,409 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-b127deba-3997-46f-user 2019-01-20 12:54:40,409 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:40,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a638d80da1641505d3211739ae367ffb4be62806" 2019-01-20 12:54:40,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e2772ad-f472-45b1-8cec-36396143fb7a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:54:40,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-7e2772ad-f472-45b1-8cec-36396143fb7a 2019-01-20 12:54:40,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a638d80da1641505d3211739ae367ffb4be62806" -d '{"role": {"name": "CreateKeypairsCleanupTests-b127deba-3997-46f-proj-role"}}' 2019-01-20 12:54:40,552 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:54:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-313fe4c3-a27c-446d-b9e0-76f45314be42 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d013274115254f5ab17c2fa20a12cc1b", "links": {"self": "http://172.30.9.22:5000/v3/roles/d013274115254f5ab17c2fa20a12cc1b"}, "name": "CreateKeypairsCleanupTests-b127deba-3997-46f-proj-role"}} 2019-01-20 12:54:40,552 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-313fe4c3-a27c-446d-b9e0-76f45314be42 2019-01-20 12:54:40,553 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-b127deba-3997-46f-proj-role 2019-01-20 12:54:40,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/d013274115254f5ab17c2fa20a12cc1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a638d80da1641505d3211739ae367ffb4be62806" 2019-01-20 12:54:40,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54f91b8a-112c-415c-9668-bb651acec8d1 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/d013274115254f5ab17c2fa20a12cc1b"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-b127deba-3997-46f-proj-role", "id": "d013274115254f5ab17c2fa20a12cc1b"}} 2019-01-20 12:54:40,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/d013274115254f5ab17c2fa20a12cc1b used request id req-54f91b8a-112c-415c-9668-bb651acec8d1 2019-01-20 12:54:40,649 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-b127deba-3997-46f-proj-role to project CreateKeypairsCleanupTests-b127deba-3997-46f-proj 2019-01-20 12:54:40,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/b14cd99f8c1340cea66d2d9afa3ce8b8/users/adadbc15a114437696630727e4ceda5a/roles/d013274115254f5ab17c2fa20a12cc1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a638d80da1641505d3211739ae367ffb4be62806" 2019-01-20 12:54:40,770 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23e99e50-92e8-4426-af38-67fa409cfab3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:40,770 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/b14cd99f8c1340cea66d2d9afa3ce8b8/users/adadbc15a114437696630727e4ceda5a/roles/d013274115254f5ab17c2fa20a12cc1b used request id req-23e99e50-92e8-4426-af38-67fa409cfab3 2019-01-20 12:54:40,771 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:54:40,772 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:40,773 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:41,152 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d013274115254f5ab17c2fa20a12cc1b", "name": "CreateKeypairsCleanupTests-b127deba-3997-46f-proj-role"}], "expires_at": "2019-01-20T13:54:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b14cd99f8c1340cea66d2d9afa3ce8b8", "name": "CreateKeypairsCleanupTests-b127deba-3997-46f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b14cd99f8c1340cea66d2d9afa3ce8b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b14cd99f8c1340cea66d2d9afa3ce8b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b14cd99f8c1340cea66d2d9afa3ce8b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b14cd99f8c1340cea66d2d9afa3ce8b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b14cd99f8c1340cea66d2d9afa3ce8b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b14cd99f8c1340cea66d2d9afa3ce8b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b14cd99f8c1340cea66d2d9afa3ce8b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b14cd99f8c1340cea66d2d9afa3ce8b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b14cd99f8c1340cea66d2d9afa3ce8b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b14cd99f8c1340cea66d2d9afa3ce8b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b14cd99f8c1340cea66d2d9afa3ce8b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b14cd99f8c1340cea66d2d9afa3ce8b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-b127deba-3997-46f-user", "id": "adadbc15a114437696630727e4ceda5a"}, "audit_ids": ["YrrAVM8qQsKfN32HWbJodw"], "issued_at": "2019-01-20T12:54:41.000000Z"}} 2019-01-20 12:54:41,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c527f7bbe41b7b0d9ecfe9474efa85f25f7dd08a" 2019-01-20 12:54:41,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57eedc62-5461-4c39-b220-94d61da9acd8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:41,227 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-57eedc62-5461-4c39-b220-94d61da9acd8 2019-01-20 12:54:41,229 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:54:41,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c527f7bbe41b7b0d9ecfe9474efa85f25f7dd08a" 2019-01-20 12:54:41,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54: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-b9949b1b-0405-4ca5-9d51-1d4635ea1ad8 x-compute-request-id: req-b9949b1b-0405-4ca5-9d51-1d4635ea1ad8 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 12:54:41,770 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-b9949b1b-0405-4ca5-9d51-1d4635ea1ad8 2019-01-20 12:54:41,771 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-88afcbb7-4d39-4496-ae71-5371ec6a2022... 2019-01-20 12:54:41,771 - OpenStackKeypair - INFO - Creating new keypair 2019-01-20 12:54:41,805 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-88afcbb7-4d39-4496-ae71-5371ec6a2022 2019-01-20 12:54:41,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c527f7bbe41b7b0d9ecfe9474efa85f25f7dd08a" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCpT38704elGPxtdTGfs+F7XAgAeVvEKYjLo2L70x66w542F1aqR4Ww+IMrcXUSinL3psNKYPPC5/Kn/KFI/m9g25Lz3GCr+Hh/NNwZrYllxMp5mDYa5wjzPER+zq06P36rcNO4tQ+6SUm03UC6Y1KeOrbvg4jF/Pkd+94abzOgNQ==", "name": "CreateKeypairsCleanupTests-88afcbb7-4d39-4496-ae71-5371ec6a2022"}}' 2019-01-20 12:54:41,857 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54: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-e25636f5-d93a-4c3c-9c7c-174f4c11c5fb x-compute-request-id: req-e25636f5-d93a-4c3c-9c7c-174f4c11c5fb Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCpT38704elGPxtdTGfs+F7XAgAeVvEKYjLo2L70x66w542F1aqR4Ww+IMrcXUSinL3psNKYPPC5/Kn/KFI/m9g25Lz3GCr+Hh/NNwZrYllxMp5mDYa5wjzPER+zq06P36rcNO4tQ+6SUm03UC6Y1KeOrbvg4jF/Pkd+94abzOgNQ==", "user_id": "adadbc15a114437696630727e4ceda5a", "name": "CreateKeypairsCleanupTests-88afcbb7-4d39-4496-ae71-5371ec6a2022", "fingerprint": "fc:38:81:dd:db:90:29:17:b5:e4:97:16:ac:5b:4b:82"}} 2019-01-20 12:54:41,858 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-e25636f5-d93a-4c3c-9c7c-174f4c11c5fb 2019-01-20 12:54:41,869 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-88afcbb7-4d39-4496-ae71-5371ec6a2022.pub 2019-01-20 12:54:41,869 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-88afcbb7-4d39-4496-ae71-5371ec6a2022 2019-01-20 12:54:41,869 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-88afcbb7-4d39-4496-ae71-5371ec6a2022 2019-01-20 12:54:41,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-88afcbb7-4d39-4496-ae71-5371ec6a2022 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c527f7bbe41b7b0d9ecfe9474efa85f25f7dd08a" 2019-01-20 12:54:41,900 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 12:54: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-9238bd9b-3bf1-4e54-864b-8b1dd2ecb528 x-compute-request-id: req-9238bd9b-3bf1-4e54-864b-8b1dd2ecb528 Content-Length: 0 Content-Type: application/json 2019-01-20 12:54:41,900 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-88afcbb7-4d39-4496-ae71-5371ec6a2022 used request id req-9238bd9b-3bf1-4e54-864b-8b1dd2ecb528 2019-01-20 12:54:41,900 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-88afcbb7-4d39-4496-ae71-5371ec6a2022.pub] 2019-01-20 12:54:41,901 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-88afcbb7-4d39-4496-ae71-5371ec6a2022] 2019-01-20 12:54:41,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a638d80da1641505d3211739ae367ffb4be62806" 2019-01-20 12:54:42,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-4f418ef9-beab-4869-ad6c-8a6fd4988b39 Date: Sun, 20 Jan 2019 12:54:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:54:42,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-4f418ef9-beab-4869-ad6c-8a6fd4988b39 2019-01-20 12:54:42,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a638d80da1641505d3211739ae367ffb4be62806" 2019-01-20 12:54:42,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d36a9fb-6247-4290-934d-ec3bc1e105a4 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:54:42,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-1d36a9fb-6247-4290-934d-ec3bc1e105a4 2019-01-20 12:54:42,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a638d80da1641505d3211739ae367ffb4be62806" 2019-01-20 12:54:42,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4052cd2-83a9-404c-a1a4-4188efaef372 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:54:42,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-f4052cd2-83a9-404c-a1a4-4188efaef372 2019-01-20 12:54:42,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a638d80da1641505d3211739ae367ffb4be62806" 2019-01-20 12:54:42,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46c0aadc-e678-4020-9025-9d589693b694 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:54:42,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-46c0aadc-e678-4020-9025-9d589693b694 2019-01-20 12:54:42,312 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-b127deba-3997-46f-proj 2019-01-20 12:54:42,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/b14cd99f8c1340cea66d2d9afa3ce8b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a638d80da1641505d3211739ae367ffb4be62806" 2019-01-20 12:54:42,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1129e605-6dcd-4219-960d-10c2959becda Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:42,494 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/b14cd99f8c1340cea66d2d9afa3ce8b8 used request id req-1129e605-6dcd-4219-960d-10c2959becda 2019-01-20 12:54:42,495 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-b127deba-3997-46f-proj-role 2019-01-20 12:54:42,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/d013274115254f5ab17c2fa20a12cc1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a638d80da1641505d3211739ae367ffb4be62806" 2019-01-20 12:54:42,600 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca48fa93-48de-447b-8902-a274b9525d7d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:42,600 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/d013274115254f5ab17c2fa20a12cc1b used request id req-ca48fa93-48de-447b-8902-a274b9525d7d 2019-01-20 12:54:42,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a638d80da1641505d3211739ae367ffb4be62806" 2019-01-20 12:54:42,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bfe04fc-0d5f-4525-aead-d18709b38ac9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:54:42,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6bfe04fc-0d5f-4525-aead-d18709b38ac9 2019-01-20 12:54:42,693 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-b127deba-3997-46f-user 2019-01-20 12:54:42,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/adadbc15a114437696630727e4ceda5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8ea9fd189d283e6e0a322c4bb766e913fbd2456" 2019-01-20 12:54:42,849 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09ed9657-aa17-43ab-af1a-26c52ed53a9b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:42,849 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/adadbc15a114437696630727e4ceda5a used request id req-09ed9657-aa17-43ab-af1a-26c52ed53a9b 2019-01-20 12:54:42,850 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:43,236 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["vK4_gWRASCigiwLjt4-HRA"], "issued_at": "2019-01-20T12:54:43.000000Z"}} 2019-01-20 12:54:43,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a1cc8935ea82d5ff37fa43c1e36a292cf48127d" 2019-01-20 12:54:43,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-683c3dcc-f3e9-4195-baa4-c70c3336729f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:43,327 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-683c3dcc-f3e9-4195-baa4-c70c3336729f 2019-01-20 12:54:43,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:43,329 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:43,704 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Hic50aeIRxOvlTpqYpOilw"], "issued_at": "2019-01-20T12:54:43.000000Z"}} 2019-01-20 12:54:43,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe7e53cb8ef6df50091933190a359536ca6c389" 2019-01-20 12:54:43,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-072cfeeb-1457-45c8-8ab7-df8544b78421 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:43,797 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-072cfeeb-1457-45c8-8ab7-df8544b78421 2019-01-20 12:54:43,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:54:43,807 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:54:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:54:43,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-123633cf-93b0-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe7e53cb8ef6df50091933190a359536ca6c389" 2019-01-20 12:54:43,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee9d9c0a-c706-40ae-8416-b75a7041951c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-123633cf-93b0-44e-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:54:43,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-123633cf-93b0-44e-proj used request id req-ee9d9c0a-c706-40ae-8416-b75a7041951c 2019-01-20 12:54:43,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe7e53cb8ef6df50091933190a359536ca6c389" 2019-01-20 12:54:44,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26cbd11d-f2a9-4f32-9de2-fff78372356a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:54:44,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-26cbd11d-f2a9-4f32-9de2-fff78372356a 2019-01-20 12:54:44,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe7e53cb8ef6df50091933190a359536ca6c389" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-123633cf-93b0-44e-proj"}}' 2019-01-20 12:54:44,133 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:54:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d173b6b9-c1e9-43cb-abbf-01d90ac755a2 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/e58e13e5cdad4c60aebe3342f59c7905"}, "enabled": true, "id": "e58e13e5cdad4c60aebe3342f59c7905", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-123633cf-93b0-44e-proj"}} 2019-01-20 12:54:44,133 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-d173b6b9-c1e9-43cb-abbf-01d90ac755a2 2019-01-20 12:54:44,133 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-123633cf-93b0-44e-proj 2019-01-20 12:54:44,134 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:44,134 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:44,530 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["MvlMB1lzRYCAr202QeJuiA"], "issued_at": "2019-01-20T12:54:44.000000Z"}} 2019-01-20 12:54:44,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87adb2c860a2628459aa1f90a639d930c743c343" 2019-01-20 12:54:44,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a393a7e-7d44-4454-846d-6cb0224655fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:44,620 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4a393a7e-7d44-4454-846d-6cb0224655fe 2019-01-20 12:54:44,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:54:44,629 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:54: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:54:44,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87adb2c860a2628459aa1f90a639d930c743c343" 2019-01-20 12:54:44,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2379f971-ee95-4a66-b01b-2bd8a0f468e2 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:54:44,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-2379f971-ee95-4a66-b01b-2bd8a0f468e2 2019-01-20 12:54:44,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateKeypairsCleanupTests-123633cf-93b0-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87adb2c860a2628459aa1f90a639d930c743c343" 2019-01-20 12:54:44,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5707a13-e1df-4f10-a8dc-9e9768ca12a1 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateKeypairsCleanupTests-123633cf-93b0-44e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/e58e13e5cdad4c60aebe3342f59c7905"}, "enabled": true, "id": "e58e13e5cdad4c60aebe3342f59c7905", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-123633cf-93b0-44e-proj"}]} 2019-01-20 12:54:44,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateKeypairsCleanupTests-123633cf-93b0-44e-proj used request id req-c5707a13-e1df-4f10-a8dc-9e9768ca12a1 2019-01-20 12:54:44,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87adb2c860a2628459aa1f90a639d930c743c343" 2019-01-20 12:54:44,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e520481-024d-4c7b-98a3-5ba133caf679 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:54:44,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-4e520481-024d-4c7b-98a3-5ba133caf679 2019-01-20 12:54:45,216 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-123633cf-93b0-44e-user 2019-01-20 12:54:45,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:45,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe7e53cb8ef6df50091933190a359536ca6c389" 2019-01-20 12:54:45,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f46b2be-28e8-4619-8018-ac1c7a4ab053 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:54:45,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0f46b2be-28e8-4619-8018-ac1c7a4ab053 2019-01-20 12:54:45,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe7e53cb8ef6df50091933190a359536ca6c389" -d '{"role": {"name": "CreateKeypairsCleanupTests-123633cf-93b0-44e-proj-role"}}' 2019-01-20 12:54:45,420 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:54:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95f8f8f5-f485-491f-961c-0f5b2bd438d9 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0f42392fa6ec4dccb76c959128af6b6b", "links": {"self": "http://172.30.9.22:5000/v3/roles/0f42392fa6ec4dccb76c959128af6b6b"}, "name": "CreateKeypairsCleanupTests-123633cf-93b0-44e-proj-role"}} 2019-01-20 12:54:45,421 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-95f8f8f5-f485-491f-961c-0f5b2bd438d9 2019-01-20 12:54:45,421 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-123633cf-93b0-44e-proj-role 2019-01-20 12:54:45,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/0f42392fa6ec4dccb76c959128af6b6b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe7e53cb8ef6df50091933190a359536ca6c389" 2019-01-20 12:54:45,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85c633e8-08c6-4267-b913-a4eccdc6e9e6 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/0f42392fa6ec4dccb76c959128af6b6b"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-123633cf-93b0-44e-proj-role", "id": "0f42392fa6ec4dccb76c959128af6b6b"}} 2019-01-20 12:54:45,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/0f42392fa6ec4dccb76c959128af6b6b used request id req-85c633e8-08c6-4267-b913-a4eccdc6e9e6 2019-01-20 12:54:45,509 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-123633cf-93b0-44e-proj-role to project CreateKeypairsCleanupTests-123633cf-93b0-44e-proj 2019-01-20 12:54:45,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/e58e13e5cdad4c60aebe3342f59c7905/users/2e1b1b35284c41d485997c8b70d05e10/roles/0f42392fa6ec4dccb76c959128af6b6b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe7e53cb8ef6df50091933190a359536ca6c389" 2019-01-20 12:54:45,644 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fe9ccbd-21e3-4324-911d-e1c19e13484b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:45,645 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/e58e13e5cdad4c60aebe3342f59c7905/users/2e1b1b35284c41d485997c8b70d05e10/roles/0f42392fa6ec4dccb76c959128af6b6b used request id req-2fe9ccbd-21e3-4324-911d-e1c19e13484b 2019-01-20 12:54:45,645 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:54:45,646 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:45,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:46,032 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f42392fa6ec4dccb76c959128af6b6b", "name": "CreateKeypairsCleanupTests-123633cf-93b0-44e-proj-role"}], "expires_at": "2019-01-20T13:54:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e58e13e5cdad4c60aebe3342f59c7905", "name": "CreateKeypairsCleanupTests-123633cf-93b0-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/e58e13e5cdad4c60aebe3342f59c7905", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/e58e13e5cdad4c60aebe3342f59c7905", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/e58e13e5cdad4c60aebe3342f59c7905", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/e58e13e5cdad4c60aebe3342f59c7905", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/e58e13e5cdad4c60aebe3342f59c7905", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/e58e13e5cdad4c60aebe3342f59c7905", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/e58e13e5cdad4c60aebe3342f59c7905", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/e58e13e5cdad4c60aebe3342f59c7905", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/e58e13e5cdad4c60aebe3342f59c7905", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/e58e13e5cdad4c60aebe3342f59c7905", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/e58e13e5cdad4c60aebe3342f59c7905", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/e58e13e5cdad4c60aebe3342f59c7905", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-123633cf-93b0-44e-user", "id": "2e1b1b35284c41d485997c8b70d05e10"}, "audit_ids": ["yCBdKAUgSGiDDqT7ZTaZTw"], "issued_at": "2019-01-20T12:54:46.000000Z"}} 2019-01-20 12:54:46,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566176d5aa1942994b639e2e756c30ed0cb0e196" 2019-01-20 12:54:46,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ad14191-f02b-4073-bc44-2d7b3c1c32a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:46,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2ad14191-f02b-4073-bc44-2d7b3c1c32a0 2019-01-20 12:54:46,110 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:54:46,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566176d5aa1942994b639e2e756c30ed0cb0e196" 2019-01-20 12:54:46,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54: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-bb2cffb5-68c1-4d68-b9df-7ea7d57c47f2 x-compute-request-id: req-bb2cffb5-68c1-4d68-b9df-7ea7d57c47f2 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 12:54:46,269 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-bb2cffb5-68c1-4d68-b9df-7ea7d57c47f2 2019-01-20 12:54:46,269 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-b426cd02-8e20-4663-ad28-a0a13eb67a85... 2019-01-20 12:54:46,269 - OpenStackKeypair - INFO - Creating new keypair 2019-01-20 12:54:46,292 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-b426cd02-8e20-4663-ad28-a0a13eb67a85 2019-01-20 12:54:46,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566176d5aa1942994b639e2e756c30ed0cb0e196" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCh0R2a/fMEhTfV0GCxoRl/xRfR38/2Yr0QOpXB788U8vZDNgcwNfGCpbyyu0fChwjqA5n7qa0yCqPzRqfYihsRUyYfqgrh7m4yHTW3ZZ6cZkCC+BMiat7/PmXZrJgt0xD720y4GiSLE+IEX15Vthi8sx1l7ZUTzegp4Jb38bnHSw==", "name": "CreateKeypairsCleanupTests-b426cd02-8e20-4663-ad28-a0a13eb67a85"}}' 2019-01-20 12:54:46,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54: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-ea6c9e74-b690-4d40-8b09-f4c94787d466 x-compute-request-id: req-ea6c9e74-b690-4d40-8b09-f4c94787d466 Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCh0R2a/fMEhTfV0GCxoRl/xRfR38/2Yr0QOpXB788U8vZDNgcwNfGCpbyyu0fChwjqA5n7qa0yCqPzRqfYihsRUyYfqgrh7m4yHTW3ZZ6cZkCC+BMiat7/PmXZrJgt0xD720y4GiSLE+IEX15Vthi8sx1l7ZUTzegp4Jb38bnHSw==", "user_id": "2e1b1b35284c41d485997c8b70d05e10", "name": "CreateKeypairsCleanupTests-b426cd02-8e20-4663-ad28-a0a13eb67a85", "fingerprint": "db:0d:ab:2b:29:6f:f3:0d:43:b5:3f:16:39:01:44:3c"}} 2019-01-20 12:54:46,355 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-ea6c9e74-b690-4d40-8b09-f4c94787d466 2019-01-20 12:54:46,366 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-b426cd02-8e20-4663-ad28-a0a13eb67a85.pub 2019-01-20 12:54:46,366 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-b426cd02-8e20-4663-ad28-a0a13eb67a85 2019-01-20 12:54:46,366 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-b426cd02-8e20-4663-ad28-a0a13eb67a85 2019-01-20 12:54:46,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-b426cd02-8e20-4663-ad28-a0a13eb67a85 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}566176d5aa1942994b639e2e756c30ed0cb0e196" 2019-01-20 12:54:46,402 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 12:54: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-6188f075-8a32-426e-8a11-5ffa51d42e80 x-compute-request-id: req-6188f075-8a32-426e-8a11-5ffa51d42e80 Content-Length: 0 Content-Type: application/json 2019-01-20 12:54:46,402 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-b426cd02-8e20-4663-ad28-a0a13eb67a85 used request id req-6188f075-8a32-426e-8a11-5ffa51d42e80 2019-01-20 12:54:46,402 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-b426cd02-8e20-4663-ad28-a0a13eb67a85.pub] 2019-01-20 12:54:46,403 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-b426cd02-8e20-4663-ad28-a0a13eb67a85] 2019-01-20 12:54:46,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe7e53cb8ef6df50091933190a359536ca6c389" 2019-01-20 12:54:46,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9eed5c33-cefd-4513-bc53-484f6113c24d Date: Sun, 20 Jan 2019 12:54:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:54:46,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-9eed5c33-cefd-4513-bc53-484f6113c24d 2019-01-20 12:54:46,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe7e53cb8ef6df50091933190a359536ca6c389" 2019-01-20 12:54:46,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30bfdf0f-46d8-47ce-80da-82f95f5b8402 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:54:46,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-30bfdf0f-46d8-47ce-80da-82f95f5b8402 2019-01-20 12:54:46,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe7e53cb8ef6df50091933190a359536ca6c389" 2019-01-20 12:54:46,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea7ebdc5-4331-4d42-8b4d-c7288f08b171 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:54:46,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-ea7ebdc5-4331-4d42-8b4d-c7288f08b171 2019-01-20 12:54:46,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe7e53cb8ef6df50091933190a359536ca6c389" 2019-01-20 12:54:46,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6451f06c-e1c0-4006-a76a-e1c523d3c9e0 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:54:46,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-6451f06c-e1c0-4006-a76a-e1c523d3c9e0 2019-01-20 12:54:46,903 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-123633cf-93b0-44e-proj 2019-01-20 12:54:46,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/e58e13e5cdad4c60aebe3342f59c7905 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe7e53cb8ef6df50091933190a359536ca6c389" 2019-01-20 12:54:47,112 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa181b89-dba6-4c30-a113-55d17d63fc1d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:47,112 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/e58e13e5cdad4c60aebe3342f59c7905 used request id req-aa181b89-dba6-4c30-a113-55d17d63fc1d 2019-01-20 12:54:47,112 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-123633cf-93b0-44e-proj-role 2019-01-20 12:54:47,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/0f42392fa6ec4dccb76c959128af6b6b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe7e53cb8ef6df50091933190a359536ca6c389" 2019-01-20 12:54:47,240 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83a075f3-6f61-4808-9e53-1f12ca202568 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:47,240 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/0f42392fa6ec4dccb76c959128af6b6b used request id req-83a075f3-6f61-4808-9e53-1f12ca202568 2019-01-20 12:54:47,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe7e53cb8ef6df50091933190a359536ca6c389" 2019-01-20 12:54:47,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3004fa32-1ff9-4fb6-b1e9-b6a9c608c5e9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:54:47,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-3004fa32-1ff9-4fb6-b1e9-b6a9c608c5e9 2019-01-20 12:54:47,328 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-123633cf-93b0-44e-user 2019-01-20 12:54:47,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/2e1b1b35284c41d485997c8b70d05e10 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87adb2c860a2628459aa1f90a639d930c743c343" 2019-01-20 12:54:47,539 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aeb7e22b-90fc-4889-93c6-c5f734b2fed7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:47,539 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/2e1b1b35284c41d485997c8b70d05e10 used request id req-aeb7e22b-90fc-4889-93c6-c5f734b2fed7 2019-01-20 12:54:47,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:47,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["UPuLJcHtT-CN4eK4PwHZNA"], "issued_at": "2019-01-20T12:54:47.000000Z"}} 2019-01-20 12:54:47,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf589be67d04b184c35cfb2c7bae3690998c7322" 2019-01-20 12:54:48,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85c93ecf-ad0f-42e6-ab0f-23faf5bd09e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:48,010 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-85c93ecf-ad0f-42e6-ab0f-23faf5bd09e3 2019-01-20 12:54:48,011 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:48,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:48,489 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["CBL8UOzzQdimuQrGRma7fA"], "issued_at": "2019-01-20T12:54:48.000000Z"}} 2019-01-20 12:54:48,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc96cbd3c54fcc94e3774f242f35babf896e5df1" 2019-01-20 12:54:48,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a4f5edb-4377-4ab8-9718-6df17d423036 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:48,578 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7a4f5edb-4377-4ab8-9718-6df17d423036 2019-01-20 12:54:48,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:54:48,588 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:54: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:54:48,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-0beaef9c-c119-4f1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc96cbd3c54fcc94e3774f242f35babf896e5df1" 2019-01-20 12:54:48,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da3fcfd3-183e-4f88-9def-0aa9e607c704 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-0beaef9c-c119-4f1-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:54:48,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-0beaef9c-c119-4f1-proj used request id req-da3fcfd3-183e-4f88-9def-0aa9e607c704 2019-01-20 12:54:48,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc96cbd3c54fcc94e3774f242f35babf896e5df1" 2019-01-20 12:54:48,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bbedd52-43e1-4bb8-b7be-78ed3dc8d6a6 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:54:48,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-6bbedd52-43e1-4bb8-b7be-78ed3dc8d6a6 2019-01-20 12:54:48,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc96cbd3c54fcc94e3774f242f35babf896e5df1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-0beaef9c-c119-4f1-proj"}}' 2019-01-20 12:54:48,881 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:54:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b338c0c4-5328-41ae-94e7-1d8245f693f1 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/6869d344e6e9483e888fed0e0890c377"}, "enabled": true, "id": "6869d344e6e9483e888fed0e0890c377", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-0beaef9c-c119-4f1-proj"}} 2019-01-20 12:54:48,881 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-b338c0c4-5328-41ae-94e7-1d8245f693f1 2019-01-20 12:54:48,882 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-0beaef9c-c119-4f1-proj 2019-01-20 12:54:48,882 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:48,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:49,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["-RAxxFhNRmGS-_jlYdZfAA"], "issued_at": "2019-01-20T12:54:49.000000Z"}} 2019-01-20 12:54:49,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6808147eba4ed788b5b7a936d4573a85d74e54b2" 2019-01-20 12:54:49,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cae8dcef-3608-41f1-9f1c-c0feb4e3f01a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:49,358 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cae8dcef-3608-41f1-9f1c-c0feb4e3f01a 2019-01-20 12:54:49,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:54:49,368 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:54: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:54:49,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6808147eba4ed788b5b7a936d4573a85d74e54b2" 2019-01-20 12:54:49,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21e3a081-2fe6-4fef-93f6-48328ea6868a Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:54:49,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-21e3a081-2fe6-4fef-93f6-48328ea6868a 2019-01-20 12:54:49,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateKeypairsCleanupTests-0beaef9c-c119-4f1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6808147eba4ed788b5b7a936d4573a85d74e54b2" 2019-01-20 12:54:49,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b78abca0-603c-463c-abf4-1755a11fef15 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateKeypairsCleanupTests-0beaef9c-c119-4f1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/6869d344e6e9483e888fed0e0890c377"}, "enabled": true, "id": "6869d344e6e9483e888fed0e0890c377", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-0beaef9c-c119-4f1-proj"}]} 2019-01-20 12:54:49,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateKeypairsCleanupTests-0beaef9c-c119-4f1-proj used request id req-b78abca0-603c-463c-abf4-1755a11fef15 2019-01-20 12:54:49,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6808147eba4ed788b5b7a936d4573a85d74e54b2" 2019-01-20 12:54:49,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f64d81b-6905-49fc-9aa4-6f61526b418b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:54:49,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-6f64d81b-6905-49fc-9aa4-6f61526b418b 2019-01-20 12:54:49,953 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-0beaef9c-c119-4f1-user 2019-01-20 12:54:49,953 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:49,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc96cbd3c54fcc94e3774f242f35babf896e5df1" 2019-01-20 12:54:50,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96d70a8c-a1cf-4921-a798-d68c6a32a938 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:54:50,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-96d70a8c-a1cf-4921-a798-d68c6a32a938 2019-01-20 12:54:50,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc96cbd3c54fcc94e3774f242f35babf896e5df1" -d '{"role": {"name": "CreateKeypairsCleanupTests-0beaef9c-c119-4f1-proj-role"}}' 2019-01-20 12:54:50,157 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:54:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-975ed1da-2498-4f6f-8a0f-a2915d12f74f Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0f69b97046b74140af3c35635d2acef3", "links": {"self": "http://172.30.9.22:5000/v3/roles/0f69b97046b74140af3c35635d2acef3"}, "name": "CreateKeypairsCleanupTests-0beaef9c-c119-4f1-proj-role"}} 2019-01-20 12:54:50,157 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-975ed1da-2498-4f6f-8a0f-a2915d12f74f 2019-01-20 12:54:50,158 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-0beaef9c-c119-4f1-proj-role 2019-01-20 12:54:50,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/0f69b97046b74140af3c35635d2acef3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc96cbd3c54fcc94e3774f242f35babf896e5df1" 2019-01-20 12:54:50,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-830772df-20db-40fa-980c-eb7a6b2d7fb3 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/0f69b97046b74140af3c35635d2acef3"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-0beaef9c-c119-4f1-proj-role", "id": "0f69b97046b74140af3c35635d2acef3"}} 2019-01-20 12:54:50,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/0f69b97046b74140af3c35635d2acef3 used request id req-830772df-20db-40fa-980c-eb7a6b2d7fb3 2019-01-20 12:54:50,177 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-0beaef9c-c119-4f1-proj-role to project CreateKeypairsCleanupTests-0beaef9c-c119-4f1-proj 2019-01-20 12:54:50,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/6869d344e6e9483e888fed0e0890c377/users/d6ffadaea11a41bba0abca9ae00dc1f2/roles/0f69b97046b74140af3c35635d2acef3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc96cbd3c54fcc94e3774f242f35babf896e5df1" 2019-01-20 12:54:50,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3e03b9a-d152-4840-b1cf-775fa7fede7f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:50,309 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/6869d344e6e9483e888fed0e0890c377/users/d6ffadaea11a41bba0abca9ae00dc1f2/roles/0f69b97046b74140af3c35635d2acef3 used request id req-c3e03b9a-d152-4840-b1cf-775fa7fede7f 2019-01-20 12:54:50,310 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:54:50,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:50,312 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:50,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f69b97046b74140af3c35635d2acef3", "name": "CreateKeypairsCleanupTests-0beaef9c-c119-4f1-proj-role"}], "expires_at": "2019-01-20T13:54:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6869d344e6e9483e888fed0e0890c377", "name": "CreateKeypairsCleanupTests-0beaef9c-c119-4f1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/6869d344e6e9483e888fed0e0890c377", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/6869d344e6e9483e888fed0e0890c377", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/6869d344e6e9483e888fed0e0890c377", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/6869d344e6e9483e888fed0e0890c377", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/6869d344e6e9483e888fed0e0890c377", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/6869d344e6e9483e888fed0e0890c377", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/6869d344e6e9483e888fed0e0890c377", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/6869d344e6e9483e888fed0e0890c377", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/6869d344e6e9483e888fed0e0890c377", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/6869d344e6e9483e888fed0e0890c377", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/6869d344e6e9483e888fed0e0890c377", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/6869d344e6e9483e888fed0e0890c377", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-0beaef9c-c119-4f1-user", "id": "d6ffadaea11a41bba0abca9ae00dc1f2"}, "audit_ids": ["ZBmF7ZYWSTmLpsXAn-C4cA"], "issued_at": "2019-01-20T12:54:50.000000Z"}} 2019-01-20 12:54:50,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8578a02746c406970c73ba538978ff19446d14" 2019-01-20 12:54:50,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9e152fd-6aa2-42af-9526-cdc3866608b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:50,763 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e9e152fd-6aa2-42af-9526-cdc3866608b7 2019-01-20 12:54:50,765 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 12:54:50,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8578a02746c406970c73ba538978ff19446d14" 2019-01-20 12:54:50,934 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-72d7cd04-db0f-42de-a0b5-39c028b1433c x-compute-request-id: req-72d7cd04-db0f-42de-a0b5-39c028b1433c Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 12:54:50,935 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-72d7cd04-db0f-42de-a0b5-39c028b1433c 2019-01-20 12:54:50,935 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-4c31982c-97f2-4363-a62b-bc86c9cd1fc3... 2019-01-20 12:54:50,935 - OpenStackKeypair - INFO - Creating new keypair 2019-01-20 12:54:51,003 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-4c31982c-97f2-4363-a62b-bc86c9cd1fc3 2019-01-20 12:54:51,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8578a02746c406970c73ba538978ff19446d14" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCqzGkperM0OlDM5kLJxF65nV0tW/jae4IEronbNGoTfZL/bncwjKRsKfVlzo8uqD5sgsLoi1ZdGSHCmZNKFUBpyAkMg4t5StpJ9K8LtlezYlKsBhV0TSUeDqWfWQLRVICbN5x3dXYCaIPiCVHAfUn6K/kIOTib5hhU7slsV80z0w==", "name": "CreateKeypairsCleanupTests-4c31982c-97f2-4363-a62b-bc86c9cd1fc3"}}' 2019-01-20 12:54:51,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12: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-0a223429-0a35-4cec-a057-144ccc8e63b7 x-compute-request-id: req-0a223429-0a35-4cec-a057-144ccc8e63b7 Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCqzGkperM0OlDM5kLJxF65nV0tW/jae4IEronbNGoTfZL/bncwjKRsKfVlzo8uqD5sgsLoi1ZdGSHCmZNKFUBpyAkMg4t5StpJ9K8LtlezYlKsBhV0TSUeDqWfWQLRVICbN5x3dXYCaIPiCVHAfUn6K/kIOTib5hhU7slsV80z0w==", "user_id": "d6ffadaea11a41bba0abca9ae00dc1f2", "name": "CreateKeypairsCleanupTests-4c31982c-97f2-4363-a62b-bc86c9cd1fc3", "fingerprint": "8f:c0:10:d3:4c:1e:7a:f1:d3:7f:34:9d:8d:40:01:41"}} 2019-01-20 12:54:51,055 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-0a223429-0a35-4cec-a057-144ccc8e63b7 2019-01-20 12:54:51,066 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-4c31982c-97f2-4363-a62b-bc86c9cd1fc3.pub 2019-01-20 12:54:51,067 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-4c31982c-97f2-4363-a62b-bc86c9cd1fc3 2019-01-20 12:54:51,067 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-4c31982c-97f2-4363-a62b-bc86c9cd1fc3 2019-01-20 12:54:51,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-4c31982c-97f2-4363-a62b-bc86c9cd1fc3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8578a02746c406970c73ba538978ff19446d14" 2019-01-20 12:54:51,096 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 12: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-ae638f44-ed38-4270-b28f-4c5e00b6bbfd x-compute-request-id: req-ae638f44-ed38-4270-b28f-4c5e00b6bbfd Content-Length: 0 Content-Type: application/json 2019-01-20 12:54:51,096 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-4c31982c-97f2-4363-a62b-bc86c9cd1fc3 used request id req-ae638f44-ed38-4270-b28f-4c5e00b6bbfd 2019-01-20 12:54:51,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc96cbd3c54fcc94e3774f242f35babf896e5df1" 2019-01-20 12:54:51,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a2a08074-8b8f-4c60-b3e8-0e82c757f995 Date: Sun, 20 Jan 2019 12:54:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:54:51,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-a2a08074-8b8f-4c60-b3e8-0e82c757f995 2019-01-20 12:54:51,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc96cbd3c54fcc94e3774f242f35babf896e5df1" 2019-01-20 12:54:51,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55b2108d-6274-40e2-81a4-b21e73605484 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:54:51,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-55b2108d-6274-40e2-81a4-b21e73605484 2019-01-20 12:54:51,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc96cbd3c54fcc94e3774f242f35babf896e5df1" 2019-01-20 12:54:51,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e78cb0a-fe35-4e17-9f50-b7ebda8ae951 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:54:51,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-6e78cb0a-fe35-4e17-9f50-b7ebda8ae951 2019-01-20 12:54:51,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc96cbd3c54fcc94e3774f242f35babf896e5df1" 2019-01-20 12:54:51,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0eda03a-5dbd-43a8-af75-0a91c860575d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:54:51,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-b0eda03a-5dbd-43a8-af75-0a91c860575d 2019-01-20 12:54:51,595 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-0beaef9c-c119-4f1-proj 2019-01-20 12:54:51,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/6869d344e6e9483e888fed0e0890c377 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc96cbd3c54fcc94e3774f242f35babf896e5df1" 2019-01-20 12:54:51,794 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a004ed80-6a63-4ab7-a866-ad620b7544da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:51,795 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/6869d344e6e9483e888fed0e0890c377 used request id req-a004ed80-6a63-4ab7-a866-ad620b7544da 2019-01-20 12:54:51,795 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-0beaef9c-c119-4f1-proj-role 2019-01-20 12:54:51,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/0f69b97046b74140af3c35635d2acef3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc96cbd3c54fcc94e3774f242f35babf896e5df1" 2019-01-20 12:54:51,899 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ff13a9b-26b4-4880-a6cb-26031eb796c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:51,899 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/0f69b97046b74140af3c35635d2acef3 used request id req-9ff13a9b-26b4-4880-a6cb-26031eb796c8 2019-01-20 12:54:51,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc96cbd3c54fcc94e3774f242f35babf896e5df1" 2019-01-20 12:54:51,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5bbb203-dcf1-4383-8b63-365411deb926 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:54:51,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f5bbb203-dcf1-4383-8b63-365411deb926 2019-01-20 12:54:51,998 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-0beaef9c-c119-4f1-user 2019-01-20 12:54:52,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/d6ffadaea11a41bba0abca9ae00dc1f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6808147eba4ed788b5b7a936d4573a85d74e54b2" 2019-01-20 12:54:52,186 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b7ae914-0d04-484e-921f-7aefa79a0a1f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:52,186 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/d6ffadaea11a41bba0abca9ae00dc1f2 used request id req-0b7ae914-0d04-484e-921f-7aefa79a0a1f 2019-01-20 12:54:52,188 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:52,559 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["FegCQINdSrWCR2gzJMFJOA"], "issued_at": "2019-01-20T12:54:52.000000Z"}} 2019-01-20 12:54:52,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7800585b108aa5fcfd082361d1d8c7a84846e00" 2019-01-20 12:54:52,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f308412-d720-45d2-9e2d-05aca9e441fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:52,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9f308412-d720-45d2-9e2d-05aca9e441fb 2019-01-20 12:54:52,747 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:52,748 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:53,138 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["sIAZndtkSvC4iq-g7mmRvw"], "issued_at": "2019-01-20T12:54:53.000000Z"}} 2019-01-20 12:54:53,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c67519ff5e8b0a5d9f31b5fe643577bb6ef217" 2019-01-20 12:54:53,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6999cd18-fc24-45db-859e-05174821b463 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:53,218 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6999cd18-fc24-45db-859e-05174821b463 2019-01-20 12:54:53,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:54:53,227 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:54:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:54:53,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c67519ff5e8b0a5d9f31b5fe643577bb6ef217" 2019-01-20 12:54:53,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3a90ba8-bc14-4e77-afb4-ec2ab146e299 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:54:53,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj used request id req-b3a90ba8-bc14-4e77-afb4-ec2ab146e299 2019-01-20 12:54:53,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c67519ff5e8b0a5d9f31b5fe643577bb6ef217" 2019-01-20 12:54:53,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99126901-3207-4670-920e-6b6d09c99a67 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:54:53,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-99126901-3207-4670-920e-6b6d09c99a67 2019-01-20 12:54:53,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c67519ff5e8b0a5d9f31b5fe643577bb6ef217" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj"}}' 2019-01-20 12:54:53,516 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:54:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf9c93bd-7629-444d-8a30-6b0dc0590a92 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/193914a4ec86490db15d0e9957502668"}, "enabled": true, "id": "193914a4ec86490db15d0e9957502668", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj"}} 2019-01-20 12:54:53,516 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-bf9c93bd-7629-444d-8a30-6b0dc0590a92 2019-01-20 12:54:53,517 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj 2019-01-20 12:54:53,517 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:53,518 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:53,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:54:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["d5Jlm83gST-xC2a8ZkccKQ"], "issued_at": "2019-01-20T12:54:53.000000Z"}} 2019-01-20 12:54:53,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cabbc613e640cf3c858ba0b11c449d5fde6a6aa8" 2019-01-20 12:54:53,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-958d91e4-596b-43d7-b83a-a31d9412fee6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:53,919 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-958d91e4-596b-43d7-b83a-a31d9412fee6 2019-01-20 12:54:53,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:54:53,929 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:54:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:54:53,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cabbc613e640cf3c858ba0b11c449d5fde6a6aa8" 2019-01-20 12:54:53,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2045fff0-e426-4845-879f-ea6629f52118 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:54:53,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-2045fff0-e426-4845-879f-ea6629f52118 2019-01-20 12:54:53,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cabbc613e640cf3c858ba0b11c449d5fde6a6aa8" 2019-01-20 12:54:54,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf319ed2-c5df-45b2-8ca2-70e2eb21a448 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/193914a4ec86490db15d0e9957502668"}, "enabled": true, "id": "193914a4ec86490db15d0e9957502668", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj"}]} 2019-01-20 12:54:54,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj used request id req-bf319ed2-c5df-45b2-8ca2-70e2eb21a448 2019-01-20 12:54:54,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cabbc613e640cf3c858ba0b11c449d5fde6a6aa8" 2019-01-20 12:54:54,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf470bbf-6d93-4a8d-84da-8bb00f1eb673 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:54:54,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-bf470bbf-6d93-4a8d-84da-8bb00f1eb673 2019-01-20 12:54:54,504 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-7fd4f7c6-343d-432-user 2019-01-20 12:54:54,504 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:54,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c67519ff5e8b0a5d9f31b5fe643577bb6ef217" 2019-01-20 12:54:54,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35eb8570-fc35-4734-81b1-59df85049d84 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:54:54,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-35eb8570-fc35-4734-81b1-59df85049d84 2019-01-20 12:54:54,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c67519ff5e8b0a5d9f31b5fe643577bb6ef217" -d '{"role": {"name": "CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj-role"}}' 2019-01-20 12:54:54,695 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:54:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d62490c-04df-4c1b-b264-59b2beb1e63a Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "400912795a38447dbdc946c074e1af45", "links": {"self": "http://172.30.9.22:5000/v3/roles/400912795a38447dbdc946c074e1af45"}, "name": "CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj-role"}} 2019-01-20 12:54:54,696 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-0d62490c-04df-4c1b-b264-59b2beb1e63a 2019-01-20 12:54:54,696 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj-role 2019-01-20 12:54:54,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/400912795a38447dbdc946c074e1af45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c67519ff5e8b0a5d9f31b5fe643577bb6ef217" 2019-01-20 12:54:54,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-432e8286-5d51-4a88-8835-3e370e90376a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/400912795a38447dbdc946c074e1af45"}, "domain_id": null, "name": "CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj-role", "id": "400912795a38447dbdc946c074e1af45"}} 2019-01-20 12:54:54,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/400912795a38447dbdc946c074e1af45 used request id req-432e8286-5d51-4a88-8835-3e370e90376a 2019-01-20 12:54:54,790 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj-role to project CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj 2019-01-20 12:54:54,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/193914a4ec86490db15d0e9957502668/users/00d4ac4a744a41eeaf4b1075e0a90d9f/roles/400912795a38447dbdc946c074e1af45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c67519ff5e8b0a5d9f31b5fe643577bb6ef217" 2019-01-20 12:54:55,015 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:54:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f900399-f41c-4bd7-aa1e-5d39ff92d492 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:54:55,015 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/193914a4ec86490db15d0e9957502668/users/00d4ac4a744a41eeaf4b1075e0a90d9f/roles/400912795a38447dbdc946c074e1af45 used request id req-5f900399-f41c-4bd7-aa1e-5d39ff92d492 2019-01-20 12:54:55,016 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:54:55,017 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:55,397 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "400912795a38447dbdc946c074e1af45", "name": "CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj-role"}], "expires_at": "2019-01-20T13:54:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "193914a4ec86490db15d0e9957502668", "name": "CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/193914a4ec86490db15d0e9957502668", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/193914a4ec86490db15d0e9957502668", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/193914a4ec86490db15d0e9957502668", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/193914a4ec86490db15d0e9957502668", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/193914a4ec86490db15d0e9957502668", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/193914a4ec86490db15d0e9957502668", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/193914a4ec86490db15d0e9957502668", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/193914a4ec86490db15d0e9957502668", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/193914a4ec86490db15d0e9957502668", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/193914a4ec86490db15d0e9957502668", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/193914a4ec86490db15d0e9957502668", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/193914a4ec86490db15d0e9957502668", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-7fd4f7c6-343d-432-user", "id": "00d4ac4a744a41eeaf4b1075e0a90d9f"}, "audit_ids": ["3zHGMBe-RgCSQ3kYLyQS5Q"], "issued_at": "2019-01-20T12:54:55.000000Z"}} 2019-01-20 12:54:55,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ace2f06c6f3dc643af50627284494c271c26526" 2019-01-20 12:54:55,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf014465-46c4-4101-b52b-d2f7d3238d45 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:54:55,479 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cf014465-46c4-4101-b52b-d2f7d3238d45 2019-01-20 12:54:55,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ace2f06c6f3dc643af50627284494c271c26526" 2019-01-20 12:54:55,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-651831e7-f49f-4835-b048-6cd6fc852a3b Date: Sun, 20 Jan 2019 12:54:55 GMT RESP BODY: {"networks":[]} 2019-01-20 12:54:55,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-net used request id req-651831e7-f49f-4835-b048-6cd6fc852a3b 2019-01-20 12:54:55,657 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-net 2019-01-20 12:54:55,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ace2f06c6f3dc643af50627284494c271c26526" -d '{"network": {"name": "CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-net", "admin_state_up": true}}' 2019-01-20 12:54:56,173 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-0bff0e7d-32cd-433a-8b36-9d31d2da0481 Date: Sun, 20 Jan 2019 12:54:56 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"90370b1d-e300-406c-b36c-555dc8dfe280","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"193914a4ec86490db15d0e9957502668","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T12:54:56Z","is_default":false,"name":"CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"193914a4ec86490db15d0e9957502668","created_at":"2019-01-20T12:54:55Z","mtu":1450}} 2019-01-20 12:54:56,173 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-0bff0e7d-32cd-433a-8b36-9d31d2da0481 2019-01-20 12:54:56,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=90370b1d-e300-406c-b36c-555dc8dfe280 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ace2f06c6f3dc643af50627284494c271c26526" 2019-01-20 12:54:56,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-aa737021-4097-481f-a8e7-787481534d05 Date: Sun, 20 Jan 2019 12:54:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T12:54:56Z","tenant_id":"193914a4ec86490db15d0e9957502668","created_at":"2019-01-20T12:54:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"193914a4ec86490db15d0e9957502668","id":"90370b1d-e300-406c-b36c-555dc8dfe280","name":"CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-net"}]} 2019-01-20 12:54:56,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=90370b1d-e300-406c-b36c-555dc8dfe280 used request id req-aa737021-4097-481f-a8e7-787481534d05 2019-01-20 12:54:56,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=90370b1d-e300-406c-b36c-555dc8dfe280 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ace2f06c6f3dc643af50627284494c271c26526" 2019-01-20 12:54:56,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bf2ef346-3306-4ea6-a5cb-ce32f727fc4b Date: Sun, 20 Jan 2019 12:54:56 GMT RESP BODY: {"subnets":[]} 2019-01-20 12:54:56,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=90370b1d-e300-406c-b36c-555dc8dfe280 used request id req-bf2ef346-3306-4ea6-a5cb-ce32f727fc4b 2019-01-20 12:54:56,625 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-subnet 2019-01-20 12:54:56,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ace2f06c6f3dc643af50627284494c271c26526" -d '{"subnets": [{"ip_version": 4, "network_id": "90370b1d-e300-406c-b36c-555dc8dfe280", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-subnet"}]}' 2019-01-20 12:54:57,293 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a5eff586-e044-4fb7-b48e-33b026ec8f69 Date: Sun, 20 Jan 2019 12:54:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90370b1d-e300-406c-b36c-555dc8dfe280","tenant_id":"193914a4ec86490db15d0e9957502668","created_at":"2019-01-20T12:54:57Z","dns_nameservers":[],"updated_at":"2019-01-20T12:54:57Z","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":"193914a4ec86490db15d0e9957502668","id":"78ad4073-455a-461e-9316-a94f955b7c55","subnetpool_id":null,"name":"CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-subnet"}]} 2019-01-20 12:54:57,293 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-a5eff586-e044-4fb7-b48e-33b026ec8f69 2019-01-20 12:54:57,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=90370b1d-e300-406c-b36c-555dc8dfe280 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ace2f06c6f3dc643af50627284494c271c26526" 2019-01-20 12:54:57,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b372bd3b-3b37-4f46-9e2f-b8f1710fca0f Date: Sun, 20 Jan 2019 12:54:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["78ad4073-455a-461e-9316-a94f955b7c55"],"updated_at":"2019-01-20T12:54:57Z","tenant_id":"193914a4ec86490db15d0e9957502668","created_at":"2019-01-20T12:54:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"193914a4ec86490db15d0e9957502668","id":"90370b1d-e300-406c-b36c-555dc8dfe280","name":"CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-net"}]} 2019-01-20 12:54:57,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=90370b1d-e300-406c-b36c-555dc8dfe280 used request id req-b372bd3b-3b37-4f46-9e2f-b8f1710fca0f 2019-01-20 12:54:57,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=90370b1d-e300-406c-b36c-555dc8dfe280 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ace2f06c6f3dc643af50627284494c271c26526" 2019-01-20 12:54:57,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a5bb4b62-1c5f-4861-ba88-d1db3176ce9c Date: Sun, 20 Jan 2019 12:54:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90370b1d-e300-406c-b36c-555dc8dfe280","tenant_id":"193914a4ec86490db15d0e9957502668","created_at":"2019-01-20T12:54:57Z","dns_nameservers":[],"updated_at":"2019-01-20T12:54:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"193914a4ec86490db15d0e9957502668","id":"78ad4073-455a-461e-9316-a94f955b7c55","subnetpool_id":null,"name":"CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-subnet"}]} 2019-01-20 12:54:57,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=90370b1d-e300-406c-b36c-555dc8dfe280 used request id req-a5bb4b62-1c5f-4861-ba88-d1db3176ce9c 2019-01-20 12:54:57,629 - OpenStackNetwork - DEBUG - Network [90370b1d-e300-406c-b36c-555dc8dfe280] created successfully 2019-01-20 12:54:57,629 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:54:58,003 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "400912795a38447dbdc946c074e1af45", "name": "CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj-role"}], "expires_at": "2019-01-20T13:54:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "193914a4ec86490db15d0e9957502668", "name": "CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/193914a4ec86490db15d0e9957502668", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/193914a4ec86490db15d0e9957502668", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/193914a4ec86490db15d0e9957502668", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/193914a4ec86490db15d0e9957502668", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/193914a4ec86490db15d0e9957502668", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/193914a4ec86490db15d0e9957502668", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/193914a4ec86490db15d0e9957502668", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/193914a4ec86490db15d0e9957502668", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/193914a4ec86490db15d0e9957502668", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/193914a4ec86490db15d0e9957502668", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/193914a4ec86490db15d0e9957502668", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/193914a4ec86490db15d0e9957502668", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-7fd4f7c6-343d-432-user", "id": "00d4ac4a744a41eeaf4b1075e0a90d9f"}, "audit_ids": ["x2SpA40-TqKXAcc6Z-6XEw"], "issued_at": "2019-01-20T12:54:57.000000Z"}} 2019-01-20 12:54:58,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380d0a181f75627d6f6975910615cda57283b9ec" 2019-01-20 12:54:58,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-eeeb2060-2914-4fd7-b90e-088548e94643 Date: Sun, 20 Jan 2019 12:54: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":["78ad4073-455a-461e-9316-a94f955b7c55"],"updated_at":"2019-01-20T12:54:57Z","tenant_id":"193914a4ec86490db15d0e9957502668","created_at":"2019-01-20T12:54:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"193914a4ec86490db15d0e9957502668","id":"90370b1d-e300-406c-b36c-555dc8dfe280","name":"CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-net"}]} 2019-01-20 12:54:58,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-net used request id req-eeeb2060-2914-4fd7-b90e-088548e94643 2019-01-20 12:54:58,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:54:58,331 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:54: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:54:58,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/193914a4ec86490db15d0e9957502668 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7800585b108aa5fcfd082361d1d8c7a84846e00" 2019-01-20 12:54:58,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:54:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11f08474-090a-4e62-b4ba-834a008ad3a3 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/193914a4ec86490db15d0e9957502668"}, "enabled": true, "id": "193914a4ec86490db15d0e9957502668", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj"}} 2019-01-20 12:54:58,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/193914a4ec86490db15d0e9957502668 used request id req-11f08474-090a-4e62-b4ba-834a008ad3a3 2019-01-20 12:54:58,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=90370b1d-e300-406c-b36c-555dc8dfe280 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380d0a181f75627d6f6975910615cda57283b9ec" 2019-01-20 12:54:58,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cdf58b75-1001-4b5e-9a67-b8712580c4ee Date: Sun, 20 Jan 2019 12:54:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90370b1d-e300-406c-b36c-555dc8dfe280","tenant_id":"193914a4ec86490db15d0e9957502668","created_at":"2019-01-20T12:54:57Z","dns_nameservers":[],"updated_at":"2019-01-20T12:54:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"193914a4ec86490db15d0e9957502668","id":"78ad4073-455a-461e-9316-a94f955b7c55","subnetpool_id":null,"name":"CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-subnet"}]} 2019-01-20 12:54:58,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=90370b1d-e300-406c-b36c-555dc8dfe280 used request id req-cdf58b75-1001-4b5e-9a67-b8712580c4ee 2019-01-20 12:54:58,630 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-subnet 2019-01-20 12:54:58,630 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-subnet 2019-01-20 12:54:58,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/78ad4073-455a-461e-9316-a94f955b7c55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380d0a181f75627d6f6975910615cda57283b9ec" 2019-01-20 12:55:00,523 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0432eac0-5b32-4a59-a377-ad2ba9380305 Date: Sun, 20 Jan 2019 12:55:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:55:00,523 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/78ad4073-455a-461e-9316-a94f955b7c55 used request id req-0432eac0-5b32-4a59-a377-ad2ba9380305 2019-01-20 12:55:00,524 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-net 2019-01-20 12:55:00,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/90370b1d-e300-406c-b36c-555dc8dfe280 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380d0a181f75627d6f6975910615cda57283b9ec" 2019-01-20 12:55:01,820 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-823b4ffc-c2c7-49fb-a92b-33211d283f85 Date: Sun, 20 Jan 2019 12:55:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:55:01,820 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/90370b1d-e300-406c-b36c-555dc8dfe280 used request id req-823b4ffc-c2c7-49fb-a92b-33211d283f85 2019-01-20 12:55:01,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380d0a181f75627d6f6975910615cda57283b9ec" 2019-01-20 12:55:01,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a8f919d1-748d-429b-9ef2-496d965a2b44 Date: Sun, 20 Jan 2019 12:55:01 GMT RESP BODY: {"networks":[]} 2019-01-20 12:55:01,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-net used request id req-a8f919d1-748d-429b-9ef2-496d965a2b44 2019-01-20 12:55:01,996 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-subnet 2019-01-20 12:55:01,996 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-subnet 2019-01-20 12:55:02,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/78ad4073-455a-461e-9316-a94f955b7c55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ace2f06c6f3dc643af50627284494c271c26526" 2019-01-20 12:55:02,038 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-4a63fab8-d07a-4cb3-bb81-4fd0e74625ce Date: Sun, 20 Jan 2019 12:55:02 GMT RESP BODY: {"NeutronError": {"message": "Subnet 78ad4073-455a-461e-9316-a94f955b7c55 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2019-01-20 12:55:02,038 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/78ad4073-455a-461e-9316-a94f955b7c55 used request id req-4a63fab8-d07a-4cb3-bb81-4fd0e74625ce 2019-01-20 12:55:02,038 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 78ad4073-455a-461e-9316-a94f955b7c55 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2019-01-20 12:55:02,039 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-851f0403-d60c-4f27-9bb9-825c3628783c-pub-net 2019-01-20 12:55:02,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/90370b1d-e300-406c-b36c-555dc8dfe280 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ace2f06c6f3dc643af50627284494c271c26526" 2019-01-20 12:55:02,078 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 138 X-Openstack-Request-Id: req-4ad68158-c5a0-4b25-91ac-b310a016b53e Date: Sun, 20 Jan 2019 12:55:02 GMT RESP BODY: {"NeutronError": {"message": "Network 90370b1d-e300-406c-b36c-555dc8dfe280 could not be found.", "type": "NetworkNotFound", "detail": ""}} 2019-01-20 12:55:02,078 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/90370b1d-e300-406c-b36c-555dc8dfe280 used request id req-4ad68158-c5a0-4b25-91ac-b310a016b53e 2019-01-20 12:55:02,078 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Network 90370b1d-e300-406c-b36c-555dc8dfe280 could not be found.", "type": "NetworkNotFound", "detail": ""}} 2019-01-20 12:55:02,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c67519ff5e8b0a5d9f31b5fe643577bb6ef217" 2019-01-20 12:55:02,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-fc722351-b704-4ad2-b22a-616ccc5050b8 Date: Sun, 20 Jan 2019 12:55:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "193914a4ec86490db15d0e9957502668", "created_at": "2019-01-20T12:54:55Z", "updated_at": "2019-01-20T12:54:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:54:55Z", "revision_number": 0, "id": "4dc68f5c-3022-4c3d-bc79-462a5c4d872d", "remote_group_id": "8db69f1f-7ed6-46e8-a73f-202a873c2419", "remote_ip_prefix": null, "created_at": "2019-01-20T12:54:55Z", "security_group_id": "8db69f1f-7ed6-46e8-a73f-202a873c2419", "tenant_id": "193914a4ec86490db15d0e9957502668", "port_range_min": null, "ethertype": "IPv4", "project_id": "193914a4ec86490db15d0e9957502668"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:54:55Z", "revision_number": 0, "id": "7520009a-1f53-467c-af52-221b7debb43d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:54:55Z", "security_group_id": "8db69f1f-7ed6-46e8-a73f-202a873c2419", "tenant_id": "193914a4ec86490db15d0e9957502668", "port_range_min": null, "ethertype": "IPv6", "project_id": "193914a4ec86490db15d0e9957502668"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:54:55Z", "revision_number": 0, "id": "b436689d-a2a8-4165-8c73-8c61498150f8", "remote_group_id": "8db69f1f-7ed6-46e8-a73f-202a873c2419", "remote_ip_prefix": null, "created_at": "2019-01-20T12:54:55Z", "security_group_id": "8db69f1f-7ed6-46e8-a73f-202a873c2419", "tenant_id": "193914a4ec86490db15d0e9957502668", "port_range_min": null, "ethertype": "IPv6", "project_id": "193914a4ec86490db15d0e9957502668"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:54:55Z", "revision_number": 0, "id": "f261261d-acae-4f8d-a723-729cc4246e1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:54:55Z", "security_group_id": "8db69f1f-7ed6-46e8-a73f-202a873c2419", "tenant_id": "193914a4ec86490db15d0e9957502668", "port_range_min": null, "ethertype": "IPv4", "project_id": "193914a4ec86490db15d0e9957502668"}], "revision_number": 4, "project_id": "193914a4ec86490db15d0e9957502668", "id": "8db69f1f-7ed6-46e8-a73f-202a873c2419", "name": "default"}]} 2019-01-20 12:55:02,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-fc722351-b704-4ad2-b22a-616ccc5050b8 2019-01-20 12:55:02,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c67519ff5e8b0a5d9f31b5fe643577bb6ef217" 2019-01-20 12:55:02,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e59ce692-7db7-4e6e-a909-5cb03e8a0b5e 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:55:02,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-e59ce692-7db7-4e6e-a909-5cb03e8a0b5e 2019-01-20 12:55:02,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c67519ff5e8b0a5d9f31b5fe643577bb6ef217" 2019-01-20 12:55:02,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f970977-b0e8-465e-bea0-ec53eed61691 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:55:02,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-1f970977-b0e8-465e-bea0-ec53eed61691 2019-01-20 12:55:02,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c67519ff5e8b0a5d9f31b5fe643577bb6ef217" 2019-01-20 12:55:02,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f46243a8-67f0-4a30-85d4-7a67598e651f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:55:02,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-f46243a8-67f0-4a30-85d4-7a67598e651f 2019-01-20 12:55:02,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/193914a4ec86490db15d0e9957502668 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c67519ff5e8b0a5d9f31b5fe643577bb6ef217" 2019-01-20 12:55:02,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06db4ede-41f8-4308-ab35-8e794eeb45b1 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/193914a4ec86490db15d0e9957502668"}, "enabled": true, "id": "193914a4ec86490db15d0e9957502668", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj"}} 2019-01-20 12:55:02,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/193914a4ec86490db15d0e9957502668 used request id req-06db4ede-41f8-4308-ab35-8e794eeb45b1 2019-01-20 12:55:02,686 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8db69f1f-7ed6-46e8-a73f-202a873c2419 2019-01-20 12:55:02,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=8db69f1f-7ed6-46e8-a73f-202a873c2419 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c67519ff5e8b0a5d9f31b5fe643577bb6ef217" 2019-01-20 12:55:02,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3017519b-83d2-46a1-911d-5f29c12cc018 Date: Sun, 20 Jan 2019 12:55:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "8db69f1f-7ed6-46e8-a73f-202a873c2419", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:54:55Z", "security_group_id": "8db69f1f-7ed6-46e8-a73f-202a873c2419", "port_range_min": null, "revision_number": 0, "tenant_id": "193914a4ec86490db15d0e9957502668", "created_at": "2019-01-20T12:54:55Z", "project_id": "193914a4ec86490db15d0e9957502668", "id": "4dc68f5c-3022-4c3d-bc79-462a5c4d872d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:54:55Z", "security_group_id": "8db69f1f-7ed6-46e8-a73f-202a873c2419", "port_range_min": null, "revision_number": 0, "tenant_id": "193914a4ec86490db15d0e9957502668", "created_at": "2019-01-20T12:54:55Z", "project_id": "193914a4ec86490db15d0e9957502668", "id": "7520009a-1f53-467c-af52-221b7debb43d"}, {"remote_group_id": "8db69f1f-7ed6-46e8-a73f-202a873c2419", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:54:55Z", "security_group_id": "8db69f1f-7ed6-46e8-a73f-202a873c2419", "port_range_min": null, "revision_number": 0, "tenant_id": "193914a4ec86490db15d0e9957502668", "created_at": "2019-01-20T12:54:55Z", "project_id": "193914a4ec86490db15d0e9957502668", "id": "b436689d-a2a8-4165-8c73-8c61498150f8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:54:55Z", "security_group_id": "8db69f1f-7ed6-46e8-a73f-202a873c2419", "port_range_min": null, "revision_number": 0, "tenant_id": "193914a4ec86490db15d0e9957502668", "created_at": "2019-01-20T12:54:55Z", "project_id": "193914a4ec86490db15d0e9957502668", "id": "f261261d-acae-4f8d-a723-729cc4246e1b"}]} 2019-01-20 12:55:02,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=8db69f1f-7ed6-46e8-a73f-202a873c2419 used request id req-3017519b-83d2-46a1-911d-5f29c12cc018 2019-01-20 12:55:02,867 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 12:55:02,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/8db69f1f-7ed6-46e8-a73f-202a873c2419 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c67519ff5e8b0a5d9f31b5fe643577bb6ef217" 2019-01-20 12:55:03,170 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cf980f26-3723-4883-bac5-3140595d2f1b Content-Length: 0 Date: Sun, 20 Jan 2019 12:55:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:55:03,170 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/8db69f1f-7ed6-46e8-a73f-202a873c2419 used request id req-cf980f26-3723-4883-bac5-3140595d2f1b 2019-01-20 12:55:03,171 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj 2019-01-20 12:55:03,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/193914a4ec86490db15d0e9957502668 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c67519ff5e8b0a5d9f31b5fe643577bb6ef217" 2019-01-20 12:55:03,387 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:55:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e02b037-56bb-4620-91d1-56b6071676de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:55:03,388 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/193914a4ec86490db15d0e9957502668 used request id req-9e02b037-56bb-4620-91d1-56b6071676de 2019-01-20 12:55:03,388 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-7fd4f7c6-343d-432-proj-role 2019-01-20 12:55:03,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/400912795a38447dbdc946c074e1af45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c67519ff5e8b0a5d9f31b5fe643577bb6ef217" 2019-01-20 12:55:03,504 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:55:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-597081cc-5b7a-426b-b21c-6a3bb3afec6b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:55:03,504 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/400912795a38447dbdc946c074e1af45 used request id req-597081cc-5b7a-426b-b21c-6a3bb3afec6b 2019-01-20 12:55:03,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c67519ff5e8b0a5d9f31b5fe643577bb6ef217" 2019-01-20 12:55:03,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c30d06bc-fe73-4b91-8d8a-b0781d9ac8f2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:55:03,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c30d06bc-fe73-4b91-8d8a-b0781d9ac8f2 2019-01-20 12:55:03,589 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-7fd4f7c6-343d-432-user 2019-01-20 12:55:03,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/00d4ac4a744a41eeaf4b1075e0a90d9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cabbc613e640cf3c858ba0b11c449d5fde6a6aa8" 2019-01-20 12:55:03,774 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:55:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72cb79fd-5f16-46a8-9123-20aa577a5c6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:55:03,774 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/00d4ac4a744a41eeaf4b1075e0a90d9f used request id req-72cb79fd-5f16-46a8-9123-20aa577a5c6c 2019-01-20 12:55:03,776 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:55:04,163 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:55:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["IFDVG7grRVGgRRJOeg4j6w"], "issued_at": "2019-01-20T12:55:04.000000Z"}} 2019-01-20 12:55:04,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b62ce096aa650edb536fecf9a6d505e93c5f1da5" 2019-01-20 12:55:04,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd717ef3-7014-41c6-852c-77bbe3643281 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:55:04,241 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-dd717ef3-7014-41c6-852c-77bbe3643281 2019-01-20 12:55:04,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:55:04,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:55:04,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:55:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["B96aPysESQqtxFmz0iZ8eQ"], "issued_at": "2019-01-20T12:55:04.000000Z"}} 2019-01-20 12:55:04,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf834f96e968c10bd3e575721402944d7ccfef6" 2019-01-20 12:55:04,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f130f77-4009-42d5-9aee-e36288b859e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:55:04,741 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4f130f77-4009-42d5-9aee-e36288b859e6 2019-01-20 12:55:04,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:55:04,750 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:55: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:55:04,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf834f96e968c10bd3e575721402944d7ccfef6" 2019-01-20 12:55:04,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85ec10fc-9a1e-4e2a-a1c5-b47f6516efb3 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:55:04,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj used request id req-85ec10fc-9a1e-4e2a-a1c5-b47f6516efb3 2019-01-20 12:55:04,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf834f96e968c10bd3e575721402944d7ccfef6" 2019-01-20 12:55:04,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf74674b-c846-483f-9b25-a2dbd65be6b4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:55:04,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-bf74674b-c846-483f-9b25-a2dbd65be6b4 2019-01-20 12:55:04,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf834f96e968c10bd3e575721402944d7ccfef6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj"}}' 2019-01-20 12:55:05,061 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:55:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12d5ba1f-ff5a-41bd-95f5-1d64fd857705 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee"}, "enabled": true, "id": "044b0a1812184851858ad9b5e861fbee", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj"}} 2019-01-20 12:55:05,061 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-12d5ba1f-ff5a-41bd-95f5-1d64fd857705 2019-01-20 12:55:05,061 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj 2019-01-20 12:55:05,062 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:55:05,062 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:55:05,439 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:55:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["d8y97uMJTuioa2xDoYZ_Cg"], "issued_at": "2019-01-20T12:55:05.000000Z"}} 2019-01-20 12:55:05,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}298d305ca59caac55d6fa5a1e873b994b54378d2" 2019-01-20 12:55:05,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-027e6d3b-3b3f-4b03-af64-14048b7d0a8e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:55:05,527 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-027e6d3b-3b3f-4b03-af64-14048b7d0a8e 2019-01-20 12:55:05,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:55:05,537 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:55: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:55:05,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}298d305ca59caac55d6fa5a1e873b994b54378d2" 2019-01-20 12:55:05,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bee8021-0dd7-491c-97b1-da2716de7485 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:55:05,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-8bee8021-0dd7-491c-97b1-da2716de7485 2019-01-20 12:55:05,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}298d305ca59caac55d6fa5a1e873b994b54378d2" 2019-01-20 12:55:05,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6b6d72f-2950-4907-a3c2-13780cbc9a97 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee"}, "enabled": true, "id": "044b0a1812184851858ad9b5e861fbee", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj"}]} 2019-01-20 12:55:05,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj used request id req-a6b6d72f-2950-4907-a3c2-13780cbc9a97 2019-01-20 12:55:05,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}298d305ca59caac55d6fa5a1e873b994b54378d2" 2019-01-20 12:55:05,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7accd8c1-fe7b-4043-ada3-8595fc514820 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:55:05,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-7accd8c1-fe7b-4043-ada3-8595fc514820 2019-01-20 12:55:06,133 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-fafa7dfa-8f87-447-user 2019-01-20 12:55:06,133 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:55:06,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf834f96e968c10bd3e575721402944d7ccfef6" 2019-01-20 12:55:06,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7e708c2-95ff-4cd5-8f91-2556e41dea12 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:55:06,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b7e708c2-95ff-4cd5-8f91-2556e41dea12 2019-01-20 12:55:06,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf834f96e968c10bd3e575721402944d7ccfef6" -d '{"role": {"name": "CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj-role"}}' 2019-01-20 12:55:06,354 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:55:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4e8fd59-758f-4a39-9e32-67aa256c3283 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "97a8c53c0db540c3b628effbbeddc98c", "links": {"self": "http://172.30.9.22:5000/v3/roles/97a8c53c0db540c3b628effbbeddc98c"}, "name": "CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj-role"}} 2019-01-20 12:55:06,354 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-a4e8fd59-758f-4a39-9e32-67aa256c3283 2019-01-20 12:55:06,355 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj-role 2019-01-20 12:55:06,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/97a8c53c0db540c3b628effbbeddc98c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf834f96e968c10bd3e575721402944d7ccfef6" 2019-01-20 12:55:06,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a1c89c5-198b-421e-89e6-f1d850127246 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/97a8c53c0db540c3b628effbbeddc98c"}, "domain_id": null, "name": "CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj-role", "id": "97a8c53c0db540c3b628effbbeddc98c"}} 2019-01-20 12:55:06,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/97a8c53c0db540c3b628effbbeddc98c used request id req-9a1c89c5-198b-421e-89e6-f1d850127246 2019-01-20 12:55:06,442 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj-role to project CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj 2019-01-20 12:55:06,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee/users/3a2644dd74f54118a167707d40022064/roles/97a8c53c0db540c3b628effbbeddc98c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf834f96e968c10bd3e575721402944d7ccfef6" 2019-01-20 12:55:06,566 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:55:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-720fef39-ed4c-4b38-8e0a-484af8f4aab7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:55:06,566 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee/users/3a2644dd74f54118a167707d40022064/roles/97a8c53c0db540c3b628effbbeddc98c used request id req-720fef39-ed4c-4b38-8e0a-484af8f4aab7 2019-01-20 12:55:06,567 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:55:06,568 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:55:06,949 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:55:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["JtrraO6sRoa-Dmqro31j9g"], "issued_at": "2019-01-20T12:55:06.000000Z"}} 2019-01-20 12:55:06,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36774c43582772681bec25c0ab360d37b62dcef" 2019-01-20 12:55:07,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37f554a7-7142-4557-8001-f534a0cbfce7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:55:07,038 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-37f554a7-7142-4557-8001-f534a0cbfce7 2019-01-20 12:55:07,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36774c43582772681bec25c0ab360d37b62dcef" 2019-01-20 12:55:07,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-83632494-11b8-4dbe-a262-242f651df343 Date: Sun, 20 Jan 2019 12:55:07 GMT RESP BODY: {"networks":[]} 2019-01-20 12:55:07,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-net used request id req-83632494-11b8-4dbe-a262-242f651df343 2019-01-20 12:55:07,235 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-net 2019-01-20 12:55:07,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:55:07,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:55:07,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:55:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["2d0XwBVySWSKzTCS8j6zeQ"], "issued_at": "2019-01-20T12:55:07.000000Z"}} 2019-01-20 12:55:07,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95c8e2441391188438b8b1f736cb739e37f11c7e" 2019-01-20 12:55:07,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afb33b79-2756-42f2-b2dd-6ff00ef6efaa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:55:07,707 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-afb33b79-2756-42f2-b2dd-6ff00ef6efaa 2019-01-20 12:55:07,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:55:07,716 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:55: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:55:07,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95c8e2441391188438b8b1f736cb739e37f11c7e" 2019-01-20 12:55:07,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7095aa11-ce3e-4f91-ac57-416636d4dfae Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee"}, "enabled": true, "id": "044b0a1812184851858ad9b5e861fbee", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj"}]} 2019-01-20 12:55:07,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj used request id req-7095aa11-ce3e-4f91-ac57-416636d4dfae 2019-01-20 12:55:07,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36774c43582772681bec25c0ab360d37b62dcef" -d '{"network": {"tenant_id": "044b0a1812184851858ad9b5e861fbee", "name": "CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-net", "admin_state_up": true}}' 2019-01-20 12:55:08,353 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-b5647e5b-f4df-4ba5-95a9-da806d928373 Date: Sun, 20 Jan 2019 12:55: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":"9597eb1c-8d4a-4e13-afed-478bfdb6562c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":57,"ipv4_address_scope":null,"shared":false,"project_id":"044b0a1812184851858ad9b5e861fbee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T12:55:08Z","is_default":false,"qos_policy_id":null,"name":"CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-net","admin_state_up":true,"tenant_id":"044b0a1812184851858ad9b5e861fbee","created_at":"2019-01-20T12:55:08Z","mtu":1450}} 2019-01-20 12:55:08,353 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-b5647e5b-f4df-4ba5-95a9-da806d928373 2019-01-20 12:55:08,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=9597eb1c-8d4a-4e13-afed-478bfdb6562c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36774c43582772681bec25c0ab360d37b62dcef" 2019-01-20 12:55:08,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-9030381f-a4f8-44a7-ab22-622267e3b469 Date: Sun, 20 Jan 2019 12:55:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9597eb1c-8d4a-4e13-afed-478bfdb6562c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":57,"ipv4_address_scope":null,"shared":false,"project_id":"044b0a1812184851858ad9b5e861fbee","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T12:55:08Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-net","admin_state_up":true,"tenant_id":"044b0a1812184851858ad9b5e861fbee","created_at":"2019-01-20T12:55:08Z","provider:network_type":"vxlan"}]} 2019-01-20 12:55:08,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=9597eb1c-8d4a-4e13-afed-478bfdb6562c used request id req-9030381f-a4f8-44a7-ab22-622267e3b469 2019-01-20 12:55:08,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9597eb1c-8d4a-4e13-afed-478bfdb6562c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36774c43582772681bec25c0ab360d37b62dcef" 2019-01-20 12:55:08,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9c6a9ff1-5494-4274-9c62-a6b9d6e2b2e6 Date: Sun, 20 Jan 2019 12:55:08 GMT RESP BODY: {"subnets":[]} 2019-01-20 12:55:08,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9597eb1c-8d4a-4e13-afed-478bfdb6562c used request id req-9c6a9ff1-5494-4274-9c62-a6b9d6e2b2e6 2019-01-20 12:55:08,801 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:55:08,802 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:55:09,176 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:55:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["u_2bwPozRQuTJVm-yFNOmQ"], "issued_at": "2019-01-20T12:55:09.000000Z"}} 2019-01-20 12:55:09,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b833bfe0290c9fd441aa602cb6ba40ab240cd9" 2019-01-20 12:55:09,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15b7602d-7fd5-425f-bbac-468e40a5e2d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:55:09,269 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-15b7602d-7fd5-425f-bbac-468e40a5e2d4 2019-01-20 12:55:09,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:55:09,399 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:55:09,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b833bfe0290c9fd441aa602cb6ba40ab240cd9" 2019-01-20 12:55:09,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b3100be-f808-452a-948c-a9752d0e83b9 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee"}, "enabled": true, "id": "044b0a1812184851858ad9b5e861fbee", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj"}]} 2019-01-20 12:55:09,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj used request id req-3b3100be-f808-452a-948c-a9752d0e83b9 2019-01-20 12:55:09,481 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-subnet 2019-01-20 12:55:09,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36774c43582772681bec25c0ab360d37b62dcef" -d '{"subnets": [{"ip_version": 4, "network_id": "9597eb1c-8d4a-4e13-afed-478bfdb6562c", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-subnet", "tenant_id": "044b0a1812184851858ad9b5e861fbee"}]}' 2019-01-20 12:55:10,275 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-655ab1aa-db73-4324-9cf4-0a6644310548 Date: Sun, 20 Jan 2019 12:55:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9597eb1c-8d4a-4e13-afed-478bfdb6562c","tenant_id":"044b0a1812184851858ad9b5e861fbee","created_at":"2019-01-20T12:55:09Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"044b0a1812184851858ad9b5e861fbee","id":"03bbc7b7-0fef-4679-ab80-e9957e084c73","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-subnet"}]} 2019-01-20 12:55:10,275 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-655ab1aa-db73-4324-9cf4-0a6644310548 2019-01-20 12:55:10,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=9597eb1c-8d4a-4e13-afed-478bfdb6562c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36774c43582772681bec25c0ab360d37b62dcef" 2019-01-20 12:55:10,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c594607c-ef18-4410-b373-4473ebc52377 Date: Sun, 20 Jan 2019 12:55:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9597eb1c-8d4a-4e13-afed-478bfdb6562c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":57,"ipv4_address_scope":null,"shared":false,"project_id":"044b0a1812184851858ad9b5e861fbee","status":"ACTIVE","subnets":["03bbc7b7-0fef-4679-ab80-e9957e084c73"],"description":"","tags":[],"updated_at":"2019-01-20T12:55:09Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-net","admin_state_up":true,"tenant_id":"044b0a1812184851858ad9b5e861fbee","created_at":"2019-01-20T12:55:08Z","provider:network_type":"vxlan"}]} 2019-01-20 12:55:10,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=9597eb1c-8d4a-4e13-afed-478bfdb6562c used request id req-c594607c-ef18-4410-b373-4473ebc52377 2019-01-20 12:55:10,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9597eb1c-8d4a-4e13-afed-478bfdb6562c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36774c43582772681bec25c0ab360d37b62dcef" 2019-01-20 12:55:10,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-593af4a3-d6d4-4a00-8f5c-fb60f1cbb5a1 Date: Sun, 20 Jan 2019 12:55:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9597eb1c-8d4a-4e13-afed-478bfdb6562c","tenant_id":"044b0a1812184851858ad9b5e861fbee","created_at":"2019-01-20T12:55:09Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"044b0a1812184851858ad9b5e861fbee","id":"03bbc7b7-0fef-4679-ab80-e9957e084c73","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-subnet"}]} 2019-01-20 12:55:10,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9597eb1c-8d4a-4e13-afed-478bfdb6562c used request id req-593af4a3-d6d4-4a00-8f5c-fb60f1cbb5a1 2019-01-20 12:55:10,588 - OpenStackNetwork - DEBUG - Network [9597eb1c-8d4a-4e13-afed-478bfdb6562c] created successfully 2019-01-20 12:55:10,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:55:10,960 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97a8c53c0db540c3b628effbbeddc98c", "name": "CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj-role"}], "expires_at": "2019-01-20T13:55:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "044b0a1812184851858ad9b5e861fbee", "name": "CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/044b0a1812184851858ad9b5e861fbee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/044b0a1812184851858ad9b5e861fbee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/044b0a1812184851858ad9b5e861fbee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/044b0a1812184851858ad9b5e861fbee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/044b0a1812184851858ad9b5e861fbee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/044b0a1812184851858ad9b5e861fbee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/044b0a1812184851858ad9b5e861fbee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/044b0a1812184851858ad9b5e861fbee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/044b0a1812184851858ad9b5e861fbee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/044b0a1812184851858ad9b5e861fbee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/044b0a1812184851858ad9b5e861fbee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/044b0a1812184851858ad9b5e861fbee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-fafa7dfa-8f87-447-user", "id": "3a2644dd74f54118a167707d40022064"}, "audit_ids": ["d1oG3y7tQGaEVoUg3LqzPw"], "issued_at": "2019-01-20T12:55:10.000000Z"}} 2019-01-20 12:55:10,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd2fa851d8c1993c497fbb848ddfeb85e22c5415" 2019-01-20 12:55:11,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-3819cb4a-05e7-457e-a182-8fdae52eeb51 Date: Sun, 20 Jan 2019 12: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":["03bbc7b7-0fef-4679-ab80-e9957e084c73"],"updated_at":"2019-01-20T12:55:09Z","tenant_id":"044b0a1812184851858ad9b5e861fbee","created_at":"2019-01-20T12:55:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"044b0a1812184851858ad9b5e861fbee","id":"9597eb1c-8d4a-4e13-afed-478bfdb6562c","name":"CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-net"}]} 2019-01-20 12:55:11,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-net used request id req-3819cb4a-05e7-457e-a182-8fdae52eeb51 2019-01-20 12:55:11,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:55:11,218 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:55:11,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b62ce096aa650edb536fecf9a6d505e93c5f1da5" 2019-01-20 12:55:11,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-958830a2-d4d4-4a16-b565-20a8f5a94d03 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee"}, "enabled": true, "id": "044b0a1812184851858ad9b5e861fbee", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj"}} 2019-01-20 12:55:11,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee used request id req-958830a2-d4d4-4a16-b565-20a8f5a94d03 2019-01-20 12:55:11,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9597eb1c-8d4a-4e13-afed-478bfdb6562c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd2fa851d8c1993c497fbb848ddfeb85e22c5415" 2019-01-20 12:55:11,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9d6f3e6e-eddd-4e0f-a064-4ca2536b6a2f Date: Sun, 20 Jan 2019 12:55:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9597eb1c-8d4a-4e13-afed-478bfdb6562c","tenant_id":"044b0a1812184851858ad9b5e861fbee","created_at":"2019-01-20T12:55:09Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"044b0a1812184851858ad9b5e861fbee","id":"03bbc7b7-0fef-4679-ab80-e9957e084c73","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-subnet"}]} 2019-01-20 12:55:11,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9597eb1c-8d4a-4e13-afed-478bfdb6562c used request id req-9d6f3e6e-eddd-4e0f-a064-4ca2536b6a2f 2019-01-20 12:55:11,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:55:11,515 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:55:11,890 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97a8c53c0db540c3b628effbbeddc98c", "name": "CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj-role"}], "expires_at": "2019-01-20T13:55:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "044b0a1812184851858ad9b5e861fbee", "name": "CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/044b0a1812184851858ad9b5e861fbee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/044b0a1812184851858ad9b5e861fbee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/044b0a1812184851858ad9b5e861fbee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/044b0a1812184851858ad9b5e861fbee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/044b0a1812184851858ad9b5e861fbee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/044b0a1812184851858ad9b5e861fbee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/044b0a1812184851858ad9b5e861fbee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/044b0a1812184851858ad9b5e861fbee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/044b0a1812184851858ad9b5e861fbee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/044b0a1812184851858ad9b5e861fbee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/044b0a1812184851858ad9b5e861fbee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/044b0a1812184851858ad9b5e861fbee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-fafa7dfa-8f87-447-user", "id": "3a2644dd74f54118a167707d40022064"}, "audit_ids": ["63F6GZ_1TY-G4SVhuIhcEQ"], "issued_at": "2019-01-20T12:55:11.000000Z"}} 2019-01-20 12:55:11,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}611047691b8d980ba5327ac86d97e9c3a58a7802" 2019-01-20 12:55:11,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23134708-88e0-4601-991c-790852529817 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:55:11,979 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-23134708-88e0-4601-991c-790852529817 2019-01-20 12:55:11,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}611047691b8d980ba5327ac86d97e9c3a58a7802" 2019-01-20 12:55:12,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-fd87aa0c-8c93-461e-89bd-c4a18b2282ed Date: Sun, 20 Jan 2019 12:55: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":["03bbc7b7-0fef-4679-ab80-e9957e084c73"],"updated_at":"2019-01-20T12:55:09Z","tenant_id":"044b0a1812184851858ad9b5e861fbee","created_at":"2019-01-20T12:55:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"044b0a1812184851858ad9b5e861fbee","id":"9597eb1c-8d4a-4e13-afed-478bfdb6562c","name":"CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-net"}]} 2019-01-20 12:55:12,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-net used request id req-fd87aa0c-8c93-461e-89bd-c4a18b2282ed 2019-01-20 12:55:12,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:55:12,240 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:55: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:55:12,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}611047691b8d980ba5327ac86d97e9c3a58a7802" 2019-01-20 12:55:12,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b4aa74f-0563-439b-8a0b-df99411d1a6f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee"}, "enabled": true, "id": "044b0a1812184851858ad9b5e861fbee", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj"}} 2019-01-20 12:55:12,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee used request id req-9b4aa74f-0563-439b-8a0b-df99411d1a6f 2019-01-20 12:55:12,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9597eb1c-8d4a-4e13-afed-478bfdb6562c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}611047691b8d980ba5327ac86d97e9c3a58a7802" 2019-01-20 12:55:12,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-89c9c072-b64c-45d5-81e2-f3925c92e377 Date: Sun, 20 Jan 2019 12:55:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9597eb1c-8d4a-4e13-afed-478bfdb6562c","tenant_id":"044b0a1812184851858ad9b5e861fbee","created_at":"2019-01-20T12:55:09Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"044b0a1812184851858ad9b5e861fbee","id":"03bbc7b7-0fef-4679-ab80-e9957e084c73","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-subnet"}]} 2019-01-20 12:55:12,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9597eb1c-8d4a-4e13-afed-478bfdb6562c used request id req-89c9c072-b64c-45d5-81e2-f3925c92e377 2019-01-20 12:55:12,533 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:55:12,534 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:55:12,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:55:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["hRHAdOOZSQioXPSbHBfrng"], "issued_at": "2019-01-20T12:55:12.000000Z"}} 2019-01-20 12:55:12,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:13,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eedd943-1377-4d73-b4d2-68031913ecda Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:55:13,073 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0eedd943-1377-4d73-b4d2-68031913ecda 2019-01-20 12:55:13,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:13,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-47296c8c-2339-4145-b410-e37be431f0a1 Date: Sun, 20 Jan 2019 12:55:13 GMT RESP BODY: {"routers": []} 2019-01-20 12:55:13,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-router&admin_state_up=True used request id req-47296c8c-2339-4145-b410-e37be431f0a1 2019-01-20 12:55:13,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:55:13,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:55:13,734 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:55:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["apeyyIp7TPahndRXkuE1_w"], "issued_at": "2019-01-20T12:55:13.000000Z"}} 2019-01-20 12:55:13,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afe6721b56e37f819be1642a9f460eb21b0a76a1" 2019-01-20 12:55:13,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-964f50f4-257d-4a5f-a028-937263bc71fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:55:13,825 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-964f50f4-257d-4a5f-a028-937263bc71fe 2019-01-20 12:55:13,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:55:13,835 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:55: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:55:13,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afe6721b56e37f819be1642a9f460eb21b0a76a1" 2019-01-20 12:55:13,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e73327b-98d6-490e-98db-ca5d794ef5cd Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee"}, "enabled": true, "id": "044b0a1812184851858ad9b5e861fbee", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj"}]} 2019-01-20 12:55:13,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj used request id req-8e73327b-98d6-490e-98db-ca5d794ef5cd 2019-01-20 12:55:13,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:14,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-9b2e5f30-6d9d-4579-9cee-3f5f304904eb Date: Sun, 20 Jan 2019 12:55:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 12:55:14,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-9b2e5f30-6d9d-4579-9cee-3f5f304904eb 2019-01-20 12:55:14,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:14,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-8dc2368c-843a-4d11-aac4-8a3bc698d39f Date: Sun, 20 Jan 2019 12:55:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-20 12:55:14,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-8dc2368c-843a-4d11-aac4-8a3bc698d39f 2019-01-20 12:55:14,370 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-router 2019-01-20 12:55:14,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "tenant_id": "044b0a1812184851858ad9b5e861fbee", "name": "CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-router", "admin_state_up": true}}' 2019-01-20 12:55:19,505 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-0ab56df9-08f2-4a76-9081-62c823eef1f3 Date: Sun, 20 Jan 2019 12:55:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "044b0a1812184851858ad9b5e861fbee", "created_at": "2019-01-20T12:55:15Z", "admin_state_up": true, "updated_at": "2019-01-20T12:55:16Z", "project_id": "044b0a1812184851858ad9b5e861fbee", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "3cac5fae-09a4-40a1-8715-12a495be547a", "name": "CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-router"}} 2019-01-20 12:55:19,505 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-0ab56df9-08f2-4a76-9081-62c823eef1f3 2019-01-20 12:55:19,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=3cac5fae-09a4-40a1-8715-12a495be547a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:19,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-c32c24f4-9492-46f3-89ee-8f6b56147fde Date: Sun, 20 Jan 2019 12:55:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:55:17Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4b9bbbe1-1697-4121-93d9-2084f94f19af","ip_address":"169.254.192.4"}],"id":"47a1ccfc-dcdb-4dc5-98b8-f861bb904be7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a6:8d:36","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 044b0a1812184851858ad9b5e861fbee","admin_state_up":true,"network_id":"07d32bb7-e7b7-4f99-a278-82989333bce9","tenant_id":"","created_at":"2019-01-20T12:55:17Z","binding:vnic_type":"normal","device_id":"3cac5fae-09a4-40a1-8715-12a495be547a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:55:18Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4b9bbbe1-1697-4121-93d9-2084f94f19af","ip_address":"169.254.192.8"}],"id":"6dba6bc0-af16-4be1-86da-9661d367911d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:53:4c:a0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 044b0a1812184851858ad9b5e861fbee","admin_state_up":true,"network_id":"07d32bb7-e7b7-4f99-a278-82989333bce9","tenant_id":"","created_at":"2019-01-20T12:55:18Z","binding:vnic_type":"normal","device_id":"3cac5fae-09a4-40a1-8715-12a495be547a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:55:16Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4b9bbbe1-1697-4121-93d9-2084f94f19af","ip_address":"169.254.192.3"}],"id":"87c91092-9b10-46f6-9280-50e29cbc9659","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c9:77:39","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 044b0a1812184851858ad9b5e861fbee","admin_state_up":true,"network_id":"07d32bb7-e7b7-4f99-a278-82989333bce9","tenant_id":"","created_at":"2019-01-20T12:55:16Z","binding:vnic_type":"normal","device_id":"3cac5fae-09a4-40a1-8715-12a495be547a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:55:15Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.207"}],"id":"b42f2613-9a1e-4913-96a1-76a4e7906749","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:45:c3:d6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"","created_at":"2019-01-20T12:55:15Z","binding:vnic_type":"normal","device_id":"3cac5fae-09a4-40a1-8715-12a495be547a"}]} 2019-01-20 12:55:19,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=3cac5fae-09a4-40a1-8715-12a495be547a used request id req-c32c24f4-9492-46f3-89ee-8f6b56147fde 2019-01-20 12:55:19,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:19,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-65df2bcb-7fd3-47f0-aefb-3d78761b25a6 Date: Sun, 20 Jan 2019 12:55:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 12:55:19,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-65df2bcb-7fd3-47f0-aefb-3d78761b25a6 2019-01-20 12:55:19,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/4b9bbbe1-1697-4121-93d9-2084f94f19af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:20,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0775c552-d39c-4baa-9a8a-8bd759732158 Date: Sun, 20 Jan 2019 12:55:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"07d32bb7-e7b7-4f99-a278-82989333bce9","tenant_id":"","created_at":"2019-01-20T12:55:15Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"4b9bbbe1-1697-4121-93d9-2084f94f19af","subnetpool_id":null,"name":"HA subnet tenant 044b0a1812184851858ad9b5e861fbee"}} 2019-01-20 12:55:20,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/4b9bbbe1-1697-4121-93d9-2084f94f19af used request id req-0775c552-d39c-4baa-9a8a-8bd759732158 2019-01-20 12:55:20,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/4b9bbbe1-1697-4121-93d9-2084f94f19af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:20,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-fdf92f1b-1f87-41cd-9141-0435a7c3ab65 Date: Sun, 20 Jan 2019 12:55:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"07d32bb7-e7b7-4f99-a278-82989333bce9","tenant_id":"","created_at":"2019-01-20T12:55:15Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"4b9bbbe1-1697-4121-93d9-2084f94f19af","subnetpool_id":null,"name":"HA subnet tenant 044b0a1812184851858ad9b5e861fbee"}} 2019-01-20 12:55:20,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/4b9bbbe1-1697-4121-93d9-2084f94f19af used request id req-fdf92f1b-1f87-41cd-9141-0435a7c3ab65 2019-01-20 12:55:20,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/4b9bbbe1-1697-4121-93d9-2084f94f19af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:20,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-3e800d10-1f56-40a9-8971-60fb6516254d Date: Sun, 20 Jan 2019 12:55:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"07d32bb7-e7b7-4f99-a278-82989333bce9","tenant_id":"","created_at":"2019-01-20T12:55:15Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"4b9bbbe1-1697-4121-93d9-2084f94f19af","subnetpool_id":null,"name":"HA subnet tenant 044b0a1812184851858ad9b5e861fbee"}} 2019-01-20 12:55:20,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/4b9bbbe1-1697-4121-93d9-2084f94f19af used request id req-3e800d10-1f56-40a9-8971-60fb6516254d 2019-01-20 12:55:20,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:20,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-74d65992-37ac-4083-aa75-ef5165ee1b45 Date: Sun, 20 Jan 2019 12:55:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9597eb1c-8d4a-4e13-afed-478bfdb6562c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":57,"ipv4_address_scope":null,"shared":false,"project_id":"044b0a1812184851858ad9b5e861fbee","status":"ACTIVE","subnets":["03bbc7b7-0fef-4679-ab80-e9957e084c73"],"description":"","tags":[],"updated_at":"2019-01-20T12:55:09Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-net","admin_state_up":true,"tenant_id":"044b0a1812184851858ad9b5e861fbee","created_at":"2019-01-20T12:55:08Z","provider:network_type":"vxlan"}]} 2019-01-20 12:55:20,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-net used request id req-74d65992-37ac-4083-aa75-ef5165ee1b45 2019-01-20 12:55:20,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:55:20,684 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:55: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:55:20,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:20,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-865182d1-57c2-4b43-a970-7e2f240b8a8a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee"}, "enabled": true, "id": "044b0a1812184851858ad9b5e861fbee", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj"}} 2019-01-20 12:55:20,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee used request id req-865182d1-57c2-4b43-a970-7e2f240b8a8a 2019-01-20 12:55:20,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9597eb1c-8d4a-4e13-afed-478bfdb6562c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:20,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6ab933ac-c6b7-4d8c-81cf-f1644812f6a9 Date: Sun, 20 Jan 2019 12:55:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9597eb1c-8d4a-4e13-afed-478bfdb6562c","tenant_id":"044b0a1812184851858ad9b5e861fbee","created_at":"2019-01-20T12:55:09Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"044b0a1812184851858ad9b5e861fbee","id":"03bbc7b7-0fef-4679-ab80-e9957e084c73","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-subnet"}]} 2019-01-20 12:55:20,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9597eb1c-8d4a-4e13-afed-478bfdb6562c used request id req-6ab933ac-c6b7-4d8c-81cf-f1644812f6a9 2019-01-20 12:55:20,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9597eb1c-8d4a-4e13-afed-478bfdb6562c&name=CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:21,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cd1bb2ca-97fb-4357-8af9-a7b682107d55 Date: Sun, 20 Jan 2019 12:55:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9597eb1c-8d4a-4e13-afed-478bfdb6562c","tenant_id":"044b0a1812184851858ad9b5e861fbee","created_at":"2019-01-20T12:55:09Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"044b0a1812184851858ad9b5e861fbee","id":"03bbc7b7-0fef-4679-ab80-e9957e084c73","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-subnet"}]} 2019-01-20 12:55:21,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9597eb1c-8d4a-4e13-afed-478bfdb6562c&name=CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-subnet used request id req-cd1bb2ca-97fb-4357-8af9-a7b682107d55 2019-01-20 12:55:21,080 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-20 12:55:21,080 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-router 2019-01-20 12:55:21,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/3cac5fae-09a4-40a1-8715-12a495be547a/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" -d '{"subnet_id": "03bbc7b7-0fef-4679-ab80-e9957e084c73"}' 2019-01-20 12:55:23,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b2ec0c56-951d-4857-9717-9a51e6d83809 Date: Sun, 20 Jan 2019 12:55:23 GMT RESP BODY: {"network_id": "9597eb1c-8d4a-4e13-afed-478bfdb6562c", "tenant_id": "044b0a1812184851858ad9b5e861fbee", "subnet_id": "03bbc7b7-0fef-4679-ab80-e9957e084c73", "subnet_ids": ["03bbc7b7-0fef-4679-ab80-e9957e084c73"], "port_id": "4119471d-df2f-489f-a4a9-d14787239fd6", "id": "3cac5fae-09a4-40a1-8715-12a495be547a"} 2019-01-20 12:55:23,040 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/3cac5fae-09a4-40a1-8715-12a495be547a/add_router_interface used request id req-b2ec0c56-951d-4857-9717-9a51e6d83809 2019-01-20 12:55:23,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/3cac5fae-09a4-40a1-8715-12a495be547a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:23,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 734 X-Openstack-Request-Id: req-2180b05e-79ff-411f-a69d-9d081391da73 Date: Sun, 20 Jan 2019 12:55:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "044b0a1812184851858ad9b5e861fbee", "created_at": "2019-01-20T12:55:15Z", "admin_state_up": true, "updated_at": "2019-01-20T12:55:22Z", "project_id": "044b0a1812184851858ad9b5e861fbee", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "3cac5fae-09a4-40a1-8715-12a495be547a", "name": "CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-router"}} 2019-01-20 12:55:23,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/3cac5fae-09a4-40a1-8715-12a495be547a used request id req-2180b05e-79ff-411f-a69d-9d081391da73 2019-01-20 12:55:23,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=3cac5fae-09a4-40a1-8715-12a495be547a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:23,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4441 X-Openstack-Request-Id: req-ab0edce5-7610-4a34-9607-a211b680f4f9 Date: Sun, 20 Jan 2019 12:55:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:55:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"03bbc7b7-0fef-4679-ab80-e9957e084c73","ip_address":"10.55.1.1"}],"id":"4119471d-df2f-489f-a4a9-d14787239fd6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ef:9c:b3","project_id":"044b0a1812184851858ad9b5e861fbee","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9597eb1c-8d4a-4e13-afed-478bfdb6562c","tenant_id":"044b0a1812184851858ad9b5e861fbee","created_at":"2019-01-20T12:55:21Z","binding:vnic_type":"normal","device_id":"3cac5fae-09a4-40a1-8715-12a495be547a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:55:22Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4b9bbbe1-1697-4121-93d9-2084f94f19af","ip_address":"169.254.192.4"}],"id":"47a1ccfc-dcdb-4dc5-98b8-f861bb904be7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a6:8d:36","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 044b0a1812184851858ad9b5e861fbee","admin_state_up":true,"network_id":"07d32bb7-e7b7-4f99-a278-82989333bce9","tenant_id":"","created_at":"2019-01-20T12:55:17Z","binding:vnic_type":"normal","device_id":"3cac5fae-09a4-40a1-8715-12a495be547a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:55:23Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4b9bbbe1-1697-4121-93d9-2084f94f19af","ip_address":"169.254.192.8"}],"id":"6dba6bc0-af16-4be1-86da-9661d367911d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:4c:a0","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 044b0a1812184851858ad9b5e861fbee","admin_state_up":true,"network_id":"07d32bb7-e7b7-4f99-a278-82989333bce9","tenant_id":"","created_at":"2019-01-20T12:55:18Z","binding:vnic_type":"normal","device_id":"3cac5fae-09a4-40a1-8715-12a495be547a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:55:21Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4b9bbbe1-1697-4121-93d9-2084f94f19af","ip_address":"169.254.192.3"}],"id":"87c91092-9b10-46f6-9280-50e29cbc9659","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c9:77:39","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 044b0a1812184851858ad9b5e861fbee","admin_state_up":true,"network_id":"07d32bb7-e7b7-4f99-a278-82989333bce9","tenant_id":"","created_at":"2019-01-20T12:55:16Z","binding:vnic_type":"normal","device_id":"3cac5fae-09a4-40a1-8715-12a495be547a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:55:21Z","device_owner":"network:router_gateway","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.207"}],"id":"b42f2613-9a1e-4913-96a1-76a4e7906749","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:c3:d6","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":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"","created_at":"2019-01-20T12:55:15Z","binding:vnic_type":"normal","device_id":"3cac5fae-09a4-40a1-8715-12a495be547a"}]} 2019-01-20 12:55:23,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=3cac5fae-09a4-40a1-8715-12a495be547a used request id req-ab0edce5-7610-4a34-9607-a211b680f4f9 2019-01-20 12:55:23,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:23,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-dc4e21ea-0c6c-4fb5-b047-61e1add07b71 Date: Sun, 20 Jan 2019 12:55:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 12:55:23,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-dc4e21ea-0c6c-4fb5-b047-61e1add07b71 2019-01-20 12:55:23,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/4b9bbbe1-1697-4121-93d9-2084f94f19af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:23,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5d8320e1-55eb-4c43-aa52-fe5a0adb63d7 Date: Sun, 20 Jan 2019 12:55:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"07d32bb7-e7b7-4f99-a278-82989333bce9","tenant_id":"","created_at":"2019-01-20T12:55:15Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"4b9bbbe1-1697-4121-93d9-2084f94f19af","subnetpool_id":null,"name":"HA subnet tenant 044b0a1812184851858ad9b5e861fbee"}} 2019-01-20 12:55:23,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/4b9bbbe1-1697-4121-93d9-2084f94f19af used request id req-5d8320e1-55eb-4c43-aa52-fe5a0adb63d7 2019-01-20 12:55:23,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/4b9bbbe1-1697-4121-93d9-2084f94f19af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:23,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b03465a4-9a82-4a12-9fe3-091c4264a51e Date: Sun, 20 Jan 2019 12:55:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"07d32bb7-e7b7-4f99-a278-82989333bce9","tenant_id":"","created_at":"2019-01-20T12:55:15Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"4b9bbbe1-1697-4121-93d9-2084f94f19af","subnetpool_id":null,"name":"HA subnet tenant 044b0a1812184851858ad9b5e861fbee"}} 2019-01-20 12:55:23,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/4b9bbbe1-1697-4121-93d9-2084f94f19af used request id req-b03465a4-9a82-4a12-9fe3-091c4264a51e 2019-01-20 12:55:23,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/4b9bbbe1-1697-4121-93d9-2084f94f19af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:23,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9716b7cb-2bd3-4c2e-a3ce-655e33a0f2e8 Date: Sun, 20 Jan 2019 12:55:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"07d32bb7-e7b7-4f99-a278-82989333bce9","tenant_id":"","created_at":"2019-01-20T12:55:15Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"4b9bbbe1-1697-4121-93d9-2084f94f19af","subnetpool_id":null,"name":"HA subnet tenant 044b0a1812184851858ad9b5e861fbee"}} 2019-01-20 12:55:23,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/4b9bbbe1-1697-4121-93d9-2084f94f19af used request id req-9716b7cb-2bd3-4c2e-a3ce-655e33a0f2e8 2019-01-20 12:55:23,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/03bbc7b7-0fef-4679-ab80-e9957e084c73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:24,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-829287b0-36fa-462d-a7ea-3f662ec7fe63 Date: Sun, 20 Jan 2019 12:55:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9597eb1c-8d4a-4e13-afed-478bfdb6562c","tenant_id":"044b0a1812184851858ad9b5e861fbee","created_at":"2019-01-20T12:55:09Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"044b0a1812184851858ad9b5e861fbee","id":"03bbc7b7-0fef-4679-ab80-e9957e084c73","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-subnet"}} 2019-01-20 12:55:24,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/03bbc7b7-0fef-4679-ab80-e9957e084c73 used request id req-829287b0-36fa-462d-a7ea-3f662ec7fe63 2019-01-20 12:55:24,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd2fa851d8c1993c497fbb848ddfeb85e22c5415" 2019-01-20 12:55:24,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-5600df35-e388-4a88-b260-3e6f56163880 Date: Sun, 20 Jan 2019 12:55:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "044b0a1812184851858ad9b5e861fbee", "created_at": "2019-01-20T12:55:15Z", "admin_state_up": true, "updated_at": "2019-01-20T12:55:22Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "044b0a1812184851858ad9b5e861fbee", "id": "3cac5fae-09a4-40a1-8715-12a495be547a", "name": "CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-router"}]} 2019-01-20 12:55:24,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-router&admin_state_up=True used request id req-5600df35-e388-4a88-b260-3e6f56163880 2019-01-20 12:55:24,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b62ce096aa650edb536fecf9a6d505e93c5f1da5" 2019-01-20 12:55:24,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76067cc4-3bb4-48a2-9d87-f27f0edb3a82 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee"}, "enabled": true, "id": "044b0a1812184851858ad9b5e861fbee", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj"}} 2019-01-20 12:55:24,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee used request id req-76067cc4-3bb4-48a2-9d87-f27f0edb3a82 2019-01-20 12:55:24,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=3cac5fae-09a4-40a1-8715-12a495be547a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd2fa851d8c1993c497fbb848ddfeb85e22c5415" 2019-01-20 12:55:24,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-221ddd1f-63d3-4f34-8810-4549340411ed Date: Sun, 20 Jan 2019 12:55:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:55:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":7,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"03bbc7b7-0fef-4679-ab80-e9957e084c73","ip_address":"10.55.1.1"}],"id":"4119471d-df2f-489f-a4a9-d14787239fd6","security_groups":[],"mac_address":"fa:16:3e:ef:9c:b3","project_id":"044b0a1812184851858ad9b5e861fbee","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9597eb1c-8d4a-4e13-afed-478bfdb6562c","tenant_id":"044b0a1812184851858ad9b5e861fbee","created_at":"2019-01-20T12:55:21Z","binding:vnic_type":"normal","device_id":"3cac5fae-09a4-40a1-8715-12a495be547a"}]} 2019-01-20 12:55:24,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=3cac5fae-09a4-40a1-8715-12a495be547a used request id req-221ddd1f-63d3-4f34-8810-4549340411ed 2019-01-20 12:55:24,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/03bbc7b7-0fef-4679-ab80-e9957e084c73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd2fa851d8c1993c497fbb848ddfeb85e22c5415" 2019-01-20 12:55:24,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-322a8964-59cf-4460-b0d8-3dad64deb8c8 Date: Sun, 20 Jan 2019 12:55:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9597eb1c-8d4a-4e13-afed-478bfdb6562c","tenant_id":"044b0a1812184851858ad9b5e861fbee","created_at":"2019-01-20T12:55:09Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"044b0a1812184851858ad9b5e861fbee","id":"03bbc7b7-0fef-4679-ab80-e9957e084c73","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-subnet"}} 2019-01-20 12:55:24,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/03bbc7b7-0fef-4679-ab80-e9957e084c73 used request id req-322a8964-59cf-4460-b0d8-3dad64deb8c8 2019-01-20 12:55:24,822 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-router and subnet CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-subnet 2019-01-20 12:55:24,822 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-router 2019-01-20 12:55:24,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/3cac5fae-09a4-40a1-8715-12a495be547a/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" -d '{"subnet_id": "03bbc7b7-0fef-4679-ab80-e9957e084c73"}' 2019-01-20 12:55:26,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2e852055-4b6b-4162-831f-4dc3c2f2ed15 Date: Sun, 20 Jan 2019 12:55:26 GMT RESP BODY: {"network_id": "9597eb1c-8d4a-4e13-afed-478bfdb6562c", "tenant_id": "044b0a1812184851858ad9b5e861fbee", "subnet_id": "03bbc7b7-0fef-4679-ab80-e9957e084c73", "subnet_ids": ["03bbc7b7-0fef-4679-ab80-e9957e084c73"], "port_id": "4119471d-df2f-489f-a4a9-d14787239fd6", "id": "3cac5fae-09a4-40a1-8715-12a495be547a"} 2019-01-20 12:55:26,226 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/3cac5fae-09a4-40a1-8715-12a495be547a/remove_router_interface used request id req-2e852055-4b6b-4162-831f-4dc3c2f2ed15 2019-01-20 12:55:26,227 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-router 2019-01-20 12:55:26,227 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-router 2019-01-20 12:55:26,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/3cac5fae-09a4-40a1-8715-12a495be547a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b59d07088a74da94ad07061e69856d0fbc1319c" 2019-01-20 12:55:29,706 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-89666b0a-f4dd-4eae-ac81-771dcdfaa7f7 Content-Length: 0 Date: Sun, 20 Jan 2019 12:55:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:55:29,706 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/3cac5fae-09a4-40a1-8715-12a495be547a used request id req-89666b0a-f4dd-4eae-ac81-771dcdfaa7f7 2019-01-20 12:55:29,707 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-subnet 2019-01-20 12:55:29,707 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-subnet 2019-01-20 12:55:29,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/03bbc7b7-0fef-4679-ab80-e9957e084c73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36774c43582772681bec25c0ab360d37b62dcef" 2019-01-20 12:55:31,776 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-456c8f0d-468a-4669-a7c2-1debb0d25a32 Date: Sun, 20 Jan 2019 12:55:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:55:31,777 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/03bbc7b7-0fef-4679-ab80-e9957e084c73 used request id req-456c8f0d-468a-4669-a7c2-1debb0d25a32 2019-01-20 12:55:31,777 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-a462fc0e-af22-4c9f-9dae-ab5f89656954-pub-net 2019-01-20 12:55:31,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/9597eb1c-8d4a-4e13-afed-478bfdb6562c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36774c43582772681bec25c0ab360d37b62dcef" 2019-01-20 12:55:33,230 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-36c373f4-2c6e-4625-9574-90d1997fce6d Date: Sun, 20 Jan 2019 12:55:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:55:33,231 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/9597eb1c-8d4a-4e13-afed-478bfdb6562c used request id req-36c373f4-2c6e-4625-9574-90d1997fce6d 2019-01-20 12:55:33,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf834f96e968c10bd3e575721402944d7ccfef6" 2019-01-20 12:55:33,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-edabd85f-3426-42df-a2e3-f62181a815c9 Date: Sun, 20 Jan 2019 12:55:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "044b0a1812184851858ad9b5e861fbee", "created_at": "2019-01-20T12:55:08Z", "updated_at": "2019-01-20T12:55:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:55:08Z", "revision_number": 0, "id": "72ad7a94-9040-45fa-aca5-8fe25740b4de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:55:08Z", "security_group_id": "b2be9367-c421-43d5-ac42-b628740397ef", "tenant_id": "044b0a1812184851858ad9b5e861fbee", "port_range_min": null, "ethertype": "IPv6", "project_id": "044b0a1812184851858ad9b5e861fbee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:55:08Z", "revision_number": 0, "id": "969640e9-7b84-4fb1-b29e-55c9aa7bfe35", "remote_group_id": "b2be9367-c421-43d5-ac42-b628740397ef", "remote_ip_prefix": null, "created_at": "2019-01-20T12:55:08Z", "security_group_id": "b2be9367-c421-43d5-ac42-b628740397ef", "tenant_id": "044b0a1812184851858ad9b5e861fbee", "port_range_min": null, "ethertype": "IPv4", "project_id": "044b0a1812184851858ad9b5e861fbee"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:55:08Z", "revision_number": 0, "id": "a1429ee8-35df-4f7d-afb9-47b16f7c82cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:55:08Z", "security_group_id": "b2be9367-c421-43d5-ac42-b628740397ef", "tenant_id": "044b0a1812184851858ad9b5e861fbee", "port_range_min": null, "ethertype": "IPv4", "project_id": "044b0a1812184851858ad9b5e861fbee"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:55:08Z", "revision_number": 0, "id": "bd7c47b8-0d1b-4805-8847-52bdc9f42390", "remote_group_id": "b2be9367-c421-43d5-ac42-b628740397ef", "remote_ip_prefix": null, "created_at": "2019-01-20T12:55:08Z", "security_group_id": "b2be9367-c421-43d5-ac42-b628740397ef", "tenant_id": "044b0a1812184851858ad9b5e861fbee", "port_range_min": null, "ethertype": "IPv6", "project_id": "044b0a1812184851858ad9b5e861fbee"}], "revision_number": 4, "project_id": "044b0a1812184851858ad9b5e861fbee", "id": "b2be9367-c421-43d5-ac42-b628740397ef", "name": "default"}]} 2019-01-20 12:55:33,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-edabd85f-3426-42df-a2e3-f62181a815c9 2019-01-20 12:55:33,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf834f96e968c10bd3e575721402944d7ccfef6" 2019-01-20 12:55:33,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16edee4a-31a2-4351-b54a-9db8d650b5c3 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:55:33,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-16edee4a-31a2-4351-b54a-9db8d650b5c3 2019-01-20 12:55:33,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf834f96e968c10bd3e575721402944d7ccfef6" 2019-01-20 12:55:33,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b96f6b6-faa3-4d68-af70-983c72fa4f47 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:55:33,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-5b96f6b6-faa3-4d68-af70-983c72fa4f47 2019-01-20 12:55:33,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf834f96e968c10bd3e575721402944d7ccfef6" 2019-01-20 12:55:33,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcd4adaa-2eb3-41cb-839a-dac6a0fe2a57 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:55:33,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-dcd4adaa-2eb3-41cb-839a-dac6a0fe2a57 2019-01-20 12:55:33,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf834f96e968c10bd3e575721402944d7ccfef6" 2019-01-20 12:55:33,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c05ce8bb-1894-4069-9e72-d604c5a35f19 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee"}, "enabled": true, "id": "044b0a1812184851858ad9b5e861fbee", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj"}} 2019-01-20 12:55:33,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee used request id req-c05ce8bb-1894-4069-9e72-d604c5a35f19 2019-01-20 12:55:33,811 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b2be9367-c421-43d5-ac42-b628740397ef 2019-01-20 12:55:33,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b2be9367-c421-43d5-ac42-b628740397ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf834f96e968c10bd3e575721402944d7ccfef6" 2019-01-20 12:55:33,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6f8f41c6-60a9-4aa7-a3fe-0889cd5b8ee0 Date: Sun, 20 Jan 2019 12:55:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:55:08Z", "security_group_id": "b2be9367-c421-43d5-ac42-b628740397ef", "port_range_min": null, "revision_number": 0, "tenant_id": "044b0a1812184851858ad9b5e861fbee", "created_at": "2019-01-20T12:55:08Z", "project_id": "044b0a1812184851858ad9b5e861fbee", "id": "72ad7a94-9040-45fa-aca5-8fe25740b4de"}, {"remote_group_id": "b2be9367-c421-43d5-ac42-b628740397ef", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:55:08Z", "security_group_id": "b2be9367-c421-43d5-ac42-b628740397ef", "port_range_min": null, "revision_number": 0, "tenant_id": "044b0a1812184851858ad9b5e861fbee", "created_at": "2019-01-20T12:55:08Z", "project_id": "044b0a1812184851858ad9b5e861fbee", "id": "969640e9-7b84-4fb1-b29e-55c9aa7bfe35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:55:08Z", "security_group_id": "b2be9367-c421-43d5-ac42-b628740397ef", "port_range_min": null, "revision_number": 0, "tenant_id": "044b0a1812184851858ad9b5e861fbee", "created_at": "2019-01-20T12:55:08Z", "project_id": "044b0a1812184851858ad9b5e861fbee", "id": "a1429ee8-35df-4f7d-afb9-47b16f7c82cf"}, {"remote_group_id": "b2be9367-c421-43d5-ac42-b628740397ef", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:55:08Z", "security_group_id": "b2be9367-c421-43d5-ac42-b628740397ef", "port_range_min": null, "revision_number": 0, "tenant_id": "044b0a1812184851858ad9b5e861fbee", "created_at": "2019-01-20T12:55:08Z", "project_id": "044b0a1812184851858ad9b5e861fbee", "id": "bd7c47b8-0d1b-4805-8847-52bdc9f42390"}]} 2019-01-20 12:55:33,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b2be9367-c421-43d5-ac42-b628740397ef used request id req-6f8f41c6-60a9-4aa7-a3fe-0889cd5b8ee0 2019-01-20 12:55:33,993 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 12:55:33,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/b2be9367-c421-43d5-ac42-b628740397ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf834f96e968c10bd3e575721402944d7ccfef6" 2019-01-20 12:55:34,296 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a7cd12e3-3b4d-48ed-a3e7-b05a6df9d87e Content-Length: 0 Date: Sun, 20 Jan 2019 12:55:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:55:34,296 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/b2be9367-c421-43d5-ac42-b628740397ef used request id req-a7cd12e3-3b4d-48ed-a3e7-b05a6df9d87e 2019-01-20 12:55:34,296 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj 2019-01-20 12:55:34,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf834f96e968c10bd3e575721402944d7ccfef6" 2019-01-20 12:55:34,501 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:55:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ff1da45-34f3-480c-aec5-0dfc1f2e691b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:55:34,501 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/044b0a1812184851858ad9b5e861fbee used request id req-0ff1da45-34f3-480c-aec5-0dfc1f2e691b 2019-01-20 12:55:34,501 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-fafa7dfa-8f87-447-proj-role 2019-01-20 12:55:34,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/97a8c53c0db540c3b628effbbeddc98c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf834f96e968c10bd3e575721402944d7ccfef6" 2019-01-20 12:55:34,611 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:55:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-406b3f42-de78-417a-9eb3-54c58c19b331 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:55:34,611 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/97a8c53c0db540c3b628effbbeddc98c used request id req-406b3f42-de78-417a-9eb3-54c58c19b331 2019-01-20 12:55:34,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbf834f96e968c10bd3e575721402944d7ccfef6" 2019-01-20 12:55:34,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dfb755d-4f56-4ff4-9053-48a0aca8c48b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:55:34,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0dfb755d-4f56-4ff4-9053-48a0aca8c48b 2019-01-20 12:55:34,703 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-fafa7dfa-8f87-447-user 2019-01-20 12:55:34,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/3a2644dd74f54118a167707d40022064 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}298d305ca59caac55d6fa5a1e873b994b54378d2" 2019-01-20 12:55:34,891 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:55:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61e54582-3d71-4d74-8bb2-6ca40725f4bf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:55:34,891 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/3a2644dd74f54118a167707d40022064 used request id req-61e54582-3d71-4d74-8bb2-6ca40725f4bf 2019-01-20 12:55:34,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:55:35,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:55:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ehegnXf3RXGlF3oR2C1lbg"], "issued_at": "2019-01-20T12:55:35.000000Z"}} 2019-01-20 12:55:35,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27ed2c6c9387e5d46abf6bd6153313f91f74e16d" 2019-01-20 12:55:35,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60002ba0-71d4-4cb7-b42a-0d7f8a35bb50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:55:35,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-60002ba0-71d4-4cb7-b42a-0d7f8a35bb50 2019-01-20 12:55:35,371 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:55:35,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:55:35,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:55:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["GObwCulQR0apBJ_TRejVwA"], "issued_at": "2019-01-20T12:55:35.000000Z"}} 2019-01-20 12:55:35,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909fb1d477ce7694e3cb3b461e70a14944730d1" 2019-01-20 12:55:35,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c241472-28ee-4b2f-8ef1-ef035b8f2cde Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:55:35,829 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6c241472-28ee-4b2f-8ef1-ef035b8f2cde 2019-01-20 12:55:35,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:55:35,838 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:55: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:55:35,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-35750dab-00d7-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909fb1d477ce7694e3cb3b461e70a14944730d1" 2019-01-20 12:55:35,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f02632f2-adbd-47bc-a94e-7869a93e6854 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-35750dab-00d7-42f-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:55:35,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-35750dab-00d7-42f-proj used request id req-f02632f2-adbd-47bc-a94e-7869a93e6854 2019-01-20 12:55:35,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909fb1d477ce7694e3cb3b461e70a14944730d1" 2019-01-20 12:55:36,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c825759d-48ae-4b85-af58-1235b88efb2a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:55:36,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-c825759d-48ae-4b85-af58-1235b88efb2a 2019-01-20 12:55:36,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909fb1d477ce7694e3cb3b461e70a14944730d1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-35750dab-00d7-42f-proj"}}' 2019-01-20 12:55:36,145 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:55:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-908bb0cc-f0ad-41a2-ae8d-c57e23ad8e08 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722"}, "enabled": true, "id": "f7124b4c064347dda17a1a3edb5f0722", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-35750dab-00d7-42f-proj"}} 2019-01-20 12:55:36,145 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-908bb0cc-f0ad-41a2-ae8d-c57e23ad8e08 2019-01-20 12:55:36,145 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-35750dab-00d7-42f-proj 2019-01-20 12:55:36,145 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:55:36,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:55:36,520 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:55:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["uEnciaNRRA6ht2VdG7jmVA"], "issued_at": "2019-01-20T12:55:36.000000Z"}} 2019-01-20 12:55:36,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeba375aec62a93a8f23a7316e275918c90e5e25" 2019-01-20 12:55:36,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8881732-6b3e-4fa2-8bb1-c443c877f129 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:55:36,608 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d8881732-6b3e-4fa2-8bb1-c443c877f129 2019-01-20 12:55:36,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:55:36,618 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:55: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:55:36,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeba375aec62a93a8f23a7316e275918c90e5e25" 2019-01-20 12:55:36,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ef4fd52-3737-471a-89ab-7cb24871f573 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:55:36,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-4ef4fd52-3737-471a-89ab-7cb24871f573 2019-01-20 12:55:36,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-35750dab-00d7-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeba375aec62a93a8f23a7316e275918c90e5e25" 2019-01-20 12:55:36,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74a4507f-fb15-4087-8db3-a3f9ff23f10b Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-35750dab-00d7-42f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722"}, "enabled": true, "id": "f7124b4c064347dda17a1a3edb5f0722", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-35750dab-00d7-42f-proj"}]} 2019-01-20 12:55:36,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-35750dab-00d7-42f-proj used request id req-74a4507f-fb15-4087-8db3-a3f9ff23f10b 2019-01-20 12:55:36,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeba375aec62a93a8f23a7316e275918c90e5e25" 2019-01-20 12:55:36,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29f9f22a-657a-448c-9dc7-cf9741d05848 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:55:36,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-29f9f22a-657a-448c-9dc7-cf9741d05848 2019-01-20 12:55:37,211 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-35750dab-00d7-42f-user 2019-01-20 12:55:37,211 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:55:37,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909fb1d477ce7694e3cb3b461e70a14944730d1" 2019-01-20 12:55:37,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6830d44-183e-4ccd-a7c2-fbbfa087473e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:55:37,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f6830d44-183e-4ccd-a7c2-fbbfa087473e 2019-01-20 12:55:37,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909fb1d477ce7694e3cb3b461e70a14944730d1" -d '{"role": {"name": "CreateNetworkSuccessTests-35750dab-00d7-42f-proj-role"}}' 2019-01-20 12:55:37,426 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:55:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7eb9382-0935-4045-88c6-66a352f1a283 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f69afe0ffce548608d83231fc6d75b43", "links": {"self": "http://172.30.9.22:5000/v3/roles/f69afe0ffce548608d83231fc6d75b43"}, "name": "CreateNetworkSuccessTests-35750dab-00d7-42f-proj-role"}} 2019-01-20 12:55:37,427 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-f7eb9382-0935-4045-88c6-66a352f1a283 2019-01-20 12:55:37,427 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-35750dab-00d7-42f-proj-role 2019-01-20 12:55:37,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/f69afe0ffce548608d83231fc6d75b43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909fb1d477ce7694e3cb3b461e70a14944730d1" 2019-01-20 12:55:37,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11d63712-a56c-43eb-9855-642dca46b8e2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/f69afe0ffce548608d83231fc6d75b43"}, "domain_id": null, "name": "CreateNetworkSuccessTests-35750dab-00d7-42f-proj-role", "id": "f69afe0ffce548608d83231fc6d75b43"}} 2019-01-20 12:55:37,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/f69afe0ffce548608d83231fc6d75b43 used request id req-11d63712-a56c-43eb-9855-642dca46b8e2 2019-01-20 12:55:37,515 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-35750dab-00d7-42f-proj-role to project CreateNetworkSuccessTests-35750dab-00d7-42f-proj 2019-01-20 12:55:37,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722/users/f8ac1ad4399e4ed3bc7d37b55a282a40/roles/f69afe0ffce548608d83231fc6d75b43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909fb1d477ce7694e3cb3b461e70a14944730d1" 2019-01-20 12:55:37,638 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:55:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32ad9368-95fa-4e3a-9e15-d2bf9c60ee2b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:55:37,638 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722/users/f8ac1ad4399e4ed3bc7d37b55a282a40/roles/f69afe0ffce548608d83231fc6d75b43 used request id req-32ad9368-95fa-4e3a-9e15-d2bf9c60ee2b 2019-01-20 12:55:37,639 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:55:37,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:55:38,034 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:55:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["JWyjcu2sRi-4zdq3t6CZqQ"], "issued_at": "2019-01-20T12:55:38.000000Z"}} 2019-01-20 12:55:38,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b24dea14682571593823e45e95275411d2d3940" 2019-01-20 12:55:38,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c0d9c6b-1046-40d3-b329-858a347ff24c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:55:38,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7c0d9c6b-1046-40d3-b329-858a347ff24c 2019-01-20 12:55:38,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b24dea14682571593823e45e95275411d2d3940" 2019-01-20 12:55:38,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cd0854d1-d317-441d-841d-b930d2944466 Date: Sun, 20 Jan 2019 12:55:38 GMT RESP BODY: {"networks":[]} 2019-01-20 12:55:38,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-net used request id req-cd0854d1-d317-441d-841d-b930d2944466 2019-01-20 12:55:38,239 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-net 2019-01-20 12:55:38,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:55:38,240 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:55:38,633 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:55:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["oJTyMlbcSN621gI1NXwgLg"], "issued_at": "2019-01-20T12:55:38.000000Z"}} 2019-01-20 12:55:38,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dba36b98109d39a04591d698ba63d29069a2143" 2019-01-20 12:55:38,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ab55c39-715e-48cc-87c0-acff7fb0e548 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:55:38,729 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6ab55c39-715e-48cc-87c0-acff7fb0e548 2019-01-20 12:55:38,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:55:38,739 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:55: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:55:38,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-35750dab-00d7-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dba36b98109d39a04591d698ba63d29069a2143" 2019-01-20 12:55:38,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f0a49c8-5d61-4ae1-a7be-b07180c0d63e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-35750dab-00d7-42f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722"}, "enabled": true, "id": "f7124b4c064347dda17a1a3edb5f0722", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-35750dab-00d7-42f-proj"}]} 2019-01-20 12:55:38,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-35750dab-00d7-42f-proj used request id req-4f0a49c8-5d61-4ae1-a7be-b07180c0d63e 2019-01-20 12:55:38,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b24dea14682571593823e45e95275411d2d3940" -d '{"network": {"tenant_id": "f7124b4c064347dda17a1a3edb5f0722", "name": "CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-net", "admin_state_up": true}}' 2019-01-20 12:55:39,706 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-e2753ec0-bb50-4e77-acc2-07850851a3ea Date: Sun, 20 Jan 2019 12:55:39 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cb65bdb0-24fd-4aab-aecc-26e1faab2028","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":31,"ipv4_address_scope":null,"shared":false,"project_id":"f7124b4c064347dda17a1a3edb5f0722","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T12:55:39Z","is_default":false,"qos_policy_id":null,"name":"CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-net","admin_state_up":true,"tenant_id":"f7124b4c064347dda17a1a3edb5f0722","created_at":"2019-01-20T12:55:39Z","mtu":1450}} 2019-01-20 12:55:39,706 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-e2753ec0-bb50-4e77-acc2-07850851a3ea 2019-01-20 12:55:39,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=cb65bdb0-24fd-4aab-aecc-26e1faab2028 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b24dea14682571593823e45e95275411d2d3940" 2019-01-20 12:55:39,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-4632d809-8527-4714-abdc-fa91afd573d3 Date: Sun, 20 Jan 2019 12:55:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cb65bdb0-24fd-4aab-aecc-26e1faab2028","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":31,"ipv4_address_scope":null,"shared":false,"project_id":"f7124b4c064347dda17a1a3edb5f0722","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T12:55:39Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-net","admin_state_up":true,"tenant_id":"f7124b4c064347dda17a1a3edb5f0722","created_at":"2019-01-20T12:55:39Z","provider:network_type":"vxlan"}]} 2019-01-20 12:55:39,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=cb65bdb0-24fd-4aab-aecc-26e1faab2028 used request id req-4632d809-8527-4714-abdc-fa91afd573d3 2019-01-20 12:55:39,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=cb65bdb0-24fd-4aab-aecc-26e1faab2028 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b24dea14682571593823e45e95275411d2d3940" 2019-01-20 12:55:40,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ce1c4d98-cc6e-4260-8442-f766f8879ba2 Date: Sun, 20 Jan 2019 12:55:40 GMT RESP BODY: {"subnets":[]} 2019-01-20 12:55:40,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=cb65bdb0-24fd-4aab-aecc-26e1faab2028 used request id req-ce1c4d98-cc6e-4260-8442-f766f8879ba2 2019-01-20 12:55:40,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:55:40,164 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:55:40,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:55:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["9rBwhYplQU-VgFi9owKiOg"], "issued_at": "2019-01-20T12:55:40.000000Z"}} 2019-01-20 12:55:40,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9a7d92ccffb06ff00b9e4a8725cdcb01fa9fd1a" 2019-01-20 12:55:40,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93bd58b3-42aa-4aa9-9637-4f9e689c5e26 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:55:40,648 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-93bd58b3-42aa-4aa9-9637-4f9e689c5e26 2019-01-20 12:55:40,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:55:40,657 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:55: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:55:40,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-35750dab-00d7-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9a7d92ccffb06ff00b9e4a8725cdcb01fa9fd1a" 2019-01-20 12:55:40,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-209b73ce-8be3-419b-a587-e77c69e77df5 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-35750dab-00d7-42f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722"}, "enabled": true, "id": "f7124b4c064347dda17a1a3edb5f0722", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-35750dab-00d7-42f-proj"}]} 2019-01-20 12:55:40,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-35750dab-00d7-42f-proj used request id req-209b73ce-8be3-419b-a587-e77c69e77df5 2019-01-20 12:55:40,750 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-subnet 2019-01-20 12:55:40,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b24dea14682571593823e45e95275411d2d3940" -d '{"subnets": [{"ip_version": 4, "network_id": "cb65bdb0-24fd-4aab-aecc-26e1faab2028", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-subnet", "tenant_id": "f7124b4c064347dda17a1a3edb5f0722"}]}' 2019-01-20 12:55:41,233 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-68f2d299-eed1-4116-89fc-880833c7b124 Date: Sun, 20 Jan 2019 12:55:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb65bdb0-24fd-4aab-aecc-26e1faab2028","tenant_id":"f7124b4c064347dda17a1a3edb5f0722","created_at":"2019-01-20T12:55:41Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"f7124b4c064347dda17a1a3edb5f0722","id":"6db3313b-eb19-4dcc-a7f5-446e8d7f36cf","subnetpool_id":null,"name":"CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-subnet"}]} 2019-01-20 12:55:41,233 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-68f2d299-eed1-4116-89fc-880833c7b124 2019-01-20 12:55:41,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=cb65bdb0-24fd-4aab-aecc-26e1faab2028 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b24dea14682571593823e45e95275411d2d3940" 2019-01-20 12:55:41,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d933607e-d68c-4893-955e-6605a1220f09 Date: Sun, 20 Jan 2019 12:55:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cb65bdb0-24fd-4aab-aecc-26e1faab2028","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":31,"ipv4_address_scope":null,"shared":false,"project_id":"f7124b4c064347dda17a1a3edb5f0722","status":"ACTIVE","subnets":["6db3313b-eb19-4dcc-a7f5-446e8d7f36cf"],"description":"","tags":[],"updated_at":"2019-01-20T12:55:41Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-net","admin_state_up":true,"tenant_id":"f7124b4c064347dda17a1a3edb5f0722","created_at":"2019-01-20T12:55:39Z","provider:network_type":"vxlan"}]} 2019-01-20 12:55:41,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=cb65bdb0-24fd-4aab-aecc-26e1faab2028 used request id req-d933607e-d68c-4893-955e-6605a1220f09 2019-01-20 12:55:41,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=cb65bdb0-24fd-4aab-aecc-26e1faab2028 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b24dea14682571593823e45e95275411d2d3940" 2019-01-20 12:55:41,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-41af0385-e564-446b-a270-8c529e4eddcc Date: Sun, 20 Jan 2019 12:55:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb65bdb0-24fd-4aab-aecc-26e1faab2028","tenant_id":"f7124b4c064347dda17a1a3edb5f0722","created_at":"2019-01-20T12:55:41Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"f7124b4c064347dda17a1a3edb5f0722","id":"6db3313b-eb19-4dcc-a7f5-446e8d7f36cf","subnetpool_id":null,"name":"CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-subnet"}]} 2019-01-20 12:55:41,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=cb65bdb0-24fd-4aab-aecc-26e1faab2028 used request id req-41af0385-e564-446b-a270-8c529e4eddcc 2019-01-20 12:55:41,726 - OpenStackNetwork - DEBUG - Network [cb65bdb0-24fd-4aab-aecc-26e1faab2028] created successfully 2019-01-20 12:55:41,726 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:55:42,105 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f69afe0ffce548608d83231fc6d75b43", "name": "CreateNetworkSuccessTests-35750dab-00d7-42f-proj-role"}], "expires_at": "2019-01-20T13:55:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f7124b4c064347dda17a1a3edb5f0722", "name": "CreateNetworkSuccessTests-35750dab-00d7-42f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/f7124b4c064347dda17a1a3edb5f0722", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/f7124b4c064347dda17a1a3edb5f0722", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/f7124b4c064347dda17a1a3edb5f0722", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f7124b4c064347dda17a1a3edb5f0722", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/f7124b4c064347dda17a1a3edb5f0722", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/f7124b4c064347dda17a1a3edb5f0722", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/f7124b4c064347dda17a1a3edb5f0722", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/f7124b4c064347dda17a1a3edb5f0722", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/f7124b4c064347dda17a1a3edb5f0722", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/f7124b4c064347dda17a1a3edb5f0722", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/f7124b4c064347dda17a1a3edb5f0722", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/f7124b4c064347dda17a1a3edb5f0722", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-35750dab-00d7-42f-user", "id": "f8ac1ad4399e4ed3bc7d37b55a282a40"}, "audit_ids": ["JM5-ma0rROmOaaGikCZ6aQ"], "issued_at": "2019-01-20T12:55:42.000000Z"}} 2019-01-20 12:55:42,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65937323f21a945b547615da402b6ce4031140b1" 2019-01-20 12:55:42,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-cb01c0c5-146c-4053-a706-7ef819c84ec5 Date: Sun, 20 Jan 2019 12:55: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":["6db3313b-eb19-4dcc-a7f5-446e8d7f36cf"],"updated_at":"2019-01-20T12:55:41Z","tenant_id":"f7124b4c064347dda17a1a3edb5f0722","created_at":"2019-01-20T12:55:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f7124b4c064347dda17a1a3edb5f0722","id":"cb65bdb0-24fd-4aab-aecc-26e1faab2028","name":"CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-net"}]} 2019-01-20 12:55:42,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-net used request id req-cb01c0c5-146c-4053-a706-7ef819c84ec5 2019-01-20 12:55:42,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:55:42,371 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:55: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:55:42,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27ed2c6c9387e5d46abf6bd6153313f91f74e16d" 2019-01-20 12:55:42,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9abb2d04-df26-4132-965c-ad16aa36a67e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722"}, "enabled": true, "id": "f7124b4c064347dda17a1a3edb5f0722", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-35750dab-00d7-42f-proj"}} 2019-01-20 12:55:42,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722 used request id req-9abb2d04-df26-4132-965c-ad16aa36a67e 2019-01-20 12:55:42,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=cb65bdb0-24fd-4aab-aecc-26e1faab2028 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65937323f21a945b547615da402b6ce4031140b1" 2019-01-20 12:55:42,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3f6f2a58-1b00-4b48-8e23-69e5ec961e12 Date: Sun, 20 Jan 2019 12:55:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb65bdb0-24fd-4aab-aecc-26e1faab2028","tenant_id":"f7124b4c064347dda17a1a3edb5f0722","created_at":"2019-01-20T12:55:41Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"f7124b4c064347dda17a1a3edb5f0722","id":"6db3313b-eb19-4dcc-a7f5-446e8d7f36cf","subnetpool_id":null,"name":"CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-subnet"}]} 2019-01-20 12:55:42,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=cb65bdb0-24fd-4aab-aecc-26e1faab2028 used request id req-3f6f2a58-1b00-4b48-8e23-69e5ec961e12 2019-01-20 12:55:42,670 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:55:42,671 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:55:43,051 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:55:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Fi52vW8aTnCpQhxQZu3EHw"], "issued_at": "2019-01-20T12:55:43.000000Z"}} 2019-01-20 12:55:43,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:55:43,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c50db10-e10a-4340-afdf-63ba80edefa5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:55:43,131 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6c50db10-e10a-4340-afdf-63ba80edefa5 2019-01-20 12:55:43,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:55:43,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-df142194-ddeb-4c31-8094-96e380a03c7b Date: Sun, 20 Jan 2019 12:55:43 GMT RESP BODY: {"routers": []} 2019-01-20 12:55:43,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-router&admin_state_up=True used request id req-df142194-ddeb-4c31-8094-96e380a03c7b 2019-01-20 12:55:43,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:55:43,344 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:55:43,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:55:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["iIe6ZdMsQJS-hMQyyZ_3lA"], "issued_at": "2019-01-20T12:55:43.000000Z"}} 2019-01-20 12:55:43,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc451b52a2ebba6f37eb667ac8e3aa158fd66e58" 2019-01-20 12:55:43,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ad74bcb-87dc-4c4e-9bb7-da598d8dae86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:55:43,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6ad74bcb-87dc-4c4e-9bb7-da598d8dae86 2019-01-20 12:55:43,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:55:43,822 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:55: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:55:43,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-35750dab-00d7-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc451b52a2ebba6f37eb667ac8e3aa158fd66e58" 2019-01-20 12:55:43,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a36b52f7-3171-425e-8c78-eee34263f52b Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-35750dab-00d7-42f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722"}, "enabled": true, "id": "f7124b4c064347dda17a1a3edb5f0722", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-35750dab-00d7-42f-proj"}]} 2019-01-20 12:55:43,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-35750dab-00d7-42f-proj used request id req-a36b52f7-3171-425e-8c78-eee34263f52b 2019-01-20 12:55:43,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:55:44,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-6aa20c59-79cb-46df-ba0f-741320157d06 Date: Sun, 20 Jan 2019 12:55:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 12:55:44,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-6aa20c59-79cb-46df-ba0f-741320157d06 2019-01-20 12:55:44,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:55:44,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-71a26da0-2b01-451f-8b87-de1516a96668 Date: Sun, 20 Jan 2019 12:55:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-20 12:55:44,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-71a26da0-2b01-451f-8b87-de1516a96668 2019-01-20 12:55:44,528 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-router 2019-01-20 12:55:44,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "tenant_id": "f7124b4c064347dda17a1a3edb5f0722", "name": "CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-router", "admin_state_up": true}}' 2019-01-20 12:55:49,805 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-15f1a019-5b12-44ce-a67e-37fe951c0757 Date: Sun, 20 Jan 2019 12:55:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f7124b4c064347dda17a1a3edb5f0722", "created_at": "2019-01-20T12:55:45Z", "admin_state_up": true, "updated_at": "2019-01-20T12:55:46Z", "project_id": "f7124b4c064347dda17a1a3edb5f0722", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "fa78f200-7a32-4b02-82ca-626a07333e6f", "name": "CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-router"}} 2019-01-20 12:55:49,805 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-15f1a019-5b12-44ce-a67e-37fe951c0757 2019-01-20 12:55:49,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=fa78f200-7a32-4b02-82ca-626a07333e6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:55:50,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-06307b86-e302-460a-8033-1e810ca405cd Date: Sun, 20 Jan 2019 12:55:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:55:48Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4ab7c235-2a8d-490d-868b-3b8f27788825","ip_address":"169.254.192.12"}],"id":"35167c68-6f35-458e-beb9-200be5eb1861","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:85:32:4a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f7124b4c064347dda17a1a3edb5f0722","admin_state_up":true,"network_id":"9f9fe64d-7fb2-40f4-a7e4-2c03ecff644b","tenant_id":"","created_at":"2019-01-20T12:55:48Z","binding:vnic_type":"normal","device_id":"fa78f200-7a32-4b02-82ca-626a07333e6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:55:45Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.201"}],"id":"73361a70-fbfa-40d3-94e2-7c969439485a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:34:f0:2e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"","created_at":"2019-01-20T12:55:45Z","binding:vnic_type":"normal","device_id":"fa78f200-7a32-4b02-82ca-626a07333e6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:55:47Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4ab7c235-2a8d-490d-868b-3b8f27788825","ip_address":"169.254.192.6"}],"id":"9758b618-c236-4ffb-957e-3b7a94f2d3ab","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0a:37:b2","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f7124b4c064347dda17a1a3edb5f0722","admin_state_up":true,"network_id":"9f9fe64d-7fb2-40f4-a7e4-2c03ecff644b","tenant_id":"","created_at":"2019-01-20T12:55:47Z","binding:vnic_type":"normal","device_id":"fa78f200-7a32-4b02-82ca-626a07333e6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:55:46Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4ab7c235-2a8d-490d-868b-3b8f27788825","ip_address":"169.254.192.5"}],"id":"bc50ad93-4a21-4f0d-957a-8b1f15b4a58a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bb:ff:0d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f7124b4c064347dda17a1a3edb5f0722","admin_state_up":true,"network_id":"9f9fe64d-7fb2-40f4-a7e4-2c03ecff644b","tenant_id":"","created_at":"2019-01-20T12:55:46Z","binding:vnic_type":"normal","device_id":"fa78f200-7a32-4b02-82ca-626a07333e6f"}]} 2019-01-20 12:55:50,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=fa78f200-7a32-4b02-82ca-626a07333e6f used request id req-06307b86-e302-460a-8033-1e810ca405cd 2019-01-20 12:55:50,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:55:50,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-b48ab537-70ad-4439-9029-0aadfcc5a938 Date: Sun, 20 Jan 2019 12:55:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 12:55:50,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-b48ab537-70ad-4439-9029-0aadfcc5a938 2019-01-20 12:55:50,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/4ab7c235-2a8d-490d-868b-3b8f27788825 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:55:50,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f41a35b1-a655-424c-8390-5d5ae19ecc01 Date: Sun, 20 Jan 2019 12:55:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9f9fe64d-7fb2-40f4-a7e4-2c03ecff644b","tenant_id":"","created_at":"2019-01-20T12:55:45Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55:45Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"4ab7c235-2a8d-490d-868b-3b8f27788825","subnetpool_id":null,"name":"HA subnet tenant f7124b4c064347dda17a1a3edb5f0722"}} 2019-01-20 12:55:50,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/4ab7c235-2a8d-490d-868b-3b8f27788825 used request id req-f41a35b1-a655-424c-8390-5d5ae19ecc01 2019-01-20 12:55:50,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/4ab7c235-2a8d-490d-868b-3b8f27788825 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:55:50,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ce7ba8b2-21ab-4eb8-bd15-9a3f0ca35c26 Date: Sun, 20 Jan 2019 12:55:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9f9fe64d-7fb2-40f4-a7e4-2c03ecff644b","tenant_id":"","created_at":"2019-01-20T12:55:45Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55:45Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"4ab7c235-2a8d-490d-868b-3b8f27788825","subnetpool_id":null,"name":"HA subnet tenant f7124b4c064347dda17a1a3edb5f0722"}} 2019-01-20 12:55:50,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/4ab7c235-2a8d-490d-868b-3b8f27788825 used request id req-ce7ba8b2-21ab-4eb8-bd15-9a3f0ca35c26 2019-01-20 12:55:50,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/4ab7c235-2a8d-490d-868b-3b8f27788825 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:55:50,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b80e727a-27d0-4591-800e-e88d92761d30 Date: Sun, 20 Jan 2019 12:55:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9f9fe64d-7fb2-40f4-a7e4-2c03ecff644b","tenant_id":"","created_at":"2019-01-20T12:55:45Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55:45Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"4ab7c235-2a8d-490d-868b-3b8f27788825","subnetpool_id":null,"name":"HA subnet tenant f7124b4c064347dda17a1a3edb5f0722"}} 2019-01-20 12:55:50,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/4ab7c235-2a8d-490d-868b-3b8f27788825 used request id req-b80e727a-27d0-4591-800e-e88d92761d30 2019-01-20 12:55:50,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:55:51,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d3365c0d-b35c-4fed-b952-d8425af53dfe Date: Sun, 20 Jan 2019 12:55:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cb65bdb0-24fd-4aab-aecc-26e1faab2028","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":31,"ipv4_address_scope":null,"shared":false,"project_id":"f7124b4c064347dda17a1a3edb5f0722","status":"ACTIVE","subnets":["6db3313b-eb19-4dcc-a7f5-446e8d7f36cf"],"description":"","tags":[],"updated_at":"2019-01-20T12:55:41Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-net","admin_state_up":true,"tenant_id":"f7124b4c064347dda17a1a3edb5f0722","created_at":"2019-01-20T12:55:39Z","provider:network_type":"vxlan"}]} 2019-01-20 12:55:51,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-net used request id req-d3365c0d-b35c-4fed-b952-d8425af53dfe 2019-01-20 12:55:51,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:55:51,096 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:55: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:55:51,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:55:51,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9583f82e-120e-442f-bd69-313744724ba9 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722"}, "enabled": true, "id": "f7124b4c064347dda17a1a3edb5f0722", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-35750dab-00d7-42f-proj"}} 2019-01-20 12:55:51,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722 used request id req-9583f82e-120e-442f-bd69-313744724ba9 2019-01-20 12:55:51,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=cb65bdb0-24fd-4aab-aecc-26e1faab2028 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:55:51,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c74e73f6-8fe4-4127-bd54-aa7ce9c3cf6f Date: Sun, 20 Jan 2019 12:55:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb65bdb0-24fd-4aab-aecc-26e1faab2028","tenant_id":"f7124b4c064347dda17a1a3edb5f0722","created_at":"2019-01-20T12:55:41Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"f7124b4c064347dda17a1a3edb5f0722","id":"6db3313b-eb19-4dcc-a7f5-446e8d7f36cf","subnetpool_id":null,"name":"CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-subnet"}]} 2019-01-20 12:55:51,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=cb65bdb0-24fd-4aab-aecc-26e1faab2028 used request id req-c74e73f6-8fe4-4127-bd54-aa7ce9c3cf6f 2019-01-20 12:55:51,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=cb65bdb0-24fd-4aab-aecc-26e1faab2028&name=CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:55:51,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6a004d9f-3314-4f6d-9ac1-1bb3b86309d9 Date: Sun, 20 Jan 2019 12:55:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb65bdb0-24fd-4aab-aecc-26e1faab2028","tenant_id":"f7124b4c064347dda17a1a3edb5f0722","created_at":"2019-01-20T12:55:41Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"f7124b4c064347dda17a1a3edb5f0722","id":"6db3313b-eb19-4dcc-a7f5-446e8d7f36cf","subnetpool_id":null,"name":"CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-subnet"}]} 2019-01-20 12:55:51,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=cb65bdb0-24fd-4aab-aecc-26e1faab2028&name=CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-subnet used request id req-6a004d9f-3314-4f6d-9ac1-1bb3b86309d9 2019-01-20 12:55:51,436 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-20 12:55:51,436 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-router 2019-01-20 12:55:51,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/fa78f200-7a32-4b02-82ca-626a07333e6f/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" -d '{"subnet_id": "6db3313b-eb19-4dcc-a7f5-446e8d7f36cf"}' 2019-01-20 12:55:53,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-750d8992-fce6-4eea-8705-2e95bdcf7897 Date: Sun, 20 Jan 2019 12:55:53 GMT RESP BODY: {"network_id": "cb65bdb0-24fd-4aab-aecc-26e1faab2028", "tenant_id": "f7124b4c064347dda17a1a3edb5f0722", "subnet_id": "6db3313b-eb19-4dcc-a7f5-446e8d7f36cf", "subnet_ids": ["6db3313b-eb19-4dcc-a7f5-446e8d7f36cf"], "port_id": "e4350696-e731-43b5-8d2c-bb7fb6bee79e", "id": "fa78f200-7a32-4b02-82ca-626a07333e6f"} 2019-01-20 12:55:53,398 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/fa78f200-7a32-4b02-82ca-626a07333e6f/add_router_interface used request id req-750d8992-fce6-4eea-8705-2e95bdcf7897 2019-01-20 12:55:53,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/fa78f200-7a32-4b02-82ca-626a07333e6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:55:53,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 734 X-Openstack-Request-Id: req-a790bb8d-9bb2-45cc-9dc5-5267b8fc01d3 Date: Sun, 20 Jan 2019 12:55:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f7124b4c064347dda17a1a3edb5f0722", "created_at": "2019-01-20T12:55:45Z", "admin_state_up": true, "updated_at": "2019-01-20T12:55:52Z", "project_id": "f7124b4c064347dda17a1a3edb5f0722", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "fa78f200-7a32-4b02-82ca-626a07333e6f", "name": "CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-router"}} 2019-01-20 12:55:53,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/fa78f200-7a32-4b02-82ca-626a07333e6f used request id req-a790bb8d-9bb2-45cc-9dc5-5267b8fc01d3 2019-01-20 12:55:53,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=fa78f200-7a32-4b02-82ca-626a07333e6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:55:53,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4444 X-Openstack-Request-Id: req-929e0150-e617-474f-9b00-12b71abbc6fd Date: Sun, 20 Jan 2019 12:55:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:55:51Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4ab7c235-2a8d-490d-868b-3b8f27788825","ip_address":"169.254.192.12"}],"id":"35167c68-6f35-458e-beb9-200be5eb1861","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:32:4a","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f7124b4c064347dda17a1a3edb5f0722","admin_state_up":true,"network_id":"9f9fe64d-7fb2-40f4-a7e4-2c03ecff644b","tenant_id":"","created_at":"2019-01-20T12:55:48Z","binding:vnic_type":"normal","device_id":"fa78f200-7a32-4b02-82ca-626a07333e6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:55:51Z","device_owner":"network:router_gateway","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.201"}],"id":"73361a70-fbfa-40d3-94e2-7c969439485a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:f0:2e","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":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"","created_at":"2019-01-20T12:55:45Z","binding:vnic_type":"normal","device_id":"fa78f200-7a32-4b02-82ca-626a07333e6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:55:53Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4ab7c235-2a8d-490d-868b-3b8f27788825","ip_address":"169.254.192.6"}],"id":"9758b618-c236-4ffb-957e-3b7a94f2d3ab","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:37:b2","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f7124b4c064347dda17a1a3edb5f0722","admin_state_up":true,"network_id":"9f9fe64d-7fb2-40f4-a7e4-2c03ecff644b","tenant_id":"","created_at":"2019-01-20T12:55:47Z","binding:vnic_type":"normal","device_id":"fa78f200-7a32-4b02-82ca-626a07333e6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:55:53Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4ab7c235-2a8d-490d-868b-3b8f27788825","ip_address":"169.254.192.5"}],"id":"bc50ad93-4a21-4f0d-957a-8b1f15b4a58a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bb:ff:0d","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f7124b4c064347dda17a1a3edb5f0722","admin_state_up":true,"network_id":"9f9fe64d-7fb2-40f4-a7e4-2c03ecff644b","tenant_id":"","created_at":"2019-01-20T12:55:46Z","binding:vnic_type":"normal","device_id":"fa78f200-7a32-4b02-82ca-626a07333e6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:55:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6db3313b-eb19-4dcc-a7f5-446e8d7f36cf","ip_address":"10.55.1.1"}],"id":"e4350696-e731-43b5-8d2c-bb7fb6bee79e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a4:35:ea","project_id":"f7124b4c064347dda17a1a3edb5f0722","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cb65bdb0-24fd-4aab-aecc-26e1faab2028","tenant_id":"f7124b4c064347dda17a1a3edb5f0722","created_at":"2019-01-20T12:55:52Z","binding:vnic_type":"normal","device_id":"fa78f200-7a32-4b02-82ca-626a07333e6f"}]} 2019-01-20 12:55:53,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=fa78f200-7a32-4b02-82ca-626a07333e6f used request id req-929e0150-e617-474f-9b00-12b71abbc6fd 2019-01-20 12:55:53,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:55:53,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-c51e831e-aa32-41a8-8964-9a181ad85bac Date: Sun, 20 Jan 2019 12:55:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 12:55:53,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-c51e831e-aa32-41a8-8964-9a181ad85bac 2019-01-20 12:55:53,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/4ab7c235-2a8d-490d-868b-3b8f27788825 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:55:53,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e12cc18a-1434-4f3f-8cf1-ccc23a0a7202 Date: Sun, 20 Jan 2019 12:55:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9f9fe64d-7fb2-40f4-a7e4-2c03ecff644b","tenant_id":"","created_at":"2019-01-20T12:55:45Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55:45Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"4ab7c235-2a8d-490d-868b-3b8f27788825","subnetpool_id":null,"name":"HA subnet tenant f7124b4c064347dda17a1a3edb5f0722"}} 2019-01-20 12:55:53,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/4ab7c235-2a8d-490d-868b-3b8f27788825 used request id req-e12cc18a-1434-4f3f-8cf1-ccc23a0a7202 2019-01-20 12:55:53,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/4ab7c235-2a8d-490d-868b-3b8f27788825 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:55:53,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ecd33842-f3b1-4d78-9bd3-b37ff6fdd45a Date: Sun, 20 Jan 2019 12:55:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9f9fe64d-7fb2-40f4-a7e4-2c03ecff644b","tenant_id":"","created_at":"2019-01-20T12:55:45Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55:45Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"4ab7c235-2a8d-490d-868b-3b8f27788825","subnetpool_id":null,"name":"HA subnet tenant f7124b4c064347dda17a1a3edb5f0722"}} 2019-01-20 12:55:53,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/4ab7c235-2a8d-490d-868b-3b8f27788825 used request id req-ecd33842-f3b1-4d78-9bd3-b37ff6fdd45a 2019-01-20 12:55:54,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/4ab7c235-2a8d-490d-868b-3b8f27788825 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:55:54,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-cf857322-5d98-42fc-9ec1-2b575b835d43 Date: Sun, 20 Jan 2019 12:55:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9f9fe64d-7fb2-40f4-a7e4-2c03ecff644b","tenant_id":"","created_at":"2019-01-20T12:55:45Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55:45Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"4ab7c235-2a8d-490d-868b-3b8f27788825","subnetpool_id":null,"name":"HA subnet tenant f7124b4c064347dda17a1a3edb5f0722"}} 2019-01-20 12:55:54,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/4ab7c235-2a8d-490d-868b-3b8f27788825 used request id req-cf857322-5d98-42fc-9ec1-2b575b835d43 2019-01-20 12:55:54,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/6db3313b-eb19-4dcc-a7f5-446e8d7f36cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:55:54,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-b142b598-fe37-47f0-9196-88dc0e70908d Date: Sun, 20 Jan 2019 12:55:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb65bdb0-24fd-4aab-aecc-26e1faab2028","tenant_id":"f7124b4c064347dda17a1a3edb5f0722","created_at":"2019-01-20T12:55:41Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"f7124b4c064347dda17a1a3edb5f0722","id":"6db3313b-eb19-4dcc-a7f5-446e8d7f36cf","subnetpool_id":null,"name":"CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-subnet"}} 2019-01-20 12:55:54,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/6db3313b-eb19-4dcc-a7f5-446e8d7f36cf used request id req-b142b598-fe37-47f0-9196-88dc0e70908d 2019-01-20 12:55:54,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65937323f21a945b547615da402b6ce4031140b1" 2019-01-20 12:55:54,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-ba3de789-eb6b-4c1c-9805-8eabab5e88b6 Date: Sun, 20 Jan 2019 12:55:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f7124b4c064347dda17a1a3edb5f0722", "created_at": "2019-01-20T12:55:45Z", "admin_state_up": true, "updated_at": "2019-01-20T12:55:52Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "f7124b4c064347dda17a1a3edb5f0722", "id": "fa78f200-7a32-4b02-82ca-626a07333e6f", "name": "CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-router"}]} 2019-01-20 12:55:54,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-router&admin_state_up=True used request id req-ba3de789-eb6b-4c1c-9805-8eabab5e88b6 2019-01-20 12:55:54,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27ed2c6c9387e5d46abf6bd6153313f91f74e16d" 2019-01-20 12:55:54,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e3a3c07-7de3-4d5d-abac-bcd0d11b6c85 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722"}, "enabled": true, "id": "f7124b4c064347dda17a1a3edb5f0722", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-35750dab-00d7-42f-proj"}} 2019-01-20 12:55:54,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722 used request id req-8e3a3c07-7de3-4d5d-abac-bcd0d11b6c85 2019-01-20 12:55:54,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=fa78f200-7a32-4b02-82ca-626a07333e6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65937323f21a945b547615da402b6ce4031140b1" 2019-01-20 12:55:54,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-ebd111d9-7a6a-4232-a877-c0c2c11c23aa Date: Sun, 20 Jan 2019 12:55:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:55:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6db3313b-eb19-4dcc-a7f5-446e8d7f36cf","ip_address":"10.55.1.1"}],"id":"e4350696-e731-43b5-8d2c-bb7fb6bee79e","security_groups":[],"mac_address":"fa:16:3e:a4:35:ea","project_id":"f7124b4c064347dda17a1a3edb5f0722","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cb65bdb0-24fd-4aab-aecc-26e1faab2028","tenant_id":"f7124b4c064347dda17a1a3edb5f0722","created_at":"2019-01-20T12:55:52Z","binding:vnic_type":"normal","device_id":"fa78f200-7a32-4b02-82ca-626a07333e6f"}]} 2019-01-20 12:55:54,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=fa78f200-7a32-4b02-82ca-626a07333e6f used request id req-ebd111d9-7a6a-4232-a877-c0c2c11c23aa 2019-01-20 12:55:54,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/6db3313b-eb19-4dcc-a7f5-446e8d7f36cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65937323f21a945b547615da402b6ce4031140b1" 2019-01-20 12:55:54,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-7f8ad73e-7cba-4d0d-8a12-e9efb52a14ba Date: Sun, 20 Jan 2019 12:55:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cb65bdb0-24fd-4aab-aecc-26e1faab2028","tenant_id":"f7124b4c064347dda17a1a3edb5f0722","created_at":"2019-01-20T12:55:41Z","dns_nameservers":[],"updated_at":"2019-01-20T12:55: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":"f7124b4c064347dda17a1a3edb5f0722","id":"6db3313b-eb19-4dcc-a7f5-446e8d7f36cf","subnetpool_id":null,"name":"CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-subnet"}} 2019-01-20 12:55:54,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/6db3313b-eb19-4dcc-a7f5-446e8d7f36cf used request id req-7f8ad73e-7cba-4d0d-8a12-e9efb52a14ba 2019-01-20 12:55:54,982 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-router and subnet CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-subnet 2019-01-20 12:55:54,982 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-router 2019-01-20 12:55:54,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/fa78f200-7a32-4b02-82ca-626a07333e6f/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" -d '{"subnet_id": "6db3313b-eb19-4dcc-a7f5-446e8d7f36cf"}' 2019-01-20 12:55:56,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9faacbf3-f803-4862-be17-c9c0bb03acdf Date: Sun, 20 Jan 2019 12:55:56 GMT RESP BODY: {"network_id": "cb65bdb0-24fd-4aab-aecc-26e1faab2028", "tenant_id": "f7124b4c064347dda17a1a3edb5f0722", "subnet_id": "6db3313b-eb19-4dcc-a7f5-446e8d7f36cf", "subnet_ids": ["6db3313b-eb19-4dcc-a7f5-446e8d7f36cf"], "port_id": "e4350696-e731-43b5-8d2c-bb7fb6bee79e", "id": "fa78f200-7a32-4b02-82ca-626a07333e6f"} 2019-01-20 12:55:56,892 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/fa78f200-7a32-4b02-82ca-626a07333e6f/remove_router_interface used request id req-9faacbf3-f803-4862-be17-c9c0bb03acdf 2019-01-20 12:55:56,893 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-router 2019-01-20 12:55:56,893 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-router 2019-01-20 12:55:56,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/fa78f200-7a32-4b02-82ca-626a07333e6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3e50604a4c45156e396601012bdf7df1f845c2e" 2019-01-20 12:56:00,477 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-15074a98-ec68-4aa4-bbdc-69bf7b70ddaf Content-Length: 0 Date: Sun, 20 Jan 2019 12:56:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:56:00,477 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/fa78f200-7a32-4b02-82ca-626a07333e6f used request id req-15074a98-ec68-4aa4-bbdc-69bf7b70ddaf 2019-01-20 12:56:00,478 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-subnet 2019-01-20 12:56:00,478 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-subnet 2019-01-20 12:56:00,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/6db3313b-eb19-4dcc-a7f5-446e8d7f36cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b24dea14682571593823e45e95275411d2d3940" 2019-01-20 12:56:02,695 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-845780f3-442a-464b-8629-abfd1a500d3b Date: Sun, 20 Jan 2019 12:56:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:56:02,695 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/6db3313b-eb19-4dcc-a7f5-446e8d7f36cf used request id req-845780f3-442a-464b-8629-abfd1a500d3b 2019-01-20 12:56:02,695 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-5c51bfcc-902a-40c5-82c1-9b1291e0eadf-pub-net 2019-01-20 12:56:02,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/cb65bdb0-24fd-4aab-aecc-26e1faab2028 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b24dea14682571593823e45e95275411d2d3940" 2019-01-20 12:56:04,002 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c2b0b646-3f6b-4778-bbcb-b20120822153 Date: Sun, 20 Jan 2019 12:56:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:56:04,002 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/cb65bdb0-24fd-4aab-aecc-26e1faab2028 used request id req-c2b0b646-3f6b-4778-bbcb-b20120822153 2019-01-20 12:56:04,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909fb1d477ce7694e3cb3b461e70a14944730d1" 2019-01-20 12:56:04,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-44288252-5038-4354-8317-f1f8c1141a1d Date: Sun, 20 Jan 2019 12:56:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f7124b4c064347dda17a1a3edb5f0722", "created_at": "2019-01-20T12:55:39Z", "updated_at": "2019-01-20T12:55:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:55:39Z", "revision_number": 0, "id": "32dc525a-805d-4328-98ee-1744c5e0065a", "remote_group_id": "bf325253-d2ac-4cc3-b315-34c70c11733a", "remote_ip_prefix": null, "created_at": "2019-01-20T12:55:39Z", "security_group_id": "bf325253-d2ac-4cc3-b315-34c70c11733a", "tenant_id": "f7124b4c064347dda17a1a3edb5f0722", "port_range_min": null, "ethertype": "IPv4", "project_id": "f7124b4c064347dda17a1a3edb5f0722"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:55:39Z", "revision_number": 0, "id": "54bdaf20-e585-4b19-ad3c-dad0dbbd383b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:55:39Z", "security_group_id": "bf325253-d2ac-4cc3-b315-34c70c11733a", "tenant_id": "f7124b4c064347dda17a1a3edb5f0722", "port_range_min": null, "ethertype": "IPv6", "project_id": "f7124b4c064347dda17a1a3edb5f0722"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:55:39Z", "revision_number": 0, "id": "72210e19-ced5-4102-865e-9eb29c92d04e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:55:39Z", "security_group_id": "bf325253-d2ac-4cc3-b315-34c70c11733a", "tenant_id": "f7124b4c064347dda17a1a3edb5f0722", "port_range_min": null, "ethertype": "IPv4", "project_id": "f7124b4c064347dda17a1a3edb5f0722"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:55:39Z", "revision_number": 0, "id": "cb03a49b-669e-4423-838d-5a5a044de869", "remote_group_id": "bf325253-d2ac-4cc3-b315-34c70c11733a", "remote_ip_prefix": null, "created_at": "2019-01-20T12:55:39Z", "security_group_id": "bf325253-d2ac-4cc3-b315-34c70c11733a", "tenant_id": "f7124b4c064347dda17a1a3edb5f0722", "port_range_min": null, "ethertype": "IPv6", "project_id": "f7124b4c064347dda17a1a3edb5f0722"}], "revision_number": 4, "project_id": "f7124b4c064347dda17a1a3edb5f0722", "id": "bf325253-d2ac-4cc3-b315-34c70c11733a", "name": "default"}]} 2019-01-20 12:56:04,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-44288252-5038-4354-8317-f1f8c1141a1d 2019-01-20 12:56:04,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909fb1d477ce7694e3cb3b461e70a14944730d1" 2019-01-20 12:56:04,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efb76f20-f395-41e5-a95c-960bf6bd95c2 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:56:04,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-efb76f20-f395-41e5-a95c-960bf6bd95c2 2019-01-20 12:56:04,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909fb1d477ce7694e3cb3b461e70a14944730d1" 2019-01-20 12:56:04,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-148c7f05-e342-4879-b2f3-c3ef2d542e52 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:56:04,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-148c7f05-e342-4879-b2f3-c3ef2d542e52 2019-01-20 12:56:04,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909fb1d477ce7694e3cb3b461e70a14944730d1" 2019-01-20 12:56:04,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08f44179-a0dc-4af9-8f3e-0d064437e15c Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:56:04,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-08f44179-a0dc-4af9-8f3e-0d064437e15c 2019-01-20 12:56:04,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909fb1d477ce7694e3cb3b461e70a14944730d1" 2019-01-20 12:56:04,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f034e9e-df39-49b5-8969-591fb22610d1 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722"}, "enabled": true, "id": "f7124b4c064347dda17a1a3edb5f0722", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-35750dab-00d7-42f-proj"}} 2019-01-20 12:56:04,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722 used request id req-2f034e9e-df39-49b5-8969-591fb22610d1 2019-01-20 12:56:04,591 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf325253-d2ac-4cc3-b315-34c70c11733a 2019-01-20 12:56:04,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=bf325253-d2ac-4cc3-b315-34c70c11733a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909fb1d477ce7694e3cb3b461e70a14944730d1" 2019-01-20 12:56:04,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-70104de4-f197-4d88-833e-4ff1f14612b2 Date: Sun, 20 Jan 2019 12:56:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "bf325253-d2ac-4cc3-b315-34c70c11733a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:55:39Z", "security_group_id": "bf325253-d2ac-4cc3-b315-34c70c11733a", "port_range_min": null, "revision_number": 0, "tenant_id": "f7124b4c064347dda17a1a3edb5f0722", "created_at": "2019-01-20T12:55:39Z", "project_id": "f7124b4c064347dda17a1a3edb5f0722", "id": "32dc525a-805d-4328-98ee-1744c5e0065a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:55:39Z", "security_group_id": "bf325253-d2ac-4cc3-b315-34c70c11733a", "port_range_min": null, "revision_number": 0, "tenant_id": "f7124b4c064347dda17a1a3edb5f0722", "created_at": "2019-01-20T12:55:39Z", "project_id": "f7124b4c064347dda17a1a3edb5f0722", "id": "54bdaf20-e585-4b19-ad3c-dad0dbbd383b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:55:39Z", "security_group_id": "bf325253-d2ac-4cc3-b315-34c70c11733a", "port_range_min": null, "revision_number": 0, "tenant_id": "f7124b4c064347dda17a1a3edb5f0722", "created_at": "2019-01-20T12:55:39Z", "project_id": "f7124b4c064347dda17a1a3edb5f0722", "id": "72210e19-ced5-4102-865e-9eb29c92d04e"}, {"remote_group_id": "bf325253-d2ac-4cc3-b315-34c70c11733a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:55:39Z", "security_group_id": "bf325253-d2ac-4cc3-b315-34c70c11733a", "port_range_min": null, "revision_number": 0, "tenant_id": "f7124b4c064347dda17a1a3edb5f0722", "created_at": "2019-01-20T12:55:39Z", "project_id": "f7124b4c064347dda17a1a3edb5f0722", "id": "cb03a49b-669e-4423-838d-5a5a044de869"}]} 2019-01-20 12:56:04,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=bf325253-d2ac-4cc3-b315-34c70c11733a used request id req-70104de4-f197-4d88-833e-4ff1f14612b2 2019-01-20 12:56:04,782 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 12:56:04,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/bf325253-d2ac-4cc3-b315-34c70c11733a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909fb1d477ce7694e3cb3b461e70a14944730d1" 2019-01-20 12:56:05,085 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-73300192-8307-4d5f-b5f3-ee2b22159193 Content-Length: 0 Date: Sun, 20 Jan 2019 12:56:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:56:05,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/bf325253-d2ac-4cc3-b315-34c70c11733a used request id req-73300192-8307-4d5f-b5f3-ee2b22159193 2019-01-20 12:56:05,086 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-35750dab-00d7-42f-proj 2019-01-20 12:56:05,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909fb1d477ce7694e3cb3b461e70a14944730d1" 2019-01-20 12:56:05,298 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:56:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ba39dcc-341e-4781-bfc7-03544a23484a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:56:05,298 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/f7124b4c064347dda17a1a3edb5f0722 used request id req-4ba39dcc-341e-4781-bfc7-03544a23484a 2019-01-20 12:56:05,299 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-35750dab-00d7-42f-proj-role 2019-01-20 12:56:05,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/f69afe0ffce548608d83231fc6d75b43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909fb1d477ce7694e3cb3b461e70a14944730d1" 2019-01-20 12:56:05,420 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:56:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e5172fa-9925-4279-b3d8-83733dd9aafa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:56:05,420 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/f69afe0ffce548608d83231fc6d75b43 used request id req-2e5172fa-9925-4279-b3d8-83733dd9aafa 2019-01-20 12:56:05,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0909fb1d477ce7694e3cb3b461e70a14944730d1" 2019-01-20 12:56:05,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae9b55fb-362f-438b-8533-535790a91621 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:56:05,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ae9b55fb-362f-438b-8533-535790a91621 2019-01-20 12:56:05,508 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-35750dab-00d7-42f-user 2019-01-20 12:56:05,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/f8ac1ad4399e4ed3bc7d37b55a282a40 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeba375aec62a93a8f23a7316e275918c90e5e25" 2019-01-20 12:56:05,689 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:56:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62816e43-64d8-405a-b30a-79c61e8693cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:56:05,689 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/f8ac1ad4399e4ed3bc7d37b55a282a40 used request id req-62816e43-64d8-405a-b30a-79c61e8693cf 2019-01-20 12:56:05,690 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:56:06,076 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:56:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["PY_BwYSLQQ2peLgk7LLTLQ"], "issued_at": "2019-01-20T12:56:06.000000Z"}} 2019-01-20 12:56:06,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df9b0a062eac58565b322e8cd7ddd6f07b61066e" 2019-01-20 12:56:06,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9905ff81-385e-41f2-8fbc-17ddfb656d21 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:56:06,153 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9905ff81-385e-41f2-8fbc-17ddfb656d21 2019-01-20 12:56:06,154 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:56:06,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:56:06,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:56:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["nRvZzpweRXeEP8mHtVY_jg"], "issued_at": "2019-01-20T12:56:06.000000Z"}} 2019-01-20 12:56:06,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}006392eabe9da70d011f8617543d7f9e22ded862" 2019-01-20 12:56:06,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35a3074f-1445-43f6-ba9b-20c48faf56ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:56:06,632 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-35a3074f-1445-43f6-ba9b-20c48faf56ee 2019-01-20 12:56:06,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:56:06,642 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:56: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:56:06,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}006392eabe9da70d011f8617543d7f9e22ded862" 2019-01-20 12:56:06,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c62bdc6a-274e-439c-a7ff-374f35306751 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:56:06,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj used request id req-c62bdc6a-274e-439c-a7ff-374f35306751 2019-01-20 12:56:06,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}006392eabe9da70d011f8617543d7f9e22ded862" 2019-01-20 12:56:06,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9761579-dbba-41ef-bd49-7b5c110ef0a2 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:56:06,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-d9761579-dbba-41ef-bd49-7b5c110ef0a2 2019-01-20 12:56:06,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}006392eabe9da70d011f8617543d7f9e22ded862" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj"}}' 2019-01-20 12:56:06,929 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:56:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-349cd7ab-9926-4fef-809b-94d2e27a233a Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/88ec69121b8c491788ae9e3fd5091962"}, "enabled": true, "id": "88ec69121b8c491788ae9e3fd5091962", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj"}} 2019-01-20 12:56:06,929 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-349cd7ab-9926-4fef-809b-94d2e27a233a 2019-01-20 12:56:06,930 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj 2019-01-20 12:56:06,930 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:56:06,931 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:56:07,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:56:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["2FheavPiT2uCJj0xAYASxQ"], "issued_at": "2019-01-20T12:56:07.000000Z"}} 2019-01-20 12:56:07,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75b9b55b86a7a52dec6ba52f33aad508fdc832ee" 2019-01-20 12:56:07,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01586490-4043-4eb1-8cb5-e32679cd57bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:56:07,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-01586490-4043-4eb1-8cb5-e32679cd57bc 2019-01-20 12:56:07,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:56:07,432 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:56: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:56:07,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75b9b55b86a7a52dec6ba52f33aad508fdc832ee" 2019-01-20 12:56:07,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf17e52e-a211-431f-adaf-e94c610a4e18 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:56:07,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-bf17e52e-a211-431f-adaf-e94c610a4e18 2019-01-20 12:56:07,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75b9b55b86a7a52dec6ba52f33aad508fdc832ee" 2019-01-20 12:56:07,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6581c271-c38e-4db1-85d2-056f77c29e9a Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/88ec69121b8c491788ae9e3fd5091962"}, "enabled": true, "id": "88ec69121b8c491788ae9e3fd5091962", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj"}]} 2019-01-20 12:56:07,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj used request id req-6581c271-c38e-4db1-85d2-056f77c29e9a 2019-01-20 12:56:07,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75b9b55b86a7a52dec6ba52f33aad508fdc832ee" 2019-01-20 12:56:07,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-917dacc5-1b8b-4f79-a2f1-4ca1ce2edf92 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:56:07,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-917dacc5-1b8b-4f79-a2f1-4ca1ce2edf92 2019-01-20 12:56:08,049 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-b9d54675-d03e-4e5-user 2019-01-20 12:56:08,050 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:56:08,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}006392eabe9da70d011f8617543d7f9e22ded862" 2019-01-20 12:56:08,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6708780a-c2a3-4926-b988-c0c31f5c4842 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:56:08,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6708780a-c2a3-4926-b988-c0c31f5c4842 2019-01-20 12:56:08,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}006392eabe9da70d011f8617543d7f9e22ded862" -d '{"role": {"name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj-role"}}' 2019-01-20 12:56:08,289 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:56:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0bc154a-7980-4b0c-ac62-08936dc69f5f Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7c4c0cc779244a84b4b6ec47715b3fb5", "links": {"self": "http://172.30.9.22:5000/v3/roles/7c4c0cc779244a84b4b6ec47715b3fb5"}, "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj-role"}} 2019-01-20 12:56:08,289 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-c0bc154a-7980-4b0c-ac62-08936dc69f5f 2019-01-20 12:56:08,289 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj-role 2019-01-20 12:56:08,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/7c4c0cc779244a84b4b6ec47715b3fb5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}006392eabe9da70d011f8617543d7f9e22ded862" 2019-01-20 12:56:08,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd03c67a-a214-4a79-8160-3a5f5ab07ed2 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/7c4c0cc779244a84b4b6ec47715b3fb5"}, "domain_id": null, "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj-role", "id": "7c4c0cc779244a84b4b6ec47715b3fb5"}} 2019-01-20 12:56:08,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/7c4c0cc779244a84b4b6ec47715b3fb5 used request id req-cd03c67a-a214-4a79-8160-3a5f5ab07ed2 2019-01-20 12:56:08,383 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj-role to project CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj 2019-01-20 12:56:08,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/88ec69121b8c491788ae9e3fd5091962/users/3393cd989642446d982c9cd052f0dfa7/roles/7c4c0cc779244a84b4b6ec47715b3fb5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}006392eabe9da70d011f8617543d7f9e22ded862" 2019-01-20 12:56:08,597 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:56:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6873cd92-d631-4244-9047-a5ae7c3d8510 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:56:08,597 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/88ec69121b8c491788ae9e3fd5091962/users/3393cd989642446d982c9cd052f0dfa7/roles/7c4c0cc779244a84b4b6ec47715b3fb5 used request id req-6873cd92-d631-4244-9047-a5ae7c3d8510 2019-01-20 12:56:08,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:56:08,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:56:08,967 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c4c0cc779244a84b4b6ec47715b3fb5", "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj-role"}], "expires_at": "2019-01-20T13:56:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88ec69121b8c491788ae9e3fd5091962", "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/88ec69121b8c491788ae9e3fd5091962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/88ec69121b8c491788ae9e3fd5091962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/88ec69121b8c491788ae9e3fd5091962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/88ec69121b8c491788ae9e3fd5091962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/88ec69121b8c491788ae9e3fd5091962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/88ec69121b8c491788ae9e3fd5091962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-user", "id": "3393cd989642446d982c9cd052f0dfa7"}, "audit_ids": ["fhiCQvcAS8auY1RzYsqhow"], "issued_at": "2019-01-20T12:56:08.000000Z"}} 2019-01-20 12:56:08,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3143069038e03a4e5acc52d88eea2e92fc3377fd" 2019-01-20 12:56:09,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71596e98-f0b3-4ba1-a40f-40acc8f71b66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:56:09,126 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-71596e98-f0b3-4ba1-a40f-40acc8f71b66 2019-01-20 12:56:09,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3143069038e03a4e5acc52d88eea2e92fc3377fd" 2019-01-20 12:56:09,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f039dcc4-2ce3-481a-bf87-c14b16848b83 Date: Sun, 20 Jan 2019 12:56:09 GMT RESP BODY: {"networks":[]} 2019-01-20 12:56:09,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-net used request id req-f039dcc4-2ce3-481a-bf87-c14b16848b83 2019-01-20 12:56:09,314 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-net 2019-01-20 12:56:09,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3143069038e03a4e5acc52d88eea2e92fc3377fd" -d '{"network": {"name": "CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-net", "admin_state_up": true}}' 2019-01-20 12:56:09,958 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-f8772212-3b3f-4af3-bf72-69a30ff06fa9 Date: Sun, 20 Jan 2019 12:56:09 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"12edaa3d-ff34-4023-800e-b29e6d696e01","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88ec69121b8c491788ae9e3fd5091962","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T12:56:09Z","is_default":false,"name":"CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"88ec69121b8c491788ae9e3fd5091962","created_at":"2019-01-20T12:56:09Z","mtu":1450}} 2019-01-20 12:56:09,958 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-f8772212-3b3f-4af3-bf72-69a30ff06fa9 2019-01-20 12:56:09,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=12edaa3d-ff34-4023-800e-b29e6d696e01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3143069038e03a4e5acc52d88eea2e92fc3377fd" 2019-01-20 12:56:10,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-14c5b9be-df38-4975-9e5d-0a2b6354ab2d Date: Sun, 20 Jan 2019 12:56: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":"2019-01-20T12:56:09Z","tenant_id":"88ec69121b8c491788ae9e3fd5091962","created_at":"2019-01-20T12:56:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"88ec69121b8c491788ae9e3fd5091962","id":"12edaa3d-ff34-4023-800e-b29e6d696e01","name":"CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-net"}]} 2019-01-20 12:56:10,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=12edaa3d-ff34-4023-800e-b29e6d696e01 used request id req-14c5b9be-df38-4975-9e5d-0a2b6354ab2d 2019-01-20 12:56:10,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=12edaa3d-ff34-4023-800e-b29e6d696e01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3143069038e03a4e5acc52d88eea2e92fc3377fd" 2019-01-20 12:56:10,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1bfa451e-8684-4ddc-bc6c-e87f2b6f7add Date: Sun, 20 Jan 2019 12:56:10 GMT RESP BODY: {"subnets":[]} 2019-01-20 12:56:10,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=12edaa3d-ff34-4023-800e-b29e6d696e01 used request id req-1bfa451e-8684-4ddc-bc6c-e87f2b6f7add 2019-01-20 12:56:10,375 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-subnet 2019-01-20 12:56:10,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3143069038e03a4e5acc52d88eea2e92fc3377fd" -d '{"subnets": [{"ip_version": 4, "network_id": "12edaa3d-ff34-4023-800e-b29e6d696e01", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-subnet"}]}' 2019-01-20 12:56:11,257 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7c60d8dd-d394-4c65-95b9-4ee864b1c0c8 Date: Sun, 20 Jan 2019 12:56:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12edaa3d-ff34-4023-800e-b29e6d696e01","tenant_id":"88ec69121b8c491788ae9e3fd5091962","created_at":"2019-01-20T12:56:10Z","dns_nameservers":[],"updated_at":"2019-01-20T12:56:10Z","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":"88ec69121b8c491788ae9e3fd5091962","id":"f9a25ba6-828d-481c-9295-78fa4d1051b6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-subnet"}]} 2019-01-20 12:56:11,257 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-7c60d8dd-d394-4c65-95b9-4ee864b1c0c8 2019-01-20 12:56:11,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=12edaa3d-ff34-4023-800e-b29e6d696e01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3143069038e03a4e5acc52d88eea2e92fc3377fd" 2019-01-20 12:56:11,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-30a02175-ba7d-455d-a921-3aa96461f2d5 Date: Sun, 20 Jan 2019 12:56: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":["f9a25ba6-828d-481c-9295-78fa4d1051b6"],"updated_at":"2019-01-20T12:56:10Z","tenant_id":"88ec69121b8c491788ae9e3fd5091962","created_at":"2019-01-20T12:56:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"88ec69121b8c491788ae9e3fd5091962","id":"12edaa3d-ff34-4023-800e-b29e6d696e01","name":"CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-net"}]} 2019-01-20 12:56:11,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=12edaa3d-ff34-4023-800e-b29e6d696e01 used request id req-30a02175-ba7d-455d-a921-3aa96461f2d5 2019-01-20 12:56:11,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=12edaa3d-ff34-4023-800e-b29e6d696e01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3143069038e03a4e5acc52d88eea2e92fc3377fd" 2019-01-20 12:56:11,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8063ad48-6daa-4a32-bc0a-d62f3b96efb4 Date: Sun, 20 Jan 2019 12:56:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12edaa3d-ff34-4023-800e-b29e6d696e01","tenant_id":"88ec69121b8c491788ae9e3fd5091962","created_at":"2019-01-20T12:56:10Z","dns_nameservers":[],"updated_at":"2019-01-20T12:56:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88ec69121b8c491788ae9e3fd5091962","id":"f9a25ba6-828d-481c-9295-78fa4d1051b6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-subnet"}]} 2019-01-20 12:56:11,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=12edaa3d-ff34-4023-800e-b29e6d696e01 used request id req-8063ad48-6daa-4a32-bc0a-d62f3b96efb4 2019-01-20 12:56:11,739 - OpenStackNetwork - DEBUG - Network [12edaa3d-ff34-4023-800e-b29e6d696e01] created successfully 2019-01-20 12:56:11,740 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:56:11,740 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:56:12,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c4c0cc779244a84b4b6ec47715b3fb5", "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj-role"}], "expires_at": "2019-01-20T13:56:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88ec69121b8c491788ae9e3fd5091962", "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/88ec69121b8c491788ae9e3fd5091962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/88ec69121b8c491788ae9e3fd5091962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/88ec69121b8c491788ae9e3fd5091962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/88ec69121b8c491788ae9e3fd5091962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/88ec69121b8c491788ae9e3fd5091962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/88ec69121b8c491788ae9e3fd5091962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-user", "id": "3393cd989642446d982c9cd052f0dfa7"}, "audit_ids": ["jZW6n0naSLuqhfbfTQbjAQ"], "issued_at": "2019-01-20T12:56:12.000000Z"}} 2019-01-20 12:56:12,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe06e9b4ba8fc86ce72ba84be1ffc18252666d7d" 2019-01-20 12:56:12,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89e95ba2-dea4-44bb-8124-8465f6444844 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:56:12,204 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-89e95ba2-dea4-44bb-8124-8465f6444844 2019-01-20 12:56:12,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe06e9b4ba8fc86ce72ba84be1ffc18252666d7d" 2019-01-20 12:56:12,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3b7a599e-81bc-4176-abca-fac41abefcef Date: Sun, 20 Jan 2019 12:56:12 GMT RESP BODY: {"routers": []} 2019-01-20 12:56:12,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-router&admin_state_up=True used request id req-3b7a599e-81bc-4176-abca-fac41abefcef 2019-01-20 12:56:12,534 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:56:12,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:56:12,908 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c4c0cc779244a84b4b6ec47715b3fb5", "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj-role"}], "expires_at": "2019-01-20T13:56:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88ec69121b8c491788ae9e3fd5091962", "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/88ec69121b8c491788ae9e3fd5091962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/88ec69121b8c491788ae9e3fd5091962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/88ec69121b8c491788ae9e3fd5091962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/88ec69121b8c491788ae9e3fd5091962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/88ec69121b8c491788ae9e3fd5091962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/88ec69121b8c491788ae9e3fd5091962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-user", "id": "3393cd989642446d982c9cd052f0dfa7"}, "audit_ids": ["bd_mvAOySb-8-2dIz_WXvA"], "issued_at": "2019-01-20T12:56:12.000000Z"}} 2019-01-20 12:56:12,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ea3582bd12c3d7ac7895831c3e1e89697c2fce" 2019-01-20 12:56:12,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7302b19a-acaa-4b9c-a527-5b0e692c4025 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:56:12,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7302b19a-acaa-4b9c-a527-5b0e692c4025 2019-01-20 12:56:12,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe06e9b4ba8fc86ce72ba84be1ffc18252666d7d" 2019-01-20 12:56:13,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-fd47ef4f-095a-429b-85b4-a90d7830885f Date: Sun, 20 Jan 2019 12:56:13 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 12:56:13,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-fd47ef4f-095a-429b-85b4-a90d7830885f 2019-01-20 12:56:13,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe06e9b4ba8fc86ce72ba84be1ffc18252666d7d" 2019-01-20 12:56:13,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-113b8e9f-0c67-4325-905b-447ea6a38826 Date: Sun, 20 Jan 2019 12:56:13 GMT RESP BODY: {"subnets":[]} 2019-01-20 12:56:13,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-113b8e9f-0c67-4325-905b-447ea6a38826 2019-01-20 12:56:13,438 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-router 2019-01-20 12:56:13,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe06e9b4ba8fc86ce72ba84be1ffc18252666d7d" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-router", "admin_state_up": true}}' 2019-01-20 12:56:18,506 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-d131a99a-e489-4a7d-8f37-da3be8743142 Date: Sun, 20 Jan 2019 12:56:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "88ec69121b8c491788ae9e3fd5091962", "created_at": "2019-01-20T12:56:14Z", "admin_state_up": true, "updated_at": "2019-01-20T12:56:15Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "88ec69121b8c491788ae9e3fd5091962", "id": "aee2f646-e388-4261-8659-0a7072508838", "name": "CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-router"}} 2019-01-20 12:56:18,506 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-d131a99a-e489-4a7d-8f37-da3be8743142 2019-01-20 12:56:18,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=aee2f646-e388-4261-8659-0a7072508838 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe06e9b4ba8fc86ce72ba84be1ffc18252666d7d" 2019-01-20 12:56:18,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-db5af8a4-d3e8-4cb4-9b18-f57533bd6ea7 Date: Sun, 20 Jan 2019 12:56:18 GMT RESP BODY: {"ports":[]} 2019-01-20 12:56:18,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=aee2f646-e388-4261-8659-0a7072508838 used request id req-db5af8a4-d3e8-4cb4-9b18-f57533bd6ea7 2019-01-20 12:56:18,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe06e9b4ba8fc86ce72ba84be1ffc18252666d7d" 2019-01-20 12:56:18,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5a6fdfca-9f93-4aa6-9e18-a68fa2586f12 Date: Sun, 20 Jan 2019 12:56: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":["f9a25ba6-828d-481c-9295-78fa4d1051b6"],"updated_at":"2019-01-20T12:56:10Z","tenant_id":"88ec69121b8c491788ae9e3fd5091962","created_at":"2019-01-20T12:56:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"88ec69121b8c491788ae9e3fd5091962","id":"12edaa3d-ff34-4023-800e-b29e6d696e01","name":"CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-net"}]} 2019-01-20 12:56:18,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-net used request id req-5a6fdfca-9f93-4aa6-9e18-a68fa2586f12 2019-01-20 12:56:18,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:56:18,976 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:56: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:56:18,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/88ec69121b8c491788ae9e3fd5091962 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe06e9b4ba8fc86ce72ba84be1ffc18252666d7d" 2019-01-20 12:56:19,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc14a761-7e1b-49b8-952f-3705bad37395 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/88ec69121b8c491788ae9e3fd5091962"}, "enabled": true, "id": "88ec69121b8c491788ae9e3fd5091962", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj"}} 2019-01-20 12:56:19,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/88ec69121b8c491788ae9e3fd5091962 used request id req-bc14a761-7e1b-49b8-952f-3705bad37395 2019-01-20 12:56:19,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=12edaa3d-ff34-4023-800e-b29e6d696e01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe06e9b4ba8fc86ce72ba84be1ffc18252666d7d" 2019-01-20 12:56:19,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b35d3d6a-92de-4b33-bc4c-b6f1b9b55fba Date: Sun, 20 Jan 2019 12:56:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12edaa3d-ff34-4023-800e-b29e6d696e01","tenant_id":"88ec69121b8c491788ae9e3fd5091962","created_at":"2019-01-20T12:56:10Z","dns_nameservers":[],"updated_at":"2019-01-20T12:56:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88ec69121b8c491788ae9e3fd5091962","id":"f9a25ba6-828d-481c-9295-78fa4d1051b6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-subnet"}]} 2019-01-20 12:56:19,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=12edaa3d-ff34-4023-800e-b29e6d696e01 used request id req-b35d3d6a-92de-4b33-bc4c-b6f1b9b55fba 2019-01-20 12:56:19,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=12edaa3d-ff34-4023-800e-b29e6d696e01&name=CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe06e9b4ba8fc86ce72ba84be1ffc18252666d7d" 2019-01-20 12:56:19,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6fbe07b4-ce0c-49e0-9f31-b3b436ecd721 Date: Sun, 20 Jan 2019 12:56:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12edaa3d-ff34-4023-800e-b29e6d696e01","tenant_id":"88ec69121b8c491788ae9e3fd5091962","created_at":"2019-01-20T12:56:10Z","dns_nameservers":[],"updated_at":"2019-01-20T12:56:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88ec69121b8c491788ae9e3fd5091962","id":"f9a25ba6-828d-481c-9295-78fa4d1051b6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-subnet"}]} 2019-01-20 12:56:19,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=12edaa3d-ff34-4023-800e-b29e6d696e01&name=CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-subnet used request id req-6fbe07b4-ce0c-49e0-9f31-b3b436ecd721 2019-01-20 12:56:19,170 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-20 12:56:19,170 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-router 2019-01-20 12:56:19,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/aee2f646-e388-4261-8659-0a7072508838/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe06e9b4ba8fc86ce72ba84be1ffc18252666d7d" -d '{"subnet_id": "f9a25ba6-828d-481c-9295-78fa4d1051b6"}' 2019-01-20 12:56:21,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ff55aba4-1445-462c-a5d0-5739e780f845 Date: Sun, 20 Jan 2019 12:56:21 GMT RESP BODY: {"network_id": "12edaa3d-ff34-4023-800e-b29e6d696e01", "tenant_id": "88ec69121b8c491788ae9e3fd5091962", "subnet_id": "f9a25ba6-828d-481c-9295-78fa4d1051b6", "subnet_ids": ["f9a25ba6-828d-481c-9295-78fa4d1051b6"], "port_id": "e2a54ba9-eab1-4e54-92c8-35299e7d3141", "id": "aee2f646-e388-4261-8659-0a7072508838"} 2019-01-20 12:56:21,317 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/aee2f646-e388-4261-8659-0a7072508838/add_router_interface used request id req-ff55aba4-1445-462c-a5d0-5739e780f845 2019-01-20 12:56:21,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/aee2f646-e388-4261-8659-0a7072508838 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe06e9b4ba8fc86ce72ba84be1ffc18252666d7d" 2019-01-20 12:56:21,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-b9b78901-311e-4e9d-acf6-37c8e64bbd2a Date: Sun, 20 Jan 2019 12:56:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "88ec69121b8c491788ae9e3fd5091962", "created_at": "2019-01-20T12:56:14Z", "admin_state_up": true, "updated_at": "2019-01-20T12:56:20Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "88ec69121b8c491788ae9e3fd5091962", "id": "aee2f646-e388-4261-8659-0a7072508838", "name": "CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-router"}} 2019-01-20 12:56:21,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/aee2f646-e388-4261-8659-0a7072508838 used request id req-b9b78901-311e-4e9d-acf6-37c8e64bbd2a 2019-01-20 12:56:21,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=aee2f646-e388-4261-8659-0a7072508838 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe06e9b4ba8fc86ce72ba84be1ffc18252666d7d" 2019-01-20 12:56:21,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-7d921ad0-41e0-4903-9dc1-2f9cdb9af73e Date: Sun, 20 Jan 2019 12:56:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:56:20Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9a25ba6-828d-481c-9295-78fa4d1051b6","ip_address":"10.55.1.1"}],"id":"e2a54ba9-eab1-4e54-92c8-35299e7d3141","security_groups":[],"mac_address":"fa:16:3e:81:00:63","project_id":"88ec69121b8c491788ae9e3fd5091962","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"12edaa3d-ff34-4023-800e-b29e6d696e01","tenant_id":"88ec69121b8c491788ae9e3fd5091962","created_at":"2019-01-20T12:56:19Z","binding:vnic_type":"normal","device_id":"aee2f646-e388-4261-8659-0a7072508838"}]} 2019-01-20 12:56:21,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=aee2f646-e388-4261-8659-0a7072508838 used request id req-7d921ad0-41e0-4903-9dc1-2f9cdb9af73e 2019-01-20 12:56:21,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f9a25ba6-828d-481c-9295-78fa4d1051b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe06e9b4ba8fc86ce72ba84be1ffc18252666d7d" 2019-01-20 12:56:21,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-a91b5679-823c-4d39-af74-e219446cbc0f Date: Sun, 20 Jan 2019 12:56:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12edaa3d-ff34-4023-800e-b29e6d696e01","tenant_id":"88ec69121b8c491788ae9e3fd5091962","created_at":"2019-01-20T12:56:10Z","dns_nameservers":[],"updated_at":"2019-01-20T12:56:10Z","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":"88ec69121b8c491788ae9e3fd5091962","id":"f9a25ba6-828d-481c-9295-78fa4d1051b6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-subnet"}} 2019-01-20 12:56:21,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f9a25ba6-828d-481c-9295-78fa4d1051b6 used request id req-a91b5679-823c-4d39-af74-e219446cbc0f 2019-01-20 12:56:21,945 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:56:22,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c4c0cc779244a84b4b6ec47715b3fb5", "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj-role"}], "expires_at": "2019-01-20T13:56:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88ec69121b8c491788ae9e3fd5091962", "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/88ec69121b8c491788ae9e3fd5091962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/88ec69121b8c491788ae9e3fd5091962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/88ec69121b8c491788ae9e3fd5091962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/88ec69121b8c491788ae9e3fd5091962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/88ec69121b8c491788ae9e3fd5091962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/88ec69121b8c491788ae9e3fd5091962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/88ec69121b8c491788ae9e3fd5091962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-user", "id": "3393cd989642446d982c9cd052f0dfa7"}, "audit_ids": ["-Cq7ycXuRga4xCLvygQgzg"], "issued_at": "2019-01-20T12:56:22.000000Z"}} 2019-01-20 12:56:22,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}691156b172437ae6e7f6d19c7ad51bb9578ee02f" 2019-01-20 12:56:22,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-9020b506-062c-46ee-994f-888a6c10fca5 Date: Sun, 20 Jan 2019 12: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":["f9a25ba6-828d-481c-9295-78fa4d1051b6"],"updated_at":"2019-01-20T12:56:10Z","tenant_id":"88ec69121b8c491788ae9e3fd5091962","created_at":"2019-01-20T12:56:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"88ec69121b8c491788ae9e3fd5091962","id":"12edaa3d-ff34-4023-800e-b29e6d696e01","name":"CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-net"}]} 2019-01-20 12:56:22,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-net used request id req-9020b506-062c-46ee-994f-888a6c10fca5 2019-01-20 12:56:22,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:56:22,644 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:56:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:56:22,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/88ec69121b8c491788ae9e3fd5091962 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df9b0a062eac58565b322e8cd7ddd6f07b61066e" 2019-01-20 12:56:22,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad313094-7349-4bd2-ad7d-21099919ba09 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/88ec69121b8c491788ae9e3fd5091962"}, "enabled": true, "id": "88ec69121b8c491788ae9e3fd5091962", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj"}} 2019-01-20 12:56:22,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/88ec69121b8c491788ae9e3fd5091962 used request id req-ad313094-7349-4bd2-ad7d-21099919ba09 2019-01-20 12:56:22,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=12edaa3d-ff34-4023-800e-b29e6d696e01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}691156b172437ae6e7f6d19c7ad51bb9578ee02f" 2019-01-20 12:56:22,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e4e0de88-f6e2-41d8-99ce-b63716f12864 Date: Sun, 20 Jan 2019 12:56:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12edaa3d-ff34-4023-800e-b29e6d696e01","tenant_id":"88ec69121b8c491788ae9e3fd5091962","created_at":"2019-01-20T12:56:10Z","dns_nameservers":[],"updated_at":"2019-01-20T12:56:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88ec69121b8c491788ae9e3fd5091962","id":"f9a25ba6-828d-481c-9295-78fa4d1051b6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-subnet"}]} 2019-01-20 12:56:22,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=12edaa3d-ff34-4023-800e-b29e6d696e01 used request id req-e4e0de88-f6e2-41d8-99ce-b63716f12864 2019-01-20 12:56:22,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=12edaa3d-ff34-4023-800e-b29e6d696e01&name=CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}691156b172437ae6e7f6d19c7ad51bb9578ee02f" 2019-01-20 12:56:23,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e6dcf5be-8f2b-42d9-aca0-af193a4e883e Date: Sun, 20 Jan 2019 12:56:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12edaa3d-ff34-4023-800e-b29e6d696e01","tenant_id":"88ec69121b8c491788ae9e3fd5091962","created_at":"2019-01-20T12:56:10Z","dns_nameservers":[],"updated_at":"2019-01-20T12:56:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88ec69121b8c491788ae9e3fd5091962","id":"f9a25ba6-828d-481c-9295-78fa4d1051b6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-subnet"}]} 2019-01-20 12:56:23,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=12edaa3d-ff34-4023-800e-b29e6d696e01&name=CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-subnet used request id req-e6dcf5be-8f2b-42d9-aca0-af193a4e883e 2019-01-20 12:56:23,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}691156b172437ae6e7f6d19c7ad51bb9578ee02f" 2019-01-20 12:56:23,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-15c667cc-e879-486d-b01a-0b5973846ab5 Date: Sun, 20 Jan 2019 12:56:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "88ec69121b8c491788ae9e3fd5091962", "created_at": "2019-01-20T12:56:14Z", "admin_state_up": true, "updated_at": "2019-01-20T12:56:20Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "88ec69121b8c491788ae9e3fd5091962", "id": "aee2f646-e388-4261-8659-0a7072508838", "name": "CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-router"}]} 2019-01-20 12:56:23,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-router used request id req-15c667cc-e879-486d-b01a-0b5973846ab5 2019-01-20 12:56:23,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/88ec69121b8c491788ae9e3fd5091962 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df9b0a062eac58565b322e8cd7ddd6f07b61066e" 2019-01-20 12:56:23,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1e656d6-0565-48d4-ab31-af084f891431 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/88ec69121b8c491788ae9e3fd5091962"}, "enabled": true, "id": "88ec69121b8c491788ae9e3fd5091962", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj"}} 2019-01-20 12:56:23,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/88ec69121b8c491788ae9e3fd5091962 used request id req-e1e656d6-0565-48d4-ab31-af084f891431 2019-01-20 12:56:23,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=aee2f646-e388-4261-8659-0a7072508838 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}691156b172437ae6e7f6d19c7ad51bb9578ee02f" 2019-01-20 12:56:23,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-b3f58f5a-b30a-460e-89eb-b230ab7f3779 Date: Sun, 20 Jan 2019 12:56:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:56:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":7,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9a25ba6-828d-481c-9295-78fa4d1051b6","ip_address":"10.55.1.1"}],"id":"e2a54ba9-eab1-4e54-92c8-35299e7d3141","security_groups":[],"mac_address":"fa:16:3e:81:00:63","project_id":"88ec69121b8c491788ae9e3fd5091962","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"12edaa3d-ff34-4023-800e-b29e6d696e01","tenant_id":"88ec69121b8c491788ae9e3fd5091962","created_at":"2019-01-20T12:56:19Z","binding:vnic_type":"normal","device_id":"aee2f646-e388-4261-8659-0a7072508838"}]} 2019-01-20 12:56:23,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=aee2f646-e388-4261-8659-0a7072508838 used request id req-b3f58f5a-b30a-460e-89eb-b230ab7f3779 2019-01-20 12:56:23,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f9a25ba6-828d-481c-9295-78fa4d1051b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}691156b172437ae6e7f6d19c7ad51bb9578ee02f" 2019-01-20 12:56:23,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-7ed8cd08-b12c-4d25-8174-ace9b9076092 Date: Sun, 20 Jan 2019 12:56:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12edaa3d-ff34-4023-800e-b29e6d696e01","tenant_id":"88ec69121b8c491788ae9e3fd5091962","created_at":"2019-01-20T12:56:10Z","dns_nameservers":[],"updated_at":"2019-01-20T12:56:10Z","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":"88ec69121b8c491788ae9e3fd5091962","id":"f9a25ba6-828d-481c-9295-78fa4d1051b6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-subnet"}} 2019-01-20 12:56:23,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f9a25ba6-828d-481c-9295-78fa4d1051b6 used request id req-7ed8cd08-b12c-4d25-8174-ace9b9076092 2019-01-20 12:56:23,943 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-router and subnet CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-subnet 2019-01-20 12:56:23,944 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-router 2019-01-20 12:56:23,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/aee2f646-e388-4261-8659-0a7072508838/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe06e9b4ba8fc86ce72ba84be1ffc18252666d7d" -d '{"subnet_id": "f9a25ba6-828d-481c-9295-78fa4d1051b6"}' 2019-01-20 12:56:25,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d3896487-638a-4149-806f-ebcb63502c7b Date: Sun, 20 Jan 2019 12:56:25 GMT RESP BODY: {"network_id": "12edaa3d-ff34-4023-800e-b29e6d696e01", "tenant_id": "88ec69121b8c491788ae9e3fd5091962", "subnet_id": "f9a25ba6-828d-481c-9295-78fa4d1051b6", "subnet_ids": ["f9a25ba6-828d-481c-9295-78fa4d1051b6"], "port_id": "e2a54ba9-eab1-4e54-92c8-35299e7d3141", "id": "aee2f646-e388-4261-8659-0a7072508838"} 2019-01-20 12:56:25,945 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/aee2f646-e388-4261-8659-0a7072508838/remove_router_interface used request id req-d3896487-638a-4149-806f-ebcb63502c7b 2019-01-20 12:56:25,946 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-router 2019-01-20 12:56:25,946 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-router 2019-01-20 12:56:25,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/aee2f646-e388-4261-8659-0a7072508838 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe06e9b4ba8fc86ce72ba84be1ffc18252666d7d" 2019-01-20 12:56:29,380 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9413cbe6-5911-4620-8b11-c310c7315b70 Content-Length: 0 Date: Sun, 20 Jan 2019 12:56:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:56:29,380 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/aee2f646-e388-4261-8659-0a7072508838 used request id req-9413cbe6-5911-4620-8b11-c310c7315b70 2019-01-20 12:56:29,381 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-subnet 2019-01-20 12:56:29,381 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-subnet 2019-01-20 12:56:29,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/f9a25ba6-828d-481c-9295-78fa4d1051b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3143069038e03a4e5acc52d88eea2e92fc3377fd" 2019-01-20 12:56:31,540 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e043addb-5f05-4483-9852-f2ccccaf1e43 Date: Sun, 20 Jan 2019 12:56:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:56:31,540 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/f9a25ba6-828d-481c-9295-78fa4d1051b6 used request id req-e043addb-5f05-4483-9852-f2ccccaf1e43 2019-01-20 12:56:31,540 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-faaf5c59-cfb0-4054-b9a5-89dac08070f0-pub-net 2019-01-20 12:56:31,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/12edaa3d-ff34-4023-800e-b29e6d696e01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3143069038e03a4e5acc52d88eea2e92fc3377fd" 2019-01-20 12:56:32,921 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-516f804e-4864-4433-a7d9-d51dcfc10f9b Date: Sun, 20 Jan 2019 12:56:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:56:32,921 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/12edaa3d-ff34-4023-800e-b29e6d696e01 used request id req-516f804e-4864-4433-a7d9-d51dcfc10f9b 2019-01-20 12:56:32,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}006392eabe9da70d011f8617543d7f9e22ded862" 2019-01-20 12:56:33,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-098e21bc-0a4d-4c32-a68d-a8a42020a0f8 Date: Sun, 20 Jan 2019 12:56:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "88ec69121b8c491788ae9e3fd5091962", "created_at": "2019-01-20T12:56:09Z", "updated_at": "2019-01-20T12:56:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:56:09Z", "revision_number": 0, "id": "035c411a-f6b1-4718-8336-34f38185d77e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:56:09Z", "security_group_id": "01540ebc-2976-4665-a27c-98a67852a270", "tenant_id": "88ec69121b8c491788ae9e3fd5091962", "port_range_min": null, "ethertype": "IPv6", "project_id": "88ec69121b8c491788ae9e3fd5091962"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:56:09Z", "revision_number": 0, "id": "1041c301-78e7-46ca-8655-b6c31758b285", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:56:09Z", "security_group_id": "01540ebc-2976-4665-a27c-98a67852a270", "tenant_id": "88ec69121b8c491788ae9e3fd5091962", "port_range_min": null, "ethertype": "IPv4", "project_id": "88ec69121b8c491788ae9e3fd5091962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:56:09Z", "revision_number": 0, "id": "9f96d8e1-4f5b-4cd6-bddf-264c226fcb92", "remote_group_id": "01540ebc-2976-4665-a27c-98a67852a270", "remote_ip_prefix": null, "created_at": "2019-01-20T12:56:09Z", "security_group_id": "01540ebc-2976-4665-a27c-98a67852a270", "tenant_id": "88ec69121b8c491788ae9e3fd5091962", "port_range_min": null, "ethertype": "IPv4", "project_id": "88ec69121b8c491788ae9e3fd5091962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:56:09Z", "revision_number": 0, "id": "ea4fdbfb-da69-47a1-9e8c-2a6fa2bb80ac", "remote_group_id": "01540ebc-2976-4665-a27c-98a67852a270", "remote_ip_prefix": null, "created_at": "2019-01-20T12:56:09Z", "security_group_id": "01540ebc-2976-4665-a27c-98a67852a270", "tenant_id": "88ec69121b8c491788ae9e3fd5091962", "port_range_min": null, "ethertype": "IPv6", "project_id": "88ec69121b8c491788ae9e3fd5091962"}], "revision_number": 4, "project_id": "88ec69121b8c491788ae9e3fd5091962", "id": "01540ebc-2976-4665-a27c-98a67852a270", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:56:33,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-098e21bc-0a4d-4c32-a68d-a8a42020a0f8 2019-01-20 12:56:33,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/88ec69121b8c491788ae9e3fd5091962 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}006392eabe9da70d011f8617543d7f9e22ded862" 2019-01-20 12:56:33,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-678d0ec3-eb74-4ce1-8f45-e42ca438ee10 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/88ec69121b8c491788ae9e3fd5091962"}, "enabled": true, "id": "88ec69121b8c491788ae9e3fd5091962", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj"}} 2019-01-20 12:56:33,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/88ec69121b8c491788ae9e3fd5091962 used request id req-678d0ec3-eb74-4ce1-8f45-e42ca438ee10 2019-01-20 12:56:33,245 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 01540ebc-2976-4665-a27c-98a67852a270 2019-01-20 12:56:33,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=01540ebc-2976-4665-a27c-98a67852a270 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}006392eabe9da70d011f8617543d7f9e22ded862" 2019-01-20 12:56:33,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-02f091bb-33f6-48bf-9181-00da628e5338 Date: Sun, 20 Jan 2019 12:56:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:56:09Z", "security_group_id": "01540ebc-2976-4665-a27c-98a67852a270", "port_range_min": null, "revision_number": 0, "tenant_id": "88ec69121b8c491788ae9e3fd5091962", "created_at": "2019-01-20T12:56:09Z", "project_id": "88ec69121b8c491788ae9e3fd5091962", "id": "035c411a-f6b1-4718-8336-34f38185d77e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:56:09Z", "security_group_id": "01540ebc-2976-4665-a27c-98a67852a270", "port_range_min": null, "revision_number": 0, "tenant_id": "88ec69121b8c491788ae9e3fd5091962", "created_at": "2019-01-20T12:56:09Z", "project_id": "88ec69121b8c491788ae9e3fd5091962", "id": "1041c301-78e7-46ca-8655-b6c31758b285"}, {"remote_group_id": "01540ebc-2976-4665-a27c-98a67852a270", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:56:09Z", "security_group_id": "01540ebc-2976-4665-a27c-98a67852a270", "port_range_min": null, "revision_number": 0, "tenant_id": "88ec69121b8c491788ae9e3fd5091962", "created_at": "2019-01-20T12:56:09Z", "project_id": "88ec69121b8c491788ae9e3fd5091962", "id": "9f96d8e1-4f5b-4cd6-bddf-264c226fcb92"}, {"remote_group_id": "01540ebc-2976-4665-a27c-98a67852a270", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:56:09Z", "security_group_id": "01540ebc-2976-4665-a27c-98a67852a270", "port_range_min": null, "revision_number": 0, "tenant_id": "88ec69121b8c491788ae9e3fd5091962", "created_at": "2019-01-20T12:56:09Z", "project_id": "88ec69121b8c491788ae9e3fd5091962", "id": "ea4fdbfb-da69-47a1-9e8c-2a6fa2bb80ac"}]} 2019-01-20 12:56:33,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=01540ebc-2976-4665-a27c-98a67852a270 used request id req-02f091bb-33f6-48bf-9181-00da628e5338 2019-01-20 12:56:33,417 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 12:56:33,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/01540ebc-2976-4665-a27c-98a67852a270 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}006392eabe9da70d011f8617543d7f9e22ded862" 2019-01-20 12:56:33,788 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7efa41f5-3deb-419b-9bdb-7721cf40d0e1 Content-Length: 0 Date: Sun, 20 Jan 2019 12:56:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:56:33,789 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/01540ebc-2976-4665-a27c-98a67852a270 used request id req-7efa41f5-3deb-419b-9bdb-7721cf40d0e1 2019-01-20 12:56:33,789 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj 2019-01-20 12:56:33,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/88ec69121b8c491788ae9e3fd5091962 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}006392eabe9da70d011f8617543d7f9e22ded862" 2019-01-20 12:56:34,010 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:56:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7b3dc26-4dce-4a0b-8116-41c40b5a7837 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:56:34,011 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/88ec69121b8c491788ae9e3fd5091962 used request id req-c7b3dc26-4dce-4a0b-8116-41c40b5a7837 2019-01-20 12:56:34,011 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-b9d54675-d03e-4e5-proj-role 2019-01-20 12:56:34,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/7c4c0cc779244a84b4b6ec47715b3fb5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}006392eabe9da70d011f8617543d7f9e22ded862" 2019-01-20 12:56:34,120 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:56:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4472fd5e-23ca-49a2-aefd-198213bc4b34 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:56:34,121 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/7c4c0cc779244a84b4b6ec47715b3fb5 used request id req-4472fd5e-23ca-49a2-aefd-198213bc4b34 2019-01-20 12:56:34,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}006392eabe9da70d011f8617543d7f9e22ded862" 2019-01-20 12:56:34,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2644be7d-8480-414e-9095-9232919b337a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:56:34,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2644be7d-8480-414e-9095-9232919b337a 2019-01-20 12:56:34,205 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-b9d54675-d03e-4e5-user 2019-01-20 12:56:34,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/3393cd989642446d982c9cd052f0dfa7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75b9b55b86a7a52dec6ba52f33aad508fdc832ee" 2019-01-20 12:56:34,474 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:56:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8192e983-57b5-41b2-ad07-97ccce94157c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:56:34,475 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/3393cd989642446d982c9cd052f0dfa7 used request id req-8192e983-57b5-41b2-ad07-97ccce94157c 2019-01-20 12:56:34,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:56:34,870 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:56:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Qj_oiOC3Q4WsCHN50KdnBg"], "issued_at": "2019-01-20T12:56:34.000000Z"}} 2019-01-20 12:56:34,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2594f7f414933a90d4a7bfaf0df75e01b3c3770" 2019-01-20 12:56:34,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-851430f2-e542-450d-9c9b-6b5e3b6ea9a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:56:34,947 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-851430f2-e542-450d-9c9b-6b5e3b6ea9a6 2019-01-20 12:56:34,948 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:56:34,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:56:35,340 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:56:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["oXZ8o75rS-mn444hrD6VbA"], "issued_at": "2019-01-20T12:56:35.000000Z"}} 2019-01-20 12:56:35,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5d657cec7de61c8933b166d342037eb9e89d1b" 2019-01-20 12:56:35,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54389fef-3864-4dfb-8c05-aaecc08082b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:56:35,428 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-54389fef-3864-4dfb-8c05-aaecc08082b5 2019-01-20 12:56:35,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:56:35,438 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:56: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:56:35,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-87f295ac-ac0f-457-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5d657cec7de61c8933b166d342037eb9e89d1b" 2019-01-20 12:56:35,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ba2cb79-87a4-4a31-b36c-0c9bdd521b1f Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-87f295ac-ac0f-457-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:56:35,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-87f295ac-ac0f-457-proj used request id req-6ba2cb79-87a4-4a31-b36c-0c9bdd521b1f 2019-01-20 12:56:35,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5d657cec7de61c8933b166d342037eb9e89d1b" 2019-01-20 12:56:35,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d5fbf5e-c20d-4529-be1e-ef06a3b897d5 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:56:35,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-6d5fbf5e-c20d-4529-be1e-ef06a3b897d5 2019-01-20 12:56:35,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5d657cec7de61c8933b166d342037eb9e89d1b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-87f295ac-ac0f-457-proj"}}' 2019-01-20 12:56:35,738 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:56:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7c2f3e6-d0e6-485b-bb64-8b986645bb54 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/670ea729ba8a4a41b1557b1de49cbfba"}, "enabled": true, "id": "670ea729ba8a4a41b1557b1de49cbfba", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-87f295ac-ac0f-457-proj"}} 2019-01-20 12:56:35,739 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-e7c2f3e6-d0e6-485b-bb64-8b986645bb54 2019-01-20 12:56:35,739 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-87f295ac-ac0f-457-proj 2019-01-20 12:56:35,739 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:56:35,740 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:56:36,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:56:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["-HQQk_C8R462hQmEfa0X9A"], "issued_at": "2019-01-20T12:56:36.000000Z"}} 2019-01-20 12:56:36,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3a3d0c84a06a3809ec15e88fb03d44c22c015" 2019-01-20 12:56:36,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8f94498-ab8e-472b-b1ff-ce01886b3fcc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:56:36,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d8f94498-ab8e-472b-b1ff-ce01886b3fcc 2019-01-20 12:56:36,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:56:36,225 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:56: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:56:36,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3a3d0c84a06a3809ec15e88fb03d44c22c015" 2019-01-20 12:56:36,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2ecbfae-c768-4dc6-bd5d-8baeccf3a2ff Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:56:36,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-d2ecbfae-c768-4dc6-bd5d-8baeccf3a2ff 2019-01-20 12:56:36,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-87f295ac-ac0f-457-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3a3d0c84a06a3809ec15e88fb03d44c22c015" 2019-01-20 12:56:36,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05e756ab-754c-4e2f-987e-1775d1f568e1 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-87f295ac-ac0f-457-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/670ea729ba8a4a41b1557b1de49cbfba"}, "enabled": true, "id": "670ea729ba8a4a41b1557b1de49cbfba", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-87f295ac-ac0f-457-proj"}]} 2019-01-20 12:56:36,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-87f295ac-ac0f-457-proj used request id req-05e756ab-754c-4e2f-987e-1775d1f568e1 2019-01-20 12:56:36,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3a3d0c84a06a3809ec15e88fb03d44c22c015" 2019-01-20 12:56:36,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9f5ec5f-917d-47df-ac5a-8ce092a439d0 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:56:36,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-b9f5ec5f-917d-47df-ac5a-8ce092a439d0 2019-01-20 12:56:37,001 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-87f295ac-ac0f-457-user 2019-01-20 12:56:37,001 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:56:37,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5d657cec7de61c8933b166d342037eb9e89d1b" 2019-01-20 12:56:37,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-812f9f28-1b61-4e40-a9d6-8cf2b1d11643 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:56:37,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-812f9f28-1b61-4e40-a9d6-8cf2b1d11643 2019-01-20 12:56:37,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5d657cec7de61c8933b166d342037eb9e89d1b" -d '{"role": {"name": "CreateNetworkSuccessTests-87f295ac-ac0f-457-proj-role"}}' 2019-01-20 12:56:37,223 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:56:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00efb0f9-2d86-41b6-9471-3b8d6d2c931f Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f4744f054e4c4d64b6dbd9d3751ffc05", "links": {"self": "http://172.30.9.22:5000/v3/roles/f4744f054e4c4d64b6dbd9d3751ffc05"}, "name": "CreateNetworkSuccessTests-87f295ac-ac0f-457-proj-role"}} 2019-01-20 12:56:37,223 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-00efb0f9-2d86-41b6-9471-3b8d6d2c931f 2019-01-20 12:56:37,224 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-87f295ac-ac0f-457-proj-role 2019-01-20 12:56:37,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/f4744f054e4c4d64b6dbd9d3751ffc05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5d657cec7de61c8933b166d342037eb9e89d1b" 2019-01-20 12:56:37,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e348dc9-5038-449c-a81e-f5db04d95cfa Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/f4744f054e4c4d64b6dbd9d3751ffc05"}, "domain_id": null, "name": "CreateNetworkSuccessTests-87f295ac-ac0f-457-proj-role", "id": "f4744f054e4c4d64b6dbd9d3751ffc05"}} 2019-01-20 12:56:37,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/f4744f054e4c4d64b6dbd9d3751ffc05 used request id req-5e348dc9-5038-449c-a81e-f5db04d95cfa 2019-01-20 12:56:37,316 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-87f295ac-ac0f-457-proj-role to project CreateNetworkSuccessTests-87f295ac-ac0f-457-proj 2019-01-20 12:56:37,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/670ea729ba8a4a41b1557b1de49cbfba/users/613cbcaaeba94968b9cced0b80a5ca36/roles/f4744f054e4c4d64b6dbd9d3751ffc05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5d657cec7de61c8933b166d342037eb9e89d1b" 2019-01-20 12:56:37,453 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:56:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a36baa66-3c62-496b-be93-70f80de298f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:56:37,454 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/670ea729ba8a4a41b1557b1de49cbfba/users/613cbcaaeba94968b9cced0b80a5ca36/roles/f4744f054e4c4d64b6dbd9d3751ffc05 used request id req-a36baa66-3c62-496b-be93-70f80de298f6 2019-01-20 12:56:37,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:56:37,455 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:56:37,827 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f4744f054e4c4d64b6dbd9d3751ffc05", "name": "CreateNetworkSuccessTests-87f295ac-ac0f-457-proj-role"}], "expires_at": "2019-01-20T13:56:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "670ea729ba8a4a41b1557b1de49cbfba", "name": "CreateNetworkSuccessTests-87f295ac-ac0f-457-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/670ea729ba8a4a41b1557b1de49cbfba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/670ea729ba8a4a41b1557b1de49cbfba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/670ea729ba8a4a41b1557b1de49cbfba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/670ea729ba8a4a41b1557b1de49cbfba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/670ea729ba8a4a41b1557b1de49cbfba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/670ea729ba8a4a41b1557b1de49cbfba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/670ea729ba8a4a41b1557b1de49cbfba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/670ea729ba8a4a41b1557b1de49cbfba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/670ea729ba8a4a41b1557b1de49cbfba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/670ea729ba8a4a41b1557b1de49cbfba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/670ea729ba8a4a41b1557b1de49cbfba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/670ea729ba8a4a41b1557b1de49cbfba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-87f295ac-ac0f-457-user", "id": "613cbcaaeba94968b9cced0b80a5ca36"}, "audit_ids": ["FZlcD3ujRPK7ioQGQXl9iw"], "issued_at": "2019-01-20T12:56:37.000000Z"}} 2019-01-20 12:56:37,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9549f989ef044132788401cededaf3dad9f2cf51" 2019-01-20 12:56:37,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d8f0ce3-a861-4b49-9118-7bd4f36d2d9a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:56:37,909 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4d8f0ce3-a861-4b49-9118-7bd4f36d2d9a 2019-01-20 12:56:37,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9549f989ef044132788401cededaf3dad9f2cf51" 2019-01-20 12:56:38,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1406cb3a-05b7-4b9d-845e-68438ac312dd Date: Sun, 20 Jan 2019 12:56:38 GMT RESP BODY: {"networks":[]} 2019-01-20 12:56:38,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-net used request id req-1406cb3a-05b7-4b9d-845e-68438ac312dd 2019-01-20 12:56:38,088 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-net 2019-01-20 12:56:38,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9549f989ef044132788401cededaf3dad9f2cf51" -d '{"network": {"name": "CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-net", "admin_state_up": true}}' 2019-01-20 12:56:38,700 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-d55736ab-0e0a-4806-9341-60962690648e Date: Sun, 20 Jan 2019 12:56:38 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"efa54708-ae6f-42d3-ad9e-59470459f5e0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"670ea729ba8a4a41b1557b1de49cbfba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T12:56:38Z","is_default":false,"name":"CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"670ea729ba8a4a41b1557b1de49cbfba","created_at":"2019-01-20T12:56:38Z","mtu":1450}} 2019-01-20 12:56:38,700 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-d55736ab-0e0a-4806-9341-60962690648e 2019-01-20 12:56:38,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=efa54708-ae6f-42d3-ad9e-59470459f5e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9549f989ef044132788401cededaf3dad9f2cf51" 2019-01-20 12:56:38,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-23eccbaa-f755-4b0f-bdf9-381e0af2232b Date: Sun, 20 Jan 2019 12:56: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":"2019-01-20T12:56:38Z","tenant_id":"670ea729ba8a4a41b1557b1de49cbfba","created_at":"2019-01-20T12:56:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"670ea729ba8a4a41b1557b1de49cbfba","id":"efa54708-ae6f-42d3-ad9e-59470459f5e0","name":"CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-net"}]} 2019-01-20 12:56:38,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=efa54708-ae6f-42d3-ad9e-59470459f5e0 used request id req-23eccbaa-f755-4b0f-bdf9-381e0af2232b 2019-01-20 12:56:38,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=efa54708-ae6f-42d3-ad9e-59470459f5e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9549f989ef044132788401cededaf3dad9f2cf51" 2019-01-20 12:56:39,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bc204a1d-c858-498b-b517-39603ea16f86 Date: Sun, 20 Jan 2019 12:56:39 GMT RESP BODY: {"subnets":[]} 2019-01-20 12:56:39,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=efa54708-ae6f-42d3-ad9e-59470459f5e0 used request id req-bc204a1d-c858-498b-b517-39603ea16f86 2019-01-20 12:56:39,108 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-subnet 2019-01-20 12:56:39,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9549f989ef044132788401cededaf3dad9f2cf51" -d '{"subnets": [{"ip_version": 4, "network_id": "efa54708-ae6f-42d3-ad9e-59470459f5e0", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-subnet"}]}' 2019-01-20 12:56:39,754 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4c42625d-b31d-4a8e-a0ba-69de10d253ad Date: Sun, 20 Jan 2019 12:56:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efa54708-ae6f-42d3-ad9e-59470459f5e0","tenant_id":"670ea729ba8a4a41b1557b1de49cbfba","created_at":"2019-01-20T12:56:39Z","dns_nameservers":[],"updated_at":"2019-01-20T12:56:39Z","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":"670ea729ba8a4a41b1557b1de49cbfba","id":"e60a4272-bb94-4830-989c-a6029767d721","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-subnet"}]} 2019-01-20 12:56:39,755 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-4c42625d-b31d-4a8e-a0ba-69de10d253ad 2019-01-20 12:56:39,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=efa54708-ae6f-42d3-ad9e-59470459f5e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9549f989ef044132788401cededaf3dad9f2cf51" 2019-01-20 12:56:39,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-35a0f06f-dca3-47b7-9005-a48b47c9ecad Date: Sun, 20 Jan 2019 12:56: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":["e60a4272-bb94-4830-989c-a6029767d721"],"updated_at":"2019-01-20T12:56:39Z","tenant_id":"670ea729ba8a4a41b1557b1de49cbfba","created_at":"2019-01-20T12:56:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"670ea729ba8a4a41b1557b1de49cbfba","id":"efa54708-ae6f-42d3-ad9e-59470459f5e0","name":"CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-net"}]} 2019-01-20 12:56:39,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=efa54708-ae6f-42d3-ad9e-59470459f5e0 used request id req-35a0f06f-dca3-47b7-9005-a48b47c9ecad 2019-01-20 12:56:39,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=efa54708-ae6f-42d3-ad9e-59470459f5e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9549f989ef044132788401cededaf3dad9f2cf51" 2019-01-20 12:56:40,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-95d301a1-ce6f-4b27-93f2-b9379ad7f6a6 Date: Sun, 20 Jan 2019 12:56:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efa54708-ae6f-42d3-ad9e-59470459f5e0","tenant_id":"670ea729ba8a4a41b1557b1de49cbfba","created_at":"2019-01-20T12:56:39Z","dns_nameservers":[],"updated_at":"2019-01-20T12:56:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"670ea729ba8a4a41b1557b1de49cbfba","id":"e60a4272-bb94-4830-989c-a6029767d721","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-subnet"}]} 2019-01-20 12:56:40,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=efa54708-ae6f-42d3-ad9e-59470459f5e0 used request id req-95d301a1-ce6f-4b27-93f2-b9379ad7f6a6 2019-01-20 12:56:40,080 - OpenStackNetwork - DEBUG - Network [efa54708-ae6f-42d3-ad9e-59470459f5e0] created successfully 2019-01-20 12:56:40,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:56:40,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f4744f054e4c4d64b6dbd9d3751ffc05", "name": "CreateNetworkSuccessTests-87f295ac-ac0f-457-proj-role"}], "expires_at": "2019-01-20T13:56:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "670ea729ba8a4a41b1557b1de49cbfba", "name": "CreateNetworkSuccessTests-87f295ac-ac0f-457-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/670ea729ba8a4a41b1557b1de49cbfba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/670ea729ba8a4a41b1557b1de49cbfba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/670ea729ba8a4a41b1557b1de49cbfba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/670ea729ba8a4a41b1557b1de49cbfba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/670ea729ba8a4a41b1557b1de49cbfba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/670ea729ba8a4a41b1557b1de49cbfba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/670ea729ba8a4a41b1557b1de49cbfba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/670ea729ba8a4a41b1557b1de49cbfba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/670ea729ba8a4a41b1557b1de49cbfba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/670ea729ba8a4a41b1557b1de49cbfba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/670ea729ba8a4a41b1557b1de49cbfba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/670ea729ba8a4a41b1557b1de49cbfba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-87f295ac-ac0f-457-user", "id": "613cbcaaeba94968b9cced0b80a5ca36"}, "audit_ids": ["FmiCq4zPTIaQ7JcF7N-PNg"], "issued_at": "2019-01-20T12:56:40.000000Z"}} 2019-01-20 12:56:40,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2308ad37cee535d5798d8d0468834289b9485efc" 2019-01-20 12:56:40,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-94e2271e-b1ef-413f-b344-9e82e1e4e530 Date: Sun, 20 Jan 2019 12:56: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":["e60a4272-bb94-4830-989c-a6029767d721"],"updated_at":"2019-01-20T12:56:39Z","tenant_id":"670ea729ba8a4a41b1557b1de49cbfba","created_at":"2019-01-20T12:56:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"670ea729ba8a4a41b1557b1de49cbfba","id":"efa54708-ae6f-42d3-ad9e-59470459f5e0","name":"CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-net"}]} 2019-01-20 12:56:40,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-net used request id req-94e2271e-b1ef-413f-b344-9e82e1e4e530 2019-01-20 12:56:40,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:56:40,757 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:56: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:56:40,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/670ea729ba8a4a41b1557b1de49cbfba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2594f7f414933a90d4a7bfaf0df75e01b3c3770" 2019-01-20 12:56:40,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7ec86ef-cb03-4af8-88aa-53360a78b402 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/670ea729ba8a4a41b1557b1de49cbfba"}, "enabled": true, "id": "670ea729ba8a4a41b1557b1de49cbfba", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-87f295ac-ac0f-457-proj"}} 2019-01-20 12:56:40,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/670ea729ba8a4a41b1557b1de49cbfba used request id req-c7ec86ef-cb03-4af8-88aa-53360a78b402 2019-01-20 12:56:40,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=efa54708-ae6f-42d3-ad9e-59470459f5e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2308ad37cee535d5798d8d0468834289b9485efc" 2019-01-20 12:56:41,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ba2268f6-e198-4c92-969d-a8a865877d08 Date: Sun, 20 Jan 2019 12:56:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efa54708-ae6f-42d3-ad9e-59470459f5e0","tenant_id":"670ea729ba8a4a41b1557b1de49cbfba","created_at":"2019-01-20T12:56:39Z","dns_nameservers":[],"updated_at":"2019-01-20T12:56:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"670ea729ba8a4a41b1557b1de49cbfba","id":"e60a4272-bb94-4830-989c-a6029767d721","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-subnet"}]} 2019-01-20 12:56:41,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=efa54708-ae6f-42d3-ad9e-59470459f5e0 used request id req-ba2268f6-e198-4c92-969d-a8a865877d08 2019-01-20 12:56:41,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=efa54708-ae6f-42d3-ad9e-59470459f5e0&name=CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2308ad37cee535d5798d8d0468834289b9485efc" 2019-01-20 12:56:41,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b0356598-5f57-4e1b-a14c-c6f153460160 Date: Sun, 20 Jan 2019 12:56:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efa54708-ae6f-42d3-ad9e-59470459f5e0","tenant_id":"670ea729ba8a4a41b1557b1de49cbfba","created_at":"2019-01-20T12:56:39Z","dns_nameservers":[],"updated_at":"2019-01-20T12:56:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"670ea729ba8a4a41b1557b1de49cbfba","id":"e60a4272-bb94-4830-989c-a6029767d721","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-subnet"}]} 2019-01-20 12:56:41,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=efa54708-ae6f-42d3-ad9e-59470459f5e0&name=CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-subnet used request id req-b0356598-5f57-4e1b-a14c-c6f153460160 2019-01-20 12:56:41,258 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-subnet 2019-01-20 12:56:41,258 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-subnet 2019-01-20 12:56:41,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/e60a4272-bb94-4830-989c-a6029767d721 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9549f989ef044132788401cededaf3dad9f2cf51" 2019-01-20 12:56:43,600 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d1718bb8-7e4e-453b-909a-48892efe35c7 Date: Sun, 20 Jan 2019 12:56:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:56:43,600 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/e60a4272-bb94-4830-989c-a6029767d721 used request id req-d1718bb8-7e4e-453b-909a-48892efe35c7 2019-01-20 12:56:43,601 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-3f4a8879-a2fe-4785-977e-feb235c08f5a-pub-net 2019-01-20 12:56:43,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/efa54708-ae6f-42d3-ad9e-59470459f5e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9549f989ef044132788401cededaf3dad9f2cf51" 2019-01-20 12:56:45,045 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-30a493e7-8fc5-42e4-934e-65c520c95fb4 Date: Sun, 20 Jan 2019 12:56:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:56:45,045 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/efa54708-ae6f-42d3-ad9e-59470459f5e0 used request id req-30a493e7-8fc5-42e4-934e-65c520c95fb4 2019-01-20 12:56:45,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5d657cec7de61c8933b166d342037eb9e89d1b" 2019-01-20 12:56:45,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b9a1da02-760d-46e6-9b9d-c97268a2d1f0 Date: Sun, 20 Jan 2019 12:56:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "670ea729ba8a4a41b1557b1de49cbfba", "created_at": "2019-01-20T12:56:38Z", "updated_at": "2019-01-20T12:56:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:56:38Z", "revision_number": 0, "id": "1b774720-6ce8-4a0c-830b-7ee4e2b4f00e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:56:38Z", "security_group_id": "39afae46-6939-49cf-ae9c-74e32b3b54ac", "tenant_id": "670ea729ba8a4a41b1557b1de49cbfba", "port_range_min": null, "ethertype": "IPv6", "project_id": "670ea729ba8a4a41b1557b1de49cbfba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:56:38Z", "revision_number": 0, "id": "41d3cedb-4c0a-4f52-b4a6-6c6971a258f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:56:38Z", "security_group_id": "39afae46-6939-49cf-ae9c-74e32b3b54ac", "tenant_id": "670ea729ba8a4a41b1557b1de49cbfba", "port_range_min": null, "ethertype": "IPv4", "project_id": "670ea729ba8a4a41b1557b1de49cbfba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:56:38Z", "revision_number": 0, "id": "4cb3a79e-8e35-461f-a1d4-efd3359f42a8", "remote_group_id": "39afae46-6939-49cf-ae9c-74e32b3b54ac", "remote_ip_prefix": null, "created_at": "2019-01-20T12:56:38Z", "security_group_id": "39afae46-6939-49cf-ae9c-74e32b3b54ac", "tenant_id": "670ea729ba8a4a41b1557b1de49cbfba", "port_range_min": null, "ethertype": "IPv6", "project_id": "670ea729ba8a4a41b1557b1de49cbfba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:56:38Z", "revision_number": 0, "id": "b9ad546f-9526-47d4-a3a2-72e64985d9e9", "remote_group_id": "39afae46-6939-49cf-ae9c-74e32b3b54ac", "remote_ip_prefix": null, "created_at": "2019-01-20T12:56:38Z", "security_group_id": "39afae46-6939-49cf-ae9c-74e32b3b54ac", "tenant_id": "670ea729ba8a4a41b1557b1de49cbfba", "port_range_min": null, "ethertype": "IPv4", "project_id": "670ea729ba8a4a41b1557b1de49cbfba"}], "revision_number": 4, "project_id": "670ea729ba8a4a41b1557b1de49cbfba", "id": "39afae46-6939-49cf-ae9c-74e32b3b54ac", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:56:45,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-b9a1da02-760d-46e6-9b9d-c97268a2d1f0 2019-01-20 12:56:45,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5d657cec7de61c8933b166d342037eb9e89d1b" 2019-01-20 12:56:45,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f160f3aa-0cfd-4c90-8bb4-c0b5a6ca999e 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:56:45,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-f160f3aa-0cfd-4c90-8bb4-c0b5a6ca999e 2019-01-20 12:56:45,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5d657cec7de61c8933b166d342037eb9e89d1b" 2019-01-20 12:56:45,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f8f3c09-b433-4e3e-b4d3-33f29e1a294f 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:56:45,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-3f8f3c09-b433-4e3e-b4d3-33f29e1a294f 2019-01-20 12:56:45,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/670ea729ba8a4a41b1557b1de49cbfba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5d657cec7de61c8933b166d342037eb9e89d1b" 2019-01-20 12:56:45,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76b52214-546c-426d-a0f6-be0af9e8e9f7 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/670ea729ba8a4a41b1557b1de49cbfba"}, "enabled": true, "id": "670ea729ba8a4a41b1557b1de49cbfba", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-87f295ac-ac0f-457-proj"}} 2019-01-20 12:56:45,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/670ea729ba8a4a41b1557b1de49cbfba used request id req-76b52214-546c-426d-a0f6-be0af9e8e9f7 2019-01-20 12:56:45,553 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39afae46-6939-49cf-ae9c-74e32b3b54ac 2019-01-20 12:56:45,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=39afae46-6939-49cf-ae9c-74e32b3b54ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5d657cec7de61c8933b166d342037eb9e89d1b" 2019-01-20 12:56:45,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-71ce1e54-b377-41f9-a88e-0d40b1f26f79 Date: Sun, 20 Jan 2019 12:56:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:56:38Z", "security_group_id": "39afae46-6939-49cf-ae9c-74e32b3b54ac", "port_range_min": null, "revision_number": 0, "tenant_id": "670ea729ba8a4a41b1557b1de49cbfba", "created_at": "2019-01-20T12:56:38Z", "project_id": "670ea729ba8a4a41b1557b1de49cbfba", "id": "1b774720-6ce8-4a0c-830b-7ee4e2b4f00e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:56:38Z", "security_group_id": "39afae46-6939-49cf-ae9c-74e32b3b54ac", "port_range_min": null, "revision_number": 0, "tenant_id": "670ea729ba8a4a41b1557b1de49cbfba", "created_at": "2019-01-20T12:56:38Z", "project_id": "670ea729ba8a4a41b1557b1de49cbfba", "id": "41d3cedb-4c0a-4f52-b4a6-6c6971a258f5"}, {"remote_group_id": "39afae46-6939-49cf-ae9c-74e32b3b54ac", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:56:38Z", "security_group_id": "39afae46-6939-49cf-ae9c-74e32b3b54ac", "port_range_min": null, "revision_number": 0, "tenant_id": "670ea729ba8a4a41b1557b1de49cbfba", "created_at": "2019-01-20T12:56:38Z", "project_id": "670ea729ba8a4a41b1557b1de49cbfba", "id": "4cb3a79e-8e35-461f-a1d4-efd3359f42a8"}, {"remote_group_id": "39afae46-6939-49cf-ae9c-74e32b3b54ac", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:56:38Z", "security_group_id": "39afae46-6939-49cf-ae9c-74e32b3b54ac", "port_range_min": null, "revision_number": 0, "tenant_id": "670ea729ba8a4a41b1557b1de49cbfba", "created_at": "2019-01-20T12:56:38Z", "project_id": "670ea729ba8a4a41b1557b1de49cbfba", "id": "b9ad546f-9526-47d4-a3a2-72e64985d9e9"}]} 2019-01-20 12:56:45,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=39afae46-6939-49cf-ae9c-74e32b3b54ac used request id req-71ce1e54-b377-41f9-a88e-0d40b1f26f79 2019-01-20 12:56:45,726 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 12:56:45,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/39afae46-6939-49cf-ae9c-74e32b3b54ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5d657cec7de61c8933b166d342037eb9e89d1b" 2019-01-20 12:56:46,037 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b538460f-31e6-4c39-bd9c-358c2c0ea89e Content-Length: 0 Date: Sun, 20 Jan 2019 12:56:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:56:46,038 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/39afae46-6939-49cf-ae9c-74e32b3b54ac used request id req-b538460f-31e6-4c39-bd9c-358c2c0ea89e 2019-01-20 12:56:46,038 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-87f295ac-ac0f-457-proj 2019-01-20 12:56:46,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/670ea729ba8a4a41b1557b1de49cbfba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5d657cec7de61c8933b166d342037eb9e89d1b" 2019-01-20 12:56:46,268 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:56:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eca696b9-2b7e-447e-a1a6-39a57b636eac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:56:46,268 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/670ea729ba8a4a41b1557b1de49cbfba used request id req-eca696b9-2b7e-447e-a1a6-39a57b636eac 2019-01-20 12:56:46,268 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-87f295ac-ac0f-457-proj-role 2019-01-20 12:56:46,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/f4744f054e4c4d64b6dbd9d3751ffc05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5d657cec7de61c8933b166d342037eb9e89d1b" 2019-01-20 12:56:46,385 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:56:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d4ebd35-b5b1-4e99-bb11-8d8e0b09c789 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:56:46,385 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/f4744f054e4c4d64b6dbd9d3751ffc05 used request id req-8d4ebd35-b5b1-4e99-bb11-8d8e0b09c789 2019-01-20 12:56:46,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c5d657cec7de61c8933b166d342037eb9e89d1b" 2019-01-20 12:56:46,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2228f910-ca2b-4a29-9299-bbf27f799119 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:56:46,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2228f910-ca2b-4a29-9299-bbf27f799119 2019-01-20 12:56:46,483 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-87f295ac-ac0f-457-user 2019-01-20 12:56:46,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/613cbcaaeba94968b9cced0b80a5ca36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61e3a3d0c84a06a3809ec15e88fb03d44c22c015" 2019-01-20 12:56:46,666 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:56:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96357fa3-1715-4b06-a276-16e3853d0e85 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:56:46,666 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/613cbcaaeba94968b9cced0b80a5ca36 used request id req-96357fa3-1715-4b06-a276-16e3853d0e85 2019-01-20 12:56:46,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:56:47,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:56:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["d78CTVRTTDK_QPwvd5oJQg"], "issued_at": "2019-01-20T12:56:47.000000Z"}} 2019-01-20 12:56:47,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca35e4804402b47294081580aea37c312cbedee1" 2019-01-20 12:56:47,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bae993d1-3242-4cb9-be9a-47914cd2bab9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:56:47,132 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bae993d1-3242-4cb9-be9a-47914cd2bab9 2019-01-20 12:56:47,134 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:56:47,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:56:47,518 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:56:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["nRkIt1viQpeXboYZ9NQwKA"], "issued_at": "2019-01-20T12:56:47.000000Z"}} 2019-01-20 12:56:47,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e882ba7c3e875011b1261010071304965ebcad6d" 2019-01-20 12:56:47,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df7a9419-faf2-44c7-8028-0a145a3b705b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:56:47,600 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-df7a9419-faf2-44c7-8028-0a145a3b705b 2019-01-20 12:56:47,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:56:47,609 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:56:47,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e882ba7c3e875011b1261010071304965ebcad6d" 2019-01-20 12:56:47,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cd0420c-caaf-4f29-811f-939bf6f3380d Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:56:47,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj used request id req-8cd0420c-caaf-4f29-811f-939bf6f3380d 2019-01-20 12:56:47,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e882ba7c3e875011b1261010071304965ebcad6d" 2019-01-20 12:56:47,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f3c2220-366c-4b06-86c3-ed6f2b3ec907 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:56:47,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-7f3c2220-366c-4b06-86c3-ed6f2b3ec907 2019-01-20 12:56:47,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e882ba7c3e875011b1261010071304965ebcad6d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj"}}' 2019-01-20 12:56:47,912 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:56:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1dcace5-38fc-4c20-b3ab-2b6275735ba4 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/6edfcf1a1eb544148d474c25ae712bae"}, "enabled": true, "id": "6edfcf1a1eb544148d474c25ae712bae", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj"}} 2019-01-20 12:56:47,912 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-f1dcace5-38fc-4c20-b3ab-2b6275735ba4 2019-01-20 12:56:47,913 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj 2019-01-20 12:56:47,913 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:56:47,914 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:56:48,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:56:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["4HwEKghMSSGj3MGO5sx4sg"], "issued_at": "2019-01-20T12:56:48.000000Z"}} 2019-01-20 12:56:48,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39760deb38059a29066124ce3ebee235943e631" 2019-01-20 12:56:48,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3afe3a6a-2f5d-4b94-89d7-39f0e56624f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:56:48,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3afe3a6a-2f5d-4b94-89d7-39f0e56624f6 2019-01-20 12:56:48,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:56:48,392 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:56: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:56:48,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39760deb38059a29066124ce3ebee235943e631" 2019-01-20 12:56:48,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb74f744-4923-48dd-9b08-942ce420aad5 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:56:48,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-eb74f744-4923-48dd-9b08-942ce420aad5 2019-01-20 12:56:48,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39760deb38059a29066124ce3ebee235943e631" 2019-01-20 12:56:48,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0ff6a7f-7952-484a-bdc1-94526550f2bd Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/6edfcf1a1eb544148d474c25ae712bae"}, "enabled": true, "id": "6edfcf1a1eb544148d474c25ae712bae", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj"}]} 2019-01-20 12:56:48,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj used request id req-f0ff6a7f-7952-484a-bdc1-94526550f2bd 2019-01-20 12:56:48,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39760deb38059a29066124ce3ebee235943e631" 2019-01-20 12:56:48,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb9a9cd8-7440-491e-ad43-36b10aef9124 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:56:48,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-bb9a9cd8-7440-491e-ad43-36b10aef9124 2019-01-20 12:56:49,074 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-user 2019-01-20 12:56:49,074 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:56:49,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e882ba7c3e875011b1261010071304965ebcad6d" 2019-01-20 12:56:49,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a25771aa-7b67-4c9d-82cb-fdd907a4ae8c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:56:49,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a25771aa-7b67-4c9d-82cb-fdd907a4ae8c 2019-01-20 12:56:49,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e882ba7c3e875011b1261010071304965ebcad6d" -d '{"role": {"name": "CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj-role"}}' 2019-01-20 12:56:49,283 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:56:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-624640d4-8562-4e77-b34e-cbb526a70d59 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "01648b94c8a948509bb1207f7021b25f", "links": {"self": "http://172.30.9.22:5000/v3/roles/01648b94c8a948509bb1207f7021b25f"}, "name": "CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj-role"}} 2019-01-20 12:56:49,283 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-624640d4-8562-4e77-b34e-cbb526a70d59 2019-01-20 12:56:49,284 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj-role 2019-01-20 12:56:49,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/01648b94c8a948509bb1207f7021b25f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e882ba7c3e875011b1261010071304965ebcad6d" 2019-01-20 12:56:49,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f3cdfc1-96fb-4e41-8a98-6834163fe63f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/01648b94c8a948509bb1207f7021b25f"}, "domain_id": null, "name": "CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj-role", "id": "01648b94c8a948509bb1207f7021b25f"}} 2019-01-20 12:56:49,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/01648b94c8a948509bb1207f7021b25f used request id req-6f3cdfc1-96fb-4e41-8a98-6834163fe63f 2019-01-20 12:56:49,381 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj-role to project CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj 2019-01-20 12:56:49,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/6edfcf1a1eb544148d474c25ae712bae/users/0ee1e8165b5d471597fd451959032ec9/roles/01648b94c8a948509bb1207f7021b25f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e882ba7c3e875011b1261010071304965ebcad6d" 2019-01-20 12:56:49,501 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:56:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dccf14cf-51bc-42cd-81c5-9a3cc6395402 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:56:49,501 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/6edfcf1a1eb544148d474c25ae712bae/users/0ee1e8165b5d471597fd451959032ec9/roles/01648b94c8a948509bb1207f7021b25f used request id req-dccf14cf-51bc-42cd-81c5-9a3cc6395402 2019-01-20 12:56:49,502 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:56:49,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:56:49,879 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "01648b94c8a948509bb1207f7021b25f", "name": "CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj-role"}], "expires_at": "2019-01-20T13:56:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6edfcf1a1eb544148d474c25ae712bae", "name": "CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/6edfcf1a1eb544148d474c25ae712bae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/6edfcf1a1eb544148d474c25ae712bae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/6edfcf1a1eb544148d474c25ae712bae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/6edfcf1a1eb544148d474c25ae712bae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/6edfcf1a1eb544148d474c25ae712bae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/6edfcf1a1eb544148d474c25ae712bae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/6edfcf1a1eb544148d474c25ae712bae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/6edfcf1a1eb544148d474c25ae712bae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/6edfcf1a1eb544148d474c25ae712bae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/6edfcf1a1eb544148d474c25ae712bae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/6edfcf1a1eb544148d474c25ae712bae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/6edfcf1a1eb544148d474c25ae712bae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-user", "id": "0ee1e8165b5d471597fd451959032ec9"}, "audit_ids": ["O6Epwv1rS8K6mzIe3AlRDg"], "issued_at": "2019-01-20T12:56:49.000000Z"}} 2019-01-20 12:56:49,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95bedac428727e84bcbf05c1d9d6452e8fd3460" 2019-01-20 12:56:49,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d0241e5-d4ed-40cf-b96a-59a5db55e2d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:56:49,961 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9d0241e5-d4ed-40cf-b96a-59a5db55e2d6 2019-01-20 12:56:49,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-9a842e12-0904-4a39-9be9-fbcd82363fbd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95bedac428727e84bcbf05c1d9d6452e8fd3460" 2019-01-20 12:56:50,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-19d0445c-7980-461e-957b-709dd7734baf Date: Sun, 20 Jan 2019 12:56:50 GMT RESP BODY: {"networks":[]} 2019-01-20 12:56:50,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-9a842e12-0904-4a39-9be9-fbcd82363fbd-pub-net used request id req-19d0445c-7980-461e-957b-709dd7734baf 2019-01-20 12:56:50,145 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-9a842e12-0904-4a39-9be9-fbcd82363fbd-pub-net 2019-01-20 12:56:50,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95bedac428727e84bcbf05c1d9d6452e8fd3460" -d '{"network": {"name": "CreateNetworkSuccessTests-9a842e12-0904-4a39-9be9-fbcd82363fbd-pub-net", "admin_state_up": true}}' 2019-01-20 12:56:50,838 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-44e87773-080b-4768-b3cd-4cdd73c534cc Date: Sun, 20 Jan 2019 12:56:50 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6edfcf1a1eb544148d474c25ae712bae","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T12:56:50Z","is_default":false,"name":"CreateNetworkSuccessTests-9a842e12-0904-4a39-9be9-fbcd82363fbd-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"6edfcf1a1eb544148d474c25ae712bae","created_at":"2019-01-20T12:56:50Z","mtu":1450}} 2019-01-20 12:56:50,838 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-44e87773-080b-4768-b3cd-4cdd73c534cc 2019-01-20 12:56:50,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95bedac428727e84bcbf05c1d9d6452e8fd3460" 2019-01-20 12:56:51,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-86891f0e-805a-4865-b8c9-ee25211ea6ff Date: Sun, 20 Jan 2019 12:56:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T12:56:50Z","tenant_id":"6edfcf1a1eb544148d474c25ae712bae","created_at":"2019-01-20T12:56:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6edfcf1a1eb544148d474c25ae712bae","id":"b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a","name":"CreateNetworkSuccessTests-9a842e12-0904-4a39-9be9-fbcd82363fbd-pub-net"}]} 2019-01-20 12:56:51,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a used request id req-86891f0e-805a-4865-b8c9-ee25211ea6ff 2019-01-20 12:56:51,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95bedac428727e84bcbf05c1d9d6452e8fd3460" 2019-01-20 12:56:51,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-253eb933-d94f-40b6-ac38-51364bc266f8 Date: Sun, 20 Jan 2019 12:56:51 GMT RESP BODY: {"subnets":[]} 2019-01-20 12:56:51,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a used request id req-253eb933-d94f-40b6-ac38-51364bc266f8 2019-01-20 12:56:51,373 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-9a842e12-0904-4a39-9be9-fbcd82363fbd-pub-subnet 2019-01-20 12:56:51,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95bedac428727e84bcbf05c1d9d6452e8fd3460" -d '{"subnets": [{"ip_version": 4, "network_id": "b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-9a842e12-0904-4a39-9be9-fbcd82363fbd-pub-subnet"}]}' 2019-01-20 12:56:52,041 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1aaa99c1-4890-4aa7-937c-323b1edf441f Date: Sun, 20 Jan 2019 12:56:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a","tenant_id":"6edfcf1a1eb544148d474c25ae712bae","created_at":"2019-01-20T12:56:51Z","dns_nameservers":[],"updated_at":"2019-01-20T12:56:51Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"6edfcf1a1eb544148d474c25ae712bae","id":"1654ad54-9ed1-4ed7-98a0-937ccfa7a240","subnetpool_id":null,"name":"CreateNetworkSuccessTests-9a842e12-0904-4a39-9be9-fbcd82363fbd-pub-subnet"}]} 2019-01-20 12:56:52,042 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-1aaa99c1-4890-4aa7-937c-323b1edf441f 2019-01-20 12:56:52,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95bedac428727e84bcbf05c1d9d6452e8fd3460" 2019-01-20 12:56:52,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-73882b82-7fc7-409f-8f7f-0497373f7918 Date: Sun, 20 Jan 2019 12:56: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":["1654ad54-9ed1-4ed7-98a0-937ccfa7a240"],"updated_at":"2019-01-20T12:56:51Z","tenant_id":"6edfcf1a1eb544148d474c25ae712bae","created_at":"2019-01-20T12:56:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6edfcf1a1eb544148d474c25ae712bae","id":"b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a","name":"CreateNetworkSuccessTests-9a842e12-0904-4a39-9be9-fbcd82363fbd-pub-net"}]} 2019-01-20 12:56:52,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a used request id req-73882b82-7fc7-409f-8f7f-0497373f7918 2019-01-20 12:56:52,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95bedac428727e84bcbf05c1d9d6452e8fd3460" 2019-01-20 12:56:52,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4d976ef0-6714-4738-b7bd-ae77eb21a2c9 Date: Sun, 20 Jan 2019 12:56:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a","tenant_id":"6edfcf1a1eb544148d474c25ae712bae","created_at":"2019-01-20T12:56:51Z","dns_nameservers":[],"updated_at":"2019-01-20T12:56:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"6edfcf1a1eb544148d474c25ae712bae","id":"1654ad54-9ed1-4ed7-98a0-937ccfa7a240","subnetpool_id":null,"name":"CreateNetworkSuccessTests-9a842e12-0904-4a39-9be9-fbcd82363fbd-pub-subnet"}]} 2019-01-20 12:56:52,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a used request id req-4d976ef0-6714-4738-b7bd-ae77eb21a2c9 2019-01-20 12:56:52,342 - OpenStackNetwork - DEBUG - Network [b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a] created successfully 2019-01-20 12:56:52,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:56:52,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:56:52,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "01648b94c8a948509bb1207f7021b25f", "name": "CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj-role"}], "expires_at": "2019-01-20T13:56:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6edfcf1a1eb544148d474c25ae712bae", "name": "CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/6edfcf1a1eb544148d474c25ae712bae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/6edfcf1a1eb544148d474c25ae712bae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/6edfcf1a1eb544148d474c25ae712bae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/6edfcf1a1eb544148d474c25ae712bae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/6edfcf1a1eb544148d474c25ae712bae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/6edfcf1a1eb544148d474c25ae712bae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/6edfcf1a1eb544148d474c25ae712bae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/6edfcf1a1eb544148d474c25ae712bae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/6edfcf1a1eb544148d474c25ae712bae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/6edfcf1a1eb544148d474c25ae712bae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/6edfcf1a1eb544148d474c25ae712bae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/6edfcf1a1eb544148d474c25ae712bae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-user", "id": "0ee1e8165b5d471597fd451959032ec9"}, "audit_ids": ["0Bdu4VoGQke7GZw8xIEgEw"], "issued_at": "2019-01-20T12:56:52.000000Z"}} 2019-01-20 12:56:52,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d6a2085f0305d88fe932e4962d510d1cd6a4e0e" 2019-01-20 12:56:52,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8563b49a-5dc5-4c68-9381-c7e07aaa7ccb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:56:52,736 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8563b49a-5dc5-4c68-9381-c7e07aaa7ccb 2019-01-20 12:56:52,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-9a842e12-0904-4a39-9be9-fbcd82363fbd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d6a2085f0305d88fe932e4962d510d1cd6a4e0e" 2019-01-20 12:56:53,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-14cc7337-e4db-480a-b42b-43c6b0f6136b Date: Sun, 20 Jan 2019 12:56: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":["1654ad54-9ed1-4ed7-98a0-937ccfa7a240"],"updated_at":"2019-01-20T12:56:51Z","tenant_id":"6edfcf1a1eb544148d474c25ae712bae","created_at":"2019-01-20T12:56:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6edfcf1a1eb544148d474c25ae712bae","id":"b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a","name":"CreateNetworkSuccessTests-9a842e12-0904-4a39-9be9-fbcd82363fbd-pub-net"}]} 2019-01-20 12:56:53,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateNetworkSuccessTests-9a842e12-0904-4a39-9be9-fbcd82363fbd-pub-net used request id req-14cc7337-e4db-480a-b42b-43c6b0f6136b 2019-01-20 12:56:53,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:56:53,035 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:56:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:56:53,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/6edfcf1a1eb544148d474c25ae712bae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d6a2085f0305d88fe932e4962d510d1cd6a4e0e" 2019-01-20 12:56:53,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75098919-6779-411c-9ac0-db9a7c9a4509 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/6edfcf1a1eb544148d474c25ae712bae"}, "enabled": true, "id": "6edfcf1a1eb544148d474c25ae712bae", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj"}} 2019-01-20 12:56:53,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/6edfcf1a1eb544148d474c25ae712bae used request id req-75098919-6779-411c-9ac0-db9a7c9a4509 2019-01-20 12:56:53,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d6a2085f0305d88fe932e4962d510d1cd6a4e0e" 2019-01-20 12:56:53,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e5aa3720-2d94-49de-85d4-accb326d9697 Date: Sun, 20 Jan 2019 12:56:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a","tenant_id":"6edfcf1a1eb544148d474c25ae712bae","created_at":"2019-01-20T12:56:51Z","dns_nameservers":[],"updated_at":"2019-01-20T12:56:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"6edfcf1a1eb544148d474c25ae712bae","id":"1654ad54-9ed1-4ed7-98a0-937ccfa7a240","subnetpool_id":null,"name":"CreateNetworkSuccessTests-9a842e12-0904-4a39-9be9-fbcd82363fbd-pub-subnet"}]} 2019-01-20 12:56:53,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a used request id req-e5aa3720-2d94-49de-85d4-accb326d9697 2019-01-20 12:56:53,309 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-9a842e12-0904-4a39-9be9-fbcd82363fbd-pub-subnet 2019-01-20 12:56:53,309 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-9a842e12-0904-4a39-9be9-fbcd82363fbd-pub-subnet 2019-01-20 12:56:53,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/1654ad54-9ed1-4ed7-98a0-937ccfa7a240 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95bedac428727e84bcbf05c1d9d6452e8fd3460" 2019-01-20 12:56:55,112 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ddbd41e0-712a-46d9-95a7-5bf0eb9ff627 Date: Sun, 20 Jan 2019 12:56:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:56:55,112 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/1654ad54-9ed1-4ed7-98a0-937ccfa7a240 used request id req-ddbd41e0-712a-46d9-95a7-5bf0eb9ff627 2019-01-20 12:56:55,112 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-9a842e12-0904-4a39-9be9-fbcd82363fbd-pub-net 2019-01-20 12:56:55,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95bedac428727e84bcbf05c1d9d6452e8fd3460" 2019-01-20 12:56:56,562 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-753d5fbe-864b-437c-a4fd-aaff5c137666 Date: Sun, 20 Jan 2019 12:56:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:56:56,562 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/b5b4b9bd-a4b6-41bc-ae0d-e2977371d93a used request id req-753d5fbe-864b-437c-a4fd-aaff5c137666 2019-01-20 12:56:56,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e882ba7c3e875011b1261010071304965ebcad6d" 2019-01-20 12:56:56,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ea258be9-f47e-4d14-9a9d-908c709086a0 Date: Sun, 20 Jan 2019 12:56:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6edfcf1a1eb544148d474c25ae712bae", "created_at": "2019-01-20T12:56:50Z", "updated_at": "2019-01-20T12:56:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:56:50Z", "revision_number": 0, "id": "1e346147-e19d-4585-a9f6-fc24623443ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:56:50Z", "security_group_id": "f84009e8-0582-4714-b23f-b9ae630d6598", "tenant_id": "6edfcf1a1eb544148d474c25ae712bae", "port_range_min": null, "ethertype": "IPv4", "project_id": "6edfcf1a1eb544148d474c25ae712bae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:56:50Z", "revision_number": 0, "id": "75b39c59-8da3-4136-9018-2dfa3937f108", "remote_group_id": "f84009e8-0582-4714-b23f-b9ae630d6598", "remote_ip_prefix": null, "created_at": "2019-01-20T12:56:50Z", "security_group_id": "f84009e8-0582-4714-b23f-b9ae630d6598", "tenant_id": "6edfcf1a1eb544148d474c25ae712bae", "port_range_min": null, "ethertype": "IPv6", "project_id": "6edfcf1a1eb544148d474c25ae712bae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:56:50Z", "revision_number": 0, "id": "8801f3fa-2dea-451d-9fce-19765fc7d368", "remote_group_id": "f84009e8-0582-4714-b23f-b9ae630d6598", "remote_ip_prefix": null, "created_at": "2019-01-20T12:56:50Z", "security_group_id": "f84009e8-0582-4714-b23f-b9ae630d6598", "tenant_id": "6edfcf1a1eb544148d474c25ae712bae", "port_range_min": null, "ethertype": "IPv4", "project_id": "6edfcf1a1eb544148d474c25ae712bae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:56:50Z", "revision_number": 0, "id": "d70a84a5-57d8-4484-8ac5-5b8ceae264d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:56:50Z", "security_group_id": "f84009e8-0582-4714-b23f-b9ae630d6598", "tenant_id": "6edfcf1a1eb544148d474c25ae712bae", "port_range_min": null, "ethertype": "IPv6", "project_id": "6edfcf1a1eb544148d474c25ae712bae"}], "revision_number": 4, "project_id": "6edfcf1a1eb544148d474c25ae712bae", "id": "f84009e8-0582-4714-b23f-b9ae630d6598", "name": "default"}]} 2019-01-20 12:56:56,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-ea258be9-f47e-4d14-9a9d-908c709086a0 2019-01-20 12:56:56,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e882ba7c3e875011b1261010071304965ebcad6d" 2019-01-20 12:56:56,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e95a63ee-4f77-486d-a58c-7ab2fa958dac 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:56:56,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-e95a63ee-4f77-486d-a58c-7ab2fa958dac 2019-01-20 12:56:56,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e882ba7c3e875011b1261010071304965ebcad6d" 2019-01-20 12:56:56,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8819b78-9a04-4398-a220-8eef1e81aa7f 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:56:56,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-f8819b78-9a04-4398-a220-8eef1e81aa7f 2019-01-20 12:56:56,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e882ba7c3e875011b1261010071304965ebcad6d" 2019-01-20 12:56:57,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f7d57f4-6e34-4f09-b124-b7d6c075100e Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:56:57,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-6f7d57f4-6e34-4f09-b124-b7d6c075100e 2019-01-20 12:56:57,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/6edfcf1a1eb544148d474c25ae712bae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e882ba7c3e875011b1261010071304965ebcad6d" 2019-01-20 12:56:57,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d6d37f9-d90a-4ba5-ba02-e82a7df57c93 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/6edfcf1a1eb544148d474c25ae712bae"}, "enabled": true, "id": "6edfcf1a1eb544148d474c25ae712bae", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj"}} 2019-01-20 12:56:57,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/6edfcf1a1eb544148d474c25ae712bae used request id req-2d6d37f9-d90a-4ba5-ba02-e82a7df57c93 2019-01-20 12:56:57,168 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f84009e8-0582-4714-b23f-b9ae630d6598 2019-01-20 12:56:57,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f84009e8-0582-4714-b23f-b9ae630d6598 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e882ba7c3e875011b1261010071304965ebcad6d" 2019-01-20 12:56:57,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-20252604-4932-4612-b119-a2bf88513598 Date: Sun, 20 Jan 2019 12:56:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:56:50Z", "security_group_id": "f84009e8-0582-4714-b23f-b9ae630d6598", "port_range_min": null, "revision_number": 0, "tenant_id": "6edfcf1a1eb544148d474c25ae712bae", "created_at": "2019-01-20T12:56:50Z", "project_id": "6edfcf1a1eb544148d474c25ae712bae", "id": "1e346147-e19d-4585-a9f6-fc24623443ab"}, {"remote_group_id": "f84009e8-0582-4714-b23f-b9ae630d6598", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:56:50Z", "security_group_id": "f84009e8-0582-4714-b23f-b9ae630d6598", "port_range_min": null, "revision_number": 0, "tenant_id": "6edfcf1a1eb544148d474c25ae712bae", "created_at": "2019-01-20T12:56:50Z", "project_id": "6edfcf1a1eb544148d474c25ae712bae", "id": "75b39c59-8da3-4136-9018-2dfa3937f108"}, {"remote_group_id": "f84009e8-0582-4714-b23f-b9ae630d6598", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:56:50Z", "security_group_id": "f84009e8-0582-4714-b23f-b9ae630d6598", "port_range_min": null, "revision_number": 0, "tenant_id": "6edfcf1a1eb544148d474c25ae712bae", "created_at": "2019-01-20T12:56:50Z", "project_id": "6edfcf1a1eb544148d474c25ae712bae", "id": "8801f3fa-2dea-451d-9fce-19765fc7d368"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:56:50Z", "security_group_id": "f84009e8-0582-4714-b23f-b9ae630d6598", "port_range_min": null, "revision_number": 0, "tenant_id": "6edfcf1a1eb544148d474c25ae712bae", "created_at": "2019-01-20T12:56:50Z", "project_id": "6edfcf1a1eb544148d474c25ae712bae", "id": "d70a84a5-57d8-4484-8ac5-5b8ceae264d4"}]} 2019-01-20 12:56:57,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f84009e8-0582-4714-b23f-b9ae630d6598 used request id req-20252604-4932-4612-b119-a2bf88513598 2019-01-20 12:56:57,352 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 12:56:57,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/f84009e8-0582-4714-b23f-b9ae630d6598 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e882ba7c3e875011b1261010071304965ebcad6d" 2019-01-20 12:56:57,649 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-85b2ab94-915d-44b5-8ad8-90dacfff2f1d Content-Length: 0 Date: Sun, 20 Jan 2019 12:56:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:56:57,649 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/f84009e8-0582-4714-b23f-b9ae630d6598 used request id req-85b2ab94-915d-44b5-8ad8-90dacfff2f1d 2019-01-20 12:56:57,650 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj 2019-01-20 12:56:57,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/6edfcf1a1eb544148d474c25ae712bae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e882ba7c3e875011b1261010071304965ebcad6d" 2019-01-20 12:56:57,855 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:56:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88f4b9dd-9411-4c86-9ff1-38fa9d23a0b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:56:57,855 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/6edfcf1a1eb544148d474c25ae712bae used request id req-88f4b9dd-9411-4c86-9ff1-38fa9d23a0b0 2019-01-20 12:56:57,856 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-proj-role 2019-01-20 12:56:57,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/01648b94c8a948509bb1207f7021b25f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e882ba7c3e875011b1261010071304965ebcad6d" 2019-01-20 12:56:57,954 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:56:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ac1504f-e556-4e20-859f-461d61ffad5b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:56:57,954 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/01648b94c8a948509bb1207f7021b25f used request id req-7ac1504f-e556-4e20-859f-461d61ffad5b 2019-01-20 12:56:57,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e882ba7c3e875011b1261010071304965ebcad6d" 2019-01-20 12:56:58,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ff9004e-005e-414d-a097-5a07a8d8fee7 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:56:58,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-8ff9004e-005e-414d-a097-5a07a8d8fee7 2019-01-20 12:56:58,051 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-132c8f7d-cd9a-4dc-user 2019-01-20 12:56:58,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/0ee1e8165b5d471597fd451959032ec9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39760deb38059a29066124ce3ebee235943e631" 2019-01-20 12:56:58,255 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:56:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9417a48a-c993-44ab-97da-033b3532fc00 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:56:58,255 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/0ee1e8165b5d471597fd451959032ec9 used request id req-9417a48a-c993-44ab-97da-033b3532fc00 2019-01-20 12:56:58,256 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:56:58,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:56:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["_dAo76HhR92qTT5d5Vg2Aw"], "issued_at": "2019-01-20T12:56:58.000000Z"}} 2019-01-20 12:56:58,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc2c58c5a8e06f13d559c1db43da12ebf26f829" 2019-01-20 12:56:58,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fe629ac-f65b-41c2-b81b-c4a8888b8fba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:56:58,720 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8fe629ac-f65b-41c2-b81b-c4a8888b8fba 2019-01-20 12:56:58,721 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:56:58,722 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:56:59,118 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:56:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["_lO492q1QHOB5wQb9_XfLg"], "issued_at": "2019-01-20T12:56:59.000000Z"}} 2019-01-20 12:56:59,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397a4052887687c7628ca0c0ce64f1567bb0d2ff" 2019-01-20 12:56:59,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e529f1df-f968-4a10-b54a-ac18c08ea665 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:56:59,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e529f1df-f968-4a10-b54a-ac18c08ea665 2019-01-20 12:56:59,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:56:59,208 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:56: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:56:59,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a2c1a62a-a181-49c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397a4052887687c7628ca0c0ce64f1567bb0d2ff" 2019-01-20 12:56:59,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f755a06b-4399-4b28-96c2-e49d174bb3bf Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a2c1a62a-a181-49c-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:56:59,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-a2c1a62a-a181-49c-proj used request id req-f755a06b-4399-4b28-96c2-e49d174bb3bf 2019-01-20 12:56:59,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397a4052887687c7628ca0c0ce64f1567bb0d2ff" 2019-01-20 12:56:59,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4da0b122-8715-43af-8503-b3e4e01bfd66 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:56:59,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-4da0b122-8715-43af-8503-b3e4e01bfd66 2019-01-20 12:56:59,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397a4052887687c7628ca0c0ce64f1567bb0d2ff" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-a2c1a62a-a181-49c-proj"}}' 2019-01-20 12:56:59,511 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:56:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac1d0ba8-6635-4201-ab6e-065ac8cc4ffd Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/dfcb79b0e2ff46b5949a9e3266f0c1c1"}, "enabled": true, "id": "dfcb79b0e2ff46b5949a9e3266f0c1c1", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a2c1a62a-a181-49c-proj"}} 2019-01-20 12:56:59,511 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-ac1d0ba8-6635-4201-ab6e-065ac8cc4ffd 2019-01-20 12:56:59,511 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-a2c1a62a-a181-49c-proj 2019-01-20 12:56:59,511 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:56:59,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:56:59,912 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:56:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["DMABJcWaQ-qRdEa4N5lt4w"], "issued_at": "2019-01-20T12:56:59.000000Z"}} 2019-01-20 12:56:59,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d5e1cb16b4c9a17272023cc721c5ebaf86edab7" 2019-01-20 12:56:59,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bb32792-2ded-4aaf-a4b6-66e3e0f9cf2e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:56:59,927 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2bb32792-2ded-4aaf-a4b6-66e3e0f9cf2e 2019-01-20 12:56:59,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:56:59,937 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:56: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:56:59,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d5e1cb16b4c9a17272023cc721c5ebaf86edab7" 2019-01-20 12:57:00,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4ba83f2-e106-4d90-a722-f045f41d8257 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:57:00,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e4ba83f2-e106-4d90-a722-f045f41d8257 2019-01-20 12:57:00,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-a2c1a62a-a181-49c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d5e1cb16b4c9a17272023cc721c5ebaf86edab7" 2019-01-20 12:57:00,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbd34b3b-1d12-4fc9-86bb-5584813fc2f1 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-a2c1a62a-a181-49c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/dfcb79b0e2ff46b5949a9e3266f0c1c1"}, "enabled": true, "id": "dfcb79b0e2ff46b5949a9e3266f0c1c1", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a2c1a62a-a181-49c-proj"}]} 2019-01-20 12:57:00,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-a2c1a62a-a181-49c-proj used request id req-fbd34b3b-1d12-4fc9-86bb-5584813fc2f1 2019-01-20 12:57:00,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d5e1cb16b4c9a17272023cc721c5ebaf86edab7" 2019-01-20 12:57:00,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbef2b03-c996-4fdd-b85b-48dbb76e1115 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:57:00,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-fbef2b03-c996-4fdd-b85b-48dbb76e1115 2019-01-20 12:57:00,528 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-a2c1a62a-a181-49c-user 2019-01-20 12:57:00,529 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:57:00,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397a4052887687c7628ca0c0ce64f1567bb0d2ff" 2019-01-20 12:57:00,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ff7e162-647b-44d6-99fb-198c61fc28c1 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:57:00,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2ff7e162-647b-44d6-99fb-198c61fc28c1 2019-01-20 12:57:00,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397a4052887687c7628ca0c0ce64f1567bb0d2ff" -d '{"role": {"name": "CreateRouterSuccessTests-a2c1a62a-a181-49c-proj-role"}}' 2019-01-20 12:57:00,732 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:57:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75397c0e-8cf5-4a99-a153-c12eb4b300ec Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a7bb443ab00c4ec7b96ef25d95c6f1f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/a7bb443ab00c4ec7b96ef25d95c6f1f7"}, "name": "CreateRouterSuccessTests-a2c1a62a-a181-49c-proj-role"}} 2019-01-20 12:57:00,732 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-75397c0e-8cf5-4a99-a153-c12eb4b300ec 2019-01-20 12:57:00,733 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-a2c1a62a-a181-49c-proj-role 2019-01-20 12:57:00,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/a7bb443ab00c4ec7b96ef25d95c6f1f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397a4052887687c7628ca0c0ce64f1567bb0d2ff" 2019-01-20 12:57:00,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c5ae8d1-7490-4bda-ba11-704153fb0de6 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/a7bb443ab00c4ec7b96ef25d95c6f1f7"}, "domain_id": null, "name": "CreateRouterSuccessTests-a2c1a62a-a181-49c-proj-role", "id": "a7bb443ab00c4ec7b96ef25d95c6f1f7"}} 2019-01-20 12:57:00,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/a7bb443ab00c4ec7b96ef25d95c6f1f7 used request id req-6c5ae8d1-7490-4bda-ba11-704153fb0de6 2019-01-20 12:57:00,828 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-a2c1a62a-a181-49c-proj-role to project CreateRouterSuccessTests-a2c1a62a-a181-49c-proj 2019-01-20 12:57:00,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/dfcb79b0e2ff46b5949a9e3266f0c1c1/users/f6d7c73996cf4bb581b143dd9a4836fb/roles/a7bb443ab00c4ec7b96ef25d95c6f1f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397a4052887687c7628ca0c0ce64f1567bb0d2ff" 2019-01-20 12:57:00,950 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:57:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-032caad7-2961-4426-a9ee-04cc56ece1af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:57:00,950 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/dfcb79b0e2ff46b5949a9e3266f0c1c1/users/f6d7c73996cf4bb581b143dd9a4836fb/roles/a7bb443ab00c4ec7b96ef25d95c6f1f7 used request id req-032caad7-2961-4426-a9ee-04cc56ece1af 2019-01-20 12:57:00,951 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:57:00,952 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:01,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a7bb443ab00c4ec7b96ef25d95c6f1f7", "name": "CreateRouterSuccessTests-a2c1a62a-a181-49c-proj-role"}], "expires_at": "2019-01-20T13:57:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfcb79b0e2ff46b5949a9e3266f0c1c1", "name": "CreateRouterSuccessTests-a2c1a62a-a181-49c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-a2c1a62a-a181-49c-user", "id": "f6d7c73996cf4bb581b143dd9a4836fb"}, "audit_ids": ["M4_9chB3QS2V-1whk-lwBQ"], "issued_at": "2019-01-20T12:57:01.000000Z"}} 2019-01-20 12:57:01,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131258191321683a3ee78042f3ceafa6b3e77e84" 2019-01-20 12:57:01,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38c98d1e-ef68-4813-9b7e-d7736cf880ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:57:01,418 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-38c98d1e-ef68-4813-9b7e-d7736cf880ac 2019-01-20 12:57:01,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-f98e2371-44d3-44c6-a8e8-d61edfd06a78-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131258191321683a3ee78042f3ceafa6b3e77e84" 2019-01-20 12:57:01,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-88c82172-20d3-4aad-a5ec-4d977a587b44 Date: Sun, 20 Jan 2019 12:57:01 GMT RESP BODY: {"routers": []} 2019-01-20 12:57:01,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-f98e2371-44d3-44c6-a8e8-d61edfd06a78-pub-router&admin_state_up=True used request id req-88c82172-20d3-4aad-a5ec-4d977a587b44 2019-01-20 12:57:01,765 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:57:01,765 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:02,130 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a7bb443ab00c4ec7b96ef25d95c6f1f7", "name": "CreateRouterSuccessTests-a2c1a62a-a181-49c-proj-role"}], "expires_at": "2019-01-20T13:57:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfcb79b0e2ff46b5949a9e3266f0c1c1", "name": "CreateRouterSuccessTests-a2c1a62a-a181-49c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-a2c1a62a-a181-49c-user", "id": "f6d7c73996cf4bb581b143dd9a4836fb"}, "audit_ids": ["0-pjcN6MRiuPYgBcNlpFow"], "issued_at": "2019-01-20T12:57:02.000000Z"}} 2019-01-20 12:57:02,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ed4902f75031c4e0dd90c64a56757c1a44dae0" 2019-01-20 12:57:02,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-683a38cf-d164-4a73-8dbc-29e71310a41a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:57:02,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-683a38cf-d164-4a73-8dbc-29e71310a41a 2019-01-20 12:57:02,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131258191321683a3ee78042f3ceafa6b3e77e84" 2019-01-20 12:57:02,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3706cb91-b8ae-4752-91b9-3416561d3c2b Date: Sun, 20 Jan 2019 12:57:02 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 12:57:02,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-3706cb91-b8ae-4752-91b9-3416561d3c2b 2019-01-20 12:57:02,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131258191321683a3ee78042f3ceafa6b3e77e84" 2019-01-20 12:57:02,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c5d3a271-ace4-442d-a758-61c1004934cf Date: Sun, 20 Jan 2019 12:57:02 GMT RESP BODY: {"subnets":[]} 2019-01-20 12:57:02,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-c5d3a271-ace4-442d-a758-61c1004934cf 2019-01-20 12:57:02,670 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-f98e2371-44d3-44c6-a8e8-d61edfd06a78-pub-router 2019-01-20 12:57:02,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131258191321683a3ee78042f3ceafa6b3e77e84" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "CreateRouterSuccessTests-f98e2371-44d3-44c6-a8e8-d61edfd06a78-pub-router", "admin_state_up": true}}' 2019-01-20 12:57:07,763 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-0888ebb7-9c53-4f3f-a27a-1f7302fb815f Date: Sun, 20 Jan 2019 12:57:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "dfcb79b0e2ff46b5949a9e3266f0c1c1", "created_at": "2019-01-20T12:57:03Z", "admin_state_up": true, "updated_at": "2019-01-20T12:57:04Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "dfcb79b0e2ff46b5949a9e3266f0c1c1", "id": "46900943-5eb8-42d3-b448-6b20f3805cc2", "name": "CreateRouterSuccessTests-f98e2371-44d3-44c6-a8e8-d61edfd06a78-pub-router"}} 2019-01-20 12:57:07,763 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-0888ebb7-9c53-4f3f-a27a-1f7302fb815f 2019-01-20 12:57:07,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=46900943-5eb8-42d3-b448-6b20f3805cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131258191321683a3ee78042f3ceafa6b3e77e84" 2019-01-20 12:57:07,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3ed217e3-d97e-42c4-bb81-3b80ac683c61 Date: Sun, 20 Jan 2019 12:57:07 GMT RESP BODY: {"ports":[]} 2019-01-20 12:57:07,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=46900943-5eb8-42d3-b448-6b20f3805cc2 used request id req-3ed217e3-d97e-42c4-bb81-3b80ac683c61 2019-01-20 12:57:07,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/46900943-5eb8-42d3-b448-6b20f3805cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131258191321683a3ee78042f3ceafa6b3e77e84" 2019-01-20 12:57:08,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-7258dcb7-2a7e-4a04-b317-80bde4c1ec68 Date: Sun, 20 Jan 2019 12:57:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "dfcb79b0e2ff46b5949a9e3266f0c1c1", "created_at": "2019-01-20T12:57:03Z", "admin_state_up": true, "updated_at": "2019-01-20T12:57:06Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "dfcb79b0e2ff46b5949a9e3266f0c1c1", "id": "46900943-5eb8-42d3-b448-6b20f3805cc2", "name": "CreateRouterSuccessTests-f98e2371-44d3-44c6-a8e8-d61edfd06a78-pub-router"}} 2019-01-20 12:57:08,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/46900943-5eb8-42d3-b448-6b20f3805cc2 used request id req-7258dcb7-2a7e-4a04-b317-80bde4c1ec68 2019-01-20 12:57:08,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=46900943-5eb8-42d3-b448-6b20f3805cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131258191321683a3ee78042f3ceafa6b3e77e84" 2019-01-20 12:57:08,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-839f3c8f-bdc1-4ab2-9dd4-2120bbec2d27 Date: Sun, 20 Jan 2019 12:57:08 GMT RESP BODY: {"ports":[]} 2019-01-20 12:57:08,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=46900943-5eb8-42d3-b448-6b20f3805cc2 used request id req-839f3c8f-bdc1-4ab2-9dd4-2120bbec2d27 2019-01-20 12:57:08,390 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:08,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a7bb443ab00c4ec7b96ef25d95c6f1f7", "name": "CreateRouterSuccessTests-a2c1a62a-a181-49c-proj-role"}], "expires_at": "2019-01-20T13:57:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfcb79b0e2ff46b5949a9e3266f0c1c1", "name": "CreateRouterSuccessTests-a2c1a62a-a181-49c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/dfcb79b0e2ff46b5949a9e3266f0c1c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-a2c1a62a-a181-49c-user", "id": "f6d7c73996cf4bb581b143dd9a4836fb"}, "audit_ids": ["WvxdpIELSrOZT5vHZrILAQ"], "issued_at": "2019-01-20T12:57:08.000000Z"}} 2019-01-20 12:57:08,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-f98e2371-44d3-44c6-a8e8-d61edfd06a78-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f27d383817e5276f95020cc8f00139b5cc1a6e91" 2019-01-20 12:57:09,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-88e45d67-a800-4e86-8b41-67ebefa1dfad Date: Sun, 20 Jan 2019 12:57:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "dfcb79b0e2ff46b5949a9e3266f0c1c1", "created_at": "2019-01-20T12:57:03Z", "admin_state_up": true, "updated_at": "2019-01-20T12:57:06Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "dfcb79b0e2ff46b5949a9e3266f0c1c1", "id": "46900943-5eb8-42d3-b448-6b20f3805cc2", "name": "CreateRouterSuccessTests-f98e2371-44d3-44c6-a8e8-d61edfd06a78-pub-router"}]} 2019-01-20 12:57:09,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-f98e2371-44d3-44c6-a8e8-d61edfd06a78-pub-router&admin_state_up=True used request id req-88e45d67-a800-4e86-8b41-67ebefa1dfad 2019-01-20 12:57:09,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:57:09,244 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:57: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:57:09,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/dfcb79b0e2ff46b5949a9e3266f0c1c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfc2c58c5a8e06f13d559c1db43da12ebf26f829" 2019-01-20 12:57:09,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f24b844-1274-43c9-8900-32642196dae3 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/dfcb79b0e2ff46b5949a9e3266f0c1c1"}, "enabled": true, "id": "dfcb79b0e2ff46b5949a9e3266f0c1c1", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-a2c1a62a-a181-49c-proj"}} 2019-01-20 12:57:09,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/dfcb79b0e2ff46b5949a9e3266f0c1c1 used request id req-4f24b844-1274-43c9-8900-32642196dae3 2019-01-20 12:57:09,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=46900943-5eb8-42d3-b448-6b20f3805cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f27d383817e5276f95020cc8f00139b5cc1a6e91" 2019-01-20 12:57:09,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-812d5dfb-5e34-48b4-ac0c-73610a090947 Date: Sun, 20 Jan 2019 12:57:09 GMT RESP BODY: {"ports":[]} 2019-01-20 12:57:09,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=46900943-5eb8-42d3-b448-6b20f3805cc2 used request id req-812d5dfb-5e34-48b4-ac0c-73610a090947 2019-01-20 12:57:09,601 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-f98e2371-44d3-44c6-a8e8-d61edfd06a78-pub-router 2019-01-20 12:57:09,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/46900943-5eb8-42d3-b448-6b20f3805cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f27d383817e5276f95020cc8f00139b5cc1a6e91" 2019-01-20 12:57:13,282 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-31a8357b-ea3d-4a04-848d-ba75ae6f31f0 Content-Length: 0 Date: Sun, 20 Jan 2019 12:57:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:57:13,283 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/46900943-5eb8-42d3-b448-6b20f3805cc2 used request id req-31a8357b-ea3d-4a04-848d-ba75ae6f31f0 2019-01-20 12:57:13,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-f98e2371-44d3-44c6-a8e8-d61edfd06a78-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f27d383817e5276f95020cc8f00139b5cc1a6e91" 2019-01-20 12:57:13,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3c5f8142-b351-444c-8898-60f761e4285f Date: Sun, 20 Jan 2019 12:57:13 GMT RESP BODY: {"routers": []} 2019-01-20 12:57:13,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-f98e2371-44d3-44c6-a8e8-d61edfd06a78-pub-router&admin_state_up=True used request id req-3c5f8142-b351-444c-8898-60f761e4285f 2019-01-20 12:57:13,483 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-f98e2371-44d3-44c6-a8e8-d61edfd06a78-pub-router 2019-01-20 12:57:13,483 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-f98e2371-44d3-44c6-a8e8-d61edfd06a78-pub-router 2019-01-20 12:57:13,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/46900943-5eb8-42d3-b448-6b20f3805cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}131258191321683a3ee78042f3ceafa6b3e77e84" 2019-01-20 12:57:13,677 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 135 X-Openstack-Request-Id: req-a9d1c406-beb8-4e9c-becc-01dc04fa97e6 Date: Sun, 20 Jan 2019 12:57:13 GMT RESP BODY: {"NeutronError": {"message": "Router 46900943-5eb8-42d3-b448-6b20f3805cc2 could not be found", "type": "RouterNotFound", "detail": ""}} 2019-01-20 12:57:13,677 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/46900943-5eb8-42d3-b448-6b20f3805cc2 used request id req-a9d1c406-beb8-4e9c-becc-01dc04fa97e6 2019-01-20 12:57:13,678 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Router 46900943-5eb8-42d3-b448-6b20f3805cc2 could not be found", "type": "RouterNotFound", "detail": ""}} 2019-01-20 12:57:13,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397a4052887687c7628ca0c0ce64f1567bb0d2ff" 2019-01-20 12:57:13,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2de60206-ca98-406f-a408-7160bdcb450f Date: Sun, 20 Jan 2019 12:57:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:57:13,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-2de60206-ca98-406f-a408-7160bdcb450f 2019-01-20 12:57:13,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397a4052887687c7628ca0c0ce64f1567bb0d2ff" 2019-01-20 12:57:14,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e60aa865-308b-46b7-b802-329cf41717e0 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:57:14,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-e60aa865-308b-46b7-b802-329cf41717e0 2019-01-20 12:57:14,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397a4052887687c7628ca0c0ce64f1567bb0d2ff" 2019-01-20 12:57:14,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-addbb6c3-d5c7-4026-a59c-e94060b92cd5 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:57:14,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-addbb6c3-d5c7-4026-a59c-e94060b92cd5 2019-01-20 12:57:14,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397a4052887687c7628ca0c0ce64f1567bb0d2ff" 2019-01-20 12:57:14,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13d1ba15-5bda-41f3-a063-b0fe626dc927 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:57:14,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-13d1ba15-5bda-41f3-a063-b0fe626dc927 2019-01-20 12:57:14,133 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-a2c1a62a-a181-49c-proj 2019-01-20 12:57:14,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/dfcb79b0e2ff46b5949a9e3266f0c1c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397a4052887687c7628ca0c0ce64f1567bb0d2ff" 2019-01-20 12:57:14,351 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:57:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a61389b6-1b0c-4344-afa2-c78e46dc9f95 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:57:14,351 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/dfcb79b0e2ff46b5949a9e3266f0c1c1 used request id req-a61389b6-1b0c-4344-afa2-c78e46dc9f95 2019-01-20 12:57:14,352 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-a2c1a62a-a181-49c-proj-role 2019-01-20 12:57:14,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/a7bb443ab00c4ec7b96ef25d95c6f1f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397a4052887687c7628ca0c0ce64f1567bb0d2ff" 2019-01-20 12:57:14,456 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:57:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e07fded-447b-4abd-89fe-32ec2cf04cd9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:57:14,456 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/a7bb443ab00c4ec7b96ef25d95c6f1f7 used request id req-3e07fded-447b-4abd-89fe-32ec2cf04cd9 2019-01-20 12:57:14,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}397a4052887687c7628ca0c0ce64f1567bb0d2ff" 2019-01-20 12:57:14,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e58832bd-96f0-43b8-89cc-5dea5e0fc58c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:57:14,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e58832bd-96f0-43b8-89cc-5dea5e0fc58c 2019-01-20 12:57:14,550 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-a2c1a62a-a181-49c-user 2019-01-20 12:57:14,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/f6d7c73996cf4bb581b143dd9a4836fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d5e1cb16b4c9a17272023cc721c5ebaf86edab7" 2019-01-20 12:57:14,751 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:57:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e445934-060f-47ae-b4b2-bd04cecaebe2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:57:14,751 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/f6d7c73996cf4bb581b143dd9a4836fb used request id req-4e445934-060f-47ae-b4b2-bd04cecaebe2 2019-01-20 12:57:14,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:15,139 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:57:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ie1HFb9OTb-p4cDow4Hgyg"], "issued_at": "2019-01-20T12:57:15.000000Z"}} 2019-01-20 12:57:15,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5faa67cb46fe98aa409f803ec4d7341b89608e7" 2019-01-20 12:57:15,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35935084-d1dc-4db1-bbe3-d72df8b8937a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:57:15,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-35935084-d1dc-4db1-bbe3-d72df8b8937a 2019-01-20 12:57:15,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:57:15,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:15,626 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:57:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["wKLQZhqKSbGBYmSO82QIMw"], "issued_at": "2019-01-20T12:57:15.000000Z"}} 2019-01-20 12:57:15,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd20e90ac56f89a9f863f488a8a7cce8d618cf88" 2019-01-20 12:57:15,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e2e9795-3eda-4ef3-ae27-8083ea5e2f60 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:57:15,705 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3e2e9795-3eda-4ef3-ae27-8083ea5e2f60 2019-01-20 12:57:15,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:57:15,712 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:57: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:57:15,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-541aa018-8cd0-4ea-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd20e90ac56f89a9f863f488a8a7cce8d618cf88" 2019-01-20 12:57:15,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e635f3c-0549-48b1-903b-f5e988494639 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-541aa018-8cd0-4ea-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:57:15,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-541aa018-8cd0-4ea-proj used request id req-1e635f3c-0549-48b1-903b-f5e988494639 2019-01-20 12:57:15,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd20e90ac56f89a9f863f488a8a7cce8d618cf88" 2019-01-20 12:57:15,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee3c69b5-2155-46ea-bf4b-0a7bb8669336 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:57:15,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-ee3c69b5-2155-46ea-bf4b-0a7bb8669336 2019-01-20 12:57:15,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd20e90ac56f89a9f863f488a8a7cce8d618cf88" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-541aa018-8cd0-4ea-proj"}}' 2019-01-20 12:57:16,013 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:57:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92ae0146-c852-496e-8965-ec8722523145 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b814904198c2445aa2fdf0cfe1ad7334"}, "enabled": true, "id": "b814904198c2445aa2fdf0cfe1ad7334", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-541aa018-8cd0-4ea-proj"}} 2019-01-20 12:57:16,014 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-92ae0146-c852-496e-8965-ec8722523145 2019-01-20 12:57:16,014 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-541aa018-8cd0-4ea-proj 2019-01-20 12:57:16,014 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:57:16,015 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:16,489 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:57:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["uwE6nggZSmO8T7h2Ri-u7Q"], "issued_at": "2019-01-20T12:57:16.000000Z"}} 2019-01-20 12:57:16,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f9b8a031e2229496a7dad296acd185eb903d65" 2019-01-20 12:57:16,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf8356ff-3310-47ac-aaa4-524b4258ac57 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:57:16,504 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cf8356ff-3310-47ac-aaa4-524b4258ac57 2019-01-20 12:57:16,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:57:16,513 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:57: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:57:16,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f9b8a031e2229496a7dad296acd185eb903d65" 2019-01-20 12:57:16,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e44edba-6e2b-4e02-9205-1e77e228d642 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:57:16,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-2e44edba-6e2b-4e02-9205-1e77e228d642 2019-01-20 12:57:16,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-541aa018-8cd0-4ea-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f9b8a031e2229496a7dad296acd185eb903d65" 2019-01-20 12:57:16,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcd91be5-eb7e-4207-ad7a-d2bb8565417e Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-541aa018-8cd0-4ea-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b814904198c2445aa2fdf0cfe1ad7334"}, "enabled": true, "id": "b814904198c2445aa2fdf0cfe1ad7334", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-541aa018-8cd0-4ea-proj"}]} 2019-01-20 12:57:16,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-541aa018-8cd0-4ea-proj used request id req-fcd91be5-eb7e-4207-ad7a-d2bb8565417e 2019-01-20 12:57:16,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f9b8a031e2229496a7dad296acd185eb903d65" 2019-01-20 12:57:16,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e324a350-6dae-4053-aaab-c8d46f2714fc Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:57:16,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-e324a350-6dae-4053-aaab-c8d46f2714fc 2019-01-20 12:57:17,115 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-541aa018-8cd0-4ea-user 2019-01-20 12:57:17,116 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:57:17,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd20e90ac56f89a9f863f488a8a7cce8d618cf88" 2019-01-20 12:57:17,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32293105-c374-459b-9c98-dc10b8f28c96 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:57:17,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-32293105-c374-459b-9c98-dc10b8f28c96 2019-01-20 12:57:17,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd20e90ac56f89a9f863f488a8a7cce8d618cf88" -d '{"role": {"name": "CreateRouterSuccessTests-541aa018-8cd0-4ea-proj-role"}}' 2019-01-20 12:57:17,312 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:57:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d85ca2ad-3587-4f3a-ad5c-6b5260fa0122 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0af1d37a71f14336890e16151fd0bf7c", "links": {"self": "http://172.30.9.22:5000/v3/roles/0af1d37a71f14336890e16151fd0bf7c"}, "name": "CreateRouterSuccessTests-541aa018-8cd0-4ea-proj-role"}} 2019-01-20 12:57:17,313 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-d85ca2ad-3587-4f3a-ad5c-6b5260fa0122 2019-01-20 12:57:17,313 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-541aa018-8cd0-4ea-proj-role 2019-01-20 12:57:17,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/0af1d37a71f14336890e16151fd0bf7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd20e90ac56f89a9f863f488a8a7cce8d618cf88" 2019-01-20 12:57:17,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef90bff5-eccb-49a9-9ad3-5fff5abb0476 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/0af1d37a71f14336890e16151fd0bf7c"}, "domain_id": null, "name": "CreateRouterSuccessTests-541aa018-8cd0-4ea-proj-role", "id": "0af1d37a71f14336890e16151fd0bf7c"}} 2019-01-20 12:57:17,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/0af1d37a71f14336890e16151fd0bf7c used request id req-ef90bff5-eccb-49a9-9ad3-5fff5abb0476 2019-01-20 12:57:17,407 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-541aa018-8cd0-4ea-proj-role to project CreateRouterSuccessTests-541aa018-8cd0-4ea-proj 2019-01-20 12:57:17,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/b814904198c2445aa2fdf0cfe1ad7334/users/6fc628b55d7b4524aed29f330c4ec626/roles/0af1d37a71f14336890e16151fd0bf7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd20e90ac56f89a9f863f488a8a7cce8d618cf88" 2019-01-20 12:57:17,537 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:57:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f149a44-ad8a-4331-a0ec-9d67b1ff835f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:57:17,537 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/b814904198c2445aa2fdf0cfe1ad7334/users/6fc628b55d7b4524aed29f330c4ec626/roles/0af1d37a71f14336890e16151fd0bf7c used request id req-1f149a44-ad8a-4331-a0ec-9d67b1ff835f 2019-01-20 12:57:17,538 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:57:17,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:17,916 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0af1d37a71f14336890e16151fd0bf7c", "name": "CreateRouterSuccessTests-541aa018-8cd0-4ea-proj-role"}], "expires_at": "2019-01-20T13:57:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b814904198c2445aa2fdf0cfe1ad7334", "name": "CreateRouterSuccessTests-541aa018-8cd0-4ea-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b814904198c2445aa2fdf0cfe1ad7334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b814904198c2445aa2fdf0cfe1ad7334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b814904198c2445aa2fdf0cfe1ad7334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b814904198c2445aa2fdf0cfe1ad7334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b814904198c2445aa2fdf0cfe1ad7334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b814904198c2445aa2fdf0cfe1ad7334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b814904198c2445aa2fdf0cfe1ad7334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b814904198c2445aa2fdf0cfe1ad7334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b814904198c2445aa2fdf0cfe1ad7334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b814904198c2445aa2fdf0cfe1ad7334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b814904198c2445aa2fdf0cfe1ad7334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b814904198c2445aa2fdf0cfe1ad7334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-541aa018-8cd0-4ea-user", "id": "6fc628b55d7b4524aed29f330c4ec626"}, "audit_ids": ["QN0YnyTkTj20eUvxYNaMMg"], "issued_at": "2019-01-20T12:57:17.000000Z"}} 2019-01-20 12:57:17,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c53f4d52a72dba15d6400f922d0254facfaa55b4" 2019-01-20 12:57:17,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24b100d7-af0a-4037-a80a-3867719d4bcf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:57:17,993 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-24b100d7-af0a-4037-a80a-3867719d4bcf 2019-01-20 12:57:18,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-3ac0ad90-f15e-4299-ba4d-c53a0f8f2ded-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c53f4d52a72dba15d6400f922d0254facfaa55b4" 2019-01-20 12:57:18,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fa0fb2ad-38dd-4a04-b72a-d44eb8e224f6 Date: Sun, 20 Jan 2019 12:57:18 GMT RESP BODY: {"routers": []} 2019-01-20 12:57:18,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-3ac0ad90-f15e-4299-ba4d-c53a0f8f2ded-pub-router&admin_state_up=True used request id req-fa0fb2ad-38dd-4a04-b72a-d44eb8e224f6 2019-01-20 12:57:18,186 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:57:18,187 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:18,562 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0af1d37a71f14336890e16151fd0bf7c", "name": "CreateRouterSuccessTests-541aa018-8cd0-4ea-proj-role"}], "expires_at": "2019-01-20T13:57:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b814904198c2445aa2fdf0cfe1ad7334", "name": "CreateRouterSuccessTests-541aa018-8cd0-4ea-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b814904198c2445aa2fdf0cfe1ad7334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b814904198c2445aa2fdf0cfe1ad7334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b814904198c2445aa2fdf0cfe1ad7334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b814904198c2445aa2fdf0cfe1ad7334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b814904198c2445aa2fdf0cfe1ad7334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b814904198c2445aa2fdf0cfe1ad7334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b814904198c2445aa2fdf0cfe1ad7334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b814904198c2445aa2fdf0cfe1ad7334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b814904198c2445aa2fdf0cfe1ad7334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b814904198c2445aa2fdf0cfe1ad7334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b814904198c2445aa2fdf0cfe1ad7334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b814904198c2445aa2fdf0cfe1ad7334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-541aa018-8cd0-4ea-user", "id": "6fc628b55d7b4524aed29f330c4ec626"}, "audit_ids": ["SkGSnNLrQKaBDuTmc1wjRA"], "issued_at": "2019-01-20T12:57:18.000000Z"}} 2019-01-20 12:57:18,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40d60e37c5eca1104e59747a7338a7f05ec1652f" 2019-01-20 12:57:18,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8df184cc-191c-45c6-97a5-7530d2bc52f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:57:18,639 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8df184cc-191c-45c6-97a5-7530d2bc52f3 2019-01-20 12:57:18,641 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-3ac0ad90-f15e-4299-ba4d-c53a0f8f2ded-pub-router 2019-01-20 12:57:18,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c53f4d52a72dba15d6400f922d0254facfaa55b4" -d '{"router": {"name": "CreateRouterSuccessTests-3ac0ad90-f15e-4299-ba4d-c53a0f8f2ded-pub-router", "admin_state_up": true}}' 2019-01-20 12:57:22,476 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 535 X-Openstack-Request-Id: req-ce8c768a-ac6b-4475-ab29-0f872ac69c8f Date: Sun, 20 Jan 2019 12:57:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "b814904198c2445aa2fdf0cfe1ad7334", "created_at": "2019-01-20T12:57:19Z", "admin_state_up": true, "updated_at": "2019-01-20T12:57:19Z", "flavor_id": null, "revision_number": 0, "routes": [], "project_id": "b814904198c2445aa2fdf0cfe1ad7334", "id": "50c6967a-644d-4525-8582-f696d15f18a9", "name": "CreateRouterSuccessTests-3ac0ad90-f15e-4299-ba4d-c53a0f8f2ded-pub-router"}} 2019-01-20 12:57:22,476 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-ce8c768a-ac6b-4475-ab29-0f872ac69c8f 2019-01-20 12:57:22,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=50c6967a-644d-4525-8582-f696d15f18a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c53f4d52a72dba15d6400f922d0254facfaa55b4" 2019-01-20 12:57:22,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2e55de8c-eb5d-44c5-badf-3b6923eff017 Date: Sun, 20 Jan 2019 12:57:22 GMT RESP BODY: {"ports":[]} 2019-01-20 12:57:22,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=50c6967a-644d-4525-8582-f696d15f18a9 used request id req-2e55de8c-eb5d-44c5-badf-3b6923eff017 2019-01-20 12:57:22,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/50c6967a-644d-4525-8582-f696d15f18a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c53f4d52a72dba15d6400f922d0254facfaa55b4" 2019-01-20 12:57:22,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-607a655a-f8f0-4a51-8d7c-01a7685232aa Date: Sun, 20 Jan 2019 12:57:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b814904198c2445aa2fdf0cfe1ad7334", "created_at": "2019-01-20T12:57:19Z", "admin_state_up": true, "updated_at": "2019-01-20T12:57:22Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "b814904198c2445aa2fdf0cfe1ad7334", "id": "50c6967a-644d-4525-8582-f696d15f18a9", "name": "CreateRouterSuccessTests-3ac0ad90-f15e-4299-ba4d-c53a0f8f2ded-pub-router"}} 2019-01-20 12:57:22,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/50c6967a-644d-4525-8582-f696d15f18a9 used request id req-607a655a-f8f0-4a51-8d7c-01a7685232aa 2019-01-20 12:57:22,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=50c6967a-644d-4525-8582-f696d15f18a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c53f4d52a72dba15d6400f922d0254facfaa55b4" 2019-01-20 12:57:23,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dd141cce-72b2-48b6-9cff-2254db77f632 Date: Sun, 20 Jan 2019 12:57:23 GMT RESP BODY: {"ports":[]} 2019-01-20 12:57:23,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=50c6967a-644d-4525-8582-f696d15f18a9 used request id req-dd141cce-72b2-48b6-9cff-2254db77f632 2019-01-20 12:57:23,123 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:23,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0af1d37a71f14336890e16151fd0bf7c", "name": "CreateRouterSuccessTests-541aa018-8cd0-4ea-proj-role"}], "expires_at": "2019-01-20T13:57:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b814904198c2445aa2fdf0cfe1ad7334", "name": "CreateRouterSuccessTests-541aa018-8cd0-4ea-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b814904198c2445aa2fdf0cfe1ad7334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b814904198c2445aa2fdf0cfe1ad7334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b814904198c2445aa2fdf0cfe1ad7334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b814904198c2445aa2fdf0cfe1ad7334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b814904198c2445aa2fdf0cfe1ad7334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b814904198c2445aa2fdf0cfe1ad7334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b814904198c2445aa2fdf0cfe1ad7334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b814904198c2445aa2fdf0cfe1ad7334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b814904198c2445aa2fdf0cfe1ad7334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b814904198c2445aa2fdf0cfe1ad7334", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b814904198c2445aa2fdf0cfe1ad7334", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b814904198c2445aa2fdf0cfe1ad7334", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-541aa018-8cd0-4ea-user", "id": "6fc628b55d7b4524aed29f330c4ec626"}, "audit_ids": ["6HHCjaQFQG6Y0_q81cGQjQ"], "issued_at": "2019-01-20T12:57:23.000000Z"}} 2019-01-20 12:57:23,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-3ac0ad90-f15e-4299-ba4d-c53a0f8f2ded-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2b909da0a275d06b19a8a305512f1cfa0247262" 2019-01-20 12:57:23,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-330f008e-0096-40c8-9535-f9b9de4b90c4 Date: Sun, 20 Jan 2019 12:57:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b814904198c2445aa2fdf0cfe1ad7334", "created_at": "2019-01-20T12:57:19Z", "admin_state_up": true, "updated_at": "2019-01-20T12:57:22Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "b814904198c2445aa2fdf0cfe1ad7334", "id": "50c6967a-644d-4525-8582-f696d15f18a9", "name": "CreateRouterSuccessTests-3ac0ad90-f15e-4299-ba4d-c53a0f8f2ded-pub-router"}]} 2019-01-20 12:57:23,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-3ac0ad90-f15e-4299-ba4d-c53a0f8f2ded-pub-router&admin_state_up=True used request id req-330f008e-0096-40c8-9535-f9b9de4b90c4 2019-01-20 12:57:23,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:57:23,812 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:57: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:57:23,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b814904198c2445aa2fdf0cfe1ad7334 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5faa67cb46fe98aa409f803ec4d7341b89608e7" 2019-01-20 12:57:23,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8d29cb4-60a3-4d40-9461-d44453599368 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b814904198c2445aa2fdf0cfe1ad7334"}, "enabled": true, "id": "b814904198c2445aa2fdf0cfe1ad7334", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-541aa018-8cd0-4ea-proj"}} 2019-01-20 12:57:23,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b814904198c2445aa2fdf0cfe1ad7334 used request id req-e8d29cb4-60a3-4d40-9461-d44453599368 2019-01-20 12:57:23,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=50c6967a-644d-4525-8582-f696d15f18a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2b909da0a275d06b19a8a305512f1cfa0247262" 2019-01-20 12:57:24,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cfc59729-0c16-43d3-9c8b-49dec4c07bea Date: Sun, 20 Jan 2019 12:57:24 GMT RESP BODY: {"ports":[]} 2019-01-20 12:57:24,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=50c6967a-644d-4525-8582-f696d15f18a9 used request id req-cfc59729-0c16-43d3-9c8b-49dec4c07bea 2019-01-20 12:57:24,076 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-3ac0ad90-f15e-4299-ba4d-c53a0f8f2ded-pub-router 2019-01-20 12:57:24,076 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-3ac0ad90-f15e-4299-ba4d-c53a0f8f2ded-pub-router 2019-01-20 12:57:24,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/50c6967a-644d-4525-8582-f696d15f18a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c53f4d52a72dba15d6400f922d0254facfaa55b4" 2019-01-20 12:57:27,122 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f56a4251-e80c-4f50-afab-60744680b921 Content-Length: 0 Date: Sun, 20 Jan 2019 12:57:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:57:27,123 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/50c6967a-644d-4525-8582-f696d15f18a9 used request id req-f56a4251-e80c-4f50-afab-60744680b921 2019-01-20 12:57:27,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd20e90ac56f89a9f863f488a8a7cce8d618cf88" 2019-01-20 12:57:27,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b31ed713-260d-4126-ae0c-773eaa1bebca Date: Sun, 20 Jan 2019 12:57:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:57:27,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-b31ed713-260d-4126-ae0c-773eaa1bebca 2019-01-20 12:57:27,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd20e90ac56f89a9f863f488a8a7cce8d618cf88" 2019-01-20 12:57:27,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b98a5098-b3d2-4258-9157-ad05de8383f5 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:57:27,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-b98a5098-b3d2-4258-9157-ad05de8383f5 2019-01-20 12:57:27,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd20e90ac56f89a9f863f488a8a7cce8d618cf88" 2019-01-20 12:57:27,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e428beba-f460-49fc-8f2c-8c911063020f 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:57:27,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-e428beba-f460-49fc-8f2c-8c911063020f 2019-01-20 12:57:27,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd20e90ac56f89a9f863f488a8a7cce8d618cf88" 2019-01-20 12:57:27,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09d78929-8975-4339-85db-247a13da4cf9 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:57:27,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-09d78929-8975-4339-85db-247a13da4cf9 2019-01-20 12:57:27,614 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-541aa018-8cd0-4ea-proj 2019-01-20 12:57:27,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/b814904198c2445aa2fdf0cfe1ad7334 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd20e90ac56f89a9f863f488a8a7cce8d618cf88" 2019-01-20 12:57:27,831 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:57:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52e517de-e15e-4da4-adf3-18bfbf8a579f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:57:27,831 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/b814904198c2445aa2fdf0cfe1ad7334 used request id req-52e517de-e15e-4da4-adf3-18bfbf8a579f 2019-01-20 12:57:27,831 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-541aa018-8cd0-4ea-proj-role 2019-01-20 12:57:27,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/0af1d37a71f14336890e16151fd0bf7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd20e90ac56f89a9f863f488a8a7cce8d618cf88" 2019-01-20 12:57:27,941 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:57:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d1ac5d9-212b-4139-8fec-08873a784c1c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:57:27,942 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/0af1d37a71f14336890e16151fd0bf7c used request id req-1d1ac5d9-212b-4139-8fec-08873a784c1c 2019-01-20 12:57:27,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd20e90ac56f89a9f863f488a8a7cce8d618cf88" 2019-01-20 12:57:28,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9172d739-8804-45f6-982b-6235a675615c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:57:28,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9172d739-8804-45f6-982b-6235a675615c 2019-01-20 12:57:28,033 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-541aa018-8cd0-4ea-user 2019-01-20 12:57:28,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/6fc628b55d7b4524aed29f330c4ec626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f9b8a031e2229496a7dad296acd185eb903d65" 2019-01-20 12:57:28,278 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:57:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47d9be71-3060-4cc1-b865-b0eeaa1f1311 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:57:28,278 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/6fc628b55d7b4524aed29f330c4ec626 used request id req-47d9be71-3060-4cc1-b865-b0eeaa1f1311 2019-01-20 12:57:28,279 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:28,652 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:57:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["xO7ezLmhQh6UFVldNbO7iw"], "issued_at": "2019-01-20T12:57:28.000000Z"}} 2019-01-20 12:57:28,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb314de9eff8066fb730b432f06ec5656bdea7c7" 2019-01-20 12:57:28,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2c59920-f965-4970-a53c-b665c9a9e0d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:57:28,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e2c59920-f965-4970-a53c-b665c9a9e0d8 2019-01-20 12:57:28,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:57:28,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:29,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:57:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["fDCJDxKyROyXNQvi2UD-HA"], "issued_at": "2019-01-20T12:57:29.000000Z"}} 2019-01-20 12:57:29,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c059c80955aad2a3a93333a0fededd6b2aa089" 2019-01-20 12:57:29,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa7f1a3b-e1c8-479f-abb4-097246c422f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:57:29,218 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-aa7f1a3b-e1c8-479f-abb4-097246c422f4 2019-01-20 12:57:29,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:57:29,224 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:57:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:57:29,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-59139f0c-1e85-43f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c059c80955aad2a3a93333a0fededd6b2aa089" 2019-01-20 12:57:29,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66689859-6e34-4369-b734-39caecb8ed26 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-59139f0c-1e85-43f-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:57:29,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-59139f0c-1e85-43f-proj used request id req-66689859-6e34-4369-b734-39caecb8ed26 2019-01-20 12:57:29,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c059c80955aad2a3a93333a0fededd6b2aa089" 2019-01-20 12:57:29,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80eab247-f0bd-4fe0-9efa-209ceb93147a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:57:29,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-80eab247-f0bd-4fe0-9efa-209ceb93147a 2019-01-20 12:57:29,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c059c80955aad2a3a93333a0fededd6b2aa089" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-59139f0c-1e85-43f-proj"}}' 2019-01-20 12:57:29,474 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:57:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e5604cc-61ff-4c80-9883-d562d7ce9aa3 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2ca7041759ed414a9144bd96c3288676"}, "enabled": true, "id": "2ca7041759ed414a9144bd96c3288676", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-59139f0c-1e85-43f-proj"}} 2019-01-20 12:57:29,475 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-7e5604cc-61ff-4c80-9883-d562d7ce9aa3 2019-01-20 12:57:29,475 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-59139f0c-1e85-43f-proj 2019-01-20 12:57:29,475 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:57:29,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:29,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:57:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["zvDQR6fPSlS1-lOB3JB17g"], "issued_at": "2019-01-20T12:57:29.000000Z"}} 2019-01-20 12:57:29,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433a9834960beb0b16b8990d3b5115bddccc395e" 2019-01-20 12:57:29,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52e793b2-1116-449c-9bfd-76031ff1fa65 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:57:29,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-52e793b2-1116-449c-9bfd-76031ff1fa65 2019-01-20 12:57:29,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:57:29,950 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:57:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:57:29,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433a9834960beb0b16b8990d3b5115bddccc395e" 2019-01-20 12:57:30,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3831d693-09ec-493d-9781-63bb9776f089 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:57:30,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-3831d693-09ec-493d-9781-63bb9776f089 2019-01-20 12:57:30,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-59139f0c-1e85-43f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433a9834960beb0b16b8990d3b5115bddccc395e" 2019-01-20 12:57:30,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-165c830a-19d7-4462-9bbe-012e4a87aff3 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-59139f0c-1e85-43f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2ca7041759ed414a9144bd96c3288676"}, "enabled": true, "id": "2ca7041759ed414a9144bd96c3288676", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-59139f0c-1e85-43f-proj"}]} 2019-01-20 12:57:30,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-59139f0c-1e85-43f-proj used request id req-165c830a-19d7-4462-9bbe-012e4a87aff3 2019-01-20 12:57:30,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433a9834960beb0b16b8990d3b5115bddccc395e" 2019-01-20 12:57:30,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-245b1e94-bda4-4251-88a1-bb5dd2a72289 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:57:30,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-245b1e94-bda4-4251-88a1-bb5dd2a72289 2019-01-20 12:57:30,547 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-59139f0c-1e85-43f-user 2019-01-20 12:57:30,547 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:57:30,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c059c80955aad2a3a93333a0fededd6b2aa089" 2019-01-20 12:57:30,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8003ba53-b5ff-4ee5-857f-f8995ae1cd65 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:57:30,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-8003ba53-b5ff-4ee5-857f-f8995ae1cd65 2019-01-20 12:57:30,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c059c80955aad2a3a93333a0fededd6b2aa089" -d '{"role": {"name": "CreateRouterSuccessTests-59139f0c-1e85-43f-proj-role"}}' 2019-01-20 12:57:30,744 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:57:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af5b5b9e-9c4d-4a59-90d9-df19e661ca61 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "73c73cf82690489cb6337f1316c12a9a", "links": {"self": "http://172.30.9.22:5000/v3/roles/73c73cf82690489cb6337f1316c12a9a"}, "name": "CreateRouterSuccessTests-59139f0c-1e85-43f-proj-role"}} 2019-01-20 12:57:30,744 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-af5b5b9e-9c4d-4a59-90d9-df19e661ca61 2019-01-20 12:57:30,745 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-59139f0c-1e85-43f-proj-role 2019-01-20 12:57:30,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/73c73cf82690489cb6337f1316c12a9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c059c80955aad2a3a93333a0fededd6b2aa089" 2019-01-20 12:57:30,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f8f3847-6929-45e2-a07d-b55b21a279a9 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/73c73cf82690489cb6337f1316c12a9a"}, "domain_id": null, "name": "CreateRouterSuccessTests-59139f0c-1e85-43f-proj-role", "id": "73c73cf82690489cb6337f1316c12a9a"}} 2019-01-20 12:57:30,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/73c73cf82690489cb6337f1316c12a9a used request id req-1f8f3847-6929-45e2-a07d-b55b21a279a9 2019-01-20 12:57:30,836 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-59139f0c-1e85-43f-proj-role to project CreateRouterSuccessTests-59139f0c-1e85-43f-proj 2019-01-20 12:57:30,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/2ca7041759ed414a9144bd96c3288676/users/5cf3ca82c8fc4b08bec42accc50e0fba/roles/73c73cf82690489cb6337f1316c12a9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c059c80955aad2a3a93333a0fededd6b2aa089" 2019-01-20 12:57:30,968 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:57:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d03b7517-3e08-409a-bb74-422a3ae36e24 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:57:30,968 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/2ca7041759ed414a9144bd96c3288676/users/5cf3ca82c8fc4b08bec42accc50e0fba/roles/73c73cf82690489cb6337f1316c12a9a used request id req-d03b7517-3e08-409a-bb74-422a3ae36e24 2019-01-20 12:57:30,969 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:57:30,970 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:31,340 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "73c73cf82690489cb6337f1316c12a9a", "name": "CreateRouterSuccessTests-59139f0c-1e85-43f-proj-role"}], "expires_at": "2019-01-20T13:57:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ca7041759ed414a9144bd96c3288676", "name": "CreateRouterSuccessTests-59139f0c-1e85-43f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/2ca7041759ed414a9144bd96c3288676", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/2ca7041759ed414a9144bd96c3288676", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/2ca7041759ed414a9144bd96c3288676", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/2ca7041759ed414a9144bd96c3288676", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/2ca7041759ed414a9144bd96c3288676", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/2ca7041759ed414a9144bd96c3288676", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/2ca7041759ed414a9144bd96c3288676", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/2ca7041759ed414a9144bd96c3288676", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/2ca7041759ed414a9144bd96c3288676", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/2ca7041759ed414a9144bd96c3288676", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/2ca7041759ed414a9144bd96c3288676", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/2ca7041759ed414a9144bd96c3288676", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-59139f0c-1e85-43f-user", "id": "5cf3ca82c8fc4b08bec42accc50e0fba"}, "audit_ids": ["dSMc0EaQRhCsT4VRN3Z9IA"], "issued_at": "2019-01-20T12:57:31.000000Z"}} 2019-01-20 12:57:31,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea9dfe47ad471157e77c089124009a2420f84d4f" 2019-01-20 12:57:31,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40044f03-3c14-466a-b085-1e9cdd99be23 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:57:31,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-40044f03-3c14-466a-b085-1e9cdd99be23 2019-01-20 12:57:31,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-a640343c-426b-4373-b75e-0cc563ce081e-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea9dfe47ad471157e77c089124009a2420f84d4f" 2019-01-20 12:57:31,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a7d8251b-e415-43e8-bd98-2fddda069e4d Date: Sun, 20 Jan 2019 12:57:31 GMT RESP BODY: {"routers": []} 2019-01-20 12:57:31,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-a640343c-426b-4373-b75e-0cc563ce081e-pub-router&admin_state_up=False used request id req-a7d8251b-e415-43e8-bd98-2fddda069e4d 2019-01-20 12:57:31,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:57:31,598 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:31,963 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "73c73cf82690489cb6337f1316c12a9a", "name": "CreateRouterSuccessTests-59139f0c-1e85-43f-proj-role"}], "expires_at": "2019-01-20T13:57:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ca7041759ed414a9144bd96c3288676", "name": "CreateRouterSuccessTests-59139f0c-1e85-43f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/2ca7041759ed414a9144bd96c3288676", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/2ca7041759ed414a9144bd96c3288676", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/2ca7041759ed414a9144bd96c3288676", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/2ca7041759ed414a9144bd96c3288676", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/2ca7041759ed414a9144bd96c3288676", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/2ca7041759ed414a9144bd96c3288676", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/2ca7041759ed414a9144bd96c3288676", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/2ca7041759ed414a9144bd96c3288676", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/2ca7041759ed414a9144bd96c3288676", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/2ca7041759ed414a9144bd96c3288676", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/2ca7041759ed414a9144bd96c3288676", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/2ca7041759ed414a9144bd96c3288676", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-59139f0c-1e85-43f-user", "id": "5cf3ca82c8fc4b08bec42accc50e0fba"}, "audit_ids": ["Heju4oU_QAqcc49OdtbXSg"], "issued_at": "2019-01-20T12:57:31.000000Z"}} 2019-01-20 12:57:31,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1404670d9604d08c0d8e3f313ffcfabb22fa76d8" 2019-01-20 12:57:32,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7683a24-2819-461c-8408-3aa8d9e1bce5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:57:32,038 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b7683a24-2819-461c-8408-3aa8d9e1bce5 2019-01-20 12:57:32,040 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-a640343c-426b-4373-b75e-0cc563ce081e-pub-router 2019-01-20 12:57:32,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea9dfe47ad471157e77c089124009a2420f84d4f" -d '{"router": {"name": "CreateRouterSuccessTests-a640343c-426b-4373-b75e-0cc563ce081e-pub-router", "admin_state_up": false}}' 2019-01-20 12:57:35,589 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 536 X-Openstack-Request-Id: req-c27b049a-8e93-4b99-a8be-e50e0238772e Date: Sun, 20 Jan 2019 12:57:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2ca7041759ed414a9144bd96c3288676", "created_at": "2019-01-20T12:57:32Z", "admin_state_up": false, "updated_at": "2019-01-20T12:57:32Z", "flavor_id": null, "revision_number": 0, "routes": [], "project_id": "2ca7041759ed414a9144bd96c3288676", "id": "845942cb-a820-4182-a4d2-cd4c68d2d967", "name": "CreateRouterSuccessTests-a640343c-426b-4373-b75e-0cc563ce081e-pub-router"}} 2019-01-20 12:57:35,590 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-c27b049a-8e93-4b99-a8be-e50e0238772e 2019-01-20 12:57:35,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=845942cb-a820-4182-a4d2-cd4c68d2d967 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea9dfe47ad471157e77c089124009a2420f84d4f" 2019-01-20 12:57:35,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dfde0605-b6af-4749-9ff6-127aac7afdb0 Date: Sun, 20 Jan 2019 12:57:35 GMT RESP BODY: {"ports":[]} 2019-01-20 12:57:35,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=845942cb-a820-4182-a4d2-cd4c68d2d967 used request id req-dfde0605-b6af-4749-9ff6-127aac7afdb0 2019-01-20 12:57:35,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/845942cb-a820-4182-a4d2-cd4c68d2d967 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea9dfe47ad471157e77c089124009a2420f84d4f" 2019-01-20 12:57:36,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 542 X-Openstack-Request-Id: req-c8d98450-f769-4e11-978a-edd3b77ec6e7 Date: Sun, 20 Jan 2019 12:57:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2ca7041759ed414a9144bd96c3288676", "created_at": "2019-01-20T12:57:32Z", "admin_state_up": false, "updated_at": "2019-01-20T12:57:35Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "2ca7041759ed414a9144bd96c3288676", "id": "845942cb-a820-4182-a4d2-cd4c68d2d967", "name": "CreateRouterSuccessTests-a640343c-426b-4373-b75e-0cc563ce081e-pub-router"}} 2019-01-20 12:57:36,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/845942cb-a820-4182-a4d2-cd4c68d2d967 used request id req-c8d98450-f769-4e11-978a-edd3b77ec6e7 2019-01-20 12:57:36,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=845942cb-a820-4182-a4d2-cd4c68d2d967 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea9dfe47ad471157e77c089124009a2420f84d4f" 2019-01-20 12:57:36,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a2fdc338-a107-476b-baf9-f46b4ed62bfd Date: Sun, 20 Jan 2019 12:57:36 GMT RESP BODY: {"ports":[]} 2019-01-20 12:57:36,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=845942cb-a820-4182-a4d2-cd4c68d2d967 used request id req-a2fdc338-a107-476b-baf9-f46b4ed62bfd 2019-01-20 12:57:36,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:36,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "73c73cf82690489cb6337f1316c12a9a", "name": "CreateRouterSuccessTests-59139f0c-1e85-43f-proj-role"}], "expires_at": "2019-01-20T13:57:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ca7041759ed414a9144bd96c3288676", "name": "CreateRouterSuccessTests-59139f0c-1e85-43f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/2ca7041759ed414a9144bd96c3288676", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/2ca7041759ed414a9144bd96c3288676", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/2ca7041759ed414a9144bd96c3288676", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/2ca7041759ed414a9144bd96c3288676", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/2ca7041759ed414a9144bd96c3288676", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/2ca7041759ed414a9144bd96c3288676", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/2ca7041759ed414a9144bd96c3288676", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/2ca7041759ed414a9144bd96c3288676", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/2ca7041759ed414a9144bd96c3288676", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/2ca7041759ed414a9144bd96c3288676", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/2ca7041759ed414a9144bd96c3288676", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/2ca7041759ed414a9144bd96c3288676", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-59139f0c-1e85-43f-user", "id": "5cf3ca82c8fc4b08bec42accc50e0fba"}, "audit_ids": ["lz5s2u0bTki8i5hqFz8jJg"], "issued_at": "2019-01-20T12:57:36.000000Z"}} 2019-01-20 12:57:36,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-a640343c-426b-4373-b75e-0cc563ce081e-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44dd0aca535c8f14caad85b20a1945b097d0f0c" 2019-01-20 12:57:36,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 545 X-Openstack-Request-Id: req-b956969f-def2-4186-bdcd-14d7a0024da3 Date: Sun, 20 Jan 2019 12:57:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2ca7041759ed414a9144bd96c3288676", "created_at": "2019-01-20T12:57:32Z", "admin_state_up": false, "updated_at": "2019-01-20T12:57:35Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "2ca7041759ed414a9144bd96c3288676", "id": "845942cb-a820-4182-a4d2-cd4c68d2d967", "name": "CreateRouterSuccessTests-a640343c-426b-4373-b75e-0cc563ce081e-pub-router"}]} 2019-01-20 12:57:36,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-a640343c-426b-4373-b75e-0cc563ce081e-pub-router&admin_state_up=False used request id req-b956969f-def2-4186-bdcd-14d7a0024da3 2019-01-20 12:57:36,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:57:36,893 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:57: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:57:36,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2ca7041759ed414a9144bd96c3288676 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb314de9eff8066fb730b432f06ec5656bdea7c7" 2019-01-20 12:57:36,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76682be6-b089-45fa-91ea-8aac3c09ecdb Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2ca7041759ed414a9144bd96c3288676"}, "enabled": true, "id": "2ca7041759ed414a9144bd96c3288676", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-59139f0c-1e85-43f-proj"}} 2019-01-20 12:57:36,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2ca7041759ed414a9144bd96c3288676 used request id req-76682be6-b089-45fa-91ea-8aac3c09ecdb 2019-01-20 12:57:37,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=845942cb-a820-4182-a4d2-cd4c68d2d967 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44dd0aca535c8f14caad85b20a1945b097d0f0c" 2019-01-20 12:57:37,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-62671fd4-7c6e-43a4-8f35-f8fefecab2a9 Date: Sun, 20 Jan 2019 12:57:37 GMT RESP BODY: {"ports":[]} 2019-01-20 12:57:37,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=845942cb-a820-4182-a4d2-cd4c68d2d967 used request id req-62671fd4-7c6e-43a4-8f35-f8fefecab2a9 2019-01-20 12:57:37,169 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-a640343c-426b-4373-b75e-0cc563ce081e-pub-router 2019-01-20 12:57:37,169 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-a640343c-426b-4373-b75e-0cc563ce081e-pub-router 2019-01-20 12:57:37,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/845942cb-a820-4182-a4d2-cd4c68d2d967 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea9dfe47ad471157e77c089124009a2420f84d4f" 2019-01-20 12:57:40,063 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-55f7194c-c300-49fe-aac2-052685fbb6fc Content-Length: 0 Date: Sun, 20 Jan 2019 12:57:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:57:40,063 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/845942cb-a820-4182-a4d2-cd4c68d2d967 used request id req-55f7194c-c300-49fe-aac2-052685fbb6fc 2019-01-20 12:57:40,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c059c80955aad2a3a93333a0fededd6b2aa089" 2019-01-20 12:57:40,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b8281313-d9c6-47f6-9d25-30c27a3fca88 Date: Sun, 20 Jan 2019 12:57:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:57:40,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-b8281313-d9c6-47f6-9d25-30c27a3fca88 2019-01-20 12:57:40,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c059c80955aad2a3a93333a0fededd6b2aa089" 2019-01-20 12:57:40,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fff3a9d5-99bb-45cb-ac9a-fbfc2d049eae 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:57:40,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-fff3a9d5-99bb-45cb-ac9a-fbfc2d049eae 2019-01-20 12:57:40,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c059c80955aad2a3a93333a0fededd6b2aa089" 2019-01-20 12:57:40,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ac22328-df57-4506-a9be-1868ea8f2910 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:57:40,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-7ac22328-df57-4506-a9be-1868ea8f2910 2019-01-20 12:57:40,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c059c80955aad2a3a93333a0fededd6b2aa089" 2019-01-20 12:57:40,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cbf1af5-476e-4628-953f-0ff42abdd620 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:57:40,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-0cbf1af5-476e-4628-953f-0ff42abdd620 2019-01-20 12:57:40,591 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-59139f0c-1e85-43f-proj 2019-01-20 12:57:40,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/2ca7041759ed414a9144bd96c3288676 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c059c80955aad2a3a93333a0fededd6b2aa089" 2019-01-20 12:57:40,801 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:57:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ec1bc66-0b37-4075-ada1-7a2f617896b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:57:40,801 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/2ca7041759ed414a9144bd96c3288676 used request id req-8ec1bc66-0b37-4075-ada1-7a2f617896b3 2019-01-20 12:57:40,801 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-59139f0c-1e85-43f-proj-role 2019-01-20 12:57:40,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/73c73cf82690489cb6337f1316c12a9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c059c80955aad2a3a93333a0fededd6b2aa089" 2019-01-20 12:57:40,905 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:57:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c364155c-8a6b-4f3a-b8ec-5dcac78ff84e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:57:40,906 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/73c73cf82690489cb6337f1316c12a9a used request id req-c364155c-8a6b-4f3a-b8ec-5dcac78ff84e 2019-01-20 12:57:40,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c059c80955aad2a3a93333a0fededd6b2aa089" 2019-01-20 12:57:41,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c920dbfe-248b-48dd-9b4c-4132712b0552 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:57:41,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c920dbfe-248b-48dd-9b4c-4132712b0552 2019-01-20 12:57:41,002 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-59139f0c-1e85-43f-user 2019-01-20 12:57:41,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/5cf3ca82c8fc4b08bec42accc50e0fba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433a9834960beb0b16b8990d3b5115bddccc395e" 2019-01-20 12:57:41,181 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:57:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c3d6384-c15b-4310-b743-d84c2c4a7b21 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:57:41,181 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/5cf3ca82c8fc4b08bec42accc50e0fba used request id req-3c3d6384-c15b-4310-b743-d84c2c4a7b21 2019-01-20 12:57:41,183 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:41,554 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:57:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["b3OmDtcwQZeTZBtmGC16NQ"], "issued_at": "2019-01-20T12:57:41.000000Z"}} 2019-01-20 12:57:41,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5773f18cb093b358e98e3e48dfca1290cd28a4ae" 2019-01-20 12:57:41,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5d73c05-013e-4f94-9049-c903aef4ba0a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:57:41,643 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a5d73c05-013e-4f94-9049-c903aef4ba0a 2019-01-20 12:57:41,645 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:57:41,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:42,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:57:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["k1yAEngPSmi3lJ44LrVekw"], "issued_at": "2019-01-20T12:57:42.000000Z"}} 2019-01-20 12:57:42,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f4337cb281795b114b7fd38b9cb7ce7fe005a9" 2019-01-20 12:57:42,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32616878-175e-4df9-adf3-4a400e9a6247 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:57:42,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-32616878-175e-4df9-adf3-4a400e9a6247 2019-01-20 12:57:42,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:57:42,125 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:57: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:57:42,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-ac4e41c3-f595-46e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f4337cb281795b114b7fd38b9cb7ce7fe005a9" 2019-01-20 12:57:42,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adf47a20-c0ca-4006-ac32-6e6236360432 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-ac4e41c3-f595-46e-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:57:42,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-ac4e41c3-f595-46e-proj used request id req-adf47a20-c0ca-4006-ac32-6e6236360432 2019-01-20 12:57:42,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f4337cb281795b114b7fd38b9cb7ce7fe005a9" 2019-01-20 12:57:42,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c8b6181-d9e9-45b3-8b94-5123c28019c9 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:57:42,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-7c8b6181-d9e9-45b3-8b94-5123c28019c9 2019-01-20 12:57:42,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f4337cb281795b114b7fd38b9cb7ce7fe005a9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-ac4e41c3-f595-46e-proj"}}' 2019-01-20 12:57:42,427 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:57:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-710f2185-928a-44f3-83bb-dcff2cf5fd8d Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/c8ba07ae3a9846cfa8ad695ac457bcfa"}, "enabled": true, "id": "c8ba07ae3a9846cfa8ad695ac457bcfa", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-ac4e41c3-f595-46e-proj"}} 2019-01-20 12:57:42,427 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-710f2185-928a-44f3-83bb-dcff2cf5fd8d 2019-01-20 12:57:42,428 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-ac4e41c3-f595-46e-proj 2019-01-20 12:57:42,428 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:57:42,429 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:42,809 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:57:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["a7W0-F-KSUGQwau7OyPkVA"], "issued_at": "2019-01-20T12:57:42.000000Z"}} 2019-01-20 12:57:42,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a7e6aabe1d3271e3497d9407d09c7db7bd27622" 2019-01-20 12:57:42,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cc35600-4062-41a3-bfc5-5c40168d3070 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:57:42,885 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5cc35600-4062-41a3-bfc5-5c40168d3070 2019-01-20 12:57:42,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:57:42,895 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:57: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:57:42,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a7e6aabe1d3271e3497d9407d09c7db7bd27622" 2019-01-20 12:57:42,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c12018e-1425-42df-8599-614b826c8139 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:57:42,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-9c12018e-1425-42df-8599-614b826c8139 2019-01-20 12:57:43,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-ac4e41c3-f595-46e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a7e6aabe1d3271e3497d9407d09c7db7bd27622" 2019-01-20 12:57:43,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-587f54f9-1006-4224-b01e-41b290923cac Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-ac4e41c3-f595-46e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/c8ba07ae3a9846cfa8ad695ac457bcfa"}, "enabled": true, "id": "c8ba07ae3a9846cfa8ad695ac457bcfa", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-ac4e41c3-f595-46e-proj"}]} 2019-01-20 12:57:43,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-ac4e41c3-f595-46e-proj used request id req-587f54f9-1006-4224-b01e-41b290923cac 2019-01-20 12:57:43,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a7e6aabe1d3271e3497d9407d09c7db7bd27622" 2019-01-20 12:57:43,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dea0a6ab-485e-4868-a619-571f9be7df22 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:57:43,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-dea0a6ab-485e-4868-a619-571f9be7df22 2019-01-20 12:57:43,553 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-ac4e41c3-f595-46e-user 2019-01-20 12:57:43,553 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:57:43,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f4337cb281795b114b7fd38b9cb7ce7fe005a9" 2019-01-20 12:57:43,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fe353ff-f4fb-4a48-812c-0a5fb0619c72 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:57:43,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-7fe353ff-f4fb-4a48-812c-0a5fb0619c72 2019-01-20 12:57:43,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f4337cb281795b114b7fd38b9cb7ce7fe005a9" -d '{"role": {"name": "CreateRouterSuccessTests-ac4e41c3-f595-46e-proj-role"}}' 2019-01-20 12:57:43,756 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:57:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0b34fca-5fd4-4b25-b920-37f9812a846e Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5ea39564ce1a485683ce5a193fdd6fe1", "links": {"self": "http://172.30.9.22:5000/v3/roles/5ea39564ce1a485683ce5a193fdd6fe1"}, "name": "CreateRouterSuccessTests-ac4e41c3-f595-46e-proj-role"}} 2019-01-20 12:57:43,756 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-b0b34fca-5fd4-4b25-b920-37f9812a846e 2019-01-20 12:57:43,756 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-ac4e41c3-f595-46e-proj-role 2019-01-20 12:57:43,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/5ea39564ce1a485683ce5a193fdd6fe1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f4337cb281795b114b7fd38b9cb7ce7fe005a9" 2019-01-20 12:57:43,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c900d0dd-2907-48d3-acc0-dfcfcd16a9c0 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/5ea39564ce1a485683ce5a193fdd6fe1"}, "domain_id": null, "name": "CreateRouterSuccessTests-ac4e41c3-f595-46e-proj-role", "id": "5ea39564ce1a485683ce5a193fdd6fe1"}} 2019-01-20 12:57:43,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/5ea39564ce1a485683ce5a193fdd6fe1 used request id req-c900d0dd-2907-48d3-acc0-dfcfcd16a9c0 2019-01-20 12:57:43,850 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-ac4e41c3-f595-46e-proj-role to project CreateRouterSuccessTests-ac4e41c3-f595-46e-proj 2019-01-20 12:57:43,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/c8ba07ae3a9846cfa8ad695ac457bcfa/users/5ec6f73afe934c48b5de16127cc2c185/roles/5ea39564ce1a485683ce5a193fdd6fe1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f4337cb281795b114b7fd38b9cb7ce7fe005a9" 2019-01-20 12:57:43,914 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:57:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b5cb422-7f28-4eec-bfb5-12b7e1bde423 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:57:43,914 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/c8ba07ae3a9846cfa8ad695ac457bcfa/users/5ec6f73afe934c48b5de16127cc2c185/roles/5ea39564ce1a485683ce5a193fdd6fe1 used request id req-2b5cb422-7f28-4eec-bfb5-12b7e1bde423 2019-01-20 12:57:43,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:57:43,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:44,308 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:57:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["n2Im2xNgRbyFC832jEM4CQ"], "issued_at": "2019-01-20T12:57:44.000000Z"}} 2019-01-20 12:57:44,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfa85d2ba4c92e17ea7f2c33deee5fbbd9ece06" 2019-01-20 12:57:44,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79b1bd9b-da89-4472-a150-f3e2e6023f98 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:57:44,396 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-79b1bd9b-da89-4472-a150-f3e2e6023f98 2019-01-20 12:57:44,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-ef7088e1-012f-4195-856f-49a8ff8721dc-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfa85d2ba4c92e17ea7f2c33deee5fbbd9ece06" 2019-01-20 12:57:44,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9d7cc576-ac94-469e-bb7e-5598fd8c661d Date: Sun, 20 Jan 2019 12:57:44 GMT RESP BODY: {"routers": []} 2019-01-20 12:57:44,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-ef7088e1-012f-4195-856f-49a8ff8721dc-pub-router&admin_state_up=True used request id req-9d7cc576-ac94-469e-bb7e-5598fd8c661d 2019-01-20 12:57:44,593 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:57:44,594 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:44,965 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:57:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["t5bboMuVQJCTT2rV0-FjCA"], "issued_at": "2019-01-20T12:57:44.000000Z"}} 2019-01-20 12:57:44,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb063d14e92b5f93e35f5d428727c87c4288370" 2019-01-20 12:57:45,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bb4e879-ff5d-494c-a58b-779ce4d21daa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:57:45,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9bb4e879-ff5d-494c-a58b-779ce4d21daa 2019-01-20 12:57:45,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:57:45,065 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:57: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:57:45,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-ac4e41c3-f595-46e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb063d14e92b5f93e35f5d428727c87c4288370" 2019-01-20 12:57:45,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2576846-4826-4680-9f31-9c5a820c256b Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-ac4e41c3-f595-46e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/c8ba07ae3a9846cfa8ad695ac457bcfa"}, "enabled": true, "id": "c8ba07ae3a9846cfa8ad695ac457bcfa", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-ac4e41c3-f595-46e-proj"}]} 2019-01-20 12:57:45,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-ac4e41c3-f595-46e-proj used request id req-e2576846-4826-4680-9f31-9c5a820c256b 2019-01-20 12:57:45,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfa85d2ba4c92e17ea7f2c33deee5fbbd9ece06" 2019-01-20 12:57:45,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-6d89566a-d8ea-43c9-a3c8-d1fd4598294b Date: Sun, 20 Jan 2019 12:57:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 12:57:45,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-6d89566a-d8ea-43c9-a3c8-d1fd4598294b 2019-01-20 12:57:45,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfa85d2ba4c92e17ea7f2c33deee5fbbd9ece06" 2019-01-20 12:57:45,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-cc6603c0-0c49-4ecd-bf74-6a2ddbdd79a3 Date: Sun, 20 Jan 2019 12:57:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-20 12:57:45,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-cc6603c0-0c49-4ecd-bf74-6a2ddbdd79a3 2019-01-20 12:57:45,623 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-ef7088e1-012f-4195-856f-49a8ff8721dc-pub-router 2019-01-20 12:57:45,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfa85d2ba4c92e17ea7f2c33deee5fbbd9ece06" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "tenant_id": "c8ba07ae3a9846cfa8ad695ac457bcfa", "name": "CreateRouterSuccessTests-ef7088e1-012f-4195-856f-49a8ff8721dc-pub-router", "admin_state_up": true}}' 2019-01-20 12:57:50,506 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-66218e1e-6378-426b-8f69-7bbee0d3b53c Date: Sun, 20 Jan 2019 12:57:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c8ba07ae3a9846cfa8ad695ac457bcfa", "created_at": "2019-01-20T12:57:46Z", "admin_state_up": true, "updated_at": "2019-01-20T12:57:47Z", "project_id": "c8ba07ae3a9846cfa8ad695ac457bcfa", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "276330cb-e201-4f78-b96a-fb2f3a708666", "name": "CreateRouterSuccessTests-ef7088e1-012f-4195-856f-49a8ff8721dc-pub-router"}} 2019-01-20 12:57:50,506 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-66218e1e-6378-426b-8f69-7bbee0d3b53c 2019-01-20 12:57:50,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=276330cb-e201-4f78-b96a-fb2f3a708666 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfa85d2ba4c92e17ea7f2c33deee5fbbd9ece06" 2019-01-20 12:57:50,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-a3ce62b6-a5ad-4492-be4d-f9583e9aa8c1 Date: Sun, 20 Jan 2019 12:57:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:57:48Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"90b16a30-f8c4-40da-93b1-9333a054c7d7","ip_address":"169.254.192.6"}],"id":"4ed3f003-60b8-4720-906b-20b59d10778f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8f:5b:4d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c8ba07ae3a9846cfa8ad695ac457bcfa","admin_state_up":true,"network_id":"52aad2d3-794e-4c43-b01d-97bc8a7615ff","tenant_id":"","created_at":"2019-01-20T12:57:48Z","binding:vnic_type":"normal","device_id":"276330cb-e201-4f78-b96a-fb2f3a708666"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:57:49Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"90b16a30-f8c4-40da-93b1-9333a054c7d7","ip_address":"169.254.192.7"}],"id":"60ffc85c-0b64-4e8e-b739-93f9491fa524","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:73:97:13","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c8ba07ae3a9846cfa8ad695ac457bcfa","admin_state_up":true,"network_id":"52aad2d3-794e-4c43-b01d-97bc8a7615ff","tenant_id":"","created_at":"2019-01-20T12:57:49Z","binding:vnic_type":"normal","device_id":"276330cb-e201-4f78-b96a-fb2f3a708666"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:57:47Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"90b16a30-f8c4-40da-93b1-9333a054c7d7","ip_address":"169.254.192.3"}],"id":"7d13ffba-d131-43cf-8d14-1d9b94c5db63","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ea:2b:06","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c8ba07ae3a9846cfa8ad695ac457bcfa","admin_state_up":true,"network_id":"52aad2d3-794e-4c43-b01d-97bc8a7615ff","tenant_id":"","created_at":"2019-01-20T12:57:47Z","binding:vnic_type":"normal","device_id":"276330cb-e201-4f78-b96a-fb2f3a708666"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:57:46Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.201"}],"id":"a0d4aa70-da05-4b45-bf39-f4679d8a21fb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4f:64:e8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"","created_at":"2019-01-20T12:57:46Z","binding:vnic_type":"normal","device_id":"276330cb-e201-4f78-b96a-fb2f3a708666"}]} 2019-01-20 12:57:50,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=276330cb-e201-4f78-b96a-fb2f3a708666 used request id req-a3ce62b6-a5ad-4492-be4d-f9583e9aa8c1 2019-01-20 12:57:50,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfa85d2ba4c92e17ea7f2c33deee5fbbd9ece06" 2019-01-20 12:57:50,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-9acdfc4a-636d-4b25-ad8c-7ad872b87f5a Date: Sun, 20 Jan 2019 12:57:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 12:57:50,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-9acdfc4a-636d-4b25-ad8c-7ad872b87f5a 2019-01-20 12:57:50,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/90b16a30-f8c4-40da-93b1-9333a054c7d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfa85d2ba4c92e17ea7f2c33deee5fbbd9ece06" 2019-01-20 12:57:51,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-3ac489fd-979a-42d6-b05e-3dd9db6ba3ee Date: Sun, 20 Jan 2019 12:57:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"52aad2d3-794e-4c43-b01d-97bc8a7615ff","tenant_id":"","created_at":"2019-01-20T12:57:46Z","dns_nameservers":[],"updated_at":"2019-01-20T12:57: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":"90b16a30-f8c4-40da-93b1-9333a054c7d7","subnetpool_id":null,"name":"HA subnet tenant c8ba07ae3a9846cfa8ad695ac457bcfa"}} 2019-01-20 12:57:51,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/90b16a30-f8c4-40da-93b1-9333a054c7d7 used request id req-3ac489fd-979a-42d6-b05e-3dd9db6ba3ee 2019-01-20 12:57:51,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/90b16a30-f8c4-40da-93b1-9333a054c7d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfa85d2ba4c92e17ea7f2c33deee5fbbd9ece06" 2019-01-20 12:57:51,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e757d49f-d2f0-409c-89a6-c34f24d78af3 Date: Sun, 20 Jan 2019 12:57:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"52aad2d3-794e-4c43-b01d-97bc8a7615ff","tenant_id":"","created_at":"2019-01-20T12:57:46Z","dns_nameservers":[],"updated_at":"2019-01-20T12:57: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":"90b16a30-f8c4-40da-93b1-9333a054c7d7","subnetpool_id":null,"name":"HA subnet tenant c8ba07ae3a9846cfa8ad695ac457bcfa"}} 2019-01-20 12:57:51,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/90b16a30-f8c4-40da-93b1-9333a054c7d7 used request id req-e757d49f-d2f0-409c-89a6-c34f24d78af3 2019-01-20 12:57:51,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/90b16a30-f8c4-40da-93b1-9333a054c7d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfa85d2ba4c92e17ea7f2c33deee5fbbd9ece06" 2019-01-20 12:57:51,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-3cce6429-a042-4180-8da3-750cafe25177 Date: Sun, 20 Jan 2019 12:57:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"52aad2d3-794e-4c43-b01d-97bc8a7615ff","tenant_id":"","created_at":"2019-01-20T12:57:46Z","dns_nameservers":[],"updated_at":"2019-01-20T12:57: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":"90b16a30-f8c4-40da-93b1-9333a054c7d7","subnetpool_id":null,"name":"HA subnet tenant c8ba07ae3a9846cfa8ad695ac457bcfa"}} 2019-01-20 12:57:51,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/90b16a30-f8c4-40da-93b1-9333a054c7d7 used request id req-3cce6429-a042-4180-8da3-750cafe25177 2019-01-20 12:57:51,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/276330cb-e201-4f78-b96a-fb2f3a708666 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfa85d2ba4c92e17ea7f2c33deee5fbbd9ece06" 2019-01-20 12:57:51,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-160f6d56-b04e-4cd8-9a0e-9b908c933642 Date: Sun, 20 Jan 2019 12:57:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c8ba07ae3a9846cfa8ad695ac457bcfa", "created_at": "2019-01-20T12:57:46Z", "admin_state_up": true, "updated_at": "2019-01-20T12:57:49Z", "project_id": "c8ba07ae3a9846cfa8ad695ac457bcfa", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "276330cb-e201-4f78-b96a-fb2f3a708666", "name": "CreateRouterSuccessTests-ef7088e1-012f-4195-856f-49a8ff8721dc-pub-router"}} 2019-01-20 12:57:51,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/276330cb-e201-4f78-b96a-fb2f3a708666 used request id req-160f6d56-b04e-4cd8-9a0e-9b908c933642 2019-01-20 12:57:51,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=276330cb-e201-4f78-b96a-fb2f3a708666 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfa85d2ba4c92e17ea7f2c33deee5fbbd9ece06" 2019-01-20 12:57:51,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-3dfc758c-0032-4229-82d7-c02bd2b38ee7 Date: Sun, 20 Jan 2019 12:57:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:57:48Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"90b16a30-f8c4-40da-93b1-9333a054c7d7","ip_address":"169.254.192.6"}],"id":"4ed3f003-60b8-4720-906b-20b59d10778f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8f:5b:4d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c8ba07ae3a9846cfa8ad695ac457bcfa","admin_state_up":true,"network_id":"52aad2d3-794e-4c43-b01d-97bc8a7615ff","tenant_id":"","created_at":"2019-01-20T12:57:48Z","binding:vnic_type":"normal","device_id":"276330cb-e201-4f78-b96a-fb2f3a708666"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:57:49Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"90b16a30-f8c4-40da-93b1-9333a054c7d7","ip_address":"169.254.192.7"}],"id":"60ffc85c-0b64-4e8e-b739-93f9491fa524","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:73:97:13","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c8ba07ae3a9846cfa8ad695ac457bcfa","admin_state_up":true,"network_id":"52aad2d3-794e-4c43-b01d-97bc8a7615ff","tenant_id":"","created_at":"2019-01-20T12:57:49Z","binding:vnic_type":"normal","device_id":"276330cb-e201-4f78-b96a-fb2f3a708666"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:57:51Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"90b16a30-f8c4-40da-93b1-9333a054c7d7","ip_address":"169.254.192.3"}],"id":"7d13ffba-d131-43cf-8d14-1d9b94c5db63","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ea:2b:06","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c8ba07ae3a9846cfa8ad695ac457bcfa","admin_state_up":true,"network_id":"52aad2d3-794e-4c43-b01d-97bc8a7615ff","tenant_id":"","created_at":"2019-01-20T12:57:47Z","binding:vnic_type":"normal","device_id":"276330cb-e201-4f78-b96a-fb2f3a708666"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:57:51Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.201"}],"id":"a0d4aa70-da05-4b45-bf39-f4679d8a21fb","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:64:e8","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":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"","created_at":"2019-01-20T12:57:46Z","binding:vnic_type":"normal","device_id":"276330cb-e201-4f78-b96a-fb2f3a708666"}]} 2019-01-20 12:57:51,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=276330cb-e201-4f78-b96a-fb2f3a708666 used request id req-3dfc758c-0032-4229-82d7-c02bd2b38ee7 2019-01-20 12:57:51,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfa85d2ba4c92e17ea7f2c33deee5fbbd9ece06" 2019-01-20 12:57:52,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-2f925241-c4c5-46a0-87ac-156534f7758a Date: Sun, 20 Jan 2019 12:57:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 12:57:52,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-2f925241-c4c5-46a0-87ac-156534f7758a 2019-01-20 12:57:52,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/90b16a30-f8c4-40da-93b1-9333a054c7d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfa85d2ba4c92e17ea7f2c33deee5fbbd9ece06" 2019-01-20 12:57:52,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-8fd31c32-194b-4b12-beda-75429632f9df Date: Sun, 20 Jan 2019 12:57:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"52aad2d3-794e-4c43-b01d-97bc8a7615ff","tenant_id":"","created_at":"2019-01-20T12:57:46Z","dns_nameservers":[],"updated_at":"2019-01-20T12:57: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":"90b16a30-f8c4-40da-93b1-9333a054c7d7","subnetpool_id":null,"name":"HA subnet tenant c8ba07ae3a9846cfa8ad695ac457bcfa"}} 2019-01-20 12:57:52,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/90b16a30-f8c4-40da-93b1-9333a054c7d7 used request id req-8fd31c32-194b-4b12-beda-75429632f9df 2019-01-20 12:57:52,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/90b16a30-f8c4-40da-93b1-9333a054c7d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfa85d2ba4c92e17ea7f2c33deee5fbbd9ece06" 2019-01-20 12:57:52,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-aa76afd0-34c4-4b06-bbd0-c4d3678aa549 Date: Sun, 20 Jan 2019 12:57:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"52aad2d3-794e-4c43-b01d-97bc8a7615ff","tenant_id":"","created_at":"2019-01-20T12:57:46Z","dns_nameservers":[],"updated_at":"2019-01-20T12:57: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":"90b16a30-f8c4-40da-93b1-9333a054c7d7","subnetpool_id":null,"name":"HA subnet tenant c8ba07ae3a9846cfa8ad695ac457bcfa"}} 2019-01-20 12:57:52,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/90b16a30-f8c4-40da-93b1-9333a054c7d7 used request id req-aa76afd0-34c4-4b06-bbd0-c4d3678aa549 2019-01-20 12:57:52,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/90b16a30-f8c4-40da-93b1-9333a054c7d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfa85d2ba4c92e17ea7f2c33deee5fbbd9ece06" 2019-01-20 12:57:52,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f4f32ee2-5c60-4613-b4f3-717657158ac9 Date: Sun, 20 Jan 2019 12:57:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"52aad2d3-794e-4c43-b01d-97bc8a7615ff","tenant_id":"","created_at":"2019-01-20T12:57:46Z","dns_nameservers":[],"updated_at":"2019-01-20T12:57: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":"90b16a30-f8c4-40da-93b1-9333a054c7d7","subnetpool_id":null,"name":"HA subnet tenant c8ba07ae3a9846cfa8ad695ac457bcfa"}} 2019-01-20 12:57:52,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/90b16a30-f8c4-40da-93b1-9333a054c7d7 used request id req-f4f32ee2-5c60-4613-b4f3-717657158ac9 2019-01-20 12:57:52,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:53,017 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ea39564ce1a485683ce5a193fdd6fe1", "name": "CreateRouterSuccessTests-ac4e41c3-f595-46e-proj-role"}], "expires_at": "2019-01-20T13:57:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8ba07ae3a9846cfa8ad695ac457bcfa", "name": "CreateRouterSuccessTests-ac4e41c3-f595-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/c8ba07ae3a9846cfa8ad695ac457bcfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/c8ba07ae3a9846cfa8ad695ac457bcfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/c8ba07ae3a9846cfa8ad695ac457bcfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/c8ba07ae3a9846cfa8ad695ac457bcfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/c8ba07ae3a9846cfa8ad695ac457bcfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/c8ba07ae3a9846cfa8ad695ac457bcfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/c8ba07ae3a9846cfa8ad695ac457bcfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/c8ba07ae3a9846cfa8ad695ac457bcfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/c8ba07ae3a9846cfa8ad695ac457bcfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/c8ba07ae3a9846cfa8ad695ac457bcfa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/c8ba07ae3a9846cfa8ad695ac457bcfa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/c8ba07ae3a9846cfa8ad695ac457bcfa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-ac4e41c3-f595-46e-user", "id": "5ec6f73afe934c48b5de16127cc2c185"}, "audit_ids": ["-62di2eQQXOaXFC03YxpCQ"], "issued_at": "2019-01-20T12:57:53.000000Z"}} 2019-01-20 12:57:53,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-ef7088e1-012f-4195-856f-49a8ff8721dc-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64930181f6b8119e8f33846d7175659cfd546e7d" 2019-01-20 12:57:53,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-7d18df86-3745-48dd-abd4-a73b548ee039 Date: Sun, 20 Jan 2019 12:57:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c8ba07ae3a9846cfa8ad695ac457bcfa", "created_at": "2019-01-20T12:57:46Z", "admin_state_up": true, "updated_at": "2019-01-20T12:57:49Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "c8ba07ae3a9846cfa8ad695ac457bcfa", "id": "276330cb-e201-4f78-b96a-fb2f3a708666", "name": "CreateRouterSuccessTests-ef7088e1-012f-4195-856f-49a8ff8721dc-pub-router"}]} 2019-01-20 12:57:53,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-ef7088e1-012f-4195-856f-49a8ff8721dc-pub-router&admin_state_up=True used request id req-7d18df86-3745-48dd-abd4-a73b548ee039 2019-01-20 12:57:53,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:57:53,256 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:57: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:57:53,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/c8ba07ae3a9846cfa8ad695ac457bcfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5773f18cb093b358e98e3e48dfca1290cd28a4ae" 2019-01-20 12:57:53,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de4337a8-fe90-41b5-8fc5-41155a2a09b7 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/c8ba07ae3a9846cfa8ad695ac457bcfa"}, "enabled": true, "id": "c8ba07ae3a9846cfa8ad695ac457bcfa", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-ac4e41c3-f595-46e-proj"}} 2019-01-20 12:57:53,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/c8ba07ae3a9846cfa8ad695ac457bcfa used request id req-de4337a8-fe90-41b5-8fc5-41155a2a09b7 2019-01-20 12:57:53,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=276330cb-e201-4f78-b96a-fb2f3a708666 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64930181f6b8119e8f33846d7175659cfd546e7d" 2019-01-20 12:57:53,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bfcde495-0e51-4bfa-af01-dce736be312a Date: Sun, 20 Jan 2019 12:57:53 GMT RESP BODY: {"ports":[]} 2019-01-20 12:57:53,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=276330cb-e201-4f78-b96a-fb2f3a708666 used request id req-bfcde495-0e51-4bfa-af01-dce736be312a 2019-01-20 12:57:53,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64930181f6b8119e8f33846d7175659cfd546e7d" 2019-01-20 12:57:53,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-241a5ccd-44f4-4cbb-98a9-b9339d823cc6 Date: Sun, 20 Jan 2019 12:57:53 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 12:57:53,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-241a5ccd-44f4-4cbb-98a9-b9339d823cc6 2019-01-20 12:57:53,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64930181f6b8119e8f33846d7175659cfd546e7d" 2019-01-20 12:57:53,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9caabd79-d079-4f9a-b54b-e461277b5d97 Date: Sun, 20 Jan 2019 12:57:53 GMT RESP BODY: {"subnets":[]} 2019-01-20 12:57:53,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-9caabd79-d079-4f9a-b54b-e461277b5d97 2019-01-20 12:57:53,951 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-ef7088e1-012f-4195-856f-49a8ff8721dc-pub-router 2019-01-20 12:57:53,952 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-ef7088e1-012f-4195-856f-49a8ff8721dc-pub-router 2019-01-20 12:57:53,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/276330cb-e201-4f78-b96a-fb2f3a708666 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cfa85d2ba4c92e17ea7f2c33deee5fbbd9ece06" 2019-01-20 12:57:57,831 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-654dee90-cef7-4d1a-88ba-8ccd22e0fddf Content-Length: 0 Date: Sun, 20 Jan 2019 12:57:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:57:57,832 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/276330cb-e201-4f78-b96a-fb2f3a708666 used request id req-654dee90-cef7-4d1a-88ba-8ccd22e0fddf 2019-01-20 12:57:57,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f4337cb281795b114b7fd38b9cb7ce7fe005a9" 2019-01-20 12:57:58,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a93c3a37-cb63-4530-9f8d-80af0bb16f93 Date: Sun, 20 Jan 2019 12:57:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:57:58,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-a93c3a37-cb63-4530-9f8d-80af0bb16f93 2019-01-20 12:57:58,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f4337cb281795b114b7fd38b9cb7ce7fe005a9" 2019-01-20 12:57:58,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2e148d1-a5df-44cd-8381-b3c10c8be799 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:57:58,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-b2e148d1-a5df-44cd-8381-b3c10c8be799 2019-01-20 12:57:58,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f4337cb281795b114b7fd38b9cb7ce7fe005a9" 2019-01-20 12:57:58,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89626bf4-6366-4191-be37-4c5241de032f 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:57:58,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-89626bf4-6366-4191-be37-4c5241de032f 2019-01-20 12:57:58,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f4337cb281795b114b7fd38b9cb7ce7fe005a9" 2019-01-20 12:57:58,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a504b73-7348-4e5a-9bbc-912a92d7729b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:57:58,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-7a504b73-7348-4e5a-9bbc-912a92d7729b 2019-01-20 12:57:58,367 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-ac4e41c3-f595-46e-proj 2019-01-20 12:57:58,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/c8ba07ae3a9846cfa8ad695ac457bcfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f4337cb281795b114b7fd38b9cb7ce7fe005a9" 2019-01-20 12:57:58,591 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:57:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81c34246-36cb-4c38-811a-35836775b08f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:57:58,591 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/c8ba07ae3a9846cfa8ad695ac457bcfa used request id req-81c34246-36cb-4c38-811a-35836775b08f 2019-01-20 12:57:58,592 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-ac4e41c3-f595-46e-proj-role 2019-01-20 12:57:58,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/5ea39564ce1a485683ce5a193fdd6fe1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f4337cb281795b114b7fd38b9cb7ce7fe005a9" 2019-01-20 12:57:58,708 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:57:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ace0542-0cc6-4966-a383-7fd6b805f983 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:57:58,708 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/5ea39564ce1a485683ce5a193fdd6fe1 used request id req-6ace0542-0cc6-4966-a383-7fd6b805f983 2019-01-20 12:57:58,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f4337cb281795b114b7fd38b9cb7ce7fe005a9" 2019-01-20 12:57:58,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2f055cb-9a71-4194-adef-a51fd5fd19c5 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:57:58,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b2f055cb-9a71-4194-adef-a51fd5fd19c5 2019-01-20 12:57:58,794 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-ac4e41c3-f595-46e-user 2019-01-20 12:57:58,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/5ec6f73afe934c48b5de16127cc2c185 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a7e6aabe1d3271e3497d9407d09c7db7bd27622" 2019-01-20 12:57:59,008 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:57:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c6a0a89-d462-4b6a-a067-ef5e41bf9293 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:57:59,008 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/5ec6f73afe934c48b5de16127cc2c185 used request id req-3c6a0a89-d462-4b6a-a067-ef5e41bf9293 2019-01-20 12:57:59,010 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:59,408 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:57:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["OToKqFeFQ8etKFTAaks3xg"], "issued_at": "2019-01-20T12:57:59.000000Z"}} 2019-01-20 12:57:59,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7484d3b35a73aebe48f4be8a445e53ce5eaef51" 2019-01-20 12:57:59,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65b95c75-7ab0-4398-a5cf-4a39267e963c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:57:59,487 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-65b95c75-7ab0-4398-a5cf-4a39267e963c 2019-01-20 12:57:59,489 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:57:59,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:57:59,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:57:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["EHImzr9vQ2Wx22dHO33_kQ"], "issued_at": "2019-01-20T12:57:59.000000Z"}} 2019-01-20 12:57:59,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb313637c9d3bedab874c4d26ee16736c2e1562a" 2019-01-20 12:57:59,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c036fa41-fb62-4d85-a756-82729a7e913a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:57:59,960 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c036fa41-fb62-4d85-a756-82729a7e913a 2019-01-20 12:57:59,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:57:59,970 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:57: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:57:59,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-798d9f32-b466-474-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb313637c9d3bedab874c4d26ee16736c2e1562a" 2019-01-20 12:58:00,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:57:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2cdbc0f-e58f-4f0c-b985-5ff995f005aa Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-798d9f32-b466-474-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:58:00,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-798d9f32-b466-474-proj used request id req-d2cdbc0f-e58f-4f0c-b985-5ff995f005aa 2019-01-20 12:58:00,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb313637c9d3bedab874c4d26ee16736c2e1562a" 2019-01-20 12:58:00,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84b21b41-3664-49ef-9526-8ab363fc280e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:58:00,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-84b21b41-3664-49ef-9526-8ab363fc280e 2019-01-20 12:58:00,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb313637c9d3bedab874c4d26ee16736c2e1562a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-798d9f32-b466-474-proj"}}' 2019-01-20 12:58:00,325 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:58:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fd9fc85-da98-48bc-ac55-48776ff4161d Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/00f62fa1d9d049f68839e52eede75861"}, "enabled": true, "id": "00f62fa1d9d049f68839e52eede75861", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-798d9f32-b466-474-proj"}} 2019-01-20 12:58:00,326 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-8fd9fc85-da98-48bc-ac55-48776ff4161d 2019-01-20 12:58:00,326 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-798d9f32-b466-474-proj 2019-01-20 12:58:00,326 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:58:00,327 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:58:00,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:58:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["QbvpxUsWR7es3YmjC5Sc-w"], "issued_at": "2019-01-20T12:58:00.000000Z"}} 2019-01-20 12:58:00,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510f04579117dbabcf3100fb263c55afdedc413d" 2019-01-20 12:58:00,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad7988cc-c7f9-4db7-bb03-f52da58aa864 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:58:00,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ad7988cc-c7f9-4db7-bb03-f52da58aa864 2019-01-20 12:58:00,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:58:00,737 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:58: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:58:00,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510f04579117dbabcf3100fb263c55afdedc413d" 2019-01-20 12:58:00,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15ce12d3-fb3b-412e-9b94-44dac7d9a737 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:58:00,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-15ce12d3-fb3b-412e-9b94-44dac7d9a737 2019-01-20 12:58:00,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-798d9f32-b466-474-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510f04579117dbabcf3100fb263c55afdedc413d" 2019-01-20 12:58:00,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a169b908-2016-47f4-872a-f830c42f272a Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-798d9f32-b466-474-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/00f62fa1d9d049f68839e52eede75861"}, "enabled": true, "id": "00f62fa1d9d049f68839e52eede75861", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-798d9f32-b466-474-proj"}]} 2019-01-20 12:58:00,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-798d9f32-b466-474-proj used request id req-a169b908-2016-47f4-872a-f830c42f272a 2019-01-20 12:58:00,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510f04579117dbabcf3100fb263c55afdedc413d" 2019-01-20 12:58:01,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1b6068c-ab06-47e0-8b63-5fd0f83bf198 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:58:01,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-a1b6068c-ab06-47e0-8b63-5fd0f83bf198 2019-01-20 12:58:01,403 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-798d9f32-b466-474-user 2019-01-20 12:58:01,404 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:58:01,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb313637c9d3bedab874c4d26ee16736c2e1562a" 2019-01-20 12:58:01,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f6c8bb5-b45e-4513-b4c7-300e888661a6 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:58:01,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-8f6c8bb5-b45e-4513-b4c7-300e888661a6 2019-01-20 12:58:01,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb313637c9d3bedab874c4d26ee16736c2e1562a" -d '{"role": {"name": "CreateRouterSuccessTests-798d9f32-b466-474-proj-role"}}' 2019-01-20 12:58:01,607 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:58:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a03803d8-8f5d-462e-ad16-670dbd9d8fb7 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6e0a1b33c4c84162bede564a0e81b1d8", "links": {"self": "http://172.30.9.22:5000/v3/roles/6e0a1b33c4c84162bede564a0e81b1d8"}, "name": "CreateRouterSuccessTests-798d9f32-b466-474-proj-role"}} 2019-01-20 12:58:01,607 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-a03803d8-8f5d-462e-ad16-670dbd9d8fb7 2019-01-20 12:58:01,607 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-798d9f32-b466-474-proj-role 2019-01-20 12:58:01,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/6e0a1b33c4c84162bede564a0e81b1d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb313637c9d3bedab874c4d26ee16736c2e1562a" 2019-01-20 12:58:01,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ceb7ecf-7dd5-42e4-acc4-454fd5a1e0b1 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/6e0a1b33c4c84162bede564a0e81b1d8"}, "domain_id": null, "name": "CreateRouterSuccessTests-798d9f32-b466-474-proj-role", "id": "6e0a1b33c4c84162bede564a0e81b1d8"}} 2019-01-20 12:58:01,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/6e0a1b33c4c84162bede564a0e81b1d8 used request id req-6ceb7ecf-7dd5-42e4-acc4-454fd5a1e0b1 2019-01-20 12:58:01,700 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-798d9f32-b466-474-proj-role to project CreateRouterSuccessTests-798d9f32-b466-474-proj 2019-01-20 12:58:01,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/00f62fa1d9d049f68839e52eede75861/users/43e036337679478eb446140447d4610f/roles/6e0a1b33c4c84162bede564a0e81b1d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb313637c9d3bedab874c4d26ee16736c2e1562a" 2019-01-20 12:58:01,837 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:58:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-389d213f-802d-4496-84b7-419188a4d5de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:58:01,837 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/00f62fa1d9d049f68839e52eede75861/users/43e036337679478eb446140447d4610f/roles/6e0a1b33c4c84162bede564a0e81b1d8 used request id req-389d213f-802d-4496-84b7-419188a4d5de 2019-01-20 12:58:01,838 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:58:01,839 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:58:02,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6e0a1b33c4c84162bede564a0e81b1d8", "name": "CreateRouterSuccessTests-798d9f32-b466-474-proj-role"}], "expires_at": "2019-01-20T13:58:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00f62fa1d9d049f68839e52eede75861", "name": "CreateRouterSuccessTests-798d9f32-b466-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/00f62fa1d9d049f68839e52eede75861", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/00f62fa1d9d049f68839e52eede75861", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/00f62fa1d9d049f68839e52eede75861", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/00f62fa1d9d049f68839e52eede75861", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/00f62fa1d9d049f68839e52eede75861", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/00f62fa1d9d049f68839e52eede75861", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/00f62fa1d9d049f68839e52eede75861", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/00f62fa1d9d049f68839e52eede75861", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/00f62fa1d9d049f68839e52eede75861", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/00f62fa1d9d049f68839e52eede75861", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/00f62fa1d9d049f68839e52eede75861", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/00f62fa1d9d049f68839e52eede75861", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-798d9f32-b466-474-user", "id": "43e036337679478eb446140447d4610f"}, "audit_ids": ["CIyIKHIRSQSb7BSxs4qOzg"], "issued_at": "2019-01-20T12:58:02.000000Z"}} 2019-01-20 12:58:02,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ac1fba1887c5a60193fd2d02d746e7ba23fe60" 2019-01-20 12:58:02,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47a39295-fb09-49e1-8aae-2421d78a6fb7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:58:02,296 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-47a39295-fb09-49e1-8aae-2421d78a6fb7 2019-01-20 12:58:02,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ac1fba1887c5a60193fd2d02d746e7ba23fe60" 2019-01-20 12:58:02,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e0c904b1-bf58-4f12-87c1-38c290a2e4a0 Date: Sun, 20 Jan 2019 12:58:02 GMT RESP BODY: {"networks":[]} 2019-01-20 12:58:02,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-net1 used request id req-e0c904b1-bf58-4f12-87c1-38c290a2e4a0 2019-01-20 12:58:02,487 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-net1 2019-01-20 12:58:02,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ac1fba1887c5a60193fd2d02d746e7ba23fe60" -d '{"network": {"name": "CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-net1", "admin_state_up": true}}' 2019-01-20 12:58:03,174 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-07afce04-e569-4179-9168-86bf025f814e Date: Sun, 20 Jan 2019 12:58:03 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"00f62fa1d9d049f68839e52eede75861","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T12:58:03Z","is_default":false,"name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:02Z","mtu":1450}} 2019-01-20 12:58:03,174 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-07afce04-e569-4179-9168-86bf025f814e 2019-01-20 12:58:03,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=eed7fd87-70e6-4a94-81cb-5123d045d1bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ac1fba1887c5a60193fd2d02d746e7ba23fe60" 2019-01-20 12:58:03,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-66a61ea1-e075-4088-b04b-332c2f8f2e0b Date: Sun, 20 Jan 2019 12:58:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T12:58:03Z","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"00f62fa1d9d049f68839e52eede75861","id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-net1"}]} 2019-01-20 12:58:03,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=eed7fd87-70e6-4a94-81cb-5123d045d1bc used request id req-66a61ea1-e075-4088-b04b-332c2f8f2e0b 2019-01-20 12:58:03,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eed7fd87-70e6-4a94-81cb-5123d045d1bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ac1fba1887c5a60193fd2d02d746e7ba23fe60" 2019-01-20 12:58:03,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b66c5a3d-4889-447b-8bfe-68fc942e730a Date: Sun, 20 Jan 2019 12:58:03 GMT RESP BODY: {"subnets":[]} 2019-01-20 12:58:03,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eed7fd87-70e6-4a94-81cb-5123d045d1bc used request id req-b66c5a3d-4889-447b-8bfe-68fc942e730a 2019-01-20 12:58:03,451 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-subnet1 2019-01-20 12:58:03,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ac1fba1887c5a60193fd2d02d746e7ba23fe60" -d '{"subnets": [{"ip_version": 4, "network_id": "eed7fd87-70e6-4a94-81cb-5123d045d1bc", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-subnet1"}]}' 2019-01-20 12:58:04,098 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-04023fa2-af8c-4a92-b8f9-d1d950d4204d Date: Sun, 20 Jan 2019 12:58:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:03Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:03Z","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":"00f62fa1d9d049f68839e52eede75861","id":"12f6cf19-8b1b-4aa2-a1e9-a310ccbac202","subnetpool_id":null,"name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-subnet1"}]} 2019-01-20 12:58:04,098 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-04023fa2-af8c-4a92-b8f9-d1d950d4204d 2019-01-20 12:58:04,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=eed7fd87-70e6-4a94-81cb-5123d045d1bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ac1fba1887c5a60193fd2d02d746e7ba23fe60" 2019-01-20 12:58:04,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-63ab74b2-12de-476b-9d37-9489437660ab Date: Sun, 20 Jan 2019 12: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":["12f6cf19-8b1b-4aa2-a1e9-a310ccbac202"],"updated_at":"2019-01-20T12:58:03Z","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00f62fa1d9d049f68839e52eede75861","id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-net1"}]} 2019-01-20 12:58:04,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=eed7fd87-70e6-4a94-81cb-5123d045d1bc used request id req-63ab74b2-12de-476b-9d37-9489437660ab 2019-01-20 12:58:04,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eed7fd87-70e6-4a94-81cb-5123d045d1bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ac1fba1887c5a60193fd2d02d746e7ba23fe60" 2019-01-20 12:58:04,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-9b9ae691-a6e4-499e-ba19-471a015156e5 Date: Sun, 20 Jan 2019 12:58:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:03Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:03Z","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":"00f62fa1d9d049f68839e52eede75861","id":"12f6cf19-8b1b-4aa2-a1e9-a310ccbac202","subnetpool_id":null,"name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-subnet1"}]} 2019-01-20 12:58:04,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eed7fd87-70e6-4a94-81cb-5123d045d1bc used request id req-9b9ae691-a6e4-499e-ba19-471a015156e5 2019-01-20 12:58:04,451 - OpenStackNetwork - DEBUG - Network [eed7fd87-70e6-4a94-81cb-5123d045d1bc] created successfully 2019-01-20 12:58:04,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:58:04,452 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:58:04,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6e0a1b33c4c84162bede564a0e81b1d8", "name": "CreateRouterSuccessTests-798d9f32-b466-474-proj-role"}], "expires_at": "2019-01-20T13:58:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00f62fa1d9d049f68839e52eede75861", "name": "CreateRouterSuccessTests-798d9f32-b466-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/00f62fa1d9d049f68839e52eede75861", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/00f62fa1d9d049f68839e52eede75861", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/00f62fa1d9d049f68839e52eede75861", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/00f62fa1d9d049f68839e52eede75861", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/00f62fa1d9d049f68839e52eede75861", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/00f62fa1d9d049f68839e52eede75861", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/00f62fa1d9d049f68839e52eede75861", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/00f62fa1d9d049f68839e52eede75861", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/00f62fa1d9d049f68839e52eede75861", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/00f62fa1d9d049f68839e52eede75861", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/00f62fa1d9d049f68839e52eede75861", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/00f62fa1d9d049f68839e52eede75861", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-798d9f32-b466-474-user", "id": "43e036337679478eb446140447d4610f"}, "audit_ids": ["hNF7dXksR7-kCFJS8g33ZQ"], "issued_at": "2019-01-20T12:58:04.000000Z"}} 2019-01-20 12:58:04,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" 2019-01-20 12:58:04,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8080e4ee-60fe-4cd5-b0dc-2a90f4dd4970 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:58:04,905 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8080e4ee-60fe-4cd5-b0dc-2a90f4dd4970 2019-01-20 12:58:04,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" 2019-01-20 12:58:05,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1aeb5218-772b-4a6d-a113-a379bcd3d6f9 Date: Sun, 20 Jan 2019 12:58:05 GMT RESP BODY: {"routers": []} 2019-01-20 12:58:05,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-router&admin_state_up=True used request id req-1aeb5218-772b-4a6d-a113-a379bcd3d6f9 2019-01-20 12:58:05,102 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:58:05,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:58:05,487 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6e0a1b33c4c84162bede564a0e81b1d8", "name": "CreateRouterSuccessTests-798d9f32-b466-474-proj-role"}], "expires_at": "2019-01-20T13:58:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00f62fa1d9d049f68839e52eede75861", "name": "CreateRouterSuccessTests-798d9f32-b466-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/00f62fa1d9d049f68839e52eede75861", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/00f62fa1d9d049f68839e52eede75861", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/00f62fa1d9d049f68839e52eede75861", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/00f62fa1d9d049f68839e52eede75861", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/00f62fa1d9d049f68839e52eede75861", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/00f62fa1d9d049f68839e52eede75861", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/00f62fa1d9d049f68839e52eede75861", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/00f62fa1d9d049f68839e52eede75861", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/00f62fa1d9d049f68839e52eede75861", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/00f62fa1d9d049f68839e52eede75861", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/00f62fa1d9d049f68839e52eede75861", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/00f62fa1d9d049f68839e52eede75861", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-798d9f32-b466-474-user", "id": "43e036337679478eb446140447d4610f"}, "audit_ids": ["TcaEh8yJS7yFYl113EzYCA"], "issued_at": "2019-01-20T12:58:05.000000Z"}} 2019-01-20 12:58:05,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a973366333084fd074d8a100d8a4bf8b11edaaad" 2019-01-20 12:58:05,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7033f773-5b77-47c4-8424-b779e7dae651 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:58:05,559 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7033f773-5b77-47c4-8424-b779e7dae651 2019-01-20 12:58:05,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" 2019-01-20 12:58:05,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-c47312a1-23a2-42a3-9eec-2b1ee91757a1 Date: Sun, 20 Jan 2019 12:58:05 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 12:58:05,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-c47312a1-23a2-42a3-9eec-2b1ee91757a1 2019-01-20 12:58:05,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" 2019-01-20 12:58:05,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7f8c7a91-9c80-49e8-aceb-b9fd5165712f Date: Sun, 20 Jan 2019 12:58:05 GMT RESP BODY: {"subnets":[]} 2019-01-20 12:58:05,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-7f8c7a91-9c80-49e8-aceb-b9fd5165712f 2019-01-20 12:58:05,993 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-router 2019-01-20 12:58:05,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-router", "admin_state_up": true}}' 2019-01-20 12:58:11,141 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-f102aafe-8034-45f6-948a-2163f563f16a Date: Sun, 20 Jan 2019 12:58:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "00f62fa1d9d049f68839e52eede75861", "created_at": "2019-01-20T12:58:06Z", "admin_state_up": true, "updated_at": "2019-01-20T12:58:07Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "00f62fa1d9d049f68839e52eede75861", "id": "c1da402d-437c-44ef-ba5d-137316a1203f", "name": "CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-router"}} 2019-01-20 12:58:11,142 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-f102aafe-8034-45f6-948a-2163f563f16a 2019-01-20 12:58:11,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=c1da402d-437c-44ef-ba5d-137316a1203f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" 2019-01-20 12:58:11,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-aabbe3d1-8ad0-42b7-942c-0485ca766e59 Date: Sun, 20 Jan 2019 12:58:11 GMT RESP BODY: {"ports":[]} 2019-01-20 12:58:11,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=c1da402d-437c-44ef-ba5d-137316a1203f used request id req-aabbe3d1-8ad0-42b7-942c-0485ca766e59 2019-01-20 12:58:11,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" 2019-01-20 12:58:11,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f41af640-1ef2-44d7-a324-bba0a570db60 Date: Sun, 20 Jan 2019 12: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":["12f6cf19-8b1b-4aa2-a1e9-a310ccbac202"],"updated_at":"2019-01-20T12:58:03Z","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00f62fa1d9d049f68839e52eede75861","id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-net1"}]} 2019-01-20 12:58:11,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-net1 used request id req-f41af640-1ef2-44d7-a324-bba0a570db60 2019-01-20 12:58:11,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:58:11,600 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:58: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:58:11,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/00f62fa1d9d049f68839e52eede75861 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" 2019-01-20 12:58:11,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05aa58e3-505c-42dd-8119-0fa54efb05f3 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/00f62fa1d9d049f68839e52eede75861"}, "enabled": true, "id": "00f62fa1d9d049f68839e52eede75861", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-798d9f32-b466-474-proj"}} 2019-01-20 12:58:11,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/00f62fa1d9d049f68839e52eede75861 used request id req-05aa58e3-505c-42dd-8119-0fa54efb05f3 2019-01-20 12:58:11,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eed7fd87-70e6-4a94-81cb-5123d045d1bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" 2019-01-20 12:58:11,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-228aab2a-e473-46d7-9a14-48bfd08d1e7e Date: Sun, 20 Jan 2019 12:58:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:03Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:03Z","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":"00f62fa1d9d049f68839e52eede75861","id":"12f6cf19-8b1b-4aa2-a1e9-a310ccbac202","subnetpool_id":null,"name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-subnet1"}]} 2019-01-20 12:58:11,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eed7fd87-70e6-4a94-81cb-5123d045d1bc used request id req-228aab2a-e473-46d7-9a14-48bfd08d1e7e 2019-01-20 12:58:11,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eed7fd87-70e6-4a94-81cb-5123d045d1bc&name=CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" 2019-01-20 12:58:11,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f2ac8ab3-93dd-43f4-a524-3a98ec3fc26f Date: Sun, 20 Jan 2019 12:58:11 GMT RESP BODY: {"ports":[]} 2019-01-20 12:58:11,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eed7fd87-70e6-4a94-81cb-5123d045d1bc&name=CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-port1&admin_state_up=True used request id req-f2ac8ab3-93dd-43f4-a524-3a98ec3fc26f 2019-01-20 12:58:11,772 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-port1 for router - CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-router 2019-01-20 12:58:11,772 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:58:11,773 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:58:12,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6e0a1b33c4c84162bede564a0e81b1d8", "name": "CreateRouterSuccessTests-798d9f32-b466-474-proj-role"}], "expires_at": "2019-01-20T13:58:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00f62fa1d9d049f68839e52eede75861", "name": "CreateRouterSuccessTests-798d9f32-b466-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/00f62fa1d9d049f68839e52eede75861", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/00f62fa1d9d049f68839e52eede75861", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/00f62fa1d9d049f68839e52eede75861", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/00f62fa1d9d049f68839e52eede75861", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/00f62fa1d9d049f68839e52eede75861", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/00f62fa1d9d049f68839e52eede75861", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/00f62fa1d9d049f68839e52eede75861", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/00f62fa1d9d049f68839e52eede75861", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/00f62fa1d9d049f68839e52eede75861", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/00f62fa1d9d049f68839e52eede75861", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/00f62fa1d9d049f68839e52eede75861", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/00f62fa1d9d049f68839e52eede75861", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-798d9f32-b466-474-user", "id": "43e036337679478eb446140447d4610f"}, "audit_ids": ["4D3dkvi0Tsqkr2ONUcePLw"], "issued_at": "2019-01-20T12:58:12.000000Z"}} 2019-01-20 12:58:12,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faaca9ea1de4108a5f09de502d3270e41f59c161" 2019-01-20 12:58:12,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5be9b7c-22ed-4694-92a1-bcae12ac6a70 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:58:12,243 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e5be9b7c-22ed-4694-92a1-bcae12ac6a70 2019-01-20 12:58:12,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" 2019-01-20 12:58:12,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f9a050c9-ca78-41ea-b2c7-04a7908bdd6e Date: Sun, 20 Jan 2019 12:58:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["12f6cf19-8b1b-4aa2-a1e9-a310ccbac202"],"updated_at":"2019-01-20T12:58:03Z","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00f62fa1d9d049f68839e52eede75861","id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-net1"}]} 2019-01-20 12:58:12,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-net1 used request id req-f9a050c9-ca78-41ea-b2c7-04a7908bdd6e 2019-01-20 12:58:12,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eed7fd87-70e6-4a94-81cb-5123d045d1bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" 2019-01-20 12:58:12,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-c72b3d15-ca04-4e31-a537-17d519f838ef Date: Sun, 20 Jan 2019 12:58:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:03Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:03Z","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":"00f62fa1d9d049f68839e52eede75861","id":"12f6cf19-8b1b-4aa2-a1e9-a310ccbac202","subnetpool_id":null,"name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-subnet1"}]} 2019-01-20 12:58:12,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eed7fd87-70e6-4a94-81cb-5123d045d1bc used request id req-c72b3d15-ca04-4e31-a537-17d519f838ef 2019-01-20 12:58:12,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" 2019-01-20 12:58:12,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-1378f7d6-ffea-4549-88db-fccff5e49cb4 Date: Sun, 20 Jan 2019 12:58:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["12f6cf19-8b1b-4aa2-a1e9-a310ccbac202"],"updated_at":"2019-01-20T12:58:03Z","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00f62fa1d9d049f68839e52eede75861","id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-net1"}]} 2019-01-20 12:58:12,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-net1 used request id req-1378f7d6-ffea-4549-88db-fccff5e49cb4 2019-01-20 12:58:12,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:58:12,827 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:58: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:58:12,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/00f62fa1d9d049f68839e52eede75861 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faaca9ea1de4108a5f09de502d3270e41f59c161" 2019-01-20 12:58:12,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9a55b6b-4097-48dd-8eb6-fc311817ebcd Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/00f62fa1d9d049f68839e52eede75861"}, "enabled": true, "id": "00f62fa1d9d049f68839e52eede75861", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-798d9f32-b466-474-proj"}} 2019-01-20 12:58:12,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/00f62fa1d9d049f68839e52eede75861 used request id req-f9a55b6b-4097-48dd-8eb6-fc311817ebcd 2019-01-20 12:58:12,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eed7fd87-70e6-4a94-81cb-5123d045d1bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" 2019-01-20 12:58:13,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-0486d273-f682-4d2d-ba1f-9759ef2c62b6 Date: Sun, 20 Jan 2019 12:58:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:03Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:03Z","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":"00f62fa1d9d049f68839e52eede75861","id":"12f6cf19-8b1b-4aa2-a1e9-a310ccbac202","subnetpool_id":null,"name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-subnet1"}]} 2019-01-20 12:58:13,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eed7fd87-70e6-4a94-81cb-5123d045d1bc used request id req-0486d273-f682-4d2d-ba1f-9759ef2c62b6 2019-01-20 12:58:13,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eed7fd87-70e6-4a94-81cb-5123d045d1bc&name=CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" 2019-01-20 12:58:13,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8ebf860e-9c43-4344-a1d9-45e4083aaab3 Date: Sun, 20 Jan 2019 12:58:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:03Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:03Z","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":"00f62fa1d9d049f68839e52eede75861","id":"12f6cf19-8b1b-4aa2-a1e9-a310ccbac202","subnetpool_id":null,"name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-subnet1"}]} 2019-01-20 12:58:13,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eed7fd87-70e6-4a94-81cb-5123d045d1bc&name=CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-subnet1 used request id req-8ebf860e-9c43-4344-a1d9-45e4083aaab3 2019-01-20 12:58:13,279 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-net1 2019-01-20 12:58:13,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" -d '{"port": {"network_id": "eed7fd87-70e6-4a94-81cb-5123d045d1bc", "fixed_ips": [{"subnet_id": "12f6cf19-8b1b-4aa2-a1e9-a310ccbac202", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-port1", "admin_state_up": true}}' 2019-01-20 12:58:14,485 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-bd966988-7c28-46ff-a820-bfe56b673a78 Date: Sun, 20 Jan 2019 12:58:14 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:13Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"12f6cf19-8b1b-4aa2-a1e9-a310ccbac202","ip_address":"10.200.201.1"}],"id":"131c5fdd-46b3-432d-be98-d7824f613464","security_groups":["f813e4b4-b42e-49c4-bb79-e69b19c1a92a"],"mac_address":"fa:16:3e:e0:a8:19","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-port1","project_id":"00f62fa1d9d049f68839e52eede75861","qos_policy_id":null,"admin_state_up":true,"network_id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:13Z","binding:vnic_type":"normal"}} 2019-01-20 12:58:14,485 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-bd966988-7c28-46ff-a820-bfe56b673a78 2019-01-20 12:58:14,486 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-port1 for router - CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-router 2019-01-20 12:58:14,486 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-router 2019-01-20 12:58:14,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/c1da402d-437c-44ef-ba5d-137316a1203f/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" -d '{"port_id": "131c5fdd-46b3-432d-be98-d7824f613464"}' 2019-01-20 12:58:16,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fc28af49-b10c-4d77-b6af-9d9d3bef8129 Date: Sun, 20 Jan 2019 12:58:16 GMT RESP BODY: {"network_id": "eed7fd87-70e6-4a94-81cb-5123d045d1bc", "tenant_id": "00f62fa1d9d049f68839e52eede75861", "subnet_id": "12f6cf19-8b1b-4aa2-a1e9-a310ccbac202", "subnet_ids": ["12f6cf19-8b1b-4aa2-a1e9-a310ccbac202"], "port_id": "131c5fdd-46b3-432d-be98-d7824f613464", "id": "c1da402d-437c-44ef-ba5d-137316a1203f"} 2019-01-20 12:58:16,360 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/c1da402d-437c-44ef-ba5d-137316a1203f/add_router_interface used request id req-fc28af49-b10c-4d77-b6af-9d9d3bef8129 2019-01-20 12:58:16,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/c1da402d-437c-44ef-ba5d-137316a1203f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" 2019-01-20 12:58:16,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-e8c4c004-e13a-41a1-af42-63daa7497031 Date: Sun, 20 Jan 2019 12:58:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "00f62fa1d9d049f68839e52eede75861", "created_at": "2019-01-20T12:58:06Z", "admin_state_up": true, "updated_at": "2019-01-20T12:58:15Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "00f62fa1d9d049f68839e52eede75861", "id": "c1da402d-437c-44ef-ba5d-137316a1203f", "name": "CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-router"}} 2019-01-20 12:58:16,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/c1da402d-437c-44ef-ba5d-137316a1203f used request id req-e8c4c004-e13a-41a1-af42-63daa7497031 2019-01-20 12:58:16,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=c1da402d-437c-44ef-ba5d-137316a1203f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" 2019-01-20 12:58:16,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 860 X-Openstack-Request-Id: req-f5167268-c470-4a53-bc0e-4450cd1b0b48 Date: Sun, 20 Jan 2019 12:58:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"12f6cf19-8b1b-4aa2-a1e9-a310ccbac202","ip_address":"10.200.201.1"}],"id":"131c5fdd-46b3-432d-be98-d7824f613464","security_groups":["f813e4b4-b42e-49c4-bb79-e69b19c1a92a"],"mac_address":"fa:16:3e:e0:a8:19","project_id":"00f62fa1d9d049f68839e52eede75861","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-port1","admin_state_up":true,"network_id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:13Z","binding:vnic_type":"normal","device_id":"c1da402d-437c-44ef-ba5d-137316a1203f"}]} 2019-01-20 12:58:16,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=c1da402d-437c-44ef-ba5d-137316a1203f used request id req-f5167268-c470-4a53-bc0e-4450cd1b0b48 2019-01-20 12:58:16,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/12f6cf19-8b1b-4aa2-a1e9-a310ccbac202 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" 2019-01-20 12:58:16,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-da8b0bea-f06c-47e6-8008-6b1d3b44f663 Date: Sun, 20 Jan 2019 12:58:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:03Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:03Z","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":"00f62fa1d9d049f68839e52eede75861","id":"12f6cf19-8b1b-4aa2-a1e9-a310ccbac202","subnetpool_id":null,"name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-subnet1"}} 2019-01-20 12:58:16,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/12f6cf19-8b1b-4aa2-a1e9-a310ccbac202 used request id req-da8b0bea-f06c-47e6-8008-6b1d3b44f663 2019-01-20 12:58:16,876 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:58:17,243 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6e0a1b33c4c84162bede564a0e81b1d8", "name": "CreateRouterSuccessTests-798d9f32-b466-474-proj-role"}], "expires_at": "2019-01-20T13:58:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00f62fa1d9d049f68839e52eede75861", "name": "CreateRouterSuccessTests-798d9f32-b466-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/00f62fa1d9d049f68839e52eede75861", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/00f62fa1d9d049f68839e52eede75861", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/00f62fa1d9d049f68839e52eede75861", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/00f62fa1d9d049f68839e52eede75861", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/00f62fa1d9d049f68839e52eede75861", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/00f62fa1d9d049f68839e52eede75861", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/00f62fa1d9d049f68839e52eede75861", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/00f62fa1d9d049f68839e52eede75861", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/00f62fa1d9d049f68839e52eede75861", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/00f62fa1d9d049f68839e52eede75861", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/00f62fa1d9d049f68839e52eede75861", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/00f62fa1d9d049f68839e52eede75861", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-798d9f32-b466-474-user", "id": "43e036337679478eb446140447d4610f"}, "audit_ids": ["L_Z6irNWSoSqC74VnNas3g"], "issued_at": "2019-01-20T12:58:17.000000Z"}} 2019-01-20 12:58:17,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f1de11744f599733224e367001a6b28667ad7b" 2019-01-20 12:58:17,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-c8b1822b-9f96-4c80-a2d1-260bb6684508 Date: Sun, 20 Jan 2019 12:58:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "00f62fa1d9d049f68839e52eede75861", "created_at": "2019-01-20T12:58:06Z", "admin_state_up": true, "updated_at": "2019-01-20T12:58:15Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "00f62fa1d9d049f68839e52eede75861", "id": "c1da402d-437c-44ef-ba5d-137316a1203f", "name": "CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-router"}]} 2019-01-20 12:58:17,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-router&admin_state_up=True used request id req-c8b1822b-9f96-4c80-a2d1-260bb6684508 2019-01-20 12:58:17,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:58:17,641 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:58: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:58:17,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/00f62fa1d9d049f68839e52eede75861 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7484d3b35a73aebe48f4be8a445e53ce5eaef51" 2019-01-20 12:58:17,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8b64098-ff30-4f66-b287-d9527f442688 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/00f62fa1d9d049f68839e52eede75861"}, "enabled": true, "id": "00f62fa1d9d049f68839e52eede75861", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-798d9f32-b466-474-proj"}} 2019-01-20 12:58:17,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/00f62fa1d9d049f68839e52eede75861 used request id req-e8b64098-ff30-4f66-b287-d9527f442688 2019-01-20 12:58:17,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=c1da402d-437c-44ef-ba5d-137316a1203f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f1de11744f599733224e367001a6b28667ad7b" 2019-01-20 12:58:17,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-5c6cef9a-e6cb-4346-b26b-00828f6cc8ca Date: Sun, 20 Jan 2019 12:58:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:17Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"12f6cf19-8b1b-4aa2-a1e9-a310ccbac202","ip_address":"10.200.201.1"}],"id":"131c5fdd-46b3-432d-be98-d7824f613464","security_groups":["f813e4b4-b42e-49c4-bb79-e69b19c1a92a"],"mac_address":"fa:16:3e:e0:a8:19","project_id":"00f62fa1d9d049f68839e52eede75861","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-port1","admin_state_up":true,"network_id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:13Z","binding:vnic_type":"normal","device_id":"c1da402d-437c-44ef-ba5d-137316a1203f"}]} 2019-01-20 12:58:17,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=c1da402d-437c-44ef-ba5d-137316a1203f used request id req-5c6cef9a-e6cb-4346-b26b-00828f6cc8ca 2019-01-20 12:58:17,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/12f6cf19-8b1b-4aa2-a1e9-a310ccbac202 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f1de11744f599733224e367001a6b28667ad7b" 2019-01-20 12:58:18,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8167a380-a43b-492b-b89c-c8123d1aadba Date: Sun, 20 Jan 2019 12:58:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:03Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:03Z","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":"00f62fa1d9d049f68839e52eede75861","id":"12f6cf19-8b1b-4aa2-a1e9-a310ccbac202","subnetpool_id":null,"name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-subnet1"}} 2019-01-20 12:58:18,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/12f6cf19-8b1b-4aa2-a1e9-a310ccbac202 used request id req-8167a380-a43b-492b-b89c-c8123d1aadba 2019-01-20 12:58:18,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f1de11744f599733224e367001a6b28667ad7b" 2019-01-20 12:58:18,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-ef37825a-1664-443c-b8b5-6ef8023c2691 Date: Sun, 20 Jan 2019 12:58:18 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 12:58:18,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-ef37825a-1664-443c-b8b5-6ef8023c2691 2019-01-20 12:58:18,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f1de11744f599733224e367001a6b28667ad7b" 2019-01-20 12:58:18,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e305cc3c-ea63-4673-980e-5fa38782154a Date: Sun, 20 Jan 2019 12:58:18 GMT RESP BODY: {"subnets":[]} 2019-01-20 12:58:18,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-e305cc3c-ea63-4673-980e-5fa38782154a 2019-01-20 12:58:18,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=eed7fd87-70e6-4a94-81cb-5123d045d1bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f1de11744f599733224e367001a6b28667ad7b" 2019-01-20 12:58:18,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-fb865a21-e7c2-4640-9751-866415bff8ff Date: Sun, 20 Jan 2019 12:58: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":["12f6cf19-8b1b-4aa2-a1e9-a310ccbac202"],"updated_at":"2019-01-20T12:58:03Z","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00f62fa1d9d049f68839e52eede75861","id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-net1"}]} 2019-01-20 12:58:18,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=eed7fd87-70e6-4a94-81cb-5123d045d1bc used request id req-fb865a21-e7c2-4640-9751-866415bff8ff 2019-01-20 12:58:18,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eed7fd87-70e6-4a94-81cb-5123d045d1bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f1de11744f599733224e367001a6b28667ad7b" 2019-01-20 12:58:18,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-4d1038e6-bf33-4062-b6da-3a8007ba287f Date: Sun, 20 Jan 2019 12:58:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:03Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:03Z","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":"00f62fa1d9d049f68839e52eede75861","id":"12f6cf19-8b1b-4aa2-a1e9-a310ccbac202","subnetpool_id":null,"name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-subnet1"}]} 2019-01-20 12:58:18,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eed7fd87-70e6-4a94-81cb-5123d045d1bc used request id req-4d1038e6-bf33-4062-b6da-3a8007ba287f 2019-01-20 12:58:18,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eed7fd87-70e6-4a94-81cb-5123d045d1bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f1de11744f599733224e367001a6b28667ad7b" 2019-01-20 12:58:19,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3147 X-Openstack-Request-Id: req-43df9a72-807b-4da3-b120-cc3f1c2f9c6d Date: Sun, 20 Jan 2019 12:58:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:18Z","device_owner":"network:ha_router_replicated_interface","revision_number":12,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"12f6cf19-8b1b-4aa2-a1e9-a310ccbac202","ip_address":"10.200.201.1"}],"id":"131c5fdd-46b3-432d-be98-d7824f613464","security_groups":["f813e4b4-b42e-49c4-bb79-e69b19c1a92a"],"mac_address":"fa:16:3e:e0:a8:19","project_id":"00f62fa1d9d049f68839e52eede75861","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-port1","admin_state_up":true,"network_id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:13Z","binding:vnic_type":"normal","device_id":"c1da402d-437c-44ef-ba5d-137316a1203f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"12f6cf19-8b1b-4aa2-a1e9-a310ccbac202","ip_address":"10.200.201.4"}],"id":"2a0f1902-b811-4ad4-a695-3be9bce57427","security_groups":[],"mac_address":"fa:16:3e:4e:67:e2","project_id":"00f62fa1d9d049f68839e52eede75861","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:05Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eed7fd87-70e6-4a94-81cb-5123d045d1bc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"12f6cf19-8b1b-4aa2-a1e9-a310ccbac202","ip_address":"10.200.201.3"}],"id":"55d92982-4746-4c96-8068-14c9ffd2856a","security_groups":[],"mac_address":"fa:16:3e:2c:5f:cf","project_id":"00f62fa1d9d049f68839e52eede75861","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eed7fd87-70e6-4a94-81cb-5123d045d1bc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"12f6cf19-8b1b-4aa2-a1e9-a310ccbac202","ip_address":"10.200.201.2"}],"id":"ee08f438-c32d-4480-ab85-86d0cc814397","security_groups":[],"mac_address":"fa:16:3e:fc:f2:24","project_id":"00f62fa1d9d049f68839e52eede75861","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:04Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eed7fd87-70e6-4a94-81cb-5123d045d1bc"}]} 2019-01-20 12:58:19,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eed7fd87-70e6-4a94-81cb-5123d045d1bc used request id req-43df9a72-807b-4da3-b120-cc3f1c2f9c6d 2019-01-20 12:58:19,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/12f6cf19-8b1b-4aa2-a1e9-a310ccbac202 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f1de11744f599733224e367001a6b28667ad7b" 2019-01-20 12:58:19,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9e8a799a-6071-4c1c-b401-2b591f4fd19e Date: Sun, 20 Jan 2019 12:58:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:03Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:03Z","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":"00f62fa1d9d049f68839e52eede75861","id":"12f6cf19-8b1b-4aa2-a1e9-a310ccbac202","subnetpool_id":null,"name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-subnet1"}} 2019-01-20 12:58:19,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/12f6cf19-8b1b-4aa2-a1e9-a310ccbac202 used request id req-9e8a799a-6071-4c1c-b401-2b591f4fd19e 2019-01-20 12:58:19,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=eed7fd87-70e6-4a94-81cb-5123d045d1bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f1de11744f599733224e367001a6b28667ad7b" 2019-01-20 12:58:19,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-41ea0b3c-72f0-42ab-9a91-ca0db4054192 Date: Sun, 20 Jan 2019 12:58:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["12f6cf19-8b1b-4aa2-a1e9-a310ccbac202"],"updated_at":"2019-01-20T12:58:03Z","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"00f62fa1d9d049f68839e52eede75861","id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-net1"}]} 2019-01-20 12:58:19,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=eed7fd87-70e6-4a94-81cb-5123d045d1bc used request id req-41ea0b3c-72f0-42ab-9a91-ca0db4054192 2019-01-20 12:58:19,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eed7fd87-70e6-4a94-81cb-5123d045d1bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29f1de11744f599733224e367001a6b28667ad7b" 2019-01-20 12:58:19,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-5f24a8d8-da8f-453c-9061-d5b1229204e3 Date: Sun, 20 Jan 2019 12:58:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eed7fd87-70e6-4a94-81cb-5123d045d1bc","tenant_id":"00f62fa1d9d049f68839e52eede75861","created_at":"2019-01-20T12:58:03Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:03Z","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":"00f62fa1d9d049f68839e52eede75861","id":"12f6cf19-8b1b-4aa2-a1e9-a310ccbac202","subnetpool_id":null,"name":"CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-subnet1"}]} 2019-01-20 12:58:19,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eed7fd87-70e6-4a94-81cb-5123d045d1bc used request id req-5f24a8d8-da8f-453c-9061-d5b1229204e3 2019-01-20 12:58:19,513 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-router and port CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-port1 2019-01-20 12:58:19,513 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-router 2019-01-20 12:58:19,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/c1da402d-437c-44ef-ba5d-137316a1203f/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" -d '{"port_id": "131c5fdd-46b3-432d-be98-d7824f613464"}' 2019-01-20 12:58:20,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c3438e9a-6495-4be3-81ed-2b6354b0978c Date: Sun, 20 Jan 2019 12:58:20 GMT RESP BODY: {"network_id": "eed7fd87-70e6-4a94-81cb-5123d045d1bc", "tenant_id": "00f62fa1d9d049f68839e52eede75861", "subnet_id": "12f6cf19-8b1b-4aa2-a1e9-a310ccbac202", "subnet_ids": ["12f6cf19-8b1b-4aa2-a1e9-a310ccbac202"], "port_id": "131c5fdd-46b3-432d-be98-d7824f613464", "id": "c1da402d-437c-44ef-ba5d-137316a1203f"} 2019-01-20 12:58:20,910 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/c1da402d-437c-44ef-ba5d-137316a1203f/remove_router_interface used request id req-c3438e9a-6495-4be3-81ed-2b6354b0978c 2019-01-20 12:58:20,910 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-router 2019-01-20 12:58:20,910 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-router 2019-01-20 12:58:20,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/c1da402d-437c-44ef-ba5d-137316a1203f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b95bfe32f69d994da60a24bb6980ef01db43dd51" 2019-01-20 12:58:24,339 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f67cbfe3-3bcf-4c03-88d3-f00e29562c33 Content-Length: 0 Date: Sun, 20 Jan 2019 12:58:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:58:24,339 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/c1da402d-437c-44ef-ba5d-137316a1203f used request id req-f67cbfe3-3bcf-4c03-88d3-f00e29562c33 2019-01-20 12:58:24,340 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-subnet1 2019-01-20 12:58:24,340 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-subnet1 2019-01-20 12:58:24,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/12f6cf19-8b1b-4aa2-a1e9-a310ccbac202 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ac1fba1887c5a60193fd2d02d746e7ba23fe60" 2019-01-20 12:58:26,505 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-22a9975b-3303-41e0-8130-db0e050897d7 Date: Sun, 20 Jan 2019 12:58:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:58:26,505 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/12f6cf19-8b1b-4aa2-a1e9-a310ccbac202 used request id req-22a9975b-3303-41e0-8130-db0e050897d7 2019-01-20 12:58:26,505 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-5c6cd98b-d3ac-46da-9ad3-19b0e98350a2-pub-net1 2019-01-20 12:58:26,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/eed7fd87-70e6-4a94-81cb-5123d045d1bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ac1fba1887c5a60193fd2d02d746e7ba23fe60" 2019-01-20 12:58:27,782 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-beacc639-61e3-4dbf-8f56-84a4232143e5 Date: Sun, 20 Jan 2019 12:58:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:58:27,783 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/eed7fd87-70e6-4a94-81cb-5123d045d1bc used request id req-beacc639-61e3-4dbf-8f56-84a4232143e5 2019-01-20 12:58:27,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb313637c9d3bedab874c4d26ee16736c2e1562a" 2019-01-20 12:58:27,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-8f0290fd-0985-46b5-baca-44d3074a11f5 Date: Sun, 20 Jan 2019 12:58:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "00f62fa1d9d049f68839e52eede75861", "created_at": "2019-01-20T12:58:02Z", "updated_at": "2019-01-20T12:58:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:58:02Z", "revision_number": 0, "id": "0644c2a2-2aec-4755-b0f8-8fe38a35448d", "remote_group_id": "f813e4b4-b42e-49c4-bb79-e69b19c1a92a", "remote_ip_prefix": null, "created_at": "2019-01-20T12:58:02Z", "security_group_id": "f813e4b4-b42e-49c4-bb79-e69b19c1a92a", "tenant_id": "00f62fa1d9d049f68839e52eede75861", "port_range_min": null, "ethertype": "IPv6", "project_id": "00f62fa1d9d049f68839e52eede75861"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:58:02Z", "revision_number": 0, "id": "60bfd2fb-899e-4c2c-acf6-97069b9d477b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:58:02Z", "security_group_id": "f813e4b4-b42e-49c4-bb79-e69b19c1a92a", "tenant_id": "00f62fa1d9d049f68839e52eede75861", "port_range_min": null, "ethertype": "IPv6", "project_id": "00f62fa1d9d049f68839e52eede75861"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:58:02Z", "revision_number": 0, "id": "d586c89b-00d2-492b-aff6-c62578736f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:58:02Z", "security_group_id": "f813e4b4-b42e-49c4-bb79-e69b19c1a92a", "tenant_id": "00f62fa1d9d049f68839e52eede75861", "port_range_min": null, "ethertype": "IPv4", "project_id": "00f62fa1d9d049f68839e52eede75861"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:58:02Z", "revision_number": 0, "id": "e41fd343-f1d3-41a4-8234-52e529111409", "remote_group_id": "f813e4b4-b42e-49c4-bb79-e69b19c1a92a", "remote_ip_prefix": null, "created_at": "2019-01-20T12:58:02Z", "security_group_id": "f813e4b4-b42e-49c4-bb79-e69b19c1a92a", "tenant_id": "00f62fa1d9d049f68839e52eede75861", "port_range_min": null, "ethertype": "IPv4", "project_id": "00f62fa1d9d049f68839e52eede75861"}], "revision_number": 4, "project_id": "00f62fa1d9d049f68839e52eede75861", "id": "f813e4b4-b42e-49c4-bb79-e69b19c1a92a", "name": "default"}]} 2019-01-20 12:58:27,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-8f0290fd-0985-46b5-baca-44d3074a11f5 2019-01-20 12:58:28,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb313637c9d3bedab874c4d26ee16736c2e1562a" 2019-01-20 12:58:28,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-727b9aef-0c58-4af7-925a-2e047a497738 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:58:28,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-727b9aef-0c58-4af7-925a-2e047a497738 2019-01-20 12:58:28,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb313637c9d3bedab874c4d26ee16736c2e1562a" 2019-01-20 12:58:28,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de6b7e10-6928-4d78-bc8c-2e9efea2d891 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:58:28,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-de6b7e10-6928-4d78-bc8c-2e9efea2d891 2019-01-20 12:58:28,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb313637c9d3bedab874c4d26ee16736c2e1562a" 2019-01-20 12:58:28,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44808930-90cd-49bf-bc1a-c0e3cced4ae0 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:58:28,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-44808930-90cd-49bf-bc1a-c0e3cced4ae0 2019-01-20 12:58:28,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/00f62fa1d9d049f68839e52eede75861 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb313637c9d3bedab874c4d26ee16736c2e1562a" 2019-01-20 12:58:28,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46fc9b57-567a-4a68-8ac9-1dfb10007781 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/00f62fa1d9d049f68839e52eede75861"}, "enabled": true, "id": "00f62fa1d9d049f68839e52eede75861", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-798d9f32-b466-474-proj"}} 2019-01-20 12:58:28,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/00f62fa1d9d049f68839e52eede75861 used request id req-46fc9b57-567a-4a68-8ac9-1dfb10007781 2019-01-20 12:58:28,385 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f813e4b4-b42e-49c4-bb79-e69b19c1a92a 2019-01-20 12:58:28,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f813e4b4-b42e-49c4-bb79-e69b19c1a92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb313637c9d3bedab874c4d26ee16736c2e1562a" 2019-01-20 12:58:28,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4931a5e1-4f73-4110-8ba0-da34967f36e7 Date: Sun, 20 Jan 2019 12:58:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "f813e4b4-b42e-49c4-bb79-e69b19c1a92a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:58:02Z", "security_group_id": "f813e4b4-b42e-49c4-bb79-e69b19c1a92a", "port_range_min": null, "revision_number": 0, "tenant_id": "00f62fa1d9d049f68839e52eede75861", "created_at": "2019-01-20T12:58:02Z", "project_id": "00f62fa1d9d049f68839e52eede75861", "id": "0644c2a2-2aec-4755-b0f8-8fe38a35448d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:58:02Z", "security_group_id": "f813e4b4-b42e-49c4-bb79-e69b19c1a92a", "port_range_min": null, "revision_number": 0, "tenant_id": "00f62fa1d9d049f68839e52eede75861", "created_at": "2019-01-20T12:58:02Z", "project_id": "00f62fa1d9d049f68839e52eede75861", "id": "60bfd2fb-899e-4c2c-acf6-97069b9d477b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:58:02Z", "security_group_id": "f813e4b4-b42e-49c4-bb79-e69b19c1a92a", "port_range_min": null, "revision_number": 0, "tenant_id": "00f62fa1d9d049f68839e52eede75861", "created_at": "2019-01-20T12:58:02Z", "project_id": "00f62fa1d9d049f68839e52eede75861", "id": "d586c89b-00d2-492b-aff6-c62578736f74"}, {"remote_group_id": "f813e4b4-b42e-49c4-bb79-e69b19c1a92a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:58:02Z", "security_group_id": "f813e4b4-b42e-49c4-bb79-e69b19c1a92a", "port_range_min": null, "revision_number": 0, "tenant_id": "00f62fa1d9d049f68839e52eede75861", "created_at": "2019-01-20T12:58:02Z", "project_id": "00f62fa1d9d049f68839e52eede75861", "id": "e41fd343-f1d3-41a4-8234-52e529111409"}]} 2019-01-20 12:58:28,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f813e4b4-b42e-49c4-bb79-e69b19c1a92a used request id req-4931a5e1-4f73-4110-8ba0-da34967f36e7 2019-01-20 12:58:28,578 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 12:58:28,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/f813e4b4-b42e-49c4-bb79-e69b19c1a92a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb313637c9d3bedab874c4d26ee16736c2e1562a" 2019-01-20 12:58:28,946 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2b25a1c0-a7b1-47ca-8ead-4d047e6099a6 Content-Length: 0 Date: Sun, 20 Jan 2019 12:58:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:58:28,946 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/f813e4b4-b42e-49c4-bb79-e69b19c1a92a used request id req-2b25a1c0-a7b1-47ca-8ead-4d047e6099a6 2019-01-20 12:58:28,947 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-798d9f32-b466-474-proj 2019-01-20 12:58:28,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/00f62fa1d9d049f68839e52eede75861 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb313637c9d3bedab874c4d26ee16736c2e1562a" 2019-01-20 12:58:29,161 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:58:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3196c501-8e03-4af3-aef2-98bcabe974e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:58:29,162 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/00f62fa1d9d049f68839e52eede75861 used request id req-3196c501-8e03-4af3-aef2-98bcabe974e7 2019-01-20 12:58:29,162 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-798d9f32-b466-474-proj-role 2019-01-20 12:58:29,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/6e0a1b33c4c84162bede564a0e81b1d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb313637c9d3bedab874c4d26ee16736c2e1562a" 2019-01-20 12:58:29,289 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:58:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d164580-7080-4bd4-85ac-b4db7d44bf8b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:58:29,289 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/6e0a1b33c4c84162bede564a0e81b1d8 used request id req-9d164580-7080-4bd4-85ac-b4db7d44bf8b 2019-01-20 12:58:29,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb313637c9d3bedab874c4d26ee16736c2e1562a" 2019-01-20 12:58:29,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d70f31d0-cb32-4428-9fa7-2f4ffbffdc1e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:58:29,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d70f31d0-cb32-4428-9fa7-2f4ffbffdc1e 2019-01-20 12:58:29,378 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-798d9f32-b466-474-user 2019-01-20 12:58:29,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/43e036337679478eb446140447d4610f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}510f04579117dbabcf3100fb263c55afdedc413d" 2019-01-20 12:58:29,560 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:58:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0091c7d-8d6a-4e1c-a211-c00eabf7dfa0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:58:29,560 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/43e036337679478eb446140447d4610f used request id req-e0091c7d-8d6a-4e1c-a211-c00eabf7dfa0 2019-01-20 12:58:29,562 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:58:29,958 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:58:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["1vlibmXRQe-b5xFyodxQRg"], "issued_at": "2019-01-20T12:58:29.000000Z"}} 2019-01-20 12:58:29,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87336b2d1847ea0365ab66c5d5068ca2c65abb06" 2019-01-20 12:58:30,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdd464b2-ac7b-4e78-b9db-bd982c50bf31 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:58:30,040 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fdd464b2-ac7b-4e78-b9db-bd982c50bf31 2019-01-20 12:58:30,042 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:58:30,043 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:58:30,430 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:58:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["EQEPOa3KQYW-ls8fpUv8nA"], "issued_at": "2019-01-20T12:58:30.000000Z"}} 2019-01-20 12:58:30,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0450d174ef9db4ff947107278ea7c2a302a1fc31" 2019-01-20 12:58:30,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02aa0dd1-d2a2-4b6a-b4a9-2166650e6faa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:58:30,518 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-02aa0dd1-d2a2-4b6a-b4a9-2166650e6faa 2019-01-20 12:58:30,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:58:30,529 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:58:30,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0450d174ef9db4ff947107278ea7c2a302a1fc31" 2019-01-20 12:58:30,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bc2c7f3-6081-49f3-950b-05c99ed38e3f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:58:30,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj used request id req-2bc2c7f3-6081-49f3-950b-05c99ed38e3f 2019-01-20 12:58:30,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0450d174ef9db4ff947107278ea7c2a302a1fc31" 2019-01-20 12:58:30,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab5e9fa1-3e06-40a8-9c67-05501ef780c0 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:58:30,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-ab5e9fa1-3e06-40a8-9c67-05501ef780c0 2019-01-20 12:58:30,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0450d174ef9db4ff947107278ea7c2a302a1fc31" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj"}}' 2019-01-20 12:58:30,835 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:58:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a5ccb8f-ff59-48a4-adad-516f88ed7baa Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/99b0ca3031354c69864b4945cee735f2"}, "enabled": true, "id": "99b0ca3031354c69864b4945cee735f2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj"}} 2019-01-20 12:58:30,835 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-1a5ccb8f-ff59-48a4-adad-516f88ed7baa 2019-01-20 12:58:30,835 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj 2019-01-20 12:58:30,836 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:58:30,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:58:31,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:58:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["SrvnSmQESHyOLRMXILZ_7g"], "issued_at": "2019-01-20T12:58:31.000000Z"}} 2019-01-20 12:58:31,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3df02f77cfb9972c29278c306119d3575d901768" 2019-01-20 12:58:31,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ebedfb7-4973-4ea5-9457-90ba47006c2e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:58:31,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9ebedfb7-4973-4ea5-9457-90ba47006c2e 2019-01-20 12:58:31,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:58:31,335 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:58:31,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3df02f77cfb9972c29278c306119d3575d901768" 2019-01-20 12:58:31,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de1918c7-53b5-49d0-84fc-199699b1c5a4 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:58:31,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-de1918c7-53b5-49d0-84fc-199699b1c5a4 2019-01-20 12:58:31,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3df02f77cfb9972c29278c306119d3575d901768" 2019-01-20 12:58:31,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70f5a248-9d25-45e2-9bc2-c2dd95fb7967 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/99b0ca3031354c69864b4945cee735f2"}, "enabled": true, "id": "99b0ca3031354c69864b4945cee735f2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj"}]} 2019-01-20 12:58:31,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj used request id req-70f5a248-9d25-45e2-9bc2-c2dd95fb7967 2019-01-20 12:58:31,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3df02f77cfb9972c29278c306119d3575d901768" 2019-01-20 12:58:31,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0330d7b-aefa-41ff-a1ce-2b054d3bf4cc Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:58:31,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-c0330d7b-aefa-41ff-a1ce-2b054d3bf4cc 2019-01-20 12:58:32,002 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-d4a0af8e-ea32-42f-user 2019-01-20 12:58:32,003 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:58:32,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0450d174ef9db4ff947107278ea7c2a302a1fc31" 2019-01-20 12:58:32,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aeb5f5a7-5fb9-4589-a58f-252c129a9a42 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:58:32,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-aeb5f5a7-5fb9-4589-a58f-252c129a9a42 2019-01-20 12:58:32,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0450d174ef9db4ff947107278ea7c2a302a1fc31" -d '{"role": {"name": "CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj-role"}}' 2019-01-20 12:58:32,217 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:58:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f72c2b0d-ae60-4f53-9e31-308308665a6e Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bec7f5500f394d5b946dc9a18649f677", "links": {"self": "http://172.30.9.22:5000/v3/roles/bec7f5500f394d5b946dc9a18649f677"}, "name": "CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj-role"}} 2019-01-20 12:58:32,218 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-f72c2b0d-ae60-4f53-9e31-308308665a6e 2019-01-20 12:58:32,218 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj-role 2019-01-20 12:58:32,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/bec7f5500f394d5b946dc9a18649f677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0450d174ef9db4ff947107278ea7c2a302a1fc31" 2019-01-20 12:58:32,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f799f965-bda9-4ece-859d-08ca51defec3 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/bec7f5500f394d5b946dc9a18649f677"}, "domain_id": null, "name": "CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj-role", "id": "bec7f5500f394d5b946dc9a18649f677"}} 2019-01-20 12:58:32,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/bec7f5500f394d5b946dc9a18649f677 used request id req-f799f965-bda9-4ece-859d-08ca51defec3 2019-01-20 12:58:32,312 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj-role to project CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj 2019-01-20 12:58:32,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/99b0ca3031354c69864b4945cee735f2/users/6dcd5535366c4cd4a5b60a7843b7e231/roles/bec7f5500f394d5b946dc9a18649f677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0450d174ef9db4ff947107278ea7c2a302a1fc31" 2019-01-20 12:58:32,460 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:58:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6fdcaf8-8db4-4912-a3a9-7177828a847b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:58:32,460 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/99b0ca3031354c69864b4945cee735f2/users/6dcd5535366c4cd4a5b60a7843b7e231/roles/bec7f5500f394d5b946dc9a18649f677 used request id req-e6fdcaf8-8db4-4912-a3a9-7177828a847b 2019-01-20 12:58:32,461 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:58:32,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:58:32,837 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:58:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["wMnUC9B4RCCrTxXQTVgUnQ"], "issued_at": "2019-01-20T12:58:32.000000Z"}} 2019-01-20 12:58:32,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac53053ae5d5fca635803c32f69c223f6c73afa5" 2019-01-20 12:58:32,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8490fea8-8cb7-4be3-947f-53bea1b922f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:58:32,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8490fea8-8cb7-4be3-947f-53bea1b922f9 2019-01-20 12:58:32,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-e5063aef-7a5d-4c19-9dd4-9d1def6f0916-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac53053ae5d5fca635803c32f69c223f6c73afa5" 2019-01-20 12:58:33,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0b5093c9-7524-416e-a456-256b5884dcd5 Date: Sun, 20 Jan 2019 12:58:33 GMT RESP BODY: {"routers": []} 2019-01-20 12:58:33,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-e5063aef-7a5d-4c19-9dd4-9d1def6f0916-pub-router&admin_state_up=True used request id req-0b5093c9-7524-416e-a456-256b5884dcd5 2019-01-20 12:58:33,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:58:33,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:58:33,622 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:58:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["4FmXars6QzOjxWsKspvkTw"], "issued_at": "2019-01-20T12:58:33.000000Z"}} 2019-01-20 12:58:33,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}996647de7159dcea585f74c20501280b4066663b" 2019-01-20 12:58:33,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81aed9a1-02ed-4f3e-8a8f-50688acd225c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:58:33,705 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-81aed9a1-02ed-4f3e-8a8f-50688acd225c 2019-01-20 12:58:33,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:58:33,714 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:58: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:58:33,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}996647de7159dcea585f74c20501280b4066663b" 2019-01-20 12:58:33,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d0a65e9-3707-431d-ab1f-7731cdf5c921 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/99b0ca3031354c69864b4945cee735f2"}, "enabled": true, "id": "99b0ca3031354c69864b4945cee735f2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj"}]} 2019-01-20 12:58:33,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj used request id req-6d0a65e9-3707-431d-ab1f-7731cdf5c921 2019-01-20 12:58:33,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac53053ae5d5fca635803c32f69c223f6c73afa5" 2019-01-20 12:58:34,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-248e3a66-37fa-483b-a832-b0d6bbb1cb26 Date: Sun, 20 Jan 2019 12:58:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 12:58:34,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-248e3a66-37fa-483b-a832-b0d6bbb1cb26 2019-01-20 12:58:34,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac53053ae5d5fca635803c32f69c223f6c73afa5" 2019-01-20 12:58:34,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-ad9089f2-740a-404e-92fb-63c14c48e5e2 Date: Sun, 20 Jan 2019 12:58:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-20 12:58:34,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-ad9089f2-740a-404e-92fb-63c14c48e5e2 2019-01-20 12:58:34,277 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-e5063aef-7a5d-4c19-9dd4-9d1def6f0916-pub-router 2019-01-20 12:58:34,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac53053ae5d5fca635803c32f69c223f6c73afa5" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "tenant_id": "99b0ca3031354c69864b4945cee735f2", "name": "CreateRouterSuccessTests-e5063aef-7a5d-4c19-9dd4-9d1def6f0916-pub-router", "admin_state_up": true}}' 2019-01-20 12:58:39,285 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-529b17fd-3e59-4d49-81d5-6c4928d723e3 Date: Sun, 20 Jan 2019 12:58:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "99b0ca3031354c69864b4945cee735f2", "created_at": "2019-01-20T12:58:34Z", "admin_state_up": true, "updated_at": "2019-01-20T12:58:35Z", "project_id": "99b0ca3031354c69864b4945cee735f2", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "b39c71c2-e813-445c-b4fe-cabdd79e724d", "name": "CreateRouterSuccessTests-e5063aef-7a5d-4c19-9dd4-9d1def6f0916-pub-router"}} 2019-01-20 12:58:39,285 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-529b17fd-3e59-4d49-81d5-6c4928d723e3 2019-01-20 12:58:39,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=b39c71c2-e813-445c-b4fe-cabdd79e724d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac53053ae5d5fca635803c32f69c223f6c73afa5" 2019-01-20 12:58:39,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-3d319b05-7e7c-496b-a758-886d7f7c2c06 Date: Sun, 20 Jan 2019 12:58:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:37Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d05ea15-76f8-4a63-b400-d103749d2260","ip_address":"169.254.192.8"}],"id":"71b90506-6518-419b-bfd8-c9588b66bef0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:00:77:81","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 99b0ca3031354c69864b4945cee735f2","admin_state_up":true,"network_id":"7824a722-34a4-460b-a227-247ed9ccd02b","tenant_id":"","created_at":"2019-01-20T12:58:37Z","binding:vnic_type":"normal","device_id":"b39c71c2-e813-445c-b4fe-cabdd79e724d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:36Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d05ea15-76f8-4a63-b400-d103749d2260","ip_address":"169.254.192.4"}],"id":"a9e57b9d-61b8-4b9f-bde9-427787e75b0b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5d:f7:7b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 99b0ca3031354c69864b4945cee735f2","admin_state_up":true,"network_id":"7824a722-34a4-460b-a227-247ed9ccd02b","tenant_id":"","created_at":"2019-01-20T12:58:36Z","binding:vnic_type":"normal","device_id":"b39c71c2-e813-445c-b4fe-cabdd79e724d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:35Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.202"}],"id":"e4ad69d4-47bb-4f9b-bcdf-a5c265b0accf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cb:13:c6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"","created_at":"2019-01-20T12:58:35Z","binding:vnic_type":"normal","device_id":"b39c71c2-e813-445c-b4fe-cabdd79e724d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:38Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d05ea15-76f8-4a63-b400-d103749d2260","ip_address":"169.254.192.9"}],"id":"e9273ee1-1730-4c49-82d4-d83680c1d707","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:21:59:78","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 99b0ca3031354c69864b4945cee735f2","admin_state_up":true,"network_id":"7824a722-34a4-460b-a227-247ed9ccd02b","tenant_id":"","created_at":"2019-01-20T12:58:38Z","binding:vnic_type":"normal","device_id":"b39c71c2-e813-445c-b4fe-cabdd79e724d"}]} 2019-01-20 12:58:39,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=b39c71c2-e813-445c-b4fe-cabdd79e724d used request id req-3d319b05-7e7c-496b-a758-886d7f7c2c06 2019-01-20 12:58:39,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac53053ae5d5fca635803c32f69c223f6c73afa5" 2019-01-20 12:58:39,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-591a445d-af59-43f7-806d-9675a4c1ca75 Date: Sun, 20 Jan 2019 12:58:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 12:58:39,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-591a445d-af59-43f7-806d-9675a4c1ca75 2019-01-20 12:58:39,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/0d05ea15-76f8-4a63-b400-d103749d2260 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac53053ae5d5fca635803c32f69c223f6c73afa5" 2019-01-20 12:58:39,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-19689704-7179-4810-a267-dab9fbc30e1a Date: Sun, 20 Jan 2019 12:58:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"7824a722-34a4-460b-a227-247ed9ccd02b","tenant_id":"","created_at":"2019-01-20T12:58:34Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:34Z","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":"0d05ea15-76f8-4a63-b400-d103749d2260","subnetpool_id":null,"name":"HA subnet tenant 99b0ca3031354c69864b4945cee735f2"}} 2019-01-20 12:58:39,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/0d05ea15-76f8-4a63-b400-d103749d2260 used request id req-19689704-7179-4810-a267-dab9fbc30e1a 2019-01-20 12:58:39,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/0d05ea15-76f8-4a63-b400-d103749d2260 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac53053ae5d5fca635803c32f69c223f6c73afa5" 2019-01-20 12:58:40,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-7f874321-7c3b-4716-a051-5272d175e1de Date: Sun, 20 Jan 2019 12:58:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"7824a722-34a4-460b-a227-247ed9ccd02b","tenant_id":"","created_at":"2019-01-20T12:58:34Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:34Z","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":"0d05ea15-76f8-4a63-b400-d103749d2260","subnetpool_id":null,"name":"HA subnet tenant 99b0ca3031354c69864b4945cee735f2"}} 2019-01-20 12:58:40,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/0d05ea15-76f8-4a63-b400-d103749d2260 used request id req-7f874321-7c3b-4716-a051-5272d175e1de 2019-01-20 12:58:40,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/0d05ea15-76f8-4a63-b400-d103749d2260 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac53053ae5d5fca635803c32f69c223f6c73afa5" 2019-01-20 12:58:40,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2c6b4e8e-441e-4579-92c3-01d38dc12301 Date: Sun, 20 Jan 2019 12:58:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"7824a722-34a4-460b-a227-247ed9ccd02b","tenant_id":"","created_at":"2019-01-20T12:58:34Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:34Z","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":"0d05ea15-76f8-4a63-b400-d103749d2260","subnetpool_id":null,"name":"HA subnet tenant 99b0ca3031354c69864b4945cee735f2"}} 2019-01-20 12:58:40,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/0d05ea15-76f8-4a63-b400-d103749d2260 used request id req-2c6b4e8e-441e-4579-92c3-01d38dc12301 2019-01-20 12:58:40,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/b39c71c2-e813-445c-b4fe-cabdd79e724d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac53053ae5d5fca635803c32f69c223f6c73afa5" 2019-01-20 12:58:40,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-036812de-d0cb-40a2-9e69-23c1089da93b Date: Sun, 20 Jan 2019 12:58:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "99b0ca3031354c69864b4945cee735f2", "created_at": "2019-01-20T12:58:34Z", "admin_state_up": true, "updated_at": "2019-01-20T12:58:38Z", "project_id": "99b0ca3031354c69864b4945cee735f2", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "b39c71c2-e813-445c-b4fe-cabdd79e724d", "name": "CreateRouterSuccessTests-e5063aef-7a5d-4c19-9dd4-9d1def6f0916-pub-router"}} 2019-01-20 12:58:40,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/b39c71c2-e813-445c-b4fe-cabdd79e724d used request id req-036812de-d0cb-40a2-9e69-23c1089da93b 2019-01-20 12:58:40,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=b39c71c2-e813-445c-b4fe-cabdd79e724d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac53053ae5d5fca635803c32f69c223f6c73afa5" 2019-01-20 12:58:40,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-1273d686-c7f2-488d-b9a2-32387cb056ed Date: Sun, 20 Jan 2019 12:58:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:37Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d05ea15-76f8-4a63-b400-d103749d2260","ip_address":"169.254.192.8"}],"id":"71b90506-6518-419b-bfd8-c9588b66bef0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:00:77:81","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 99b0ca3031354c69864b4945cee735f2","admin_state_up":true,"network_id":"7824a722-34a4-460b-a227-247ed9ccd02b","tenant_id":"","created_at":"2019-01-20T12:58:37Z","binding:vnic_type":"normal","device_id":"b39c71c2-e813-445c-b4fe-cabdd79e724d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:40Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d05ea15-76f8-4a63-b400-d103749d2260","ip_address":"169.254.192.4"}],"id":"a9e57b9d-61b8-4b9f-bde9-427787e75b0b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5d:f7:7b","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 99b0ca3031354c69864b4945cee735f2","admin_state_up":true,"network_id":"7824a722-34a4-460b-a227-247ed9ccd02b","tenant_id":"","created_at":"2019-01-20T12:58:36Z","binding:vnic_type":"normal","device_id":"b39c71c2-e813-445c-b4fe-cabdd79e724d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:40Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.202"}],"id":"e4ad69d4-47bb-4f9b-bcdf-a5c265b0accf","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cb:13:c6","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":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"","created_at":"2019-01-20T12:58:35Z","binding:vnic_type":"normal","device_id":"b39c71c2-e813-445c-b4fe-cabdd79e724d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:38Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0d05ea15-76f8-4a63-b400-d103749d2260","ip_address":"169.254.192.9"}],"id":"e9273ee1-1730-4c49-82d4-d83680c1d707","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:21:59:78","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 99b0ca3031354c69864b4945cee735f2","admin_state_up":true,"network_id":"7824a722-34a4-460b-a227-247ed9ccd02b","tenant_id":"","created_at":"2019-01-20T12:58:38Z","binding:vnic_type":"normal","device_id":"b39c71c2-e813-445c-b4fe-cabdd79e724d"}]} 2019-01-20 12:58:40,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=b39c71c2-e813-445c-b4fe-cabdd79e724d used request id req-1273d686-c7f2-488d-b9a2-32387cb056ed 2019-01-20 12:58:40,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac53053ae5d5fca635803c32f69c223f6c73afa5" 2019-01-20 12:58:40,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-32a90b0e-3e49-4bdf-8af3-946e3c294734 Date: Sun, 20 Jan 2019 12:58:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 12:58:40,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-32a90b0e-3e49-4bdf-8af3-946e3c294734 2019-01-20 12:58:40,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/0d05ea15-76f8-4a63-b400-d103749d2260 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac53053ae5d5fca635803c32f69c223f6c73afa5" 2019-01-20 12:58:40,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-11648351-56fa-453c-867a-615bbf2a71a0 Date: Sun, 20 Jan 2019 12:58:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"7824a722-34a4-460b-a227-247ed9ccd02b","tenant_id":"","created_at":"2019-01-20T12:58:34Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:34Z","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":"0d05ea15-76f8-4a63-b400-d103749d2260","subnetpool_id":null,"name":"HA subnet tenant 99b0ca3031354c69864b4945cee735f2"}} 2019-01-20 12:58:40,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/0d05ea15-76f8-4a63-b400-d103749d2260 used request id req-11648351-56fa-453c-867a-615bbf2a71a0 2019-01-20 12:58:40,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/0d05ea15-76f8-4a63-b400-d103749d2260 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac53053ae5d5fca635803c32f69c223f6c73afa5" 2019-01-20 12:58:40,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-65070104-8f91-4ce3-9339-3274ec6db556 Date: Sun, 20 Jan 2019 12:58:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"7824a722-34a4-460b-a227-247ed9ccd02b","tenant_id":"","created_at":"2019-01-20T12:58:34Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:34Z","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":"0d05ea15-76f8-4a63-b400-d103749d2260","subnetpool_id":null,"name":"HA subnet tenant 99b0ca3031354c69864b4945cee735f2"}} 2019-01-20 12:58:40,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/0d05ea15-76f8-4a63-b400-d103749d2260 used request id req-65070104-8f91-4ce3-9339-3274ec6db556 2019-01-20 12:58:40,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/0d05ea15-76f8-4a63-b400-d103749d2260 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac53053ae5d5fca635803c32f69c223f6c73afa5" 2019-01-20 12:58:40,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c7d39c0a-d3aa-4517-8cad-a0d9349b135c Date: Sun, 20 Jan 2019 12:58:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"7824a722-34a4-460b-a227-247ed9ccd02b","tenant_id":"","created_at":"2019-01-20T12:58:34Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:34Z","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":"0d05ea15-76f8-4a63-b400-d103749d2260","subnetpool_id":null,"name":"HA subnet tenant 99b0ca3031354c69864b4945cee735f2"}} 2019-01-20 12:58:40,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/0d05ea15-76f8-4a63-b400-d103749d2260 used request id req-c7d39c0a-d3aa-4517-8cad-a0d9349b135c 2019-01-20 12:58:40,729 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:58:41,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bec7f5500f394d5b946dc9a18649f677", "name": "CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj-role"}], "expires_at": "2019-01-20T13:58:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99b0ca3031354c69864b4945cee735f2", "name": "CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/99b0ca3031354c69864b4945cee735f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/99b0ca3031354c69864b4945cee735f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/99b0ca3031354c69864b4945cee735f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/99b0ca3031354c69864b4945cee735f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/99b0ca3031354c69864b4945cee735f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/99b0ca3031354c69864b4945cee735f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/99b0ca3031354c69864b4945cee735f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/99b0ca3031354c69864b4945cee735f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/99b0ca3031354c69864b4945cee735f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/99b0ca3031354c69864b4945cee735f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/99b0ca3031354c69864b4945cee735f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/99b0ca3031354c69864b4945cee735f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-d4a0af8e-ea32-42f-user", "id": "6dcd5535366c4cd4a5b60a7843b7e231"}, "audit_ids": ["60vsFFYiSOSKlqIXmaig1g"], "issued_at": "2019-01-20T12:58:41.000000Z"}} 2019-01-20 12:58:41,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-e5063aef-7a5d-4c19-9dd4-9d1def6f0916-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af406a5ef637927b162c79dcc32c89377b83376" 2019-01-20 12:58:41,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-4c825344-be2f-477d-88fb-77104918e6dd Date: Sun, 20 Jan 2019 12:58:41 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "99b0ca3031354c69864b4945cee735f2", "created_at": "2019-01-20T12:58:34Z", "admin_state_up": true, "updated_at": "2019-01-20T12:58:38Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "99b0ca3031354c69864b4945cee735f2", "id": "b39c71c2-e813-445c-b4fe-cabdd79e724d", "name": "CreateRouterSuccessTests-e5063aef-7a5d-4c19-9dd4-9d1def6f0916-pub-router"}]} 2019-01-20 12:58:41,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-e5063aef-7a5d-4c19-9dd4-9d1def6f0916-pub-router&admin_state_up=True used request id req-4c825344-be2f-477d-88fb-77104918e6dd 2019-01-20 12:58:41,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:58:41,393 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:58: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:58:41,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/99b0ca3031354c69864b4945cee735f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87336b2d1847ea0365ab66c5d5068ca2c65abb06" 2019-01-20 12:58:41,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7a9b241-00f5-4aa5-be75-a9ab4b34db70 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/99b0ca3031354c69864b4945cee735f2"}, "enabled": true, "id": "99b0ca3031354c69864b4945cee735f2", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj"}} 2019-01-20 12:58:41,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/99b0ca3031354c69864b4945cee735f2 used request id req-c7a9b241-00f5-4aa5-be75-a9ab4b34db70 2019-01-20 12:58:41,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=b39c71c2-e813-445c-b4fe-cabdd79e724d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af406a5ef637927b162c79dcc32c89377b83376" 2019-01-20 12:58:41,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-62885f29-3cfe-4157-9838-5310acdd041c Date: Sun, 20 Jan 2019 12:58:41 GMT RESP BODY: {"ports":[]} 2019-01-20 12:58:41,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=b39c71c2-e813-445c-b4fe-cabdd79e724d used request id req-62885f29-3cfe-4157-9838-5310acdd041c 2019-01-20 12:58:41,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af406a5ef637927b162c79dcc32c89377b83376" 2019-01-20 12:58:41,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-54427d19-25a9-462b-bc44-4cd93df69319 Date: Sun, 20 Jan 2019 12:58:41 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 12:58:41,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-54427d19-25a9-462b-bc44-4cd93df69319 2019-01-20 12:58:41,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af406a5ef637927b162c79dcc32c89377b83376" 2019-01-20 12:58:42,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-43225fcb-926a-48e0-a1a4-a94aa44a6640 Date: Sun, 20 Jan 2019 12:58:42 GMT RESP BODY: {"subnets":[]} 2019-01-20 12:58:42,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-43225fcb-926a-48e0-a1a4-a94aa44a6640 2019-01-20 12:58:42,094 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-e5063aef-7a5d-4c19-9dd4-9d1def6f0916-pub-router 2019-01-20 12:58:42,094 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-e5063aef-7a5d-4c19-9dd4-9d1def6f0916-pub-router 2019-01-20 12:58:42,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/b39c71c2-e813-445c-b4fe-cabdd79e724d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac53053ae5d5fca635803c32f69c223f6c73afa5" 2019-01-20 12:58:45,599 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9524f98f-8833-43ab-a4dc-229fee322718 Content-Length: 0 Date: Sun, 20 Jan 2019 12:58:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:58:45,599 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/b39c71c2-e813-445c-b4fe-cabdd79e724d used request id req-9524f98f-8833-43ab-a4dc-229fee322718 2019-01-20 12:58:45,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0450d174ef9db4ff947107278ea7c2a302a1fc31" 2019-01-20 12:58:45,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-133189b5-3c37-46df-b4ca-d8aeb5ce800d Date: Sun, 20 Jan 2019 12:58:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:58:45,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-133189b5-3c37-46df-b4ca-d8aeb5ce800d 2019-01-20 12:58:45,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0450d174ef9db4ff947107278ea7c2a302a1fc31" 2019-01-20 12:58:45,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd0a4281-2adf-4c88-afd2-88a38367953d 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:58:45,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-bd0a4281-2adf-4c88-afd2-88a38367953d 2019-01-20 12:58:45,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0450d174ef9db4ff947107278ea7c2a302a1fc31" 2019-01-20 12:58:46,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62f4bca9-6ce9-400c-bf5e-70852fac36b0 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:58:46,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-62f4bca9-6ce9-400c-bf5e-70852fac36b0 2019-01-20 12:58:46,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0450d174ef9db4ff947107278ea7c2a302a1fc31" 2019-01-20 12:58:46,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-119397a4-bfbd-4c24-816c-d27f771cc6f5 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:58:46,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-119397a4-bfbd-4c24-816c-d27f771cc6f5 2019-01-20 12:58:46,107 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj 2019-01-20 12:58:46,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/99b0ca3031354c69864b4945cee735f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0450d174ef9db4ff947107278ea7c2a302a1fc31" 2019-01-20 12:58:46,341 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:58:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e237ce1-7049-4f5d-9685-60ace1d3c9ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:58:46,341 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/99b0ca3031354c69864b4945cee735f2 used request id req-3e237ce1-7049-4f5d-9685-60ace1d3c9ac 2019-01-20 12:58:46,341 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-d4a0af8e-ea32-42f-proj-role 2019-01-20 12:58:46,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/bec7f5500f394d5b946dc9a18649f677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0450d174ef9db4ff947107278ea7c2a302a1fc31" 2019-01-20 12:58:46,469 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:58:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e564b59b-146f-4c55-8583-8c3d3f92be63 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:58:46,469 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/bec7f5500f394d5b946dc9a18649f677 used request id req-e564b59b-146f-4c55-8583-8c3d3f92be63 2019-01-20 12:58:46,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0450d174ef9db4ff947107278ea7c2a302a1fc31" 2019-01-20 12:58:46,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f960c57-dd48-44a5-b957-12f070c15f91 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:58:46,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9f960c57-dd48-44a5-b957-12f070c15f91 2019-01-20 12:58:46,563 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-d4a0af8e-ea32-42f-user 2019-01-20 12:58:46,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/6dcd5535366c4cd4a5b60a7843b7e231 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3df02f77cfb9972c29278c306119d3575d901768" 2019-01-20 12:58:46,778 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:58:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb11e88d-c760-46ce-aeed-9bea4b647803 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:58:46,778 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/6dcd5535366c4cd4a5b60a7843b7e231 used request id req-bb11e88d-c760-46ce-aeed-9bea4b647803 2019-01-20 12:58:46,780 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:58:47,168 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:58:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Q7_6DJ2zTKGW1p43NobqmA"], "issued_at": "2019-01-20T12:58:47.000000Z"}} 2019-01-20 12:58:47,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd93f197793a0f0355f555d3973c5ba8f9f50af" 2019-01-20 12:58:47,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75f292cd-da1b-472e-b30a-238147bbbe96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:58:47,256 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-75f292cd-da1b-472e-b30a-238147bbbe96 2019-01-20 12:58:47,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:58:47,258 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:58:47,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:58:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Ynhcj4WfQeiw76W9sCEigw"], "issued_at": "2019-01-20T12:58:47.000000Z"}} 2019-01-20 12:58:47,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758fde3427111e75ce0694fafb43fb726003fba2" 2019-01-20 12:58:47,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8327bec8-7496-4c1d-a595-ccd40460ca79 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:58:47,732 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8327bec8-7496-4c1d-a595-ccd40460ca79 2019-01-20 12:58:47,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:58:47,742 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:58: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:58:47,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-3d755706-e9e9-4ab-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758fde3427111e75ce0694fafb43fb726003fba2" 2019-01-20 12:58:47,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65357f08-2392-4194-bdb8-b8931bde216f Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-3d755706-e9e9-4ab-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:58:47,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-3d755706-e9e9-4ab-proj used request id req-65357f08-2392-4194-bdb8-b8931bde216f 2019-01-20 12:58:47,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758fde3427111e75ce0694fafb43fb726003fba2" 2019-01-20 12:58:47,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a32f0d2d-5dc4-4163-994a-efe94746e12f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:58:47,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-a32f0d2d-5dc4-4163-994a-efe94746e12f 2019-01-20 12:58:47,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758fde3427111e75ce0694fafb43fb726003fba2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}}' 2019-01-20 12:58:48,050 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:58:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c70efad2-ecab-4252-8b26-f68dce8bd69d Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4"}, "enabled": true, "id": "7ed10be497184ce886ed42292cf76ac4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}} 2019-01-20 12:58:48,050 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-c70efad2-ecab-4252-8b26-f68dce8bd69d 2019-01-20 12:58:48,051 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-3d755706-e9e9-4ab-proj 2019-01-20 12:58:48,051 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:58:48,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:58:48,427 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:58:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["mQxF6gxMQmmnEEOESUXHhA"], "issued_at": "2019-01-20T12:58:48.000000Z"}} 2019-01-20 12:58:48,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5898f7cbeb6b290e8b3cedfffa4d2f46b789ac9d" 2019-01-20 12:58:48,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20e344b0-dba8-48ca-a583-023828a99ce4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:58:48,518 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-20e344b0-dba8-48ca-a583-023828a99ce4 2019-01-20 12:58:48,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:58:48,529 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:58: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:58:48,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5898f7cbeb6b290e8b3cedfffa4d2f46b789ac9d" 2019-01-20 12:58:48,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60e78c07-bd35-40cc-9b3e-d1ebe27a133c Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:58:48,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-60e78c07-bd35-40cc-9b3e-d1ebe27a133c 2019-01-20 12:58:48,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-3d755706-e9e9-4ab-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5898f7cbeb6b290e8b3cedfffa4d2f46b789ac9d" 2019-01-20 12:58:48,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec8c0d3d-d48c-4fd9-be02-39b46b073799 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-3d755706-e9e9-4ab-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4"}, "enabled": true, "id": "7ed10be497184ce886ed42292cf76ac4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}]} 2019-01-20 12:58:48,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-3d755706-e9e9-4ab-proj used request id req-ec8c0d3d-d48c-4fd9-be02-39b46b073799 2019-01-20 12:58:48,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5898f7cbeb6b290e8b3cedfffa4d2f46b789ac9d" 2019-01-20 12:58:48,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e06d592-ae09-4355-a4f2-c8ccf54ecd6b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:58:48,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-6e06d592-ae09-4355-a4f2-c8ccf54ecd6b 2019-01-20 12:58:49,122 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-3d755706-e9e9-4ab-user 2019-01-20 12:58:49,122 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:58:49,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758fde3427111e75ce0694fafb43fb726003fba2" 2019-01-20 12:58:49,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f25968eb-2be2-4376-a527-5301e7278a0a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:58:49,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f25968eb-2be2-4376-a527-5301e7278a0a 2019-01-20 12:58:49,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758fde3427111e75ce0694fafb43fb726003fba2" -d '{"role": {"name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj-role"}}' 2019-01-20 12:58:49,338 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:58:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08fffef7-1c62-4d16-9da2-461eab81ad04 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "53a68978276249e29cffd1c954ea21bd", "links": {"self": "http://172.30.9.22:5000/v3/roles/53a68978276249e29cffd1c954ea21bd"}, "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj-role"}} 2019-01-20 12:58:49,338 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-08fffef7-1c62-4d16-9da2-461eab81ad04 2019-01-20 12:58:49,338 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-3d755706-e9e9-4ab-proj-role 2019-01-20 12:58:49,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/53a68978276249e29cffd1c954ea21bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758fde3427111e75ce0694fafb43fb726003fba2" 2019-01-20 12:58:49,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d589d27a-51c4-485f-8647-4075d6b9f44a Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/53a68978276249e29cffd1c954ea21bd"}, "domain_id": null, "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj-role", "id": "53a68978276249e29cffd1c954ea21bd"}} 2019-01-20 12:58:49,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/53a68978276249e29cffd1c954ea21bd used request id req-d589d27a-51c4-485f-8647-4075d6b9f44a 2019-01-20 12:58:49,426 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-3d755706-e9e9-4ab-proj-role to project CreateRouterSuccessTests-3d755706-e9e9-4ab-proj 2019-01-20 12:58:49,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4/users/db1ebba0dd314c65bf4b459b6081a638/roles/53a68978276249e29cffd1c954ea21bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758fde3427111e75ce0694fafb43fb726003fba2" 2019-01-20 12:58:49,562 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:58:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d6fbd67-2439-438b-9d7a-53f71678c16c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:58:49,562 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4/users/db1ebba0dd314c65bf4b459b6081a638/roles/53a68978276249e29cffd1c954ea21bd used request id req-8d6fbd67-2439-438b-9d7a-53f71678c16c 2019-01-20 12:58:49,563 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:58:49,564 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:58:49,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "53a68978276249e29cffd1c954ea21bd", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj-role"}], "expires_at": "2019-01-20T13:58:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7ed10be497184ce886ed42292cf76ac4", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-user", "id": "db1ebba0dd314c65bf4b459b6081a638"}, "audit_ids": ["HCNLh7adQoinKEMJKhC7WQ"], "issued_at": "2019-01-20T12:58:49.000000Z"}} 2019-01-20 12:58:49,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff5e3d81688d27d73fbc1fc66573cc4a8c840176" 2019-01-20 12:58:50,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-308337c9-411f-4c96-bdae-1a738ccbcdb7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:58:50,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-308337c9-411f-4c96-bdae-1a738ccbcdb7 2019-01-20 12:58:50,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff5e3d81688d27d73fbc1fc66573cc4a8c840176" 2019-01-20 12:58:50,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2a7f7803-1261-4430-8d2a-8bdf9fa3356a Date: Sun, 20 Jan 2019 12:58:50 GMT RESP BODY: {"networks":[]} 2019-01-20 12:58:50,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1 used request id req-2a7f7803-1261-4430-8d2a-8bdf9fa3356a 2019-01-20 12:58:50,182 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1 2019-01-20 12:58:50,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff5e3d81688d27d73fbc1fc66573cc4a8c840176" -d '{"network": {"name": "CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1", "admin_state_up": true}}' 2019-01-20 12:58:50,767 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-b62cd25e-51bb-42bd-a1aa-b78141d56196 Date: Sun, 20 Jan 2019 12:58:50 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d48faae4-e832-49a9-b811-756dd8cb741c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7ed10be497184ce886ed42292cf76ac4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T12:58:50Z","is_default":false,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:50Z","mtu":1450}} 2019-01-20 12:58:50,767 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-b62cd25e-51bb-42bd-a1aa-b78141d56196 2019-01-20 12:58:50,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=d48faae4-e832-49a9-b811-756dd8cb741c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff5e3d81688d27d73fbc1fc66573cc4a8c840176" 2019-01-20 12:58:51,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-24801659-7720-4565-9d84-3907644de536 Date: Sun, 20 Jan 2019 12:58:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T12:58:50Z","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7ed10be497184ce886ed42292cf76ac4","id":"d48faae4-e832-49a9-b811-756dd8cb741c","name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1"}]} 2019-01-20 12:58:51,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=d48faae4-e832-49a9-b811-756dd8cb741c used request id req-24801659-7720-4565-9d84-3907644de536 2019-01-20 12:58:51,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d48faae4-e832-49a9-b811-756dd8cb741c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff5e3d81688d27d73fbc1fc66573cc4a8c840176" 2019-01-20 12:58:51,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-56cd5ac0-14a5-42a9-b12c-09198ca39c06 Date: Sun, 20 Jan 2019 12:58:51 GMT RESP BODY: {"subnets":[]} 2019-01-20 12:58:51,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d48faae4-e832-49a9-b811-756dd8cb741c used request id req-56cd5ac0-14a5-42a9-b12c-09198ca39c06 2019-01-20 12:58:51,185 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet1 2019-01-20 12:58:51,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff5e3d81688d27d73fbc1fc66573cc4a8c840176" -d '{"subnets": [{"ip_version": 4, "network_id": "d48faae4-e832-49a9-b811-756dd8cb741c", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet1"}]}' 2019-01-20 12:58:51,816 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-6331f068-49a2-4835-a502-91631543692b Date: Sun, 20 Jan 2019 12:58:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:51Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:51Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet1"}]} 2019-01-20 12:58:51,816 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-6331f068-49a2-4835-a502-91631543692b 2019-01-20 12:58:51,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=d48faae4-e832-49a9-b811-756dd8cb741c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff5e3d81688d27d73fbc1fc66573cc4a8c840176" 2019-01-20 12:58:52,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7651d9f2-9070-481e-a1f9-b2b60efb1057 Date: Sun, 20 Jan 2019 12:58: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":["bd4f6910-c9a3-4113-b300-0809974fa1d1"],"updated_at":"2019-01-20T12:58:51Z","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ed10be497184ce886ed42292cf76ac4","id":"d48faae4-e832-49a9-b811-756dd8cb741c","name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1"}]} 2019-01-20 12:58:52,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=d48faae4-e832-49a9-b811-756dd8cb741c used request id req-7651d9f2-9070-481e-a1f9-b2b60efb1057 2019-01-20 12:58:52,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d48faae4-e832-49a9-b811-756dd8cb741c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff5e3d81688d27d73fbc1fc66573cc4a8c840176" 2019-01-20 12:58:52,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d9682aa5-9247-461a-bec6-f8e0ec9b8d1c Date: Sun, 20 Jan 2019 12:58:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:51Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:51Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet1"}]} 2019-01-20 12:58:52,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d48faae4-e832-49a9-b811-756dd8cb741c used request id req-d9682aa5-9247-461a-bec6-f8e0ec9b8d1c 2019-01-20 12:58:52,351 - OpenStackNetwork - DEBUG - Network [d48faae4-e832-49a9-b811-756dd8cb741c] created successfully 2019-01-20 12:58:52,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:58:52,352 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:58:52,753 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "53a68978276249e29cffd1c954ea21bd", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj-role"}], "expires_at": "2019-01-20T13:58:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7ed10be497184ce886ed42292cf76ac4", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-user", "id": "db1ebba0dd314c65bf4b459b6081a638"}, "audit_ids": ["TgeB2nGcTKCB1KywfT4XJQ"], "issued_at": "2019-01-20T12:58:52.000000Z"}} 2019-01-20 12:58:52,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b732474db80bfae0fa06661f66ba69e2cc370072" 2019-01-20 12:58:52,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0dba712-c997-4b37-ac71-2be6340c26ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:58:52,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b0dba712-c997-4b37-ac71-2be6340c26ce 2019-01-20 12:58:52,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b732474db80bfae0fa06661f66ba69e2cc370072" 2019-01-20 12:58:53,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-035ae344-b6dc-42dd-94ac-a057f3b9df67 Date: Sun, 20 Jan 2019 12:58:53 GMT RESP BODY: {"networks":[]} 2019-01-20 12:58:53,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2 used request id req-035ae344-b6dc-42dd-94ac-a057f3b9df67 2019-01-20 12:58:53,006 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2 2019-01-20 12:58:53,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b732474db80bfae0fa06661f66ba69e2cc370072" -d '{"network": {"name": "CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2", "admin_state_up": true}}' 2019-01-20 12:58:53,391 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-2021e120-a0c0-454b-ad0e-d58c6573dbb6 Date: Sun, 20 Jan 2019 12:58:53 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"79948ed7-941b-43f0-a6af-d1cc77a546da","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7ed10be497184ce886ed42292cf76ac4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T12:58:53Z","is_default":false,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:53Z","mtu":1450}} 2019-01-20 12:58:53,391 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-2021e120-a0c0-454b-ad0e-d58c6573dbb6 2019-01-20 12:58:53,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=79948ed7-941b-43f0-a6af-d1cc77a546da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b732474db80bfae0fa06661f66ba69e2cc370072" 2019-01-20 12:58:53,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b79b9f7a-8eba-4891-be3c-d72573f69133 Date: Sun, 20 Jan 2019 12:58: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":"2019-01-20T12:58:53Z","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7ed10be497184ce886ed42292cf76ac4","id":"79948ed7-941b-43f0-a6af-d1cc77a546da","name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2"}]} 2019-01-20 12:58:53,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=79948ed7-941b-43f0-a6af-d1cc77a546da used request id req-b79b9f7a-8eba-4891-be3c-d72573f69133 2019-01-20 12:58:53,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b732474db80bfae0fa06661f66ba69e2cc370072" 2019-01-20 12:58:53,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8d5e9f02-6de0-45c0-a64f-1ff5008a5422 Date: Sun, 20 Jan 2019 12:58:53 GMT RESP BODY: {"subnets":[]} 2019-01-20 12:58:53,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da used request id req-8d5e9f02-6de0-45c0-a64f-1ff5008a5422 2019-01-20 12:58:53,809 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet2 2019-01-20 12:58:53,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b732474db80bfae0fa06661f66ba69e2cc370072" -d '{"subnets": [{"ip_version": 4, "network_id": "79948ed7-941b-43f0-a6af-d1cc77a546da", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet2"}]}' 2019-01-20 12:58:54,437 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-ac665bc8-387f-4f8c-91d0-0659417bc724 Date: Sun, 20 Jan 2019 12:58:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:54Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:54Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"14be20bf-d9e5-4501-b074-59f83b51baf2","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet2"}]} 2019-01-20 12:58:54,437 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-ac665bc8-387f-4f8c-91d0-0659417bc724 2019-01-20 12:58:54,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=79948ed7-941b-43f0-a6af-d1cc77a546da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b732474db80bfae0fa06661f66ba69e2cc370072" 2019-01-20 12:58:54,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7b3bc5f1-5a37-42dc-ba97-ae7753deaf11 Date: Sun, 20 Jan 2019 12:58: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":["14be20bf-d9e5-4501-b074-59f83b51baf2"],"updated_at":"2019-01-20T12:58:54Z","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ed10be497184ce886ed42292cf76ac4","id":"79948ed7-941b-43f0-a6af-d1cc77a546da","name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2"}]} 2019-01-20 12:58:54,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=79948ed7-941b-43f0-a6af-d1cc77a546da used request id req-7b3bc5f1-5a37-42dc-ba97-ae7753deaf11 2019-01-20 12:58:54,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b732474db80bfae0fa06661f66ba69e2cc370072" 2019-01-20 12:58:54,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-68ced39b-1135-48c3-a1ad-374f31e04371 Date: Sun, 20 Jan 2019 12:58:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:54Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:54Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"14be20bf-d9e5-4501-b074-59f83b51baf2","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet2"}]} 2019-01-20 12:58:54,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da used request id req-68ced39b-1135-48c3-a1ad-374f31e04371 2019-01-20 12:58:54,898 - OpenStackNetwork - DEBUG - Network [79948ed7-941b-43f0-a6af-d1cc77a546da] created successfully 2019-01-20 12:58:54,899 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:58:54,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:58:55,279 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "53a68978276249e29cffd1c954ea21bd", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj-role"}], "expires_at": "2019-01-20T13:58:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7ed10be497184ce886ed42292cf76ac4", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-user", "id": "db1ebba0dd314c65bf4b459b6081a638"}, "audit_ids": ["D_Hx6m9MQQe9qaUh5iF-gA"], "issued_at": "2019-01-20T12:58:55.000000Z"}} 2019-01-20 12:58:55,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:58:55,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-571b6297-b8f9-4648-8b29-3e6ca213016d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:58:55,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-571b6297-b8f9-4648-8b29-3e6ca213016d 2019-01-20 12:58:55,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:58:55,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c0331f37-d9f6-4b37-86bf-942d40b3dc74 Date: Sun, 20 Jan 2019 12:58:55 GMT RESP BODY: {"routers": []} 2019-01-20 12:58:55,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router&admin_state_up=True used request id req-c0331f37-d9f6-4b37-86bf-942d40b3dc74 2019-01-20 12:58:55,643 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:58:55,644 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:58:56,020 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "53a68978276249e29cffd1c954ea21bd", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj-role"}], "expires_at": "2019-01-20T13:58:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7ed10be497184ce886ed42292cf76ac4", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-user", "id": "db1ebba0dd314c65bf4b459b6081a638"}, "audit_ids": ["tGedT0OUS1uhSyPmPg0_BQ"], "issued_at": "2019-01-20T12:58:56.000000Z"}} 2019-01-20 12:58:56,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b46e23aa700e3e3098801cf278a71a131b4f5a5" 2019-01-20 12:58:56,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:58:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84e39fd1-b60a-4774-ae36-9473bfa0952d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:58:56,094 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-84e39fd1-b60a-4774-ae36-9473bfa0952d 2019-01-20 12:58:56,095 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router 2019-01-20 12:58:56,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" -d '{"router": {"name": "CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router", "admin_state_up": true}}' 2019-01-20 12:58:59,633 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 535 X-Openstack-Request-Id: req-3fa664d3-418a-4baa-b3cc-86d4ff1dd3f4 Date: Sun, 20 Jan 2019 12:58:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7ed10be497184ce886ed42292cf76ac4", "created_at": "2019-01-20T12:58:56Z", "admin_state_up": true, "updated_at": "2019-01-20T12:58:56Z", "flavor_id": null, "revision_number": 0, "routes": [], "project_id": "7ed10be497184ce886ed42292cf76ac4", "id": "81a1aa8f-579a-4ce9-91f5-02634e8fb8cf", "name": "CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router"}} 2019-01-20 12:58:59,633 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-3fa664d3-418a-4baa-b3cc-86d4ff1dd3f4 2019-01-20 12:58:59,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=81a1aa8f-579a-4ce9-91f5-02634e8fb8cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:58:59,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a93c7977-0da5-4955-a210-f3177967ae8b Date: Sun, 20 Jan 2019 12:58:59 GMT RESP BODY: {"ports":[]} 2019-01-20 12:58:59,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=81a1aa8f-579a-4ce9-91f5-02634e8fb8cf used request id req-a93c7977-0da5-4955-a210-f3177967ae8b 2019-01-20 12:58:59,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:00,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-cf9bb81d-50dc-4415-bb54-b4292e2399d0 Date: Sun, 20 Jan 2019 12:59: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":["bd4f6910-c9a3-4113-b300-0809974fa1d1"],"updated_at":"2019-01-20T12:58:51Z","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ed10be497184ce886ed42292cf76ac4","id":"d48faae4-e832-49a9-b811-756dd8cb741c","name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1"}]} 2019-01-20 12:59:00,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1 used request id req-cf9bb81d-50dc-4415-bb54-b4292e2399d0 2019-01-20 12:59:00,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:59:00,086 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:59: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:59:00,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:00,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5295ab6-a8af-4336-a385-84182361d479 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4"}, "enabled": true, "id": "7ed10be497184ce886ed42292cf76ac4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}} 2019-01-20 12:59:00,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 used request id req-a5295ab6-a8af-4336-a385-84182361d479 2019-01-20 12:59:00,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d48faae4-e832-49a9-b811-756dd8cb741c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:00,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-efa9547e-e48f-49ec-8f02-d37df1e72eea Date: Sun, 20 Jan 2019 12:59:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:51Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:51Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet1"}]} 2019-01-20 12:59:00,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d48faae4-e832-49a9-b811-756dd8cb741c used request id req-efa9547e-e48f-49ec-8f02-d37df1e72eea 2019-01-20 12:59:00,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=d48faae4-e832-49a9-b811-756dd8cb741c&name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:00,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d2e695dc-8b1d-4409-adef-4715cd11b382 Date: Sun, 20 Jan 2019 12:59:00 GMT RESP BODY: {"ports":[]} 2019-01-20 12:59:00,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=d48faae4-e832-49a9-b811-756dd8cb741c&name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port1&admin_state_up=True used request id req-d2e695dc-8b1d-4409-adef-4715cd11b382 2019-01-20 12:59:00,554 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port1 for router - CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router 2019-01-20 12:59:00,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:59:00,555 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:59:00,920 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "53a68978276249e29cffd1c954ea21bd", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj-role"}], "expires_at": "2019-01-20T13:59:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7ed10be497184ce886ed42292cf76ac4", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-user", "id": "db1ebba0dd314c65bf4b459b6081a638"}, "audit_ids": ["dbP0EuKMRp23t-9kL5NAag"], "issued_at": "2019-01-20T12:59:00.000000Z"}} 2019-01-20 12:59:00,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c56c283aa764ee689f0d19b511277f62f344e6" 2019-01-20 12:59:00,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba0edf62-c7a9-46d9-a130-b227177854ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:59:00,998 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ba0edf62-c7a9-46d9-a130-b227177854ea 2019-01-20 12:59:01,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:01,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4146a31e-805e-4fe7-89d8-e927d51484fc Date: Sun, 20 Jan 2019 12: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":["bd4f6910-c9a3-4113-b300-0809974fa1d1"],"updated_at":"2019-01-20T12:58:51Z","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ed10be497184ce886ed42292cf76ac4","id":"d48faae4-e832-49a9-b811-756dd8cb741c","name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1"}]} 2019-01-20 12:59:01,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1 used request id req-4146a31e-805e-4fe7-89d8-e927d51484fc 2019-01-20 12:59:01,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d48faae4-e832-49a9-b811-756dd8cb741c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:01,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-244d9c8a-d0b7-4806-8bce-74a1bb020ee7 Date: Sun, 20 Jan 2019 12:59:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:51Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:51Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet1"}]} 2019-01-20 12:59:01,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d48faae4-e832-49a9-b811-756dd8cb741c used request id req-244d9c8a-d0b7-4806-8bce-74a1bb020ee7 2019-01-20 12:59:01,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:01,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-2a86aeeb-bf77-4b3c-a912-e5393e03353c Date: Sun, 20 Jan 2019 12: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":["bd4f6910-c9a3-4113-b300-0809974fa1d1"],"updated_at":"2019-01-20T12:58:51Z","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ed10be497184ce886ed42292cf76ac4","id":"d48faae4-e832-49a9-b811-756dd8cb741c","name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1"}]} 2019-01-20 12:59:01,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1 used request id req-2a86aeeb-bf77-4b3c-a912-e5393e03353c 2019-01-20 12:59:01,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:59:01,876 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:59: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:59:01,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c56c283aa764ee689f0d19b511277f62f344e6" 2019-01-20 12:59:01,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7b68f18-95a6-4151-b4d1-958c9d626b35 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4"}, "enabled": true, "id": "7ed10be497184ce886ed42292cf76ac4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}} 2019-01-20 12:59:01,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 used request id req-c7b68f18-95a6-4151-b4d1-958c9d626b35 2019-01-20 12:59:01,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d48faae4-e832-49a9-b811-756dd8cb741c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:02,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-f20a6f4a-dbe8-4363-83a4-83cfe39b90ce Date: Sun, 20 Jan 2019 12:59:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:51Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:51Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet1"}]} 2019-01-20 12:59:02,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d48faae4-e832-49a9-b811-756dd8cb741c used request id req-f20a6f4a-dbe8-4363-83a4-83cfe39b90ce 2019-01-20 12:59:02,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d48faae4-e832-49a9-b811-756dd8cb741c&name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:02,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d457c3fe-cda9-4ee8-9bf6-2d4761a8995b Date: Sun, 20 Jan 2019 12:59:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:51Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:51Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet1"}]} 2019-01-20 12:59:02,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d48faae4-e832-49a9-b811-756dd8cb741c&name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet1 used request id req-d457c3fe-cda9-4ee8-9bf6-2d4761a8995b 2019-01-20 12:59:02,364 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1 2019-01-20 12:59:02,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" -d '{"port": {"network_id": "d48faae4-e832-49a9-b811-756dd8cb741c", "fixed_ips": [{"subnet_id": "bd4f6910-c9a3-4113-b300-0809974fa1d1", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port1", "admin_state_up": true}}' 2019-01-20 12:59:03,444 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-38e89e07-6d91-4363-a4b4-80b6852d1000 Date: Sun, 20 Jan 2019 12:59:03 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:03Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","ip_address":"10.200.201.1"}],"id":"8f7c73e2-d14b-4da3-9334-370400f9c9ae","security_groups":["cee0d1fe-2845-4c80-9545-b0bf8fe851ea"],"mac_address":"fa:16:3e:87:b0:34","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port1","project_id":"7ed10be497184ce886ed42292cf76ac4","qos_policy_id":null,"admin_state_up":true,"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:59:02Z","binding:vnic_type":"normal"}} 2019-01-20 12:59:03,444 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-38e89e07-6d91-4363-a4b4-80b6852d1000 2019-01-20 12:59:03,445 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port1 for router - CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router 2019-01-20 12:59:03,445 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router 2019-01-20 12:59:03,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/81a1aa8f-579a-4ce9-91f5-02634e8fb8cf/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" -d '{"port_id": "8f7c73e2-d14b-4da3-9334-370400f9c9ae"}' 2019-01-20 12:59:05,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bd3b5453-4456-42d8-bcbd-8beac02c0185 Date: Sun, 20 Jan 2019 12:59:05 GMT RESP BODY: {"network_id": "d48faae4-e832-49a9-b811-756dd8cb741c", "tenant_id": "7ed10be497184ce886ed42292cf76ac4", "subnet_id": "bd4f6910-c9a3-4113-b300-0809974fa1d1", "subnet_ids": ["bd4f6910-c9a3-4113-b300-0809974fa1d1"], "port_id": "8f7c73e2-d14b-4da3-9334-370400f9c9ae", "id": "81a1aa8f-579a-4ce9-91f5-02634e8fb8cf"} 2019-01-20 12:59:05,106 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/81a1aa8f-579a-4ce9-91f5-02634e8fb8cf/add_router_interface used request id req-bd3b5453-4456-42d8-bcbd-8beac02c0185 2019-01-20 12:59:05,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:05,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-cb541776-330f-4f2b-8bb6-d65829ccaae0 Date: Sun, 20 Jan 2019 12:59: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":["14be20bf-d9e5-4501-b074-59f83b51baf2"],"updated_at":"2019-01-20T12:58:54Z","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ed10be497184ce886ed42292cf76ac4","id":"79948ed7-941b-43f0-a6af-d1cc77a546da","name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2"}]} 2019-01-20 12:59:05,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2 used request id req-cb541776-330f-4f2b-8bb6-d65829ccaae0 2019-01-20 12:59:05,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:05,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aad53c0f-29c1-4c9a-a179-4f1118d0739b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4"}, "enabled": true, "id": "7ed10be497184ce886ed42292cf76ac4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}} 2019-01-20 12:59:05,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 used request id req-aad53c0f-29c1-4c9a-a179-4f1118d0739b 2019-01-20 12:59:05,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:05,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d2209bc6-8fc4-4659-89de-0c404c12beaf Date: Sun, 20 Jan 2019 12:59:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:54Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:54Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"14be20bf-d9e5-4501-b074-59f83b51baf2","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet2"}]} 2019-01-20 12:59:05,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da used request id req-d2209bc6-8fc4-4659-89de-0c404c12beaf 2019-01-20 12:59:05,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da&name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:05,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a5a6b94c-9022-4116-9eb4-d7dc8cc32aa0 Date: Sun, 20 Jan 2019 12:59:05 GMT RESP BODY: {"ports":[]} 2019-01-20 12:59:05,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da&name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port2&admin_state_up=True used request id req-a5a6b94c-9022-4116-9eb4-d7dc8cc32aa0 2019-01-20 12:59:05,587 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port2 for router - CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router 2019-01-20 12:59:05,587 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:59:05,588 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:59:05,981 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "53a68978276249e29cffd1c954ea21bd", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj-role"}], "expires_at": "2019-01-20T13:59:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7ed10be497184ce886ed42292cf76ac4", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-user", "id": "db1ebba0dd314c65bf4b459b6081a638"}, "audit_ids": ["Hw2Ct6zBS2GNCjw4Z3JToQ"], "issued_at": "2019-01-20T12:59:05.000000Z"}} 2019-01-20 12:59:05,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04f7b2ceec75f3e63e1a4421422a54d41c6e8804" 2019-01-20 12:59:06,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8833cf57-cbe1-4994-99d2-32361a158d67 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:59:06,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8833cf57-cbe1-4994-99d2-32361a158d67 2019-01-20 12:59:06,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:06,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-be1f3077-368e-48ee-8452-f03dc66cf541 Date: Sun, 20 Jan 2019 12:59: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":["14be20bf-d9e5-4501-b074-59f83b51baf2"],"updated_at":"2019-01-20T12:58:54Z","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ed10be497184ce886ed42292cf76ac4","id":"79948ed7-941b-43f0-a6af-d1cc77a546da","name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2"}]} 2019-01-20 12:59:06,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2 used request id req-be1f3077-368e-48ee-8452-f03dc66cf541 2019-01-20 12:59:06,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:06,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-ee1e81df-0956-4083-9399-96d593f5aceb Date: Sun, 20 Jan 2019 12:59:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:54Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:54Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"14be20bf-d9e5-4501-b074-59f83b51baf2","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet2"}]} 2019-01-20 12:59:06,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da used request id req-ee1e81df-0956-4083-9399-96d593f5aceb 2019-01-20 12:59:06,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:06,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5777797c-1c85-46ba-bd66-2738e584ff16 Date: Sun, 20 Jan 2019 12:59: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":["14be20bf-d9e5-4501-b074-59f83b51baf2"],"updated_at":"2019-01-20T12:58:54Z","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ed10be497184ce886ed42292cf76ac4","id":"79948ed7-941b-43f0-a6af-d1cc77a546da","name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2"}]} 2019-01-20 12:59:06,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2 used request id req-5777797c-1c85-46ba-bd66-2738e584ff16 2019-01-20 12:59:06,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:59:06,644 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:59: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:59:06,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04f7b2ceec75f3e63e1a4421422a54d41c6e8804" 2019-01-20 12:59:06,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d827839-bd6f-4081-9daa-4268393e4f9e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4"}, "enabled": true, "id": "7ed10be497184ce886ed42292cf76ac4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}} 2019-01-20 12:59:06,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 used request id req-8d827839-bd6f-4081-9daa-4268393e4f9e 2019-01-20 12:59:06,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:06,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-fb47f0ce-7db0-4922-8da1-261ac1ca7afc Date: Sun, 20 Jan 2019 12:59:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:54Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:54Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"14be20bf-d9e5-4501-b074-59f83b51baf2","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet2"}]} 2019-01-20 12:59:06,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da used request id req-fb47f0ce-7db0-4922-8da1-261ac1ca7afc 2019-01-20 12:59:06,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da&name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:06,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-3729b48f-313a-4902-970b-c04a11469381 Date: Sun, 20 Jan 2019 12:59:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:54Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:54Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"14be20bf-d9e5-4501-b074-59f83b51baf2","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet2"}]} 2019-01-20 12:59:06,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da&name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet2 used request id req-3729b48f-313a-4902-970b-c04a11469381 2019-01-20 12:59:06,849 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2 2019-01-20 12:59:06,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" -d '{"port": {"network_id": "79948ed7-941b-43f0-a6af-d1cc77a546da", "fixed_ips": [{"subnet_id": "14be20bf-d9e5-4501-b074-59f83b51baf2", "ip_address": "10.200.202.1"}], "name": "CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port2", "admin_state_up": true}}' 2019-01-20 12:59:07,976 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-92a8c3e9-b5ee-45d5-99f8-9d5baf00c0b2 Date: Sun, 20 Jan 2019 12:59:07 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:07Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"14be20bf-d9e5-4501-b074-59f83b51baf2","ip_address":"10.200.202.1"}],"id":"5341bb69-40ff-4920-be7c-28045c1b6405","security_groups":["cee0d1fe-2845-4c80-9545-b0bf8fe851ea"],"mac_address":"fa:16:3e:51:2f:ce","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port2","project_id":"7ed10be497184ce886ed42292cf76ac4","qos_policy_id":null,"admin_state_up":true,"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:59:07Z","binding:vnic_type":"normal"}} 2019-01-20 12:59:07,977 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-92a8c3e9-b5ee-45d5-99f8-9d5baf00c0b2 2019-01-20 12:59:07,977 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port2 for router - CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router 2019-01-20 12:59:07,977 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router 2019-01-20 12:59:07,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/81a1aa8f-579a-4ce9-91f5-02634e8fb8cf/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" -d '{"port_id": "5341bb69-40ff-4920-be7c-28045c1b6405"}' 2019-01-20 12:59:09,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-996f14b0-69e0-4666-8e98-510523b3c298 Date: Sun, 20 Jan 2019 12:59:09 GMT RESP BODY: {"network_id": "79948ed7-941b-43f0-a6af-d1cc77a546da", "tenant_id": "7ed10be497184ce886ed42292cf76ac4", "subnet_id": "14be20bf-d9e5-4501-b074-59f83b51baf2", "subnet_ids": ["14be20bf-d9e5-4501-b074-59f83b51baf2"], "port_id": "5341bb69-40ff-4920-be7c-28045c1b6405", "id": "81a1aa8f-579a-4ce9-91f5-02634e8fb8cf"} 2019-01-20 12:59:09,690 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/81a1aa8f-579a-4ce9-91f5-02634e8fb8cf/add_router_interface used request id req-996f14b0-69e0-4666-8e98-510523b3c298 2019-01-20 12:59:09,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/81a1aa8f-579a-4ce9-91f5-02634e8fb8cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:09,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-2b83db5a-0a4e-4e41-94ac-8018d0e939f6 Date: Sun, 20 Jan 2019 12:59:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7ed10be497184ce886ed42292cf76ac4", "created_at": "2019-01-20T12:58:56Z", "admin_state_up": true, "updated_at": "2019-01-20T12:59:08Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "7ed10be497184ce886ed42292cf76ac4", "id": "81a1aa8f-579a-4ce9-91f5-02634e8fb8cf", "name": "CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router"}} 2019-01-20 12:59:09,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/81a1aa8f-579a-4ce9-91f5-02634e8fb8cf used request id req-2b83db5a-0a4e-4e41-94ac-8018d0e939f6 2019-01-20 12:59:09,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=81a1aa8f-579a-4ce9-91f5-02634e8fb8cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:09,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1712 X-Openstack-Request-Id: req-ab4164ba-a505-4278-afcd-ef3a04c16c09 Date: Sun, 20 Jan 2019 12:59:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:09Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"14be20bf-d9e5-4501-b074-59f83b51baf2","ip_address":"10.200.202.1"}],"id":"5341bb69-40ff-4920-be7c-28045c1b6405","security_groups":["cee0d1fe-2845-4c80-9545-b0bf8fe851ea"],"mac_address":"fa:16:3e:51:2f:ce","project_id":"7ed10be497184ce886ed42292cf76ac4","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port2","admin_state_up":true,"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:59:07Z","binding:vnic_type":"normal","device_id":"81a1aa8f-579a-4ce9-91f5-02634e8fb8cf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:09Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","ip_address":"10.200.201.1"}],"id":"8f7c73e2-d14b-4da3-9334-370400f9c9ae","security_groups":["cee0d1fe-2845-4c80-9545-b0bf8fe851ea"],"mac_address":"fa:16:3e:87:b0:34","project_id":"7ed10be497184ce886ed42292cf76ac4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port1","admin_state_up":true,"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:59:02Z","binding:vnic_type":"normal","device_id":"81a1aa8f-579a-4ce9-91f5-02634e8fb8cf"}]} 2019-01-20 12:59:09,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=81a1aa8f-579a-4ce9-91f5-02634e8fb8cf used request id req-ab4164ba-a505-4278-afcd-ef3a04c16c09 2019-01-20 12:59:09,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/bd4f6910-c9a3-4113-b300-0809974fa1d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:09,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3944a35a-c799-48f2-ba90-a1a9e7e22d52 Date: Sun, 20 Jan 2019 12:59:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:51Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:51Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet1"}} 2019-01-20 12:59:09,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/bd4f6910-c9a3-4113-b300-0809974fa1d1 used request id req-3944a35a-c799-48f2-ba90-a1a9e7e22d52 2019-01-20 12:59:09,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/14be20bf-d9e5-4501-b074-59f83b51baf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:10,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-baea4a91-577e-4853-a565-fe4728329cad Date: Sun, 20 Jan 2019 12:59:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:54Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:54Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"14be20bf-d9e5-4501-b074-59f83b51baf2","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet2"}} 2019-01-20 12:59:10,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/14be20bf-d9e5-4501-b074-59f83b51baf2 used request id req-baea4a91-577e-4853-a565-fe4728329cad 2019-01-20 12:59:10,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:59:10,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "53a68978276249e29cffd1c954ea21bd", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj-role"}], "expires_at": "2019-01-20T13:59:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7ed10be497184ce886ed42292cf76ac4", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-user", "id": "db1ebba0dd314c65bf4b459b6081a638"}, "audit_ids": ["AhNXztgaRKKMZVlYMWKORg"], "issued_at": "2019-01-20T12:59:10.000000Z"}} 2019-01-20 12:59:10,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0615ed59fa2b5b392471b973f8ca73f73c080bd2" 2019-01-20 12:59:10,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-d7dee2c4-6f33-4c88-8e74-0ad3c101484b Date: Sun, 20 Jan 2019 12:59:10 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7ed10be497184ce886ed42292cf76ac4", "created_at": "2019-01-20T12:58:56Z", "admin_state_up": true, "updated_at": "2019-01-20T12:59:08Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "7ed10be497184ce886ed42292cf76ac4", "id": "81a1aa8f-579a-4ce9-91f5-02634e8fb8cf", "name": "CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router"}]} 2019-01-20 12:59:10,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router&admin_state_up=True used request id req-d7dee2c4-6f33-4c88-8e74-0ad3c101484b 2019-01-20 12:59:10,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:59:10,702 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:59: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:59:10,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd93f197793a0f0355f555d3973c5ba8f9f50af" 2019-01-20 12:59:10,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0fed600-aa35-4355-b7f4-3a56357b1b98 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4"}, "enabled": true, "id": "7ed10be497184ce886ed42292cf76ac4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}} 2019-01-20 12:59:10,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 used request id req-f0fed600-aa35-4355-b7f4-3a56357b1b98 2019-01-20 12:59:10,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=81a1aa8f-579a-4ce9-91f5-02634e8fb8cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0615ed59fa2b5b392471b973f8ca73f73c080bd2" 2019-01-20 12:59:11,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1712 X-Openstack-Request-Id: req-48dc2c50-02f2-489d-a8ae-dbc27a9eff37 Date: Sun, 20 Jan 2019 12:59:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:10Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"14be20bf-d9e5-4501-b074-59f83b51baf2","ip_address":"10.200.202.1"}],"id":"5341bb69-40ff-4920-be7c-28045c1b6405","security_groups":["cee0d1fe-2845-4c80-9545-b0bf8fe851ea"],"mac_address":"fa:16:3e:51:2f:ce","project_id":"7ed10be497184ce886ed42292cf76ac4","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port2","admin_state_up":true,"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:59:07Z","binding:vnic_type":"normal","device_id":"81a1aa8f-579a-4ce9-91f5-02634e8fb8cf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:09Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","ip_address":"10.200.201.1"}],"id":"8f7c73e2-d14b-4da3-9334-370400f9c9ae","security_groups":["cee0d1fe-2845-4c80-9545-b0bf8fe851ea"],"mac_address":"fa:16:3e:87:b0:34","project_id":"7ed10be497184ce886ed42292cf76ac4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port1","admin_state_up":true,"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:59:02Z","binding:vnic_type":"normal","device_id":"81a1aa8f-579a-4ce9-91f5-02634e8fb8cf"}]} 2019-01-20 12:59:11,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=81a1aa8f-579a-4ce9-91f5-02634e8fb8cf used request id req-48dc2c50-02f2-489d-a8ae-dbc27a9eff37 2019-01-20 12:59:11,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/bd4f6910-c9a3-4113-b300-0809974fa1d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0615ed59fa2b5b392471b973f8ca73f73c080bd2" 2019-01-20 12:59:11,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-08290b6f-9952-4e4e-9129-8247d31fb7a4 Date: Sun, 20 Jan 2019 12:59:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:51Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:51Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet1"}} 2019-01-20 12:59:11,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/bd4f6910-c9a3-4113-b300-0809974fa1d1 used request id req-08290b6f-9952-4e4e-9129-8247d31fb7a4 2019-01-20 12:59:11,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/14be20bf-d9e5-4501-b074-59f83b51baf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0615ed59fa2b5b392471b973f8ca73f73c080bd2" 2019-01-20 12:59:11,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-cfe0cf4d-2ce5-4938-b7a0-75f50a42b0f8 Date: Sun, 20 Jan 2019 12:59:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:54Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:54Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"14be20bf-d9e5-4501-b074-59f83b51baf2","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet2"}} 2019-01-20 12:59:11,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/14be20bf-d9e5-4501-b074-59f83b51baf2 used request id req-cfe0cf4d-2ce5-4938-b7a0-75f50a42b0f8 2019-01-20 12:59:11,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:59:11,314 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:59:11,706 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "53a68978276249e29cffd1c954ea21bd", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj-role"}], "expires_at": "2019-01-20T13:59:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7ed10be497184ce886ed42292cf76ac4", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/7ed10be497184ce886ed42292cf76ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-user", "id": "db1ebba0dd314c65bf4b459b6081a638"}, "audit_ids": ["CeAywwPZSjqlUcCjg5wQWQ"], "issued_at": "2019-01-20T12:59:11.000000Z"}} 2019-01-20 12:59:11,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8d106036e325663409cc1cb75c44247a1fb288" 2019-01-20 12:59:11,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-300cfab5-78f4-4df0-91d0-d7f4f656ff96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:59:11,784 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-300cfab5-78f4-4df0-91d0-d7f4f656ff96 2019-01-20 12:59:11,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8d106036e325663409cc1cb75c44247a1fb288" 2019-01-20 12:59:12,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-fa577a30-ab32-4dae-8c36-0bd43fe73396 Date: Sun, 20 Jan 2019 12:59:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7ed10be497184ce886ed42292cf76ac4", "created_at": "2019-01-20T12:58:56Z", "admin_state_up": true, "updated_at": "2019-01-20T12:59:08Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "7ed10be497184ce886ed42292cf76ac4", "id": "81a1aa8f-579a-4ce9-91f5-02634e8fb8cf", "name": "CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router"}]} 2019-01-20 12:59:12,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router&admin_state_up=True used request id req-fa577a30-ab32-4dae-8c36-0bd43fe73396 2019-01-20 12:59:12,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:59:12,027 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:59: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:59:12,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8d106036e325663409cc1cb75c44247a1fb288" 2019-01-20 12:59:12,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a99825d-cb36-489a-9153-c2c01900e70c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4"}, "enabled": true, "id": "7ed10be497184ce886ed42292cf76ac4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}} 2019-01-20 12:59:12,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 used request id req-2a99825d-cb36-489a-9153-c2c01900e70c 2019-01-20 12:59:12,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=81a1aa8f-579a-4ce9-91f5-02634e8fb8cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8d106036e325663409cc1cb75c44247a1fb288" 2019-01-20 12:59:12,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1713 X-Openstack-Request-Id: req-ad059e97-e5ac-4c33-8ee4-ffa8433967b1 Date: Sun, 20 Jan 2019 12:59:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":12,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"14be20bf-d9e5-4501-b074-59f83b51baf2","ip_address":"10.200.202.1"}],"id":"5341bb69-40ff-4920-be7c-28045c1b6405","security_groups":["cee0d1fe-2845-4c80-9545-b0bf8fe851ea"],"mac_address":"fa:16:3e:51:2f:ce","project_id":"7ed10be497184ce886ed42292cf76ac4","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port2","admin_state_up":true,"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:59:07Z","binding:vnic_type":"normal","device_id":"81a1aa8f-579a-4ce9-91f5-02634e8fb8cf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:09Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","ip_address":"10.200.201.1"}],"id":"8f7c73e2-d14b-4da3-9334-370400f9c9ae","security_groups":["cee0d1fe-2845-4c80-9545-b0bf8fe851ea"],"mac_address":"fa:16:3e:87:b0:34","project_id":"7ed10be497184ce886ed42292cf76ac4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port1","admin_state_up":true,"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:59:02Z","binding:vnic_type":"normal","device_id":"81a1aa8f-579a-4ce9-91f5-02634e8fb8cf"}]} 2019-01-20 12:59:12,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=81a1aa8f-579a-4ce9-91f5-02634e8fb8cf used request id req-ad059e97-e5ac-4c33-8ee4-ffa8433967b1 2019-01-20 12:59:12,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/bd4f6910-c9a3-4113-b300-0809974fa1d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8d106036e325663409cc1cb75c44247a1fb288" 2019-01-20 12:59:12,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-814f6fc1-2052-45b7-be95-083ecc5deda0 Date: Sun, 20 Jan 2019 12:59:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:51Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:51Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet1"}} 2019-01-20 12:59:12,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/bd4f6910-c9a3-4113-b300-0809974fa1d1 used request id req-814f6fc1-2052-45b7-be95-083ecc5deda0 2019-01-20 12:59:12,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/14be20bf-d9e5-4501-b074-59f83b51baf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8d106036e325663409cc1cb75c44247a1fb288" 2019-01-20 12:59:12,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f7869178-32e3-4182-b011-c8adb49d4ecf Date: Sun, 20 Jan 2019 12:59:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:54Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:54Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"14be20bf-d9e5-4501-b074-59f83b51baf2","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet2"}} 2019-01-20 12:59:12,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/14be20bf-d9e5-4501-b074-59f83b51baf2 used request id req-f7869178-32e3-4182-b011-c8adb49d4ecf 2019-01-20 12:59:12,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8d106036e325663409cc1cb75c44247a1fb288" 2019-01-20 12:59:13,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f2e97022-4993-482c-a77d-719a3a965e5b Date: Sun, 20 Jan 2019 12:59: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":["bd4f6910-c9a3-4113-b300-0809974fa1d1"],"updated_at":"2019-01-20T12:58:51Z","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ed10be497184ce886ed42292cf76ac4","id":"d48faae4-e832-49a9-b811-756dd8cb741c","name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1"}]} 2019-01-20 12:59:13,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1 used request id req-f2e97022-4993-482c-a77d-719a3a965e5b 2019-01-20 12:59:13,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8d106036e325663409cc1cb75c44247a1fb288" 2019-01-20 12:59:13,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e49978e8-332c-4a2f-a402-cb6f0c3980ea Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4"}, "enabled": true, "id": "7ed10be497184ce886ed42292cf76ac4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}} 2019-01-20 12:59:13,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 used request id req-e49978e8-332c-4a2f-a402-cb6f0c3980ea 2019-01-20 12:59:13,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d48faae4-e832-49a9-b811-756dd8cb741c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8d106036e325663409cc1cb75c44247a1fb288" 2019-01-20 12:59:13,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-fb36f22b-a94d-4317-87c3-4d6e87ec6308 Date: Sun, 20 Jan 2019 12:59:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:51Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:51Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet1"}]} 2019-01-20 12:59:13,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d48faae4-e832-49a9-b811-756dd8cb741c used request id req-fb36f22b-a94d-4317-87c3-4d6e87ec6308 2019-01-20 12:59:13,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=d48faae4-e832-49a9-b811-756dd8cb741c&name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8d106036e325663409cc1cb75c44247a1fb288" 2019-01-20 12:59:13,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 863 X-Openstack-Request-Id: req-6ddb37bd-8d96-4dd8-8ddb-9c64dec879c2 Date: Sun, 20 Jan 2019 12:59:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:09Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","ip_address":"10.200.201.1"}],"id":"8f7c73e2-d14b-4da3-9334-370400f9c9ae","security_groups":["cee0d1fe-2845-4c80-9545-b0bf8fe851ea"],"mac_address":"fa:16:3e:87:b0:34","project_id":"7ed10be497184ce886ed42292cf76ac4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port1","admin_state_up":true,"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:59:02Z","binding:vnic_type":"normal","device_id":"81a1aa8f-579a-4ce9-91f5-02634e8fb8cf"}]} 2019-01-20 12:59:13,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=d48faae4-e832-49a9-b811-756dd8cb741c&name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port1&admin_state_up=True used request id req-6ddb37bd-8d96-4dd8-8ddb-9c64dec879c2 2019-01-20 12:59:13,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8d106036e325663409cc1cb75c44247a1fb288" 2019-01-20 12:59:13,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c01c6d0d-7658-4216-8704-1208712c8b8a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4"}, "enabled": true, "id": "7ed10be497184ce886ed42292cf76ac4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}} 2019-01-20 12:59:13,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 used request id req-c01c6d0d-7658-4216-8704-1208712c8b8a 2019-01-20 12:59:13,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8d106036e325663409cc1cb75c44247a1fb288" 2019-01-20 12:59:13,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c26e0c03-cb67-4c3b-8342-6a57554b7fef Date: Sun, 20 Jan 2019 12:59: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":["14be20bf-d9e5-4501-b074-59f83b51baf2"],"updated_at":"2019-01-20T12:58:54Z","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ed10be497184ce886ed42292cf76ac4","id":"79948ed7-941b-43f0-a6af-d1cc77a546da","name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2"}]} 2019-01-20 12:59:13,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2 used request id req-c26e0c03-cb67-4c3b-8342-6a57554b7fef 2019-01-20 12:59:13,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8d106036e325663409cc1cb75c44247a1fb288" 2019-01-20 12:59:13,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19de2de9-31e5-4777-9c71-4fd89291de32 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4"}, "enabled": true, "id": "7ed10be497184ce886ed42292cf76ac4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}} 2019-01-20 12:59:13,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 used request id req-19de2de9-31e5-4777-9c71-4fd89291de32 2019-01-20 12:59:13,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8d106036e325663409cc1cb75c44247a1fb288" 2019-01-20 12:59:13,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-c1cb3a78-5129-4f17-9ff5-48fdce27dd7f Date: Sun, 20 Jan 2019 12:59:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:54Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:54Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"14be20bf-d9e5-4501-b074-59f83b51baf2","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet2"}]} 2019-01-20 12:59:13,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da used request id req-c1cb3a78-5129-4f17-9ff5-48fdce27dd7f 2019-01-20 12:59:14,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da&name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8d106036e325663409cc1cb75c44247a1fb288" 2019-01-20 12:59:14,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 863 X-Openstack-Request-Id: req-bb0ae8dd-ca6b-42d8-a96c-3d6f231cb681 Date: Sun, 20 Jan 2019 12:59:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:13Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"14be20bf-d9e5-4501-b074-59f83b51baf2","ip_address":"10.200.202.1"}],"id":"5341bb69-40ff-4920-be7c-28045c1b6405","security_groups":["cee0d1fe-2845-4c80-9545-b0bf8fe851ea"],"mac_address":"fa:16:3e:51:2f:ce","project_id":"7ed10be497184ce886ed42292cf76ac4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port2","admin_state_up":true,"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:59:07Z","binding:vnic_type":"normal","device_id":"81a1aa8f-579a-4ce9-91f5-02634e8fb8cf"}]} 2019-01-20 12:59:14,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da&name=CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port2&admin_state_up=True used request id req-bb0ae8dd-ca6b-42d8-a96c-3d6f231cb681 2019-01-20 12:59:14,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8d106036e325663409cc1cb75c44247a1fb288" 2019-01-20 12:59:14,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adfedd82-92ec-4398-9305-f8353937efb5 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4"}, "enabled": true, "id": "7ed10be497184ce886ed42292cf76ac4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}} 2019-01-20 12:59:14,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 used request id req-adfedd82-92ec-4398-9305-f8353937efb5 2019-01-20 12:59:14,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/81a1aa8f-579a-4ce9-91f5-02634e8fb8cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8d106036e325663409cc1cb75c44247a1fb288" 2019-01-20 12:59:14,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-5c7bb684-c570-4881-a0ee-e03bbdec1304 Date: Sun, 20 Jan 2019 12:59:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7ed10be497184ce886ed42292cf76ac4", "created_at": "2019-01-20T12:58:56Z", "admin_state_up": true, "updated_at": "2019-01-20T12:59:08Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "7ed10be497184ce886ed42292cf76ac4", "id": "81a1aa8f-579a-4ce9-91f5-02634e8fb8cf", "name": "CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router"}} 2019-01-20 12:59:14,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/81a1aa8f-579a-4ce9-91f5-02634e8fb8cf used request id req-5c7bb684-c570-4881-a0ee-e03bbdec1304 2019-01-20 12:59:14,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=81a1aa8f-579a-4ce9-91f5-02634e8fb8cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8d106036e325663409cc1cb75c44247a1fb288" 2019-01-20 12:59:14,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1715 X-Openstack-Request-Id: req-7534e8c7-f1e3-440e-b503-63af1d1a2a40 Date: Sun, 20 Jan 2019 12:59:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:13Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"14be20bf-d9e5-4501-b074-59f83b51baf2","ip_address":"10.200.202.1"}],"id":"5341bb69-40ff-4920-be7c-28045c1b6405","security_groups":["cee0d1fe-2845-4c80-9545-b0bf8fe851ea"],"mac_address":"fa:16:3e:51:2f:ce","project_id":"7ed10be497184ce886ed42292cf76ac4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port2","admin_state_up":true,"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:59:07Z","binding:vnic_type":"normal","device_id":"81a1aa8f-579a-4ce9-91f5-02634e8fb8cf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:09Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","ip_address":"10.200.201.1"}],"id":"8f7c73e2-d14b-4da3-9334-370400f9c9ae","security_groups":["cee0d1fe-2845-4c80-9545-b0bf8fe851ea"],"mac_address":"fa:16:3e:87:b0:34","project_id":"7ed10be497184ce886ed42292cf76ac4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port1","admin_state_up":true,"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:59:02Z","binding:vnic_type":"normal","device_id":"81a1aa8f-579a-4ce9-91f5-02634e8fb8cf"}]} 2019-01-20 12:59:14,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=81a1aa8f-579a-4ce9-91f5-02634e8fb8cf used request id req-7534e8c7-f1e3-440e-b503-63af1d1a2a40 2019-01-20 12:59:14,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/bd4f6910-c9a3-4113-b300-0809974fa1d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8d106036e325663409cc1cb75c44247a1fb288" 2019-01-20 12:59:14,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-54f2b836-6855-4212-9079-1eff02769ab1 Date: Sun, 20 Jan 2019 12:59:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:51Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:51Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet1"}} 2019-01-20 12:59:14,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/bd4f6910-c9a3-4113-b300-0809974fa1d1 used request id req-54f2b836-6855-4212-9079-1eff02769ab1 2019-01-20 12:59:14,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/14be20bf-d9e5-4501-b074-59f83b51baf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8d106036e325663409cc1cb75c44247a1fb288" 2019-01-20 12:59:15,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-958eeca0-e4be-4392-b0ee-eadeea21620e Date: Sun, 20 Jan 2019 12:59:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:54Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:54Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"14be20bf-d9e5-4501-b074-59f83b51baf2","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet2"}} 2019-01-20 12:59:15,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/14be20bf-d9e5-4501-b074-59f83b51baf2 used request id req-958eeca0-e4be-4392-b0ee-eadeea21620e 2019-01-20 12:59:15,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=d48faae4-e832-49a9-b811-756dd8cb741c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0615ed59fa2b5b392471b973f8ca73f73c080bd2" 2019-01-20 12:59:15,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-afc76f85-2ece-4ffe-850b-2e215dca9fe7 Date: Sun, 20 Jan 2019 12:59:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bd4f6910-c9a3-4113-b300-0809974fa1d1"],"updated_at":"2019-01-20T12:58:51Z","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ed10be497184ce886ed42292cf76ac4","id":"d48faae4-e832-49a9-b811-756dd8cb741c","name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1"}]} 2019-01-20 12:59:15,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=d48faae4-e832-49a9-b811-756dd8cb741c used request id req-afc76f85-2ece-4ffe-850b-2e215dca9fe7 2019-01-20 12:59:15,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d48faae4-e832-49a9-b811-756dd8cb741c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0615ed59fa2b5b392471b973f8ca73f73c080bd2" 2019-01-20 12:59:15,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-680e993f-64ab-4b5b-93ed-53d6a3b015f5 Date: Sun, 20 Jan 2019 12:59:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:51Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:51Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet1"}]} 2019-01-20 12:59:15,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d48faae4-e832-49a9-b811-756dd8cb741c used request id req-680e993f-64ab-4b5b-93ed-53d6a3b015f5 2019-01-20 12:59:15,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=d48faae4-e832-49a9-b811-756dd8cb741c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0615ed59fa2b5b392471b973f8ca73f73c080bd2" 2019-01-20 12:59:15,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-3e06c6b4-d10a-4401-969d-0355032719fa Date: Sun, 20 Jan 2019 12:59:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","ip_address":"10.200.201.4"}],"id":"320ab9b7-6a5b-4714-a57f-5658f175152d","security_groups":[],"mac_address":"fa:16:3e:44:2d:ed","project_id":"7ed10be497184ce886ed42292cf76ac4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d48faae4-e832-49a9-b811-756dd8cb741c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","ip_address":"10.200.201.3"}],"id":"499b2d52-2303-4e89-8d38-85e34317cc7b","security_groups":[],"mac_address":"fa:16:3e:c0:ec:76","project_id":"7ed10be497184ce886ed42292cf76ac4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:52Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d48faae4-e832-49a9-b811-756dd8cb741c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:09Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","ip_address":"10.200.201.1"}],"id":"8f7c73e2-d14b-4da3-9334-370400f9c9ae","security_groups":["cee0d1fe-2845-4c80-9545-b0bf8fe851ea"],"mac_address":"fa:16:3e:87:b0:34","project_id":"7ed10be497184ce886ed42292cf76ac4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port1","admin_state_up":true,"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:59:02Z","binding:vnic_type":"normal","device_id":"81a1aa8f-579a-4ce9-91f5-02634e8fb8cf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","ip_address":"10.200.201.2"}],"id":"ba7985a3-0571-41db-a99c-c459bd7c4d75","security_groups":[],"mac_address":"fa:16:3e:b3:30:77","project_id":"7ed10be497184ce886ed42292cf76ac4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:52Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d48faae4-e832-49a9-b811-756dd8cb741c"}]} 2019-01-20 12:59:15,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=d48faae4-e832-49a9-b811-756dd8cb741c used request id req-3e06c6b4-d10a-4401-969d-0355032719fa 2019-01-20 12:59:15,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=79948ed7-941b-43f0-a6af-d1cc77a546da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0615ed59fa2b5b392471b973f8ca73f73c080bd2" 2019-01-20 12:59:15,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c36a245f-f12f-4d01-8aba-90916a2bb557 Date: Sun, 20 Jan 2019 12:59:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["14be20bf-d9e5-4501-b074-59f83b51baf2"],"updated_at":"2019-01-20T12:58:54Z","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ed10be497184ce886ed42292cf76ac4","id":"79948ed7-941b-43f0-a6af-d1cc77a546da","name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2"}]} 2019-01-20 12:59:15,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=79948ed7-941b-43f0-a6af-d1cc77a546da used request id req-c36a245f-f12f-4d01-8aba-90916a2bb557 2019-01-20 12:59:15,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0615ed59fa2b5b392471b973f8ca73f73c080bd2" 2019-01-20 12:59:16,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-aed140ab-340d-4679-8c1b-6022f1d65dec Date: Sun, 20 Jan 2019 12:59:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:54Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:54Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"14be20bf-d9e5-4501-b074-59f83b51baf2","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet2"}]} 2019-01-20 12:59:16,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da used request id req-aed140ab-340d-4679-8c1b-6022f1d65dec 2019-01-20 12:59:16,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0615ed59fa2b5b392471b973f8ca73f73c080bd2" 2019-01-20 12:59:16,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-25f26d97-83ea-436b-8c5d-ea5cea017d17 Date: Sun, 20 Jan 2019 12:59:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14be20bf-d9e5-4501-b074-59f83b51baf2","ip_address":"10.200.202.4"}],"id":"3f873b39-b261-46c3-848d-6237491dba60","security_groups":[],"mac_address":"fa:16:3e:ab:c5:25","project_id":"7ed10be497184ce886ed42292cf76ac4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-79948ed7-941b-43f0-a6af-d1cc77a546da"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:13Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"14be20bf-d9e5-4501-b074-59f83b51baf2","ip_address":"10.200.202.1"}],"id":"5341bb69-40ff-4920-be7c-28045c1b6405","security_groups":["cee0d1fe-2845-4c80-9545-b0bf8fe851ea"],"mac_address":"fa:16:3e:51:2f:ce","project_id":"7ed10be497184ce886ed42292cf76ac4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port2","admin_state_up":true,"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:59:07Z","binding:vnic_type":"normal","device_id":"81a1aa8f-579a-4ce9-91f5-02634e8fb8cf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14be20bf-d9e5-4501-b074-59f83b51baf2","ip_address":"10.200.202.3"}],"id":"768c9c6d-1bfb-4809-ae00-22d5ada06a63","security_groups":[],"mac_address":"fa:16:3e:f5:c6:65","project_id":"7ed10be497184ce886ed42292cf76ac4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-79948ed7-941b-43f0-a6af-d1cc77a546da"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:58:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"14be20bf-d9e5-4501-b074-59f83b51baf2","ip_address":"10.200.202.2"}],"id":"7ef6fbe1-6d2e-46e1-82b5-79fee2cf9d40","security_groups":[],"mac_address":"fa:16:3e:2d:41:ea","project_id":"7ed10be497184ce886ed42292cf76ac4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-79948ed7-941b-43f0-a6af-d1cc77a546da"}]} 2019-01-20 12:59:16,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da used request id req-25f26d97-83ea-436b-8c5d-ea5cea017d17 2019-01-20 12:59:16,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/bd4f6910-c9a3-4113-b300-0809974fa1d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0615ed59fa2b5b392471b973f8ca73f73c080bd2" 2019-01-20 12:59:16,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-61b21e80-1244-447b-a1a1-48bf90c97812 Date: Sun, 20 Jan 2019 12:59:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:51Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:51Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet1"}} 2019-01-20 12:59:16,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/bd4f6910-c9a3-4113-b300-0809974fa1d1 used request id req-61b21e80-1244-447b-a1a1-48bf90c97812 2019-01-20 12:59:16,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=d48faae4-e832-49a9-b811-756dd8cb741c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0615ed59fa2b5b392471b973f8ca73f73c080bd2" 2019-01-20 12:59:16,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-cefbcf7b-142c-4dcf-a9a3-9a5c771c8da6 Date: Sun, 20 Jan 2019 12:59: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":["bd4f6910-c9a3-4113-b300-0809974fa1d1"],"updated_at":"2019-01-20T12:58:51Z","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ed10be497184ce886ed42292cf76ac4","id":"d48faae4-e832-49a9-b811-756dd8cb741c","name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1"}]} 2019-01-20 12:59:16,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=d48faae4-e832-49a9-b811-756dd8cb741c used request id req-cefbcf7b-142c-4dcf-a9a3-9a5c771c8da6 2019-01-20 12:59:16,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d48faae4-e832-49a9-b811-756dd8cb741c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0615ed59fa2b5b392471b973f8ca73f73c080bd2" 2019-01-20 12:59:16,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-08ba51bd-f9ec-4902-8d37-99d9741aed3f Date: Sun, 20 Jan 2019 12:59:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d48faae4-e832-49a9-b811-756dd8cb741c","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:51Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:51Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"bd4f6910-c9a3-4113-b300-0809974fa1d1","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet1"}]} 2019-01-20 12:59:16,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d48faae4-e832-49a9-b811-756dd8cb741c used request id req-08ba51bd-f9ec-4902-8d37-99d9741aed3f 2019-01-20 12:59:16,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/14be20bf-d9e5-4501-b074-59f83b51baf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0615ed59fa2b5b392471b973f8ca73f73c080bd2" 2019-01-20 12:59:16,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-71c12a2c-06ca-4889-8be3-3be43350c785 Date: Sun, 20 Jan 2019 12:59:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:54Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:54Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"14be20bf-d9e5-4501-b074-59f83b51baf2","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet2"}} 2019-01-20 12:59:16,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/14be20bf-d9e5-4501-b074-59f83b51baf2 used request id req-71c12a2c-06ca-4889-8be3-3be43350c785 2019-01-20 12:59:16,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=79948ed7-941b-43f0-a6af-d1cc77a546da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0615ed59fa2b5b392471b973f8ca73f73c080bd2" 2019-01-20 12:59:17,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-20e921c1-8af6-4aca-acca-7e515123860a Date: Sun, 20 Jan 2019 12:59: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":["14be20bf-d9e5-4501-b074-59f83b51baf2"],"updated_at":"2019-01-20T12:58:54Z","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7ed10be497184ce886ed42292cf76ac4","id":"79948ed7-941b-43f0-a6af-d1cc77a546da","name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2"}]} 2019-01-20 12:59:17,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=79948ed7-941b-43f0-a6af-d1cc77a546da used request id req-20e921c1-8af6-4aca-acca-7e515123860a 2019-01-20 12:59:17,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0615ed59fa2b5b392471b973f8ca73f73c080bd2" 2019-01-20 12:59:17,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-6ef400b1-1018-4350-821a-c2a9f1446185 Date: Sun, 20 Jan 2019 12:59:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79948ed7-941b-43f0-a6af-d1cc77a546da","tenant_id":"7ed10be497184ce886ed42292cf76ac4","created_at":"2019-01-20T12:58:54Z","dns_nameservers":[],"updated_at":"2019-01-20T12:58:54Z","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":"7ed10be497184ce886ed42292cf76ac4","id":"14be20bf-d9e5-4501-b074-59f83b51baf2","subnetpool_id":null,"name":"CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet2"}]} 2019-01-20 12:59:17,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=79948ed7-941b-43f0-a6af-d1cc77a546da used request id req-6ef400b1-1018-4350-821a-c2a9f1446185 2019-01-20 12:59:17,388 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router and port CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port1 2019-01-20 12:59:17,388 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router 2019-01-20 12:59:17,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/81a1aa8f-579a-4ce9-91f5-02634e8fb8cf/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" -d '{"port_id": "8f7c73e2-d14b-4da3-9334-370400f9c9ae"}' 2019-01-20 12:59:18,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-50537397-dfdf-4318-9269-6c6727b3f6d0 Date: Sun, 20 Jan 2019 12:59:18 GMT RESP BODY: {"network_id": "d48faae4-e832-49a9-b811-756dd8cb741c", "tenant_id": "7ed10be497184ce886ed42292cf76ac4", "subnet_id": "bd4f6910-c9a3-4113-b300-0809974fa1d1", "subnet_ids": ["bd4f6910-c9a3-4113-b300-0809974fa1d1"], "port_id": "8f7c73e2-d14b-4da3-9334-370400f9c9ae", "id": "81a1aa8f-579a-4ce9-91f5-02634e8fb8cf"} 2019-01-20 12:59:18,971 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/81a1aa8f-579a-4ce9-91f5-02634e8fb8cf/remove_router_interface used request id req-50537397-dfdf-4318-9269-6c6727b3f6d0 2019-01-20 12:59:18,971 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router and port CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-port2 2019-01-20 12:59:18,971 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router 2019-01-20 12:59:18,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/81a1aa8f-579a-4ce9-91f5-02634e8fb8cf/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" -d '{"port_id": "5341bb69-40ff-4920-be7c-28045c1b6405"}' 2019-01-20 12:59:20,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-069c918d-0e83-4e49-9a8c-5137e855cf41 Date: Sun, 20 Jan 2019 12:59:20 GMT RESP BODY: {"network_id": "79948ed7-941b-43f0-a6af-d1cc77a546da", "tenant_id": "7ed10be497184ce886ed42292cf76ac4", "subnet_id": "14be20bf-d9e5-4501-b074-59f83b51baf2", "subnet_ids": ["14be20bf-d9e5-4501-b074-59f83b51baf2"], "port_id": "5341bb69-40ff-4920-be7c-28045c1b6405", "id": "81a1aa8f-579a-4ce9-91f5-02634e8fb8cf"} 2019-01-20 12:59:20,285 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/81a1aa8f-579a-4ce9-91f5-02634e8fb8cf/remove_router_interface used request id req-069c918d-0e83-4e49-9a8c-5137e855cf41 2019-01-20 12:59:20,285 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router 2019-01-20 12:59:20,285 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-router 2019-01-20 12:59:20,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/81a1aa8f-579a-4ce9-91f5-02634e8fb8cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5f86500e1882346805e31ecee4b02fd316518" 2019-01-20 12:59:23,015 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-06548195-712c-4720-9956-4046e0454a2a Content-Length: 0 Date: Sun, 20 Jan 2019 12:59:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:59:23,015 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/81a1aa8f-579a-4ce9-91f5-02634e8fb8cf used request id req-06548195-712c-4720-9956-4046e0454a2a 2019-01-20 12:59:23,016 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet1 2019-01-20 12:59:23,016 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet1 2019-01-20 12:59:23,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/bd4f6910-c9a3-4113-b300-0809974fa1d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff5e3d81688d27d73fbc1fc66573cc4a8c840176" 2019-01-20 12:59:25,387 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f3b1ee2-5b65-4873-9bcd-31823a35a7d7 Date: Sun, 20 Jan 2019 12:59:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:59:25,387 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/bd4f6910-c9a3-4113-b300-0809974fa1d1 used request id req-9f3b1ee2-5b65-4873-9bcd-31823a35a7d7 2019-01-20 12:59:25,387 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net1 2019-01-20 12:59:25,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/d48faae4-e832-49a9-b811-756dd8cb741c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff5e3d81688d27d73fbc1fc66573cc4a8c840176" 2019-01-20 12:59:26,793 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a2cd52c4-dfee-4db3-939b-7e13c590e985 Date: Sun, 20 Jan 2019 12:59:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:59:26,793 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/d48faae4-e832-49a9-b811-756dd8cb741c used request id req-a2cd52c4-dfee-4db3-939b-7e13c590e985 2019-01-20 12:59:26,794 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet2 2019-01-20 12:59:26,794 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-subnet2 2019-01-20 12:59:26,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/14be20bf-d9e5-4501-b074-59f83b51baf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b732474db80bfae0fa06661f66ba69e2cc370072" 2019-01-20 12:59:29,275 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b99ecb43-8ab9-4a2c-ab76-ca001389f5a2 Date: Sun, 20 Jan 2019 12:59:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:59:29,275 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/14be20bf-d9e5-4501-b074-59f83b51baf2 used request id req-b99ecb43-8ab9-4a2c-ab76-ca001389f5a2 2019-01-20 12:59:29,275 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-c8cbeab1-6b1c-4c4d-bf53-d39734be3a10-pub-net2 2019-01-20 12:59:29,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/79948ed7-941b-43f0-a6af-d1cc77a546da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b732474db80bfae0fa06661f66ba69e2cc370072" 2019-01-20 12:59:30,282 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-768ca63e-f6bd-4901-8941-ee85d587f036 Date: Sun, 20 Jan 2019 12:59:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:59:30,282 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/79948ed7-941b-43f0-a6af-d1cc77a546da used request id req-768ca63e-f6bd-4901-8941-ee85d587f036 2019-01-20 12:59:30,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758fde3427111e75ce0694fafb43fb726003fba2" 2019-01-20 12:59:30,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-4207cd8d-0c78-4dfd-84f4-e64ac76cf1bf Date: Sun, 20 Jan 2019 12:59:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7ed10be497184ce886ed42292cf76ac4", "created_at": "2019-01-20T12:58:50Z", "updated_at": "2019-01-20T12:58:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:58:50Z", "revision_number": 0, "id": "24cafd70-35aa-4f25-9937-cfc967a3baf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:58:50Z", "security_group_id": "cee0d1fe-2845-4c80-9545-b0bf8fe851ea", "tenant_id": "7ed10be497184ce886ed42292cf76ac4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7ed10be497184ce886ed42292cf76ac4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:58:50Z", "revision_number": 0, "id": "840118be-ff69-4d4a-919a-842236a25b84", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:58:50Z", "security_group_id": "cee0d1fe-2845-4c80-9545-b0bf8fe851ea", "tenant_id": "7ed10be497184ce886ed42292cf76ac4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7ed10be497184ce886ed42292cf76ac4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:58:50Z", "revision_number": 0, "id": "e27a886d-ecb8-44af-9bfa-28f89f8915c5", "remote_group_id": "cee0d1fe-2845-4c80-9545-b0bf8fe851ea", "remote_ip_prefix": null, "created_at": "2019-01-20T12:58:50Z", "security_group_id": "cee0d1fe-2845-4c80-9545-b0bf8fe851ea", "tenant_id": "7ed10be497184ce886ed42292cf76ac4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7ed10be497184ce886ed42292cf76ac4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:58:50Z", "revision_number": 0, "id": "f7f96594-d7c7-4efa-92d0-bcf853c469a9", "remote_group_id": "cee0d1fe-2845-4c80-9545-b0bf8fe851ea", "remote_ip_prefix": null, "created_at": "2019-01-20T12:58:50Z", "security_group_id": "cee0d1fe-2845-4c80-9545-b0bf8fe851ea", "tenant_id": "7ed10be497184ce886ed42292cf76ac4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7ed10be497184ce886ed42292cf76ac4"}], "revision_number": 4, "project_id": "7ed10be497184ce886ed42292cf76ac4", "id": "cee0d1fe-2845-4c80-9545-b0bf8fe851ea", "name": "default"}]} 2019-01-20 12:59:30,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-4207cd8d-0c78-4dfd-84f4-e64ac76cf1bf 2019-01-20 12:59:30,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758fde3427111e75ce0694fafb43fb726003fba2" 2019-01-20 12:59:30,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae49d936-e5c6-4534-aba2-b29c80b9d88e 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:59:30,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-ae49d936-e5c6-4534-aba2-b29c80b9d88e 2019-01-20 12:59:30,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758fde3427111e75ce0694fafb43fb726003fba2" 2019-01-20 12:59:30,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f6a54bc-504c-496a-ba0a-195311effc56 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:59:30,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-0f6a54bc-504c-496a-ba0a-195311effc56 2019-01-20 12:59:30,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758fde3427111e75ce0694fafb43fb726003fba2" 2019-01-20 12:59:30,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbdc998c-ec66-4fd0-9e43-320aa3cb2bd6 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:59:30,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-cbdc998c-ec66-4fd0-9e43-320aa3cb2bd6 2019-01-20 12:59:30,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758fde3427111e75ce0694fafb43fb726003fba2" 2019-01-20 12:59:30,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7552c330-ecfe-4968-8092-d3f30374ffc5 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4"}, "enabled": true, "id": "7ed10be497184ce886ed42292cf76ac4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-3d755706-e9e9-4ab-proj"}} 2019-01-20 12:59:30,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 used request id req-7552c330-ecfe-4968-8092-d3f30374ffc5 2019-01-20 12:59:30,880 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cee0d1fe-2845-4c80-9545-b0bf8fe851ea 2019-01-20 12:59:30,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=cee0d1fe-2845-4c80-9545-b0bf8fe851ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758fde3427111e75ce0694fafb43fb726003fba2" 2019-01-20 12:59:31,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2d095988-34ec-412a-a08c-2364d5815048 Date: Sun, 20 Jan 2019 12:59:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:58:50Z", "security_group_id": "cee0d1fe-2845-4c80-9545-b0bf8fe851ea", "port_range_min": null, "revision_number": 0, "tenant_id": "7ed10be497184ce886ed42292cf76ac4", "created_at": "2019-01-20T12:58:50Z", "project_id": "7ed10be497184ce886ed42292cf76ac4", "id": "24cafd70-35aa-4f25-9937-cfc967a3baf6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:58:50Z", "security_group_id": "cee0d1fe-2845-4c80-9545-b0bf8fe851ea", "port_range_min": null, "revision_number": 0, "tenant_id": "7ed10be497184ce886ed42292cf76ac4", "created_at": "2019-01-20T12:58:50Z", "project_id": "7ed10be497184ce886ed42292cf76ac4", "id": "840118be-ff69-4d4a-919a-842236a25b84"}, {"remote_group_id": "cee0d1fe-2845-4c80-9545-b0bf8fe851ea", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:58:50Z", "security_group_id": "cee0d1fe-2845-4c80-9545-b0bf8fe851ea", "port_range_min": null, "revision_number": 0, "tenant_id": "7ed10be497184ce886ed42292cf76ac4", "created_at": "2019-01-20T12:58:50Z", "project_id": "7ed10be497184ce886ed42292cf76ac4", "id": "e27a886d-ecb8-44af-9bfa-28f89f8915c5"}, {"remote_group_id": "cee0d1fe-2845-4c80-9545-b0bf8fe851ea", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T12:58:50Z", "security_group_id": "cee0d1fe-2845-4c80-9545-b0bf8fe851ea", "port_range_min": null, "revision_number": 0, "tenant_id": "7ed10be497184ce886ed42292cf76ac4", "created_at": "2019-01-20T12:58:50Z", "project_id": "7ed10be497184ce886ed42292cf76ac4", "id": "f7f96594-d7c7-4efa-92d0-bcf853c469a9"}]} 2019-01-20 12:59:31,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=cee0d1fe-2845-4c80-9545-b0bf8fe851ea used request id req-2d095988-34ec-412a-a08c-2364d5815048 2019-01-20 12:59:31,054 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 12:59:31,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/cee0d1fe-2845-4c80-9545-b0bf8fe851ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758fde3427111e75ce0694fafb43fb726003fba2" 2019-01-20 12:59:31,411 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9555e758-30e5-42d1-85cf-60c3a0efc6b9 Content-Length: 0 Date: Sun, 20 Jan 2019 12:59:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:59:31,411 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/cee0d1fe-2845-4c80-9545-b0bf8fe851ea used request id req-9555e758-30e5-42d1-85cf-60c3a0efc6b9 2019-01-20 12:59:31,412 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-3d755706-e9e9-4ab-proj 2019-01-20 12:59:31,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758fde3427111e75ce0694fafb43fb726003fba2" 2019-01-20 12:59:31,621 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:59:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-940ebb01-7c23-4e68-a279-6ec833cbf7e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:59:31,621 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/7ed10be497184ce886ed42292cf76ac4 used request id req-940ebb01-7c23-4e68-a279-6ec833cbf7e3 2019-01-20 12:59:31,622 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-3d755706-e9e9-4ab-proj-role 2019-01-20 12:59:31,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/53a68978276249e29cffd1c954ea21bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758fde3427111e75ce0694fafb43fb726003fba2" 2019-01-20 12:59:31,741 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:59:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-605f440c-396a-4180-8998-492edbdbfb99 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:59:31,741 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/53a68978276249e29cffd1c954ea21bd used request id req-605f440c-396a-4180-8998-492edbdbfb99 2019-01-20 12:59:31,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}758fde3427111e75ce0694fafb43fb726003fba2" 2019-01-20 12:59:31,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b56439e-748a-4673-a50a-2911c705d58f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:59:31,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5b56439e-748a-4673-a50a-2911c705d58f 2019-01-20 12:59:31,834 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-3d755706-e9e9-4ab-user 2019-01-20 12:59:31,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/db1ebba0dd314c65bf4b459b6081a638 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5898f7cbeb6b290e8b3cedfffa4d2f46b789ac9d" 2019-01-20 12:59:32,007 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:59:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e02be786-ba92-4f09-bb72-d40dca46fea6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:59:32,007 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/db1ebba0dd314c65bf4b459b6081a638 used request id req-e02be786-ba92-4f09-bb72-d40dca46fea6 2019-01-20 12:59:32,009 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:59:32,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:59:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["l-znb9VBRymDKyoJ3HaEuw"], "issued_at": "2019-01-20T12:59:32.000000Z"}} 2019-01-20 12:59:32,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f19e28c59294d17086add9e724f23f9fd90a3a01" 2019-01-20 12:59:32,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cad3802-87ba-472b-bbc2-03d069bfa9d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:59:32,494 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9cad3802-87ba-472b-bbc2-03d069bfa9d2 2019-01-20 12:59:32,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:59:32,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:59:32,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:59:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Slrr6kLbThuR4B8b-yQt0w"], "issued_at": "2019-01-20T12:59:32.000000Z"}} 2019-01-20 12:59:32,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221fdf785e0780dbcea3571f351f8a7516b1e28f" 2019-01-20 12:59:32,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a44310fe-0721-421f-9905-64c8a010826d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:59:32,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a44310fe-0721-421f-9905-64c8a010826d 2019-01-20 12:59:32,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:59:32,971 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:59:32,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-9f9cacac-6f92-493-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221fdf785e0780dbcea3571f351f8a7516b1e28f" 2019-01-20 12:59:33,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-715c386f-b0a0-4746-80c3-7887a41ef18e Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-9f9cacac-6f92-493-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:59:33,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-9f9cacac-6f92-493-proj used request id req-715c386f-b0a0-4746-80c3-7887a41ef18e 2019-01-20 12:59:33,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221fdf785e0780dbcea3571f351f8a7516b1e28f" 2019-01-20 12:59:33,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac827e47-dd8d-4e97-9fca-5d9bdd5ec64b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:59:33,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-ac827e47-dd8d-4e97-9fca-5d9bdd5ec64b 2019-01-20 12:59:33,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221fdf785e0780dbcea3571f351f8a7516b1e28f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-9f9cacac-6f92-493-proj"}}' 2019-01-20 12:59:33,279 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:59:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-941a4b3b-9a14-49f1-944a-e29f16a73fe2 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f4e47e782de245cb9d24fcee7446ed37"}, "enabled": true, "id": "f4e47e782de245cb9d24fcee7446ed37", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-9f9cacac-6f92-493-proj"}} 2019-01-20 12:59:33,279 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-941a4b3b-9a14-49f1-944a-e29f16a73fe2 2019-01-20 12:59:33,279 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-9f9cacac-6f92-493-proj 2019-01-20 12:59:33,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:59:33,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:59:33,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:59:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["cVSgCT90RGOoBHS2cBHaGw"], "issued_at": "2019-01-20T12:59:33.000000Z"}} 2019-01-20 12:59:33,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9f14b219d66310f7ded0af568cfb2ae18e4c4d" 2019-01-20 12:59:33,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-739839f4-4c95-48a5-b26c-66c508f06d43 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:59:33,767 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-739839f4-4c95-48a5-b26c-66c508f06d43 2019-01-20 12:59:33,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:59:33,776 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:59: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:59:33,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9f14b219d66310f7ded0af568cfb2ae18e4c4d" 2019-01-20 12:59:33,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1664419b-01cd-4f84-8da1-b075fd288aee Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:59:33,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-1664419b-01cd-4f84-8da1-b075fd288aee 2019-01-20 12:59:33,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-9f9cacac-6f92-493-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9f14b219d66310f7ded0af568cfb2ae18e4c4d" 2019-01-20 12:59:33,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a605e3f-bcd2-4777-9980-49afb8244149 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-9f9cacac-6f92-493-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f4e47e782de245cb9d24fcee7446ed37"}, "enabled": true, "id": "f4e47e782de245cb9d24fcee7446ed37", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-9f9cacac-6f92-493-proj"}]} 2019-01-20 12:59:33,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-9f9cacac-6f92-493-proj used request id req-0a605e3f-bcd2-4777-9980-49afb8244149 2019-01-20 12:59:33,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9f14b219d66310f7ded0af568cfb2ae18e4c4d" 2019-01-20 12:59:33,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5524435-4e52-43d3-9180-469546665f3a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:59:33,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-b5524435-4e52-43d3-9180-469546665f3a 2019-01-20 12:59:34,301 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-9f9cacac-6f92-493-user 2019-01-20 12:59:34,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:59:34,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221fdf785e0780dbcea3571f351f8a7516b1e28f" 2019-01-20 12:59:34,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aa978af-2e8b-46fe-a506-2d75fdfb0f68 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:59:34,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6aa978af-2e8b-46fe-a506-2d75fdfb0f68 2019-01-20 12:59:34,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221fdf785e0780dbcea3571f351f8a7516b1e28f" -d '{"role": {"name": "CreateRouterSuccessTests-9f9cacac-6f92-493-proj-role"}}' 2019-01-20 12:59:34,565 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:59:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7834ef0b-4cfb-42fa-87a3-02337a9cd8a6 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c6a904c10a6c4821af7744e27a2510e5", "links": {"self": "http://172.30.9.22:5000/v3/roles/c6a904c10a6c4821af7744e27a2510e5"}, "name": "CreateRouterSuccessTests-9f9cacac-6f92-493-proj-role"}} 2019-01-20 12:59:34,566 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-7834ef0b-4cfb-42fa-87a3-02337a9cd8a6 2019-01-20 12:59:34,566 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-9f9cacac-6f92-493-proj-role 2019-01-20 12:59:34,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/c6a904c10a6c4821af7744e27a2510e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221fdf785e0780dbcea3571f351f8a7516b1e28f" 2019-01-20 12:59:34,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7637427-6d1b-4863-b4d8-96bd1d4cb6d3 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/c6a904c10a6c4821af7744e27a2510e5"}, "domain_id": null, "name": "CreateRouterSuccessTests-9f9cacac-6f92-493-proj-role", "id": "c6a904c10a6c4821af7744e27a2510e5"}} 2019-01-20 12:59:34,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/c6a904c10a6c4821af7744e27a2510e5 used request id req-f7637427-6d1b-4863-b4d8-96bd1d4cb6d3 2019-01-20 12:59:34,651 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-9f9cacac-6f92-493-proj-role to project CreateRouterSuccessTests-9f9cacac-6f92-493-proj 2019-01-20 12:59:34,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/f4e47e782de245cb9d24fcee7446ed37/users/afb096a029e647a18bc5e6d50df67b07/roles/c6a904c10a6c4821af7744e27a2510e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221fdf785e0780dbcea3571f351f8a7516b1e28f" 2019-01-20 12:59:34,784 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:59:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0fc0cad-7dc8-44b5-b593-bb89c3bab9ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:59:34,784 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/f4e47e782de245cb9d24fcee7446ed37/users/afb096a029e647a18bc5e6d50df67b07/roles/c6a904c10a6c4821af7744e27a2510e5 used request id req-d0fc0cad-7dc8-44b5-b593-bb89c3bab9ad 2019-01-20 12:59:34,784 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:59:34,785 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:59:35,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c6a904c10a6c4821af7744e27a2510e5", "name": "CreateRouterSuccessTests-9f9cacac-6f92-493-proj-role"}], "expires_at": "2019-01-20T13:59:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4e47e782de245cb9d24fcee7446ed37", "name": "CreateRouterSuccessTests-9f9cacac-6f92-493-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/f4e47e782de245cb9d24fcee7446ed37", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/f4e47e782de245cb9d24fcee7446ed37", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/f4e47e782de245cb9d24fcee7446ed37", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f4e47e782de245cb9d24fcee7446ed37", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/f4e47e782de245cb9d24fcee7446ed37", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/f4e47e782de245cb9d24fcee7446ed37", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/f4e47e782de245cb9d24fcee7446ed37", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/f4e47e782de245cb9d24fcee7446ed37", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/f4e47e782de245cb9d24fcee7446ed37", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/f4e47e782de245cb9d24fcee7446ed37", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/f4e47e782de245cb9d24fcee7446ed37", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/f4e47e782de245cb9d24fcee7446ed37", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-9f9cacac-6f92-493-user", "id": "afb096a029e647a18bc5e6d50df67b07"}, "audit_ids": ["bCiD2iLNRciI43H3yoEclg"], "issued_at": "2019-01-20T12:59:35.000000Z"}} 2019-01-20 12:59:35,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a17078d28c1c38a0fae8a435ffe9bbe0cbb11460" 2019-01-20 12:59:35,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7068787-652a-45af-8fb0-5de86fe2287f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:59:35,240 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b7068787-652a-45af-8fb0-5de86fe2287f 2019-01-20 12:59:35,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-6023f5ef-3437-47ca-8442-e671fecace71-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a17078d28c1c38a0fae8a435ffe9bbe0cbb11460" 2019-01-20 12:59:35,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-25c4d0b9-539f-4077-8c1a-09126c55a943 Date: Sun, 20 Jan 2019 12:59:35 GMT RESP BODY: {"routers": []} 2019-01-20 12:59:35,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-6023f5ef-3437-47ca-8442-e671fecace71-pub-router&admin_state_up=True used request id req-25c4d0b9-539f-4077-8c1a-09126c55a943 2019-01-20 12:59:35,451 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:59:35,452 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:59:35,832 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c6a904c10a6c4821af7744e27a2510e5", "name": "CreateRouterSuccessTests-9f9cacac-6f92-493-proj-role"}], "expires_at": "2019-01-20T13:59:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4e47e782de245cb9d24fcee7446ed37", "name": "CreateRouterSuccessTests-9f9cacac-6f92-493-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/f4e47e782de245cb9d24fcee7446ed37", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/f4e47e782de245cb9d24fcee7446ed37", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/f4e47e782de245cb9d24fcee7446ed37", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f4e47e782de245cb9d24fcee7446ed37", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/f4e47e782de245cb9d24fcee7446ed37", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/f4e47e782de245cb9d24fcee7446ed37", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/f4e47e782de245cb9d24fcee7446ed37", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/f4e47e782de245cb9d24fcee7446ed37", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/f4e47e782de245cb9d24fcee7446ed37", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/f4e47e782de245cb9d24fcee7446ed37", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/f4e47e782de245cb9d24fcee7446ed37", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/f4e47e782de245cb9d24fcee7446ed37", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-9f9cacac-6f92-493-user", "id": "afb096a029e647a18bc5e6d50df67b07"}, "audit_ids": ["dv11z0wgTNKNhbBTNKezCw"], "issued_at": "2019-01-20T12:59:35.000000Z"}} 2019-01-20 12:59:35,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f20df56100f671122e6524d9054306de7409879" 2019-01-20 12:59:35,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b7854d2-5b8e-4546-880f-437a779a9f1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:59:35,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8b7854d2-5b8e-4546-880f-437a779a9f1c 2019-01-20 12:59:35,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a17078d28c1c38a0fae8a435ffe9bbe0cbb11460" 2019-01-20 12:59:36,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-31deed71-e2a8-4cad-9ddf-69e55d6feaae Date: Sun, 20 Jan 2019 12:59:36 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 12:59:36,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-31deed71-e2a8-4cad-9ddf-69e55d6feaae 2019-01-20 12:59:36,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a17078d28c1c38a0fae8a435ffe9bbe0cbb11460" 2019-01-20 12:59:36,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6e98e575-ca3d-4592-ad06-7e919ec55daf Date: Sun, 20 Jan 2019 12:59:36 GMT RESP BODY: {"subnets":[]} 2019-01-20 12:59:36,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-6e98e575-ca3d-4592-ad06-7e919ec55daf 2019-01-20 12:59:36,431 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-6023f5ef-3437-47ca-8442-e671fecace71-pub-router 2019-01-20 12:59:36,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a17078d28c1c38a0fae8a435ffe9bbe0cbb11460" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "CreateRouterSuccessTests-6023f5ef-3437-47ca-8442-e671fecace71-pub-router", "admin_state_up": true}}' 2019-01-20 12:59:41,590 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-773f49bc-7bb1-4da1-9e91-5e1c9f7ee9b1 Date: Sun, 20 Jan 2019 12:59:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f4e47e782de245cb9d24fcee7446ed37", "created_at": "2019-01-20T12:59:37Z", "admin_state_up": true, "updated_at": "2019-01-20T12:59:38Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "f4e47e782de245cb9d24fcee7446ed37", "id": "12020eef-3674-4e0e-ac69-6cabc4c3cdfd", "name": "CreateRouterSuccessTests-6023f5ef-3437-47ca-8442-e671fecace71-pub-router"}} 2019-01-20 12:59:41,590 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-773f49bc-7bb1-4da1-9e91-5e1c9f7ee9b1 2019-01-20 12:59:41,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=12020eef-3674-4e0e-ac69-6cabc4c3cdfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a17078d28c1c38a0fae8a435ffe9bbe0cbb11460" 2019-01-20 12:59:41,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4063402d-6309-4575-82ca-b5c5c9299f04 Date: Sun, 20 Jan 2019 12:59:41 GMT RESP BODY: {"ports":[]} 2019-01-20 12:59:41,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=12020eef-3674-4e0e-ac69-6cabc4c3cdfd used request id req-4063402d-6309-4575-82ca-b5c5c9299f04 2019-01-20 12:59:41,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/12020eef-3674-4e0e-ac69-6cabc4c3cdfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a17078d28c1c38a0fae8a435ffe9bbe0cbb11460" 2019-01-20 12:59:41,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-2d84ffca-2a5d-478e-a023-442bf63a1544 Date: Sun, 20 Jan 2019 12:59:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f4e47e782de245cb9d24fcee7446ed37", "created_at": "2019-01-20T12:59:37Z", "admin_state_up": true, "updated_at": "2019-01-20T12:59:40Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "f4e47e782de245cb9d24fcee7446ed37", "id": "12020eef-3674-4e0e-ac69-6cabc4c3cdfd", "name": "CreateRouterSuccessTests-6023f5ef-3437-47ca-8442-e671fecace71-pub-router"}} 2019-01-20 12:59:41,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/12020eef-3674-4e0e-ac69-6cabc4c3cdfd used request id req-2d84ffca-2a5d-478e-a023-442bf63a1544 2019-01-20 12:59:42,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=12020eef-3674-4e0e-ac69-6cabc4c3cdfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a17078d28c1c38a0fae8a435ffe9bbe0cbb11460" 2019-01-20 12:59:42,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f1827e4d-d1ba-43de-8d31-1023b3460dca Date: Sun, 20 Jan 2019 12:59:42 GMT RESP BODY: {"ports":[]} 2019-01-20 12:59:42,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=12020eef-3674-4e0e-ac69-6cabc4c3cdfd used request id req-f1827e4d-d1ba-43de-8d31-1023b3460dca 2019-01-20 12:59:42,213 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:59:42,584 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c6a904c10a6c4821af7744e27a2510e5", "name": "CreateRouterSuccessTests-9f9cacac-6f92-493-proj-role"}], "expires_at": "2019-01-20T13:59:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4e47e782de245cb9d24fcee7446ed37", "name": "CreateRouterSuccessTests-9f9cacac-6f92-493-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/f4e47e782de245cb9d24fcee7446ed37", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/f4e47e782de245cb9d24fcee7446ed37", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/f4e47e782de245cb9d24fcee7446ed37", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f4e47e782de245cb9d24fcee7446ed37", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/f4e47e782de245cb9d24fcee7446ed37", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/f4e47e782de245cb9d24fcee7446ed37", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/f4e47e782de245cb9d24fcee7446ed37", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/f4e47e782de245cb9d24fcee7446ed37", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/f4e47e782de245cb9d24fcee7446ed37", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/f4e47e782de245cb9d24fcee7446ed37", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/f4e47e782de245cb9d24fcee7446ed37", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/f4e47e782de245cb9d24fcee7446ed37", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-9f9cacac-6f92-493-user", "id": "afb096a029e647a18bc5e6d50df67b07"}, "audit_ids": ["W29pFhavSxufjTnGhwALhQ"], "issued_at": "2019-01-20T12:59:42.000000Z"}} 2019-01-20 12:59:42,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-6023f5ef-3437-47ca-8442-e671fecace71-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab0d48c1fa3aad7d1d7e76eadc65c992d40d2f3f" 2019-01-20 12:59:42,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-b0a85ad1-9491-47ef-bb6b-e26446e9128e Date: Sun, 20 Jan 2019 12:59:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f4e47e782de245cb9d24fcee7446ed37", "created_at": "2019-01-20T12:59:37Z", "admin_state_up": true, "updated_at": "2019-01-20T12:59:40Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "f4e47e782de245cb9d24fcee7446ed37", "id": "12020eef-3674-4e0e-ac69-6cabc4c3cdfd", "name": "CreateRouterSuccessTests-6023f5ef-3437-47ca-8442-e671fecace71-pub-router"}]} 2019-01-20 12:59:42,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-6023f5ef-3437-47ca-8442-e671fecace71-pub-router&admin_state_up=True used request id req-b0a85ad1-9491-47ef-bb6b-e26446e9128e 2019-01-20 12:59:42,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:59:42,814 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:59: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:59:42,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/f4e47e782de245cb9d24fcee7446ed37 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f19e28c59294d17086add9e724f23f9fd90a3a01" 2019-01-20 12:59:42,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b1df527-12e9-4b2b-bf31-b24d61a3fa6b Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f4e47e782de245cb9d24fcee7446ed37"}, "enabled": true, "id": "f4e47e782de245cb9d24fcee7446ed37", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-9f9cacac-6f92-493-proj"}} 2019-01-20 12:59:42,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/f4e47e782de245cb9d24fcee7446ed37 used request id req-0b1df527-12e9-4b2b-bf31-b24d61a3fa6b 2019-01-20 12:59:42,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=12020eef-3674-4e0e-ac69-6cabc4c3cdfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab0d48c1fa3aad7d1d7e76eadc65c992d40d2f3f" 2019-01-20 12:59:43,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b31e36db-d173-4226-9bad-1770d722a6c1 Date: Sun, 20 Jan 2019 12:59:43 GMT RESP BODY: {"ports":[]} 2019-01-20 12:59:43,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=12020eef-3674-4e0e-ac69-6cabc4c3cdfd used request id req-b31e36db-d173-4226-9bad-1770d722a6c1 2019-01-20 12:59:43,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab0d48c1fa3aad7d1d7e76eadc65c992d40d2f3f" 2019-01-20 12:59:43,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-0ae1896d-3bab-4ec8-934a-9c1548f70413 Date: Sun, 20 Jan 2019 12:59:43 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 12:59:43,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-0ae1896d-3bab-4ec8-934a-9c1548f70413 2019-01-20 12:59:43,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab0d48c1fa3aad7d1d7e76eadc65c992d40d2f3f" 2019-01-20 12:59:43,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e8c9eceb-8def-43de-a600-8389bf0b2014 Date: Sun, 20 Jan 2019 12:59:43 GMT RESP BODY: {"subnets":[]} 2019-01-20 12:59:43,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-e8c9eceb-8def-43de-a600-8389bf0b2014 2019-01-20 12:59:43,553 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-6023f5ef-3437-47ca-8442-e671fecace71-pub-router 2019-01-20 12:59:43,553 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-6023f5ef-3437-47ca-8442-e671fecace71-pub-router 2019-01-20 12:59:43,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/12020eef-3674-4e0e-ac69-6cabc4c3cdfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a17078d28c1c38a0fae8a435ffe9bbe0cbb11460" 2019-01-20 12:59:47,300 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e0aecfd1-a58f-45e0-8c25-b2bf820bb04f Content-Length: 0 Date: Sun, 20 Jan 2019 12:59:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 12:59:47,300 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/12020eef-3674-4e0e-ac69-6cabc4c3cdfd used request id req-e0aecfd1-a58f-45e0-8c25-b2bf820bb04f 2019-01-20 12:59:47,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221fdf785e0780dbcea3571f351f8a7516b1e28f" 2019-01-20 12:59:47,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-feca3ccd-49a4-4c4a-9c75-5592be97c32f Date: Sun, 20 Jan 2019 12:59:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 12:59:47,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-feca3ccd-49a4-4c4a-9c75-5592be97c32f 2019-01-20 12:59:47,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221fdf785e0780dbcea3571f351f8a7516b1e28f" 2019-01-20 12:59:47,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4973eccf-1080-46a0-95c8-f98352dc598a 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 12:59:47,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-4973eccf-1080-46a0-95c8-f98352dc598a 2019-01-20 12:59:47,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221fdf785e0780dbcea3571f351f8a7516b1e28f" 2019-01-20 12:59:47,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf92a33d-6b52-4dda-b34f-65fdbeaeb184 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 12:59:47,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-cf92a33d-6b52-4dda-b34f-65fdbeaeb184 2019-01-20 12:59:47,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221fdf785e0780dbcea3571f351f8a7516b1e28f" 2019-01-20 12:59:47,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb179fa1-ba94-4cbc-b765-94050c09f3b5 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:59:47,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-eb179fa1-ba94-4cbc-b765-94050c09f3b5 2019-01-20 12:59:47,726 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-9f9cacac-6f92-493-proj 2019-01-20 12:59:47,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/f4e47e782de245cb9d24fcee7446ed37 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221fdf785e0780dbcea3571f351f8a7516b1e28f" 2019-01-20 12:59:47,928 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:59:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc2dd20d-0850-49af-9df3-690f113f0412 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:59:47,928 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/f4e47e782de245cb9d24fcee7446ed37 used request id req-cc2dd20d-0850-49af-9df3-690f113f0412 2019-01-20 12:59:47,928 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-9f9cacac-6f92-493-proj-role 2019-01-20 12:59:47,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/c6a904c10a6c4821af7744e27a2510e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221fdf785e0780dbcea3571f351f8a7516b1e28f" 2019-01-20 12:59:48,045 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:59:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c78ae13-16e5-4719-a29c-bab44111c881 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:59:48,046 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/c6a904c10a6c4821af7744e27a2510e5 used request id req-0c78ae13-16e5-4719-a29c-bab44111c881 2019-01-20 12:59:48,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221fdf785e0780dbcea3571f351f8a7516b1e28f" 2019-01-20 12:59:48,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09ad61ff-88de-41ea-8173-39f131d2a932 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:59:48,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-09ad61ff-88de-41ea-8173-39f131d2a932 2019-01-20 12:59:48,139 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-9f9cacac-6f92-493-user 2019-01-20 12:59:48,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/afb096a029e647a18bc5e6d50df67b07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf9f14b219d66310f7ded0af568cfb2ae18e4c4d" 2019-01-20 12:59:48,347 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:59:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b9e952c-e60c-4a4b-a53e-05c10e5e78c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:59:48,348 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/afb096a029e647a18bc5e6d50df67b07 used request id req-1b9e952c-e60c-4a4b-a53e-05c10e5e78c8 2019-01-20 12:59:48,349 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:59:48,737 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:59:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Uy4BHnmCR9qpFGqTwvDT5g"], "issued_at": "2019-01-20T12:59:48.000000Z"}} 2019-01-20 12:59:48,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d677897348147fc5c9246467618a06c8462e8c6" 2019-01-20 12:59:48,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acfa5a22-cb26-49ce-b5af-65da035c77ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:59:48,825 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-acfa5a22-cb26-49ce-b5af-65da035c77ab 2019-01-20 12:59:48,826 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:59:48,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:59:49,207 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:59:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Ulb4MRJFRcO-T7ozZlnWdg"], "issued_at": "2019-01-20T12:59:49.000000Z"}} 2019-01-20 12:59:49,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f439d4d845f5f3c35b3274884200944d8a24af" 2019-01-20 12:59:49,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cd41a56-5f95-4f08-8711-9cddbaa579a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:59:49,291 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0cd41a56-5f95-4f08-8711-9cddbaa579a3 2019-01-20 12:59:49,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:59:49,301 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:59: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:59:49,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-72252f6e-185e-48c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f439d4d845f5f3c35b3274884200944d8a24af" 2019-01-20 12:59:49,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9b37303-2282-4b2e-a830-aea53fa659de Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-72252f6e-185e-48c-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 12:59:49,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-72252f6e-185e-48c-proj used request id req-f9b37303-2282-4b2e-a830-aea53fa659de 2019-01-20 12:59:49,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f439d4d845f5f3c35b3274884200944d8a24af" 2019-01-20 12:59:49,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c17f9e39-6590-43c7-b545-15d87c04b057 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:59:49,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-c17f9e39-6590-43c7-b545-15d87c04b057 2019-01-20 12:59:49,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f439d4d845f5f3c35b3274884200944d8a24af" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-72252f6e-185e-48c-proj"}}' 2019-01-20 12:59:49,530 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:59:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-387d0941-d207-41f8-b4f1-49ef91f576da Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/97a010217d1b4c7083d07f7a3398b2ea"}, "enabled": true, "id": "97a010217d1b4c7083d07f7a3398b2ea", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-72252f6e-185e-48c-proj"}} 2019-01-20 12:59:49,530 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-387d0941-d207-41f8-b4f1-49ef91f576da 2019-01-20 12:59:49,531 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-72252f6e-185e-48c-proj 2019-01-20 12:59:49,531 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:59:49,532 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:59:49,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:59:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["GPOhfYxbSomJSh9fTefy9g"], "issued_at": "2019-01-20T12:59:49.000000Z"}} 2019-01-20 12:59:49,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0fcee24e516617bbc8e51baf5f4ede9c0f63c8f" 2019-01-20 12:59:49,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c422b912-8e42-4f34-bbfc-509f5a34b900 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:59:49,992 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c422b912-8e42-4f34-bbfc-509f5a34b900 2019-01-20 12:59:49,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:59:50,002 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:59: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:59:50,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0fcee24e516617bbc8e51baf5f4ede9c0f63c8f" 2019-01-20 12:59:50,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-253103b9-0f69-4e27-8cc3-22e93e3720d3 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 12:59:50,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-253103b9-0f69-4e27-8cc3-22e93e3720d3 2019-01-20 12:59:50,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-72252f6e-185e-48c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0fcee24e516617bbc8e51baf5f4ede9c0f63c8f" 2019-01-20 12:59:50,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-192a7443-55a5-4fcf-bfc9-08d612c04938 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-72252f6e-185e-48c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/97a010217d1b4c7083d07f7a3398b2ea"}, "enabled": true, "id": "97a010217d1b4c7083d07f7a3398b2ea", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-72252f6e-185e-48c-proj"}]} 2019-01-20 12:59:50,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-72252f6e-185e-48c-proj used request id req-192a7443-55a5-4fcf-bfc9-08d612c04938 2019-01-20 12:59:50,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0fcee24e516617bbc8e51baf5f4ede9c0f63c8f" 2019-01-20 12:59:50,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9adf817d-aa15-4187-b769-841f91db1479 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 12:59:50,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-9adf817d-aa15-4187-b769-841f91db1479 2019-01-20 12:59:50,673 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-72252f6e-185e-48c-user 2019-01-20 12:59:50,673 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:59:50,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f439d4d845f5f3c35b3274884200944d8a24af" 2019-01-20 12:59:50,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d643fef-e4d9-4470-8817-343677d2fec9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 12:59:50,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9d643fef-e4d9-4470-8817-343677d2fec9 2019-01-20 12:59:50,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f439d4d845f5f3c35b3274884200944d8a24af" -d '{"role": {"name": "CreateRouterSuccessTests-72252f6e-185e-48c-proj-role"}}' 2019-01-20 12:59:50,895 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 12:59:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64f3def0-d969-4efd-8e29-2c73e7ea3b58 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "835616e455f0434ea0fa02fc758990eb", "links": {"self": "http://172.30.9.22:5000/v3/roles/835616e455f0434ea0fa02fc758990eb"}, "name": "CreateRouterSuccessTests-72252f6e-185e-48c-proj-role"}} 2019-01-20 12:59:50,896 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-64f3def0-d969-4efd-8e29-2c73e7ea3b58 2019-01-20 12:59:50,896 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-72252f6e-185e-48c-proj-role 2019-01-20 12:59:50,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/835616e455f0434ea0fa02fc758990eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f439d4d845f5f3c35b3274884200944d8a24af" 2019-01-20 12:59:50,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a2e34da-bd5a-41d6-aab2-52b8f89f0112 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/835616e455f0434ea0fa02fc758990eb"}, "domain_id": null, "name": "CreateRouterSuccessTests-72252f6e-185e-48c-proj-role", "id": "835616e455f0434ea0fa02fc758990eb"}} 2019-01-20 12:59:50,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/835616e455f0434ea0fa02fc758990eb used request id req-2a2e34da-bd5a-41d6-aab2-52b8f89f0112 2019-01-20 12:59:50,979 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-72252f6e-185e-48c-proj-role to project CreateRouterSuccessTests-72252f6e-185e-48c-proj 2019-01-20 12:59:50,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/97a010217d1b4c7083d07f7a3398b2ea/users/7e3f971725ba453f99260dd3b4c4562f/roles/835616e455f0434ea0fa02fc758990eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f439d4d845f5f3c35b3274884200944d8a24af" 2019-01-20 12:59:51,114 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 12:59:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96a7794e-3446-447a-a03b-071bfc87b8ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 12:59:51,114 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/97a010217d1b4c7083d07f7a3398b2ea/users/7e3f971725ba453f99260dd3b4c4562f/roles/835616e455f0434ea0fa02fc758990eb used request id req-96a7794e-3446-447a-a03b-071bfc87b8ef 2019-01-20 12:59:51,114 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:59:51,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:59:51,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:59:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["wMjMrPbgRVmIE3DsflM7_w"], "issued_at": "2019-01-20T12:59:51.000000Z"}} 2019-01-20 12:59:51,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" 2019-01-20 12:59:51,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad738b17-c515-412f-b60a-2bfbb483c89c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:59:51,594 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ad738b17-c515-412f-b60a-2bfbb483c89c 2019-01-20 12:59:51,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" 2019-01-20 12:59:51,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-629cffdd-a390-4967-8def-5be37f3ed68a Date: Sun, 20 Jan 2019 12:59:51 GMT RESP BODY: {"routers": []} 2019-01-20 12:59:51,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-pub-router&admin_state_up=True used request id req-629cffdd-a390-4967-8def-5be37f3ed68a 2019-01-20 12:59:51,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:59:51,792 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:59:52,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:59:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["3mXAu2YeQxyVdtEP1K17KA"], "issued_at": "2019-01-20T12:59:52.000000Z"}} 2019-01-20 12:59:52,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b29b73852f3c60be5fbff538f4b6c69ee1f18301" 2019-01-20 12:59:52,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87b3655a-dc46-4b77-a5b0-1b4d15fc300d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:59:52,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-87b3655a-dc46-4b77-a5b0-1b4d15fc300d 2019-01-20 12:59:52,275 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-pub-router 2019-01-20 12:59:52,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" -d '{"router": {"name": "CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-pub-router", "admin_state_up": true}}' 2019-01-20 12:59:55,968 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-21474347-6923-4d05-8ab8-ea7d5617ce02 Date: Sun, 20 Jan 2019 12:59:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:59:53Z", "admin_state_up": true, "updated_at": "2019-01-20T12:59:53Z", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "flavor_id": null, "revision_number": 1, "routes": [], "ha": true, "id": "ef9c106e-36b8-448b-94f9-67e5d0a60f3a", "name": "CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-pub-router"}} 2019-01-20 12:59:55,969 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-21474347-6923-4d05-8ab8-ea7d5617ce02 2019-01-20 12:59:55,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=ef9c106e-36b8-448b-94f9-67e5d0a60f3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" 2019-01-20 12:59:56,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2453 X-Openstack-Request-Id: req-8f075063-b3d4-49e7-991b-4ea391649e74 Date: Sun, 20 Jan 2019 12:59:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:55Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1242de40-6351-47ce-ad55-28fc1b5f9812","ip_address":"169.254.192.4"}],"id":"18a6ff23-6bda-4bc3-ac22-e89ab7a6a4b1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:35:a6:aa","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 59ca7ea86cef4f5eb49126af4cc8d2ae","admin_state_up":true,"network_id":"ee87da60-e5ae-496e-bcb8-5666ede6897c","tenant_id":"","created_at":"2019-01-20T12:59:55Z","binding:vnic_type":"normal","device_id":"ef9c106e-36b8-448b-94f9-67e5d0a60f3a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:53Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1242de40-6351-47ce-ad55-28fc1b5f9812","ip_address":"169.254.192.3"}],"id":"8aee7308-25f2-4116-b090-d31d334fb5c1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:86:5e:5b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 59ca7ea86cef4f5eb49126af4cc8d2ae","admin_state_up":true,"network_id":"ee87da60-e5ae-496e-bcb8-5666ede6897c","tenant_id":"","created_at":"2019-01-20T12:59:53Z","binding:vnic_type":"normal","device_id":"ef9c106e-36b8-448b-94f9-67e5d0a60f3a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:54Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1242de40-6351-47ce-ad55-28fc1b5f9812","ip_address":"169.254.192.5"}],"id":"eeef3605-d3a7-414b-89f7-bbf5baa1dd43","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a4:59:2e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 59ca7ea86cef4f5eb49126af4cc8d2ae","admin_state_up":true,"network_id":"ee87da60-e5ae-496e-bcb8-5666ede6897c","tenant_id":"","created_at":"2019-01-20T12:59:54Z","binding:vnic_type":"normal","device_id":"ef9c106e-36b8-448b-94f9-67e5d0a60f3a"}]} 2019-01-20 12:59:56,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=ef9c106e-36b8-448b-94f9-67e5d0a60f3a used request id req-8f075063-b3d4-49e7-991b-4ea391649e74 2019-01-20 12:59:56,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/1242de40-6351-47ce-ad55-28fc1b5f9812 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" 2019-01-20 12:59:56,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-dee54ac8-ee94-47f6-92f7-03d59e3e33eb Date: Sun, 20 Jan 2019 12:59:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee87da60-e5ae-496e-bcb8-5666ede6897c","tenant_id":"","created_at":"2019-01-20T12:59:52Z","dns_nameservers":[],"updated_at":"2019-01-20T12:59:52Z","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":"1242de40-6351-47ce-ad55-28fc1b5f9812","subnetpool_id":null,"name":"HA subnet tenant 59ca7ea86cef4f5eb49126af4cc8d2ae"}} 2019-01-20 12:59:56,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/1242de40-6351-47ce-ad55-28fc1b5f9812 used request id req-dee54ac8-ee94-47f6-92f7-03d59e3e33eb 2019-01-20 12:59:56,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/1242de40-6351-47ce-ad55-28fc1b5f9812 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" 2019-01-20 12:59:56,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ac46ad76-84df-4f0c-8778-291bf22573a1 Date: Sun, 20 Jan 2019 12:59:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee87da60-e5ae-496e-bcb8-5666ede6897c","tenant_id":"","created_at":"2019-01-20T12:59:52Z","dns_nameservers":[],"updated_at":"2019-01-20T12:59:52Z","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":"1242de40-6351-47ce-ad55-28fc1b5f9812","subnetpool_id":null,"name":"HA subnet tenant 59ca7ea86cef4f5eb49126af4cc8d2ae"}} 2019-01-20 12:59:56,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/1242de40-6351-47ce-ad55-28fc1b5f9812 used request id req-ac46ad76-84df-4f0c-8778-291bf22573a1 2019-01-20 12:59:56,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/1242de40-6351-47ce-ad55-28fc1b5f9812 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" 2019-01-20 12:59:56,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-23286e43-5b34-4513-b822-dd4dca75fca3 Date: Sun, 20 Jan 2019 12:59:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee87da60-e5ae-496e-bcb8-5666ede6897c","tenant_id":"","created_at":"2019-01-20T12:59:52Z","dns_nameservers":[],"updated_at":"2019-01-20T12:59:52Z","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":"1242de40-6351-47ce-ad55-28fc1b5f9812","subnetpool_id":null,"name":"HA subnet tenant 59ca7ea86cef4f5eb49126af4cc8d2ae"}} 2019-01-20 12:59:56,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/1242de40-6351-47ce-ad55-28fc1b5f9812 used request id req-23286e43-5b34-4513-b822-dd4dca75fca3 2019-01-20 12:59:56,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" 2019-01-20 12:59:56,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-364067a1-b925-438d-9680-66f6b16dee79 Date: Sun, 20 Jan 2019 12:59:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 12:59:56,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-364067a1-b925-438d-9680-66f6b16dee79 2019-01-20 12:59:56,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 12:59:56,906 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 12:59: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 12:59:56,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" 2019-01-20 12:59:57,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-144a7bfa-1171-45f7-9e88-4a7b517fd457 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 12:59:57,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-144a7bfa-1171-45f7-9e88-4a7b517fd457 2019-01-20 12:59:57,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?name=CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" 2019-01-20 12:59:57,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9b1d06b4-c8ae-4c29-a563-eae9c8db8093 Date: Sun, 20 Jan 2019 12:59:57 GMT RESP BODY: {"ports":[]} 2019-01-20 12:59:57,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?name=CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-port1&admin_state_up=True used request id req-9b1d06b4-c8ae-4c29-a563-eae9c8db8093 2019-01-20 12:59:57,204 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-port1 for router - CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-pub-router 2019-01-20 12:59:57,204 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 12:59:57,205 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 12:59:57,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T13:59:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["DNpbxg63Rx6W7j2B9YTOCA"], "issued_at": "2019-01-20T12:59:57.000000Z"}} 2019-01-20 12:59:57,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5240fc138200bb2f761107d40d22d104ba736d" 2019-01-20 12:59:57,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 12:59:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecbe587e-b0d4-4991-9088-ce0c5b577684 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 12:59:57,665 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ecbe587e-b0d4-4991-9088-ce0c5b577684 2019-01-20 12:59:57,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" 2019-01-20 12:59:57,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-c82bc039-a964-4207-aca3-3246c05ae688 Date: Sun, 20 Jan 2019 12:59:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 12:59:57,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-c82bc039-a964-4207-aca3-3246c05ae688 2019-01-20 12:59:57,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" 2019-01-20 12:59:57,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e520380e-6a15-4acd-add9-11ccc563df51 Date: Sun, 20 Jan 2019 12:59:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-20 12:59:57,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-e520380e-6a15-4acd-add9-11ccc563df51 2019-01-20 12:59:57,970 - neutron_utils - INFO - Creating port for network with name - external 2019-01-20 12:59:57,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" -d '{"port": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "name": "CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-port1", "admin_state_up": true}}' 2019-01-20 12:59:58,773 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-8cf3f939-6110-46da-a3b2-e962978da1dc Date: Sun, 20 Jan 2019 12:59:58 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:58Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.202"}],"id":"e9d6a83b-4d10-41bf-b40b-2e92d843abc2","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8b:31:fa","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-port1","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","qos_policy_id":null,"admin_state_up":true,"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T12:59:58Z","binding:vnic_type":"normal"}} 2019-01-20 12:59:58,773 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-8cf3f939-6110-46da-a3b2-e962978da1dc 2019-01-20 12:59:58,774 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-port1 for router - CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-pub-router 2019-01-20 12:59:58,774 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-pub-router 2019-01-20 12:59:58,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/ef9c106e-36b8-448b-94f9-67e5d0a60f3a/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" -d '{"port_id": "e9d6a83b-4d10-41bf-b40b-2e92d843abc2"}' 2019-01-20 13:00:00,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4db5074c-e124-4022-bbca-582d4189701b Date: Sun, 20 Jan 2019 13:00:00 GMT RESP BODY: {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "subnet_ids": ["f1d6064a-dfc2-4b08-a86f-c2541a25b519"], "port_id": "e9d6a83b-4d10-41bf-b40b-2e92d843abc2", "id": "ef9c106e-36b8-448b-94f9-67e5d0a60f3a"} 2019-01-20 13:00:00,547 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ef9c106e-36b8-448b-94f9-67e5d0a60f3a/add_router_interface used request id req-4db5074c-e124-4022-bbca-582d4189701b 2019-01-20 13:00:00,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/ef9c106e-36b8-448b-94f9-67e5d0a60f3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" 2019-01-20 13:00:00,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-b2782f52-8f17-4212-b8c0-4522539012fb Date: Sun, 20 Jan 2019 13:00:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:59:53Z", "admin_state_up": true, "updated_at": "2019-01-20T12:59:59Z", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "ef9c106e-36b8-448b-94f9-67e5d0a60f3a", "name": "CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-pub-router"}} 2019-01-20 13:00:00,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/ef9c106e-36b8-448b-94f9-67e5d0a60f3a used request id req-b2782f52-8f17-4212-b8c0-4522539012fb 2019-01-20 13:00:00,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=ef9c106e-36b8-448b-94f9-67e5d0a60f3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" 2019-01-20 13:00:01,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3692 X-Openstack-Request-Id: req-094ce86a-3f6c-4fa8-ad0f-7218eaaca5f7 Date: Sun, 20 Jan 2019 13:00:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:59Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1242de40-6351-47ce-ad55-28fc1b5f9812","ip_address":"169.254.192.4"}],"id":"18a6ff23-6bda-4bc3-ac22-e89ab7a6a4b1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:35:a6:aa","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 59ca7ea86cef4f5eb49126af4cc8d2ae","admin_state_up":true,"network_id":"ee87da60-e5ae-496e-bcb8-5666ede6897c","tenant_id":"","created_at":"2019-01-20T12:59:55Z","binding:vnic_type":"normal","device_id":"ef9c106e-36b8-448b-94f9-67e5d0a60f3a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:57Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1242de40-6351-47ce-ad55-28fc1b5f9812","ip_address":"169.254.192.3"}],"id":"8aee7308-25f2-4116-b090-d31d334fb5c1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:5e:5b","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 59ca7ea86cef4f5eb49126af4cc8d2ae","admin_state_up":true,"network_id":"ee87da60-e5ae-496e-bcb8-5666ede6897c","tenant_id":"","created_at":"2019-01-20T12:59:53Z","binding:vnic_type":"normal","device_id":"ef9c106e-36b8-448b-94f9-67e5d0a60f3a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:59Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.202"}],"id":"e9d6a83b-4d10-41bf-b40b-2e92d843abc2","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8b:31:fa","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-port1","admin_state_up":true,"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T12:59:58Z","binding:vnic_type":"normal","device_id":"ef9c106e-36b8-448b-94f9-67e5d0a60f3a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:57Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1242de40-6351-47ce-ad55-28fc1b5f9812","ip_address":"169.254.192.5"}],"id":"eeef3605-d3a7-414b-89f7-bbf5baa1dd43","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:59:2e","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 59ca7ea86cef4f5eb49126af4cc8d2ae","admin_state_up":true,"network_id":"ee87da60-e5ae-496e-bcb8-5666ede6897c","tenant_id":"","created_at":"2019-01-20T12:59:54Z","binding:vnic_type":"normal","device_id":"ef9c106e-36b8-448b-94f9-67e5d0a60f3a"}]} 2019-01-20 13:00:01,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=ef9c106e-36b8-448b-94f9-67e5d0a60f3a used request id req-094ce86a-3f6c-4fa8-ad0f-7218eaaca5f7 2019-01-20 13:00:01,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/1242de40-6351-47ce-ad55-28fc1b5f9812 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" 2019-01-20 13:00:01,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-df5ce36c-7c5e-42b6-83f9-66eedec96028 Date: Sun, 20 Jan 2019 13:00:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee87da60-e5ae-496e-bcb8-5666ede6897c","tenant_id":"","created_at":"2019-01-20T12:59:52Z","dns_nameservers":[],"updated_at":"2019-01-20T12:59:52Z","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":"1242de40-6351-47ce-ad55-28fc1b5f9812","subnetpool_id":null,"name":"HA subnet tenant 59ca7ea86cef4f5eb49126af4cc8d2ae"}} 2019-01-20 13:00:01,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/1242de40-6351-47ce-ad55-28fc1b5f9812 used request id req-df5ce36c-7c5e-42b6-83f9-66eedec96028 2019-01-20 13:00:01,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/1242de40-6351-47ce-ad55-28fc1b5f9812 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" 2019-01-20 13:00:01,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-cb4f27db-bf94-440c-86c5-dedcfec4d42d Date: Sun, 20 Jan 2019 13:00:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee87da60-e5ae-496e-bcb8-5666ede6897c","tenant_id":"","created_at":"2019-01-20T12:59:52Z","dns_nameservers":[],"updated_at":"2019-01-20T12:59:52Z","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":"1242de40-6351-47ce-ad55-28fc1b5f9812","subnetpool_id":null,"name":"HA subnet tenant 59ca7ea86cef4f5eb49126af4cc8d2ae"}} 2019-01-20 13:00:01,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/1242de40-6351-47ce-ad55-28fc1b5f9812 used request id req-cb4f27db-bf94-440c-86c5-dedcfec4d42d 2019-01-20 13:00:01,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/1242de40-6351-47ce-ad55-28fc1b5f9812 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" 2019-01-20 13:00:01,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a36beb52-1dbc-429c-913d-88d91dc01521 Date: Sun, 20 Jan 2019 13:00:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee87da60-e5ae-496e-bcb8-5666ede6897c","tenant_id":"","created_at":"2019-01-20T12:59:52Z","dns_nameservers":[],"updated_at":"2019-01-20T12:59:52Z","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":"1242de40-6351-47ce-ad55-28fc1b5f9812","subnetpool_id":null,"name":"HA subnet tenant 59ca7ea86cef4f5eb49126af4cc8d2ae"}} 2019-01-20 13:00:01,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/1242de40-6351-47ce-ad55-28fc1b5f9812 used request id req-a36beb52-1dbc-429c-913d-88d91dc01521 2019-01-20 13:00:01,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" 2019-01-20 13:00:01,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-92dd89b2-f745-45c7-ba0c-e7b8e5d27fa8 Date: Sun, 20 Jan 2019 13:00:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 13:00:01,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-92dd89b2-f745-45c7-ba0c-e7b8e5d27fa8 2019-01-20 13:00:01,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d677897348147fc5c9246467618a06c8462e8c6" 2019-01-20 13:00:01,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-654d6789-70e1-4b56-a9e8-f47970919149 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:00:01,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-654d6789-70e1-4b56-a9e8-f47970919149 2019-01-20 13:00:01,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d677897348147fc5c9246467618a06c8462e8c6" 2019-01-20 13:00:02,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-0452b605-1ce8-4f69-af53-7b0b5df3f3b8 Date: Sun, 20 Jan 2019 13:00:02 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:59:53Z", "admin_state_up": true, "updated_at": "2019-01-20T12:59:59Z", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "ef9c106e-36b8-448b-94f9-67e5d0a60f3a", "name": "CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-pub-router"}]} 2019-01-20 13:00:02,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-pub-router&admin_state_up=True used request id req-0452b605-1ce8-4f69-af53-7b0b5df3f3b8 2019-01-20 13:00:02,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:00:02,091 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:00: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:00:02,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d677897348147fc5c9246467618a06c8462e8c6" 2019-01-20 13:00:02,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ffd749a-2d49-41a3-acb2-fdf0a44247e0 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:00:02,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-6ffd749a-2d49-41a3-acb2-fdf0a44247e0 2019-01-20 13:00:02,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=ef9c106e-36b8-448b-94f9-67e5d0a60f3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d677897348147fc5c9246467618a06c8462e8c6" 2019-01-20 13:00:02,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3789 X-Openstack-Request-Id: req-718c66f0-2fc4-42aa-8233-4b393d40dba9 Date: Sun, 20 Jan 2019 13:00:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:59Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1242de40-6351-47ce-ad55-28fc1b5f9812","ip_address":"169.254.192.4"}],"id":"18a6ff23-6bda-4bc3-ac22-e89ab7a6a4b1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:35:a6:aa","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 59ca7ea86cef4f5eb49126af4cc8d2ae","admin_state_up":true,"network_id":"ee87da60-e5ae-496e-bcb8-5666ede6897c","tenant_id":"","created_at":"2019-01-20T12:59:55Z","binding:vnic_type":"normal","device_id":"ef9c106e-36b8-448b-94f9-67e5d0a60f3a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:57Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1242de40-6351-47ce-ad55-28fc1b5f9812","ip_address":"169.254.192.3"}],"id":"8aee7308-25f2-4116-b090-d31d334fb5c1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:86:5e:5b","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 59ca7ea86cef4f5eb49126af4cc8d2ae","admin_state_up":true,"network_id":"ee87da60-e5ae-496e-bcb8-5666ede6897c","tenant_id":"","created_at":"2019-01-20T12:59:53Z","binding:vnic_type":"normal","device_id":"ef9c106e-36b8-448b-94f9-67e5d0a60f3a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:00:02Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.202"}],"id":"e9d6a83b-4d10-41bf-b40b-2e92d843abc2","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:31:fa","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-port1","admin_state_up":true,"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T12:59:58Z","binding:vnic_type":"normal","device_id":"ef9c106e-36b8-448b-94f9-67e5d0a60f3a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T12:59:57Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1242de40-6351-47ce-ad55-28fc1b5f9812","ip_address":"169.254.192.5"}],"id":"eeef3605-d3a7-414b-89f7-bbf5baa1dd43","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a4:59:2e","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 59ca7ea86cef4f5eb49126af4cc8d2ae","admin_state_up":true,"network_id":"ee87da60-e5ae-496e-bcb8-5666ede6897c","tenant_id":"","created_at":"2019-01-20T12:59:54Z","binding:vnic_type":"normal","device_id":"ef9c106e-36b8-448b-94f9-67e5d0a60f3a"}]} 2019-01-20 13:00:02,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=ef9c106e-36b8-448b-94f9-67e5d0a60f3a used request id req-718c66f0-2fc4-42aa-8233-4b393d40dba9 2019-01-20 13:00:02,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/1242de40-6351-47ce-ad55-28fc1b5f9812 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d677897348147fc5c9246467618a06c8462e8c6" 2019-01-20 13:00:02,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-92131028-600d-4b1f-8cd8-f72d034d26a1 Date: Sun, 20 Jan 2019 13:00:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee87da60-e5ae-496e-bcb8-5666ede6897c","tenant_id":"","created_at":"2019-01-20T12:59:52Z","dns_nameservers":[],"updated_at":"2019-01-20T12:59:52Z","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":"1242de40-6351-47ce-ad55-28fc1b5f9812","subnetpool_id":null,"name":"HA subnet tenant 59ca7ea86cef4f5eb49126af4cc8d2ae"}} 2019-01-20 13:00:02,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/1242de40-6351-47ce-ad55-28fc1b5f9812 used request id req-92131028-600d-4b1f-8cd8-f72d034d26a1 2019-01-20 13:00:02,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/1242de40-6351-47ce-ad55-28fc1b5f9812 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d677897348147fc5c9246467618a06c8462e8c6" 2019-01-20 13:00:02,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c633815e-5fee-475b-8567-9c8137828423 Date: Sun, 20 Jan 2019 13:00:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee87da60-e5ae-496e-bcb8-5666ede6897c","tenant_id":"","created_at":"2019-01-20T12:59:52Z","dns_nameservers":[],"updated_at":"2019-01-20T12:59:52Z","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":"1242de40-6351-47ce-ad55-28fc1b5f9812","subnetpool_id":null,"name":"HA subnet tenant 59ca7ea86cef4f5eb49126af4cc8d2ae"}} 2019-01-20 13:00:02,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/1242de40-6351-47ce-ad55-28fc1b5f9812 used request id req-c633815e-5fee-475b-8567-9c8137828423 2019-01-20 13:00:02,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/1242de40-6351-47ce-ad55-28fc1b5f9812 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d677897348147fc5c9246467618a06c8462e8c6" 2019-01-20 13:00:03,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-23ac30a5-fdbf-4895-b9a7-ffbadf121232 Date: Sun, 20 Jan 2019 13:00:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee87da60-e5ae-496e-bcb8-5666ede6897c","tenant_id":"","created_at":"2019-01-20T12:59:52Z","dns_nameservers":[],"updated_at":"2019-01-20T12:59:52Z","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":"1242de40-6351-47ce-ad55-28fc1b5f9812","subnetpool_id":null,"name":"HA subnet tenant 59ca7ea86cef4f5eb49126af4cc8d2ae"}} 2019-01-20 13:00:03,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/1242de40-6351-47ce-ad55-28fc1b5f9812 used request id req-23ac30a5-fdbf-4895-b9a7-ffbadf121232 2019-01-20 13:00:03,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d677897348147fc5c9246467618a06c8462e8c6" 2019-01-20 13:00:03,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-773bfe1f-de64-47e3-a98f-e6b63dd9c370 Date: Sun, 20 Jan 2019 13:00:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 13:00:03,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-773bfe1f-de64-47e3-a98f-e6b63dd9c370 2019-01-20 13:00:03,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d677897348147fc5c9246467618a06c8462e8c6" 2019-01-20 13:00:03,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-65b783bf-fe39-48aa-bc91-666aae5aa4f1 Date: Sun, 20 Jan 2019 13:00:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 13:00:03,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-65b783bf-fe39-48aa-bc91-666aae5aa4f1 2019-01-20 13:00:03,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d677897348147fc5c9246467618a06c8462e8c6" 2019-01-20 13:00:03,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-ed5628c1-827a-4216-99fe-a463ee20042a Date: Sun, 20 Jan 2019 13:00:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-20 13:00:03,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-ed5628c1-827a-4216-99fe-a463ee20042a 2019-01-20 13:00:03,694 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-pub-router and port CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-port1 2019-01-20 13:00:03,694 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-pub-router 2019-01-20 13:00:03,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/ef9c106e-36b8-448b-94f9-67e5d0a60f3a/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" -d '{"port_id": "e9d6a83b-4d10-41bf-b40b-2e92d843abc2"}' 2019-01-20 13:00:04,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9e855310-0f4e-4086-beb0-08caaad511dc Date: Sun, 20 Jan 2019 13:00:04 GMT RESP BODY: {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "subnet_ids": ["f1d6064a-dfc2-4b08-a86f-c2541a25b519"], "port_id": "e9d6a83b-4d10-41bf-b40b-2e92d843abc2", "id": "ef9c106e-36b8-448b-94f9-67e5d0a60f3a"} 2019-01-20 13:00:04,921 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ef9c106e-36b8-448b-94f9-67e5d0a60f3a/remove_router_interface used request id req-9e855310-0f4e-4086-beb0-08caaad511dc 2019-01-20 13:00:04,921 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-pub-router 2019-01-20 13:00:04,921 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-0d01bd5f-e653-4b1d-95a8-2e628cfac324-pub-router 2019-01-20 13:00:04,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/ef9c106e-36b8-448b-94f9-67e5d0a60f3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea3a73dda0bc3d634a273ff5ebb54ee83921724e" 2019-01-20 13:00:07,584 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2ddf6f4e-f9b8-41f2-aa18-cdcf9ea1234a Content-Length: 0 Date: Sun, 20 Jan 2019 13:00:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:00:07,584 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/ef9c106e-36b8-448b-94f9-67e5d0a60f3a used request id req-2ddf6f4e-f9b8-41f2-aa18-cdcf9ea1234a 2019-01-20 13:00:07,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f439d4d845f5f3c35b3274884200944d8a24af" 2019-01-20 13:00:07,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2cab84b2-7b0a-469d-81df-1eee6c9f13e6 Date: Sun, 20 Jan 2019 13:00:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:00:07,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-2cab84b2-7b0a-469d-81df-1eee6c9f13e6 2019-01-20 13:00:07,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f439d4d845f5f3c35b3274884200944d8a24af" 2019-01-20 13:00:07,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e38e15a-72e9-46c1-9615-4356edf1fa87 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:00:07,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-9e38e15a-72e9-46c1-9615-4356edf1fa87 2019-01-20 13:00:07,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f439d4d845f5f3c35b3274884200944d8a24af" 2019-01-20 13:00:07,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3851c3d-0f6a-4cfc-844d-5ac3d417e660 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:00:07,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-a3851c3d-0f6a-4cfc-844d-5ac3d417e660 2019-01-20 13:00:07,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f439d4d845f5f3c35b3274884200944d8a24af" 2019-01-20 13:00:08,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e5b80fc-a7c2-4dd6-b4b1-84006eff7208 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:00:08,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-9e5b80fc-a7c2-4dd6-b4b1-84006eff7208 2019-01-20 13:00:08,073 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-72252f6e-185e-48c-proj 2019-01-20 13:00:08,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/97a010217d1b4c7083d07f7a3398b2ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f439d4d845f5f3c35b3274884200944d8a24af" 2019-01-20 13:00:08,310 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:00:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe721097-f13f-4a40-805c-f01dc74ca68a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:00:08,311 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/97a010217d1b4c7083d07f7a3398b2ea used request id req-fe721097-f13f-4a40-805c-f01dc74ca68a 2019-01-20 13:00:08,311 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-72252f6e-185e-48c-proj-role 2019-01-20 13:00:08,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/835616e455f0434ea0fa02fc758990eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f439d4d845f5f3c35b3274884200944d8a24af" 2019-01-20 13:00:08,427 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:00:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aed6f96e-b95c-45a9-8d79-eb9070315482 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:00:08,428 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/835616e455f0434ea0fa02fc758990eb used request id req-aed6f96e-b95c-45a9-8d79-eb9070315482 2019-01-20 13:00:08,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f439d4d845f5f3c35b3274884200944d8a24af" 2019-01-20 13:00:08,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5be9da98-e061-48f8-b5d5-ae96c33a1718 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:00:08,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5be9da98-e061-48f8-b5d5-ae96c33a1718 2019-01-20 13:00:08,514 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-72252f6e-185e-48c-user 2019-01-20 13:00:08,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/7e3f971725ba453f99260dd3b4c4562f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0fcee24e516617bbc8e51baf5f4ede9c0f63c8f" 2019-01-20 13:00:08,691 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:00:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2ca7eb3-47d5-45cd-af83-c7a0bb30f67e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:00:08,691 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/7e3f971725ba453f99260dd3b4c4562f used request id req-d2ca7eb3-47d5-45cd-af83-c7a0bb30f67e 2019-01-20 13:00:08,693 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:00:09,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:00:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["V1kAXEl1RYqK3X6tO1G6Yg"], "issued_at": "2019-01-20T13:00:09.000000Z"}} 2019-01-20 13:00:09,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7bc47acc709768fb7178a933cf96d81277f6648" 2019-01-20 13:00:09,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffaffcca-d1ad-4152-91cf-de7e7f165118 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:00:09,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ffaffcca-d1ad-4152-91cf-de7e7f165118 2019-01-20 13:00:09,159 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:00:09,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:00:09,546 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:00:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["sQoKnN8jTxC6BqlMEvxfKg"], "issued_at": "2019-01-20T13:00:09.000000Z"}} 2019-01-20 13:00:09,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db35ed82b87f260d1614d037763ae469f65a6fd" 2019-01-20 13:00:09,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b77d05de-0141-41bf-b512-83d39432b4ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:00:09,630 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b77d05de-0141-41bf-b512-83d39432b4ba 2019-01-20 13:00:09,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:00:09,637 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:00: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:00:09,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db35ed82b87f260d1614d037763ae469f65a6fd" 2019-01-20 13:00:09,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5be67b9-d3a2-4d7c-bdbb-cb13cba2b22d Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:00:09,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj used request id req-c5be67b9-d3a2-4d7c-bdbb-cb13cba2b22d 2019-01-20 13:00:09,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db35ed82b87f260d1614d037763ae469f65a6fd" 2019-01-20 13:00:09,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a2eb7ee-555b-427f-aa35-6d433abfff84 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:00:09,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-3a2eb7ee-555b-427f-aa35-6d433abfff84 2019-01-20 13:00:09,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db35ed82b87f260d1614d037763ae469f65a6fd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj"}}' 2019-01-20 13:00:09,919 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:00:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83d3bd3e-9057-4573-b080-2d2468974eab Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4871e0838c08402f9156ed6c35c1fe9f"}, "enabled": true, "id": "4871e0838c08402f9156ed6c35c1fe9f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj"}} 2019-01-20 13:00:09,919 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-83d3bd3e-9057-4573-b080-2d2468974eab 2019-01-20 13:00:09,919 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj 2019-01-20 13:00:09,920 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:00:09,920 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:00:10,304 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:00:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["RJO4gIvgQ_--goDLW0f_Wg"], "issued_at": "2019-01-20T13:00:10.000000Z"}} 2019-01-20 13:00:10,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed37540ac9492af7e96e21c404066804c142c5b1" 2019-01-20 13:00:10,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c1c1ead-8b3b-46c1-bd40-a02c34be1b66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:00:10,394 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5c1c1ead-8b3b-46c1-bd40-a02c34be1b66 2019-01-20 13:00:10,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:00:10,399 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:00: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:00:10,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed37540ac9492af7e96e21c404066804c142c5b1" 2019-01-20 13:00:10,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-732c202d-6b90-49d8-9951-8090e45f8cd5 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:00:10,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-732c202d-6b90-49d8-9951-8090e45f8cd5 2019-01-20 13:00:10,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed37540ac9492af7e96e21c404066804c142c5b1" 2019-01-20 13:00:10,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-177673ac-591a-4a6f-ab04-4b1b3638c492 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4871e0838c08402f9156ed6c35c1fe9f"}, "enabled": true, "id": "4871e0838c08402f9156ed6c35c1fe9f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj"}]} 2019-01-20 13:00:10,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj used request id req-177673ac-591a-4a6f-ab04-4b1b3638c492 2019-01-20 13:00:10,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed37540ac9492af7e96e21c404066804c142c5b1" 2019-01-20 13:00:10,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8754816-c9e4-4955-afd1-d2aa29a31ada Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:00:10,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-c8754816-c9e4-4955-afd1-d2aa29a31ada 2019-01-20 13:00:11,057 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-9d0bf6c2-9c80-42f-user 2019-01-20 13:00:11,057 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:00:11,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db35ed82b87f260d1614d037763ae469f65a6fd" 2019-01-20 13:00:11,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad515660-1cc6-4aa7-9f33-46ca6365d41b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:00:11,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ad515660-1cc6-4aa7-9f33-46ca6365d41b 2019-01-20 13:00:11,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db35ed82b87f260d1614d037763ae469f65a6fd" -d '{"role": {"name": "CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj-role"}}' 2019-01-20 13:00:11,255 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:00:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-507ea737-e109-449f-bc6a-2541d1a21cea Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "142aa1931d3d45d082a12a56afa16f56", "links": {"self": "http://172.30.9.22:5000/v3/roles/142aa1931d3d45d082a12a56afa16f56"}, "name": "CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj-role"}} 2019-01-20 13:00:11,255 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-507ea737-e109-449f-bc6a-2541d1a21cea 2019-01-20 13:00:11,255 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj-role 2019-01-20 13:00:11,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/142aa1931d3d45d082a12a56afa16f56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db35ed82b87f260d1614d037763ae469f65a6fd" 2019-01-20 13:00:11,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebfd908a-5e28-4d48-aebf-9b8c795d76dd Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/142aa1931d3d45d082a12a56afa16f56"}, "domain_id": null, "name": "CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj-role", "id": "142aa1931d3d45d082a12a56afa16f56"}} 2019-01-20 13:00:11,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/142aa1931d3d45d082a12a56afa16f56 used request id req-ebfd908a-5e28-4d48-aebf-9b8c795d76dd 2019-01-20 13:00:11,349 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj-role to project CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj 2019-01-20 13:00:11,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/4871e0838c08402f9156ed6c35c1fe9f/users/5b8e54c9a3bf4a8c86b1a7303d2541aa/roles/142aa1931d3d45d082a12a56afa16f56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db35ed82b87f260d1614d037763ae469f65a6fd" 2019-01-20 13:00:11,557 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:00:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9acc8e2f-588a-483e-9397-fc545a72b07e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:00:11,557 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/4871e0838c08402f9156ed6c35c1fe9f/users/5b8e54c9a3bf4a8c86b1a7303d2541aa/roles/142aa1931d3d45d082a12a56afa16f56 used request id req-9acc8e2f-588a-483e-9397-fc545a72b07e 2019-01-20 13:00:11,557 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:00:11,558 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:00:12,021 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "142aa1931d3d45d082a12a56afa16f56", "name": "CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj-role"}], "expires_at": "2019-01-20T14:00:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4871e0838c08402f9156ed6c35c1fe9f", "name": "CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/4871e0838c08402f9156ed6c35c1fe9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/4871e0838c08402f9156ed6c35c1fe9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/4871e0838c08402f9156ed6c35c1fe9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/4871e0838c08402f9156ed6c35c1fe9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/4871e0838c08402f9156ed6c35c1fe9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/4871e0838c08402f9156ed6c35c1fe9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/4871e0838c08402f9156ed6c35c1fe9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/4871e0838c08402f9156ed6c35c1fe9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/4871e0838c08402f9156ed6c35c1fe9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4871e0838c08402f9156ed6c35c1fe9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/4871e0838c08402f9156ed6c35c1fe9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/4871e0838c08402f9156ed6c35c1fe9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-9d0bf6c2-9c80-42f-user", "id": "5b8e54c9a3bf4a8c86b1a7303d2541aa"}, "audit_ids": ["F5rcrJeQSOmZmztyw2We-A"], "issued_at": "2019-01-20T13:00:12.000000Z"}} 2019-01-20 13:00:12,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}379b94446320963206ebfa946a9de22b45116e22" 2019-01-20 13:00:12,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f231541-6e3f-4c57-b3f8-9424b66c943b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:00:12,094 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1f231541-6e3f-4c57-b3f8-9424b66c943b 2019-01-20 13:00:12,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}379b94446320963206ebfa946a9de22b45116e22" 2019-01-20 13:00:12,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-78a504a9-4669-4203-acb9-26f1ce0a78e9 Date: Sun, 20 Jan 2019 13:00:12 GMT RESP BODY: {"networks":[]} 2019-01-20 13:00:12,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-net1 used request id req-78a504a9-4669-4203-acb9-26f1ce0a78e9 2019-01-20 13:00:12,276 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-net1 2019-01-20 13:00:12,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}379b94446320963206ebfa946a9de22b45116e22" -d '{"network": {"name": "CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-net1", "admin_state_up": true}}' 2019-01-20 13:00:12,803 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-427b69ae-403f-4c17-af39-385aabca3a49 Date: Sun, 20 Jan 2019 13:00:12 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"bc0ad60b-b635-4484-ae15-42224cdc02d9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4871e0838c08402f9156ed6c35c1fe9f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:00:12Z","is_default":false,"name":"CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"4871e0838c08402f9156ed6c35c1fe9f","created_at":"2019-01-20T13:00:12Z","mtu":1450}} 2019-01-20 13:00:12,804 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-427b69ae-403f-4c17-af39-385aabca3a49 2019-01-20 13:00:12,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=bc0ad60b-b635-4484-ae15-42224cdc02d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}379b94446320963206ebfa946a9de22b45116e22" 2019-01-20 13:00:13,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-caa5c9f7-ac6b-488c-a391-afec707fdcae Date: Sun, 20 Jan 2019 13:00:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T13:00:12Z","tenant_id":"4871e0838c08402f9156ed6c35c1fe9f","created_at":"2019-01-20T13:00:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4871e0838c08402f9156ed6c35c1fe9f","id":"bc0ad60b-b635-4484-ae15-42224cdc02d9","name":"CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-net1"}]} 2019-01-20 13:00:13,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=bc0ad60b-b635-4484-ae15-42224cdc02d9 used request id req-caa5c9f7-ac6b-488c-a391-afec707fdcae 2019-01-20 13:00:13,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bc0ad60b-b635-4484-ae15-42224cdc02d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}379b94446320963206ebfa946a9de22b45116e22" 2019-01-20 13:00:13,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-54fc4459-681c-491e-95c9-6cec522accee Date: Sun, 20 Jan 2019 13:00:13 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:00:13,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bc0ad60b-b635-4484-ae15-42224cdc02d9 used request id req-54fc4459-681c-491e-95c9-6cec522accee 2019-01-20 13:00:13,239 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-subnet1 2019-01-20 13:00:13,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}379b94446320963206ebfa946a9de22b45116e22" -d '{"subnets": [{"ip_version": 4, "network_id": "bc0ad60b-b635-4484-ae15-42224cdc02d9", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-subnet1"}]}' 2019-01-20 13:00:13,872 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-bba2aab2-afe3-4188-9b10-565daa8f7b6e Date: Sun, 20 Jan 2019 13:00:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc0ad60b-b635-4484-ae15-42224cdc02d9","tenant_id":"4871e0838c08402f9156ed6c35c1fe9f","created_at":"2019-01-20T13:00:13Z","dns_nameservers":[],"updated_at":"2019-01-20T13:00: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":"4871e0838c08402f9156ed6c35c1fe9f","id":"a6c7893d-36d4-4516-a812-c5091c1d02e3","subnetpool_id":null,"name":"CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-subnet1"}]} 2019-01-20 13:00:13,872 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-bba2aab2-afe3-4188-9b10-565daa8f7b6e 2019-01-20 13:00:13,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=bc0ad60b-b635-4484-ae15-42224cdc02d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}379b94446320963206ebfa946a9de22b45116e22" 2019-01-20 13:00:14,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-8499f6d0-cf40-483c-a3d0-09f3d5b55389 Date: Sun, 20 Jan 2019 13:00: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":["a6c7893d-36d4-4516-a812-c5091c1d02e3"],"updated_at":"2019-01-20T13:00:13Z","tenant_id":"4871e0838c08402f9156ed6c35c1fe9f","created_at":"2019-01-20T13:00:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4871e0838c08402f9156ed6c35c1fe9f","id":"bc0ad60b-b635-4484-ae15-42224cdc02d9","name":"CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-net1"}]} 2019-01-20 13:00:14,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=bc0ad60b-b635-4484-ae15-42224cdc02d9 used request id req-8499f6d0-cf40-483c-a3d0-09f3d5b55389 2019-01-20 13:00:14,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bc0ad60b-b635-4484-ae15-42224cdc02d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}379b94446320963206ebfa946a9de22b45116e22" 2019-01-20 13:00:14,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-0aff2836-354c-4b11-9d77-33c5764095ae Date: Sun, 20 Jan 2019 13:00:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc0ad60b-b635-4484-ae15-42224cdc02d9","tenant_id":"4871e0838c08402f9156ed6c35c1fe9f","created_at":"2019-01-20T13:00:13Z","dns_nameservers":[],"updated_at":"2019-01-20T13:00: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":"4871e0838c08402f9156ed6c35c1fe9f","id":"a6c7893d-36d4-4516-a812-c5091c1d02e3","subnetpool_id":null,"name":"CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-subnet1"}]} 2019-01-20 13:00:14,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bc0ad60b-b635-4484-ae15-42224cdc02d9 used request id req-0aff2836-354c-4b11-9d77-33c5764095ae 2019-01-20 13:00:14,478 - OpenStackNetwork - DEBUG - Network [bc0ad60b-b635-4484-ae15-42224cdc02d9] created successfully 2019-01-20 13:00:14,479 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:00:14,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:00:14,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "142aa1931d3d45d082a12a56afa16f56", "name": "CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj-role"}], "expires_at": "2019-01-20T14:00:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4871e0838c08402f9156ed6c35c1fe9f", "name": "CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/4871e0838c08402f9156ed6c35c1fe9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/4871e0838c08402f9156ed6c35c1fe9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/4871e0838c08402f9156ed6c35c1fe9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/4871e0838c08402f9156ed6c35c1fe9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/4871e0838c08402f9156ed6c35c1fe9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/4871e0838c08402f9156ed6c35c1fe9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/4871e0838c08402f9156ed6c35c1fe9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/4871e0838c08402f9156ed6c35c1fe9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/4871e0838c08402f9156ed6c35c1fe9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4871e0838c08402f9156ed6c35c1fe9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/4871e0838c08402f9156ed6c35c1fe9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/4871e0838c08402f9156ed6c35c1fe9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-9d0bf6c2-9c80-42f-user", "id": "5b8e54c9a3bf4a8c86b1a7303d2541aa"}, "audit_ids": ["fbESogmzRQCNKmCvif-NTQ"], "issued_at": "2019-01-20T13:00:14.000000Z"}} 2019-01-20 13:00:14,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621ccb5c94341d2fea9cc2596e1cc3fddd1d7e02" 2019-01-20 13:00:14,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-915b75a6-1ea2-4edf-90a7-f3c3de28ed5b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:00:14,926 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-915b75a6-1ea2-4edf-90a7-f3c3de28ed5b 2019-01-20 13:00:14,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621ccb5c94341d2fea9cc2596e1cc3fddd1d7e02" 2019-01-20 13:00:15,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-af1d51e8-bbf6-498e-ac71-468fda7eaee8 Date: Sun, 20 Jan 2019 13:00:15 GMT RESP BODY: {"routers": []} 2019-01-20 13:00:15,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-router&admin_state_up=True used request id req-af1d51e8-bbf6-498e-ac71-468fda7eaee8 2019-01-20 13:00:15,133 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:00:15,134 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:00:15,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "142aa1931d3d45d082a12a56afa16f56", "name": "CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj-role"}], "expires_at": "2019-01-20T14:00:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4871e0838c08402f9156ed6c35c1fe9f", "name": "CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/4871e0838c08402f9156ed6c35c1fe9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/4871e0838c08402f9156ed6c35c1fe9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/4871e0838c08402f9156ed6c35c1fe9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/4871e0838c08402f9156ed6c35c1fe9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/4871e0838c08402f9156ed6c35c1fe9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/4871e0838c08402f9156ed6c35c1fe9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/4871e0838c08402f9156ed6c35c1fe9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/4871e0838c08402f9156ed6c35c1fe9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/4871e0838c08402f9156ed6c35c1fe9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4871e0838c08402f9156ed6c35c1fe9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/4871e0838c08402f9156ed6c35c1fe9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/4871e0838c08402f9156ed6c35c1fe9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-9d0bf6c2-9c80-42f-user", "id": "5b8e54c9a3bf4a8c86b1a7303d2541aa"}, "audit_ids": ["eEF-BZ2xQ8ueJKLNU9FIBA"], "issued_at": "2019-01-20T13:00:15.000000Z"}} 2019-01-20 13:00:15,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3533a81bdf6fe1ed5026db952203a962e5a56ecb" 2019-01-20 13:00:15,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-808fb2c5-1f88-4988-a4cd-9570442e5163 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:00:15,603 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-808fb2c5-1f88-4988-a4cd-9570442e5163 2019-01-20 13:00:15,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621ccb5c94341d2fea9cc2596e1cc3fddd1d7e02" 2019-01-20 13:00:15,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b62d683e-0c45-4230-a455-2afd32046815 Date: Sun, 20 Jan 2019 13:00:15 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:00:15,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-b62d683e-0c45-4230-a455-2afd32046815 2019-01-20 13:00:15,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621ccb5c94341d2fea9cc2596e1cc3fddd1d7e02" 2019-01-20 13:00:16,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-343de65f-4e49-4198-bd1f-cc6e2f841f44 Date: Sun, 20 Jan 2019 13:00:16 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:00:16,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-343de65f-4e49-4198-bd1f-cc6e2f841f44 2019-01-20 13:00:16,039 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-router 2019-01-20 13:00:16,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621ccb5c94341d2fea9cc2596e1cc3fddd1d7e02" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-router", "admin_state_up": true}}' 2019-01-20 13:00:21,022 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-2f4a225e-9a1f-419b-9faa-eedada4458a1 Date: Sun, 20 Jan 2019 13:00:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "4871e0838c08402f9156ed6c35c1fe9f", "created_at": "2019-01-20T13:00:16Z", "admin_state_up": true, "updated_at": "2019-01-20T13:00:17Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "4871e0838c08402f9156ed6c35c1fe9f", "id": "018f497f-b0f9-400d-8463-c576d6a10a08", "name": "CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-router"}} 2019-01-20 13:00:21,022 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-2f4a225e-9a1f-419b-9faa-eedada4458a1 2019-01-20 13:00:21,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=018f497f-b0f9-400d-8463-c576d6a10a08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621ccb5c94341d2fea9cc2596e1cc3fddd1d7e02" 2019-01-20 13:00:21,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-308f3c35-8a1c-49ef-8a7e-ad86699ab65e Date: Sun, 20 Jan 2019 13:00:21 GMT RESP BODY: {"ports":[]} 2019-01-20 13:00:21,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=018f497f-b0f9-400d-8463-c576d6a10a08 used request id req-308f3c35-8a1c-49ef-8a7e-ad86699ab65e 2019-01-20 13:00:21,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?name=CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621ccb5c94341d2fea9cc2596e1cc3fddd1d7e02" 2019-01-20 13:00:21,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-2ce81b73-31d1-42b3-b91e-4eab4d0d0a39 Date: Sun, 20 Jan 2019 13:00:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc0ad60b-b635-4484-ae15-42224cdc02d9","tenant_id":"4871e0838c08402f9156ed6c35c1fe9f","created_at":"2019-01-20T13:00:13Z","dns_nameservers":[],"updated_at":"2019-01-20T13:00: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":"4871e0838c08402f9156ed6c35c1fe9f","id":"a6c7893d-36d4-4516-a812-c5091c1d02e3","subnetpool_id":null,"name":"CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-subnet1"}]} 2019-01-20 13:00:21,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?name=CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-subnet1 used request id req-2ce81b73-31d1-42b3-b91e-4eab4d0d0a39 2019-01-20 13:00:21,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:00:21,416 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:00: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:00:21,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/4871e0838c08402f9156ed6c35c1fe9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621ccb5c94341d2fea9cc2596e1cc3fddd1d7e02" 2019-01-20 13:00:21,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92dfe4f3-f3ad-4ae0-872b-1bda6e880e74 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4871e0838c08402f9156ed6c35c1fe9f"}, "enabled": true, "id": "4871e0838c08402f9156ed6c35c1fe9f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj"}} 2019-01-20 13:00:21,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/4871e0838c08402f9156ed6c35c1fe9f used request id req-92dfe4f3-f3ad-4ae0-872b-1bda6e880e74 2019-01-20 13:00:21,504 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-20 13:00:21,504 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-router 2019-01-20 13:00:21,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/018f497f-b0f9-400d-8463-c576d6a10a08/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621ccb5c94341d2fea9cc2596e1cc3fddd1d7e02" -d '{"subnet_id": "a6c7893d-36d4-4516-a812-c5091c1d02e3"}' 2019-01-20 13:00:23,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a2da9d26-047f-4bfa-bab1-0df502e257a7 Date: Sun, 20 Jan 2019 13:00:23 GMT RESP BODY: {"network_id": "bc0ad60b-b635-4484-ae15-42224cdc02d9", "tenant_id": "4871e0838c08402f9156ed6c35c1fe9f", "subnet_id": "a6c7893d-36d4-4516-a812-c5091c1d02e3", "subnet_ids": ["a6c7893d-36d4-4516-a812-c5091c1d02e3"], "port_id": "85a5d44d-2bd9-439a-95aa-513a0de38a97", "id": "018f497f-b0f9-400d-8463-c576d6a10a08"} 2019-01-20 13:00:23,685 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/018f497f-b0f9-400d-8463-c576d6a10a08/add_router_interface used request id req-a2da9d26-047f-4bfa-bab1-0df502e257a7 2019-01-20 13:00:23,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/018f497f-b0f9-400d-8463-c576d6a10a08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621ccb5c94341d2fea9cc2596e1cc3fddd1d7e02" 2019-01-20 13:00:23,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-7980fdc0-fc05-4166-b0bf-dfe78690e2db Date: Sun, 20 Jan 2019 13:00:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4871e0838c08402f9156ed6c35c1fe9f", "created_at": "2019-01-20T13:00:16Z", "admin_state_up": true, "updated_at": "2019-01-20T13:00:22Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "4871e0838c08402f9156ed6c35c1fe9f", "id": "018f497f-b0f9-400d-8463-c576d6a10a08", "name": "CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-router"}} 2019-01-20 13:00:23,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/018f497f-b0f9-400d-8463-c576d6a10a08 used request id req-7980fdc0-fc05-4166-b0bf-dfe78690e2db 2019-01-20 13:00:23,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=018f497f-b0f9-400d-8463-c576d6a10a08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621ccb5c94341d2fea9cc2596e1cc3fddd1d7e02" 2019-01-20 13:00:23,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-649d01a9-72ff-4906-b31d-1fa30d75018d Date: Sun, 20 Jan 2019 13:00:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:00:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a6c7893d-36d4-4516-a812-c5091c1d02e3","ip_address":"10.200.201.1"}],"id":"85a5d44d-2bd9-439a-95aa-513a0de38a97","security_groups":[],"mac_address":"fa:16:3e:63:77:b3","project_id":"4871e0838c08402f9156ed6c35c1fe9f","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc0ad60b-b635-4484-ae15-42224cdc02d9","tenant_id":"4871e0838c08402f9156ed6c35c1fe9f","created_at":"2019-01-20T13:00:22Z","binding:vnic_type":"normal","device_id":"018f497f-b0f9-400d-8463-c576d6a10a08"}]} 2019-01-20 13:00:23,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=018f497f-b0f9-400d-8463-c576d6a10a08 used request id req-649d01a9-72ff-4906-b31d-1fa30d75018d 2019-01-20 13:00:24,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/a6c7893d-36d4-4516-a812-c5091c1d02e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621ccb5c94341d2fea9cc2596e1cc3fddd1d7e02" 2019-01-20 13:00:24,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c842abfd-70b0-4b22-b722-b679abb098c0 Date: Sun, 20 Jan 2019 13:00:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc0ad60b-b635-4484-ae15-42224cdc02d9","tenant_id":"4871e0838c08402f9156ed6c35c1fe9f","created_at":"2019-01-20T13:00:13Z","dns_nameservers":[],"updated_at":"2019-01-20T13:00: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":"4871e0838c08402f9156ed6c35c1fe9f","id":"a6c7893d-36d4-4516-a812-c5091c1d02e3","subnetpool_id":null,"name":"CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-subnet1"}} 2019-01-20 13:00:24,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/a6c7893d-36d4-4516-a812-c5091c1d02e3 used request id req-c842abfd-70b0-4b22-b722-b679abb098c0 2019-01-20 13:00:24,264 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-router and subnet CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-subnet1 2019-01-20 13:00:24,264 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-router 2019-01-20 13:00:24,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/018f497f-b0f9-400d-8463-c576d6a10a08/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621ccb5c94341d2fea9cc2596e1cc3fddd1d7e02" -d '{"subnet_id": "a6c7893d-36d4-4516-a812-c5091c1d02e3"}' 2019-01-20 13:00:25,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f3bd2fbd-da8a-490a-842d-382b9ca97510 Date: Sun, 20 Jan 2019 13:00:25 GMT RESP BODY: {"network_id": "bc0ad60b-b635-4484-ae15-42224cdc02d9", "tenant_id": "4871e0838c08402f9156ed6c35c1fe9f", "subnet_id": "a6c7893d-36d4-4516-a812-c5091c1d02e3", "subnet_ids": ["a6c7893d-36d4-4516-a812-c5091c1d02e3"], "port_id": "85a5d44d-2bd9-439a-95aa-513a0de38a97", "id": "018f497f-b0f9-400d-8463-c576d6a10a08"} 2019-01-20 13:00:25,758 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/018f497f-b0f9-400d-8463-c576d6a10a08/remove_router_interface used request id req-f3bd2fbd-da8a-490a-842d-382b9ca97510 2019-01-20 13:00:25,759 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-router 2019-01-20 13:00:25,759 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-router 2019-01-20 13:00:25,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/018f497f-b0f9-400d-8463-c576d6a10a08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621ccb5c94341d2fea9cc2596e1cc3fddd1d7e02" 2019-01-20 13:00:29,148 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f836a071-c1c1-4f7d-9aa5-6db57408ea7e Content-Length: 0 Date: Sun, 20 Jan 2019 13:00:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:00:29,148 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/018f497f-b0f9-400d-8463-c576d6a10a08 used request id req-f836a071-c1c1-4f7d-9aa5-6db57408ea7e 2019-01-20 13:00:29,149 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-subnet1 2019-01-20 13:00:29,149 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-subnet1 2019-01-20 13:00:29,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/a6c7893d-36d4-4516-a812-c5091c1d02e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}379b94446320963206ebfa946a9de22b45116e22" 2019-01-20 13:00:31,566 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-28de307a-8d67-48db-b014-44bb0ca0d871 Date: Sun, 20 Jan 2019 13:00:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:00:31,566 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/a6c7893d-36d4-4516-a812-c5091c1d02e3 used request id req-28de307a-8d67-48db-b014-44bb0ca0d871 2019-01-20 13:00:31,567 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-210233aa-e641-4dfe-ad2d-b3bdd50b365b-pub-net1 2019-01-20 13:00:31,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/bc0ad60b-b635-4484-ae15-42224cdc02d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}379b94446320963206ebfa946a9de22b45116e22" 2019-01-20 13:00:32,825 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-35af1a2f-b6d0-4ee0-805a-82ce3d53d1e6 Date: Sun, 20 Jan 2019 13:00:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:00:32,826 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/bc0ad60b-b635-4484-ae15-42224cdc02d9 used request id req-35af1a2f-b6d0-4ee0-805a-82ce3d53d1e6 2019-01-20 13:00:32,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db35ed82b87f260d1614d037763ae469f65a6fd" 2019-01-20 13:00:33,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-5a32db6d-9b96-4f0d-ad52-a04b6be400ec Date: Sun, 20 Jan 2019 13:00:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4871e0838c08402f9156ed6c35c1fe9f", "created_at": "2019-01-20T13:00:12Z", "updated_at": "2019-01-20T13:00:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:00:12Z", "revision_number": 0, "id": "22609a6c-f81f-458b-a845-fcc4a4010bf5", "remote_group_id": "31d8233e-f59e-4216-9d81-3a86bc535d86", "remote_ip_prefix": null, "created_at": "2019-01-20T13:00:12Z", "security_group_id": "31d8233e-f59e-4216-9d81-3a86bc535d86", "tenant_id": "4871e0838c08402f9156ed6c35c1fe9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4871e0838c08402f9156ed6c35c1fe9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:00:12Z", "revision_number": 0, "id": "383ea887-8e10-4d37-a169-439b9ecbf6b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:00:12Z", "security_group_id": "31d8233e-f59e-4216-9d81-3a86bc535d86", "tenant_id": "4871e0838c08402f9156ed6c35c1fe9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4871e0838c08402f9156ed6c35c1fe9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:00:12Z", "revision_number": 0, "id": "b18eeebd-7ab0-42d6-a5f5-d65076970b06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:00:12Z", "security_group_id": "31d8233e-f59e-4216-9d81-3a86bc535d86", "tenant_id": "4871e0838c08402f9156ed6c35c1fe9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4871e0838c08402f9156ed6c35c1fe9f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:00:12Z", "revision_number": 0, "id": "cc69e141-1148-44dc-8a9b-74139aa81575", "remote_group_id": "31d8233e-f59e-4216-9d81-3a86bc535d86", "remote_ip_prefix": null, "created_at": "2019-01-20T13:00:12Z", "security_group_id": "31d8233e-f59e-4216-9d81-3a86bc535d86", "tenant_id": "4871e0838c08402f9156ed6c35c1fe9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4871e0838c08402f9156ed6c35c1fe9f"}], "revision_number": 4, "project_id": "4871e0838c08402f9156ed6c35c1fe9f", "id": "31d8233e-f59e-4216-9d81-3a86bc535d86", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:00:33,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-5a32db6d-9b96-4f0d-ad52-a04b6be400ec 2019-01-20 13:00:33,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db35ed82b87f260d1614d037763ae469f65a6fd" 2019-01-20 13:00:33,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92be3daa-56bc-4572-a2f2-8e28bf71fdfb 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:00:33,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-92be3daa-56bc-4572-a2f2-8e28bf71fdfb 2019-01-20 13:00:33,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db35ed82b87f260d1614d037763ae469f65a6fd" 2019-01-20 13:00:33,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9099b23a-804d-4c01-9717-64aac1c22d49 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:00:33,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-9099b23a-804d-4c01-9717-64aac1c22d49 2019-01-20 13:00:33,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/4871e0838c08402f9156ed6c35c1fe9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db35ed82b87f260d1614d037763ae469f65a6fd" 2019-01-20 13:00:33,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d36a188e-bdec-4b97-9ff8-b8c1e4b4ef63 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4871e0838c08402f9156ed6c35c1fe9f"}, "enabled": true, "id": "4871e0838c08402f9156ed6c35c1fe9f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj"}} 2019-01-20 13:00:33,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/4871e0838c08402f9156ed6c35c1fe9f used request id req-d36a188e-bdec-4b97-9ff8-b8c1e4b4ef63 2019-01-20 13:00:33,464 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31d8233e-f59e-4216-9d81-3a86bc535d86 2019-01-20 13:00:33,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=31d8233e-f59e-4216-9d81-3a86bc535d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db35ed82b87f260d1614d037763ae469f65a6fd" 2019-01-20 13:00:33,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e3112542-00e9-421c-8625-80ef7066bc8d Date: Sun, 20 Jan 2019 13:00:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "31d8233e-f59e-4216-9d81-3a86bc535d86", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:00:12Z", "security_group_id": "31d8233e-f59e-4216-9d81-3a86bc535d86", "port_range_min": null, "revision_number": 0, "tenant_id": "4871e0838c08402f9156ed6c35c1fe9f", "created_at": "2019-01-20T13:00:12Z", "project_id": "4871e0838c08402f9156ed6c35c1fe9f", "id": "22609a6c-f81f-458b-a845-fcc4a4010bf5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:00:12Z", "security_group_id": "31d8233e-f59e-4216-9d81-3a86bc535d86", "port_range_min": null, "revision_number": 0, "tenant_id": "4871e0838c08402f9156ed6c35c1fe9f", "created_at": "2019-01-20T13:00:12Z", "project_id": "4871e0838c08402f9156ed6c35c1fe9f", "id": "383ea887-8e10-4d37-a169-439b9ecbf6b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:00:12Z", "security_group_id": "31d8233e-f59e-4216-9d81-3a86bc535d86", "port_range_min": null, "revision_number": 0, "tenant_id": "4871e0838c08402f9156ed6c35c1fe9f", "created_at": "2019-01-20T13:00:12Z", "project_id": "4871e0838c08402f9156ed6c35c1fe9f", "id": "b18eeebd-7ab0-42d6-a5f5-d65076970b06"}, {"remote_group_id": "31d8233e-f59e-4216-9d81-3a86bc535d86", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:00:12Z", "security_group_id": "31d8233e-f59e-4216-9d81-3a86bc535d86", "port_range_min": null, "revision_number": 0, "tenant_id": "4871e0838c08402f9156ed6c35c1fe9f", "created_at": "2019-01-20T13:00:12Z", "project_id": "4871e0838c08402f9156ed6c35c1fe9f", "id": "cc69e141-1148-44dc-8a9b-74139aa81575"}]} 2019-01-20 13:00:33,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=31d8233e-f59e-4216-9d81-3a86bc535d86 used request id req-e3112542-00e9-421c-8625-80ef7066bc8d 2019-01-20 13:00:33,661 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:00:33,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/31d8233e-f59e-4216-9d81-3a86bc535d86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db35ed82b87f260d1614d037763ae469f65a6fd" 2019-01-20 13:00:33,973 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-999dd2be-afeb-4213-8161-b454b7397584 Content-Length: 0 Date: Sun, 20 Jan 2019 13:00:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:00:33,973 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/31d8233e-f59e-4216-9d81-3a86bc535d86 used request id req-999dd2be-afeb-4213-8161-b454b7397584 2019-01-20 13:00:33,974 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj 2019-01-20 13:00:33,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/4871e0838c08402f9156ed6c35c1fe9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db35ed82b87f260d1614d037763ae469f65a6fd" 2019-01-20 13:00:34,167 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:00:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6b0c64a-d126-46f8-8723-9b965559face Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:00:34,168 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/4871e0838c08402f9156ed6c35c1fe9f used request id req-d6b0c64a-d126-46f8-8723-9b965559face 2019-01-20 13:00:34,168 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-9d0bf6c2-9c80-42f-proj-role 2019-01-20 13:00:34,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/142aa1931d3d45d082a12a56afa16f56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db35ed82b87f260d1614d037763ae469f65a6fd" 2019-01-20 13:00:34,266 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:00:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7211578-1390-4840-9ce9-e4f8aa013e89 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:00:34,266 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/142aa1931d3d45d082a12a56afa16f56 used request id req-a7211578-1390-4840-9ce9-e4f8aa013e89 2019-01-20 13:00:34,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db35ed82b87f260d1614d037763ae469f65a6fd" 2019-01-20 13:00:34,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59380fd3-9d1e-4f31-8960-bbd74df485a7 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:00:34,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-59380fd3-9d1e-4f31-8960-bbd74df485a7 2019-01-20 13:00:34,362 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-9d0bf6c2-9c80-42f-user 2019-01-20 13:00:34,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/5b8e54c9a3bf4a8c86b1a7303d2541aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed37540ac9492af7e96e21c404066804c142c5b1" 2019-01-20 13:00:34,540 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:00:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0725f6d-e058-4387-870d-d00ea64c92ca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:00:34,540 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/5b8e54c9a3bf4a8c86b1a7303d2541aa used request id req-f0725f6d-e058-4387-870d-d00ea64c92ca 2019-01-20 13:00:34,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:00:34,924 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:00:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["JmGOQQoORsWeFJGYBgpTLw"], "issued_at": "2019-01-20T13:00:34.000000Z"}} 2019-01-20 13:00:34,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e052729a7966ab75615cc1504b2b70fe6f52c283" 2019-01-20 13:00:35,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e837a0aa-af2a-4b40-90f2-46d6e92ac9cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:00:35,021 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e837a0aa-af2a-4b40-90f2-46d6e92ac9cd 2019-01-20 13:00:35,023 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:00:35,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:00:35,419 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:00:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["VBCt3qexS_GiDuepDDXLgw"], "issued_at": "2019-01-20T13:00:35.000000Z"}} 2019-01-20 13:00:35,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e877a0f98104e35961bbe74799b4968a7563b706" 2019-01-20 13:00:35,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67f8109b-14b0-42f2-9897-22c6d18ded5c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:00:35,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-67f8109b-14b0-42f2-9897-22c6d18ded5c 2019-01-20 13:00:35,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:00:35,519 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:00:35,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-d25d2cc9-5c67-453-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e877a0f98104e35961bbe74799b4968a7563b706" 2019-01-20 13:00:35,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4acb93e2-73bb-4b43-9032-e32ae60e01cd Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-d25d2cc9-5c67-453-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:00:35,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-d25d2cc9-5c67-453-proj used request id req-4acb93e2-73bb-4b43-9032-e32ae60e01cd 2019-01-20 13:00:35,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e877a0f98104e35961bbe74799b4968a7563b706" 2019-01-20 13:00:35,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-388ec725-55b5-40f0-8d02-df490bd9fe81 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:00:35,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-388ec725-55b5-40f0-8d02-df490bd9fe81 2019-01-20 13:00:35,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e877a0f98104e35961bbe74799b4968a7563b706" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-d25d2cc9-5c67-453-proj"}}' 2019-01-20 13:00:35,811 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:00:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52c9ca9f-a1d9-4e77-9d7c-d3911b563ebd Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/33782e7bb11143eca714daae695f32c8"}, "enabled": true, "id": "33782e7bb11143eca714daae695f32c8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-d25d2cc9-5c67-453-proj"}} 2019-01-20 13:00:35,812 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-52c9ca9f-a1d9-4e77-9d7c-d3911b563ebd 2019-01-20 13:00:35,812 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-d25d2cc9-5c67-453-proj 2019-01-20 13:00:35,812 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:00:35,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:00:36,289 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:00:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["YZgG_ASGTu2KkqPDQ9_t4A"], "issued_at": "2019-01-20T13:00:36.000000Z"}} 2019-01-20 13:00:36,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0920240aba1c25159c2df261592d9bb6bafe8e1b" 2019-01-20 13:00:36,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ca4b15c-16ff-4fcd-baf2-06971531967d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:00:36,365 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3ca4b15c-16ff-4fcd-baf2-06971531967d 2019-01-20 13:00:36,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:00:36,375 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:00: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:00:36,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0920240aba1c25159c2df261592d9bb6bafe8e1b" 2019-01-20 13:00:36,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-247b6c40-3d6a-46bd-9aad-f773a0c8a43e Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:00:36,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-247b6c40-3d6a-46bd-9aad-f773a0c8a43e 2019-01-20 13:00:36,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-d25d2cc9-5c67-453-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0920240aba1c25159c2df261592d9bb6bafe8e1b" 2019-01-20 13:00:36,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f507481-045a-4717-a06e-968aec8b42ac Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-d25d2cc9-5c67-453-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/33782e7bb11143eca714daae695f32c8"}, "enabled": true, "id": "33782e7bb11143eca714daae695f32c8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-d25d2cc9-5c67-453-proj"}]} 2019-01-20 13:00:36,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateRouterSuccessTests-d25d2cc9-5c67-453-proj used request id req-2f507481-045a-4717-a06e-968aec8b42ac 2019-01-20 13:00:36,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0920240aba1c25159c2df261592d9bb6bafe8e1b" 2019-01-20 13:00:36,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b10fae2-b199-4758-b905-a7df9bda4264 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:00:36,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-3b10fae2-b199-4758-b905-a7df9bda4264 2019-01-20 13:00:36,937 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-d25d2cc9-5c67-453-user 2019-01-20 13:00:36,938 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:00:36,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e877a0f98104e35961bbe74799b4968a7563b706" 2019-01-20 13:00:37,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcce911f-dcdd-442b-91ea-2bf8aabcfa52 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:00:37,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-dcce911f-dcdd-442b-91ea-2bf8aabcfa52 2019-01-20 13:00:37,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e877a0f98104e35961bbe74799b4968a7563b706" -d '{"role": {"name": "CreateRouterSuccessTests-d25d2cc9-5c67-453-proj-role"}}' 2019-01-20 13:00:37,135 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:00:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9bc05851-9a78-4692-8b27-58481f73f333 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "61c32b06c48741cd96131f3944f550f2", "links": {"self": "http://172.30.9.22:5000/v3/roles/61c32b06c48741cd96131f3944f550f2"}, "name": "CreateRouterSuccessTests-d25d2cc9-5c67-453-proj-role"}} 2019-01-20 13:00:37,135 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-9bc05851-9a78-4692-8b27-58481f73f333 2019-01-20 13:00:37,135 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-d25d2cc9-5c67-453-proj-role 2019-01-20 13:00:37,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/61c32b06c48741cd96131f3944f550f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e877a0f98104e35961bbe74799b4968a7563b706" 2019-01-20 13:00:37,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36839c64-6430-4c3c-bc77-10bc92beb31e Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/61c32b06c48741cd96131f3944f550f2"}, "domain_id": null, "name": "CreateRouterSuccessTests-d25d2cc9-5c67-453-proj-role", "id": "61c32b06c48741cd96131f3944f550f2"}} 2019-01-20 13:00:37,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/61c32b06c48741cd96131f3944f550f2 used request id req-36839c64-6430-4c3c-bc77-10bc92beb31e 2019-01-20 13:00:37,226 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-d25d2cc9-5c67-453-proj-role to project CreateRouterSuccessTests-d25d2cc9-5c67-453-proj 2019-01-20 13:00:37,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/33782e7bb11143eca714daae695f32c8/users/f80004ba742b4b12be06e96f1c3e4d81/roles/61c32b06c48741cd96131f3944f550f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e877a0f98104e35961bbe74799b4968a7563b706" 2019-01-20 13:00:37,347 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:00:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6154579d-fac0-4819-8a0e-95fa09aaf8bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:00:37,347 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/33782e7bb11143eca714daae695f32c8/users/f80004ba742b4b12be06e96f1c3e4d81/roles/61c32b06c48741cd96131f3944f550f2 used request id req-6154579d-fac0-4819-8a0e-95fa09aaf8bd 2019-01-20 13:00:37,348 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:00:37,349 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:00:37,735 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:00:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["MTCoZDfDSxSN2aaQfZEBKQ"], "issued_at": "2019-01-20T13:00:37.000000Z"}} 2019-01-20 13:00:37,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bdda424497c1d0f9f80e44539cde4145206cfe" 2019-01-20 13:00:37,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac041e0d-2f27-429b-bf55-3c103f1a12f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:00:37,830 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ac041e0d-2f27-429b-bf55-3c103f1a12f0 2019-01-20 13:00:37,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bdda424497c1d0f9f80e44539cde4145206cfe" 2019-01-20 13:00:38,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-dfe3bb69-e9d0-49de-9b93-c7cefb32f786 Date: Sun, 20 Jan 2019 13:00:38 GMT RESP BODY: {"networks":[]} 2019-01-20 13:00:38,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-net1 used request id req-dfe3bb69-e9d0-49de-9b93-c7cefb32f786 2019-01-20 13:00:38,163 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-net1 2019-01-20 13:00:38,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bdda424497c1d0f9f80e44539cde4145206cfe" -d '{"network": {"name": "CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-net1", "admin_state_up": true}}' 2019-01-20 13:00:38,546 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-db79f9a4-1e9a-4281-ac77-720a36e0b8fc Date: Sun, 20 Jan 2019 13:00:38 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"abcd159c-4e02-4a7a-bfc5-052115293c7e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:00:38Z","is_default":false,"qos_policy_id":null,"name":"CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-net1","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:00:38Z","mtu":1450}} 2019-01-20 13:00:38,546 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-db79f9a4-1e9a-4281-ac77-720a36e0b8fc 2019-01-20 13:00:38,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=abcd159c-4e02-4a7a-bfc5-052115293c7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bdda424497c1d0f9f80e44539cde4145206cfe" 2019-01-20 13:00:38,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-4acf95fd-1e6c-428d-8033-afbb607a2cb4 Date: Sun, 20 Jan 2019 13:00:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"abcd159c-4e02-4a7a-bfc5-052115293c7e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:00:38Z","qos_policy_id":null,"name":"CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-net1","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:00:38Z","provider:network_type":"vxlan"}]} 2019-01-20 13:00:38,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=abcd159c-4e02-4a7a-bfc5-052115293c7e used request id req-4acf95fd-1e6c-428d-8033-afbb607a2cb4 2019-01-20 13:00:38,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=abcd159c-4e02-4a7a-bfc5-052115293c7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bdda424497c1d0f9f80e44539cde4145206cfe" 2019-01-20 13:00:39,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5283ed52-b001-4b11-b86d-41979e9e9c12 Date: Sun, 20 Jan 2019 13:00:39 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:00:39,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=abcd159c-4e02-4a7a-bfc5-052115293c7e used request id req-5283ed52-b001-4b11-b86d-41979e9e9c12 2019-01-20 13:00:39,112 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-subnet1 2019-01-20 13:00:39,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bdda424497c1d0f9f80e44539cde4145206cfe" -d '{"subnets": [{"ip_version": 4, "network_id": "abcd159c-4e02-4a7a-bfc5-052115293c7e", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-subnet1"}]}' 2019-01-20 13:00:39,696 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-6c4e8cb1-2371-441d-9bad-47cfd4196481 Date: Sun, 20 Jan 2019 13:00:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"abcd159c-4e02-4a7a-bfc5-052115293c7e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:00:39Z","dns_nameservers":[],"updated_at":"2019-01-20T13:00:39Z","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":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"a1e7425c-0f0f-4520-bde7-e680c83b0690","subnetpool_id":null,"name":"CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-subnet1"}]} 2019-01-20 13:00:39,696 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-6c4e8cb1-2371-441d-9bad-47cfd4196481 2019-01-20 13:00:39,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=abcd159c-4e02-4a7a-bfc5-052115293c7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bdda424497c1d0f9f80e44539cde4145206cfe" 2019-01-20 13:00:39,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-2565f0f4-4d24-4fa3-8481-e514ba0da9d1 Date: Sun, 20 Jan 2019 13:00:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"abcd159c-4e02-4a7a-bfc5-052115293c7e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["a1e7425c-0f0f-4520-bde7-e680c83b0690"],"description":"","tags":[],"updated_at":"2019-01-20T13:00:39Z","qos_policy_id":null,"name":"CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-net1","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:00:38Z","provider:network_type":"vxlan"}]} 2019-01-20 13:00:39,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=abcd159c-4e02-4a7a-bfc5-052115293c7e used request id req-2565f0f4-4d24-4fa3-8481-e514ba0da9d1 2019-01-20 13:00:39,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=abcd159c-4e02-4a7a-bfc5-052115293c7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bdda424497c1d0f9f80e44539cde4145206cfe" 2019-01-20 13:00:40,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-6eacdce5-c5af-4548-8397-d52801474b57 Date: Sun, 20 Jan 2019 13:00:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"abcd159c-4e02-4a7a-bfc5-052115293c7e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:00:39Z","dns_nameservers":[],"updated_at":"2019-01-20T13:00:39Z","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":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"a1e7425c-0f0f-4520-bde7-e680c83b0690","subnetpool_id":null,"name":"CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-subnet1"}]} 2019-01-20 13:00:40,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=abcd159c-4e02-4a7a-bfc5-052115293c7e used request id req-6eacdce5-c5af-4548-8397-d52801474b57 2019-01-20 13:00:40,151 - OpenStackNetwork - DEBUG - Network [abcd159c-4e02-4a7a-bfc5-052115293c7e] created successfully 2019-01-20 13:00:40,151 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:00:40,152 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:00:40,520 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "61c32b06c48741cd96131f3944f550f2", "name": "CreateRouterSuccessTests-d25d2cc9-5c67-453-proj-role"}], "expires_at": "2019-01-20T14:00:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "33782e7bb11143eca714daae695f32c8", "name": "CreateRouterSuccessTests-d25d2cc9-5c67-453-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/33782e7bb11143eca714daae695f32c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/33782e7bb11143eca714daae695f32c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/33782e7bb11143eca714daae695f32c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/33782e7bb11143eca714daae695f32c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/33782e7bb11143eca714daae695f32c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/33782e7bb11143eca714daae695f32c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/33782e7bb11143eca714daae695f32c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/33782e7bb11143eca714daae695f32c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/33782e7bb11143eca714daae695f32c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/33782e7bb11143eca714daae695f32c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/33782e7bb11143eca714daae695f32c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/33782e7bb11143eca714daae695f32c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-d25d2cc9-5c67-453-user", "id": "f80004ba742b4b12be06e96f1c3e4d81"}, "audit_ids": ["rB2ZfHvYS0ebL6J4fkngvQ"], "issued_at": "2019-01-20T13:00:40.000000Z"}} 2019-01-20 13:00:40,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1515575c882e2b5abc651c80096523c6032303d6" 2019-01-20 13:00:40,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01e896eb-d6ce-4166-954b-e29611aa6d6d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:00:40,610 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-01e896eb-d6ce-4166-954b-e29611aa6d6d 2019-01-20 13:00:40,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1515575c882e2b5abc651c80096523c6032303d6" 2019-01-20 13:00:40,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-82552298-1652-4cfd-8b94-f338a40a6b53 Date: Sun, 20 Jan 2019 13:00:40 GMT RESP BODY: {"routers": []} 2019-01-20 13:00:40,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-router&admin_state_up=True used request id req-82552298-1652-4cfd-8b94-f338a40a6b53 2019-01-20 13:00:40,816 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:00:40,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:00:41,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "61c32b06c48741cd96131f3944f550f2", "name": "CreateRouterSuccessTests-d25d2cc9-5c67-453-proj-role"}], "expires_at": "2019-01-20T14:00:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "33782e7bb11143eca714daae695f32c8", "name": "CreateRouterSuccessTests-d25d2cc9-5c67-453-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/33782e7bb11143eca714daae695f32c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/33782e7bb11143eca714daae695f32c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/33782e7bb11143eca714daae695f32c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/33782e7bb11143eca714daae695f32c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/33782e7bb11143eca714daae695f32c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/33782e7bb11143eca714daae695f32c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/33782e7bb11143eca714daae695f32c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/33782e7bb11143eca714daae695f32c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/33782e7bb11143eca714daae695f32c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/33782e7bb11143eca714daae695f32c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/33782e7bb11143eca714daae695f32c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/33782e7bb11143eca714daae695f32c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-d25d2cc9-5c67-453-user", "id": "f80004ba742b4b12be06e96f1c3e4d81"}, "audit_ids": ["MFI0XlGYRciwlrvGqmCtjA"], "issued_at": "2019-01-20T13:00:41.000000Z"}} 2019-01-20 13:00:41,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1818485a17ebb1b5874634ffa72153ddf6988615" 2019-01-20 13:00:41,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0e862d3-a893-4af6-bb92-ec6b4cba94c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:00:41,270 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c0e862d3-a893-4af6-bb92-ec6b4cba94c2 2019-01-20 13:00:41,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1515575c882e2b5abc651c80096523c6032303d6" 2019-01-20 13:00:41,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b8f8b3c5-3781-4017-bf56-f45bdcf4c55c Date: Sun, 20 Jan 2019 13:00:41 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:00:41,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-b8f8b3c5-3781-4017-bf56-f45bdcf4c55c 2019-01-20 13:00:41,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1515575c882e2b5abc651c80096523c6032303d6" 2019-01-20 13:00:41,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5fd55cb4-9df5-4b3c-b050-ac9fb04faf5b Date: Sun, 20 Jan 2019 13:00:41 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:00:41,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-5fd55cb4-9df5-4b3c-b050-ac9fb04faf5b 2019-01-20 13:00:41,734 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-router 2019-01-20 13:00:41,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1515575c882e2b5abc651c80096523c6032303d6" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-router", "admin_state_up": true}}' 2019-01-20 13:00:46,760 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-34fd9dff-826c-4f01-904c-1ef8742fa353 Date: Sun, 20 Jan 2019 13:00:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "33782e7bb11143eca714daae695f32c8", "created_at": "2019-01-20T13:00:42Z", "admin_state_up": true, "updated_at": "2019-01-20T13:00:43Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "33782e7bb11143eca714daae695f32c8", "id": "8f892d4f-6050-44dd-b570-5ba84cb9a479", "name": "CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-router"}} 2019-01-20 13:00:46,760 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-34fd9dff-826c-4f01-904c-1ef8742fa353 2019-01-20 13:00:46,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=8f892d4f-6050-44dd-b570-5ba84cb9a479 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1515575c882e2b5abc651c80096523c6032303d6" 2019-01-20 13:00:46,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e1ddde55-99d2-45fe-a827-a48e8af7b0a4 Date: Sun, 20 Jan 2019 13:00:46 GMT RESP BODY: {"ports":[]} 2019-01-20 13:00:46,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=8f892d4f-6050-44dd-b570-5ba84cb9a479 used request id req-e1ddde55-99d2-45fe-a827-a48e8af7b0a4 2019-01-20 13:00:46,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?name=CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1515575c882e2b5abc651c80096523c6032303d6" 2019-01-20 13:00:47,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-510023b4-964f-483b-bb91-68cd52d7574f Date: Sun, 20 Jan 2019 13:00:47 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:00:47,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?name=CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-subnet1 used request id req-510023b4-964f-483b-bb91-68cd52d7574f 2019-01-20 13:00:47,103 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-router 2019-01-20 13:00:47,104 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-router 2019-01-20 13:00:47,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/8f892d4f-6050-44dd-b570-5ba84cb9a479 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1515575c882e2b5abc651c80096523c6032303d6" 2019-01-20 13:00:51,814 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b20b4325-733f-4c73-a899-426fabbe5fde Content-Length: 0 Date: Sun, 20 Jan 2019 13:00:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:00:51,814 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/8f892d4f-6050-44dd-b570-5ba84cb9a479 used request id req-b20b4325-733f-4c73-a899-426fabbe5fde 2019-01-20 13:00:51,815 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-subnet1 2019-01-20 13:00:51,815 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-subnet1 2019-01-20 13:00:51,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/a1e7425c-0f0f-4520-bde7-e680c83b0690 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bdda424497c1d0f9f80e44539cde4145206cfe" 2019-01-20 13:00:53,934 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c421c59c-a8a9-4b31-882b-cde3fa6e9c55 Date: Sun, 20 Jan 2019 13:00:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:00:53,935 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/a1e7425c-0f0f-4520-bde7-e680c83b0690 used request id req-c421c59c-a8a9-4b31-882b-cde3fa6e9c55 2019-01-20 13:00:53,935 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-21a8b458-450b-40c8-8b6a-4b94d5220855-pub-net1 2019-01-20 13:00:53,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/abcd159c-4e02-4a7a-bfc5-052115293c7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8bdda424497c1d0f9f80e44539cde4145206cfe" 2019-01-20 13:00:55,239 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a223bb50-108b-4b92-9e23-68eee2d0e011 Date: Sun, 20 Jan 2019 13:00:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:00:55,239 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/abcd159c-4e02-4a7a-bfc5-052115293c7e used request id req-a223bb50-108b-4b92-9e23-68eee2d0e011 2019-01-20 13:00:55,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e877a0f98104e35961bbe74799b4968a7563b706" 2019-01-20 13:00:55,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a2a70b50-5e8f-4af9-9b48-94183177bd30 Date: Sun, 20 Jan 2019 13:00:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:00:55,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-a2a70b50-5e8f-4af9-9b48-94183177bd30 2019-01-20 13:00:55,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e877a0f98104e35961bbe74799b4968a7563b706" 2019-01-20 13:00:55,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27db84da-79ed-4718-b1f9-9e38859395f4 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:00:55,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-27db84da-79ed-4718-b1f9-9e38859395f4 2019-01-20 13:00:55,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e877a0f98104e35961bbe74799b4968a7563b706" 2019-01-20 13:00:55,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bd7b6c5-1498-4057-93c7-2d174fbe13cf 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:00:55,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-8bd7b6c5-1498-4057-93c7-2d174fbe13cf 2019-01-20 13:00:55,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e877a0f98104e35961bbe74799b4968a7563b706" 2019-01-20 13:00:55,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f22abb33-c201-4f83-b921-93f6f06e1636 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:00:55,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-f22abb33-c201-4f83-b921-93f6f06e1636 2019-01-20 13:00:55,721 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-d25d2cc9-5c67-453-proj 2019-01-20 13:00:55,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/33782e7bb11143eca714daae695f32c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e877a0f98104e35961bbe74799b4968a7563b706" 2019-01-20 13:00:55,946 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:00:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6f69fe7-8075-43e7-ade2-ab054d829a2f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:00:55,946 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/33782e7bb11143eca714daae695f32c8 used request id req-f6f69fe7-8075-43e7-ade2-ab054d829a2f 2019-01-20 13:00:55,947 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-d25d2cc9-5c67-453-proj-role 2019-01-20 13:00:55,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/61c32b06c48741cd96131f3944f550f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e877a0f98104e35961bbe74799b4968a7563b706" 2019-01-20 13:00:56,082 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:00:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebaed01f-b2a4-44a2-986d-f9081019d689 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:00:56,082 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/61c32b06c48741cd96131f3944f550f2 used request id req-ebaed01f-b2a4-44a2-986d-f9081019d689 2019-01-20 13:00:56,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e877a0f98104e35961bbe74799b4968a7563b706" 2019-01-20 13:00:56,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0881481c-8534-4efa-9866-75634b30ef92 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:00:56,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0881481c-8534-4efa-9866-75634b30ef92 2019-01-20 13:00:56,169 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-d25d2cc9-5c67-453-user 2019-01-20 13:00:56,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/f80004ba742b4b12be06e96f1c3e4d81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0920240aba1c25159c2df261592d9bb6bafe8e1b" 2019-01-20 13:00:56,403 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:00:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9a72dca-670f-4c40-a3b0-e6af3aa84777 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:00:56,403 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/f80004ba742b4b12be06e96f1c3e4d81 used request id req-f9a72dca-670f-4c40-a3b0-e6af3aa84777 2019-01-20 13:00:56,404 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:00:56,796 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:00:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["2OSt2wCFTd6yfC6PLFgEwA"], "issued_at": "2019-01-20T13:00:56.000000Z"}} 2019-01-20 13:00:56,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26ea339290f4856280d91f27a5e2fbc605849c72" 2019-01-20 13:00:56,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5548d02-9c10-4eb6-9679-b6083a7d8872 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:00:56,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b5548d02-9c10-4eb6-9679-b6083a7d8872 2019-01-20 13:00:56,876 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:00:56,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:00:57,261 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:00:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["_PIWHa0mQw6oXjlPQvGo4Q"], "issued_at": "2019-01-20T13:00:57.000000Z"}} 2019-01-20 13:00:57,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abf060f79a3613ca032ce5e2717ed8fa194ee0f" 2019-01-20 13:00:57,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-140f50ae-518a-4381-a56e-1a3b74e9f0d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:00:57,351 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-140f50ae-518a-4381-a56e-1a3b74e9f0d5 2019-01-20 13:00:57,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:00:57,361 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:00: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:00:57,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-a0d80dbc-746a-456-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abf060f79a3613ca032ce5e2717ed8fa194ee0f" 2019-01-20 13:00:57,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1999799e-acdb-4ca9-a219-abe95a299245 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-a0d80dbc-746a-456-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:00:57,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-a0d80dbc-746a-456-proj used request id req-1999799e-acdb-4ca9-a219-abe95a299245 2019-01-20 13:00:57,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abf060f79a3613ca032ce5e2717ed8fa194ee0f" 2019-01-20 13:00:57,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0d1d3b5-a2b2-44f0-abaf-76f143aa1159 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:00:57,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-d0d1d3b5-a2b2-44f0-abaf-76f143aa1159 2019-01-20 13:00:57,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abf060f79a3613ca032ce5e2717ed8fa194ee0f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-a0d80dbc-746a-456-proj"}}' 2019-01-20 13:00:57,656 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:00:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-103c014d-c0dd-4ccf-8766-1affcb7c040a Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/3a1c1ae331a348fd90414d56890e3a7f"}, "enabled": true, "id": "3a1c1ae331a348fd90414d56890e3a7f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-a0d80dbc-746a-456-proj"}} 2019-01-20 13:00:57,656 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-103c014d-c0dd-4ccf-8766-1affcb7c040a 2019-01-20 13:00:57,656 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-a0d80dbc-746a-456-proj 2019-01-20 13:00:57,656 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:00:57,657 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:00:58,034 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:00:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["vadWmjfuT92UGjhGvrHOkQ"], "issued_at": "2019-01-20T13:00:58.000000Z"}} 2019-01-20 13:00:58,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ca7fe1236476bc4a702c79f08feb88fba760fa" 2019-01-20 13:00:58,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-611892f6-a103-4744-9142-e870ac6aa1fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:00:58,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-611892f6-a103-4744-9142-e870ac6aa1fb 2019-01-20 13:00:58,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:00:58,058 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:00:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:00:58,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ca7fe1236476bc4a702c79f08feb88fba760fa" 2019-01-20 13:00:58,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95ac4b3c-f172-450a-973e-8803eb381cb9 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:00:58,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-95ac4b3c-f172-450a-973e-8803eb381cb9 2019-01-20 13:00:58,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateRouterNegativeTests-a0d80dbc-746a-456-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ca7fe1236476bc4a702c79f08feb88fba760fa" 2019-01-20 13:00:58,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-258b0c44-fb61-4f11-a5fc-b751bf396d2d Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateRouterNegativeTests-a0d80dbc-746a-456-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/3a1c1ae331a348fd90414d56890e3a7f"}, "enabled": true, "id": "3a1c1ae331a348fd90414d56890e3a7f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-a0d80dbc-746a-456-proj"}]} 2019-01-20 13:00:58,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateRouterNegativeTests-a0d80dbc-746a-456-proj used request id req-258b0c44-fb61-4f11-a5fc-b751bf396d2d 2019-01-20 13:00:58,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ca7fe1236476bc4a702c79f08feb88fba760fa" 2019-01-20 13:00:58,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d99fb4e-c724-4783-8ba4-2410d69af950 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:00:58,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-1d99fb4e-c724-4783-8ba4-2410d69af950 2019-01-20 13:00:58,793 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-a0d80dbc-746a-456-user 2019-01-20 13:00:58,794 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:00:58,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abf060f79a3613ca032ce5e2717ed8fa194ee0f" 2019-01-20 13:00:58,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92fec222-98c2-41de-9c03-6e76ab689354 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:00:58,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-92fec222-98c2-41de-9c03-6e76ab689354 2019-01-20 13:00:58,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abf060f79a3613ca032ce5e2717ed8fa194ee0f" -d '{"role": {"name": "CreateRouterNegativeTests-a0d80dbc-746a-456-proj-role"}}' 2019-01-20 13:00:58,997 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:00:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e2f7794-230b-423e-bc23-aadcef519743 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ae413c02480e4df0abfb9506265d1b4c", "links": {"self": "http://172.30.9.22:5000/v3/roles/ae413c02480e4df0abfb9506265d1b4c"}, "name": "CreateRouterNegativeTests-a0d80dbc-746a-456-proj-role"}} 2019-01-20 13:00:58,997 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-9e2f7794-230b-423e-bc23-aadcef519743 2019-01-20 13:00:58,997 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-a0d80dbc-746a-456-proj-role 2019-01-20 13:00:59,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/ae413c02480e4df0abfb9506265d1b4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abf060f79a3613ca032ce5e2717ed8fa194ee0f" 2019-01-20 13:00:59,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9db5572d-d740-4504-886c-aa052e0b3b21 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/ae413c02480e4df0abfb9506265d1b4c"}, "domain_id": null, "name": "CreateRouterNegativeTests-a0d80dbc-746a-456-proj-role", "id": "ae413c02480e4df0abfb9506265d1b4c"}} 2019-01-20 13:00:59,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/ae413c02480e4df0abfb9506265d1b4c used request id req-9db5572d-d740-4504-886c-aa052e0b3b21 2019-01-20 13:00:59,088 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-a0d80dbc-746a-456-proj-role to project CreateRouterNegativeTests-a0d80dbc-746a-456-proj 2019-01-20 13:00:59,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/3a1c1ae331a348fd90414d56890e3a7f/users/2f85c9ac0f4449f7a077ad6f886d4d12/roles/ae413c02480e4df0abfb9506265d1b4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abf060f79a3613ca032ce5e2717ed8fa194ee0f" 2019-01-20 13:00:59,241 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:00:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0566ab0-fe2c-41b5-8efe-dcd427c6702c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:00:59,241 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/3a1c1ae331a348fd90414d56890e3a7f/users/2f85c9ac0f4449f7a077ad6f886d4d12/roles/ae413c02480e4df0abfb9506265d1b4c used request id req-a0566ab0-fe2c-41b5-8efe-dcd427c6702c 2019-01-20 13:00:59,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:00:59,242 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:00:59,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:00:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["YgZEdn20QBaRbR-mVlUjeQ"], "issued_at": "2019-01-20T13:00:59.000000Z"}} 2019-01-20 13:00:59,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48de7bf27552a856835d0a832bd66fd01bba939b" 2019-01-20 13:00:59,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d9ee16d-24d5-41ec-929d-19331a9e336d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:00:59,785 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5d9ee16d-24d5-41ec-929d-19331a9e336d 2019-01-20 13:00:59,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48de7bf27552a856835d0a832bd66fd01bba939b" 2019-01-20 13:00:59,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0ff06f91-a9f9-4867-9ee0-34859f91c2b2 Date: Sun, 20 Jan 2019 13:00:59 GMT RESP BODY: {"networks":[]} 2019-01-20 13:00:59,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-net1 used request id req-0ff06f91-a9f9-4867-9ee0-34859f91c2b2 2019-01-20 13:00:59,966 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-net1 2019-01-20 13:00:59,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48de7bf27552a856835d0a832bd66fd01bba939b" -d '{"network": {"name": "CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-net1", "admin_state_up": true}}' 2019-01-20 13:01:00,840 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-5e532798-8cdd-4a9e-96ad-7d5fa59c2ce7 Date: Sun, 20 Jan 2019 13:01:00 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"86f20591-c6f2-472a-81b7-a18dd164c104","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":57,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:01:00Z","is_default":false,"qos_policy_id":null,"name":"CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-net1","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:01:00Z","mtu":1450}} 2019-01-20 13:01:00,840 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-5e532798-8cdd-4a9e-96ad-7d5fa59c2ce7 2019-01-20 13:01:00,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=86f20591-c6f2-472a-81b7-a18dd164c104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48de7bf27552a856835d0a832bd66fd01bba939b" 2019-01-20 13:01:01,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-2aeadfd6-04df-43a6-9181-c4c1f9d0deb9 Date: Sun, 20 Jan 2019 13:01:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"86f20591-c6f2-472a-81b7-a18dd164c104","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":57,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:01:00Z","qos_policy_id":null,"name":"CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-net1","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:01:00Z","provider:network_type":"vxlan"}]} 2019-01-20 13:01:01,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=86f20591-c6f2-472a-81b7-a18dd164c104 used request id req-2aeadfd6-04df-43a6-9181-c4c1f9d0deb9 2019-01-20 13:01:01,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=86f20591-c6f2-472a-81b7-a18dd164c104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48de7bf27552a856835d0a832bd66fd01bba939b" 2019-01-20 13:01:01,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a95253e6-4537-47ec-8258-73d63b597b28 Date: Sun, 20 Jan 2019 13:01:01 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:01:01,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=86f20591-c6f2-472a-81b7-a18dd164c104 used request id req-a95253e6-4537-47ec-8258-73d63b597b28 2019-01-20 13:01:01,337 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-subnet1 2019-01-20 13:01:01,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48de7bf27552a856835d0a832bd66fd01bba939b" -d '{"subnets": [{"ip_version": 4, "network_id": "86f20591-c6f2-472a-81b7-a18dd164c104", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-subnet1"}]}' 2019-01-20 13:01:01,852 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-4193c88c-6293-4c2d-bd60-2d36cedaf71c Date: Sun, 20 Jan 2019 13:01:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86f20591-c6f2-472a-81b7-a18dd164c104","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:01:01Z","dns_nameservers":[],"updated_at":"2019-01-20T13:01:01Z","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":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"fd02ae83-29cd-4d10-9e45-225080e596b9","subnetpool_id":null,"name":"CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-subnet1"}]} 2019-01-20 13:01:01,852 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-4193c88c-6293-4c2d-bd60-2d36cedaf71c 2019-01-20 13:01:01,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=86f20591-c6f2-472a-81b7-a18dd164c104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48de7bf27552a856835d0a832bd66fd01bba939b" 2019-01-20 13:01:02,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 752 X-Openstack-Request-Id: req-e0306fa2-8b75-445b-9e1f-a182a78e84b7 Date: Sun, 20 Jan 2019 13:01:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"86f20591-c6f2-472a-81b7-a18dd164c104","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":57,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["fd02ae83-29cd-4d10-9e45-225080e596b9"],"description":"","tags":[],"updated_at":"2019-01-20T13:01:01Z","qos_policy_id":null,"name":"CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-net1","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:01:00Z","provider:network_type":"vxlan"}]} 2019-01-20 13:01:02,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=86f20591-c6f2-472a-81b7-a18dd164c104 used request id req-e0306fa2-8b75-445b-9e1f-a182a78e84b7 2019-01-20 13:01:02,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=86f20591-c6f2-472a-81b7-a18dd164c104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48de7bf27552a856835d0a832bd66fd01bba939b" 2019-01-20 13:01:02,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-a39b71ad-d37f-48ca-9120-ac90a95ee5a9 Date: Sun, 20 Jan 2019 13:01:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86f20591-c6f2-472a-81b7-a18dd164c104","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:01:01Z","dns_nameservers":[],"updated_at":"2019-01-20T13:01:01Z","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":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"fd02ae83-29cd-4d10-9e45-225080e596b9","subnetpool_id":null,"name":"CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-subnet1"}]} 2019-01-20 13:01:02,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=86f20591-c6f2-472a-81b7-a18dd164c104 used request id req-a39b71ad-d37f-48ca-9120-ac90a95ee5a9 2019-01-20 13:01:02,338 - OpenStackNetwork - DEBUG - Network [86f20591-c6f2-472a-81b7-a18dd164c104] created successfully 2019-01-20 13:01:02,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:02,339 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:02,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ae413c02480e4df0abfb9506265d1b4c", "name": "CreateRouterNegativeTests-a0d80dbc-746a-456-proj-role"}], "expires_at": "2019-01-20T14:01:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a1c1ae331a348fd90414d56890e3a7f", "name": "CreateRouterNegativeTests-a0d80dbc-746a-456-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/3a1c1ae331a348fd90414d56890e3a7f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/3a1c1ae331a348fd90414d56890e3a7f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/3a1c1ae331a348fd90414d56890e3a7f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/3a1c1ae331a348fd90414d56890e3a7f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/3a1c1ae331a348fd90414d56890e3a7f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/3a1c1ae331a348fd90414d56890e3a7f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/3a1c1ae331a348fd90414d56890e3a7f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/3a1c1ae331a348fd90414d56890e3a7f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/3a1c1ae331a348fd90414d56890e3a7f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/3a1c1ae331a348fd90414d56890e3a7f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/3a1c1ae331a348fd90414d56890e3a7f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/3a1c1ae331a348fd90414d56890e3a7f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-a0d80dbc-746a-456-user", "id": "2f85c9ac0f4449f7a077ad6f886d4d12"}, "audit_ids": ["vqgbcbUNSkqOgpp8O3XsFg"], "issued_at": "2019-01-20T13:01:02.000000Z"}} 2019-01-20 13:01:02,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a49a2a4355c958f66365f5060bc76834d7440c7" 2019-01-20 13:01:02,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3282f010-0b03-4c60-80c0-1828bb1e4c51 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:02,785 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3282f010-0b03-4c60-80c0-1828bb1e4c51 2019-01-20 13:01:02,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a49a2a4355c958f66365f5060bc76834d7440c7" 2019-01-20 13:01:02,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c12be652-6f2b-4b5d-8763-5f094423c50b Date: Sun, 20 Jan 2019 13:01:02 GMT RESP BODY: {"routers": []} 2019-01-20 13:01:02,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-router&admin_state_up=True used request id req-c12be652-6f2b-4b5d-8763-5f094423c50b 2019-01-20 13:01:02,982 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:02,983 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:03,356 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ae413c02480e4df0abfb9506265d1b4c", "name": "CreateRouterNegativeTests-a0d80dbc-746a-456-proj-role"}], "expires_at": "2019-01-20T14:01:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a1c1ae331a348fd90414d56890e3a7f", "name": "CreateRouterNegativeTests-a0d80dbc-746a-456-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/3a1c1ae331a348fd90414d56890e3a7f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/3a1c1ae331a348fd90414d56890e3a7f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/3a1c1ae331a348fd90414d56890e3a7f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/3a1c1ae331a348fd90414d56890e3a7f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/3a1c1ae331a348fd90414d56890e3a7f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/3a1c1ae331a348fd90414d56890e3a7f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/3a1c1ae331a348fd90414d56890e3a7f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/3a1c1ae331a348fd90414d56890e3a7f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/3a1c1ae331a348fd90414d56890e3a7f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/3a1c1ae331a348fd90414d56890e3a7f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/3a1c1ae331a348fd90414d56890e3a7f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/3a1c1ae331a348fd90414d56890e3a7f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-a0d80dbc-746a-456-user", "id": "2f85c9ac0f4449f7a077ad6f886d4d12"}, "audit_ids": ["Xzfj5BIhRE2vCmKk4aS3Vw"], "issued_at": "2019-01-20T13:01:03.000000Z"}} 2019-01-20 13:01:03,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27a97d075f728df6a74e6f0e61dbdaefeeb89f9a" 2019-01-20 13:01:03,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-145fb838-adbb-4d13-89ac-a2671341b1c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:03,434 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-145fb838-adbb-4d13-89ac-a2671341b1c8 2019-01-20 13:01:03,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a49a2a4355c958f66365f5060bc76834d7440c7" 2019-01-20 13:01:03,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-fcb8b5c0-cc07-40fd-9bfe-b8fda21170af Date: Sun, 20 Jan 2019 13:01:03 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:01:03,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-fcb8b5c0-cc07-40fd-9bfe-b8fda21170af 2019-01-20 13:01:03,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a49a2a4355c958f66365f5060bc76834d7440c7" 2019-01-20 13:01:03,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5e69278c-2e49-4ef1-bfbc-e0dc09bd89ed Date: Sun, 20 Jan 2019 13:01:03 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:01:03,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-5e69278c-2e49-4ef1-bfbc-e0dc09bd89ed 2019-01-20 13:01:03,917 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-router 2019-01-20 13:01:03,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a49a2a4355c958f66365f5060bc76834d7440c7" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-router", "admin_state_up": true}}' 2019-01-20 13:01:09,208 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-35146bb9-c1c1-4045-b521-d7b64b851ca3 Date: Sun, 20 Jan 2019 13:01:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "3a1c1ae331a348fd90414d56890e3a7f", "created_at": "2019-01-20T13:01:04Z", "admin_state_up": true, "updated_at": "2019-01-20T13:01:05Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "3a1c1ae331a348fd90414d56890e3a7f", "id": "98ecdb45-c2b9-49c7-afab-2172175fa1b4", "name": "CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-router"}} 2019-01-20 13:01:09,208 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-35146bb9-c1c1-4045-b521-d7b64b851ca3 2019-01-20 13:01:09,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=98ecdb45-c2b9-49c7-afab-2172175fa1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a49a2a4355c958f66365f5060bc76834d7440c7" 2019-01-20 13:01:09,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-477fd47c-41a3-4819-923c-bcf0c4c64dc1 Date: Sun, 20 Jan 2019 13:01:09 GMT RESP BODY: {"ports":[]} 2019-01-20 13:01:09,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=98ecdb45-c2b9-49c7-afab-2172175fa1b4 used request id req-477fd47c-41a3-4819-923c-bcf0c4c64dc1 2019-01-20 13:01:09,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a49a2a4355c958f66365f5060bc76834d7440c7" 2019-01-20 13:01:09,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2e1730c0-cebb-4f05-8ef4-953d70d9ba19 Date: Sun, 20 Jan 2019 13:01:09 GMT RESP BODY: {"networks":[]} 2019-01-20 13:01:09,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-net1 used request id req-2e1730c0-cebb-4f05-8ef4-953d70d9ba19 2019-01-20 13:01:09,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?name=CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a49a2a4355c958f66365f5060bc76834d7440c7" 2019-01-20 13:01:09,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-109edb9c-bfe2-48c0-9ef7-7d2a80ffaf21 Date: Sun, 20 Jan 2019 13:01:09 GMT RESP BODY: {"ports":[]} 2019-01-20 13:01:09,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?name=CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-port1&admin_state_up=True used request id req-109edb9c-bfe2-48c0-9ef7-7d2a80ffaf21 2019-01-20 13:01:09,763 - OpenStackNetwork - INFO - Retrieved port CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-port1 for router - CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-router 2019-01-20 13:01:09,763 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:09,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:10,143 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ae413c02480e4df0abfb9506265d1b4c", "name": "CreateRouterNegativeTests-a0d80dbc-746a-456-proj-role"}], "expires_at": "2019-01-20T14:01:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a1c1ae331a348fd90414d56890e3a7f", "name": "CreateRouterNegativeTests-a0d80dbc-746a-456-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/3a1c1ae331a348fd90414d56890e3a7f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/3a1c1ae331a348fd90414d56890e3a7f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/3a1c1ae331a348fd90414d56890e3a7f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/3a1c1ae331a348fd90414d56890e3a7f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/3a1c1ae331a348fd90414d56890e3a7f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/3a1c1ae331a348fd90414d56890e3a7f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/3a1c1ae331a348fd90414d56890e3a7f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/3a1c1ae331a348fd90414d56890e3a7f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/3a1c1ae331a348fd90414d56890e3a7f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/3a1c1ae331a348fd90414d56890e3a7f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/3a1c1ae331a348fd90414d56890e3a7f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/3a1c1ae331a348fd90414d56890e3a7f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-a0d80dbc-746a-456-user", "id": "2f85c9ac0f4449f7a077ad6f886d4d12"}, "audit_ids": ["5ciLetJEQT-U6KbqlU8G0Q"], "issued_at": "2019-01-20T13:01:10.000000Z"}} 2019-01-20 13:01:10,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35afc8d523eccc26a32feea86d46d81d4d09d199" 2019-01-20 13:01:10,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55f70f3d-00cf-4084-9002-54ef5e689c77 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:10,228 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-55f70f3d-00cf-4084-9002-54ef5e689c77 2019-01-20 13:01:10,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a49a2a4355c958f66365f5060bc76834d7440c7" 2019-01-20 13:01:10,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2a01f29f-7333-4df8-aacd-8856a23bf83e Date: Sun, 20 Jan 2019 13:01:10 GMT RESP BODY: {"networks":[]} 2019-01-20 13:01:10,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-net1 used request id req-2a01f29f-7333-4df8-aacd-8856a23bf83e 2019-01-20 13:01:10,405 - OpenStackNetwork - INFO - Removing router CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-router 2019-01-20 13:01:10,405 - neutron_utils - INFO - Deleting router with name - CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-router 2019-01-20 13:01:10,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/98ecdb45-c2b9-49c7-afab-2172175fa1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a49a2a4355c958f66365f5060bc76834d7440c7" 2019-01-20 13:01:14,239 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-44df94b3-930c-46d6-8ea1-946d05949fe8 Content-Length: 0 Date: Sun, 20 Jan 2019 13:01:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:01:14,240 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/98ecdb45-c2b9-49c7-afab-2172175fa1b4 used request id req-44df94b3-930c-46d6-8ea1-946d05949fe8 2019-01-20 13:01:14,240 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-subnet1 2019-01-20 13:01:14,240 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-subnet1 2019-01-20 13:01:14,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/fd02ae83-29cd-4d10-9e45-225080e596b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48de7bf27552a856835d0a832bd66fd01bba939b" 2019-01-20 13:01:16,463 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7f79ccf8-2eff-4a3e-9171-f245ba011ae2 Date: Sun, 20 Jan 2019 13:01:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:01:16,463 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/fd02ae83-29cd-4d10-9e45-225080e596b9 used request id req-7f79ccf8-2eff-4a3e-9171-f245ba011ae2 2019-01-20 13:01:16,463 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-80f2670e-7151-4ad6-9735-f9cc6bab7a7b-pub-net1 2019-01-20 13:01:16,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/86f20591-c6f2-472a-81b7-a18dd164c104 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48de7bf27552a856835d0a832bd66fd01bba939b" 2019-01-20 13:01:17,658 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bb905a47-03e2-4a1b-9cf7-61e83850b2e1 Date: Sun, 20 Jan 2019 13:01:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:01:17,658 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/86f20591-c6f2-472a-81b7-a18dd164c104 used request id req-bb905a47-03e2-4a1b-9cf7-61e83850b2e1 2019-01-20 13:01:17,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abf060f79a3613ca032ce5e2717ed8fa194ee0f" 2019-01-20 13:01:17,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c05525b8-dc55-4ecd-b14a-b8e5a642c879 Date: Sun, 20 Jan 2019 13:01:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:01:17,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-c05525b8-dc55-4ecd-b14a-b8e5a642c879 2019-01-20 13:01:17,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abf060f79a3613ca032ce5e2717ed8fa194ee0f" 2019-01-20 13:01:17,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89d1e4f1-2966-451e-8d17-aaf9a2650bdf 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:01:17,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-89d1e4f1-2966-451e-8d17-aaf9a2650bdf 2019-01-20 13:01:17,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abf060f79a3613ca032ce5e2717ed8fa194ee0f" 2019-01-20 13:01:18,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e70fd276-89ac-4ebd-b29c-a57d04a3581a 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:01:18,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-e70fd276-89ac-4ebd-b29c-a57d04a3581a 2019-01-20 13:01:18,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abf060f79a3613ca032ce5e2717ed8fa194ee0f" 2019-01-20 13:01:18,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b16e62d-3d24-4430-b473-ce528b85b54b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:01:18,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-8b16e62d-3d24-4430-b473-ce528b85b54b 2019-01-20 13:01:18,149 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-a0d80dbc-746a-456-proj 2019-01-20 13:01:18,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/3a1c1ae331a348fd90414d56890e3a7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abf060f79a3613ca032ce5e2717ed8fa194ee0f" 2019-01-20 13:01:18,354 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c802920-e306-4cfe-8ea7-82bca1efe871 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:18,354 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/3a1c1ae331a348fd90414d56890e3a7f used request id req-8c802920-e306-4cfe-8ea7-82bca1efe871 2019-01-20 13:01:18,354 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-a0d80dbc-746a-456-proj-role 2019-01-20 13:01:18,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/ae413c02480e4df0abfb9506265d1b4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abf060f79a3613ca032ce5e2717ed8fa194ee0f" 2019-01-20 13:01:18,452 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0731bfb-0592-4677-a7cc-65f4388c9dd5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:18,452 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/ae413c02480e4df0abfb9506265d1b4c used request id req-d0731bfb-0592-4677-a7cc-65f4388c9dd5 2019-01-20 13:01:18,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0abf060f79a3613ca032ce5e2717ed8fa194ee0f" 2019-01-20 13:01:18,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcc62400-cdd1-4c4d-9f45-b70acdc24c84 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:01:18,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-dcc62400-cdd1-4c4d-9f45-b70acdc24c84 2019-01-20 13:01:18,554 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-a0d80dbc-746a-456-user 2019-01-20 13:01:18,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/2f85c9ac0f4449f7a077ad6f886d4d12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2ca7fe1236476bc4a702c79f08feb88fba760fa" 2019-01-20 13:01:18,728 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c66962ce-834b-4614-9b79-88beafed61a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:18,728 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/2f85c9ac0f4449f7a077ad6f886d4d12 used request id req-c66962ce-834b-4614-9b79-88beafed61a1 2019-01-20 13:01:18,729 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:19,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["h3GB__W0RpmjZhCfYdV56Q"], "issued_at": "2019-01-20T13:01:19.000000Z"}} 2019-01-20 13:01:19,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ea6b4252dc5e177bf9e24abe325c6fd33a3c2cb" 2019-01-20 13:01:19,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a6c437d-8216-470c-9b66-72e005f0b407 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:19,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5a6c437d-8216-470c-9b66-72e005f0b407 2019-01-20 13:01:19,197 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:19,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:19,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["AwxQgj02RHulrHif1AynVw"], "issued_at": "2019-01-20T13:01:19.000000Z"}} 2019-01-20 13:01:19,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}191b24e31cb374afe3767e193b4796ce0b01a036" 2019-01-20 13:01:19,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7e43508-85c8-40be-a947-17b3f32efa79 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:19,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a7e43508-85c8-40be-a947-17b3f32efa79 2019-01-20 13:01:19,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:01:19,669 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:01:19,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-2b063dff-9681-4be-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}191b24e31cb374afe3767e193b4796ce0b01a036" 2019-01-20 13:01:19,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd6684a6-5697-4d54-bcb3-720341084e68 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-2b063dff-9681-4be-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:01:19,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-2b063dff-9681-4be-proj used request id req-cd6684a6-5697-4d54-bcb3-720341084e68 2019-01-20 13:01:19,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}191b24e31cb374afe3767e193b4796ce0b01a036" 2019-01-20 13:01:19,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a29ef4ba-3cd4-47fc-9b0e-5d8b2eb7c6da Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:01:19,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-a29ef4ba-3cd4-47fc-9b0e-5d8b2eb7c6da 2019-01-20 13:01:19,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}191b24e31cb374afe3767e193b4796ce0b01a036" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-2b063dff-9681-4be-proj"}}' 2019-01-20 13:01:19,961 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:01:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a915be97-dc36-4b4f-8d92-426e739cab3e Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2d6fb3ef931842188554f0686f0f8bfb"}, "enabled": true, "id": "2d6fb3ef931842188554f0686f0f8bfb", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-2b063dff-9681-4be-proj"}} 2019-01-20 13:01:19,962 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-a915be97-dc36-4b4f-8d92-426e739cab3e 2019-01-20 13:01:19,962 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-2b063dff-9681-4be-proj 2019-01-20 13:01:19,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:19,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:20,356 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["6FsGsFZMRXq4ucEN1AI9aQ"], "issued_at": "2019-01-20T13:01:20.000000Z"}} 2019-01-20 13:01:20,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b083a0d98a37ca465455c92832b2f535b7fe899" 2019-01-20 13:01:20,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8377e19f-b88d-4105-834a-8502359b533c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:20,446 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8377e19f-b88d-4105-834a-8502359b533c 2019-01-20 13:01:20,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:01:20,456 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:01: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:01:20,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b083a0d98a37ca465455c92832b2f535b7fe899" 2019-01-20 13:01:20,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c596ac24-3bcd-4249-9618-9e17e3ec8378 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:01:20,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c596ac24-3bcd-4249-9618-9e17e3ec8378 2019-01-20 13:01:20,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateRouterNegativeTests-2b063dff-9681-4be-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b083a0d98a37ca465455c92832b2f535b7fe899" 2019-01-20 13:01:20,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d0645d2-4d6a-43ae-8144-12b38d53cc54 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateRouterNegativeTests-2b063dff-9681-4be-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2d6fb3ef931842188554f0686f0f8bfb"}, "enabled": true, "id": "2d6fb3ef931842188554f0686f0f8bfb", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-2b063dff-9681-4be-proj"}]} 2019-01-20 13:01:20,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateRouterNegativeTests-2b063dff-9681-4be-proj used request id req-5d0645d2-4d6a-43ae-8144-12b38d53cc54 2019-01-20 13:01:20,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b083a0d98a37ca465455c92832b2f535b7fe899" 2019-01-20 13:01:20,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5818c464-705a-4142-acb9-66c83b3b16f1 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:01:20,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-5818c464-705a-4142-acb9-66c83b3b16f1 2019-01-20 13:01:21,117 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-2b063dff-9681-4be-user 2019-01-20 13:01:21,118 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:21,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}191b24e31cb374afe3767e193b4796ce0b01a036" 2019-01-20 13:01:21,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7942b003-3e40-4a52-8e48-baf2ddbc4ddf Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:01:21,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-7942b003-3e40-4a52-8e48-baf2ddbc4ddf 2019-01-20 13:01:21,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}191b24e31cb374afe3767e193b4796ce0b01a036" -d '{"role": {"name": "CreateRouterNegativeTests-2b063dff-9681-4be-proj-role"}}' 2019-01-20 13:01:21,327 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:01:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14b1020d-ba6e-4506-9a24-215ed64e8999 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9329d59dba0f462e9ba7d52c7e7f4aaa", "links": {"self": "http://172.30.9.22:5000/v3/roles/9329d59dba0f462e9ba7d52c7e7f4aaa"}, "name": "CreateRouterNegativeTests-2b063dff-9681-4be-proj-role"}} 2019-01-20 13:01:21,327 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-14b1020d-ba6e-4506-9a24-215ed64e8999 2019-01-20 13:01:21,327 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-2b063dff-9681-4be-proj-role 2019-01-20 13:01:21,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/9329d59dba0f462e9ba7d52c7e7f4aaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}191b24e31cb374afe3767e193b4796ce0b01a036" 2019-01-20 13:01:21,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e459a543-2181-47b7-a8ad-a7bfd64698b9 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/9329d59dba0f462e9ba7d52c7e7f4aaa"}, "domain_id": null, "name": "CreateRouterNegativeTests-2b063dff-9681-4be-proj-role", "id": "9329d59dba0f462e9ba7d52c7e7f4aaa"}} 2019-01-20 13:01:21,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/9329d59dba0f462e9ba7d52c7e7f4aaa used request id req-e459a543-2181-47b7-a8ad-a7bfd64698b9 2019-01-20 13:01:21,421 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-2b063dff-9681-4be-proj-role to project CreateRouterNegativeTests-2b063dff-9681-4be-proj 2019-01-20 13:01:21,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/2d6fb3ef931842188554f0686f0f8bfb/users/797c7a68a4d04f868c530b36c335434d/roles/9329d59dba0f462e9ba7d52c7e7f4aaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}191b24e31cb374afe3767e193b4796ce0b01a036" 2019-01-20 13:01:21,569 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c2a148f-62e3-432c-a6be-fcd3980ffd86 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:21,570 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/2d6fb3ef931842188554f0686f0f8bfb/users/797c7a68a4d04f868c530b36c335434d/roles/9329d59dba0f462e9ba7d52c7e7f4aaa used request id req-1c2a148f-62e3-432c-a6be-fcd3980ffd86 2019-01-20 13:01:21,570 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:21,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:21,947 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9329d59dba0f462e9ba7d52c7e7f4aaa", "name": "CreateRouterNegativeTests-2b063dff-9681-4be-proj-role"}], "expires_at": "2019-01-20T14:01:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d6fb3ef931842188554f0686f0f8bfb", "name": "CreateRouterNegativeTests-2b063dff-9681-4be-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/2d6fb3ef931842188554f0686f0f8bfb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/2d6fb3ef931842188554f0686f0f8bfb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/2d6fb3ef931842188554f0686f0f8bfb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/2d6fb3ef931842188554f0686f0f8bfb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/2d6fb3ef931842188554f0686f0f8bfb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/2d6fb3ef931842188554f0686f0f8bfb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/2d6fb3ef931842188554f0686f0f8bfb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/2d6fb3ef931842188554f0686f0f8bfb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/2d6fb3ef931842188554f0686f0f8bfb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/2d6fb3ef931842188554f0686f0f8bfb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/2d6fb3ef931842188554f0686f0f8bfb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/2d6fb3ef931842188554f0686f0f8bfb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-2b063dff-9681-4be-user", "id": "797c7a68a4d04f868c530b36c335434d"}, "audit_ids": ["pb2t6DnKTJGSHE6G1Ben5Q"], "issued_at": "2019-01-20T13:01:21.000000Z"}} 2019-01-20 13:01:21,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd47e69cb7f70c94bf90762b037222aaf247ddad" 2019-01-20 13:01:22,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20b9e121-a3eb-4069-82da-ff36831cffff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:22,027 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-20b9e121-a3eb-4069-82da-ff36831cffff 2019-01-20 13:01:22,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateRouterNegativeTests-c0891ce1-bef9-4bf3-8b24-56937addd7c0-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd47e69cb7f70c94bf90762b037222aaf247ddad" 2019-01-20 13:01:22,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-41c8470e-4af8-47aa-8cca-946790a9143c Date: Sun, 20 Jan 2019 13:01:22 GMT RESP BODY: {"routers": []} 2019-01-20 13:01:22,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateRouterNegativeTests-c0891ce1-bef9-4bf3-8b24-56937addd7c0-pub-router&admin_state_up=True used request id req-41c8470e-4af8-47aa-8cca-946790a9143c 2019-01-20 13:01:22,232 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:22,233 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:22,601 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9329d59dba0f462e9ba7d52c7e7f4aaa", "name": "CreateRouterNegativeTests-2b063dff-9681-4be-proj-role"}], "expires_at": "2019-01-20T14:01:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d6fb3ef931842188554f0686f0f8bfb", "name": "CreateRouterNegativeTests-2b063dff-9681-4be-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/2d6fb3ef931842188554f0686f0f8bfb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/2d6fb3ef931842188554f0686f0f8bfb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/2d6fb3ef931842188554f0686f0f8bfb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/2d6fb3ef931842188554f0686f0f8bfb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/2d6fb3ef931842188554f0686f0f8bfb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/2d6fb3ef931842188554f0686f0f8bfb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/2d6fb3ef931842188554f0686f0f8bfb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/2d6fb3ef931842188554f0686f0f8bfb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/2d6fb3ef931842188554f0686f0f8bfb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/2d6fb3ef931842188554f0686f0f8bfb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/2d6fb3ef931842188554f0686f0f8bfb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/2d6fb3ef931842188554f0686f0f8bfb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-2b063dff-9681-4be-user", "id": "797c7a68a4d04f868c530b36c335434d"}, "audit_ids": ["RorIh0NXRxi4tzlh67CNvw"], "issued_at": "2019-01-20T13:01:22.000000Z"}} 2019-01-20 13:01:22,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d5bbba9b1caddfbcccb22e310635fcc3ff6cfe" 2019-01-20 13:01:22,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ab7d7ef-c095-4197-9b8a-dfad875fb06d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:22,678 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1ab7d7ef-c095-4197-9b8a-dfad875fb06d 2019-01-20 13:01:22,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=Invalid_name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd47e69cb7f70c94bf90762b037222aaf247ddad" 2019-01-20 13:01:22,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3924f408-495d-4b82-9b4b-aacff999e6bf Date: Sun, 20 Jan 2019 13:01:22 GMT RESP BODY: {"networks":[]} 2019-01-20 13:01:22,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=Invalid_name used request id req-3924f408-495d-4b82-9b4b-aacff999e6bf 2019-01-20 13:01:22,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}191b24e31cb374afe3767e193b4796ce0b01a036" 2019-01-20 13:01:23,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-448092e9-a4b7-4cdf-84f6-00ef599bc87b Date: Sun, 20 Jan 2019 13:01:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:01:23,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-448092e9-a4b7-4cdf-84f6-00ef599bc87b 2019-01-20 13:01:23,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}191b24e31cb374afe3767e193b4796ce0b01a036" 2019-01-20 13:01:23,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9e51919-5766-49d1-afa6-3172d24a0dd6 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:01:23,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-b9e51919-5766-49d1-afa6-3172d24a0dd6 2019-01-20 13:01:23,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}191b24e31cb374afe3767e193b4796ce0b01a036" 2019-01-20 13:01:23,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0bd514d-d911-42d4-9c06-ad06d328c9ed 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:01:23,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-f0bd514d-d911-42d4-9c06-ad06d328c9ed 2019-01-20 13:01:23,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}191b24e31cb374afe3767e193b4796ce0b01a036" 2019-01-20 13:01:23,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a165d428-264f-4605-9552-af972ac03132 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:01:23,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-a165d428-264f-4605-9552-af972ac03132 2019-01-20 13:01:23,515 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-2b063dff-9681-4be-proj 2019-01-20 13:01:23,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/2d6fb3ef931842188554f0686f0f8bfb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}191b24e31cb374afe3767e193b4796ce0b01a036" 2019-01-20 13:01:23,731 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed7acaca-d004-43c7-b317-3cfd320abdc2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:23,732 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/2d6fb3ef931842188554f0686f0f8bfb used request id req-ed7acaca-d004-43c7-b317-3cfd320abdc2 2019-01-20 13:01:23,732 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-2b063dff-9681-4be-proj-role 2019-01-20 13:01:23,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/9329d59dba0f462e9ba7d52c7e7f4aaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}191b24e31cb374afe3767e193b4796ce0b01a036" 2019-01-20 13:01:23,842 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6357497b-3d63-4c55-971b-19c8e7611877 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:23,842 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/9329d59dba0f462e9ba7d52c7e7f4aaa used request id req-6357497b-3d63-4c55-971b-19c8e7611877 2019-01-20 13:01:23,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}191b24e31cb374afe3767e193b4796ce0b01a036" 2019-01-20 13:01:23,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5e348bd-c489-48e2-b104-ac8468b109ef Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:01:23,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d5e348bd-c489-48e2-b104-ac8468b109ef 2019-01-20 13:01:23,934 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-2b063dff-9681-4be-user 2019-01-20 13:01:23,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/797c7a68a4d04f868c530b36c335434d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b083a0d98a37ca465455c92832b2f535b7fe899" 2019-01-20 13:01:24,171 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-507e86d8-b7b6-419e-8312-ff61dc63ccb5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:24,172 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/797c7a68a4d04f868c530b36c335434d used request id req-507e86d8-b7b6-419e-8312-ff61dc63ccb5 2019-01-20 13:01:24,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:24,549 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["hAHN1KVDQcCGyhg1NrlmNQ"], "issued_at": "2019-01-20T13:01:24.000000Z"}} 2019-01-20 13:01:24,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f3a0d66fd0f5b901213005df307e99fe0b1096d" 2019-01-20 13:01:24,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e635187-d506-40f8-b7b2-15c82d37efe4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:24,642 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5e635187-d506-40f8-b7b2-15c82d37efe4 2019-01-20 13:01:24,643 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:24,644 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:25,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["GjaAT-sxTFOP8ootaISNUA"], "issued_at": "2019-01-20T13:01:25.000000Z"}} 2019-01-20 13:01:25,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42a8216652a8de91c90e2674803478187a2f87" 2019-01-20 13:01:25,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44a60e36-497c-40aa-9b62-56f4178f8c97 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:25,119 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-44a60e36-497c-40aa-9b62-56f4178f8c97 2019-01-20 13:01:25,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:01:25,129 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:01: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:01:25,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-3c0d087d-1741-48c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42a8216652a8de91c90e2674803478187a2f87" 2019-01-20 13:01:25,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6c68192-6b7a-4fcd-bbbb-456b718ee741 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-3c0d087d-1741-48c-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:01:25,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-3c0d087d-1741-48c-proj used request id req-f6c68192-6b7a-4fcd-bbbb-456b718ee741 2019-01-20 13:01:25,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42a8216652a8de91c90e2674803478187a2f87" 2019-01-20 13:01:25,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c7eb4f8-74da-4729-9042-160947595bea Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:01:25,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-4c7eb4f8-74da-4729-9042-160947595bea 2019-01-20 13:01:25,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42a8216652a8de91c90e2674803478187a2f87" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-3c0d087d-1741-48c-proj"}}' 2019-01-20 13:01:25,441 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:01:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-641fa15c-534d-4242-9110-b36b667f1e60 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/3997ab0b7d864ac6bd09a99634cc161a"}, "enabled": true, "id": "3997ab0b7d864ac6bd09a99634cc161a", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-3c0d087d-1741-48c-proj"}} 2019-01-20 13:01:25,441 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-641fa15c-534d-4242-9110-b36b667f1e60 2019-01-20 13:01:25,441 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-3c0d087d-1741-48c-proj 2019-01-20 13:01:25,441 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:25,442 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:25,836 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["_97_NFDCTWi0fUCQyUbw_A"], "issued_at": "2019-01-20T13:01:25.000000Z"}} 2019-01-20 13:01:25,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0baf224966eed25d3da933bc53c93b94ddd4636" 2019-01-20 13:01:25,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b687343-59bc-4963-9def-a5d9450a77c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:25,850 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7b687343-59bc-4963-9def-a5d9450a77c2 2019-01-20 13:01:25,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:01:25,859 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:01: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:01:25,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0baf224966eed25d3da933bc53c93b94ddd4636" 2019-01-20 13:01:25,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-712419a1-246a-4da9-b8f3-25da004211d2 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:01:25,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-712419a1-246a-4da9-b8f3-25da004211d2 2019-01-20 13:01:25,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateRouterNegativeTests-3c0d087d-1741-48c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0baf224966eed25d3da933bc53c93b94ddd4636" 2019-01-20 13:01:26,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cfb4c4c-4bc5-4ab3-a667-c5a1743e2fd2 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateRouterNegativeTests-3c0d087d-1741-48c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/3997ab0b7d864ac6bd09a99634cc161a"}, "enabled": true, "id": "3997ab0b7d864ac6bd09a99634cc161a", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-3c0d087d-1741-48c-proj"}]} 2019-01-20 13:01:26,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateRouterNegativeTests-3c0d087d-1741-48c-proj used request id req-5cfb4c4c-4bc5-4ab3-a667-c5a1743e2fd2 2019-01-20 13:01:26,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0baf224966eed25d3da933bc53c93b94ddd4636" 2019-01-20 13:01:26,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de9f1159-f8c9-4c26-9986-ea16314f96ac Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:01:26,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-de9f1159-f8c9-4c26-9986-ea16314f96ac 2019-01-20 13:01:26,536 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-3c0d087d-1741-48c-user 2019-01-20 13:01:26,537 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:26,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42a8216652a8de91c90e2674803478187a2f87" 2019-01-20 13:01:26,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9b751fa-adf7-4310-b313-f610288eeafe Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:01:26,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d9b751fa-adf7-4310-b313-f610288eeafe 2019-01-20 13:01:26,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42a8216652a8de91c90e2674803478187a2f87" -d '{"role": {"name": "CreateRouterNegativeTests-3c0d087d-1741-48c-proj-role"}}' 2019-01-20 13:01:26,752 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:01:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3809bbd7-0338-4aed-bc8b-c18ed94dcddf Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9ea6a803f9d748dd96e37e7903550b84", "links": {"self": "http://172.30.9.22:5000/v3/roles/9ea6a803f9d748dd96e37e7903550b84"}, "name": "CreateRouterNegativeTests-3c0d087d-1741-48c-proj-role"}} 2019-01-20 13:01:26,752 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-3809bbd7-0338-4aed-bc8b-c18ed94dcddf 2019-01-20 13:01:26,753 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-3c0d087d-1741-48c-proj-role 2019-01-20 13:01:26,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/9ea6a803f9d748dd96e37e7903550b84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42a8216652a8de91c90e2674803478187a2f87" 2019-01-20 13:01:26,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cc19341-d4c4-420d-a32a-8fcf54d09a71 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/9ea6a803f9d748dd96e37e7903550b84"}, "domain_id": null, "name": "CreateRouterNegativeTests-3c0d087d-1741-48c-proj-role", "id": "9ea6a803f9d748dd96e37e7903550b84"}} 2019-01-20 13:01:26,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/9ea6a803f9d748dd96e37e7903550b84 used request id req-0cc19341-d4c4-420d-a32a-8fcf54d09a71 2019-01-20 13:01:26,774 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-3c0d087d-1741-48c-proj-role to project CreateRouterNegativeTests-3c0d087d-1741-48c-proj 2019-01-20 13:01:26,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/3997ab0b7d864ac6bd09a99634cc161a/users/9c478115b8dd484da34febf715be42ea/roles/9ea6a803f9d748dd96e37e7903550b84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42a8216652a8de91c90e2674803478187a2f87" 2019-01-20 13:01:26,917 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9c9bc88-ef0f-495b-b178-915e3c3eede5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:26,917 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/3997ab0b7d864ac6bd09a99634cc161a/users/9c478115b8dd484da34febf715be42ea/roles/9ea6a803f9d748dd96e37e7903550b84 used request id req-d9c9bc88-ef0f-495b-b178-915e3c3eede5 2019-01-20 13:01:26,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42a8216652a8de91c90e2674803478187a2f87" 2019-01-20 13:01:27,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-605e2430-46e2-4f8e-b9ff-8c62841b922c Date: Sun, 20 Jan 2019 13:01:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:01:27,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-605e2430-46e2-4f8e-b9ff-8c62841b922c 2019-01-20 13:01:27,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42a8216652a8de91c90e2674803478187a2f87" 2019-01-20 13:01:27,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4996650-d075-4f6e-8559-4fa7cc1a7afc 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:01:27,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-e4996650-d075-4f6e-8559-4fa7cc1a7afc 2019-01-20 13:01:27,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42a8216652a8de91c90e2674803478187a2f87" 2019-01-20 13:01:27,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bc2c062-29bc-4c5e-bc3b-bcbd899ee4d7 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:01:27,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-0bc2c062-29bc-4c5e-bc3b-bcbd899ee4d7 2019-01-20 13:01:27,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42a8216652a8de91c90e2674803478187a2f87" 2019-01-20 13:01:27,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69dba4b4-a9fd-4d4c-b7d9-73d1ad76a026 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:01:27,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-69dba4b4-a9fd-4d4c-b7d9-73d1ad76a026 2019-01-20 13:01:27,418 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-3c0d087d-1741-48c-proj 2019-01-20 13:01:27,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/3997ab0b7d864ac6bd09a99634cc161a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42a8216652a8de91c90e2674803478187a2f87" 2019-01-20 13:01:27,622 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17d63f42-5743-4fc9-9bec-a79039054482 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:27,623 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/3997ab0b7d864ac6bd09a99634cc161a used request id req-17d63f42-5743-4fc9-9bec-a79039054482 2019-01-20 13:01:27,623 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-3c0d087d-1741-48c-proj-role 2019-01-20 13:01:27,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/9ea6a803f9d748dd96e37e7903550b84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42a8216652a8de91c90e2674803478187a2f87" 2019-01-20 13:01:27,746 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27f7d4e3-6f66-49b8-9b13-345cf11f8548 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:27,746 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/9ea6a803f9d748dd96e37e7903550b84 used request id req-27f7d4e3-6f66-49b8-9b13-345cf11f8548 2019-01-20 13:01:27,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc42a8216652a8de91c90e2674803478187a2f87" 2019-01-20 13:01:27,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55d736bb-6656-4358-9a4b-2fd6ca495c06 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:01:27,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-55d736bb-6656-4358-9a4b-2fd6ca495c06 2019-01-20 13:01:27,841 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-3c0d087d-1741-48c-user 2019-01-20 13:01:27,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/9c478115b8dd484da34febf715be42ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0baf224966eed25d3da933bc53c93b94ddd4636" 2019-01-20 13:01:28,046 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4cd62374-f7e4-44d5-99d8-14658c5b1f45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:28,046 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/9c478115b8dd484da34febf715be42ea used request id req-4cd62374-f7e4-44d5-99d8-14658c5b1f45 2019-01-20 13:01:28,048 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:28,443 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["cjZ05c3WSc2iROMPZBPygA"], "issued_at": "2019-01-20T13:01:28.000000Z"}} 2019-01-20 13:01:28,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f41e88d028dfd7aaaf9778ed3de62cbf488915" 2019-01-20 13:01:28,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bdecba4-d554-4b74-80b6-0a175ca5094c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:28,527 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5bdecba4-d554-4b74-80b6-0a175ca5094c 2019-01-20 13:01:28,528 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:28,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:28,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ZubTJoVkS-2FCHi9P15jeQ"], "issued_at": "2019-01-20T13:01:28.000000Z"}} 2019-01-20 13:01:28,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27dde9fb83b1141aad508c8c80830f35a8df8569" 2019-01-20 13:01:29,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69342f8c-1bb5-460a-b6da-6b89a2fc19d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:29,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-69342f8c-1bb5-460a-b6da-6b89a2fc19d7 2019-01-20 13:01:29,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:01:29,028 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:01: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:01:29,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-5a839071-0e08-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27dde9fb83b1141aad508c8c80830f35a8df8569" 2019-01-20 13:01:29,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9870521f-a268-4b28-b462-e4d16af41ebf Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-5a839071-0e08-4ee-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:01:29,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-5a839071-0e08-4ee-proj used request id req-9870521f-a268-4b28-b462-e4d16af41ebf 2019-01-20 13:01:29,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27dde9fb83b1141aad508c8c80830f35a8df8569" 2019-01-20 13:01:29,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-159f127b-154a-4045-9ea0-8688d25e3ec9 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:01:29,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-159f127b-154a-4045-9ea0-8688d25e3ec9 2019-01-20 13:01:29,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27dde9fb83b1141aad508c8c80830f35a8df8569" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-5a839071-0e08-4ee-proj"}}' 2019-01-20 13:01:29,327 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:01:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8706ad9-aa4f-4702-8e0e-8b9876382856 Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4fcb00fc7d59495aab43a1a732183f29"}, "enabled": true, "id": "4fcb00fc7d59495aab43a1a732183f29", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-5a839071-0e08-4ee-proj"}} 2019-01-20 13:01:29,327 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-b8706ad9-aa4f-4702-8e0e-8b9876382856 2019-01-20 13:01:29,328 - keystone_utils - INFO - Created project with name - CreateQoSTests-5a839071-0e08-4ee-proj 2019-01-20 13:01:29,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:29,329 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:29,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["HPQVcQk2TumOgPFEL2f0FA"], "issued_at": "2019-01-20T13:01:29.000000Z"}} 2019-01-20 13:01:29,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62ec498d645262c1d6d728a119cf66bab7a25877" 2019-01-20 13:01:29,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc2f1041-aea9-45dc-9b9e-02d92bada237 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:29,807 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-dc2f1041-aea9-45dc-9b9e-02d92bada237 2019-01-20 13:01:29,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:01:29,817 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:01: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:01:29,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62ec498d645262c1d6d728a119cf66bab7a25877" 2019-01-20 13:01:29,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de11937c-f13d-45d7-b16f-748967f00c27 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:01:29,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-de11937c-f13d-45d7-b16f-748967f00c27 2019-01-20 13:01:29,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateQoSTests-5a839071-0e08-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62ec498d645262c1d6d728a119cf66bab7a25877" 2019-01-20 13:01:30,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6647f153-aa00-42fd-9ec5-6328b6a96365 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateQoSTests-5a839071-0e08-4ee-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4fcb00fc7d59495aab43a1a732183f29"}, "enabled": true, "id": "4fcb00fc7d59495aab43a1a732183f29", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-5a839071-0e08-4ee-proj"}]} 2019-01-20 13:01:30,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateQoSTests-5a839071-0e08-4ee-proj used request id req-6647f153-aa00-42fd-9ec5-6328b6a96365 2019-01-20 13:01:30,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62ec498d645262c1d6d728a119cf66bab7a25877" 2019-01-20 13:01:30,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bcee339-b81d-4e28-8058-a0c9e835a6c3 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:01:30,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-7bcee339-b81d-4e28-8058-a0c9e835a6c3 2019-01-20 13:01:30,465 - keystone_utils - INFO - Created user with name - CreateQoSTests-5a839071-0e08-4ee-user 2019-01-20 13:01:30,466 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:30,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27dde9fb83b1141aad508c8c80830f35a8df8569" 2019-01-20 13:01:30,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be071b7b-e436-4ea4-b190-9240c94d3f72 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:01:30,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-be071b7b-e436-4ea4-b190-9240c94d3f72 2019-01-20 13:01:30,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27dde9fb83b1141aad508c8c80830f35a8df8569" -d '{"role": {"name": "CreateQoSTests-5a839071-0e08-4ee-proj-role"}}' 2019-01-20 13:01:30,674 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:01:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b01c25d-cb6a-488f-ab7b-682f466b186b Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ef391f9b05bc4389a65dcf3b072c1516", "links": {"self": "http://172.30.9.22:5000/v3/roles/ef391f9b05bc4389a65dcf3b072c1516"}, "name": "CreateQoSTests-5a839071-0e08-4ee-proj-role"}} 2019-01-20 13:01:30,674 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-1b01c25d-cb6a-488f-ab7b-682f466b186b 2019-01-20 13:01:30,674 - keystone_utils - INFO - Created role with name - CreateQoSTests-5a839071-0e08-4ee-proj-role 2019-01-20 13:01:30,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/ef391f9b05bc4389a65dcf3b072c1516 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27dde9fb83b1141aad508c8c80830f35a8df8569" 2019-01-20 13:01:30,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-179135e5-bee5-4c4b-836e-0d68c49625c0 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/ef391f9b05bc4389a65dcf3b072c1516"}, "domain_id": null, "name": "CreateQoSTests-5a839071-0e08-4ee-proj-role", "id": "ef391f9b05bc4389a65dcf3b072c1516"}} 2019-01-20 13:01:30,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/ef391f9b05bc4389a65dcf3b072c1516 used request id req-179135e5-bee5-4c4b-836e-0d68c49625c0 2019-01-20 13:01:30,868 - keystone_utils - INFO - Granting role CreateQoSTests-5a839071-0e08-4ee-proj-role to project CreateQoSTests-5a839071-0e08-4ee-proj 2019-01-20 13:01:30,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/4fcb00fc7d59495aab43a1a732183f29/users/fedf440658dd4064807d5616e10776b6/roles/ef391f9b05bc4389a65dcf3b072c1516 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27dde9fb83b1141aad508c8c80830f35a8df8569" 2019-01-20 13:01:31,012 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f63df417-e067-4404-bbc2-cd8d5fcddf4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:31,012 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/4fcb00fc7d59495aab43a1a732183f29/users/fedf440658dd4064807d5616e10776b6/roles/ef391f9b05bc4389a65dcf3b072c1516 used request id req-f63df417-e067-4404-bbc2-cd8d5fcddf4e 2019-01-20 13:01:31,030 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:31,031 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:31,408 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["3pPJypE8SD6yzosnXJVGeQ"], "issued_at": "2019-01-20T13:01:31.000000Z"}} 2019-01-20 13:01:31,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8980b2ce04590185fe3b8fa5fb96f0b528a6148" 2019-01-20 13:01:31,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed540242-0ce4-443e-8a88-ca6ab79cb140 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:31,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ed540242-0ce4-443e-8a88-ca6ab79cb140 2019-01-20 13:01:31,503 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8980b2ce04590185fe3b8fa5fb96f0b528a6148" 2019-01-20 13:01:32,046 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:31 GMT Server: Apache x-compute-request-id: req-f5195b82-407c-41f1-9328-231fe2ca2e95 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f5195b82-407c-41f1-9328-231fe2ca2e95 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2019-01-20 13:01:32,046 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs used request id req-f5195b82-407c-41f1-9328-231fe2ca2e95 2019-01-20 13:01:32,050 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f5195b82-407c-41f1-9328-231fe2ca2e95" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8980b2ce04590185fe3b8fa5fb96f0b528a6148" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-c7fc9777-aa20-4304-8ca8-26e1e7ca0d5c"}}' 2019-01-20 13:01:32,616 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:32 GMT Server: Apache x-compute-request-id: req-73f9bbea-b180-4c7c-b533-b2a902179e7c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-73f9bbea-b180-4c7c-b533-b2a902179e7c Content-Encoding: gzip Content-Length: 237 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "2ca57b03-8d6a-4e7b-ab07-0adccee5858a", "name": "CreateQoSTests-c7fc9777-aa20-4304-8ca8-26e1e7ca0d5c"}, "links": [{"href": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/2ca57b03-8d6a-4e7b-ab07-0adccee5858a", "rel": "self"}, {"href": "http://172.30.9.22:8776/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/2ca57b03-8d6a-4e7b-ab07-0adccee5858a", "rel": "bookmark"}]} 2019-01-20 13:01:32,616 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs used request id req-73f9bbea-b180-4c7c-b533-b2a902179e7c 2019-01-20 13:01:32,617 - create_qos - INFO - Created qos with name - CreateQoSTests-c7fc9777-aa20-4304-8ca8-26e1e7ca0d5c 2019-01-20 13:01:32,620 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f41e88d028dfd7aaaf9778ed3de62cbf488915" 2019-01-20 13:01:33,176 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:32 GMT Server: Apache x-compute-request-id: req-a9ae4e9a-0b96-4b3f-a5e6-50ac1c7ae3ea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a9ae4e9a-0b96-4b3f-a5e6-50ac1c7ae3ea Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "2ca57b03-8d6a-4e7b-ab07-0adccee5858a", "name": "CreateQoSTests-c7fc9777-aa20-4304-8ca8-26e1e7ca0d5c"}]} 2019-01-20 13:01:33,176 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs used request id req-a9ae4e9a-0b96-4b3f-a5e6-50ac1c7ae3ea 2019-01-20 13:01:33,177 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-c7fc9777-aa20-4304-8ca8-26e1e7ca0d5c 2019-01-20 13:01:33,180 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/2ca57b03-8d6a-4e7b-ab07-0adccee5858a?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a9ae4e9a-0b96-4b3f-a5e6-50ac1c7ae3ea" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f41e88d028dfd7aaaf9778ed3de62cbf488915" 2019-01-20 13:01:33,758 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:01:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fa4017b0-aacc-4257-8aa1-4897698f5541 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. 2019-01-20 13:01:33,758 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/2ca57b03-8d6a-4e7b-ab07-0adccee5858a?force=False used request id req-fa4017b0-aacc-4257-8aa1-4897698f5541 2019-01-20 13:01:33,761 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a9ae4e9a-0b96-4b3f-a5e6-50ac1c7ae3ea" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3f41e88d028dfd7aaaf9778ed3de62cbf488915" 2019-01-20 13:01:33,934 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:33 GMT Server: Apache x-compute-request-id: req-de633660-46fd-48dd-bdb2-2448ae181a34 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-de633660-46fd-48dd-bdb2-2448ae181a34 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2019-01-20 13:01:33,934 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs used request id req-de633660-46fd-48dd-bdb2-2448ae181a34 2019-01-20 13:01:33,935 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-c7fc9777-aa20-4304-8ca8-26e1e7ca0d5c 2019-01-20 13:01:33,938 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/2ca57b03-8d6a-4e7b-ab07-0adccee5858a?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f5195b82-407c-41f1-9328-231fe2ca2e95" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8980b2ce04590185fe3b8fa5fb96f0b528a6148" 2019-01-20 13:01:34,490 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:01:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-9338ac38-b6b8-4d71-b50e-1379a5bf0d03 x-openstack-request-id: req-9338ac38-b6b8-4d71-b50e-1379a5bf0d03 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 2ca57b03-8d6a-4e7b-ab07-0adccee5858a.", "code": 404}} 2019-01-20 13:01:34,490 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/2ca57b03-8d6a-4e7b-ab07-0adccee5858a?force=False used request id req-9338ac38-b6b8-4d71-b50e-1379a5bf0d03 2019-01-20 13:01:34,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27dde9fb83b1141aad508c8c80830f35a8df8569" 2019-01-20 13:01:34,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-dc3b37fd-8b71-4bd5-b893-b523789ad96e Date: Sun, 20 Jan 2019 13:01:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:01:34,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-dc3b37fd-8b71-4bd5-b893-b523789ad96e 2019-01-20 13:01:34,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27dde9fb83b1141aad508c8c80830f35a8df8569" 2019-01-20 13:01:34,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f400530e-526a-44b8-b70d-b3849c33aed7 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:01:34,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-f400530e-526a-44b8-b70d-b3849c33aed7 2019-01-20 13:01:34,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27dde9fb83b1141aad508c8c80830f35a8df8569" 2019-01-20 13:01:34,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8acd3861-c364-4c4b-947a-4637a4bcafda 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:01:34,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-8acd3861-c364-4c4b-947a-4637a4bcafda 2019-01-20 13:01:34,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27dde9fb83b1141aad508c8c80830f35a8df8569" 2019-01-20 13:01:34,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b35143bf-104c-4e90-b9bd-203d579c9472 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:01:34,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-b35143bf-104c-4e90-b9bd-203d579c9472 2019-01-20 13:01:34,991 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-5a839071-0e08-4ee-proj 2019-01-20 13:01:34,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/4fcb00fc7d59495aab43a1a732183f29 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27dde9fb83b1141aad508c8c80830f35a8df8569" 2019-01-20 13:01:35,191 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bfeda0e-f9b2-4073-bde5-a9606c071a31 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:35,192 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/4fcb00fc7d59495aab43a1a732183f29 used request id req-6bfeda0e-f9b2-4073-bde5-a9606c071a31 2019-01-20 13:01:35,192 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-5a839071-0e08-4ee-proj-role 2019-01-20 13:01:35,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/ef391f9b05bc4389a65dcf3b072c1516 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27dde9fb83b1141aad508c8c80830f35a8df8569" 2019-01-20 13:01:35,296 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8f2dab3-0cbb-4276-8fa4-720d55b2e46f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:35,297 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/ef391f9b05bc4389a65dcf3b072c1516 used request id req-f8f2dab3-0cbb-4276-8fa4-720d55b2e46f 2019-01-20 13:01:35,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27dde9fb83b1141aad508c8c80830f35a8df8569" 2019-01-20 13:01:35,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbc722a7-85f8-40fa-9e53-a4fa9018aabd Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:01:35,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fbc722a7-85f8-40fa-9e53-a4fa9018aabd 2019-01-20 13:01:35,390 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-5a839071-0e08-4ee-user 2019-01-20 13:01:35,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/fedf440658dd4064807d5616e10776b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62ec498d645262c1d6d728a119cf66bab7a25877" 2019-01-20 13:01:35,565 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5c05acf-a6d1-45eb-8806-c5928facce86 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:35,565 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/fedf440658dd4064807d5616e10776b6 used request id req-b5c05acf-a6d1-45eb-8806-c5928facce86 2019-01-20 13:01:35,567 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:35,940 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["SU2eZNFVSb27N3kmnHgwSA"], "issued_at": "2019-01-20T13:01:35.000000Z"}} 2019-01-20 13:01:35,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a062161e74042719313d0c7d2184319d0a5449" 2019-01-20 13:01:36,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79891c3a-5ab0-4566-bd11-b62bf1c80f8f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:36,029 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-79891c3a-5ab0-4566-bd11-b62bf1c80f8f 2019-01-20 13:01:36,031 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:36,031 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:36,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["0hROcjXzQGqMamVOJHs8mg"], "issued_at": "2019-01-20T13:01:36.000000Z"}} 2019-01-20 13:01:36,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cb813119e6b148dbeb39449a5e4569b1a022ca" 2019-01-20 13:01:36,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-310fc90d-ce41-41be-80dd-f94b8155973c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:36,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-310fc90d-ce41-41be-80dd-f94b8155973c 2019-01-20 13:01:36,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:01:36,513 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:01: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:01:36,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-648d086d-dc11-418-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cb813119e6b148dbeb39449a5e4569b1a022ca" 2019-01-20 13:01:36,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a1fa1e0-c449-4346-8d5c-ed03df743f4a Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-648d086d-dc11-418-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:01:36,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-648d086d-dc11-418-proj used request id req-2a1fa1e0-c449-4346-8d5c-ed03df743f4a 2019-01-20 13:01:36,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cb813119e6b148dbeb39449a5e4569b1a022ca" 2019-01-20 13:01:36,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2a69ce1-a754-4f46-b29a-dea1ae024e83 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:01:36,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-d2a69ce1-a754-4f46-b29a-dea1ae024e83 2019-01-20 13:01:36,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cb813119e6b148dbeb39449a5e4569b1a022ca" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-648d086d-dc11-418-proj"}}' 2019-01-20 13:01:36,824 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:01:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e748e67-ee18-4c79-a944-3f8842ff57ff Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/fe66fe93125e47638457d1dee6a20257"}, "enabled": true, "id": "fe66fe93125e47638457d1dee6a20257", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-648d086d-dc11-418-proj"}} 2019-01-20 13:01:36,824 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-1e748e67-ee18-4c79-a944-3f8842ff57ff 2019-01-20 13:01:36,825 - keystone_utils - INFO - Created project with name - CreateQoSTests-648d086d-dc11-418-proj 2019-01-20 13:01:36,825 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:36,826 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:37,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["K8og0iasRHamq8HBXok6-A"], "issued_at": "2019-01-20T13:01:37.000000Z"}} 2019-01-20 13:01:37,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f758b1622a3921f4960317740ffc81f2eae694ec" 2019-01-20 13:01:37,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2465bf2c-61de-452e-a6e9-728abfffaada Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:37,286 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2465bf2c-61de-452e-a6e9-728abfffaada 2019-01-20 13:01:37,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:01:37,297 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:01: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:01:37,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f758b1622a3921f4960317740ffc81f2eae694ec" 2019-01-20 13:01:37,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74b4685e-3722-4cc0-a251-a05c1a4cdbca Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:01:37,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-74b4685e-3722-4cc0-a251-a05c1a4cdbca 2019-01-20 13:01:37,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateQoSTests-648d086d-dc11-418-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f758b1622a3921f4960317740ffc81f2eae694ec" 2019-01-20 13:01:37,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d859412-2886-4ac7-9d82-df10dff06b02 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateQoSTests-648d086d-dc11-418-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/fe66fe93125e47638457d1dee6a20257"}, "enabled": true, "id": "fe66fe93125e47638457d1dee6a20257", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-648d086d-dc11-418-proj"}]} 2019-01-20 13:01:37,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateQoSTests-648d086d-dc11-418-proj used request id req-2d859412-2886-4ac7-9d82-df10dff06b02 2019-01-20 13:01:37,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f758b1622a3921f4960317740ffc81f2eae694ec" 2019-01-20 13:01:37,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c32cf434-8841-4df9-b5ee-e28981cbd259 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:01:37,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-c32cf434-8841-4df9-b5ee-e28981cbd259 2019-01-20 13:01:37,968 - keystone_utils - INFO - Created user with name - CreateQoSTests-648d086d-dc11-418-user 2019-01-20 13:01:37,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:37,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cb813119e6b148dbeb39449a5e4569b1a022ca" 2019-01-20 13:01:38,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dbebbbc-c9ea-4cfb-9940-cc20e9ca8d7b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:01:38,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-8dbebbbc-c9ea-4cfb-9940-cc20e9ca8d7b 2019-01-20 13:01:38,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cb813119e6b148dbeb39449a5e4569b1a022ca" -d '{"role": {"name": "CreateQoSTests-648d086d-dc11-418-proj-role"}}' 2019-01-20 13:01:38,177 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:01:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-982e7aa8-975d-4967-8d3d-7c12018af059 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e138a1c8312d4b76bdbbc2f6a9b53667", "links": {"self": "http://172.30.9.22:5000/v3/roles/e138a1c8312d4b76bdbbc2f6a9b53667"}, "name": "CreateQoSTests-648d086d-dc11-418-proj-role"}} 2019-01-20 13:01:38,178 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-982e7aa8-975d-4967-8d3d-7c12018af059 2019-01-20 13:01:38,178 - keystone_utils - INFO - Created role with name - CreateQoSTests-648d086d-dc11-418-proj-role 2019-01-20 13:01:38,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/e138a1c8312d4b76bdbbc2f6a9b53667 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cb813119e6b148dbeb39449a5e4569b1a022ca" 2019-01-20 13:01:38,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-119e8b62-deaa-4b22-b0c6-4f96e5cbb20e Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/e138a1c8312d4b76bdbbc2f6a9b53667"}, "domain_id": null, "name": "CreateQoSTests-648d086d-dc11-418-proj-role", "id": "e138a1c8312d4b76bdbbc2f6a9b53667"}} 2019-01-20 13:01:38,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/e138a1c8312d4b76bdbbc2f6a9b53667 used request id req-119e8b62-deaa-4b22-b0c6-4f96e5cbb20e 2019-01-20 13:01:38,273 - keystone_utils - INFO - Granting role CreateQoSTests-648d086d-dc11-418-proj-role to project CreateQoSTests-648d086d-dc11-418-proj 2019-01-20 13:01:38,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/fe66fe93125e47638457d1dee6a20257/users/469c6fd11b054f78bb75106ba4dd0b9f/roles/e138a1c8312d4b76bdbbc2f6a9b53667 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cb813119e6b148dbeb39449a5e4569b1a022ca" 2019-01-20 13:01:38,395 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-505c72eb-641c-4072-9253-932944c78372 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:38,396 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/fe66fe93125e47638457d1dee6a20257/users/469c6fd11b054f78bb75106ba4dd0b9f/roles/e138a1c8312d4b76bdbbc2f6a9b53667 used request id req-505c72eb-641c-4072-9253-932944c78372 2019-01-20 13:01:38,398 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:38,398 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:38,789 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["7HYZCskvS9S3sl8fRtz_fA"], "issued_at": "2019-01-20T13:01:38.000000Z"}} 2019-01-20 13:01:38,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d933397a38932bce6352256abcecc31d1dab342" 2019-01-20 13:01:38,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84f4c0d2-bb6e-495b-8e59-4722562b2bea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:38,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-84f4c0d2-bb6e-495b-8e59-4722562b2bea 2019-01-20 13:01:38,881 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d933397a38932bce6352256abcecc31d1dab342" 2019-01-20 13:01:39,062 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:38 GMT Server: Apache x-compute-request-id: req-69401f01-4723-46a8-a49e-4fba915e4463 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-69401f01-4723-46a8-a49e-4fba915e4463 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2019-01-20 13:01:39,062 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs used request id req-69401f01-4723-46a8-a49e-4fba915e4463 2019-01-20 13:01:39,066 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-69401f01-4723-46a8-a49e-4fba915e4463" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d933397a38932bce6352256abcecc31d1dab342" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-3e060ad2-d9ab-4658-bd53-9093f80dbc2f"}}' 2019-01-20 13:01:39,268 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:39 GMT Server: Apache x-compute-request-id: req-e3bda624-a4ff-45b8-981a-0a0f23a1dd33 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e3bda624-a4ff-45b8-981a-0a0f23a1dd33 Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "03737732-f0c7-4393-af2d-d1927a874274", "name": "CreateQoSTests-3e060ad2-d9ab-4658-bd53-9093f80dbc2f"}, "links": [{"href": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/03737732-f0c7-4393-af2d-d1927a874274", "rel": "self"}, {"href": "http://172.30.9.22:8776/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/03737732-f0c7-4393-af2d-d1927a874274", "rel": "bookmark"}]} 2019-01-20 13:01:39,269 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs used request id req-e3bda624-a4ff-45b8-981a-0a0f23a1dd33 2019-01-20 13:01:39,269 - create_qos - INFO - Created qos with name - CreateQoSTests-3e060ad2-d9ab-4658-bd53-9093f80dbc2f 2019-01-20 13:01:39,272 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a062161e74042719313d0c7d2184319d0a5449" 2019-01-20 13:01:39,844 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:39 GMT Server: Apache x-compute-request-id: req-fed46f38-2eed-4bf1-88e4-f3332dd0d1e2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fed46f38-2eed-4bf1-88e4-f3332dd0d1e2 Content-Encoding: gzip Content-Length: 150 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "03737732-f0c7-4393-af2d-d1927a874274", "name": "CreateQoSTests-3e060ad2-d9ab-4658-bd53-9093f80dbc2f"}]} 2019-01-20 13:01:39,844 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs used request id req-fed46f38-2eed-4bf1-88e4-f3332dd0d1e2 2019-01-20 13:01:39,845 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-3e060ad2-d9ab-4658-bd53-9093f80dbc2f 2019-01-20 13:01:39,848 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/03737732-f0c7-4393-af2d-d1927a874274?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-69401f01-4723-46a8-a49e-4fba915e4463" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d933397a38932bce6352256abcecc31d1dab342" 2019-01-20 13:01:40,075 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:01:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4d8c6f5e-7c85-499e-9115-c75a7fa83acb 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. 2019-01-20 13:01:40,076 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/03737732-f0c7-4393-af2d-d1927a874274?force=False used request id req-4d8c6f5e-7c85-499e-9115-c75a7fa83acb 2019-01-20 13:01:40,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cb813119e6b148dbeb39449a5e4569b1a022ca" 2019-01-20 13:01:40,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b5aad6f0-ae27-48f8-ac25-617bae2c2586 Date: Sun, 20 Jan 2019 13:01:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:01:40,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-b5aad6f0-ae27-48f8-ac25-617bae2c2586 2019-01-20 13:01:40,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cb813119e6b148dbeb39449a5e4569b1a022ca" 2019-01-20 13:01:40,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c21419ac-84d3-46c2-91eb-5e5da53e0083 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:01:40,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-c21419ac-84d3-46c2-91eb-5e5da53e0083 2019-01-20 13:01:40,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cb813119e6b148dbeb39449a5e4569b1a022ca" 2019-01-20 13:01:40,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80491e4a-7c8c-487c-8e2e-f9886c826605 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:01:40,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-80491e4a-7c8c-487c-8e2e-f9886c826605 2019-01-20 13:01:40,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cb813119e6b148dbeb39449a5e4569b1a022ca" 2019-01-20 13:01:40,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41a168dd-2503-4a72-929f-c634bd1729b8 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:01:40,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-41a168dd-2503-4a72-929f-c634bd1729b8 2019-01-20 13:01:40,565 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-648d086d-dc11-418-proj 2019-01-20 13:01:40,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/fe66fe93125e47638457d1dee6a20257 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cb813119e6b148dbeb39449a5e4569b1a022ca" 2019-01-20 13:01:40,748 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-621be4e2-45d3-4c2b-9d6f-4738fa2e7061 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:40,749 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/fe66fe93125e47638457d1dee6a20257 used request id req-621be4e2-45d3-4c2b-9d6f-4738fa2e7061 2019-01-20 13:01:40,749 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-648d086d-dc11-418-proj-role 2019-01-20 13:01:40,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/e138a1c8312d4b76bdbbc2f6a9b53667 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cb813119e6b148dbeb39449a5e4569b1a022ca" 2019-01-20 13:01:40,860 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa3ab9eb-9090-4007-93e6-ca430df7e2a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:40,860 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/e138a1c8312d4b76bdbbc2f6a9b53667 used request id req-aa3ab9eb-9090-4007-93e6-ca430df7e2a9 2019-01-20 13:01:40,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63cb813119e6b148dbeb39449a5e4569b1a022ca" 2019-01-20 13:01:40,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa95745c-f32a-495f-8fab-3c1b1ce2460f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:01:40,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fa95745c-f32a-495f-8fab-3c1b1ce2460f 2019-01-20 13:01:40,963 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-648d086d-dc11-418-user 2019-01-20 13:01:40,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/469c6fd11b054f78bb75106ba4dd0b9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f758b1622a3921f4960317740ffc81f2eae694ec" 2019-01-20 13:01:41,381 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71ba8411-a84c-4e3b-92ab-6e2c2342db77 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:41,381 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/469c6fd11b054f78bb75106ba4dd0b9f used request id req-71ba8411-a84c-4e3b-92ab-6e2c2342db77 2019-01-20 13:01:41,383 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:41,857 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["-0F_sf-jSsWqDV9e3PpYbA"], "issued_at": "2019-01-20T13:01:41.000000Z"}} 2019-01-20 13:01:41,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f105c8a316b8262b53dafa4d3baa3e620f91e5e" 2019-01-20 13:01:41,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b397ccd-9f4a-4c4c-a87e-7627244367a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:41,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5b397ccd-9f4a-4c4c-a87e-7627244367a3 2019-01-20 13:01:41,960 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:41,962 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:42,339 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["xERWP23JReKUkpwlyKtr0Q"], "issued_at": "2019-01-20T13:01:42.000000Z"}} 2019-01-20 13:01:42,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff45544ddfa381c4afea2b749102791576e0fd1" 2019-01-20 13:01:42,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e53204f-85ed-4e95-bf4d-2cd5dcabef5a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:42,427 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8e53204f-85ed-4e95-bf4d-2cd5dcabef5a 2019-01-20 13:01:42,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:01:42,438 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:01: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:01:42,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-4c6109c7-60cc-4dd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff45544ddfa381c4afea2b749102791576e0fd1" 2019-01-20 13:01:42,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f0b9b38-3eae-4b8c-ad09-29857ad77303 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-4c6109c7-60cc-4dd-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:01:42,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-4c6109c7-60cc-4dd-proj used request id req-6f0b9b38-3eae-4b8c-ad09-29857ad77303 2019-01-20 13:01:42,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff45544ddfa381c4afea2b749102791576e0fd1" 2019-01-20 13:01:42,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-418fb791-02ad-494e-81a1-86b0a707a967 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:01:42,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-418fb791-02ad-494e-81a1-86b0a707a967 2019-01-20 13:01:42,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff45544ddfa381c4afea2b749102791576e0fd1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-4c6109c7-60cc-4dd-proj"}}' 2019-01-20 13:01:42,746 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:01:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7361167f-8081-45f6-834d-3bd5e89ad50f Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/e7ea603215d446d89145857104cab9ce"}, "enabled": true, "id": "e7ea603215d446d89145857104cab9ce", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-4c6109c7-60cc-4dd-proj"}} 2019-01-20 13:01:42,746 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-7361167f-8081-45f6-834d-3bd5e89ad50f 2019-01-20 13:01:42,746 - keystone_utils - INFO - Created project with name - CreateQoSTests-4c6109c7-60cc-4dd-proj 2019-01-20 13:01:42,747 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:42,747 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:43,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["EXIpBFWQTNGL_QmCPkARuw"], "issued_at": "2019-01-20T13:01:43.000000Z"}} 2019-01-20 13:01:43,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3a6a08e33e4b77bdca0caa8fa705038de6cc25" 2019-01-20 13:01:43,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72a519b7-adbf-44eb-8692-6acd1a047b76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:43,218 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-72a519b7-adbf-44eb-8692-6acd1a047b76 2019-01-20 13:01:43,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:01:43,228 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:01: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:01:43,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3a6a08e33e4b77bdca0caa8fa705038de6cc25" 2019-01-20 13:01:43,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ec2ae3b-fcd2-440b-b7c0-d9fce178b25b Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:01:43,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-9ec2ae3b-fcd2-440b-b7c0-d9fce178b25b 2019-01-20 13:01:43,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateQoSTests-4c6109c7-60cc-4dd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3a6a08e33e4b77bdca0caa8fa705038de6cc25" 2019-01-20 13:01:43,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7165a0db-bb1b-47c3-a341-cceb733d95c1 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateQoSTests-4c6109c7-60cc-4dd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/e7ea603215d446d89145857104cab9ce"}, "enabled": true, "id": "e7ea603215d446d89145857104cab9ce", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-4c6109c7-60cc-4dd-proj"}]} 2019-01-20 13:01:43,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateQoSTests-4c6109c7-60cc-4dd-proj used request id req-7165a0db-bb1b-47c3-a341-cceb733d95c1 2019-01-20 13:01:43,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3a6a08e33e4b77bdca0caa8fa705038de6cc25" 2019-01-20 13:01:43,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a80d0e0c-636e-4514-83c1-71e039c8b9f3 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:01:43,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-a80d0e0c-636e-4514-83c1-71e039c8b9f3 2019-01-20 13:01:43,890 - keystone_utils - INFO - Created user with name - CreateQoSTests-4c6109c7-60cc-4dd-user 2019-01-20 13:01:43,890 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:43,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff45544ddfa381c4afea2b749102791576e0fd1" 2019-01-20 13:01:43,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64cff4fe-7ab8-4c99-ba55-60611bfef634 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:01:43,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-64cff4fe-7ab8-4c99-ba55-60611bfef634 2019-01-20 13:01:43,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff45544ddfa381c4afea2b749102791576e0fd1" -d '{"role": {"name": "CreateQoSTests-4c6109c7-60cc-4dd-proj-role"}}' 2019-01-20 13:01:44,118 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:01:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c6bc630-b8c8-4d55-9a66-bcabe2b856b6 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6bb6049dee7b40328f895ce042397a51", "links": {"self": "http://172.30.9.22:5000/v3/roles/6bb6049dee7b40328f895ce042397a51"}, "name": "CreateQoSTests-4c6109c7-60cc-4dd-proj-role"}} 2019-01-20 13:01:44,118 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-0c6bc630-b8c8-4d55-9a66-bcabe2b856b6 2019-01-20 13:01:44,118 - keystone_utils - INFO - Created role with name - CreateQoSTests-4c6109c7-60cc-4dd-proj-role 2019-01-20 13:01:44,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/6bb6049dee7b40328f895ce042397a51 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff45544ddfa381c4afea2b749102791576e0fd1" 2019-01-20 13:01:44,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20e153c9-8182-497f-979d-fa1fefc1824a Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/6bb6049dee7b40328f895ce042397a51"}, "domain_id": null, "name": "CreateQoSTests-4c6109c7-60cc-4dd-proj-role", "id": "6bb6049dee7b40328f895ce042397a51"}} 2019-01-20 13:01:44,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/6bb6049dee7b40328f895ce042397a51 used request id req-20e153c9-8182-497f-979d-fa1fefc1824a 2019-01-20 13:01:44,205 - keystone_utils - INFO - Granting role CreateQoSTests-4c6109c7-60cc-4dd-proj-role to project CreateQoSTests-4c6109c7-60cc-4dd-proj 2019-01-20 13:01:44,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/e7ea603215d446d89145857104cab9ce/users/8b96a9d202e14e259072e85bbabc38ec/roles/6bb6049dee7b40328f895ce042397a51 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff45544ddfa381c4afea2b749102791576e0fd1" 2019-01-20 13:01:44,343 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7cdcfce0-1d7d-4c7d-a957-c06066c29166 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:44,343 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/e7ea603215d446d89145857104cab9ce/users/8b96a9d202e14e259072e85bbabc38ec/roles/6bb6049dee7b40328f895ce042397a51 used request id req-7cdcfce0-1d7d-4c7d-a957-c06066c29166 2019-01-20 13:01:44,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:44,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:44,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["vlyobdFuTu62l2-EnGDxkA"], "issued_at": "2019-01-20T13:01:44.000000Z"}} 2019-01-20 13:01:44,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d36b4de853e8df032b325cc7e3b60cceef2887f" 2019-01-20 13:01:44,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-369f5a99-770d-42c1-8752-6267943599fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:44,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-369f5a99-770d-42c1-8752-6267943599fe 2019-01-20 13:01:44,832 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d36b4de853e8df032b325cc7e3b60cceef2887f" 2019-01-20 13:01:44,998 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:44 GMT Server: Apache x-compute-request-id: req-a04d8f7f-4a18-4b2b-8d1c-d9d668c2513a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a04d8f7f-4a18-4b2b-8d1c-d9d668c2513a Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2019-01-20 13:01:44,998 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs used request id req-a04d8f7f-4a18-4b2b-8d1c-d9d668c2513a 2019-01-20 13:01:45,002 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-a04d8f7f-4a18-4b2b-8d1c-d9d668c2513a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d36b4de853e8df032b325cc7e3b60cceef2887f" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-702baccf-8692-4046-9cd2-d716202fb3fc"}}' 2019-01-20 13:01:45,605 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:45 GMT Server: Apache x-compute-request-id: req-28c33dfb-0fb0-4019-a24a-7a5bc5b5fb45 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-28c33dfb-0fb0-4019-a24a-7a5bc5b5fb45 Content-Encoding: gzip Content-Length: 237 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "81d11628-fff9-4e7d-9afb-fe45f02ee87e", "name": "CreateQoSTests-702baccf-8692-4046-9cd2-d716202fb3fc"}, "links": [{"href": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/81d11628-fff9-4e7d-9afb-fe45f02ee87e", "rel": "self"}, {"href": "http://172.30.9.22:8776/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/81d11628-fff9-4e7d-9afb-fe45f02ee87e", "rel": "bookmark"}]} 2019-01-20 13:01:45,605 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs used request id req-28c33dfb-0fb0-4019-a24a-7a5bc5b5fb45 2019-01-20 13:01:45,606 - create_qos - INFO - Created qos with name - CreateQoSTests-702baccf-8692-4046-9cd2-d716202fb3fc 2019-01-20 13:01:45,609 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f105c8a316b8262b53dafa4d3baa3e620f91e5e" 2019-01-20 13:01:46,152 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:45 GMT Server: Apache x-compute-request-id: req-de918505-14bb-412e-bf77-0154312aad17 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-de918505-14bb-412e-bf77-0154312aad17 Content-Encoding: gzip Content-Length: 151 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "81d11628-fff9-4e7d-9afb-fe45f02ee87e", "name": "CreateQoSTests-702baccf-8692-4046-9cd2-d716202fb3fc"}]} 2019-01-20 13:01:46,152 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs used request id req-de918505-14bb-412e-bf77-0154312aad17 2019-01-20 13:01:46,153 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:46,154 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:46,546 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["sU2G1BqmRZitNnw63Fl3VA"], "issued_at": "2019-01-20T13:01:46.000000Z"}} 2019-01-20 13:01:46,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac0759a83404abda0950beca4486609e40a2f33f" 2019-01-20 13:01:46,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dab15c6-5bfa-4893-8884-d809ed52d0b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:46,642 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3dab15c6-5bfa-4893-8884-d809ed52d0b1 2019-01-20 13:01:46,647 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac0759a83404abda0950beca4486609e40a2f33f" 2019-01-20 13:01:47,232 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:46 GMT Server: Apache x-compute-request-id: req-a0fb856f-5a15-4d7e-b3db-23c7c7dbbc3a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a0fb856f-5a15-4d7e-b3db-23c7c7dbbc3a Content-Encoding: gzip Content-Length: 151 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "81d11628-fff9-4e7d-9afb-fe45f02ee87e", "name": "CreateQoSTests-702baccf-8692-4046-9cd2-d716202fb3fc"}]} 2019-01-20 13:01:47,232 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs used request id req-a0fb856f-5a15-4d7e-b3db-23c7c7dbbc3a 2019-01-20 13:01:47,233 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-702baccf-8692-4046-9cd2-d716202fb3fc 2019-01-20 13:01:47,236 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/81d11628-fff9-4e7d-9afb-fe45f02ee87e?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a04d8f7f-4a18-4b2b-8d1c-d9d668c2513a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d36b4de853e8df032b325cc7e3b60cceef2887f" 2019-01-20 13:01:47,436 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:01:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-370d04fc-43c5-4f19-a5de-d39ff95dfcd3 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. 2019-01-20 13:01:47,436 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/81d11628-fff9-4e7d-9afb-fe45f02ee87e?force=False used request id req-370d04fc-43c5-4f19-a5de-d39ff95dfcd3 2019-01-20 13:01:47,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff45544ddfa381c4afea2b749102791576e0fd1" 2019-01-20 13:01:47,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d097d218-bf9d-45e5-b012-492c5f656cc4 Date: Sun, 20 Jan 2019 13:01:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:01:47,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-d097d218-bf9d-45e5-b012-492c5f656cc4 2019-01-20 13:01:47,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff45544ddfa381c4afea2b749102791576e0fd1" 2019-01-20 13:01:47,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45d085eb-93a0-4e87-ab3c-9cedf70b2754 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:01:47,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-45d085eb-93a0-4e87-ab3c-9cedf70b2754 2019-01-20 13:01:47,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff45544ddfa381c4afea2b749102791576e0fd1" 2019-01-20 13:01:47,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d42a98a-03f2-40c6-b108-c51d53fce37c 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:01:47,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-7d42a98a-03f2-40c6-b108-c51d53fce37c 2019-01-20 13:01:47,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff45544ddfa381c4afea2b749102791576e0fd1" 2019-01-20 13:01:47,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4afc6e99-5c18-43cb-b4fc-e0bbda4c03c1 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:01:47,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-4afc6e99-5c18-43cb-b4fc-e0bbda4c03c1 2019-01-20 13:01:47,867 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-4c6109c7-60cc-4dd-proj 2019-01-20 13:01:47,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/e7ea603215d446d89145857104cab9ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff45544ddfa381c4afea2b749102791576e0fd1" 2019-01-20 13:01:48,072 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1dadf13-d942-4a7b-8df8-9b1ef2f79f4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:48,072 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/e7ea603215d446d89145857104cab9ce used request id req-b1dadf13-d942-4a7b-8df8-9b1ef2f79f4e 2019-01-20 13:01:48,072 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-4c6109c7-60cc-4dd-proj-role 2019-01-20 13:01:48,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/6bb6049dee7b40328f895ce042397a51 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff45544ddfa381c4afea2b749102791576e0fd1" 2019-01-20 13:01:48,183 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c33acb55-4c72-4d2d-aad9-41c42144581b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:48,183 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/6bb6049dee7b40328f895ce042397a51 used request id req-c33acb55-4c72-4d2d-aad9-41c42144581b 2019-01-20 13:01:48,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ff45544ddfa381c4afea2b749102791576e0fd1" 2019-01-20 13:01:48,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1912505e-a29e-479e-a192-73b65a26cb91 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:01:48,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1912505e-a29e-479e-a192-73b65a26cb91 2019-01-20 13:01:48,275 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-4c6109c7-60cc-4dd-user 2019-01-20 13:01:48,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/8b96a9d202e14e259072e85bbabc38ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d3a6a08e33e4b77bdca0caa8fa705038de6cc25" 2019-01-20 13:01:48,441 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f17c150b-27b9-4bbd-8b22-21e69b345e08 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:48,441 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/8b96a9d202e14e259072e85bbabc38ec used request id req-f17c150b-27b9-4bbd-8b22-21e69b345e08 2019-01-20 13:01:48,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:48,829 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["J3ij02brQiiaegGLO75Flg"], "issued_at": "2019-01-20T13:01:48.000000Z"}} 2019-01-20 13:01:48,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fe4c3e9bc22672f838c732f45a35a2eb20fcad" 2019-01-20 13:01:48,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b51cd46-151b-407f-8882-f1674e87e140 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:48,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5b51cd46-151b-407f-8882-f1674e87e140 2019-01-20 13:01:48,917 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:48,918 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:49,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["3tcf47i-SH-ilGN4LeYXvw"], "issued_at": "2019-01-20T13:01:49.000000Z"}} 2019-01-20 13:01:49,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cda91d0fac351549da143e6fc1bbaa937b87fd" 2019-01-20 13:01:49,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc4587e3-b1f4-470a-b8b6-dfce9e0bf935 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:49,308 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cc4587e3-b1f4-470a-b8b6-dfce9e0bf935 2019-01-20 13:01:49,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:01:49,316 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:01: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:01:49,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-a8917b91-41b3-4c4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cda91d0fac351549da143e6fc1bbaa937b87fd" 2019-01-20 13:01:49,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c29c27c3-7c9d-44e2-a77b-b3e6f54d6c97 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-a8917b91-41b3-4c4-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:01:49,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-a8917b91-41b3-4c4-proj used request id req-c29c27c3-7c9d-44e2-a77b-b3e6f54d6c97 2019-01-20 13:01:49,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cda91d0fac351549da143e6fc1bbaa937b87fd" 2019-01-20 13:01:49,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e62f20dd-034c-459e-82ce-8649ca434e7d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:01:49,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-e62f20dd-034c-459e-82ce-8649ca434e7d 2019-01-20 13:01:49,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cda91d0fac351549da143e6fc1bbaa937b87fd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-a8917b91-41b3-4c4-proj"}}' 2019-01-20 13:01:49,615 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:01:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8dc10d70-024b-49b5-89de-3c5348346aa6 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/3a15af8d61cc41f488afcd76d72927b9"}, "enabled": true, "id": "3a15af8d61cc41f488afcd76d72927b9", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-a8917b91-41b3-4c4-proj"}} 2019-01-20 13:01:49,615 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-8dc10d70-024b-49b5-89de-3c5348346aa6 2019-01-20 13:01:49,615 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-a8917b91-41b3-4c4-proj 2019-01-20 13:01:49,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:49,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:49,989 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["2QsfMnljSjmnFwsR5jQMZw"], "issued_at": "2019-01-20T13:01:49.000000Z"}} 2019-01-20 13:01:49,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64c57ae74006e515c25c8afda66eca8f5c4427af" 2019-01-20 13:01:50,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9684cd0-ef48-4e94-b30d-3fd23b31b3ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:50,085 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a9684cd0-ef48-4e94-b30d-3fd23b31b3ba 2019-01-20 13:01:50,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:01:50,095 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:01: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:01:50,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64c57ae74006e515c25c8afda66eca8f5c4427af" 2019-01-20 13:01:50,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f7ce58f-3de7-447c-981a-949e619934da Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:01:50,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-0f7ce58f-3de7-447c-981a-949e619934da 2019-01-20 13:01:50,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-a8917b91-41b3-4c4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64c57ae74006e515c25c8afda66eca8f5c4427af" 2019-01-20 13:01:50,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a81e4e5a-feec-4b17-9516-b8d3b4daa2a3 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-a8917b91-41b3-4c4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/3a15af8d61cc41f488afcd76d72927b9"}, "enabled": true, "id": "3a15af8d61cc41f488afcd76d72927b9", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-a8917b91-41b3-4c4-proj"}]} 2019-01-20 13:01:50,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-a8917b91-41b3-4c4-proj used request id req-a81e4e5a-feec-4b17-9516-b8d3b4daa2a3 2019-01-20 13:01:50,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64c57ae74006e515c25c8afda66eca8f5c4427af" 2019-01-20 13:01:50,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4f19446-69cb-4260-bc3f-0e1c6519567c Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:01:50,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-c4f19446-69cb-4260-bc3f-0e1c6519567c 2019-01-20 13:01:50,752 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-a8917b91-41b3-4c4-user 2019-01-20 13:01:50,753 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:50,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cda91d0fac351549da143e6fc1bbaa937b87fd" 2019-01-20 13:01:50,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cecacae-6d01-4bf7-a53d-563f9853b95f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:01:50,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-7cecacae-6d01-4bf7-a53d-563f9853b95f 2019-01-20 13:01:50,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cda91d0fac351549da143e6fc1bbaa937b87fd" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-a8917b91-41b3-4c4-proj-role"}}' 2019-01-20 13:01:50,962 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:01:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c30bbd57-429c-4583-aa07-7da0c063da06 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "42622986aab14f6eb1e6382f94b59fe3", "links": {"self": "http://172.30.9.22:5000/v3/roles/42622986aab14f6eb1e6382f94b59fe3"}, "name": "CreateSimpleVolumeTypeSuccessTests-a8917b91-41b3-4c4-proj-role"}} 2019-01-20 13:01:50,962 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-c30bbd57-429c-4583-aa07-7da0c063da06 2019-01-20 13:01:50,962 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-a8917b91-41b3-4c4-proj-role 2019-01-20 13:01:50,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/42622986aab14f6eb1e6382f94b59fe3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cda91d0fac351549da143e6fc1bbaa937b87fd" 2019-01-20 13:01:51,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfca6d60-34d1-4fa0-9849-aceca598e6fd Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/42622986aab14f6eb1e6382f94b59fe3"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-a8917b91-41b3-4c4-proj-role", "id": "42622986aab14f6eb1e6382f94b59fe3"}} 2019-01-20 13:01:51,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/42622986aab14f6eb1e6382f94b59fe3 used request id req-cfca6d60-34d1-4fa0-9849-aceca598e6fd 2019-01-20 13:01:51,047 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-a8917b91-41b3-4c4-proj-role to project CreateSimpleVolumeTypeSuccessTests-a8917b91-41b3-4c4-proj 2019-01-20 13:01:51,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/3a15af8d61cc41f488afcd76d72927b9/users/98cb409e0ddf40f797fb2aabee849f87/roles/42622986aab14f6eb1e6382f94b59fe3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cda91d0fac351549da143e6fc1bbaa937b87fd" 2019-01-20 13:01:51,180 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee60240e-b994-4bd1-bc98-f6cec74802fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:51,181 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/3a15af8d61cc41f488afcd76d72927b9/users/98cb409e0ddf40f797fb2aabee849f87/roles/42622986aab14f6eb1e6382f94b59fe3 used request id req-ee60240e-b994-4bd1-bc98-f6cec74802fd 2019-01-20 13:01:51,183 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:51,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:51,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["4ink0ns7Tb2z2aUSFICNag"], "issued_at": "2019-01-20T13:01:51.000000Z"}} 2019-01-20 13:01:51,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd9b6e3b1d450205c068cf1709cd275c1e07cbf" 2019-01-20 13:01:51,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1254b837-4e91-4ecb-8bb9-6e6681f82160 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:51,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1254b837-4e91-4ecb-8bb9-6e6681f82160 2019-01-20 13:01:51,591 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd9b6e3b1d450205c068cf1709cd275c1e07cbf" 2019-01-20 13:01:51,770 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:51 GMT Server: Apache x-compute-request-id: req-dd3b93aa-a0db-4021-aa90-6de6c4b94f38 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dd3b93aa-a0db-4021-aa90-6de6c4b94f38 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2019-01-20 13:01:51,770 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None used request id req-dd3b93aa-a0db-4021-aa90-6de6c4b94f38 2019-01-20 13:01:51,774 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-dd3b93aa-a0db-4021-aa90-6de6c4b94f38" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd9b6e3b1d450205c068cf1709cd275c1e07cbf" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-ed34ba7c-f0e0-4590-8373-57fc88b38f4b", "description": null}}' 2019-01-20 13:01:52,364 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:51 GMT Server: Apache x-compute-request-id: req-5fdec09d-1f4f-4c92-9a90-13d13cf8faaf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5fdec09d-1f4f-4c92-9a90-13d13cf8faaf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-ed34ba7c-f0e0-4590-8373-57fc88b38f4b", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d0813620-8e96-4d31-a18a-4d87743e4062", "description": null}} 2019-01-20 13:01:52,364 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types used request id req-5fdec09d-1f4f-4c92-9a90-13d13cf8faaf 2019-01-20 13:01:52,365 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-ed34ba7c-f0e0-4590-8373-57fc88b38f4b 2019-01-20 13:01:52,368 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fe4c3e9bc22672f838c732f45a35a2eb20fcad" 2019-01-20 13:01:52,562 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:52 GMT Server: Apache x-compute-request-id: req-b0f447a3-a272-4d2b-ac05-acc83d13105f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b0f447a3-a272-4d2b-ac05-acc83d13105f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-ed34ba7c-f0e0-4590-8373-57fc88b38f4b", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d0813620-8e96-4d31-a18a-4d87743e4062", "description": null}]} 2019-01-20 13:01:52,562 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None used request id req-b0f447a3-a272-4d2b-ac05-acc83d13105f 2019-01-20 13:01:52,565 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/d0813620-8e96-4d31-a18a-4d87743e4062 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b0f447a3-a272-4d2b-ac05-acc83d13105f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fe4c3e9bc22672f838c732f45a35a2eb20fcad" 2019-01-20 13:01:52,750 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:52 GMT Server: Apache x-compute-request-id: req-d2ddc3d6-3e76-4bdc-92f5-9714e6b1b5b0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d2ddc3d6-3e76-4bdc-92f5-9714e6b1b5b0 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-ed34ba7c-f0e0-4590-8373-57fc88b38f4b", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d0813620-8e96-4d31-a18a-4d87743e4062", "description": null}} 2019-01-20 13:01:52,751 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/d0813620-8e96-4d31-a18a-4d87743e4062 used request id req-d2ddc3d6-3e76-4bdc-92f5-9714e6b1b5b0 2019-01-20 13:01:52,754 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/d0813620-8e96-4d31-a18a-4d87743e4062/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b0f447a3-a272-4d2b-ac05-acc83d13105f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fe4c3e9bc22672f838c732f45a35a2eb20fcad" 2019-01-20 13:01:53,294 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:52 GMT Server: Apache x-compute-request-id: req-7910ce76-5890-4061-a6d8-6de97311e4a8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7910ce76-5890-4061-a6d8-6de97311e4a8 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-20 13:01:53,294 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/d0813620-8e96-4d31-a18a-4d87743e4062/encryption used request id req-7910ce76-5890-4061-a6d8-6de97311e4a8 2019-01-20 13:01:53,295 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-ed34ba7c-f0e0-4590-8373-57fc88b38f4b 2019-01-20 13:01:53,297 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/d0813620-8e96-4d31-a18a-4d87743e4062 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b0f447a3-a272-4d2b-ac05-acc83d13105f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fe4c3e9bc22672f838c732f45a35a2eb20fcad" 2019-01-20 13:01:53,526 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:01:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fe16c934-522f-4453-9578-211a1eb4a47a 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. 2019-01-20 13:01:53,526 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/d0813620-8e96-4d31-a18a-4d87743e4062 used request id req-fe16c934-522f-4453-9578-211a1eb4a47a 2019-01-20 13:01:53,530 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b0f447a3-a272-4d2b-ac05-acc83d13105f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1fe4c3e9bc22672f838c732f45a35a2eb20fcad" 2019-01-20 13:01:53,717 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:53 GMT Server: Apache x-compute-request-id: req-d5919adf-c129-45b7-895d-0ef5c790308e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d5919adf-c129-45b7-895d-0ef5c790308e Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2019-01-20 13:01:53,718 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None used request id req-d5919adf-c129-45b7-895d-0ef5c790308e 2019-01-20 13:01:53,718 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-ed34ba7c-f0e0-4590-8373-57fc88b38f4b 2019-01-20 13:01:53,721 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/d0813620-8e96-4d31-a18a-4d87743e4062 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dd3b93aa-a0db-4021-aa90-6de6c4b94f38" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd9b6e3b1d450205c068cf1709cd275c1e07cbf" 2019-01-20 13:01:53,891 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:01:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-11d4c934-de24-4250-8a98-e778571745b1 x-openstack-request-id: req-11d4c934-de24-4250-8a98-e778571745b1 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type d0813620-8e96-4d31-a18a-4d87743e4062 could not be found.", "code": 404}} 2019-01-20 13:01:53,891 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/d0813620-8e96-4d31-a18a-4d87743e4062 used request id req-11d4c934-de24-4250-8a98-e778571745b1 2019-01-20 13:01:53,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cda91d0fac351549da143e6fc1bbaa937b87fd" 2019-01-20 13:01:54,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-63ad920b-6bc2-4dbd-bc55-dfec95d41348 Date: Sun, 20 Jan 2019 13:01:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:01:54,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-63ad920b-6bc2-4dbd-bc55-dfec95d41348 2019-01-20 13:01:54,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cda91d0fac351549da143e6fc1bbaa937b87fd" 2019-01-20 13:01:54,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7df48730-c5bf-4e01-a8fe-cbe25bff137f 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:01:54,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-7df48730-c5bf-4e01-a8fe-cbe25bff137f 2019-01-20 13:01:54,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cda91d0fac351549da143e6fc1bbaa937b87fd" 2019-01-20 13:01:54,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57aaf3a5-765e-4439-868d-8ec76fdc27a5 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:01:54,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-57aaf3a5-765e-4439-868d-8ec76fdc27a5 2019-01-20 13:01:54,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cda91d0fac351549da143e6fc1bbaa937b87fd" 2019-01-20 13:01:54,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaf3ee45-1234-41cf-9e2a-cf17f6cf9477 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:01:54,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-aaf3ee45-1234-41cf-9e2a-cf17f6cf9477 2019-01-20 13:01:54,401 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-a8917b91-41b3-4c4-proj 2019-01-20 13:01:54,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/3a15af8d61cc41f488afcd76d72927b9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cda91d0fac351549da143e6fc1bbaa937b87fd" 2019-01-20 13:01:54,647 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b1c11f7-0324-4a7a-9c7d-13ad01cde47b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:54,648 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/3a15af8d61cc41f488afcd76d72927b9 used request id req-3b1c11f7-0324-4a7a-9c7d-13ad01cde47b 2019-01-20 13:01:54,648 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-a8917b91-41b3-4c4-proj-role 2019-01-20 13:01:54,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/42622986aab14f6eb1e6382f94b59fe3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cda91d0fac351549da143e6fc1bbaa937b87fd" 2019-01-20 13:01:54,770 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d3a2b3d-ea0e-4d4c-afff-a100c41c3e88 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:54,770 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/42622986aab14f6eb1e6382f94b59fe3 used request id req-8d3a2b3d-ea0e-4d4c-afff-a100c41c3e88 2019-01-20 13:01:54,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77cda91d0fac351549da143e6fc1bbaa937b87fd" 2019-01-20 13:01:54,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0abcf58c-dada-4aff-a081-56867f963b50 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:01:54,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0abcf58c-dada-4aff-a081-56867f963b50 2019-01-20 13:01:54,856 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-a8917b91-41b3-4c4-user 2019-01-20 13:01:54,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/98cb409e0ddf40f797fb2aabee849f87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64c57ae74006e515c25c8afda66eca8f5c4427af" 2019-01-20 13:01:55,033 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d893ae65-cf7d-42c6-89bd-9451ac86f071 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:55,033 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/98cb409e0ddf40f797fb2aabee849f87 used request id req-d893ae65-cf7d-42c6-89bd-9451ac86f071 2019-01-20 13:01:55,035 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:55,421 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["WRynIepqQUWcVnVST5kKyg"], "issued_at": "2019-01-20T13:01:55.000000Z"}} 2019-01-20 13:01:55,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19140c4efa0c0a5cd75cd4dae153c81bca178ba" 2019-01-20 13:01:55,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98515f6b-f756-46e9-b7f9-6946babb7f74 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:55,501 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-98515f6b-f756-46e9-b7f9-6946babb7f74 2019-01-20 13:01:55,502 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:55,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:55,890 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["XfB60kvtRjisL2R3uPmrUA"], "issued_at": "2019-01-20T13:01:55.000000Z"}} 2019-01-20 13:01:55,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98dc87b40f696400a9b5e55c7daebf00e79c760d" 2019-01-20 13:01:55,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b68c0d9-96ac-4736-b750-4fd7f30e464c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:55,976 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0b68c0d9-96ac-4736-b750-4fd7f30e464c 2019-01-20 13:01:55,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:01:55,987 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:01: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:01:55,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-e3c7a9e3-5c96-4ac-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98dc87b40f696400a9b5e55c7daebf00e79c760d" 2019-01-20 13:01:56,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03a5b08c-b2bd-4575-ab19-710dfa862122 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-e3c7a9e3-5c96-4ac-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:01:56,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-e3c7a9e3-5c96-4ac-proj used request id req-03a5b08c-b2bd-4575-ab19-710dfa862122 2019-01-20 13:01:56,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98dc87b40f696400a9b5e55c7daebf00e79c760d" 2019-01-20 13:01:56,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42a2829c-087d-43e7-91eb-54b2c41d7529 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:01:56,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-42a2829c-087d-43e7-91eb-54b2c41d7529 2019-01-20 13:01:56,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98dc87b40f696400a9b5e55c7daebf00e79c760d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-e3c7a9e3-5c96-4ac-proj"}}' 2019-01-20 13:01:56,189 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:01:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ce7b8a1-40f7-4371-83cd-15a39407c001 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4cb4e50d9a9d41c1ad3c6e1748dfcad8"}, "enabled": true, "id": "4cb4e50d9a9d41c1ad3c6e1748dfcad8", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-e3c7a9e3-5c96-4ac-proj"}} 2019-01-20 13:01:56,189 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-6ce7b8a1-40f7-4371-83cd-15a39407c001 2019-01-20 13:01:56,189 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-e3c7a9e3-5c96-4ac-proj 2019-01-20 13:01:56,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:56,190 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:56,576 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["mFsfMbDTQzm8QkgFk2UfQQ"], "issued_at": "2019-01-20T13:01:56.000000Z"}} 2019-01-20 13:01:56,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9da812ee5b2681690aef0101f400fd0e76be960" 2019-01-20 13:01:56,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98fbb797-e7aa-4638-824a-f68372e3670b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:56,667 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-98fbb797-e7aa-4638-824a-f68372e3670b 2019-01-20 13:01:56,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:01:56,677 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:01: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:01:56,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9da812ee5b2681690aef0101f400fd0e76be960" 2019-01-20 13:01:56,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24af3525-7cc7-4099-8af3-062585731b6b Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:01:56,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-24af3525-7cc7-4099-8af3-062585731b6b 2019-01-20 13:01:56,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-e3c7a9e3-5c96-4ac-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9da812ee5b2681690aef0101f400fd0e76be960" 2019-01-20 13:01:56,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5799e088-5c12-41a4-8b36-5e4725afb6e3 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-e3c7a9e3-5c96-4ac-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4cb4e50d9a9d41c1ad3c6e1748dfcad8"}, "enabled": true, "id": "4cb4e50d9a9d41c1ad3c6e1748dfcad8", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-e3c7a9e3-5c96-4ac-proj"}]} 2019-01-20 13:01:56,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-e3c7a9e3-5c96-4ac-proj used request id req-5799e088-5c12-41a4-8b36-5e4725afb6e3 2019-01-20 13:01:56,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9da812ee5b2681690aef0101f400fd0e76be960" 2019-01-20 13:01:56,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34ab7e32-8087-4379-ac22-7ac2970089a5 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:01:56,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-34ab7e32-8087-4379-ac22-7ac2970089a5 2019-01-20 13:01:57,321 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-e3c7a9e3-5c96-4ac-user 2019-01-20 13:01:57,321 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:57,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98dc87b40f696400a9b5e55c7daebf00e79c760d" 2019-01-20 13:01:57,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c1bf1f0-cf9d-461b-8d41-85e0e71471b4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:01:57,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2c1bf1f0-cf9d-461b-8d41-85e0e71471b4 2019-01-20 13:01:57,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98dc87b40f696400a9b5e55c7daebf00e79c760d" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-e3c7a9e3-5c96-4ac-proj-role"}}' 2019-01-20 13:01:57,518 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:01:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e16d06e-1b11-46bb-af2f-72c2eed3194a Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cb5a6ec2f79548308ad1078906e5905f", "links": {"self": "http://172.30.9.22:5000/v3/roles/cb5a6ec2f79548308ad1078906e5905f"}, "name": "CreateSimpleVolumeTypeSuccessTests-e3c7a9e3-5c96-4ac-proj-role"}} 2019-01-20 13:01:57,518 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-8e16d06e-1b11-46bb-af2f-72c2eed3194a 2019-01-20 13:01:57,519 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-e3c7a9e3-5c96-4ac-proj-role 2019-01-20 13:01:57,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/cb5a6ec2f79548308ad1078906e5905f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98dc87b40f696400a9b5e55c7daebf00e79c760d" 2019-01-20 13:01:57,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6209d54e-9e95-4dc3-bd5c-d12201c87056 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/cb5a6ec2f79548308ad1078906e5905f"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-e3c7a9e3-5c96-4ac-proj-role", "id": "cb5a6ec2f79548308ad1078906e5905f"}} 2019-01-20 13:01:57,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/cb5a6ec2f79548308ad1078906e5905f used request id req-6209d54e-9e95-4dc3-bd5c-d12201c87056 2019-01-20 13:01:57,539 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-e3c7a9e3-5c96-4ac-proj-role to project CreateSimpleVolumeTypeSuccessTests-e3c7a9e3-5c96-4ac-proj 2019-01-20 13:01:57,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/4cb4e50d9a9d41c1ad3c6e1748dfcad8/users/85db4845980846388eebe96f3625721b/roles/cb5a6ec2f79548308ad1078906e5905f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98dc87b40f696400a9b5e55c7daebf00e79c760d" 2019-01-20 13:01:57,668 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:01:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-134ce139-6cb0-414f-ba02-9c95ac086d97 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:01:57,668 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/4cb4e50d9a9d41c1ad3c6e1748dfcad8/users/85db4845980846388eebe96f3625721b/roles/cb5a6ec2f79548308ad1078906e5905f used request id req-134ce139-6cb0-414f-ba02-9c95ac086d97 2019-01-20 13:01:57,671 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:57,671 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:58,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["jfQgD_GZTziYTBHmxoV26Q"], "issued_at": "2019-01-20T13:01:58.000000Z"}} 2019-01-20 13:01:58,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1dce284a8ea0b34b52c4cf598f06e5de8e7f359" 2019-01-20 13:01:58,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d49ae38e-1d1a-4141-9a5d-c9295c6602d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:58,132 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d49ae38e-1d1a-4141-9a5d-c9295c6602d7 2019-01-20 13:01:58,138 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1dce284a8ea0b34b52c4cf598f06e5de8e7f359" 2019-01-20 13:01:58,300 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:58 GMT Server: Apache x-compute-request-id: req-c2b56555-9958-4daa-8880-8a0a2c4dac3a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c2b56555-9958-4daa-8880-8a0a2c4dac3a Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2019-01-20 13:01:58,300 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None used request id req-c2b56555-9958-4daa-8880-8a0a2c4dac3a 2019-01-20 13:01:58,305 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c2b56555-9958-4daa-8880-8a0a2c4dac3a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1dce284a8ea0b34b52c4cf598f06e5de8e7f359" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-014ffb2a-135a-45b9-a799-2794b5b1e656", "description": null}}' 2019-01-20 13:01:58,541 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:58 GMT Server: Apache x-compute-request-id: req-ae0780b0-ff4a-49f1-a6fc-e2115b777ed4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ae0780b0-ff4a-49f1-a6fc-e2115b777ed4 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-014ffb2a-135a-45b9-a799-2794b5b1e656", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3feb9d6e-7786-48cf-957f-1bd763f34919", "description": null}} 2019-01-20 13:01:58,541 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types used request id req-ae0780b0-ff4a-49f1-a6fc-e2115b777ed4 2019-01-20 13:01:58,542 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-014ffb2a-135a-45b9-a799-2794b5b1e656 2019-01-20 13:01:58,545 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19140c4efa0c0a5cd75cd4dae153c81bca178ba" 2019-01-20 13:01:58,732 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:58 GMT Server: Apache x-compute-request-id: req-a5d942d5-a254-45ba-bc8b-6f6bb2ea7168 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a5d942d5-a254-45ba-bc8b-6f6bb2ea7168 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-014ffb2a-135a-45b9-a799-2794b5b1e656", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3feb9d6e-7786-48cf-957f-1bd763f34919", "description": null}]} 2019-01-20 13:01:58,732 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None used request id req-a5d942d5-a254-45ba-bc8b-6f6bb2ea7168 2019-01-20 13:01:58,736 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/3feb9d6e-7786-48cf-957f-1bd763f34919 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a5d942d5-a254-45ba-bc8b-6f6bb2ea7168" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19140c4efa0c0a5cd75cd4dae153c81bca178ba" 2019-01-20 13:01:59,287 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:58 GMT Server: Apache x-compute-request-id: req-534b2cbe-a462-41ea-8b9e-e0f601b6b835 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-534b2cbe-a462-41ea-8b9e-e0f601b6b835 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-014ffb2a-135a-45b9-a799-2794b5b1e656", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3feb9d6e-7786-48cf-957f-1bd763f34919", "description": null}} 2019-01-20 13:01:59,288 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/3feb9d6e-7786-48cf-957f-1bd763f34919 used request id req-534b2cbe-a462-41ea-8b9e-e0f601b6b835 2019-01-20 13:01:59,291 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/3feb9d6e-7786-48cf-957f-1bd763f34919/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a5d942d5-a254-45ba-bc8b-6f6bb2ea7168" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e19140c4efa0c0a5cd75cd4dae153c81bca178ba" 2019-01-20 13:01:59,468 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:59 GMT Server: Apache x-compute-request-id: req-d4acbfac-2c1d-4548-8c57-8e77611b71d5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d4acbfac-2c1d-4548-8c57-8e77611b71d5 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-20 13:01:59,468 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/3feb9d6e-7786-48cf-957f-1bd763f34919/encryption used request id req-d4acbfac-2c1d-4548-8c57-8e77611b71d5 2019-01-20 13:01:59,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:01:59,470 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:01:59,862 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:01:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["LOm5US-xSNGJvRzsCHefWQ"], "issued_at": "2019-01-20T13:01:59.000000Z"}} 2019-01-20 13:01:59,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd07a696a4813cb8d171103339a609e326487ff" 2019-01-20 13:01:59,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7df1b9f1-ba48-46e6-9ffb-1da205c0e5ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:01:59,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7df1b9f1-ba48-46e6-9ffb-1da205c0e5ba 2019-01-20 13:01:59,881 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd07a696a4813cb8d171103339a609e326487ff" 2019-01-20 13:02:00,058 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:01:59 GMT Server: Apache x-compute-request-id: req-374b973c-fea8-4e29-a198-a2cf935f7326 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-374b973c-fea8-4e29-a198-a2cf935f7326 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-014ffb2a-135a-45b9-a799-2794b5b1e656", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3feb9d6e-7786-48cf-957f-1bd763f34919", "description": null}]} 2019-01-20 13:02:00,059 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None used request id req-374b973c-fea8-4e29-a198-a2cf935f7326 2019-01-20 13:02:00,062 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/3feb9d6e-7786-48cf-957f-1bd763f34919 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-374b973c-fea8-4e29-a198-a2cf935f7326" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd07a696a4813cb8d171103339a609e326487ff" 2019-01-20 13:02:00,235 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:00 GMT Server: Apache x-compute-request-id: req-c5105992-c9f7-4b9c-8b94-e21833341267 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c5105992-c9f7-4b9c-8b94-e21833341267 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-014ffb2a-135a-45b9-a799-2794b5b1e656", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3feb9d6e-7786-48cf-957f-1bd763f34919", "description": null}} 2019-01-20 13:02:00,235 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/3feb9d6e-7786-48cf-957f-1bd763f34919 used request id req-c5105992-c9f7-4b9c-8b94-e21833341267 2019-01-20 13:02:00,238 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/3feb9d6e-7786-48cf-957f-1bd763f34919/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-374b973c-fea8-4e29-a198-a2cf935f7326" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd07a696a4813cb8d171103339a609e326487ff" 2019-01-20 13:02:00,429 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:00 GMT Server: Apache x-compute-request-id: req-49b2af2e-cece-47aa-b0ff-fdb125063d58 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-49b2af2e-cece-47aa-b0ff-fdb125063d58 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-20 13:02:00,429 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/3feb9d6e-7786-48cf-957f-1bd763f34919/encryption used request id req-49b2af2e-cece-47aa-b0ff-fdb125063d58 2019-01-20 13:02:00,430 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-014ffb2a-135a-45b9-a799-2794b5b1e656 2019-01-20 13:02:00,433 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/3feb9d6e-7786-48cf-957f-1bd763f34919 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2b56555-9958-4daa-8880-8a0a2c4dac3a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1dce284a8ea0b34b52c4cf598f06e5de8e7f359" 2019-01-20 13:02:00,663 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:02:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0f77392d-03dc-4aa0-b330-693cbea7fbcc 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. 2019-01-20 13:02:00,663 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/3feb9d6e-7786-48cf-957f-1bd763f34919 used request id req-0f77392d-03dc-4aa0-b330-693cbea7fbcc 2019-01-20 13:02:00,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98dc87b40f696400a9b5e55c7daebf00e79c760d" 2019-01-20 13:02:00,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-6ff2c881-21e0-4d2d-a7b0-3cb6bc1b4203 Date: Sun, 20 Jan 2019 13:02:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:02:00,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-6ff2c881-21e0-4d2d-a7b0-3cb6bc1b4203 2019-01-20 13:02:00,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98dc87b40f696400a9b5e55c7daebf00e79c760d" 2019-01-20 13:02:00,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c05e02f-e39e-45d3-94a9-64d220268b66 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:02:00,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-7c05e02f-e39e-45d3-94a9-64d220268b66 2019-01-20 13:02:00,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98dc87b40f696400a9b5e55c7daebf00e79c760d" 2019-01-20 13:02:01,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-777a58ba-a804-4d31-b38b-87129704baa4 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:02:01,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-777a58ba-a804-4d31-b38b-87129704baa4 2019-01-20 13:02:01,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98dc87b40f696400a9b5e55c7daebf00e79c760d" 2019-01-20 13:02:01,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9496784d-fc54-4d44-940e-e2ccc0ebb75f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:02:01,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-9496784d-fc54-4d44-940e-e2ccc0ebb75f 2019-01-20 13:02:01,136 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-e3c7a9e3-5c96-4ac-proj 2019-01-20 13:02:01,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/4cb4e50d9a9d41c1ad3c6e1748dfcad8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98dc87b40f696400a9b5e55c7daebf00e79c760d" 2019-01-20 13:02:01,360 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d49ff4a-b7af-4fd8-bf0b-57551bb75726 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:01,360 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/4cb4e50d9a9d41c1ad3c6e1748dfcad8 used request id req-8d49ff4a-b7af-4fd8-bf0b-57551bb75726 2019-01-20 13:02:01,360 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-e3c7a9e3-5c96-4ac-proj-role 2019-01-20 13:02:01,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/cb5a6ec2f79548308ad1078906e5905f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98dc87b40f696400a9b5e55c7daebf00e79c760d" 2019-01-20 13:02:01,488 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0353efc0-3639-4ce6-bcd3-9c3528901d5d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:01,488 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/cb5a6ec2f79548308ad1078906e5905f used request id req-0353efc0-3639-4ce6-bcd3-9c3528901d5d 2019-01-20 13:02:01,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98dc87b40f696400a9b5e55c7daebf00e79c760d" 2019-01-20 13:02:01,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8b5af21-3eee-4152-acd8-9b401b903c00 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:02:01,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a8b5af21-3eee-4152-acd8-9b401b903c00 2019-01-20 13:02:01,579 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-e3c7a9e3-5c96-4ac-user 2019-01-20 13:02:01,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/85db4845980846388eebe96f3625721b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9da812ee5b2681690aef0101f400fd0e76be960" 2019-01-20 13:02:01,763 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18e679ee-5df3-4e97-8756-87f39036a428 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:01,763 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/85db4845980846388eebe96f3625721b used request id req-18e679ee-5df3-4e97-8756-87f39036a428 2019-01-20 13:02:01,765 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:02,153 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["I2EjxkbJRl-_aoP6WmxRZg"], "issued_at": "2019-01-20T13:02:02.000000Z"}} 2019-01-20 13:02:02,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d9f4c00c658d28f6b5a247a08d729a722af044d" 2019-01-20 13:02:02,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-154c7b49-80f1-4b79-a837-0c5d44fc0c2e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:02,232 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-154c7b49-80f1-4b79-a837-0c5d44fc0c2e 2019-01-20 13:02:02,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:02,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:02,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["pQMMQW6ZSK-fVoNsgGMf1w"], "issued_at": "2019-01-20T13:02:02.000000Z"}} 2019-01-20 13:02:02,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69943db20db7839b1472e4e9f0a3f8600b33b66f" 2019-01-20 13:02:02,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc791711-72ac-4eb6-b273-e903a74ce1c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:02,714 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bc791711-72ac-4eb6-b273-e903a74ce1c5 2019-01-20 13:02:02,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:02:02,725 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:02: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:02:02,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-57a9cada-cc6a-44f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69943db20db7839b1472e4e9f0a3f8600b33b66f" 2019-01-20 13:02:02,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b08ebc2-5a19-482e-b52f-d68eb480272a Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-57a9cada-cc6a-44f-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:02:02,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-57a9cada-cc6a-44f-proj used request id req-8b08ebc2-5a19-482e-b52f-d68eb480272a 2019-01-20 13:02:02,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69943db20db7839b1472e4e9f0a3f8600b33b66f" 2019-01-20 13:02:02,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f72922cd-1bc4-47df-9616-8e2e425d9862 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:02:02,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-f72922cd-1bc4-47df-9616-8e2e425d9862 2019-01-20 13:02:02,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69943db20db7839b1472e4e9f0a3f8600b33b66f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-57a9cada-cc6a-44f-proj"}}' 2019-01-20 13:02:03,022 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:02:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8af6f49f-00e5-4f8c-9fd8-e59d96797c99 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d46c401c4cfb4f659f3ebd6e0f49ef99"}, "enabled": true, "id": "d46c401c4cfb4f659f3ebd6e0f49ef99", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-57a9cada-cc6a-44f-proj"}} 2019-01-20 13:02:03,022 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-8af6f49f-00e5-4f8c-9fd8-e59d96797c99 2019-01-20 13:02:03,022 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-57a9cada-cc6a-44f-proj 2019-01-20 13:02:03,022 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:03,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:03,407 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["qYhivcSYS1KsfGasaD2lyg"], "issued_at": "2019-01-20T13:02:03.000000Z"}} 2019-01-20 13:02:03,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f29adb0a89c6a01ac7cc5ec99c915432c1cd9a2a" 2019-01-20 13:02:03,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b478df42-71f4-484b-9caa-aff6358f7043 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:03,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b478df42-71f4-484b-9caa-aff6358f7043 2019-01-20 13:02:03,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:02:03,432 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:02: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:02:03,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f29adb0a89c6a01ac7cc5ec99c915432c1cd9a2a" 2019-01-20 13:02:03,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-824f568a-fcd1-4fa4-b8ec-1b5bf525c943 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:02:03,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-824f568a-fcd1-4fa4-b8ec-1b5bf525c943 2019-01-20 13:02:03,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-57a9cada-cc6a-44f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f29adb0a89c6a01ac7cc5ec99c915432c1cd9a2a" 2019-01-20 13:02:03,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57f4d57a-162f-4b1a-a63f-4561a25236d4 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-57a9cada-cc6a-44f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d46c401c4cfb4f659f3ebd6e0f49ef99"}, "enabled": true, "id": "d46c401c4cfb4f659f3ebd6e0f49ef99", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-57a9cada-cc6a-44f-proj"}]} 2019-01-20 13:02:03,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-57a9cada-cc6a-44f-proj used request id req-57f4d57a-162f-4b1a-a63f-4561a25236d4 2019-01-20 13:02:03,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f29adb0a89c6a01ac7cc5ec99c915432c1cd9a2a" 2019-01-20 13:02:03,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-609923af-bb48-4ece-ba4e-6175ab97f885 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:02:03,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-609923af-bb48-4ece-ba4e-6175ab97f885 2019-01-20 13:02:04,033 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-57a9cada-cc6a-44f-user 2019-01-20 13:02:04,034 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:04,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69943db20db7839b1472e4e9f0a3f8600b33b66f" 2019-01-20 13:02:04,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-939e876d-a014-4092-a209-39694977fba0 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:02:04,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-939e876d-a014-4092-a209-39694977fba0 2019-01-20 13:02:04,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69943db20db7839b1472e4e9f0a3f8600b33b66f" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-57a9cada-cc6a-44f-proj-role"}}' 2019-01-20 13:02:04,225 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:02:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-facbf50e-67dc-4445-8792-c380abbcf7af Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "27383d856c214174a0d0eac5dd4fa3e9", "links": {"self": "http://172.30.9.22:5000/v3/roles/27383d856c214174a0d0eac5dd4fa3e9"}, "name": "CreateSimpleVolumeTypeSuccessTests-57a9cada-cc6a-44f-proj-role"}} 2019-01-20 13:02:04,225 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-facbf50e-67dc-4445-8792-c380abbcf7af 2019-01-20 13:02:04,225 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-57a9cada-cc6a-44f-proj-role 2019-01-20 13:02:04,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/27383d856c214174a0d0eac5dd4fa3e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69943db20db7839b1472e4e9f0a3f8600b33b66f" 2019-01-20 13:02:04,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d5df1bb-7a6b-49f7-a7ae-a3198c1bd1dd Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/27383d856c214174a0d0eac5dd4fa3e9"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-57a9cada-cc6a-44f-proj-role", "id": "27383d856c214174a0d0eac5dd4fa3e9"}} 2019-01-20 13:02:04,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/27383d856c214174a0d0eac5dd4fa3e9 used request id req-5d5df1bb-7a6b-49f7-a7ae-a3198c1bd1dd 2019-01-20 13:02:04,330 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-57a9cada-cc6a-44f-proj-role to project CreateSimpleVolumeTypeSuccessTests-57a9cada-cc6a-44f-proj 2019-01-20 13:02:04,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/d46c401c4cfb4f659f3ebd6e0f49ef99/users/34cbd58ba6854a0a81e945936e3fb87f/roles/27383d856c214174a0d0eac5dd4fa3e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69943db20db7839b1472e4e9f0a3f8600b33b66f" 2019-01-20 13:02:04,468 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb984d20-111d-40ed-b5ce-ce60cc4b0a38 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:04,468 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d46c401c4cfb4f659f3ebd6e0f49ef99/users/34cbd58ba6854a0a81e945936e3fb87f/roles/27383d856c214174a0d0eac5dd4fa3e9 used request id req-eb984d20-111d-40ed-b5ce-ce60cc4b0a38 2019-01-20 13:02:04,470 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:04,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:04,848 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["t2HG-qO9Q2WBpuh0UaiXmw"], "issued_at": "2019-01-20T13:02:04.000000Z"}} 2019-01-20 13:02:04,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36887db0b52e67cc9485c4c06cbc5e9bb55c431" 2019-01-20 13:02:04,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-972b65be-e051-4595-bf31-dd25901aea6b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:04,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-972b65be-e051-4595-bf31-dd25901aea6b 2019-01-20 13:02:04,943 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36887db0b52e67cc9485c4c06cbc5e9bb55c431" 2019-01-20 13:02:05,127 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:04 GMT Server: Apache x-compute-request-id: req-db243d27-916b-488c-9b02-b8c4de1105a8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-db243d27-916b-488c-9b02-b8c4de1105a8 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2019-01-20 13:02:05,128 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None used request id req-db243d27-916b-488c-9b02-b8c4de1105a8 2019-01-20 13:02:05,131 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-db243d27-916b-488c-9b02-b8c4de1105a8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36887db0b52e67cc9485c4c06cbc5e9bb55c431" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-c4e495d3-21ff-48be-b07a-3d8c3e7526a1", "description": null}}' 2019-01-20 13:02:05,325 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:05 GMT Server: Apache x-compute-request-id: req-078ea209-73c2-45ec-8054-4bc5ab1b7eb6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-078ea209-73c2-45ec-8054-4bc5ab1b7eb6 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-c4e495d3-21ff-48be-b07a-3d8c3e7526a1", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7477c808-c572-4d9d-b185-d709500cc851", "description": null}} 2019-01-20 13:02:05,325 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types used request id req-078ea209-73c2-45ec-8054-4bc5ab1b7eb6 2019-01-20 13:02:05,326 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-c4e495d3-21ff-48be-b07a-3d8c3e7526a1 2019-01-20 13:02:05,329 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d9f4c00c658d28f6b5a247a08d729a722af044d" 2019-01-20 13:02:05,523 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:05 GMT Server: Apache x-compute-request-id: req-c4426523-b9aa-4257-811a-8c0ad5c103ec OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c4426523-b9aa-4257-811a-8c0ad5c103ec Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-c4e495d3-21ff-48be-b07a-3d8c3e7526a1", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7477c808-c572-4d9d-b185-d709500cc851", "description": null}]} 2019-01-20 13:02:05,523 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None used request id req-c4426523-b9aa-4257-811a-8c0ad5c103ec 2019-01-20 13:02:05,527 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/7477c808-c572-4d9d-b185-d709500cc851 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c4426523-b9aa-4257-811a-8c0ad5c103ec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d9f4c00c658d28f6b5a247a08d729a722af044d" 2019-01-20 13:02:05,701 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:05 GMT Server: Apache x-compute-request-id: req-a8e5f47f-7d34-48e9-9b17-b7e2c3c3fd51 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a8e5f47f-7d34-48e9-9b17-b7e2c3c3fd51 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-c4e495d3-21ff-48be-b07a-3d8c3e7526a1", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7477c808-c572-4d9d-b185-d709500cc851", "description": null}} 2019-01-20 13:02:05,701 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/7477c808-c572-4d9d-b185-d709500cc851 used request id req-a8e5f47f-7d34-48e9-9b17-b7e2c3c3fd51 2019-01-20 13:02:05,704 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/7477c808-c572-4d9d-b185-d709500cc851/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c4426523-b9aa-4257-811a-8c0ad5c103ec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d9f4c00c658d28f6b5a247a08d729a722af044d" 2019-01-20 13:02:05,875 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:05 GMT Server: Apache x-compute-request-id: req-18b325c4-bb24-4c30-8dfe-b2612cb78abe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-18b325c4-bb24-4c30-8dfe-b2612cb78abe Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-20 13:02:05,875 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/7477c808-c572-4d9d-b185-d709500cc851/encryption used request id req-18b325c4-bb24-4c30-8dfe-b2612cb78abe 2019-01-20 13:02:05,878 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/7477c808-c572-4d9d-b185-d709500cc851 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c4426523-b9aa-4257-811a-8c0ad5c103ec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d9f4c00c658d28f6b5a247a08d729a722af044d" 2019-01-20 13:02:06,060 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:05 GMT Server: Apache x-compute-request-id: req-4650f23b-5119-4ffd-8d1f-033f87bca577 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4650f23b-5119-4ffd-8d1f-033f87bca577 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-c4e495d3-21ff-48be-b07a-3d8c3e7526a1", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7477c808-c572-4d9d-b185-d709500cc851", "description": null}} 2019-01-20 13:02:06,060 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/7477c808-c572-4d9d-b185-d709500cc851 used request id req-4650f23b-5119-4ffd-8d1f-033f87bca577 2019-01-20 13:02:06,063 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/7477c808-c572-4d9d-b185-d709500cc851 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c4426523-b9aa-4257-811a-8c0ad5c103ec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d9f4c00c658d28f6b5a247a08d729a722af044d" 2019-01-20 13:02:06,240 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:06 GMT Server: Apache x-compute-request-id: req-4efc5675-6f39-45c9-915d-26d733de8888 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4efc5675-6f39-45c9-915d-26d733de8888 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-c4e495d3-21ff-48be-b07a-3d8c3e7526a1", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7477c808-c572-4d9d-b185-d709500cc851", "description": null}} 2019-01-20 13:02:06,240 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/7477c808-c572-4d9d-b185-d709500cc851 used request id req-4efc5675-6f39-45c9-915d-26d733de8888 2019-01-20 13:02:06,243 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/7477c808-c572-4d9d-b185-d709500cc851/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c4426523-b9aa-4257-811a-8c0ad5c103ec" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d9f4c00c658d28f6b5a247a08d729a722af044d" 2019-01-20 13:02:06,407 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:06 GMT Server: Apache x-compute-request-id: req-77ff5845-be67-4ced-afda-4ef847f65bcf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-77ff5845-be67-4ced-afda-4ef847f65bcf Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-20 13:02:06,407 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/7477c808-c572-4d9d-b185-d709500cc851/encryption used request id req-77ff5845-be67-4ced-afda-4ef847f65bcf 2019-01-20 13:02:06,407 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-c4e495d3-21ff-48be-b07a-3d8c3e7526a1 2019-01-20 13:02:06,410 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/7477c808-c572-4d9d-b185-d709500cc851 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-db243d27-916b-488c-9b02-b8c4de1105a8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e36887db0b52e67cc9485c4c06cbc5e9bb55c431" 2019-01-20 13:02:06,663 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:02:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-86376f7c-dcf1-43c9-b5fd-57dd68592502 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. 2019-01-20 13:02:06,663 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/7477c808-c572-4d9d-b185-d709500cc851 used request id req-86376f7c-dcf1-43c9-b5fd-57dd68592502 2019-01-20 13:02:06,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69943db20db7839b1472e4e9f0a3f8600b33b66f" 2019-01-20 13:02:06,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-147b65f4-66e8-4ec1-949f-9588ccdf7167 Date: Sun, 20 Jan 2019 13:02:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:02:06,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-147b65f4-66e8-4ec1-949f-9588ccdf7167 2019-01-20 13:02:06,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69943db20db7839b1472e4e9f0a3f8600b33b66f" 2019-01-20 13:02:06,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0565fdd7-8b6e-4a85-81a9-5540662de603 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:02:06,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-0565fdd7-8b6e-4a85-81a9-5540662de603 2019-01-20 13:02:06,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69943db20db7839b1472e4e9f0a3f8600b33b66f" 2019-01-20 13:02:07,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4f95a37-8198-49b0-b941-532596b5657f 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:02:07,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-f4f95a37-8198-49b0-b941-532596b5657f 2019-01-20 13:02:07,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69943db20db7839b1472e4e9f0a3f8600b33b66f" 2019-01-20 13:02:07,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abe68dc7-74f5-4cca-be68-77b1ba3e07fc Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:02:07,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-abe68dc7-74f5-4cca-be68-77b1ba3e07fc 2019-01-20 13:02:07,029 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-57a9cada-cc6a-44f-proj 2019-01-20 13:02:07,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/d46c401c4cfb4f659f3ebd6e0f49ef99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69943db20db7839b1472e4e9f0a3f8600b33b66f" 2019-01-20 13:02:07,259 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28a7b465-ea1c-4a15-81ee-cd804cd37f88 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:07,259 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/d46c401c4cfb4f659f3ebd6e0f49ef99 used request id req-28a7b465-ea1c-4a15-81ee-cd804cd37f88 2019-01-20 13:02:07,259 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-57a9cada-cc6a-44f-proj-role 2019-01-20 13:02:07,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/27383d856c214174a0d0eac5dd4fa3e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69943db20db7839b1472e4e9f0a3f8600b33b66f" 2019-01-20 13:02:07,368 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8f5b5d8-a2fe-4197-abbd-b1c21423584f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:07,369 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/27383d856c214174a0d0eac5dd4fa3e9 used request id req-c8f5b5d8-a2fe-4197-abbd-b1c21423584f 2019-01-20 13:02:07,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69943db20db7839b1472e4e9f0a3f8600b33b66f" 2019-01-20 13:02:07,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99306884-5387-4545-8c97-ec56f6e7ddf0 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:02:07,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-99306884-5387-4545-8c97-ec56f6e7ddf0 2019-01-20 13:02:07,469 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-57a9cada-cc6a-44f-user 2019-01-20 13:02:07,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/34cbd58ba6854a0a81e945936e3fb87f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f29adb0a89c6a01ac7cc5ec99c915432c1cd9a2a" 2019-01-20 13:02:07,662 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c67fc0b-ddc8-4fa1-be2c-65147ca0a83e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:07,662 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/34cbd58ba6854a0a81e945936e3fb87f used request id req-3c67fc0b-ddc8-4fa1-be2c-65147ca0a83e 2019-01-20 13:02:07,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:08,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["5cx_seGTRz-fZG2gvBi6mg"], "issued_at": "2019-01-20T13:02:08.000000Z"}} 2019-01-20 13:02:08,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2169130ccc4a66114f9833f5c5a25f1405b7f4" 2019-01-20 13:02:08,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db1b8614-b9f6-4436-9718-79f289edcbec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:08,125 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-db1b8614-b9f6-4436-9718-79f289edcbec 2019-01-20 13:02:08,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:08,127 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:08,515 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["CKX7vpCcTJuoRJuNwppfHA"], "issued_at": "2019-01-20T13:02:08.000000Z"}} 2019-01-20 13:02:08,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f728fee2dcaa5d2aaf40d6118f50a5cd123fa63d" 2019-01-20 13:02:08,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20fc8ccb-fbdd-45f6-8a08-141d802c77f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:08,596 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-20fc8ccb-fbdd-45f6-8a08-141d802c77f9 2019-01-20 13:02:08,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:02:08,606 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:02: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:02:08,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-a57045c1-946c-418-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f728fee2dcaa5d2aaf40d6118f50a5cd123fa63d" 2019-01-20 13:02:08,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a328df8f-7090-47c3-9551-4d301959996e Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-a57045c1-946c-418-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:02:08,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-a57045c1-946c-418-proj used request id req-a328df8f-7090-47c3-9551-4d301959996e 2019-01-20 13:02:08,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f728fee2dcaa5d2aaf40d6118f50a5cd123fa63d" 2019-01-20 13:02:08,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58f953c1-c262-4f46-adec-24cac12b8187 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:02:08,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-58f953c1-c262-4f46-adec-24cac12b8187 2019-01-20 13:02:08,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f728fee2dcaa5d2aaf40d6118f50a5cd123fa63d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-a57045c1-946c-418-proj"}}' 2019-01-20 13:02:08,908 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:02:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb6d9b8b-f37c-4b91-8928-decbe24d56ef Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/08f329f208dc46079df6c3f92acdd1f3"}, "enabled": true, "id": "08f329f208dc46079df6c3f92acdd1f3", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-a57045c1-946c-418-proj"}} 2019-01-20 13:02:08,908 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-fb6d9b8b-f37c-4b91-8928-decbe24d56ef 2019-01-20 13:02:08,908 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-a57045c1-946c-418-proj 2019-01-20 13:02:08,909 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:08,910 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:09,292 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["F2BXXvddSV-7RK4_VBg8Jg"], "issued_at": "2019-01-20T13:02:09.000000Z"}} 2019-01-20 13:02:09,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce13d28ef60e9bfdbb27d2e2403f90913a784f33" 2019-01-20 13:02:09,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaae8a3a-1498-4f94-bbf9-d5d66ec4b992 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:09,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-eaae8a3a-1498-4f94-bbf9-d5d66ec4b992 2019-01-20 13:02:09,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:02:09,377 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:02: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:02:09,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce13d28ef60e9bfdbb27d2e2403f90913a784f33" 2019-01-20 13:02:09,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9dbfdf1-3ac3-42d6-90ac-9fbcc2404c60 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:02:09,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c9dbfdf1-3ac3-42d6-90ac-9fbcc2404c60 2019-01-20 13:02:09,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateVolumeTypeComplexTests-a57045c1-946c-418-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce13d28ef60e9bfdbb27d2e2403f90913a784f33" 2019-01-20 13:02:09,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe3098f1-d808-448c-900b-04bf086f9d2a Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateVolumeTypeComplexTests-a57045c1-946c-418-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/08f329f208dc46079df6c3f92acdd1f3"}, "enabled": true, "id": "08f329f208dc46079df6c3f92acdd1f3", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-a57045c1-946c-418-proj"}]} 2019-01-20 13:02:09,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateVolumeTypeComplexTests-a57045c1-946c-418-proj used request id req-fe3098f1-d808-448c-900b-04bf086f9d2a 2019-01-20 13:02:09,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce13d28ef60e9bfdbb27d2e2403f90913a784f33" 2019-01-20 13:02:09,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18610379-5e9f-4b64-bbca-35073ba318ad Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:02:09,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-18610379-5e9f-4b64-bbca-35073ba318ad 2019-01-20 13:02:09,968 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-a57045c1-946c-418-user 2019-01-20 13:02:09,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:09,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f728fee2dcaa5d2aaf40d6118f50a5cd123fa63d" 2019-01-20 13:02:10,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-316333d1-f950-4f28-bd6e-d4b50b1fcf24 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:02:10,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-316333d1-f950-4f28-bd6e-d4b50b1fcf24 2019-01-20 13:02:10,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f728fee2dcaa5d2aaf40d6118f50a5cd123fa63d" -d '{"role": {"name": "CreateVolumeTypeComplexTests-a57045c1-946c-418-proj-role"}}' 2019-01-20 13:02:10,171 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:02:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3a6930c-b6e1-47ec-abe4-0f524665e4ea Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3f90bf03573141318886de54111d6b62", "links": {"self": "http://172.30.9.22:5000/v3/roles/3f90bf03573141318886de54111d6b62"}, "name": "CreateVolumeTypeComplexTests-a57045c1-946c-418-proj-role"}} 2019-01-20 13:02:10,172 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-e3a6930c-b6e1-47ec-abe4-0f524665e4ea 2019-01-20 13:02:10,172 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-a57045c1-946c-418-proj-role 2019-01-20 13:02:10,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/3f90bf03573141318886de54111d6b62 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f728fee2dcaa5d2aaf40d6118f50a5cd123fa63d" 2019-01-20 13:02:10,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10b6557e-f39a-4ad6-a232-4c7d9c90d78f Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/3f90bf03573141318886de54111d6b62"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-a57045c1-946c-418-proj-role", "id": "3f90bf03573141318886de54111d6b62"}} 2019-01-20 13:02:10,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/3f90bf03573141318886de54111d6b62 used request id req-10b6557e-f39a-4ad6-a232-4c7d9c90d78f 2019-01-20 13:02:10,194 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-a57045c1-946c-418-proj-role to project CreateVolumeTypeComplexTests-a57045c1-946c-418-proj 2019-01-20 13:02:10,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/08f329f208dc46079df6c3f92acdd1f3/users/9019026a7c9a42208c2baee9f67064cb/roles/3f90bf03573141318886de54111d6b62 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f728fee2dcaa5d2aaf40d6118f50a5cd123fa63d" 2019-01-20 13:02:10,317 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d96a1a1-bf65-4248-ad96-34cdf72e07ce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:10,317 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/08f329f208dc46079df6c3f92acdd1f3/users/9019026a7c9a42208c2baee9f67064cb/roles/3f90bf03573141318886de54111d6b62 used request id req-3d96a1a1-bf65-4248-ad96-34cdf72e07ce 2019-01-20 13:02:10,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:10,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:10,707 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["9YYrAxtdROC1zz_N6Dj1JQ"], "issued_at": "2019-01-20T13:02:10.000000Z"}} 2019-01-20 13:02:10,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8b012fe5bf6e239a8827e7efdb735f83a1c39d3" 2019-01-20 13:02:10,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25eb065f-8233-4a24-a22f-c1c434878c95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:10,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-25eb065f-8233-4a24-a22f-c1c434878c95 2019-01-20 13:02:10,818 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8b012fe5bf6e239a8827e7efdb735f83a1c39d3" 2019-01-20 13:02:11,071 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:10 GMT Server: Apache x-compute-request-id: req-c7f6d840-c421-45db-b5a6-7e93928dc2bd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c7f6d840-c421-45db-b5a6-7e93928dc2bd Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2019-01-20 13:02:11,071 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs used request id req-c7f6d840-c421-45db-b5a6-7e93928dc2bd 2019-01-20 13:02:11,074 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c7f6d840-c421-45db-b5a6-7e93928dc2bd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8b012fe5bf6e239a8827e7efdb735f83a1c39d3" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-67af31de-eecc-4c64-8f78-9c5c38a8827d-qos-spec"}}' 2019-01-20 13:02:11,670 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:11 GMT Server: Apache x-compute-request-id: req-a33542c9-0651-4383-8a1d-4ab20ac65df1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a33542c9-0651-4383-8a1d-4ab20ac65df1 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "d2339dd7-5d51-42b7-9971-470365bf4d92", "name": "CreateVolumeTypeComplexTests-67af31de-eecc-4c64-8f78-9c5c38a8827d-qos-spec"}, "links": [{"href": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/d2339dd7-5d51-42b7-9971-470365bf4d92", "rel": "self"}, {"href": "http://172.30.9.22:8776/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/d2339dd7-5d51-42b7-9971-470365bf4d92", "rel": "bookmark"}]} 2019-01-20 13:02:11,670 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs used request id req-a33542c9-0651-4383-8a1d-4ab20ac65df1 2019-01-20 13:02:11,671 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-67af31de-eecc-4c64-8f78-9c5c38a8827d-qos-spec 2019-01-20 13:02:11,671 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:11,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:12,141 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["8v0OM1R_ROapiIN0cVUtsQ"], "issued_at": "2019-01-20T13:02:12.000000Z"}} 2019-01-20 13:02:12,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0691f67f27a8c8c4909df17330866ae0b15640cb" 2019-01-20 13:02:12,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70c2303c-0c32-442a-b861-b4133d1e06ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:12,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-70c2303c-0c32-442a-b861-b4133d1e06ca 2019-01-20 13:02:12,240 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0691f67f27a8c8c4909df17330866ae0b15640cb" 2019-01-20 13:02:12,487 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:12 GMT Server: Apache x-compute-request-id: req-7f703ad1-fef1-48b8-b499-2ca7140383e8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7f703ad1-fef1-48b8-b499-2ca7140383e8 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2019-01-20 13:02:12,488 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None used request id req-7f703ad1-fef1-48b8-b499-2ca7140383e8 2019-01-20 13:02:12,491 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-7f703ad1-fef1-48b8-b499-2ca7140383e8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0691f67f27a8c8c4909df17330866ae0b15640cb" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-67af31de-eecc-4c64-8f78-9c5c38a8827d-vol_type", "description": null}}' 2019-01-20 13:02:12,715 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:12 GMT Server: Apache x-compute-request-id: req-0c42f46b-f609-495a-9ff5-4686fc219cab OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0c42f46b-f609-495a-9ff5-4686fc219cab Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-67af31de-eecc-4c64-8f78-9c5c38a8827d-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "61181134-9782-4f27-bb91-2d8ef16e8433", "description": null}} 2019-01-20 13:02:12,716 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types used request id req-0c42f46b-f609-495a-9ff5-4686fc219cab 2019-01-20 13:02:12,719 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/61181134-9782-4f27-bb91-2d8ef16e8433/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-7f703ad1-fef1-48b8-b499-2ca7140383e8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0691f67f27a8c8c4909df17330866ae0b15640cb" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2019-01-20 13:02:12,951 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:12 GMT Server: Apache x-compute-request-id: req-83d6bceb-265e-4b1e-8941-105900fe0dba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-83d6bceb-265e-4b1e-8941-105900fe0dba Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "61181134-9782-4f27-bb91-2d8ef16e8433", "name": "foo", "control_location": "back-end", "encryption_id": "835b9396-495e-44f5-b580-bf28bc1ff9cc", "provider": "bar", "provider_class": "bar"}} 2019-01-20 13:02:12,951 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/61181134-9782-4f27-bb91-2d8ef16e8433/encryption used request id req-83d6bceb-265e-4b1e-8941-105900fe0dba 2019-01-20 13:02:12,952 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-67af31de-eecc-4c64-8f78-9c5c38a8827d-vol_type 2019-01-20 13:02:12,955 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/61181134-9782-4f27-bb91-2d8ef16e8433 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2169130ccc4a66114f9833f5c5a25f1405b7f4" 2019-01-20 13:02:13,132 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:12 GMT Server: Apache x-compute-request-id: req-0cd873dc-d838-4088-a0d9-8fca4b00df11 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0cd873dc-d838-4088-a0d9-8fca4b00df11 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-67af31de-eecc-4c64-8f78-9c5c38a8827d-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "61181134-9782-4f27-bb91-2d8ef16e8433", "description": null}} 2019-01-20 13:02:13,132 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/61181134-9782-4f27-bb91-2d8ef16e8433 used request id req-0cd873dc-d838-4088-a0d9-8fca4b00df11 2019-01-20 13:02:13,135 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/61181134-9782-4f27-bb91-2d8ef16e8433 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0cd873dc-d838-4088-a0d9-8fca4b00df11" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2169130ccc4a66114f9833f5c5a25f1405b7f4" 2019-01-20 13:02:13,302 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:13 GMT Server: Apache x-compute-request-id: req-eb7b6a53-39f2-4dbc-9c17-48fa61cfab6e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-eb7b6a53-39f2-4dbc-9c17-48fa61cfab6e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-67af31de-eecc-4c64-8f78-9c5c38a8827d-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "61181134-9782-4f27-bb91-2d8ef16e8433", "description": null}} 2019-01-20 13:02:13,302 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/61181134-9782-4f27-bb91-2d8ef16e8433 used request id req-eb7b6a53-39f2-4dbc-9c17-48fa61cfab6e 2019-01-20 13:02:13,305 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/61181134-9782-4f27-bb91-2d8ef16e8433/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0cd873dc-d838-4088-a0d9-8fca4b00df11" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2169130ccc4a66114f9833f5c5a25f1405b7f4" 2019-01-20 13:02:13,490 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:13 GMT Server: Apache x-compute-request-id: req-d43a79c9-8da4-4c65-b600-60869401a1ff OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d43a79c9-8da4-4c65-b600-60869401a1ff Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"volume_type_id": "61181134-9782-4f27-bb91-2d8ef16e8433", "control_location": "back-end", "deleted": false, "created_at": "2019-01-20T13:02:12.000000", "updated_at": null, "encryption_id": "835b9396-495e-44f5-b580-bf28bc1ff9cc", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2019-01-20 13:02:13,490 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/61181134-9782-4f27-bb91-2d8ef16e8433/encryption used request id req-d43a79c9-8da4-4c65-b600-60869401a1ff 2019-01-20 13:02:13,491 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-67af31de-eecc-4c64-8f78-9c5c38a8827d-vol_type 2019-01-20 13:02:13,494 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/61181134-9782-4f27-bb91-2d8ef16e8433 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7f703ad1-fef1-48b8-b499-2ca7140383e8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0691f67f27a8c8c4909df17330866ae0b15640cb" 2019-01-20 13:02:13,717 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:02:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ec38868e-c557-4a93-91c6-b8b6386e9e92 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. 2019-01-20 13:02:13,717 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/61181134-9782-4f27-bb91-2d8ef16e8433 used request id req-ec38868e-c557-4a93-91c6-b8b6386e9e92 2019-01-20 13:02:13,718 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-67af31de-eecc-4c64-8f78-9c5c38a8827d-qos-spec 2019-01-20 13:02:13,721 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/d2339dd7-5d51-42b7-9971-470365bf4d92?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7f6d840-c421-45db-b5a6-7e93928dc2bd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8b012fe5bf6e239a8827e7efdb735f83a1c39d3" 2019-01-20 13:02:13,919 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:02:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dd2e9963-11e2-426c-a269-890f72e28b2b 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. 2019-01-20 13:02:13,919 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/d2339dd7-5d51-42b7-9971-470365bf4d92?force=False used request id req-dd2e9963-11e2-426c-a269-890f72e28b2b 2019-01-20 13:02:13,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f728fee2dcaa5d2aaf40d6118f50a5cd123fa63d" 2019-01-20 13:02:14,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-70827dbf-932b-4c49-94b3-64c9ea6c15c8 Date: Sun, 20 Jan 2019 13:02:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:02:14,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-70827dbf-932b-4c49-94b3-64c9ea6c15c8 2019-01-20 13:02:14,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f728fee2dcaa5d2aaf40d6118f50a5cd123fa63d" 2019-01-20 13:02:14,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-babfb559-95ae-4253-8f6a-0f68ae380c34 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:02:14,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-babfb559-95ae-4253-8f6a-0f68ae380c34 2019-01-20 13:02:14,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f728fee2dcaa5d2aaf40d6118f50a5cd123fa63d" 2019-01-20 13:02:14,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfbe2d7a-1f43-406e-ae26-ff3c492c287d 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:02:14,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-bfbe2d7a-1f43-406e-ae26-ff3c492c287d 2019-01-20 13:02:14,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f728fee2dcaa5d2aaf40d6118f50a5cd123fa63d" 2019-01-20 13:02:14,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6b4d387-2730-4d0a-851b-ffb63a019476 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:02:14,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-a6b4d387-2730-4d0a-851b-ffb63a019476 2019-01-20 13:02:14,355 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-a57045c1-946c-418-proj 2019-01-20 13:02:14,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/08f329f208dc46079df6c3f92acdd1f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f728fee2dcaa5d2aaf40d6118f50a5cd123fa63d" 2019-01-20 13:02:14,569 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3122f1de-6ad0-46fa-8ba0-0cdec08bc7b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:14,570 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/08f329f208dc46079df6c3f92acdd1f3 used request id req-3122f1de-6ad0-46fa-8ba0-0cdec08bc7b6 2019-01-20 13:02:14,570 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-a57045c1-946c-418-proj-role 2019-01-20 13:02:14,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/3f90bf03573141318886de54111d6b62 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f728fee2dcaa5d2aaf40d6118f50a5cd123fa63d" 2019-01-20 13:02:14,680 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71ae6fd0-31a2-4fbf-aec5-dce23c3b9826 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:14,680 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/3f90bf03573141318886de54111d6b62 used request id req-71ae6fd0-31a2-4fbf-aec5-dce23c3b9826 2019-01-20 13:02:14,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f728fee2dcaa5d2aaf40d6118f50a5cd123fa63d" 2019-01-20 13:02:14,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e743b572-00a9-48c9-890d-e56815f67a3c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:02:14,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e743b572-00a9-48c9-890d-e56815f67a3c 2019-01-20 13:02:14,780 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-a57045c1-946c-418-user 2019-01-20 13:02:14,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/9019026a7c9a42208c2baee9f67064cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce13d28ef60e9bfdbb27d2e2403f90913a784f33" 2019-01-20 13:02:14,973 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a970acd-1328-4f5f-a833-cf4dc9408263 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:14,974 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/9019026a7c9a42208c2baee9f67064cb used request id req-1a970acd-1328-4f5f-a833-cf4dc9408263 2019-01-20 13:02:14,975 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:15,350 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["N9Lkfgo1SM69WRupUH9EOw"], "issued_at": "2019-01-20T13:02:15.000000Z"}} 2019-01-20 13:02:15,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85a38dc01816106c38cb54b2ddf4e1a7362206f0" 2019-01-20 13:02:15,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf7f49aa-a35c-4c22-bd1f-4ab3c2afa9fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:15,441 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cf7f49aa-a35c-4c22-bd1f-4ab3c2afa9fc 2019-01-20 13:02:15,442 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:15,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:15,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["FKygZilQRUSXew_zP9Z_5g"], "issued_at": "2019-01-20T13:02:15.000000Z"}} 2019-01-20 13:02:15,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7302863e117793c0d8921663d5b03fffe9a7f372" 2019-01-20 13:02:15,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9964b57-a30d-428c-85f5-a7599c730901 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:15,913 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d9964b57-a30d-428c-85f5-a7599c730901 2019-01-20 13:02:15,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:02:15,923 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:02: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:02:15,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-9191db1d-344f-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7302863e117793c0d8921663d5b03fffe9a7f372" 2019-01-20 13:02:16,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1fa4b66-d308-49ad-b61b-98c9760d86f6 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-9191db1d-344f-415-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:02:16,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-9191db1d-344f-415-proj used request id req-e1fa4b66-d308-49ad-b61b-98c9760d86f6 2019-01-20 13:02:16,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7302863e117793c0d8921663d5b03fffe9a7f372" 2019-01-20 13:02:16,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b089d68-532f-4cae-9d5e-75553e8b26c4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:02:16,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-6b089d68-532f-4cae-9d5e-75553e8b26c4 2019-01-20 13:02:16,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7302863e117793c0d8921663d5b03fffe9a7f372" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-9191db1d-344f-415-proj"}}' 2019-01-20 13:02:16,225 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:02:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b468be4-87cc-448e-ac3a-ca3651dc6ef8 Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/27f7ab7c00864b389738d2d2414c8731"}, "enabled": true, "id": "27f7ab7c00864b389738d2d2414c8731", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-9191db1d-344f-415-proj"}} 2019-01-20 13:02:16,226 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-7b468be4-87cc-448e-ac3a-ca3651dc6ef8 2019-01-20 13:02:16,226 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-9191db1d-344f-415-proj 2019-01-20 13:02:16,226 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:16,227 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:16,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["KEWCj3mYRWmnvGC1tlyoIQ"], "issued_at": "2019-01-20T13:02:16.000000Z"}} 2019-01-20 13:02:16,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e33e62b06d911aeaf9b2a647e0fc41ac7936c3" 2019-01-20 13:02:16,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e996776d-57d1-40bb-8a2e-5a4e035576fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:16,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e996776d-57d1-40bb-8a2e-5a4e035576fb 2019-01-20 13:02:16,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:02:16,793 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:02: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:02:16,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e33e62b06d911aeaf9b2a647e0fc41ac7936c3" 2019-01-20 13:02:16,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c81b3278-faa5-4bba-81bf-d1652f065c11 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:02:16,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c81b3278-faa5-4bba-81bf-d1652f065c11 2019-01-20 13:02:16,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateVolumeTypeComplexTests-9191db1d-344f-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e33e62b06d911aeaf9b2a647e0fc41ac7936c3" 2019-01-20 13:02:16,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fd0c35e-76c4-4f27-9e2a-e52129cd3dd0 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateVolumeTypeComplexTests-9191db1d-344f-415-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/27f7ab7c00864b389738d2d2414c8731"}, "enabled": true, "id": "27f7ab7c00864b389738d2d2414c8731", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-9191db1d-344f-415-proj"}]} 2019-01-20 13:02:16,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateVolumeTypeComplexTests-9191db1d-344f-415-proj used request id req-9fd0c35e-76c4-4f27-9e2a-e52129cd3dd0 2019-01-20 13:02:16,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e33e62b06d911aeaf9b2a647e0fc41ac7936c3" 2019-01-20 13:02:17,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15db6449-26e4-4c53-a596-51048c5a660a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:02:17,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-15db6449-26e4-4c53-a596-51048c5a660a 2019-01-20 13:02:17,381 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-9191db1d-344f-415-user 2019-01-20 13:02:17,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:17,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7302863e117793c0d8921663d5b03fffe9a7f372" 2019-01-20 13:02:17,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-828db10c-b22a-45d8-b894-f45855ca67b8 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:02:17,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-828db10c-b22a-45d8-b894-f45855ca67b8 2019-01-20 13:02:17,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7302863e117793c0d8921663d5b03fffe9a7f372" -d '{"role": {"name": "CreateVolumeTypeComplexTests-9191db1d-344f-415-proj-role"}}' 2019-01-20 13:02:17,530 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:02:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73add126-c63d-41b2-82d8-1221c0d8cd09 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e94f9b20bbef4e8694e7662ef7f57f93", "links": {"self": "http://172.30.9.22:5000/v3/roles/e94f9b20bbef4e8694e7662ef7f57f93"}, "name": "CreateVolumeTypeComplexTests-9191db1d-344f-415-proj-role"}} 2019-01-20 13:02:17,531 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-73add126-c63d-41b2-82d8-1221c0d8cd09 2019-01-20 13:02:17,531 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-9191db1d-344f-415-proj-role 2019-01-20 13:02:17,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/e94f9b20bbef4e8694e7662ef7f57f93 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7302863e117793c0d8921663d5b03fffe9a7f372" 2019-01-20 13:02:17,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-679d12f5-1166-4f2b-8099-7fcbf097b35e Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/e94f9b20bbef4e8694e7662ef7f57f93"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-9191db1d-344f-415-proj-role", "id": "e94f9b20bbef4e8694e7662ef7f57f93"}} 2019-01-20 13:02:17,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/e94f9b20bbef4e8694e7662ef7f57f93 used request id req-679d12f5-1166-4f2b-8099-7fcbf097b35e 2019-01-20 13:02:17,551 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-9191db1d-344f-415-proj-role to project CreateVolumeTypeComplexTests-9191db1d-344f-415-proj 2019-01-20 13:02:17,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/27f7ab7c00864b389738d2d2414c8731/users/b4c0e5c40c604edaaffdb8417a8d0a3a/roles/e94f9b20bbef4e8694e7662ef7f57f93 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7302863e117793c0d8921663d5b03fffe9a7f372" 2019-01-20 13:02:17,676 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-daede7da-8b8f-4c51-bd41-d5f4c2a9f257 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:17,676 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/27f7ab7c00864b389738d2d2414c8731/users/b4c0e5c40c604edaaffdb8417a8d0a3a/roles/e94f9b20bbef4e8694e7662ef7f57f93 used request id req-daede7da-8b8f-4c51-bd41-d5f4c2a9f257 2019-01-20 13:02:17,678 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:17,679 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:18,067 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["XJPhlINZQo-kh0i1wfz63g"], "issued_at": "2019-01-20T13:02:18.000000Z"}} 2019-01-20 13:02:18,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39da28613d3535cea0595139d3096e2fe4afc6c2" 2019-01-20 13:02:18,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45b76488-98a4-47d8-9448-f40d47e9a0aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:18,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-45b76488-98a4-47d8-9448-f40d47e9a0aa 2019-01-20 13:02:18,161 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39da28613d3535cea0595139d3096e2fe4afc6c2" 2019-01-20 13:02:18,330 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:18 GMT Server: Apache x-compute-request-id: req-2cd05ec0-2e03-43ea-b2a4-cae8677263b0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2cd05ec0-2e03-43ea-b2a4-cae8677263b0 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2019-01-20 13:02:18,330 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs used request id req-2cd05ec0-2e03-43ea-b2a4-cae8677263b0 2019-01-20 13:02:18,334 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2cd05ec0-2e03-43ea-b2a4-cae8677263b0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39da28613d3535cea0595139d3096e2fe4afc6c2" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-b82c55f2-ca71-41ad-996c-13231332cc5e-qos-spec"}}' 2019-01-20 13:02:18,544 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:18 GMT Server: Apache x-compute-request-id: req-24853d22-1c30-4b8d-b36f-198e3bd46ee8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-24853d22-1c30-4b8d-b36f-198e3bd46ee8 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "66a49193-0fbb-4274-b8cc-8734d9dbcccd", "name": "CreateVolumeTypeComplexTests-b82c55f2-ca71-41ad-996c-13231332cc5e-qos-spec"}, "links": [{"href": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/66a49193-0fbb-4274-b8cc-8734d9dbcccd", "rel": "self"}, {"href": "http://172.30.9.22:8776/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/66a49193-0fbb-4274-b8cc-8734d9dbcccd", "rel": "bookmark"}]} 2019-01-20 13:02:18,545 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs used request id req-24853d22-1c30-4b8d-b36f-198e3bd46ee8 2019-01-20 13:02:18,545 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-b82c55f2-ca71-41ad-996c-13231332cc5e-qos-spec 2019-01-20 13:02:18,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:18,546 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:18,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["_s47dASoQjyjwtXu3EmJSg"], "issued_at": "2019-01-20T13:02:18.000000Z"}} 2019-01-20 13:02:18,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a753cd2c1879690151e3e861e5d1db310433611" 2019-01-20 13:02:19,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-775da924-c4ff-49df-8d9f-4b3e717c032c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:19,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-775da924-c4ff-49df-8d9f-4b3e717c032c 2019-01-20 13:02:19,017 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a753cd2c1879690151e3e861e5d1db310433611" 2019-01-20 13:02:19,204 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:19 GMT Server: Apache x-compute-request-id: req-45518569-84a1-4df9-b52e-3126ec4b5777 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-45518569-84a1-4df9-b52e-3126ec4b5777 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2019-01-20 13:02:19,204 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None used request id req-45518569-84a1-4df9-b52e-3126ec4b5777 2019-01-20 13:02:19,208 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-45518569-84a1-4df9-b52e-3126ec4b5777" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a753cd2c1879690151e3e861e5d1db310433611" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-b82c55f2-ca71-41ad-996c-13231332cc5e-vol_type", "description": null}}' 2019-01-20 13:02:19,399 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:19 GMT Server: Apache x-compute-request-id: req-db304667-6ff2-4bc1-a857-8e391072ba0e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-db304667-6ff2-4bc1-a857-8e391072ba0e Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-b82c55f2-ca71-41ad-996c-13231332cc5e-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "dd0bee9d-9a7d-4f5c-82d4-6c2a4e534fdb", "description": null}} 2019-01-20 13:02:19,400 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types used request id req-db304667-6ff2-4bc1-a857-8e391072ba0e 2019-01-20 13:02:19,403 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-45518569-84a1-4df9-b52e-3126ec4b5777" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a753cd2c1879690151e3e861e5d1db310433611" 2019-01-20 13:02:19,578 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:19 GMT Server: Apache x-compute-request-id: req-2d3a5ad4-a051-4883-aef4-88e3fc83fe93 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2d3a5ad4-a051-4883-aef4-88e3fc83fe93 Content-Encoding: gzip Content-Length: 168 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "66a49193-0fbb-4274-b8cc-8734d9dbcccd", "name": "CreateVolumeTypeComplexTests-b82c55f2-ca71-41ad-996c-13231332cc5e-qos-spec"}]} 2019-01-20 13:02:19,578 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs used request id req-2d3a5ad4-a051-4883-aef4-88e3fc83fe93 2019-01-20 13:02:19,582 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/66a49193-0fbb-4274-b8cc-8734d9dbcccd/associate?vol_type_id=dd0bee9d-9a7d-4f5c-82d4-6c2a4e534fdb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-45518569-84a1-4df9-b52e-3126ec4b5777" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a753cd2c1879690151e3e861e5d1db310433611" 2019-01-20 13:02:19,819 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:02:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2633d8f7-e70b-450d-a1b0-125c935c6c80 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. 2019-01-20 13:02:19,819 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/66a49193-0fbb-4274-b8cc-8734d9dbcccd/associate?vol_type_id=dd0bee9d-9a7d-4f5c-82d4-6c2a4e534fdb used request id req-2633d8f7-e70b-450d-a1b0-125c935c6c80 2019-01-20 13:02:19,819 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-b82c55f2-ca71-41ad-996c-13231332cc5e-vol_type 2019-01-20 13:02:19,822 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/dd0bee9d-9a7d-4f5c-82d4-6c2a4e534fdb -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85a38dc01816106c38cb54b2ddf4e1a7362206f0" 2019-01-20 13:02:19,990 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:19 GMT Server: Apache x-compute-request-id: req-77a8a719-52ec-4035-bf10-e5ac96821ffa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-77a8a719-52ec-4035-bf10-e5ac96821ffa Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-b82c55f2-ca71-41ad-996c-13231332cc5e-vol_type", "qos_specs_id": "66a49193-0fbb-4274-b8cc-8734d9dbcccd", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "dd0bee9d-9a7d-4f5c-82d4-6c2a4e534fdb", "description": null}} 2019-01-20 13:02:19,991 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/dd0bee9d-9a7d-4f5c-82d4-6c2a4e534fdb used request id req-77a8a719-52ec-4035-bf10-e5ac96821ffa 2019-01-20 13:02:19,994 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/dd0bee9d-9a7d-4f5c-82d4-6c2a4e534fdb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77a8a719-52ec-4035-bf10-e5ac96821ffa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85a38dc01816106c38cb54b2ddf4e1a7362206f0" 2019-01-20 13:02:20,537 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:19 GMT Server: Apache x-compute-request-id: req-dcef1d39-b379-4baa-9593-f414acb9c5bb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dcef1d39-b379-4baa-9593-f414acb9c5bb Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-b82c55f2-ca71-41ad-996c-13231332cc5e-vol_type", "qos_specs_id": "66a49193-0fbb-4274-b8cc-8734d9dbcccd", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "dd0bee9d-9a7d-4f5c-82d4-6c2a4e534fdb", "description": null}} 2019-01-20 13:02:20,538 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/dd0bee9d-9a7d-4f5c-82d4-6c2a4e534fdb used request id req-dcef1d39-b379-4baa-9593-f414acb9c5bb 2019-01-20 13:02:20,541 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/dd0bee9d-9a7d-4f5c-82d4-6c2a4e534fdb/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77a8a719-52ec-4035-bf10-e5ac96821ffa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85a38dc01816106c38cb54b2ddf4e1a7362206f0" 2019-01-20 13:02:20,733 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:20 GMT Server: Apache x-compute-request-id: req-0ff9bd21-c66e-458b-9dd2-a0e4bf1aa565 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0ff9bd21-c66e-458b-9dd2-a0e4bf1aa565 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-20 13:02:20,733 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/dd0bee9d-9a7d-4f5c-82d4-6c2a4e534fdb/encryption used request id req-0ff9bd21-c66e-458b-9dd2-a0e4bf1aa565 2019-01-20 13:02:20,736 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/66a49193-0fbb-4274-b8cc-8734d9dbcccd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77a8a719-52ec-4035-bf10-e5ac96821ffa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85a38dc01816106c38cb54b2ddf4e1a7362206f0" 2019-01-20 13:02:20,904 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:20 GMT Server: Apache x-compute-request-id: req-458eaa49-eb57-4a21-afc1-116ecd465a1e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-458eaa49-eb57-4a21-afc1-116ecd465a1e Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "66a49193-0fbb-4274-b8cc-8734d9dbcccd", "name": "CreateVolumeTypeComplexTests-b82c55f2-ca71-41ad-996c-13231332cc5e-qos-spec"}, "links": [{"href": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/66a49193-0fbb-4274-b8cc-8734d9dbcccd", "rel": "self"}, {"href": "http://172.30.9.22:8776/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/66a49193-0fbb-4274-b8cc-8734d9dbcccd", "rel": "bookmark"}]} 2019-01-20 13:02:20,904 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/66a49193-0fbb-4274-b8cc-8734d9dbcccd used request id req-458eaa49-eb57-4a21-afc1-116ecd465a1e 2019-01-20 13:02:20,905 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-b82c55f2-ca71-41ad-996c-13231332cc5e-vol_type 2019-01-20 13:02:20,907 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/dd0bee9d-9a7d-4f5c-82d4-6c2a4e534fdb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-45518569-84a1-4df9-b52e-3126ec4b5777" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a753cd2c1879690151e3e861e5d1db310433611" 2019-01-20 13:02:21,100 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:02:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e43306b1-99e8-479c-be48-fdb6fa49aff0 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. 2019-01-20 13:02:21,100 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/dd0bee9d-9a7d-4f5c-82d4-6c2a4e534fdb used request id req-e43306b1-99e8-479c-be48-fdb6fa49aff0 2019-01-20 13:02:21,101 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-b82c55f2-ca71-41ad-996c-13231332cc5e-qos-spec 2019-01-20 13:02:21,103 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/66a49193-0fbb-4274-b8cc-8734d9dbcccd?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2cd05ec0-2e03-43ea-b2a4-cae8677263b0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39da28613d3535cea0595139d3096e2fe4afc6c2" 2019-01-20 13:02:21,304 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:02:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5f78c7df-acad-49b4-9b65-04824fa44f6b 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. 2019-01-20 13:02:21,304 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/66a49193-0fbb-4274-b8cc-8734d9dbcccd?force=False used request id req-5f78c7df-acad-49b4-9b65-04824fa44f6b 2019-01-20 13:02:21,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7302863e117793c0d8921663d5b03fffe9a7f372" 2019-01-20 13:02:21,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b6215aca-c070-4c6c-8a47-b4d854b1f775 Date: Sun, 20 Jan 2019 13:02:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:02:21,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-b6215aca-c070-4c6c-8a47-b4d854b1f775 2019-01-20 13:02:21,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7302863e117793c0d8921663d5b03fffe9a7f372" 2019-01-20 13:02:21,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01f9496d-b782-43bd-a1a3-66acbdff9ce0 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:02:21,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-01f9496d-b782-43bd-a1a3-66acbdff9ce0 2019-01-20 13:02:21,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7302863e117793c0d8921663d5b03fffe9a7f372" 2019-01-20 13:02:21,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2efbb843-fff6-424f-bdf8-83075313ec8f 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:02:21,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-2efbb843-fff6-424f-bdf8-83075313ec8f 2019-01-20 13:02:21,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7302863e117793c0d8921663d5b03fffe9a7f372" 2019-01-20 13:02:21,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37456405-f255-4392-9e74-a60148247e8c Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:02:21,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-37456405-f255-4392-9e74-a60148247e8c 2019-01-20 13:02:21,723 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-9191db1d-344f-415-proj 2019-01-20 13:02:21,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/27f7ab7c00864b389738d2d2414c8731 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7302863e117793c0d8921663d5b03fffe9a7f372" 2019-01-20 13:02:21,917 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-768c7bc4-7d7f-4645-b3ec-09050dcd466f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:21,917 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/27f7ab7c00864b389738d2d2414c8731 used request id req-768c7bc4-7d7f-4645-b3ec-09050dcd466f 2019-01-20 13:02:21,917 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-9191db1d-344f-415-proj-role 2019-01-20 13:02:21,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/e94f9b20bbef4e8694e7662ef7f57f93 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7302863e117793c0d8921663d5b03fffe9a7f372" 2019-01-20 13:02:22,021 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea8d91a6-1b05-4371-9d1d-30a3b6f03476 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:22,021 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/e94f9b20bbef4e8694e7662ef7f57f93 used request id req-ea8d91a6-1b05-4371-9d1d-30a3b6f03476 2019-01-20 13:02:22,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7302863e117793c0d8921663d5b03fffe9a7f372" 2019-01-20 13:02:22,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34a7d3b1-f90b-4c10-9cea-88106805ff2e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:02:22,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-34a7d3b1-f90b-4c10-9cea-88106805ff2e 2019-01-20 13:02:22,042 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-9191db1d-344f-415-user 2019-01-20 13:02:22,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/b4c0e5c40c604edaaffdb8417a8d0a3a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e33e62b06d911aeaf9b2a647e0fc41ac7936c3" 2019-01-20 13:02:22,230 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1c7b35d-afc4-4be9-8b9a-4a180e409d68 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:22,230 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/b4c0e5c40c604edaaffdb8417a8d0a3a used request id req-b1c7b35d-afc4-4be9-8b9a-4a180e409d68 2019-01-20 13:02:22,232 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:22,608 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["xOBvTrzdQ4mbJmTAnJ6CMA"], "issued_at": "2019-01-20T13:02:22.000000Z"}} 2019-01-20 13:02:22,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a65cf97ef4972d325e40dc2b6a2ffc1eaf60d7f4" 2019-01-20 13:02:22,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ac2511e-b3e9-434e-8dcd-29630369b8ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:22,697 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6ac2511e-b3e9-434e-8dcd-29630369b8ac 2019-01-20 13:02:22,699 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:22,700 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:23,088 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["NbZPcXhETKySGY5eCjKFFw"], "issued_at": "2019-01-20T13:02:23.000000Z"}} 2019-01-20 13:02:23,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7511182d80fbfd122bf063121476c43de6aa1a22" 2019-01-20 13:02:23,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5d8afc5-011d-4383-b5a3-e561572b6bd2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:23,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f5d8afc5-011d-4383-b5a3-e561572b6bd2 2019-01-20 13:02:23,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:02:23,178 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:02: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:02:23,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-21a0d02e-f140-4dd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7511182d80fbfd122bf063121476c43de6aa1a22" 2019-01-20 13:02:23,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-479beb2d-ed3c-4d09-a876-54d93a5aef1e Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-21a0d02e-f140-4dd-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:02:23,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-21a0d02e-f140-4dd-proj used request id req-479beb2d-ed3c-4d09-a876-54d93a5aef1e 2019-01-20 13:02:23,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7511182d80fbfd122bf063121476c43de6aa1a22" 2019-01-20 13:02:23,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5b79a10-f2c5-43e9-bd9b-0325a7ca29ac Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:02:23,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-d5b79a10-f2c5-43e9-bd9b-0325a7ca29ac 2019-01-20 13:02:23,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7511182d80fbfd122bf063121476c43de6aa1a22" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-21a0d02e-f140-4dd-proj"}}' 2019-01-20 13:02:23,495 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:02:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ac5ccd9-875d-49dd-b284-81fe2cbbda47 Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/e5c17caf53e54e5f88fdd6f13e820fd6"}, "enabled": true, "id": "e5c17caf53e54e5f88fdd6f13e820fd6", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-21a0d02e-f140-4dd-proj"}} 2019-01-20 13:02:23,495 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-5ac5ccd9-875d-49dd-b284-81fe2cbbda47 2019-01-20 13:02:23,495 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-21a0d02e-f140-4dd-proj 2019-01-20 13:02:23,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:23,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:23,893 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["a3d--TubTgqa-h-jFFTJTw"], "issued_at": "2019-01-20T13:02:23.000000Z"}} 2019-01-20 13:02:23,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf1adb903293a464b2d66b5eb34cb492dadc9deb" 2019-01-20 13:02:23,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22f31ac3-e5a0-4106-89d5-28cddff2fbc8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:23,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-22f31ac3-e5a0-4106-89d5-28cddff2fbc8 2019-01-20 13:02:23,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:02:23,917 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:02: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:02:23,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf1adb903293a464b2d66b5eb34cb492dadc9deb" 2019-01-20 13:02:24,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-440caeff-c7c0-4b54-b395-80cf8bdf00bc Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:02:24,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-440caeff-c7c0-4b54-b395-80cf8bdf00bc 2019-01-20 13:02:24,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateVolumeTypeComplexTests-21a0d02e-f140-4dd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf1adb903293a464b2d66b5eb34cb492dadc9deb" 2019-01-20 13:02:24,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e41fc05-ae95-40c9-a3f4-3dd4cfdffa79 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateVolumeTypeComplexTests-21a0d02e-f140-4dd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/e5c17caf53e54e5f88fdd6f13e820fd6"}, "enabled": true, "id": "e5c17caf53e54e5f88fdd6f13e820fd6", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-21a0d02e-f140-4dd-proj"}]} 2019-01-20 13:02:24,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateVolumeTypeComplexTests-21a0d02e-f140-4dd-proj used request id req-7e41fc05-ae95-40c9-a3f4-3dd4cfdffa79 2019-01-20 13:02:24,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf1adb903293a464b2d66b5eb34cb492dadc9deb" 2019-01-20 13:02:24,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-383a56e2-a119-4dc3-a5bc-92fbd30d79a0 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:02:24,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-383a56e2-a119-4dc3-a5bc-92fbd30d79a0 2019-01-20 13:02:24,586 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-21a0d02e-f140-4dd-user 2019-01-20 13:02:24,586 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:24,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7511182d80fbfd122bf063121476c43de6aa1a22" 2019-01-20 13:02:24,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42e1cd70-9581-4572-a456-cfbe45ff642d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:02:24,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-42e1cd70-9581-4572-a456-cfbe45ff642d 2019-01-20 13:02:24,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7511182d80fbfd122bf063121476c43de6aa1a22" -d '{"role": {"name": "CreateVolumeTypeComplexTests-21a0d02e-f140-4dd-proj-role"}}' 2019-01-20 13:02:24,788 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:02:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea98eafe-d7f1-4a41-a443-4970571590c1 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ecb9a77a77b246a9b741b10e664b45fa", "links": {"self": "http://172.30.9.22:5000/v3/roles/ecb9a77a77b246a9b741b10e664b45fa"}, "name": "CreateVolumeTypeComplexTests-21a0d02e-f140-4dd-proj-role"}} 2019-01-20 13:02:24,788 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-ea98eafe-d7f1-4a41-a443-4970571590c1 2019-01-20 13:02:24,789 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-21a0d02e-f140-4dd-proj-role 2019-01-20 13:02:24,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/ecb9a77a77b246a9b741b10e664b45fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7511182d80fbfd122bf063121476c43de6aa1a22" 2019-01-20 13:02:24,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2a80c97-7b9f-444f-9a3c-59c5c0be8f90 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/ecb9a77a77b246a9b741b10e664b45fa"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-21a0d02e-f140-4dd-proj-role", "id": "ecb9a77a77b246a9b741b10e664b45fa"}} 2019-01-20 13:02:24,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/ecb9a77a77b246a9b741b10e664b45fa used request id req-b2a80c97-7b9f-444f-9a3c-59c5c0be8f90 2019-01-20 13:02:24,880 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-21a0d02e-f140-4dd-proj-role to project CreateVolumeTypeComplexTests-21a0d02e-f140-4dd-proj 2019-01-20 13:02:24,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/e5c17caf53e54e5f88fdd6f13e820fd6/users/499640fc3a4a48ddb24fb6b26e7c5296/roles/ecb9a77a77b246a9b741b10e664b45fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7511182d80fbfd122bf063121476c43de6aa1a22" 2019-01-20 13:02:25,000 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-672212d6-2287-4625-bb20-0bf727604a45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:25,000 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/e5c17caf53e54e5f88fdd6f13e820fd6/users/499640fc3a4a48ddb24fb6b26e7c5296/roles/ecb9a77a77b246a9b741b10e664b45fa used request id req-672212d6-2287-4625-bb20-0bf727604a45 2019-01-20 13:02:25,002 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:25,003 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:25,392 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["bU1CHS05QW-2SMGQKfSD0g"], "issued_at": "2019-01-20T13:02:25.000000Z"}} 2019-01-20 13:02:25,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252ed6e0b1b70aeca5e62454cf54f2841173c7ef" 2019-01-20 13:02:25,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f89d385-b170-4578-af6d-1e8701c73e69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:25,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0f89d385-b170-4578-af6d-1e8701c73e69 2019-01-20 13:02:25,486 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252ed6e0b1b70aeca5e62454cf54f2841173c7ef" 2019-01-20 13:02:25,669 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:25 GMT Server: Apache x-compute-request-id: req-6e7b8689-ba2f-43b5-bb1a-96c52fb09506 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6e7b8689-ba2f-43b5-bb1a-96c52fb09506 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2019-01-20 13:02:25,669 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs used request id req-6e7b8689-ba2f-43b5-bb1a-96c52fb09506 2019-01-20 13:02:25,673 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6e7b8689-ba2f-43b5-bb1a-96c52fb09506" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252ed6e0b1b70aeca5e62454cf54f2841173c7ef" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-351d7b5f-e97a-4ed8-be68-b5ca43086f7d-qos-spec"}}' 2019-01-20 13:02:25,867 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:25 GMT Server: Apache x-compute-request-id: req-577e66ab-8812-4214-81e5-8db4b77fefdc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-577e66ab-8812-4214-81e5-8db4b77fefdc Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "172eada4-d502-4b90-9da6-0d6fd5cc3d9e", "name": "CreateVolumeTypeComplexTests-351d7b5f-e97a-4ed8-be68-b5ca43086f7d-qos-spec"}, "links": [{"href": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/172eada4-d502-4b90-9da6-0d6fd5cc3d9e", "rel": "self"}, {"href": "http://172.30.9.22:8776/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/172eada4-d502-4b90-9da6-0d6fd5cc3d9e", "rel": "bookmark"}]} 2019-01-20 13:02:25,867 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs used request id req-577e66ab-8812-4214-81e5-8db4b77fefdc 2019-01-20 13:02:25,868 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-351d7b5f-e97a-4ed8-be68-b5ca43086f7d-qos-spec 2019-01-20 13:02:25,868 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:25,869 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:26,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["R2B5D3SlTMWct9Xx2AlvCQ"], "issued_at": "2019-01-20T13:02:26.000000Z"}} 2019-01-20 13:02:26,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292226118dcc4670c03216bc07e0b76b5e910437" 2019-01-20 13:02:26,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42a5c544-0294-4251-8509-c1d135e93848 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:26,338 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-42a5c544-0294-4251-8509-c1d135e93848 2019-01-20 13:02:26,344 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292226118dcc4670c03216bc07e0b76b5e910437" 2019-01-20 13:02:26,525 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:26 GMT Server: Apache x-compute-request-id: req-3389643b-32d1-412a-8564-b289c4430051 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3389643b-32d1-412a-8564-b289c4430051 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2019-01-20 13:02:26,526 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None used request id req-3389643b-32d1-412a-8564-b289c4430051 2019-01-20 13:02:26,529 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3389643b-32d1-412a-8564-b289c4430051" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292226118dcc4670c03216bc07e0b76b5e910437" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-351d7b5f-e97a-4ed8-be68-b5ca43086f7d-vol_type", "description": null}}' 2019-01-20 13:02:26,746 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:26 GMT Server: Apache x-compute-request-id: req-37f302a4-75ad-4d69-8f26-cf491cbf01de OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-37f302a4-75ad-4d69-8f26-cf491cbf01de Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-351d7b5f-e97a-4ed8-be68-b5ca43086f7d-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "85d19ae0-3182-4ea4-b8c8-16bd3a9d67b8", "description": null}} 2019-01-20 13:02:26,746 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types used request id req-37f302a4-75ad-4d69-8f26-cf491cbf01de 2019-01-20 13:02:26,749 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/85d19ae0-3182-4ea4-b8c8-16bd3a9d67b8/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3389643b-32d1-412a-8564-b289c4430051" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292226118dcc4670c03216bc07e0b76b5e910437" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2019-01-20 13:02:26,950 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:26 GMT Server: Apache x-compute-request-id: req-b41f0ea1-f8ca-4b0c-8885-9d5f22967fdc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b41f0ea1-f8ca-4b0c-8885-9d5f22967fdc Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "85d19ae0-3182-4ea4-b8c8-16bd3a9d67b8", "name": "foo", "control_location": "back-end", "encryption_id": "789a29fd-f2b4-47e1-83f6-f8cdb61acd9e", "provider": "bar", "provider_class": "bar"}} 2019-01-20 13:02:26,950 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/85d19ae0-3182-4ea4-b8c8-16bd3a9d67b8/encryption used request id req-b41f0ea1-f8ca-4b0c-8885-9d5f22967fdc 2019-01-20 13:02:26,954 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3389643b-32d1-412a-8564-b289c4430051" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292226118dcc4670c03216bc07e0b76b5e910437" 2019-01-20 13:02:27,135 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:26 GMT Server: Apache x-compute-request-id: req-3e8524fa-c12d-4af5-b3d4-c9b4757489c1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3e8524fa-c12d-4af5-b3d4-c9b4757489c1 Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "172eada4-d502-4b90-9da6-0d6fd5cc3d9e", "name": "CreateVolumeTypeComplexTests-351d7b5f-e97a-4ed8-be68-b5ca43086f7d-qos-spec"}]} 2019-01-20 13:02:27,135 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs used request id req-3e8524fa-c12d-4af5-b3d4-c9b4757489c1 2019-01-20 13:02:27,139 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/172eada4-d502-4b90-9da6-0d6fd5cc3d9e/associate?vol_type_id=85d19ae0-3182-4ea4-b8c8-16bd3a9d67b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3389643b-32d1-412a-8564-b289c4430051" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292226118dcc4670c03216bc07e0b76b5e910437" 2019-01-20 13:02:27,346 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:02:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-008862af-2576-4023-a902-303510e0da9d 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. 2019-01-20 13:02:27,346 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/172eada4-d502-4b90-9da6-0d6fd5cc3d9e/associate?vol_type_id=85d19ae0-3182-4ea4-b8c8-16bd3a9d67b8 used request id req-008862af-2576-4023-a902-303510e0da9d 2019-01-20 13:02:27,346 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-351d7b5f-e97a-4ed8-be68-b5ca43086f7d-vol_type 2019-01-20 13:02:27,349 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/85d19ae0-3182-4ea4-b8c8-16bd3a9d67b8 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a65cf97ef4972d325e40dc2b6a2ffc1eaf60d7f4" 2019-01-20 13:02:27,513 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:27 GMT Server: Apache x-compute-request-id: req-474e8586-bca2-4d20-9990-a05af26d2c0e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-474e8586-bca2-4d20-9990-a05af26d2c0e Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-351d7b5f-e97a-4ed8-be68-b5ca43086f7d-vol_type", "qos_specs_id": "172eada4-d502-4b90-9da6-0d6fd5cc3d9e", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "85d19ae0-3182-4ea4-b8c8-16bd3a9d67b8", "description": null}} 2019-01-20 13:02:27,513 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/85d19ae0-3182-4ea4-b8c8-16bd3a9d67b8 used request id req-474e8586-bca2-4d20-9990-a05af26d2c0e 2019-01-20 13:02:27,517 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/85d19ae0-3182-4ea4-b8c8-16bd3a9d67b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-474e8586-bca2-4d20-9990-a05af26d2c0e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a65cf97ef4972d325e40dc2b6a2ffc1eaf60d7f4" 2019-01-20 13:02:27,712 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:27 GMT Server: Apache x-compute-request-id: req-8dc3f885-43cb-4cf6-a904-c9da35b21d37 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8dc3f885-43cb-4cf6-a904-c9da35b21d37 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-351d7b5f-e97a-4ed8-be68-b5ca43086f7d-vol_type", "qos_specs_id": "172eada4-d502-4b90-9da6-0d6fd5cc3d9e", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "85d19ae0-3182-4ea4-b8c8-16bd3a9d67b8", "description": null}} 2019-01-20 13:02:27,713 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/85d19ae0-3182-4ea4-b8c8-16bd3a9d67b8 used request id req-8dc3f885-43cb-4cf6-a904-c9da35b21d37 2019-01-20 13:02:27,716 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/85d19ae0-3182-4ea4-b8c8-16bd3a9d67b8/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-474e8586-bca2-4d20-9990-a05af26d2c0e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a65cf97ef4972d325e40dc2b6a2ffc1eaf60d7f4" 2019-01-20 13:02:27,893 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:27 GMT Server: Apache x-compute-request-id: req-4f9f13a9-8f24-4324-bff7-5ef038c626e3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4f9f13a9-8f24-4324-bff7-5ef038c626e3 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_type_id": "85d19ae0-3182-4ea4-b8c8-16bd3a9d67b8", "control_location": "back-end", "deleted": false, "created_at": "2019-01-20T13:02:26.000000", "updated_at": null, "encryption_id": "789a29fd-f2b4-47e1-83f6-f8cdb61acd9e", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2019-01-20 13:02:27,894 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/85d19ae0-3182-4ea4-b8c8-16bd3a9d67b8/encryption used request id req-4f9f13a9-8f24-4324-bff7-5ef038c626e3 2019-01-20 13:02:27,897 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/172eada4-d502-4b90-9da6-0d6fd5cc3d9e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-474e8586-bca2-4d20-9990-a05af26d2c0e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a65cf97ef4972d325e40dc2b6a2ffc1eaf60d7f4" 2019-01-20 13:02:28,055 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:27 GMT Server: Apache x-compute-request-id: req-3f2c4b10-6c78-4aab-8428-60a393d0387f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3f2c4b10-6c78-4aab-8428-60a393d0387f Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "172eada4-d502-4b90-9da6-0d6fd5cc3d9e", "name": "CreateVolumeTypeComplexTests-351d7b5f-e97a-4ed8-be68-b5ca43086f7d-qos-spec"}, "links": [{"href": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/172eada4-d502-4b90-9da6-0d6fd5cc3d9e", "rel": "self"}, {"href": "http://172.30.9.22:8776/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/172eada4-d502-4b90-9da6-0d6fd5cc3d9e", "rel": "bookmark"}]} 2019-01-20 13:02:28,055 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/172eada4-d502-4b90-9da6-0d6fd5cc3d9e used request id req-3f2c4b10-6c78-4aab-8428-60a393d0387f 2019-01-20 13:02:28,056 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-351d7b5f-e97a-4ed8-be68-b5ca43086f7d-vol_type 2019-01-20 13:02:28,058 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/85d19ae0-3182-4ea4-b8c8-16bd3a9d67b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3389643b-32d1-412a-8564-b289c4430051" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}292226118dcc4670c03216bc07e0b76b5e910437" 2019-01-20 13:02:28,119 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:02:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-53f1989b-87d8-4aa5-837f-752888491054 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. 2019-01-20 13:02:28,119 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/85d19ae0-3182-4ea4-b8c8-16bd3a9d67b8 used request id req-53f1989b-87d8-4aa5-837f-752888491054 2019-01-20 13:02:28,120 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-351d7b5f-e97a-4ed8-be68-b5ca43086f7d-qos-spec 2019-01-20 13:02:28,122 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/172eada4-d502-4b90-9da6-0d6fd5cc3d9e?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e7b8689-ba2f-43b5-bb1a-96c52fb09506" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}252ed6e0b1b70aeca5e62454cf54f2841173c7ef" 2019-01-20 13:02:28,321 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:02:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-637e0a29-2060-41f0-80a4-681cdfc73d03 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. 2019-01-20 13:02:28,321 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/qos-specs/172eada4-d502-4b90-9da6-0d6fd5cc3d9e?force=False used request id req-637e0a29-2060-41f0-80a4-681cdfc73d03 2019-01-20 13:02:28,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7511182d80fbfd122bf063121476c43de6aa1a22" 2019-01-20 13:02:28,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a7897853-3974-49e8-a8be-c6ca882c7e86 Date: Sun, 20 Jan 2019 13:02:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:02:28,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-a7897853-3974-49e8-a8be-c6ca882c7e86 2019-01-20 13:02:28,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7511182d80fbfd122bf063121476c43de6aa1a22" 2019-01-20 13:02:28,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-763550d4-3051-4139-9399-da51f2cc37ca 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:02:28,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-763550d4-3051-4139-9399-da51f2cc37ca 2019-01-20 13:02:28,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7511182d80fbfd122bf063121476c43de6aa1a22" 2019-01-20 13:02:28,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a1c692c-3d7d-4a8c-a6d4-717b99b60919 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:02:28,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-6a1c692c-3d7d-4a8c-a6d4-717b99b60919 2019-01-20 13:02:28,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7511182d80fbfd122bf063121476c43de6aa1a22" 2019-01-20 13:02:28,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-469b2bee-0de3-4c1c-8d46-5012b7a202fc Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:02:28,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-469b2bee-0de3-4c1c-8d46-5012b7a202fc 2019-01-20 13:02:28,819 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-21a0d02e-f140-4dd-proj 2019-01-20 13:02:28,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/e5c17caf53e54e5f88fdd6f13e820fd6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7511182d80fbfd122bf063121476c43de6aa1a22" 2019-01-20 13:02:28,947 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b977ce82-16b8-4a3d-8ccb-e7dbdf933d2e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:28,947 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/e5c17caf53e54e5f88fdd6f13e820fd6 used request id req-b977ce82-16b8-4a3d-8ccb-e7dbdf933d2e 2019-01-20 13:02:28,947 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-21a0d02e-f140-4dd-proj-role 2019-01-20 13:02:28,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/ecb9a77a77b246a9b741b10e664b45fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7511182d80fbfd122bf063121476c43de6aa1a22" 2019-01-20 13:02:29,051 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75f60cba-4962-40f8-9ebf-a0c28bb6ea7e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:29,051 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/ecb9a77a77b246a9b741b10e664b45fa used request id req-75f60cba-4962-40f8-9ebf-a0c28bb6ea7e 2019-01-20 13:02:29,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7511182d80fbfd122bf063121476c43de6aa1a22" 2019-01-20 13:02:29,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d94e72a-a951-4f2c-957a-3f94debc8051 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:02:29,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-3d94e72a-a951-4f2c-957a-3f94debc8051 2019-01-20 13:02:29,073 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-21a0d02e-f140-4dd-user 2019-01-20 13:02:29,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/499640fc3a4a48ddb24fb6b26e7c5296 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf1adb903293a464b2d66b5eb34cb492dadc9deb" 2019-01-20 13:02:29,249 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13ae6317-1844-4f4f-a7ae-6c44febb8e8b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:29,249 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/499640fc3a4a48ddb24fb6b26e7c5296 used request id req-13ae6317-1844-4f4f-a7ae-6c44febb8e8b 2019-01-20 13:02:29,251 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:29,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["fOeFFdcdTyiidvjB4VWrHg"], "issued_at": "2019-01-20T13:02:29.000000Z"}} 2019-01-20 13:02:29,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2492ec327ba8c5435a9e4a17052e8ba2ddae94a5" 2019-01-20 13:02:29,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71e5eccd-ea24-4ccf-89fe-bc791749c249 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:29,726 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-71e5eccd-ea24-4ccf-89fe-bc791749c249 2019-01-20 13:02:29,727 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:29,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:30,121 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["GwBc-usFQruC42_v35jacA"], "issued_at": "2019-01-20T13:02:30.000000Z"}} 2019-01-20 13:02:30,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c59f6557364451a6b3513e9b0b107a4cfd7710c" 2019-01-20 13:02:30,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd14c3ce-043a-4775-ad99-80925a97c6d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:30,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cd14c3ce-043a-4775-ad99-80925a97c6d8 2019-01-20 13:02:30,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:02:30,211 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:02:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:02:30,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c59f6557364451a6b3513e9b0b107a4cfd7710c" 2019-01-20 13:02:30,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce2587de-a16a-46d6-9260-e536295b9343 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:02:30,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj used request id req-ce2587de-a16a-46d6-9260-e536295b9343 2019-01-20 13:02:30,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c59f6557364451a6b3513e9b0b107a4cfd7710c" 2019-01-20 13:02:30,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79f549a8-2e28-48b5-9f05-74c720145a3e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:02:30,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-79f549a8-2e28-48b5-9f05-74c720145a3e 2019-01-20 13:02:30,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c59f6557364451a6b3513e9b0b107a4cfd7710c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj"}}' 2019-01-20 13:02:30,519 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:02:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16504e2c-5e86-47bf-8dc9-41e99ccef3c0 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/bc00b6c956f14545b86787539d87e8ee"}, "enabled": true, "id": "bc00b6c956f14545b86787539d87e8ee", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj"}} 2019-01-20 13:02:30,519 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-16504e2c-5e86-47bf-8dc9-41e99ccef3c0 2019-01-20 13:02:30,519 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj 2019-01-20 13:02:30,520 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:30,520 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:30,914 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["lAcJ1KhCSS-jnYRu0LXKFQ"], "issued_at": "2019-01-20T13:02:30.000000Z"}} 2019-01-20 13:02:30,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e89250d64f4db7d46013587fcfaeaa8c597d0a6" 2019-01-20 13:02:30,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1047130d-8939-4c40-9f28-c56e8bb6bd9d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:30,996 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1047130d-8939-4c40-9f28-c56e8bb6bd9d 2019-01-20 13:02:31,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:02:31,006 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:02:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:02:31,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e89250d64f4db7d46013587fcfaeaa8c597d0a6" 2019-01-20 13:02:31,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40d395c2-803b-4410-abcf-e1de9f0f2b25 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:02:31,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-40d395c2-803b-4410-abcf-e1de9f0f2b25 2019-01-20 13:02:31,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e89250d64f4db7d46013587fcfaeaa8c597d0a6" 2019-01-20 13:02:31,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca427610-3940-4f91-8901-03caa9e86872 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/bc00b6c956f14545b86787539d87e8ee"}, "enabled": true, "id": "bc00b6c956f14545b86787539d87e8ee", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj"}]} 2019-01-20 13:02:31,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj used request id req-ca427610-3940-4f91-8901-03caa9e86872 2019-01-20 13:02:31,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e89250d64f4db7d46013587fcfaeaa8c597d0a6" 2019-01-20 13:02:31,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-676762ea-a557-4fd2-9424-cfff070af007 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:02:31,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-676762ea-a557-4fd2-9424-cfff070af007 2019-01-20 13:02:31,531 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-user 2019-01-20 13:02:31,531 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:31,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c59f6557364451a6b3513e9b0b107a4cfd7710c" 2019-01-20 13:02:31,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a55a85f9-d8ae-4e56-a1dd-b16efaf05511 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:02:31,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a55a85f9-d8ae-4e56-a1dd-b16efaf05511 2019-01-20 13:02:31,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c59f6557364451a6b3513e9b0b107a4cfd7710c" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj-role"}}' 2019-01-20 13:02:31,752 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:02:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2df02041-a3fe-4e55-b5f3-7df8cd85013a Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2ce07943827c42a4b31488c74bf461db", "links": {"self": "http://172.30.9.22:5000/v3/roles/2ce07943827c42a4b31488c74bf461db"}, "name": "CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj-role"}} 2019-01-20 13:02:31,753 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-2df02041-a3fe-4e55-b5f3-7df8cd85013a 2019-01-20 13:02:31,753 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj-role 2019-01-20 13:02:31,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/2ce07943827c42a4b31488c74bf461db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c59f6557364451a6b3513e9b0b107a4cfd7710c" 2019-01-20 13:02:31,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af236d59-c9f8-4650-b44d-e190508c2899 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/2ce07943827c42a4b31488c74bf461db"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj-role", "id": "2ce07943827c42a4b31488c74bf461db"}} 2019-01-20 13:02:31,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/2ce07943827c42a4b31488c74bf461db used request id req-af236d59-c9f8-4650-b44d-e190508c2899 2019-01-20 13:02:31,851 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj-role to project CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj 2019-01-20 13:02:31,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/bc00b6c956f14545b86787539d87e8ee/users/fb9740894e3f40a3ac759edcd1a27287/roles/2ce07943827c42a4b31488c74bf461db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c59f6557364451a6b3513e9b0b107a4cfd7710c" 2019-01-20 13:02:31,976 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0d47be6-ea24-4f0f-bddd-0e6554173430 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:31,976 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/bc00b6c956f14545b86787539d87e8ee/users/fb9740894e3f40a3ac759edcd1a27287/roles/2ce07943827c42a4b31488c74bf461db used request id req-f0d47be6-ea24-4f0f-bddd-0e6554173430 2019-01-20 13:02:31,978 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:32,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2ce07943827c42a4b31488c74bf461db", "name": "CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj-role"}], "expires_at": "2019-01-20T14:02:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bc00b6c956f14545b86787539d87e8ee", "name": "CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/bc00b6c956f14545b86787539d87e8ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/bc00b6c956f14545b86787539d87e8ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/bc00b6c956f14545b86787539d87e8ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/bc00b6c956f14545b86787539d87e8ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/bc00b6c956f14545b86787539d87e8ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/bc00b6c956f14545b86787539d87e8ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/bc00b6c956f14545b86787539d87e8ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/bc00b6c956f14545b86787539d87e8ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/bc00b6c956f14545b86787539d87e8ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/bc00b6c956f14545b86787539d87e8ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/bc00b6c956f14545b86787539d87e8ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-user", "id": "fb9740894e3f40a3ac759edcd1a27287"}, "audit_ids": ["qiJ9NSDYQ82dQkzcjjySpw"], "issued_at": "2019-01-20T13:02:32.000000Z"}} 2019-01-20 13:02:32,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7523d7b29d13ee168573d32647b41defd165e091" 2019-01-20 13:02:32,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4f7d1ba-5f8c-4954-906d-e6cfdbce045c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:32,432 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e4f7d1ba-5f8c-4954-906d-e6cfdbce045c 2019-01-20 13:02:32,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:32,434 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:32,803 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2ce07943827c42a4b31488c74bf461db", "name": "CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj-role"}], "expires_at": "2019-01-20T14:02:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bc00b6c956f14545b86787539d87e8ee", "name": "CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/bc00b6c956f14545b86787539d87e8ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/bc00b6c956f14545b86787539d87e8ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/bc00b6c956f14545b86787539d87e8ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/bc00b6c956f14545b86787539d87e8ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/bc00b6c956f14545b86787539d87e8ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/bc00b6c956f14545b86787539d87e8ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/bc00b6c956f14545b86787539d87e8ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/bc00b6c956f14545b86787539d87e8ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/bc00b6c956f14545b86787539d87e8ee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/bc00b6c956f14545b86787539d87e8ee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/bc00b6c956f14545b86787539d87e8ee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-user", "id": "fb9740894e3f40a3ac759edcd1a27287"}, "audit_ids": ["KsThr5okS2OmkS9ahv8Hwg"], "issued_at": "2019-01-20T13:02:32.000000Z"}} 2019-01-20 13:02:32,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c07b784233c6d63a5707278715edbcb79ee2ca8f" 2019-01-20 13:02:32,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38b144cf-fc32-49ba-aeb1-0633820f57e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:32,886 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-38b144cf-fc32-49ba-aeb1-0633820f57e5 2019-01-20 13:02:32,891 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c07b784233c6d63a5707278715edbcb79ee2ca8f" 2019-01-20 13:02:33,074 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:32 GMT Server: Apache x-compute-request-id: req-dec24d3a-c4b5-4481-a71a-28ad54784038 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dec24d3a-c4b5-4481-a71a-28ad54784038 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-20 13:02:33,074 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/detail used request id req-dec24d3a-c4b5-4481-a71a-28ad54784038 2019-01-20 13:02:33,078 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-dec24d3a-c4b5-4481-a71a-28ad54784038" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c07b784233c6d63a5707278715edbcb79ee2ca8f" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-11162864-0269-4cf3-9ce6-e62ac7de85d2", "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}}' 2019-01-20 13:02:33,349 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:02:33 GMT Server: Apache x-compute-request-id: req-e36daa5b-daa0-4a4c-847c-0762074aeb3e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e36daa5b-daa0-4a4c-847c-0762074aeb3e Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "fb9740894e3f40a3ac759edcd1a27287", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd", "rel": "self"}, {"href": "http://172.30.9.22:8776/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:02:33.279507", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-11162864-0269-4cf3-9ce6-e62ac7de85d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "40a95ca0-cf53-4b4f-8877-2ce307c3cffd", "size": 1}} 2019-01-20 13:02:33,349 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes used request id req-e36daa5b-daa0-4a4c-847c-0762074aeb3e 2019-01-20 13:02:33,353 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dec24d3a-c4b5-4481-a71a-28ad54784038" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c07b784233c6d63a5707278715edbcb79ee2ca8f" 2019-01-20 13:02:33,544 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:33 GMT Server: Apache x-compute-request-id: req-499f64ec-5403-4d85-9e71-e1df892622b6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-499f64ec-5403-4d85-9e71-e1df892622b6 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "fb9740894e3f40a3ac759edcd1a27287", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd", "rel": "self"}, {"href": "http://172.30.9.22:8776/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:02:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "bc00b6c956f14545b86787539d87e8ee", "updated_at": "2019-01-20T13:02:33.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-11162864-0269-4cf3-9ce6-e62ac7de85d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "40a95ca0-cf53-4b4f-8877-2ce307c3cffd", "size": 1}} 2019-01-20 13:02:33,544 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd used request id req-499f64ec-5403-4d85-9e71-e1df892622b6 2019-01-20 13:02:33,545 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-11162864-0269-4cf3-9ce6-e62ac7de85d2 2019-01-20 13:02:33,548 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dec24d3a-c4b5-4481-a71a-28ad54784038" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c07b784233c6d63a5707278715edbcb79ee2ca8f" 2019-01-20 13:02:33,814 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:33 GMT Server: Apache x-compute-request-id: req-7dfbd134-77ba-4efd-b457-1aaf5c8ab774 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7dfbd134-77ba-4efd-b457-1aaf5c8ab774 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "fb9740894e3f40a3ac759edcd1a27287", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd", "rel": "self"}, {"href": "http://172.30.9.22:8776/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:02:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "bc00b6c956f14545b86787539d87e8ee", "updated_at": "2019-01-20T13:02:33.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-11162864-0269-4cf3-9ce6-e62ac7de85d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "40a95ca0-cf53-4b4f-8877-2ce307c3cffd", "size": 1}} 2019-01-20 13:02:33,814 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd used request id req-7dfbd134-77ba-4efd-b457-1aaf5c8ab774 2019-01-20 13:02:33,815 - create_volume - DEBUG - Instance status is - available 2019-01-20 13:02:33,815 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-11162864-0269-4cf3-9ce6-e62ac7de85d2 2019-01-20 13:02:33,815 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-11162864-0269-4cf3-9ce6-e62ac7de85d2 2019-01-20 13:02:33,818 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7523d7b29d13ee168573d32647b41defd165e091" 2019-01-20 13:02:34,020 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:33 GMT Server: Apache x-compute-request-id: req-9b273bbf-64d8-4bf4-8479-9b46b1be16ed OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9b273bbf-64d8-4bf4-8479-9b46b1be16ed Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "fb9740894e3f40a3ac759edcd1a27287", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd", "rel": "self"}, {"href": "http://172.30.9.22:8776/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:02:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "bc00b6c956f14545b86787539d87e8ee", "updated_at": "2019-01-20T13:02:33.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-11162864-0269-4cf3-9ce6-e62ac7de85d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "40a95ca0-cf53-4b4f-8877-2ce307c3cffd", "size": 1}]} 2019-01-20 13:02:34,020 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/detail used request id req-9b273bbf-64d8-4bf4-8479-9b46b1be16ed 2019-01-20 13:02:34,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:02:34,029 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:02: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:02:34,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/bc00b6c956f14545b86787539d87e8ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7523d7b29d13ee168573d32647b41defd165e091" 2019-01-20 13:02:34,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-668371fc-b9e4-4b47-bee6-7081231ae8c0 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/bc00b6c956f14545b86787539d87e8ee"}, "enabled": true, "id": "bc00b6c956f14545b86787539d87e8ee", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj"}} 2019-01-20 13:02:34,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/bc00b6c956f14545b86787539d87e8ee used request id req-668371fc-b9e4-4b47-bee6-7081231ae8c0 2019-01-20 13:02:34,113 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dec24d3a-c4b5-4481-a71a-28ad54784038" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c07b784233c6d63a5707278715edbcb79ee2ca8f" 2019-01-20 13:02:34,296 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:34 GMT Server: Apache x-compute-request-id: req-d2fa12f8-48da-4138-a7e2-4e7bc81036c0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d2fa12f8-48da-4138-a7e2-4e7bc81036c0 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "fb9740894e3f40a3ac759edcd1a27287", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd", "rel": "self"}, {"href": "http://172.30.9.22:8776/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:02:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "bc00b6c956f14545b86787539d87e8ee", "updated_at": "2019-01-20T13:02:33.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-11162864-0269-4cf3-9ce6-e62ac7de85d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "40a95ca0-cf53-4b4f-8877-2ce307c3cffd", "size": 1}} 2019-01-20 13:02:34,297 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd used request id req-d2fa12f8-48da-4138-a7e2-4e7bc81036c0 2019-01-20 13:02:34,297 - create_volume - DEBUG - Instance status is - available 2019-01-20 13:02:34,297 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-11162864-0269-4cf3-9ce6-e62ac7de85d2 2019-01-20 13:02:34,297 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-11162864-0269-4cf3-9ce6-e62ac7de85d2 2019-01-20 13:02:34,300 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dec24d3a-c4b5-4481-a71a-28ad54784038" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c07b784233c6d63a5707278715edbcb79ee2ca8f" 2019-01-20 13:02:34,545 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:02:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-37f3c7fe-16de-45ba-9345-22c0c3a2edd5 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. 2019-01-20 13:02:34,545 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd used request id req-37f3c7fe-16de-45ba-9345-22c0c3a2edd5 2019-01-20 13:02:34,548 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dec24d3a-c4b5-4481-a71a-28ad54784038" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c07b784233c6d63a5707278715edbcb79ee2ca8f" 2019-01-20 13:02:34,756 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:34 GMT Server: Apache x-compute-request-id: req-3f40708d-eaca-454c-94a0-686322fb6242 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3f40708d-eaca-454c-94a0-686322fb6242 Content-Encoding: gzip Content-Length: 468 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "fb9740894e3f40a3ac759edcd1a27287", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd", "rel": "self"}, {"href": "http://172.30.9.22:8776/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:02:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "bc00b6c956f14545b86787539d87e8ee", "updated_at": "2019-01-20T13:02:34.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-11162864-0269-4cf3-9ce6-e62ac7de85d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "40a95ca0-cf53-4b4f-8877-2ce307c3cffd", "size": 1}} 2019-01-20 13:02:34,756 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd used request id req-3f40708d-eaca-454c-94a0-686322fb6242 2019-01-20 13:02:34,756 - create_volume - DEBUG - Instance status is - deleting 2019-01-20 13:02:34,756 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-20 13:02:37,760 - create_volume - DEBUG - Volume status query timeout in 56.7855370045 2019-01-20 13:02:37,764 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dec24d3a-c4b5-4481-a71a-28ad54784038" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c07b784233c6d63a5707278715edbcb79ee2ca8f" 2019-01-20 13:02:38,514 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:02:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-10833be2-c4b0-49a5-a354-0244652e22b7 x-openstack-request-id: req-10833be2-c4b0-49a5-a354-0244652e22b7 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 40a95ca0-cf53-4b4f-8877-2ce307c3cffd could not be found.", "code": 404}} 2019-01-20 13:02:38,514 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/40a95ca0-cf53-4b4f-8877-2ce307c3cffd used request id req-10833be2-c4b0-49a5-a354-0244652e22b7 2019-01-20 13:02:38,515 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 40a95ca0-cf53-4b4f-8877-2ce307c3cffd could not be found. (HTTP 404) (Request-ID: req-10833be2-c4b0-49a5-a354-0244652e22b7) 2019-01-20 13:02:38,515 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-11162864-0269-4cf3-9ce6-e62ac7de85d2 2019-01-20 13:02:38,519 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9b273bbf-64d8-4bf4-8479-9b46b1be16ed" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7523d7b29d13ee168573d32647b41defd165e091" 2019-01-20 13:02:38,725 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:38 GMT Server: Apache x-compute-request-id: req-95ffb3f9-8e2b-43df-9b53-974bb1c5362f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-95ffb3f9-8e2b-43df-9b53-974bb1c5362f Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-20 13:02:38,725 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/bc00b6c956f14545b86787539d87e8ee/volumes/detail used request id req-95ffb3f9-8e2b-43df-9b53-974bb1c5362f 2019-01-20 13:02:38,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c59f6557364451a6b3513e9b0b107a4cfd7710c" 2019-01-20 13:02:38,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-87cc0129-0e7c-405f-8dfc-4a0bda7878c6 Date: Sun, 20 Jan 2019 13:02:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:02:38,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-87cc0129-0e7c-405f-8dfc-4a0bda7878c6 2019-01-20 13:02:38,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c59f6557364451a6b3513e9b0b107a4cfd7710c" 2019-01-20 13:02:39,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e281314f-c3e6-4b96-9e4f-b01508dddffb 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:02:39,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-e281314f-c3e6-4b96-9e4f-b01508dddffb 2019-01-20 13:02:39,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c59f6557364451a6b3513e9b0b107a4cfd7710c" 2019-01-20 13:02:39,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df867cdf-5911-460e-9b83-8b44f1739581 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:02:39,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-df867cdf-5911-460e-9b83-8b44f1739581 2019-01-20 13:02:39,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c59f6557364451a6b3513e9b0b107a4cfd7710c" 2019-01-20 13:02:39,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-847dc713-40a6-4b25-9644-1cc766d0fb03 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:02:39,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-847dc713-40a6-4b25-9644-1cc766d0fb03 2019-01-20 13:02:39,234 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj 2019-01-20 13:02:39,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/bc00b6c956f14545b86787539d87e8ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c59f6557364451a6b3513e9b0b107a4cfd7710c" 2019-01-20 13:02:39,450 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5462571a-2f18-4a63-a35c-81757c91c551 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:39,450 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/bc00b6c956f14545b86787539d87e8ee used request id req-5462571a-2f18-4a63-a35c-81757c91c551 2019-01-20 13:02:39,450 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-proj-role 2019-01-20 13:02:39,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/2ce07943827c42a4b31488c74bf461db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c59f6557364451a6b3513e9b0b107a4cfd7710c" 2019-01-20 13:02:39,578 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18e89081-a725-4e12-9e8a-03407d3308d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:39,578 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/2ce07943827c42a4b31488c74bf461db used request id req-18e89081-a725-4e12-9e8a-03407d3308d6 2019-01-20 13:02:39,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c59f6557364451a6b3513e9b0b107a4cfd7710c" 2019-01-20 13:02:39,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21e7e5b6-20c5-47ec-88c9-23c96a3d5cc5 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:02:39,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-21e7e5b6-20c5-47ec-88c9-23c96a3d5cc5 2019-01-20 13:02:39,663 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-57c8bdd8-3e38-4a8-user 2019-01-20 13:02:39,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/fb9740894e3f40a3ac759edcd1a27287 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e89250d64f4db7d46013587fcfaeaa8c597d0a6" 2019-01-20 13:02:39,854 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a8d417f-c17e-4fc4-bda6-b652ca625607 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:39,854 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/fb9740894e3f40a3ac759edcd1a27287 used request id req-4a8d417f-c17e-4fc4-bda6-b652ca625607 2019-01-20 13:02:39,856 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:40,243 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Kik58kklSwq7bC9Vk4nnYg"], "issued_at": "2019-01-20T13:02:40.000000Z"}} 2019-01-20 13:02:40,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2947489379b898aea126b828a51c746ff8a699" 2019-01-20 13:02:40,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-607a9862-5544-4e4a-a7d2-f3a645f24770 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:40,322 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-607a9862-5544-4e4a-a7d2-f3a645f24770 2019-01-20 13:02:40,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:40,324 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:40,711 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["mi6I_jnsTVizCaMK2I8mvA"], "issued_at": "2019-01-20T13:02:40.000000Z"}} 2019-01-20 13:02:40,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf2d3816be3b606c583e6aa706093025f5cefad" 2019-01-20 13:02:40,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-694742d0-6de3-4210-9fdf-f4d6a479a06b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:40,801 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-694742d0-6de3-4210-9fdf-f4d6a479a06b 2019-01-20 13:02:40,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:02:40,811 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:02: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:02:40,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf2d3816be3b606c583e6aa706093025f5cefad" 2019-01-20 13:02:40,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7d95995-76c7-4ec1-aee4-6faaca30d5df Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:02:40,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj used request id req-f7d95995-76c7-4ec1-aee4-6faaca30d5df 2019-01-20 13:02:40,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf2d3816be3b606c583e6aa706093025f5cefad" 2019-01-20 13:02:40,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86af1e57-8cc5-4124-9a25-fc06fdf3766f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:02:40,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-86af1e57-8cc5-4124-9a25-fc06fdf3766f 2019-01-20 13:02:41,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf2d3816be3b606c583e6aa706093025f5cefad" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj"}}' 2019-01-20 13:02:41,196 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:02:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6c62759-bcc3-47c9-a7f3-870b25649e88 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/ad11a46ab11e453f9fed0e947388ae8b"}, "enabled": true, "id": "ad11a46ab11e453f9fed0e947388ae8b", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj"}} 2019-01-20 13:02:41,196 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-d6c62759-bcc3-47c9-a7f3-870b25649e88 2019-01-20 13:02:41,196 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj 2019-01-20 13:02:41,196 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:41,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:41,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["tBiF7dvzSHGNPud9m8R_FQ"], "issued_at": "2019-01-20T13:02:41.000000Z"}} 2019-01-20 13:02:41,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016ce5e870c8ace91ebaf5cc87ac665901d0250a" 2019-01-20 13:02:41,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ebf4ba1-0055-47f1-a169-622d4b689c55 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:41,699 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8ebf4ba1-0055-47f1-a169-622d4b689c55 2019-01-20 13:02:41,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:02:41,708 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:02: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:02:41,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016ce5e870c8ace91ebaf5cc87ac665901d0250a" 2019-01-20 13:02:41,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca1969ab-0fe8-41b8-9624-ebdf10746f0e Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:02:41,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-ca1969ab-0fe8-41b8-9624-ebdf10746f0e 2019-01-20 13:02:41,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016ce5e870c8ace91ebaf5cc87ac665901d0250a" 2019-01-20 13:02:41,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fec55222-a979-45ae-8f3d-49800d17e76a Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/ad11a46ab11e453f9fed0e947388ae8b"}, "enabled": true, "id": "ad11a46ab11e453f9fed0e947388ae8b", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj"}]} 2019-01-20 13:02:41,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj used request id req-fec55222-a979-45ae-8f3d-49800d17e76a 2019-01-20 13:02:41,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016ce5e870c8ace91ebaf5cc87ac665901d0250a" 2019-01-20 13:02:42,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3f58cbb-99ce-4265-81c0-33f15ca7f1aa Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:02:42,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-d3f58cbb-99ce-4265-81c0-33f15ca7f1aa 2019-01-20 13:02:42,387 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-user 2019-01-20 13:02:42,387 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:42,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf2d3816be3b606c583e6aa706093025f5cefad" 2019-01-20 13:02:42,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4aec2fd-6266-4040-b5f3-8e0dbe6b8ac2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:02:42,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e4aec2fd-6266-4040-b5f3-8e0dbe6b8ac2 2019-01-20 13:02:42,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf2d3816be3b606c583e6aa706093025f5cefad" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj-role"}}' 2019-01-20 13:02:42,585 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:02:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3dfc52a4-d34e-4c73-a8e0-71c899b72c6c Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "40e1b1f3fb164a269f1a9219611265f1", "links": {"self": "http://172.30.9.22:5000/v3/roles/40e1b1f3fb164a269f1a9219611265f1"}, "name": "CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj-role"}} 2019-01-20 13:02:42,585 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-3dfc52a4-d34e-4c73-a8e0-71c899b72c6c 2019-01-20 13:02:42,585 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj-role 2019-01-20 13:02:42,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/40e1b1f3fb164a269f1a9219611265f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf2d3816be3b606c583e6aa706093025f5cefad" 2019-01-20 13:02:42,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d4918a0-d03d-4adc-9743-0376fe2809a9 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/40e1b1f3fb164a269f1a9219611265f1"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj-role", "id": "40e1b1f3fb164a269f1a9219611265f1"}} 2019-01-20 13:02:42,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/40e1b1f3fb164a269f1a9219611265f1 used request id req-1d4918a0-d03d-4adc-9743-0376fe2809a9 2019-01-20 13:02:42,606 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj-role to project CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj 2019-01-20 13:02:42,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/ad11a46ab11e453f9fed0e947388ae8b/users/308bbd648bd246cbb0765e045daec30e/roles/40e1b1f3fb164a269f1a9219611265f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf2d3816be3b606c583e6aa706093025f5cefad" 2019-01-20 13:02:42,755 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e2fd9e6-bd4c-4352-b48a-4f65a4bb2869 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:42,755 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/ad11a46ab11e453f9fed0e947388ae8b/users/308bbd648bd246cbb0765e045daec30e/roles/40e1b1f3fb164a269f1a9219611265f1 used request id req-4e2fd9e6-bd4c-4352-b48a-4f65a4bb2869 2019-01-20 13:02:42,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:43,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40e1b1f3fb164a269f1a9219611265f1", "name": "CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj-role"}], "expires_at": "2019-01-20T14:02:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad11a46ab11e453f9fed0e947388ae8b", "name": "CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/ad11a46ab11e453f9fed0e947388ae8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/ad11a46ab11e453f9fed0e947388ae8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/ad11a46ab11e453f9fed0e947388ae8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/ad11a46ab11e453f9fed0e947388ae8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/ad11a46ab11e453f9fed0e947388ae8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/ad11a46ab11e453f9fed0e947388ae8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/ad11a46ab11e453f9fed0e947388ae8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/ad11a46ab11e453f9fed0e947388ae8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/ad11a46ab11e453f9fed0e947388ae8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/ad11a46ab11e453f9fed0e947388ae8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/ad11a46ab11e453f9fed0e947388ae8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-user", "id": "308bbd648bd246cbb0765e045daec30e"}, "audit_ids": ["yTCCHgB6QHWVvUjKxklakg"], "issued_at": "2019-01-20T13:02:43.000000Z"}} 2019-01-20 13:02:43,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89098c012ebb4536c43172025e6fa5e3af81de93" 2019-01-20 13:02:43,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6a3229f-1683-4014-b8e2-5712f6842a5a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:43,200 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d6a3229f-1683-4014-b8e2-5712f6842a5a 2019-01-20 13:02:43,201 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:43,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:43,586 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40e1b1f3fb164a269f1a9219611265f1", "name": "CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj-role"}], "expires_at": "2019-01-20T14:02:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad11a46ab11e453f9fed0e947388ae8b", "name": "CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/ad11a46ab11e453f9fed0e947388ae8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/ad11a46ab11e453f9fed0e947388ae8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/ad11a46ab11e453f9fed0e947388ae8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/ad11a46ab11e453f9fed0e947388ae8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/ad11a46ab11e453f9fed0e947388ae8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/ad11a46ab11e453f9fed0e947388ae8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/ad11a46ab11e453f9fed0e947388ae8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/ad11a46ab11e453f9fed0e947388ae8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/ad11a46ab11e453f9fed0e947388ae8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/ad11a46ab11e453f9fed0e947388ae8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/ad11a46ab11e453f9fed0e947388ae8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-user", "id": "308bbd648bd246cbb0765e045daec30e"}, "audit_ids": ["itOEsgHiQnuPULNJ2q6vew"], "issued_at": "2019-01-20T13:02:43.000000Z"}} 2019-01-20 13:02:43,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}299341e35e0292b7cc790fdcc0fb96b75ccc7828" 2019-01-20 13:02:43,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55043be6-03e1-43ae-9f2b-51f1412b4a1f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:43,657 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-55043be6-03e1-43ae-9f2b-51f1412b4a1f 2019-01-20 13:02:43,663 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}299341e35e0292b7cc790fdcc0fb96b75ccc7828" 2019-01-20 13:02:43,848 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:43 GMT Server: Apache x-compute-request-id: req-10600ba0-2df6-4705-9de6-bc19ef096fce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-10600ba0-2df6-4705-9de6-bc19ef096fce Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-20 13:02:43,849 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/detail used request id req-10600ba0-2df6-4705-9de6-bc19ef096fce 2019-01-20 13:02:43,852 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-10600ba0-2df6-4705-9de6-bc19ef096fce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}299341e35e0292b7cc790fdcc0fb96b75ccc7828" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-3af796f6-a274-4800-b672-156614763668", "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}}' 2019-01-20 13:02:44,206 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:02:43 GMT Server: Apache x-compute-request-id: req-b1eed626-8b72-4a15-8c3a-2b02553cd247 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b1eed626-8b72-4a15-8c3a-2b02553cd247 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "308bbd648bd246cbb0765e045daec30e", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb", "rel": "self"}, {"href": "http://172.30.9.22:8776/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:02:44.110564", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-3af796f6-a274-4800-b672-156614763668", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8831cce4-eca6-45a5-b8e8-0360e43108fb", "size": 1}} 2019-01-20 13:02:44,206 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes used request id req-b1eed626-8b72-4a15-8c3a-2b02553cd247 2019-01-20 13:02:44,209 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10600ba0-2df6-4705-9de6-bc19ef096fce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}299341e35e0292b7cc790fdcc0fb96b75ccc7828" 2019-01-20 13:02:44,424 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:44 GMT Server: Apache x-compute-request-id: req-015fab0d-e1a6-47de-aa89-fd6989bccfea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-015fab0d-e1a6-47de-aa89-fd6989bccfea Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "308bbd648bd246cbb0765e045daec30e", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb", "rel": "self"}, {"href": "http://172.30.9.22:8776/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:02:44.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ad11a46ab11e453f9fed0e947388ae8b", "updated_at": "2019-01-20T13:02:44.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-3af796f6-a274-4800-b672-156614763668", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8831cce4-eca6-45a5-b8e8-0360e43108fb", "size": 1}} 2019-01-20 13:02:44,424 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb used request id req-015fab0d-e1a6-47de-aa89-fd6989bccfea 2019-01-20 13:02:44,424 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-3af796f6-a274-4800-b672-156614763668 2019-01-20 13:02:44,427 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10600ba0-2df6-4705-9de6-bc19ef096fce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}299341e35e0292b7cc790fdcc0fb96b75ccc7828" 2019-01-20 13:02:44,630 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:44 GMT Server: Apache x-compute-request-id: req-76aa8a90-f0dc-4d13-9c7f-3e7f66ceac61 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-76aa8a90-f0dc-4d13-9c7f-3e7f66ceac61 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "308bbd648bd246cbb0765e045daec30e", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb", "rel": "self"}, {"href": "http://172.30.9.22:8776/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:02:44.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ad11a46ab11e453f9fed0e947388ae8b", "updated_at": "2019-01-20T13:02:44.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-3af796f6-a274-4800-b672-156614763668", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8831cce4-eca6-45a5-b8e8-0360e43108fb", "size": 1}} 2019-01-20 13:02:44,630 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb used request id req-76aa8a90-f0dc-4d13-9c7f-3e7f66ceac61 2019-01-20 13:02:44,631 - create_volume - DEBUG - Instance status is - available 2019-01-20 13:02:44,631 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-3af796f6-a274-4800-b672-156614763668 2019-01-20 13:02:44,631 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-3af796f6-a274-4800-b672-156614763668 2019-01-20 13:02:44,634 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89098c012ebb4536c43172025e6fa5e3af81de93" 2019-01-20 13:02:44,819 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:44 GMT Server: Apache x-compute-request-id: req-37e2f679-edbc-4e41-a277-b9ba4e146c18 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-37e2f679-edbc-4e41-a277-b9ba4e146c18 Content-Encoding: gzip Content-Length: 459 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "308bbd648bd246cbb0765e045daec30e", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb", "rel": "self"}, {"href": "http://172.30.9.22:8776/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:02:44.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ad11a46ab11e453f9fed0e947388ae8b", "updated_at": "2019-01-20T13:02:44.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-3af796f6-a274-4800-b672-156614763668", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8831cce4-eca6-45a5-b8e8-0360e43108fb", "size": 1}]} 2019-01-20 13:02:44,819 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/detail used request id req-37e2f679-edbc-4e41-a277-b9ba4e146c18 2019-01-20 13:02:44,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:02:44,828 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:02: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:02:44,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/ad11a46ab11e453f9fed0e947388ae8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89098c012ebb4536c43172025e6fa5e3af81de93" 2019-01-20 13:02:44,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd9cfb90-d347-441b-8b6e-824fad6ff90c Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/ad11a46ab11e453f9fed0e947388ae8b"}, "enabled": true, "id": "ad11a46ab11e453f9fed0e947388ae8b", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj"}} 2019-01-20 13:02:44,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/ad11a46ab11e453f9fed0e947388ae8b used request id req-dd9cfb90-d347-441b-8b6e-824fad6ff90c 2019-01-20 13:02:44,913 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:44,914 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:45,282 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40e1b1f3fb164a269f1a9219611265f1", "name": "CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj-role"}], "expires_at": "2019-01-20T14:02:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad11a46ab11e453f9fed0e947388ae8b", "name": "CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/ad11a46ab11e453f9fed0e947388ae8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/ad11a46ab11e453f9fed0e947388ae8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/ad11a46ab11e453f9fed0e947388ae8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/ad11a46ab11e453f9fed0e947388ae8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/ad11a46ab11e453f9fed0e947388ae8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/ad11a46ab11e453f9fed0e947388ae8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/ad11a46ab11e453f9fed0e947388ae8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/ad11a46ab11e453f9fed0e947388ae8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/ad11a46ab11e453f9fed0e947388ae8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/ad11a46ab11e453f9fed0e947388ae8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/ad11a46ab11e453f9fed0e947388ae8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-user", "id": "308bbd648bd246cbb0765e045daec30e"}, "audit_ids": ["J3X9K1FETz-w4ecCucgQ2Q"], "issued_at": "2019-01-20T13:02:45.000000Z"}} 2019-01-20 13:02:45,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b667ab3369104370c76c79a34a8737b58986fa77" 2019-01-20 13:02:45,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb98c077-bb61-4416-9e3a-d68f46452338 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:45,350 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fb98c077-bb61-4416-9e3a-d68f46452338 2019-01-20 13:02:45,356 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b667ab3369104370c76c79a34a8737b58986fa77" 2019-01-20 13:02:45,541 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:45 GMT Server: Apache x-compute-request-id: req-c8ed7c3d-ffd1-45a9-8df2-f776342036b1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c8ed7c3d-ffd1-45a9-8df2-f776342036b1 Content-Encoding: gzip Content-Length: 459 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "308bbd648bd246cbb0765e045daec30e", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb", "rel": "self"}, {"href": "http://172.30.9.22:8776/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:02:44.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ad11a46ab11e453f9fed0e947388ae8b", "updated_at": "2019-01-20T13:02:44.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-3af796f6-a274-4800-b672-156614763668", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8831cce4-eca6-45a5-b8e8-0360e43108fb", "size": 1}]} 2019-01-20 13:02:45,541 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/detail used request id req-c8ed7c3d-ffd1-45a9-8df2-f776342036b1 2019-01-20 13:02:45,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:02:45,551 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:02: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:02:45,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/ad11a46ab11e453f9fed0e947388ae8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b667ab3369104370c76c79a34a8737b58986fa77" 2019-01-20 13:02:45,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-469c8199-44af-40b9-93c0-10f0f41ce76a Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/ad11a46ab11e453f9fed0e947388ae8b"}, "enabled": true, "id": "ad11a46ab11e453f9fed0e947388ae8b", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj"}} 2019-01-20 13:02:45,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/ad11a46ab11e453f9fed0e947388ae8b used request id req-469c8199-44af-40b9-93c0-10f0f41ce76a 2019-01-20 13:02:45,625 - create_volume - INFO - Did not create volume due to cleanup mode 2019-01-20 13:02:45,628 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10600ba0-2df6-4705-9de6-bc19ef096fce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}299341e35e0292b7cc790fdcc0fb96b75ccc7828" 2019-01-20 13:02:45,680 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:45 GMT Server: Apache x-compute-request-id: req-c6a07d32-7e61-4fa4-a7c2-c867ea86e996 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c6a07d32-7e61-4fa4-a7c2-c867ea86e996 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "308bbd648bd246cbb0765e045daec30e", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb", "rel": "self"}, {"href": "http://172.30.9.22:8776/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:02:44.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ad11a46ab11e453f9fed0e947388ae8b", "updated_at": "2019-01-20T13:02:44.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-3af796f6-a274-4800-b672-156614763668", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8831cce4-eca6-45a5-b8e8-0360e43108fb", "size": 1}} 2019-01-20 13:02:45,680 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb used request id req-c6a07d32-7e61-4fa4-a7c2-c867ea86e996 2019-01-20 13:02:45,681 - create_volume - DEBUG - Instance status is - available 2019-01-20 13:02:45,681 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-3af796f6-a274-4800-b672-156614763668 2019-01-20 13:02:45,681 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-3af796f6-a274-4800-b672-156614763668 2019-01-20 13:02:45,684 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10600ba0-2df6-4705-9de6-bc19ef096fce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}299341e35e0292b7cc790fdcc0fb96b75ccc7828" 2019-01-20 13:02:45,931 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:02:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e203a6cc-870b-4a3f-a10f-7c8885a2ab2d 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. 2019-01-20 13:02:45,931 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb used request id req-e203a6cc-870b-4a3f-a10f-7c8885a2ab2d 2019-01-20 13:02:45,935 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10600ba0-2df6-4705-9de6-bc19ef096fce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}299341e35e0292b7cc790fdcc0fb96b75ccc7828" 2019-01-20 13:02:46,133 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:45 GMT Server: Apache x-compute-request-id: req-f2fe1c2d-4f19-45f2-9062-c3f1644821eb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f2fe1c2d-4f19-45f2-9062-c3f1644821eb Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "308bbd648bd246cbb0765e045daec30e", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb", "rel": "self"}, {"href": "http://172.30.9.22:8776/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:02:44.000000", "description": null, "os-vol-tenant-attr:tenant_id": "ad11a46ab11e453f9fed0e947388ae8b", "updated_at": "2019-01-20T13:02:45.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-3af796f6-a274-4800-b672-156614763668", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8831cce4-eca6-45a5-b8e8-0360e43108fb", "size": 1}} 2019-01-20 13:02:46,133 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb used request id req-f2fe1c2d-4f19-45f2-9062-c3f1644821eb 2019-01-20 13:02:46,134 - create_volume - DEBUG - Instance status is - deleting 2019-01-20 13:02:46,134 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-20 13:02:49,137 - create_volume - DEBUG - Volume status query timeout in 56.7943739891 2019-01-20 13:02:49,141 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10600ba0-2df6-4705-9de6-bc19ef096fce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}299341e35e0292b7cc790fdcc0fb96b75ccc7828" 2019-01-20 13:02:49,173 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:02:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-0ea0a104-cfc0-46fb-84d8-87f3829d8aaa x-openstack-request-id: req-0ea0a104-cfc0-46fb-84d8-87f3829d8aaa Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 8831cce4-eca6-45a5-b8e8-0360e43108fb could not be found.", "code": 404}} 2019-01-20 13:02:49,173 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/ad11a46ab11e453f9fed0e947388ae8b/volumes/8831cce4-eca6-45a5-b8e8-0360e43108fb used request id req-0ea0a104-cfc0-46fb-84d8-87f3829d8aaa 2019-01-20 13:02:49,173 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 8831cce4-eca6-45a5-b8e8-0360e43108fb could not be found. (HTTP 404) (Request-ID: req-0ea0a104-cfc0-46fb-84d8-87f3829d8aaa) 2019-01-20 13:02:49,173 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-3af796f6-a274-4800-b672-156614763668 2019-01-20 13:02:49,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf2d3816be3b606c583e6aa706093025f5cefad" 2019-01-20 13:02:49,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1618bea6-7ded-4c16-a511-064db94bbfad Date: Sun, 20 Jan 2019 13:02:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:02:49,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-1618bea6-7ded-4c16-a511-064db94bbfad 2019-01-20 13:02:49,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf2d3816be3b606c583e6aa706093025f5cefad" 2019-01-20 13:02:49,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9783baa2-f563-43a4-afb4-25eb1ea539fc 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:02:49,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-9783baa2-f563-43a4-afb4-25eb1ea539fc 2019-01-20 13:02:49,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf2d3816be3b606c583e6aa706093025f5cefad" 2019-01-20 13:02:49,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7ca8cbe-a82e-4adc-9be8-543791063abd 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:02:49,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-d7ca8cbe-a82e-4adc-9be8-543791063abd 2019-01-20 13:02:49,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf2d3816be3b606c583e6aa706093025f5cefad" 2019-01-20 13:02:49,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4088c45b-5bd5-49d8-8f6b-6ea9a1e65786 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:02:49,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-4088c45b-5bd5-49d8-8f6b-6ea9a1e65786 2019-01-20 13:02:49,701 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj 2019-01-20 13:02:49,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/ad11a46ab11e453f9fed0e947388ae8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf2d3816be3b606c583e6aa706093025f5cefad" 2019-01-20 13:02:49,917 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e70d912c-ed7d-4cd5-9dd9-a0e866261525 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:49,918 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/ad11a46ab11e453f9fed0e947388ae8b used request id req-e70d912c-ed7d-4cd5-9dd9-a0e866261525 2019-01-20 13:02:49,918 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-proj-role 2019-01-20 13:02:49,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/40e1b1f3fb164a269f1a9219611265f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf2d3816be3b606c583e6aa706093025f5cefad" 2019-01-20 13:02:50,034 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f3111fa-c5d1-4fcc-bac1-60e72154f2b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:50,034 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/40e1b1f3fb164a269f1a9219611265f1 used request id req-8f3111fa-c5d1-4fcc-bac1-60e72154f2b6 2019-01-20 13:02:50,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebf2d3816be3b606c583e6aa706093025f5cefad" 2019-01-20 13:02:50,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03048a3e-a9d4-4259-b0a1-0da2fbaa0e22 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:02:50,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-03048a3e-a9d4-4259-b0a1-0da2fbaa0e22 2019-01-20 13:02:50,121 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-c2870afa-9af5-48b-user 2019-01-20 13:02:50,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/308bbd648bd246cbb0765e045daec30e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}016ce5e870c8ace91ebaf5cc87ac665901d0250a" 2019-01-20 13:02:50,304 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed1cc881-8fee-442b-9fd2-2dc3a3c727c5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:50,304 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/308bbd648bd246cbb0765e045daec30e used request id req-ed1cc881-8fee-442b-9fd2-2dc3a3c727c5 2019-01-20 13:02:50,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:50,694 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["hHoFu9LeSBOkFItER-0vjw"], "issued_at": "2019-01-20T13:02:50.000000Z"}} 2019-01-20 13:02:50,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e0abdc84df437081b52ffc9a8deee6ebf989533" 2019-01-20 13:02:50,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0062c03-51fc-465d-8a51-1d6f8193af89 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:50,767 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e0062c03-51fc-465d-8a51-1d6f8193af89 2019-01-20 13:02:50,769 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:50,769 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:51,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["M2y-3QeKTBq94GmIuD5f4Q"], "issued_at": "2019-01-20T13:02:51.000000Z"}} 2019-01-20 13:02:51,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}491e63aaa14ed3e9f7722dc429f505184a89d09d" 2019-01-20 13:02:51,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4c77b55-d455-4135-8c99-e73ac2782fb4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:51,254 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c4c77b55-d455-4135-8c99-e73ac2782fb4 2019-01-20 13:02:51,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:02:51,264 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:02: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:02:51,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}491e63aaa14ed3e9f7722dc429f505184a89d09d" 2019-01-20 13:02:51,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fd85bd1-d68d-4a67-9dcb-fe8e432d2dd7 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:02:51,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj used request id req-7fd85bd1-d68d-4a67-9dcb-fe8e432d2dd7 2019-01-20 13:02:51,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}491e63aaa14ed3e9f7722dc429f505184a89d09d" 2019-01-20 13:02:51,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a509103-7b2e-44ae-850b-b743cf306081 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:02:51,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-6a509103-7b2e-44ae-850b-b743cf306081 2019-01-20 13:02:51,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}491e63aaa14ed3e9f7722dc429f505184a89d09d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj"}}' 2019-01-20 13:02:51,555 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:02:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5c4c9dc-6dc9-4e60-b521-dfc5d0dbe150 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4087bb7234db49d2a1c4fdb474afb75e"}, "enabled": true, "id": "4087bb7234db49d2a1c4fdb474afb75e", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj"}} 2019-01-20 13:02:51,555 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-b5c4c9dc-6dc9-4e60-b521-dfc5d0dbe150 2019-01-20 13:02:51,555 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj 2019-01-20 13:02:51,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:51,556 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:51,944 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:02:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["TySqkiX-S3aDvBKDPbpCbw"], "issued_at": "2019-01-20T13:02:51.000000Z"}} 2019-01-20 13:02:51,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef6e7dd4aa7f83f256f5eb6131e74d917c73af5" 2019-01-20 13:02:52,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5ef2ab7-7652-4365-a745-3d0f04a26010 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:52,032 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b5ef2ab7-7652-4365-a745-3d0f04a26010 2019-01-20 13:02:52,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:02:52,042 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:02: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:02:52,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef6e7dd4aa7f83f256f5eb6131e74d917c73af5" 2019-01-20 13:02:52,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc4e9470-3c4f-4421-adbe-c67f8adee829 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:02:52,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-fc4e9470-3c4f-4421-adbe-c67f8adee829 2019-01-20 13:02:52,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef6e7dd4aa7f83f256f5eb6131e74d917c73af5" 2019-01-20 13:02:52,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51e0a65f-1c7d-4556-a1e0-35a5fbbbee10 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4087bb7234db49d2a1c4fdb474afb75e"}, "enabled": true, "id": "4087bb7234db49d2a1c4fdb474afb75e", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj"}]} 2019-01-20 13:02:52,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj used request id req-51e0a65f-1c7d-4556-a1e0-35a5fbbbee10 2019-01-20 13:02:52,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef6e7dd4aa7f83f256f5eb6131e74d917c73af5" 2019-01-20 13:02:52,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b1df1cd-aa8e-4485-8f06-1abb63288ca4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:02:52,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-0b1df1cd-aa8e-4485-8f06-1abb63288ca4 2019-01-20 13:02:52,698 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-user 2019-01-20 13:02:52,699 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:52,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}491e63aaa14ed3e9f7722dc429f505184a89d09d" 2019-01-20 13:02:52,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6e1fb4f-712a-4d4a-a257-7d0999044259 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:02:52,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e6e1fb4f-712a-4d4a-a257-7d0999044259 2019-01-20 13:02:52,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}491e63aaa14ed3e9f7722dc429f505184a89d09d" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj-role"}}' 2019-01-20 13:02:52,896 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:02:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e99dde4d-552e-494f-9c3c-3c81a67bca59 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1a84f252079e4443842c715fd31c8979", "links": {"self": "http://172.30.9.22:5000/v3/roles/1a84f252079e4443842c715fd31c8979"}, "name": "CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj-role"}} 2019-01-20 13:02:52,897 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-e99dde4d-552e-494f-9c3c-3c81a67bca59 2019-01-20 13:02:52,897 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj-role 2019-01-20 13:02:52,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/1a84f252079e4443842c715fd31c8979 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}491e63aaa14ed3e9f7722dc429f505184a89d09d" 2019-01-20 13:02:52,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82cec63e-574c-4b91-ae01-1d674a435e8b Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/1a84f252079e4443842c715fd31c8979"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj-role", "id": "1a84f252079e4443842c715fd31c8979"}} 2019-01-20 13:02:52,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/1a84f252079e4443842c715fd31c8979 used request id req-82cec63e-574c-4b91-ae01-1d674a435e8b 2019-01-20 13:02:52,919 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj-role to project CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj 2019-01-20 13:02:52,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/4087bb7234db49d2a1c4fdb474afb75e/users/fe2a6d62df2c41de9bdafaf41a8b241d/roles/1a84f252079e4443842c715fd31c8979 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}491e63aaa14ed3e9f7722dc429f505184a89d09d" 2019-01-20 13:02:53,055 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:02:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e864ac2f-7313-4129-b469-7402e1b22109 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:02:53,055 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/4087bb7234db49d2a1c4fdb474afb75e/users/fe2a6d62df2c41de9bdafaf41a8b241d/roles/1a84f252079e4443842c715fd31c8979 used request id req-e864ac2f-7313-4129-b469-7402e1b22109 2019-01-20 13:02:53,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:53,422 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a84f252079e4443842c715fd31c8979", "name": "CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj-role"}], "expires_at": "2019-01-20T14:02:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4087bb7234db49d2a1c4fdb474afb75e", "name": "CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/4087bb7234db49d2a1c4fdb474afb75e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/4087bb7234db49d2a1c4fdb474afb75e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/4087bb7234db49d2a1c4fdb474afb75e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/4087bb7234db49d2a1c4fdb474afb75e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/4087bb7234db49d2a1c4fdb474afb75e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/4087bb7234db49d2a1c4fdb474afb75e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/4087bb7234db49d2a1c4fdb474afb75e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/4087bb7234db49d2a1c4fdb474afb75e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4087bb7234db49d2a1c4fdb474afb75e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/4087bb7234db49d2a1c4fdb474afb75e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/4087bb7234db49d2a1c4fdb474afb75e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-user", "id": "fe2a6d62df2c41de9bdafaf41a8b241d"}, "audit_ids": ["9IS90HWwQt-xU0-zjqSenw"], "issued_at": "2019-01-20T13:02:53.000000Z"}} 2019-01-20 13:02:53,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae4cb4905ef44a674512feee7539bd504ddfef4" 2019-01-20 13:02:53,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d834c371-0b42-4714-be40-632c644c840c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:53,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d834c371-0b42-4714-be40-632c644c840c 2019-01-20 13:02:53,507 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:02:53,508 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:02:53,892 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1a84f252079e4443842c715fd31c8979", "name": "CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj-role"}], "expires_at": "2019-01-20T14:02:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4087bb7234db49d2a1c4fdb474afb75e", "name": "CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/4087bb7234db49d2a1c4fdb474afb75e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/4087bb7234db49d2a1c4fdb474afb75e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/4087bb7234db49d2a1c4fdb474afb75e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/4087bb7234db49d2a1c4fdb474afb75e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/4087bb7234db49d2a1c4fdb474afb75e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/4087bb7234db49d2a1c4fdb474afb75e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/4087bb7234db49d2a1c4fdb474afb75e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/4087bb7234db49d2a1c4fdb474afb75e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4087bb7234db49d2a1c4fdb474afb75e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/4087bb7234db49d2a1c4fdb474afb75e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/4087bb7234db49d2a1c4fdb474afb75e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-user", "id": "fe2a6d62df2c41de9bdafaf41a8b241d"}, "audit_ids": ["ll_pJqu9TEa0V1yTQ_Q-eQ"], "issued_at": "2019-01-20T13:02:53.000000Z"}} 2019-01-20 13:02:53,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f428960fd040c552e45324233f2462b9788bb6b" 2019-01-20 13:02:53,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e5cd909-ceda-4c8b-a19a-13db36c42634 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:02:53,965 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2e5cd909-ceda-4c8b-a19a-13db36c42634 2019-01-20 13:02:53,971 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f428960fd040c552e45324233f2462b9788bb6b" 2019-01-20 13:02:54,148 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:53 GMT Server: Apache x-compute-request-id: req-e841ea4a-447c-43f6-9763-2f1f7a74edf2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e841ea4a-447c-43f6-9763-2f1f7a74edf2 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-20 13:02:54,148 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/detail used request id req-e841ea4a-447c-43f6-9763-2f1f7a74edf2 2019-01-20 13:02:54,152 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e841ea4a-447c-43f6-9763-2f1f7a74edf2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f428960fd040c552e45324233f2462b9788bb6b" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-38fffe12-5228-4e58-beeb-a69fa17c7805", "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}}' 2019-01-20 13:02:54,499 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:02:54 GMT Server: Apache x-compute-request-id: req-ff497c6d-2e42-464d-a343-05a064f94f28 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ff497c6d-2e42-464d-a343-05a064f94f28 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "fe2a6d62df2c41de9bdafaf41a8b241d", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "rel": "self"}, {"href": "http://172.30.9.22:8776/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:02:54.407868", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-38fffe12-5228-4e58-beeb-a69fa17c7805", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "size": 1}} 2019-01-20 13:02:54,500 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes used request id req-ff497c6d-2e42-464d-a343-05a064f94f28 2019-01-20 13:02:54,503 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e841ea4a-447c-43f6-9763-2f1f7a74edf2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f428960fd040c552e45324233f2462b9788bb6b" 2019-01-20 13:02:54,710 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:54 GMT Server: Apache x-compute-request-id: req-0c56f118-db46-4fa5-ae24-67de06b80418 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0c56f118-db46-4fa5-ae24-67de06b80418 Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "fe2a6d62df2c41de9bdafaf41a8b241d", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "rel": "self"}, {"href": "http://172.30.9.22:8776/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:02:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "4087bb7234db49d2a1c4fdb474afb75e", "updated_at": "2019-01-20T13:02:54.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-38fffe12-5228-4e58-beeb-a69fa17c7805", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "size": 1}} 2019-01-20 13:02:54,710 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1 used request id req-0c56f118-db46-4fa5-ae24-67de06b80418 2019-01-20 13:02:54,710 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-38fffe12-5228-4e58-beeb-a69fa17c7805 2019-01-20 13:02:54,713 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e841ea4a-447c-43f6-9763-2f1f7a74edf2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f428960fd040c552e45324233f2462b9788bb6b" 2019-01-20 13:02:54,761 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:54 GMT Server: Apache x-compute-request-id: req-1c4fdb0c-e2e8-4682-b632-5f5eaf5e199a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1c4fdb0c-e2e8-4682-b632-5f5eaf5e199a Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "fe2a6d62df2c41de9bdafaf41a8b241d", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "rel": "self"}, {"href": "http://172.30.9.22:8776/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:02:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "4087bb7234db49d2a1c4fdb474afb75e", "updated_at": "2019-01-20T13:02:54.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-38fffe12-5228-4e58-beeb-a69fa17c7805", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "size": 1}} 2019-01-20 13:02:54,761 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1 used request id req-1c4fdb0c-e2e8-4682-b632-5f5eaf5e199a 2019-01-20 13:02:54,761 - create_volume - DEBUG - Instance status is - creating 2019-01-20 13:02:54,762 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-20 13:02:57,765 - create_volume - DEBUG - Volume status query timeout in 296.945939064 2019-01-20 13:02:57,768 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e841ea4a-447c-43f6-9763-2f1f7a74edf2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f428960fd040c552e45324233f2462b9788bb6b" 2019-01-20 13:02:57,969 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:57 GMT Server: Apache x-compute-request-id: req-527098a2-165e-4a3f-8389-52c7102e8b0d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-527098a2-165e-4a3f-8389-52c7102e8b0d Content-Encoding: gzip Content-Length: 459 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "fe2a6d62df2c41de9bdafaf41a8b241d", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "rel": "self"}, {"href": "http://172.30.9.22:8776/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:02:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "4087bb7234db49d2a1c4fdb474afb75e", "updated_at": "2019-01-20T13:02:54.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-38fffe12-5228-4e58-beeb-a69fa17c7805", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "size": 1}} 2019-01-20 13:02:57,969 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1 used request id req-527098a2-165e-4a3f-8389-52c7102e8b0d 2019-01-20 13:02:57,970 - create_volume - DEBUG - Instance status is - available 2019-01-20 13:02:57,970 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-38fffe12-5228-4e58-beeb-a69fa17c7805 2019-01-20 13:02:57,970 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-38fffe12-5228-4e58-beeb-a69fa17c7805 2019-01-20 13:02:57,973 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae4cb4905ef44a674512feee7539bd504ddfef4" 2019-01-20 13:02:58,185 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:57 GMT Server: Apache x-compute-request-id: req-e8dee76e-30a3-4391-8153-2610c9008480 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e8dee76e-30a3-4391-8153-2610c9008480 Content-Encoding: gzip Content-Length: 457 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "fe2a6d62df2c41de9bdafaf41a8b241d", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "rel": "self"}, {"href": "http://172.30.9.22:8776/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:02:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "4087bb7234db49d2a1c4fdb474afb75e", "updated_at": "2019-01-20T13:02:54.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-38fffe12-5228-4e58-beeb-a69fa17c7805", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "size": 1}]} 2019-01-20 13:02:58,185 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/detail used request id req-e8dee76e-30a3-4391-8153-2610c9008480 2019-01-20 13:02:58,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:02:58,194 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:02:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:02:58,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/4087bb7234db49d2a1c4fdb474afb75e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae4cb4905ef44a674512feee7539bd504ddfef4" 2019-01-20 13:02:58,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-802f8f4e-dc1d-44c4-8831-68c017950ff6 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4087bb7234db49d2a1c4fdb474afb75e"}, "enabled": true, "id": "4087bb7234db49d2a1c4fdb474afb75e", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj"}} 2019-01-20 13:02:58,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/4087bb7234db49d2a1c4fdb474afb75e used request id req-802f8f4e-dc1d-44c4-8831-68c017950ff6 2019-01-20 13:02:58,361 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e841ea4a-447c-43f6-9763-2f1f7a74edf2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f428960fd040c552e45324233f2462b9788bb6b" 2019-01-20 13:02:58,411 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:58 GMT Server: Apache x-compute-request-id: req-701385ae-e538-41e0-97e0-e8f18db0771b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-701385ae-e538-41e0-97e0-e8f18db0771b Content-Encoding: gzip Content-Length: 459 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "fe2a6d62df2c41de9bdafaf41a8b241d", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "rel": "self"}, {"href": "http://172.30.9.22:8776/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:02:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "4087bb7234db49d2a1c4fdb474afb75e", "updated_at": "2019-01-20T13:02:54.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-38fffe12-5228-4e58-beeb-a69fa17c7805", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "size": 1}} 2019-01-20 13:02:58,411 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1 used request id req-701385ae-e538-41e0-97e0-e8f18db0771b 2019-01-20 13:02:58,411 - create_volume - DEBUG - Instance status is - available 2019-01-20 13:02:58,412 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-38fffe12-5228-4e58-beeb-a69fa17c7805 2019-01-20 13:02:58,412 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-38fffe12-5228-4e58-beeb-a69fa17c7805 2019-01-20 13:02:58,414 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e841ea4a-447c-43f6-9763-2f1f7a74edf2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f428960fd040c552e45324233f2462b9788bb6b" 2019-01-20 13:02:58,496 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:02:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2638cceb-9fec-4018-913f-239502e3e6b2 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. 2019-01-20 13:02:58,496 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1 used request id req-2638cceb-9fec-4018-913f-239502e3e6b2 2019-01-20 13:02:58,499 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e841ea4a-447c-43f6-9763-2f1f7a74edf2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f428960fd040c552e45324233f2462b9788bb6b" 2019-01-20 13:02:58,688 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:02:58 GMT Server: Apache x-compute-request-id: req-731301ef-545d-4130-a92e-6584f15ddc19 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-731301ef-545d-4130-a92e-6584f15ddc19 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "fe2a6d62df2c41de9bdafaf41a8b241d", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "rel": "self"}, {"href": "http://172.30.9.22:8776/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:02:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "4087bb7234db49d2a1c4fdb474afb75e", "updated_at": "2019-01-20T13:02:58.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-38fffe12-5228-4e58-beeb-a69fa17c7805", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1", "size": 1}} 2019-01-20 13:02:58,688 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1 used request id req-731301ef-545d-4130-a92e-6584f15ddc19 2019-01-20 13:02:58,688 - create_volume - DEBUG - Instance status is - deleting 2019-01-20 13:02:58,688 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-20 13:03:01,692 - create_volume - DEBUG - Volume status query timeout in 56.8047070503 2019-01-20 13:03:01,695 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e841ea4a-447c-43f6-9763-2f1f7a74edf2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f428960fd040c552e45324233f2462b9788bb6b" 2019-01-20 13:03:01,894 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:03:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-65ce67e3-de8b-4cd7-9b4c-40213517271f x-openstack-request-id: req-65ce67e3-de8b-4cd7-9b4c-40213517271f Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1 could not be found.", "code": 404}} 2019-01-20 13:03:01,894 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/4087bb7234db49d2a1c4fdb474afb75e/volumes/d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1 used request id req-65ce67e3-de8b-4cd7-9b4c-40213517271f 2019-01-20 13:03:01,894 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume d2c2ae5b-fbd5-44c9-85a9-a8abcd40dda1 could not be found. (HTTP 404) (Request-ID: req-65ce67e3-de8b-4cd7-9b4c-40213517271f) 2019-01-20 13:03:01,894 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-38fffe12-5228-4e58-beeb-a69fa17c7805 2019-01-20 13:03:01,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}491e63aaa14ed3e9f7722dc429f505184a89d09d" 2019-01-20 13:03:02,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-84e7e72f-78f4-4b63-9a35-d0c884638ae2 Date: Sun, 20 Jan 2019 13:03:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:03:02,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-84e7e72f-78f4-4b63-9a35-d0c884638ae2 2019-01-20 13:03:02,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}491e63aaa14ed3e9f7722dc429f505184a89d09d" 2019-01-20 13:03:02,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aecc57c1-c5d4-4120-8ca1-ccec12d4f3c6 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:03:02,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-aecc57c1-c5d4-4120-8ca1-ccec12d4f3c6 2019-01-20 13:03:02,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}491e63aaa14ed3e9f7722dc429f505184a89d09d" 2019-01-20 13:03:02,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53aac565-5e88-4dec-b1e3-0e3a405e06ee 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:03:02,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-53aac565-5e88-4dec-b1e3-0e3a405e06ee 2019-01-20 13:03:02,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}491e63aaa14ed3e9f7722dc429f505184a89d09d" 2019-01-20 13:03:02,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11d1677a-ea8b-48ce-8a95-eefb792fa125 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:03:02,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-11d1677a-ea8b-48ce-8a95-eefb792fa125 2019-01-20 13:03:02,410 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj 2019-01-20 13:03:02,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/4087bb7234db49d2a1c4fdb474afb75e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}491e63aaa14ed3e9f7722dc429f505184a89d09d" 2019-01-20 13:03:02,624 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ff4409b-2744-40b4-aafa-7319ef740676 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:02,624 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/4087bb7234db49d2a1c4fdb474afb75e used request id req-4ff4409b-2744-40b4-aafa-7319ef740676 2019-01-20 13:03:02,624 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-proj-role 2019-01-20 13:03:02,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/1a84f252079e4443842c715fd31c8979 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}491e63aaa14ed3e9f7722dc429f505184a89d09d" 2019-01-20 13:03:02,746 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7036d3f-0c55-438d-aa6f-ca775efedb20 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:02,746 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/1a84f252079e4443842c715fd31c8979 used request id req-a7036d3f-0c55-438d-aa6f-ca775efedb20 2019-01-20 13:03:02,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}491e63aaa14ed3e9f7722dc429f505184a89d09d" 2019-01-20 13:03:02,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5721833c-2c52-4279-8ef2-96ae6b78edeb Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:03:02,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5721833c-2c52-4279-8ef2-96ae6b78edeb 2019-01-20 13:03:02,845 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-8706fcba-e4cd-493-user 2019-01-20 13:03:02,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/fe2a6d62df2c41de9bdafaf41a8b241d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef6e7dd4aa7f83f256f5eb6131e74d917c73af5" 2019-01-20 13:03:03,019 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2d94484-72a7-4b10-a2c1-7ceb10e82009 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:03,020 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/fe2a6d62df2c41de9bdafaf41a8b241d used request id req-e2d94484-72a7-4b10-a2c1-7ceb10e82009 2019-01-20 13:03:03,021 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:03,404 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["XYRPXXciRUy89xxJcFN-Kw"], "issued_at": "2019-01-20T13:03:03.000000Z"}} 2019-01-20 13:03:03,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa0692242e7a9b29f4ffd4a256e7dc6461a039b2" 2019-01-20 13:03:03,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74a282fb-1b54-45c2-8259-7eff67aa6a7f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:03,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-74a282fb-1b54-45c2-8259-7eff67aa6a7f 2019-01-20 13:03:03,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:03,499 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:03,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["1cocjCmnT3CXxXcKYlw4lg"], "issued_at": "2019-01-20T13:03:03.000000Z"}} 2019-01-20 13:03:03,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3867542394974d5fc3185ab0b6339961f98e8102" 2019-01-20 13:03:03,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2151607e-5eea-4222-bb90-7128e6d4f9b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:03,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2151607e-5eea-4222-bb90-7128e6d4f9b2 2019-01-20 13:03:03,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:03:03,979 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:03: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:03:03,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3867542394974d5fc3185ab0b6339961f98e8102" 2019-01-20 13:03:04,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a39d980-f329-43cb-8d69-fb4e51163042 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:03:04,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-proj used request id req-0a39d980-f329-43cb-8d69-fb4e51163042 2019-01-20 13:03:04,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3867542394974d5fc3185ab0b6339961f98e8102" 2019-01-20 13:03:04,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b561324-2b08-4643-9e55-c8ef7c771dec Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:03:04,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-4b561324-2b08-4643-9e55-c8ef7c771dec 2019-01-20 13:03:04,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3867542394974d5fc3185ab0b6339961f98e8102" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-proj"}}' 2019-01-20 13:03:04,267 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:03:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37dd0388-bdf8-4400-985b-98c647ebac5d Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2e2d43440fa94ca79ac3a8a82eb19f39"}, "enabled": true, "id": "2e2d43440fa94ca79ac3a8a82eb19f39", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-proj"}} 2019-01-20 13:03:04,268 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-37dd0388-bdf8-4400-985b-98c647ebac5d 2019-01-20 13:03:04,268 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-proj 2019-01-20 13:03:04,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:04,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:04,646 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["wmkd_KG8R1-uo7fS2E4YVw"], "issued_at": "2019-01-20T13:03:04.000000Z"}} 2019-01-20 13:03:04,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f65b996986e5cca9eb54805eef5328ff82087d" 2019-01-20 13:03:04,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eda63666-b575-470b-8d35-a7bb7bd60ecd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:04,661 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-eda63666-b575-470b-8d35-a7bb7bd60ecd 2019-01-20 13:03:04,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:03:04,670 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:03: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:03:04,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f65b996986e5cca9eb54805eef5328ff82087d" 2019-01-20 13:03:04,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d51c7f6-d2a8-4998-a51e-7edf022bb91f Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:03:04,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-4d51c7f6-d2a8-4998-a51e-7edf022bb91f 2019-01-20 13:03:04,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f65b996986e5cca9eb54805eef5328ff82087d" 2019-01-20 13:03:04,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45b36614-c136-4e7e-a0d0-5fcc53d23f66 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2e2d43440fa94ca79ac3a8a82eb19f39"}, "enabled": true, "id": "2e2d43440fa94ca79ac3a8a82eb19f39", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-proj"}]} 2019-01-20 13:03:04,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-proj used request id req-45b36614-c136-4e7e-a0d0-5fcc53d23f66 2019-01-20 13:03:04,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f65b996986e5cca9eb54805eef5328ff82087d" 2019-01-20 13:03:04,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42fd08d9-2895-428b-a1c3-57138bb96b45 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:03:04,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-42fd08d9-2895-428b-a1c3-57138bb96b45 2019-01-20 13:03:05,333 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-user 2019-01-20 13:03:05,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:05,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3867542394974d5fc3185ab0b6339961f98e8102" 2019-01-20 13:03:05,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce49f6e2-f4df-436a-877d-31c20702a04d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:03:05,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ce49f6e2-f4df-436a-877d-31c20702a04d 2019-01-20 13:03:05,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3867542394974d5fc3185ab0b6339961f98e8102" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-proj-role"}}' 2019-01-20 13:03:05,549 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:03:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c298e17a-8219-42f8-ad16-84a1ebf9f8bc Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "251b7d6965034deaa92f84bc4de76bfb", "links": {"self": "http://172.30.9.22:5000/v3/roles/251b7d6965034deaa92f84bc4de76bfb"}, "name": "CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-proj-role"}} 2019-01-20 13:03:05,549 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-c298e17a-8219-42f8-ad16-84a1ebf9f8bc 2019-01-20 13:03:05,549 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-proj-role 2019-01-20 13:03:05,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/251b7d6965034deaa92f84bc4de76bfb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3867542394974d5fc3185ab0b6339961f98e8102" 2019-01-20 13:03:05,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-004481cf-94f5-4521-9f96-78ddc65696e7 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/251b7d6965034deaa92f84bc4de76bfb"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-proj-role", "id": "251b7d6965034deaa92f84bc4de76bfb"}} 2019-01-20 13:03:05,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/251b7d6965034deaa92f84bc4de76bfb used request id req-004481cf-94f5-4521-9f96-78ddc65696e7 2019-01-20 13:03:05,638 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-proj-role to project CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-proj 2019-01-20 13:03:05,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/2e2d43440fa94ca79ac3a8a82eb19f39/users/8e059cb206fc4898812cbc57e4c7bd3c/roles/251b7d6965034deaa92f84bc4de76bfb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3867542394974d5fc3185ab0b6339961f98e8102" 2019-01-20 13:03:05,779 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcf44442-efd1-4d92-a761-a8c06fd9fab0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:05,779 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/2e2d43440fa94ca79ac3a8a82eb19f39/users/8e059cb206fc4898812cbc57e4c7bd3c/roles/251b7d6965034deaa92f84bc4de76bfb used request id req-fcf44442-efd1-4d92-a761-a8c06fd9fab0 2019-01-20 13:03:05,781 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:05,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:06,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "251b7d6965034deaa92f84bc4de76bfb", "name": "CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-proj-role"}], "expires_at": "2019-01-20T14:03:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e2d43440fa94ca79ac3a8a82eb19f39", "name": "CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/2e2d43440fa94ca79ac3a8a82eb19f39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/2e2d43440fa94ca79ac3a8a82eb19f39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/2e2d43440fa94ca79ac3a8a82eb19f39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/2e2d43440fa94ca79ac3a8a82eb19f39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/2e2d43440fa94ca79ac3a8a82eb19f39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/2e2d43440fa94ca79ac3a8a82eb19f39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/2e2d43440fa94ca79ac3a8a82eb19f39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/2e2d43440fa94ca79ac3a8a82eb19f39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/2e2d43440fa94ca79ac3a8a82eb19f39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/2e2d43440fa94ca79ac3a8a82eb19f39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/2e2d43440fa94ca79ac3a8a82eb19f39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/2e2d43440fa94ca79ac3a8a82eb19f39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-user", "id": "8e059cb206fc4898812cbc57e4c7bd3c"}, "audit_ids": ["NEikzI_5Syi7w8PQqSys1w"], "issued_at": "2019-01-20T13:03:06.000000Z"}} 2019-01-20 13:03:06,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7fe753c202da26045a6ee1a00a38b49a92aac26" 2019-01-20 13:03:06,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35106771-4066-4d57-bdfd-11a4335fe879 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:06,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-35106771-4066-4d57-bdfd-11a4335fe879 2019-01-20 13:03:06,240 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/2e2d43440fa94ca79ac3a8a82eb19f39/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7fe753c202da26045a6ee1a00a38b49a92aac26" 2019-01-20 13:03:06,437 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:06 GMT Server: Apache x-compute-request-id: req-a2fd513d-3f13-493e-94b3-6d932c252a1c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a2fd513d-3f13-493e-94b3-6d932c252a1c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-20 13:03:06,437 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/2e2d43440fa94ca79ac3a8a82eb19f39/volumes/detail used request id req-a2fd513d-3f13-493e-94b3-6d932c252a1c 2019-01-20 13:03:06,441 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/2e2d43440fa94ca79ac3a8a82eb19f39/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-a2fd513d-3f13-493e-94b3-6d932c252a1c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7fe753c202da26045a6ee1a00a38b49a92aac26" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-f399c491-183f-4f16-b500-9b7a7e4d1bbf", "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}}' 2019-01-20 13:03:06,777 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Sun, 20 Jan 2019 13:03:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a3a82d62-5073-48b2-87fa-5ebf0b96531f x-openstack-request-id: req-a3a82d62-5073-48b2-87fa-5ebf0b96531f Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2019-01-20 13:03:06,777 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/2e2d43440fa94ca79ac3a8a82eb19f39/volumes used request id req-a3a82d62-5073-48b2-87fa-5ebf0b96531f 2019-01-20 13:03:06,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3867542394974d5fc3185ab0b6339961f98e8102" 2019-01-20 13:03:06,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d24f95b7-3d9a-4a1e-afe8-741e6bb159a1 Date: Sun, 20 Jan 2019 13:03:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:03:07,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-d24f95b7-3d9a-4a1e-afe8-741e6bb159a1 2019-01-20 13:03:07,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3867542394974d5fc3185ab0b6339961f98e8102" 2019-01-20 13:03:07,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1d171a9-ce1b-4b1b-8486-ce5230b365f9 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:03:07,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-c1d171a9-ce1b-4b1b-8486-ce5230b365f9 2019-01-20 13:03:07,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3867542394974d5fc3185ab0b6339961f98e8102" 2019-01-20 13:03:07,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfc9fc2c-f846-443a-96bf-b39afc0f8a1f 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:03:07,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-cfc9fc2c-f846-443a-96bf-b39afc0f8a1f 2019-01-20 13:03:07,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3867542394974d5fc3185ab0b6339961f98e8102" 2019-01-20 13:03:07,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee0ab601-eb9f-4ffe-b8a5-67511937daee Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:03:07,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-ee0ab601-eb9f-4ffe-b8a5-67511937daee 2019-01-20 13:03:07,269 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-proj 2019-01-20 13:03:07,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/2e2d43440fa94ca79ac3a8a82eb19f39 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3867542394974d5fc3185ab0b6339961f98e8102" 2019-01-20 13:03:07,486 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6aedbe3-f7d1-4d85-96ac-5e5cf5934442 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:07,486 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/2e2d43440fa94ca79ac3a8a82eb19f39 used request id req-f6aedbe3-f7d1-4d85-96ac-5e5cf5934442 2019-01-20 13:03:07,486 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-proj-role 2019-01-20 13:03:07,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/251b7d6965034deaa92f84bc4de76bfb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3867542394974d5fc3185ab0b6339961f98e8102" 2019-01-20 13:03:07,602 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d2751b0-937b-4ef3-a7c3-c5ac67c7665a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:07,602 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/251b7d6965034deaa92f84bc4de76bfb used request id req-8d2751b0-937b-4ef3-a7c3-c5ac67c7665a 2019-01-20 13:03:07,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3867542394974d5fc3185ab0b6339961f98e8102" 2019-01-20 13:03:07,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4449b086-14fb-4528-9aff-9f9e39930adc Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:03:07,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4449b086-14fb-4528-9aff-9f9e39930adc 2019-01-20 13:03:07,689 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-1c30c4ab-28b3-4ad-user 2019-01-20 13:03:07,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/8e059cb206fc4898812cbc57e4c7bd3c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f65b996986e5cca9eb54805eef5328ff82087d" 2019-01-20 13:03:07,866 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf909f4b-4096-445d-8ac6-9befc562dbc3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:07,866 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/8e059cb206fc4898812cbc57e4c7bd3c used request id req-cf909f4b-4096-445d-8ac6-9befc562dbc3 2019-01-20 13:03:07,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:08,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["96WoguuVTMK0zFA-fx5NAg"], "issued_at": "2019-01-20T13:03:08.000000Z"}} 2019-01-20 13:03:08,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc853e0a95a5b2377f42a8631dbfa7007787fd1d" 2019-01-20 13:03:08,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-746122e6-ab02-4ed7-9098-67871b13d872 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:08,329 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-746122e6-ab02-4ed7-9098-67871b13d872 2019-01-20 13:03:08,331 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:08,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:08,791 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["lz_GirUFTPmZbTNerh79-Q"], "issued_at": "2019-01-20T13:03:08.000000Z"}} 2019-01-20 13:03:08,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6fab241aa18aef01acfe6549e36c26bf5015c2e" 2019-01-20 13:03:08,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f2e0c08-9344-4540-bc2f-ebbadd7df3c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:08,882 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4f2e0c08-9344-4540-bc2f-ebbadd7df3c2 2019-01-20 13:03:08,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:03:08,891 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:03: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:03:08,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6fab241aa18aef01acfe6549e36c26bf5015c2e" 2019-01-20 13:03:08,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aa51246-6c10-4744-ab93-083d23510102 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:03:08,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-proj used request id req-6aa51246-6c10-4744-ab93-083d23510102 2019-01-20 13:03:08,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6fab241aa18aef01acfe6549e36c26bf5015c2e" 2019-01-20 13:03:09,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6e0e712-61db-4cb8-93a6-a0cb75bd9d70 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:03:09,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-a6e0e712-61db-4cb8-93a6-a0cb75bd9d70 2019-01-20 13:03:09,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6fab241aa18aef01acfe6549e36c26bf5015c2e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-proj"}}' 2019-01-20 13:03:09,190 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:03:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5983e801-ca26-457f-9d2e-c718769b2563 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a12e0ecf59f94f488ec718ed8a846561"}, "enabled": true, "id": "a12e0ecf59f94f488ec718ed8a846561", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-proj"}} 2019-01-20 13:03:09,190 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-5983e801-ca26-457f-9d2e-c718769b2563 2019-01-20 13:03:09,190 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-proj 2019-01-20 13:03:09,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:09,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:09,569 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["VeHYvaRnSIm6bZVOmevtwQ"], "issued_at": "2019-01-20T13:03:09.000000Z"}} 2019-01-20 13:03:09,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a00e07fbb1ce671c5fe6e5f6b5c23cd6cf2d69b6" 2019-01-20 13:03:09,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0c9e1ce-6843-493b-9512-16facc2607a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:09,655 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a0c9e1ce-6843-493b-9512-16facc2607a5 2019-01-20 13:03:09,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:03:09,665 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:03: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:03:09,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a00e07fbb1ce671c5fe6e5f6b5c23cd6cf2d69b6" 2019-01-20 13:03:09,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-844f259a-f540-439f-9b75-2b511eea990e Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:03:09,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-844f259a-f540-439f-9b75-2b511eea990e 2019-01-20 13:03:09,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a00e07fbb1ce671c5fe6e5f6b5c23cd6cf2d69b6" 2019-01-20 13:03:09,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4716baa0-7196-4ca6-9ac8-6c30be131c80 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a12e0ecf59f94f488ec718ed8a846561"}, "enabled": true, "id": "a12e0ecf59f94f488ec718ed8a846561", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-proj"}]} 2019-01-20 13:03:09,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-proj used request id req-4716baa0-7196-4ca6-9ac8-6c30be131c80 2019-01-20 13:03:09,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a00e07fbb1ce671c5fe6e5f6b5c23cd6cf2d69b6" 2019-01-20 13:03:09,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a27eaa82-f59d-4de3-9ece-4c23a1992a0f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:03:09,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-a27eaa82-f59d-4de3-9ece-4c23a1992a0f 2019-01-20 13:03:10,327 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-user 2019-01-20 13:03:10,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:10,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6fab241aa18aef01acfe6549e36c26bf5015c2e" 2019-01-20 13:03:10,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e937e703-1ff5-4a67-bf97-336b68f31228 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:03:10,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e937e703-1ff5-4a67-bf97-336b68f31228 2019-01-20 13:03:10,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6fab241aa18aef01acfe6549e36c26bf5015c2e" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-proj-role"}}' 2019-01-20 13:03:10,608 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:03:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e314ebd6-8ae1-4e62-9a45-a48d01187773 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2cfad22519534f8eb83ad42bf3bc2cc1", "links": {"self": "http://172.30.9.22:5000/v3/roles/2cfad22519534f8eb83ad42bf3bc2cc1"}, "name": "CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-proj-role"}} 2019-01-20 13:03:10,609 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-e314ebd6-8ae1-4e62-9a45-a48d01187773 2019-01-20 13:03:10,609 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-proj-role 2019-01-20 13:03:10,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/2cfad22519534f8eb83ad42bf3bc2cc1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6fab241aa18aef01acfe6549e36c26bf5015c2e" 2019-01-20 13:03:10,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60b05652-a1e0-4b5a-bd96-b988a9844b4f Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/2cfad22519534f8eb83ad42bf3bc2cc1"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-proj-role", "id": "2cfad22519534f8eb83ad42bf3bc2cc1"}} 2019-01-20 13:03:10,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/2cfad22519534f8eb83ad42bf3bc2cc1 used request id req-60b05652-a1e0-4b5a-bd96-b988a9844b4f 2019-01-20 13:03:10,628 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-proj-role to project CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-proj 2019-01-20 13:03:10,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/a12e0ecf59f94f488ec718ed8a846561/users/b735f4b78616462a91e137de7f48465d/roles/2cfad22519534f8eb83ad42bf3bc2cc1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6fab241aa18aef01acfe6549e36c26bf5015c2e" 2019-01-20 13:03:10,756 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bb7a8d2-938e-4f68-8fb3-11fef0b63e92 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:10,756 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/a12e0ecf59f94f488ec718ed8a846561/users/b735f4b78616462a91e137de7f48465d/roles/2cfad22519534f8eb83ad42bf3bc2cc1 used request id req-0bb7a8d2-938e-4f68-8fb3-11fef0b63e92 2019-01-20 13:03:10,758 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:10,759 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:11,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2cfad22519534f8eb83ad42bf3bc2cc1", "name": "CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-proj-role"}], "expires_at": "2019-01-20T14:03:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a12e0ecf59f94f488ec718ed8a846561", "name": "CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/a12e0ecf59f94f488ec718ed8a846561", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/a12e0ecf59f94f488ec718ed8a846561", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/a12e0ecf59f94f488ec718ed8a846561", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/a12e0ecf59f94f488ec718ed8a846561", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/a12e0ecf59f94f488ec718ed8a846561", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/a12e0ecf59f94f488ec718ed8a846561", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/a12e0ecf59f94f488ec718ed8a846561", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/a12e0ecf59f94f488ec718ed8a846561", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/a12e0ecf59f94f488ec718ed8a846561", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/a12e0ecf59f94f488ec718ed8a846561", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/a12e0ecf59f94f488ec718ed8a846561", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/a12e0ecf59f94f488ec718ed8a846561", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-user", "id": "b735f4b78616462a91e137de7f48465d"}, "audit_ids": ["k1lGVZjUTOyZo-a9MUH0bA"], "issued_at": "2019-01-20T13:03:11.000000Z"}} 2019-01-20 13:03:11,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f073482abe27a5a7094d694a3f3d9de23681d63" 2019-01-20 13:03:11,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-209bf705-748b-49db-be44-8713050f1db9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:11,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-209bf705-748b-49db-be44-8713050f1db9 2019-01-20 13:03:11,357 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/a12e0ecf59f94f488ec718ed8a846561/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f073482abe27a5a7094d694a3f3d9de23681d63" 2019-01-20 13:03:11,563 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:11 GMT Server: Apache x-compute-request-id: req-a2f97a81-0d39-4b5d-8977-cf9da3503eaa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a2f97a81-0d39-4b5d-8977-cf9da3503eaa Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-20 13:03:11,563 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/a12e0ecf59f94f488ec718ed8a846561/volumes/detail used request id req-a2f97a81-0d39-4b5d-8977-cf9da3503eaa 2019-01-20 13:03:11,566 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/a12e0ecf59f94f488ec718ed8a846561/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-a2f97a81-0d39-4b5d-8977-cf9da3503eaa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f073482abe27a5a7094d694a3f3d9de23681d63" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-b186db27-877e-4732-a046-65ae6857ad92", "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}}' 2019-01-20 13:03:11,719 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Sun, 20 Jan 2019 13:03:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-9dd2fa4a-8135-4a4a-a2e8-bc41a874cbc0 x-openstack-request-id: req-9dd2fa4a-8135-4a4a-a2e8-bc41a874cbc0 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}} 2019-01-20 13:03:11,719 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/a12e0ecf59f94f488ec718ed8a846561/volumes used request id req-9dd2fa4a-8135-4a4a-a2e8-bc41a874cbc0 2019-01-20 13:03:11,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6fab241aa18aef01acfe6549e36c26bf5015c2e" 2019-01-20 13:03:11,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a94829ec-820c-4e1a-bee0-467a11458974 Date: Sun, 20 Jan 2019 13:03:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:03:11,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-a94829ec-820c-4e1a-bee0-467a11458974 2019-01-20 13:03:11,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6fab241aa18aef01acfe6549e36c26bf5015c2e" 2019-01-20 13:03:12,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8e66313-a71f-4655-ba0a-d014ca853206 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:03:12,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-a8e66313-a71f-4655-ba0a-d014ca853206 2019-01-20 13:03:12,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6fab241aa18aef01acfe6549e36c26bf5015c2e" 2019-01-20 13:03:12,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22180b18-1af9-4218-ae07-439c5b06f989 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:03:12,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-22180b18-1af9-4218-ae07-439c5b06f989 2019-01-20 13:03:12,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6fab241aa18aef01acfe6549e36c26bf5015c2e" 2019-01-20 13:03:12,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fa99573-e300-4e2d-a188-c2925d7d2f63 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:03:12,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-0fa99573-e300-4e2d-a188-c2925d7d2f63 2019-01-20 13:03:12,218 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-proj 2019-01-20 13:03:12,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/a12e0ecf59f94f488ec718ed8a846561 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6fab241aa18aef01acfe6549e36c26bf5015c2e" 2019-01-20 13:03:12,431 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-180a5513-5aae-4786-a366-78ee03608d6a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:12,431 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/a12e0ecf59f94f488ec718ed8a846561 used request id req-180a5513-5aae-4786-a366-78ee03608d6a 2019-01-20 13:03:12,432 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-proj-role 2019-01-20 13:03:12,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/2cfad22519534f8eb83ad42bf3bc2cc1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6fab241aa18aef01acfe6549e36c26bf5015c2e" 2019-01-20 13:03:12,549 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-301aec24-b027-4bf0-9b75-a464b19c45f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:12,549 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/2cfad22519534f8eb83ad42bf3bc2cc1 used request id req-301aec24-b027-4bf0-9b75-a464b19c45f4 2019-01-20 13:03:12,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6fab241aa18aef01acfe6549e36c26bf5015c2e" 2019-01-20 13:03:12,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be91e837-47f5-4c5e-9c8b-f78b78fe11b2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:03:12,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-be91e837-47f5-4c5e-9c8b-f78b78fe11b2 2019-01-20 13:03:12,646 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-3e78ca4f-b6e6-45e-user 2019-01-20 13:03:12,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/b735f4b78616462a91e137de7f48465d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a00e07fbb1ce671c5fe6e5f6b5c23cd6cf2d69b6" 2019-01-20 13:03:12,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-668be635-d733-4993-9207-153a7d0fb571 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:12,824 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/b735f4b78616462a91e137de7f48465d used request id req-668be635-d733-4993-9207-153a7d0fb571 2019-01-20 13:03:12,825 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:13,199 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["wlmof4l3SjSrAU9eXX1URQ"], "issued_at": "2019-01-20T13:03:13.000000Z"}} 2019-01-20 13:03:13,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35ef0a620ce2fa6da94fa59a30eb6b2475485838" 2019-01-20 13:03:13,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b887b6d7-627f-4da5-a311-e7b40f247c49 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:13,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b887b6d7-627f-4da5-a311-e7b40f247c49 2019-01-20 13:03:13,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:13,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:13,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["qLpKzingTfWIm_O1ZMIuUw"], "issued_at": "2019-01-20T13:03:13.000000Z"}} 2019-01-20 13:03:13,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5a062ab2958d070cefb910feb39db83db6f7cb" 2019-01-20 13:03:13,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85a245e0-8d62-4503-8697-d87fa0511154 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:13,752 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-85a245e0-8d62-4503-8697-d87fa0511154 2019-01-20 13:03:13,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:03:13,761 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:03: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:03:13,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5a062ab2958d070cefb910feb39db83db6f7cb" 2019-01-20 13:03:13,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-604cffcb-b8ed-445f-a606-2ee2f1e463ba Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:03:13,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-proj used request id req-604cffcb-b8ed-445f-a606-2ee2f1e463ba 2019-01-20 13:03:13,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5a062ab2958d070cefb910feb39db83db6f7cb" 2019-01-20 13:03:13,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b68bcf38-a67a-4e08-b548-7ae861363753 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:03:13,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-b68bcf38-a67a-4e08-b548-7ae861363753 2019-01-20 13:03:13,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5a062ab2958d070cefb910feb39db83db6f7cb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-proj"}}' 2019-01-20 13:03:14,058 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:03:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f8bc89b-d043-401f-96ff-71dbc7464242 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/dfddeb6c5b684e739092942c241d82a8"}, "enabled": true, "id": "dfddeb6c5b684e739092942c241d82a8", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-proj"}} 2019-01-20 13:03:14,058 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-9f8bc89b-d043-401f-96ff-71dbc7464242 2019-01-20 13:03:14,058 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-proj 2019-01-20 13:03:14,058 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:14,059 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:14,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["jsDY9THwTKCwIVHNYzi3bw"], "issued_at": "2019-01-20T13:03:14.000000Z"}} 2019-01-20 13:03:14,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf0da3534b20f4ea18e7efcefa085c12a767c769" 2019-01-20 13:03:14,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e153fbf-44d1-4562-b814-c732d01d08d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:14,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9e153fbf-44d1-4562-b814-c732d01d08d1 2019-01-20 13:03:14,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:03:14,537 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:03: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:03:14,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf0da3534b20f4ea18e7efcefa085c12a767c769" 2019-01-20 13:03:14,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd43ed9f-3dc1-4111-9bda-3e5cbd5cd165 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:03:14,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-cd43ed9f-3dc1-4111-9bda-3e5cbd5cd165 2019-01-20 13:03:14,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf0da3534b20f4ea18e7efcefa085c12a767c769" 2019-01-20 13:03:14,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3754408-bcb5-4e29-86b0-071837c77412 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/dfddeb6c5b684e739092942c241d82a8"}, "enabled": true, "id": "dfddeb6c5b684e739092942c241d82a8", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-proj"}]} 2019-01-20 13:03:14,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-proj used request id req-c3754408-bcb5-4e29-86b0-071837c77412 2019-01-20 13:03:14,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf0da3534b20f4ea18e7efcefa085c12a767c769" 2019-01-20 13:03:14,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6d6e406-7d14-4695-af1c-c4f4193da0ef Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:03:14,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-c6d6e406-7d14-4695-af1c-c4f4193da0ef 2019-01-20 13:03:15,202 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-user 2019-01-20 13:03:15,202 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:15,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5a062ab2958d070cefb910feb39db83db6f7cb" 2019-01-20 13:03:15,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3bb9fcb-7cf1-42cd-81f8-0b51c7f6f2cf Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:03:15,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d3bb9fcb-7cf1-42cd-81f8-0b51c7f6f2cf 2019-01-20 13:03:15,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5a062ab2958d070cefb910feb39db83db6f7cb" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-proj-role"}}' 2019-01-20 13:03:15,339 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:03:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37b48870-7bb9-499e-96c0-f26650ded4cf Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e72a34d75b2b4600b8343c93890bbd6c", "links": {"self": "http://172.30.9.22:5000/v3/roles/e72a34d75b2b4600b8343c93890bbd6c"}, "name": "CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-proj-role"}} 2019-01-20 13:03:15,339 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-37b48870-7bb9-499e-96c0-f26650ded4cf 2019-01-20 13:03:15,340 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-proj-role 2019-01-20 13:03:15,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/e72a34d75b2b4600b8343c93890bbd6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5a062ab2958d070cefb910feb39db83db6f7cb" 2019-01-20 13:03:15,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21bde1ce-32e2-4e30-aa4c-17737c8239e7 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/e72a34d75b2b4600b8343c93890bbd6c"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-proj-role", "id": "e72a34d75b2b4600b8343c93890bbd6c"}} 2019-01-20 13:03:15,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/e72a34d75b2b4600b8343c93890bbd6c used request id req-21bde1ce-32e2-4e30-aa4c-17737c8239e7 2019-01-20 13:03:15,521 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-proj-role to project CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-proj 2019-01-20 13:03:15,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/dfddeb6c5b684e739092942c241d82a8/users/fd4067456a444b8e8e54f5201f3e3e0e/roles/e72a34d75b2b4600b8343c93890bbd6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5a062ab2958d070cefb910feb39db83db6f7cb" 2019-01-20 13:03:15,646 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-569f8a6c-6d88-4446-8518-80986b928136 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:15,647 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/dfddeb6c5b684e739092942c241d82a8/users/fd4067456a444b8e8e54f5201f3e3e0e/roles/e72a34d75b2b4600b8343c93890bbd6c used request id req-569f8a6c-6d88-4446-8518-80986b928136 2019-01-20 13:03:15,649 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:15,650 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:16,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e72a34d75b2b4600b8343c93890bbd6c", "name": "CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-proj-role"}], "expires_at": "2019-01-20T14:03:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfddeb6c5b684e739092942c241d82a8", "name": "CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/dfddeb6c5b684e739092942c241d82a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/dfddeb6c5b684e739092942c241d82a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/dfddeb6c5b684e739092942c241d82a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/dfddeb6c5b684e739092942c241d82a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/dfddeb6c5b684e739092942c241d82a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/dfddeb6c5b684e739092942c241d82a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/dfddeb6c5b684e739092942c241d82a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/dfddeb6c5b684e739092942c241d82a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/dfddeb6c5b684e739092942c241d82a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/dfddeb6c5b684e739092942c241d82a8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/dfddeb6c5b684e739092942c241d82a8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/dfddeb6c5b684e739092942c241d82a8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-user", "id": "fd4067456a444b8e8e54f5201f3e3e0e"}, "audit_ids": ["U7EcxPMLQTuKftd-hc2ezg"], "issued_at": "2019-01-20T13:03:16.000000Z"}} 2019-01-20 13:03:16,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103761e1bc01fe1f2762bef3327d39780ec10864" 2019-01-20 13:03:16,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe8b7de7-8ec7-4abe-bd23-c2e0671839f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:16,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fe8b7de7-8ec7-4abe-bd23-c2e0671839f0 2019-01-20 13:03:16,113 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/dfddeb6c5b684e739092942c241d82a8/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103761e1bc01fe1f2762bef3327d39780ec10864" 2019-01-20 13:03:16,295 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:16 GMT Server: Apache x-compute-request-id: req-00d4159e-a39d-4718-b430-0ae1cf22d04b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-00d4159e-a39d-4718-b430-0ae1cf22d04b Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-20 13:03:16,295 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/dfddeb6c5b684e739092942c241d82a8/volumes/detail used request id req-00d4159e-a39d-4718-b430-0ae1cf22d04b 2019-01-20 13:03:16,299 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/dfddeb6c5b684e739092942c241d82a8/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-00d4159e-a39d-4718-b430-0ae1cf22d04b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103761e1bc01fe1f2762bef3327d39780ec10864" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-72046b87-f5e7-48c3-b64d-1fe3832bc726", "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}}' 2019-01-20 13:03:16,469 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:03:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-30433438-2ddd-4266-bbea-63f70c0dfaec x-openstack-request-id: req-30433438-2ddd-4266-bbea-63f70c0dfaec Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2019-01-20 13:03:16,469 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/dfddeb6c5b684e739092942c241d82a8/volumes used request id req-30433438-2ddd-4266-bbea-63f70c0dfaec 2019-01-20 13:03:16,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5a062ab2958d070cefb910feb39db83db6f7cb" 2019-01-20 13:03:16,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2febc8db-04d3-411d-8a00-5ef1b0e2a411 Date: Sun, 20 Jan 2019 13:03:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:03:16,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-2febc8db-04d3-411d-8a00-5ef1b0e2a411 2019-01-20 13:03:16,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5a062ab2958d070cefb910feb39db83db6f7cb" 2019-01-20 13:03:16,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ff9f0cd-baaf-494d-81bd-c98e0fe9b4c6 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:03:16,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-1ff9f0cd-baaf-494d-81bd-c98e0fe9b4c6 2019-01-20 13:03:16,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5a062ab2958d070cefb910feb39db83db6f7cb" 2019-01-20 13:03:16,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0b74173-bc3e-41c5-856f-ed55a53fd174 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:03:16,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-c0b74173-bc3e-41c5-856f-ed55a53fd174 2019-01-20 13:03:16,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5a062ab2958d070cefb910feb39db83db6f7cb" 2019-01-20 13:03:16,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01fc5fd1-17fc-4dbb-899a-c168e23893ee Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:03:16,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-01fc5fd1-17fc-4dbb-899a-c168e23893ee 2019-01-20 13:03:16,962 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-proj 2019-01-20 13:03:16,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/dfddeb6c5b684e739092942c241d82a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5a062ab2958d070cefb910feb39db83db6f7cb" 2019-01-20 13:03:17,150 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58f1772a-f012-460a-9a41-0ef4a15fad2b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:17,150 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/dfddeb6c5b684e739092942c241d82a8 used request id req-58f1772a-f012-460a-9a41-0ef4a15fad2b 2019-01-20 13:03:17,150 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-proj-role 2019-01-20 13:03:17,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/e72a34d75b2b4600b8343c93890bbd6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5a062ab2958d070cefb910feb39db83db6f7cb" 2019-01-20 13:03:17,261 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd00888e-2407-462f-a958-9e0a855bdaad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:17,261 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/e72a34d75b2b4600b8343c93890bbd6c used request id req-dd00888e-2407-462f-a958-9e0a855bdaad 2019-01-20 13:03:17,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5a062ab2958d070cefb910feb39db83db6f7cb" 2019-01-20 13:03:17,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-144d20ae-ee3d-420e-b37b-85f2d8e7f82e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:03:17,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-144d20ae-ee3d-420e-b37b-85f2d8e7f82e 2019-01-20 13:03:17,357 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-5c28f0ba-05de-46e-user 2019-01-20 13:03:17,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/fd4067456a444b8e8e54f5201f3e3e0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf0da3534b20f4ea18e7efcefa085c12a767c769" 2019-01-20 13:03:17,534 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08d44e10-82b9-48b3-9c53-b3aac93ef2e9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:17,534 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/fd4067456a444b8e8e54f5201f3e3e0e used request id req-08d44e10-82b9-48b3-9c53-b3aac93ef2e9 2019-01-20 13:03:17,536 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:17,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["zbg0_06yTn-AWHKEHPZ8ig"], "issued_at": "2019-01-20T13:03:17.000000Z"}} 2019-01-20 13:03:17,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b01f84e0e25f2eac49ccdb0ffa43e5199cae707" 2019-01-20 13:03:18,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6e7ffe2-92c2-493f-9633-eabf606bcaef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:18,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a6e7ffe2-92c2-493f-9633-eabf606bcaef 2019-01-20 13:03:18,012 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:18,014 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:18,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ZcLj8IqNT1OII-0ArS7oCQ"], "issued_at": "2019-01-20T13:03:18.000000Z"}} 2019-01-20 13:03:18,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd127b9dd75a373b313626432705d07992c3c810" 2019-01-20 13:03:18,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfdc8017-6a7e-433e-bfee-2dae8d345ddb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:18,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-dfdc8017-6a7e-433e-bfee-2dae8d345ddb 2019-01-20 13:03:18,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:03:18,487 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:03: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:03:18,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd127b9dd75a373b313626432705d07992c3c810" 2019-01-20 13:03:18,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe7faec3-f1cf-42c5-a63d-cc0e58aac7dc Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:03:18,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-proj used request id req-fe7faec3-f1cf-42c5-a63d-cc0e58aac7dc 2019-01-20 13:03:18,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd127b9dd75a373b313626432705d07992c3c810" 2019-01-20 13:03:18,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97943dbf-f962-44e8-bacf-e4d2b307caf0 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:03:18,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-97943dbf-f962-44e8-bacf-e4d2b307caf0 2019-01-20 13:03:18,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd127b9dd75a373b313626432705d07992c3c810" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-proj"}}' 2019-01-20 13:03:18,783 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:03:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3afeb93a-3dad-4357-a9e2-2a36f5d9de03 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f195792e1a9c4f018d0eb65904784a44"}, "enabled": true, "id": "f195792e1a9c4f018d0eb65904784a44", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-proj"}} 2019-01-20 13:03:18,783 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-3afeb93a-3dad-4357-a9e2-2a36f5d9de03 2019-01-20 13:03:18,783 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-proj 2019-01-20 13:03:18,783 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:18,784 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:19,165 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["msS-mhVcQnmIyg2zaIB4Pw"], "issued_at": "2019-01-20T13:03:19.000000Z"}} 2019-01-20 13:03:19,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34b329f30f4e559c8d45cba9c9b07d09c8ebf24" 2019-01-20 13:03:19,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9870adc3-7089-4a29-a1b1-5bf1fa03170c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:19,248 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9870adc3-7089-4a29-a1b1-5bf1fa03170c 2019-01-20 13:03:19,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:03:19,259 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:03: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:03:19,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34b329f30f4e559c8d45cba9c9b07d09c8ebf24" 2019-01-20 13:03:19,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba538c3d-bfb4-4e71-95cd-449f443bb2af Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:03:19,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-ba538c3d-bfb4-4e71-95cd-449f443bb2af 2019-01-20 13:03:19,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34b329f30f4e559c8d45cba9c9b07d09c8ebf24" 2019-01-20 13:03:19,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f3a0f66-e0da-4cda-9f6d-e737987a9993 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f195792e1a9c4f018d0eb65904784a44"}, "enabled": true, "id": "f195792e1a9c4f018d0eb65904784a44", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-proj"}]} 2019-01-20 13:03:19,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-proj used request id req-7f3a0f66-e0da-4cda-9f6d-e737987a9993 2019-01-20 13:03:19,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34b329f30f4e559c8d45cba9c9b07d09c8ebf24" 2019-01-20 13:03:19,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c845e739-276d-4b33-891d-7e24013c46e8 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:03:19,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-c845e739-276d-4b33-891d-7e24013c46e8 2019-01-20 13:03:19,903 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-user 2019-01-20 13:03:19,903 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:19,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd127b9dd75a373b313626432705d07992c3c810" 2019-01-20 13:03:19,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70c91bb6-02ef-4dff-bd8e-277c205d0e5d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:03:19,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-70c91bb6-02ef-4dff-bd8e-277c205d0e5d 2019-01-20 13:03:20,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd127b9dd75a373b313626432705d07992c3c810" -d '{"role": {"name": "CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-proj-role"}}' 2019-01-20 13:03:20,105 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:03:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3c0b3d6-989a-4b6f-b21d-597221c20c7c Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3ca835cade3941cd889be9d073551491", "links": {"self": "http://172.30.9.22:5000/v3/roles/3ca835cade3941cd889be9d073551491"}, "name": "CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-proj-role"}} 2019-01-20 13:03:20,106 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-f3c0b3d6-989a-4b6f-b21d-597221c20c7c 2019-01-20 13:03:20,106 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-proj-role 2019-01-20 13:03:20,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/3ca835cade3941cd889be9d073551491 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd127b9dd75a373b313626432705d07992c3c810" 2019-01-20 13:03:20,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1d9189a-ba20-4a42-a2b1-034383ea446a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/3ca835cade3941cd889be9d073551491"}, "domain_id": null, "name": "CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-proj-role", "id": "3ca835cade3941cd889be9d073551491"}} 2019-01-20 13:03:20,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/3ca835cade3941cd889be9d073551491 used request id req-b1d9189a-ba20-4a42-a2b1-034383ea446a 2019-01-20 13:03:20,127 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-proj-role to project CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-proj 2019-01-20 13:03:20,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/f195792e1a9c4f018d0eb65904784a44/users/d42e02dbd0d34ef6857a1ca5a22f9610/roles/3ca835cade3941cd889be9d073551491 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd127b9dd75a373b313626432705d07992c3c810" 2019-01-20 13:03:20,265 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-223394a4-1b9f-4678-b89b-faa6e0ab7ba1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:20,265 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/f195792e1a9c4f018d0eb65904784a44/users/d42e02dbd0d34ef6857a1ca5a22f9610/roles/3ca835cade3941cd889be9d073551491 used request id req-223394a4-1b9f-4678-b89b-faa6e0ab7ba1 2019-01-20 13:03:20,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:20,267 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:20,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["zFSTiLdHQKayp7_hft2JwA"], "issued_at": "2019-01-20T13:03:20.000000Z"}} 2019-01-20 13:03:20,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10dd492ab56159f0c956d19158ce83ca46f1fc28" 2019-01-20 13:03:20,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af03da99-6d3a-4fa0-8a2f-496471b465ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:20,725 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-af03da99-6d3a-4fa0-8a2f-496471b465ca 2019-01-20 13:03:20,731 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10dd492ab56159f0c956d19158ce83ca46f1fc28" 2019-01-20 13:03:20,899 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:20 GMT Server: Apache x-compute-request-id: req-83bbb2cd-95c0-4430-a92e-b090ce43bb04 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-83bbb2cd-95c0-4430-a92e-b090ce43bb04 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2019-01-20 13:03:20,899 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None used request id req-83bbb2cd-95c0-4430-a92e-b090ce43bb04 2019-01-20 13:03:20,902 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-83bbb2cd-95c0-4430-a92e-b090ce43bb04" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10dd492ab56159f0c956d19158ce83ca46f1fc28" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-c4c2aa2b-d318-494f-b110-1f6ca2112337-vol-type", "description": null}}' 2019-01-20 13:03:21,105 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:20 GMT Server: Apache x-compute-request-id: req-6a6c7b23-4a41-46b5-a105-53a3f84b5fd4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6a6c7b23-4a41-46b5-a105-53a3f84b5fd4 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-c4c2aa2b-d318-494f-b110-1f6ca2112337-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d41a7d0a-c732-46a4-9a51-b6bf4391240c", "description": null}} 2019-01-20 13:03:21,105 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types used request id req-6a6c7b23-4a41-46b5-a105-53a3f84b5fd4 2019-01-20 13:03:21,106 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-c4c2aa2b-d318-494f-b110-1f6ca2112337-vol-type 2019-01-20 13:03:21,106 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:21,107 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:21,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3ca835cade3941cd889be9d073551491", "name": "CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-proj-role"}], "expires_at": "2019-01-20T14:03:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f195792e1a9c4f018d0eb65904784a44", "name": "CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/f195792e1a9c4f018d0eb65904784a44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/f195792e1a9c4f018d0eb65904784a44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/f195792e1a9c4f018d0eb65904784a44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f195792e1a9c4f018d0eb65904784a44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/f195792e1a9c4f018d0eb65904784a44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/f195792e1a9c4f018d0eb65904784a44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/f195792e1a9c4f018d0eb65904784a44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/f195792e1a9c4f018d0eb65904784a44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/f195792e1a9c4f018d0eb65904784a44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/f195792e1a9c4f018d0eb65904784a44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/f195792e1a9c4f018d0eb65904784a44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/f195792e1a9c4f018d0eb65904784a44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-user", "id": "d42e02dbd0d34ef6857a1ca5a22f9610"}, "audit_ids": ["LUbhKqVyQFyvBJuhORD-xw"], "issued_at": "2019-01-20T13:03:21.000000Z"}} 2019-01-20 13:03:21,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df42b0d84a6d39280e0af42b8999e9c3f58babb1" 2019-01-20 13:03:21,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32f32863-5160-4667-b68c-ec088af0aa96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:21,567 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-32f32863-5160-4667-b68c-ec088af0aa96 2019-01-20 13:03:21,573 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/f195792e1a9c4f018d0eb65904784a44/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df42b0d84a6d39280e0af42b8999e9c3f58babb1" 2019-01-20 13:03:21,757 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:21 GMT Server: Apache x-compute-request-id: req-ab411b15-8c9f-42bd-aa18-f6937e40b49a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ab411b15-8c9f-42bd-aa18-f6937e40b49a Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-20 13:03:21,757 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f195792e1a9c4f018d0eb65904784a44/volumes/detail used request id req-ab411b15-8c9f-42bd-aa18-f6937e40b49a 2019-01-20 13:03:21,760 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/f195792e1a9c4f018d0eb65904784a44/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ab411b15-8c9f-42bd-aa18-f6937e40b49a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df42b0d84a6d39280e0af42b8999e9c3f58babb1" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithTypeTests-c4c2aa2b-d318-494f-b110-1f6ca2112337-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}}' 2019-01-20 13:03:21,915 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:03:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-542f9db2-9729-40eb-a80c-fcb1efbd5743 x-openstack-request-id: req-542f9db2-9729-40eb-a80c-fcb1efbd5743 Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2019-01-20 13:03:21,915 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/f195792e1a9c4f018d0eb65904784a44/volumes used request id req-542f9db2-9729-40eb-a80c-fcb1efbd5743 2019-01-20 13:03:21,916 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-c4c2aa2b-d318-494f-b110-1f6ca2112337-vol-type 2019-01-20 13:03:21,919 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/d41a7d0a-c732-46a4-9a51-b6bf4391240c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-83bbb2cd-95c0-4430-a92e-b090ce43bb04" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10dd492ab56159f0c956d19158ce83ca46f1fc28" 2019-01-20 13:03:22,135 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:03:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cbe4c9a3-34a8-4af9-b4a8-3bfbc8c4dfea 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. 2019-01-20 13:03:22,136 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/d41a7d0a-c732-46a4-9a51-b6bf4391240c used request id req-cbe4c9a3-34a8-4af9-b4a8-3bfbc8c4dfea 2019-01-20 13:03:22,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd127b9dd75a373b313626432705d07992c3c810" 2019-01-20 13:03:22,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-842811f8-89fa-4308-93fd-2b9804aefc67 Date: Sun, 20 Jan 2019 13:03:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:03:22,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-842811f8-89fa-4308-93fd-2b9804aefc67 2019-01-20 13:03:22,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd127b9dd75a373b313626432705d07992c3c810" 2019-01-20 13:03:22,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-241d7430-4c81-45ed-b21f-03225fd41a15 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:03:22,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-241d7430-4c81-45ed-b21f-03225fd41a15 2019-01-20 13:03:22,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd127b9dd75a373b313626432705d07992c3c810" 2019-01-20 13:03:22,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7901e677-d287-4ce7-ac54-9c958a655c3a 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:03:22,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-7901e677-d287-4ce7-ac54-9c958a655c3a 2019-01-20 13:03:22,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd127b9dd75a373b313626432705d07992c3c810" 2019-01-20 13:03:22,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05a60c34-4868-4d6a-b6e6-7d84b2c66a16 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:03:22,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-05a60c34-4868-4d6a-b6e6-7d84b2c66a16 2019-01-20 13:03:22,714 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-proj 2019-01-20 13:03:22,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/f195792e1a9c4f018d0eb65904784a44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd127b9dd75a373b313626432705d07992c3c810" 2019-01-20 13:03:22,935 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-542d66de-4f51-4244-9a97-77edfbe0f3ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:22,935 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/f195792e1a9c4f018d0eb65904784a44 used request id req-542d66de-4f51-4244-9a97-77edfbe0f3ff 2019-01-20 13:03:22,935 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-proj-role 2019-01-20 13:03:22,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/3ca835cade3941cd889be9d073551491 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd127b9dd75a373b313626432705d07992c3c810" 2019-01-20 13:03:23,057 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd817b40-385b-495e-a3c8-6d1b6794b400 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:23,058 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/3ca835cade3941cd889be9d073551491 used request id req-bd817b40-385b-495e-a3c8-6d1b6794b400 2019-01-20 13:03:23,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd127b9dd75a373b313626432705d07992c3c810" 2019-01-20 13:03:23,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cad2522-ff9a-4bd1-bcaf-018573246b5d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:03:23,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6cad2522-ff9a-4bd1-bcaf-018573246b5d 2019-01-20 13:03:23,150 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-b84f6865-1ac1-4fd-user 2019-01-20 13:03:23,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/d42e02dbd0d34ef6857a1ca5a22f9610 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e34b329f30f4e559c8d45cba9c9b07d09c8ebf24" 2019-01-20 13:03:23,325 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3b9209d-4700-4074-97c2-8f1cd716da53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:23,325 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/d42e02dbd0d34ef6857a1ca5a22f9610 used request id req-a3b9209d-4700-4074-97c2-8f1cd716da53 2019-01-20 13:03:23,327 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:23,715 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ABs2Z0huS2C694swzH5gDA"], "issued_at": "2019-01-20T13:03:23.000000Z"}} 2019-01-20 13:03:23,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf4a3dd56a7f2068c2113e4e1b6783b8475b1509" 2019-01-20 13:03:23,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ad33e9f-d00b-4609-8364-b86f0efdd5c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:23,813 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6ad33e9f-d00b-4609-8364-b86f0efdd5c2 2019-01-20 13:03:23,814 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:23,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:24,194 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["6sZkdULcTUWqHeJf2yX0ww"], "issued_at": "2019-01-20T13:03:24.000000Z"}} 2019-01-20 13:03:24,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00158ecaa7dd988586acc73d48f6faa3175d9ead" 2019-01-20 13:03:24,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6908fd47-935d-47c9-b8dc-58274d1f4a2f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:24,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6908fd47-935d-47c9-b8dc-58274d1f4a2f 2019-01-20 13:03:24,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:03:24,294 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:03: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:03:24,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-0b7e1860-bd69-473-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00158ecaa7dd988586acc73d48f6faa3175d9ead" 2019-01-20 13:03:24,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b11668d-2cd3-4ded-8ef9-e357545ec0f3 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-0b7e1860-bd69-473-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:03:24,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-0b7e1860-bd69-473-proj used request id req-9b11668d-2cd3-4ded-8ef9-e357545ec0f3 2019-01-20 13:03:24,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00158ecaa7dd988586acc73d48f6faa3175d9ead" 2019-01-20 13:03:24,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2cb7650-56ff-4913-9bc9-2936169749da Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:03:24,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-e2cb7650-56ff-4913-9bc9-2936169749da 2019-01-20 13:03:24,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00158ecaa7dd988586acc73d48f6faa3175d9ead" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-0b7e1860-bd69-473-proj"}}' 2019-01-20 13:03:24,591 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:03:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92a8f9e0-8c41-4473-b818-609f9716ccb1 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/5312bb577d34499fad1ebfd8c2f70ba9"}, "enabled": true, "id": "5312bb577d34499fad1ebfd8c2f70ba9", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-0b7e1860-bd69-473-proj"}} 2019-01-20 13:03:24,591 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-92a8f9e0-8c41-4473-b818-609f9716ccb1 2019-01-20 13:03:24,591 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-0b7e1860-bd69-473-proj 2019-01-20 13:03:24,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:24,592 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:24,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["UPdmj_O0RmOcv8ERROYZGA"], "issued_at": "2019-01-20T13:03:24.000000Z"}} 2019-01-20 13:03:24,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8d650179bbfdbf81676034391ad3ac62a62df5" 2019-01-20 13:03:25,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c2f868a-e8ea-45da-8bf8-c541ebd48372 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:25,055 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5c2f868a-e8ea-45da-8bf8-c541ebd48372 2019-01-20 13:03:25,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:03:25,064 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:03: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:03:25,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8d650179bbfdbf81676034391ad3ac62a62df5" 2019-01-20 13:03:25,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87f2ffdb-9209-4dcd-9f87-52fb50ffbb21 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:03:25,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-87f2ffdb-9209-4dcd-9f87-52fb50ffbb21 2019-01-20 13:03:25,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateVolumeWithTypeTests-0b7e1860-bd69-473-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8d650179bbfdbf81676034391ad3ac62a62df5" 2019-01-20 13:03:25,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e83a30b-b7f3-41fa-b877-680634f3f3fd Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateVolumeWithTypeTests-0b7e1860-bd69-473-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/5312bb577d34499fad1ebfd8c2f70ba9"}, "enabled": true, "id": "5312bb577d34499fad1ebfd8c2f70ba9", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-0b7e1860-bd69-473-proj"}]} 2019-01-20 13:03:25,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateVolumeWithTypeTests-0b7e1860-bd69-473-proj used request id req-3e83a30b-b7f3-41fa-b877-680634f3f3fd 2019-01-20 13:03:25,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8d650179bbfdbf81676034391ad3ac62a62df5" 2019-01-20 13:03:25,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d98ec465-8234-4d4a-89ea-4284a107e0be Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:03:25,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-d98ec465-8234-4d4a-89ea-4284a107e0be 2019-01-20 13:03:25,704 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-0b7e1860-bd69-473-user 2019-01-20 13:03:25,705 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:25,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00158ecaa7dd988586acc73d48f6faa3175d9ead" 2019-01-20 13:03:25,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93594ad2-762d-46e6-a167-0f91f7418045 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:03:25,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-93594ad2-762d-46e6-a167-0f91f7418045 2019-01-20 13:03:25,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00158ecaa7dd988586acc73d48f6faa3175d9ead" -d '{"role": {"name": "CreateVolumeWithTypeTests-0b7e1860-bd69-473-proj-role"}}' 2019-01-20 13:03:25,908 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:03:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eabd58fe-3e38-4cac-af59-4e0f233f348c Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2fbd12800cbb425b95860e589432c9cc", "links": {"self": "http://172.30.9.22:5000/v3/roles/2fbd12800cbb425b95860e589432c9cc"}, "name": "CreateVolumeWithTypeTests-0b7e1860-bd69-473-proj-role"}} 2019-01-20 13:03:25,908 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-eabd58fe-3e38-4cac-af59-4e0f233f348c 2019-01-20 13:03:25,908 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-0b7e1860-bd69-473-proj-role 2019-01-20 13:03:25,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/2fbd12800cbb425b95860e589432c9cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00158ecaa7dd988586acc73d48f6faa3175d9ead" 2019-01-20 13:03:25,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5ff52e8-0d4c-44de-a3d4-fcfaaddc1add Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/2fbd12800cbb425b95860e589432c9cc"}, "domain_id": null, "name": "CreateVolumeWithTypeTests-0b7e1860-bd69-473-proj-role", "id": "2fbd12800cbb425b95860e589432c9cc"}} 2019-01-20 13:03:25,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/2fbd12800cbb425b95860e589432c9cc used request id req-b5ff52e8-0d4c-44de-a3d4-fcfaaddc1add 2019-01-20 13:03:25,996 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-0b7e1860-bd69-473-proj-role to project CreateVolumeWithTypeTests-0b7e1860-bd69-473-proj 2019-01-20 13:03:26,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/5312bb577d34499fad1ebfd8c2f70ba9/users/81ea342c210048508444b962be378ff5/roles/2fbd12800cbb425b95860e589432c9cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00158ecaa7dd988586acc73d48f6faa3175d9ead" 2019-01-20 13:03:26,133 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-366d7fc2-16d4-47c4-98bd-33ffa9cd9158 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:26,133 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/5312bb577d34499fad1ebfd8c2f70ba9/users/81ea342c210048508444b962be378ff5/roles/2fbd12800cbb425b95860e589432c9cc used request id req-366d7fc2-16d4-47c4-98bd-33ffa9cd9158 2019-01-20 13:03:26,133 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:26,134 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:26,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ULyaxaQeT0iG6-OMgXXndg"], "issued_at": "2019-01-20T13:03:26.000000Z"}} 2019-01-20 13:03:26,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5733765f17aef12e33a283bcce0871792491cecd" 2019-01-20 13:03:26,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ff71209-9363-444a-8b67-b90be47b20bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:26,601 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1ff71209-9363-444a-8b67-b90be47b20bd 2019-01-20 13:03:26,607 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5733765f17aef12e33a283bcce0871792491cecd" 2019-01-20 13:03:27,164 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:26 GMT Server: Apache x-compute-request-id: req-85cec9b2-66d5-4dc4-97b7-8ca191141652 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-85cec9b2-66d5-4dc4-97b7-8ca191141652 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2019-01-20 13:03:27,164 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types?is_public=None used request id req-85cec9b2-66d5-4dc4-97b7-8ca191141652 2019-01-20 13:03:27,167 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-85cec9b2-66d5-4dc4-97b7-8ca191141652" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5733765f17aef12e33a283bcce0871792491cecd" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol-type", "description": null}}' 2019-01-20 13:03:27,380 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:27 GMT Server: Apache x-compute-request-id: req-3f5daab6-4e5e-40fb-86ad-62a6047502a7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3f5daab6-4e5e-40fb-86ad-62a6047502a7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b409bb0b-175a-44d1-bee7-461155a51090", "description": null}} 2019-01-20 13:03:27,381 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types used request id req-3f5daab6-4e5e-40fb-86ad-62a6047502a7 2019-01-20 13:03:27,381 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol-type 2019-01-20 13:03:27,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:27,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:27,768 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["5ZiXX3kUSD6t4FSGx2_ZmA"], "issued_at": "2019-01-20T13:03:27.000000Z"}} 2019-01-20 13:03:27,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2098c17675eb7115a418e82f36d2c39023f73a8" 2019-01-20 13:03:27,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-809f5d86-48c1-45b4-a3a0-7f348bb53f78 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:27,781 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-809f5d86-48c1-45b4-a3a0-7f348bb53f78 2019-01-20 13:03:27,786 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2098c17675eb7115a418e82f36d2c39023f73a8" 2019-01-20 13:03:27,975 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:27 GMT Server: Apache x-compute-request-id: req-108c89f8-1cad-47d2-afef-ec0cbb6399e5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-108c89f8-1cad-47d2-afef-ec0cbb6399e5 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-20 13:03:27,975 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/detail used request id req-108c89f8-1cad-47d2-afef-ec0cbb6399e5 2019-01-20 13:03:27,979 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-108c89f8-1cad-47d2-afef-ec0cbb6399e5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2098c17675eb7115a418e82f36d2c39023f73a8" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithTypeTests-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "CreateVolumeWithTypeTests-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol-type", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2019-01-20 13:03:28,351 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:03:27 GMT Server: Apache x-compute-request-id: req-0956c60f-c297-47e9-814b-426f57fde9e8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0956c60f-c297-47e9-814b-426f57fde9e8 Content-Length: 922 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "a7c8058fe12740ca8633095bf5c62574", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5", "rel": "self"}, {"href": "http://172.30.9.22:8776/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:03:28.254165", "description": null, "updated_at": null, "volume_type": "CreateVolumeWithTypeTests-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol-type", "name": "CreateVolumeWithTypeTests-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "dcc572a6-2b15-44aa-a4d5-faf7597162b5", "size": 1}} 2019-01-20 13:03:28,352 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes used request id req-0956c60f-c297-47e9-814b-426f57fde9e8 2019-01-20 13:03:28,355 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-108c89f8-1cad-47d2-afef-ec0cbb6399e5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2098c17675eb7115a418e82f36d2c39023f73a8" 2019-01-20 13:03:28,580 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:28 GMT Server: Apache x-compute-request-id: req-e4c67a55-fca5-43c0-8fe6-ae0dba31db76 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e4c67a55-fca5-43c0-8fe6-ae0dba31db76 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5", "rel": "self"}, {"href": "http://172.30.9.22:8776/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T13:03:28.000000", "replication_status": null, "snapshot_id": null, "id": "dcc572a6-2b15-44aa-a4d5-faf7597162b5", "size": 1, "user_id": "a7c8058fe12740ca8633095bf5c62574", "os-vol-tenant-attr:tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "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-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol", "bootable": "false", "created_at": "2019-01-20T13:03:28.000000", "volume_type": "CreateVolumeWithTypeTests-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol-type"}} 2019-01-20 13:03:28,580 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5 used request id req-e4c67a55-fca5-43c0-8fe6-ae0dba31db76 2019-01-20 13:03:28,581 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol 2019-01-20 13:03:28,584 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-108c89f8-1cad-47d2-afef-ec0cbb6399e5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2098c17675eb7115a418e82f36d2c39023f73a8" 2019-01-20 13:03:28,781 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:28 GMT Server: Apache x-compute-request-id: req-b76546de-3d77-44d2-8ee1-6375bdacd607 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b76546de-3d77-44d2-8ee1-6375bdacd607 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5", "rel": "self"}, {"href": "http://172.30.9.22:8776/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T13:03:28.000000", "replication_status": null, "snapshot_id": null, "id": "dcc572a6-2b15-44aa-a4d5-faf7597162b5", "size": 1, "user_id": "a7c8058fe12740ca8633095bf5c62574", "os-vol-tenant-attr:tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "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-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol", "bootable": "false", "created_at": "2019-01-20T13:03:28.000000", "volume_type": "CreateVolumeWithTypeTests-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol-type"}} 2019-01-20 13:03:28,782 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5 used request id req-b76546de-3d77-44d2-8ee1-6375bdacd607 2019-01-20 13:03:28,782 - create_volume - DEBUG - Instance status is - creating 2019-01-20 13:03:28,782 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-20 13:03:31,785 - create_volume - DEBUG - Volume status query timeout in 296.79557395 2019-01-20 13:03:31,788 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-108c89f8-1cad-47d2-afef-ec0cbb6399e5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2098c17675eb7115a418e82f36d2c39023f73a8" 2019-01-20 13:03:32,028 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:31 GMT Server: Apache x-compute-request-id: req-605e9582-ee6a-43b9-984f-f1a08baafe4b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-605e9582-ee6a-43b9-984f-f1a08baafe4b Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5", "rel": "self"}, {"href": "http://172.30.9.22:8776/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T13:03:28.000000", "replication_status": null, "snapshot_id": null, "id": "dcc572a6-2b15-44aa-a4d5-faf7597162b5", "size": 1, "user_id": "a7c8058fe12740ca8633095bf5c62574", "os-vol-tenant-attr:tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "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-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol", "bootable": "false", "created_at": "2019-01-20T13:03:28.000000", "volume_type": "CreateVolumeWithTypeTests-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol-type"}} 2019-01-20 13:03:32,028 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5 used request id req-605e9582-ee6a-43b9-984f-f1a08baafe4b 2019-01-20 13:03:32,029 - create_volume - DEBUG - Instance status is - available 2019-01-20 13:03:32,029 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol 2019-01-20 13:03:32,029 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol 2019-01-20 13:03:32,032 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-108c89f8-1cad-47d2-afef-ec0cbb6399e5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2098c17675eb7115a418e82f36d2c39023f73a8" 2019-01-20 13:03:32,387 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:32 GMT Server: Apache x-compute-request-id: req-a72d638f-469a-4512-95e3-c8ae026cf6cf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a72d638f-469a-4512-95e3-c8ae026cf6cf Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5", "rel": "self"}, {"href": "http://172.30.9.22:8776/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T13:03:28.000000", "replication_status": null, "snapshot_id": null, "id": "dcc572a6-2b15-44aa-a4d5-faf7597162b5", "size": 1, "user_id": "a7c8058fe12740ca8633095bf5c62574", "os-vol-tenant-attr:tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "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-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol", "bootable": "false", "created_at": "2019-01-20T13:03:28.000000", "volume_type": "CreateVolumeWithTypeTests-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol-type"}} 2019-01-20 13:03:32,388 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5 used request id req-a72d638f-469a-4512-95e3-c8ae026cf6cf 2019-01-20 13:03:32,388 - create_volume - DEBUG - Instance status is - available 2019-01-20 13:03:32,388 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol 2019-01-20 13:03:32,389 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol 2019-01-20 13:03:32,392 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-108c89f8-1cad-47d2-afef-ec0cbb6399e5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2098c17675eb7115a418e82f36d2c39023f73a8" 2019-01-20 13:03:32,802 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:03:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1437c9d4-c5a7-4ea7-9faa-00eedf1d5265 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. 2019-01-20 13:03:32,802 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5 used request id req-1437c9d4-c5a7-4ea7-9faa-00eedf1d5265 2019-01-20 13:03:32,805 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-108c89f8-1cad-47d2-afef-ec0cbb6399e5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2098c17675eb7115a418e82f36d2c39023f73a8" 2019-01-20 13:03:33,012 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:32 GMT Server: Apache x-compute-request-id: req-010a998b-922c-467d-bf11-3a81b32cd7b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-010a998b-922c-467d-bf11-3a81b32cd7b8 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5", "rel": "self"}, {"href": "http://172.30.9.22:8776/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T13:03:32.000000", "replication_status": null, "snapshot_id": null, "id": "dcc572a6-2b15-44aa-a4d5-faf7597162b5", "size": 1, "user_id": "a7c8058fe12740ca8633095bf5c62574", "os-vol-tenant-attr:tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CreateVolumeWithTypeTests-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol", "bootable": "false", "created_at": "2019-01-20T13:03:28.000000", "volume_type": "CreateVolumeWithTypeTests-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol-type"}} 2019-01-20 13:03:33,012 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5 used request id req-010a998b-922c-467d-bf11-3a81b32cd7b8 2019-01-20 13:03:33,012 - create_volume - DEBUG - Instance status is - deleting 2019-01-20 13:03:33,012 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-20 13:03:36,016 - create_volume - DEBUG - Volume status query timeout in 56.7871649265 2019-01-20 13:03:36,019 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-108c89f8-1cad-47d2-afef-ec0cbb6399e5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2098c17675eb7115a418e82f36d2c39023f73a8" 2019-01-20 13:03:36,057 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:03:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d7009649-d349-4b36-8159-26c9b0be3a80 x-openstack-request-id: req-d7009649-d349-4b36-8159-26c9b0be3a80 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume dcc572a6-2b15-44aa-a4d5-faf7597162b5 could not be found.", "code": 404}} 2019-01-20 13:03:36,058 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/volumes/dcc572a6-2b15-44aa-a4d5-faf7597162b5 used request id req-d7009649-d349-4b36-8159-26c9b0be3a80 2019-01-20 13:03:36,058 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume dcc572a6-2b15-44aa-a4d5-faf7597162b5 could not be found. (HTTP 404) (Request-ID: req-d7009649-d349-4b36-8159-26c9b0be3a80) 2019-01-20 13:03:36,058 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol 2019-01-20 13:03:36,059 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-a4cafd5b-e40f-4c95-8427-ae3e41edb1e4-vol-type 2019-01-20 13:03:36,062 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/b409bb0b-175a-44d1-bee7-461155a51090 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-85cec9b2-66d5-4dc4-97b7-8ca191141652" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5733765f17aef12e33a283bcce0871792491cecd" 2019-01-20 13:03:36,274 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:03:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1def1aa7-85eb-417d-9628-e526c6b9b076 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. 2019-01-20 13:03:36,274 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae/types/b409bb0b-175a-44d1-bee7-461155a51090 used request id req-1def1aa7-85eb-417d-9628-e526c6b9b076 2019-01-20 13:03:36,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00158ecaa7dd988586acc73d48f6faa3175d9ead" 2019-01-20 13:03:36,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d6cca129-3e50-48b2-8bbb-e79efa60222b Date: Sun, 20 Jan 2019 13:03:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:03:36,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-d6cca129-3e50-48b2-8bbb-e79efa60222b 2019-01-20 13:03:36,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00158ecaa7dd988586acc73d48f6faa3175d9ead" 2019-01-20 13:03:36,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9fd5b7c-0e4a-4936-acf2-206f54ccea2d 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:03:36,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-b9fd5b7c-0e4a-4936-acf2-206f54ccea2d 2019-01-20 13:03:36,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00158ecaa7dd988586acc73d48f6faa3175d9ead" 2019-01-20 13:03:36,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b80955d9-359b-4f0f-aca9-0f4acd9f1741 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:03:36,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-b80955d9-359b-4f0f-aca9-0f4acd9f1741 2019-01-20 13:03:36,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00158ecaa7dd988586acc73d48f6faa3175d9ead" 2019-01-20 13:03:36,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d89651e9-8643-47d0-ac01-0d852ef92bec Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:03:36,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-d89651e9-8643-47d0-ac01-0d852ef92bec 2019-01-20 13:03:36,781 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-0b7e1860-bd69-473-proj 2019-01-20 13:03:36,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/5312bb577d34499fad1ebfd8c2f70ba9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00158ecaa7dd988586acc73d48f6faa3175d9ead" 2019-01-20 13:03:36,994 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88ccdf7d-048f-42c5-aa35-3e60b2ec8903 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:36,994 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/5312bb577d34499fad1ebfd8c2f70ba9 used request id req-88ccdf7d-048f-42c5-aa35-3e60b2ec8903 2019-01-20 13:03:36,995 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-0b7e1860-bd69-473-proj-role 2019-01-20 13:03:36,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/2fbd12800cbb425b95860e589432c9cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00158ecaa7dd988586acc73d48f6faa3175d9ead" 2019-01-20 13:03:37,105 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95f73a4c-ef4e-4b47-8ca0-b76593c847b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:37,106 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/2fbd12800cbb425b95860e589432c9cc used request id req-95f73a4c-ef4e-4b47-8ca0-b76593c847b6 2019-01-20 13:03:37,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00158ecaa7dd988586acc73d48f6faa3175d9ead" 2019-01-20 13:03:37,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-188ba0a2-86e7-45c7-8d2f-c0f2ee906430 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:03:37,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-188ba0a2-86e7-45c7-8d2f-c0f2ee906430 2019-01-20 13:03:37,197 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-0b7e1860-bd69-473-user 2019-01-20 13:03:37,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/81ea342c210048508444b962be378ff5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa8d650179bbfdbf81676034391ad3ac62a62df5" 2019-01-20 13:03:37,374 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3b1e1e7-bc5b-4b1a-8ed7-1c20ec0f918e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:37,375 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/81ea342c210048508444b962be378ff5 used request id req-e3b1e1e7-bc5b-4b1a-8ed7-1c20ec0f918e 2019-01-20 13:03:37,376 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:37,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["AUt_kuNuTFKsd9p6F1jfvA"], "issued_at": "2019-01-20T13:03:37.000000Z"}} 2019-01-20 13:03:37,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73b2bf0abf29987a451f6561216f93cd01dda98e" 2019-01-20 13:03:37,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce20d135-3748-493b-a9de-81c4216400f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:37,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ce20d135-3748-493b-a9de-81c4216400f0 2019-01-20 13:03:37,856 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:37,857 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:38,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["MtUrB2XjSIe2_wZakPcI4w"], "issued_at": "2019-01-20T13:03:38.000000Z"}} 2019-01-20 13:03:38,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270a0447e201bcf9c854afab085bf90bab60fa89" 2019-01-20 13:03:38,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f03d82a-b276-4f19-b940-77d6f829da9b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:38,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8f03d82a-b276-4f19-b940-77d6f829da9b 2019-01-20 13:03:38,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:03:38,329 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:03: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:03:38,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270a0447e201bcf9c854afab085bf90bab60fa89" 2019-01-20 13:03:38,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbd18e55-5dd6-4379-97a5-54a9f1d130b1 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:03:38,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj used request id req-dbd18e55-5dd6-4379-97a5-54a9f1d130b1 2019-01-20 13:03:38,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270a0447e201bcf9c854afab085bf90bab60fa89" 2019-01-20 13:03:38,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f2b4b9a-ac1b-41aa-91d7-f5115af36221 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:03:38,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-6f2b4b9a-ac1b-41aa-91d7-f5115af36221 2019-01-20 13:03:38,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270a0447e201bcf9c854afab085bf90bab60fa89" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj"}}' 2019-01-20 13:03:38,627 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:03:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85c94136-fef0-443a-b510-834deda279fe Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/e2ef9766590545bbb44a575b4f9c7926"}, "enabled": true, "id": "e2ef9766590545bbb44a575b4f9c7926", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj"}} 2019-01-20 13:03:38,627 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-85c94136-fef0-443a-b510-834deda279fe 2019-01-20 13:03:38,628 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj 2019-01-20 13:03:38,628 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:38,629 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:39,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["akjK6ypHS8-mreBlObidTA"], "issued_at": "2019-01-20T13:03:38.000000Z"}} 2019-01-20 13:03:39,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdbea903b6f6eaa39c60f51957d54fa880329710" 2019-01-20 13:03:39,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16f3a252-b147-4d29-8457-ac1f1336fcca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:39,091 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-16f3a252-b147-4d29-8457-ac1f1336fcca 2019-01-20 13:03:39,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:03:39,100 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:03: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:03:39,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdbea903b6f6eaa39c60f51957d54fa880329710" 2019-01-20 13:03:39,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaf2afcc-6612-4339-9114-b2a72c95fb56 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:03:39,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-eaf2afcc-6612-4339-9114-b2a72c95fb56 2019-01-20 13:03:39,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdbea903b6f6eaa39c60f51957d54fa880329710" 2019-01-20 13:03:39,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4cd5536-539e-43a8-9193-a56a433f8319 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/e2ef9766590545bbb44a575b4f9c7926"}, "enabled": true, "id": "e2ef9766590545bbb44a575b4f9c7926", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj"}]} 2019-01-20 13:03:39,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj used request id req-f4cd5536-539e-43a8-9193-a56a433f8319 2019-01-20 13:03:39,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdbea903b6f6eaa39c60f51957d54fa880329710" 2019-01-20 13:03:39,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-474e382b-e68b-48e8-a7fa-0149adce37e1 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:03:39,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-474e382b-e68b-48e8-a7fa-0149adce37e1 2019-01-20 13:03:39,759 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-d706fe36-9b9b-43b-user 2019-01-20 13:03:39,759 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:39,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270a0447e201bcf9c854afab085bf90bab60fa89" 2019-01-20 13:03:39,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d9675b9-e658-48bb-b420-17a50710cf39 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:03:39,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4d9675b9-e658-48bb-b420-17a50710cf39 2019-01-20 13:03:39,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270a0447e201bcf9c854afab085bf90bab60fa89" -d '{"role": {"name": "CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj-role"}}' 2019-01-20 13:03:39,968 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:03:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e44a660e-643b-45ce-a6e7-6102968684fa Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6a2ad8a76a2c4fc4aab248b8ab33eede", "links": {"self": "http://172.30.9.22:5000/v3/roles/6a2ad8a76a2c4fc4aab248b8ab33eede"}, "name": "CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj-role"}} 2019-01-20 13:03:39,969 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-e44a660e-643b-45ce-a6e7-6102968684fa 2019-01-20 13:03:39,969 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj-role 2019-01-20 13:03:39,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/6a2ad8a76a2c4fc4aab248b8ab33eede -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270a0447e201bcf9c854afab085bf90bab60fa89" 2019-01-20 13:03:40,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-984e888a-c8dd-4089-93f4-35c8cf44e34b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/6a2ad8a76a2c4fc4aab248b8ab33eede"}, "domain_id": null, "name": "CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj-role", "id": "6a2ad8a76a2c4fc4aab248b8ab33eede"}} 2019-01-20 13:03:40,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/6a2ad8a76a2c4fc4aab248b8ab33eede used request id req-984e888a-c8dd-4089-93f4-35c8cf44e34b 2019-01-20 13:03:40,056 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj-role to project CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj 2019-01-20 13:03:40,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/e2ef9766590545bbb44a575b4f9c7926/users/3d56aecf6aa44888aa428be3e9e1b143/roles/6a2ad8a76a2c4fc4aab248b8ab33eede -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270a0447e201bcf9c854afab085bf90bab60fa89" 2019-01-20 13:03:40,198 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91d3c9cf-bf15-4cca-babd-fce6eb32b9f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:40,198 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/e2ef9766590545bbb44a575b4f9c7926/users/3d56aecf6aa44888aa428be3e9e1b143/roles/6a2ad8a76a2c4fc4aab248b8ab33eede used request id req-91d3c9cf-bf15-4cca-babd-fce6eb32b9f9 2019-01-20 13:03:40,201 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:03:40,201 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:40,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:40,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6a2ad8a76a2c4fc4aab248b8ab33eede", "name": "CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj-role"}], "expires_at": "2019-01-20T14:03:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e2ef9766590545bbb44a575b4f9c7926", "name": "CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/e2ef9766590545bbb44a575b4f9c7926", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/e2ef9766590545bbb44a575b4f9c7926", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/e2ef9766590545bbb44a575b4f9c7926", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/e2ef9766590545bbb44a575b4f9c7926", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/e2ef9766590545bbb44a575b4f9c7926", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/e2ef9766590545bbb44a575b4f9c7926", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/e2ef9766590545bbb44a575b4f9c7926", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/e2ef9766590545bbb44a575b4f9c7926", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/e2ef9766590545bbb44a575b4f9c7926", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/e2ef9766590545bbb44a575b4f9c7926", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/e2ef9766590545bbb44a575b4f9c7926", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/e2ef9766590545bbb44a575b4f9c7926", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-d706fe36-9b9b-43b-user", "id": "3d56aecf6aa44888aa428be3e9e1b143"}, "audit_ids": ["MTRDTrLGRdSuIEbRmv8meQ"], "issued_at": "2019-01-20T13:03:40.000000Z"}} 2019-01-20 13:03:40,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed41f5b84b7ccdff6bcd25d3ea1d088eda510829" 2019-01-20 13:03:40,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5cbc8e0-e363-4464-974a-08454d79282b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:40,654 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e5cbc8e0-e363-4464-974a-08454d79282b 2019-01-20 13:03:40,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-4cf06196-585c-4ea3-86da-6ca2a3f673eb-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ed41f5b84b7ccdff6bcd25d3ea1d088eda510829" 2019-01-20 13:03:40,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-af8b033e-d90a-43d9-9b25-ca2b653743ef Date: Sun, 20 Jan 2019 13:03:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-4cf06196-585c-4ea3-86da-6ca2a3f673eb-image"} 2019-01-20 13:03:40,845 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-4cf06196-585c-4ea3-86da-6ca2a3f673eb-image used request id req-af8b033e-d90a-43d9-9b25-ca2b653743ef 2019-01-20 13:03:40,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ed41f5b84b7ccdff6bcd25d3ea1d088eda510829" 2019-01-20 13:03:41,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-68c0e825-a44b-4d9a-8b61-8f7425f6ccfb Date: Sun, 20 Jan 2019 13:03: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"}}} 2019-01-20 13:03:41,090 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-68c0e825-a44b-4d9a-8b61-8f7425f6ccfb 2019-01-20 13:03:41,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ed41f5b84b7ccdff6bcd25d3ea1d088eda510829" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-4cf06196-585c-4ea3-86da-6ca2a3f673eb-image"}' 2019-01-20 13:03:41,305 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/af50117e-700d-487c-b5f6-a4b2bbac9213 X-Openstack-Request-Id: req-4296b8d6-6484-4908-994e-7ec661cb4ea7 Date: Sun, 20 Jan 2019 13:03:41 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-4cf06196-585c-4ea3-86da-6ca2a3f673eb-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:03:41Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:03:41Z", "visibility": "shared", "locations": [], "self": "/v2/images/af50117e-700d-487c-b5f6-a4b2bbac9213", "min_disk": 0, "protected": false, "id": "af50117e-700d-487c-b5f6-a4b2bbac9213", "file": "/v2/images/af50117e-700d-487c-b5f6-a4b2bbac9213/file", "checksum": null, "owner": "e2ef9766590545bbb44a575b4f9c7926", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:03:41,305 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-4296b8d6-6484-4908-994e-7ec661cb4ea7 2019-01-20 13:03:41,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/af50117e-700d-487c-b5f6-a4b2bbac9213/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ed41f5b84b7ccdff6bcd25d3ea1d088eda510829" -d '' 2019-01-20 13:03:43,668 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6d4ea89a-cfea-4dd5-a7d1-591d24f5ef93 Date: Sun, 20 Jan 2019 13:03:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:03:43,669 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/af50117e-700d-487c-b5f6-a4b2bbac9213/file used request id req-6d4ea89a-cfea-4dd5-a7d1-591d24f5ef93 2019-01-20 13:03:43,669 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:03:43,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/af50117e-700d-487c-b5f6-a4b2bbac9213 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ed41f5b84b7ccdff6bcd25d3ea1d088eda510829" 2019-01-20 13:03:43,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6afa0126-0d38-4839-a0b9-e5cc01be7b43 Date: Sun, 20 Jan 2019 13:03:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-4cf06196-585c-4ea3-86da-6ca2a3f673eb-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:03:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:03:43Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/af50117e-700d-487c-b5f6-a4b2bbac9213/snap", "metadata": {}}], "self": "/v2/images/af50117e-700d-487c-b5f6-a4b2bbac9213", "min_disk": 0, "protected": false, "id": "af50117e-700d-487c-b5f6-a4b2bbac9213", "file": "/v2/images/af50117e-700d-487c-b5f6-a4b2bbac9213/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e2ef9766590545bbb44a575b4f9c7926", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/af50117e-700d-487c-b5f6-a4b2bbac9213/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:03:43,851 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/af50117e-700d-487c-b5f6-a4b2bbac9213 used request id req-6afa0126-0d38-4839-a0b9-e5cc01be7b43 2019-01-20 13:03:43,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ed41f5b84b7ccdff6bcd25d3ea1d088eda510829" 2019-01-20 13:03:44,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fd23d3b8-5ee5-47f8-b4be-fe1f9ff11b5b Date: Sun, 20 Jan 2019 13:03:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 13:03:44,001 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-fd23d3b8-5ee5-47f8-b4be-fe1f9ff11b5b 2019-01-20 13:03:44,004 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-4cf06196-585c-4ea3-86da-6ca2a3f673eb-image 2019-01-20 13:03:44,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/af50117e-700d-487c-b5f6-a4b2bbac9213 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ed41f5b84b7ccdff6bcd25d3ea1d088eda510829" 2019-01-20 13:03:44,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-32c6d34f-dee3-482e-bc0f-a6037e3a58f9 Date: Sun, 20 Jan 2019 13:03:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-4cf06196-585c-4ea3-86da-6ca2a3f673eb-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:03:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:03:43Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/af50117e-700d-487c-b5f6-a4b2bbac9213/snap", "metadata": {}}], "self": "/v2/images/af50117e-700d-487c-b5f6-a4b2bbac9213", "min_disk": 0, "protected": false, "id": "af50117e-700d-487c-b5f6-a4b2bbac9213", "file": "/v2/images/af50117e-700d-487c-b5f6-a4b2bbac9213/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e2ef9766590545bbb44a575b4f9c7926", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/af50117e-700d-487c-b5f6-a4b2bbac9213/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:03:44,169 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/af50117e-700d-487c-b5f6-a4b2bbac9213 used request id req-32c6d34f-dee3-482e-bc0f-a6037e3a58f9 2019-01-20 13:03:44,170 - create_image - DEBUG - Instance status is - active 2019-01-20 13:03:44,170 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-4cf06196-585c-4ea3-86da-6ca2a3f673eb-image 2019-01-20 13:03:44,170 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-4cf06196-585c-4ea3-86da-6ca2a3f673eb-image 2019-01-20 13:03:44,170 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:44,171 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:44,546 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6a2ad8a76a2c4fc4aab248b8ab33eede", "name": "CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj-role"}], "expires_at": "2019-01-20T14:03:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e2ef9766590545bbb44a575b4f9c7926", "name": "CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/e2ef9766590545bbb44a575b4f9c7926", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/e2ef9766590545bbb44a575b4f9c7926", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/e2ef9766590545bbb44a575b4f9c7926", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/e2ef9766590545bbb44a575b4f9c7926", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/e2ef9766590545bbb44a575b4f9c7926", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/e2ef9766590545bbb44a575b4f9c7926", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/e2ef9766590545bbb44a575b4f9c7926", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/e2ef9766590545bbb44a575b4f9c7926", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/e2ef9766590545bbb44a575b4f9c7926", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/e2ef9766590545bbb44a575b4f9c7926", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/e2ef9766590545bbb44a575b4f9c7926", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/e2ef9766590545bbb44a575b4f9c7926", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-d706fe36-9b9b-43b-user", "id": "3d56aecf6aa44888aa428be3e9e1b143"}, "audit_ids": ["xOkCVimsSPuBC3-dGVA4Fw"], "issued_at": "2019-01-20T13:03:44.000000Z"}} 2019-01-20 13:03:44,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a998be289a272f9c490b981a5b7c46a51c58bee" 2019-01-20 13:03:44,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f528230a-04ad-4639-9ad0-45a13584434d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:44,629 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f528230a-04ad-4639-9ad0-45a13584434d 2019-01-20 13:03:44,635 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/e2ef9766590545bbb44a575b4f9c7926/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a998be289a272f9c490b981a5b7c46a51c58bee" 2019-01-20 13:03:44,821 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:44 GMT Server: Apache x-compute-request-id: req-b291a425-ec25-4a30-9b9a-dd8dd3ebb1c4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b291a425-ec25-4a30-9b9a-dd8dd3ebb1c4 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-20 13:03:44,821 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/e2ef9766590545bbb44a575b4f9c7926/volumes/detail used request id req-b291a425-ec25-4a30-9b9a-dd8dd3ebb1c4 2019-01-20 13:03:44,824 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/e2ef9766590545bbb44a575b4f9c7926/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b291a425-ec25-4a30-9b9a-dd8dd3ebb1c4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a998be289a272f9c490b981a5b7c46a51c58bee" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithImageTests-4cf06196-585c-4ea3-86da-6ca2a3f673eb-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}}' 2019-01-20 13:03:45,167 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Sun, 20 Jan 2019 13:03:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f73755de-c60b-4ec2-a259-47c7de372d7b x-openstack-request-id: req-f73755de-c60b-4ec2-a259-47c7de372d7b Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2019-01-20 13:03:45,167 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/e2ef9766590545bbb44a575b4f9c7926/volumes used request id req-f73755de-c60b-4ec2-a259-47c7de372d7b 2019-01-20 13:03:45,168 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-4cf06196-585c-4ea3-86da-6ca2a3f673eb-image 2019-01-20 13:03:45,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/af50117e-700d-487c-b5f6-a4b2bbac9213 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ed41f5b84b7ccdff6bcd25d3ea1d088eda510829" 2019-01-20 13:03:46,106 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8ec81fc1-2de1-4f09-8b47-48e9c003bb0f Date: Sun, 20 Jan 2019 13:03:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:03:46,106 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/af50117e-700d-487c-b5f6-a4b2bbac9213 used request id req-8ec81fc1-2de1-4f09-8b47-48e9c003bb0f 2019-01-20 13:03:46,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270a0447e201bcf9c854afab085bf90bab60fa89" 2019-01-20 13:03:46,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1ebe7ec8-1d4f-4e34-9f59-c3bb821787e1 Date: Sun, 20 Jan 2019 13:03:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:03:46,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-1ebe7ec8-1d4f-4e34-9f59-c3bb821787e1 2019-01-20 13:03:46,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270a0447e201bcf9c854afab085bf90bab60fa89" 2019-01-20 13:03:46,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ec7bc88-4f3a-4bb4-9807-6abd4390df69 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:03:46,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-6ec7bc88-4f3a-4bb4-9807-6abd4390df69 2019-01-20 13:03:46,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270a0447e201bcf9c854afab085bf90bab60fa89" 2019-01-20 13:03:46,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b345bf2c-36c0-4af6-934b-668ff57b9b2a 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:03:46,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-b345bf2c-36c0-4af6-934b-668ff57b9b2a 2019-01-20 13:03:46,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270a0447e201bcf9c854afab085bf90bab60fa89" 2019-01-20 13:03:46,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38cc0fcc-7ff9-4c1f-8477-fd73672ae4f6 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:03:46,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-38cc0fcc-7ff9-4c1f-8477-fd73672ae4f6 2019-01-20 13:03:46,681 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj 2019-01-20 13:03:46,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/e2ef9766590545bbb44a575b4f9c7926 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270a0447e201bcf9c854afab085bf90bab60fa89" 2019-01-20 13:03:46,880 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4aec6eb-ee59-4a0a-981c-ef66685508a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:46,881 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/e2ef9766590545bbb44a575b4f9c7926 used request id req-d4aec6eb-ee59-4a0a-981c-ef66685508a1 2019-01-20 13:03:46,881 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-d706fe36-9b9b-43b-proj-role 2019-01-20 13:03:46,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/6a2ad8a76a2c4fc4aab248b8ab33eede -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270a0447e201bcf9c854afab085bf90bab60fa89" 2019-01-20 13:03:46,997 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3dac322c-b821-42dc-b1c9-3ff7bacc84c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:46,998 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/6a2ad8a76a2c4fc4aab248b8ab33eede used request id req-3dac322c-b821-42dc-b1c9-3ff7bacc84c7 2019-01-20 13:03:47,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}270a0447e201bcf9c854afab085bf90bab60fa89" 2019-01-20 13:03:47,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-909b63c7-10c0-4d81-972a-7904dd61d219 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:03:47,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-909b63c7-10c0-4d81-972a-7904dd61d219 2019-01-20 13:03:47,090 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-d706fe36-9b9b-43b-user 2019-01-20 13:03:47,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/3d56aecf6aa44888aa428be3e9e1b143 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdbea903b6f6eaa39c60f51957d54fa880329710" 2019-01-20 13:03:47,253 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6998c27-80bc-4098-a0e5-c1f72429dd43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:47,253 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/3d56aecf6aa44888aa428be3e9e1b143 used request id req-f6998c27-80bc-4098-a0e5-c1f72429dd43 2019-01-20 13:03:47,254 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:47,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["dwBc4UlHQNenGkwOIUqJXw"], "issued_at": "2019-01-20T13:03:47.000000Z"}} 2019-01-20 13:03:47,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f06e3caee5f9171651d5e08e8d4882f74cdb7e2" 2019-01-20 13:03:47,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac9f6dd3-9cda-4758-b3d3-071df958d790 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:47,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ac9f6dd3-9cda-4758-b3d3-071df958d790 2019-01-20 13:03:47,731 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:47,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:48,113 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["QrjQZfhYQXeL44RCUUBfAw"], "issued_at": "2019-01-20T13:03:48.000000Z"}} 2019-01-20 13:03:48,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e92707297790eec7a64c70b717d49c82d9d445a" 2019-01-20 13:03:48,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cd8829a-d773-4b8f-9590-d7c0c7f9be7f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:48,205 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7cd8829a-d773-4b8f-9590-d7c0c7f9be7f 2019-01-20 13:03:48,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:03:48,214 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:03: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:03:48,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e92707297790eec7a64c70b717d49c82d9d445a" 2019-01-20 13:03:48,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5b71d53-983f-40d3-8165-6751fe793b4b Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:03:48,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj used request id req-b5b71d53-983f-40d3-8165-6751fe793b4b 2019-01-20 13:03:48,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e92707297790eec7a64c70b717d49c82d9d445a" 2019-01-20 13:03:48,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac77285b-5646-41dc-85d8-736c0d7b154b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:03:48,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-ac77285b-5646-41dc-85d8-736c0d7b154b 2019-01-20 13:03:48,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e92707297790eec7a64c70b717d49c82d9d445a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj"}}' 2019-01-20 13:03:48,501 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:03:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7e2afc7-7632-4264-8af0-6d8dfdf90117 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/94913573129e47f2b4455641b6c00ecb"}, "enabled": true, "id": "94913573129e47f2b4455641b6c00ecb", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj"}} 2019-01-20 13:03:48,502 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-b7e2afc7-7632-4264-8af0-6d8dfdf90117 2019-01-20 13:03:48,502 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj 2019-01-20 13:03:48,502 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:48,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:48,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:03:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["-XK7dYqBSvy_SApsEc6Wdw"], "issued_at": "2019-01-20T13:03:48.000000Z"}} 2019-01-20 13:03:48,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80268a4ed2a689ca8e4039b15a0e797e612df058" 2019-01-20 13:03:48,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a260735-b69f-4be6-b2c3-a6507e371f7f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:48,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2a260735-b69f-4be6-b2c3-a6507e371f7f 2019-01-20 13:03:48,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:03:48,996 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:03: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:03:48,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80268a4ed2a689ca8e4039b15a0e797e612df058" 2019-01-20 13:03:49,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2ec40ee-ff41-4825-8c9a-b608351bd530 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:03:49,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e2ec40ee-ff41-4825-8c9a-b608351bd530 2019-01-20 13:03:49,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80268a4ed2a689ca8e4039b15a0e797e612df058" 2019-01-20 13:03:49,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6af6060-52f9-41c4-82cd-aab918558cc2 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/94913573129e47f2b4455641b6c00ecb"}, "enabled": true, "id": "94913573129e47f2b4455641b6c00ecb", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj"}]} 2019-01-20 13:03:49,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj used request id req-a6af6060-52f9-41c4-82cd-aab918558cc2 2019-01-20 13:03:49,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80268a4ed2a689ca8e4039b15a0e797e612df058" 2019-01-20 13:03:49,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c402a47-caf5-4603-9cab-718218f26fd6 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:03:49,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-1c402a47-caf5-4603-9cab-718218f26fd6 2019-01-20 13:03:49,638 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-321b6e0a-7e0e-415-user 2019-01-20 13:03:49,639 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:49,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e92707297790eec7a64c70b717d49c82d9d445a" 2019-01-20 13:03:49,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d8bce61-5146-4750-991f-5333402e92d1 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:03:49,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1d8bce61-5146-4750-991f-5333402e92d1 2019-01-20 13:03:49,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e92707297790eec7a64c70b717d49c82d9d445a" -d '{"role": {"name": "CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj-role"}}' 2019-01-20 13:03:49,764 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:03:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a7b579a-d820-4e22-b528-c94fea23187c Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6e71e1450e984f8c9b834a8d83ef9d12", "links": {"self": "http://172.30.9.22:5000/v3/roles/6e71e1450e984f8c9b834a8d83ef9d12"}, "name": "CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj-role"}} 2019-01-20 13:03:49,764 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-3a7b579a-d820-4e22-b528-c94fea23187c 2019-01-20 13:03:49,765 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj-role 2019-01-20 13:03:49,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/6e71e1450e984f8c9b834a8d83ef9d12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e92707297790eec7a64c70b717d49c82d9d445a" 2019-01-20 13:03:49,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d32b63fd-9930-4071-a9c3-7957995daaa4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/6e71e1450e984f8c9b834a8d83ef9d12"}, "domain_id": null, "name": "CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj-role", "id": "6e71e1450e984f8c9b834a8d83ef9d12"}} 2019-01-20 13:03:49,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/6e71e1450e984f8c9b834a8d83ef9d12 used request id req-d32b63fd-9930-4071-a9c3-7957995daaa4 2019-01-20 13:03:49,852 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj-role to project CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj 2019-01-20 13:03:49,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/94913573129e47f2b4455641b6c00ecb/users/507c7082b445426faba8005b4096269e/roles/6e71e1450e984f8c9b834a8d83ef9d12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e92707297790eec7a64c70b717d49c82d9d445a" 2019-01-20 13:03:49,983 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:03:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f1b7ad3-ba58-4db6-a1ba-469b55f0c084 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:03:49,983 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/94913573129e47f2b4455641b6c00ecb/users/507c7082b445426faba8005b4096269e/roles/6e71e1450e984f8c9b834a8d83ef9d12 used request id req-6f1b7ad3-ba58-4db6-a1ba-469b55f0c084 2019-01-20 13:03:49,985 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:03:49,985 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:49,986 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:50,362 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6e71e1450e984f8c9b834a8d83ef9d12", "name": "CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj-role"}], "expires_at": "2019-01-20T14:03:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94913573129e47f2b4455641b6c00ecb", "name": "CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/94913573129e47f2b4455641b6c00ecb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/94913573129e47f2b4455641b6c00ecb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/94913573129e47f2b4455641b6c00ecb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/94913573129e47f2b4455641b6c00ecb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/94913573129e47f2b4455641b6c00ecb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/94913573129e47f2b4455641b6c00ecb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/94913573129e47f2b4455641b6c00ecb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/94913573129e47f2b4455641b6c00ecb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/94913573129e47f2b4455641b6c00ecb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/94913573129e47f2b4455641b6c00ecb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/94913573129e47f2b4455641b6c00ecb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-321b6e0a-7e0e-415-user", "id": "507c7082b445426faba8005b4096269e"}, "audit_ids": ["UWbj68oMSj-4keaG80MNBA"], "issued_at": "2019-01-20T13:03:50.000000Z"}} 2019-01-20 13:03:50,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04db6a3870c8628823b5b404986d5c0ed5010d4a" 2019-01-20 13:03:50,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09ea857f-1cc3-4935-9fe3-38ef7f4195fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:50,433 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-09ea857f-1cc3-4935-9fe3-38ef7f4195fd 2019-01-20 13:03:50,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04db6a3870c8628823b5b404986d5c0ed5010d4a" 2019-01-20 13:03:51,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-170f3ba8-11be-4ee0-a9bd-71d972717b3a Date: Sun, 20 Jan 2019 13:03:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-image"} 2019-01-20 13:03:51,075 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-image used request id req-170f3ba8-11be-4ee0-a9bd-71d972717b3a 2019-01-20 13:03:51,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04db6a3870c8628823b5b404986d5c0ed5010d4a" 2019-01-20 13:03:51,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-27b2b829-ed7a-4c6d-bd8b-da3689926a5a Date: Sun, 20 Jan 2019 13:03: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"}}} 2019-01-20 13:03:51,240 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-27b2b829-ed7a-4c6d-bd8b-da3689926a5a 2019-01-20 13:03:51,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}04db6a3870c8628823b5b404986d5c0ed5010d4a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-image"}' 2019-01-20 13:03:51,462 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/45106c68-5428-48eb-8d73-00a994ff42fa X-Openstack-Request-Id: req-d6fc6e08-6526-497d-bb40-45015e02fc27 Date: Sun, 20 Jan 2019 13:03:51 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:03:51Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:03:51Z", "visibility": "shared", "locations": [], "self": "/v2/images/45106c68-5428-48eb-8d73-00a994ff42fa", "min_disk": 0, "protected": false, "id": "45106c68-5428-48eb-8d73-00a994ff42fa", "file": "/v2/images/45106c68-5428-48eb-8d73-00a994ff42fa/file", "checksum": null, "owner": "94913573129e47f2b4455641b6c00ecb", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:03:51,462 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-d6fc6e08-6526-497d-bb40-45015e02fc27 2019-01-20 13:03:51,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/45106c68-5428-48eb-8d73-00a994ff42fa/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04db6a3870c8628823b5b404986d5c0ed5010d4a" -d '' 2019-01-20 13:03:53,453 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ac8c65b8-c427-492c-b243-2c6e105ba03b Date: Sun, 20 Jan 2019 13:03:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:03:53,453 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/45106c68-5428-48eb-8d73-00a994ff42fa/file used request id req-ac8c65b8-c427-492c-b243-2c6e105ba03b 2019-01-20 13:03:53,454 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:03:53,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/45106c68-5428-48eb-8d73-00a994ff42fa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04db6a3870c8628823b5b404986d5c0ed5010d4a" 2019-01-20 13:03:53,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-aafda79c-6e71-41af-9bfb-b81c7d19f513 Date: Sun, 20 Jan 2019 13:03:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:03:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:03:53Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/45106c68-5428-48eb-8d73-00a994ff42fa/snap", "metadata": {}}], "self": "/v2/images/45106c68-5428-48eb-8d73-00a994ff42fa", "min_disk": 0, "protected": false, "id": "45106c68-5428-48eb-8d73-00a994ff42fa", "file": "/v2/images/45106c68-5428-48eb-8d73-00a994ff42fa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "94913573129e47f2b4455641b6c00ecb", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/45106c68-5428-48eb-8d73-00a994ff42fa/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:03:53,720 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/45106c68-5428-48eb-8d73-00a994ff42fa used request id req-aafda79c-6e71-41af-9bfb-b81c7d19f513 2019-01-20 13:03:53,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04db6a3870c8628823b5b404986d5c0ed5010d4a" 2019-01-20 13:03:53,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f7babac2-39c7-438d-9eb9-ba9320100369 Date: Sun, 20 Jan 2019 13:03: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"}}} 2019-01-20 13:03:53,876 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-f7babac2-39c7-438d-9eb9-ba9320100369 2019-01-20 13:03:53,879 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-image 2019-01-20 13:03:53,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/45106c68-5428-48eb-8d73-00a994ff42fa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04db6a3870c8628823b5b404986d5c0ed5010d4a" 2019-01-20 13:03:54,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f9dce4fa-f540-45c6-ac57-9e4fbb86f30e Date: Sun, 20 Jan 2019 13:03:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:03:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:03:53Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/45106c68-5428-48eb-8d73-00a994ff42fa/snap", "metadata": {}}], "self": "/v2/images/45106c68-5428-48eb-8d73-00a994ff42fa", "min_disk": 0, "protected": false, "id": "45106c68-5428-48eb-8d73-00a994ff42fa", "file": "/v2/images/45106c68-5428-48eb-8d73-00a994ff42fa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "94913573129e47f2b4455641b6c00ecb", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/45106c68-5428-48eb-8d73-00a994ff42fa/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:03:54,048 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/45106c68-5428-48eb-8d73-00a994ff42fa used request id req-f9dce4fa-f540-45c6-ac57-9e4fbb86f30e 2019-01-20 13:03:54,049 - create_image - DEBUG - Instance status is - active 2019-01-20 13:03:54,049 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-image 2019-01-20 13:03:54,049 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-image 2019-01-20 13:03:54,049 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:03:54,050 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:03:54,430 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6e71e1450e984f8c9b834a8d83ef9d12", "name": "CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj-role"}], "expires_at": "2019-01-20T14:03:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94913573129e47f2b4455641b6c00ecb", "name": "CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/94913573129e47f2b4455641b6c00ecb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/94913573129e47f2b4455641b6c00ecb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/94913573129e47f2b4455641b6c00ecb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/94913573129e47f2b4455641b6c00ecb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/94913573129e47f2b4455641b6c00ecb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/94913573129e47f2b4455641b6c00ecb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/94913573129e47f2b4455641b6c00ecb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/94913573129e47f2b4455641b6c00ecb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/94913573129e47f2b4455641b6c00ecb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/94913573129e47f2b4455641b6c00ecb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/94913573129e47f2b4455641b6c00ecb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-321b6e0a-7e0e-415-user", "id": "507c7082b445426faba8005b4096269e"}, "audit_ids": ["EvlUmeTJRY2F4TlkYZnJAA"], "issued_at": "2019-01-20T13:03:54.000000Z"}} 2019-01-20 13:03:54,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263ff3741f5c1b1c6b65fa2e1ccd9f73da1697dc" 2019-01-20 13:03:54,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-063576b9-18c2-461f-8d54-c9cfb9b256cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:03:54,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-063576b9-18c2-461f-8d54-c9cfb9b256cf 2019-01-20 13:03:54,522 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263ff3741f5c1b1c6b65fa2e1ccd9f73da1697dc" 2019-01-20 13:03:54,703 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:54 GMT Server: Apache x-compute-request-id: req-7270a08b-aae3-4920-a1aa-79458b79a067 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7270a08b-aae3-4920-a1aa-79458b79a067 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-20 13:03:54,703 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/detail used request id req-7270a08b-aae3-4920-a1aa-79458b79a067 2019-01-20 13:03:54,706 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-7270a08b-aae3-4920-a1aa-79458b79a067" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263ff3741f5c1b1c6b65fa2e1ccd9f73da1697dc" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-vol", "imageRef": "CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-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}}' 2019-01-20 13:03:56,782 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:03:54 GMT Server: Apache x-compute-request-id: req-f8286e83-2dff-499f-9d96-e6f9a7edc88d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f8286e83-2dff-499f-9d96-e6f9a7edc88d Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "507c7082b445426faba8005b4096269e", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838", "rel": "self"}, {"href": "http://172.30.9.22:8776/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:03:56.692046", "description": null, "updated_at": null, "volume_type": null, "name": "CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2b33d69a-c86f-4161-bb85-c7b4cc602838", "size": 1}} 2019-01-20 13:03:56,782 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes used request id req-f8286e83-2dff-499f-9d96-e6f9a7edc88d 2019-01-20 13:03:56,785 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7270a08b-aae3-4920-a1aa-79458b79a067" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263ff3741f5c1b1c6b65fa2e1ccd9f73da1697dc" 2019-01-20 13:03:56,983 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:56 GMT Server: Apache x-compute-request-id: req-5fdcd29f-ca70-4d51-b389-9815ea8c1571 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5fdcd29f-ca70-4d51-b389-9815ea8c1571 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "507c7082b445426faba8005b4096269e", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838", "rel": "self"}, {"href": "http://172.30.9.22:8776/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:03:56.000000", "description": null, "os-vol-tenant-attr:tenant_id": "94913573129e47f2b4455641b6c00ecb", "updated_at": "2019-01-20T13:03:56.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2b33d69a-c86f-4161-bb85-c7b4cc602838", "size": 1}} 2019-01-20 13:03:56,984 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838 used request id req-5fdcd29f-ca70-4d51-b389-9815ea8c1571 2019-01-20 13:03:56,984 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-vol 2019-01-20 13:03:56,987 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7270a08b-aae3-4920-a1aa-79458b79a067" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263ff3741f5c1b1c6b65fa2e1ccd9f73da1697dc" 2019-01-20 13:03:57,552 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:03:56 GMT Server: Apache x-compute-request-id: req-9ed9af7a-b041-43b2-80ed-0397dc4143af OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9ed9af7a-b041-43b2-80ed-0397dc4143af Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "507c7082b445426faba8005b4096269e", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838", "rel": "self"}, {"href": "http://172.30.9.22:8776/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:03:56.000000", "description": null, "os-vol-tenant-attr:tenant_id": "94913573129e47f2b4455641b6c00ecb", "updated_at": "2019-01-20T13:03:56.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2b33d69a-c86f-4161-bb85-c7b4cc602838", "size": 1}} 2019-01-20 13:03:57,552 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838 used request id req-9ed9af7a-b041-43b2-80ed-0397dc4143af 2019-01-20 13:03:57,552 - create_volume - DEBUG - Instance status is - creating 2019-01-20 13:03:57,552 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-20 13:04:00,556 - create_volume - DEBUG - Volume status query timeout in 296.42860198 2019-01-20 13:04:00,558 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7270a08b-aae3-4920-a1aa-79458b79a067" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263ff3741f5c1b1c6b65fa2e1ccd9f73da1697dc" 2019-01-20 13:04:00,787 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:00 GMT Server: Apache x-compute-request-id: req-c0e4d121-992b-4ebe-8c0c-7b893dc3b690 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c0e4d121-992b-4ebe-8c0c-7b893dc3b690 Content-Encoding: gzip Content-Length: 471 Content-Type: application/json RESP BODY: {"volume": {"status": "downloading", "user_id": "507c7082b445426faba8005b4096269e", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838", "rel": "self"}, {"href": "http://172.30.9.22:8776/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:03:56.000000", "description": null, "os-vol-tenant-attr:tenant_id": "94913573129e47f2b4455641b6c00ecb", "updated_at": "2019-01-20T13:03:58.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2b33d69a-c86f-4161-bb85-c7b4cc602838", "size": 1}} 2019-01-20 13:04:00,787 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838 used request id req-c0e4d121-992b-4ebe-8c0c-7b893dc3b690 2019-01-20 13:04:00,787 - create_volume - DEBUG - Instance status is - downloading 2019-01-20 13:04:00,788 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-20 13:04:03,791 - create_volume - DEBUG - Volume status query timeout in 293.193470955 2019-01-20 13:04:03,794 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7270a08b-aae3-4920-a1aa-79458b79a067" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263ff3741f5c1b1c6b65fa2e1ccd9f73da1697dc" 2019-01-20 13:04:04,017 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:03 GMT Server: Apache x-compute-request-id: req-1c2ed0f5-761d-46e4-a4fb-e261b168105c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1c2ed0f5-761d-46e4-a4fb-e261b168105c Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838", "rel": "self"}, {"href": "http://172.30.9.22:8776/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2019-01-20T13:04:01.000000", "replication_status": null, "snapshot_id": null, "id": "2b33d69a-c86f-4161-bb85-c7b4cc602838", "size": 1, "user_id": "507c7082b445426faba8005b4096269e", "os-vol-tenant-attr:tenant_id": "94913573129e47f2b4455641b6c00ecb", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-image", "image_id": "45106c68-5428-48eb-8d73-00a994ff42fa", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-vol", "bootable": "true", "created_at": "2019-01-20T13:03:56.000000", "volume_type": null}} 2019-01-20 13:04:04,017 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838 used request id req-1c2ed0f5-761d-46e4-a4fb-e261b168105c 2019-01-20 13:04:04,017 - create_volume - DEBUG - Instance status is - available 2019-01-20 13:04:04,018 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-vol 2019-01-20 13:04:04,018 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-vol 2019-01-20 13:04:04,020 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7270a08b-aae3-4920-a1aa-79458b79a067" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263ff3741f5c1b1c6b65fa2e1ccd9f73da1697dc" 2019-01-20 13:04:04,074 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:04 GMT Server: Apache x-compute-request-id: req-10aaa206-55c4-4a85-9dfb-49637c23bc47 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-10aaa206-55c4-4a85-9dfb-49637c23bc47 Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838", "rel": "self"}, {"href": "http://172.30.9.22:8776/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2019-01-20T13:04:01.000000", "replication_status": null, "snapshot_id": null, "id": "2b33d69a-c86f-4161-bb85-c7b4cc602838", "size": 1, "user_id": "507c7082b445426faba8005b4096269e", "os-vol-tenant-attr:tenant_id": "94913573129e47f2b4455641b6c00ecb", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-image", "image_id": "45106c68-5428-48eb-8d73-00a994ff42fa", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-vol", "bootable": "true", "created_at": "2019-01-20T13:03:56.000000", "volume_type": null}} 2019-01-20 13:04:04,074 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838 used request id req-10aaa206-55c4-4a85-9dfb-49637c23bc47 2019-01-20 13:04:04,075 - create_volume - DEBUG - Instance status is - available 2019-01-20 13:04:04,075 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-vol 2019-01-20 13:04:04,075 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:04:04,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6e71e1450e984f8c9b834a8d83ef9d12", "name": "CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj-role"}], "expires_at": "2019-01-20T14:04:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94913573129e47f2b4455641b6c00ecb", "name": "CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/94913573129e47f2b4455641b6c00ecb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/94913573129e47f2b4455641b6c00ecb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/94913573129e47f2b4455641b6c00ecb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/94913573129e47f2b4455641b6c00ecb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/94913573129e47f2b4455641b6c00ecb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/94913573129e47f2b4455641b6c00ecb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/94913573129e47f2b4455641b6c00ecb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/94913573129e47f2b4455641b6c00ecb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/94913573129e47f2b4455641b6c00ecb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/94913573129e47f2b4455641b6c00ecb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/94913573129e47f2b4455641b6c00ecb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-321b6e0a-7e0e-415-user", "id": "507c7082b445426faba8005b4096269e"}, "audit_ids": ["pMbnQY_HSISYE_5vbP-wnw"], "issued_at": "2019-01-20T13:04:04.000000Z"}} 2019-01-20 13:04:04,460 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}611719b78544dabb106fa73df0241c7c83fa3440" 2019-01-20 13:04:04,645 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:04 GMT Server: Apache x-compute-request-id: req-2433e72d-de25-4580-840f-037de7e65088 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2433e72d-de25-4580-840f-037de7e65088 Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838", "rel": "self"}, {"href": "http://172.30.9.22:8776/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2019-01-20T13:04:01.000000", "replication_status": null, "snapshot_id": null, "id": "2b33d69a-c86f-4161-bb85-c7b4cc602838", "size": 1, "user_id": "507c7082b445426faba8005b4096269e", "os-vol-tenant-attr:tenant_id": "94913573129e47f2b4455641b6c00ecb", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-image", "image_id": "45106c68-5428-48eb-8d73-00a994ff42fa", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-vol", "bootable": "true", "created_at": "2019-01-20T13:03:56.000000", "volume_type": null}} 2019-01-20 13:04:04,645 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838 used request id req-2433e72d-de25-4580-840f-037de7e65088 2019-01-20 13:04:04,648 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7270a08b-aae3-4920-a1aa-79458b79a067" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263ff3741f5c1b1c6b65fa2e1ccd9f73da1697dc" 2019-01-20 13:04:05,239 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:04 GMT Server: Apache x-compute-request-id: req-6ae5fc3f-2f6a-4ed1-897d-b7aafc61801f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6ae5fc3f-2f6a-4ed1-897d-b7aafc61801f Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838", "rel": "self"}, {"href": "http://172.30.9.22:8776/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2019-01-20T13:04:01.000000", "replication_status": null, "snapshot_id": null, "id": "2b33d69a-c86f-4161-bb85-c7b4cc602838", "size": 1, "user_id": "507c7082b445426faba8005b4096269e", "os-vol-tenant-attr:tenant_id": "94913573129e47f2b4455641b6c00ecb", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-image", "image_id": "45106c68-5428-48eb-8d73-00a994ff42fa", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-vol", "bootable": "true", "created_at": "2019-01-20T13:03:56.000000", "volume_type": null}} 2019-01-20 13:04:05,240 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838 used request id req-6ae5fc3f-2f6a-4ed1-897d-b7aafc61801f 2019-01-20 13:04:05,240 - create_volume - DEBUG - Instance status is - available 2019-01-20 13:04:05,240 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-vol 2019-01-20 13:04:05,240 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-vol 2019-01-20 13:04:05,243 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7270a08b-aae3-4920-a1aa-79458b79a067" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263ff3741f5c1b1c6b65fa2e1ccd9f73da1697dc" 2019-01-20 13:04:05,490 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:04:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b8608076-f391-46dc-b85b-5eab9fe5c387 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. 2019-01-20 13:04:05,491 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838 used request id req-b8608076-f391-46dc-b85b-5eab9fe5c387 2019-01-20 13:04:05,493 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7270a08b-aae3-4920-a1aa-79458b79a067" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263ff3741f5c1b1c6b65fa2e1ccd9f73da1697dc" 2019-01-20 13:04:05,777 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:05 GMT Server: Apache x-compute-request-id: req-c6bc0c7f-7d59-4d3c-98f3-bbd7f5efc8f2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c6bc0c7f-7d59-4d3c-98f3-bbd7f5efc8f2 Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838", "rel": "self"}, {"href": "http://172.30.9.22:8776/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2019-01-20T13:04:05.000000", "replication_status": null, "snapshot_id": null, "id": "2b33d69a-c86f-4161-bb85-c7b4cc602838", "size": 1, "user_id": "507c7082b445426faba8005b4096269e", "os-vol-tenant-attr:tenant_id": "94913573129e47f2b4455641b6c00ecb", "metadata": {}, "status": "deleting", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-image", "image_id": "45106c68-5428-48eb-8d73-00a994ff42fa", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-vol", "bootable": "true", "created_at": "2019-01-20T13:03:56.000000", "volume_type": null}} 2019-01-20 13:04:05,777 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838 used request id req-c6bc0c7f-7d59-4d3c-98f3-bbd7f5efc8f2 2019-01-20 13:04:05,777 - create_volume - DEBUG - Instance status is - deleting 2019-01-20 13:04:05,778 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-20 13:04:08,781 - create_volume - DEBUG - Volume status query timeout in 56.7101430893 2019-01-20 13:04:08,784 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7270a08b-aae3-4920-a1aa-79458b79a067" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263ff3741f5c1b1c6b65fa2e1ccd9f73da1697dc" 2019-01-20 13:04:08,968 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:04:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-540385c1-d130-4d6a-8fab-31d6d42cc39f x-openstack-request-id: req-540385c1-d130-4d6a-8fab-31d6d42cc39f Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 2b33d69a-c86f-4161-bb85-c7b4cc602838 could not be found.", "code": 404}} 2019-01-20 13:04:08,969 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/94913573129e47f2b4455641b6c00ecb/volumes/2b33d69a-c86f-4161-bb85-c7b4cc602838 used request id req-540385c1-d130-4d6a-8fab-31d6d42cc39f 2019-01-20 13:04:08,969 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 2b33d69a-c86f-4161-bb85-c7b4cc602838 could not be found. (HTTP 404) (Request-ID: req-540385c1-d130-4d6a-8fab-31d6d42cc39f) 2019-01-20 13:04:08,969 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-vol 2019-01-20 13:04:08,970 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-b8efdb0b-9db5-449d-af83-e9b93b7cc12b-image 2019-01-20 13:04:08,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/45106c68-5428-48eb-8d73-00a994ff42fa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}04db6a3870c8628823b5b404986d5c0ed5010d4a" 2019-01-20 13:04:10,387 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8919bc49-4ac9-4e6a-8b87-639425beb4c1 Date: Sun, 20 Jan 2019 13:04:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:04:10,387 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/45106c68-5428-48eb-8d73-00a994ff42fa used request id req-8919bc49-4ac9-4e6a-8b87-639425beb4c1 2019-01-20 13:04:10,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e92707297790eec7a64c70b717d49c82d9d445a" 2019-01-20 13:04:10,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-4604dc5a-ca9e-45c2-b52d-13fcbfed4ca2 Date: Sun, 20 Jan 2019 13:04:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:04:10,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-4604dc5a-ca9e-45c2-b52d-13fcbfed4ca2 2019-01-20 13:04:10,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e92707297790eec7a64c70b717d49c82d9d445a" 2019-01-20 13:04:10,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce264534-48df-4d90-9731-f3b6bd83b931 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:04:10,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-ce264534-48df-4d90-9731-f3b6bd83b931 2019-01-20 13:04:10,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e92707297790eec7a64c70b717d49c82d9d445a" 2019-01-20 13:04:10,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-678bd9ec-b56d-4e40-afd2-c239d5a3ce64 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:04:10,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-678bd9ec-b56d-4e40-afd2-c239d5a3ce64 2019-01-20 13:04:10,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e92707297790eec7a64c70b717d49c82d9d445a" 2019-01-20 13:04:10,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8b7333c-15a6-40e8-b9c5-8876fa67d24c Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:04:10,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-c8b7333c-15a6-40e8-b9c5-8876fa67d24c 2019-01-20 13:04:10,969 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj 2019-01-20 13:04:10,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/94913573129e47f2b4455641b6c00ecb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e92707297790eec7a64c70b717d49c82d9d445a" 2019-01-20 13:04:11,163 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:04:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ca6f2e8-63dc-4a31-9101-d589bb877c66 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:04:11,163 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/94913573129e47f2b4455641b6c00ecb used request id req-2ca6f2e8-63dc-4a31-9101-d589bb877c66 2019-01-20 13:04:11,163 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-321b6e0a-7e0e-415-proj-role 2019-01-20 13:04:11,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/6e71e1450e984f8c9b834a8d83ef9d12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e92707297790eec7a64c70b717d49c82d9d445a" 2019-01-20 13:04:11,279 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:04:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb207abf-8e8d-45d0-815c-2dfd8c8aff69 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:04:11,279 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/6e71e1450e984f8c9b834a8d83ef9d12 used request id req-cb207abf-8e8d-45d0-815c-2dfd8c8aff69 2019-01-20 13:04:11,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e92707297790eec7a64c70b717d49c82d9d445a" 2019-01-20 13:04:11,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08f2b525-4fad-4988-9f54-06dca056962a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:04:11,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-08f2b525-4fad-4988-9f54-06dca056962a 2019-01-20 13:04:11,466 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-321b6e0a-7e0e-415-user 2019-01-20 13:04:11,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/507c7082b445426faba8005b4096269e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80268a4ed2a689ca8e4039b15a0e797e612df058" 2019-01-20 13:04:11,788 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:04:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4113835a-d43a-4dd6-921a-d51655580fc4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:04:11,788 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/507c7082b445426faba8005b4096269e used request id req-4113835a-d43a-4dd6-921a-d51655580fc4 2019-01-20 13:04:11,790 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:04:12,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:04:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["cC5lLXtcSySJUnUO4ozp4w"], "issued_at": "2019-01-20T13:04:12.000000Z"}} 2019-01-20 13:04:12,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca11105bbf810d7b2b8a056f71d7fb3a1f32e420" 2019-01-20 13:04:12,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8932cf45-3276-494f-b710-af3231dd7d9d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:04:12,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8932cf45-3276-494f-b710-af3231dd7d9d 2019-01-20 13:04:12,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:04:12,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:04:12,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:04:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["M0cN7TroTPGp_U--DO4wWg"], "issued_at": "2019-01-20T13:04:12.000000Z"}} 2019-01-20 13:04:12,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7d2c809f9b14b4017dc650ec3fde5ae721bc27" 2019-01-20 13:04:12,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a11d8b2f-9d1e-4e60-ba99-3a1aabd72455 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:04:12,743 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a11d8b2f-9d1e-4e60-ba99-3a1aabd72455 2019-01-20 13:04:12,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:04:12,753 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:04: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:04:12,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-25e77d01-1b49-4d2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7d2c809f9b14b4017dc650ec3fde5ae721bc27" 2019-01-20 13:04:12,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-223a2261-1e73-4418-9dd0-9649d74bbd43 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-25e77d01-1b49-4d2-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:04:12,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-25e77d01-1b49-4d2-proj used request id req-223a2261-1e73-4418-9dd0-9649d74bbd43 2019-01-20 13:04:12,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7d2c809f9b14b4017dc650ec3fde5ae721bc27" 2019-01-20 13:04:12,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d366f8f-6a13-4b05-8e7e-2bd304410f19 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:04:12,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-6d366f8f-6a13-4b05-8e7e-2bd304410f19 2019-01-20 13:04:12,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7d2c809f9b14b4017dc650ec3fde5ae721bc27" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj"}}' 2019-01-20 13:04:13,040 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:04:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5555b307-673a-4dc0-8926-2fe2dcef2da9 Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec"}, "enabled": true, "id": "48dc0aaa45994a3a83d83848514ce4ec", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj"}} 2019-01-20 13:04:13,040 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-5555b307-673a-4dc0-8926-2fe2dcef2da9 2019-01-20 13:04:13,041 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-25e77d01-1b49-4d2-proj 2019-01-20 13:04:13,041 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:04:13,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:04:13,429 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:04:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ttsFa4MfQ3Kd17k6Q7ZK8Q"], "issued_at": "2019-01-20T13:04:13.000000Z"}} 2019-01-20 13:04:13,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66d73d8301eb14a04fdd086963bbe8d4364048f" 2019-01-20 13:04:13,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-985d4d9b-d4e7-43d8-993c-66443658be4a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:04:13,513 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-985d4d9b-d4e7-43d8-993c-66443658be4a 2019-01-20 13:04:13,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:04:13,524 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:04: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:04:13,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66d73d8301eb14a04fdd086963bbe8d4364048f" 2019-01-20 13:04:13,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-094bcc7f-ecd0-48af-8ab9-540c11e03d6a Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:04:13,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-094bcc7f-ecd0-48af-8ab9-540c11e03d6a 2019-01-20 13:04:13,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=SimpleHealthCheck-25e77d01-1b49-4d2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66d73d8301eb14a04fdd086963bbe8d4364048f" 2019-01-20 13:04:13,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dd6e3b7-36c1-4847-b626-de51994c6411 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=SimpleHealthCheck-25e77d01-1b49-4d2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec"}, "enabled": true, "id": "48dc0aaa45994a3a83d83848514ce4ec", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj"}]} 2019-01-20 13:04:13,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=SimpleHealthCheck-25e77d01-1b49-4d2-proj used request id req-7dd6e3b7-36c1-4847-b626-de51994c6411 2019-01-20 13:04:13,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66d73d8301eb14a04fdd086963bbe8d4364048f" 2019-01-20 13:04:13,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cef40fc2-8a31-4acc-9d28-ba905e5b9067 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:04:13,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-cef40fc2-8a31-4acc-9d28-ba905e5b9067 2019-01-20 13:04:14,178 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-25e77d01-1b49-4d2-user 2019-01-20 13:04:14,178 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:04:14,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7d2c809f9b14b4017dc650ec3fde5ae721bc27" 2019-01-20 13:04:14,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b5f41a8-c6b3-458e-9033-8ac007e344ba Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:04:14,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4b5f41a8-c6b3-458e-9033-8ac007e344ba 2019-01-20 13:04:14,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7d2c809f9b14b4017dc650ec3fde5ae721bc27" -d '{"role": {"name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj-role"}}' 2019-01-20 13:04:14,388 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:04:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-761ffb08-4cd1-45e9-b7b6-0250c95ccc09 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "144d05450de14608a9a11e40e07e3fbc", "links": {"self": "http://172.30.9.22:5000/v3/roles/144d05450de14608a9a11e40e07e3fbc"}, "name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj-role"}} 2019-01-20 13:04:14,388 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-761ffb08-4cd1-45e9-b7b6-0250c95ccc09 2019-01-20 13:04:14,388 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-25e77d01-1b49-4d2-proj-role 2019-01-20 13:04:14,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/144d05450de14608a9a11e40e07e3fbc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7d2c809f9b14b4017dc650ec3fde5ae721bc27" 2019-01-20 13:04:14,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-726a7fb1-f874-45f4-8aea-06e47d8c2447 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/144d05450de14608a9a11e40e07e3fbc"}, "domain_id": null, "name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj-role", "id": "144d05450de14608a9a11e40e07e3fbc"}} 2019-01-20 13:04:14,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/144d05450de14608a9a11e40e07e3fbc used request id req-726a7fb1-f874-45f4-8aea-06e47d8c2447 2019-01-20 13:04:14,484 - keystone_utils - INFO - Granting role SimpleHealthCheck-25e77d01-1b49-4d2-proj-role to project SimpleHealthCheck-25e77d01-1b49-4d2-proj 2019-01-20 13:04:14,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec/users/f3d8fe4894cf416f82be6abf2dd87bc6/roles/144d05450de14608a9a11e40e07e3fbc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7d2c809f9b14b4017dc650ec3fde5ae721bc27" 2019-01-20 13:04:14,625 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:04:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd82c5d3-65d2-4b9d-aec0-2a964b2e36c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:04:14,625 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec/users/f3d8fe4894cf416f82be6abf2dd87bc6/roles/144d05450de14608a9a11e40e07e3fbc used request id req-dd82c5d3-65d2-4b9d-aec0-2a964b2e36c2 2019-01-20 13:04:14,625 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:04:14,627 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:04:14,627 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:04:14,628 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:04:14,996 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "144d05450de14608a9a11e40e07e3fbc", "name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj-role"}], "expires_at": "2019-01-20T14:04:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "48dc0aaa45994a3a83d83848514ce4ec", "name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/48dc0aaa45994a3a83d83848514ce4ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/48dc0aaa45994a3a83d83848514ce4ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/48dc0aaa45994a3a83d83848514ce4ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/48dc0aaa45994a3a83d83848514ce4ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/48dc0aaa45994a3a83d83848514ce4ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/48dc0aaa45994a3a83d83848514ce4ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-25e77d01-1b49-4d2-user", "id": "f3d8fe4894cf416f82be6abf2dd87bc6"}, "audit_ids": ["1-qEwbO7TjeNjKfpJEvkDQ"], "issued_at": "2019-01-20T13:04:14.000000Z"}} 2019-01-20 13:04:14,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7543fdcc3dfea8ce1e1f8ffdd4c282ff38acbf2" 2019-01-20 13:04:15,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff1138d5-0bf4-45f1-a1c3-3f9b64120b5c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:04:15,076 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ff1138d5-0bf4-45f1-a1c3-3f9b64120b5c 2019-01-20 13:04:15,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7543fdcc3dfea8ce1e1f8ffdd4c282ff38acbf2" 2019-01-20 13:04:15,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-9bd324f3-992a-4b25-805c-c73481b76a0c Date: Sun, 20 Jan 2019 13:04:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-image"} 2019-01-20 13:04:15,264 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-image used request id req-9bd324f3-992a-4b25-805c-c73481b76a0c 2019-01-20 13:04:15,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7543fdcc3dfea8ce1e1f8ffdd4c282ff38acbf2" 2019-01-20 13:04:15,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cdf52d1d-73eb-428c-9ad5-65b26f0b0bc2 Date: Sun, 20 Jan 2019 13:04: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"}}} 2019-01-20 13:04:15,430 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-cdf52d1d-73eb-428c-9ad5-65b26f0b0bc2 2019-01-20 13:04:15,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c7543fdcc3dfea8ce1e1f8ffdd4c282ff38acbf2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-image"}' 2019-01-20 13:04:15,719 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/a492403c-9529-47f4-93e9-940bc3430296 X-Openstack-Request-Id: req-0fa54c96-00b6-4524-824b-bb8d4fa7122a Date: Sun, 20 Jan 2019 13:04:15 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:04:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:04:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/a492403c-9529-47f4-93e9-940bc3430296", "min_disk": 0, "protected": false, "id": "a492403c-9529-47f4-93e9-940bc3430296", "file": "/v2/images/a492403c-9529-47f4-93e9-940bc3430296/file", "checksum": null, "owner": "48dc0aaa45994a3a83d83848514ce4ec", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:04:15,719 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-0fa54c96-00b6-4524-824b-bb8d4fa7122a 2019-01-20 13:04:15,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/a492403c-9529-47f4-93e9-940bc3430296/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7543fdcc3dfea8ce1e1f8ffdd4c282ff38acbf2" -d '' 2019-01-20 13:04:16,841 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d865fb62-ee16-44a1-b31f-dd529da2d530 Date: Sun, 20 Jan 2019 13:04:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:04:16,842 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/a492403c-9529-47f4-93e9-940bc3430296/file used request id req-d865fb62-ee16-44a1-b31f-dd529da2d530 2019-01-20 13:04:16,842 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:04:16,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/a492403c-9529-47f4-93e9-940bc3430296 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7543fdcc3dfea8ce1e1f8ffdd4c282ff38acbf2" 2019-01-20 13:04:17,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-cf372935-8bca-482d-9897-38769ae84812 Date: Sun, 20 Jan 2019 13:04:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:04:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:04:16Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/a492403c-9529-47f4-93e9-940bc3430296/snap", "metadata": {}}], "self": "/v2/images/a492403c-9529-47f4-93e9-940bc3430296", "min_disk": 0, "protected": false, "id": "a492403c-9529-47f4-93e9-940bc3430296", "file": "/v2/images/a492403c-9529-47f4-93e9-940bc3430296/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "48dc0aaa45994a3a83d83848514ce4ec", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/a492403c-9529-47f4-93e9-940bc3430296/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:04:17,094 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/a492403c-9529-47f4-93e9-940bc3430296 used request id req-cf372935-8bca-482d-9897-38769ae84812 2019-01-20 13:04:17,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7543fdcc3dfea8ce1e1f8ffdd4c282ff38acbf2" 2019-01-20 13:04:17,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-68267efb-3c0f-47ea-bc83-492700b48d25 Date: Sun, 20 Jan 2019 13:04: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"}}} 2019-01-20 13:04:17,105 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-68267efb-3c0f-47ea-bc83-492700b48d25 2019-01-20 13:04:17,107 - create_image - INFO - Created image with name - SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-image 2019-01-20 13:04:17,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/a492403c-9529-47f4-93e9-940bc3430296 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7543fdcc3dfea8ce1e1f8ffdd4c282ff38acbf2" 2019-01-20 13:04:17,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-beecf5e9-1b00-4079-9ba5-e1527a41aeed Date: Sun, 20 Jan 2019 13:04:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:04:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:04:16Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/a492403c-9529-47f4-93e9-940bc3430296/snap", "metadata": {}}], "self": "/v2/images/a492403c-9529-47f4-93e9-940bc3430296", "min_disk": 0, "protected": false, "id": "a492403c-9529-47f4-93e9-940bc3430296", "file": "/v2/images/a492403c-9529-47f4-93e9-940bc3430296/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "48dc0aaa45994a3a83d83848514ce4ec", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/a492403c-9529-47f4-93e9-940bc3430296/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:04:17,283 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/a492403c-9529-47f4-93e9-940bc3430296 used request id req-beecf5e9-1b00-4079-9ba5-e1527a41aeed 2019-01-20 13:04:17,284 - create_image - DEBUG - Instance status is - active 2019-01-20 13:04:17,284 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-image 2019-01-20 13:04:17,284 - create_image - INFO - Image is now active with name - SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-image 2019-01-20 13:04:17,284 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:04:17,285 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:04:17,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "144d05450de14608a9a11e40e07e3fbc", "name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj-role"}], "expires_at": "2019-01-20T14:04:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "48dc0aaa45994a3a83d83848514ce4ec", "name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/48dc0aaa45994a3a83d83848514ce4ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/48dc0aaa45994a3a83d83848514ce4ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/48dc0aaa45994a3a83d83848514ce4ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/48dc0aaa45994a3a83d83848514ce4ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/48dc0aaa45994a3a83d83848514ce4ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/48dc0aaa45994a3a83d83848514ce4ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-25e77d01-1b49-4d2-user", "id": "f3d8fe4894cf416f82be6abf2dd87bc6"}, "audit_ids": ["aPKeFXu6SxWqtzlJ2t8TBQ"], "issued_at": "2019-01-20T13:04:17.000000Z"}} 2019-01-20 13:04:17,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d56600e896110ee928acb51504505ff63573269b" 2019-01-20 13:04:17,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e4235e1-58f2-4941-896a-20475ecf6124 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:04:17,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3e4235e1-58f2-4941-896a-20475ecf6124 2019-01-20 13:04:17,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d56600e896110ee928acb51504505ff63573269b" 2019-01-20 13:04:17,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ab8b7fa6-80c5-4a48-a576-419b5804cc98 Date: Sun, 20 Jan 2019 13:04:17 GMT RESP BODY: {"networks":[]} 2019-01-20 13:04:17,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net used request id req-ab8b7fa6-80c5-4a48-a576-419b5804cc98 2019-01-20 13:04:17,903 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net 2019-01-20 13:04:17,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d56600e896110ee928acb51504505ff63573269b" -d '{"network": {"name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net", "admin_state_up": true}}' 2019-01-20 13:04:18,541 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-b114243e-43c7-48a4-987f-585b1e39b79f Date: Sun, 20 Jan 2019 13:04:18 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"48dc0aaa45994a3a83d83848514ce4ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:04:18Z","is_default":false,"name":"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:18Z","mtu":1450}} 2019-01-20 13:04:18,541 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-b114243e-43c7-48a4-987f-585b1e39b79f 2019-01-20 13:04:18,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d56600e896110ee928acb51504505ff63573269b" 2019-01-20 13:04:18,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 605 X-Openstack-Request-Id: req-656dc0a6-15fe-4646-8bba-15f48dbf0133 Date: Sun, 20 Jan 2019 13:04: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":"2019-01-20T13:04:18Z","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"48dc0aaa45994a3a83d83848514ce4ec","id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","name":"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net"}]} 2019-01-20 13:04:18,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 used request id req-656dc0a6-15fe-4646-8bba-15f48dbf0133 2019-01-20 13:04:18,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d56600e896110ee928acb51504505ff63573269b" 2019-01-20 13:04:19,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c69ca0db-2d11-472b-92aa-e85f17c52348 Date: Sun, 20 Jan 2019 13:04:19 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:04:19,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 used request id req-c69ca0db-2d11-472b-92aa-e85f17c52348 2019-01-20 13:04:19,108 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-subnet 2019-01-20 13:04:19,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d56600e896110ee928acb51504505ff63573269b" -d '{"subnets": [{"ip_version": 4, "network_id": "3758559b-f8b0-4bf7-abd3-ea895993f3c7", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-subnet"}]}' 2019-01-20 13:04:19,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-161bbfa8-9204-49a9-8aeb-fbf1aa7db6be Date: Sun, 20 Jan 2019 13:04:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:04: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":"48dc0aaa45994a3a83d83848514ce4ec","id":"f8d852e0-caaf-4031-a49d-05565015db03","subnetpool_id":null,"name":"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-subnet"}]} 2019-01-20 13:04:19,931 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-161bbfa8-9204-49a9-8aeb-fbf1aa7db6be 2019-01-20 13:04:19,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d56600e896110ee928acb51504505ff63573269b" 2019-01-20 13:04:20,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-5fb09b89-ad8e-49a3-90b6-99c412cffa3f Date: Sun, 20 Jan 2019 13:04: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":["f8d852e0-caaf-4031-a49d-05565015db03"],"updated_at":"2019-01-20T13:04:19Z","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"48dc0aaa45994a3a83d83848514ce4ec","id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","name":"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net"}]} 2019-01-20 13:04:20,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 used request id req-5fb09b89-ad8e-49a3-90b6-99c412cffa3f 2019-01-20 13:04:20,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d56600e896110ee928acb51504505ff63573269b" 2019-01-20 13:04:20,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ff48394a-879c-4489-a7f6-ae37f87b285b Date: Sun, 20 Jan 2019 13:04:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:04: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":"48dc0aaa45994a3a83d83848514ce4ec","id":"f8d852e0-caaf-4031-a49d-05565015db03","subnetpool_id":null,"name":"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-subnet"}]} 2019-01-20 13:04:20,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 used request id req-ff48394a-879c-4489-a7f6-ae37f87b285b 2019-01-20 13:04:20,233 - OpenStackNetwork - DEBUG - Network [3758559b-f8b0-4bf7-abd3-ea895993f3c7] created successfully 2019-01-20 13:04:20,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:04:20,234 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:04:20,647 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:04:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["7xqnUTh2TFSuJKCY2bWqPw"], "issued_at": "2019-01-20T13:04:20.000000Z"}} 2019-01-20 13:04:20,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}247c5527a494a468471028b81a758e94ff2c2dce" 2019-01-20 13:04:20,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21a6646c-23b7-45d0-9f3f-9ee846614cc4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:04:20,729 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-21a6646c-23b7-45d0-9f3f-9ee846614cc4 2019-01-20 13:04:20,730 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:04:20,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}247c5527a494a468471028b81a758e94ff2c2dce" 2019-01-20 13:04:20,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d3721b75-1ebb-404b-94d1-05743d032965 x-compute-request-id: req-d3721b75-1ebb-404b-94d1-05743d032965 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:04:20,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-d3721b75-1ebb-404b-94d1-05743d032965 2019-01-20 13:04:20,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}247c5527a494a468471028b81a758e94ff2c2dce" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:04:20,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25a170e1-cab9-4dc7-8cea-bff4ae9135fb x-compute-request-id: req-25a170e1-cab9-4dc7-8cea-bff4ae9135fb Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:04:20,976 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-25a170e1-cab9-4dc7-8cea-bff4ae9135fb 2019-01-20 13:04:20,977 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:04:20,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:04:21,357 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "144d05450de14608a9a11e40e07e3fbc", "name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj-role"}], "expires_at": "2019-01-20T14:04:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "48dc0aaa45994a3a83d83848514ce4ec", "name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/48dc0aaa45994a3a83d83848514ce4ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/48dc0aaa45994a3a83d83848514ce4ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/48dc0aaa45994a3a83d83848514ce4ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/48dc0aaa45994a3a83d83848514ce4ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/48dc0aaa45994a3a83d83848514ce4ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/48dc0aaa45994a3a83d83848514ce4ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-25e77d01-1b49-4d2-user", "id": "f3d8fe4894cf416f82be6abf2dd87bc6"}, "audit_ids": ["eC24zKbHQeml9nh1PVjIbw"], "issued_at": "2019-01-20T13:04:21.000000Z"}} 2019-01-20 13:04:21,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:21,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e97acb94-ac22-45ea-b5a3-891535f09e4f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:04:21,433 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e97acb94-ac22-45ea-b5a3-891535f09e4f 2019-01-20 13:04:21,434 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:04:21,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:21,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-293bfd86-cc88-4c18-b2b5-ad7eaf9cf3ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:04:21,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-293bfd86-cc88-4c18-b2b5-ad7eaf9cf3ad 2019-01-20 13:04:21,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:21,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-4606ab1a-96a8-47f2-aeb6-9a395c42ca76 Date: Sun, 20 Jan 2019 13:04: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":["f8d852e0-caaf-4031-a49d-05565015db03"],"updated_at":"2019-01-20T13:04:19Z","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"48dc0aaa45994a3a83d83848514ce4ec","id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","name":"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net"}]} 2019-01-20 13:04:21,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net used request id req-4606ab1a-96a8-47f2-aeb6-9a395c42ca76 2019-01-20 13:04:21,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:04:21,821 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:04: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:04:21,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:21,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99a01175-37fd-4636-bb29-6f83cfb9621c Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec"}, "enabled": true, "id": "48dc0aaa45994a3a83d83848514ce4ec", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj"}} 2019-01-20 13:04:21,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec used request id req-99a01175-37fd-4636-bb29-6f83cfb9621c 2019-01-20 13:04:21,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:22,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b8cf4266-ea16-433a-9928-d518c449b26d Date: Sun, 20 Jan 2019 13:04:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:04: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":"48dc0aaa45994a3a83d83848514ce4ec","id":"f8d852e0-caaf-4031-a49d-05565015db03","subnetpool_id":null,"name":"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-subnet"}]} 2019-01-20 13:04:22,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 used request id req-b8cf4266-ea16-433a-9928-d518c449b26d 2019-01-20 13:04:22,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7&name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:22,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-831a122e-e485-407c-96a6-a0b534232c34 Date: Sun, 20 Jan 2019 13:04:22 GMT RESP BODY: {"ports":[]} 2019-01-20 13:04:22,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7&name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567aport-1&admin_state_up=True used request id req-831a122e-e485-407c-96a6-a0b534232c34 2019-01-20 13:04:22,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:22,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04: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-fc33af38-3c6d-4186-841d-a7cb62846c90 x-compute-request-id: req-fc33af38-3c6d-4186-841d-a7cb62846c90 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:04:22,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst used request id req-fc33af38-3c6d-4186-841d-a7cb62846c90 2019-01-20 13:04:22,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:23,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-ea0627e4-c679-4699-916a-a3c22d8afda3 Date: Sun, 20 Jan 2019 13:04: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":["f8d852e0-caaf-4031-a49d-05565015db03"],"updated_at":"2019-01-20T13:04:19Z","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"48dc0aaa45994a3a83d83848514ce4ec","id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","name":"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net"}]} 2019-01-20 13:04:23,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net used request id req-ea0627e4-c679-4699-916a-a3c22d8afda3 2019-01-20 13:04:23,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:23,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74478f13-240b-4f0d-b1b1-3dcca8acd271 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec"}, "enabled": true, "id": "48dc0aaa45994a3a83d83848514ce4ec", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj"}} 2019-01-20 13:04:23,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec used request id req-74478f13-240b-4f0d-b1b1-3dcca8acd271 2019-01-20 13:04:23,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:23,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b21d8233-a808-49f0-b559-2a6b1f8efd3b Date: Sun, 20 Jan 2019 13:04:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:04: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":"48dc0aaa45994a3a83d83848514ce4ec","id":"f8d852e0-caaf-4031-a49d-05565015db03","subnetpool_id":null,"name":"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-subnet"}]} 2019-01-20 13:04:23,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 used request id req-b21d8233-a808-49f0-b559-2a6b1f8efd3b 2019-01-20 13:04:23,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7&name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:23,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3a2ec4b3-e869-4a55-9a87-3a4be3b189e4 Date: Sun, 20 Jan 2019 13:04:23 GMT RESP BODY: {"ports":[]} 2019-01-20 13:04:23,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7&name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567aport-1&admin_state_up=True used request id req-3a2ec4b3-e869-4a55-9a87-3a4be3b189e4 2019-01-20 13:04:23,523 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:04:23,524 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:04:23,896 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "144d05450de14608a9a11e40e07e3fbc", "name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj-role"}], "expires_at": "2019-01-20T14:04:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "48dc0aaa45994a3a83d83848514ce4ec", "name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/48dc0aaa45994a3a83d83848514ce4ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/48dc0aaa45994a3a83d83848514ce4ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/48dc0aaa45994a3a83d83848514ce4ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/48dc0aaa45994a3a83d83848514ce4ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/48dc0aaa45994a3a83d83848514ce4ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/48dc0aaa45994a3a83d83848514ce4ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/48dc0aaa45994a3a83d83848514ce4ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-25e77d01-1b49-4d2-user", "id": "f3d8fe4894cf416f82be6abf2dd87bc6"}, "audit_ids": ["5HI5eEMxSNa2URID08GtNg"], "issued_at": "2019-01-20T13:04:23.000000Z"}} 2019-01-20 13:04:23,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}966d31d3b8ef9aea1b738feab71df3632b9afbf1" 2019-01-20 13:04:23,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-905b8aae-dd2c-43b7-8a6e-cce3af5af2ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:04:23,972 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-905b8aae-dd2c-43b7-8a6e-cce3af5af2ca 2019-01-20 13:04:23,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:24,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-9c9960e1-1204-4676-90a7-32d812ff2e96 Date: Sun, 20 Jan 2019 13:04: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":["f8d852e0-caaf-4031-a49d-05565015db03"],"updated_at":"2019-01-20T13:04:19Z","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"48dc0aaa45994a3a83d83848514ce4ec","id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","name":"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net"}]} 2019-01-20 13:04:24,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net used request id req-9c9960e1-1204-4676-90a7-32d812ff2e96 2019-01-20 13:04:24,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:24,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5af8fdbc-6969-4049-860a-099b890b69f9 Date: Sun, 20 Jan 2019 13:04:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:04: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":"48dc0aaa45994a3a83d83848514ce4ec","id":"f8d852e0-caaf-4031-a49d-05565015db03","subnetpool_id":null,"name":"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-subnet"}]} 2019-01-20 13:04:24,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 used request id req-5af8fdbc-6969-4049-860a-099b890b69f9 2019-01-20 13:04:24,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:24,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-97d1efd2-8a6e-40e1-bd56-0c3b5f8a12e6 Date: Sun, 20 Jan 2019 13:04: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":["f8d852e0-caaf-4031-a49d-05565015db03"],"updated_at":"2019-01-20T13:04:19Z","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"48dc0aaa45994a3a83d83848514ce4ec","id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","name":"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net"}]} 2019-01-20 13:04:24,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net used request id req-97d1efd2-8a6e-40e1-bd56-0c3b5f8a12e6 2019-01-20 13:04:24,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:04:24,561 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:04: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:04:24,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}966d31d3b8ef9aea1b738feab71df3632b9afbf1" 2019-01-20 13:04:24,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4dbaa77-1cf2-42f5-b218-42098e243846 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec"}, "enabled": true, "id": "48dc0aaa45994a3a83d83848514ce4ec", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj"}} 2019-01-20 13:04:24,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec used request id req-c4dbaa77-1cf2-42f5-b218-42098e243846 2019-01-20 13:04:24,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:24,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8af9d0ae-ea26-4cf5-b1de-33348ed74e00 Date: Sun, 20 Jan 2019 13:04:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:04: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":"48dc0aaa45994a3a83d83848514ce4ec","id":"f8d852e0-caaf-4031-a49d-05565015db03","subnetpool_id":null,"name":"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-subnet"}]} 2019-01-20 13:04:24,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 used request id req-8af9d0ae-ea26-4cf5-b1de-33348ed74e00 2019-01-20 13:04:24,855 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net 2019-01-20 13:04:24,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" -d '{"port": {"network_id": "3758559b-f8b0-4bf7-abd3-ea895993f3c7", "name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567aport-1", "admin_state_up": true}}' 2019-01-20 13:04:25,925 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 773 X-Openstack-Request-Id: req-3f4b67f0-e4ab-49be-8283-01def655ed31 Date: Sun, 20 Jan 2019 13:04:25 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:04:25Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f8d852e0-caaf-4031-a49d-05565015db03","ip_address":"10.55.0.5"}],"id":"2cfc70ef-41e6-460d-ad7b-62319926717c","security_groups":["21865598-bf8d-48f2-88ee-ec5733d5b05a"],"mac_address":"fa:16:3e:10:38:75","device_id":"","status":"DOWN","description":"","tags":[],"name":"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567aport-1","project_id":"48dc0aaa45994a3a83d83848514ce4ec","qos_policy_id":null,"admin_state_up":true,"network_id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:25Z","binding:vnic_type":"normal"}} 2019-01-20 13:04:25,925 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-3f4b67f0-e4ab-49be-8283-01def655ed31 2019-01-20 13:04:25,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:26,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-e1fd6e6a-bf2f-4b60-b9c0-9866efb5e307 Date: Sun, 20 Jan 2019 13:04: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":["f8d852e0-caaf-4031-a49d-05565015db03"],"updated_at":"2019-01-20T13:04:19Z","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"48dc0aaa45994a3a83d83848514ce4ec","id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","name":"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net"}]} 2019-01-20 13:04:26,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net used request id req-e1fd6e6a-bf2f-4b60-b9c0-9866efb5e307 2019-01-20 13:04:26,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:26,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16e9531b-00e3-4704-a44d-dc126d972734 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec"}, "enabled": true, "id": "48dc0aaa45994a3a83d83848514ce4ec", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj"}} 2019-01-20 13:04:26,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec used request id req-16e9531b-00e3-4704-a44d-dc126d972734 2019-01-20 13:04:26,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:26,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-38aa046e-07c2-47f8-a706-0e347fa96daa Date: Sun, 20 Jan 2019 13:04:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:04: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":"48dc0aaa45994a3a83d83848514ce4ec","id":"f8d852e0-caaf-4031-a49d-05565015db03","subnetpool_id":null,"name":"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-subnet"}]} 2019-01-20 13:04:26,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 used request id req-38aa046e-07c2-47f8-a706-0e347fa96daa 2019-01-20 13:04:26,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7&name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:26,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 776 X-Openstack-Request-Id: req-5a6c0fa7-e7d4-4fbc-bba4-ebd21ab1691f Date: Sun, 20 Jan 2019 13:04:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:04:25Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f8d852e0-caaf-4031-a49d-05565015db03","ip_address":"10.55.0.5"}],"id":"2cfc70ef-41e6-460d-ad7b-62319926717c","security_groups":["21865598-bf8d-48f2-88ee-ec5733d5b05a"],"mac_address":"fa:16:3e:10:38:75","project_id":"48dc0aaa45994a3a83d83848514ce4ec","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567aport-1","admin_state_up":true,"network_id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:25Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:04:26,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7&name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567aport-1&admin_state_up=True used request id req-5a6c0fa7-e7d4-4fbc-bba4-ebd21ab1691f 2019-01-20 13:04:26,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:26,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b44f626-de39-4c18-9ec5-24f6c53f2a98 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec"}, "enabled": true, "id": "48dc0aaa45994a3a83d83848514ce4ec", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj"}} 2019-01-20 13:04:26,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec used request id req-9b44f626-de39-4c18-9ec5-24f6c53f2a98 2019-01-20 13:04:26,770 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst 2019-01-20 13:04:26,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:26,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-38ed2f4b-f737-469c-969e-0927d07edf9e x-compute-request-id: req-38ed2f4b-f737-469c-969e-0927d07edf9e Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"flavors": [{"id": "85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "rel": "bookmark"}], "name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-flavor-name"}]} 2019-01-20 13:04:26,805 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-38ed2f4b-f737-469c-969e-0927d07edf9e 2019-01-20 13:04:26,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/85d943dd-89c7-4be0-8d03-c7a03dd7f7c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:26,829 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-5f1363ae-ee68-4fa2-8bb8-6f57f8e26917 x-compute-request-id: req-5f1363ae-ee68-4fa2-8bb8-6f57f8e26917 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:04:26,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/85d943dd-89c7-4be0-8d03-c7a03dd7f7c1 used request id req-5f1363ae-ee68-4fa2-8bb8-6f57f8e26917 2019-01-20 13:04:26,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:27,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-9011aa17-ff30-447c-a6f8-71106c7ec12f Date: Sun, 20 Jan 2019 13:04:27 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:04:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:04:16Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/a492403c-9529-47f4-93e9-940bc3430296/snap", "metadata": {}}], "self": "/v2/images/a492403c-9529-47f4-93e9-940bc3430296", "min_disk": 0, "protected": false, "id": "a492403c-9529-47f4-93e9-940bc3430296", "file": "/v2/images/a492403c-9529-47f4-93e9-940bc3430296/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "48dc0aaa45994a3a83d83848514ce4ec", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/a492403c-9529-47f4-93e9-940bc3430296/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-image"} 2019-01-20 13:04:27,017 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-image used request id req-9011aa17-ff30-447c-a6f8-71106c7ec12f 2019-01-20 13:04:27,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:27,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9c90e5a7-5982-4313-8ae5-c2fe884ac48a Date: Sun, 20 Jan 2019 13:04: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"}}} 2019-01-20 13:04:27,170 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-9c90e5a7-5982-4313-8ae5-c2fe884ac48a 2019-01-20 13:04:27,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" -d '{"server": {"name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst", "imageRef": "a492403c-9529-47f4-93e9-940bc3430296", "flavorRef": "85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "max_count": 1, "min_count": 1, "networks": [{"port": "2cfc70ef-41e6-460d-ad7b-62319926717c"}]}}' 2019-01-20 13:04:28,964 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:04: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-27e86b6a-3df2-4520-b8d2-e197263b69ff x-compute-request-id: req-27e86b6a-3df2-4520-b8d2-e197263b69ff Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "rel": "bookmark"}], "adminPass": "eH9hJk8ngNfC"}} 2019-01-20 13:04:28,964 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-27e86b6a-3df2-4520-b8d2-e197263b69ff 2019-01-20 13:04:28,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:29,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24bac345-e8cf-4ffd-93fd-6a50c3d25fb9 x-compute-request-id: req-24bac345-e8cf-4ffd-93fd-6a50c3d25fb9 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.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "rel": "bookmark"}], "image": {"id": "a492403c-9529-47f4-93e9-940bc3430296", "links": [{"href": "http://172.30.9.22:8774/images/a492403c-9529-47f4-93e9-940bc3430296", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "links": [{"href": "http://172.30.9.22:8774/flavors/85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "rel": "bookmark"}]}, "id": "37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "user_id": "f3d8fe4894cf416f82be6abf2dd87bc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:04:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst", "created": "2019-01-20T13:04:28Z", "tenant_id": "48dc0aaa45994a3a83d83848514ce4ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:04:29,199 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a used request id req-24bac345-e8cf-4ffd-93fd-6a50c3d25fb9 2019-01-20 13:04:29,200 - create_instance - INFO - Created instance with name - SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst 2019-01-20 13:04:29,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:29,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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,Accept-Encoding x-openstack-request-id: req-cc7d2ede-c51c-4589-8c9a-517dae439f83 x-compute-request-id: req-cc7d2ede-c51c-4589-8c9a-517dae439f83 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.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "rel": "bookmark"}], "image": {"id": "a492403c-9529-47f4-93e9-940bc3430296", "links": [{"href": "http://172.30.9.22:8774/images/a492403c-9529-47f4-93e9-940bc3430296", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "links": [{"href": "http://172.30.9.22:8774/flavors/85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "rel": "bookmark"}]}, "id": "37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "user_id": "f3d8fe4894cf416f82be6abf2dd87bc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:04:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst", "created": "2019-01-20T13:04:28Z", "tenant_id": "48dc0aaa45994a3a83d83848514ce4ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:04:29,576 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a used request id req-cc7d2ede-c51c-4589-8c9a-517dae439f83 2019-01-20 13:04:29,576 - create_instance - DEBUG - Instance status [SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst] is - BUILD 2019-01-20 13:04:29,577 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:04:32,580 - create_instance - DEBUG - VM status query timeout in 896.620501995 2019-01-20 13:04:32,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:33,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04: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-2a9d8ed1-666f-4ce9-8c7c-77f03e5e0c11 x-compute-request-id: req-2a9d8ed1-666f-4ce9-8c7c-77f03e5e0c11 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.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "rel": "bookmark"}], "image": {"id": "a492403c-9529-47f4-93e9-940bc3430296", "links": [{"href": "http://172.30.9.22:8774/images/a492403c-9529-47f4-93e9-940bc3430296", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "links": [{"href": "http://172.30.9.22:8774/flavors/85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "rel": "bookmark"}]}, "id": "37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "security_groups": [{"name": "default"}], "user_id": "f3d8fe4894cf416f82be6abf2dd87bc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:04:31Z", "hostId": "2453f20b0439e4cef1132331ad697ef6a714f5d69da401caefe8a638", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst", "created": "2019-01-20T13:04:28Z", "tenant_id": "48dc0aaa45994a3a83d83848514ce4ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:04:33,400 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a used request id req-2a9d8ed1-666f-4ce9-8c7c-77f03e5e0c11 2019-01-20 13:04:33,401 - create_instance - DEBUG - Instance status [SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst] is - BUILD 2019-01-20 13:04:33,401 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:04:36,404 - create_instance - DEBUG - VM status query timeout in 892.796081066 2019-01-20 13:04:36,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:36,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04: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-9549f552-ca64-4af3-ab0d-375325e3ebd6 x-compute-request-id: req-9549f552-ca64-4af3-ab0d-375325e3ebd6 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.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "rel": "bookmark"}], "image": {"id": "a492403c-9529-47f4-93e9-940bc3430296", "links": [{"href": "http://172.30.9.22:8774/images/a492403c-9529-47f4-93e9-940bc3430296", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "links": [{"href": "http://172.30.9.22:8774/flavors/85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "rel": "bookmark"}]}, "id": "37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "security_groups": [{"name": "default"}], "user_id": "f3d8fe4894cf416f82be6abf2dd87bc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:04:31Z", "hostId": "2453f20b0439e4cef1132331ad697ef6a714f5d69da401caefe8a638", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst", "created": "2019-01-20T13:04:28Z", "tenant_id": "48dc0aaa45994a3a83d83848514ce4ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:04:36,974 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a used request id req-9549f552-ca64-4af3-ab0d-375325e3ebd6 2019-01-20 13:04:36,975 - create_instance - DEBUG - Instance status [SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst] is - BUILD 2019-01-20 13:04:36,975 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:04:39,978 - create_instance - DEBUG - VM status query timeout in 889.222078085 2019-01-20 13:04:39,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:40,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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,Accept-Encoding x-openstack-request-id: req-5961ae34-1d6c-4130-81fe-9707b0f320cd x-compute-request-id: req-5961ae34-1d6c-4130-81fe-9707b0f320cd Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:38:75", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "rel": "bookmark"}], "image": {"id": "a492403c-9529-47f4-93e9-940bc3430296", "links": [{"href": "http://172.30.9.22:8774/images/a492403c-9529-47f4-93e9-940bc3430296", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:04:36.000000", "flavor": {"id": "85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "links": [{"href": "http://172.30.9.22:8774/flavors/85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "rel": "bookmark"}]}, "id": "37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "security_groups": [{"name": "default"}], "user_id": "f3d8fe4894cf416f82be6abf2dd87bc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:04:37Z", "hostId": "2453f20b0439e4cef1132331ad697ef6a714f5d69da401caefe8a638", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst", "created": "2019-01-20T13:04:28Z", "tenant_id": "48dc0aaa45994a3a83d83848514ce4ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:04:40,752 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a used request id req-5961ae34-1d6c-4130-81fe-9707b0f320cd 2019-01-20 13:04:40,752 - create_instance - DEBUG - Instance status [SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst] is - ACTIVE 2019-01-20 13:04:40,752 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:04:40,755 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:41,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04: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-acf40e4e-7ef8-4c68-a16b-87d49d9017a8 x-compute-request-id: req-acf40e4e-7ef8-4c68-a16b-87d49d9017a8 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:38:75", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "rel": "bookmark"}], "image": {"id": "a492403c-9529-47f4-93e9-940bc3430296", "links": [{"href": "http://172.30.9.22:8774/images/a492403c-9529-47f4-93e9-940bc3430296", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:04:36.000000", "flavor": {"id": "85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "links": [{"href": "http://172.30.9.22:8774/flavors/85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "rel": "bookmark"}]}, "id": "37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "security_groups": [{"name": "default"}], "user_id": "f3d8fe4894cf416f82be6abf2dd87bc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:04:37Z", "hostId": "2453f20b0439e4cef1132331ad697ef6a714f5d69da401caefe8a638", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst", "created": "2019-01-20T13:04:28Z", "tenant_id": "48dc0aaa45994a3a83d83848514ce4ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:04:41,201 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a used request id req-acf40e4e-7ef8-4c68-a16b-87d49d9017a8 2019-01-20 13:04:41,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:41,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-c6e204e6-1c0c-4824-91b9-73a1e0604cec Date: Sun, 20 Jan 2019 13:04: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":["f8d852e0-caaf-4031-a49d-05565015db03"],"updated_at":"2019-01-20T13:04:19Z","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"48dc0aaa45994a3a83d83848514ce4ec","id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","name":"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net"}]} 2019-01-20 13:04:41,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net used request id req-c6e204e6-1c0c-4824-91b9-73a1e0604cec 2019-01-20 13:04:41,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:41,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eb0fc20-0c4c-4a24-baa5-3091c5c65003 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec"}, "enabled": true, "id": "48dc0aaa45994a3a83d83848514ce4ec", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj"}} 2019-01-20 13:04:41,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec used request id req-3eb0fc20-0c4c-4a24-baa5-3091c5c65003 2019-01-20 13:04:41,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:41,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2b51a3a8-ad6d-41c5-8b49-28a61ae7353a Date: Sun, 20 Jan 2019 13:04:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:04: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":"48dc0aaa45994a3a83d83848514ce4ec","id":"f8d852e0-caaf-4031-a49d-05565015db03","subnetpool_id":null,"name":"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-subnet"}]} 2019-01-20 13:04:41,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 used request id req-2b51a3a8-ad6d-41c5-8b49-28a61ae7353a 2019-01-20 13:04:41,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:41,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3103 X-Openstack-Request-Id: req-f9f16c65-5c46-4988-92bd-5928f45d8510 Date: Sun, 20 Jan 2019 13:04:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:04:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f8d852e0-caaf-4031-a49d-05565015db03","ip_address":"10.55.0.5"}],"id":"2cfc70ef-41e6-460d-ad7b-62319926717c","security_groups":["21865598-bf8d-48f2-88ee-ec5733d5b05a"],"mac_address":"fa:16:3e:10:38:75","project_id":"48dc0aaa45994a3a83d83848514ce4ec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567aport-1","admin_state_up":true,"network_id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:25Z","binding:vnic_type":"normal","device_id":"37d8324b-59b1-4117-a1cd-fe3ea8e34e3a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:04:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f8d852e0-caaf-4031-a49d-05565015db03","ip_address":"10.55.0.2"}],"id":"40f4b61c-654c-4742-a77f-ac00b85d1ac9","security_groups":[],"mac_address":"fa:16:3e:0a:34:0e","project_id":"48dc0aaa45994a3a83d83848514ce4ec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3758559b-f8b0-4bf7-abd3-ea895993f3c7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:04:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f8d852e0-caaf-4031-a49d-05565015db03","ip_address":"10.55.0.4"}],"id":"599d99e6-a716-47e1-98d5-898ca9c47fc0","security_groups":[],"mac_address":"fa:16:3e:b0:8e:cf","project_id":"48dc0aaa45994a3a83d83848514ce4ec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3758559b-f8b0-4bf7-abd3-ea895993f3c7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:04:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f8d852e0-caaf-4031-a49d-05565015db03","ip_address":"10.55.0.3"}],"id":"db64f1b3-3cbe-4e88-9449-846a07be0e0f","security_groups":[],"mac_address":"fa:16:3e:ae:4c:91","project_id":"48dc0aaa45994a3a83d83848514ce4ec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3758559b-f8b0-4bf7-abd3-ea895993f3c7","tenant_id":"48dc0aaa45994a3a83d83848514ce4ec","created_at":"2019-01-20T13:04:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3758559b-f8b0-4bf7-abd3-ea895993f3c7"}]} 2019-01-20 13:04:41,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=3758559b-f8b0-4bf7-abd3-ea895993f3c7 used request id req-f9f16c65-5c46-4988-92bd-5928f45d8510 2019-01-20 13:04:41,695 - create_instance_tests - INFO - Looking for IP 10.55.0.5 in the console log 2019-01-20 13:04:41,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:42,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a80be73-b725-4a96-a258-7fb3f6a6ebf2 x-compute-request-id: req-9a80be73-b725-4a96-a258-7fb3f6a6ebf2 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:38:75", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "rel": "bookmark"}], "image": {"id": "a492403c-9529-47f4-93e9-940bc3430296", "links": [{"href": "http://172.30.9.22:8774/images/a492403c-9529-47f4-93e9-940bc3430296", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:04:36.000000", "flavor": {"id": "85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "links": [{"href": "http://172.30.9.22:8774/flavors/85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "rel": "bookmark"}]}, "id": "37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "security_groups": [{"name": "default"}], "user_id": "f3d8fe4894cf416f82be6abf2dd87bc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:04:37Z", "hostId": "2453f20b0439e4cef1132331ad697ef6a714f5d69da401caefe8a638", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst", "created": "2019-01-20T13:04:28Z", "tenant_id": "48dc0aaa45994a3a83d83848514ce4ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:04:42,477 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a used request id req-9a80be73-b725-4a96-a258-7fb3f6a6ebf2 2019-01-20 13:04:42,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 13:04:43,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-0337c055-cd07-4111-af33-e9fde724e43e x-compute-request-id: req-0337c055-cd07-4111-af33-e9fde724e43e Content-Encoding: gzip Content-Length: 9427 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 485960954 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.182512] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.184581] pid_max: default: 32768 minimum: 301\n[ 0.185613] ACPI: Core revision 20150930\n[ 0.187188] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.188860] Security Framework initialized\n[ 0.189934] Yama: becoming mindful.\n[ 0.190874] AppArmor: AppArmor initialized\n[ 0.191924] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.193613] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.195269] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.196815] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.198640] Initializing cgroup subsys io\n[ 0.199660] Initializing cgroup subsys memory\n[ 0.200764] Initializing cgroup subsys devices\n[ 0.201909] Initializing cgroup subsys freezer\n[ 0.203055] Initializing cgroup subsys net_cls\n[ 0.204150] Initializing cgroup subsys perf_event\n[ 0.205319] Initializing cgroup subsys net_prio\n[ 0.206499] Initializing cgroup subsys hugetlb\n[ 0.207606] Initializing cgroup subsys pids\n[ 0.208693] CPU: Physical Processor ID: 0\n[ 0.210441] mce: CPU supports 10 MCE banks\n[ 0.211508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.212831] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.225111] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.232077] ftrace: allocating 31920 entries in 125 pages\n[ 0.258987] smpboot: Max logical packages: 1\n[ 0.259961] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.261673] x2apic enabled\n[ 0.262601] Switched APIC routing to physical x2apic.\n[ 0.264591] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.266126] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.268772] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.271155] KVM setup paravirtual spinlock\n[ 0.272801] x86: Booted up 1 node, 1 CPUs\n[ 0.273989] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.275999] devtmpfs: initialized\n[ 0.277931] evm: security.selinux\n[ 0.278850] evm: security.SMACK64\n[ 0.279794] evm: security.SMACK64EXEC\n[ 0.280899] evm: security.SMACK64TRANSMUTE\n[ 0.282016] evm: security.SMACK64MMAP\n[ 0.283071] evm: security.ima\n[ 0.283961] evm: security.capability\n[ 0.285124] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.287856] pinctrl core: initialized pinctrl subsystem\n[ 0.289413] RTC time: 13:04:36, date: 01/20/19\n[ 0.290715] NET: Registered protocol family 16\n[ 0.291999] cpuidle: using governor ladder\n[ 0.293099] cpuidle: using governor menu\n[ 0.294151] PCCT header not found.\n[ 0.295149] ACPI: bus type PCI registered\n[ 0.296201] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.297868] PCI: Using configuration type 1 for base access\n[ 0.300067] ACPI: Added _OSI(Module Device)\n[ 0.301189] ACPI: Added _OSI(Processor Device)\n[ 0.302383] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.303627] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.306226] ACPI: Interpreter enabled\n[ 0.307209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.309751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.312229] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.314696] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.317462] ACPI: (supports S0 S5)\n[ 0.318414] ACPI: Using IOAPIC for interrupt routing\n[ 0.319767] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.323595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.325240] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.327095] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.328779] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332011] acpiphp: Slot [3] registered\n[ 0.333145] acpiphp: Slot [4] registered\n[ 0.334234] acpiphp: Slot [5] registered\n[ 0.335296] acpiphp: Slot [6] registered\n[ 0.336346] acpiphp: Slot [7] registered\n[ 0.337414] acpiphp: Slot [8] registered\n[ 0.338485] acpiphp: Slot [9] registered\n[ 0.339556] acpiphp: Slot [10] registered\n[ 0.340674] acpiphp: Slot [11] registered\n[ 0.341751] acpiphp: Slot [12] registered\n[ 0.342834] acpiphp: Slot [13] registered\n[ 0.343965] acpiphp: Slot [14] registered\n[ 0.345044] acpiphp: Slot [15] registered\n[ 0.355925] acpiphp: Slot [16] registered\n[ 0.357058] acpiphp: Slot [17] registered\n[ 0.358189] acpiphp: Slot [18] registered\n[ 0.359290] acpiphp: Slot [19] registered\n[ 0.360367] acpiphp: Slot [20] registered\n[ 0.361456] acpiphp: Slot [21] registered\n[ 0.362531] acpiphp: Slot [22] registered\n[ 0.363608] acpiphp: Slot [23] registered\n[ 0.364719] acpiphp: Slot [24] registered\n[ 0.365832] acpiphp: Slot [25] registered\n[ 0.366943] acpiphp: Slot [26] registered\n[ 0.368049] acpiphp: Slot [27] registered\n[ 0.369156] acpiphp: Slot [28] registered\n[ 0.370227] acpiphp: Slot [29] registered\n[ 0.371315] acpiphp: Slot [30] registered\n[ 0.372374] acpiphp: Slot [31] registered\n[ 0.373361] PCI host bridge to bus 0000:00\n[ 0.374393] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.375874] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.377481] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.379366] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.381607] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.388534] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.390549] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.392438] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.395430] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.401911] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.403882] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.450964] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.453013] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.456645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.458468] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.460315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.461969] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.463555] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.465148] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.467558] vgaarb: loaded\n[ 0.468434] vgaarb: bridge control possible 0000:00:02.0\n[ 0.470123] SCSI subsystem initialized\n[ 0.471228] ACPI: bus type USB registered\n[ 0.472353] usbcore: registered new interface driver usbfs\n[ 0.473844] usbcore: registered new interface driver hub\n[ 0.475299] usbcore: registered new device driver usb\n[ 0.476752] PCI: Using ACPI for IRQ routing\n[ 0.478147] NetLabel: Initializing\n[ 0.479151] NetLabel: domain hash size = 128\n[ 0.480347] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.481696] NetLabel: unlabeled traffic allowed by default\n[ 0.483254] clocksource: Switched to clocksource kvm-clock\n[ 0.489071] AppArmor: AppArmor Filesystem Enabled\n[ 0.490429] pnp: PnP ACPI init\n[ 0.491616] pnp: PnP ACPI: found 5 devices\n[ 0.497962] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.500446] NET: Registered protocol family 2\n[ 0.501796] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.503686] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.505352] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.507055] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.508628] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510405] NET: Registered protocol family 1\n[ 0.511723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.513396] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.515043] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.529801] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.544751] Trying to unpack rootfs image as initramfs...\n[ 0.595793] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.610555] Scanning for low memory corruption every 60 seconds\n[ 0.612221] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.613749] audit: initializing netlink subsys (disabled)\n[ 0.615055] audit: type=2000 audit(1547989476.994:1): initialized\n[ 0.624180] Initialise system trusted keyring\n[ 0.625422] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.626966] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.629348] zbud: loaded\n[ 0.630214] VFS: Disk quotas dquot_6.6.0\n[ 0.631247] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.633196] fuse init (API version 7.23)\n[ 0.634301] Key type big_key registered\n[ 0.635332] Allocating IMA MOK and blacklist keyrings.\n[ 0.636780] Key type asymmetric registered\n[ 0.637830] Asymmetric key parser 'x509' registered\n[ 0.639074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.640994] io scheduler noop registered\n[ 0.642008] io scheduler deadline registered (default)\n[ 0.643316] io scheduler cfq registered\n[ 0.644412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.645697] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.647286] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.649101] ACPI: Power Button [PWRF]\n[ 0.650128] GHES: HEST is not enabled!\n[ 0.664109] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693457] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696744] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723120] Linux agpgart interface v0.103\n[ 0.725938] brd: module loaded\n[ 0.727386] loop: module loaded\n[ 0.731845] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.733409] GPT:90111 != 20971519\n[ 0.734095] GPT:Alternate GPT header not at the end of the disk.\n[ 0.735348] GPT:90111 != 20971519\n[ 0.736175] GPT: Use GNU Parted to correct GPT errors.\n[ 0.737338] vda: vda1 vda15\n[ 0.738984] scsi host0: ata_piix\n[ 0.740251] scsi host1: ata_piix\n[ 0.741091] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.742591] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.744325] libphy: Fixed MDIO Bus: probed\n[ 0.745313] tun: Universal TUN/TAP device driver, 1.6\n[ 0.746470] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.748979] PPP generic driver version 2.4.2\n[ 0.749965] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.751293] ehci-pci: EHCI PCI platform driver\n[ 0.752349] ehci-platform: EHCI generic platform driver\n[ 0.753554] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.754923] ohci-pci: OHCI PCI platform driver\n[ 0.756073] ohci-platform: OHCI generic platform driver\n[ 0.757064] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771679] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.772753] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.774205] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.775476] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.776952] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.778486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.780222] usb usb1: Product: UHCI Host Controller\n[ 0.781451] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.782861] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.784067] hub 1-0:1.0: USB hub found\n[ 0.785015] hub 1-0:1.0: 2 ports detected\n[ 0.786123] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.788615] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789785] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.791056] mousedev: PS/2 mouse device common for all mice\n[ 0.792568] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.794789] rtc_cmos 00:00: RTC can wake from S4\n[ 0.796112] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.797579] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.799052] i2c /dev entries driver\n[ 0.799997] device-mapper: uevent: version 1.0.3\n[ 0.801149] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.803138] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.804712] NET: Registered protocol family 10\n[ 0.805942] NET: Registered protocol family 17\n[ 0.807034] Key type dns_resolver registered\n[ 0.808165] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.809510] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.811654] registered taskstats version 1\n[ 0.812662] Loading compiled-in X.509 certificates\n[ 0.814312] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816589] zswap: loaded using pool lzo/zbud\n[ 0.818225] Key type trusted registered\n[ 0.820006] Key type encrypted registered\n[ 0.821013] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822266] ima: No TPM chip found, activating TPM-bypass!\n[ 0.823549] evm: HMAC attrs: 0x1\n[ 0.824643] Magic number: 3:363:79\n[ 0.825628] rtc_cmos 00:00: setting system clock to 2019-01-20 13:04:37 UTC (1547989477)\n[ 0.827586] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.828976] EDD information not available.\n[ 0.904268] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.906189] Write protecting the kernel read-only data: 14336k\n[ 0.918210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.920319] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 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... [ 1.800457] 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.67. iid=i-000000a4\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.908 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDML8okmEFfHgXl6tw+MWU7vjMT2APAJp0VagvI6QcZumuPZMVthCmURIWE8MsDby2BVugOkdO+LXQYXguYVroYUYuvxQpiey9o+QQoVxN4vsJWtkQrhPSdPHu1wYOq2PHtrUe5k6dA81P82wXw9waJMMFfLRG6FZXq4QQVKOcHAmSzgZVwdTZUMgv/kD3HyJvAh+Ka+W6M1PVg3Ia4pcY+ZLZwaTmaWH2aG9ArmhGqfAvo+20AbfytHqOWShJhAs3637vllfnKmpKPCmq6M3uSdTFH7v/h610bVHEuGsfHd2k0z2RWOnJYjv4OJu2OypSkGXEcRI5c8FbxKOrz9RIJ root@simplehealthcheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst\nssh-dss AAAAB3NzaC1kc3MAAACBALJZIF7IcwRM4P0oO59PX4N8HohExEdI3KK4QmLC2mE0kbpa449nHAuUCvCBK9AEqnIlzDzED74IbwzD6JEiYSjUI5jJEJAN9AuMXNy8CSqi+YuTGI+4IvDetAVMJCEA7h0ebgoXgRSUM63t99PR9OFKiWCKn9jWhPUC+jWTbcE7AAAAFQDqbb1zVgSixgdrzLbnUOgpYQZhDwAAAIB1bFOa/1zOhTtrhy7eCNDpeIRa5GFNorwECwHVuopqFHcYpru6yPY8VrsrDA91HJVsOq+pfW/4Dh+fl5UmYR7byYC4obvBmoSFnXGjgXP74AgR8ezpWq4DV8DejnrZmei1DWizwArwyxfUURor4Fs7/LVp1ue3WGe/hIBSYbRkOwAAAIBsw9+zuZ0/W2cc61/vPZuVWXrAGzSg7RS3N5rRnqeVhUOu/402ZujwWChZC1rqQNBDyNEzlzsn+T3unzXgFXSpElO7srQzPe1azH8JIX982wkhxme3Q4rrIaSrc6Dsa+XNa96MtNET3zl+CNY2V8He8Ptt3TIUAqqvO6HeqKBVng== root@simplehealthcheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.0.5,24,fe80::f816:3eff:fe10:3875/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.5 \nip-route:169.254.169.254 via 10.55.0.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000a4\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.43 ===\n"} 2019-01-20 13:04:43,581 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a/action used request id req-0337c055-cd07-4111-af33-e9fde724e43e 2019-01-20 13:04:43,582 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-20 13:04:43,583 - 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 485960954 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.908 MHz processor [ 0.182512] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.184581] pid_max: default: 32768 minimum: 301 [ 0.185613] ACPI: Core revision 20150930 [ 0.187188] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.188860] Security Framework initialized [ 0.189934] Yama: becoming mindful. [ 0.190874] AppArmor: AppArmor initialized [ 0.191924] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.193613] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.195269] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.196815] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.198640] Initializing cgroup subsys io [ 0.199660] Initializing cgroup subsys memory [ 0.200764] Initializing cgroup subsys devices [ 0.201909] Initializing cgroup subsys freezer [ 0.203055] Initializing cgroup subsys net_cls [ 0.204150] Initializing cgroup subsys perf_event [ 0.205319] Initializing cgroup subsys net_prio [ 0.206499] Initializing cgroup subsys hugetlb [ 0.207606] Initializing cgroup subsys pids [ 0.208693] CPU: Physical Processor ID: 0 [ 0.210441] mce: CPU supports 10 MCE banks [ 0.211508] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212831] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.225111] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.232077] ftrace: allocating 31920 entries in 125 pages [ 0.258987] smpboot: Max logical packages: 1 [ 0.259961] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.261673] x2apic enabled [ 0.262601] Switched APIC routing to physical x2apic. [ 0.264591] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.266126] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.268772] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.271155] KVM setup paravirtual spinlock [ 0.272801] x86: Booted up 1 node, 1 CPUs [ 0.273989] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.275999] devtmpfs: initialized [ 0.277931] evm: security.selinux [ 0.278850] evm: security.SMACK64 [ 0.279794] evm: security.SMACK64EXEC [ 0.280899] evm: security.SMACK64TRANSMUTE [ 0.282016] evm: security.SMACK64MMAP [ 0.283071] evm: security.ima [ 0.283961] evm: security.capability [ 0.285124] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.287856] pinctrl core: initialized pinctrl subsystem [ 0.289413] RTC time: 13:04:36, date: 01/20/19 [ 0.290715] NET: Registered protocol family 16 [ 0.291999] cpuidle: using governor ladder [ 0.293099] cpuidle: using governor menu [ 0.294151] PCCT header not found. [ 0.295149] ACPI: bus type PCI registered [ 0.296201] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.297868] PCI: Using configuration type 1 for base access [ 0.300067] ACPI: Added _OSI(Module Device) [ 0.301189] ACPI: Added _OSI(Processor Device) [ 0.302383] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.303627] ACPI: Added _OSI(Processor Aggregator Device) [ 0.306226] ACPI: Interpreter enabled [ 0.307209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.309751] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.312229] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.314696] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.317462] ACPI: (supports S0 S5) [ 0.318414] ACPI: Using IOAPIC for interrupt routing [ 0.319767] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.323595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.325240] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.327095] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.328779] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332011] acpiphp: Slot [3] registered [ 0.333145] acpiphp: Slot [4] registered [ 0.334234] acpiphp: Slot [5] registered [ 0.335296] acpiphp: Slot [6] registered [ 0.336346] acpiphp: Slot [7] registered [ 0.337414] acpiphp: Slot [8] registered [ 0.338485] acpiphp: Slot [9] registered [ 0.339556] acpiphp: Slot [10] registered [ 0.340674] acpiphp: Slot [11] registered [ 0.341751] acpiphp: Slot [12] registered [ 0.342834] acpiphp: Slot [13] registered [ 0.343965] acpiphp: Slot [14] registered [ 0.345044] acpiphp: Slot [15] registered [ 0.355925] acpiphp: Slot [16] registered [ 0.357058] acpiphp: Slot [17] registered [ 0.358189] acpiphp: Slot [18] registered [ 0.359290] acpiphp: Slot [19] registered [ 0.360367] acpiphp: Slot [20] registered [ 0.361456] acpiphp: Slot [21] registered [ 0.362531] acpiphp: Slot [22] registered [ 0.363608] acpiphp: Slot [23] registered [ 0.364719] acpiphp: Slot [24] registered [ 0.365832] acpiphp: Slot [25] registered [ 0.366943] acpiphp: Slot [26] registered [ 0.368049] acpiphp: Slot [27] registered [ 0.369156] acpiphp: Slot [28] registered [ 0.370227] acpiphp: Slot [29] registered [ 0.371315] acpiphp: Slot [30] registered [ 0.372374] acpiphp: Slot [31] registered [ 0.373361] PCI host bridge to bus 0000:00 [ 0.374393] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.375874] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.377481] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.379366] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.381607] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.388534] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.390549] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.392438] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.395430] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.401911] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.403882] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.450964] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.453013] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.456645] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.458468] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.460315] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.461969] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.463555] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.465148] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.467558] vgaarb: loaded [ 0.468434] vgaarb: bridge control possible 0000:00:02.0 [ 0.470123] SCSI subsystem initialized [ 0.471228] ACPI: bus type USB registered [ 0.472353] usbcore: registered new interface driver usbfs [ 0.473844] usbcore: registered new interface driver hub [ 0.475299] usbcore: registered new device driver usb [ 0.476752] PCI: Using ACPI for IRQ routing [ 0.478147] NetLabel: Initializing [ 0.479151] NetLabel: domain hash size = 128 [ 0.480347] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.481696] NetLabel: unlabeled traffic allowed by default [ 0.483254] clocksource: Switched to clocksource kvm-clock [ 0.489071] AppArmor: AppArmor Filesystem Enabled [ 0.490429] pnp: PnP ACPI init [ 0.491616] pnp: PnP ACPI: found 5 devices [ 0.497962] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.500446] NET: Registered protocol family 2 [ 0.501796] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.503686] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.505352] TCP: Hash tables configured (established 2048 bind 2048) [ 0.507055] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.508628] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.510405] NET: Registered protocol family 1 [ 0.511723] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.513396] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.515043] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.529801] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.544751] Trying to unpack rootfs image as initramfs... [ 0.595793] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.610555] Scanning for low memory corruption every 60 seconds [ 0.612221] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.613749] audit: initializing netlink subsys (disabled) [ 0.615055] audit: type=2000 audit(1547989476.994:1): initialized [ 0.624180] Initialise system trusted keyring [ 0.625422] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.626966] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.629348] zbud: loaded [ 0.630214] VFS: Disk quotas dquot_6.6.0 [ 0.631247] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.633196] fuse init (API version 7.23) [ 0.634301] Key type big_key registered [ 0.635332] Allocating IMA MOK and blacklist keyrings. [ 0.636780] Key type asymmetric registered [ 0.637830] Asymmetric key parser 'x509' registered [ 0.639074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.640994] io scheduler noop registered [ 0.642008] io scheduler deadline registered (default) [ 0.643316] io scheduler cfq registered [ 0.644412] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.645697] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.647286] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.649101] ACPI: Power Button [PWRF] [ 0.650128] GHES: HEST is not enabled! [ 0.664109] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.693457] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.696744] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.720454] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.723120] Linux agpgart interface v0.103 [ 0.725938] brd: module loaded [ 0.727386] loop: module loaded [ 0.731845] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.733409] GPT:90111 != 20971519 [ 0.734095] GPT:Alternate GPT header not at the end of the disk. [ 0.735348] GPT:90111 != 20971519 [ 0.736175] GPT: Use GNU Parted to correct GPT errors. [ 0.737338] vda: vda1 vda15 [ 0.738984] scsi host0: ata_piix [ 0.740251] scsi host1: ata_piix [ 0.741091] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.742591] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.744325] libphy: Fixed MDIO Bus: probed [ 0.745313] tun: Universal TUN/TAP device driver, 1.6 [ 0.746470] tun: (C) 1999-2004 Max Krasnyansky [ 0.748979] PPP generic driver version 2.4.2 [ 0.749965] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.751293] ehci-pci: EHCI PCI platform driver [ 0.752349] ehci-platform: EHCI generic platform driver [ 0.753554] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.754923] ohci-pci: OHCI PCI platform driver [ 0.756073] ohci-platform: OHCI generic platform driver [ 0.757064] uhci_hcd: USB Universal Host Controller Interface driver [ 0.771679] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.772753] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.774205] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.775476] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.776952] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.778486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.780222] usb usb1: Product: UHCI Host Controller [ 0.781451] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.782861] usb usb1: SerialNumber: 0000:00:01.2 [ 0.784067] hub 1-0:1.0: USB hub found [ 0.785015] hub 1-0:1.0: 2 ports detected [ 0.786123] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.788615] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.789785] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.791056] mousedev: PS/2 mouse device common for all mice [ 0.792568] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.794789] rtc_cmos 00:00: RTC can wake from S4 [ 0.796112] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.797579] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.799052] i2c /dev entries driver [ 0.799997] device-mapper: uevent: version 1.0.3 [ 0.801149] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.803138] ledtrig-cpu: registered to indicate activity on CPUs [ 0.804712] NET: Registered protocol family 10 [ 0.805942] NET: Registered protocol family 17 [ 0.807034] Key type dns_resolver registered [ 0.808165] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.809510] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.811654] registered taskstats version 1 [ 0.812662] Loading compiled-in X.509 certificates [ 0.814312] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.816589] zswap: loaded using pool lzo/zbud [ 0.818225] Key type trusted registered [ 0.820006] Key type encrypted registered [ 0.821013] AppArmor: AppArmor sha1 policy hashing enabled [ 0.822266] ima: No TPM chip found, activating TPM-bypass! [ 0.823549] evm: HMAC attrs: 0x1 [ 0.824643] Magic number: 3:363:79 [ 0.825628] rtc_cmos 00:00: setting system clock to 2019-01-20 13:04:37 UTC (1547989477) [ 0.827586] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.828976] EDD information not available. [ 0.904268] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.906189] Write protecting the kernel read-only data: 14336k [ 0.918210] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.920319] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: 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... [ 1.800457] 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.67. iid=i-000000a4 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.908 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDML8okmEFfHgXl6tw+MWU7vjMT2APAJp0VagvI6QcZumuPZMVthCmURIWE8MsDby2BVugOkdO+LXQYXguYVroYUYuvxQpiey9o+QQoVxN4vsJWtkQrhPSdPHu1wYOq2PHtrUe5k6dA81P82wXw9waJMMFfLRG6FZXq4QQVKOcHAmSzgZVwdTZUMgv/kD3HyJvAh+Ka+W6M1PVg3Ia4pcY+ZLZwaTmaWH2aG9ArmhGqfAvo+20AbfytHqOWShJhAs3637vllfnKmpKPCmq6M3uSdTFH7v/h610bVHEuGsfHd2k0z2RWOnJYjv4OJu2OypSkGXEcRI5c8FbxKOrz9RIJ root@simplehealthcheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst ssh-dss AAAAB3NzaC1kc3MAAACBALJZIF7IcwRM4P0oO59PX4N8HohExEdI3KK4QmLC2mE0kbpa449nHAuUCvCBK9AEqnIlzDzED74IbwzD6JEiYSjUI5jJEJAN9AuMXNy8CSqi+YuTGI+4IvDetAVMJCEA7h0ebgoXgRSUM63t99PR9OFKiWCKn9jWhPUC+jWTbcE7AAAAFQDqbb1zVgSixgdrzLbnUOgpYQZhDwAAAIB1bFOa/1zOhTtrhy7eCNDpeIRa5GFNorwECwHVuopqFHcYpru6yPY8VrsrDA91HJVsOq+pfW/4Dh+fl5UmYR7byYC4obvBmoSFnXGjgXP74AgR8ezpWq4DV8DejnrZmei1DWizwArwyxfUURor4Fs7/LVp1ue3WGe/hIBSYbRkOwAAAIBsw9+zuZ0/W2cc61/vPZuVWXrAGzSg7RS3N5rRnqeVhUOu/402ZujwWChZC1rqQNBDyNEzlzsn+T3unzXgFXSpElO7srQzPe1azH8JIX982wkhxme3Q4rrIaSrc6Dsa+XNa96MtNET3zl+CNY2V8He8Ptt3TIUAqqvO6HeqKBVng== root@simplehealthcheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.5,24,fe80::f816:3eff:fe10:3875/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.5 ip-route:169.254.169.254 via 10.55.0.3 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-000000a4 name: N/A availability-zone: nova local-hostname: simplehealthcheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst launch-index: 0 === cirros: current=0.4.0 uptime=4.43 === 2019-01-20 13:04:43,583 - create_instance - INFO - Deleting Port with ID - 2cfc70ef-41e6-460d-ad7b-62319926717c 2019-01-20 13:04:43,583 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567aport-1 2019-01-20 13:04:43,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/2cfc70ef-41e6-460d-ad7b-62319926717c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:44,327 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-90d4205e-4c77-4dde-9a40-f31fec063186 Date: Sun, 20 Jan 2019 13:04:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:04:44,327 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/2cfc70ef-41e6-460d-ad7b-62319926717c used request id req-90d4205e-4c77-4dde-9a40-f31fec063186 2019-01-20 13:04:44,327 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst 2019-01-20 13:04:44,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:44,473 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:04:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1dcd241e-9fe9-4755-a1c8-f695f59072f1 x-compute-request-id: req-1dcd241e-9fe9-4755-a1c8-f695f59072f1 Content-Type: application/json 2019-01-20 13:04:44,473 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a used request id req-1dcd241e-9fe9-4755-a1c8-f695f59072f1 2019-01-20 13:04:44,473 - create_instance - INFO - Checking deletion status 2019-01-20 13:04:44,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:44,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8d092b7-12c4-4ec0-9901-a9b7d65c0f99 x-compute-request-id: req-a8d092b7-12c4-4ec0-9901-a9b7d65c0f99 Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:38:75", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "rel": "bookmark"}], "image": {"id": "a492403c-9529-47f4-93e9-940bc3430296", "links": [{"href": "http://172.30.9.22:8774/images/a492403c-9529-47f4-93e9-940bc3430296", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:04:36.000000", "flavor": {"id": "85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "links": [{"href": "http://172.30.9.22:8774/flavors/85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "rel": "bookmark"}]}, "id": "37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "user_id": "f3d8fe4894cf416f82be6abf2dd87bc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:04:44Z", "hostId": "2453f20b0439e4cef1132331ad697ef6a714f5d69da401caefe8a638", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst", "created": "2019-01-20T13:04:28Z", "tenant_id": "48dc0aaa45994a3a83d83848514ce4ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:04:44,737 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a used request id req-a8d092b7-12c4-4ec0-9901-a9b7d65c0f99 2019-01-20 13:04:44,738 - create_instance - DEBUG - Instance status [SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst] is - ACTIVE 2019-01-20 13:04:44,738 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:04:47,741 - create_instance - DEBUG - VM status query timeout in 296.732261896 2019-01-20 13:04:47,745 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:48,390 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ddab325c-3b75-4693-b77b-8074d3632c18 x-compute-request-id: req-ddab325c-3b75-4693-b77b-8074d3632c18 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.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "rel": "bookmark"}], "image": {"id": "a492403c-9529-47f4-93e9-940bc3430296", "links": [{"href": "http://172.30.9.22:8774/images/a492403c-9529-47f4-93e9-940bc3430296", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:04:36.000000", "flavor": {"id": "85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "links": [{"href": "http://172.30.9.22:8774/flavors/85d943dd-89c7-4be0-8d03-c7a03dd7f7c1", "rel": "bookmark"}]}, "id": "37d8324b-59b1-4117-a1cd-fe3ea8e34e3a", "user_id": "f3d8fe4894cf416f82be6abf2dd87bc6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:04:44Z", "hostId": "2453f20b0439e4cef1132331ad697ef6a714f5d69da401caefe8a638", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst", "created": "2019-01-20T13:04:28Z", "tenant_id": "48dc0aaa45994a3a83d83848514ce4ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:04:48,390 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a used request id req-ddab325c-3b75-4693-b77b-8074d3632c18 2019-01-20 13:04:48,391 - create_instance - DEBUG - Instance status [SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst] is - ACTIVE 2019-01-20 13:04:48,391 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:04:51,394 - create_instance - DEBUG - VM status query timeout in 293.079406977 2019-01-20 13:04:51,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a835b814e86c9a1812d16ec4b734d690e8ce305e" 2019-01-20 13:04:51,444 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:04:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d598a3b8-1ae7-4a26-90a7-e80e035ec960 x-compute-request-id: req-d598a3b8-1ae7-4a26-90a7-e80e035ec960 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 37d8324b-59b1-4117-a1cd-fe3ea8e34e3a could not be found.", "code": 404}} 2019-01-20 13:04:51,444 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/37d8324b-59b1-4117-a1cd-fe3ea8e34e3a used request id req-d598a3b8-1ae7-4a26-90a7-e80e035ec960 2019-01-20 13:04:51,444 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 37d8324b-59b1-4117-a1cd-fe3ea8e34e3a could not be found. (HTTP 404) (Request-ID: req-d598a3b8-1ae7-4a26-90a7-e80e035ec960) 2019-01-20 13:04:51,445 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-inst 2019-01-20 13:04:51,446 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-subnet 2019-01-20 13:04:51,446 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-subnet 2019-01-20 13:04:51,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/f8d852e0-caaf-4031-a49d-05565015db03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d56600e896110ee928acb51504505ff63573269b" 2019-01-20 13:04:53,880 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a761f4f7-8c78-4858-acbb-40d971c1b4fb Date: Sun, 20 Jan 2019 13:04:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:04:53,880 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/f8d852e0-caaf-4031-a49d-05565015db03 used request id req-a761f4f7-8c78-4858-acbb-40d971c1b4fb 2019-01-20 13:04:53,880 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-priv-net 2019-01-20 13:04:53,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/3758559b-f8b0-4bf7-abd3-ea895993f3c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d56600e896110ee928acb51504505ff63573269b" 2019-01-20 13:04:54,990 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c8fc031f-702f-47e7-a082-f2938b68a616 Date: Sun, 20 Jan 2019 13:04:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:04:54,991 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/3758559b-f8b0-4bf7-abd3-ea895993f3c7 used request id req-c8fc031f-702f-47e7-a082-f2938b68a616 2019-01-20 13:04:54,994 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/85d943dd-89c7-4be0-8d03-c7a03dd7f7c1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}247c5527a494a468471028b81a758e94ff2c2dce" 2019-01-20 13:04:55,036 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:04: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-ca5830fa-6572-43b8-aa08-a6f9d299a0ef x-compute-request-id: req-ca5830fa-6572-43b8-aa08-a6f9d299a0ef Content-Length: 0 Content-Type: application/json 2019-01-20 13:04:55,036 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/85d943dd-89c7-4be0-8d03-c7a03dd7f7c1 used request id req-ca5830fa-6572-43b8-aa08-a6f9d299a0ef 2019-01-20 13:04:55,037 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-216cbac1-9721-4c0b-89d6-d46f4f38567a-image 2019-01-20 13:04:55,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/a492403c-9529-47f4-93e9-940bc3430296 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c7543fdcc3dfea8ce1e1f8ffdd4c282ff38acbf2" 2019-01-20 13:04:57,136 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f078a42c-4562-40b8-893c-b0c33d8d167b Date: Sun, 20 Jan 2019 13:04:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:04:57,136 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/a492403c-9529-47f4-93e9-940bc3430296 used request id req-f078a42c-4562-40b8-893c-b0c33d8d167b 2019-01-20 13:04:57,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7d2c809f9b14b4017dc650ec3fde5ae721bc27" 2019-01-20 13:04:57,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-7a49e192-9dc8-404d-bb09-6b6d40c4a46f Date: Sun, 20 Jan 2019 13:04:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "48dc0aaa45994a3a83d83848514ce4ec", "created_at": "2019-01-20T13:04:18Z", "updated_at": "2019-01-20T13:04:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:04:18Z", "revision_number": 0, "id": "090f5798-233d-465d-b027-563a84d41cf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:04:18Z", "security_group_id": "21865598-bf8d-48f2-88ee-ec5733d5b05a", "tenant_id": "48dc0aaa45994a3a83d83848514ce4ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "48dc0aaa45994a3a83d83848514ce4ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:04:18Z", "revision_number": 0, "id": "919119ce-b82d-4d82-921b-7304f0376042", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:04:18Z", "security_group_id": "21865598-bf8d-48f2-88ee-ec5733d5b05a", "tenant_id": "48dc0aaa45994a3a83d83848514ce4ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "48dc0aaa45994a3a83d83848514ce4ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:04:18Z", "revision_number": 0, "id": "b43482e0-3466-4533-ba58-e8ce3d8c2eff", "remote_group_id": "21865598-bf8d-48f2-88ee-ec5733d5b05a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:04:18Z", "security_group_id": "21865598-bf8d-48f2-88ee-ec5733d5b05a", "tenant_id": "48dc0aaa45994a3a83d83848514ce4ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "48dc0aaa45994a3a83d83848514ce4ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:04:18Z", "revision_number": 0, "id": "b6f6a839-248e-4e33-8c26-4e46f5741da8", "remote_group_id": "21865598-bf8d-48f2-88ee-ec5733d5b05a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:04:18Z", "security_group_id": "21865598-bf8d-48f2-88ee-ec5733d5b05a", "tenant_id": "48dc0aaa45994a3a83d83848514ce4ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "48dc0aaa45994a3a83d83848514ce4ec"}], "revision_number": 4, "project_id": "48dc0aaa45994a3a83d83848514ce4ec", "id": "21865598-bf8d-48f2-88ee-ec5733d5b05a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:04:57,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-7a49e192-9dc8-404d-bb09-6b6d40c4a46f 2019-01-20 13:04:57,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7d2c809f9b14b4017dc650ec3fde5ae721bc27" 2019-01-20 13:04:57,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01009eef-1f03-46a3-b3dd-5b23e3539cca 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:04:57,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-01009eef-1f03-46a3-b3dd-5b23e3539cca 2019-01-20 13:04:57,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7d2c809f9b14b4017dc650ec3fde5ae721bc27" 2019-01-20 13:04:57,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b16acf7-3f37-4a71-bcab-d7a2d510025c 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:04:57,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-1b16acf7-3f37-4a71-bcab-d7a2d510025c 2019-01-20 13:04:57,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7d2c809f9b14b4017dc650ec3fde5ae721bc27" 2019-01-20 13:04:57,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5772ce6e-16f8-47fa-86ae-4a3571059743 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec"}, "enabled": true, "id": "48dc0aaa45994a3a83d83848514ce4ec", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-25e77d01-1b49-4d2-proj"}} 2019-01-20 13:04:57,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec used request id req-5772ce6e-16f8-47fa-86ae-4a3571059743 2019-01-20 13:04:57,613 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21865598-bf8d-48f2-88ee-ec5733d5b05a 2019-01-20 13:04:57,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=21865598-bf8d-48f2-88ee-ec5733d5b05a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7d2c809f9b14b4017dc650ec3fde5ae721bc27" 2019-01-20 13:04:57,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-447726f5-57a3-43a2-b06f-4a85a8496788 Date: Sun, 20 Jan 2019 13:04:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:04:18Z", "security_group_id": "21865598-bf8d-48f2-88ee-ec5733d5b05a", "port_range_min": null, "revision_number": 0, "tenant_id": "48dc0aaa45994a3a83d83848514ce4ec", "created_at": "2019-01-20T13:04:18Z", "project_id": "48dc0aaa45994a3a83d83848514ce4ec", "id": "090f5798-233d-465d-b027-563a84d41cf4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:04:18Z", "security_group_id": "21865598-bf8d-48f2-88ee-ec5733d5b05a", "port_range_min": null, "revision_number": 0, "tenant_id": "48dc0aaa45994a3a83d83848514ce4ec", "created_at": "2019-01-20T13:04:18Z", "project_id": "48dc0aaa45994a3a83d83848514ce4ec", "id": "919119ce-b82d-4d82-921b-7304f0376042"}, {"remote_group_id": "21865598-bf8d-48f2-88ee-ec5733d5b05a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:04:18Z", "security_group_id": "21865598-bf8d-48f2-88ee-ec5733d5b05a", "port_range_min": null, "revision_number": 0, "tenant_id": "48dc0aaa45994a3a83d83848514ce4ec", "created_at": "2019-01-20T13:04:18Z", "project_id": "48dc0aaa45994a3a83d83848514ce4ec", "id": "b43482e0-3466-4533-ba58-e8ce3d8c2eff"}, {"remote_group_id": "21865598-bf8d-48f2-88ee-ec5733d5b05a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:04:18Z", "security_group_id": "21865598-bf8d-48f2-88ee-ec5733d5b05a", "port_range_min": null, "revision_number": 0, "tenant_id": "48dc0aaa45994a3a83d83848514ce4ec", "created_at": "2019-01-20T13:04:18Z", "project_id": "48dc0aaa45994a3a83d83848514ce4ec", "id": "b6f6a839-248e-4e33-8c26-4e46f5741da8"}]} 2019-01-20 13:04:57,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=21865598-bf8d-48f2-88ee-ec5733d5b05a used request id req-447726f5-57a3-43a2-b06f-4a85a8496788 2019-01-20 13:04:57,798 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:04:57,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/21865598-bf8d-48f2-88ee-ec5733d5b05a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7d2c809f9b14b4017dc650ec3fde5ae721bc27" 2019-01-20 13:04:58,174 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2d3b12d3-929f-48ce-ac8c-85dd3c10020a Content-Length: 0 Date: Sun, 20 Jan 2019 13:04:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:04:58,174 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/21865598-bf8d-48f2-88ee-ec5733d5b05a used request id req-2d3b12d3-929f-48ce-ac8c-85dd3c10020a 2019-01-20 13:04:58,175 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-25e77d01-1b49-4d2-proj 2019-01-20 13:04:58,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7d2c809f9b14b4017dc650ec3fde5ae721bc27" 2019-01-20 13:04:58,366 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:04:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65dac79e-c3a6-4b63-a90e-24cbc1c71ec6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:04:58,366 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/48dc0aaa45994a3a83d83848514ce4ec used request id req-65dac79e-c3a6-4b63-a90e-24cbc1c71ec6 2019-01-20 13:04:58,366 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-25e77d01-1b49-4d2-proj-role 2019-01-20 13:04:58,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/144d05450de14608a9a11e40e07e3fbc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7d2c809f9b14b4017dc650ec3fde5ae721bc27" 2019-01-20 13:04:58,483 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:04:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cce3dfde-07dd-4293-a104-5e990e39cc33 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:04:58,483 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/144d05450de14608a9a11e40e07e3fbc used request id req-cce3dfde-07dd-4293-a104-5e990e39cc33 2019-01-20 13:04:58,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7d2c809f9b14b4017dc650ec3fde5ae721bc27" 2019-01-20 13:04:58,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7b00f8c-e095-4a2a-b93e-71be3cab568a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:04:58,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e7b00f8c-e095-4a2a-b93e-71be3cab568a 2019-01-20 13:04:58,567 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-25e77d01-1b49-4d2-user 2019-01-20 13:04:58,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/f3d8fe4894cf416f82be6abf2dd87bc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f66d73d8301eb14a04fdd086963bbe8d4364048f" 2019-01-20 13:04:58,752 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:04:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0a6dcfa-ba6c-40f5-bec4-704540797518 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:04:58,752 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/f3d8fe4894cf416f82be6abf2dd87bc6 used request id req-f0a6dcfa-ba6c-40f5-bec4-704540797518 2019-01-20 13:04:58,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:04:59,139 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:04:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Gh7f1TIHTY2yOZHZHt72Yw"], "issued_at": "2019-01-20T13:04:59.000000Z"}} 2019-01-20 13:04:59,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbe1ef9fd511023aaa1a8b41e392622bcfb4a815" 2019-01-20 13:04:59,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0e53889-22b4-4152-b158-f9de00a4647d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:04:59,218 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f0e53889-22b4-4152-b158-f9de00a4647d 2019-01-20 13:04:59,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:04:59,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:04:59,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:04:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["EAOpF7rxQaiVVo1NyAIWEw"], "issued_at": "2019-01-20T13:04:59.000000Z"}} 2019-01-20 13:04:59,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099394ae8e7ea3de42d754c7fccb2095b8f1ff2" 2019-01-20 13:04:59,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe40887a-65ef-4c30-a162-1d7086604eb9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:04:59,775 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fe40887a-65ef-4c30-a162-1d7086604eb9 2019-01-20 13:04:59,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:04:59,784 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:04: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:04:59,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099394ae8e7ea3de42d754c7fccb2095b8f1ff2" 2019-01-20 13:04:59,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26e47a4b-b764-466a-a6a5-454623bea1ae Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:04:59,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj used request id req-26e47a4b-b764-466a-a6a5-454623bea1ae 2019-01-20 13:04:59,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099394ae8e7ea3de42d754c7fccb2095b8f1ff2" 2019-01-20 13:04:59,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea3d7722-c41e-42c4-914a-f8a5d99e5d30 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:04:59,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-ea3d7722-c41e-42c4-914a-f8a5d99e5d30 2019-01-20 13:04:59,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099394ae8e7ea3de42d754c7fccb2095b8f1ff2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}}' 2019-01-20 13:05:00,088 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:04:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef75bb62-86cc-4766-9b07-393e7d1069ee Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771"}, "enabled": true, "id": "0c30583ca6794719837c5fc795d5c771", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}} 2019-01-20 13:05:00,088 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-ef75bb62-86cc-4766-9b07-393e7d1069ee 2019-01-20 13:05:00,089 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj 2019-01-20 13:05:00,089 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:05:00,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:05:00,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:05:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["StSd7nMrREO2okeVEFy29g"], "issued_at": "2019-01-20T13:05:00.000000Z"}} 2019-01-20 13:05:00,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70a2fbe1e681e903bbd98960e49927a2cef3f619" 2019-01-20 13:05:00,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17565bad-922a-4e3e-bf75-caa11214ef06 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:05:00,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-17565bad-922a-4e3e-bf75-caa11214ef06 2019-01-20 13:05:00,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:05:00,572 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:05: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:05:00,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70a2fbe1e681e903bbd98960e49927a2cef3f619" 2019-01-20 13:05:00,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35ae9ba2-ea98-4ea0-adbf-05e7c64d24f0 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:05:00,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-35ae9ba2-ea98-4ea0-adbf-05e7c64d24f0 2019-01-20 13:05:00,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70a2fbe1e681e903bbd98960e49927a2cef3f619" 2019-01-20 13:05:00,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83ef1724-a65c-4923-86b7-58503e11254c Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771"}, "enabled": true, "id": "0c30583ca6794719837c5fc795d5c771", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}]} 2019-01-20 13:05:00,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj used request id req-83ef1724-a65c-4923-86b7-58503e11254c 2019-01-20 13:05:00,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70a2fbe1e681e903bbd98960e49927a2cef3f619" 2019-01-20 13:05:00,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-719d4225-8378-4ebf-b49b-32a4dcade1f4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:05:00,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-719d4225-8378-4ebf-b49b-32a4dcade1f4 2019-01-20 13:05:01,328 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-user 2019-01-20 13:05:01,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:05:01,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099394ae8e7ea3de42d754c7fccb2095b8f1ff2" 2019-01-20 13:05:01,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6657769-74b5-4160-8820-46de84169f5e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:05:01,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e6657769-74b5-4160-8820-46de84169f5e 2019-01-20 13:05:01,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099394ae8e7ea3de42d754c7fccb2095b8f1ff2" -d '{"role": {"name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj-role"}}' 2019-01-20 13:05:01,525 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:05:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7092103f-ccd5-4694-b412-f07722bd85f3 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c145108850024b5e856d764907d7ac64", "links": {"self": "http://172.30.9.22:5000/v3/roles/c145108850024b5e856d764907d7ac64"}, "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj-role"}} 2019-01-20 13:05:01,525 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-7092103f-ccd5-4694-b412-f07722bd85f3 2019-01-20 13:05:01,526 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj-role 2019-01-20 13:05:01,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/c145108850024b5e856d764907d7ac64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099394ae8e7ea3de42d754c7fccb2095b8f1ff2" 2019-01-20 13:05:01,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2acf323-18a2-4a09-8ff0-5e8cb74ae389 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/c145108850024b5e856d764907d7ac64"}, "domain_id": null, "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj-role", "id": "c145108850024b5e856d764907d7ac64"}} 2019-01-20 13:05:01,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/c145108850024b5e856d764907d7ac64 used request id req-e2acf323-18a2-4a09-8ff0-5e8cb74ae389 2019-01-20 13:05:01,617 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj-role to project CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj 2019-01-20 13:05:01,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771/users/67def1d23ddc4cb385908f5b32172a56/roles/c145108850024b5e856d764907d7ac64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099394ae8e7ea3de42d754c7fccb2095b8f1ff2" 2019-01-20 13:05:01,756 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:05:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e52b134b-df08-4baf-9570-37076cf02a40 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:05:01,756 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771/users/67def1d23ddc4cb385908f5b32172a56/roles/c145108850024b5e856d764907d7ac64 used request id req-e52b134b-df08-4baf-9570-37076cf02a40 2019-01-20 13:05:01,756 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:05:01,758 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:05:01,758 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:05:01,759 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:05:02,129 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c145108850024b5e856d764907d7ac64", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj-role"}], "expires_at": "2019-01-20T14:05:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c30583ca6794719837c5fc795d5c771", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-user", "id": "67def1d23ddc4cb385908f5b32172a56"}, "audit_ids": ["t5KemBvARZqx9suWNjtSfg"], "issued_at": "2019-01-20T13:05:02.000000Z"}} 2019-01-20 13:05:02,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44a0d67115ba537cb286c2a1119a9367b1ee04e" 2019-01-20 13:05:02,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-094f544b-02be-4983-9c82-be8d621f2c62 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:05:02,209 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-094f544b-02be-4983-9c82-be8d621f2c62 2019-01-20 13:05:02,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-cfabc892-b37c-42c4-8aa5-82d2d45f9129 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d44a0d67115ba537cb286c2a1119a9367b1ee04e" 2019-01-20 13:05:02,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 164 Content-Type: application/json X-Openstack-Request-Id: req-5b9b6b68-770e-4939-a138-2429198f687f Date: Sun, 20 Jan 2019 13:05:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-cfabc892-b37c-42c4-8aa5-82d2d45f9129"} 2019-01-20 13:05:02,383 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-cfabc892-b37c-42c4-8aa5-82d2d45f9129 used request id req-5b9b6b68-770e-4939-a138-2429198f687f 2019-01-20 13:05:02,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d44a0d67115ba537cb286c2a1119a9367b1ee04e" 2019-01-20 13:05:02,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d4b9ffd7-dd0d-42d1-9f47-16ecbbf9d6dd Date: Sun, 20 Jan 2019 13:05: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"}}} 2019-01-20 13:05:02,542 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-d4b9ffd7-dd0d-42d1-9f47-16ecbbf9d6dd 2019-01-20 13:05:02,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d44a0d67115ba537cb286c2a1119a9367b1ee04e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceTwoNetTests-cfabc892-b37c-42c4-8aa5-82d2d45f9129"}' 2019-01-20 13:05:02,763 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 623 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/34de813e-94e0-4944-b171-33f209f2caa4 X-Openstack-Request-Id: req-b4e4a927-17c3-4f8e-b0fa-4c0b3afc5c9f Date: Sun, 20 Jan 2019 13:05:02 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceTwoNetTests-cfabc892-b37c-42c4-8aa5-82d2d45f9129", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:05:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:05:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/34de813e-94e0-4944-b171-33f209f2caa4", "min_disk": 0, "protected": false, "id": "34de813e-94e0-4944-b171-33f209f2caa4", "file": "/v2/images/34de813e-94e0-4944-b171-33f209f2caa4/file", "checksum": null, "owner": "0c30583ca6794719837c5fc795d5c771", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:05:02,763 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-b4e4a927-17c3-4f8e-b0fa-4c0b3afc5c9f 2019-01-20 13:05:02,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/34de813e-94e0-4944-b171-33f209f2caa4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d44a0d67115ba537cb286c2a1119a9367b1ee04e" -d '' 2019-01-20 13:05:04,397 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-29fc12b6-cfea-4b9c-ae93-0df6e37338e6 Date: Sun, 20 Jan 2019 13:05:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:05:04,397 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/34de813e-94e0-4944-b171-33f209f2caa4/file used request id req-29fc12b6-cfea-4b9c-ae93-0df6e37338e6 2019-01-20 13:05:04,398 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:05:04,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/34de813e-94e0-4944-b171-33f209f2caa4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d44a0d67115ba537cb286c2a1119a9367b1ee04e" 2019-01-20 13:05:04,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-761bde00-a1bf-4c03-98f3-aeb35564f0a5 Date: Sun, 20 Jan 2019 13:05:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-cfabc892-b37c-42c4-8aa5-82d2d45f9129", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:05:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:05:04Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/34de813e-94e0-4944-b171-33f209f2caa4/snap", "metadata": {}}], "self": "/v2/images/34de813e-94e0-4944-b171-33f209f2caa4", "min_disk": 0, "protected": false, "id": "34de813e-94e0-4944-b171-33f209f2caa4", "file": "/v2/images/34de813e-94e0-4944-b171-33f209f2caa4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0c30583ca6794719837c5fc795d5c771", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/34de813e-94e0-4944-b171-33f209f2caa4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:05:04,568 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/34de813e-94e0-4944-b171-33f209f2caa4 used request id req-761bde00-a1bf-4c03-98f3-aeb35564f0a5 2019-01-20 13:05:04,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d44a0d67115ba537cb286c2a1119a9367b1ee04e" 2019-01-20 13:05:04,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-895d43b9-5242-4730-87bf-04900087d528 Date: Sun, 20 Jan 2019 13:05: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"}}} 2019-01-20 13:05:04,722 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-895d43b9-5242-4730-87bf-04900087d528 2019-01-20 13:05:04,725 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-cfabc892-b37c-42c4-8aa5-82d2d45f9129 2019-01-20 13:05:04,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/34de813e-94e0-4944-b171-33f209f2caa4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d44a0d67115ba537cb286c2a1119a9367b1ee04e" 2019-01-20 13:05:05,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-da8ee03e-2b63-464c-b834-5d8d4dbaf1d7 Date: Sun, 20 Jan 2019 13:05:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-cfabc892-b37c-42c4-8aa5-82d2d45f9129", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:05:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:05:04Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/34de813e-94e0-4944-b171-33f209f2caa4/snap", "metadata": {}}], "self": "/v2/images/34de813e-94e0-4944-b171-33f209f2caa4", "min_disk": 0, "protected": false, "id": "34de813e-94e0-4944-b171-33f209f2caa4", "file": "/v2/images/34de813e-94e0-4944-b171-33f209f2caa4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0c30583ca6794719837c5fc795d5c771", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/34de813e-94e0-4944-b171-33f209f2caa4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:05:05,291 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/34de813e-94e0-4944-b171-33f209f2caa4 used request id req-da8ee03e-2b63-464c-b834-5d8d4dbaf1d7 2019-01-20 13:05:05,292 - create_image - DEBUG - Instance status is - active 2019-01-20 13:05:05,292 - create_image - DEBUG - Image is active with name - CreateInstanceTwoNetTests-cfabc892-b37c-42c4-8aa5-82d2d45f9129 2019-01-20 13:05:05,292 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-cfabc892-b37c-42c4-8aa5-82d2d45f9129 2019-01-20 13:05:05,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:05:05,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:05:05,758 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c145108850024b5e856d764907d7ac64", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj-role"}], "expires_at": "2019-01-20T14:05:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c30583ca6794719837c5fc795d5c771", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-user", "id": "67def1d23ddc4cb385908f5b32172a56"}, "audit_ids": ["9LYEHUQWQlii3rmch0iv7w"], "issued_at": "2019-01-20T13:05:05.000000Z"}} 2019-01-20 13:05:05,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e7439198c58143803331b904a9e0058c1bf190" 2019-01-20 13:05:05,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d7ef479-c415-4701-b494-b5b179e95345 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:05:05,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8d7ef479-c415-4701-b494-b5b179e95345 2019-01-20 13:05:05,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e7439198c58143803331b904a9e0058c1bf190" 2019-01-20 13:05:06,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8f3dfb88-9590-4254-9e5b-3b276203343c Date: Sun, 20 Jan 2019 13:05:06 GMT RESP BODY: {"networks":[]} 2019-01-20 13:05:06,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 used request id req-8f3dfb88-9590-4254-9e5b-3b276203343c 2019-01-20 13:05:06,015 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 2019-01-20 13:05:06,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e7439198c58143803331b904a9e0058c1bf190" -d '{"network": {"name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1", "admin_state_up": true}}' 2019-01-20 13:05:06,583 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-02f269de-ac0c-4499-a7dd-fdf58532cb04 Date: Sun, 20 Jan 2019 13:05:06 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:05:06Z","is_default":false,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:06Z","mtu":1450}} 2019-01-20 13:05:06,584 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-02f269de-ac0c-4499-a7dd-fdf58532cb04 2019-01-20 13:05:06,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e7439198c58143803331b904a9e0058c1bf190" 2019-01-20 13:05:06,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-7ee9ba5c-e25d-478e-8a5b-c954f4f34f63 Date: Sun, 20 Jan 2019 13:05: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":"2019-01-20T13:05:06Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1"}]} 2019-01-20 13:05:06,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 used request id req-7ee9ba5c-e25d-478e-8a5b-c954f4f34f63 2019-01-20 13:05:06,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e7439198c58143803331b904a9e0058c1bf190" 2019-01-20 13:05:07,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-93389ab2-3b3e-4937-949a-c1d39327a3c3 Date: Sun, 20 Jan 2019 13:05:07 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:05:07,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 used request id req-93389ab2-3b3e-4937-949a-c1d39327a3c3 2019-01-20 13:05:07,023 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1 2019-01-20 13:05:07,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e7439198c58143803331b904a9e0058c1bf190" -d '{"subnets": [{"ip_version": 4, "network_id": "bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1"}]}' 2019-01-20 13:05:07,809 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f8313dd6-3eb5-4287-b9fc-6a058a5a1017 Date: Sun, 20 Jan 2019 13:05:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:07Z","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":"0c30583ca6794719837c5fc795d5c771","id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1"}]} 2019-01-20 13:05:07,809 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-f8313dd6-3eb5-4287-b9fc-6a058a5a1017 2019-01-20 13:05:07,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e7439198c58143803331b904a9e0058c1bf190" 2019-01-20 13:05:08,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-bda646e7-6feb-4acb-926c-fe3c994325c4 Date: Sun, 20 Jan 2019 13:05:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2"],"updated_at":"2019-01-20T13:05:07Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1"}]} 2019-01-20 13:05:08,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 used request id req-bda646e7-6feb-4acb-926c-fe3c994325c4 2019-01-20 13:05:08,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e7439198c58143803331b904a9e0058c1bf190" 2019-01-20 13:05:08,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-aaf40bfd-4386-486f-b3bf-061f33e4f1d1 Date: Sun, 20 Jan 2019 13:05:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:07Z","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":"0c30583ca6794719837c5fc795d5c771","id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1"}]} 2019-01-20 13:05:08,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 used request id req-aaf40bfd-4386-486f-b3bf-061f33e4f1d1 2019-01-20 13:05:08,273 - OpenStackNetwork - DEBUG - Network [bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5] created successfully 2019-01-20 13:05:08,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:05:08,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:05:08,652 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c145108850024b5e856d764907d7ac64", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj-role"}], "expires_at": "2019-01-20T14:05:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c30583ca6794719837c5fc795d5c771", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-user", "id": "67def1d23ddc4cb385908f5b32172a56"}, "audit_ids": ["eSyUn66zTlaEP4t2t7kE_w"], "issued_at": "2019-01-20T13:05:08.000000Z"}} 2019-01-20 13:05:08,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df8d1b0d1ddb4b89991f332a5db2318cf05a135" 2019-01-20 13:05:08,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6b02d08-c852-405f-aa47-f6bedfd33bbd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:05:08,665 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c6b02d08-c852-405f-aa47-f6bedfd33bbd 2019-01-20 13:05:08,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df8d1b0d1ddb4b89991f332a5db2318cf05a135" 2019-01-20 13:05:08,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-880c13fa-41bc-4cd1-8c68-e8d7df3aa0ec Date: Sun, 20 Jan 2019 13:05:08 GMT RESP BODY: {"networks":[]} 2019-01-20 13:05:08,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 used request id req-880c13fa-41bc-4cd1-8c68-e8d7df3aa0ec 2019-01-20 13:05:08,835 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 2019-01-20 13:05:08,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df8d1b0d1ddb4b89991f332a5db2318cf05a135" -d '{"network": {"name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2", "admin_state_up": true}}' 2019-01-20 13:05:09,290 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-7cbfc5fd-46d0-491d-bd2e-61635d768b0a Date: Sun, 20 Jan 2019 13:05:09 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:05:09Z","is_default":false,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","mtu":1450}} 2019-01-20 13:05:09,290 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-7cbfc5fd-46d0-491d-bd2e-61635d768b0a 2019-01-20 13:05:09,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=5b97ee7a-9f45-4cae-98d8-509c8842fcac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df8d1b0d1ddb4b89991f332a5db2318cf05a135" 2019-01-20 13:05:09,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-4724735f-e866-4e00-9b22-7149074b2b96 Date: Sun, 20 Jan 2019 13:05: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":"2019-01-20T13:05:09Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2"}]} 2019-01-20 13:05:09,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=5b97ee7a-9f45-4cae-98d8-509c8842fcac used request id req-4724735f-e866-4e00-9b22-7149074b2b96 2019-01-20 13:05:09,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df8d1b0d1ddb4b89991f332a5db2318cf05a135" 2019-01-20 13:05:09,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0205f3c5-b688-4e50-baba-114c1f7b9ab9 Date: Sun, 20 Jan 2019 13:05:09 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:05:09,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac used request id req-0205f3c5-b688-4e50-baba-114c1f7b9ab9 2019-01-20 13:05:09,562 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2 2019-01-20 13:05:09,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df8d1b0d1ddb4b89991f332a5db2318cf05a135" -d '{"subnets": [{"ip_version": 4, "network_id": "5b97ee7a-9f45-4cae-98d8-509c8842fcac", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2"}]}' 2019-01-20 13:05:10,212 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-dd411dd0-a075-4d41-b354-793b229739a6 Date: Sun, 20 Jan 2019 13:05:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:09Z","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":"0c30583ca6794719837c5fc795d5c771","id":"defc94a8-713f-46b9-bd3b-6d11194a5455","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2"}]} 2019-01-20 13:05:10,212 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-dd411dd0-a075-4d41-b354-793b229739a6 2019-01-20 13:05:10,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=5b97ee7a-9f45-4cae-98d8-509c8842fcac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df8d1b0d1ddb4b89991f332a5db2318cf05a135" 2019-01-20 13:05:10,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-7b0733af-8f23-46ea-8a29-8c26bf8415db Date: Sun, 20 Jan 2019 13:05: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":["defc94a8-713f-46b9-bd3b-6d11194a5455"],"updated_at":"2019-01-20T13:05:09Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2"}]} 2019-01-20 13:05:10,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=5b97ee7a-9f45-4cae-98d8-509c8842fcac used request id req-7b0733af-8f23-46ea-8a29-8c26bf8415db 2019-01-20 13:05:10,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df8d1b0d1ddb4b89991f332a5db2318cf05a135" 2019-01-20 13:05:10,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-08d9dab0-6551-48f1-8f8d-5b7456d106e3 Date: Sun, 20 Jan 2019 13:05:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:09Z","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":"0c30583ca6794719837c5fc795d5c771","id":"defc94a8-713f-46b9-bd3b-6d11194a5455","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2"}]} 2019-01-20 13:05:10,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac used request id req-08d9dab0-6551-48f1-8f8d-5b7456d106e3 2019-01-20 13:05:10,696 - OpenStackNetwork - DEBUG - Network [5b97ee7a-9f45-4cae-98d8-509c8842fcac] created successfully 2019-01-20 13:05:10,696 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:05:10,697 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:05:11,085 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c145108850024b5e856d764907d7ac64", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj-role"}], "expires_at": "2019-01-20T14:05:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c30583ca6794719837c5fc795d5c771", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-user", "id": "67def1d23ddc4cb385908f5b32172a56"}, "audit_ids": ["PJh4RNR4RCWM4Y5oKtv-HQ"], "issued_at": "2019-01-20T13:05:11.000000Z"}} 2019-01-20 13:05:11,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:11,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06476c58-b182-4105-928a-ea1cbe5ea153 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:05:11,158 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-06476c58-b182-4105-928a-ea1cbe5ea153 2019-01-20 13:05:11,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:11,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-dac9937d-5d87-4835-844a-7055918d9cc1 Date: Sun, 20 Jan 2019 13:05:11 GMT RESP BODY: {"routers": []} 2019-01-20 13:05:11,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-pub-router&admin_state_up=True used request id req-dac9937d-5d87-4835-844a-7055918d9cc1 2019-01-20 13:05:11,363 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:05:11,364 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:05:11,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c145108850024b5e856d764907d7ac64", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj-role"}], "expires_at": "2019-01-20T14:05:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c30583ca6794719837c5fc795d5c771", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-user", "id": "67def1d23ddc4cb385908f5b32172a56"}, "audit_ids": ["LSr96Ko0Qpqn7uUklquRwg"], "issued_at": "2019-01-20T13:05:11.000000Z"}} 2019-01-20 13:05:11,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a5fe0f218563c7bf42880ee89cd391e3278f942" 2019-01-20 13:05:11,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb929464-6606-4e3b-89f3-a0818cf048b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:05:11,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fb929464-6606-4e3b-89f3-a0818cf048b0 2019-01-20 13:05:11,827 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-pub-router 2019-01-20 13:05:11,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" -d '{"router": {"name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-pub-router", "admin_state_up": true}}' 2019-01-20 13:05:15,790 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 536 X-Openstack-Request-Id: req-12309d8b-97f6-4291-a89a-228502ba025a Date: Sun, 20 Jan 2019 13:05:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:12Z", "admin_state_up": true, "updated_at": "2019-01-20T13:05:12Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "f554c311-ad8a-42ad-914c-f93d666ee303", "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-pub-router"}} 2019-01-20 13:05:15,790 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-12309d8b-97f6-4291-a89a-228502ba025a 2019-01-20 13:05:15,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=f554c311-ad8a-42ad-914c-f93d666ee303 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:15,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3469a96e-28fb-4730-85e4-2c3d2c69c1cb Date: Sun, 20 Jan 2019 13:05:15 GMT RESP BODY: {"ports":[]} 2019-01-20 13:05:15,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=f554c311-ad8a-42ad-914c-f93d666ee303 used request id req-3469a96e-28fb-4730-85e4-2c3d2c69c1cb 2019-01-20 13:05:16,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:16,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-6a0a946c-4352-49be-83bf-668852d6fac1 Date: Sun, 20 Jan 2019 13:05: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":["8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2"],"updated_at":"2019-01-20T13:05:07Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1"}]} 2019-01-20 13:05:16,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 used request id req-6a0a946c-4352-49be-83bf-668852d6fac1 2019-01-20 13:05:16,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:05:16,246 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:05: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:05:16,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:16,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c28a828d-5a54-45b6-94f4-783f57333c9c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771"}, "enabled": true, "id": "0c30583ca6794719837c5fc795d5c771", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}} 2019-01-20 13:05:16,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 used request id req-c28a828d-5a54-45b6-94f4-783f57333c9c 2019-01-20 13:05:16,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:16,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9ae44e26-6b83-4d0c-ade4-66b3f3e1cb1f Date: Sun, 20 Jan 2019 13:05:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:07Z","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":"0c30583ca6794719837c5fc795d5c771","id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1"}]} 2019-01-20 13:05:16,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 used request id req-9ae44e26-6b83-4d0c-ade4-66b3f3e1cb1f 2019-01-20 13:05:16,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-router-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:16,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-425d8b1a-a626-47db-be37-bf783510a302 Date: Sun, 20 Jan 2019 13:05:16 GMT RESP BODY: {"ports":[]} 2019-01-20 13:05:16,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-router-port1&admin_state_up=True used request id req-425d8b1a-a626-47db-be37-bf783510a302 2019-01-20 13:05:16,725 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-router-port1 for router - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-pub-router 2019-01-20 13:05:16,725 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:05:16,726 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:05:17,095 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c145108850024b5e856d764907d7ac64", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj-role"}], "expires_at": "2019-01-20T14:05:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c30583ca6794719837c5fc795d5c771", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-user", "id": "67def1d23ddc4cb385908f5b32172a56"}, "audit_ids": ["1SB8bJk0QIWa9GytwNC12w"], "issued_at": "2019-01-20T13:05:17.000000Z"}} 2019-01-20 13:05:17,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec5f42f7d4d65cb324fe2cfc489aac7d369d10e3" 2019-01-20 13:05:17,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9405eb93-0356-4e37-8b00-046618195063 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:05:17,171 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9405eb93-0356-4e37-8b00-046618195063 2019-01-20 13:05:17,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:17,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-9e71af46-531b-4c86-bf56-4269fe4958e3 Date: Sun, 20 Jan 2019 13:05: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":["8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2"],"updated_at":"2019-01-20T13:05:07Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1"}]} 2019-01-20 13:05:17,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 used request id req-9e71af46-531b-4c86-bf56-4269fe4958e3 2019-01-20 13:05:17,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:17,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-89bca7a1-0aae-424c-a03f-1d3d7366d5bf Date: Sun, 20 Jan 2019 13:05:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:07Z","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":"0c30583ca6794719837c5fc795d5c771","id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1"}]} 2019-01-20 13:05:17,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 used request id req-89bca7a1-0aae-424c-a03f-1d3d7366d5bf 2019-01-20 13:05:17,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:17,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-2ca9f96c-e961-4228-b311-2947bad20e90 Date: Sun, 20 Jan 2019 13:05: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":["8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2"],"updated_at":"2019-01-20T13:05:07Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1"}]} 2019-01-20 13:05:17,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 used request id req-2ca9f96c-e961-4228-b311-2947bad20e90 2019-01-20 13:05:17,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:05:17,938 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:05: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:05:17,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec5f42f7d4d65cb324fe2cfc489aac7d369d10e3" 2019-01-20 13:05:18,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-521a218c-f0b3-45ea-8842-00454115104f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771"}, "enabled": true, "id": "0c30583ca6794719837c5fc795d5c771", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}} 2019-01-20 13:05:18,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 used request id req-521a218c-f0b3-45ea-8842-00454115104f 2019-01-20 13:05:18,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:18,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6dbd90de-d835-44fa-9034-2f6d4572983c Date: Sun, 20 Jan 2019 13:05:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:07Z","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":"0c30583ca6794719837c5fc795d5c771","id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1"}]} 2019-01-20 13:05:18,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 used request id req-6dbd90de-d835-44fa-9034-2f6d4572983c 2019-01-20 13:05:18,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:18,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8cdd22a3-6433-405e-be4c-5c89b26682ee Date: Sun, 20 Jan 2019 13:05:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:07Z","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":"0c30583ca6794719837c5fc795d5c771","id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1"}]} 2019-01-20 13:05:18,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1 used request id req-8cdd22a3-6433-405e-be4c-5c89b26682ee 2019-01-20 13:05:18,134 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 2019-01-20 13:05:18,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" -d '{"port": {"network_id": "bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5", "fixed_ips": [{"subnet_id": "8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2", "ip_address": "10.200.201.1"}], "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-router-port1", "admin_state_up": true}}' 2019-01-20 13:05:19,164 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-27936089-1a16-4bc3-9cf2-6b6dce63ed29 Date: Sun, 20 Jan 2019 13:05:19 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:05:18Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","ip_address":"10.200.201.1"}],"id":"c35e6470-1995-43ef-b497-698513e97161","security_groups":["d419b24e-b00a-485d-ba5b-5a33ddb9cf88"],"mac_address":"fa:16:3e:d0:8a:6b","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-router-port1","project_id":"0c30583ca6794719837c5fc795d5c771","qos_policy_id":null,"admin_state_up":true,"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:18Z","binding:vnic_type":"normal"}} 2019-01-20 13:05:19,165 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-27936089-1a16-4bc3-9cf2-6b6dce63ed29 2019-01-20 13:05:19,165 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-router-port1 for router - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-pub-router 2019-01-20 13:05:19,165 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-pub-router 2019-01-20 13:05:19,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/f554c311-ad8a-42ad-914c-f93d666ee303/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" -d '{"port_id": "c35e6470-1995-43ef-b497-698513e97161"}' 2019-01-20 13:05:21,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-41885fcd-3cd2-45dc-badd-1583c1e8b595 Date: Sun, 20 Jan 2019 13:05:21 GMT RESP BODY: {"network_id": "bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "subnet_id": "8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2", "subnet_ids": ["8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2"], "port_id": "c35e6470-1995-43ef-b497-698513e97161", "id": "f554c311-ad8a-42ad-914c-f93d666ee303"} 2019-01-20 13:05:21,010 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/f554c311-ad8a-42ad-914c-f93d666ee303/add_router_interface used request id req-41885fcd-3cd2-45dc-badd-1583c1e8b595 2019-01-20 13:05:21,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:21,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-6128b686-543b-495d-bb7b-4f7a38f5962c Date: Sun, 20 Jan 2019 13:05: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":["defc94a8-713f-46b9-bd3b-6d11194a5455"],"updated_at":"2019-01-20T13:05:09Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2"}]} 2019-01-20 13:05:21,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 used request id req-6128b686-543b-495d-bb7b-4f7a38f5962c 2019-01-20 13:05:21,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:21,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17165534-9443-485a-857d-407e9db4a34f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771"}, "enabled": true, "id": "0c30583ca6794719837c5fc795d5c771", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}} 2019-01-20 13:05:21,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 used request id req-17165534-9443-485a-857d-407e9db4a34f 2019-01-20 13:05:21,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:21,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b7387a7c-407c-491a-b51d-d1881fee9c11 Date: Sun, 20 Jan 2019 13:05:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:09Z","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":"0c30583ca6794719837c5fc795d5c771","id":"defc94a8-713f-46b9-bd3b-6d11194a5455","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2"}]} 2019-01-20 13:05:21,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac used request id req-b7387a7c-407c-491a-b51d-d1881fee9c11 2019-01-20 13:05:21,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-router-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:21,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0edb76b9-6168-42ad-9dc5-23e9874f2ab1 Date: Sun, 20 Jan 2019 13:05:21 GMT RESP BODY: {"ports":[]} 2019-01-20 13:05:21,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-router-port2&admin_state_up=True used request id req-0edb76b9-6168-42ad-9dc5-23e9874f2ab1 2019-01-20 13:05:21,709 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-router-port2 for router - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-pub-router 2019-01-20 13:05:21,710 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:05:21,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:05:22,090 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c145108850024b5e856d764907d7ac64", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj-role"}], "expires_at": "2019-01-20T14:05:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c30583ca6794719837c5fc795d5c771", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-user", "id": "67def1d23ddc4cb385908f5b32172a56"}, "audit_ids": ["FWp9gMKvQBCETEkr0j-9Mg"], "issued_at": "2019-01-20T13:05:22.000000Z"}} 2019-01-20 13:05:22,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c3e07ebc8ba6e1f257af37c023254bbef10e" 2019-01-20 13:05:22,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69bc9857-e2c3-4e59-8796-4fa35ded4d56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:05:22,161 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-69bc9857-e2c3-4e59-8796-4fa35ded4d56 2019-01-20 13:05:22,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:22,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-b50cf1e4-e630-4659-aed7-7848b75902cc Date: Sun, 20 Jan 2019 13:05: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":["defc94a8-713f-46b9-bd3b-6d11194a5455"],"updated_at":"2019-01-20T13:05:09Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2"}]} 2019-01-20 13:05:22,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 used request id req-b50cf1e4-e630-4659-aed7-7848b75902cc 2019-01-20 13:05:22,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:22,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7b9b39df-7a24-441c-8bb0-f8679bf4e9a8 Date: Sun, 20 Jan 2019 13:05:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:09Z","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":"0c30583ca6794719837c5fc795d5c771","id":"defc94a8-713f-46b9-bd3b-6d11194a5455","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2"}]} 2019-01-20 13:05:22,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac used request id req-7b9b39df-7a24-441c-8bb0-f8679bf4e9a8 2019-01-20 13:05:22,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:22,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-efff70e0-6feb-40b2-beec-57e7252ab5f2 Date: Sun, 20 Jan 2019 13:05: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":["defc94a8-713f-46b9-bd3b-6d11194a5455"],"updated_at":"2019-01-20T13:05:09Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2"}]} 2019-01-20 13:05:22,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 used request id req-efff70e0-6feb-40b2-beec-57e7252ab5f2 2019-01-20 13:05:22,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:05:22,879 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:05: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:05:22,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c3e07ebc8ba6e1f257af37c023254bbef10e" 2019-01-20 13:05:22,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59892e15-e053-4ac0-8b4c-0cb8ee4964ca Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771"}, "enabled": true, "id": "0c30583ca6794719837c5fc795d5c771", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}} 2019-01-20 13:05:22,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 used request id req-59892e15-e053-4ac0-8b4c-0cb8ee4964ca 2019-01-20 13:05:22,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:23,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-51052aae-a30e-4833-9a44-edcf38fc17d8 Date: Sun, 20 Jan 2019 13:05:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:09Z","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":"0c30583ca6794719837c5fc795d5c771","id":"defc94a8-713f-46b9-bd3b-6d11194a5455","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2"}]} 2019-01-20 13:05:23,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac used request id req-51052aae-a30e-4833-9a44-edcf38fc17d8 2019-01-20 13:05:23,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:23,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3df048a2-fb76-49ed-bf8c-3c8e16642e94 Date: Sun, 20 Jan 2019 13:05:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:09Z","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":"0c30583ca6794719837c5fc795d5c771","id":"defc94a8-713f-46b9-bd3b-6d11194a5455","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2"}]} 2019-01-20 13:05:23,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2 used request id req-3df048a2-fb76-49ed-bf8c-3c8e16642e94 2019-01-20 13:05:23,082 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 2019-01-20 13:05:23,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" -d '{"port": {"network_id": "5b97ee7a-9f45-4cae-98d8-509c8842fcac", "fixed_ips": [{"subnet_id": "defc94a8-713f-46b9-bd3b-6d11194a5455", "ip_address": "10.200.202.1"}], "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-router-port2", "admin_state_up": true}}' 2019-01-20 13:05:23,949 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-848710a6-a307-4338-9e6a-5a1ff3951004 Date: Sun, 20 Jan 2019 13:05:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:05:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"defc94a8-713f-46b9-bd3b-6d11194a5455","ip_address":"10.200.202.1"}],"id":"1c05dff0-5e30-45a8-8cea-38c4dd928b41","security_groups":["d419b24e-b00a-485d-ba5b-5a33ddb9cf88"],"mac_address":"fa:16:3e:3a:c3:66","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-router-port2","project_id":"0c30583ca6794719837c5fc795d5c771","qos_policy_id":null,"admin_state_up":true,"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:23Z","binding:vnic_type":"normal"}} 2019-01-20 13:05:23,949 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-848710a6-a307-4338-9e6a-5a1ff3951004 2019-01-20 13:05:23,950 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-router-port2 for router - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-pub-router 2019-01-20 13:05:23,950 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-pub-router 2019-01-20 13:05:23,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/f554c311-ad8a-42ad-914c-f93d666ee303/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" -d '{"port_id": "1c05dff0-5e30-45a8-8cea-38c4dd928b41"}' 2019-01-20 13:05:25,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-af0ef096-d425-4885-a28b-fd8d1ddb05fa Date: Sun, 20 Jan 2019 13:05:25 GMT RESP BODY: {"network_id": "5b97ee7a-9f45-4cae-98d8-509c8842fcac", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "subnet_id": "defc94a8-713f-46b9-bd3b-6d11194a5455", "subnet_ids": ["defc94a8-713f-46b9-bd3b-6d11194a5455"], "port_id": "1c05dff0-5e30-45a8-8cea-38c4dd928b41", "id": "f554c311-ad8a-42ad-914c-f93d666ee303"} 2019-01-20 13:05:25,575 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/f554c311-ad8a-42ad-914c-f93d666ee303/add_router_interface used request id req-af0ef096-d425-4885-a28b-fd8d1ddb05fa 2019-01-20 13:05:25,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/f554c311-ad8a-42ad-914c-f93d666ee303 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:25,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 542 X-Openstack-Request-Id: req-4b0f4efb-7742-4ecf-a78e-0d38a7b58533 Date: Sun, 20 Jan 2019 13:05:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:12Z", "admin_state_up": true, "updated_at": "2019-01-20T13:05:24Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "f554c311-ad8a-42ad-914c-f93d666ee303", "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-pub-router"}} 2019-01-20 13:05:25,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/f554c311-ad8a-42ad-914c-f93d666ee303 used request id req-4b0f4efb-7742-4ecf-a78e-0d38a7b58533 2019-01-20 13:05:25,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=f554c311-ad8a-42ad-914c-f93d666ee303 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:25,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1728 X-Openstack-Request-Id: req-9ed4c55c-e753-4b02-9a59-a1b0591e9458 Date: Sun, 20 Jan 2019 13:05:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:05:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"defc94a8-713f-46b9-bd3b-6d11194a5455","ip_address":"10.200.202.1"}],"id":"1c05dff0-5e30-45a8-8cea-38c4dd928b41","security_groups":["d419b24e-b00a-485d-ba5b-5a33ddb9cf88"],"mac_address":"fa:16:3e:3a:c3:66","project_id":"0c30583ca6794719837c5fc795d5c771","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-router-port2","admin_state_up":true,"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:23Z","binding:vnic_type":"normal","device_id":"f554c311-ad8a-42ad-914c-f93d666ee303"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:05:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","ip_address":"10.200.201.1"}],"id":"c35e6470-1995-43ef-b497-698513e97161","security_groups":["d419b24e-b00a-485d-ba5b-5a33ddb9cf88"],"mac_address":"fa:16:3e:d0:8a:6b","project_id":"0c30583ca6794719837c5fc795d5c771","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-router-port1","admin_state_up":true,"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:18Z","binding:vnic_type":"normal","device_id":"f554c311-ad8a-42ad-914c-f93d666ee303"}]} 2019-01-20 13:05:25,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=f554c311-ad8a-42ad-914c-f93d666ee303 used request id req-9ed4c55c-e753-4b02-9a59-a1b0591e9458 2019-01-20 13:05:25,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:25,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-c218a7af-2827-464f-86da-5c8ddc1b16fb Date: Sun, 20 Jan 2019 13:05:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:07Z","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":"0c30583ca6794719837c5fc795d5c771","id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1"}} 2019-01-20 13:05:25,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2 used request id req-c218a7af-2827-464f-86da-5c8ddc1b16fb 2019-01-20 13:05:25,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/defc94a8-713f-46b9-bd3b-6d11194a5455 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:05:25,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-3e7eb586-fbdb-4b79-a47f-2e4e02d5a4bd Date: Sun, 20 Jan 2019 13:05:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:09Z","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":"0c30583ca6794719837c5fc795d5c771","id":"defc94a8-713f-46b9-bd3b-6d11194a5455","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2"}} 2019-01-20 13:05:25,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/defc94a8-713f-46b9-bd3b-6d11194a5455 used request id req-3e7eb586-fbdb-4b79-a47f-2e4e02d5a4bd 2019-01-20 13:05:25,994 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:05:25,995 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:05:26,376 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:05:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["GghtKNz6SkakurRXpgkiVA"], "issued_at": "2019-01-20T13:05:26.000000Z"}} 2019-01-20 13:05:26,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d348c2fb5495b82be1742c80cc0b8104d5814" 2019-01-20 13:05:26,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7ab9b1a-bb69-42e1-8de6-556a61eeba76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:05:26,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b7ab9b1a-bb69-42e1-8de6-556a61eeba76 2019-01-20 13:05:26,463 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:05:26,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d348c2fb5495b82be1742c80cc0b8104d5814" 2019-01-20 13:05:26,664 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-66555e87-9684-41a2-bbf5-5ee840f2115d x-compute-request-id: req-66555e87-9684-41a2-bbf5-5ee840f2115d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:05:26,664 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-66555e87-9684-41a2-bbf5-5ee840f2115d 2019-01-20 13:05:26,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d348c2fb5495b82be1742c80cc0b8104d5814" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 512, "id": null, "swap": 0}}' 2019-01-20 13:05:26,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bfd8e92-ce77-4490-8b6e-6923f97c9ec0 x-compute-request-id: req-6bfd8e92-ce77-4490-8b6e-6923f97c9ec0 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:05:26,722 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-6bfd8e92-ce77-4490-8b6e-6923f97c9ec0 2019-01-20 13:05:26,723 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:05:26,724 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:05:27,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c145108850024b5e856d764907d7ac64", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj-role"}], "expires_at": "2019-01-20T14:05:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c30583ca6794719837c5fc795d5c771", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-user", "id": "67def1d23ddc4cb385908f5b32172a56"}, "audit_ids": ["VF3mhg8DQia5UYeiGFtbFw"], "issued_at": "2019-01-20T13:05:27.000000Z"}} 2019-01-20 13:05:27,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3addee5c3b881e1c9e693dd7aa4a2c08de7c5ec3" 2019-01-20 13:05:27,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-567be542-5471-40cf-9738-22762aa679ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:05:27,180 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-567be542-5471-40cf-9738-22762aa679ab 2019-01-20 13:05:27,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3addee5c3b881e1c9e693dd7aa4a2c08de7c5ec3" 2019-01-20 13:05:27,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-6c4fe94a-1d93-48d5-acf5-162798bed54c Date: Sun, 20 Jan 2019 13:05:27 GMT RESP BODY: {"security_groups": []} 2019-01-20 13:05:27,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-sec-grp used request id req-6c4fe94a-1d93-48d5-acf5-162798bed54c 2019-01-20 13:05:27,367 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-sec-grp... 2019-01-20 13:05:27,367 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-sec-grp 2019-01-20 13:05:27,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3addee5c3b881e1c9e693dd7aa4a2c08de7c5ec3" -d '{"security_group": {"name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-sec-grp"}}' 2019-01-20 13:05:27,736 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1402 X-Openstack-Request-Id: req-87b509de-8599-46fe-9fa0-95148e7a5651 Date: Sun, 20 Jan 2019 13:05:27 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:27Z", "updated_at": "2019-01-20T13:05:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "revision_number": 0, "id": "5999d870-d3f2-49fa-a4e1-ae476c1e8bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "port_range_min": null, "ethertype": "IPv4", "project_id": "0c30583ca6794719837c5fc795d5c771"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "revision_number": 0, "id": "e8c39e08-2f17-49b2-9fe5-092c5f829b41", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "port_range_min": null, "ethertype": "IPv6", "project_id": "0c30583ca6794719837c5fc795d5c771"}], "revision_number": 2, "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-sec-grp"}} 2019-01-20 13:05:27,736 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-87b509de-8599-46fe-9fa0-95148e7a5651 2019-01-20 13:05:27,737 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 2019-01-20 13:05:27,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3addee5c3b881e1c9e693dd7aa4a2c08de7c5ec3" 2019-01-20 13:05:27,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e80ffc3c-31d5-4bae-8860-a831333e85c8 Date: Sun, 20 Jan 2019 13:05:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "port_range_min": null, "revision_number": 0, "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:27Z", "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "5999d870-d3f2-49fa-a4e1-ae476c1e8bd9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "port_range_min": null, "revision_number": 0, "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:27Z", "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "e8c39e08-2f17-49b2-9fe5-092c5f829b41"}]} 2019-01-20 13:05:27,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 used request id req-e80ffc3c-31d5-4bae-8860-a831333e85c8 2019-01-20 13:05:27,922 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 2019-01-20 13:05:27,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3addee5c3b881e1c9e693dd7aa4a2c08de7c5ec3" 2019-01-20 13:05:28,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dac9f430-6f45-4f59-97da-83c9a5f55a8a Date: Sun, 20 Jan 2019 13:05:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "port_range_min": null, "revision_number": 0, "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:27Z", "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "5999d870-d3f2-49fa-a4e1-ae476c1e8bd9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "port_range_min": null, "revision_number": 0, "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:27Z", "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "e8c39e08-2f17-49b2-9fe5-092c5f829b41"}]} 2019-01-20 13:05:28,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 used request id req-dac9f430-6f45-4f59-97da-83c9a5f55a8a 2019-01-20 13:05:28,101 - neutron_utils - INFO - Retrieving security group with ID - 6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 2019-01-20 13:05:28,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3addee5c3b881e1c9e693dd7aa4a2c08de7c5ec3" 2019-01-20 13:05:28,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-cc000969-5702-4399-a4ca-32d0af9fbc3d Date: Sun, 20 Jan 2019 13:05:28 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:27Z", "updated_at": "2019-01-20T13:05:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "revision_number": 0, "id": "5999d870-d3f2-49fa-a4e1-ae476c1e8bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "port_range_min": null, "ethertype": "IPv4", "project_id": "0c30583ca6794719837c5fc795d5c771"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "revision_number": 0, "id": "e8c39e08-2f17-49b2-9fe5-092c5f829b41", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "port_range_min": null, "ethertype": "IPv6", "project_id": "0c30583ca6794719837c5fc795d5c771"}], "revision_number": 2, "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-sec-grp"}]} 2019-01-20 13:05:28,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 used request id req-cc000969-5702-4399-a4ca-32d0af9fbc3d 2019-01-20 13:05:28,299 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 2019-01-20 13:05:28,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3addee5c3b881e1c9e693dd7aa4a2c08de7c5ec3" 2019-01-20 13:05:28,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-582315f5-774d-4b5d-9cd0-e50afcf75a5f Date: Sun, 20 Jan 2019 13:05:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "port_range_min": null, "revision_number": 0, "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:27Z", "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "5999d870-d3f2-49fa-a4e1-ae476c1e8bd9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "port_range_min": null, "revision_number": 0, "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:27Z", "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "e8c39e08-2f17-49b2-9fe5-092c5f829b41"}]} 2019-01-20 13:05:28,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 used request id req-582315f5-774d-4b5d-9cd0-e50afcf75a5f 2019-01-20 13:05:28,474 - neutron_utils - INFO - Retrieving security group with ID - 6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 2019-01-20 13:05:28,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3addee5c3b881e1c9e693dd7aa4a2c08de7c5ec3" 2019-01-20 13:05:28,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-c09a9892-02af-4b2e-9b98-57b52a619470 Date: Sun, 20 Jan 2019 13:05:28 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:27Z", "updated_at": "2019-01-20T13:05:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "revision_number": 0, "id": "5999d870-d3f2-49fa-a4e1-ae476c1e8bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "port_range_min": null, "ethertype": "IPv4", "project_id": "0c30583ca6794719837c5fc795d5c771"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "revision_number": 0, "id": "e8c39e08-2f17-49b2-9fe5-092c5f829b41", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "port_range_min": null, "ethertype": "IPv6", "project_id": "0c30583ca6794719837c5fc795d5c771"}], "revision_number": 2, "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-sec-grp"}]} 2019-01-20 13:05:28,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 used request id req-c09a9892-02af-4b2e-9b98-57b52a619470 2019-01-20 13:05:28,665 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 2019-01-20 13:05:28,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3addee5c3b881e1c9e693dd7aa4a2c08de7c5ec3" 2019-01-20 13:05:28,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-477df539-e561-4df4-87bc-21e3e395e932 Date: Sun, 20 Jan 2019 13:05:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "port_range_min": null, "revision_number": 0, "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:27Z", "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "5999d870-d3f2-49fa-a4e1-ae476c1e8bd9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "port_range_min": null, "revision_number": 0, "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:27Z", "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "e8c39e08-2f17-49b2-9fe5-092c5f829b41"}]} 2019-01-20 13:05:28,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 used request id req-477df539-e561-4df4-87bc-21e3e395e932 2019-01-20 13:05:28,850 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-sec-grp 2019-01-20 13:05:28,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3addee5c3b881e1c9e693dd7aa4a2c08de7c5ec3" 2019-01-20 13:05:28,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-ed35eee5-edbd-4de5-84b1-0aacdc62bba6 Date: Sun, 20 Jan 2019 13:05:28 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:27Z", "updated_at": "2019-01-20T13:05:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "revision_number": 0, "id": "5999d870-d3f2-49fa-a4e1-ae476c1e8bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "port_range_min": null, "ethertype": "IPv4", "project_id": "0c30583ca6794719837c5fc795d5c771"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "revision_number": 0, "id": "e8c39e08-2f17-49b2-9fe5-092c5f829b41", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "port_range_min": null, "ethertype": "IPv6", "project_id": "0c30583ca6794719837c5fc795d5c771"}], "revision_number": 2, "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-sec-grp"}]} 2019-01-20 13:05:28,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-sec-grp used request id req-ed35eee5-edbd-4de5-84b1-0aacdc62bba6 2019-01-20 13:05:28,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:05:28,912 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:05: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:05:28,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3addee5c3b881e1c9e693dd7aa4a2c08de7c5ec3" 2019-01-20 13:05:28,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfb0f571-4e48-41b4-a486-0a17271478c2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771"}, "enabled": true, "id": "0c30583ca6794719837c5fc795d5c771", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}} 2019-01-20 13:05:28,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 used request id req-cfb0f571-4e48-41b4-a486-0a17271478c2 2019-01-20 13:05:28,998 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 2019-01-20 13:05:29,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3addee5c3b881e1c9e693dd7aa4a2c08de7c5ec3" 2019-01-20 13:05:29,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d2728580-73ce-4e05-8420-789978c6b142 Date: Sun, 20 Jan 2019 13:05:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "port_range_min": null, "revision_number": 0, "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:27Z", "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "5999d870-d3f2-49fa-a4e1-ae476c1e8bd9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "port_range_min": null, "revision_number": 0, "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:27Z", "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "e8c39e08-2f17-49b2-9fe5-092c5f829b41"}]} 2019-01-20 13:05:29,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 used request id req-d2728580-73ce-4e05-8420-789978c6b142 2019-01-20 13:05:29,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}3addee5c3b881e1c9e693dd7aa4a2c08de7c5ec3" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67"}}' 2019-01-20 13:05:29,504 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-ccc7d99f-dcfd-4ccb-8f9b-d13511ae6665 Date: Sun, 20 Jan 2019 13:05:29 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": "2019-01-20T13:05:29Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "port_range_min": null, "revision_number": 0, "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:29Z", "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "88e950ce-f4c0-4362-bae5-55262edea607"}} 2019-01-20 13:05:29,504 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-ccc7d99f-dcfd-4ccb-8f9b-d13511ae6665 2019-01-20 13:05:29,504 - neutron_utils - INFO - Retrieving security group with ID - 6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 2019-01-20 13:05:29,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3addee5c3b881e1c9e693dd7aa4a2c08de7c5ec3" 2019-01-20 13:05:29,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1903 X-Openstack-Request-Id: req-cd8a9c82-bc5c-4132-a76a-72d07bc79bc5 Date: Sun, 20 Jan 2019 13:05:29 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:27Z", "updated_at": "2019-01-20T13:05:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "revision_number": 0, "id": "5999d870-d3f2-49fa-a4e1-ae476c1e8bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "port_range_min": null, "ethertype": "IPv4", "project_id": "0c30583ca6794719837c5fc795d5c771"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:05:29Z", "revision_number": 0, "id": "88e950ce-f4c0-4362-bae5-55262edea607", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:05:29Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "port_range_min": null, "ethertype": "IPv4", "project_id": "0c30583ca6794719837c5fc795d5c771"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "revision_number": 0, "id": "e8c39e08-2f17-49b2-9fe5-092c5f829b41", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "port_range_min": null, "ethertype": "IPv6", "project_id": "0c30583ca6794719837c5fc795d5c771"}], "revision_number": 3, "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-sec-grp"}]} 2019-01-20 13:05:29,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 used request id req-cd8a9c82-bc5c-4132-a76a-72d07bc79bc5 2019-01-20 13:05:29,729 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 2019-01-20 13:05:29,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3addee5c3b881e1c9e693dd7aa4a2c08de7c5ec3" 2019-01-20 13:05:29,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-b0f545ac-f55e-4639-a411-24e3f2cbe7c6 Date: Sun, 20 Jan 2019 13:05:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "port_range_min": null, "revision_number": 0, "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:27Z", "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "5999d870-d3f2-49fa-a4e1-ae476c1e8bd9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:05:29Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "port_range_min": null, "revision_number": 0, "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:29Z", "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "88e950ce-f4c0-4362-bae5-55262edea607"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:05:27Z", "security_group_id": "6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67", "port_range_min": null, "revision_number": 0, "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:27Z", "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "e8c39e08-2f17-49b2-9fe5-092c5f829b41"}]} 2019-01-20 13:05:29,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 used request id req-b0f545ac-f55e-4639-a411-24e3f2cbe7c6 2019-01-20 13:05:29,918 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:05:29,919 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:05:30,293 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c145108850024b5e856d764907d7ac64", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj-role"}], "expires_at": "2019-01-20T14:05:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c30583ca6794719837c5fc795d5c771", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-user", "id": "67def1d23ddc4cb385908f5b32172a56"}, "audit_ids": ["xljU2dXeQi69x6_Vp16YMw"], "issued_at": "2019-01-20T13:05:30.000000Z"}} 2019-01-20 13:05:30,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:30,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbd5f1db-a67a-4e1c-a714-84a49d989565 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:05:30,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cbd5f1db-a67a-4e1c-a714-84a49d989565 2019-01-20 13:05:30,384 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:05:30,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:30,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5ff8e28-a354-4d88-b778-36c7b29305af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:05:30,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d5ff8e28-a354-4d88-b778-36c7b29305af 2019-01-20 13:05:30,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:30,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-c66f8b93-3e28-4cb0-814e-0af0b83bc5cb Date: Sun, 20 Jan 2019 13:05: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":["8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2"],"updated_at":"2019-01-20T13:05:07Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1"}]} 2019-01-20 13:05:30,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 used request id req-c66f8b93-3e28-4cb0-814e-0af0b83bc5cb 2019-01-20 13:05:30,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:05:30,730 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:05:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:05:30,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:30,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2facfc07-529c-4419-97a8-d1e7511748c9 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771"}, "enabled": true, "id": "0c30583ca6794719837c5fc795d5c771", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}} 2019-01-20 13:05:30,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 used request id req-2facfc07-529c-4419-97a8-d1e7511748c9 2019-01-20 13:05:30,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:31,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b28b93d2-aa06-42ba-bb16-0c2969079041 Date: Sun, 20 Jan 2019 13:05:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:07Z","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":"0c30583ca6794719837c5fc795d5c771","id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1"}]} 2019-01-20 13:05:31,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 used request id req-b28b93d2-aa06-42ba-bb16-0c2969079041 2019-01-20 13:05:31,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:31,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f222086e-c5b7-4115-8838-4c97bd9c5bbe Date: Sun, 20 Jan 2019 13:05:31 GMT RESP BODY: {"ports":[]} 2019-01-20 13:05:31,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm1-port&admin_state_up=True used request id req-f222086e-c5b7-4115-8838-4c97bd9c5bbe 2019-01-20 13:05:31,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:31,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-730fe88c-da45-41cb-815f-71025001c210 x-compute-request-id: req-730fe88c-da45-41cb-815f-71025001c210 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:05:31,462 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1 used request id req-730fe88c-da45-41cb-815f-71025001c210 2019-01-20 13:05:31,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:31,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-4273fa79-be3e-48b4-a299-ad0eafb6a192 Date: Sun, 20 Jan 2019 13:05: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":["8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2"],"updated_at":"2019-01-20T13:05:07Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1"}]} 2019-01-20 13:05:31,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 used request id req-4273fa79-be3e-48b4-a299-ad0eafb6a192 2019-01-20 13:05:31,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:31,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f04f06e-ad69-4925-ba82-e3e812d788db Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771"}, "enabled": true, "id": "0c30583ca6794719837c5fc795d5c771", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}} 2019-01-20 13:05:31,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 used request id req-6f04f06e-ad69-4925-ba82-e3e812d788db 2019-01-20 13:05:31,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:32,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1965a3f4-636a-41c4-843f-183c251ea7b9 Date: Sun, 20 Jan 2019 13:05:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:07Z","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":"0c30583ca6794719837c5fc795d5c771","id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1"}]} 2019-01-20 13:05:32,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 used request id req-1965a3f4-636a-41c4-843f-183c251ea7b9 2019-01-20 13:05:32,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:32,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3abd4cbb-7ef1-46c1-ac98-04551fefcba4 Date: Sun, 20 Jan 2019 13:05:32 GMT RESP BODY: {"ports":[]} 2019-01-20 13:05:32,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm1-port&admin_state_up=True used request id req-3abd4cbb-7ef1-46c1-ac98-04551fefcba4 2019-01-20 13:05:32,184 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:05:32,185 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:05:32,551 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c145108850024b5e856d764907d7ac64", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj-role"}], "expires_at": "2019-01-20T14:05:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c30583ca6794719837c5fc795d5c771", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-user", "id": "67def1d23ddc4cb385908f5b32172a56"}, "audit_ids": ["yzQh-333SyOTpQAQ0Ftp-g"], "issued_at": "2019-01-20T13:05:32.000000Z"}} 2019-01-20 13:05:32,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9c950fff673bf1f5c780f3399881dd2209f498" 2019-01-20 13:05:32,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e7ff5b9-20c9-45a5-8086-cb779e60850c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:05:32,638 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0e7ff5b9-20c9-45a5-8086-cb779e60850c 2019-01-20 13:05:32,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:32,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-b0448348-7232-4948-85ed-db6b8e603855 Date: Sun, 20 Jan 2019 13:05: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":["8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2"],"updated_at":"2019-01-20T13:05:07Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1"}]} 2019-01-20 13:05:32,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 used request id req-b0448348-7232-4948-85ed-db6b8e603855 2019-01-20 13:05:32,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:33,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-50b6b9bf-9398-42bc-b446-82e161dfa03f Date: Sun, 20 Jan 2019 13:05:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:07Z","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":"0c30583ca6794719837c5fc795d5c771","id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1"}]} 2019-01-20 13:05:33,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 used request id req-50b6b9bf-9398-42bc-b446-82e161dfa03f 2019-01-20 13:05:33,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:33,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-fc7380a3-1605-4909-8f5e-7245785ae45a Date: Sun, 20 Jan 2019 13:05: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":["8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2"],"updated_at":"2019-01-20T13:05:07Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1"}]} 2019-01-20 13:05:33,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 used request id req-fc7380a3-1605-4909-8f5e-7245785ae45a 2019-01-20 13:05:33,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:05:33,369 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:05: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:05:33,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9c950fff673bf1f5c780f3399881dd2209f498" 2019-01-20 13:05:33,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60434d5e-bb1c-41f8-9241-5b3e38f23356 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771"}, "enabled": true, "id": "0c30583ca6794719837c5fc795d5c771", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}} 2019-01-20 13:05:33,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 used request id req-60434d5e-bb1c-41f8-9241-5b3e38f23356 2019-01-20 13:05:33,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:33,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d6259dae-3df2-408d-b276-d0e580eeb805 Date: Sun, 20 Jan 2019 13:05:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:07Z","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":"0c30583ca6794719837c5fc795d5c771","id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1"}]} 2019-01-20 13:05:33,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 used request id req-d6259dae-3df2-408d-b276-d0e580eeb805 2019-01-20 13:05:33,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:33,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e3949cc4-0821-4e12-bd9f-6073cc58e72b Date: Sun, 20 Jan 2019 13:05:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:07Z","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":"0c30583ca6794719837c5fc795d5c771","id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1"}]} 2019-01-20 13:05:33,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1 used request id req-e3949cc4-0821-4e12-bd9f-6073cc58e72b 2019-01-20 13:05:33,713 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 2019-01-20 13:05:33,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" -d '{"port": {"network_id": "bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5", "fixed_ips": [{"subnet_id": "8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2", "ip_address": "10.200.201.5"}], "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm1-port", "admin_state_up": true}}' 2019-01-20 13:05:34,823 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-2c6911c8-34c9-421f-9f01-387603cd596f Date: Sun, 20 Jan 2019 13:05:34 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:05:34Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","ip_address":"10.200.201.5"}],"id":"1b20d32d-900b-4d90-a9c1-5ff5de2d1af3","security_groups":["d419b24e-b00a-485d-ba5b-5a33ddb9cf88"],"mac_address":"fa:16:3e:ec:08:35","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm1-port","project_id":"0c30583ca6794719837c5fc795d5c771","qos_policy_id":null,"admin_state_up":true,"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:34Z","binding:vnic_type":"normal"}} 2019-01-20 13:05:34,823 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-2c6911c8-34c9-421f-9f01-387603cd596f 2019-01-20 13:05:34,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:35,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-8e198f3c-be2c-4c8b-9a0d-f0a37d467b89 Date: Sun, 20 Jan 2019 13:05: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":["8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2"],"updated_at":"2019-01-20T13:05:07Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1"}]} 2019-01-20 13:05:35,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 used request id req-8e198f3c-be2c-4c8b-9a0d-f0a37d467b89 2019-01-20 13:05:35,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:35,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4ffc43d-46d3-447b-b946-02b557c980f2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771"}, "enabled": true, "id": "0c30583ca6794719837c5fc795d5c771", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}} 2019-01-20 13:05:35,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 used request id req-f4ffc43d-46d3-447b-b946-02b557c980f2 2019-01-20 13:05:35,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:35,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-85357a20-66d7-4569-801d-4c1ac5ee9578 Date: Sun, 20 Jan 2019 13:05:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:07Z","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":"0c30583ca6794719837c5fc795d5c771","id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1"}]} 2019-01-20 13:05:35,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 used request id req-85357a20-66d7-4569-801d-4c1ac5ee9578 2019-01-20 13:05:35,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:35,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-b23aa9e4-84cf-492d-91d8-f93be9671147 Date: Sun, 20 Jan 2019 13:05:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:05:34Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","ip_address":"10.200.201.5"}],"id":"1b20d32d-900b-4d90-a9c1-5ff5de2d1af3","security_groups":["d419b24e-b00a-485d-ba5b-5a33ddb9cf88"],"mac_address":"fa:16:3e:ec:08:35","project_id":"0c30583ca6794719837c5fc795d5c771","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm1-port","admin_state_up":true,"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:34Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:05:35,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm1-port&admin_state_up=True used request id req-b23aa9e4-84cf-492d-91d8-f93be9671147 2019-01-20 13:05:35,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:35,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df001a19-fa9b-495f-9ecd-c44d7f367d82 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771"}, "enabled": true, "id": "0c30583ca6794719837c5fc795d5c771", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}} 2019-01-20 13:05:35,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 used request id req-df001a19-fa9b-495f-9ecd-c44d7f367d82 2019-01-20 13:05:35,531 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1 2019-01-20 13:05:35,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:35,563 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05: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-cd9bf180-9557-45d1-a8eb-becb2b0297b9 x-compute-request-id: req-cd9bf180-9557-45d1-a8eb-becb2b0297b9 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-flavor-name"}]} 2019-01-20 13:05:35,564 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-cd9bf180-9557-45d1-a8eb-becb2b0297b9 2019-01-20 13:05:35,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:35,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05: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-7183aca8-492e-47ae-97d8-b51ae37d5ac6 x-compute-request-id: req-7183aca8-492e-47ae-97d8-b51ae37d5ac6 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:05:35,586 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0 used request id req-7183aca8-492e-47ae-97d8-b51ae37d5ac6 2019-01-20 13:05:35,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-cfabc892-b37c-42c4-8aa5-82d2d45f9129 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:35,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-65d1a4b4-d0ef-4567-bffc-3cb96ee67fda Date: Sun, 20 Jan 2019 13:05:35 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-cfabc892-b37c-42c4-8aa5-82d2d45f9129", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:05:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:05:04Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/34de813e-94e0-4944-b171-33f209f2caa4/snap", "metadata": {}}], "self": "/v2/images/34de813e-94e0-4944-b171-33f209f2caa4", "min_disk": 0, "protected": false, "id": "34de813e-94e0-4944-b171-33f209f2caa4", "file": "/v2/images/34de813e-94e0-4944-b171-33f209f2caa4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0c30583ca6794719837c5fc795d5c771", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/34de813e-94e0-4944-b171-33f209f2caa4/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-cfabc892-b37c-42c4-8aa5-82d2d45f9129"} 2019-01-20 13:05:35,773 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-cfabc892-b37c-42c4-8aa5-82d2d45f9129 used request id req-65d1a4b4-d0ef-4567-bffc-3cb96ee67fda 2019-01-20 13:05:35,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:35,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f5d47e23-c7dc-416d-a352-c775149073aa Date: Sun, 20 Jan 2019 13:05: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"}}} 2019-01-20 13:05:35,919 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-f5d47e23-c7dc-416d-a352-c775149073aa 2019-01-20 13:05:35,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" -d '{"server": {"name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1", "imageRef": "34de813e-94e0-4944-b171-33f209f2caa4", "flavorRef": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDIuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "1b20d32d-900b-4d90-a9c1-5ff5de2d1af3"}]}}' 2019-01-20 13:05:37,629 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:05: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-6650246e-fdd0-477a-b02c-05c7f29a18dc x-compute-request-id: req-6650246e-fdd0-477a-b02c-05c7f29a18dc Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d6784467-138a-4300-ac42-ee1accd5731a", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "bookmark"}], "adminPass": "yoYFyWHULtV6"}} 2019-01-20 13:05:37,630 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-6650246e-fdd0-477a-b02c-05c7f29a18dc 2019-01-20 13:05:37,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:37,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05: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-1b5007be-340b-4143-bab3-97af2416013e x-compute-request-id: req-1b5007be-340b-4143-bab3-97af2416013e 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.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "d6784467-138a-4300-ac42-ee1accd5731a", "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:05:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1", "created": "2019-01-20T13:05:37Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:05:37,843 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a used request id req-1b5007be-340b-4143-bab3-97af2416013e 2019-01-20 13:05:37,844 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1 2019-01-20 13:05:37,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:38,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05: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-dd5a187f-b9e7-4360-85f8-ed0adaea8d96 x-compute-request-id: req-dd5a187f-b9e7-4360-85f8-ed0adaea8d96 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.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "d6784467-138a-4300-ac42-ee1accd5731a", "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:05:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1", "created": "2019-01-20T13:05:37Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:05:38,192 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a used request id req-dd5a187f-b9e7-4360-85f8-ed0adaea8d96 2019-01-20 13:05:38,193 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1] is - BUILD 2019-01-20 13:05:38,193 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:05:41,196 - create_instance - DEBUG - VM status query timeout in 896.647599936 2019-01-20 13:05:41,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:41,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05: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-2b5870a2-e942-4586-a81d-170f8d2f15f6 x-compute-request-id: req-2b5870a2-e942-4586-a81d-170f8d2f15f6 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.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "d6784467-138a-4300-ac42-ee1accd5731a", "security_groups": [{"name": "default"}], "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:05:39Z", "hostId": "bb6c2984a811e8657ea94a6367d0d35a3e756ccdd78e6ff0288bd74c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1", "created": "2019-01-20T13:05:37Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:05:41,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a used request id req-2b5870a2-e942-4586-a81d-170f8d2f15f6 2019-01-20 13:05:41,925 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1] is - BUILD 2019-01-20 13:05:41,925 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:05:44,928 - create_instance - DEBUG - VM status query timeout in 892.915781021 2019-01-20 13:05:44,931 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:45,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-895e957c-4f19-4bd8-9616-eba54172fa5b x-compute-request-id: req-895e957c-4f19-4bd8-9616-eba54172fa5b Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:08:35", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:05:44.000000", "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "d6784467-138a-4300-ac42-ee1accd5731a", "security_groups": [{"name": "default"}], "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:05:44Z", "hostId": "bb6c2984a811e8657ea94a6367d0d35a3e756ccdd78e6ff0288bd74c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1", "created": "2019-01-20T13:05:37Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:05:45,618 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a used request id req-895e957c-4f19-4bd8-9616-eba54172fa5b 2019-01-20 13:05:45,618 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1] is - ACTIVE 2019-01-20 13:05:45,618 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:05:45,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:46,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05: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-8a856a32-d989-43bf-836c-1267a4747949 x-compute-request-id: req-8a856a32-d989-43bf-836c-1267a4747949 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:08:35", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:05:44.000000", "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "d6784467-138a-4300-ac42-ee1accd5731a", "security_groups": [{"name": "default"}], "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:05:44Z", "hostId": "bb6c2984a811e8657ea94a6367d0d35a3e756ccdd78e6ff0288bd74c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1", "created": "2019-01-20T13:05:37Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:05:46,223 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a used request id req-8a856a32-d989-43bf-836c-1267a4747949 2019-01-20 13:05:46,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:46,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-f286ab64-2c81-498e-8ea9-f0b6601e0146 Date: Sun, 20 Jan 2019 13:05: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":["8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2"],"updated_at":"2019-01-20T13:05:07Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1"}]} 2019-01-20 13:05:46,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 used request id req-f286ab64-2c81-498e-8ea9-f0b6601e0146 2019-01-20 13:05:46,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:46,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f26dbed-b01c-44ca-a4be-f47a950ec034 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771"}, "enabled": true, "id": "0c30583ca6794719837c5fc795d5c771", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}} 2019-01-20 13:05:46,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 used request id req-1f26dbed-b01c-44ca-a4be-f47a950ec034 2019-01-20 13:05:46,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:46,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f8db417e-bae8-4bc9-a461-ae698765dede Date: Sun, 20 Jan 2019 13:05:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:07Z","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":"0c30583ca6794719837c5fc795d5c771","id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1"}]} 2019-01-20 13:05:46,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 used request id req-f8db417e-bae8-4bc9-a461-ae698765dede 2019-01-20 13:05:46,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:05:47,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3986 X-Openstack-Request-Id: req-b2fbf8c6-f775-40f7-8cee-2849b684964b Date: Sun, 20 Jan 2019 13:05:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:05:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","ip_address":"10.200.201.5"}],"id":"1b20d32d-900b-4d90-a9c1-5ff5de2d1af3","security_groups":["d419b24e-b00a-485d-ba5b-5a33ddb9cf88"],"mac_address":"fa:16:3e:ec:08:35","project_id":"0c30583ca6794719837c5fc795d5c771","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm1-port","admin_state_up":true,"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:34Z","binding:vnic_type":"normal","device_id":"d6784467-138a-4300-ac42-ee1accd5731a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:05:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","ip_address":"10.200.201.4"}],"id":"1bb2f66c-0f95-4c1a-a1ce-b2b373b8b193","security_groups":[],"mac_address":"fa:16:3e:58:25:38","project_id":"0c30583ca6794719837c5fc795d5c771","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:05:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","ip_address":"10.200.201.2"}],"id":"4b73e743-37f6-4829-a418-94864365f8f6","security_groups":[],"mac_address":"fa:16:3e:74:27:c8","project_id":"0c30583ca6794719837c5fc795d5c771","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:05:39Z","device_owner":"network:ha_router_replicated_interface","revision_number":16,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","ip_address":"10.200.201.1"}],"id":"c35e6470-1995-43ef-b497-698513e97161","security_groups":["d419b24e-b00a-485d-ba5b-5a33ddb9cf88"],"mac_address":"fa:16:3e:d0:8a:6b","project_id":"0c30583ca6794719837c5fc795d5c771","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-router-port1","admin_state_up":true,"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:18Z","binding:vnic_type":"normal","device_id":"f554c311-ad8a-42ad-914c-f93d666ee303"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:05:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2","ip_address":"10.200.201.3"}],"id":"cb556b1c-2ae6-4d60-afb4-de6533737a0f","security_groups":[],"mac_address":"fa:16:3e:57:f1:d7","project_id":"0c30583ca6794719837c5fc795d5c771","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5"}]} 2019-01-20 13:05:47,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 used request id req-b2fbf8c6-f775-40f7-8cee-2849b684964b 2019-01-20 13:05:47,071 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:05:47,071 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:05:47,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c145108850024b5e856d764907d7ac64", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj-role"}], "expires_at": "2019-01-20T14:05:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c30583ca6794719837c5fc795d5c771", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-user", "id": "67def1d23ddc4cb385908f5b32172a56"}, "audit_ids": ["dCGsPNOVRJS0lklwIyhzTw"], "issued_at": "2019-01-20T13:05:47.000000Z"}} 2019-01-20 13:05:47,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:47,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96d719cf-e385-475a-aa45-d5b00918a233 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:05:47,527 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-96d719cf-e385-475a-aa45-d5b00918a233 2019-01-20 13:05:47,529 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:05:47,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:47,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e3dad1d-c4e5-4db3-bbe3-b65c3f4f9677 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:05:47,601 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3e3dad1d-c4e5-4db3-bbe3-b65c3f4f9677 2019-01-20 13:05:47,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:47,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-ee8e7b97-72c3-4330-ac1f-5d9a5015ba88 Date: Sun, 20 Jan 2019 13:05: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":["defc94a8-713f-46b9-bd3b-6d11194a5455"],"updated_at":"2019-01-20T13:05:09Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2"}]} 2019-01-20 13:05:47,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 used request id req-ee8e7b97-72c3-4330-ac1f-5d9a5015ba88 2019-01-20 13:05:47,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:05:47,846 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:05:47,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:47,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d7a818f-6ef4-4533-a53d-eef701ac94af Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771"}, "enabled": true, "id": "0c30583ca6794719837c5fc795d5c771", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}} 2019-01-20 13:05:47,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 used request id req-4d7a818f-6ef4-4533-a53d-eef701ac94af 2019-01-20 13:05:47,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:48,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c5b7a5eb-f46c-492f-a52e-6c2c62fdf8ae Date: Sun, 20 Jan 2019 13:05:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:09Z","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":"0c30583ca6794719837c5fc795d5c771","id":"defc94a8-713f-46b9-bd3b-6d11194a5455","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2"}]} 2019-01-20 13:05:48,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac used request id req-c5b7a5eb-f46c-492f-a52e-6c2c62fdf8ae 2019-01-20 13:05:48,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:48,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-35785de9-7d21-4b67-84c5-1dfec50c5fd2 Date: Sun, 20 Jan 2019 13:05:48 GMT RESP BODY: {"ports":[]} 2019-01-20 13:05:48,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm2-port&admin_state_up=True used request id req-35785de9-7d21-4b67-84c5-1dfec50c5fd2 2019-01-20 13:05:48,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:48,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-621883e1-a0cd-4a3f-b7e3-7b40d3fb9275 x-compute-request-id: req-621883e1-a0cd-4a3f-b7e3-7b40d3fb9275 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:05:48,576 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2 used request id req-621883e1-a0cd-4a3f-b7e3-7b40d3fb9275 2019-01-20 13:05:48,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:48,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-a0b93205-ae09-4d36-bce3-9c30bcae5cf9 Date: Sun, 20 Jan 2019 13:05: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":["defc94a8-713f-46b9-bd3b-6d11194a5455"],"updated_at":"2019-01-20T13:05:09Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2"}]} 2019-01-20 13:05:48,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 used request id req-a0b93205-ae09-4d36-bce3-9c30bcae5cf9 2019-01-20 13:05:48,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:48,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39b831eb-196a-475d-8377-db24ab4fd9bd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771"}, "enabled": true, "id": "0c30583ca6794719837c5fc795d5c771", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}} 2019-01-20 13:05:48,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 used request id req-39b831eb-196a-475d-8377-db24ab4fd9bd 2019-01-20 13:05:48,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:49,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-25c79321-eefd-4418-ad99-668a13d492f7 Date: Sun, 20 Jan 2019 13:05:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:09Z","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":"0c30583ca6794719837c5fc795d5c771","id":"defc94a8-713f-46b9-bd3b-6d11194a5455","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2"}]} 2019-01-20 13:05:49,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac used request id req-25c79321-eefd-4418-ad99-668a13d492f7 2019-01-20 13:05:49,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:49,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ba4b6806-4f5b-4695-9669-b7f026cdcaa7 Date: Sun, 20 Jan 2019 13:05:49 GMT RESP BODY: {"ports":[]} 2019-01-20 13:05:49,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm2-port&admin_state_up=True used request id req-ba4b6806-4f5b-4695-9669-b7f026cdcaa7 2019-01-20 13:05:49,307 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:05:49,308 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:05:49,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c145108850024b5e856d764907d7ac64", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj-role"}], "expires_at": "2019-01-20T14:05:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c30583ca6794719837c5fc795d5c771", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/0c30583ca6794719837c5fc795d5c771", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-user", "id": "67def1d23ddc4cb385908f5b32172a56"}, "audit_ids": ["M3NZwEJ5Sgeo1QnZGODWuw"], "issued_at": "2019-01-20T13:05:49.000000Z"}} 2019-01-20 13:05:49,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fd978f00bb86a0dc63782066faeb28cacbe06a" 2019-01-20 13:05:49,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d8ce9b4-7e32-4ca9-b7e0-b145b82292af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:05:49,763 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2d8ce9b4-7e32-4ca9-b7e0-b145b82292af 2019-01-20 13:05:49,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:50,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-6c4ca5d8-2309-404c-8cb3-7eac9683fdb3 Date: Sun, 20 Jan 2019 13:05: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":["defc94a8-713f-46b9-bd3b-6d11194a5455"],"updated_at":"2019-01-20T13:05:09Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2"}]} 2019-01-20 13:05:50,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 used request id req-6c4ca5d8-2309-404c-8cb3-7eac9683fdb3 2019-01-20 13:05:50,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:50,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d451d550-477a-45d9-a330-a2712f531794 Date: Sun, 20 Jan 2019 13:05:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:09Z","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":"0c30583ca6794719837c5fc795d5c771","id":"defc94a8-713f-46b9-bd3b-6d11194a5455","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2"}]} 2019-01-20 13:05:50,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac used request id req-d451d550-477a-45d9-a330-a2712f531794 2019-01-20 13:05:50,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:50,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-1bbb709e-4e43-49d9-84aa-d935937255b1 Date: Sun, 20 Jan 2019 13:05: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":["defc94a8-713f-46b9-bd3b-6d11194a5455"],"updated_at":"2019-01-20T13:05:09Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2"}]} 2019-01-20 13:05:50,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 used request id req-1bbb709e-4e43-49d9-84aa-d935937255b1 2019-01-20 13:05:50,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:05:50,493 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:05: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:05:50,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2fd978f00bb86a0dc63782066faeb28cacbe06a" 2019-01-20 13:05:50,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b14dc3b8-92c8-4daf-a9c1-fb2b3cb6e7e2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771"}, "enabled": true, "id": "0c30583ca6794719837c5fc795d5c771", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}} 2019-01-20 13:05:50,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 used request id req-b14dc3b8-92c8-4daf-a9c1-fb2b3cb6e7e2 2019-01-20 13:05:50,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:50,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3a73de54-fe95-4d92-8e29-a2c8c707cb3f Date: Sun, 20 Jan 2019 13:05:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:09Z","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":"0c30583ca6794719837c5fc795d5c771","id":"defc94a8-713f-46b9-bd3b-6d11194a5455","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2"}]} 2019-01-20 13:05:50,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac used request id req-3a73de54-fe95-4d92-8e29-a2c8c707cb3f 2019-01-20 13:05:50,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:50,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-362de0d5-c74a-4d52-b55e-5fa43b85be1a Date: Sun, 20 Jan 2019 13:05:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:09Z","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":"0c30583ca6794719837c5fc795d5c771","id":"defc94a8-713f-46b9-bd3b-6d11194a5455","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2"}]} 2019-01-20 13:05:50,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2 used request id req-362de0d5-c74a-4d52-b55e-5fa43b85be1a 2019-01-20 13:05:50,927 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 2019-01-20 13:05:50,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" -d '{"port": {"network_id": "5b97ee7a-9f45-4cae-98d8-509c8842fcac", "fixed_ips": [{"subnet_id": "defc94a8-713f-46b9-bd3b-6d11194a5455", "ip_address": "10.200.202.5"}], "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm2-port", "admin_state_up": true}}' 2019-01-20 13:05:52,111 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-199c3ad3-5877-4f16-a120-c5380722e42d Date: Sun, 20 Jan 2019 13:05:52 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:05:51Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"defc94a8-713f-46b9-bd3b-6d11194a5455","ip_address":"10.200.202.5"}],"id":"d56141ca-1455-4771-bea3-1a12f2458976","security_groups":["d419b24e-b00a-485d-ba5b-5a33ddb9cf88"],"mac_address":"fa:16:3e:ec:c4:a5","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm2-port","project_id":"0c30583ca6794719837c5fc795d5c771","qos_policy_id":null,"admin_state_up":true,"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:51Z","binding:vnic_type":"normal"}} 2019-01-20 13:05:52,111 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-199c3ad3-5877-4f16-a120-c5380722e42d 2019-01-20 13:05:52,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:52,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-2ca1ed49-c749-455a-b6c3-911abf6b13f9 Date: Sun, 20 Jan 2019 13:05: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":["defc94a8-713f-46b9-bd3b-6d11194a5455"],"updated_at":"2019-01-20T13:05:09Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2"}]} 2019-01-20 13:05:52,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 used request id req-2ca1ed49-c749-455a-b6c3-911abf6b13f9 2019-01-20 13:05:52,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:52,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-157c0a41-272d-440e-96d0-9833c2b148b7 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771"}, "enabled": true, "id": "0c30583ca6794719837c5fc795d5c771", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}} 2019-01-20 13:05:52,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 used request id req-157c0a41-272d-440e-96d0-9833c2b148b7 2019-01-20 13:05:52,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:52,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6c50c2f8-dcc7-4a3d-8cd1-efc1ac684e3a Date: Sun, 20 Jan 2019 13:05:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:09Z","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":"0c30583ca6794719837c5fc795d5c771","id":"defc94a8-713f-46b9-bd3b-6d11194a5455","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2"}]} 2019-01-20 13:05:52,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac used request id req-6c50c2f8-dcc7-4a3d-8cd1-efc1ac684e3a 2019-01-20 13:05:52,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:52,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-f49c29ff-fc5d-4a35-a638-37e879133679 Date: Sun, 20 Jan 2019 13:05:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:05:51Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"defc94a8-713f-46b9-bd3b-6d11194a5455","ip_address":"10.200.202.5"}],"id":"d56141ca-1455-4771-bea3-1a12f2458976","security_groups":["d419b24e-b00a-485d-ba5b-5a33ddb9cf88"],"mac_address":"fa:16:3e:ec:c4:a5","project_id":"0c30583ca6794719837c5fc795d5c771","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm2-port","admin_state_up":true,"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:51Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:05:52,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac&name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm2-port&admin_state_up=True used request id req-f49c29ff-fc5d-4a35-a638-37e879133679 2019-01-20 13:05:52,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:52,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b321cb5-3feb-4728-8e0e-1d052316083e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771"}, "enabled": true, "id": "0c30583ca6794719837c5fc795d5c771", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}} 2019-01-20 13:05:52,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 used request id req-8b321cb5-3feb-4728-8e0e-1d052316083e 2019-01-20 13:05:52,658 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2 2019-01-20 13:05:52,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:52,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05: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-bc704eaa-0721-477d-b3ca-dcc9f6b576f1 x-compute-request-id: req-bc704eaa-0721-477d-b3ca-dcc9f6b576f1 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-flavor-name"}]} 2019-01-20 13:05:52,692 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-bc704eaa-0721-477d-b3ca-dcc9f6b576f1 2019-01-20 13:05:52,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:52,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05: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-6053d1aa-3fd6-4eb1-8780-e20a931933c3 x-compute-request-id: req-6053d1aa-3fd6-4eb1-8780-e20a931933c3 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:05:52,720 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0 used request id req-6053d1aa-3fd6-4eb1-8780-e20a931933c3 2019-01-20 13:05:52,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-cfabc892-b37c-42c4-8aa5-82d2d45f9129 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:52,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-0d4c08a7-e129-45f9-9dc5-5c98264431e5 Date: Sun, 20 Jan 2019 13:05:52 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-cfabc892-b37c-42c4-8aa5-82d2d45f9129", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:05:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:05:04Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/34de813e-94e0-4944-b171-33f209f2caa4/snap", "metadata": {}}], "self": "/v2/images/34de813e-94e0-4944-b171-33f209f2caa4", "min_disk": 0, "protected": false, "id": "34de813e-94e0-4944-b171-33f209f2caa4", "file": "/v2/images/34de813e-94e0-4944-b171-33f209f2caa4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0c30583ca6794719837c5fc795d5c771", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/34de813e-94e0-4944-b171-33f209f2caa4/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-cfabc892-b37c-42c4-8aa5-82d2d45f9129"} 2019-01-20 13:05:52,903 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-cfabc892-b37c-42c4-8aa5-82d2d45f9129 used request id req-0d4c08a7-e129-45f9-9dc5-5c98264431e5 2019-01-20 13:05:52,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:53,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-95b1f26d-968d-4eaf-8ef6-70608588b809 Date: Sun, 20 Jan 2019 13:05: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"}}} 2019-01-20 13:05:53,052 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-95b1f26d-968d-4eaf-8ef6-70608588b809 2019-01-20 13:05:53,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" -d '{"server": {"name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2", "imageRef": "34de813e-94e0-4944-b171-33f209f2caa4", "flavorRef": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDEuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "d56141ca-1455-4771-bea3-1a12f2458976"}]}}' 2019-01-20 13:05:54,689 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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-322be44c-085d-4260-8b1f-3b073439b8d6 x-compute-request-id: req-322be44c-085d-4260-8b1f-3b073439b8d6 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f638502d-07da-4ee9-b350-ef9aa188b62c", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "bookmark"}], "adminPass": "EBuJJwpt7NJE"}} 2019-01-20 13:05:54,689 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-322be44c-085d-4260-8b1f-3b073439b8d6 2019-01-20 13:05:54,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:54,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05: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-650544eb-7264-4091-870b-90fca2e6f707 x-compute-request-id: req-650544eb-7264-4091-870b-90fca2e6f707 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.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "f638502d-07da-4ee9-b350-ef9aa188b62c", "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:05:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2", "created": "2019-01-20T13:05:54Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:05:54,904 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c used request id req-650544eb-7264-4091-870b-90fca2e6f707 2019-01-20 13:05:54,905 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2 2019-01-20 13:05:54,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:55,124 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05: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-a03a38f5-81ac-4e7b-98a8-c11049149bfe x-compute-request-id: req-a03a38f5-81ac-4e7b-98a8-c11049149bfe 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.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "f638502d-07da-4ee9-b350-ef9aa188b62c", "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:05:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2", "created": "2019-01-20T13:05:54Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:05:55,125 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c used request id req-a03a38f5-81ac-4e7b-98a8-c11049149bfe 2019-01-20 13:05:55,125 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2] is - BUILD 2019-01-20 13:05:55,125 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:05:58,128 - create_instance - DEBUG - VM status query timeout in 896.77639699 2019-01-20 13:05:58,132 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:05:58,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:05:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76a5e2ae-5824-4d1b-b1d4-445ac5a6e772 x-compute-request-id: req-76a5e2ae-5824-4d1b-b1d4-445ac5a6e772 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.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "f638502d-07da-4ee9-b350-ef9aa188b62c", "security_groups": [{"name": "default"}], "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:05:56Z", "hostId": "4f8a1746f5ff5802fa90d41617f279f7adcc81b91f2527794fb3c0cc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2", "created": "2019-01-20T13:05:54Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:05:58,960 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c used request id req-76a5e2ae-5824-4d1b-b1d4-445ac5a6e772 2019-01-20 13:05:58,960 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2] is - BUILD 2019-01-20 13:05:58,960 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:06:01,963 - create_instance - DEBUG - VM status query timeout in 892.941383123 2019-01-20 13:06:01,967 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:06:02,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:06:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c820a26e-148d-45c8-a9cf-37c55c6a84b8 x-compute-request-id: req-c820a26e-148d-45c8-a9cf-37c55c6a84b8 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.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "f638502d-07da-4ee9-b350-ef9aa188b62c", "security_groups": [{"name": "default"}], "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:05:56Z", "hostId": "4f8a1746f5ff5802fa90d41617f279f7adcc81b91f2527794fb3c0cc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2", "created": "2019-01-20T13:05:54Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:06:02,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c used request id req-c820a26e-148d-45c8-a9cf-37c55c6a84b8 2019-01-20 13:06:02,300 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2] is - BUILD 2019-01-20 13:06:02,300 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:06:05,303 - create_instance - DEBUG - VM status query timeout in 889.601988077 2019-01-20 13:06:05,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:06:05,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:06: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-8f19fd9c-9cd5-4abb-b08f-a0b2fc822a4f x-compute-request-id: req-8f19fd9c-9cd5-4abb-b08f-a0b2fc822a4f 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.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "f638502d-07da-4ee9-b350-ef9aa188b62c", "security_groups": [{"name": "default"}], "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:05:56Z", "hostId": "4f8a1746f5ff5802fa90d41617f279f7adcc81b91f2527794fb3c0cc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2", "created": "2019-01-20T13:05:54Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:06:05,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c used request id req-8f19fd9c-9cd5-4abb-b08f-a0b2fc822a4f 2019-01-20 13:06:05,671 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2] is - BUILD 2019-01-20 13:06:05,672 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:06:08,675 - create_instance - DEBUG - VM status query timeout in 886.230132103 2019-01-20 13:06:08,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:06:09,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:06:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0fcc197b-0d68-455b-82f4-c0e251406a8f x-compute-request-id: req-0fcc197b-0d68-455b-82f4-c0e251406a8f Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:c4:a5", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:06:04.000000", "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "f638502d-07da-4ee9-b350-ef9aa188b62c", "security_groups": [{"name": "default"}], "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:06:05Z", "hostId": "4f8a1746f5ff5802fa90d41617f279f7adcc81b91f2527794fb3c0cc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2", "created": "2019-01-20T13:05:54Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:06:09,662 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c used request id req-0fcc197b-0d68-455b-82f4-c0e251406a8f 2019-01-20 13:06:09,663 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2] is - ACTIVE 2019-01-20 13:06:09,663 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:06:09,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:06:10,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:06:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ace71751-c9ef-4f99-b0cd-fe1797272da8 x-compute-request-id: req-ace71751-c9ef-4f99-b0cd-fe1797272da8 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:c4:a5", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:06:04.000000", "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "f638502d-07da-4ee9-b350-ef9aa188b62c", "security_groups": [{"name": "default"}], "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:06:05Z", "hostId": "4f8a1746f5ff5802fa90d41617f279f7adcc81b91f2527794fb3c0cc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2", "created": "2019-01-20T13:05:54Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:06:10,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c used request id req-ace71751-c9ef-4f99-b0cd-fe1797272da8 2019-01-20 13:06:10,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:06:10,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-859efc55-8f09-4d2b-b6bd-e13ad1631f2f Date: Sun, 20 Jan 2019 13:06: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":["defc94a8-713f-46b9-bd3b-6d11194a5455"],"updated_at":"2019-01-20T13:05:09Z","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0c30583ca6794719837c5fc795d5c771","id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2"}]} 2019-01-20 13:06:10,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 used request id req-859efc55-8f09-4d2b-b6bd-e13ad1631f2f 2019-01-20 13:06:10,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:06:10,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:06:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d49faf5-7582-4732-8869-1b3178c94a1a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771"}, "enabled": true, "id": "0c30583ca6794719837c5fc795d5c771", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}} 2019-01-20 13:06:10,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 used request id req-9d49faf5-7582-4732-8869-1b3178c94a1a 2019-01-20 13:06:10,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:06:10,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d221c2e5-2767-47c4-a298-645c69148ca5 Date: Sun, 20 Jan 2019 13:06:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:05:09Z","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":"0c30583ca6794719837c5fc795d5c771","id":"defc94a8-713f-46b9-bd3b-6d11194a5455","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2"}]} 2019-01-20 13:06:10,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac used request id req-d221c2e5-2767-47c4-a298-645c69148ca5 2019-01-20 13:06:10,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:06:10,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3986 X-Openstack-Request-Id: req-10302009-0c58-46bf-8f93-50c2c8a0e874 Date: Sun, 20 Jan 2019 13:06:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:05:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"defc94a8-713f-46b9-bd3b-6d11194a5455","ip_address":"10.200.202.2"}],"id":"1b8bf8f3-07a2-46d7-9d7b-c4570b3dcb5e","security_groups":[],"mac_address":"fa:16:3e:b5:ce:37","project_id":"0c30583ca6794719837c5fc795d5c771","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5b97ee7a-9f45-4cae-98d8-509c8842fcac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:05:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":17,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"defc94a8-713f-46b9-bd3b-6d11194a5455","ip_address":"10.200.202.1"}],"id":"1c05dff0-5e30-45a8-8cea-38c4dd928b41","security_groups":["d419b24e-b00a-485d-ba5b-5a33ddb9cf88"],"mac_address":"fa:16:3e:3a:c3:66","project_id":"0c30583ca6794719837c5fc795d5c771","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-router-port2","admin_state_up":true,"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:23Z","binding:vnic_type":"normal","device_id":"f554c311-ad8a-42ad-914c-f93d666ee303"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:05:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"defc94a8-713f-46b9-bd3b-6d11194a5455","ip_address":"10.200.202.3"}],"id":"9252305c-b78a-44bb-80de-7790e9354dbd","security_groups":[],"mac_address":"fa:16:3e:af:cc:43","project_id":"0c30583ca6794719837c5fc795d5c771","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5b97ee7a-9f45-4cae-98d8-509c8842fcac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:06:04Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"defc94a8-713f-46b9-bd3b-6d11194a5455","ip_address":"10.200.202.5"}],"id":"d56141ca-1455-4771-bea3-1a12f2458976","security_groups":["d419b24e-b00a-485d-ba5b-5a33ddb9cf88"],"mac_address":"fa:16:3e:ec:c4:a5","project_id":"0c30583ca6794719837c5fc795d5c771","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm2-port","admin_state_up":true,"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:51Z","binding:vnic_type":"normal","device_id":"f638502d-07da-4ee9-b350-ef9aa188b62c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:05:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"defc94a8-713f-46b9-bd3b-6d11194a5455","ip_address":"10.200.202.4"}],"id":"fde26bd2-4b3d-4cfc-8733-f97c99e18c88","security_groups":[],"mac_address":"fa:16:3e:84:d5:9c","project_id":"0c30583ca6794719837c5fc795d5c771","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5b97ee7a-9f45-4cae-98d8-509c8842fcac","tenant_id":"0c30583ca6794719837c5fc795d5c771","created_at":"2019-01-20T13:05:11Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5b97ee7a-9f45-4cae-98d8-509c8842fcac"}]} 2019-01-20 13:06:10,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=5b97ee7a-9f45-4cae-98d8-509c8842fcac used request id req-10302009-0c58-46bf-8f93-50c2c8a0e874 2019-01-20 13:06:10,626 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2019-01-20 13:06:10,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:06:11,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:06:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85222402-660b-42a7-a25c-6cd4bc4cca71 x-compute-request-id: req-85222402-660b-42a7-a25c-6cd4bc4cca71 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:08:35", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:05:44.000000", "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "d6784467-138a-4300-ac42-ee1accd5731a", "security_groups": [{"name": "default"}], "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:05:44Z", "hostId": "bb6c2984a811e8657ea94a6367d0d35a3e756ccdd78e6ff0288bd74c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1", "created": "2019-01-20T13:05:37Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:06:11,127 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a used request id req-85222402-660b-42a7-a25c-6cd4bc4cca71 2019-01-20 13:06:11,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 13:06:12,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:06: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-33c040be-32f3-41fc-8a33-d045dd6dec00 x-compute-request-id: req-33c040be-32f3-41fc-8a33-d045dd6dec00 Content-Encoding: gzip Content-Length: 9623 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 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 534977118 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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.906 MHz processor\n[ 0.132067] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967624)\n[ 0.133720] pid_max: default: 32768 minimum: 301\n[ 0.134619] ACPI: Core revision 20150930\n[ 0.136041] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137384] Security Framework initialized\n[ 0.138207] Yama: becoming mindful.\n[ 0.138939] AppArmor: AppArmor initialized\n[ 0.139819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141179] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142479] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143705] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145125] Initializing cgroup subsys io\n[ 0.145945] Initializing cgroup subsys memory\n[ 0.146812] Initializing cgroup subsys devices\n[ 0.147703] Initializing cgroup subsys freezer\n[ 0.148570] Initializing cgroup subsys net_cls\n[ 0.149434] Initializing cgroup subsys perf_event\n[ 0.150340] Initializing cgroup subsys net_prio\n[ 0.151231] Initializing cgroup subsys hugetlb\n[ 0.152103] Initializing cgroup subsys pids\n[ 0.152976] CPU: Physical Processor ID: 0\n[ 0.154474] mce: CPU supports 10 MCE banks\n[ 0.155336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156351] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.158634] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.165172] ftrace: allocating 31920 entries in 125 pages\n[ 0.192169] smpboot: Max logical packages: 2\n[ 0.193057] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.194281] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.195694] x2apic enabled\n[ 0.196520] Switched APIC routing to physical x2apic.\n[ 0.198304] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199546] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203731] KVM setup paravirtual spinlock\n[ 0.205191] x86: Booting SMP configuration:\n[ 0.206114] .... node #0, CPUs: #1\n[ 0.207034] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.228752] x86: Booted up 1 node, 2 CPUs\n[ 0.228758] KVM setup async PF for cpu 1\n[ 0.228761] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.231384] smpboot: Total of 2 processors activated (13967.62 BogoMIPS)\n[ 0.232938] devtmpfs: initialized\n[ 0.234685] evm: security.selinux\n[ 0.235402] evm: security.SMACK64\n[ 0.236117] evm: security.SMACK64EXEC\n[ 0.236891] evm: security.SMACK64TRANSMUTE\n[ 0.237728] evm: security.SMACK64MMAP\n[ 0.238490] evm: security.ima\n[ 0.239147] evm: security.capability\n[ 0.240031] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241980] pinctrl core: initialized pinctrl subsystem\n[ 0.243117] RTC time: 13:05:44, date: 01/20/19\n[ 0.244134] NET: Registered protocol family 16\n[ 0.253986] cpuidle: using governor ladder\n[ 0.266085] cpuidle: using governor menu\n[ 0.266937] PCCT header not found.\n[ 0.267747] ACPI: bus type PCI registered\n[ 0.268570] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.269860] PCI: Using configuration type 1 for base access\n[ 0.283316] ACPI: Added _OSI(Module Device)\n[ 0.284204] ACPI: Added _OSI(Processor Device)\n[ 0.285102] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286061] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288373] ACPI: Interpreter enabled\n[ 0.289174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.292987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.294881] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.296782] ACPI: (supports S0 S5)\n[ 0.297503] ACPI: Using IOAPIC for interrupt routing\n[ 0.298631] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.302025] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.303218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.304498] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305742] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.308058] acpiphp: Slot [3] registered\n[ 0.308903] acpiphp: Slot [4] registered\n[ 0.309747] acpiphp: Slot [5] registered\n[ 0.310565] acpiphp: Slot [6] registered\n[ 0.311390] acpiphp: Slot [7] registered\n[ 0.312216] acpiphp: Slot [8] registered\n[ 0.313056] acpiphp: Slot [9] registered\n[ 0.313887] acpiphp: Slot [10] registered\n[ 0.324716] acpiphp: Slot [11] registered\n[ 0.325553] acpiphp: Slot [12] registered\n[ 0.326405] acpiphp: Slot [13] registered\n[ 0.327249] acpiphp: Slot [14] registered\n[ 0.328091] acpiphp: Slot [15] registered\n[ 0.328935] acpiphp: Slot [16] registered\n[ 0.329774] acpiphp: Slot [17] registered\n[ 0.330609] acpiphp: Slot [18] registered\n[ 0.331444] acpiphp: Slot [19] registered\n[ 0.332290] acpiphp: Slot [20] registered\n[ 0.333136] acpiphp: Slot [21] registered\n[ 0.333984] acpiphp: Slot [22] registered\n[ 0.334820] acpiphp: Slot [23] registered\n[ 0.335658] acpiphp: Slot [24] registered\n[ 0.336490] acpiphp: Slot [25] registered\n[ 0.337341] acpiphp: Slot [26] registered\n[ 0.338179] acpiphp: Slot [27] registered\n[ 0.339023] acpiphp: Slot [28] registered\n[ 0.339865] acpiphp: Slot [29] registered\n[ 0.340704] acpiphp: Slot [30] registered\n[ 0.341546] acpiphp: Slot [31] registered\n[ 0.342382] PCI host bridge to bus 0000:00\n[ 0.343228] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.344479] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345745] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347255] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.348754] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355014] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.356362] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.357583] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.358901] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366239] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417953] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420946] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.422400] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423834] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.425142] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.426735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427847] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429433] vgaarb: loaded\n[ 0.430073] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431658] SCSI subsystem initialized\n[ 0.432524] ACPI: bus type USB registered\n[ 0.433371] usbcore: registered new interface driver usbfs\n[ 0.434449] usbcore: registered new interface driver hub\n[ 0.435507] usbcore: registered new device driver usb\n[ 0.436649] PCI: Using ACPI for IRQ routing\n[ 0.437722] NetLabel: Initializing\n[ 0.438460] NetLabel: domain hash size = 128\n[ 0.439352] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440308] NetLabel: unlabeled traffic allowed by default\n[ 0.441468] clocksource: Switched to clocksource kvm-clock\n[ 0.447498] AppArmor: AppArmor Filesystem Enabled\n[ 0.448502] pnp: PnP ACPI init\n[ 0.449443] pnp: PnP ACPI: found 5 devices\n[ 0.456199] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457926] NET: Registered protocol family 2\n[ 0.458920] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.460251] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461435] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462629] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463727] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464911] NET: Registered protocol family 1\n[ 0.465789] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466897] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.467988] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.486175] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.504559] Trying to unpack rootfs image as initramfs...\n[ 0.554817] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.568923] Scanning for low memory corruption every 60 seconds\n[ 0.570445] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.571683] audit: initializing netlink subsys (disabled)\n[ 0.572761] audit: type=2000 audit(1547989544.848:1): initialized\n[ 0.574179] Initialise system trusted keyring\n[ 0.575218] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.576453] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578615] zbud: loaded\n[ 0.579740] VFS: Disk quotas dquot_6.6.0\n[ 0.580608] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.582299] fuse init (API version 7.23)\n[ 0.583262] Key type big_key registered\n[ 0.584124] Allocating IMA MOK and blacklist keyrings.\n[ 0.585409] Key type asymmetric registered\n[ 0.586292] Asymmetric key parser 'x509' registered\n[ 0.587299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.588814] io scheduler noop registered\n[ 0.589664] io scheduler deadline registered (default)\n[ 0.590700] io scheduler cfq registered\n[ 0.591551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.592627] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.593941] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.595421] ACPI: Power Button [PWRF]\n[ 0.600569] GHES: HEST is not enabled!\n[ 0.618633] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.655819] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.658297] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.682371] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.684953] Linux agpgart interface v0.103\n[ 0.687572] brd: module loaded\n[ 0.689481] loop: module loaded\n[ 0.694737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696270] GPT:90111 != 20971519\n[ 0.696970] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698115] GPT:90111 != 20971519\n[ 0.698813] GPT: Use GNU Parted to correct GPT errors.\n[ 0.699794] vda: vda1 vda15\n[ 0.701339] scsi host0: ata_piix\n[ 0.702200] scsi host1: ata_piix\n[ 0.702975] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.704214] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705537] libphy: Fixed MDIO Bus: probed\n[ 0.706431] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707463] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709522] PPP generic driver version 2.4.2\n[ 0.710620] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.711969] ehci-pci: EHCI PCI platform driver\n[ 0.712884] ehci-platform: EHCI generic platform driver\n[ 0.713951] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715211] ohci-pci: OHCI PCI platform driver\n[ 0.716180] ohci-platform: OHCI generic platform driver\n[ 0.717245] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736331] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737426] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738972] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.740046] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741237] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742523] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743987] usb usb1: Product: UHCI Host Controller\n[ 0.744965] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.746280] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.747287] hub 1-0:1.0: USB hub found\n[ 0.748097] hub 1-0:1.0: 2 ports detected\n[ 0.749045] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.751217] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.752215] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.753312] mousedev: PS/2 mouse device common for all mice\n[ 0.754630] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.757036] rtc_cmos 00:00: RTC can wake from S4\n[ 0.758212] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.759456] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760687] i2c /dev entries driver\n[ 0.761461] device-mapper: uevent: version 1.0.3\n[ 0.762457] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.764145] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.765525] NET: Registered protocol family 10\n[ 0.766941] NET: Registered protocol family 17\n[ 0.767891] Key type dns_resolver registered\n[ 0.768892] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.770041] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771206] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.773046] registered taskstats version 1\n[ 0.773928] Loading compiled-in X.509 certificates\n[ 0.775397] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.777318] zswap: loaded using pool lzo/zbud\n[ 0.779372] Key type trusted registered\n[ 0.781071] Key type encrypted registered\n[ 0.781944] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.783021] ima: No TPM chip found, activating TPM-bypass!\n[ 0.784106] evm: HMAC attrs: 0x1\n[ 0.785081] Magic number: 3:363:79\n[ 0.785970] rtc_cmos 00:00: setting system clock to 2019-01-20 13:05:45 UTC (1547989545)\n[ 0.797876] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.799036] EDD information not available.\n[ 0.862616] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.864215] Write protecting the kernel read-only data: 14336k\n[ 0.865875] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.867773] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.61\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.846025] 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.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.84. iid=i-000000a7\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.906 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIOWBEurj1d8pVmF2AU1ruFFGPF1DCZYw62H+e0C+xiBXF9hlDGrXUdYukmOZsIF1UUDCJ+2bLCNApPL0pbNPusppeN+mTTSUmgfj5GO8FPNEjSzxATsB5ANn3X9rBug6e9huprby3TWDnSKR/4OVZQymRNInwK6Nlz/tjCMmPuTlCm0HBdE4U37ecou9gpGNi/qYNE4ktbiUY2NA06Eq64YHJQ1DJkmhFv13Dg6Ubqv71E/cX9FTu82gbLJwiWnnF4+2VpZnRtox7LL7uVqdgZ13vsapvnJTUbCaLGbZbWHmj6shIRB5IMEOnrL5AbtAKHPSbWsAvJLN4zwkt17G1 root@createinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed\nssh-dss AAAAB3NzaC1kc3MAAACBAPkEfg/DhJRoSkMnogD3b2Pw+UdUpZcuCHiUut8bfblWUAgMnYycEoP3kxVuZjbw4hSssCH/ODo2uAq52UcUrparFDQA9pSqvgLheYMc9t4izBx/xEyd6Lm2yb4mED4K3saDV+gZL4bkyJpHrMyLuPh6pC1twVUDheh7it9YEUQRAAAAFQDjmCcD25IPHHHfYX8pEcs4MSDKrQAAAIEAsuG5tpBgrHKLtOwiB2Lft9JBlYeEDGgcmsQ8VEV9HiZutNoquLiIJrwHRR6uCsumJi2ed7r7OcVAAUj6v9hQ7PW4Kz9BI4/RUg5jVYq+f9HQBiFKmpYtu5H0GfKAGwI8FVvpuM81AdtIoQImiHyIS/HpW7nuCFXSlCukMlMS0voAAACBALSqf6SYmfoYgmwwOAst7oV3UWiwC5S1fxO2qVsX+3OOkjrEbZoVShwL5Yo/k/6wiuvoiwIWfenbNsHagNhw7Zk2R9bIJUrjY3EilRb12PHWCUyYdDhwgerxq850uJnYK9tXBPtj8gYjOPTt/lLtS1hQ4sf7ri6AbMvfNUBm9Q2y root@createinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed\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:feec:835/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.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-000000a7\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=26.28 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed login: "} 2019-01-20 13:06:12,237 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a/action used request id req-33c040be-32f3-41fc-8a33-d045dd6dec00 2019-01-20 13:06:12,238 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-20 13:06:12,239 - 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 534977118 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.906 MHz processor [ 0.132067] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967624) [ 0.133720] pid_max: default: 32768 minimum: 301 [ 0.134619] ACPI: Core revision 20150930 [ 0.136041] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137384] Security Framework initialized [ 0.138207] Yama: becoming mindful. [ 0.138939] AppArmor: AppArmor initialized [ 0.139819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.141179] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142479] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143705] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145125] Initializing cgroup subsys io [ 0.145945] Initializing cgroup subsys memory [ 0.146812] Initializing cgroup subsys devices [ 0.147703] Initializing cgroup subsys freezer [ 0.148570] Initializing cgroup subsys net_cls [ 0.149434] Initializing cgroup subsys perf_event [ 0.150340] Initializing cgroup subsys net_prio [ 0.151231] Initializing cgroup subsys hugetlb [ 0.152103] Initializing cgroup subsys pids [ 0.152976] CPU: Physical Processor ID: 0 [ 0.154474] mce: CPU supports 10 MCE banks [ 0.155336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156351] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.158634] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.165172] ftrace: allocating 31920 entries in 125 pages [ 0.192169] smpboot: Max logical packages: 2 [ 0.193057] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.194281] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.195694] x2apic enabled [ 0.196520] Switched APIC routing to physical x2apic. [ 0.198304] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.199546] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.201769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203731] KVM setup paravirtual spinlock [ 0.205191] x86: Booting SMP configuration: [ 0.206114] .... node #0, CPUs: #1 [ 0.207034] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.228752] x86: Booted up 1 node, 2 CPUs [ 0.228758] KVM setup async PF for cpu 1 [ 0.228761] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.231384] smpboot: Total of 2 processors activated (13967.62 BogoMIPS) [ 0.232938] devtmpfs: initialized [ 0.234685] evm: security.selinux [ 0.235402] evm: security.SMACK64 [ 0.236117] evm: security.SMACK64EXEC [ 0.236891] evm: security.SMACK64TRANSMUTE [ 0.237728] evm: security.SMACK64MMAP [ 0.238490] evm: security.ima [ 0.239147] evm: security.capability [ 0.240031] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.241980] pinctrl core: initialized pinctrl subsystem [ 0.243117] RTC time: 13:05:44, date: 01/20/19 [ 0.244134] NET: Registered protocol family 16 [ 0.253986] cpuidle: using governor ladder [ 0.266085] cpuidle: using governor menu [ 0.266937] PCCT header not found. [ 0.267747] ACPI: bus type PCI registered [ 0.268570] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.269860] PCI: Using configuration type 1 for base access [ 0.283316] ACPI: Added _OSI(Module Device) [ 0.284204] ACPI: Added _OSI(Processor Device) [ 0.285102] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.286061] ACPI: Added _OSI(Processor Aggregator Device) [ 0.288373] ACPI: Interpreter enabled [ 0.289174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.291073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.292987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.294881] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.296782] ACPI: (supports S0 S5) [ 0.297503] ACPI: Using IOAPIC for interrupt routing [ 0.298631] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.302025] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.303218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.304498] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.305742] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.308058] acpiphp: Slot [3] registered [ 0.308903] acpiphp: Slot [4] registered [ 0.309747] acpiphp: Slot [5] registered [ 0.310565] acpiphp: Slot [6] registered [ 0.311390] acpiphp: Slot [7] registered [ 0.312216] acpiphp: Slot [8] registered [ 0.313056] acpiphp: Slot [9] registered [ 0.313887] acpiphp: Slot [10] registered [ 0.324716] acpiphp: Slot [11] registered [ 0.325553] acpiphp: Slot [12] registered [ 0.326405] acpiphp: Slot [13] registered [ 0.327249] acpiphp: Slot [14] registered [ 0.328091] acpiphp: Slot [15] registered [ 0.328935] acpiphp: Slot [16] registered [ 0.329774] acpiphp: Slot [17] registered [ 0.330609] acpiphp: Slot [18] registered [ 0.331444] acpiphp: Slot [19] registered [ 0.332290] acpiphp: Slot [20] registered [ 0.333136] acpiphp: Slot [21] registered [ 0.333984] acpiphp: Slot [22] registered [ 0.334820] acpiphp: Slot [23] registered [ 0.335658] acpiphp: Slot [24] registered [ 0.336490] acpiphp: Slot [25] registered [ 0.337341] acpiphp: Slot [26] registered [ 0.338179] acpiphp: Slot [27] registered [ 0.339023] acpiphp: Slot [28] registered [ 0.339865] acpiphp: Slot [29] registered [ 0.340704] acpiphp: Slot [30] registered [ 0.341546] acpiphp: Slot [31] registered [ 0.342382] PCI host bridge to bus 0000:00 [ 0.343228] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.344479] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.345745] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.347255] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.348754] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.355014] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.356362] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.357583] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.358901] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.366239] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417953] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.419475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420946] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.422400] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.423834] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.425142] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.426735] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427847] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.429433] vgaarb: loaded [ 0.430073] vgaarb: bridge control possible 0000:00:02.0 [ 0.431658] SCSI subsystem initialized [ 0.432524] ACPI: bus type USB registered [ 0.433371] usbcore: registered new interface driver usbfs [ 0.434449] usbcore: registered new interface driver hub [ 0.435507] usbcore: registered new device driver usb [ 0.436649] PCI: Using ACPI for IRQ routing [ 0.437722] NetLabel: Initializing [ 0.438460] NetLabel: domain hash size = 128 [ 0.439352] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.440308] NetLabel: unlabeled traffic allowed by default [ 0.441468] clocksource: Switched to clocksource kvm-clock [ 0.447498] AppArmor: AppArmor Filesystem Enabled [ 0.448502] pnp: PnP ACPI init [ 0.449443] pnp: PnP ACPI: found 5 devices [ 0.456199] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457926] NET: Registered protocol family 2 [ 0.458920] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.460251] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.461435] TCP: Hash tables configured (established 4096 bind 4096) [ 0.462629] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.463727] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464911] NET: Registered protocol family 1 [ 0.465789] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466897] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.467988] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.486175] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.504559] Trying to unpack rootfs image as initramfs... [ 0.554817] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.568923] Scanning for low memory corruption every 60 seconds [ 0.570445] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.571683] audit: initializing netlink subsys (disabled) [ 0.572761] audit: type=2000 audit(1547989544.848:1): initialized [ 0.574179] Initialise system trusted keyring [ 0.575218] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.576453] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.578615] zbud: loaded [ 0.579740] VFS: Disk quotas dquot_6.6.0 [ 0.580608] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.582299] fuse init (API version 7.23) [ 0.583262] Key type big_key registered [ 0.584124] Allocating IMA MOK and blacklist keyrings. [ 0.585409] Key type asymmetric registered [ 0.586292] Asymmetric key parser 'x509' registered [ 0.587299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.588814] io scheduler noop registered [ 0.589664] io scheduler deadline registered (default) [ 0.590700] io scheduler cfq registered [ 0.591551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.592627] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.593941] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.595421] ACPI: Power Button [PWRF] [ 0.600569] GHES: HEST is not enabled! [ 0.618633] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.655819] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.658297] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.682371] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.684953] Linux agpgart interface v0.103 [ 0.687572] brd: module loaded [ 0.689481] loop: module loaded [ 0.694737] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.696270] GPT:90111 != 20971519 [ 0.696970] GPT:Alternate GPT header not at the end of the disk. [ 0.698115] GPT:90111 != 20971519 [ 0.698813] GPT: Use GNU Parted to correct GPT errors. [ 0.699794] vda: vda1 vda15 [ 0.701339] scsi host0: ata_piix [ 0.702200] scsi host1: ata_piix [ 0.702975] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.704214] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.705537] libphy: Fixed MDIO Bus: probed [ 0.706431] tun: Universal TUN/TAP device driver, 1.6 [ 0.707463] tun: (C) 1999-2004 Max Krasnyansky [ 0.709522] PPP generic driver version 2.4.2 [ 0.710620] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.711969] ehci-pci: EHCI PCI platform driver [ 0.712884] ehci-platform: EHCI generic platform driver [ 0.713951] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715211] ohci-pci: OHCI PCI platform driver [ 0.716180] ohci-platform: OHCI generic platform driver [ 0.717245] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736331] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737426] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738972] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.740046] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741237] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.742523] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743987] usb usb1: Product: UHCI Host Controller [ 0.744965] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.746280] usb usb1: SerialNumber: 0000:00:01.2 [ 0.747287] hub 1-0:1.0: USB hub found [ 0.748097] hub 1-0:1.0: 2 ports detected [ 0.749045] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.751217] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.752215] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.753312] mousedev: PS/2 mouse device common for all mice [ 0.754630] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.757036] rtc_cmos 00:00: RTC can wake from S4 [ 0.758212] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.759456] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760687] i2c /dev entries driver [ 0.761461] device-mapper: uevent: version 1.0.3 [ 0.762457] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.764145] ledtrig-cpu: registered to indicate activity on CPUs [ 0.765525] NET: Registered protocol family 10 [ 0.766941] NET: Registered protocol family 17 [ 0.767891] Key type dns_resolver registered [ 0.768892] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.770041] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.771206] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.773046] registered taskstats version 1 [ 0.773928] Loading compiled-in X.509 certificates [ 0.775397] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.777318] zswap: loaded using pool lzo/zbud [ 0.779372] Key type trusted registered [ 0.781071] Key type encrypted registered [ 0.781944] AppArmor: AppArmor sha1 policy hashing enabled [ 0.783021] ima: No TPM chip found, activating TPM-bypass! [ 0.784106] evm: HMAC attrs: 0x1 [ 0.785081] Magic number: 3:363:79 [ 0.785970] rtc_cmos 00:00: setting system clock to 2019-01-20 13:05:45 UTC (1547989545) [ 0.797876] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.799036] EDD information not available. [ 0.862616] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.864215] Write protecting the kernel read-only data: 14336k [ 0.865875] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.867773] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.61 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.846025] 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.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.84. iid=i-000000a7 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.906 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIOWBEurj1d8pVmF2AU1ruFFGPF1DCZYw62H+e0C+xiBXF9hlDGrXUdYukmOZsIF1UUDCJ+2bLCNApPL0pbNPusppeN+mTTSUmgfj5GO8FPNEjSzxATsB5ANn3X9rBug6e9huprby3TWDnSKR/4OVZQymRNInwK6Nlz/tjCMmPuTlCm0HBdE4U37ecou9gpGNi/qYNE4ktbiUY2NA06Eq64YHJQ1DJkmhFv13Dg6Ubqv71E/cX9FTu82gbLJwiWnnF4+2VpZnRtox7LL7uVqdgZ13vsapvnJTUbCaLGbZbWHmj6shIRB5IMEOnrL5AbtAKHPSbWsAvJLN4zwkt17G1 root@createinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed ssh-dss AAAAB3NzaC1kc3MAAACBAPkEfg/DhJRoSkMnogD3b2Pw+UdUpZcuCHiUut8bfblWUAgMnYycEoP3kxVuZjbw4hSssCH/ODo2uAq52UcUrparFDQA9pSqvgLheYMc9t4izBx/xEyd6Lm2yb4mED4K3saDV+gZL4bkyJpHrMyLuPh6pC1twVUDheh7it9YEUQRAAAAFQDjmCcD25IPHHHfYX8pEcs4MSDKrQAAAIEAsuG5tpBgrHKLtOwiB2Lft9JBlYeEDGgcmsQ8VEV9HiZutNoquLiIJrwHRR6uCsumJi2ed7r7OcVAAUj6v9hQ7PW4Kz9BI4/RUg5jVYq+f9HQBiFKmpYtu5H0GfKAGwI8FVvpuM81AdtIoQImiHyIS/HpW7nuCFXSlCukMlMS0voAAACBALSqf6SYmfoYgmwwOAst7oV3UWiwC5S1fxO2qVsX+3OOkjrEbZoVShwL5Yo/k/6wiuvoiwIWfenbNsHagNhw7Zk2R9bIJUrjY3EilRb12PHWCUyYdDhwgerxq850uJnYK9tXBPtj8gYjOPTt/lLtS1hQ4sf7ri6AbMvfNUBm9Q2y root@createinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed -----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:feec:835/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.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-000000a7 name: N/A availability-zone: nova local-hostname: createinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed launch-index: 0 === cirros: current=0.4.0 uptime=26.28 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed login: 2019-01-20 13:06:12,239 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2019-01-20 13:06:12,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:06:12,577 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:06:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5fc6570-3979-48fa-be97-738dfacfefaf x-compute-request-id: req-e5fc6570-3979-48fa-be97-738dfacfefaf Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:c4:a5", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:06:04.000000", "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "f638502d-07da-4ee9-b350-ef9aa188b62c", "security_groups": [{"name": "default"}], "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:06:05Z", "hostId": "4f8a1746f5ff5802fa90d41617f279f7adcc81b91f2527794fb3c0cc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2", "created": "2019-01-20T13:05:54Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:06:12,577 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c used request id req-e5fc6570-3979-48fa-be97-738dfacfefaf 2019-01-20 13:06:12,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 13:06:13,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:06:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f56d7230-47f5-4e9e-b341-3a1e5cfc31b1 x-compute-request-id: req-f56d7230-47f5-4e9e-b341-3a1e5cfc31b1 Content-Encoding: gzip Content-Length: 9638 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 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 570953902 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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.908 MHz processor\n[ 0.150458] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152178] pid_max: default: 32768 minimum: 301\n[ 0.153057] ACPI: Core revision 20150930\n[ 0.154433] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155711] Security Framework initialized\n[ 0.156508] Yama: becoming mindful.\n[ 0.157224] AppArmor: AppArmor initialized\n[ 0.158068] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160625] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161800] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163159] Initializing cgroup subsys io\n[ 0.163956] Initializing cgroup subsys memory\n[ 0.164795] Initializing cgroup subsys devices\n[ 0.165660] Initializing cgroup subsys freezer\n[ 0.166513] Initializing cgroup subsys net_cls\n[ 0.167362] Initializing cgroup subsys perf_event\n[ 0.168252] Initializing cgroup subsys net_prio\n[ 0.169116] Initializing cgroup subsys hugetlb\n[ 0.169969] Initializing cgroup subsys pids\n[ 0.170832] CPU: Physical Processor ID: 0\n[ 0.172306] mce: CPU supports 10 MCE banks\n[ 0.173134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176372] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182788] ftrace: allocating 31920 entries in 125 pages\n[ 0.209286] smpboot: Max logical packages: 2\n[ 0.210133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211298] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.212620] x2apic enabled\n[ 0.213429] Switched APIC routing to physical x2apic.\n[ 0.215164] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216352] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218450] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220334] KVM setup paravirtual spinlock\n[ 0.221742] x86: Booting SMP configuration:\n[ 0.222627] .... node #0, CPUs: #1\n[ 0.223500] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.245405] x86: Booted up 1 node, 2 CPUs\n[ 0.245407] KVM setup async PF for cpu 1\n[ 0.245410] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.247950] smpboot: Total of 2 processors activated (13967.63 BogoMIPS)\n[ 0.249405] devtmpfs: initialized\n[ 0.251117] evm: security.selinux\n[ 0.251797] evm: security.SMACK64\n[ 0.252474] evm: security.SMACK64EXEC\n[ 0.253201] evm: security.SMACK64TRANSMUTE\n[ 0.253996] evm: security.SMACK64MMAP\n[ 0.254722] evm: security.ima\n[ 0.255349] evm: security.capability\n[ 0.256156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257979] pinctrl core: initialized pinctrl subsystem\n[ 0.259244] RTC time: 13:06:04, date: 01/20/19\n[ 0.260207] NET: Registered protocol family 16\n[ 0.271211] cpuidle: using governor ladder\n[ 0.283285] cpuidle: using governor menu\n[ 0.284090] PCCT header not found.\n[ 0.284849] ACPI: bus type PCI registered\n[ 0.285635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.286855] PCI: Using configuration type 1 for base access\n[ 0.300184] ACPI: Added _OSI(Module Device)\n[ 0.301041] ACPI: Added _OSI(Processor Device)\n[ 0.301922] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.302969] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.305439] ACPI: Interpreter enabled\n[ 0.306352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.308410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.310521] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.312615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.314730] ACPI: (supports S0 S5)\n[ 0.315544] ACPI: Using IOAPIC for interrupt routing\n[ 0.316465] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.319790] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.320951] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.322153] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.323316] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.325492] acpiphp: Slot [3] registered\n[ 0.326282] acpiphp: Slot [4] registered\n[ 0.327060] acpiphp: Slot [5] registered\n[ 0.327831] acpiphp: Slot [6] registered\n[ 0.328613] acpiphp: Slot [7] registered\n[ 0.329416] acpiphp: Slot [8] registered\n[ 0.330207] acpiphp: Slot [9] registered\n[ 0.330989] acpiphp: Slot [10] registered\n[ 0.341686] acpiphp: Slot [11] registered\n[ 0.342504] acpiphp: Slot [12] registered\n[ 0.343371] acpiphp: Slot [13] registered\n[ 0.344220] acpiphp: Slot [14] registered\n[ 0.345158] acpiphp: Slot [15] registered\n[ 0.346049] acpiphp: Slot [16] registered\n[ 0.346984] acpiphp: Slot [17] registered\n[ 0.347910] acpiphp: Slot [18] registered\n[ 0.348783] acpiphp: Slot [19] registered\n[ 0.349623] acpiphp: Slot [20] registered\n[ 0.350486] acpiphp: Slot [21] registered\n[ 0.351319] acpiphp: Slot [22] registered\n[ 0.352164] acpiphp: Slot [23] registered\n[ 0.353015] acpiphp: Slot [24] registered\n[ 0.353859] acpiphp: Slot [25] registered\n[ 0.354774] acpiphp: Slot [26] registered\n[ 0.355748] acpiphp: Slot [27] registered\n[ 0.356703] acpiphp: Slot [28] registered\n[ 0.357685] acpiphp: Slot [29] registered\n[ 0.358644] acpiphp: Slot [30] registered\n[ 0.359605] acpiphp: Slot [31] registered\n[ 0.360658] PCI host bridge to bus 0000:00\n[ 0.361477] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.362654] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.363832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.365242] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.366657] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.372862] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.374127] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375269] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.376504] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383022] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.384426] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431197] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.432671] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.434057] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435449] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436803] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.438067] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439249] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440287] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.441785] vgaarb: loaded\n[ 0.442374] vgaarb: bridge control possible 0000:00:02.0\n[ 0.443862] SCSI subsystem initialized\n[ 0.444689] ACPI: bus type USB registered\n[ 0.445488] usbcore: registered new interface driver usbfs\n[ 0.446513] usbcore: registered new interface driver hub\n[ 0.447497] usbcore: registered new device driver usb\n[ 0.448553] PCI: Using ACPI for IRQ routing\n[ 0.449557] NetLabel: Initializing\n[ 0.450260] NetLabel: domain hash size = 128\n[ 0.451084] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.452012] NetLabel: unlabeled traffic allowed by default\n[ 0.453095] clocksource: Switched to clocksource kvm-clock\n[ 0.459420] AppArmor: AppArmor Filesystem Enabled\n[ 0.460393] pnp: PnP ACPI init\n[ 0.461340] pnp: PnP ACPI: found 5 devices\n[ 0.468045] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469710] NET: Registered protocol family 2\n[ 0.470659] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.471896] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473031] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474169] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476362] NET: Registered protocol family 1\n[ 0.477208] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478273] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479316] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.498009] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.516930] Trying to unpack rootfs image as initramfs...\n[ 0.567164] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.581271] Scanning for low memory corruption every 60 seconds\n[ 0.582664] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.583797] audit: initializing netlink subsys (disabled)\n[ 0.584807] audit: type=2000 audit(1547989565.437:1): initialized\n[ 0.587591] Initialise system trusted keyring\n[ 0.588553] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.589712] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.591797] zbud: loaded\n[ 0.592541] VFS: Disk quotas dquot_6.6.0\n[ 0.593361] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.595277] fuse init (API version 7.23)\n[ 0.596236] Key type big_key registered\n[ 0.597024] Allocating IMA MOK and blacklist keyrings.\n[ 0.598256] Key type asymmetric registered\n[ 0.599124] Asymmetric key parser 'x509' registered\n[ 0.600221] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.601679] io scheduler noop registered\n[ 0.602466] io scheduler deadline registered (default)\n[ 0.603490] io scheduler cfq registered\n[ 0.604336] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.605371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.606615] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.608042] ACPI: Power Button [PWRF]\n[ 0.608893] GHES: HEST is not enabled!\n[ 0.627094] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.664718] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.667123] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.691179] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.693613] Linux agpgart interface v0.103\n[ 0.696017] brd: module loaded\n[ 0.697784] loop: module loaded\n[ 0.702531] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.703959] GPT:90111 != 20971519\n[ 0.704631] GPT:Alternate GPT header not at the end of the disk.\n[ 0.705708] GPT:90111 != 20971519\n[ 0.706384] GPT: Use GNU Parted to correct GPT errors.\n[ 0.707326] vda: vda1 vda15\n[ 0.708754] scsi host0: ata_piix\n[ 0.709522] scsi host1: ata_piix\n[ 0.710221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.711412] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.712662] libphy: Fixed MDIO Bus: probed\n[ 0.713543] tun: Universal TUN/TAP device driver, 1.6\n[ 0.714555] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.716463] PPP generic driver version 2.4.2\n[ 0.717467] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.718887] ehci-pci: EHCI PCI platform driver\n[ 0.719752] ehci-platform: EHCI generic platform driver\n[ 0.720714] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.721819] ohci-pci: OHCI PCI platform driver\n[ 0.722675] ohci-platform: OHCI generic platform driver\n[ 0.723640] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.742619] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.743616] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.745031] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.746047] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.747131] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.748315] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.749709] usb usb1: Product: UHCI Host Controller\n[ 0.750625] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.751733] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.752714] hub 1-0:1.0: USB hub found\n[ 0.753481] hub 1-0:1.0: 2 ports detected\n[ 0.754369] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.756429] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.757367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.758423] mousedev: PS/2 mouse device common for all mice\n[ 0.759664] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.761474] rtc_cmos 00:00: RTC can wake from S4\n[ 0.762586] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.763755] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.764915] i2c /dev entries driver\n[ 0.765662] device-mapper: uevent: version 1.0.3\n[ 0.766595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.768187] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.769498] NET: Registered protocol family 10\n[ 0.770884] NET: Registered protocol family 17\n[ 0.771751] Key type dns_resolver registered\n[ 0.772722] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.773810] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.774936] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.776703] registered taskstats version 1\n[ 0.777520] Loading compiled-in X.509 certificates\n[ 0.778929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.780722] zswap: loaded using pool lzo/zbud\n[ 0.782263] Key type trusted registered\n[ 0.783907] Key type encrypted registered\n[ 0.784712] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.785726] ima: No TPM chip found, activating TPM-bypass!\n[ 0.786747] evm: HMAC attrs: 0x1\n[ 0.787699] Magic number: 3:913:129\n[ 0.788467] acpi device:04: hash matches\n[ 0.799696] rtc_cmos 00:00: setting system clock to 2019-01-20 13:06:05 UTC (1547989565)\n[ 0.801279] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.802369] EDD information not available.\n[ 0.870144] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.871656] Write protecting the kernel read-only data: 14336k\n[ 0.873269] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.875071] 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 1.71\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.951600] 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.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.92. iid=i-000000aa\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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCC4pTvFW2ZZ94dwefseplCldJqGDyp8LSTq/67lRTCK+qjybICe2e8ZECYLIYyBjMH05CZMEiWuqwVyiW5q2KAfHaJzmVnElOlAzWrzJBhcbwc/H5gVQ0qsGU10AdHcsQs705zYArDsPK7nbKdeMdVUGKPNX0PbaHi98UjpHpufrxeoynemQpJ+/LMpDHW3gAGc0XkmHIwL2ogz5I5m/LOwvdli/c9nMF+hRbKk7fzcCtdt3MLpvamMPga4Bjtklqjwo25q4GZ4E7MH4dz6261pjaQqtwRReduhq2/Ww/kkJVZ6w4Rol5jrbzARwk1LejRYpixl1x/vPP6aD1P9yK3 root@createinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed\nssh-dss AAAAB3NzaC1kc3MAAACBAJtwtBqr8t5Chl0dY5yv3mdvJjFgy/1nHQLhFqHvn1UhvHF8KFspuZHj7YICXUqHmC+8KJvb71sJAJyknVhoOZqXadeu4Fcf80pPdBZEpgi3M6j/PQ4ODKyUZkdNprZ2eKgxPWdmAvxMLlcTt1H/5sqsQ8YQq+ckC2PgrZYYw20BAAAAFQDVWbixXqqnY/risCRMTIxK1vNaYQAAAIAcm2CLWa/Pt66Jy2hrYPq2bb7a2oatWwpILzE9hCRLH8YQCfXR0OZLkYHz3ZnR6Yfi3OFk0SwQlVwkYQTDi6npkEaEfGUWogPsJkZ9VmAJUg2dEFPIzcorYE8gSKiasBnPSFD78YyEeQIyoPP5IC4GD//Z1FNcDK6MfwPh+qrPrgAAAIBgGvQ3ttGCpPqhwmZVnUURFmcwf/bF1zI3joPEht8vBY7W5z4irbUC5P2ImYB2pfKJ+aMktDpbAQPLGYQHSgEzYsFxqjCGeNHU/ZccWE55ukoFeplHy1gZSxlrHKooMslL57T6O5NcouB/s5rLRAq3sIhD6P0h6YjCDchTqJl2jA== root@createinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed\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:feec:c4a5/64,\nip-route:default via 10.200.202.1 dev eth0 \nip-route:10.200.202.0/24 dev eth0 src 10.200.202.5 \nip-route:169.254.169.254 via 10.200.202.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000aa\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.77 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed login: "} 2019-01-20 13:06:13,687 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c/action used request id req-f56d7230-47f5-4e9e-b341-3a1e5cfc31b1 2019-01-20 13:06:13,688 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-20 13:06:13,688 - 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 570953902 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.908 MHz processor [ 0.150458] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.152178] pid_max: default: 32768 minimum: 301 [ 0.153057] ACPI: Core revision 20150930 [ 0.154433] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.155711] Security Framework initialized [ 0.156508] Yama: becoming mindful. [ 0.157224] AppArmor: AppArmor initialized [ 0.158068] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160625] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.161800] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163159] Initializing cgroup subsys io [ 0.163956] Initializing cgroup subsys memory [ 0.164795] Initializing cgroup subsys devices [ 0.165660] Initializing cgroup subsys freezer [ 0.166513] Initializing cgroup subsys net_cls [ 0.167362] Initializing cgroup subsys perf_event [ 0.168252] Initializing cgroup subsys net_prio [ 0.169116] Initializing cgroup subsys hugetlb [ 0.169969] Initializing cgroup subsys pids [ 0.170832] CPU: Physical Processor ID: 0 [ 0.172306] mce: CPU supports 10 MCE banks [ 0.173134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.174113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.176372] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.182788] ftrace: allocating 31920 entries in 125 pages [ 0.209286] smpboot: Max logical packages: 2 [ 0.210133] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.211298] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.212620] x2apic enabled [ 0.213429] Switched APIC routing to physical x2apic. [ 0.215164] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.216352] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.218450] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.220334] KVM setup paravirtual spinlock [ 0.221742] x86: Booting SMP configuration: [ 0.222627] .... node #0, CPUs: #1 [ 0.223500] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.245405] x86: Booted up 1 node, 2 CPUs [ 0.245407] KVM setup async PF for cpu 1 [ 0.245410] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.247950] smpboot: Total of 2 processors activated (13967.63 BogoMIPS) [ 0.249405] devtmpfs: initialized [ 0.251117] evm: security.selinux [ 0.251797] evm: security.SMACK64 [ 0.252474] evm: security.SMACK64EXEC [ 0.253201] evm: security.SMACK64TRANSMUTE [ 0.253996] evm: security.SMACK64MMAP [ 0.254722] evm: security.ima [ 0.255349] evm: security.capability [ 0.256156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.257979] pinctrl core: initialized pinctrl subsystem [ 0.259244] RTC time: 13:06:04, date: 01/20/19 [ 0.260207] NET: Registered protocol family 16 [ 0.271211] cpuidle: using governor ladder [ 0.283285] cpuidle: using governor menu [ 0.284090] PCCT header not found. [ 0.284849] ACPI: bus type PCI registered [ 0.285635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.286855] PCI: Using configuration type 1 for base access [ 0.300184] ACPI: Added _OSI(Module Device) [ 0.301041] ACPI: Added _OSI(Processor Device) [ 0.301922] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.302969] ACPI: Added _OSI(Processor Aggregator Device) [ 0.305439] ACPI: Interpreter enabled [ 0.306352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.308410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.310521] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.312615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.314730] ACPI: (supports S0 S5) [ 0.315544] ACPI: Using IOAPIC for interrupt routing [ 0.316465] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.319790] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.320951] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.322153] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.323316] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.325492] acpiphp: Slot [3] registered [ 0.326282] acpiphp: Slot [4] registered [ 0.327060] acpiphp: Slot [5] registered [ 0.327831] acpiphp: Slot [6] registered [ 0.328613] acpiphp: Slot [7] registered [ 0.329416] acpiphp: Slot [8] registered [ 0.330207] acpiphp: Slot [9] registered [ 0.330989] acpiphp: Slot [10] registered [ 0.341686] acpiphp: Slot [11] registered [ 0.342504] acpiphp: Slot [12] registered [ 0.343371] acpiphp: Slot [13] registered [ 0.344220] acpiphp: Slot [14] registered [ 0.345158] acpiphp: Slot [15] registered [ 0.346049] acpiphp: Slot [16] registered [ 0.346984] acpiphp: Slot [17] registered [ 0.347910] acpiphp: Slot [18] registered [ 0.348783] acpiphp: Slot [19] registered [ 0.349623] acpiphp: Slot [20] registered [ 0.350486] acpiphp: Slot [21] registered [ 0.351319] acpiphp: Slot [22] registered [ 0.352164] acpiphp: Slot [23] registered [ 0.353015] acpiphp: Slot [24] registered [ 0.353859] acpiphp: Slot [25] registered [ 0.354774] acpiphp: Slot [26] registered [ 0.355748] acpiphp: Slot [27] registered [ 0.356703] acpiphp: Slot [28] registered [ 0.357685] acpiphp: Slot [29] registered [ 0.358644] acpiphp: Slot [30] registered [ 0.359605] acpiphp: Slot [31] registered [ 0.360658] PCI host bridge to bus 0000:00 [ 0.361477] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.362654] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.363832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.365242] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.366657] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.372862] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.374127] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.375269] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.376504] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.383022] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.384426] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.431197] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.432671] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.434057] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.435449] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.436803] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.438067] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.439249] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.440287] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.441785] vgaarb: loaded [ 0.442374] vgaarb: bridge control possible 0000:00:02.0 [ 0.443862] SCSI subsystem initialized [ 0.444689] ACPI: bus type USB registered [ 0.445488] usbcore: registered new interface driver usbfs [ 0.446513] usbcore: registered new interface driver hub [ 0.447497] usbcore: registered new device driver usb [ 0.448553] PCI: Using ACPI for IRQ routing [ 0.449557] NetLabel: Initializing [ 0.450260] NetLabel: domain hash size = 128 [ 0.451084] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.452012] NetLabel: unlabeled traffic allowed by default [ 0.453095] clocksource: Switched to clocksource kvm-clock [ 0.459420] AppArmor: AppArmor Filesystem Enabled [ 0.460393] pnp: PnP ACPI init [ 0.461340] pnp: PnP ACPI: found 5 devices [ 0.468045] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.469710] NET: Registered protocol family 2 [ 0.470659] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.471896] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.473031] TCP: Hash tables configured (established 4096 bind 4096) [ 0.474169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.475229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.476362] NET: Registered protocol family 1 [ 0.477208] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.478273] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.479316] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.498009] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.516930] Trying to unpack rootfs image as initramfs... [ 0.567164] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.581271] Scanning for low memory corruption every 60 seconds [ 0.582664] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.583797] audit: initializing netlink subsys (disabled) [ 0.584807] audit: type=2000 audit(1547989565.437:1): initialized [ 0.587591] Initialise system trusted keyring [ 0.588553] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.589712] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.591797] zbud: loaded [ 0.592541] VFS: Disk quotas dquot_6.6.0 [ 0.593361] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.595277] fuse init (API version 7.23) [ 0.596236] Key type big_key registered [ 0.597024] Allocating IMA MOK and blacklist keyrings. [ 0.598256] Key type asymmetric registered [ 0.599124] Asymmetric key parser 'x509' registered [ 0.600221] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.601679] io scheduler noop registered [ 0.602466] io scheduler deadline registered (default) [ 0.603490] io scheduler cfq registered [ 0.604336] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.605371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.606615] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.608042] ACPI: Power Button [PWRF] [ 0.608893] GHES: HEST is not enabled! [ 0.627094] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.664718] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.667123] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.691179] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.693613] Linux agpgart interface v0.103 [ 0.696017] brd: module loaded [ 0.697784] loop: module loaded [ 0.702531] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.703959] GPT:90111 != 20971519 [ 0.704631] GPT:Alternate GPT header not at the end of the disk. [ 0.705708] GPT:90111 != 20971519 [ 0.706384] GPT: Use GNU Parted to correct GPT errors. [ 0.707326] vda: vda1 vda15 [ 0.708754] scsi host0: ata_piix [ 0.709522] scsi host1: ata_piix [ 0.710221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.711412] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.712662] libphy: Fixed MDIO Bus: probed [ 0.713543] tun: Universal TUN/TAP device driver, 1.6 [ 0.714555] tun: (C) 1999-2004 Max Krasnyansky [ 0.716463] PPP generic driver version 2.4.2 [ 0.717467] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.718887] ehci-pci: EHCI PCI platform driver [ 0.719752] ehci-platform: EHCI generic platform driver [ 0.720714] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.721819] ohci-pci: OHCI PCI platform driver [ 0.722675] ohci-platform: OHCI generic platform driver [ 0.723640] uhci_hcd: USB Universal Host Controller Interface driver [ 0.742619] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.743616] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.745031] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.746047] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.747131] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.748315] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.749709] usb usb1: Product: UHCI Host Controller [ 0.750625] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.751733] usb usb1: SerialNumber: 0000:00:01.2 [ 0.752714] hub 1-0:1.0: USB hub found [ 0.753481] hub 1-0:1.0: 2 ports detected [ 0.754369] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.756429] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.757367] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.758423] mousedev: PS/2 mouse device common for all mice [ 0.759664] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.761474] rtc_cmos 00:00: RTC can wake from S4 [ 0.762586] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.763755] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.764915] i2c /dev entries driver [ 0.765662] device-mapper: uevent: version 1.0.3 [ 0.766595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.768187] ledtrig-cpu: registered to indicate activity on CPUs [ 0.769498] NET: Registered protocol family 10 [ 0.770884] NET: Registered protocol family 17 [ 0.771751] Key type dns_resolver registered [ 0.772722] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.773810] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.774936] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.776703] registered taskstats version 1 [ 0.777520] Loading compiled-in X.509 certificates [ 0.778929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.780722] zswap: loaded using pool lzo/zbud [ 0.782263] Key type trusted registered [ 0.783907] Key type encrypted registered [ 0.784712] AppArmor: AppArmor sha1 policy hashing enabled [ 0.785726] ima: No TPM chip found, activating TPM-bypass! [ 0.786747] evm: HMAC attrs: 0x1 [ 0.787699] Magic number: 3:913:129 [ 0.788467] acpi device:04: hash matches [ 0.799696] rtc_cmos 00:00: setting system clock to 2019-01-20 13:06:05 UTC (1547989565) [ 0.801279] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.802369] EDD information not available. [ 0.870144] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.871656] Write protecting the kernel read-only data: 14336k [ 0.873269] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.875071] 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 1.71 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.951600] 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.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.92. iid=i-000000aa 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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCC4pTvFW2ZZ94dwefseplCldJqGDyp8LSTq/67lRTCK+qjybICe2e8ZECYLIYyBjMH05CZMEiWuqwVyiW5q2KAfHaJzmVnElOlAzWrzJBhcbwc/H5gVQ0qsGU10AdHcsQs705zYArDsPK7nbKdeMdVUGKPNX0PbaHi98UjpHpufrxeoynemQpJ+/LMpDHW3gAGc0XkmHIwL2ogz5I5m/LOwvdli/c9nMF+hRbKk7fzcCtdt3MLpvamMPga4Bjtklqjwo25q4GZ4E7MH4dz6261pjaQqtwRReduhq2/Ww/kkJVZ6w4Rol5jrbzARwk1LejRYpixl1x/vPP6aD1P9yK3 root@createinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed ssh-dss AAAAB3NzaC1kc3MAAACBAJtwtBqr8t5Chl0dY5yv3mdvJjFgy/1nHQLhFqHvn1UhvHF8KFspuZHj7YICXUqHmC+8KJvb71sJAJyknVhoOZqXadeu4Fcf80pPdBZEpgi3M6j/PQ4ODKyUZkdNprZ2eKgxPWdmAvxMLlcTt1H/5sqsQ8YQq+ckC2PgrZYYw20BAAAAFQDVWbixXqqnY/risCRMTIxK1vNaYQAAAIAcm2CLWa/Pt66Jy2hrYPq2bb7a2oatWwpILzE9hCRLH8YQCfXR0OZLkYHz3ZnR6Yfi3OFk0SwQlVwkYQTDi6npkEaEfGUWogPsJkZ9VmAJUg2dEFPIzcorYE8gSKiasBnPSFD78YyEeQIyoPP5IC4GD//Z1FNcDK6MfwPh+qrPrgAAAIBgGvQ3ttGCpPqhwmZVnUURFmcwf/bF1zI3joPEht8vBY7W5z4irbUC5P2ImYB2pfKJ+aMktDpbAQPLGYQHSgEzYsFxqjCGeNHU/ZccWE55ukoFeplHy1gZSxlrHKooMslL57T6O5NcouB/s5rLRAq3sIhD6P0h6YjCDchTqJl2jA== root@createinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed -----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:feec:c4a5/64, ip-route:default via 10.200.202.1 dev eth0 ip-route:10.200.202.0/24 dev eth0 src 10.200.202.5 ip-route:169.254.169.254 via 10.200.202.3 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-000000aa name: N/A availability-zone: nova local-hostname: createinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed launch-index: 0 === cirros: current=0.4.0 uptime=5.77 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed login: 2019-01-20 13:06:14,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:06:15,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:06:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73c76756-37e0-45f0-b32e-a4166f319370 x-compute-request-id: req-73c76756-37e0-45f0-b32e-a4166f319370 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:08:35", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:05:44.000000", "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "d6784467-138a-4300-ac42-ee1accd5731a", "security_groups": [{"name": "default"}], "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:05:44Z", "hostId": "bb6c2984a811e8657ea94a6367d0d35a3e756ccdd78e6ff0288bd74c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1", "created": "2019-01-20T13:05:37Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:06:15,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a used request id req-73c76756-37e0-45f0-b32e-a4166f319370 2019-01-20 13:06:15,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 13:06:16,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:06: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-2d071f2a-ea0b-4053-b332-5d6b67fbd747 x-compute-request-id: req-2d071f2a-ea0b-4053-b332-5d6b67fbd747 Content-Encoding: gzip Content-Length: 9623 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 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 534977118 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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.906 MHz processor\n[ 0.132067] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967624)\n[ 0.133720] pid_max: default: 32768 minimum: 301\n[ 0.134619] ACPI: Core revision 20150930\n[ 0.136041] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137384] Security Framework initialized\n[ 0.138207] Yama: becoming mindful.\n[ 0.138939] AppArmor: AppArmor initialized\n[ 0.139819] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141179] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142479] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143705] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145125] Initializing cgroup subsys io\n[ 0.145945] Initializing cgroup subsys memory\n[ 0.146812] Initializing cgroup subsys devices\n[ 0.147703] Initializing cgroup subsys freezer\n[ 0.148570] Initializing cgroup subsys net_cls\n[ 0.149434] Initializing cgroup subsys perf_event\n[ 0.150340] Initializing cgroup subsys net_prio\n[ 0.151231] Initializing cgroup subsys hugetlb\n[ 0.152103] Initializing cgroup subsys pids\n[ 0.152976] CPU: Physical Processor ID: 0\n[ 0.154474] mce: CPU supports 10 MCE banks\n[ 0.155336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156351] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.158634] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.165172] ftrace: allocating 31920 entries in 125 pages\n[ 0.192169] smpboot: Max logical packages: 2\n[ 0.193057] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.194281] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.195694] x2apic enabled\n[ 0.196520] Switched APIC routing to physical x2apic.\n[ 0.198304] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199546] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201769] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203731] KVM setup paravirtual spinlock\n[ 0.205191] x86: Booting SMP configuration:\n[ 0.206114] .... node #0, CPUs: #1\n[ 0.207034] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.228752] x86: Booted up 1 node, 2 CPUs\n[ 0.228758] KVM setup async PF for cpu 1\n[ 0.228761] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.231384] smpboot: Total of 2 processors activated (13967.62 BogoMIPS)\n[ 0.232938] devtmpfs: initialized\n[ 0.234685] evm: security.selinux\n[ 0.235402] evm: security.SMACK64\n[ 0.236117] evm: security.SMACK64EXEC\n[ 0.236891] evm: security.SMACK64TRANSMUTE\n[ 0.237728] evm: security.SMACK64MMAP\n[ 0.238490] evm: security.ima\n[ 0.239147] evm: security.capability\n[ 0.240031] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241980] pinctrl core: initialized pinctrl subsystem\n[ 0.243117] RTC time: 13:05:44, date: 01/20/19\n[ 0.244134] NET: Registered protocol family 16\n[ 0.253986] cpuidle: using governor ladder\n[ 0.266085] cpuidle: using governor menu\n[ 0.266937] PCCT header not found.\n[ 0.267747] ACPI: bus type PCI registered\n[ 0.268570] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.269860] PCI: Using configuration type 1 for base access\n[ 0.283316] ACPI: Added _OSI(Module Device)\n[ 0.284204] ACPI: Added _OSI(Processor Device)\n[ 0.285102] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286061] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288373] ACPI: Interpreter enabled\n[ 0.289174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.292987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.294881] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.296782] ACPI: (supports S0 S5)\n[ 0.297503] ACPI: Using IOAPIC for interrupt routing\n[ 0.298631] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.302025] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.303218] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.304498] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305742] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.308058] acpiphp: Slot [3] registered\n[ 0.308903] acpiphp: Slot [4] registered\n[ 0.309747] acpiphp: Slot [5] registered\n[ 0.310565] acpiphp: Slot [6] registered\n[ 0.311390] acpiphp: Slot [7] registered\n[ 0.312216] acpiphp: Slot [8] registered\n[ 0.313056] acpiphp: Slot [9] registered\n[ 0.313887] acpiphp: Slot [10] registered\n[ 0.324716] acpiphp: Slot [11] registered\n[ 0.325553] acpiphp: Slot [12] registered\n[ 0.326405] acpiphp: Slot [13] registered\n[ 0.327249] acpiphp: Slot [14] registered\n[ 0.328091] acpiphp: Slot [15] registered\n[ 0.328935] acpiphp: Slot [16] registered\n[ 0.329774] acpiphp: Slot [17] registered\n[ 0.330609] acpiphp: Slot [18] registered\n[ 0.331444] acpiphp: Slot [19] registered\n[ 0.332290] acpiphp: Slot [20] registered\n[ 0.333136] acpiphp: Slot [21] registered\n[ 0.333984] acpiphp: Slot [22] registered\n[ 0.334820] acpiphp: Slot [23] registered\n[ 0.335658] acpiphp: Slot [24] registered\n[ 0.336490] acpiphp: Slot [25] registered\n[ 0.337341] acpiphp: Slot [26] registered\n[ 0.338179] acpiphp: Slot [27] registered\n[ 0.339023] acpiphp: Slot [28] registered\n[ 0.339865] acpiphp: Slot [29] registered\n[ 0.340704] acpiphp: Slot [30] registered\n[ 0.341546] acpiphp: Slot [31] registered\n[ 0.342382] PCI host bridge to bus 0000:00\n[ 0.343228] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.344479] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345745] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347255] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.348754] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355014] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.356362] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.357583] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.358901] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366239] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367737] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417953] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.419475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420946] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.422400] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.423834] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.425142] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.426735] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427847] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.429433] vgaarb: loaded\n[ 0.430073] vgaarb: bridge control possible 0000:00:02.0\n[ 0.431658] SCSI subsystem initialized\n[ 0.432524] ACPI: bus type USB registered\n[ 0.433371] usbcore: registered new interface driver usbfs\n[ 0.434449] usbcore: registered new interface driver hub\n[ 0.435507] usbcore: registered new device driver usb\n[ 0.436649] PCI: Using ACPI for IRQ routing\n[ 0.437722] NetLabel: Initializing\n[ 0.438460] NetLabel: domain hash size = 128\n[ 0.439352] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440308] NetLabel: unlabeled traffic allowed by default\n[ 0.441468] clocksource: Switched to clocksource kvm-clock\n[ 0.447498] AppArmor: AppArmor Filesystem Enabled\n[ 0.448502] pnp: PnP ACPI init\n[ 0.449443] pnp: PnP ACPI: found 5 devices\n[ 0.456199] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457926] NET: Registered protocol family 2\n[ 0.458920] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.460251] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.461435] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.462629] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463727] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464911] NET: Registered protocol family 1\n[ 0.465789] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466897] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.467988] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.486175] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.504559] Trying to unpack rootfs image as initramfs...\n[ 0.554817] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.568923] Scanning for low memory corruption every 60 seconds\n[ 0.570445] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.571683] audit: initializing netlink subsys (disabled)\n[ 0.572761] audit: type=2000 audit(1547989544.848:1): initialized\n[ 0.574179] Initialise system trusted keyring\n[ 0.575218] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.576453] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578615] zbud: loaded\n[ 0.579740] VFS: Disk quotas dquot_6.6.0\n[ 0.580608] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.582299] fuse init (API version 7.23)\n[ 0.583262] Key type big_key registered\n[ 0.584124] Allocating IMA MOK and blacklist keyrings.\n[ 0.585409] Key type asymmetric registered\n[ 0.586292] Asymmetric key parser 'x509' registered\n[ 0.587299] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.588814] io scheduler noop registered\n[ 0.589664] io scheduler deadline registered (default)\n[ 0.590700] io scheduler cfq registered\n[ 0.591551] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.592627] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.593941] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.595421] ACPI: Power Button [PWRF]\n[ 0.600569] GHES: HEST is not enabled!\n[ 0.618633] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.655819] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.658297] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.682371] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.684953] Linux agpgart interface v0.103\n[ 0.687572] brd: module loaded\n[ 0.689481] loop: module loaded\n[ 0.694737] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696270] GPT:90111 != 20971519\n[ 0.696970] GPT:Alternate GPT header not at the end of the disk.\n[ 0.698115] GPT:90111 != 20971519\n[ 0.698813] GPT: Use GNU Parted to correct GPT errors.\n[ 0.699794] vda: vda1 vda15\n[ 0.701339] scsi host0: ata_piix\n[ 0.702200] scsi host1: ata_piix\n[ 0.702975] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.704214] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.705537] libphy: Fixed MDIO Bus: probed\n[ 0.706431] tun: Universal TUN/TAP device driver, 1.6\n[ 0.707463] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709522] PPP generic driver version 2.4.2\n[ 0.710620] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.711969] ehci-pci: EHCI PCI platform driver\n[ 0.712884] ehci-platform: EHCI generic platform driver\n[ 0.713951] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715211] ohci-pci: OHCI PCI platform driver\n[ 0.716180] ohci-platform: OHCI generic platform driver\n[ 0.717245] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736331] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737426] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738972] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.740046] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741237] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.742523] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743987] usb usb1: Product: UHCI Host Controller\n[ 0.744965] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.746280] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.747287] hub 1-0:1.0: USB hub found\n[ 0.748097] hub 1-0:1.0: 2 ports detected\n[ 0.749045] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.751217] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.752215] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.753312] mousedev: PS/2 mouse device common for all mice\n[ 0.754630] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.757036] rtc_cmos 00:00: RTC can wake from S4\n[ 0.758212] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.759456] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760687] i2c /dev entries driver\n[ 0.761461] device-mapper: uevent: version 1.0.3\n[ 0.762457] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.764145] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.765525] NET: Registered protocol family 10\n[ 0.766941] NET: Registered protocol family 17\n[ 0.767891] Key type dns_resolver registered\n[ 0.768892] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.770041] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.771206] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.773046] registered taskstats version 1\n[ 0.773928] Loading compiled-in X.509 certificates\n[ 0.775397] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.777318] zswap: loaded using pool lzo/zbud\n[ 0.779372] Key type trusted registered\n[ 0.781071] Key type encrypted registered\n[ 0.781944] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.783021] ima: No TPM chip found, activating TPM-bypass!\n[ 0.784106] evm: HMAC attrs: 0x1\n[ 0.785081] Magic number: 3:363:79\n[ 0.785970] rtc_cmos 00:00: setting system clock to 2019-01-20 13:05:45 UTC (1547989545)\n[ 0.797876] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.799036] EDD information not available.\n[ 0.862616] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.864215] Write protecting the kernel read-only data: 14336k\n[ 0.865875] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.867773] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.61\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.846025] 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.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.84. iid=i-000000a7\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.906 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIOWBEurj1d8pVmF2AU1ruFFGPF1DCZYw62H+e0C+xiBXF9hlDGrXUdYukmOZsIF1UUDCJ+2bLCNApPL0pbNPusppeN+mTTSUmgfj5GO8FPNEjSzxATsB5ANn3X9rBug6e9huprby3TWDnSKR/4OVZQymRNInwK6Nlz/tjCMmPuTlCm0HBdE4U37ecou9gpGNi/qYNE4ktbiUY2NA06Eq64YHJQ1DJkmhFv13Dg6Ubqv71E/cX9FTu82gbLJwiWnnF4+2VpZnRtox7LL7uVqdgZ13vsapvnJTUbCaLGbZbWHmj6shIRB5IMEOnrL5AbtAKHPSbWsAvJLN4zwkt17G1 root@createinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed\nssh-dss AAAAB3NzaC1kc3MAAACBAPkEfg/DhJRoSkMnogD3b2Pw+UdUpZcuCHiUut8bfblWUAgMnYycEoP3kxVuZjbw4hSssCH/ODo2uAq52UcUrparFDQA9pSqvgLheYMc9t4izBx/xEyd6Lm2yb4mED4K3saDV+gZL4bkyJpHrMyLuPh6pC1twVUDheh7it9YEUQRAAAAFQDjmCcD25IPHHHfYX8pEcs4MSDKrQAAAIEAsuG5tpBgrHKLtOwiB2Lft9JBlYeEDGgcmsQ8VEV9HiZutNoquLiIJrwHRR6uCsumJi2ed7r7OcVAAUj6v9hQ7PW4Kz9BI4/RUg5jVYq+f9HQBiFKmpYtu5H0GfKAGwI8FVvpuM81AdtIoQImiHyIS/HpW7nuCFXSlCukMlMS0voAAACBALSqf6SYmfoYgmwwOAst7oV3UWiwC5S1fxO2qVsX+3OOkjrEbZoVShwL5Yo/k/6wiuvoiwIWfenbNsHagNhw7Zk2R9bIJUrjY3EilRb12PHWCUyYdDhwgerxq850uJnYK9tXBPtj8gYjOPTt/lLtS1hQ4sf7ri6AbMvfNUBm9Q2y root@createinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed\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:feec:835/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.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-000000a7\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=26.28 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed login: "} 2019-01-20 13:06:16,285 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a/action used request id req-2d071f2a-ea0b-4053-b332-5d6b67fbd747 2019-01-20 13:06:17,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:06:18,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:06:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-444f2ce9-9625-4c1c-95d6-acd3b864fb4d x-compute-request-id: req-444f2ce9-9625-4c1c-95d6-acd3b864fb4d Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:c4:a5", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:06:04.000000", "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "f638502d-07da-4ee9-b350-ef9aa188b62c", "security_groups": [{"name": "default"}], "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:06:05Z", "hostId": "4f8a1746f5ff5802fa90d41617f279f7adcc81b91f2527794fb3c0cc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2", "created": "2019-01-20T13:05:54Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:06:18,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c used request id req-444f2ce9-9625-4c1c-95d6-acd3b864fb4d 2019-01-20 13:06:18,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 13:06:19,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:06: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-cbeda939-ad40-4641-8bd9-f816ff85840d x-compute-request-id: req-cbeda939-ad40-4641-8bd9-f816ff85840d Content-Encoding: gzip Content-Length: 9638 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 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 570953902 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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.908 MHz processor\n[ 0.150458] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.152178] pid_max: default: 32768 minimum: 301\n[ 0.153057] ACPI: Core revision 20150930\n[ 0.154433] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155711] Security Framework initialized\n[ 0.156508] Yama: becoming mindful.\n[ 0.157224] AppArmor: AppArmor initialized\n[ 0.158068] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159374] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160625] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161800] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163159] Initializing cgroup subsys io\n[ 0.163956] Initializing cgroup subsys memory\n[ 0.164795] Initializing cgroup subsys devices\n[ 0.165660] Initializing cgroup subsys freezer\n[ 0.166513] Initializing cgroup subsys net_cls\n[ 0.167362] Initializing cgroup subsys perf_event\n[ 0.168252] Initializing cgroup subsys net_prio\n[ 0.169116] Initializing cgroup subsys hugetlb\n[ 0.169969] Initializing cgroup subsys pids\n[ 0.170832] CPU: Physical Processor ID: 0\n[ 0.172306] mce: CPU supports 10 MCE banks\n[ 0.173134] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174113] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176372] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182788] ftrace: allocating 31920 entries in 125 pages\n[ 0.209286] smpboot: Max logical packages: 2\n[ 0.210133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211298] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.212620] x2apic enabled\n[ 0.213429] Switched APIC routing to physical x2apic.\n[ 0.215164] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216352] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218450] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220334] KVM setup paravirtual spinlock\n[ 0.221742] x86: Booting SMP configuration:\n[ 0.222627] .... node #0, CPUs: #1\n[ 0.223500] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.245405] x86: Booted up 1 node, 2 CPUs\n[ 0.245407] KVM setup async PF for cpu 1\n[ 0.245410] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.247950] smpboot: Total of 2 processors activated (13967.63 BogoMIPS)\n[ 0.249405] devtmpfs: initialized\n[ 0.251117] evm: security.selinux\n[ 0.251797] evm: security.SMACK64\n[ 0.252474] evm: security.SMACK64EXEC\n[ 0.253201] evm: security.SMACK64TRANSMUTE\n[ 0.253996] evm: security.SMACK64MMAP\n[ 0.254722] evm: security.ima\n[ 0.255349] evm: security.capability\n[ 0.256156] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257979] pinctrl core: initialized pinctrl subsystem\n[ 0.259244] RTC time: 13:06:04, date: 01/20/19\n[ 0.260207] NET: Registered protocol family 16\n[ 0.271211] cpuidle: using governor ladder\n[ 0.283285] cpuidle: using governor menu\n[ 0.284090] PCCT header not found.\n[ 0.284849] ACPI: bus type PCI registered\n[ 0.285635] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.286855] PCI: Using configuration type 1 for base access\n[ 0.300184] ACPI: Added _OSI(Module Device)\n[ 0.301041] ACPI: Added _OSI(Processor Device)\n[ 0.301922] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.302969] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.305439] ACPI: Interpreter enabled\n[ 0.306352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.308410] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.310521] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.312615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.314730] ACPI: (supports S0 S5)\n[ 0.315544] ACPI: Using IOAPIC for interrupt routing\n[ 0.316465] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.319790] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.320951] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.322153] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.323316] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.325492] acpiphp: Slot [3] registered\n[ 0.326282] acpiphp: Slot [4] registered\n[ 0.327060] acpiphp: Slot [5] registered\n[ 0.327831] acpiphp: Slot [6] registered\n[ 0.328613] acpiphp: Slot [7] registered\n[ 0.329416] acpiphp: Slot [8] registered\n[ 0.330207] acpiphp: Slot [9] registered\n[ 0.330989] acpiphp: Slot [10] registered\n[ 0.341686] acpiphp: Slot [11] registered\n[ 0.342504] acpiphp: Slot [12] registered\n[ 0.343371] acpiphp: Slot [13] registered\n[ 0.344220] acpiphp: Slot [14] registered\n[ 0.345158] acpiphp: Slot [15] registered\n[ 0.346049] acpiphp: Slot [16] registered\n[ 0.346984] acpiphp: Slot [17] registered\n[ 0.347910] acpiphp: Slot [18] registered\n[ 0.348783] acpiphp: Slot [19] registered\n[ 0.349623] acpiphp: Slot [20] registered\n[ 0.350486] acpiphp: Slot [21] registered\n[ 0.351319] acpiphp: Slot [22] registered\n[ 0.352164] acpiphp: Slot [23] registered\n[ 0.353015] acpiphp: Slot [24] registered\n[ 0.353859] acpiphp: Slot [25] registered\n[ 0.354774] acpiphp: Slot [26] registered\n[ 0.355748] acpiphp: Slot [27] registered\n[ 0.356703] acpiphp: Slot [28] registered\n[ 0.357685] acpiphp: Slot [29] registered\n[ 0.358644] acpiphp: Slot [30] registered\n[ 0.359605] acpiphp: Slot [31] registered\n[ 0.360658] PCI host bridge to bus 0000:00\n[ 0.361477] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.362654] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.363832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.365242] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.366657] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.372862] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.374127] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.375269] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.376504] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383022] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.384426] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431197] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.432671] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.434057] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435449] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436803] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.438067] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439249] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440287] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.441785] vgaarb: loaded\n[ 0.442374] vgaarb: bridge control possible 0000:00:02.0\n[ 0.443862] SCSI subsystem initialized\n[ 0.444689] ACPI: bus type USB registered\n[ 0.445488] usbcore: registered new interface driver usbfs\n[ 0.446513] usbcore: registered new interface driver hub\n[ 0.447497] usbcore: registered new device driver usb\n[ 0.448553] PCI: Using ACPI for IRQ routing\n[ 0.449557] NetLabel: Initializing\n[ 0.450260] NetLabel: domain hash size = 128\n[ 0.451084] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.452012] NetLabel: unlabeled traffic allowed by default\n[ 0.453095] clocksource: Switched to clocksource kvm-clock\n[ 0.459420] AppArmor: AppArmor Filesystem Enabled\n[ 0.460393] pnp: PnP ACPI init\n[ 0.461340] pnp: PnP ACPI: found 5 devices\n[ 0.468045] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.469710] NET: Registered protocol family 2\n[ 0.470659] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.471896] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.473031] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474169] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.475229] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476362] NET: Registered protocol family 1\n[ 0.477208] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.478273] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.479316] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.498009] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.516930] Trying to unpack rootfs image as initramfs...\n[ 0.567164] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.581271] Scanning for low memory corruption every 60 seconds\n[ 0.582664] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.583797] audit: initializing netlink subsys (disabled)\n[ 0.584807] audit: type=2000 audit(1547989565.437:1): initialized\n[ 0.587591] Initialise system trusted keyring\n[ 0.588553] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.589712] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.591797] zbud: loaded\n[ 0.592541] VFS: Disk quotas dquot_6.6.0\n[ 0.593361] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.595277] fuse init (API version 7.23)\n[ 0.596236] Key type big_key registered\n[ 0.597024] Allocating IMA MOK and blacklist keyrings.\n[ 0.598256] Key type asymmetric registered\n[ 0.599124] Asymmetric key parser 'x509' registered\n[ 0.600221] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.601679] io scheduler noop registered\n[ 0.602466] io scheduler deadline registered (default)\n[ 0.603490] io scheduler cfq registered\n[ 0.604336] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.605371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.606615] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.608042] ACPI: Power Button [PWRF]\n[ 0.608893] GHES: HEST is not enabled!\n[ 0.627094] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.664718] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.667123] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.691179] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.693613] Linux agpgart interface v0.103\n[ 0.696017] brd: module loaded\n[ 0.697784] loop: module loaded\n[ 0.702531] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.703959] GPT:90111 != 20971519\n[ 0.704631] GPT:Alternate GPT header not at the end of the disk.\n[ 0.705708] GPT:90111 != 20971519\n[ 0.706384] GPT: Use GNU Parted to correct GPT errors.\n[ 0.707326] vda: vda1 vda15\n[ 0.708754] scsi host0: ata_piix\n[ 0.709522] scsi host1: ata_piix\n[ 0.710221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.711412] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.712662] libphy: Fixed MDIO Bus: probed\n[ 0.713543] tun: Universal TUN/TAP device driver, 1.6\n[ 0.714555] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.716463] PPP generic driver version 2.4.2\n[ 0.717467] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.718887] ehci-pci: EHCI PCI platform driver\n[ 0.719752] ehci-platform: EHCI generic platform driver\n[ 0.720714] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.721819] ohci-pci: OHCI PCI platform driver\n[ 0.722675] ohci-platform: OHCI generic platform driver\n[ 0.723640] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.742619] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.743616] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.745031] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.746047] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.747131] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.748315] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.749709] usb usb1: Product: UHCI Host Controller\n[ 0.750625] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.751733] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.752714] hub 1-0:1.0: USB hub found\n[ 0.753481] hub 1-0:1.0: 2 ports detected\n[ 0.754369] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.756429] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.757367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.758423] mousedev: PS/2 mouse device common for all mice\n[ 0.759664] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.761474] rtc_cmos 00:00: RTC can wake from S4\n[ 0.762586] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.763755] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.764915] i2c /dev entries driver\n[ 0.765662] device-mapper: uevent: version 1.0.3\n[ 0.766595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.768187] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.769498] NET: Registered protocol family 10\n[ 0.770884] NET: Registered protocol family 17\n[ 0.771751] Key type dns_resolver registered\n[ 0.772722] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.773810] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.774936] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.776703] registered taskstats version 1\n[ 0.777520] Loading compiled-in X.509 certificates\n[ 0.778929] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.780722] zswap: loaded using pool lzo/zbud\n[ 0.782263] Key type trusted registered\n[ 0.783907] Key type encrypted registered\n[ 0.784712] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.785726] ima: No TPM chip found, activating TPM-bypass!\n[ 0.786747] evm: HMAC attrs: 0x1\n[ 0.787699] Magic number: 3:913:129\n[ 0.788467] acpi device:04: hash matches\n[ 0.799696] rtc_cmos 00:00: setting system clock to 2019-01-20 13:06:05 UTC (1547989565)\n[ 0.801279] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.802369] EDD information not available.\n[ 0.870144] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.871656] Write protecting the kernel read-only data: 14336k\n[ 0.873269] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.875071] 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 1.71\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.951600] 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.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.92. iid=i-000000aa\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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCC4pTvFW2ZZ94dwefseplCldJqGDyp8LSTq/67lRTCK+qjybICe2e8ZECYLIYyBjMH05CZMEiWuqwVyiW5q2KAfHaJzmVnElOlAzWrzJBhcbwc/H5gVQ0qsGU10AdHcsQs705zYArDsPK7nbKdeMdVUGKPNX0PbaHi98UjpHpufrxeoynemQpJ+/LMpDHW3gAGc0XkmHIwL2ogz5I5m/LOwvdli/c9nMF+hRbKk7fzcCtdt3MLpvamMPga4Bjtklqjwo25q4GZ4E7MH4dz6261pjaQqtwRReduhq2/Ww/kkJVZ6w4Rol5jrbzARwk1LejRYpixl1x/vPP6aD1P9yK3 root@createinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed\nssh-dss AAAAB3NzaC1kc3MAAACBAJtwtBqr8t5Chl0dY5yv3mdvJjFgy/1nHQLhFqHvn1UhvHF8KFspuZHj7YICXUqHmC+8KJvb71sJAJyknVhoOZqXadeu4Fcf80pPdBZEpgi3M6j/PQ4ODKyUZkdNprZ2eKgxPWdmAvxMLlcTt1H/5sqsQ8YQq+ckC2PgrZYYw20BAAAAFQDVWbixXqqnY/risCRMTIxK1vNaYQAAAIAcm2CLWa/Pt66Jy2hrYPq2bb7a2oatWwpILzE9hCRLH8YQCfXR0OZLkYHz3ZnR6Yfi3OFk0SwQlVwkYQTDi6npkEaEfGUWogPsJkZ9VmAJUg2dEFPIzcorYE8gSKiasBnPSFD78YyEeQIyoPP5IC4GD//Z1FNcDK6MfwPh+qrPrgAAAIBgGvQ3ttGCpPqhwmZVnUURFmcwf/bF1zI3joPEht8vBY7W5z4irbUC5P2ImYB2pfKJ+aMktDpbAQPLGYQHSgEzYsFxqjCGeNHU/ZccWE55ukoFeplHy1gZSxlrHKooMslL57T6O5NcouB/s5rLRAq3sIhD6P0h6YjCDchTqJl2jA== root@createinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed\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:feec:c4a5/64,\nip-route:default via 10.200.202.1 dev eth0 \nip-route:10.200.202.0/24 dev eth0 src 10.200.202.5 \nip-route:169.254.169.254 via 10.200.202.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-000000aa\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.77 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-11419913-2eee-4f70-8e76-b8b886f599ed login: "} 2019-01-20 13:06:19,119 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c/action used request id req-cbeda939-ad40-4641-8bd9-f816ff85840d 2019-01-20 13:06:19,121 - create_instance - INFO - Deleting Port with ID - 1b20d32d-900b-4d90-a9c1-5ff5de2d1af3 2019-01-20 13:06:19,121 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm1-port 2019-01-20 13:06:19,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/1b20d32d-900b-4d90-a9c1-5ff5de2d1af3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:06:19,560 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bbb235c2-4f72-4347-aaea-0b8296ef5693 Date: Sun, 20 Jan 2019 13:06:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:06:19,560 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/1b20d32d-900b-4d90-a9c1-5ff5de2d1af3 used request id req-bbb235c2-4f72-4347-aaea-0b8296ef5693 2019-01-20 13:06:19,560 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1 2019-01-20 13:06:19,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:06:19,797 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:06:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cfcbeff8-3607-477b-b743-7051523beb33 x-compute-request-id: req-cfcbeff8-3607-477b-b743-7051523beb33 Content-Type: application/json 2019-01-20 13:06:19,797 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a used request id req-cfcbeff8-3607-477b-b743-7051523beb33 2019-01-20 13:06:19,798 - create_instance - INFO - Checking deletion status 2019-01-20 13:06:19,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:06:20,045 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:06:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8eb1b82a-673e-4795-81df-fc03899ef92b x-compute-request-id: req-8eb1b82a-673e-4795-81df-fc03899ef92b Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:08:35", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:05:44.000000", "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "d6784467-138a-4300-ac42-ee1accd5731a", "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:06:19Z", "hostId": "bb6c2984a811e8657ea94a6367d0d35a3e756ccdd78e6ff0288bd74c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1", "created": "2019-01-20T13:05:37Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:06:20,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a used request id req-8eb1b82a-673e-4795-81df-fc03899ef92b 2019-01-20 13:06:20,046 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1] is - ACTIVE 2019-01-20 13:06:20,046 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:06:23,050 - create_instance - DEBUG - VM status query timeout in 296.748245955 2019-01-20 13:06:23,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:06:23,294 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:06:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a8f9485-438a-4561-99ba-6e8e958c9e0c x-compute-request-id: req-4a8f9485-438a-4561-99ba-6e8e958c9e0c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:05:44.000000", "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "d6784467-138a-4300-ac42-ee1accd5731a", "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:06:19Z", "hostId": "bb6c2984a811e8657ea94a6367d0d35a3e756ccdd78e6ff0288bd74c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1", "created": "2019-01-20T13:05:37Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:06:23,294 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a used request id req-4a8f9485-438a-4561-99ba-6e8e958c9e0c 2019-01-20 13:06:23,295 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1] is - ACTIVE 2019-01-20 13:06:23,295 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:06:26,298 - create_instance - DEBUG - VM status query timeout in 293.49977088 2019-01-20 13:06:26,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:06:26,547 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:06: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-10678ac7-c3ec-454c-a8b8-6b13cae0cb5e x-compute-request-id: req-10678ac7-c3ec-454c-a8b8-6b13cae0cb5e Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:05:44.000000", "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "d6784467-138a-4300-ac42-ee1accd5731a", "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:06:19Z", "hostId": "bb6c2984a811e8657ea94a6367d0d35a3e756ccdd78e6ff0288bd74c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1", "created": "2019-01-20T13:05:37Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:06:26,547 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a used request id req-10678ac7-c3ec-454c-a8b8-6b13cae0cb5e 2019-01-20 13:06:26,548 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1] is - ACTIVE 2019-01-20 13:06:26,548 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:06:29,551 - create_instance - DEBUG - VM status query timeout in 290.246876955 2019-01-20 13:06:29,554 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:06:29,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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,Accept-Encoding x-openstack-request-id: req-d0fc515c-3e7d-4d45-b34f-9ccc6e27ac07 x-compute-request-id: req-d0fc515c-3e7d-4d45-b34f-9ccc6e27ac07 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d6784467-138a-4300-ac42-ee1accd5731a", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:05:44.000000", "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "d6784467-138a-4300-ac42-ee1accd5731a", "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:06:19Z", "hostId": "bb6c2984a811e8657ea94a6367d0d35a3e756ccdd78e6ff0288bd74c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1", "created": "2019-01-20T13:05:37Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:06:29,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a used request id req-d0fc515c-3e7d-4d45-b34f-9ccc6e27ac07 2019-01-20 13:06:29,831 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1] is - ACTIVE 2019-01-20 13:06:29,831 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:06:32,834 - create_instance - DEBUG - VM status query timeout in 286.963772058 2019-01-20 13:06:32,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}595482575ab9f46e1dbcf899c0c8fbeeeba17c82" 2019-01-20 13:06:32,879 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:06: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-2fd7adf3-e805-4739-ba01-b013c7395974 x-compute-request-id: req-2fd7adf3-e805-4739-ba01-b013c7395974 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d6784467-138a-4300-ac42-ee1accd5731a could not be found.", "code": 404}} 2019-01-20 13:06:32,879 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d6784467-138a-4300-ac42-ee1accd5731a used request id req-2fd7adf3-e805-4739-ba01-b013c7395974 2019-01-20 13:06:32,879 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d6784467-138a-4300-ac42-ee1accd5731a could not be found. (HTTP 404) (Request-ID: req-2fd7adf3-e805-4739-ba01-b013c7395974) 2019-01-20 13:06:32,879 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst1 2019-01-20 13:06:32,880 - create_instance - INFO - Deleting Port with ID - d56141ca-1455-4771-bea3-1a12f2458976 2019-01-20 13:06:32,881 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-vm2-port 2019-01-20 13:06:32,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/d56141ca-1455-4771-bea3-1a12f2458976 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:06:33,648 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f8e0a182-eaa2-4d3e-be54-07e733b7e15d Date: Sun, 20 Jan 2019 13:06:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:06:33,648 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/d56141ca-1455-4771-bea3-1a12f2458976 used request id req-f8e0a182-eaa2-4d3e-be54-07e733b7e15d 2019-01-20 13:06:33,649 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2 2019-01-20 13:06:33,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:06:34,582 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:06:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ababebf1-98e6-4084-86e4-0441d6b17faf x-compute-request-id: req-ababebf1-98e6-4084-86e4-0441d6b17faf Content-Type: application/json 2019-01-20 13:06:34,582 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c used request id req-ababebf1-98e6-4084-86e4-0441d6b17faf 2019-01-20 13:06:34,582 - create_instance - INFO - Checking deletion status 2019-01-20 13:06:34,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:06:34,972 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-5eff17db-a118-4c25-a7eb-d90cd31fbbbd x-compute-request-id: req-5eff17db-a118-4c25-a7eb-d90cd31fbbbd 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.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:06:04.000000", "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "f638502d-07da-4ee9-b350-ef9aa188b62c", "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:06:33Z", "hostId": "4f8a1746f5ff5802fa90d41617f279f7adcc81b91f2527794fb3c0cc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2", "created": "2019-01-20T13:05:54Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:06:34,972 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c used request id req-5eff17db-a118-4c25-a7eb-d90cd31fbbbd 2019-01-20 13:06:34,973 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2] is - ACTIVE 2019-01-20 13:06:34,973 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:06:37,976 - create_instance - DEBUG - VM status query timeout in 296.606614113 2019-01-20 13:06:37,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:06:38,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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,Accept-Encoding x-openstack-request-id: req-0167ff24-3950-462c-9627-3ebe993459a6 x-compute-request-id: req-0167ff24-3950-462c-9627-3ebe993459a6 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.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:06:04.000000", "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "f638502d-07da-4ee9-b350-ef9aa188b62c", "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:06:33Z", "hostId": "4f8a1746f5ff5802fa90d41617f279f7adcc81b91f2527794fb3c0cc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2", "created": "2019-01-20T13:05:54Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:06:38,230 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c used request id req-0167ff24-3950-462c-9627-3ebe993459a6 2019-01-20 13:06:38,230 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2] is - ACTIVE 2019-01-20 13:06:38,230 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:06:41,233 - create_instance - DEBUG - VM status query timeout in 293.349282026 2019-01-20 13:06:41,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:06:41,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:06:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d248e7f-2c92-41c9-a32e-d5c88a293769 x-compute-request-id: req-9d248e7f-2c92-41c9-a32e-d5c88a293769 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.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f638502d-07da-4ee9-b350-ef9aa188b62c", "rel": "bookmark"}], "image": {"id": "34de813e-94e0-4944-b171-33f209f2caa4", "links": [{"href": "http://172.30.9.22:8774/images/34de813e-94e0-4944-b171-33f209f2caa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:06:04.000000", "flavor": {"id": "d4331f57-9dc0-4a85-b27a-9558c5b231d0", "links": [{"href": "http://172.30.9.22:8774/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0", "rel": "bookmark"}]}, "id": "f638502d-07da-4ee9-b350-ef9aa188b62c", "user_id": "67def1d23ddc4cb385908f5b32172a56", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:06:33Z", "hostId": "4f8a1746f5ff5802fa90d41617f279f7adcc81b91f2527794fb3c0cc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2", "created": "2019-01-20T13:05:54Z", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:06:41,499 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c used request id req-9d248e7f-2c92-41c9-a32e-d5c88a293769 2019-01-20 13:06:41,499 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2] is - ACTIVE 2019-01-20 13:06:41,499 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:06:44,502 - create_instance - DEBUG - VM status query timeout in 290.080270052 2019-01-20 13:06:44,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad4692e736241d4ad3c2acccdb3cd8b6e1d5188" 2019-01-20 13:06:44,551 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:06:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a6a85c62-bcdf-4008-9bbb-8324c074e533 x-compute-request-id: req-a6a85c62-bcdf-4008-9bbb-8324c074e533 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance f638502d-07da-4ee9-b350-ef9aa188b62c could not be found.", "code": 404}} 2019-01-20 13:06:44,551 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f638502d-07da-4ee9-b350-ef9aa188b62c used request id req-a6a85c62-bcdf-4008-9bbb-8324c074e533 2019-01-20 13:06:44,551 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance f638502d-07da-4ee9-b350-ef9aa188b62c could not be found. (HTTP 404) (Request-ID: req-a6a85c62-bcdf-4008-9bbb-8324c074e533) 2019-01-20 13:06:44,552 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-inst2 2019-01-20 13:06:44,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d348c2fb5495b82be1742c80cc0b8104d5814" 2019-01-20 13:06:44,606 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:06:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9ce3677c-fb82-432d-b41a-a5291f5c4de1 x-compute-request-id: req-9ce3677c-fb82-432d-b41a-a5291f5c4de1 Content-Length: 0 Content-Type: application/json 2019-01-20 13:06:44,606 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/d4331f57-9dc0-4a85-b27a-9558c5b231d0 used request id req-9ce3677c-fb82-432d-b41a-a5291f5c4de1 2019-01-20 13:06:44,607 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-pub-router and port CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-router-port1 2019-01-20 13:06:44,607 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-pub-router 2019-01-20 13:06:44,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/f554c311-ad8a-42ad-914c-f93d666ee303/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" -d '{"port_id": "c35e6470-1995-43ef-b497-698513e97161"}' 2019-01-20 13:06:46,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a755fc32-83f8-415b-b3e1-e423d50a042a Date: Sun, 20 Jan 2019 13:06:46 GMT RESP BODY: {"network_id": "bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "subnet_id": "8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2", "subnet_ids": ["8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2"], "port_id": "c35e6470-1995-43ef-b497-698513e97161", "id": "f554c311-ad8a-42ad-914c-f93d666ee303"} 2019-01-20 13:06:46,068 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/f554c311-ad8a-42ad-914c-f93d666ee303/remove_router_interface used request id req-a755fc32-83f8-415b-b3e1-e423d50a042a 2019-01-20 13:06:46,068 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-pub-router and port CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-router-port2 2019-01-20 13:06:46,068 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-pub-router 2019-01-20 13:06:46,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/f554c311-ad8a-42ad-914c-f93d666ee303/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" -d '{"port_id": "1c05dff0-5e30-45a8-8cea-38c4dd928b41"}' 2019-01-20 13:06:47,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-860adc4a-8a5b-41aa-8620-eded0c25366d Date: Sun, 20 Jan 2019 13:06:47 GMT RESP BODY: {"network_id": "5b97ee7a-9f45-4cae-98d8-509c8842fcac", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "subnet_id": "defc94a8-713f-46b9-bd3b-6d11194a5455", "subnet_ids": ["defc94a8-713f-46b9-bd3b-6d11194a5455"], "port_id": "1c05dff0-5e30-45a8-8cea-38c4dd928b41", "id": "f554c311-ad8a-42ad-914c-f93d666ee303"} 2019-01-20 13:06:47,523 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/f554c311-ad8a-42ad-914c-f93d666ee303/remove_router_interface used request id req-860adc4a-8a5b-41aa-8620-eded0c25366d 2019-01-20 13:06:47,523 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-pub-router 2019-01-20 13:06:47,523 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-pub-router 2019-01-20 13:06:47,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/f554c311-ad8a-42ad-914c-f93d666ee303 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdd56d948def651211479b503cc91ab99457bdd8" 2019-01-20 13:06:50,721 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-61a97d99-4118-49b3-9695-ef47e7305c27 Content-Length: 0 Date: Sun, 20 Jan 2019 13:06:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:06:50,721 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/f554c311-ad8a-42ad-914c-f93d666ee303 used request id req-61a97d99-4118-49b3-9695-ef47e7305c27 2019-01-20 13:06:50,722 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1 2019-01-20 13:06:50,722 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet1 2019-01-20 13:06:50,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e7439198c58143803331b904a9e0058c1bf190" 2019-01-20 13:06:52,949 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-15f2ca4b-5c9c-450f-884d-6f7b69172887 Date: Sun, 20 Jan 2019 13:06:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:06:52,949 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/8e269e5c-b7e3-444d-a82c-0f9c6f4b93f2 used request id req-15f2ca4b-5c9c-450f-884d-6f7b69172887 2019-01-20 13:06:52,950 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net1 2019-01-20 13:06:52,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e7439198c58143803331b904a9e0058c1bf190" 2019-01-20 13:06:54,262 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ce41ed17-e9d0-4619-b315-a583b590e619 Date: Sun, 20 Jan 2019 13:06:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:06:54,262 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/bdcb5c9b-722c-447e-8d1d-85cb5a87a6d5 used request id req-ce41ed17-e9d0-4619-b315-a583b590e619 2019-01-20 13:06:54,263 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2 2019-01-20 13:06:54,263 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-subnet2 2019-01-20 13:06:54,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/defc94a8-713f-46b9-bd3b-6d11194a5455 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df8d1b0d1ddb4b89991f332a5db2318cf05a135" 2019-01-20 13:06:56,511 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-48918e71-63c5-49c5-85a1-5c634d5cfa60 Date: Sun, 20 Jan 2019 13:06:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:06:56,511 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/defc94a8-713f-46b9-bd3b-6d11194a5455 used request id req-48918e71-63c5-49c5-85a1-5c634d5cfa60 2019-01-20 13:06:56,511 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-net2 2019-01-20 13:06:56,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/5b97ee7a-9f45-4cae-98d8-509c8842fcac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2df8d1b0d1ddb4b89991f332a5db2318cf05a135" 2019-01-20 13:06:57,697 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-be618569-beca-4464-8c4b-76d96bb53fbb Date: Sun, 20 Jan 2019 13:06:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:06:57,697 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/5b97ee7a-9f45-4cae-98d8-509c8842fcac used request id req-be618569-beca-4464-8c4b-76d96bb53fbb 2019-01-20 13:06:57,697 - neutron_utils - INFO - Deleting security group rule with ID - 5999d870-d3f2-49fa-a4e1-ae476c1e8bd9 2019-01-20 13:06:57,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/5999d870-d3f2-49fa-a4e1-ae476c1e8bd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3addee5c3b881e1c9e693dd7aa4a2c08de7c5ec3" 2019-01-20 13:06:57,795 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b05272ba-5779-462f-aecd-261ef49ca4ec Content-Length: 0 Date: Sun, 20 Jan 2019 13:06:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:06:57,795 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/5999d870-d3f2-49fa-a4e1-ae476c1e8bd9 used request id req-b05272ba-5779-462f-aecd-261ef49ca4ec 2019-01-20 13:06:57,795 - neutron_utils - INFO - Deleting security group rule with ID - 88e950ce-f4c0-4362-bae5-55262edea607 2019-01-20 13:06:57,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/88e950ce-f4c0-4362-bae5-55262edea607 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3addee5c3b881e1c9e693dd7aa4a2c08de7c5ec3" 2019-01-20 13:06:58,030 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5d60f8f9-ba8c-4940-99cd-a5b2265b87f0 Content-Length: 0 Date: Sun, 20 Jan 2019 13:06:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:06:58,030 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/88e950ce-f4c0-4362-bae5-55262edea607 used request id req-5d60f8f9-ba8c-4940-99cd-a5b2265b87f0 2019-01-20 13:06:58,030 - neutron_utils - INFO - Deleting security group rule with ID - e8c39e08-2f17-49b2-9fe5-092c5f829b41 2019-01-20 13:06:58,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/e8c39e08-2f17-49b2-9fe5-092c5f829b41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3addee5c3b881e1c9e693dd7aa4a2c08de7c5ec3" 2019-01-20 13:06:58,130 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ec959944-a53b-4e67-83a2-57259775c69c Content-Length: 0 Date: Sun, 20 Jan 2019 13:06:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:06:58,130 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/e8c39e08-2f17-49b2-9fe5-092c5f829b41 used request id req-ec959944-a53b-4e67-83a2-57259775c69c 2019-01-20 13:06:58,131 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-11419913-2eee-4f70-8e76-b8b886f599ed-sec-grp 2019-01-20 13:06:58,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3addee5c3b881e1c9e693dd7aa4a2c08de7c5ec3" 2019-01-20 13:06:58,431 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-57cf27b6-3d13-4bb7-8b7b-008eaff0266a Content-Length: 0 Date: Sun, 20 Jan 2019 13:06:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:06:58,431 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/6dcbf6f0-b694-4ec7-bd6f-cdc724aefa67 used request id req-57cf27b6-3d13-4bb7-8b7b-008eaff0266a 2019-01-20 13:06:58,432 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-cfabc892-b37c-42c4-8aa5-82d2d45f9129 2019-01-20 13:06:58,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/34de813e-94e0-4944-b171-33f209f2caa4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d44a0d67115ba537cb286c2a1119a9367b1ee04e" 2019-01-20 13:06:59,958 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4e8399b3-11cb-49ad-971f-47f5374e08aa Date: Sun, 20 Jan 2019 13:06:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:06:59,958 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/34de813e-94e0-4944-b171-33f209f2caa4 used request id req-4e8399b3-11cb-49ad-971f-47f5374e08aa 2019-01-20 13:06:59,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099394ae8e7ea3de42d754c7fccb2095b8f1ff2" 2019-01-20 13:07:00,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-609f8ede-2f70-4b7e-a03a-2a1e00153dda Date: Sun, 20 Jan 2019 13:07:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:06Z", "updated_at": "2019-01-20T13:05:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:05:06Z", "revision_number": 0, "id": "46698005-8b17-43c7-822d-c794a0dbac81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:05:06Z", "security_group_id": "d419b24e-b00a-485d-ba5b-5a33ddb9cf88", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "port_range_min": null, "ethertype": "IPv6", "project_id": "0c30583ca6794719837c5fc795d5c771"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:05:06Z", "revision_number": 0, "id": "9d628ada-6c68-4b42-8f72-1c83eb99c4a7", "remote_group_id": "d419b24e-b00a-485d-ba5b-5a33ddb9cf88", "remote_ip_prefix": null, "created_at": "2019-01-20T13:05:06Z", "security_group_id": "d419b24e-b00a-485d-ba5b-5a33ddb9cf88", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "port_range_min": null, "ethertype": "IPv4", "project_id": "0c30583ca6794719837c5fc795d5c771"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:05:06Z", "revision_number": 0, "id": "bb1a6df1-dee1-44bc-9200-6e6b7360becf", "remote_group_id": "d419b24e-b00a-485d-ba5b-5a33ddb9cf88", "remote_ip_prefix": null, "created_at": "2019-01-20T13:05:06Z", "security_group_id": "d419b24e-b00a-485d-ba5b-5a33ddb9cf88", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "port_range_min": null, "ethertype": "IPv6", "project_id": "0c30583ca6794719837c5fc795d5c771"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:05:06Z", "revision_number": 0, "id": "c03f768e-94ea-425b-ac8f-1437d68c741f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:05:06Z", "security_group_id": "d419b24e-b00a-485d-ba5b-5a33ddb9cf88", "tenant_id": "0c30583ca6794719837c5fc795d5c771", "port_range_min": null, "ethertype": "IPv4", "project_id": "0c30583ca6794719837c5fc795d5c771"}], "revision_number": 4, "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "d419b24e-b00a-485d-ba5b-5a33ddb9cf88", "name": "default"}]} 2019-01-20 13:07:00,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-609f8ede-2f70-4b7e-a03a-2a1e00153dda 2019-01-20 13:07:00,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099394ae8e7ea3de42d754c7fccb2095b8f1ff2" 2019-01-20 13:07:00,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe80fe80-aab7-44db-9691-ad51f4185cf6 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:07:00,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-fe80fe80-aab7-44db-9691-ad51f4185cf6 2019-01-20 13:07:00,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099394ae8e7ea3de42d754c7fccb2095b8f1ff2" 2019-01-20 13:07:00,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b42fbdcf-16b8-4934-9e26-6116a15e5dbb 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:07:00,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-b42fbdcf-16b8-4934-9e26-6116a15e5dbb 2019-01-20 13:07:00,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099394ae8e7ea3de42d754c7fccb2095b8f1ff2" 2019-01-20 13:07:00,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-929b0025-d510-4002-995b-d08108217f4d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:07:00,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-929b0025-d510-4002-995b-d08108217f4d 2019-01-20 13:07:00,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099394ae8e7ea3de42d754c7fccb2095b8f1ff2" 2019-01-20 13:07:00,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95b67742-f616-4243-b156-8b9f62465a51 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771"}, "enabled": true, "id": "0c30583ca6794719837c5fc795d5c771", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj"}} 2019-01-20 13:07:00,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 used request id req-95b67742-f616-4243-b156-8b9f62465a51 2019-01-20 13:07:00,650 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d419b24e-b00a-485d-ba5b-5a33ddb9cf88 2019-01-20 13:07:00,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d419b24e-b00a-485d-ba5b-5a33ddb9cf88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099394ae8e7ea3de42d754c7fccb2095b8f1ff2" 2019-01-20 13:07:00,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-70a2b248-2204-44d0-8fd1-40c5d0579f24 Date: Sun, 20 Jan 2019 13:07:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:05:06Z", "security_group_id": "d419b24e-b00a-485d-ba5b-5a33ddb9cf88", "port_range_min": null, "revision_number": 0, "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:06Z", "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "46698005-8b17-43c7-822d-c794a0dbac81"}, {"remote_group_id": "d419b24e-b00a-485d-ba5b-5a33ddb9cf88", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:05:06Z", "security_group_id": "d419b24e-b00a-485d-ba5b-5a33ddb9cf88", "port_range_min": null, "revision_number": 0, "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:06Z", "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "9d628ada-6c68-4b42-8f72-1c83eb99c4a7"}, {"remote_group_id": "d419b24e-b00a-485d-ba5b-5a33ddb9cf88", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:05:06Z", "security_group_id": "d419b24e-b00a-485d-ba5b-5a33ddb9cf88", "port_range_min": null, "revision_number": 0, "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:06Z", "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "bb1a6df1-dee1-44bc-9200-6e6b7360becf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:05:06Z", "security_group_id": "d419b24e-b00a-485d-ba5b-5a33ddb9cf88", "port_range_min": null, "revision_number": 0, "tenant_id": "0c30583ca6794719837c5fc795d5c771", "created_at": "2019-01-20T13:05:06Z", "project_id": "0c30583ca6794719837c5fc795d5c771", "id": "c03f768e-94ea-425b-ac8f-1437d68c741f"}]} 2019-01-20 13:07:00,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d419b24e-b00a-485d-ba5b-5a33ddb9cf88 used request id req-70a2b248-2204-44d0-8fd1-40c5d0579f24 2019-01-20 13:07:00,829 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:07:00,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/d419b24e-b00a-485d-ba5b-5a33ddb9cf88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099394ae8e7ea3de42d754c7fccb2095b8f1ff2" 2019-01-20 13:07:01,115 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2bc1426f-eb6e-4f0e-a5e4-86f89474f695 Content-Length: 0 Date: Sun, 20 Jan 2019 13:07:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:07:01,115 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/d419b24e-b00a-485d-ba5b-5a33ddb9cf88 used request id req-2bc1426f-eb6e-4f0e-a5e4-86f89474f695 2019-01-20 13:07:01,116 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj 2019-01-20 13:07:01,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099394ae8e7ea3de42d754c7fccb2095b8f1ff2" 2019-01-20 13:07:01,325 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:07:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b59cbcf-0ed5-4b7b-82b7-c151d4748e03 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:07:01,325 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/0c30583ca6794719837c5fc795d5c771 used request id req-4b59cbcf-0ed5-4b7b-82b7-c151d4748e03 2019-01-20 13:07:01,325 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-proj-role 2019-01-20 13:07:01,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/c145108850024b5e856d764907d7ac64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099394ae8e7ea3de42d754c7fccb2095b8f1ff2" 2019-01-20 13:07:01,442 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:07:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-870776b3-0d76-40d1-afd8-3a7a215d666e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:07:01,442 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/c145108850024b5e856d764907d7ac64 used request id req-870776b3-0d76-40d1-afd8-3a7a215d666e 2019-01-20 13:07:01,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d099394ae8e7ea3de42d754c7fccb2095b8f1ff2" 2019-01-20 13:07:01,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8f62b6b-bd45-4ce2-8e95-2759d2665041 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:07:01,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c8f62b6b-bd45-4ce2-8e95-2759d2665041 2019-01-20 13:07:01,542 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-a8a1fc0e-b6c8-4ba-user 2019-01-20 13:07:01,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/67def1d23ddc4cb385908f5b32172a56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70a2fbe1e681e903bbd98960e49927a2cef3f619" 2019-01-20 13:07:01,716 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:07:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8115382-8074-4e43-9ddc-32a6f16fd2d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:07:01,716 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/67def1d23ddc4cb385908f5b32172a56 used request id req-b8115382-8074-4e43-9ddc-32a6f16fd2d4 2019-01-20 13:07:01,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:07:02,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:07:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["EAYQWx4vR_ar0XzzCduHIw"], "issued_at": "2019-01-20T13:07:02.000000Z"}} 2019-01-20 13:07:02,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09eb0bc1734f446e342a9df52abfaefa4b6ac8d2" 2019-01-20 13:07:02,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-534633dc-fdc1-4a4d-8173-9b14356b19c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:07:02,192 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-534633dc-fdc1-4a4d-8173-9b14356b19c4 2019-01-20 13:07:02,194 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:02,195 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:07:02,566 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:07:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["q6YHxM8bR8-yIKGfnQasvA"], "issued_at": "2019-01-20T13:07:02.000000Z"}} 2019-01-20 13:07:02,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f74a68e5f22df389a35c21201d977ebe379ddc1c" 2019-01-20 13:07:02,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dff82789-e6c0-4338-9c35-a31978cc10cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:07:02,652 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-dff82789-e6c0-4338-9c35-a31978cc10cd 2019-01-20 13:07:02,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:07:02,662 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:07: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:07:02,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f74a68e5f22df389a35c21201d977ebe379ddc1c" 2019-01-20 13:07:02,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1819e926-f48c-4b1e-a2e3-c1e60c5be664 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:07:02,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj used request id req-1819e926-f48c-4b1e-a2e3-c1e60c5be664 2019-01-20 13:07:02,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f74a68e5f22df389a35c21201d977ebe379ddc1c" 2019-01-20 13:07:02,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-326e9b2f-6cce-4b72-abc9-d797ef27bd46 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:07:02,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-326e9b2f-6cce-4b72-abc9-d797ef27bd46 2019-01-20 13:07:02,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f74a68e5f22df389a35c21201d977ebe379ddc1c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj"}}' 2019-01-20 13:07:02,975 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:07:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3abfc98a-1a8d-48d8-8a96-57337bfeab0a Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/5644ceb974594b8d97cda5bb3505b786"}, "enabled": true, "id": "5644ceb974594b8d97cda5bb3505b786", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj"}} 2019-01-20 13:07:02,976 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-3abfc98a-1a8d-48d8-8a96-57337bfeab0a 2019-01-20 13:07:02,976 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj 2019-01-20 13:07:02,976 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:02,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:07:03,356 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:07:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["9VAu_bMjTpepKYageDTqOg"], "issued_at": "2019-01-20T13:07:03.000000Z"}} 2019-01-20 13:07:03,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c47cb4dd64c366a934779d4261e8cc75a305b4" 2019-01-20 13:07:03,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad7aecfa-e65c-46ae-be1e-0b4b7a9c9d1d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:07:03,449 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ad7aecfa-e65c-46ae-be1e-0b4b7a9c9d1d 2019-01-20 13:07:03,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:07:03,459 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:07: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:07:03,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c47cb4dd64c366a934779d4261e8cc75a305b4" 2019-01-20 13:07:03,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02599837-baee-4524-9917-29e23ac7a06d Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:07:03,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-02599837-baee-4524-9917-29e23ac7a06d 2019-01-20 13:07:03,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c47cb4dd64c366a934779d4261e8cc75a305b4" 2019-01-20 13:07:03,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4c2fdef-14e4-49cc-a552-1703471e843d Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/5644ceb974594b8d97cda5bb3505b786"}, "enabled": true, "id": "5644ceb974594b8d97cda5bb3505b786", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj"}]} 2019-01-20 13:07:03,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj used request id req-b4c2fdef-14e4-49cc-a552-1703471e843d 2019-01-20 13:07:03,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c47cb4dd64c366a934779d4261e8cc75a305b4" 2019-01-20 13:07:03,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7023842a-fd53-4c37-b63b-f5e43d384e0d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:07:03,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-7023842a-fd53-4c37-b63b-f5e43d384e0d 2019-01-20 13:07:04,041 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-939e7523-a8bc-4a4-user 2019-01-20 13:07:04,041 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:04,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f74a68e5f22df389a35c21201d977ebe379ddc1c" 2019-01-20 13:07:04,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fda27408-65bd-45a0-b693-31fa84ddcf5b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:07:04,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fda27408-65bd-45a0-b693-31fa84ddcf5b 2019-01-20 13:07:04,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f74a68e5f22df389a35c21201d977ebe379ddc1c" -d '{"role": {"name": "CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj-role"}}' 2019-01-20 13:07:04,245 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:07:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f9593ad-33f6-4216-a0ec-a512c8eae557 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5b7ec9d6d4a849248671c8b4d8846548", "links": {"self": "http://172.30.9.22:5000/v3/roles/5b7ec9d6d4a849248671c8b4d8846548"}, "name": "CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj-role"}} 2019-01-20 13:07:04,245 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-4f9593ad-33f6-4216-a0ec-a512c8eae557 2019-01-20 13:07:04,245 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj-role 2019-01-20 13:07:04,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/5b7ec9d6d4a849248671c8b4d8846548 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f74a68e5f22df389a35c21201d977ebe379ddc1c" 2019-01-20 13:07:04,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1493a7c1-b849-46ac-95ef-40a0299319bf Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/5b7ec9d6d4a849248671c8b4d8846548"}, "domain_id": null, "name": "CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj-role", "id": "5b7ec9d6d4a849248671c8b4d8846548"}} 2019-01-20 13:07:04,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/5b7ec9d6d4a849248671c8b4d8846548 used request id req-1493a7c1-b849-46ac-95ef-40a0299319bf 2019-01-20 13:07:04,330 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj-role to project CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj 2019-01-20 13:07:04,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/5644ceb974594b8d97cda5bb3505b786/users/536e39e864844cff9916125a801c88c9/roles/5b7ec9d6d4a849248671c8b4d8846548 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f74a68e5f22df389a35c21201d977ebe379ddc1c" 2019-01-20 13:07:04,451 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:07:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1cac686e-6c34-4acd-9c84-e3ff991c92eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:07:04,451 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/5644ceb974594b8d97cda5bb3505b786/users/536e39e864844cff9916125a801c88c9/roles/5b7ec9d6d4a849248671c8b4d8846548 used request id req-1cac686e-6c34-4acd-9c84-e3ff991c92eb 2019-01-20 13:07:04,452 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:07:04,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:04,453 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:04,454 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:07:04,455 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:04,455 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:07:04,841 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5b7ec9d6d4a849248671c8b4d8846548", "name": "CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj-role"}], "expires_at": "2019-01-20T14:07:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5644ceb974594b8d97cda5bb3505b786", "name": "CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/5644ceb974594b8d97cda5bb3505b786", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/5644ceb974594b8d97cda5bb3505b786", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/5644ceb974594b8d97cda5bb3505b786", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/5644ceb974594b8d97cda5bb3505b786", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/5644ceb974594b8d97cda5bb3505b786", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/5644ceb974594b8d97cda5bb3505b786", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/5644ceb974594b8d97cda5bb3505b786", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/5644ceb974594b8d97cda5bb3505b786", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/5644ceb974594b8d97cda5bb3505b786", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/5644ceb974594b8d97cda5bb3505b786", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/5644ceb974594b8d97cda5bb3505b786", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/5644ceb974594b8d97cda5bb3505b786", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-939e7523-a8bc-4a4-user", "id": "536e39e864844cff9916125a801c88c9"}, "audit_ids": ["Y3l4JMSiR_W_upSP0_Mb8A"], "issued_at": "2019-01-20T13:07:04.000000Z"}} 2019-01-20 13:07:04,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}134032cd16341f2fc7410594b194932bc02248fe" 2019-01-20 13:07:04,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9691393-4222-4751-be25-27f0506c6962 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:07:04,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f9691393-4222-4751-be25-27f0506c6962 2019-01-20 13:07:04,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}134032cd16341f2fc7410594b194932bc02248fe" 2019-01-20 13:07:05,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-b77496bc-2f68-471f-aa05-383e619af566 Date: Sun, 20 Jan 2019 13:07:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-image"} 2019-01-20 13:07:05,078 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-image used request id req-b77496bc-2f68-471f-aa05-383e619af566 2019-01-20 13:07:05,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}134032cd16341f2fc7410594b194932bc02248fe" 2019-01-20 13:07:05,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bb233ddc-e313-4a49-9ea7-fbb931f96ce0 Date: Sun, 20 Jan 2019 13:07: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"}}} 2019-01-20 13:07:05,235 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-bb233ddc-e313-4a49-9ea7-fbb931f96ce0 2019-01-20 13:07:05,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}134032cd16341f2fc7410594b194932bc02248fe" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-image"}' 2019-01-20 13:07:05,551 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/f436c68e-8afb-43e8-8e50-b8b909f2b332 X-Openstack-Request-Id: req-0cb87fcf-85e6-4e89-beeb-b6f1006abcea Date: Sun, 20 Jan 2019 13:07:05 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:07:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:07:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/f436c68e-8afb-43e8-8e50-b8b909f2b332", "min_disk": 0, "protected": false, "id": "f436c68e-8afb-43e8-8e50-b8b909f2b332", "file": "/v2/images/f436c68e-8afb-43e8-8e50-b8b909f2b332/file", "checksum": null, "owner": "5644ceb974594b8d97cda5bb3505b786", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:07:05,551 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-0cb87fcf-85e6-4e89-beeb-b6f1006abcea 2019-01-20 13:07:05,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/f436c68e-8afb-43e8-8e50-b8b909f2b332/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}134032cd16341f2fc7410594b194932bc02248fe" -d '' 2019-01-20 13:07:06,692 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ce22cf84-e73d-4ede-82b4-a65f283367e5 Date: Sun, 20 Jan 2019 13:07:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:07:06,692 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/f436c68e-8afb-43e8-8e50-b8b909f2b332/file used request id req-ce22cf84-e73d-4ede-82b4-a65f283367e5 2019-01-20 13:07:06,693 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:07:06,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/f436c68e-8afb-43e8-8e50-b8b909f2b332 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}134032cd16341f2fc7410594b194932bc02248fe" 2019-01-20 13:07:06,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-145c43eb-f6b4-41d8-a7dc-3459d90ba5a5 Date: Sun, 20 Jan 2019 13:07:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:07:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:07:06Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f436c68e-8afb-43e8-8e50-b8b909f2b332/snap", "metadata": {}}], "self": "/v2/images/f436c68e-8afb-43e8-8e50-b8b909f2b332", "min_disk": 0, "protected": false, "id": "f436c68e-8afb-43e8-8e50-b8b909f2b332", "file": "/v2/images/f436c68e-8afb-43e8-8e50-b8b909f2b332/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5644ceb974594b8d97cda5bb3505b786", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f436c68e-8afb-43e8-8e50-b8b909f2b332/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:07:06,884 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/f436c68e-8afb-43e8-8e50-b8b909f2b332 used request id req-145c43eb-f6b4-41d8-a7dc-3459d90ba5a5 2019-01-20 13:07:06,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}134032cd16341f2fc7410594b194932bc02248fe" 2019-01-20 13:07:07,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-487d19cb-882c-4ea0-86ec-f621a8d5c5df Date: Sun, 20 Jan 2019 13:07: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"}}} 2019-01-20 13:07:07,043 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-487d19cb-882c-4ea0-86ec-f621a8d5c5df 2019-01-20 13:07:07,046 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-image 2019-01-20 13:07:07,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/f436c68e-8afb-43e8-8e50-b8b909f2b332 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}134032cd16341f2fc7410594b194932bc02248fe" 2019-01-20 13:07:07,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-7be7bc75-0394-49ac-9f8f-d4931eef5b37 Date: Sun, 20 Jan 2019 13:07:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:07:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:07:06Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f436c68e-8afb-43e8-8e50-b8b909f2b332/snap", "metadata": {}}], "self": "/v2/images/f436c68e-8afb-43e8-8e50-b8b909f2b332", "min_disk": 0, "protected": false, "id": "f436c68e-8afb-43e8-8e50-b8b909f2b332", "file": "/v2/images/f436c68e-8afb-43e8-8e50-b8b909f2b332/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5644ceb974594b8d97cda5bb3505b786", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f436c68e-8afb-43e8-8e50-b8b909f2b332/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:07:07,202 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/f436c68e-8afb-43e8-8e50-b8b909f2b332 used request id req-7be7bc75-0394-49ac-9f8f-d4931eef5b37 2019-01-20 13:07:07,203 - create_image - DEBUG - Instance status is - active 2019-01-20 13:07:07,203 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-image 2019-01-20 13:07:07,203 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-image 2019-01-20 13:07:07,203 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:07,204 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:07:07,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:07:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["YUcemfr0Rn6qnQS660Dp5Q"], "issued_at": "2019-01-20T13:07:07.000000Z"}} 2019-01-20 13:07:07,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4f5c141bdb8727f4011b1de83793238b791c00c" 2019-01-20 13:07:07,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfd3e8ad-efdd-4008-99af-3bb8f03f551e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:07:07,678 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-dfd3e8ad-efdd-4008-99af-3bb8f03f551e 2019-01-20 13:07:07,680 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:07:07,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4f5c141bdb8727f4011b1de83793238b791c00c" 2019-01-20 13:07:08,267 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-47c4f509-6763-465d-aaed-8b63d0440c91 x-compute-request-id: req-47c4f509-6763-465d-aaed-8b63d0440c91 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:07:08,267 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-47c4f509-6763-465d-aaed-8b63d0440c91 2019-01-20 13:07:08,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4f5c141bdb8727f4011b1de83793238b791c00c" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:07:08,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-985a0402-6d02-45a2-a850-f8d3a2365e2e x-compute-request-id: req-985a0402-6d02-45a2-a850-f8d3a2365e2e Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/466bef5b-26b1-44c0-be4d-c94eed0d501b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/466bef5b-26b1-44c0-be4d-c94eed0d501b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "466bef5b-26b1-44c0-be4d-c94eed0d501b", "name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:07:08,325 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-985a0402-6d02-45a2-a850-f8d3a2365e2e 2019-01-20 13:07:08,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:08,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:07:08,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:07:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["aaBuy5y1SnytODQtnfUjig"], "issued_at": "2019-01-20T13:07:08.000000Z"}} 2019-01-20 13:07:08,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4baf76067847e17b3f6cbcbc54a8baa1a35533f1" 2019-01-20 13:07:08,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-980b5f27-0984-46f6-a973-c8b276d75923 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:07:08,792 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-980b5f27-0984-46f6-a973-c8b276d75923 2019-01-20 13:07:08,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4baf76067847e17b3f6cbcbc54a8baa1a35533f1" 2019-01-20 13:07:08,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-97358059-3ea0-4304-9963-5a1da403b739 Date: Sun, 20 Jan 2019 13:07:08 GMT RESP BODY: {"networks":[]} 2019-01-20 13:07:08,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net used request id req-97358059-3ea0-4304-9963-5a1da403b739 2019-01-20 13:07:08,986 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net 2019-01-20 13:07:08,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4baf76067847e17b3f6cbcbc54a8baa1a35533f1" -d '{"network": {"name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net", "admin_state_up": true}}' 2019-01-20 13:07:09,393 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-8f2fd54a-94dc-4ba5-be21-c5c1b3029630 Date: Sun, 20 Jan 2019 13:07:09 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:07:09Z","is_default":false,"qos_policy_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:09Z","mtu":1450}} 2019-01-20 13:07:09,393 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-8f2fd54a-94dc-4ba5-be21-c5c1b3029630 2019-01-20 13:07:09,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4baf76067847e17b3f6cbcbc54a8baa1a35533f1" 2019-01-20 13:07:09,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-30e7b588-7229-4ab9-b97c-4bd4a3242625 Date: Sun, 20 Jan 2019 13:07:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:07:09Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:09Z","provider:network_type":"vxlan"}]} 2019-01-20 13:07:09,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e used request id req-30e7b588-7229-4ab9-b97c-4bd4a3242625 2019-01-20 13:07:09,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4baf76067847e17b3f6cbcbc54a8baa1a35533f1" 2019-01-20 13:07:09,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-00d4546e-4bb4-4048-9443-6716a6734828 Date: Sun, 20 Jan 2019 13:07:09 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:07:09,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e used request id req-00d4546e-4bb4-4048-9443-6716a6734828 2019-01-20 13:07:09,844 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-subnet 2019-01-20 13:07:09,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4baf76067847e17b3f6cbcbc54a8baa1a35533f1" -d '{"subnets": [{"ip_version": 4, "network_id": "1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-subnet"}]}' 2019-01-20 13:07:10,362 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d98d5351-ab5c-4cbb-b12e-d2194628d372 Date: Sun, 20 Jan 2019 13:07:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:10Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:10Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","subnetpool_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-subnet"}]} 2019-01-20 13:07:10,363 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-d98d5351-ab5c-4cbb-b12e-d2194628d372 2019-01-20 13:07:10,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4baf76067847e17b3f6cbcbc54a8baa1a35533f1" 2019-01-20 13:07:10,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-2acea433-fab3-4df7-8087-ba46f6c0a9d9 Date: Sun, 20 Jan 2019 13:07:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["f38dac22-8563-42d1-a8c8-5c563efc3f19"],"description":"","tags":[],"updated_at":"2019-01-20T13:07:10Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:09Z","provider:network_type":"vxlan"}]} 2019-01-20 13:07:10,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e used request id req-2acea433-fab3-4df7-8087-ba46f6c0a9d9 2019-01-20 13:07:10,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4baf76067847e17b3f6cbcbc54a8baa1a35533f1" 2019-01-20 13:07:10,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e1122b7d-097c-4ab9-ae29-a65848fe58e0 Date: Sun, 20 Jan 2019 13:07:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:10Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","subnetpool_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-subnet"}]} 2019-01-20 13:07:10,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e used request id req-e1122b7d-097c-4ab9-ae29-a65848fe58e0 2019-01-20 13:07:10,675 - OpenStackNetwork - DEBUG - Network [1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e] created successfully 2019-01-20 13:07:10,675 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:07:10,675 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:10,677 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:10,678 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:10,679 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:07:11,056 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:07:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["76JuLi6XRZqgnRd2RyQ7Lw"], "issued_at": "2019-01-20T13:07:11.000000Z"}} 2019-01-20 13:07:11,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3de8fce5287eac1a30eef217f82902f93181e8c" 2019-01-20 13:07:11,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2ce467b-ab0a-4f48-9b13-32d233ab8fd5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:07:11,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d2ce467b-ab0a-4f48-9b13-32d233ab8fd5 2019-01-20 13:07:11,139 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:11,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:07:11,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:07:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["MA9E7fjuSbSAPEf8EPU-0g"], "issued_at": "2019-01-20T13:07:11.000000Z"}} 2019-01-20 13:07:11,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:11,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-355fb6e0-5fb2-4660-ab57-1078bd1374d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:07:11,615 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-355fb6e0-5fb2-4660-ab57-1078bd1374d8 2019-01-20 13:07:11,616 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:07:11,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:11,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a00ba73-2a11-460d-9563-f5638063df5f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:07:11,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3a00ba73-2a11-460d-9563-f5638063df5f 2019-01-20 13:07:11,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:11,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c5f33787-180d-46f4-8663-14c6eb9babdf Date: Sun, 20 Jan 2019 13:07:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["f38dac22-8563-42d1-a8c8-5c563efc3f19"],"description":"","tags":[],"updated_at":"2019-01-20T13:07:10Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:09Z","provider:network_type":"vxlan"}]} 2019-01-20 13:07:11,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net used request id req-c5f33787-180d-46f4-8663-14c6eb9babdf 2019-01-20 13:07:11,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:07:11,945 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:07: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:07:11,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:12,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18426559-1101-461e-853d-a056be07e2a4 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:07:12,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-18426559-1101-461e-853d-a056be07e2a4 2019-01-20 13:07:12,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:12,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9f0e4cee-f3c1-426e-8d3c-e9dae0a80b98 Date: Sun, 20 Jan 2019 13:07:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:10Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","subnetpool_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-subnet"}]} 2019-01-20 13:07:12,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e used request id req-9f0e4cee-f3c1-426e-8d3c-e9dae0a80b98 2019-01-20 13:07:12,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e&name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:12,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8c7b9eb4-49cb-4ba5-988e-378dab3bc494 Date: Sun, 20 Jan 2019 13:07:12 GMT RESP BODY: {"ports":[]} 2019-01-20 13:07:12,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e&name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-port&admin_state_up=True used request id req-8c7b9eb4-49cb-4ba5-988e-378dab3bc494 2019-01-20 13:07:12,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:13,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6c4d7e06-97a1-4d01-874a-5f2d1b6dfd3f x-compute-request-id: req-6c4d7e06-97a1-4d01-874a-5f2d1b6dfd3f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:07:13,063 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst used request id req-6c4d7e06-97a1-4d01-874a-5f2d1b6dfd3f 2019-01-20 13:07:13,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:13,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-f2e40fd2-151f-4adc-bfda-b8b27f6798b2 Date: Sun, 20 Jan 2019 13:07:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["f38dac22-8563-42d1-a8c8-5c563efc3f19"],"description":"","tags":[],"updated_at":"2019-01-20T13:07:10Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:09Z","provider:network_type":"vxlan"}]} 2019-01-20 13:07:13,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net used request id req-f2e40fd2-151f-4adc-bfda-b8b27f6798b2 2019-01-20 13:07:13,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:13,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e66f31a-8911-4814-9f2e-06f072b52fad 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:07:13,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-8e66f31a-8911-4814-9f2e-06f072b52fad 2019-01-20 13:07:13,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:13,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-44d4e4e3-4380-48ae-8cea-b0f2a6af18df Date: Sun, 20 Jan 2019 13:07:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:10Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","subnetpool_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-subnet"}]} 2019-01-20 13:07:13,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e used request id req-44d4e4e3-4380-48ae-8cea-b0f2a6af18df 2019-01-20 13:07:13,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e&name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:13,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-57233390-e03d-4b1f-a84b-4fd6b65ce343 Date: Sun, 20 Jan 2019 13:07:13 GMT RESP BODY: {"ports":[]} 2019-01-20 13:07:13,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e&name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-port&admin_state_up=True used request id req-57233390-e03d-4b1f-a84b-4fd6b65ce343 2019-01-20 13:07:13,652 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:13,653 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:07:14,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:07:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["oQX3nhWUQeyq5K1JtCs23w"], "issued_at": "2019-01-20T13:07:14.000000Z"}} 2019-01-20 13:07:14,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9cd75cf0e386cdd3be9002207f58749ee082c3" 2019-01-20 13:07:14,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9089ee1a-ca52-4a84-94b0-dcd7a9629bf6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:07:14,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9089ee1a-ca52-4a84-94b0-dcd7a9629bf6 2019-01-20 13:07:14,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:14,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-45c638c6-55c5-45a7-a3c0-75162f020bc1 Date: Sun, 20 Jan 2019 13:07:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["f38dac22-8563-42d1-a8c8-5c563efc3f19"],"description":"","tags":[],"updated_at":"2019-01-20T13:07:10Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:09Z","provider:network_type":"vxlan"}]} 2019-01-20 13:07:14,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net used request id req-45c638c6-55c5-45a7-a3c0-75162f020bc1 2019-01-20 13:07:14,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:14,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f1c4e9c0-4cd0-4bb7-aead-ca7cc2f8aaaa Date: Sun, 20 Jan 2019 13:07:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:10Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","subnetpool_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-subnet"}]} 2019-01-20 13:07:14,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e used request id req-f1c4e9c0-4cd0-4bb7-aead-ca7cc2f8aaaa 2019-01-20 13:07:14,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:14,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-dc63c030-aff6-45cb-8789-3c8a2fea300e Date: Sun, 20 Jan 2019 13:07:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["f38dac22-8563-42d1-a8c8-5c563efc3f19"],"description":"","tags":[],"updated_at":"2019-01-20T13:07:10Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:09Z","provider:network_type":"vxlan"}]} 2019-01-20 13:07:14,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net used request id req-dc63c030-aff6-45cb-8789-3c8a2fea300e 2019-01-20 13:07:14,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:07:14,895 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:07: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:07:14,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca9cd75cf0e386cdd3be9002207f58749ee082c3" 2019-01-20 13:07:14,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2019af4d-e863-40dc-b06f-43ce79292704 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:07:14,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-2019af4d-e863-40dc-b06f-43ce79292704 2019-01-20 13:07:14,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:15,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5f9b2883-912e-42a7-b8c1-a7aad6ec6ae3 Date: Sun, 20 Jan 2019 13:07:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:10Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","subnetpool_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-subnet"}]} 2019-01-20 13:07:15,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e used request id req-5f9b2883-912e-42a7-b8c1-a7aad6ec6ae3 2019-01-20 13:07:15,054 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net 2019-01-20 13:07:15,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" -d '{"port": {"network_id": "1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e", "name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-port", "admin_state_up": true}}' 2019-01-20 13:07:16,064 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-802f25b2-d146-4e3a-b298-3d86b46d44a5 Date: Sun, 20 Jan 2019 13:07:16 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:15Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","ip_address":"10.55.0.5"}],"id":"137a381f-e2b4-498c-9342-5b8d725bbfc3","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8a:ec:80","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-port","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","qos_policy_id":null,"admin_state_up":true,"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:15Z","binding:vnic_type":"normal"}} 2019-01-20 13:07:16,064 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-802f25b2-d146-4e3a-b298-3d86b46d44a5 2019-01-20 13:07:16,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:16,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-dc3cb37d-36cf-42df-b9ae-c07bb6e15685 Date: Sun, 20 Jan 2019 13:07:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["f38dac22-8563-42d1-a8c8-5c563efc3f19"],"description":"","tags":[],"updated_at":"2019-01-20T13:07:10Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:09Z","provider:network_type":"vxlan"}]} 2019-01-20 13:07:16,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net used request id req-dc3cb37d-36cf-42df-b9ae-c07bb6e15685 2019-01-20 13:07:16,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:16,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eae54e7a-429c-4a14-905f-8d1f66c56d45 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:07:16,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-eae54e7a-429c-4a14-905f-8d1f66c56d45 2019-01-20 13:07:16,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:16,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-31796ab5-081b-4d8f-81ea-6b69940bb1c4 Date: Sun, 20 Jan 2019 13:07:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:10Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","subnetpool_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-subnet"}]} 2019-01-20 13:07:16,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e used request id req-31796ab5-081b-4d8f-81ea-6b69940bb1c4 2019-01-20 13:07:16,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e&name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:16,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-699d4960-2340-4e50-bd51-5b185c88ed52 Date: Sun, 20 Jan 2019 13:07:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:15Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","ip_address":"10.55.0.5"}],"id":"137a381f-e2b4-498c-9342-5b8d725bbfc3","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8a:ec:80","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-port","admin_state_up":true,"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:15Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:07:16,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e&name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-port&admin_state_up=True used request id req-699d4960-2340-4e50-bd51-5b185c88ed52 2019-01-20 13:07:16,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:16,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f5e2588-5a71-4fcb-b720-bf0bcb1876f3 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:07:16,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-0f5e2588-5a71-4fcb-b720-bf0bcb1876f3 2019-01-20 13:07:16,923 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst 2019-01-20 13:07:16,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:16,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-83ca3835-be95-495b-a7da-27820947b109 x-compute-request-id: req-83ca3835-be95-495b-a7da-27820947b109 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "466bef5b-26b1-44c0-be4d-c94eed0d501b", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/466bef5b-26b1-44c0-be4d-c94eed0d501b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/466bef5b-26b1-44c0-be4d-c94eed0d501b", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-flavor-name"}]} 2019-01-20 13:07:16,952 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-83ca3835-be95-495b-a7da-27820947b109 2019-01-20 13:07:16,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/466bef5b-26b1-44c0-be4d-c94eed0d501b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:16,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-1878ca39-3730-4782-acff-9216af9f4a4b x-compute-request-id: req-1878ca39-3730-4782-acff-9216af9f4a4b Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/466bef5b-26b1-44c0-be4d-c94eed0d501b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/466bef5b-26b1-44c0-be4d-c94eed0d501b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "466bef5b-26b1-44c0-be4d-c94eed0d501b", "name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:07:16,980 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/466bef5b-26b1-44c0-be4d-c94eed0d501b used request id req-1878ca39-3730-4782-acff-9216af9f4a4b 2019-01-20 13:07:16,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:17,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-6d8c1e0b-ae2f-4910-9283-307d5f64cadd Date: Sun, 20 Jan 2019 13:07:17 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:07:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:07:06Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f436c68e-8afb-43e8-8e50-b8b909f2b332/snap", "metadata": {}}], "self": "/v2/images/f436c68e-8afb-43e8-8e50-b8b909f2b332", "min_disk": 0, "protected": false, "id": "f436c68e-8afb-43e8-8e50-b8b909f2b332", "file": "/v2/images/f436c68e-8afb-43e8-8e50-b8b909f2b332/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5644ceb974594b8d97cda5bb3505b786", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f436c68e-8afb-43e8-8e50-b8b909f2b332/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-image"} 2019-01-20 13:07:17,143 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-image used request id req-6d8c1e0b-ae2f-4910-9283-307d5f64cadd 2019-01-20 13:07:17,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:17,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-58586e16-9e89-4d3b-a408-d602d9fa2839 Date: Sun, 20 Jan 2019 13:07: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"}}} 2019-01-20 13:07:17,316 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-58586e16-9e89-4d3b-a408-d602d9fa2839 2019-01-20 13:07:17,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" -d '{"server": {"name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst", "imageRef": "f436c68e-8afb-43e8-8e50-b8b909f2b332", "flavorRef": "466bef5b-26b1-44c0-be4d-c94eed0d501b", "max_count": 1, "min_count": 1, "networks": [{"port": "137a381f-e2b4-498c-9342-5b8d725bbfc3"}]}}' 2019-01-20 13:07:18,877 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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-952ad98f-5173-4dfb-9af6-39e4ad3a4cf7 x-compute-request-id: req-952ad98f-5173-4dfb-9af6-39e4ad3a4cf7 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c9989f83-7ac1-47e3-aba9-1972b4855e5a", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "bookmark"}], "adminPass": "37yXkmD2U9hV"}} 2019-01-20 13:07:18,877 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-952ad98f-5173-4dfb-9af6-39e4ad3a4cf7 2019-01-20 13:07:18,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:19,250 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-356aa14b-4f8d-4493-ac1b-51216de7d562 x-compute-request-id: req-356aa14b-4f8d-4493-ac1b-51216de7d562 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "bookmark"}], "image": {"id": "f436c68e-8afb-43e8-8e50-b8b909f2b332", "links": [{"href": "http://172.30.9.22:8774/images/f436c68e-8afb-43e8-8e50-b8b909f2b332", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "466bef5b-26b1-44c0-be4d-c94eed0d501b", "links": [{"href": "http://172.30.9.22:8774/flavors/466bef5b-26b1-44c0-be4d-c94eed0d501b", "rel": "bookmark"}]}, "id": "c9989f83-7ac1-47e3-aba9-1972b4855e5a", "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:07:18Z", "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-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst", "created": "2019-01-20T13:07:18Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:07:19,250 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a used request id req-356aa14b-4f8d-4493-ac1b-51216de7d562 2019-01-20 13:07:19,250 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst 2019-01-20 13:07:19,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:19,629 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-a6b0f5ca-3693-4607-b808-63a7b81789be x-compute-request-id: req-a6b0f5ca-3693-4607-b808-63a7b81789be Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "bookmark"}], "image": {"id": "f436c68e-8afb-43e8-8e50-b8b909f2b332", "links": [{"href": "http://172.30.9.22:8774/images/f436c68e-8afb-43e8-8e50-b8b909f2b332", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "466bef5b-26b1-44c0-be4d-c94eed0d501b", "links": [{"href": "http://172.30.9.22:8774/flavors/466bef5b-26b1-44c0-be4d-c94eed0d501b", "rel": "bookmark"}]}, "id": "c9989f83-7ac1-47e3-aba9-1972b4855e5a", "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:07:19Z", "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-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst", "created": "2019-01-20T13:07:18Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:07:19,629 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a used request id req-a6b0f5ca-3693-4607-b808-63a7b81789be 2019-01-20 13:07:19,629 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst] is - BUILD 2019-01-20 13:07:19,629 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:07:22,632 - create_instance - DEBUG - VM status query timeout in 896.618445873 2019-01-20 13:07:22,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:23,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8c1398a-bd0d-437d-b858-2e1e9f4b7e92 x-compute-request-id: req-d8c1398a-bd0d-437d-b858-2e1e9f4b7e92 Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:ec:80", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "bookmark"}], "image": {"id": "f436c68e-8afb-43e8-8e50-b8b909f2b332", "links": [{"href": "http://172.30.9.22:8774/images/f436c68e-8afb-43e8-8e50-b8b909f2b332", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "466bef5b-26b1-44c0-be4d-c94eed0d501b", "links": [{"href": "http://172.30.9.22:8774/flavors/466bef5b-26b1-44c0-be4d-c94eed0d501b", "rel": "bookmark"}]}, "id": "c9989f83-7ac1-47e3-aba9-1972b4855e5a", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:07:19Z", "hostId": "861585e71ddfe17e7995ee1b4b2e606d6e2588e0548292b44febbb19", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst", "created": "2019-01-20T13:07:18Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:07:23,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a used request id req-d8c1398a-bd0d-437d-b858-2e1e9f4b7e92 2019-01-20 13:07:23,265 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst] is - BUILD 2019-01-20 13:07:23,265 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:07:26,269 - create_instance - DEBUG - VM status query timeout in 892.982204914 2019-01-20 13:07:26,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:26,717 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-69c03d45-05b7-4bc6-aaaa-130112924224 x-compute-request-id: req-69c03d45-05b7-4bc6-aaaa-130112924224 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:ec:80", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "bookmark"}], "image": {"id": "f436c68e-8afb-43e8-8e50-b8b909f2b332", "links": [{"href": "http://172.30.9.22:8774/images/f436c68e-8afb-43e8-8e50-b8b909f2b332", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b0", "OS-SRV-USG:launched_at": "2019-01-20T13:07:23.000000", "flavor": {"id": "466bef5b-26b1-44c0-be4d-c94eed0d501b", "links": [{"href": "http://172.30.9.22:8774/flavors/466bef5b-26b1-44c0-be4d-c94eed0d501b", "rel": "bookmark"}]}, "id": "c9989f83-7ac1-47e3-aba9-1972b4855e5a", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:07:24Z", "hostId": "861585e71ddfe17e7995ee1b4b2e606d6e2588e0548292b44febbb19", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst", "created": "2019-01-20T13:07:18Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:07:26,717 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a used request id req-69c03d45-05b7-4bc6-aaaa-130112924224 2019-01-20 13:07:26,718 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst] is - ACTIVE 2019-01-20 13:07:26,718 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:07:26,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:27,193 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-e737e4e7-d4d1-475d-afc8-6cd3ec9ff18f x-compute-request-id: req-e737e4e7-d4d1-475d-afc8-6cd3ec9ff18f Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:ec:80", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "bookmark"}], "image": {"id": "f436c68e-8afb-43e8-8e50-b8b909f2b332", "links": [{"href": "http://172.30.9.22:8774/images/f436c68e-8afb-43e8-8e50-b8b909f2b332", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b0", "OS-SRV-USG:launched_at": "2019-01-20T13:07:23.000000", "flavor": {"id": "466bef5b-26b1-44c0-be4d-c94eed0d501b", "links": [{"href": "http://172.30.9.22:8774/flavors/466bef5b-26b1-44c0-be4d-c94eed0d501b", "rel": "bookmark"}]}, "id": "c9989f83-7ac1-47e3-aba9-1972b4855e5a", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:07:24Z", "hostId": "861585e71ddfe17e7995ee1b4b2e606d6e2588e0548292b44febbb19", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst", "created": "2019-01-20T13:07:18Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:07:27,193 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a used request id req-e737e4e7-d4d1-475d-afc8-6cd3ec9ff18f 2019-01-20 13:07:27,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:27,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-45404f42-9eaa-4b14-a805-7ee0746f5118 Date: Sun, 20 Jan 2019 13:07:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["f38dac22-8563-42d1-a8c8-5c563efc3f19"],"description":"","tags":[],"updated_at":"2019-01-20T13:07:10Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:09Z","provider:network_type":"vxlan"}]} 2019-01-20 13:07:27,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net used request id req-45404f42-9eaa-4b14-a805-7ee0746f5118 2019-01-20 13:07:27,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:27,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e6ba473-e177-4ce3-b4e8-345d4c38c22c 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:07:27,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-0e6ba473-e177-4ce3-b4e8-345d4c38c22c 2019-01-20 13:07:27,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:27,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-af34bf9d-03de-4080-9da3-3f7c32a34ac3 Date: Sun, 20 Jan 2019 13:07:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:10Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","subnetpool_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-subnet"}]} 2019-01-20 13:07:27,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e used request id req-af34bf9d-03de-4080-9da3-3f7c32a34ac3 2019-01-20 13:07:27,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:27,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3879 X-Openstack-Request-Id: req-3f6fa4a6-4cb6-4ac9-8162-d63055abc6a1 Date: Sun, 20 Jan 2019 13:07:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","ip_address":"10.55.0.5"}],"id":"137a381f-e2b4-498c-9342-5b8d725bbfc3","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:ec:80","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-port","admin_state_up":true,"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:15Z","binding:vnic_type":"normal","device_id":"c9989f83-7ac1-47e3-aba9-1972b4855e5a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","ip_address":"10.55.0.3"}],"id":"68f8cd52-37a4-442f-b754-a1505e1e8e7e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:dd:30:09","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","ip_address":"10.55.0.2"}],"id":"9e18ad00-d220-4fb0-bf05-692330538224","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:bf:c8","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","ip_address":"10.55.0.4"}],"id":"bb3892a9-9cf8-4d62-84f7-23eea6f4947c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:13:87:f7","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e"}]} 2019-01-20 13:07:27,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e used request id req-3f6fa4a6-4cb6-4ac9-8162-d63055abc6a1 2019-01-20 13:07:27,799 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:07:28,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:07:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["wfnidvuSTnm3DPk62tqmAw"], "issued_at": "2019-01-20T13:07:28.000000Z"}} 2019-01-20 13:07:28,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30de2cfc6941056abc7eed4911482fa9d524ee58" 2019-01-20 13:07:29,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec34a534-dd12-429a-b3a2-5025f06880a1 x-compute-request-id: req-ec34a534-dd12-429a-b3a2-5025f06880a1 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:ec:80", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "bookmark"}], "image": {"id": "f436c68e-8afb-43e8-8e50-b8b909f2b332", "links": [{"href": "http://172.30.9.22:8774/images/f436c68e-8afb-43e8-8e50-b8b909f2b332", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b0", "OS-SRV-USG:launched_at": "2019-01-20T13:07:23.000000", "flavor": {"id": "466bef5b-26b1-44c0-be4d-c94eed0d501b", "links": [{"href": "http://172.30.9.22:8774/flavors/466bef5b-26b1-44c0-be4d-c94eed0d501b", "rel": "bookmark"}]}, "id": "c9989f83-7ac1-47e3-aba9-1972b4855e5a", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:07:24Z", "hostId": "861585e71ddfe17e7995ee1b4b2e606d6e2588e0548292b44febbb19", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst", "created": "2019-01-20T13:07:18Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:07:29,637 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst used request id req-ec34a534-dd12-429a-b3a2-5025f06880a1 2019-01-20 13:07:29,638 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:07:30,012 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:07:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["O6tjbdX_SwS4PgalsBDu4A"], "issued_at": "2019-01-20T13:07:30.000000Z"}} 2019-01-20 13:07:30,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33b7e91a165c5a271e07f38a04bc4178c79b1f76" 2019-01-20 13:07:30,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-18c0a693-b393-4587-ba0e-988d88d6c0b8 Date: Sun, 20 Jan 2019 13:07:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["f38dac22-8563-42d1-a8c8-5c563efc3f19"],"description":"","tags":[],"updated_at":"2019-01-20T13:07:10Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:09Z","provider:network_type":"vxlan"}]} 2019-01-20 13:07:30,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net used request id req-18c0a693-b393-4587-ba0e-988d88d6c0b8 2019-01-20 13:07:30,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33b7e91a165c5a271e07f38a04bc4178c79b1f76" 2019-01-20 13:07:30,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8fedc1a6-d8ba-49a9-9775-a888c993f392 Date: Sun, 20 Jan 2019 13:07:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:10Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","subnetpool_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-subnet"}]} 2019-01-20 13:07:30,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e used request id req-8fedc1a6-d8ba-49a9-9775-a888c993f392 2019-01-20 13:07:30,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33b7e91a165c5a271e07f38a04bc4178c79b1f76" 2019-01-20 13:07:30,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3879 X-Openstack-Request-Id: req-29814410-676d-4175-bd01-72e18e23138c Date: Sun, 20 Jan 2019 13:07:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","ip_address":"10.55.0.5"}],"id":"137a381f-e2b4-498c-9342-5b8d725bbfc3","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:ec:80","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-port","admin_state_up":true,"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:15Z","binding:vnic_type":"normal","device_id":"c9989f83-7ac1-47e3-aba9-1972b4855e5a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","ip_address":"10.55.0.3"}],"id":"68f8cd52-37a4-442f-b754-a1505e1e8e7e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:dd:30:09","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","ip_address":"10.55.0.2"}],"id":"9e18ad00-d220-4fb0-bf05-692330538224","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:bf:c8","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","ip_address":"10.55.0.4"}],"id":"bb3892a9-9cf8-4d62-84f7-23eea6f4947c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:13:87:f7","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e"}]} 2019-01-20 13:07:30,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e used request id req-29814410-676d-4175-bd01-72e18e23138c 2019-01-20 13:07:30,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:07:30,983 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5b7ec9d6d4a849248671c8b4d8846548", "name": "CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj-role"}], "expires_at": "2019-01-20T14:07:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5644ceb974594b8d97cda5bb3505b786", "name": "CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/5644ceb974594b8d97cda5bb3505b786", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/5644ceb974594b8d97cda5bb3505b786", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/5644ceb974594b8d97cda5bb3505b786", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/5644ceb974594b8d97cda5bb3505b786", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/5644ceb974594b8d97cda5bb3505b786", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/5644ceb974594b8d97cda5bb3505b786", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/5644ceb974594b8d97cda5bb3505b786", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/5644ceb974594b8d97cda5bb3505b786", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/5644ceb974594b8d97cda5bb3505b786", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/5644ceb974594b8d97cda5bb3505b786", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/5644ceb974594b8d97cda5bb3505b786", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/5644ceb974594b8d97cda5bb3505b786", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-939e7523-a8bc-4a4-user", "id": "536e39e864844cff9916125a801c88c9"}, "audit_ids": ["ztiyR5iCTqit5RW4Zsl9gw"], "issued_at": "2019-01-20T13:07:30.000000Z"}} 2019-01-20 13:07:30,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99ab5fe9aec5c1b53ef6205ccf94f67dbf5a2ed5" 2019-01-20 13:07:31,203 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07: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-93711c3b-33a0-4cbf-8b91-9621ce928e7a x-compute-request-id: req-93711c3b-33a0-4cbf-8b91-9621ce928e7a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:07:31,204 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst used request id req-93711c3b-33a0-4cbf-8b91-9621ce928e7a 2019-01-20 13:07:31,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:31,819 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-c8f858d5-b2da-4a0f-8240-49737f4ea080 x-compute-request-id: req-c8f858d5-b2da-4a0f-8240-49737f4ea080 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:ec:80", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "bookmark"}], "image": {"id": "f436c68e-8afb-43e8-8e50-b8b909f2b332", "links": [{"href": "http://172.30.9.22:8774/images/f436c68e-8afb-43e8-8e50-b8b909f2b332", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b0", "OS-SRV-USG:launched_at": "2019-01-20T13:07:23.000000", "flavor": {"id": "466bef5b-26b1-44c0-be4d-c94eed0d501b", "links": [{"href": "http://172.30.9.22:8774/flavors/466bef5b-26b1-44c0-be4d-c94eed0d501b", "rel": "bookmark"}]}, "id": "c9989f83-7ac1-47e3-aba9-1972b4855e5a", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:07:24Z", "hostId": "861585e71ddfe17e7995ee1b4b2e606d6e2588e0548292b44febbb19", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst", "created": "2019-01-20T13:07:18Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:07:31,819 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a used request id req-c8f858d5-b2da-4a0f-8240-49737f4ea080 2019-01-20 13:07:31,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:31,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d269ef6f-adba-48a7-ace2-68e5e0036817 Date: Sun, 20 Jan 2019 13:07:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["f38dac22-8563-42d1-a8c8-5c563efc3f19"],"description":"","tags":[],"updated_at":"2019-01-20T13:07:10Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:09Z","provider:network_type":"vxlan"}]} 2019-01-20 13:07:31,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net used request id req-d269ef6f-adba-48a7-ace2-68e5e0036817 2019-01-20 13:07:31,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:32,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-891a6c0e-8f71-4bdd-ab07-e3b591f77157 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:07:32,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-891a6c0e-8f71-4bdd-ab07-e3b591f77157 2019-01-20 13:07:32,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:32,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1f3eb9f5-5b34-4008-a0ff-9bd93b9bd841 Date: Sun, 20 Jan 2019 13:07:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:10Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","subnetpool_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-subnet"}]} 2019-01-20 13:07:32,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e used request id req-1f3eb9f5-5b34-4008-a0ff-9bd93b9bd841 2019-01-20 13:07:32,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:32,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3879 X-Openstack-Request-Id: req-df2ad3f2-5515-40f8-b5f9-616e0e850e77 Date: Sun, 20 Jan 2019 13:07:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","ip_address":"10.55.0.5"}],"id":"137a381f-e2b4-498c-9342-5b8d725bbfc3","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:ec:80","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-port","admin_state_up":true,"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:15Z","binding:vnic_type":"normal","device_id":"c9989f83-7ac1-47e3-aba9-1972b4855e5a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","ip_address":"10.55.0.3"}],"id":"68f8cd52-37a4-442f-b754-a1505e1e8e7e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:dd:30:09","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","ip_address":"10.55.0.2"}],"id":"9e18ad00-d220-4fb0-bf05-692330538224","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:bf:c8","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","ip_address":"10.55.0.4"}],"id":"bb3892a9-9cf8-4d62-84f7-23eea6f4947c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:13:87:f7","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e"}]} 2019-01-20 13:07:32,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e used request id req-df2ad3f2-5515-40f8-b5f9-616e0e850e77 2019-01-20 13:07:32,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:32,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f781834-44fd-4da5-be9a-e704ee92156d x-compute-request-id: req-2f781834-44fd-4da5-be9a-e704ee92156d Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:ec:80", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "bookmark"}], "image": {"id": "f436c68e-8afb-43e8-8e50-b8b909f2b332", "links": [{"href": "http://172.30.9.22:8774/images/f436c68e-8afb-43e8-8e50-b8b909f2b332", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b0", "OS-SRV-USG:launched_at": "2019-01-20T13:07:23.000000", "flavor": {"id": "466bef5b-26b1-44c0-be4d-c94eed0d501b", "links": [{"href": "http://172.30.9.22:8774/flavors/466bef5b-26b1-44c0-be4d-c94eed0d501b", "rel": "bookmark"}]}, "id": "c9989f83-7ac1-47e3-aba9-1972b4855e5a", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:07:24Z", "hostId": "861585e71ddfe17e7995ee1b4b2e606d6e2588e0548292b44febbb19", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst", "created": "2019-01-20T13:07:18Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:07:32,591 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a used request id req-2f781834-44fd-4da5-be9a-e704ee92156d 2019-01-20 13:07:32,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:32,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-50e64179-a3f9-4d18-9ba8-16c01e7488ff Date: Sun, 20 Jan 2019 13:07:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["f38dac22-8563-42d1-a8c8-5c563efc3f19"],"description":"","tags":[],"updated_at":"2019-01-20T13:07:10Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:09Z","provider:network_type":"vxlan"}]} 2019-01-20 13:07:32,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net used request id req-50e64179-a3f9-4d18-9ba8-16c01e7488ff 2019-01-20 13:07:32,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:32,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c11fc08-9aad-40fb-adaa-988607d1ce64 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:07:32,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-7c11fc08-9aad-40fb-adaa-988607d1ce64 2019-01-20 13:07:32,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:32,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b6a7b0af-c2c8-4ae2-979e-a8328026d656 Date: Sun, 20 Jan 2019 13:07:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:10Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","subnetpool_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-subnet"}]} 2019-01-20 13:07:32,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e used request id req-b6a7b0af-c2c8-4ae2-979e-a8328026d656 2019-01-20 13:07:32,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:33,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3879 X-Openstack-Request-Id: req-d3bdf112-7cae-4bc1-9aeb-4f5814e0b817 Date: Sun, 20 Jan 2019 13:07:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","ip_address":"10.55.0.5"}],"id":"137a381f-e2b4-498c-9342-5b8d725bbfc3","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:ec:80","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-port","admin_state_up":true,"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:15Z","binding:vnic_type":"normal","device_id":"c9989f83-7ac1-47e3-aba9-1972b4855e5a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","ip_address":"10.55.0.3"}],"id":"68f8cd52-37a4-442f-b754-a1505e1e8e7e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:dd:30:09","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","ip_address":"10.55.0.2"}],"id":"9e18ad00-d220-4fb0-bf05-692330538224","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:bf:c8","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f38dac22-8563-42d1-a8c8-5c563efc3f19","ip_address":"10.55.0.4"}],"id":"bb3892a9-9cf8-4d62-84f7-23eea6f4947c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:13:87:f7","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:07:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e"}]} 2019-01-20 13:07:33,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e used request id req-d3bdf112-7cae-4bc1-9aeb-4f5814e0b817 2019-01-20 13:07:33,017 - create_instance - INFO - Deleting Port with ID - 137a381f-e2b4-498c-9342-5b8d725bbfc3 2019-01-20 13:07:33,017 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-port 2019-01-20 13:07:33,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/137a381f-e2b4-498c-9342-5b8d725bbfc3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:33,608 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d156b178-e325-4b41-85fc-1f959ad56ee4 Date: Sun, 20 Jan 2019 13:07:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:07:33,608 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/137a381f-e2b4-498c-9342-5b8d725bbfc3 used request id req-d156b178-e325-4b41-85fc-1f959ad56ee4 2019-01-20 13:07:33,608 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst 2019-01-20 13:07:33,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:33,761 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:07:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-987971dd-d3c4-49be-8178-5e99dc0a2e56 x-compute-request-id: req-987971dd-d3c4-49be-8178-5e99dc0a2e56 Content-Type: application/json 2019-01-20 13:07:33,761 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a used request id req-987971dd-d3c4-49be-8178-5e99dc0a2e56 2019-01-20 13:07:33,762 - create_instance - INFO - Checking deletion status 2019-01-20 13:07:33,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:34,016 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91f7ba02-eaca-4c69-ab85-e6ea2e16ce53 x-compute-request-id: req-91f7ba02-eaca-4c69-ab85-e6ea2e16ce53 Content-Encoding: gzip Content-Length: 803 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:ec:80", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "bookmark"}], "image": {"id": "f436c68e-8afb-43e8-8e50-b8b909f2b332", "links": [{"href": "http://172.30.9.22:8774/images/f436c68e-8afb-43e8-8e50-b8b909f2b332", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b0", "OS-SRV-USG:launched_at": "2019-01-20T13:07:23.000000", "flavor": {"id": "466bef5b-26b1-44c0-be4d-c94eed0d501b", "links": [{"href": "http://172.30.9.22:8774/flavors/466bef5b-26b1-44c0-be4d-c94eed0d501b", "rel": "bookmark"}]}, "id": "c9989f83-7ac1-47e3-aba9-1972b4855e5a", "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:07:33Z", "hostId": "861585e71ddfe17e7995ee1b4b2e606d6e2588e0548292b44febbb19", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst", "created": "2019-01-20T13:07:18Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:07:34,016 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a used request id req-91f7ba02-eaca-4c69-ab85-e6ea2e16ce53 2019-01-20 13:07:34,016 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst] is - ACTIVE 2019-01-20 13:07:34,017 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:07:37,020 - create_instance - DEBUG - VM status query timeout in 296.742084026 2019-01-20 13:07:37,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:37,291 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-84846680-6e0a-4dc6-b8eb-5978ba0d87aa x-compute-request-id: req-84846680-6e0a-4dc6-b8eb-5978ba0d87aa Content-Encoding: gzip Content-Length: 732 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a", "rel": "bookmark"}], "image": {"id": "f436c68e-8afb-43e8-8e50-b8b909f2b332", "links": [{"href": "http://172.30.9.22:8774/images/f436c68e-8afb-43e8-8e50-b8b909f2b332", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b0", "OS-SRV-USG:launched_at": "2019-01-20T13:07:23.000000", "flavor": {"id": "466bef5b-26b1-44c0-be4d-c94eed0d501b", "links": [{"href": "http://172.30.9.22:8774/flavors/466bef5b-26b1-44c0-be4d-c94eed0d501b", "rel": "bookmark"}]}, "id": "c9989f83-7ac1-47e3-aba9-1972b4855e5a", "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:07:33Z", "hostId": "861585e71ddfe17e7995ee1b4b2e606d6e2588e0548292b44febbb19", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst", "created": "2019-01-20T13:07:18Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:07:37,292 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a used request id req-84846680-6e0a-4dc6-b8eb-5978ba0d87aa 2019-01-20 13:07:37,292 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst] is - ACTIVE 2019-01-20 13:07:37,292 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:07:40,295 - create_instance - DEBUG - VM status query timeout in 293.466502905 2019-01-20 13:07:40,298 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58aca8f50cd65beb013d4e8171fe28a10227c2f3" 2019-01-20 13:07:40,348 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-60084d25-fe78-438d-906a-3caaf1f8de90 x-compute-request-id: req-60084d25-fe78-438d-906a-3caaf1f8de90 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c9989f83-7ac1-47e3-aba9-1972b4855e5a could not be found.", "code": 404}} 2019-01-20 13:07:40,349 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c9989f83-7ac1-47e3-aba9-1972b4855e5a used request id req-60084d25-fe78-438d-906a-3caaf1f8de90 2019-01-20 13:07:40,349 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c9989f83-7ac1-47e3-aba9-1972b4855e5a could not be found. (HTTP 404) (Request-ID: req-60084d25-fe78-438d-906a-3caaf1f8de90) 2019-01-20 13:07:40,349 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-inst 2019-01-20 13:07:40,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/466bef5b-26b1-44c0-be4d-c94eed0d501b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4f5c141bdb8727f4011b1de83793238b791c00c" 2019-01-20 13:07:40,402 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-ff2d67a1-6ab4-422e-9343-bb7368a04695 x-compute-request-id: req-ff2d67a1-6ab4-422e-9343-bb7368a04695 Content-Length: 0 Content-Type: application/json 2019-01-20 13:07:40,403 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/466bef5b-26b1-44c0-be4d-c94eed0d501b used request id req-ff2d67a1-6ab4-422e-9343-bb7368a04695 2019-01-20 13:07:40,403 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-subnet 2019-01-20 13:07:40,404 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-subnet 2019-01-20 13:07:40,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/f38dac22-8563-42d1-a8c8-5c563efc3f19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4baf76067847e17b3f6cbcbc54a8baa1a35533f1" 2019-01-20 13:07:42,837 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-994aaec5-8ada-455b-887a-15cbda88fee1 Date: Sun, 20 Jan 2019 13:07:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:07:42,838 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/f38dac22-8563-42d1-a8c8-5c563efc3f19 used request id req-994aaec5-8ada-455b-887a-15cbda88fee1 2019-01-20 13:07:42,838 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-pub-net 2019-01-20 13:07:42,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4baf76067847e17b3f6cbcbc54a8baa1a35533f1" 2019-01-20 13:07:44,411 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d18d6c3c-c6df-4607-aabb-1b58107ad068 Date: Sun, 20 Jan 2019 13:07:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:07:44,411 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/1bb4e4ff-73e6-4a68-b71b-97f6fe9c741e used request id req-d18d6c3c-c6df-4607-aabb-1b58107ad068 2019-01-20 13:07:44,412 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-12d51ed6-0c05-494d-8aa4-860ed6c64892-image 2019-01-20 13:07:44,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/f436c68e-8afb-43e8-8e50-b8b909f2b332 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}134032cd16341f2fc7410594b194932bc02248fe" 2019-01-20 13:07:47,185 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c18e728c-b3cf-41de-ab99-cea8e7ac9ab7 Date: Sun, 20 Jan 2019 13:07:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:07:47,185 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/f436c68e-8afb-43e8-8e50-b8b909f2b332 used request id req-c18e728c-b3cf-41de-ab99-cea8e7ac9ab7 2019-01-20 13:07:47,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f74a68e5f22df389a35c21201d977ebe379ddc1c" 2019-01-20 13:07:47,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8f9da6d2-1e84-4aaa-941e-67bbb764f684 Date: Sun, 20 Jan 2019 13:07:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:07:47,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-8f9da6d2-1e84-4aaa-941e-67bbb764f684 2019-01-20 13:07:47,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f74a68e5f22df389a35c21201d977ebe379ddc1c" 2019-01-20 13:07:47,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61ed466f-cae3-4217-925f-f03828c05d90 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:07:47,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-61ed466f-cae3-4217-925f-f03828c05d90 2019-01-20 13:07:47,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f74a68e5f22df389a35c21201d977ebe379ddc1c" 2019-01-20 13:07:47,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16b50d44-8320-4af5-81a0-232959223546 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:07:47,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-16b50d44-8320-4af5-81a0-232959223546 2019-01-20 13:07:47,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f74a68e5f22df389a35c21201d977ebe379ddc1c" 2019-01-20 13:07:47,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c1af5cb-766f-4d34-9069-87d6334db455 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:07:47,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-1c1af5cb-766f-4d34-9069-87d6334db455 2019-01-20 13:07:47,688 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj 2019-01-20 13:07:47,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/5644ceb974594b8d97cda5bb3505b786 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f74a68e5f22df389a35c21201d977ebe379ddc1c" 2019-01-20 13:07:47,919 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:07:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84aa2228-4a0c-4250-9dad-aecda68393ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:07:47,919 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/5644ceb974594b8d97cda5bb3505b786 used request id req-84aa2228-4a0c-4250-9dad-aecda68393ef 2019-01-20 13:07:47,919 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-939e7523-a8bc-4a4-proj-role 2019-01-20 13:07:47,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/5b7ec9d6d4a849248671c8b4d8846548 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f74a68e5f22df389a35c21201d977ebe379ddc1c" 2019-01-20 13:07:48,185 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:07:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83311c2e-2e92-40a9-83eb-9b518b59b715 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:07:48,185 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/5b7ec9d6d4a849248671c8b4d8846548 used request id req-83311c2e-2e92-40a9-83eb-9b518b59b715 2019-01-20 13:07:48,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f74a68e5f22df389a35c21201d977ebe379ddc1c" 2019-01-20 13:07:48,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66d52211-5670-4390-9586-7f09b7a8ed6c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:07:48,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-66d52211-5670-4390-9586-7f09b7a8ed6c 2019-01-20 13:07:48,270 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-939e7523-a8bc-4a4-user 2019-01-20 13:07:48,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/536e39e864844cff9916125a801c88c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c47cb4dd64c366a934779d4261e8cc75a305b4" 2019-01-20 13:07:48,467 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:07:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e22e680-7260-4f07-9c63-6c5e8ba828a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:07:48,467 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/536e39e864844cff9916125a801c88c9 used request id req-7e22e680-7260-4f07-9c63-6c5e8ba828a3 2019-01-20 13:07:48,468 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:07:48,858 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:07:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["5yGwAg31SQ61YXl3ax9Q_A"], "issued_at": "2019-01-20T13:07:48.000000Z"}} 2019-01-20 13:07:48,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d6e183276630fb7580a8bb7502ff03a055aa5bc" 2019-01-20 13:07:48,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5360c68c-11ad-44fb-af1e-0d28bb7dcbb4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:07:48,938 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5360c68c-11ad-44fb-af1e-0d28bb7dcbb4 2019-01-20 13:07:48,939 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:48,940 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:07:49,325 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:07:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["o2LS-CLHSKy0E6WOHLMWtg"], "issued_at": "2019-01-20T13:07:49.000000Z"}} 2019-01-20 13:07:49,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9acf863e1b00890ed63a01806474a549017d504d" 2019-01-20 13:07:49,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09b2ede7-fd6c-47dd-bc45-732d5881f2a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:07:49,418 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-09b2ede7-fd6c-47dd-bc45-732d5881f2a2 2019-01-20 13:07:49,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:07:49,427 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:07: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:07:49,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-0afa9556-9acc-47d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9acf863e1b00890ed63a01806474a549017d504d" 2019-01-20 13:07:49,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ade9aed9-323c-4866-88bc-81f0eb53449e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-0afa9556-9acc-47d-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:07:49,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-0afa9556-9acc-47d-proj used request id req-ade9aed9-323c-4866-88bc-81f0eb53449e 2019-01-20 13:07:49,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9acf863e1b00890ed63a01806474a549017d504d" 2019-01-20 13:07:49,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-560ce632-7e46-4779-9831-3e1fd70076e1 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:07:49,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-560ce632-7e46-4779-9831-3e1fd70076e1 2019-01-20 13:07:49,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9acf863e1b00890ed63a01806474a549017d504d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj"}}' 2019-01-20 13:07:49,730 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:07:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-326b8f69-1b6f-4e0f-990c-e00deea4649c Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb"}, "enabled": true, "id": "d88aebae8fc8480c886ca6c15882c4eb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj"}} 2019-01-20 13:07:49,730 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-326b8f69-1b6f-4e0f-990c-e00deea4649c 2019-01-20 13:07:49,730 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-0afa9556-9acc-47d-proj 2019-01-20 13:07:49,731 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:49,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:07:50,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:07:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["juQJsH_hQtC2Ptwy_ucOMw"], "issued_at": "2019-01-20T13:07:50.000000Z"}} 2019-01-20 13:07:50,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bac108d2544140277e1ddb6f8eba48e75878228" 2019-01-20 13:07:50,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-909afb80-f420-4b50-860d-afb771289510 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:07:50,204 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-909afb80-f420-4b50-860d-afb771289510 2019-01-20 13:07:50,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:07:50,214 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:07:50,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bac108d2544140277e1ddb6f8eba48e75878228" 2019-01-20 13:07:50,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f798d86-c838-404b-9592-2b7a2a5facd1 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:07:50,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-1f798d86-c838-404b-9592-2b7a2a5facd1 2019-01-20 13:07:50,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstanceSimpleTests-0afa9556-9acc-47d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bac108d2544140277e1ddb6f8eba48e75878228" 2019-01-20 13:07:50,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48fd9535-67e6-4280-9037-408e3b44dc4b Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstanceSimpleTests-0afa9556-9acc-47d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb"}, "enabled": true, "id": "d88aebae8fc8480c886ca6c15882c4eb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj"}]} 2019-01-20 13:07:50,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstanceSimpleTests-0afa9556-9acc-47d-proj used request id req-48fd9535-67e6-4280-9037-408e3b44dc4b 2019-01-20 13:07:50,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bac108d2544140277e1ddb6f8eba48e75878228" 2019-01-20 13:07:50,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b9678bd-eeda-4212-960f-70837cde2be5 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:07:50,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-4b9678bd-eeda-4212-960f-70837cde2be5 2019-01-20 13:07:50,880 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-0afa9556-9acc-47d-user 2019-01-20 13:07:50,880 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:50,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9acf863e1b00890ed63a01806474a549017d504d" 2019-01-20 13:07:50,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24432045-7887-44dd-8be2-b0b591545933 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:07:50,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-24432045-7887-44dd-8be2-b0b591545933 2019-01-20 13:07:50,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9acf863e1b00890ed63a01806474a549017d504d" -d '{"role": {"name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj-role"}}' 2019-01-20 13:07:51,101 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:07:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-130a45af-d04f-459b-83fa-fdaba159cef5 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "31d0582f1e8c4309ac2d9c8f34e83285", "links": {"self": "http://172.30.9.22:5000/v3/roles/31d0582f1e8c4309ac2d9c8f34e83285"}, "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj-role"}} 2019-01-20 13:07:51,101 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-130a45af-d04f-459b-83fa-fdaba159cef5 2019-01-20 13:07:51,102 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-0afa9556-9acc-47d-proj-role 2019-01-20 13:07:51,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/31d0582f1e8c4309ac2d9c8f34e83285 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9acf863e1b00890ed63a01806474a549017d504d" 2019-01-20 13:07:51,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5d7e24e-61ae-47fd-b90b-5235c2595949 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/31d0582f1e8c4309ac2d9c8f34e83285"}, "domain_id": null, "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj-role", "id": "31d0582f1e8c4309ac2d9c8f34e83285"}} 2019-01-20 13:07:51,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/31d0582f1e8c4309ac2d9c8f34e83285 used request id req-f5d7e24e-61ae-47fd-b90b-5235c2595949 2019-01-20 13:07:51,196 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-0afa9556-9acc-47d-proj-role to project CreateInstanceSimpleTests-0afa9556-9acc-47d-proj 2019-01-20 13:07:51,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb/users/9050ca187d6d4ace9c6f6d10312c91f3/roles/31d0582f1e8c4309ac2d9c8f34e83285 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9acf863e1b00890ed63a01806474a549017d504d" 2019-01-20 13:07:51,255 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:07:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-854e1cce-59c9-47e4-b5de-7f267762e0d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:07:51,255 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb/users/9050ca187d6d4ace9c6f6d10312c91f3/roles/31d0582f1e8c4309ac2d9c8f34e83285 used request id req-854e1cce-59c9-47e4-b5de-7f267762e0d4 2019-01-20 13:07:51,255 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:07:51,255 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:51,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:51,258 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:07:51,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:51,259 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:07:51,622 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "31d0582f1e8c4309ac2d9c8f34e83285", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj-role"}], "expires_at": "2019-01-20T14:07:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d88aebae8fc8480c886ca6c15882c4eb", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-user", "id": "9050ca187d6d4ace9c6f6d10312c91f3"}, "audit_ids": ["CNT1E04QTHi3P5nCXvYqRA"], "issued_at": "2019-01-20T13:07:51.000000Z"}} 2019-01-20 13:07:51,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e31bdf7f870b75081a0628d0fa21eca93d4a29ce" 2019-01-20 13:07:51,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-befdc87d-4899-4d53-9479-0858d2ec58f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:07:51,697 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-befdc87d-4899-4d53-9479-0858d2ec58f3 2019-01-20 13:07:51,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e31bdf7f870b75081a0628d0fa21eca93d4a29ce" 2019-01-20 13:07:51,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-29948d9a-050e-487f-83b6-dd29eac51305 Date: Sun, 20 Jan 2019 13:07:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-image"} 2019-01-20 13:07:51,887 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-image used request id req-29948d9a-050e-487f-83b6-dd29eac51305 2019-01-20 13:07:51,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e31bdf7f870b75081a0628d0fa21eca93d4a29ce" 2019-01-20 13:07:52,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-90f6e3e3-96c3-4a82-b310-db3044b433a0 Date: Sun, 20 Jan 2019 13:07: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"}}} 2019-01-20 13:07:52,036 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-90f6e3e3-96c3-4a82-b310-db3044b433a0 2019-01-20 13:07:52,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e31bdf7f870b75081a0628d0fa21eca93d4a29ce" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-image"}' 2019-01-20 13:07:52,348 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/4f22b539-10f6-4df0-b567-0b1ed57b1148 X-Openstack-Request-Id: req-079be001-75cb-49de-9532-5ac61e36922a Date: Sun, 20 Jan 2019 13:07:52 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:07:52Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:07:52Z", "visibility": "shared", "locations": [], "self": "/v2/images/4f22b539-10f6-4df0-b567-0b1ed57b1148", "min_disk": 0, "protected": false, "id": "4f22b539-10f6-4df0-b567-0b1ed57b1148", "file": "/v2/images/4f22b539-10f6-4df0-b567-0b1ed57b1148/file", "checksum": null, "owner": "d88aebae8fc8480c886ca6c15882c4eb", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:07:52,349 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-079be001-75cb-49de-9532-5ac61e36922a 2019-01-20 13:07:52,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/4f22b539-10f6-4df0-b567-0b1ed57b1148/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e31bdf7f870b75081a0628d0fa21eca93d4a29ce" -d '' 2019-01-20 13:07:54,521 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6b396892-df0c-4a4e-8f0b-040302a3e473 Date: Sun, 20 Jan 2019 13:07:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:07:54,521 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/4f22b539-10f6-4df0-b567-0b1ed57b1148/file used request id req-6b396892-df0c-4a4e-8f0b-040302a3e473 2019-01-20 13:07:54,521 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:07:54,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/4f22b539-10f6-4df0-b567-0b1ed57b1148 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e31bdf7f870b75081a0628d0fa21eca93d4a29ce" 2019-01-20 13:07:54,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-425ae5fb-c7f4-4260-bbfb-f877838108f1 Date: Sun, 20 Jan 2019 13:07:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:07:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:07:54Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/4f22b539-10f6-4df0-b567-0b1ed57b1148/snap", "metadata": {}}], "self": "/v2/images/4f22b539-10f6-4df0-b567-0b1ed57b1148", "min_disk": 0, "protected": false, "id": "4f22b539-10f6-4df0-b567-0b1ed57b1148", "file": "/v2/images/4f22b539-10f6-4df0-b567-0b1ed57b1148/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d88aebae8fc8480c886ca6c15882c4eb", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/4f22b539-10f6-4df0-b567-0b1ed57b1148/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:07:54,708 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/4f22b539-10f6-4df0-b567-0b1ed57b1148 used request id req-425ae5fb-c7f4-4260-bbfb-f877838108f1 2019-01-20 13:07:54,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e31bdf7f870b75081a0628d0fa21eca93d4a29ce" 2019-01-20 13:07:54,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-da45f983-fa60-4a49-a18c-bdeec889cf70 Date: Sun, 20 Jan 2019 13:07:54 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 13:07:54,858 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-da45f983-fa60-4a49-a18c-bdeec889cf70 2019-01-20 13:07:54,861 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-image 2019-01-20 13:07:54,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/4f22b539-10f6-4df0-b567-0b1ed57b1148 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e31bdf7f870b75081a0628d0fa21eca93d4a29ce" 2019-01-20 13:07:55,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-04a5cceb-b127-4bae-bea6-d575cc715b6d Date: Sun, 20 Jan 2019 13:07:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:07:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:07:54Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/4f22b539-10f6-4df0-b567-0b1ed57b1148/snap", "metadata": {}}], "self": "/v2/images/4f22b539-10f6-4df0-b567-0b1ed57b1148", "min_disk": 0, "protected": false, "id": "4f22b539-10f6-4df0-b567-0b1ed57b1148", "file": "/v2/images/4f22b539-10f6-4df0-b567-0b1ed57b1148/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d88aebae8fc8480c886ca6c15882c4eb", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/4f22b539-10f6-4df0-b567-0b1ed57b1148/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:07:55,034 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/4f22b539-10f6-4df0-b567-0b1ed57b1148 used request id req-04a5cceb-b127-4bae-bea6-d575cc715b6d 2019-01-20 13:07:55,034 - create_image - DEBUG - Instance status is - active 2019-01-20 13:07:55,034 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-image 2019-01-20 13:07:55,035 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-image 2019-01-20 13:07:55,035 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:55,036 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:07:55,422 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:07:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["YumrDGOXTjWjQm1QoOKDYQ"], "issued_at": "2019-01-20T13:07:55.000000Z"}} 2019-01-20 13:07:55,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50753076f1c1be3219b04f1bd3c27531e0ef4b3d" 2019-01-20 13:07:55,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49a59c2c-f16b-4292-8f9d-84dd88930dbb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:07:55,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-49a59c2c-f16b-4292-8f9d-84dd88930dbb 2019-01-20 13:07:55,511 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:07:55,516 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50753076f1c1be3219b04f1bd3c27531e0ef4b3d" 2019-01-20 13:07:55,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-512a9598-e105-4b1a-b5a9-f13108f362f5 x-compute-request-id: req-512a9598-e105-4b1a-b5a9-f13108f362f5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:07:55,687 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-512a9598-e105-4b1a-b5a9-f13108f362f5 2019-01-20 13:07:55,691 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50753076f1c1be3219b04f1bd3c27531e0ef4b3d" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:07:55,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-9670b058-028c-4ace-b2dd-6816b9b1b484 x-compute-request-id: req-9670b058-028c-4ace-b2dd-6816b9b1b484 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:07:55,737 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-9670b058-028c-4ace-b2dd-6816b9b1b484 2019-01-20 13:07:55,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:55,739 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:07:56,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "31d0582f1e8c4309ac2d9c8f34e83285", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj-role"}], "expires_at": "2019-01-20T14:07:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d88aebae8fc8480c886ca6c15882c4eb", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-user", "id": "9050ca187d6d4ace9c6f6d10312c91f3"}, "audit_ids": ["E1wKokKTRmSxNmn04r4k0Q"], "issued_at": "2019-01-20T13:07:56.000000Z"}} 2019-01-20 13:07:56,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7f877ad16d3ecab06fc005ae51150e285f2bc53" 2019-01-20 13:07:56,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b17b3872-839f-4837-89a7-f47f561e811c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:07:56,211 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b17b3872-839f-4837-89a7-f47f561e811c 2019-01-20 13:07:56,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7f877ad16d3ecab06fc005ae51150e285f2bc53" 2019-01-20 13:07:56,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8bcb2530-99ea-4f0c-acf0-a2811699ac3b Date: Sun, 20 Jan 2019 13:07:56 GMT RESP BODY: {"networks":[]} 2019-01-20 13:07:56,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net used request id req-8bcb2530-99ea-4f0c-acf0-a2811699ac3b 2019-01-20 13:07:56,401 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net 2019-01-20 13:07:56,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7f877ad16d3ecab06fc005ae51150e285f2bc53" -d '{"network": {"name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net", "admin_state_up": true}}' 2019-01-20 13:07:56,956 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-faec4322-7b29-41c0-a9fb-3d25237cd37f Date: Sun, 20 Jan 2019 13:07:56 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a6c72404-048c-4183-b058-f6941e733c61","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d88aebae8fc8480c886ca6c15882c4eb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:07:56Z","is_default":false,"name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:56Z","mtu":1450}} 2019-01-20 13:07:56,956 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-faec4322-7b29-41c0-a9fb-3d25237cd37f 2019-01-20 13:07:56,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=a6c72404-048c-4183-b058-f6941e733c61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7f877ad16d3ecab06fc005ae51150e285f2bc53" 2019-01-20 13:07:57,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-46a3609b-64e0-44d9-9c62-30673c6599ef Date: Sun, 20 Jan 2019 13:07:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T13:07:56Z","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"a6c72404-048c-4183-b058-f6941e733c61","name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net"}]} 2019-01-20 13:07:57,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=a6c72404-048c-4183-b058-f6941e733c61 used request id req-46a3609b-64e0-44d9-9c62-30673c6599ef 2019-01-20 13:07:57,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7f877ad16d3ecab06fc005ae51150e285f2bc53" 2019-01-20 13:07:57,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bcd382f6-9ccc-4191-9586-9b199dc16cd5 Date: Sun, 20 Jan 2019 13:07:57 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:07:57,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 used request id req-bcd382f6-9ccc-4191-9586-9b199dc16cd5 2019-01-20 13:07:57,361 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-subnet 2019-01-20 13:07:57,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7f877ad16d3ecab06fc005ae51150e285f2bc53" -d '{"subnets": [{"ip_version": 4, "network_id": "a6c72404-048c-4183-b058-f6941e733c61", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-subnet"}]}' 2019-01-20 13:07:58,069 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e5f2d1e2-993f-41dd-a7b9-1335b22bbbf0 Date: Sun, 20 Jan 2019 13:07:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:57Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:57Z","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":"d88aebae8fc8480c886ca6c15882c4eb","id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","subnetpool_id":null,"name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-subnet"}]} 2019-01-20 13:07:58,069 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-e5f2d1e2-993f-41dd-a7b9-1335b22bbbf0 2019-01-20 13:07:58,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=a6c72404-048c-4183-b058-f6941e733c61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7f877ad16d3ecab06fc005ae51150e285f2bc53" 2019-01-20 13:07:58,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-36566ff1-438f-4ddc-b616-4a80129b66cb Date: Sun, 20 Jan 2019 13: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":["0d7bff4a-27a4-42e8-be19-57eb17883ddf"],"updated_at":"2019-01-20T13:07:57Z","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"a6c72404-048c-4183-b058-f6941e733c61","name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net"}]} 2019-01-20 13:07:58,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=a6c72404-048c-4183-b058-f6941e733c61 used request id req-36566ff1-438f-4ddc-b616-4a80129b66cb 2019-01-20 13:07:58,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7f877ad16d3ecab06fc005ae51150e285f2bc53" 2019-01-20 13:07:58,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d4448c4f-db21-40d1-87e4-467137e15ae3 Date: Sun, 20 Jan 2019 13:07:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:57Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","subnetpool_id":null,"name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-subnet"}]} 2019-01-20 13:07:58,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 used request id req-d4448c4f-db21-40d1-87e4-467137e15ae3 2019-01-20 13:07:58,525 - OpenStackNetwork - DEBUG - Network [a6c72404-048c-4183-b058-f6941e733c61] created successfully 2019-01-20 13:07:58,525 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:07:58,526 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:07:58,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "31d0582f1e8c4309ac2d9c8f34e83285", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj-role"}], "expires_at": "2019-01-20T14:07:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d88aebae8fc8480c886ca6c15882c4eb", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-user", "id": "9050ca187d6d4ace9c6f6d10312c91f3"}, "audit_ids": ["diyP4x6xTDCoZV6XqtzfIA"], "issued_at": "2019-01-20T13:07:58.000000Z"}} 2019-01-20 13:07:58,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:07:58,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e56be33-9dfd-4228-93aa-14a8bcdd1d3f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:07:58,984 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0e56be33-9dfd-4228-93aa-14a8bcdd1d3f 2019-01-20 13:07:58,985 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:07:58,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:07:59,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d68c911-5845-416f-92c4-c8de1b82149a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:07:59,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2d68c911-5845-416f-92c4-c8de1b82149a 2019-01-20 13:07:59,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:07:59,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-2883bae3-7cd3-4d35-986a-76875964c3a7 Date: Sun, 20 Jan 2019 13: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":["0d7bff4a-27a4-42e8-be19-57eb17883ddf"],"updated_at":"2019-01-20T13:07:57Z","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"a6c72404-048c-4183-b058-f6941e733c61","name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net"}]} 2019-01-20 13:07:59,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net used request id req-2883bae3-7cd3-4d35-986a-76875964c3a7 2019-01-20 13:07:59,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:07:59,339 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:07: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:07:59,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:07:59,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63638330-5a80-4a46-9487-1c622a28290a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb"}, "enabled": true, "id": "d88aebae8fc8480c886ca6c15882c4eb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj"}} 2019-01-20 13:07:59,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb used request id req-63638330-5a80-4a46-9487-1c622a28290a 2019-01-20 13:07:59,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:07:59,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d6715e07-3e47-4089-8639-a410c179abc8 Date: Sun, 20 Jan 2019 13:07:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:57Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","subnetpool_id":null,"name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-subnet"}]} 2019-01-20 13:07:59,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 used request id req-d6715e07-3e47-4089-8639-a410c179abc8 2019-01-20 13:07:59,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a6c72404-048c-4183-b058-f6941e733c61&name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:07:59,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5307fef3-d224-4094-a0b5-76be6457210d Date: Sun, 20 Jan 2019 13:07:59 GMT RESP BODY: {"ports":[]} 2019-01-20 13:07:59,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a6c72404-048c-4183-b058-f6941e733c61&name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-port&admin_state_up=True used request id req-5307fef3-d224-4094-a0b5-76be6457210d 2019-01-20 13:07:59,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:07:59,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:07:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-19927187-0734-4fd0-99f4-ab1c8c1d15a6 x-compute-request-id: req-19927187-0734-4fd0-99f4-ab1c8c1d15a6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:07:59,978 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst used request id req-19927187-0734-4fd0-99f4-ab1c8c1d15a6 2019-01-20 13:07:59,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:00,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-54a84e38-8a67-4bc5-bcad-0ed4e88802e3 Date: Sun, 20 Jan 2019 13: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":["0d7bff4a-27a4-42e8-be19-57eb17883ddf"],"updated_at":"2019-01-20T13:07:57Z","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"a6c72404-048c-4183-b058-f6941e733c61","name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net"}]} 2019-01-20 13:08:00,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net used request id req-54a84e38-8a67-4bc5-bcad-0ed4e88802e3 2019-01-20 13:08:00,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:00,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-565248ab-2560-4666-9464-fe079497d712 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb"}, "enabled": true, "id": "d88aebae8fc8480c886ca6c15882c4eb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj"}} 2019-01-20 13:08:00,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb used request id req-565248ab-2560-4666-9464-fe079497d712 2019-01-20 13:08:00,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:00,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-98782274-69e4-4a03-9338-91a94e08c522 Date: Sun, 20 Jan 2019 13:08:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:57Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","subnetpool_id":null,"name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-subnet"}]} 2019-01-20 13:08:00,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 used request id req-98782274-69e4-4a03-9338-91a94e08c522 2019-01-20 13:08:00,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a6c72404-048c-4183-b058-f6941e733c61&name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:00,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-28ee7af4-d1d3-4cd0-acdd-0490d09f2ab7 Date: Sun, 20 Jan 2019 13:08:00 GMT RESP BODY: {"ports":[]} 2019-01-20 13:08:00,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a6c72404-048c-4183-b058-f6941e733c61&name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-port&admin_state_up=True used request id req-28ee7af4-d1d3-4cd0-acdd-0490d09f2ab7 2019-01-20 13:08:00,737 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:08:00,738 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:08:01,118 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "31d0582f1e8c4309ac2d9c8f34e83285", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj-role"}], "expires_at": "2019-01-20T14:08:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d88aebae8fc8480c886ca6c15882c4eb", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-user", "id": "9050ca187d6d4ace9c6f6d10312c91f3"}, "audit_ids": ["oMQckq7MTTGlNxbEVwlDjg"], "issued_at": "2019-01-20T13:08:01.000000Z"}} 2019-01-20 13:08:01,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a8ea3634862d5ed6ba0455caa4b76f73318360b" 2019-01-20 13:08:01,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd93fcec-e5ba-4399-af28-c1ab607beeaf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:08:01,194 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cd93fcec-e5ba-4399-af28-c1ab607beeaf 2019-01-20 13:08:01,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:01,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-ebdb80e7-2ca4-481b-9ee0-94b99a2d01f5 Date: Sun, 20 Jan 2019 13: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":["0d7bff4a-27a4-42e8-be19-57eb17883ddf"],"updated_at":"2019-01-20T13:07:57Z","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"a6c72404-048c-4183-b058-f6941e733c61","name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net"}]} 2019-01-20 13:08:01,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net used request id req-ebdb80e7-2ca4-481b-9ee0-94b99a2d01f5 2019-01-20 13:08:01,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:01,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2bf73b91-d620-4141-abcb-93d07dfd4f70 Date: Sun, 20 Jan 2019 13:08:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:57Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","subnetpool_id":null,"name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-subnet"}]} 2019-01-20 13:08:01,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 used request id req-2bf73b91-d620-4141-abcb-93d07dfd4f70 2019-01-20 13:08:01,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:01,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5293ad3c-7f5f-4980-bd2c-de0895e9a490 Date: Sun, 20 Jan 2019 13: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":["0d7bff4a-27a4-42e8-be19-57eb17883ddf"],"updated_at":"2019-01-20T13:07:57Z","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"a6c72404-048c-4183-b058-f6941e733c61","name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net"}]} 2019-01-20 13:08:01,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net used request id req-5293ad3c-7f5f-4980-bd2c-de0895e9a490 2019-01-20 13:08:01,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:08:01,918 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:08: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:08:01,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a8ea3634862d5ed6ba0455caa4b76f73318360b" 2019-01-20 13:08:01,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-356b2ec7-d6c1-4b64-905d-594046163a1e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb"}, "enabled": true, "id": "d88aebae8fc8480c886ca6c15882c4eb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj"}} 2019-01-20 13:08:01,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb used request id req-356b2ec7-d6c1-4b64-905d-594046163a1e 2019-01-20 13:08:02,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:02,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-873dca32-c9dc-4467-ac78-d8de39da8ace Date: Sun, 20 Jan 2019 13:08:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:57Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","subnetpool_id":null,"name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-subnet"}]} 2019-01-20 13:08:02,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 used request id req-873dca32-c9dc-4467-ac78-d8de39da8ace 2019-01-20 13:08:02,199 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net 2019-01-20 13:08:02,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" -d '{"port": {"network_id": "a6c72404-048c-4183-b058-f6941e733c61", "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-port", "admin_state_up": true}}' 2019-01-20 13:08:03,129 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 780 X-Openstack-Request-Id: req-e85db3c7-c73a-4154-b2c8-be2ff918ef33 Date: Sun, 20 Jan 2019 13:08:03 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:08:02Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","ip_address":"10.55.0.9"}],"id":"10ae9592-cbcb-45ab-94c0-b7a07a8af7dc","security_groups":["36fac0c8-7870-4cd6-a8db-03556bbe5c12"],"mac_address":"fa:16:3e:a2:10:d9","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-port","project_id":"d88aebae8fc8480c886ca6c15882c4eb","qos_policy_id":null,"admin_state_up":true,"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:08:02Z","binding:vnic_type":"normal"}} 2019-01-20 13:08:03,130 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-e85db3c7-c73a-4154-b2c8-be2ff918ef33 2019-01-20 13:08:03,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:03,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-e677b48d-f156-4032-a650-6b4e542d906a Date: Sun, 20 Jan 2019 13:08: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":["0d7bff4a-27a4-42e8-be19-57eb17883ddf"],"updated_at":"2019-01-20T13:07:57Z","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"a6c72404-048c-4183-b058-f6941e733c61","name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net"}]} 2019-01-20 13:08:03,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net used request id req-e677b48d-f156-4032-a650-6b4e542d906a 2019-01-20 13:08:03,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:03,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55ccffde-ee7a-4a9f-a4d8-25bbc1ae82a8 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb"}, "enabled": true, "id": "d88aebae8fc8480c886ca6c15882c4eb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj"}} 2019-01-20 13:08:03,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb used request id req-55ccffde-ee7a-4a9f-a4d8-25bbc1ae82a8 2019-01-20 13:08:03,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:03,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fd38d981-376e-4569-8155-2c29fcb1a9cd Date: Sun, 20 Jan 2019 13:08:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:57Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","subnetpool_id":null,"name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-subnet"}]} 2019-01-20 13:08:03,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 used request id req-fd38d981-376e-4569-8155-2c29fcb1a9cd 2019-01-20 13:08:03,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a6c72404-048c-4183-b058-f6941e733c61&name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:03,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-3581a50f-2a66-4f68-ac63-394fef6f8aad Date: Sun, 20 Jan 2019 13:08:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:08:02Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","ip_address":"10.55.0.9"}],"id":"10ae9592-cbcb-45ab-94c0-b7a07a8af7dc","security_groups":["36fac0c8-7870-4cd6-a8db-03556bbe5c12"],"mac_address":"fa:16:3e:a2:10:d9","project_id":"d88aebae8fc8480c886ca6c15882c4eb","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-port","admin_state_up":true,"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:08:02Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:08:03,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a6c72404-048c-4183-b058-f6941e733c61&name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-port&admin_state_up=True used request id req-3581a50f-2a66-4f68-ac63-394fef6f8aad 2019-01-20 13:08:03,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:03,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff484bbc-2077-49b5-afdb-3ba5356246b7 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb"}, "enabled": true, "id": "d88aebae8fc8480c886ca6c15882c4eb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj"}} 2019-01-20 13:08:03,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb used request id req-ff484bbc-2077-49b5-afdb-3ba5356246b7 2019-01-20 13:08:03,835 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst 2019-01-20 13:08:03,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:03,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-5110b39f-3444-46ca-b90f-3f7bd2f428a8 x-compute-request-id: req-5110b39f-3444-46ca-b90f-3f7bd2f428a8 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-flavor-name"}]} 2019-01-20 13:08:03,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-5110b39f-3444-46ca-b90f-3f7bd2f428a8 2019-01-20 13:08:03,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/41cd3f3b-1802-43e6-aa38-0a4c63f372c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:03,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-20d62b53-f852-4445-aa47-6b5976a54010 x-compute-request-id: req-20d62b53-f852-4445-aa47-6b5976a54010 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:08:03,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/41cd3f3b-1802-43e6-aa38-0a4c63f372c3 used request id req-20d62b53-f852-4445-aa47-6b5976a54010 2019-01-20 13:08:03,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:04,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-49442326-6433-4eb6-a1ae-f33f45611d83 Date: Sun, 20 Jan 2019 13:08:04 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:07:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:07:54Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/4f22b539-10f6-4df0-b567-0b1ed57b1148/snap", "metadata": {}}], "self": "/v2/images/4f22b539-10f6-4df0-b567-0b1ed57b1148", "min_disk": 0, "protected": false, "id": "4f22b539-10f6-4df0-b567-0b1ed57b1148", "file": "/v2/images/4f22b539-10f6-4df0-b567-0b1ed57b1148/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d88aebae8fc8480c886ca6c15882c4eb", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/4f22b539-10f6-4df0-b567-0b1ed57b1148/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-image"} 2019-01-20 13:08:04,073 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-image used request id req-49442326-6433-4eb6-a1ae-f33f45611d83 2019-01-20 13:08:04,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:04,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-222f6d82-79d4-4bc5-801a-80dfa2bf38eb Date: Sun, 20 Jan 2019 13:08:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 13:08:04,240 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-222f6d82-79d4-4bc5-801a-80dfa2bf38eb 2019-01-20 13:08:04,246 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" -d '{"server": {"name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst", "imageRef": "4f22b539-10f6-4df0-b567-0b1ed57b1148", "flavorRef": "41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "max_count": 1, "min_count": 1, "networks": [{"port": "10ae9592-cbcb-45ab-94c0-b7a07a8af7dc"}]}}' 2019-01-20 13:08:06,055 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:08: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-a67df99f-0c76-4256-9114-6b2c06290253 x-compute-request-id: req-a67df99f-0c76-4256-9114-6b2c06290253 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d96de017-c8d4-436c-b640-892a252f4da2", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "bookmark"}], "adminPass": "YEedWGTvwBt6"}} 2019-01-20 13:08:06,055 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-a67df99f-0c76-4256-9114-6b2c06290253 2019-01-20 13:08:06,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:06,414 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08: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-9da0cd60-1c31-44e2-85a4-240c5293d815 x-compute-request-id: req-9da0cd60-1c31-44e2-85a4-240c5293d815 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.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "bookmark"}], "image": {"id": "4f22b539-10f6-4df0-b567-0b1ed57b1148", "links": [{"href": "http://172.30.9.22:8774/images/4f22b539-10f6-4df0-b567-0b1ed57b1148", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "links": [{"href": "http://172.30.9.22:8774/flavors/41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "rel": "bookmark"}]}, "id": "d96de017-c8d4-436c-b640-892a252f4da2", "user_id": "9050ca187d6d4ace9c6f6d10312c91f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:08:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst", "created": "2019-01-20T13:08:06Z", "tenant_id": "d88aebae8fc8480c886ca6c15882c4eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:08:06,414 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 used request id req-9da0cd60-1c31-44e2-85a4-240c5293d815 2019-01-20 13:08:06,415 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst 2019-01-20 13:08:06,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:06,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08: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-3674f26e-e06b-4f15-aac7-2890b5f328ed x-compute-request-id: req-3674f26e-e06b-4f15-aac7-2890b5f328ed 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.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "bookmark"}], "image": {"id": "4f22b539-10f6-4df0-b567-0b1ed57b1148", "links": [{"href": "http://172.30.9.22:8774/images/4f22b539-10f6-4df0-b567-0b1ed57b1148", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "links": [{"href": "http://172.30.9.22:8774/flavors/41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "rel": "bookmark"}]}, "id": "d96de017-c8d4-436c-b640-892a252f4da2", "user_id": "9050ca187d6d4ace9c6f6d10312c91f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:08:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst", "created": "2019-01-20T13:08:06Z", "tenant_id": "d88aebae8fc8480c886ca6c15882c4eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:08:06,902 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 used request id req-3674f26e-e06b-4f15-aac7-2890b5f328ed 2019-01-20 13:08:06,903 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst] is - BUILD 2019-01-20 13:08:06,903 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:08:09,906 - create_instance - DEBUG - VM status query timeout in 896.50880003 2019-01-20 13:08:09,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:10,652 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68de6c5b-f946-4ff1-9c6a-7adc069ef871 x-compute-request-id: req-68de6c5b-f946-4ff1-9c6a-7adc069ef871 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.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "bookmark"}], "image": {"id": "4f22b539-10f6-4df0-b567-0b1ed57b1148", "links": [{"href": "http://172.30.9.22:8774/images/4f22b539-10f6-4df0-b567-0b1ed57b1148", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "links": [{"href": "http://172.30.9.22:8774/flavors/41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "rel": "bookmark"}]}, "id": "d96de017-c8d4-436c-b640-892a252f4da2", "security_groups": [{"name": "default"}], "user_id": "9050ca187d6d4ace9c6f6d10312c91f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:08:06Z", "hostId": "03cfbf525ada2df576380f5ce891fb00b519fcc81b525e9cb8e9c306", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst", "created": "2019-01-20T13:08:06Z", "tenant_id": "d88aebae8fc8480c886ca6c15882c4eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:08:10,652 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 used request id req-68de6c5b-f946-4ff1-9c6a-7adc069ef871 2019-01-20 13:08:10,652 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst] is - BUILD 2019-01-20 13:08:10,653 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:08:13,656 - create_instance - DEBUG - VM status query timeout in 892.759003162 2019-01-20 13:08:13,659 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:14,292 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-247ca4cc-8dc1-4778-8fad-9154acffef59 x-compute-request-id: req-247ca4cc-8dc1-4778-8fad-9154acffef59 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:10:d9", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "bookmark"}], "image": {"id": "4f22b539-10f6-4df0-b567-0b1ed57b1148", "links": [{"href": "http://172.30.9.22:8774/images/4f22b539-10f6-4df0-b567-0b1ed57b1148", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:08:11.000000", "flavor": {"id": "41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "links": [{"href": "http://172.30.9.22:8774/flavors/41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "rel": "bookmark"}]}, "id": "d96de017-c8d4-436c-b640-892a252f4da2", "security_groups": [{"name": "default"}], "user_id": "9050ca187d6d4ace9c6f6d10312c91f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:08:12Z", "hostId": "03cfbf525ada2df576380f5ce891fb00b519fcc81b525e9cb8e9c306", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst", "created": "2019-01-20T13:08:06Z", "tenant_id": "d88aebae8fc8480c886ca6c15882c4eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:08:14,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 used request id req-247ca4cc-8dc1-4778-8fad-9154acffef59 2019-01-20 13:08:14,293 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst] is - ACTIVE 2019-01-20 13:08:14,293 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:08:14,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:14,909 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d61ef9f3-921b-4206-93c2-f9a86054c5bc x-compute-request-id: req-d61ef9f3-921b-4206-93c2-f9a86054c5bc Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:10:d9", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "bookmark"}], "image": {"id": "4f22b539-10f6-4df0-b567-0b1ed57b1148", "links": [{"href": "http://172.30.9.22:8774/images/4f22b539-10f6-4df0-b567-0b1ed57b1148", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:08:11.000000", "flavor": {"id": "41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "links": [{"href": "http://172.30.9.22:8774/flavors/41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "rel": "bookmark"}]}, "id": "d96de017-c8d4-436c-b640-892a252f4da2", "security_groups": [{"name": "default"}], "user_id": "9050ca187d6d4ace9c6f6d10312c91f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:08:12Z", "hostId": "03cfbf525ada2df576380f5ce891fb00b519fcc81b525e9cb8e9c306", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst", "created": "2019-01-20T13:08:06Z", "tenant_id": "d88aebae8fc8480c886ca6c15882c4eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:08:14,909 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 used request id req-d61ef9f3-921b-4206-93c2-f9a86054c5bc 2019-01-20 13:08:14,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:15,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-db9b2f07-3b5c-419b-bec7-d10b6379b47d Date: Sun, 20 Jan 2019 13:08: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":["0d7bff4a-27a4-42e8-be19-57eb17883ddf"],"updated_at":"2019-01-20T13:07:57Z","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"a6c72404-048c-4183-b058-f6941e733c61","name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net"}]} 2019-01-20 13:08:15,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net used request id req-db9b2f07-3b5c-419b-bec7-d10b6379b47d 2019-01-20 13:08:15,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:15,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf7070c9-b797-454c-9ae2-62812e0a5de6 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb"}, "enabled": true, "id": "d88aebae8fc8480c886ca6c15882c4eb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj"}} 2019-01-20 13:08:15,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb used request id req-bf7070c9-b797-454c-9ae2-62812e0a5de6 2019-01-20 13:08:15,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:15,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0f15d39a-e7e6-498c-a8ee-8c59fe4e6e86 Date: Sun, 20 Jan 2019 13:08:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:57Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","subnetpool_id":null,"name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-subnet"}]} 2019-01-20 13:08:15,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 used request id req-0f15d39a-e7e6-498c-a8ee-8c59fe4e6e86 2019-01-20 13:08:15,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a6c72404-048c-4183-b058-f6941e733c61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:15,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-99d8381d-5e46-4ea3-b011-458db8cb744a Date: Sun, 20 Jan 2019 13:08:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:08:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","ip_address":"10.55.0.9"}],"id":"10ae9592-cbcb-45ab-94c0-b7a07a8af7dc","security_groups":["36fac0c8-7870-4cd6-a8db-03556bbe5c12"],"mac_address":"fa:16:3e:a2:10:d9","project_id":"d88aebae8fc8480c886ca6c15882c4eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-port","admin_state_up":true,"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:08:02Z","binding:vnic_type":"normal","device_id":"d96de017-c8d4-436c-b640-892a252f4da2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:08:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","ip_address":"10.55.0.4"}],"id":"4c71e3c6-ea2b-4861-98fb-2406bf054120","security_groups":[],"mac_address":"fa:16:3e:a5:d0:fd","project_id":"d88aebae8fc8480c886ca6c15882c4eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a6c72404-048c-4183-b058-f6941e733c61"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:08:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","ip_address":"10.55.0.3"}],"id":"51cae040-8438-4882-a1f5-8251afb6f15b","security_groups":[],"mac_address":"fa:16:3e:75:7e:3c","project_id":"d88aebae8fc8480c886ca6c15882c4eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a6c72404-048c-4183-b058-f6941e733c61"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","ip_address":"10.55.0.2"}],"id":"9d331938-13fd-48d7-8a1f-880fac23cf73","security_groups":[],"mac_address":"fa:16:3e:bd:23:aa","project_id":"d88aebae8fc8480c886ca6c15882c4eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a6c72404-048c-4183-b058-f6941e733c61"}]} 2019-01-20 13:08:15,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a6c72404-048c-4183-b058-f6941e733c61 used request id req-99d8381d-5e46-4ea3-b011-458db8cb744a 2019-01-20 13:08:15,524 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:08:15,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "31d0582f1e8c4309ac2d9c8f34e83285", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj-role"}], "expires_at": "2019-01-20T14:08:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d88aebae8fc8480c886ca6c15882c4eb", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-user", "id": "9050ca187d6d4ace9c6f6d10312c91f3"}, "audit_ids": ["qS96IglbS6C_EOUMOVUCxg"], "issued_at": "2019-01-20T13:08:15.000000Z"}} 2019-01-20 13:08:15,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1499ef4ed43b14c7e364c1df2fecf8f460a4e2e" 2019-01-20 13:08:16,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08: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-b9c04124-ed42-4d41-aaaf-775a346a90e2 x-compute-request-id: req-b9c04124-ed42-4d41-aaaf-775a346a90e2 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:10:d9", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "bookmark"}], "image": {"id": "4f22b539-10f6-4df0-b567-0b1ed57b1148", "links": [{"href": "http://172.30.9.22:8774/images/4f22b539-10f6-4df0-b567-0b1ed57b1148", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:08:11.000000", "flavor": {"id": "41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "links": [{"href": "http://172.30.9.22:8774/flavors/41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "rel": "bookmark"}]}, "id": "d96de017-c8d4-436c-b640-892a252f4da2", "security_groups": [{"name": "default"}], "user_id": "9050ca187d6d4ace9c6f6d10312c91f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:08:12Z", "hostId": "03cfbf525ada2df576380f5ce891fb00b519fcc81b525e9cb8e9c306", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst", "created": "2019-01-20T13:08:06Z", "tenant_id": "d88aebae8fc8480c886ca6c15882c4eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:08:16,792 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst used request id req-b9c04124-ed42-4d41-aaaf-775a346a90e2 2019-01-20 13:08:16,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:08:17,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "31d0582f1e8c4309ac2d9c8f34e83285", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj-role"}], "expires_at": "2019-01-20T14:08:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d88aebae8fc8480c886ca6c15882c4eb", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d88aebae8fc8480c886ca6c15882c4eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d88aebae8fc8480c886ca6c15882c4eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d88aebae8fc8480c886ca6c15882c4eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-user", "id": "9050ca187d6d4ace9c6f6d10312c91f3"}, "audit_ids": ["pRkPnC4LSjGWQq8AFc_vvA"], "issued_at": "2019-01-20T13:08:17.000000Z"}} 2019-01-20 13:08:17,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bc5d28aac1b72b427c44b89a9a30e5f3b0ada6a" 2019-01-20 13:08:17,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-21d4d2c1-9fe3-4581-b71e-84067fda5e1f Date: Sun, 20 Jan 2019 13:08: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":["0d7bff4a-27a4-42e8-be19-57eb17883ddf"],"updated_at":"2019-01-20T13:07:57Z","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"a6c72404-048c-4183-b058-f6941e733c61","name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net"}]} 2019-01-20 13:08:17,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net used request id req-21d4d2c1-9fe3-4581-b71e-84067fda5e1f 2019-01-20 13:08:17,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bc5d28aac1b72b427c44b89a9a30e5f3b0ada6a" 2019-01-20 13:08:17,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9cdb18ae-892e-4d23-8cd8-91946e90fb88 Date: Sun, 20 Jan 2019 13:08:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:57Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","subnetpool_id":null,"name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-subnet"}]} 2019-01-20 13:08:17,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 used request id req-9cdb18ae-892e-4d23-8cd8-91946e90fb88 2019-01-20 13:08:17,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a6c72404-048c-4183-b058-f6941e733c61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bc5d28aac1b72b427c44b89a9a30e5f3b0ada6a" 2019-01-20 13:08:17,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-3fb810e5-6df5-4462-b842-1792d6996256 Date: Sun, 20 Jan 2019 13:08:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:08:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","ip_address":"10.55.0.9"}],"id":"10ae9592-cbcb-45ab-94c0-b7a07a8af7dc","security_groups":["36fac0c8-7870-4cd6-a8db-03556bbe5c12"],"mac_address":"fa:16:3e:a2:10:d9","project_id":"d88aebae8fc8480c886ca6c15882c4eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-port","admin_state_up":true,"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:08:02Z","binding:vnic_type":"normal","device_id":"d96de017-c8d4-436c-b640-892a252f4da2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:08:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","ip_address":"10.55.0.4"}],"id":"4c71e3c6-ea2b-4861-98fb-2406bf054120","security_groups":[],"mac_address":"fa:16:3e:a5:d0:fd","project_id":"d88aebae8fc8480c886ca6c15882c4eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a6c72404-048c-4183-b058-f6941e733c61"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:08:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","ip_address":"10.55.0.3"}],"id":"51cae040-8438-4882-a1f5-8251afb6f15b","security_groups":[],"mac_address":"fa:16:3e:75:7e:3c","project_id":"d88aebae8fc8480c886ca6c15882c4eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a6c72404-048c-4183-b058-f6941e733c61"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","ip_address":"10.55.0.2"}],"id":"9d331938-13fd-48d7-8a1f-880fac23cf73","security_groups":[],"mac_address":"fa:16:3e:bd:23:aa","project_id":"d88aebae8fc8480c886ca6c15882c4eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a6c72404-048c-4183-b058-f6941e733c61"}]} 2019-01-20 13:08:17,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a6c72404-048c-4183-b058-f6941e733c61 used request id req-3fb810e5-6df5-4462-b842-1792d6996256 2019-01-20 13:08:17,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:18,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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,Accept-Encoding x-openstack-request-id: req-f8092eab-6d22-4e13-9f39-a471d09f1608 x-compute-request-id: req-f8092eab-6d22-4e13-9f39-a471d09f1608 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:10:d9", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "bookmark"}], "image": {"id": "4f22b539-10f6-4df0-b567-0b1ed57b1148", "links": [{"href": "http://172.30.9.22:8774/images/4f22b539-10f6-4df0-b567-0b1ed57b1148", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:08:11.000000", "flavor": {"id": "41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "links": [{"href": "http://172.30.9.22:8774/flavors/41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "rel": "bookmark"}]}, "id": "d96de017-c8d4-436c-b640-892a252f4da2", "security_groups": [{"name": "default"}], "user_id": "9050ca187d6d4ace9c6f6d10312c91f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:08:12Z", "hostId": "03cfbf525ada2df576380f5ce891fb00b519fcc81b525e9cb8e9c306", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst", "created": "2019-01-20T13:08:06Z", "tenant_id": "d88aebae8fc8480c886ca6c15882c4eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:08:18,492 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 used request id req-f8092eab-6d22-4e13-9f39-a471d09f1608 2019-01-20 13:08:18,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:18,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d9e856e7-c028-4d60-a7dd-6348acf00a22 Date: Sun, 20 Jan 2019 13:08: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":["0d7bff4a-27a4-42e8-be19-57eb17883ddf"],"updated_at":"2019-01-20T13:07:57Z","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"a6c72404-048c-4183-b058-f6941e733c61","name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net"}]} 2019-01-20 13:08:18,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net used request id req-d9e856e7-c028-4d60-a7dd-6348acf00a22 2019-01-20 13:08:18,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:18,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84942108-fd98-4406-9a69-2439b921369e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb"}, "enabled": true, "id": "d88aebae8fc8480c886ca6c15882c4eb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj"}} 2019-01-20 13:08:18,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb used request id req-84942108-fd98-4406-9a69-2439b921369e 2019-01-20 13:08:18,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:18,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d9b1f5b4-9ba6-4f90-8098-16a2775562c2 Date: Sun, 20 Jan 2019 13:08:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:57Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","subnetpool_id":null,"name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-subnet"}]} 2019-01-20 13:08:18,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 used request id req-d9b1f5b4-9ba6-4f90-8098-16a2775562c2 2019-01-20 13:08:18,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a6c72404-048c-4183-b058-f6941e733c61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:18,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-f9d6a076-d419-4883-8f67-66ca0e520fa3 Date: Sun, 20 Jan 2019 13:08:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:08:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","ip_address":"10.55.0.9"}],"id":"10ae9592-cbcb-45ab-94c0-b7a07a8af7dc","security_groups":["36fac0c8-7870-4cd6-a8db-03556bbe5c12"],"mac_address":"fa:16:3e:a2:10:d9","project_id":"d88aebae8fc8480c886ca6c15882c4eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-port","admin_state_up":true,"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:08:02Z","binding:vnic_type":"normal","device_id":"d96de017-c8d4-436c-b640-892a252f4da2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:08:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","ip_address":"10.55.0.4"}],"id":"4c71e3c6-ea2b-4861-98fb-2406bf054120","security_groups":[],"mac_address":"fa:16:3e:a5:d0:fd","project_id":"d88aebae8fc8480c886ca6c15882c4eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a6c72404-048c-4183-b058-f6941e733c61"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:08:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","ip_address":"10.55.0.3"}],"id":"51cae040-8438-4882-a1f5-8251afb6f15b","security_groups":[],"mac_address":"fa:16:3e:75:7e:3c","project_id":"d88aebae8fc8480c886ca6c15882c4eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a6c72404-048c-4183-b058-f6941e733c61"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","ip_address":"10.55.0.2"}],"id":"9d331938-13fd-48d7-8a1f-880fac23cf73","security_groups":[],"mac_address":"fa:16:3e:bd:23:aa","project_id":"d88aebae8fc8480c886ca6c15882c4eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a6c72404-048c-4183-b058-f6941e733c61"}]} 2019-01-20 13:08:18,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a6c72404-048c-4183-b058-f6941e733c61 used request id req-f9d6a076-d419-4883-8f67-66ca0e520fa3 2019-01-20 13:08:18,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:19,425 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-97829e71-388a-4f4e-9558-0aeaad1fa1fa x-compute-request-id: req-97829e71-388a-4f4e-9558-0aeaad1fa1fa Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:10:d9", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "bookmark"}], "image": {"id": "4f22b539-10f6-4df0-b567-0b1ed57b1148", "links": [{"href": "http://172.30.9.22:8774/images/4f22b539-10f6-4df0-b567-0b1ed57b1148", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:08:11.000000", "flavor": {"id": "41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "links": [{"href": "http://172.30.9.22:8774/flavors/41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "rel": "bookmark"}]}, "id": "d96de017-c8d4-436c-b640-892a252f4da2", "security_groups": [{"name": "default"}], "user_id": "9050ca187d6d4ace9c6f6d10312c91f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:08:12Z", "hostId": "03cfbf525ada2df576380f5ce891fb00b519fcc81b525e9cb8e9c306", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst", "created": "2019-01-20T13:08:06Z", "tenant_id": "d88aebae8fc8480c886ca6c15882c4eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:08:19,425 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 used request id req-97829e71-388a-4f4e-9558-0aeaad1fa1fa 2019-01-20 13:08:19,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:19,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-919f5968-b680-408f-ac29-72dbb72439e0 Date: Sun, 20 Jan 2019 13:08:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0d7bff4a-27a4-42e8-be19-57eb17883ddf"],"updated_at":"2019-01-20T13:07:57Z","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"a6c72404-048c-4183-b058-f6941e733c61","name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net"}]} 2019-01-20 13:08:19,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net used request id req-919f5968-b680-408f-ac29-72dbb72439e0 2019-01-20 13:08:19,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:19,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08b152c3-1a75-4e75-896e-84d86c19f130 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb"}, "enabled": true, "id": "d88aebae8fc8480c886ca6c15882c4eb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj"}} 2019-01-20 13:08:19,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb used request id req-08b152c3-1a75-4e75-896e-84d86c19f130 2019-01-20 13:08:19,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:19,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-47d2a5b4-4000-43ce-994f-bc49f63d20eb Date: Sun, 20 Jan 2019 13:08:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:57Z","dns_nameservers":[],"updated_at":"2019-01-20T13:07:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"d88aebae8fc8480c886ca6c15882c4eb","id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","subnetpool_id":null,"name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-subnet"}]} 2019-01-20 13:08:19,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a6c72404-048c-4183-b058-f6941e733c61 used request id req-47d2a5b4-4000-43ce-994f-bc49f63d20eb 2019-01-20 13:08:19,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a6c72404-048c-4183-b058-f6941e733c61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:19,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-b76245ec-d5c1-43d6-9603-7e833b255ffb Date: Sun, 20 Jan 2019 13:08:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:08:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","ip_address":"10.55.0.9"}],"id":"10ae9592-cbcb-45ab-94c0-b7a07a8af7dc","security_groups":["36fac0c8-7870-4cd6-a8db-03556bbe5c12"],"mac_address":"fa:16:3e:a2:10:d9","project_id":"d88aebae8fc8480c886ca6c15882c4eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-port","admin_state_up":true,"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:08:02Z","binding:vnic_type":"normal","device_id":"d96de017-c8d4-436c-b640-892a252f4da2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:08:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","ip_address":"10.55.0.4"}],"id":"4c71e3c6-ea2b-4861-98fb-2406bf054120","security_groups":[],"mac_address":"fa:16:3e:a5:d0:fd","project_id":"d88aebae8fc8480c886ca6c15882c4eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a6c72404-048c-4183-b058-f6941e733c61"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:08:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","ip_address":"10.55.0.3"}],"id":"51cae040-8438-4882-a1f5-8251afb6f15b","security_groups":[],"mac_address":"fa:16:3e:75:7e:3c","project_id":"d88aebae8fc8480c886ca6c15882c4eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a6c72404-048c-4183-b058-f6941e733c61"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:07:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0d7bff4a-27a4-42e8-be19-57eb17883ddf","ip_address":"10.55.0.2"}],"id":"9d331938-13fd-48d7-8a1f-880fac23cf73","security_groups":[],"mac_address":"fa:16:3e:bd:23:aa","project_id":"d88aebae8fc8480c886ca6c15882c4eb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a6c72404-048c-4183-b058-f6941e733c61","tenant_id":"d88aebae8fc8480c886ca6c15882c4eb","created_at":"2019-01-20T13:07:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a6c72404-048c-4183-b058-f6941e733c61"}]} 2019-01-20 13:08:19,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a6c72404-048c-4183-b058-f6941e733c61 used request id req-b76245ec-d5c1-43d6-9603-7e833b255ffb 2019-01-20 13:08:19,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1499ef4ed43b14c7e364c1df2fecf8f460a4e2e" 2019-01-20 13:08:19,876 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:08: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-0ca08ea1-68cc-4d86-9d63-92a4d9d3ef63 x-compute-request-id: req-0ca08ea1-68cc-4d86-9d63-92a4d9d3ef63 Content-Type: application/json 2019-01-20 13:08:19,876 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 used request id req-0ca08ea1-68cc-4d86-9d63-92a4d9d3ef63 2019-01-20 13:08:19,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:20,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08: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-d2d1b9d9-4334-489e-90a9-fadcc108de21 x-compute-request-id: req-d2d1b9d9-4334-489e-90a9-fadcc108de21 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:10:d9", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "bookmark"}], "image": {"id": "4f22b539-10f6-4df0-b567-0b1ed57b1148", "links": [{"href": "http://172.30.9.22:8774/images/4f22b539-10f6-4df0-b567-0b1ed57b1148", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:08:11.000000", "flavor": {"id": "41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "links": [{"href": "http://172.30.9.22:8774/flavors/41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "rel": "bookmark"}]}, "id": "d96de017-c8d4-436c-b640-892a252f4da2", "security_groups": [{"name": "default"}], "user_id": "9050ca187d6d4ace9c6f6d10312c91f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:08:19Z", "hostId": "03cfbf525ada2df576380f5ce891fb00b519fcc81b525e9cb8e9c306", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst", "created": "2019-01-20T13:08:06Z", "tenant_id": "d88aebae8fc8480c886ca6c15882c4eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:08:20,562 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 used request id req-d2d1b9d9-4334-489e-90a9-fadcc108de21 2019-01-20 13:08:20,563 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst] is - ACTIVE 2019-01-20 13:08:20,563 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:08:23,566 - create_instance - DEBUG - VM status query timeout in 296.309932947 2019-01-20 13:08:23,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:24,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-4fc448b4-03e7-42ce-bd85-d303822ed23a x-compute-request-id: req-4fc448b4-03e7-42ce-bd85-d303822ed23a Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:10:d9", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d96de017-c8d4-436c-b640-892a252f4da2", "rel": "bookmark"}], "image": {"id": "4f22b539-10f6-4df0-b567-0b1ed57b1148", "links": [{"href": "http://172.30.9.22:8774/images/4f22b539-10f6-4df0-b567-0b1ed57b1148", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:08:11.000000", "flavor": {"id": "41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "links": [{"href": "http://172.30.9.22:8774/flavors/41cd3f3b-1802-43e6-aa38-0a4c63f372c3", "rel": "bookmark"}]}, "id": "d96de017-c8d4-436c-b640-892a252f4da2", "security_groups": [{"name": "default"}], "user_id": "9050ca187d6d4ace9c6f6d10312c91f3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:08:19Z", "hostId": "03cfbf525ada2df576380f5ce891fb00b519fcc81b525e9cb8e9c306", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst", "created": "2019-01-20T13:08:06Z", "tenant_id": "d88aebae8fc8480c886ca6c15882c4eb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:08:24,106 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 used request id req-4fc448b4-03e7-42ce-bd85-d303822ed23a 2019-01-20 13:08:24,106 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst] is - ACTIVE 2019-01-20 13:08:24,106 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:08:27,109 - create_instance - DEBUG - VM status query timeout in 292.76690197 2019-01-20 13:08:27,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:27,155 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:08: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-12036a51-a8e5-4920-a08b-38507625e51f x-compute-request-id: req-12036a51-a8e5-4920-a08b-38507625e51f Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d96de017-c8d4-436c-b640-892a252f4da2 could not be found.", "code": 404}} 2019-01-20 13:08:27,155 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 used request id req-12036a51-a8e5-4920-a08b-38507625e51f 2019-01-20 13:08:27,155 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d96de017-c8d4-436c-b640-892a252f4da2 could not be found. (HTTP 404) (Request-ID: req-12036a51-a8e5-4920-a08b-38507625e51f) 2019-01-20 13:08:27,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1499ef4ed43b14c7e364c1df2fecf8f460a4e2e" 2019-01-20 13:08:27,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08: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-411ae9db-1d98-409e-bf5c-3fd32311a86c x-compute-request-id: req-411ae9db-1d98-409e-bf5c-3fd32311a86c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:08:27,239 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst used request id req-411ae9db-1d98-409e-bf5c-3fd32311a86c 2019-01-20 13:08:27,240 - create_instance - INFO - Deleting Port with ID - 10ae9592-cbcb-45ab-94c0-b7a07a8af7dc 2019-01-20 13:08:27,240 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-port 2019-01-20 13:08:27,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/10ae9592-cbcb-45ab-94c0-b7a07a8af7dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:27,848 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c8509b96-173f-4e1b-b8a8-ad286351e4cb Date: Sun, 20 Jan 2019 13:08:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:08:27,848 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/10ae9592-cbcb-45ab-94c0-b7a07a8af7dc used request id req-c8509b96-173f-4e1b-b8a8-ad286351e4cb 2019-01-20 13:08:27,848 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst 2019-01-20 13:08:27,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:27,897 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:08: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-a45d5571-3d42-4dc4-a45c-aedf578f9048 x-compute-request-id: req-a45d5571-3d42-4dc4-a45c-aedf578f9048 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d96de017-c8d4-436c-b640-892a252f4da2 could not be found.", "code": 404}} 2019-01-20 13:08:27,897 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 used request id req-a45d5571-3d42-4dc4-a45c-aedf578f9048 2019-01-20 13:08:27,897 - create_instance - WARNING - Instance already deleted - Instance d96de017-c8d4-436c-b640-892a252f4da2 could not be found. (HTTP 404) (Request-ID: req-a45d5571-3d42-4dc4-a45c-aedf578f9048) 2019-01-20 13:08:27,898 - create_instance - INFO - Checking deletion status 2019-01-20 13:08:27,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90434d6aa2b7d43bc9382d0dc9929f97c7a0e5a6" 2019-01-20 13:08:27,952 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:08: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-ae6e0004-ae30-4f14-a3d4-0759cb5fc168 x-compute-request-id: req-ae6e0004-ae30-4f14-a3d4-0759cb5fc168 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d96de017-c8d4-436c-b640-892a252f4da2 could not be found.", "code": 404}} 2019-01-20 13:08:27,952 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d96de017-c8d4-436c-b640-892a252f4da2 used request id req-ae6e0004-ae30-4f14-a3d4-0759cb5fc168 2019-01-20 13:08:27,952 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d96de017-c8d4-436c-b640-892a252f4da2 could not be found. (HTTP 404) (Request-ID: req-ae6e0004-ae30-4f14-a3d4-0759cb5fc168) 2019-01-20 13:08:27,952 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-inst 2019-01-20 13:08:27,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/41cd3f3b-1802-43e6-aa38-0a4c63f372c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50753076f1c1be3219b04f1bd3c27531e0ef4b3d" 2019-01-20 13:08:27,995 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:08: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-d03442cd-f061-4c86-80b0-7e35982bae08 x-compute-request-id: req-d03442cd-f061-4c86-80b0-7e35982bae08 Content-Length: 0 Content-Type: application/json 2019-01-20 13:08:27,995 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/41cd3f3b-1802-43e6-aa38-0a4c63f372c3 used request id req-d03442cd-f061-4c86-80b0-7e35982bae08 2019-01-20 13:08:27,996 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-subnet 2019-01-20 13:08:27,996 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-subnet 2019-01-20 13:08:28,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/0d7bff4a-27a4-42e8-be19-57eb17883ddf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7f877ad16d3ecab06fc005ae51150e285f2bc53" 2019-01-20 13:08:30,283 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ed3d486f-7b50-4605-9ca1-e73fc2a8b66d Date: Sun, 20 Jan 2019 13:08:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:08:30,283 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/0d7bff4a-27a4-42e8-be19-57eb17883ddf used request id req-ed3d486f-7b50-4605-9ca1-e73fc2a8b66d 2019-01-20 13:08:30,283 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-pub-net 2019-01-20 13:08:30,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/a6c72404-048c-4183-b058-f6941e733c61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7f877ad16d3ecab06fc005ae51150e285f2bc53" 2019-01-20 13:08:31,461 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-13c8adb1-9d79-45b1-959a-ad2a11649924 Date: Sun, 20 Jan 2019 13:08:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:08:31,461 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/a6c72404-048c-4183-b058-f6941e733c61 used request id req-13c8adb1-9d79-45b1-959a-ad2a11649924 2019-01-20 13:08:31,462 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-14ab3514-13e2-49d5-b300-58f30a8b26a9-image 2019-01-20 13:08:31,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/4f22b539-10f6-4df0-b567-0b1ed57b1148 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e31bdf7f870b75081a0628d0fa21eca93d4a29ce" 2019-01-20 13:08:32,575 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-21b00457-d561-4583-aede-2c6422deea12 Date: Sun, 20 Jan 2019 13:08:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:08:32,576 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/4f22b539-10f6-4df0-b567-0b1ed57b1148 used request id req-21b00457-d561-4583-aede-2c6422deea12 2019-01-20 13:08:32,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9acf863e1b00890ed63a01806474a549017d504d" 2019-01-20 13:08:32,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f64c50c7-66dd-4635-ab0e-a9bffdf2f298 Date: Sun, 20 Jan 2019 13:08:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d88aebae8fc8480c886ca6c15882c4eb", "created_at": "2019-01-20T13:07:56Z", "updated_at": "2019-01-20T13:07:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:07:56Z", "revision_number": 0, "id": "88d6aa3a-d5ef-4255-8f6d-73b7d3b713ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:07:56Z", "security_group_id": "36fac0c8-7870-4cd6-a8db-03556bbe5c12", "tenant_id": "d88aebae8fc8480c886ca6c15882c4eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "d88aebae8fc8480c886ca6c15882c4eb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:07:56Z", "revision_number": 0, "id": "a2860689-858c-488a-85ee-5e4aad27d492", "remote_group_id": "36fac0c8-7870-4cd6-a8db-03556bbe5c12", "remote_ip_prefix": null, "created_at": "2019-01-20T13:07:56Z", "security_group_id": "36fac0c8-7870-4cd6-a8db-03556bbe5c12", "tenant_id": "d88aebae8fc8480c886ca6c15882c4eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "d88aebae8fc8480c886ca6c15882c4eb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:07:56Z", "revision_number": 0, "id": "bed85330-b97c-460e-afad-52351e8753d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:07:56Z", "security_group_id": "36fac0c8-7870-4cd6-a8db-03556bbe5c12", "tenant_id": "d88aebae8fc8480c886ca6c15882c4eb", "port_range_min": null, "ethertype": "IPv6", "project_id": "d88aebae8fc8480c886ca6c15882c4eb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:07:56Z", "revision_number": 0, "id": "c38800ab-3fc4-4bdb-8238-e2a8d4c2dc7f", "remote_group_id": "36fac0c8-7870-4cd6-a8db-03556bbe5c12", "remote_ip_prefix": null, "created_at": "2019-01-20T13:07:56Z", "security_group_id": "36fac0c8-7870-4cd6-a8db-03556bbe5c12", "tenant_id": "d88aebae8fc8480c886ca6c15882c4eb", "port_range_min": null, "ethertype": "IPv4", "project_id": "d88aebae8fc8480c886ca6c15882c4eb"}], "revision_number": 4, "project_id": "d88aebae8fc8480c886ca6c15882c4eb", "id": "36fac0c8-7870-4cd6-a8db-03556bbe5c12", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:08:32,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-f64c50c7-66dd-4635-ab0e-a9bffdf2f298 2019-01-20 13:08:32,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9acf863e1b00890ed63a01806474a549017d504d" 2019-01-20 13:08:32,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f076437-ed39-4a43-b411-0cbcb89710be 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:08:32,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-9f076437-ed39-4a43-b411-0cbcb89710be 2019-01-20 13:08:32,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9acf863e1b00890ed63a01806474a549017d504d" 2019-01-20 13:08:32,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97fa1c2d-e9c2-4944-9f1f-22fbd522b785 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:08:32,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-97fa1c2d-e9c2-4944-9f1f-22fbd522b785 2019-01-20 13:08:33,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9acf863e1b00890ed63a01806474a549017d504d" 2019-01-20 13:08:33,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffca6e48-511f-46be-bd6c-44a7f7f43f26 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb"}, "enabled": true, "id": "d88aebae8fc8480c886ca6c15882c4eb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-0afa9556-9acc-47d-proj"}} 2019-01-20 13:08:33,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb used request id req-ffca6e48-511f-46be-bd6c-44a7f7f43f26 2019-01-20 13:08:33,091 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 36fac0c8-7870-4cd6-a8db-03556bbe5c12 2019-01-20 13:08:33,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=36fac0c8-7870-4cd6-a8db-03556bbe5c12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9acf863e1b00890ed63a01806474a549017d504d" 2019-01-20 13:08:33,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9034840a-41ac-467a-b0bc-f7915e2467d6 Date: Sun, 20 Jan 2019 13:08: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": "2019-01-20T13:07:56Z", "security_group_id": "36fac0c8-7870-4cd6-a8db-03556bbe5c12", "port_range_min": null, "revision_number": 0, "tenant_id": "d88aebae8fc8480c886ca6c15882c4eb", "created_at": "2019-01-20T13:07:56Z", "project_id": "d88aebae8fc8480c886ca6c15882c4eb", "id": "88d6aa3a-d5ef-4255-8f6d-73b7d3b713ad"}, {"remote_group_id": "36fac0c8-7870-4cd6-a8db-03556bbe5c12", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:07:56Z", "security_group_id": "36fac0c8-7870-4cd6-a8db-03556bbe5c12", "port_range_min": null, "revision_number": 0, "tenant_id": "d88aebae8fc8480c886ca6c15882c4eb", "created_at": "2019-01-20T13:07:56Z", "project_id": "d88aebae8fc8480c886ca6c15882c4eb", "id": "a2860689-858c-488a-85ee-5e4aad27d492"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:07:56Z", "security_group_id": "36fac0c8-7870-4cd6-a8db-03556bbe5c12", "port_range_min": null, "revision_number": 0, "tenant_id": "d88aebae8fc8480c886ca6c15882c4eb", "created_at": "2019-01-20T13:07:56Z", "project_id": "d88aebae8fc8480c886ca6c15882c4eb", "id": "bed85330-b97c-460e-afad-52351e8753d6"}, {"remote_group_id": "36fac0c8-7870-4cd6-a8db-03556bbe5c12", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:07:56Z", "security_group_id": "36fac0c8-7870-4cd6-a8db-03556bbe5c12", "port_range_min": null, "revision_number": 0, "tenant_id": "d88aebae8fc8480c886ca6c15882c4eb", "created_at": "2019-01-20T13:07:56Z", "project_id": "d88aebae8fc8480c886ca6c15882c4eb", "id": "c38800ab-3fc4-4bdb-8238-e2a8d4c2dc7f"}]} 2019-01-20 13:08:33,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=36fac0c8-7870-4cd6-a8db-03556bbe5c12 used request id req-9034840a-41ac-467a-b0bc-f7915e2467d6 2019-01-20 13:08:33,265 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:08:33,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/36fac0c8-7870-4cd6-a8db-03556bbe5c12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9acf863e1b00890ed63a01806474a549017d504d" 2019-01-20 13:08:33,645 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b91f67ea-2ac4-4ea0-bfab-077be5dd3cdc Content-Length: 0 Date: Sun, 20 Jan 2019 13:08:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:08:33,645 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/36fac0c8-7870-4cd6-a8db-03556bbe5c12 used request id req-b91f67ea-2ac4-4ea0-bfab-077be5dd3cdc 2019-01-20 13:08:33,646 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-0afa9556-9acc-47d-proj 2019-01-20 13:08:33,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9acf863e1b00890ed63a01806474a549017d504d" 2019-01-20 13:08:33,871 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:08:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95484228-d4ff-4e6c-93f4-555e64e047af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:08:33,871 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/d88aebae8fc8480c886ca6c15882c4eb used request id req-95484228-d4ff-4e6c-93f4-555e64e047af 2019-01-20 13:08:33,872 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-0afa9556-9acc-47d-proj-role 2019-01-20 13:08:33,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/31d0582f1e8c4309ac2d9c8f34e83285 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9acf863e1b00890ed63a01806474a549017d504d" 2019-01-20 13:08:33,975 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:08:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-113a3ec2-3b1e-4109-9b2f-6eff7c2a197a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:08:33,975 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/31d0582f1e8c4309ac2d9c8f34e83285 used request id req-113a3ec2-3b1e-4109-9b2f-6eff7c2a197a 2019-01-20 13:08:33,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9acf863e1b00890ed63a01806474a549017d504d" 2019-01-20 13:08:34,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e59c1f2c-dcee-4f7e-88cf-d60d65d69a0a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:08:34,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e59c1f2c-dcee-4f7e-88cf-d60d65d69a0a 2019-01-20 13:08:34,069 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-0afa9556-9acc-47d-user 2019-01-20 13:08:34,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/9050ca187d6d4ace9c6f6d10312c91f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bac108d2544140277e1ddb6f8eba48e75878228" 2019-01-20 13:08:34,299 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:08:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19e122dd-9970-4473-ad08-56add007d5f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:08:34,299 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/9050ca187d6d4ace9c6f6d10312c91f3 used request id req-19e122dd-9970-4473-ad08-56add007d5f5 2019-01-20 13:08:34,300 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:08:34,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:08:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["_0nVTn5PRiWnCKX13ImM9Q"], "issued_at": "2019-01-20T13:08:34.000000Z"}} 2019-01-20 13:08:34,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d450505e55623fba39fdcce2fa47f7b92f9b8e15" 2019-01-20 13:08:34,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ef7a33e-27f4-447e-a4f4-fc1e3153d5ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:08:34,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1ef7a33e-27f4-447e-a4f4-fc1e3153d5ac 2019-01-20 13:08:34,760 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:08:34,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:08:35,146 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:08:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["B3QsgBs7Q-C_croF07ouag"], "issued_at": "2019-01-20T13:08:35.000000Z"}} 2019-01-20 13:08:35,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a982f27019ccdd0616c56d142babc07c959c68" 2019-01-20 13:08:35,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c97d7201-84d2-4065-846a-3629f994e3a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:08:35,240 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c97d7201-84d2-4065-846a-3629f994e3a4 2019-01-20 13:08:35,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:08:35,250 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:08: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:08:35,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a982f27019ccdd0616c56d142babc07c959c68" 2019-01-20 13:08:35,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3a49541-74ad-408d-b281-1d3aff3c49b8 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:08:35,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj used request id req-c3a49541-74ad-408d-b281-1d3aff3c49b8 2019-01-20 13:08:35,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a982f27019ccdd0616c56d142babc07c959c68" 2019-01-20 13:08:35,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba1ec4cf-8201-428b-a2c0-5fc48e843a92 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:08:35,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-ba1ec4cf-8201-428b-a2c0-5fc48e843a92 2019-01-20 13:08:35,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a982f27019ccdd0616c56d142babc07c959c68" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj"}}' 2019-01-20 13:08:35,568 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:08:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f4a7c3f-12c8-49a0-b4c3-0f2c73aa0bd5 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1"}, "enabled": true, "id": "8cd87abbdb874172b4d3935f81276ad1", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj"}} 2019-01-20 13:08:35,568 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-5f4a7c3f-12c8-49a0-b4c3-0f2c73aa0bd5 2019-01-20 13:08:35,569 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj 2019-01-20 13:08:35,569 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:08:35,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:08:35,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:08:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["-7Pe2lSES2qORZzQvRagug"], "issued_at": "2019-01-20T13:08:35.000000Z"}} 2019-01-20 13:08:35,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92ed58c058a6856070bf4844fb33e8989b2c8322" 2019-01-20 13:08:36,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7027ba0f-e697-4b5a-a90a-be81f10ae4a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:08:36,032 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7027ba0f-e697-4b5a-a90a-be81f10ae4a8 2019-01-20 13:08:36,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:08:36,042 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:08:36,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92ed58c058a6856070bf4844fb33e8989b2c8322" 2019-01-20 13:08:36,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de12cfde-dc5d-4767-bf0a-546a90279225 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:08:36,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-de12cfde-dc5d-4767-bf0a-546a90279225 2019-01-20 13:08:36,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92ed58c058a6856070bf4844fb33e8989b2c8322" 2019-01-20 13:08:36,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8de5aedf-2b7f-4c0a-bfc1-547fa9d4bcc8 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1"}, "enabled": true, "id": "8cd87abbdb874172b4d3935f81276ad1", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj"}]} 2019-01-20 13:08:36,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj used request id req-8de5aedf-2b7f-4c0a-bfc1-547fa9d4bcc8 2019-01-20 13:08:36,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92ed58c058a6856070bf4844fb33e8989b2c8322" 2019-01-20 13:08:36,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2076efe4-d9bd-41e6-9528-f8931b699782 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:08:36,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-2076efe4-d9bd-41e6-9528-f8931b699782 2019-01-20 13:08:36,634 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-bcf51473-52a6-4ac-user 2019-01-20 13:08:36,635 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:08:36,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a982f27019ccdd0616c56d142babc07c959c68" 2019-01-20 13:08:36,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dec679b6-bdc6-4a70-a787-841ff37c2d76 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:08:36,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-dec679b6-bdc6-4a70-a787-841ff37c2d76 2019-01-20 13:08:36,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a982f27019ccdd0616c56d142babc07c959c68" -d '{"role": {"name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj-role"}}' 2019-01-20 13:08:36,922 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:08:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b095edc1-524b-4756-96e9-378895fedd4f Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b959c6def6864d0f91807e22d1c96332", "links": {"self": "http://172.30.9.22:5000/v3/roles/b959c6def6864d0f91807e22d1c96332"}, "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj-role"}} 2019-01-20 13:08:36,923 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-b095edc1-524b-4756-96e9-378895fedd4f 2019-01-20 13:08:36,923 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj-role 2019-01-20 13:08:36,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/b959c6def6864d0f91807e22d1c96332 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a982f27019ccdd0616c56d142babc07c959c68" 2019-01-20 13:08:37,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-711d34c4-8725-411f-902c-d256cc02b9d4 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/b959c6def6864d0f91807e22d1c96332"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj-role", "id": "b959c6def6864d0f91807e22d1c96332"}} 2019-01-20 13:08:37,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/b959c6def6864d0f91807e22d1c96332 used request id req-711d34c4-8725-411f-902c-d256cc02b9d4 2019-01-20 13:08:37,019 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj-role to project CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj 2019-01-20 13:08:37,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1/users/10e8255562b24ae78c28a74c0ace9366/roles/b959c6def6864d0f91807e22d1c96332 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a982f27019ccdd0616c56d142babc07c959c68" 2019-01-20 13:08:37,146 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:08:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8db5473-b1b5-45bd-8f01-0969da62d637 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:08:37,146 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1/users/10e8255562b24ae78c28a74c0ace9366/roles/b959c6def6864d0f91807e22d1c96332 used request id req-d8db5473-b1b5-45bd-8f01-0969da62d637 2019-01-20 13:08:37,147 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:08:37,147 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:08:37,148 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:08:37,604 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b959c6def6864d0f91807e22d1c96332", "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj-role"}], "expires_at": "2019-01-20T14:08:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8cd87abbdb874172b4d3935f81276ad1", "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/8cd87abbdb874172b4d3935f81276ad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/8cd87abbdb874172b4d3935f81276ad1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/8cd87abbdb874172b4d3935f81276ad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8cd87abbdb874172b4d3935f81276ad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/8cd87abbdb874172b4d3935f81276ad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/8cd87abbdb874172b4d3935f81276ad1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-user", "id": "10e8255562b24ae78c28a74c0ace9366"}, "audit_ids": ["jIQ6R93iRoett53pDPk3aA"], "issued_at": "2019-01-20T13:08:37.000000Z"}} 2019-01-20 13:08:37,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e35ca23ba99d2b32bc0f6ce192a1d47a58b3247f" 2019-01-20 13:08:37,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f796abf1-6385-48bb-8983-cb4d3acf7750 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:08:37,688 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f796abf1-6385-48bb-8983-cb4d3acf7750 2019-01-20 13:08:37,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e35ca23ba99d2b32bc0f6ce192a1d47a58b3247f" 2019-01-20 13:08:37,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-d88bd1b3-dd6f-44e3-888c-05a1e8046b10 Date: Sun, 20 Jan 2019 13:08:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-image"} 2019-01-20 13:08:37,872 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-image used request id req-d88bd1b3-dd6f-44e3-888c-05a1e8046b10 2019-01-20 13:08:37,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e35ca23ba99d2b32bc0f6ce192a1d47a58b3247f" 2019-01-20 13:08:38,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b6090f4f-3ed3-40ab-882c-20c4a090dfb3 Date: Sun, 20 Jan 2019 13:08:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 13:08:38,032 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-b6090f4f-3ed3-40ab-882c-20c4a090dfb3 2019-01-20 13:08:38,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e35ca23ba99d2b32bc0f6ce192a1d47a58b3247f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-image"}' 2019-01-20 13:08:38,279 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/98a3000f-b48a-4aee-a59f-b440f4ddded8 X-Openstack-Request-Id: req-166da63a-8191-405f-bb49-e0b70c8cd5d1 Date: Sun, 20 Jan 2019 13:08:38 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:08:38Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:08:38Z", "visibility": "shared", "locations": [], "self": "/v2/images/98a3000f-b48a-4aee-a59f-b440f4ddded8", "min_disk": 0, "protected": false, "id": "98a3000f-b48a-4aee-a59f-b440f4ddded8", "file": "/v2/images/98a3000f-b48a-4aee-a59f-b440f4ddded8/file", "checksum": null, "owner": "8cd87abbdb874172b4d3935f81276ad1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:08:38,279 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-166da63a-8191-405f-bb49-e0b70c8cd5d1 2019-01-20 13:08:38,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/98a3000f-b48a-4aee-a59f-b440f4ddded8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e35ca23ba99d2b32bc0f6ce192a1d47a58b3247f" -d '' 2019-01-20 13:08:39,482 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-03c38ace-330e-4960-8f46-dfb039e93f13 Date: Sun, 20 Jan 2019 13:08:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:08:39,483 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/98a3000f-b48a-4aee-a59f-b440f4ddded8/file used request id req-03c38ace-330e-4960-8f46-dfb039e93f13 2019-01-20 13:08:39,483 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:08:39,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/98a3000f-b48a-4aee-a59f-b440f4ddded8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e35ca23ba99d2b32bc0f6ce192a1d47a58b3247f" 2019-01-20 13:08:39,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-d07626fb-3199-48b3-acdb-a2c44dd1c9ec Date: Sun, 20 Jan 2019 13:08:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:08:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:08:39Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/98a3000f-b48a-4aee-a59f-b440f4ddded8/snap", "metadata": {}}], "self": "/v2/images/98a3000f-b48a-4aee-a59f-b440f4ddded8", "min_disk": 0, "protected": false, "id": "98a3000f-b48a-4aee-a59f-b440f4ddded8", "file": "/v2/images/98a3000f-b48a-4aee-a59f-b440f4ddded8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8cd87abbdb874172b4d3935f81276ad1", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/98a3000f-b48a-4aee-a59f-b440f4ddded8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:08:39,507 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/98a3000f-b48a-4aee-a59f-b440f4ddded8 used request id req-d07626fb-3199-48b3-acdb-a2c44dd1c9ec 2019-01-20 13:08:39,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e35ca23ba99d2b32bc0f6ce192a1d47a58b3247f" 2019-01-20 13:08:39,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d308fccb-3bde-4d2f-8c61-48b409acee67 Date: Sun, 20 Jan 2019 13:08:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 13:08:39,661 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-d308fccb-3bde-4d2f-8c61-48b409acee67 2019-01-20 13:08:39,664 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-image 2019-01-20 13:08:39,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/98a3000f-b48a-4aee-a59f-b440f4ddded8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e35ca23ba99d2b32bc0f6ce192a1d47a58b3247f" 2019-01-20 13:08:39,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-8274dcb7-17e2-47e6-a095-b28cd095219a Date: Sun, 20 Jan 2019 13:08:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:08:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:08:39Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/98a3000f-b48a-4aee-a59f-b440f4ddded8/snap", "metadata": {}}], "self": "/v2/images/98a3000f-b48a-4aee-a59f-b440f4ddded8", "min_disk": 0, "protected": false, "id": "98a3000f-b48a-4aee-a59f-b440f4ddded8", "file": "/v2/images/98a3000f-b48a-4aee-a59f-b440f4ddded8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8cd87abbdb874172b4d3935f81276ad1", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/98a3000f-b48a-4aee-a59f-b440f4ddded8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:08:39,835 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/98a3000f-b48a-4aee-a59f-b440f4ddded8 used request id req-8274dcb7-17e2-47e6-a095-b28cd095219a 2019-01-20 13:08:39,836 - create_image - DEBUG - Instance status is - active 2019-01-20 13:08:39,836 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-image 2019-01-20 13:08:39,836 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-image 2019-01-20 13:08:39,836 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:08:39,837 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:08:40,205 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b959c6def6864d0f91807e22d1c96332", "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj-role"}], "expires_at": "2019-01-20T14:08:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8cd87abbdb874172b4d3935f81276ad1", "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/8cd87abbdb874172b4d3935f81276ad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/8cd87abbdb874172b4d3935f81276ad1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/8cd87abbdb874172b4d3935f81276ad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8cd87abbdb874172b4d3935f81276ad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/8cd87abbdb874172b4d3935f81276ad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/8cd87abbdb874172b4d3935f81276ad1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-user", "id": "10e8255562b24ae78c28a74c0ace9366"}, "audit_ids": ["qvWsvoBiSquJKnLjUKr1-g"], "issued_at": "2019-01-20T13:08:40.000000Z"}} 2019-01-20 13:08:40,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd4a9ee2809f819a74cfe2b4f1b849ca7837" 2019-01-20 13:08:40,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7d19ddf-1961-4a12-8771-eb64d5ba7790 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:08:40,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b7d19ddf-1961-4a12-8771-eb64d5ba7790 2019-01-20 13:08:40,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd4a9ee2809f819a74cfe2b4f1b849ca7837" 2019-01-20 13:08:40,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4ef7a03d-e501-434c-b704-912368a8b14c Date: Sun, 20 Jan 2019 13:08:40 GMT RESP BODY: {"networks":[]} 2019-01-20 13:08:40,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net used request id req-4ef7a03d-e501-434c-b704-912368a8b14c 2019-01-20 13:08:40,467 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net 2019-01-20 13:08:40,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd4a9ee2809f819a74cfe2b4f1b849ca7837" -d '{"network": {"name": "CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net", "admin_state_up": true}}' 2019-01-20 13:08:40,986 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-5a8457df-6d0f-4eba-8a48-768cf82d63df Date: Sun, 20 Jan 2019 13:08:40 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8cd87abbdb874172b4d3935f81276ad1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:08:40Z","is_default":false,"name":"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:40Z","mtu":1450}} 2019-01-20 13:08:40,986 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-5a8457df-6d0f-4eba-8a48-768cf82d63df 2019-01-20 13:08:40,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd4a9ee2809f819a74cfe2b4f1b849ca7837" 2019-01-20 13:08:41,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-5da67cc1-5325-4537-85f7-8fd8781e0ece Date: Sun, 20 Jan 2019 13:08:41 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":"2019-01-20T13:08:40Z","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8cd87abbdb874172b4d3935f81276ad1","id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","name":"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net"}]} 2019-01-20 13:08:41,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 used request id req-5da67cc1-5325-4537-85f7-8fd8781e0ece 2019-01-20 13:08:41,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd4a9ee2809f819a74cfe2b4f1b849ca7837" 2019-01-20 13:08:41,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f537df76-1f02-42bd-8d37-94eba0cd8099 Date: Sun, 20 Jan 2019 13:08:41 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:08:41,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 used request id req-f537df76-1f02-42bd-8d37-94eba0cd8099 2019-01-20 13:08:41,414 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-subnet 2019-01-20 13:08:41,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd4a9ee2809f819a74cfe2b4f1b849ca7837" -d '{"subnets": [{"ip_version": 4, "network_id": "e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-subnet"}]}' 2019-01-20 13:08:41,908 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7b147f6d-ed73-47d8-b3ac-bf10c24bbaa5 Date: Sun, 20 Jan 2019 13:08:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:41Z","dns_nameservers":[],"updated_at":"2019-01-20T13:08:41Z","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":"8cd87abbdb874172b4d3935f81276ad1","id":"5c821318-ae49-4699-bdcf-1e539ed3176f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-subnet"}]} 2019-01-20 13:08:41,908 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-7b147f6d-ed73-47d8-b3ac-bf10c24bbaa5 2019-01-20 13:08:41,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd4a9ee2809f819a74cfe2b4f1b849ca7837" 2019-01-20 13:08:42,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-cf9997a2-5b5f-489f-8de3-3789740faafe Date: Sun, 20 Jan 2019 13:08: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":["5c821318-ae49-4699-bdcf-1e539ed3176f"],"updated_at":"2019-01-20T13:08:41Z","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8cd87abbdb874172b4d3935f81276ad1","id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","name":"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net"}]} 2019-01-20 13:08:42,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 used request id req-cf9997a2-5b5f-489f-8de3-3789740faafe 2019-01-20 13:08:42,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd4a9ee2809f819a74cfe2b4f1b849ca7837" 2019-01-20 13:08:42,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-011b642d-dc02-4a63-aec9-191afb5feab8 Date: Sun, 20 Jan 2019 13:08:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:41Z","dns_nameservers":[],"updated_at":"2019-01-20T13:08:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8cd87abbdb874172b4d3935f81276ad1","id":"5c821318-ae49-4699-bdcf-1e539ed3176f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-subnet"}]} 2019-01-20 13:08:42,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 used request id req-011b642d-dc02-4a63-aec9-191afb5feab8 2019-01-20 13:08:42,401 - OpenStackNetwork - DEBUG - Network [e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93] created successfully 2019-01-20 13:08:42,401 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:08:42,402 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:08:42,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:08:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["EHHypsabTLqjO5ALrcvnvw"], "issued_at": "2019-01-20T13:08:42.000000Z"}} 2019-01-20 13:08:42,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ba1c0e6fe9e9a8033e4955da093bb5506b92d77" 2019-01-20 13:08:42,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a60e5db-856e-4818-bfc6-86d9916f9a64 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:08:42,873 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4a60e5db-856e-4818-bfc6-86d9916f9a64 2019-01-20 13:08:42,875 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:08:42,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ba1c0e6fe9e9a8033e4955da093bb5506b92d77" 2019-01-20 13:08:43,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a2affe50-8ab9-4e7d-8ad3-431d3c19fc68 x-compute-request-id: req-a2affe50-8ab9-4e7d-8ad3-431d3c19fc68 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:08:43,059 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-a2affe50-8ab9-4e7d-8ad3-431d3c19fc68 2019-01-20 13:08:43,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ba1c0e6fe9e9a8033e4955da093bb5506b92d77" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:08:43,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-a2caa719-cac2-4399-90d2-a019295986a4 x-compute-request-id: req-a2caa719-cac2-4399-90d2-a019295986a4 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/fd2549f2-16a0-4297-a653-450990a29a5a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/fd2549f2-16a0-4297-a653-450990a29a5a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "fd2549f2-16a0-4297-a653-450990a29a5a", "name": "CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:08:43,132 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-a2caa719-cac2-4399-90d2-a019295986a4 2019-01-20 13:08:43,133 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:08:43,134 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:08:43,559 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b959c6def6864d0f91807e22d1c96332", "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj-role"}], "expires_at": "2019-01-20T14:08:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8cd87abbdb874172b4d3935f81276ad1", "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/8cd87abbdb874172b4d3935f81276ad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/8cd87abbdb874172b4d3935f81276ad1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/8cd87abbdb874172b4d3935f81276ad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8cd87abbdb874172b4d3935f81276ad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/8cd87abbdb874172b4d3935f81276ad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/8cd87abbdb874172b4d3935f81276ad1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-user", "id": "10e8255562b24ae78c28a74c0ace9366"}, "audit_ids": ["_wleQimFSwqi3jXI6rdG-g"], "issued_at": "2019-01-20T13:08:43.000000Z"}} 2019-01-20 13:08:43,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:43,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe4c6e6a-c166-4140-8f6b-3c84ef25ba59 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:08:43,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fe4c6e6a-c166-4140-8f6b-3c84ef25ba59 2019-01-20 13:08:43,642 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:08:43,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:43,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b442385d-b306-4e0e-8036-516195974c8b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:08:43,715 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b442385d-b306-4e0e-8036-516195974c8b 2019-01-20 13:08:43,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:43,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f1478b1a-4c4a-4442-8ae4-7f236248a49c Date: Sun, 20 Jan 2019 13:08: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":["5c821318-ae49-4699-bdcf-1e539ed3176f"],"updated_at":"2019-01-20T13:08:41Z","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8cd87abbdb874172b4d3935f81276ad1","id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","name":"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net"}]} 2019-01-20 13:08:43,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net used request id req-f1478b1a-4c4a-4442-8ae4-7f236248a49c 2019-01-20 13:08:43,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:08:43,986 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:08: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:08:43,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:44,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6562bc40-652b-4c65-a20b-a1767e9a1d87 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1"}, "enabled": true, "id": "8cd87abbdb874172b4d3935f81276ad1", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj"}} 2019-01-20 13:08:44,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1 used request id req-6562bc40-652b-4c65-a20b-a1767e9a1d87 2019-01-20 13:08:44,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:44,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-51172c8c-07f3-4f0c-9a4b-44a1b5ca3a0e Date: Sun, 20 Jan 2019 13:08:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:41Z","dns_nameservers":[],"updated_at":"2019-01-20T13:08:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8cd87abbdb874172b4d3935f81276ad1","id":"5c821318-ae49-4699-bdcf-1e539ed3176f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-subnet"}]} 2019-01-20 13:08:44,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 used request id req-51172c8c-07f3-4f0c-9a4b-44a1b5ca3a0e 2019-01-20 13:08:44,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93&name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:44,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-de5fdf1f-7f44-4bc6-a70e-cd5e34b358d5 Date: Sun, 20 Jan 2019 13:08:44 GMT RESP BODY: {"ports":[]} 2019-01-20 13:08:44,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93&name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92port-1&admin_state_up=True used request id req-de5fdf1f-7f44-4bc6-a70e-cd5e34b358d5 2019-01-20 13:08:44,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:44,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e5fc2cc6-8ca4-4806-b2f6-3fdbd49a2e54 x-compute-request-id: req-e5fc2cc6-8ca4-4806-b2f6-3fdbd49a2e54 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:08:44,679 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-inst used request id req-e5fc2cc6-8ca4-4806-b2f6-3fdbd49a2e54 2019-01-20 13:08:44,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:44,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-d746d9db-f253-4214-8644-46c0049678e5 Date: Sun, 20 Jan 2019 13:08:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c821318-ae49-4699-bdcf-1e539ed3176f"],"updated_at":"2019-01-20T13:08:41Z","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8cd87abbdb874172b4d3935f81276ad1","id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","name":"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net"}]} 2019-01-20 13:08:44,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net used request id req-d746d9db-f253-4214-8644-46c0049678e5 2019-01-20 13:08:44,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:44,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0dac5fb-e1c6-4032-b610-33f2ff263b49 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1"}, "enabled": true, "id": "8cd87abbdb874172b4d3935f81276ad1", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj"}} 2019-01-20 13:08:44,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1 used request id req-c0dac5fb-e1c6-4032-b610-33f2ff263b49 2019-01-20 13:08:44,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:45,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e6c63f38-cc73-4056-b01d-9f0bdc79cd25 Date: Sun, 20 Jan 2019 13:08:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:41Z","dns_nameservers":[],"updated_at":"2019-01-20T13:08:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8cd87abbdb874172b4d3935f81276ad1","id":"5c821318-ae49-4699-bdcf-1e539ed3176f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-subnet"}]} 2019-01-20 13:08:45,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 used request id req-e6c63f38-cc73-4056-b01d-9f0bdc79cd25 2019-01-20 13:08:45,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93&name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:45,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d47ab8bd-ffe1-494a-b35a-a53fa36e56c8 Date: Sun, 20 Jan 2019 13:08:45 GMT RESP BODY: {"ports":[]} 2019-01-20 13:08:45,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93&name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92port-1&admin_state_up=True used request id req-d47ab8bd-ffe1-494a-b35a-a53fa36e56c8 2019-01-20 13:08:45,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:08:45,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:08:45,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b959c6def6864d0f91807e22d1c96332", "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj-role"}], "expires_at": "2019-01-20T14:08:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8cd87abbdb874172b4d3935f81276ad1", "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/8cd87abbdb874172b4d3935f81276ad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/8cd87abbdb874172b4d3935f81276ad1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/8cd87abbdb874172b4d3935f81276ad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/8cd87abbdb874172b4d3935f81276ad1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8cd87abbdb874172b4d3935f81276ad1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/8cd87abbdb874172b4d3935f81276ad1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/8cd87abbdb874172b4d3935f81276ad1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-user", "id": "10e8255562b24ae78c28a74c0ace9366"}, "audit_ids": ["crAkGOaBSlSiZNprHjDh4Q"], "issued_at": "2019-01-20T13:08:45.000000Z"}} 2019-01-20 13:08:45,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3f2750b0ab0f8acefe798bd0dd5b33a66a7b431" 2019-01-20 13:08:45,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-428cef85-e59d-4bcd-847b-4e3e0ffb4a61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:08:45,709 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-428cef85-e59d-4bcd-847b-4e3e0ffb4a61 2019-01-20 13:08:45,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:45,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f48eeea8-796d-44eb-8522-a68bd0f7e1aa Date: Sun, 20 Jan 2019 13:08:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5c821318-ae49-4699-bdcf-1e539ed3176f"],"updated_at":"2019-01-20T13:08:41Z","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8cd87abbdb874172b4d3935f81276ad1","id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","name":"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net"}]} 2019-01-20 13:08:45,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net used request id req-f48eeea8-796d-44eb-8522-a68bd0f7e1aa 2019-01-20 13:08:45,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:46,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ce94d0e2-72b2-4750-8261-fd3472a27888 Date: Sun, 20 Jan 2019 13:08:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:41Z","dns_nameservers":[],"updated_at":"2019-01-20T13:08:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8cd87abbdb874172b4d3935f81276ad1","id":"5c821318-ae49-4699-bdcf-1e539ed3176f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-subnet"}]} 2019-01-20 13:08:46,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 used request id req-ce94d0e2-72b2-4750-8261-fd3472a27888 2019-01-20 13:08:46,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:46,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e6872d78-7771-4096-a46e-6d7460e56521 Date: Sun, 20 Jan 2019 13:08: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":["5c821318-ae49-4699-bdcf-1e539ed3176f"],"updated_at":"2019-01-20T13:08:41Z","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8cd87abbdb874172b4d3935f81276ad1","id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","name":"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net"}]} 2019-01-20 13:08:46,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net used request id req-e6872d78-7771-4096-a46e-6d7460e56521 2019-01-20 13:08:46,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:08:46,432 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:08: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:08:46,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3f2750b0ab0f8acefe798bd0dd5b33a66a7b431" 2019-01-20 13:08:46,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64647178-c793-4979-91e2-5c99f56cdc48 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1"}, "enabled": true, "id": "8cd87abbdb874172b4d3935f81276ad1", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj"}} 2019-01-20 13:08:46,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1 used request id req-64647178-c793-4979-91e2-5c99f56cdc48 2019-01-20 13:08:46,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:46,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1f61bef2-0b08-4d98-8934-a96cda103d2e Date: Sun, 20 Jan 2019 13:08:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:41Z","dns_nameservers":[],"updated_at":"2019-01-20T13:08:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8cd87abbdb874172b4d3935f81276ad1","id":"5c821318-ae49-4699-bdcf-1e539ed3176f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-subnet"}]} 2019-01-20 13:08:46,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 used request id req-1f61bef2-0b08-4d98-8934-a96cda103d2e 2019-01-20 13:08:46,709 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net 2019-01-20 13:08:46,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" -d '{"port": {"network_id": "e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93", "name": "CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92port-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2019-01-20 13:08:47,717 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 853 X-Openstack-Request-Id: req-b340a413-f1d2-4fa7-bdde-9df23335e87a Date: Sun, 20 Jan 2019 13:08:47 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":"2019-01-20T13:08:47Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c821318-ae49-4699-bdcf-1e539ed3176f","ip_address":"10.55.0.5"}],"id":"b727a736-7cbb-4334-92fe-40361cba5f1a","security_groups":["4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9"],"mac_address":"fa:16:3e:e0:d1:36","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92port-1","project_id":"8cd87abbdb874172b4d3935f81276ad1","qos_policy_id":null,"admin_state_up":true,"network_id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:47Z","binding:vnic_type":"normal"}} 2019-01-20 13:08:47,717 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-b340a413-f1d2-4fa7-bdde-9df23335e87a 2019-01-20 13:08:47,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:47,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-edd644ce-adc0-4adc-ba04-eacdce9541ae Date: Sun, 20 Jan 2019 13:08: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":["5c821318-ae49-4699-bdcf-1e539ed3176f"],"updated_at":"2019-01-20T13:08:41Z","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8cd87abbdb874172b4d3935f81276ad1","id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","name":"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net"}]} 2019-01-20 13:08:47,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net used request id req-edd644ce-adc0-4adc-ba04-eacdce9541ae 2019-01-20 13:08:47,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:48,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04fa7338-5e84-49c8-9033-908b854e1c12 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1"}, "enabled": true, "id": "8cd87abbdb874172b4d3935f81276ad1", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj"}} 2019-01-20 13:08:48,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1 used request id req-04fa7338-5e84-49c8-9033-908b854e1c12 2019-01-20 13:08:48,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:48,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a68cace7-ebe2-446f-abb3-6a007e064da5 Date: Sun, 20 Jan 2019 13:08:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:41Z","dns_nameservers":[],"updated_at":"2019-01-20T13:08:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8cd87abbdb874172b4d3935f81276ad1","id":"5c821318-ae49-4699-bdcf-1e539ed3176f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-subnet"}]} 2019-01-20 13:08:48,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 used request id req-a68cace7-ebe2-446f-abb3-6a007e064da5 2019-01-20 13:08:48,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93&name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:48,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 856 X-Openstack-Request-Id: req-d269ec7f-1793-4517-b701-43c8529a18ab Date: Sun, 20 Jan 2019 13:08:48 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":"2019-01-20T13:08:47Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c821318-ae49-4699-bdcf-1e539ed3176f","ip_address":"10.55.0.5"}],"id":"b727a736-7cbb-4334-92fe-40361cba5f1a","security_groups":["4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9"],"mac_address":"fa:16:3e:e0:d1:36","project_id":"8cd87abbdb874172b4d3935f81276ad1","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92port-1","admin_state_up":true,"network_id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:47Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:08:48,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93&name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92port-1&admin_state_up=True used request id req-d269ec7f-1793-4517-b701-43c8529a18ab 2019-01-20 13:08:48,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:48,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4377f7b0-6576-44d5-9e66-75bef6c65f11 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1"}, "enabled": true, "id": "8cd87abbdb874172b4d3935f81276ad1", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj"}} 2019-01-20 13:08:48,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1 used request id req-4377f7b0-6576-44d5-9e66-75bef6c65f11 2019-01-20 13:08:48,411 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-inst 2019-01-20 13:08:48,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:48,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-6703d280-6418-476f-a52c-b2b25a6eb19d x-compute-request-id: req-6703d280-6418-476f-a52c-b2b25a6eb19d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "fd2549f2-16a0-4297-a653-450990a29a5a", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/fd2549f2-16a0-4297-a653-450990a29a5a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/fd2549f2-16a0-4297-a653-450990a29a5a", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-flavor-name"}]} 2019-01-20 13:08:48,444 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-6703d280-6418-476f-a52c-b2b25a6eb19d 2019-01-20 13:08:48,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/fd2549f2-16a0-4297-a653-450990a29a5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:48,467 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-c7f00db9-fcce-4016-9bf0-cfe7dfbf8cad x-compute-request-id: req-c7f00db9-fcce-4016-9bf0-cfe7dfbf8cad Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/fd2549f2-16a0-4297-a653-450990a29a5a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/fd2549f2-16a0-4297-a653-450990a29a5a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "fd2549f2-16a0-4297-a653-450990a29a5a", "name": "CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:08:48,467 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/fd2549f2-16a0-4297-a653-450990a29a5a used request id req-c7f00db9-fcce-4016-9bf0-cfe7dfbf8cad 2019-01-20 13:08:48,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:48,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-230200e4-4685-44ea-a426-d9019e1c61e7 Date: Sun, 20 Jan 2019 13:08:48 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:08:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:08:39Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/98a3000f-b48a-4aee-a59f-b440f4ddded8/snap", "metadata": {}}], "self": "/v2/images/98a3000f-b48a-4aee-a59f-b440f4ddded8", "min_disk": 0, "protected": false, "id": "98a3000f-b48a-4aee-a59f-b440f4ddded8", "file": "/v2/images/98a3000f-b48a-4aee-a59f-b440f4ddded8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8cd87abbdb874172b4d3935f81276ad1", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/98a3000f-b48a-4aee-a59f-b440f4ddded8/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-image"} 2019-01-20 13:08:48,732 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-image used request id req-230200e4-4685-44ea-a426-d9019e1c61e7 2019-01-20 13:08:48,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:48,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1429d31e-e60f-48f8-ab1b-cf1285ad03e2 Date: Sun, 20 Jan 2019 13:08: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"}}} 2019-01-20 13:08:48,879 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-1429d31e-e60f-48f8-ab1b-cf1285ad03e2 2019-01-20 13:08:48,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" -d '{"server": {"name": "CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-inst", "imageRef": "98a3000f-b48a-4aee-a59f-b440f4ddded8", "flavorRef": "fd2549f2-16a0-4297-a653-450990a29a5a", "max_count": 1, "min_count": 1, "networks": [{"port": "b727a736-7cbb-4334-92fe-40361cba5f1a"}]}}' 2019-01-20 13:08:50,487 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-19bbaedd-c1df-4b7f-89b8-387e219d3188 x-compute-request-id: req-19bbaedd-c1df-4b7f-89b8-387e219d3188 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c7861e89-72fc-4a37-810f-099d1c449556", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c7861e89-72fc-4a37-810f-099d1c449556", "rel": "bookmark"}], "adminPass": "zikRyMBLyJY4"}} 2019-01-20 13:08:50,487 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-19bbaedd-c1df-4b7f-89b8-387e219d3188 2019-01-20 13:08:50,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:50,727 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-aaf0d744-edc7-4cdc-b3ba-c773862849c6 x-compute-request-id: req-aaf0d744-edc7-4cdc-b3ba-c773862849c6 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.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c7861e89-72fc-4a37-810f-099d1c449556", "rel": "bookmark"}], "image": {"id": "98a3000f-b48a-4aee-a59f-b440f4ddded8", "links": [{"href": "http://172.30.9.22:8774/images/98a3000f-b48a-4aee-a59f-b440f4ddded8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fd2549f2-16a0-4297-a653-450990a29a5a", "links": [{"href": "http://172.30.9.22:8774/flavors/fd2549f2-16a0-4297-a653-450990a29a5a", "rel": "bookmark"}]}, "id": "c7861e89-72fc-4a37-810f-099d1c449556", "user_id": "10e8255562b24ae78c28a74c0ace9366", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:08:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-inst", "created": "2019-01-20T13:08:50Z", "tenant_id": "8cd87abbdb874172b4d3935f81276ad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:08:50,727 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556 used request id req-aaf0d744-edc7-4cdc-b3ba-c773862849c6 2019-01-20 13:08:50,727 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-inst 2019-01-20 13:08:50,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:50,805 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-749869e2-c4df-435c-bd69-db6ee25caf58 x-compute-request-id: req-749869e2-c4df-435c-bd69-db6ee25caf58 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.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c7861e89-72fc-4a37-810f-099d1c449556", "rel": "bookmark"}], "image": {"id": "98a3000f-b48a-4aee-a59f-b440f4ddded8", "links": [{"href": "http://172.30.9.22:8774/images/98a3000f-b48a-4aee-a59f-b440f4ddded8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fd2549f2-16a0-4297-a653-450990a29a5a", "links": [{"href": "http://172.30.9.22:8774/flavors/fd2549f2-16a0-4297-a653-450990a29a5a", "rel": "bookmark"}]}, "id": "c7861e89-72fc-4a37-810f-099d1c449556", "user_id": "10e8255562b24ae78c28a74c0ace9366", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:08:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-inst", "created": "2019-01-20T13:08:50Z", "tenant_id": "8cd87abbdb874172b4d3935f81276ad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:08:50,805 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556 used request id req-749869e2-c4df-435c-bd69-db6ee25caf58 2019-01-20 13:08:50,805 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-inst] is - BUILD 2019-01-20 13:08:50,806 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:08:53,809 - create_instance - DEBUG - VM status query timeout in 896.918631077 2019-01-20 13:08:53,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:54,265 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-4a5e08f1-1fa8-467d-b0cf-63dc53b646f2 x-compute-request-id: req-4a5e08f1-1fa8-467d-b0cf-63dc53b646f2 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.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c7861e89-72fc-4a37-810f-099d1c449556", "rel": "bookmark"}], "image": {"id": "98a3000f-b48a-4aee-a59f-b440f4ddded8", "links": [{"href": "http://172.30.9.22:8774/images/98a3000f-b48a-4aee-a59f-b440f4ddded8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fd2549f2-16a0-4297-a653-450990a29a5a", "links": [{"href": "http://172.30.9.22:8774/flavors/fd2549f2-16a0-4297-a653-450990a29a5a", "rel": "bookmark"}]}, "id": "c7861e89-72fc-4a37-810f-099d1c449556", "security_groups": [{"name": "default"}], "user_id": "10e8255562b24ae78c28a74c0ace9366", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:08:51Z", "hostId": "1bc4d21b2d42d516319c644ac90ad28237f87a1cbca2bd9b272cbd5e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-inst", "created": "2019-01-20T13:08:50Z", "tenant_id": "8cd87abbdb874172b4d3935f81276ad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:08:54,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556 used request id req-4a5e08f1-1fa8-467d-b0cf-63dc53b646f2 2019-01-20 13:08:54,265 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-inst] is - BUILD 2019-01-20 13:08:54,265 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:08:57,269 - create_instance - DEBUG - VM status query timeout in 893.458889008 2019-01-20 13:08:57,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:57,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08: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-395ad024-5a4d-45a6-9ec9-ab03f0e1a81e x-compute-request-id: req-395ad024-5a4d-45a6-9ec9-ab03f0e1a81e Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:d1:36", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c7861e89-72fc-4a37-810f-099d1c449556", "rel": "bookmark"}], "image": {"id": "98a3000f-b48a-4aee-a59f-b440f4ddded8", "links": [{"href": "http://172.30.9.22:8774/images/98a3000f-b48a-4aee-a59f-b440f4ddded8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:08:56.000000", "flavor": {"id": "fd2549f2-16a0-4297-a653-450990a29a5a", "links": [{"href": "http://172.30.9.22:8774/flavors/fd2549f2-16a0-4297-a653-450990a29a5a", "rel": "bookmark"}]}, "id": "c7861e89-72fc-4a37-810f-099d1c449556", "security_groups": [{"name": "default"}], "user_id": "10e8255562b24ae78c28a74c0ace9366", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:08:57Z", "hostId": "1bc4d21b2d42d516319c644ac90ad28237f87a1cbca2bd9b272cbd5e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-inst", "created": "2019-01-20T13:08:50Z", "tenant_id": "8cd87abbdb874172b4d3935f81276ad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:08:57,786 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556 used request id req-395ad024-5a4d-45a6-9ec9-ab03f0e1a81e 2019-01-20 13:08:57,786 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-inst] is - ACTIVE 2019-01-20 13:08:57,787 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:08:57,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:58,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08: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-00b38716-7879-4515-a84a-73b3c5853250 x-compute-request-id: req-00b38716-7879-4515-a84a-73b3c5853250 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:d1:36", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c7861e89-72fc-4a37-810f-099d1c449556", "rel": "bookmark"}], "image": {"id": "98a3000f-b48a-4aee-a59f-b440f4ddded8", "links": [{"href": "http://172.30.9.22:8774/images/98a3000f-b48a-4aee-a59f-b440f4ddded8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:08:56.000000", "flavor": {"id": "fd2549f2-16a0-4297-a653-450990a29a5a", "links": [{"href": "http://172.30.9.22:8774/flavors/fd2549f2-16a0-4297-a653-450990a29a5a", "rel": "bookmark"}]}, "id": "c7861e89-72fc-4a37-810f-099d1c449556", "security_groups": [{"name": "default"}], "user_id": "10e8255562b24ae78c28a74c0ace9366", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:08:57Z", "hostId": "1bc4d21b2d42d516319c644ac90ad28237f87a1cbca2bd9b272cbd5e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-inst", "created": "2019-01-20T13:08:50Z", "tenant_id": "8cd87abbdb874172b4d3935f81276ad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:08:58,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556 used request id req-00b38716-7879-4515-a84a-73b3c5853250 2019-01-20 13:08:58,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:58,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-b9e759da-5228-4ceb-99b3-9b4752629d16 Date: Sun, 20 Jan 2019 13:08: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":["5c821318-ae49-4699-bdcf-1e539ed3176f"],"updated_at":"2019-01-20T13:08:41Z","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8cd87abbdb874172b4d3935f81276ad1","id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","name":"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net"}]} 2019-01-20 13:08:58,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net used request id req-b9e759da-5228-4ceb-99b3-9b4752629d16 2019-01-20 13:08:58,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:58,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3b866ad-69e9-4880-b4ce-47551ab4c90e Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1"}, "enabled": true, "id": "8cd87abbdb874172b4d3935f81276ad1", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj"}} 2019-01-20 13:08:58,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1 used request id req-e3b866ad-69e9-4880-b4ce-47551ab4c90e 2019-01-20 13:08:58,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:58,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fb728f10-5a8e-4126-9dcb-6252aef9c530 Date: Sun, 20 Jan 2019 13:08:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:41Z","dns_nameservers":[],"updated_at":"2019-01-20T13:08:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8cd87abbdb874172b4d3935f81276ad1","id":"5c821318-ae49-4699-bdcf-1e539ed3176f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-subnet"}]} 2019-01-20 13:08:58,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 used request id req-fb728f10-5a8e-4126-9dcb-6252aef9c530 2019-01-20 13:08:58,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:58,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3183 X-Openstack-Request-Id: req-0e38e442-c6b6-41d8-811e-99363a90ed36 Date: Sun, 20 Jan 2019 13:08:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:08:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c821318-ae49-4699-bdcf-1e539ed3176f","ip_address":"10.55.0.2"}],"id":"5f19e300-9a00-44ff-8515-cfc47d996359","security_groups":[],"mac_address":"fa:16:3e:7c:fc:ce","project_id":"8cd87abbdb874172b4d3935f81276ad1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:42Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93"},{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:08:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5c821318-ae49-4699-bdcf-1e539ed3176f","ip_address":"10.55.0.5"}],"id":"b727a736-7cbb-4334-92fe-40361cba5f1a","security_groups":["4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9"],"mac_address":"fa:16:3e:e0:d1:36","project_id":"8cd87abbdb874172b4d3935f81276ad1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92port-1","admin_state_up":true,"network_id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:47Z","binding:vnic_type":"normal","device_id":"c7861e89-72fc-4a37-810f-099d1c449556"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:08:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c821318-ae49-4699-bdcf-1e539ed3176f","ip_address":"10.55.0.4"}],"id":"bb58d0b3-876d-4696-af99-7a9b62389bcc","security_groups":[],"mac_address":"fa:16:3e:77:4a:c5","project_id":"8cd87abbdb874172b4d3935f81276ad1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:43Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:08:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5c821318-ae49-4699-bdcf-1e539ed3176f","ip_address":"10.55.0.3"}],"id":"d5c7cb66-5fd0-4ae8-b2a3-dcc5ed9669e8","security_groups":[],"mac_address":"fa:16:3e:55:f8:58","project_id":"8cd87abbdb874172b4d3935f81276ad1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93","tenant_id":"8cd87abbdb874172b4d3935f81276ad1","created_at":"2019-01-20T13:08:42Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93"}]} 2019-01-20 13:08:58,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 used request id req-0e38e442-c6b6-41d8-811e-99363a90ed36 2019-01-20 13:08:58,884 - create_instance - INFO - Deleting Port with ID - b727a736-7cbb-4334-92fe-40361cba5f1a 2019-01-20 13:08:58,884 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92port-1 2019-01-20 13:08:58,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/b727a736-7cbb-4334-92fe-40361cba5f1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:59,481 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-49793756-08b9-4b47-a3d2-21fc664d75f4 Date: Sun, 20 Jan 2019 13:08:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:08:59,481 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/b727a736-7cbb-4334-92fe-40361cba5f1a used request id req-49793756-08b9-4b47-a3d2-21fc664d75f4 2019-01-20 13:08:59,481 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-inst 2019-01-20 13:08:59,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:59,630 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:08:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aca6c4ec-10ae-4f21-a36c-71271313b03e x-compute-request-id: req-aca6c4ec-10ae-4f21-a36c-71271313b03e Content-Type: application/json 2019-01-20 13:08:59,630 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556 used request id req-aca6c4ec-10ae-4f21-a36c-71271313b03e 2019-01-20 13:08:59,630 - create_instance - INFO - Checking deletion status 2019-01-20 13:08:59,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:08:59,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-3138d136-07da-4cc9-a525-07040370f718 x-compute-request-id: req-3138d136-07da-4cc9-a525-07040370f718 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.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c7861e89-72fc-4a37-810f-099d1c449556", "rel": "bookmark"}], "image": {"id": "98a3000f-b48a-4aee-a59f-b440f4ddded8", "links": [{"href": "http://172.30.9.22:8774/images/98a3000f-b48a-4aee-a59f-b440f4ddded8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:08:56.000000", "flavor": {"id": "fd2549f2-16a0-4297-a653-450990a29a5a", "links": [{"href": "http://172.30.9.22:8774/flavors/fd2549f2-16a0-4297-a653-450990a29a5a", "rel": "bookmark"}]}, "id": "c7861e89-72fc-4a37-810f-099d1c449556", "user_id": "10e8255562b24ae78c28a74c0ace9366", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:08:59Z", "hostId": "1bc4d21b2d42d516319c644ac90ad28237f87a1cbca2bd9b272cbd5e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-inst", "created": "2019-01-20T13:08:50Z", "tenant_id": "8cd87abbdb874172b4d3935f81276ad1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:08:59,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556 used request id req-3138d136-07da-4cc9-a525-07040370f718 2019-01-20 13:08:59,751 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-inst] is - ACTIVE 2019-01-20 13:08:59,751 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:09:02,754 - create_instance - DEBUG - VM status query timeout in 296.876306057 2019-01-20 13:09:02,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f4462b35cd6f37be6dc326db5305b0538a7500f" 2019-01-20 13:09:03,013 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:09:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-08738540-1031-4f61-8b91-14d570cde317 x-compute-request-id: req-08738540-1031-4f61-8b91-14d570cde317 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c7861e89-72fc-4a37-810f-099d1c449556 could not be found.", "code": 404}} 2019-01-20 13:09:03,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c7861e89-72fc-4a37-810f-099d1c449556 used request id req-08738540-1031-4f61-8b91-14d570cde317 2019-01-20 13:09:03,013 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c7861e89-72fc-4a37-810f-099d1c449556 could not be found. (HTTP 404) (Request-ID: req-08738540-1031-4f61-8b91-14d570cde317) 2019-01-20 13:09:03,013 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-inst 2019-01-20 13:09:03,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/fd2549f2-16a0-4297-a653-450990a29a5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ba1c0e6fe9e9a8033e4955da093bb5506b92d77" 2019-01-20 13:09:03,062 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:09:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ea19fe37-ceb1-4732-8119-7a33ce5b5944 x-compute-request-id: req-ea19fe37-ceb1-4732-8119-7a33ce5b5944 Content-Length: 0 Content-Type: application/json 2019-01-20 13:09:03,062 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/fd2549f2-16a0-4297-a653-450990a29a5a used request id req-ea19fe37-ceb1-4732-8119-7a33ce5b5944 2019-01-20 13:09:03,063 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-subnet 2019-01-20 13:09:03,063 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-subnet 2019-01-20 13:09:03,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/5c821318-ae49-4699-bdcf-1e539ed3176f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd4a9ee2809f819a74cfe2b4f1b849ca7837" 2019-01-20 13:09:05,479 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-24e7b51b-e2db-4de3-8ae7-f241fe651c0f Date: Sun, 20 Jan 2019 13:09:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:09:05,479 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/5c821318-ae49-4699-bdcf-1e539ed3176f used request id req-24e7b51b-e2db-4de3-8ae7-f241fe651c0f 2019-01-20 13:09:05,479 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-pub-net 2019-01-20 13:09:05,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2bcd4a9ee2809f819a74cfe2b4f1b849ca7837" 2019-01-20 13:09:06,736 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8f862e29-e253-46bf-9fd2-97fe6ed13e88 Date: Sun, 20 Jan 2019 13:09:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:09:06,736 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/e65dc1f7-40ed-4f48-b5cc-5b0c1cccba93 used request id req-8f862e29-e253-46bf-9fd2-97fe6ed13e88 2019-01-20 13:09:06,736 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-55e61857-1528-47bc-85ea-7901007c7c92-image 2019-01-20 13:09:06,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/98a3000f-b48a-4aee-a59f-b440f4ddded8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e35ca23ba99d2b32bc0f6ce192a1d47a58b3247f" 2019-01-20 13:09:08,671 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1c746800-bc62-4af7-a136-a66ee1735898 Date: Sun, 20 Jan 2019 13:09:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:09:08,671 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/98a3000f-b48a-4aee-a59f-b440f4ddded8 used request id req-1c746800-bc62-4af7-a136-a66ee1735898 2019-01-20 13:09:08,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a982f27019ccdd0616c56d142babc07c959c68" 2019-01-20 13:09:08,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-babfb64d-0b42-468c-9563-ebf0bfd46506 Date: Sun, 20 Jan 2019 13:09:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8cd87abbdb874172b4d3935f81276ad1", "created_at": "2019-01-20T13:08:40Z", "updated_at": "2019-01-20T13:08:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:08:40Z", "revision_number": 0, "id": "4aebb7bf-6eb7-48c5-9972-952bd615571e", "remote_group_id": "4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9", "remote_ip_prefix": null, "created_at": "2019-01-20T13:08:40Z", "security_group_id": "4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9", "tenant_id": "8cd87abbdb874172b4d3935f81276ad1", "port_range_min": null, "ethertype": "IPv4", "project_id": "8cd87abbdb874172b4d3935f81276ad1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:08:40Z", "revision_number": 0, "id": "74d84ac9-7dc3-4f61-b606-388a27ef4341", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:08:40Z", "security_group_id": "4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9", "tenant_id": "8cd87abbdb874172b4d3935f81276ad1", "port_range_min": null, "ethertype": "IPv4", "project_id": "8cd87abbdb874172b4d3935f81276ad1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:08:40Z", "revision_number": 0, "id": "a5a6d273-f327-41b7-aff7-c0bc461e49fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:08:40Z", "security_group_id": "4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9", "tenant_id": "8cd87abbdb874172b4d3935f81276ad1", "port_range_min": null, "ethertype": "IPv6", "project_id": "8cd87abbdb874172b4d3935f81276ad1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:08:40Z", "revision_number": 0, "id": "fc4c7815-884e-45af-aa08-dd36734fdcfd", "remote_group_id": "4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9", "remote_ip_prefix": null, "created_at": "2019-01-20T13:08:40Z", "security_group_id": "4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9", "tenant_id": "8cd87abbdb874172b4d3935f81276ad1", "port_range_min": null, "ethertype": "IPv6", "project_id": "8cd87abbdb874172b4d3935f81276ad1"}], "revision_number": 4, "project_id": "8cd87abbdb874172b4d3935f81276ad1", "id": "4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:09:08,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-babfb64d-0b42-468c-9563-ebf0bfd46506 2019-01-20 13:09:08,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a982f27019ccdd0616c56d142babc07c959c68" 2019-01-20 13:09:08,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28cfa1cb-7902-4ab6-bb05-7d9f5cc650b5 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:09:08,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-28cfa1cb-7902-4ab6-bb05-7d9f5cc650b5 2019-01-20 13:09:08,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a982f27019ccdd0616c56d142babc07c959c68" 2019-01-20 13:09:09,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f344415-ff40-40e6-b5c2-a113c2007c92 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:09:09,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-4f344415-ff40-40e6-b5c2-a113c2007c92 2019-01-20 13:09:09,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a982f27019ccdd0616c56d142babc07c959c68" 2019-01-20 13:09:09,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f954372-2fd9-4346-949e-515c790f29dd Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1"}, "enabled": true, "id": "8cd87abbdb874172b4d3935f81276ad1", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj"}} 2019-01-20 13:09:09,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1 used request id req-5f954372-2fd9-4346-949e-515c790f29dd 2019-01-20 13:09:09,182 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9 2019-01-20 13:09:09,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a982f27019ccdd0616c56d142babc07c959c68" 2019-01-20 13:09:09,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5c625eeb-ef55-4941-a777-fdbd101c8957 Date: Sun, 20 Jan 2019 13:09:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:08:40Z", "security_group_id": "4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd87abbdb874172b4d3935f81276ad1", "created_at": "2019-01-20T13:08:40Z", "project_id": "8cd87abbdb874172b4d3935f81276ad1", "id": "4aebb7bf-6eb7-48c5-9972-952bd615571e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:08:40Z", "security_group_id": "4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd87abbdb874172b4d3935f81276ad1", "created_at": "2019-01-20T13:08:40Z", "project_id": "8cd87abbdb874172b4d3935f81276ad1", "id": "74d84ac9-7dc3-4f61-b606-388a27ef4341"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:08:40Z", "security_group_id": "4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd87abbdb874172b4d3935f81276ad1", "created_at": "2019-01-20T13:08:40Z", "project_id": "8cd87abbdb874172b4d3935f81276ad1", "id": "a5a6d273-f327-41b7-aff7-c0bc461e49fc"}, {"remote_group_id": "4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:08:40Z", "security_group_id": "4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9", "port_range_min": null, "revision_number": 0, "tenant_id": "8cd87abbdb874172b4d3935f81276ad1", "created_at": "2019-01-20T13:08:40Z", "project_id": "8cd87abbdb874172b4d3935f81276ad1", "id": "fc4c7815-884e-45af-aa08-dd36734fdcfd"}]} 2019-01-20 13:09:09,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9 used request id req-5c625eeb-ef55-4941-a777-fdbd101c8957 2019-01-20 13:09:09,355 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:09:09,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a982f27019ccdd0616c56d142babc07c959c68" 2019-01-20 13:09:09,684 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cfc6f6e6-c954-4940-bbd8-cbbe430135df Content-Length: 0 Date: Sun, 20 Jan 2019 13:09:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:09:09,684 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/4a07d940-d5b0-4e98-9587-3fd7fdb3f7e9 used request id req-cfc6f6e6-c954-4940-bbd8-cbbe430135df 2019-01-20 13:09:09,685 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj 2019-01-20 13:09:09,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a982f27019ccdd0616c56d142babc07c959c68" 2019-01-20 13:09:09,926 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:09:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-307b0d91-7966-4689-8769-38066f5657c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:09:09,926 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/8cd87abbdb874172b4d3935f81276ad1 used request id req-307b0d91-7966-4689-8769-38066f5657c9 2019-01-20 13:09:09,926 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-bcf51473-52a6-4ac-proj-role 2019-01-20 13:09:09,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/b959c6def6864d0f91807e22d1c96332 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a982f27019ccdd0616c56d142babc07c959c68" 2019-01-20 13:09:10,030 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:09:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c97315f7-3378-4c15-a15d-b26347187bd2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:09:10,030 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/b959c6def6864d0f91807e22d1c96332 used request id req-c97315f7-3378-4c15-a15d-b26347187bd2 2019-01-20 13:09:10,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10a982f27019ccdd0616c56d142babc07c959c68" 2019-01-20 13:09:10,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1e97cf3-c19d-4406-a5d0-816efb8ab810 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:09:10,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b1e97cf3-c19d-4406-a5d0-816efb8ab810 2019-01-20 13:09:10,126 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-bcf51473-52a6-4ac-user 2019-01-20 13:09:10,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/10e8255562b24ae78c28a74c0ace9366 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92ed58c058a6856070bf4844fb33e8989b2c8322" 2019-01-20 13:09:10,311 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:09:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b562a6b-b2dd-4467-bd59-041949bc5a73 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:09:10,311 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/10e8255562b24ae78c28a74c0ace9366 used request id req-4b562a6b-b2dd-4467-bd59-041949bc5a73 2019-01-20 13:09:10,312 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:10,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:09:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Q-6B2fWiQficwwulPbix4Q"], "issued_at": "2019-01-20T13:09:10.000000Z"}} 2019-01-20 13:09:10,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a9e1d6b423fa9c2ec0fd55122cd0f2eac195d89" 2019-01-20 13:09:10,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0fc0151-ead3-48af-9f65-64a3d17d5c9d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:10,769 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d0fc0151-ead3-48af-9f65-64a3d17d5c9d 2019-01-20 13:09:10,770 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:10,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:11,161 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:09:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["u85qwsHeSVqyVbYyYQ-nBA"], "issued_at": "2019-01-20T13:09:11.000000Z"}} 2019-01-20 13:09:11,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9ad12040dd08918017316760fc42b74590a68f" 2019-01-20 13:09:11,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-139d53dd-7368-45b6-88b1-24d9c3f2fd01 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:11,239 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-139d53dd-7368-45b6-88b1-24d9c3f2fd01 2019-01-20 13:09:11,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:09:11,248 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:09: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:09:11,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9ad12040dd08918017316760fc42b74590a68f" 2019-01-20 13:09:11,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf61d089-0de7-4315-947c-c39d70ff47c7 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:09:11,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj used request id req-bf61d089-0de7-4315-947c-c39d70ff47c7 2019-01-20 13:09:11,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9ad12040dd08918017316760fc42b74590a68f" 2019-01-20 13:09:11,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d0cbc7d-84c5-40ed-a371-8589513a0f37 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:09:11,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-8d0cbc7d-84c5-40ed-a371-8589513a0f37 2019-01-20 13:09:11,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9ad12040dd08918017316760fc42b74590a68f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj"}}' 2019-01-20 13:09:11,546 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:09:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47f56bf6-7304-4de8-9108-a57dcd188d5d Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/df0e53c192834945831d4862a4d57b19"}, "enabled": true, "id": "df0e53c192834945831d4862a4d57b19", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj"}} 2019-01-20 13:09:11,546 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-47f56bf6-7304-4de8-9108-a57dcd188d5d 2019-01-20 13:09:11,546 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj 2019-01-20 13:09:11,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:11,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:11,927 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:09:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["A6a9tGg7SIy-Kf1h0h8ZHQ"], "issued_at": "2019-01-20T13:09:11.000000Z"}} 2019-01-20 13:09:11,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b736ee84c28dbd85350c603915da1b2325a85d" 2019-01-20 13:09:12,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2ded4ef-6516-462d-ba71-3310dd0b5260 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:12,005 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d2ded4ef-6516-462d-ba71-3310dd0b5260 2019-01-20 13:09:12,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:09:12,014 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:09: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:09:12,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b736ee84c28dbd85350c603915da1b2325a85d" 2019-01-20 13:09:12,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d5d1f86-5016-4c0e-a185-08f073bb0def Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:09:12,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-1d5d1f86-5016-4c0e-a185-08f073bb0def 2019-01-20 13:09:12,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b736ee84c28dbd85350c603915da1b2325a85d" 2019-01-20 13:09:12,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-587c607a-0782-49aa-8566-9ae386939e6c Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/df0e53c192834945831d4862a4d57b19"}, "enabled": true, "id": "df0e53c192834945831d4862a4d57b19", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj"}]} 2019-01-20 13:09:12,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj used request id req-587c607a-0782-49aa-8566-9ae386939e6c 2019-01-20 13:09:12,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b736ee84c28dbd85350c603915da1b2325a85d" 2019-01-20 13:09:12,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b92ca146-9a4e-4183-af55-c37edcb3c734 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:09:12,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-b92ca146-9a4e-4183-af55-c37edcb3c734 2019-01-20 13:09:12,622 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-user 2019-01-20 13:09:12,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:12,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9ad12040dd08918017316760fc42b74590a68f" 2019-01-20 13:09:12,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbcc68a3-9488-4f15-a62a-540cb2132362 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:09:12,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-dbcc68a3-9488-4f15-a62a-540cb2132362 2019-01-20 13:09:12,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9ad12040dd08918017316760fc42b74590a68f" -d '{"role": {"name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj-role"}}' 2019-01-20 13:09:12,820 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:09:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5734ae70-c760-4eaf-9468-d023a7b11bda Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8400f1612769460582fda89db4215c0e", "links": {"self": "http://172.30.9.22:5000/v3/roles/8400f1612769460582fda89db4215c0e"}, "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj-role"}} 2019-01-20 13:09:12,821 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-5734ae70-c760-4eaf-9468-d023a7b11bda 2019-01-20 13:09:12,821 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj-role 2019-01-20 13:09:12,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/8400f1612769460582fda89db4215c0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9ad12040dd08918017316760fc42b74590a68f" 2019-01-20 13:09:12,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32373cbd-72fb-421e-982d-4625ee79bac0 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8400f1612769460582fda89db4215c0e"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj-role", "id": "8400f1612769460582fda89db4215c0e"}} 2019-01-20 13:09:12,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8400f1612769460582fda89db4215c0e used request id req-32373cbd-72fb-421e-982d-4625ee79bac0 2019-01-20 13:09:12,916 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj-role to project CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj 2019-01-20 13:09:12,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/df0e53c192834945831d4862a4d57b19/users/d9425aade4a04fb783e729873706dfdf/roles/8400f1612769460582fda89db4215c0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9ad12040dd08918017316760fc42b74590a68f" 2019-01-20 13:09:13,032 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:09:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0199a9a2-681f-406e-9dd2-890460d791ea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:09:13,032 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/df0e53c192834945831d4862a4d57b19/users/d9425aade4a04fb783e729873706dfdf/roles/8400f1612769460582fda89db4215c0e used request id req-0199a9a2-681f-406e-9dd2-890460d791ea 2019-01-20 13:09:13,033 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:09:13,033 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:13,034 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:13,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8400f1612769460582fda89db4215c0e", "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj-role"}], "expires_at": "2019-01-20T14:09:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df0e53c192834945831d4862a4d57b19", "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/df0e53c192834945831d4862a4d57b19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/df0e53c192834945831d4862a4d57b19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/df0e53c192834945831d4862a4d57b19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/df0e53c192834945831d4862a4d57b19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/df0e53c192834945831d4862a4d57b19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/df0e53c192834945831d4862a4d57b19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/df0e53c192834945831d4862a4d57b19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/df0e53c192834945831d4862a4d57b19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/df0e53c192834945831d4862a4d57b19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/df0e53c192834945831d4862a4d57b19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/df0e53c192834945831d4862a4d57b19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/df0e53c192834945831d4862a4d57b19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-user", "id": "d9425aade4a04fb783e729873706dfdf"}, "audit_ids": ["A4nuIFXCQvCQvrSKAGY0eA"], "issued_at": "2019-01-20T13:09:13.000000Z"}} 2019-01-20 13:09:13,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1276141920f9b3612749843a9338d45e26065801" 2019-01-20 13:09:13,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd22199c-67ed-46ed-9568-12fbdd598dbb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:13,489 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bd22199c-67ed-46ed-9568-12fbdd598dbb 2019-01-20 13:09:13,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1276141920f9b3612749843a9338d45e26065801" 2019-01-20 13:09:13,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-34b39b30-027c-4b67-b200-ad5cdecdc67c Date: Sun, 20 Jan 2019 13:09:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-image"} 2019-01-20 13:09:13,673 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-image used request id req-34b39b30-027c-4b67-b200-ad5cdecdc67c 2019-01-20 13:09:13,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1276141920f9b3612749843a9338d45e26065801" 2019-01-20 13:09:13,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-31767e88-af70-41a6-b99b-326816c3a8ed Date: Sun, 20 Jan 2019 13:09: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"}}} 2019-01-20 13:09:13,828 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-31767e88-af70-41a6-b99b-326816c3a8ed 2019-01-20 13:09:13,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1276141920f9b3612749843a9338d45e26065801" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-image"}' 2019-01-20 13:09:14,051 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/a12ed920-274a-4d94-b931-8bf63bdb48f6 X-Openstack-Request-Id: req-d8ea47e0-2955-49ab-b14c-8e5263684382 Date: Sun, 20 Jan 2019 13:09:14 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:09:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:09:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/a12ed920-274a-4d94-b931-8bf63bdb48f6", "min_disk": 0, "protected": false, "id": "a12ed920-274a-4d94-b931-8bf63bdb48f6", "file": "/v2/images/a12ed920-274a-4d94-b931-8bf63bdb48f6/file", "checksum": null, "owner": "df0e53c192834945831d4862a4d57b19", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:09:14,051 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-d8ea47e0-2955-49ab-b14c-8e5263684382 2019-01-20 13:09:14,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/a12ed920-274a-4d94-b931-8bf63bdb48f6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1276141920f9b3612749843a9338d45e26065801" -d '' 2019-01-20 13:09:15,817 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bada23ad-63f6-47a7-a343-4576265cadb4 Date: Sun, 20 Jan 2019 13:09:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:09:15,817 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/a12ed920-274a-4d94-b931-8bf63bdb48f6/file used request id req-bada23ad-63f6-47a7-a343-4576265cadb4 2019-01-20 13:09:15,818 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:09:15,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/a12ed920-274a-4d94-b931-8bf63bdb48f6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1276141920f9b3612749843a9338d45e26065801" 2019-01-20 13:09:15,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-2386a4c2-d77c-46cf-a6c5-48e4acda2c79 Date: Sun, 20 Jan 2019 13:09:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:09:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:09:15Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/a12ed920-274a-4d94-b931-8bf63bdb48f6/snap", "metadata": {}}], "self": "/v2/images/a12ed920-274a-4d94-b931-8bf63bdb48f6", "min_disk": 0, "protected": false, "id": "a12ed920-274a-4d94-b931-8bf63bdb48f6", "file": "/v2/images/a12ed920-274a-4d94-b931-8bf63bdb48f6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "df0e53c192834945831d4862a4d57b19", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/a12ed920-274a-4d94-b931-8bf63bdb48f6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:09:15,988 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/a12ed920-274a-4d94-b931-8bf63bdb48f6 used request id req-2386a4c2-d77c-46cf-a6c5-48e4acda2c79 2019-01-20 13:09:15,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1276141920f9b3612749843a9338d45e26065801" 2019-01-20 13:09:16,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-020c54e6-73ff-4a28-98b3-7a3bbfb63e84 Date: Sun, 20 Jan 2019 13:09: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"}}} 2019-01-20 13:09:16,148 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-020c54e6-73ff-4a28-98b3-7a3bbfb63e84 2019-01-20 13:09:16,151 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-image 2019-01-20 13:09:16,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/a12ed920-274a-4d94-b931-8bf63bdb48f6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1276141920f9b3612749843a9338d45e26065801" 2019-01-20 13:09:16,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-bc4f3e5a-cc89-42e4-b5dc-45d6315ad4e8 Date: Sun, 20 Jan 2019 13:09:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:09:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:09:15Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/a12ed920-274a-4d94-b931-8bf63bdb48f6/snap", "metadata": {}}], "self": "/v2/images/a12ed920-274a-4d94-b931-8bf63bdb48f6", "min_disk": 0, "protected": false, "id": "a12ed920-274a-4d94-b931-8bf63bdb48f6", "file": "/v2/images/a12ed920-274a-4d94-b931-8bf63bdb48f6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "df0e53c192834945831d4862a4d57b19", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/a12ed920-274a-4d94-b931-8bf63bdb48f6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:09:16,310 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/a12ed920-274a-4d94-b931-8bf63bdb48f6 used request id req-bc4f3e5a-cc89-42e4-b5dc-45d6315ad4e8 2019-01-20 13:09:16,311 - create_image - DEBUG - Instance status is - active 2019-01-20 13:09:16,311 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-image 2019-01-20 13:09:16,311 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-image 2019-01-20 13:09:16,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:16,312 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:16,678 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8400f1612769460582fda89db4215c0e", "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj-role"}], "expires_at": "2019-01-20T14:09:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df0e53c192834945831d4862a4d57b19", "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/df0e53c192834945831d4862a4d57b19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/df0e53c192834945831d4862a4d57b19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/df0e53c192834945831d4862a4d57b19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/df0e53c192834945831d4862a4d57b19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/df0e53c192834945831d4862a4d57b19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/df0e53c192834945831d4862a4d57b19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/df0e53c192834945831d4862a4d57b19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/df0e53c192834945831d4862a4d57b19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/df0e53c192834945831d4862a4d57b19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/df0e53c192834945831d4862a4d57b19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/df0e53c192834945831d4862a4d57b19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/df0e53c192834945831d4862a4d57b19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-user", "id": "d9425aade4a04fb783e729873706dfdf"}, "audit_ids": ["LIDqkKcDRa-CrFTj6CSkug"], "issued_at": "2019-01-20T13:09:16.000000Z"}} 2019-01-20 13:09:16,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec60e323282ad314234da20a9ea3687062a2d362" 2019-01-20 13:09:16,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-236d6369-9fd2-47b2-83c9-1a63ecbe5108 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:16,761 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-236d6369-9fd2-47b2-83c9-1a63ecbe5108 2019-01-20 13:09:16,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec60e323282ad314234da20a9ea3687062a2d362" 2019-01-20 13:09:16,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cd557276-2f5d-4106-b678-7bad76fb3fe3 Date: Sun, 20 Jan 2019 13:09:16 GMT RESP BODY: {"networks":[]} 2019-01-20 13:09:16,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net used request id req-cd557276-2f5d-4106-b678-7bad76fb3fe3 2019-01-20 13:09:16,947 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net 2019-01-20 13:09:16,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec60e323282ad314234da20a9ea3687062a2d362" -d '{"network": {"name": "CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net", "admin_state_up": true}}' 2019-01-20 13:09:17,483 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-a80e68b4-acfc-4ebc-b909-c34d6142deeb Date: Sun, 20 Jan 2019 13:09:17 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"c86c907e-7229-439d-9b7c-a00fbbb1c27f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"df0e53c192834945831d4862a4d57b19","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:09:17Z","is_default":false,"name":"CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"df0e53c192834945831d4862a4d57b19","created_at":"2019-01-20T13:09:17Z","mtu":1450}} 2019-01-20 13:09:17,483 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-a80e68b4-acfc-4ebc-b909-c34d6142deeb 2019-01-20 13:09:17,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=c86c907e-7229-439d-9b7c-a00fbbb1c27f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec60e323282ad314234da20a9ea3687062a2d362" 2019-01-20 13:09:17,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-99fa6ea5-757d-4c73-b12a-ee0c0ffd0438 Date: Sun, 20 Jan 2019 13:09: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":"2019-01-20T13:09:17Z","tenant_id":"df0e53c192834945831d4862a4d57b19","created_at":"2019-01-20T13:09:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"df0e53c192834945831d4862a4d57b19","id":"c86c907e-7229-439d-9b7c-a00fbbb1c27f","name":"CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net"}]} 2019-01-20 13:09:17,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=c86c907e-7229-439d-9b7c-a00fbbb1c27f used request id req-99fa6ea5-757d-4c73-b12a-ee0c0ffd0438 2019-01-20 13:09:17,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c86c907e-7229-439d-9b7c-a00fbbb1c27f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec60e323282ad314234da20a9ea3687062a2d362" 2019-01-20 13:09:17,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8ea16a87-789f-41b2-8c51-6b60d6e6df32 Date: Sun, 20 Jan 2019 13:09:17 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:09:17,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c86c907e-7229-439d-9b7c-a00fbbb1c27f used request id req-8ea16a87-789f-41b2-8c51-6b60d6e6df32 2019-01-20 13:09:17,833 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-subnet 2019-01-20 13:09:17,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec60e323282ad314234da20a9ea3687062a2d362" -d '{"subnets": [{"ip_version": 4, "network_id": "c86c907e-7229-439d-9b7c-a00fbbb1c27f", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-subnet"}]}' 2019-01-20 13:09:18,489 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b4c49ee0-9069-475e-b99f-fe46c6465c5e Date: Sun, 20 Jan 2019 13:09:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c86c907e-7229-439d-9b7c-a00fbbb1c27f","tenant_id":"df0e53c192834945831d4862a4d57b19","created_at":"2019-01-20T13:09:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:09: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":"df0e53c192834945831d4862a4d57b19","id":"e22f486b-8415-45e3-918f-89d724846e80","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-subnet"}]} 2019-01-20 13:09:18,489 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-b4c49ee0-9069-475e-b99f-fe46c6465c5e 2019-01-20 13:09:18,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=c86c907e-7229-439d-9b7c-a00fbbb1c27f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec60e323282ad314234da20a9ea3687062a2d362" 2019-01-20 13:09:18,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8cf67bb0-8a8f-4eb8-8f1b-ebb282a5062e Date: Sun, 20 Jan 2019 13:09: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":["e22f486b-8415-45e3-918f-89d724846e80"],"updated_at":"2019-01-20T13:09:18Z","tenant_id":"df0e53c192834945831d4862a4d57b19","created_at":"2019-01-20T13:09:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"df0e53c192834945831d4862a4d57b19","id":"c86c907e-7229-439d-9b7c-a00fbbb1c27f","name":"CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net"}]} 2019-01-20 13:09:18,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=c86c907e-7229-439d-9b7c-a00fbbb1c27f used request id req-8cf67bb0-8a8f-4eb8-8f1b-ebb282a5062e 2019-01-20 13:09:18,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c86c907e-7229-439d-9b7c-a00fbbb1c27f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec60e323282ad314234da20a9ea3687062a2d362" 2019-01-20 13:09:18,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-310ae8b3-f01e-4f15-a53b-ce891eb6816e Date: Sun, 20 Jan 2019 13:09:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c86c907e-7229-439d-9b7c-a00fbbb1c27f","tenant_id":"df0e53c192834945831d4862a4d57b19","created_at":"2019-01-20T13:09:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:09: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":"df0e53c192834945831d4862a4d57b19","id":"e22f486b-8415-45e3-918f-89d724846e80","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-subnet"}]} 2019-01-20 13:09:18,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c86c907e-7229-439d-9b7c-a00fbbb1c27f used request id req-310ae8b3-f01e-4f15-a53b-ce891eb6816e 2019-01-20 13:09:18,685 - OpenStackNetwork - DEBUG - Network [c86c907e-7229-439d-9b7c-a00fbbb1c27f] created successfully 2019-01-20 13:09:18,685 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:18,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:19,068 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:09:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["GyfiH6UxR1qQZvfv3YfI4A"], "issued_at": "2019-01-20T13:09:19.000000Z"}} 2019-01-20 13:09:19,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c9e8d09277ce14c1e0a08ba135c9525f893bc8" 2019-01-20 13:09:19,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08c3ac45-3d2a-446a-af7b-2529c31ff19e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:19,141 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-08c3ac45-3d2a-446a-af7b-2529c31ff19e 2019-01-20 13:09:19,143 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:09:19,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c9e8d09277ce14c1e0a08ba135c9525f893bc8" 2019-01-20 13:09:19,709 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ccabd4bb-71be-4938-a81d-b83cc77710c4 x-compute-request-id: req-ccabd4bb-71be-4938-a81d-b83cc77710c4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:09:19,709 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-ccabd4bb-71be-4938-a81d-b83cc77710c4 2019-01-20 13:09:19,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c9e8d09277ce14c1e0a08ba135c9525f893bc8" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:09:19,779 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc95287e-6114-4e98-b9d4-8f7e4e2b3ab7 x-compute-request-id: req-fc95287e-6114-4e98-b9d4-8f7e4e2b3ab7 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/428fea0e-d7fb-426b-9db6-428156688bc1", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/428fea0e-d7fb-426b-9db6-428156688bc1", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "428fea0e-d7fb-426b-9db6-428156688bc1", "name": "CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:09:19,779 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-fc95287e-6114-4e98-b9d4-8f7e4e2b3ab7 2019-01-20 13:09:19,780 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:19,781 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:20,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8400f1612769460582fda89db4215c0e", "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj-role"}], "expires_at": "2019-01-20T14:09:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df0e53c192834945831d4862a4d57b19", "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/df0e53c192834945831d4862a4d57b19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/df0e53c192834945831d4862a4d57b19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/df0e53c192834945831d4862a4d57b19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/df0e53c192834945831d4862a4d57b19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/df0e53c192834945831d4862a4d57b19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/df0e53c192834945831d4862a4d57b19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/df0e53c192834945831d4862a4d57b19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/df0e53c192834945831d4862a4d57b19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/df0e53c192834945831d4862a4d57b19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/df0e53c192834945831d4862a4d57b19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/df0e53c192834945831d4862a4d57b19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/df0e53c192834945831d4862a4d57b19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-user", "id": "d9425aade4a04fb783e729873706dfdf"}, "audit_ids": ["hlOXJLD2QDy4JlUXxuBtVQ"], "issued_at": "2019-01-20T13:09:20.000000Z"}} 2019-01-20 13:09:20,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8544f735777197d5f0a48f776a97e1cca1df5c8f" 2019-01-20 13:09:20,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daa7b38f-f123-41d9-b9a8-4d1b88d200a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:20,236 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-daa7b38f-f123-41d9-b9a8-4d1b88d200a3 2019-01-20 13:09:20,237 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:09:20,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8544f735777197d5f0a48f776a97e1cca1df5c8f" 2019-01-20 13:09:20,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f184e69-a44d-4f29-9ad3-3b1c9e0e90aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:20,313 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9f184e69-a44d-4f29-9ad3-3b1c9e0e90aa 2019-01-20 13:09:20,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8544f735777197d5f0a48f776a97e1cca1df5c8f" 2019-01-20 13:09:20,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-46d8ae55-02cb-4540-a21b-361eb1571a3e Date: Sun, 20 Jan 2019 13:09: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":["e22f486b-8415-45e3-918f-89d724846e80"],"updated_at":"2019-01-20T13:09:18Z","tenant_id":"df0e53c192834945831d4862a4d57b19","created_at":"2019-01-20T13:09:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"df0e53c192834945831d4862a4d57b19","id":"c86c907e-7229-439d-9b7c-a00fbbb1c27f","name":"CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net"}]} 2019-01-20 13:09:20,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net used request id req-46d8ae55-02cb-4540-a21b-361eb1571a3e 2019-01-20 13:09:20,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:09:20,575 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:09:20,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/df0e53c192834945831d4862a4d57b19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8544f735777197d5f0a48f776a97e1cca1df5c8f" 2019-01-20 13:09:20,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18522bb2-2dac-4c15-856e-5cf5cc815fd5 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/df0e53c192834945831d4862a4d57b19"}, "enabled": true, "id": "df0e53c192834945831d4862a4d57b19", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj"}} 2019-01-20 13:09:20,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/df0e53c192834945831d4862a4d57b19 used request id req-18522bb2-2dac-4c15-856e-5cf5cc815fd5 2019-01-20 13:09:20,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c86c907e-7229-439d-9b7c-a00fbbb1c27f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8544f735777197d5f0a48f776a97e1cca1df5c8f" 2019-01-20 13:09:20,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9871244a-e1c4-4585-9fba-ecb996371ec0 Date: Sun, 20 Jan 2019 13:09:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c86c907e-7229-439d-9b7c-a00fbbb1c27f","tenant_id":"df0e53c192834945831d4862a4d57b19","created_at":"2019-01-20T13:09:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:09: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":"df0e53c192834945831d4862a4d57b19","id":"e22f486b-8415-45e3-918f-89d724846e80","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-subnet"}]} 2019-01-20 13:09:20,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c86c907e-7229-439d-9b7c-a00fbbb1c27f used request id req-9871244a-e1c4-4585-9fba-ecb996371ec0 2019-01-20 13:09:20,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=c86c907e-7229-439d-9b7c-a00fbbb1c27f&name=CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8544f735777197d5f0a48f776a97e1cca1df5c8f" 2019-01-20 13:09:21,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6788132d-dc69-40c1-90b2-60f0ca80ba51 Date: Sun, 20 Jan 2019 13:09:21 GMT RESP BODY: {"ports":[]} 2019-01-20 13:09:21,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=c86c907e-7229-439d-9b7c-a00fbbb1c27f&name=CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687port-1&admin_state_up=True used request id req-6788132d-dc69-40c1-90b2-60f0ca80ba51 2019-01-20 13:09:21,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8544f735777197d5f0a48f776a97e1cca1df5c8f" 2019-01-20 13:09:21,292 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-8991e791-95f2-420d-89ca-f18375beb721 x-compute-request-id: req-8991e791-95f2-420d-89ca-f18375beb721 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:09:21,292 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-inst used request id req-8991e791-95f2-420d-89ca-f18375beb721 2019-01-20 13:09:21,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8544f735777197d5f0a48f776a97e1cca1df5c8f" 2019-01-20 13:09:21,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-1ae0fea2-0117-47fc-80f5-0f8d396d26cc Date: Sun, 20 Jan 2019 13:09: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":["e22f486b-8415-45e3-918f-89d724846e80"],"updated_at":"2019-01-20T13:09:18Z","tenant_id":"df0e53c192834945831d4862a4d57b19","created_at":"2019-01-20T13:09:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"df0e53c192834945831d4862a4d57b19","id":"c86c907e-7229-439d-9b7c-a00fbbb1c27f","name":"CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net"}]} 2019-01-20 13:09:21,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net used request id req-1ae0fea2-0117-47fc-80f5-0f8d396d26cc 2019-01-20 13:09:21,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/df0e53c192834945831d4862a4d57b19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8544f735777197d5f0a48f776a97e1cca1df5c8f" 2019-01-20 13:09:21,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc90ee46-354d-43d0-a1bc-7f779515f3b3 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/df0e53c192834945831d4862a4d57b19"}, "enabled": true, "id": "df0e53c192834945831d4862a4d57b19", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj"}} 2019-01-20 13:09:21,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/df0e53c192834945831d4862a4d57b19 used request id req-dc90ee46-354d-43d0-a1bc-7f779515f3b3 2019-01-20 13:09:21,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c86c907e-7229-439d-9b7c-a00fbbb1c27f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8544f735777197d5f0a48f776a97e1cca1df5c8f" 2019-01-20 13:09:21,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ed7ff187-1496-4122-b94e-d4473f652643 Date: Sun, 20 Jan 2019 13:09:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c86c907e-7229-439d-9b7c-a00fbbb1c27f","tenant_id":"df0e53c192834945831d4862a4d57b19","created_at":"2019-01-20T13:09:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:09: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":"df0e53c192834945831d4862a4d57b19","id":"e22f486b-8415-45e3-918f-89d724846e80","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-subnet"}]} 2019-01-20 13:09:21,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c86c907e-7229-439d-9b7c-a00fbbb1c27f used request id req-ed7ff187-1496-4122-b94e-d4473f652643 2019-01-20 13:09:21,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=c86c907e-7229-439d-9b7c-a00fbbb1c27f&name=CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8544f735777197d5f0a48f776a97e1cca1df5c8f" 2019-01-20 13:09:21,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fbae8fd9-d67d-4db1-90fa-7880f12ed88f Date: Sun, 20 Jan 2019 13:09:21 GMT RESP BODY: {"ports":[]} 2019-01-20 13:09:21,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=c86c907e-7229-439d-9b7c-a00fbbb1c27f&name=CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687port-1&admin_state_up=True used request id req-fbae8fd9-d67d-4db1-90fa-7880f12ed88f 2019-01-20 13:09:21,863 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:21,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:22,241 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8400f1612769460582fda89db4215c0e", "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj-role"}], "expires_at": "2019-01-20T14:09:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df0e53c192834945831d4862a4d57b19", "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/df0e53c192834945831d4862a4d57b19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/df0e53c192834945831d4862a4d57b19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/df0e53c192834945831d4862a4d57b19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/df0e53c192834945831d4862a4d57b19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/df0e53c192834945831d4862a4d57b19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/df0e53c192834945831d4862a4d57b19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/df0e53c192834945831d4862a4d57b19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/df0e53c192834945831d4862a4d57b19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/df0e53c192834945831d4862a4d57b19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/df0e53c192834945831d4862a4d57b19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/df0e53c192834945831d4862a4d57b19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/df0e53c192834945831d4862a4d57b19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-user", "id": "d9425aade4a04fb783e729873706dfdf"}, "audit_ids": ["UYmOpBjFRZWwo6_6Dql4zg"], "issued_at": "2019-01-20T13:09:22.000000Z"}} 2019-01-20 13:09:22,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50db89759ba112f0279bd42060f9c2ac640b1909" 2019-01-20 13:09:22,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c3448b8-21e3-4e44-98bc-44e4353ecfea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:22,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3c3448b8-21e3-4e44-98bc-44e4353ecfea 2019-01-20 13:09:22,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8544f735777197d5f0a48f776a97e1cca1df5c8f" 2019-01-20 13:09:22,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-12074ca0-4801-4e62-aa30-0b5fa49e94ed Date: Sun, 20 Jan 2019 13:09: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":["e22f486b-8415-45e3-918f-89d724846e80"],"updated_at":"2019-01-20T13:09:18Z","tenant_id":"df0e53c192834945831d4862a4d57b19","created_at":"2019-01-20T13:09:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"df0e53c192834945831d4862a4d57b19","id":"c86c907e-7229-439d-9b7c-a00fbbb1c27f","name":"CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net"}]} 2019-01-20 13:09:22,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net used request id req-12074ca0-4801-4e62-aa30-0b5fa49e94ed 2019-01-20 13:09:22,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c86c907e-7229-439d-9b7c-a00fbbb1c27f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8544f735777197d5f0a48f776a97e1cca1df5c8f" 2019-01-20 13:09:22,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f2836443-f032-4c7f-b327-ac358e6acdad Date: Sun, 20 Jan 2019 13:09:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c86c907e-7229-439d-9b7c-a00fbbb1c27f","tenant_id":"df0e53c192834945831d4862a4d57b19","created_at":"2019-01-20T13:09:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:09: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":"df0e53c192834945831d4862a4d57b19","id":"e22f486b-8415-45e3-918f-89d724846e80","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-subnet"}]} 2019-01-20 13:09:22,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c86c907e-7229-439d-9b7c-a00fbbb1c27f used request id req-f2836443-f032-4c7f-b327-ac358e6acdad 2019-01-20 13:09:22,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8544f735777197d5f0a48f776a97e1cca1df5c8f" 2019-01-20 13:09:23,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-66dd3a47-32ce-462a-a63e-7cdeb5b7635d Date: Sun, 20 Jan 2019 13:09: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":["e22f486b-8415-45e3-918f-89d724846e80"],"updated_at":"2019-01-20T13:09:18Z","tenant_id":"df0e53c192834945831d4862a4d57b19","created_at":"2019-01-20T13:09:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"df0e53c192834945831d4862a4d57b19","id":"c86c907e-7229-439d-9b7c-a00fbbb1c27f","name":"CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net"}]} 2019-01-20 13:09:23,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net used request id req-66dd3a47-32ce-462a-a63e-7cdeb5b7635d 2019-01-20 13:09:23,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:09:23,049 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:09: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:09:23,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/df0e53c192834945831d4862a4d57b19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50db89759ba112f0279bd42060f9c2ac640b1909" 2019-01-20 13:09:23,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-438931d4-c574-4771-a59d-ab081ea2918b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/df0e53c192834945831d4862a4d57b19"}, "enabled": true, "id": "df0e53c192834945831d4862a4d57b19", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj"}} 2019-01-20 13:09:23,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/df0e53c192834945831d4862a4d57b19 used request id req-438931d4-c574-4771-a59d-ab081ea2918b 2019-01-20 13:09:23,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c86c907e-7229-439d-9b7c-a00fbbb1c27f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8544f735777197d5f0a48f776a97e1cca1df5c8f" 2019-01-20 13:09:23,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4722b69b-1747-4ccf-b066-97c27426a92b Date: Sun, 20 Jan 2019 13:09:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c86c907e-7229-439d-9b7c-a00fbbb1c27f","tenant_id":"df0e53c192834945831d4862a4d57b19","created_at":"2019-01-20T13:09:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:09: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":"df0e53c192834945831d4862a4d57b19","id":"e22f486b-8415-45e3-918f-89d724846e80","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-subnet"}]} 2019-01-20 13:09:23,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c86c907e-7229-439d-9b7c-a00fbbb1c27f used request id req-4722b69b-1747-4ccf-b066-97c27426a92b 2019-01-20 13:09:23,190 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net 2019-01-20 13:09:23,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8544f735777197d5f0a48f776a97e1cca1df5c8f" -d '{"port": {"network_id": "c86c907e-7229-439d-9b7c-a00fbbb1c27f", "name": "CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687port-1", "allowed_address_pairs": [{"ip_address": "foo", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2019-01-20 13:09:23,352 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 104 Content-Type: application/json X-Openstack-Request-Id: req-159fc414-2169-40a9-a956-f1417b44e212 Date: Sun, 20 Jan 2019 13:09:23 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2019-01-20 13:09:23,352 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-159fc414-2169-40a9-a956-f1417b44e212 2019-01-20 13:09:23,352 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2019-01-20 13:09:23,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/428fea0e-d7fb-426b-9db6-428156688bc1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13c9e8d09277ce14c1e0a08ba135c9525f893bc8" 2019-01-20 13:09:23,403 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:09: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-3c69051f-3696-44f2-a06d-c7deac9733cf x-compute-request-id: req-3c69051f-3696-44f2-a06d-c7deac9733cf Content-Length: 0 Content-Type: application/json 2019-01-20 13:09:23,404 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/428fea0e-d7fb-426b-9db6-428156688bc1 used request id req-3c69051f-3696-44f2-a06d-c7deac9733cf 2019-01-20 13:09:23,405 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-subnet 2019-01-20 13:09:23,405 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-subnet 2019-01-20 13:09:23,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/e22f486b-8415-45e3-918f-89d724846e80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec60e323282ad314234da20a9ea3687062a2d362" 2019-01-20 13:09:25,530 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-467bef30-4a2f-4b02-8838-90cf90294760 Date: Sun, 20 Jan 2019 13:09:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:09:25,531 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/e22f486b-8415-45e3-918f-89d724846e80 used request id req-467bef30-4a2f-4b02-8838-90cf90294760 2019-01-20 13:09:25,531 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-pub-net 2019-01-20 13:09:25,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/c86c907e-7229-439d-9b7c-a00fbbb1c27f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec60e323282ad314234da20a9ea3687062a2d362" 2019-01-20 13:09:26,619 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-002552a6-4ad9-40a8-871c-b774c1e5a3af Date: Sun, 20 Jan 2019 13:09:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:09:26,620 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/c86c907e-7229-439d-9b7c-a00fbbb1c27f used request id req-002552a6-4ad9-40a8-871c-b774c1e5a3af 2019-01-20 13:09:26,620 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-732256f1-4a1c-4684-bdd1-2feed0cf3687-image 2019-01-20 13:09:26,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/a12ed920-274a-4d94-b931-8bf63bdb48f6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1276141920f9b3612749843a9338d45e26065801" 2019-01-20 13:09:28,784 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0d785e38-3805-48ae-bc2d-115c6c925aff Date: Sun, 20 Jan 2019 13:09:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:09:28,784 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/a12ed920-274a-4d94-b931-8bf63bdb48f6 used request id req-0d785e38-3805-48ae-bc2d-115c6c925aff 2019-01-20 13:09:28,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9ad12040dd08918017316760fc42b74590a68f" 2019-01-20 13:09:29,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-e17d6221-c148-4254-8d39-f170c81c6c07 Date: Sun, 20 Jan 2019 13:09:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "df0e53c192834945831d4862a4d57b19", "created_at": "2019-01-20T13:09:17Z", "updated_at": "2019-01-20T13:09:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:09:17Z", "revision_number": 0, "id": "717c2953-d79e-4eea-ac7b-94041b1c1ff0", "remote_group_id": "3813d557-b24a-4c2f-8819-4a85df13bd1c", "remote_ip_prefix": null, "created_at": "2019-01-20T13:09:17Z", "security_group_id": "3813d557-b24a-4c2f-8819-4a85df13bd1c", "tenant_id": "df0e53c192834945831d4862a4d57b19", "port_range_min": null, "ethertype": "IPv6", "project_id": "df0e53c192834945831d4862a4d57b19"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:09:17Z", "revision_number": 0, "id": "a62b2bac-6b62-4d79-b26e-dd42bd02d734", "remote_group_id": "3813d557-b24a-4c2f-8819-4a85df13bd1c", "remote_ip_prefix": null, "created_at": "2019-01-20T13:09:17Z", "security_group_id": "3813d557-b24a-4c2f-8819-4a85df13bd1c", "tenant_id": "df0e53c192834945831d4862a4d57b19", "port_range_min": null, "ethertype": "IPv4", "project_id": "df0e53c192834945831d4862a4d57b19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:09:17Z", "revision_number": 0, "id": "c848941a-5ca6-458a-9532-aee288a7454c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:09:17Z", "security_group_id": "3813d557-b24a-4c2f-8819-4a85df13bd1c", "tenant_id": "df0e53c192834945831d4862a4d57b19", "port_range_min": null, "ethertype": "IPv6", "project_id": "df0e53c192834945831d4862a4d57b19"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:09:17Z", "revision_number": 0, "id": "fc09eb51-e516-428b-a916-40515f9dd7a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:09:17Z", "security_group_id": "3813d557-b24a-4c2f-8819-4a85df13bd1c", "tenant_id": "df0e53c192834945831d4862a4d57b19", "port_range_min": null, "ethertype": "IPv4", "project_id": "df0e53c192834945831d4862a4d57b19"}], "revision_number": 4, "project_id": "df0e53c192834945831d4862a4d57b19", "id": "3813d557-b24a-4c2f-8819-4a85df13bd1c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:09:29,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-e17d6221-c148-4254-8d39-f170c81c6c07 2019-01-20 13:09:29,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9ad12040dd08918017316760fc42b74590a68f" 2019-01-20 13:09:29,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fea30c3f-106e-4470-bb32-d5b711d63869 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:09:29,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-fea30c3f-106e-4470-bb32-d5b711d63869 2019-01-20 13:09:29,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9ad12040dd08918017316760fc42b74590a68f" 2019-01-20 13:09:29,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-224c9c76-1bfd-4f76-9f5c-625600dd7fdc 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:09:29,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-224c9c76-1bfd-4f76-9f5c-625600dd7fdc 2019-01-20 13:09:29,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/df0e53c192834945831d4862a4d57b19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9ad12040dd08918017316760fc42b74590a68f" 2019-01-20 13:09:29,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53740684-4556-4e7e-8e6b-3e247b0b758b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/df0e53c192834945831d4862a4d57b19"}, "enabled": true, "id": "df0e53c192834945831d4862a4d57b19", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj"}} 2019-01-20 13:09:29,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/df0e53c192834945831d4862a4d57b19 used request id req-53740684-4556-4e7e-8e6b-3e247b0b758b 2019-01-20 13:09:29,286 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3813d557-b24a-4c2f-8819-4a85df13bd1c 2019-01-20 13:09:29,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=3813d557-b24a-4c2f-8819-4a85df13bd1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9ad12040dd08918017316760fc42b74590a68f" 2019-01-20 13:09:29,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a59d6c31-3235-4479-8887-4fcde52c16f2 Date: Sun, 20 Jan 2019 13:09:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "3813d557-b24a-4c2f-8819-4a85df13bd1c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:09:17Z", "security_group_id": "3813d557-b24a-4c2f-8819-4a85df13bd1c", "port_range_min": null, "revision_number": 0, "tenant_id": "df0e53c192834945831d4862a4d57b19", "created_at": "2019-01-20T13:09:17Z", "project_id": "df0e53c192834945831d4862a4d57b19", "id": "717c2953-d79e-4eea-ac7b-94041b1c1ff0"}, {"remote_group_id": "3813d557-b24a-4c2f-8819-4a85df13bd1c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:09:17Z", "security_group_id": "3813d557-b24a-4c2f-8819-4a85df13bd1c", "port_range_min": null, "revision_number": 0, "tenant_id": "df0e53c192834945831d4862a4d57b19", "created_at": "2019-01-20T13:09:17Z", "project_id": "df0e53c192834945831d4862a4d57b19", "id": "a62b2bac-6b62-4d79-b26e-dd42bd02d734"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:09:17Z", "security_group_id": "3813d557-b24a-4c2f-8819-4a85df13bd1c", "port_range_min": null, "revision_number": 0, "tenant_id": "df0e53c192834945831d4862a4d57b19", "created_at": "2019-01-20T13:09:17Z", "project_id": "df0e53c192834945831d4862a4d57b19", "id": "c848941a-5ca6-458a-9532-aee288a7454c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:09:17Z", "security_group_id": "3813d557-b24a-4c2f-8819-4a85df13bd1c", "port_range_min": null, "revision_number": 0, "tenant_id": "df0e53c192834945831d4862a4d57b19", "created_at": "2019-01-20T13:09:17Z", "project_id": "df0e53c192834945831d4862a4d57b19", "id": "fc09eb51-e516-428b-a916-40515f9dd7a2"}]} 2019-01-20 13:09:29,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=3813d557-b24a-4c2f-8819-4a85df13bd1c used request id req-a59d6c31-3235-4479-8887-4fcde52c16f2 2019-01-20 13:09:29,476 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:09:29,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/3813d557-b24a-4c2f-8819-4a85df13bd1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9ad12040dd08918017316760fc42b74590a68f" 2019-01-20 13:09:29,857 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-da7a7687-5c01-42b0-a17c-dfa5504da17d Content-Length: 0 Date: Sun, 20 Jan 2019 13:09:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:09:29,858 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/3813d557-b24a-4c2f-8819-4a85df13bd1c used request id req-da7a7687-5c01-42b0-a17c-dfa5504da17d 2019-01-20 13:09:29,858 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj 2019-01-20 13:09:29,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/df0e53c192834945831d4862a4d57b19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9ad12040dd08918017316760fc42b74590a68f" 2019-01-20 13:09:30,081 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:09:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c72ab3e3-70e3-4f45-98c9-5ce45fb54c6a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:09:30,081 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/df0e53c192834945831d4862a4d57b19 used request id req-c72ab3e3-70e3-4f45-98c9-5ce45fb54c6a 2019-01-20 13:09:30,081 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-proj-role 2019-01-20 13:09:30,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/8400f1612769460582fda89db4215c0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9ad12040dd08918017316760fc42b74590a68f" 2019-01-20 13:09:30,192 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:09:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70ce768b-a7c6-41b7-ad52-90167ca84cc8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:09:30,192 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/8400f1612769460582fda89db4215c0e used request id req-70ce768b-a7c6-41b7-ad52-90167ca84cc8 2019-01-20 13:09:30,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9ad12040dd08918017316760fc42b74590a68f" 2019-01-20 13:09:30,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-536c4148-8413-4778-bf6d-f723e0fc390f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:09:30,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-536c4148-8413-4778-bf6d-f723e0fc390f 2019-01-20 13:09:30,284 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-5b9d8e6d-ad21-498-user 2019-01-20 13:09:30,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/d9425aade4a04fb783e729873706dfdf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b736ee84c28dbd85350c603915da1b2325a85d" 2019-01-20 13:09:30,490 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:09:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfac3f7d-1a54-47f3-b2bd-cd9a53d5a27e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:09:30,490 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/d9425aade4a04fb783e729873706dfdf used request id req-cfac3f7d-1a54-47f3-b2bd-cd9a53d5a27e 2019-01-20 13:09:30,492 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:30,865 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:09:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["MOOt8fs6TMqxY1M0l-p6QQ"], "issued_at": "2019-01-20T13:09:30.000000Z"}} 2019-01-20 13:09:30,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70af8a8c271f17a76b2089f23b48d0bfebff9580" 2019-01-20 13:09:31,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03b8410d-236d-4b86-afa5-ad2485830f53 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:31,037 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-03b8410d-236d-4b86-afa5-ad2485830f53 2019-01-20 13:09:31,039 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:31,039 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:31,433 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:09:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["8Bhe3NCcQMqL-Fc8W0nJvg"], "issued_at": "2019-01-20T13:09:31.000000Z"}} 2019-01-20 13:09:31,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24638be2746bbcfc7a30026732443160e2683ea4" 2019-01-20 13:09:31,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05d6df09-12c7-4071-afdd-f9b13baff743 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:31,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-05d6df09-12c7-4071-afdd-f9b13baff743 2019-01-20 13:09:31,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:09:31,456 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:09: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:09:31,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24638be2746bbcfc7a30026732443160e2683ea4" 2019-01-20 13:09:31,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fcae104-dcce-4062-a9cc-4ebe17587da1 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:09:31,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj used request id req-5fcae104-dcce-4062-a9cc-4ebe17587da1 2019-01-20 13:09:31,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24638be2746bbcfc7a30026732443160e2683ea4" 2019-01-20 13:09:31,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-652b840b-3e0f-4e69-9144-c378add59bb6 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:09:31,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-652b840b-3e0f-4e69-9144-c378add59bb6 2019-01-20 13:09:31,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24638be2746bbcfc7a30026732443160e2683ea4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj"}}' 2019-01-20 13:09:31,767 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:09:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91bcf37a-dad9-4270-a509-7e2e0c40bc8e Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ea6544e866f47308696bdb707b6b2be"}, "enabled": true, "id": "8ea6544e866f47308696bdb707b6b2be", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj"}} 2019-01-20 13:09:31,767 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-91bcf37a-dad9-4270-a509-7e2e0c40bc8e 2019-01-20 13:09:31,767 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj 2019-01-20 13:09:31,767 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:31,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:32,158 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:09:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["eEAqSDe1TZuipIHWSJ80TA"], "issued_at": "2019-01-20T13:09:32.000000Z"}} 2019-01-20 13:09:32,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}583c4819506afd504a011798d178dc875913827e" 2019-01-20 13:09:32,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9e68f74-c091-4788-9025-e846e4617807 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:32,236 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a9e68f74-c091-4788-9025-e846e4617807 2019-01-20 13:09:32,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:09:32,246 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:09: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:09:32,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}583c4819506afd504a011798d178dc875913827e" 2019-01-20 13:09:32,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97c1ee52-9960-4b6f-a72a-7084c886570f Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:09:32,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-97c1ee52-9960-4b6f-a72a-7084c886570f 2019-01-20 13:09:32,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}583c4819506afd504a011798d178dc875913827e" 2019-01-20 13:09:32,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71afeb89-3dfe-4102-a718-efbc4bae4c00 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ea6544e866f47308696bdb707b6b2be"}, "enabled": true, "id": "8ea6544e866f47308696bdb707b6b2be", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj"}]} 2019-01-20 13:09:32,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj used request id req-71afeb89-3dfe-4102-a718-efbc4bae4c00 2019-01-20 13:09:32,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}583c4819506afd504a011798d178dc875913827e" 2019-01-20 13:09:32,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8716167-34da-4a92-81ba-2f5ce505f786 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:09:32,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-d8716167-34da-4a92-81ba-2f5ce505f786 2019-01-20 13:09:32,839 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-user 2019-01-20 13:09:32,839 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:32,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24638be2746bbcfc7a30026732443160e2683ea4" 2019-01-20 13:09:32,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9db02150-4028-4662-b636-159fc39073c6 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:09:32,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9db02150-4028-4662-b636-159fc39073c6 2019-01-20 13:09:32,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24638be2746bbcfc7a30026732443160e2683ea4" -d '{"role": {"name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj-role"}}' 2019-01-20 13:09:33,054 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:09:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92b5a5ae-e186-436c-aa5c-db78091adee5 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b1f9cc84dfc14affa419f69f961b7fc6", "links": {"self": "http://172.30.9.22:5000/v3/roles/b1f9cc84dfc14affa419f69f961b7fc6"}, "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj-role"}} 2019-01-20 13:09:33,054 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-92b5a5ae-e186-436c-aa5c-db78091adee5 2019-01-20 13:09:33,054 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj-role 2019-01-20 13:09:33,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/b1f9cc84dfc14affa419f69f961b7fc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24638be2746bbcfc7a30026732443160e2683ea4" 2019-01-20 13:09:33,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69fd1c15-5bfb-4b2c-a24a-f3cbe8097268 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/b1f9cc84dfc14affa419f69f961b7fc6"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj-role", "id": "b1f9cc84dfc14affa419f69f961b7fc6"}} 2019-01-20 13:09:33,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/b1f9cc84dfc14affa419f69f961b7fc6 used request id req-69fd1c15-5bfb-4b2c-a24a-f3cbe8097268 2019-01-20 13:09:33,074 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj-role to project CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj 2019-01-20 13:09:33,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/8ea6544e866f47308696bdb707b6b2be/users/c2365cee243a437b86068cf46bf5a5d3/roles/b1f9cc84dfc14affa419f69f961b7fc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24638be2746bbcfc7a30026732443160e2683ea4" 2019-01-20 13:09:33,206 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:09:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51894c87-35c0-45b8-a692-cfb24a56e153 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:09:33,207 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/8ea6544e866f47308696bdb707b6b2be/users/c2365cee243a437b86068cf46bf5a5d3/roles/b1f9cc84dfc14affa419f69f961b7fc6 used request id req-51894c87-35c0-45b8-a692-cfb24a56e153 2019-01-20 13:09:33,207 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:09:33,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:33,208 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:33,587 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b1f9cc84dfc14affa419f69f961b7fc6", "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj-role"}], "expires_at": "2019-01-20T14:09:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ea6544e866f47308696bdb707b6b2be", "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ea6544e866f47308696bdb707b6b2be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/8ea6544e866f47308696bdb707b6b2be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/8ea6544e866f47308696bdb707b6b2be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ea6544e866f47308696bdb707b6b2be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/8ea6544e866f47308696bdb707b6b2be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/8ea6544e866f47308696bdb707b6b2be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-user", "id": "c2365cee243a437b86068cf46bf5a5d3"}, "audit_ids": ["nsxTWHZxQNKDt56VZyqo3g"], "issued_at": "2019-01-20T13:09:33.000000Z"}} 2019-01-20 13:09:33,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b3b86ead6e34fb562103dd9382f2fc53fb502c" 2019-01-20 13:09:33,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db807c46-71bd-43d5-877f-5adde0e79246 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:33,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-db807c46-71bd-43d5-877f-5adde0e79246 2019-01-20 13:09:33,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a8b3b86ead6e34fb562103dd9382f2fc53fb502c" 2019-01-20 13:09:33,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-0fbcbc1e-864d-4378-a41a-5a435855f2f0 Date: Sun, 20 Jan 2019 13:09:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-image"} 2019-01-20 13:09:33,853 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-image used request id req-0fbcbc1e-864d-4378-a41a-5a435855f2f0 2019-01-20 13:09:33,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a8b3b86ead6e34fb562103dd9382f2fc53fb502c" 2019-01-20 13:09:34,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-19f7dbde-fcd0-418c-9617-5d8e2312f10b Date: Sun, 20 Jan 2019 13:09: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"}}} 2019-01-20 13:09:34,018 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-19f7dbde-fcd0-418c-9617-5d8e2312f10b 2019-01-20 13:09:34,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a8b3b86ead6e34fb562103dd9382f2fc53fb502c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-image"}' 2019-01-20 13:09:34,243 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9 X-Openstack-Request-Id: req-1173a5fd-7da0-4bb8-8da0-bc0a18b0b1b3 Date: Sun, 20 Jan 2019 13:09:34 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:09:34Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:09:34Z", "visibility": "shared", "locations": [], "self": "/v2/images/8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9", "min_disk": 0, "protected": false, "id": "8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9", "file": "/v2/images/8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9/file", "checksum": null, "owner": "8ea6544e866f47308696bdb707b6b2be", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:09:34,243 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-1173a5fd-7da0-4bb8-8da0-bc0a18b0b1b3 2019-01-20 13:09:34,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a8b3b86ead6e34fb562103dd9382f2fc53fb502c" -d '' 2019-01-20 13:09:35,634 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e3fe43a5-5911-4354-a4bf-0183176f4f0f Date: Sun, 20 Jan 2019 13:09:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:09:35,634 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9/file used request id req-e3fe43a5-5911-4354-a4bf-0183176f4f0f 2019-01-20 13:09:35,635 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:09:35,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a8b3b86ead6e34fb562103dd9382f2fc53fb502c" 2019-01-20 13:09:35,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-d8bfaa7d-a3eb-4bbb-8b9f-bdec296f1688 Date: Sun, 20 Jan 2019 13:09:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:09:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:09:35Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9/snap", "metadata": {}}], "self": "/v2/images/8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9", "min_disk": 0, "protected": false, "id": "8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9", "file": "/v2/images/8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8ea6544e866f47308696bdb707b6b2be", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:09:35,799 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9 used request id req-d8bfaa7d-a3eb-4bbb-8b9f-bdec296f1688 2019-01-20 13:09:35,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a8b3b86ead6e34fb562103dd9382f2fc53fb502c" 2019-01-20 13:09:35,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6ccddcfb-ca8f-403f-8c79-5e651d066bf5 Date: Sun, 20 Jan 2019 13:09: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"}}} 2019-01-20 13:09:35,946 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-6ccddcfb-ca8f-403f-8c79-5e651d066bf5 2019-01-20 13:09:35,949 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-image 2019-01-20 13:09:35,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a8b3b86ead6e34fb562103dd9382f2fc53fb502c" 2019-01-20 13:09:36,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-0bd30d92-4b0f-4acb-850b-51cdf1a96fc8 Date: Sun, 20 Jan 2019 13:09:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:09:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:09:35Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9/snap", "metadata": {}}], "self": "/v2/images/8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9", "min_disk": 0, "protected": false, "id": "8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9", "file": "/v2/images/8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8ea6544e866f47308696bdb707b6b2be", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:09:36,112 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9 used request id req-0bd30d92-4b0f-4acb-850b-51cdf1a96fc8 2019-01-20 13:09:36,113 - create_image - DEBUG - Instance status is - active 2019-01-20 13:09:36,113 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-image 2019-01-20 13:09:36,113 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-image 2019-01-20 13:09:36,113 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:36,114 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:36,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b1f9cc84dfc14affa419f69f961b7fc6", "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj-role"}], "expires_at": "2019-01-20T14:09:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ea6544e866f47308696bdb707b6b2be", "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ea6544e866f47308696bdb707b6b2be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/8ea6544e866f47308696bdb707b6b2be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/8ea6544e866f47308696bdb707b6b2be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ea6544e866f47308696bdb707b6b2be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/8ea6544e866f47308696bdb707b6b2be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/8ea6544e866f47308696bdb707b6b2be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-user", "id": "c2365cee243a437b86068cf46bf5a5d3"}, "audit_ids": ["KQpBymcPQCOY3LTYVAWhCA"], "issued_at": "2019-01-20T13:09:36.000000Z"}} 2019-01-20 13:09:36,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae8d8c487792862ff54f2bd91defe3289a5b666" 2019-01-20 13:09:36,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f43f5a7-2535-4a6b-a414-e4104b921a00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:36,569 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9f43f5a7-2535-4a6b-a414-e4104b921a00 2019-01-20 13:09:36,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae8d8c487792862ff54f2bd91defe3289a5b666" 2019-01-20 13:09:36,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-66da5ccf-6e00-4987-81ea-d431eb69da5c Date: Sun, 20 Jan 2019 13:09:36 GMT RESP BODY: {"networks":[]} 2019-01-20 13:09:36,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net used request id req-66da5ccf-6e00-4987-81ea-d431eb69da5c 2019-01-20 13:09:36,745 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net 2019-01-20 13:09:36,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae8d8c487792862ff54f2bd91defe3289a5b666" -d '{"network": {"name": "CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net", "admin_state_up": true}}' 2019-01-20 13:09:37,423 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-9563ca7f-aac5-4c1e-9d39-7c296fd211ae Date: Sun, 20 Jan 2019 13:09:37 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8ea6544e866f47308696bdb707b6b2be","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:09:37Z","is_default":false,"name":"CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8ea6544e866f47308696bdb707b6b2be","created_at":"2019-01-20T13:09:37Z","mtu":1450}} 2019-01-20 13:09:37,424 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-9563ca7f-aac5-4c1e-9d39-7c296fd211ae 2019-01-20 13:09:37,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae8d8c487792862ff54f2bd91defe3289a5b666" 2019-01-20 13:09:37,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-991b0432-c050-4fb8-b739-6d8c7bfc581c Date: Sun, 20 Jan 2019 13:09: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":"2019-01-20T13:09:37Z","tenant_id":"8ea6544e866f47308696bdb707b6b2be","created_at":"2019-01-20T13:09:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ea6544e866f47308696bdb707b6b2be","id":"9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641","name":"CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net"}]} 2019-01-20 13:09:37,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641 used request id req-991b0432-c050-4fb8-b739-6d8c7bfc581c 2019-01-20 13:09:37,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae8d8c487792862ff54f2bd91defe3289a5b666" 2019-01-20 13:09:37,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c1d962ce-55f7-4bb7-827b-c428810cd8da Date: Sun, 20 Jan 2019 13:09:37 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:09:37,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641 used request id req-c1d962ce-55f7-4bb7-827b-c428810cd8da 2019-01-20 13:09:37,709 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-subnet 2019-01-20 13:09:37,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae8d8c487792862ff54f2bd91defe3289a5b666" -d '{"subnets": [{"ip_version": 4, "network_id": "9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-subnet"}]}' 2019-01-20 13:09:38,400 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9df6efcf-d923-4cf3-8731-cab7d80ccc21 Date: Sun, 20 Jan 2019 13:09:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641","tenant_id":"8ea6544e866f47308696bdb707b6b2be","created_at":"2019-01-20T13:09:38Z","dns_nameservers":[],"updated_at":"2019-01-20T13:09: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":"8ea6544e866f47308696bdb707b6b2be","id":"d60f1ea0-fb76-4775-8602-5277ea430812","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-subnet"}]} 2019-01-20 13:09:38,400 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-9df6efcf-d923-4cf3-8731-cab7d80ccc21 2019-01-20 13:09:38,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae8d8c487792862ff54f2bd91defe3289a5b666" 2019-01-20 13:09:38,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-2df32e50-3411-45f8-93ca-a7946ca5c58b Date: Sun, 20 Jan 2019 13:09: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":["d60f1ea0-fb76-4775-8602-5277ea430812"],"updated_at":"2019-01-20T13:09:38Z","tenant_id":"8ea6544e866f47308696bdb707b6b2be","created_at":"2019-01-20T13:09:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8ea6544e866f47308696bdb707b6b2be","id":"9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641","name":"CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net"}]} 2019-01-20 13:09:38,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641 used request id req-2df32e50-3411-45f8-93ca-a7946ca5c58b 2019-01-20 13:09:38,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae8d8c487792862ff54f2bd91defe3289a5b666" 2019-01-20 13:09:38,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0bffcbef-054c-4b03-b9a1-b2e453125c84 Date: Sun, 20 Jan 2019 13:09:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641","tenant_id":"8ea6544e866f47308696bdb707b6b2be","created_at":"2019-01-20T13:09:38Z","dns_nameservers":[],"updated_at":"2019-01-20T13:09: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":"8ea6544e866f47308696bdb707b6b2be","id":"d60f1ea0-fb76-4775-8602-5277ea430812","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-subnet"}]} 2019-01-20 13:09:38,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641 used request id req-0bffcbef-054c-4b03-b9a1-b2e453125c84 2019-01-20 13:09:38,906 - OpenStackNetwork - DEBUG - Network [9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641] created successfully 2019-01-20 13:09:38,906 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:38,907 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:39,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:09:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["coWn9-CTRBqcbsqPCATN9w"], "issued_at": "2019-01-20T13:09:39.000000Z"}} 2019-01-20 13:09:39,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22906a422409f466a4f83e082f1f660e072e2aa2" 2019-01-20 13:09:39,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcf72ddc-c12f-4002-92ed-fb0f536af18a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:39,375 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-dcf72ddc-c12f-4002-92ed-fb0f536af18a 2019-01-20 13:09:39,376 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:09:39,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22906a422409f466a4f83e082f1f660e072e2aa2" 2019-01-20 13:09:39,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a2430a65-1df7-49e9-a9c5-a051757d0df5 x-compute-request-id: req-a2430a65-1df7-49e9-a9c5-a051757d0df5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:09:39,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-a2430a65-1df7-49e9-a9c5-a051757d0df5 2019-01-20 13:09:39,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22906a422409f466a4f83e082f1f660e072e2aa2" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:09:39,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2bd7b14-33b8-453d-b9e6-5f98f36d45ac x-compute-request-id: req-f2bd7b14-33b8-453d-b9e6-5f98f36d45ac Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a3fcc994-2a28-4576-b425-2eb66eb5666e", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a3fcc994-2a28-4576-b425-2eb66eb5666e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a3fcc994-2a28-4576-b425-2eb66eb5666e", "name": "CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:09:39,617 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f2bd7b14-33b8-453d-b9e6-5f98f36d45ac 2019-01-20 13:09:39,618 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:39,619 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:39,993 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b1f9cc84dfc14affa419f69f961b7fc6", "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj-role"}], "expires_at": "2019-01-20T14:09:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ea6544e866f47308696bdb707b6b2be", "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ea6544e866f47308696bdb707b6b2be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/8ea6544e866f47308696bdb707b6b2be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/8ea6544e866f47308696bdb707b6b2be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ea6544e866f47308696bdb707b6b2be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/8ea6544e866f47308696bdb707b6b2be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/8ea6544e866f47308696bdb707b6b2be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-user", "id": "c2365cee243a437b86068cf46bf5a5d3"}, "audit_ids": ["eLknGkccQBGRtlghLmUfLw"], "issued_at": "2019-01-20T13:09:39.000000Z"}} 2019-01-20 13:09:39,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254466343cee4d639b5daf561465903349fdcc9f" 2019-01-20 13:09:40,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79135e0a-8ae6-4681-a24b-ebd77d644f60 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:40,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-79135e0a-8ae6-4681-a24b-ebd77d644f60 2019-01-20 13:09:40,069 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:09:40,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254466343cee4d639b5daf561465903349fdcc9f" 2019-01-20 13:09:40,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7259aa35-6622-402d-95e4-d65539ef43c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:40,143 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7259aa35-6622-402d-95e4-d65539ef43c4 2019-01-20 13:09:40,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254466343cee4d639b5daf561465903349fdcc9f" 2019-01-20 13:09:40,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-27d5e1bf-6778-4ed6-8c45-9d477c6e956d Date: Sun, 20 Jan 2019 13:09: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":["d60f1ea0-fb76-4775-8602-5277ea430812"],"updated_at":"2019-01-20T13:09:38Z","tenant_id":"8ea6544e866f47308696bdb707b6b2be","created_at":"2019-01-20T13:09:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8ea6544e866f47308696bdb707b6b2be","id":"9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641","name":"CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net"}]} 2019-01-20 13:09:40,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net used request id req-27d5e1bf-6778-4ed6-8c45-9d477c6e956d 2019-01-20 13:09:40,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:09:40,405 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:09: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:09:40,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8ea6544e866f47308696bdb707b6b2be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254466343cee4d639b5daf561465903349fdcc9f" 2019-01-20 13:09:40,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-529a032f-fa83-44a8-a4d5-7bdd1f4e81f4 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ea6544e866f47308696bdb707b6b2be"}, "enabled": true, "id": "8ea6544e866f47308696bdb707b6b2be", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj"}} 2019-01-20 13:09:40,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8ea6544e866f47308696bdb707b6b2be used request id req-529a032f-fa83-44a8-a4d5-7bdd1f4e81f4 2019-01-20 13:09:40,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254466343cee4d639b5daf561465903349fdcc9f" 2019-01-20 13:09:40,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c9774eb2-4636-45d8-89c0-9ab14acdcd57 Date: Sun, 20 Jan 2019 13:09:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641","tenant_id":"8ea6544e866f47308696bdb707b6b2be","created_at":"2019-01-20T13:09:38Z","dns_nameservers":[],"updated_at":"2019-01-20T13:09: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":"8ea6544e866f47308696bdb707b6b2be","id":"d60f1ea0-fb76-4775-8602-5277ea430812","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-subnet"}]} 2019-01-20 13:09:40,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641 used request id req-c9774eb2-4636-45d8-89c0-9ab14acdcd57 2019-01-20 13:09:40,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641&name=CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254466343cee4d639b5daf561465903349fdcc9f" 2019-01-20 13:09:40,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9050c6e7-454a-4c85-bba4-c3d0c6ece613 Date: Sun, 20 Jan 2019 13:09:40 GMT RESP BODY: {"ports":[]} 2019-01-20 13:09:40,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641&name=CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40port-1&admin_state_up=True used request id req-9050c6e7-454a-4c85-bba4-c3d0c6ece613 2019-01-20 13:09:40,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254466343cee4d639b5daf561465903349fdcc9f" 2019-01-20 13:09:41,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-193aa39d-a39d-4afb-8e56-197ff842c7d4 x-compute-request-id: req-193aa39d-a39d-4afb-8e56-197ff842c7d4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:09:41,104 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-inst used request id req-193aa39d-a39d-4afb-8e56-197ff842c7d4 2019-01-20 13:09:41,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254466343cee4d639b5daf561465903349fdcc9f" 2019-01-20 13:09:41,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-941ed166-9cd6-4290-a132-3c50baf5a4d0 Date: Sun, 20 Jan 2019 13:09: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":["d60f1ea0-fb76-4775-8602-5277ea430812"],"updated_at":"2019-01-20T13:09:38Z","tenant_id":"8ea6544e866f47308696bdb707b6b2be","created_at":"2019-01-20T13:09:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8ea6544e866f47308696bdb707b6b2be","id":"9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641","name":"CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net"}]} 2019-01-20 13:09:41,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net used request id req-941ed166-9cd6-4290-a132-3c50baf5a4d0 2019-01-20 13:09:41,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8ea6544e866f47308696bdb707b6b2be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254466343cee4d639b5daf561465903349fdcc9f" 2019-01-20 13:09:41,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b9a0cee-7a70-4c6d-a8f9-fa3df19ae947 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ea6544e866f47308696bdb707b6b2be"}, "enabled": true, "id": "8ea6544e866f47308696bdb707b6b2be", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj"}} 2019-01-20 13:09:41,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8ea6544e866f47308696bdb707b6b2be used request id req-2b9a0cee-7a70-4c6d-a8f9-fa3df19ae947 2019-01-20 13:09:41,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254466343cee4d639b5daf561465903349fdcc9f" 2019-01-20 13:09:41,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9dd64d3e-7427-4e70-a019-f3c265a1ab4b Date: Sun, 20 Jan 2019 13:09:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641","tenant_id":"8ea6544e866f47308696bdb707b6b2be","created_at":"2019-01-20T13:09:38Z","dns_nameservers":[],"updated_at":"2019-01-20T13:09: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":"8ea6544e866f47308696bdb707b6b2be","id":"d60f1ea0-fb76-4775-8602-5277ea430812","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-subnet"}]} 2019-01-20 13:09:41,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641 used request id req-9dd64d3e-7427-4e70-a019-f3c265a1ab4b 2019-01-20 13:09:41,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641&name=CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254466343cee4d639b5daf561465903349fdcc9f" 2019-01-20 13:09:41,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2e34f9ba-c7fd-40cf-ae43-87d212a97621 Date: Sun, 20 Jan 2019 13:09:41 GMT RESP BODY: {"ports":[]} 2019-01-20 13:09:41,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641&name=CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40port-1&admin_state_up=True used request id req-2e34f9ba-c7fd-40cf-ae43-87d212a97621 2019-01-20 13:09:41,674 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:41,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:42,049 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b1f9cc84dfc14affa419f69f961b7fc6", "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj-role"}], "expires_at": "2019-01-20T14:09:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ea6544e866f47308696bdb707b6b2be", "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/8ea6544e866f47308696bdb707b6b2be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/8ea6544e866f47308696bdb707b6b2be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/8ea6544e866f47308696bdb707b6b2be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/8ea6544e866f47308696bdb707b6b2be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8ea6544e866f47308696bdb707b6b2be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/8ea6544e866f47308696bdb707b6b2be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/8ea6544e866f47308696bdb707b6b2be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-user", "id": "c2365cee243a437b86068cf46bf5a5d3"}, "audit_ids": ["OHZeHUdySYicEpIVy_RLVQ"], "issued_at": "2019-01-20T13:09:42.000000Z"}} 2019-01-20 13:09:42,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b81277b6017d51cba648a44920c278ccf96abb3" 2019-01-20 13:09:42,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fe0ec13-d36b-40ca-aadd-20c6da3a8042 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:42,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9fe0ec13-d36b-40ca-aadd-20c6da3a8042 2019-01-20 13:09:42,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254466343cee4d639b5daf561465903349fdcc9f" 2019-01-20 13:09:42,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0d4d117c-8c81-4dd1-ae87-8e7651b2801c Date: Sun, 20 Jan 2019 13:09: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":["d60f1ea0-fb76-4775-8602-5277ea430812"],"updated_at":"2019-01-20T13:09:38Z","tenant_id":"8ea6544e866f47308696bdb707b6b2be","created_at":"2019-01-20T13:09:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8ea6544e866f47308696bdb707b6b2be","id":"9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641","name":"CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net"}]} 2019-01-20 13:09:42,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net used request id req-0d4d117c-8c81-4dd1-ae87-8e7651b2801c 2019-01-20 13:09:42,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254466343cee4d639b5daf561465903349fdcc9f" 2019-01-20 13:09:42,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0321dfe8-6e34-49b9-be2e-3df79f2ba32d Date: Sun, 20 Jan 2019 13:09:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641","tenant_id":"8ea6544e866f47308696bdb707b6b2be","created_at":"2019-01-20T13:09:38Z","dns_nameservers":[],"updated_at":"2019-01-20T13:09: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":"8ea6544e866f47308696bdb707b6b2be","id":"d60f1ea0-fb76-4775-8602-5277ea430812","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-subnet"}]} 2019-01-20 13:09:42,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641 used request id req-0321dfe8-6e34-49b9-be2e-3df79f2ba32d 2019-01-20 13:09:42,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254466343cee4d639b5daf561465903349fdcc9f" 2019-01-20 13:09:42,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8eb987bf-eb1e-41d1-a9ff-d507389b0907 Date: Sun, 20 Jan 2019 13:09: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":["d60f1ea0-fb76-4775-8602-5277ea430812"],"updated_at":"2019-01-20T13:09:38Z","tenant_id":"8ea6544e866f47308696bdb707b6b2be","created_at":"2019-01-20T13:09:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8ea6544e866f47308696bdb707b6b2be","id":"9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641","name":"CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net"}]} 2019-01-20 13:09:42,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net used request id req-8eb987bf-eb1e-41d1-a9ff-d507389b0907 2019-01-20 13:09:42,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:09:42,560 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:09:42,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8ea6544e866f47308696bdb707b6b2be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b81277b6017d51cba648a44920c278ccf96abb3" 2019-01-20 13:09:42,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f84ee69-168b-42e8-978e-d462ad50f4f9 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ea6544e866f47308696bdb707b6b2be"}, "enabled": true, "id": "8ea6544e866f47308696bdb707b6b2be", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj"}} 2019-01-20 13:09:42,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8ea6544e866f47308696bdb707b6b2be used request id req-3f84ee69-168b-42e8-978e-d462ad50f4f9 2019-01-20 13:09:42,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254466343cee4d639b5daf561465903349fdcc9f" 2019-01-20 13:09:42,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3c126d24-0b26-4f6c-b5f8-9e08727f80e8 Date: Sun, 20 Jan 2019 13:09:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641","tenant_id":"8ea6544e866f47308696bdb707b6b2be","created_at":"2019-01-20T13:09:38Z","dns_nameservers":[],"updated_at":"2019-01-20T13:09: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":"8ea6544e866f47308696bdb707b6b2be","id":"d60f1ea0-fb76-4775-8602-5277ea430812","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-subnet"}]} 2019-01-20 13:09:42,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641 used request id req-3c126d24-0b26-4f6c-b5f8-9e08727f80e8 2019-01-20 13:09:42,859 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net 2019-01-20 13:09:42,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254466343cee4d639b5daf561465903349fdcc9f" -d '{"port": {"network_id": "9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641", "name": "CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40port-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "foo"}], "admin_state_up": true}}' 2019-01-20 13:09:43,016 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 105 Content-Type: application/json X-Openstack-Request-Id: req-d915519b-ae0e-46ac-b01e-14bbbd876ec5 Date: Sun, 20 Jan 2019 13:09:43 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2019-01-20 13:09:43,016 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-d915519b-ae0e-46ac-b01e-14bbbd876ec5 2019-01-20 13:09:43,017 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2019-01-20 13:09:43,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/a3fcc994-2a28-4576-b425-2eb66eb5666e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22906a422409f466a4f83e082f1f660e072e2aa2" 2019-01-20 13:09:43,073 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:09: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-80dfdbae-82d7-4d7b-b7d2-0d53753f9d96 x-compute-request-id: req-80dfdbae-82d7-4d7b-b7d2-0d53753f9d96 Content-Length: 0 Content-Type: application/json 2019-01-20 13:09:43,073 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/a3fcc994-2a28-4576-b425-2eb66eb5666e used request id req-80dfdbae-82d7-4d7b-b7d2-0d53753f9d96 2019-01-20 13:09:43,074 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-subnet 2019-01-20 13:09:43,075 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-subnet 2019-01-20 13:09:43,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/d60f1ea0-fb76-4775-8602-5277ea430812 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae8d8c487792862ff54f2bd91defe3289a5b666" 2019-01-20 13:09:45,259 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8f48f512-8500-4417-baf3-4981d076fdce Date: Sun, 20 Jan 2019 13:09:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:09:45,259 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/d60f1ea0-fb76-4775-8602-5277ea430812 used request id req-8f48f512-8500-4417-baf3-4981d076fdce 2019-01-20 13:09:45,259 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-pub-net 2019-01-20 13:09:45,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae8d8c487792862ff54f2bd91defe3289a5b666" 2019-01-20 13:09:46,749 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f93d8098-5298-48aa-8f1d-33cef1f31f34 Date: Sun, 20 Jan 2019 13:09:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:09:46,749 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/9de9cac1-9a6a-4ccc-88ad-0a4c5f53d641 used request id req-f93d8098-5298-48aa-8f1d-33cef1f31f34 2019-01-20 13:09:46,750 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-614123bc-fd40-4231-95f6-8ac7e20bfa40-image 2019-01-20 13:09:46,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a8b3b86ead6e34fb562103dd9382f2fc53fb502c" 2019-01-20 13:09:48,731 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cb5e2247-36c0-493a-a664-c287c0632c96 Date: Sun, 20 Jan 2019 13:09:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:09:48,731 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/8dfd0a54-5894-4ea8-9c72-1d2938d5c4e9 used request id req-cb5e2247-36c0-493a-a664-c287c0632c96 2019-01-20 13:09:48,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24638be2746bbcfc7a30026732443160e2683ea4" 2019-01-20 13:09:48,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ac483de5-1c58-4606-9573-bca758482ba5 Date: Sun, 20 Jan 2019 13:09:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8ea6544e866f47308696bdb707b6b2be", "created_at": "2019-01-20T13:09:36Z", "updated_at": "2019-01-20T13:09:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:09:37Z", "revision_number": 0, "id": "03454dbb-1e46-41d8-88ce-ec024264fecb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:09:37Z", "security_group_id": "57728ca4-a8c0-4090-a5c0-ecde82a71b3d", "tenant_id": "8ea6544e866f47308696bdb707b6b2be", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ea6544e866f47308696bdb707b6b2be"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:09:37Z", "revision_number": 0, "id": "18e17989-b39c-4a56-b901-7cab0acba016", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:09:37Z", "security_group_id": "57728ca4-a8c0-4090-a5c0-ecde82a71b3d", "tenant_id": "8ea6544e866f47308696bdb707b6b2be", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ea6544e866f47308696bdb707b6b2be"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:09:37Z", "revision_number": 0, "id": "4b5f9b2f-33a5-4c12-a297-cbcc3c81f564", "remote_group_id": "57728ca4-a8c0-4090-a5c0-ecde82a71b3d", "remote_ip_prefix": null, "created_at": "2019-01-20T13:09:37Z", "security_group_id": "57728ca4-a8c0-4090-a5c0-ecde82a71b3d", "tenant_id": "8ea6544e866f47308696bdb707b6b2be", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ea6544e866f47308696bdb707b6b2be"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:09:37Z", "revision_number": 0, "id": "9614bce6-b8df-495c-9312-f7060f24e44d", "remote_group_id": "57728ca4-a8c0-4090-a5c0-ecde82a71b3d", "remote_ip_prefix": null, "created_at": "2019-01-20T13:09:37Z", "security_group_id": "57728ca4-a8c0-4090-a5c0-ecde82a71b3d", "tenant_id": "8ea6544e866f47308696bdb707b6b2be", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ea6544e866f47308696bdb707b6b2be"}], "revision_number": 4, "project_id": "8ea6544e866f47308696bdb707b6b2be", "id": "57728ca4-a8c0-4090-a5c0-ecde82a71b3d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:09:48,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-ac483de5-1c58-4606-9573-bca758482ba5 2019-01-20 13:09:48,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24638be2746bbcfc7a30026732443160e2683ea4" 2019-01-20 13:09:49,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2252ae8a-4842-4c72-bd87-71a32645478b 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:09:49,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-2252ae8a-4842-4c72-bd87-71a32645478b 2019-01-20 13:09:49,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24638be2746bbcfc7a30026732443160e2683ea4" 2019-01-20 13:09:49,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65d5cb00-0372-4973-bd36-dc9d21a2a7a3 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:09:49,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-65d5cb00-0372-4973-bd36-dc9d21a2a7a3 2019-01-20 13:09:49,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8ea6544e866f47308696bdb707b6b2be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24638be2746bbcfc7a30026732443160e2683ea4" 2019-01-20 13:09:49,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bea38e2f-5429-4dce-8e44-0da3f3840820 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8ea6544e866f47308696bdb707b6b2be"}, "enabled": true, "id": "8ea6544e866f47308696bdb707b6b2be", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj"}} 2019-01-20 13:09:49,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8ea6544e866f47308696bdb707b6b2be used request id req-bea38e2f-5429-4dce-8e44-0da3f3840820 2019-01-20 13:09:49,233 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 57728ca4-a8c0-4090-a5c0-ecde82a71b3d 2019-01-20 13:09:49,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=57728ca4-a8c0-4090-a5c0-ecde82a71b3d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24638be2746bbcfc7a30026732443160e2683ea4" 2019-01-20 13:09:49,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2d64d563-3954-4eaf-a269-bbb88e939121 Date: Sun, 20 Jan 2019 13:09: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": "2019-01-20T13:09:37Z", "security_group_id": "57728ca4-a8c0-4090-a5c0-ecde82a71b3d", "port_range_min": null, "revision_number": 0, "tenant_id": "8ea6544e866f47308696bdb707b6b2be", "created_at": "2019-01-20T13:09:37Z", "project_id": "8ea6544e866f47308696bdb707b6b2be", "id": "03454dbb-1e46-41d8-88ce-ec024264fecb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:09:37Z", "security_group_id": "57728ca4-a8c0-4090-a5c0-ecde82a71b3d", "port_range_min": null, "revision_number": 0, "tenant_id": "8ea6544e866f47308696bdb707b6b2be", "created_at": "2019-01-20T13:09:37Z", "project_id": "8ea6544e866f47308696bdb707b6b2be", "id": "18e17989-b39c-4a56-b901-7cab0acba016"}, {"remote_group_id": "57728ca4-a8c0-4090-a5c0-ecde82a71b3d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:09:37Z", "security_group_id": "57728ca4-a8c0-4090-a5c0-ecde82a71b3d", "port_range_min": null, "revision_number": 0, "tenant_id": "8ea6544e866f47308696bdb707b6b2be", "created_at": "2019-01-20T13:09:37Z", "project_id": "8ea6544e866f47308696bdb707b6b2be", "id": "4b5f9b2f-33a5-4c12-a297-cbcc3c81f564"}, {"remote_group_id": "57728ca4-a8c0-4090-a5c0-ecde82a71b3d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:09:37Z", "security_group_id": "57728ca4-a8c0-4090-a5c0-ecde82a71b3d", "port_range_min": null, "revision_number": 0, "tenant_id": "8ea6544e866f47308696bdb707b6b2be", "created_at": "2019-01-20T13:09:37Z", "project_id": "8ea6544e866f47308696bdb707b6b2be", "id": "9614bce6-b8df-495c-9312-f7060f24e44d"}]} 2019-01-20 13:09:49,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=57728ca4-a8c0-4090-a5c0-ecde82a71b3d used request id req-2d64d563-3954-4eaf-a269-bbb88e939121 2019-01-20 13:09:49,417 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:09:49,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/57728ca4-a8c0-4090-a5c0-ecde82a71b3d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24638be2746bbcfc7a30026732443160e2683ea4" 2019-01-20 13:09:49,768 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f522a63f-6357-40ab-8852-2828cb7c560c Content-Length: 0 Date: Sun, 20 Jan 2019 13:09:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:09:49,768 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/57728ca4-a8c0-4090-a5c0-ecde82a71b3d used request id req-f522a63f-6357-40ab-8852-2828cb7c560c 2019-01-20 13:09:49,769 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj 2019-01-20 13:09:49,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/8ea6544e866f47308696bdb707b6b2be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24638be2746bbcfc7a30026732443160e2683ea4" 2019-01-20 13:09:50,022 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:09:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb96e9f6-51b5-4c85-b6dd-033cef0614d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:09:50,022 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/8ea6544e866f47308696bdb707b6b2be used request id req-eb96e9f6-51b5-4c85-b6dd-033cef0614d8 2019-01-20 13:09:50,022 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-proj-role 2019-01-20 13:09:50,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/b1f9cc84dfc14affa419f69f961b7fc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24638be2746bbcfc7a30026732443160e2683ea4" 2019-01-20 13:09:50,150 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:09:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4650c2f0-2c52-42e2-a9ef-89bd126d2b49 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:09:50,150 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/b1f9cc84dfc14affa419f69f961b7fc6 used request id req-4650c2f0-2c52-42e2-a9ef-89bd126d2b49 2019-01-20 13:09:50,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24638be2746bbcfc7a30026732443160e2683ea4" 2019-01-20 13:09:50,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f85348be-9978-4df2-9869-4baab3072204 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:09:50,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f85348be-9978-4df2-9869-4baab3072204 2019-01-20 13:09:50,259 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-be391bd8-b4e1-4c2-user 2019-01-20 13:09:50,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/c2365cee243a437b86068cf46bf5a5d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}583c4819506afd504a011798d178dc875913827e" 2019-01-20 13:09:50,449 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:09:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4374b494-d710-41c2-a492-068e8589de38 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:09:50,449 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/c2365cee243a437b86068cf46bf5a5d3 used request id req-4374b494-d710-41c2-a492-068e8589de38 2019-01-20 13:09:50,450 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:50,829 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:09:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["kH1WpsfQT4WXHJoz4Bz50Q"], "issued_at": "2019-01-20T13:09:50.000000Z"}} 2019-01-20 13:09:50,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffd6e2150c365f7f9151aae016a2940ce7a12cd" 2019-01-20 13:09:50,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11a38e7f-0e44-4c07-9c0c-9436c1d46f91 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:50,921 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-11a38e7f-0e44-4c07-9c0c-9436c1d46f91 2019-01-20 13:09:50,923 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:50,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:51,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:09:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["IA8J0curQoevYoeHLWkYKg"], "issued_at": "2019-01-20T13:09:51.000000Z"}} 2019-01-20 13:09:51,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba96d8e0b25721033cf7fac847f47ed5be839c18" 2019-01-20 13:09:51,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3429f1fa-eef8-416f-bb43-da4bb870be8e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:51,390 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3429f1fa-eef8-416f-bb43-da4bb870be8e 2019-01-20 13:09:51,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:09:51,400 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:09: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:09:51,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba96d8e0b25721033cf7fac847f47ed5be839c18" 2019-01-20 13:09:51,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69dc072e-da85-4c20-8b4b-f04b9dc2a949 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:09:51,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj used request id req-69dc072e-da85-4c20-8b4b-f04b9dc2a949 2019-01-20 13:09:51,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba96d8e0b25721033cf7fac847f47ed5be839c18" 2019-01-20 13:09:51,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-585a4862-e13f-40f3-b3c1-34383316347d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:09:51,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-585a4862-e13f-40f3-b3c1-34383316347d 2019-01-20 13:09:51,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba96d8e0b25721033cf7fac847f47ed5be839c18" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj"}}' 2019-01-20 13:09:51,635 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:09:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13896616-a51c-49dd-b21a-0471ac0ab80d Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8cc8f7b45dab4095be67a4c46c150562"}, "enabled": true, "id": "8cc8f7b45dab4095be67a4c46c150562", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj"}} 2019-01-20 13:09:51,635 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-13896616-a51c-49dd-b21a-0471ac0ab80d 2019-01-20 13:09:51,636 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj 2019-01-20 13:09:51,636 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:51,637 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:52,033 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:09:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["lV18rquqTO-Lr7iVTYoXxw"], "issued_at": "2019-01-20T13:09:52.000000Z"}} 2019-01-20 13:09:52,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d85b2efea7e5f111e8f36d6f1b482fb9f7c0d46" 2019-01-20 13:09:52,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffbe67e7-4f4b-418c-863c-a01d96cba97e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:52,111 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ffbe67e7-4f4b-418c-863c-a01d96cba97e 2019-01-20 13:09:52,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:09:52,121 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:09: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:09:52,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d85b2efea7e5f111e8f36d6f1b482fb9f7c0d46" 2019-01-20 13:09:52,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f6b7ff2-33ef-4c8e-87d6-133b54193f0a Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:09:52,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-2f6b7ff2-33ef-4c8e-87d6-133b54193f0a 2019-01-20 13:09:52,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d85b2efea7e5f111e8f36d6f1b482fb9f7c0d46" 2019-01-20 13:09:52,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-135893bc-0748-49f4-a031-643f54e5a251 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8cc8f7b45dab4095be67a4c46c150562"}, "enabled": true, "id": "8cc8f7b45dab4095be67a4c46c150562", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj"}]} 2019-01-20 13:09:52,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj used request id req-135893bc-0748-49f4-a031-643f54e5a251 2019-01-20 13:09:52,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d85b2efea7e5f111e8f36d6f1b482fb9f7c0d46" 2019-01-20 13:09:52,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-945cb731-f70c-4140-8be8-db4e52b7b74a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:09:52,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-945cb731-f70c-4140-8be8-db4e52b7b74a 2019-01-20 13:09:52,791 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-user 2019-01-20 13:09:52,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:52,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba96d8e0b25721033cf7fac847f47ed5be839c18" 2019-01-20 13:09:52,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f36b212-fe28-489f-89a7-766f8f413c66 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:09:52,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5f36b212-fe28-489f-89a7-766f8f413c66 2019-01-20 13:09:52,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba96d8e0b25721033cf7fac847f47ed5be839c18" -d '{"role": {"name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj-role"}}' 2019-01-20 13:09:53,001 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:09:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e79b100-11e1-486b-9945-00d2cd459938 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ed79cb1ceb38493ba4046c0e975479de", "links": {"self": "http://172.30.9.22:5000/v3/roles/ed79cb1ceb38493ba4046c0e975479de"}, "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj-role"}} 2019-01-20 13:09:53,001 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-3e79b100-11e1-486b-9945-00d2cd459938 2019-01-20 13:09:53,001 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj-role 2019-01-20 13:09:53,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/ed79cb1ceb38493ba4046c0e975479de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba96d8e0b25721033cf7fac847f47ed5be839c18" 2019-01-20 13:09:53,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38ca811c-e2b2-42a6-a3f2-e79bac017ae0 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/ed79cb1ceb38493ba4046c0e975479de"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj-role", "id": "ed79cb1ceb38493ba4046c0e975479de"}} 2019-01-20 13:09:53,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/ed79cb1ceb38493ba4046c0e975479de used request id req-38ca811c-e2b2-42a6-a3f2-e79bac017ae0 2019-01-20 13:09:53,024 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj-role to project CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj 2019-01-20 13:09:53,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/8cc8f7b45dab4095be67a4c46c150562/users/7cc84f02f5d74f61874bc9763f3f6e34/roles/ed79cb1ceb38493ba4046c0e975479de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba96d8e0b25721033cf7fac847f47ed5be839c18" 2019-01-20 13:09:53,273 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:09:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc88ea6a-e4f6-4814-9b65-a0bebcf45b7d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:09:53,273 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/8cc8f7b45dab4095be67a4c46c150562/users/7cc84f02f5d74f61874bc9763f3f6e34/roles/ed79cb1ceb38493ba4046c0e975479de used request id req-bc88ea6a-e4f6-4814-9b65-a0bebcf45b7d 2019-01-20 13:09:53,273 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:09:53,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:53,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:53,655 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed79cb1ceb38493ba4046c0e975479de", "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj-role"}], "expires_at": "2019-01-20T14:09:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8cc8f7b45dab4095be67a4c46c150562", "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/8cc8f7b45dab4095be67a4c46c150562", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/8cc8f7b45dab4095be67a4c46c150562", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/8cc8f7b45dab4095be67a4c46c150562", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8cc8f7b45dab4095be67a4c46c150562", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/8cc8f7b45dab4095be67a4c46c150562", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/8cc8f7b45dab4095be67a4c46c150562", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-user", "id": "7cc84f02f5d74f61874bc9763f3f6e34"}, "audit_ids": ["ntW83hjwSyOJCYrSmvgI-g"], "issued_at": "2019-01-20T13:09:53.000000Z"}} 2019-01-20 13:09:53,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f9eb415fba66bbd70896bf0785121d9f256aaa4" 2019-01-20 13:09:53,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3296ba17-3b48-4b46-819c-ad0d7ae8a4c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:53,736 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3296ba17-3b48-4b46-819c-ad0d7ae8a4c5 2019-01-20 13:09:53,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f9eb415fba66bbd70896bf0785121d9f256aaa4" 2019-01-20 13:09:53,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-7a3acc9f-70a5-4a0d-94fa-0c4fa5e478de Date: Sun, 20 Jan 2019 13:09:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-image"} 2019-01-20 13:09:53,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-image used request id req-7a3acc9f-70a5-4a0d-94fa-0c4fa5e478de 2019-01-20 13:09:53,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f9eb415fba66bbd70896bf0785121d9f256aaa4" 2019-01-20 13:09:54,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-eb9f1439-ee30-4ace-ae8a-5644db686df1 Date: Sun, 20 Jan 2019 13:09: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"}}} 2019-01-20 13:09:54,082 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-eb9f1439-ee30-4ace-ae8a-5644db686df1 2019-01-20 13:09:54,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f9eb415fba66bbd70896bf0785121d9f256aaa4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-image"}' 2019-01-20 13:09:54,313 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/a39ad123-a117-46e5-a4d3-e2184c31b539 X-Openstack-Request-Id: req-991df713-37cb-41a4-bb48-fa487fa3bef4 Date: Sun, 20 Jan 2019 13:09:54 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:09:54Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:09:54Z", "visibility": "shared", "locations": [], "self": "/v2/images/a39ad123-a117-46e5-a4d3-e2184c31b539", "min_disk": 0, "protected": false, "id": "a39ad123-a117-46e5-a4d3-e2184c31b539", "file": "/v2/images/a39ad123-a117-46e5-a4d3-e2184c31b539/file", "checksum": null, "owner": "8cc8f7b45dab4095be67a4c46c150562", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:09:54,314 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-991df713-37cb-41a4-bb48-fa487fa3bef4 2019-01-20 13:09:54,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/a39ad123-a117-46e5-a4d3-e2184c31b539/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f9eb415fba66bbd70896bf0785121d9f256aaa4" -d '' 2019-01-20 13:09:55,856 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-75585c4f-65b8-4244-9ba3-bd81bd4156a4 Date: Sun, 20 Jan 2019 13:09:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:09:55,856 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/a39ad123-a117-46e5-a4d3-e2184c31b539/file used request id req-75585c4f-65b8-4244-9ba3-bd81bd4156a4 2019-01-20 13:09:55,857 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:09:55,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/a39ad123-a117-46e5-a4d3-e2184c31b539 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f9eb415fba66bbd70896bf0785121d9f256aaa4" 2019-01-20 13:09:56,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-2b211dfb-537e-4741-b895-0ed08598fea6 Date: Sun, 20 Jan 2019 13:09:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:09:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:09:55Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/a39ad123-a117-46e5-a4d3-e2184c31b539/snap", "metadata": {}}], "self": "/v2/images/a39ad123-a117-46e5-a4d3-e2184c31b539", "min_disk": 0, "protected": false, "id": "a39ad123-a117-46e5-a4d3-e2184c31b539", "file": "/v2/images/a39ad123-a117-46e5-a4d3-e2184c31b539/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8cc8f7b45dab4095be67a4c46c150562", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/a39ad123-a117-46e5-a4d3-e2184c31b539/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:09:56,027 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/a39ad123-a117-46e5-a4d3-e2184c31b539 used request id req-2b211dfb-537e-4741-b895-0ed08598fea6 2019-01-20 13:09:56,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f9eb415fba66bbd70896bf0785121d9f256aaa4" 2019-01-20 13:09:56,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0c627aeb-32a8-4c6a-b263-4964137f750a Date: Sun, 20 Jan 2019 13:09: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"}}} 2019-01-20 13:09:56,196 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-0c627aeb-32a8-4c6a-b263-4964137f750a 2019-01-20 13:09:56,199 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-image 2019-01-20 13:09:56,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/a39ad123-a117-46e5-a4d3-e2184c31b539 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f9eb415fba66bbd70896bf0785121d9f256aaa4" 2019-01-20 13:09:56,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-7b344857-9660-473f-8c55-7d61a6f2db8e Date: Sun, 20 Jan 2019 13:09:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:09:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:09:55Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/a39ad123-a117-46e5-a4d3-e2184c31b539/snap", "metadata": {}}], "self": "/v2/images/a39ad123-a117-46e5-a4d3-e2184c31b539", "min_disk": 0, "protected": false, "id": "a39ad123-a117-46e5-a4d3-e2184c31b539", "file": "/v2/images/a39ad123-a117-46e5-a4d3-e2184c31b539/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8cc8f7b45dab4095be67a4c46c150562", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/a39ad123-a117-46e5-a4d3-e2184c31b539/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:09:56,365 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/a39ad123-a117-46e5-a4d3-e2184c31b539 used request id req-7b344857-9660-473f-8c55-7d61a6f2db8e 2019-01-20 13:09:56,366 - create_image - DEBUG - Instance status is - active 2019-01-20 13:09:56,366 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-image 2019-01-20 13:09:56,366 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-image 2019-01-20 13:09:56,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:56,367 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:56,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed79cb1ceb38493ba4046c0e975479de", "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj-role"}], "expires_at": "2019-01-20T14:09:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8cc8f7b45dab4095be67a4c46c150562", "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/8cc8f7b45dab4095be67a4c46c150562", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/8cc8f7b45dab4095be67a4c46c150562", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/8cc8f7b45dab4095be67a4c46c150562", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8cc8f7b45dab4095be67a4c46c150562", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/8cc8f7b45dab4095be67a4c46c150562", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/8cc8f7b45dab4095be67a4c46c150562", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-user", "id": "7cc84f02f5d74f61874bc9763f3f6e34"}, "audit_ids": ["rrOpScfuQxq-anmP5NWKcw"], "issued_at": "2019-01-20T13:09:56.000000Z"}} 2019-01-20 13:09:56,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beaca7d625ce7b0eefbfa6b3e368fd589fec5e5b" 2019-01-20 13:09:56,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-853dd7f1-8c84-4289-b3fb-cab890d92166 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:56,818 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-853dd7f1-8c84-4289-b3fb-cab890d92166 2019-01-20 13:09:56,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beaca7d625ce7b0eefbfa6b3e368fd589fec5e5b" 2019-01-20 13:09:57,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a63173b4-122a-4666-960a-723691158223 Date: Sun, 20 Jan 2019 13:09:56 GMT RESP BODY: {"networks":[]} 2019-01-20 13:09:57,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net used request id req-a63173b4-122a-4666-960a-723691158223 2019-01-20 13:09:57,000 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net 2019-01-20 13:09:57,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beaca7d625ce7b0eefbfa6b3e368fd589fec5e5b" -d '{"network": {"name": "CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net", "admin_state_up": true}}' 2019-01-20 13:09:57,687 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-37286242-d5d6-4ca9-892e-6f2cd072f586 Date: Sun, 20 Jan 2019 13:09:57 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"78d0166d-071f-43b1-8d24-5d9147b5e547","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8cc8f7b45dab4095be67a4c46c150562","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:09:57Z","is_default":false,"name":"CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8cc8f7b45dab4095be67a4c46c150562","created_at":"2019-01-20T13:09:57Z","mtu":1450}} 2019-01-20 13:09:57,687 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-37286242-d5d6-4ca9-892e-6f2cd072f586 2019-01-20 13:09:57,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=78d0166d-071f-43b1-8d24-5d9147b5e547 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beaca7d625ce7b0eefbfa6b3e368fd589fec5e5b" 2019-01-20 13:09:57,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-bb2e5d5a-6d50-40c5-ab9b-c42c434b84d5 Date: Sun, 20 Jan 2019 13:09:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T13:09:57Z","tenant_id":"8cc8f7b45dab4095be67a4c46c150562","created_at":"2019-01-20T13:09:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8cc8f7b45dab4095be67a4c46c150562","id":"78d0166d-071f-43b1-8d24-5d9147b5e547","name":"CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net"}]} 2019-01-20 13:09:57,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=78d0166d-071f-43b1-8d24-5d9147b5e547 used request id req-bb2e5d5a-6d50-40c5-ab9b-c42c434b84d5 2019-01-20 13:09:57,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=78d0166d-071f-43b1-8d24-5d9147b5e547 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beaca7d625ce7b0eefbfa6b3e368fd589fec5e5b" 2019-01-20 13:09:58,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8bf2fbd4-b6b2-4b3d-ab73-035e1cf84701 Date: Sun, 20 Jan 2019 13:09:58 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:09:58,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=78d0166d-071f-43b1-8d24-5d9147b5e547 used request id req-8bf2fbd4-b6b2-4b3d-ab73-035e1cf84701 2019-01-20 13:09:58,267 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-subnet 2019-01-20 13:09:58,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beaca7d625ce7b0eefbfa6b3e368fd589fec5e5b" -d '{"subnets": [{"ip_version": 4, "network_id": "78d0166d-071f-43b1-8d24-5d9147b5e547", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-subnet"}]}' 2019-01-20 13:09:58,986 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3d2d4ad6-12dc-4f08-97db-955b4ddcdc6e Date: Sun, 20 Jan 2019 13:09:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78d0166d-071f-43b1-8d24-5d9147b5e547","tenant_id":"8cc8f7b45dab4095be67a4c46c150562","created_at":"2019-01-20T13:09:58Z","dns_nameservers":[],"updated_at":"2019-01-20T13:09: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":"8cc8f7b45dab4095be67a4c46c150562","id":"a21c16e4-770c-4cbb-b3f6-5b771d2e4042","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-subnet"}]} 2019-01-20 13:09:58,986 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-3d2d4ad6-12dc-4f08-97db-955b4ddcdc6e 2019-01-20 13:09:58,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=78d0166d-071f-43b1-8d24-5d9147b5e547 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beaca7d625ce7b0eefbfa6b3e368fd589fec5e5b" 2019-01-20 13:09:59,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-ac2b1c45-6b3d-49eb-9626-114cf58eba85 Date: Sun, 20 Jan 2019 13:09:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a21c16e4-770c-4cbb-b3f6-5b771d2e4042"],"updated_at":"2019-01-20T13:09:58Z","tenant_id":"8cc8f7b45dab4095be67a4c46c150562","created_at":"2019-01-20T13:09:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8cc8f7b45dab4095be67a4c46c150562","id":"78d0166d-071f-43b1-8d24-5d9147b5e547","name":"CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net"}]} 2019-01-20 13:09:59,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=78d0166d-071f-43b1-8d24-5d9147b5e547 used request id req-ac2b1c45-6b3d-49eb-9626-114cf58eba85 2019-01-20 13:09:59,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=78d0166d-071f-43b1-8d24-5d9147b5e547 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beaca7d625ce7b0eefbfa6b3e368fd589fec5e5b" 2019-01-20 13:09:59,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b112cb87-dfe0-4f86-9114-98fc8e97a2fe Date: Sun, 20 Jan 2019 13:09:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78d0166d-071f-43b1-8d24-5d9147b5e547","tenant_id":"8cc8f7b45dab4095be67a4c46c150562","created_at":"2019-01-20T13:09:58Z","dns_nameservers":[],"updated_at":"2019-01-20T13:09: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":"8cc8f7b45dab4095be67a4c46c150562","id":"a21c16e4-770c-4cbb-b3f6-5b771d2e4042","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-subnet"}]} 2019-01-20 13:09:59,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=78d0166d-071f-43b1-8d24-5d9147b5e547 used request id req-b112cb87-dfe0-4f86-9114-98fc8e97a2fe 2019-01-20 13:09:59,429 - OpenStackNetwork - DEBUG - Network [78d0166d-071f-43b1-8d24-5d9147b5e547] created successfully 2019-01-20 13:09:59,429 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:09:59,430 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:09:59,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:09:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["d3BhXMREReWUbgD3ed_YoQ"], "issued_at": "2019-01-20T13:09:59.000000Z"}} 2019-01-20 13:09:59,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0959fbf524b3d2928cc706fd4d93b08334b7706" 2019-01-20 13:09:59,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10448336-b703-4bd1-9096-a2543e3d7418 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:09:59,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-10448336-b703-4bd1-9096-a2543e3d7418 2019-01-20 13:09:59,888 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:09:59,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0959fbf524b3d2928cc706fd4d93b08334b7706" 2019-01-20 13:10:00,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:09:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a2f10b96-fa4a-4376-954b-241c0381176e x-compute-request-id: req-a2f10b96-fa4a-4376-954b-241c0381176e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:10:00,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-a2f10b96-fa4a-4376-954b-241c0381176e 2019-01-20 13:10:00,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0959fbf524b3d2928cc706fd4d93b08334b7706" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:10:00,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b749429-c5bb-4e58-9570-dc813cce2e9a x-compute-request-id: req-9b749429-c5bb-4e58-9570-dc813cce2e9a Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/65896faa-336d-4dcd-bf10-08f4d70cf38e", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/65896faa-336d-4dcd-bf10-08f4d70cf38e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "65896faa-336d-4dcd-bf10-08f4d70cf38e", "name": "CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:10:00,113 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-9b749429-c5bb-4e58-9570-dc813cce2e9a 2019-01-20 13:10:00,114 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:10:00,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:10:00,484 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed79cb1ceb38493ba4046c0e975479de", "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj-role"}], "expires_at": "2019-01-20T14:10:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8cc8f7b45dab4095be67a4c46c150562", "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/8cc8f7b45dab4095be67a4c46c150562", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/8cc8f7b45dab4095be67a4c46c150562", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/8cc8f7b45dab4095be67a4c46c150562", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8cc8f7b45dab4095be67a4c46c150562", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/8cc8f7b45dab4095be67a4c46c150562", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/8cc8f7b45dab4095be67a4c46c150562", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-user", "id": "7cc84f02f5d74f61874bc9763f3f6e34"}, "audit_ids": ["bzhSYjtvQD25SGWlIprIcQ"], "issued_at": "2019-01-20T13:10:00.000000Z"}} 2019-01-20 13:10:00,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}126c753db1b3bae3d2cd8b9dbafa919ea067e53c" 2019-01-20 13:10:00,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd713f26-280f-4f77-87f8-296488ef8d52 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:00,568 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bd713f26-280f-4f77-87f8-296488ef8d52 2019-01-20 13:10:00,569 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:10:00,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}126c753db1b3bae3d2cd8b9dbafa919ea067e53c" 2019-01-20 13:10:00,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0482670a-d6cf-4d74-8778-50b1145be15b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:00,640 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0482670a-d6cf-4d74-8778-50b1145be15b 2019-01-20 13:10:00,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}126c753db1b3bae3d2cd8b9dbafa919ea067e53c" 2019-01-20 13:10:00,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-c43b0dae-73c9-49cd-800b-f6b0b8342156 Date: Sun, 20 Jan 2019 13:10: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":["a21c16e4-770c-4cbb-b3f6-5b771d2e4042"],"updated_at":"2019-01-20T13:09:58Z","tenant_id":"8cc8f7b45dab4095be67a4c46c150562","created_at":"2019-01-20T13:09:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8cc8f7b45dab4095be67a4c46c150562","id":"78d0166d-071f-43b1-8d24-5d9147b5e547","name":"CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net"}]} 2019-01-20 13:10:00,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net used request id req-c43b0dae-73c9-49cd-800b-f6b0b8342156 2019-01-20 13:10:00,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:10:00,899 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:10: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:10:00,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8cc8f7b45dab4095be67a4c46c150562 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}126c753db1b3bae3d2cd8b9dbafa919ea067e53c" 2019-01-20 13:10:00,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c5727eb-40c4-40ed-b699-ae9ae31d9114 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8cc8f7b45dab4095be67a4c46c150562"}, "enabled": true, "id": "8cc8f7b45dab4095be67a4c46c150562", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj"}} 2019-01-20 13:10:00,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8cc8f7b45dab4095be67a4c46c150562 used request id req-9c5727eb-40c4-40ed-b699-ae9ae31d9114 2019-01-20 13:10:00,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=78d0166d-071f-43b1-8d24-5d9147b5e547 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}126c753db1b3bae3d2cd8b9dbafa919ea067e53c" 2019-01-20 13:10:01,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0a4f02fb-5ac4-457d-a15a-d8f26fe132ca Date: Sun, 20 Jan 2019 13:10:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78d0166d-071f-43b1-8d24-5d9147b5e547","tenant_id":"8cc8f7b45dab4095be67a4c46c150562","created_at":"2019-01-20T13:09:58Z","dns_nameservers":[],"updated_at":"2019-01-20T13:09: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":"8cc8f7b45dab4095be67a4c46c150562","id":"a21c16e4-770c-4cbb-b3f6-5b771d2e4042","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-subnet"}]} 2019-01-20 13:10:01,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=78d0166d-071f-43b1-8d24-5d9147b5e547 used request id req-0a4f02fb-5ac4-457d-a15a-d8f26fe132ca 2019-01-20 13:10:01,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=78d0166d-071f-43b1-8d24-5d9147b5e547&name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}126c753db1b3bae3d2cd8b9dbafa919ea067e53c" 2019-01-20 13:10:01,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-526444e8-eea3-48a6-8257-1229180345fc Date: Sun, 20 Jan 2019 13:10:01 GMT RESP BODY: {"ports":[]} 2019-01-20 13:10:01,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=78d0166d-071f-43b1-8d24-5d9147b5e547&name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16port-1&admin_state_up=True used request id req-526444e8-eea3-48a6-8257-1229180345fc 2019-01-20 13:10:01,385 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}126c753db1b3bae3d2cd8b9dbafa919ea067e53c" 2019-01-20 13:10:01,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-72fdfc92-c30d-4536-b403-c954f97687d0 x-compute-request-id: req-72fdfc92-c30d-4536-b403-c954f97687d0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:10:01,603 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-inst used request id req-72fdfc92-c30d-4536-b403-c954f97687d0 2019-01-20 13:10:01,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}126c753db1b3bae3d2cd8b9dbafa919ea067e53c" 2019-01-20 13:10:01,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-eb18cb39-a166-4e5d-9b29-81b7c722ad61 Date: Sun, 20 Jan 2019 13:10:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a21c16e4-770c-4cbb-b3f6-5b771d2e4042"],"updated_at":"2019-01-20T13:09:58Z","tenant_id":"8cc8f7b45dab4095be67a4c46c150562","created_at":"2019-01-20T13:09:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8cc8f7b45dab4095be67a4c46c150562","id":"78d0166d-071f-43b1-8d24-5d9147b5e547","name":"CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net"}]} 2019-01-20 13:10:01,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net used request id req-eb18cb39-a166-4e5d-9b29-81b7c722ad61 2019-01-20 13:10:01,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8cc8f7b45dab4095be67a4c46c150562 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}126c753db1b3bae3d2cd8b9dbafa919ea067e53c" 2019-01-20 13:10:01,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd3e0a52-9461-4e97-99a3-eb3637a2a144 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8cc8f7b45dab4095be67a4c46c150562"}, "enabled": true, "id": "8cc8f7b45dab4095be67a4c46c150562", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj"}} 2019-01-20 13:10:01,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8cc8f7b45dab4095be67a4c46c150562 used request id req-bd3e0a52-9461-4e97-99a3-eb3637a2a144 2019-01-20 13:10:01,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=78d0166d-071f-43b1-8d24-5d9147b5e547 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}126c753db1b3bae3d2cd8b9dbafa919ea067e53c" 2019-01-20 13:10:02,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8603adb9-a2e2-4882-b2b7-90dc04c29589 Date: Sun, 20 Jan 2019 13:10:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78d0166d-071f-43b1-8d24-5d9147b5e547","tenant_id":"8cc8f7b45dab4095be67a4c46c150562","created_at":"2019-01-20T13:09:58Z","dns_nameservers":[],"updated_at":"2019-01-20T13:09: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":"8cc8f7b45dab4095be67a4c46c150562","id":"a21c16e4-770c-4cbb-b3f6-5b771d2e4042","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-subnet"}]} 2019-01-20 13:10:02,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=78d0166d-071f-43b1-8d24-5d9147b5e547 used request id req-8603adb9-a2e2-4882-b2b7-90dc04c29589 2019-01-20 13:10:02,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=78d0166d-071f-43b1-8d24-5d9147b5e547&name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}126c753db1b3bae3d2cd8b9dbafa919ea067e53c" 2019-01-20 13:10:02,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c201e2c5-f351-4d64-be62-a7ff82e19bf0 Date: Sun, 20 Jan 2019 13:10:02 GMT RESP BODY: {"ports":[]} 2019-01-20 13:10:02,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=78d0166d-071f-43b1-8d24-5d9147b5e547&name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16port-1&admin_state_up=True used request id req-c201e2c5-f351-4d64-be62-a7ff82e19bf0 2019-01-20 13:10:02,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:10:02,325 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:10:02,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed79cb1ceb38493ba4046c0e975479de", "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj-role"}], "expires_at": "2019-01-20T14:10:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8cc8f7b45dab4095be67a4c46c150562", "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/8cc8f7b45dab4095be67a4c46c150562", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/8cc8f7b45dab4095be67a4c46c150562", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/8cc8f7b45dab4095be67a4c46c150562", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/8cc8f7b45dab4095be67a4c46c150562", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8cc8f7b45dab4095be67a4c46c150562", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/8cc8f7b45dab4095be67a4c46c150562", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/8cc8f7b45dab4095be67a4c46c150562", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-user", "id": "7cc84f02f5d74f61874bc9763f3f6e34"}, "audit_ids": ["-wRxo1-oRzGeaQbXh1Xu9w"], "issued_at": "2019-01-20T13:10:02.000000Z"}} 2019-01-20 13:10:02,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83508ddfaf0db55f19eb7d22f9f8f6cab74bfc64" 2019-01-20 13:10:02,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d414af5-2ac9-49da-a9ae-bfbc3ad7222f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:02,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7d414af5-2ac9-49da-a9ae-bfbc3ad7222f 2019-01-20 13:10:02,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}126c753db1b3bae3d2cd8b9dbafa919ea067e53c" 2019-01-20 13:10:03,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-98126b32-2424-4118-8045-b0398db45f88 Date: Sun, 20 Jan 2019 13:10: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":["a21c16e4-770c-4cbb-b3f6-5b771d2e4042"],"updated_at":"2019-01-20T13:09:58Z","tenant_id":"8cc8f7b45dab4095be67a4c46c150562","created_at":"2019-01-20T13:09:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8cc8f7b45dab4095be67a4c46c150562","id":"78d0166d-071f-43b1-8d24-5d9147b5e547","name":"CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net"}]} 2019-01-20 13:10:03,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net used request id req-98126b32-2424-4118-8045-b0398db45f88 2019-01-20 13:10:03,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=78d0166d-071f-43b1-8d24-5d9147b5e547 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}126c753db1b3bae3d2cd8b9dbafa919ea067e53c" 2019-01-20 13:10:03,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d1d15561-7c1f-4ce9-adc6-6a9aacbf911b Date: Sun, 20 Jan 2019 13:10:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78d0166d-071f-43b1-8d24-5d9147b5e547","tenant_id":"8cc8f7b45dab4095be67a4c46c150562","created_at":"2019-01-20T13:09:58Z","dns_nameservers":[],"updated_at":"2019-01-20T13:09: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":"8cc8f7b45dab4095be67a4c46c150562","id":"a21c16e4-770c-4cbb-b3f6-5b771d2e4042","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-subnet"}]} 2019-01-20 13:10:03,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=78d0166d-071f-43b1-8d24-5d9147b5e547 used request id req-d1d15561-7c1f-4ce9-adc6-6a9aacbf911b 2019-01-20 13:10:03,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}126c753db1b3bae3d2cd8b9dbafa919ea067e53c" 2019-01-20 13:10:03,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e49aad77-02bc-488c-89cc-a1f9f4da8210 Date: Sun, 20 Jan 2019 13:10: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":["a21c16e4-770c-4cbb-b3f6-5b771d2e4042"],"updated_at":"2019-01-20T13:09:58Z","tenant_id":"8cc8f7b45dab4095be67a4c46c150562","created_at":"2019-01-20T13:09:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8cc8f7b45dab4095be67a4c46c150562","id":"78d0166d-071f-43b1-8d24-5d9147b5e547","name":"CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net"}]} 2019-01-20 13:10:03,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net used request id req-e49aad77-02bc-488c-89cc-a1f9f4da8210 2019-01-20 13:10:03,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:10:03,656 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:10: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:10:03,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8cc8f7b45dab4095be67a4c46c150562 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83508ddfaf0db55f19eb7d22f9f8f6cab74bfc64" 2019-01-20 13:10:03,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6fbcc35-d9b7-4907-a4fc-a7d2ca5b4d20 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8cc8f7b45dab4095be67a4c46c150562"}, "enabled": true, "id": "8cc8f7b45dab4095be67a4c46c150562", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj"}} 2019-01-20 13:10:03,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8cc8f7b45dab4095be67a4c46c150562 used request id req-d6fbcc35-d9b7-4907-a4fc-a7d2ca5b4d20 2019-01-20 13:10:03,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=78d0166d-071f-43b1-8d24-5d9147b5e547 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}126c753db1b3bae3d2cd8b9dbafa919ea067e53c" 2019-01-20 13:10:03,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-34b787bf-c7d9-4129-ac6e-faf7c3977066 Date: Sun, 20 Jan 2019 13:10:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78d0166d-071f-43b1-8d24-5d9147b5e547","tenant_id":"8cc8f7b45dab4095be67a4c46c150562","created_at":"2019-01-20T13:09:58Z","dns_nameservers":[],"updated_at":"2019-01-20T13:09: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":"8cc8f7b45dab4095be67a4c46c150562","id":"a21c16e4-770c-4cbb-b3f6-5b771d2e4042","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-subnet"}]} 2019-01-20 13:10:03,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=78d0166d-071f-43b1-8d24-5d9147b5e547 used request id req-34b787bf-c7d9-4129-ac6e-faf7c3977066 2019-01-20 13:10:03,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=78d0166d-071f-43b1-8d24-5d9147b5e547&name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}126c753db1b3bae3d2cd8b9dbafa919ea067e53c" 2019-01-20 13:10:04,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-33aafbc2-1882-4238-888b-2a821cbd1d86 Date: Sun, 20 Jan 2019 13:10:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78d0166d-071f-43b1-8d24-5d9147b5e547","tenant_id":"8cc8f7b45dab4095be67a4c46c150562","created_at":"2019-01-20T13:09:58Z","dns_nameservers":[],"updated_at":"2019-01-20T13:09: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":"8cc8f7b45dab4095be67a4c46c150562","id":"a21c16e4-770c-4cbb-b3f6-5b771d2e4042","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-subnet"}]} 2019-01-20 13:10:04,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=78d0166d-071f-43b1-8d24-5d9147b5e547&name=CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-subnet used request id req-33aafbc2-1882-4238-888b-2a821cbd1d86 2019-01-20 13:10:04,157 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net 2019-01-20 13:10:04,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}126c753db1b3bae3d2cd8b9dbafa919ea067e53c" -d '{"port": {"network_id": "78d0166d-071f-43b1-8d24-5d9147b5e547", "fixed_ips": [{"subnet_id": "a21c16e4-770c-4cbb-b3f6-5b771d2e4042", "ip_address": "10.66.0.101"}], "name": "CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16port-1", "admin_state_up": true}}' 2019-01-20 13:10:04,537 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 143 X-Openstack-Request-Id: req-d80a9b5a-92de-4b81-966f-af45428c9106 Date: Sun, 20 Jan 2019 13:10:04 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.66.0.101 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2019-01-20 13:10:04,537 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-d80a9b5a-92de-4b81-966f-af45428c9106 2019-01-20 13:10:04,537 - 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": ""}} 2019-01-20 13:10:04,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/65896faa-336d-4dcd-bf10-08f4d70cf38e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0959fbf524b3d2928cc706fd4d93b08334b7706" 2019-01-20 13:10:04,584 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:10:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-74f1681c-fc5e-4b83-a68f-6dcd47f95195 x-compute-request-id: req-74f1681c-fc5e-4b83-a68f-6dcd47f95195 Content-Length: 0 Content-Type: application/json 2019-01-20 13:10:04,584 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/65896faa-336d-4dcd-bf10-08f4d70cf38e used request id req-74f1681c-fc5e-4b83-a68f-6dcd47f95195 2019-01-20 13:10:04,585 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-subnet 2019-01-20 13:10:04,585 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-subnet 2019-01-20 13:10:04,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/a21c16e4-770c-4cbb-b3f6-5b771d2e4042 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beaca7d625ce7b0eefbfa6b3e368fd589fec5e5b" 2019-01-20 13:10:06,666 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-59c2bf81-d723-416e-973f-6e0563772abc Date: Sun, 20 Jan 2019 13:10:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:10:06,666 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/a21c16e4-770c-4cbb-b3f6-5b771d2e4042 used request id req-59c2bf81-d723-416e-973f-6e0563772abc 2019-01-20 13:10:06,666 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-pub-net 2019-01-20 13:10:06,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/78d0166d-071f-43b1-8d24-5d9147b5e547 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beaca7d625ce7b0eefbfa6b3e368fd589fec5e5b" 2019-01-20 13:10:07,752 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-32cd2eba-a55b-456e-bba6-7a6517ca19b7 Date: Sun, 20 Jan 2019 13:10:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:10:07,752 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/78d0166d-071f-43b1-8d24-5d9147b5e547 used request id req-32cd2eba-a55b-456e-bba6-7a6517ca19b7 2019-01-20 13:10:07,752 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-d2e7485c-036d-4669-89a4-4594c3c57d16-image 2019-01-20 13:10:07,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/a39ad123-a117-46e5-a4d3-e2184c31b539 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f9eb415fba66bbd70896bf0785121d9f256aaa4" 2019-01-20 13:10:09,761 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9687bf75-639a-4b6f-b9aa-3612aaf13a5d Date: Sun, 20 Jan 2019 13:10:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:10:09,761 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/a39ad123-a117-46e5-a4d3-e2184c31b539 used request id req-9687bf75-639a-4b6f-b9aa-3612aaf13a5d 2019-01-20 13:10:09,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba96d8e0b25721033cf7fac847f47ed5be839c18" 2019-01-20 13:10:09,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ca26fa20-8c2d-4923-b4c9-c138552bea1d Date: Sun, 20 Jan 2019 13:10:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8cc8f7b45dab4095be67a4c46c150562", "created_at": "2019-01-20T13:09:57Z", "updated_at": "2019-01-20T13:09:57Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:09:57Z", "revision_number": 0, "id": "2d4f2533-bd14-4730-b413-58e3e7ffec01", "remote_group_id": "3c48589c-c78e-482e-9bbb-6d81ad55b1fa", "remote_ip_prefix": null, "created_at": "2019-01-20T13:09:57Z", "security_group_id": "3c48589c-c78e-482e-9bbb-6d81ad55b1fa", "tenant_id": "8cc8f7b45dab4095be67a4c46c150562", "port_range_min": null, "ethertype": "IPv6", "project_id": "8cc8f7b45dab4095be67a4c46c150562"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:09:57Z", "revision_number": 0, "id": "5fb044e7-46f9-4e8e-af82-b489db735564", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:09:57Z", "security_group_id": "3c48589c-c78e-482e-9bbb-6d81ad55b1fa", "tenant_id": "8cc8f7b45dab4095be67a4c46c150562", "port_range_min": null, "ethertype": "IPv6", "project_id": "8cc8f7b45dab4095be67a4c46c150562"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:09:57Z", "revision_number": 0, "id": "aef6562d-8dcd-4cc6-90c4-f894fac44e74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:09:57Z", "security_group_id": "3c48589c-c78e-482e-9bbb-6d81ad55b1fa", "tenant_id": "8cc8f7b45dab4095be67a4c46c150562", "port_range_min": null, "ethertype": "IPv4", "project_id": "8cc8f7b45dab4095be67a4c46c150562"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:09:57Z", "revision_number": 0, "id": "e4b0aa6b-0411-4f15-8923-2e61df879f89", "remote_group_id": "3c48589c-c78e-482e-9bbb-6d81ad55b1fa", "remote_ip_prefix": null, "created_at": "2019-01-20T13:09:57Z", "security_group_id": "3c48589c-c78e-482e-9bbb-6d81ad55b1fa", "tenant_id": "8cc8f7b45dab4095be67a4c46c150562", "port_range_min": null, "ethertype": "IPv4", "project_id": "8cc8f7b45dab4095be67a4c46c150562"}], "revision_number": 4, "project_id": "8cc8f7b45dab4095be67a4c46c150562", "id": "3c48589c-c78e-482e-9bbb-6d81ad55b1fa", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:10:09,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-ca26fa20-8c2d-4923-b4c9-c138552bea1d 2019-01-20 13:10:10,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba96d8e0b25721033cf7fac847f47ed5be839c18" 2019-01-20 13:10:10,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0dc9599-31e2-484f-9831-654661fa20ab 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:10:10,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-e0dc9599-31e2-484f-9831-654661fa20ab 2019-01-20 13:10:10,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba96d8e0b25721033cf7fac847f47ed5be839c18" 2019-01-20 13:10:10,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f8dc918-8384-4e0e-8722-5c8736f1cc8e 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:10:10,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-6f8dc918-8384-4e0e-8722-5c8736f1cc8e 2019-01-20 13:10:10,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8cc8f7b45dab4095be67a4c46c150562 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba96d8e0b25721033cf7fac847f47ed5be839c18" 2019-01-20 13:10:10,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e712b304-5f28-4da0-b0d3-1734807931a1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8cc8f7b45dab4095be67a4c46c150562"}, "enabled": true, "id": "8cc8f7b45dab4095be67a4c46c150562", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj"}} 2019-01-20 13:10:10,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8cc8f7b45dab4095be67a4c46c150562 used request id req-e712b304-5f28-4da0-b0d3-1734807931a1 2019-01-20 13:10:10,292 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3c48589c-c78e-482e-9bbb-6d81ad55b1fa 2019-01-20 13:10:10,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=3c48589c-c78e-482e-9bbb-6d81ad55b1fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba96d8e0b25721033cf7fac847f47ed5be839c18" 2019-01-20 13:10:10,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-292e2cfc-1c6e-4a37-8191-0d56c627b028 Date: Sun, 20 Jan 2019 13:10:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "3c48589c-c78e-482e-9bbb-6d81ad55b1fa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:09:57Z", "security_group_id": "3c48589c-c78e-482e-9bbb-6d81ad55b1fa", "port_range_min": null, "revision_number": 0, "tenant_id": "8cc8f7b45dab4095be67a4c46c150562", "created_at": "2019-01-20T13:09:57Z", "project_id": "8cc8f7b45dab4095be67a4c46c150562", "id": "2d4f2533-bd14-4730-b413-58e3e7ffec01"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:09:57Z", "security_group_id": "3c48589c-c78e-482e-9bbb-6d81ad55b1fa", "port_range_min": null, "revision_number": 0, "tenant_id": "8cc8f7b45dab4095be67a4c46c150562", "created_at": "2019-01-20T13:09:57Z", "project_id": "8cc8f7b45dab4095be67a4c46c150562", "id": "5fb044e7-46f9-4e8e-af82-b489db735564"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:09:57Z", "security_group_id": "3c48589c-c78e-482e-9bbb-6d81ad55b1fa", "port_range_min": null, "revision_number": 0, "tenant_id": "8cc8f7b45dab4095be67a4c46c150562", "created_at": "2019-01-20T13:09:57Z", "project_id": "8cc8f7b45dab4095be67a4c46c150562", "id": "aef6562d-8dcd-4cc6-90c4-f894fac44e74"}, {"remote_group_id": "3c48589c-c78e-482e-9bbb-6d81ad55b1fa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:09:57Z", "security_group_id": "3c48589c-c78e-482e-9bbb-6d81ad55b1fa", "port_range_min": null, "revision_number": 0, "tenant_id": "8cc8f7b45dab4095be67a4c46c150562", "created_at": "2019-01-20T13:09:57Z", "project_id": "8cc8f7b45dab4095be67a4c46c150562", "id": "e4b0aa6b-0411-4f15-8923-2e61df879f89"}]} 2019-01-20 13:10:10,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=3c48589c-c78e-482e-9bbb-6d81ad55b1fa used request id req-292e2cfc-1c6e-4a37-8191-0d56c627b028 2019-01-20 13:10:10,477 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:10:10,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/3c48589c-c78e-482e-9bbb-6d81ad55b1fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba96d8e0b25721033cf7fac847f47ed5be839c18" 2019-01-20 13:10:10,790 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e2d6d0fe-b2c3-4eb3-b3c3-0ab566befc61 Content-Length: 0 Date: Sun, 20 Jan 2019 13:10:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:10:10,790 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/3c48589c-c78e-482e-9bbb-6d81ad55b1fa used request id req-e2d6d0fe-b2c3-4eb3-b3c3-0ab566befc61 2019-01-20 13:10:10,791 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj 2019-01-20 13:10:10,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/8cc8f7b45dab4095be67a4c46c150562 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba96d8e0b25721033cf7fac847f47ed5be839c18" 2019-01-20 13:10:10,979 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:10:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1a63a8f-0a30-4b61-b726-84b2402b88d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:10:10,979 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/8cc8f7b45dab4095be67a4c46c150562 used request id req-d1a63a8f-0a30-4b61-b726-84b2402b88d8 2019-01-20 13:10:10,979 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-proj-role 2019-01-20 13:10:10,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/ed79cb1ceb38493ba4046c0e975479de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba96d8e0b25721033cf7fac847f47ed5be839c18" 2019-01-20 13:10:11,084 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:10:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38624eaf-5bda-4c40-be8b-32be78eeccc3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:10:11,084 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/ed79cb1ceb38493ba4046c0e975479de used request id req-38624eaf-5bda-4c40-be8b-32be78eeccc3 2019-01-20 13:10:11,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba96d8e0b25721033cf7fac847f47ed5be839c18" 2019-01-20 13:10:11,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7657101b-f8da-4f05-8cfc-2f21692f2414 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:10:11,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-7657101b-f8da-4f05-8cfc-2f21692f2414 2019-01-20 13:10:11,176 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-afd31f34-8aa8-4b9-user 2019-01-20 13:10:11,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/7cc84f02f5d74f61874bc9763f3f6e34 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d85b2efea7e5f111e8f36d6f1b482fb9f7c0d46" 2019-01-20 13:10:11,340 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:10:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77ccc6c8-56f2-4242-b7a0-c6838069ca22 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:10:11,340 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/7cc84f02f5d74f61874bc9763f3f6e34 used request id req-77ccc6c8-56f2-4242-b7a0-c6838069ca22 2019-01-20 13:10:11,342 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:10:11,716 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:10:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["kgHh_3FMQqG7DrG6rQAM1Q"], "issued_at": "2019-01-20T13:10:11.000000Z"}} 2019-01-20 13:10:11,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f831d30949ae93a0e9546ac9d19712ab8ba6400d" 2019-01-20 13:10:11,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47c0696e-341d-4793-935c-1f6c7f24c6dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:11,799 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-47c0696e-341d-4793-935c-1f6c7f24c6dc 2019-01-20 13:10:11,800 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:10:11,801 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:10:12,192 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:10:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["D-P8oyh2TLi2jQAIseLdSQ"], "issued_at": "2019-01-20T13:10:12.000000Z"}} 2019-01-20 13:10:12,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c42eae44f4d4bd68c95a5b3f9017f21586ccd85" 2019-01-20 13:10:12,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a78f705e-85f4-4ae8-8f17-7848880a6e28 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:12,268 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a78f705e-85f4-4ae8-8f17-7848880a6e28 2019-01-20 13:10:12,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:10:12,277 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:10: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:10:12,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-fab69f0e-2165-414-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c42eae44f4d4bd68c95a5b3f9017f21586ccd85" 2019-01-20 13:10:12,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5aac2ea-e46c-4393-a75c-a9d6dc7b22d7 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-fab69f0e-2165-414-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:10:12,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-fab69f0e-2165-414-proj used request id req-d5aac2ea-e46c-4393-a75c-a9d6dc7b22d7 2019-01-20 13:10:12,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c42eae44f4d4bd68c95a5b3f9017f21586ccd85" 2019-01-20 13:10:12,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88b31c16-015e-4e15-8758-d45fc7fe8d05 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:10:12,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-88b31c16-015e-4e15-8758-d45fc7fe8d05 2019-01-20 13:10:12,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c42eae44f4d4bd68c95a5b3f9017f21586ccd85" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-proj"}}' 2019-01-20 13:10:12,684 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:10:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f0a8a98-4a12-47ca-9bd8-97c059b0a30a Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f87a4253240f439499785341a6810222"}, "enabled": true, "id": "f87a4253240f439499785341a6810222", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-proj"}} 2019-01-20 13:10:12,684 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-6f0a8a98-4a12-47ca-9bd8-97c059b0a30a 2019-01-20 13:10:12,684 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-fab69f0e-2165-414-proj 2019-01-20 13:10:12,685 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:10:12,685 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:10:13,074 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:10:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["GPFcYgjZQ4uLEJhlpLJvNA"], "issued_at": "2019-01-20T13:10:13.000000Z"}} 2019-01-20 13:10:13,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333ce7239a4bebdf881538285c13cd4489595510" 2019-01-20 13:10:13,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17b0a0e0-94a2-43df-935d-40a73d43744c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:13,152 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-17b0a0e0-94a2-43df-935d-40a73d43744c 2019-01-20 13:10:13,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:10:13,161 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:10: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:10:13,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333ce7239a4bebdf881538285c13cd4489595510" 2019-01-20 13:10:13,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c6df40f-57d5-47a0-90db-a18c9fa0d0f9 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:10:13,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5c6df40f-57d5-47a0-90db-a18c9fa0d0f9 2019-01-20 13:10:13,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-fab69f0e-2165-414-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333ce7239a4bebdf881538285c13cd4489595510" 2019-01-20 13:10:13,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c6716e5-55a0-47c3-93a5-46a310037d4d Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-fab69f0e-2165-414-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f87a4253240f439499785341a6810222"}, "enabled": true, "id": "f87a4253240f439499785341a6810222", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-proj"}]} 2019-01-20 13:10:13,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-fab69f0e-2165-414-proj used request id req-1c6716e5-55a0-47c3-93a5-46a310037d4d 2019-01-20 13:10:13,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333ce7239a4bebdf881538285c13cd4489595510" 2019-01-20 13:10:13,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e38832c-e0ea-4427-979f-0e97652eb6ca Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:10:13,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-8e38832c-e0ea-4427-979f-0e97652eb6ca 2019-01-20 13:10:13,742 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-fab69f0e-2165-414-user 2019-01-20 13:10:13,743 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:10:13,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c42eae44f4d4bd68c95a5b3f9017f21586ccd85" 2019-01-20 13:10:13,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36f817d5-1ca4-41a0-bf54-f39a7b186efa Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:10:13,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-36f817d5-1ca4-41a0-bf54-f39a7b186efa 2019-01-20 13:10:13,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c42eae44f4d4bd68c95a5b3f9017f21586ccd85" -d '{"role": {"name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-proj-role"}}' 2019-01-20 13:10:13,934 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:10:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae524693-22cb-4bbe-a9b7-a2f86316c5f1 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "97a736870b7c40e88d9dc5cd09ef5887", "links": {"self": "http://172.30.9.22:5000/v3/roles/97a736870b7c40e88d9dc5cd09ef5887"}, "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-proj-role"}} 2019-01-20 13:10:13,935 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-ae524693-22cb-4bbe-a9b7-a2f86316c5f1 2019-01-20 13:10:13,935 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-fab69f0e-2165-414-proj-role 2019-01-20 13:10:13,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/97a736870b7c40e88d9dc5cd09ef5887 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c42eae44f4d4bd68c95a5b3f9017f21586ccd85" 2019-01-20 13:10:14,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7a333d7-72cc-4157-87f7-8ec7b204e398 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/97a736870b7c40e88d9dc5cd09ef5887"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-proj-role", "id": "97a736870b7c40e88d9dc5cd09ef5887"}} 2019-01-20 13:10:14,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/97a736870b7c40e88d9dc5cd09ef5887 used request id req-c7a333d7-72cc-4157-87f7-8ec7b204e398 2019-01-20 13:10:14,027 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-fab69f0e-2165-414-proj-role to project CreateInstancePortManipulationTests-fab69f0e-2165-414-proj 2019-01-20 13:10:14,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/f87a4253240f439499785341a6810222/users/2b93668cb241402bb517d4724dc6b2f8/roles/97a736870b7c40e88d9dc5cd09ef5887 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c42eae44f4d4bd68c95a5b3f9017f21586ccd85" 2019-01-20 13:10:14,153 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:10:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-844ee264-6167-4f6e-ac00-7526afe8ac8f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:10:14,153 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/f87a4253240f439499785341a6810222/users/2b93668cb241402bb517d4724dc6b2f8/roles/97a736870b7c40e88d9dc5cd09ef5887 used request id req-844ee264-6167-4f6e-ac00-7526afe8ac8f 2019-01-20 13:10:14,153 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:10:14,154 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:10:14,154 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:10:14,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97a736870b7c40e88d9dc5cd09ef5887", "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-proj-role"}], "expires_at": "2019-01-20T14:10:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f87a4253240f439499785341a6810222", "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/f87a4253240f439499785341a6810222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/f87a4253240f439499785341a6810222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/f87a4253240f439499785341a6810222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f87a4253240f439499785341a6810222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/f87a4253240f439499785341a6810222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/f87a4253240f439499785341a6810222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/f87a4253240f439499785341a6810222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/f87a4253240f439499785341a6810222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/f87a4253240f439499785341a6810222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/f87a4253240f439499785341a6810222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/f87a4253240f439499785341a6810222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/f87a4253240f439499785341a6810222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-user", "id": "2b93668cb241402bb517d4724dc6b2f8"}, "audit_ids": ["gfRnyZnnQnKXG8fR6hnc9Q"], "issued_at": "2019-01-20T13:10:14.000000Z"}} 2019-01-20 13:10:14,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c51905c210b1d394ce088915f601257b90163c25" 2019-01-20 13:10:14,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ac0e5a7-e41d-4a4e-a73a-5487d0ee07fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:14,617 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1ac0e5a7-e41d-4a4e-a73a-5487d0ee07fc 2019-01-20 13:10:14,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c51905c210b1d394ce088915f601257b90163c25" 2019-01-20 13:10:14,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-4af43a1c-0dcc-4062-a78b-d62361a3a129 Date: Sun, 20 Jan 2019 13:10:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-image"} 2019-01-20 13:10:14,799 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-image used request id req-4af43a1c-0dcc-4062-a78b-d62361a3a129 2019-01-20 13:10:14,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c51905c210b1d394ce088915f601257b90163c25" 2019-01-20 13:10:14,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-26576e25-7602-44d0-87b3-c7bde9ebd923 Date: Sun, 20 Jan 2019 13:10: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"}}} 2019-01-20 13:10:14,968 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-26576e25-7602-44d0-87b3-c7bde9ebd923 2019-01-20 13:10:14,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c51905c210b1d394ce088915f601257b90163c25" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-image"}' 2019-01-20 13:10:15,170 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/6fff2b5d-7626-472b-ade2-3afa810bd55f X-Openstack-Request-Id: req-362d251a-6236-4142-8e06-090c1b02f8ec Date: Sun, 20 Jan 2019 13:10:15 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:10:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:10:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/6fff2b5d-7626-472b-ade2-3afa810bd55f", "min_disk": 0, "protected": false, "id": "6fff2b5d-7626-472b-ade2-3afa810bd55f", "file": "/v2/images/6fff2b5d-7626-472b-ade2-3afa810bd55f/file", "checksum": null, "owner": "f87a4253240f439499785341a6810222", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:10:15,170 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-362d251a-6236-4142-8e06-090c1b02f8ec 2019-01-20 13:10:15,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/6fff2b5d-7626-472b-ade2-3afa810bd55f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c51905c210b1d394ce088915f601257b90163c25" -d '' 2019-01-20 13:10:16,758 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-66c8f17a-979f-4348-aa06-992ddf14e645 Date: Sun, 20 Jan 2019 13:10:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:10:16,758 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/6fff2b5d-7626-472b-ade2-3afa810bd55f/file used request id req-66c8f17a-979f-4348-aa06-992ddf14e645 2019-01-20 13:10:16,759 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:10:16,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/6fff2b5d-7626-472b-ade2-3afa810bd55f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c51905c210b1d394ce088915f601257b90163c25" 2019-01-20 13:10:16,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-d04f59b3-8fc0-499e-812e-94f44778e5f3 Date: Sun, 20 Jan 2019 13:10:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:10:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:10:16Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6fff2b5d-7626-472b-ade2-3afa810bd55f/snap", "metadata": {}}], "self": "/v2/images/6fff2b5d-7626-472b-ade2-3afa810bd55f", "min_disk": 0, "protected": false, "id": "6fff2b5d-7626-472b-ade2-3afa810bd55f", "file": "/v2/images/6fff2b5d-7626-472b-ade2-3afa810bd55f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f87a4253240f439499785341a6810222", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6fff2b5d-7626-472b-ade2-3afa810bd55f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:10:16,918 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/6fff2b5d-7626-472b-ade2-3afa810bd55f used request id req-d04f59b3-8fc0-499e-812e-94f44778e5f3 2019-01-20 13:10:16,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c51905c210b1d394ce088915f601257b90163c25" 2019-01-20 13:10:17,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a07d6140-4b37-47c8-9195-cc14ae54a945 Date: Sun, 20 Jan 2019 13: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"}}} 2019-01-20 13:10:17,077 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-a07d6140-4b37-47c8-9195-cc14ae54a945 2019-01-20 13:10:17,080 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-image 2019-01-20 13:10:17,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/6fff2b5d-7626-472b-ade2-3afa810bd55f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c51905c210b1d394ce088915f601257b90163c25" 2019-01-20 13:10:17,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-b690f813-1484-4c97-842e-69f4951e931d Date: Sun, 20 Jan 2019 13:10:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:10:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:10:16Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6fff2b5d-7626-472b-ade2-3afa810bd55f/snap", "metadata": {}}], "self": "/v2/images/6fff2b5d-7626-472b-ade2-3afa810bd55f", "min_disk": 0, "protected": false, "id": "6fff2b5d-7626-472b-ade2-3afa810bd55f", "file": "/v2/images/6fff2b5d-7626-472b-ade2-3afa810bd55f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f87a4253240f439499785341a6810222", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6fff2b5d-7626-472b-ade2-3afa810bd55f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:10:17,251 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/6fff2b5d-7626-472b-ade2-3afa810bd55f used request id req-b690f813-1484-4c97-842e-69f4951e931d 2019-01-20 13:10:17,251 - create_image - DEBUG - Instance status is - active 2019-01-20 13:10:17,252 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-image 2019-01-20 13:10:17,252 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-image 2019-01-20 13:10:17,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:10:17,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:10:17,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97a736870b7c40e88d9dc5cd09ef5887", "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-proj-role"}], "expires_at": "2019-01-20T14:10:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f87a4253240f439499785341a6810222", "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/f87a4253240f439499785341a6810222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/f87a4253240f439499785341a6810222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/f87a4253240f439499785341a6810222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f87a4253240f439499785341a6810222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/f87a4253240f439499785341a6810222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/f87a4253240f439499785341a6810222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/f87a4253240f439499785341a6810222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/f87a4253240f439499785341a6810222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/f87a4253240f439499785341a6810222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/f87a4253240f439499785341a6810222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/f87a4253240f439499785341a6810222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/f87a4253240f439499785341a6810222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-user", "id": "2b93668cb241402bb517d4724dc6b2f8"}, "audit_ids": ["3rty4F8NS82Va1DeFLVisg"], "issued_at": "2019-01-20T13:10:17.000000Z"}} 2019-01-20 13:10:17,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f9e2e0113e60230bc0a75b0ad817838000b5e4" 2019-01-20 13:10:17,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e0a12d8-a63f-4674-ac58-30cfc29b02ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:17,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3e0a12d8-a63f-4674-ac58-30cfc29b02ef 2019-01-20 13:10:17,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f9e2e0113e60230bc0a75b0ad817838000b5e4" 2019-01-20 13:10:17,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-55ba2ad9-cf81-4241-a162-caef690aaf76 Date: Sun, 20 Jan 2019 13:10:17 GMT RESP BODY: {"networks":[]} 2019-01-20 13:10:17,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net used request id req-55ba2ad9-cf81-4241-a162-caef690aaf76 2019-01-20 13:10:17,976 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net 2019-01-20 13:10:17,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f9e2e0113e60230bc0a75b0ad817838000b5e4" -d '{"network": {"name": "CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net", "admin_state_up": true}}' 2019-01-20 13:10:19,046 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-8209ce19-bae5-4535-91bb-e0d2e2ee6435 Date: Sun, 20 Jan 2019 13:10:19 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f87a4253240f439499785341a6810222","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:10:18Z","is_default":false,"name":"CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"f87a4253240f439499785341a6810222","created_at":"2019-01-20T13:10:18Z","mtu":1450}} 2019-01-20 13:10:19,047 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-8209ce19-bae5-4535-91bb-e0d2e2ee6435 2019-01-20 13:10:19,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f9e2e0113e60230bc0a75b0ad817838000b5e4" 2019-01-20 13:10:19,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-2dd9954c-397a-486d-b3f3-2628deacb15b Date: Sun, 20 Jan 2019 13:10: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":"2019-01-20T13:10:18Z","tenant_id":"f87a4253240f439499785341a6810222","created_at":"2019-01-20T13:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f87a4253240f439499785341a6810222","id":"d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87","name":"CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net"}]} 2019-01-20 13:10:19,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87 used request id req-2dd9954c-397a-486d-b3f3-2628deacb15b 2019-01-20 13:10:19,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f9e2e0113e60230bc0a75b0ad817838000b5e4" 2019-01-20 13:10:19,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0c8829d8-fec0-40bb-81f9-b1636eaac621 Date: Sun, 20 Jan 2019 13:10:19 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:10:19,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87 used request id req-0c8829d8-fec0-40bb-81f9-b1636eaac621 2019-01-20 13:10:19,468 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-subnet 2019-01-20 13:10:19,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f9e2e0113e60230bc0a75b0ad817838000b5e4" -d '{"subnets": [{"ip_version": 4, "network_id": "d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-subnet"}]}' 2019-01-20 13:10:20,184 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-af578977-3082-4bbf-9870-260cb1df165d Date: Sun, 20 Jan 2019 13:10:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87","tenant_id":"f87a4253240f439499785341a6810222","created_at":"2019-01-20T13:10:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:10: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":"f87a4253240f439499785341a6810222","id":"9ebc74ef-6458-465e-a589-ad0c205b6734","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-subnet"}]} 2019-01-20 13:10:20,184 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-af578977-3082-4bbf-9870-260cb1df165d 2019-01-20 13:10:20,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f9e2e0113e60230bc0a75b0ad817838000b5e4" 2019-01-20 13:10:20,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-d59fdbfe-27eb-467c-aeff-dadd51e69f59 Date: Sun, 20 Jan 2019 13:10: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":["9ebc74ef-6458-465e-a589-ad0c205b6734"],"updated_at":"2019-01-20T13:10:19Z","tenant_id":"f87a4253240f439499785341a6810222","created_at":"2019-01-20T13:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f87a4253240f439499785341a6810222","id":"d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87","name":"CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net"}]} 2019-01-20 13:10:20,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87 used request id req-d59fdbfe-27eb-467c-aeff-dadd51e69f59 2019-01-20 13:10:20,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f9e2e0113e60230bc0a75b0ad817838000b5e4" 2019-01-20 13:10:20,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-03ba1905-b4bb-4a01-ac67-e72ffb9f1cca Date: Sun, 20 Jan 2019 13:10:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87","tenant_id":"f87a4253240f439499785341a6810222","created_at":"2019-01-20T13:10:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:10: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":"f87a4253240f439499785341a6810222","id":"9ebc74ef-6458-465e-a589-ad0c205b6734","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-subnet"}]} 2019-01-20 13:10:20,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87 used request id req-03ba1905-b4bb-4a01-ac67-e72ffb9f1cca 2019-01-20 13:10:20,642 - OpenStackNetwork - DEBUG - Network [d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87] created successfully 2019-01-20 13:10:20,642 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:10:20,643 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:10:21,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:10:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["AG6ZPb8mS5W6GvMqu8cepw"], "issued_at": "2019-01-20T13:10:21.000000Z"}} 2019-01-20 13:10:21,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}060121f777246cb79c75ec440baf0ab155cad65a" 2019-01-20 13:10:21,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ce144a8-e32c-4a96-a82d-d6a191b69689 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:21,114 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4ce144a8-e32c-4a96-a82d-d6a191b69689 2019-01-20 13:10:21,115 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:10:21,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}060121f777246cb79c75ec440baf0ab155cad65a" 2019-01-20 13:10:21,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-84f51431-e808-44e6-a4dd-d60e0db3bebd x-compute-request-id: req-84f51431-e808-44e6-a4dd-d60e0db3bebd Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:10:21,317 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-84f51431-e808-44e6-a4dd-d60e0db3bebd 2019-01-20 13:10:21,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}060121f777246cb79c75ec440baf0ab155cad65a" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:10:21,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-e240aad7-5e00-407c-90d7-081b69810596 x-compute-request-id: req-e240aad7-5e00-407c-90d7-081b69810596 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/eab04d2d-5bed-4331-a951-5dc8a54c06f9", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/eab04d2d-5bed-4331-a951-5dc8a54c06f9", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "eab04d2d-5bed-4331-a951-5dc8a54c06f9", "name": "CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:10:21,365 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e240aad7-5e00-407c-90d7-081b69810596 2019-01-20 13:10:21,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:10:21,367 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:10:21,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97a736870b7c40e88d9dc5cd09ef5887", "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-proj-role"}], "expires_at": "2019-01-20T14:10:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f87a4253240f439499785341a6810222", "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/f87a4253240f439499785341a6810222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/f87a4253240f439499785341a6810222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/f87a4253240f439499785341a6810222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f87a4253240f439499785341a6810222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/f87a4253240f439499785341a6810222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/f87a4253240f439499785341a6810222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/f87a4253240f439499785341a6810222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/f87a4253240f439499785341a6810222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/f87a4253240f439499785341a6810222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/f87a4253240f439499785341a6810222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/f87a4253240f439499785341a6810222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/f87a4253240f439499785341a6810222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-user", "id": "2b93668cb241402bb517d4724dc6b2f8"}, "audit_ids": ["hd89GInyTRyrNDV8zACtxg"], "issued_at": "2019-01-20T13:10:21.000000Z"}} 2019-01-20 13:10:21,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca726789d19b8e5b73152e0d45e0c44272ab066" 2019-01-20 13:10:21,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf76429e-52a7-488c-862a-ae2c64f7cc77 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:21,841 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bf76429e-52a7-488c-862a-ae2c64f7cc77 2019-01-20 13:10:21,843 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:10:21,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca726789d19b8e5b73152e0d45e0c44272ab066" 2019-01-20 13:10:21,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58c2b742-c548-497a-8890-9f79d389e943 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:21,856 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-58c2b742-c548-497a-8890-9f79d389e943 2019-01-20 13:10:21,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca726789d19b8e5b73152e0d45e0c44272ab066" 2019-01-20 13:10:22,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-78f39eca-f28d-4fa4-92ec-0a349b2fb063 Date: Sun, 20 Jan 2019 13:10:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9ebc74ef-6458-465e-a589-ad0c205b6734"],"updated_at":"2019-01-20T13:10:19Z","tenant_id":"f87a4253240f439499785341a6810222","created_at":"2019-01-20T13:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f87a4253240f439499785341a6810222","id":"d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87","name":"CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net"}]} 2019-01-20 13:10:22,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net used request id req-78f39eca-f28d-4fa4-92ec-0a349b2fb063 2019-01-20 13:10:22,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:10:22,132 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:10: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:10:22,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/f87a4253240f439499785341a6810222 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca726789d19b8e5b73152e0d45e0c44272ab066" 2019-01-20 13:10:22,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f26e50ce-2fdd-408a-8cf8-0beda9837060 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f87a4253240f439499785341a6810222"}, "enabled": true, "id": "f87a4253240f439499785341a6810222", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-proj"}} 2019-01-20 13:10:22,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/f87a4253240f439499785341a6810222 used request id req-f26e50ce-2fdd-408a-8cf8-0beda9837060 2019-01-20 13:10:22,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca726789d19b8e5b73152e0d45e0c44272ab066" 2019-01-20 13:10:22,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d0d283ef-7fd5-4557-98bc-4b6c7ecf2ae9 Date: Sun, 20 Jan 2019 13:10:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87","tenant_id":"f87a4253240f439499785341a6810222","created_at":"2019-01-20T13:10:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:10: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":"f87a4253240f439499785341a6810222","id":"9ebc74ef-6458-465e-a589-ad0c205b6734","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-subnet"}]} 2019-01-20 13:10:22,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87 used request id req-d0d283ef-7fd5-4557-98bc-4b6c7ecf2ae9 2019-01-20 13:10:22,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87&mac_address=foo&name=CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca726789d19b8e5b73152e0d45e0c44272ab066" 2019-01-20 13:10:22,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bb9d929f-542f-43ec-89f3-9803962490bd Date: Sun, 20 Jan 2019 13:10:22 GMT RESP BODY: {"ports":[]} 2019-01-20 13:10:22,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87&mac_address=foo&name=CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98port-1&admin_state_up=True used request id req-bb9d929f-542f-43ec-89f3-9803962490bd 2019-01-20 13:10:22,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca726789d19b8e5b73152e0d45e0c44272ab066" 2019-01-20 13:10:22,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-039ca6d5-c956-44a4-be3f-cbfc5b449c85 x-compute-request-id: req-039ca6d5-c956-44a4-be3f-cbfc5b449c85 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:10:22,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-inst used request id req-039ca6d5-c956-44a4-be3f-cbfc5b449c85 2019-01-20 13:10:22,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca726789d19b8e5b73152e0d45e0c44272ab066" 2019-01-20 13:10:23,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-739d219b-30de-4126-8dcc-1e68b79fb57c Date: Sun, 20 Jan 2019 13:10: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":["9ebc74ef-6458-465e-a589-ad0c205b6734"],"updated_at":"2019-01-20T13:10:19Z","tenant_id":"f87a4253240f439499785341a6810222","created_at":"2019-01-20T13:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f87a4253240f439499785341a6810222","id":"d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87","name":"CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net"}]} 2019-01-20 13:10:23,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net used request id req-739d219b-30de-4126-8dcc-1e68b79fb57c 2019-01-20 13:10:23,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/f87a4253240f439499785341a6810222 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca726789d19b8e5b73152e0d45e0c44272ab066" 2019-01-20 13:10:23,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00815e21-0464-4cf9-98bf-e0fbfc6cdacd Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f87a4253240f439499785341a6810222"}, "enabled": true, "id": "f87a4253240f439499785341a6810222", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-proj"}} 2019-01-20 13:10:23,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/f87a4253240f439499785341a6810222 used request id req-00815e21-0464-4cf9-98bf-e0fbfc6cdacd 2019-01-20 13:10:23,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca726789d19b8e5b73152e0d45e0c44272ab066" 2019-01-20 13:10:23,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-27a8a5e9-e5cf-4272-ac42-04b0a2d1a5b6 Date: Sun, 20 Jan 2019 13:10:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87","tenant_id":"f87a4253240f439499785341a6810222","created_at":"2019-01-20T13:10:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:10: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":"f87a4253240f439499785341a6810222","id":"9ebc74ef-6458-465e-a589-ad0c205b6734","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-subnet"}]} 2019-01-20 13:10:23,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87 used request id req-27a8a5e9-e5cf-4272-ac42-04b0a2d1a5b6 2019-01-20 13:10:23,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87&mac_address=foo&name=CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca726789d19b8e5b73152e0d45e0c44272ab066" 2019-01-20 13:10:23,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-91c7fc53-a387-4e1a-80fd-a7aacae4d500 Date: Sun, 20 Jan 2019 13:10:23 GMT RESP BODY: {"ports":[]} 2019-01-20 13:10:23,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87&mac_address=foo&name=CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98port-1&admin_state_up=True used request id req-91c7fc53-a387-4e1a-80fd-a7aacae4d500 2019-01-20 13:10:23,654 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:10:23,654 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:10:24,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97a736870b7c40e88d9dc5cd09ef5887", "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-proj-role"}], "expires_at": "2019-01-20T14:10:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f87a4253240f439499785341a6810222", "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/f87a4253240f439499785341a6810222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/f87a4253240f439499785341a6810222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/f87a4253240f439499785341a6810222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/f87a4253240f439499785341a6810222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/f87a4253240f439499785341a6810222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/f87a4253240f439499785341a6810222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/f87a4253240f439499785341a6810222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/f87a4253240f439499785341a6810222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/f87a4253240f439499785341a6810222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/f87a4253240f439499785341a6810222", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/f87a4253240f439499785341a6810222", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/f87a4253240f439499785341a6810222", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-user", "id": "2b93668cb241402bb517d4724dc6b2f8"}, "audit_ids": ["Zk2wOQ1iT8CHeEANLF77FA"], "issued_at": "2019-01-20T13:10:24.000000Z"}} 2019-01-20 13:10:24,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ceb71fa438596a06de902ddf3c362f4cecb04d04" 2019-01-20 13:10:24,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e7d51d6-8c84-4fb6-9be0-397f40193bd5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:24,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5e7d51d6-8c84-4fb6-9be0-397f40193bd5 2019-01-20 13:10:24,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca726789d19b8e5b73152e0d45e0c44272ab066" 2019-01-20 13:10:24,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-25322558-796d-4b37-bdf0-2dce138b71c9 Date: Sun, 20 Jan 2019 13:10: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":["9ebc74ef-6458-465e-a589-ad0c205b6734"],"updated_at":"2019-01-20T13:10:19Z","tenant_id":"f87a4253240f439499785341a6810222","created_at":"2019-01-20T13:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f87a4253240f439499785341a6810222","id":"d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87","name":"CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net"}]} 2019-01-20 13:10:24,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net used request id req-25322558-796d-4b37-bdf0-2dce138b71c9 2019-01-20 13:10:24,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca726789d19b8e5b73152e0d45e0c44272ab066" 2019-01-20 13:10:24,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6cc0fe38-3269-42cd-b913-145e18124e0a Date: Sun, 20 Jan 2019 13:10:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87","tenant_id":"f87a4253240f439499785341a6810222","created_at":"2019-01-20T13:10:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:10: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":"f87a4253240f439499785341a6810222","id":"9ebc74ef-6458-465e-a589-ad0c205b6734","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-subnet"}]} 2019-01-20 13:10:24,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87 used request id req-6cc0fe38-3269-42cd-b913-145e18124e0a 2019-01-20 13:10:24,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca726789d19b8e5b73152e0d45e0c44272ab066" 2019-01-20 13:10:24,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-1fc6cf3f-91d4-4723-bd2d-a93f898f0e33 Date: Sun, 20 Jan 2019 13:10: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":["9ebc74ef-6458-465e-a589-ad0c205b6734"],"updated_at":"2019-01-20T13:10:19Z","tenant_id":"f87a4253240f439499785341a6810222","created_at":"2019-01-20T13:10:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f87a4253240f439499785341a6810222","id":"d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87","name":"CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net"}]} 2019-01-20 13:10:24,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net used request id req-1fc6cf3f-91d4-4723-bd2d-a93f898f0e33 2019-01-20 13:10:24,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:10:24,970 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:10: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:10:24,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/f87a4253240f439499785341a6810222 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ceb71fa438596a06de902ddf3c362f4cecb04d04" 2019-01-20 13:10:25,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97d531ce-b67f-4c1f-9021-5d5a22a1486c Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f87a4253240f439499785341a6810222"}, "enabled": true, "id": "f87a4253240f439499785341a6810222", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-proj"}} 2019-01-20 13:10:25,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/f87a4253240f439499785341a6810222 used request id req-97d531ce-b67f-4c1f-9021-5d5a22a1486c 2019-01-20 13:10:25,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca726789d19b8e5b73152e0d45e0c44272ab066" 2019-01-20 13:10:25,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0cc4e881-773b-4791-850d-7330115aff36 Date: Sun, 20 Jan 2019 13:10:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87","tenant_id":"f87a4253240f439499785341a6810222","created_at":"2019-01-20T13:10:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:10: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":"f87a4253240f439499785341a6810222","id":"9ebc74ef-6458-465e-a589-ad0c205b6734","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-subnet"}]} 2019-01-20 13:10:25,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87 used request id req-0cc4e881-773b-4791-850d-7330115aff36 2019-01-20 13:10:25,249 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net 2019-01-20 13:10:25,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca726789d19b8e5b73152e0d45e0c44272ab066" -d '{"port": {"network_id": "d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87", "mac_address": "foo", "name": "CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98port-1", "admin_state_up": true}}' 2019-01-20 13:10:25,267 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 145 Content-Type: application/json X-Openstack-Request-Id: req-398d679d-9d50-4c3c-8371-f19807d69cdc Date: Sun, 20 Jan 2019 13:10:25 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for mac_address. Reason: 'foo' is not a valid MAC address.", "type": "HTTPBadRequest", "detail": ""}} 2019-01-20 13:10:25,267 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-398d679d-9d50-4c3c-8371-f19807d69cdc 2019-01-20 13:10:25,267 - 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": ""}} 2019-01-20 13:10:25,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/eab04d2d-5bed-4331-a951-5dc8a54c06f9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}060121f777246cb79c75ec440baf0ab155cad65a" 2019-01-20 13:10:25,328 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-64f0606d-66ee-41c8-82fd-e17863b89782 x-compute-request-id: req-64f0606d-66ee-41c8-82fd-e17863b89782 Content-Length: 0 Content-Type: application/json 2019-01-20 13:10:25,328 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/eab04d2d-5bed-4331-a951-5dc8a54c06f9 used request id req-64f0606d-66ee-41c8-82fd-e17863b89782 2019-01-20 13:10:25,329 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-subnet 2019-01-20 13:10:25,329 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-subnet 2019-01-20 13:10:25,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/9ebc74ef-6458-465e-a589-ad0c205b6734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f9e2e0113e60230bc0a75b0ad817838000b5e4" 2019-01-20 13:10:27,367 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1f0e41cb-44f7-4bda-bca6-ccd8ee489df7 Date: Sun, 20 Jan 2019 13:10:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:10:27,367 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/9ebc74ef-6458-465e-a589-ad0c205b6734 used request id req-1f0e41cb-44f7-4bda-bca6-ccd8ee489df7 2019-01-20 13:10:27,367 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-pub-net 2019-01-20 13:10:27,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17f9e2e0113e60230bc0a75b0ad817838000b5e4" 2019-01-20 13:10:28,599 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e176f887-c369-450e-9898-3437aac04e56 Date: Sun, 20 Jan 2019 13:10:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:10:28,599 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/d98a3fd6-1cd1-4a65-a12e-2ce1bd12ba87 used request id req-e176f887-c369-450e-9898-3437aac04e56 2019-01-20 13:10:28,600 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-aaa2df7e-fa9f-41a9-8cdc-8796c7735e98-image 2019-01-20 13:10:28,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/6fff2b5d-7626-472b-ade2-3afa810bd55f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c51905c210b1d394ce088915f601257b90163c25" 2019-01-20 13:10:29,857 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-09a8496e-385b-4036-8a0c-18a61c4aee7a Date: Sun, 20 Jan 2019 13:10:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:10:29,857 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/6fff2b5d-7626-472b-ade2-3afa810bd55f used request id req-09a8496e-385b-4036-8a0c-18a61c4aee7a 2019-01-20 13:10:29,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c42eae44f4d4bd68c95a5b3f9017f21586ccd85" 2019-01-20 13:10:30,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-d7939e8f-9466-4b0b-a86a-ed1f4fa47612 Date: Sun, 20 Jan 2019 13:10:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f87a4253240f439499785341a6810222", "created_at": "2019-01-20T13:10:18Z", "updated_at": "2019-01-20T13:10:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:10:18Z", "revision_number": 0, "id": "09f9e3a0-674c-4dea-9f10-89420bb08795", "remote_group_id": "de69d956-38ea-43a8-ac37-6244c4e97a61", "remote_ip_prefix": null, "created_at": "2019-01-20T13:10:18Z", "security_group_id": "de69d956-38ea-43a8-ac37-6244c4e97a61", "tenant_id": "f87a4253240f439499785341a6810222", "port_range_min": null, "ethertype": "IPv6", "project_id": "f87a4253240f439499785341a6810222"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:10:18Z", "revision_number": 0, "id": "0b375263-dab2-464e-969e-e5ff4fc0c7e2", "remote_group_id": "de69d956-38ea-43a8-ac37-6244c4e97a61", "remote_ip_prefix": null, "created_at": "2019-01-20T13:10:18Z", "security_group_id": "de69d956-38ea-43a8-ac37-6244c4e97a61", "tenant_id": "f87a4253240f439499785341a6810222", "port_range_min": null, "ethertype": "IPv4", "project_id": "f87a4253240f439499785341a6810222"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:10:18Z", "revision_number": 0, "id": "16befceb-7339-466e-bbef-c02ab44fcf1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:10:18Z", "security_group_id": "de69d956-38ea-43a8-ac37-6244c4e97a61", "tenant_id": "f87a4253240f439499785341a6810222", "port_range_min": null, "ethertype": "IPv4", "project_id": "f87a4253240f439499785341a6810222"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:10:18Z", "revision_number": 0, "id": "94bf49c7-b933-451e-82ef-04851f2c9d65", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:10:18Z", "security_group_id": "de69d956-38ea-43a8-ac37-6244c4e97a61", "tenant_id": "f87a4253240f439499785341a6810222", "port_range_min": null, "ethertype": "IPv6", "project_id": "f87a4253240f439499785341a6810222"}], "revision_number": 4, "project_id": "f87a4253240f439499785341a6810222", "id": "de69d956-38ea-43a8-ac37-6244c4e97a61", "name": "default"}]} 2019-01-20 13:10:30,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-d7939e8f-9466-4b0b-a86a-ed1f4fa47612 2019-01-20 13:10:30,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c42eae44f4d4bd68c95a5b3f9017f21586ccd85" 2019-01-20 13:10:30,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf1e4075-3321-40e6-b2f0-9fd84f036449 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:10:30,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-cf1e4075-3321-40e6-b2f0-9fd84f036449 2019-01-20 13:10:30,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c42eae44f4d4bd68c95a5b3f9017f21586ccd85" 2019-01-20 13:10:30,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97a32308-8878-4d63-be75-61e45e19d24e 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:10:30,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-97a32308-8878-4d63-be75-61e45e19d24e 2019-01-20 13:10:30,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c42eae44f4d4bd68c95a5b3f9017f21586ccd85" 2019-01-20 13:10:30,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1bab67d-c7f9-43c3-b248-ee011eeac103 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:10:30,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-a1bab67d-c7f9-43c3-b248-ee011eeac103 2019-01-20 13:10:30,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/f87a4253240f439499785341a6810222 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c42eae44f4d4bd68c95a5b3f9017f21586ccd85" 2019-01-20 13:10:30,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1dadea6-82ae-42db-99f5-b159f7625964 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/f87a4253240f439499785341a6810222"}, "enabled": true, "id": "f87a4253240f439499785341a6810222", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-fab69f0e-2165-414-proj"}} 2019-01-20 13:10:30,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/f87a4253240f439499785341a6810222 used request id req-c1dadea6-82ae-42db-99f5-b159f7625964 2019-01-20 13:10:30,443 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - de69d956-38ea-43a8-ac37-6244c4e97a61 2019-01-20 13:10:30,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=de69d956-38ea-43a8-ac37-6244c4e97a61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c42eae44f4d4bd68c95a5b3f9017f21586ccd85" 2019-01-20 13:10:30,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a75c8df4-408c-4e25-b5d3-003c7ebeb6cd Date: Sun, 20 Jan 2019 13:10:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "de69d956-38ea-43a8-ac37-6244c4e97a61", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:10:18Z", "security_group_id": "de69d956-38ea-43a8-ac37-6244c4e97a61", "port_range_min": null, "revision_number": 0, "tenant_id": "f87a4253240f439499785341a6810222", "created_at": "2019-01-20T13:10:18Z", "project_id": "f87a4253240f439499785341a6810222", "id": "09f9e3a0-674c-4dea-9f10-89420bb08795"}, {"remote_group_id": "de69d956-38ea-43a8-ac37-6244c4e97a61", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:10:18Z", "security_group_id": "de69d956-38ea-43a8-ac37-6244c4e97a61", "port_range_min": null, "revision_number": 0, "tenant_id": "f87a4253240f439499785341a6810222", "created_at": "2019-01-20T13:10:18Z", "project_id": "f87a4253240f439499785341a6810222", "id": "0b375263-dab2-464e-969e-e5ff4fc0c7e2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:10:18Z", "security_group_id": "de69d956-38ea-43a8-ac37-6244c4e97a61", "port_range_min": null, "revision_number": 0, "tenant_id": "f87a4253240f439499785341a6810222", "created_at": "2019-01-20T13:10:18Z", "project_id": "f87a4253240f439499785341a6810222", "id": "16befceb-7339-466e-bbef-c02ab44fcf1e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:10:18Z", "security_group_id": "de69d956-38ea-43a8-ac37-6244c4e97a61", "port_range_min": null, "revision_number": 0, "tenant_id": "f87a4253240f439499785341a6810222", "created_at": "2019-01-20T13:10:18Z", "project_id": "f87a4253240f439499785341a6810222", "id": "94bf49c7-b933-451e-82ef-04851f2c9d65"}]} 2019-01-20 13:10:30,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=de69d956-38ea-43a8-ac37-6244c4e97a61 used request id req-a75c8df4-408c-4e25-b5d3-003c7ebeb6cd 2019-01-20 13:10:30,627 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:10:30,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/de69d956-38ea-43a8-ac37-6244c4e97a61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c42eae44f4d4bd68c95a5b3f9017f21586ccd85" 2019-01-20 13:10:30,914 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-52a85a1c-38d8-48a6-a8c2-55a317d4ff67 Content-Length: 0 Date: Sun, 20 Jan 2019 13:10:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:10:30,914 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/de69d956-38ea-43a8-ac37-6244c4e97a61 used request id req-52a85a1c-38d8-48a6-a8c2-55a317d4ff67 2019-01-20 13:10:30,914 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-fab69f0e-2165-414-proj 2019-01-20 13:10:30,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/f87a4253240f439499785341a6810222 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c42eae44f4d4bd68c95a5b3f9017f21586ccd85" 2019-01-20 13:10:31,135 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6e96585-ff3a-4230-8313-597c343cf60c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:10:31,135 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/f87a4253240f439499785341a6810222 used request id req-c6e96585-ff3a-4230-8313-597c343cf60c 2019-01-20 13:10:31,136 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-fab69f0e-2165-414-proj-role 2019-01-20 13:10:31,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/97a736870b7c40e88d9dc5cd09ef5887 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c42eae44f4d4bd68c95a5b3f9017f21586ccd85" 2019-01-20 13:10:31,252 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:10:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66df1cdc-8c04-4a7b-b6e4-63299332a924 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:10:31,252 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/97a736870b7c40e88d9dc5cd09ef5887 used request id req-66df1cdc-8c04-4a7b-b6e4-63299332a924 2019-01-20 13:10:31,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c42eae44f4d4bd68c95a5b3f9017f21586ccd85" 2019-01-20 13:10:31,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0349523c-5dab-43b4-98be-25b63a694278 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:10:31,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0349523c-5dab-43b4-98be-25b63a694278 2019-01-20 13:10:31,344 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-fab69f0e-2165-414-user 2019-01-20 13:10:31,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/2b93668cb241402bb517d4724dc6b2f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333ce7239a4bebdf881538285c13cd4489595510" 2019-01-20 13:10:31,537 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:10:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df0592fb-7fe7-4a0b-8b13-2d4201aa01af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:10:31,537 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/2b93668cb241402bb517d4724dc6b2f8 used request id req-df0592fb-7fe7-4a0b-8b13-2d4201aa01af 2019-01-20 13:10:31,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:10:31,928 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:10:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["nNjA2Q_EShecRGe6ei1yyA"], "issued_at": "2019-01-20T13:10:31.000000Z"}} 2019-01-20 13:10:31,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bec56d6eb0dae7a4b9defdd87cb1ba4e492a5cd" 2019-01-20 13:10:32,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7de019bf-f287-44f9-a62f-f95636f80f7e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:32,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7de019bf-f287-44f9-a62f-f95636f80f7e 2019-01-20 13:10:32,018 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:10:32,019 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:10:32,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:10:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["icipq0YqRg-5YuWAjO0fTg"], "issued_at": "2019-01-20T13:10:32.000000Z"}} 2019-01-20 13:10:32,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8414ed0e8fa264799375ebb182549a53cd222e" 2019-01-20 13:10:32,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3565547d-aef6-441a-a50b-27e81e34768c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:32,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3565547d-aef6-441a-a50b-27e81e34768c 2019-01-20 13:10:32,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:10:32,491 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:10:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:10:32,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8414ed0e8fa264799375ebb182549a53cd222e" 2019-01-20 13:10:32,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db4bb9d1-bdd0-4837-824a-767f8638d602 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:10:32,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj used request id req-db4bb9d1-bdd0-4837-824a-767f8638d602 2019-01-20 13:10:32,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8414ed0e8fa264799375ebb182549a53cd222e" 2019-01-20 13:10:32,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19bc6ff2-15dc-46f6-b023-193f751be624 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:10:32,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-19bc6ff2-15dc-46f6-b023-193f751be624 2019-01-20 13:10:32,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8414ed0e8fa264799375ebb182549a53cd222e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj"}}' 2019-01-20 13:10:32,791 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:10:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bfc3c53-703f-4ca0-8a0a-49a403fbd41e Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3"}, "enabled": true, "id": "ecce4f989877489fbb59a39b959cbee3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj"}} 2019-01-20 13:10:32,791 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-1bfc3c53-703f-4ca0-8a0a-49a403fbd41e 2019-01-20 13:10:32,791 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj 2019-01-20 13:10:32,792 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:10:32,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:10:33,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:10:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["QZALnFz3RvmSbCD3hP6Z3Q"], "issued_at": "2019-01-20T13:10:33.000000Z"}} 2019-01-20 13:10:33,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01d5dbe3a4d4f2d0d938c522bed4936eb2d56c83" 2019-01-20 13:10:33,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42d255f7-03db-4081-bc3a-7e47c14392e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:33,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-42d255f7-03db-4081-bc3a-7e47c14392e2 2019-01-20 13:10:33,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:10:33,259 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:10: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:10:33,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01d5dbe3a4d4f2d0d938c522bed4936eb2d56c83" 2019-01-20 13:10:33,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5b9ed75-ae1b-4645-9318-068a15c754db Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:10:33,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-f5b9ed75-ae1b-4645-9318-068a15c754db 2019-01-20 13:10:33,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01d5dbe3a4d4f2d0d938c522bed4936eb2d56c83" 2019-01-20 13:10:33,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-708774af-f44a-4169-a755-d5ed54887431 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3"}, "enabled": true, "id": "ecce4f989877489fbb59a39b959cbee3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj"}]} 2019-01-20 13:10:33,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj used request id req-708774af-f44a-4169-a755-d5ed54887431 2019-01-20 13:10:33,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01d5dbe3a4d4f2d0d938c522bed4936eb2d56c83" 2019-01-20 13:10:33,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c85825d3-077f-4d02-8eca-fcd0c56c26f3 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:10:33,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-c85825d3-077f-4d02-8eca-fcd0c56c26f3 2019-01-20 13:10:33,850 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-7b0bb079-84f3-467-user 2019-01-20 13:10:33,851 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:10:33,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8414ed0e8fa264799375ebb182549a53cd222e" 2019-01-20 13:10:33,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9d5b471-9e00-4524-bb23-c06d294364d6 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:10:33,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d9d5b471-9e00-4524-bb23-c06d294364d6 2019-01-20 13:10:33,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8414ed0e8fa264799375ebb182549a53cd222e" -d '{"role": {"name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj-role"}}' 2019-01-20 13:10:34,072 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:10:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cac9acb9-4eb3-41c2-b653-e4ee23a762d5 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e442898fd4b64ea8ac46ed5e074dc82a", "links": {"self": "http://172.30.9.22:5000/v3/roles/e442898fd4b64ea8ac46ed5e074dc82a"}, "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj-role"}} 2019-01-20 13:10:34,073 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-cac9acb9-4eb3-41c2-b653-e4ee23a762d5 2019-01-20 13:10:34,073 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj-role 2019-01-20 13:10:34,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/e442898fd4b64ea8ac46ed5e074dc82a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8414ed0e8fa264799375ebb182549a53cd222e" 2019-01-20 13:10:34,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83f40ab4-eab2-4001-898a-24465d2bdd45 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/e442898fd4b64ea8ac46ed5e074dc82a"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj-role", "id": "e442898fd4b64ea8ac46ed5e074dc82a"}} 2019-01-20 13:10:34,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/e442898fd4b64ea8ac46ed5e074dc82a used request id req-83f40ab4-eab2-4001-898a-24465d2bdd45 2019-01-20 13:10:34,157 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj-role to project CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj 2019-01-20 13:10:34,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3/users/9d68be5ecd7b45869d37d5aae1aaadf5/roles/e442898fd4b64ea8ac46ed5e074dc82a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8414ed0e8fa264799375ebb182549a53cd222e" 2019-01-20 13:10:34,326 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:10:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61dd7628-ef3a-44ce-842e-158222661195 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:10:34,326 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3/users/9d68be5ecd7b45869d37d5aae1aaadf5/roles/e442898fd4b64ea8ac46ed5e074dc82a used request id req-61dd7628-ef3a-44ce-842e-158222661195 2019-01-20 13:10:34,327 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:10:34,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:10:34,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:10:34,711 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e442898fd4b64ea8ac46ed5e074dc82a", "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj-role"}], "expires_at": "2019-01-20T14:10:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ecce4f989877489fbb59a39b959cbee3", "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/ecce4f989877489fbb59a39b959cbee3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/ecce4f989877489fbb59a39b959cbee3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/ecce4f989877489fbb59a39b959cbee3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/ecce4f989877489fbb59a39b959cbee3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/ecce4f989877489fbb59a39b959cbee3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/ecce4f989877489fbb59a39b959cbee3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-user", "id": "9d68be5ecd7b45869d37d5aae1aaadf5"}, "audit_ids": ["onZHqN33Q9WpbYXucv7exg"], "issued_at": "2019-01-20T13:10:34.000000Z"}} 2019-01-20 13:10:34,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9f94981217ff7312dee7aa1c27563435d5a7819" 2019-01-20 13:10:34,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26e50c20-0332-41f1-a732-b059ebf66329 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:34,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-26e50c20-0332-41f1-a732-b059ebf66329 2019-01-20 13:10:34,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b9f94981217ff7312dee7aa1c27563435d5a7819" 2019-01-20 13:10:34,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-560397b5-29dc-406d-9879-77287f4b75ef Date: Sun, 20 Jan 2019 13:10:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-image"} 2019-01-20 13:10:34,966 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-image used request id req-560397b5-29dc-406d-9879-77287f4b75ef 2019-01-20 13:10:34,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b9f94981217ff7312dee7aa1c27563435d5a7819" 2019-01-20 13:10:35,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5c6bc58f-054e-4617-bffd-93a03207964c Date: Sun, 20 Jan 2019 13:10: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"}}} 2019-01-20 13:10:35,110 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-5c6bc58f-054e-4617-bffd-93a03207964c 2019-01-20 13:10:35,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b9f94981217ff7312dee7aa1c27563435d5a7819" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-image"}' 2019-01-20 13:10:35,338 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/29341d2b-c900-4f62-83be-1d282ba836d3 X-Openstack-Request-Id: req-ca7daf51-b6b9-442e-85c3-a63e20e271ba Date: Sun, 20 Jan 2019 13:10:35 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:10:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:10:35Z", "visibility": "shared", "locations": [], "self": "/v2/images/29341d2b-c900-4f62-83be-1d282ba836d3", "min_disk": 0, "protected": false, "id": "29341d2b-c900-4f62-83be-1d282ba836d3", "file": "/v2/images/29341d2b-c900-4f62-83be-1d282ba836d3/file", "checksum": null, "owner": "ecce4f989877489fbb59a39b959cbee3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:10:35,338 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-ca7daf51-b6b9-442e-85c3-a63e20e271ba 2019-01-20 13:10:35,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/29341d2b-c900-4f62-83be-1d282ba836d3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b9f94981217ff7312dee7aa1c27563435d5a7819" -d '' 2019-01-20 13:10:36,766 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-552a4346-fc46-44d1-9d87-edd2dd271a86 Date: Sun, 20 Jan 2019 13:10:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:10:36,766 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/29341d2b-c900-4f62-83be-1d282ba836d3/file used request id req-552a4346-fc46-44d1-9d87-edd2dd271a86 2019-01-20 13:10:36,767 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:10:36,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/29341d2b-c900-4f62-83be-1d282ba836d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b9f94981217ff7312dee7aa1c27563435d5a7819" 2019-01-20 13:10:36,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-e84bdecd-f410-4eff-a330-8ede137e16c0 Date: Sun, 20 Jan 2019 13:10:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:10:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:10:36Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/29341d2b-c900-4f62-83be-1d282ba836d3/snap", "metadata": {}}], "self": "/v2/images/29341d2b-c900-4f62-83be-1d282ba836d3", "min_disk": 0, "protected": false, "id": "29341d2b-c900-4f62-83be-1d282ba836d3", "file": "/v2/images/29341d2b-c900-4f62-83be-1d282ba836d3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ecce4f989877489fbb59a39b959cbee3", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/29341d2b-c900-4f62-83be-1d282ba836d3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:10:36,919 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/29341d2b-c900-4f62-83be-1d282ba836d3 used request id req-e84bdecd-f410-4eff-a330-8ede137e16c0 2019-01-20 13:10:36,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b9f94981217ff7312dee7aa1c27563435d5a7819" 2019-01-20 13:10:37,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bdd41713-ef6b-4f2f-aaf1-0e436eb24ebc Date: Sun, 20 Jan 2019 13:10: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"}}} 2019-01-20 13:10:37,084 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-bdd41713-ef6b-4f2f-aaf1-0e436eb24ebc 2019-01-20 13:10:37,087 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-image 2019-01-20 13:10:37,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/29341d2b-c900-4f62-83be-1d282ba836d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b9f94981217ff7312dee7aa1c27563435d5a7819" 2019-01-20 13:10:37,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-f308e888-ce85-4182-abee-a2a1d67f1a4f Date: Sun, 20 Jan 2019 13:10:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:10:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:10:36Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/29341d2b-c900-4f62-83be-1d282ba836d3/snap", "metadata": {}}], "self": "/v2/images/29341d2b-c900-4f62-83be-1d282ba836d3", "min_disk": 0, "protected": false, "id": "29341d2b-c900-4f62-83be-1d282ba836d3", "file": "/v2/images/29341d2b-c900-4f62-83be-1d282ba836d3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ecce4f989877489fbb59a39b959cbee3", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/29341d2b-c900-4f62-83be-1d282ba836d3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:10:37,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/29341d2b-c900-4f62-83be-1d282ba836d3 used request id req-f308e888-ce85-4182-abee-a2a1d67f1a4f 2019-01-20 13:10:37,266 - create_image - DEBUG - Instance status is - active 2019-01-20 13:10:37,267 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-image 2019-01-20 13:10:37,267 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-image 2019-01-20 13:10:37,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:10:37,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:10:37,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e442898fd4b64ea8ac46ed5e074dc82a", "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj-role"}], "expires_at": "2019-01-20T14:10:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ecce4f989877489fbb59a39b959cbee3", "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/ecce4f989877489fbb59a39b959cbee3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/ecce4f989877489fbb59a39b959cbee3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/ecce4f989877489fbb59a39b959cbee3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/ecce4f989877489fbb59a39b959cbee3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/ecce4f989877489fbb59a39b959cbee3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/ecce4f989877489fbb59a39b959cbee3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-user", "id": "9d68be5ecd7b45869d37d5aae1aaadf5"}, "audit_ids": ["e-RSQ1jgQ6CcCzthw2JdKg"], "issued_at": "2019-01-20T13:10:37.000000Z"}} 2019-01-20 13:10:37,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a8664e76795acd6da5ace6e1edea32834e5c429" 2019-01-20 13:10:37,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9928f304-8f4c-46cc-bc7a-8e6969406cc7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:37,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9928f304-8f4c-46cc-bc7a-8e6969406cc7 2019-01-20 13:10:37,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a8664e76795acd6da5ace6e1edea32834e5c429" 2019-01-20 13:10:37,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-20243edb-789d-48ee-863d-376b8e0e77f8 Date: Sun, 20 Jan 2019 13:10:37 GMT RESP BODY: {"networks":[]} 2019-01-20 13:10:37,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net used request id req-20243edb-789d-48ee-863d-376b8e0e77f8 2019-01-20 13:10:37,909 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net 2019-01-20 13:10:37,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a8664e76795acd6da5ace6e1edea32834e5c429" -d '{"network": {"name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net", "admin_state_up": true}}' 2019-01-20 13:10:38,424 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-0dbb9135-758a-408a-87f0-56ec7f1d3eec Date: Sun, 20 Jan 2019 13:10:38 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f067db54-f355-4aee-9d9d-ab9a99725cad","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ecce4f989877489fbb59a39b959cbee3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:10:38Z","is_default":false,"name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:38Z","mtu":1450}} 2019-01-20 13:10:38,424 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-0dbb9135-758a-408a-87f0-56ec7f1d3eec 2019-01-20 13:10:38,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=f067db54-f355-4aee-9d9d-ab9a99725cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a8664e76795acd6da5ace6e1edea32834e5c429" 2019-01-20 13:10:38,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-537df63c-e2e9-491b-91a4-8ff6cd2b0d92 Date: Sun, 20 Jan 2019 13:10:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T13:10:38Z","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ecce4f989877489fbb59a39b959cbee3","id":"f067db54-f355-4aee-9d9d-ab9a99725cad","name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net"}]} 2019-01-20 13:10:38,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=f067db54-f355-4aee-9d9d-ab9a99725cad used request id req-537df63c-e2e9-491b-91a4-8ff6cd2b0d92 2019-01-20 13:10:38,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a8664e76795acd6da5ace6e1edea32834e5c429" 2019-01-20 13:10:38,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3681fe4a-e979-4aeb-af4b-2fb3e3c2e229 Date: Sun, 20 Jan 2019 13:10:38 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:10:38,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad used request id req-3681fe4a-e979-4aeb-af4b-2fb3e3c2e229 2019-01-20 13:10:38,856 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-subnet 2019-01-20 13:10:38,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a8664e76795acd6da5ace6e1edea32834e5c429" -d '{"subnets": [{"ip_version": 4, "network_id": "f067db54-f355-4aee-9d9d-ab9a99725cad", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-subnet"}]}' 2019-01-20 13:10:39,765 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b532aeec-cab5-4e4e-8449-53f8247bc5d4 Date: Sun, 20 Jan 2019 13:10:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f067db54-f355-4aee-9d9d-ab9a99725cad","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:39Z","dns_nameservers":[],"updated_at":"2019-01-20T13:10: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":"ecce4f989877489fbb59a39b959cbee3","id":"3b132321-d006-4375-8466-fe9b71bc12aa","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-subnet"}]} 2019-01-20 13:10:39,765 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-b532aeec-cab5-4e4e-8449-53f8247bc5d4 2019-01-20 13:10:39,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=f067db54-f355-4aee-9d9d-ab9a99725cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a8664e76795acd6da5ace6e1edea32834e5c429" 2019-01-20 13:10:40,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-930e7ba7-dfbf-44d6-ba45-6e57b3b8f1a7 Date: Sun, 20 Jan 2019 13:10: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":["3b132321-d006-4375-8466-fe9b71bc12aa"],"updated_at":"2019-01-20T13:10:39Z","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ecce4f989877489fbb59a39b959cbee3","id":"f067db54-f355-4aee-9d9d-ab9a99725cad","name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net"}]} 2019-01-20 13:10:40,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=f067db54-f355-4aee-9d9d-ab9a99725cad used request id req-930e7ba7-dfbf-44d6-ba45-6e57b3b8f1a7 2019-01-20 13:10:40,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a8664e76795acd6da5ace6e1edea32834e5c429" 2019-01-20 13:10:40,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-48545f62-8ea8-40d6-86f8-3d6af1814121 Date: Sun, 20 Jan 2019 13:10:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f067db54-f355-4aee-9d9d-ab9a99725cad","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:39Z","dns_nameservers":[],"updated_at":"2019-01-20T13:10: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":"ecce4f989877489fbb59a39b959cbee3","id":"3b132321-d006-4375-8466-fe9b71bc12aa","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-subnet"}]} 2019-01-20 13:10:40,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad used request id req-48545f62-8ea8-40d6-86f8-3d6af1814121 2019-01-20 13:10:40,286 - OpenStackNetwork - DEBUG - Network [f067db54-f355-4aee-9d9d-ab9a99725cad] created successfully 2019-01-20 13:10:40,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:10:40,287 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:10:40,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:10:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["sWqbEnKBTYWZ15Tutdj2HQ"], "issued_at": "2019-01-20T13:10:40.000000Z"}} 2019-01-20 13:10:40,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f70c42eb8f8417944344c96a1e75d5c26f4d99" 2019-01-20 13:10:40,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69317e34-9f8a-45e2-9757-ab7703bc79a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:40,784 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-69317e34-9f8a-45e2-9757-ab7703bc79a9 2019-01-20 13:10:40,785 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:10:40,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f70c42eb8f8417944344c96a1e75d5c26f4d99" 2019-01-20 13:10:40,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-3a6312b4-288f-4f25-8396-3e431e2798a5 x-compute-request-id: req-3a6312b4-288f-4f25-8396-3e431e2798a5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:10:40,977 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-3a6312b4-288f-4f25-8396-3e431e2798a5 2019-01-20 13:10:40,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f70c42eb8f8417944344c96a1e75d5c26f4d99" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:10:41,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-6bf0989b-2b5b-4688-a72f-1fc9b47821a9 x-compute-request-id: req-6bf0989b-2b5b-4688-a72f-1fc9b47821a9 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/99aba829-8121-4781-bb2d-e85fceea234f", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/99aba829-8121-4781-bb2d-e85fceea234f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "99aba829-8121-4781-bb2d-e85fceea234f", "name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:10:41,037 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-6bf0989b-2b5b-4688-a72f-1fc9b47821a9 2019-01-20 13:10:41,038 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:10:41,038 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:10:41,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e442898fd4b64ea8ac46ed5e074dc82a", "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj-role"}], "expires_at": "2019-01-20T14:10:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ecce4f989877489fbb59a39b959cbee3", "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/ecce4f989877489fbb59a39b959cbee3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/ecce4f989877489fbb59a39b959cbee3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/ecce4f989877489fbb59a39b959cbee3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/ecce4f989877489fbb59a39b959cbee3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/ecce4f989877489fbb59a39b959cbee3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/ecce4f989877489fbb59a39b959cbee3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-user", "id": "9d68be5ecd7b45869d37d5aae1aaadf5"}, "audit_ids": ["hR_EM6VOQVa7WNd3Nfuz5w"], "issued_at": "2019-01-20T13:10:41.000000Z"}} 2019-01-20 13:10:41,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:41,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f8fcc45-a26f-4d28-adb7-676c760c6e47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:41,488 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1f8fcc45-a26f-4d28-adb7-676c760c6e47 2019-01-20 13:10:41,489 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:10:41,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:41,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d159d70c-d0ff-4076-9a33-94ea7c9dec27 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:41,566 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d159d70c-d0ff-4076-9a33-94ea7c9dec27 2019-01-20 13:10:41,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:41,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-6916263f-7104-4c06-9692-6195272bf81d Date: Sun, 20 Jan 2019 13:10: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":["3b132321-d006-4375-8466-fe9b71bc12aa"],"updated_at":"2019-01-20T13:10:39Z","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ecce4f989877489fbb59a39b959cbee3","id":"f067db54-f355-4aee-9d9d-ab9a99725cad","name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net"}]} 2019-01-20 13:10:41,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net used request id req-6916263f-7104-4c06-9692-6195272bf81d 2019-01-20 13:10:41,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:10:41,837 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:10: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:10:41,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:41,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9be875e9-f242-48ac-9dd6-713b5434162b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3"}, "enabled": true, "id": "ecce4f989877489fbb59a39b959cbee3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj"}} 2019-01-20 13:10:41,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3 used request id req-9be875e9-f242-48ac-9dd6-713b5434162b 2019-01-20 13:10:41,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:42,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-75afe59d-4a42-406e-9633-bf7e0de549ee Date: Sun, 20 Jan 2019 13:10:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f067db54-f355-4aee-9d9d-ab9a99725cad","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:39Z","dns_nameservers":[],"updated_at":"2019-01-20T13:10: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":"ecce4f989877489fbb59a39b959cbee3","id":"3b132321-d006-4375-8466-fe9b71bc12aa","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-subnet"}]} 2019-01-20 13:10:42,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad used request id req-75afe59d-4a42-406e-9633-bf7e0de549ee 2019-01-20 13:10:42,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:42,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6a4eb7c1-a9af-45ee-9416-4c3a18e4fc76 Date: Sun, 20 Jan 2019 13:10:42 GMT RESP BODY: {"ports":[]} 2019-01-20 13:10:42,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91port-1&admin_state_up=True used request id req-6a4eb7c1-a9af-45ee-9416-4c3a18e4fc76 2019-01-20 13:10:42,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:42,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-07e30cfe-0688-46d6-9dc4-3a3af09522f2 x-compute-request-id: req-07e30cfe-0688-46d6-9dc4-3a3af09522f2 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:10:42,524 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst used request id req-07e30cfe-0688-46d6-9dc4-3a3af09522f2 2019-01-20 13:10:42,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:42,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8a8c9cbb-588c-47cc-b119-b0e16425216c Date: Sun, 20 Jan 2019 13:10: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":["3b132321-d006-4375-8466-fe9b71bc12aa"],"updated_at":"2019-01-20T13:10:39Z","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ecce4f989877489fbb59a39b959cbee3","id":"f067db54-f355-4aee-9d9d-ab9a99725cad","name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net"}]} 2019-01-20 13:10:42,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net used request id req-8a8c9cbb-588c-47cc-b119-b0e16425216c 2019-01-20 13:10:42,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:42,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38920f81-64f9-407d-8525-cc259ef3a719 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3"}, "enabled": true, "id": "ecce4f989877489fbb59a39b959cbee3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj"}} 2019-01-20 13:10:42,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3 used request id req-38920f81-64f9-407d-8525-cc259ef3a719 2019-01-20 13:10:42,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:43,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-64887109-3c90-4f7c-967e-0938208571b8 Date: Sun, 20 Jan 2019 13:10:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f067db54-f355-4aee-9d9d-ab9a99725cad","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:39Z","dns_nameservers":[],"updated_at":"2019-01-20T13:10: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":"ecce4f989877489fbb59a39b959cbee3","id":"3b132321-d006-4375-8466-fe9b71bc12aa","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-subnet"}]} 2019-01-20 13:10:43,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad used request id req-64887109-3c90-4f7c-967e-0938208571b8 2019-01-20 13:10:43,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:43,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-17c61bd5-5f50-482d-8067-13cede8346b8 Date: Sun, 20 Jan 2019 13:10:43 GMT RESP BODY: {"ports":[]} 2019-01-20 13:10:43,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91port-1&admin_state_up=True used request id req-17c61bd5-5f50-482d-8067-13cede8346b8 2019-01-20 13:10:43,416 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:10:43,417 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:10:43,799 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e442898fd4b64ea8ac46ed5e074dc82a", "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj-role"}], "expires_at": "2019-01-20T14:10:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ecce4f989877489fbb59a39b959cbee3", "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/ecce4f989877489fbb59a39b959cbee3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/ecce4f989877489fbb59a39b959cbee3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/ecce4f989877489fbb59a39b959cbee3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/ecce4f989877489fbb59a39b959cbee3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/ecce4f989877489fbb59a39b959cbee3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/ecce4f989877489fbb59a39b959cbee3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/ecce4f989877489fbb59a39b959cbee3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-user", "id": "9d68be5ecd7b45869d37d5aae1aaadf5"}, "audit_ids": ["a3vvLbNXTRuNhDel7hs2uQ"], "issued_at": "2019-01-20T13:10:43.000000Z"}} 2019-01-20 13:10:43,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9635693159cb13629bd493aebe94132376d05a0" 2019-01-20 13:10:43,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d505c10b-3b84-4270-8d9c-6a6b84014c36 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:10:43,869 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d505c10b-3b84-4270-8d9c-6a6b84014c36 2019-01-20 13:10:43,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:43,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-07abe562-e4ea-4aad-9805-8faa25c2bb55 Date: Sun, 20 Jan 2019 13:10: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":["3b132321-d006-4375-8466-fe9b71bc12aa"],"updated_at":"2019-01-20T13:10:39Z","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ecce4f989877489fbb59a39b959cbee3","id":"f067db54-f355-4aee-9d9d-ab9a99725cad","name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net"}]} 2019-01-20 13:10:43,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net used request id req-07abe562-e4ea-4aad-9805-8faa25c2bb55 2019-01-20 13:10:43,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:44,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-855780b8-c757-44dd-a5f8-d3a18ebd4922 Date: Sun, 20 Jan 2019 13:10:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f067db54-f355-4aee-9d9d-ab9a99725cad","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:39Z","dns_nameservers":[],"updated_at":"2019-01-20T13:10: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":"ecce4f989877489fbb59a39b959cbee3","id":"3b132321-d006-4375-8466-fe9b71bc12aa","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-subnet"}]} 2019-01-20 13:10:44,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad used request id req-855780b8-c757-44dd-a5f8-d3a18ebd4922 2019-01-20 13:10:44,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:44,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-daada5b9-8625-4a49-9f80-84acfdd16336 Date: Sun, 20 Jan 2019 13:10: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":["3b132321-d006-4375-8466-fe9b71bc12aa"],"updated_at":"2019-01-20T13:10:39Z","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ecce4f989877489fbb59a39b959cbee3","id":"f067db54-f355-4aee-9d9d-ab9a99725cad","name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net"}]} 2019-01-20 13:10:44,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net used request id req-daada5b9-8625-4a49-9f80-84acfdd16336 2019-01-20 13:10:44,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:10:44,294 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:10: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:10:44,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9635693159cb13629bd493aebe94132376d05a0" 2019-01-20 13:10:44,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec9e7c19-1a5f-413e-9de1-8e65a14fbeff Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3"}, "enabled": true, "id": "ecce4f989877489fbb59a39b959cbee3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj"}} 2019-01-20 13:10:44,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3 used request id req-ec9e7c19-1a5f-413e-9de1-8e65a14fbeff 2019-01-20 13:10:44,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:44,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fcb06e17-041a-4bd3-a329-d31f1025d702 Date: Sun, 20 Jan 2019 13:10:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f067db54-f355-4aee-9d9d-ab9a99725cad","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:39Z","dns_nameservers":[],"updated_at":"2019-01-20T13:10: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":"ecce4f989877489fbb59a39b959cbee3","id":"3b132321-d006-4375-8466-fe9b71bc12aa","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-subnet"}]} 2019-01-20 13:10:44,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad used request id req-fcb06e17-041a-4bd3-a329-d31f1025d702 2019-01-20 13:10:44,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad&name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:44,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e98cf729-bc64-4f26-9e36-f8531d151905 Date: Sun, 20 Jan 2019 13:10:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f067db54-f355-4aee-9d9d-ab9a99725cad","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:39Z","dns_nameservers":[],"updated_at":"2019-01-20T13:10: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":"ecce4f989877489fbb59a39b959cbee3","id":"3b132321-d006-4375-8466-fe9b71bc12aa","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-subnet"}]} 2019-01-20 13:10:44,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad&name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-subnet used request id req-e98cf729-bc64-4f26-9e36-f8531d151905 2019-01-20 13:10:44,792 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net 2019-01-20 13:10:44,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" -d '{"port": {"network_id": "f067db54-f355-4aee-9d9d-ab9a99725cad", "mac_address": "0a:1b:2c:3d:4e:5f", "fixed_ips": [{"subnet_id": "3b132321-d006-4375-8466-fe9b71bc12aa", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91port-1", "admin_state_up": true}}' 2019-01-20 13:10:45,987 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-d1c1058b-8250-41ac-83ff-00f1f6efcc3f Date: Sun, 20 Jan 2019 13:10:45 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:10:45Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3b132321-d006-4375-8466-fe9b71bc12aa","ip_address":"10.55.0.101"}],"id":"ec89103a-323d-4049-a8a0-36e26035a4c4","security_groups":["6e2fb373-0ba3-4e44-b2aa-171e32ab4e36"],"mac_address":"0a:1b:2c:3d:4e:5f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91port-1","project_id":"ecce4f989877489fbb59a39b959cbee3","qos_policy_id":null,"admin_state_up":true,"network_id":"f067db54-f355-4aee-9d9d-ab9a99725cad","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:45Z","binding:vnic_type":"normal"}} 2019-01-20 13:10:45,987 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-d1c1058b-8250-41ac-83ff-00f1f6efcc3f 2019-01-20 13:10:45,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:46,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-4fdb0d03-676d-4b3a-80f7-fa523206be3b Date: Sun, 20 Jan 2019 13:10:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3b132321-d006-4375-8466-fe9b71bc12aa"],"updated_at":"2019-01-20T13:10:39Z","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ecce4f989877489fbb59a39b959cbee3","id":"f067db54-f355-4aee-9d9d-ab9a99725cad","name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net"}]} 2019-01-20 13:10:46,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net used request id req-4fdb0d03-676d-4b3a-80f7-fa523206be3b 2019-01-20 13:10:46,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:46,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2df6f41-4c1d-4cf2-ac27-d60668129315 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3"}, "enabled": true, "id": "ecce4f989877489fbb59a39b959cbee3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj"}} 2019-01-20 13:10:46,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3 used request id req-a2df6f41-4c1d-4cf2-ac27-d60668129315 2019-01-20 13:10:46,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:46,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fb65bc32-1c2d-4b28-a4de-37f28e8f98a7 Date: Sun, 20 Jan 2019 13:10:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f067db54-f355-4aee-9d9d-ab9a99725cad","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:39Z","dns_nameservers":[],"updated_at":"2019-01-20T13:10: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":"ecce4f989877489fbb59a39b959cbee3","id":"3b132321-d006-4375-8466-fe9b71bc12aa","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-subnet"}]} 2019-01-20 13:10:46,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad used request id req-fb65bc32-1c2d-4b28-a4de-37f28e8f98a7 2019-01-20 13:10:46,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:46,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-04c498ac-0b0b-43eb-9af2-4648ac55fab9 Date: Sun, 20 Jan 2019 13:10:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:10:45Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3b132321-d006-4375-8466-fe9b71bc12aa","ip_address":"10.55.0.101"}],"id":"ec89103a-323d-4049-a8a0-36e26035a4c4","security_groups":["6e2fb373-0ba3-4e44-b2aa-171e32ab4e36"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"ecce4f989877489fbb59a39b959cbee3","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91port-1","admin_state_up":true,"network_id":"f067db54-f355-4aee-9d9d-ab9a99725cad","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:45Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:10:46,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91port-1&admin_state_up=True used request id req-04c498ac-0b0b-43eb-9af2-4648ac55fab9 2019-01-20 13:10:46,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:46,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68481cc1-2dd4-4edf-aa30-2f05b5d5274e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3"}, "enabled": true, "id": "ecce4f989877489fbb59a39b959cbee3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj"}} 2019-01-20 13:10:46,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3 used request id req-68481cc1-2dd4-4edf-aa30-2f05b5d5274e 2019-01-20 13:10:46,534 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst 2019-01-20 13:10:46,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:46,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-139a49f6-855c-4cb9-858d-0d40ab300fb6 x-compute-request-id: req-139a49f6-855c-4cb9-858d-0d40ab300fb6 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "99aba829-8121-4781-bb2d-e85fceea234f", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/99aba829-8121-4781-bb2d-e85fceea234f", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/99aba829-8121-4781-bb2d-e85fceea234f", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-flavor-name"}]} 2019-01-20 13:10:46,567 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-139a49f6-855c-4cb9-858d-0d40ab300fb6 2019-01-20 13:10:46,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/99aba829-8121-4781-bb2d-e85fceea234f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:46,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3b4d3c2-fd73-4e7b-89e9-72e31b7b81ac x-compute-request-id: req-e3b4d3c2-fd73-4e7b-89e9-72e31b7b81ac Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/99aba829-8121-4781-bb2d-e85fceea234f", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/99aba829-8121-4781-bb2d-e85fceea234f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "99aba829-8121-4781-bb2d-e85fceea234f", "name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:10:46,592 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/99aba829-8121-4781-bb2d-e85fceea234f used request id req-e3b4d3c2-fd73-4e7b-89e9-72e31b7b81ac 2019-01-20 13:10:46,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:46,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-cc35677d-9ab2-464f-98ef-ff2c82918b2d Date: Sun, 20 Jan 2019 13:10:46 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:10:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:10:36Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/29341d2b-c900-4f62-83be-1d282ba836d3/snap", "metadata": {}}], "self": "/v2/images/29341d2b-c900-4f62-83be-1d282ba836d3", "min_disk": 0, "protected": false, "id": "29341d2b-c900-4f62-83be-1d282ba836d3", "file": "/v2/images/29341d2b-c900-4f62-83be-1d282ba836d3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ecce4f989877489fbb59a39b959cbee3", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/29341d2b-c900-4f62-83be-1d282ba836d3/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-image"} 2019-01-20 13:10:46,775 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-image used request id req-cc35677d-9ab2-464f-98ef-ff2c82918b2d 2019-01-20 13:10:46,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:46,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fa173644-2e85-4447-8eee-5a4c615d1bb3 Date: Sun, 20 Jan 2019 13:10: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"}}} 2019-01-20 13:10:46,940 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-fa173644-2e85-4447-8eee-5a4c615d1bb3 2019-01-20 13:10:46,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" -d '{"server": {"name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst", "imageRef": "29341d2b-c900-4f62-83be-1d282ba836d3", "flavorRef": "99aba829-8121-4781-bb2d-e85fceea234f", "max_count": 1, "min_count": 1, "networks": [{"port": "ec89103a-323d-4049-a8a0-36e26035a4c4"}]}}' 2019-01-20 13:10:48,602 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:10:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eed5817d-2034-48fd-8a82-0cc5579a2bb8 x-compute-request-id: req-eed5817d-2034-48fd-8a82-0cc5579a2bb8 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "59cebfaa-d415-4247-8d8a-c72d0e16e52f", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f", "rel": "bookmark"}], "adminPass": "Hk66KQA9wjC3"}} 2019-01-20 13:10:48,602 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-eed5817d-2034-48fd-8a82-0cc5579a2bb8 2019-01-20 13:10:48,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:48,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-745ffbaa-0969-4c21-a308-5b83aee9a50b x-compute-request-id: req-745ffbaa-0969-4c21-a308-5b83aee9a50b 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.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f", "rel": "bookmark"}], "image": {"id": "29341d2b-c900-4f62-83be-1d282ba836d3", "links": [{"href": "http://172.30.9.22:8774/images/29341d2b-c900-4f62-83be-1d282ba836d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "99aba829-8121-4781-bb2d-e85fceea234f", "links": [{"href": "http://172.30.9.22:8774/flavors/99aba829-8121-4781-bb2d-e85fceea234f", "rel": "bookmark"}]}, "id": "59cebfaa-d415-4247-8d8a-c72d0e16e52f", "user_id": "9d68be5ecd7b45869d37d5aae1aaadf5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:10:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst", "created": "2019-01-20T13:10:48Z", "tenant_id": "ecce4f989877489fbb59a39b959cbee3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:10:48,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f used request id req-745ffbaa-0969-4c21-a308-5b83aee9a50b 2019-01-20 13:10:48,814 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst 2019-01-20 13:10:48,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:49,563 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5cbb3435-7082-4492-b83a-e58b10b24a40 x-compute-request-id: req-5cbb3435-7082-4492-b83a-e58b10b24a40 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.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f", "rel": "bookmark"}], "image": {"id": "29341d2b-c900-4f62-83be-1d282ba836d3", "links": [{"href": "http://172.30.9.22:8774/images/29341d2b-c900-4f62-83be-1d282ba836d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "99aba829-8121-4781-bb2d-e85fceea234f", "links": [{"href": "http://172.30.9.22:8774/flavors/99aba829-8121-4781-bb2d-e85fceea234f", "rel": "bookmark"}]}, "id": "59cebfaa-d415-4247-8d8a-c72d0e16e52f", "user_id": "9d68be5ecd7b45869d37d5aae1aaadf5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:10:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst", "created": "2019-01-20T13:10:48Z", "tenant_id": "ecce4f989877489fbb59a39b959cbee3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:10:49,563 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f used request id req-5cbb3435-7082-4492-b83a-e58b10b24a40 2019-01-20 13:10:49,563 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst] is - BUILD 2019-01-20 13:10:49,563 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:10:52,567 - create_instance - DEBUG - VM status query timeout in 896.247236013 2019-01-20 13:10:52,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:53,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10: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-fea359df-7a87-4f57-9f33-053bfb96f763 x-compute-request-id: req-fea359df-7a87-4f57-9f33-053bfb96f763 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.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f", "rel": "bookmark"}], "image": {"id": "29341d2b-c900-4f62-83be-1d282ba836d3", "links": [{"href": "http://172.30.9.22:8774/images/29341d2b-c900-4f62-83be-1d282ba836d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "99aba829-8121-4781-bb2d-e85fceea234f", "links": [{"href": "http://172.30.9.22:8774/flavors/99aba829-8121-4781-bb2d-e85fceea234f", "rel": "bookmark"}]}, "id": "59cebfaa-d415-4247-8d8a-c72d0e16e52f", "security_groups": [{"name": "default"}], "user_id": "9d68be5ecd7b45869d37d5aae1aaadf5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:10:50Z", "hostId": "a3376702774e1b0175afa33874e607573a2930f2b92e772d0bc415b4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst", "created": "2019-01-20T13:10:48Z", "tenant_id": "ecce4f989877489fbb59a39b959cbee3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:10:53,279 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f used request id req-fea359df-7a87-4f57-9f33-053bfb96f763 2019-01-20 13:10:53,280 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst] is - BUILD 2019-01-20 13:10:53,280 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:10:56,283 - create_instance - DEBUG - VM status query timeout in 892.530734062 2019-01-20 13:10:56,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:10:56,784 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b1e228d-5f0c-46c3-9c09-eeaa306240d8 x-compute-request-id: req-7b1e228d-5f0c-46c3-9c09-eeaa306240d8 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.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f", "rel": "bookmark"}], "image": {"id": "29341d2b-c900-4f62-83be-1d282ba836d3", "links": [{"href": "http://172.30.9.22:8774/images/29341d2b-c900-4f62-83be-1d282ba836d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "99aba829-8121-4781-bb2d-e85fceea234f", "links": [{"href": "http://172.30.9.22:8774/flavors/99aba829-8121-4781-bb2d-e85fceea234f", "rel": "bookmark"}]}, "id": "59cebfaa-d415-4247-8d8a-c72d0e16e52f", "security_groups": [{"name": "default"}], "user_id": "9d68be5ecd7b45869d37d5aae1aaadf5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:10:50Z", "hostId": "a3376702774e1b0175afa33874e607573a2930f2b92e772d0bc415b4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst", "created": "2019-01-20T13:10:48Z", "tenant_id": "ecce4f989877489fbb59a39b959cbee3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:10:56,784 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f used request id req-7b1e228d-5f0c-46c3-9c09-eeaa306240d8 2019-01-20 13:10:56,785 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst] is - BUILD 2019-01-20 13:10:56,785 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:10:59,788 - create_instance - DEBUG - VM status query timeout in 889.025748014 2019-01-20 13:10:59,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:11:00,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:10:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed72408f-74fc-4fe1-ad5e-940bca0172fe x-compute-request-id: req-ed72408f-74fc-4fe1-ad5e-940bca0172fe Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-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.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f", "rel": "bookmark"}], "image": {"id": "29341d2b-c900-4f62-83be-1d282ba836d3", "links": [{"href": "http://172.30.9.22:8774/images/29341d2b-c900-4f62-83be-1d282ba836d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:10:56.000000", "flavor": {"id": "99aba829-8121-4781-bb2d-e85fceea234f", "links": [{"href": "http://172.30.9.22:8774/flavors/99aba829-8121-4781-bb2d-e85fceea234f", "rel": "bookmark"}]}, "id": "59cebfaa-d415-4247-8d8a-c72d0e16e52f", "security_groups": [{"name": "default"}], "user_id": "9d68be5ecd7b45869d37d5aae1aaadf5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:10:57Z", "hostId": "a3376702774e1b0175afa33874e607573a2930f2b92e772d0bc415b4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst", "created": "2019-01-20T13:10:48Z", "tenant_id": "ecce4f989877489fbb59a39b959cbee3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:11:00,254 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f used request id req-ed72408f-74fc-4fe1-ad5e-940bca0172fe 2019-01-20 13:11:00,255 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst] is - ACTIVE 2019-01-20 13:11:00,255 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:11:00,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:11:00,727 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64ce0240-504b-470a-9f74-7c6b0281d606 x-compute-request-id: req-64ce0240-504b-470a-9f74-7c6b0281d606 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-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.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f", "rel": "bookmark"}], "image": {"id": "29341d2b-c900-4f62-83be-1d282ba836d3", "links": [{"href": "http://172.30.9.22:8774/images/29341d2b-c900-4f62-83be-1d282ba836d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:10:56.000000", "flavor": {"id": "99aba829-8121-4781-bb2d-e85fceea234f", "links": [{"href": "http://172.30.9.22:8774/flavors/99aba829-8121-4781-bb2d-e85fceea234f", "rel": "bookmark"}]}, "id": "59cebfaa-d415-4247-8d8a-c72d0e16e52f", "security_groups": [{"name": "default"}], "user_id": "9d68be5ecd7b45869d37d5aae1aaadf5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:10:57Z", "hostId": "a3376702774e1b0175afa33874e607573a2930f2b92e772d0bc415b4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst", "created": "2019-01-20T13:10:48Z", "tenant_id": "ecce4f989877489fbb59a39b959cbee3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:11:00,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f used request id req-64ce0240-504b-470a-9f74-7c6b0281d606 2019-01-20 13:11:00,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:11:00,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-12c2d037-7062-45d9-869b-4325d18693f2 Date: Sun, 20 Jan 2019 13:11: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":["3b132321-d006-4375-8466-fe9b71bc12aa"],"updated_at":"2019-01-20T13:10:39Z","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ecce4f989877489fbb59a39b959cbee3","id":"f067db54-f355-4aee-9d9d-ab9a99725cad","name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net"}]} 2019-01-20 13:11:00,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net used request id req-12c2d037-7062-45d9-869b-4325d18693f2 2019-01-20 13:11:00,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:11:01,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc46fee2-7283-4440-b70f-290e488f7bcd Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3"}, "enabled": true, "id": "ecce4f989877489fbb59a39b959cbee3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj"}} 2019-01-20 13:11:01,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3 used request id req-bc46fee2-7283-4440-b70f-290e488f7bcd 2019-01-20 13:11:01,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:11:01,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b9b83cac-0d6b-4daf-a246-34653f2afe88 Date: Sun, 20 Jan 2019 13:11:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f067db54-f355-4aee-9d9d-ab9a99725cad","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:39Z","dns_nameservers":[],"updated_at":"2019-01-20T13:10: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":"ecce4f989877489fbb59a39b959cbee3","id":"3b132321-d006-4375-8466-fe9b71bc12aa","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-subnet"}]} 2019-01-20 13:11:01,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad used request id req-b9b83cac-0d6b-4daf-a246-34653f2afe88 2019-01-20 13:11:01,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:11:01,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3123 X-Openstack-Request-Id: req-5c92a33a-5107-4dc5-a5ee-3bc01d03352d Date: Sun, 20 Jan 2019 13:11:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:10:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3b132321-d006-4375-8466-fe9b71bc12aa","ip_address":"10.55.0.3"}],"id":"00f3d4d4-3484-46a6-b7ad-8058726ba1ba","security_groups":[],"mac_address":"fa:16:3e:63:d3:35","project_id":"ecce4f989877489fbb59a39b959cbee3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f067db54-f355-4aee-9d9d-ab9a99725cad","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f067db54-f355-4aee-9d9d-ab9a99725cad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:10:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3b132321-d006-4375-8466-fe9b71bc12aa","ip_address":"10.55.0.2"}],"id":"8494caf7-9510-48e2-9a70-3c6d3019f338","security_groups":[],"mac_address":"fa:16:3e:9e:c1:3a","project_id":"ecce4f989877489fbb59a39b959cbee3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f067db54-f355-4aee-9d9d-ab9a99725cad","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f067db54-f355-4aee-9d9d-ab9a99725cad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:10:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3b132321-d006-4375-8466-fe9b71bc12aa","ip_address":"10.55.0.4"}],"id":"e2e62bc6-b729-4fcd-ac1b-11e7404a5e6a","security_groups":[],"mac_address":"fa:16:3e:e5:7b:38","project_id":"ecce4f989877489fbb59a39b959cbee3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f067db54-f355-4aee-9d9d-ab9a99725cad","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:41Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f067db54-f355-4aee-9d9d-ab9a99725cad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:10:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3b132321-d006-4375-8466-fe9b71bc12aa","ip_address":"10.55.0.101"}],"id":"ec89103a-323d-4049-a8a0-36e26035a4c4","security_groups":["6e2fb373-0ba3-4e44-b2aa-171e32ab4e36"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"ecce4f989877489fbb59a39b959cbee3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91port-1","admin_state_up":true,"network_id":"f067db54-f355-4aee-9d9d-ab9a99725cad","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:45Z","binding:vnic_type":"normal","device_id":"59cebfaa-d415-4247-8d8a-c72d0e16e52f"}]} 2019-01-20 13:11:01,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad used request id req-5c92a33a-5107-4dc5-a5ee-3bc01d03352d 2019-01-20 13:11:01,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=f067db54-f355-4aee-9d9d-ab9a99725cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:11:01,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-6dbe76c2-671f-4194-a86b-cbdd2cbade0a Date: Sun, 20 Jan 2019 13:11: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":["3b132321-d006-4375-8466-fe9b71bc12aa"],"updated_at":"2019-01-20T13:10:39Z","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ecce4f989877489fbb59a39b959cbee3","id":"f067db54-f355-4aee-9d9d-ab9a99725cad","name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net"}]} 2019-01-20 13:11:01,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=f067db54-f355-4aee-9d9d-ab9a99725cad used request id req-6dbe76c2-671f-4194-a86b-cbdd2cbade0a 2019-01-20 13:11:01,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:11:01,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-07223fcc-388d-4c67-96b3-b02e7d6e9ffc Date: Sun, 20 Jan 2019 13:11:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f067db54-f355-4aee-9d9d-ab9a99725cad","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:39Z","dns_nameservers":[],"updated_at":"2019-01-20T13:10: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":"ecce4f989877489fbb59a39b959cbee3","id":"3b132321-d006-4375-8466-fe9b71bc12aa","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-subnet"}]} 2019-01-20 13:11:01,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad used request id req-07223fcc-388d-4c67-96b3-b02e7d6e9ffc 2019-01-20 13:11:01,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad&name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:11:01,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-13b823ca-caca-4a9b-932d-adf8bd979461 Date: Sun, 20 Jan 2019 13:11:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f067db54-f355-4aee-9d9d-ab9a99725cad","tenant_id":"ecce4f989877489fbb59a39b959cbee3","created_at":"2019-01-20T13:10:39Z","dns_nameservers":[],"updated_at":"2019-01-20T13:10: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":"ecce4f989877489fbb59a39b959cbee3","id":"3b132321-d006-4375-8466-fe9b71bc12aa","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-subnet"}]} 2019-01-20 13:11:01,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f067db54-f355-4aee-9d9d-ab9a99725cad&name=CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-subnet used request id req-13b823ca-caca-4a9b-932d-adf8bd979461 2019-01-20 13:11:01,692 - create_instance - INFO - Deleting Port with ID - ec89103a-323d-4049-a8a0-36e26035a4c4 2019-01-20 13:11:01,692 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91port-1 2019-01-20 13:11:01,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/ec89103a-323d-4049-a8a0-36e26035a4c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:11:02,143 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f5ce42e6-b214-4e80-8b29-f038b7ff7a7d Date: Sun, 20 Jan 2019 13:11:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:11:02,144 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/ec89103a-323d-4049-a8a0-36e26035a4c4 used request id req-f5ce42e6-b214-4e80-8b29-f038b7ff7a7d 2019-01-20 13:11:02,144 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst 2019-01-20 13:11:02,147 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:11:02,302 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:11:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-54d6c01d-1289-4cb2-8058-ec666890e5ea x-compute-request-id: req-54d6c01d-1289-4cb2-8058-ec666890e5ea Content-Type: application/json 2019-01-20 13:11:02,302 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f used request id req-54d6c01d-1289-4cb2-8058-ec666890e5ea 2019-01-20 13:11:02,302 - create_instance - INFO - Checking deletion status 2019-01-20 13:11:02,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:11:02,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e09b3de-2119-432c-8b30-62c94921ccc0 x-compute-request-id: req-1e09b3de-2119-432c-8b30-62c94921ccc0 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-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.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f", "rel": "bookmark"}], "image": {"id": "29341d2b-c900-4f62-83be-1d282ba836d3", "links": [{"href": "http://172.30.9.22:8774/images/29341d2b-c900-4f62-83be-1d282ba836d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:10:56.000000", "flavor": {"id": "99aba829-8121-4781-bb2d-e85fceea234f", "links": [{"href": "http://172.30.9.22:8774/flavors/99aba829-8121-4781-bb2d-e85fceea234f", "rel": "bookmark"}]}, "id": "59cebfaa-d415-4247-8d8a-c72d0e16e52f", "user_id": "9d68be5ecd7b45869d37d5aae1aaadf5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:11:02Z", "hostId": "a3376702774e1b0175afa33874e607573a2930f2b92e772d0bc415b4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst", "created": "2019-01-20T13:10:48Z", "tenant_id": "ecce4f989877489fbb59a39b959cbee3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:11:02,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f used request id req-1e09b3de-2119-432c-8b30-62c94921ccc0 2019-01-20 13:11:02,553 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst] is - ACTIVE 2019-01-20 13:11:02,554 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:11:05,557 - create_instance - DEBUG - VM status query timeout in 296.745782137 2019-01-20 13:11:05,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:11:05,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11: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-1b8375c5-f5db-4772-849d-eed87c26e882 x-compute-request-id: req-1b8375c5-f5db-4772-849d-eed87c26e882 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.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f", "rel": "bookmark"}], "image": {"id": "29341d2b-c900-4f62-83be-1d282ba836d3", "links": [{"href": "http://172.30.9.22:8774/images/29341d2b-c900-4f62-83be-1d282ba836d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:10:56.000000", "flavor": {"id": "99aba829-8121-4781-bb2d-e85fceea234f", "links": [{"href": "http://172.30.9.22:8774/flavors/99aba829-8121-4781-bb2d-e85fceea234f", "rel": "bookmark"}]}, "id": "59cebfaa-d415-4247-8d8a-c72d0e16e52f", "user_id": "9d68be5ecd7b45869d37d5aae1aaadf5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:11:02Z", "hostId": "a3376702774e1b0175afa33874e607573a2930f2b92e772d0bc415b4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst", "created": "2019-01-20T13:10:48Z", "tenant_id": "ecce4f989877489fbb59a39b959cbee3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:11:05,984 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f used request id req-1b8375c5-f5db-4772-849d-eed87c26e882 2019-01-20 13:11:05,984 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst] is - ACTIVE 2019-01-20 13:11:05,985 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:11:08,988 - create_instance - DEBUG - VM status query timeout in 293.314760923 2019-01-20 13:11:08,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67a6dbb37d4145fff59230735ab7c4c5e069f2a6" 2019-01-20 13:11:09,038 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:11:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fac5dc68-c81e-42e8-98cc-c3bb536d772c x-compute-request-id: req-fac5dc68-c81e-42e8-98cc-c3bb536d772c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 59cebfaa-d415-4247-8d8a-c72d0e16e52f could not be found.", "code": 404}} 2019-01-20 13:11:09,038 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/59cebfaa-d415-4247-8d8a-c72d0e16e52f used request id req-fac5dc68-c81e-42e8-98cc-c3bb536d772c 2019-01-20 13:11:09,039 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 59cebfaa-d415-4247-8d8a-c72d0e16e52f could not be found. (HTTP 404) (Request-ID: req-fac5dc68-c81e-42e8-98cc-c3bb536d772c) 2019-01-20 13:11:09,039 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-inst 2019-01-20 13:11:09,043 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/99aba829-8121-4781-bb2d-e85fceea234f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42f70c42eb8f8417944344c96a1e75d5c26f4d99" 2019-01-20 13:11:09,080 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:11:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7813544f-77a6-4f52-bdf8-b78fbdca38ec x-compute-request-id: req-7813544f-77a6-4f52-bdf8-b78fbdca38ec Content-Length: 0 Content-Type: application/json 2019-01-20 13:11:09,080 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/99aba829-8121-4781-bb2d-e85fceea234f used request id req-7813544f-77a6-4f52-bdf8-b78fbdca38ec 2019-01-20 13:11:09,081 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-subnet 2019-01-20 13:11:09,081 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-subnet 2019-01-20 13:11:09,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/3b132321-d006-4375-8466-fe9b71bc12aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a8664e76795acd6da5ace6e1edea32834e5c429" 2019-01-20 13:11:11,503 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6b44b894-8f4e-4578-b992-32ce7b4c397a Date: Sun, 20 Jan 2019 13:11:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:11:11,503 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/3b132321-d006-4375-8466-fe9b71bc12aa used request id req-6b44b894-8f4e-4578-b992-32ce7b4c397a 2019-01-20 13:11:11,503 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-pub-net 2019-01-20 13:11:11,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/f067db54-f355-4aee-9d9d-ab9a99725cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a8664e76795acd6da5ace6e1edea32834e5c429" 2019-01-20 13:11:13,031 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ea500190-0759-4fc6-80c5-95f5b7a896fd Date: Sun, 20 Jan 2019 13:11:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:11:13,031 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/f067db54-f355-4aee-9d9d-ab9a99725cad used request id req-ea500190-0759-4fc6-80c5-95f5b7a896fd 2019-01-20 13:11:13,032 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-8621980f-5039-4847-aa87-4b26f1bdaf91-image 2019-01-20 13:11:13,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/29341d2b-c900-4f62-83be-1d282ba836d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b9f94981217ff7312dee7aa1c27563435d5a7819" 2019-01-20 13:11:14,959 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1ce9927c-f1f7-49f0-87a8-b8aafd1e70fc Date: Sun, 20 Jan 2019 13:11:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:11:14,959 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/29341d2b-c900-4f62-83be-1d282ba836d3 used request id req-1ce9927c-f1f7-49f0-87a8-b8aafd1e70fc 2019-01-20 13:11:14,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8414ed0e8fa264799375ebb182549a53cd222e" 2019-01-20 13:11:15,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f1712b05-7688-4840-842f-678dc5608b76 Date: Sun, 20 Jan 2019 13:11:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ecce4f989877489fbb59a39b959cbee3", "created_at": "2019-01-20T13:10:38Z", "updated_at": "2019-01-20T13:10:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:10:38Z", "revision_number": 0, "id": "2bfc52a0-7e67-4826-afbc-cbfdb1d953f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:10:38Z", "security_group_id": "6e2fb373-0ba3-4e44-b2aa-171e32ab4e36", "tenant_id": "ecce4f989877489fbb59a39b959cbee3", "port_range_min": null, "ethertype": "IPv6", "project_id": "ecce4f989877489fbb59a39b959cbee3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:10:38Z", "revision_number": 0, "id": "4dfc5e3f-9189-406b-b103-ddafd4f5bca3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:10:38Z", "security_group_id": "6e2fb373-0ba3-4e44-b2aa-171e32ab4e36", "tenant_id": "ecce4f989877489fbb59a39b959cbee3", "port_range_min": null, "ethertype": "IPv4", "project_id": "ecce4f989877489fbb59a39b959cbee3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:10:38Z", "revision_number": 0, "id": "7dce08f2-7882-4c4f-a64a-b8861c0f090f", "remote_group_id": "6e2fb373-0ba3-4e44-b2aa-171e32ab4e36", "remote_ip_prefix": null, "created_at": "2019-01-20T13:10:38Z", "security_group_id": "6e2fb373-0ba3-4e44-b2aa-171e32ab4e36", "tenant_id": "ecce4f989877489fbb59a39b959cbee3", "port_range_min": null, "ethertype": "IPv4", "project_id": "ecce4f989877489fbb59a39b959cbee3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:10:38Z", "revision_number": 0, "id": "900c6be3-9dbd-49bf-a45d-fae8c8cb224e", "remote_group_id": "6e2fb373-0ba3-4e44-b2aa-171e32ab4e36", "remote_ip_prefix": null, "created_at": "2019-01-20T13:10:38Z", "security_group_id": "6e2fb373-0ba3-4e44-b2aa-171e32ab4e36", "tenant_id": "ecce4f989877489fbb59a39b959cbee3", "port_range_min": null, "ethertype": "IPv6", "project_id": "ecce4f989877489fbb59a39b959cbee3"}], "revision_number": 4, "project_id": "ecce4f989877489fbb59a39b959cbee3", "id": "6e2fb373-0ba3-4e44-b2aa-171e32ab4e36", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:11:15,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-f1712b05-7688-4840-842f-678dc5608b76 2019-01-20 13:11:15,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8414ed0e8fa264799375ebb182549a53cd222e" 2019-01-20 13:11:15,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb13bec4-f222-46e6-ad03-ea4a58dc1a27 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:11:15,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-bb13bec4-f222-46e6-ad03-ea4a58dc1a27 2019-01-20 13:11:15,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8414ed0e8fa264799375ebb182549a53cd222e" 2019-01-20 13:11:15,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab0c2e9a-64eb-41ed-a55a-f0924e3c2f90 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:11:15,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-ab0c2e9a-64eb-41ed-a55a-f0924e3c2f90 2019-01-20 13:11:15,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8414ed0e8fa264799375ebb182549a53cd222e" 2019-01-20 13:11:15,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57f5445c-4978-49c4-a950-2f355ba00166 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3"}, "enabled": true, "id": "ecce4f989877489fbb59a39b959cbee3", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj"}} 2019-01-20 13:11:15,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3 used request id req-57f5445c-4978-49c4-a950-2f355ba00166 2019-01-20 13:11:15,471 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e2fb373-0ba3-4e44-b2aa-171e32ab4e36 2019-01-20 13:11:15,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6e2fb373-0ba3-4e44-b2aa-171e32ab4e36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8414ed0e8fa264799375ebb182549a53cd222e" 2019-01-20 13:11:15,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ccc4cbf9-6fe4-4dbe-b182-8f43b95d1ff8 Date: Sun, 20 Jan 2019 13:11: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": "2019-01-20T13:10:38Z", "security_group_id": "6e2fb373-0ba3-4e44-b2aa-171e32ab4e36", "port_range_min": null, "revision_number": 0, "tenant_id": "ecce4f989877489fbb59a39b959cbee3", "created_at": "2019-01-20T13:10:38Z", "project_id": "ecce4f989877489fbb59a39b959cbee3", "id": "2bfc52a0-7e67-4826-afbc-cbfdb1d953f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:10:38Z", "security_group_id": "6e2fb373-0ba3-4e44-b2aa-171e32ab4e36", "port_range_min": null, "revision_number": 0, "tenant_id": "ecce4f989877489fbb59a39b959cbee3", "created_at": "2019-01-20T13:10:38Z", "project_id": "ecce4f989877489fbb59a39b959cbee3", "id": "4dfc5e3f-9189-406b-b103-ddafd4f5bca3"}, {"remote_group_id": "6e2fb373-0ba3-4e44-b2aa-171e32ab4e36", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:10:38Z", "security_group_id": "6e2fb373-0ba3-4e44-b2aa-171e32ab4e36", "port_range_min": null, "revision_number": 0, "tenant_id": "ecce4f989877489fbb59a39b959cbee3", "created_at": "2019-01-20T13:10:38Z", "project_id": "ecce4f989877489fbb59a39b959cbee3", "id": "7dce08f2-7882-4c4f-a64a-b8861c0f090f"}, {"remote_group_id": "6e2fb373-0ba3-4e44-b2aa-171e32ab4e36", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:10:38Z", "security_group_id": "6e2fb373-0ba3-4e44-b2aa-171e32ab4e36", "port_range_min": null, "revision_number": 0, "tenant_id": "ecce4f989877489fbb59a39b959cbee3", "created_at": "2019-01-20T13:10:38Z", "project_id": "ecce4f989877489fbb59a39b959cbee3", "id": "900c6be3-9dbd-49bf-a45d-fae8c8cb224e"}]} 2019-01-20 13:11:15,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6e2fb373-0ba3-4e44-b2aa-171e32ab4e36 used request id req-ccc4cbf9-6fe4-4dbe-b182-8f43b95d1ff8 2019-01-20 13:11:15,664 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:11:15,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/6e2fb373-0ba3-4e44-b2aa-171e32ab4e36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8414ed0e8fa264799375ebb182549a53cd222e" 2019-01-20 13:11:15,970 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-76e169be-a5cf-44bd-9a6c-34628b8c8222 Content-Length: 0 Date: Sun, 20 Jan 2019 13:11:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:11:15,970 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/6e2fb373-0ba3-4e44-b2aa-171e32ab4e36 used request id req-76e169be-a5cf-44bd-9a6c-34628b8c8222 2019-01-20 13:11:15,971 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj 2019-01-20 13:11:15,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8414ed0e8fa264799375ebb182549a53cd222e" 2019-01-20 13:11:16,189 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:11:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-259317c6-de72-4ca5-81f4-c9e52e0b33c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:11:16,189 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/ecce4f989877489fbb59a39b959cbee3 used request id req-259317c6-de72-4ca5-81f4-c9e52e0b33c2 2019-01-20 13:11:16,189 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-7b0bb079-84f3-467-proj-role 2019-01-20 13:11:16,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/e442898fd4b64ea8ac46ed5e074dc82a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8414ed0e8fa264799375ebb182549a53cd222e" 2019-01-20 13:11:16,312 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:11:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5ff4930-12cb-4262-a9b2-604f4b926adc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:11:16,312 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/e442898fd4b64ea8ac46ed5e074dc82a used request id req-f5ff4930-12cb-4262-a9b2-604f4b926adc 2019-01-20 13:11:16,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c8414ed0e8fa264799375ebb182549a53cd222e" 2019-01-20 13:11:16,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79f69934-7390-47e6-bc99-522ea4c37bbd Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:11:16,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-79f69934-7390-47e6-bc99-522ea4c37bbd 2019-01-20 13:11:16,411 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-7b0bb079-84f3-467-user 2019-01-20 13:11:16,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/9d68be5ecd7b45869d37d5aae1aaadf5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01d5dbe3a4d4f2d0d938c522bed4936eb2d56c83" 2019-01-20 13:11:16,717 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:11:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-caa1810b-3f39-4f8c-938d-e17db2cf8f95 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:11:16,718 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/9d68be5ecd7b45869d37d5aae1aaadf5 used request id req-caa1810b-3f39-4f8c-938d-e17db2cf8f95 2019-01-20 13:11:16,719 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:11:17,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:11:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["dzJyJ8gFRNa_GRGfS-5fvg"], "issued_at": "2019-01-20T13:11:17.000000Z"}} 2019-01-20 13:11:17,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe1cbe46a9f4bf5c24358ac448d0001500f3bc4" 2019-01-20 13:11:17,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1b93ac8-eac7-45c8-adcd-60b5f4d1e66d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:11:17,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a1b93ac8-eac7-45c8-adcd-60b5f4d1e66d 2019-01-20 13:11:17,192 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:11:17,193 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:11:17,571 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:11:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["6k1xQ4r1RdWvNF7Yxy5j1w"], "issued_at": "2019-01-20T13:11:17.000000Z"}} 2019-01-20 13:11:17,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cee3df0a979bf5066c07b59dd87382f7990cab" 2019-01-20 13:11:17,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-109a44e7-5d2d-4ad3-9031-19260207a4a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:11:17,654 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-109a44e7-5d2d-4ad3-9031-19260207a4a8 2019-01-20 13:11:17,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:11:17,663 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:11: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:11:17,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cee3df0a979bf5066c07b59dd87382f7990cab" 2019-01-20 13:11:17,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e83563cf-780a-474e-a99c-29442672155f Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:11:17,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj used request id req-e83563cf-780a-474e-a99c-29442672155f 2019-01-20 13:11:17,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cee3df0a979bf5066c07b59dd87382f7990cab" 2019-01-20 13:11:17,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47ac4efd-8d1b-4c27-9eea-24b9e64cde49 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:11:17,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-47ac4efd-8d1b-4c27-9eea-24b9e64cde49 2019-01-20 13:11:17,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cee3df0a979bf5066c07b59dd87382f7990cab" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj"}}' 2019-01-20 13:11:17,971 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:11:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce384fe9-9fea-4104-81b8-1ded94e9fdd9 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e"}, "enabled": true, "id": "7cfb2b7352914850a3a3cf82776a989e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj"}} 2019-01-20 13:11:17,971 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-ce384fe9-9fea-4104-81b8-1ded94e9fdd9 2019-01-20 13:11:17,972 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj 2019-01-20 13:11:17,972 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:11:17,973 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:11:18,350 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:11:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["EBuIhstHTya53wq0n2bkAg"], "issued_at": "2019-01-20T13:11:18.000000Z"}} 2019-01-20 13:11:18,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc88c4f44ac38c263a6909af8f86040c488cccf" 2019-01-20 13:11:18,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fad98127-ab25-422f-9b5f-80b4120faf47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:11:18,436 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fad98127-ab25-422f-9b5f-80b4120faf47 2019-01-20 13:11:18,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:11:18,446 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:11: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:11:18,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc88c4f44ac38c263a6909af8f86040c488cccf" 2019-01-20 13:11:18,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd284bd0-f3f1-4500-917f-0c81319ac636 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:11:18,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-bd284bd0-f3f1-4500-917f-0c81319ac636 2019-01-20 13:11:18,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc88c4f44ac38c263a6909af8f86040c488cccf" 2019-01-20 13:11:18,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2510e7ac-412b-467c-b767-9d3bd67e7837 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e"}, "enabled": true, "id": "7cfb2b7352914850a3a3cf82776a989e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj"}]} 2019-01-20 13:11:18,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj used request id req-2510e7ac-412b-467c-b767-9d3bd67e7837 2019-01-20 13:11:18,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc88c4f44ac38c263a6909af8f86040c488cccf" 2019-01-20 13:11:18,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0b35e1d-ac38-4c20-9c32-6cc97c134fe1 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:11:18,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-b0b35e1d-ac38-4c20-9c32-6cc97c134fe1 2019-01-20 13:11:19,042 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-0c2bd172-f436-4b7-user 2019-01-20 13:11:19,043 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:11:19,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cee3df0a979bf5066c07b59dd87382f7990cab" 2019-01-20 13:11:19,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ced17aa-e72a-49d3-8008-56123b52e0c1 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:11:19,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9ced17aa-e72a-49d3-8008-56123b52e0c1 2019-01-20 13:11:19,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cee3df0a979bf5066c07b59dd87382f7990cab" -d '{"role": {"name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj-role"}}' 2019-01-20 13:11:19,252 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:11:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3151610c-ab4b-495b-92f0-a56325dc1606 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "10f4c7e16a7d4f169a3ac77fe0096ed0", "links": {"self": "http://172.30.9.22:5000/v3/roles/10f4c7e16a7d4f169a3ac77fe0096ed0"}, "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj-role"}} 2019-01-20 13:11:19,252 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-3151610c-ab4b-495b-92f0-a56325dc1606 2019-01-20 13:11:19,253 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj-role 2019-01-20 13:11:19,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/10f4c7e16a7d4f169a3ac77fe0096ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cee3df0a979bf5066c07b59dd87382f7990cab" 2019-01-20 13:11:19,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fd036e1-3b1e-4ff0-934d-ce28b0e34ed0 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/10f4c7e16a7d4f169a3ac77fe0096ed0"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj-role", "id": "10f4c7e16a7d4f169a3ac77fe0096ed0"}} 2019-01-20 13:11:19,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/10f4c7e16a7d4f169a3ac77fe0096ed0 used request id req-4fd036e1-3b1e-4ff0-934d-ce28b0e34ed0 2019-01-20 13:11:19,336 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj-role to project CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj 2019-01-20 13:11:19,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e/users/c15f86c8746d40ddb62466bfffe1f3e0/roles/10f4c7e16a7d4f169a3ac77fe0096ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cee3df0a979bf5066c07b59dd87382f7990cab" 2019-01-20 13:11:19,500 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:11:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-424d6a88-9077-4cd2-a187-c73f7f94b882 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:11:19,500 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e/users/c15f86c8746d40ddb62466bfffe1f3e0/roles/10f4c7e16a7d4f169a3ac77fe0096ed0 used request id req-424d6a88-9077-4cd2-a187-c73f7f94b882 2019-01-20 13:11:19,501 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:11:19,501 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:11:19,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:11:19,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "10f4c7e16a7d4f169a3ac77fe0096ed0", "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj-role"}], "expires_at": "2019-01-20T14:11:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7cfb2b7352914850a3a3cf82776a989e", "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/7cfb2b7352914850a3a3cf82776a989e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/7cfb2b7352914850a3a3cf82776a989e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/7cfb2b7352914850a3a3cf82776a989e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/7cfb2b7352914850a3a3cf82776a989e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/7cfb2b7352914850a3a3cf82776a989e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/7cfb2b7352914850a3a3cf82776a989e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-user", "id": "c15f86c8746d40ddb62466bfffe1f3e0"}, "audit_ids": ["xLHRuzWgR3aDD5DUHNs9zw"], "issued_at": "2019-01-20T13:11:19.000000Z"}} 2019-01-20 13:11:19,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}783ca6390b6f3e33d4bec9b5abab55a05fb90b78" 2019-01-20 13:11:19,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61fee1cc-bf2c-42d4-96a2-91ed9b11a8a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:11:19,954 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-61fee1cc-bf2c-42d4-96a2-91ed9b11a8a4 2019-01-20 13:11:19,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}783ca6390b6f3e33d4bec9b5abab55a05fb90b78" 2019-01-20 13:11:20,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-a6272165-704d-4e46-a82b-34d874b577d7 Date: Sun, 20 Jan 2019 13:11:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-image"} 2019-01-20 13:11:20,144 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-image used request id req-a6272165-704d-4e46-a82b-34d874b577d7 2019-01-20 13:11:20,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}783ca6390b6f3e33d4bec9b5abab55a05fb90b78" 2019-01-20 13:11:20,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-93e7b4dd-ffac-490e-bc61-7396ee104f84 Date: Sun, 20 Jan 2019 13:11: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"}}} 2019-01-20 13:11:20,304 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-93e7b4dd-ffac-490e-bc61-7396ee104f84 2019-01-20 13:11:20,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}783ca6390b6f3e33d4bec9b5abab55a05fb90b78" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-image"}' 2019-01-20 13:11:20,505 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90 X-Openstack-Request-Id: req-45a9d3e8-5711-43c7-aa1b-967af868b1e4 Date: Sun, 20 Jan 2019 13:11:20 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:11:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:11:20Z", "visibility": "shared", "locations": [], "self": "/v2/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90", "min_disk": 0, "protected": false, "id": "ba110a95-1fcc-4be9-a0ec-7feffc592a90", "file": "/v2/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90/file", "checksum": null, "owner": "7cfb2b7352914850a3a3cf82776a989e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:11:20,505 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-45a9d3e8-5711-43c7-aa1b-967af868b1e4 2019-01-20 13:11:20,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}783ca6390b6f3e33d4bec9b5abab55a05fb90b78" -d '' 2019-01-20 13:11:22,017 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e057fc82-31cc-41b7-a000-28b68718f3aa Date: Sun, 20 Jan 2019 13:11:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:11:22,018 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90/file used request id req-e057fc82-31cc-41b7-a000-28b68718f3aa 2019-01-20 13:11:22,018 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:11:22,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}783ca6390b6f3e33d4bec9b5abab55a05fb90b78" 2019-01-20 13:11:22,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-42e3bbfd-99f9-42da-97da-5d6701977a89 Date: Sun, 20 Jan 2019 13:11:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:11:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:11:21Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90/snap", "metadata": {}}], "self": "/v2/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90", "min_disk": 0, "protected": false, "id": "ba110a95-1fcc-4be9-a0ec-7feffc592a90", "file": "/v2/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7cfb2b7352914850a3a3cf82776a989e", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:11:22,185 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90 used request id req-42e3bbfd-99f9-42da-97da-5d6701977a89 2019-01-20 13:11:22,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}783ca6390b6f3e33d4bec9b5abab55a05fb90b78" 2019-01-20 13:11:22,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9cc6aa9e-6611-4f99-9b35-a3aaeb30b35d Date: Sun, 20 Jan 2019 13:11: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"}}} 2019-01-20 13:11:22,197 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-9cc6aa9e-6611-4f99-9b35-a3aaeb30b35d 2019-01-20 13:11:22,200 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-image 2019-01-20 13:11:22,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}783ca6390b6f3e33d4bec9b5abab55a05fb90b78" 2019-01-20 13:11:22,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-669fe4fa-f716-4ea5-879c-d4dcde6aadb3 Date: Sun, 20 Jan 2019 13:11:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:11:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:11:21Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90/snap", "metadata": {}}], "self": "/v2/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90", "min_disk": 0, "protected": false, "id": "ba110a95-1fcc-4be9-a0ec-7feffc592a90", "file": "/v2/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7cfb2b7352914850a3a3cf82776a989e", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:11:22,358 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90 used request id req-669fe4fa-f716-4ea5-879c-d4dcde6aadb3 2019-01-20 13:11:22,359 - create_image - DEBUG - Instance status is - active 2019-01-20 13:11:22,359 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-image 2019-01-20 13:11:22,359 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-image 2019-01-20 13:11:22,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:11:22,360 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:11:22,737 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "10f4c7e16a7d4f169a3ac77fe0096ed0", "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj-role"}], "expires_at": "2019-01-20T14:11:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7cfb2b7352914850a3a3cf82776a989e", "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/7cfb2b7352914850a3a3cf82776a989e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/7cfb2b7352914850a3a3cf82776a989e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/7cfb2b7352914850a3a3cf82776a989e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/7cfb2b7352914850a3a3cf82776a989e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/7cfb2b7352914850a3a3cf82776a989e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/7cfb2b7352914850a3a3cf82776a989e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-user", "id": "c15f86c8746d40ddb62466bfffe1f3e0"}, "audit_ids": ["HrgaoXEqRxKEdsU3EmBU1A"], "issued_at": "2019-01-20T13:11:22.000000Z"}} 2019-01-20 13:11:22,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ffe38ad0dda7c6c9afc0320afe7ce3e96d4afd7" 2019-01-20 13:11:22,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-399d5388-341e-457f-ae22-53ab144b725c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:11:22,751 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-399d5388-341e-457f-ae22-53ab144b725c 2019-01-20 13:11:22,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ffe38ad0dda7c6c9afc0320afe7ce3e96d4afd7" 2019-01-20 13:11:22,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cb83d28a-668d-4659-8b97-99c19affd6d7 Date: Sun, 20 Jan 2019 13:11:22 GMT RESP BODY: {"networks":[]} 2019-01-20 13:11:22,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net used request id req-cb83d28a-668d-4659-8b97-99c19affd6d7 2019-01-20 13:11:22,938 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net 2019-01-20 13:11:22,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ffe38ad0dda7c6c9afc0320afe7ce3e96d4afd7" -d '{"network": {"name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net", "admin_state_up": true}}' 2019-01-20 13:11:23,532 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-d77a6d4b-2ac9-4517-a6da-717d2ab4267b Date: Sun, 20 Jan 2019 13:11:23 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"77e1290c-081c-4154-8b86-d73f5864fe99","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7cfb2b7352914850a3a3cf82776a989e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:11:23Z","is_default":false,"name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:23Z","mtu":1450}} 2019-01-20 13:11:23,532 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-d77a6d4b-2ac9-4517-a6da-717d2ab4267b 2019-01-20 13:11:23,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=77e1290c-081c-4154-8b86-d73f5864fe99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ffe38ad0dda7c6c9afc0320afe7ce3e96d4afd7" 2019-01-20 13:11:23,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-7449eae5-811e-484b-a990-4dd03ca967ce Date: Sun, 20 Jan 2019 13:11: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":"2019-01-20T13:11:23Z","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7cfb2b7352914850a3a3cf82776a989e","id":"77e1290c-081c-4154-8b86-d73f5864fe99","name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net"}]} 2019-01-20 13:11:23,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=77e1290c-081c-4154-8b86-d73f5864fe99 used request id req-7449eae5-811e-484b-a990-4dd03ca967ce 2019-01-20 13:11:23,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ffe38ad0dda7c6c9afc0320afe7ce3e96d4afd7" 2019-01-20 13:11:23,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bf9dc9f8-6bd3-46b0-a154-6c47ad7f56e3 Date: Sun, 20 Jan 2019 13:11:23 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:11:23,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99 used request id req-bf9dc9f8-6bd3-46b0-a154-6c47ad7f56e3 2019-01-20 13:11:23,941 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-subnet 2019-01-20 13:11:23,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ffe38ad0dda7c6c9afc0320afe7ce3e96d4afd7" -d '{"subnets": [{"ip_version": 4, "network_id": "77e1290c-081c-4154-8b86-d73f5864fe99", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-subnet"}]}' 2019-01-20 13:11:24,795 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e28995c2-857a-4550-a19d-f711c73e4be6 Date: Sun, 20 Jan 2019 13:11:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e1290c-081c-4154-8b86-d73f5864fe99","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:24Z","dns_nameservers":[],"updated_at":"2019-01-20T13:11: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":"7cfb2b7352914850a3a3cf82776a989e","id":"8df67d50-c8aa-4505-be8a-056e0d921c53","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-subnet"}]} 2019-01-20 13:11:24,796 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-e28995c2-857a-4550-a19d-f711c73e4be6 2019-01-20 13:11:24,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=77e1290c-081c-4154-8b86-d73f5864fe99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ffe38ad0dda7c6c9afc0320afe7ce3e96d4afd7" 2019-01-20 13:11:25,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-66936fc0-2135-40bc-ad17-704955bf164e Date: Sun, 20 Jan 2019 13:11: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":["8df67d50-c8aa-4505-be8a-056e0d921c53"],"updated_at":"2019-01-20T13:11:24Z","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7cfb2b7352914850a3a3cf82776a989e","id":"77e1290c-081c-4154-8b86-d73f5864fe99","name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net"}]} 2019-01-20 13:11:25,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=77e1290c-081c-4154-8b86-d73f5864fe99 used request id req-66936fc0-2135-40bc-ad17-704955bf164e 2019-01-20 13:11:25,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ffe38ad0dda7c6c9afc0320afe7ce3e96d4afd7" 2019-01-20 13:11:25,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-aa262fde-e292-40f0-8a5f-12d332174133 Date: Sun, 20 Jan 2019 13:11:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e1290c-081c-4154-8b86-d73f5864fe99","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:24Z","dns_nameservers":[],"updated_at":"2019-01-20T13:11: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":"7cfb2b7352914850a3a3cf82776a989e","id":"8df67d50-c8aa-4505-be8a-056e0d921c53","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-subnet"}]} 2019-01-20 13:11:25,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99 used request id req-aa262fde-e292-40f0-8a5f-12d332174133 2019-01-20 13:11:25,375 - OpenStackNetwork - DEBUG - Network [77e1290c-081c-4154-8b86-d73f5864fe99] created successfully 2019-01-20 13:11:25,375 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:11:25,376 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:11:25,753 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:11:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["GPRw0BEdT72POLeqhdB7lA"], "issued_at": "2019-01-20T13:11:25.000000Z"}} 2019-01-20 13:11:25,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa0bcd586a19582518729d7337535f822b0fa4a" 2019-01-20 13:11:25,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-362694c3-00ca-4afb-a40a-58d76ccf05c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:11:25,766 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-362694c3-00ca-4afb-a40a-58d76ccf05c3 2019-01-20 13:11:25,767 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:11:25,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa0bcd586a19582518729d7337535f822b0fa4a" 2019-01-20 13:11:25,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a4309895-f5e0-48ec-9ece-3c642c54a66d x-compute-request-id: req-a4309895-f5e0-48ec-9ece-3c642c54a66d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:11:25,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-a4309895-f5e0-48ec-9ece-3c642c54a66d 2019-01-20 13:11:25,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa0bcd586a19582518729d7337535f822b0fa4a" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:11:26,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94924e6a-da80-4c57-86d7-925f86b89962 x-compute-request-id: req-94924e6a-da80-4c57-86d7-925f86b89962 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/65e74f83-4d56-40d7-8926-37fb3b4073b6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/65e74f83-4d56-40d7-8926-37fb3b4073b6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "65e74f83-4d56-40d7-8926-37fb3b4073b6", "name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:11:26,014 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-94924e6a-da80-4c57-86d7-925f86b89962 2019-01-20 13:11:26,015 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:11:26,015 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:11:26,409 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "10f4c7e16a7d4f169a3ac77fe0096ed0", "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj-role"}], "expires_at": "2019-01-20T14:11:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7cfb2b7352914850a3a3cf82776a989e", "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/7cfb2b7352914850a3a3cf82776a989e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/7cfb2b7352914850a3a3cf82776a989e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/7cfb2b7352914850a3a3cf82776a989e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/7cfb2b7352914850a3a3cf82776a989e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/7cfb2b7352914850a3a3cf82776a989e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/7cfb2b7352914850a3a3cf82776a989e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-user", "id": "c15f86c8746d40ddb62466bfffe1f3e0"}, "audit_ids": ["NYWZh3JNR_esl9FnvbgYmA"], "issued_at": "2019-01-20T13:11:26.000000Z"}} 2019-01-20 13:11:26,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:26,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e2afcc6-1343-4fe8-9903-924aaa65da49 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:11:26,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2e2afcc6-1343-4fe8-9903-924aaa65da49 2019-01-20 13:11:26,558 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:11:26,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:26,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06bada4f-0700-4e35-a079-325aacabdb87 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:11:26,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-06bada4f-0700-4e35-a079-325aacabdb87 2019-01-20 13:11:26,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:26,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a3211004-6ef7-47f3-bb67-0e4f496e1a9a Date: Sun, 20 Jan 2019 13: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":["8df67d50-c8aa-4505-be8a-056e0d921c53"],"updated_at":"2019-01-20T13:11:24Z","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7cfb2b7352914850a3a3cf82776a989e","id":"77e1290c-081c-4154-8b86-d73f5864fe99","name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net"}]} 2019-01-20 13:11:26,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net used request id req-a3211004-6ef7-47f3-bb67-0e4f496e1a9a 2019-01-20 13:11:26,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:11:26,896 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:11: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:11:26,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:26,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adcfea64-fb23-4570-bd03-227c2a054ac0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e"}, "enabled": true, "id": "7cfb2b7352914850a3a3cf82776a989e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj"}} 2019-01-20 13:11:26,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e used request id req-adcfea64-fb23-4570-bd03-227c2a054ac0 2019-01-20 13:11:26,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:27,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b4ad01ec-9c93-47bc-a341-df2b58146038 Date: Sun, 20 Jan 2019 13:11:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e1290c-081c-4154-8b86-d73f5864fe99","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:24Z","dns_nameservers":[],"updated_at":"2019-01-20T13:11: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":"7cfb2b7352914850a3a3cf82776a989e","id":"8df67d50-c8aa-4505-be8a-056e0d921c53","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-subnet"}]} 2019-01-20 13:11:27,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99 used request id req-b4ad01ec-9c93-47bc-a341-df2b58146038 2019-01-20 13:11:27,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=77e1290c-081c-4154-8b86-d73f5864fe99&name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:27,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-40e29f6e-874a-40fe-92ed-11843ce1bdea Date: Sun, 20 Jan 2019 13:11:27 GMT RESP BODY: {"ports":[]} 2019-01-20 13:11:27,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=77e1290c-081c-4154-8b86-d73f5864fe99&name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22bport-1&admin_state_up=True used request id req-40e29f6e-874a-40fe-92ed-11843ce1bdea 2019-01-20 13:11:27,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:27,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-e22a171b-632e-42e6-8bd7-b55dc9d68d76 x-compute-request-id: req-e22a171b-632e-42e6-8bd7-b55dc9d68d76 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:11:27,721 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst used request id req-e22a171b-632e-42e6-8bd7-b55dc9d68d76 2019-01-20 13:11:27,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:27,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-45dfe128-cd59-49ce-bae8-7e9fad640c83 Date: Sun, 20 Jan 2019 13:11: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":["8df67d50-c8aa-4505-be8a-056e0d921c53"],"updated_at":"2019-01-20T13:11:24Z","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7cfb2b7352914850a3a3cf82776a989e","id":"77e1290c-081c-4154-8b86-d73f5864fe99","name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net"}]} 2019-01-20 13:11:27,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net used request id req-45dfe128-cd59-49ce-bae8-7e9fad640c83 2019-01-20 13:11:27,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:28,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ec2ccd5-012f-4cda-972a-2da094bfb41e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e"}, "enabled": true, "id": "7cfb2b7352914850a3a3cf82776a989e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj"}} 2019-01-20 13:11:28,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e used request id req-0ec2ccd5-012f-4cda-972a-2da094bfb41e 2019-01-20 13:11:28,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:28,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b000ec86-1782-4408-9d40-ec8e298da2aa Date: Sun, 20 Jan 2019 13:11:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e1290c-081c-4154-8b86-d73f5864fe99","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:24Z","dns_nameservers":[],"updated_at":"2019-01-20T13:11: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":"7cfb2b7352914850a3a3cf82776a989e","id":"8df67d50-c8aa-4505-be8a-056e0d921c53","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-subnet"}]} 2019-01-20 13:11:28,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99 used request id req-b000ec86-1782-4408-9d40-ec8e298da2aa 2019-01-20 13:11:28,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=77e1290c-081c-4154-8b86-d73f5864fe99&name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:28,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f7b589a8-cb3e-4366-a198-b8c3145f69bd Date: Sun, 20 Jan 2019 13:11:28 GMT RESP BODY: {"ports":[]} 2019-01-20 13:11:28,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=77e1290c-081c-4154-8b86-d73f5864fe99&name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22bport-1&admin_state_up=True used request id req-f7b589a8-cb3e-4366-a198-b8c3145f69bd 2019-01-20 13:11:28,444 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:11:28,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:11:28,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "10f4c7e16a7d4f169a3ac77fe0096ed0", "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj-role"}], "expires_at": "2019-01-20T14:11:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7cfb2b7352914850a3a3cf82776a989e", "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/7cfb2b7352914850a3a3cf82776a989e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/7cfb2b7352914850a3a3cf82776a989e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/7cfb2b7352914850a3a3cf82776a989e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/7cfb2b7352914850a3a3cf82776a989e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/7cfb2b7352914850a3a3cf82776a989e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/7cfb2b7352914850a3a3cf82776a989e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/7cfb2b7352914850a3a3cf82776a989e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-user", "id": "c15f86c8746d40ddb62466bfffe1f3e0"}, "audit_ids": ["dcUtlojtRaGUHlEfvaq3-g"], "issued_at": "2019-01-20T13:11:28.000000Z"}} 2019-01-20 13:11:28,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880a5ff136c291cfd539edf100fcd9b3e9638abb" 2019-01-20 13:11:28,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8f5884e-397a-4256-859d-d53977c9c3da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:11:28,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c8f5884e-397a-4256-859d-d53977c9c3da 2019-01-20 13:11:28,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:29,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-fa628a09-a870-4126-962f-69c0e0e99840 Date: Sun, 20 Jan 2019 13:11: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":["8df67d50-c8aa-4505-be8a-056e0d921c53"],"updated_at":"2019-01-20T13:11:24Z","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7cfb2b7352914850a3a3cf82776a989e","id":"77e1290c-081c-4154-8b86-d73f5864fe99","name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net"}]} 2019-01-20 13:11:29,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net used request id req-fa628a09-a870-4126-962f-69c0e0e99840 2019-01-20 13:11:29,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:29,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-01b7a157-069c-439d-b4c9-a2acff251a24 Date: Sun, 20 Jan 2019 13:11:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e1290c-081c-4154-8b86-d73f5864fe99","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:24Z","dns_nameservers":[],"updated_at":"2019-01-20T13:11: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":"7cfb2b7352914850a3a3cf82776a989e","id":"8df67d50-c8aa-4505-be8a-056e0d921c53","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-subnet"}]} 2019-01-20 13:11:29,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99 used request id req-01b7a157-069c-439d-b4c9-a2acff251a24 2019-01-20 13:11:29,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:29,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a6a746f7-d45c-4d4e-a305-b39bbc562361 Date: Sun, 20 Jan 2019 13:11: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":["8df67d50-c8aa-4505-be8a-056e0d921c53"],"updated_at":"2019-01-20T13:11:24Z","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7cfb2b7352914850a3a3cf82776a989e","id":"77e1290c-081c-4154-8b86-d73f5864fe99","name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net"}]} 2019-01-20 13:11:29,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net used request id req-a6a746f7-d45c-4d4e-a305-b39bbc562361 2019-01-20 13:11:29,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:11:29,605 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:11: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:11:29,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880a5ff136c291cfd539edf100fcd9b3e9638abb" 2019-01-20 13:11:29,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fdf5ad3-bbff-462c-b182-1d4448e7665b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e"}, "enabled": true, "id": "7cfb2b7352914850a3a3cf82776a989e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj"}} 2019-01-20 13:11:29,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e used request id req-8fdf5ad3-bbff-462c-b182-1d4448e7665b 2019-01-20 13:11:29,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:29,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-af1970df-3514-4378-81bd-7b50bc9e3edb Date: Sun, 20 Jan 2019 13:11:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e1290c-081c-4154-8b86-d73f5864fe99","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:24Z","dns_nameservers":[],"updated_at":"2019-01-20T13:11: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":"7cfb2b7352914850a3a3cf82776a989e","id":"8df67d50-c8aa-4505-be8a-056e0d921c53","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-subnet"}]} 2019-01-20 13:11:29,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99 used request id req-af1970df-3514-4378-81bd-7b50bc9e3edb 2019-01-20 13:11:29,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99&name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:29,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e75b60a4-df22-490f-9846-48fbfa1f5326 Date: Sun, 20 Jan 2019 13:11:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e1290c-081c-4154-8b86-d73f5864fe99","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:24Z","dns_nameservers":[],"updated_at":"2019-01-20T13:11: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":"7cfb2b7352914850a3a3cf82776a989e","id":"8df67d50-c8aa-4505-be8a-056e0d921c53","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-subnet"}]} 2019-01-20 13:11:29,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99&name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-subnet used request id req-e75b60a4-df22-490f-9846-48fbfa1f5326 2019-01-20 13:11:29,812 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net 2019-01-20 13:11:29,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" -d '{"port": {"network_id": "77e1290c-081c-4154-8b86-d73f5864fe99", "fixed_ips": [{"subnet_id": "8df67d50-c8aa-4505-be8a-056e0d921c53", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22bport-1", "admin_state_up": true}}' 2019-01-20 13:11:30,657 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-92c92cac-9595-4bea-bf15-327e26aa3140 Date: Sun, 20 Jan 2019 13:11:30 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:11:30Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8df67d50-c8aa-4505-be8a-056e0d921c53","ip_address":"10.55.0.101"}],"id":"af9bbde7-dc64-4854-936d-2c19ed1ebb81","security_groups":["ba96e711-128c-4b4b-9257-da65bfd8324e"],"mac_address":"fa:16:3e:06:9a:c9","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22bport-1","project_id":"7cfb2b7352914850a3a3cf82776a989e","qos_policy_id":null,"admin_state_up":true,"network_id":"77e1290c-081c-4154-8b86-d73f5864fe99","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:30Z","binding:vnic_type":"normal"}} 2019-01-20 13:11:30,658 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-92c92cac-9595-4bea-bf15-327e26aa3140 2019-01-20 13:11:30,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:30,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-282ed33b-cccc-4d64-879b-13167fb2e2a6 Date: Sun, 20 Jan 2019 13:11: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":["8df67d50-c8aa-4505-be8a-056e0d921c53"],"updated_at":"2019-01-20T13:11:24Z","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7cfb2b7352914850a3a3cf82776a989e","id":"77e1290c-081c-4154-8b86-d73f5864fe99","name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net"}]} 2019-01-20 13:11:30,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net used request id req-282ed33b-cccc-4d64-879b-13167fb2e2a6 2019-01-20 13:11:30,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:31,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30f3d459-9d69-4290-bc76-5648cfab83cb Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e"}, "enabled": true, "id": "7cfb2b7352914850a3a3cf82776a989e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj"}} 2019-01-20 13:11:31,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e used request id req-30f3d459-9d69-4290-bc76-5648cfab83cb 2019-01-20 13:11:31,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:31,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ca697aa8-8a7f-43a9-a53e-fc688fb803c6 Date: Sun, 20 Jan 2019 13:11:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e1290c-081c-4154-8b86-d73f5864fe99","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:24Z","dns_nameservers":[],"updated_at":"2019-01-20T13:11: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":"7cfb2b7352914850a3a3cf82776a989e","id":"8df67d50-c8aa-4505-be8a-056e0d921c53","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-subnet"}]} 2019-01-20 13:11:31,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99 used request id req-ca697aa8-8a7f-43a9-a53e-fc688fb803c6 2019-01-20 13:11:31,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=77e1290c-081c-4154-8b86-d73f5864fe99&name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:31,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-d21c6e7d-3425-4032-9fff-d52353782f34 Date: Sun, 20 Jan 2019 13:11:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:11:30Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8df67d50-c8aa-4505-be8a-056e0d921c53","ip_address":"10.55.0.101"}],"id":"af9bbde7-dc64-4854-936d-2c19ed1ebb81","security_groups":["ba96e711-128c-4b4b-9257-da65bfd8324e"],"mac_address":"fa:16:3e:06:9a:c9","project_id":"7cfb2b7352914850a3a3cf82776a989e","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22bport-1","admin_state_up":true,"network_id":"77e1290c-081c-4154-8b86-d73f5864fe99","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:30Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:11:31,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=77e1290c-081c-4154-8b86-d73f5864fe99&name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22bport-1&admin_state_up=True used request id req-d21c6e7d-3425-4032-9fff-d52353782f34 2019-01-20 13:11:31,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:31,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-246fef54-6596-4010-be95-e272b8f464f0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e"}, "enabled": true, "id": "7cfb2b7352914850a3a3cf82776a989e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj"}} 2019-01-20 13:11:31,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e used request id req-246fef54-6596-4010-be95-e272b8f464f0 2019-01-20 13:11:31,463 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst 2019-01-20 13:11:31,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:31,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11: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-610b7bce-3319-44f5-a3aa-5d69949fe0f4 x-compute-request-id: req-610b7bce-3319-44f5-a3aa-5d69949fe0f4 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "65e74f83-4d56-40d7-8926-37fb3b4073b6", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/65e74f83-4d56-40d7-8926-37fb3b4073b6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/65e74f83-4d56-40d7-8926-37fb3b4073b6", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-flavor-name"}]} 2019-01-20 13:11:31,499 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-610b7bce-3319-44f5-a3aa-5d69949fe0f4 2019-01-20 13:11:31,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/65e74f83-4d56-40d7-8926-37fb3b4073b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:31,522 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11: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-d591d301-77e3-49e7-a5b9-f10d8304b0a7 x-compute-request-id: req-d591d301-77e3-49e7-a5b9-f10d8304b0a7 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/65e74f83-4d56-40d7-8926-37fb3b4073b6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/65e74f83-4d56-40d7-8926-37fb3b4073b6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "65e74f83-4d56-40d7-8926-37fb3b4073b6", "name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:11:31,522 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/65e74f83-4d56-40d7-8926-37fb3b4073b6 used request id req-d591d301-77e3-49e7-a5b9-f10d8304b0a7 2019-01-20 13:11:31,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:31,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-f6a52c00-0019-4f7b-bee7-771b5bd582fd Date: Sun, 20 Jan 2019 13:11:31 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:11:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:11:21Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90/snap", "metadata": {}}], "self": "/v2/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90", "min_disk": 0, "protected": false, "id": "ba110a95-1fcc-4be9-a0ec-7feffc592a90", "file": "/v2/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7cfb2b7352914850a3a3cf82776a989e", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-image"} 2019-01-20 13:11:31,704 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-image used request id req-f6a52c00-0019-4f7b-bee7-771b5bd582fd 2019-01-20 13:11:31,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:31,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1f8a1e5a-733d-40d4-ad8d-39938cbb47c3 Date: Sun, 20 Jan 2019 13:11: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"}}} 2019-01-20 13:11:31,866 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-1f8a1e5a-733d-40d4-ad8d-39938cbb47c3 2019-01-20 13:11:31,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" -d '{"server": {"name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst", "imageRef": "ba110a95-1fcc-4be9-a0ec-7feffc592a90", "flavorRef": "65e74f83-4d56-40d7-8926-37fb3b4073b6", "max_count": 1, "min_count": 1, "networks": [{"port": "af9bbde7-dc64-4854-936d-2c19ed1ebb81"}]}}' 2019-01-20 13:11:33,559 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:11: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-b7b57083-85e2-4f98-90f5-03fc17bb041a x-compute-request-id: req-b7b57083-85e2-4f98-90f5-03fc17bb041a Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "rel": "bookmark"}], "adminPass": "TaS7mUfW4sN3"}} 2019-01-20 13:11:33,559 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-b7b57083-85e2-4f98-90f5-03fc17bb041a 2019-01-20 13:11:33,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:33,937 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-881cce77-8ca2-4a18-9aea-f5a3c99b61b0 x-compute-request-id: req-881cce77-8ca2-4a18-9aea-f5a3c99b61b0 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.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "rel": "bookmark"}], "image": {"id": "ba110a95-1fcc-4be9-a0ec-7feffc592a90", "links": [{"href": "http://172.30.9.22:8774/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "65e74f83-4d56-40d7-8926-37fb3b4073b6", "links": [{"href": "http://172.30.9.22:8774/flavors/65e74f83-4d56-40d7-8926-37fb3b4073b6", "rel": "bookmark"}]}, "id": "4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "user_id": "c15f86c8746d40ddb62466bfffe1f3e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:11:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst", "created": "2019-01-20T13:11:33Z", "tenant_id": "7cfb2b7352914850a3a3cf82776a989e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:11:33,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc used request id req-881cce77-8ca2-4a18-9aea-f5a3c99b61b0 2019-01-20 13:11:33,937 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst 2019-01-20 13:11:33,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:34,159 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3fe7da1-e2ce-4d8d-9024-92918128a69b x-compute-request-id: req-a3fe7da1-e2ce-4d8d-9024-92918128a69b 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.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "rel": "bookmark"}], "image": {"id": "ba110a95-1fcc-4be9-a0ec-7feffc592a90", "links": [{"href": "http://172.30.9.22:8774/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "65e74f83-4d56-40d7-8926-37fb3b4073b6", "links": [{"href": "http://172.30.9.22:8774/flavors/65e74f83-4d56-40d7-8926-37fb3b4073b6", "rel": "bookmark"}]}, "id": "4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "user_id": "c15f86c8746d40ddb62466bfffe1f3e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:11:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst", "created": "2019-01-20T13:11:33Z", "tenant_id": "7cfb2b7352914850a3a3cf82776a989e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:11:34,159 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc used request id req-a3fe7da1-e2ce-4d8d-9024-92918128a69b 2019-01-20 13:11:34,160 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst] is - BUILD 2019-01-20 13:11:34,160 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:11:37,163 - create_instance - DEBUG - VM status query timeout in 896.774365902 2019-01-20 13:11:37,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:37,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-b2c79e7d-e7c5-4e1d-be39-9b8e782d004b x-compute-request-id: req-b2c79e7d-e7c5-4e1d-be39-9b8e782d004b 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.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "rel": "bookmark"}], "image": {"id": "ba110a95-1fcc-4be9-a0ec-7feffc592a90", "links": [{"href": "http://172.30.9.22:8774/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "65e74f83-4d56-40d7-8926-37fb3b4073b6", "links": [{"href": "http://172.30.9.22:8774/flavors/65e74f83-4d56-40d7-8926-37fb3b4073b6", "rel": "bookmark"}]}, "id": "4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "security_groups": [{"name": "default"}], "user_id": "c15f86c8746d40ddb62466bfffe1f3e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:11:34Z", "hostId": "a63ed1f05b100f4d0923397bc03215d038c8141ce13931deb5852592", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst", "created": "2019-01-20T13:11:33Z", "tenant_id": "7cfb2b7352914850a3a3cf82776a989e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:11:37,883 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc used request id req-b2c79e7d-e7c5-4e1d-be39-9b8e782d004b 2019-01-20 13:11:37,883 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst] is - BUILD 2019-01-20 13:11:37,884 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:11:40,887 - create_instance - DEBUG - VM status query timeout in 893.050792933 2019-01-20 13:11:40,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:41,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97e00669-bf85-4024-bd38-563ba65a2f18 x-compute-request-id: req-97e00669-bf85-4024-bd38-563ba65a2f18 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.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "rel": "bookmark"}], "image": {"id": "ba110a95-1fcc-4be9-a0ec-7feffc592a90", "links": [{"href": "http://172.30.9.22:8774/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "65e74f83-4d56-40d7-8926-37fb3b4073b6", "links": [{"href": "http://172.30.9.22:8774/flavors/65e74f83-4d56-40d7-8926-37fb3b4073b6", "rel": "bookmark"}]}, "id": "4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "security_groups": [{"name": "default"}], "user_id": "c15f86c8746d40ddb62466bfffe1f3e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:11:34Z", "hostId": "a63ed1f05b100f4d0923397bc03215d038c8141ce13931deb5852592", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst", "created": "2019-01-20T13:11:33Z", "tenant_id": "7cfb2b7352914850a3a3cf82776a989e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:11:41,371 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc used request id req-97e00669-bf85-4024-bd38-563ba65a2f18 2019-01-20 13:11:41,371 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst] is - BUILD 2019-01-20 13:11:41,371 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:11:44,375 - create_instance - DEBUG - VM status query timeout in 889.563021898 2019-01-20 13:11:44,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:45,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-ae504a99-7e52-4c9a-9549-aa730208ff37 x-compute-request-id: req-ae504a99-7e52-4c9a-9549-aa730208ff37 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:9a:c9", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "rel": "bookmark"}], "image": {"id": "ba110a95-1fcc-4be9-a0ec-7feffc592a90", "links": [{"href": "http://172.30.9.22:8774/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:11:40.000000", "flavor": {"id": "65e74f83-4d56-40d7-8926-37fb3b4073b6", "links": [{"href": "http://172.30.9.22:8774/flavors/65e74f83-4d56-40d7-8926-37fb3b4073b6", "rel": "bookmark"}]}, "id": "4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "security_groups": [{"name": "default"}], "user_id": "c15f86c8746d40ddb62466bfffe1f3e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:11:41Z", "hostId": "a63ed1f05b100f4d0923397bc03215d038c8141ce13931deb5852592", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst", "created": "2019-01-20T13:11:33Z", "tenant_id": "7cfb2b7352914850a3a3cf82776a989e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:11:45,161 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc used request id req-ae504a99-7e52-4c9a-9549-aa730208ff37 2019-01-20 13:11:45,162 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst] is - ACTIVE 2019-01-20 13:11:45,162 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:11:45,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:45,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-2347c6ab-09e4-46ed-be04-b4da8fabb5d9 x-compute-request-id: req-2347c6ab-09e4-46ed-be04-b4da8fabb5d9 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:9a:c9", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "rel": "bookmark"}], "image": {"id": "ba110a95-1fcc-4be9-a0ec-7feffc592a90", "links": [{"href": "http://172.30.9.22:8774/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:11:40.000000", "flavor": {"id": "65e74f83-4d56-40d7-8926-37fb3b4073b6", "links": [{"href": "http://172.30.9.22:8774/flavors/65e74f83-4d56-40d7-8926-37fb3b4073b6", "rel": "bookmark"}]}, "id": "4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "security_groups": [{"name": "default"}], "user_id": "c15f86c8746d40ddb62466bfffe1f3e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:11:41Z", "hostId": "a63ed1f05b100f4d0923397bc03215d038c8141ce13931deb5852592", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst", "created": "2019-01-20T13:11:33Z", "tenant_id": "7cfb2b7352914850a3a3cf82776a989e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:11:45,765 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc used request id req-2347c6ab-09e4-46ed-be04-b4da8fabb5d9 2019-01-20 13:11:45,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:46,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e20192f4-826a-4709-bca1-441415a8272d Date: Sun, 20 Jan 2019 13:11: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":["8df67d50-c8aa-4505-be8a-056e0d921c53"],"updated_at":"2019-01-20T13:11:24Z","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7cfb2b7352914850a3a3cf82776a989e","id":"77e1290c-081c-4154-8b86-d73f5864fe99","name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net"}]} 2019-01-20 13:11:46,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net used request id req-e20192f4-826a-4709-bca1-441415a8272d 2019-01-20 13:11:46,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:46,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0317ab83-1096-4dd1-90a7-5e976b72d3f1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e"}, "enabled": true, "id": "7cfb2b7352914850a3a3cf82776a989e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj"}} 2019-01-20 13:11:46,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e used request id req-0317ab83-1096-4dd1-90a7-5e976b72d3f1 2019-01-20 13:11:46,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:46,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-203cd59a-f9a6-403c-91ba-dec0fa0c24b0 Date: Sun, 20 Jan 2019 13:11:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e1290c-081c-4154-8b86-d73f5864fe99","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:24Z","dns_nameservers":[],"updated_at":"2019-01-20T13:11: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":"7cfb2b7352914850a3a3cf82776a989e","id":"8df67d50-c8aa-4505-be8a-056e0d921c53","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-subnet"}]} 2019-01-20 13:11:46,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99 used request id req-203cd59a-f9a6-403c-91ba-dec0fa0c24b0 2019-01-20 13:11:46,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=77e1290c-081c-4154-8b86-d73f5864fe99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:46,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3123 X-Openstack-Request-Id: req-8eaaab83-6388-48f4-8225-d0af6078584f Date: Sun, 20 Jan 2019 13:11:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:11:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8df67d50-c8aa-4505-be8a-056e0d921c53","ip_address":"10.55.0.2"}],"id":"7da617c4-a899-46e7-8311-5b132eb694b7","security_groups":[],"mac_address":"fa:16:3e:92:90:cd","project_id":"7cfb2b7352914850a3a3cf82776a989e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e1290c-081c-4154-8b86-d73f5864fe99","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-77e1290c-081c-4154-8b86-d73f5864fe99"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:11:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8df67d50-c8aa-4505-be8a-056e0d921c53","ip_address":"10.55.0.3"}],"id":"a14ab62a-ffb0-4f93-ab0a-77d5cdbd9dc2","security_groups":[],"mac_address":"fa:16:3e:a9:5c:c5","project_id":"7cfb2b7352914850a3a3cf82776a989e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e1290c-081c-4154-8b86-d73f5864fe99","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-77e1290c-081c-4154-8b86-d73f5864fe99"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:11:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8df67d50-c8aa-4505-be8a-056e0d921c53","ip_address":"10.55.0.101"}],"id":"af9bbde7-dc64-4854-936d-2c19ed1ebb81","security_groups":["ba96e711-128c-4b4b-9257-da65bfd8324e"],"mac_address":"fa:16:3e:06:9a:c9","project_id":"7cfb2b7352914850a3a3cf82776a989e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22bport-1","admin_state_up":true,"network_id":"77e1290c-081c-4154-8b86-d73f5864fe99","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:30Z","binding:vnic_type":"normal","device_id":"4e5e4f92-43c6-47da-9bf9-a02642cd10dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:11:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8df67d50-c8aa-4505-be8a-056e0d921c53","ip_address":"10.55.0.4"}],"id":"ea5669da-3da2-4dfc-92a2-a63bb1309060","security_groups":[],"mac_address":"fa:16:3e:5e:ab:eb","project_id":"7cfb2b7352914850a3a3cf82776a989e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e1290c-081c-4154-8b86-d73f5864fe99","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-77e1290c-081c-4154-8b86-d73f5864fe99"}]} 2019-01-20 13:11:46,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=77e1290c-081c-4154-8b86-d73f5864fe99 used request id req-8eaaab83-6388-48f4-8225-d0af6078584f 2019-01-20 13:11:46,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=77e1290c-081c-4154-8b86-d73f5864fe99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:46,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-fd4542e8-3c52-4ac8-814c-c2c7f062fc36 Date: Sun, 20 Jan 2019 13:11: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":["8df67d50-c8aa-4505-be8a-056e0d921c53"],"updated_at":"2019-01-20T13:11:24Z","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7cfb2b7352914850a3a3cf82776a989e","id":"77e1290c-081c-4154-8b86-d73f5864fe99","name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net"}]} 2019-01-20 13:11:46,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=77e1290c-081c-4154-8b86-d73f5864fe99 used request id req-fd4542e8-3c52-4ac8-814c-c2c7f062fc36 2019-01-20 13:11:46,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:46,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-dab21297-40ad-4422-aad7-1fdf403267f5 Date: Sun, 20 Jan 2019 13:11:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e1290c-081c-4154-8b86-d73f5864fe99","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:24Z","dns_nameservers":[],"updated_at":"2019-01-20T13:11: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":"7cfb2b7352914850a3a3cf82776a989e","id":"8df67d50-c8aa-4505-be8a-056e0d921c53","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-subnet"}]} 2019-01-20 13:11:46,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99 used request id req-dab21297-40ad-4422-aad7-1fdf403267f5 2019-01-20 13:11:46,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99&name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:47,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-162b1a15-5c83-4c84-95ea-4ba61829c384 Date: Sun, 20 Jan 2019 13:11:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e1290c-081c-4154-8b86-d73f5864fe99","tenant_id":"7cfb2b7352914850a3a3cf82776a989e","created_at":"2019-01-20T13:11:24Z","dns_nameservers":[],"updated_at":"2019-01-20T13:11: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":"7cfb2b7352914850a3a3cf82776a989e","id":"8df67d50-c8aa-4505-be8a-056e0d921c53","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-subnet"}]} 2019-01-20 13:11:47,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=77e1290c-081c-4154-8b86-d73f5864fe99&name=CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-subnet used request id req-162b1a15-5c83-4c84-95ea-4ba61829c384 2019-01-20 13:11:47,027 - create_instance - INFO - Deleting Port with ID - af9bbde7-dc64-4854-936d-2c19ed1ebb81 2019-01-20 13:11:47,028 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22bport-1 2019-01-20 13:11:47,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/af9bbde7-dc64-4854-936d-2c19ed1ebb81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:47,622 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0abd2740-1017-44af-8746-abc8e8f5a15d Date: Sun, 20 Jan 2019 13:11:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:11:47,622 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/af9bbde7-dc64-4854-936d-2c19ed1ebb81 used request id req-0abd2740-1017-44af-8746-abc8e8f5a15d 2019-01-20 13:11:47,622 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst 2019-01-20 13:11:47,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:47,775 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-9bc75066-df37-4986-a346-cfbd5371b19b x-compute-request-id: req-9bc75066-df37-4986-a346-cfbd5371b19b Content-Type: application/json 2019-01-20 13:11:47,775 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc used request id req-9bc75066-df37-4986-a346-cfbd5371b19b 2019-01-20 13:11:47,776 - create_instance - INFO - Checking deletion status 2019-01-20 13:11:47,779 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:47,882 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-79b84de3-4d20-4f48-922b-5611b2d17876 x-compute-request-id: req-79b84de3-4d20-4f48-922b-5611b2d17876 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.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "rel": "bookmark"}], "image": {"id": "ba110a95-1fcc-4be9-a0ec-7feffc592a90", "links": [{"href": "http://172.30.9.22:8774/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:11:40.000000", "flavor": {"id": "65e74f83-4d56-40d7-8926-37fb3b4073b6", "links": [{"href": "http://172.30.9.22:8774/flavors/65e74f83-4d56-40d7-8926-37fb3b4073b6", "rel": "bookmark"}]}, "id": "4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "user_id": "c15f86c8746d40ddb62466bfffe1f3e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:11:47Z", "hostId": "a63ed1f05b100f4d0923397bc03215d038c8141ce13931deb5852592", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst", "created": "2019-01-20T13:11:33Z", "tenant_id": "7cfb2b7352914850a3a3cf82776a989e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:11:47,882 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc used request id req-79b84de3-4d20-4f48-922b-5611b2d17876 2019-01-20 13:11:47,883 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst] is - ACTIVE 2019-01-20 13:11:47,883 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:11:50,886 - create_instance - DEBUG - VM status query timeout in 296.889825821 2019-01-20 13:11:50,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:51,144 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:11:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2be63a26-6a1c-4268-a79e-6a819a9d1527 x-compute-request-id: req-2be63a26-6a1c-4268-a79e-6a819a9d1527 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.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "rel": "bookmark"}], "image": {"id": "ba110a95-1fcc-4be9-a0ec-7feffc592a90", "links": [{"href": "http://172.30.9.22:8774/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:11:40.000000", "flavor": {"id": "65e74f83-4d56-40d7-8926-37fb3b4073b6", "links": [{"href": "http://172.30.9.22:8774/flavors/65e74f83-4d56-40d7-8926-37fb3b4073b6", "rel": "bookmark"}]}, "id": "4e5e4f92-43c6-47da-9bf9-a02642cd10dc", "user_id": "c15f86c8746d40ddb62466bfffe1f3e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:11:47Z", "hostId": "a63ed1f05b100f4d0923397bc03215d038c8141ce13931deb5852592", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst", "created": "2019-01-20T13:11:33Z", "tenant_id": "7cfb2b7352914850a3a3cf82776a989e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:11:51,144 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc used request id req-2be63a26-6a1c-4268-a79e-6a819a9d1527 2019-01-20 13:11:51,145 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst] is - ACTIVE 2019-01-20 13:11:51,145 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:11:54,148 - create_instance - DEBUG - VM status query timeout in 293.627763987 2019-01-20 13:11:54,151 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2267b698e666b84f8020c0cd64a08f82b7b1e478" 2019-01-20 13:11:54,199 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:11: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-57073648-a538-4444-9a43-f233733e87f9 x-compute-request-id: req-57073648-a538-4444-9a43-f233733e87f9 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 4e5e4f92-43c6-47da-9bf9-a02642cd10dc could not be found.", "code": 404}} 2019-01-20 13:11:54,199 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4e5e4f92-43c6-47da-9bf9-a02642cd10dc used request id req-57073648-a538-4444-9a43-f233733e87f9 2019-01-20 13:11:54,199 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 4e5e4f92-43c6-47da-9bf9-a02642cd10dc could not be found. (HTTP 404) (Request-ID: req-57073648-a538-4444-9a43-f233733e87f9) 2019-01-20 13:11:54,200 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-inst 2019-01-20 13:11:54,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/65e74f83-4d56-40d7-8926-37fb3b4073b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa0bcd586a19582518729d7337535f822b0fa4a" 2019-01-20 13:11:54,267 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:11: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-58aab952-dd56-4703-a06d-64c1348099e0 x-compute-request-id: req-58aab952-dd56-4703-a06d-64c1348099e0 Content-Length: 0 Content-Type: application/json 2019-01-20 13:11:54,267 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/65e74f83-4d56-40d7-8926-37fb3b4073b6 used request id req-58aab952-dd56-4703-a06d-64c1348099e0 2019-01-20 13:11:54,268 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-subnet 2019-01-20 13:11:54,268 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-subnet 2019-01-20 13:11:54,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/8df67d50-c8aa-4505-be8a-056e0d921c53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ffe38ad0dda7c6c9afc0320afe7ce3e96d4afd7" 2019-01-20 13:11:56,731 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-79a83b32-2fa1-45d6-acab-7b8820c86e67 Date: Sun, 20 Jan 2019 13:11:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:11:56,731 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/8df67d50-c8aa-4505-be8a-056e0d921c53 used request id req-79a83b32-2fa1-45d6-acab-7b8820c86e67 2019-01-20 13:11:56,731 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-pub-net 2019-01-20 13:11:56,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/77e1290c-081c-4154-8b86-d73f5864fe99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ffe38ad0dda7c6c9afc0320afe7ce3e96d4afd7" 2019-01-20 13:11:57,843 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-79b2b93f-acc3-4466-87ec-39dd08477971 Date: Sun, 20 Jan 2019 13:11:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:11:57,843 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/77e1290c-081c-4154-8b86-d73f5864fe99 used request id req-79b2b93f-acc3-4466-87ec-39dd08477971 2019-01-20 13:11:57,844 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-61aa6684-7c7e-4bf8-9de0-56737611c22b-image 2019-01-20 13:11:57,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}783ca6390b6f3e33d4bec9b5abab55a05fb90b78" 2019-01-20 13:11:59,852 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3994bf52-87a3-4533-aeaf-3d24d75f4aae Date: Sun, 20 Jan 2019 13:11:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:11:59,852 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/ba110a95-1fcc-4be9-a0ec-7feffc592a90 used request id req-3994bf52-87a3-4533-aeaf-3d24d75f4aae 2019-01-20 13:11:59,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cee3df0a979bf5066c07b59dd87382f7990cab" 2019-01-20 13:12:00,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-41a2344f-dfeb-4739-aa0b-dce657ca39f7 Date: Sun, 20 Jan 2019 13:12:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7cfb2b7352914850a3a3cf82776a989e", "created_at": "2019-01-20T13:11:23Z", "updated_at": "2019-01-20T13:11:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:11:23Z", "revision_number": 0, "id": "77468a07-d880-40b8-aa16-3e3ec2095566", "remote_group_id": "ba96e711-128c-4b4b-9257-da65bfd8324e", "remote_ip_prefix": null, "created_at": "2019-01-20T13:11:23Z", "security_group_id": "ba96e711-128c-4b4b-9257-da65bfd8324e", "tenant_id": "7cfb2b7352914850a3a3cf82776a989e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7cfb2b7352914850a3a3cf82776a989e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:11:23Z", "revision_number": 0, "id": "8da37ab9-1595-485d-bf7a-faf4764dd921", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:11:23Z", "security_group_id": "ba96e711-128c-4b4b-9257-da65bfd8324e", "tenant_id": "7cfb2b7352914850a3a3cf82776a989e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7cfb2b7352914850a3a3cf82776a989e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:11:23Z", "revision_number": 0, "id": "c844594e-aa99-466d-88a6-dcd42c9fb5e7", "remote_group_id": "ba96e711-128c-4b4b-9257-da65bfd8324e", "remote_ip_prefix": null, "created_at": "2019-01-20T13:11:23Z", "security_group_id": "ba96e711-128c-4b4b-9257-da65bfd8324e", "tenant_id": "7cfb2b7352914850a3a3cf82776a989e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7cfb2b7352914850a3a3cf82776a989e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:11:23Z", "revision_number": 0, "id": "cca75acb-9878-4573-bc06-76e764c0c7a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:11:23Z", "security_group_id": "ba96e711-128c-4b4b-9257-da65bfd8324e", "tenant_id": "7cfb2b7352914850a3a3cf82776a989e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7cfb2b7352914850a3a3cf82776a989e"}], "revision_number": 4, "project_id": "7cfb2b7352914850a3a3cf82776a989e", "id": "ba96e711-128c-4b4b-9257-da65bfd8324e", "name": "default"}]} 2019-01-20 13:12:00,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-41a2344f-dfeb-4739-aa0b-dce657ca39f7 2019-01-20 13:12:00,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cee3df0a979bf5066c07b59dd87382f7990cab" 2019-01-20 13:12:00,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-704b5a47-5c6a-4a81-ae4a-0c2c47571635 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:12:00,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-704b5a47-5c6a-4a81-ae4a-0c2c47571635 2019-01-20 13:12:00,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cee3df0a979bf5066c07b59dd87382f7990cab" 2019-01-20 13:12:00,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2d1ef74-c59b-422a-9262-e6f8ff086db3 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:12:00,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-b2d1ef74-c59b-422a-9262-e6f8ff086db3 2019-01-20 13:12:00,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cee3df0a979bf5066c07b59dd87382f7990cab" 2019-01-20 13:12:00,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bb4fed3-20c3-498c-b03f-2a244185198b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:12:00,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-9bb4fed3-20c3-498c-b03f-2a244185198b 2019-01-20 13:12:00,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cee3df0a979bf5066c07b59dd87382f7990cab" 2019-01-20 13:12:00,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15f00a48-df35-4607-a54f-d0139f326ebe Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e"}, "enabled": true, "id": "7cfb2b7352914850a3a3cf82776a989e", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj"}} 2019-01-20 13:12:00,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e used request id req-15f00a48-df35-4607-a54f-d0139f326ebe 2019-01-20 13:12:00,439 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ba96e711-128c-4b4b-9257-da65bfd8324e 2019-01-20 13:12:00,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=ba96e711-128c-4b4b-9257-da65bfd8324e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cee3df0a979bf5066c07b59dd87382f7990cab" 2019-01-20 13:12:00,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-678eced7-69da-40ab-b41d-cd4d0adbdc3d Date: Sun, 20 Jan 2019 13:12:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "ba96e711-128c-4b4b-9257-da65bfd8324e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:11:23Z", "security_group_id": "ba96e711-128c-4b4b-9257-da65bfd8324e", "port_range_min": null, "revision_number": 0, "tenant_id": "7cfb2b7352914850a3a3cf82776a989e", "created_at": "2019-01-20T13:11:23Z", "project_id": "7cfb2b7352914850a3a3cf82776a989e", "id": "77468a07-d880-40b8-aa16-3e3ec2095566"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:11:23Z", "security_group_id": "ba96e711-128c-4b4b-9257-da65bfd8324e", "port_range_min": null, "revision_number": 0, "tenant_id": "7cfb2b7352914850a3a3cf82776a989e", "created_at": "2019-01-20T13:11:23Z", "project_id": "7cfb2b7352914850a3a3cf82776a989e", "id": "8da37ab9-1595-485d-bf7a-faf4764dd921"}, {"remote_group_id": "ba96e711-128c-4b4b-9257-da65bfd8324e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:11:23Z", "security_group_id": "ba96e711-128c-4b4b-9257-da65bfd8324e", "port_range_min": null, "revision_number": 0, "tenant_id": "7cfb2b7352914850a3a3cf82776a989e", "created_at": "2019-01-20T13:11:23Z", "project_id": "7cfb2b7352914850a3a3cf82776a989e", "id": "c844594e-aa99-466d-88a6-dcd42c9fb5e7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:11:23Z", "security_group_id": "ba96e711-128c-4b4b-9257-da65bfd8324e", "port_range_min": null, "revision_number": 0, "tenant_id": "7cfb2b7352914850a3a3cf82776a989e", "created_at": "2019-01-20T13:11:23Z", "project_id": "7cfb2b7352914850a3a3cf82776a989e", "id": "cca75acb-9878-4573-bc06-76e764c0c7a5"}]} 2019-01-20 13:12:00,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=ba96e711-128c-4b4b-9257-da65bfd8324e used request id req-678eced7-69da-40ab-b41d-cd4d0adbdc3d 2019-01-20 13:12:00,605 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:12:00,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/ba96e711-128c-4b4b-9257-da65bfd8324e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cee3df0a979bf5066c07b59dd87382f7990cab" 2019-01-20 13:12:00,918 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-17e2b50e-15fc-4e83-9f70-d5f54b2d7faa Content-Length: 0 Date: Sun, 20 Jan 2019 13:12:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:12:00,918 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/ba96e711-128c-4b4b-9257-da65bfd8324e used request id req-17e2b50e-15fc-4e83-9f70-d5f54b2d7faa 2019-01-20 13:12:00,919 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj 2019-01-20 13:12:00,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cee3df0a979bf5066c07b59dd87382f7990cab" 2019-01-20 13:12:01,141 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:12:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88307290-5aff-4211-8aeb-dea827a33a4f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:12:01,141 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/7cfb2b7352914850a3a3cf82776a989e used request id req-88307290-5aff-4211-8aeb-dea827a33a4f 2019-01-20 13:12:01,142 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-0c2bd172-f436-4b7-proj-role 2019-01-20 13:12:01,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/10f4c7e16a7d4f169a3ac77fe0096ed0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cee3df0a979bf5066c07b59dd87382f7990cab" 2019-01-20 13:12:01,252 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:12:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7987af6-c4b5-430d-bbcb-4a16590a63fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:12:01,252 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/10f4c7e16a7d4f169a3ac77fe0096ed0 used request id req-e7987af6-c4b5-430d-bbcb-4a16590a63fb 2019-01-20 13:12:01,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cee3df0a979bf5066c07b59dd87382f7990cab" 2019-01-20 13:12:01,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c6f6e7e-057d-4611-bac1-90a9f5a411a5 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:12:01,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1c6f6e7e-057d-4611-bac1-90a9f5a411a5 2019-01-20 13:12:01,336 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-0c2bd172-f436-4b7-user 2019-01-20 13:12:01,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/c15f86c8746d40ddb62466bfffe1f3e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dc88c4f44ac38c263a6909af8f86040c488cccf" 2019-01-20 13:12:01,546 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:12:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69750971-72a3-4e61-8037-11dc0bd0ec7d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:12:01,546 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/c15f86c8746d40ddb62466bfffe1f3e0 used request id req-69750971-72a3-4e61-8037-11dc0bd0ec7d 2019-01-20 13:12:01,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:12:01,945 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:12:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["DDig6OqbShCw-5Z0KgBPaw"], "issued_at": "2019-01-20T13:12:01.000000Z"}} 2019-01-20 13:12:01,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c80e2e23d270bcac736d4e5ff1c2c79724a7d030" 2019-01-20 13:12:02,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19aad34e-fb6b-4775-800d-21f8d44ea221 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:12:02,025 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-19aad34e-fb6b-4775-800d-21f8d44ea221 2019-01-20 13:12:02,027 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:12:02,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:12:02,412 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:12:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Pn-AJ6CvRYagZXw6vg8-pg"], "issued_at": "2019-01-20T13:12:02.000000Z"}} 2019-01-20 13:12:02,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1309064b3a836e2c2099edc95fd51a0da7b4972" 2019-01-20 13:12:02,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b4e17f8-7feb-41e0-9841-a7bec767be1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:12:02,496 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3b4e17f8-7feb-41e0-9841-a7bec767be1c 2019-01-20 13:12:02,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:12:02,505 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:12: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:12:02,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1309064b3a836e2c2099edc95fd51a0da7b4972" 2019-01-20 13:12:02,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-660406d5-ee3d-4fc4-81db-408568b7255b Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:12:02,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj used request id req-660406d5-ee3d-4fc4-81db-408568b7255b 2019-01-20 13:12:02,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1309064b3a836e2c2099edc95fd51a0da7b4972" 2019-01-20 13:12:02,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d273892-bde0-40d0-a98c-a27d89be91c2 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:12:02,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-3d273892-bde0-40d0-a98c-a27d89be91c2 2019-01-20 13:12:02,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1309064b3a836e2c2099edc95fd51a0da7b4972" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj"}}' 2019-01-20 13:12:02,823 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:12:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5756634-6644-439f-aec5-5a06dd328ece Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321"}, "enabled": true, "id": "efb8a3b13c6b4f4980324032bf4de321", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj"}} 2019-01-20 13:12:02,823 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-d5756634-6644-439f-aec5-5a06dd328ece 2019-01-20 13:12:02,823 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj 2019-01-20 13:12:02,823 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:12:02,824 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:12:03,211 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:12:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["mJH_NHZ6RTq7IkoPz1Zwqg"], "issued_at": "2019-01-20T13:12:03.000000Z"}} 2019-01-20 13:12:03,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e159660e9edf07621395c2452e1d4456804f5e32" 2019-01-20 13:12:03,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-834e3d0e-022d-4e5d-9e31-2e391ee73b58 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:12:03,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-834e3d0e-022d-4e5d-9e31-2e391ee73b58 2019-01-20 13:12:03,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:12:03,309 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:12: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:12:03,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e159660e9edf07621395c2452e1d4456804f5e32" 2019-01-20 13:12:03,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abace4ec-ace2-4701-b9bc-5b84adb179c4 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:12:03,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-abace4ec-ace2-4701-b9bc-5b84adb179c4 2019-01-20 13:12:03,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e159660e9edf07621395c2452e1d4456804f5e32" 2019-01-20 13:12:03,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da09938b-ea55-40a2-ac05-5226dc73a883 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321"}, "enabled": true, "id": "efb8a3b13c6b4f4980324032bf4de321", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj"}]} 2019-01-20 13:12:03,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj used request id req-da09938b-ea55-40a2-ac05-5226dc73a883 2019-01-20 13:12:03,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e159660e9edf07621395c2452e1d4456804f5e32" 2019-01-20 13:12:03,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c44764f-97db-424a-90b1-174e9b18e825 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:12:03,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-7c44764f-97db-424a-90b1-174e9b18e825 2019-01-20 13:12:04,007 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-user 2019-01-20 13:12:04,007 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:12:04,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1309064b3a836e2c2099edc95fd51a0da7b4972" 2019-01-20 13:12:04,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a5ed77e-2466-4e43-b0e5-0a82215e62d7 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:12:04,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0a5ed77e-2466-4e43-b0e5-0a82215e62d7 2019-01-20 13:12:04,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1309064b3a836e2c2099edc95fd51a0da7b4972" -d '{"role": {"name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj-role"}}' 2019-01-20 13:12:04,318 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:12:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62b1b2d7-1280-4113-85fc-99299181765a Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3ea603b4b2bf4ee199ceedf80b76ab27", "links": {"self": "http://172.30.9.22:5000/v3/roles/3ea603b4b2bf4ee199ceedf80b76ab27"}, "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj-role"}} 2019-01-20 13:12:04,318 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-62b1b2d7-1280-4113-85fc-99299181765a 2019-01-20 13:12:04,319 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj-role 2019-01-20 13:12:04,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/3ea603b4b2bf4ee199ceedf80b76ab27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1309064b3a836e2c2099edc95fd51a0da7b4972" 2019-01-20 13:12:04,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f8980db-1b58-45d0-b20a-9c67e1e22e2c Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/3ea603b4b2bf4ee199ceedf80b76ab27"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj-role", "id": "3ea603b4b2bf4ee199ceedf80b76ab27"}} 2019-01-20 13:12:04,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/3ea603b4b2bf4ee199ceedf80b76ab27 used request id req-5f8980db-1b58-45d0-b20a-9c67e1e22e2c 2019-01-20 13:12:04,410 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj-role to project CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj 2019-01-20 13:12:04,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321/users/3fddd251f0e844248f867cad820be10a/roles/3ea603b4b2bf4ee199ceedf80b76ab27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1309064b3a836e2c2099edc95fd51a0da7b4972" 2019-01-20 13:12:04,615 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:12:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-edd0519b-ac8b-4b24-b440-9cd138e3f751 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:12:04,615 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321/users/3fddd251f0e844248f867cad820be10a/roles/3ea603b4b2bf4ee199ceedf80b76ab27 used request id req-edd0519b-ac8b-4b24-b440-9cd138e3f751 2019-01-20 13:12:04,615 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:12:04,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:12:04,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:12:04,998 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3ea603b4b2bf4ee199ceedf80b76ab27", "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj-role"}], "expires_at": "2019-01-20T14:12:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "efb8a3b13c6b4f4980324032bf4de321", "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/efb8a3b13c6b4f4980324032bf4de321", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/efb8a3b13c6b4f4980324032bf4de321", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/efb8a3b13c6b4f4980324032bf4de321", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/efb8a3b13c6b4f4980324032bf4de321", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/efb8a3b13c6b4f4980324032bf4de321", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/efb8a3b13c6b4f4980324032bf4de321", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-user", "id": "3fddd251f0e844248f867cad820be10a"}, "audit_ids": ["KXJiDjX9QqapZjTN7w2Exw"], "issued_at": "2019-01-20T13:12:04.000000Z"}} 2019-01-20 13:12:04,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}407a3f71f7f9c2ccd92de870bf9eb52cd3c33102" 2019-01-20 13:12:05,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb6680ff-35f4-451f-a60a-68583ab9d770 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:12:05,077 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fb6680ff-35f4-451f-a60a-68583ab9d770 2019-01-20 13:12:05,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}407a3f71f7f9c2ccd92de870bf9eb52cd3c33102" 2019-01-20 13:12:05,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-350622cc-5742-4300-bdfd-7ae0151f7662 Date: Sun, 20 Jan 2019 13:12:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-image"} 2019-01-20 13:12:05,335 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-image used request id req-350622cc-5742-4300-bdfd-7ae0151f7662 2019-01-20 13:12:05,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}407a3f71f7f9c2ccd92de870bf9eb52cd3c33102" 2019-01-20 13:12:05,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b4d59e34-aa49-47fa-83d1-9127b6e8b2b3 Date: Sun, 20 Jan 2019 13:12: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"}}} 2019-01-20 13:12:05,497 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-b4d59e34-aa49-47fa-83d1-9127b6e8b2b3 2019-01-20 13:12:05,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}407a3f71f7f9c2ccd92de870bf9eb52cd3c33102" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-image"}' 2019-01-20 13:12:05,722 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/6d45a397-45a1-479d-9034-1bcad9f501db X-Openstack-Request-Id: req-bb7aa59e-3946-4ebc-9805-3df715d14036 Date: Sun, 20 Jan 2019 13:12:05 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:12:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:12:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/6d45a397-45a1-479d-9034-1bcad9f501db", "min_disk": 0, "protected": false, "id": "6d45a397-45a1-479d-9034-1bcad9f501db", "file": "/v2/images/6d45a397-45a1-479d-9034-1bcad9f501db/file", "checksum": null, "owner": "efb8a3b13c6b4f4980324032bf4de321", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:12:05,722 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-bb7aa59e-3946-4ebc-9805-3df715d14036 2019-01-20 13:12:05,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/6d45a397-45a1-479d-9034-1bcad9f501db/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}407a3f71f7f9c2ccd92de870bf9eb52cd3c33102" -d '' 2019-01-20 13:12:06,748 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6d4aa774-c2d5-4cb3-a6d5-a27068f26868 Date: Sun, 20 Jan 2019 13:12:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:12:06,748 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/6d45a397-45a1-479d-9034-1bcad9f501db/file used request id req-6d4aa774-c2d5-4cb3-a6d5-a27068f26868 2019-01-20 13:12:06,748 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:12:06,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/6d45a397-45a1-479d-9034-1bcad9f501db -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}407a3f71f7f9c2ccd92de870bf9eb52cd3c33102" 2019-01-20 13:12:06,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-fb5bf3f4-15fd-4fa5-b297-31c661e35380 Date: Sun, 20 Jan 2019 13:12:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:12:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:12:06Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6d45a397-45a1-479d-9034-1bcad9f501db/snap", "metadata": {}}], "self": "/v2/images/6d45a397-45a1-479d-9034-1bcad9f501db", "min_disk": 0, "protected": false, "id": "6d45a397-45a1-479d-9034-1bcad9f501db", "file": "/v2/images/6d45a397-45a1-479d-9034-1bcad9f501db/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "efb8a3b13c6b4f4980324032bf4de321", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6d45a397-45a1-479d-9034-1bcad9f501db/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:12:06,907 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/6d45a397-45a1-479d-9034-1bcad9f501db used request id req-fb5bf3f4-15fd-4fa5-b297-31c661e35380 2019-01-20 13:12:06,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}407a3f71f7f9c2ccd92de870bf9eb52cd3c33102" 2019-01-20 13:12:07,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c8cecdd9-b78c-44f6-91ee-e44b91fbb9f0 Date: Sun, 20 Jan 2019 13:12: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"}}} 2019-01-20 13:12:07,072 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-c8cecdd9-b78c-44f6-91ee-e44b91fbb9f0 2019-01-20 13:12:07,075 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-image 2019-01-20 13:12:07,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/6d45a397-45a1-479d-9034-1bcad9f501db -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}407a3f71f7f9c2ccd92de870bf9eb52cd3c33102" 2019-01-20 13:12:07,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-b0e990e4-16c9-4c69-ad35-9de6765a60fc Date: Sun, 20 Jan 2019 13:12:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:12:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:12:06Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6d45a397-45a1-479d-9034-1bcad9f501db/snap", "metadata": {}}], "self": "/v2/images/6d45a397-45a1-479d-9034-1bcad9f501db", "min_disk": 0, "protected": false, "id": "6d45a397-45a1-479d-9034-1bcad9f501db", "file": "/v2/images/6d45a397-45a1-479d-9034-1bcad9f501db/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "efb8a3b13c6b4f4980324032bf4de321", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6d45a397-45a1-479d-9034-1bcad9f501db/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:12:07,231 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/6d45a397-45a1-479d-9034-1bcad9f501db used request id req-b0e990e4-16c9-4c69-ad35-9de6765a60fc 2019-01-20 13:12:07,232 - create_image - DEBUG - Instance status is - active 2019-01-20 13:12:07,232 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-image 2019-01-20 13:12:07,232 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-image 2019-01-20 13:12:07,232 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:12:07,233 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:12:07,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3ea603b4b2bf4ee199ceedf80b76ab27", "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj-role"}], "expires_at": "2019-01-20T14:12:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "efb8a3b13c6b4f4980324032bf4de321", "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/efb8a3b13c6b4f4980324032bf4de321", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/efb8a3b13c6b4f4980324032bf4de321", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/efb8a3b13c6b4f4980324032bf4de321", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/efb8a3b13c6b4f4980324032bf4de321", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/efb8a3b13c6b4f4980324032bf4de321", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/efb8a3b13c6b4f4980324032bf4de321", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-user", "id": "3fddd251f0e844248f867cad820be10a"}, "audit_ids": ["L_DLCkdORuO0PXCL3p2PMw"], "issued_at": "2019-01-20T13:12:07.000000Z"}} 2019-01-20 13:12:07,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2891850742f022127ea1830aa6b3a0b430774b0" 2019-01-20 13:12:07,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27c89d44-bf57-455a-9397-ac88c93714c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:12:07,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-27c89d44-bf57-455a-9397-ac88c93714c6 2019-01-20 13:12:07,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2891850742f022127ea1830aa6b3a0b430774b0" 2019-01-20 13:12:07,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b0454039-876b-4c7e-a33b-939b94387141 Date: Sun, 20 Jan 2019 13:12:07 GMT RESP BODY: {"networks":[]} 2019-01-20 13:12:07,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net used request id req-b0454039-876b-4c7e-a33b-939b94387141 2019-01-20 13:12:07,866 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net 2019-01-20 13:12:07,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2891850742f022127ea1830aa6b3a0b430774b0" -d '{"network": {"name": "CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net", "admin_state_up": true}}' 2019-01-20 13:12:08,388 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-1b8113d6-c78d-46b0-8f74-3c2a601e9c17 Date: Sun, 20 Jan 2019 13:12:08 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"85fb3887-14eb-4550-a0e7-bd325027a76f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"efb8a3b13c6b4f4980324032bf4de321","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:12:08Z","is_default":false,"name":"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:08Z","mtu":1450}} 2019-01-20 13:12:08,388 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-1b8113d6-c78d-46b0-8f74-3c2a601e9c17 2019-01-20 13:12:08,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=85fb3887-14eb-4550-a0e7-bd325027a76f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2891850742f022127ea1830aa6b3a0b430774b0" 2019-01-20 13:12:08,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-0cae3edb-42fc-4e72-9af1-9b55dcb661ce Date: Sun, 20 Jan 2019 13:12:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T13:12:08Z","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"efb8a3b13c6b4f4980324032bf4de321","id":"85fb3887-14eb-4550-a0e7-bd325027a76f","name":"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net"}]} 2019-01-20 13:12:08,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=85fb3887-14eb-4550-a0e7-bd325027a76f used request id req-0cae3edb-42fc-4e72-9af1-9b55dcb661ce 2019-01-20 13:12:08,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2891850742f022127ea1830aa6b3a0b430774b0" 2019-01-20 13:12:08,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-04454b66-2e58-4aa4-aefb-75d3b1a38ab0 Date: Sun, 20 Jan 2019 13:12:08 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:12:08,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f used request id req-04454b66-2e58-4aa4-aefb-75d3b1a38ab0 2019-01-20 13:12:08,812 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-subnet 2019-01-20 13:12:08,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2891850742f022127ea1830aa6b3a0b430774b0" -d '{"subnets": [{"ip_version": 4, "network_id": "85fb3887-14eb-4550-a0e7-bd325027a76f", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-subnet"}]}' 2019-01-20 13:12:09,784 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-758310b5-cba9-4de0-98b6-396ca706a4a1 Date: Sun, 20 Jan 2019 13:12:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85fb3887-14eb-4550-a0e7-bd325027a76f","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:12: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":"efb8a3b13c6b4f4980324032bf4de321","id":"0c046e19-1688-4a66-95dd-166fb85b332c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-subnet"}]} 2019-01-20 13:12:09,784 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-758310b5-cba9-4de0-98b6-396ca706a4a1 2019-01-20 13:12:09,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=85fb3887-14eb-4550-a0e7-bd325027a76f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2891850742f022127ea1830aa6b3a0b430774b0" 2019-01-20 13:12:10,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7094bdfd-6b13-45fe-83a5-5d9ba0150ade Date: Sun, 20 Jan 2019 13:12: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":["0c046e19-1688-4a66-95dd-166fb85b332c"],"updated_at":"2019-01-20T13:12:09Z","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"efb8a3b13c6b4f4980324032bf4de321","id":"85fb3887-14eb-4550-a0e7-bd325027a76f","name":"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net"}]} 2019-01-20 13:12:10,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=85fb3887-14eb-4550-a0e7-bd325027a76f used request id req-7094bdfd-6b13-45fe-83a5-5d9ba0150ade 2019-01-20 13:12:10,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2891850742f022127ea1830aa6b3a0b430774b0" 2019-01-20 13:12:10,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cbb1c864-12a4-4c0e-8755-c4853cfef6ae Date: Sun, 20 Jan 2019 13:12:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85fb3887-14eb-4550-a0e7-bd325027a76f","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:12: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":"efb8a3b13c6b4f4980324032bf4de321","id":"0c046e19-1688-4a66-95dd-166fb85b332c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-subnet"}]} 2019-01-20 13:12:10,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f used request id req-cbb1c864-12a4-4c0e-8755-c4853cfef6ae 2019-01-20 13:12:10,249 - OpenStackNetwork - DEBUG - Network [85fb3887-14eb-4550-a0e7-bd325027a76f] created successfully 2019-01-20 13:12:10,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:12:10,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:12:10,662 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:12:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["OYfnwG-ARSKBAMnsO0pWGA"], "issued_at": "2019-01-20T13:12:10.000000Z"}} 2019-01-20 13:12:10,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44406ad2e64c1d33c03ae3c289df8924b1e15442" 2019-01-20 13:12:10,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-619b64aa-fdc2-439f-af0d-ab00c6ee9189 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:12:10,753 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-619b64aa-fdc2-439f-af0d-ab00c6ee9189 2019-01-20 13:12:10,754 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:12:10,759 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44406ad2e64c1d33c03ae3c289df8924b1e15442" 2019-01-20 13:12:10,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-16d7b515-aabd-40aa-9685-5e0984375a11 x-compute-request-id: req-16d7b515-aabd-40aa-9685-5e0984375a11 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:12:10,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-16d7b515-aabd-40aa-9685-5e0984375a11 2019-01-20 13:12:10,940 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44406ad2e64c1d33c03ae3c289df8924b1e15442" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:12:11,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-013c7379-f305-4ae1-9a5a-deef67772e96 x-compute-request-id: req-013c7379-f305-4ae1-9a5a-deef67772e96 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/cbb15bc0-fb68-46af-9322-d614accc0a69", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/cbb15bc0-fb68-46af-9322-d614accc0a69", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "cbb15bc0-fb68-46af-9322-d614accc0a69", "name": "CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:12:11,016 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-013c7379-f305-4ae1-9a5a-deef67772e96 2019-01-20 13:12:11,016 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:12:11,017 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:12:11,387 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3ea603b4b2bf4ee199ceedf80b76ab27", "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj-role"}], "expires_at": "2019-01-20T14:12:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "efb8a3b13c6b4f4980324032bf4de321", "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/efb8a3b13c6b4f4980324032bf4de321", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/efb8a3b13c6b4f4980324032bf4de321", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/efb8a3b13c6b4f4980324032bf4de321", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/efb8a3b13c6b4f4980324032bf4de321", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/efb8a3b13c6b4f4980324032bf4de321", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/efb8a3b13c6b4f4980324032bf4de321", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-user", "id": "3fddd251f0e844248f867cad820be10a"}, "audit_ids": ["wnnpUg8HQ9KEpqzLw9gVRA"], "issued_at": "2019-01-20T13:12:11.000000Z"}} 2019-01-20 13:12:11,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:11,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2b3efb1-3dbb-40aa-9796-8b42090579e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:12:11,463 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b2b3efb1-3dbb-40aa-9796-8b42090579e0 2019-01-20 13:12:11,465 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:12:11,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:11,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-785c47d9-6e08-4fd3-a36f-f7634709d98a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:12:11,542 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-785c47d9-6e08-4fd3-a36f-f7634709d98a 2019-01-20 13:12:11,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:11,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-17a9c9aa-fe1d-41e9-b329-4fe74623beb1 Date: Sun, 20 Jan 2019 13:12: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":["0c046e19-1688-4a66-95dd-166fb85b332c"],"updated_at":"2019-01-20T13:12:09Z","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"efb8a3b13c6b4f4980324032bf4de321","id":"85fb3887-14eb-4550-a0e7-bd325027a76f","name":"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net"}]} 2019-01-20 13:12:11,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net used request id req-17a9c9aa-fe1d-41e9-b329-4fe74623beb1 2019-01-20 13:12:11,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:12:11,828 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:12: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:12:11,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:11,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e7f7dae-3a0a-45e1-be26-6f25a40c6ae0 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321"}, "enabled": true, "id": "efb8a3b13c6b4f4980324032bf4de321", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj"}} 2019-01-20 13:12:11,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321 used request id req-8e7f7dae-3a0a-45e1-be26-6f25a40c6ae0 2019-01-20 13:12:11,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:12,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b26a12b1-656a-40cf-941b-982e2e7f89c9 Date: Sun, 20 Jan 2019 13:12:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85fb3887-14eb-4550-a0e7-bd325027a76f","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:12: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":"efb8a3b13c6b4f4980324032bf4de321","id":"0c046e19-1688-4a66-95dd-166fb85b332c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-subnet"}]} 2019-01-20 13:12:12,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f used request id req-b26a12b1-656a-40cf-941b-982e2e7f89c9 2019-01-20 13:12:12,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:12,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-54cea5d8-16d9-481f-9b45-d62cc68a6fd5 Date: Sun, 20 Jan 2019 13:12:12 GMT RESP BODY: {"ports":[]} 2019-01-20 13:12:12,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009bport-1&admin_state_up=True used request id req-54cea5d8-16d9-481f-9b45-d62cc68a6fd5 2019-01-20 13:12:12,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:12,508 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e59f0e4-c15b-4a1d-b276-7e01434bd2cd x-compute-request-id: req-5e59f0e4-c15b-4a1d-b276-7e01434bd2cd Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:12:12,508 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-inst used request id req-5e59f0e4-c15b-4a1d-b276-7e01434bd2cd 2019-01-20 13:12:12,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:12,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8b7de795-336f-4fb3-9bd6-f3cbc5e44d57 Date: Sun, 20 Jan 2019 13:12: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":["0c046e19-1688-4a66-95dd-166fb85b332c"],"updated_at":"2019-01-20T13:12:09Z","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"efb8a3b13c6b4f4980324032bf4de321","id":"85fb3887-14eb-4550-a0e7-bd325027a76f","name":"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net"}]} 2019-01-20 13:12:12,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net used request id req-8b7de795-336f-4fb3-9bd6-f3cbc5e44d57 2019-01-20 13:12:12,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:12,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ed8a515-f2d8-48df-ae47-5a3f26e4b4de Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321"}, "enabled": true, "id": "efb8a3b13c6b4f4980324032bf4de321", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj"}} 2019-01-20 13:12:12,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321 used request id req-8ed8a515-f2d8-48df-ae47-5a3f26e4b4de 2019-01-20 13:12:12,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:13,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bd01460b-48f1-4090-9cde-d469ace071f5 Date: Sun, 20 Jan 2019 13:12:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85fb3887-14eb-4550-a0e7-bd325027a76f","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:12: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":"efb8a3b13c6b4f4980324032bf4de321","id":"0c046e19-1688-4a66-95dd-166fb85b332c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-subnet"}]} 2019-01-20 13:12:13,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f used request id req-bd01460b-48f1-4090-9cde-d469ace071f5 2019-01-20 13:12:13,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:13,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-875f5eba-2c00-4428-ac64-7f55b9e679af Date: Sun, 20 Jan 2019 13:12:13 GMT RESP BODY: {"ports":[]} 2019-01-20 13:12:13,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009bport-1&admin_state_up=True used request id req-875f5eba-2c00-4428-ac64-7f55b9e679af 2019-01-20 13:12:13,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:12:13,259 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:12:13,631 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3ea603b4b2bf4ee199ceedf80b76ab27", "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj-role"}], "expires_at": "2019-01-20T14:12:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "efb8a3b13c6b4f4980324032bf4de321", "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/efb8a3b13c6b4f4980324032bf4de321", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/efb8a3b13c6b4f4980324032bf4de321", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/efb8a3b13c6b4f4980324032bf4de321", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/efb8a3b13c6b4f4980324032bf4de321", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/efb8a3b13c6b4f4980324032bf4de321", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/efb8a3b13c6b4f4980324032bf4de321", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/efb8a3b13c6b4f4980324032bf4de321", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-user", "id": "3fddd251f0e844248f867cad820be10a"}, "audit_ids": ["U3DFeMvuTVWgd-cQAuRDew"], "issued_at": "2019-01-20T13:12:13.000000Z"}} 2019-01-20 13:12:13,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef01665087953cc8c844166a50c77ca0385487f" 2019-01-20 13:12:13,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d2bf7ab-1110-42fc-a5e9-451691495bb9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:12:13,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6d2bf7ab-1110-42fc-a5e9-451691495bb9 2019-01-20 13:12:13,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:13,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-86f39a3b-3b07-4730-8c63-fb2837f1b5c0 Date: Sun, 20 Jan 2019 13:12: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":["0c046e19-1688-4a66-95dd-166fb85b332c"],"updated_at":"2019-01-20T13:12:09Z","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"efb8a3b13c6b4f4980324032bf4de321","id":"85fb3887-14eb-4550-a0e7-bd325027a76f","name":"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net"}]} 2019-01-20 13:12:13,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net used request id req-86f39a3b-3b07-4730-8c63-fb2837f1b5c0 2019-01-20 13:12:13,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:14,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f43861c0-8141-4941-862f-c48bb4c717c2 Date: Sun, 20 Jan 2019 13:12:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85fb3887-14eb-4550-a0e7-bd325027a76f","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:12: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":"efb8a3b13c6b4f4980324032bf4de321","id":"0c046e19-1688-4a66-95dd-166fb85b332c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-subnet"}]} 2019-01-20 13:12:14,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f used request id req-f43861c0-8141-4941-862f-c48bb4c717c2 2019-01-20 13:12:14,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:14,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-2babc77b-edf9-43b7-a74b-2f5cc4c6f851 Date: Sun, 20 Jan 2019 13:12: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":["0c046e19-1688-4a66-95dd-166fb85b332c"],"updated_at":"2019-01-20T13:12:09Z","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"efb8a3b13c6b4f4980324032bf4de321","id":"85fb3887-14eb-4550-a0e7-bd325027a76f","name":"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net"}]} 2019-01-20 13:12:14,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net used request id req-2babc77b-edf9-43b7-a74b-2f5cc4c6f851 2019-01-20 13:12:14,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:12:14,294 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:12: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:12:14,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bef01665087953cc8c844166a50c77ca0385487f" 2019-01-20 13:12:14,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c2439df-3876-4d72-91a3-1951d6bde979 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321"}, "enabled": true, "id": "efb8a3b13c6b4f4980324032bf4de321", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj"}} 2019-01-20 13:12:14,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321 used request id req-6c2439df-3876-4d72-91a3-1951d6bde979 2019-01-20 13:12:14,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:14,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e5cc5356-ef6f-4ad9-971f-22cc8c3b0832 Date: Sun, 20 Jan 2019 13:12:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85fb3887-14eb-4550-a0e7-bd325027a76f","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:12: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":"efb8a3b13c6b4f4980324032bf4de321","id":"0c046e19-1688-4a66-95dd-166fb85b332c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-subnet"}]} 2019-01-20 13:12:14,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f used request id req-e5cc5356-ef6f-4ad9-971f-22cc8c3b0832 2019-01-20 13:12:14,570 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net 2019-01-20 13:12:14,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" -d '{"port": {"network_id": "85fb3887-14eb-4550-a0e7-bd325027a76f", "mac_address": "0a:1b:2c:3d:4e:5f", "name": "CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009bport-1", "admin_state_up": true}}' 2019-01-20 13:12:15,574 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-4a37d927-3941-4c15-9b3f-2bb8d53c3daa Date: Sun, 20 Jan 2019 13:12:15 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:12:15Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0c046e19-1688-4a66-95dd-166fb85b332c","ip_address":"10.55.0.6"}],"id":"dd758848-f070-4690-867c-bfb4e4bf51ff","security_groups":["d719fca3-cf63-4c03-9b89-51db8807d65b"],"mac_address":"0a:1b:2c:3d:4e:5f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009bport-1","project_id":"efb8a3b13c6b4f4980324032bf4de321","qos_policy_id":null,"admin_state_up":true,"network_id":"85fb3887-14eb-4550-a0e7-bd325027a76f","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:15Z","binding:vnic_type":"normal"}} 2019-01-20 13:12:15,574 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-4a37d927-3941-4c15-9b3f-2bb8d53c3daa 2019-01-20 13:12:15,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:15,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-c3d7a7f8-f773-4979-bfd8-22fd173a4f63 Date: Sun, 20 Jan 2019 13:12:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0c046e19-1688-4a66-95dd-166fb85b332c"],"updated_at":"2019-01-20T13:12:09Z","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"efb8a3b13c6b4f4980324032bf4de321","id":"85fb3887-14eb-4550-a0e7-bd325027a76f","name":"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net"}]} 2019-01-20 13:12:15,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net used request id req-c3d7a7f8-f773-4979-bfd8-22fd173a4f63 2019-01-20 13:12:15,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:15,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2b0f348-a44a-4fb7-98b0-1db09d887f90 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321"}, "enabled": true, "id": "efb8a3b13c6b4f4980324032bf4de321", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj"}} 2019-01-20 13:12:15,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321 used request id req-a2b0f348-a44a-4fb7-98b0-1db09d887f90 2019-01-20 13:12:15,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:16,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e30b7cda-26af-489c-a39a-5789087669ef Date: Sun, 20 Jan 2019 13:12:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85fb3887-14eb-4550-a0e7-bd325027a76f","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:12: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":"efb8a3b13c6b4f4980324032bf4de321","id":"0c046e19-1688-4a66-95dd-166fb85b332c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-subnet"}]} 2019-01-20 13:12:16,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f used request id req-e30b7cda-26af-489c-a39a-5789087669ef 2019-01-20 13:12:16,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:16,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 794 X-Openstack-Request-Id: req-13f0b8d6-f141-4f51-9dd2-1e8fd47b37c2 Date: Sun, 20 Jan 2019 13:12:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:12:15Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0c046e19-1688-4a66-95dd-166fb85b332c","ip_address":"10.55.0.6"}],"id":"dd758848-f070-4690-867c-bfb4e4bf51ff","security_groups":["d719fca3-cf63-4c03-9b89-51db8807d65b"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"efb8a3b13c6b4f4980324032bf4de321","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009bport-1","admin_state_up":true,"network_id":"85fb3887-14eb-4550-a0e7-bd325027a76f","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:15Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:12:16,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009bport-1&admin_state_up=True used request id req-13f0b8d6-f141-4f51-9dd2-1e8fd47b37c2 2019-01-20 13:12:16,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:16,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e102118e-bfe3-4030-8a09-6e9ff10295f7 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321"}, "enabled": true, "id": "efb8a3b13c6b4f4980324032bf4de321", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj"}} 2019-01-20 13:12:16,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321 used request id req-e102118e-bfe3-4030-8a09-6e9ff10295f7 2019-01-20 13:12:16,275 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-inst 2019-01-20 13:12:16,279 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:16,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41f66b29-37b8-47cc-b783-12c25dc686fd x-compute-request-id: req-41f66b29-37b8-47cc-b783-12c25dc686fd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "cbb15bc0-fb68-46af-9322-d614accc0a69", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/cbb15bc0-fb68-46af-9322-d614accc0a69", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/cbb15bc0-fb68-46af-9322-d614accc0a69", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-flavor-name"}]} 2019-01-20 13:12:16,313 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-41f66b29-37b8-47cc-b783-12c25dc686fd 2019-01-20 13:12:16,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/cbb15bc0-fb68-46af-9322-d614accc0a69 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:16,336 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f4b0cfb-1070-4909-8be4-8ae6ea0bf746 x-compute-request-id: req-4f4b0cfb-1070-4909-8be4-8ae6ea0bf746 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/cbb15bc0-fb68-46af-9322-d614accc0a69", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/cbb15bc0-fb68-46af-9322-d614accc0a69", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "cbb15bc0-fb68-46af-9322-d614accc0a69", "name": "CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:12:16,336 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/cbb15bc0-fb68-46af-9322-d614accc0a69 used request id req-4f4b0cfb-1070-4909-8be4-8ae6ea0bf746 2019-01-20 13:12:16,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:16,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-0bad4b34-0378-4e2a-8e10-426db21f47f8 Date: Sun, 20 Jan 2019 13:12:16 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:12:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:12:06Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6d45a397-45a1-479d-9034-1bcad9f501db/snap", "metadata": {}}], "self": "/v2/images/6d45a397-45a1-479d-9034-1bcad9f501db", "min_disk": 0, "protected": false, "id": "6d45a397-45a1-479d-9034-1bcad9f501db", "file": "/v2/images/6d45a397-45a1-479d-9034-1bcad9f501db/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "efb8a3b13c6b4f4980324032bf4de321", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/6d45a397-45a1-479d-9034-1bcad9f501db/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-image"} 2019-01-20 13:12:16,521 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-image used request id req-0bad4b34-0378-4e2a-8e10-426db21f47f8 2019-01-20 13:12:16,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:16,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a2e9c9e8-a7e8-4210-82ec-1ffd71b3d4b6 Date: Sun, 20 Jan 2019 13:12: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"}}} 2019-01-20 13:12:16,665 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-a2e9c9e8-a7e8-4210-82ec-1ffd71b3d4b6 2019-01-20 13:12:16,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" -d '{"server": {"name": "CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-inst", "imageRef": "6d45a397-45a1-479d-9034-1bcad9f501db", "flavorRef": "cbb15bc0-fb68-46af-9322-d614accc0a69", "max_count": 1, "min_count": 1, "networks": [{"port": "dd758848-f070-4690-867c-bfb4e4bf51ff"}]}}' 2019-01-20 13:12:18,278 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:12:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-91401454-346d-4db5-a382-4423964a856b x-compute-request-id: req-91401454-346d-4db5-a382-4423964a856b Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "49ea81d8-af68-4aec-9691-d2394dfe2c33", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33", "rel": "bookmark"}], "adminPass": "4HPQiYwqaK7a"}} 2019-01-20 13:12:18,278 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-91401454-346d-4db5-a382-4423964a856b 2019-01-20 13:12:18,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:18,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0215b602-d89f-4947-af3a-c4b79c8334de x-compute-request-id: req-0215b602-d89f-4947-af3a-c4b79c8334de 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.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33", "rel": "bookmark"}], "image": {"id": "6d45a397-45a1-479d-9034-1bcad9f501db", "links": [{"href": "http://172.30.9.22:8774/images/6d45a397-45a1-479d-9034-1bcad9f501db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cbb15bc0-fb68-46af-9322-d614accc0a69", "links": [{"href": "http://172.30.9.22:8774/flavors/cbb15bc0-fb68-46af-9322-d614accc0a69", "rel": "bookmark"}]}, "id": "49ea81d8-af68-4aec-9691-d2394dfe2c33", "user_id": "3fddd251f0e844248f867cad820be10a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:12:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-inst", "created": "2019-01-20T13:12:18Z", "tenant_id": "efb8a3b13c6b4f4980324032bf4de321", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:12:18,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33 used request id req-0215b602-d89f-4947-af3a-c4b79c8334de 2019-01-20 13:12:18,643 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-inst 2019-01-20 13:12:18,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:18,856 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-048ae327-354a-46f9-a9ea-790c0927920f x-compute-request-id: req-048ae327-354a-46f9-a9ea-790c0927920f 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.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33", "rel": "bookmark"}], "image": {"id": "6d45a397-45a1-479d-9034-1bcad9f501db", "links": [{"href": "http://172.30.9.22:8774/images/6d45a397-45a1-479d-9034-1bcad9f501db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cbb15bc0-fb68-46af-9322-d614accc0a69", "links": [{"href": "http://172.30.9.22:8774/flavors/cbb15bc0-fb68-46af-9322-d614accc0a69", "rel": "bookmark"}]}, "id": "49ea81d8-af68-4aec-9691-d2394dfe2c33", "user_id": "3fddd251f0e844248f867cad820be10a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:12:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-inst", "created": "2019-01-20T13:12:18Z", "tenant_id": "efb8a3b13c6b4f4980324032bf4de321", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:12:18,856 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33 used request id req-048ae327-354a-46f9-a9ea-790c0927920f 2019-01-20 13:12:18,856 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-inst] is - BUILD 2019-01-20 13:12:18,856 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:12:21,860 - create_instance - DEBUG - VM status query timeout in 896.783401012 2019-01-20 13:12:21,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:22,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60968fb8-a4b6-48c0-b3e1-fec037229767 x-compute-request-id: req-60968fb8-a4b6-48c0-b3e1-fec037229767 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.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33", "rel": "bookmark"}], "image": {"id": "6d45a397-45a1-479d-9034-1bcad9f501db", "links": [{"href": "http://172.30.9.22:8774/images/6d45a397-45a1-479d-9034-1bcad9f501db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cbb15bc0-fb68-46af-9322-d614accc0a69", "links": [{"href": "http://172.30.9.22:8774/flavors/cbb15bc0-fb68-46af-9322-d614accc0a69", "rel": "bookmark"}]}, "id": "49ea81d8-af68-4aec-9691-d2394dfe2c33", "security_groups": [{"name": "default"}], "user_id": "3fddd251f0e844248f867cad820be10a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:12:19Z", "hostId": "18474ba863390b64d84e5ef33b14b9fbcc39b98c4b97c4ffb814e396", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-inst", "created": "2019-01-20T13:12:18Z", "tenant_id": "efb8a3b13c6b4f4980324032bf4de321", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:12:22,785 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33 used request id req-60968fb8-a4b6-48c0-b3e1-fec037229767 2019-01-20 13:12:22,785 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-inst] is - BUILD 2019-01-20 13:12:22,785 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:12:25,789 - create_instance - DEBUG - VM status query timeout in 892.854382038 2019-01-20 13:12:25,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:26,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c81e996-f552-414e-a650-33538bcb63c4 x-compute-request-id: req-8c81e996-f552-414e-a650-33538bcb63c4 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33", "rel": "bookmark"}], "image": {"id": "6d45a397-45a1-479d-9034-1bcad9f501db", "links": [{"href": "http://172.30.9.22:8774/images/6d45a397-45a1-479d-9034-1bcad9f501db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:12:24.000000", "flavor": {"id": "cbb15bc0-fb68-46af-9322-d614accc0a69", "links": [{"href": "http://172.30.9.22:8774/flavors/cbb15bc0-fb68-46af-9322-d614accc0a69", "rel": "bookmark"}]}, "id": "49ea81d8-af68-4aec-9691-d2394dfe2c33", "security_groups": [{"name": "default"}], "user_id": "3fddd251f0e844248f867cad820be10a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:12:25Z", "hostId": "18474ba863390b64d84e5ef33b14b9fbcc39b98c4b97c4ffb814e396", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-inst", "created": "2019-01-20T13:12:18Z", "tenant_id": "efb8a3b13c6b4f4980324032bf4de321", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:12:26,488 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33 used request id req-8c81e996-f552-414e-a650-33538bcb63c4 2019-01-20 13:12:26,488 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-inst] is - ACTIVE 2019-01-20 13:12:26,488 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:12:26,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:27,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7b830b1-c683-48e3-8291-9474ee157107 x-compute-request-id: req-c7b830b1-c683-48e3-8291-9474ee157107 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33", "rel": "bookmark"}], "image": {"id": "6d45a397-45a1-479d-9034-1bcad9f501db", "links": [{"href": "http://172.30.9.22:8774/images/6d45a397-45a1-479d-9034-1bcad9f501db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:12:24.000000", "flavor": {"id": "cbb15bc0-fb68-46af-9322-d614accc0a69", "links": [{"href": "http://172.30.9.22:8774/flavors/cbb15bc0-fb68-46af-9322-d614accc0a69", "rel": "bookmark"}]}, "id": "49ea81d8-af68-4aec-9691-d2394dfe2c33", "security_groups": [{"name": "default"}], "user_id": "3fddd251f0e844248f867cad820be10a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:12:25Z", "hostId": "18474ba863390b64d84e5ef33b14b9fbcc39b98c4b97c4ffb814e396", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-inst", "created": "2019-01-20T13:12:18Z", "tenant_id": "efb8a3b13c6b4f4980324032bf4de321", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:12:27,257 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33 used request id req-c7b830b1-c683-48e3-8291-9474ee157107 2019-01-20 13:12:27,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:27,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-63e75781-5640-43a8-b0bf-1a636740db69 Date: Sun, 20 Jan 2019 13: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":["0c046e19-1688-4a66-95dd-166fb85b332c"],"updated_at":"2019-01-20T13:12:09Z","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"efb8a3b13c6b4f4980324032bf4de321","id":"85fb3887-14eb-4550-a0e7-bd325027a76f","name":"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net"}]} 2019-01-20 13:12:27,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net used request id req-63e75781-5640-43a8-b0bf-1a636740db69 2019-01-20 13:12:27,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:27,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-843c1853-d03d-411f-903f-d86f2439db3d Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321"}, "enabled": true, "id": "efb8a3b13c6b4f4980324032bf4de321", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj"}} 2019-01-20 13:12:27,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321 used request id req-843c1853-d03d-411f-903f-d86f2439db3d 2019-01-20 13:12:27,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:27,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d469a89d-2995-48ef-9c28-f6a0446a21b9 Date: Sun, 20 Jan 2019 13:12:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85fb3887-14eb-4550-a0e7-bd325027a76f","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:12: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":"efb8a3b13c6b4f4980324032bf4de321","id":"0c046e19-1688-4a66-95dd-166fb85b332c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-subnet"}]} 2019-01-20 13:12:27,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f used request id req-d469a89d-2995-48ef-9c28-f6a0446a21b9 2019-01-20 13:12:27,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:27,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3121 X-Openstack-Request-Id: req-21d32cce-08a9-4341-b84c-6b193f695c4c Date: Sun, 20 Jan 2019 13:12:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:12:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0c046e19-1688-4a66-95dd-166fb85b332c","ip_address":"10.55.0.2"}],"id":"01df4bc0-e99d-4cf0-a7e4-88c2e83ca3b3","security_groups":[],"mac_address":"fa:16:3e:bd:e9:74","project_id":"efb8a3b13c6b4f4980324032bf4de321","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"85fb3887-14eb-4550-a0e7-bd325027a76f","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:09Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-85fb3887-14eb-4550-a0e7-bd325027a76f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:12:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0c046e19-1688-4a66-95dd-166fb85b332c","ip_address":"10.55.0.6"}],"id":"dd758848-f070-4690-867c-bfb4e4bf51ff","security_groups":["d719fca3-cf63-4c03-9b89-51db8807d65b"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"efb8a3b13c6b4f4980324032bf4de321","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009bport-1","admin_state_up":true,"network_id":"85fb3887-14eb-4550-a0e7-bd325027a76f","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:15Z","binding:vnic_type":"normal","device_id":"49ea81d8-af68-4aec-9691-d2394dfe2c33"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:12:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0c046e19-1688-4a66-95dd-166fb85b332c","ip_address":"10.55.0.3"}],"id":"e6afac9c-5335-46e3-beb1-6dd51de9fa23","security_groups":[],"mac_address":"fa:16:3e:d2:d5:a5","project_id":"efb8a3b13c6b4f4980324032bf4de321","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"85fb3887-14eb-4550-a0e7-bd325027a76f","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-85fb3887-14eb-4550-a0e7-bd325027a76f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:12:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0c046e19-1688-4a66-95dd-166fb85b332c","ip_address":"10.55.0.4"}],"id":"ee2e27bc-da0d-47f5-9a3a-3d355425914b","security_groups":[],"mac_address":"fa:16:3e:14:e2:ba","project_id":"efb8a3b13c6b4f4980324032bf4de321","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"85fb3887-14eb-4550-a0e7-bd325027a76f","tenant_id":"efb8a3b13c6b4f4980324032bf4de321","created_at":"2019-01-20T13:12:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-85fb3887-14eb-4550-a0e7-bd325027a76f"}]} 2019-01-20 13:12:27,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=85fb3887-14eb-4550-a0e7-bd325027a76f used request id req-21d32cce-08a9-4341-b84c-6b193f695c4c 2019-01-20 13:12:27,725 - create_instance - INFO - Deleting Port with ID - dd758848-f070-4690-867c-bfb4e4bf51ff 2019-01-20 13:12:27,725 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009bport-1 2019-01-20 13:12:27,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/dd758848-f070-4690-867c-bfb4e4bf51ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:28,306 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9369876b-5d0c-47e3-948a-f74a5853d605 Date: Sun, 20 Jan 2019 13:12:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:12:28,306 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/dd758848-f070-4690-867c-bfb4e4bf51ff used request id req-9369876b-5d0c-47e3-948a-f74a5853d605 2019-01-20 13:12:28,307 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-inst 2019-01-20 13:12:28,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:28,463 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:12:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6ed8b60c-af4d-41ac-9640-0942e108fe8b x-compute-request-id: req-6ed8b60c-af4d-41ac-9640-0942e108fe8b Content-Type: application/json 2019-01-20 13:12:28,464 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33 used request id req-6ed8b60c-af4d-41ac-9640-0942e108fe8b 2019-01-20 13:12:28,464 - create_instance - INFO - Checking deletion status 2019-01-20 13:12:28,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:28,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26810bea-f23c-475b-94cf-49072d173392 x-compute-request-id: req-26810bea-f23c-475b-94cf-49072d173392 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33", "rel": "bookmark"}], "image": {"id": "6d45a397-45a1-479d-9034-1bcad9f501db", "links": [{"href": "http://172.30.9.22:8774/images/6d45a397-45a1-479d-9034-1bcad9f501db", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:12:24.000000", "flavor": {"id": "cbb15bc0-fb68-46af-9322-d614accc0a69", "links": [{"href": "http://172.30.9.22:8774/flavors/cbb15bc0-fb68-46af-9322-d614accc0a69", "rel": "bookmark"}]}, "id": "49ea81d8-af68-4aec-9691-d2394dfe2c33", "user_id": "3fddd251f0e844248f867cad820be10a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:12:28Z", "hostId": "18474ba863390b64d84e5ef33b14b9fbcc39b98c4b97c4ffb814e396", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-inst", "created": "2019-01-20T13:12:18Z", "tenant_id": "efb8a3b13c6b4f4980324032bf4de321", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:12:28,874 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33 used request id req-26810bea-f23c-475b-94cf-49072d173392 2019-01-20 13:12:28,874 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-inst] is - ACTIVE 2019-01-20 13:12:28,874 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:12:31,875 - create_instance - DEBUG - VM status query timeout in 296.589044094 2019-01-20 13:12:31,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b8b2a371b9fb5ab8a5321a0c53968fa9ba35831" 2019-01-20 13:12:31,931 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13: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-24aac393-034c-498a-a6c0-046709659e2c x-compute-request-id: req-24aac393-034c-498a-a6c0-046709659e2c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 49ea81d8-af68-4aec-9691-d2394dfe2c33 could not be found.", "code": 404}} 2019-01-20 13:12:31,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/49ea81d8-af68-4aec-9691-d2394dfe2c33 used request id req-24aac393-034c-498a-a6c0-046709659e2c 2019-01-20 13:12:31,931 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 49ea81d8-af68-4aec-9691-d2394dfe2c33 could not be found. (HTTP 404) (Request-ID: req-24aac393-034c-498a-a6c0-046709659e2c) 2019-01-20 13:12:31,931 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-inst 2019-01-20 13:12:31,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/cbb15bc0-fb68-46af-9322-d614accc0a69 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44406ad2e64c1d33c03ae3c289df8924b1e15442" 2019-01-20 13:12:32,004 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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-427ea72a-0435-4a61-88f3-be049a898f10 x-compute-request-id: req-427ea72a-0435-4a61-88f3-be049a898f10 Content-Length: 0 Content-Type: application/json 2019-01-20 13:12:32,004 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/cbb15bc0-fb68-46af-9322-d614accc0a69 used request id req-427ea72a-0435-4a61-88f3-be049a898f10 2019-01-20 13:12:32,005 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-subnet 2019-01-20 13:12:32,005 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-subnet 2019-01-20 13:12:32,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/0c046e19-1688-4a66-95dd-166fb85b332c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2891850742f022127ea1830aa6b3a0b430774b0" 2019-01-20 13:12:34,242 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b10d8482-0f2e-4b07-961f-2736988eedfa Date: Sun, 20 Jan 2019 13:12:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:12:34,242 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/0c046e19-1688-4a66-95dd-166fb85b332c used request id req-b10d8482-0f2e-4b07-961f-2736988eedfa 2019-01-20 13:12:34,242 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-pub-net 2019-01-20 13:12:34,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/85fb3887-14eb-4550-a0e7-bd325027a76f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2891850742f022127ea1830aa6b3a0b430774b0" 2019-01-20 13:12:35,423 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f01a2089-0904-4756-9428-4406c1b5ccd9 Date: Sun, 20 Jan 2019 13:12:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:12:35,424 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/85fb3887-14eb-4550-a0e7-bd325027a76f used request id req-f01a2089-0904-4756-9428-4406c1b5ccd9 2019-01-20 13:12:35,424 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-2154903d-a4ce-4488-9e5b-a1be1db6009b-image 2019-01-20 13:12:35,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/6d45a397-45a1-479d-9034-1bcad9f501db -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}407a3f71f7f9c2ccd92de870bf9eb52cd3c33102" 2019-01-20 13:12:36,887 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e476d1f3-a809-4597-b9c1-e60a7b077894 Date: Sun, 20 Jan 2019 13:12:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:12:36,888 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/6d45a397-45a1-479d-9034-1bcad9f501db used request id req-e476d1f3-a809-4597-b9c1-e60a7b077894 2019-01-20 13:12:36,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1309064b3a836e2c2099edc95fd51a0da7b4972" 2019-01-20 13:12:37,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f05b3bf7-2a14-4095-a492-09cbcb03cfca Date: Sun, 20 Jan 2019 13:12:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "efb8a3b13c6b4f4980324032bf4de321", "created_at": "2019-01-20T13:12:08Z", "updated_at": "2019-01-20T13:12:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:12:08Z", "revision_number": 0, "id": "291bb539-fe8f-4bc9-953b-cf44f0b66963", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:12:08Z", "security_group_id": "d719fca3-cf63-4c03-9b89-51db8807d65b", "tenant_id": "efb8a3b13c6b4f4980324032bf4de321", "port_range_min": null, "ethertype": "IPv6", "project_id": "efb8a3b13c6b4f4980324032bf4de321"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:12:08Z", "revision_number": 0, "id": "3925ebf9-e483-4ac3-96e9-c6a19741c472", "remote_group_id": "d719fca3-cf63-4c03-9b89-51db8807d65b", "remote_ip_prefix": null, "created_at": "2019-01-20T13:12:08Z", "security_group_id": "d719fca3-cf63-4c03-9b89-51db8807d65b", "tenant_id": "efb8a3b13c6b4f4980324032bf4de321", "port_range_min": null, "ethertype": "IPv4", "project_id": "efb8a3b13c6b4f4980324032bf4de321"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:12:08Z", "revision_number": 0, "id": "504060e5-1a4c-4215-9595-aeff76e95509", "remote_group_id": "d719fca3-cf63-4c03-9b89-51db8807d65b", "remote_ip_prefix": null, "created_at": "2019-01-20T13:12:08Z", "security_group_id": "d719fca3-cf63-4c03-9b89-51db8807d65b", "tenant_id": "efb8a3b13c6b4f4980324032bf4de321", "port_range_min": null, "ethertype": "IPv6", "project_id": "efb8a3b13c6b4f4980324032bf4de321"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:12:08Z", "revision_number": 0, "id": "ecd8cd11-bf49-47f9-9f12-1886104593eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:12:08Z", "security_group_id": "d719fca3-cf63-4c03-9b89-51db8807d65b", "tenant_id": "efb8a3b13c6b4f4980324032bf4de321", "port_range_min": null, "ethertype": "IPv4", "project_id": "efb8a3b13c6b4f4980324032bf4de321"}], "revision_number": 4, "project_id": "efb8a3b13c6b4f4980324032bf4de321", "id": "d719fca3-cf63-4c03-9b89-51db8807d65b", "name": "default"}]} 2019-01-20 13:12:37,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-f05b3bf7-2a14-4095-a492-09cbcb03cfca 2019-01-20 13:12:37,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1309064b3a836e2c2099edc95fd51a0da7b4972" 2019-01-20 13:12:37,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31d879b7-0964-4583-8a4f-640d6132c503 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:12:37,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-31d879b7-0964-4583-8a4f-640d6132c503 2019-01-20 13:12:37,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1309064b3a836e2c2099edc95fd51a0da7b4972" 2019-01-20 13:12:37,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e5d39cb-388f-4674-9555-affa6ecd752a 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:12:37,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-7e5d39cb-388f-4674-9555-affa6ecd752a 2019-01-20 13:12:37,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1309064b3a836e2c2099edc95fd51a0da7b4972" 2019-01-20 13:12:37,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87fbdecb-5173-46be-96a8-8436addb6686 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:12:37,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-87fbdecb-5173-46be-96a8-8436addb6686 2019-01-20 13:12:37,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1309064b3a836e2c2099edc95fd51a0da7b4972" 2019-01-20 13:12:37,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f295c43-a1ac-4888-bacf-5a783975d581 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321"}, "enabled": true, "id": "efb8a3b13c6b4f4980324032bf4de321", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj"}} 2019-01-20 13:12:37,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321 used request id req-8f295c43-a1ac-4888-bacf-5a783975d581 2019-01-20 13:12:37,477 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d719fca3-cf63-4c03-9b89-51db8807d65b 2019-01-20 13:12:37,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d719fca3-cf63-4c03-9b89-51db8807d65b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1309064b3a836e2c2099edc95fd51a0da7b4972" 2019-01-20 13:12:37,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-90bc71c4-d792-4ce7-b323-75c044dd354f Date: Sun, 20 Jan 2019 13:12: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": "2019-01-20T13:12:08Z", "security_group_id": "d719fca3-cf63-4c03-9b89-51db8807d65b", "port_range_min": null, "revision_number": 0, "tenant_id": "efb8a3b13c6b4f4980324032bf4de321", "created_at": "2019-01-20T13:12:08Z", "project_id": "efb8a3b13c6b4f4980324032bf4de321", "id": "291bb539-fe8f-4bc9-953b-cf44f0b66963"}, {"remote_group_id": "d719fca3-cf63-4c03-9b89-51db8807d65b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:12:08Z", "security_group_id": "d719fca3-cf63-4c03-9b89-51db8807d65b", "port_range_min": null, "revision_number": 0, "tenant_id": "efb8a3b13c6b4f4980324032bf4de321", "created_at": "2019-01-20T13:12:08Z", "project_id": "efb8a3b13c6b4f4980324032bf4de321", "id": "3925ebf9-e483-4ac3-96e9-c6a19741c472"}, {"remote_group_id": "d719fca3-cf63-4c03-9b89-51db8807d65b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:12:08Z", "security_group_id": "d719fca3-cf63-4c03-9b89-51db8807d65b", "port_range_min": null, "revision_number": 0, "tenant_id": "efb8a3b13c6b4f4980324032bf4de321", "created_at": "2019-01-20T13:12:08Z", "project_id": "efb8a3b13c6b4f4980324032bf4de321", "id": "504060e5-1a4c-4215-9595-aeff76e95509"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:12:08Z", "security_group_id": "d719fca3-cf63-4c03-9b89-51db8807d65b", "port_range_min": null, "revision_number": 0, "tenant_id": "efb8a3b13c6b4f4980324032bf4de321", "created_at": "2019-01-20T13:12:08Z", "project_id": "efb8a3b13c6b4f4980324032bf4de321", "id": "ecd8cd11-bf49-47f9-9f12-1886104593eb"}]} 2019-01-20 13:12:37,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d719fca3-cf63-4c03-9b89-51db8807d65b used request id req-90bc71c4-d792-4ce7-b323-75c044dd354f 2019-01-20 13:12:37,654 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:12:37,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/d719fca3-cf63-4c03-9b89-51db8807d65b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1309064b3a836e2c2099edc95fd51a0da7b4972" 2019-01-20 13:12:37,958 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4f91d2e8-5dae-4ea5-bba3-094ebfda1eda Content-Length: 0 Date: Sun, 20 Jan 2019 13:12:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:12:37,958 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/d719fca3-cf63-4c03-9b89-51db8807d65b used request id req-4f91d2e8-5dae-4ea5-bba3-094ebfda1eda 2019-01-20 13:12:37,958 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj 2019-01-20 13:12:37,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1309064b3a836e2c2099edc95fd51a0da7b4972" 2019-01-20 13:12:38,178 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:12:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d98232e-1f04-426b-87c7-e2d3328175a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:12:38,178 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/efb8a3b13c6b4f4980324032bf4de321 used request id req-7d98232e-1f04-426b-87c7-e2d3328175a4 2019-01-20 13:12:38,178 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-proj-role 2019-01-20 13:12:38,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/3ea603b4b2bf4ee199ceedf80b76ab27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1309064b3a836e2c2099edc95fd51a0da7b4972" 2019-01-20 13:12:38,283 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:12:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e83ee996-3b22-4ef6-93af-d03f62f4c4d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:12:38,283 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/3ea603b4b2bf4ee199ceedf80b76ab27 used request id req-e83ee996-3b22-4ef6-93af-d03f62f4c4d7 2019-01-20 13:12:38,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1309064b3a836e2c2099edc95fd51a0da7b4972" 2019-01-20 13:12:38,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21a41610-c5dd-4a10-ac8c-5cb465d4f0fe Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:12:38,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-21a41610-c5dd-4a10-ac8c-5cb465d4f0fe 2019-01-20 13:12:38,375 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-6aac3789-9ca9-4bf-user 2019-01-20 13:12:38,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/3fddd251f0e844248f867cad820be10a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e159660e9edf07621395c2452e1d4456804f5e32" 2019-01-20 13:12:38,582 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:12:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6b3ff73-e129-4922-9730-869fcd299a6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:12:38,583 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/3fddd251f0e844248f867cad820be10a used request id req-d6b3ff73-e129-4922-9730-869fcd299a6c 2019-01-20 13:12:38,584 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:12:38,956 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:12:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["46V3XPfZRum8beXJ-CAOWw"], "issued_at": "2019-01-20T13:12:38.000000Z"}} 2019-01-20 13:12:38,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72a725f327357d6d2b0515aff234fe6ae290021" 2019-01-20 13:12:39,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-405e6429-bf65-45e4-8e52-f31a6e617398 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:12:39,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-405e6429-bf65-45e4-8e52-f31a6e617398 2019-01-20 13:12:39,050 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:12:39,051 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:12:39,439 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:12:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ZATohMFCTvWy3uAzoH9Rfg"], "issued_at": "2019-01-20T13:12:39.000000Z"}} 2019-01-20 13:12:39,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}409e0c1a4b9601ebd8b37439e8071811289bb0d7" 2019-01-20 13:12:39,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a500b8a7-0e51-4d4d-af97-f115c3f310af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:12:39,518 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a500b8a7-0e51-4d4d-af97-f115c3f310af 2019-01-20 13:12:39,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:12:39,527 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:12: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:12:39,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}409e0c1a4b9601ebd8b37439e8071811289bb0d7" 2019-01-20 13:12:39,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b571ccc-64f1-4e30-b5f5-069c75e9b8a8 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:12:39,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj used request id req-6b571ccc-64f1-4e30-b5f5-069c75e9b8a8 2019-01-20 13:12:39,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}409e0c1a4b9601ebd8b37439e8071811289bb0d7" 2019-01-20 13:12:39,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aa01714-c5d0-464d-9327-4096500cfb63 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:12:39,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-6aa01714-c5d0-464d-9327-4096500cfb63 2019-01-20 13:12:39,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}409e0c1a4b9601ebd8b37439e8071811289bb0d7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj"}}' 2019-01-20 13:12:39,815 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:12:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6869f1c-5acd-4ebf-8444-66eab7e56565 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf"}, "enabled": true, "id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj"}} 2019-01-20 13:12:39,816 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-c6869f1c-5acd-4ebf-8444-66eab7e56565 2019-01-20 13:12:39,816 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj 2019-01-20 13:12:39,816 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:12:39,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:12:40,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:12:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["SqUH9Yz9Qk637r4F_QJUQQ"], "issued_at": "2019-01-20T13:12:40.000000Z"}} 2019-01-20 13:12:40,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f1c8d928dc2857c9d5c8835f9e0a5b8d63238dc" 2019-01-20 13:12:40,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e72d31f3-3ce9-4356-b794-0f3acf910eaa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:12:40,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e72d31f3-3ce9-4356-b794-0f3acf910eaa 2019-01-20 13:12:40,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:12:40,294 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:12: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:12:40,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f1c8d928dc2857c9d5c8835f9e0a5b8d63238dc" 2019-01-20 13:12:40,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b002cf54-9f0a-45f7-8d6d-66771b426d3c Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:12:40,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-b002cf54-9f0a-45f7-8d6d-66771b426d3c 2019-01-20 13:12:40,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f1c8d928dc2857c9d5c8835f9e0a5b8d63238dc" 2019-01-20 13:12:40,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3b36f63-9ea1-49c8-8de0-14018359d0b3 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf"}, "enabled": true, "id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj"}]} 2019-01-20 13:12:40,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj used request id req-f3b36f63-9ea1-49c8-8de0-14018359d0b3 2019-01-20 13:12:40,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f1c8d928dc2857c9d5c8835f9e0a5b8d63238dc" 2019-01-20 13:12:40,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-133cb1f1-8117-4419-9464-8bbf45b8042e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:12:40,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-133cb1f1-8117-4419-9464-8bbf45b8042e 2019-01-20 13:12:41,079 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-98b085bf-b3b2-48d-user 2019-01-20 13:12:41,079 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:12:41,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}409e0c1a4b9601ebd8b37439e8071811289bb0d7" 2019-01-20 13:12:41,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f918e58-e253-47ad-a68c-239eeb77a7c4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:12:41,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2f918e58-e253-47ad-a68c-239eeb77a7c4 2019-01-20 13:12:41,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}409e0c1a4b9601ebd8b37439e8071811289bb0d7" -d '{"role": {"name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj-role"}}' 2019-01-20 13:12:41,270 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:12:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8ccc706-fd86-41f8-b0fd-75d88de57b1c Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ff8f440693204845b2fc013db37a1e20", "links": {"self": "http://172.30.9.22:5000/v3/roles/ff8f440693204845b2fc013db37a1e20"}, "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj-role"}} 2019-01-20 13:12:41,270 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-f8ccc706-fd86-41f8-b0fd-75d88de57b1c 2019-01-20 13:12:41,271 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj-role 2019-01-20 13:12:41,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/ff8f440693204845b2fc013db37a1e20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}409e0c1a4b9601ebd8b37439e8071811289bb0d7" 2019-01-20 13:12:41,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7001ba4b-20f3-411f-8997-f868d587b35f Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/ff8f440693204845b2fc013db37a1e20"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj-role", "id": "ff8f440693204845b2fc013db37a1e20"}} 2019-01-20 13:12:41,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/ff8f440693204845b2fc013db37a1e20 used request id req-7001ba4b-20f3-411f-8997-f868d587b35f 2019-01-20 13:12:41,361 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj-role to project CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj 2019-01-20 13:12:41,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf/users/f2ce5c4c82f146d1b574161702f45061/roles/ff8f440693204845b2fc013db37a1e20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}409e0c1a4b9601ebd8b37439e8071811289bb0d7" 2019-01-20 13:12:41,482 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:12:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ed084f8-a787-4929-83a4-f4ee45ddc4d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:12:41,483 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf/users/f2ce5c4c82f146d1b574161702f45061/roles/ff8f440693204845b2fc013db37a1e20 used request id req-0ed084f8-a787-4929-83a4-f4ee45ddc4d0 2019-01-20 13:12:41,483 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:12:41,483 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:12:41,484 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:12:41,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff8f440693204845b2fc013db37a1e20", "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj-role"}], "expires_at": "2019-01-20T14:12:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-user", "id": "f2ce5c4c82f146d1b574161702f45061"}, "audit_ids": ["PcXAk9uhQOeFnQG-jLHneg"], "issued_at": "2019-01-20T13:12:41.000000Z"}} 2019-01-20 13:12:41,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd904cc8babfe58aaf3a1c4e790c0efe3b9e0bf" 2019-01-20 13:12:41,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3dcce6b-8ec7-418d-aa42-d5a24bb94c28 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:12:41,938 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d3dcce6b-8ec7-418d-aa42-d5a24bb94c28 2019-01-20 13:12:41,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fd904cc8babfe58aaf3a1c4e790c0efe3b9e0bf" 2019-01-20 13:12:42,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-e41e3e89-078c-4d33-a9a6-105221f28994 Date: Sun, 20 Jan 2019 13:12:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-image"} 2019-01-20 13:12:42,124 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-image used request id req-e41e3e89-078c-4d33-a9a6-105221f28994 2019-01-20 13:12:42,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fd904cc8babfe58aaf3a1c4e790c0efe3b9e0bf" 2019-01-20 13:12:42,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3f635b94-5eff-49ca-a78a-10448cc7c2e8 Date: Sun, 20 Jan 2019 13:12: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"}}} 2019-01-20 13:12:42,271 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-3f635b94-5eff-49ca-a78a-10448cc7c2e8 2019-01-20 13:12:42,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8fd904cc8babfe58aaf3a1c4e790c0efe3b9e0bf" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-image"}' 2019-01-20 13:12:42,489 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00 X-Openstack-Request-Id: req-24ec42aa-ba05-48ae-ac10-c35debf146c2 Date: Sun, 20 Jan 2019 13:12:42 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:12:42Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:12:42Z", "visibility": "shared", "locations": [], "self": "/v2/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "min_disk": 0, "protected": false, "id": "9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "file": "/v2/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00/file", "checksum": null, "owner": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:12:42,489 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-24ec42aa-ba05-48ae-ac10-c35debf146c2 2019-01-20 13:12:42,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fd904cc8babfe58aaf3a1c4e790c0efe3b9e0bf" -d '' 2019-01-20 13:12:44,587 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3c487c9c-8d8e-4533-aeba-7c2c9a91344b Date: Sun, 20 Jan 2019 13:12:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:12:44,587 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00/file used request id req-3c487c9c-8d8e-4533-aeba-7c2c9a91344b 2019-01-20 13:12:44,588 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:12:44,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fd904cc8babfe58aaf3a1c4e790c0efe3b9e0bf" 2019-01-20 13:12:44,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-3e482e3f-5f0c-4fe1-856f-3345f6514fe4 Date: Sun, 20 Jan 2019 13:12:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:12:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:12:44Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00/snap", "metadata": {}}], "self": "/v2/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "min_disk": 0, "protected": false, "id": "9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "file": "/v2/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:12:44,752 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00 used request id req-3e482e3f-5f0c-4fe1-856f-3345f6514fe4 2019-01-20 13:12:44,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fd904cc8babfe58aaf3a1c4e790c0efe3b9e0bf" 2019-01-20 13:12:44,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-84ffa639-59b4-4920-a799-8229d56dab46 Date: Sun, 20 Jan 2019 13:12: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"}}} 2019-01-20 13:12:44,903 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-84ffa639-59b4-4920-a799-8229d56dab46 2019-01-20 13:12:44,906 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-image 2019-01-20 13:12:44,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fd904cc8babfe58aaf3a1c4e790c0efe3b9e0bf" 2019-01-20 13:12:45,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-07a85093-6b98-40c2-b114-77e60184c2f9 Date: Sun, 20 Jan 2019 13:12:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:12:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:12:44Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00/snap", "metadata": {}}], "self": "/v2/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "min_disk": 0, "protected": false, "id": "9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "file": "/v2/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:12:45,074 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00 used request id req-07a85093-6b98-40c2-b114-77e60184c2f9 2019-01-20 13:12:45,075 - create_image - DEBUG - Instance status is - active 2019-01-20 13:12:45,075 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-image 2019-01-20 13:12:45,075 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-image 2019-01-20 13:12:45,075 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:12:45,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:12:45,451 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff8f440693204845b2fc013db37a1e20", "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj-role"}], "expires_at": "2019-01-20T14:12:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-user", "id": "f2ce5c4c82f146d1b574161702f45061"}, "audit_ids": ["okVZhvCvRFab5thG2rq79w"], "issued_at": "2019-01-20T13:12:45.000000Z"}} 2019-01-20 13:12:45,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa12da8b7474f1e3a8f6df683a2a703367280acd" 2019-01-20 13:12:45,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16bd85ec-5c5c-41ff-a528-2d7ce5a72773 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:12:45,529 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-16bd85ec-5c5c-41ff-a528-2d7ce5a72773 2019-01-20 13:12:45,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa12da8b7474f1e3a8f6df683a2a703367280acd" 2019-01-20 13:12:45,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ba94ce78-f689-4d6f-a4a6-eca0b53a7386 Date: Sun, 20 Jan 2019 13:12:45 GMT RESP BODY: {"networks":[]} 2019-01-20 13:12:45,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net used request id req-ba94ce78-f689-4d6f-a4a6-eca0b53a7386 2019-01-20 13:12:45,706 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net 2019-01-20 13:12:45,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa12da8b7474f1e3a8f6df683a2a703367280acd" -d '{"network": {"name": "CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net", "admin_state_up": true}}' 2019-01-20 13:12:46,382 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-d0c27afc-adfb-4fc8-8298-67676bf287a4 Date: Sun, 20 Jan 2019 13:12:46 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:12:46Z","is_default":false,"name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:46Z","mtu":1450}} 2019-01-20 13:12:46,383 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-d0c27afc-adfb-4fc8-8298-67676bf287a4 2019-01-20 13:12:46,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=6f89d14a-ba5c-463b-9193-feeffbe99a85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa12da8b7474f1e3a8f6df683a2a703367280acd" 2019-01-20 13:12:46,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-5dfbe438-4cd2-4496-8a24-5de0130fbf05 Date: Sun, 20 Jan 2019 13:12:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T13:12:46Z","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net"}]} 2019-01-20 13:12:46,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=6f89d14a-ba5c-463b-9193-feeffbe99a85 used request id req-5dfbe438-4cd2-4496-8a24-5de0130fbf05 2019-01-20 13:12:46,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa12da8b7474f1e3a8f6df683a2a703367280acd" 2019-01-20 13:12:46,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-61d95c68-93ea-44e3-ab29-2b7beee8ae70 Date: Sun, 20 Jan 2019 13:12:46 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:12:46,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85 used request id req-61d95c68-93ea-44e3-ab29-2b7beee8ae70 2019-01-20 13:12:46,913 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-subnet 2019-01-20 13:12:46,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa12da8b7474f1e3a8f6df683a2a703367280acd" -d '{"subnets": [{"ip_version": 4, "network_id": "6f89d14a-ba5c-463b-9193-feeffbe99a85", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-subnet"}]}' 2019-01-20 13:12:47,696 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d4ec0c7e-eec5-4922-bbb8-257561613910 Date: Sun, 20 Jan 2019 13:12:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:47Z","dns_nameservers":[],"updated_at":"2019-01-20T13:12:47Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","id":"ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-subnet"}]} 2019-01-20 13:12:47,696 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-d4ec0c7e-eec5-4922-bbb8-257561613910 2019-01-20 13:12:47,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=6f89d14a-ba5c-463b-9193-feeffbe99a85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa12da8b7474f1e3a8f6df683a2a703367280acd" 2019-01-20 13:12:48,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7932de91-f3a2-4c33-b484-a81a4890b12b Date: Sun, 20 Jan 2019 13:12: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":["ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2"],"updated_at":"2019-01-20T13:12:47Z","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net"}]} 2019-01-20 13:12:48,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=6f89d14a-ba5c-463b-9193-feeffbe99a85 used request id req-7932de91-f3a2-4c33-b484-a81a4890b12b 2019-01-20 13:12:48,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa12da8b7474f1e3a8f6df683a2a703367280acd" 2019-01-20 13:12:48,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d391e6a3-09d5-473c-9451-c3e0e47d0423 Date: Sun, 20 Jan 2019 13:12:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:47Z","dns_nameservers":[],"updated_at":"2019-01-20T13:12:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","id":"ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-subnet"}]} 2019-01-20 13:12:48,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85 used request id req-d391e6a3-09d5-473c-9451-c3e0e47d0423 2019-01-20 13:12:48,220 - OpenStackNetwork - DEBUG - Network [6f89d14a-ba5c-463b-9193-feeffbe99a85] created successfully 2019-01-20 13:12:48,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:12:48,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:12:48,604 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:12:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["eEwYA-qaSfOi7TUt6C8NmQ"], "issued_at": "2019-01-20T13:12:48.000000Z"}} 2019-01-20 13:12:48,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a68f48b35b422b037825fa003836f60068fe1caa" 2019-01-20 13:12:48,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e780b13-cb2e-4cb9-8397-9a1442f83ae5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:12:48,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7e780b13-cb2e-4cb9-8397-9a1442f83ae5 2019-01-20 13:12:48,682 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:12:48,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a68f48b35b422b037825fa003836f60068fe1caa" 2019-01-20 13:12:48,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-47a864ca-9a12-4f6a-82dd-be7e87d11e05 x-compute-request-id: req-47a864ca-9a12-4f6a-82dd-be7e87d11e05 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:12:48,869 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-47a864ca-9a12-4f6a-82dd-be7e87d11e05 2019-01-20 13:12:48,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a68f48b35b422b037825fa003836f60068fe1caa" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:12:48,916 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7c8340d-ba38-492d-af2a-81392802c4e7 x-compute-request-id: req-b7c8340d-ba38-492d-af2a-81392802c4e7 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "name": "CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:12:48,916 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-b7c8340d-ba38-492d-af2a-81392802c4e7 2019-01-20 13:12:48,917 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:12:48,918 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:12:49,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff8f440693204845b2fc013db37a1e20", "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj-role"}], "expires_at": "2019-01-20T14:12:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-user", "id": "f2ce5c4c82f146d1b574161702f45061"}, "audit_ids": ["uTQlEHEeSdmJ3bKDS0KOrg"], "issued_at": "2019-01-20T13:12:49.000000Z"}} 2019-01-20 13:12:49,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:49,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7ac390b-d6e9-4a13-8be9-a02a09b16ef7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:12:49,374 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c7ac390b-d6e9-4a13-8be9-a02a09b16ef7 2019-01-20 13:12:49,375 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:12:49,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:49,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f010fe22-0bbd-4833-852b-25ac5478756a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:12:49,443 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f010fe22-0bbd-4833-852b-25ac5478756a 2019-01-20 13:12:49,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:49,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-867d0466-2e53-4e1d-9350-4487a0cdf8f8 Date: Sun, 20 Jan 2019 13:12: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":["ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2"],"updated_at":"2019-01-20T13:12:47Z","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net"}]} 2019-01-20 13:12:49,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net used request id req-867d0466-2e53-4e1d-9350-4487a0cdf8f8 2019-01-20 13:12:49,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:12:49,712 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:12: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:12:49,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:49,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b6c2fb5-47d2-44fb-b02a-45dbd234954b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf"}, "enabled": true, "id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj"}} 2019-01-20 13:12:49,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf used request id req-6b6c2fb5-47d2-44fb-b02a-45dbd234954b 2019-01-20 13:12:49,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:49,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-aca8a15f-8f9a-4346-bdb1-5e7f8bb08480 Date: Sun, 20 Jan 2019 13:12:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:47Z","dns_nameservers":[],"updated_at":"2019-01-20T13:12:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","id":"ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-subnet"}]} 2019-01-20 13:12:49,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85 used request id req-aca8a15f-8f9a-4346-bdb1-5e7f8bb08480 2019-01-20 13:12:50,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85&name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:50,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c41c6c33-db4e-4214-a491-cba8aab8cfe9 Date: Sun, 20 Jan 2019 13:12:50 GMT RESP BODY: {"ports":[]} 2019-01-20 13:12:50,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85&name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226port-1&admin_state_up=True used request id req-c41c6c33-db4e-4214-a491-cba8aab8cfe9 2019-01-20 13:12:50,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:50,435 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4eef36be-a347-4c6a-9139-5d515c1caf11 x-compute-request-id: req-4eef36be-a347-4c6a-9139-5d515c1caf11 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:12:50,435 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-inst used request id req-4eef36be-a347-4c6a-9139-5d515c1caf11 2019-01-20 13:12:50,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:50,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-450c53ed-2a7d-4c4b-b7f1-8180835bea4d Date: Sun, 20 Jan 2019 13: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":["ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2"],"updated_at":"2019-01-20T13:12:47Z","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net"}]} 2019-01-20 13:12:50,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net used request id req-450c53ed-2a7d-4c4b-b7f1-8180835bea4d 2019-01-20 13:12:50,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:50,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b627aba-209c-4f8a-8098-2332315b26e1 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf"}, "enabled": true, "id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj"}} 2019-01-20 13:12:50,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf used request id req-7b627aba-209c-4f8a-8098-2332315b26e1 2019-01-20 13:12:50,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:50,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-eaf73c1a-a24a-4daf-a94b-a86a1adb424f Date: Sun, 20 Jan 2019 13:12:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:47Z","dns_nameservers":[],"updated_at":"2019-01-20T13:12:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","id":"ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-subnet"}]} 2019-01-20 13:12:50,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85 used request id req-eaf73c1a-a24a-4daf-a94b-a86a1adb424f 2019-01-20 13:12:51,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85&name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:51,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-271d129d-3daa-4d2f-89bc-bb94edfb6ac4 Date: Sun, 20 Jan 2019 13:12:51 GMT RESP BODY: {"ports":[]} 2019-01-20 13:12:51,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85&name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226port-1&admin_state_up=True used request id req-271d129d-3daa-4d2f-89bc-bb94edfb6ac4 2019-01-20 13:12:51,186 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:12:51,187 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:12:51,559 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff8f440693204845b2fc013db37a1e20", "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj-role"}], "expires_at": "2019-01-20T14:12:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/eb1b61f78e9b4e8991aa3bfdd00a2adf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-user", "id": "f2ce5c4c82f146d1b574161702f45061"}, "audit_ids": ["w5g344_vQYCyp8YxhZnoag"], "issued_at": "2019-01-20T13:12:51.000000Z"}} 2019-01-20 13:12:51,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb895517baf93230f36ddee328aa6308adbbe7" 2019-01-20 13:12:51,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6deb68fe-87b7-410a-8ea5-5f1ee174d512 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:12:51,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6deb68fe-87b7-410a-8ea5-5f1ee174d512 2019-01-20 13:12:51,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:51,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-04eddcad-11a3-4f27-a1f8-a2bba2fe7b7d Date: Sun, 20 Jan 2019 13:12: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":["ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2"],"updated_at":"2019-01-20T13:12:47Z","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net"}]} 2019-01-20 13:12:51,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net used request id req-04eddcad-11a3-4f27-a1f8-a2bba2fe7b7d 2019-01-20 13:12:51,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:51,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f9d7a530-899b-4ee3-a0f9-4153c87926ee Date: Sun, 20 Jan 2019 13:12:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:47Z","dns_nameservers":[],"updated_at":"2019-01-20T13:12:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","id":"ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-subnet"}]} 2019-01-20 13:12:51,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85 used request id req-f9d7a530-899b-4ee3-a0f9-4153c87926ee 2019-01-20 13:12:51,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:52,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7df3ff61-e9ee-4abf-adbb-79424f91e79e Date: Sun, 20 Jan 2019 13: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":["ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2"],"updated_at":"2019-01-20T13:12:47Z","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net"}]} 2019-01-20 13:12:52,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net used request id req-7df3ff61-e9ee-4abf-adbb-79424f91e79e 2019-01-20 13:12:52,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:12:52,202 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:12: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:12:52,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82cb895517baf93230f36ddee328aa6308adbbe7" 2019-01-20 13:12:52,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7532aa84-1393-4703-a1b3-b7c5611ff084 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf"}, "enabled": true, "id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj"}} 2019-01-20 13:12:52,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf used request id req-7532aa84-1393-4703-a1b3-b7c5611ff084 2019-01-20 13:12:52,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:52,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6f35db3b-8caf-4cdb-91f3-3b2a2fd52ab3 Date: Sun, 20 Jan 2019 13:12:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:47Z","dns_nameservers":[],"updated_at":"2019-01-20T13:12:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","id":"ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-subnet"}]} 2019-01-20 13:12:52,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85 used request id req-6f35db3b-8caf-4cdb-91f3-3b2a2fd52ab3 2019-01-20 13:12:52,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85&name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:52,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ce10c6b9-5f3d-4d90-88f8-69db22d15b4a Date: Sun, 20 Jan 2019 13:12:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:47Z","dns_nameservers":[],"updated_at":"2019-01-20T13:12:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","id":"ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-subnet"}]} 2019-01-20 13:12:52,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85&name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-subnet used request id req-ce10c6b9-5f3d-4d90-88f8-69db22d15b4a 2019-01-20 13:12:52,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85&name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:52,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-17f72156-3df9-49b3-b6ff-ea16d585ff5b Date: Sun, 20 Jan 2019 13:12:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:47Z","dns_nameservers":[],"updated_at":"2019-01-20T13:12:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","id":"ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-subnet"}]} 2019-01-20 13:12:52,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85&name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-subnet used request id req-17f72156-3df9-49b3-b6ff-ea16d585ff5b 2019-01-20 13:12:52,898 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net 2019-01-20 13:12:52,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" -d '{"port": {"network_id": "6f89d14a-ba5c-463b-9193-feeffbe99a85", "fixed_ips": [{"subnet_id": "ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2", "ip_address": "10.55.0.101"}, {"subnet_id": "ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2", "ip_address": "10.55.0.102"}], "name": "CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226port-1", "admin_state_up": true}}' 2019-01-20 13:12:54,041 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-fd44ecd5-1361-49fe-9145-d3583b5b3d0e Date: Sun, 20 Jan 2019 13:12:54 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:12:53Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2","ip_address":"10.55.0.101"},{"subnet_id":"ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2","ip_address":"10.55.0.102"}],"id":"587599be-f74d-44ff-ae52-e0306827aabd","security_groups":["bbdc2ee0-9545-4449-84b5-325aa384019f"],"mac_address":"fa:16:3e:3b:2b:22","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226port-1","project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","qos_policy_id":null,"admin_state_up":true,"network_id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:53Z","binding:vnic_type":"normal"}} 2019-01-20 13:12:54,041 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-fd44ecd5-1361-49fe-9145-d3583b5b3d0e 2019-01-20 13:12:54,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:54,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8e3af996-99a9-428c-841f-b522915220be Date: Sun, 20 Jan 2019 13:12: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":["ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2"],"updated_at":"2019-01-20T13:12:47Z","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net"}]} 2019-01-20 13:12:54,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net used request id req-8e3af996-99a9-428c-841f-b522915220be 2019-01-20 13:12:54,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:54,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a26a9036-e98a-4694-9c83-fa593176f643 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf"}, "enabled": true, "id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj"}} 2019-01-20 13:12:54,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf used request id req-a26a9036-e98a-4694-9c83-fa593176f643 2019-01-20 13:12:54,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:54,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4b26f8a8-67bf-411a-a4cb-f651d25abc53 Date: Sun, 20 Jan 2019 13:12:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:47Z","dns_nameservers":[],"updated_at":"2019-01-20T13:12:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","id":"ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-subnet"}]} 2019-01-20 13:12:54,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85 used request id req-4b26f8a8-67bf-411a-a4cb-f651d25abc53 2019-01-20 13:12:54,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85&name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:54,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-5b70cf25-5a41-4424-8864-6050a00ccb5e Date: Sun, 20 Jan 2019 13:12:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:12:53Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2","ip_address":"10.55.0.101"},{"subnet_id":"ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2","ip_address":"10.55.0.102"}],"id":"587599be-f74d-44ff-ae52-e0306827aabd","security_groups":["bbdc2ee0-9545-4449-84b5-325aa384019f"],"mac_address":"fa:16:3e:3b:2b:22","project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226port-1","admin_state_up":true,"network_id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:53Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:12:54,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85&name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226port-1&admin_state_up=True used request id req-5b70cf25-5a41-4424-8864-6050a00ccb5e 2019-01-20 13:12:54,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:54,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef43e441-cc00-405b-aeca-fd599e708b42 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf"}, "enabled": true, "id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj"}} 2019-01-20 13:12:54,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf used request id req-ef43e441-cc00-405b-aeca-fd599e708b42 2019-01-20 13:12:54,575 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-inst 2019-01-20 13:12:54,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:54,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-10bf3ce5-692b-4ede-85ae-3540b6992fe6 x-compute-request-id: req-10bf3ce5-692b-4ede-85ae-3540b6992fe6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-flavor-name"}]} 2019-01-20 13:12:54,615 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-10bf3ce5-692b-4ede-85ae-3540b6992fe6 2019-01-20 13:12:54,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/4318c2cc-c04b-4511-8cf8-d48847ed8d0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:54,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-97ed2123-8cf2-4585-863b-79f028c2f68a x-compute-request-id: req-97ed2123-8cf2-4585-863b-79f028c2f68a Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "name": "CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:12:54,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/4318c2cc-c04b-4511-8cf8-d48847ed8d0a used request id req-97ed2123-8cf2-4585-863b-79f028c2f68a 2019-01-20 13:12:54,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:54,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-e06aef89-e3fe-4d39-ba5d-37aa1bc5c33a Date: Sun, 20 Jan 2019 13:12:54 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:12:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:12:44Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00/snap", "metadata": {}}], "self": "/v2/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "min_disk": 0, "protected": false, "id": "9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "file": "/v2/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-image"} 2019-01-20 13:12:54,915 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-image used request id req-e06aef89-e3fe-4d39-ba5d-37aa1bc5c33a 2019-01-20 13:12:54,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:55,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-154c273b-bafc-423a-b63e-e11809c9eb64 Date: Sun, 20 Jan 2019 13:12: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"}}} 2019-01-20 13:12:55,079 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-154c273b-bafc-423a-b63e-e11809c9eb64 2019-01-20 13:12:55,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" -d '{"server": {"name": "CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-inst", "imageRef": "9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "flavorRef": "4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "max_count": 1, "min_count": 1, "networks": [{"port": "587599be-f74d-44ff-ae52-e0306827aabd"}]}}' 2019-01-20 13:12:56,751 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:12:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f99ab37d-f3b6-4dff-a293-baa905a8a933 x-compute-request-id: req-f99ab37d-f3b6-4dff-a293-baa905a8a933 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "rel": "bookmark"}], "adminPass": "jXSDWFZ3jjiU"}} 2019-01-20 13:12:56,751 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-f99ab37d-f3b6-4dff-a293-baa905a8a933 2019-01-20 13:12:56,755 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:56,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-d2c244b4-92d0-405b-8c3f-d517065b4cec x-compute-request-id: req-d2c244b4-92d0-405b-8c3f-d517065b4cec 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.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "rel": "bookmark"}], "image": {"id": "9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "links": [{"href": "http://172.30.9.22:8774/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "links": [{"href": "http://172.30.9.22:8774/flavors/4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "rel": "bookmark"}]}, "id": "8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "user_id": "f2ce5c4c82f146d1b574161702f45061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:12:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-inst", "created": "2019-01-20T13:12:56Z", "tenant_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:12:56,979 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e used request id req-d2c244b4-92d0-405b-8c3f-d517065b4cec 2019-01-20 13:12:56,979 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-inst 2019-01-20 13:12:56,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:12:57,196 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-1251bf23-8fb8-4f75-9248-4e8b4e6c094a x-compute-request-id: req-1251bf23-8fb8-4f75-9248-4e8b4e6c094a 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.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "rel": "bookmark"}], "image": {"id": "9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "links": [{"href": "http://172.30.9.22:8774/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "links": [{"href": "http://172.30.9.22:8774/flavors/4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "rel": "bookmark"}]}, "id": "8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "user_id": "f2ce5c4c82f146d1b574161702f45061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:12:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-inst", "created": "2019-01-20T13:12:56Z", "tenant_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:12:57,196 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e used request id req-1251bf23-8fb8-4f75-9248-4e8b4e6c094a 2019-01-20 13:12:57,196 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-inst] is - BUILD 2019-01-20 13:12:57,196 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:13:00,200 - create_instance - DEBUG - VM status query timeout in 896.780102968 2019-01-20 13:13:00,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:13:00,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65ecbf06-ea07-4f46-a343-b39a1597ac4a x-compute-request-id: req-65ecbf06-ea07-4f46-a343-b39a1597ac4a 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.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "rel": "bookmark"}], "image": {"id": "9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "links": [{"href": "http://172.30.9.22:8774/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "links": [{"href": "http://172.30.9.22:8774/flavors/4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "rel": "bookmark"}]}, "id": "8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "security_groups": [{"name": "default"}], "user_id": "f2ce5c4c82f146d1b574161702f45061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:12:57Z", "hostId": "869af016f2785d4a89234634fd883e93109146fe88331b95e8235e88", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-inst", "created": "2019-01-20T13:12:56Z", "tenant_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:13:00,797 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e used request id req-65ecbf06-ea07-4f46-a343-b39a1597ac4a 2019-01-20 13:13:00,798 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-inst] is - BUILD 2019-01-20 13:13:00,798 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:13:03,801 - create_instance - DEBUG - VM status query timeout in 893.178775072 2019-01-20 13:13:03,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:13:04,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-880dd9b3-818d-4829-b2a1-07c4e37b4ab9 x-compute-request-id: req-880dd9b3-818d-4829-b2a1-07c4e37b4ab9 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:2b:22", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:2b:22", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "rel": "bookmark"}], "image": {"id": "9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "links": [{"href": "http://172.30.9.22:8774/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:13:01.000000", "flavor": {"id": "4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "links": [{"href": "http://172.30.9.22:8774/flavors/4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "rel": "bookmark"}]}, "id": "8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "security_groups": [{"name": "default"}], "user_id": "f2ce5c4c82f146d1b574161702f45061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:13:02Z", "hostId": "869af016f2785d4a89234634fd883e93109146fe88331b95e8235e88", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-inst", "created": "2019-01-20T13:12:56Z", "tenant_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:13:04,585 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e used request id req-880dd9b3-818d-4829-b2a1-07c4e37b4ab9 2019-01-20 13:13:04,585 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-inst] is - ACTIVE 2019-01-20 13:13:04,585 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:13:04,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:13:05,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c9f09b0-6603-4321-ad82-f348686187ee x-compute-request-id: req-2c9f09b0-6603-4321-ad82-f348686187ee Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:2b:22", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:2b:22", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "rel": "bookmark"}], "image": {"id": "9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "links": [{"href": "http://172.30.9.22:8774/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:13:01.000000", "flavor": {"id": "4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "links": [{"href": "http://172.30.9.22:8774/flavors/4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "rel": "bookmark"}]}, "id": "8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "security_groups": [{"name": "default"}], "user_id": "f2ce5c4c82f146d1b574161702f45061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:13:02Z", "hostId": "869af016f2785d4a89234634fd883e93109146fe88331b95e8235e88", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-inst", "created": "2019-01-20T13:12:56Z", "tenant_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:13:05,204 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e used request id req-2c9f09b0-6603-4321-ad82-f348686187ee 2019-01-20 13:13:05,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:13:05,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-b88ab763-aaa7-432f-a637-78ed160f7012 Date: Sun, 20 Jan 2019 13:13:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2"],"updated_at":"2019-01-20T13:12:47Z","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net"}]} 2019-01-20 13:13:05,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net used request id req-b88ab763-aaa7-432f-a637-78ed160f7012 2019-01-20 13:13:05,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:13:05,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd90fd2a-31ac-4a85-957f-4bdd8ba65b66 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf"}, "enabled": true, "id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj"}} 2019-01-20 13:13:05,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf used request id req-fd90fd2a-31ac-4a85-957f-4bdd8ba65b66 2019-01-20 13:13:05,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:13:05,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2d133a3d-479e-4acf-9f30-8670f18c6e8d Date: Sun, 20 Jan 2019 13:13:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:47Z","dns_nameservers":[],"updated_at":"2019-01-20T13:12:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","id":"ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-subnet"}]} 2019-01-20 13:13:05,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85 used request id req-2d133a3d-479e-4acf-9f30-8670f18c6e8d 2019-01-20 13:13:05,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:13:05,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3203 X-Openstack-Request-Id: req-0c224952-2aa3-455a-bc3f-0c9b4a60df9e Date: Sun, 20 Jan 2019 13:13:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:12:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2","ip_address":"10.55.0.4"}],"id":"47928a89-f6f6-42f8-b439-777dc54fad90","security_groups":[],"mac_address":"fa:16:3e:e3:89:e2","project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6f89d14a-ba5c-463b-9193-feeffbe99a85"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:13:02Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2","ip_address":"10.55.0.101"},{"subnet_id":"ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2","ip_address":"10.55.0.102"}],"id":"587599be-f74d-44ff-ae52-e0306827aabd","security_groups":["bbdc2ee0-9545-4449-84b5-325aa384019f"],"mac_address":"fa:16:3e:3b:2b:22","project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226port-1","admin_state_up":true,"network_id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:53Z","binding:vnic_type":"normal","device_id":"8a7cd39f-bcec-4564-b87f-2eb26cacbe9e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:12:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2","ip_address":"10.55.0.2"}],"id":"93daa72f-4900-4b39-a9a5-48cf39b73708","security_groups":[],"mac_address":"fa:16:3e:b3:42:38","project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6f89d14a-ba5c-463b-9193-feeffbe99a85"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:12:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2","ip_address":"10.55.0.3"}],"id":"b1473998-9f43-4ed6-9d3c-61f3e91eafc4","security_groups":[],"mac_address":"fa:16:3e:7d:a9:e2","project_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6f89d14a-ba5c-463b-9193-feeffbe99a85","tenant_id":"eb1b61f78e9b4e8991aa3bfdd00a2adf","created_at":"2019-01-20T13:12:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6f89d14a-ba5c-463b-9193-feeffbe99a85"}]} 2019-01-20 13:13:05,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=6f89d14a-ba5c-463b-9193-feeffbe99a85 used request id req-0c224952-2aa3-455a-bc3f-0c9b4a60df9e 2019-01-20 13:13:05,553 - create_instance - INFO - Deleting Port with ID - 587599be-f74d-44ff-ae52-e0306827aabd 2019-01-20 13:13:05,553 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226port-1 2019-01-20 13:13:05,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/587599be-f74d-44ff-ae52-e0306827aabd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:13:06,209 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5df743f3-30a5-40ab-a90e-2af0cc06e310 Date: Sun, 20 Jan 2019 13:13:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:13:06,209 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/587599be-f74d-44ff-ae52-e0306827aabd used request id req-5df743f3-30a5-40ab-a90e-2af0cc06e310 2019-01-20 13:13:06,209 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-inst 2019-01-20 13:13:06,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:13:06,368 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13: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-dae04486-691b-49a8-b831-8b8d4be96367 x-compute-request-id: req-dae04486-691b-49a8-b831-8b8d4be96367 Content-Type: application/json 2019-01-20 13:13:06,368 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e used request id req-dae04486-691b-49a8-b831-8b8d4be96367 2019-01-20 13:13:06,369 - create_instance - INFO - Checking deletion status 2019-01-20 13:13:06,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:13:06,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-64a74aa5-e7fb-4506-8a11-fcd4ce1a882c x-compute-request-id: req-64a74aa5-e7fb-4506-8a11-fcd4ce1a882c Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:2b:22", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:2b:22", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "rel": "bookmark"}], "image": {"id": "9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "links": [{"href": "http://172.30.9.22:8774/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:13:01.000000", "flavor": {"id": "4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "links": [{"href": "http://172.30.9.22:8774/flavors/4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "rel": "bookmark"}]}, "id": "8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "user_id": "f2ce5c4c82f146d1b574161702f45061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:13:06Z", "hostId": "869af016f2785d4a89234634fd883e93109146fe88331b95e8235e88", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-inst", "created": "2019-01-20T13:12:56Z", "tenant_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:13:06,618 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e used request id req-64a74aa5-e7fb-4506-8a11-fcd4ce1a882c 2019-01-20 13:13:06,618 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-inst] is - ACTIVE 2019-01-20 13:13:06,618 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:13:09,621 - create_instance - DEBUG - VM status query timeout in 296.747485876 2019-01-20 13:13:09,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:13:09,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99067c82-cc8c-47e2-9c1c-0fa0577e0514 x-compute-request-id: req-99067c82-cc8c-47e2-9c1c-0fa0577e0514 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.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "rel": "bookmark"}], "image": {"id": "9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "links": [{"href": "http://172.30.9.22:8774/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:13:01.000000", "flavor": {"id": "4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "links": [{"href": "http://172.30.9.22:8774/flavors/4318c2cc-c04b-4511-8cf8-d48847ed8d0a", "rel": "bookmark"}]}, "id": "8a7cd39f-bcec-4564-b87f-2eb26cacbe9e", "user_id": "f2ce5c4c82f146d1b574161702f45061", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:13:06Z", "hostId": "869af016f2785d4a89234634fd883e93109146fe88331b95e8235e88", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-inst", "created": "2019-01-20T13:12:56Z", "tenant_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:13:09,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e used request id req-99067c82-cc8c-47e2-9c1c-0fa0577e0514 2019-01-20 13:13:09,877 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-inst] is - ACTIVE 2019-01-20 13:13:09,877 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:13:12,880 - create_instance - DEBUG - VM status query timeout in 293.488713026 2019-01-20 13:13:12,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17727d7ec12498fb5c960ca50126786063f8215b" 2019-01-20 13:13:12,935 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:13:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cef7cf1c-67db-4f14-b3c8-0e52d80f3db3 x-compute-request-id: req-cef7cf1c-67db-4f14-b3c8-0e52d80f3db3 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 8a7cd39f-bcec-4564-b87f-2eb26cacbe9e could not be found.", "code": 404}} 2019-01-20 13:13:12,935 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8a7cd39f-bcec-4564-b87f-2eb26cacbe9e used request id req-cef7cf1c-67db-4f14-b3c8-0e52d80f3db3 2019-01-20 13:13:12,935 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 8a7cd39f-bcec-4564-b87f-2eb26cacbe9e could not be found. (HTTP 404) (Request-ID: req-cef7cf1c-67db-4f14-b3c8-0e52d80f3db3) 2019-01-20 13:13:12,935 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-inst 2019-01-20 13:13:12,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/4318c2cc-c04b-4511-8cf8-d48847ed8d0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a68f48b35b422b037825fa003836f60068fe1caa" 2019-01-20 13:13:13,340 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:13:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-784c7d3e-a90d-4f85-96db-e87e8d72ff2f x-compute-request-id: req-784c7d3e-a90d-4f85-96db-e87e8d72ff2f Content-Length: 0 Content-Type: application/json 2019-01-20 13:13:13,340 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/4318c2cc-c04b-4511-8cf8-d48847ed8d0a used request id req-784c7d3e-a90d-4f85-96db-e87e8d72ff2f 2019-01-20 13:13:13,341 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-subnet 2019-01-20 13:13:13,341 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-subnet 2019-01-20 13:13:13,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa12da8b7474f1e3a8f6df683a2a703367280acd" 2019-01-20 13:13:15,679 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e34a9f30-2081-4a16-9ccd-c40013f2012c Date: Sun, 20 Jan 2019 13:13:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:13:15,679 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/ee5e6e62-a4bf-49f6-b55c-2ee74ed06cc2 used request id req-e34a9f30-2081-4a16-9ccd-c40013f2012c 2019-01-20 13:13:15,679 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-pub-net 2019-01-20 13:13:15,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/6f89d14a-ba5c-463b-9193-feeffbe99a85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa12da8b7474f1e3a8f6df683a2a703367280acd" 2019-01-20 13:13:16,868 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e0d9ba90-207c-4f89-b41d-cdef15861ae7 Date: Sun, 20 Jan 2019 13:13:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:13:16,868 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/6f89d14a-ba5c-463b-9193-feeffbe99a85 used request id req-e0d9ba90-207c-4f89-b41d-cdef15861ae7 2019-01-20 13:13:16,869 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-de8bcfbe-3895-440a-a6da-e2570830d226-image 2019-01-20 13:13:16,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fd904cc8babfe58aaf3a1c4e790c0efe3b9e0bf" 2019-01-20 13:13:18,714 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-07870049-596c-47e7-8f9f-4b3235288770 Date: Sun, 20 Jan 2019 13:13:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:13:18,714 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/9e4d3b36-1493-49c0-a7e1-578ca7ed8d00 used request id req-07870049-596c-47e7-8f9f-4b3235288770 2019-01-20 13:13:18,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}409e0c1a4b9601ebd8b37439e8071811289bb0d7" 2019-01-20 13:13:18,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-d9a237c7-3619-4835-95b1-a93eb6f555c8 Date: Sun, 20 Jan 2019 13:13:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "created_at": "2019-01-20T13:12:45Z", "updated_at": "2019-01-20T13:12:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:12:46Z", "revision_number": 0, "id": "3317380a-c246-4b41-be86-2ce8ac486289", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:12:46Z", "security_group_id": "bbdc2ee0-9545-4449-84b5-325aa384019f", "tenant_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:12:46Z", "revision_number": 0, "id": "6f9cc529-832b-4a3f-9c42-169adc8d1882", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:12:46Z", "security_group_id": "bbdc2ee0-9545-4449-84b5-325aa384019f", "tenant_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:12:46Z", "revision_number": 0, "id": "a4085919-602b-4958-8c6f-d80995bb0dbf", "remote_group_id": "bbdc2ee0-9545-4449-84b5-325aa384019f", "remote_ip_prefix": null, "created_at": "2019-01-20T13:12:46Z", "security_group_id": "bbdc2ee0-9545-4449-84b5-325aa384019f", "tenant_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:12:46Z", "revision_number": 0, "id": "c44c7387-d7d9-4f96-b66f-3f6fc16bbfbc", "remote_group_id": "bbdc2ee0-9545-4449-84b5-325aa384019f", "remote_ip_prefix": null, "created_at": "2019-01-20T13:12:46Z", "security_group_id": "bbdc2ee0-9545-4449-84b5-325aa384019f", "tenant_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf"}], "revision_number": 4, "project_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "id": "bbdc2ee0-9545-4449-84b5-325aa384019f", "name": "default"}]} 2019-01-20 13:13:18,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-d9a237c7-3619-4835-95b1-a93eb6f555c8 2019-01-20 13:13:18,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}409e0c1a4b9601ebd8b37439e8071811289bb0d7" 2019-01-20 13:13:19,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2985635d-0979-40c5-ad1f-e31102873a8b 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:13:19,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-2985635d-0979-40c5-ad1f-e31102873a8b 2019-01-20 13:13:19,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}409e0c1a4b9601ebd8b37439e8071811289bb0d7" 2019-01-20 13:13:19,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5959c814-2dda-4185-ab31-852f0bf04137 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:13:19,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-5959c814-2dda-4185-ab31-852f0bf04137 2019-01-20 13:13:19,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}409e0c1a4b9601ebd8b37439e8071811289bb0d7" 2019-01-20 13:13:19,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be5b7b9e-51ff-4431-afe2-24ea6a43565f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:13:19,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-be5b7b9e-51ff-4431-afe2-24ea6a43565f 2019-01-20 13:13:19,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}409e0c1a4b9601ebd8b37439e8071811289bb0d7" 2019-01-20 13:13:19,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd68abc9-621a-4c09-bbe6-0bc045a51643 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf"}, "enabled": true, "id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj"}} 2019-01-20 13:13:19,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf used request id req-bd68abc9-621a-4c09-bbe6-0bc045a51643 2019-01-20 13:13:19,311 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bbdc2ee0-9545-4449-84b5-325aa384019f 2019-01-20 13:13:19,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=bbdc2ee0-9545-4449-84b5-325aa384019f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}409e0c1a4b9601ebd8b37439e8071811289bb0d7" 2019-01-20 13:13:19,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9e5be198-7893-4594-a0e2-ff51e573d635 Date: Sun, 20 Jan 2019 13:13: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": "2019-01-20T13:12:46Z", "security_group_id": "bbdc2ee0-9545-4449-84b5-325aa384019f", "port_range_min": null, "revision_number": 0, "tenant_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "created_at": "2019-01-20T13:12:46Z", "project_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "id": "3317380a-c246-4b41-be86-2ce8ac486289"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:12:46Z", "security_group_id": "bbdc2ee0-9545-4449-84b5-325aa384019f", "port_range_min": null, "revision_number": 0, "tenant_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "created_at": "2019-01-20T13:12:46Z", "project_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "id": "6f9cc529-832b-4a3f-9c42-169adc8d1882"}, {"remote_group_id": "bbdc2ee0-9545-4449-84b5-325aa384019f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:12:46Z", "security_group_id": "bbdc2ee0-9545-4449-84b5-325aa384019f", "port_range_min": null, "revision_number": 0, "tenant_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "created_at": "2019-01-20T13:12:46Z", "project_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "id": "a4085919-602b-4958-8c6f-d80995bb0dbf"}, {"remote_group_id": "bbdc2ee0-9545-4449-84b5-325aa384019f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:12:46Z", "security_group_id": "bbdc2ee0-9545-4449-84b5-325aa384019f", "port_range_min": null, "revision_number": 0, "tenant_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "created_at": "2019-01-20T13:12:46Z", "project_id": "eb1b61f78e9b4e8991aa3bfdd00a2adf", "id": "c44c7387-d7d9-4f96-b66f-3f6fc16bbfbc"}]} 2019-01-20 13:13:19,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=bbdc2ee0-9545-4449-84b5-325aa384019f used request id req-9e5be198-7893-4594-a0e2-ff51e573d635 2019-01-20 13:13:19,485 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:13:19,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/bbdc2ee0-9545-4449-84b5-325aa384019f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}409e0c1a4b9601ebd8b37439e8071811289bb0d7" 2019-01-20 13:13:19,841 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-69fff441-30da-408f-a9dc-032b0dd03edd Content-Length: 0 Date: Sun, 20 Jan 2019 13:13:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:13:19,841 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/bbdc2ee0-9545-4449-84b5-325aa384019f used request id req-69fff441-30da-408f-a9dc-032b0dd03edd 2019-01-20 13:13:19,842 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj 2019-01-20 13:13:19,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}409e0c1a4b9601ebd8b37439e8071811289bb0d7" 2019-01-20 13:13:20,129 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:13:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e56b5e9-c059-4dd2-bfaf-99797dd2d738 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:13:20,130 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/eb1b61f78e9b4e8991aa3bfdd00a2adf used request id req-9e56b5e9-c059-4dd2-bfaf-99797dd2d738 2019-01-20 13:13:20,130 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-98b085bf-b3b2-48d-proj-role 2019-01-20 13:13:20,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/ff8f440693204845b2fc013db37a1e20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}409e0c1a4b9601ebd8b37439e8071811289bb0d7" 2019-01-20 13:13:20,241 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:13:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c2731a2-5a06-4157-bc89-4ff4593cc79d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:13:20,241 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/ff8f440693204845b2fc013db37a1e20 used request id req-8c2731a2-5a06-4157-bc89-4ff4593cc79d 2019-01-20 13:13:20,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}409e0c1a4b9601ebd8b37439e8071811289bb0d7" 2019-01-20 13:13:20,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f53571f5-6edb-4c93-a9a0-d5be96ca87c4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:13:20,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f53571f5-6edb-4c93-a9a0-d5be96ca87c4 2019-01-20 13:13:20,336 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-98b085bf-b3b2-48d-user 2019-01-20 13:13:20,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/f2ce5c4c82f146d1b574161702f45061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f1c8d928dc2857c9d5c8835f9e0a5b8d63238dc" 2019-01-20 13:13:20,538 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:13:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-233ad03d-1f1a-4c8b-986c-5a2349468c47 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:13:20,538 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/f2ce5c4c82f146d1b574161702f45061 used request id req-233ad03d-1f1a-4c8b-986c-5a2349468c47 2019-01-20 13:13:20,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:13:20,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:13:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Kpm7VV0GTcibokM8Tuwx_Q"], "issued_at": "2019-01-20T13:13:20.000000Z"}} 2019-01-20 13:13:20,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2062ba1c67ace581718dc9d12644d74f19788cd" 2019-01-20 13:13:21,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09ccf696-7991-4888-a019-289883d813fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:13:21,017 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-09ccf696-7991-4888-a019-289883d813fe 2019-01-20 13:13:21,018 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:13:21,020 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:13:21,401 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:13:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["r5KZFfItRvGWSaP_vSxT5A"], "issued_at": "2019-01-20T13:13:21.000000Z"}} 2019-01-20 13:13:21,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0527673b60bcefcd3ef4c1fd154fd1cb528fd7f" 2019-01-20 13:13:21,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c4f6024-daae-4ab4-88d9-b69986ee80c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:13:21,491 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1c4f6024-daae-4ab4-88d9-b69986ee80c5 2019-01-20 13:13:21,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:13:21,501 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:13:21,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0527673b60bcefcd3ef4c1fd154fd1cb528fd7f" 2019-01-20 13:13:21,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7721701b-da70-44ec-a91b-3634ee78862a Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:13:21,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj used request id req-7721701b-da70-44ec-a91b-3634ee78862a 2019-01-20 13:13:21,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0527673b60bcefcd3ef4c1fd154fd1cb528fd7f" 2019-01-20 13:13:21,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4a4acd0-d8c1-4a35-b603-b666c8b4c474 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:13:21,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-f4a4acd0-d8c1-4a35-b603-b666c8b4c474 2019-01-20 13:13:21,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0527673b60bcefcd3ef4c1fd154fd1cb528fd7f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj"}}' 2019-01-20 13:13:21,817 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:13:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-842e1f30-285f-40fc-aa26-ca08afc00e21 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17"}, "enabled": true, "id": "1999ebcb8f6146ffb6b48e3f0c759a17", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj"}} 2019-01-20 13:13:21,817 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-842e1f30-285f-40fc-aa26-ca08afc00e21 2019-01-20 13:13:21,817 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj 2019-01-20 13:13:21,817 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:13:21,818 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:13:22,192 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:13:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ZXKGvvfBTDK4evJQmPQcEw"], "issued_at": "2019-01-20T13:13:22.000000Z"}} 2019-01-20 13:13:22,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29bf4ccffdb7e8861d9daf6b9f6387bbb9979995" 2019-01-20 13:13:22,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed4dd58e-9859-4658-8055-58d5fa01bcf9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:13:22,282 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ed4dd58e-9859-4658-8055-58d5fa01bcf9 2019-01-20 13:13:22,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:13:22,292 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:13:22,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29bf4ccffdb7e8861d9daf6b9f6387bbb9979995" 2019-01-20 13:13:22,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c3b88e3-2bcb-4b11-aada-6fc520199712 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:13:22,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-6c3b88e3-2bcb-4b11-aada-6fc520199712 2019-01-20 13:13:22,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29bf4ccffdb7e8861d9daf6b9f6387bbb9979995" 2019-01-20 13:13:22,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e585e037-66b4-4478-8a37-847d17b8ae43 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17"}, "enabled": true, "id": "1999ebcb8f6146ffb6b48e3f0c759a17", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj"}]} 2019-01-20 13:13:22,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj used request id req-e585e037-66b4-4478-8a37-847d17b8ae43 2019-01-20 13:13:22,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29bf4ccffdb7e8861d9daf6b9f6387bbb9979995" 2019-01-20 13:13:22,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99603a18-62ed-48ad-9c29-4534c283ed02 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:13:22,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-99603a18-62ed-48ad-9c29-4534c283ed02 2019-01-20 13:13:22,917 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-257c64e7-25bd-4cf-user 2019-01-20 13:13:22,917 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:13:22,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0527673b60bcefcd3ef4c1fd154fd1cb528fd7f" 2019-01-20 13:13:23,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54723639-2d4a-41d3-b77e-49ced4187191 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:13:23,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-54723639-2d4a-41d3-b77e-49ced4187191 2019-01-20 13:13:23,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0527673b60bcefcd3ef4c1fd154fd1cb528fd7f" -d '{"role": {"name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj-role"}}' 2019-01-20 13:13:23,230 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:13:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd9ef09a-c62b-4d90-a8ac-342aa7d2cc47 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9b045ffa2e5641a19dd96fdfce008af3", "links": {"self": "http://172.30.9.22:5000/v3/roles/9b045ffa2e5641a19dd96fdfce008af3"}, "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj-role"}} 2019-01-20 13:13:23,230 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-cd9ef09a-c62b-4d90-a8ac-342aa7d2cc47 2019-01-20 13:13:23,230 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj-role 2019-01-20 13:13:23,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/9b045ffa2e5641a19dd96fdfce008af3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0527673b60bcefcd3ef4c1fd154fd1cb528fd7f" 2019-01-20 13:13:23,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4014a1e-12a3-4d8e-b002-35e249965b7d Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/9b045ffa2e5641a19dd96fdfce008af3"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj-role", "id": "9b045ffa2e5641a19dd96fdfce008af3"}} 2019-01-20 13:13:23,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/9b045ffa2e5641a19dd96fdfce008af3 used request id req-b4014a1e-12a3-4d8e-b002-35e249965b7d 2019-01-20 13:13:23,314 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj-role to project CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj 2019-01-20 13:13:23,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17/users/c38cbec0b875445d9407738a8ce69b15/roles/9b045ffa2e5641a19dd96fdfce008af3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0527673b60bcefcd3ef4c1fd154fd1cb528fd7f" 2019-01-20 13:13:23,448 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:13:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ee9d352-1375-4e69-a37c-3c9710377b77 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:13:23,448 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17/users/c38cbec0b875445d9407738a8ce69b15/roles/9b045ffa2e5641a19dd96fdfce008af3 used request id req-9ee9d352-1375-4e69-a37c-3c9710377b77 2019-01-20 13:13:23,449 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:13:23,449 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:13:23,450 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:13:23,836 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9b045ffa2e5641a19dd96fdfce008af3", "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj-role"}], "expires_at": "2019-01-20T14:13:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1999ebcb8f6146ffb6b48e3f0c759a17", "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-user", "id": "c38cbec0b875445d9407738a8ce69b15"}, "audit_ids": ["SVvGU20yTCy3vikmSqWgjA"], "issued_at": "2019-01-20T13:13:23.000000Z"}} 2019-01-20 13:13:23,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49f1ae0e4d5212032fa1f8aa9b99c545683ae37" 2019-01-20 13:13:23,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-638fc3ec-b608-4ab5-bd98-5f5bdb440cf2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:13:23,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-638fc3ec-b608-4ab5-bd98-5f5bdb440cf2 2019-01-20 13:13:23,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d49f1ae0e4d5212032fa1f8aa9b99c545683ae37" 2019-01-20 13:13:24,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-6969b781-05fb-4a5c-99b9-c2941ec0ba62 Date: Sun, 20 Jan 2019 13:13:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-image"} 2019-01-20 13:13:24,101 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-image used request id req-6969b781-05fb-4a5c-99b9-c2941ec0ba62 2019-01-20 13:13:24,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d49f1ae0e4d5212032fa1f8aa9b99c545683ae37" 2019-01-20 13:13:24,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7a1e7ad5-30f3-4e9f-875b-c98796d25179 Date: Sun, 20 Jan 2019 13:13: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"}}} 2019-01-20 13:13:24,255 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-7a1e7ad5-30f3-4e9f-875b-c98796d25179 2019-01-20 13:13:24,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d49f1ae0e4d5212032fa1f8aa9b99c545683ae37" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-image"}' 2019-01-20 13:13:24,477 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe X-Openstack-Request-Id: req-6e85ede4-44a4-4572-a8ec-27287b133e1a Date: Sun, 20 Jan 2019 13:13:24 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:13:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:13:24Z", "visibility": "shared", "locations": [], "self": "/v2/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "min_disk": 0, "protected": false, "id": "2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "file": "/v2/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe/file", "checksum": null, "owner": "1999ebcb8f6146ffb6b48e3f0c759a17", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:13:24,477 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-6e85ede4-44a4-4572-a8ec-27287b133e1a 2019-01-20 13:13:24,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d49f1ae0e4d5212032fa1f8aa9b99c545683ae37" -d '' 2019-01-20 13:13:25,573 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7eab8f24-36d7-4e32-b7f0-6b18212d9a31 Date: Sun, 20 Jan 2019 13:13:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:13:25,573 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe/file used request id req-7eab8f24-36d7-4e32-b7f0-6b18212d9a31 2019-01-20 13:13:25,574 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:13:25,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d49f1ae0e4d5212032fa1f8aa9b99c545683ae37" 2019-01-20 13:13:25,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-552263e9-77db-4c53-b9a7-94c5985ca453 Date: Sun, 20 Jan 2019 13:13:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:13:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:13:25Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe/snap", "metadata": {}}], "self": "/v2/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "min_disk": 0, "protected": false, "id": "2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "file": "/v2/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1999ebcb8f6146ffb6b48e3f0c759a17", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:13:25,737 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe used request id req-552263e9-77db-4c53-b9a7-94c5985ca453 2019-01-20 13:13:25,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d49f1ae0e4d5212032fa1f8aa9b99c545683ae37" 2019-01-20 13:13:25,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-def8baea-aebf-4dd2-acf8-ef15bf6c2c4e Date: Sun, 20 Jan 2019 13:13: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"}}} 2019-01-20 13:13:25,886 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-def8baea-aebf-4dd2-acf8-ef15bf6c2c4e 2019-01-20 13:13:25,889 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-image 2019-01-20 13:13:25,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d49f1ae0e4d5212032fa1f8aa9b99c545683ae37" 2019-01-20 13:13:26,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-989f72e5-f781-4ef3-bb15-e1d82fa673e9 Date: Sun, 20 Jan 2019 13:13:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:13:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:13:25Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe/snap", "metadata": {}}], "self": "/v2/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "min_disk": 0, "protected": false, "id": "2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "file": "/v2/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1999ebcb8f6146ffb6b48e3f0c759a17", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:13:26,056 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe used request id req-989f72e5-f781-4ef3-bb15-e1d82fa673e9 2019-01-20 13:13:26,057 - create_image - DEBUG - Instance status is - active 2019-01-20 13:13:26,057 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-image 2019-01-20 13:13:26,057 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-image 2019-01-20 13:13:26,057 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:13:26,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:13:26,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9b045ffa2e5641a19dd96fdfce008af3", "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj-role"}], "expires_at": "2019-01-20T14:13:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1999ebcb8f6146ffb6b48e3f0c759a17", "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-user", "id": "c38cbec0b875445d9407738a8ce69b15"}, "audit_ids": ["ptsVLQJyQHqUHGZt7qD6XA"], "issued_at": "2019-01-20T13:13:26.000000Z"}} 2019-01-20 13:13:26,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad18c82b34e48b1585cde26cc6a5b9121de3b704" 2019-01-20 13:13:26,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92f4ce16-e81b-4056-9aee-2a6eb8c52ec7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:13:26,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-92f4ce16-e81b-4056-9aee-2a6eb8c52ec7 2019-01-20 13:13:26,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad18c82b34e48b1585cde26cc6a5b9121de3b704" 2019-01-20 13:13:26,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-589a6cba-312d-4a64-9484-e4f0005a68ae Date: Sun, 20 Jan 2019 13:13:26 GMT RESP BODY: {"networks":[]} 2019-01-20 13:13:26,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-pub-net used request id req-589a6cba-312d-4a64-9484-e4f0005a68ae 2019-01-20 13:13:26,680 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-pub-net 2019-01-20 13:13:26,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad18c82b34e48b1585cde26cc6a5b9121de3b704" -d '{"network": {"name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-pub-net", "admin_state_up": true}}' 2019-01-20 13:13:27,449 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-f384a74d-e971-4b3b-95d1-6963faf88d9f Date: Sun, 20 Jan 2019 13:13:27 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d785870b-fb48-4b6b-ada3-8289e60e55e1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1999ebcb8f6146ffb6b48e3f0c759a17","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:13:27Z","is_default":false,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:27Z","mtu":1450}} 2019-01-20 13:13:27,449 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-f384a74d-e971-4b3b-95d1-6963faf88d9f 2019-01-20 13:13:27,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=d785870b-fb48-4b6b-ada3-8289e60e55e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad18c82b34e48b1585cde26cc6a5b9121de3b704" 2019-01-20 13:13:27,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-61fa5ab9-7134-4e46-9ea5-eaa0beb91a6d Date: Sun, 20 Jan 2019 13:13: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":"2019-01-20T13:13:27Z","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"d785870b-fb48-4b6b-ada3-8289e60e55e1","name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-pub-net"}]} 2019-01-20 13:13:27,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=d785870b-fb48-4b6b-ada3-8289e60e55e1 used request id req-61fa5ab9-7134-4e46-9ea5-eaa0beb91a6d 2019-01-20 13:13:27,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d785870b-fb48-4b6b-ada3-8289e60e55e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad18c82b34e48b1585cde26cc6a5b9121de3b704" 2019-01-20 13:13:27,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-87f38397-395b-4c1a-a63a-78785f470f80 Date: Sun, 20 Jan 2019 13:13:27 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:13:27,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d785870b-fb48-4b6b-ada3-8289e60e55e1 used request id req-87f38397-395b-4c1a-a63a-78785f470f80 2019-01-20 13:13:27,814 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-pub-subnet 2019-01-20 13:13:27,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad18c82b34e48b1585cde26cc6a5b9121de3b704" -d '{"subnets": [{"ip_version": 4, "network_id": "d785870b-fb48-4b6b-ada3-8289e60e55e1", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-pub-subnet"}]}' 2019-01-20 13:13:28,521 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fc84b5c7-1ae4-4628-9b16-5e2bc3bc1f41 Date: Sun, 20 Jan 2019 13:13:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d785870b-fb48-4b6b-ada3-8289e60e55e1","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:28Z","dns_nameservers":[],"updated_at":"2019-01-20T13:13: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":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"debad992-436b-41dd-8ac9-903fe3baa326","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-pub-subnet"}]} 2019-01-20 13:13:28,521 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-fc84b5c7-1ae4-4628-9b16-5e2bc3bc1f41 2019-01-20 13:13:28,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=d785870b-fb48-4b6b-ada3-8289e60e55e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad18c82b34e48b1585cde26cc6a5b9121de3b704" 2019-01-20 13:13:28,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-50a24df6-e9bc-4236-8fa9-c7908af07749 Date: Sun, 20 Jan 2019 13:13:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["debad992-436b-41dd-8ac9-903fe3baa326"],"updated_at":"2019-01-20T13:13:28Z","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"d785870b-fb48-4b6b-ada3-8289e60e55e1","name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-pub-net"}]} 2019-01-20 13:13:28,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=d785870b-fb48-4b6b-ada3-8289e60e55e1 used request id req-50a24df6-e9bc-4236-8fa9-c7908af07749 2019-01-20 13:13:28,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=d785870b-fb48-4b6b-ada3-8289e60e55e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad18c82b34e48b1585cde26cc6a5b9121de3b704" 2019-01-20 13:13:29,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-beafb3e9-11d2-4191-a612-caef272faecc Date: Sun, 20 Jan 2019 13:13:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d785870b-fb48-4b6b-ada3-8289e60e55e1","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:28Z","dns_nameservers":[],"updated_at":"2019-01-20T13:13: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":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"debad992-436b-41dd-8ac9-903fe3baa326","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-pub-subnet"}]} 2019-01-20 13:13:29,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=d785870b-fb48-4b6b-ada3-8289e60e55e1 used request id req-beafb3e9-11d2-4191-a612-caef272faecc 2019-01-20 13:13:29,074 - OpenStackNetwork - DEBUG - Network [d785870b-fb48-4b6b-ada3-8289e60e55e1] created successfully 2019-01-20 13:13:29,074 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:13:29,075 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:13:29,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:13:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["IDpjIgDES-ei_ZPMX4HMgA"], "issued_at": "2019-01-20T13:13:29.000000Z"}} 2019-01-20 13:13:29,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05123e7ef86ad09772296ae81c29d3b4970ae2f" 2019-01-20 13:13:29,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39ee60b4-9d72-4764-b376-70164ae66ef4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:13:29,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-39ee60b4-9d72-4764-b376-70164ae66ef4 2019-01-20 13:13:29,550 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:13:29,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05123e7ef86ad09772296ae81c29d3b4970ae2f" 2019-01-20 13:13:29,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cb9cbcc8-50a7-49e9-8c6b-8d00273ad423 x-compute-request-id: req-cb9cbcc8-50a7-49e9-8c6b-8d00273ad423 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:13:29,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-cb9cbcc8-50a7-49e9-8c6b-8d00273ad423 2019-01-20 13:13:29,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05123e7ef86ad09772296ae81c29d3b4970ae2f" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:13:29,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73cef1e4-7663-46e3-a0f1-31041976ccbf x-compute-request-id: req-73cef1e4-7663-46e3-a0f1-31041976ccbf Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/85619d13-32be-48ce-b1b9-9376f9c1bf81", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/85619d13-32be-48ce-b1b9-9376f9c1bf81", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "85619d13-32be-48ce-b1b9-9376f9c1bf81", "name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:13:29,827 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-73cef1e4-7663-46e3-a0f1-31041976ccbf 2019-01-20 13:13:29,828 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:13:29,828 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:13:30,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9b045ffa2e5641a19dd96fdfce008af3", "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj-role"}], "expires_at": "2019-01-20T14:13:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1999ebcb8f6146ffb6b48e3f0c759a17", "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-user", "id": "c38cbec0b875445d9407738a8ce69b15"}, "audit_ids": ["9pGptWjtQRaGu_hHaChIFQ"], "issued_at": "2019-01-20T13:13:30.000000Z"}} 2019-01-20 13:13:30,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7fb2cd2a90ed96ead4c4044a05cfbee4f572a91" 2019-01-20 13:13:30,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12d44913-3ed2-44fc-be13-0627277041b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:13:30,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-12d44913-3ed2-44fc-be13-0627277041b4 2019-01-20 13:13:30,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7fb2cd2a90ed96ead4c4044a05cfbee4f572a91" 2019-01-20 13:13:30,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-371b913d-4907-4725-b625-29722afc0387 Date: Sun, 20 Jan 2019 13:13:30 GMT RESP BODY: {"networks":[]} 2019-01-20 13:13:30,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2 used request id req-371b913d-4907-4725-b625-29722afc0387 2019-01-20 13:13:30,473 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2 2019-01-20 13:13:30,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7fb2cd2a90ed96ead4c4044a05cfbee4f572a91" -d '{"network": {"name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2", "admin_state_up": true}}' 2019-01-20 13:13:30,898 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-b400eab2-e1c8-4bdd-87b2-6b3748bf27f4 Date: Sun, 20 Jan 2019 13:13:30 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1999ebcb8f6146ffb6b48e3f0c759a17","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:13:30Z","is_default":false,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:30Z","mtu":1450}} 2019-01-20 13:13:30,898 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-b400eab2-e1c8-4bdd-87b2-6b3748bf27f4 2019-01-20 13:13:30,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7fb2cd2a90ed96ead4c4044a05cfbee4f572a91" 2019-01-20 13:13:31,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 618 X-Openstack-Request-Id: req-3cbf2c1c-9d3c-4be7-bf1f-9ab5ada6e5da Date: Sun, 20 Jan 2019 13:13: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":"2019-01-20T13:13:30Z","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2"}]} 2019-01-20 13:13:31,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 used request id req-3cbf2c1c-9d3c-4be7-bf1f-9ab5ada6e5da 2019-01-20 13:13:31,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7fb2cd2a90ed96ead4c4044a05cfbee4f572a91" 2019-01-20 13:13:31,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-aae14241-1ccd-43a0-a7db-683b6cc935db Date: Sun, 20 Jan 2019 13:13:31 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:13:31,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 used request id req-aae14241-1ccd-43a0-a7db-683b6cc935db 2019-01-20 13:13:31,307 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet1 2019-01-20 13:13:31,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7fb2cd2a90ed96ead4c4044a05cfbee4f572a91" -d '{"subnets": [{"ip_version": 4, "network_id": "efed58a5-efb2-4923-aa9a-bc56b0a84e68", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet1"}]}' 2019-01-20 13:13:31,984 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-74fe76fc-c755-48bd-a937-adb9946ce6aa Date: Sun, 20 Jan 2019 13:13:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:31Z","dns_nameservers":[],"updated_at":"2019-01-20T13:13: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":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"6a5ea7cc-05aa-4571-b10b-1313c5b051af","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet1"}]} 2019-01-20 13:13:31,984 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-74fe76fc-c755-48bd-a937-adb9946ce6aa 2019-01-20 13:13:31,984 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet2 2019-01-20 13:13:31,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7fb2cd2a90ed96ead4c4044a05cfbee4f572a91" -d '{"subnets": [{"ip_version": 4, "network_id": "efed58a5-efb2-4923-aa9a-bc56b0a84e68", "cidr": "10.65.0.0/24", "name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet2"}]}' 2019-01-20 13:13:32,598 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0f7b6aa5-1bcc-492d-8e85-cc5b7a849a61 Date: Sun, 20 Jan 2019 13:13:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:13:32Z","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":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"813b9d2e-8d46-4aaf-9a94-71a3af56d021","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet2"}]} 2019-01-20 13:13:32,599 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-0f7b6aa5-1bcc-492d-8e85-cc5b7a849a61 2019-01-20 13:13:32,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7fb2cd2a90ed96ead4c4044a05cfbee4f572a91" 2019-01-20 13:13:32,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-4a6c1e29-e9f8-4340-b098-31ebe90fda7f Date: Sun, 20 Jan 2019 13:13: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":["6a5ea7cc-05aa-4571-b10b-1313c5b051af","813b9d2e-8d46-4aaf-9a94-71a3af56d021"],"updated_at":"2019-01-20T13:13:32Z","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2"}]} 2019-01-20 13:13:32,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 used request id req-4a6c1e29-e9f8-4340-b098-31ebe90fda7f 2019-01-20 13:13:32,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7fb2cd2a90ed96ead4c4044a05cfbee4f572a91" 2019-01-20 13:13:33,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-6655f81c-2e47-4cc4-a375-e6f97cfe0423 Date: Sun, 20 Jan 2019 13:13:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:31Z","dns_nameservers":[],"updated_at":"2019-01-20T13:13: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":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"6a5ea7cc-05aa-4571-b10b-1313c5b051af","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:13:32Z","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":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"813b9d2e-8d46-4aaf-9a94-71a3af56d021","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet2"}]} 2019-01-20 13:13:33,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 used request id req-6655f81c-2e47-4cc4-a375-e6f97cfe0423 2019-01-20 13:13:33,071 - OpenStackNetwork - DEBUG - Network [efed58a5-efb2-4923-aa9a-bc56b0a84e68] created successfully 2019-01-20 13:13:33,071 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:13:33,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:13:33,466 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9b045ffa2e5641a19dd96fdfce008af3", "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj-role"}], "expires_at": "2019-01-20T14:13:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1999ebcb8f6146ffb6b48e3f0c759a17", "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-user", "id": "c38cbec0b875445d9407738a8ce69b15"}, "audit_ids": ["Qcy1bD2sTl2auks4M7AYog"], "issued_at": "2019-01-20T13:13:33.000000Z"}} 2019-01-20 13:13:33,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:33,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de5ebf58-3eed-4802-9144-3b5579f0705a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:13:33,479 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-de5ebf58-3eed-4802-9144-3b5579f0705a 2019-01-20 13:13:33,480 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:13:33,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:33,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-426eb2d1-d3b9-46ca-983c-359ab4d1e5b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:13:33,560 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-426eb2d1-d3b9-46ca-983c-359ab4d1e5b6 2019-01-20 13:13:33,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:33,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-249d5247-749d-42dc-8ab0-f19f9018e083 Date: Sun, 20 Jan 2019 13: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":["813b9d2e-8d46-4aaf-9a94-71a3af56d021","6a5ea7cc-05aa-4571-b10b-1313c5b051af"],"updated_at":"2019-01-20T13:13:32Z","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2"}]} 2019-01-20 13:13:33,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2 used request id req-249d5247-749d-42dc-8ab0-f19f9018e083 2019-01-20 13:13:33,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:13:33,828 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:13:33,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:33,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b51ed5f-a1e1-426c-82b0-7ce3f521a76e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17"}, "enabled": true, "id": "1999ebcb8f6146ffb6b48e3f0c759a17", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj"}} 2019-01-20 13:13:33,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17 used request id req-3b51ed5f-a1e1-426c-82b0-7ce3f521a76e 2019-01-20 13:13:33,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:34,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-6ef41079-6b22-40f7-9256-e5bbf940be88 Date: Sun, 20 Jan 2019 13:13:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:31Z","dns_nameservers":[],"updated_at":"2019-01-20T13:13: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":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"6a5ea7cc-05aa-4571-b10b-1313c5b051af","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:13:32Z","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":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"813b9d2e-8d46-4aaf-9a94-71a3af56d021","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet2"}]} 2019-01-20 13:13:34,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 used request id req-6ef41079-6b22-40f7-9256-e5bbf940be88 2019-01-20 13:13:34,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68&name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:34,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bc47b352-e6ad-4635-a26b-2964d5a8f9de Date: Sun, 20 Jan 2019 13:13:34 GMT RESP BODY: {"ports":[]} 2019-01-20 13:13:34,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68&name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9port-1&admin_state_up=True used request id req-bc47b352-e6ad-4635-a26b-2964d5a8f9de 2019-01-20 13:13:34,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:34,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f1dd279e-a323-4364-bbec-dee05f27753b x-compute-request-id: req-f1dd279e-a323-4364-bbec-dee05f27753b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:13:34,537 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-inst used request id req-f1dd279e-a323-4364-bbec-dee05f27753b 2019-01-20 13:13:34,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:34,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-466b8f4f-b493-424a-8457-321c5d72d340 Date: Sun, 20 Jan 2019 13:13: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":["6a5ea7cc-05aa-4571-b10b-1313c5b051af","813b9d2e-8d46-4aaf-9a94-71a3af56d021"],"updated_at":"2019-01-20T13:13:32Z","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2"}]} 2019-01-20 13:13:34,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2 used request id req-466b8f4f-b493-424a-8457-321c5d72d340 2019-01-20 13:13:34,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:34,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22d53a21-d88d-4f31-8d38-48df5409d34b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17"}, "enabled": true, "id": "1999ebcb8f6146ffb6b48e3f0c759a17", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj"}} 2019-01-20 13:13:34,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17 used request id req-22d53a21-d88d-4f31-8d38-48df5409d34b 2019-01-20 13:13:34,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:35,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-efbd3ed1-8e00-4f2a-af3c-5b802bae45cc Date: Sun, 20 Jan 2019 13:13:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:31Z","dns_nameservers":[],"updated_at":"2019-01-20T13:13: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":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"6a5ea7cc-05aa-4571-b10b-1313c5b051af","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:13:32Z","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":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"813b9d2e-8d46-4aaf-9a94-71a3af56d021","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet2"}]} 2019-01-20 13:13:35,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 used request id req-efbd3ed1-8e00-4f2a-af3c-5b802bae45cc 2019-01-20 13:13:35,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68&name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:35,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-58dd146b-82cb-4e16-ba42-531300235067 Date: Sun, 20 Jan 2019 13:13:35 GMT RESP BODY: {"ports":[]} 2019-01-20 13:13:35,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68&name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9port-1&admin_state_up=True used request id req-58dd146b-82cb-4e16-ba42-531300235067 2019-01-20 13:13:35,103 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:13:35,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:13:35,491 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9b045ffa2e5641a19dd96fdfce008af3", "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj-role"}], "expires_at": "2019-01-20T14:13:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1999ebcb8f6146ffb6b48e3f0c759a17", "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/1999ebcb8f6146ffb6b48e3f0c759a17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-user", "id": "c38cbec0b875445d9407738a8ce69b15"}, "audit_ids": ["trjWTsmxT-CNd0TVLjE0Rg"], "issued_at": "2019-01-20T13:13:35.000000Z"}} 2019-01-20 13:13:35,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5b8452fe94681bdd79f9f182f6b114784faac9" 2019-01-20 13:13:35,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed9ea9cd-2110-45e0-9e34-b9f78d0abc56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:13:35,567 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ed9ea9cd-2110-45e0-9e34-b9f78d0abc56 2019-01-20 13:13:35,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:35,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-0abf5605-13b3-4663-858f-de8ea680d4dd Date: Sun, 20 Jan 2019 13:13: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":["813b9d2e-8d46-4aaf-9a94-71a3af56d021","6a5ea7cc-05aa-4571-b10b-1313c5b051af"],"updated_at":"2019-01-20T13:13:32Z","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2"}]} 2019-01-20 13:13:35,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2 used request id req-0abf5605-13b3-4663-858f-de8ea680d4dd 2019-01-20 13:13:35,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:35,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-3a603fa3-73e5-4491-8198-fa8dccf41c7e Date: Sun, 20 Jan 2019 13:13:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:31Z","dns_nameservers":[],"updated_at":"2019-01-20T13:13: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":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"6a5ea7cc-05aa-4571-b10b-1313c5b051af","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:13:32Z","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":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"813b9d2e-8d46-4aaf-9a94-71a3af56d021","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet2"}]} 2019-01-20 13:13:35,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 used request id req-3a603fa3-73e5-4491-8198-fa8dccf41c7e 2019-01-20 13:13:35,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:36,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-e3862487-f642-49e2-91bb-b2c28aa21955 Date: Sun, 20 Jan 2019 13:13: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":["813b9d2e-8d46-4aaf-9a94-71a3af56d021","6a5ea7cc-05aa-4571-b10b-1313c5b051af"],"updated_at":"2019-01-20T13:13:32Z","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2"}]} 2019-01-20 13:13:36,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2 used request id req-e3862487-f642-49e2-91bb-b2c28aa21955 2019-01-20 13:13:36,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:13:36,221 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:13:36,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b5b8452fe94681bdd79f9f182f6b114784faac9" 2019-01-20 13:13:36,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dac34117-0338-4c0e-b7fb-937a1fa49deb Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17"}, "enabled": true, "id": "1999ebcb8f6146ffb6b48e3f0c759a17", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj"}} 2019-01-20 13:13:36,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17 used request id req-dac34117-0338-4c0e-b7fb-937a1fa49deb 2019-01-20 13:13:36,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:36,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-2bae66f2-8e48-4054-b26c-0806b45ba86b Date: Sun, 20 Jan 2019 13:13:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:31Z","dns_nameservers":[],"updated_at":"2019-01-20T13:13: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":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"6a5ea7cc-05aa-4571-b10b-1313c5b051af","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:13:32Z","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":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"813b9d2e-8d46-4aaf-9a94-71a3af56d021","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet2"}]} 2019-01-20 13:13:36,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 used request id req-2bae66f2-8e48-4054-b26c-0806b45ba86b 2019-01-20 13:13:36,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68&name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:36,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9d0d7439-92ce-4f07-a400-0388f2baf175 Date: Sun, 20 Jan 2019 13:13:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:31Z","dns_nameservers":[],"updated_at":"2019-01-20T13:13: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":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"6a5ea7cc-05aa-4571-b10b-1313c5b051af","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet1"}]} 2019-01-20 13:13:36,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68&name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet1 used request id req-9d0d7439-92ce-4f07-a400-0388f2baf175 2019-01-20 13:13:36,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68&name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:36,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f0839439-8b4a-4db9-adc7-a790f287f3e5 Date: Sun, 20 Jan 2019 13:13:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:13:32Z","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":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"813b9d2e-8d46-4aaf-9a94-71a3af56d021","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet2"}]} 2019-01-20 13:13:36,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68&name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet2 used request id req-f0839439-8b4a-4db9-adc7-a790f287f3e5 2019-01-20 13:13:36,664 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2 2019-01-20 13:13:36,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" -d '{"port": {"network_id": "efed58a5-efb2-4923-aa9a-bc56b0a84e68", "fixed_ips": [{"subnet_id": "6a5ea7cc-05aa-4571-b10b-1313c5b051af", "ip_address": "10.55.0.101"}, {"subnet_id": "813b9d2e-8d46-4aaf-9a94-71a3af56d021", "ip_address": "10.65.0.101"}], "name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9port-1", "admin_state_up": true}}' 2019-01-20 13:13:37,784 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-1f596559-8d84-4306-a297-5748d858bd5b Date: Sun, 20 Jan 2019 13:13:37 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:13:37Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6a5ea7cc-05aa-4571-b10b-1313c5b051af","ip_address":"10.55.0.101"},{"subnet_id":"813b9d2e-8d46-4aaf-9a94-71a3af56d021","ip_address":"10.65.0.101"}],"id":"3e94b5e7-4e89-46fe-8812-e4e5eb74492c","security_groups":["cab9a641-46ed-4b08-a6cb-bb1913dc690b"],"mac_address":"fa:16:3e:1d:a3:88","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9port-1","project_id":"1999ebcb8f6146ffb6b48e3f0c759a17","qos_policy_id":null,"admin_state_up":true,"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:37Z","binding:vnic_type":"normal"}} 2019-01-20 13:13:37,784 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-1f596559-8d84-4306-a297-5748d858bd5b 2019-01-20 13:13:37,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:37,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-0eadd8c1-7c74-4a67-b5bd-0b7a716be892 Date: Sun, 20 Jan 2019 13:13: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":["6a5ea7cc-05aa-4571-b10b-1313c5b051af","813b9d2e-8d46-4aaf-9a94-71a3af56d021"],"updated_at":"2019-01-20T13:13:32Z","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2"}]} 2019-01-20 13:13:37,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2 used request id req-0eadd8c1-7c74-4a67-b5bd-0b7a716be892 2019-01-20 13:13:37,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:37,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69d0eb2a-9e35-4463-ad4a-9074d9a62e0d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17"}, "enabled": true, "id": "1999ebcb8f6146ffb6b48e3f0c759a17", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj"}} 2019-01-20 13:13:37,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17 used request id req-69d0eb2a-9e35-4463-ad4a-9074d9a62e0d 2019-01-20 13:13:37,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:38,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-e1aaaa42-cef0-4598-a397-26d69ad79499 Date: Sun, 20 Jan 2019 13:13:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:31Z","dns_nameservers":[],"updated_at":"2019-01-20T13:13: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":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"6a5ea7cc-05aa-4571-b10b-1313c5b051af","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:13:32Z","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":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"813b9d2e-8d46-4aaf-9a94-71a3af56d021","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet2"}]} 2019-01-20 13:13:38,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 used request id req-e1aaaa42-cef0-4598-a397-26d69ad79499 2019-01-20 13:13:38,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68&name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:38,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-df24cabf-2237-4cc2-9e67-1ce2b1efc657 Date: Sun, 20 Jan 2019 13:13:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:13:37Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6a5ea7cc-05aa-4571-b10b-1313c5b051af","ip_address":"10.55.0.101"},{"subnet_id":"813b9d2e-8d46-4aaf-9a94-71a3af56d021","ip_address":"10.65.0.101"}],"id":"3e94b5e7-4e89-46fe-8812-e4e5eb74492c","security_groups":["cab9a641-46ed-4b08-a6cb-bb1913dc690b"],"mac_address":"fa:16:3e:1d:a3:88","project_id":"1999ebcb8f6146ffb6b48e3f0c759a17","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9port-1","admin_state_up":true,"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:37Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:13:38,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68&name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9port-1&admin_state_up=True used request id req-df24cabf-2237-4cc2-9e67-1ce2b1efc657 2019-01-20 13:13:38,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:38,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0e8504d-4e57-4248-986e-4ea0d21fb928 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17"}, "enabled": true, "id": "1999ebcb8f6146ffb6b48e3f0c759a17", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj"}} 2019-01-20 13:13:38,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17 used request id req-d0e8504d-4e57-4248-986e-4ea0d21fb928 2019-01-20 13:13:38,331 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-inst 2019-01-20 13:13:38,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:38,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13: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-676c2fed-9687-4cd8-8b96-f22fc1942a0b x-compute-request-id: req-676c2fed-9687-4cd8-8b96-f22fc1942a0b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "85619d13-32be-48ce-b1b9-9376f9c1bf81", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/85619d13-32be-48ce-b1b9-9376f9c1bf81", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/85619d13-32be-48ce-b1b9-9376f9c1bf81", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-flavor-name"}]} 2019-01-20 13:13:38,367 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-676c2fed-9687-4cd8-8b96-f22fc1942a0b 2019-01-20 13:13:38,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/85619d13-32be-48ce-b1b9-9376f9c1bf81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:38,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13: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-ed14c777-c302-4784-b7b0-42bee657ea9d x-compute-request-id: req-ed14c777-c302-4784-b7b0-42bee657ea9d Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/85619d13-32be-48ce-b1b9-9376f9c1bf81", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/85619d13-32be-48ce-b1b9-9376f9c1bf81", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "85619d13-32be-48ce-b1b9-9376f9c1bf81", "name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:13:38,389 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/85619d13-32be-48ce-b1b9-9376f9c1bf81 used request id req-ed14c777-c302-4784-b7b0-42bee657ea9d 2019-01-20 13:13:38,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:38,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-48d6ae7f-4a4b-4ce1-9b0f-c9a466ee8174 Date: Sun, 20 Jan 2019 13:13:38 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:13:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:13:25Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe/snap", "metadata": {}}], "self": "/v2/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "min_disk": 0, "protected": false, "id": "2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "file": "/v2/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1999ebcb8f6146ffb6b48e3f0c759a17", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-image"} 2019-01-20 13:13:38,653 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-image used request id req-48d6ae7f-4a4b-4ce1-9b0f-c9a466ee8174 2019-01-20 13:13:38,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:38,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-269a8461-5d2c-43d5-832a-1deeedc4d2f3 Date: Sun, 20 Jan 2019 13:13: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"}}} 2019-01-20 13:13:38,803 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-269a8461-5d2c-43d5-832a-1deeedc4d2f3 2019-01-20 13:13:38,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" -d '{"server": {"name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-inst", "imageRef": "2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "flavorRef": "85619d13-32be-48ce-b1b9-9376f9c1bf81", "max_count": 1, "min_count": 1, "networks": [{"port": "3e94b5e7-4e89-46fe-8812-e4e5eb74492c"}]}}' 2019-01-20 13:13:40,440 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:13: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-e8632c04-3105-4d81-930c-a14177dcccdd x-compute-request-id: req-e8632c04-3105-4d81-930c-a14177dcccdd Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "rel": "bookmark"}], "adminPass": "w34od9APKAom"}} 2019-01-20 13:13:40,440 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-e8632c04-3105-4d81-930c-a14177dcccdd 2019-01-20 13:13:40,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:40,665 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77e45244-828a-43a9-820b-3247ffb6df21 x-compute-request-id: req-77e45244-828a-43a9-820b-3247ffb6df21 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.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "rel": "bookmark"}], "image": {"id": "2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "links": [{"href": "http://172.30.9.22:8774/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85619d13-32be-48ce-b1b9-9376f9c1bf81", "links": [{"href": "http://172.30.9.22:8774/flavors/85619d13-32be-48ce-b1b9-9376f9c1bf81", "rel": "bookmark"}]}, "id": "036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "user_id": "c38cbec0b875445d9407738a8ce69b15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:13:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-inst", "created": "2019-01-20T13:13:40Z", "tenant_id": "1999ebcb8f6146ffb6b48e3f0c759a17", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:13:40,666 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c used request id req-77e45244-828a-43a9-820b-3247ffb6df21 2019-01-20 13:13:40,666 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-inst 2019-01-20 13:13:40,669 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:41,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-959a28c4-7a4b-43d3-a124-7f5c5010ee4a x-compute-request-id: req-959a28c4-7a4b-43d3-a124-7f5c5010ee4a 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.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "rel": "bookmark"}], "image": {"id": "2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "links": [{"href": "http://172.30.9.22:8774/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85619d13-32be-48ce-b1b9-9376f9c1bf81", "links": [{"href": "http://172.30.9.22:8774/flavors/85619d13-32be-48ce-b1b9-9376f9c1bf81", "rel": "bookmark"}]}, "id": "036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "user_id": "c38cbec0b875445d9407738a8ce69b15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:13:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-inst", "created": "2019-01-20T13:13:40Z", "tenant_id": "1999ebcb8f6146ffb6b48e3f0c759a17", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:13:41,047 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c used request id req-959a28c4-7a4b-43d3-a124-7f5c5010ee4a 2019-01-20 13:13:41,047 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-inst] is - BUILD 2019-01-20 13:13:41,048 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:13:44,051 - create_instance - DEBUG - VM status query timeout in 896.61548996 2019-01-20 13:13:44,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:44,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-b404e4c3-c91d-430c-b8e2-326269e6169a x-compute-request-id: req-b404e4c3-c91d-430c-b8e2-326269e6169a 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.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "rel": "bookmark"}], "image": {"id": "2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "links": [{"href": "http://172.30.9.22:8774/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85619d13-32be-48ce-b1b9-9376f9c1bf81", "links": [{"href": "http://172.30.9.22:8774/flavors/85619d13-32be-48ce-b1b9-9376f9c1bf81", "rel": "bookmark"}]}, "id": "036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "security_groups": [{"name": "default"}], "user_id": "c38cbec0b875445d9407738a8ce69b15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:13:41Z", "hostId": "c06ea33b26b23a1ab280bed01c1597f4742b42fff4693d3f9f0905f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-inst", "created": "2019-01-20T13:13:40Z", "tenant_id": "1999ebcb8f6146ffb6b48e3f0c759a17", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:13:44,825 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c used request id req-b404e4c3-c91d-430c-b8e2-326269e6169a 2019-01-20 13:13:44,826 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-inst] is - BUILD 2019-01-20 13:13:44,826 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:13:47,829 - create_instance - DEBUG - VM status query timeout in 892.837126017 2019-01-20 13:13:47,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:48,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13: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-ee8eb246-799e-46f2-94cb-98ffe936c195 x-compute-request-id: req-ee8eb246-799e-46f2-94cb-98ffe936c195 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:a3:88", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:a3:88", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "rel": "bookmark"}], "image": {"id": "2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "links": [{"href": "http://172.30.9.22:8774/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:13:46.000000", "flavor": {"id": "85619d13-32be-48ce-b1b9-9376f9c1bf81", "links": [{"href": "http://172.30.9.22:8774/flavors/85619d13-32be-48ce-b1b9-9376f9c1bf81", "rel": "bookmark"}]}, "id": "036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "security_groups": [{"name": "default"}], "user_id": "c38cbec0b875445d9407738a8ce69b15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:13:47Z", "hostId": "c06ea33b26b23a1ab280bed01c1597f4742b42fff4693d3f9f0905f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-inst", "created": "2019-01-20T13:13:40Z", "tenant_id": "1999ebcb8f6146ffb6b48e3f0c759a17", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:13:48,476 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c used request id req-ee8eb246-799e-46f2-94cb-98ffe936c195 2019-01-20 13:13:48,477 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-inst] is - ACTIVE 2019-01-20 13:13:48,477 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:13:48,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:49,112 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8cf1d71-91f5-4d9d-971f-66e7c2e90f51 x-compute-request-id: req-a8cf1d71-91f5-4d9d-971f-66e7c2e90f51 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:a3:88", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:a3:88", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "rel": "bookmark"}], "image": {"id": "2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "links": [{"href": "http://172.30.9.22:8774/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:13:46.000000", "flavor": {"id": "85619d13-32be-48ce-b1b9-9376f9c1bf81", "links": [{"href": "http://172.30.9.22:8774/flavors/85619d13-32be-48ce-b1b9-9376f9c1bf81", "rel": "bookmark"}]}, "id": "036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "security_groups": [{"name": "default"}], "user_id": "c38cbec0b875445d9407738a8ce69b15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:13:47Z", "hostId": "c06ea33b26b23a1ab280bed01c1597f4742b42fff4693d3f9f0905f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-inst", "created": "2019-01-20T13:13:40Z", "tenant_id": "1999ebcb8f6146ffb6b48e3f0c759a17", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:13:49,112 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c used request id req-a8cf1d71-91f5-4d9d-971f-66e7c2e90f51 2019-01-20 13:13:49,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:49,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-f5eaec7a-5a5a-4221-be54-1956d4e8f284 Date: Sun, 20 Jan 2019 13:13: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":["6a5ea7cc-05aa-4571-b10b-1313c5b051af","813b9d2e-8d46-4aaf-9a94-71a3af56d021"],"updated_at":"2019-01-20T13:13:32Z","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2"}]} 2019-01-20 13:13:49,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2 used request id req-f5eaec7a-5a5a-4221-be54-1956d4e8f284 2019-01-20 13:13:49,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:49,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:13:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bcec708-6922-4678-9d93-a9e52f347262 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17"}, "enabled": true, "id": "1999ebcb8f6146ffb6b48e3f0c759a17", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj"}} 2019-01-20 13:13:49,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17 used request id req-7bcec708-6922-4678-9d93-a9e52f347262 2019-01-20 13:13:49,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:49,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-7355ffee-ed25-4a08-8e42-fa32bee41f24 Date: Sun, 20 Jan 2019 13:13:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:31Z","dns_nameservers":[],"updated_at":"2019-01-20T13:13: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":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"6a5ea7cc-05aa-4571-b10b-1313c5b051af","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:13:32Z","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":"1999ebcb8f6146ffb6b48e3f0c759a17","id":"813b9d2e-8d46-4aaf-9a94-71a3af56d021","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet2"}]} 2019-01-20 13:13:49,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 used request id req-7355ffee-ed25-4a08-8e42-fa32bee41f24 2019-01-20 13:13:49,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:49,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3437 X-Openstack-Request-Id: req-40aa7df9-009c-4901-a86e-f41a4f1a4dba Date: Sun, 20 Jan 2019 13:13:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:13:35Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6a5ea7cc-05aa-4571-b10b-1313c5b051af","ip_address":"10.55.0.3"},{"subnet_id":"813b9d2e-8d46-4aaf-9a94-71a3af56d021","ip_address":"10.65.0.3"}],"id":"36ce43b2-5762-497b-9c42-d4e7eecd04e1","security_groups":[],"mac_address":"fa:16:3e:47:5b:91","project_id":"1999ebcb8f6146ffb6b48e3f0c759a17","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-efed58a5-efb2-4923-aa9a-bc56b0a84e68"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:13:46Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6a5ea7cc-05aa-4571-b10b-1313c5b051af","ip_address":"10.55.0.101"},{"subnet_id":"813b9d2e-8d46-4aaf-9a94-71a3af56d021","ip_address":"10.65.0.101"}],"id":"3e94b5e7-4e89-46fe-8812-e4e5eb74492c","security_groups":["cab9a641-46ed-4b08-a6cb-bb1913dc690b"],"mac_address":"fa:16:3e:1d:a3:88","project_id":"1999ebcb8f6146ffb6b48e3f0c759a17","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9port-1","admin_state_up":true,"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:37Z","binding:vnic_type":"normal","device_id":"036725f0-520a-4a4c-9a6d-e6d4b3c0b34c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:13:34Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6a5ea7cc-05aa-4571-b10b-1313c5b051af","ip_address":"10.55.0.2"},{"subnet_id":"813b9d2e-8d46-4aaf-9a94-71a3af56d021","ip_address":"10.65.0.2"}],"id":"8615af1a-8058-4c65-b225-64ede4164205","security_groups":[],"mac_address":"fa:16:3e:1d:02:78","project_id":"1999ebcb8f6146ffb6b48e3f0c759a17","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:32Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-efed58a5-efb2-4923-aa9a-bc56b0a84e68"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:13:35Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6a5ea7cc-05aa-4571-b10b-1313c5b051af","ip_address":"10.55.0.4"},{"subnet_id":"813b9d2e-8d46-4aaf-9a94-71a3af56d021","ip_address":"10.65.0.4"}],"id":"8cb43e65-69ee-4dfc-87cd-3ed97b1d4d9b","security_groups":[],"mac_address":"fa:16:3e:29:12:9e","project_id":"1999ebcb8f6146ffb6b48e3f0c759a17","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"efed58a5-efb2-4923-aa9a-bc56b0a84e68","tenant_id":"1999ebcb8f6146ffb6b48e3f0c759a17","created_at":"2019-01-20T13:13:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-efed58a5-efb2-4923-aa9a-bc56b0a84e68"}]} 2019-01-20 13:13:49,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=efed58a5-efb2-4923-aa9a-bc56b0a84e68 used request id req-40aa7df9-009c-4901-a86e-f41a4f1a4dba 2019-01-20 13:13:49,459 - create_instance - INFO - Deleting Port with ID - 3e94b5e7-4e89-46fe-8812-e4e5eb74492c 2019-01-20 13:13:49,459 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9port-1 2019-01-20 13:13:49,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/3e94b5e7-4e89-46fe-8812-e4e5eb74492c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:50,085 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9127c7b7-1698-4b50-bba4-a2907adac341 Date: Sun, 20 Jan 2019 13:13:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:13:50,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/3e94b5e7-4e89-46fe-8812-e4e5eb74492c used request id req-9127c7b7-1698-4b50-bba4-a2907adac341 2019-01-20 13:13:50,085 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-inst 2019-01-20 13:13:50,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:50,243 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13: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-b2cc60c8-5592-4209-bfb3-5832f22e3d88 x-compute-request-id: req-b2cc60c8-5592-4209-bfb3-5832f22e3d88 Content-Type: application/json 2019-01-20 13:13:50,243 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c used request id req-b2cc60c8-5592-4209-bfb3-5832f22e3d88 2019-01-20 13:13:50,243 - create_instance - INFO - Checking deletion status 2019-01-20 13:13:50,246 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:50,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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,Accept-Encoding x-openstack-request-id: req-4396c2fc-b758-4257-8713-d813bfdba6fe x-compute-request-id: req-4396c2fc-b758-4257-8713-d813bfdba6fe Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:a3:88", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:a3:88", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "rel": "bookmark"}], "image": {"id": "2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "links": [{"href": "http://172.30.9.22:8774/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:13:46.000000", "flavor": {"id": "85619d13-32be-48ce-b1b9-9376f9c1bf81", "links": [{"href": "http://172.30.9.22:8774/flavors/85619d13-32be-48ce-b1b9-9376f9c1bf81", "rel": "bookmark"}]}, "id": "036725f0-520a-4a4c-9a6d-e6d4b3c0b34c", "user_id": "c38cbec0b875445d9407738a8ce69b15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:13:50Z", "hostId": "c06ea33b26b23a1ab280bed01c1597f4742b42fff4693d3f9f0905f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-inst", "created": "2019-01-20T13:13:40Z", "tenant_id": "1999ebcb8f6146ffb6b48e3f0c759a17", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:13:50,702 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c used request id req-4396c2fc-b758-4257-8713-d813bfdba6fe 2019-01-20 13:13:50,702 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-inst] is - ACTIVE 2019-01-20 13:13:50,702 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:13:53,705 - create_instance - DEBUG - VM status query timeout in 296.538159132 2019-01-20 13:13:53,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8488654aba0a534b090e9746494b0054475a84" 2019-01-20 13:13:53,762 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:13: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-4a48cb20-ab79-4d96-8121-4e7491fe72a5 x-compute-request-id: req-4a48cb20-ab79-4d96-8121-4e7491fe72a5 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 036725f0-520a-4a4c-9a6d-e6d4b3c0b34c could not be found.", "code": 404}} 2019-01-20 13:13:53,762 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/036725f0-520a-4a4c-9a6d-e6d4b3c0b34c used request id req-4a48cb20-ab79-4d96-8121-4e7491fe72a5 2019-01-20 13:13:53,762 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 036725f0-520a-4a4c-9a6d-e6d4b3c0b34c could not be found. (HTTP 404) (Request-ID: req-4a48cb20-ab79-4d96-8121-4e7491fe72a5) 2019-01-20 13:13:53,762 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-inst 2019-01-20 13:13:53,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/85619d13-32be-48ce-b1b9-9376f9c1bf81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05123e7ef86ad09772296ae81c29d3b4970ae2f" 2019-01-20 13:13:53,819 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:13: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-00259ad7-f180-4dce-9a8e-022ce338ca85 x-compute-request-id: req-00259ad7-f180-4dce-9a8e-022ce338ca85 Content-Length: 0 Content-Type: application/json 2019-01-20 13:13:53,819 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/85619d13-32be-48ce-b1b9-9376f9c1bf81 used request id req-00259ad7-f180-4dce-9a8e-022ce338ca85 2019-01-20 13:13:53,819 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-pub-subnet 2019-01-20 13:13:53,820 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-pub-subnet 2019-01-20 13:13:53,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/debad992-436b-41dd-8ac9-903fe3baa326 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad18c82b34e48b1585cde26cc6a5b9121de3b704" 2019-01-20 13:13:56,125 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-63fb459f-fef7-425d-8d20-3c97d7fcce30 Date: Sun, 20 Jan 2019 13:13:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:13:56,126 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/debad992-436b-41dd-8ac9-903fe3baa326 used request id req-63fb459f-fef7-425d-8d20-3c97d7fcce30 2019-01-20 13:13:56,126 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-pub-net 2019-01-20 13:13:56,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/d785870b-fb48-4b6b-ada3-8289e60e55e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad18c82b34e48b1585cde26cc6a5b9121de3b704" 2019-01-20 13:13:57,448 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-afcf4dcb-8e2c-4cbc-928b-5b6085b7db59 Date: Sun, 20 Jan 2019 13:13:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:13:57,449 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/d785870b-fb48-4b6b-ada3-8289e60e55e1 used request id req-afcf4dcb-8e2c-4cbc-928b-5b6085b7db59 2019-01-20 13:13:57,449 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet1 2019-01-20 13:13:57,449 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet1 2019-01-20 13:13:57,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/6a5ea7cc-05aa-4571-b10b-1313c5b051af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7fb2cd2a90ed96ead4c4044a05cfbee4f572a91" 2019-01-20 13:13:59,592 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f76f7fc9-ad95-4476-9a94-3e99456b83e1 Date: Sun, 20 Jan 2019 13:13:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:13:59,592 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/6a5ea7cc-05aa-4571-b10b-1313c5b051af used request id req-f76f7fc9-ad95-4476-9a94-3e99456b83e1 2019-01-20 13:13:59,593 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet2 2019-01-20 13:13:59,593 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-subnet2 2019-01-20 13:13:59,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/813b9d2e-8d46-4aaf-9a94-71a3af56d021 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7fb2cd2a90ed96ead4c4044a05cfbee4f572a91" 2019-01-20 13:14:01,997 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e8a5ef2b-e549-48c3-a7b4-80fedddb6bda Date: Sun, 20 Jan 2019 13:14:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:14:01,997 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/813b9d2e-8d46-4aaf-9a94-71a3af56d021 used request id req-e8a5ef2b-e549-48c3-a7b4-80fedddb6bda 2019-01-20 13:14:01,997 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9net2 2019-01-20 13:14:02,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/efed58a5-efb2-4923-aa9a-bc56b0a84e68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7fb2cd2a90ed96ead4c4044a05cfbee4f572a91" 2019-01-20 13:14:03,537 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-59268f55-284f-4980-b705-8d8a8800f0e4 Date: Sun, 20 Jan 2019 13:14:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:14:03,537 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/efed58a5-efb2-4923-aa9a-bc56b0a84e68 used request id req-59268f55-284f-4980-b705-8d8a8800f0e4 2019-01-20 13:14:03,538 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-dc609372-dee2-492e-9f5f-381d656da9c9-image 2019-01-20 13:14:03,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d49f1ae0e4d5212032fa1f8aa9b99c545683ae37" 2019-01-20 13:14:04,918 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-246ae6dd-f772-497c-ad10-54ea29d20979 Date: Sun, 20 Jan 2019 13:14:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:14:04,918 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/2c9f2eab-d329-4d62-aebe-97fb9efcaafe used request id req-246ae6dd-f772-497c-ad10-54ea29d20979 2019-01-20 13:14:04,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0527673b60bcefcd3ef4c1fd154fd1cb528fd7f" 2019-01-20 13:14:05,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-24d6c4e5-9bad-42df-81fe-e5b61e0f09f5 Date: Sun, 20 Jan 2019 13:14:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1999ebcb8f6146ffb6b48e3f0c759a17", "created_at": "2019-01-20T13:13:26Z", "updated_at": "2019-01-20T13:13:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:13:26Z", "revision_number": 0, "id": "ac3baccc-ecfe-42e7-96f6-97a36fb5207d", "remote_group_id": "cab9a641-46ed-4b08-a6cb-bb1913dc690b", "remote_ip_prefix": null, "created_at": "2019-01-20T13:13:26Z", "security_group_id": "cab9a641-46ed-4b08-a6cb-bb1913dc690b", "tenant_id": "1999ebcb8f6146ffb6b48e3f0c759a17", "port_range_min": null, "ethertype": "IPv4", "project_id": "1999ebcb8f6146ffb6b48e3f0c759a17"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:13:26Z", "revision_number": 0, "id": "adf3fb9d-3e5b-426a-a20a-c39f56f89358", "remote_group_id": "cab9a641-46ed-4b08-a6cb-bb1913dc690b", "remote_ip_prefix": null, "created_at": "2019-01-20T13:13:26Z", "security_group_id": "cab9a641-46ed-4b08-a6cb-bb1913dc690b", "tenant_id": "1999ebcb8f6146ffb6b48e3f0c759a17", "port_range_min": null, "ethertype": "IPv6", "project_id": "1999ebcb8f6146ffb6b48e3f0c759a17"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:13:26Z", "revision_number": 0, "id": "be86fab4-06fa-468a-bcf8-22f417bf2e2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:13:26Z", "security_group_id": "cab9a641-46ed-4b08-a6cb-bb1913dc690b", "tenant_id": "1999ebcb8f6146ffb6b48e3f0c759a17", "port_range_min": null, "ethertype": "IPv6", "project_id": "1999ebcb8f6146ffb6b48e3f0c759a17"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:13:26Z", "revision_number": 0, "id": "c07365d3-dbc5-4f57-b1a6-267d0214d688", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:13:26Z", "security_group_id": "cab9a641-46ed-4b08-a6cb-bb1913dc690b", "tenant_id": "1999ebcb8f6146ffb6b48e3f0c759a17", "port_range_min": null, "ethertype": "IPv4", "project_id": "1999ebcb8f6146ffb6b48e3f0c759a17"}], "revision_number": 4, "project_id": "1999ebcb8f6146ffb6b48e3f0c759a17", "id": "cab9a641-46ed-4b08-a6cb-bb1913dc690b", "name": "default"}]} 2019-01-20 13:14:05,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-24d6c4e5-9bad-42df-81fe-e5b61e0f09f5 2019-01-20 13:14:05,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0527673b60bcefcd3ef4c1fd154fd1cb528fd7f" 2019-01-20 13:14:05,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-457f1fbe-40a1-4977-9369-fc2733a6c277 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:14:05,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-457f1fbe-40a1-4977-9369-fc2733a6c277 2019-01-20 13:14:05,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0527673b60bcefcd3ef4c1fd154fd1cb528fd7f" 2019-01-20 13:14:05,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d789280-cc5a-413d-84f1-2577e20621d0 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:14:05,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-0d789280-cc5a-413d-84f1-2577e20621d0 2019-01-20 13:14:05,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0527673b60bcefcd3ef4c1fd154fd1cb528fd7f" 2019-01-20 13:14:05,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b557242-0398-4895-986a-79ab38838227 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:14:05,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-5b557242-0398-4895-986a-79ab38838227 2019-01-20 13:14:05,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0527673b60bcefcd3ef4c1fd154fd1cb528fd7f" 2019-01-20 13:14:05,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bae6351-97e3-45d4-811a-7ef0b41885fe Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17"}, "enabled": true, "id": "1999ebcb8f6146ffb6b48e3f0c759a17", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj"}} 2019-01-20 13:14:05,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17 used request id req-8bae6351-97e3-45d4-811a-7ef0b41885fe 2019-01-20 13:14:05,507 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cab9a641-46ed-4b08-a6cb-bb1913dc690b 2019-01-20 13:14:05,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=cab9a641-46ed-4b08-a6cb-bb1913dc690b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0527673b60bcefcd3ef4c1fd154fd1cb528fd7f" 2019-01-20 13:14:05,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-213aaf17-a1a8-4087-a8cc-af32e88619ac Date: Sun, 20 Jan 2019 13:14:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "cab9a641-46ed-4b08-a6cb-bb1913dc690b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:13:26Z", "security_group_id": "cab9a641-46ed-4b08-a6cb-bb1913dc690b", "port_range_min": null, "revision_number": 0, "tenant_id": "1999ebcb8f6146ffb6b48e3f0c759a17", "created_at": "2019-01-20T13:13:26Z", "project_id": "1999ebcb8f6146ffb6b48e3f0c759a17", "id": "ac3baccc-ecfe-42e7-96f6-97a36fb5207d"}, {"remote_group_id": "cab9a641-46ed-4b08-a6cb-bb1913dc690b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:13:26Z", "security_group_id": "cab9a641-46ed-4b08-a6cb-bb1913dc690b", "port_range_min": null, "revision_number": 0, "tenant_id": "1999ebcb8f6146ffb6b48e3f0c759a17", "created_at": "2019-01-20T13:13:26Z", "project_id": "1999ebcb8f6146ffb6b48e3f0c759a17", "id": "adf3fb9d-3e5b-426a-a20a-c39f56f89358"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:13:26Z", "security_group_id": "cab9a641-46ed-4b08-a6cb-bb1913dc690b", "port_range_min": null, "revision_number": 0, "tenant_id": "1999ebcb8f6146ffb6b48e3f0c759a17", "created_at": "2019-01-20T13:13:26Z", "project_id": "1999ebcb8f6146ffb6b48e3f0c759a17", "id": "be86fab4-06fa-468a-bcf8-22f417bf2e2b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:13:26Z", "security_group_id": "cab9a641-46ed-4b08-a6cb-bb1913dc690b", "port_range_min": null, "revision_number": 0, "tenant_id": "1999ebcb8f6146ffb6b48e3f0c759a17", "created_at": "2019-01-20T13:13:26Z", "project_id": "1999ebcb8f6146ffb6b48e3f0c759a17", "id": "c07365d3-dbc5-4f57-b1a6-267d0214d688"}]} 2019-01-20 13:14:05,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=cab9a641-46ed-4b08-a6cb-bb1913dc690b used request id req-213aaf17-a1a8-4087-a8cc-af32e88619ac 2019-01-20 13:14:05,695 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:14:05,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/cab9a641-46ed-4b08-a6cb-bb1913dc690b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0527673b60bcefcd3ef4c1fd154fd1cb528fd7f" 2019-01-20 13:14:06,015 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4f15f567-4fc2-46ad-9d99-baf0272c8020 Content-Length: 0 Date: Sun, 20 Jan 2019 13:14:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:14:06,015 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/cab9a641-46ed-4b08-a6cb-bb1913dc690b used request id req-4f15f567-4fc2-46ad-9d99-baf0272c8020 2019-01-20 13:14:06,016 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj 2019-01-20 13:14:06,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0527673b60bcefcd3ef4c1fd154fd1cb528fd7f" 2019-01-20 13:14:06,202 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:14:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b22c5b2-30b9-4ad7-a093-30ae5642f3ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:14:06,202 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/1999ebcb8f6146ffb6b48e3f0c759a17 used request id req-3b22c5b2-30b9-4ad7-a093-30ae5642f3ef 2019-01-20 13:14:06,202 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-257c64e7-25bd-4cf-proj-role 2019-01-20 13:14:06,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/9b045ffa2e5641a19dd96fdfce008af3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0527673b60bcefcd3ef4c1fd154fd1cb528fd7f" 2019-01-20 13:14:06,313 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:14:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-072fc6a9-4209-4241-a0d7-e4e94d582bc8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:14:06,313 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/9b045ffa2e5641a19dd96fdfce008af3 used request id req-072fc6a9-4209-4241-a0d7-e4e94d582bc8 2019-01-20 13:14:06,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0527673b60bcefcd3ef4c1fd154fd1cb528fd7f" 2019-01-20 13:14:06,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c94d0f5f-0f6c-4266-9967-e4c7974a0114 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:14:06,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c94d0f5f-0f6c-4266-9967-e4c7974a0114 2019-01-20 13:14:06,406 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-257c64e7-25bd-4cf-user 2019-01-20 13:14:06,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/c38cbec0b875445d9407738a8ce69b15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29bf4ccffdb7e8861d9daf6b9f6387bbb9979995" 2019-01-20 13:14:06,593 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:14:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbd368c6-bb15-4897-a875-43e079a09677 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:14:06,593 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/c38cbec0b875445d9407738a8ce69b15 used request id req-dbd368c6-bb15-4897-a875-43e079a09677 2019-01-20 13:14:06,594 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:14:06,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:14:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["vXvsf2_AR92tNCxxBHwMug"], "issued_at": "2019-01-20T13:14:06.000000Z"}} 2019-01-20 13:14:06,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93d6c53d5ca70754790653b6cac261047245f1f8" 2019-01-20 13:14:07,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07babf5e-2608-4bbd-b370-a36302a48780 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:14:07,086 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-07babf5e-2608-4bbd-b370-a36302a48780 2019-01-20 13:14:07,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:14:07,088 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:14:07,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:14:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["6egwzorQQ8a7wjjCY3LqLQ"], "issued_at": "2019-01-20T13:14:07.000000Z"}} 2019-01-20 13:14:07,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48cf1062405bea4a3eb323bffbcb8da83f3777b2" 2019-01-20 13:14:07,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb8b6f98-6fa6-46f8-b0c4-240771cc8eb6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:14:07,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-eb8b6f98-6fa6-46f8-b0c4-240771cc8eb6 2019-01-20 13:14:07,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:14:07,558 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:14:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:14:07,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-ed90fa3c-9919-499-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48cf1062405bea4a3eb323bffbcb8da83f3777b2" 2019-01-20 13:14:07,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f4245c1-21d0-4b01-ac2c-9ed0d7eccbd3 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-ed90fa3c-9919-499-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:14:07,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-ed90fa3c-9919-499-proj used request id req-6f4245c1-21d0-4b01-ac2c-9ed0d7eccbd3 2019-01-20 13:14:07,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48cf1062405bea4a3eb323bffbcb8da83f3777b2" 2019-01-20 13:14:07,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-891a7a4c-84fe-432f-a2ec-93e9693413c3 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:14:07,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-891a7a4c-84fe-432f-a2ec-93e9693413c3 2019-01-20 13:14:07,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48cf1062405bea4a3eb323bffbcb8da83f3777b2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj"}}' 2019-01-20 13:14:07,870 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:14:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2dd5a2b3-00f5-453c-810c-8a849894deac Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c"}, "enabled": true, "id": "d71a2a6af05c45798ab7791cbdfd297c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj"}} 2019-01-20 13:14:07,870 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-2dd5a2b3-00f5-453c-810c-8a849894deac 2019-01-20 13:14:07,871 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-ed90fa3c-9919-499-proj 2019-01-20 13:14:07,871 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:14:07,872 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:14:08,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:14:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["MeAI5C8fQvmki9A6YlHLxw"], "issued_at": "2019-01-20T13:14:08.000000Z"}} 2019-01-20 13:14:08,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f97ead639601ce5a80dc451c7e83422e920744d" 2019-01-20 13:14:08,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-630789c3-fbb7-4ed0-9fa4-89c0545ae1bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:14:08,339 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-630789c3-fbb7-4ed0-9fa4-89c0545ae1bf 2019-01-20 13:14:08,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:14:08,350 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:14: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:14:08,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f97ead639601ce5a80dc451c7e83422e920744d" 2019-01-20 13:14:08,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e72ef501-72b9-4034-951a-1e8e96b513c0 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:14:08,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e72ef501-72b9-4034-951a-1e8e96b513c0 2019-01-20 13:14:08,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=InstanceSecurityGroupTests-ed90fa3c-9919-499-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f97ead639601ce5a80dc451c7e83422e920744d" 2019-01-20 13:14:08,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ca56a6e-a6ab-49c1-bfa1-171fa8c91ac3 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=InstanceSecurityGroupTests-ed90fa3c-9919-499-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c"}, "enabled": true, "id": "d71a2a6af05c45798ab7791cbdfd297c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj"}]} 2019-01-20 13:14:08,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=InstanceSecurityGroupTests-ed90fa3c-9919-499-proj used request id req-1ca56a6e-a6ab-49c1-bfa1-171fa8c91ac3 2019-01-20 13:14:08,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f97ead639601ce5a80dc451c7e83422e920744d" 2019-01-20 13:14:08,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8388ed88-3e28-41bc-9a41-83a8ec4373de Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:14:08,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-8388ed88-3e28-41bc-9a41-83a8ec4373de 2019-01-20 13:14:08,895 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-ed90fa3c-9919-499-user 2019-01-20 13:14:08,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:14:08,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48cf1062405bea4a3eb323bffbcb8da83f3777b2" 2019-01-20 13:14:08,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73ebacc2-0979-4de6-907f-99f48538e5fb Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:14:08,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-73ebacc2-0979-4de6-907f-99f48538e5fb 2019-01-20 13:14:08,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48cf1062405bea4a3eb323bffbcb8da83f3777b2" -d '{"role": {"name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj-role"}}' 2019-01-20 13:14:09,115 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:14:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17cdfcad-33c5-4a91-bd9c-eed7ce648659 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bdb3cf693eee427e89015e63944b593a", "links": {"self": "http://172.30.9.22:5000/v3/roles/bdb3cf693eee427e89015e63944b593a"}, "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj-role"}} 2019-01-20 13:14:09,116 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-17cdfcad-33c5-4a91-bd9c-eed7ce648659 2019-01-20 13:14:09,116 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-ed90fa3c-9919-499-proj-role 2019-01-20 13:14:09,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/bdb3cf693eee427e89015e63944b593a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48cf1062405bea4a3eb323bffbcb8da83f3777b2" 2019-01-20 13:14:09,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53fa4f33-2946-4335-9c33-38c40e10e549 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/bdb3cf693eee427e89015e63944b593a"}, "domain_id": null, "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj-role", "id": "bdb3cf693eee427e89015e63944b593a"}} 2019-01-20 13:14:09,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/bdb3cf693eee427e89015e63944b593a used request id req-53fa4f33-2946-4335-9c33-38c40e10e549 2019-01-20 13:14:09,203 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-ed90fa3c-9919-499-proj-role to project InstanceSecurityGroupTests-ed90fa3c-9919-499-proj 2019-01-20 13:14:09,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c/users/614c538c649444a98ed51e6128cbb4a3/roles/bdb3cf693eee427e89015e63944b593a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48cf1062405bea4a3eb323bffbcb8da83f3777b2" 2019-01-20 13:14:09,328 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:14:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a73f2526-eb9c-48b7-8e45-a82587c0f1d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:14:09,328 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c/users/614c538c649444a98ed51e6128cbb4a3/roles/bdb3cf693eee427e89015e63944b593a used request id req-a73f2526-eb9c-48b7-8e45-a82587c0f1d9 2019-01-20 13:14:09,329 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:14:09,330 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:14:09,330 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:14:09,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:14:09,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bdb3cf693eee427e89015e63944b593a", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj-role"}], "expires_at": "2019-01-20T14:14:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d71a2a6af05c45798ab7791cbdfd297c", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-user", "id": "614c538c649444a98ed51e6128cbb4a3"}, "audit_ids": ["ZPieWfswTiqoHkE4j4p_Bg"], "issued_at": "2019-01-20T13:14:09.000000Z"}} 2019-01-20 13:14:09,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}791eb9e4a2f441a1947df1e4677ff7aec33bbe67" 2019-01-20 13:14:09,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c18eb23-8a1f-4001-a12f-a25efddd2225 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:14:09,796 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4c18eb23-8a1f-4001-a12f-a25efddd2225 2019-01-20 13:14:09,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}791eb9e4a2f441a1947df1e4677ff7aec33bbe67" 2019-01-20 13:14:10,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-dc49c92a-62c3-476f-8ea6-cfd7d9626e3e Date: Sun, 20 Jan 2019 13:14:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-image"} 2019-01-20 13:14:10,078 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-image used request id req-dc49c92a-62c3-476f-8ea6-cfd7d9626e3e 2019-01-20 13:14:10,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}791eb9e4a2f441a1947df1e4677ff7aec33bbe67" 2019-01-20 13:14:10,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-64f4aeeb-dc40-43f6-9862-8eb16eb7cb99 Date: Sun, 20 Jan 2019 13:14: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"}}} 2019-01-20 13:14:10,241 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-64f4aeeb-dc40-43f6-9862-8eb16eb7cb99 2019-01-20 13:14:10,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}791eb9e4a2f441a1947df1e4677ff7aec33bbe67" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-image"}' 2019-01-20 13:14:10,447 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/63501566-b031-4553-a378-009fcdf502f0 X-Openstack-Request-Id: req-0bc27f81-705d-4509-83d8-da84004ac4e0 Date: Sun, 20 Jan 2019 13:14:10 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:14:10Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:14:10Z", "visibility": "shared", "locations": [], "self": "/v2/images/63501566-b031-4553-a378-009fcdf502f0", "min_disk": 0, "protected": false, "id": "63501566-b031-4553-a378-009fcdf502f0", "file": "/v2/images/63501566-b031-4553-a378-009fcdf502f0/file", "checksum": null, "owner": "d71a2a6af05c45798ab7791cbdfd297c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:14:10,447 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-0bc27f81-705d-4509-83d8-da84004ac4e0 2019-01-20 13:14:10,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/63501566-b031-4553-a378-009fcdf502f0/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}791eb9e4a2f441a1947df1e4677ff7aec33bbe67" -d '' 2019-01-20 13:14:11,909 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-da05e4e6-60df-497f-9d86-02b4112f208b Date: Sun, 20 Jan 2019 13:14:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:14:11,909 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/63501566-b031-4553-a378-009fcdf502f0/file used request id req-da05e4e6-60df-497f-9d86-02b4112f208b 2019-01-20 13:14:11,910 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:14:11,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/63501566-b031-4553-a378-009fcdf502f0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}791eb9e4a2f441a1947df1e4677ff7aec33bbe67" 2019-01-20 13:14:12,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6a4d936c-2d22-4149-93a3-3ee70cad03a9 Date: Sun, 20 Jan 2019 13:14:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:14:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:14:11Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/63501566-b031-4553-a378-009fcdf502f0/snap", "metadata": {}}], "self": "/v2/images/63501566-b031-4553-a378-009fcdf502f0", "min_disk": 0, "protected": false, "id": "63501566-b031-4553-a378-009fcdf502f0", "file": "/v2/images/63501566-b031-4553-a378-009fcdf502f0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d71a2a6af05c45798ab7791cbdfd297c", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/63501566-b031-4553-a378-009fcdf502f0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:14:12,080 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/63501566-b031-4553-a378-009fcdf502f0 used request id req-6a4d936c-2d22-4149-93a3-3ee70cad03a9 2019-01-20 13:14:12,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}791eb9e4a2f441a1947df1e4677ff7aec33bbe67" 2019-01-20 13:14:12,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8fbc156a-ea64-48db-9ee8-b64ef5bde323 Date: Sun, 20 Jan 2019 13:14:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 13:14:12,093 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-8fbc156a-ea64-48db-9ee8-b64ef5bde323 2019-01-20 13:14:12,096 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-image 2019-01-20 13:14:12,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/63501566-b031-4553-a378-009fcdf502f0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}791eb9e4a2f441a1947df1e4677ff7aec33bbe67" 2019-01-20 13:14:12,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-349cfc1b-bdbc-407e-8e73-8c8f8c35dca9 Date: Sun, 20 Jan 2019 13:14:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:14:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:14:11Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/63501566-b031-4553-a378-009fcdf502f0/snap", "metadata": {}}], "self": "/v2/images/63501566-b031-4553-a378-009fcdf502f0", "min_disk": 0, "protected": false, "id": "63501566-b031-4553-a378-009fcdf502f0", "file": "/v2/images/63501566-b031-4553-a378-009fcdf502f0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d71a2a6af05c45798ab7791cbdfd297c", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/63501566-b031-4553-a378-009fcdf502f0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:14:12,267 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/63501566-b031-4553-a378-009fcdf502f0 used request id req-349cfc1b-bdbc-407e-8e73-8c8f8c35dca9 2019-01-20 13:14:12,268 - create_image - DEBUG - Instance status is - active 2019-01-20 13:14:12,268 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-image 2019-01-20 13:14:12,268 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-image 2019-01-20 13:14:12,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:14:12,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:14:12,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bdb3cf693eee427e89015e63944b593a", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj-role"}], "expires_at": "2019-01-20T14:14:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d71a2a6af05c45798ab7791cbdfd297c", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-user", "id": "614c538c649444a98ed51e6128cbb4a3"}, "audit_ids": ["0YOUs4hIRfCEu3PE4_aHPA"], "issued_at": "2019-01-20T13:14:12.000000Z"}} 2019-01-20 13:14:12,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105debb13071f8f6f1f9280ed9fb1ca3ba7a35ef" 2019-01-20 13:14:12,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a388bd6-8650-484f-af00-f5e515ee6e4d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:14:12,745 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3a388bd6-8650-484f-af00-f5e515ee6e4d 2019-01-20 13:14:12,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105debb13071f8f6f1f9280ed9fb1ca3ba7a35ef" 2019-01-20 13:14:12,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bc99142d-011f-48cc-b490-9123d9f08f78 Date: Sun, 20 Jan 2019 13:14:12 GMT RESP BODY: {"networks":[]} 2019-01-20 13:14:12,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net used request id req-bc99142d-011f-48cc-b490-9123d9f08f78 2019-01-20 13:14:12,932 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net 2019-01-20 13:14:12,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105debb13071f8f6f1f9280ed9fb1ca3ba7a35ef" -d '{"network": {"name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net", "admin_state_up": true}}' 2019-01-20 13:14:13,683 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-f53a7156-e0b5-4e67-aac1-a0058a5b2aad Date: Sun, 20 Jan 2019 13:14:13 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:14:13Z","is_default":false,"name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:13Z","mtu":1450}} 2019-01-20 13:14:13,683 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-f53a7156-e0b5-4e67-aac1-a0058a5b2aad 2019-01-20 13:14:13,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105debb13071f8f6f1f9280ed9fb1ca3ba7a35ef" 2019-01-20 13:14:13,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-9b2ecc44-1127-4f98-96fd-36b0f1a84067 Date: Sun, 20 Jan 2019 13:14:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T13:14:13Z","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d71a2a6af05c45798ab7791cbdfd297c","id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net"}]} 2019-01-20 13:14:13,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 used request id req-9b2ecc44-1127-4f98-96fd-36b0f1a84067 2019-01-20 13:14:13,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105debb13071f8f6f1f9280ed9fb1ca3ba7a35ef" 2019-01-20 13:14:14,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a091f52b-ba03-4e1d-a1b3-3811fe65dd8c Date: Sun, 20 Jan 2019 13:14:14 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:14:14,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 used request id req-a091f52b-ba03-4e1d-a1b3-3811fe65dd8c 2019-01-20 13:14:14,108 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-subnet 2019-01-20 13:14:14,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105debb13071f8f6f1f9280ed9fb1ca3ba7a35ef" -d '{"subnets": [{"ip_version": 4, "network_id": "c95157fd-9240-4689-8fbe-d9f4ab1689f0", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-subnet"}]}' 2019-01-20 13:14:14,994 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9fbe8cdc-72cf-49d3-80d9-01e2ab07ad38 Date: Sun, 20 Jan 2019 13:14:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:14Z","dns_nameservers":[],"updated_at":"2019-01-20T13:14: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":"d71a2a6af05c45798ab7791cbdfd297c","id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-subnet"}]} 2019-01-20 13:14:14,995 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-9fbe8cdc-72cf-49d3-80d9-01e2ab07ad38 2019-01-20 13:14:15,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105debb13071f8f6f1f9280ed9fb1ca3ba7a35ef" 2019-01-20 13:14:15,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-10d8e2c1-ec0a-4b6a-b4bd-33be551829ee Date: Sun, 20 Jan 2019 13: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":["d1174f39-fd63-4d3b-a294-49aaed5d76e3"],"updated_at":"2019-01-20T13:14:14Z","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d71a2a6af05c45798ab7791cbdfd297c","id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net"}]} 2019-01-20 13:14:15,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 used request id req-10d8e2c1-ec0a-4b6a-b4bd-33be551829ee 2019-01-20 13:14:15,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105debb13071f8f6f1f9280ed9fb1ca3ba7a35ef" 2019-01-20 13:14:15,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1ab5dc7f-7723-4bfd-8311-6066c1919510 Date: Sun, 20 Jan 2019 13:14:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:14Z","dns_nameservers":[],"updated_at":"2019-01-20T13:14: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":"d71a2a6af05c45798ab7791cbdfd297c","id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-subnet"}]} 2019-01-20 13:14:15,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 used request id req-1ab5dc7f-7723-4bfd-8311-6066c1919510 2019-01-20 13:14:15,446 - OpenStackNetwork - DEBUG - Network [c95157fd-9240-4689-8fbe-d9f4ab1689f0] created successfully 2019-01-20 13:14:15,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:14:15,447 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:14:15,944 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:14:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["hzOTEDFuTFis5MOwJYWWKA"], "issued_at": "2019-01-20T13:14:15.000000Z"}} 2019-01-20 13:14:15,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5209ca51a96e866dbec4fb8f0f909d8642a486a" 2019-01-20 13:14:16,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79c8fcf9-0790-4280-b32f-8151abaa77b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:14:16,032 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-79c8fcf9-0790-4280-b32f-8151abaa77b0 2019-01-20 13:14:16,033 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:14:16,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5209ca51a96e866dbec4fb8f0f909d8642a486a" 2019-01-20 13:14:16,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d8af921c-f1a9-4095-99f3-be86c4a1a57e x-compute-request-id: req-d8af921c-f1a9-4095-99f3-be86c4a1a57e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:14:16,252 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-d8af921c-f1a9-4095-99f3-be86c4a1a57e 2019-01-20 13:14:16,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5209ca51a96e866dbec4fb8f0f909d8642a486a" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:14:16,301 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-3e0a9a6f-633b-4df1-bba6-e1610d846216 x-compute-request-id: req-3e0a9a6f-633b-4df1-bba6-e1610d846216 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b9f235d8-ee8b-4d54-834b-dc44ff386bec", "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:14:16,301 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-3e0a9a6f-633b-4df1-bba6-e1610d846216 2019-01-20 13:14:16,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:14:16,303 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:14:16,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bdb3cf693eee427e89015e63944b593a", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj-role"}], "expires_at": "2019-01-20T14:14:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d71a2a6af05c45798ab7791cbdfd297c", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-user", "id": "614c538c649444a98ed51e6128cbb4a3"}, "audit_ids": ["J8BAoQooQyuMwqz2Isx-Pg"], "issued_at": "2019-01-20T13:14:16.000000Z"}} 2019-01-20 13:14:16,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:16,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5c18e9b-9fae-4679-8752-7812b262bd06 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:14:16,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b5c18e9b-9fae-4679-8752-7812b262bd06 2019-01-20 13:14:16,750 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:14:16,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:16,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a507ef06-09cb-4a1c-9e96-e26df52f6769 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:14:16,830 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a507ef06-09cb-4a1c-9e96-e26df52f6769 2019-01-20 13:14:16,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:17,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a638cf8e-2988-4f64-a98a-a176617cb516 Date: Sun, 20 Jan 2019 13: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":["d1174f39-fd63-4d3b-a294-49aaed5d76e3"],"updated_at":"2019-01-20T13:14:14Z","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d71a2a6af05c45798ab7791cbdfd297c","id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net"}]} 2019-01-20 13:14:17,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net used request id req-a638cf8e-2988-4f64-a98a-a176617cb516 2019-01-20 13:14:17,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:14:17,098 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:14: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:14:17,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:17,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50aca86a-1532-45fa-8b65-1be3bdd09d8f Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c"}, "enabled": true, "id": "d71a2a6af05c45798ab7791cbdfd297c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj"}} 2019-01-20 13:14:17,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c used request id req-50aca86a-1532-45fa-8b65-1be3bdd09d8f 2019-01-20 13:14:17,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:17,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7fb828e0-7f96-42eb-89dc-3b90e92bebba Date: Sun, 20 Jan 2019 13:14:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:14Z","dns_nameservers":[],"updated_at":"2019-01-20T13:14: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":"d71a2a6af05c45798ab7791cbdfd297c","id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-subnet"}]} 2019-01-20 13:14:17,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 used request id req-7fb828e0-7f96-42eb-89dc-3b90e92bebba 2019-01-20 13:14:17,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0&name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:17,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-eab1438a-bf10-463d-9151-095e3323060b Date: Sun, 20 Jan 2019 13:14:17 GMT RESP BODY: {"ports":[]} 2019-01-20 13:14:17,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0&name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-port&admin_state_up=True used request id req-eab1438a-bf10-463d-9151-095e3323060b 2019-01-20 13:14:17,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:17,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-490222d9-feb0-4162-aec9-189c3b3e7363 x-compute-request-id: req-490222d9-feb0-4162-aec9-189c3b3e7363 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:14:17,801 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst used request id req-490222d9-feb0-4162-aec9-189c3b3e7363 2019-01-20 13:14:17,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:18,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-71d3f9d4-88be-4df9-84e5-5db15e5f76eb Date: Sun, 20 Jan 2019 13:14: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":["d1174f39-fd63-4d3b-a294-49aaed5d76e3"],"updated_at":"2019-01-20T13:14:14Z","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d71a2a6af05c45798ab7791cbdfd297c","id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net"}]} 2019-01-20 13:14:18,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net used request id req-71d3f9d4-88be-4df9-84e5-5db15e5f76eb 2019-01-20 13:14:18,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:18,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-508f93c2-61a7-43a1-98ce-5a9982330473 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c"}, "enabled": true, "id": "d71a2a6af05c45798ab7791cbdfd297c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj"}} 2019-01-20 13:14:18,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c used request id req-508f93c2-61a7-43a1-98ce-5a9982330473 2019-01-20 13:14:18,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:18,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2610c315-9a71-417a-a624-f1f5cbdc173f Date: Sun, 20 Jan 2019 13:14:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:14Z","dns_nameservers":[],"updated_at":"2019-01-20T13:14: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":"d71a2a6af05c45798ab7791cbdfd297c","id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-subnet"}]} 2019-01-20 13:14:18,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 used request id req-2610c315-9a71-417a-a624-f1f5cbdc173f 2019-01-20 13:14:18,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0&name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:18,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fc9c1bf2-e8ff-48ae-9b3e-a73dfd1f314e Date: Sun, 20 Jan 2019 13:14:18 GMT RESP BODY: {"ports":[]} 2019-01-20 13:14:18,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0&name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-port&admin_state_up=True used request id req-fc9c1bf2-e8ff-48ae-9b3e-a73dfd1f314e 2019-01-20 13:14:18,677 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:14:18,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:14:19,063 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bdb3cf693eee427e89015e63944b593a", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj-role"}], "expires_at": "2019-01-20T14:14:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d71a2a6af05c45798ab7791cbdfd297c", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-user", "id": "614c538c649444a98ed51e6128cbb4a3"}, "audit_ids": ["OlGjAmtoThSOJwYMvFa19w"], "issued_at": "2019-01-20T13:14:19.000000Z"}} 2019-01-20 13:14:19,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a316be126ab387ed7f6d7cdcb71ddeff20ba171" 2019-01-20 13:14:19,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a1d5bab-78f1-450e-8a66-b8fe1970c58d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:14:19,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2a1d5bab-78f1-450e-8a66-b8fe1970c58d 2019-01-20 13:14:19,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:19,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6f8a84c5-0253-43ff-8c17-5e15035ed32c Date: Sun, 20 Jan 2019 13: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":["d1174f39-fd63-4d3b-a294-49aaed5d76e3"],"updated_at":"2019-01-20T13:14:14Z","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d71a2a6af05c45798ab7791cbdfd297c","id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net"}]} 2019-01-20 13:14:19,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net used request id req-6f8a84c5-0253-43ff-8c17-5e15035ed32c 2019-01-20 13:14:19,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:19,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9b311e99-d20d-4698-a7c8-31d0a971904e Date: Sun, 20 Jan 2019 13:14:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:14Z","dns_nameservers":[],"updated_at":"2019-01-20T13:14: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":"d71a2a6af05c45798ab7791cbdfd297c","id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-subnet"}]} 2019-01-20 13:14:19,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 used request id req-9b311e99-d20d-4698-a7c8-31d0a971904e 2019-01-20 13:14:19,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:20,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d3319a45-8d63-4c29-a67d-ceb950fe53bd Date: Sun, 20 Jan 2019 13:14: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":["d1174f39-fd63-4d3b-a294-49aaed5d76e3"],"updated_at":"2019-01-20T13:14:14Z","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d71a2a6af05c45798ab7791cbdfd297c","id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net"}]} 2019-01-20 13:14:20,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net used request id req-d3319a45-8d63-4c29-a67d-ceb950fe53bd 2019-01-20 13:14:20,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:14:20,071 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:14: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:14:20,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a316be126ab387ed7f6d7cdcb71ddeff20ba171" 2019-01-20 13:14:20,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61435c02-595a-4ed9-8fc6-ed1f8323dfab Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c"}, "enabled": true, "id": "d71a2a6af05c45798ab7791cbdfd297c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj"}} 2019-01-20 13:14:20,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c used request id req-61435c02-595a-4ed9-8fc6-ed1f8323dfab 2019-01-20 13:14:20,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:20,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7cf64386-923d-409c-9d88-09bd6bab94cb Date: Sun, 20 Jan 2019 13:14:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:14Z","dns_nameservers":[],"updated_at":"2019-01-20T13:14: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":"d71a2a6af05c45798ab7791cbdfd297c","id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-subnet"}]} 2019-01-20 13:14:20,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 used request id req-7cf64386-923d-409c-9d88-09bd6bab94cb 2019-01-20 13:14:20,301 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net 2019-01-20 13:14:20,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" -d '{"port": {"network_id": "c95157fd-9240-4689-8fbe-d9f4ab1689f0", "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-port", "admin_state_up": true}}' 2019-01-20 13:14:21,407 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-e8a49c06-a492-47ad-a97a-34a04845be7e Date: Sun, 20 Jan 2019 13:14:21 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:20Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.11"}],"id":"a3823bb5-6739-4a68-9fad-9034c9fb4767","security_groups":["f0576e7c-267c-4a5a-bf73-b99ca026aba5"],"mac_address":"fa:16:3e:2c:34:f6","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-port","project_id":"d71a2a6af05c45798ab7791cbdfd297c","qos_policy_id":null,"admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:20Z","binding:vnic_type":"normal"}} 2019-01-20 13:14:21,407 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-e8a49c06-a492-47ad-a97a-34a04845be7e 2019-01-20 13:14:21,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:21,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-fa345964-19d0-4f0d-9f78-fd0091bffceb Date: Sun, 20 Jan 2019 13:14:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d1174f39-fd63-4d3b-a294-49aaed5d76e3"],"updated_at":"2019-01-20T13:14:14Z","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d71a2a6af05c45798ab7791cbdfd297c","id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net"}]} 2019-01-20 13:14:21,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net used request id req-fa345964-19d0-4f0d-9f78-fd0091bffceb 2019-01-20 13:14:21,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:21,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07720bad-725b-4bdd-a19a-9759777e24ca Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c"}, "enabled": true, "id": "d71a2a6af05c45798ab7791cbdfd297c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj"}} 2019-01-20 13:14:21,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c used request id req-07720bad-725b-4bdd-a19a-9759777e24ca 2019-01-20 13:14:21,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:21,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-cc391fea-e5ec-4502-8b03-27a66e353f58 Date: Sun, 20 Jan 2019 13:14:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:14Z","dns_nameservers":[],"updated_at":"2019-01-20T13:14: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":"d71a2a6af05c45798ab7791cbdfd297c","id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-subnet"}]} 2019-01-20 13:14:21,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 used request id req-cc391fea-e5ec-4502-8b03-27a66e353f58 2019-01-20 13:14:21,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0&name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:22,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-465ffe49-57ca-4a32-920a-6699cd050d90 Date: Sun, 20 Jan 2019 13:14:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:20Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.11"}],"id":"a3823bb5-6739-4a68-9fad-9034c9fb4767","security_groups":["f0576e7c-267c-4a5a-bf73-b99ca026aba5"],"mac_address":"fa:16:3e:2c:34:f6","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-port","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:20Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:14:22,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0&name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-port&admin_state_up=True used request id req-465ffe49-57ca-4a32-920a-6699cd050d90 2019-01-20 13:14:22,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:22,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04b83a3e-1b44-4471-b1ec-8b2263e1123c Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c"}, "enabled": true, "id": "d71a2a6af05c45798ab7791cbdfd297c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj"}} 2019-01-20 13:14:22,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c used request id req-04b83a3e-1b44-4471-b1ec-8b2263e1123c 2019-01-20 13:14:22,272 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst 2019-01-20 13:14:22,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:22,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70c72120-355e-4a68-b5af-064f3a9f3bea x-compute-request-id: req-70c72120-355e-4a68-b5af-064f3a9f3bea Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b9f235d8-ee8b-4d54-834b-dc44ff386bec", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-flavor-name"}]} 2019-01-20 13:14:22,304 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-70c72120-355e-4a68-b5af-064f3a9f3bea 2019-01-20 13:14:22,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:22,326 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11408d40-bc36-4152-beac-52b21140b79b x-compute-request-id: req-11408d40-bc36-4152-beac-52b21140b79b Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b9f235d8-ee8b-4d54-834b-dc44ff386bec", "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:14:22,326 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec used request id req-11408d40-bc36-4152-beac-52b21140b79b 2019-01-20 13:14:22,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:22,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-70f0925a-a52a-444e-b4f2-b1cdc9cceff8 Date: Sun, 20 Jan 2019 13:14:22 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:14:10Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:14:11Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/63501566-b031-4553-a378-009fcdf502f0/snap", "metadata": {}}], "self": "/v2/images/63501566-b031-4553-a378-009fcdf502f0", "min_disk": 0, "protected": false, "id": "63501566-b031-4553-a378-009fcdf502f0", "file": "/v2/images/63501566-b031-4553-a378-009fcdf502f0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d71a2a6af05c45798ab7791cbdfd297c", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/63501566-b031-4553-a378-009fcdf502f0/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-image"} 2019-01-20 13:14:22,516 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-image used request id req-70f0925a-a52a-444e-b4f2-b1cdc9cceff8 2019-01-20 13:14:22,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:22,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f97ac256-0a62-40bd-90db-76a99469952f Date: Sun, 20 Jan 2019 13:14: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"}}} 2019-01-20 13:14:22,681 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-f97ac256-0a62-40bd-90db-76a99469952f 2019-01-20 13:14:22,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" -d '{"server": {"name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst", "imageRef": "63501566-b031-4553-a378-009fcdf502f0", "flavorRef": "b9f235d8-ee8b-4d54-834b-dc44ff386bec", "max_count": 1, "min_count": 1, "networks": [{"port": "a3823bb5-6739-4a68-9fad-9034c9fb4767"}]}}' 2019-01-20 13:14:24,387 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:14:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-84bb2370-4086-4130-a933-288f1fe8e417 x-compute-request-id: req-84bb2370-4086-4130-a933-288f1fe8e417 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "bookmark"}], "adminPass": "sc43UshUpjp8"}} 2019-01-20 13:14:24,387 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-84bb2370-4086-4130-a933-288f1fe8e417 2019-01-20 13:14:24,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:24,610 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14: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-f9ec2ba1-a56d-43a1-b11c-402955643a46 x-compute-request-id: req-f9ec2ba1-a56d-43a1-b11c-402955643a46 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.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "bookmark"}], "image": {"id": "63501566-b031-4553-a378-009fcdf502f0", "links": [{"href": "http://172.30.9.22:8774/images/63501566-b031-4553-a378-009fcdf502f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b9f235d8-ee8b-4d54-834b-dc44ff386bec", "links": [{"href": "http://172.30.9.22:8774/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "bookmark"}]}, "id": "5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "user_id": "614c538c649444a98ed51e6128cbb4a3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:14:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst", "created": "2019-01-20T13:14:24Z", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:14:24,611 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 used request id req-f9ec2ba1-a56d-43a1-b11c-402955643a46 2019-01-20 13:14:24,611 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst 2019-01-20 13:14:24,614 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:25,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14: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-a7b44664-d974-4abd-8ea3-260576142f99 x-compute-request-id: req-a7b44664-d974-4abd-8ea3-260576142f99 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.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "bookmark"}], "image": {"id": "63501566-b031-4553-a378-009fcdf502f0", "links": [{"href": "http://172.30.9.22:8774/images/63501566-b031-4553-a378-009fcdf502f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b9f235d8-ee8b-4d54-834b-dc44ff386bec", "links": [{"href": "http://172.30.9.22:8774/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "bookmark"}]}, "id": "5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "user_id": "614c538c649444a98ed51e6128cbb4a3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:14:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst", "created": "2019-01-20T13:14:24Z", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:14:25,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 used request id req-a7b44664-d974-4abd-8ea3-260576142f99 2019-01-20 13:14:25,120 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst] is - BUILD 2019-01-20 13:14:25,120 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:14:28,123 - create_instance - DEBUG - VM status query timeout in 896.488142014 2019-01-20 13:14:28,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:28,823 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2acc1ae-309f-47c0-83f7-01afabf87876 x-compute-request-id: req-f2acc1ae-309f-47c0-83f7-01afabf87876 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.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "bookmark"}], "image": {"id": "63501566-b031-4553-a378-009fcdf502f0", "links": [{"href": "http://172.30.9.22:8774/images/63501566-b031-4553-a378-009fcdf502f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b9f235d8-ee8b-4d54-834b-dc44ff386bec", "links": [{"href": "http://172.30.9.22:8774/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "bookmark"}]}, "id": "5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "security_groups": [{"name": "default"}], "user_id": "614c538c649444a98ed51e6128cbb4a3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:14:25Z", "hostId": "995022f099fc8d4280838fd6f87e77c18b5aa9f657a4734d10924fbe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst", "created": "2019-01-20T13:14:24Z", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:14:28,823 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 used request id req-f2acc1ae-309f-47c0-83f7-01afabf87876 2019-01-20 13:14:28,823 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst] is - BUILD 2019-01-20 13:14:28,824 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:14:31,827 - create_instance - DEBUG - VM status query timeout in 892.784505129 2019-01-20 13:14:31,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:32,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d92ec72c-8117-44ff-bebe-cef724151da7 x-compute-request-id: req-d92ec72c-8117-44ff-bebe-cef724151da7 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:34:f6", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "bookmark"}], "image": {"id": "63501566-b031-4553-a378-009fcdf502f0", "links": [{"href": "http://172.30.9.22:8774/images/63501566-b031-4553-a378-009fcdf502f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:14:30.000000", "flavor": {"id": "b9f235d8-ee8b-4d54-834b-dc44ff386bec", "links": [{"href": "http://172.30.9.22:8774/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "bookmark"}]}, "id": "5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "security_groups": [{"name": "default"}], "user_id": "614c538c649444a98ed51e6128cbb4a3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:14:30Z", "hostId": "995022f099fc8d4280838fd6f87e77c18b5aa9f657a4734d10924fbe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst", "created": "2019-01-20T13:14:24Z", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:14:32,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 used request id req-d92ec72c-8117-44ff-bebe-cef724151da7 2019-01-20 13:14:32,615 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst] is - ACTIVE 2019-01-20 13:14:32,615 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:14:32,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:33,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d96d100-3d7f-4d1e-a154-e670e8d9d98b x-compute-request-id: req-6d96d100-3d7f-4d1e-a154-e670e8d9d98b Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:34:f6", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "bookmark"}], "image": {"id": "63501566-b031-4553-a378-009fcdf502f0", "links": [{"href": "http://172.30.9.22:8774/images/63501566-b031-4553-a378-009fcdf502f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:14:30.000000", "flavor": {"id": "b9f235d8-ee8b-4d54-834b-dc44ff386bec", "links": [{"href": "http://172.30.9.22:8774/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "bookmark"}]}, "id": "5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "security_groups": [{"name": "default"}], "user_id": "614c538c649444a98ed51e6128cbb4a3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:14:30Z", "hostId": "995022f099fc8d4280838fd6f87e77c18b5aa9f657a4734d10924fbe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst", "created": "2019-01-20T13:14:24Z", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:14:33,247 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 used request id req-6d96d100-3d7f-4d1e-a154-e670e8d9d98b 2019-01-20 13:14:33,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:33,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-cbe51603-6c3f-4ab9-a45d-f1a19cf6f963 Date: Sun, 20 Jan 2019 13:14:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d1174f39-fd63-4d3b-a294-49aaed5d76e3"],"updated_at":"2019-01-20T13:14:14Z","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d71a2a6af05c45798ab7791cbdfd297c","id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net"}]} 2019-01-20 13:14:33,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net used request id req-cbe51603-6c3f-4ab9-a45d-f1a19cf6f963 2019-01-20 13:14:33,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:33,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79c53e7b-e526-41d5-bfa0-904354a13cf9 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c"}, "enabled": true, "id": "d71a2a6af05c45798ab7791cbdfd297c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj"}} 2019-01-20 13:14:33,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c used request id req-79c53e7b-e526-41d5-bfa0-904354a13cf9 2019-01-20 13:14:33,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:33,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2723eb60-1cf6-4cf1-9e60-c52e6010a6b1 Date: Sun, 20 Jan 2019 13:14:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:14Z","dns_nameservers":[],"updated_at":"2019-01-20T13:14: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":"d71a2a6af05c45798ab7791cbdfd297c","id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-subnet"}]} 2019-01-20 13:14:33,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 used request id req-2723eb60-1cf6-4cf1-9e60-c52e6010a6b1 2019-01-20 13:14:33,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:33,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-9a8f7f00-c825-411f-b404-b33ddea3f415 Date: Sun, 20 Jan 2019 13:14:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.4"}],"id":"326d94c0-5df9-4ec1-9e35-e80af401265c","security_groups":[],"mac_address":"fa:16:3e:fb:c5:27","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c95157fd-9240-4689-8fbe-d9f4ab1689f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.2"}],"id":"7a318880-6e54-4970-bafa-1b99b4f831ce","security_groups":[],"mac_address":"fa:16:3e:6a:63:1e","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c95157fd-9240-4689-8fbe-d9f4ab1689f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.11"}],"id":"a3823bb5-6739-4a68-9fad-9034c9fb4767","security_groups":["f0576e7c-267c-4a5a-bf73-b99ca026aba5"],"mac_address":"fa:16:3e:2c:34:f6","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-port","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:20Z","binding:vnic_type":"normal","device_id":"5d7a5aa8-d8a1-4ad9-ae33-12d903f52024"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.3"}],"id":"cc654dd3-039a-4900-a722-49f081c310f0","security_groups":[],"mac_address":"fa:16:3e:68:82:56","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c95157fd-9240-4689-8fbe-d9f4ab1689f0"}]} 2019-01-20 13:14:33,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 used request id req-9a8f7f00-c825-411f-b404-b33ddea3f415 2019-01-20 13:14:33,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:14:33,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:14:34,114 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bdb3cf693eee427e89015e63944b593a", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj-role"}], "expires_at": "2019-01-20T14:14:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d71a2a6af05c45798ab7791cbdfd297c", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-user", "id": "614c538c649444a98ed51e6128cbb4a3"}, "audit_ids": ["kpvGE7SORFiA9ZPCNehrXw"], "issued_at": "2019-01-20T13:14:34.000000Z"}} 2019-01-20 13:14:34,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263966a80e6f25cc71fd6b26441ad4bf0f15d086" 2019-01-20 13:14:34,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce4bd1dd-d1d2-440e-9ef2-531e67810e07 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:14:34,193 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ce4bd1dd-d1d2-440e-9ef2-531e67810e07 2019-01-20 13:14:34,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263966a80e6f25cc71fd6b26441ad4bf0f15d086" 2019-01-20 13:14:34,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-adf0001c-3d6e-4406-855d-02c3b24941fc Date: Sun, 20 Jan 2019 13:14:34 GMT RESP BODY: {"security_groups": []} 2019-01-20 13:14:34,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-name&description=hello+group used request id req-adf0001c-3d6e-4406-855d-02c3b24941fc 2019-01-20 13:14:34,388 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-name... 2019-01-20 13:14:34,388 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-name 2019-01-20 13:14:34,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263966a80e6f25cc71fd6b26441ad4bf0f15d086" -d '{"security_group": {"name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-name", "description": "hello group"}}' 2019-01-20 13:14:34,751 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a6762984-692c-4c2e-b3cb-e0edb5426ffc Date: Sun, 20 Jan 2019 13:14:34 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "created_at": "2019-01-20T13:14:34Z", "updated_at": "2019-01-20T13:14:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:14:34Z", "revision_number": 0, "id": "a10ad00b-187f-4fb9-87f5-a60042e78f75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:14:34Z", "security_group_id": "907c6010-bac3-4a86-9bd4-04375afadce4", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "port_range_min": null, "ethertype": "IPv6", "project_id": "d71a2a6af05c45798ab7791cbdfd297c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:14:34Z", "revision_number": 0, "id": "b9891dc8-0f81-4064-990b-e53a352f4d8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:14:34Z", "security_group_id": "907c6010-bac3-4a86-9bd4-04375afadce4", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "port_range_min": null, "ethertype": "IPv4", "project_id": "d71a2a6af05c45798ab7791cbdfd297c"}], "revision_number": 2, "project_id": "d71a2a6af05c45798ab7791cbdfd297c", "id": "907c6010-bac3-4a86-9bd4-04375afadce4", "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-name"}} 2019-01-20 13:14:34,751 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-a6762984-692c-4c2e-b3cb-e0edb5426ffc 2019-01-20 13:14:34,752 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 907c6010-bac3-4a86-9bd4-04375afadce4 2019-01-20 13:14:34,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=907c6010-bac3-4a86-9bd4-04375afadce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263966a80e6f25cc71fd6b26441ad4bf0f15d086" 2019-01-20 13:14:35,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ba442d64-fcd9-4ab4-96f4-29ad2846c4e6 Date: Sun, 20 Jan 2019 13:14: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": "2019-01-20T13:14:34Z", "security_group_id": "907c6010-bac3-4a86-9bd4-04375afadce4", "port_range_min": null, "revision_number": 0, "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "created_at": "2019-01-20T13:14:34Z", "project_id": "d71a2a6af05c45798ab7791cbdfd297c", "id": "a10ad00b-187f-4fb9-87f5-a60042e78f75"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:14:34Z", "security_group_id": "907c6010-bac3-4a86-9bd4-04375afadce4", "port_range_min": null, "revision_number": 0, "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "created_at": "2019-01-20T13:14:34Z", "project_id": "d71a2a6af05c45798ab7791cbdfd297c", "id": "b9891dc8-0f81-4064-990b-e53a352f4d8d"}]} 2019-01-20 13:14:35,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=907c6010-bac3-4a86-9bd4-04375afadce4 used request id req-ba442d64-fcd9-4ab4-96f4-29ad2846c4e6 2019-01-20 13:14:35,016 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 907c6010-bac3-4a86-9bd4-04375afadce4 2019-01-20 13:14:35,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=907c6010-bac3-4a86-9bd4-04375afadce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263966a80e6f25cc71fd6b26441ad4bf0f15d086" 2019-01-20 13:14:35,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d235a310-5332-47d9-beb6-d167289d85e3 Date: Sun, 20 Jan 2019 13:14: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": "2019-01-20T13:14:34Z", "security_group_id": "907c6010-bac3-4a86-9bd4-04375afadce4", "port_range_min": null, "revision_number": 0, "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "created_at": "2019-01-20T13:14:34Z", "project_id": "d71a2a6af05c45798ab7791cbdfd297c", "id": "a10ad00b-187f-4fb9-87f5-a60042e78f75"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:14:34Z", "security_group_id": "907c6010-bac3-4a86-9bd4-04375afadce4", "port_range_min": null, "revision_number": 0, "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "created_at": "2019-01-20T13:14:34Z", "project_id": "d71a2a6af05c45798ab7791cbdfd297c", "id": "b9891dc8-0f81-4064-990b-e53a352f4d8d"}]} 2019-01-20 13:14:35,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=907c6010-bac3-4a86-9bd4-04375afadce4 used request id req-d235a310-5332-47d9-beb6-d167289d85e3 2019-01-20 13:14:35,124 - neutron_utils - INFO - Retrieving security group with ID - 907c6010-bac3-4a86-9bd4-04375afadce4 2019-01-20 13:14:35,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=907c6010-bac3-4a86-9bd4-04375afadce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263966a80e6f25cc71fd6b26441ad4bf0f15d086" 2019-01-20 13:14:35,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-dab712bc-e76a-4175-9479-c7244901c0e4 Date: Sun, 20 Jan 2019 13:14:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "created_at": "2019-01-20T13:14:34Z", "updated_at": "2019-01-20T13:14:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:14:34Z", "revision_number": 0, "id": "a10ad00b-187f-4fb9-87f5-a60042e78f75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:14:34Z", "security_group_id": "907c6010-bac3-4a86-9bd4-04375afadce4", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "port_range_min": null, "ethertype": "IPv6", "project_id": "d71a2a6af05c45798ab7791cbdfd297c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:14:34Z", "revision_number": 0, "id": "b9891dc8-0f81-4064-990b-e53a352f4d8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:14:34Z", "security_group_id": "907c6010-bac3-4a86-9bd4-04375afadce4", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "port_range_min": null, "ethertype": "IPv4", "project_id": "d71a2a6af05c45798ab7791cbdfd297c"}], "revision_number": 2, "project_id": "d71a2a6af05c45798ab7791cbdfd297c", "id": "907c6010-bac3-4a86-9bd4-04375afadce4", "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-name"}]} 2019-01-20 13:14:35,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=907c6010-bac3-4a86-9bd4-04375afadce4 used request id req-dab712bc-e76a-4175-9479-c7244901c0e4 2019-01-20 13:14:35,330 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 907c6010-bac3-4a86-9bd4-04375afadce4 2019-01-20 13:14:35,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=907c6010-bac3-4a86-9bd4-04375afadce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263966a80e6f25cc71fd6b26441ad4bf0f15d086" 2019-01-20 13:14:35,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0eed9c6f-6980-4c1f-8b7d-f7d91805e0c1 Date: Sun, 20 Jan 2019 13:14: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": "2019-01-20T13:14:34Z", "security_group_id": "907c6010-bac3-4a86-9bd4-04375afadce4", "port_range_min": null, "revision_number": 0, "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "created_at": "2019-01-20T13:14:34Z", "project_id": "d71a2a6af05c45798ab7791cbdfd297c", "id": "a10ad00b-187f-4fb9-87f5-a60042e78f75"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:14:34Z", "security_group_id": "907c6010-bac3-4a86-9bd4-04375afadce4", "port_range_min": null, "revision_number": 0, "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "created_at": "2019-01-20T13:14:34Z", "project_id": "d71a2a6af05c45798ab7791cbdfd297c", "id": "b9891dc8-0f81-4064-990b-e53a352f4d8d"}]} 2019-01-20 13:14:35,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=907c6010-bac3-4a86-9bd4-04375afadce4 used request id req-0eed9c6f-6980-4c1f-8b7d-f7d91805e0c1 2019-01-20 13:14:35,453 - neutron_utils - INFO - Retrieving security group with ID - 907c6010-bac3-4a86-9bd4-04375afadce4 2019-01-20 13:14:35,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=907c6010-bac3-4a86-9bd4-04375afadce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263966a80e6f25cc71fd6b26441ad4bf0f15d086" 2019-01-20 13:14:35,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-5500d016-e5d2-4605-92af-b58452ccd297 Date: Sun, 20 Jan 2019 13:14:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "created_at": "2019-01-20T13:14:34Z", "updated_at": "2019-01-20T13:14:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:14:34Z", "revision_number": 0, "id": "a10ad00b-187f-4fb9-87f5-a60042e78f75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:14:34Z", "security_group_id": "907c6010-bac3-4a86-9bd4-04375afadce4", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "port_range_min": null, "ethertype": "IPv6", "project_id": "d71a2a6af05c45798ab7791cbdfd297c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:14:34Z", "revision_number": 0, "id": "b9891dc8-0f81-4064-990b-e53a352f4d8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:14:34Z", "security_group_id": "907c6010-bac3-4a86-9bd4-04375afadce4", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "port_range_min": null, "ethertype": "IPv4", "project_id": "d71a2a6af05c45798ab7791cbdfd297c"}], "revision_number": 2, "project_id": "d71a2a6af05c45798ab7791cbdfd297c", "id": "907c6010-bac3-4a86-9bd4-04375afadce4", "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-name"}]} 2019-01-20 13:14:35,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=907c6010-bac3-4a86-9bd4-04375afadce4 used request id req-5500d016-e5d2-4605-92af-b58452ccd297 2019-01-20 13:14:35,512 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 907c6010-bac3-4a86-9bd4-04375afadce4 2019-01-20 13:14:35,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=907c6010-bac3-4a86-9bd4-04375afadce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263966a80e6f25cc71fd6b26441ad4bf0f15d086" 2019-01-20 13:14:35,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b71018d7-0568-4d44-a968-0c2a298bc443 Date: Sun, 20 Jan 2019 13:14: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": "2019-01-20T13:14:34Z", "security_group_id": "907c6010-bac3-4a86-9bd4-04375afadce4", "port_range_min": null, "revision_number": 0, "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "created_at": "2019-01-20T13:14:34Z", "project_id": "d71a2a6af05c45798ab7791cbdfd297c", "id": "a10ad00b-187f-4fb9-87f5-a60042e78f75"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:14:34Z", "security_group_id": "907c6010-bac3-4a86-9bd4-04375afadce4", "port_range_min": null, "revision_number": 0, "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "created_at": "2019-01-20T13:14:34Z", "project_id": "d71a2a6af05c45798ab7791cbdfd297c", "id": "b9891dc8-0f81-4064-990b-e53a352f4d8d"}]} 2019-01-20 13:14:35,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=907c6010-bac3-4a86-9bd4-04375afadce4 used request id req-b71018d7-0568-4d44-a968-0c2a298bc443 2019-01-20 13:14:35,681 - neutron_utils - INFO - Retrieving security group with ID - 907c6010-bac3-4a86-9bd4-04375afadce4 2019-01-20 13:14:35,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=907c6010-bac3-4a86-9bd4-04375afadce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263966a80e6f25cc71fd6b26441ad4bf0f15d086" 2019-01-20 13:14:35,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-f7f5a145-b898-4df3-9a8e-262f9aac506c Date: Sun, 20 Jan 2019 13:14:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "created_at": "2019-01-20T13:14:34Z", "updated_at": "2019-01-20T13:14:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:14:34Z", "revision_number": 0, "id": "a10ad00b-187f-4fb9-87f5-a60042e78f75", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:14:34Z", "security_group_id": "907c6010-bac3-4a86-9bd4-04375afadce4", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "port_range_min": null, "ethertype": "IPv6", "project_id": "d71a2a6af05c45798ab7791cbdfd297c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:14:34Z", "revision_number": 0, "id": "b9891dc8-0f81-4064-990b-e53a352f4d8d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:14:34Z", "security_group_id": "907c6010-bac3-4a86-9bd4-04375afadce4", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "port_range_min": null, "ethertype": "IPv4", "project_id": "d71a2a6af05c45798ab7791cbdfd297c"}], "revision_number": 2, "project_id": "d71a2a6af05c45798ab7791cbdfd297c", "id": "907c6010-bac3-4a86-9bd4-04375afadce4", "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-name"}]} 2019-01-20 13:14:35,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=907c6010-bac3-4a86-9bd4-04375afadce4 used request id req-f7f5a145-b898-4df3-9a8e-262f9aac506c 2019-01-20 13:14:35,731 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 907c6010-bac3-4a86-9bd4-04375afadce4 2019-01-20 13:14:35,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=907c6010-bac3-4a86-9bd4-04375afadce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263966a80e6f25cc71fd6b26441ad4bf0f15d086" 2019-01-20 13:14:35,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-012cea29-3319-4a70-8ebe-03117c269f1d Date: Sun, 20 Jan 2019 13:14: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": "2019-01-20T13:14:34Z", "security_group_id": "907c6010-bac3-4a86-9bd4-04375afadce4", "port_range_min": null, "revision_number": 0, "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "created_at": "2019-01-20T13:14:34Z", "project_id": "d71a2a6af05c45798ab7791cbdfd297c", "id": "a10ad00b-187f-4fb9-87f5-a60042e78f75"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:14:34Z", "security_group_id": "907c6010-bac3-4a86-9bd4-04375afadce4", "port_range_min": null, "revision_number": 0, "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "created_at": "2019-01-20T13:14:34Z", "project_id": "d71a2a6af05c45798ab7791cbdfd297c", "id": "b9891dc8-0f81-4064-990b-e53a352f4d8d"}]} 2019-01-20 13:14:35,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=907c6010-bac3-4a86-9bd4-04375afadce4 used request id req-012cea29-3319-4a70-8ebe-03117c269f1d 2019-01-20 13:14:35,911 - neutron_utils - INFO - Deleting security group rule with ID - b9891dc8-0f81-4064-990b-e53a352f4d8d 2019-01-20 13:14:35,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/b9891dc8-0f81-4064-990b-e53a352f4d8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263966a80e6f25cc71fd6b26441ad4bf0f15d086" 2019-01-20 13:14:36,165 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5d7bec76-344f-4cba-8850-ec54ef120a95 Content-Length: 0 Date: Sun, 20 Jan 2019 13:14:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:14:36,165 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/b9891dc8-0f81-4064-990b-e53a352f4d8d used request id req-5d7bec76-344f-4cba-8850-ec54ef120a95 2019-01-20 13:14:36,165 - neutron_utils - INFO - Deleting security group rule with ID - a10ad00b-187f-4fb9-87f5-a60042e78f75 2019-01-20 13:14:36,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/a10ad00b-187f-4fb9-87f5-a60042e78f75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263966a80e6f25cc71fd6b26441ad4bf0f15d086" 2019-01-20 13:14:36,411 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4ce73c02-dfbd-4703-bca6-eb33515b3494 Content-Length: 0 Date: Sun, 20 Jan 2019 13:14:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:14:36,411 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/a10ad00b-187f-4fb9-87f5-a60042e78f75 used request id req-4ce73c02-dfbd-4703-bca6-eb33515b3494 2019-01-20 13:14:36,411 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-name 2019-01-20 13:14:36,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/907c6010-bac3-4a86-9bd4-04375afadce4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263966a80e6f25cc71fd6b26441ad4bf0f15d086" 2019-01-20 13:14:36,685 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f329ff2a-df13-40b0-b4a7-4dd2430ed345 Content-Length: 0 Date: Sun, 20 Jan 2019 13:14:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:14:36,686 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/907c6010-bac3-4a86-9bd4-04375afadce4 used request id req-f329ff2a-df13-40b0-b4a7-4dd2430ed345 2019-01-20 13:14:36,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:37,150 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-53d7cfea-76a9-4efc-a8b2-031e3121924e x-compute-request-id: req-53d7cfea-76a9-4efc-a8b2-031e3121924e Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:34:f6", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "bookmark"}], "image": {"id": "63501566-b031-4553-a378-009fcdf502f0", "links": [{"href": "http://172.30.9.22:8774/images/63501566-b031-4553-a378-009fcdf502f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:14:30.000000", "flavor": {"id": "b9f235d8-ee8b-4d54-834b-dc44ff386bec", "links": [{"href": "http://172.30.9.22:8774/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "bookmark"}]}, "id": "5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "security_groups": [{"name": "default"}], "user_id": "614c538c649444a98ed51e6128cbb4a3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:14:30Z", "hostId": "995022f099fc8d4280838fd6f87e77c18b5aa9f657a4734d10924fbe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst", "created": "2019-01-20T13:14:24Z", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:14:37,151 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 used request id req-53d7cfea-76a9-4efc-a8b2-031e3121924e 2019-01-20 13:14:37,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:37,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d4393e34-b6f1-4189-b470-5f95940b1c02 Date: Sun, 20 Jan 2019 13:14: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":["d1174f39-fd63-4d3b-a294-49aaed5d76e3"],"updated_at":"2019-01-20T13:14:14Z","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d71a2a6af05c45798ab7791cbdfd297c","id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net"}]} 2019-01-20 13:14:37,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net used request id req-d4393e34-b6f1-4189-b470-5f95940b1c02 2019-01-20 13:14:37,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:37,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-075743f4-2c97-4cef-9ad6-38d06bf138bd Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c"}, "enabled": true, "id": "d71a2a6af05c45798ab7791cbdfd297c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj"}} 2019-01-20 13:14:37,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c used request id req-075743f4-2c97-4cef-9ad6-38d06bf138bd 2019-01-20 13:14:37,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:37,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f90eea6c-c4c6-40c4-9a49-008811765038 Date: Sun, 20 Jan 2019 13:14:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:14Z","dns_nameservers":[],"updated_at":"2019-01-20T13:14: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":"d71a2a6af05c45798ab7791cbdfd297c","id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-subnet"}]} 2019-01-20 13:14:37,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 used request id req-f90eea6c-c4c6-40c4-9a49-008811765038 2019-01-20 13:14:37,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:37,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-80339f31-adb2-4fcf-b501-aaa201ca927e Date: Sun, 20 Jan 2019 13:14:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.4"}],"id":"326d94c0-5df9-4ec1-9e35-e80af401265c","security_groups":[],"mac_address":"fa:16:3e:fb:c5:27","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c95157fd-9240-4689-8fbe-d9f4ab1689f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.2"}],"id":"7a318880-6e54-4970-bafa-1b99b4f831ce","security_groups":[],"mac_address":"fa:16:3e:6a:63:1e","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c95157fd-9240-4689-8fbe-d9f4ab1689f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.11"}],"id":"a3823bb5-6739-4a68-9fad-9034c9fb4767","security_groups":["f0576e7c-267c-4a5a-bf73-b99ca026aba5"],"mac_address":"fa:16:3e:2c:34:f6","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-port","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:20Z","binding:vnic_type":"normal","device_id":"5d7a5aa8-d8a1-4ad9-ae33-12d903f52024"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.3"}],"id":"cc654dd3-039a-4900-a722-49f081c310f0","security_groups":[],"mac_address":"fa:16:3e:68:82:56","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c95157fd-9240-4689-8fbe-d9f4ab1689f0"}]} 2019-01-20 13:14:37,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 used request id req-80339f31-adb2-4fcf-b501-aaa201ca927e 2019-01-20 13:14:37,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:14:37,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bdb3cf693eee427e89015e63944b593a", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj-role"}], "expires_at": "2019-01-20T14:14:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d71a2a6af05c45798ab7791cbdfd297c", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d71a2a6af05c45798ab7791cbdfd297c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d71a2a6af05c45798ab7791cbdfd297c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d71a2a6af05c45798ab7791cbdfd297c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-user", "id": "614c538c649444a98ed51e6128cbb4a3"}, "audit_ids": ["eOBgSfSbQheGokwqhDLBGA"], "issued_at": "2019-01-20T13:14:37.000000Z"}} 2019-01-20 13:14:37,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edfd34ed6492fa21b141d6b4a624201caf780dd4" 2019-01-20 13:14:38,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-baefa0d5-fd08-414f-ab99-febdae5ae13c x-compute-request-id: req-baefa0d5-fd08-414f-ab99-febdae5ae13c Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:34:f6", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "bookmark"}], "image": {"id": "63501566-b031-4553-a378-009fcdf502f0", "links": [{"href": "http://172.30.9.22:8774/images/63501566-b031-4553-a378-009fcdf502f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:14:30.000000", "flavor": {"id": "b9f235d8-ee8b-4d54-834b-dc44ff386bec", "links": [{"href": "http://172.30.9.22:8774/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "bookmark"}]}, "id": "5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "security_groups": [{"name": "default"}], "user_id": "614c538c649444a98ed51e6128cbb4a3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:14:30Z", "hostId": "995022f099fc8d4280838fd6f87e77c18b5aa9f657a4734d10924fbe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst", "created": "2019-01-20T13:14:24Z", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:14:38,878 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 used request id req-baefa0d5-fd08-414f-ab99-febdae5ae13c 2019-01-20 13:14:38,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:39,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd0b637c-af0c-466f-84ad-fe1205961ec2 x-compute-request-id: req-dd0b637c-af0c-466f-84ad-fe1205961ec2 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:34:f6", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "bookmark"}], "image": {"id": "63501566-b031-4553-a378-009fcdf502f0", "links": [{"href": "http://172.30.9.22:8774/images/63501566-b031-4553-a378-009fcdf502f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:14:30.000000", "flavor": {"id": "b9f235d8-ee8b-4d54-834b-dc44ff386bec", "links": [{"href": "http://172.30.9.22:8774/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "bookmark"}]}, "id": "5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "security_groups": [{"name": "default"}], "user_id": "614c538c649444a98ed51e6128cbb4a3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:14:30Z", "hostId": "995022f099fc8d4280838fd6f87e77c18b5aa9f657a4734d10924fbe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst", "created": "2019-01-20T13:14:24Z", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:14:39,482 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 used request id req-dd0b637c-af0c-466f-84ad-fe1205961ec2 2019-01-20 13:14:39,482 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst] is - ACTIVE 2019-01-20 13:14:39,482 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:14:39,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:40,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6276cf0a-052a-4853-9485-6f1ae0b1519c x-compute-request-id: req-6276cf0a-052a-4853-9485-6f1ae0b1519c Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:34:f6", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "bookmark"}], "image": {"id": "63501566-b031-4553-a378-009fcdf502f0", "links": [{"href": "http://172.30.9.22:8774/images/63501566-b031-4553-a378-009fcdf502f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:14:30.000000", "flavor": {"id": "b9f235d8-ee8b-4d54-834b-dc44ff386bec", "links": [{"href": "http://172.30.9.22:8774/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "bookmark"}]}, "id": "5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "security_groups": [{"name": "default"}], "user_id": "614c538c649444a98ed51e6128cbb4a3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:14:30Z", "hostId": "995022f099fc8d4280838fd6f87e77c18b5aa9f657a4734d10924fbe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst", "created": "2019-01-20T13:14:24Z", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:14:40,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 used request id req-6276cf0a-052a-4853-9485-6f1ae0b1519c 2019-01-20 13:14:40,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:40,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-3cda9e1e-6b66-4999-99bb-58b5f3ba007f Date: Sun, 20 Jan 2019 13:14: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":["d1174f39-fd63-4d3b-a294-49aaed5d76e3"],"updated_at":"2019-01-20T13:14:14Z","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d71a2a6af05c45798ab7791cbdfd297c","id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net"}]} 2019-01-20 13:14:40,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net used request id req-3cda9e1e-6b66-4999-99bb-58b5f3ba007f 2019-01-20 13:14:40,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:40,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be58fd91-acc1-4f87-88cf-fb2076a58f33 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c"}, "enabled": true, "id": "d71a2a6af05c45798ab7791cbdfd297c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj"}} 2019-01-20 13:14:40,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c used request id req-be58fd91-acc1-4f87-88cf-fb2076a58f33 2019-01-20 13:14:40,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:40,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-75ac34db-b7d8-4bef-b481-d22fdad97cf5 Date: Sun, 20 Jan 2019 13:14:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:14Z","dns_nameservers":[],"updated_at":"2019-01-20T13:14: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":"d71a2a6af05c45798ab7791cbdfd297c","id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-subnet"}]} 2019-01-20 13:14:40,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 used request id req-75ac34db-b7d8-4bef-b481-d22fdad97cf5 2019-01-20 13:14:40,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:40,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-be2d2356-2c25-4e20-a143-8719157ad093 Date: Sun, 20 Jan 2019 13:14:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.4"}],"id":"326d94c0-5df9-4ec1-9e35-e80af401265c","security_groups":[],"mac_address":"fa:16:3e:fb:c5:27","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c95157fd-9240-4689-8fbe-d9f4ab1689f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.2"}],"id":"7a318880-6e54-4970-bafa-1b99b4f831ce","security_groups":[],"mac_address":"fa:16:3e:6a:63:1e","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c95157fd-9240-4689-8fbe-d9f4ab1689f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.11"}],"id":"a3823bb5-6739-4a68-9fad-9034c9fb4767","security_groups":["f0576e7c-267c-4a5a-bf73-b99ca026aba5"],"mac_address":"fa:16:3e:2c:34:f6","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-port","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:20Z","binding:vnic_type":"normal","device_id":"5d7a5aa8-d8a1-4ad9-ae33-12d903f52024"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.3"}],"id":"cc654dd3-039a-4900-a722-49f081c310f0","security_groups":[],"mac_address":"fa:16:3e:68:82:56","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c95157fd-9240-4689-8fbe-d9f4ab1689f0"}]} 2019-01-20 13:14:40,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 used request id req-be2d2356-2c25-4e20-a143-8719157ad093 2019-01-20 13:14:40,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:41,189 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14: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-a0137225-95c4-484a-9d51-122b9a336f6a x-compute-request-id: req-a0137225-95c4-484a-9d51-122b9a336f6a Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:34:f6", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "bookmark"}], "image": {"id": "63501566-b031-4553-a378-009fcdf502f0", "links": [{"href": "http://172.30.9.22:8774/images/63501566-b031-4553-a378-009fcdf502f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:14:30.000000", "flavor": {"id": "b9f235d8-ee8b-4d54-834b-dc44ff386bec", "links": [{"href": "http://172.30.9.22:8774/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "bookmark"}]}, "id": "5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "security_groups": [{"name": "default"}], "user_id": "614c538c649444a98ed51e6128cbb4a3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:14:30Z", "hostId": "995022f099fc8d4280838fd6f87e77c18b5aa9f657a4734d10924fbe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst", "created": "2019-01-20T13:14:24Z", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:14:41,189 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 used request id req-a0137225-95c4-484a-9d51-122b9a336f6a 2019-01-20 13:14:41,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:41,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a0c71f44-0f82-48e2-8347-9ccc6a5f34de Date: Sun, 20 Jan 2019 13:14: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":["d1174f39-fd63-4d3b-a294-49aaed5d76e3"],"updated_at":"2019-01-20T13:14:14Z","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d71a2a6af05c45798ab7791cbdfd297c","id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net"}]} 2019-01-20 13:14:41,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net used request id req-a0c71f44-0f82-48e2-8347-9ccc6a5f34de 2019-01-20 13:14:41,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:41,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-635fd1d7-edd0-40cf-93d1-56f185ed1eb1 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c"}, "enabled": true, "id": "d71a2a6af05c45798ab7791cbdfd297c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj"}} 2019-01-20 13:14:41,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c used request id req-635fd1d7-edd0-40cf-93d1-56f185ed1eb1 2019-01-20 13:14:41,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:41,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-cbb9b1b6-cb58-4f69-ab20-2c87ca6990df Date: Sun, 20 Jan 2019 13:14:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:14Z","dns_nameservers":[],"updated_at":"2019-01-20T13:14: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":"d71a2a6af05c45798ab7791cbdfd297c","id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-subnet"}]} 2019-01-20 13:14:41,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 used request id req-cbb9b1b6-cb58-4f69-ab20-2c87ca6990df 2019-01-20 13:14:41,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:41,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-5336bec0-afbd-4909-827c-6c7441348d7c Date: Sun, 20 Jan 2019 13:14:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.4"}],"id":"326d94c0-5df9-4ec1-9e35-e80af401265c","security_groups":[],"mac_address":"fa:16:3e:fb:c5:27","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c95157fd-9240-4689-8fbe-d9f4ab1689f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.2"}],"id":"7a318880-6e54-4970-bafa-1b99b4f831ce","security_groups":[],"mac_address":"fa:16:3e:6a:63:1e","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c95157fd-9240-4689-8fbe-d9f4ab1689f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.11"}],"id":"a3823bb5-6739-4a68-9fad-9034c9fb4767","security_groups":["f0576e7c-267c-4a5a-bf73-b99ca026aba5"],"mac_address":"fa:16:3e:2c:34:f6","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-port","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:20Z","binding:vnic_type":"normal","device_id":"5d7a5aa8-d8a1-4ad9-ae33-12d903f52024"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.3"}],"id":"cc654dd3-039a-4900-a722-49f081c310f0","security_groups":[],"mac_address":"fa:16:3e:68:82:56","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c95157fd-9240-4689-8fbe-d9f4ab1689f0"}]} 2019-01-20 13:14:41,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 used request id req-5336bec0-afbd-4909-827c-6c7441348d7c 2019-01-20 13:14:41,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-name"}}' 2019-01-20 13:14:42,061 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-b99d45ac-90eb-4599-b97b-673e65650479 x-compute-request-id: req-b99d45ac-90eb-4599-b97b-673e65650479 Content-Length: 187 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-name is not found for project d71a2a6af05c45798ab7791cbdfd297c", "code": 404}} 2019-01-20 13:14:42,061 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024/action used request id req-b99d45ac-90eb-4599-b97b-673e65650479 2019-01-20 13:14:42,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:42,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-349262ea-9e0e-424e-8807-224b07afc0b2 x-compute-request-id: req-349262ea-9e0e-424e-8807-224b07afc0b2 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:34:f6", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "bookmark"}], "image": {"id": "63501566-b031-4553-a378-009fcdf502f0", "links": [{"href": "http://172.30.9.22:8774/images/63501566-b031-4553-a378-009fcdf502f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:14:30.000000", "flavor": {"id": "b9f235d8-ee8b-4d54-834b-dc44ff386bec", "links": [{"href": "http://172.30.9.22:8774/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "bookmark"}]}, "id": "5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "security_groups": [{"name": "default"}], "user_id": "614c538c649444a98ed51e6128cbb4a3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:14:30Z", "hostId": "995022f099fc8d4280838fd6f87e77c18b5aa9f657a4734d10924fbe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst", "created": "2019-01-20T13:14:24Z", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:14:42,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 used request id req-349262ea-9e0e-424e-8807-224b07afc0b2 2019-01-20 13:14:42,562 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-name] - Security group InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-name is not found for project d71a2a6af05c45798ab7791cbdfd297c (HTTP 404) (Request-ID: req-b99d45ac-90eb-4599-b97b-673e65650479) 2019-01-20 13:14:42,562 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-name is not found for project d71a2a6af05c45798ab7791cbdfd297c (HTTP 404) (Request-ID: req-b99d45ac-90eb-4599-b97b-673e65650479) 2019-01-20 13:14:42,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:43,037 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c2fb718-b59b-4e9b-bb0f-39ea82c22132 x-compute-request-id: req-1c2fb718-b59b-4e9b-bb0f-39ea82c22132 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:34:f6", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "bookmark"}], "image": {"id": "63501566-b031-4553-a378-009fcdf502f0", "links": [{"href": "http://172.30.9.22:8774/images/63501566-b031-4553-a378-009fcdf502f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:14:30.000000", "flavor": {"id": "b9f235d8-ee8b-4d54-834b-dc44ff386bec", "links": [{"href": "http://172.30.9.22:8774/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "bookmark"}]}, "id": "5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "security_groups": [{"name": "default"}], "user_id": "614c538c649444a98ed51e6128cbb4a3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:14:30Z", "hostId": "995022f099fc8d4280838fd6f87e77c18b5aa9f657a4734d10924fbe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst", "created": "2019-01-20T13:14:24Z", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:14:43,037 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 used request id req-1c2fb718-b59b-4e9b-bb0f-39ea82c22132 2019-01-20 13:14:43,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:43,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-337568dc-a571-4938-ac4f-db9a09f5dd41 Date: Sun, 20 Jan 2019 13:14: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":["d1174f39-fd63-4d3b-a294-49aaed5d76e3"],"updated_at":"2019-01-20T13:14:14Z","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d71a2a6af05c45798ab7791cbdfd297c","id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net"}]} 2019-01-20 13:14:43,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net used request id req-337568dc-a571-4938-ac4f-db9a09f5dd41 2019-01-20 13:14:43,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:43,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce6f977b-3268-47b3-93a3-3128a8d6ed9b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c"}, "enabled": true, "id": "d71a2a6af05c45798ab7791cbdfd297c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj"}} 2019-01-20 13:14:43,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c used request id req-ce6f977b-3268-47b3-93a3-3128a8d6ed9b 2019-01-20 13:14:43,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:43,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3950afa6-00b9-4dce-bcbd-7747a06611a2 Date: Sun, 20 Jan 2019 13:14:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:14Z","dns_nameservers":[],"updated_at":"2019-01-20T13:14: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":"d71a2a6af05c45798ab7791cbdfd297c","id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","subnetpool_id":null,"name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-subnet"}]} 2019-01-20 13:14:43,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 used request id req-3950afa6-00b9-4dce-bcbd-7747a06611a2 2019-01-20 13:14:43,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:43,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-a74ae93a-edfc-4771-a8eb-3a585cf3c2a5 Date: Sun, 20 Jan 2019 13:14:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.4"}],"id":"326d94c0-5df9-4ec1-9e35-e80af401265c","security_groups":[],"mac_address":"fa:16:3e:fb:c5:27","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c95157fd-9240-4689-8fbe-d9f4ab1689f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.2"}],"id":"7a318880-6e54-4970-bafa-1b99b4f831ce","security_groups":[],"mac_address":"fa:16:3e:6a:63:1e","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c95157fd-9240-4689-8fbe-d9f4ab1689f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:30Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.11"}],"id":"a3823bb5-6739-4a68-9fad-9034c9fb4767","security_groups":["f0576e7c-267c-4a5a-bf73-b99ca026aba5"],"mac_address":"fa:16:3e:2c:34:f6","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-port","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:20Z","binding:vnic_type":"normal","device_id":"5d7a5aa8-d8a1-4ad9-ae33-12d903f52024"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:14:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d1174f39-fd63-4d3b-a294-49aaed5d76e3","ip_address":"10.55.0.3"}],"id":"cc654dd3-039a-4900-a722-49f081c310f0","security_groups":[],"mac_address":"fa:16:3e:68:82:56","project_id":"d71a2a6af05c45798ab7791cbdfd297c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c95157fd-9240-4689-8fbe-d9f4ab1689f0","tenant_id":"d71a2a6af05c45798ab7791cbdfd297c","created_at":"2019-01-20T13:14:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c95157fd-9240-4689-8fbe-d9f4ab1689f0"}]} 2019-01-20 13:14:43,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=c95157fd-9240-4689-8fbe-d9f4ab1689f0 used request id req-a74ae93a-edfc-4771-a8eb-3a585cf3c2a5 2019-01-20 13:14:43,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edfd34ed6492fa21b141d6b4a624201caf780dd4" 2019-01-20 13:14:43,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14: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-39763567-d8ff-4af8-b3df-aa3c29de6dc3 x-compute-request-id: req-39763567-d8ff-4af8-b3df-aa3c29de6dc3 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:34:f6", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "bookmark"}], "image": {"id": "63501566-b031-4553-a378-009fcdf502f0", "links": [{"href": "http://172.30.9.22:8774/images/63501566-b031-4553-a378-009fcdf502f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:14:30.000000", "flavor": {"id": "b9f235d8-ee8b-4d54-834b-dc44ff386bec", "links": [{"href": "http://172.30.9.22:8774/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "bookmark"}]}, "id": "5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "security_groups": [{"name": "default"}], "user_id": "614c538c649444a98ed51e6128cbb4a3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:14:30Z", "hostId": "995022f099fc8d4280838fd6f87e77c18b5aa9f657a4734d10924fbe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst", "created": "2019-01-20T13:14:24Z", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:14:43,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 used request id req-39763567-d8ff-4af8-b3df-aa3c29de6dc3 2019-01-20 13:14:43,997 - create_instance - INFO - Deleting Port with ID - a3823bb5-6739-4a68-9fad-9034c9fb4767 2019-01-20 13:14:43,998 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-port 2019-01-20 13:14:44,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/a3823bb5-6739-4a68-9fad-9034c9fb4767 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:44,605 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-affaa83a-3887-4a10-ab2f-6eba3156732e Date: Sun, 20 Jan 2019 13:14:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:14:44,605 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/a3823bb5-6739-4a68-9fad-9034c9fb4767 used request id req-affaa83a-3887-4a10-ab2f-6eba3156732e 2019-01-20 13:14:44,606 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst 2019-01-20 13:14:44,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:44,776 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:14:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0da5387b-6cc9-4eb4-999f-e37fa648dff8 x-compute-request-id: req-0da5387b-6cc9-4eb4-999f-e37fa648dff8 Content-Type: application/json 2019-01-20 13:14:44,776 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 used request id req-0da5387b-6cc9-4eb4-999f-e37fa648dff8 2019-01-20 13:14:44,777 - create_instance - INFO - Checking deletion status 2019-01-20 13:14:44,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:45,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be5fecd5-d326-42ea-9cd1-0dca967c7d39 x-compute-request-id: req-be5fecd5-d326-42ea-9cd1-0dca967c7d39 Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:34:f6", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "bookmark"}], "image": {"id": "63501566-b031-4553-a378-009fcdf502f0", "links": [{"href": "http://172.30.9.22:8774/images/63501566-b031-4553-a378-009fcdf502f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:14:30.000000", "flavor": {"id": "b9f235d8-ee8b-4d54-834b-dc44ff386bec", "links": [{"href": "http://172.30.9.22:8774/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "bookmark"}]}, "id": "5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "user_id": "614c538c649444a98ed51e6128cbb4a3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:14:44Z", "hostId": "995022f099fc8d4280838fd6f87e77c18b5aa9f657a4734d10924fbe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst", "created": "2019-01-20T13:14:24Z", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:14:45,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 used request id req-be5fecd5-d326-42ea-9cd1-0dca967c7d39 2019-01-20 13:14:45,180 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst] is - ACTIVE 2019-01-20 13:14:45,180 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:14:48,183 - create_instance - DEBUG - VM status query timeout in 296.593828201 2019-01-20 13:14:48,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:48,439 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed4714cd-4984-4755-aa62-b5b174837e28 x-compute-request-id: req-ed4714cd-4984-4755-aa62-b5b174837e28 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "bookmark"}], "image": {"id": "63501566-b031-4553-a378-009fcdf502f0", "links": [{"href": "http://172.30.9.22:8774/images/63501566-b031-4553-a378-009fcdf502f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:14:30.000000", "flavor": {"id": "b9f235d8-ee8b-4d54-834b-dc44ff386bec", "links": [{"href": "http://172.30.9.22:8774/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "bookmark"}]}, "id": "5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "user_id": "614c538c649444a98ed51e6128cbb4a3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:14:44Z", "hostId": "995022f099fc8d4280838fd6f87e77c18b5aa9f657a4734d10924fbe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst", "created": "2019-01-20T13:14:24Z", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:14:48,439 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 used request id req-ed4714cd-4984-4755-aa62-b5b174837e28 2019-01-20 13:14:48,440 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst] is - ACTIVE 2019-01-20 13:14:48,440 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:14:51,443 - create_instance - DEBUG - VM status query timeout in 293.333954096 2019-01-20 13:14:51,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:51,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:14:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b08f356c-1ed6-42f0-945b-e8ba19398390 x-compute-request-id: req-b08f356c-1ed6-42f0-945b-e8ba19398390 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "rel": "bookmark"}], "image": {"id": "63501566-b031-4553-a378-009fcdf502f0", "links": [{"href": "http://172.30.9.22:8774/images/63501566-b031-4553-a378-009fcdf502f0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:14:30.000000", "flavor": {"id": "b9f235d8-ee8b-4d54-834b-dc44ff386bec", "links": [{"href": "http://172.30.9.22:8774/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec", "rel": "bookmark"}]}, "id": "5d7a5aa8-d8a1-4ad9-ae33-12d903f52024", "user_id": "614c538c649444a98ed51e6128cbb4a3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:14:44Z", "hostId": "995022f099fc8d4280838fd6f87e77c18b5aa9f657a4734d10924fbe", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst", "created": "2019-01-20T13:14:24Z", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:14:51,851 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 used request id req-b08f356c-1ed6-42f0-945b-e8ba19398390 2019-01-20 13:14:51,852 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst] is - ACTIVE 2019-01-20 13:14:51,852 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:14:54,855 - create_instance - DEBUG - VM status query timeout in 289.922073126 2019-01-20 13:14:54,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c926549224a700fdf083d6e6bb7c1f4772ea9bf9" 2019-01-20 13:14:54,909 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:14:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a31c6877-004f-4fcf-a1fa-9f0c929b8d6e x-compute-request-id: req-a31c6877-004f-4fcf-a1fa-9f0c929b8d6e Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 could not be found.", "code": 404}} 2019-01-20 13:14:54,909 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 used request id req-a31c6877-004f-4fcf-a1fa-9f0c929b8d6e 2019-01-20 13:14:54,909 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 5d7a5aa8-d8a1-4ad9-ae33-12d903f52024 could not be found. (HTTP 404) (Request-ID: req-a31c6877-004f-4fcf-a1fa-9f0c929b8d6e) 2019-01-20 13:14:54,910 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-inst 2019-01-20 13:14:54,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5209ca51a96e866dbec4fb8f0f909d8642a486a" 2019-01-20 13:14:54,973 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:14:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dbe609c0-176c-4968-be86-8558582a354c x-compute-request-id: req-dbe609c0-176c-4968-be86-8558582a354c Content-Length: 0 Content-Type: application/json 2019-01-20 13:14:54,973 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/b9f235d8-ee8b-4d54-834b-dc44ff386bec used request id req-dbe609c0-176c-4968-be86-8558582a354c 2019-01-20 13:14:54,974 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-subnet 2019-01-20 13:14:54,974 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-subnet 2019-01-20 13:14:54,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/d1174f39-fd63-4d3b-a294-49aaed5d76e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105debb13071f8f6f1f9280ed9fb1ca3ba7a35ef" 2019-01-20 13:14:57,072 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ede5f17e-69b2-4771-83b3-7403a67d2c1c Date: Sun, 20 Jan 2019 13:14:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:14:57,073 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/d1174f39-fd63-4d3b-a294-49aaed5d76e3 used request id req-ede5f17e-69b2-4771-83b3-7403a67d2c1c 2019-01-20 13:14:57,073 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-pub-net 2019-01-20 13:14:57,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/c95157fd-9240-4689-8fbe-d9f4ab1689f0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}105debb13071f8f6f1f9280ed9fb1ca3ba7a35ef" 2019-01-20 13:14:58,311 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1ae35cf0-d40c-4df2-b41f-b9341ae8e205 Date: Sun, 20 Jan 2019 13:14:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:14:58,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/c95157fd-9240-4689-8fbe-d9f4ab1689f0 used request id req-1ae35cf0-d40c-4df2-b41f-b9341ae8e205 2019-01-20 13:14:58,312 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-1dd61292-1f46-4b45-879e-b9e557a47c44-image 2019-01-20 13:14:58,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/63501566-b031-4553-a378-009fcdf502f0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}791eb9e4a2f441a1947df1e4677ff7aec33bbe67" 2019-01-20 13:14:59,871 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a3d9ef2a-0e81-4b12-99e1-3dd17f753a67 Date: Sun, 20 Jan 2019 13:14:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:14:59,871 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/63501566-b031-4553-a378-009fcdf502f0 used request id req-a3d9ef2a-0e81-4b12-99e1-3dd17f753a67 2019-01-20 13:14:59,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48cf1062405bea4a3eb323bffbcb8da83f3777b2" 2019-01-20 13:15:00,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-3203484c-d833-4e86-b774-2535a24379be Date: Sun, 20 Jan 2019 13:15:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "created_at": "2019-01-20T13:14:13Z", "updated_at": "2019-01-20T13:14:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:14:13Z", "revision_number": 0, "id": "11baf5d5-8ef5-4feb-9162-c7db4c56534d", "remote_group_id": "f0576e7c-267c-4a5a-bf73-b99ca026aba5", "remote_ip_prefix": null, "created_at": "2019-01-20T13:14:13Z", "security_group_id": "f0576e7c-267c-4a5a-bf73-b99ca026aba5", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "port_range_min": null, "ethertype": "IPv4", "project_id": "d71a2a6af05c45798ab7791cbdfd297c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:14:13Z", "revision_number": 0, "id": "56ec0ef3-0d40-4951-98e5-38de613b06f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:14:13Z", "security_group_id": "f0576e7c-267c-4a5a-bf73-b99ca026aba5", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "port_range_min": null, "ethertype": "IPv4", "project_id": "d71a2a6af05c45798ab7791cbdfd297c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:14:13Z", "revision_number": 0, "id": "ca914678-9a7b-4ba1-b2fc-cced981cf192", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:14:13Z", "security_group_id": "f0576e7c-267c-4a5a-bf73-b99ca026aba5", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "port_range_min": null, "ethertype": "IPv6", "project_id": "d71a2a6af05c45798ab7791cbdfd297c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:14:13Z", "revision_number": 0, "id": "ff750fab-06e3-42bb-9713-c4c73e1ab351", "remote_group_id": "f0576e7c-267c-4a5a-bf73-b99ca026aba5", "remote_ip_prefix": null, "created_at": "2019-01-20T13:14:13Z", "security_group_id": "f0576e7c-267c-4a5a-bf73-b99ca026aba5", "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "port_range_min": null, "ethertype": "IPv6", "project_id": "d71a2a6af05c45798ab7791cbdfd297c"}], "revision_number": 4, "project_id": "d71a2a6af05c45798ab7791cbdfd297c", "id": "f0576e7c-267c-4a5a-bf73-b99ca026aba5", "name": "default"}]} 2019-01-20 13:15:00,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-3203484c-d833-4e86-b774-2535a24379be 2019-01-20 13:15:00,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48cf1062405bea4a3eb323bffbcb8da83f3777b2" 2019-01-20 13:15:00,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7b9cca1-bb15-4cdb-8384-5c801749b2a2 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:15:00,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-c7b9cca1-bb15-4cdb-8384-5c801749b2a2 2019-01-20 13:15:00,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48cf1062405bea4a3eb323bffbcb8da83f3777b2" 2019-01-20 13:15:00,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a5d94b5-b1ab-454f-9f81-191f24787a9d 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:15:00,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-1a5d94b5-b1ab-454f-9f81-191f24787a9d 2019-01-20 13:15:00,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48cf1062405bea4a3eb323bffbcb8da83f3777b2" 2019-01-20 13:15:00,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-777f3e1d-321f-4f0c-be8b-1b8131e82891 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:15:00,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-777f3e1d-321f-4f0c-be8b-1b8131e82891 2019-01-20 13:15:00,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48cf1062405bea4a3eb323bffbcb8da83f3777b2" 2019-01-20 13:15:00,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02399252-7c42-4bd3-b4a4-3a978cc560e4 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c"}, "enabled": true, "id": "d71a2a6af05c45798ab7791cbdfd297c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-ed90fa3c-9919-499-proj"}} 2019-01-20 13:15:00,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c used request id req-02399252-7c42-4bd3-b4a4-3a978cc560e4 2019-01-20 13:15:00,464 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f0576e7c-267c-4a5a-bf73-b99ca026aba5 2019-01-20 13:15:00,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f0576e7c-267c-4a5a-bf73-b99ca026aba5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48cf1062405bea4a3eb323bffbcb8da83f3777b2" 2019-01-20 13:15:00,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5608b796-fe89-4451-b386-91b868cf0331 Date: Sun, 20 Jan 2019 13:15:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "f0576e7c-267c-4a5a-bf73-b99ca026aba5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:14:13Z", "security_group_id": "f0576e7c-267c-4a5a-bf73-b99ca026aba5", "port_range_min": null, "revision_number": 0, "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "created_at": "2019-01-20T13:14:13Z", "project_id": "d71a2a6af05c45798ab7791cbdfd297c", "id": "11baf5d5-8ef5-4feb-9162-c7db4c56534d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:14:13Z", "security_group_id": "f0576e7c-267c-4a5a-bf73-b99ca026aba5", "port_range_min": null, "revision_number": 0, "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "created_at": "2019-01-20T13:14:13Z", "project_id": "d71a2a6af05c45798ab7791cbdfd297c", "id": "56ec0ef3-0d40-4951-98e5-38de613b06f0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:14:13Z", "security_group_id": "f0576e7c-267c-4a5a-bf73-b99ca026aba5", "port_range_min": null, "revision_number": 0, "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "created_at": "2019-01-20T13:14:13Z", "project_id": "d71a2a6af05c45798ab7791cbdfd297c", "id": "ca914678-9a7b-4ba1-b2fc-cced981cf192"}, {"remote_group_id": "f0576e7c-267c-4a5a-bf73-b99ca026aba5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:14:13Z", "security_group_id": "f0576e7c-267c-4a5a-bf73-b99ca026aba5", "port_range_min": null, "revision_number": 0, "tenant_id": "d71a2a6af05c45798ab7791cbdfd297c", "created_at": "2019-01-20T13:14:13Z", "project_id": "d71a2a6af05c45798ab7791cbdfd297c", "id": "ff750fab-06e3-42bb-9713-c4c73e1ab351"}]} 2019-01-20 13:15:00,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f0576e7c-267c-4a5a-bf73-b99ca026aba5 used request id req-5608b796-fe89-4451-b386-91b868cf0331 2019-01-20 13:15:00,637 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:15:00,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/f0576e7c-267c-4a5a-bf73-b99ca026aba5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48cf1062405bea4a3eb323bffbcb8da83f3777b2" 2019-01-20 13:15:01,062 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-22a3d9dd-ff8d-4609-a60c-720289634825 Content-Length: 0 Date: Sun, 20 Jan 2019 13:15:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:15:01,062 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/f0576e7c-267c-4a5a-bf73-b99ca026aba5 used request id req-22a3d9dd-ff8d-4609-a60c-720289634825 2019-01-20 13:15:01,063 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-ed90fa3c-9919-499-proj 2019-01-20 13:15:01,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48cf1062405bea4a3eb323bffbcb8da83f3777b2" 2019-01-20 13:15:01,263 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:15:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-064cdae6-1625-49af-a936-e605c68f1e12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:15:01,263 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/d71a2a6af05c45798ab7791cbdfd297c used request id req-064cdae6-1625-49af-a936-e605c68f1e12 2019-01-20 13:15:01,264 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-ed90fa3c-9919-499-proj-role 2019-01-20 13:15:01,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/bdb3cf693eee427e89015e63944b593a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48cf1062405bea4a3eb323bffbcb8da83f3777b2" 2019-01-20 13:15:01,367 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:15:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58ac1c04-b03b-4568-8fcf-e5dd3425d151 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:15:01,367 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/bdb3cf693eee427e89015e63944b593a used request id req-58ac1c04-b03b-4568-8fcf-e5dd3425d151 2019-01-20 13:15:01,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48cf1062405bea4a3eb323bffbcb8da83f3777b2" 2019-01-20 13:15:01,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c56b38ff-ede1-4017-82b3-fd6bea26ebf0 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:15:01,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c56b38ff-ede1-4017-82b3-fd6bea26ebf0 2019-01-20 13:15:01,458 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-ed90fa3c-9919-499-user 2019-01-20 13:15:01,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/614c538c649444a98ed51e6128cbb4a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f97ead639601ce5a80dc451c7e83422e920744d" 2019-01-20 13:15:01,648 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:15:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c63db679-8e4d-43c4-aa08-1b1ec151fb74 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:15:01,649 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/614c538c649444a98ed51e6128cbb4a3 used request id req-c63db679-8e4d-43c4-aa08-1b1ec151fb74 2019-01-20 13:15:01,650 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:15:02,027 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:15:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["nt59cnbbRbqicif_gK3pUw"], "issued_at": "2019-01-20T13:15:02.000000Z"}} 2019-01-20 13:15:02,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cefb28f5ed71c400f85d13eaef814d1f54e51e6a" 2019-01-20 13:15:02,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b85633e6-075d-49cc-9739-ad088bc58da3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:15:02,113 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b85633e6-075d-49cc-9739-ad088bc58da3 2019-01-20 13:15:02,114 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:15:02,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:15:02,496 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:15:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["-u_xKyZ9TzCe8_3FNWICXQ"], "issued_at": "2019-01-20T13:15:02.000000Z"}} 2019-01-20 13:15:02,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec91976679875ecb3654e2933795f1ed2408516" 2019-01-20 13:15:02,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb881e4d-6cb1-46eb-8249-8b53472a5f1d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:15:02,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-eb881e4d-6cb1-46eb-8249-8b53472a5f1d 2019-01-20 13:15:02,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:15:02,585 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:15: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:15:02,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-1a857926-d3ce-42a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec91976679875ecb3654e2933795f1ed2408516" 2019-01-20 13:15:02,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7c851b0-eabc-40a0-ade3-3559fef54ec7 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-1a857926-d3ce-42a-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:15:02,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-1a857926-d3ce-42a-proj used request id req-e7c851b0-eabc-40a0-ade3-3559fef54ec7 2019-01-20 13:15:02,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec91976679875ecb3654e2933795f1ed2408516" 2019-01-20 13:15:02,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cc495c4-a44a-4c68-a582-dd15b9bee852 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:15:02,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-2cc495c4-a44a-4c68-a582-dd15b9bee852 2019-01-20 13:15:02,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec91976679875ecb3654e2933795f1ed2408516" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}}' 2019-01-20 13:15:02,883 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:15:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3550ebd7-5407-4ca0-b247-3dbe009c5865 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba"}, "enabled": true, "id": "91bcb58e924c404b97982a21dccaabba", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}} 2019-01-20 13:15:02,883 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-3550ebd7-5407-4ca0-b247-3dbe009c5865 2019-01-20 13:15:02,883 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-1a857926-d3ce-42a-proj 2019-01-20 13:15:02,883 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:15:02,884 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:15:03,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:15:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["uMyuHhJURAuvScn00Vhl0Q"], "issued_at": "2019-01-20T13:15:03.000000Z"}} 2019-01-20 13:15:03,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b506e738855d7a70fb09a0028007a89bf08770" 2019-01-20 13:15:03,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff92455f-46ef-49e7-8c80-25715bee0ced Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:15:03,449 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ff92455f-46ef-49e7-8c80-25715bee0ced 2019-01-20 13:15:03,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:15:03,460 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:15: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:15:03,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b506e738855d7a70fb09a0028007a89bf08770" 2019-01-20 13:15:03,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaaff65a-e521-400f-8f70-de3a487a5726 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:15:03,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-aaaff65a-e521-400f-8f70-de3a487a5726 2019-01-20 13:15:03,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=InstanceSecurityGroupTests-1a857926-d3ce-42a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b506e738855d7a70fb09a0028007a89bf08770" 2019-01-20 13:15:03,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28948af6-0961-4a9f-b4da-f28833d1a518 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=InstanceSecurityGroupTests-1a857926-d3ce-42a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba"}, "enabled": true, "id": "91bcb58e924c404b97982a21dccaabba", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}]} 2019-01-20 13:15:03,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=InstanceSecurityGroupTests-1a857926-d3ce-42a-proj used request id req-28948af6-0961-4a9f-b4da-f28833d1a518 2019-01-20 13:15:03,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b506e738855d7a70fb09a0028007a89bf08770" 2019-01-20 13:15:03,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02fcfcd8-a981-4beb-8b6d-f2dfaa633cd9 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:15:03,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-02fcfcd8-a981-4beb-8b6d-f2dfaa633cd9 2019-01-20 13:15:04,129 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-1a857926-d3ce-42a-user 2019-01-20 13:15:04,129 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:15:04,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec91976679875ecb3654e2933795f1ed2408516" 2019-01-20 13:15:04,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59d92f2e-1aa2-4e6c-8b5d-2674564fa52b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:15:04,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-59d92f2e-1aa2-4e6c-8b5d-2674564fa52b 2019-01-20 13:15:04,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec91976679875ecb3654e2933795f1ed2408516" -d '{"role": {"name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj-role"}}' 2019-01-20 13:15:04,289 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:15:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9298e9c9-831d-4522-8b35-69b437caaf69 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ad0388f2ef6f44508eab3740ba4aa7bd", "links": {"self": "http://172.30.9.22:5000/v3/roles/ad0388f2ef6f44508eab3740ba4aa7bd"}, "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj-role"}} 2019-01-20 13:15:04,290 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-9298e9c9-831d-4522-8b35-69b437caaf69 2019-01-20 13:15:04,290 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-1a857926-d3ce-42a-proj-role 2019-01-20 13:15:04,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/ad0388f2ef6f44508eab3740ba4aa7bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec91976679875ecb3654e2933795f1ed2408516" 2019-01-20 13:15:04,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10e1d166-73c1-4e12-bdac-d8d2d3f51e9b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/ad0388f2ef6f44508eab3740ba4aa7bd"}, "domain_id": null, "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj-role", "id": "ad0388f2ef6f44508eab3740ba4aa7bd"}} 2019-01-20 13:15:04,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/ad0388f2ef6f44508eab3740ba4aa7bd used request id req-10e1d166-73c1-4e12-bdac-d8d2d3f51e9b 2019-01-20 13:15:04,311 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-1a857926-d3ce-42a-proj-role to project InstanceSecurityGroupTests-1a857926-d3ce-42a-proj 2019-01-20 13:15:04,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba/users/7b941a0df0334d2383300f5bf2075ef2/roles/ad0388f2ef6f44508eab3740ba4aa7bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec91976679875ecb3654e2933795f1ed2408516" 2019-01-20 13:15:04,435 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:15:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28febc71-ade0-48bd-ade1-4f788d257a62 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:15:04,436 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba/users/7b941a0df0334d2383300f5bf2075ef2/roles/ad0388f2ef6f44508eab3740ba4aa7bd used request id req-28febc71-ade0-48bd-ade1-4f788d257a62 2019-01-20 13:15:04,436 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:15:04,437 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:15:04,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:15:04,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:15:04,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ad0388f2ef6f44508eab3740ba4aa7bd", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj-role"}], "expires_at": "2019-01-20T14:15:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "91bcb58e924c404b97982a21dccaabba", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-user", "id": "7b941a0df0334d2383300f5bf2075ef2"}, "audit_ids": ["QdrEaRuxRd612LpPYTr0Zw"], "issued_at": "2019-01-20T13:15:04.000000Z"}} 2019-01-20 13:15:04,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f357b28c38814c97ef0275b6f20a1d6ac9403f9b" 2019-01-20 13:15:04,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13a4bee8-7ce1-4269-b549-7d69a3d71199 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:15:04,902 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-13a4bee8-7ce1-4269-b549-7d69a3d71199 2019-01-20 13:15:04,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f357b28c38814c97ef0275b6f20a1d6ac9403f9b" 2019-01-20 13:15:05,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-843523a3-7248-415f-82a2-9d23b23f9e30 Date: Sun, 20 Jan 2019 13:15:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-image"} 2019-01-20 13:15:05,079 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-image used request id req-843523a3-7248-415f-82a2-9d23b23f9e30 2019-01-20 13:15:05,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f357b28c38814c97ef0275b6f20a1d6ac9403f9b" 2019-01-20 13:15:05,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0a15bfe3-331c-459e-a98d-e9262b84f7f0 Date: Sun, 20 Jan 2019 13:15:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 13:15:05,236 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-0a15bfe3-331c-459e-a98d-e9262b84f7f0 2019-01-20 13:15:05,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f357b28c38814c97ef0275b6f20a1d6ac9403f9b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-image"}' 2019-01-20 13:15:05,461 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/ca04e1fa-17cd-489d-8174-f68b81d65b70 X-Openstack-Request-Id: req-92d92a13-4690-49d7-b6a6-a8106e2b241e Date: Sun, 20 Jan 2019 13:15:05 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:15:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:15:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "min_disk": 0, "protected": false, "id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "file": "/v2/images/ca04e1fa-17cd-489d-8174-f68b81d65b70/file", "checksum": null, "owner": "91bcb58e924c404b97982a21dccaabba", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:15:05,461 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-92d92a13-4690-49d7-b6a6-a8106e2b241e 2019-01-20 13:15:05,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/ca04e1fa-17cd-489d-8174-f68b81d65b70/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f357b28c38814c97ef0275b6f20a1d6ac9403f9b" -d '' 2019-01-20 13:15:06,911 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4883dce9-48d1-44e6-8dab-4cd092a3dffe Date: Sun, 20 Jan 2019 13:15:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:15:06,911 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/ca04e1fa-17cd-489d-8174-f68b81d65b70/file used request id req-4883dce9-48d1-44e6-8dab-4cd092a3dffe 2019-01-20 13:15:06,912 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:15:06,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/ca04e1fa-17cd-489d-8174-f68b81d65b70 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f357b28c38814c97ef0275b6f20a1d6ac9403f9b" 2019-01-20 13:15:07,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-367bf4f5-7023-4be5-9b71-061e89a4dc53 Date: Sun, 20 Jan 2019 13:15:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:15:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:15:06Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ca04e1fa-17cd-489d-8174-f68b81d65b70/snap", "metadata": {}}], "self": "/v2/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "min_disk": 0, "protected": false, "id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "file": "/v2/images/ca04e1fa-17cd-489d-8174-f68b81d65b70/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "91bcb58e924c404b97982a21dccaabba", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ca04e1fa-17cd-489d-8174-f68b81d65b70/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:15:07,089 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/ca04e1fa-17cd-489d-8174-f68b81d65b70 used request id req-367bf4f5-7023-4be5-9b71-061e89a4dc53 2019-01-20 13:15:07,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f357b28c38814c97ef0275b6f20a1d6ac9403f9b" 2019-01-20 13:15:07,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-621106b5-b024-4414-9211-72a1e3b61f40 Date: Sun, 20 Jan 2019 13:15: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"}}} 2019-01-20 13:15:07,256 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-621106b5-b024-4414-9211-72a1e3b61f40 2019-01-20 13:15:07,259 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-image 2019-01-20 13:15:07,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/ca04e1fa-17cd-489d-8174-f68b81d65b70 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f357b28c38814c97ef0275b6f20a1d6ac9403f9b" 2019-01-20 13:15:07,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-8b3a346a-6016-4c99-a0f6-a8f99b157064 Date: Sun, 20 Jan 2019 13:15:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:15:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:15:06Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ca04e1fa-17cd-489d-8174-f68b81d65b70/snap", "metadata": {}}], "self": "/v2/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "min_disk": 0, "protected": false, "id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "file": "/v2/images/ca04e1fa-17cd-489d-8174-f68b81d65b70/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "91bcb58e924c404b97982a21dccaabba", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ca04e1fa-17cd-489d-8174-f68b81d65b70/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:15:07,425 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/ca04e1fa-17cd-489d-8174-f68b81d65b70 used request id req-8b3a346a-6016-4c99-a0f6-a8f99b157064 2019-01-20 13:15:07,425 - create_image - DEBUG - Instance status is - active 2019-01-20 13:15:07,426 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-image 2019-01-20 13:15:07,426 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-image 2019-01-20 13:15:07,426 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:15:07,427 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:15:07,794 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ad0388f2ef6f44508eab3740ba4aa7bd", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj-role"}], "expires_at": "2019-01-20T14:15:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "91bcb58e924c404b97982a21dccaabba", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-user", "id": "7b941a0df0334d2383300f5bf2075ef2"}, "audit_ids": ["MdfHorfvQBCREyut2RfMZA"], "issued_at": "2019-01-20T13:15:07.000000Z"}} 2019-01-20 13:15:07,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}598f4850e076562256840dfaddeb3c6caaaeab58" 2019-01-20 13:15:07,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99608e0c-4641-45f3-ac20-6cd9e5a9f0a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:15:07,879 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-99608e0c-4641-45f3-ac20-6cd9e5a9f0a2 2019-01-20 13:15:07,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}598f4850e076562256840dfaddeb3c6caaaeab58" 2019-01-20 13:15:08,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0ba55551-f25f-4e82-a81d-a5caa5e67462 Date: Sun, 20 Jan 2019 13:15:08 GMT RESP BODY: {"networks":[]} 2019-01-20 13:15:08,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net used request id req-0ba55551-f25f-4e82-a81d-a5caa5e67462 2019-01-20 13:15:08,064 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net 2019-01-20 13:15:08,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}598f4850e076562256840dfaddeb3c6caaaeab58" -d '{"network": {"name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net", "admin_state_up": true}}' 2019-01-20 13:15:08,617 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-8ae13191-723e-40c4-90c1-7e39b60c2520 Date: Sun, 20 Jan 2019 13:15:08 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"eae425b0-28ae-4660-a771-2ffd4cf74103","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:15:08Z","is_default":false,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:08Z","mtu":1450}} 2019-01-20 13:15:08,617 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-8ae13191-723e-40c4-90c1-7e39b60c2520 2019-01-20 13:15:08,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}598f4850e076562256840dfaddeb3c6caaaeab58" 2019-01-20 13:15:08,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-0aae12f9-e396-4035-a983-92b584f1ec73 Date: Sun, 20 Jan 2019 13:15:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T13:15:08Z","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"91bcb58e924c404b97982a21dccaabba","id":"eae425b0-28ae-4660-a771-2ffd4cf74103","name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net"}]} 2019-01-20 13:15:08,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-0aae12f9-e396-4035-a983-92b584f1ec73 2019-01-20 13:15:08,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}598f4850e076562256840dfaddeb3c6caaaeab58" 2019-01-20 13:15:09,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0a853e21-8977-4a8d-8eee-6feac66893d2 Date: Sun, 20 Jan 2019 13:15:09 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:15:09,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-0a853e21-8977-4a8d-8eee-6feac66893d2 2019-01-20 13:15:09,036 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-subnet 2019-01-20 13:15:09,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}598f4850e076562256840dfaddeb3c6caaaeab58" -d '{"subnets": [{"ip_version": 4, "network_id": "eae425b0-28ae-4660-a771-2ffd4cf74103", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-subnet"}]}' 2019-01-20 13:15:09,845 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b922833f-2dee-4441-851c-3cce1bd0a9fe Date: Sun, 20 Jan 2019 13:15:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:15: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":"91bcb58e924c404b97982a21dccaabba","id":"a26f4a98-37d1-4829-bd4f-21f765123af8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-subnet"}]} 2019-01-20 13:15:09,845 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-b922833f-2dee-4441-851c-3cce1bd0a9fe 2019-01-20 13:15:09,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}598f4850e076562256840dfaddeb3c6caaaeab58" 2019-01-20 13:15:10,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-80e16845-e6e6-42be-a147-854288d128b2 Date: Sun, 20 Jan 2019 13:15: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":["a26f4a98-37d1-4829-bd4f-21f765123af8"],"updated_at":"2019-01-20T13:15:09Z","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91bcb58e924c404b97982a21dccaabba","id":"eae425b0-28ae-4660-a771-2ffd4cf74103","name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net"}]} 2019-01-20 13:15:10,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-80e16845-e6e6-42be-a147-854288d128b2 2019-01-20 13:15:10,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}598f4850e076562256840dfaddeb3c6caaaeab58" 2019-01-20 13:15:10,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7062deeb-69cd-4398-a15f-2fc28ae7241d Date: Sun, 20 Jan 2019 13:15:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:15: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":"91bcb58e924c404b97982a21dccaabba","id":"a26f4a98-37d1-4829-bd4f-21f765123af8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-subnet"}]} 2019-01-20 13:15:10,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-7062deeb-69cd-4398-a15f-2fc28ae7241d 2019-01-20 13:15:10,386 - OpenStackNetwork - DEBUG - Network [eae425b0-28ae-4660-a771-2ffd4cf74103] created successfully 2019-01-20 13:15:10,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:15:10,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:15:10,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:15:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["4l_QaqbIRD6HZ-U0TV5q9w"], "issued_at": "2019-01-20T13:15:10.000000Z"}} 2019-01-20 13:15:10,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdbf7975412753721b24faa24e8b225073cf42f" 2019-01-20 13:15:10,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7482049f-9a18-46c5-8670-06f1c34b6a58 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:15:10,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7482049f-9a18-46c5-8670-06f1c34b6a58 2019-01-20 13:15:10,856 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:15:10,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdbf7975412753721b24faa24e8b225073cf42f" 2019-01-20 13:15:11,044 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15: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-958ef2ac-8619-4ca9-a2b5-a2535221aa1a x-compute-request-id: req-958ef2ac-8619-4ca9-a2b5-a2535221aa1a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:15:11,044 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-958ef2ac-8619-4ca9-a2b5-a2535221aa1a 2019-01-20 13:15:11,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdbf7975412753721b24faa24e8b225073cf42f" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:15:11,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15: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-f8f70a87-f8a2-4ac9-9742-284ff5123044 x-compute-request-id: req-f8f70a87-f8a2-4ac9-9742-284ff5123044 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:15:11,118 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f8f70a87-f8a2-4ac9-9742-284ff5123044 2019-01-20 13:15:11,119 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:15:11,120 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:15:11,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ad0388f2ef6f44508eab3740ba4aa7bd", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj-role"}], "expires_at": "2019-01-20T14:15:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "91bcb58e924c404b97982a21dccaabba", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-user", "id": "7b941a0df0334d2383300f5bf2075ef2"}, "audit_ids": ["zEx52EXYRR6_szAW9ZNxlA"], "issued_at": "2019-01-20T13:15:11.000000Z"}} 2019-01-20 13:15:11,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf7caee59674bd716d19c1e67da39cf485ab807" 2019-01-20 13:15:11,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0ec7645-8187-4ce5-9ece-76c0f1fac3e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:15:11,586 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d0ec7645-8187-4ce5-9ece-76c0f1fac3e1 2019-01-20 13:15:11,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf7caee59674bd716d19c1e67da39cf485ab807" 2019-01-20 13:15:11,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b495d06f-e5a1-44e7-bea3-66bfcefd4c10 Date: Sun, 20 Jan 2019 13:15:11 GMT RESP BODY: {"security_groups": []} 2019-01-20 13:15:11,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name&description=hello+group used request id req-b495d06f-e5a1-44e7-bea3-66bfcefd4c10 2019-01-20 13:15:11,765 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name... 2019-01-20 13:15:11,765 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name 2019-01-20 13:15:11,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf7caee59674bd716d19c1e67da39cf485ab807" -d '{"security_group": {"name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name", "description": "hello group"}}' 2019-01-20 13:15:12,146 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-459347c4-e59d-4b2f-a9b5-823bfad029bb Date: Sun, 20 Jan 2019 13:15:12 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "91bcb58e924c404b97982a21dccaabba", "created_at": "2019-01-20T13:15:12Z", "updated_at": "2019-01-20T13:15:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:15:12Z", "revision_number": 0, "id": "a3a9c681-56ec-4a88-a60b-c55db3c9d5fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:15:12Z", "security_group_id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "port_range_min": null, "ethertype": "IPv4", "project_id": "91bcb58e924c404b97982a21dccaabba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:15:12Z", "revision_number": 0, "id": "d27b2168-31cf-4993-8aa4-308d1c4d6079", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:15:12Z", "security_group_id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "port_range_min": null, "ethertype": "IPv6", "project_id": "91bcb58e924c404b97982a21dccaabba"}], "revision_number": 2, "project_id": "91bcb58e924c404b97982a21dccaabba", "id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name"}} 2019-01-20 13:15:12,146 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-459347c4-e59d-4b2f-a9b5-823bfad029bb 2019-01-20 13:15:12,147 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a74234a4-1886-42aa-ae15-26c4aa724bb6 2019-01-20 13:15:12,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a74234a4-1886-42aa-ae15-26c4aa724bb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf7caee59674bd716d19c1e67da39cf485ab807" 2019-01-20 13:15:12,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f868040f-de9c-493a-a6c6-2ba08e3ea4b0 Date: Sun, 20 Jan 2019 13:15:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:15:12Z", "security_group_id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "port_range_min": null, "revision_number": 0, "tenant_id": "91bcb58e924c404b97982a21dccaabba", "created_at": "2019-01-20T13:15:12Z", "project_id": "91bcb58e924c404b97982a21dccaabba", "id": "a3a9c681-56ec-4a88-a60b-c55db3c9d5fd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:15:12Z", "security_group_id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "port_range_min": null, "revision_number": 0, "tenant_id": "91bcb58e924c404b97982a21dccaabba", "created_at": "2019-01-20T13:15:12Z", "project_id": "91bcb58e924c404b97982a21dccaabba", "id": "d27b2168-31cf-4993-8aa4-308d1c4d6079"}]} 2019-01-20 13:15:12,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a74234a4-1886-42aa-ae15-26c4aa724bb6 used request id req-f868040f-de9c-493a-a6c6-2ba08e3ea4b0 2019-01-20 13:15:12,320 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a74234a4-1886-42aa-ae15-26c4aa724bb6 2019-01-20 13:15:12,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a74234a4-1886-42aa-ae15-26c4aa724bb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf7caee59674bd716d19c1e67da39cf485ab807" 2019-01-20 13:15:12,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0e311837-b77c-4c71-a020-862ce960d425 Date: Sun, 20 Jan 2019 13:15:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:15:12Z", "security_group_id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "port_range_min": null, "revision_number": 0, "tenant_id": "91bcb58e924c404b97982a21dccaabba", "created_at": "2019-01-20T13:15:12Z", "project_id": "91bcb58e924c404b97982a21dccaabba", "id": "a3a9c681-56ec-4a88-a60b-c55db3c9d5fd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:15:12Z", "security_group_id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "port_range_min": null, "revision_number": 0, "tenant_id": "91bcb58e924c404b97982a21dccaabba", "created_at": "2019-01-20T13:15:12Z", "project_id": "91bcb58e924c404b97982a21dccaabba", "id": "d27b2168-31cf-4993-8aa4-308d1c4d6079"}]} 2019-01-20 13:15:12,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a74234a4-1886-42aa-ae15-26c4aa724bb6 used request id req-0e311837-b77c-4c71-a020-862ce960d425 2019-01-20 13:15:12,486 - neutron_utils - INFO - Retrieving security group with ID - a74234a4-1886-42aa-ae15-26c4aa724bb6 2019-01-20 13:15:12,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=a74234a4-1886-42aa-ae15-26c4aa724bb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf7caee59674bd716d19c1e67da39cf485ab807" 2019-01-20 13:15:12,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-f50bca08-c2f3-477c-bd51-1a12020ee075 Date: Sun, 20 Jan 2019 13:15:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "91bcb58e924c404b97982a21dccaabba", "created_at": "2019-01-20T13:15:12Z", "updated_at": "2019-01-20T13:15:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:15:12Z", "revision_number": 0, "id": "a3a9c681-56ec-4a88-a60b-c55db3c9d5fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:15:12Z", "security_group_id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "port_range_min": null, "ethertype": "IPv4", "project_id": "91bcb58e924c404b97982a21dccaabba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:15:12Z", "revision_number": 0, "id": "d27b2168-31cf-4993-8aa4-308d1c4d6079", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:15:12Z", "security_group_id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "port_range_min": null, "ethertype": "IPv6", "project_id": "91bcb58e924c404b97982a21dccaabba"}], "revision_number": 2, "project_id": "91bcb58e924c404b97982a21dccaabba", "id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name"}]} 2019-01-20 13:15:12,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=a74234a4-1886-42aa-ae15-26c4aa724bb6 used request id req-f50bca08-c2f3-477c-bd51-1a12020ee075 2019-01-20 13:15:12,564 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a74234a4-1886-42aa-ae15-26c4aa724bb6 2019-01-20 13:15:12,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a74234a4-1886-42aa-ae15-26c4aa724bb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf7caee59674bd716d19c1e67da39cf485ab807" 2019-01-20 13:15:12,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9aa194e9-f211-43ca-b3bf-02511f7787d9 Date: Sun, 20 Jan 2019 13:15:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:15:12Z", "security_group_id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "port_range_min": null, "revision_number": 0, "tenant_id": "91bcb58e924c404b97982a21dccaabba", "created_at": "2019-01-20T13:15:12Z", "project_id": "91bcb58e924c404b97982a21dccaabba", "id": "a3a9c681-56ec-4a88-a60b-c55db3c9d5fd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:15:12Z", "security_group_id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "port_range_min": null, "revision_number": 0, "tenant_id": "91bcb58e924c404b97982a21dccaabba", "created_at": "2019-01-20T13:15:12Z", "project_id": "91bcb58e924c404b97982a21dccaabba", "id": "d27b2168-31cf-4993-8aa4-308d1c4d6079"}]} 2019-01-20 13:15:12,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a74234a4-1886-42aa-ae15-26c4aa724bb6 used request id req-9aa194e9-f211-43ca-b3bf-02511f7787d9 2019-01-20 13:15:12,747 - neutron_utils - INFO - Retrieving security group with ID - a74234a4-1886-42aa-ae15-26c4aa724bb6 2019-01-20 13:15:12,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=a74234a4-1886-42aa-ae15-26c4aa724bb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf7caee59674bd716d19c1e67da39cf485ab807" 2019-01-20 13:15:12,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-0275322a-fa0c-42b7-bb71-b00ce22e36be Date: Sun, 20 Jan 2019 13:15:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "91bcb58e924c404b97982a21dccaabba", "created_at": "2019-01-20T13:15:12Z", "updated_at": "2019-01-20T13:15:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:15:12Z", "revision_number": 0, "id": "a3a9c681-56ec-4a88-a60b-c55db3c9d5fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:15:12Z", "security_group_id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "port_range_min": null, "ethertype": "IPv4", "project_id": "91bcb58e924c404b97982a21dccaabba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:15:12Z", "revision_number": 0, "id": "d27b2168-31cf-4993-8aa4-308d1c4d6079", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:15:12Z", "security_group_id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "port_range_min": null, "ethertype": "IPv6", "project_id": "91bcb58e924c404b97982a21dccaabba"}], "revision_number": 2, "project_id": "91bcb58e924c404b97982a21dccaabba", "id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name"}]} 2019-01-20 13:15:12,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=a74234a4-1886-42aa-ae15-26c4aa724bb6 used request id req-0275322a-fa0c-42b7-bb71-b00ce22e36be 2019-01-20 13:15:12,941 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a74234a4-1886-42aa-ae15-26c4aa724bb6 2019-01-20 13:15:12,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a74234a4-1886-42aa-ae15-26c4aa724bb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf7caee59674bd716d19c1e67da39cf485ab807" 2019-01-20 13:15:13,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8b89c56b-9b76-4087-9eac-0d62288c33dd Date: Sun, 20 Jan 2019 13:15:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:15:12Z", "security_group_id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "port_range_min": null, "revision_number": 0, "tenant_id": "91bcb58e924c404b97982a21dccaabba", "created_at": "2019-01-20T13:15:12Z", "project_id": "91bcb58e924c404b97982a21dccaabba", "id": "a3a9c681-56ec-4a88-a60b-c55db3c9d5fd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:15:12Z", "security_group_id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "port_range_min": null, "revision_number": 0, "tenant_id": "91bcb58e924c404b97982a21dccaabba", "created_at": "2019-01-20T13:15:12Z", "project_id": "91bcb58e924c404b97982a21dccaabba", "id": "d27b2168-31cf-4993-8aa4-308d1c4d6079"}]} 2019-01-20 13:15:13,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a74234a4-1886-42aa-ae15-26c4aa724bb6 used request id req-8b89c56b-9b76-4087-9eac-0d62288c33dd 2019-01-20 13:15:13,111 - neutron_utils - INFO - Retrieving security group with ID - a74234a4-1886-42aa-ae15-26c4aa724bb6 2019-01-20 13:15:13,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=a74234a4-1886-42aa-ae15-26c4aa724bb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf7caee59674bd716d19c1e67da39cf485ab807" 2019-01-20 13:15:13,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-2867382f-d49b-40a5-aafc-dcc6fb203003 Date: Sun, 20 Jan 2019 13:15:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "91bcb58e924c404b97982a21dccaabba", "created_at": "2019-01-20T13:15:12Z", "updated_at": "2019-01-20T13:15:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:15:12Z", "revision_number": 0, "id": "a3a9c681-56ec-4a88-a60b-c55db3c9d5fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:15:12Z", "security_group_id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "port_range_min": null, "ethertype": "IPv4", "project_id": "91bcb58e924c404b97982a21dccaabba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:15:12Z", "revision_number": 0, "id": "d27b2168-31cf-4993-8aa4-308d1c4d6079", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:15:12Z", "security_group_id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "port_range_min": null, "ethertype": "IPv6", "project_id": "91bcb58e924c404b97982a21dccaabba"}], "revision_number": 2, "project_id": "91bcb58e924c404b97982a21dccaabba", "id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name"}]} 2019-01-20 13:15:13,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=a74234a4-1886-42aa-ae15-26c4aa724bb6 used request id req-2867382f-d49b-40a5-aafc-dcc6fb203003 2019-01-20 13:15:13,310 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a74234a4-1886-42aa-ae15-26c4aa724bb6 2019-01-20 13:15:13,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a74234a4-1886-42aa-ae15-26c4aa724bb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf7caee59674bd716d19c1e67da39cf485ab807" 2019-01-20 13:15:13,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5f0e11f2-e98e-457c-b4b0-c8ef3b25ad05 Date: Sun, 20 Jan 2019 13:15:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:15:12Z", "security_group_id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "port_range_min": null, "revision_number": 0, "tenant_id": "91bcb58e924c404b97982a21dccaabba", "created_at": "2019-01-20T13:15:12Z", "project_id": "91bcb58e924c404b97982a21dccaabba", "id": "a3a9c681-56ec-4a88-a60b-c55db3c9d5fd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:15:12Z", "security_group_id": "a74234a4-1886-42aa-ae15-26c4aa724bb6", "port_range_min": null, "revision_number": 0, "tenant_id": "91bcb58e924c404b97982a21dccaabba", "created_at": "2019-01-20T13:15:12Z", "project_id": "91bcb58e924c404b97982a21dccaabba", "id": "d27b2168-31cf-4993-8aa4-308d1c4d6079"}]} 2019-01-20 13:15:13,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a74234a4-1886-42aa-ae15-26c4aa724bb6 used request id req-5f0e11f2-e98e-457c-b4b0-c8ef3b25ad05 2019-01-20 13:15:13,480 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:15:13,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:15:13,847 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ad0388f2ef6f44508eab3740ba4aa7bd", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj-role"}], "expires_at": "2019-01-20T14:15:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "91bcb58e924c404b97982a21dccaabba", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-user", "id": "7b941a0df0334d2383300f5bf2075ef2"}, "audit_ids": ["B0U5KFb7SQarDTR5sD9rPw"], "issued_at": "2019-01-20T13:15:13.000000Z"}} 2019-01-20 13:15:13,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:13,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c044dd8e-4222-45cb-b102-9f8102ea8bdc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:15:13,860 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c044dd8e-4222-45cb-b102-9f8102ea8bdc 2019-01-20 13:15:13,861 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:15:13,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:13,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6c87f49-c3bc-424d-916c-623ec4a086c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:15:13,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e6c87f49-c3bc-424d-916c-623ec4a086c3 2019-01-20 13:15:13,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:14,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-872be812-eb3c-4d28-89a0-a9c3b2c62966 Date: Sun, 20 Jan 2019 13:15:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a26f4a98-37d1-4829-bd4f-21f765123af8"],"updated_at":"2019-01-20T13:15:09Z","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91bcb58e924c404b97982a21dccaabba","id":"eae425b0-28ae-4660-a771-2ffd4cf74103","name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net"}]} 2019-01-20 13:15:14,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net used request id req-872be812-eb3c-4d28-89a0-a9c3b2c62966 2019-01-20 13:15:14,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:15:14,206 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:15: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:15:14,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:14,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23d1bdb7-b40a-49ee-914b-1c193563c137 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba"}, "enabled": true, "id": "91bcb58e924c404b97982a21dccaabba", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}} 2019-01-20 13:15:14,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba used request id req-23d1bdb7-b40a-49ee-914b-1c193563c137 2019-01-20 13:15:14,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:14,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0e774d5f-fdd9-41f2-8f14-62243da88667 Date: Sun, 20 Jan 2019 13:15:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:15: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":"91bcb58e924c404b97982a21dccaabba","id":"a26f4a98-37d1-4829-bd4f-21f765123af8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-subnet"}]} 2019-01-20 13:15:14,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-0e774d5f-fdd9-41f2-8f14-62243da88667 2019-01-20 13:15:14,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103&name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:14,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0ae05e5b-4ade-4d14-a163-e627e4e265dd Date: Sun, 20 Jan 2019 13:15:14 GMT RESP BODY: {"ports":[]} 2019-01-20 13:15:14,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103&name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-port&admin_state_up=True used request id req-0ae05e5b-4ade-4d14-a163-e627e4e265dd 2019-01-20 13:15:14,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:14,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15: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-c7e16fae-7d53-4af2-98ce-ce9b1116382e x-compute-request-id: req-c7e16fae-7d53-4af2-98ce-ce9b1116382e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:15:14,982 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst used request id req-c7e16fae-7d53-4af2-98ce-ce9b1116382e 2019-01-20 13:15:14,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:15,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a8f4dfdf-f879-4dc0-8cfe-424453c3660c Date: Sun, 20 Jan 2019 13:15:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a26f4a98-37d1-4829-bd4f-21f765123af8"],"updated_at":"2019-01-20T13:15:09Z","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91bcb58e924c404b97982a21dccaabba","id":"eae425b0-28ae-4660-a771-2ffd4cf74103","name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net"}]} 2019-01-20 13:15:15,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net used request id req-a8f4dfdf-f879-4dc0-8cfe-424453c3660c 2019-01-20 13:15:15,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:15,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b212e55-7d2f-4a55-a5f1-9b3b4925d181 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba"}, "enabled": true, "id": "91bcb58e924c404b97982a21dccaabba", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}} 2019-01-20 13:15:15,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba used request id req-9b212e55-7d2f-4a55-a5f1-9b3b4925d181 2019-01-20 13:15:15,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:15,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e25c3a20-5f0d-40a9-8b2e-826172739b8c Date: Sun, 20 Jan 2019 13:15:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:15: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":"91bcb58e924c404b97982a21dccaabba","id":"a26f4a98-37d1-4829-bd4f-21f765123af8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-subnet"}]} 2019-01-20 13:15:15,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-e25c3a20-5f0d-40a9-8b2e-826172739b8c 2019-01-20 13:15:15,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103&name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:15,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3dcd67a3-0028-499e-a9f9-f8b509c8c872 Date: Sun, 20 Jan 2019 13:15:15 GMT RESP BODY: {"ports":[]} 2019-01-20 13:15:15,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103&name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-port&admin_state_up=True used request id req-3dcd67a3-0028-499e-a9f9-f8b509c8c872 2019-01-20 13:15:15,712 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:15:15,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:15:16,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ad0388f2ef6f44508eab3740ba4aa7bd", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj-role"}], "expires_at": "2019-01-20T14:15:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "91bcb58e924c404b97982a21dccaabba", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-user", "id": "7b941a0df0334d2383300f5bf2075ef2"}, "audit_ids": ["e73BcTOET32-XLQut6NIxw"], "issued_at": "2019-01-20T13:15:16.000000Z"}} 2019-01-20 13:15:16,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa6dd8d2debafcd969a6efe2b808eb785d71e0ed" 2019-01-20 13:15:16,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54631c6d-cd85-4d6c-86f3-82fd37a956c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:15:16,160 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-54631c6d-cd85-4d6c-86f3-82fd37a956c6 2019-01-20 13:15:16,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:16,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-93314f57-e152-4b86-913b-6959fb84969c Date: Sun, 20 Jan 2019 13:15: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":["a26f4a98-37d1-4829-bd4f-21f765123af8"],"updated_at":"2019-01-20T13:15:09Z","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91bcb58e924c404b97982a21dccaabba","id":"eae425b0-28ae-4660-a771-2ffd4cf74103","name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net"}]} 2019-01-20 13:15:16,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net used request id req-93314f57-e152-4b86-913b-6959fb84969c 2019-01-20 13:15:16,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:16,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b55e226b-259c-4f22-ad61-d20e79223d14 Date: Sun, 20 Jan 2019 13:15:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:15: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":"91bcb58e924c404b97982a21dccaabba","id":"a26f4a98-37d1-4829-bd4f-21f765123af8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-subnet"}]} 2019-01-20 13:15:16,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-b55e226b-259c-4f22-ad61-d20e79223d14 2019-01-20 13:15:16,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:16,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-fd806def-a79b-4320-8a94-04cab2545255 Date: Sun, 20 Jan 2019 13:15: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":["a26f4a98-37d1-4829-bd4f-21f765123af8"],"updated_at":"2019-01-20T13:15:09Z","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91bcb58e924c404b97982a21dccaabba","id":"eae425b0-28ae-4660-a771-2ffd4cf74103","name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net"}]} 2019-01-20 13:15:16,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net used request id req-fd806def-a79b-4320-8a94-04cab2545255 2019-01-20 13:15:16,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:15:16,909 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:15: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:15:16,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa6dd8d2debafcd969a6efe2b808eb785d71e0ed" 2019-01-20 13:15:16,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-502e221b-a1b5-4ec3-9267-e3b12b9d76ab Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba"}, "enabled": true, "id": "91bcb58e924c404b97982a21dccaabba", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}} 2019-01-20 13:15:16,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba used request id req-502e221b-a1b5-4ec3-9267-e3b12b9d76ab 2019-01-20 13:15:16,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:17,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-526c3afe-b1b4-4419-b590-07e696d0505b Date: Sun, 20 Jan 2019 13:15:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:15: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":"91bcb58e924c404b97982a21dccaabba","id":"a26f4a98-37d1-4829-bd4f-21f765123af8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-subnet"}]} 2019-01-20 13:15:17,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-526c3afe-b1b4-4419-b590-07e696d0505b 2019-01-20 13:15:17,200 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net 2019-01-20 13:15:17,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" -d '{"port": {"network_id": "eae425b0-28ae-4660-a771-2ffd4cf74103", "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-port", "admin_state_up": true}}' 2019-01-20 13:15:18,132 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-3e9a28ea-268b-4ca6-b316-7e05060cfa25 Date: Sun, 20 Jan 2019 13:15:18 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:17Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.8"}],"id":"c783d527-6d59-450d-b2db-6207267cf74d","security_groups":["d452d23a-397c-40bb-851f-6b90fdd60d85"],"mac_address":"fa:16:3e:aa:fb:a9","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-port","project_id":"91bcb58e924c404b97982a21dccaabba","qos_policy_id":null,"admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:17Z","binding:vnic_type":"normal"}} 2019-01-20 13:15:18,133 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-3e9a28ea-268b-4ca6-b316-7e05060cfa25 2019-01-20 13:15:18,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:18,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-8dab6cad-d90e-4523-a678-52aef02d7967 Date: Sun, 20 Jan 2019 13:15: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":["a26f4a98-37d1-4829-bd4f-21f765123af8"],"updated_at":"2019-01-20T13:15:09Z","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91bcb58e924c404b97982a21dccaabba","id":"eae425b0-28ae-4660-a771-2ffd4cf74103","name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net"}]} 2019-01-20 13:15:18,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net used request id req-8dab6cad-d90e-4523-a678-52aef02d7967 2019-01-20 13:15:18,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:18,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cc3a4d4-59d3-44cb-8586-bd418520cd9f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba"}, "enabled": true, "id": "91bcb58e924c404b97982a21dccaabba", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}} 2019-01-20 13:15:18,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba used request id req-8cc3a4d4-59d3-44cb-8586-bd418520cd9f 2019-01-20 13:15:18,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:18,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a77324d8-ce1c-4c21-826c-a16cf7b595ef Date: Sun, 20 Jan 2019 13:15:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:15: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":"91bcb58e924c404b97982a21dccaabba","id":"a26f4a98-37d1-4829-bd4f-21f765123af8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-subnet"}]} 2019-01-20 13:15:18,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-a77324d8-ce1c-4c21-826c-a16cf7b595ef 2019-01-20 13:15:18,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103&name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:18,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-da4ebf3d-1c98-4d6d-b0fb-9bfb677b28de Date: Sun, 20 Jan 2019 13:15:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:17Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.8"}],"id":"c783d527-6d59-450d-b2db-6207267cf74d","security_groups":["d452d23a-397c-40bb-851f-6b90fdd60d85"],"mac_address":"fa:16:3e:aa:fb:a9","project_id":"91bcb58e924c404b97982a21dccaabba","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-port","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:17Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:15:18,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103&name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-port&admin_state_up=True used request id req-da4ebf3d-1c98-4d6d-b0fb-9bfb677b28de 2019-01-20 13:15:18,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:18,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f63be335-b97f-475b-bb39-dcc71dafbd35 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba"}, "enabled": true, "id": "91bcb58e924c404b97982a21dccaabba", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}} 2019-01-20 13:15:18,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba used request id req-f63be335-b97f-475b-bb39-dcc71dafbd35 2019-01-20 13:15:18,967 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst 2019-01-20 13:15:18,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:19,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aeadbd15-52a0-46dc-bba0-e91ff295e876 x-compute-request-id: req-aeadbd15-52a0-46dc-bba0-e91ff295e876 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-flavor-name"}]} 2019-01-20 13:15:19,001 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-aeadbd15-52a0-46dc-bba0-e91ff295e876 2019-01-20 13:15:19,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:19,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-12a485a3-8125-4d0f-a618-51ccd9427032 x-compute-request-id: req-12a485a3-8125-4d0f-a618-51ccd9427032 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:15:19,024 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de used request id req-12a485a3-8125-4d0f-a618-51ccd9427032 2019-01-20 13:15:19,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:19,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-39400bdd-9a3a-44f4-b984-ae9a6a1d5e28 Date: Sun, 20 Jan 2019 13:15:19 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:15:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:15:06Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ca04e1fa-17cd-489d-8174-f68b81d65b70/snap", "metadata": {}}], "self": "/v2/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "min_disk": 0, "protected": false, "id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "file": "/v2/images/ca04e1fa-17cd-489d-8174-f68b81d65b70/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "91bcb58e924c404b97982a21dccaabba", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ca04e1fa-17cd-489d-8174-f68b81d65b70/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-image"} 2019-01-20 13:15:19,278 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-image used request id req-39400bdd-9a3a-44f4-b984-ae9a6a1d5e28 2019-01-20 13:15:19,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:19,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ed0a4da0-1dac-4fe6-bdf1-5fb531ac84fb Date: Sun, 20 Jan 2019 13:15: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"}}} 2019-01-20 13:15:19,442 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-ed0a4da0-1dac-4fe6-bdf1-5fb531ac84fb 2019-01-20 13:15:19,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" -d '{"server": {"name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst", "imageRef": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "flavorRef": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "max_count": 1, "min_count": 1, "networks": [{"port": "c783d527-6d59-450d-b2db-6207267cf74d"}], "security_groups": [{"name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name"}]}}' 2019-01-20 13:15:22,106 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-982ef073-8624-4969-8299-307acfda8681 x-compute-request-id: req-982ef073-8624-4969-8299-307acfda8681 Content-Length: 435 location: http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "bookmark"}], "adminPass": "iW2qrrhetGze"}} 2019-01-20 13:15:22,106 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-982ef073-8624-4969-8299-307acfda8681 2019-01-20 13:15:22,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:22,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9fca4c26-14ea-4432-8811-6f4880de25ca x-compute-request-id: req-9fca4c26-14ea-4432-8811-6f4880de25ca 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.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "bookmark"}], "image": {"id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "links": [{"href": "http://172.30.9.22:8774/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "links": [{"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}]}, "id": "52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "user_id": "7b941a0df0334d2383300f5bf2075ef2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:15:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst", "created": "2019-01-20T13:15:22Z", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:15:22,462 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d used request id req-9fca4c26-14ea-4432-8811-6f4880de25ca 2019-01-20 13:15:22,463 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst 2019-01-20 13:15:22,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:22,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb8f2d53-7aa6-4109-9aab-ee9fd5ffb756 x-compute-request-id: req-eb8f2d53-7aa6-4109-9aab-ee9fd5ffb756 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.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "bookmark"}], "image": {"id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "links": [{"href": "http://172.30.9.22:8774/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "links": [{"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}]}, "id": "52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "user_id": "7b941a0df0334d2383300f5bf2075ef2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:15:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst", "created": "2019-01-20T13:15:22Z", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:15:22,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d used request id req-eb8f2d53-7aa6-4109-9aab-ee9fd5ffb756 2019-01-20 13:15:22,878 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst] is - BUILD 2019-01-20 13:15:22,878 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:15:25,881 - create_instance - DEBUG - VM status query timeout in 896.581918955 2019-01-20 13:15:25,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:26,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8dda0ff7-96e1-4377-ae37-87b3e3dc25ee x-compute-request-id: req-8dda0ff7-96e1-4377-ae37-87b3e3dc25ee Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "bookmark"}], "image": {"id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "links": [{"href": "http://172.30.9.22:8774/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "links": [{"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}]}, "id": "52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "security_groups": [{"name": "default"}], "user_id": "7b941a0df0334d2383300f5bf2075ef2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:15:22Z", "hostId": "a6826fa5dbc0a7608e64f0788b2be28b69a12b4611c3e22d8308bdeb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst", "created": "2019-01-20T13:15:22Z", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:15:26,486 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d used request id req-8dda0ff7-96e1-4377-ae37-87b3e3dc25ee 2019-01-20 13:15:26,487 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst] is - BUILD 2019-01-20 13:15:26,487 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:15:29,490 - create_instance - DEBUG - VM status query timeout in 892.97258091 2019-01-20 13:15:29,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:29,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0f69cf2-c211-473c-be0c-1262bc42e7e8 x-compute-request-id: req-a0f69cf2-c211-473c-be0c-1262bc42e7e8 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:fb:a9", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "bookmark"}], "image": {"id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "links": [{"href": "http://172.30.9.22:8774/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:15:27.000000", "flavor": {"id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "links": [{"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}]}, "id": "52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "security_groups": [{"name": "default"}], "user_id": "7b941a0df0334d2383300f5bf2075ef2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:15:28Z", "hostId": "a6826fa5dbc0a7608e64f0788b2be28b69a12b4611c3e22d8308bdeb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst", "created": "2019-01-20T13:15:22Z", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:15:29,996 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d used request id req-a0f69cf2-c211-473c-be0c-1262bc42e7e8 2019-01-20 13:15:29,996 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst] is - ACTIVE 2019-01-20 13:15:29,996 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:15:30,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:30,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62293c5f-dece-467d-9923-8c281f358955 x-compute-request-id: req-62293c5f-dece-467d-9923-8c281f358955 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:fb:a9", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "bookmark"}], "image": {"id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "links": [{"href": "http://172.30.9.22:8774/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:15:27.000000", "flavor": {"id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "links": [{"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}]}, "id": "52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "security_groups": [{"name": "default"}], "user_id": "7b941a0df0334d2383300f5bf2075ef2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:15:28Z", "hostId": "a6826fa5dbc0a7608e64f0788b2be28b69a12b4611c3e22d8308bdeb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst", "created": "2019-01-20T13:15:22Z", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:15:30,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d used request id req-62293c5f-dece-467d-9923-8c281f358955 2019-01-20 13:15:30,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:30,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-639e4aff-8c87-44f8-be27-908addaa7c0b Date: Sun, 20 Jan 2019 13:15: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":["a26f4a98-37d1-4829-bd4f-21f765123af8"],"updated_at":"2019-01-20T13:15:09Z","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91bcb58e924c404b97982a21dccaabba","id":"eae425b0-28ae-4660-a771-2ffd4cf74103","name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net"}]} 2019-01-20 13:15:30,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net used request id req-639e4aff-8c87-44f8-be27-908addaa7c0b 2019-01-20 13:15:30,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:30,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70993a1c-0839-41ce-8a83-bc64d7f6ff9d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba"}, "enabled": true, "id": "91bcb58e924c404b97982a21dccaabba", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}} 2019-01-20 13:15:30,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba used request id req-70993a1c-0839-41ce-8a83-bc64d7f6ff9d 2019-01-20 13:15:30,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:30,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2a3fd7d3-d7cb-4afe-a375-7ca3e020ebb9 Date: Sun, 20 Jan 2019 13:15:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:15: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":"91bcb58e924c404b97982a21dccaabba","id":"a26f4a98-37d1-4829-bd4f-21f765123af8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-subnet"}]} 2019-01-20 13:15:30,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-2a3fd7d3-d7cb-4afe-a375-7ca3e020ebb9 2019-01-20 13:15:30,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:31,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-b520851b-abb4-40cc-92de-107d33e9e9b4 Date: Sun, 20 Jan 2019 13:15:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.3"}],"id":"0a871a7f-ed11-48f9-9ea5-ee0ca3fa1f2e","security_groups":[],"mac_address":"fa:16:3e:88:f7:34","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eae425b0-28ae-4660-a771-2ffd4cf74103"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.2"}],"id":"7813cf75-c897-423e-94fd-81d96c5a1a2a","security_groups":[],"mac_address":"fa:16:3e:30:51:4b","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eae425b0-28ae-4660-a771-2ffd4cf74103"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.4"}],"id":"a918d684-8187-4da0-ba35-316b75209b1c","security_groups":[],"mac_address":"fa:16:3e:b8:72:cc","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eae425b0-28ae-4660-a771-2ffd4cf74103"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.8"}],"id":"c783d527-6d59-450d-b2db-6207267cf74d","security_groups":["d452d23a-397c-40bb-851f-6b90fdd60d85"],"mac_address":"fa:16:3e:aa:fb:a9","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-port","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:17Z","binding:vnic_type":"normal","device_id":"52e6839e-6a90-4ae4-aeb5-2cca7142b59d"}]} 2019-01-20 13:15:31,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-b520851b-abb4-40cc-92de-107d33e9e9b4 2019-01-20 13:15:31,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:31,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15: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-36ddee24-ac9f-4dba-998d-65856b460589 x-compute-request-id: req-36ddee24-ac9f-4dba-998d-65856b460589 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:fb:a9", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "bookmark"}], "image": {"id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "links": [{"href": "http://172.30.9.22:8774/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:15:27.000000", "flavor": {"id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "links": [{"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}]}, "id": "52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "security_groups": [{"name": "default"}], "user_id": "7b941a0df0334d2383300f5bf2075ef2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:15:28Z", "hostId": "a6826fa5dbc0a7608e64f0788b2be28b69a12b4611c3e22d8308bdeb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst", "created": "2019-01-20T13:15:22Z", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:15:31,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d used request id req-36ddee24-ac9f-4dba-998d-65856b460589 2019-01-20 13:15:31,504 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst] is - ACTIVE 2019-01-20 13:15:31,504 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:15:31,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:32,260 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15: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-9d785f03-f737-4125-9b34-a14fd727a603 x-compute-request-id: req-9d785f03-f737-4125-9b34-a14fd727a603 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:fb:a9", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "bookmark"}], "image": {"id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "links": [{"href": "http://172.30.9.22:8774/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:15:27.000000", "flavor": {"id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "links": [{"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}]}, "id": "52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "security_groups": [{"name": "default"}], "user_id": "7b941a0df0334d2383300f5bf2075ef2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:15:28Z", "hostId": "a6826fa5dbc0a7608e64f0788b2be28b69a12b4611c3e22d8308bdeb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst", "created": "2019-01-20T13:15:22Z", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:15:32,261 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d used request id req-9d785f03-f737-4125-9b34-a14fd727a603 2019-01-20 13:15:32,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:32,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-3321bea2-ed48-4449-b022-45a5a49cd72a Date: Sun, 20 Jan 2019 13:15: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":["a26f4a98-37d1-4829-bd4f-21f765123af8"],"updated_at":"2019-01-20T13:15:09Z","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91bcb58e924c404b97982a21dccaabba","id":"eae425b0-28ae-4660-a771-2ffd4cf74103","name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net"}]} 2019-01-20 13:15:32,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net used request id req-3321bea2-ed48-4449-b022-45a5a49cd72a 2019-01-20 13:15:32,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:32,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbc3326d-7505-4057-b6d5-adb8e771ff4d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba"}, "enabled": true, "id": "91bcb58e924c404b97982a21dccaabba", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}} 2019-01-20 13:15:32,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba used request id req-cbc3326d-7505-4057-b6d5-adb8e771ff4d 2019-01-20 13:15:32,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:32,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d882f949-27b9-4b32-9acb-5d255e936baf Date: Sun, 20 Jan 2019 13:15:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:15: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":"91bcb58e924c404b97982a21dccaabba","id":"a26f4a98-37d1-4829-bd4f-21f765123af8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-subnet"}]} 2019-01-20 13:15:32,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-d882f949-27b9-4b32-9acb-5d255e936baf 2019-01-20 13:15:32,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:32,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-ec585195-9baf-434c-a25b-2d1054409890 Date: Sun, 20 Jan 2019 13:15:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.3"}],"id":"0a871a7f-ed11-48f9-9ea5-ee0ca3fa1f2e","security_groups":[],"mac_address":"fa:16:3e:88:f7:34","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eae425b0-28ae-4660-a771-2ffd4cf74103"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.2"}],"id":"7813cf75-c897-423e-94fd-81d96c5a1a2a","security_groups":[],"mac_address":"fa:16:3e:30:51:4b","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eae425b0-28ae-4660-a771-2ffd4cf74103"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.4"}],"id":"a918d684-8187-4da0-ba35-316b75209b1c","security_groups":[],"mac_address":"fa:16:3e:b8:72:cc","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eae425b0-28ae-4660-a771-2ffd4cf74103"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.8"}],"id":"c783d527-6d59-450d-b2db-6207267cf74d","security_groups":["d452d23a-397c-40bb-851f-6b90fdd60d85"],"mac_address":"fa:16:3e:aa:fb:a9","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-port","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:17Z","binding:vnic_type":"normal","device_id":"52e6839e-6a90-4ae4-aeb5-2cca7142b59d"}]} 2019-01-20 13:15:32,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-ec585195-9baf-434c-a25b-2d1054409890 2019-01-20 13:15:32,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name"}}' 2019-01-20 13:15:34,248 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:15: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-193cb02e-0d76-469d-8c3a-4bff34e16707 x-compute-request-id: req-193cb02e-0d76-469d-8c3a-4bff34e16707 Content-Length: 0 Content-Type: application/json 2019-01-20 13:15:34,249 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d/action used request id req-193cb02e-0d76-469d-8c3a-4bff34e16707 2019-01-20 13:15:34,252 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:34,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0103ca79-0349-4c65-ba9c-4d79f38c395e x-compute-request-id: req-0103ca79-0349-4c65-ba9c-4d79f38c395e Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:fb:a9", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "bookmark"}], "image": {"id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "links": [{"href": "http://172.30.9.22:8774/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:15:27.000000", "flavor": {"id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "links": [{"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}]}, "id": "52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "security_groups": [{"name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name"}, {"name": "default"}], "user_id": "7b941a0df0334d2383300f5bf2075ef2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:15:28Z", "hostId": "a6826fa5dbc0a7608e64f0788b2be28b69a12b4611c3e22d8308bdeb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst", "created": "2019-01-20T13:15:22Z", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:15:34,738 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d used request id req-0103ca79-0349-4c65-ba9c-4d79f38c395e 2019-01-20 13:15:34,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:34,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a7ed1311-45c4-4b67-8fce-99a37497db36 Date: Sun, 20 Jan 2019 13:15: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":["a26f4a98-37d1-4829-bd4f-21f765123af8"],"updated_at":"2019-01-20T13:15:09Z","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91bcb58e924c404b97982a21dccaabba","id":"eae425b0-28ae-4660-a771-2ffd4cf74103","name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net"}]} 2019-01-20 13:15:34,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net used request id req-a7ed1311-45c4-4b67-8fce-99a37497db36 2019-01-20 13:15:34,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:34,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2aedff7a-cd03-4b9a-9027-f92720731b1c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba"}, "enabled": true, "id": "91bcb58e924c404b97982a21dccaabba", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}} 2019-01-20 13:15:34,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba used request id req-2aedff7a-cd03-4b9a-9027-f92720731b1c 2019-01-20 13:15:34,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:35,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-520631cd-4a05-4c38-9061-2016fde934ce Date: Sun, 20 Jan 2019 13:15:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:15: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":"91bcb58e924c404b97982a21dccaabba","id":"a26f4a98-37d1-4829-bd4f-21f765123af8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-subnet"}]} 2019-01-20 13:15:35,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-520631cd-4a05-4c38-9061-2016fde934ce 2019-01-20 13:15:35,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:35,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-3f5c47b2-46bf-46c6-b026-19dd0934efee Date: Sun, 20 Jan 2019 13:15:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.3"}],"id":"0a871a7f-ed11-48f9-9ea5-ee0ca3fa1f2e","security_groups":[],"mac_address":"fa:16:3e:88:f7:34","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eae425b0-28ae-4660-a771-2ffd4cf74103"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.2"}],"id":"7813cf75-c897-423e-94fd-81d96c5a1a2a","security_groups":[],"mac_address":"fa:16:3e:30:51:4b","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eae425b0-28ae-4660-a771-2ffd4cf74103"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.4"}],"id":"a918d684-8187-4da0-ba35-316b75209b1c","security_groups":[],"mac_address":"fa:16:3e:b8:72:cc","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eae425b0-28ae-4660-a771-2ffd4cf74103"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:33Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.8"}],"id":"c783d527-6d59-450d-b2db-6207267cf74d","security_groups":["a74234a4-1886-42aa-ae15-26c4aa724bb6","d452d23a-397c-40bb-851f-6b90fdd60d85"],"mac_address":"fa:16:3e:aa:fb:a9","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-port","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:17Z","binding:vnic_type":"normal","device_id":"52e6839e-6a90-4ae4-aeb5-2cca7142b59d"}]} 2019-01-20 13:15:35,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-3f5c47b2-46bf-46c6-b026-19dd0934efee 2019-01-20 13:15:35,228 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:15:35,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ad0388f2ef6f44508eab3740ba4aa7bd", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj-role"}], "expires_at": "2019-01-20T14:15:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "91bcb58e924c404b97982a21dccaabba", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/91bcb58e924c404b97982a21dccaabba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/91bcb58e924c404b97982a21dccaabba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/91bcb58e924c404b97982a21dccaabba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-user", "id": "7b941a0df0334d2383300f5bf2075ef2"}, "audit_ids": ["u7h_76ICQPaTkYC95HYBxA"], "issued_at": "2019-01-20T13:15:35.000000Z"}} 2019-01-20 13:15:35,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bcfb582c7185bd64e807cf8f769c0bfaff7661a" 2019-01-20 13:15:36,547 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14fb64c5-e134-46d5-bd0d-22aaa49c37dd x-compute-request-id: req-14fb64c5-e134-46d5-bd0d-22aaa49c37dd Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:fb:a9", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "bookmark"}], "image": {"id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "links": [{"href": "http://172.30.9.22:8774/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:15:27.000000", "flavor": {"id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "links": [{"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}]}, "id": "52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "security_groups": [{"name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name"}, {"name": "default"}], "user_id": "7b941a0df0334d2383300f5bf2075ef2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:15:28Z", "hostId": "a6826fa5dbc0a7608e64f0788b2be28b69a12b4611c3e22d8308bdeb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst", "created": "2019-01-20T13:15:22Z", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:15:36,547 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d used request id req-14fb64c5-e134-46d5-bd0d-22aaa49c37dd 2019-01-20 13:15:36,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:37,032 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-887f4cd0-fd31-4592-813b-0a3f77c4d3a3 x-compute-request-id: req-887f4cd0-fd31-4592-813b-0a3f77c4d3a3 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:fb:a9", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "bookmark"}], "image": {"id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "links": [{"href": "http://172.30.9.22:8774/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:15:27.000000", "flavor": {"id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "links": [{"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}]}, "id": "52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "security_groups": [{"name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name"}, {"name": "default"}], "user_id": "7b941a0df0334d2383300f5bf2075ef2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:15:28Z", "hostId": "a6826fa5dbc0a7608e64f0788b2be28b69a12b4611c3e22d8308bdeb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst", "created": "2019-01-20T13:15:22Z", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:15:37,032 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d used request id req-887f4cd0-fd31-4592-813b-0a3f77c4d3a3 2019-01-20 13:15:37,033 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst] is - ACTIVE 2019-01-20 13:15:37,033 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:15:37,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:37,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c3ec985-600e-4225-9803-95907046fe10 x-compute-request-id: req-0c3ec985-600e-4225-9803-95907046fe10 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:fb:a9", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "bookmark"}], "image": {"id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "links": [{"href": "http://172.30.9.22:8774/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:15:27.000000", "flavor": {"id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "links": [{"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}]}, "id": "52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "security_groups": [{"name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name"}, {"name": "default"}], "user_id": "7b941a0df0334d2383300f5bf2075ef2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:15:28Z", "hostId": "a6826fa5dbc0a7608e64f0788b2be28b69a12b4611c3e22d8308bdeb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst", "created": "2019-01-20T13:15:22Z", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:15:37,365 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d used request id req-0c3ec985-600e-4225-9803-95907046fe10 2019-01-20 13:15:37,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:37,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-7b6b5909-e21a-4934-8784-88c499145a11 Date: Sun, 20 Jan 2019 13:15: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":["a26f4a98-37d1-4829-bd4f-21f765123af8"],"updated_at":"2019-01-20T13:15:09Z","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91bcb58e924c404b97982a21dccaabba","id":"eae425b0-28ae-4660-a771-2ffd4cf74103","name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net"}]} 2019-01-20 13:15:37,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net used request id req-7b6b5909-e21a-4934-8784-88c499145a11 2019-01-20 13:15:37,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:37,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-803efd71-ad21-4785-bb3d-9ed46c7c61ca Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba"}, "enabled": true, "id": "91bcb58e924c404b97982a21dccaabba", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}} 2019-01-20 13:15:37,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba used request id req-803efd71-ad21-4785-bb3d-9ed46c7c61ca 2019-01-20 13:15:37,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:37,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-75f47072-9c73-4661-8a5b-eba0cc68e480 Date: Sun, 20 Jan 2019 13:15:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:15: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":"91bcb58e924c404b97982a21dccaabba","id":"a26f4a98-37d1-4829-bd4f-21f765123af8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-subnet"}]} 2019-01-20 13:15:37,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-75f47072-9c73-4661-8a5b-eba0cc68e480 2019-01-20 13:15:37,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:37,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-766b46c1-1175-4263-847c-85f919a08f29 Date: Sun, 20 Jan 2019 13:15:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.3"}],"id":"0a871a7f-ed11-48f9-9ea5-ee0ca3fa1f2e","security_groups":[],"mac_address":"fa:16:3e:88:f7:34","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eae425b0-28ae-4660-a771-2ffd4cf74103"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.2"}],"id":"7813cf75-c897-423e-94fd-81d96c5a1a2a","security_groups":[],"mac_address":"fa:16:3e:30:51:4b","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eae425b0-28ae-4660-a771-2ffd4cf74103"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.4"}],"id":"a918d684-8187-4da0-ba35-316b75209b1c","security_groups":[],"mac_address":"fa:16:3e:b8:72:cc","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eae425b0-28ae-4660-a771-2ffd4cf74103"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:33Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.8"}],"id":"c783d527-6d59-450d-b2db-6207267cf74d","security_groups":["a74234a4-1886-42aa-ae15-26c4aa724bb6","d452d23a-397c-40bb-851f-6b90fdd60d85"],"mac_address":"fa:16:3e:aa:fb:a9","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-port","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:17Z","binding:vnic_type":"normal","device_id":"52e6839e-6a90-4ae4-aeb5-2cca7142b59d"}]} 2019-01-20 13:15:37,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-766b46c1-1175-4263-847c-85f919a08f29 2019-01-20 13:15:37,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:38,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d653854b-53f2-4b90-9fbe-517b6a75f97b x-compute-request-id: req-d653854b-53f2-4b90-9fbe-517b6a75f97b Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:fb:a9", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "bookmark"}], "image": {"id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "links": [{"href": "http://172.30.9.22:8774/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:15:27.000000", "flavor": {"id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "links": [{"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}]}, "id": "52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "security_groups": [{"name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name"}, {"name": "default"}], "user_id": "7b941a0df0334d2383300f5bf2075ef2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:15:28Z", "hostId": "a6826fa5dbc0a7608e64f0788b2be28b69a12b4611c3e22d8308bdeb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst", "created": "2019-01-20T13:15:22Z", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:15:38,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d used request id req-d653854b-53f2-4b90-9fbe-517b6a75f97b 2019-01-20 13:15:38,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:38,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a2bef668-77fc-49f4-b524-0a1ad688fe2d Date: Sun, 20 Jan 2019 13:15: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":["a26f4a98-37d1-4829-bd4f-21f765123af8"],"updated_at":"2019-01-20T13:15:09Z","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91bcb58e924c404b97982a21dccaabba","id":"eae425b0-28ae-4660-a771-2ffd4cf74103","name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net"}]} 2019-01-20 13:15:38,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net used request id req-a2bef668-77fc-49f4-b524-0a1ad688fe2d 2019-01-20 13:15:38,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:38,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3a37c5a-3421-4cc8-9598-cd4ab9917cc1 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba"}, "enabled": true, "id": "91bcb58e924c404b97982a21dccaabba", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}} 2019-01-20 13:15:38,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba used request id req-d3a37c5a-3421-4cc8-9598-cd4ab9917cc1 2019-01-20 13:15:38,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:38,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9e67061b-57fb-45aa-b89b-8fc6759621af Date: Sun, 20 Jan 2019 13:15:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:15: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":"91bcb58e924c404b97982a21dccaabba","id":"a26f4a98-37d1-4829-bd4f-21f765123af8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-subnet"}]} 2019-01-20 13:15:38,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-9e67061b-57fb-45aa-b89b-8fc6759621af 2019-01-20 13:15:38,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:38,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-8802a71b-040f-4d66-a2b8-7fbef813d504 Date: Sun, 20 Jan 2019 13:15:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.3"}],"id":"0a871a7f-ed11-48f9-9ea5-ee0ca3fa1f2e","security_groups":[],"mac_address":"fa:16:3e:88:f7:34","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eae425b0-28ae-4660-a771-2ffd4cf74103"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.2"}],"id":"7813cf75-c897-423e-94fd-81d96c5a1a2a","security_groups":[],"mac_address":"fa:16:3e:30:51:4b","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eae425b0-28ae-4660-a771-2ffd4cf74103"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.4"}],"id":"a918d684-8187-4da0-ba35-316b75209b1c","security_groups":[],"mac_address":"fa:16:3e:b8:72:cc","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eae425b0-28ae-4660-a771-2ffd4cf74103"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:33Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.8"}],"id":"c783d527-6d59-450d-b2db-6207267cf74d","security_groups":["a74234a4-1886-42aa-ae15-26c4aa724bb6","d452d23a-397c-40bb-851f-6b90fdd60d85"],"mac_address":"fa:16:3e:aa:fb:a9","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-port","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:17Z","binding:vnic_type":"normal","device_id":"52e6839e-6a90-4ae4-aeb5-2cca7142b59d"}]} 2019-01-20 13:15:38,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-8802a71b-040f-4d66-a2b8-7fbef813d504 2019-01-20 13:15:38,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name"}}' 2019-01-20 13:15:39,443 - novaclient.v2.client - DEBUG - RESP: [400] Date: Sun, 20 Jan 2019 13:15: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-d5fa1699-ab94-4325-bdcd-d61618c7a036 x-compute-request-id: req-d5fa1699-ab94-4325-bdcd-d61618c7a036 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: 'a74234a4-1886-42aa-ae15-26c4aa724bb6'.\nNeutron server returns request_ids: ['req-d9d81afc-3be3-478c-a3ad-ed9c65a2d242']", "code": 400}} 2019-01-20 13:15:39,444 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d/action used request id req-d5fa1699-ab94-4325-bdcd-d61618c7a036 2019-01-20 13:15:39,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:39,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-789ad13e-d5b9-4306-b8be-ded096ff9e06 x-compute-request-id: req-789ad13e-d5b9-4306-b8be-ded096ff9e06 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:fb:a9", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "bookmark"}], "image": {"id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "links": [{"href": "http://172.30.9.22:8774/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:15:27.000000", "flavor": {"id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "links": [{"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}]}, "id": "52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "security_groups": [{"name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name"}, {"name": "default"}], "user_id": "7b941a0df0334d2383300f5bf2075ef2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:15:28Z", "hostId": "a6826fa5dbc0a7608e64f0788b2be28b69a12b4611c3e22d8308bdeb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst", "created": "2019-01-20T13:15:22Z", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:15:39,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d used request id req-789ad13e-d5b9-4306-b8be-ded096ff9e06 2019-01-20 13:15:39,754 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name] already added to VM [InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst] 2019-01-20 13:15:39,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:40,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e60580bc-01ce-44e3-b0db-9e3df14ec8ba x-compute-request-id: req-e60580bc-01ce-44e3-b0db-9e3df14ec8ba Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:fb:a9", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "bookmark"}], "image": {"id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "links": [{"href": "http://172.30.9.22:8774/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:15:27.000000", "flavor": {"id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "links": [{"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}]}, "id": "52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "security_groups": [{"name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name"}, {"name": "default"}], "user_id": "7b941a0df0334d2383300f5bf2075ef2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:15:28Z", "hostId": "a6826fa5dbc0a7608e64f0788b2be28b69a12b4611c3e22d8308bdeb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst", "created": "2019-01-20T13:15:22Z", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:15:40,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d used request id req-e60580bc-01ce-44e3-b0db-9e3df14ec8ba 2019-01-20 13:15:40,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:40,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6589086b-58d3-4800-bdd9-ddfc100185e9 Date: Sun, 20 Jan 2019 13:15: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":["a26f4a98-37d1-4829-bd4f-21f765123af8"],"updated_at":"2019-01-20T13:15:09Z","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91bcb58e924c404b97982a21dccaabba","id":"eae425b0-28ae-4660-a771-2ffd4cf74103","name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net"}]} 2019-01-20 13:15:40,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net used request id req-6589086b-58d3-4800-bdd9-ddfc100185e9 2019-01-20 13:15:40,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:40,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27b9792a-cd5b-44b8-ab53-73ad9e3b78ec Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba"}, "enabled": true, "id": "91bcb58e924c404b97982a21dccaabba", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}} 2019-01-20 13:15:40,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba used request id req-27b9792a-cd5b-44b8-ab53-73ad9e3b78ec 2019-01-20 13:15:40,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:40,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e4048068-8694-4150-a9c8-f7d6cc44b5c9 Date: Sun, 20 Jan 2019 13:15:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:09Z","dns_nameservers":[],"updated_at":"2019-01-20T13:15: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":"91bcb58e924c404b97982a21dccaabba","id":"a26f4a98-37d1-4829-bd4f-21f765123af8","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-subnet"}]} 2019-01-20 13:15:40,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-e4048068-8694-4150-a9c8-f7d6cc44b5c9 2019-01-20 13:15:40,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:40,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-ee3d37fc-43bd-40e9-8fac-65e0cf62e736 Date: Sun, 20 Jan 2019 13:15:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.3"}],"id":"0a871a7f-ed11-48f9-9ea5-ee0ca3fa1f2e","security_groups":[],"mac_address":"fa:16:3e:88:f7:34","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eae425b0-28ae-4660-a771-2ffd4cf74103"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.2"}],"id":"7813cf75-c897-423e-94fd-81d96c5a1a2a","security_groups":[],"mac_address":"fa:16:3e:30:51:4b","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eae425b0-28ae-4660-a771-2ffd4cf74103"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.4"}],"id":"a918d684-8187-4da0-ba35-316b75209b1c","security_groups":[],"mac_address":"fa:16:3e:b8:72:cc","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eae425b0-28ae-4660-a771-2ffd4cf74103"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:15:33Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a26f4a98-37d1-4829-bd4f-21f765123af8","ip_address":"10.55.0.8"}],"id":"c783d527-6d59-450d-b2db-6207267cf74d","security_groups":["a74234a4-1886-42aa-ae15-26c4aa724bb6","d452d23a-397c-40bb-851f-6b90fdd60d85"],"mac_address":"fa:16:3e:aa:fb:a9","project_id":"91bcb58e924c404b97982a21dccaabba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-port","admin_state_up":true,"network_id":"eae425b0-28ae-4660-a771-2ffd4cf74103","tenant_id":"91bcb58e924c404b97982a21dccaabba","created_at":"2019-01-20T13:15:17Z","binding:vnic_type":"normal","device_id":"52e6839e-6a90-4ae4-aeb5-2cca7142b59d"}]} 2019-01-20 13:15:40,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-ee3d37fc-43bd-40e9-8fac-65e0cf62e736 2019-01-20 13:15:40,577 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bcfb582c7185bd64e807cf8f769c0bfaff7661a" 2019-01-20 13:15:41,347 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5a6a0ac-2187-49a2-bbf1-5fe032951eb6 x-compute-request-id: req-f5a6a0ac-2187-49a2-bbf1-5fe032951eb6 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:fb:a9", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "bookmark"}], "image": {"id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "links": [{"href": "http://172.30.9.22:8774/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:15:27.000000", "flavor": {"id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "links": [{"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}]}, "id": "52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "security_groups": [{"name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name"}, {"name": "default"}], "user_id": "7b941a0df0334d2383300f5bf2075ef2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:15:28Z", "hostId": "a6826fa5dbc0a7608e64f0788b2be28b69a12b4611c3e22d8308bdeb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst", "created": "2019-01-20T13:15:22Z", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:15:41,347 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d used request id req-f5a6a0ac-2187-49a2-bbf1-5fe032951eb6 2019-01-20 13:15:41,348 - create_instance - INFO - Deleting Port with ID - c783d527-6d59-450d-b2db-6207267cf74d 2019-01-20 13:15:41,348 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-port 2019-01-20 13:15:41,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/c783d527-6d59-450d-b2db-6207267cf74d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:41,792 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ecb5571b-69f2-4bb0-b143-6db6288a7666 Date: Sun, 20 Jan 2019 13:15:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:15:41,792 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/c783d527-6d59-450d-b2db-6207267cf74d used request id req-ecb5571b-69f2-4bb0-b143-6db6288a7666 2019-01-20 13:15:41,792 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst 2019-01-20 13:15:41,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:41,938 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:15:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7d59ab95-6159-402c-9f56-15115d24587b x-compute-request-id: req-7d59ab95-6159-402c-9f56-15115d24587b Content-Type: application/json 2019-01-20 13:15:41,938 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d used request id req-7d59ab95-6159-402c-9f56-15115d24587b 2019-01-20 13:15:41,938 - create_instance - INFO - Checking deletion status 2019-01-20 13:15:41,941 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:42,182 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2bee8b59-f1c5-40d7-8160-999426eac86e x-compute-request-id: req-2bee8b59-f1c5-40d7-8160-999426eac86e 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.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "bookmark"}], "image": {"id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "links": [{"href": "http://172.30.9.22:8774/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:15:27.000000", "flavor": {"id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "links": [{"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}]}, "id": "52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "user_id": "7b941a0df0334d2383300f5bf2075ef2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:15:41Z", "hostId": "a6826fa5dbc0a7608e64f0788b2be28b69a12b4611c3e22d8308bdeb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst", "created": "2019-01-20T13:15:22Z", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:15:42,182 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d used request id req-2bee8b59-f1c5-40d7-8160-999426eac86e 2019-01-20 13:15:42,183 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst] is - ACTIVE 2019-01-20 13:15:42,183 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:15:45,186 - create_instance - DEBUG - VM status query timeout in 296.752604961 2019-01-20 13:15:45,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:45,307 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dee2a7db-90ce-4480-93a6-5dfbc35f895d x-compute-request-id: req-dee2a7db-90ce-4480-93a6-5dfbc35f895d 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.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "bookmark"}], "image": {"id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "links": [{"href": "http://172.30.9.22:8774/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:15:27.000000", "flavor": {"id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "links": [{"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}]}, "id": "52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "user_id": "7b941a0df0334d2383300f5bf2075ef2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:15:41Z", "hostId": "a6826fa5dbc0a7608e64f0788b2be28b69a12b4611c3e22d8308bdeb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst", "created": "2019-01-20T13:15:22Z", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:15:45,307 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d used request id req-dee2a7db-90ce-4480-93a6-5dfbc35f895d 2019-01-20 13:15:45,307 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst] is - ACTIVE 2019-01-20 13:15:45,307 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:15:48,310 - create_instance - DEBUG - VM status query timeout in 293.628031969 2019-01-20 13:15:48,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:48,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af8539f0-6337-40da-ab7f-ee4eea4b440c x-compute-request-id: req-af8539f0-6337-40da-ab7f-ee4eea4b440c 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.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "rel": "bookmark"}], "image": {"id": "ca04e1fa-17cd-489d-8174-f68b81d65b70", "links": [{"href": "http://172.30.9.22:8774/images/ca04e1fa-17cd-489d-8174-f68b81d65b70", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:15:27.000000", "flavor": {"id": "e3c35621-7f70-45c0-b7f9-d3e47144f8de", "links": [{"href": "http://172.30.9.22:8774/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de", "rel": "bookmark"}]}, "id": "52e6839e-6a90-4ae4-aeb5-2cca7142b59d", "user_id": "7b941a0df0334d2383300f5bf2075ef2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:15:41Z", "hostId": "a6826fa5dbc0a7608e64f0788b2be28b69a12b4611c3e22d8308bdeb", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst", "created": "2019-01-20T13:15:22Z", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:15:48,721 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d used request id req-af8539f0-6337-40da-ab7f-ee4eea4b440c 2019-01-20 13:15:48,722 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst] is - ACTIVE 2019-01-20 13:15:48,722 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:15:51,725 - create_instance - DEBUG - VM status query timeout in 290.213464022 2019-01-20 13:15:51,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c1255cf213652c240fa7d7a6749741a039dc4dc" 2019-01-20 13:15:51,783 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:15:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e29b78dc-5b23-4fb0-b148-f1bb07597ffc x-compute-request-id: req-e29b78dc-5b23-4fb0-b148-f1bb07597ffc Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 52e6839e-6a90-4ae4-aeb5-2cca7142b59d could not be found.", "code": 404}} 2019-01-20 13:15:51,783 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/52e6839e-6a90-4ae4-aeb5-2cca7142b59d used request id req-e29b78dc-5b23-4fb0-b148-f1bb07597ffc 2019-01-20 13:15:51,784 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 52e6839e-6a90-4ae4-aeb5-2cca7142b59d could not be found. (HTTP 404) (Request-ID: req-e29b78dc-5b23-4fb0-b148-f1bb07597ffc) 2019-01-20 13:15:51,784 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-inst 2019-01-20 13:15:51,785 - neutron_utils - INFO - Deleting security group rule with ID - a3a9c681-56ec-4a88-a60b-c55db3c9d5fd 2019-01-20 13:15:51,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/a3a9c681-56ec-4a88-a60b-c55db3c9d5fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf7caee59674bd716d19c1e67da39cf485ab807" 2019-01-20 13:15:52,056 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b0700d04-f1b8-483a-8f3c-90348e86536b Content-Length: 0 Date: Sun, 20 Jan 2019 13:15:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:15:52,056 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/a3a9c681-56ec-4a88-a60b-c55db3c9d5fd used request id req-b0700d04-f1b8-483a-8f3c-90348e86536b 2019-01-20 13:15:52,057 - neutron_utils - INFO - Deleting security group rule with ID - d27b2168-31cf-4993-8aa4-308d1c4d6079 2019-01-20 13:15:52,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/d27b2168-31cf-4993-8aa4-308d1c4d6079 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf7caee59674bd716d19c1e67da39cf485ab807" 2019-01-20 13:15:52,152 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b8b1672a-d91d-4e4b-a603-ce72956de9e5 Content-Length: 0 Date: Sun, 20 Jan 2019 13:15:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:15:52,153 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/d27b2168-31cf-4993-8aa4-308d1c4d6079 used request id req-b8b1672a-d91d-4e4b-a603-ce72956de9e5 2019-01-20 13:15:52,153 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-name 2019-01-20 13:15:52,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/a74234a4-1886-42aa-ae15-26c4aa724bb6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}caf7caee59674bd716d19c1e67da39cf485ab807" 2019-01-20 13:15:52,453 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d1ed3548-fb65-4f19-b4ed-e6a1ddb7b8f7 Content-Length: 0 Date: Sun, 20 Jan 2019 13:15:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:15:52,453 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/a74234a4-1886-42aa-ae15-26c4aa724bb6 used request id req-d1ed3548-fb65-4f19-b4ed-e6a1ddb7b8f7 2019-01-20 13:15:52,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffdbf7975412753721b24faa24e8b225073cf42f" 2019-01-20 13:15:52,489 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:15:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0063b9bf-f12c-4c50-bcf1-8eaa6a2e1ce5 x-compute-request-id: req-0063b9bf-f12c-4c50-bcf1-8eaa6a2e1ce5 Content-Length: 0 Content-Type: application/json 2019-01-20 13:15:52,489 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/e3c35621-7f70-45c0-b7f9-d3e47144f8de used request id req-0063b9bf-f12c-4c50-bcf1-8eaa6a2e1ce5 2019-01-20 13:15:52,490 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-subnet 2019-01-20 13:15:52,490 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-subnet 2019-01-20 13:15:52,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/a26f4a98-37d1-4829-bd4f-21f765123af8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}598f4850e076562256840dfaddeb3c6caaaeab58" 2019-01-20 13:15:54,694 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-489a42bd-a4c8-4287-b06f-99a19d6216b9 Date: Sun, 20 Jan 2019 13:15:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:15:54,694 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/a26f4a98-37d1-4829-bd4f-21f765123af8 used request id req-489a42bd-a4c8-4287-b06f-99a19d6216b9 2019-01-20 13:15:54,695 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-pub-net 2019-01-20 13:15:54,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/eae425b0-28ae-4660-a771-2ffd4cf74103 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}598f4850e076562256840dfaddeb3c6caaaeab58" 2019-01-20 13:15:55,988 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-22151123-2645-4025-915c-d49860d809c1 Date: Sun, 20 Jan 2019 13:15:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:15:55,988 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/eae425b0-28ae-4660-a771-2ffd4cf74103 used request id req-22151123-2645-4025-915c-d49860d809c1 2019-01-20 13:15:55,989 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-d173397a-fd25-4e81-86a7-f813f81d4438-image 2019-01-20 13:15:55,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/ca04e1fa-17cd-489d-8174-f68b81d65b70 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f357b28c38814c97ef0275b6f20a1d6ac9403f9b" 2019-01-20 13:15:56,978 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-040bbb79-b188-441c-86b7-5ee0301ac3b4 Date: Sun, 20 Jan 2019 13:15:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:15:56,979 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/ca04e1fa-17cd-489d-8174-f68b81d65b70 used request id req-040bbb79-b188-441c-86b7-5ee0301ac3b4 2019-01-20 13:15:56,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec91976679875ecb3654e2933795f1ed2408516" 2019-01-20 13:15:57,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-e4a892f7-021b-4522-a092-96f5a0711d26 Date: Sun, 20 Jan 2019 13:15:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "91bcb58e924c404b97982a21dccaabba", "created_at": "2019-01-20T13:15:08Z", "updated_at": "2019-01-20T13:15:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:15:08Z", "revision_number": 0, "id": "91851c0c-1e74-4f44-97ef-668b43bb6f7a", "remote_group_id": "d452d23a-397c-40bb-851f-6b90fdd60d85", "remote_ip_prefix": null, "created_at": "2019-01-20T13:15:08Z", "security_group_id": "d452d23a-397c-40bb-851f-6b90fdd60d85", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "port_range_min": null, "ethertype": "IPv6", "project_id": "91bcb58e924c404b97982a21dccaabba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:15:08Z", "revision_number": 0, "id": "99d296c8-29bc-4e5f-b79e-f89bfa1e3c7d", "remote_group_id": "d452d23a-397c-40bb-851f-6b90fdd60d85", "remote_ip_prefix": null, "created_at": "2019-01-20T13:15:08Z", "security_group_id": "d452d23a-397c-40bb-851f-6b90fdd60d85", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "port_range_min": null, "ethertype": "IPv4", "project_id": "91bcb58e924c404b97982a21dccaabba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:15:08Z", "revision_number": 0, "id": "dfc747e5-44fb-46bf-8aab-2c80c4a830c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:15:08Z", "security_group_id": "d452d23a-397c-40bb-851f-6b90fdd60d85", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "port_range_min": null, "ethertype": "IPv6", "project_id": "91bcb58e924c404b97982a21dccaabba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:15:08Z", "revision_number": 0, "id": "ea57f53d-5d44-4494-993c-58f130aabeae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:15:08Z", "security_group_id": "d452d23a-397c-40bb-851f-6b90fdd60d85", "tenant_id": "91bcb58e924c404b97982a21dccaabba", "port_range_min": null, "ethertype": "IPv4", "project_id": "91bcb58e924c404b97982a21dccaabba"}], "revision_number": 4, "project_id": "91bcb58e924c404b97982a21dccaabba", "id": "d452d23a-397c-40bb-851f-6b90fdd60d85", "name": "default"}]} 2019-01-20 13:15:57,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-e4a892f7-021b-4522-a092-96f5a0711d26 2019-01-20 13:15:57,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec91976679875ecb3654e2933795f1ed2408516" 2019-01-20 13:15:57,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8031a579-fa24-4b4f-b277-4cc2db9d0831 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:15:57,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-8031a579-fa24-4b4f-b277-4cc2db9d0831 2019-01-20 13:15:57,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec91976679875ecb3654e2933795f1ed2408516" 2019-01-20 13:15:57,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3096ef5f-a5a9-41a0-ad40-0d56ac6e430f 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:15:57,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-3096ef5f-a5a9-41a0-ad40-0d56ac6e430f 2019-01-20 13:15:57,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec91976679875ecb3654e2933795f1ed2408516" 2019-01-20 13:15:57,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc208a59-84dc-4539-ba7b-c8c0f7f0a3a9 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:15:57,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-fc208a59-84dc-4539-ba7b-c8c0f7f0a3a9 2019-01-20 13:15:57,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec91976679875ecb3654e2933795f1ed2408516" 2019-01-20 13:15:57,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03acae98-5594-4a99-8662-ac0c92e0f85f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba"}, "enabled": true, "id": "91bcb58e924c404b97982a21dccaabba", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1a857926-d3ce-42a-proj"}} 2019-01-20 13:15:57,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba used request id req-03acae98-5594-4a99-8662-ac0c92e0f85f 2019-01-20 13:15:57,558 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d452d23a-397c-40bb-851f-6b90fdd60d85 2019-01-20 13:15:57,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d452d23a-397c-40bb-851f-6b90fdd60d85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec91976679875ecb3654e2933795f1ed2408516" 2019-01-20 13:15:57,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-403836be-0378-4404-8e35-4586f406926f Date: Sun, 20 Jan 2019 13:15:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "d452d23a-397c-40bb-851f-6b90fdd60d85", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:15:08Z", "security_group_id": "d452d23a-397c-40bb-851f-6b90fdd60d85", "port_range_min": null, "revision_number": 0, "tenant_id": "91bcb58e924c404b97982a21dccaabba", "created_at": "2019-01-20T13:15:08Z", "project_id": "91bcb58e924c404b97982a21dccaabba", "id": "91851c0c-1e74-4f44-97ef-668b43bb6f7a"}, {"remote_group_id": "d452d23a-397c-40bb-851f-6b90fdd60d85", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:15:08Z", "security_group_id": "d452d23a-397c-40bb-851f-6b90fdd60d85", "port_range_min": null, "revision_number": 0, "tenant_id": "91bcb58e924c404b97982a21dccaabba", "created_at": "2019-01-20T13:15:08Z", "project_id": "91bcb58e924c404b97982a21dccaabba", "id": "99d296c8-29bc-4e5f-b79e-f89bfa1e3c7d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:15:08Z", "security_group_id": "d452d23a-397c-40bb-851f-6b90fdd60d85", "port_range_min": null, "revision_number": 0, "tenant_id": "91bcb58e924c404b97982a21dccaabba", "created_at": "2019-01-20T13:15:08Z", "project_id": "91bcb58e924c404b97982a21dccaabba", "id": "dfc747e5-44fb-46bf-8aab-2c80c4a830c0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:15:08Z", "security_group_id": "d452d23a-397c-40bb-851f-6b90fdd60d85", "port_range_min": null, "revision_number": 0, "tenant_id": "91bcb58e924c404b97982a21dccaabba", "created_at": "2019-01-20T13:15:08Z", "project_id": "91bcb58e924c404b97982a21dccaabba", "id": "ea57f53d-5d44-4494-993c-58f130aabeae"}]} 2019-01-20 13:15:57,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d452d23a-397c-40bb-851f-6b90fdd60d85 used request id req-403836be-0378-4404-8e35-4586f406926f 2019-01-20 13:15:57,745 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:15:57,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/d452d23a-397c-40bb-851f-6b90fdd60d85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec91976679875ecb3654e2933795f1ed2408516" 2019-01-20 13:15:58,065 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-90e7d00e-0b3b-441c-bb1a-e108bdcebd4d Content-Length: 0 Date: Sun, 20 Jan 2019 13:15:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:15:58,065 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/d452d23a-397c-40bb-851f-6b90fdd60d85 used request id req-90e7d00e-0b3b-441c-bb1a-e108bdcebd4d 2019-01-20 13:15:58,065 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-1a857926-d3ce-42a-proj 2019-01-20 13:15:58,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec91976679875ecb3654e2933795f1ed2408516" 2019-01-20 13:15:58,310 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:15:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6aefed6-1bba-4225-a147-66b448f884a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:15:58,311 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/91bcb58e924c404b97982a21dccaabba used request id req-f6aefed6-1bba-4225-a147-66b448f884a7 2019-01-20 13:15:58,311 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-1a857926-d3ce-42a-proj-role 2019-01-20 13:15:58,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/ad0388f2ef6f44508eab3740ba4aa7bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec91976679875ecb3654e2933795f1ed2408516" 2019-01-20 13:15:58,421 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:15:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf259033-4e25-470b-a5be-05b117fa4c2c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:15:58,421 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/ad0388f2ef6f44508eab3740ba4aa7bd used request id req-bf259033-4e25-470b-a5be-05b117fa4c2c 2019-01-20 13:15:58,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec91976679875ecb3654e2933795f1ed2408516" 2019-01-20 13:15:58,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abe44183-83dd-4bad-93b7-608b84635b78 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:15:58,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-abe44183-83dd-4bad-93b7-608b84635b78 2019-01-20 13:15:58,514 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-1a857926-d3ce-42a-user 2019-01-20 13:15:58,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/7b941a0df0334d2383300f5bf2075ef2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b506e738855d7a70fb09a0028007a89bf08770" 2019-01-20 13:15:58,726 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:15:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e43f4a7-7044-470e-8774-92d38d84e2e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:15:58,727 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/7b941a0df0334d2383300f5bf2075ef2 used request id req-7e43f4a7-7044-470e-8774-92d38d84e2e1 2019-01-20 13:15:58,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:15:59,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:15:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["wxDXOvfKTteJLWAeY1bfzw"], "issued_at": "2019-01-20T13:15:59.000000Z"}} 2019-01-20 13:15:59,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4db31026038681bab2db7fe51a8d74ccc95e24f9" 2019-01-20 13:15:59,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1f240f3-3a60-4ca5-95a1-b13d8ec5eb0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:15:59,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f1f240f3-3a60-4ca5-95a1-b13d8ec5eb0b 2019-01-20 13:15:59,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:15:59,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:15:59,585 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:15:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["4pI2mgB7Tk-HK7tLH65HRQ"], "issued_at": "2019-01-20T13:15:59.000000Z"}} 2019-01-20 13:15:59,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ae8e81a99f1eed922b3e15e295ce18fbf2c3643" 2019-01-20 13:15:59,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-954ab008-7062-4dd2-afb8-5104095e64f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:15:59,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-954ab008-7062-4dd2-afb8-5104095e64f3 2019-01-20 13:15:59,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:15:59,682 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:15: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:15:59,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ae8e81a99f1eed922b3e15e295ce18fbf2c3643" 2019-01-20 13:15:59,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eedd226b-7cec-4b70-8684-efa9160b5499 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:15:59,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj used request id req-eedd226b-7cec-4b70-8684-efa9160b5499 2019-01-20 13:15:59,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ae8e81a99f1eed922b3e15e295ce18fbf2c3643" 2019-01-20 13:15:59,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:15:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73e6ad56-9f24-4637-8590-3401a62bec7c Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:15:59,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-73e6ad56-9f24-4637-8590-3401a62bec7c 2019-01-20 13:15:59,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ae8e81a99f1eed922b3e15e295ce18fbf2c3643" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj"}}' 2019-01-20 13:16:00,020 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:15:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b8e6b01-4fdf-4155-bf31-7bb97bc77f94 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e"}, "enabled": true, "id": "7c609963ed47480c9e1ce404af55864e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj"}} 2019-01-20 13:16:00,021 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-7b8e6b01-4fdf-4155-bf31-7bb97bc77f94 2019-01-20 13:16:00,021 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj 2019-01-20 13:16:00,021 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:16:00,022 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:16:00,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:16:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["qA7CSUmMQMOcj9vDLmgweg"], "issued_at": "2019-01-20T13:16:00.000000Z"}} 2019-01-20 13:16:00,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a7003c3e46833733f68102d575c5c74d8dadad" 2019-01-20 13:16:00,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07fc7daa-9683-4b25-a174-274515595e6d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:16:00,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-07fc7daa-9683-4b25-a174-274515595e6d 2019-01-20 13:16:00,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:16:00,591 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:16: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:16:00,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a7003c3e46833733f68102d575c5c74d8dadad" 2019-01-20 13:16:00,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10621d08-5c85-49a6-b5f0-7d3598df1f3c Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:16:00,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-10621d08-5c85-49a6-b5f0-7d3598df1f3c 2019-01-20 13:16:00,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a7003c3e46833733f68102d575c5c74d8dadad" 2019-01-20 13:16:00,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81eb548a-a570-4a0b-8931-9afa0dc9ffe5 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e"}, "enabled": true, "id": "7c609963ed47480c9e1ce404af55864e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj"}]} 2019-01-20 13:16:00,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj used request id req-81eb548a-a570-4a0b-8931-9afa0dc9ffe5 2019-01-20 13:16:00,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a7003c3e46833733f68102d575c5c74d8dadad" 2019-01-20 13:16:00,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e57bb20a-e533-4444-b6c5-047de3dfdc1a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:16:00,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-e57bb20a-e533-4444-b6c5-047de3dfdc1a 2019-01-20 13:16:01,158 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-f995ac7f-8a4c-47d-user 2019-01-20 13:16:01,158 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:16:01,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ae8e81a99f1eed922b3e15e295ce18fbf2c3643" 2019-01-20 13:16:01,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c712b4e2-8e48-4f64-90dc-d0f2198c0cb3 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:16:01,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c712b4e2-8e48-4f64-90dc-d0f2198c0cb3 2019-01-20 13:16:01,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ae8e81a99f1eed922b3e15e295ce18fbf2c3643" -d '{"role": {"name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj-role"}}' 2019-01-20 13:16:01,375 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:16:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97912e3e-6362-4d0c-8e6e-ef836414ccc6 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fb4034ec7685442c987864045c966aea", "links": {"self": "http://172.30.9.22:5000/v3/roles/fb4034ec7685442c987864045c966aea"}, "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj-role"}} 2019-01-20 13:16:01,375 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-97912e3e-6362-4d0c-8e6e-ef836414ccc6 2019-01-20 13:16:01,375 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj-role 2019-01-20 13:16:01,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/fb4034ec7685442c987864045c966aea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ae8e81a99f1eed922b3e15e295ce18fbf2c3643" 2019-01-20 13:16:01,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a71981d-d4ce-496a-a985-9f5eecc9527e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/fb4034ec7685442c987864045c966aea"}, "domain_id": null, "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj-role", "id": "fb4034ec7685442c987864045c966aea"}} 2019-01-20 13:16:01,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/fb4034ec7685442c987864045c966aea used request id req-8a71981d-d4ce-496a-a985-9f5eecc9527e 2019-01-20 13:16:01,479 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj-role to project InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj 2019-01-20 13:16:01,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e/users/1e26c183231f477cba8f82bb0fb13e2b/roles/fb4034ec7685442c987864045c966aea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ae8e81a99f1eed922b3e15e295ce18fbf2c3643" 2019-01-20 13:16:01,603 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:16:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-417f44b1-8b61-4022-82ab-6a99c5cb856d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:16:01,604 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e/users/1e26c183231f477cba8f82bb0fb13e2b/roles/fb4034ec7685442c987864045c966aea used request id req-417f44b1-8b61-4022-82ab-6a99c5cb856d 2019-01-20 13:16:01,604 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:16:01,605 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:16:01,606 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:16:01,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:16:01,989 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fb4034ec7685442c987864045c966aea", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj-role"}], "expires_at": "2019-01-20T14:16:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c609963ed47480c9e1ce404af55864e", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-user", "id": "1e26c183231f477cba8f82bb0fb13e2b"}, "audit_ids": ["Txqv1_Q4TkWpx4HP5SsIRQ"], "issued_at": "2019-01-20T13:16:01.000000Z"}} 2019-01-20 13:16:01,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbca21dbaa5ceeaaf847a02eb1220d7ffa1c4341" 2019-01-20 13:16:02,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c094e7c-13f9-4d45-a8f2-908fa11483e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:16:02,066 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6c094e7c-13f9-4d45-a8f2-908fa11483e5 2019-01-20 13:16:02,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cbca21dbaa5ceeaaf847a02eb1220d7ffa1c4341" 2019-01-20 13:16:02,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-60e4cc70-9628-4a61-bfd9-7da1ef5f7648 Date: Sun, 20 Jan 2019 13:16:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-image"} 2019-01-20 13:16:02,233 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-image used request id req-60e4cc70-9628-4a61-bfd9-7da1ef5f7648 2019-01-20 13:16:02,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cbca21dbaa5ceeaaf847a02eb1220d7ffa1c4341" 2019-01-20 13:16:02,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cee13f44-8cb8-42d3-9c73-7adc0396b34f Date: Sun, 20 Jan 2019 13:16: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"}}} 2019-01-20 13:16:02,399 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-cee13f44-8cb8-42d3-9c73-7adc0396b34f 2019-01-20 13:16:02,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cbca21dbaa5ceeaaf847a02eb1220d7ffa1c4341" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-image"}' 2019-01-20 13:16:02,640 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/0916db96-f554-427f-9251-e07bf772fe69 X-Openstack-Request-Id: req-2fffc73b-2d35-49be-8d53-a405a96a5cd8 Date: Sun, 20 Jan 2019 13:16:02 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:16:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:16:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/0916db96-f554-427f-9251-e07bf772fe69", "min_disk": 0, "protected": false, "id": "0916db96-f554-427f-9251-e07bf772fe69", "file": "/v2/images/0916db96-f554-427f-9251-e07bf772fe69/file", "checksum": null, "owner": "7c609963ed47480c9e1ce404af55864e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:16:02,640 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-2fffc73b-2d35-49be-8d53-a405a96a5cd8 2019-01-20 13:16:02,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/0916db96-f554-427f-9251-e07bf772fe69/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cbca21dbaa5ceeaaf847a02eb1220d7ffa1c4341" -d '' 2019-01-20 13:16:04,720 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-88980ae1-37c8-4771-b3d9-4c5f73e272a5 Date: Sun, 20 Jan 2019 13:16:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:16:04,720 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/0916db96-f554-427f-9251-e07bf772fe69/file used request id req-88980ae1-37c8-4771-b3d9-4c5f73e272a5 2019-01-20 13:16:04,721 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:16:04,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/0916db96-f554-427f-9251-e07bf772fe69 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cbca21dbaa5ceeaaf847a02eb1220d7ffa1c4341" 2019-01-20 13:16:04,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f496df80-32fb-4643-940b-0b55a4ff0175 Date: Sun, 20 Jan 2019 13:16:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:16:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:16:04Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/0916db96-f554-427f-9251-e07bf772fe69/snap", "metadata": {}}], "self": "/v2/images/0916db96-f554-427f-9251-e07bf772fe69", "min_disk": 0, "protected": false, "id": "0916db96-f554-427f-9251-e07bf772fe69", "file": "/v2/images/0916db96-f554-427f-9251-e07bf772fe69/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7c609963ed47480c9e1ce404af55864e", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/0916db96-f554-427f-9251-e07bf772fe69/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:16:04,742 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/0916db96-f554-427f-9251-e07bf772fe69 used request id req-f496df80-32fb-4643-940b-0b55a4ff0175 2019-01-20 13:16:04,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cbca21dbaa5ceeaaf847a02eb1220d7ffa1c4341" 2019-01-20 13:16:04,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8e13d363-e8fb-412d-a21a-e8b2bb6f855c Date: Sun, 20 Jan 2019 13:16: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"}}} 2019-01-20 13:16:04,895 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-8e13d363-e8fb-412d-a21a-e8b2bb6f855c 2019-01-20 13:16:04,897 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-image 2019-01-20 13:16:04,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/0916db96-f554-427f-9251-e07bf772fe69 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cbca21dbaa5ceeaaf847a02eb1220d7ffa1c4341" 2019-01-20 13:16:05,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-13b50d87-e736-4f38-ba9c-fd52f347641b Date: Sun, 20 Jan 2019 13:16:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:16:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:16:04Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/0916db96-f554-427f-9251-e07bf772fe69/snap", "metadata": {}}], "self": "/v2/images/0916db96-f554-427f-9251-e07bf772fe69", "min_disk": 0, "protected": false, "id": "0916db96-f554-427f-9251-e07bf772fe69", "file": "/v2/images/0916db96-f554-427f-9251-e07bf772fe69/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7c609963ed47480c9e1ce404af55864e", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/0916db96-f554-427f-9251-e07bf772fe69/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:16:05,073 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/0916db96-f554-427f-9251-e07bf772fe69 used request id req-13b50d87-e736-4f38-ba9c-fd52f347641b 2019-01-20 13:16:05,074 - create_image - DEBUG - Instance status is - active 2019-01-20 13:16:05,074 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-image 2019-01-20 13:16:05,074 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-image 2019-01-20 13:16:05,074 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:16:05,075 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:16:05,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fb4034ec7685442c987864045c966aea", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj-role"}], "expires_at": "2019-01-20T14:16:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c609963ed47480c9e1ce404af55864e", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-user", "id": "1e26c183231f477cba8f82bb0fb13e2b"}, "audit_ids": ["czTlEGk6R4ixu8q0KS7eJw"], "issued_at": "2019-01-20T13:16:05.000000Z"}} 2019-01-20 13:16:05,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7eebb6b055242fac4b2fc20db4b678cc075fd1a" 2019-01-20 13:16:05,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-063b7f46-9836-47fa-b02a-6cb12de5d8b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:16:05,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-063b7f46-9836-47fa-b02a-6cb12de5d8b3 2019-01-20 13:16:05,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7eebb6b055242fac4b2fc20db4b678cc075fd1a" 2019-01-20 13:16:05,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0f6256b3-ed5a-4081-bfe4-df9760aa20d3 Date: Sun, 20 Jan 2019 13:16:05 GMT RESP BODY: {"networks":[]} 2019-01-20 13:16:05,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net used request id req-0f6256b3-ed5a-4081-bfe4-df9760aa20d3 2019-01-20 13:16:05,713 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net 2019-01-20 13:16:05,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7eebb6b055242fac4b2fc20db4b678cc075fd1a" -d '{"network": {"name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net", "admin_state_up": true}}' 2019-01-20 13:16:06,282 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-e5a9c18f-81f2-4ef8-a97d-37a3bc731587 Date: Sun, 20 Jan 2019 13:16:06 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"2a42e25b-4235-4e78-9d04-d926265216c6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:16:06Z","is_default":false,"name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:06Z","mtu":1450}} 2019-01-20 13:16:06,282 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-e5a9c18f-81f2-4ef8-a97d-37a3bc731587 2019-01-20 13:16:06,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=2a42e25b-4235-4e78-9d04-d926265216c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7eebb6b055242fac4b2fc20db4b678cc075fd1a" 2019-01-20 13:16:06,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-0f1bf7b8-0bca-4cd2-a4eb-f74994430da5 Date: Sun, 20 Jan 2019 13:16: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":"2019-01-20T13:16:06Z","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7c609963ed47480c9e1ce404af55864e","id":"2a42e25b-4235-4e78-9d04-d926265216c6","name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net"}]} 2019-01-20 13:16:06,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=2a42e25b-4235-4e78-9d04-d926265216c6 used request id req-0f1bf7b8-0bca-4cd2-a4eb-f74994430da5 2019-01-20 13:16:06,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7eebb6b055242fac4b2fc20db4b678cc075fd1a" 2019-01-20 13:16:06,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3a7d39f0-32b2-46f9-aec2-1ae3c9a577de Date: Sun, 20 Jan 2019 13:16:06 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:16:06,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 used request id req-3a7d39f0-32b2-46f9-aec2-1ae3c9a577de 2019-01-20 13:16:06,706 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-subnet 2019-01-20 13:16:06,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7eebb6b055242fac4b2fc20db4b678cc075fd1a" -d '{"subnets": [{"ip_version": 4, "network_id": "2a42e25b-4235-4e78-9d04-d926265216c6", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-subnet"}]}' 2019-01-20 13:16:07,366 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6c344979-1e83-4079-bdec-317ceaf6b193 Date: Sun, 20 Jan 2019 13:16:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"7c609963ed47480c9e1ce404af55864e","id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","subnetpool_id":null,"name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-subnet"}]} 2019-01-20 13:16:07,366 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-6c344979-1e83-4079-bdec-317ceaf6b193 2019-01-20 13:16:07,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=2a42e25b-4235-4e78-9d04-d926265216c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7eebb6b055242fac4b2fc20db4b678cc075fd1a" 2019-01-20 13:16:07,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-8139d286-1a5c-4605-acbf-e0717915c5ca Date: Sun, 20 Jan 2019 13: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":["46786864-58c2-4d6d-a402-6d7cb8a25b30"],"updated_at":"2019-01-20T13:16:07Z","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7c609963ed47480c9e1ce404af55864e","id":"2a42e25b-4235-4e78-9d04-d926265216c6","name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net"}]} 2019-01-20 13:16:07,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=2a42e25b-4235-4e78-9d04-d926265216c6 used request id req-8139d286-1a5c-4605-acbf-e0717915c5ca 2019-01-20 13:16:07,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7eebb6b055242fac4b2fc20db4b678cc075fd1a" 2019-01-20 13:16:07,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-773cb3c7-d8b3-4bdc-8424-7da83a409d9e Date: Sun, 20 Jan 2019 13:16:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"7c609963ed47480c9e1ce404af55864e","id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","subnetpool_id":null,"name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-subnet"}]} 2019-01-20 13:16:07,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 used request id req-773cb3c7-d8b3-4bdc-8424-7da83a409d9e 2019-01-20 13:16:07,837 - OpenStackNetwork - DEBUG - Network [2a42e25b-4235-4e78-9d04-d926265216c6] created successfully 2019-01-20 13:16:07,838 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:16:07,838 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:16:08,229 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:16:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["e4NndGk8Q0-rxWM5rZd2yw"], "issued_at": "2019-01-20T13:16:08.000000Z"}} 2019-01-20 13:16:08,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ee3bbec867588da59b59bf3ad0c5a2f1b55f7a4" 2019-01-20 13:16:08,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed6b31ed-bf1c-4cdb-9be3-4850845e2638 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:16:08,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ed6b31ed-bf1c-4cdb-9be3-4850845e2638 2019-01-20 13:16:08,308 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:16:08,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ee3bbec867588da59b59bf3ad0c5a2f1b55f7a4" 2019-01-20 13:16:08,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4eca94f3-1d55-4ae1-83e7-8b7e149d4e08 x-compute-request-id: req-4eca94f3-1d55-4ae1-83e7-8b7e149d4e08 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:16:08,488 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-4eca94f3-1d55-4ae1-83e7-8b7e149d4e08 2019-01-20 13:16:08,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ee3bbec867588da59b59bf3ad0c5a2f1b55f7a4" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:16:08,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3015c2c3-3507-4865-95fc-8784c21dcdf3 x-compute-request-id: req-3015c2c3-3507-4865-95fc-8784c21dcdf3 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/cc269503-8db2-46da-821b-3eac79efb4b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/cc269503-8db2-46da-821b-3eac79efb4b5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "cc269503-8db2-46da-821b-3eac79efb4b5", "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:16:08,555 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-3015c2c3-3507-4865-95fc-8784c21dcdf3 2019-01-20 13:16:08,556 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:16:08,557 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:16:08,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fb4034ec7685442c987864045c966aea", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj-role"}], "expires_at": "2019-01-20T14:16:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c609963ed47480c9e1ce404af55864e", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-user", "id": "1e26c183231f477cba8f82bb0fb13e2b"}, "audit_ids": ["fH7yVoE5Ro25WUp_HaZMFg"], "issued_at": "2019-01-20T13:16:08.000000Z"}} 2019-01-20 13:16:08,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:09,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89dec99b-1aab-44af-8c45-cfdc255221d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:16:09,017 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-89dec99b-1aab-44af-8c45-cfdc255221d3 2019-01-20 13:16:09,018 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:16:09,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:09,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a940485b-07ae-4fd8-8c43-14e9e5423708 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:16:09,090 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a940485b-07ae-4fd8-8c43-14e9e5423708 2019-01-20 13:16:09,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:09,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-873c4165-e5ed-4209-86a0-169ee39b632a Date: Sun, 20 Jan 2019 13: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":["46786864-58c2-4d6d-a402-6d7cb8a25b30"],"updated_at":"2019-01-20T13:16:07Z","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7c609963ed47480c9e1ce404af55864e","id":"2a42e25b-4235-4e78-9d04-d926265216c6","name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net"}]} 2019-01-20 13:16:09,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net used request id req-873c4165-e5ed-4209-86a0-169ee39b632a 2019-01-20 13:16:09,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:16:09,349 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:16: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:16:09,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:09,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24c8d083-63e1-49b2-85f6-13eab76e71de Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e"}, "enabled": true, "id": "7c609963ed47480c9e1ce404af55864e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj"}} 2019-01-20 13:16:09,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e used request id req-24c8d083-63e1-49b2-85f6-13eab76e71de 2019-01-20 13:16:09,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:09,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c4c24e34-1f5f-4cd2-9088-06cad627ac9c Date: Sun, 20 Jan 2019 13:16:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"7c609963ed47480c9e1ce404af55864e","id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","subnetpool_id":null,"name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-subnet"}]} 2019-01-20 13:16:09,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 used request id req-c4c24e34-1f5f-4cd2-9088-06cad627ac9c 2019-01-20 13:16:09,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=2a42e25b-4235-4e78-9d04-d926265216c6&name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:09,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a0b93076-0746-402d-babc-09604aaf6f9d Date: Sun, 20 Jan 2019 13:16:09 GMT RESP BODY: {"ports":[]} 2019-01-20 13:16:09,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=2a42e25b-4235-4e78-9d04-d926265216c6&name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-port&admin_state_up=True used request id req-a0b93076-0746-402d-babc-09604aaf6f9d 2019-01-20 13:16:09,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:10,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3494c23c-c7f5-4021-ac29-cc146ed66ffb x-compute-request-id: req-3494c23c-c7f5-4021-ac29-cc146ed66ffb Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:16:10,065 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst used request id req-3494c23c-c7f5-4021-ac29-cc146ed66ffb 2019-01-20 13:16:10,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:10,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-62e7b9f4-7605-4973-bbd5-f5cf5209e403 Date: Sun, 20 Jan 2019 13:16: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":["46786864-58c2-4d6d-a402-6d7cb8a25b30"],"updated_at":"2019-01-20T13:16:07Z","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7c609963ed47480c9e1ce404af55864e","id":"2a42e25b-4235-4e78-9d04-d926265216c6","name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net"}]} 2019-01-20 13:16:10,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net used request id req-62e7b9f4-7605-4973-bbd5-f5cf5209e403 2019-01-20 13:16:10,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:10,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ad31f78-ea41-44bf-b990-d04679ef53c5 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e"}, "enabled": true, "id": "7c609963ed47480c9e1ce404af55864e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj"}} 2019-01-20 13:16:10,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e used request id req-1ad31f78-ea41-44bf-b990-d04679ef53c5 2019-01-20 13:16:10,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:10,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1a063a87-34e5-46a6-816e-d341bc478a3c Date: Sun, 20 Jan 2019 13:16:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"7c609963ed47480c9e1ce404af55864e","id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","subnetpool_id":null,"name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-subnet"}]} 2019-01-20 13:16:10,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 used request id req-1a063a87-34e5-46a6-816e-d341bc478a3c 2019-01-20 13:16:10,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=2a42e25b-4235-4e78-9d04-d926265216c6&name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:10,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-36978f5d-246a-498e-8f40-654876a88d1e Date: Sun, 20 Jan 2019 13:16:10 GMT RESP BODY: {"ports":[]} 2019-01-20 13:16:10,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=2a42e25b-4235-4e78-9d04-d926265216c6&name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-port&admin_state_up=True used request id req-36978f5d-246a-498e-8f40-654876a88d1e 2019-01-20 13:16:10,802 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:16:10,802 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:16:11,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fb4034ec7685442c987864045c966aea", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj-role"}], "expires_at": "2019-01-20T14:16:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c609963ed47480c9e1ce404af55864e", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-user", "id": "1e26c183231f477cba8f82bb0fb13e2b"}, "audit_ids": ["C8c-tf1mSKm57h3SxEsPfg"], "issued_at": "2019-01-20T13:16:11.000000Z"}} 2019-01-20 13:16:11,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f80fd7103bb2bd736e6e0d645ec089444d13ba0" 2019-01-20 13:16:11,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96be6944-46b8-45bb-abc6-f4fd31a35f4c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:16:11,263 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-96be6944-46b8-45bb-abc6-f4fd31a35f4c 2019-01-20 13:16:11,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:11,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a222c00f-4d3c-4f38-b91b-18894c8e8302 Date: Sun, 20 Jan 2019 13:16: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":["46786864-58c2-4d6d-a402-6d7cb8a25b30"],"updated_at":"2019-01-20T13:16:07Z","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7c609963ed47480c9e1ce404af55864e","id":"2a42e25b-4235-4e78-9d04-d926265216c6","name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net"}]} 2019-01-20 13:16:11,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net used request id req-a222c00f-4d3c-4f38-b91b-18894c8e8302 2019-01-20 13:16:11,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:11,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e2893fc7-95b4-4942-8e2a-b5e902d98a59 Date: Sun, 20 Jan 2019 13:16:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"7c609963ed47480c9e1ce404af55864e","id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","subnetpool_id":null,"name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-subnet"}]} 2019-01-20 13:16:11,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 used request id req-e2893fc7-95b4-4942-8e2a-b5e902d98a59 2019-01-20 13:16:11,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:12,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-4eac9127-7ba5-4d35-94dc-a80f142f1a6e Date: Sun, 20 Jan 2019 13:16: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":["46786864-58c2-4d6d-a402-6d7cb8a25b30"],"updated_at":"2019-01-20T13:16:07Z","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7c609963ed47480c9e1ce404af55864e","id":"2a42e25b-4235-4e78-9d04-d926265216c6","name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net"}]} 2019-01-20 13:16:12,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net used request id req-4eac9127-7ba5-4d35-94dc-a80f142f1a6e 2019-01-20 13:16:12,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:16:12,115 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:16: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:16:12,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f80fd7103bb2bd736e6e0d645ec089444d13ba0" 2019-01-20 13:16:12,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51caa1b6-b994-46f2-bb14-81786f2a5221 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e"}, "enabled": true, "id": "7c609963ed47480c9e1ce404af55864e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj"}} 2019-01-20 13:16:12,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e used request id req-51caa1b6-b994-46f2-bb14-81786f2a5221 2019-01-20 13:16:12,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:12,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b289359e-e622-44d5-8dc9-745fc5c5643d Date: Sun, 20 Jan 2019 13:16:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"7c609963ed47480c9e1ce404af55864e","id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","subnetpool_id":null,"name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-subnet"}]} 2019-01-20 13:16:12,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 used request id req-b289359e-e622-44d5-8dc9-745fc5c5643d 2019-01-20 13:16:12,439 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net 2019-01-20 13:16:12,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" -d '{"port": {"network_id": "2a42e25b-4235-4e78-9d04-d926265216c6", "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-port", "admin_state_up": true}}' 2019-01-20 13:16:13,863 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-9ffd8616-0f33-41f6-b42b-1ebd0e06c1da Date: Sun, 20 Jan 2019 13:16:13 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:13Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.5"}],"id":"e707ea2e-0ba1-4a95-a1de-0ac39b8c7ffd","security_groups":["6a8f827b-186f-4af0-8361-9d2a38fc0688"],"mac_address":"fa:16:3e:e7:b9:74","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-port","project_id":"7c609963ed47480c9e1ce404af55864e","qos_policy_id":null,"admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:12Z","binding:vnic_type":"normal"}} 2019-01-20 13:16:13,863 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-9ffd8616-0f33-41f6-b42b-1ebd0e06c1da 2019-01-20 13:16:13,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:14,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-b8f61cc0-dc3f-4e6e-ad8e-02aa8e4bc796 Date: Sun, 20 Jan 2019 13:16: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":["46786864-58c2-4d6d-a402-6d7cb8a25b30"],"updated_at":"2019-01-20T13:16:07Z","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7c609963ed47480c9e1ce404af55864e","id":"2a42e25b-4235-4e78-9d04-d926265216c6","name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net"}]} 2019-01-20 13:16:14,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net used request id req-b8f61cc0-dc3f-4e6e-ad8e-02aa8e4bc796 2019-01-20 13:16:14,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:14,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f8ba23a-b654-4440-92cc-6cd14bdd7c0d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e"}, "enabled": true, "id": "7c609963ed47480c9e1ce404af55864e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj"}} 2019-01-20 13:16:14,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e used request id req-1f8ba23a-b654-4440-92cc-6cd14bdd7c0d 2019-01-20 13:16:14,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:14,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-89c4e6fc-e1d0-4699-94c3-c223d0dc2f39 Date: Sun, 20 Jan 2019 13:16:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"7c609963ed47480c9e1ce404af55864e","id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","subnetpool_id":null,"name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-subnet"}]} 2019-01-20 13:16:14,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 used request id req-89c4e6fc-e1d0-4699-94c3-c223d0dc2f39 2019-01-20 13:16:14,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=2a42e25b-4235-4e78-9d04-d926265216c6&name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:14,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-c5d8d6db-b209-4bbc-8003-64956034fd28 Date: Sun, 20 Jan 2019 13:16:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:13Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.5"}],"id":"e707ea2e-0ba1-4a95-a1de-0ac39b8c7ffd","security_groups":["6a8f827b-186f-4af0-8361-9d2a38fc0688"],"mac_address":"fa:16:3e:e7:b9:74","project_id":"7c609963ed47480c9e1ce404af55864e","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-port","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:12Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:16:14,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=2a42e25b-4235-4e78-9d04-d926265216c6&name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-port&admin_state_up=True used request id req-c5d8d6db-b209-4bbc-8003-64956034fd28 2019-01-20 13:16:14,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:14,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-254c79e8-f60e-4b9a-89a8-7fda3bca7f90 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e"}, "enabled": true, "id": "7c609963ed47480c9e1ce404af55864e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj"}} 2019-01-20 13:16:14,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e used request id req-254c79e8-f60e-4b9a-89a8-7fda3bca7f90 2019-01-20 13:16:14,411 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst 2019-01-20 13:16:14,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:14,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87fdecdb-ea58-4ee4-b3ad-d763c32fc30d x-compute-request-id: req-87fdecdb-ea58-4ee4-b3ad-d763c32fc30d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "cc269503-8db2-46da-821b-3eac79efb4b5", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/cc269503-8db2-46da-821b-3eac79efb4b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/cc269503-8db2-46da-821b-3eac79efb4b5", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-flavor-name"}]} 2019-01-20 13:16:14,443 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-87fdecdb-ea58-4ee4-b3ad-d763c32fc30d 2019-01-20 13:16:14,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/cc269503-8db2-46da-821b-3eac79efb4b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:14,466 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b19d8e5-dcff-4bba-a4b7-ca9d310ec8e2 x-compute-request-id: req-5b19d8e5-dcff-4bba-a4b7-ca9d310ec8e2 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/cc269503-8db2-46da-821b-3eac79efb4b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/cc269503-8db2-46da-821b-3eac79efb4b5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "cc269503-8db2-46da-821b-3eac79efb4b5", "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:16:14,466 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/cc269503-8db2-46da-821b-3eac79efb4b5 used request id req-5b19d8e5-dcff-4bba-a4b7-ca9d310ec8e2 2019-01-20 13:16:14,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:14,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-68f223ad-02a2-4db3-b6b4-539407aa2001 Date: Sun, 20 Jan 2019 13:16:14 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:16:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:16:04Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/0916db96-f554-427f-9251-e07bf772fe69/snap", "metadata": {}}], "self": "/v2/images/0916db96-f554-427f-9251-e07bf772fe69", "min_disk": 0, "protected": false, "id": "0916db96-f554-427f-9251-e07bf772fe69", "file": "/v2/images/0916db96-f554-427f-9251-e07bf772fe69/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7c609963ed47480c9e1ce404af55864e", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/0916db96-f554-427f-9251-e07bf772fe69/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-image"} 2019-01-20 13:16:14,640 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-image used request id req-68f223ad-02a2-4db3-b6b4-539407aa2001 2019-01-20 13:16:14,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:14,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-05981864-3e65-4ea6-a8e2-304fb85110d6 Date: Sun, 20 Jan 2019 13:16: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"}}} 2019-01-20 13:16:14,791 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-05981864-3e65-4ea6-a8e2-304fb85110d6 2019-01-20 13:16:14,797 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" -d '{"server": {"name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst", "imageRef": "0916db96-f554-427f-9251-e07bf772fe69", "flavorRef": "cc269503-8db2-46da-821b-3eac79efb4b5", "max_count": 1, "min_count": 1, "networks": [{"port": "e707ea2e-0ba1-4a95-a1de-0ac39b8c7ffd"}]}}' 2019-01-20 13:16:16,298 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:16:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ba1590a3-23d5-4ef3-929a-3ce04386b5a3 x-compute-request-id: req-ba1590a3-23d5-4ef3-929a-3ce04386b5a3 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3878314b-845e-404c-b0e1-d8ccd1b393c4", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "bookmark"}], "adminPass": "Pz7KaGJ3yVno"}} 2019-01-20 13:16:16,298 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-ba1590a3-23d5-4ef3-929a-3ce04386b5a3 2019-01-20 13:16:16,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:16,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16: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-d403495c-f1bb-4ef1-a8d2-bc378f753577 x-compute-request-id: req-d403495c-f1bb-4ef1-a8d2-bc378f753577 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.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "bookmark"}], "image": {"id": "0916db96-f554-427f-9251-e07bf772fe69", "links": [{"href": "http://172.30.9.22:8774/images/0916db96-f554-427f-9251-e07bf772fe69", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cc269503-8db2-46da-821b-3eac79efb4b5", "links": [{"href": "http://172.30.9.22:8774/flavors/cc269503-8db2-46da-821b-3eac79efb4b5", "rel": "bookmark"}]}, "id": "3878314b-845e-404c-b0e1-d8ccd1b393c4", "user_id": "1e26c183231f477cba8f82bb0fb13e2b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:16:16Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst", "created": "2019-01-20T13:16:16Z", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:16:16,372 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 used request id req-d403495c-f1bb-4ef1-a8d2-bc378f753577 2019-01-20 13:16:16,373 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst 2019-01-20 13:16:16,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:16,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16: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-9c1281bf-7e7c-4fef-89f1-5b49cc110dde x-compute-request-id: req-9c1281bf-7e7c-4fef-89f1-5b49cc110dde 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.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "bookmark"}], "image": {"id": "0916db96-f554-427f-9251-e07bf772fe69", "links": [{"href": "http://172.30.9.22:8774/images/0916db96-f554-427f-9251-e07bf772fe69", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cc269503-8db2-46da-821b-3eac79efb4b5", "links": [{"href": "http://172.30.9.22:8774/flavors/cc269503-8db2-46da-821b-3eac79efb4b5", "rel": "bookmark"}]}, "id": "3878314b-845e-404c-b0e1-d8ccd1b393c4", "user_id": "1e26c183231f477cba8f82bb0fb13e2b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:16:16Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst", "created": "2019-01-20T13:16:16Z", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:16:16,770 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 used request id req-9c1281bf-7e7c-4fef-89f1-5b49cc110dde 2019-01-20 13:16:16,771 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst] is - BUILD 2019-01-20 13:16:16,771 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:16:19,774 - create_instance - DEBUG - VM status query timeout in 896.599089146 2019-01-20 13:16:19,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:20,349 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-efeeab97-79fc-4d84-bf18-a26fa7305cfe x-compute-request-id: req-efeeab97-79fc-4d84-bf18-a26fa7305cfe Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "bookmark"}], "image": {"id": "0916db96-f554-427f-9251-e07bf772fe69", "links": [{"href": "http://172.30.9.22:8774/images/0916db96-f554-427f-9251-e07bf772fe69", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cc269503-8db2-46da-821b-3eac79efb4b5", "links": [{"href": "http://172.30.9.22:8774/flavors/cc269503-8db2-46da-821b-3eac79efb4b5", "rel": "bookmark"}]}, "id": "3878314b-845e-404c-b0e1-d8ccd1b393c4", "security_groups": [{"name": "default"}], "user_id": "1e26c183231f477cba8f82bb0fb13e2b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:16:17Z", "hostId": "b950f7faff541b388cfb1a345c54d7f36ce4684305591b746fba7412", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst", "created": "2019-01-20T13:16:16Z", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:16:20,349 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 used request id req-efeeab97-79fc-4d84-bf18-a26fa7305cfe 2019-01-20 13:16:20,350 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst] is - BUILD 2019-01-20 13:16:20,350 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:16:23,353 - create_instance - DEBUG - VM status query timeout in 893.020132065 2019-01-20 13:16:23,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:23,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-34eacb57-347e-4a29-86da-e0d7e7d11e9a x-compute-request-id: req-34eacb57-347e-4a29-86da-e0d7e7d11e9a Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:b9:74", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "bookmark"}], "image": {"id": "0916db96-f554-427f-9251-e07bf772fe69", "links": [{"href": "http://172.30.9.22:8774/images/0916db96-f554-427f-9251-e07bf772fe69", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:16:22.000000", "flavor": {"id": "cc269503-8db2-46da-821b-3eac79efb4b5", "links": [{"href": "http://172.30.9.22:8774/flavors/cc269503-8db2-46da-821b-3eac79efb4b5", "rel": "bookmark"}]}, "id": "3878314b-845e-404c-b0e1-d8ccd1b393c4", "security_groups": [{"name": "default"}], "user_id": "1e26c183231f477cba8f82bb0fb13e2b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:16:23Z", "hostId": "b950f7faff541b388cfb1a345c54d7f36ce4684305591b746fba7412", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst", "created": "2019-01-20T13:16:16Z", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:16:23,977 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 used request id req-34eacb57-347e-4a29-86da-e0d7e7d11e9a 2019-01-20 13:16:23,977 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst] is - ACTIVE 2019-01-20 13:16:23,978 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:16:23,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:24,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-1708d8bc-c486-40ad-8f46-d1be7f5784db x-compute-request-id: req-1708d8bc-c486-40ad-8f46-d1be7f5784db Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:b9:74", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "bookmark"}], "image": {"id": "0916db96-f554-427f-9251-e07bf772fe69", "links": [{"href": "http://172.30.9.22:8774/images/0916db96-f554-427f-9251-e07bf772fe69", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:16:22.000000", "flavor": {"id": "cc269503-8db2-46da-821b-3eac79efb4b5", "links": [{"href": "http://172.30.9.22:8774/flavors/cc269503-8db2-46da-821b-3eac79efb4b5", "rel": "bookmark"}]}, "id": "3878314b-845e-404c-b0e1-d8ccd1b393c4", "security_groups": [{"name": "default"}], "user_id": "1e26c183231f477cba8f82bb0fb13e2b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:16:23Z", "hostId": "b950f7faff541b388cfb1a345c54d7f36ce4684305591b746fba7412", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst", "created": "2019-01-20T13:16:16Z", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:16:24,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 used request id req-1708d8bc-c486-40ad-8f46-d1be7f5784db 2019-01-20 13:16:24,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:24,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c3d3bc57-da7d-4d6b-b1eb-7f9828ee6b2f Date: Sun, 20 Jan 2019 13: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":["46786864-58c2-4d6d-a402-6d7cb8a25b30"],"updated_at":"2019-01-20T13:16:07Z","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7c609963ed47480c9e1ce404af55864e","id":"2a42e25b-4235-4e78-9d04-d926265216c6","name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net"}]} 2019-01-20 13:16:24,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net used request id req-c3d3bc57-da7d-4d6b-b1eb-7f9828ee6b2f 2019-01-20 13:16:24,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:24,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2e53866-0322-407e-a292-68cc615cb4ba Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e"}, "enabled": true, "id": "7c609963ed47480c9e1ce404af55864e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj"}} 2019-01-20 13:16:24,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e used request id req-c2e53866-0322-407e-a292-68cc615cb4ba 2019-01-20 13:16:24,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:24,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a60e9360-4f4e-42d1-9ce3-236085ddc2ec Date: Sun, 20 Jan 2019 13:16:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"7c609963ed47480c9e1ce404af55864e","id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","subnetpool_id":null,"name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-subnet"}]} 2019-01-20 13:16:24,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 used request id req-a60e9360-4f4e-42d1-9ce3-236085ddc2ec 2019-01-20 13:16:24,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:25,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-4978d30f-6ce5-4201-80fb-cee0a95b3399 Date: Sun, 20 Jan 2019 13:16:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.4"}],"id":"66c93bf4-63fd-4f52-b094-b581c62eefde","security_groups":[],"mac_address":"fa:16:3e:1f:de:61","project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2a42e25b-4235-4e78-9d04-d926265216c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.2"}],"id":"a1f8cbac-de4c-42d2-ba31-336056206a15","security_groups":[],"mac_address":"fa:16:3e:30:af:8a","project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:07Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2a42e25b-4235-4e78-9d04-d926265216c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.3"}],"id":"b097404f-cf0a-4176-acb3-7ce5ba1e5f2f","security_groups":[],"mac_address":"fa:16:3e:0f:f5:3f","project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2a42e25b-4235-4e78-9d04-d926265216c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.5"}],"id":"e707ea2e-0ba1-4a95-a1de-0ac39b8c7ffd","security_groups":["6a8f827b-186f-4af0-8361-9d2a38fc0688"],"mac_address":"fa:16:3e:e7:b9:74","project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-port","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:12Z","binding:vnic_type":"normal","device_id":"3878314b-845e-404c-b0e1-d8ccd1b393c4"}]} 2019-01-20 13:16:25,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 used request id req-4978d30f-6ce5-4201-80fb-cee0a95b3399 2019-01-20 13:16:25,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:16:25,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:16:25,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fb4034ec7685442c987864045c966aea", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj-role"}], "expires_at": "2019-01-20T14:16:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c609963ed47480c9e1ce404af55864e", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-user", "id": "1e26c183231f477cba8f82bb0fb13e2b"}, "audit_ids": ["D7CIOQGwQjua8CstPF0-YA"], "issued_at": "2019-01-20T13:16:25.000000Z"}} 2019-01-20 13:16:25,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b0a901141158b575bff5eb01f06403d41708e" 2019-01-20 13:16:25,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d49ed3f-90a2-4584-b392-a9d433f63d5d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:16:25,651 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7d49ed3f-90a2-4584-b392-a9d433f63d5d 2019-01-20 13:16:25,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b0a901141158b575bff5eb01f06403d41708e" 2019-01-20 13:16:25,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-05b16ffb-fe06-491d-9979-bc7209f91937 Date: Sun, 20 Jan 2019 13:16:25 GMT RESP BODY: {"security_groups": []} 2019-01-20 13:16:25,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-name&description=hello+group used request id req-05b16ffb-fe06-491d-9979-bc7209f91937 2019-01-20 13:16:25,831 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-name... 2019-01-20 13:16:25,831 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-name 2019-01-20 13:16:25,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b0a901141158b575bff5eb01f06403d41708e" -d '{"security_group": {"name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-name", "description": "hello group"}}' 2019-01-20 13:16:26,177 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b7c6f6d4-9d28-4e67-b936-38207addc347 Date: Sun, 20 Jan 2019 13:16:26 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "7c609963ed47480c9e1ce404af55864e", "created_at": "2019-01-20T13:16:26Z", "updated_at": "2019-01-20T13:16:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:16:26Z", "revision_number": 0, "id": "5441cefb-eb12-4eee-b239-552a8ca437cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:16:26Z", "security_group_id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7c609963ed47480c9e1ce404af55864e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:16:26Z", "revision_number": 0, "id": "ef3e1ab9-4d25-4ccc-9b80-c9eaf68a43c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:16:26Z", "security_group_id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7c609963ed47480c9e1ce404af55864e"}], "revision_number": 2, "project_id": "7c609963ed47480c9e1ce404af55864e", "id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-name"}} 2019-01-20 13:16:26,177 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-b7c6f6d4-9d28-4e67-b936-38207addc347 2019-01-20 13:16:26,178 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3fa18ea6-2d90-4af3-bbec-88730742eaf2 2019-01-20 13:16:26,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=3fa18ea6-2d90-4af3-bbec-88730742eaf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b0a901141158b575bff5eb01f06403d41708e" 2019-01-20 13:16:26,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a4ab457d-b36a-40f1-98c7-3d41358d956e Date: Sun, 20 Jan 2019 13:16:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:16:26Z", "security_group_id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "port_range_min": null, "revision_number": 0, "tenant_id": "7c609963ed47480c9e1ce404af55864e", "created_at": "2019-01-20T13:16:26Z", "project_id": "7c609963ed47480c9e1ce404af55864e", "id": "5441cefb-eb12-4eee-b239-552a8ca437cd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:16:26Z", "security_group_id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "port_range_min": null, "revision_number": 0, "tenant_id": "7c609963ed47480c9e1ce404af55864e", "created_at": "2019-01-20T13:16:26Z", "project_id": "7c609963ed47480c9e1ce404af55864e", "id": "ef3e1ab9-4d25-4ccc-9b80-c9eaf68a43c4"}]} 2019-01-20 13:16:26,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=3fa18ea6-2d90-4af3-bbec-88730742eaf2 used request id req-a4ab457d-b36a-40f1-98c7-3d41358d956e 2019-01-20 13:16:26,348 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3fa18ea6-2d90-4af3-bbec-88730742eaf2 2019-01-20 13:16:26,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=3fa18ea6-2d90-4af3-bbec-88730742eaf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b0a901141158b575bff5eb01f06403d41708e" 2019-01-20 13:16:26,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-afedb92b-a242-4039-881d-de0db85f89f0 Date: Sun, 20 Jan 2019 13:16:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:16:26Z", "security_group_id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "port_range_min": null, "revision_number": 0, "tenant_id": "7c609963ed47480c9e1ce404af55864e", "created_at": "2019-01-20T13:16:26Z", "project_id": "7c609963ed47480c9e1ce404af55864e", "id": "5441cefb-eb12-4eee-b239-552a8ca437cd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:16:26Z", "security_group_id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "port_range_min": null, "revision_number": 0, "tenant_id": "7c609963ed47480c9e1ce404af55864e", "created_at": "2019-01-20T13:16:26Z", "project_id": "7c609963ed47480c9e1ce404af55864e", "id": "ef3e1ab9-4d25-4ccc-9b80-c9eaf68a43c4"}]} 2019-01-20 13:16:26,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=3fa18ea6-2d90-4af3-bbec-88730742eaf2 used request id req-afedb92b-a242-4039-881d-de0db85f89f0 2019-01-20 13:16:26,518 - neutron_utils - INFO - Retrieving security group with ID - 3fa18ea6-2d90-4af3-bbec-88730742eaf2 2019-01-20 13:16:26,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=3fa18ea6-2d90-4af3-bbec-88730742eaf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b0a901141158b575bff5eb01f06403d41708e" 2019-01-20 13:16:26,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-360fe9ea-6adc-459d-a0b5-a64b06e9eb34 Date: Sun, 20 Jan 2019 13:16:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7c609963ed47480c9e1ce404af55864e", "created_at": "2019-01-20T13:16:26Z", "updated_at": "2019-01-20T13:16:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:16:26Z", "revision_number": 0, "id": "5441cefb-eb12-4eee-b239-552a8ca437cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:16:26Z", "security_group_id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7c609963ed47480c9e1ce404af55864e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:16:26Z", "revision_number": 0, "id": "ef3e1ab9-4d25-4ccc-9b80-c9eaf68a43c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:16:26Z", "security_group_id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7c609963ed47480c9e1ce404af55864e"}], "revision_number": 2, "project_id": "7c609963ed47480c9e1ce404af55864e", "id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-name"}]} 2019-01-20 13:16:26,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=3fa18ea6-2d90-4af3-bbec-88730742eaf2 used request id req-360fe9ea-6adc-459d-a0b5-a64b06e9eb34 2019-01-20 13:16:26,729 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3fa18ea6-2d90-4af3-bbec-88730742eaf2 2019-01-20 13:16:26,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=3fa18ea6-2d90-4af3-bbec-88730742eaf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b0a901141158b575bff5eb01f06403d41708e" 2019-01-20 13:16:26,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c308a283-b26f-4bc2-854b-5518cdb02534 Date: Sun, 20 Jan 2019 13:16:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:16:26Z", "security_group_id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "port_range_min": null, "revision_number": 0, "tenant_id": "7c609963ed47480c9e1ce404af55864e", "created_at": "2019-01-20T13:16:26Z", "project_id": "7c609963ed47480c9e1ce404af55864e", "id": "5441cefb-eb12-4eee-b239-552a8ca437cd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:16:26Z", "security_group_id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "port_range_min": null, "revision_number": 0, "tenant_id": "7c609963ed47480c9e1ce404af55864e", "created_at": "2019-01-20T13:16:26Z", "project_id": "7c609963ed47480c9e1ce404af55864e", "id": "ef3e1ab9-4d25-4ccc-9b80-c9eaf68a43c4"}]} 2019-01-20 13:16:26,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=3fa18ea6-2d90-4af3-bbec-88730742eaf2 used request id req-c308a283-b26f-4bc2-854b-5518cdb02534 2019-01-20 13:16:26,916 - neutron_utils - INFO - Retrieving security group with ID - 3fa18ea6-2d90-4af3-bbec-88730742eaf2 2019-01-20 13:16:26,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=3fa18ea6-2d90-4af3-bbec-88730742eaf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b0a901141158b575bff5eb01f06403d41708e" 2019-01-20 13:16:26,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-c7354eb6-ef9c-4ade-9899-68cf43dca288 Date: Sun, 20 Jan 2019 13:16:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7c609963ed47480c9e1ce404af55864e", "created_at": "2019-01-20T13:16:26Z", "updated_at": "2019-01-20T13:16:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:16:26Z", "revision_number": 0, "id": "5441cefb-eb12-4eee-b239-552a8ca437cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:16:26Z", "security_group_id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7c609963ed47480c9e1ce404af55864e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:16:26Z", "revision_number": 0, "id": "ef3e1ab9-4d25-4ccc-9b80-c9eaf68a43c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:16:26Z", "security_group_id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7c609963ed47480c9e1ce404af55864e"}], "revision_number": 2, "project_id": "7c609963ed47480c9e1ce404af55864e", "id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-name"}]} 2019-01-20 13:16:26,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=3fa18ea6-2d90-4af3-bbec-88730742eaf2 used request id req-c7354eb6-ef9c-4ade-9899-68cf43dca288 2019-01-20 13:16:26,969 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3fa18ea6-2d90-4af3-bbec-88730742eaf2 2019-01-20 13:16:26,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=3fa18ea6-2d90-4af3-bbec-88730742eaf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b0a901141158b575bff5eb01f06403d41708e" 2019-01-20 13:16:27,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d18c0c29-cbfe-424a-a49b-6c1cce76902a Date: Sun, 20 Jan 2019 13:16: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": "2019-01-20T13:16:26Z", "security_group_id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "port_range_min": null, "revision_number": 0, "tenant_id": "7c609963ed47480c9e1ce404af55864e", "created_at": "2019-01-20T13:16:26Z", "project_id": "7c609963ed47480c9e1ce404af55864e", "id": "5441cefb-eb12-4eee-b239-552a8ca437cd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:16:26Z", "security_group_id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "port_range_min": null, "revision_number": 0, "tenant_id": "7c609963ed47480c9e1ce404af55864e", "created_at": "2019-01-20T13:16:26Z", "project_id": "7c609963ed47480c9e1ce404af55864e", "id": "ef3e1ab9-4d25-4ccc-9b80-c9eaf68a43c4"}]} 2019-01-20 13:16:27,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=3fa18ea6-2d90-4af3-bbec-88730742eaf2 used request id req-d18c0c29-cbfe-424a-a49b-6c1cce76902a 2019-01-20 13:16:27,151 - neutron_utils - INFO - Retrieving security group with ID - 3fa18ea6-2d90-4af3-bbec-88730742eaf2 2019-01-20 13:16:27,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=3fa18ea6-2d90-4af3-bbec-88730742eaf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b0a901141158b575bff5eb01f06403d41708e" 2019-01-20 13:16:27,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-a5cd1ec2-89df-49b0-921c-49c1cedcc6a8 Date: Sun, 20 Jan 2019 13:16:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7c609963ed47480c9e1ce404af55864e", "created_at": "2019-01-20T13:16:26Z", "updated_at": "2019-01-20T13:16:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:16:26Z", "revision_number": 0, "id": "5441cefb-eb12-4eee-b239-552a8ca437cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:16:26Z", "security_group_id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7c609963ed47480c9e1ce404af55864e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:16:26Z", "revision_number": 0, "id": "ef3e1ab9-4d25-4ccc-9b80-c9eaf68a43c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:16:26Z", "security_group_id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7c609963ed47480c9e1ce404af55864e"}], "revision_number": 2, "project_id": "7c609963ed47480c9e1ce404af55864e", "id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-name"}]} 2019-01-20 13:16:27,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=3fa18ea6-2d90-4af3-bbec-88730742eaf2 used request id req-a5cd1ec2-89df-49b0-921c-49c1cedcc6a8 2019-01-20 13:16:27,351 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3fa18ea6-2d90-4af3-bbec-88730742eaf2 2019-01-20 13:16:27,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=3fa18ea6-2d90-4af3-bbec-88730742eaf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b0a901141158b575bff5eb01f06403d41708e" 2019-01-20 13:16:27,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a8a7fd3a-877c-4dd8-8ebf-b422a885bdd9 Date: Sun, 20 Jan 2019 13:16: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": "2019-01-20T13:16:26Z", "security_group_id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "port_range_min": null, "revision_number": 0, "tenant_id": "7c609963ed47480c9e1ce404af55864e", "created_at": "2019-01-20T13:16:26Z", "project_id": "7c609963ed47480c9e1ce404af55864e", "id": "5441cefb-eb12-4eee-b239-552a8ca437cd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:16:26Z", "security_group_id": "3fa18ea6-2d90-4af3-bbec-88730742eaf2", "port_range_min": null, "revision_number": 0, "tenant_id": "7c609963ed47480c9e1ce404af55864e", "created_at": "2019-01-20T13:16:26Z", "project_id": "7c609963ed47480c9e1ce404af55864e", "id": "ef3e1ab9-4d25-4ccc-9b80-c9eaf68a43c4"}]} 2019-01-20 13:16:27,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=3fa18ea6-2d90-4af3-bbec-88730742eaf2 used request id req-a8a7fd3a-877c-4dd8-8ebf-b422a885bdd9 2019-01-20 13:16:27,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:28,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-6675e1e1-0526-4779-9cff-cad904b1c815 x-compute-request-id: req-6675e1e1-0526-4779-9cff-cad904b1c815 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:b9:74", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "bookmark"}], "image": {"id": "0916db96-f554-427f-9251-e07bf772fe69", "links": [{"href": "http://172.30.9.22:8774/images/0916db96-f554-427f-9251-e07bf772fe69", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:16:22.000000", "flavor": {"id": "cc269503-8db2-46da-821b-3eac79efb4b5", "links": [{"href": "http://172.30.9.22:8774/flavors/cc269503-8db2-46da-821b-3eac79efb4b5", "rel": "bookmark"}]}, "id": "3878314b-845e-404c-b0e1-d8ccd1b393c4", "security_groups": [{"name": "default"}], "user_id": "1e26c183231f477cba8f82bb0fb13e2b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:16:23Z", "hostId": "b950f7faff541b388cfb1a345c54d7f36ce4684305591b746fba7412", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst", "created": "2019-01-20T13:16:16Z", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:16:28,076 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 used request id req-6675e1e1-0526-4779-9cff-cad904b1c815 2019-01-20 13:16:28,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:28,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6363ae2e-ca49-4130-8904-32735be36745 Date: Sun, 20 Jan 2019 13: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":["46786864-58c2-4d6d-a402-6d7cb8a25b30"],"updated_at":"2019-01-20T13:16:07Z","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7c609963ed47480c9e1ce404af55864e","id":"2a42e25b-4235-4e78-9d04-d926265216c6","name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net"}]} 2019-01-20 13:16:28,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net used request id req-6363ae2e-ca49-4130-8904-32735be36745 2019-01-20 13:16:28,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:28,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-030773ba-df27-45d5-bf56-4499ba13d551 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e"}, "enabled": true, "id": "7c609963ed47480c9e1ce404af55864e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj"}} 2019-01-20 13:16:28,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e used request id req-030773ba-df27-45d5-bf56-4499ba13d551 2019-01-20 13:16:28,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:28,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5619ef14-0af2-445f-90a1-0a1a60ff55b0 Date: Sun, 20 Jan 2019 13:16:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"7c609963ed47480c9e1ce404af55864e","id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","subnetpool_id":null,"name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-subnet"}]} 2019-01-20 13:16:28,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 used request id req-5619ef14-0af2-445f-90a1-0a1a60ff55b0 2019-01-20 13:16:28,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:28,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-297a8cb9-dad2-45a9-8844-0fb8d24374fc Date: Sun, 20 Jan 2019 13:16:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.4"}],"id":"66c93bf4-63fd-4f52-b094-b581c62eefde","security_groups":[],"mac_address":"fa:16:3e:1f:de:61","project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2a42e25b-4235-4e78-9d04-d926265216c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.2"}],"id":"a1f8cbac-de4c-42d2-ba31-336056206a15","security_groups":[],"mac_address":"fa:16:3e:30:af:8a","project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:07Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2a42e25b-4235-4e78-9d04-d926265216c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.3"}],"id":"b097404f-cf0a-4176-acb3-7ce5ba1e5f2f","security_groups":[],"mac_address":"fa:16:3e:0f:f5:3f","project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2a42e25b-4235-4e78-9d04-d926265216c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.5"}],"id":"e707ea2e-0ba1-4a95-a1de-0ac39b8c7ffd","security_groups":["6a8f827b-186f-4af0-8361-9d2a38fc0688"],"mac_address":"fa:16:3e:e7:b9:74","project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-port","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:12Z","binding:vnic_type":"normal","device_id":"3878314b-845e-404c-b0e1-d8ccd1b393c4"}]} 2019-01-20 13:16:28,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 used request id req-297a8cb9-dad2-45a9-8844-0fb8d24374fc 2019-01-20 13:16:28,572 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:16:28,957 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fb4034ec7685442c987864045c966aea", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj-role"}], "expires_at": "2019-01-20T14:16:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c609963ed47480c9e1ce404af55864e", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/7c609963ed47480c9e1ce404af55864e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/7c609963ed47480c9e1ce404af55864e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/7c609963ed47480c9e1ce404af55864e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-user", "id": "1e26c183231f477cba8f82bb0fb13e2b"}, "audit_ids": ["qOIXIOuDQkuV8Z1jtYmfjQ"], "issued_at": "2019-01-20T13:16:28.000000Z"}} 2019-01-20 13:16:28,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ced30c56b5b96ffeb28e696276774ad5b452e7c" 2019-01-20 13:16:29,699 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-a3e62001-92b9-47a4-9507-ecadce66ab91 x-compute-request-id: req-a3e62001-92b9-47a4-9507-ecadce66ab91 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:b9:74", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "bookmark"}], "image": {"id": "0916db96-f554-427f-9251-e07bf772fe69", "links": [{"href": "http://172.30.9.22:8774/images/0916db96-f554-427f-9251-e07bf772fe69", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:16:22.000000", "flavor": {"id": "cc269503-8db2-46da-821b-3eac79efb4b5", "links": [{"href": "http://172.30.9.22:8774/flavors/cc269503-8db2-46da-821b-3eac79efb4b5", "rel": "bookmark"}]}, "id": "3878314b-845e-404c-b0e1-d8ccd1b393c4", "security_groups": [{"name": "default"}], "user_id": "1e26c183231f477cba8f82bb0fb13e2b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:16:23Z", "hostId": "b950f7faff541b388cfb1a345c54d7f36ce4684305591b746fba7412", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst", "created": "2019-01-20T13:16:16Z", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:16:29,699 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 used request id req-a3e62001-92b9-47a4-9507-ecadce66ab91 2019-01-20 13:16:29,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:30,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-3641d8d5-f102-4100-adab-1df4ead3749b x-compute-request-id: req-3641d8d5-f102-4100-adab-1df4ead3749b Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:b9:74", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "bookmark"}], "image": {"id": "0916db96-f554-427f-9251-e07bf772fe69", "links": [{"href": "http://172.30.9.22:8774/images/0916db96-f554-427f-9251-e07bf772fe69", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:16:22.000000", "flavor": {"id": "cc269503-8db2-46da-821b-3eac79efb4b5", "links": [{"href": "http://172.30.9.22:8774/flavors/cc269503-8db2-46da-821b-3eac79efb4b5", "rel": "bookmark"}]}, "id": "3878314b-845e-404c-b0e1-d8ccd1b393c4", "security_groups": [{"name": "default"}], "user_id": "1e26c183231f477cba8f82bb0fb13e2b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:16:23Z", "hostId": "b950f7faff541b388cfb1a345c54d7f36ce4684305591b746fba7412", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst", "created": "2019-01-20T13:16:16Z", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:16:30,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 used request id req-3641d8d5-f102-4100-adab-1df4ead3749b 2019-01-20 13:16:30,309 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst] is - ACTIVE 2019-01-20 13:16:30,310 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:16:30,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:30,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-d51148dd-39d3-4e0c-8e24-10cd16fe80eb x-compute-request-id: req-d51148dd-39d3-4e0c-8e24-10cd16fe80eb Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:b9:74", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "bookmark"}], "image": {"id": "0916db96-f554-427f-9251-e07bf772fe69", "links": [{"href": "http://172.30.9.22:8774/images/0916db96-f554-427f-9251-e07bf772fe69", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:16:22.000000", "flavor": {"id": "cc269503-8db2-46da-821b-3eac79efb4b5", "links": [{"href": "http://172.30.9.22:8774/flavors/cc269503-8db2-46da-821b-3eac79efb4b5", "rel": "bookmark"}]}, "id": "3878314b-845e-404c-b0e1-d8ccd1b393c4", "security_groups": [{"name": "default"}], "user_id": "1e26c183231f477cba8f82bb0fb13e2b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:16:23Z", "hostId": "b950f7faff541b388cfb1a345c54d7f36ce4684305591b746fba7412", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst", "created": "2019-01-20T13:16:16Z", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:16:30,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 used request id req-d51148dd-39d3-4e0c-8e24-10cd16fe80eb 2019-01-20 13:16:30,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:30,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ca07a478-eb22-4927-84ea-07a6bb159b8c Date: Sun, 20 Jan 2019 13:16: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":["46786864-58c2-4d6d-a402-6d7cb8a25b30"],"updated_at":"2019-01-20T13:16:07Z","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7c609963ed47480c9e1ce404af55864e","id":"2a42e25b-4235-4e78-9d04-d926265216c6","name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net"}]} 2019-01-20 13:16:30,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net used request id req-ca07a478-eb22-4927-84ea-07a6bb159b8c 2019-01-20 13:16:30,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:30,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63cd05d0-9975-4a94-aad2-4ebc9699c39d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e"}, "enabled": true, "id": "7c609963ed47480c9e1ce404af55864e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj"}} 2019-01-20 13:16:30,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e used request id req-63cd05d0-9975-4a94-aad2-4ebc9699c39d 2019-01-20 13:16:30,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:31,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1ca17f79-363f-45af-98ae-8737861b8ff2 Date: Sun, 20 Jan 2019 13:16:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"7c609963ed47480c9e1ce404af55864e","id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","subnetpool_id":null,"name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-subnet"}]} 2019-01-20 13:16:31,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 used request id req-1ca17f79-363f-45af-98ae-8737861b8ff2 2019-01-20 13:16:31,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:31,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-33ea369f-4034-40e6-8b3d-fae2025c5971 Date: Sun, 20 Jan 2019 13:16:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.4"}],"id":"66c93bf4-63fd-4f52-b094-b581c62eefde","security_groups":[],"mac_address":"fa:16:3e:1f:de:61","project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2a42e25b-4235-4e78-9d04-d926265216c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.2"}],"id":"a1f8cbac-de4c-42d2-ba31-336056206a15","security_groups":[],"mac_address":"fa:16:3e:30:af:8a","project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:07Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2a42e25b-4235-4e78-9d04-d926265216c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.3"}],"id":"b097404f-cf0a-4176-acb3-7ce5ba1e5f2f","security_groups":[],"mac_address":"fa:16:3e:0f:f5:3f","project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2a42e25b-4235-4e78-9d04-d926265216c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.5"}],"id":"e707ea2e-0ba1-4a95-a1de-0ac39b8c7ffd","security_groups":["6a8f827b-186f-4af0-8361-9d2a38fc0688"],"mac_address":"fa:16:3e:e7:b9:74","project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-port","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:12Z","binding:vnic_type":"normal","device_id":"3878314b-845e-404c-b0e1-d8ccd1b393c4"}]} 2019-01-20 13:16:31,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 used request id req-33ea369f-4034-40e6-8b3d-fae2025c5971 2019-01-20 13:16:31,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:32,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-cd7455c5-a4a0-4d5b-8b93-14802566349d x-compute-request-id: req-cd7455c5-a4a0-4d5b-8b93-14802566349d Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:b9:74", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "bookmark"}], "image": {"id": "0916db96-f554-427f-9251-e07bf772fe69", "links": [{"href": "http://172.30.9.22:8774/images/0916db96-f554-427f-9251-e07bf772fe69", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:16:22.000000", "flavor": {"id": "cc269503-8db2-46da-821b-3eac79efb4b5", "links": [{"href": "http://172.30.9.22:8774/flavors/cc269503-8db2-46da-821b-3eac79efb4b5", "rel": "bookmark"}]}, "id": "3878314b-845e-404c-b0e1-d8ccd1b393c4", "security_groups": [{"name": "default"}], "user_id": "1e26c183231f477cba8f82bb0fb13e2b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:16:23Z", "hostId": "b950f7faff541b388cfb1a345c54d7f36ce4684305591b746fba7412", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst", "created": "2019-01-20T13:16:16Z", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:16:32,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 used request id req-cd7455c5-a4a0-4d5b-8b93-14802566349d 2019-01-20 13:16:32,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:32,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a8b55eef-38c6-4473-8ce9-a8de6eefdcaa Date: Sun, 20 Jan 2019 13: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":["46786864-58c2-4d6d-a402-6d7cb8a25b30"],"updated_at":"2019-01-20T13:16:07Z","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7c609963ed47480c9e1ce404af55864e","id":"2a42e25b-4235-4e78-9d04-d926265216c6","name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net"}]} 2019-01-20 13:16:32,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net used request id req-a8b55eef-38c6-4473-8ce9-a8de6eefdcaa 2019-01-20 13:16:32,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:32,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29ece8bb-69f0-4833-818c-bae8735bb2e3 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e"}, "enabled": true, "id": "7c609963ed47480c9e1ce404af55864e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj"}} 2019-01-20 13:16:32,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e used request id req-29ece8bb-69f0-4833-818c-bae8735bb2e3 2019-01-20 13:16:32,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:32,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a865152d-37c7-4e3b-9612-2eba48d1c009 Date: Sun, 20 Jan 2019 13:16:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"7c609963ed47480c9e1ce404af55864e","id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","subnetpool_id":null,"name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-subnet"}]} 2019-01-20 13:16:32,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 used request id req-a865152d-37c7-4e3b-9612-2eba48d1c009 2019-01-20 13:16:32,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:32,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-fd8c732a-f027-41af-98f3-328ea89dac84 Date: Sun, 20 Jan 2019 13:16:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.4"}],"id":"66c93bf4-63fd-4f52-b094-b581c62eefde","security_groups":[],"mac_address":"fa:16:3e:1f:de:61","project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2a42e25b-4235-4e78-9d04-d926265216c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.2"}],"id":"a1f8cbac-de4c-42d2-ba31-336056206a15","security_groups":[],"mac_address":"fa:16:3e:30:af:8a","project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:07Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2a42e25b-4235-4e78-9d04-d926265216c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.3"}],"id":"b097404f-cf0a-4176-acb3-7ce5ba1e5f2f","security_groups":[],"mac_address":"fa:16:3e:0f:f5:3f","project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2a42e25b-4235-4e78-9d04-d926265216c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.5"}],"id":"e707ea2e-0ba1-4a95-a1de-0ac39b8c7ffd","security_groups":["6a8f827b-186f-4af0-8361-9d2a38fc0688"],"mac_address":"fa:16:3e:e7:b9:74","project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-port","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:12Z","binding:vnic_type":"normal","device_id":"3878314b-845e-404c-b0e1-d8ccd1b393c4"}]} 2019-01-20 13:16:32,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 used request id req-fd8c732a-f027-41af-98f3-328ea89dac84 2019-01-20 13:16:32,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-name"}}' 2019-01-20 13:16:33,787 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:16: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-5c97d5d0-36f3-49d4-a6e6-31ba013e07f2 x-compute-request-id: req-5c97d5d0-36f3-49d4-a6e6-31ba013e07f2 Content-Length: 0 Content-Type: application/json 2019-01-20 13:16:33,787 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4/action used request id req-5c97d5d0-36f3-49d4-a6e6-31ba013e07f2 2019-01-20 13:16:33,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:34,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15bc0bf4-dc82-4d03-a506-d1d1d06dd985 x-compute-request-id: req-15bc0bf4-dc82-4d03-a506-d1d1d06dd985 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:b9:74", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "bookmark"}], "image": {"id": "0916db96-f554-427f-9251-e07bf772fe69", "links": [{"href": "http://172.30.9.22:8774/images/0916db96-f554-427f-9251-e07bf772fe69", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:16:22.000000", "flavor": {"id": "cc269503-8db2-46da-821b-3eac79efb4b5", "links": [{"href": "http://172.30.9.22:8774/flavors/cc269503-8db2-46da-821b-3eac79efb4b5", "rel": "bookmark"}]}, "id": "3878314b-845e-404c-b0e1-d8ccd1b393c4", "security_groups": [{"name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-name"}, {"name": "default"}], "user_id": "1e26c183231f477cba8f82bb0fb13e2b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:16:23Z", "hostId": "b950f7faff541b388cfb1a345c54d7f36ce4684305591b746fba7412", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst", "created": "2019-01-20T13:16:16Z", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:16:34,421 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 used request id req-15bc0bf4-dc82-4d03-a506-d1d1d06dd985 2019-01-20 13:16:34,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:34,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-399661cb-91af-4101-a0be-09cc8a1c8b6b Date: Sun, 20 Jan 2019 13:16: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":["46786864-58c2-4d6d-a402-6d7cb8a25b30"],"updated_at":"2019-01-20T13:16:07Z","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7c609963ed47480c9e1ce404af55864e","id":"2a42e25b-4235-4e78-9d04-d926265216c6","name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net"}]} 2019-01-20 13:16:34,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net used request id req-399661cb-91af-4101-a0be-09cc8a1c8b6b 2019-01-20 13:16:34,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:34,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbeb146d-ed2a-446d-a5c5-60c5e14f7715 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e"}, "enabled": true, "id": "7c609963ed47480c9e1ce404af55864e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj"}} 2019-01-20 13:16:34,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e used request id req-cbeb146d-ed2a-446d-a5c5-60c5e14f7715 2019-01-20 13:16:34,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:34,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-cb746130-945e-47e7-bbc9-c3eaadc39abf Date: Sun, 20 Jan 2019 13:16:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:07Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"7c609963ed47480c9e1ce404af55864e","id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","subnetpool_id":null,"name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-subnet"}]} 2019-01-20 13:16:34,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 used request id req-cb746130-945e-47e7-bbc9-c3eaadc39abf 2019-01-20 13:16:34,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:34,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-6cfc250e-ad2f-4bbf-aa9b-c37f45207c23 Date: Sun, 20 Jan 2019 13:16:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.4"}],"id":"66c93bf4-63fd-4f52-b094-b581c62eefde","security_groups":[],"mac_address":"fa:16:3e:1f:de:61","project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2a42e25b-4235-4e78-9d04-d926265216c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.2"}],"id":"a1f8cbac-de4c-42d2-ba31-336056206a15","security_groups":[],"mac_address":"fa:16:3e:30:af:8a","project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:07Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2a42e25b-4235-4e78-9d04-d926265216c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.3"}],"id":"b097404f-cf0a-4176-acb3-7ce5ba1e5f2f","security_groups":[],"mac_address":"fa:16:3e:0f:f5:3f","project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2a42e25b-4235-4e78-9d04-d926265216c6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:16:33Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"46786864-58c2-4d6d-a402-6d7cb8a25b30","ip_address":"10.55.0.5"}],"id":"e707ea2e-0ba1-4a95-a1de-0ac39b8c7ffd","security_groups":["3fa18ea6-2d90-4af3-bbec-88730742eaf2","6a8f827b-186f-4af0-8361-9d2a38fc0688"],"mac_address":"fa:16:3e:e7:b9:74","project_id":"7c609963ed47480c9e1ce404af55864e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-port","admin_state_up":true,"network_id":"2a42e25b-4235-4e78-9d04-d926265216c6","tenant_id":"7c609963ed47480c9e1ce404af55864e","created_at":"2019-01-20T13:16:12Z","binding:vnic_type":"normal","device_id":"3878314b-845e-404c-b0e1-d8ccd1b393c4"}]} 2019-01-20 13:16:34,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=2a42e25b-4235-4e78-9d04-d926265216c6 used request id req-6cfc250e-ad2f-4bbf-aa9b-c37f45207c23 2019-01-20 13:16:34,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ced30c56b5b96ffeb28e696276774ad5b452e7c" 2019-01-20 13:16:35,382 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-d22a853a-db28-4540-952d-8cd2f0917588 x-compute-request-id: req-d22a853a-db28-4540-952d-8cd2f0917588 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:b9:74", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "bookmark"}], "image": {"id": "0916db96-f554-427f-9251-e07bf772fe69", "links": [{"href": "http://172.30.9.22:8774/images/0916db96-f554-427f-9251-e07bf772fe69", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:16:22.000000", "flavor": {"id": "cc269503-8db2-46da-821b-3eac79efb4b5", "links": [{"href": "http://172.30.9.22:8774/flavors/cc269503-8db2-46da-821b-3eac79efb4b5", "rel": "bookmark"}]}, "id": "3878314b-845e-404c-b0e1-d8ccd1b393c4", "security_groups": [{"name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-name"}, {"name": "default"}], "user_id": "1e26c183231f477cba8f82bb0fb13e2b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:16:23Z", "hostId": "b950f7faff541b388cfb1a345c54d7f36ce4684305591b746fba7412", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst", "created": "2019-01-20T13:16:16Z", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:16:35,383 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 used request id req-d22a853a-db28-4540-952d-8cd2f0917588 2019-01-20 13:16:35,383 - create_instance - INFO - Deleting Port with ID - e707ea2e-0ba1-4a95-a1de-0ac39b8c7ffd 2019-01-20 13:16:35,383 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-port 2019-01-20 13:16:35,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/e707ea2e-0ba1-4a95-a1de-0ac39b8c7ffd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:35,785 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2f9867ca-a328-48c3-970e-2ef8f9ec327d Date: Sun, 20 Jan 2019 13:16:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:16:35,785 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/e707ea2e-0ba1-4a95-a1de-0ac39b8c7ffd used request id req-2f9867ca-a328-48c3-970e-2ef8f9ec327d 2019-01-20 13:16:35,785 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst 2019-01-20 13:16:35,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:35,981 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:16: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-3fe5ad65-9b64-4726-9c5f-dabe1dffb9b1 x-compute-request-id: req-3fe5ad65-9b64-4726-9c5f-dabe1dffb9b1 Content-Type: application/json 2019-01-20 13:16:35,981 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 used request id req-3fe5ad65-9b64-4726-9c5f-dabe1dffb9b1 2019-01-20 13:16:35,981 - create_instance - INFO - Checking deletion status 2019-01-20 13:16:35,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:36,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16: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-88b8301f-6fc3-4e26-9504-90654f756787 x-compute-request-id: req-88b8301f-6fc3-4e26-9504-90654f756787 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.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "bookmark"}], "image": {"id": "0916db96-f554-427f-9251-e07bf772fe69", "links": [{"href": "http://172.30.9.22:8774/images/0916db96-f554-427f-9251-e07bf772fe69", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:16:22.000000", "flavor": {"id": "cc269503-8db2-46da-821b-3eac79efb4b5", "links": [{"href": "http://172.30.9.22:8774/flavors/cc269503-8db2-46da-821b-3eac79efb4b5", "rel": "bookmark"}]}, "id": "3878314b-845e-404c-b0e1-d8ccd1b393c4", "user_id": "1e26c183231f477cba8f82bb0fb13e2b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:16:35Z", "hostId": "b950f7faff541b388cfb1a345c54d7f36ce4684305591b746fba7412", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst", "created": "2019-01-20T13:16:16Z", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:16:36,233 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 used request id req-88b8301f-6fc3-4e26-9504-90654f756787 2019-01-20 13:16:36,234 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst] is - ACTIVE 2019-01-20 13:16:36,234 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:16:39,237 - create_instance - DEBUG - VM status query timeout in 296.743909836 2019-01-20 13:16:39,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:39,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16: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-2c564cf9-9152-42c4-972e-f19a8ce28177 x-compute-request-id: req-2c564cf9-9152-42c4-972e-f19a8ce28177 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.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4", "rel": "bookmark"}], "image": {"id": "0916db96-f554-427f-9251-e07bf772fe69", "links": [{"href": "http://172.30.9.22:8774/images/0916db96-f554-427f-9251-e07bf772fe69", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:16:22.000000", "flavor": {"id": "cc269503-8db2-46da-821b-3eac79efb4b5", "links": [{"href": "http://172.30.9.22:8774/flavors/cc269503-8db2-46da-821b-3eac79efb4b5", "rel": "bookmark"}]}, "id": "3878314b-845e-404c-b0e1-d8ccd1b393c4", "user_id": "1e26c183231f477cba8f82bb0fb13e2b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:16:35Z", "hostId": "b950f7faff541b388cfb1a345c54d7f36ce4684305591b746fba7412", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst", "created": "2019-01-20T13:16:16Z", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:16:39,491 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 used request id req-2c564cf9-9152-42c4-972e-f19a8ce28177 2019-01-20 13:16:39,491 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst] is - ACTIVE 2019-01-20 13:16:39,491 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:16:42,495 - create_instance - DEBUG - VM status query timeout in 293.486670017 2019-01-20 13:16:42,498 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a854229e91fc750b7eca8ac69fa657ffcddc82f" 2019-01-20 13:16:42,551 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:16:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e8fa0a62-7847-47db-97ef-747bbcc13eaa x-compute-request-id: req-e8fa0a62-7847-47db-97ef-747bbcc13eaa Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 3878314b-845e-404c-b0e1-d8ccd1b393c4 could not be found.", "code": 404}} 2019-01-20 13:16:42,551 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3878314b-845e-404c-b0e1-d8ccd1b393c4 used request id req-e8fa0a62-7847-47db-97ef-747bbcc13eaa 2019-01-20 13:16:42,552 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 3878314b-845e-404c-b0e1-d8ccd1b393c4 could not be found. (HTTP 404) (Request-ID: req-e8fa0a62-7847-47db-97ef-747bbcc13eaa) 2019-01-20 13:16:42,552 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-inst 2019-01-20 13:16:42,553 - neutron_utils - INFO - Deleting security group rule with ID - 5441cefb-eb12-4eee-b239-552a8ca437cd 2019-01-20 13:16:42,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/5441cefb-eb12-4eee-b239-552a8ca437cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b0a901141158b575bff5eb01f06403d41708e" 2019-01-20 13:16:42,917 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7332529d-0b2e-494b-9cf7-a2fce0b6f017 Content-Length: 0 Date: Sun, 20 Jan 2019 13:16:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:16:42,917 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/5441cefb-eb12-4eee-b239-552a8ca437cd used request id req-7332529d-0b2e-494b-9cf7-a2fce0b6f017 2019-01-20 13:16:42,917 - neutron_utils - INFO - Deleting security group rule with ID - ef3e1ab9-4d25-4ccc-9b80-c9eaf68a43c4 2019-01-20 13:16:42,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/ef3e1ab9-4d25-4ccc-9b80-c9eaf68a43c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b0a901141158b575bff5eb01f06403d41708e" 2019-01-20 13:16:43,199 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e5354e99-d787-4b77-80e1-2d1273d19308 Content-Length: 0 Date: Sun, 20 Jan 2019 13:16:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:16:43,199 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/ef3e1ab9-4d25-4ccc-9b80-c9eaf68a43c4 used request id req-e5354e99-d787-4b77-80e1-2d1273d19308 2019-01-20 13:16:43,200 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-name 2019-01-20 13:16:43,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/3fa18ea6-2d90-4af3-bbec-88730742eaf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2b0a901141158b575bff5eb01f06403d41708e" 2019-01-20 13:16:43,486 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-66648564-e3c6-46dd-892d-60169bebcd2e Content-Length: 0 Date: Sun, 20 Jan 2019 13:16:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:16:43,487 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/3fa18ea6-2d90-4af3-bbec-88730742eaf2 used request id req-66648564-e3c6-46dd-892d-60169bebcd2e 2019-01-20 13:16:43,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/cc269503-8db2-46da-821b-3eac79efb4b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ee3bbec867588da59b59bf3ad0c5a2f1b55f7a4" 2019-01-20 13:16:43,621 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:16:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-306dc1d6-204e-426e-ae27-b8c202102af9 x-compute-request-id: req-306dc1d6-204e-426e-ae27-b8c202102af9 Content-Length: 0 Content-Type: application/json 2019-01-20 13:16:43,621 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/cc269503-8db2-46da-821b-3eac79efb4b5 used request id req-306dc1d6-204e-426e-ae27-b8c202102af9 2019-01-20 13:16:43,622 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-subnet 2019-01-20 13:16:43,622 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-subnet 2019-01-20 13:16:43,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/46786864-58c2-4d6d-a402-6d7cb8a25b30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7eebb6b055242fac4b2fc20db4b678cc075fd1a" 2019-01-20 13:16:45,953 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-62197ebe-ddcd-4ec4-9cba-259e2bf40717 Date: Sun, 20 Jan 2019 13:16:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:16:45,953 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/46786864-58c2-4d6d-a402-6d7cb8a25b30 used request id req-62197ebe-ddcd-4ec4-9cba-259e2bf40717 2019-01-20 13:16:45,954 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-pub-net 2019-01-20 13:16:45,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/2a42e25b-4235-4e78-9d04-d926265216c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7eebb6b055242fac4b2fc20db4b678cc075fd1a" 2019-01-20 13:16:47,077 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9d5e5312-e473-4f91-8dad-4715d3737612 Date: Sun, 20 Jan 2019 13:16:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:16:47,077 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/2a42e25b-4235-4e78-9d04-d926265216c6 used request id req-9d5e5312-e473-4f91-8dad-4715d3737612 2019-01-20 13:16:47,078 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-834e085b-f345-48d0-9f88-e7a65ff4164a-image 2019-01-20 13:16:47,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/0916db96-f554-427f-9251-e07bf772fe69 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cbca21dbaa5ceeaaf847a02eb1220d7ffa1c4341" 2019-01-20 13:16:48,859 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fda94809-ffc4-4e31-88ab-d797590273f6 Date: Sun, 20 Jan 2019 13:16:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:16:48,859 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/0916db96-f554-427f-9251-e07bf772fe69 used request id req-fda94809-ffc4-4e31-88ab-d797590273f6 2019-01-20 13:16:48,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ae8e81a99f1eed922b3e15e295ce18fbf2c3643" 2019-01-20 13:16:49,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c134a21f-a119-424a-b226-c6e3785729a0 Date: Sun, 20 Jan 2019 13:16:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7c609963ed47480c9e1ce404af55864e", "created_at": "2019-01-20T13:16:05Z", "updated_at": "2019-01-20T13:16:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:16:06Z", "revision_number": 0, "id": "2ed2d128-9204-4e8e-8a46-590191607339", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:16:06Z", "security_group_id": "6a8f827b-186f-4af0-8361-9d2a38fc0688", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7c609963ed47480c9e1ce404af55864e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:16:05Z", "revision_number": 0, "id": "62001d90-027f-4053-9dc5-cd3301513d62", "remote_group_id": "6a8f827b-186f-4af0-8361-9d2a38fc0688", "remote_ip_prefix": null, "created_at": "2019-01-20T13:16:05Z", "security_group_id": "6a8f827b-186f-4af0-8361-9d2a38fc0688", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7c609963ed47480c9e1ce404af55864e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:16:05Z", "revision_number": 0, "id": "922d6fe3-f575-4a26-8d75-c6f52a2679a6", "remote_group_id": "6a8f827b-186f-4af0-8361-9d2a38fc0688", "remote_ip_prefix": null, "created_at": "2019-01-20T13:16:05Z", "security_group_id": "6a8f827b-186f-4af0-8361-9d2a38fc0688", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7c609963ed47480c9e1ce404af55864e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:16:05Z", "revision_number": 0, "id": "f1881456-6d82-4a0a-8a5c-1a33b11d3da5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:16:05Z", "security_group_id": "6a8f827b-186f-4af0-8361-9d2a38fc0688", "tenant_id": "7c609963ed47480c9e1ce404af55864e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7c609963ed47480c9e1ce404af55864e"}], "revision_number": 4, "project_id": "7c609963ed47480c9e1ce404af55864e", "id": "6a8f827b-186f-4af0-8361-9d2a38fc0688", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:16:49,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-c134a21f-a119-424a-b226-c6e3785729a0 2019-01-20 13:16:49,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ae8e81a99f1eed922b3e15e295ce18fbf2c3643" 2019-01-20 13:16:49,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-061a5abd-fbc3-4323-be9d-7823ce791784 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:16:49,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-061a5abd-fbc3-4323-be9d-7823ce791784 2019-01-20 13:16:49,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ae8e81a99f1eed922b3e15e295ce18fbf2c3643" 2019-01-20 13:16:49,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-330d0e48-1326-4f1b-b3ed-8b49e98cc4bd 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:16:49,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-330d0e48-1326-4f1b-b3ed-8b49e98cc4bd 2019-01-20 13:16:49,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ae8e81a99f1eed922b3e15e295ce18fbf2c3643" 2019-01-20 13:16:49,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f84b0ab-5c96-4924-8b51-d25302ce97d9 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e"}, "enabled": true, "id": "7c609963ed47480c9e1ce404af55864e", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj"}} 2019-01-20 13:16:49,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e used request id req-2f84b0ab-5c96-4924-8b51-d25302ce97d9 2019-01-20 13:16:49,353 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6a8f827b-186f-4af0-8361-9d2a38fc0688 2019-01-20 13:16:49,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6a8f827b-186f-4af0-8361-9d2a38fc0688 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ae8e81a99f1eed922b3e15e295ce18fbf2c3643" 2019-01-20 13:16:49,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-569efc59-cb94-4104-b038-f99f79d4516d Date: Sun, 20 Jan 2019 13:16: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": "2019-01-20T13:16:06Z", "security_group_id": "6a8f827b-186f-4af0-8361-9d2a38fc0688", "port_range_min": null, "revision_number": 0, "tenant_id": "7c609963ed47480c9e1ce404af55864e", "created_at": "2019-01-20T13:16:06Z", "project_id": "7c609963ed47480c9e1ce404af55864e", "id": "2ed2d128-9204-4e8e-8a46-590191607339"}, {"remote_group_id": "6a8f827b-186f-4af0-8361-9d2a38fc0688", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:16:05Z", "security_group_id": "6a8f827b-186f-4af0-8361-9d2a38fc0688", "port_range_min": null, "revision_number": 0, "tenant_id": "7c609963ed47480c9e1ce404af55864e", "created_at": "2019-01-20T13:16:05Z", "project_id": "7c609963ed47480c9e1ce404af55864e", "id": "62001d90-027f-4053-9dc5-cd3301513d62"}, {"remote_group_id": "6a8f827b-186f-4af0-8361-9d2a38fc0688", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:16:05Z", "security_group_id": "6a8f827b-186f-4af0-8361-9d2a38fc0688", "port_range_min": null, "revision_number": 0, "tenant_id": "7c609963ed47480c9e1ce404af55864e", "created_at": "2019-01-20T13:16:05Z", "project_id": "7c609963ed47480c9e1ce404af55864e", "id": "922d6fe3-f575-4a26-8d75-c6f52a2679a6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:16:05Z", "security_group_id": "6a8f827b-186f-4af0-8361-9d2a38fc0688", "port_range_min": null, "revision_number": 0, "tenant_id": "7c609963ed47480c9e1ce404af55864e", "created_at": "2019-01-20T13:16:05Z", "project_id": "7c609963ed47480c9e1ce404af55864e", "id": "f1881456-6d82-4a0a-8a5c-1a33b11d3da5"}]} 2019-01-20 13:16:49,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6a8f827b-186f-4af0-8361-9d2a38fc0688 used request id req-569efc59-cb94-4104-b038-f99f79d4516d 2019-01-20 13:16:49,540 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:16:49,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/6a8f827b-186f-4af0-8361-9d2a38fc0688 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ae8e81a99f1eed922b3e15e295ce18fbf2c3643" 2019-01-20 13:16:49,842 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a6844f9b-245f-4137-98bc-8d21ec2416d9 Content-Length: 0 Date: Sun, 20 Jan 2019 13:16:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:16:49,842 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/6a8f827b-186f-4af0-8361-9d2a38fc0688 used request id req-a6844f9b-245f-4137-98bc-8d21ec2416d9 2019-01-20 13:16:49,843 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj 2019-01-20 13:16:49,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ae8e81a99f1eed922b3e15e295ce18fbf2c3643" 2019-01-20 13:16:50,030 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:16:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6a58df7-bf84-414a-8b5e-d801d2d6d3f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:16:50,030 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/7c609963ed47480c9e1ce404af55864e used request id req-b6a58df7-bf84-414a-8b5e-d801d2d6d3f7 2019-01-20 13:16:50,030 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-f995ac7f-8a4c-47d-proj-role 2019-01-20 13:16:50,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/fb4034ec7685442c987864045c966aea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ae8e81a99f1eed922b3e15e295ce18fbf2c3643" 2019-01-20 13:16:50,176 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:16:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-792aaa67-5ac0-451d-a70e-f8f122265dfb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:16:50,176 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/fb4034ec7685442c987864045c966aea used request id req-792aaa67-5ac0-451d-a70e-f8f122265dfb 2019-01-20 13:16:50,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ae8e81a99f1eed922b3e15e295ce18fbf2c3643" 2019-01-20 13:16:50,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f8ef85d-154c-4441-8b0a-c39100af453d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:16:50,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9f8ef85d-154c-4441-8b0a-c39100af453d 2019-01-20 13:16:50,264 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-f995ac7f-8a4c-47d-user 2019-01-20 13:16:50,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/1e26c183231f477cba8f82bb0fb13e2b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05a7003c3e46833733f68102d575c5c74d8dadad" 2019-01-20 13:16:50,469 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:16:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92269453-b5b5-4a82-ad3c-00cf491a8145 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:16:50,469 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/1e26c183231f477cba8f82bb0fb13e2b used request id req-92269453-b5b5-4a82-ad3c-00cf491a8145 2019-01-20 13:16:50,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:16:50,859 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:16:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["EzZKD3dbTu-khLegi39fTg"], "issued_at": "2019-01-20T13:16:50.000000Z"}} 2019-01-20 13:16:50,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cc4e1ba1929fade4418004042d8b45d6b8d025c" 2019-01-20 13:16:50,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d47b54f-3cfc-416b-8558-d8f67a0cc79e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:16:50,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3d47b54f-3cfc-416b-8558-d8f67a0cc79e 2019-01-20 13:16:50,947 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:16:50,948 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:16:51,325 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:16:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["9uOvJoYuQ-6gxFzVHwrlow"], "issued_at": "2019-01-20T13:16:51.000000Z"}} 2019-01-20 13:16:51,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b0dd22ddda9fce71a959bd707caf9693417db8" 2019-01-20 13:16:51,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a43b26e7-04ff-489d-bdb9-7f01de205327 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:16:51,403 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a43b26e7-04ff-489d-bdb9-7f01de205327 2019-01-20 13:16:51,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:16:51,413 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:16:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:16:51,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b0dd22ddda9fce71a959bd707caf9693417db8" 2019-01-20 13:16:51,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ef8aacb-8c24-4111-8f2d-83e4325d812c Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:16:51,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj used request id req-4ef8aacb-8c24-4111-8f2d-83e4325d812c 2019-01-20 13:16:51,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b0dd22ddda9fce71a959bd707caf9693417db8" 2019-01-20 13:16:51,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14f64a49-ca16-483b-bf24-9bd7c1fa8dab Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:16:51,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-14f64a49-ca16-483b-bf24-9bd7c1fa8dab 2019-01-20 13:16:51,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b0dd22ddda9fce71a959bd707caf9693417db8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj"}}' 2019-01-20 13:16:51,717 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:16:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6051a989-21b3-411c-a618-c503c38d9448 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a"}, "enabled": true, "id": "8613390b3ec54190b92fb69e1c8dea6a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj"}} 2019-01-20 13:16:51,717 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-6051a989-21b3-411c-a618-c503c38d9448 2019-01-20 13:16:51,717 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj 2019-01-20 13:16:51,718 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:16:51,719 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:16:52,092 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:16:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["S-0Ivfj8TxWY8WbLNWoQ0A"], "issued_at": "2019-01-20T13:16:52.000000Z"}} 2019-01-20 13:16:52,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc016de38c831b0c071f8ae9b5467751ffde44b4" 2019-01-20 13:16:52,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdaa2bf2-c394-463b-abce-cfdbd1e7a4e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:16:52,178 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fdaa2bf2-c394-463b-abce-cfdbd1e7a4e5 2019-01-20 13:16:52,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:16:52,188 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:16: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:16:52,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc016de38c831b0c071f8ae9b5467751ffde44b4" 2019-01-20 13:16:52,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9a0046c-3358-46ea-b596-8501c855dc73 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:16:52,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-b9a0046c-3358-46ea-b596-8501c855dc73 2019-01-20 13:16:52,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc016de38c831b0c071f8ae9b5467751ffde44b4" 2019-01-20 13:16:52,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb4f6399-f507-4160-b393-5a915a14c29f Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a"}, "enabled": true, "id": "8613390b3ec54190b92fb69e1c8dea6a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj"}]} 2019-01-20 13:16:52,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj used request id req-fb4f6399-f507-4160-b393-5a915a14c29f 2019-01-20 13:16:52,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc016de38c831b0c071f8ae9b5467751ffde44b4" 2019-01-20 13:16:52,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1eff6c1-c822-4d8a-b866-dc686c08926d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:16:52,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-d1eff6c1-c822-4d8a-b866-dc686c08926d 2019-01-20 13:16:52,805 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-0b277fc9-d698-4a3-user 2019-01-20 13:16:52,805 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:16:52,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b0dd22ddda9fce71a959bd707caf9693417db8" 2019-01-20 13:16:52,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad3ca33d-3483-4379-b426-0f55bea49ea9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:16:52,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ad3ca33d-3483-4379-b426-0f55bea49ea9 2019-01-20 13:16:52,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b0dd22ddda9fce71a959bd707caf9693417db8" -d '{"role": {"name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj-role"}}' 2019-01-20 13:16:53,015 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:16:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f818afb1-71da-44b5-96e8-183503171305 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bd3940929d684684bd1a954ee12f8324", "links": {"self": "http://172.30.9.22:5000/v3/roles/bd3940929d684684bd1a954ee12f8324"}, "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj-role"}} 2019-01-20 13:16:53,015 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-f818afb1-71da-44b5-96e8-183503171305 2019-01-20 13:16:53,015 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj-role 2019-01-20 13:16:53,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/bd3940929d684684bd1a954ee12f8324 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b0dd22ddda9fce71a959bd707caf9693417db8" 2019-01-20 13:16:53,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16d9c769-9be2-4842-b19e-a368f5acc05a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/bd3940929d684684bd1a954ee12f8324"}, "domain_id": null, "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj-role", "id": "bd3940929d684684bd1a954ee12f8324"}} 2019-01-20 13:16:53,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/bd3940929d684684bd1a954ee12f8324 used request id req-16d9c769-9be2-4842-b19e-a368f5acc05a 2019-01-20 13:16:53,101 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj-role to project InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj 2019-01-20 13:16:53,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a/users/e98172ebf9a94d4ea6f6c14d6cc2882b/roles/bd3940929d684684bd1a954ee12f8324 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b0dd22ddda9fce71a959bd707caf9693417db8" 2019-01-20 13:16:53,173 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:16:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8158f4a-3fcb-4757-9cee-6fec085c13a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:16:53,173 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a/users/e98172ebf9a94d4ea6f6c14d6cc2882b/roles/bd3940929d684684bd1a954ee12f8324 used request id req-d8158f4a-3fcb-4757-9cee-6fec085c13a5 2019-01-20 13:16:53,174 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:16:53,175 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:16:53,175 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:16:53,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:16:53,564 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bd3940929d684684bd1a954ee12f8324", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj-role"}], "expires_at": "2019-01-20T14:16:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8613390b3ec54190b92fb69e1c8dea6a", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-user", "id": "e98172ebf9a94d4ea6f6c14d6cc2882b"}, "audit_ids": ["o7OH25vYSleiHxzAVxc02w"], "issued_at": "2019-01-20T13:16:53.000000Z"}} 2019-01-20 13:16:53,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4183f275cb38ec263e1a672fd8b244c95c86373" 2019-01-20 13:16:53,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13cb3eb0-4c27-4f7f-ae1a-8ca2ea69933c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:16:53,635 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-13cb3eb0-4c27-4f7f-ae1a-8ca2ea69933c 2019-01-20 13:16:53,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e4183f275cb38ec263e1a672fd8b244c95c86373" 2019-01-20 13:16:53,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-1d6e6a22-2701-47d1-a87e-af12a18f97e6 Date: Sun, 20 Jan 2019 13:16:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-image"} 2019-01-20 13:16:53,806 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-image used request id req-1d6e6a22-2701-47d1-a87e-af12a18f97e6 2019-01-20 13:16:53,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e4183f275cb38ec263e1a672fd8b244c95c86373" 2019-01-20 13:16:53,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-40dabbc4-bc73-478a-b082-7f972d05dd08 Date: Sun, 20 Jan 2019 13:16: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"}}} 2019-01-20 13:16:53,970 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-40dabbc4-bc73-478a-b082-7f972d05dd08 2019-01-20 13:16:54,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4183f275cb38ec263e1a672fd8b244c95c86373" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-image"}' 2019-01-20 13:16:54,178 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/9e628615-19c9-4fff-a56f-52c7d64b37cf X-Openstack-Request-Id: req-55d9dbb4-0776-4fa7-b7de-096357f04172 Date: Sun, 20 Jan 2019 13:16:54 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:16:54Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:16:54Z", "visibility": "shared", "locations": [], "self": "/v2/images/9e628615-19c9-4fff-a56f-52c7d64b37cf", "min_disk": 0, "protected": false, "id": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "file": "/v2/images/9e628615-19c9-4fff-a56f-52c7d64b37cf/file", "checksum": null, "owner": "8613390b3ec54190b92fb69e1c8dea6a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:16:54,178 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-55d9dbb4-0776-4fa7-b7de-096357f04172 2019-01-20 13:16:54,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/9e628615-19c9-4fff-a56f-52c7d64b37cf/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e4183f275cb38ec263e1a672fd8b244c95c86373" -d '' 2019-01-20 13:16:55,720 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-60556105-68e9-4193-9273-4adc8b53ef69 Date: Sun, 20 Jan 2019 13:16:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:16:55,720 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/9e628615-19c9-4fff-a56f-52c7d64b37cf/file used request id req-60556105-68e9-4193-9273-4adc8b53ef69 2019-01-20 13:16:55,721 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:16:55,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/9e628615-19c9-4fff-a56f-52c7d64b37cf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e4183f275cb38ec263e1a672fd8b244c95c86373" 2019-01-20 13:16:55,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-45a3a79c-0ae3-46b5-a8e6-e64d7d050fb1 Date: Sun, 20 Jan 2019 13:16:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:16:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:16:55Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/9e628615-19c9-4fff-a56f-52c7d64b37cf/snap", "metadata": {}}], "self": "/v2/images/9e628615-19c9-4fff-a56f-52c7d64b37cf", "min_disk": 0, "protected": false, "id": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "file": "/v2/images/9e628615-19c9-4fff-a56f-52c7d64b37cf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8613390b3ec54190b92fb69e1c8dea6a", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/9e628615-19c9-4fff-a56f-52c7d64b37cf/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:16:55,887 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/9e628615-19c9-4fff-a56f-52c7d64b37cf used request id req-45a3a79c-0ae3-46b5-a8e6-e64d7d050fb1 2019-01-20 13:16:55,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e4183f275cb38ec263e1a672fd8b244c95c86373" 2019-01-20 13:16:56,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5393ab9b-2978-458c-8519-ac95ff563ead Date: Sun, 20 Jan 2019 13:16: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"}}} 2019-01-20 13:16:56,052 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-5393ab9b-2978-458c-8519-ac95ff563ead 2019-01-20 13:16:56,054 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-image 2019-01-20 13:16:56,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/9e628615-19c9-4fff-a56f-52c7d64b37cf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e4183f275cb38ec263e1a672fd8b244c95c86373" 2019-01-20 13:16:56,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-c4fa94e3-6600-4211-a678-f51fa5d90187 Date: Sun, 20 Jan 2019 13:16:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:16:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:16:55Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/9e628615-19c9-4fff-a56f-52c7d64b37cf/snap", "metadata": {}}], "self": "/v2/images/9e628615-19c9-4fff-a56f-52c7d64b37cf", "min_disk": 0, "protected": false, "id": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "file": "/v2/images/9e628615-19c9-4fff-a56f-52c7d64b37cf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8613390b3ec54190b92fb69e1c8dea6a", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/9e628615-19c9-4fff-a56f-52c7d64b37cf/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:16:56,230 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/9e628615-19c9-4fff-a56f-52c7d64b37cf used request id req-c4fa94e3-6600-4211-a678-f51fa5d90187 2019-01-20 13:16:56,231 - create_image - DEBUG - Instance status is - active 2019-01-20 13:16:56,231 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-image 2019-01-20 13:16:56,231 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-image 2019-01-20 13:16:56,231 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:16:56,232 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:16:56,610 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bd3940929d684684bd1a954ee12f8324", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj-role"}], "expires_at": "2019-01-20T14:16:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8613390b3ec54190b92fb69e1c8dea6a", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-user", "id": "e98172ebf9a94d4ea6f6c14d6cc2882b"}, "audit_ids": ["A7rcvcb7Ql6bJtRoOagMmA"], "issued_at": "2019-01-20T13:16:56.000000Z"}} 2019-01-20 13:16:56,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}879f8cc6229c0b5ddef810835333061655e612e7" 2019-01-20 13:16:56,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d2ff774-313f-4819-8fe8-b8b64da9bf97 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:16:56,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7d2ff774-313f-4819-8fe8-b8b64da9bf97 2019-01-20 13:16:56,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}879f8cc6229c0b5ddef810835333061655e612e7" 2019-01-20 13:16:56,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2003267f-80aa-4126-bda5-746312794936 Date: Sun, 20 Jan 2019 13:16:56 GMT RESP BODY: {"networks":[]} 2019-01-20 13:16:56,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net used request id req-2003267f-80aa-4126-bda5-746312794936 2019-01-20 13:16:56,857 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net 2019-01-20 13:16:56,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}879f8cc6229c0b5ddef810835333061655e612e7" -d '{"network": {"name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net", "admin_state_up": true}}' 2019-01-20 13:16:57,384 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-04b5ec45-fe59-4ed6-bb1c-d5a6e2143ff7 Date: Sun, 20 Jan 2019 13:16:57 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:16:57Z","is_default":false,"name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:57Z","mtu":1450}} 2019-01-20 13:16:57,384 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-04b5ec45-fe59-4ed6-bb1c-d5a6e2143ff7 2019-01-20 13:16:57,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}879f8cc6229c0b5ddef810835333061655e612e7" 2019-01-20 13:16:57,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-3161bab6-231f-41f5-801b-9c6b2ead64a5 Date: Sun, 20 Jan 2019 13:16:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T13:16:57Z","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8613390b3ec54190b92fb69e1c8dea6a","id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net"}]} 2019-01-20 13:16:57,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e used request id req-3161bab6-231f-41f5-801b-9c6b2ead64a5 2019-01-20 13:16:57,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}879f8cc6229c0b5ddef810835333061655e612e7" 2019-01-20 13:16:57,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-39d44538-ea77-4bc8-8b7d-d643660ebd25 Date: Sun, 20 Jan 2019 13:16:57 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:16:57,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e used request id req-39d44538-ea77-4bc8-8b7d-d643660ebd25 2019-01-20 13:16:57,808 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-subnet 2019-01-20 13:16:57,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}879f8cc6229c0b5ddef810835333061655e612e7" -d '{"subnets": [{"ip_version": 4, "network_id": "0b1fb560-9692-4c2f-9d58-e8e58ef9745e", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-subnet"}]}' 2019-01-20 13:16:58,540 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-51360a8b-3af4-449e-bb74-76259f6c151d Date: Sun, 20 Jan 2019 13:16:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:58Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"8613390b3ec54190b92fb69e1c8dea6a","id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","subnetpool_id":null,"name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-subnet"}]} 2019-01-20 13:16:58,540 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-51360a8b-3af4-449e-bb74-76259f6c151d 2019-01-20 13:16:58,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}879f8cc6229c0b5ddef810835333061655e612e7" 2019-01-20 13:16:58,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-78487a15-f5a5-44f0-a959-6a5b4b04cc07 Date: Sun, 20 Jan 2019 13:16: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":["a01865e1-02e6-4ddc-832a-acffb2dd146c"],"updated_at":"2019-01-20T13:16:58Z","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8613390b3ec54190b92fb69e1c8dea6a","id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net"}]} 2019-01-20 13:16:58,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e used request id req-78487a15-f5a5-44f0-a959-6a5b4b04cc07 2019-01-20 13:16:58,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}879f8cc6229c0b5ddef810835333061655e612e7" 2019-01-20 13:16:58,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d58c52f2-912d-4a3c-8755-fb99db9b3ff9 Date: Sun, 20 Jan 2019 13:16:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:58Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"8613390b3ec54190b92fb69e1c8dea6a","id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","subnetpool_id":null,"name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-subnet"}]} 2019-01-20 13:16:58,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e used request id req-d58c52f2-912d-4a3c-8755-fb99db9b3ff9 2019-01-20 13:16:58,849 - OpenStackNetwork - DEBUG - Network [0b1fb560-9692-4c2f-9d58-e8e58ef9745e] created successfully 2019-01-20 13:16:58,849 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:16:58,850 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:16:59,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:16:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["PAbpWaGbSJCLUAz5csD4IQ"], "issued_at": "2019-01-20T13:16:59.000000Z"}} 2019-01-20 13:16:59,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49c254bbc00de65fcfdeadd3c93667c7922edf4e" 2019-01-20 13:16:59,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b522411-c77d-465c-a959-3b08a8caa957 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:16:59,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0b522411-c77d-465c-a959-3b08a8caa957 2019-01-20 13:16:59,323 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:16:59,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49c254bbc00de65fcfdeadd3c93667c7922edf4e" 2019-01-20 13:16:59,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-06e31b42-4267-4154-8752-65a1e936ce52 x-compute-request-id: req-06e31b42-4267-4154-8752-65a1e936ce52 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:16:59,514 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-06e31b42-4267-4154-8752-65a1e936ce52 2019-01-20 13:16:59,517 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49c254bbc00de65fcfdeadd3c93667c7922edf4e" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:16:59,560 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07681e0c-90e1-4274-b1f6-0b811944562d x-compute-request-id: req-07681e0c-90e1-4274-b1f6-0b811944562d Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3513ed7c-774c-43f1-928c-25880de64dc0", "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:16:59,560 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-07681e0c-90e1-4274-b1f6-0b811944562d 2019-01-20 13:16:59,561 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:16:59,562 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:16:59,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bd3940929d684684bd1a954ee12f8324", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj-role"}], "expires_at": "2019-01-20T14:16:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8613390b3ec54190b92fb69e1c8dea6a", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-user", "id": "e98172ebf9a94d4ea6f6c14d6cc2882b"}, "audit_ids": ["kJjncocoTuqyZD_WRwIe9A"], "issued_at": "2019-01-20T13:16:59.000000Z"}} 2019-01-20 13:16:59,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2001cdd5833151486fd4ea8268a6a3b5f8e5d120" 2019-01-20 13:17:00,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:16:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96dda15c-85bd-49db-9bd6-fd42ddbc6dbd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:17:00,013 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-96dda15c-85bd-49db-9bd6-fd42ddbc6dbd 2019-01-20 13:17:00,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2001cdd5833151486fd4ea8268a6a3b5f8e5d120" 2019-01-20 13:17:00,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-6f1dbf5f-dcad-402b-8cf8-63dfaf30f1bc Date: Sun, 20 Jan 2019 13:17:00 GMT RESP BODY: {"security_groups": []} 2019-01-20 13:17:00,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-name&description=hello+group used request id req-6f1dbf5f-dcad-402b-8cf8-63dfaf30f1bc 2019-01-20 13:17:00,197 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-name... 2019-01-20 13:17:00,197 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-name 2019-01-20 13:17:00,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2001cdd5833151486fd4ea8268a6a3b5f8e5d120" -d '{"security_group": {"name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-name", "description": "hello group"}}' 2019-01-20 13:17:00,548 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-1c26771d-ca0d-4c92-9a80-fe9236bb5ed9 Date: Sun, 20 Jan 2019 13:17:00 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "created_at": "2019-01-20T13:17:00Z", "updated_at": "2019-01-20T13:17:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:17:00Z", "revision_number": 0, "id": "c476aa74-d84c-4e39-ba09-593aa7d6e6bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:17:00Z", "security_group_id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "8613390b3ec54190b92fb69e1c8dea6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:17:00Z", "revision_number": 0, "id": "e3d13f34-c622-47f7-883b-576139793115", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:17:00Z", "security_group_id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "8613390b3ec54190b92fb69e1c8dea6a"}], "revision_number": 2, "project_id": "8613390b3ec54190b92fb69e1c8dea6a", "id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-name"}} 2019-01-20 13:17:00,549 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-1c26771d-ca0d-4c92-9a80-fe9236bb5ed9 2019-01-20 13:17:00,549 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 2019-01-20 13:17:00,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2001cdd5833151486fd4ea8268a6a3b5f8e5d120" 2019-01-20 13:17:00,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e775bd18-35f9-4c78-b4fe-413d7be739d8 Date: Sun, 20 Jan 2019 13:17:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:17:00Z", "security_group_id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "port_range_min": null, "revision_number": 0, "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "created_at": "2019-01-20T13:17:00Z", "project_id": "8613390b3ec54190b92fb69e1c8dea6a", "id": "c476aa74-d84c-4e39-ba09-593aa7d6e6bc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:17:00Z", "security_group_id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "port_range_min": null, "revision_number": 0, "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "created_at": "2019-01-20T13:17:00Z", "project_id": "8613390b3ec54190b92fb69e1c8dea6a", "id": "e3d13f34-c622-47f7-883b-576139793115"}]} 2019-01-20 13:17:00,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 used request id req-e775bd18-35f9-4c78-b4fe-413d7be739d8 2019-01-20 13:17:00,739 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 2019-01-20 13:17:00,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2001cdd5833151486fd4ea8268a6a3b5f8e5d120" 2019-01-20 13:17:00,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-259ceb1b-4801-4ea1-a186-b0344580a9c8 Date: Sun, 20 Jan 2019 13:17:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:17:00Z", "security_group_id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "port_range_min": null, "revision_number": 0, "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "created_at": "2019-01-20T13:17:00Z", "project_id": "8613390b3ec54190b92fb69e1c8dea6a", "id": "c476aa74-d84c-4e39-ba09-593aa7d6e6bc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:17:00Z", "security_group_id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "port_range_min": null, "revision_number": 0, "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "created_at": "2019-01-20T13:17:00Z", "project_id": "8613390b3ec54190b92fb69e1c8dea6a", "id": "e3d13f34-c622-47f7-883b-576139793115"}]} 2019-01-20 13:17:00,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 used request id req-259ceb1b-4801-4ea1-a186-b0344580a9c8 2019-01-20 13:17:00,914 - neutron_utils - INFO - Retrieving security group with ID - 7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 2019-01-20 13:17:00,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2001cdd5833151486fd4ea8268a6a3b5f8e5d120" 2019-01-20 13:17:01,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-9d39727a-06ba-459e-8640-0266291f698a Date: Sun, 20 Jan 2019 13:17:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "created_at": "2019-01-20T13:17:00Z", "updated_at": "2019-01-20T13:17:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:17:00Z", "revision_number": 0, "id": "c476aa74-d84c-4e39-ba09-593aa7d6e6bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:17:00Z", "security_group_id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "8613390b3ec54190b92fb69e1c8dea6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:17:00Z", "revision_number": 0, "id": "e3d13f34-c622-47f7-883b-576139793115", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:17:00Z", "security_group_id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "8613390b3ec54190b92fb69e1c8dea6a"}], "revision_number": 2, "project_id": "8613390b3ec54190b92fb69e1c8dea6a", "id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-name"}]} 2019-01-20 13:17:01,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 used request id req-9d39727a-06ba-459e-8640-0266291f698a 2019-01-20 13:17:01,120 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 2019-01-20 13:17:01,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2001cdd5833151486fd4ea8268a6a3b5f8e5d120" 2019-01-20 13:17:01,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5f5acefc-3b61-4279-8d41-21e12fda0b3d Date: Sun, 20 Jan 2019 13:17: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": "2019-01-20T13:17:00Z", "security_group_id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "port_range_min": null, "revision_number": 0, "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "created_at": "2019-01-20T13:17:00Z", "project_id": "8613390b3ec54190b92fb69e1c8dea6a", "id": "c476aa74-d84c-4e39-ba09-593aa7d6e6bc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:17:00Z", "security_group_id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "port_range_min": null, "revision_number": 0, "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "created_at": "2019-01-20T13:17:00Z", "project_id": "8613390b3ec54190b92fb69e1c8dea6a", "id": "e3d13f34-c622-47f7-883b-576139793115"}]} 2019-01-20 13:17:01,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 used request id req-5f5acefc-3b61-4279-8d41-21e12fda0b3d 2019-01-20 13:17:01,292 - neutron_utils - INFO - Retrieving security group with ID - 7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 2019-01-20 13:17:01,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2001cdd5833151486fd4ea8268a6a3b5f8e5d120" 2019-01-20 13:17:01,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-7fb1ed7d-57e9-4acc-a1dd-31489ddf905d Date: Sun, 20 Jan 2019 13:17:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "created_at": "2019-01-20T13:17:00Z", "updated_at": "2019-01-20T13:17:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:17:00Z", "revision_number": 0, "id": "c476aa74-d84c-4e39-ba09-593aa7d6e6bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:17:00Z", "security_group_id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "8613390b3ec54190b92fb69e1c8dea6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:17:00Z", "revision_number": 0, "id": "e3d13f34-c622-47f7-883b-576139793115", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:17:00Z", "security_group_id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "8613390b3ec54190b92fb69e1c8dea6a"}], "revision_number": 2, "project_id": "8613390b3ec54190b92fb69e1c8dea6a", "id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-name"}]} 2019-01-20 13:17:01,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 used request id req-7fb1ed7d-57e9-4acc-a1dd-31489ddf905d 2019-01-20 13:17:01,492 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 2019-01-20 13:17:01,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2001cdd5833151486fd4ea8268a6a3b5f8e5d120" 2019-01-20 13:17:01,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-34f813da-ffeb-4ff4-b7e9-941a623c5958 Date: Sun, 20 Jan 2019 13:17: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": "2019-01-20T13:17:00Z", "security_group_id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "port_range_min": null, "revision_number": 0, "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "created_at": "2019-01-20T13:17:00Z", "project_id": "8613390b3ec54190b92fb69e1c8dea6a", "id": "c476aa74-d84c-4e39-ba09-593aa7d6e6bc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:17:00Z", "security_group_id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "port_range_min": null, "revision_number": 0, "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "created_at": "2019-01-20T13:17:00Z", "project_id": "8613390b3ec54190b92fb69e1c8dea6a", "id": "e3d13f34-c622-47f7-883b-576139793115"}]} 2019-01-20 13:17:01,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 used request id req-34f813da-ffeb-4ff4-b7e9-941a623c5958 2019-01-20 13:17:01,672 - neutron_utils - INFO - Retrieving security group with ID - 7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 2019-01-20 13:17:01,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2001cdd5833151486fd4ea8268a6a3b5f8e5d120" 2019-01-20 13:17:01,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-bca847f2-52f2-48e7-ae2a-9ea7cc3fcda7 Date: Sun, 20 Jan 2019 13:17:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "created_at": "2019-01-20T13:17:00Z", "updated_at": "2019-01-20T13:17:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:17:00Z", "revision_number": 0, "id": "c476aa74-d84c-4e39-ba09-593aa7d6e6bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:17:00Z", "security_group_id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "8613390b3ec54190b92fb69e1c8dea6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:17:00Z", "revision_number": 0, "id": "e3d13f34-c622-47f7-883b-576139793115", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:17:00Z", "security_group_id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "8613390b3ec54190b92fb69e1c8dea6a"}], "revision_number": 2, "project_id": "8613390b3ec54190b92fb69e1c8dea6a", "id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-name"}]} 2019-01-20 13:17:01,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 used request id req-bca847f2-52f2-48e7-ae2a-9ea7cc3fcda7 2019-01-20 13:17:01,878 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 2019-01-20 13:17:01,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2001cdd5833151486fd4ea8268a6a3b5f8e5d120" 2019-01-20 13:17:02,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6c4f09f8-d743-4c30-8f6c-95d679712463 Date: Sun, 20 Jan 2019 13:17: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": "2019-01-20T13:17:00Z", "security_group_id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "port_range_min": null, "revision_number": 0, "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "created_at": "2019-01-20T13:17:00Z", "project_id": "8613390b3ec54190b92fb69e1c8dea6a", "id": "c476aa74-d84c-4e39-ba09-593aa7d6e6bc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:17:00Z", "security_group_id": "7e3a8f8d-95db-4acc-88f4-53d2075ec3b7", "port_range_min": null, "revision_number": 0, "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "created_at": "2019-01-20T13:17:00Z", "project_id": "8613390b3ec54190b92fb69e1c8dea6a", "id": "e3d13f34-c622-47f7-883b-576139793115"}]} 2019-01-20 13:17:02,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 used request id req-6c4f09f8-d743-4c30-8f6c-95d679712463 2019-01-20 13:17:02,046 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:17:02,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:17:02,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bd3940929d684684bd1a954ee12f8324", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj-role"}], "expires_at": "2019-01-20T14:17:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8613390b3ec54190b92fb69e1c8dea6a", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-user", "id": "e98172ebf9a94d4ea6f6c14d6cc2882b"}, "audit_ids": ["8wTFUt8fQ7K_m-SS0leUtQ"], "issued_at": "2019-01-20T13:17:02.000000Z"}} 2019-01-20 13:17:02,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:02,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4e8d081-e6ce-4731-971d-d921715cfceb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:17:02,501 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f4e8d081-e6ce-4731-971d-d921715cfceb 2019-01-20 13:17:02,503 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:17:02,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:02,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff4a3b32-d090-450d-8026-390e874a65e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:17:02,572 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ff4a3b32-d090-450d-8026-390e874a65e1 2019-01-20 13:17:02,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:02,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-20479679-187f-4e20-bdbd-3b1ad62f3d05 Date: Sun, 20 Jan 2019 13: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":["a01865e1-02e6-4ddc-832a-acffb2dd146c"],"updated_at":"2019-01-20T13:16:58Z","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8613390b3ec54190b92fb69e1c8dea6a","id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net"}]} 2019-01-20 13:17:02,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net used request id req-20479679-187f-4e20-bdbd-3b1ad62f3d05 2019-01-20 13:17:02,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:17:02,835 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:17: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:17:02,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:02,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e03ce222-0aa3-4726-a389-f10885edb3fc Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a"}, "enabled": true, "id": "8613390b3ec54190b92fb69e1c8dea6a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj"}} 2019-01-20 13:17:02,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a used request id req-e03ce222-0aa3-4726-a389-f10885edb3fc 2019-01-20 13:17:02,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:03,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3f4f5641-2b9d-4e83-b105-f187bc5040b0 Date: Sun, 20 Jan 2019 13:17:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:58Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"8613390b3ec54190b92fb69e1c8dea6a","id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","subnetpool_id":null,"name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-subnet"}]} 2019-01-20 13:17:03,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e used request id req-3f4f5641-2b9d-4e83-b105-f187bc5040b0 2019-01-20 13:17:03,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e&name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:03,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f62022dd-5981-442a-b679-ebabf9210c21 Date: Sun, 20 Jan 2019 13:17:03 GMT RESP BODY: {"ports":[]} 2019-01-20 13:17:03,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e&name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-port&admin_state_up=True used request id req-f62022dd-5981-442a-b679-ebabf9210c21 2019-01-20 13:17:03,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:03,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17: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-9a2b3045-6c33-4cf2-8691-701b18adf3c3 x-compute-request-id: req-9a2b3045-6c33-4cf2-8691-701b18adf3c3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:17:03,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst used request id req-9a2b3045-6c33-4cf2-8691-701b18adf3c3 2019-01-20 13:17:03,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:03,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-e47bc3d9-92ce-4822-aeef-4f9dde184e57 Date: Sun, 20 Jan 2019 13:17: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":["a01865e1-02e6-4ddc-832a-acffb2dd146c"],"updated_at":"2019-01-20T13:16:58Z","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8613390b3ec54190b92fb69e1c8dea6a","id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net"}]} 2019-01-20 13:17:03,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net used request id req-e47bc3d9-92ce-4822-aeef-4f9dde184e57 2019-01-20 13:17:03,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:04,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82354c21-3ed3-453a-ba77-671a94f47e60 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a"}, "enabled": true, "id": "8613390b3ec54190b92fb69e1c8dea6a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj"}} 2019-01-20 13:17:04,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a used request id req-82354c21-3ed3-453a-ba77-671a94f47e60 2019-01-20 13:17:04,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:04,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6b858142-5cdb-4874-ab96-03626ce998ed Date: Sun, 20 Jan 2019 13:17:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:58Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"8613390b3ec54190b92fb69e1c8dea6a","id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","subnetpool_id":null,"name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-subnet"}]} 2019-01-20 13:17:04,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e used request id req-6b858142-5cdb-4874-ab96-03626ce998ed 2019-01-20 13:17:04,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e&name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:04,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-72db9050-f4ec-4da6-b2b1-c025ea045645 Date: Sun, 20 Jan 2019 13:17:04 GMT RESP BODY: {"ports":[]} 2019-01-20 13:17:04,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e&name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-port&admin_state_up=True used request id req-72db9050-f4ec-4da6-b2b1-c025ea045645 2019-01-20 13:17:04,428 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:17:04,429 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:17:04,806 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bd3940929d684684bd1a954ee12f8324", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj-role"}], "expires_at": "2019-01-20T14:17:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8613390b3ec54190b92fb69e1c8dea6a", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-user", "id": "e98172ebf9a94d4ea6f6c14d6cc2882b"}, "audit_ids": ["qgnlTrTMQK6V9mp4s3V37w"], "issued_at": "2019-01-20T13:17:04.000000Z"}} 2019-01-20 13:17:04,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cf74fb27872124bdbde2727ed70a3ed451a5b9b" 2019-01-20 13:17:04,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a08f2fbc-7b64-4694-aebd-70bf16d75689 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:17:04,881 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a08f2fbc-7b64-4694-aebd-70bf16d75689 2019-01-20 13:17:04,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:05,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-2db42a2e-83af-4b05-b516-1a5ca25a40a3 Date: Sun, 20 Jan 2019 13:17: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":["a01865e1-02e6-4ddc-832a-acffb2dd146c"],"updated_at":"2019-01-20T13:16:58Z","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8613390b3ec54190b92fb69e1c8dea6a","id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net"}]} 2019-01-20 13:17:05,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net used request id req-2db42a2e-83af-4b05-b516-1a5ca25a40a3 2019-01-20 13:17:05,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:05,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1275d18a-2f1c-4421-880f-adfba1a9ea6f Date: Sun, 20 Jan 2019 13:17:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:58Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"8613390b3ec54190b92fb69e1c8dea6a","id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","subnetpool_id":null,"name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-subnet"}]} 2019-01-20 13:17:05,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e used request id req-1275d18a-2f1c-4421-880f-adfba1a9ea6f 2019-01-20 13:17:05,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:05,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d95917ff-be49-41ef-bab1-f2f7853f7ded Date: Sun, 20 Jan 2019 13:17: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":["a01865e1-02e6-4ddc-832a-acffb2dd146c"],"updated_at":"2019-01-20T13:16:58Z","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8613390b3ec54190b92fb69e1c8dea6a","id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net"}]} 2019-01-20 13:17:05,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net used request id req-d95917ff-be49-41ef-bab1-f2f7853f7ded 2019-01-20 13:17:05,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:17:05,697 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:17: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:17:05,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cf74fb27872124bdbde2727ed70a3ed451a5b9b" 2019-01-20 13:17:05,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f7919b0-8a4e-44ef-aeaf-f06d85222546 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a"}, "enabled": true, "id": "8613390b3ec54190b92fb69e1c8dea6a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj"}} 2019-01-20 13:17:05,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a used request id req-6f7919b0-8a4e-44ef-aeaf-f06d85222546 2019-01-20 13:17:05,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:05,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-be952099-d108-441a-8a0e-0da7bd71a8c4 Date: Sun, 20 Jan 2019 13:17:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:58Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"8613390b3ec54190b92fb69e1c8dea6a","id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","subnetpool_id":null,"name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-subnet"}]} 2019-01-20 13:17:05,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e used request id req-be952099-d108-441a-8a0e-0da7bd71a8c4 2019-01-20 13:17:05,920 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net 2019-01-20 13:17:05,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" -d '{"port": {"network_id": "0b1fb560-9692-4c2f-9d58-e8e58ef9745e", "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-port", "admin_state_up": true}}' 2019-01-20 13:17:06,851 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-9d507e8e-9224-440c-92d6-237c3a666110 Date: Sun, 20 Jan 2019 13:17:06 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:06Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.7"}],"id":"cf9face4-5469-4bc0-88ec-002855321530","security_groups":["ab50d264-d90e-46b6-a05d-a276fd364e8a"],"mac_address":"fa:16:3e:2b:6c:8c","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-port","project_id":"8613390b3ec54190b92fb69e1c8dea6a","qos_policy_id":null,"admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:17:06Z","binding:vnic_type":"normal"}} 2019-01-20 13:17:06,852 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-9d507e8e-9224-440c-92d6-237c3a666110 2019-01-20 13:17:06,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:07,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-43c22527-2096-4605-a1f6-7cea71c4c5b7 Date: Sun, 20 Jan 2019 13:17: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":["a01865e1-02e6-4ddc-832a-acffb2dd146c"],"updated_at":"2019-01-20T13:16:58Z","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8613390b3ec54190b92fb69e1c8dea6a","id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net"}]} 2019-01-20 13:17:07,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net used request id req-43c22527-2096-4605-a1f6-7cea71c4c5b7 2019-01-20 13:17:07,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:07,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5dcbd5f-9e61-4049-9900-74ef20dc1adb Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a"}, "enabled": true, "id": "8613390b3ec54190b92fb69e1c8dea6a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj"}} 2019-01-20 13:17:07,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a used request id req-b5dcbd5f-9e61-4049-9900-74ef20dc1adb 2019-01-20 13:17:07,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:07,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5a12d43c-b553-4183-8cec-4b71c3096159 Date: Sun, 20 Jan 2019 13:17:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:58Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"8613390b3ec54190b92fb69e1c8dea6a","id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","subnetpool_id":null,"name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-subnet"}]} 2019-01-20 13:17:07,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e used request id req-5a12d43c-b553-4183-8cec-4b71c3096159 2019-01-20 13:17:07,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e&name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:07,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-0095a730-18c2-4411-89b7-415258c69799 Date: Sun, 20 Jan 2019 13:17:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:06Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.7"}],"id":"cf9face4-5469-4bc0-88ec-002855321530","security_groups":["ab50d264-d90e-46b6-a05d-a276fd364e8a"],"mac_address":"fa:16:3e:2b:6c:8c","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-port","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:17:06Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:17:07,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e&name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-port&admin_state_up=True used request id req-0095a730-18c2-4411-89b7-415258c69799 2019-01-20 13:17:07,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:07,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1529edd6-75af-4e62-b8d8-e27512120a4a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a"}, "enabled": true, "id": "8613390b3ec54190b92fb69e1c8dea6a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj"}} 2019-01-20 13:17:07,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a used request id req-1529edd6-75af-4e62-b8d8-e27512120a4a 2019-01-20 13:17:07,686 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst 2019-01-20 13:17:07,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:07,717 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17: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-752fec71-4a89-46c2-989e-5d149da4d447 x-compute-request-id: req-752fec71-4a89-46c2-989e-5d149da4d447 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "3513ed7c-774c-43f1-928c-25880de64dc0", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-flavor-name"}]} 2019-01-20 13:17:07,717 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-752fec71-4a89-46c2-989e-5d149da4d447 2019-01-20 13:17:07,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/3513ed7c-774c-43f1-928c-25880de64dc0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:07,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17: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-cf565bc0-0f82-4ad9-9123-9fab56343a22 x-compute-request-id: req-cf565bc0-0f82-4ad9-9123-9fab56343a22 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3513ed7c-774c-43f1-928c-25880de64dc0", "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:17:07,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/3513ed7c-774c-43f1-928c-25880de64dc0 used request id req-cf565bc0-0f82-4ad9-9123-9fab56343a22 2019-01-20 13:17:07,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:07,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-3de5edb7-9368-4ad5-87bb-33b8210dc6f4 Date: Sun, 20 Jan 2019 13:17:07 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:16:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:16:55Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/9e628615-19c9-4fff-a56f-52c7d64b37cf/snap", "metadata": {}}], "self": "/v2/images/9e628615-19c9-4fff-a56f-52c7d64b37cf", "min_disk": 0, "protected": false, "id": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "file": "/v2/images/9e628615-19c9-4fff-a56f-52c7d64b37cf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8613390b3ec54190b92fb69e1c8dea6a", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/9e628615-19c9-4fff-a56f-52c7d64b37cf/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-image"} 2019-01-20 13:17:07,933 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-image used request id req-3de5edb7-9368-4ad5-87bb-33b8210dc6f4 2019-01-20 13:17:07,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:08,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-edc68d7a-3708-4345-a2af-802f39e18bea Date: Sun, 20 Jan 2019 13:17: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"}}} 2019-01-20 13:17:08,090 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-edc68d7a-3708-4345-a2af-802f39e18bea 2019-01-20 13:17:08,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" -d '{"server": {"name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst", "imageRef": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "flavorRef": "3513ed7c-774c-43f1-928c-25880de64dc0", "max_count": 1, "min_count": 1, "networks": [{"port": "cf9face4-5469-4bc0-88ec-002855321530"}], "security_groups": [{"name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-name"}]}}' 2019-01-20 13:17:09,855 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:17:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7f97f74f-70c0-4f2e-9c79-1332ffff5dae x-compute-request-id: req-7f97f74f-70c0-4f2e-9c79-1332ffff5dae Content-Length: 435 location: http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "bookmark"}], "adminPass": "3ZBPtYCPGRSv"}} 2019-01-20 13:17:09,855 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-7f97f74f-70c0-4f2e-9c79-1332ffff5dae 2019-01-20 13:17:09,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:10,234 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-037087d5-d5e0-40d5-8a9c-0b3e7f9ca687 x-compute-request-id: req-037087d5-d5e0-40d5-8a9c-0b3e7f9ca687 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.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "bookmark"}], "image": {"id": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "links": [{"href": "http://172.30.9.22:8774/images/9e628615-19c9-4fff-a56f-52c7d64b37cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3513ed7c-774c-43f1-928c-25880de64dc0", "links": [{"href": "http://172.30.9.22:8774/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "bookmark"}]}, "id": "7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "user_id": "e98172ebf9a94d4ea6f6c14d6cc2882b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:17:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst", "created": "2019-01-20T13:17:09Z", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:17:10,234 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 used request id req-037087d5-d5e0-40d5-8a9c-0b3e7f9ca687 2019-01-20 13:17:10,235 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst 2019-01-20 13:17:10,238 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:10,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-312617c4-abe1-44ac-adf5-94d4be9b631d x-compute-request-id: req-312617c4-abe1-44ac-adf5-94d4be9b631d 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.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "bookmark"}], "image": {"id": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "links": [{"href": "http://172.30.9.22:8774/images/9e628615-19c9-4fff-a56f-52c7d64b37cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3513ed7c-774c-43f1-928c-25880de64dc0", "links": [{"href": "http://172.30.9.22:8774/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "bookmark"}]}, "id": "7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "user_id": "e98172ebf9a94d4ea6f6c14d6cc2882b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:17:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst", "created": "2019-01-20T13:17:09Z", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:17:10,777 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 used request id req-312617c4-abe1-44ac-adf5-94d4be9b631d 2019-01-20 13:17:10,778 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst] is - BUILD 2019-01-20 13:17:10,778 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:17:13,781 - create_instance - DEBUG - VM status query timeout in 896.454001904 2019-01-20 13:17:13,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:14,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b43e168a-6245-4788-b98a-f1a2c8dfa333 x-compute-request-id: req-b43e168a-6245-4788-b98a-f1a2c8dfa333 Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "bookmark"}], "image": {"id": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "links": [{"href": "http://172.30.9.22:8774/images/9e628615-19c9-4fff-a56f-52c7d64b37cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3513ed7c-774c-43f1-928c-25880de64dc0", "links": [{"href": "http://172.30.9.22:8774/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "bookmark"}]}, "id": "7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "security_groups": [{"name": "default"}], "user_id": "e98172ebf9a94d4ea6f6c14d6cc2882b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:17:10Z", "hostId": "bfba0c4902bc81f3c6f51f7b3624af65a0a76ce278200603996491ae", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst", "created": "2019-01-20T13:17:09Z", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:17:14,263 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 used request id req-b43e168a-6245-4788-b98a-f1a2c8dfa333 2019-01-20 13:17:14,264 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst] is - BUILD 2019-01-20 13:17:14,264 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:17:17,267 - create_instance - DEBUG - VM status query timeout in 892.968135834 2019-01-20 13:17:17,270 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:17,925 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-866aa48a-5a6f-4925-824d-bf912d167620 x-compute-request-id: req-866aa48a-5a6f-4925-824d-bf912d167620 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:6c:8c", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "bookmark"}], "image": {"id": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "links": [{"href": "http://172.30.9.22:8774/images/9e628615-19c9-4fff-a56f-52c7d64b37cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:17:15.000000", "flavor": {"id": "3513ed7c-774c-43f1-928c-25880de64dc0", "links": [{"href": "http://172.30.9.22:8774/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "bookmark"}]}, "id": "7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "security_groups": [{"name": "default"}], "user_id": "e98172ebf9a94d4ea6f6c14d6cc2882b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:17:16Z", "hostId": "bfba0c4902bc81f3c6f51f7b3624af65a0a76ce278200603996491ae", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst", "created": "2019-01-20T13:17:09Z", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:17:17,925 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 used request id req-866aa48a-5a6f-4925-824d-bf912d167620 2019-01-20 13:17:17,926 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst] is - ACTIVE 2019-01-20 13:17:17,926 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:17:17,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:18,414 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09df4243-090d-448c-8623-bee98466f279 x-compute-request-id: req-09df4243-090d-448c-8623-bee98466f279 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:6c:8c", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "bookmark"}], "image": {"id": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "links": [{"href": "http://172.30.9.22:8774/images/9e628615-19c9-4fff-a56f-52c7d64b37cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:17:15.000000", "flavor": {"id": "3513ed7c-774c-43f1-928c-25880de64dc0", "links": [{"href": "http://172.30.9.22:8774/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "bookmark"}]}, "id": "7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "security_groups": [{"name": "default"}], "user_id": "e98172ebf9a94d4ea6f6c14d6cc2882b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:17:16Z", "hostId": "bfba0c4902bc81f3c6f51f7b3624af65a0a76ce278200603996491ae", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst", "created": "2019-01-20T13:17:09Z", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:17:18,414 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 used request id req-09df4243-090d-448c-8623-bee98466f279 2019-01-20 13:17:18,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:18,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ca3463cb-dab4-4af4-9069-9bad200ea502 Date: Sun, 20 Jan 2019 13:17: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":["a01865e1-02e6-4ddc-832a-acffb2dd146c"],"updated_at":"2019-01-20T13:16:58Z","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8613390b3ec54190b92fb69e1c8dea6a","id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net"}]} 2019-01-20 13:17:18,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net used request id req-ca3463cb-dab4-4af4-9069-9bad200ea502 2019-01-20 13:17:18,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:18,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1246ad61-fae0-47d2-b3de-5b142516efb1 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a"}, "enabled": true, "id": "8613390b3ec54190b92fb69e1c8dea6a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj"}} 2019-01-20 13:17:18,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a used request id req-1246ad61-fae0-47d2-b3de-5b142516efb1 2019-01-20 13:17:18,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:18,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5d3360fd-98e1-4787-9cfe-b4b45fbb8de8 Date: Sun, 20 Jan 2019 13:17:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:58Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"8613390b3ec54190b92fb69e1c8dea6a","id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","subnetpool_id":null,"name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-subnet"}]} 2019-01-20 13:17:18,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e used request id req-5d3360fd-98e1-4787-9cfe-b4b45fbb8de8 2019-01-20 13:17:18,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:18,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-6b5817cb-394d-4126-b75e-df6150e8a6d0 Date: Sun, 20 Jan 2019 13:17:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.4"}],"id":"72d55439-c72f-4757-9c7f-2380f603acc2","security_groups":[],"mac_address":"fa:16:3e:56:a9:26","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b1fb560-9692-4c2f-9d58-e8e58ef9745e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.3"}],"id":"9ea68a32-677e-413c-826e-e07ccd30f07c","security_groups":[],"mac_address":"fa:16:3e:21:d4:1e","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b1fb560-9692-4c2f-9d58-e8e58ef9745e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.2"}],"id":"c0699086-ec47-4886-b70b-6c003189686b","security_groups":[],"mac_address":"fa:16:3e:49:14:81","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b1fb560-9692-4c2f-9d58-e8e58ef9745e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.7"}],"id":"cf9face4-5469-4bc0-88ec-002855321530","security_groups":["ab50d264-d90e-46b6-a05d-a276fd364e8a"],"mac_address":"fa:16:3e:2b:6c:8c","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-port","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:17:06Z","binding:vnic_type":"normal","device_id":"7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81"}]} 2019-01-20 13:17:18,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e used request id req-6b5817cb-394d-4126-b75e-df6150e8a6d0 2019-01-20 13:17:18,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:19,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f578651-fce0-4272-a280-89a76e6932fa x-compute-request-id: req-4f578651-fce0-4272-a280-89a76e6932fa Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:6c:8c", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "bookmark"}], "image": {"id": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "links": [{"href": "http://172.30.9.22:8774/images/9e628615-19c9-4fff-a56f-52c7d64b37cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:17:15.000000", "flavor": {"id": "3513ed7c-774c-43f1-928c-25880de64dc0", "links": [{"href": "http://172.30.9.22:8774/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "bookmark"}]}, "id": "7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "security_groups": [{"name": "default"}], "user_id": "e98172ebf9a94d4ea6f6c14d6cc2882b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:17:16Z", "hostId": "bfba0c4902bc81f3c6f51f7b3624af65a0a76ce278200603996491ae", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst", "created": "2019-01-20T13:17:09Z", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:17:19,401 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 used request id req-4f578651-fce0-4272-a280-89a76e6932fa 2019-01-20 13:17:19,401 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst] is - ACTIVE 2019-01-20 13:17:19,401 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:17:19,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:19,868 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2f48d3f-8643-4ef3-9458-06f8d9f89bb1 x-compute-request-id: req-f2f48d3f-8643-4ef3-9458-06f8d9f89bb1 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:6c:8c", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "bookmark"}], "image": {"id": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "links": [{"href": "http://172.30.9.22:8774/images/9e628615-19c9-4fff-a56f-52c7d64b37cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:17:15.000000", "flavor": {"id": "3513ed7c-774c-43f1-928c-25880de64dc0", "links": [{"href": "http://172.30.9.22:8774/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "bookmark"}]}, "id": "7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "security_groups": [{"name": "default"}], "user_id": "e98172ebf9a94d4ea6f6c14d6cc2882b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:17:16Z", "hostId": "bfba0c4902bc81f3c6f51f7b3624af65a0a76ce278200603996491ae", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst", "created": "2019-01-20T13:17:09Z", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:17:19,868 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 used request id req-f2f48d3f-8643-4ef3-9458-06f8d9f89bb1 2019-01-20 13:17:19,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:20,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-7de1230d-a469-4e88-a741-2856788722ec Date: Sun, 20 Jan 2019 13: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":["a01865e1-02e6-4ddc-832a-acffb2dd146c"],"updated_at":"2019-01-20T13:16:58Z","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8613390b3ec54190b92fb69e1c8dea6a","id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net"}]} 2019-01-20 13:17:20,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net used request id req-7de1230d-a469-4e88-a741-2856788722ec 2019-01-20 13:17:20,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:20,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-282d1b5c-7016-47fc-98fd-b9c42fd11dfb Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a"}, "enabled": true, "id": "8613390b3ec54190b92fb69e1c8dea6a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj"}} 2019-01-20 13:17:20,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a used request id req-282d1b5c-7016-47fc-98fd-b9c42fd11dfb 2019-01-20 13:17:20,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:20,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6706da5a-d44c-47bb-bc77-0ce402f384a2 Date: Sun, 20 Jan 2019 13:17:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:58Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"8613390b3ec54190b92fb69e1c8dea6a","id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","subnetpool_id":null,"name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-subnet"}]} 2019-01-20 13:17:20,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e used request id req-6706da5a-d44c-47bb-bc77-0ce402f384a2 2019-01-20 13:17:20,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:20,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-56dbe723-3c74-456b-9bc5-1b216b00f685 Date: Sun, 20 Jan 2019 13:17:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.4"}],"id":"72d55439-c72f-4757-9c7f-2380f603acc2","security_groups":[],"mac_address":"fa:16:3e:56:a9:26","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b1fb560-9692-4c2f-9d58-e8e58ef9745e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.3"}],"id":"9ea68a32-677e-413c-826e-e07ccd30f07c","security_groups":[],"mac_address":"fa:16:3e:21:d4:1e","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b1fb560-9692-4c2f-9d58-e8e58ef9745e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.2"}],"id":"c0699086-ec47-4886-b70b-6c003189686b","security_groups":[],"mac_address":"fa:16:3e:49:14:81","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b1fb560-9692-4c2f-9d58-e8e58ef9745e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.7"}],"id":"cf9face4-5469-4bc0-88ec-002855321530","security_groups":["ab50d264-d90e-46b6-a05d-a276fd364e8a"],"mac_address":"fa:16:3e:2b:6c:8c","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-port","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:17:06Z","binding:vnic_type":"normal","device_id":"7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81"}]} 2019-01-20 13:17:20,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e used request id req-56dbe723-3c74-456b-9bc5-1b216b00f685 2019-01-20 13:17:20,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-name"}}' 2019-01-20 13:17:22,020 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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-0ff9fc65-2b78-4263-9144-2ccf4924a37c x-compute-request-id: req-0ff9fc65-2b78-4263-9144-2ccf4924a37c Content-Length: 0 Content-Type: application/json 2019-01-20 13:17:22,020 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81/action used request id req-0ff9fc65-2b78-4263-9144-2ccf4924a37c 2019-01-20 13:17:22,020 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:17:22,412 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bd3940929d684684bd1a954ee12f8324", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj-role"}], "expires_at": "2019-01-20T14:17:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8613390b3ec54190b92fb69e1c8dea6a", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/8613390b3ec54190b92fb69e1c8dea6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/8613390b3ec54190b92fb69e1c8dea6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/8613390b3ec54190b92fb69e1c8dea6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-user", "id": "e98172ebf9a94d4ea6f6c14d6cc2882b"}, "audit_ids": ["hlFwowGhQsOKSK095CwxOQ"], "issued_at": "2019-01-20T13:17:22.000000Z"}} 2019-01-20 13:17:22,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1280cfd3f3946352a30c3841cd736dc2bfaef94e" 2019-01-20 13:17:23,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37fc385b-ca99-495b-a652-8479768313dc x-compute-request-id: req-37fc385b-ca99-495b-a652-8479768313dc Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:6c:8c", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "bookmark"}], "image": {"id": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "links": [{"href": "http://172.30.9.22:8774/images/9e628615-19c9-4fff-a56f-52c7d64b37cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:17:15.000000", "flavor": {"id": "3513ed7c-774c-43f1-928c-25880de64dc0", "links": [{"href": "http://172.30.9.22:8774/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "bookmark"}]}, "id": "7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "security_groups": [{"name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-name"}, {"name": "default"}], "user_id": "e98172ebf9a94d4ea6f6c14d6cc2882b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:17:16Z", "hostId": "bfba0c4902bc81f3c6f51f7b3624af65a0a76ce278200603996491ae", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst", "created": "2019-01-20T13:17:09Z", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:17:23,163 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 used request id req-37fc385b-ca99-495b-a652-8479768313dc 2019-01-20 13:17:23,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:23,656 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3247b664-0675-4492-a171-eb93e5636bc1 x-compute-request-id: req-3247b664-0675-4492-a171-eb93e5636bc1 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:6c:8c", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "bookmark"}], "image": {"id": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "links": [{"href": "http://172.30.9.22:8774/images/9e628615-19c9-4fff-a56f-52c7d64b37cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:17:15.000000", "flavor": {"id": "3513ed7c-774c-43f1-928c-25880de64dc0", "links": [{"href": "http://172.30.9.22:8774/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "bookmark"}]}, "id": "7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "security_groups": [{"name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-name"}, {"name": "default"}], "user_id": "e98172ebf9a94d4ea6f6c14d6cc2882b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:17:16Z", "hostId": "bfba0c4902bc81f3c6f51f7b3624af65a0a76ce278200603996491ae", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst", "created": "2019-01-20T13:17:09Z", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:17:23,656 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 used request id req-3247b664-0675-4492-a171-eb93e5636bc1 2019-01-20 13:17:23,657 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst] is - ACTIVE 2019-01-20 13:17:23,657 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:17:23,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:24,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8bea5742-c965-4b22-b8fd-fc4978f2f928 x-compute-request-id: req-8bea5742-c965-4b22-b8fd-fc4978f2f928 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:6c:8c", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "bookmark"}], "image": {"id": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "links": [{"href": "http://172.30.9.22:8774/images/9e628615-19c9-4fff-a56f-52c7d64b37cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:17:15.000000", "flavor": {"id": "3513ed7c-774c-43f1-928c-25880de64dc0", "links": [{"href": "http://172.30.9.22:8774/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "bookmark"}]}, "id": "7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "security_groups": [{"name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-name"}, {"name": "default"}], "user_id": "e98172ebf9a94d4ea6f6c14d6cc2882b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:17:16Z", "hostId": "bfba0c4902bc81f3c6f51f7b3624af65a0a76ce278200603996491ae", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst", "created": "2019-01-20T13:17:09Z", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:17:24,125 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 used request id req-8bea5742-c965-4b22-b8fd-fc4978f2f928 2019-01-20 13:17:24,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:24,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-5eb0ebb8-2fa4-44a5-a458-c7565faab806 Date: Sun, 20 Jan 2019 13:17: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":["a01865e1-02e6-4ddc-832a-acffb2dd146c"],"updated_at":"2019-01-20T13:16:58Z","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8613390b3ec54190b92fb69e1c8dea6a","id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net"}]} 2019-01-20 13:17:24,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net used request id req-5eb0ebb8-2fa4-44a5-a458-c7565faab806 2019-01-20 13:17:24,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:24,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4769d73-c4cb-4ea9-9531-1c1148155557 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a"}, "enabled": true, "id": "8613390b3ec54190b92fb69e1c8dea6a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj"}} 2019-01-20 13:17:24,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a used request id req-f4769d73-c4cb-4ea9-9531-1c1148155557 2019-01-20 13:17:24,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:24,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-41b76126-e53d-4cbc-b14e-df6bfe002405 Date: Sun, 20 Jan 2019 13:17:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:58Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"8613390b3ec54190b92fb69e1c8dea6a","id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","subnetpool_id":null,"name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-subnet"}]} 2019-01-20 13:17:24,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e used request id req-41b76126-e53d-4cbc-b14e-df6bfe002405 2019-01-20 13:17:24,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:24,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-2b9d4e89-e77e-4cfb-9b57-6c2e5fa5db6d Date: Sun, 20 Jan 2019 13:17:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.4"}],"id":"72d55439-c72f-4757-9c7f-2380f603acc2","security_groups":[],"mac_address":"fa:16:3e:56:a9:26","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b1fb560-9692-4c2f-9d58-e8e58ef9745e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.3"}],"id":"9ea68a32-677e-413c-826e-e07ccd30f07c","security_groups":[],"mac_address":"fa:16:3e:21:d4:1e","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b1fb560-9692-4c2f-9d58-e8e58ef9745e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.2"}],"id":"c0699086-ec47-4886-b70b-6c003189686b","security_groups":[],"mac_address":"fa:16:3e:49:14:81","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b1fb560-9692-4c2f-9d58-e8e58ef9745e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:21Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.7"}],"id":"cf9face4-5469-4bc0-88ec-002855321530","security_groups":["7e3a8f8d-95db-4acc-88f4-53d2075ec3b7","ab50d264-d90e-46b6-a05d-a276fd364e8a"],"mac_address":"fa:16:3e:2b:6c:8c","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-port","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:17:06Z","binding:vnic_type":"normal","device_id":"7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81"}]} 2019-01-20 13:17:24,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e used request id req-2b9d4e89-e77e-4cfb-9b57-6c2e5fa5db6d 2019-01-20 13:17:24,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:24,954 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-0cbcaf74-5e34-4df0-87ff-a329e9e65d91 x-compute-request-id: req-0cbcaf74-5e34-4df0-87ff-a329e9e65d91 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:6c:8c", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "bookmark"}], "image": {"id": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "links": [{"href": "http://172.30.9.22:8774/images/9e628615-19c9-4fff-a56f-52c7d64b37cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:17:15.000000", "flavor": {"id": "3513ed7c-774c-43f1-928c-25880de64dc0", "links": [{"href": "http://172.30.9.22:8774/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "bookmark"}]}, "id": "7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "security_groups": [{"name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-name"}, {"name": "default"}], "user_id": "e98172ebf9a94d4ea6f6c14d6cc2882b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:17:16Z", "hostId": "bfba0c4902bc81f3c6f51f7b3624af65a0a76ce278200603996491ae", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst", "created": "2019-01-20T13:17:09Z", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:17:24,954 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 used request id req-0cbcaf74-5e34-4df0-87ff-a329e9e65d91 2019-01-20 13:17:24,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:25,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-cb8fa1c2-a4da-4e3e-afae-780ce5fde0ed Date: Sun, 20 Jan 2019 13:17:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a01865e1-02e6-4ddc-832a-acffb2dd146c"],"updated_at":"2019-01-20T13:16:58Z","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8613390b3ec54190b92fb69e1c8dea6a","id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net"}]} 2019-01-20 13:17:25,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net used request id req-cb8fa1c2-a4da-4e3e-afae-780ce5fde0ed 2019-01-20 13:17:25,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:25,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12b971e0-1ecb-420d-b337-cff1c5a6a871 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a"}, "enabled": true, "id": "8613390b3ec54190b92fb69e1c8dea6a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj"}} 2019-01-20 13:17:25,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a used request id req-12b971e0-1ecb-420d-b337-cff1c5a6a871 2019-01-20 13:17:25,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:25,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a3a15cd8-4949-4c5e-b80d-7b3bbf7c0288 Date: Sun, 20 Jan 2019 13:17:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:58Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"8613390b3ec54190b92fb69e1c8dea6a","id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","subnetpool_id":null,"name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-subnet"}]} 2019-01-20 13:17:25,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e used request id req-a3a15cd8-4949-4c5e-b80d-7b3bbf7c0288 2019-01-20 13:17:25,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:25,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-4cc8f606-0916-4677-ab40-407725bf64c4 Date: Sun, 20 Jan 2019 13:17:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.4"}],"id":"72d55439-c72f-4757-9c7f-2380f603acc2","security_groups":[],"mac_address":"fa:16:3e:56:a9:26","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b1fb560-9692-4c2f-9d58-e8e58ef9745e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.3"}],"id":"9ea68a32-677e-413c-826e-e07ccd30f07c","security_groups":[],"mac_address":"fa:16:3e:21:d4:1e","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b1fb560-9692-4c2f-9d58-e8e58ef9745e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.2"}],"id":"c0699086-ec47-4886-b70b-6c003189686b","security_groups":[],"mac_address":"fa:16:3e:49:14:81","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b1fb560-9692-4c2f-9d58-e8e58ef9745e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:21Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.7"}],"id":"cf9face4-5469-4bc0-88ec-002855321530","security_groups":["7e3a8f8d-95db-4acc-88f4-53d2075ec3b7","ab50d264-d90e-46b6-a05d-a276fd364e8a"],"mac_address":"fa:16:3e:2b:6c:8c","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-port","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:17:06Z","binding:vnic_type":"normal","device_id":"7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81"}]} 2019-01-20 13:17:25,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e used request id req-4cc8f606-0916-4677-ab40-407725bf64c4 2019-01-20 13:17:25,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-name"}}' 2019-01-20 13:17:26,303 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:17:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9f561067-21f6-44e1-b431-9a9b44ef04af x-compute-request-id: req-9f561067-21f6-44e1-b431-9a9b44ef04af Content-Length: 0 Content-Type: application/json 2019-01-20 13:17:26,303 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81/action used request id req-9f561067-21f6-44e1-b431-9a9b44ef04af 2019-01-20 13:17:26,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:26,622 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-75eb8f3e-320b-40c3-816f-548ad90bd306 x-compute-request-id: req-75eb8f3e-320b-40c3-816f-548ad90bd306 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:6c:8c", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "bookmark"}], "image": {"id": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "links": [{"href": "http://172.30.9.22:8774/images/9e628615-19c9-4fff-a56f-52c7d64b37cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:17:15.000000", "flavor": {"id": "3513ed7c-774c-43f1-928c-25880de64dc0", "links": [{"href": "http://172.30.9.22:8774/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "bookmark"}]}, "id": "7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "security_groups": [{"name": "default"}], "user_id": "e98172ebf9a94d4ea6f6c14d6cc2882b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:17:16Z", "hostId": "bfba0c4902bc81f3c6f51f7b3624af65a0a76ce278200603996491ae", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst", "created": "2019-01-20T13:17:09Z", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:17:26,622 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 used request id req-75eb8f3e-320b-40c3-816f-548ad90bd306 2019-01-20 13:17:26,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:26,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-b0baf53a-60b3-46c4-bb31-44cccd9a92f7 Date: Sun, 20 Jan 2019 13:17: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":["a01865e1-02e6-4ddc-832a-acffb2dd146c"],"updated_at":"2019-01-20T13:16:58Z","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8613390b3ec54190b92fb69e1c8dea6a","id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net"}]} 2019-01-20 13:17:26,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net used request id req-b0baf53a-60b3-46c4-bb31-44cccd9a92f7 2019-01-20 13:17:26,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:26,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-267ce70c-7ab5-4f0c-b5e7-7e6a35b17ec9 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a"}, "enabled": true, "id": "8613390b3ec54190b92fb69e1c8dea6a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj"}} 2019-01-20 13:17:26,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a used request id req-267ce70c-7ab5-4f0c-b5e7-7e6a35b17ec9 2019-01-20 13:17:26,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:27,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bec69f75-744f-4db3-98b1-bd24eb9a91d3 Date: Sun, 20 Jan 2019 13:17:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:58Z","dns_nameservers":[],"updated_at":"2019-01-20T13:16: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":"8613390b3ec54190b92fb69e1c8dea6a","id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","subnetpool_id":null,"name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-subnet"}]} 2019-01-20 13:17:27,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e used request id req-bec69f75-744f-4db3-98b1-bd24eb9a91d3 2019-01-20 13:17:27,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:27,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-ee5dbe1f-e650-4568-8a70-866fb6cf9d20 Date: Sun, 20 Jan 2019 13:17:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.4"}],"id":"72d55439-c72f-4757-9c7f-2380f603acc2","security_groups":[],"mac_address":"fa:16:3e:56:a9:26","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b1fb560-9692-4c2f-9d58-e8e58ef9745e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.3"}],"id":"9ea68a32-677e-413c-826e-e07ccd30f07c","security_groups":[],"mac_address":"fa:16:3e:21:d4:1e","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b1fb560-9692-4c2f-9d58-e8e58ef9745e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.2"}],"id":"c0699086-ec47-4886-b70b-6c003189686b","security_groups":[],"mac_address":"fa:16:3e:49:14:81","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:16:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b1fb560-9692-4c2f-9d58-e8e58ef9745e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:26Z","device_owner":"compute:nova","revision_number":9,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a01865e1-02e6-4ddc-832a-acffb2dd146c","ip_address":"10.55.0.7"}],"id":"cf9face4-5469-4bc0-88ec-002855321530","security_groups":["ab50d264-d90e-46b6-a05d-a276fd364e8a"],"mac_address":"fa:16:3e:2b:6c:8c","project_id":"8613390b3ec54190b92fb69e1c8dea6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-port","admin_state_up":true,"network_id":"0b1fb560-9692-4c2f-9d58-e8e58ef9745e","tenant_id":"8613390b3ec54190b92fb69e1c8dea6a","created_at":"2019-01-20T13:17:06Z","binding:vnic_type":"normal","device_id":"7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81"}]} 2019-01-20 13:17:27,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b1fb560-9692-4c2f-9d58-e8e58ef9745e used request id req-ee5dbe1f-e650-4568-8a70-866fb6cf9d20 2019-01-20 13:17:27,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1280cfd3f3946352a30c3841cd736dc2bfaef94e" 2019-01-20 13:17:27,829 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-ec7ceef3-ac6d-4673-ba95-b6f277c2d503 x-compute-request-id: req-ec7ceef3-ac6d-4673-ba95-b6f277c2d503 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:6c:8c", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "bookmark"}], "image": {"id": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "links": [{"href": "http://172.30.9.22:8774/images/9e628615-19c9-4fff-a56f-52c7d64b37cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:17:15.000000", "flavor": {"id": "3513ed7c-774c-43f1-928c-25880de64dc0", "links": [{"href": "http://172.30.9.22:8774/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "bookmark"}]}, "id": "7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "security_groups": [{"name": "default"}], "user_id": "e98172ebf9a94d4ea6f6c14d6cc2882b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:17:16Z", "hostId": "bfba0c4902bc81f3c6f51f7b3624af65a0a76ce278200603996491ae", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst", "created": "2019-01-20T13:17:09Z", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:17:27,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 used request id req-ec7ceef3-ac6d-4673-ba95-b6f277c2d503 2019-01-20 13:17:27,830 - create_instance - INFO - Deleting Port with ID - cf9face4-5469-4bc0-88ec-002855321530 2019-01-20 13:17:27,830 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-port 2019-01-20 13:17:27,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/cf9face4-5469-4bc0-88ec-002855321530 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:28,264 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-567e101e-f1d7-44a6-b0db-499c78b4ed4c Date: Sun, 20 Jan 2019 13:17:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:17:28,265 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/cf9face4-5469-4bc0-88ec-002855321530 used request id req-567e101e-f1d7-44a6-b0db-499c78b4ed4c 2019-01-20 13:17:28,265 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst 2019-01-20 13:17:28,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:28,453 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:17:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d09bfb33-5c91-48cc-aefd-43cfffa3c615 x-compute-request-id: req-d09bfb33-5c91-48cc-aefd-43cfffa3c615 Content-Type: application/json 2019-01-20 13:17:28,454 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 used request id req-d09bfb33-5c91-48cc-aefd-43cfffa3c615 2019-01-20 13:17:28,454 - create_instance - INFO - Checking deletion status 2019-01-20 13:17:28,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:28,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-260dec31-140b-4971-9b73-a22bea538720 x-compute-request-id: req-260dec31-140b-4971-9b73-a22bea538720 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.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "bookmark"}], "image": {"id": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "links": [{"href": "http://172.30.9.22:8774/images/9e628615-19c9-4fff-a56f-52c7d64b37cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:17:15.000000", "flavor": {"id": "3513ed7c-774c-43f1-928c-25880de64dc0", "links": [{"href": "http://172.30.9.22:8774/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "bookmark"}]}, "id": "7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "user_id": "e98172ebf9a94d4ea6f6c14d6cc2882b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:17:28Z", "hostId": "bfba0c4902bc81f3c6f51f7b3624af65a0a76ce278200603996491ae", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst", "created": "2019-01-20T13:17:09Z", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:17:28,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 used request id req-260dec31-140b-4971-9b73-a22bea538720 2019-01-20 13:17:28,654 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst] is - ACTIVE 2019-01-20 13:17:28,655 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:17:31,658 - create_instance - DEBUG - VM status query timeout in 296.796200991 2019-01-20 13:17:31,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:32,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15e394ee-f9f1-4199-bab8-b4854efc3d6b x-compute-request-id: req-15e394ee-f9f1-4199-bab8-b4854efc3d6b 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.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "bookmark"}], "image": {"id": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "links": [{"href": "http://172.30.9.22:8774/images/9e628615-19c9-4fff-a56f-52c7d64b37cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:17:15.000000", "flavor": {"id": "3513ed7c-774c-43f1-928c-25880de64dc0", "links": [{"href": "http://172.30.9.22:8774/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "bookmark"}]}, "id": "7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "user_id": "e98172ebf9a94d4ea6f6c14d6cc2882b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:17:28Z", "hostId": "bfba0c4902bc81f3c6f51f7b3624af65a0a76ce278200603996491ae", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst", "created": "2019-01-20T13:17:09Z", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:17:32,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 used request id req-15e394ee-f9f1-4199-bab8-b4854efc3d6b 2019-01-20 13:17:32,052 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst] is - ACTIVE 2019-01-20 13:17:32,053 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:17:35,056 - create_instance - DEBUG - VM status query timeout in 293.398303032 2019-01-20 13:17:35,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:35,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-807ab94b-fba2-4b2f-a63e-918c310cc958 x-compute-request-id: req-807ab94b-fba2-4b2f-a63e-918c310cc958 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.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "rel": "bookmark"}], "image": {"id": "9e628615-19c9-4fff-a56f-52c7d64b37cf", "links": [{"href": "http://172.30.9.22:8774/images/9e628615-19c9-4fff-a56f-52c7d64b37cf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:17:15.000000", "flavor": {"id": "3513ed7c-774c-43f1-928c-25880de64dc0", "links": [{"href": "http://172.30.9.22:8774/flavors/3513ed7c-774c-43f1-928c-25880de64dc0", "rel": "bookmark"}]}, "id": "7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81", "user_id": "e98172ebf9a94d4ea6f6c14d6cc2882b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:17:34Z", "hostId": "bfba0c4902bc81f3c6f51f7b3624af65a0a76ce278200603996491ae", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst", "created": "2019-01-20T13:17:09Z", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:17:35,469 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 used request id req-807ab94b-fba2-4b2f-a63e-918c310cc958 2019-01-20 13:17:35,470 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst] is - ACTIVE 2019-01-20 13:17:35,470 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:17:38,473 - create_instance - DEBUG - VM status query timeout in 289.981118202 2019-01-20 13:17:38,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2404a01e7ed012a162140dd05459ef813e92e5" 2019-01-20 13:17:38,529 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:17:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d28e53a2-52b6-4a8a-a39a-14c5dc9eac71 x-compute-request-id: req-d28e53a2-52b6-4a8a-a39a-14c5dc9eac71 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 could not be found.", "code": 404}} 2019-01-20 13:17:38,529 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 used request id req-d28e53a2-52b6-4a8a-a39a-14c5dc9eac71 2019-01-20 13:17:38,529 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 7e9e5614-1f3e-4f31-b7bd-0396fb5c1d81 could not be found. (HTTP 404) (Request-ID: req-d28e53a2-52b6-4a8a-a39a-14c5dc9eac71) 2019-01-20 13:17:38,530 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-inst 2019-01-20 13:17:38,531 - neutron_utils - INFO - Deleting security group rule with ID - c476aa74-d84c-4e39-ba09-593aa7d6e6bc 2019-01-20 13:17:38,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/c476aa74-d84c-4e39-ba09-593aa7d6e6bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2001cdd5833151486fd4ea8268a6a3b5f8e5d120" 2019-01-20 13:17:38,786 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-12b7eed0-2279-4321-ba72-d6b64ae594d8 Content-Length: 0 Date: Sun, 20 Jan 2019 13:17:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:17:38,786 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/c476aa74-d84c-4e39-ba09-593aa7d6e6bc used request id req-12b7eed0-2279-4321-ba72-d6b64ae594d8 2019-01-20 13:17:38,786 - neutron_utils - INFO - Deleting security group rule with ID - e3d13f34-c622-47f7-883b-576139793115 2019-01-20 13:17:38,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/e3d13f34-c622-47f7-883b-576139793115 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2001cdd5833151486fd4ea8268a6a3b5f8e5d120" 2019-01-20 13:17:39,064 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aa6452bd-2a1d-4a66-9fbf-fb1de9a86869 Content-Length: 0 Date: Sun, 20 Jan 2019 13:17:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:17:39,065 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/e3d13f34-c622-47f7-883b-576139793115 used request id req-aa6452bd-2a1d-4a66-9fbf-fb1de9a86869 2019-01-20 13:17:39,065 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-name 2019-01-20 13:17:39,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2001cdd5833151486fd4ea8268a6a3b5f8e5d120" 2019-01-20 13:17:39,369 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ffca9d9a-03e7-434a-8979-83bdd875dc67 Content-Length: 0 Date: Sun, 20 Jan 2019 13:17:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:17:39,370 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/7e3a8f8d-95db-4acc-88f4-53d2075ec3b7 used request id req-ffca9d9a-03e7-434a-8979-83bdd875dc67 2019-01-20 13:17:39,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/3513ed7c-774c-43f1-928c-25880de64dc0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49c254bbc00de65fcfdeadd3c93667c7922edf4e" 2019-01-20 13:17:39,417 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:17:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-29b34d93-fa7e-43aa-b595-3344cf0a256b x-compute-request-id: req-29b34d93-fa7e-43aa-b595-3344cf0a256b Content-Length: 0 Content-Type: application/json 2019-01-20 13:17:39,418 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/3513ed7c-774c-43f1-928c-25880de64dc0 used request id req-29b34d93-fa7e-43aa-b595-3344cf0a256b 2019-01-20 13:17:39,419 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-subnet 2019-01-20 13:17:39,419 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-subnet 2019-01-20 13:17:39,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/a01865e1-02e6-4ddc-832a-acffb2dd146c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}879f8cc6229c0b5ddef810835333061655e612e7" 2019-01-20 13:17:41,654 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b31d525e-9682-4f5d-8edb-940341c2e2bd Date: Sun, 20 Jan 2019 13:17:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:17:41,654 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/a01865e1-02e6-4ddc-832a-acffb2dd146c used request id req-b31d525e-9682-4f5d-8edb-940341c2e2bd 2019-01-20 13:17:41,655 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-pub-net 2019-01-20 13:17:41,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/0b1fb560-9692-4c2f-9d58-e8e58ef9745e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}879f8cc6229c0b5ddef810835333061655e612e7" 2019-01-20 13:17:42,717 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8e16f858-0662-4654-98bb-57b9f8fa4a54 Date: Sun, 20 Jan 2019 13:17:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:17:42,718 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/0b1fb560-9692-4c2f-9d58-e8e58ef9745e used request id req-8e16f858-0662-4654-98bb-57b9f8fa4a54 2019-01-20 13:17:42,718 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-15468291-30b8-4b96-bf48-fe639b64d446-image 2019-01-20 13:17:42,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/9e628615-19c9-4fff-a56f-52c7d64b37cf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e4183f275cb38ec263e1a672fd8b244c95c86373" 2019-01-20 13:17:44,207 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ae10bdcc-32f6-49f8-b702-c8c59af00e9e Date: Sun, 20 Jan 2019 13:17:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:17:44,207 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/9e628615-19c9-4fff-a56f-52c7d64b37cf used request id req-ae10bdcc-32f6-49f8-b702-c8c59af00e9e 2019-01-20 13:17:44,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b0dd22ddda9fce71a959bd707caf9693417db8" 2019-01-20 13:17:44,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-836b3994-a057-4e24-8d16-9b8a1132125e Date: Sun, 20 Jan 2019 13:17:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "created_at": "2019-01-20T13:16:57Z", "updated_at": "2019-01-20T13:16:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:16:57Z", "revision_number": 0, "id": "2476be61-9e88-48a1-aeca-3cef198aa8c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:16:57Z", "security_group_id": "ab50d264-d90e-46b6-a05d-a276fd364e8a", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "8613390b3ec54190b92fb69e1c8dea6a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:16:57Z", "revision_number": 0, "id": "365b42d3-5537-42f0-a0ab-8b81fa299043", "remote_group_id": "ab50d264-d90e-46b6-a05d-a276fd364e8a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:16:57Z", "security_group_id": "ab50d264-d90e-46b6-a05d-a276fd364e8a", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "8613390b3ec54190b92fb69e1c8dea6a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:16:57Z", "revision_number": 0, "id": "d142014e-b2e2-4e63-ae11-74c131b1480a", "remote_group_id": "ab50d264-d90e-46b6-a05d-a276fd364e8a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:16:57Z", "security_group_id": "ab50d264-d90e-46b6-a05d-a276fd364e8a", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "8613390b3ec54190b92fb69e1c8dea6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:16:57Z", "revision_number": 0, "id": "e69566b1-3baf-40f5-92ca-b17122e13faa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:16:57Z", "security_group_id": "ab50d264-d90e-46b6-a05d-a276fd364e8a", "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "8613390b3ec54190b92fb69e1c8dea6a"}], "revision_number": 4, "project_id": "8613390b3ec54190b92fb69e1c8dea6a", "id": "ab50d264-d90e-46b6-a05d-a276fd364e8a", "name": "default"}]} 2019-01-20 13:17:44,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-836b3994-a057-4e24-8d16-9b8a1132125e 2019-01-20 13:17:44,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b0dd22ddda9fce71a959bd707caf9693417db8" 2019-01-20 13:17:44,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b351d39a-adbe-4f7e-96ef-7bf58f034c4e 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:17:44,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-b351d39a-adbe-4f7e-96ef-7bf58f034c4e 2019-01-20 13:17:44,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b0dd22ddda9fce71a959bd707caf9693417db8" 2019-01-20 13:17:44,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc2d3f20-c577-4227-b862-921eee2560f0 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:17:44,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-fc2d3f20-c577-4227-b862-921eee2560f0 2019-01-20 13:17:44,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b0dd22ddda9fce71a959bd707caf9693417db8" 2019-01-20 13:17:44,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4ff8f75-6ec1-43b9-8823-2f5f4d84befd Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:17:44,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-c4ff8f75-6ec1-43b9-8823-2f5f4d84befd 2019-01-20 13:17:44,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b0dd22ddda9fce71a959bd707caf9693417db8" 2019-01-20 13:17:44,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-847867c7-1efe-434c-8bd0-80b72d4dae2f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a"}, "enabled": true, "id": "8613390b3ec54190b92fb69e1c8dea6a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj"}} 2019-01-20 13:17:44,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a used request id req-847867c7-1efe-434c-8bd0-80b72d4dae2f 2019-01-20 13:17:44,788 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ab50d264-d90e-46b6-a05d-a276fd364e8a 2019-01-20 13:17:44,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=ab50d264-d90e-46b6-a05d-a276fd364e8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b0dd22ddda9fce71a959bd707caf9693417db8" 2019-01-20 13:17:44,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4ff487fc-df9e-465f-b9b9-d0f24650878b Date: Sun, 20 Jan 2019 13:17: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": "2019-01-20T13:16:57Z", "security_group_id": "ab50d264-d90e-46b6-a05d-a276fd364e8a", "port_range_min": null, "revision_number": 0, "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "created_at": "2019-01-20T13:16:57Z", "project_id": "8613390b3ec54190b92fb69e1c8dea6a", "id": "2476be61-9e88-48a1-aeca-3cef198aa8c2"}, {"remote_group_id": "ab50d264-d90e-46b6-a05d-a276fd364e8a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:16:57Z", "security_group_id": "ab50d264-d90e-46b6-a05d-a276fd364e8a", "port_range_min": null, "revision_number": 0, "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "created_at": "2019-01-20T13:16:57Z", "project_id": "8613390b3ec54190b92fb69e1c8dea6a", "id": "365b42d3-5537-42f0-a0ab-8b81fa299043"}, {"remote_group_id": "ab50d264-d90e-46b6-a05d-a276fd364e8a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:16:57Z", "security_group_id": "ab50d264-d90e-46b6-a05d-a276fd364e8a", "port_range_min": null, "revision_number": 0, "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "created_at": "2019-01-20T13:16:57Z", "project_id": "8613390b3ec54190b92fb69e1c8dea6a", "id": "d142014e-b2e2-4e63-ae11-74c131b1480a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:16:57Z", "security_group_id": "ab50d264-d90e-46b6-a05d-a276fd364e8a", "port_range_min": null, "revision_number": 0, "tenant_id": "8613390b3ec54190b92fb69e1c8dea6a", "created_at": "2019-01-20T13:16:57Z", "project_id": "8613390b3ec54190b92fb69e1c8dea6a", "id": "e69566b1-3baf-40f5-92ca-b17122e13faa"}]} 2019-01-20 13:17:44,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=ab50d264-d90e-46b6-a05d-a276fd364e8a used request id req-4ff487fc-df9e-465f-b9b9-d0f24650878b 2019-01-20 13:17:44,978 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:17:44,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/ab50d264-d90e-46b6-a05d-a276fd364e8a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b0dd22ddda9fce71a959bd707caf9693417db8" 2019-01-20 13:17:45,283 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-32f2ee3f-9e84-4ae3-9bed-83bfb3dd0df8 Content-Length: 0 Date: Sun, 20 Jan 2019 13:17:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:17:45,283 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/ab50d264-d90e-46b6-a05d-a276fd364e8a used request id req-32f2ee3f-9e84-4ae3-9bed-83bfb3dd0df8 2019-01-20 13:17:45,284 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj 2019-01-20 13:17:45,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b0dd22ddda9fce71a959bd707caf9693417db8" 2019-01-20 13:17:45,503 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:17:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66f7aeba-7c9f-498c-9ca3-49b43bd2f2df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:17:45,503 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/8613390b3ec54190b92fb69e1c8dea6a used request id req-66f7aeba-7c9f-498c-9ca3-49b43bd2f2df 2019-01-20 13:17:45,503 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-0b277fc9-d698-4a3-proj-role 2019-01-20 13:17:45,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/bd3940929d684684bd1a954ee12f8324 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b0dd22ddda9fce71a959bd707caf9693417db8" 2019-01-20 13:17:45,602 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:17:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e29a600b-bf74-4e8d-912f-185310b8136a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:17:45,602 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/bd3940929d684684bd1a954ee12f8324 used request id req-e29a600b-bf74-4e8d-912f-185310b8136a 2019-01-20 13:17:45,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7b0dd22ddda9fce71a959bd707caf9693417db8" 2019-01-20 13:17:45,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f84dab22-2e1d-4c85-a01d-002f1328f7e9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:17:45,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f84dab22-2e1d-4c85-a01d-002f1328f7e9 2019-01-20 13:17:45,697 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-0b277fc9-d698-4a3-user 2019-01-20 13:17:45,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/e98172ebf9a94d4ea6f6c14d6cc2882b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc016de38c831b0c071f8ae9b5467751ffde44b4" 2019-01-20 13:17:45,881 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:17:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3eccc1ad-4b77-4902-8f95-6802ac5977a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:17:45,882 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/e98172ebf9a94d4ea6f6c14d6cc2882b used request id req-3eccc1ad-4b77-4902-8f95-6802ac5977a9 2019-01-20 13:17:45,884 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:17:46,260 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:17:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["mzudW9SORournEeXxparxw"], "issued_at": "2019-01-20T13:17:46.000000Z"}} 2019-01-20 13:17:46,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4670662dc74209573c24f386a9a39a78cef3d287" 2019-01-20 13:17:46,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1deead0-1af7-4cad-b2b8-d5bc184111fa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:17:46,349 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b1deead0-1af7-4cad-b2b8-d5bc184111fa 2019-01-20 13:17:46,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:17:46,352 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:17:46,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:17:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["6WMBnTVTQGydNp339n4CGw"], "issued_at": "2019-01-20T13:17:46.000000Z"}} 2019-01-20 13:17:46,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2cbf096bd3ba1aed81983f79f86c5d16e08d2e" 2019-01-20 13:17:46,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07e1cd4d-031f-4259-99de-752cdd2c5ff6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:17:46,819 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-07e1cd4d-031f-4259-99de-752cdd2c5ff6 2019-01-20 13:17:46,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:17:46,829 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:17: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:17:46,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-55b2c82b-c895-46b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2cbf096bd3ba1aed81983f79f86c5d16e08d2e" 2019-01-20 13:17:46,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40a1686a-e9e6-4d42-896a-1c928eda73f7 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-55b2c82b-c895-46b-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:17:46,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-55b2c82b-c895-46b-proj used request id req-40a1686a-e9e6-4d42-896a-1c928eda73f7 2019-01-20 13:17:46,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2cbf096bd3ba1aed81983f79f86c5d16e08d2e" 2019-01-20 13:17:47,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b50515f-5d7a-4ca8-838a-a275c9363310 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:17:47,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-6b50515f-5d7a-4ca8-838a-a275c9363310 2019-01-20 13:17:47,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2cbf096bd3ba1aed81983f79f86c5d16e08d2e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj"}}' 2019-01-20 13:17:47,158 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:17:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a47b5e8e-feab-485e-8505-79a81ee76ed5 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626"}, "enabled": true, "id": "75d1ac5f92af4373bab40884406ed626", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj"}} 2019-01-20 13:17:47,159 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-a47b5e8e-feab-485e-8505-79a81ee76ed5 2019-01-20 13:17:47,159 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-55b2c82b-c895-46b-proj 2019-01-20 13:17:47,159 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:17:47,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:17:47,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:17:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["vXNwypcDQ7GmRpsLxvgn3g"], "issued_at": "2019-01-20T13:17:47.000000Z"}} 2019-01-20 13:17:47,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173a1525544780ed9ffb6b855124817c4120bb69" 2019-01-20 13:17:47,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a69a8332-55fe-4bfe-bf5e-7ff2a0fa3c76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:17:47,634 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a69a8332-55fe-4bfe-bf5e-7ff2a0fa3c76 2019-01-20 13:17:47,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:17:47,644 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:17:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:17:47,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173a1525544780ed9ffb6b855124817c4120bb69" 2019-01-20 13:17:47,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26157aa3-9309-4cea-9829-4779ce05c772 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:17:47,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-26157aa3-9309-4cea-9829-4779ce05c772 2019-01-20 13:17:47,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=InstanceSecurityGroupTests-55b2c82b-c895-46b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173a1525544780ed9ffb6b855124817c4120bb69" 2019-01-20 13:17:47,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2717b0d-9880-4166-8246-e887afe60328 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=InstanceSecurityGroupTests-55b2c82b-c895-46b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626"}, "enabled": true, "id": "75d1ac5f92af4373bab40884406ed626", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj"}]} 2019-01-20 13:17:47,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=InstanceSecurityGroupTests-55b2c82b-c895-46b-proj used request id req-e2717b0d-9880-4166-8246-e887afe60328 2019-01-20 13:17:47,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173a1525544780ed9ffb6b855124817c4120bb69" 2019-01-20 13:17:47,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0fd142a-48fd-482d-919b-6ab7463cca3d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:17:47,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-f0fd142a-48fd-482d-919b-6ab7463cca3d 2019-01-20 13:17:48,309 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-55b2c82b-c895-46b-user 2019-01-20 13:17:48,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:17:48,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2cbf096bd3ba1aed81983f79f86c5d16e08d2e" 2019-01-20 13:17:48,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70679d4d-6887-435a-9234-abbbc978daa6 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:17:48,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-70679d4d-6887-435a-9234-abbbc978daa6 2019-01-20 13:17:48,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2cbf096bd3ba1aed81983f79f86c5d16e08d2e" -d '{"role": {"name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj-role"}}' 2019-01-20 13:17:48,513 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:17:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c99c764f-9961-4080-a628-aa9ca389bce0 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "dfefb82b7cd24e448b93bc3d5758d869", "links": {"self": "http://172.30.9.22:5000/v3/roles/dfefb82b7cd24e448b93bc3d5758d869"}, "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj-role"}} 2019-01-20 13:17:48,513 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-c99c764f-9961-4080-a628-aa9ca389bce0 2019-01-20 13:17:48,513 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-55b2c82b-c895-46b-proj-role 2019-01-20 13:17:48,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/dfefb82b7cd24e448b93bc3d5758d869 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2cbf096bd3ba1aed81983f79f86c5d16e08d2e" 2019-01-20 13:17:48,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4707443-9507-41ae-8fb5-42fce3846515 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/dfefb82b7cd24e448b93bc3d5758d869"}, "domain_id": null, "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj-role", "id": "dfefb82b7cd24e448b93bc3d5758d869"}} 2019-01-20 13:17:48,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/dfefb82b7cd24e448b93bc3d5758d869 used request id req-a4707443-9507-41ae-8fb5-42fce3846515 2019-01-20 13:17:48,606 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-55b2c82b-c895-46b-proj-role to project InstanceSecurityGroupTests-55b2c82b-c895-46b-proj 2019-01-20 13:17:48,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626/users/0ba8290329394348a1f613ce7f3949ba/roles/dfefb82b7cd24e448b93bc3d5758d869 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2cbf096bd3ba1aed81983f79f86c5d16e08d2e" 2019-01-20 13:17:48,730 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:17:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-543815af-c523-4171-b229-65c105c7f9b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:17:48,730 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626/users/0ba8290329394348a1f613ce7f3949ba/roles/dfefb82b7cd24e448b93bc3d5758d869 used request id req-543815af-c523-4171-b229-65c105c7f9b3 2019-01-20 13:17:48,731 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:17:48,732 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:17:48,733 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:17:48,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:17:49,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dfefb82b7cd24e448b93bc3d5758d869", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj-role"}], "expires_at": "2019-01-20T14:17:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75d1ac5f92af4373bab40884406ed626", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-user", "id": "0ba8290329394348a1f613ce7f3949ba"}, "audit_ids": ["U_LSHhC-TuOmqL5X0rOdHQ"], "issued_at": "2019-01-20T13:17:49.000000Z"}} 2019-01-20 13:17:49,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a98c8d8bcd7bd315204cb73bfb6dec67e6af5c6" 2019-01-20 13:17:49,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d189de6a-ff63-4dee-b047-0861db3dcaa5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:17:49,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d189de6a-ff63-4dee-b047-0861db3dcaa5 2019-01-20 13:17:49,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5a98c8d8bcd7bd315204cb73bfb6dec67e6af5c6" 2019-01-20 13:17:49,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-255269f0-693d-4c08-8664-e521812b6dd2 Date: Sun, 20 Jan 2019 13:17:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-image"} 2019-01-20 13:17:49,373 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-image used request id req-255269f0-693d-4c08-8664-e521812b6dd2 2019-01-20 13:17:49,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5a98c8d8bcd7bd315204cb73bfb6dec67e6af5c6" 2019-01-20 13:17:49,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-646b6db7-b01d-4811-94f7-4f549eb2fd5f Date: Sun, 20 Jan 2019 13:17: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"}}} 2019-01-20 13:17:49,537 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-646b6db7-b01d-4811-94f7-4f549eb2fd5f 2019-01-20 13:17:49,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5a98c8d8bcd7bd315204cb73bfb6dec67e6af5c6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-image"}' 2019-01-20 13:17:49,767 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba X-Openstack-Request-Id: req-cfaf6b7e-0f80-4833-94de-544dac56cdc3 Date: Sun, 20 Jan 2019 13:17:49 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:17:49Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:17:49Z", "visibility": "shared", "locations": [], "self": "/v2/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba", "min_disk": 0, "protected": false, "id": "ef248f7c-9944-4c67-87a8-de45ff6b73ba", "file": "/v2/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba/file", "checksum": null, "owner": "75d1ac5f92af4373bab40884406ed626", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:17:49,767 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-cfaf6b7e-0f80-4833-94de-544dac56cdc3 2019-01-20 13:17:49,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5a98c8d8bcd7bd315204cb73bfb6dec67e6af5c6" -d '' 2019-01-20 13:17:50,688 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e4ab6d99-4c26-4a20-a4eb-b9fa55154b50 Date: Sun, 20 Jan 2019 13:17:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:17:50,688 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba/file used request id req-e4ab6d99-4c26-4a20-a4eb-b9fa55154b50 2019-01-20 13:17:50,689 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:17:50,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5a98c8d8bcd7bd315204cb73bfb6dec67e6af5c6" 2019-01-20 13:17:50,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-731f4a5d-a806-419e-8f2a-a93c543f451f Date: Sun, 20 Jan 2019 13:17:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:17:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:17:50Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba/snap", "metadata": {}}], "self": "/v2/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba", "min_disk": 0, "protected": false, "id": "ef248f7c-9944-4c67-87a8-de45ff6b73ba", "file": "/v2/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "75d1ac5f92af4373bab40884406ed626", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:17:50,847 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba used request id req-731f4a5d-a806-419e-8f2a-a93c543f451f 2019-01-20 13:17:50,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5a98c8d8bcd7bd315204cb73bfb6dec67e6af5c6" 2019-01-20 13:17:50,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-05e7d4d4-6302-485f-b03e-d564397875a8 Date: Sun, 20 Jan 2019 13:17: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"}}} 2019-01-20 13:17:50,999 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-05e7d4d4-6302-485f-b03e-d564397875a8 2019-01-20 13:17:51,002 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-image 2019-01-20 13:17:51,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5a98c8d8bcd7bd315204cb73bfb6dec67e6af5c6" 2019-01-20 13:17:51,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-3c2619cc-b5dd-46a1-8d88-1963a13567bd Date: Sun, 20 Jan 2019 13:17:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:17:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:17:50Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba/snap", "metadata": {}}], "self": "/v2/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba", "min_disk": 0, "protected": false, "id": "ef248f7c-9944-4c67-87a8-de45ff6b73ba", "file": "/v2/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "75d1ac5f92af4373bab40884406ed626", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:17:51,172 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba used request id req-3c2619cc-b5dd-46a1-8d88-1963a13567bd 2019-01-20 13:17:51,173 - create_image - DEBUG - Instance status is - active 2019-01-20 13:17:51,173 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-image 2019-01-20 13:17:51,173 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-image 2019-01-20 13:17:51,173 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:17:51,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:17:51,544 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dfefb82b7cd24e448b93bc3d5758d869", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj-role"}], "expires_at": "2019-01-20T14:17:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75d1ac5f92af4373bab40884406ed626", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-user", "id": "0ba8290329394348a1f613ce7f3949ba"}, "audit_ids": ["Lak6JoLVTg6nTbokchUQBA"], "issued_at": "2019-01-20T13:17:51.000000Z"}} 2019-01-20 13:17:51,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2afbf81d58db103660d80231865d1afce086115f" 2019-01-20 13:17:51,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-217734c0-b74b-496f-b79e-b453cdc06f86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:17:51,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-217734c0-b74b-496f-b79e-b453cdc06f86 2019-01-20 13:17:51,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2afbf81d58db103660d80231865d1afce086115f" 2019-01-20 13:17:51,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8d07e868-99ba-4333-b14c-ad5dd43d85f0 Date: Sun, 20 Jan 2019 13:17:51 GMT RESP BODY: {"networks":[]} 2019-01-20 13:17:51,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net used request id req-8d07e868-99ba-4333-b14c-ad5dd43d85f0 2019-01-20 13:17:51,791 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net 2019-01-20 13:17:51,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2afbf81d58db103660d80231865d1afce086115f" -d '{"network": {"name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net", "admin_state_up": true}}' 2019-01-20 13:17:52,701 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-f2d30e6c-be0c-4be9-a1a0-7c68dcb3677c Date: Sun, 20 Jan 2019 13:17:52 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:17:52Z","is_default":false,"name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:52Z","mtu":1450}} 2019-01-20 13:17:52,702 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-f2d30e6c-be0c-4be9-a1a0-7c68dcb3677c 2019-01-20 13:17:52,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2afbf81d58db103660d80231865d1afce086115f" 2019-01-20 13:17:52,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-2bb30625-2c95-454b-8d8e-28e93fc0c14a Date: Sun, 20 Jan 2019 13:17:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T13:17:52Z","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"75d1ac5f92af4373bab40884406ed626","id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net"}]} 2019-01-20 13:17:52,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 used request id req-2bb30625-2c95-454b-8d8e-28e93fc0c14a 2019-01-20 13:17:52,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2afbf81d58db103660d80231865d1afce086115f" 2019-01-20 13:17:53,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fed39be4-bedd-4d71-ae98-a50b4c7397ae Date: Sun, 20 Jan 2019 13:17:53 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:17:53,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 used request id req-fed39be4-bedd-4d71-ae98-a50b4c7397ae 2019-01-20 13:17:53,115 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-subnet 2019-01-20 13:17:53,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2afbf81d58db103660d80231865d1afce086115f" -d '{"subnets": [{"ip_version": 4, "network_id": "dab0a90e-ca9f-4d7f-b794-e3c2c6df9772", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-subnet"}]}' 2019-01-20 13:17:53,989 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8ec6809a-90b8-4f16-ba16-f82b36f085df Date: Sun, 20 Jan 2019 13:17:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:53Z","dns_nameservers":[],"updated_at":"2019-01-20T13:17:53Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"75d1ac5f92af4373bab40884406ed626","id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-subnet"}]} 2019-01-20 13:17:53,989 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-8ec6809a-90b8-4f16-ba16-f82b36f085df 2019-01-20 13:17:53,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2afbf81d58db103660d80231865d1afce086115f" 2019-01-20 13:17:54,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-49615de3-41b3-4156-91be-efd7a01f74bb Date: Sun, 20 Jan 2019 13:17: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":["4fc8b0bb-48f3-47e3-b628-51fd520f9d33"],"updated_at":"2019-01-20T13:17:53Z","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75d1ac5f92af4373bab40884406ed626","id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net"}]} 2019-01-20 13:17:54,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 used request id req-49615de3-41b3-4156-91be-efd7a01f74bb 2019-01-20 13:17:54,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2afbf81d58db103660d80231865d1afce086115f" 2019-01-20 13:17:54,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-afc0e246-17b7-4015-ad21-38269c9cc81b Date: Sun, 20 Jan 2019 13:17:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:53Z","dns_nameservers":[],"updated_at":"2019-01-20T13:17:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75d1ac5f92af4373bab40884406ed626","id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-subnet"}]} 2019-01-20 13:17:54,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 used request id req-afc0e246-17b7-4015-ad21-38269c9cc81b 2019-01-20 13:17:54,448 - OpenStackNetwork - DEBUG - Network [dab0a90e-ca9f-4d7f-b794-e3c2c6df9772] created successfully 2019-01-20 13:17:54,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:17:54,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:17:54,834 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:17:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["K77m8iHFSladIoV-gR4fsA"], "issued_at": "2019-01-20T13:17:54.000000Z"}} 2019-01-20 13:17:54,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2654e62df9c70d1160c6b55f85928da44a9cdba" 2019-01-20 13:17:54,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f79d475b-5953-4f8b-b222-c9862c85fe86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:17:54,936 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f79d475b-5953-4f8b-b222-c9862c85fe86 2019-01-20 13:17:54,938 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:17:54,943 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2654e62df9c70d1160c6b55f85928da44a9cdba" 2019-01-20 13:17:55,120 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-eac8f811-4a5a-4d40-82c2-87798f578953 x-compute-request-id: req-eac8f811-4a5a-4d40-82c2-87798f578953 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:17:55,120 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-eac8f811-4a5a-4d40-82c2-87798f578953 2019-01-20 13:17:55,124 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2654e62df9c70d1160c6b55f85928da44a9cdba" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:17:55,189 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce91f220-9559-4c5e-9e21-cf1cc7cc2267 x-compute-request-id: req-ce91f220-9559-4c5e-9e21-cf1cc7cc2267 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:17:55,189 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-ce91f220-9559-4c5e-9e21-cf1cc7cc2267 2019-01-20 13:17:55,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:17:55,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:17:55,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dfefb82b7cd24e448b93bc3d5758d869", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj-role"}], "expires_at": "2019-01-20T14:17:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75d1ac5f92af4373bab40884406ed626", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-user", "id": "0ba8290329394348a1f613ce7f3949ba"}, "audit_ids": ["pZsj5qHtS5qKNYKLSydc4g"], "issued_at": "2019-01-20T13:17:55.000000Z"}} 2019-01-20 13:17:55,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1a2b5cd4c6f3dfa119e936420de15c2fe19c5" 2019-01-20 13:17:55,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b708cf6-db06-4da9-b0f3-08145f77ecfd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:17:55,652 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2b708cf6-db06-4da9-b0f3-08145f77ecfd 2019-01-20 13:17:55,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1a2b5cd4c6f3dfa119e936420de15c2fe19c5" 2019-01-20 13:17:55,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e6cfedcb-f765-401c-b163-590e600f46bd Date: Sun, 20 Jan 2019 13:17:55 GMT RESP BODY: {"security_groups": []} 2019-01-20 13:17:55,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-name&description=hello+group used request id req-e6cfedcb-f765-401c-b163-590e600f46bd 2019-01-20 13:17:55,834 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-name... 2019-01-20 13:17:55,835 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-name 2019-01-20 13:17:55,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1a2b5cd4c6f3dfa119e936420de15c2fe19c5" -d '{"security_group": {"name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-name", "description": "hello group"}}' 2019-01-20 13:17:56,196 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c689e7c6-df4b-4704-b0c6-ff052958e9c7 Date: Sun, 20 Jan 2019 13:17:56 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "75d1ac5f92af4373bab40884406ed626", "created_at": "2019-01-20T13:17:56Z", "updated_at": "2019-01-20T13:17:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:17:56Z", "revision_number": 0, "id": "a2b09172-3812-4204-8387-f3bcdf34ba54", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:17:56Z", "security_group_id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "port_range_min": null, "ethertype": "IPv6", "project_id": "75d1ac5f92af4373bab40884406ed626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:17:56Z", "revision_number": 0, "id": "ec07cabc-c498-46a1-a387-ba5a576f830b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:17:56Z", "security_group_id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "port_range_min": null, "ethertype": "IPv4", "project_id": "75d1ac5f92af4373bab40884406ed626"}], "revision_number": 2, "project_id": "75d1ac5f92af4373bab40884406ed626", "id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-name"}} 2019-01-20 13:17:56,196 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-c689e7c6-df4b-4704-b0c6-ff052958e9c7 2019-01-20 13:17:56,196 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53fc39ed-5359-4a94-85d4-f0e5b4b8e753 2019-01-20 13:17:56,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=53fc39ed-5359-4a94-85d4-f0e5b4b8e753 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1a2b5cd4c6f3dfa119e936420de15c2fe19c5" 2019-01-20 13:17:56,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fce956be-5777-4c89-ae84-c129004ba034 Date: Sun, 20 Jan 2019 13:17: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": "2019-01-20T13:17:56Z", "security_group_id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "port_range_min": null, "revision_number": 0, "tenant_id": "75d1ac5f92af4373bab40884406ed626", "created_at": "2019-01-20T13:17:56Z", "project_id": "75d1ac5f92af4373bab40884406ed626", "id": "a2b09172-3812-4204-8387-f3bcdf34ba54"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:17:56Z", "security_group_id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "port_range_min": null, "revision_number": 0, "tenant_id": "75d1ac5f92af4373bab40884406ed626", "created_at": "2019-01-20T13:17:56Z", "project_id": "75d1ac5f92af4373bab40884406ed626", "id": "ec07cabc-c498-46a1-a387-ba5a576f830b"}]} 2019-01-20 13:17:56,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=53fc39ed-5359-4a94-85d4-f0e5b4b8e753 used request id req-fce956be-5777-4c89-ae84-c129004ba034 2019-01-20 13:17:56,373 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53fc39ed-5359-4a94-85d4-f0e5b4b8e753 2019-01-20 13:17:56,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=53fc39ed-5359-4a94-85d4-f0e5b4b8e753 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1a2b5cd4c6f3dfa119e936420de15c2fe19c5" 2019-01-20 13:17:56,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8cc483f1-6de0-4ea2-a0d6-faef9bb17f87 Date: Sun, 20 Jan 2019 13:17: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": "2019-01-20T13:17:56Z", "security_group_id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "port_range_min": null, "revision_number": 0, "tenant_id": "75d1ac5f92af4373bab40884406ed626", "created_at": "2019-01-20T13:17:56Z", "project_id": "75d1ac5f92af4373bab40884406ed626", "id": "a2b09172-3812-4204-8387-f3bcdf34ba54"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:17:56Z", "security_group_id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "port_range_min": null, "revision_number": 0, "tenant_id": "75d1ac5f92af4373bab40884406ed626", "created_at": "2019-01-20T13:17:56Z", "project_id": "75d1ac5f92af4373bab40884406ed626", "id": "ec07cabc-c498-46a1-a387-ba5a576f830b"}]} 2019-01-20 13:17:56,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=53fc39ed-5359-4a94-85d4-f0e5b4b8e753 used request id req-8cc483f1-6de0-4ea2-a0d6-faef9bb17f87 2019-01-20 13:17:56,403 - neutron_utils - INFO - Retrieving security group with ID - 53fc39ed-5359-4a94-85d4-f0e5b4b8e753 2019-01-20 13:17:56,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=53fc39ed-5359-4a94-85d4-f0e5b4b8e753 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1a2b5cd4c6f3dfa119e936420de15c2fe19c5" 2019-01-20 13:17:56,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-0fa934c7-a210-4405-9df2-27253f9a6b33 Date: Sun, 20 Jan 2019 13:17:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "75d1ac5f92af4373bab40884406ed626", "created_at": "2019-01-20T13:17:56Z", "updated_at": "2019-01-20T13:17:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:17:56Z", "revision_number": 0, "id": "a2b09172-3812-4204-8387-f3bcdf34ba54", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:17:56Z", "security_group_id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "port_range_min": null, "ethertype": "IPv6", "project_id": "75d1ac5f92af4373bab40884406ed626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:17:56Z", "revision_number": 0, "id": "ec07cabc-c498-46a1-a387-ba5a576f830b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:17:56Z", "security_group_id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "port_range_min": null, "ethertype": "IPv4", "project_id": "75d1ac5f92af4373bab40884406ed626"}], "revision_number": 2, "project_id": "75d1ac5f92af4373bab40884406ed626", "id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-name"}]} 2019-01-20 13:17:56,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=53fc39ed-5359-4a94-85d4-f0e5b4b8e753 used request id req-0fa934c7-a210-4405-9df2-27253f9a6b33 2019-01-20 13:17:56,603 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53fc39ed-5359-4a94-85d4-f0e5b4b8e753 2019-01-20 13:17:56,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=53fc39ed-5359-4a94-85d4-f0e5b4b8e753 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1a2b5cd4c6f3dfa119e936420de15c2fe19c5" 2019-01-20 13:17:56,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5df6920c-56ac-4af5-83c1-f0cbe78fcb0c Date: Sun, 20 Jan 2019 13:17: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": "2019-01-20T13:17:56Z", "security_group_id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "port_range_min": null, "revision_number": 0, "tenant_id": "75d1ac5f92af4373bab40884406ed626", "created_at": "2019-01-20T13:17:56Z", "project_id": "75d1ac5f92af4373bab40884406ed626", "id": "a2b09172-3812-4204-8387-f3bcdf34ba54"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:17:56Z", "security_group_id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "port_range_min": null, "revision_number": 0, "tenant_id": "75d1ac5f92af4373bab40884406ed626", "created_at": "2019-01-20T13:17:56Z", "project_id": "75d1ac5f92af4373bab40884406ed626", "id": "ec07cabc-c498-46a1-a387-ba5a576f830b"}]} 2019-01-20 13:17:56,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=53fc39ed-5359-4a94-85d4-f0e5b4b8e753 used request id req-5df6920c-56ac-4af5-83c1-f0cbe78fcb0c 2019-01-20 13:17:56,776 - neutron_utils - INFO - Retrieving security group with ID - 53fc39ed-5359-4a94-85d4-f0e5b4b8e753 2019-01-20 13:17:56,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=53fc39ed-5359-4a94-85d4-f0e5b4b8e753 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1a2b5cd4c6f3dfa119e936420de15c2fe19c5" 2019-01-20 13:17:56,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-b89a15f1-4757-403f-9936-a429d19a6e19 Date: Sun, 20 Jan 2019 13:17:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "75d1ac5f92af4373bab40884406ed626", "created_at": "2019-01-20T13:17:56Z", "updated_at": "2019-01-20T13:17:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:17:56Z", "revision_number": 0, "id": "a2b09172-3812-4204-8387-f3bcdf34ba54", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:17:56Z", "security_group_id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "port_range_min": null, "ethertype": "IPv6", "project_id": "75d1ac5f92af4373bab40884406ed626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:17:56Z", "revision_number": 0, "id": "ec07cabc-c498-46a1-a387-ba5a576f830b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:17:56Z", "security_group_id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "port_range_min": null, "ethertype": "IPv4", "project_id": "75d1ac5f92af4373bab40884406ed626"}], "revision_number": 2, "project_id": "75d1ac5f92af4373bab40884406ed626", "id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-name"}]} 2019-01-20 13:17:56,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=53fc39ed-5359-4a94-85d4-f0e5b4b8e753 used request id req-b89a15f1-4757-403f-9936-a429d19a6e19 2019-01-20 13:17:56,979 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53fc39ed-5359-4a94-85d4-f0e5b4b8e753 2019-01-20 13:17:56,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=53fc39ed-5359-4a94-85d4-f0e5b4b8e753 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1a2b5cd4c6f3dfa119e936420de15c2fe19c5" 2019-01-20 13:17:57,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d0012192-3c75-4caf-9d18-6d7183eaa8d1 Date: Sun, 20 Jan 2019 13:17:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:17:56Z", "security_group_id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "port_range_min": null, "revision_number": 0, "tenant_id": "75d1ac5f92af4373bab40884406ed626", "created_at": "2019-01-20T13:17:56Z", "project_id": "75d1ac5f92af4373bab40884406ed626", "id": "a2b09172-3812-4204-8387-f3bcdf34ba54"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:17:56Z", "security_group_id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "port_range_min": null, "revision_number": 0, "tenant_id": "75d1ac5f92af4373bab40884406ed626", "created_at": "2019-01-20T13:17:56Z", "project_id": "75d1ac5f92af4373bab40884406ed626", "id": "ec07cabc-c498-46a1-a387-ba5a576f830b"}]} 2019-01-20 13:17:57,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=53fc39ed-5359-4a94-85d4-f0e5b4b8e753 used request id req-d0012192-3c75-4caf-9d18-6d7183eaa8d1 2019-01-20 13:17:57,154 - neutron_utils - INFO - Retrieving security group with ID - 53fc39ed-5359-4a94-85d4-f0e5b4b8e753 2019-01-20 13:17:57,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=53fc39ed-5359-4a94-85d4-f0e5b4b8e753 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1a2b5cd4c6f3dfa119e936420de15c2fe19c5" 2019-01-20 13:17:57,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-deb8513d-8f08-4580-8529-ae8ed242ff3a Date: Sun, 20 Jan 2019 13:17:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "75d1ac5f92af4373bab40884406ed626", "created_at": "2019-01-20T13:17:56Z", "updated_at": "2019-01-20T13:17:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:17:56Z", "revision_number": 0, "id": "a2b09172-3812-4204-8387-f3bcdf34ba54", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:17:56Z", "security_group_id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "port_range_min": null, "ethertype": "IPv6", "project_id": "75d1ac5f92af4373bab40884406ed626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:17:56Z", "revision_number": 0, "id": "ec07cabc-c498-46a1-a387-ba5a576f830b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:17:56Z", "security_group_id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "port_range_min": null, "ethertype": "IPv4", "project_id": "75d1ac5f92af4373bab40884406ed626"}], "revision_number": 2, "project_id": "75d1ac5f92af4373bab40884406ed626", "id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-name"}]} 2019-01-20 13:17:57,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=53fc39ed-5359-4a94-85d4-f0e5b4b8e753 used request id req-deb8513d-8f08-4580-8529-ae8ed242ff3a 2019-01-20 13:17:57,356 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53fc39ed-5359-4a94-85d4-f0e5b4b8e753 2019-01-20 13:17:57,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=53fc39ed-5359-4a94-85d4-f0e5b4b8e753 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1a2b5cd4c6f3dfa119e936420de15c2fe19c5" 2019-01-20 13:17:57,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-98fc201c-9095-4770-8457-7ee845899ae4 Date: Sun, 20 Jan 2019 13:17:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:17:56Z", "security_group_id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "port_range_min": null, "revision_number": 0, "tenant_id": "75d1ac5f92af4373bab40884406ed626", "created_at": "2019-01-20T13:17:56Z", "project_id": "75d1ac5f92af4373bab40884406ed626", "id": "a2b09172-3812-4204-8387-f3bcdf34ba54"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:17:56Z", "security_group_id": "53fc39ed-5359-4a94-85d4-f0e5b4b8e753", "port_range_min": null, "revision_number": 0, "tenant_id": "75d1ac5f92af4373bab40884406ed626", "created_at": "2019-01-20T13:17:56Z", "project_id": "75d1ac5f92af4373bab40884406ed626", "id": "ec07cabc-c498-46a1-a387-ba5a576f830b"}]} 2019-01-20 13:17:57,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=53fc39ed-5359-4a94-85d4-f0e5b4b8e753 used request id req-98fc201c-9095-4770-8457-7ee845899ae4 2019-01-20 13:17:57,554 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:17:57,555 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:17:57,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dfefb82b7cd24e448b93bc3d5758d869", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj-role"}], "expires_at": "2019-01-20T14:17:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75d1ac5f92af4373bab40884406ed626", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-user", "id": "0ba8290329394348a1f613ce7f3949ba"}, "audit_ids": ["foRndfrgQIWs1JimUrsw_Q"], "issued_at": "2019-01-20T13:17:57.000000Z"}} 2019-01-20 13:17:57,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:17:58,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02fc1d6e-3b77-4c71-80b8-660f0806b74b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:17:58,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-02fc1d6e-3b77-4c71-80b8-660f0806b74b 2019-01-20 13:17:58,013 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:17:58,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:17:58,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bad945e3-2413-48b5-b795-803a9ce75d51 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:17:58,092 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bad945e3-2413-48b5-b795-803a9ce75d51 2019-01-20 13:17:58,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:17:58,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-0b8a48e5-ea72-450f-8e43-ba172e787e9a Date: Sun, 20 Jan 2019 13:17: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":["4fc8b0bb-48f3-47e3-b628-51fd520f9d33"],"updated_at":"2019-01-20T13:17:53Z","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75d1ac5f92af4373bab40884406ed626","id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net"}]} 2019-01-20 13:17:58,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net used request id req-0b8a48e5-ea72-450f-8e43-ba172e787e9a 2019-01-20 13:17:58,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:17:58,513 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:17:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:17:58,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:17:58,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecee56cf-6223-40e5-9d56-9bdec7fea8f1 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626"}, "enabled": true, "id": "75d1ac5f92af4373bab40884406ed626", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj"}} 2019-01-20 13:17:58,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 used request id req-ecee56cf-6223-40e5-9d56-9bdec7fea8f1 2019-01-20 13:17:58,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:17:58,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d4a8c55d-3791-4a94-a27d-d3efcaaeb43b Date: Sun, 20 Jan 2019 13:17:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:53Z","dns_nameservers":[],"updated_at":"2019-01-20T13:17:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75d1ac5f92af4373bab40884406ed626","id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-subnet"}]} 2019-01-20 13:17:58,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 used request id req-d4a8c55d-3791-4a94-a27d-d3efcaaeb43b 2019-01-20 13:17:58,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772&name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:17:58,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0aaf4ce3-3d02-482c-8dba-be227ddfe587 Date: Sun, 20 Jan 2019 13:17:58 GMT RESP BODY: {"ports":[]} 2019-01-20 13:17:58,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772&name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-port&admin_state_up=True used request id req-0aaf4ce3-3d02-482c-8dba-be227ddfe587 2019-01-20 13:17:58,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:17:59,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5d0b952a-ebe3-431a-bf9c-4116c17556ad x-compute-request-id: req-5d0b952a-ebe3-431a-bf9c-4116c17556ad Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:17:59,338 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst used request id req-5d0b952a-ebe3-431a-bf9c-4116c17556ad 2019-01-20 13:17:59,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:17:59,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ffd81567-2ce5-4a68-ac5d-c91344d1c645 Date: Sun, 20 Jan 2019 13:17: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":["4fc8b0bb-48f3-47e3-b628-51fd520f9d33"],"updated_at":"2019-01-20T13:17:53Z","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75d1ac5f92af4373bab40884406ed626","id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net"}]} 2019-01-20 13:17:59,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net used request id req-ffd81567-2ce5-4a68-ac5d-c91344d1c645 2019-01-20 13:17:59,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:17:59,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:17:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6d520a9-33c8-4cf9-a254-ee6521db9c7c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626"}, "enabled": true, "id": "75d1ac5f92af4373bab40884406ed626", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj"}} 2019-01-20 13:17:59,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 used request id req-a6d520a9-33c8-4cf9-a254-ee6521db9c7c 2019-01-20 13:17:59,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:00,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-44102eb9-0207-4634-8dd1-662ccab39d66 Date: Sun, 20 Jan 2019 13:18:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:53Z","dns_nameservers":[],"updated_at":"2019-01-20T13:17:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75d1ac5f92af4373bab40884406ed626","id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-subnet"}]} 2019-01-20 13:18:00,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 used request id req-44102eb9-0207-4634-8dd1-662ccab39d66 2019-01-20 13:18:00,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772&name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:00,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-06a8e231-7d06-4623-bf57-9610d87448a8 Date: Sun, 20 Jan 2019 13:18:00 GMT RESP BODY: {"ports":[]} 2019-01-20 13:18:00,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772&name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-port&admin_state_up=True used request id req-06a8e231-7d06-4623-bf57-9610d87448a8 2019-01-20 13:18:00,045 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:18:00,046 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:18:00,413 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dfefb82b7cd24e448b93bc3d5758d869", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj-role"}], "expires_at": "2019-01-20T14:18:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75d1ac5f92af4373bab40884406ed626", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-user", "id": "0ba8290329394348a1f613ce7f3949ba"}, "audit_ids": ["6xTurxL-T3qV-w6U4VgpBg"], "issued_at": "2019-01-20T13:18:00.000000Z"}} 2019-01-20 13:18:00,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54c687cd27344b30e85d9a1bdc774d260d6978d0" 2019-01-20 13:18:00,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edb956ae-3ae0-4003-974b-f7f433c2035f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:18:00,494 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-edb956ae-3ae0-4003-974b-f7f433c2035f 2019-01-20 13:18:00,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:00,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-14b3deca-20f7-4d95-9163-549284390241 Date: Sun, 20 Jan 2019 13:18: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":["4fc8b0bb-48f3-47e3-b628-51fd520f9d33"],"updated_at":"2019-01-20T13:17:53Z","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75d1ac5f92af4373bab40884406ed626","id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net"}]} 2019-01-20 13:18:00,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net used request id req-14b3deca-20f7-4d95-9163-549284390241 2019-01-20 13:18:00,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:00,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9394b229-4ec5-4feb-b41a-1953d165cfde Date: Sun, 20 Jan 2019 13:18:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:53Z","dns_nameservers":[],"updated_at":"2019-01-20T13:17:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75d1ac5f92af4373bab40884406ed626","id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-subnet"}]} 2019-01-20 13:18:00,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 used request id req-9394b229-4ec5-4feb-b41a-1953d165cfde 2019-01-20 13:18:00,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:01,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-9fb68ee2-2a42-498f-ad15-2f3400e51b00 Date: Sun, 20 Jan 2019 13:18: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":["4fc8b0bb-48f3-47e3-b628-51fd520f9d33"],"updated_at":"2019-01-20T13:17:53Z","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75d1ac5f92af4373bab40884406ed626","id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net"}]} 2019-01-20 13:18:01,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net used request id req-9fb68ee2-2a42-498f-ad15-2f3400e51b00 2019-01-20 13:18:01,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:18:01,235 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:18: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:18:01,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54c687cd27344b30e85d9a1bdc774d260d6978d0" 2019-01-20 13:18:01,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3894c522-ea67-4f00-bbe5-48d93c5f89bf Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626"}, "enabled": true, "id": "75d1ac5f92af4373bab40884406ed626", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj"}} 2019-01-20 13:18:01,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 used request id req-3894c522-ea67-4f00-bbe5-48d93c5f89bf 2019-01-20 13:18:01,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:01,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-520431b6-94fe-43c0-aef7-2900eee71ab7 Date: Sun, 20 Jan 2019 13:18:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:53Z","dns_nameservers":[],"updated_at":"2019-01-20T13:17:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75d1ac5f92af4373bab40884406ed626","id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-subnet"}]} 2019-01-20 13:18:01,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 used request id req-520431b6-94fe-43c0-aef7-2900eee71ab7 2019-01-20 13:18:01,374 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net 2019-01-20 13:18:01,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" -d '{"port": {"network_id": "dab0a90e-ca9f-4d7f-b794-e3c2c6df9772", "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-port", "admin_state_up": true}}' 2019-01-20 13:18:02,288 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-9a0ed077-7959-4202-9545-ead76f1d1598 Date: Sun, 20 Jan 2019 13:18:02 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:01Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.6"}],"id":"f920e277-3035-4ac2-9ee8-195f885e7bd2","security_groups":["fc3e7f04-67ab-43cf-85f7-6599a3053f54"],"mac_address":"fa:16:3e:d4:3c:d9","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-port","project_id":"75d1ac5f92af4373bab40884406ed626","qos_policy_id":null,"admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:18:01Z","binding:vnic_type":"normal"}} 2019-01-20 13:18:02,289 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-9a0ed077-7959-4202-9545-ead76f1d1598 2019-01-20 13:18:02,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:02,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-adf1b943-dc8b-4f8b-9261-22a47a73d3b7 Date: Sun, 20 Jan 2019 13:18: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":["4fc8b0bb-48f3-47e3-b628-51fd520f9d33"],"updated_at":"2019-01-20T13:17:53Z","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75d1ac5f92af4373bab40884406ed626","id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net"}]} 2019-01-20 13:18:02,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net used request id req-adf1b943-dc8b-4f8b-9261-22a47a73d3b7 2019-01-20 13:18:02,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:02,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44881642-564d-4c57-8058-f6004715ca5d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626"}, "enabled": true, "id": "75d1ac5f92af4373bab40884406ed626", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj"}} 2019-01-20 13:18:02,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 used request id req-44881642-564d-4c57-8058-f6004715ca5d 2019-01-20 13:18:02,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:02,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-db621f3b-8fa1-4df0-b17e-5b5f21700986 Date: Sun, 20 Jan 2019 13:18:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:53Z","dns_nameservers":[],"updated_at":"2019-01-20T13:17:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75d1ac5f92af4373bab40884406ed626","id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-subnet"}]} 2019-01-20 13:18:02,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 used request id req-db621f3b-8fa1-4df0-b17e-5b5f21700986 2019-01-20 13:18:02,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772&name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:03,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-1ee6feed-3a46-4f42-8a47-13da67a0bacc Date: Sun, 20 Jan 2019 13:18:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:01Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.6"}],"id":"f920e277-3035-4ac2-9ee8-195f885e7bd2","security_groups":["fc3e7f04-67ab-43cf-85f7-6599a3053f54"],"mac_address":"fa:16:3e:d4:3c:d9","project_id":"75d1ac5f92af4373bab40884406ed626","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-port","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:18:01Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:18:03,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772&name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-port&admin_state_up=True used request id req-1ee6feed-3a46-4f42-8a47-13da67a0bacc 2019-01-20 13:18:03,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:03,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c437ea6-62e3-4794-a056-616b1d8995cd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626"}, "enabled": true, "id": "75d1ac5f92af4373bab40884406ed626", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj"}} 2019-01-20 13:18:03,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 used request id req-0c437ea6-62e3-4794-a056-616b1d8995cd 2019-01-20 13:18:03,274 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst 2019-01-20 13:18:03,278 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:03,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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,Accept-Encoding x-openstack-request-id: req-118b5a47-7e2c-4801-8e6b-f4189aada911 x-compute-request-id: req-118b5a47-7e2c-4801-8e6b-f4189aada911 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"flavors": [{"id": "2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-flavor-name"}]} 2019-01-20 13:18:03,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-118b5a47-7e2c-4801-8e6b-f4189aada911 2019-01-20 13:18:03,308 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:03,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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,Accept-Encoding x-openstack-request-id: req-bd0b0a99-a409-4541-b4e4-eac5f45beead x-compute-request-id: req-bd0b0a99-a409-4541-b4e4-eac5f45beead Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:18:03,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917 used request id req-bd0b0a99-a409-4541-b4e4-eac5f45beead 2019-01-20 13:18:03,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:03,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-93351042-c779-44d5-b58a-9d75fdb714c4 Date: Sun, 20 Jan 2019 13:18:03 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:17:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:17:50Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba/snap", "metadata": {}}], "self": "/v2/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba", "min_disk": 0, "protected": false, "id": "ef248f7c-9944-4c67-87a8-de45ff6b73ba", "file": "/v2/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "75d1ac5f92af4373bab40884406ed626", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-image"} 2019-01-20 13:18:03,505 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-image used request id req-93351042-c779-44d5-b58a-9d75fdb714c4 2019-01-20 13:18:03,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:03,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f85b2bfe-3143-4adc-b161-c5d6c8518eda Date: Sun, 20 Jan 2019 13:18: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"}}} 2019-01-20 13:18:03,655 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-f85b2bfe-3143-4adc-b161-c5d6c8518eda 2019-01-20 13:18:03,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" -d '{"server": {"name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst", "imageRef": "ef248f7c-9944-4c67-87a8-de45ff6b73ba", "flavorRef": "2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "max_count": 1, "min_count": 1, "networks": [{"port": "f920e277-3035-4ac2-9ee8-195f885e7bd2"}]}}' 2019-01-20 13:18:04,814 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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-449d186b-ef84-4848-91e0-21cd44406ffa x-compute-request-id: req-449d186b-ef84-4848-91e0-21cd44406ffa Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d0eb47e6-5421-4f38-a567-18fb7f2321ec", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "bookmark"}], "adminPass": "f5vgG5F8GAqd"}} 2019-01-20 13:18:04,815 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-449d186b-ef84-4848-91e0-21cd44406ffa 2019-01-20 13:18:04,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:05,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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,Accept-Encoding x-openstack-request-id: req-4299477f-e265-4a99-8206-0913b608ef70 x-compute-request-id: req-4299477f-e265-4a99-8206-0913b608ef70 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.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "bookmark"}], "image": {"id": "ef248f7c-9944-4c67-87a8-de45ff6b73ba", "links": [{"href": "http://172.30.9.22:8774/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "links": [{"href": "http://172.30.9.22:8774/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "rel": "bookmark"}]}, "id": "d0eb47e6-5421-4f38-a567-18fb7f2321ec", "user_id": "0ba8290329394348a1f613ce7f3949ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:18:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst", "created": "2019-01-20T13:18:04Z", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:18:05,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec used request id req-4299477f-e265-4a99-8206-0913b608ef70 2019-01-20 13:18:05,035 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst 2019-01-20 13:18:05,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:05,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18: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-7ccef8bb-986c-43c2-b553-864af804b90e x-compute-request-id: req-7ccef8bb-986c-43c2-b553-864af804b90e 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.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "bookmark"}], "image": {"id": "ef248f7c-9944-4c67-87a8-de45ff6b73ba", "links": [{"href": "http://172.30.9.22:8774/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "links": [{"href": "http://172.30.9.22:8774/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "rel": "bookmark"}]}, "id": "d0eb47e6-5421-4f38-a567-18fb7f2321ec", "user_id": "0ba8290329394348a1f613ce7f3949ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:18:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst", "created": "2019-01-20T13:18:04Z", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:18:05,253 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec used request id req-7ccef8bb-986c-43c2-b553-864af804b90e 2019-01-20 13:18:05,254 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst] is - BUILD 2019-01-20 13:18:05,254 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:18:08,257 - create_instance - DEBUG - VM status query timeout in 896.777978897 2019-01-20 13:18:08,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:09,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc221fc0-7a2a-446d-882b-006d127cae96 x-compute-request-id: req-bc221fc0-7a2a-446d-882b-006d127cae96 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "bookmark"}], "image": {"id": "ef248f7c-9944-4c67-87a8-de45ff6b73ba", "links": [{"href": "http://172.30.9.22:8774/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "links": [{"href": "http://172.30.9.22:8774/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "rel": "bookmark"}]}, "id": "d0eb47e6-5421-4f38-a567-18fb7f2321ec", "security_groups": [{"name": "default"}], "user_id": "0ba8290329394348a1f613ce7f3949ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:18:06Z", "hostId": "2bbcca9a0c105661a9bf22af4d96c0e42c250c1810c7b39a46ec230e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst", "created": "2019-01-20T13:18:04Z", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:18:09,026 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec used request id req-bc221fc0-7a2a-446d-882b-006d127cae96 2019-01-20 13:18:09,027 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst] is - BUILD 2019-01-20 13:18:09,027 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:18:12,030 - create_instance - DEBUG - VM status query timeout in 893.005120993 2019-01-20 13:18:12,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:12,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18: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-fa6c9c95-bf28-4bdc-b226-e67856d96c77 x-compute-request-id: req-fa6c9c95-bf28-4bdc-b226-e67856d96c77 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:3c:d9", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "bookmark"}], "image": {"id": "ef248f7c-9944-4c67-87a8-de45ff6b73ba", "links": [{"href": "http://172.30.9.22:8774/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:18:10.000000", "flavor": {"id": "2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "links": [{"href": "http://172.30.9.22:8774/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "rel": "bookmark"}]}, "id": "d0eb47e6-5421-4f38-a567-18fb7f2321ec", "security_groups": [{"name": "default"}], "user_id": "0ba8290329394348a1f613ce7f3949ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:18:11Z", "hostId": "2bbcca9a0c105661a9bf22af4d96c0e42c250c1810c7b39a46ec230e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst", "created": "2019-01-20T13:18:04Z", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:18:12,758 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec used request id req-fa6c9c95-bf28-4bdc-b226-e67856d96c77 2019-01-20 13:18:12,758 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst] is - ACTIVE 2019-01-20 13:18:12,759 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:18:12,761 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:13,220 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18: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-35d932f4-8bf0-4fca-8a54-5fe25553acf3 x-compute-request-id: req-35d932f4-8bf0-4fca-8a54-5fe25553acf3 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:3c:d9", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "bookmark"}], "image": {"id": "ef248f7c-9944-4c67-87a8-de45ff6b73ba", "links": [{"href": "http://172.30.9.22:8774/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:18:10.000000", "flavor": {"id": "2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "links": [{"href": "http://172.30.9.22:8774/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "rel": "bookmark"}]}, "id": "d0eb47e6-5421-4f38-a567-18fb7f2321ec", "security_groups": [{"name": "default"}], "user_id": "0ba8290329394348a1f613ce7f3949ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:18:11Z", "hostId": "2bbcca9a0c105661a9bf22af4d96c0e42c250c1810c7b39a46ec230e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst", "created": "2019-01-20T13:18:04Z", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:18:13,220 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec used request id req-35d932f4-8bf0-4fca-8a54-5fe25553acf3 2019-01-20 13:18:13,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:13,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-614cfac8-05bf-46a7-87aa-3b4c6876f466 Date: Sun, 20 Jan 2019 13:18: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":["4fc8b0bb-48f3-47e3-b628-51fd520f9d33"],"updated_at":"2019-01-20T13:17:53Z","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75d1ac5f92af4373bab40884406ed626","id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net"}]} 2019-01-20 13:18:13,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net used request id req-614cfac8-05bf-46a7-87aa-3b4c6876f466 2019-01-20 13:18:13,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:13,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4a701ad-c358-4d40-a010-45c5d4e7ecc5 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626"}, "enabled": true, "id": "75d1ac5f92af4373bab40884406ed626", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj"}} 2019-01-20 13:18:13,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 used request id req-f4a701ad-c358-4d40-a010-45c5d4e7ecc5 2019-01-20 13:18:13,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:13,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-cb8ca731-418a-4df1-b424-32f891a8ac2a Date: Sun, 20 Jan 2019 13:18:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:53Z","dns_nameservers":[],"updated_at":"2019-01-20T13:17:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75d1ac5f92af4373bab40884406ed626","id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-subnet"}]} 2019-01-20 13:18:13,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 used request id req-cb8ca731-418a-4df1-b424-32f891a8ac2a 2019-01-20 13:18:13,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:13,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-22f56f2b-5487-4924-8e9b-c8d314cd1dfc Date: Sun, 20 Jan 2019 13:18:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.2"}],"id":"5b79aaa9-d182-4426-9e1b-c39f2daf3cf5","security_groups":[],"mac_address":"fa:16:3e:2f:19:9b","project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dab0a90e-ca9f-4d7f-b794-e3c2c6df9772"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.3"}],"id":"8546b17a-3eb4-421b-8cae-be8cb1e77dbf","security_groups":[],"mac_address":"fa:16:3e:93:12:9f","project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-dab0a90e-ca9f-4d7f-b794-e3c2c6df9772"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.4"}],"id":"8cfb1201-63a9-40ca-94cb-66179b3a27a2","security_groups":[],"mac_address":"fa:16:3e:ce:b0:a2","project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-dab0a90e-ca9f-4d7f-b794-e3c2c6df9772"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.6"}],"id":"f920e277-3035-4ac2-9ee8-195f885e7bd2","security_groups":["fc3e7f04-67ab-43cf-85f7-6599a3053f54"],"mac_address":"fa:16:3e:d4:3c:d9","project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-port","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:18:01Z","binding:vnic_type":"normal","device_id":"d0eb47e6-5421-4f38-a567-18fb7f2321ec"}]} 2019-01-20 13:18:13,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 used request id req-22f56f2b-5487-4924-8e9b-c8d314cd1dfc 2019-01-20 13:18:13,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:14,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18: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-14f3da46-38d1-49f7-b4e7-dd7a634afd86 x-compute-request-id: req-14f3da46-38d1-49f7-b4e7-dd7a634afd86 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:3c:d9", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "bookmark"}], "image": {"id": "ef248f7c-9944-4c67-87a8-de45ff6b73ba", "links": [{"href": "http://172.30.9.22:8774/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:18:10.000000", "flavor": {"id": "2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "links": [{"href": "http://172.30.9.22:8774/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "rel": "bookmark"}]}, "id": "d0eb47e6-5421-4f38-a567-18fb7f2321ec", "security_groups": [{"name": "default"}], "user_id": "0ba8290329394348a1f613ce7f3949ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:18:11Z", "hostId": "2bbcca9a0c105661a9bf22af4d96c0e42c250c1810c7b39a46ec230e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst", "created": "2019-01-20T13:18:04Z", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:18:14,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec used request id req-14f3da46-38d1-49f7-b4e7-dd7a634afd86 2019-01-20 13:18:14,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:14,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-571bc961-b373-4cb9-aca5-cea83e861674 Date: Sun, 20 Jan 2019 13:18: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":["4fc8b0bb-48f3-47e3-b628-51fd520f9d33"],"updated_at":"2019-01-20T13:17:53Z","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75d1ac5f92af4373bab40884406ed626","id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net"}]} 2019-01-20 13:18:14,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net used request id req-571bc961-b373-4cb9-aca5-cea83e861674 2019-01-20 13:18:14,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:14,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9257db5a-6c84-46e5-801d-af263a617a59 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626"}, "enabled": true, "id": "75d1ac5f92af4373bab40884406ed626", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj"}} 2019-01-20 13:18:14,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 used request id req-9257db5a-6c84-46e5-801d-af263a617a59 2019-01-20 13:18:14,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:14,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-771774f6-fe02-46d8-84d3-b2a4a625adf1 Date: Sun, 20 Jan 2019 13:18:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:53Z","dns_nameservers":[],"updated_at":"2019-01-20T13:17:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75d1ac5f92af4373bab40884406ed626","id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-subnet"}]} 2019-01-20 13:18:14,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 used request id req-771774f6-fe02-46d8-84d3-b2a4a625adf1 2019-01-20 13:18:14,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:14,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-b64aeace-45a9-409d-b22e-05c653962b0c Date: Sun, 20 Jan 2019 13:18:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.2"}],"id":"5b79aaa9-d182-4426-9e1b-c39f2daf3cf5","security_groups":[],"mac_address":"fa:16:3e:2f:19:9b","project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dab0a90e-ca9f-4d7f-b794-e3c2c6df9772"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.3"}],"id":"8546b17a-3eb4-421b-8cae-be8cb1e77dbf","security_groups":[],"mac_address":"fa:16:3e:93:12:9f","project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-dab0a90e-ca9f-4d7f-b794-e3c2c6df9772"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.4"}],"id":"8cfb1201-63a9-40ca-94cb-66179b3a27a2","security_groups":[],"mac_address":"fa:16:3e:ce:b0:a2","project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-dab0a90e-ca9f-4d7f-b794-e3c2c6df9772"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.6"}],"id":"f920e277-3035-4ac2-9ee8-195f885e7bd2","security_groups":["fc3e7f04-67ab-43cf-85f7-6599a3053f54"],"mac_address":"fa:16:3e:d4:3c:d9","project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-port","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:18:01Z","binding:vnic_type":"normal","device_id":"d0eb47e6-5421-4f38-a567-18fb7f2321ec"}]} 2019-01-20 13:18:14,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 used request id req-b64aeace-45a9-409d-b22e-05c653962b0c 2019-01-20 13:18:14,955 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:18:15,334 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dfefb82b7cd24e448b93bc3d5758d869", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj-role"}], "expires_at": "2019-01-20T14:18:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75d1ac5f92af4373bab40884406ed626", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/75d1ac5f92af4373bab40884406ed626", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/75d1ac5f92af4373bab40884406ed626", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/75d1ac5f92af4373bab40884406ed626", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-user", "id": "0ba8290329394348a1f613ce7f3949ba"}, "audit_ids": ["76tXU_RrRKSa8M37LmL_Tg"], "issued_at": "2019-01-20T13:18:15.000000Z"}} 2019-01-20 13:18:15,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb447004c0b33a7407cec80466340d5c978e012b" 2019-01-20 13:18:16,094 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18: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-4ae933d0-98f6-4d65-adcc-93dfc4fe93a3 x-compute-request-id: req-4ae933d0-98f6-4d65-adcc-93dfc4fe93a3 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:3c:d9", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "bookmark"}], "image": {"id": "ef248f7c-9944-4c67-87a8-de45ff6b73ba", "links": [{"href": "http://172.30.9.22:8774/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:18:10.000000", "flavor": {"id": "2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "links": [{"href": "http://172.30.9.22:8774/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "rel": "bookmark"}]}, "id": "d0eb47e6-5421-4f38-a567-18fb7f2321ec", "security_groups": [{"name": "default"}], "user_id": "0ba8290329394348a1f613ce7f3949ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:18:11Z", "hostId": "2bbcca9a0c105661a9bf22af4d96c0e42c250c1810c7b39a46ec230e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst", "created": "2019-01-20T13:18:04Z", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:18:16,095 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec used request id req-4ae933d0-98f6-4d65-adcc-93dfc4fe93a3 2019-01-20 13:18:16,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:16,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18: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-d1cd5ee5-4ec2-4007-a78d-24ebaa98cd12 x-compute-request-id: req-d1cd5ee5-4ec2-4007-a78d-24ebaa98cd12 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:3c:d9", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "bookmark"}], "image": {"id": "ef248f7c-9944-4c67-87a8-de45ff6b73ba", "links": [{"href": "http://172.30.9.22:8774/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:18:10.000000", "flavor": {"id": "2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "links": [{"href": "http://172.30.9.22:8774/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "rel": "bookmark"}]}, "id": "d0eb47e6-5421-4f38-a567-18fb7f2321ec", "security_groups": [{"name": "default"}], "user_id": "0ba8290329394348a1f613ce7f3949ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:18:11Z", "hostId": "2bbcca9a0c105661a9bf22af4d96c0e42c250c1810c7b39a46ec230e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst", "created": "2019-01-20T13:18:04Z", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:18:16,704 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec used request id req-d1cd5ee5-4ec2-4007-a78d-24ebaa98cd12 2019-01-20 13:18:16,704 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst] is - ACTIVE 2019-01-20 13:18:16,704 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:18:16,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:17,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18: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-7f623fd0-ab5e-4de7-b386-27d121579225 x-compute-request-id: req-7f623fd0-ab5e-4de7-b386-27d121579225 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:3c:d9", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "bookmark"}], "image": {"id": "ef248f7c-9944-4c67-87a8-de45ff6b73ba", "links": [{"href": "http://172.30.9.22:8774/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:18:10.000000", "flavor": {"id": "2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "links": [{"href": "http://172.30.9.22:8774/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "rel": "bookmark"}]}, "id": "d0eb47e6-5421-4f38-a567-18fb7f2321ec", "security_groups": [{"name": "default"}], "user_id": "0ba8290329394348a1f613ce7f3949ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:18:11Z", "hostId": "2bbcca9a0c105661a9bf22af4d96c0e42c250c1810c7b39a46ec230e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst", "created": "2019-01-20T13:18:04Z", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:18:17,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec used request id req-7f623fd0-ab5e-4de7-b386-27d121579225 2019-01-20 13:18:17,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:17,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-3e1d5ddf-dd1f-4bfd-9281-a94d36cd591e Date: Sun, 20 Jan 2019 13:18: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":["4fc8b0bb-48f3-47e3-b628-51fd520f9d33"],"updated_at":"2019-01-20T13:17:53Z","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75d1ac5f92af4373bab40884406ed626","id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net"}]} 2019-01-20 13:18:17,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net used request id req-3e1d5ddf-dd1f-4bfd-9281-a94d36cd591e 2019-01-20 13:18:17,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:17,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8197cf26-0abe-4be7-92d6-78710f18529e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626"}, "enabled": true, "id": "75d1ac5f92af4373bab40884406ed626", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj"}} 2019-01-20 13:18:17,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 used request id req-8197cf26-0abe-4be7-92d6-78710f18529e 2019-01-20 13:18:17,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:17,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-cdef31f1-22eb-4b21-8e3c-a13be8c4adee Date: Sun, 20 Jan 2019 13:18:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:53Z","dns_nameservers":[],"updated_at":"2019-01-20T13:17:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75d1ac5f92af4373bab40884406ed626","id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-subnet"}]} 2019-01-20 13:18:17,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 used request id req-cdef31f1-22eb-4b21-8e3c-a13be8c4adee 2019-01-20 13:18:17,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:17,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-63b0b968-59f9-4271-a414-2fa799651fb1 Date: Sun, 20 Jan 2019 13:18:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.2"}],"id":"5b79aaa9-d182-4426-9e1b-c39f2daf3cf5","security_groups":[],"mac_address":"fa:16:3e:2f:19:9b","project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dab0a90e-ca9f-4d7f-b794-e3c2c6df9772"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.3"}],"id":"8546b17a-3eb4-421b-8cae-be8cb1e77dbf","security_groups":[],"mac_address":"fa:16:3e:93:12:9f","project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-dab0a90e-ca9f-4d7f-b794-e3c2c6df9772"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.4"}],"id":"8cfb1201-63a9-40ca-94cb-66179b3a27a2","security_groups":[],"mac_address":"fa:16:3e:ce:b0:a2","project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-dab0a90e-ca9f-4d7f-b794-e3c2c6df9772"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.6"}],"id":"f920e277-3035-4ac2-9ee8-195f885e7bd2","security_groups":["fc3e7f04-67ab-43cf-85f7-6599a3053f54"],"mac_address":"fa:16:3e:d4:3c:d9","project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-port","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:18:01Z","binding:vnic_type":"normal","device_id":"d0eb47e6-5421-4f38-a567-18fb7f2321ec"}]} 2019-01-20 13:18:17,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 used request id req-63b0b968-59f9-4271-a414-2fa799651fb1 2019-01-20 13:18:17,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:18,420 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18: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-4301338b-55da-426a-99bb-d57a1bae591c x-compute-request-id: req-4301338b-55da-426a-99bb-d57a1bae591c Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:3c:d9", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "bookmark"}], "image": {"id": "ef248f7c-9944-4c67-87a8-de45ff6b73ba", "links": [{"href": "http://172.30.9.22:8774/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:18:10.000000", "flavor": {"id": "2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "links": [{"href": "http://172.30.9.22:8774/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "rel": "bookmark"}]}, "id": "d0eb47e6-5421-4f38-a567-18fb7f2321ec", "security_groups": [{"name": "default"}], "user_id": "0ba8290329394348a1f613ce7f3949ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:18:11Z", "hostId": "2bbcca9a0c105661a9bf22af4d96c0e42c250c1810c7b39a46ec230e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst", "created": "2019-01-20T13:18:04Z", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:18:18,420 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec used request id req-4301338b-55da-426a-99bb-d57a1bae591c 2019-01-20 13:18:18,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:18,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-fb2b0b5b-348e-413c-89e0-d4e4aa36967c Date: Sun, 20 Jan 2019 13:18: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":["4fc8b0bb-48f3-47e3-b628-51fd520f9d33"],"updated_at":"2019-01-20T13:17:53Z","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75d1ac5f92af4373bab40884406ed626","id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net"}]} 2019-01-20 13:18:18,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net used request id req-fb2b0b5b-348e-413c-89e0-d4e4aa36967c 2019-01-20 13:18:18,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:18,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5971bbca-47ba-41f3-b040-d195a096e742 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626"}, "enabled": true, "id": "75d1ac5f92af4373bab40884406ed626", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj"}} 2019-01-20 13:18:18,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 used request id req-5971bbca-47ba-41f3-b040-d195a096e742 2019-01-20 13:18:18,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:18,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-82af5f09-c9bb-43ce-b10b-c9776b7cc7f1 Date: Sun, 20 Jan 2019 13:18:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:53Z","dns_nameservers":[],"updated_at":"2019-01-20T13:17:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75d1ac5f92af4373bab40884406ed626","id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-subnet"}]} 2019-01-20 13:18:18,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 used request id req-82af5f09-c9bb-43ce-b10b-c9776b7cc7f1 2019-01-20 13:18:18,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:18,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-10873bc7-ca36-475e-a581-8f05679fe3e5 Date: Sun, 20 Jan 2019 13:18:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.2"}],"id":"5b79aaa9-d182-4426-9e1b-c39f2daf3cf5","security_groups":[],"mac_address":"fa:16:3e:2f:19:9b","project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dab0a90e-ca9f-4d7f-b794-e3c2c6df9772"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.3"}],"id":"8546b17a-3eb4-421b-8cae-be8cb1e77dbf","security_groups":[],"mac_address":"fa:16:3e:93:12:9f","project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-dab0a90e-ca9f-4d7f-b794-e3c2c6df9772"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.4"}],"id":"8cfb1201-63a9-40ca-94cb-66179b3a27a2","security_groups":[],"mac_address":"fa:16:3e:ce:b0:a2","project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-dab0a90e-ca9f-4d7f-b794-e3c2c6df9772"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.6"}],"id":"f920e277-3035-4ac2-9ee8-195f885e7bd2","security_groups":["fc3e7f04-67ab-43cf-85f7-6599a3053f54"],"mac_address":"fa:16:3e:d4:3c:d9","project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-port","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:18:01Z","binding:vnic_type":"normal","device_id":"d0eb47e6-5421-4f38-a567-18fb7f2321ec"}]} 2019-01-20 13:18:18,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 used request id req-10873bc7-ca36-475e-a581-8f05679fe3e5 2019-01-20 13:18:18,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-name"}}' 2019-01-20 13:18:19,210 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:18:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3207455c-af8f-4e49-be3a-c9c822bb2857 x-compute-request-id: req-3207455c-af8f-4e49-be3a-c9c822bb2857 Content-Length: 199 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-name not associated with the instance d0eb47e6-5421-4f38-a567-18fb7f2321ec", "code": 404}} 2019-01-20 13:18:19,210 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec/action used request id req-3207455c-af8f-4e49-be3a-c9c822bb2857 2019-01-20 13:18:19,210 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-name not associated with the instance d0eb47e6-5421-4f38-a567-18fb7f2321ec (HTTP 404) (Request-ID: req-3207455c-af8f-4e49-be3a-c9c822bb2857) 2019-01-20 13:18:19,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:19,855 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d66d8c34-6066-4744-a8c4-24fa1a1f973d x-compute-request-id: req-d66d8c34-6066-4744-a8c4-24fa1a1f973d Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:3c:d9", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "bookmark"}], "image": {"id": "ef248f7c-9944-4c67-87a8-de45ff6b73ba", "links": [{"href": "http://172.30.9.22:8774/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:18:10.000000", "flavor": {"id": "2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "links": [{"href": "http://172.30.9.22:8774/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "rel": "bookmark"}]}, "id": "d0eb47e6-5421-4f38-a567-18fb7f2321ec", "security_groups": [{"name": "default"}], "user_id": "0ba8290329394348a1f613ce7f3949ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:18:11Z", "hostId": "2bbcca9a0c105661a9bf22af4d96c0e42c250c1810c7b39a46ec230e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst", "created": "2019-01-20T13:18:04Z", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:18:19,855 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec used request id req-d66d8c34-6066-4744-a8c4-24fa1a1f973d 2019-01-20 13:18:19,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:19,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-55ea6e59-82c4-46aa-b893-203770c8772c Date: Sun, 20 Jan 2019 13:18: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":["4fc8b0bb-48f3-47e3-b628-51fd520f9d33"],"updated_at":"2019-01-20T13:17:53Z","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75d1ac5f92af4373bab40884406ed626","id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net"}]} 2019-01-20 13:18:19,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net used request id req-55ea6e59-82c4-46aa-b893-203770c8772c 2019-01-20 13:18:19,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:20,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75e871f4-8e1c-492f-b972-074473433d83 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626"}, "enabled": true, "id": "75d1ac5f92af4373bab40884406ed626", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj"}} 2019-01-20 13:18:20,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 used request id req-75e871f4-8e1c-492f-b972-074473433d83 2019-01-20 13:18:20,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:20,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7e8e1fae-d237-43d3-8060-d6f386ff2e8d Date: Sun, 20 Jan 2019 13:18:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:53Z","dns_nameservers":[],"updated_at":"2019-01-20T13:17:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"75d1ac5f92af4373bab40884406ed626","id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","subnetpool_id":null,"name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-subnet"}]} 2019-01-20 13:18:20,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 used request id req-7e8e1fae-d237-43d3-8060-d6f386ff2e8d 2019-01-20 13:18:20,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:20,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-ad3355ba-3a09-4597-9cf3-80c812d8f9aa Date: Sun, 20 Jan 2019 13:18:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.2"}],"id":"5b79aaa9-d182-4426-9e1b-c39f2daf3cf5","security_groups":[],"mac_address":"fa:16:3e:2f:19:9b","project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dab0a90e-ca9f-4d7f-b794-e3c2c6df9772"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.3"}],"id":"8546b17a-3eb4-421b-8cae-be8cb1e77dbf","security_groups":[],"mac_address":"fa:16:3e:93:12:9f","project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-dab0a90e-ca9f-4d7f-b794-e3c2c6df9772"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:17:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.4"}],"id":"8cfb1201-63a9-40ca-94cb-66179b3a27a2","security_groups":[],"mac_address":"fa:16:3e:ce:b0:a2","project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:17:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-dab0a90e-ca9f-4d7f-b794-e3c2c6df9772"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4fc8b0bb-48f3-47e3-b628-51fd520f9d33","ip_address":"10.55.0.6"}],"id":"f920e277-3035-4ac2-9ee8-195f885e7bd2","security_groups":["fc3e7f04-67ab-43cf-85f7-6599a3053f54"],"mac_address":"fa:16:3e:d4:3c:d9","project_id":"75d1ac5f92af4373bab40884406ed626","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-port","admin_state_up":true,"network_id":"dab0a90e-ca9f-4d7f-b794-e3c2c6df9772","tenant_id":"75d1ac5f92af4373bab40884406ed626","created_at":"2019-01-20T13:18:01Z","binding:vnic_type":"normal","device_id":"d0eb47e6-5421-4f38-a567-18fb7f2321ec"}]} 2019-01-20 13:18:20,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 used request id req-ad3355ba-3a09-4597-9cf3-80c812d8f9aa 2019-01-20 13:18:20,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb447004c0b33a7407cec80466340d5c978e012b" 2019-01-20 13:18:20,937 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10b20e00-a10e-4355-866e-57370d856bfc x-compute-request-id: req-10b20e00-a10e-4355-866e-57370d856bfc Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:3c:d9", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "bookmark"}], "image": {"id": "ef248f7c-9944-4c67-87a8-de45ff6b73ba", "links": [{"href": "http://172.30.9.22:8774/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:18:10.000000", "flavor": {"id": "2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "links": [{"href": "http://172.30.9.22:8774/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "rel": "bookmark"}]}, "id": "d0eb47e6-5421-4f38-a567-18fb7f2321ec", "security_groups": [{"name": "default"}], "user_id": "0ba8290329394348a1f613ce7f3949ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:18:11Z", "hostId": "2bbcca9a0c105661a9bf22af4d96c0e42c250c1810c7b39a46ec230e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst", "created": "2019-01-20T13:18:04Z", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:18:20,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec used request id req-10b20e00-a10e-4355-866e-57370d856bfc 2019-01-20 13:18:20,938 - create_instance - INFO - Deleting Port with ID - f920e277-3035-4ac2-9ee8-195f885e7bd2 2019-01-20 13:18:20,938 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-port 2019-01-20 13:18:20,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/f920e277-3035-4ac2-9ee8-195f885e7bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:21,552 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-19e28051-cce9-401d-b447-12786e7ac4ae Date: Sun, 20 Jan 2019 13:18:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:18:21,552 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/f920e277-3035-4ac2-9ee8-195f885e7bd2 used request id req-19e28051-cce9-401d-b447-12786e7ac4ae 2019-01-20 13:18:21,552 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst 2019-01-20 13:18:21,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:21,699 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:18:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0dd13e67-f483-4e80-93d9-77c92387942a x-compute-request-id: req-0dd13e67-f483-4e80-93d9-77c92387942a Content-Type: application/json 2019-01-20 13:18:21,699 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec used request id req-0dd13e67-f483-4e80-93d9-77c92387942a 2019-01-20 13:18:21,700 - create_instance - INFO - Checking deletion status 2019-01-20 13:18:21,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:21,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1adb82d6-a0cb-4049-aa36-38c6a16f9472 x-compute-request-id: req-1adb82d6-a0cb-4049-aa36-38c6a16f9472 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:3c:d9", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "bookmark"}], "image": {"id": "ef248f7c-9944-4c67-87a8-de45ff6b73ba", "links": [{"href": "http://172.30.9.22:8774/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:18:10.000000", "flavor": {"id": "2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "links": [{"href": "http://172.30.9.22:8774/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "rel": "bookmark"}]}, "id": "d0eb47e6-5421-4f38-a567-18fb7f2321ec", "user_id": "0ba8290329394348a1f613ce7f3949ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:18:21Z", "hostId": "2bbcca9a0c105661a9bf22af4d96c0e42c250c1810c7b39a46ec230e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst", "created": "2019-01-20T13:18:04Z", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:18:21,969 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec used request id req-1adb82d6-a0cb-4049-aa36-38c6a16f9472 2019-01-20 13:18:21,970 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst] is - ACTIVE 2019-01-20 13:18:21,970 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:18:24,973 - create_instance - DEBUG - VM status query timeout in 296.726660013 2019-01-20 13:18:24,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:25,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18: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-17d1a19e-4586-474d-98ff-491dad1bbe9e x-compute-request-id: req-17d1a19e-4586-474d-98ff-491dad1bbe9e 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.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec", "rel": "bookmark"}], "image": {"id": "ef248f7c-9944-4c67-87a8-de45ff6b73ba", "links": [{"href": "http://172.30.9.22:8774/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:18:10.000000", "flavor": {"id": "2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "links": [{"href": "http://172.30.9.22:8774/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917", "rel": "bookmark"}]}, "id": "d0eb47e6-5421-4f38-a567-18fb7f2321ec", "user_id": "0ba8290329394348a1f613ce7f3949ba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:18:21Z", "hostId": "2bbcca9a0c105661a9bf22af4d96c0e42c250c1810c7b39a46ec230e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst", "created": "2019-01-20T13:18:04Z", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:18:25,225 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec used request id req-17d1a19e-4586-474d-98ff-491dad1bbe9e 2019-01-20 13:18:25,225 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst] is - ACTIVE 2019-01-20 13:18:25,225 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:18:28,228 - create_instance - DEBUG - VM status query timeout in 293.471503019 2019-01-20 13:18:28,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea1bc3569299e0655bcb063202de7c7e95e6d3ef" 2019-01-20 13:18:28,280 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:18:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4e26371a-d9f1-4029-9c9b-1139c9669693 x-compute-request-id: req-4e26371a-d9f1-4029-9c9b-1139c9669693 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d0eb47e6-5421-4f38-a567-18fb7f2321ec could not be found.", "code": 404}} 2019-01-20 13:18:28,281 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d0eb47e6-5421-4f38-a567-18fb7f2321ec used request id req-4e26371a-d9f1-4029-9c9b-1139c9669693 2019-01-20 13:18:28,281 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d0eb47e6-5421-4f38-a567-18fb7f2321ec could not be found. (HTTP 404) (Request-ID: req-4e26371a-d9f1-4029-9c9b-1139c9669693) 2019-01-20 13:18:28,281 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-inst 2019-01-20 13:18:28,282 - neutron_utils - INFO - Deleting security group rule with ID - a2b09172-3812-4204-8387-f3bcdf34ba54 2019-01-20 13:18:28,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/a2b09172-3812-4204-8387-f3bcdf34ba54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1a2b5cd4c6f3dfa119e936420de15c2fe19c5" 2019-01-20 13:18:28,528 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1db2e7b1-4ae8-4922-8b1c-72a3301009d6 Content-Length: 0 Date: Sun, 20 Jan 2019 13:18:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:18:28,528 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/a2b09172-3812-4204-8387-f3bcdf34ba54 used request id req-1db2e7b1-4ae8-4922-8b1c-72a3301009d6 2019-01-20 13:18:28,528 - neutron_utils - INFO - Deleting security group rule with ID - ec07cabc-c498-46a1-a387-ba5a576f830b 2019-01-20 13:18:28,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/ec07cabc-c498-46a1-a387-ba5a576f830b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1a2b5cd4c6f3dfa119e936420de15c2fe19c5" 2019-01-20 13:18:28,793 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-57b4a2b4-69e5-40f3-a188-f2abe99b25ba Content-Length: 0 Date: Sun, 20 Jan 2019 13:18:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:18:28,794 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/ec07cabc-c498-46a1-a387-ba5a576f830b used request id req-57b4a2b4-69e5-40f3-a188-f2abe99b25ba 2019-01-20 13:18:28,794 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-name 2019-01-20 13:18:28,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/53fc39ed-5359-4a94-85d4-f0e5b4b8e753 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01e1a2b5cd4c6f3dfa119e936420de15c2fe19c5" 2019-01-20 13:18:29,058 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-92e2cd64-6ce4-4186-80e0-40aea676ef81 Content-Length: 0 Date: Sun, 20 Jan 2019 13:18:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:18:29,058 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/53fc39ed-5359-4a94-85d4-f0e5b4b8e753 used request id req-92e2cd64-6ce4-4186-80e0-40aea676ef81 2019-01-20 13:18:29,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2654e62df9c70d1160c6b55f85928da44a9cdba" 2019-01-20 13:18:29,113 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:18:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d8f0a271-4361-4cd0-8364-136a25711977 x-compute-request-id: req-d8f0a271-4361-4cd0-8364-136a25711977 Content-Length: 0 Content-Type: application/json 2019-01-20 13:18:29,113 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/2f4ef5f5-4026-4445-9b9d-7a8056fe1917 used request id req-d8f0a271-4361-4cd0-8364-136a25711977 2019-01-20 13:18:29,114 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-subnet 2019-01-20 13:18:29,114 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-subnet 2019-01-20 13:18:29,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/4fc8b0bb-48f3-47e3-b628-51fd520f9d33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2afbf81d58db103660d80231865d1afce086115f" 2019-01-20 13:18:31,457 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e1fdcca3-be37-4aea-84fb-b1615a3a0619 Date: Sun, 20 Jan 2019 13:18:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:18:31,457 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/4fc8b0bb-48f3-47e3-b628-51fd520f9d33 used request id req-e1fdcca3-be37-4aea-84fb-b1615a3a0619 2019-01-20 13:18:31,458 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-pub-net 2019-01-20 13:18:31,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2afbf81d58db103660d80231865d1afce086115f" 2019-01-20 13:18:32,690 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d2a0660e-095e-4a63-8ee1-e3bb51b47db9 Date: Sun, 20 Jan 2019 13:18:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:18:32,691 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/dab0a90e-ca9f-4d7f-b794-e3c2c6df9772 used request id req-d2a0660e-095e-4a63-8ee1-e3bb51b47db9 2019-01-20 13:18:32,691 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-7736d659-c13e-4fa3-ad0f-2cc779860781-image 2019-01-20 13:18:32,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5a98c8d8bcd7bd315204cb73bfb6dec67e6af5c6" 2019-01-20 13:18:33,429 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-12c30f07-ef74-4909-8ea8-9f81de2a3732 Date: Sun, 20 Jan 2019 13:18:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:18:33,429 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/ef248f7c-9944-4c67-87a8-de45ff6b73ba used request id req-12c30f07-ef74-4909-8ea8-9f81de2a3732 2019-01-20 13:18:33,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2cbf096bd3ba1aed81983f79f86c5d16e08d2e" 2019-01-20 13:18:33,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-95c6d4cc-63f9-4f06-bf74-0d958fb6df9c Date: Sun, 20 Jan 2019 13:18:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "75d1ac5f92af4373bab40884406ed626", "created_at": "2019-01-20T13:17:52Z", "updated_at": "2019-01-20T13:17:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:17:52Z", "revision_number": 0, "id": "0c0801da-17fb-439d-9923-16d54134e6c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:17:52Z", "security_group_id": "fc3e7f04-67ab-43cf-85f7-6599a3053f54", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "port_range_min": null, "ethertype": "IPv4", "project_id": "75d1ac5f92af4373bab40884406ed626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:17:52Z", "revision_number": 0, "id": "2affde31-a981-4238-9a2d-a0f1685623a8", "remote_group_id": "fc3e7f04-67ab-43cf-85f7-6599a3053f54", "remote_ip_prefix": null, "created_at": "2019-01-20T13:17:52Z", "security_group_id": "fc3e7f04-67ab-43cf-85f7-6599a3053f54", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "port_range_min": null, "ethertype": "IPv6", "project_id": "75d1ac5f92af4373bab40884406ed626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:17:52Z", "revision_number": 0, "id": "4f3aa171-dcb0-4359-b64b-0b7765aef1e9", "remote_group_id": "fc3e7f04-67ab-43cf-85f7-6599a3053f54", "remote_ip_prefix": null, "created_at": "2019-01-20T13:17:52Z", "security_group_id": "fc3e7f04-67ab-43cf-85f7-6599a3053f54", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "port_range_min": null, "ethertype": "IPv4", "project_id": "75d1ac5f92af4373bab40884406ed626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:17:52Z", "revision_number": 0, "id": "eee14659-b4c4-42ff-9f9f-91d5465a2ca5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:17:52Z", "security_group_id": "fc3e7f04-67ab-43cf-85f7-6599a3053f54", "tenant_id": "75d1ac5f92af4373bab40884406ed626", "port_range_min": null, "ethertype": "IPv6", "project_id": "75d1ac5f92af4373bab40884406ed626"}], "revision_number": 4, "project_id": "75d1ac5f92af4373bab40884406ed626", "id": "fc3e7f04-67ab-43cf-85f7-6599a3053f54", "name": "default"}]} 2019-01-20 13:18:33,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-95c6d4cc-63f9-4f06-bf74-0d958fb6df9c 2019-01-20 13:18:33,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2cbf096bd3ba1aed81983f79f86c5d16e08d2e" 2019-01-20 13:18:33,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66651d13-6ce6-40db-827c-3b314d197a27 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:18:33,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-66651d13-6ce6-40db-827c-3b314d197a27 2019-01-20 13:18:33,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2cbf096bd3ba1aed81983f79f86c5d16e08d2e" 2019-01-20 13:18:33,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49b0752f-8280-466a-bfe4-5bfc17fc597a 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:18:33,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-49b0752f-8280-466a-bfe4-5bfc17fc597a 2019-01-20 13:18:33,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2cbf096bd3ba1aed81983f79f86c5d16e08d2e" 2019-01-20 13:18:33,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46284212-68e6-4005-8e03-2fec6749cc43 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:18:33,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-46284212-68e6-4005-8e03-2fec6749cc43 2019-01-20 13:18:34,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2cbf096bd3ba1aed81983f79f86c5d16e08d2e" 2019-01-20 13:18:34,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9aed286b-db24-4cec-a9f9-ba57c0ab38d8 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626"}, "enabled": true, "id": "75d1ac5f92af4373bab40884406ed626", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-55b2c82b-c895-46b-proj"}} 2019-01-20 13:18:34,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 used request id req-9aed286b-db24-4cec-a9f9-ba57c0ab38d8 2019-01-20 13:18:34,081 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc3e7f04-67ab-43cf-85f7-6599a3053f54 2019-01-20 13:18:34,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=fc3e7f04-67ab-43cf-85f7-6599a3053f54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2cbf096bd3ba1aed81983f79f86c5d16e08d2e" 2019-01-20 13:18:34,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-25c262b0-c6e7-4f96-b639-4ec33573fc89 Date: Sun, 20 Jan 2019 13:18: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": "2019-01-20T13:17:52Z", "security_group_id": "fc3e7f04-67ab-43cf-85f7-6599a3053f54", "port_range_min": null, "revision_number": 0, "tenant_id": "75d1ac5f92af4373bab40884406ed626", "created_at": "2019-01-20T13:17:52Z", "project_id": "75d1ac5f92af4373bab40884406ed626", "id": "0c0801da-17fb-439d-9923-16d54134e6c3"}, {"remote_group_id": "fc3e7f04-67ab-43cf-85f7-6599a3053f54", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:17:52Z", "security_group_id": "fc3e7f04-67ab-43cf-85f7-6599a3053f54", "port_range_min": null, "revision_number": 0, "tenant_id": "75d1ac5f92af4373bab40884406ed626", "created_at": "2019-01-20T13:17:52Z", "project_id": "75d1ac5f92af4373bab40884406ed626", "id": "2affde31-a981-4238-9a2d-a0f1685623a8"}, {"remote_group_id": "fc3e7f04-67ab-43cf-85f7-6599a3053f54", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:17:52Z", "security_group_id": "fc3e7f04-67ab-43cf-85f7-6599a3053f54", "port_range_min": null, "revision_number": 0, "tenant_id": "75d1ac5f92af4373bab40884406ed626", "created_at": "2019-01-20T13:17:52Z", "project_id": "75d1ac5f92af4373bab40884406ed626", "id": "4f3aa171-dcb0-4359-b64b-0b7765aef1e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:17:52Z", "security_group_id": "fc3e7f04-67ab-43cf-85f7-6599a3053f54", "port_range_min": null, "revision_number": 0, "tenant_id": "75d1ac5f92af4373bab40884406ed626", "created_at": "2019-01-20T13:17:52Z", "project_id": "75d1ac5f92af4373bab40884406ed626", "id": "eee14659-b4c4-42ff-9f9f-91d5465a2ca5"}]} 2019-01-20 13:18:34,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=fc3e7f04-67ab-43cf-85f7-6599a3053f54 used request id req-25c262b0-c6e7-4f96-b639-4ec33573fc89 2019-01-20 13:18:34,266 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:18:34,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/fc3e7f04-67ab-43cf-85f7-6599a3053f54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2cbf096bd3ba1aed81983f79f86c5d16e08d2e" 2019-01-20 13:18:34,558 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-56ae91ef-8fc8-4a50-b34b-290f694ac1ca Content-Length: 0 Date: Sun, 20 Jan 2019 13:18:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:18:34,558 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/fc3e7f04-67ab-43cf-85f7-6599a3053f54 used request id req-56ae91ef-8fc8-4a50-b34b-290f694ac1ca 2019-01-20 13:18:34,559 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-55b2c82b-c895-46b-proj 2019-01-20 13:18:34,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2cbf096bd3ba1aed81983f79f86c5d16e08d2e" 2019-01-20 13:18:34,910 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:18:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-569176d7-7453-4534-b542-e53b0da1e51c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:18:34,911 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/75d1ac5f92af4373bab40884406ed626 used request id req-569176d7-7453-4534-b542-e53b0da1e51c 2019-01-20 13:18:34,911 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-55b2c82b-c895-46b-proj-role 2019-01-20 13:18:34,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/dfefb82b7cd24e448b93bc3d5758d869 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2cbf096bd3ba1aed81983f79f86c5d16e08d2e" 2019-01-20 13:18:35,027 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:18:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-644507c7-9e63-4855-a009-fabac798843b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:18:35,027 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/dfefb82b7cd24e448b93bc3d5758d869 used request id req-644507c7-9e63-4855-a009-fabac798843b 2019-01-20 13:18:35,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f2cbf096bd3ba1aed81983f79f86c5d16e08d2e" 2019-01-20 13:18:35,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28217e51-1400-43e0-a1a4-46e7998646e3 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:18:35,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-28217e51-1400-43e0-a1a4-46e7998646e3 2019-01-20 13:18:35,114 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-55b2c82b-c895-46b-user 2019-01-20 13:18:35,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/0ba8290329394348a1f613ce7f3949ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173a1525544780ed9ffb6b855124817c4120bb69" 2019-01-20 13:18:35,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:18:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7587b30b-419a-45f5-b59c-bb3498cfaa64 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:18:35,309 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/0ba8290329394348a1f613ce7f3949ba used request id req-7587b30b-419a-45f5-b59c-bb3498cfaa64 2019-01-20 13:18:35,311 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:18:35,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:18:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["JAa3XxGPRbaMiyi8BQMR0A"], "issued_at": "2019-01-20T13:18:35.000000Z"}} 2019-01-20 13:18:35,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49280b1f3c31f2d212affe81ff1cdc33e00f77a" 2019-01-20 13:18:35,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ab912f3-23f1-46e0-8940-6aff3395e59d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:18:35,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4ab912f3-23f1-46e0-8940-6aff3395e59d 2019-01-20 13:18:35,784 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:18:35,785 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:18:36,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:18:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["WhymCmtzSEqLWI0n4UtqDQ"], "issued_at": "2019-01-20T13:18:36.000000Z"}} 2019-01-20 13:18:36,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67567816ae229c136077d1707b848964377317ec" 2019-01-20 13:18:36,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3780acd-d09a-4804-ae35-372ab4582f15 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:18:36,267 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f3780acd-d09a-4804-ae35-372ab4582f15 2019-01-20 13:18:36,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:18:36,277 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:18: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:18:36,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-6fc3665d-df49-493-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67567816ae229c136077d1707b848964377317ec" 2019-01-20 13:18:36,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99ecc036-1da1-49a5-aa6b-52381f63458c Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-6fc3665d-df49-493-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:18:36,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-6fc3665d-df49-493-proj used request id req-99ecc036-1da1-49a5-aa6b-52381f63458c 2019-01-20 13:18:36,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67567816ae229c136077d1707b848964377317ec" 2019-01-20 13:18:36,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6530d73a-94c6-4ac4-bb0f-25dcfbaf6f5a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:18:36,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-6530d73a-94c6-4ac4-bb0f-25dcfbaf6f5a 2019-01-20 13:18:36,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67567816ae229c136077d1707b848964377317ec" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceOnComputeHost-6fc3665d-df49-493-proj"}}' 2019-01-20 13:18:36,584 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:18:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7809d337-2067-4b19-807a-cca28e6bcaae Content-Length: 312 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/fcc6f4c1113649c6907c3d39849061e5"}, "enabled": true, "id": "fcc6f4c1113649c6907c3d39849061e5", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-6fc3665d-df49-493-proj"}} 2019-01-20 13:18:36,584 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-7809d337-2067-4b19-807a-cca28e6bcaae 2019-01-20 13:18:36,585 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-6fc3665d-df49-493-proj 2019-01-20 13:18:36,585 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:18:36,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:18:36,971 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:18:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["H2z-0rnZQg62KVJ5YEJQuA"], "issued_at": "2019-01-20T13:18:36.000000Z"}} 2019-01-20 13:18:36,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80cbefe35234749a959ba844da5d5e1b6fed09ea" 2019-01-20 13:18:37,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2ca6af8-1676-4f6d-9912-bd4f8e3643d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:18:37,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c2ca6af8-1676-4f6d-9912-bd4f8e3643d2 2019-01-20 13:18:37,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:18:37,072 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:18: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:18:37,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80cbefe35234749a959ba844da5d5e1b6fed09ea" 2019-01-20 13:18:37,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5590172-e5e9-4da1-bc38-6f07a4d6d1e3 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:18:37,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-f5590172-e5e9-4da1-bc38-6f07a4d6d1e3 2019-01-20 13:18:37,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstanceOnComputeHost-6fc3665d-df49-493-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80cbefe35234749a959ba844da5d5e1b6fed09ea" 2019-01-20 13:18:37,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60d85514-21d6-49a6-a419-27a7aa07c1f9 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstanceOnComputeHost-6fc3665d-df49-493-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/fcc6f4c1113649c6907c3d39849061e5"}, "enabled": true, "id": "fcc6f4c1113649c6907c3d39849061e5", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-6fc3665d-df49-493-proj"}]} 2019-01-20 13:18:37,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstanceOnComputeHost-6fc3665d-df49-493-proj used request id req-60d85514-21d6-49a6-a419-27a7aa07c1f9 2019-01-20 13:18:37,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80cbefe35234749a959ba844da5d5e1b6fed09ea" 2019-01-20 13:18:37,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-150aee12-f29c-48e2-aebe-5dda2b76eaed Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:18:37,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-150aee12-f29c-48e2-aebe-5dda2b76eaed 2019-01-20 13:18:37,745 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-6fc3665d-df49-493-user 2019-01-20 13:18:37,746 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:18:37,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67567816ae229c136077d1707b848964377317ec" 2019-01-20 13:18:37,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91fb458b-4922-4a28-a0db-ba72598cfab2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:18:37,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-91fb458b-4922-4a28-a0db-ba72598cfab2 2019-01-20 13:18:37,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67567816ae229c136077d1707b848964377317ec" -d '{"role": {"name": "CreateInstanceOnComputeHost-6fc3665d-df49-493-proj-role"}}' 2019-01-20 13:18:37,878 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:18:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5c55201-7b30-4e5c-b0ea-0a664fb355fa Content-Length: 226 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4a6f51e88a18433283486fc572b55c64", "links": {"self": "http://172.30.9.22:5000/v3/roles/4a6f51e88a18433283486fc572b55c64"}, "name": "CreateInstanceOnComputeHost-6fc3665d-df49-493-proj-role"}} 2019-01-20 13:18:37,878 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-c5c55201-7b30-4e5c-b0ea-0a664fb355fa 2019-01-20 13:18:37,878 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-6fc3665d-df49-493-proj-role 2019-01-20 13:18:37,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/4a6f51e88a18433283486fc572b55c64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67567816ae229c136077d1707b848964377317ec" 2019-01-20 13:18:38,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fea25c3-82d0-4e2d-b052-e943920109d5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/4a6f51e88a18433283486fc572b55c64"}, "domain_id": null, "name": "CreateInstanceOnComputeHost-6fc3665d-df49-493-proj-role", "id": "4a6f51e88a18433283486fc572b55c64"}} 2019-01-20 13:18:38,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/4a6f51e88a18433283486fc572b55c64 used request id req-7fea25c3-82d0-4e2d-b052-e943920109d5 2019-01-20 13:18:38,052 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-6fc3665d-df49-493-proj-role to project CreateInstanceOnComputeHost-6fc3665d-df49-493-proj 2019-01-20 13:18:38,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/fcc6f4c1113649c6907c3d39849061e5/users/bee4ae57fed0424a9bf50c756e4af816/roles/4a6f51e88a18433283486fc572b55c64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67567816ae229c136077d1707b848964377317ec" 2019-01-20 13:18:38,198 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:18:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77cf9e84-86bb-4069-a217-1247025eeb32 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:18:38,198 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/fcc6f4c1113649c6907c3d39849061e5/users/bee4ae57fed0424a9bf50c756e4af816/roles/4a6f51e88a18433283486fc572b55c64 used request id req-77cf9e84-86bb-4069-a217-1247025eeb32 2019-01-20 13:18:38,199 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:18:38,199 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:18:38,200 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:18:38,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:18:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["LQWV8SgzSNev0b06ej610Q"], "issued_at": "2019-01-20T13:18:38.000000Z"}} 2019-01-20 13:18:38,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a39af8a51346881f3a3d3edb1e63ddc1e92919" 2019-01-20 13:18:38,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de9e07d4-a17c-43c1-9cb8-03e79ec92bcb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:18:38,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-de9e07d4-a17c-43c1-9cb8-03e79ec92bcb 2019-01-20 13:18:38,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a39af8a51346881f3a3d3edb1e63ddc1e92919" 2019-01-20 13:18:38,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7685b208-4529-4c36-bb3a-8fa50b0b924f Date: Sun, 20 Jan 2019 13:18:38 GMT RESP BODY: {"networks":[]} 2019-01-20 13:18:38,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net used request id req-7685b208-4529-4c36-bb3a-8fa50b0b924f 2019-01-20 13:18:38,859 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net 2019-01-20 13:18:38,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a39af8a51346881f3a3d3edb1e63ddc1e92919" -d '{"network": {"name": "CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net", "admin_state_up": true}}' 2019-01-20 13:18:39,324 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-eca0cd79-ba23-4272-9d2b-6ec9c47e39f9 Date: Sun, 20 Jan 2019 13:18:39 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:18:39Z","is_default":false,"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","mtu":1450}} 2019-01-20 13:18:39,325 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-eca0cd79-ba23-4272-9d2b-6ec9c47e39f9 2019-01-20 13:18:39,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a39af8a51346881f3a3d3edb1e63ddc1e92919" 2019-01-20 13:18:39,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-4a3ce6e0-b195-4ca0-8b8a-62504ad3ee2b Date: Sun, 20 Jan 2019 13:18:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:18:39Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","provider:network_type":"vxlan"}]} 2019-01-20 13:18:39,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-4a3ce6e0-b195-4ca0-8b8a-62504ad3ee2b 2019-01-20 13:18:39,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a39af8a51346881f3a3d3edb1e63ddc1e92919" 2019-01-20 13:18:39,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e0f8de5b-ee97-479b-b553-eb0d5eac2ce0 Date: Sun, 20 Jan 2019 13:18:39 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:18:39,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-e0f8de5b-ee97-479b-b553-eb0d5eac2ce0 2019-01-20 13:18:39,735 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet 2019-01-20 13:18:39,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a39af8a51346881f3a3d3edb1e63ddc1e92919" -d '{"subnets": [{"ip_version": 4, "network_id": "a61db4ec-1399-44a4-b749-94a1dc6b13f1", "cidr": "10.55.0.0/24", "name": "CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]}' 2019-01-20 13:18:40,342 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-06b20d9b-2bee-4a5c-bddd-48117c71f177 Date: Sun, 20 Jan 2019 13:18:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","dns_nameservers":[],"updated_at":"2019-01-20T13:18:40Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]} 2019-01-20 13:18:40,343 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-06b20d9b-2bee-4a5c-bddd-48117c71f177 2019-01-20 13:18:40,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a39af8a51346881f3a3d3edb1e63ddc1e92919" 2019-01-20 13:18:40,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-23d6db37-db58-43b9-aa8e-5d43a308f63f Date: Sun, 20 Jan 2019 13:18:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["e05a9e58-b77f-45e1-9fa0-2c31cfc16128"],"description":"","tags":[],"updated_at":"2019-01-20T13:18:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","provider:network_type":"vxlan"}]} 2019-01-20 13:18:40,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-23d6db37-db58-43b9-aa8e-5d43a308f63f 2019-01-20 13:18:40,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a39af8a51346881f3a3d3edb1e63ddc1e92919" 2019-01-20 13:18:40,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-c2006d7c-8fb6-40fa-b348-0a2366199e34 Date: Sun, 20 Jan 2019 13:18:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","dns_nameservers":[],"updated_at":"2019-01-20T13:18:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]} 2019-01-20 13:18:40,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-c2006d7c-8fb6-40fa-b348-0a2366199e34 2019-01-20 13:18:40,813 - OpenStackNetwork - DEBUG - Network [a61db4ec-1399-44a4-b749-94a1dc6b13f1] created successfully 2019-01-20 13:18:40,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:18:40,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:18:41,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:18:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["1d5-E17hRISQuv_55mZ0xg"], "issued_at": "2019-01-20T13:18:41.000000Z"}} 2019-01-20 13:18:41,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0366d0a779b4474e771b5d3eed7aac29103223c8" 2019-01-20 13:18:41,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c930073-3795-4ae6-87bc-980c3f8348d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:18:41,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2c930073-3795-4ae6-87bc-980c3f8348d0 2019-01-20 13:18:41,275 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:18:41,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0366d0a779b4474e771b5d3eed7aac29103223c8" 2019-01-20 13:18:41,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5d08032c-5747-4779-acd4-5db1d56648c9 x-compute-request-id: req-5d08032c-5747-4779-acd4-5db1d56648c9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:18:41,458 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-5d08032c-5747-4779-acd4-5db1d56648c9 2019-01-20 13:18:41,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0366d0a779b4474e771b5d3eed7aac29103223c8" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 512, "id": null, "swap": 0}}' 2019-01-20 13:18:41,512 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8335397-20fa-4295-8944-13aae782dffa x-compute-request-id: req-b8335397-20fa-4295-8944-13aae782dffa Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "name": "CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:18:41,512 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-b8335397-20fa-4295-8944-13aae782dffa 2019-01-20 13:18:41,513 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:18:41,514 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:18:41,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4a6f51e88a18433283486fc572b55c64", "name": "CreateInstanceOnComputeHost-6fc3665d-df49-493-proj-role"}], "expires_at": "2019-01-20T14:18:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fcc6f4c1113649c6907c3d39849061e5", "name": "CreateInstanceOnComputeHost-6fc3665d-df49-493-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/fcc6f4c1113649c6907c3d39849061e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/fcc6f4c1113649c6907c3d39849061e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/fcc6f4c1113649c6907c3d39849061e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/fcc6f4c1113649c6907c3d39849061e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/fcc6f4c1113649c6907c3d39849061e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/fcc6f4c1113649c6907c3d39849061e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/fcc6f4c1113649c6907c3d39849061e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/fcc6f4c1113649c6907c3d39849061e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/fcc6f4c1113649c6907c3d39849061e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/fcc6f4c1113649c6907c3d39849061e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/fcc6f4c1113649c6907c3d39849061e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/fcc6f4c1113649c6907c3d39849061e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceOnComputeHost-6fc3665d-df49-493-user", "id": "bee4ae57fed0424a9bf50c756e4af816"}, "audit_ids": ["H6AoIQueSGq13Y7pbtPTMQ"], "issued_at": "2019-01-20T13:18:41.000000Z"}} 2019-01-20 13:18:41,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90207a4c88b3b6e3a9566e369b55013367a3f214" 2019-01-20 13:18:41,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fea2e766-9fcf-42ec-8b52-3073ce5eaedf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:18:41,960 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fea2e766-9fcf-42ec-8b52-3073ce5eaedf 2019-01-20 13:18:41,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}90207a4c88b3b6e3a9566e369b55013367a3f214" 2019-01-20 13:18:42,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 172 Content-Type: application/json X-Openstack-Request-Id: req-63597aa7-1774-4459-87f9-91d0bc5bb4b2 Date: Sun, 20 Jan 2019 13:18:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-image"} 2019-01-20 13:18:42,163 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-image used request id req-63597aa7-1774-4459-87f9-91d0bc5bb4b2 2019-01-20 13:18:42,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}90207a4c88b3b6e3a9566e369b55013367a3f214" 2019-01-20 13:18:42,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a29a4463-0859-4d88-8d9b-a217f7b74000 Date: Sun, 20 Jan 2019 13:18: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"}}} 2019-01-20 13:18:42,317 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-a29a4463-0859-4d88-8d9b-a217f7b74000 2019-01-20 13:18:42,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}90207a4c88b3b6e3a9566e369b55013367a3f214" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-image"}' 2019-01-20 13:18:42,551 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 631 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/137fd244-97e0-4c8e-b426-717c89933fb9 X-Openstack-Request-Id: req-db39d2d2-9741-4ee0-bd8a-746da5b31573 Date: Sun, 20 Jan 2019 13:18:42 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:18:42Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:18:42Z", "visibility": "shared", "locations": [], "self": "/v2/images/137fd244-97e0-4c8e-b426-717c89933fb9", "min_disk": 0, "protected": false, "id": "137fd244-97e0-4c8e-b426-717c89933fb9", "file": "/v2/images/137fd244-97e0-4c8e-b426-717c89933fb9/file", "checksum": null, "owner": "fcc6f4c1113649c6907c3d39849061e5", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:18:42,551 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-db39d2d2-9741-4ee0-bd8a-746da5b31573 2019-01-20 13:18:42,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/137fd244-97e0-4c8e-b426-717c89933fb9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}90207a4c88b3b6e3a9566e369b55013367a3f214" -d '' 2019-01-20 13:18:43,379 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-17c34d00-7794-4a2f-a068-c19c75b009ba Date: Sun, 20 Jan 2019 13:18:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:18:43,379 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/137fd244-97e0-4c8e-b426-717c89933fb9/file used request id req-17c34d00-7794-4a2f-a068-c19c75b009ba 2019-01-20 13:18:43,379 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:18:43,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/137fd244-97e0-4c8e-b426-717c89933fb9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}90207a4c88b3b6e3a9566e369b55013367a3f214" 2019-01-20 13:18:43,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-f79f51f7-e195-4067-afe0-2a90d60db9e1 Date: Sun, 20 Jan 2019 13:18:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:18:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:18:43Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/137fd244-97e0-4c8e-b426-717c89933fb9/snap", "metadata": {}}], "self": "/v2/images/137fd244-97e0-4c8e-b426-717c89933fb9", "min_disk": 0, "protected": false, "id": "137fd244-97e0-4c8e-b426-717c89933fb9", "file": "/v2/images/137fd244-97e0-4c8e-b426-717c89933fb9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fcc6f4c1113649c6907c3d39849061e5", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/137fd244-97e0-4c8e-b426-717c89933fb9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:18:43,544 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/137fd244-97e0-4c8e-b426-717c89933fb9 used request id req-f79f51f7-e195-4067-afe0-2a90d60db9e1 2019-01-20 13:18:43,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}90207a4c88b3b6e3a9566e369b55013367a3f214" 2019-01-20 13:18:43,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9daab139-4a73-41ba-8f91-07ecca68deb3 Date: Sun, 20 Jan 2019 13:18:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 13:18:43,708 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-9daab139-4a73-41ba-8f91-07ecca68deb3 2019-01-20 13:18:43,711 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-image 2019-01-20 13:18:43,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/137fd244-97e0-4c8e-b426-717c89933fb9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}90207a4c88b3b6e3a9566e369b55013367a3f214" 2019-01-20 13:18:43,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-89ee467e-4ec6-403a-b891-33fce17e574c Date: Sun, 20 Jan 2019 13:18:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:18:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:18:43Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/137fd244-97e0-4c8e-b426-717c89933fb9/snap", "metadata": {}}], "self": "/v2/images/137fd244-97e0-4c8e-b426-717c89933fb9", "min_disk": 0, "protected": false, "id": "137fd244-97e0-4c8e-b426-717c89933fb9", "file": "/v2/images/137fd244-97e0-4c8e-b426-717c89933fb9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fcc6f4c1113649c6907c3d39849061e5", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/137fd244-97e0-4c8e-b426-717c89933fb9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:18:43,868 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/137fd244-97e0-4c8e-b426-717c89933fb9 used request id req-89ee467e-4ec6-403a-b891-33fce17e574c 2019-01-20 13:18:43,869 - create_image - DEBUG - Instance status is - active 2019-01-20 13:18:43,869 - create_image - DEBUG - Image is active with name - CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-image 2019-01-20 13:18:43,869 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-image 2019-01-20 13:18:43,869 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:18:43,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-availability-zone/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49280b1f3c31f2d212affe81ff1cdc33e00f77a" 2019-01-20 13:18:44,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18: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-6c11e783-5ab3-4f58-ad78-dccfdce9a0df x-compute-request-id: req-6c11e783-5ab3-4f58-ad78-dccfdce9a0df Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"availabilityZoneInfo": [{"zoneState": {"available": true}, "hosts": {"overcloud-controller-2.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2019-01-20T13:18:34.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2019-01-20T13:18:39.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2019-01-20T13:18:41.000000"}}, "overcloud-controller-0.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2019-01-20T13:18:38.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2019-01-20T13:18:37.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2019-01-20T13:18:35.000000"}}, "overcloud-controller-1.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2019-01-20T13:18:34.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2019-01-20T13:18:36.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2019-01-20T13:18:41.000000"}}}, "zoneName": "internal"}, {"zoneState": {"available": true}, "hosts": {"overcloud-novacompute-0.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2019-01-20T13:18:34.000000"}}, "overcloud-novacompute-1.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2019-01-20T13:18:37.000000"}}}, "zoneName": "nova"}]} 2019-01-20 13:18:44,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-availability-zone/detail used request id req-6c11e783-5ab3-4f58-ad78-dccfdce9a0df 2019-01-20 13:18:44,120 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:18:44,121 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:18:44,609 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:18:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["4Xhs1MELTuajVgYje0eAWg"], "issued_at": "2019-01-20T13:18:44.000000Z"}} 2019-01-20 13:18:44,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:44,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e919299-5330-4980-ae67-5c039327a9f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:18:44,689 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2e919299-5330-4980-ae67-5c039327a9f7 2019-01-20 13:18:44,691 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:18:44,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:44,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d695f56c-e2a8-49ac-a0e2-65d5ee3b16f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:18:44,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d695f56c-e2a8-49ac-a0e2-65d5ee3b16f0 2019-01-20 13:18:44,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:45,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-f090ed94-c003-4fba-8f9c-43757a16b373 Date: Sun, 20 Jan 2019 13:18:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["e05a9e58-b77f-45e1-9fa0-2c31cfc16128"],"description":"","tags":[],"updated_at":"2019-01-20T13:18:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","provider:network_type":"vxlan"}]} 2019-01-20 13:18:45,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net used request id req-f090ed94-c003-4fba-8f9c-43757a16b373 2019-01-20 13:18:45,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:18:45,023 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:18: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:18:45,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:45,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6daf1725-b5ef-459b-96c5-52cd5a4182ac 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:18:45,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-6daf1725-b5ef-459b-96c5-52cd5a4182ac 2019-01-20 13:18:45,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:45,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-ed134ba7-fc52-4388-b468-b4f0c0732149 Date: Sun, 20 Jan 2019 13:18:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","dns_nameservers":[],"updated_at":"2019-01-20T13:18:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]} 2019-01-20 13:18:45,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-ed134ba7-fc52-4388-b468-b4f0c0732149 2019-01-20 13:18:45,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:45,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3ab53b7b-24a4-4bdb-8cdf-d7cc3724ed5d Date: Sun, 20 Jan 2019 13:18:45 GMT RESP BODY: {"ports":[]} 2019-01-20 13:18:45,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-1&admin_state_up=True used request id req-3ab53b7b-24a4-4bdb-8cdf-d7cc3724ed5d 2019-01-20 13:18:45,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:45,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18: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-1ae31135-62fb-42d6-b395-5dce8feb37ff x-compute-request-id: req-1ae31135-62fb-42d6-b395-5dce8feb37ff Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:18:45,751 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org used request id req-1ae31135-62fb-42d6-b395-5dce8feb37ff 2019-01-20 13:18:45,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:45,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-5e605bfa-049a-4065-a464-6159a0e28b59 Date: Sun, 20 Jan 2019 13:18:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["e05a9e58-b77f-45e1-9fa0-2c31cfc16128"],"description":"","tags":[],"updated_at":"2019-01-20T13:18:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","provider:network_type":"vxlan"}]} 2019-01-20 13:18:45,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net used request id req-5e605bfa-049a-4065-a464-6159a0e28b59 2019-01-20 13:18:46,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:46,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-783e7adb-05eb-45eb-b2d7-85cfe1a604dc 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:18:46,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-783e7adb-05eb-45eb-b2d7-85cfe1a604dc 2019-01-20 13:18:46,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:46,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-5885742f-2749-4308-96aa-1b2f15e2c8da Date: Sun, 20 Jan 2019 13:18:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","dns_nameservers":[],"updated_at":"2019-01-20T13:18:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]} 2019-01-20 13:18:46,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-5885742f-2749-4308-96aa-1b2f15e2c8da 2019-01-20 13:18:46,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:46,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c3837e8f-6f44-47da-9586-ff723eefafed Date: Sun, 20 Jan 2019 13:18:46 GMT RESP BODY: {"ports":[]} 2019-01-20 13:18:46,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-1&admin_state_up=True used request id req-c3837e8f-6f44-47da-9586-ff723eefafed 2019-01-20 13:18:46,375 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:18:46,376 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:18:46,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:18:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Cmc2LUrIT7WBrs8dw1QZYA"], "issued_at": "2019-01-20T13:18:46.000000Z"}} 2019-01-20 13:18:46,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8b6cbdf520d422411389f234dbc50ac74ef474" 2019-01-20 13:18:46,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f85ab09b-0643-4d3d-87a2-071980f24b3c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:18:46,840 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f85ab09b-0643-4d3d-87a2-071980f24b3c 2019-01-20 13:18:46,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:47,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-4f319a14-8e29-42d7-bda8-f80ccd218a23 Date: Sun, 20 Jan 2019 13:18:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["e05a9e58-b77f-45e1-9fa0-2c31cfc16128"],"description":"","tags":[],"updated_at":"2019-01-20T13:18:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","provider:network_type":"vxlan"}]} 2019-01-20 13:18:47,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net used request id req-4f319a14-8e29-42d7-bda8-f80ccd218a23 2019-01-20 13:18:47,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:47,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-4f8c5c69-9c11-4264-b4ac-e1ff3e7383bd Date: Sun, 20 Jan 2019 13:18:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","dns_nameservers":[],"updated_at":"2019-01-20T13:18:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]} 2019-01-20 13:18:47,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-4f8c5c69-9c11-4264-b4ac-e1ff3e7383bd 2019-01-20 13:18:47,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:47,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-514a2793-cc4c-4cb5-878f-313d7e2c37ca Date: Sun, 20 Jan 2019 13:18:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["e05a9e58-b77f-45e1-9fa0-2c31cfc16128"],"description":"","tags":[],"updated_at":"2019-01-20T13:18:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","provider:network_type":"vxlan"}]} 2019-01-20 13:18:47,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net used request id req-514a2793-cc4c-4cb5-878f-313d7e2c37ca 2019-01-20 13:18:47,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:18:47,743 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:18: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:18:47,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d8b6cbdf520d422411389f234dbc50ac74ef474" 2019-01-20 13:18:47,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2215cc2-8980-4460-92ac-593ef5364e39 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:18:47,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-b2215cc2-8980-4460-92ac-593ef5364e39 2019-01-20 13:18:47,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:48,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-dbf656b2-0ebd-480c-8ed2-dc2454127363 Date: Sun, 20 Jan 2019 13:18:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","dns_nameservers":[],"updated_at":"2019-01-20T13:18:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]} 2019-01-20 13:18:48,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-dbf656b2-0ebd-480c-8ed2-dc2454127363 2019-01-20 13:18:48,115 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net 2019-01-20 13:18:48,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" -d '{"port": {"network_id": "a61db4ec-1399-44a4-b749-94a1dc6b13f1", "name": "CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-1", "admin_state_up": true}}' 2019-01-20 13:18:48,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-dcf7c930-ae02-4c63-922e-560ec9507006 Date: Sun, 20 Jan 2019 13:18:48 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:48Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.9"}],"id":"9ded76de-4362-4880-83c7-bdb1ae717a62","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bb:bf:f4","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-1","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","qos_policy_id":null,"admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:48Z","binding:vnic_type":"normal"}} 2019-01-20 13:18:48,930 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-dcf7c930-ae02-4c63-922e-560ec9507006 2019-01-20 13:18:48,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:49,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-629ce2cd-e0fd-4c8c-ac4a-90388ece3a28 Date: Sun, 20 Jan 2019 13:18:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["e05a9e58-b77f-45e1-9fa0-2c31cfc16128"],"description":"","tags":[],"updated_at":"2019-01-20T13:18:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","provider:network_type":"vxlan"}]} 2019-01-20 13:18:49,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net used request id req-629ce2cd-e0fd-4c8c-ac4a-90388ece3a28 2019-01-20 13:18:49,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:49,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9058df63-95ad-4331-98d2-457a0097eb9f 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:18:49,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-9058df63-95ad-4331-98d2-457a0097eb9f 2019-01-20 13:18:49,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:49,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-8da45cda-7c1a-4d1f-a023-e115b28de3df Date: Sun, 20 Jan 2019 13:18:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","dns_nameservers":[],"updated_at":"2019-01-20T13:18:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]} 2019-01-20 13:18:49,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-8da45cda-7c1a-4d1f-a023-e115b28de3df 2019-01-20 13:18:49,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:49,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-53fe5fab-b314-43b0-a9c9-9df45e5f7769 Date: Sun, 20 Jan 2019 13:18:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:48Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.9"}],"id":"9ded76de-4362-4880-83c7-bdb1ae717a62","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bb:bf:f4","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-1","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:48Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:18:49,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-1&admin_state_up=True used request id req-53fe5fab-b314-43b0-a9c9-9df45e5f7769 2019-01-20 13:18:49,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:49,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0939a4b-bee3-48d5-bb8f-bdf1ed8e7c0e 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:18:49,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-b0939a4b-bee3-48d5-bb8f-bdf1ed8e7c0e 2019-01-20 13:18:49,723 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org 2019-01-20 13:18:49,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:49,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18: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-986b37dc-385e-497e-88f4-8e1152248a14 x-compute-request-id: req-986b37dc-385e-497e-88f4-8e1152248a14 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-flavor-name"}]} 2019-01-20 13:18:49,752 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-986b37dc-385e-497e-88f4-8e1152248a14 2019-01-20 13:18:49,755 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:49,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18: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-3b29cc48-b495-4d53-835c-681e62946473 x-compute-request-id: req-3b29cc48-b495-4d53-835c-681e62946473 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "name": "CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:18:49,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8 used request id req-3b29cc48-b495-4d53-835c-681e62946473 2019-01-20 13:18:49,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:49,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-1053cecd-96b9-418d-ab62-328bdd49e069 Date: Sun, 20 Jan 2019 13:18:49 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:18:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:18:43Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/137fd244-97e0-4c8e-b426-717c89933fb9/snap", "metadata": {}}], "self": "/v2/images/137fd244-97e0-4c8e-b426-717c89933fb9", "min_disk": 0, "protected": false, "id": "137fd244-97e0-4c8e-b426-717c89933fb9", "file": "/v2/images/137fd244-97e0-4c8e-b426-717c89933fb9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fcc6f4c1113649c6907c3d39849061e5", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/137fd244-97e0-4c8e-b426-717c89933fb9/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-image"} 2019-01-20 13:18:49,951 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-image used request id req-1053cecd-96b9-418d-ab62-328bdd49e069 2019-01-20 13:18:49,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:50,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f3d6b4f0-7a8d-4c1f-930d-c8a94238b884 Date: Sun, 20 Jan 2019 13:18: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"}}} 2019-01-20 13:18:50,119 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-f3d6b4f0-7a8d-4c1f-930d-c8a94238b884 2019-01-20 13:18:50,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" -d '{"server": {"name": "CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org", "imageRef": "137fd244-97e0-4c8e-b426-717c89933fb9", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "max_count": 1, "min_count": 1, "networks": [{"port": "9ded76de-4362-4880-83c7-bdb1ae717a62"}]}}' 2019-01-20 13:18:51,478 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-0a34c5ec-6cc7-4645-bb71-9bd1f2ad40be x-compute-request-id: req-0a34c5ec-6cc7-4645-bb71-9bd1f2ad40be Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "515d3d00-c0df-491d-a139-56cf5d56bcf1", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "bookmark"}], "adminPass": "zSVkGdzz9m3u"}} 2019-01-20 13:18:51,478 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-0a34c5ec-6cc7-4645-bb71-9bd1f2ad40be 2019-01-20 13:18:51,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:51,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-be3cc6e3-7076-4c24-8ea6-61894f4a8164 x-compute-request-id: req-be3cc6e3-7076-4c24-8ea6-61894f4a8164 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.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "515d3d00-c0df-491d-a139-56cf5d56bcf1", "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:18:51Z", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-20T13:18:51Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:18:51,550 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 used request id req-be3cc6e3-7076-4c24-8ea6-61894f4a8164 2019-01-20 13:18:51,550 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org 2019-01-20 13:18:51,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:51,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-8adefd91-881c-4ab0-8cc0-6cb00fc77bac x-compute-request-id: req-8adefd91-881c-4ab0-8cc0-6cb00fc77bac 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.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "515d3d00-c0df-491d-a139-56cf5d56bcf1", "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:18:51Z", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-20T13:18:51Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:18:51,915 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 used request id req-8adefd91-881c-4ab0-8cc0-6cb00fc77bac 2019-01-20 13:18:51,916 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2019-01-20 13:18:51,916 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:18:54,919 - create_instance - DEBUG - VM status query timeout in 896.631319046 2019-01-20 13:18:54,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:55,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-ed3ac072-7d5c-494c-93e0-4683c2f672b4 x-compute-request-id: req-ed3ac072-7d5c-494c-93e0-4683c2f672b4 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:bf:f4", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d7", "OS-SRV-USG:launched_at": null, "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "515d3d00-c0df-491d-a139-56cf5d56bcf1", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:18:53Z", "hostId": "861585e71ddfe17e7995ee1b4b2e606d6e2588e0548292b44febbb19", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-20T13:18:51Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:18:55,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 used request id req-ed3ac072-7d5c-494c-93e0-4683c2f672b4 2019-01-20 13:18:55,464 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2019-01-20 13:18:55,464 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:18:58,468 - create_instance - DEBUG - VM status query timeout in 893.082613945 2019-01-20 13:18:58,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:59,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-7180643b-e681-4978-bf0c-37da7bd4a10a x-compute-request-id: req-7180643b-e681-4978-bf0c-37da7bd4a10a Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:bf:f4", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d7", "OS-SRV-USG:launched_at": "2019-01-20T13:18:55.000000", "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "515d3d00-c0df-491d-a139-56cf5d56bcf1", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:18:56Z", "hostId": "861585e71ddfe17e7995ee1b4b2e606d6e2588e0548292b44febbb19", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-20T13:18:51Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:18:59,077 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 used request id req-7180643b-e681-4978-bf0c-37da7bd4a10a 2019-01-20 13:18:59,077 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2019-01-20 13:18:59,077 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:18:59,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:59,855 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-8bc44804-c1ce-46c5-a9c4-efb7e5e6b4d5 x-compute-request-id: req-8bc44804-c1ce-46c5-a9c4-efb7e5e6b4d5 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:bf:f4", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d7", "OS-SRV-USG:launched_at": "2019-01-20T13:18:55.000000", "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "515d3d00-c0df-491d-a139-56cf5d56bcf1", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:18:56Z", "hostId": "861585e71ddfe17e7995ee1b4b2e606d6e2588e0548292b44febbb19", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-20T13:18:51Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:18:59,855 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 used request id req-8bc44804-c1ce-46c5-a9c4-efb7e5e6b4d5 2019-01-20 13:18:59,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:18:59,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-6cb08cce-13a6-4fb3-87b8-b2507699afdc Date: Sun, 20 Jan 2019 13:18:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["e05a9e58-b77f-45e1-9fa0-2c31cfc16128"],"description":"","tags":[],"updated_at":"2019-01-20T13:18:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","provider:network_type":"vxlan"}]} 2019-01-20 13:18:59,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net used request id req-6cb08cce-13a6-4fb3-87b8-b2507699afdc 2019-01-20 13:18:59,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:00,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8650c215-8e6e-46a2-a484-4d9024c621a5 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:19:00,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-8650c215-8e6e-46a2-a484-4d9024c621a5 2019-01-20 13:19:00,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:00,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-67de3c72-dc17-442f-aa31-6075b0c73368 Date: Sun, 20 Jan 2019 13:19:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","dns_nameservers":[],"updated_at":"2019-01-20T13:18:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]} 2019-01-20 13:19:00,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-67de3c72-dc17-442f-aa31-6075b0c73368 2019-01-20 13:19:00,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:00,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-aeecbfb2-474b-4108-95b5-8e256d322bc0 Date: Sun, 20 Jan 2019 13:19:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.2"}],"id":"4d979ccf-471d-4043-91e9-cc0cf7a6c162","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:c7:07","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a61db4ec-1399-44a4-b749-94a1dc6b13f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.9"}],"id":"9ded76de-4362-4880-83c7-bdb1ae717a62","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bb:bf:f4","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-1","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:48Z","binding:vnic_type":"normal","device_id":"515d3d00-c0df-491d-a139-56cf5d56bcf1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.3"}],"id":"a02cba37-b9ed-4c92-af30-267eddfc5eca","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:b8:19","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a61db4ec-1399-44a4-b749-94a1dc6b13f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.4"}],"id":"bdb56221-7221-4659-b728-15e1f1330d0d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:79:d5","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a61db4ec-1399-44a4-b749-94a1dc6b13f1"}]} 2019-01-20 13:19:00,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-aeecbfb2-474b-4108-95b5-8e256d322bc0 2019-01-20 13:19:00,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:00,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19: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-0eaab152-12f6-4c97-8f19-5f8c0b0339e3 x-compute-request-id: req-0eaab152-12f6-4c97-8f19-5f8c0b0339e3 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:bf:f4", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d7", "OS-SRV-USG:launched_at": "2019-01-20T13:18:55.000000", "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "515d3d00-c0df-491d-a139-56cf5d56bcf1", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:18:56Z", "hostId": "861585e71ddfe17e7995ee1b4b2e606d6e2588e0548292b44febbb19", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-20T13:18:51Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:19:00,828 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 used request id req-0eaab152-12f6-4c97-8f19-5f8c0b0339e3 2019-01-20 13:19:00,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:00,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-57de1d7a-5236-4282-a6d7-104eb2cb8f19 Date: Sun, 20 Jan 2019 13:19:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["e05a9e58-b77f-45e1-9fa0-2c31cfc16128"],"description":"","tags":[],"updated_at":"2019-01-20T13:18:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","provider:network_type":"vxlan"}]} 2019-01-20 13:19:00,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net used request id req-57de1d7a-5236-4282-a6d7-104eb2cb8f19 2019-01-20 13:19:00,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:01,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74f4f2d8-c2b3-4f88-a874-c61153fbadc7 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:19:01,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-74f4f2d8-c2b3-4f88-a874-c61153fbadc7 2019-01-20 13:19:01,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:01,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-437f35a2-1e95-46db-a756-4547dccf4966 Date: Sun, 20 Jan 2019 13:19:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","dns_nameservers":[],"updated_at":"2019-01-20T13:18:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]} 2019-01-20 13:19:01,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-437f35a2-1e95-46db-a756-4547dccf4966 2019-01-20 13:19:01,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:01,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-0b98a645-33a8-4e5b-a4af-098428dc55e0 Date: Sun, 20 Jan 2019 13:19:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.2"}],"id":"4d979ccf-471d-4043-91e9-cc0cf7a6c162","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:c7:07","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a61db4ec-1399-44a4-b749-94a1dc6b13f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.9"}],"id":"9ded76de-4362-4880-83c7-bdb1ae717a62","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bb:bf:f4","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-1","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:48Z","binding:vnic_type":"normal","device_id":"515d3d00-c0df-491d-a139-56cf5d56bcf1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.3"}],"id":"a02cba37-b9ed-4c92-af30-267eddfc5eca","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:b8:19","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a61db4ec-1399-44a4-b749-94a1dc6b13f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.4"}],"id":"bdb56221-7221-4659-b728-15e1f1330d0d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:79:d5","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a61db4ec-1399-44a4-b749-94a1dc6b13f1"}]} 2019-01-20 13:19:01,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-0b98a645-33a8-4e5b-a4af-098428dc55e0 2019-01-20 13:19:01,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:01,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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,Accept-Encoding x-openstack-request-id: req-6548ab19-1fad-479d-a78c-5f43465a00ac x-compute-request-id: req-6548ab19-1fad-479d-a78c-5f43465a00ac Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:bf:f4", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d7", "OS-SRV-USG:launched_at": "2019-01-20T13:18:55.000000", "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "515d3d00-c0df-491d-a139-56cf5d56bcf1", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:18:56Z", "hostId": "861585e71ddfe17e7995ee1b4b2e606d6e2588e0548292b44febbb19", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-20T13:18:51Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:19:01,428 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 used request id req-6548ab19-1fad-479d-a78c-5f43465a00ac 2019-01-20 13:19:01,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:01,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-22420984-7fbf-4a41-94da-bfcd56a3799b Date: Sun, 20 Jan 2019 13:19:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["e05a9e58-b77f-45e1-9fa0-2c31cfc16128"],"description":"","tags":[],"updated_at":"2019-01-20T13:18:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","provider:network_type":"vxlan"}]} 2019-01-20 13:19:01,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net used request id req-22420984-7fbf-4a41-94da-bfcd56a3799b 2019-01-20 13:19:01,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:01,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af2c40d0-01a3-4e00-979f-58db3b367a9b 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:19:01,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-af2c40d0-01a3-4e00-979f-58db3b367a9b 2019-01-20 13:19:01,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:01,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-3c9d9d50-fc0c-4919-9e9a-611baceeb5c5 Date: Sun, 20 Jan 2019 13:19:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","dns_nameservers":[],"updated_at":"2019-01-20T13:18:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]} 2019-01-20 13:19:01,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-3c9d9d50-fc0c-4919-9e9a-611baceeb5c5 2019-01-20 13:19:01,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:01,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-4f8b08b5-f051-4afb-bac2-e77790ae8ec1 Date: Sun, 20 Jan 2019 13:19:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.2"}],"id":"4d979ccf-471d-4043-91e9-cc0cf7a6c162","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:c7:07","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a61db4ec-1399-44a4-b749-94a1dc6b13f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.9"}],"id":"9ded76de-4362-4880-83c7-bdb1ae717a62","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bb:bf:f4","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-1","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:48Z","binding:vnic_type":"normal","device_id":"515d3d00-c0df-491d-a139-56cf5d56bcf1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.3"}],"id":"a02cba37-b9ed-4c92-af30-267eddfc5eca","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:b8:19","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a61db4ec-1399-44a4-b749-94a1dc6b13f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.4"}],"id":"bdb56221-7221-4659-b728-15e1f1330d0d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:79:d5","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a61db4ec-1399-44a4-b749-94a1dc6b13f1"}]} 2019-01-20 13:19:01,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-4f8b08b5-f051-4afb-bac2-e77790ae8ec1 2019-01-20 13:19:01,997 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:19:01,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:19:02,370 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:19:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["PNDxOPiPQmWE5KWKJFl4jg"], "issued_at": "2019-01-20T13:19:02.000000Z"}} 2019-01-20 13:19:02,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:02,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1da53378-bb5c-41d2-acb7-6e0b1fd4f19c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:19:02,454 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1da53378-bb5c-41d2-acb7-6e0b1fd4f19c 2019-01-20 13:19:02,455 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:19:02,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:02,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af40981e-8b60-4f06-9956-87ab65b59412 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:19:02,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-af40981e-8b60-4f06-9956-87ab65b59412 2019-01-20 13:19:02,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:02,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-e9efa73e-4c38-4e9d-9948-ea4fde69e26b Date: Sun, 20 Jan 2019 13:19:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["e05a9e58-b77f-45e1-9fa0-2c31cfc16128"],"description":"","tags":[],"updated_at":"2019-01-20T13:18:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","provider:network_type":"vxlan"}]} 2019-01-20 13:19:02,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net used request id req-e9efa73e-4c38-4e9d-9948-ea4fde69e26b 2019-01-20 13:19:02,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:19:02,792 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:19: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:19:02,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:02,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ec4221a-4822-4b91-92d5-36a0f279ecc5 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:19:02,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-0ec4221a-4822-4b91-92d5-36a0f279ecc5 2019-01-20 13:19:02,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:03,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-75d1af27-477a-4299-b430-ddac4160c84a Date: Sun, 20 Jan 2019 13:19:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","dns_nameservers":[],"updated_at":"2019-01-20T13:18:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]} 2019-01-20 13:19:03,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-75d1af27-477a-4299-b430-ddac4160c84a 2019-01-20 13:19:03,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:03,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-95f9acd5-8d2e-40fe-a9a3-beb72dbf2bfe Date: Sun, 20 Jan 2019 13:19:03 GMT RESP BODY: {"ports":[]} 2019-01-20 13:19:03,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-2&admin_state_up=True used request id req-95f9acd5-8d2e-40fe-a9a3-beb72dbf2bfe 2019-01-20 13:19:03,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:03,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-56028331-124a-4a70-8c7f-4b9c96e1f39a x-compute-request-id: req-56028331-124a-4a70-8c7f-4b9c96e1f39a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:19:03,513 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org used request id req-56028331-124a-4a70-8c7f-4b9c96e1f39a 2019-01-20 13:19:03,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:03,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-44b95b1c-2d3c-460a-a84b-55feb9b05518 Date: Sun, 20 Jan 2019 13:19:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["e05a9e58-b77f-45e1-9fa0-2c31cfc16128"],"description":"","tags":[],"updated_at":"2019-01-20T13:18:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","provider:network_type":"vxlan"}]} 2019-01-20 13:19:03,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net used request id req-44b95b1c-2d3c-460a-a84b-55feb9b05518 2019-01-20 13:19:03,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:03,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acc70bc4-509b-4ff8-8917-b8c588d195b8 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:19:03,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-acc70bc4-509b-4ff8-8917-b8c588d195b8 2019-01-20 13:19:03,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:03,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-f4bd5976-a492-4fd4-9b40-4cf6c870c057 Date: Sun, 20 Jan 2019 13:19:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","dns_nameservers":[],"updated_at":"2019-01-20T13:18:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]} 2019-01-20 13:19:03,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-f4bd5976-a492-4fd4-9b40-4cf6c870c057 2019-01-20 13:19:03,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:04,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c5dae272-fc78-4830-912b-ad7faa46e6bf Date: Sun, 20 Jan 2019 13:19:04 GMT RESP BODY: {"ports":[]} 2019-01-20 13:19:04,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-2&admin_state_up=True used request id req-c5dae272-fc78-4830-912b-ad7faa46e6bf 2019-01-20 13:19:04,104 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:19:04,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:19:04,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:19:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["_4Z364aKRxOywDjlgno35Q"], "issued_at": "2019-01-20T13:19:04.000000Z"}} 2019-01-20 13:19:04,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}352a4459a7fdcfe320dd904a3eac664e396c3016" 2019-01-20 13:19:04,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9137740a-fe14-4b32-aa22-d7480dcee5cc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:19:04,561 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9137740a-fe14-4b32-aa22-d7480dcee5cc 2019-01-20 13:19:04,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:04,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-8d1f4130-1895-4759-9380-0580374a6243 Date: Sun, 20 Jan 2019 13:19:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["e05a9e58-b77f-45e1-9fa0-2c31cfc16128"],"description":"","tags":[],"updated_at":"2019-01-20T13:18:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","provider:network_type":"vxlan"}]} 2019-01-20 13:19:04,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net used request id req-8d1f4130-1895-4759-9380-0580374a6243 2019-01-20 13:19:04,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:05,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-dd60b9e9-924a-4486-be23-7b77b580c787 Date: Sun, 20 Jan 2019 13:19:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","dns_nameservers":[],"updated_at":"2019-01-20T13:18:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]} 2019-01-20 13:19:05,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-dd60b9e9-924a-4486-be23-7b77b580c787 2019-01-20 13:19:05,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:05,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-ff208468-2c49-4ae7-9d80-4ed955990822 Date: Sun, 20 Jan 2019 13:19:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["e05a9e58-b77f-45e1-9fa0-2c31cfc16128"],"description":"","tags":[],"updated_at":"2019-01-20T13:18:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","provider:network_type":"vxlan"}]} 2019-01-20 13:19:05,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net used request id req-ff208468-2c49-4ae7-9d80-4ed955990822 2019-01-20 13:19:05,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:19:05,503 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:19: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:19:05,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}352a4459a7fdcfe320dd904a3eac664e396c3016" 2019-01-20 13:19:05,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47ddc859-f9d2-48c8-80a1-bbeace6a4ebb 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:19:05,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-47ddc859-f9d2-48c8-80a1-bbeace6a4ebb 2019-01-20 13:19:05,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:05,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-877930a0-2e69-4b96-9bc7-cf0a9f81a1df Date: Sun, 20 Jan 2019 13:19:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","dns_nameservers":[],"updated_at":"2019-01-20T13:18:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]} 2019-01-20 13:19:05,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-877930a0-2e69-4b96-9bc7-cf0a9f81a1df 2019-01-20 13:19:05,725 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net 2019-01-20 13:19:05,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" -d '{"port": {"network_id": "a61db4ec-1399-44a4-b749-94a1dc6b13f1", "name": "CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-2", "admin_state_up": true}}' 2019-01-20 13:19:06,983 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-b19af827-87ef-4a1a-ad19-fa9484acc00f Date: Sun, 20 Jan 2019 13:19:06 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:19:06Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.14"}],"id":"1b5ab5af-200e-470e-a1b8-f1f7819bc12d","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:52:b5:55","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-2","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","qos_policy_id":null,"admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:19:06Z","binding:vnic_type":"normal"}} 2019-01-20 13:19:06,984 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-b19af827-87ef-4a1a-ad19-fa9484acc00f 2019-01-20 13:19:06,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:07,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-32b66217-7df7-4bfa-9384-2ae2cc1dd6de Date: Sun, 20 Jan 2019 13:19:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["e05a9e58-b77f-45e1-9fa0-2c31cfc16128"],"description":"","tags":[],"updated_at":"2019-01-20T13:18:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","provider:network_type":"vxlan"}]} 2019-01-20 13:19:07,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net used request id req-32b66217-7df7-4bfa-9384-2ae2cc1dd6de 2019-01-20 13:19:07,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:07,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-337a210b-acd4-45ad-a1fd-eeb172b6984d 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:19:07,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-337a210b-acd4-45ad-a1fd-eeb172b6984d 2019-01-20 13:19:07,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:07,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-a935d1e8-c16e-4bf8-817b-b58b6184e16f Date: Sun, 20 Jan 2019 13:19:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","dns_nameservers":[],"updated_at":"2019-01-20T13:18:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]} 2019-01-20 13:19:07,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-a935d1e8-c16e-4bf8-817b-b58b6184e16f 2019-01-20 13:19:07,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:07,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-45e3983d-6b8e-4944-9908-fc17c605c690 Date: Sun, 20 Jan 2019 13:19:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:19:06Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.14"}],"id":"1b5ab5af-200e-470e-a1b8-f1f7819bc12d","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:52:b5:55","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-2","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:19:06Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:19:07,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-2&admin_state_up=True used request id req-45e3983d-6b8e-4944-9908-fc17c605c690 2019-01-20 13:19:07,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:07,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-306d8577-fa3f-4a5d-ab22-443352064800 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:19:07,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-306d8577-fa3f-4a5d-ab22-443352064800 2019-01-20 13:19:07,705 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org 2019-01-20 13:19:07,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:07,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-0414a673-e1ea-4c1d-9802-8e695a2d17ef x-compute-request-id: req-0414a673-e1ea-4c1d-9802-8e695a2d17ef Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-flavor-name"}]} 2019-01-20 13:19:07,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-0414a673-e1ea-4c1d-9802-8e695a2d17ef 2019-01-20 13:19:07,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:07,759 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-651a8999-b4da-4608-9663-9eca0d74dbfc x-compute-request-id: req-651a8999-b4da-4608-9663-9eca0d74dbfc Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "name": "CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:19:07,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8 used request id req-651a8999-b4da-4608-9663-9eca0d74dbfc 2019-01-20 13:19:07,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:07,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-80813aff-deae-40c0-aab9-8491b45ece04 Date: Sun, 20 Jan 2019 13:19:07 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:18:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:18:43Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/137fd244-97e0-4c8e-b426-717c89933fb9/snap", "metadata": {}}], "self": "/v2/images/137fd244-97e0-4c8e-b426-717c89933fb9", "min_disk": 0, "protected": false, "id": "137fd244-97e0-4c8e-b426-717c89933fb9", "file": "/v2/images/137fd244-97e0-4c8e-b426-717c89933fb9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fcc6f4c1113649c6907c3d39849061e5", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/137fd244-97e0-4c8e-b426-717c89933fb9/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-image"} 2019-01-20 13:19:07,930 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-image used request id req-80813aff-deae-40c0-aab9-8491b45ece04 2019-01-20 13:19:07,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:08,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-43eaac7e-96e2-41ba-ba23-5604783997f3 Date: Sun, 20 Jan 2019 13:19: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"}}} 2019-01-20 13:19:08,091 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-43eaac7e-96e2-41ba-ba23-5604783997f3 2019-01-20 13:19:08,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" -d '{"server": {"name": "CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org", "imageRef": "137fd244-97e0-4c8e-b426-717c89933fb9", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "max_count": 1, "min_count": 1, "networks": [{"port": "1b5ab5af-200e-470e-a1b8-f1f7819bc12d"}]}}' 2019-01-20 13:19:09,946 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-929817f5-dbb3-4e9a-8a53-081be58a3fa8 x-compute-request-id: req-929817f5-dbb3-4e9a-8a53-081be58a3fa8 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "46250eff-b395-4ded-8bea-16f61bf96bac", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "bookmark"}], "adminPass": "sywTd2KN6uU6"}} 2019-01-20 13:19:09,946 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-929817f5-dbb3-4e9a-8a53-081be58a3fa8 2019-01-20 13:19:09,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:10,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-ec9199be-c55d-4989-b82d-346e208699ca x-compute-request-id: req-ec9199be-c55d-4989-b82d-346e208699ca Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "46250eff-b395-4ded-8bea-16f61bf96bac", "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:19:09Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-20T13:19:09Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:19:10,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac used request id req-ec9199be-c55d-4989-b82d-346e208699ca 2019-01-20 13:19:10,338 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org 2019-01-20 13:19:10,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:10,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-917448eb-9245-4cb9-aff6-c859be86a89e x-compute-request-id: req-917448eb-9245-4cb9-aff6-c859be86a89e 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.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "46250eff-b395-4ded-8bea-16f61bf96bac", "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:19:10Z", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-20T13:19:09Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:19:10,546 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac used request id req-917448eb-9245-4cb9-aff6-c859be86a89e 2019-01-20 13:19:10,546 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2019-01-20 13:19:10,546 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:19:13,550 - create_instance - DEBUG - VM status query timeout in 896.788609028 2019-01-20 13:19:13,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:13,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41793b58-6dfc-43a3-94a3-b50affdac0b2 x-compute-request-id: req-41793b58-6dfc-43a3-94a3-b50affdac0b2 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:b5:55", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000da", "OS-SRV-USG:launched_at": null, "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "46250eff-b395-4ded-8bea-16f61bf96bac", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:19:11Z", "hostId": "fee9c8451b305ede7b21e6b37ea4ca38f3298d53a61c426bd8845075", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-20T13:19:09Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:19:13,996 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac used request id req-41793b58-6dfc-43a3-94a3-b50affdac0b2 2019-01-20 13:19:13,996 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2019-01-20 13:19:13,997 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:19:17,000 - create_instance - DEBUG - VM status query timeout in 893.338387966 2019-01-20 13:19:17,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:17,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19: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-f494a02a-6cc7-4f25-872b-5cac24728226 x-compute-request-id: req-f494a02a-6cc7-4f25-872b-5cac24728226 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:b5:55", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000da", "OS-SRV-USG:launched_at": null, "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "46250eff-b395-4ded-8bea-16f61bf96bac", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:19:11Z", "hostId": "fee9c8451b305ede7b21e6b37ea4ca38f3298d53a61c426bd8845075", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-20T13:19:09Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:19:17,297 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac used request id req-f494a02a-6cc7-4f25-872b-5cac24728226 2019-01-20 13:19:17,297 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2019-01-20 13:19:17,297 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:19:20,300 - create_instance - DEBUG - VM status query timeout in 890.03777194 2019-01-20 13:19:20,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:20,922 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-997d053b-cfc7-48d0-ba99-65e7a6387fb5 x-compute-request-id: req-997d053b-cfc7-48d0-ba99-65e7a6387fb5 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:b5:55", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000da", "OS-SRV-USG:launched_at": "2019-01-20T13:19:16.000000", "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "46250eff-b395-4ded-8bea-16f61bf96bac", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:19:17Z", "hostId": "fee9c8451b305ede7b21e6b37ea4ca38f3298d53a61c426bd8845075", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-20T13:19:09Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:19:20,922 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac used request id req-997d053b-cfc7-48d0-ba99-65e7a6387fb5 2019-01-20 13:19:20,923 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2019-01-20 13:19:20,923 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:19:20,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:21,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-f871142d-272e-4aeb-a16f-3e82d95c6229 x-compute-request-id: req-f871142d-272e-4aeb-a16f-3e82d95c6229 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:b5:55", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000da", "OS-SRV-USG:launched_at": "2019-01-20T13:19:16.000000", "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "46250eff-b395-4ded-8bea-16f61bf96bac", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:19:17Z", "hostId": "fee9c8451b305ede7b21e6b37ea4ca38f3298d53a61c426bd8845075", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-20T13:19:09Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:19:21,308 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac used request id req-f871142d-272e-4aeb-a16f-3e82d95c6229 2019-01-20 13:19:21,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:21,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-e8734412-13e3-4219-9e4b-f834ed04558e Date: Sun, 20 Jan 2019 13:19:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["e05a9e58-b77f-45e1-9fa0-2c31cfc16128"],"description":"","tags":[],"updated_at":"2019-01-20T13:18:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","provider:network_type":"vxlan"}]} 2019-01-20 13:19:21,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net used request id req-e8734412-13e3-4219-9e4b-f834ed04558e 2019-01-20 13:19:21,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:21,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cb2c8ce-06ae-4f21-a2e1-4b848070716d 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:19:21,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-1cb2c8ce-06ae-4f21-a2e1-4b848070716d 2019-01-20 13:19:21,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:21,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-199c766c-3202-49b1-8ea8-9e830f60cb71 Date: Sun, 20 Jan 2019 13:19:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","dns_nameservers":[],"updated_at":"2019-01-20T13:18:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]} 2019-01-20 13:19:21,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-199c766c-3202-49b1-8ea8-9e830f60cb71 2019-01-20 13:19:21,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:21,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-973e6a4c-e3f1-4532-b167-57d2a6c08c57 Date: Sun, 20 Jan 2019 13:19:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:19:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.14"}],"id":"1b5ab5af-200e-470e-a1b8-f1f7819bc12d","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:52:b5:55","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-2","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:19:06Z","binding:vnic_type":"normal","device_id":"46250eff-b395-4ded-8bea-16f61bf96bac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.2"}],"id":"4d979ccf-471d-4043-91e9-cc0cf7a6c162","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:c7:07","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a61db4ec-1399-44a4-b749-94a1dc6b13f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.9"}],"id":"9ded76de-4362-4880-83c7-bdb1ae717a62","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bb:bf:f4","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-1","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:48Z","binding:vnic_type":"normal","device_id":"515d3d00-c0df-491d-a139-56cf5d56bcf1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.3"}],"id":"a02cba37-b9ed-4c92-af30-267eddfc5eca","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:b8:19","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a61db4ec-1399-44a4-b749-94a1dc6b13f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.4"}],"id":"bdb56221-7221-4659-b728-15e1f1330d0d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:79:d5","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a61db4ec-1399-44a4-b749-94a1dc6b13f1"}]} 2019-01-20 13:19:21,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-973e6a4c-e3f1-4532-b167-57d2a6c08c57 2019-01-20 13:19:21,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:22,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19: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-29367546-947c-45cc-9789-417970471d4f x-compute-request-id: req-29367546-947c-45cc-9789-417970471d4f Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:b5:55", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000da", "OS-SRV-USG:launched_at": "2019-01-20T13:19:16.000000", "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "46250eff-b395-4ded-8bea-16f61bf96bac", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:19:17Z", "hostId": "fee9c8451b305ede7b21e6b37ea4ca38f3298d53a61c426bd8845075", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-20T13:19:09Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:19:22,122 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac used request id req-29367546-947c-45cc-9789-417970471d4f 2019-01-20 13:19:22,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:22,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-f186812f-4d18-478a-847f-9f9d991d54ff Date: Sun, 20 Jan 2019 13:19:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["e05a9e58-b77f-45e1-9fa0-2c31cfc16128"],"description":"","tags":[],"updated_at":"2019-01-20T13:18:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","provider:network_type":"vxlan"}]} 2019-01-20 13:19:22,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net used request id req-f186812f-4d18-478a-847f-9f9d991d54ff 2019-01-20 13:19:22,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:22,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7be64df-61dc-46c3-98bb-c111f19ef549 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:19:22,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-f7be64df-61dc-46c3-98bb-c111f19ef549 2019-01-20 13:19:22,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:22,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-87f670e8-d144-45d6-bf83-4e2ff2377801 Date: Sun, 20 Jan 2019 13:19:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","dns_nameservers":[],"updated_at":"2019-01-20T13:18:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]} 2019-01-20 13:19:22,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-87f670e8-d144-45d6-bf83-4e2ff2377801 2019-01-20 13:19:22,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:22,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-0be12091-1d1c-4570-99ea-0559a2f7c5fb Date: Sun, 20 Jan 2019 13:19:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:19:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.14"}],"id":"1b5ab5af-200e-470e-a1b8-f1f7819bc12d","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:52:b5:55","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-2","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:19:06Z","binding:vnic_type":"normal","device_id":"46250eff-b395-4ded-8bea-16f61bf96bac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.2"}],"id":"4d979ccf-471d-4043-91e9-cc0cf7a6c162","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:c7:07","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a61db4ec-1399-44a4-b749-94a1dc6b13f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.9"}],"id":"9ded76de-4362-4880-83c7-bdb1ae717a62","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bb:bf:f4","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-1","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:48Z","binding:vnic_type":"normal","device_id":"515d3d00-c0df-491d-a139-56cf5d56bcf1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.3"}],"id":"a02cba37-b9ed-4c92-af30-267eddfc5eca","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:b8:19","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a61db4ec-1399-44a4-b749-94a1dc6b13f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.4"}],"id":"bdb56221-7221-4659-b728-15e1f1330d0d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:79:d5","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a61db4ec-1399-44a4-b749-94a1dc6b13f1"}]} 2019-01-20 13:19:22,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-0be12091-1d1c-4570-99ea-0559a2f7c5fb 2019-01-20 13:19:22,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:23,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19: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-ffbcbdaf-3dde-4c17-84c1-d927874c5c0e x-compute-request-id: req-ffbcbdaf-3dde-4c17-84c1-d927874c5c0e Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:b5:55", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000da", "OS-SRV-USG:launched_at": "2019-01-20T13:19:16.000000", "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "46250eff-b395-4ded-8bea-16f61bf96bac", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:19:17Z", "hostId": "fee9c8451b305ede7b21e6b37ea4ca38f3298d53a61c426bd8845075", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-20T13:19:09Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:19:23,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac used request id req-ffbcbdaf-3dde-4c17-84c1-d927874c5c0e 2019-01-20 13:19:23,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:23,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-6997ac0e-a90b-4647-94f4-ee59b0b59d00 Date: Sun, 20 Jan 2019 13:19:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["e05a9e58-b77f-45e1-9fa0-2c31cfc16128"],"description":"","tags":[],"updated_at":"2019-01-20T13:18:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","provider:network_type":"vxlan"}]} 2019-01-20 13:19:23,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net used request id req-6997ac0e-a90b-4647-94f4-ee59b0b59d00 2019-01-20 13:19:23,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:23,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-376fdbb9-40fc-4a27-8463-7e9b22895ea4 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:19:23,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-376fdbb9-40fc-4a27-8463-7e9b22895ea4 2019-01-20 13:19:23,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:23,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-04b0c2a9-fc58-4fa9-9850-3454890c7e9f Date: Sun, 20 Jan 2019 13:19:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","dns_nameservers":[],"updated_at":"2019-01-20T13:18:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]} 2019-01-20 13:19:23,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-04b0c2a9-fc58-4fa9-9850-3454890c7e9f 2019-01-20 13:19:23,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:23,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-f63e9a0b-2e7f-4dc5-9131-018f7f4dcd02 Date: Sun, 20 Jan 2019 13:19:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:19:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.14"}],"id":"1b5ab5af-200e-470e-a1b8-f1f7819bc12d","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:52:b5:55","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-2","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:19:06Z","binding:vnic_type":"normal","device_id":"46250eff-b395-4ded-8bea-16f61bf96bac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.2"}],"id":"4d979ccf-471d-4043-91e9-cc0cf7a6c162","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:c7:07","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a61db4ec-1399-44a4-b749-94a1dc6b13f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.9"}],"id":"9ded76de-4362-4880-83c7-bdb1ae717a62","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bb:bf:f4","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-1","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:48Z","binding:vnic_type":"normal","device_id":"515d3d00-c0df-491d-a139-56cf5d56bcf1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.3"}],"id":"a02cba37-b9ed-4c92-af30-267eddfc5eca","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:b8:19","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a61db4ec-1399-44a4-b749-94a1dc6b13f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.4"}],"id":"bdb56221-7221-4659-b728-15e1f1330d0d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:79:d5","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a61db4ec-1399-44a4-b749-94a1dc6b13f1"}]} 2019-01-20 13:19:23,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-f63e9a0b-2e7f-4dc5-9131-018f7f4dcd02 2019-01-20 13:19:23,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:24,228 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-447723a0-bb69-48d7-9aa7-7a3ef880b5cd x-compute-request-id: req-447723a0-bb69-48d7-9aa7-7a3ef880b5cd Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:bf:f4", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d7", "OS-SRV-USG:launched_at": "2019-01-20T13:18:55.000000", "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "515d3d00-c0df-491d-a139-56cf5d56bcf1", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:18:56Z", "hostId": "861585e71ddfe17e7995ee1b4b2e606d6e2588e0548292b44febbb19", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-20T13:18:51Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:19:24,228 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 used request id req-447723a0-bb69-48d7-9aa7-7a3ef880b5cd 2019-01-20 13:19:24,228 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2019-01-20 13:19:24,229 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:19:24,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:24,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-707b914b-b91d-4dac-a15e-45356036b233 x-compute-request-id: req-707b914b-b91d-4dac-a15e-45356036b233 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:bf:f4", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d7", "OS-SRV-USG:launched_at": "2019-01-20T13:18:55.000000", "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "515d3d00-c0df-491d-a139-56cf5d56bcf1", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:18:56Z", "hostId": "861585e71ddfe17e7995ee1b4b2e606d6e2588e0548292b44febbb19", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-20T13:18:51Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:19:24,705 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 used request id req-707b914b-b91d-4dac-a15e-45356036b233 2019-01-20 13:19:24,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:24,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-33ebeae7-31b4-452f-a129-f295e28961a2 Date: Sun, 20 Jan 2019 13:19:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["e05a9e58-b77f-45e1-9fa0-2c31cfc16128"],"description":"","tags":[],"updated_at":"2019-01-20T13:18:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","provider:network_type":"vxlan"}]} 2019-01-20 13:19:24,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net used request id req-33ebeae7-31b4-452f-a129-f295e28961a2 2019-01-20 13:19:24,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:24,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-243da3b3-8d59-4b7e-86b4-3bf294c79cc0 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:19:24,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-243da3b3-8d59-4b7e-86b4-3bf294c79cc0 2019-01-20 13:19:24,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:25,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-4ead2b7b-8d71-430e-a1d8-8d32f3c8e3a8 Date: Sun, 20 Jan 2019 13:19:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","dns_nameservers":[],"updated_at":"2019-01-20T13:18:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]} 2019-01-20 13:19:25,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-4ead2b7b-8d71-430e-a1d8-8d32f3c8e3a8 2019-01-20 13:19:25,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:25,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-98303150-ae51-4fe5-ab19-367bb1dfcb82 Date: Sun, 20 Jan 2019 13:19:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:19:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.14"}],"id":"1b5ab5af-200e-470e-a1b8-f1f7819bc12d","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:52:b5:55","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-2","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:19:06Z","binding:vnic_type":"normal","device_id":"46250eff-b395-4ded-8bea-16f61bf96bac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.2"}],"id":"4d979ccf-471d-4043-91e9-cc0cf7a6c162","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:c7:07","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a61db4ec-1399-44a4-b749-94a1dc6b13f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.9"}],"id":"9ded76de-4362-4880-83c7-bdb1ae717a62","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bb:bf:f4","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-1","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:48Z","binding:vnic_type":"normal","device_id":"515d3d00-c0df-491d-a139-56cf5d56bcf1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.3"}],"id":"a02cba37-b9ed-4c92-af30-267eddfc5eca","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:b8:19","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a61db4ec-1399-44a4-b749-94a1dc6b13f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.4"}],"id":"bdb56221-7221-4659-b728-15e1f1330d0d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:79:d5","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a61db4ec-1399-44a4-b749-94a1dc6b13f1"}]} 2019-01-20 13:19:25,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-98303150-ae51-4fe5-ab19-367bb1dfcb82 2019-01-20 13:19:25,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:25,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94db3a7d-1716-4001-811e-eea5795f3748 x-compute-request-id: req-94db3a7d-1716-4001-811e-eea5795f3748 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:bf:f4", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d7", "OS-SRV-USG:launched_at": "2019-01-20T13:18:55.000000", "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "515d3d00-c0df-491d-a139-56cf5d56bcf1", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:18:56Z", "hostId": "861585e71ddfe17e7995ee1b4b2e606d6e2588e0548292b44febbb19", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-20T13:18:51Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:19:25,679 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 used request id req-94db3a7d-1716-4001-811e-eea5795f3748 2019-01-20 13:19:25,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:25,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01541300-3e4c-4442-a1b4-f204695da382 x-compute-request-id: req-01541300-3e4c-4442-a1b4-f204695da382 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:b5:55", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000da", "OS-SRV-USG:launched_at": "2019-01-20T13:19:16.000000", "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "46250eff-b395-4ded-8bea-16f61bf96bac", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:19:17Z", "hostId": "fee9c8451b305ede7b21e6b37ea4ca38f3298d53a61c426bd8845075", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-20T13:19:09Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:19:25,995 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac used request id req-01541300-3e4c-4442-a1b4-f204695da382 2019-01-20 13:19:25,995 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2019-01-20 13:19:25,995 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:19:25,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:26,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19: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-2e5ef895-e757-4c1b-b8ca-54a68a19f1ad x-compute-request-id: req-2e5ef895-e757-4c1b-b8ca-54a68a19f1ad Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:b5:55", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000da", "OS-SRV-USG:launched_at": "2019-01-20T13:19:16.000000", "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "46250eff-b395-4ded-8bea-16f61bf96bac", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:19:17Z", "hostId": "fee9c8451b305ede7b21e6b37ea4ca38f3298d53a61c426bd8845075", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-20T13:19:09Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:19:26,602 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac used request id req-2e5ef895-e757-4c1b-b8ca-54a68a19f1ad 2019-01-20 13:19:26,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:26,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-d8090979-02a8-4b45-9253-6b5f9ea20ea4 Date: Sun, 20 Jan 2019 13:19:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":51,"ipv4_address_scope":null,"shared":false,"project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","subnets":["e05a9e58-b77f-45e1-9fa0-2c31cfc16128"],"description":"","tags":[],"updated_at":"2019-01-20T13:18:40Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net","admin_state_up":true,"tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:39Z","provider:network_type":"vxlan"}]} 2019-01-20 13:19:26,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net used request id req-d8090979-02a8-4b45-9253-6b5f9ea20ea4 2019-01-20 13:19:26,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:26,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d3c19ad-eefd-4de3-a67d-b61df5092d62 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:19:26,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-0d3c19ad-eefd-4de3-a67d-b61df5092d62 2019-01-20 13:19:26,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:26,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-7882e2b6-fcc0-4903-b593-be610260be9f Date: Sun, 20 Jan 2019 13:19:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","dns_nameservers":[],"updated_at":"2019-01-20T13:18:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet"}]} 2019-01-20 13:19:26,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-7882e2b6-fcc0-4903-b593-be610260be9f 2019-01-20 13:19:26,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:27,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-a1a5a348-de0a-44cc-9abc-059d23a85f1a Date: Sun, 20 Jan 2019 13:19:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:19:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.14"}],"id":"1b5ab5af-200e-470e-a1b8-f1f7819bc12d","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:52:b5:55","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-2","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:19:06Z","binding:vnic_type":"normal","device_id":"46250eff-b395-4ded-8bea-16f61bf96bac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.2"}],"id":"4d979ccf-471d-4043-91e9-cc0cf7a6c162","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:c7:07","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a61db4ec-1399-44a4-b749-94a1dc6b13f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.9"}],"id":"9ded76de-4362-4880-83c7-bdb1ae717a62","security_groups":["09499332-8414-4348-8e89-67929bd94654"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bb:bf:f4","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-1","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:48Z","binding:vnic_type":"normal","device_id":"515d3d00-c0df-491d-a139-56cf5d56bcf1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.3"}],"id":"a02cba37-b9ed-4c92-af30-267eddfc5eca","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:b8:19","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:41Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a61db4ec-1399-44a4-b749-94a1dc6b13f1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:18:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e05a9e58-b77f-45e1-9fa0-2c31cfc16128","ip_address":"10.55.0.4"}],"id":"bdb56221-7221-4659-b728-15e1f1330d0d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:79:d5","project_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a61db4ec-1399-44a4-b749-94a1dc6b13f1","tenant_id":"59ca7ea86cef4f5eb49126af4cc8d2ae","created_at":"2019-01-20T13:18:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a61db4ec-1399-44a4-b749-94a1dc6b13f1"}]} 2019-01-20 13:19:27,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-a1a5a348-de0a-44cc-9abc-059d23a85f1a 2019-01-20 13:19:27,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:27,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b62f0986-a03a-42d9-90d0-b808d8af3a5e x-compute-request-id: req-b62f0986-a03a-42d9-90d0-b808d8af3a5e Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:b5:55", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000da", "OS-SRV-USG:launched_at": "2019-01-20T13:19:16.000000", "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "46250eff-b395-4ded-8bea-16f61bf96bac", "security_groups": [{"name": "default"}], "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:19:17Z", "hostId": "fee9c8451b305ede7b21e6b37ea4ca38f3298d53a61c426bd8845075", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-20T13:19:09Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:19:27,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac used request id req-b62f0986-a03a-42d9-90d0-b808d8af3a5e 2019-01-20 13:19:27,933 - create_instance - INFO - Deleting Port with ID - 9ded76de-4362-4880-83c7-bdb1ae717a62 2019-01-20 13:19:27,933 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-1 2019-01-20 13:19:27,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/9ded76de-4362-4880-83c7-bdb1ae717a62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:28,522 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7a787176-a588-43f3-9f54-6063b2538ba0 Date: Sun, 20 Jan 2019 13:19:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:19:28,522 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/9ded76de-4362-4880-83c7-bdb1ae717a62 used request id req-7a787176-a588-43f3-9f54-6063b2538ba0 2019-01-20 13:19:28,523 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org 2019-01-20 13:19:28,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:28,664 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:19: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-c766d0e0-9f34-4f6f-98fb-77bf88145d01 x-compute-request-id: req-c766d0e0-9f34-4f6f-98fb-77bf88145d01 Content-Type: application/json 2019-01-20 13:19:28,664 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 used request id req-c766d0e0-9f34-4f6f-98fb-77bf88145d01 2019-01-20 13:19:28,664 - create_instance - INFO - Checking deletion status 2019-01-20 13:19:28,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:28,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19: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-8a89218e-00a8-4831-809c-71eacc046d39 x-compute-request-id: req-8a89218e-00a8-4831-809c-71eacc046d39 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000d7", "OS-SRV-USG:launched_at": "2019-01-20T13:18:55.000000", "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "515d3d00-c0df-491d-a139-56cf5d56bcf1", "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:19:28Z", "hostId": "861585e71ddfe17e7995ee1b4b2e606d6e2588e0548292b44febbb19", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-20T13:18:51Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:19:28,761 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 used request id req-8a89218e-00a8-4831-809c-71eacc046d39 2019-01-20 13:19:28,762 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2019-01-20 13:19:28,762 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:19:31,765 - create_instance - DEBUG - VM status query timeout in 296.899132013 2019-01-20 13:19:31,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f943e47e4b155d785c9bf98c459fcc1151a1cb84" 2019-01-20 13:19:31,822 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:19:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5982df98-fd9b-4dfc-b87a-0885f9c88c98 x-compute-request-id: req-5982df98-fd9b-4dfc-b87a-0885f9c88c98 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 515d3d00-c0df-491d-a139-56cf5d56bcf1 could not be found.", "code": 404}} 2019-01-20 13:19:31,822 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/515d3d00-c0df-491d-a139-56cf5d56bcf1 used request id req-5982df98-fd9b-4dfc-b87a-0885f9c88c98 2019-01-20 13:19:31,822 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 515d3d00-c0df-491d-a139-56cf5d56bcf1 could not be found. (HTTP 404) (Request-ID: req-5982df98-fd9b-4dfc-b87a-0885f9c88c98) 2019-01-20 13:19:31,822 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-0.opnfvlf.org 2019-01-20 13:19:31,823 - create_instance - INFO - Deleting Port with ID - 1b5ab5af-200e-470e-a1b8-f1f7819bc12d 2019-01-20 13:19:31,823 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4port-2 2019-01-20 13:19:31,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/1b5ab5af-200e-470e-a1b8-f1f7819bc12d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:32,226 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c31093c8-b913-4b9c-b7a9-1f540db308d7 Date: Sun, 20 Jan 2019 13:19:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:19:32,226 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/1b5ab5af-200e-470e-a1b8-f1f7819bc12d used request id req-c31093c8-b913-4b9c-b7a9-1f540db308d7 2019-01-20 13:19:32,226 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org 2019-01-20 13:19:32,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:32,377 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:19:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9ba2553f-6a15-46cb-9952-858d6244d62b x-compute-request-id: req-9ba2553f-6a15-46cb-9952-858d6244d62b Content-Type: application/json 2019-01-20 13:19:32,377 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac used request id req-9ba2553f-6a15-46cb-9952-858d6244d62b 2019-01-20 13:19:32,378 - create_instance - INFO - Checking deletion status 2019-01-20 13:19:32,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:32,625 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d03860c-8924-411f-98e2-b040db9914a1 x-compute-request-id: req-5d03860c-8924-411f-98e2-b040db9914a1 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.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/46250eff-b395-4ded-8bea-16f61bf96bac", "rel": "bookmark"}], "image": {"id": "137fd244-97e0-4c8e-b426-717c89933fb9", "links": [{"href": "http://172.30.9.22:8774/images/137fd244-97e0-4c8e-b426-717c89933fb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000da", "OS-SRV-USG:launched_at": "2019-01-20T13:19:16.000000", "flavor": {"id": "30119648-dcef-4ddd-9ec8-a4bc528de1c8", "links": [{"href": "http://172.30.9.22:8774/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8", "rel": "bookmark"}]}, "id": "46250eff-b395-4ded-8bea-16f61bf96bac", "user_id": "a7c8058fe12740ca8633095bf5c62574", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:19:32Z", "hostId": "fee9c8451b305ede7b21e6b37ea4ca38f3298d53a61c426bd8845075", "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-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-20T13:19:09Z", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:19:32,625 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac used request id req-5d03860c-8924-411f-98e2-b040db9914a1 2019-01-20 13:19:32,626 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2019-01-20 13:19:32,626 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:19:35,629 - create_instance - DEBUG - VM status query timeout in 296.748749018 2019-01-20 13:19:35,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976579086b5a74bb77204ed02d69c27078d22b81" 2019-01-20 13:19:35,685 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:19:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-62e77b17-3ee7-4549-be96-a3756ec607be x-compute-request-id: req-62e77b17-3ee7-4549-be96-a3756ec607be Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 46250eff-b395-4ded-8bea-16f61bf96bac could not be found.", "code": 404}} 2019-01-20 13:19:35,686 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/46250eff-b395-4ded-8bea-16f61bf96bac used request id req-62e77b17-3ee7-4549-be96-a3756ec607be 2019-01-20 13:19:35,686 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 46250eff-b395-4ded-8bea-16f61bf96bac could not be found. (HTTP 404) (Request-ID: req-62e77b17-3ee7-4549-be96-a3756ec607be) 2019-01-20 13:19:35,686 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-inst-nova:overcloud-novacompute-1.opnfvlf.org 2019-01-20 13:19:35,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0366d0a779b4474e771b5d3eed7aac29103223c8" 2019-01-20 13:19:35,731 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:19:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cd5093b7-0e66-456f-b5e0-0b99d1f275ea x-compute-request-id: req-cd5093b7-0e66-456f-b5e0-0b99d1f275ea Content-Length: 0 Content-Type: application/json 2019-01-20 13:19:35,731 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/30119648-dcef-4ddd-9ec8-a4bc528de1c8 used request id req-cd5093b7-0e66-456f-b5e0-0b99d1f275ea 2019-01-20 13:19:35,732 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet 2019-01-20 13:19:35,732 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-subnet 2019-01-20 13:19:35,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/e05a9e58-b77f-45e1-9fa0-2c31cfc16128 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a39af8a51346881f3a3d3edb1e63ddc1e92919" 2019-01-20 13:19:37,906 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-77e36a83-1767-4d61-b3f5-513fe5fd2914 Date: Sun, 20 Jan 2019 13:19:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:19:37,906 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/e05a9e58-b77f-45e1-9fa0-2c31cfc16128 used request id req-77e36a83-1767-4d61-b3f5-513fe5fd2914 2019-01-20 13:19:37,906 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-priv-net 2019-01-20 13:19:37,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/a61db4ec-1399-44a4-b749-94a1dc6b13f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a39af8a51346881f3a3d3edb1e63ddc1e92919" 2019-01-20 13:19:39,151 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1e73e5a7-1e04-40d7-86b5-749e630f4e71 Date: Sun, 20 Jan 2019 13:19:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:19:39,151 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/a61db4ec-1399-44a4-b749-94a1dc6b13f1 used request id req-1e73e5a7-1e04-40d7-86b5-749e630f4e71 2019-01-20 13:19:39,152 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-d087863b-327f-42fb-8c8f-dfde97d9cfe4-image 2019-01-20 13:19:39,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/137fd244-97e0-4c8e-b426-717c89933fb9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}90207a4c88b3b6e3a9566e369b55013367a3f214" 2019-01-20 13:19:40,668 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2798eb34-7fa8-4337-966a-c64bea3537e3 Date: Sun, 20 Jan 2019 13:19:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:19:40,669 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/137fd244-97e0-4c8e-b426-717c89933fb9 used request id req-2798eb34-7fa8-4337-966a-c64bea3537e3 2019-01-20 13:19:40,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67567816ae229c136077d1707b848964377317ec" 2019-01-20 13:19:40,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9d6d954a-d865-434d-ac4f-5ca7cc8f917b Date: Sun, 20 Jan 2019 13:19:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:19:40,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-9d6d954a-d865-434d-ac4f-5ca7cc8f917b 2019-01-20 13:19:40,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67567816ae229c136077d1707b848964377317ec" 2019-01-20 13:19:40,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e153a2bf-0bfa-4d63-9006-f4af62688fdd 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:19:40,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-e153a2bf-0bfa-4d63-9006-f4af62688fdd 2019-01-20 13:19:40,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67567816ae229c136077d1707b848964377317ec" 2019-01-20 13:19:41,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ca235c6-2bef-42cd-aa41-4bc84ae433f4 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:19:41,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-1ca235c6-2bef-42cd-aa41-4bc84ae433f4 2019-01-20 13:19:41,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67567816ae229c136077d1707b848964377317ec" 2019-01-20 13:19:41,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-900ce4d6-fd60-4648-bb6c-a58c1fd48da4 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:19:41,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-900ce4d6-fd60-4648-bb6c-a58c1fd48da4 2019-01-20 13:19:41,156 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-6fc3665d-df49-493-proj 2019-01-20 13:19:41,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/fcc6f4c1113649c6907c3d39849061e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67567816ae229c136077d1707b848964377317ec" 2019-01-20 13:19:41,353 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:19:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a1625d3-ddc2-4b7c-b503-4b902fd6b716 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:19:41,353 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/fcc6f4c1113649c6907c3d39849061e5 used request id req-5a1625d3-ddc2-4b7c-b503-4b902fd6b716 2019-01-20 13:19:41,354 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-6fc3665d-df49-493-proj-role 2019-01-20 13:19:41,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/4a6f51e88a18433283486fc572b55c64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67567816ae229c136077d1707b848964377317ec" 2019-01-20 13:19:41,470 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:19:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13288b6c-d78f-48b9-b094-006c8e8fa546 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:19:41,470 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/4a6f51e88a18433283486fc572b55c64 used request id req-13288b6c-d78f-48b9-b094-006c8e8fa546 2019-01-20 13:19:41,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67567816ae229c136077d1707b848964377317ec" 2019-01-20 13:19:41,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-713d16d4-15fd-46dd-b8dd-737eeef62486 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:19:41,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-713d16d4-15fd-46dd-b8dd-737eeef62486 2019-01-20 13:19:41,644 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-6fc3665d-df49-493-user 2019-01-20 13:19:41,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/bee4ae57fed0424a9bf50c756e4af816 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80cbefe35234749a959ba844da5d5e1b6fed09ea" 2019-01-20 13:19:41,829 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:19:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-253fea4a-570c-4938-84ba-b026946bbb5f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:19:41,829 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/bee4ae57fed0424a9bf50c756e4af816 used request id req-253fea4a-570c-4938-84ba-b026946bbb5f 2019-01-20 13:19:41,831 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:19:42,205 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:19:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["v-eS0LhBT4yYu8PXFliyjA"], "issued_at": "2019-01-20T13:19:42.000000Z"}} 2019-01-20 13:19:42,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a5e8a3c23fde5d8201cc938d42fe020fae4ab07" 2019-01-20 13:19:42,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04561278-7f3a-4fa5-af2a-dda416bcf721 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:19:42,303 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-04561278-7f3a-4fa5-af2a-dda416bcf721 2019-01-20 13:19:42,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:19:42,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:19:42,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:19:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["oJbtToXERsGP77kHGCAKDA"], "issued_at": "2019-01-20T13:19:42.000000Z"}} 2019-01-20 13:19:42,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda5ebe05cbdff74bb674b7ee8c4e36f00fe3f35" 2019-01-20 13:19:42,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34680e21-ccac-44dc-b78e-4c3b0a3acf1d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:19:42,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-34680e21-ccac-44dc-b78e-4c3b0a3acf1d 2019-01-20 13:19:42,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:19:42,792 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:19:42,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda5ebe05cbdff74bb674b7ee8c4e36f00fe3f35" 2019-01-20 13:19:42,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2763f28-5782-4189-ba76-e4f090252833 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:19:42,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj used request id req-a2763f28-5782-4189-ba76-e4f090252833 2019-01-20 13:19:42,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda5ebe05cbdff74bb674b7ee8c4e36f00fe3f35" 2019-01-20 13:19:42,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16a713ee-63bb-4751-8fbf-a36e3c6fa55f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:19:42,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-16a713ee-63bb-4751-8fbf-a36e3c6fa55f 2019-01-20 13:19:42,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda5ebe05cbdff74bb674b7ee8c4e36f00fe3f35" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj"}}' 2019-01-20 13:19:43,118 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:19:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03de5f6f-91de-4c09-a047-0db30b1ff924 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02"}, "enabled": true, "id": "9340d79f6eaf45d4b1f07fc33360fc02", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj"}} 2019-01-20 13:19:43,118 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-03de5f6f-91de-4c09-a047-0db30b1ff924 2019-01-20 13:19:43,118 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj 2019-01-20 13:19:43,119 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:19:43,119 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:19:43,506 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:19:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ehnC9sutTueTmvWTYy95AQ"], "issued_at": "2019-01-20T13:19:43.000000Z"}} 2019-01-20 13:19:43,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52a27404b44b8773dc2cfcab72d4aff294e73e49" 2019-01-20 13:19:43,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-742ecb08-723b-4596-9019-0372f4548737 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:19:43,521 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-742ecb08-723b-4596-9019-0372f4548737 2019-01-20 13:19:43,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:19:43,531 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:19: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:19:43,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52a27404b44b8773dc2cfcab72d4aff294e73e49" 2019-01-20 13:19:43,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d210ccd9-6981-4e98-a55b-c9fed2476e4c Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:19:43,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-d210ccd9-6981-4e98-a55b-c9fed2476e4c 2019-01-20 13:19:43,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52a27404b44b8773dc2cfcab72d4aff294e73e49" 2019-01-20 13:19:43,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33bdf3d5-a316-474a-856a-bd0e6c9d7a5f Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02"}, "enabled": true, "id": "9340d79f6eaf45d4b1f07fc33360fc02", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj"}]} 2019-01-20 13:19:43,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj used request id req-33bdf3d5-a316-474a-856a-bd0e6c9d7a5f 2019-01-20 13:19:43,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52a27404b44b8773dc2cfcab72d4aff294e73e49" 2019-01-20 13:19:43,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d18438c8-0a1c-4cdb-a84f-f3c6827302a8 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:19:43,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-d18438c8-0a1c-4cdb-a84f-f3c6827302a8 2019-01-20 13:19:44,477 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-4eb99904-e602-42d-user 2019-01-20 13:19:44,477 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:19:44,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda5ebe05cbdff74bb674b7ee8c4e36f00fe3f35" 2019-01-20 13:19:44,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3f258b2-0595-4610-902c-b9783480c08e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:19:44,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a3f258b2-0595-4610-902c-b9783480c08e 2019-01-20 13:19:44,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda5ebe05cbdff74bb674b7ee8c4e36f00fe3f35" -d '{"role": {"name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj-role"}}' 2019-01-20 13:19:44,699 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:19:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-faae3016-efca-4350-9020-9bf06952a898 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bdfddc65f8c04e19af9eddead6ee37fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/bdfddc65f8c04e19af9eddead6ee37fc"}, "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj-role"}} 2019-01-20 13:19:44,699 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-faae3016-efca-4350-9020-9bf06952a898 2019-01-20 13:19:44,699 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj-role 2019-01-20 13:19:44,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/bdfddc65f8c04e19af9eddead6ee37fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda5ebe05cbdff74bb674b7ee8c4e36f00fe3f35" 2019-01-20 13:19:44,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd3d04e7-6a29-4c5c-9deb-518407706938 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/bdfddc65f8c04e19af9eddead6ee37fc"}, "domain_id": null, "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj-role", "id": "bdfddc65f8c04e19af9eddead6ee37fc"}} 2019-01-20 13:19:44,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/bdfddc65f8c04e19af9eddead6ee37fc used request id req-fd3d04e7-6a29-4c5c-9deb-518407706938 2019-01-20 13:19:44,790 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj-role to project CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj 2019-01-20 13:19:44,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02/users/22628adb12814ae4b23d9936d36182b8/roles/bdfddc65f8c04e19af9eddead6ee37fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda5ebe05cbdff74bb674b7ee8c4e36f00fe3f35" 2019-01-20 13:19:44,910 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:19:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7c0ca30-9a1f-449a-a15b-a95091056109 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:19:44,910 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02/users/22628adb12814ae4b23d9936d36182b8/roles/bdfddc65f8c04e19af9eddead6ee37fc used request id req-c7c0ca30-9a1f-449a-a15b-a95091056109 2019-01-20 13:19:44,911 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:19:44,912 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:19:44,912 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2019-01-20 13:19:44,913 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:19:44,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:19:45,293 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bdfddc65f8c04e19af9eddead6ee37fc", "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj-role"}], "expires_at": "2019-01-20T14:19:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9340d79f6eaf45d4b1f07fc33360fc02", "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-user", "id": "22628adb12814ae4b23d9936d36182b8"}, "audit_ids": ["4B0zGBADT5W8chnt8P66Gg"], "issued_at": "2019-01-20T13:19:45.000000Z"}} 2019-01-20 13:19:45,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcb766f308dc2a8b8154cd08b2d9afd01dabedee" 2019-01-20 13:19:45,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0b3514a-78a4-4ec7-8a82-88d1ba582aaf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:19:45,367 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b0b3514a-78a4-4ec7-8a82-88d1ba582aaf 2019-01-20 13:19:45,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dcb766f308dc2a8b8154cd08b2d9afd01dabedee" 2019-01-20 13:19:45,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-f96f2925-6efa-460f-b9a4-e8ed6b63616f Date: Sun, 20 Jan 2019 13:19:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4"} 2019-01-20 13:19:45,556 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4 used request id req-f96f2925-6efa-460f-b9a4-e8ed6b63616f 2019-01-20 13:19:45,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dcb766f308dc2a8b8154cd08b2d9afd01dabedee" 2019-01-20 13:19:45,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f30bf878-cf56-4b1a-9fba-9b2bdc2b4b6d Date: Sun, 20 Jan 2019 13: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"}}} 2019-01-20 13:19:45,706 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-f30bf878-cf56-4b1a-9fba-9b2bdc2b4b6d 2019-01-20 13:19:45,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dcb766f308dc2a8b8154cd08b2d9afd01dabedee" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4"}' 2019-01-20 13:19:45,935 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/5ff3214b-4b39-4cb6-a999-1155b5921174 X-Openstack-Request-Id: req-77be1200-d9a3-4756-9f53-f95a3b0a3370 Date: Sun, 20 Jan 2019 13:19:45 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:19:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:19:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/5ff3214b-4b39-4cb6-a999-1155b5921174", "min_disk": 0, "protected": false, "id": "5ff3214b-4b39-4cb6-a999-1155b5921174", "file": "/v2/images/5ff3214b-4b39-4cb6-a999-1155b5921174/file", "checksum": null, "owner": "9340d79f6eaf45d4b1f07fc33360fc02", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:19:45,936 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-77be1200-d9a3-4756-9f53-f95a3b0a3370 2019-01-20 13:19:45,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/5ff3214b-4b39-4cb6-a999-1155b5921174/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dcb766f308dc2a8b8154cd08b2d9afd01dabedee" -d '' 2019-01-20 13:19:47,175 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-23102994-9006-4477-bee0-5aabc8c17e07 Date: Sun, 20 Jan 2019 13:19:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:19:47,175 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/5ff3214b-4b39-4cb6-a999-1155b5921174/file used request id req-23102994-9006-4477-bee0-5aabc8c17e07 2019-01-20 13:19:47,176 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:19:47,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/5ff3214b-4b39-4cb6-a999-1155b5921174 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dcb766f308dc2a8b8154cd08b2d9afd01dabedee" 2019-01-20 13:19:47,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-c2f9c3ee-666d-41ce-a0ce-4457e25e8643 Date: Sun, 20 Jan 2019 13:19:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:19:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:19:47Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/5ff3214b-4b39-4cb6-a999-1155b5921174/snap", "metadata": {}}], "self": "/v2/images/5ff3214b-4b39-4cb6-a999-1155b5921174", "min_disk": 0, "protected": false, "id": "5ff3214b-4b39-4cb6-a999-1155b5921174", "file": "/v2/images/5ff3214b-4b39-4cb6-a999-1155b5921174/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9340d79f6eaf45d4b1f07fc33360fc02", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/5ff3214b-4b39-4cb6-a999-1155b5921174/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:19:47,350 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/5ff3214b-4b39-4cb6-a999-1155b5921174 used request id req-c2f9c3ee-666d-41ce-a0ce-4457e25e8643 2019-01-20 13:19:47,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dcb766f308dc2a8b8154cd08b2d9afd01dabedee" 2019-01-20 13:19:47,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b4c95b1c-88f9-4069-a04d-614a880a8505 Date: Sun, 20 Jan 2019 13: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"}}} 2019-01-20 13:19:47,514 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-b4c95b1c-88f9-4069-a04d-614a880a8505 2019-01-20 13:19:47,517 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4 2019-01-20 13:19:47,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/5ff3214b-4b39-4cb6-a999-1155b5921174 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dcb766f308dc2a8b8154cd08b2d9afd01dabedee" 2019-01-20 13:19:47,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f95bb229-fc77-4dc4-bba8-920d3a75d624 Date: Sun, 20 Jan 2019 13:19:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:19:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:19:47Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/5ff3214b-4b39-4cb6-a999-1155b5921174/snap", "metadata": {}}], "self": "/v2/images/5ff3214b-4b39-4cb6-a999-1155b5921174", "min_disk": 0, "protected": false, "id": "5ff3214b-4b39-4cb6-a999-1155b5921174", "file": "/v2/images/5ff3214b-4b39-4cb6-a999-1155b5921174/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9340d79f6eaf45d4b1f07fc33360fc02", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/5ff3214b-4b39-4cb6-a999-1155b5921174/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:19:47,683 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/5ff3214b-4b39-4cb6-a999-1155b5921174 used request id req-f95bb229-fc77-4dc4-bba8-920d3a75d624 2019-01-20 13:19:47,684 - create_image - DEBUG - Instance status is - active 2019-01-20 13:19:47,684 - create_image - DEBUG - Image is active with name - CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4 2019-01-20 13:19:47,684 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4 2019-01-20 13:19:47,684 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:19:47,685 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:19:48,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:19:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Az1UqVdeTtujFdqtHr10ig"], "issued_at": "2019-01-20T13:19:48.000000Z"}} 2019-01-20 13:19:48,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cacb53245cd9da128c6168cdbed4cd1b3e0a76f" 2019-01-20 13:19:48,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34c604ed-1ad8-4931-8ecb-bff54cdfbfb5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:19:48,154 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-34c604ed-1ad8-4931-8ecb-bff54cdfbfb5 2019-01-20 13:19:48,156 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:19:48,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cacb53245cd9da128c6168cdbed4cd1b3e0a76f" 2019-01-20 13:19:48,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19: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-effaa896-059f-4893-8ffe-0dae9027281a x-compute-request-id: req-effaa896-059f-4893-8ffe-0dae9027281a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:19:48,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-effaa896-059f-4893-8ffe-0dae9027281a 2019-01-20 13:19:48,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cacb53245cd9da128c6168cdbed4cd1b3e0a76f" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:19:48,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19: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-327de0c1-8e17-47bc-a371-41c298e9ec5e x-compute-request-id: req-327de0c1-8e17-47bc-a371-41c298e9ec5e Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "name": "CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:19:48,388 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-327de0c1-8e17-47bc-a371-41c298e9ec5e 2019-01-20 13:19:48,388 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:19:48,389 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:19:48,773 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bdfddc65f8c04e19af9eddead6ee37fc", "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj-role"}], "expires_at": "2019-01-20T14:19:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9340d79f6eaf45d4b1f07fc33360fc02", "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-user", "id": "22628adb12814ae4b23d9936d36182b8"}, "audit_ids": ["AMYSq1geTOaCgEhtOZGtWg"], "issued_at": "2019-01-20T13:19:48.000000Z"}} 2019-01-20 13:19:48,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45415d6195cd30a95cb53501716d10eb2705a0ba" 2019-01-20 13:19:48,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83633fe7-9260-4c8a-8e4e-4c0e87b610a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:19:48,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-83633fe7-9260-4c8a-8e4e-4c0e87b610a9 2019-01-20 13:19:48,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45415d6195cd30a95cb53501716d10eb2705a0ba" 2019-01-20 13:19:49,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-579296ef-5ed0-463c-a059-653c562effc5 Date: Sun, 20 Jan 2019 13:19:49 GMT RESP BODY: {"networks":[]} 2019-01-20 13:19:49,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net used request id req-579296ef-5ed0-463c-a059-653c562effc5 2019-01-20 13:19:49,039 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net 2019-01-20 13:19:49,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45415d6195cd30a95cb53501716d10eb2705a0ba" -d '{"network": {"name": "CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net", "admin_state_up": true}}' 2019-01-20 13:19:49,570 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-8031d344-fe4b-4271-b623-33f09df4f916 Date: Sun, 20 Jan 2019 13:19:49 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"8a95b80d-6102-4cd5-bfa6-58347990b969","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9340d79f6eaf45d4b1f07fc33360fc02","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:19:49Z","is_default":false,"name":"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:49Z","mtu":1450}} 2019-01-20 13:19:49,571 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-8031d344-fe4b-4271-b623-33f09df4f916 2019-01-20 13:19:49,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=8a95b80d-6102-4cd5-bfa6-58347990b969 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45415d6195cd30a95cb53501716d10eb2705a0ba" 2019-01-20 13:19:49,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-28b0eb86-9ec1-498b-8630-720123e2430c Date: Sun, 20 Jan 2019 13:19:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T13:19:49Z","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9340d79f6eaf45d4b1f07fc33360fc02","id":"8a95b80d-6102-4cd5-bfa6-58347990b969","name":"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net"}]} 2019-01-20 13:19:49,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=8a95b80d-6102-4cd5-bfa6-58347990b969 used request id req-28b0eb86-9ec1-498b-8630-720123e2430c 2019-01-20 13:19:49,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45415d6195cd30a95cb53501716d10eb2705a0ba" 2019-01-20 13:19:49,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e8226052-2c3c-4576-9e4d-433018cdc2d7 Date: Sun, 20 Jan 2019 13:19:49 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:19:49,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969 used request id req-e8226052-2c3c-4576-9e4d-433018cdc2d7 2019-01-20 13:19:49,999 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-subnet 2019-01-20 13:19:50,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45415d6195cd30a95cb53501716d10eb2705a0ba" -d '{"subnets": [{"ip_version": 4, "network_id": "8a95b80d-6102-4cd5-bfa6-58347990b969", "cidr": "10.55.0.0/24", "name": "CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-subnet"}]}' 2019-01-20 13:19:50,882 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-975380f4-70f4-4ad8-8457-42dc3fa7cd4b Date: Sun, 20 Jan 2019 13:19:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a95b80d-6102-4cd5-bfa6-58347990b969","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:50Z","dns_nameservers":[],"updated_at":"2019-01-20T13:19:50Z","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":"9340d79f6eaf45d4b1f07fc33360fc02","id":"e7ba9e62-561c-46fc-8efb-94c0cdbc5c65","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-subnet"}]} 2019-01-20 13:19:50,882 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-975380f4-70f4-4ad8-8457-42dc3fa7cd4b 2019-01-20 13:19:50,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=8a95b80d-6102-4cd5-bfa6-58347990b969 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45415d6195cd30a95cb53501716d10eb2705a0ba" 2019-01-20 13:19:51,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8a0b22f2-f048-4e40-832e-4511678d9a81 Date: Sun, 20 Jan 2019 13:19: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":["e7ba9e62-561c-46fc-8efb-94c0cdbc5c65"],"updated_at":"2019-01-20T13:19:50Z","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9340d79f6eaf45d4b1f07fc33360fc02","id":"8a95b80d-6102-4cd5-bfa6-58347990b969","name":"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net"}]} 2019-01-20 13:19:51,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=8a95b80d-6102-4cd5-bfa6-58347990b969 used request id req-8a0b22f2-f048-4e40-832e-4511678d9a81 2019-01-20 13:19:51,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45415d6195cd30a95cb53501716d10eb2705a0ba" 2019-01-20 13:19:51,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cd7e9064-9de3-4544-a7e4-43b4c2dbd083 Date: Sun, 20 Jan 2019 13:19:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a95b80d-6102-4cd5-bfa6-58347990b969","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:50Z","dns_nameservers":[],"updated_at":"2019-01-20T13:19:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9340d79f6eaf45d4b1f07fc33360fc02","id":"e7ba9e62-561c-46fc-8efb-94c0cdbc5c65","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-subnet"}]} 2019-01-20 13:19:51,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969 used request id req-cd7e9064-9de3-4544-a7e4-43b4c2dbd083 2019-01-20 13:19:51,237 - OpenStackNetwork - DEBUG - Network [8a95b80d-6102-4cd5-bfa6-58347990b969] created successfully 2019-01-20 13:19:51,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:19:51,238 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:19:51,611 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bdfddc65f8c04e19af9eddead6ee37fc", "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj-role"}], "expires_at": "2019-01-20T14:19:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9340d79f6eaf45d4b1f07fc33360fc02", "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-user", "id": "22628adb12814ae4b23d9936d36182b8"}, "audit_ids": ["0yr_OkW7SACOTJb8g0Itvw"], "issued_at": "2019-01-20T13:19:51.000000Z"}} 2019-01-20 13:19:51,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:51,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b48b6a6b-ebe1-4abd-8c06-c3025927b6e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:19:51,695 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b48b6a6b-ebe1-4abd-8c06-c3025927b6e2 2019-01-20 13:19:51,696 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:19:51,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:51,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9da6e0db-451a-4aa2-a956-eb01b12d88a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:19:51,770 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9da6e0db-451a-4aa2-a956-eb01b12d88a3 2019-01-20 13:19:51,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:52,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-21221da8-3c57-44ab-865a-4053edd3ce30 Date: Sun, 20 Jan 2019 13:19: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":["e7ba9e62-561c-46fc-8efb-94c0cdbc5c65"],"updated_at":"2019-01-20T13:19:50Z","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9340d79f6eaf45d4b1f07fc33360fc02","id":"8a95b80d-6102-4cd5-bfa6-58347990b969","name":"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net"}]} 2019-01-20 13:19:52,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net used request id req-21221da8-3c57-44ab-865a-4053edd3ce30 2019-01-20 13:19:52,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:19:52,065 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:19: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:19:52,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:52,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0fcb200-23ce-4a54-b2e9-1de8b39bab33 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02"}, "enabled": true, "id": "9340d79f6eaf45d4b1f07fc33360fc02", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj"}} 2019-01-20 13:19:52,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02 used request id req-a0fcb200-23ce-4a54-b2e9-1de8b39bab33 2019-01-20 13:19:52,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:52,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-300631ea-b986-4687-ae03-f62b7c01e489 Date: Sun, 20 Jan 2019 13:19:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a95b80d-6102-4cd5-bfa6-58347990b969","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:50Z","dns_nameservers":[],"updated_at":"2019-01-20T13:19:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9340d79f6eaf45d4b1f07fc33360fc02","id":"e7ba9e62-561c-46fc-8efb-94c0cdbc5c65","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-subnet"}]} 2019-01-20 13:19:52,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969 used request id req-300631ea-b986-4687-ae03-f62b7c01e489 2019-01-20 13:19:52,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969&name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:52,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cb376c81-f320-4d4b-9ff3-c4d68d00f21e Date: Sun, 20 Jan 2019 13:19:52 GMT RESP BODY: {"ports":[]} 2019-01-20 13:19:52,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969&name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-port&admin_state_up=True used request id req-cb376c81-f320-4d4b-9ff3-c4d68d00f21e 2019-01-20 13:19:52,577 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:52,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7051dc5c-1057-43c3-acee-6e56c36e1577 x-compute-request-id: req-7051dc5c-1057-43c3-acee-6e56c36e1577 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:19:52,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-inst used request id req-7051dc5c-1057-43c3-acee-6e56c36e1577 2019-01-20 13:19:52,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:53,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c8c05bec-3fd0-4604-81da-a4288884517e Date: Sun, 20 Jan 2019 13:19: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":["e7ba9e62-561c-46fc-8efb-94c0cdbc5c65"],"updated_at":"2019-01-20T13:19:50Z","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9340d79f6eaf45d4b1f07fc33360fc02","id":"8a95b80d-6102-4cd5-bfa6-58347990b969","name":"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net"}]} 2019-01-20 13:19:53,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net used request id req-c8c05bec-3fd0-4604-81da-a4288884517e 2019-01-20 13:19:53,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:53,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c8227f4-96ec-45f6-a95b-987fc14277b3 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02"}, "enabled": true, "id": "9340d79f6eaf45d4b1f07fc33360fc02", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj"}} 2019-01-20 13:19:53,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02 used request id req-7c8227f4-96ec-45f6-a95b-987fc14277b3 2019-01-20 13:19:53,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:53,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5f7a1c82-fee8-4de5-8ea5-ce75509ea15d Date: Sun, 20 Jan 2019 13:19:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a95b80d-6102-4cd5-bfa6-58347990b969","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:50Z","dns_nameservers":[],"updated_at":"2019-01-20T13:19:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9340d79f6eaf45d4b1f07fc33360fc02","id":"e7ba9e62-561c-46fc-8efb-94c0cdbc5c65","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-subnet"}]} 2019-01-20 13:19:53,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969 used request id req-5f7a1c82-fee8-4de5-8ea5-ce75509ea15d 2019-01-20 13:19:53,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969&name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:53,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b3e64bc1-0d2c-4d27-973a-3bb19dfe100d Date: Sun, 20 Jan 2019 13:19:53 GMT RESP BODY: {"ports":[]} 2019-01-20 13:19:53,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969&name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-port&admin_state_up=True used request id req-b3e64bc1-0d2c-4d27-973a-3bb19dfe100d 2019-01-20 13:19:53,384 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:19:53,385 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:19:53,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bdfddc65f8c04e19af9eddead6ee37fc", "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj-role"}], "expires_at": "2019-01-20T14:19:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9340d79f6eaf45d4b1f07fc33360fc02", "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/9340d79f6eaf45d4b1f07fc33360fc02", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-user", "id": "22628adb12814ae4b23d9936d36182b8"}, "audit_ids": ["Ji1z6AaWR9Oja001gjF5pQ"], "issued_at": "2019-01-20T13:19:53.000000Z"}} 2019-01-20 13:19:53,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13660e6a83d23294c1fa2a39e61c4388af4d05c5" 2019-01-20 13:19:53,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3774db53-a75a-4d54-ad87-b0aeb8092119 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:19:53,837 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3774db53-a75a-4d54-ad87-b0aeb8092119 2019-01-20 13:19:53,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:54,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-63a2f502-f94a-4dfb-8082-6d93ca799745 Date: Sun, 20 Jan 2019 13:19: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":["e7ba9e62-561c-46fc-8efb-94c0cdbc5c65"],"updated_at":"2019-01-20T13:19:50Z","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9340d79f6eaf45d4b1f07fc33360fc02","id":"8a95b80d-6102-4cd5-bfa6-58347990b969","name":"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net"}]} 2019-01-20 13:19:54,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net used request id req-63a2f502-f94a-4dfb-8082-6d93ca799745 2019-01-20 13:19:54,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:54,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-add739f6-708d-45f7-b87a-df2f4269e61b Date: Sun, 20 Jan 2019 13:19:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a95b80d-6102-4cd5-bfa6-58347990b969","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:50Z","dns_nameservers":[],"updated_at":"2019-01-20T13:19:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9340d79f6eaf45d4b1f07fc33360fc02","id":"e7ba9e62-561c-46fc-8efb-94c0cdbc5c65","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-subnet"}]} 2019-01-20 13:19:54,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969 used request id req-add739f6-708d-45f7-b87a-df2f4269e61b 2019-01-20 13:19:54,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:54,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e3d064a8-0665-42d3-a0bc-9d890c26926d Date: Sun, 20 Jan 2019 13:19: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":["e7ba9e62-561c-46fc-8efb-94c0cdbc5c65"],"updated_at":"2019-01-20T13:19:50Z","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9340d79f6eaf45d4b1f07fc33360fc02","id":"8a95b80d-6102-4cd5-bfa6-58347990b969","name":"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net"}]} 2019-01-20 13:19:54,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net used request id req-e3d064a8-0665-42d3-a0bc-9d890c26926d 2019-01-20 13:19:54,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:19:54,558 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:19: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:19:54,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13660e6a83d23294c1fa2a39e61c4388af4d05c5" 2019-01-20 13:19:54,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7927a64-6bd6-4dc4-b119-bf24a0ed6d05 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02"}, "enabled": true, "id": "9340d79f6eaf45d4b1f07fc33360fc02", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj"}} 2019-01-20 13:19:54,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02 used request id req-c7927a64-6bd6-4dc4-b119-bf24a0ed6d05 2019-01-20 13:19:54,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:54,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-618f9881-afbd-44bb-9422-f1d9e3626763 Date: Sun, 20 Jan 2019 13:19:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a95b80d-6102-4cd5-bfa6-58347990b969","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:50Z","dns_nameservers":[],"updated_at":"2019-01-20T13:19:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9340d79f6eaf45d4b1f07fc33360fc02","id":"e7ba9e62-561c-46fc-8efb-94c0cdbc5c65","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-subnet"}]} 2019-01-20 13:19:54,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969 used request id req-618f9881-afbd-44bb-9422-f1d9e3626763 2019-01-20 13:19:54,846 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net 2019-01-20 13:19:54,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" -d '{"port": {"network_id": "8a95b80d-6102-4cd5-bfa6-58347990b969", "name": "CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-port", "admin_state_up": true}}' 2019-01-20 13:19:55,804 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-736105d9-d879-40b0-9455-e55f90765f96 Date: Sun, 20 Jan 2019 13:19:55 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:19:55Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7ba9e62-561c-46fc-8efb-94c0cdbc5c65","ip_address":"10.55.0.11"}],"id":"8439e56d-824e-4722-b597-26fb1cd9cce2","security_groups":["cb0a8e94-e9f3-40f4-b614-f04722445c1e"],"mac_address":"fa:16:3e:23:f1:c6","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-port","project_id":"9340d79f6eaf45d4b1f07fc33360fc02","qos_policy_id":null,"admin_state_up":true,"network_id":"8a95b80d-6102-4cd5-bfa6-58347990b969","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:55Z","binding:vnic_type":"normal"}} 2019-01-20 13:19:55,804 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-736105d9-d879-40b0-9455-e55f90765f96 2019-01-20 13:19:55,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:56,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-33a9d11f-8b0b-49c0-973f-a0e99d22adb3 Date: Sun, 20 Jan 2019 13:19: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":["e7ba9e62-561c-46fc-8efb-94c0cdbc5c65"],"updated_at":"2019-01-20T13:19:50Z","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9340d79f6eaf45d4b1f07fc33360fc02","id":"8a95b80d-6102-4cd5-bfa6-58347990b969","name":"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net"}]} 2019-01-20 13:19:56,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net used request id req-33a9d11f-8b0b-49c0-973f-a0e99d22adb3 2019-01-20 13:19:56,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:56,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6feabff9-7e27-4516-8715-36dfa59a681b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02"}, "enabled": true, "id": "9340d79f6eaf45d4b1f07fc33360fc02", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj"}} 2019-01-20 13:19:56,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02 used request id req-6feabff9-7e27-4516-8715-36dfa59a681b 2019-01-20 13:19:56,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:56,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0fc6056d-5cd0-4b48-877d-c4ec59cf249c Date: Sun, 20 Jan 2019 13:19:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a95b80d-6102-4cd5-bfa6-58347990b969","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:50Z","dns_nameservers":[],"updated_at":"2019-01-20T13:19:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9340d79f6eaf45d4b1f07fc33360fc02","id":"e7ba9e62-561c-46fc-8efb-94c0cdbc5c65","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-subnet"}]} 2019-01-20 13:19:56,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969 used request id req-0fc6056d-5cd0-4b48-877d-c4ec59cf249c 2019-01-20 13:19:56,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969&name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:56,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-8db16a27-bc2d-4b1a-afbd-9dbc34e942ab Date: Sun, 20 Jan 2019 13:19:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:19:55Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7ba9e62-561c-46fc-8efb-94c0cdbc5c65","ip_address":"10.55.0.11"}],"id":"8439e56d-824e-4722-b597-26fb1cd9cce2","security_groups":["cb0a8e94-e9f3-40f4-b614-f04722445c1e"],"mac_address":"fa:16:3e:23:f1:c6","project_id":"9340d79f6eaf45d4b1f07fc33360fc02","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-port","admin_state_up":true,"network_id":"8a95b80d-6102-4cd5-bfa6-58347990b969","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:55Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:19:56,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969&name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-port&admin_state_up=True used request id req-8db16a27-bc2d-4b1a-afbd-9dbc34e942ab 2019-01-20 13:19:56,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:56,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9993adfe-9aca-494a-9224-bd122c9fe2bb Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02"}, "enabled": true, "id": "9340d79f6eaf45d4b1f07fc33360fc02", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj"}} 2019-01-20 13:19:56,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02 used request id req-9993adfe-9aca-494a-9224-bd122c9fe2bb 2019-01-20 13:19:56,495 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-inst 2019-01-20 13:19:56,498 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:56,525 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19: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-e1168451-79f3-4151-ac79-9ac929949808 x-compute-request-id: req-e1168451-79f3-4151-ac79-9ac929949808 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "rel": "bookmark"}], "name": "CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-flavor-name"}]} 2019-01-20 13:19:56,526 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e1168451-79f3-4151-ac79-9ac929949808 2019-01-20 13:19:56,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/92dd86bd-9fb3-46e6-9209-f3f67e8668c6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:56,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19: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-4635c08a-ce7b-42c8-8995-0a49163d79ed x-compute-request-id: req-4635c08a-ce7b-42c8-8995-0a49163d79ed Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "name": "CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:19:56,549 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/92dd86bd-9fb3-46e6-9209-f3f67e8668c6 used request id req-4635c08a-ce7b-42c8-8995-0a49163d79ed 2019-01-20 13:19:56,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:56,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-eef2fb11-2eaf-4d46-8c34-abe7e9224897 Date: Sun, 20 Jan 2019 13:19:56 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:19:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:19:47Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/5ff3214b-4b39-4cb6-a999-1155b5921174/snap", "metadata": {}}], "self": "/v2/images/5ff3214b-4b39-4cb6-a999-1155b5921174", "min_disk": 0, "protected": false, "id": "5ff3214b-4b39-4cb6-a999-1155b5921174", "file": "/v2/images/5ff3214b-4b39-4cb6-a999-1155b5921174/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9340d79f6eaf45d4b1f07fc33360fc02", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/5ff3214b-4b39-4cb6-a999-1155b5921174/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4"} 2019-01-20 13:19:56,719 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4 used request id req-eef2fb11-2eaf-4d46-8c34-abe7e9224897 2019-01-20 13:19:56,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:56,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9c3e3652-f011-4b38-b109-f8a1530a7826 Date: Sun, 20 Jan 2019 13:19: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"}}} 2019-01-20 13:19:56,881 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-9c3e3652-f011-4b38-b109-f8a1530a7826 2019-01-20 13:19:56,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" -d '{"server": {"name": "CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-inst", "imageRef": "5ff3214b-4b39-4cb6-a999-1155b5921174", "flavorRef": "92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "max_count": 1, "min_count": 1, "networks": [{"port": "8439e56d-824e-4722-b597-26fb1cd9cce2"}]}}' 2019-01-20 13:19:57,975 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:19: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-9bb47568-2b23-4ae0-9a0d-8e0b93a53024 x-compute-request-id: req-9bb47568-2b23-4ae0-9a0d-8e0b93a53024 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "be9b041e-e14e-49d1-befd-0baf315050e8", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/be9b041e-e14e-49d1-befd-0baf315050e8", "rel": "bookmark"}], "adminPass": "NWxPeMK28uym"}} 2019-01-20 13:19:57,975 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-9bb47568-2b23-4ae0-9a0d-8e0b93a53024 2019-01-20 13:19:57,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:58,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81104466-8af7-4d69-a8cc-9d205f0c884a x-compute-request-id: req-81104466-8af7-4d69-a8cc-9d205f0c884a 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.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/be9b041e-e14e-49d1-befd-0baf315050e8", "rel": "bookmark"}], "image": {"id": "5ff3214b-4b39-4cb6-a999-1155b5921174", "links": [{"href": "http://172.30.9.22:8774/images/5ff3214b-4b39-4cb6-a999-1155b5921174", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "links": [{"href": "http://172.30.9.22:8774/flavors/92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "rel": "bookmark"}]}, "id": "be9b041e-e14e-49d1-befd-0baf315050e8", "user_id": "22628adb12814ae4b23d9936d36182b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:19:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-inst", "created": "2019-01-20T13:19:57Z", "tenant_id": "9340d79f6eaf45d4b1f07fc33360fc02", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:19:58,196 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8 used request id req-81104466-8af7-4d69-a8cc-9d205f0c884a 2019-01-20 13:19:58,196 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-inst 2019-01-20 13:19:58,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:19:58,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:19:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54ac29f8-a6be-4ef1-8cbc-5373f9b87166 x-compute-request-id: req-54ac29f8-a6be-4ef1-8cbc-5373f9b87166 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.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/be9b041e-e14e-49d1-befd-0baf315050e8", "rel": "bookmark"}], "image": {"id": "5ff3214b-4b39-4cb6-a999-1155b5921174", "links": [{"href": "http://172.30.9.22:8774/images/5ff3214b-4b39-4cb6-a999-1155b5921174", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "links": [{"href": "http://172.30.9.22:8774/flavors/92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "rel": "bookmark"}]}, "id": "be9b041e-e14e-49d1-befd-0baf315050e8", "user_id": "22628adb12814ae4b23d9936d36182b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:19:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-inst", "created": "2019-01-20T13:19:57Z", "tenant_id": "9340d79f6eaf45d4b1f07fc33360fc02", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:19:58,444 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8 used request id req-54ac29f8-a6be-4ef1-8cbc-5373f9b87166 2019-01-20 13:19:58,444 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-inst] is - BUILD 2019-01-20 13:19:58,444 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:20:01,448 - create_instance - DEBUG - VM status query timeout in 896.748695135 2019-01-20 13:20:01,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:20:01,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20: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-e6ecab68-3787-46b3-8bf6-10580b3964d5 x-compute-request-id: req-e6ecab68-3787-46b3-8bf6-10580b3964d5 Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/be9b041e-e14e-49d1-befd-0baf315050e8", "rel": "bookmark"}], "image": {"id": "5ff3214b-4b39-4cb6-a999-1155b5921174", "links": [{"href": "http://172.30.9.22:8774/images/5ff3214b-4b39-4cb6-a999-1155b5921174", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "links": [{"href": "http://172.30.9.22:8774/flavors/92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "rel": "bookmark"}]}, "id": "be9b041e-e14e-49d1-befd-0baf315050e8", "security_groups": [{"name": "default"}], "user_id": "22628adb12814ae4b23d9936d36182b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:19:59Z", "hostId": "fd91de478e4e2948bb6b27329f2d2e290aab865672f18768c18a8fad", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-inst", "created": "2019-01-20T13:19:57Z", "tenant_id": "9340d79f6eaf45d4b1f07fc33360fc02", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:20:01,941 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8 used request id req-e6ecab68-3787-46b3-8bf6-10580b3964d5 2019-01-20 13:20:01,941 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-inst] is - BUILD 2019-01-20 13:20:01,942 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:20:04,945 - create_instance - DEBUG - VM status query timeout in 893.251503944 2019-01-20 13:20:04,948 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:20:05,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce3e4624-5c31-455f-8d11-2e9de8f22cf8 x-compute-request-id: req-ce3e4624-5c31-455f-8d11-2e9de8f22cf8 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:f1:c6", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/be9b041e-e14e-49d1-befd-0baf315050e8", "rel": "bookmark"}], "image": {"id": "5ff3214b-4b39-4cb6-a999-1155b5921174", "links": [{"href": "http://172.30.9.22:8774/images/5ff3214b-4b39-4cb6-a999-1155b5921174", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:20:01.000000", "flavor": {"id": "92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "links": [{"href": "http://172.30.9.22:8774/flavors/92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "rel": "bookmark"}]}, "id": "be9b041e-e14e-49d1-befd-0baf315050e8", "security_groups": [{"name": "default"}], "user_id": "22628adb12814ae4b23d9936d36182b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:20:02Z", "hostId": "fd91de478e4e2948bb6b27329f2d2e290aab865672f18768c18a8fad", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-inst", "created": "2019-01-20T13:19:57Z", "tenant_id": "9340d79f6eaf45d4b1f07fc33360fc02", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:20:05,411 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8 used request id req-ce3e4624-5c31-455f-8d11-2e9de8f22cf8 2019-01-20 13:20:05,412 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-inst] is - ACTIVE 2019-01-20 13:20:05,412 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:20:05,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:20:06,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20: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-d80dea7e-ad87-4bb7-9cd2-dd9946816798 x-compute-request-id: req-d80dea7e-ad87-4bb7-9cd2-dd9946816798 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:f1:c6", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/be9b041e-e14e-49d1-befd-0baf315050e8", "rel": "bookmark"}], "image": {"id": "5ff3214b-4b39-4cb6-a999-1155b5921174", "links": [{"href": "http://172.30.9.22:8774/images/5ff3214b-4b39-4cb6-a999-1155b5921174", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:20:01.000000", "flavor": {"id": "92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "links": [{"href": "http://172.30.9.22:8774/flavors/92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "rel": "bookmark"}]}, "id": "be9b041e-e14e-49d1-befd-0baf315050e8", "security_groups": [{"name": "default"}], "user_id": "22628adb12814ae4b23d9936d36182b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:20:02Z", "hostId": "fd91de478e4e2948bb6b27329f2d2e290aab865672f18768c18a8fad", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-inst", "created": "2019-01-20T13:19:57Z", "tenant_id": "9340d79f6eaf45d4b1f07fc33360fc02", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:20:06,029 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8 used request id req-d80dea7e-ad87-4bb7-9cd2-dd9946816798 2019-01-20 13:20:06,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:20:06,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2707e36a-d4ad-46e3-8c26-596673c11a47 Date: Sun, 20 Jan 2019 13:20: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":["e7ba9e62-561c-46fc-8efb-94c0cdbc5c65"],"updated_at":"2019-01-20T13:19:50Z","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9340d79f6eaf45d4b1f07fc33360fc02","id":"8a95b80d-6102-4cd5-bfa6-58347990b969","name":"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net"}]} 2019-01-20 13:20:06,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net used request id req-2707e36a-d4ad-46e3-8c26-596673c11a47 2019-01-20 13:20:06,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:20:06,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-544be209-c2a7-4e68-b07b-6a48f7a0a261 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02"}, "enabled": true, "id": "9340d79f6eaf45d4b1f07fc33360fc02", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj"}} 2019-01-20 13:20:06,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02 used request id req-544be209-c2a7-4e68-b07b-6a48f7a0a261 2019-01-20 13:20:06,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:20:06,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-faa60718-ac2b-4c42-b6d3-b931596af6e0 Date: Sun, 20 Jan 2019 13:20:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a95b80d-6102-4cd5-bfa6-58347990b969","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:50Z","dns_nameservers":[],"updated_at":"2019-01-20T13:19:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9340d79f6eaf45d4b1f07fc33360fc02","id":"e7ba9e62-561c-46fc-8efb-94c0cdbc5c65","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-subnet"}]} 2019-01-20 13:20:06,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969 used request id req-faa60718-ac2b-4c42-b6d3-b931596af6e0 2019-01-20 13:20:06,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:20:06,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3118 X-Openstack-Request-Id: req-1b2fb89a-8fed-400b-af1d-12bcb67eaff1 Date: Sun, 20 Jan 2019 13:20:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:19:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ba9e62-561c-46fc-8efb-94c0cdbc5c65","ip_address":"10.55.0.2"}],"id":"48b1b854-96ad-48e0-9c79-a3cefa8cce96","security_groups":[],"mac_address":"fa:16:3e:f1:c9:ae","project_id":"9340d79f6eaf45d4b1f07fc33360fc02","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8a95b80d-6102-4cd5-bfa6-58347990b969","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:51Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8a95b80d-6102-4cd5-bfa6-58347990b969"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:20:02Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7ba9e62-561c-46fc-8efb-94c0cdbc5c65","ip_address":"10.55.0.11"}],"id":"8439e56d-824e-4722-b597-26fb1cd9cce2","security_groups":["cb0a8e94-e9f3-40f4-b614-f04722445c1e"],"mac_address":"fa:16:3e:23:f1:c6","project_id":"9340d79f6eaf45d4b1f07fc33360fc02","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-port","admin_state_up":true,"network_id":"8a95b80d-6102-4cd5-bfa6-58347990b969","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:55Z","binding:vnic_type":"normal","device_id":"be9b041e-e14e-49d1-befd-0baf315050e8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:19:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ba9e62-561c-46fc-8efb-94c0cdbc5c65","ip_address":"10.55.0.4"}],"id":"9630adcf-d038-4366-b158-279a71b7d9da","security_groups":[],"mac_address":"fa:16:3e:40:e0:ed","project_id":"9340d79f6eaf45d4b1f07fc33360fc02","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8a95b80d-6102-4cd5-bfa6-58347990b969","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:52Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8a95b80d-6102-4cd5-bfa6-58347990b969"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:19:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e7ba9e62-561c-46fc-8efb-94c0cdbc5c65","ip_address":"10.55.0.3"}],"id":"a50c4d4c-0568-4e1f-899f-7fe2b631d847","security_groups":[],"mac_address":"fa:16:3e:80:13:d7","project_id":"9340d79f6eaf45d4b1f07fc33360fc02","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8a95b80d-6102-4cd5-bfa6-58347990b969","tenant_id":"9340d79f6eaf45d4b1f07fc33360fc02","created_at":"2019-01-20T13:19:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8a95b80d-6102-4cd5-bfa6-58347990b969"}]} 2019-01-20 13:20:06,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=8a95b80d-6102-4cd5-bfa6-58347990b969 used request id req-1b2fb89a-8fed-400b-af1d-12bcb67eaff1 2019-01-20 13:20:06,760 - create_instance - INFO - Deleting Port with ID - 8439e56d-824e-4722-b597-26fb1cd9cce2 2019-01-20 13:20:06,760 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-port 2019-01-20 13:20:06,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/8439e56d-824e-4722-b597-26fb1cd9cce2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:20:07,540 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e5e62332-523c-4350-a364-9d5e07edaedd Date: Sun, 20 Jan 2019 13:20:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:20:07,540 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/8439e56d-824e-4722-b597-26fb1cd9cce2 used request id req-e5e62332-523c-4350-a364-9d5e07edaedd 2019-01-20 13:20:07,541 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-inst 2019-01-20 13:20:07,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:20:07,719 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:20: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-7adcadd6-19ed-4294-a6cd-e1cc9010fb1b x-compute-request-id: req-7adcadd6-19ed-4294-a6cd-e1cc9010fb1b Content-Type: application/json 2019-01-20 13:20:07,719 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8 used request id req-7adcadd6-19ed-4294-a6cd-e1cc9010fb1b 2019-01-20 13:20:07,719 - create_instance - INFO - Checking deletion status 2019-01-20 13:20:07,722 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:20:07,957 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20: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-7cbd8b70-15cc-4b8b-9e48-40d584d98a3f x-compute-request-id: req-7cbd8b70-15cc-4b8b-9e48-40d584d98a3f 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.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/be9b041e-e14e-49d1-befd-0baf315050e8", "rel": "bookmark"}], "image": {"id": "5ff3214b-4b39-4cb6-a999-1155b5921174", "links": [{"href": "http://172.30.9.22:8774/images/5ff3214b-4b39-4cb6-a999-1155b5921174", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:20:01.000000", "flavor": {"id": "92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "links": [{"href": "http://172.30.9.22:8774/flavors/92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "rel": "bookmark"}]}, "id": "be9b041e-e14e-49d1-befd-0baf315050e8", "user_id": "22628adb12814ae4b23d9936d36182b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:20:07Z", "hostId": "fd91de478e4e2948bb6b27329f2d2e290aab865672f18768c18a8fad", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-inst", "created": "2019-01-20T13:19:57Z", "tenant_id": "9340d79f6eaf45d4b1f07fc33360fc02", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:20:07,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8 used request id req-7cbd8b70-15cc-4b8b-9e48-40d584d98a3f 2019-01-20 13:20:07,958 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-inst] is - ACTIVE 2019-01-20 13:20:07,958 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:20:10,961 - create_instance - DEBUG - VM status query timeout in 296.757966995 2019-01-20 13:20:10,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:20:11,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20: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-1230a37e-eb3a-4fd2-ada6-624ca0a6bfef x-compute-request-id: req-1230a37e-eb3a-4fd2-ada6-624ca0a6bfef 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.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/be9b041e-e14e-49d1-befd-0baf315050e8", "rel": "bookmark"}], "image": {"id": "5ff3214b-4b39-4cb6-a999-1155b5921174", "links": [{"href": "http://172.30.9.22:8774/images/5ff3214b-4b39-4cb6-a999-1155b5921174", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:20:01.000000", "flavor": {"id": "92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "links": [{"href": "http://172.30.9.22:8774/flavors/92dd86bd-9fb3-46e6-9209-f3f67e8668c6", "rel": "bookmark"}]}, "id": "be9b041e-e14e-49d1-befd-0baf315050e8", "user_id": "22628adb12814ae4b23d9936d36182b8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:20:07Z", "hostId": "fd91de478e4e2948bb6b27329f2d2e290aab865672f18768c18a8fad", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-inst", "created": "2019-01-20T13:19:57Z", "tenant_id": "9340d79f6eaf45d4b1f07fc33360fc02", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:20:11,372 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8 used request id req-1230a37e-eb3a-4fd2-ada6-624ca0a6bfef 2019-01-20 13:20:11,373 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-inst] is - ACTIVE 2019-01-20 13:20:11,373 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:20:14,376 - create_instance - DEBUG - VM status query timeout in 293.343243122 2019-01-20 13:20:14,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5583b705672c49d3035ac2c22215396935006f6" 2019-01-20 13:20:14,432 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:20: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-c24d5f73-162a-43a4-9ab8-f9d7fe717251 x-compute-request-id: req-c24d5f73-162a-43a4-9ab8-f9d7fe717251 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance be9b041e-e14e-49d1-befd-0baf315050e8 could not be found.", "code": 404}} 2019-01-20 13:20:14,432 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/be9b041e-e14e-49d1-befd-0baf315050e8 used request id req-c24d5f73-162a-43a4-9ab8-f9d7fe717251 2019-01-20 13:20:14,433 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance be9b041e-e14e-49d1-befd-0baf315050e8 could not be found. (HTTP 404) (Request-ID: req-c24d5f73-162a-43a4-9ab8-f9d7fe717251) 2019-01-20 13:20:14,433 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-inst 2019-01-20 13:20:14,437 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/92dd86bd-9fb3-46e6-9209-f3f67e8668c6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cacb53245cd9da128c6168cdbed4cd1b3e0a76f" 2019-01-20 13:20:14,491 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:20: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-f1826975-300a-40ec-9288-ed775824052c x-compute-request-id: req-f1826975-300a-40ec-9288-ed775824052c Content-Length: 0 Content-Type: application/json 2019-01-20 13:20:14,491 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/92dd86bd-9fb3-46e6-9209-f3f67e8668c6 used request id req-f1826975-300a-40ec-9288-ed775824052c 2019-01-20 13:20:14,492 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-subnet 2019-01-20 13:20:14,492 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-subnet 2019-01-20 13:20:14,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/e7ba9e62-561c-46fc-8efb-94c0cdbc5c65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45415d6195cd30a95cb53501716d10eb2705a0ba" 2019-01-20 13:20:16,834 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3587d9d2-456b-4e8f-9ea8-5f5352f177c4 Date: Sun, 20 Jan 2019 13:20:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:20:16,834 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/e7ba9e62-561c-46fc-8efb-94c0cdbc5c65 used request id req-3587d9d2-456b-4e8f-9ea8-5f5352f177c4 2019-01-20 13:20:16,834 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4-pub-net 2019-01-20 13:20:16,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/8a95b80d-6102-4cd5-bfa6-58347990b969 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45415d6195cd30a95cb53501716d10eb2705a0ba" 2019-01-20 13:20:18,169 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-347cdc46-65db-4533-8aac-581c87b4c785 Date: Sun, 20 Jan 2019 13:20:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:20:18,170 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/8a95b80d-6102-4cd5-bfa6-58347990b969 used request id req-347cdc46-65db-4533-8aac-581c87b4c785 2019-01-20 13:20:18,170 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-a4b9a7c1-c805-4d18-8de7-8e84f437bfa4 2019-01-20 13:20:18,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/5ff3214b-4b39-4cb6-a999-1155b5921174 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dcb766f308dc2a8b8154cd08b2d9afd01dabedee" 2019-01-20 13:20:19,687 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ee13742d-7c49-4181-8faa-facea47bee3c Date: Sun, 20 Jan 2019 13:20:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:20:19,687 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/5ff3214b-4b39-4cb6-a999-1155b5921174 used request id req-ee13742d-7c49-4181-8faa-facea47bee3c 2019-01-20 13:20:19,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda5ebe05cbdff74bb674b7ee8c4e36f00fe3f35" 2019-01-20 13:20:19,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ddd636ea-d4c2-4c2b-bc93-50340d5a1056 Date: Sun, 20 Jan 2019 13:20:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9340d79f6eaf45d4b1f07fc33360fc02", "created_at": "2019-01-20T13:19:49Z", "updated_at": "2019-01-20T13:19:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:19:49Z", "revision_number": 0, "id": "50efb7ac-d9a6-49f9-9f89-f8a51f658acb", "remote_group_id": "cb0a8e94-e9f3-40f4-b614-f04722445c1e", "remote_ip_prefix": null, "created_at": "2019-01-20T13:19:49Z", "security_group_id": "cb0a8e94-e9f3-40f4-b614-f04722445c1e", "tenant_id": "9340d79f6eaf45d4b1f07fc33360fc02", "port_range_min": null, "ethertype": "IPv4", "project_id": "9340d79f6eaf45d4b1f07fc33360fc02"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:19:49Z", "revision_number": 0, "id": "5d7becc8-5657-4ee5-8835-0a892b68b0d1", "remote_group_id": "cb0a8e94-e9f3-40f4-b614-f04722445c1e", "remote_ip_prefix": null, "created_at": "2019-01-20T13:19:49Z", "security_group_id": "cb0a8e94-e9f3-40f4-b614-f04722445c1e", "tenant_id": "9340d79f6eaf45d4b1f07fc33360fc02", "port_range_min": null, "ethertype": "IPv6", "project_id": "9340d79f6eaf45d4b1f07fc33360fc02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:19:49Z", "revision_number": 0, "id": "f2bd65e6-0fd3-4c91-a745-aaf3e027e43f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:19:49Z", "security_group_id": "cb0a8e94-e9f3-40f4-b614-f04722445c1e", "tenant_id": "9340d79f6eaf45d4b1f07fc33360fc02", "port_range_min": null, "ethertype": "IPv6", "project_id": "9340d79f6eaf45d4b1f07fc33360fc02"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:19:49Z", "revision_number": 0, "id": "f88cd6be-cbde-4a5c-97f4-7c7454392c92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:19:49Z", "security_group_id": "cb0a8e94-e9f3-40f4-b614-f04722445c1e", "tenant_id": "9340d79f6eaf45d4b1f07fc33360fc02", "port_range_min": null, "ethertype": "IPv4", "project_id": "9340d79f6eaf45d4b1f07fc33360fc02"}], "revision_number": 4, "project_id": "9340d79f6eaf45d4b1f07fc33360fc02", "id": "cb0a8e94-e9f3-40f4-b614-f04722445c1e", "name": "default"}]} 2019-01-20 13:20:19,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-ddd636ea-d4c2-4c2b-bc93-50340d5a1056 2019-01-20 13:20:19,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda5ebe05cbdff74bb674b7ee8c4e36f00fe3f35" 2019-01-20 13:20:19,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7d2415e-7c33-487b-8838-53e386782893 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:20:19,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-f7d2415e-7c33-487b-8838-53e386782893 2019-01-20 13:20:19,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda5ebe05cbdff74bb674b7ee8c4e36f00fe3f35" 2019-01-20 13:20:20,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ef9a034-6c85-406a-b16d-310df1f0d6d9 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:20:20,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-3ef9a034-6c85-406a-b16d-310df1f0d6d9 2019-01-20 13:20:20,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda5ebe05cbdff74bb674b7ee8c4e36f00fe3f35" 2019-01-20 13:20:20,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d16f3e80-3b8e-45b1-a7fd-ec878bcb600d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:20:20,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-d16f3e80-3b8e-45b1-a7fd-ec878bcb600d 2019-01-20 13:20:20,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda5ebe05cbdff74bb674b7ee8c4e36f00fe3f35" 2019-01-20 13:20:20,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7c29f4d-c0d7-44a3-858a-03d4fc26be58 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02"}, "enabled": true, "id": "9340d79f6eaf45d4b1f07fc33360fc02", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj"}} 2019-01-20 13:20:20,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02 used request id req-c7c29f4d-c0d7-44a3-858a-03d4fc26be58 2019-01-20 13:20:20,263 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cb0a8e94-e9f3-40f4-b614-f04722445c1e 2019-01-20 13:20:20,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=cb0a8e94-e9f3-40f4-b614-f04722445c1e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda5ebe05cbdff74bb674b7ee8c4e36f00fe3f35" 2019-01-20 13:20:20,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4e981781-71cd-4317-807b-a69ae9a36eb2 Date: Sun, 20 Jan 2019 13:20:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "cb0a8e94-e9f3-40f4-b614-f04722445c1e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:19:49Z", "security_group_id": "cb0a8e94-e9f3-40f4-b614-f04722445c1e", "port_range_min": null, "revision_number": 0, "tenant_id": "9340d79f6eaf45d4b1f07fc33360fc02", "created_at": "2019-01-20T13:19:49Z", "project_id": "9340d79f6eaf45d4b1f07fc33360fc02", "id": "50efb7ac-d9a6-49f9-9f89-f8a51f658acb"}, {"remote_group_id": "cb0a8e94-e9f3-40f4-b614-f04722445c1e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:19:49Z", "security_group_id": "cb0a8e94-e9f3-40f4-b614-f04722445c1e", "port_range_min": null, "revision_number": 0, "tenant_id": "9340d79f6eaf45d4b1f07fc33360fc02", "created_at": "2019-01-20T13:19:49Z", "project_id": "9340d79f6eaf45d4b1f07fc33360fc02", "id": "5d7becc8-5657-4ee5-8835-0a892b68b0d1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:19:49Z", "security_group_id": "cb0a8e94-e9f3-40f4-b614-f04722445c1e", "port_range_min": null, "revision_number": 0, "tenant_id": "9340d79f6eaf45d4b1f07fc33360fc02", "created_at": "2019-01-20T13:19:49Z", "project_id": "9340d79f6eaf45d4b1f07fc33360fc02", "id": "f2bd65e6-0fd3-4c91-a745-aaf3e027e43f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:19:49Z", "security_group_id": "cb0a8e94-e9f3-40f4-b614-f04722445c1e", "port_range_min": null, "revision_number": 0, "tenant_id": "9340d79f6eaf45d4b1f07fc33360fc02", "created_at": "2019-01-20T13:19:49Z", "project_id": "9340d79f6eaf45d4b1f07fc33360fc02", "id": "f88cd6be-cbde-4a5c-97f4-7c7454392c92"}]} 2019-01-20 13:20:20,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=cb0a8e94-e9f3-40f4-b614-f04722445c1e used request id req-4e981781-71cd-4317-807b-a69ae9a36eb2 2019-01-20 13:20:20,443 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:20:20,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/cb0a8e94-e9f3-40f4-b614-f04722445c1e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda5ebe05cbdff74bb674b7ee8c4e36f00fe3f35" 2019-01-20 13:20:20,766 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b6c55aef-4033-4baf-b27e-1320b247fe15 Content-Length: 0 Date: Sun, 20 Jan 2019 13:20:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:20:20,766 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/cb0a8e94-e9f3-40f4-b614-f04722445c1e used request id req-b6c55aef-4033-4baf-b27e-1320b247fe15 2019-01-20 13:20:20,767 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj 2019-01-20 13:20:20,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda5ebe05cbdff74bb674b7ee8c4e36f00fe3f35" 2019-01-20 13:20:20,946 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:20:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6707427f-823f-40b5-b0d2-22080654bb2e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:20:20,946 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/9340d79f6eaf45d4b1f07fc33360fc02 used request id req-6707427f-823f-40b5-b0d2-22080654bb2e 2019-01-20 13:20:20,947 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-4eb99904-e602-42d-proj-role 2019-01-20 13:20:20,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/bdfddc65f8c04e19af9eddead6ee37fc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda5ebe05cbdff74bb674b7ee8c4e36f00fe3f35" 2019-01-20 13:20:21,057 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:20:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c551702-f48b-4bcb-8415-14721fbba05a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:20:21,058 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/bdfddc65f8c04e19af9eddead6ee37fc used request id req-5c551702-f48b-4bcb-8415-14721fbba05a 2019-01-20 13:20:21,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda5ebe05cbdff74bb674b7ee8c4e36f00fe3f35" 2019-01-20 13:20:21,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbf683b8-082c-479b-b957-93451088e0b9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:20:21,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-cbf683b8-082c-479b-b957-93451088e0b9 2019-01-20 13:20:21,150 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-4eb99904-e602-42d-user 2019-01-20 13:20:21,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/22628adb12814ae4b23d9936d36182b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52a27404b44b8773dc2cfcab72d4aff294e73e49" 2019-01-20 13:20:21,331 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:20:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5585590-31ef-4ec7-bfc6-5227ee6758f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:20:21,331 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/22628adb12814ae4b23d9936d36182b8 used request id req-b5585590-31ef-4ec7-bfc6-5227ee6758f7 2019-01-20 13:20:21,332 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:20:21,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:20:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["nz4C5qUJTzaZc2g0aUbUYQ"], "issued_at": "2019-01-20T13:20:21.000000Z"}} 2019-01-20 13:20:21,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e72aa9db86e1b37945c3c54f49129ee7476a99a6" 2019-01-20 13:20:21,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4929d943-a2a3-425c-9e68-202ee4c575fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:20:21,804 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4929d943-a2a3-425c-9e68-202ee4c575fc 2019-01-20 13:20:21,806 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:20:21,807 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:20:22,185 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:20:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["g8vXFEpTQi6iT5m0Iyp0xw"], "issued_at": "2019-01-20T13:20:22.000000Z"}} 2019-01-20 13:20:22,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed2b34366e5d5c43e9cc56d36b05fd9b5c61542e" 2019-01-20 13:20:22,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa62321d-9fa6-4f37-a922-f1099f261f73 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:20:22,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fa62321d-9fa6-4f37-a922-f1099f261f73 2019-01-20 13:20:22,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:20:22,284 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:20:22,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed2b34366e5d5c43e9cc56d36b05fd9b5c61542e" 2019-01-20 13:20:22,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81c0a3c0-776a-4fb2-bb03-2c90cdf0893d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:20:22,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj used request id req-81c0a3c0-776a-4fb2-bb03-2c90cdf0893d 2019-01-20 13:20:22,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed2b34366e5d5c43e9cc56d36b05fd9b5c61542e" 2019-01-20 13:20:22,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5acf6617-16b8-4fa4-a67f-f376d9dfb5eb Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:20:22,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-5acf6617-16b8-4fa4-a67f-f376d9dfb5eb 2019-01-20 13:20:22,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed2b34366e5d5c43e9cc56d36b05fd9b5c61542e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj"}}' 2019-01-20 13:20:22,519 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:20:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff00c085-976d-4e99-a32e-1ae7b53acd78 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799"}, "enabled": true, "id": "58c3517a1b1e4a13a8a582282ec7e799", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj"}} 2019-01-20 13:20:22,519 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-ff00c085-976d-4e99-a32e-1ae7b53acd78 2019-01-20 13:20:22,519 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj 2019-01-20 13:20:22,520 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:20:22,520 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:20:22,896 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:20:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["A4bDFuzvSIGO3zY4CqssJg"], "issued_at": "2019-01-20T13:20:22.000000Z"}} 2019-01-20 13:20:22,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63f0173401658070ce156012e273f1d73aef266e" 2019-01-20 13:20:22,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e1d4ec5-898e-47ba-b6c4-2ca6fe3504f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:20:22,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1e1d4ec5-898e-47ba-b6c4-2ca6fe3504f5 2019-01-20 13:20:22,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:20:22,997 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:20:22,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63f0173401658070ce156012e273f1d73aef266e" 2019-01-20 13:20:23,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ede7f9c4-4cd2-4996-801d-5e30d49e752c Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:20:23,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-ede7f9c4-4cd2-4996-801d-5e30d49e752c 2019-01-20 13:20:23,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63f0173401658070ce156012e273f1d73aef266e" 2019-01-20 13:20:23,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53fa1d19-77e0-422b-b440-cbeab12b2466 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799"}, "enabled": true, "id": "58c3517a1b1e4a13a8a582282ec7e799", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj"}]} 2019-01-20 13:20:23,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj used request id req-53fa1d19-77e0-422b-b440-cbeab12b2466 2019-01-20 13:20:23,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63f0173401658070ce156012e273f1d73aef266e" 2019-01-20 13:20:23,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fcd8247-587b-480a-ad46-3817185f85ed Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:20:23,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-5fcd8247-587b-480a-ad46-3817185f85ed 2019-01-20 13:20:23,663 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-b2a3d353-2099-4a3-user 2019-01-20 13:20:23,663 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:20:23,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed2b34366e5d5c43e9cc56d36b05fd9b5c61542e" 2019-01-20 13:20:23,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79ba41a9-4802-4042-8970-3a0cde28c41d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:20:23,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-79ba41a9-4802-4042-8970-3a0cde28c41d 2019-01-20 13:20:23,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed2b34366e5d5c43e9cc56d36b05fd9b5c61542e" -d '{"role": {"name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj-role"}}' 2019-01-20 13:20:23,878 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:20:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aeca2a9e-6080-47f4-8a2f-69343a6e7a67 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b2e2662766164a8cbf0941d1d404653b", "links": {"self": "http://172.30.9.22:5000/v3/roles/b2e2662766164a8cbf0941d1d404653b"}, "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj-role"}} 2019-01-20 13:20:23,878 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-aeca2a9e-6080-47f4-8a2f-69343a6e7a67 2019-01-20 13:20:23,879 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj-role 2019-01-20 13:20:23,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/b2e2662766164a8cbf0941d1d404653b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed2b34366e5d5c43e9cc56d36b05fd9b5c61542e" 2019-01-20 13:20:23,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecd4bec2-fc51-4c05-8cfc-1c6db523aad6 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/b2e2662766164a8cbf0941d1d404653b"}, "domain_id": null, "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj-role", "id": "b2e2662766164a8cbf0941d1d404653b"}} 2019-01-20 13:20:23,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/b2e2662766164a8cbf0941d1d404653b used request id req-ecd4bec2-fc51-4c05-8cfc-1c6db523aad6 2019-01-20 13:20:23,899 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj-role to project CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj 2019-01-20 13:20:23,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799/users/808c14a3e53b49509ad13633114255d9/roles/b2e2662766164a8cbf0941d1d404653b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed2b34366e5d5c43e9cc56d36b05fd9b5c61542e" 2019-01-20 13:20:24,037 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:20:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4977ac4b-f94c-427e-b8e7-122ac506e0d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:20:24,037 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799/users/808c14a3e53b49509ad13633114255d9/roles/b2e2662766164a8cbf0941d1d404653b used request id req-4977ac4b-f94c-427e-b8e7-122ac506e0d0 2019-01-20 13:20:24,038 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:20:24,039 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:20:24,040 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:20:24,040 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:20:24,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2e2662766164a8cbf0941d1d404653b", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj-role"}], "expires_at": "2019-01-20T14:20:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58c3517a1b1e4a13a8a582282ec7e799", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-user", "id": "808c14a3e53b49509ad13633114255d9"}, "audit_ids": ["ILZNfAF1QPqi51gEtEWBgQ"], "issued_at": "2019-01-20T13:20:24.000000Z"}} 2019-01-20 13:20:24,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b244a09fca229971402ddcd6e6b9a4577c2bb09" 2019-01-20 13:20:24,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b033e3c-9588-439c-9f1d-cb618f1d59a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:20:24,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7b033e3c-9588-439c-9f1d-cb618f1d59a8 2019-01-20 13:20:24,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7b244a09fca229971402ddcd6e6b9a4577c2bb09" 2019-01-20 13:20:24,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-d1d0c8f7-fba8-416e-b11a-be3413e45fc1 Date: Sun, 20 Jan 2019 13:20:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-image"} 2019-01-20 13:20:24,681 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-image used request id req-d1d0c8f7-fba8-416e-b11a-be3413e45fc1 2019-01-20 13:20:24,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7b244a09fca229971402ddcd6e6b9a4577c2bb09" 2019-01-20 13:20:24,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8c3b3ee9-9754-434f-b60e-9567bced225c Date: Sun, 20 Jan 2019 13:20: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"}}} 2019-01-20 13:20:24,837 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-8c3b3ee9-9754-434f-b60e-9567bced225c 2019-01-20 13:20:24,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7b244a09fca229971402ddcd6e6b9a4577c2bb09" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-image"}' 2019-01-20 13:20:25,066 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055 X-Openstack-Request-Id: req-a9a2668a-7f33-41c5-b3be-660f579a44a0 Date: Sun, 20 Jan 2019 13:20:25 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:20:25Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:20:25Z", "visibility": "shared", "locations": [], "self": "/v2/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "min_disk": 0, "protected": false, "id": "1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "file": "/v2/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055/file", "checksum": null, "owner": "58c3517a1b1e4a13a8a582282ec7e799", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:20:25,066 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-a9a2668a-7f33-41c5-b3be-660f579a44a0 2019-01-20 13:20:25,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7b244a09fca229971402ddcd6e6b9a4577c2bb09" -d '' 2019-01-20 13:20:26,603 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5590466a-f317-4a8a-9219-3effc090113b Date: Sun, 20 Jan 2019 13:20:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:20:26,603 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055/file used request id req-5590466a-f317-4a8a-9219-3effc090113b 2019-01-20 13:20:26,604 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:20:26,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7b244a09fca229971402ddcd6e6b9a4577c2bb09" 2019-01-20 13:20:26,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-8c0910e8-3422-4c2e-b47a-b8ac11af56cf Date: Sun, 20 Jan 2019 13:20:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:20:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:20:26Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055/snap", "metadata": {}}], "self": "/v2/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "min_disk": 0, "protected": false, "id": "1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "file": "/v2/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "58c3517a1b1e4a13a8a582282ec7e799", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:20:26,626 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055 used request id req-8c0910e8-3422-4c2e-b47a-b8ac11af56cf 2019-01-20 13:20:26,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7b244a09fca229971402ddcd6e6b9a4577c2bb09" 2019-01-20 13:20:26,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7e0e73fb-ab04-42c6-9173-e53b6cbe9499 Date: Sun, 20 Jan 2019 13:20: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"}}} 2019-01-20 13:20:26,778 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-7e0e73fb-ab04-42c6-9173-e53b6cbe9499 2019-01-20 13:20:26,781 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-image 2019-01-20 13:20:26,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7b244a09fca229971402ddcd6e6b9a4577c2bb09" 2019-01-20 13:20:26,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-65d82423-c60f-40bc-8144-541fded24b71 Date: Sun, 20 Jan 2019 13:20:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:20:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:20:26Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055/snap", "metadata": {}}], "self": "/v2/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "min_disk": 0, "protected": false, "id": "1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "file": "/v2/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "58c3517a1b1e4a13a8a582282ec7e799", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:20:26,948 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055 used request id req-65d82423-c60f-40bc-8144-541fded24b71 2019-01-20 13:20:26,949 - create_image - DEBUG - Instance status is - active 2019-01-20 13:20:26,949 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-image 2019-01-20 13:20:26,949 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-image 2019-01-20 13:20:26,949 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:20:26,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:20:27,337 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:20:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["g7ezfVvTR1-oOr4i3w_MLw"], "issued_at": "2019-01-20T13:20:27.000000Z"}} 2019-01-20 13:20:27,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0496b945573eaa46cd08e3fd15965d31adfedfc9" 2019-01-20 13:20:27,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e392183-b80b-4fb4-9d1b-86769ed51863 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:20:27,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3e392183-b80b-4fb4-9d1b-86769ed51863 2019-01-20 13:20:27,431 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:20:27,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0496b945573eaa46cd08e3fd15965d31adfedfc9" 2019-01-20 13:20:27,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20: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-4588874f-3caa-4d91-a1cf-e8025b932ff5 x-compute-request-id: req-4588874f-3caa-4d91-a1cf-e8025b932ff5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:20:27,620 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-4588874f-3caa-4d91-a1cf-e8025b932ff5 2019-01-20 13:20:27,623 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0496b945573eaa46cd08e3fd15965d31adfedfc9" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:20:27,674 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20: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-43ace950-1a21-440a-8856-9313c42328f4 x-compute-request-id: req-43ace950-1a21-440a-8856-9313c42328f4 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:20:27,674 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-43ace950-1a21-440a-8856-9313c42328f4 2019-01-20 13:20:27,675 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:20:27,676 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:20:28,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2e2662766164a8cbf0941d1d404653b", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj-role"}], "expires_at": "2019-01-20T14:20:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58c3517a1b1e4a13a8a582282ec7e799", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-user", "id": "808c14a3e53b49509ad13633114255d9"}, "audit_ids": ["61ynU92tSdCUlPQm2b6WDA"], "issued_at": "2019-01-20T13:20:28.000000Z"}} 2019-01-20 13:20:28,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6de3733c6226ef35127ce8daad41886b4363ed0" 2019-01-20 13:20:28,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdbc3efe-e558-4613-bec9-bb0b874f1fe8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:20:28,122 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bdbc3efe-e558-4613-bec9-bb0b874f1fe8 2019-01-20 13:20:28,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6de3733c6226ef35127ce8daad41886b4363ed0" 2019-01-20 13:20:28,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5d377596-f14f-4697-bcd9-d7307c3fe2a4 Date: Sun, 20 Jan 2019 13:20:28 GMT RESP BODY: {"networks":[]} 2019-01-20 13:20:28,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net used request id req-5d377596-f14f-4697-bcd9-d7307c3fe2a4 2019-01-20 13:20:28,296 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net 2019-01-20 13:20:28,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6de3733c6226ef35127ce8daad41886b4363ed0" -d '{"network": {"name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net", "admin_state_up": true}}' 2019-01-20 13:20:29,038 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-03e70bb7-88d8-45c1-9773-e1eb9b8174b1 Date: Sun, 20 Jan 2019 13:20:29 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"58c3517a1b1e4a13a8a582282ec7e799","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:20:28Z","is_default":false,"name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:28Z","mtu":1450}} 2019-01-20 13:20:29,038 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-03e70bb7-88d8-45c1-9773-e1eb9b8174b1 2019-01-20 13:20:29,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6de3733c6226ef35127ce8daad41886b4363ed0" 2019-01-20 13:20:29,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-2941dcf7-dc5f-4b7a-bf9d-fe75f269673a Date: Sun, 20 Jan 2019 13:20:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T13:20:28Z","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net"}]} 2019-01-20 13:20:29,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 used request id req-2941dcf7-dc5f-4b7a-bf9d-fe75f269673a 2019-01-20 13:20:29,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6de3733c6226ef35127ce8daad41886b4363ed0" 2019-01-20 13:20:29,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e70961d0-9b12-49d5-bcbb-953a80c117a7 Date: Sun, 20 Jan 2019 13:20:29 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:20:29,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 used request id req-e70961d0-9b12-49d5-bcbb-953a80c117a7 2019-01-20 13:20:29,458 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-subnet 2019-01-20 13:20:29,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6de3733c6226ef35127ce8daad41886b4363ed0" -d '{"subnets": [{"ip_version": 4, "network_id": "2111f9ae-66cf-4bf6-926b-7421d4564fe0", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-subnet"}]}' 2019-01-20 13:20:30,158 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4e56dcbc-90a1-449f-afd1-c46bf86b6d91 Date: Sun, 20 Jan 2019 13:20:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:29Z","dns_nameservers":[],"updated_at":"2019-01-20T13:20:29Z","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":"58c3517a1b1e4a13a8a582282ec7e799","id":"af986343-fa01-4951-979d-aa09f0bed450","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-subnet"}]} 2019-01-20 13:20:30,158 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-4e56dcbc-90a1-449f-afd1-c46bf86b6d91 2019-01-20 13:20:30,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6de3733c6226ef35127ce8daad41886b4363ed0" 2019-01-20 13:20:30,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b4f8c07f-3a15-4307-8069-a027b7cb5d27 Date: Sun, 20 Jan 2019 13:20: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":["af986343-fa01-4951-979d-aa09f0bed450"],"updated_at":"2019-01-20T13:20:29Z","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net"}]} 2019-01-20 13:20:30,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 used request id req-b4f8c07f-3a15-4307-8069-a027b7cb5d27 2019-01-20 13:20:30,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6de3733c6226ef35127ce8daad41886b4363ed0" 2019-01-20 13:20:30,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4187dafa-4372-40de-b523-c99719ec7b86 Date: Sun, 20 Jan 2019 13:20:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:29Z","dns_nameservers":[],"updated_at":"2019-01-20T13:20:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"af986343-fa01-4951-979d-aa09f0bed450","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-subnet"}]} 2019-01-20 13:20:30,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 used request id req-4187dafa-4372-40de-b523-c99719ec7b86 2019-01-20 13:20:30,788 - OpenStackNetwork - DEBUG - Network [2111f9ae-66cf-4bf6-926b-7421d4564fe0] created successfully 2019-01-20 13:20:30,789 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:20:30,789 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:20:31,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2e2662766164a8cbf0941d1d404653b", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj-role"}], "expires_at": "2019-01-20T14:20:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58c3517a1b1e4a13a8a582282ec7e799", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-user", "id": "808c14a3e53b49509ad13633114255d9"}, "audit_ids": ["JkDNvHmwStyyLpYTR33j3Q"], "issued_at": "2019-01-20T13:20:31.000000Z"}} 2019-01-20 13:20:31,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5980174ab517a7289d19683d8010f91196473734" 2019-01-20 13:20:31,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7634d73-5303-4c5d-bdaa-031bbc9570e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:20:31,237 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f7634d73-5303-4c5d-bdaa-031bbc9570e1 2019-01-20 13:20:31,243 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5980174ab517a7289d19683d8010f91196473734" 2019-01-20 13:20:31,444 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:31 GMT Server: Apache x-compute-request-id: req-7632009f-d4de-4e47-8867-c95b718de049 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7632009f-d4de-4e47-8867-c95b718de049 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-20 13:20:31,444 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/detail used request id req-7632009f-d4de-4e47-8867-c95b718de049 2019-01-20 13:20:31,447 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-7632009f-d4de-4e47-8867-c95b718de049" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5980174ab517a7289d19683d8010f91196473734" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-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}}' 2019-01-20 13:20:31,811 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:20:31 GMT Server: Apache x-compute-request-id: req-bf6fba34-ba45-4a0f-9f4e-57236f6dd99f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bf6fba34-ba45-4a0f-9f4e-57236f6dd99f Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "808c14a3e53b49509ad13633114255d9", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f", "rel": "self"}, {"href": "http://172.30.9.22:8776/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:20:31.691176", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b2dd553f-1021-43e3-8bc6-20d499775c1f", "size": 1}} 2019-01-20 13:20:31,812 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes used request id req-bf6fba34-ba45-4a0f-9f4e-57236f6dd99f 2019-01-20 13:20:31,815 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7632009f-d4de-4e47-8867-c95b718de049" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5980174ab517a7289d19683d8010f91196473734" 2019-01-20 13:20:32,019 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:31 GMT Server: Apache x-compute-request-id: req-33104fb2-c6bf-43e1-91ca-94b79c7d4801 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-33104fb2-c6bf-43e1-91ca-94b79c7d4801 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "808c14a3e53b49509ad13633114255d9", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f", "rel": "self"}, {"href": "http://172.30.9.22:8776/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:20:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "updated_at": "2019-01-20T13:20:31.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b2dd553f-1021-43e3-8bc6-20d499775c1f", "size": 1}} 2019-01-20 13:20:32,020 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f used request id req-33104fb2-c6bf-43e1-91ca-94b79c7d4801 2019-01-20 13:20:32,020 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-1 2019-01-20 13:20:32,023 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7632009f-d4de-4e47-8867-c95b718de049" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5980174ab517a7289d19683d8010f91196473734" 2019-01-20 13:20:32,218 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:32 GMT Server: Apache x-compute-request-id: req-cf6b493f-a0a0-4bb4-8a09-f76e42d8a46f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cf6b493f-a0a0-4bb4-8a09-f76e42d8a46f Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "808c14a3e53b49509ad13633114255d9", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f", "rel": "self"}, {"href": "http://172.30.9.22:8776/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:20:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "updated_at": "2019-01-20T13:20:32.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b2dd553f-1021-43e3-8bc6-20d499775c1f", "size": 1}} 2019-01-20 13:20:32,218 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f used request id req-cf6b493f-a0a0-4bb4-8a09-f76e42d8a46f 2019-01-20 13:20:32,218 - create_volume - DEBUG - Instance status is - available 2019-01-20 13:20:32,218 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-1 2019-01-20 13:20:32,219 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-1 2019-01-20 13:20:32,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:20:32,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:20:32,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2e2662766164a8cbf0941d1d404653b", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj-role"}], "expires_at": "2019-01-20T14:20:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58c3517a1b1e4a13a8a582282ec7e799", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-user", "id": "808c14a3e53b49509ad13633114255d9"}, "audit_ids": ["rlV0CD-7RnCkt0aIuuQNvQ"], "issued_at": "2019-01-20T13:20:32.000000Z"}} 2019-01-20 13:20:32,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c349abd765e38c64376b8a57b1e36b9585119" 2019-01-20 13:20:32,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbb704e8-9885-45f3-aa68-bc1795acdd9b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:20:32,674 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-dbb704e8-9885-45f3-aa68-bc1795acdd9b 2019-01-20 13:20:32,680 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c349abd765e38c64376b8a57b1e36b9585119" 2019-01-20 13:20:32,869 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:32 GMT Server: Apache x-compute-request-id: req-b7805c6f-b6be-4c34-870c-52ca0f8c253f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b7805c6f-b6be-4c34-870c-52ca0f8c253f Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "808c14a3e53b49509ad13633114255d9", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f", "rel": "self"}, {"href": "http://172.30.9.22:8776/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:20:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "updated_at": "2019-01-20T13:20:32.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b2dd553f-1021-43e3-8bc6-20d499775c1f", "size": 1}]} 2019-01-20 13:20:32,869 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/detail used request id req-b7805c6f-b6be-4c34-870c-52ca0f8c253f 2019-01-20 13:20:32,872 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b7805c6f-b6be-4c34-870c-52ca0f8c253f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c349abd765e38c64376b8a57b1e36b9585119" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-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}}' 2019-01-20 13:20:33,262 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:20:32 GMT Server: Apache x-compute-request-id: req-0f6ff2b4-6597-4f94-b7b0-0b0822808f92 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0f6ff2b4-6597-4f94-b7b0-0b0822808f92 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "808c14a3e53b49509ad13633114255d9", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409", "rel": "self"}, {"href": "http://172.30.9.22:8776/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:20:33.157183", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d6412066-ccb4-498b-9d61-6749b2599409", "size": 1}} 2019-01-20 13:20:33,263 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes used request id req-0f6ff2b4-6597-4f94-b7b0-0b0822808f92 2019-01-20 13:20:33,266 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b7805c6f-b6be-4c34-870c-52ca0f8c253f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c349abd765e38c64376b8a57b1e36b9585119" 2019-01-20 13:20:33,512 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:33 GMT Server: Apache x-compute-request-id: req-941fbc8f-1b7c-4a5f-b8b9-9949f1a19294 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-941fbc8f-1b7c-4a5f-b8b9-9949f1a19294 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "808c14a3e53b49509ad13633114255d9", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409", "rel": "self"}, {"href": "http://172.30.9.22:8776/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:20:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "updated_at": "2019-01-20T13:20:33.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d6412066-ccb4-498b-9d61-6749b2599409", "size": 1}} 2019-01-20 13:20:33,512 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409 used request id req-941fbc8f-1b7c-4a5f-b8b9-9949f1a19294 2019-01-20 13:20:33,513 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-2 2019-01-20 13:20:33,516 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b7805c6f-b6be-4c34-870c-52ca0f8c253f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c349abd765e38c64376b8a57b1e36b9585119" 2019-01-20 13:20:33,711 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:33 GMT Server: Apache x-compute-request-id: req-43c44594-decb-40ed-aab0-2ab886ef7fed OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-43c44594-decb-40ed-aab0-2ab886ef7fed Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "808c14a3e53b49509ad13633114255d9", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409", "rel": "self"}, {"href": "http://172.30.9.22:8776/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:20:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "updated_at": "2019-01-20T13:20:33.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d6412066-ccb4-498b-9d61-6749b2599409", "size": 1}} 2019-01-20 13:20:33,711 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409 used request id req-43c44594-decb-40ed-aab0-2ab886ef7fed 2019-01-20 13:20:33,712 - create_volume - DEBUG - Instance status is - available 2019-01-20 13:20:33,712 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-2 2019-01-20 13:20:33,712 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-2 2019-01-20 13:20:33,712 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:20:33,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:20:34,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2e2662766164a8cbf0941d1d404653b", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj-role"}], "expires_at": "2019-01-20T14:20:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58c3517a1b1e4a13a8a582282ec7e799", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-user", "id": "808c14a3e53b49509ad13633114255d9"}, "audit_ids": ["lljZUcQYTJCky76gAhsWOg"], "issued_at": "2019-01-20T13:20:34.000000Z"}} 2019-01-20 13:20:34,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:34,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b217f3b-c454-4692-b371-649d934de521 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:20:34,154 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5b217f3b-c454-4692-b371-649d934de521 2019-01-20 13:20:34,155 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:20:34,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:34,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28280865-8ce4-4bff-823a-93bc99d0a447 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:20:34,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-28280865-8ce4-4bff-823a-93bc99d0a447 2019-01-20 13:20:34,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:34,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-1e309871-9571-414e-8bf4-1b6f7559183f Date: Sun, 20 Jan 2019 13:20:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["af986343-fa01-4951-979d-aa09f0bed450"],"updated_at":"2019-01-20T13:20:29Z","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net"}]} 2019-01-20 13:20:34,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net used request id req-1e309871-9571-414e-8bf4-1b6f7559183f 2019-01-20 13:20:34,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:20:34,498 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:20: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:20:34,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:34,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-403894e5-1c07-40d0-a163-3eda7f1461a6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799"}, "enabled": true, "id": "58c3517a1b1e4a13a8a582282ec7e799", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj"}} 2019-01-20 13:20:34,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 used request id req-403894e5-1c07-40d0-a163-3eda7f1461a6 2019-01-20 13:20:34,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:34,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a0c282b6-dccb-4315-bbb8-87341d653339 Date: Sun, 20 Jan 2019 13:20:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:29Z","dns_nameservers":[],"updated_at":"2019-01-20T13:20:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"af986343-fa01-4951-979d-aa09f0bed450","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-subnet"}]} 2019-01-20 13:20:34,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 used request id req-a0c282b6-dccb-4315-bbb8-87341d653339 2019-01-20 13:20:34,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0&name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:34,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2e8a7727-784e-4080-9e02-8a387a404887 Date: Sun, 20 Jan 2019 13:20:34 GMT RESP BODY: {"ports":[]} 2019-01-20 13:20:34,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0&name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-port&admin_state_up=True used request id req-2e8a7727-784e-4080-9e02-8a387a404887 2019-01-20 13:20:34,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:35,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20: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-e8e60ee7-b312-4910-b252-62e3d91aa48b x-compute-request-id: req-e8e60ee7-b312-4910-b252-62e3d91aa48b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:20:35,141 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst used request id req-e8e60ee7-b312-4910-b252-62e3d91aa48b 2019-01-20 13:20:35,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:35,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-2020614b-2e89-41ba-b73e-76c78df01b3b Date: Sun, 20 Jan 2019 13:20:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["af986343-fa01-4951-979d-aa09f0bed450"],"updated_at":"2019-01-20T13:20:29Z","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net"}]} 2019-01-20 13:20:35,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net used request id req-2020614b-2e89-41ba-b73e-76c78df01b3b 2019-01-20 13:20:35,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:35,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e59553bd-ae3c-414a-9e5d-ea7d60a504c9 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799"}, "enabled": true, "id": "58c3517a1b1e4a13a8a582282ec7e799", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj"}} 2019-01-20 13:20:35,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 used request id req-e59553bd-ae3c-414a-9e5d-ea7d60a504c9 2019-01-20 13:20:35,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:35,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-582375f6-f2f3-44a4-b952-68d4fae6fb5e Date: Sun, 20 Jan 2019 13:20:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:29Z","dns_nameservers":[],"updated_at":"2019-01-20T13:20:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"af986343-fa01-4951-979d-aa09f0bed450","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-subnet"}]} 2019-01-20 13:20:35,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 used request id req-582375f6-f2f3-44a4-b952-68d4fae6fb5e 2019-01-20 13:20:35,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0&name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:35,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0dc4edf2-8a1b-4424-bd9c-b96347e11f4d Date: Sun, 20 Jan 2019 13:20:35 GMT RESP BODY: {"ports":[]} 2019-01-20 13:20:35,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0&name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-port&admin_state_up=True used request id req-0dc4edf2-8a1b-4424-bd9c-b96347e11f4d 2019-01-20 13:20:35,852 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:20:35,853 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:20:36,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2e2662766164a8cbf0941d1d404653b", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj-role"}], "expires_at": "2019-01-20T14:20:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58c3517a1b1e4a13a8a582282ec7e799", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-user", "id": "808c14a3e53b49509ad13633114255d9"}, "audit_ids": ["2yXJd5oOSnKypA0RF2Sd-Q"], "issued_at": "2019-01-20T13:20:36.000000Z"}} 2019-01-20 13:20:36,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d758daf27e3079462870ec6d2eb93b2d361ee4" 2019-01-20 13:20:36,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38e52a59-8d62-4eb9-90ee-8ed2c919d322 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:20:36,297 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-38e52a59-8d62-4eb9-90ee-8ed2c919d322 2019-01-20 13:20:36,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:36,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-684b654c-1cfe-47cd-8535-ab98d5971d35 Date: Sun, 20 Jan 2019 13:20: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":["af986343-fa01-4951-979d-aa09f0bed450"],"updated_at":"2019-01-20T13:20:29Z","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net"}]} 2019-01-20 13:20:36,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net used request id req-684b654c-1cfe-47cd-8535-ab98d5971d35 2019-01-20 13:20:36,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:36,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2b933331-8023-4622-b4df-d15b71277b9a Date: Sun, 20 Jan 2019 13:20:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:29Z","dns_nameservers":[],"updated_at":"2019-01-20T13:20:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"af986343-fa01-4951-979d-aa09f0bed450","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-subnet"}]} 2019-01-20 13:20:36,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 used request id req-2b933331-8023-4622-b4df-d15b71277b9a 2019-01-20 13:20:36,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:36,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b8b5673e-0c3e-4960-a49a-c2b70c3b159c Date: Sun, 20 Jan 2019 13:20: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":["af986343-fa01-4951-979d-aa09f0bed450"],"updated_at":"2019-01-20T13:20:29Z","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net"}]} 2019-01-20 13:20:36,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net used request id req-b8b5673e-0c3e-4960-a49a-c2b70c3b159c 2019-01-20 13:20:36,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:20:36,967 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:20: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:20:36,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d758daf27e3079462870ec6d2eb93b2d361ee4" 2019-01-20 13:20:36,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d746db3f-1f5e-45a5-b23f-89b614cb295c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799"}, "enabled": true, "id": "58c3517a1b1e4a13a8a582282ec7e799", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj"}} 2019-01-20 13:20:36,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 used request id req-d746db3f-1f5e-45a5-b23f-89b614cb295c 2019-01-20 13:20:36,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:37,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-eced9acb-238c-4295-b2bb-afe16211d346 Date: Sun, 20 Jan 2019 13:20:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:29Z","dns_nameservers":[],"updated_at":"2019-01-20T13:20:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"af986343-fa01-4951-979d-aa09f0bed450","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-subnet"}]} 2019-01-20 13:20:37,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 used request id req-eced9acb-238c-4295-b2bb-afe16211d346 2019-01-20 13:20:37,038 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net 2019-01-20 13:20:37,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" -d '{"port": {"network_id": "2111f9ae-66cf-4bf6-926b-7421d4564fe0", "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-port", "admin_state_up": true}}' 2019-01-20 13:20:37,972 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-641b192d-0722-4e43-af1e-09a20597a47a Date: Sun, 20 Jan 2019 13:20:37 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:20:37Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"af986343-fa01-4951-979d-aa09f0bed450","ip_address":"10.55.0.12"}],"id":"22907d15-32f1-4411-a03d-8f41dc3d25d9","security_groups":["c8f2acb7-450d-402a-a483-a53da61a6194"],"mac_address":"fa:16:3e:19:26:1e","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-port","project_id":"58c3517a1b1e4a13a8a582282ec7e799","qos_policy_id":null,"admin_state_up":true,"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:37Z","binding:vnic_type":"normal"}} 2019-01-20 13:20:37,972 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-641b192d-0722-4e43-af1e-09a20597a47a 2019-01-20 13:20:37,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:38,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-04f32b15-1078-41f0-a005-4be2a23effb1 Date: Sun, 20 Jan 2019 13:20: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":["af986343-fa01-4951-979d-aa09f0bed450"],"updated_at":"2019-01-20T13:20:29Z","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net"}]} 2019-01-20 13:20:38,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net used request id req-04f32b15-1078-41f0-a005-4be2a23effb1 2019-01-20 13:20:38,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:38,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7567ecc2-776d-477a-bb1d-f9c17f656da6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799"}, "enabled": true, "id": "58c3517a1b1e4a13a8a582282ec7e799", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj"}} 2019-01-20 13:20:38,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 used request id req-7567ecc2-776d-477a-bb1d-f9c17f656da6 2019-01-20 13:20:38,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:38,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-80cff6a5-61a9-4ead-ac54-dd74e50395bb Date: Sun, 20 Jan 2019 13:20:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:29Z","dns_nameservers":[],"updated_at":"2019-01-20T13:20:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"af986343-fa01-4951-979d-aa09f0bed450","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-subnet"}]} 2019-01-20 13:20:38,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 used request id req-80cff6a5-61a9-4ead-ac54-dd74e50395bb 2019-01-20 13:20:38,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0&name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:38,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-63863276-98c7-44d3-99ea-48e321c9bb36 Date: Sun, 20 Jan 2019 13:20:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:20:37Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"af986343-fa01-4951-979d-aa09f0bed450","ip_address":"10.55.0.12"}],"id":"22907d15-32f1-4411-a03d-8f41dc3d25d9","security_groups":["c8f2acb7-450d-402a-a483-a53da61a6194"],"mac_address":"fa:16:3e:19:26:1e","project_id":"58c3517a1b1e4a13a8a582282ec7e799","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-port","admin_state_up":true,"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:37Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:20:38,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0&name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-port&admin_state_up=True used request id req-63863276-98c7-44d3-99ea-48e321c9bb36 2019-01-20 13:20:38,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:38,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-682c8485-a3d7-4734-b128-cd324191d2ad Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799"}, "enabled": true, "id": "58c3517a1b1e4a13a8a582282ec7e799", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj"}} 2019-01-20 13:20:38,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 used request id req-682c8485-a3d7-4734-b128-cd324191d2ad 2019-01-20 13:20:38,822 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst 2019-01-20 13:20:38,826 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:38,856 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1df0aa4-430e-4b1b-85b7-de9f919c9f2d x-compute-request-id: req-b1df0aa4-430e-4b1b-85b7-de9f919c9f2d Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-flavor-name"}]} 2019-01-20 13:20:38,856 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-b1df0aa4-430e-4b1b-85b7-de9f919c9f2d 2019-01-20 13:20:38,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:38,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a59a9c2f-699d-40b7-a9a3-b993dffe06ef x-compute-request-id: req-a59a9c2f-699d-40b7-a9a3-b993dffe06ef Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:20:38,880 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27 used request id req-a59a9c2f-699d-40b7-a9a3-b993dffe06ef 2019-01-20 13:20:38,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:39,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-f2f104b6-fc3d-4361-83de-857e73d3427f Date: Sun, 20 Jan 2019 13:20:39 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:20:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:20:26Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055/snap", "metadata": {}}], "self": "/v2/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "min_disk": 0, "protected": false, "id": "1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "file": "/v2/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "58c3517a1b1e4a13a8a582282ec7e799", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-image"} 2019-01-20 13:20:39,072 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-image used request id req-f2f104b6-fc3d-4361-83de-857e73d3427f 2019-01-20 13:20:39,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:39,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-63824731-7688-4672-9da0-c1862ab24c0b Date: Sun, 20 Jan 2019 13:20: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"}}} 2019-01-20 13:20:39,226 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-63824731-7688-4672-9da0-c1862ab24c0b 2019-01-20 13:20:39,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" -d '{"server": {"name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst", "imageRef": "1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "flavorRef": "5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "max_count": 1, "min_count": 1, "networks": [{"port": "22907d15-32f1-4411-a03d-8f41dc3d25d9"}]}}' 2019-01-20 13:20:40,377 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:20:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2e3e7884-5c1a-48df-8b95-fe325b6440c4 x-compute-request-id: req-2e3e7884-5c1a-48df-8b95-fe325b6440c4 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bccc750f-0ca4-4cfe-a6f8-464af300e101", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "bookmark"}], "adminPass": "EoDDHcXVdi3b"}} 2019-01-20 13:20:40,377 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-2e3e7884-5c1a-48df-8b95-fe325b6440c4 2019-01-20 13:20:40,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:40,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-106093b7-b3df-47cc-8dca-32f3a17546c2 x-compute-request-id: req-106093b7-b3df-47cc-8dca-32f3a17546c2 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.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "bookmark"}], "image": {"id": "1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "links": [{"href": "http://172.30.9.22:8774/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "links": [{"href": "http://172.30.9.22:8774/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "rel": "bookmark"}]}, "id": "bccc750f-0ca4-4cfe-a6f8-464af300e101", "user_id": "808c14a3e53b49509ad13633114255d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:20:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst", "created": "2019-01-20T13:20:40Z", "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:20:40,599 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 used request id req-106093b7-b3df-47cc-8dca-32f3a17546c2 2019-01-20 13:20:40,599 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst 2019-01-20 13:20:40,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:40,841 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de8edfbd-f7b6-4c64-8ede-e19468c3d5fa x-compute-request-id: req-de8edfbd-f7b6-4c64-8ede-e19468c3d5fa 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.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "bookmark"}], "image": {"id": "1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "links": [{"href": "http://172.30.9.22:8774/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "links": [{"href": "http://172.30.9.22:8774/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "rel": "bookmark"}]}, "id": "bccc750f-0ca4-4cfe-a6f8-464af300e101", "user_id": "808c14a3e53b49509ad13633114255d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:20:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst", "created": "2019-01-20T13:20:40Z", "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:20:40,842 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 used request id req-de8edfbd-f7b6-4c64-8ede-e19468c3d5fa 2019-01-20 13:20:40,842 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst] is - BUILD 2019-01-20 13:20:40,842 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:20:43,845 - create_instance - DEBUG - VM status query timeout in 896.754165888 2019-01-20 13:20:43,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:44,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8238b419-8cea-4f89-b87b-ba42ea98d688 x-compute-request-id: req-8238b419-8cea-4f89-b87b-ba42ea98d688 Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "bookmark"}], "image": {"id": "1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "links": [{"href": "http://172.30.9.22:8774/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "links": [{"href": "http://172.30.9.22:8774/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "rel": "bookmark"}]}, "id": "bccc750f-0ca4-4cfe-a6f8-464af300e101", "security_groups": [{"name": "default"}], "user_id": "808c14a3e53b49509ad13633114255d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:20:41Z", "hostId": "01d5b430067b050e82bac13ce9edeaa4c32766c982cf15fffea3b473", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst", "created": "2019-01-20T13:20:40Z", "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:20:44,429 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 used request id req-8238b419-8cea-4f89-b87b-ba42ea98d688 2019-01-20 13:20:44,429 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst] is - BUILD 2019-01-20 13:20:44,430 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:20:47,433 - create_instance - DEBUG - VM status query timeout in 893.166680813 2019-01-20 13:20:47,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:48,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a2d8744-81d0-4304-bac4-1cb284aba248 x-compute-request-id: req-4a2d8744-81d0-4304-bac4-1cb284aba248 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:26:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "bookmark"}], "image": {"id": "1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "links": [{"href": "http://172.30.9.22:8774/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:20:46.000000", "flavor": {"id": "5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "links": [{"href": "http://172.30.9.22:8774/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "rel": "bookmark"}]}, "id": "bccc750f-0ca4-4cfe-a6f8-464af300e101", "security_groups": [{"name": "default"}], "user_id": "808c14a3e53b49509ad13633114255d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:20:47Z", "hostId": "01d5b430067b050e82bac13ce9edeaa4c32766c982cf15fffea3b473", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst", "created": "2019-01-20T13:20:40Z", "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:20:48,223 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 used request id req-4a2d8744-81d0-4304-bac4-1cb284aba248 2019-01-20 13:20:48,223 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst] is - ACTIVE 2019-01-20 13:20:48,223 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:20:48,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:48,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ffae2d97-481a-447d-b41a-3e172326029d x-compute-request-id: req-ffae2d97-481a-447d-b41a-3e172326029d Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:26:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "bookmark"}], "image": {"id": "1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "links": [{"href": "http://172.30.9.22:8774/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:20:46.000000", "flavor": {"id": "5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "links": [{"href": "http://172.30.9.22:8774/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "rel": "bookmark"}]}, "id": "bccc750f-0ca4-4cfe-a6f8-464af300e101", "security_groups": [{"name": "default"}], "user_id": "808c14a3e53b49509ad13633114255d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:20:47Z", "hostId": "01d5b430067b050e82bac13ce9edeaa4c32766c982cf15fffea3b473", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst", "created": "2019-01-20T13:20:40Z", "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:20:48,772 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 used request id req-ffae2d97-481a-447d-b41a-3e172326029d 2019-01-20 13:20:48,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:49,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5370dcb9-7ddf-4b82-a0f1-53b01f9d66d2 Date: Sun, 20 Jan 2019 13:20: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":["af986343-fa01-4951-979d-aa09f0bed450"],"updated_at":"2019-01-20T13:20:29Z","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net"}]} 2019-01-20 13:20:49,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net used request id req-5370dcb9-7ddf-4b82-a0f1-53b01f9d66d2 2019-01-20 13:20:49,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:49,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed15a162-5ab6-4f53-a6f8-6c11aa0afc60 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799"}, "enabled": true, "id": "58c3517a1b1e4a13a8a582282ec7e799", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj"}} 2019-01-20 13:20:49,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 used request id req-ed15a162-5ab6-4f53-a6f8-6c11aa0afc60 2019-01-20 13:20:49,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:49,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-dd67754c-76b4-482f-8674-2577dfe65f16 Date: Sun, 20 Jan 2019 13:20:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:29Z","dns_nameservers":[],"updated_at":"2019-01-20T13:20:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"af986343-fa01-4951-979d-aa09f0bed450","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-subnet"}]} 2019-01-20 13:20:49,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 used request id req-dd67754c-76b4-482f-8674-2577dfe65f16 2019-01-20 13:20:49,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:49,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-be4ae7a5-0459-4db2-92c9-085c3fe09fba Date: Sun, 20 Jan 2019 13:20:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:20:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"af986343-fa01-4951-979d-aa09f0bed450","ip_address":"10.55.0.3"}],"id":"0a42e90c-f4e0-4f9a-8442-1d260dcc7955","security_groups":[],"mac_address":"fa:16:3e:21:03:6a","project_id":"58c3517a1b1e4a13a8a582282ec7e799","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2111f9ae-66cf-4bf6-926b-7421d4564fe0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:20:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"af986343-fa01-4951-979d-aa09f0bed450","ip_address":"10.55.0.12"}],"id":"22907d15-32f1-4411-a03d-8f41dc3d25d9","security_groups":["c8f2acb7-450d-402a-a483-a53da61a6194"],"mac_address":"fa:16:3e:19:26:1e","project_id":"58c3517a1b1e4a13a8a582282ec7e799","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-port","admin_state_up":true,"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:37Z","binding:vnic_type":"normal","device_id":"bccc750f-0ca4-4cfe-a6f8-464af300e101"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:20:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"af986343-fa01-4951-979d-aa09f0bed450","ip_address":"10.55.0.2"}],"id":"3bf8dc39-71e0-4f1d-9628-3eb2ea1ced91","security_groups":[],"mac_address":"fa:16:3e:5e:ca:f4","project_id":"58c3517a1b1e4a13a8a582282ec7e799","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2111f9ae-66cf-4bf6-926b-7421d4564fe0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:20:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"af986343-fa01-4951-979d-aa09f0bed450","ip_address":"10.55.0.4"}],"id":"910d8f21-a46c-4d85-a900-22a8cbef70df","security_groups":[],"mac_address":"fa:16:3e:21:db:50","project_id":"58c3517a1b1e4a13a8a582282ec7e799","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2111f9ae-66cf-4bf6-926b-7421d4564fe0"}]} 2019-01-20 13:20:49,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 used request id req-be4ae7a5-0459-4db2-92c9-085c3fe09fba 2019-01-20 13:20:49,449 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:49,639 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:49 GMT Server: Apache x-compute-request-id: req-31c0b378-a19d-4747-ab9f-8d12d9beb4fd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-31c0b378-a19d-4747-ab9f-8d12d9beb4fd Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "808c14a3e53b49509ad13633114255d9", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409", "rel": "self"}, {"href": "http://172.30.9.22:8776/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:20:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "updated_at": "2019-01-20T13:20:33.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d6412066-ccb4-498b-9d61-6749b2599409", "size": 1}, {"status": "available", "user_id": "808c14a3e53b49509ad13633114255d9", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f", "rel": "self"}, {"href": "http://172.30.9.22:8776/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:20:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "updated_at": "2019-01-20T13:20:32.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b2dd553f-1021-43e3-8bc6-20d499775c1f", "size": 1}]} 2019-01-20 13:20:49,639 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/detail used request id req-31c0b378-a19d-4747-ab9f-8d12d9beb4fd 2019-01-20 13:20:49,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:49,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c99a03b-3c56-411a-b81c-9a000afb411f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799"}, "enabled": true, "id": "58c3517a1b1e4a13a8a582282ec7e799", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj"}} 2019-01-20 13:20:49,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 used request id req-3c99a03b-3c56-411a-b81c-9a000afb411f 2019-01-20 13:20:49,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:50,265 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20: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-5147c1d6-443d-4557-a83b-5f72606fe11f x-compute-request-id: req-5147c1d6-443d-4557-a83b-5f72606fe11f Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:26:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "bookmark"}], "image": {"id": "1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "links": [{"href": "http://172.30.9.22:8774/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:20:46.000000", "flavor": {"id": "5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "links": [{"href": "http://172.30.9.22:8774/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "rel": "bookmark"}]}, "id": "bccc750f-0ca4-4cfe-a6f8-464af300e101", "security_groups": [{"name": "default"}], "user_id": "808c14a3e53b49509ad13633114255d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:20:47Z", "hostId": "01d5b430067b050e82bac13ce9edeaa4c32766c982cf15fffea3b473", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst", "created": "2019-01-20T13:20:40Z", "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:20:50,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 used request id req-5147c1d6-443d-4557-a83b-5f72606fe11f 2019-01-20 13:20:50,265 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst] is - ACTIVE 2019-01-20 13:20:50,266 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:20:50,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:50,905 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-003a4ccf-ce8c-4a20-b6d2-de3332a374af x-compute-request-id: req-003a4ccf-ce8c-4a20-b6d2-de3332a374af Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:26:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "bookmark"}], "image": {"id": "1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "links": [{"href": "http://172.30.9.22:8774/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:20:46.000000", "flavor": {"id": "5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "links": [{"href": "http://172.30.9.22:8774/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "rel": "bookmark"}]}, "id": "bccc750f-0ca4-4cfe-a6f8-464af300e101", "security_groups": [{"name": "default"}], "user_id": "808c14a3e53b49509ad13633114255d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:20:47Z", "hostId": "01d5b430067b050e82bac13ce9edeaa4c32766c982cf15fffea3b473", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst", "created": "2019-01-20T13:20:40Z", "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:20:50,905 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 used request id req-003a4ccf-ce8c-4a20-b6d2-de3332a374af 2019-01-20 13:20:50,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:51,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-92ecd801-baf9-4491-86d5-8c45264c5b15 Date: Sun, 20 Jan 2019 13:20: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":["af986343-fa01-4951-979d-aa09f0bed450"],"updated_at":"2019-01-20T13:20:29Z","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net"}]} 2019-01-20 13:20:51,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net used request id req-92ecd801-baf9-4491-86d5-8c45264c5b15 2019-01-20 13:20:51,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:51,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d253600-c509-4a02-a3a1-ca3217a805dd Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799"}, "enabled": true, "id": "58c3517a1b1e4a13a8a582282ec7e799", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj"}} 2019-01-20 13:20:51,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 used request id req-5d253600-c509-4a02-a3a1-ca3217a805dd 2019-01-20 13:20:51,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:51,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ae63e115-52d3-4151-8ffa-88577867ceda Date: Sun, 20 Jan 2019 13:20:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:29Z","dns_nameservers":[],"updated_at":"2019-01-20T13:20:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"af986343-fa01-4951-979d-aa09f0bed450","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-subnet"}]} 2019-01-20 13:20:51,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 used request id req-ae63e115-52d3-4151-8ffa-88577867ceda 2019-01-20 13:20:51,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:51,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-70b53adb-8a02-4f2e-bfdc-54d10c2083b8 Date: Sun, 20 Jan 2019 13:20:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:20:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"af986343-fa01-4951-979d-aa09f0bed450","ip_address":"10.55.0.3"}],"id":"0a42e90c-f4e0-4f9a-8442-1d260dcc7955","security_groups":[],"mac_address":"fa:16:3e:21:03:6a","project_id":"58c3517a1b1e4a13a8a582282ec7e799","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2111f9ae-66cf-4bf6-926b-7421d4564fe0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:20:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"af986343-fa01-4951-979d-aa09f0bed450","ip_address":"10.55.0.12"}],"id":"22907d15-32f1-4411-a03d-8f41dc3d25d9","security_groups":["c8f2acb7-450d-402a-a483-a53da61a6194"],"mac_address":"fa:16:3e:19:26:1e","project_id":"58c3517a1b1e4a13a8a582282ec7e799","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-port","admin_state_up":true,"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:37Z","binding:vnic_type":"normal","device_id":"bccc750f-0ca4-4cfe-a6f8-464af300e101"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:20:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"af986343-fa01-4951-979d-aa09f0bed450","ip_address":"10.55.0.2"}],"id":"3bf8dc39-71e0-4f1d-9628-3eb2ea1ced91","security_groups":[],"mac_address":"fa:16:3e:5e:ca:f4","project_id":"58c3517a1b1e4a13a8a582282ec7e799","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2111f9ae-66cf-4bf6-926b-7421d4564fe0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:20:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"af986343-fa01-4951-979d-aa09f0bed450","ip_address":"10.55.0.4"}],"id":"910d8f21-a46c-4d85-a900-22a8cbef70df","security_groups":[],"mac_address":"fa:16:3e:21:db:50","project_id":"58c3517a1b1e4a13a8a582282ec7e799","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2111f9ae-66cf-4bf6-926b-7421d4564fe0"}]} 2019-01-20 13:20:51,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 used request id req-70b53adb-8a02-4f2e-bfdc-54d10c2083b8 2019-01-20 13:20:51,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" -d '{"volumeAttachment": {"volumeId": "b2dd553f-1021-43e3-8bc6-20d499775c1f"}}' 2019-01-20 13:20:52,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-433ef186-e3ca-4927-bf09-c0911d3d2b09 x-compute-request-id: req-433ef186-e3ca-4927-bf09-c0911d3d2b09 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "bccc750f-0ca4-4cfe-a6f8-464af300e101", "id": "b2dd553f-1021-43e3-8bc6-20d499775c1f", "volumeId": "b2dd553f-1021-43e3-8bc6-20d499775c1f"}} 2019-01-20 13:20:52,907 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101/os-volume_attachments used request id req-433ef186-e3ca-4927-bf09-c0911d3d2b09 2019-01-20 13:20:52,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:53,301 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20: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-d65ed65a-e2ce-4c1d-8ac2-6d0b4637770c x-compute-request-id: req-d65ed65a-e2ce-4c1d-8ac2-6d0b4637770c Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:26:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "bookmark"}], "image": {"id": "1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "links": [{"href": "http://172.30.9.22:8774/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:20:46.000000", "flavor": {"id": "5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "links": [{"href": "http://172.30.9.22:8774/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "rel": "bookmark"}]}, "id": "bccc750f-0ca4-4cfe-a6f8-464af300e101", "security_groups": [{"name": "default"}], "user_id": "808c14a3e53b49509ad13633114255d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:20:47Z", "hostId": "01d5b430067b050e82bac13ce9edeaa4c32766c982cf15fffea3b473", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst", "created": "2019-01-20T13:20:40Z", "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "os-extended-volumes:volumes_attached": [{"id": "b2dd553f-1021-43e3-8bc6-20d499775c1f"}], "metadata": {}}} 2019-01-20 13:20:53,301 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 used request id req-d65ed65a-e2ce-4c1d-8ac2-6d0b4637770c 2019-01-20 13:20:53,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:53,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a6b503f9-03eb-429a-95b3-57d067e1318b Date: Sun, 20 Jan 2019 13:20: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":["af986343-fa01-4951-979d-aa09f0bed450"],"updated_at":"2019-01-20T13:20:29Z","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net"}]} 2019-01-20 13:20:53,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net used request id req-a6b503f9-03eb-429a-95b3-57d067e1318b 2019-01-20 13:20:53,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:53,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06e05d54-9c3e-4dfa-9582-92a250f2c109 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799"}, "enabled": true, "id": "58c3517a1b1e4a13a8a582282ec7e799", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj"}} 2019-01-20 13:20:53,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 used request id req-06e05d54-9c3e-4dfa-9582-92a250f2c109 2019-01-20 13:20:53,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:53,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-35c479fa-423f-4423-8d7d-c307143c79aa Date: Sun, 20 Jan 2019 13:20:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:29Z","dns_nameservers":[],"updated_at":"2019-01-20T13:20:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"af986343-fa01-4951-979d-aa09f0bed450","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-subnet"}]} 2019-01-20 13:20:53,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 used request id req-35c479fa-423f-4423-8d7d-c307143c79aa 2019-01-20 13:20:53,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:53,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-f809a323-1245-4132-9fa8-a7b7db0b4286 Date: Sun, 20 Jan 2019 13:20:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:20:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"af986343-fa01-4951-979d-aa09f0bed450","ip_address":"10.55.0.3"}],"id":"0a42e90c-f4e0-4f9a-8442-1d260dcc7955","security_groups":[],"mac_address":"fa:16:3e:21:03:6a","project_id":"58c3517a1b1e4a13a8a582282ec7e799","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2111f9ae-66cf-4bf6-926b-7421d4564fe0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:20:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"af986343-fa01-4951-979d-aa09f0bed450","ip_address":"10.55.0.12"}],"id":"22907d15-32f1-4411-a03d-8f41dc3d25d9","security_groups":["c8f2acb7-450d-402a-a483-a53da61a6194"],"mac_address":"fa:16:3e:19:26:1e","project_id":"58c3517a1b1e4a13a8a582282ec7e799","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-port","admin_state_up":true,"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:37Z","binding:vnic_type":"normal","device_id":"bccc750f-0ca4-4cfe-a6f8-464af300e101"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:20:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"af986343-fa01-4951-979d-aa09f0bed450","ip_address":"10.55.0.2"}],"id":"3bf8dc39-71e0-4f1d-9628-3eb2ea1ced91","security_groups":[],"mac_address":"fa:16:3e:5e:ca:f4","project_id":"58c3517a1b1e4a13a8a582282ec7e799","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2111f9ae-66cf-4bf6-926b-7421d4564fe0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:20:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"af986343-fa01-4951-979d-aa09f0bed450","ip_address":"10.55.0.4"}],"id":"910d8f21-a46c-4d85-a900-22a8cbef70df","security_groups":[],"mac_address":"fa:16:3e:21:db:50","project_id":"58c3517a1b1e4a13a8a582282ec7e799","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2111f9ae-66cf-4bf6-926b-7421d4564fe0"}]} 2019-01-20 13:20:53,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 used request id req-f809a323-1245-4132-9fa8-a7b7db0b4286 2019-01-20 13:20:53,635 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:20:54,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b2e2662766164a8cbf0941d1d404653b", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj-role"}], "expires_at": "2019-01-20T14:20:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58c3517a1b1e4a13a8a582282ec7e799", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/58c3517a1b1e4a13a8a582282ec7e799", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-user", "id": "808c14a3e53b49509ad13633114255d9"}, "audit_ids": ["MUnjYvXjTpm4oB0ET4PQXw"], "issued_at": "2019-01-20T13:20:54.000000Z"}} 2019-01-20 13:20:54,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254fcbd4351822f2c2f30c3c1ade9d45066bf393" 2019-01-20 13:20:54,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7cd21072-28b8-4b4c-87ca-28bca11412fd x-compute-request-id: req-7cd21072-28b8-4b4c-87ca-28bca11412fd Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:26:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "bookmark"}], "image": {"id": "1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "links": [{"href": "http://172.30.9.22:8774/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:20:46.000000", "flavor": {"id": "5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "links": [{"href": "http://172.30.9.22:8774/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "rel": "bookmark"}]}, "id": "bccc750f-0ca4-4cfe-a6f8-464af300e101", "security_groups": [{"name": "default"}], "user_id": "808c14a3e53b49509ad13633114255d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:20:54Z", "hostId": "01d5b430067b050e82bac13ce9edeaa4c32766c982cf15fffea3b473", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst", "created": "2019-01-20T13:20:40Z", "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "os-extended-volumes:volumes_attached": [{"id": "b2dd553f-1021-43e3-8bc6-20d499775c1f"}], "metadata": {}}]} 2019-01-20 13:20:54,812 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst used request id req-7cd21072-28b8-4b4c-87ca-28bca11412fd 2019-01-20 13:20:54,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254fcbd4351822f2c2f30c3c1ade9d45066bf393" 2019-01-20 13:20:55,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-df8647e9-b6fc-46cc-ba83-80ffba95bf83 Date: Sun, 20 Jan 2019 13:20: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":["af986343-fa01-4951-979d-aa09f0bed450"],"updated_at":"2019-01-20T13:20:29Z","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net"}]} 2019-01-20 13:20:55,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net used request id req-df8647e9-b6fc-46cc-ba83-80ffba95bf83 2019-01-20 13:20:55,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254fcbd4351822f2c2f30c3c1ade9d45066bf393" 2019-01-20 13:20:55,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6bf85587-fb8b-4be1-9252-36fcdd90eced Date: Sun, 20 Jan 2019 13:20:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:29Z","dns_nameservers":[],"updated_at":"2019-01-20T13:20:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"58c3517a1b1e4a13a8a582282ec7e799","id":"af986343-fa01-4951-979d-aa09f0bed450","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-subnet"}]} 2019-01-20 13:20:55,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 used request id req-6bf85587-fb8b-4be1-9252-36fcdd90eced 2019-01-20 13:20:55,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}254fcbd4351822f2c2f30c3c1ade9d45066bf393" 2019-01-20 13:20:55,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-776afb9d-aea1-4c98-9c97-77cb28c64c0b Date: Sun, 20 Jan 2019 13:20:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:20:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"af986343-fa01-4951-979d-aa09f0bed450","ip_address":"10.55.0.3"}],"id":"0a42e90c-f4e0-4f9a-8442-1d260dcc7955","security_groups":[],"mac_address":"fa:16:3e:21:03:6a","project_id":"58c3517a1b1e4a13a8a582282ec7e799","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2111f9ae-66cf-4bf6-926b-7421d4564fe0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:20:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"af986343-fa01-4951-979d-aa09f0bed450","ip_address":"10.55.0.12"}],"id":"22907d15-32f1-4411-a03d-8f41dc3d25d9","security_groups":["c8f2acb7-450d-402a-a483-a53da61a6194"],"mac_address":"fa:16:3e:19:26:1e","project_id":"58c3517a1b1e4a13a8a582282ec7e799","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-port","admin_state_up":true,"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:37Z","binding:vnic_type":"normal","device_id":"bccc750f-0ca4-4cfe-a6f8-464af300e101"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:20:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"af986343-fa01-4951-979d-aa09f0bed450","ip_address":"10.55.0.2"}],"id":"3bf8dc39-71e0-4f1d-9628-3eb2ea1ced91","security_groups":[],"mac_address":"fa:16:3e:5e:ca:f4","project_id":"58c3517a1b1e4a13a8a582282ec7e799","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2111f9ae-66cf-4bf6-926b-7421d4564fe0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:20:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"af986343-fa01-4951-979d-aa09f0bed450","ip_address":"10.55.0.4"}],"id":"910d8f21-a46c-4d85-a900-22a8cbef70df","security_groups":[],"mac_address":"fa:16:3e:21:db:50","project_id":"58c3517a1b1e4a13a8a582282ec7e799","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2111f9ae-66cf-4bf6-926b-7421d4564fe0","tenant_id":"58c3517a1b1e4a13a8a582282ec7e799","created_at":"2019-01-20T13:20:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2111f9ae-66cf-4bf6-926b-7421d4564fe0"}]} 2019-01-20 13:20:55,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=2111f9ae-66cf-4bf6-926b-7421d4564fe0 used request id req-776afb9d-aea1-4c98-9c97-77cb28c64c0b 2019-01-20 13:20:55,392 - create_instance - INFO - Deleting Port with ID - 22907d15-32f1-4411-a03d-8f41dc3d25d9 2019-01-20 13:20:55,393 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-port 2019-01-20 13:20:55,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/22907d15-32f1-4411-a03d-8f41dc3d25d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:56,008 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1c914de7-8a3c-4668-bcd0-b427258a96c8 Date: Sun, 20 Jan 2019 13:20:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:20:56,008 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/22907d15-32f1-4411-a03d-8f41dc3d25d9 used request id req-1c914de7-8a3c-4668-bcd0-b427258a96c8 2019-01-20 13:20:56,011 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-31c0b378-a19d-4747-ab9f-8d12d9beb4fd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:56,217 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:56 GMT Server: Apache x-compute-request-id: req-342fa6aa-be11-46bc-bdfa-bb280d860f35 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-342fa6aa-be11-46bc-bdfa-bb280d860f35 Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "808c14a3e53b49509ad13633114255d9", "attachments": [{"server_id": "bccc750f-0ca4-4cfe-a6f8-464af300e101", "attachment_id": "d9d34440-3971-4515-8e48-21ef4248e1ff", "attached_at": "2019-01-20T13:20:54.000000", "host_name": null, "volume_id": "b2dd553f-1021-43e3-8bc6-20d499775c1f", "device": "/dev/vdb", "id": "b2dd553f-1021-43e3-8bc6-20d499775c1f"}], "links": [{"href": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f", "rel": "self"}, {"href": "http://172.30.9.22:8776/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:20:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "updated_at": "2019-01-20T13:20:54.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "b2dd553f-1021-43e3-8bc6-20d499775c1f", "size": 1}} 2019-01-20 13:20:56,217 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f used request id req-342fa6aa-be11-46bc-bdfa-bb280d860f35 2019-01-20 13:20:56,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101/os-volume_attachments/b2dd553f-1021-43e3-8bc6-20d499775c1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:57,775 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:20: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-cd6193da-0195-4138-8ea6-4d44802499dd x-compute-request-id: req-cd6193da-0195-4138-8ea6-4d44802499dd Content-Length: 0 Content-Type: application/json 2019-01-20 13:20:57,775 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101/os-volume_attachments/b2dd553f-1021-43e3-8bc6-20d499775c1f used request id req-cd6193da-0195-4138-8ea6-4d44802499dd 2019-01-20 13:20:57,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:20:58,020 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:20:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d119aa63-c012-4993-a183-67e1e55c706e x-compute-request-id: req-d119aa63-c012-4993-a183-67e1e55c706e Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "bookmark"}], "image": {"id": "1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "links": [{"href": "http://172.30.9.22:8774/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:20:46.000000", "flavor": {"id": "5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "links": [{"href": "http://172.30.9.22:8774/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "rel": "bookmark"}]}, "id": "bccc750f-0ca4-4cfe-a6f8-464af300e101", "user_id": "808c14a3e53b49509ad13633114255d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:20:54Z", "hostId": "01d5b430067b050e82bac13ce9edeaa4c32766c982cf15fffea3b473", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst", "created": "2019-01-20T13:20:40Z", "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "os-extended-volumes:volumes_attached": [{"id": "b2dd553f-1021-43e3-8bc6-20d499775c1f"}], "metadata": {}}} 2019-01-20 13:20:58,020 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 used request id req-d119aa63-c012-4993-a183-67e1e55c706e 2019-01-20 13:21:01,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:21:01,304 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21: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-ad855e57-b1b9-4c58-9d9e-d803b421ad1a x-compute-request-id: req-ad855e57-b1b9-4c58-9d9e-d803b421ad1a Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "bookmark"}], "image": {"id": "1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "links": [{"href": "http://172.30.9.22:8774/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:20:46.000000", "flavor": {"id": "5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "links": [{"href": "http://172.30.9.22:8774/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "rel": "bookmark"}]}, "id": "bccc750f-0ca4-4cfe-a6f8-464af300e101", "user_id": "808c14a3e53b49509ad13633114255d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:20:54Z", "hostId": "01d5b430067b050e82bac13ce9edeaa4c32766c982cf15fffea3b473", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst", "created": "2019-01-20T13:20:40Z", "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:21:01,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 used request id req-ad855e57-b1b9-4c58-9d9e-d803b421ad1a 2019-01-20 13:21:01,305 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst 2019-01-20 13:21:01,308 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:21:01,460 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:21: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-9c15dc87-6067-47bc-9704-64e4dc29c049 x-compute-request-id: req-9c15dc87-6067-47bc-9704-64e4dc29c049 Content-Type: application/json 2019-01-20 13:21:01,460 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 used request id req-9c15dc87-6067-47bc-9704-64e4dc29c049 2019-01-20 13:21:01,461 - create_instance - INFO - Checking deletion status 2019-01-20 13:21:01,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:21:01,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21: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-07d7cb47-2bac-456e-b6e6-b6402d9d22c8 x-compute-request-id: req-07d7cb47-2bac-456e-b6e6-b6402d9d22c8 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.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101", "rel": "bookmark"}], "image": {"id": "1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "links": [{"href": "http://172.30.9.22:8774/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:20:46.000000", "flavor": {"id": "5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "links": [{"href": "http://172.30.9.22:8774/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27", "rel": "bookmark"}]}, "id": "bccc750f-0ca4-4cfe-a6f8-464af300e101", "user_id": "808c14a3e53b49509ad13633114255d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:21:01Z", "hostId": "01d5b430067b050e82bac13ce9edeaa4c32766c982cf15fffea3b473", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst", "created": "2019-01-20T13:20:40Z", "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:21:01,737 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 used request id req-07d7cb47-2bac-456e-b6e6-b6402d9d22c8 2019-01-20 13:21:01,738 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst] is - ACTIVE 2019-01-20 13:21:01,738 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:21:04,741 - create_instance - DEBUG - VM status query timeout in 296.719979048 2019-01-20 13:21:04,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2512912e1da74f78807ae23321024503f94f44d7" 2019-01-20 13:21:04,793 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13: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-43ee6f6c-a2da-4de1-8f89-f9dfd2572ee3 x-compute-request-id: req-43ee6f6c-a2da-4de1-8f89-f9dfd2572ee3 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance bccc750f-0ca4-4cfe-a6f8-464af300e101 could not be found.", "code": 404}} 2019-01-20 13:21:04,793 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/bccc750f-0ca4-4cfe-a6f8-464af300e101 used request id req-43ee6f6c-a2da-4de1-8f89-f9dfd2572ee3 2019-01-20 13:21:04,793 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance bccc750f-0ca4-4cfe-a6f8-464af300e101 could not be found. (HTTP 404) (Request-ID: req-43ee6f6c-a2da-4de1-8f89-f9dfd2572ee3) 2019-01-20 13:21:04,794 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-inst 2019-01-20 13:21:04,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0496b945573eaa46cd08e3fd15965d31adfedfc9" 2019-01-20 13:21:04,833 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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-735f81a3-85b7-4989-a835-6e5e95b1d6b1 x-compute-request-id: req-735f81a3-85b7-4989-a835-6e5e95b1d6b1 Content-Length: 0 Content-Type: application/json 2019-01-20 13:21:04,834 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/5e5f02e8-8713-4fb1-bf32-1e22deb05f27 used request id req-735f81a3-85b7-4989-a835-6e5e95b1d6b1 2019-01-20 13:21:04,834 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-subnet 2019-01-20 13:21:04,835 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-subnet 2019-01-20 13:21:04,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/af986343-fa01-4951-979d-aa09f0bed450 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6de3733c6226ef35127ce8daad41886b4363ed0" 2019-01-20 13:21:07,250 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-40f306f4-5299-4cc5-a8cc-f561f632ec39 Date: Sun, 20 Jan 2019 13:21:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:21:07,251 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/af986343-fa01-4951-979d-aa09f0bed450 used request id req-40f306f4-5299-4cc5-a8cc-f561f632ec39 2019-01-20 13:21:07,251 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-pub-net 2019-01-20 13:21:07,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/2111f9ae-66cf-4bf6-926b-7421d4564fe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6de3733c6226ef35127ce8daad41886b4363ed0" 2019-01-20 13:21:08,757 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-072fc5cd-827b-4771-9029-abfc4400e503 Date: Sun, 20 Jan 2019 13:21:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:21:08,757 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/2111f9ae-66cf-4bf6-926b-7421d4564fe0 used request id req-072fc5cd-827b-4771-9029-abfc4400e503 2019-01-20 13:21:08,761 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b7805c6f-b6be-4c34-870c-52ca0f8c253f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c349abd765e38c64376b8a57b1e36b9585119" 2019-01-20 13:21:09,326 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:08 GMT Server: Apache x-compute-request-id: req-60b08700-247c-49c1-b0d3-257c779d4854 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-60b08700-247c-49c1-b0d3-257c779d4854 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "808c14a3e53b49509ad13633114255d9", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409", "rel": "self"}, {"href": "http://172.30.9.22:8776/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:20:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "updated_at": "2019-01-20T13:20:33.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d6412066-ccb4-498b-9d61-6749b2599409", "size": 1}} 2019-01-20 13:21:09,326 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409 used request id req-60b08700-247c-49c1-b0d3-257c779d4854 2019-01-20 13:21:09,326 - create_volume - DEBUG - Instance status is - available 2019-01-20 13:21:09,327 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-2 2019-01-20 13:21:09,327 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-2 2019-01-20 13:21:09,329 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b7805c6f-b6be-4c34-870c-52ca0f8c253f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c349abd765e38c64376b8a57b1e36b9585119" 2019-01-20 13:21:09,568 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:21:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a21574d6-ee49-4fdb-8eba-3e055bb242c2 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. 2019-01-20 13:21:09,568 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409 used request id req-a21574d6-ee49-4fdb-8eba-3e055bb242c2 2019-01-20 13:21:09,571 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b7805c6f-b6be-4c34-870c-52ca0f8c253f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c349abd765e38c64376b8a57b1e36b9585119" 2019-01-20 13:21:09,773 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:09 GMT Server: Apache x-compute-request-id: req-8afa0d62-069d-479c-bc71-3eda81b9c647 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8afa0d62-069d-479c-bc71-3eda81b9c647 Content-Encoding: gzip Content-Length: 470 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "808c14a3e53b49509ad13633114255d9", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409", "rel": "self"}, {"href": "http://172.30.9.22:8776/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:20:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "updated_at": "2019-01-20T13:21:09.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d6412066-ccb4-498b-9d61-6749b2599409", "size": 1}} 2019-01-20 13:21:09,774 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409 used request id req-8afa0d62-069d-479c-bc71-3eda81b9c647 2019-01-20 13:21:09,774 - create_volume - DEBUG - Instance status is - deleting 2019-01-20 13:21:09,774 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-20 13:21:12,777 - create_volume - DEBUG - Volume status query timeout in 56.7910010815 2019-01-20 13:21:12,780 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b7805c6f-b6be-4c34-870c-52ca0f8c253f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c349abd765e38c64376b8a57b1e36b9585119" 2019-01-20 13:21:12,814 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:21:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-7ae366db-58dc-452e-b87f-b50004304ddf x-openstack-request-id: req-7ae366db-58dc-452e-b87f-b50004304ddf Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume d6412066-ccb4-498b-9d61-6749b2599409 could not be found.", "code": 404}} 2019-01-20 13:21:12,815 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/d6412066-ccb4-498b-9d61-6749b2599409 used request id req-7ae366db-58dc-452e-b87f-b50004304ddf 2019-01-20 13:21:12,815 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume d6412066-ccb4-498b-9d61-6749b2599409 could not be found. (HTTP 404) (Request-ID: req-7ae366db-58dc-452e-b87f-b50004304ddf) 2019-01-20 13:21:12,815 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-2 2019-01-20 13:21:12,818 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7632009f-d4de-4e47-8867-c95b718de049" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5980174ab517a7289d19683d8010f91196473734" 2019-01-20 13:21:13,023 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:12 GMT Server: Apache x-compute-request-id: req-b1ff156b-bb32-4531-8faf-aad3e731988c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b1ff156b-bb32-4531-8faf-aad3e731988c Content-Encoding: gzip Content-Length: 478 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "808c14a3e53b49509ad13633114255d9", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f", "rel": "self"}, {"href": "http://172.30.9.22:8776/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:20:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "updated_at": "2019-01-20T13:20:57.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "b2dd553f-1021-43e3-8bc6-20d499775c1f", "size": 1}} 2019-01-20 13:21:13,024 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f used request id req-b1ff156b-bb32-4531-8faf-aad3e731988c 2019-01-20 13:21:13,024 - create_volume - DEBUG - Instance status is - available 2019-01-20 13:21:13,024 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-1 2019-01-20 13:21:13,024 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-1 2019-01-20 13:21:13,027 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7632009f-d4de-4e47-8867-c95b718de049" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5980174ab517a7289d19683d8010f91196473734" 2019-01-20 13:21:13,247 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:21:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fcde9eee-c112-4fa6-8223-8f9653242fe7 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. 2019-01-20 13:21:13,247 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f used request id req-fcde9eee-c112-4fa6-8223-8f9653242fe7 2019-01-20 13:21:13,250 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7632009f-d4de-4e47-8867-c95b718de049" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5980174ab517a7289d19683d8010f91196473734" 2019-01-20 13:21:13,301 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:13 GMT Server: Apache x-compute-request-id: req-389b8796-8bda-4459-a994-6ceba9b635e3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-389b8796-8bda-4459-a994-6ceba9b635e3 Content-Encoding: gzip Content-Length: 481 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "808c14a3e53b49509ad13633114255d9", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f", "rel": "self"}, {"href": "http://172.30.9.22:8776/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:20:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "updated_at": "2019-01-20T13:21:13.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "b2dd553f-1021-43e3-8bc6-20d499775c1f", "size": 1}} 2019-01-20 13:21:13,302 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f used request id req-389b8796-8bda-4459-a994-6ceba9b635e3 2019-01-20 13:21:13,302 - create_volume - DEBUG - Instance status is - deleting 2019-01-20 13:21:13,302 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-20 13:21:16,305 - create_volume - DEBUG - Volume status query timeout in 56.9417760372 2019-01-20 13:21:16,308 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7632009f-d4de-4e47-8867-c95b718de049" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5980174ab517a7289d19683d8010f91196473734" 2019-01-20 13:21:16,340 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:21:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-88f41d05-f3a9-4d3b-9a36-d8b5fa8b561e x-openstack-request-id: req-88f41d05-f3a9-4d3b-9a36-d8b5fa8b561e Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume b2dd553f-1021-43e3-8bc6-20d499775c1f could not be found.", "code": 404}} 2019-01-20 13:21:16,340 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/58c3517a1b1e4a13a8a582282ec7e799/volumes/b2dd553f-1021-43e3-8bc6-20d499775c1f used request id req-88f41d05-f3a9-4d3b-9a36-d8b5fa8b561e 2019-01-20 13:21:16,340 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume b2dd553f-1021-43e3-8bc6-20d499775c1f could not be found. (HTTP 404) (Request-ID: req-88f41d05-f3a9-4d3b-9a36-d8b5fa8b561e) 2019-01-20 13:21:16,340 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-1 2019-01-20 13:21:16,341 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-b45d4c65-b942-4825-bbb7-d953622038b4-image 2019-01-20 13:21:16,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7b244a09fca229971402ddcd6e6b9a4577c2bb09" 2019-01-20 13:21:17,626 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ec6a31d7-2017-47e7-8c71-4e7642c7c82c Date: Sun, 20 Jan 2019 13:21:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:21:17,627 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/1b14c3e1-05d3-4d95-91fb-fd942b9f7055 used request id req-ec6a31d7-2017-47e7-8c71-4e7642c7c82c 2019-01-20 13:21:17,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed2b34366e5d5c43e9cc56d36b05fd9b5c61542e" 2019-01-20 13:21:17,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-5868b392-213d-4a20-955e-fce6324b0171 Date: Sun, 20 Jan 2019 13:21:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "created_at": "2019-01-20T13:20:28Z", "updated_at": "2019-01-20T13:20:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:20:28Z", "revision_number": 0, "id": "2e258879-c011-4f98-bf17-48a2c450bb18", "remote_group_id": "c8f2acb7-450d-402a-a483-a53da61a6194", "remote_ip_prefix": null, "created_at": "2019-01-20T13:20:28Z", "security_group_id": "c8f2acb7-450d-402a-a483-a53da61a6194", "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "port_range_min": null, "ethertype": "IPv4", "project_id": "58c3517a1b1e4a13a8a582282ec7e799"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:20:28Z", "revision_number": 0, "id": "97e5ee8a-7823-4bd6-a972-c51debefa6f8", "remote_group_id": "c8f2acb7-450d-402a-a483-a53da61a6194", "remote_ip_prefix": null, "created_at": "2019-01-20T13:20:28Z", "security_group_id": "c8f2acb7-450d-402a-a483-a53da61a6194", "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "port_range_min": null, "ethertype": "IPv6", "project_id": "58c3517a1b1e4a13a8a582282ec7e799"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:20:28Z", "revision_number": 0, "id": "d07ba19a-5186-4004-bdf5-004b9bbe9736", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:20:28Z", "security_group_id": "c8f2acb7-450d-402a-a483-a53da61a6194", "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "port_range_min": null, "ethertype": "IPv6", "project_id": "58c3517a1b1e4a13a8a582282ec7e799"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:20:28Z", "revision_number": 0, "id": "f2d1287d-80af-4e1c-9c85-6460438606a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:20:28Z", "security_group_id": "c8f2acb7-450d-402a-a483-a53da61a6194", "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "port_range_min": null, "ethertype": "IPv4", "project_id": "58c3517a1b1e4a13a8a582282ec7e799"}], "revision_number": 4, "project_id": "58c3517a1b1e4a13a8a582282ec7e799", "id": "c8f2acb7-450d-402a-a483-a53da61a6194", "name": "default"}]} 2019-01-20 13:21:17,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-5868b392-213d-4a20-955e-fce6324b0171 2019-01-20 13:21:17,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed2b34366e5d5c43e9cc56d36b05fd9b5c61542e" 2019-01-20 13:21:17,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da4be61e-f7ea-4de2-b86a-afa7b03b9705 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:21:17,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-da4be61e-f7ea-4de2-b86a-afa7b03b9705 2019-01-20 13:21:17,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed2b34366e5d5c43e9cc56d36b05fd9b5c61542e" 2019-01-20 13:21:18,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50b9c491-16c9-44b8-a39b-e630bc707cb7 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:21:18,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-50b9c491-16c9-44b8-a39b-e630bc707cb7 2019-01-20 13:21:18,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed2b34366e5d5c43e9cc56d36b05fd9b5c61542e" 2019-01-20 13:21:18,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1849ca6a-ed18-4188-9b1e-b336cc09c46d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:21:18,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-1849ca6a-ed18-4188-9b1e-b336cc09c46d 2019-01-20 13:21:18,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed2b34366e5d5c43e9cc56d36b05fd9b5c61542e" 2019-01-20 13:21:18,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cd87c9f-8acf-4030-98d5-b7e54b8a4c3a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799"}, "enabled": true, "id": "58c3517a1b1e4a13a8a582282ec7e799", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj"}} 2019-01-20 13:21:18,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 used request id req-7cd87c9f-8acf-4030-98d5-b7e54b8a4c3a 2019-01-20 13:21:18,224 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c8f2acb7-450d-402a-a483-a53da61a6194 2019-01-20 13:21:18,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=c8f2acb7-450d-402a-a483-a53da61a6194 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed2b34366e5d5c43e9cc56d36b05fd9b5c61542e" 2019-01-20 13:21:18,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-51a38c71-3021-4a90-a49c-b688cf139c26 Date: Sun, 20 Jan 2019 13:21:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "c8f2acb7-450d-402a-a483-a53da61a6194", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:20:28Z", "security_group_id": "c8f2acb7-450d-402a-a483-a53da61a6194", "port_range_min": null, "revision_number": 0, "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "created_at": "2019-01-20T13:20:28Z", "project_id": "58c3517a1b1e4a13a8a582282ec7e799", "id": "2e258879-c011-4f98-bf17-48a2c450bb18"}, {"remote_group_id": "c8f2acb7-450d-402a-a483-a53da61a6194", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:20:28Z", "security_group_id": "c8f2acb7-450d-402a-a483-a53da61a6194", "port_range_min": null, "revision_number": 0, "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "created_at": "2019-01-20T13:20:28Z", "project_id": "58c3517a1b1e4a13a8a582282ec7e799", "id": "97e5ee8a-7823-4bd6-a972-c51debefa6f8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:20:28Z", "security_group_id": "c8f2acb7-450d-402a-a483-a53da61a6194", "port_range_min": null, "revision_number": 0, "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "created_at": "2019-01-20T13:20:28Z", "project_id": "58c3517a1b1e4a13a8a582282ec7e799", "id": "d07ba19a-5186-4004-bdf5-004b9bbe9736"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:20:28Z", "security_group_id": "c8f2acb7-450d-402a-a483-a53da61a6194", "port_range_min": null, "revision_number": 0, "tenant_id": "58c3517a1b1e4a13a8a582282ec7e799", "created_at": "2019-01-20T13:20:28Z", "project_id": "58c3517a1b1e4a13a8a582282ec7e799", "id": "f2d1287d-80af-4e1c-9c85-6460438606a2"}]} 2019-01-20 13:21:18,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=c8f2acb7-450d-402a-a483-a53da61a6194 used request id req-51a38c71-3021-4a90-a49c-b688cf139c26 2019-01-20 13:21:18,542 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:21:18,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/c8f2acb7-450d-402a-a483-a53da61a6194 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed2b34366e5d5c43e9cc56d36b05fd9b5c61542e" 2019-01-20 13:21:19,011 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-513b97bc-fe78-4a45-b491-472e341a5356 Content-Length: 0 Date: Sun, 20 Jan 2019 13:21:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:21:19,012 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/c8f2acb7-450d-402a-a483-a53da61a6194 used request id req-513b97bc-fe78-4a45-b491-472e341a5356 2019-01-20 13:21:19,012 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj 2019-01-20 13:21:19,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed2b34366e5d5c43e9cc56d36b05fd9b5c61542e" 2019-01-20 13:21:19,198 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:21:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e87a3ba-3a3d-4048-934c-8e28411e87ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:21:19,198 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/58c3517a1b1e4a13a8a582282ec7e799 used request id req-3e87a3ba-3a3d-4048-934c-8e28411e87ed 2019-01-20 13:21:19,198 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-b2a3d353-2099-4a3-proj-role 2019-01-20 13:21:19,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/b2e2662766164a8cbf0941d1d404653b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed2b34366e5d5c43e9cc56d36b05fd9b5c61542e" 2019-01-20 13:21:19,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:21:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4642d90-5d73-48b1-95d7-71b49bb69c1c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:21:19,310 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/b2e2662766164a8cbf0941d1d404653b used request id req-c4642d90-5d73-48b1-95d7-71b49bb69c1c 2019-01-20 13:21:19,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed2b34366e5d5c43e9cc56d36b05fd9b5c61542e" 2019-01-20 13:21:19,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4afa00c4-4af3-43b9-9b35-21daf569904e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:21:19,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4afa00c4-4af3-43b9-9b35-21daf569904e 2019-01-20 13:21:19,405 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-b2a3d353-2099-4a3-user 2019-01-20 13:21:19,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/808c14a3e53b49509ad13633114255d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63f0173401658070ce156012e273f1d73aef266e" 2019-01-20 13:21:19,656 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:21:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8839324-fa11-4dfe-a67b-6d0cfc71a553 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:21:19,656 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/808c14a3e53b49509ad13633114255d9 used request id req-e8839324-fa11-4dfe-a67b-6d0cfc71a553 2019-01-20 13:21:19,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:21:20,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:21:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["KCXOmjT-T3KmSnDmexGp-Q"], "issued_at": "2019-01-20T13:21:20.000000Z"}} 2019-01-20 13:21:20,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6241fd2559b49b18b5d331165bae2cee682a8c6d" 2019-01-20 13:21:20,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4fd2304-594e-4c2a-a0f7-7a2ccb4a61c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:21:20,128 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b4fd2304-594e-4c2a-a0f7-7a2ccb4a61c6 2019-01-20 13:21:20,129 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:21:20,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:21:20,509 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:21:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["KnanGRPHQk2zZL-nOo_L2Q"], "issued_at": "2019-01-20T13:21:20.000000Z"}} 2019-01-20 13:21:20,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ba07bdfec869d30dc85d15d45c0d497d185e140" 2019-01-20 13:21:20,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d51e0b6b-e257-4edb-a233-3a12b1e6255a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:21:20,598 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d51e0b6b-e257-4edb-a233-3a12b1e6255a 2019-01-20 13:21:20,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:21:20,608 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:21: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:21:20,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-6841db81-bad5-4f7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ba07bdfec869d30dc85d15d45c0d497d185e140" 2019-01-20 13:21:20,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9698eb34-2b92-4936-b2ea-99af9396d70e Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-6841db81-bad5-4f7-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:21:20,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-6841db81-bad5-4f7-proj used request id req-9698eb34-2b92-4936-b2ea-99af9396d70e 2019-01-20 13:21:20,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ba07bdfec869d30dc85d15d45c0d497d185e140" 2019-01-20 13:21:20,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2791e4f6-c6c3-44e0-b72e-ee07930d4a76 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:21:20,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-2791e4f6-c6c3-44e0-b72e-ee07930d4a76 2019-01-20 13:21:20,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ba07bdfec869d30dc85d15d45c0d497d185e140" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}}' 2019-01-20 13:21:20,920 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:21:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2715545-817d-4a61-b244-d7c2c3445725 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba"}, "enabled": true, "id": "57e56d77971b464d97fdc74d8cbf8fba", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}} 2019-01-20 13:21:20,920 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-a2715545-817d-4a61-b244-d7c2c3445725 2019-01-20 13:21:20,921 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-6841db81-bad5-4f7-proj 2019-01-20 13:21:20,921 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:21:20,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:21:21,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:21:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["F2yUaufxSROBnW4fWMjMFg"], "issued_at": "2019-01-20T13:21:21.000000Z"}} 2019-01-20 13:21:21,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b621451db92490c15c7c82b87b6aaf87ec6c8a" 2019-01-20 13:21:21,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40df73af-aec0-465d-b310-d838663bf54a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:21:21,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-40df73af-aec0-465d-b310-d838663bf54a 2019-01-20 13:21:21,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:21:21,318 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:21:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:21:21,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b621451db92490c15c7c82b87b6aaf87ec6c8a" 2019-01-20 13:21:21,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5d80eb3-850c-4f7a-bc57-d31705c5bab5 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:21:21,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c5d80eb3-850c-4f7a-bc57-d31705c5bab5 2019-01-20 13:21:21,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstanceVolumeTests-6841db81-bad5-4f7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b621451db92490c15c7c82b87b6aaf87ec6c8a" 2019-01-20 13:21:21,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e653113a-c524-43ec-bae2-2774156acb11 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstanceVolumeTests-6841db81-bad5-4f7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba"}, "enabled": true, "id": "57e56d77971b464d97fdc74d8cbf8fba", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}]} 2019-01-20 13:21:21,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstanceVolumeTests-6841db81-bad5-4f7-proj used request id req-e653113a-c524-43ec-bae2-2774156acb11 2019-01-20 13:21:21,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b621451db92490c15c7c82b87b6aaf87ec6c8a" 2019-01-20 13:21:21,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbcede87-3f1c-4202-aab4-400e8e6a5a02 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:21:21,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-dbcede87-3f1c-4202-aab4-400e8e6a5a02 2019-01-20 13:21:21,915 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-6841db81-bad5-4f7-user 2019-01-20 13:21:21,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:21:21,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ba07bdfec869d30dc85d15d45c0d497d185e140" 2019-01-20 13:21:22,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb004735-1d91-46e1-af2a-6f8202e6731a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:21:22,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-cb004735-1d91-46e1-af2a-6f8202e6731a 2019-01-20 13:21:22,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ba07bdfec869d30dc85d15d45c0d497d185e140" -d '{"role": {"name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj-role"}}' 2019-01-20 13:21:22,136 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:21:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c870e2a-a04e-443d-a9e0-68eb9976e82f Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9960fb1b540f497198d13df1e3deb31d", "links": {"self": "http://172.30.9.22:5000/v3/roles/9960fb1b540f497198d13df1e3deb31d"}, "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj-role"}} 2019-01-20 13:21:22,136 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-7c870e2a-a04e-443d-a9e0-68eb9976e82f 2019-01-20 13:21:22,136 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-6841db81-bad5-4f7-proj-role 2019-01-20 13:21:22,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/9960fb1b540f497198d13df1e3deb31d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ba07bdfec869d30dc85d15d45c0d497d185e140" 2019-01-20 13:21:22,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ab755e6-5480-4910-8bc0-d17e74f4f93f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/9960fb1b540f497198d13df1e3deb31d"}, "domain_id": null, "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj-role", "id": "9960fb1b540f497198d13df1e3deb31d"}} 2019-01-20 13:21:22,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/9960fb1b540f497198d13df1e3deb31d used request id req-9ab755e6-5480-4910-8bc0-d17e74f4f93f 2019-01-20 13:21:22,156 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-6841db81-bad5-4f7-proj-role to project CreateInstanceVolumeTests-6841db81-bad5-4f7-proj 2019-01-20 13:21:22,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba/users/a714a2e548de4ad08b1caae47e9bf4fb/roles/9960fb1b540f497198d13df1e3deb31d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ba07bdfec869d30dc85d15d45c0d497d185e140" 2019-01-20 13:21:22,283 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:21:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9cfa4aec-cda0-4716-8fe2-f848632661c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:21:22,283 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba/users/a714a2e548de4ad08b1caae47e9bf4fb/roles/9960fb1b540f497198d13df1e3deb31d used request id req-9cfa4aec-cda0-4716-8fe2-f848632661c4 2019-01-20 13:21:22,283 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:21:22,285 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:21:22,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:21:22,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:21:22,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9960fb1b540f497198d13df1e3deb31d", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj-role"}], "expires_at": "2019-01-20T14:21:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57e56d77971b464d97fdc74d8cbf8fba", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-user", "id": "a714a2e548de4ad08b1caae47e9bf4fb"}, "audit_ids": ["PWHg7EqaSt-gtY4b9WIHEQ"], "issued_at": "2019-01-20T13:21:22.000000Z"}} 2019-01-20 13:21:22,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9bd3083f543af3b8e6607a84bc4d6d9eac6f05c" 2019-01-20 13:21:22,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27478bb3-a954-4797-8bcf-1cadef14e441 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:21:22,738 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-27478bb3-a954-4797-8bcf-1cadef14e441 2019-01-20 13:21:22,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a9bd3083f543af3b8e6607a84bc4d6d9eac6f05c" 2019-01-20 13:21:23,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-a59c7f5d-03fa-4abe-aa25-ffba08078779 Date: Sun, 20 Jan 2019 13:21:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-image"} 2019-01-20 13:21:23,022 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-image used request id req-a59c7f5d-03fa-4abe-aa25-ffba08078779 2019-01-20 13:21:23,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a9bd3083f543af3b8e6607a84bc4d6d9eac6f05c" 2019-01-20 13:21:23,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9806bf83-a9c3-4f2b-908f-e7edfd1fa5d0 Date: Sun, 20 Jan 2019 13:21: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"}}} 2019-01-20 13:21:23,175 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-9806bf83-a9c3-4f2b-908f-e7edfd1fa5d0 2019-01-20 13:21:23,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a9bd3083f543af3b8e6607a84bc4d6d9eac6f05c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-image"}' 2019-01-20 13:21:23,475 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d X-Openstack-Request-Id: req-cd066f3f-a428-40f5-bd08-1e0dcfb7ec99 Date: Sun, 20 Jan 2019 13:21:23 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:21:23Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:21:23Z", "visibility": "shared", "locations": [], "self": "/v2/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "min_disk": 0, "protected": false, "id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "file": "/v2/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d/file", "checksum": null, "owner": "57e56d77971b464d97fdc74d8cbf8fba", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:21:23,475 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-cd066f3f-a428-40f5-bd08-1e0dcfb7ec99 2019-01-20 13:21:23,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a9bd3083f543af3b8e6607a84bc4d6d9eac6f05c" -d '' 2019-01-20 13:21:24,558 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-816ee75b-dc05-4758-aaf4-1b5b38a55180 Date: Sun, 20 Jan 2019 13:21:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:21:24,559 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d/file used request id req-816ee75b-dc05-4758-aaf4-1b5b38a55180 2019-01-20 13:21:24,559 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:21:24,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a9bd3083f543af3b8e6607a84bc4d6d9eac6f05c" 2019-01-20 13:21:24,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-35edf355-9ed4-46b5-9b57-85053dbc0839 Date: Sun, 20 Jan 2019 13:21:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:21:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:21:24Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d/snap", "metadata": {}}], "self": "/v2/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "min_disk": 0, "protected": false, "id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "file": "/v2/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "57e56d77971b464d97fdc74d8cbf8fba", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:21:24,715 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d used request id req-35edf355-9ed4-46b5-9b57-85053dbc0839 2019-01-20 13:21:24,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a9bd3083f543af3b8e6607a84bc4d6d9eac6f05c" 2019-01-20 13:21:24,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7e60bdb5-12b7-4547-bb6b-062a05c1889c Date: Sun, 20 Jan 2019 13:21: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"}}} 2019-01-20 13:21:24,875 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-7e60bdb5-12b7-4547-bb6b-062a05c1889c 2019-01-20 13:21:24,878 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-image 2019-01-20 13:21:24,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a9bd3083f543af3b8e6607a84bc4d6d9eac6f05c" 2019-01-20 13:21:25,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-4e1973c2-0e3d-4bce-9ca2-116a54b7bf1c Date: Sun, 20 Jan 2019 13:21:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:21:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:21:24Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d/snap", "metadata": {}}], "self": "/v2/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "min_disk": 0, "protected": false, "id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "file": "/v2/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "57e56d77971b464d97fdc74d8cbf8fba", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:21:25,047 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d used request id req-4e1973c2-0e3d-4bce-9ca2-116a54b7bf1c 2019-01-20 13:21:25,048 - create_image - DEBUG - Instance status is - active 2019-01-20 13:21:25,048 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-image 2019-01-20 13:21:25,048 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-image 2019-01-20 13:21:25,048 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:21:25,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:21:25,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:21:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["SBRsysIJQ8-CdiI5JP8lwA"], "issued_at": "2019-01-20T13:21:25.000000Z"}} 2019-01-20 13:21:25,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a41cf2738e92159f8a909f614673cdefc69b01" 2019-01-20 13:21:25,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29f8068c-916a-4592-be67-e62912a03ddc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:21:25,522 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-29f8068c-916a-4592-be67-e62912a03ddc 2019-01-20 13:21:25,523 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:21:25,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a41cf2738e92159f8a909f614673cdefc69b01" 2019-01-20 13:21:25,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-24056d66-84c9-4d17-ba3f-636f09b3b22e x-compute-request-id: req-24056d66-84c9-4d17-ba3f-636f09b3b22e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:21:25,706 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-24056d66-84c9-4d17-ba3f-636f09b3b22e 2019-01-20 13:21:25,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a41cf2738e92159f8a909f614673cdefc69b01" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:21:25,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-e72fb547-46f7-44ea-807d-8a84fc66632c x-compute-request-id: req-e72fb547-46f7-44ea-807d-8a84fc66632c Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:21:25,758 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e72fb547-46f7-44ea-807d-8a84fc66632c 2019-01-20 13:21:25,759 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:21:25,760 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:21:26,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9960fb1b540f497198d13df1e3deb31d", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj-role"}], "expires_at": "2019-01-20T14:21:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57e56d77971b464d97fdc74d8cbf8fba", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-user", "id": "a714a2e548de4ad08b1caae47e9bf4fb"}, "audit_ids": ["J1Z-gmCJTv2eBZCPIaaKUQ"], "issued_at": "2019-01-20T13:21:26.000000Z"}} 2019-01-20 13:21:26,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}662b6c839f35a4bfedb8c9bec742b50e54deb137" 2019-01-20 13:21:26,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb00acb1-7eb4-4dc3-8e4c-5def17d6d0ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:21:26,206 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fb00acb1-7eb4-4dc3-8e4c-5def17d6d0ac 2019-01-20 13:21:26,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}662b6c839f35a4bfedb8c9bec742b50e54deb137" 2019-01-20 13:21:26,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e4085cc4-6261-46b3-aca8-232b5f23ccc6 Date: Sun, 20 Jan 2019 13:21:26 GMT RESP BODY: {"networks":[]} 2019-01-20 13:21:26,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net used request id req-e4085cc4-6261-46b3-aca8-232b5f23ccc6 2019-01-20 13:21:26,386 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net 2019-01-20 13:21:26,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}662b6c839f35a4bfedb8c9bec742b50e54deb137" -d '{"network": {"name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net", "admin_state_up": true}}' 2019-01-20 13:21:26,894 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-22d3028f-9447-454e-b5e2-392605bda47b Date: Sun, 20 Jan 2019 13:21:26 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3240bc63-0c3e-4775-a707-f597a87845dd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:21:26Z","is_default":false,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:26Z","mtu":1450}} 2019-01-20 13:21:26,895 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-22d3028f-9447-454e-b5e2-392605bda47b 2019-01-20 13:21:26,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}662b6c839f35a4bfedb8c9bec742b50e54deb137" 2019-01-20 13:21:27,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f7f4fffa-574c-4103-aad2-55843ebdecbf Date: Sun, 20 Jan 2019 13:21:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T13:21:26Z","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"3240bc63-0c3e-4775-a707-f597a87845dd","name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net"}]} 2019-01-20 13:21:27,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-f7f4fffa-574c-4103-aad2-55843ebdecbf 2019-01-20 13:21:27,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}662b6c839f35a4bfedb8c9bec742b50e54deb137" 2019-01-20 13:21:27,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-642c4b96-9635-492c-b8c5-224ccaf88a5f Date: Sun, 20 Jan 2019 13:21:27 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:21:27,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-642c4b96-9635-492c-b8c5-224ccaf88a5f 2019-01-20 13:21:27,323 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-subnet 2019-01-20 13:21:27,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}662b6c839f35a4bfedb8c9bec742b50e54deb137" -d '{"subnets": [{"ip_version": 4, "network_id": "3240bc63-0c3e-4775-a707-f597a87845dd", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-subnet"}]}' 2019-01-20 13:21:27,957 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a79f83ce-7d6e-4c1b-aded-d0a6b1470648 Date: Sun, 20 Jan 2019 13:21:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:27Z","dns_nameservers":[],"updated_at":"2019-01-20T13:21:27Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"f4e8b713-9704-49ec-8ab7-82d77574933d","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-subnet"}]} 2019-01-20 13:21:27,957 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-a79f83ce-7d6e-4c1b-aded-d0a6b1470648 2019-01-20 13:21:27,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}662b6c839f35a4bfedb8c9bec742b50e54deb137" 2019-01-20 13:21:28,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-9bbd56fd-c94f-49cf-a6cf-1f6b95703fb4 Date: Sun, 20 Jan 2019 13:21:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f4e8b713-9704-49ec-8ab7-82d77574933d"],"updated_at":"2019-01-20T13:21:27Z","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"3240bc63-0c3e-4775-a707-f597a87845dd","name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net"}]} 2019-01-20 13:21:28,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-9bbd56fd-c94f-49cf-a6cf-1f6b95703fb4 2019-01-20 13:21:28,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}662b6c839f35a4bfedb8c9bec742b50e54deb137" 2019-01-20 13:21:28,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-33d3b3a6-2f9b-4797-a0d7-45698eb69be9 Date: Sun, 20 Jan 2019 13:21:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:27Z","dns_nameservers":[],"updated_at":"2019-01-20T13:21:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"f4e8b713-9704-49ec-8ab7-82d77574933d","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-subnet"}]} 2019-01-20 13:21:28,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-33d3b3a6-2f9b-4797-a0d7-45698eb69be9 2019-01-20 13:21:28,268 - OpenStackNetwork - DEBUG - Network [3240bc63-0c3e-4775-a707-f597a87845dd] created successfully 2019-01-20 13:21:28,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:21:28,270 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:21:28,646 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9960fb1b540f497198d13df1e3deb31d", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj-role"}], "expires_at": "2019-01-20T14:21:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57e56d77971b464d97fdc74d8cbf8fba", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-user", "id": "a714a2e548de4ad08b1caae47e9bf4fb"}, "audit_ids": ["1VO1Y8PBRNyQaFrxwjRXJg"], "issued_at": "2019-01-20T13:21:28.000000Z"}} 2019-01-20 13:21:28,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7956e71ee6191f598aea14be8e7ed0366e725d34" 2019-01-20 13:21:28,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe749253-7f09-46e8-98be-24a0b1a1a640 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:21:28,717 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fe749253-7f09-46e8-98be-24a0b1a1a640 2019-01-20 13:21:28,723 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7956e71ee6191f598aea14be8e7ed0366e725d34" 2019-01-20 13:21:28,911 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:28 GMT Server: Apache x-compute-request-id: req-ca159ff4-6229-4d06-986a-4a9511a6bb76 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ca159ff4-6229-4d06-986a-4a9511a6bb76 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-20 13:21:28,911 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/detail used request id req-ca159ff4-6229-4d06-986a-4a9511a6bb76 2019-01-20 13:21:28,915 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ca159ff4-6229-4d06-986a-4a9511a6bb76" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7956e71ee6191f598aea14be8e7ed0366e725d34" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-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}}' 2019-01-20 13:21:29,321 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:21:28 GMT Server: Apache x-compute-request-id: req-063efcb8-6a9e-44b4-a791-8135c8b2efea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-063efcb8-6a9e-44b4-a791-8135c8b2efea Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4", "rel": "self"}, {"href": "http://172.30.9.22:8776/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:21:29.201174", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f17382d1-7990-418c-a6d1-dd94f2bf76a4", "size": 1}} 2019-01-20 13:21:29,321 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes used request id req-063efcb8-6a9e-44b4-a791-8135c8b2efea 2019-01-20 13:21:29,325 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ca159ff4-6229-4d06-986a-4a9511a6bb76" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7956e71ee6191f598aea14be8e7ed0366e725d34" 2019-01-20 13:21:29,533 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:29 GMT Server: Apache x-compute-request-id: req-9342ed4a-476b-4589-81b2-967e46cb1fed OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9342ed4a-476b-4589-81b2-967e46cb1fed Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4", "rel": "self"}, {"href": "http://172.30.9.22:8776/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:21:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "updated_at": "2019-01-20T13:21:29.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f17382d1-7990-418c-a6d1-dd94f2bf76a4", "size": 1}} 2019-01-20 13:21:29,533 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4 used request id req-9342ed4a-476b-4589-81b2-967e46cb1fed 2019-01-20 13:21:29,534 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-1 2019-01-20 13:21:29,537 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ca159ff4-6229-4d06-986a-4a9511a6bb76" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7956e71ee6191f598aea14be8e7ed0366e725d34" 2019-01-20 13:21:29,739 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:29 GMT Server: Apache x-compute-request-id: req-ca79b2c8-242e-47cb-ba8a-b023163ac8d7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ca79b2c8-242e-47cb-ba8a-b023163ac8d7 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4", "rel": "self"}, {"href": "http://172.30.9.22:8776/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:21:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "updated_at": "2019-01-20T13:21:29.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f17382d1-7990-418c-a6d1-dd94f2bf76a4", "size": 1}} 2019-01-20 13:21:29,739 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4 used request id req-ca79b2c8-242e-47cb-ba8a-b023163ac8d7 2019-01-20 13:21:29,740 - create_volume - DEBUG - Instance status is - available 2019-01-20 13:21:29,740 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-1 2019-01-20 13:21:29,740 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-1 2019-01-20 13:21:29,740 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:21:29,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:21:30,129 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9960fb1b540f497198d13df1e3deb31d", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj-role"}], "expires_at": "2019-01-20T14:21:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57e56d77971b464d97fdc74d8cbf8fba", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-user", "id": "a714a2e548de4ad08b1caae47e9bf4fb"}, "audit_ids": ["cPMOxtWGR8qT0k2CGwuiJw"], "issued_at": "2019-01-20T13:21:30.000000Z"}} 2019-01-20 13:21:30,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b901f90210c5d57a90b6ac511f4a2c79c78668" 2019-01-20 13:21:30,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4398c5d2-7b54-465e-8b7e-3cb94ec295ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:21:30,205 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4398c5d2-7b54-465e-8b7e-3cb94ec295ec 2019-01-20 13:21:30,211 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b901f90210c5d57a90b6ac511f4a2c79c78668" 2019-01-20 13:21:30,418 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:30 GMT Server: Apache x-compute-request-id: req-ff2a30d9-cb3d-4ddb-b1db-3c4b449c865b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ff2a30d9-cb3d-4ddb-b1db-3c4b449c865b Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4", "rel": "self"}, {"href": "http://172.30.9.22:8776/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:21:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "updated_at": "2019-01-20T13:21:29.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f17382d1-7990-418c-a6d1-dd94f2bf76a4", "size": 1}]} 2019-01-20 13:21:30,418 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/detail used request id req-ff2a30d9-cb3d-4ddb-b1db-3c4b449c865b 2019-01-20 13:21:30,421 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ff2a30d9-cb3d-4ddb-b1db-3c4b449c865b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b901f90210c5d57a90b6ac511f4a2c79c78668" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-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}}' 2019-01-20 13:21:30,728 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:21:30 GMT Server: Apache x-compute-request-id: req-863f2bf5-9500-4cf3-861c-3fcfad3095b6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-863f2bf5-9500-4cf3-861c-3fcfad3095b6 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "rel": "self"}, {"href": "http://172.30.9.22:8776/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:21:30.635552", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "size": 1}} 2019-01-20 13:21:30,728 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes used request id req-863f2bf5-9500-4cf3-861c-3fcfad3095b6 2019-01-20 13:21:30,732 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ff2a30d9-cb3d-4ddb-b1db-3c4b449c865b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b901f90210c5d57a90b6ac511f4a2c79c78668" 2019-01-20 13:21:30,932 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:30 GMT Server: Apache x-compute-request-id: req-37cbf0b4-ffa3-43e8-876c-a13bf88359c2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-37cbf0b4-ffa3-43e8-876c-a13bf88359c2 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "rel": "self"}, {"href": "http://172.30.9.22:8776/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:21:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "updated_at": "2019-01-20T13:21:30.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "size": 1}} 2019-01-20 13:21:30,933 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e used request id req-37cbf0b4-ffa3-43e8-876c-a13bf88359c2 2019-01-20 13:21:30,933 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-2 2019-01-20 13:21:30,937 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ff2a30d9-cb3d-4ddb-b1db-3c4b449c865b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b901f90210c5d57a90b6ac511f4a2c79c78668" 2019-01-20 13:21:31,129 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:30 GMT Server: Apache x-compute-request-id: req-559379f3-f62e-493a-8e90-306387898bfd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-559379f3-f62e-493a-8e90-306387898bfd Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "rel": "self"}, {"href": "http://172.30.9.22:8776/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:21:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "updated_at": "2019-01-20T13:21:30.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "size": 1}} 2019-01-20 13:21:31,129 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e used request id req-559379f3-f62e-493a-8e90-306387898bfd 2019-01-20 13:21:31,130 - create_volume - DEBUG - Instance status is - available 2019-01-20 13:21:31,130 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-2 2019-01-20 13:21:31,130 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-2 2019-01-20 13:21:31,130 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:21:31,131 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:21:31,517 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9960fb1b540f497198d13df1e3deb31d", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj-role"}], "expires_at": "2019-01-20T14:21:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57e56d77971b464d97fdc74d8cbf8fba", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-user", "id": "a714a2e548de4ad08b1caae47e9bf4fb"}, "audit_ids": ["tl35eGSSQN2VNa3nz-ihog"], "issued_at": "2019-01-20T13:21:31.000000Z"}} 2019-01-20 13:21:31,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:31,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ae63316-730b-4d32-b64d-f135cd83b03b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:21:31,594 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4ae63316-730b-4d32-b64d-f135cd83b03b 2019-01-20 13:21:31,596 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:21:31,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:31,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38087e47-64b1-47fb-9329-f6ea5674c509 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:21:31,672 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-38087e47-64b1-47fb-9329-f6ea5674c509 2019-01-20 13:21:31,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:31,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-404ab305-6a3c-48d6-a5ef-26cc691593df Date: Sun, 20 Jan 2019 13:21:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f4e8b713-9704-49ec-8ab7-82d77574933d"],"updated_at":"2019-01-20T13:21:27Z","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"3240bc63-0c3e-4775-a707-f597a87845dd","name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net"}]} 2019-01-20 13:21:31,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net used request id req-404ab305-6a3c-48d6-a5ef-26cc691593df 2019-01-20 13:21:31,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:21:31,935 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:21: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:21:31,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:31,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c001f0bb-ae73-4c4a-a8ba-2369eb8496b3 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba"}, "enabled": true, "id": "57e56d77971b464d97fdc74d8cbf8fba", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}} 2019-01-20 13:21:31,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba used request id req-c001f0bb-ae73-4c4a-a8ba-2369eb8496b3 2019-01-20 13:21:31,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:32,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-77d57003-d60e-4be0-afdb-962e0255eaba Date: Sun, 20 Jan 2019 13:21:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:27Z","dns_nameservers":[],"updated_at":"2019-01-20T13:21:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"f4e8b713-9704-49ec-8ab7-82d77574933d","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-subnet"}]} 2019-01-20 13:21:32,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-77d57003-d60e-4be0-afdb-962e0255eaba 2019-01-20 13:21:32,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=3240bc63-0c3e-4775-a707-f597a87845dd&name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:32,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5e0586ee-1437-4e17-9812-94779d006b1c Date: Sun, 20 Jan 2019 13:21:32 GMT RESP BODY: {"ports":[]} 2019-01-20 13:21:32,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=3240bc63-0c3e-4775-a707-f597a87845dd&name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-port&admin_state_up=True used request id req-5e0586ee-1437-4e17-9812-94779d006b1c 2019-01-20 13:21:32,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:32,590 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-cbf141c3-8e7c-49f3-a464-ba54619960f1 x-compute-request-id: req-cbf141c3-8e7c-49f3-a464-ba54619960f1 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:21:32,590 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst used request id req-cbf141c3-8e7c-49f3-a464-ba54619960f1 2019-01-20 13:21:32,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:32,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f9295214-44ef-4f15-ad62-f5e5d7eaf068 Date: Sun, 20 Jan 2019 13:21: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":["f4e8b713-9704-49ec-8ab7-82d77574933d"],"updated_at":"2019-01-20T13:21:27Z","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"3240bc63-0c3e-4775-a707-f597a87845dd","name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net"}]} 2019-01-20 13:21:32,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net used request id req-f9295214-44ef-4f15-ad62-f5e5d7eaf068 2019-01-20 13:21:32,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:32,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f1c7485-4459-4781-acbb-7a69736141ce Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba"}, "enabled": true, "id": "57e56d77971b464d97fdc74d8cbf8fba", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}} 2019-01-20 13:21:32,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba used request id req-9f1c7485-4459-4781-acbb-7a69736141ce 2019-01-20 13:21:32,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:33,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-bb039401-ffcb-44dc-b4eb-b594e29cf405 Date: Sun, 20 Jan 2019 13:21:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:27Z","dns_nameservers":[],"updated_at":"2019-01-20T13:21:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"f4e8b713-9704-49ec-8ab7-82d77574933d","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-subnet"}]} 2019-01-20 13:21:33,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-bb039401-ffcb-44dc-b4eb-b594e29cf405 2019-01-20 13:21:33,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=3240bc63-0c3e-4775-a707-f597a87845dd&name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:33,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2a4a325e-da20-4915-b426-8aed54a7cb48 Date: Sun, 20 Jan 2019 13:21:33 GMT RESP BODY: {"ports":[]} 2019-01-20 13:21:33,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=3240bc63-0c3e-4775-a707-f597a87845dd&name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-port&admin_state_up=True used request id req-2a4a325e-da20-4915-b426-8aed54a7cb48 2019-01-20 13:21:33,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:21:33,314 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:21:33,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9960fb1b540f497198d13df1e3deb31d", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj-role"}], "expires_at": "2019-01-20T14:21:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57e56d77971b464d97fdc74d8cbf8fba", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-user", "id": "a714a2e548de4ad08b1caae47e9bf4fb"}, "audit_ids": ["AXgaJMJZQRquEB3mUPoBGw"], "issued_at": "2019-01-20T13:21:33.000000Z"}} 2019-01-20 13:21:33,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f01602ea002125cf540f06e42c65be9cf4b90d70" 2019-01-20 13:21:33,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56934785-7eda-49e9-9ace-ca527eccf488 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:21:33,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-56934785-7eda-49e9-9ace-ca527eccf488 2019-01-20 13:21:33,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:34,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-feaeb19b-2988-4140-b6c6-303ae8280680 Date: Sun, 20 Jan 2019 13:21: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":["f4e8b713-9704-49ec-8ab7-82d77574933d"],"updated_at":"2019-01-20T13:21:27Z","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"3240bc63-0c3e-4775-a707-f597a87845dd","name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net"}]} 2019-01-20 13:21:34,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net used request id req-feaeb19b-2988-4140-b6c6-303ae8280680 2019-01-20 13:21:34,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:34,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c586b17f-568f-4ada-bad0-db0a0ff90dfb Date: Sun, 20 Jan 2019 13:21:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:27Z","dns_nameservers":[],"updated_at":"2019-01-20T13:21:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"f4e8b713-9704-49ec-8ab7-82d77574933d","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-subnet"}]} 2019-01-20 13:21:34,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-c586b17f-568f-4ada-bad0-db0a0ff90dfb 2019-01-20 13:21:34,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:34,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-37b5a6b6-0002-47f9-8f6a-47cb4b87b6bb Date: Sun, 20 Jan 2019 13:21: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":["f4e8b713-9704-49ec-8ab7-82d77574933d"],"updated_at":"2019-01-20T13:21:27Z","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"3240bc63-0c3e-4775-a707-f597a87845dd","name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net"}]} 2019-01-20 13:21:34,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net used request id req-37b5a6b6-0002-47f9-8f6a-47cb4b87b6bb 2019-01-20 13:21:34,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:21:34,546 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:21: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:21:34,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f01602ea002125cf540f06e42c65be9cf4b90d70" 2019-01-20 13:21:34,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a71c63a3-7431-488e-90a7-8b5be1ad2b44 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba"}, "enabled": true, "id": "57e56d77971b464d97fdc74d8cbf8fba", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}} 2019-01-20 13:21:34,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba used request id req-a71c63a3-7431-488e-90a7-8b5be1ad2b44 2019-01-20 13:21:34,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:34,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f5f42d4a-9399-4b31-853a-54ad88646b58 Date: Sun, 20 Jan 2019 13:21:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:27Z","dns_nameservers":[],"updated_at":"2019-01-20T13:21:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"f4e8b713-9704-49ec-8ab7-82d77574933d","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-subnet"}]} 2019-01-20 13:21:34,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-f5f42d4a-9399-4b31-853a-54ad88646b58 2019-01-20 13:21:34,833 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net 2019-01-20 13:21:34,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" -d '{"port": {"network_id": "3240bc63-0c3e-4775-a707-f597a87845dd", "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-port", "admin_state_up": true}}' 2019-01-20 13:21:35,775 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 780 X-Openstack-Request-Id: req-32e32020-ac94-4733-b84c-c688dee60e85 Date: Sun, 20 Jan 2019 13:21:35 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:35Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.8"}],"id":"da95ace6-190e-4422-9afb-f493d1cd50e0","security_groups":["b916966c-b926-4b29-a60f-15239765189e"],"mac_address":"fa:16:3e:ba:41:51","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-port","project_id":"57e56d77971b464d97fdc74d8cbf8fba","qos_policy_id":null,"admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:35Z","binding:vnic_type":"normal"}} 2019-01-20 13:21:35,776 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-32e32020-ac94-4733-b84c-c688dee60e85 2019-01-20 13:21:35,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:36,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7e9da951-6513-4d0f-abe0-59186999583d Date: Sun, 20 Jan 2019 13:21: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":["f4e8b713-9704-49ec-8ab7-82d77574933d"],"updated_at":"2019-01-20T13:21:27Z","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"3240bc63-0c3e-4775-a707-f597a87845dd","name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net"}]} 2019-01-20 13:21:36,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net used request id req-7e9da951-6513-4d0f-abe0-59186999583d 2019-01-20 13:21:36,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:36,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b628cde-bb08-4d62-b350-89a7ea58ba06 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba"}, "enabled": true, "id": "57e56d77971b464d97fdc74d8cbf8fba", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}} 2019-01-20 13:21:36,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba used request id req-9b628cde-bb08-4d62-b350-89a7ea58ba06 2019-01-20 13:21:36,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:36,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b012e66d-794a-4463-94ee-28b843ec0c9d Date: Sun, 20 Jan 2019 13:21:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:27Z","dns_nameservers":[],"updated_at":"2019-01-20T13:21:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"f4e8b713-9704-49ec-8ab7-82d77574933d","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-subnet"}]} 2019-01-20 13:21:36,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-b012e66d-794a-4463-94ee-28b843ec0c9d 2019-01-20 13:21:36,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=3240bc63-0c3e-4775-a707-f597a87845dd&name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:36,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-41aedc35-6803-456c-b42d-946d83c261a4 Date: Sun, 20 Jan 2019 13:21:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:35Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.8"}],"id":"da95ace6-190e-4422-9afb-f493d1cd50e0","security_groups":["b916966c-b926-4b29-a60f-15239765189e"],"mac_address":"fa:16:3e:ba:41:51","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-port","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:35Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:21:36,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=3240bc63-0c3e-4775-a707-f597a87845dd&name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-port&admin_state_up=True used request id req-41aedc35-6803-456c-b42d-946d83c261a4 2019-01-20 13:21:36,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:36,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aa02f5d-20c8-47b0-b3cb-096b2b45bef0 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba"}, "enabled": true, "id": "57e56d77971b464d97fdc74d8cbf8fba", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}} 2019-01-20 13:21:36,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba used request id req-3aa02f5d-20c8-47b0-b3cb-096b2b45bef0 2019-01-20 13:21:36,534 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst 2019-01-20 13:21:36,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:36,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f328c7c5-a2c1-49bb-a3db-98ba29b94d3b x-compute-request-id: req-f328c7c5-a2c1-49bb-a3db-98ba29b94d3b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-flavor-name"}]} 2019-01-20 13:21:36,565 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f328c7c5-a2c1-49bb-a3db-98ba29b94d3b 2019-01-20 13:21:36,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:36,592 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d0fbe24-aa91-4c4e-99ad-8e4bd21cb9cd x-compute-request-id: req-6d0fbe24-aa91-4c4e-99ad-8e4bd21cb9cd Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:21:36,592 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895 used request id req-6d0fbe24-aa91-4c4e-99ad-8e4bd21cb9cd 2019-01-20 13:21:36,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:36,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-6d88daab-f100-4a0d-ad76-45440c31b7ce Date: Sun, 20 Jan 2019 13:21:36 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:21:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:21:24Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d/snap", "metadata": {}}], "self": "/v2/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "min_disk": 0, "protected": false, "id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "file": "/v2/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "57e56d77971b464d97fdc74d8cbf8fba", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-image"} 2019-01-20 13:21:36,766 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-image used request id req-6d88daab-f100-4a0d-ad76-45440c31b7ce 2019-01-20 13:21:36,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:36,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fe7f7349-543a-41c7-b8fd-664e4ccb6ef1 Date: Sun, 20 Jan 2019 13:21: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"}}} 2019-01-20 13:21:36,926 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-fe7f7349-543a-41c7-b8fd-664e4ccb6ef1 2019-01-20 13:21:36,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" -d '{"server": {"name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst", "imageRef": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "flavorRef": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "max_count": 1, "min_count": 1, "networks": [{"port": "da95ace6-190e-4422-9afb-f493d1cd50e0"}]}}' 2019-01-20 13:21:38,707 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:21:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4e4a8c9e-178d-4a19-838b-1f3b35501917 x-compute-request-id: req-4e4a8c9e-178d-4a19-838b-1f3b35501917 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "bookmark"}], "adminPass": "yZnPgVd9UGBa"}} 2019-01-20 13:21:38,708 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-4e4a8c9e-178d-4a19-838b-1f3b35501917 2019-01-20 13:21:38,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:38,937 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d8e8fd3-1406-45cf-adfb-c6f7243392a2 x-compute-request-id: req-9d8e8fd3-1406-45cf-adfb-c6f7243392a2 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.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "bookmark"}], "image": {"id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "links": [{"href": "http://172.30.9.22:8774/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "links": [{"href": "http://172.30.9.22:8774/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "bookmark"}]}, "id": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:21:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst", "created": "2019-01-20T13:21:38Z", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:21:38,938 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a used request id req-9d8e8fd3-1406-45cf-adfb-c6f7243392a2 2019-01-20 13:21:38,938 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst 2019-01-20 13:21:38,941 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:39,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ea9e708-1aac-4df7-8eeb-fa73992f721e x-compute-request-id: req-0ea9e708-1aac-4df7-8eeb-fa73992f721e 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.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "bookmark"}], "image": {"id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "links": [{"href": "http://172.30.9.22:8774/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "links": [{"href": "http://172.30.9.22:8774/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "bookmark"}]}, "id": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:21:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst", "created": "2019-01-20T13:21:38Z", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:21:39,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a used request id req-0ea9e708-1aac-4df7-8eeb-fa73992f721e 2019-01-20 13:21:39,293 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst] is - BUILD 2019-01-20 13:21:39,294 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:21:42,297 - create_instance - DEBUG - VM status query timeout in 896.641403913 2019-01-20 13:21:42,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:43,151 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-854c6d79-c4c7-4849-8a6b-4504c68b6cd8 x-compute-request-id: req-854c6d79-c4c7-4849-8a6b-4504c68b6cd8 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "bookmark"}], "image": {"id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "links": [{"href": "http://172.30.9.22:8774/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "links": [{"href": "http://172.30.9.22:8774/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "bookmark"}]}, "id": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "security_groups": [{"name": "default"}], "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:21:39Z", "hostId": "a15e6b37e25bbe242e026ffdbca37eef25e69839817ee4824ef28088", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst", "created": "2019-01-20T13:21:38Z", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:21:43,151 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a used request id req-854c6d79-c4c7-4849-8a6b-4504c68b6cd8 2019-01-20 13:21:43,152 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst] is - BUILD 2019-01-20 13:21:43,152 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:21:46,155 - create_instance - DEBUG - VM status query timeout in 892.783046961 2019-01-20 13:21:46,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:46,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21: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-1001a5af-62d1-4ad5-8af1-021bbfe37049 x-compute-request-id: req-1001a5af-62d1-4ad5-8af1-021bbfe37049 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:41:51", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "bookmark"}], "image": {"id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "links": [{"href": "http://172.30.9.22:8774/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:21:44.000000", "flavor": {"id": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "links": [{"href": "http://172.30.9.22:8774/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "bookmark"}]}, "id": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "security_groups": [{"name": "default"}], "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:21:45Z", "hostId": "a15e6b37e25bbe242e026ffdbca37eef25e69839817ee4824ef28088", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst", "created": "2019-01-20T13:21:38Z", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:21:46,769 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a used request id req-1001a5af-62d1-4ad5-8af1-021bbfe37049 2019-01-20 13:21:46,769 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst] is - ACTIVE 2019-01-20 13:21:46,769 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:21:46,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:47,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21: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-3ccd7f0f-580f-4ab6-814b-a3d43affced4 x-compute-request-id: req-3ccd7f0f-580f-4ab6-814b-a3d43affced4 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:41:51", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "bookmark"}], "image": {"id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "links": [{"href": "http://172.30.9.22:8774/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:21:44.000000", "flavor": {"id": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "links": [{"href": "http://172.30.9.22:8774/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "bookmark"}]}, "id": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "security_groups": [{"name": "default"}], "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:21:45Z", "hostId": "a15e6b37e25bbe242e026ffdbca37eef25e69839817ee4824ef28088", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst", "created": "2019-01-20T13:21:38Z", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:21:47,242 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a used request id req-3ccd7f0f-580f-4ab6-814b-a3d43affced4 2019-01-20 13:21:47,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:47,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-acc716af-fd05-4864-9ed8-e5683e20087c Date: Sun, 20 Jan 2019 13:21: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":["f4e8b713-9704-49ec-8ab7-82d77574933d"],"updated_at":"2019-01-20T13:21:27Z","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"3240bc63-0c3e-4775-a707-f597a87845dd","name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net"}]} 2019-01-20 13:21:47,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net used request id req-acc716af-fd05-4864-9ed8-e5683e20087c 2019-01-20 13:21:47,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:47,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-465584a5-853b-4bc2-b2f2-87331e8dfa24 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba"}, "enabled": true, "id": "57e56d77971b464d97fdc74d8cbf8fba", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}} 2019-01-20 13:21:47,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba used request id req-465584a5-853b-4bc2-b2f2-87331e8dfa24 2019-01-20 13:21:47,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:47,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-15d74dcb-3c91-486f-8a71-be986b11840b Date: Sun, 20 Jan 2019 13:21:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:27Z","dns_nameservers":[],"updated_at":"2019-01-20T13:21:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"f4e8b713-9704-49ec-8ab7-82d77574933d","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-subnet"}]} 2019-01-20 13:21:47,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-15d74dcb-3c91-486f-8a71-be986b11840b 2019-01-20 13:21:47,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:47,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-69e30792-e6ca-44e3-b78f-475a7ab1e7b2 Date: Sun, 20 Jan 2019 13:21:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.3"}],"id":"3c5ff248-4af0-48e5-a424-78ec769dcee5","security_groups":[],"mac_address":"fa:16:3e:95:62:8c","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3240bc63-0c3e-4775-a707-f597a87845dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.2"}],"id":"90b5f6bc-509b-46c1-b0c1-64da8a7828e9","security_groups":[],"mac_address":"fa:16:3e:ad:fb:93","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3240bc63-0c3e-4775-a707-f597a87845dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.4"}],"id":"c1221fdf-0b40-4a0b-9034-c343707396f7","security_groups":[],"mac_address":"fa:16:3e:e2:e7:e2","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3240bc63-0c3e-4775-a707-f597a87845dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.8"}],"id":"da95ace6-190e-4422-9afb-f493d1cd50e0","security_groups":["b916966c-b926-4b29-a60f-15239765189e"],"mac_address":"fa:16:3e:ba:41:51","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-port","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:35Z","binding:vnic_type":"normal","device_id":"a5ac4cfa-a514-415a-af22-7c8a97608f6a"}]} 2019-01-20 13:21:47,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-69e30792-e6ca-44e3-b78f-475a7ab1e7b2 2019-01-20 13:21:47,893 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:48,102 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:47 GMT Server: Apache x-compute-request-id: req-44b482b4-06a6-45ca-8358-054b379a8401 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-44b482b4-06a6-45ca-8358-054b379a8401 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "rel": "self"}, {"href": "http://172.30.9.22:8776/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:21:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "updated_at": "2019-01-20T13:21:30.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "size": 1}, {"status": "available", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4", "rel": "self"}, {"href": "http://172.30.9.22:8776/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:21:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "updated_at": "2019-01-20T13:21:29.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f17382d1-7990-418c-a6d1-dd94f2bf76a4", "size": 1}]} 2019-01-20 13:21:48,103 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/detail used request id req-44b482b4-06a6-45ca-8358-054b379a8401 2019-01-20 13:21:48,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:48,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c568a99-a954-4d57-83bf-22fbd9389e54 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba"}, "enabled": true, "id": "57e56d77971b464d97fdc74d8cbf8fba", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}} 2019-01-20 13:21:48,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba used request id req-1c568a99-a954-4d57-83bf-22fbd9389e54 2019-01-20 13:21:48,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:48,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c776326-65f3-4f61-af79-a4f7ec8be61a x-compute-request-id: req-9c776326-65f3-4f61-af79-a4f7ec8be61a Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:41:51", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "bookmark"}], "image": {"id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "links": [{"href": "http://172.30.9.22:8774/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:21:44.000000", "flavor": {"id": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "links": [{"href": "http://172.30.9.22:8774/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "bookmark"}]}, "id": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "security_groups": [{"name": "default"}], "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:21:45Z", "hostId": "a15e6b37e25bbe242e026ffdbca37eef25e69839817ee4824ef28088", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst", "created": "2019-01-20T13:21:38Z", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:21:48,808 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a used request id req-9c776326-65f3-4f61-af79-a4f7ec8be61a 2019-01-20 13:21:48,808 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst] is - ACTIVE 2019-01-20 13:21:48,808 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:21:48,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:49,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f88fb481-3f17-4cb7-9168-9c72471166d5 x-compute-request-id: req-f88fb481-3f17-4cb7-9168-9c72471166d5 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:41:51", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "bookmark"}], "image": {"id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "links": [{"href": "http://172.30.9.22:8774/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:21:44.000000", "flavor": {"id": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "links": [{"href": "http://172.30.9.22:8774/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "bookmark"}]}, "id": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "security_groups": [{"name": "default"}], "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:21:45Z", "hostId": "a15e6b37e25bbe242e026ffdbca37eef25e69839817ee4824ef28088", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst", "created": "2019-01-20T13:21:38Z", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:21:49,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a used request id req-f88fb481-3f17-4cb7-9168-9c72471166d5 2019-01-20 13:21:49,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:49,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-3570fbc8-9274-4504-a79b-2eec7286b0fe Date: Sun, 20 Jan 2019 13:21:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f4e8b713-9704-49ec-8ab7-82d77574933d"],"updated_at":"2019-01-20T13:21:27Z","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"3240bc63-0c3e-4775-a707-f597a87845dd","name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net"}]} 2019-01-20 13:21:49,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net used request id req-3570fbc8-9274-4504-a79b-2eec7286b0fe 2019-01-20 13:21:49,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:49,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07674f55-35a9-4262-8d8d-f0af7f1740b3 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba"}, "enabled": true, "id": "57e56d77971b464d97fdc74d8cbf8fba", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}} 2019-01-20 13:21:49,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba used request id req-07674f55-35a9-4262-8d8d-f0af7f1740b3 2019-01-20 13:21:49,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:49,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fa6ddc80-a232-4c7f-bccf-a6417c4cbeb5 Date: Sun, 20 Jan 2019 13:21:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:27Z","dns_nameservers":[],"updated_at":"2019-01-20T13:21:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"f4e8b713-9704-49ec-8ab7-82d77574933d","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-subnet"}]} 2019-01-20 13:21:49,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-fa6ddc80-a232-4c7f-bccf-a6417c4cbeb5 2019-01-20 13:21:49,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:49,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-3e35fa5b-e970-45cd-9129-3e0c0bdf8cc8 Date: Sun, 20 Jan 2019 13:21:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.3"}],"id":"3c5ff248-4af0-48e5-a424-78ec769dcee5","security_groups":[],"mac_address":"fa:16:3e:95:62:8c","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3240bc63-0c3e-4775-a707-f597a87845dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.2"}],"id":"90b5f6bc-509b-46c1-b0c1-64da8a7828e9","security_groups":[],"mac_address":"fa:16:3e:ad:fb:93","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3240bc63-0c3e-4775-a707-f597a87845dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.4"}],"id":"c1221fdf-0b40-4a0b-9034-c343707396f7","security_groups":[],"mac_address":"fa:16:3e:e2:e7:e2","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3240bc63-0c3e-4775-a707-f597a87845dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.8"}],"id":"da95ace6-190e-4422-9afb-f493d1cd50e0","security_groups":["b916966c-b926-4b29-a60f-15239765189e"],"mac_address":"fa:16:3e:ba:41:51","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-port","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:35Z","binding:vnic_type":"normal","device_id":"a5ac4cfa-a514-415a-af22-7c8a97608f6a"}]} 2019-01-20 13:21:49,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-3e35fa5b-e970-45cd-9129-3e0c0bdf8cc8 2019-01-20 13:21:49,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" -d '{"volumeAttachment": {"volumeId": "f17382d1-7990-418c-a6d1-dd94f2bf76a4"}}' 2019-01-20 13:21:50,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a5cda7b-e76b-4f36-85a4-c1d747b4b438 x-compute-request-id: req-3a5cda7b-e76b-4f36-85a4-c1d747b4b438 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "id": "f17382d1-7990-418c-a6d1-dd94f2bf76a4", "volumeId": "f17382d1-7990-418c-a6d1-dd94f2bf76a4"}} 2019-01-20 13:21:50,560 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a/os-volume_attachments used request id req-3a5cda7b-e76b-4f36-85a4-c1d747b4b438 2019-01-20 13:21:50,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:51,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c4cb5d2-b45d-43bc-940a-353cc0b41a9c x-compute-request-id: req-5c4cb5d2-b45d-43bc-940a-353cc0b41a9c Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:41:51", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "bookmark"}], "image": {"id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "links": [{"href": "http://172.30.9.22:8774/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:21:44.000000", "flavor": {"id": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "links": [{"href": "http://172.30.9.22:8774/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "bookmark"}]}, "id": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "security_groups": [{"name": "default"}], "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:21:45Z", "hostId": "a15e6b37e25bbe242e026ffdbca37eef25e69839817ee4824ef28088", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst", "created": "2019-01-20T13:21:38Z", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "os-extended-volumes:volumes_attached": [{"id": "f17382d1-7990-418c-a6d1-dd94f2bf76a4"}], "metadata": {}}} 2019-01-20 13:21:51,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a used request id req-5c4cb5d2-b45d-43bc-940a-353cc0b41a9c 2019-01-20 13:21:51,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:51,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-176a1f80-7a3b-4691-8c3f-5d17cd02acc4 Date: Sun, 20 Jan 2019 13:21:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f4e8b713-9704-49ec-8ab7-82d77574933d"],"updated_at":"2019-01-20T13:21:27Z","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"3240bc63-0c3e-4775-a707-f597a87845dd","name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net"}]} 2019-01-20 13:21:51,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net used request id req-176a1f80-7a3b-4691-8c3f-5d17cd02acc4 2019-01-20 13:21:51,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:51,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44da3e29-feab-4440-9473-401cf842294e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba"}, "enabled": true, "id": "57e56d77971b464d97fdc74d8cbf8fba", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}} 2019-01-20 13:21:51,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba used request id req-44da3e29-feab-4440-9473-401cf842294e 2019-01-20 13:21:51,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:51,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4a848ea4-63b5-4037-9c77-a46646e878d0 Date: Sun, 20 Jan 2019 13:21:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:27Z","dns_nameservers":[],"updated_at":"2019-01-20T13:21:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"f4e8b713-9704-49ec-8ab7-82d77574933d","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-subnet"}]} 2019-01-20 13:21:51,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-4a848ea4-63b5-4037-9c77-a46646e878d0 2019-01-20 13:21:51,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:51,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-6b603ad5-0333-4f79-9bd2-ef69a7ad327a Date: Sun, 20 Jan 2019 13:21:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.3"}],"id":"3c5ff248-4af0-48e5-a424-78ec769dcee5","security_groups":[],"mac_address":"fa:16:3e:95:62:8c","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3240bc63-0c3e-4775-a707-f597a87845dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.2"}],"id":"90b5f6bc-509b-46c1-b0c1-64da8a7828e9","security_groups":[],"mac_address":"fa:16:3e:ad:fb:93","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3240bc63-0c3e-4775-a707-f597a87845dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.4"}],"id":"c1221fdf-0b40-4a0b-9034-c343707396f7","security_groups":[],"mac_address":"fa:16:3e:e2:e7:e2","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3240bc63-0c3e-4775-a707-f597a87845dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.8"}],"id":"da95ace6-190e-4422-9afb-f493d1cd50e0","security_groups":["b916966c-b926-4b29-a60f-15239765189e"],"mac_address":"fa:16:3e:ba:41:51","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-port","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:35Z","binding:vnic_type":"normal","device_id":"a5ac4cfa-a514-415a-af22-7c8a97608f6a"}]} 2019-01-20 13:21:51,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-6b603ad5-0333-4f79-9bd2-ef69a7ad327a 2019-01-20 13:21:51,824 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-44b482b4-06a6-45ca-8358-054b379a8401" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:52,016 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:51 GMT Server: Apache x-compute-request-id: req-39c04e14-bd64-4ae1-adeb-dd22fc199021 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-39c04e14-bd64-4ae1-adeb-dd22fc199021 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "rel": "self"}, {"href": "http://172.30.9.22:8776/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:21:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "updated_at": "2019-01-20T13:21:30.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "size": 1}, {"status": "attaching", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4", "rel": "self"}, {"href": "http://172.30.9.22:8776/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:21:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "updated_at": "2019-01-20T13:21:50.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f17382d1-7990-418c-a6d1-dd94f2bf76a4", "size": 1}]} 2019-01-20 13:21:52,016 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/detail used request id req-39c04e14-bd64-4ae1-adeb-dd22fc199021 2019-01-20 13:21:52,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:52,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcdc1625-401d-4f60-9712-3b0eb33f5bd4 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba"}, "enabled": true, "id": "57e56d77971b464d97fdc74d8cbf8fba", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}} 2019-01-20 13:21:52,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba used request id req-bcdc1625-401d-4f60-9712-3b0eb33f5bd4 2019-01-20 13:21:52,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:52,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21: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-0ad87dcf-96c6-46e9-bb64-53d860cdbfd7 x-compute-request-id: req-0ad87dcf-96c6-46e9-bb64-53d860cdbfd7 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:41:51", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "bookmark"}], "image": {"id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "links": [{"href": "http://172.30.9.22:8774/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:21:44.000000", "flavor": {"id": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "links": [{"href": "http://172.30.9.22:8774/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "bookmark"}]}, "id": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "security_groups": [{"name": "default"}], "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:21:51Z", "hostId": "a15e6b37e25bbe242e026ffdbca37eef25e69839817ee4824ef28088", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst", "created": "2019-01-20T13:21:38Z", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "os-extended-volumes:volumes_attached": [{"id": "f17382d1-7990-418c-a6d1-dd94f2bf76a4"}], "metadata": {}}} 2019-01-20 13:21:52,872 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a used request id req-0ad87dcf-96c6-46e9-bb64-53d860cdbfd7 2019-01-20 13:21:52,872 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst] is - ACTIVE 2019-01-20 13:21:52,873 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:21:52,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:53,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21: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-18645dbb-bd33-44fb-81c2-6546800b695e x-compute-request-id: req-18645dbb-bd33-44fb-81c2-6546800b695e Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:41:51", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "bookmark"}], "image": {"id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "links": [{"href": "http://172.30.9.22:8774/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:21:44.000000", "flavor": {"id": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "links": [{"href": "http://172.30.9.22:8774/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "bookmark"}]}, "id": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "security_groups": [{"name": "default"}], "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:21:51Z", "hostId": "a15e6b37e25bbe242e026ffdbca37eef25e69839817ee4824ef28088", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst", "created": "2019-01-20T13:21:38Z", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "os-extended-volumes:volumes_attached": [{"id": "f17382d1-7990-418c-a6d1-dd94f2bf76a4"}], "metadata": {}}} 2019-01-20 13:21:53,490 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a used request id req-18645dbb-bd33-44fb-81c2-6546800b695e 2019-01-20 13:21:53,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:53,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-00c873a6-3049-4074-9cd4-6c7b262e4a6c Date: Sun, 20 Jan 2019 13:21: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":["f4e8b713-9704-49ec-8ab7-82d77574933d"],"updated_at":"2019-01-20T13:21:27Z","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"3240bc63-0c3e-4775-a707-f597a87845dd","name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net"}]} 2019-01-20 13:21:53,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net used request id req-00c873a6-3049-4074-9cd4-6c7b262e4a6c 2019-01-20 13:21:53,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:53,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed448444-2024-48a8-9920-d6aa70bc526f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba"}, "enabled": true, "id": "57e56d77971b464d97fdc74d8cbf8fba", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}} 2019-01-20 13:21:53,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba used request id req-ed448444-2024-48a8-9920-d6aa70bc526f 2019-01-20 13:21:53,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:53,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8972062c-323e-4b93-bb57-b7c574221754 Date: Sun, 20 Jan 2019 13:21:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:27Z","dns_nameservers":[],"updated_at":"2019-01-20T13:21:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"f4e8b713-9704-49ec-8ab7-82d77574933d","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-subnet"}]} 2019-01-20 13:21:53,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-8972062c-323e-4b93-bb57-b7c574221754 2019-01-20 13:21:53,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:53,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-62542fc9-58bf-4e50-b5ff-f4a9843dd787 Date: Sun, 20 Jan 2019 13:21:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.3"}],"id":"3c5ff248-4af0-48e5-a424-78ec769dcee5","security_groups":[],"mac_address":"fa:16:3e:95:62:8c","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3240bc63-0c3e-4775-a707-f597a87845dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.2"}],"id":"90b5f6bc-509b-46c1-b0c1-64da8a7828e9","security_groups":[],"mac_address":"fa:16:3e:ad:fb:93","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3240bc63-0c3e-4775-a707-f597a87845dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.4"}],"id":"c1221fdf-0b40-4a0b-9034-c343707396f7","security_groups":[],"mac_address":"fa:16:3e:e2:e7:e2","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3240bc63-0c3e-4775-a707-f597a87845dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.8"}],"id":"da95ace6-190e-4422-9afb-f493d1cd50e0","security_groups":["b916966c-b926-4b29-a60f-15239765189e"],"mac_address":"fa:16:3e:ba:41:51","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-port","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:35Z","binding:vnic_type":"normal","device_id":"a5ac4cfa-a514-415a-af22-7c8a97608f6a"}]} 2019-01-20 13:21:53,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-62542fc9-58bf-4e50-b5ff-f4a9843dd787 2019-01-20 13:21:53,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" -d '{"volumeAttachment": {"volumeId": "451a0d68-ae3f-42a6-8d2b-b1e37cfa469e"}}' 2019-01-20 13:21:55,711 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21: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-dcb6680f-8387-4037-9dab-e82accd5ba6f x-compute-request-id: req-dcb6680f-8387-4037-9dab-e82accd5ba6f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdc", "serverId": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "id": "451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "volumeId": "451a0d68-ae3f-42a6-8d2b-b1e37cfa469e"}} 2019-01-20 13:21:55,711 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a/os-volume_attachments used request id req-dcb6680f-8387-4037-9dab-e82accd5ba6f 2019-01-20 13:21:55,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:56,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33586fc8-8d1f-4a7e-b274-1bce7fd583e1 x-compute-request-id: req-33586fc8-8d1f-4a7e-b274-1bce7fd583e1 Content-Encoding: gzip Content-Length: 802 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:41:51", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "bookmark"}], "image": {"id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "links": [{"href": "http://172.30.9.22:8774/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:21:44.000000", "flavor": {"id": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "links": [{"href": "http://172.30.9.22:8774/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "bookmark"}]}, "id": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "security_groups": [{"name": "default"}], "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:21:51Z", "hostId": "a15e6b37e25bbe242e026ffdbca37eef25e69839817ee4824ef28088", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst", "created": "2019-01-20T13:21:38Z", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "os-extended-volumes:volumes_attached": [{"id": "f17382d1-7990-418c-a6d1-dd94f2bf76a4"}, {"id": "451a0d68-ae3f-42a6-8d2b-b1e37cfa469e"}], "metadata": {}}} 2019-01-20 13:21:56,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a used request id req-33586fc8-8d1f-4a7e-b274-1bce7fd583e1 2019-01-20 13:21:56,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:56,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4e0d0109-1586-4b29-8556-a87cfb56cac2 Date: Sun, 20 Jan 2019 13:21: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":["f4e8b713-9704-49ec-8ab7-82d77574933d"],"updated_at":"2019-01-20T13:21:27Z","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"3240bc63-0c3e-4775-a707-f597a87845dd","name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net"}]} 2019-01-20 13:21:56,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net used request id req-4e0d0109-1586-4b29-8556-a87cfb56cac2 2019-01-20 13:21:56,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:56,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ca18854-c927-49a7-9281-d214b792f1ee Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba"}, "enabled": true, "id": "57e56d77971b464d97fdc74d8cbf8fba", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}} 2019-01-20 13:21:56,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba used request id req-9ca18854-c927-49a7-9281-d214b792f1ee 2019-01-20 13:21:56,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:56,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b90e8874-7b47-4413-b000-e080ed967435 Date: Sun, 20 Jan 2019 13:21:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:27Z","dns_nameservers":[],"updated_at":"2019-01-20T13:21:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"f4e8b713-9704-49ec-8ab7-82d77574933d","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-subnet"}]} 2019-01-20 13:21:56,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-b90e8874-7b47-4413-b000-e080ed967435 2019-01-20 13:21:56,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:56,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-0337c6d3-5852-4cfa-8b61-02618b5198fa Date: Sun, 20 Jan 2019 13:21:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.3"}],"id":"3c5ff248-4af0-48e5-a424-78ec769dcee5","security_groups":[],"mac_address":"fa:16:3e:95:62:8c","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3240bc63-0c3e-4775-a707-f597a87845dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.2"}],"id":"90b5f6bc-509b-46c1-b0c1-64da8a7828e9","security_groups":[],"mac_address":"fa:16:3e:ad:fb:93","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3240bc63-0c3e-4775-a707-f597a87845dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.4"}],"id":"c1221fdf-0b40-4a0b-9034-c343707396f7","security_groups":[],"mac_address":"fa:16:3e:e2:e7:e2","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3240bc63-0c3e-4775-a707-f597a87845dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.8"}],"id":"da95ace6-190e-4422-9afb-f493d1cd50e0","security_groups":["b916966c-b926-4b29-a60f-15239765189e"],"mac_address":"fa:16:3e:ba:41:51","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-port","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:35Z","binding:vnic_type":"normal","device_id":"a5ac4cfa-a514-415a-af22-7c8a97608f6a"}]} 2019-01-20 13:21:56,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-0337c6d3-5852-4cfa-8b61-02618b5198fa 2019-01-20 13:21:56,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:21:56,916 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9960fb1b540f497198d13df1e3deb31d", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj-role"}], "expires_at": "2019-01-20T14:21:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57e56d77971b464d97fdc74d8cbf8fba", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/57e56d77971b464d97fdc74d8cbf8fba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-user", "id": "a714a2e548de4ad08b1caae47e9bf4fb"}, "audit_ids": ["3fk9thRmSZqwZEiiNOPHXg"], "issued_at": "2019-01-20T13:21:56.000000Z"}} 2019-01-20 13:21:56,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60753b2493fb9f59f6defd655232d224be77c4d8" 2019-01-20 13:21:57,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21: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-87e09710-54d2-45d1-a92e-e9ef13d66466 x-compute-request-id: req-87e09710-54d2-45d1-a92e-e9ef13d66466 Content-Encoding: gzip Content-Length: 801 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:41:51", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "bookmark"}], "image": {"id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "links": [{"href": "http://172.30.9.22:8774/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:21:44.000000", "flavor": {"id": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "links": [{"href": "http://172.30.9.22:8774/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "bookmark"}]}, "id": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "security_groups": [{"name": "default"}], "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:21:56Z", "hostId": "a15e6b37e25bbe242e026ffdbca37eef25e69839817ee4824ef28088", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst", "created": "2019-01-20T13:21:38Z", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "os-extended-volumes:volumes_attached": [{"id": "f17382d1-7990-418c-a6d1-dd94f2bf76a4"}, {"id": "451a0d68-ae3f-42a6-8d2b-b1e37cfa469e"}], "metadata": {}}]} 2019-01-20 13:21:57,687 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst used request id req-87e09710-54d2-45d1-a92e-e9ef13d66466 2019-01-20 13:21:57,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60753b2493fb9f59f6defd655232d224be77c4d8" 2019-01-20 13:21:57,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-002e4322-53c8-4e19-92ba-3c3d10edd826 Date: Sun, 20 Jan 2019 13:21: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":["f4e8b713-9704-49ec-8ab7-82d77574933d"],"updated_at":"2019-01-20T13:21:27Z","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"3240bc63-0c3e-4775-a707-f597a87845dd","name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net"}]} 2019-01-20 13:21:57,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net used request id req-002e4322-53c8-4e19-92ba-3c3d10edd826 2019-01-20 13:21:57,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60753b2493fb9f59f6defd655232d224be77c4d8" 2019-01-20 13:21:58,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f39e9518-75ae-4c60-bace-2bbd6fa87507 Date: Sun, 20 Jan 2019 13:21:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:27Z","dns_nameservers":[],"updated_at":"2019-01-20T13:21:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"57e56d77971b464d97fdc74d8cbf8fba","id":"f4e8b713-9704-49ec-8ab7-82d77574933d","subnetpool_id":null,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-subnet"}]} 2019-01-20 13:21:58,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-f39e9518-75ae-4c60-bace-2bbd6fa87507 2019-01-20 13:21:58,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60753b2493fb9f59f6defd655232d224be77c4d8" 2019-01-20 13:21:58,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-546a9913-91f3-400f-9ca3-10abc8b324bb Date: Sun, 20 Jan 2019 13:21:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.3"}],"id":"3c5ff248-4af0-48e5-a424-78ec769dcee5","security_groups":[],"mac_address":"fa:16:3e:95:62:8c","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3240bc63-0c3e-4775-a707-f597a87845dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.2"}],"id":"90b5f6bc-509b-46c1-b0c1-64da8a7828e9","security_groups":[],"mac_address":"fa:16:3e:ad:fb:93","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3240bc63-0c3e-4775-a707-f597a87845dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.4"}],"id":"c1221fdf-0b40-4a0b-9034-c343707396f7","security_groups":[],"mac_address":"fa:16:3e:e2:e7:e2","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3240bc63-0c3e-4775-a707-f597a87845dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:21:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f4e8b713-9704-49ec-8ab7-82d77574933d","ip_address":"10.55.0.8"}],"id":"da95ace6-190e-4422-9afb-f493d1cd50e0","security_groups":["b916966c-b926-4b29-a60f-15239765189e"],"mac_address":"fa:16:3e:ba:41:51","project_id":"57e56d77971b464d97fdc74d8cbf8fba","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-port","admin_state_up":true,"network_id":"3240bc63-0c3e-4775-a707-f597a87845dd","tenant_id":"57e56d77971b464d97fdc74d8cbf8fba","created_at":"2019-01-20T13:21:35Z","binding:vnic_type":"normal","device_id":"a5ac4cfa-a514-415a-af22-7c8a97608f6a"}]} 2019-01-20 13:21:58,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=3240bc63-0c3e-4775-a707-f597a87845dd used request id req-546a9913-91f3-400f-9ca3-10abc8b324bb 2019-01-20 13:21:58,246 - create_instance - INFO - Deleting Port with ID - da95ace6-190e-4422-9afb-f493d1cd50e0 2019-01-20 13:21:58,246 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-port 2019-01-20 13:21:58,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/da95ace6-190e-4422-9afb-f493d1cd50e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:58,847 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9b3341a3-292f-4d37-95a5-216fd229e3f5 Date: Sun, 20 Jan 2019 13:21:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:21:58,847 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/da95ace6-190e-4422-9afb-f493d1cd50e0 used request id req-9b3341a3-292f-4d37-95a5-216fd229e3f5 2019-01-20 13:21:58,850 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-44b482b4-06a6-45ca-8358-054b379a8401" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:21:59,062 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:21:58 GMT Server: Apache x-compute-request-id: req-ceadc373-fd4f-43d1-a9db-1a9b5fd1bc64 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ceadc373-fd4f-43d1-a9db-1a9b5fd1bc64 Content-Encoding: gzip Content-Length: 575 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "attachments": [{"server_id": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "attachment_id": "aa01e7da-0e26-4e1d-9976-e6a9b2a43f0c", "attached_at": "2019-01-20T13:21:52.000000", "host_name": null, "volume_id": "f17382d1-7990-418c-a6d1-dd94f2bf76a4", "device": "/dev/vdb", "id": "f17382d1-7990-418c-a6d1-dd94f2bf76a4"}], "links": [{"href": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4", "rel": "self"}, {"href": "http://172.30.9.22:8776/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:21:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "updated_at": "2019-01-20T13:21:52.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "f17382d1-7990-418c-a6d1-dd94f2bf76a4", "size": 1}} 2019-01-20 13:21:59,062 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4 used request id req-ceadc373-fd4f-43d1-a9db-1a9b5fd1bc64 2019-01-20 13:21:59,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a/os-volume_attachments/f17382d1-7990-418c-a6d1-dd94f2bf76a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:22:00,074 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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-4a543cbc-b352-4e74-84fc-20ffc9050332 x-compute-request-id: req-4a543cbc-b352-4e74-84fc-20ffc9050332 Content-Length: 0 Content-Type: application/json 2019-01-20 13:22:00,074 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a/os-volume_attachments/f17382d1-7990-418c-a6d1-dd94f2bf76a4 used request id req-4a543cbc-b352-4e74-84fc-20ffc9050332 2019-01-20 13:22:00,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:22:00,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68172bf7-4350-4ccc-8296-9e83b2318097 x-compute-request-id: req-68172bf7-4350-4ccc-8296-9e83b2318097 Content-Encoding: gzip Content-Length: 705 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "bookmark"}], "image": {"id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "links": [{"href": "http://172.30.9.22:8774/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:21:44.000000", "flavor": {"id": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "links": [{"href": "http://172.30.9.22:8774/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "bookmark"}]}, "id": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:21:56Z", "hostId": "a15e6b37e25bbe242e026ffdbca37eef25e69839817ee4824ef28088", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst", "created": "2019-01-20T13:21:38Z", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "os-extended-volumes:volumes_attached": [{"id": "f17382d1-7990-418c-a6d1-dd94f2bf76a4"}, {"id": "451a0d68-ae3f-42a6-8d2b-b1e37cfa469e"}], "metadata": {}}} 2019-01-20 13:22:00,313 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a used request id req-68172bf7-4350-4ccc-8296-9e83b2318097 2019-01-20 13:22:03,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:22:03,588 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22: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-3fdaf18b-31d3-4fcb-af98-b6ec864cbeef x-compute-request-id: req-3fdaf18b-31d3-4fcb-af98-b6ec864cbeef Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "bookmark"}], "image": {"id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "links": [{"href": "http://172.30.9.22:8774/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:21:44.000000", "flavor": {"id": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "links": [{"href": "http://172.30.9.22:8774/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "bookmark"}]}, "id": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:21:56Z", "hostId": "a15e6b37e25bbe242e026ffdbca37eef25e69839817ee4824ef28088", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst", "created": "2019-01-20T13:21:38Z", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "os-extended-volumes:volumes_attached": [{"id": "451a0d68-ae3f-42a6-8d2b-b1e37cfa469e"}], "metadata": {}}} 2019-01-20 13:22:03,589 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a used request id req-3fdaf18b-31d3-4fcb-af98-b6ec864cbeef 2019-01-20 13:22:03,592 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-44b482b4-06a6-45ca-8358-054b379a8401" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:22:03,808 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:03 GMT Server: Apache x-compute-request-id: req-d9075282-9962-438b-ab31-06afb813b156 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d9075282-9962-438b-ab31-06afb813b156 Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "attachments": [{"server_id": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "attachment_id": "1d8a02af-5f3e-4335-8c00-d0dd1fdcacd6", "attached_at": "2019-01-20T13:21:56.000000", "host_name": null, "volume_id": "451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "device": "/dev/vdc", "id": "451a0d68-ae3f-42a6-8d2b-b1e37cfa469e"}], "links": [{"href": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "rel": "self"}, {"href": "http://172.30.9.22:8776/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:21:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "updated_at": "2019-01-20T13:21:56.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "size": 1}} 2019-01-20 13:22:03,808 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e used request id req-d9075282-9962-438b-ab31-06afb813b156 2019-01-20 13:22:03,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a/os-volume_attachments/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:22:04,356 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:22: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-bd31d246-1ade-412e-8d0b-01ecdc8961e5 x-compute-request-id: req-bd31d246-1ade-412e-8d0b-01ecdc8961e5 Content-Length: 0 Content-Type: application/json 2019-01-20 13:22:04,356 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a/os-volume_attachments/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e used request id req-bd31d246-1ade-412e-8d0b-01ecdc8961e5 2019-01-20 13:22:04,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:22:04,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2751b5e0-9920-483b-b21b-6914b7070c8b x-compute-request-id: req-2751b5e0-9920-483b-b21b-6914b7070c8b Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "bookmark"}], "image": {"id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "links": [{"href": "http://172.30.9.22:8774/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:21:44.000000", "flavor": {"id": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "links": [{"href": "http://172.30.9.22:8774/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "bookmark"}]}, "id": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:21:56Z", "hostId": "a15e6b37e25bbe242e026ffdbca37eef25e69839817ee4824ef28088", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst", "created": "2019-01-20T13:21:38Z", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "os-extended-volumes:volumes_attached": [{"id": "451a0d68-ae3f-42a6-8d2b-b1e37cfa469e"}], "metadata": {}}} 2019-01-20 13:22:04,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a used request id req-2751b5e0-9920-483b-b21b-6914b7070c8b 2019-01-20 13:22:07,620 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:22:07,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22: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-96b03842-1333-4eeb-97fb-444c0127eb2c x-compute-request-id: req-96b03842-1333-4eeb-97fb-444c0127eb2c Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "bookmark"}], "image": {"id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "links": [{"href": "http://172.30.9.22:8774/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:21:44.000000", "flavor": {"id": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "links": [{"href": "http://172.30.9.22:8774/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "bookmark"}]}, "id": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:21:56Z", "hostId": "a15e6b37e25bbe242e026ffdbca37eef25e69839817ee4824ef28088", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst", "created": "2019-01-20T13:21:38Z", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:22:07,896 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a used request id req-96b03842-1333-4eeb-97fb-444c0127eb2c 2019-01-20 13:22:07,896 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst 2019-01-20 13:22:07,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:22:08,047 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:22: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-c0dbe61b-0db6-421a-9bc1-2e7598453fe3 x-compute-request-id: req-c0dbe61b-0db6-421a-9bc1-2e7598453fe3 Content-Type: application/json 2019-01-20 13:22:08,048 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a used request id req-c0dbe61b-0db6-421a-9bc1-2e7598453fe3 2019-01-20 13:22:08,048 - create_instance - INFO - Checking deletion status 2019-01-20 13:22:08,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:22:08,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e8440b0-349e-4908-ab00-917eca31279f x-compute-request-id: req-1e8440b0-349e-4908-ab00-917eca31279f Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a", "rel": "bookmark"}], "image": {"id": "42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "links": [{"href": "http://172.30.9.22:8774/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:21:44.000000", "flavor": {"id": "8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "links": [{"href": "http://172.30.9.22:8774/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895", "rel": "bookmark"}]}, "id": "a5ac4cfa-a514-415a-af22-7c8a97608f6a", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:22:07Z", "hostId": "a15e6b37e25bbe242e026ffdbca37eef25e69839817ee4824ef28088", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst", "created": "2019-01-20T13:21:38Z", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:22:08,296 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a used request id req-1e8440b0-349e-4908-ab00-917eca31279f 2019-01-20 13:22:08,297 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst] is - ACTIVE 2019-01-20 13:22:08,297 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:22:11,300 - create_instance - DEBUG - VM status query timeout in 296.748020172 2019-01-20 13:22:11,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2560e5513921b0332284742b212eed8f53dac1bc" 2019-01-20 13:22:11,359 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:22:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5523ffd5-e31f-461a-a922-cd6df1069896 x-compute-request-id: req-5523ffd5-e31f-461a-a922-cd6df1069896 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance a5ac4cfa-a514-415a-af22-7c8a97608f6a could not be found.", "code": 404}} 2019-01-20 13:22:11,359 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a5ac4cfa-a514-415a-af22-7c8a97608f6a used request id req-5523ffd5-e31f-461a-a922-cd6df1069896 2019-01-20 13:22:11,360 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance a5ac4cfa-a514-415a-af22-7c8a97608f6a could not be found. (HTTP 404) (Request-ID: req-5523ffd5-e31f-461a-a922-cd6df1069896) 2019-01-20 13:22:11,360 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-inst 2019-01-20 13:22:11,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a41cf2738e92159f8a909f614673cdefc69b01" 2019-01-20 13:22:11,407 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:22:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-36fcbca2-7db7-4768-a24c-a38ecd468a2c x-compute-request-id: req-36fcbca2-7db7-4768-a24c-a38ecd468a2c Content-Length: 0 Content-Type: application/json 2019-01-20 13:22:11,408 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/8ca4e0d1-e6d1-4eb7-92d7-2b460429c895 used request id req-36fcbca2-7db7-4768-a24c-a38ecd468a2c 2019-01-20 13:22:11,408 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-subnet 2019-01-20 13:22:11,409 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-subnet 2019-01-20 13:22:11,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/f4e8b713-9704-49ec-8ab7-82d77574933d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}662b6c839f35a4bfedb8c9bec742b50e54deb137" 2019-01-20 13:22:13,868 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dcfb00c0-14b1-4311-a647-c493181342b3 Date: Sun, 20 Jan 2019 13:22:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:22:13,868 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/f4e8b713-9704-49ec-8ab7-82d77574933d used request id req-dcfb00c0-14b1-4311-a647-c493181342b3 2019-01-20 13:22:13,868 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-pub-net 2019-01-20 13:22:13,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/3240bc63-0c3e-4775-a707-f597a87845dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}662b6c839f35a4bfedb8c9bec742b50e54deb137" 2019-01-20 13:22:15,111 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5e1c64ce-c610-46c7-87d9-d2e3c6507d6a Date: Sun, 20 Jan 2019 13:22:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:22:15,111 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/3240bc63-0c3e-4775-a707-f597a87845dd used request id req-5e1c64ce-c610-46c7-87d9-d2e3c6507d6a 2019-01-20 13:22:15,115 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ff2a30d9-cb3d-4ddb-b1db-3c4b449c865b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b901f90210c5d57a90b6ac511f4a2c79c78668" 2019-01-20 13:22:15,314 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:15 GMT Server: Apache x-compute-request-id: req-2cc16852-6c0b-4636-9b0d-6c00b4b782e6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2cc16852-6c0b-4636-9b0d-6c00b4b782e6 Content-Encoding: gzip Content-Length: 477 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "rel": "self"}, {"href": "http://172.30.9.22:8776/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:21:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "updated_at": "2019-01-20T13:22:04.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "size": 1}} 2019-01-20 13:22:15,314 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e used request id req-2cc16852-6c0b-4636-9b0d-6c00b4b782e6 2019-01-20 13:22:15,315 - create_volume - DEBUG - Instance status is - available 2019-01-20 13:22:15,315 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-2 2019-01-20 13:22:15,315 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-2 2019-01-20 13:22:15,318 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ff2a30d9-cb3d-4ddb-b1db-3c4b449c865b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b901f90210c5d57a90b6ac511f4a2c79c78668" 2019-01-20 13:22:15,551 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:22:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-076791fe-a323-44f7-b04c-748b103bb569 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. 2019-01-20 13:22:15,551 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e used request id req-076791fe-a323-44f7-b04c-748b103bb569 2019-01-20 13:22:15,554 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ff2a30d9-cb3d-4ddb-b1db-3c4b449c865b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b901f90210c5d57a90b6ac511f4a2c79c78668" 2019-01-20 13:22:15,744 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:15 GMT Server: Apache x-compute-request-id: req-81844bbe-8e12-4a78-abdf-b80eed728038 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-81844bbe-8e12-4a78-abdf-b80eed728038 Content-Encoding: gzip Content-Length: 480 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "rel": "self"}, {"href": "http://172.30.9.22:8776/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:21:30.000000", "description": null, "os-vol-tenant-attr:tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "updated_at": "2019-01-20T13:22:15.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "451a0d68-ae3f-42a6-8d2b-b1e37cfa469e", "size": 1}} 2019-01-20 13:22:15,745 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e used request id req-81844bbe-8e12-4a78-abdf-b80eed728038 2019-01-20 13:22:15,745 - create_volume - DEBUG - Instance status is - deleting 2019-01-20 13:22:15,745 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-20 13:22:18,748 - create_volume - DEBUG - Volume status query timeout in 56.8030278683 2019-01-20 13:22:18,752 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ff2a30d9-cb3d-4ddb-b1db-3c4b449c865b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b901f90210c5d57a90b6ac511f4a2c79c78668" 2019-01-20 13:22:18,944 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:22:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-18114eff-a696-40e9-aa0f-02f9cee8e1fb x-openstack-request-id: req-18114eff-a696-40e9-aa0f-02f9cee8e1fb Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 451a0d68-ae3f-42a6-8d2b-b1e37cfa469e could not be found.", "code": 404}} 2019-01-20 13:22:18,944 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/451a0d68-ae3f-42a6-8d2b-b1e37cfa469e used request id req-18114eff-a696-40e9-aa0f-02f9cee8e1fb 2019-01-20 13:22:18,944 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 451a0d68-ae3f-42a6-8d2b-b1e37cfa469e could not be found. (HTTP 404) (Request-ID: req-18114eff-a696-40e9-aa0f-02f9cee8e1fb) 2019-01-20 13:22:18,945 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-2 2019-01-20 13:22:18,948 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ca159ff4-6229-4d06-986a-4a9511a6bb76" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7956e71ee6191f598aea14be8e7ed0366e725d34" 2019-01-20 13:22:19,138 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:18 GMT Server: Apache x-compute-request-id: req-5482fa63-2320-415f-983f-b8a0a34fcf6e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5482fa63-2320-415f-983f-b8a0a34fcf6e Content-Encoding: gzip Content-Length: 477 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4", "rel": "self"}, {"href": "http://172.30.9.22:8776/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:21:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "updated_at": "2019-01-20T13:22:00.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "f17382d1-7990-418c-a6d1-dd94f2bf76a4", "size": 1}} 2019-01-20 13:22:19,138 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4 used request id req-5482fa63-2320-415f-983f-b8a0a34fcf6e 2019-01-20 13:22:19,138 - create_volume - DEBUG - Instance status is - available 2019-01-20 13:22:19,139 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-1 2019-01-20 13:22:19,139 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-1 2019-01-20 13:22:19,142 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ca159ff4-6229-4d06-986a-4a9511a6bb76" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7956e71ee6191f598aea14be8e7ed0366e725d34" 2019-01-20 13:22:19,377 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:22:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-909cce5e-5af0-455b-96ec-a22dd8c2be07 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. 2019-01-20 13:22:19,377 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4 used request id req-909cce5e-5af0-455b-96ec-a22dd8c2be07 2019-01-20 13:22:19,381 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ca159ff4-6229-4d06-986a-4a9511a6bb76" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7956e71ee6191f598aea14be8e7ed0366e725d34" 2019-01-20 13:22:19,576 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:19 GMT Server: Apache x-compute-request-id: req-35572fbc-26f7-4fa7-88df-3a920cdbf443 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-35572fbc-26f7-4fa7-88df-3a920cdbf443 Content-Encoding: gzip Content-Length: 479 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "a714a2e548de4ad08b1caae47e9bf4fb", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4", "rel": "self"}, {"href": "http://172.30.9.22:8776/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-20T13:21:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "updated_at": "2019-01-20T13:22:19.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "f17382d1-7990-418c-a6d1-dd94f2bf76a4", "size": 1}} 2019-01-20 13:22:19,576 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4 used request id req-35572fbc-26f7-4fa7-88df-3a920cdbf443 2019-01-20 13:22:19,577 - create_volume - DEBUG - Instance status is - deleting 2019-01-20 13:22:19,577 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-20 13:22:22,580 - create_volume - DEBUG - Volume status query timeout in 56.7978169918 2019-01-20 13:22:22,583 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ca159ff4-6229-4d06-986a-4a9511a6bb76" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7956e71ee6191f598aea14be8e7ed0366e725d34" 2019-01-20 13:22:22,786 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:22:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-0f09b861-5c14-451d-b2d5-5c46d06b11f7 x-openstack-request-id: req-0f09b861-5c14-451d-b2d5-5c46d06b11f7 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume f17382d1-7990-418c-a6d1-dd94f2bf76a4 could not be found.", "code": 404}} 2019-01-20 13:22:22,786 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/57e56d77971b464d97fdc74d8cbf8fba/volumes/f17382d1-7990-418c-a6d1-dd94f2bf76a4 used request id req-0f09b861-5c14-451d-b2d5-5c46d06b11f7 2019-01-20 13:22:22,787 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume f17382d1-7990-418c-a6d1-dd94f2bf76a4 could not be found. (HTTP 404) (Request-ID: req-0f09b861-5c14-451d-b2d5-5c46d06b11f7) 2019-01-20 13:22:22,787 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-1 2019-01-20 13:22:22,788 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-b472aea3-6282-438a-ad9d-f92b03535a47-image 2019-01-20 13:22:22,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a9bd3083f543af3b8e6607a84bc4d6d9eac6f05c" 2019-01-20 13:22:23,603 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bbb2d14d-e9e0-4fb5-b17a-b1f424785fd0 Date: Sun, 20 Jan 2019 13:22:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:22:23,604 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/42a43a91-b615-4ed1-b1ca-dcf0e9d2a56d used request id req-bbb2d14d-e9e0-4fb5-b17a-b1f424785fd0 2019-01-20 13:22:23,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ba07bdfec869d30dc85d15d45c0d497d185e140" 2019-01-20 13:22:23,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f7684c37-73e1-4b4f-a0bd-a17bc521398b Date: Sun, 20 Jan 2019 13:22:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "created_at": "2019-01-20T13:21:26Z", "updated_at": "2019-01-20T13:21:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:21:26Z", "revision_number": 0, "id": "49c1a2a2-a1ec-44bc-b9d5-e65e65fb7a35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:21:26Z", "security_group_id": "b916966c-b926-4b29-a60f-15239765189e", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "port_range_min": null, "ethertype": "IPv4", "project_id": "57e56d77971b464d97fdc74d8cbf8fba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:21:26Z", "revision_number": 0, "id": "b6db6ed6-6390-4597-a2eb-7eefe803d5c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:21:26Z", "security_group_id": "b916966c-b926-4b29-a60f-15239765189e", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "port_range_min": null, "ethertype": "IPv6", "project_id": "57e56d77971b464d97fdc74d8cbf8fba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:21:26Z", "revision_number": 0, "id": "d3126e1d-a70e-4aee-b093-872ff589c166", "remote_group_id": "b916966c-b926-4b29-a60f-15239765189e", "remote_ip_prefix": null, "created_at": "2019-01-20T13:21:26Z", "security_group_id": "b916966c-b926-4b29-a60f-15239765189e", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "port_range_min": null, "ethertype": "IPv4", "project_id": "57e56d77971b464d97fdc74d8cbf8fba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:21:26Z", "revision_number": 0, "id": "e2879f31-24a6-4c7a-ba74-8d4bf4488d6b", "remote_group_id": "b916966c-b926-4b29-a60f-15239765189e", "remote_ip_prefix": null, "created_at": "2019-01-20T13:21:26Z", "security_group_id": "b916966c-b926-4b29-a60f-15239765189e", "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "port_range_min": null, "ethertype": "IPv6", "project_id": "57e56d77971b464d97fdc74d8cbf8fba"}], "revision_number": 4, "project_id": "57e56d77971b464d97fdc74d8cbf8fba", "id": "b916966c-b926-4b29-a60f-15239765189e", "name": "default"}]} 2019-01-20 13:22:23,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-f7684c37-73e1-4b4f-a0bd-a17bc521398b 2019-01-20 13:22:23,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ba07bdfec869d30dc85d15d45c0d497d185e140" 2019-01-20 13:22:23,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb6cb92e-c785-4bf0-936d-eb6cec88b08b 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:22:23,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-eb6cb92e-c785-4bf0-936d-eb6cec88b08b 2019-01-20 13:22:23,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ba07bdfec869d30dc85d15d45c0d497d185e140" 2019-01-20 13:22:24,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7833c10e-0c5a-4704-b610-afe3bcce9a69 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:22:24,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-7833c10e-0c5a-4704-b610-afe3bcce9a69 2019-01-20 13:22:24,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ba07bdfec869d30dc85d15d45c0d497d185e140" 2019-01-20 13:22:24,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01be7860-6e7d-4e02-84d4-1af5771f8163 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:22:24,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-01be7860-6e7d-4e02-84d4-1af5771f8163 2019-01-20 13:22:24,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ba07bdfec869d30dc85d15d45c0d497d185e140" 2019-01-20 13:22:24,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e3e438e-0038-40da-a2de-111bdaa80683 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba"}, "enabled": true, "id": "57e56d77971b464d97fdc74d8cbf8fba", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-6841db81-bad5-4f7-proj"}} 2019-01-20 13:22:24,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba used request id req-8e3e438e-0038-40da-a2de-111bdaa80683 2019-01-20 13:22:24,182 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b916966c-b926-4b29-a60f-15239765189e 2019-01-20 13:22:24,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b916966c-b926-4b29-a60f-15239765189e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ba07bdfec869d30dc85d15d45c0d497d185e140" 2019-01-20 13:22:24,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b03df4dd-1474-45bc-8e6a-07ee0400e226 Date: Sun, 20 Jan 2019 13:22: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": "2019-01-20T13:21:26Z", "security_group_id": "b916966c-b926-4b29-a60f-15239765189e", "port_range_min": null, "revision_number": 0, "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "created_at": "2019-01-20T13:21:26Z", "project_id": "57e56d77971b464d97fdc74d8cbf8fba", "id": "49c1a2a2-a1ec-44bc-b9d5-e65e65fb7a35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:21:26Z", "security_group_id": "b916966c-b926-4b29-a60f-15239765189e", "port_range_min": null, "revision_number": 0, "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "created_at": "2019-01-20T13:21:26Z", "project_id": "57e56d77971b464d97fdc74d8cbf8fba", "id": "b6db6ed6-6390-4597-a2eb-7eefe803d5c5"}, {"remote_group_id": "b916966c-b926-4b29-a60f-15239765189e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:21:26Z", "security_group_id": "b916966c-b926-4b29-a60f-15239765189e", "port_range_min": null, "revision_number": 0, "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "created_at": "2019-01-20T13:21:26Z", "project_id": "57e56d77971b464d97fdc74d8cbf8fba", "id": "d3126e1d-a70e-4aee-b093-872ff589c166"}, {"remote_group_id": "b916966c-b926-4b29-a60f-15239765189e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:21:26Z", "security_group_id": "b916966c-b926-4b29-a60f-15239765189e", "port_range_min": null, "revision_number": 0, "tenant_id": "57e56d77971b464d97fdc74d8cbf8fba", "created_at": "2019-01-20T13:21:26Z", "project_id": "57e56d77971b464d97fdc74d8cbf8fba", "id": "e2879f31-24a6-4c7a-ba74-8d4bf4488d6b"}]} 2019-01-20 13:22:24,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b916966c-b926-4b29-a60f-15239765189e used request id req-b03df4dd-1474-45bc-8e6a-07ee0400e226 2019-01-20 13:22:24,360 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:22:24,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/b916966c-b926-4b29-a60f-15239765189e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ba07bdfec869d30dc85d15d45c0d497d185e140" 2019-01-20 13:22:24,676 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-885ad4ff-d6d3-40d3-8cdd-1e512ffada4c Content-Length: 0 Date: Sun, 20 Jan 2019 13:22:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:22:24,676 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/b916966c-b926-4b29-a60f-15239765189e used request id req-885ad4ff-d6d3-40d3-8cdd-1e512ffada4c 2019-01-20 13:22:24,677 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-6841db81-bad5-4f7-proj 2019-01-20 13:22:24,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ba07bdfec869d30dc85d15d45c0d497d185e140" 2019-01-20 13:22:24,882 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:22:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f8d5d29-cdc8-4659-ac8c-b89586cc1c65 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:22:24,882 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/57e56d77971b464d97fdc74d8cbf8fba used request id req-6f8d5d29-cdc8-4659-ac8c-b89586cc1c65 2019-01-20 13:22:24,882 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-6841db81-bad5-4f7-proj-role 2019-01-20 13:22:24,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/9960fb1b540f497198d13df1e3deb31d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ba07bdfec869d30dc85d15d45c0d497d185e140" 2019-01-20 13:22:24,998 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:22:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56b6990d-6c0a-4da3-86c9-abcb84b75e4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:22:24,998 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/9960fb1b540f497198d13df1e3deb31d used request id req-56b6990d-6c0a-4da3-86c9-abcb84b75e4d 2019-01-20 13:22:25,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ba07bdfec869d30dc85d15d45c0d497d185e140" 2019-01-20 13:22:25,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16c83c35-ee9e-4619-86b8-d06a849602a6 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:22:25,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-16c83c35-ee9e-4619-86b8-d06a849602a6 2019-01-20 13:22:25,099 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-6841db81-bad5-4f7-user 2019-01-20 13:22:25,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/a714a2e548de4ad08b1caae47e9bf4fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b621451db92490c15c7c82b87b6aaf87ec6c8a" 2019-01-20 13:22:25,284 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:22:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ddba0c93-d4f2-4966-8268-c3045feaa327 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:22:25,284 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/a714a2e548de4ad08b1caae47e9bf4fb used request id req-ddba0c93-d4f2-4966-8268-c3045feaa327 2019-01-20 13:22:25,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:22:25,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:22:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["xqOdZsi4RWyOGDeclmiyCQ"], "issued_at": "2019-01-20T13:22:25.000000Z"}} 2019-01-20 13:22:25,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9787404900add8687ffd10b186f97be4975128fb" 2019-01-20 13:22:25,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a6bb1c2-9ac7-4df5-8266-d0330f975951 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:22:25,776 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0a6bb1c2-9ac7-4df5-8266-d0330f975951 2019-01-20 13:22:25,777 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:22:25,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:22:26,158 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:22:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["b8auBgQUS-6_vpElUQHKPQ"], "issued_at": "2019-01-20T13:22:26.000000Z"}} 2019-01-20 13:22:26,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}852c066ff1c138a5083171c4ee7c70dd31a3bf9f" 2019-01-20 13:22:26,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2152570f-0721-4fbb-8f77-95a8b1e5398a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:22:26,246 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2152570f-0721-4fbb-8f77-95a8b1e5398a 2019-01-20 13:22:26,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:22:26,257 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:22:26,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-073f8376-6a7b-4dd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}852c066ff1c138a5083171c4ee7c70dd31a3bf9f" 2019-01-20 13:22:26,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63c7b56b-5412-4f0a-a61e-6f850074285a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-073f8376-6a7b-4dd-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:22:26,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-073f8376-6a7b-4dd-proj used request id req-63c7b56b-5412-4f0a-a61e-6f850074285a 2019-01-20 13:22:26,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}852c066ff1c138a5083171c4ee7c70dd31a3bf9f" 2019-01-20 13:22:26,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c058af5-bc59-4cd3-a5f9-bd319173eb20 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:22:26,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-4c058af5-bc59-4cd3-a5f9-bd319173eb20 2019-01-20 13:22:26,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}852c066ff1c138a5083171c4ee7c70dd31a3bf9f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-073f8376-6a7b-4dd-proj"}}' 2019-01-20 13:22:26,586 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:22:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b92a1b4d-45df-47b5-9929-2bd1f7f2b11c Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/e5648aac35b243ebbb299887c1cdaf41"}, "enabled": true, "id": "e5648aac35b243ebbb299887c1cdaf41", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-073f8376-6a7b-4dd-proj"}} 2019-01-20 13:22:26,586 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-b92a1b4d-45df-47b5-9929-2bd1f7f2b11c 2019-01-20 13:22:26,587 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-073f8376-6a7b-4dd-proj 2019-01-20 13:22:26,587 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:22:26,588 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:22:26,960 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:22:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Iuf22A1KT5Kiy4-Uh7c7Lw"], "issued_at": "2019-01-20T13:22:26.000000Z"}} 2019-01-20 13:22:26,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c49a9e48232c9ca883650ef1e63a54b4858079b" 2019-01-20 13:22:27,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75bd9bd5-f297-4732-822b-0ed42e9cefb6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:22:27,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-75bd9bd5-f297-4732-822b-0ed42e9cefb6 2019-01-20 13:22:27,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:22:27,065 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:22: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:22:27,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c49a9e48232c9ca883650ef1e63a54b4858079b" 2019-01-20 13:22:27,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eb995f8-d437-492d-a9f7-deac812d9241 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:22:27,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-0eb995f8-d437-492d-a9f7-deac812d9241 2019-01-20 13:22:27,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-073f8376-6a7b-4dd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c49a9e48232c9ca883650ef1e63a54b4858079b" 2019-01-20 13:22:27,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2337b74e-faf8-40b5-a57a-95265e674fcf Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-073f8376-6a7b-4dd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/e5648aac35b243ebbb299887c1cdaf41"}, "enabled": true, "id": "e5648aac35b243ebbb299887c1cdaf41", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-073f8376-6a7b-4dd-proj"}]} 2019-01-20 13:22:27,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-073f8376-6a7b-4dd-proj used request id req-2337b74e-faf8-40b5-a57a-95265e674fcf 2019-01-20 13:22:27,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c49a9e48232c9ca883650ef1e63a54b4858079b" 2019-01-20 13:22:27,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a38d557-e22f-418c-a8fa-d66144f6317d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:22:27,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-6a38d557-e22f-418c-a8fa-d66144f6317d 2019-01-20 13:22:27,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c49a9e48232c9ca883650ef1e63a54b4858079b" 2019-01-20 13:22:27,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4882b560-1c56-49fc-9112-a6d5ea5a9c25 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:22:27,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4882b560-1c56-49fc-9112-a6d5ea5a9c25 2019-01-20 13:22:27,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-073f8376-6a7b-4dd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c49a9e48232c9ca883650ef1e63a54b4858079b" 2019-01-20 13:22:27,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-650401a6-ea84-4eea-afba-0f9e119ac785 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-073f8376-6a7b-4dd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/e5648aac35b243ebbb299887c1cdaf41"}, "enabled": true, "id": "e5648aac35b243ebbb299887c1cdaf41", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-073f8376-6a7b-4dd-proj"}]} 2019-01-20 13:22:27,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-073f8376-6a7b-4dd-proj used request id req-650401a6-ea84-4eea-afba-0f9e119ac785 2019-01-20 13:22:27,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/bef706a54861441c9465f1dfe1f985d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c49a9e48232c9ca883650ef1e63a54b4858079b" 2019-01-20 13:22:27,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94273b4d-621d-43f9-8879-c3a14c162ef7 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-073f8376-6a7b-4dd-user", "links": {"self": "http://172.30.9.22:5000/v3/users/bef706a54861441c9465f1dfe1f985d7"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "e5648aac35b243ebbb299887c1cdaf41", "id": "bef706a54861441c9465f1dfe1f985d7", "password_expires_at": null}} 2019-01-20 13:22:27,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/bef706a54861441c9465f1dfe1f985d7 used request id req-94273b4d-621d-43f9-8879-c3a14c162ef7 2019-01-20 13:22:27,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/e5648aac35b243ebbb299887c1cdaf41/users/bef706a54861441c9465f1dfe1f985d7/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c49a9e48232c9ca883650ef1e63a54b4858079b" 2019-01-20 13:22:28,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bdc938f-e1ba-4e52-b991-4dc595161948 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/e5648aac35b243ebbb299887c1cdaf41/users/bef706a54861441c9465f1dfe1f985d7/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 13:22:28,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/e5648aac35b243ebbb299887c1cdaf41/users/bef706a54861441c9465f1dfe1f985d7/roles used request id req-3bdc938f-e1ba-4e52-b991-4dc595161948 2019-01-20 13:22:28,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c49a9e48232c9ca883650ef1e63a54b4858079b" 2019-01-20 13:22:28,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b826d98-8fff-4781-a20e-13640b93e30e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "domain_id": null, "name": "heat_stack_owner", "id": "8faca84f8c574391a4e761c020358bea"}} 2019-01-20 13:22:28,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea used request id req-3b826d98-8fff-4781-a20e-13640b93e30e 2019-01-20 13:22:28,101 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-073f8376-6a7b-4dd-proj 2019-01-20 13:22:28,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/e5648aac35b243ebbb299887c1cdaf41/users/bef706a54861441c9465f1dfe1f985d7/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c49a9e48232c9ca883650ef1e63a54b4858079b" 2019-01-20 13:22:28,229 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:22:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-018737f5-d1fa-49f2-b430-b3c03bec81e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:22:28,229 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/e5648aac35b243ebbb299887c1cdaf41/users/bef706a54861441c9465f1dfe1f985d7/roles/8faca84f8c574391a4e761c020358bea used request id req-018737f5-d1fa-49f2-b430-b3c03bec81e6 2019-01-20 13:22:28,230 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-073f8376-6a7b-4dd-user 2019-01-20 13:22:28,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:22:28,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}852c066ff1c138a5083171c4ee7c70dd31a3bf9f" 2019-01-20 13:22:28,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5ff2e1c-5a51-4d0b-8a64-3befc3ca4ca2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:22:28,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d5ff2e1c-5a51-4d0b-8a64-3befc3ca4ca2 2019-01-20 13:22:28,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}852c066ff1c138a5083171c4ee7c70dd31a3bf9f" -d '{"role": {"name": "CreateStackSuccessTests-073f8376-6a7b-4dd-proj-role"}}' 2019-01-20 13:22:28,442 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:22:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-abebb98a-7d3a-4041-934f-145574a3d197 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b26c7f3601b24b839d49194a4eb89876", "links": {"self": "http://172.30.9.22:5000/v3/roles/b26c7f3601b24b839d49194a4eb89876"}, "name": "CreateStackSuccessTests-073f8376-6a7b-4dd-proj-role"}} 2019-01-20 13:22:28,442 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-abebb98a-7d3a-4041-934f-145574a3d197 2019-01-20 13:22:28,442 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-073f8376-6a7b-4dd-proj-role 2019-01-20 13:22:28,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/b26c7f3601b24b839d49194a4eb89876 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}852c066ff1c138a5083171c4ee7c70dd31a3bf9f" 2019-01-20 13:22:28,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee570cb0-9d61-497d-a9ca-b9c8f18238c0 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/b26c7f3601b24b839d49194a4eb89876"}, "domain_id": null, "name": "CreateStackSuccessTests-073f8376-6a7b-4dd-proj-role", "id": "b26c7f3601b24b839d49194a4eb89876"}} 2019-01-20 13:22:28,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/b26c7f3601b24b839d49194a4eb89876 used request id req-ee570cb0-9d61-497d-a9ca-b9c8f18238c0 2019-01-20 13:22:28,463 - keystone_utils - INFO - Granting role CreateStackSuccessTests-073f8376-6a7b-4dd-proj-role to project CreateStackSuccessTests-073f8376-6a7b-4dd-proj 2019-01-20 13:22:28,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/e5648aac35b243ebbb299887c1cdaf41/users/bef706a54861441c9465f1dfe1f985d7/roles/b26c7f3601b24b839d49194a4eb89876 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}852c066ff1c138a5083171c4ee7c70dd31a3bf9f" 2019-01-20 13:22:28,594 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:22:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a942fd5-4592-4a0b-b3f9-e327520825e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:22:28,594 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/e5648aac35b243ebbb299887c1cdaf41/users/bef706a54861441c9465f1dfe1f985d7/roles/b26c7f3601b24b839d49194a4eb89876 used request id req-4a942fd5-4592-4a0b-b3f9-e327520825e1 2019-01-20 13:22:28,594 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:22:28,603 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:22:28,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:22:28,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:22:29,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}, {"id": "b26c7f3601b24b839d49194a4eb89876", "name": "CreateStackSuccessTests-073f8376-6a7b-4dd-proj-role"}], "expires_at": "2019-01-20T14:22:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5648aac35b243ebbb299887c1cdaf41", "name": "CreateStackSuccessTests-073f8376-6a7b-4dd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/e5648aac35b243ebbb299887c1cdaf41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/e5648aac35b243ebbb299887c1cdaf41", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/e5648aac35b243ebbb299887c1cdaf41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/e5648aac35b243ebbb299887c1cdaf41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/e5648aac35b243ebbb299887c1cdaf41", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/e5648aac35b243ebbb299887c1cdaf41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/e5648aac35b243ebbb299887c1cdaf41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/e5648aac35b243ebbb299887c1cdaf41", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/e5648aac35b243ebbb299887c1cdaf41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/e5648aac35b243ebbb299887c1cdaf41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/e5648aac35b243ebbb299887c1cdaf41", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-073f8376-6a7b-4dd-user", "id": "bef706a54861441c9465f1dfe1f985d7"}, "audit_ids": ["C8PaWdU0T3ySuP-XFapbig"], "issued_at": "2019-01-20T13:22:29.000000Z"}} 2019-01-20 13:22:29,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e6f3ca6235d578bc74500096685276f326e294f" 2019-01-20 13:22:29,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-384d3c7c-3956-43d8-a1d6-fd79e6d7e7be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:22:29,147 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-384d3c7c-3956-43d8-a1d6-fd79e6d7e7be 2019-01-20 13:22:29,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e6f3ca6235d578bc74500096685276f326e294f" 2019-01-20 13:22:29,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-f9847928-4980-49da-b1ab-bcc2ff361fea Date: Sun, 20 Jan 2019 13:22:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image"} 2019-01-20 13:22:29,319 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image used request id req-f9847928-4980-49da-b1ab-bcc2ff361fea 2019-01-20 13:22:29,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e6f3ca6235d578bc74500096685276f326e294f" 2019-01-20 13:22:29,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f128b503-e82e-47e1-a26b-7d9eaf0988d7 Date: Sun, 20 Jan 2019 13:22: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"}}} 2019-01-20 13:22:29,485 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-f128b503-e82e-47e1-a26b-7d9eaf0988d7 2019-01-20 13:22:29,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e6f3ca6235d578bc74500096685276f326e294f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image"}' 2019-01-20 13:22:29,720 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/dc2424c5-0c70-43db-b942-a51fb2c76d55 X-Openstack-Request-Id: req-76454bbd-88d6-45c6-8acc-ea6f4e1fabf0 Date: Sun, 20 Jan 2019 13:22:29 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:22:29Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:22:29Z", "visibility": "shared", "locations": [], "self": "/v2/images/dc2424c5-0c70-43db-b942-a51fb2c76d55", "min_disk": 0, "protected": false, "id": "dc2424c5-0c70-43db-b942-a51fb2c76d55", "file": "/v2/images/dc2424c5-0c70-43db-b942-a51fb2c76d55/file", "checksum": null, "owner": "e5648aac35b243ebbb299887c1cdaf41", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:22:29,720 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-76454bbd-88d6-45c6-8acc-ea6f4e1fabf0 2019-01-20 13:22:29,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/dc2424c5-0c70-43db-b942-a51fb2c76d55/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e6f3ca6235d578bc74500096685276f326e294f" -d '' 2019-01-20 13:22:30,738 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-61dd8dbb-605c-4a2b-8a79-68946bf11cb7 Date: Sun, 20 Jan 2019 13:22:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:22:30,739 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/dc2424c5-0c70-43db-b942-a51fb2c76d55/file used request id req-61dd8dbb-605c-4a2b-8a79-68946bf11cb7 2019-01-20 13:22:30,739 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:22:30,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/dc2424c5-0c70-43db-b942-a51fb2c76d55 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e6f3ca6235d578bc74500096685276f326e294f" 2019-01-20 13:22:30,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-2d6618b6-4582-45b6-94b9-41ccf45ae2e0 Date: Sun, 20 Jan 2019 13:22:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:22:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:22:30Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/dc2424c5-0c70-43db-b942-a51fb2c76d55/snap", "metadata": {}}], "self": "/v2/images/dc2424c5-0c70-43db-b942-a51fb2c76d55", "min_disk": 0, "protected": false, "id": "dc2424c5-0c70-43db-b942-a51fb2c76d55", "file": "/v2/images/dc2424c5-0c70-43db-b942-a51fb2c76d55/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e5648aac35b243ebbb299887c1cdaf41", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/dc2424c5-0c70-43db-b942-a51fb2c76d55/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:22:30,918 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/dc2424c5-0c70-43db-b942-a51fb2c76d55 used request id req-2d6618b6-4582-45b6-94b9-41ccf45ae2e0 2019-01-20 13:22:30,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e6f3ca6235d578bc74500096685276f326e294f" 2019-01-20 13:22:31,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bf42ec52-051c-4eed-b905-422dfb9d2431 Date: Sun, 20 Jan 2019 13:22: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"}}} 2019-01-20 13:22:31,067 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-bf42ec52-051c-4eed-b905-422dfb9d2431 2019-01-20 13:22:31,070 - create_image - INFO - Created image with name - CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image 2019-01-20 13:22:31,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/dc2424c5-0c70-43db-b942-a51fb2c76d55 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e6f3ca6235d578bc74500096685276f326e294f" 2019-01-20 13:22:31,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-8bfe992e-0cc3-4ee8-8f73-51b73ad46441 Date: Sun, 20 Jan 2019 13:22:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:22:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:22:30Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/dc2424c5-0c70-43db-b942-a51fb2c76d55/snap", "metadata": {}}], "self": "/v2/images/dc2424c5-0c70-43db-b942-a51fb2c76d55", "min_disk": 0, "protected": false, "id": "dc2424c5-0c70-43db-b942-a51fb2c76d55", "file": "/v2/images/dc2424c5-0c70-43db-b942-a51fb2c76d55/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e5648aac35b243ebbb299887c1cdaf41", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/dc2424c5-0c70-43db-b942-a51fb2c76d55/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:22:31,243 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/dc2424c5-0c70-43db-b942-a51fb2c76d55 used request id req-8bfe992e-0cc3-4ee8-8f73-51b73ad46441 2019-01-20 13:22:31,243 - create_image - DEBUG - Instance status is - active 2019-01-20 13:22:31,243 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image 2019-01-20 13:22:31,243 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image 2019-01-20 13:22:31,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:22:31,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:22:31,630 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:22:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["MLgF72QYS12XkUnmSM4C-g"], "issued_at": "2019-01-20T13:22:31.000000Z"}} 2019-01-20 13:22:31,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e050450b0f3d900d6e0836b762deabe8603452e" 2019-01-20 13:22:31,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9829ff84-922d-4667-9970-9749bc4c28c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:22:31,724 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9829ff84-922d-4667-9970-9749bc4c28c6 2019-01-20 13:22:31,725 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:22:31,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e050450b0f3d900d6e0836b762deabe8603452e" 2019-01-20 13:22:31,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-97efb24f-4742-4892-980c-741d0c7ed152 x-compute-request-id: req-97efb24f-4742-4892-980c-741d0c7ed152 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:22:31,921 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-97efb24f-4742-4892-980c-741d0c7ed152 2019-01-20 13:22:31,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e050450b0f3d900d6e0836b762deabe8603452e" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:22:32,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-307acb90-f495-4ed2-a62a-58051a9bd0a7 x-compute-request-id: req-307acb90-f495-4ed2-a62a-58051a9bd0a7 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/5ca761b1-5f49-4fe4-ab33-47495112cb0b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/5ca761b1-5f49-4fe4-ab33-47495112cb0b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5ca761b1-5f49-4fe4-ab33-47495112cb0b", "name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:22:32,053 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-307acb90-f495-4ed2-a62a-58051a9bd0a7 2019-01-20 13:22:32,089 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:22:32,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:22:32,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}, {"id": "b26c7f3601b24b839d49194a4eb89876", "name": "CreateStackSuccessTests-073f8376-6a7b-4dd-proj-role"}], "expires_at": "2019-01-20T14:22:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5648aac35b243ebbb299887c1cdaf41", "name": "CreateStackSuccessTests-073f8376-6a7b-4dd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/e5648aac35b243ebbb299887c1cdaf41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/e5648aac35b243ebbb299887c1cdaf41", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/e5648aac35b243ebbb299887c1cdaf41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/e5648aac35b243ebbb299887c1cdaf41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/e5648aac35b243ebbb299887c1cdaf41", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/e5648aac35b243ebbb299887c1cdaf41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/e5648aac35b243ebbb299887c1cdaf41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/e5648aac35b243ebbb299887c1cdaf41", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/e5648aac35b243ebbb299887c1cdaf41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/e5648aac35b243ebbb299887c1cdaf41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/e5648aac35b243ebbb299887c1cdaf41", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-073f8376-6a7b-4dd-user", "id": "bef706a54861441c9465f1dfe1f985d7"}, "audit_ids": ["ckZlN9t4TUSok-weDOeqjw"], "issued_at": "2019-01-20T13:22:32.000000Z"}} 2019-01-20 13:22:32,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df5ee8e840fcc45a9e62cbfdbf3f9d8d6bb6af8e" 2019-01-20 13:22:32,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-294b3538-9f13-45c7-a57c-bfa6cd888243 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:22:32,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-294b3538-9f13-45c7-a57c-bfa6cd888243 2019-01-20 13:22:32,532 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:22:32,534 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:22:32,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df5ee8e840fcc45a9e62cbfdbf3f9d8d6bb6af8e" 2019-01-20 13:22:33,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:32 GMT Server: Apache x-openstack-request-id: req-0f0ae6ad-26ec-4b67-94a9-dc40a3861f12 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-20 13:22:33,078 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack used request id req-0f0ae6ad-26ec-4b67-94a9-dc40a3861f12 2019-01-20 13:22:33,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df5ee8e840fcc45a9e62cbfdbf3f9d8d6bb6af8e" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-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-1c5c08b6-b490-48cb-9996-8d5d187bab75-net", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name"}}' 2019-01-20 13:22:35,753 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:22:33 GMT Server: Apache x-openstack-request-id: req-00bdbce7-072e-4e2c-b613-7b4a90dfa6dd Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}]}} 2019-01-20 13:22:35,753 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks used request id req-00bdbce7-072e-4e2c-b613-7b4a90dfa6dd 2019-01-20 13:22:35,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df5ee8e840fcc45a9e62cbfdbf3f9d8d6bb6af8e" 2019-01-20 13:22:36,406 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:22:35 GMT Server: Apache x-openstack-request-id: req-cf216367-a90e-448a-a24c-21da9a70d741 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:22:36,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:36 GMT Server: Apache x-openstack-request-id: req-0b55d51d-6942-4d34-9fcb-7ad2ddbb6d2a 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:22:36,970 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-0b55d51d-6942-4d34-9fcb-7ad2ddbb6d2a 2019-01-20 13:22:36,970 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack 2019-01-20 13:22:36,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df5ee8e840fcc45a9e62cbfdbf3f9d8d6bb6af8e" 2019-01-20 13:22:37,513 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:22:36 GMT Server: Apache x-openstack-request-id: req-5fd5ccf8-d91e-4955-a98e-4ad7aaeadeed Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:22:38,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:37 GMT Server: Apache x-openstack-request-id: req-b0af797b-0a8e-4a17-952f-09bdec3ca8ae 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:22:38,088 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-b0af797b-0a8e-4a17-952f-09bdec3ca8ae 2019-01-20 13:22:38,088 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:22:38,088 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:22:41,092 - create_stack - DEBUG - Stack status query timeout in 1195.87886095 2019-01-20 13:22:41,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df5ee8e840fcc45a9e62cbfdbf3f9d8d6bb6af8e" 2019-01-20 13:22:41,680 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:22:41 GMT Server: Apache x-openstack-request-id: req-ef7c0a91-39c2-42ff-81b0-e10e876467e8 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:22:42,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:41 GMT Server: Apache x-openstack-request-id: req-0b6fbd92-52e1-431a-87b5-69f78694be5b 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:22:42,259 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-0b6fbd92-52e1-431a-87b5-69f78694be5b 2019-01-20 13:22:42,260 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:22:42,260 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:22:45,263 - create_stack - DEBUG - Stack status query timeout in 1191.70709085 2019-01-20 13:22:45,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df5ee8e840fcc45a9e62cbfdbf3f9d8d6bb6af8e" 2019-01-20 13:22:45,834 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:22:45 GMT Server: Apache x-openstack-request-id: req-acf11ed2-3a3f-409e-b90b-560169f66ffa Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:22:45,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:45 GMT Server: Apache x-openstack-request-id: req-2bf52e74-188d-445d-a8d3-1b9e590a674d 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:22:45,909 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-2bf52e74-188d-445d-a8d3-1b9e590a674d 2019-01-20 13:22:45,909 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:22:45,910 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:22:48,913 - create_stack - DEBUG - Stack status query timeout in 1188.05773187 2019-01-20 13:22:48,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df5ee8e840fcc45a9e62cbfdbf3f9d8d6bb6af8e" 2019-01-20 13:22:49,473 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:22:48 GMT Server: Apache x-openstack-request-id: req-d53f6935-f8ef-4cf3-a2d8-66bcdd86bc12 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:22:49,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:49 GMT Server: Apache x-openstack-request-id: req-8522042e-b64f-4a4e-8127-17e1927c669f 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:22:49,516 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-8522042e-b64f-4a4e-8127-17e1927c669f 2019-01-20 13:22:49,516 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:22:49,517 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:22:52,520 - create_stack - DEBUG - Stack status query timeout in 1184.45063591 2019-01-20 13:22:52,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df5ee8e840fcc45a9e62cbfdbf3f9d8d6bb6af8e" 2019-01-20 13:22:52,551 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:22:52 GMT Server: Apache x-openstack-request-id: req-fcc92739-a869-4f93-818f-0621b9371e0b Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:22:53,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:52 GMT Server: Apache x-openstack-request-id: req-8adf8d3a-15b2-4a22-8f24-cb223855687d 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:22:53,101 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-8adf8d3a-15b2-4a22-8f24-cb223855687d 2019-01-20 13:22:53,101 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-20 13:22:53,101 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack 2019-01-20 13:22:53,101 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack 2019-01-20 13:22:53,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:22:53,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}, {"id": "b26c7f3601b24b839d49194a4eb89876", "name": "CreateStackSuccessTests-073f8376-6a7b-4dd-proj-role"}], "expires_at": "2019-01-20T14:22:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5648aac35b243ebbb299887c1cdaf41", "name": "CreateStackSuccessTests-073f8376-6a7b-4dd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/e5648aac35b243ebbb299887c1cdaf41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/e5648aac35b243ebbb299887c1cdaf41", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/e5648aac35b243ebbb299887c1cdaf41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/e5648aac35b243ebbb299887c1cdaf41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/e5648aac35b243ebbb299887c1cdaf41", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/e5648aac35b243ebbb299887c1cdaf41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/e5648aac35b243ebbb299887c1cdaf41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/e5648aac35b243ebbb299887c1cdaf41", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/e5648aac35b243ebbb299887c1cdaf41", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/e5648aac35b243ebbb299887c1cdaf41", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/e5648aac35b243ebbb299887c1cdaf41", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-073f8376-6a7b-4dd-user", "id": "bef706a54861441c9465f1dfe1f985d7"}, "audit_ids": ["9oq3wcFvTjSU66OoxVdOyg"], "issued_at": "2019-01-20T13:22:53.000000Z"}} 2019-01-20 13:22:53,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:22:53,676 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:22:53 GMT Server: Apache x-openstack-request-id: req-1461683e-0fc8-42ee-b02e-442e0530ab11 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:22:54,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:53 GMT Server: Apache x-openstack-request-id: req-febfd30d-6022-47b8-9373-9814652ff581 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:22:54,250 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-febfd30d-6022-47b8-9373-9814652ff581 2019-01-20 13:22:54,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df5ee8e840fcc45a9e62cbfdbf3f9d8d6bb6af8e" 2019-01-20 13:22:54,814 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:22:54 GMT Server: Apache x-openstack-request-id: req-3f98b404-b5b5-4583-af28-07c45f81959f Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:22:55,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:54 GMT Server: Apache x-openstack-request-id: req-ae10b422-b5ec-4dc4-a456-5dbeb0991478 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:22:55,376 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-ae10b422-b5ec-4dc4-a456-5dbeb0991478 2019-01-20 13:22:55,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df5ee8e840fcc45a9e62cbfdbf3f9d8d6bb6af8e" 2019-01-20 13:22:55,928 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:22:55 GMT Server: Apache x-openstack-request-id: req-38f6dc11-239a-4a0c-a5ba-b00255f86683 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:22:56,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:55 GMT Server: Apache x-openstack-request-id: req-970957eb-c35d-4d7d-a68a-83dc41a86251 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:22:56,496 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-970957eb-c35d-4d7d-a68a-83dc41a86251 2019-01-20 13:22:56,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:22:57,056 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:22:56 GMT Server: Apache x-openstack-request-id: req-d5dc12ec-2850-43d6-a9ea-7fa6c6d1009a Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:22:57,231 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:22:57 GMT Server: Apache x-openstack-request-id: req-107785be-36ef-4fe5-a94b-75ea6b3514e0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:22:57,231 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-107785be-36ef-4fe5-a94b-75ea6b3514e0 2019-01-20 13:22:57,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:22:57,409 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:22:57 GMT Server: Apache x-openstack-request-id: req-f50a5ad5-2822-45ec-81a3-ee546baf3cfc Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:22:57,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:57 GMT Server: Apache x-openstack-request-id: req-c12f66fd-769e-4df6-8429-560ec2a58f21 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:22:57,587 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-c12f66fd-769e-4df6-8429-560ec2a58f21 2019-01-20 13:22:57,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:22:58,135 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:22:57 GMT Server: Apache x-openstack-request-id: req-df12d9cf-a3aa-48d1-99b1-cc871742e822 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:22:58,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:58 GMT Server: Apache x-openstack-request-id: req-670c0c3c-b356-42f0-9568-126521542bf8 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:22:58,322 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-670c0c3c-b356-42f0-9568-126521542bf8 2019-01-20 13:22:58,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:22:58,874 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:22:58 GMT Server: Apache x-openstack-request-id: req-a6c82e6e-db00-401c-87fa-f18e7a079daf Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:22:59,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:58 GMT Server: Apache x-openstack-request-id: req-6c772926-6550-498c-8a4a-3c63ab88e8ea 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:22:59,451 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-6c772926-6550-498c-8a4a-3c63ab88e8ea 2019-01-20 13:22:59,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:22:59,482 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:22:59 GMT Server: Apache x-openstack-request-id: req-a6cd8a25-a787-4039-8939-223f9c7140c5 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:00,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:22:59 GMT Server: Apache x-openstack-request-id: req-006791a9-c143-4766-b742-1c77e81bd16c 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:00,034 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-006791a9-c143-4766-b742-1c77e81bd16c 2019-01-20 13:23:00,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:00,064 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:00 GMT Server: Apache x-openstack-request-id: req-6b631142-172a-4afd-9e3e-39563943b07a Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:00,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:00 GMT Server: Apache x-openstack-request-id: req-c63b1fdd-5800-4c7c-9639-031ff24eba5a 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:00,238 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-c63b1fdd-5800-4c7c-9639-031ff24eba5a 2019-01-20 13:23:00,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:00,267 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:00 GMT Server: Apache x-openstack-request-id: req-2b88bc0a-8124-4a18-8608-f4350a9c7366 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:00,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:00 GMT Server: Apache x-openstack-request-id: req-1f6d2c02-b3a5-4771-b513-bcaa54453e89 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:00,293 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-1f6d2c02-b3a5-4771-b513-bcaa54453e89 2019-01-20 13:23:00,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:00,321 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:00 GMT Server: Apache x-openstack-request-id: req-9691606d-ee96-472f-8632-f70606197743 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:00,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:00 GMT Server: Apache x-openstack-request-id: req-493d6127-cde6-4de2-9a72-b6abbfb1c486 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:00,493 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-493d6127-cde6-4de2-9a72-b6abbfb1c486 2019-01-20 13:23:00,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:00,522 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:00 GMT Server: Apache x-openstack-request-id: req-32ad388b-cdab-443b-89fe-1b7bdf34d1fc Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:00,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:00 GMT Server: Apache x-openstack-request-id: req-159469c6-6fef-41d7-a6bb-5da44ecfb4cd 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:00,702 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-159469c6-6fef-41d7-a6bb-5da44ecfb4cd 2019-01-20 13:23:00,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:00,732 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:00 GMT Server: Apache x-openstack-request-id: req-4cd6e409-44be-4259-b616-9c5cccd98989 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:00,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:00 GMT Server: Apache x-openstack-request-id: req-bfc74791-7f76-4fc2-a8e2-d04ce0eb186d 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:00,773 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-bfc74791-7f76-4fc2-a8e2-d04ce0eb186d 2019-01-20 13:23:00,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:00,959 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:00 GMT Server: Apache x-openstack-request-id: req-5ed52793-2bd2-41e5-ab1a-74bcec046d9d Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:00,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:00 GMT Server: Apache x-openstack-request-id: req-feede0d5-b0bb-4419-9a20-ceb1ff2eae81 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:00,986 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-feede0d5-b0bb-4419-9a20-ceb1ff2eae81 2019-01-20 13:23:00,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:01,015 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:00 GMT Server: Apache x-openstack-request-id: req-1eee2149-0d09-45bb-9b81-1233d1814277 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:01,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:01 GMT Server: Apache x-openstack-request-id: req-1e1d75d4-cc1c-4d38-abf5-5dbb28957009 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:01,041 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-1e1d75d4-cc1c-4d38-abf5-5dbb28957009 2019-01-20 13:23:01,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:01,071 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:01 GMT Server: Apache x-openstack-request-id: req-b9fd0967-5b8b-4ad3-98f4-9a7a632eee16 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:01,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:01 GMT Server: Apache x-openstack-request-id: req-40c48804-9d4b-47d8-a3cf-6f54fea68ccf 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:01,097 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-40c48804-9d4b-47d8-a3cf-6f54fea68ccf 2019-01-20 13:23:01,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:01,263 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:01 GMT Server: Apache x-openstack-request-id: req-4308aebc-42dc-4317-a821-aa657b1a44d1 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:01,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:01 GMT Server: Apache x-openstack-request-id: req-75d97ee3-c0b4-48ac-bff4-a7abc6ff99bb 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:01,290 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-75d97ee3-c0b4-48ac-bff4-a7abc6ff99bb 2019-01-20 13:23:01,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:01,863 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:01 GMT Server: Apache x-openstack-request-id: req-6e87ffcf-660f-4b15-a7cf-ab0434d8e33a Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:01,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:01 GMT Server: Apache x-openstack-request-id: req-3a4c7376-c85b-4c2c-b2bc-b28ff33f349e 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:01,890 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-3a4c7376-c85b-4c2c-b2bc-b28ff33f349e 2019-01-20 13:23:01,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:01,919 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:01 GMT Server: Apache x-openstack-request-id: req-2dda9343-13e9-4b84-bfcb-8213b0a80b61 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:01,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:01 GMT Server: Apache x-openstack-request-id: req-acacf42c-f376-4e77-922b-34b817f52b25 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:01,946 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-acacf42c-f376-4e77-922b-34b817f52b25 2019-01-20 13:23:01,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:01,974 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:01 GMT Server: Apache x-openstack-request-id: req-64bfe662-967c-42ba-ac45-23647f4d8929 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:01,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:01 GMT Server: Apache x-openstack-request-id: req-d139798e-2609-4aed-bf64-235c46394574 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:02,000 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-d139798e-2609-4aed-bf64-235c46394574 2019-01-20 13:23:02,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:02,027 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:02 GMT Server: Apache x-openstack-request-id: req-82818feb-9aad-451e-acc3-aadf09abfdd1 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:02,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:02 GMT Server: Apache x-openstack-request-id: req-808b7d78-14ef-4cce-878a-63240d710650 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:02,592 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-808b7d78-14ef-4cce-878a-63240d710650 2019-01-20 13:23:02,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:02,621 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:02 GMT Server: Apache x-openstack-request-id: req-96cb36e7-5e41-4d4a-becb-430cc5d070b1 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:03,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:02 GMT Server: Apache x-openstack-request-id: req-95f7130b-5392-4340-93e3-6fc8b4045362 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:03,160 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-95f7130b-5392-4340-93e3-6fc8b4045362 2019-01-20 13:23:03,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:03,189 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:03 GMT Server: Apache x-openstack-request-id: req-9c7aad1b-bc13-4f57-bc80-cf3956a2eac7 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:03,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:03 GMT Server: Apache x-openstack-request-id: req-ae2b498f-650f-4faf-b28b-05f8eb9219a1 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:03,215 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-ae2b498f-650f-4faf-b28b-05f8eb9219a1 2019-01-20 13:23:03,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:03,244 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:03 GMT Server: Apache x-openstack-request-id: req-4951f1b9-89d6-4b53-9ea0-ce835c898e26 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:03,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:03 GMT Server: Apache x-openstack-request-id: req-90c3ce0b-5dac-4f55-bdc3-005dfe03842d 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:03,270 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-90c3ce0b-5dac-4f55-bdc3-005dfe03842d 2019-01-20 13:23:03,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:03,300 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:03 GMT Server: Apache x-openstack-request-id: req-33b919ba-8189-4003-9f72-40168129920e Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:03,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:03 GMT Server: Apache x-openstack-request-id: req-9a7c9806-e676-47ef-9f17-8ac298c384cc 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:03,326 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-9a7c9806-e676-47ef-9f17-8ac298c384cc 2019-01-20 13:23:03,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:03,356 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:03 GMT Server: Apache x-openstack-request-id: req-0d5d61c8-df3c-4615-a156-9b5d2c8d6c67 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:03,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:03 GMT Server: Apache x-openstack-request-id: req-e84ab2fc-85b1-48b8-adba-7a068f2d4ec3 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:03,382 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-e84ab2fc-85b1-48b8-adba-7a068f2d4ec3 2019-01-20 13:23:03,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:03,411 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:03 GMT Server: Apache x-openstack-request-id: req-b3125b3f-9d08-46c1-82f2-a3817fbae57b Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:03,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:03 GMT Server: Apache x-openstack-request-id: req-a3f3ecbd-70da-40c5-b667-a7ed224e40c5 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:03,438 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-a3f3ecbd-70da-40c5-b667-a7ed224e40c5 2019-01-20 13:23:03,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:03,467 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:03 GMT Server: Apache x-openstack-request-id: req-e9fdc534-f20b-4bfb-8aba-eee1b409ce97 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:03,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:03 GMT Server: Apache x-openstack-request-id: req-618ad51b-09b4-4237-b1e7-0f48fb4c9a6e 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:03,493 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-618ad51b-09b4-4237-b1e7-0f48fb4c9a6e 2019-01-20 13:23:03,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:03,522 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:03 GMT Server: Apache x-openstack-request-id: req-a90947fe-45ff-41a2-8071-1b8059b8ea4c Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:03,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:03 GMT Server: Apache x-openstack-request-id: req-ce53d094-d701-43b3-a950-9b315558ca70 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:03,547 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-ce53d094-d701-43b3-a950-9b315558ca70 2019-01-20 13:23:03,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:03,577 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:03 GMT Server: Apache x-openstack-request-id: req-3135dcde-b97d-4a9e-888c-fc96a5c3970b Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:04,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:03 GMT Server: Apache x-openstack-request-id: req-5e4214c2-8f90-44c6-9e61-900efa715202 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:04,131 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-5e4214c2-8f90-44c6-9e61-900efa715202 2019-01-20 13:23:04,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:04,160 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:04 GMT Server: Apache x-openstack-request-id: req-a281f450-8749-46f6-94e5-bfefcf734187 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:04,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:04 GMT Server: Apache x-openstack-request-id: req-65433602-0e49-4c18-8093-580aa4ff503a 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:04,187 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-65433602-0e49-4c18-8093-580aa4ff503a 2019-01-20 13:23:04,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:04,216 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:04 GMT Server: Apache x-openstack-request-id: req-d51cbfff-c196-483a-9837-b35362222bd6 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:04,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:04 GMT Server: Apache x-openstack-request-id: req-d0220d8a-5cf5-47b3-8e14-acaf5d7b4bf0 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:04,762 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-d0220d8a-5cf5-47b3-8e14-acaf5d7b4bf0 2019-01-20 13:23:04,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:04,792 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:04 GMT Server: Apache x-openstack-request-id: req-fa7b57a0-4062-48e1-9a92-fa5ab3722ff6 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:04,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:04 GMT Server: Apache x-openstack-request-id: req-b63e87cb-3b52-4710-8788-f7de9a1bcf7a 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:04,818 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-b63e87cb-3b52-4710-8788-f7de9a1bcf7a 2019-01-20 13:23:04,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:04,847 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:04 GMT Server: Apache x-openstack-request-id: req-1570bb1e-369b-4f7b-aab0-2a079c7da859 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:04,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:04 GMT Server: Apache x-openstack-request-id: req-9b057aed-523c-4f90-bdf8-1bb65a4753db 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:04,873 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-9b057aed-523c-4f90-bdf8-1bb65a4753db 2019-01-20 13:23:04,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:04,902 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:04 GMT Server: Apache x-openstack-request-id: req-436f0ecf-268c-4451-ae75-15ffaecf82c5 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:05,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:04 GMT Server: Apache x-openstack-request-id: req-c68a234b-0dfa-4a28-afa6-0144d7302156 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:05,459 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-c68a234b-0dfa-4a28-afa6-0144d7302156 2019-01-20 13:23:05,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:05,488 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:05 GMT Server: Apache x-openstack-request-id: req-c4f05354-49ca-46e7-ae33-d07c8769464c Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:05,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:05 GMT Server: Apache x-openstack-request-id: req-24abb9d7-6bfb-4f96-b42a-99992fbafea6 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:05,514 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-24abb9d7-6bfb-4f96-b42a-99992fbafea6 2019-01-20 13:23:05,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:05,542 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:05 GMT Server: Apache x-openstack-request-id: req-a424a55f-de69-40cc-b487-3d86be389ad3 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:05,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:05 GMT Server: Apache x-openstack-request-id: req-420494bc-5743-42f8-8357-7d1215445a5c 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:05,586 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-420494bc-5743-42f8-8357-7d1215445a5c 2019-01-20 13:23:05,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:05,616 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:05 GMT Server: Apache x-openstack-request-id: req-5d923cbf-2ccb-4af1-8e0e-1d9141ef86e3 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:05,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:05 GMT Server: Apache x-openstack-request-id: req-90e12fa6-f75a-45f6-ae55-dad48b2e4b37 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:05,642 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-90e12fa6-f75a-45f6-ae55-dad48b2e4b37 2019-01-20 13:23:05,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:05,670 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:05 GMT Server: Apache x-openstack-request-id: req-1872ce3e-0e21-4bed-8e9e-ab70389651c5 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:05,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:05 GMT Server: Apache x-openstack-request-id: req-69afe6b7-7237-4159-bacc-636bc912f112 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:05,695 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-69afe6b7-7237-4159-bacc-636bc912f112 2019-01-20 13:23:05,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:05,726 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:05 GMT Server: Apache x-openstack-request-id: req-c56f1716-a207-4c7d-8b08-1f56c25ede4f Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:05,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:05 GMT Server: Apache x-openstack-request-id: req-51da3e67-3409-4acf-8772-e41d6d276d60 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:05,751 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-51da3e67-3409-4acf-8772-e41d6d276d60 2019-01-20 13:23:05,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:05,780 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:05 GMT Server: Apache x-openstack-request-id: req-1f1797c2-ea0e-483e-adae-bbb5503ac1bb Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:06,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:05 GMT Server: Apache x-openstack-request-id: req-0e9b5c9d-45dd-4a87-8b8f-f535cdd0c7ba 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:06,332 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-0e9b5c9d-45dd-4a87-8b8f-f535cdd0c7ba 2019-01-20 13:23:06,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:06,362 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:06 GMT Server: Apache x-openstack-request-id: req-2c757da8-c09f-4b94-b429-5c382702d76f Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:06,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:06 GMT Server: Apache x-openstack-request-id: req-89c48c31-bdb3-4ced-946b-aaf2d09eb633 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:06,389 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-89c48c31-bdb3-4ced-946b-aaf2d09eb633 2019-01-20 13:23:06,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:06,418 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:06 GMT Server: Apache x-openstack-request-id: req-2d9fd43c-2376-49fa-b458-537e393a2bb0 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:06,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:06 GMT Server: Apache x-openstack-request-id: req-34d1e268-1230-4ca7-971b-4ca3081f4800 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:06,444 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-34d1e268-1230-4ca7-971b-4ca3081f4800 2019-01-20 13:23:06,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:06,473 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:06 GMT Server: Apache x-openstack-request-id: req-68ce96af-0d46-4f86-88eb-d17b40752a13 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:06,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:06 GMT Server: Apache x-openstack-request-id: req-9180c19b-fb38-48bd-8d39-5a8fcaa9d353 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:06,499 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-9180c19b-fb38-48bd-8d39-5a8fcaa9d353 2019-01-20 13:23:06,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:06,528 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:06 GMT Server: Apache x-openstack-request-id: req-2fb6f95f-714d-4b62-ac98-8a2622778f9b Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:06,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:06 GMT Server: Apache x-openstack-request-id: req-8260e99f-a46b-4385-a66f-69813d84538a 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:06,692 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-8260e99f-a46b-4385-a66f-69813d84538a 2019-01-20 13:23:06,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:06,721 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:06 GMT Server: Apache x-openstack-request-id: req-063399a1-9b06-4b3b-a439-483e963dd4eb Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:06,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:06 GMT Server: Apache x-openstack-request-id: req-171debb6-6a3b-45f1-8ab2-74c511da5a1d 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:06,748 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-171debb6-6a3b-45f1-8ab2-74c511da5a1d 2019-01-20 13:23:06,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:06,777 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:06 GMT Server: Apache x-openstack-request-id: req-4a463e5e-c582-4415-962e-848627834e3f Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:06,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:06 GMT Server: Apache x-openstack-request-id: req-0fedc963-6b89-475a-b0d8-dff3a58b3492 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:06,818 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-0fedc963-6b89-475a-b0d8-dff3a58b3492 2019-01-20 13:23:06,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:06,852 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:06 GMT Server: Apache x-openstack-request-id: req-fd4b6582-ca6c-4712-9521-d1c9bf5dae59 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:06,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:06 GMT Server: Apache x-openstack-request-id: req-efd9856a-95f3-486e-a42b-9de3d9c17734 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:06,880 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-efd9856a-95f3-486e-a42b-9de3d9c17734 2019-01-20 13:23:06,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:06,910 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:06 GMT Server: Apache x-openstack-request-id: req-1ea52e82-bd8b-43a9-876a-906ee2ff37f8 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:06,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:06 GMT Server: Apache x-openstack-request-id: req-926486fa-d0da-4cfd-abd6-246445ac0634 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:06,952 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-926486fa-d0da-4cfd-abd6-246445ac0634 2019-01-20 13:23:06,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:06,982 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:06 GMT Server: Apache x-openstack-request-id: req-5104c264-ef30-46b4-b548-b6c341d40522 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:07,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:06 GMT Server: Apache x-openstack-request-id: req-d6b32376-e50b-40c0-b04a-9fa42b5f9e93 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:07,038 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-d6b32376-e50b-40c0-b04a-9fa42b5f9e93 2019-01-20 13:23:07,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:07,607 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:07 GMT Server: Apache x-openstack-request-id: req-51dcd61a-753c-4144-98eb-85b96e282f10 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:08,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:07 GMT Server: Apache x-openstack-request-id: req-e79ec501-41c6-4167-9d45-42ad5a0b1580 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:08,158 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-e79ec501-41c6-4167-9d45-42ad5a0b1580 2019-01-20 13:23:08,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:08,188 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:08 GMT Server: Apache x-openstack-request-id: req-6b0db295-c66a-4833-af69-ea00d55ad57e Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:08,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:08 GMT Server: Apache x-openstack-request-id: req-83897ab4-ea95-44f0-bcf0-81397cb07956 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:08,214 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-83897ab4-ea95-44f0-bcf0-81397cb07956 2019-01-20 13:23:08,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:08,242 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:08 GMT Server: Apache x-openstack-request-id: req-b82515a4-05a2-4e4b-b8ad-4714d7b3e3fb Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:08,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:08 GMT Server: Apache x-openstack-request-id: req-bf619a46-d5f8-4161-989b-25eee9dddf42 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:08,269 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-bf619a46-d5f8-4161-989b-25eee9dddf42 2019-01-20 13:23:08,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:08,299 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:08 GMT Server: Apache x-openstack-request-id: req-f5623edc-343f-4330-8c9b-54ae4a26edc9 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:08,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:08 GMT Server: Apache x-openstack-request-id: req-7c95dcf4-f68e-4dfb-9173-d1ff8b8ad4e0 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:08,324 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-7c95dcf4-f68e-4dfb-9173-d1ff8b8ad4e0 2019-01-20 13:23:08,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}803c0a01d4505cfab3197ce8785335b9e311a0d9" 2019-01-20 13:23:08,353 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:08 GMT Server: Apache x-openstack-request-id: req-b9961adc-5b49-4fd8-adfd-ee6b7e4af865 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:08,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:08 GMT Server: Apache x-openstack-request-id: req-b287092d-47e3-4c17-81d3-d8063a12c5eb 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": "e5648aac35b243ebbb299887c1cdaf41", "OS::stack_id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "image_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image", "inst_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-inst", "subnet_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-subnet", "flavor_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-flavor-name", "net_name": "CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack", "stack_user_project_id": "252cbe517d884150a4a794658cc14732", "tags": null, "creation_time": "2019-01-20T13:22:35Z", "links": [{"href": "http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-20T13:22:57Z", "id": "89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:08,395 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-b287092d-47e3-4c17-81d3-d8063a12c5eb 2019-01-20 13:23:08,396 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack 2019-01-20 13:23:08,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df5ee8e840fcc45a9e62cbfdbf3f9d8d6bb6af8e" 2019-01-20 13:23:08,425 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:08 GMT Server: Apache x-openstack-request-id: req-b8f5e6e9-f67f-46de-8f39-b27056d06933 Location: http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:08,602 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:23:08 GMT Server: Apache x-openstack-request-id: req-79e23c06-1034-48bf-b952-bcd3ff6e35a6 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-20 13:23:08,603 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/e5648aac35b243ebbb299887c1cdaf41/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-stack/89d99fa9-7c0d-4d57-a82f-d82b0fb4f9ea used request id req-79e23c06-1034-48bf-b952-bcd3ff6e35a6 2019-01-20 13:23:08,604 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-1c5c08b6-b490-48cb-9996-8d5d187bab75-image 2019-01-20 13:23:08,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/dc2424c5-0c70-43db-b942-a51fb2c76d55 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4e6f3ca6235d578bc74500096685276f326e294f" 2019-01-20 13:23:09,723 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b0616119-8941-41e5-b46a-80f6b4a608ad Date: Sun, 20 Jan 2019 13:23:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:23:09,723 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/dc2424c5-0c70-43db-b942-a51fb2c76d55 used request id req-b0616119-8941-41e5-b46a-80f6b4a608ad 2019-01-20 13:23:09,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/5ca761b1-5f49-4fe4-ab33-47495112cb0b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e050450b0f3d900d6e0836b762deabe8603452e" 2019-01-20 13:23:09,767 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:23: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-f06ef68e-0e16-45f2-b64b-0ec5dd051580 x-compute-request-id: req-f06ef68e-0e16-45f2-b64b-0ec5dd051580 Content-Length: 0 Content-Type: application/json 2019-01-20 13:23:09,767 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/5ca761b1-5f49-4fe4-ab33-47495112cb0b used request id req-f06ef68e-0e16-45f2-b64b-0ec5dd051580 2019-01-20 13:23:09,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}852c066ff1c138a5083171c4ee7c70dd31a3bf9f" 2019-01-20 13:23:09,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1819849f-c454-40a6-a4b6-40c5b9383b2b Date: Sun, 20 Jan 2019 13:23:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e5648aac35b243ebbb299887c1cdaf41", "created_at": "2019-01-20T13:22:36Z", "updated_at": "2019-01-20T13:22:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:22:36Z", "revision_number": 0, "id": "0ef94178-5a77-401b-a397-077d69e5184f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:22:36Z", "security_group_id": "7a7fb8f5-24db-4009-a04a-2612fcd2ecf7", "tenant_id": "e5648aac35b243ebbb299887c1cdaf41", "port_range_min": null, "ethertype": "IPv6", "project_id": "e5648aac35b243ebbb299887c1cdaf41"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:22:36Z", "revision_number": 0, "id": "182e2241-cde9-4c70-b12b-11b1540679b3", "remote_group_id": "7a7fb8f5-24db-4009-a04a-2612fcd2ecf7", "remote_ip_prefix": null, "created_at": "2019-01-20T13:22:36Z", "security_group_id": "7a7fb8f5-24db-4009-a04a-2612fcd2ecf7", "tenant_id": "e5648aac35b243ebbb299887c1cdaf41", "port_range_min": null, "ethertype": "IPv6", "project_id": "e5648aac35b243ebbb299887c1cdaf41"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:22:36Z", "revision_number": 0, "id": "37367ceb-580b-480f-9fbb-dee750ef9672", "remote_group_id": "7a7fb8f5-24db-4009-a04a-2612fcd2ecf7", "remote_ip_prefix": null, "created_at": "2019-01-20T13:22:36Z", "security_group_id": "7a7fb8f5-24db-4009-a04a-2612fcd2ecf7", "tenant_id": "e5648aac35b243ebbb299887c1cdaf41", "port_range_min": null, "ethertype": "IPv4", "project_id": "e5648aac35b243ebbb299887c1cdaf41"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:22:36Z", "revision_number": 0, "id": "c10f38ff-093a-4a37-a898-926570aa1cab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:22:36Z", "security_group_id": "7a7fb8f5-24db-4009-a04a-2612fcd2ecf7", "tenant_id": "e5648aac35b243ebbb299887c1cdaf41", "port_range_min": null, "ethertype": "IPv4", "project_id": "e5648aac35b243ebbb299887c1cdaf41"}], "revision_number": 4, "project_id": "e5648aac35b243ebbb299887c1cdaf41", "id": "7a7fb8f5-24db-4009-a04a-2612fcd2ecf7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:23:09,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-1819849f-c454-40a6-a4b6-40c5b9383b2b 2019-01-20 13:23:10,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}852c066ff1c138a5083171c4ee7c70dd31a3bf9f" 2019-01-20 13:23:10,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf81b9e6-6ed5-4551-a264-4852ce0a6652 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:23:10,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-cf81b9e6-6ed5-4551-a264-4852ce0a6652 2019-01-20 13:23:10,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}852c066ff1c138a5083171c4ee7c70dd31a3bf9f" 2019-01-20 13:23:10,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72be8578-058a-44da-91cf-cc795c2e3edf 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:23:10,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-72be8578-058a-44da-91cf-cc795c2e3edf 2019-01-20 13:23:10,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/e5648aac35b243ebbb299887c1cdaf41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}852c066ff1c138a5083171c4ee7c70dd31a3bf9f" 2019-01-20 13:23:10,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a11bdc3-9d7e-40a9-b886-4ccba237fa57 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/e5648aac35b243ebbb299887c1cdaf41"}, "enabled": true, "id": "e5648aac35b243ebbb299887c1cdaf41", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-073f8376-6a7b-4dd-proj"}} 2019-01-20 13:23:10,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/e5648aac35b243ebbb299887c1cdaf41 used request id req-8a11bdc3-9d7e-40a9-b886-4ccba237fa57 2019-01-20 13:23:10,275 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7a7fb8f5-24db-4009-a04a-2612fcd2ecf7 2019-01-20 13:23:10,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7a7fb8f5-24db-4009-a04a-2612fcd2ecf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}852c066ff1c138a5083171c4ee7c70dd31a3bf9f" 2019-01-20 13:23:10,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ee5266d9-7acd-467d-b2f0-363e538cb266 Date: Sun, 20 Jan 2019 13:23: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": "2019-01-20T13:22:36Z", "security_group_id": "7a7fb8f5-24db-4009-a04a-2612fcd2ecf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e5648aac35b243ebbb299887c1cdaf41", "created_at": "2019-01-20T13:22:36Z", "project_id": "e5648aac35b243ebbb299887c1cdaf41", "id": "0ef94178-5a77-401b-a397-077d69e5184f"}, {"remote_group_id": "7a7fb8f5-24db-4009-a04a-2612fcd2ecf7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:22:36Z", "security_group_id": "7a7fb8f5-24db-4009-a04a-2612fcd2ecf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e5648aac35b243ebbb299887c1cdaf41", "created_at": "2019-01-20T13:22:36Z", "project_id": "e5648aac35b243ebbb299887c1cdaf41", "id": "182e2241-cde9-4c70-b12b-11b1540679b3"}, {"remote_group_id": "7a7fb8f5-24db-4009-a04a-2612fcd2ecf7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:22:36Z", "security_group_id": "7a7fb8f5-24db-4009-a04a-2612fcd2ecf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e5648aac35b243ebbb299887c1cdaf41", "created_at": "2019-01-20T13:22:36Z", "project_id": "e5648aac35b243ebbb299887c1cdaf41", "id": "37367ceb-580b-480f-9fbb-dee750ef9672"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:22:36Z", "security_group_id": "7a7fb8f5-24db-4009-a04a-2612fcd2ecf7", "port_range_min": null, "revision_number": 0, "tenant_id": "e5648aac35b243ebbb299887c1cdaf41", "created_at": "2019-01-20T13:22:36Z", "project_id": "e5648aac35b243ebbb299887c1cdaf41", "id": "c10f38ff-093a-4a37-a898-926570aa1cab"}]} 2019-01-20 13:23:10,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7a7fb8f5-24db-4009-a04a-2612fcd2ecf7 used request id req-ee5266d9-7acd-467d-b2f0-363e538cb266 2019-01-20 13:23:10,450 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:23:10,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/7a7fb8f5-24db-4009-a04a-2612fcd2ecf7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}852c066ff1c138a5083171c4ee7c70dd31a3bf9f" 2019-01-20 13:23:10,755 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e12af636-716e-4718-9f51-638eb0a2ffaa Content-Length: 0 Date: Sun, 20 Jan 2019 13:23:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:23:10,755 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/7a7fb8f5-24db-4009-a04a-2612fcd2ecf7 used request id req-e12af636-716e-4718-9f51-638eb0a2ffaa 2019-01-20 13:23:10,756 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-073f8376-6a7b-4dd-proj 2019-01-20 13:23:10,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/e5648aac35b243ebbb299887c1cdaf41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}852c066ff1c138a5083171c4ee7c70dd31a3bf9f" 2019-01-20 13:23:10,996 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:23:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4926a017-0357-46c7-9976-9e55e0cc425e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:23:10,996 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/e5648aac35b243ebbb299887c1cdaf41 used request id req-4926a017-0357-46c7-9976-9e55e0cc425e 2019-01-20 13:23:10,996 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-073f8376-6a7b-4dd-proj-role 2019-01-20 13:23:11,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/b26c7f3601b24b839d49194a4eb89876 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}852c066ff1c138a5083171c4ee7c70dd31a3bf9f" 2019-01-20 13:23:11,119 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:23:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc263c3a-a3c1-4a53-940c-f3e4897757a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:23:11,119 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/b26c7f3601b24b839d49194a4eb89876 used request id req-fc263c3a-a3c1-4a53-940c-f3e4897757a5 2019-01-20 13:23:11,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}852c066ff1c138a5083171c4ee7c70dd31a3bf9f" 2019-01-20 13:23:11,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28ca8fcf-9951-4622-a6fd-f2a6329474cf Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:23:11,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-28ca8fcf-9951-4622-a6fd-f2a6329474cf 2019-01-20 13:23:11,214 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-073f8376-6a7b-4dd-user 2019-01-20 13:23:11,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/bef706a54861441c9465f1dfe1f985d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c49a9e48232c9ca883650ef1e63a54b4858079b" 2019-01-20 13:23:11,385 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:23:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06e4b986-5558-486c-a433-4320b6240558 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:23:11,385 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/bef706a54861441c9465f1dfe1f985d7 used request id req-06e4b986-5558-486c-a433-4320b6240558 2019-01-20 13:23:11,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:23:11,862 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:23:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["YOAfs5IlTkK4jFdUL5Q-Sg"], "issued_at": "2019-01-20T13:23:11.000000Z"}} 2019-01-20 13:23:11,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1035df83d4f7341132ab1015d07765f0fb70c88e" 2019-01-20 13:23:11,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa0efad3-efbf-413d-b942-e9ddb7a6afe8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:23:11,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fa0efad3-efbf-413d-b942-e9ddb7a6afe8 2019-01-20 13:23:11,964 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:23:11,965 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:23:12,340 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:23:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["EpIylFnRRDGp0Eaq8gQa6Q"], "issued_at": "2019-01-20T13:23:12.000000Z"}} 2019-01-20 13:23:12,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6562e52e1e58c2f7f12428fdad168f0b13a15846" 2019-01-20 13:23:12,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89c6b328-df9d-4c8c-ae49-ca0ec1b078e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:23:12,432 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-89c6b328-df9d-4c8c-ae49-ca0ec1b078e5 2019-01-20 13:23:12,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:23:12,443 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:23: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:23:12,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-4f7784c0-21ad-45d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6562e52e1e58c2f7f12428fdad168f0b13a15846" 2019-01-20 13:23:12,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a498437-50cc-4928-b240-f40d37b8d3af Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-4f7784c0-21ad-45d-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:23:12,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-4f7784c0-21ad-45d-proj used request id req-7a498437-50cc-4928-b240-f40d37b8d3af 2019-01-20 13:23:12,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6562e52e1e58c2f7f12428fdad168f0b13a15846" 2019-01-20 13:23:12,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c052bde5-25f2-4f86-905b-80a346e855f0 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:23:12,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-c052bde5-25f2-4f86-905b-80a346e855f0 2019-01-20 13:23:12,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6562e52e1e58c2f7f12428fdad168f0b13a15846" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-4f7784c0-21ad-45d-proj"}}' 2019-01-20 13:23:12,753 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:23:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-adfbb6bf-b6c4-4dc8-8860-e6cd24f82fbd Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d8fbc5fabf34410c85a7abc9dcd7a541"}, "enabled": true, "id": "d8fbc5fabf34410c85a7abc9dcd7a541", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-4f7784c0-21ad-45d-proj"}} 2019-01-20 13:23:12,754 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-adfbb6bf-b6c4-4dc8-8860-e6cd24f82fbd 2019-01-20 13:23:12,754 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-4f7784c0-21ad-45d-proj 2019-01-20 13:23:12,754 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:23:12,755 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:23:13,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:23:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["bjjkLQebQEyPGIABdGSgNQ"], "issued_at": "2019-01-20T13:23:13.000000Z"}} 2019-01-20 13:23:13,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c151e4c14e654cea3f5ffe7ab7a0aa70fa5ee6" 2019-01-20 13:23:13,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a7a050e-c1c5-477d-a331-284f01f6d72a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:23:13,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7a7a050e-c1c5-477d-a331-284f01f6d72a 2019-01-20 13:23:13,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:23:13,223 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:23: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:23:13,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c151e4c14e654cea3f5ffe7ab7a0aa70fa5ee6" 2019-01-20 13:23:13,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ee28ce5-ec37-42a1-b445-3c12fc6d95e9 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:23:13,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5ee28ce5-ec37-42a1-b445-3c12fc6d95e9 2019-01-20 13:23:13,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-4f7784c0-21ad-45d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c151e4c14e654cea3f5ffe7ab7a0aa70fa5ee6" 2019-01-20 13:23:13,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2b74c47-7695-469d-8c36-2d5be8f049b3 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-4f7784c0-21ad-45d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d8fbc5fabf34410c85a7abc9dcd7a541"}, "enabled": true, "id": "d8fbc5fabf34410c85a7abc9dcd7a541", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-4f7784c0-21ad-45d-proj"}]} 2019-01-20 13:23:13,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-4f7784c0-21ad-45d-proj used request id req-a2b74c47-7695-469d-8c36-2d5be8f049b3 2019-01-20 13:23:13,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c151e4c14e654cea3f5ffe7ab7a0aa70fa5ee6" 2019-01-20 13:23:13,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc883348-d40f-4b91-b52b-37d4dd43b3e6 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:23:13,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-fc883348-d40f-4b91-b52b-37d4dd43b3e6 2019-01-20 13:23:13,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c151e4c14e654cea3f5ffe7ab7a0aa70fa5ee6" 2019-01-20 13:23:13,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21cfe07e-9fed-493a-92ee-1ee6edb31c2b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:23:13,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-21cfe07e-9fed-493a-92ee-1ee6edb31c2b 2019-01-20 13:23:13,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-4f7784c0-21ad-45d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c151e4c14e654cea3f5ffe7ab7a0aa70fa5ee6" 2019-01-20 13:23:14,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3baccd7d-62ff-4d4a-a9eb-247b4ab527b5 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-4f7784c0-21ad-45d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d8fbc5fabf34410c85a7abc9dcd7a541"}, "enabled": true, "id": "d8fbc5fabf34410c85a7abc9dcd7a541", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-4f7784c0-21ad-45d-proj"}]} 2019-01-20 13:23:14,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-4f7784c0-21ad-45d-proj used request id req-3baccd7d-62ff-4d4a-a9eb-247b4ab527b5 2019-01-20 13:23:14,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/a246b90b199844f1a58a7fecb04f605a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c151e4c14e654cea3f5ffe7ab7a0aa70fa5ee6" 2019-01-20 13:23:14,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7db4c059-6a43-47ff-82a0-f5dc4a62cab2 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-4f7784c0-21ad-45d-user", "links": {"self": "http://172.30.9.22:5000/v3/users/a246b90b199844f1a58a7fecb04f605a"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "d8fbc5fabf34410c85a7abc9dcd7a541", "id": "a246b90b199844f1a58a7fecb04f605a", "password_expires_at": null}} 2019-01-20 13:23:14,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/a246b90b199844f1a58a7fecb04f605a used request id req-7db4c059-6a43-47ff-82a0-f5dc4a62cab2 2019-01-20 13:23:14,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d8fbc5fabf34410c85a7abc9dcd7a541/users/a246b90b199844f1a58a7fecb04f605a/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c151e4c14e654cea3f5ffe7ab7a0aa70fa5ee6" 2019-01-20 13:23:14,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42c7e597-54ff-4d1c-b9f7-bc4d9b537d6c Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/d8fbc5fabf34410c85a7abc9dcd7a541/users/a246b90b199844f1a58a7fecb04f605a/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 13:23:14,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d8fbc5fabf34410c85a7abc9dcd7a541/users/a246b90b199844f1a58a7fecb04f605a/roles used request id req-42c7e597-54ff-4d1c-b9f7-bc4d9b537d6c 2019-01-20 13:23:14,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c151e4c14e654cea3f5ffe7ab7a0aa70fa5ee6" 2019-01-20 13:23:14,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-587a8842-b109-40f6-8704-39552b395bfe Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "domain_id": null, "name": "heat_stack_owner", "id": "8faca84f8c574391a4e761c020358bea"}} 2019-01-20 13:23:14,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea used request id req-587a8842-b109-40f6-8704-39552b395bfe 2019-01-20 13:23:14,351 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-4f7784c0-21ad-45d-proj 2019-01-20 13:23:14,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/d8fbc5fabf34410c85a7abc9dcd7a541/users/a246b90b199844f1a58a7fecb04f605a/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c151e4c14e654cea3f5ffe7ab7a0aa70fa5ee6" 2019-01-20 13:23:14,553 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:23:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7272e40b-2ac3-4138-a632-9f57b52875af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:23:14,553 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d8fbc5fabf34410c85a7abc9dcd7a541/users/a246b90b199844f1a58a7fecb04f605a/roles/8faca84f8c574391a4e761c020358bea used request id req-7272e40b-2ac3-4138-a632-9f57b52875af 2019-01-20 13:23:14,554 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-4f7784c0-21ad-45d-user 2019-01-20 13:23:14,554 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:23:14,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6562e52e1e58c2f7f12428fdad168f0b13a15846" 2019-01-20 13:23:14,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8750894-3bae-4ed8-89f1-4d7654ba2c56 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:23:14,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b8750894-3bae-4ed8-89f1-4d7654ba2c56 2019-01-20 13:23:14,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6562e52e1e58c2f7f12428fdad168f0b13a15846" -d '{"role": {"name": "CreateStackSuccessTests-4f7784c0-21ad-45d-proj-role"}}' 2019-01-20 13:23:15,078 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:23:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27991072-4438-4fcd-b579-f136b483801a Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6cea30cef96248d08f544276ce793b49", "links": {"self": "http://172.30.9.22:5000/v3/roles/6cea30cef96248d08f544276ce793b49"}, "name": "CreateStackSuccessTests-4f7784c0-21ad-45d-proj-role"}} 2019-01-20 13:23:15,078 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-27991072-4438-4fcd-b579-f136b483801a 2019-01-20 13:23:15,078 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-4f7784c0-21ad-45d-proj-role 2019-01-20 13:23:15,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/6cea30cef96248d08f544276ce793b49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6562e52e1e58c2f7f12428fdad168f0b13a15846" 2019-01-20 13:23:15,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78c79188-157c-4eff-b210-f835e774d8bf Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/6cea30cef96248d08f544276ce793b49"}, "domain_id": null, "name": "CreateStackSuccessTests-4f7784c0-21ad-45d-proj-role", "id": "6cea30cef96248d08f544276ce793b49"}} 2019-01-20 13:23:15,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/6cea30cef96248d08f544276ce793b49 used request id req-78c79188-157c-4eff-b210-f835e774d8bf 2019-01-20 13:23:15,164 - keystone_utils - INFO - Granting role CreateStackSuccessTests-4f7784c0-21ad-45d-proj-role to project CreateStackSuccessTests-4f7784c0-21ad-45d-proj 2019-01-20 13:23:15,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/d8fbc5fabf34410c85a7abc9dcd7a541/users/a246b90b199844f1a58a7fecb04f605a/roles/6cea30cef96248d08f544276ce793b49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6562e52e1e58c2f7f12428fdad168f0b13a15846" 2019-01-20 13:23:15,289 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:23:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b92c51cc-dc70-4c9a-baf6-a5d0174df63a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:23:15,289 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d8fbc5fabf34410c85a7abc9dcd7a541/users/a246b90b199844f1a58a7fecb04f605a/roles/6cea30cef96248d08f544276ce793b49 used request id req-b92c51cc-dc70-4c9a-baf6-a5d0174df63a 2019-01-20 13:23:15,289 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:23:15,290 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:23:15,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:23:15,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:23:15,677 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6cea30cef96248d08f544276ce793b49", "name": "CreateStackSuccessTests-4f7784c0-21ad-45d-proj-role"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:23:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d8fbc5fabf34410c85a7abc9dcd7a541", "name": "CreateStackSuccessTests-4f7784c0-21ad-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-4f7784c0-21ad-45d-user", "id": "a246b90b199844f1a58a7fecb04f605a"}, "audit_ids": ["tBgb5seKSUqD3Hom6A7tfA"], "issued_at": "2019-01-20T13:23:15.000000Z"}} 2019-01-20 13:23:15,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f60e79372e034b7e4888c9f7ba03ab1f079ca636" 2019-01-20 13:23:15,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64ba144f-5874-4ea7-8658-a71cabab0139 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:23:15,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-64ba144f-5874-4ea7-8658-a71cabab0139 2019-01-20 13:23:15,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f60e79372e034b7e4888c9f7ba03ab1f079ca636" 2019-01-20 13:23:15,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-677645c1-7688-4b3b-a17b-c960346c204a Date: Sun, 20 Jan 2019 13:23:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image"} 2019-01-20 13:23:15,925 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image used request id req-677645c1-7688-4b3b-a17b-c960346c204a 2019-01-20 13:23:15,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f60e79372e034b7e4888c9f7ba03ab1f079ca636" 2019-01-20 13:23:16,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a0f18ac7-ec99-408b-93f6-ca7d29a8eadb Date: Sun, 20 Jan 2019 13:23:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 13:23:16,087 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-a0f18ac7-ec99-408b-93f6-ca7d29a8eadb 2019-01-20 13:23:16,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f60e79372e034b7e4888c9f7ba03ab1f079ca636" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image"}' 2019-01-20 13:23:16,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/cfa1e85d-6f4a-4a46-9735-d939da75106a X-Openstack-Request-Id: req-5172eafd-24e6-456f-95c7-04ee0bd45520 Date: Sun, 20 Jan 2019 13:23:16 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:23:16Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:23:16Z", "visibility": "shared", "locations": [], "self": "/v2/images/cfa1e85d-6f4a-4a46-9735-d939da75106a", "min_disk": 0, "protected": false, "id": "cfa1e85d-6f4a-4a46-9735-d939da75106a", "file": "/v2/images/cfa1e85d-6f4a-4a46-9735-d939da75106a/file", "checksum": null, "owner": "d8fbc5fabf34410c85a7abc9dcd7a541", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:23:16,312 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-5172eafd-24e6-456f-95c7-04ee0bd45520 2019-01-20 13:23:16,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/cfa1e85d-6f4a-4a46-9735-d939da75106a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f60e79372e034b7e4888c9f7ba03ab1f079ca636" -d '' 2019-01-20 13:23:17,796 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6252f9d9-904f-42f2-92ee-2ecb3444ea3d Date: Sun, 20 Jan 2019 13:23:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:23:17,796 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/cfa1e85d-6f4a-4a46-9735-d939da75106a/file used request id req-6252f9d9-904f-42f2-92ee-2ecb3444ea3d 2019-01-20 13:23:17,797 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:23:17,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/cfa1e85d-6f4a-4a46-9735-d939da75106a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f60e79372e034b7e4888c9f7ba03ab1f079ca636" 2019-01-20 13:23:17,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-eb58b11a-3315-4607-afd2-2a4992a0a1f6 Date: Sun, 20 Jan 2019 13:23:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:23:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:23:17Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/cfa1e85d-6f4a-4a46-9735-d939da75106a/snap", "metadata": {}}], "self": "/v2/images/cfa1e85d-6f4a-4a46-9735-d939da75106a", "min_disk": 0, "protected": false, "id": "cfa1e85d-6f4a-4a46-9735-d939da75106a", "file": "/v2/images/cfa1e85d-6f4a-4a46-9735-d939da75106a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d8fbc5fabf34410c85a7abc9dcd7a541", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/cfa1e85d-6f4a-4a46-9735-d939da75106a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:23:17,980 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/cfa1e85d-6f4a-4a46-9735-d939da75106a used request id req-eb58b11a-3315-4607-afd2-2a4992a0a1f6 2019-01-20 13:23:17,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f60e79372e034b7e4888c9f7ba03ab1f079ca636" 2019-01-20 13:23:18,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-af17ab81-2f43-42b7-850b-68f142393a42 Date: Sun, 20 Jan 2019 13:23: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"}}} 2019-01-20 13:23:18,136 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-af17ab81-2f43-42b7-850b-68f142393a42 2019-01-20 13:23:18,139 - create_image - INFO - Created image with name - CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image 2019-01-20 13:23:18,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/cfa1e85d-6f4a-4a46-9735-d939da75106a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f60e79372e034b7e4888c9f7ba03ab1f079ca636" 2019-01-20 13:23:18,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-e37b1190-74ef-45fd-9c96-a19f7c83cb8f Date: Sun, 20 Jan 2019 13:23:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:23:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:23:17Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/cfa1e85d-6f4a-4a46-9735-d939da75106a/snap", "metadata": {}}], "self": "/v2/images/cfa1e85d-6f4a-4a46-9735-d939da75106a", "min_disk": 0, "protected": false, "id": "cfa1e85d-6f4a-4a46-9735-d939da75106a", "file": "/v2/images/cfa1e85d-6f4a-4a46-9735-d939da75106a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d8fbc5fabf34410c85a7abc9dcd7a541", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/cfa1e85d-6f4a-4a46-9735-d939da75106a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:23:18,311 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/cfa1e85d-6f4a-4a46-9735-d939da75106a used request id req-e37b1190-74ef-45fd-9c96-a19f7c83cb8f 2019-01-20 13:23:18,312 - create_image - DEBUG - Instance status is - active 2019-01-20 13:23:18,312 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image 2019-01-20 13:23:18,312 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image 2019-01-20 13:23:18,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:23:18,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:23:18,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:23:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ZtcCL7S-TAy7POHjdpvQVA"], "issued_at": "2019-01-20T13:23:18.000000Z"}} 2019-01-20 13:23:18,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1be233ce918ee3b51183dca5180360538970731" 2019-01-20 13:23:18,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58ffa6e0-a8a0-4bd4-ac30-e96d9e22f39c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:23:18,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-58ffa6e0-a8a0-4bd4-ac30-e96d9e22f39c 2019-01-20 13:23:18,783 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:23:18,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1be233ce918ee3b51183dca5180360538970731" 2019-01-20 13:23:18,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-4998100b-679a-4efa-9ee1-d2dd2cb571da x-compute-request-id: req-4998100b-679a-4efa-9ee1-d2dd2cb571da Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:23:18,974 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-4998100b-679a-4efa-9ee1-d2dd2cb571da 2019-01-20 13:23:18,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1be233ce918ee3b51183dca5180360538970731" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:23:19,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-38f47af9-5e4d-4b2f-87d8-838153004b59 x-compute-request-id: req-38f47af9-5e4d-4b2f-87d8-838153004b59 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ccef22f9-9dd4-4264-ab48-518abcaadc73", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ccef22f9-9dd4-4264-ab48-518abcaadc73", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ccef22f9-9dd4-4264-ab48-518abcaadc73", "name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:23:19,026 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-38f47af9-5e4d-4b2f-87d8-838153004b59 2019-01-20 13:23:19,053 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:23:19,054 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:23:19,429 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6cea30cef96248d08f544276ce793b49", "name": "CreateStackSuccessTests-4f7784c0-21ad-45d-proj-role"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:23:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d8fbc5fabf34410c85a7abc9dcd7a541", "name": "CreateStackSuccessTests-4f7784c0-21ad-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-4f7784c0-21ad-45d-user", "id": "a246b90b199844f1a58a7fecb04f605a"}, "audit_ids": ["YiRvdBwHTfGtfdgq2_O5Qw"], "issued_at": "2019-01-20T13:23:19.000000Z"}} 2019-01-20 13:23:19,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87fda5e3ec6e76a8bf41c06eaa3055fce725304" 2019-01-20 13:23:19,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfd4661b-a3e6-4590-876a-927f1ec3bb88 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:23:19,504 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-dfd4661b-a3e6-4590-876a-927f1ec3bb88 2019-01-20 13:23:19,505 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:23:19,508 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:23:19,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87fda5e3ec6e76a8bf41c06eaa3055fce725304" 2019-01-20 13:23:19,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:19 GMT Server: Apache x-openstack-request-id: req-aa74589f-676d-45f1-b7d0-224c663ebe13 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-20 13:23:19,698 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack used request id req-aa74589f-676d-45f1-b7d0-224c663ebe13 2019-01-20 13:23:19,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87fda5e3ec6e76a8bf41c06eaa3055fce725304" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-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-46ce2e38-ab0f-43ad-836a-510bf79f392d-net", "inst_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-inst", "subnet_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-subnet", "image_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image", "flavor_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-flavor-name"}}' 2019-01-20 13:23:22,124 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:23:19 GMT Server: Apache x-openstack-request-id: req-b7bfe6cd-bdba-42c9-8282-085410e2590a Location: http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "links": [{"href": "http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b", "rel": "self"}]}} 2019-01-20 13:23:22,124 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks used request id req-b7bfe6cd-bdba-42c9-8282-085410e2590a 2019-01-20 13:23:22,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/24520cab-93a3-4bf7-93a9-a5521ea71e7b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87fda5e3ec6e76a8bf41c06eaa3055fce725304" 2019-01-20 13:23:22,305 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:22 GMT Server: Apache x-openstack-request-id: req-343c8388-9d17-48e9-9ab2-f3feee6d7f39 Location: http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:22,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:22 GMT Server: Apache x-openstack-request-id: req-1f727dda-8a4b-4708-8ed2-b7e78f1d6693 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": "d8fbc5fabf34410c85a7abc9dcd7a541", "OS::stack_id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "image_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image", "inst_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-inst", "subnet_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-subnet", "net_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-net", "flavor_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "stack_user_project_id": "258d8b8ea9d34a5c8ae4586a021a55b9", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:23:21Z", "links": [{"href": "http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:22,572 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b used request id req-1f727dda-8a4b-4708-8ed2-b7e78f1d6693 2019-01-20 13:23:22,573 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack 2019-01-20 13:23:22,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/24520cab-93a3-4bf7-93a9-a5521ea71e7b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87fda5e3ec6e76a8bf41c06eaa3055fce725304" 2019-01-20 13:23:22,747 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:22 GMT Server: Apache x-openstack-request-id: req-f2ddde27-ef70-493b-81f9-806b82fd673e Location: http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:22,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:22 GMT Server: Apache x-openstack-request-id: req-14792c5e-8c83-4415-ac8a-fe56972c6c22 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": "d8fbc5fabf34410c85a7abc9dcd7a541", "OS::stack_id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "image_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image", "inst_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-inst", "subnet_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-subnet", "net_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-net", "flavor_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "stack_user_project_id": "258d8b8ea9d34a5c8ae4586a021a55b9", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:23:21Z", "links": [{"href": "http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:22,930 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b used request id req-14792c5e-8c83-4415-ac8a-fe56972c6c22 2019-01-20 13:23:22,930 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:23:22,930 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:23:25,934 - create_stack - DEBUG - Stack status query timeout in 1196.63929605 2019-01-20 13:23:25,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/24520cab-93a3-4bf7-93a9-a5521ea71e7b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87fda5e3ec6e76a8bf41c06eaa3055fce725304" 2019-01-20 13:23:25,964 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:25 GMT Server: Apache x-openstack-request-id: req-0ac5eb8f-f3ca-45c5-9bc6-2bb93a8c403a Location: http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:26,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:25 GMT Server: Apache x-openstack-request-id: req-801d3085-bf31-444b-a07c-6b804df9117e 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": "d8fbc5fabf34410c85a7abc9dcd7a541", "OS::stack_id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "image_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image", "inst_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-inst", "subnet_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-subnet", "net_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-net", "flavor_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "stack_user_project_id": "258d8b8ea9d34a5c8ae4586a021a55b9", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:23:21Z", "links": [{"href": "http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:26,178 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b used request id req-801d3085-bf31-444b-a07c-6b804df9117e 2019-01-20 13:23:26,178 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:23:26,178 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:23:29,182 - create_stack - DEBUG - Stack status query timeout in 1193.39131904 2019-01-20 13:23:29,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/24520cab-93a3-4bf7-93a9-a5521ea71e7b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87fda5e3ec6e76a8bf41c06eaa3055fce725304" 2019-01-20 13:23:29,210 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:29 GMT Server: Apache x-openstack-request-id: req-4d93e5f1-74fa-4ba9-8027-a868b703b01a Location: http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:29,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:29 GMT Server: Apache x-openstack-request-id: req-2cfaa62e-969f-4497-86cd-55243c065036 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": "d8fbc5fabf34410c85a7abc9dcd7a541", "OS::stack_id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "image_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image", "inst_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-inst", "subnet_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-subnet", "net_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-net", "flavor_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "stack_user_project_id": "258d8b8ea9d34a5c8ae4586a021a55b9", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:23:21Z", "links": [{"href": "http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:29,762 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b used request id req-2cfaa62e-969f-4497-86cd-55243c065036 2019-01-20 13:23:29,763 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:23:29,763 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:23:32,766 - create_stack - DEBUG - Stack status query timeout in 1189.80703306 2019-01-20 13:23:32,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/24520cab-93a3-4bf7-93a9-a5521ea71e7b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87fda5e3ec6e76a8bf41c06eaa3055fce725304" 2019-01-20 13:23:33,047 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:32 GMT Server: Apache x-openstack-request-id: req-2ae13ea1-d503-432b-a16e-4d5a35bde9b7 Location: http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:33,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:33 GMT Server: Apache x-openstack-request-id: req-c38af996-1ad1-43f5-bc16-1547fa0a4183 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": "d8fbc5fabf34410c85a7abc9dcd7a541", "OS::stack_id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "image_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image", "inst_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-inst", "subnet_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-subnet", "net_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-net", "flavor_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "stack_user_project_id": "258d8b8ea9d34a5c8ae4586a021a55b9", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:23:21Z", "links": [{"href": "http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:33,244 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b used request id req-c38af996-1ad1-43f5-bc16-1547fa0a4183 2019-01-20 13:23:33,245 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:23:33,245 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:23:36,248 - create_stack - DEBUG - Stack status query timeout in 1186.324898 2019-01-20 13:23:36,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/24520cab-93a3-4bf7-93a9-a5521ea71e7b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87fda5e3ec6e76a8bf41c06eaa3055fce725304" 2019-01-20 13:23:36,429 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:36 GMT Server: Apache x-openstack-request-id: req-51c915d5-e137-42ed-92cb-23a908a9c09a Location: http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:36,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:36 GMT Server: Apache x-openstack-request-id: req-16e6c493-d602-4089-97bb-338d2ed931b2 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": "d8fbc5fabf34410c85a7abc9dcd7a541", "OS::stack_id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "image_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image", "inst_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-inst", "subnet_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-subnet", "net_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-net", "flavor_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "stack_user_project_id": "258d8b8ea9d34a5c8ae4586a021a55b9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:23:21Z", "links": [{"href": "http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:36,622 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b used request id req-16e6c493-d602-4089-97bb-338d2ed931b2 2019-01-20 13:23:36,623 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-20 13:23:36,623 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack 2019-01-20 13:23:36,623 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack 2019-01-20 13:23:36,623 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:23:37,007 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6cea30cef96248d08f544276ce793b49", "name": "CreateStackSuccessTests-4f7784c0-21ad-45d-proj-role"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:23:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d8fbc5fabf34410c85a7abc9dcd7a541", "name": "CreateStackSuccessTests-4f7784c0-21ad-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-4f7784c0-21ad-45d-user", "id": "a246b90b199844f1a58a7fecb04f605a"}, "audit_ids": ["2ecB7X3TSmGNUtwNtwv76A"], "issued_at": "2019-01-20T13:23:37.000000Z"}} 2019-01-20 13:23:37,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/24520cab-93a3-4bf7-93a9-a5521ea71e7b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d571e466bbb35e5a8a6f10fae13ff28ce0b86405" 2019-01-20 13:23:37,188 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:37 GMT Server: Apache x-openstack-request-id: req-8cc17172-379e-4721-a55d-14cbc38d6c10 Location: http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:37,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:37 GMT Server: Apache x-openstack-request-id: req-62ef7628-c353-41fc-98a4-b5ef61c42458 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": "d8fbc5fabf34410c85a7abc9dcd7a541", "OS::stack_id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "image_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image", "inst_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-inst", "subnet_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-subnet", "net_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-net", "flavor_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "stack_user_project_id": "258d8b8ea9d34a5c8ae4586a021a55b9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:23:21Z", "links": [{"href": "http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:37,401 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b used request id req-62ef7628-c353-41fc-98a4-b5ef61c42458 2019-01-20 13:23:37,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/24520cab-93a3-4bf7-93a9-a5521ea71e7b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87fda5e3ec6e76a8bf41c06eaa3055fce725304" 2019-01-20 13:23:37,430 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:37 GMT Server: Apache x-openstack-request-id: req-e9e3f36a-4fb3-4b87-bbfc-292895482565 Location: http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:37,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:37 GMT Server: Apache x-openstack-request-id: req-f954dbe2-dfdf-4a8b-87c9-a1a6f1daaa32 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": "d8fbc5fabf34410c85a7abc9dcd7a541", "OS::stack_id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "image_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image", "inst_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-inst", "subnet_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-subnet", "net_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-net", "flavor_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "stack_user_project_id": "258d8b8ea9d34a5c8ae4586a021a55b9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:23:21Z", "links": [{"href": "http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:37,633 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b used request id req-f954dbe2-dfdf-4a8b-87c9-a1a6f1daaa32 2019-01-20 13:23:37,634 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:23:37,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:23:38,130 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6cea30cef96248d08f544276ce793b49", "name": "CreateStackSuccessTests-4f7784c0-21ad-45d-proj-role"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:23:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d8fbc5fabf34410c85a7abc9dcd7a541", "name": "CreateStackSuccessTests-4f7784c0-21ad-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d8fbc5fabf34410c85a7abc9dcd7a541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-4f7784c0-21ad-45d-user", "id": "a246b90b199844f1a58a7fecb04f605a"}, "audit_ids": ["Gsb2dN85Rq6jBrvMu-GxZw"], "issued_at": "2019-01-20T13:23:38.000000Z"}} 2019-01-20 13:23:38,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ed199a294ab0499a65ca8274e7d68d195b394f" 2019-01-20 13:23:38,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7a5727b-3578-4e2d-bd6c-51498d98662b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:23:38,295 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e7a5727b-3578-4e2d-bd6c-51498d98662b 2019-01-20 13:23:38,297 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:23:38,300 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:23:38,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33ed199a294ab0499a65ca8274e7d68d195b394f" 2019-01-20 13:23:38,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:38 GMT Server: Apache x-openstack-request-id: req-cde65799-01fd-4688-a961-2e7b832c9d3f 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-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "stack_user_project_id": "258d8b8ea9d34a5c8ae4586a021a55b9", "deletion_time": null, "creation_time": "2019-01-20T13:23:21Z", "links": [{"href": "http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "tags": null}]} 2019-01-20 13:23:38,486 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack used request id req-cde65799-01fd-4688-a961-2e7b832c9d3f 2019-01-20 13:23:38,486 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack 2019-01-20 13:23:38,487 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack 2019-01-20 13:23:38,487 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack 2019-01-20 13:23:38,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/24520cab-93a3-4bf7-93a9-a5521ea71e7b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87fda5e3ec6e76a8bf41c06eaa3055fce725304" 2019-01-20 13:23:39,043 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:38 GMT Server: Apache x-openstack-request-id: req-1586e616-b5d5-4bd8-8306-0b3595274313 Location: http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:39,217 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:23:39 GMT Server: Apache x-openstack-request-id: req-0c142b7d-6856-4adc-b4b0-bd41153e05a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:23:39,217 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b used request id req-0c142b7d-6856-4adc-b4b0-bd41153e05a8 2019-01-20 13:23:39,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/24520cab-93a3-4bf7-93a9-a5521ea71e7b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87fda5e3ec6e76a8bf41c06eaa3055fce725304" 2019-01-20 13:23:39,246 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:39 GMT Server: Apache x-openstack-request-id: req-5aeec8ef-bbec-4b19-9b4c-cc6870236292 Location: http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:39,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:39 GMT Server: Apache x-openstack-request-id: req-8110eea9-fcc8-404d-9f79-80b274235cc3 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": "d8fbc5fabf34410c85a7abc9dcd7a541", "OS::stack_id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "image_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image", "inst_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-inst", "subnet_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-subnet", "flavor_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-flavor-name", "net_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "stack_user_project_id": "258d8b8ea9d34a5c8ae4586a021a55b9", "tags": null, "creation_time": "2019-01-20T13:23:21Z", "links": [{"href": "http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:23:39Z", "id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:39,416 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b used request id req-8110eea9-fcc8-404d-9f79-80b274235cc3 2019-01-20 13:23:39,416 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:23:39,416 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:23:42,420 - create_stack - DEBUG - Stack status query timeout in 1196.79768682 2019-01-20 13:23:42,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/24520cab-93a3-4bf7-93a9-a5521ea71e7b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87fda5e3ec6e76a8bf41c06eaa3055fce725304" 2019-01-20 13:23:42,589 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:42 GMT Server: Apache x-openstack-request-id: req-ea03078a-4f04-46a3-a710-6bd8bfd4903a Location: http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:42,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:42 GMT Server: Apache x-openstack-request-id: req-e95c12ef-dfa0-41ac-8e0d-08cd392469c2 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": "d8fbc5fabf34410c85a7abc9dcd7a541", "OS::stack_id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "image_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image", "inst_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-inst", "subnet_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-subnet", "flavor_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-flavor-name", "net_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "stack_user_project_id": "258d8b8ea9d34a5c8ae4586a021a55b9", "tags": null, "creation_time": "2019-01-20T13:23:21Z", "links": [{"href": "http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:23:39Z", "id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:42,758 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b used request id req-e95c12ef-dfa0-41ac-8e0d-08cd392469c2 2019-01-20 13:23:42,759 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:23:42,759 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:23:45,762 - create_stack - DEBUG - Stack status query timeout in 1193.455302 2019-01-20 13:23:45,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/24520cab-93a3-4bf7-93a9-a5521ea71e7b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87fda5e3ec6e76a8bf41c06eaa3055fce725304" 2019-01-20 13:23:45,792 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:45 GMT Server: Apache x-openstack-request-id: req-10cd5f90-dc74-4b67-b877-e3a54f235c4e Location: http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:45,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:45 GMT Server: Apache x-openstack-request-id: req-8e0622df-c679-4748-954e-d641a6bb3714 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": "d8fbc5fabf34410c85a7abc9dcd7a541", "OS::stack_id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "image_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image", "inst_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-inst", "subnet_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-subnet", "flavor_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-flavor-name", "net_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "stack_user_project_id": "258d8b8ea9d34a5c8ae4586a021a55b9", "tags": null, "creation_time": "2019-01-20T13:23:21Z", "links": [{"href": "http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:23:39Z", "id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:45,962 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b used request id req-8e0622df-c679-4748-954e-d641a6bb3714 2019-01-20 13:23:45,963 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:23:45,963 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:23:48,966 - create_stack - DEBUG - Stack status query timeout in 1190.25128794 2019-01-20 13:23:48,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/24520cab-93a3-4bf7-93a9-a5521ea71e7b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87fda5e3ec6e76a8bf41c06eaa3055fce725304" 2019-01-20 13:23:49,000 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:48 GMT Server: Apache x-openstack-request-id: req-c8f8c61b-d3e8-4dc3-a6ef-c359e7db47f4 Location: http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:49,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:49 GMT Server: Apache x-openstack-request-id: req-18457f0f-280b-4a88-844c-7abce7d67f47 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": "d8fbc5fabf34410c85a7abc9dcd7a541", "OS::stack_id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "image_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image", "inst_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-inst", "subnet_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-subnet", "flavor_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-flavor-name", "net_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "stack_user_project_id": "258d8b8ea9d34a5c8ae4586a021a55b9", "tags": null, "creation_time": "2019-01-20T13:23:21Z", "links": [{"href": "http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:23:39Z", "id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:49,028 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b used request id req-18457f0f-280b-4a88-844c-7abce7d67f47 2019-01-20 13:23:49,029 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:23:49,029 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:23:52,032 - create_stack - DEBUG - Stack status query timeout in 1187.18514991 2019-01-20 13:23:52,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/24520cab-93a3-4bf7-93a9-a5521ea71e7b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87fda5e3ec6e76a8bf41c06eaa3055fce725304" 2019-01-20 13:23:52,063 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:52 GMT Server: Apache x-openstack-request-id: req-56ccc9fd-c273-4ddd-9fd5-95139e63bc9f Location: http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:52,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:52 GMT Server: Apache x-openstack-request-id: req-1d7b0245-e080-4f13-a234-0f56df3d88e8 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": "d8fbc5fabf34410c85a7abc9dcd7a541", "OS::stack_id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "image_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image", "inst_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-inst", "subnet_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-subnet", "flavor_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-flavor-name", "net_name": "CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-net"}, "deletion_time": "2019-01-20T13:23:51Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack", "stack_user_project_id": "258d8b8ea9d34a5c8ae4586a021a55b9", "tags": null, "creation_time": "2019-01-20T13:23:21Z", "links": [{"href": "http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-20T13:23:39Z", "id": "24520cab-93a3-4bf7-93a9-a5521ea71e7b", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:23:52,108 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b used request id req-1d7b0245-e080-4f13-a234-0f56df3d88e8 2019-01-20 13:23:52,108 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-20 13:23:52,108 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack 2019-01-20 13:23:52,108 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack 2019-01-20 13:23:52,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/24520cab-93a3-4bf7-93a9-a5521ea71e7b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87fda5e3ec6e76a8bf41c06eaa3055fce725304" 2019-01-20 13:23:52,138 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:23:52 GMT Server: Apache x-openstack-request-id: req-e9ecaf7c-fd29-4d83-81ce-4570971e16d8 Location: http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:23:52,164 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:23:52 GMT Server: Apache x-openstack-request-id: req-e1010d33-2758-45d4-9f0d-1b69ef80f822 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-20 13:23:52,164 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/d8fbc5fabf34410c85a7abc9dcd7a541/stacks/CreateStackSuccessTests-CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-stack/24520cab-93a3-4bf7-93a9-a5521ea71e7b used request id req-e1010d33-2758-45d4-9f0d-1b69ef80f822 2019-01-20 13:23:52,165 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-46ce2e38-ab0f-43ad-836a-510bf79f392d-image 2019-01-20 13:23:52,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/cfa1e85d-6f4a-4a46-9735-d939da75106a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f60e79372e034b7e4888c9f7ba03ab1f079ca636" 2019-01-20 13:23:53,520 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4ce9bd36-d6c6-4924-8ed9-3ad184a7fad0 Date: Sun, 20 Jan 2019 13:23:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:23:53,520 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/cfa1e85d-6f4a-4a46-9735-d939da75106a used request id req-4ce9bd36-d6c6-4924-8ed9-3ad184a7fad0 2019-01-20 13:23:53,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/ccef22f9-9dd4-4264-ab48-518abcaadc73 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1be233ce918ee3b51183dca5180360538970731" 2019-01-20 13:23:53,557 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:23:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cc2e637d-1c4f-4ad1-b333-0c098f5ebc83 x-compute-request-id: req-cc2e637d-1c4f-4ad1-b333-0c098f5ebc83 Content-Length: 0 Content-Type: application/json 2019-01-20 13:23:53,557 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/ccef22f9-9dd4-4264-ab48-518abcaadc73 used request id req-cc2e637d-1c4f-4ad1-b333-0c098f5ebc83 2019-01-20 13:23:53,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6562e52e1e58c2f7f12428fdad168f0b13a15846" 2019-01-20 13:23:53,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b35e96a8-f1d1-4f97-b45b-dd495fdbf8e3 Date: Sun, 20 Jan 2019 13:23:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d8fbc5fabf34410c85a7abc9dcd7a541", "created_at": "2019-01-20T13:23:22Z", "updated_at": "2019-01-20T13:23:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:23:22Z", "revision_number": 0, "id": "009a329f-81ca-4faa-bef1-77566a50830e", "remote_group_id": "35cb2820-cd72-418b-8de1-081193f4a62a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:23:22Z", "security_group_id": "35cb2820-cd72-418b-8de1-081193f4a62a", "tenant_id": "d8fbc5fabf34410c85a7abc9dcd7a541", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8fbc5fabf34410c85a7abc9dcd7a541"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:23:22Z", "revision_number": 0, "id": "aa86f444-4b70-4cd9-8cd5-40b04c5d733d", "remote_group_id": "35cb2820-cd72-418b-8de1-081193f4a62a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:23:22Z", "security_group_id": "35cb2820-cd72-418b-8de1-081193f4a62a", "tenant_id": "d8fbc5fabf34410c85a7abc9dcd7a541", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8fbc5fabf34410c85a7abc9dcd7a541"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:23:22Z", "revision_number": 0, "id": "bb31d111-87c4-4ff4-8ae0-c783d189caae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:23:22Z", "security_group_id": "35cb2820-cd72-418b-8de1-081193f4a62a", "tenant_id": "d8fbc5fabf34410c85a7abc9dcd7a541", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8fbc5fabf34410c85a7abc9dcd7a541"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:23:22Z", "revision_number": 0, "id": "c04d7f6e-0a4d-40b2-b0a3-7a27dfed2851", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:23:22Z", "security_group_id": "35cb2820-cd72-418b-8de1-081193f4a62a", "tenant_id": "d8fbc5fabf34410c85a7abc9dcd7a541", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8fbc5fabf34410c85a7abc9dcd7a541"}], "revision_number": 4, "project_id": "d8fbc5fabf34410c85a7abc9dcd7a541", "id": "35cb2820-cd72-418b-8de1-081193f4a62a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:23:53,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-b35e96a8-f1d1-4f97-b45b-dd495fdbf8e3 2019-01-20 13:23:53,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6562e52e1e58c2f7f12428fdad168f0b13a15846" 2019-01-20 13:23:53,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de47bb77-51a2-4a5e-bb6f-fae6f8feb581 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:23:53,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-de47bb77-51a2-4a5e-bb6f-fae6f8feb581 2019-01-20 13:23:53,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6562e52e1e58c2f7f12428fdad168f0b13a15846" 2019-01-20 13:23:53,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b74da98-9ae2-4d92-94c7-465593a7cc1a 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:23:53,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-3b74da98-9ae2-4d92-94c7-465593a7cc1a 2019-01-20 13:23:53,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d8fbc5fabf34410c85a7abc9dcd7a541 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6562e52e1e58c2f7f12428fdad168f0b13a15846" 2019-01-20 13:23:54,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fc1b49a-a4a3-4783-9359-e69da4462cdb Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d8fbc5fabf34410c85a7abc9dcd7a541"}, "enabled": true, "id": "d8fbc5fabf34410c85a7abc9dcd7a541", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-4f7784c0-21ad-45d-proj"}} 2019-01-20 13:23:54,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d8fbc5fabf34410c85a7abc9dcd7a541 used request id req-6fc1b49a-a4a3-4783-9359-e69da4462cdb 2019-01-20 13:23:54,030 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 35cb2820-cd72-418b-8de1-081193f4a62a 2019-01-20 13:23:54,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=35cb2820-cd72-418b-8de1-081193f4a62a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6562e52e1e58c2f7f12428fdad168f0b13a15846" 2019-01-20 13:23:54,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6e9bbdd4-90d5-4bdf-9d99-ea7854d5fe1f Date: Sun, 20 Jan 2019 13:23:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "35cb2820-cd72-418b-8de1-081193f4a62a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:23:22Z", "security_group_id": "35cb2820-cd72-418b-8de1-081193f4a62a", "port_range_min": null, "revision_number": 0, "tenant_id": "d8fbc5fabf34410c85a7abc9dcd7a541", "created_at": "2019-01-20T13:23:22Z", "project_id": "d8fbc5fabf34410c85a7abc9dcd7a541", "id": "009a329f-81ca-4faa-bef1-77566a50830e"}, {"remote_group_id": "35cb2820-cd72-418b-8de1-081193f4a62a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:23:22Z", "security_group_id": "35cb2820-cd72-418b-8de1-081193f4a62a", "port_range_min": null, "revision_number": 0, "tenant_id": "d8fbc5fabf34410c85a7abc9dcd7a541", "created_at": "2019-01-20T13:23:22Z", "project_id": "d8fbc5fabf34410c85a7abc9dcd7a541", "id": "aa86f444-4b70-4cd9-8cd5-40b04c5d733d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:23:22Z", "security_group_id": "35cb2820-cd72-418b-8de1-081193f4a62a", "port_range_min": null, "revision_number": 0, "tenant_id": "d8fbc5fabf34410c85a7abc9dcd7a541", "created_at": "2019-01-20T13:23:22Z", "project_id": "d8fbc5fabf34410c85a7abc9dcd7a541", "id": "bb31d111-87c4-4ff4-8ae0-c783d189caae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:23:22Z", "security_group_id": "35cb2820-cd72-418b-8de1-081193f4a62a", "port_range_min": null, "revision_number": 0, "tenant_id": "d8fbc5fabf34410c85a7abc9dcd7a541", "created_at": "2019-01-20T13:23:22Z", "project_id": "d8fbc5fabf34410c85a7abc9dcd7a541", "id": "c04d7f6e-0a4d-40b2-b0a3-7a27dfed2851"}]} 2019-01-20 13:23:54,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=35cb2820-cd72-418b-8de1-081193f4a62a used request id req-6e9bbdd4-90d5-4bdf-9d99-ea7854d5fe1f 2019-01-20 13:23:54,221 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:23:54,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/35cb2820-cd72-418b-8de1-081193f4a62a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6562e52e1e58c2f7f12428fdad168f0b13a15846" 2019-01-20 13:23:54,539 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-adeb2178-acfe-4bd8-9418-c009eb71180f Content-Length: 0 Date: Sun, 20 Jan 2019 13:23:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:23:54,539 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/35cb2820-cd72-418b-8de1-081193f4a62a used request id req-adeb2178-acfe-4bd8-9418-c009eb71180f 2019-01-20 13:23:54,540 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-4f7784c0-21ad-45d-proj 2019-01-20 13:23:54,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/d8fbc5fabf34410c85a7abc9dcd7a541 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6562e52e1e58c2f7f12428fdad168f0b13a15846" 2019-01-20 13:23:54,822 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:23:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c14b2f31-e990-4e56-aea0-fd014990eeeb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:23:54,823 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/d8fbc5fabf34410c85a7abc9dcd7a541 used request id req-c14b2f31-e990-4e56-aea0-fd014990eeeb 2019-01-20 13:23:54,823 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-4f7784c0-21ad-45d-proj-role 2019-01-20 13:23:54,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/6cea30cef96248d08f544276ce793b49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6562e52e1e58c2f7f12428fdad168f0b13a15846" 2019-01-20 13:23:54,927 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:23:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92b332b2-14e3-4881-9ae8-7178dc099433 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:23:54,927 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/6cea30cef96248d08f544276ce793b49 used request id req-92b332b2-14e3-4881-9ae8-7178dc099433 2019-01-20 13:23:54,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6562e52e1e58c2f7f12428fdad168f0b13a15846" 2019-01-20 13:23:55,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38c64217-7fe9-40ed-938a-117cca526769 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:23:55,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-38c64217-7fe9-40ed-938a-117cca526769 2019-01-20 13:23:55,018 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-4f7784c0-21ad-45d-user 2019-01-20 13:23:55,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/a246b90b199844f1a58a7fecb04f605a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1c151e4c14e654cea3f5ffe7ab7a0aa70fa5ee6" 2019-01-20 13:23:55,317 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:23:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6595c152-7bbc-4e8d-b9e1-e67b34081f12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:23:55,317 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/a246b90b199844f1a58a7fecb04f605a used request id req-6595c152-7bbc-4e8d-b9e1-e67b34081f12 2019-01-20 13:23:55,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:23:55,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:23:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["OBQ-NfTsT4eu9rxiiMrhwQ"], "issued_at": "2019-01-20T13:23:55.000000Z"}} 2019-01-20 13:23:55,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2a7776a991bb8c1c1e1e036bb258b71675e2b0" 2019-01-20 13:23:55,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccc5accd-e823-4110-b3e3-4409062ed2e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:23:55,791 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ccc5accd-e823-4110-b3e3-4409062ed2e8 2019-01-20 13:23:55,792 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:23:55,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:23:56,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:23:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["F4Qc0B85Q2CIzMD45SZH7g"], "issued_at": "2019-01-20T13:23:56.000000Z"}} 2019-01-20 13:23:56,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b79e04936edb7a97efee3a1859ab78aec67263" 2019-01-20 13:23:56,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f11aa56-4f45-435c-ab58-fa4a4fde835e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:23:56,264 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4f11aa56-4f45-435c-ab58-fa4a4fde835e 2019-01-20 13:23:56,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:23:56,274 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:23: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:23:56,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b79e04936edb7a97efee3a1859ab78aec67263" 2019-01-20 13:23:56,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dfdbec7-ab81-45b0-80db-1450a6e7e2ab Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:23:56,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj used request id req-5dfdbec7-ab81-45b0-80db-1450a6e7e2ab 2019-01-20 13:23:56,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b79e04936edb7a97efee3a1859ab78aec67263" 2019-01-20 13:23:56,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7648b666-9357-47c1-9892-31dfb1b341e1 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:23:56,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-7648b666-9357-47c1-9892-31dfb1b341e1 2019-01-20 13:23:56,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b79e04936edb7a97efee3a1859ab78aec67263" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj"}}' 2019-01-20 13:23:56,509 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:23:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6064f34d-80bf-42de-a98d-7b45aefd213f Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/17190821fa554a8298f7fa05f1cf202a"}, "enabled": true, "id": "17190821fa554a8298f7fa05f1cf202a", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj"}} 2019-01-20 13:23:56,509 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-6064f34d-80bf-42de-a98d-7b45aefd213f 2019-01-20 13:23:56,509 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj 2019-01-20 13:23:56,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:23:56,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:23:56,899 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:23:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["vkkgtjhJRjuyy-yTktwydw"], "issued_at": "2019-01-20T13:23:56.000000Z"}} 2019-01-20 13:23:56,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac9f6f4db045f3f4a88596104ade2f8e223bd61" 2019-01-20 13:23:56,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-472a2b96-1abb-495d-ba4d-4956a936292c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:23:56,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-472a2b96-1abb-495d-ba4d-4956a936292c 2019-01-20 13:23:56,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:23:56,988 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:23: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:23:56,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac9f6f4db045f3f4a88596104ade2f8e223bd61" 2019-01-20 13:23:57,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16e7c43e-fcbf-4d2b-8d64-50bb44a81460 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:23:57,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-16e7c43e-fcbf-4d2b-8d64-50bb44a81460 2019-01-20 13:23:57,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac9f6f4db045f3f4a88596104ade2f8e223bd61" 2019-01-20 13:23:57,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef1943db-4011-4a6d-9d67-24c8730f0faf Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/17190821fa554a8298f7fa05f1cf202a"}, "enabled": true, "id": "17190821fa554a8298f7fa05f1cf202a", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj"}]} 2019-01-20 13:23:57,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj used request id req-ef1943db-4011-4a6d-9d67-24c8730f0faf 2019-01-20 13:23:57,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac9f6f4db045f3f4a88596104ade2f8e223bd61" 2019-01-20 13:23:57,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8f0e147-6ffd-4c81-8b0e-b49b9c87c0a1 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:23:57,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-c8f0e147-6ffd-4c81-8b0e-b49b9c87c0a1 2019-01-20 13:23:57,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac9f6f4db045f3f4a88596104ade2f8e223bd61" 2019-01-20 13:23:57,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b44e1c4-5a3b-4653-a0d5-2b6dc2473d2d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:23:57,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-7b44e1c4-5a3b-4653-a0d5-2b6dc2473d2d 2019-01-20 13:23:57,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac9f6f4db045f3f4a88596104ade2f8e223bd61" 2019-01-20 13:23:57,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91bb112e-8581-4a10-a1d1-dfc93f692886 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/17190821fa554a8298f7fa05f1cf202a"}, "enabled": true, "id": "17190821fa554a8298f7fa05f1cf202a", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj"}]} 2019-01-20 13:23:57,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj used request id req-91bb112e-8581-4a10-a1d1-dfc93f692886 2019-01-20 13:23:57,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/0d962b7eb7bc4a75aa4792cd86127d6e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac9f6f4db045f3f4a88596104ade2f8e223bd61" 2019-01-20 13:23:57,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef8273e1-1349-46b1-9ae9-68836b365035 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-2d6b1b83-e0c7-40f-user", "links": {"self": "http://172.30.9.22:5000/v3/users/0d962b7eb7bc4a75aa4792cd86127d6e"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "17190821fa554a8298f7fa05f1cf202a", "id": "0d962b7eb7bc4a75aa4792cd86127d6e", "password_expires_at": null}} 2019-01-20 13:23:57,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/0d962b7eb7bc4a75aa4792cd86127d6e used request id req-ef8273e1-1349-46b1-9ae9-68836b365035 2019-01-20 13:23:57,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/17190821fa554a8298f7fa05f1cf202a/users/0d962b7eb7bc4a75aa4792cd86127d6e/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac9f6f4db045f3f4a88596104ade2f8e223bd61" 2019-01-20 13:23:58,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d00debb8-997a-48d2-a0f8-b9762c38f1d4 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/17190821fa554a8298f7fa05f1cf202a/users/0d962b7eb7bc4a75aa4792cd86127d6e/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 13:23:58,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/17190821fa554a8298f7fa05f1cf202a/users/0d962b7eb7bc4a75aa4792cd86127d6e/roles used request id req-d00debb8-997a-48d2-a0f8-b9762c38f1d4 2019-01-20 13:23:58,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac9f6f4db045f3f4a88596104ade2f8e223bd61" 2019-01-20 13:23:58,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9601b7b8-25e2-4d9e-bff7-2ee3d8590c66 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "domain_id": null, "name": "heat_stack_owner", "id": "8faca84f8c574391a4e761c020358bea"}} 2019-01-20 13:23:58,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea used request id req-9601b7b8-25e2-4d9e-bff7-2ee3d8590c66 2019-01-20 13:23:58,100 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj 2019-01-20 13:23:58,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/17190821fa554a8298f7fa05f1cf202a/users/0d962b7eb7bc4a75aa4792cd86127d6e/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac9f6f4db045f3f4a88596104ade2f8e223bd61" 2019-01-20 13:23:58,235 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:23:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38270867-7219-45d7-adfe-0610b88e50b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:23:58,236 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/17190821fa554a8298f7fa05f1cf202a/users/0d962b7eb7bc4a75aa4792cd86127d6e/roles/8faca84f8c574391a4e761c020358bea used request id req-38270867-7219-45d7-adfe-0610b88e50b0 2019-01-20 13:23:58,236 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-2d6b1b83-e0c7-40f-user 2019-01-20 13:23:58,236 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:23:58,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b79e04936edb7a97efee3a1859ab78aec67263" 2019-01-20 13:23:58,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-665ce3f8-1874-4282-8e7d-fb814aaccd36 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:23:58,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-665ce3f8-1874-4282-8e7d-fb814aaccd36 2019-01-20 13:23:58,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b79e04936edb7a97efee3a1859ab78aec67263" -d '{"role": {"name": "CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj-role"}}' 2019-01-20 13:23:58,436 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:23:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81f0f2a9-d6cb-4892-b496-ee61b5d910f5 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fa87215754a047cb86b7368aded0c499", "links": {"self": "http://172.30.9.22:5000/v3/roles/fa87215754a047cb86b7368aded0c499"}, "name": "CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj-role"}} 2019-01-20 13:23:58,437 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-81f0f2a9-d6cb-4892-b496-ee61b5d910f5 2019-01-20 13:23:58,437 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj-role 2019-01-20 13:23:58,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/fa87215754a047cb86b7368aded0c499 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b79e04936edb7a97efee3a1859ab78aec67263" 2019-01-20 13:23:58,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-135f7e16-21c6-431a-9368-c7bc96d7078e Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/fa87215754a047cb86b7368aded0c499"}, "domain_id": null, "name": "CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj-role", "id": "fa87215754a047cb86b7368aded0c499"}} 2019-01-20 13:23:58,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/fa87215754a047cb86b7368aded0c499 used request id req-135f7e16-21c6-431a-9368-c7bc96d7078e 2019-01-20 13:23:58,529 - keystone_utils - INFO - Granting role CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj-role to project CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj 2019-01-20 13:23:58,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/17190821fa554a8298f7fa05f1cf202a/users/0d962b7eb7bc4a75aa4792cd86127d6e/roles/fa87215754a047cb86b7368aded0c499 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b79e04936edb7a97efee3a1859ab78aec67263" 2019-01-20 13:23:58,660 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:23:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15405847-d5d4-49f2-9a11-9235120d9bab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:23:58,661 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/17190821fa554a8298f7fa05f1cf202a/users/0d962b7eb7bc4a75aa4792cd86127d6e/roles/fa87215754a047cb86b7368aded0c499 used request id req-15405847-d5d4-49f2-9a11-9235120d9bab 2019-01-20 13:23:58,661 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:23:58,661 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:23:58,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:23:58,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:23:59,044 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa87215754a047cb86b7368aded0c499", "name": "CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj-role"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:23:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "17190821fa554a8298f7fa05f1cf202a", "name": "CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/17190821fa554a8298f7fa05f1cf202a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/17190821fa554a8298f7fa05f1cf202a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/17190821fa554a8298f7fa05f1cf202a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/17190821fa554a8298f7fa05f1cf202a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/17190821fa554a8298f7fa05f1cf202a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/17190821fa554a8298f7fa05f1cf202a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/17190821fa554a8298f7fa05f1cf202a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/17190821fa554a8298f7fa05f1cf202a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/17190821fa554a8298f7fa05f1cf202a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/17190821fa554a8298f7fa05f1cf202a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/17190821fa554a8298f7fa05f1cf202a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-2d6b1b83-e0c7-40f-user", "id": "0d962b7eb7bc4a75aa4792cd86127d6e"}, "audit_ids": ["_9UZqBK2QYy8wQq_Mrf03Q"], "issued_at": "2019-01-20T13:23:59.000000Z"}} 2019-01-20 13:23:59,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8521e22053ae3d3809e374f9082c9830eac2370" 2019-01-20 13:23:59,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:23:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a03529f4-1595-44c3-acf1-415f06e191ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:23:59,128 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a03529f4-1595-44c3-acf1-415f06e191ab 2019-01-20 13:23:59,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8521e22053ae3d3809e374f9082c9830eac2370" 2019-01-20 13:23:59,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-2596f70f-50c8-4bd6-876f-b1cf3820ff9e Date: Sun, 20 Jan 2019 13:23:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-image"} 2019-01-20 13:23:59,316 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-image used request id req-2596f70f-50c8-4bd6-876f-b1cf3820ff9e 2019-01-20 13:23:59,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8521e22053ae3d3809e374f9082c9830eac2370" 2019-01-20 13:23:59,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b82f633e-3982-4c2c-adb4-2266e96f62e7 Date: Sun, 20 Jan 2019 13:23:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 13:23:59,473 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-b82f633e-3982-4c2c-adb4-2266e96f62e7 2019-01-20 13:23:59,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f8521e22053ae3d3809e374f9082c9830eac2370" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-image"}' 2019-01-20 13:23:59,707 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/c0419930-3ad8-4d3d-92d1-d7634a280a04 X-Openstack-Request-Id: req-c791610a-0d10-4c0c-ac64-4cdff28c2345 Date: Sun, 20 Jan 2019 13:23:59 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:23:59Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:23:59Z", "visibility": "shared", "locations": [], "self": "/v2/images/c0419930-3ad8-4d3d-92d1-d7634a280a04", "min_disk": 0, "protected": false, "id": "c0419930-3ad8-4d3d-92d1-d7634a280a04", "file": "/v2/images/c0419930-3ad8-4d3d-92d1-d7634a280a04/file", "checksum": null, "owner": "17190821fa554a8298f7fa05f1cf202a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:23:59,708 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-c791610a-0d10-4c0c-ac64-4cdff28c2345 2019-01-20 13:23:59,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/c0419930-3ad8-4d3d-92d1-d7634a280a04/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8521e22053ae3d3809e374f9082c9830eac2370" -d '' 2019-01-20 13:24:00,739 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-40f7cc64-431e-4741-8e5f-7fb1622cb848 Date: Sun, 20 Jan 2019 13:24:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:24:00,740 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/c0419930-3ad8-4d3d-92d1-d7634a280a04/file used request id req-40f7cc64-431e-4741-8e5f-7fb1622cb848 2019-01-20 13:24:00,740 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:24:00,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/c0419930-3ad8-4d3d-92d1-d7634a280a04 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8521e22053ae3d3809e374f9082c9830eac2370" 2019-01-20 13:24:00,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-96195e2a-8da5-43b6-b147-a039ccf908af Date: Sun, 20 Jan 2019 13:24:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:23:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:24:00Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c0419930-3ad8-4d3d-92d1-d7634a280a04/snap", "metadata": {}}], "self": "/v2/images/c0419930-3ad8-4d3d-92d1-d7634a280a04", "min_disk": 0, "protected": false, "id": "c0419930-3ad8-4d3d-92d1-d7634a280a04", "file": "/v2/images/c0419930-3ad8-4d3d-92d1-d7634a280a04/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "17190821fa554a8298f7fa05f1cf202a", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c0419930-3ad8-4d3d-92d1-d7634a280a04/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:24:00,913 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/c0419930-3ad8-4d3d-92d1-d7634a280a04 used request id req-96195e2a-8da5-43b6-b147-a039ccf908af 2019-01-20 13:24:00,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8521e22053ae3d3809e374f9082c9830eac2370" 2019-01-20 13:24:01,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d6bf281e-1dd5-4b3c-b8aa-1ef2be1952f1 Date: Sun, 20 Jan 2019 13:24: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"}}} 2019-01-20 13:24:01,079 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-d6bf281e-1dd5-4b3c-b8aa-1ef2be1952f1 2019-01-20 13:24:01,082 - create_image - INFO - Created image with name - CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-image 2019-01-20 13:24:01,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/c0419930-3ad8-4d3d-92d1-d7634a280a04 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8521e22053ae3d3809e374f9082c9830eac2370" 2019-01-20 13:24:01,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-142daec7-d718-4aa0-9656-785de2c90b92 Date: Sun, 20 Jan 2019 13:24:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:23:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:24:00Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c0419930-3ad8-4d3d-92d1-d7634a280a04/snap", "metadata": {}}], "self": "/v2/images/c0419930-3ad8-4d3d-92d1-d7634a280a04", "min_disk": 0, "protected": false, "id": "c0419930-3ad8-4d3d-92d1-d7634a280a04", "file": "/v2/images/c0419930-3ad8-4d3d-92d1-d7634a280a04/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "17190821fa554a8298f7fa05f1cf202a", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c0419930-3ad8-4d3d-92d1-d7634a280a04/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:24:01,264 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/c0419930-3ad8-4d3d-92d1-d7634a280a04 used request id req-142daec7-d718-4aa0-9656-785de2c90b92 2019-01-20 13:24:01,265 - create_image - DEBUG - Instance status is - active 2019-01-20 13:24:01,265 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-image 2019-01-20 13:24:01,265 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-image 2019-01-20 13:24:01,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:24:01,266 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:24:01,641 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:24:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["tDUqlKtQTYa_626SW9TDSA"], "issued_at": "2019-01-20T13:24:01.000000Z"}} 2019-01-20 13:24:01,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d0f74014f1f5787cb4b09705109f08ccf4d985" 2019-01-20 13:24:01,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff2afedf-c111-47a1-bea7-1a6f11daa998 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:24:01,726 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ff2afedf-c111-47a1-bea7-1a6f11daa998 2019-01-20 13:24:01,727 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:24:01,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d0f74014f1f5787cb4b09705109f08ccf4d985" 2019-01-20 13:24:01,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24: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-476a5839-9aea-42bc-b37f-cd0dfa9baa3b x-compute-request-id: req-476a5839-9aea-42bc-b37f-cd0dfa9baa3b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:24:01,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-476a5839-9aea-42bc-b37f-cd0dfa9baa3b 2019-01-20 13:24:01,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d0f74014f1f5787cb4b09705109f08ccf4d985" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:24:01,988 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24: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-96e0609d-e3c7-42df-857c-40e3cd4f970a x-compute-request-id: req-96e0609d-e3c7-42df-857c-40e3cd4f970a Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/bd290a3d-a273-4c8e-8eb0-e16e995061d9", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/bd290a3d-a273-4c8e-8eb0-e16e995061d9", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "bd290a3d-a273-4c8e-8eb0-e16e995061d9", "name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:24:01,988 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-96e0609d-e3c7-42df-857c-40e3cd4f970a 2019-01-20 13:24:01,989 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:24:01,990 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:24:02,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa87215754a047cb86b7368aded0c499", "name": "CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj-role"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:24:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "17190821fa554a8298f7fa05f1cf202a", "name": "CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/17190821fa554a8298f7fa05f1cf202a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/17190821fa554a8298f7fa05f1cf202a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/17190821fa554a8298f7fa05f1cf202a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/17190821fa554a8298f7fa05f1cf202a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/17190821fa554a8298f7fa05f1cf202a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/17190821fa554a8298f7fa05f1cf202a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/17190821fa554a8298f7fa05f1cf202a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/17190821fa554a8298f7fa05f1cf202a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/17190821fa554a8298f7fa05f1cf202a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/17190821fa554a8298f7fa05f1cf202a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/17190821fa554a8298f7fa05f1cf202a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-2d6b1b83-e0c7-40f-user", "id": "0d962b7eb7bc4a75aa4792cd86127d6e"}, "audit_ids": ["K1yOmoMrTBeEDFzVsfrwog"], "issued_at": "2019-01-20T13:24:02.000000Z"}} 2019-01-20 13:24:02,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1776bf328e98239622d8aa5e2b4a0adb49e7db96" 2019-01-20 13:24:02,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bbac41e-95b5-4290-9695-88c337bc0fcd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:24:02,454 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7bbac41e-95b5-4290-9695-88c337bc0fcd 2019-01-20 13:24:02,456 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:24:02,459 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:24:02,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1776bf328e98239622d8aa5e2b4a0adb49e7db96" 2019-01-20 13:24:02,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:02 GMT Server: Apache x-openstack-request-id: req-a3db15d4-5317-4b1d-8775-e21b82eef4eb Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-20 13:24:02,650 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack used request id req-a3db15d4-5317-4b1d-8775-e21b82eef4eb 2019-01-20 13:24:02,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1776bf328e98239622d8aa5e2b4a0adb49e7db96" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-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-1b6f1946-d522-4873-8186-6ba57114a00d-net", "inst_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-inst", "subnet_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-subnet", "image_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-image", "flavor_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-flavor-name"}}' 2019-01-20 13:24:05,376 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:24:02 GMT Server: Apache x-openstack-request-id: req-c503b4a3-7276-4f9e-90e3-7dd3e9160537 Location: http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf", "links": [{"href": "http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf", "rel": "self"}]}} 2019-01-20 13:24:05,376 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks used request id req-c503b4a3-7276-4f9e-90e3-7dd3e9160537 2019-01-20 13:24:05,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1776bf328e98239622d8aa5e2b4a0adb49e7db96" 2019-01-20 13:24:05,551 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:05 GMT Server: Apache x-openstack-request-id: req-b2e0ac7b-7710-471f-80de-b0ec7d7e5e2f Location: http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:05,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:05 GMT Server: Apache x-openstack-request-id: req-acf759bf-dac4-4b26-8cae-eaae6a1ab321 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": "17190821fa554a8298f7fa05f1cf202a", "OS::stack_id": "8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack", "image_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-image", "inst_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-inst", "subnet_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-subnet", "net_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-net", "flavor_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack", "stack_user_project_id": "39fc536269c3440089a837f96919112e", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:24:04Z", "links": [{"href": "http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:24:05,726 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf used request id req-acf759bf-dac4-4b26-8cae-eaae6a1ab321 2019-01-20 13:24:05,726 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack 2019-01-20 13:24:05,726 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2019-01-20 13:24:05,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1776bf328e98239622d8aa5e2b4a0adb49e7db96" 2019-01-20 13:24:05,908 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:05 GMT Server: Apache x-openstack-request-id: req-4a5c7c85-05cf-491e-a4d6-4794c2c93785 Location: http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:06,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:05 GMT Server: Apache x-openstack-request-id: req-8f26eec5-3c44-4990-b452-cd2d0c19d4fd 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": "17190821fa554a8298f7fa05f1cf202a", "OS::stack_id": "8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack", "image_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-image", "inst_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-inst", "subnet_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-subnet", "net_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-net", "flavor_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack", "stack_user_project_id": "39fc536269c3440089a837f96919112e", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:24:04Z", "links": [{"href": "http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:24:06,094 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf used request id req-8f26eec5-3c44-4990-b452-cd2d0c19d4fd 2019-01-20 13:24:06,094 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2019-01-20 13:24:06,094 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack 2019-01-20 13:24:06,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1776bf328e98239622d8aa5e2b4a0adb49e7db96" 2019-01-20 13:24:06,123 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:06 GMT Server: Apache x-openstack-request-id: req-9c9b2252-ed08-4bef-88fa-504730e7b982 Location: http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:06,337 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:24:06 GMT Server: Apache x-openstack-request-id: req-1209b29e-3c8e-4270-b4a7-847c06bcd2e0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:24:06,337 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf used request id req-1209b29e-3c8e-4270-b4a7-847c06bcd2e0 2019-01-20 13:24:06,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1776bf328e98239622d8aa5e2b4a0adb49e7db96" 2019-01-20 13:24:06,883 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:06 GMT Server: Apache x-openstack-request-id: req-05589a0d-8eae-49e1-b1c1-14a17a993b5b Location: http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:06,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:06 GMT Server: Apache x-openstack-request-id: req-a6a66bfa-c182-47ee-b60f-87148ff60ed6 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": "17190821fa554a8298f7fa05f1cf202a", "OS::stack_id": "8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack", "image_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-image", "inst_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-inst", "subnet_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-subnet", "net_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-net", "flavor_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack", "stack_user_project_id": "39fc536269c3440089a837f96919112e", "stack_status_reason": "Stack CREATE cancelled", "creation_time": "2019-01-20T13:24:04Z", "links": [{"href": "http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_FAILED", "stack_owner": null, "updated_time": null, "id": "8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:24:06,927 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf used request id req-a6a66bfa-c182-47ee-b60f-87148ff60ed6 2019-01-20 13:24:06,927 - create_stack - DEBUG - Stack status is - CREATE_FAILED 2019-01-20 13:24:06,928 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:24:09,931 - create_stack - DEBUG - Stack status query timeout in 1196.40680504 2019-01-20 13:24:09,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1776bf328e98239622d8aa5e2b4a0adb49e7db96" 2019-01-20 13:24:10,124 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:09 GMT Server: Apache x-openstack-request-id: req-1a7ba49f-77a4-4fd0-b4ba-733aed414b43 Location: http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:10,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:10 GMT Server: Apache x-openstack-request-id: req-3963177c-02bc-4c96-b8bf-2b419eff713c 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": "17190821fa554a8298f7fa05f1cf202a", "OS::stack_id": "8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack", "image_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-image", "inst_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-inst", "subnet_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-subnet", "net_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-net", "flavor_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack", "stack_user_project_id": "39fc536269c3440089a837f96919112e", "stack_status_reason": "Stack CREATE cancelled", "creation_time": "2019-01-20T13:24:04Z", "links": [{"href": "http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_FAILED", "stack_owner": null, "updated_time": null, "id": "8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:24:10,320 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf used request id req-3963177c-02bc-4c96-b8bf-2b419eff713c 2019-01-20 13:24:10,320 - create_stack - DEBUG - Stack status is - CREATE_FAILED 2019-01-20 13:24:10,320 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:24:13,324 - create_stack - DEBUG - Stack status query timeout in 1193.01393008 2019-01-20 13:24:13,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1776bf328e98239622d8aa5e2b4a0adb49e7db96" 2019-01-20 13:24:13,507 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:13 GMT Server: Apache x-openstack-request-id: req-c9a74f68-f735-40aa-bd8f-e962e4946c29 Location: http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:13,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:13 GMT Server: Apache x-openstack-request-id: req-cae9f49c-c80f-43e2-819f-73cac288ff2b 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": "17190821fa554a8298f7fa05f1cf202a", "OS::stack_id": "8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack", "image_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-image", "inst_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-inst", "subnet_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-subnet", "flavor_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-flavor-name", "net_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack", "stack_user_project_id": "39fc536269c3440089a837f96919112e", "tags": null, "creation_time": "2019-01-20T13:24:04Z", "links": [{"href": "http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:24:11Z", "id": "8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:24:13,533 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf used request id req-cae9f49c-c80f-43e2-819f-73cac288ff2b 2019-01-20 13:24:13,533 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:24:13,533 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:24:16,537 - create_stack - DEBUG - Stack status query timeout in 1189.80087495 2019-01-20 13:24:16,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1776bf328e98239622d8aa5e2b4a0adb49e7db96" 2019-01-20 13:24:17,090 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:16 GMT Server: Apache x-openstack-request-id: req-3e4e2ee6-71c7-4186-a977-757f8ed47f5a Location: http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:17,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:17 GMT Server: Apache x-openstack-request-id: req-eff10f96-b876-434a-8b99-1ad35c9cc79b 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": "17190821fa554a8298f7fa05f1cf202a", "OS::stack_id": "8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack", "image_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-image", "inst_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-inst", "subnet_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-subnet", "flavor_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-flavor-name", "net_name": "CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-net"}, "deletion_time": "2019-01-20T13:24:15Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack", "stack_user_project_id": "39fc536269c3440089a837f96919112e", "tags": null, "creation_time": "2019-01-20T13:24:04Z", "links": [{"href": "http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-20T13:24:11Z", "id": "8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:24:17,132 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf used request id req-eff10f96-b876-434a-8b99-1ad35c9cc79b 2019-01-20 13:24:17,132 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-20 13:24:17,132 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack 2019-01-20 13:24:17,133 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack 2019-01-20 13:24:17,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1776bf328e98239622d8aa5e2b4a0adb49e7db96" 2019-01-20 13:24:17,302 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:17 GMT Server: Apache x-openstack-request-id: req-93656095-1615-4ecf-bc92-fd5f76225459 Location: http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:17,484 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:24:17 GMT Server: Apache x-openstack-request-id: req-04f783c4-a33a-4f4c-923a-834c8da9e58e Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-20 13:24:17,485 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/17190821fa554a8298f7fa05f1cf202a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-stack/8a1fcc8e-5caa-40e8-8f63-8d1e216da7bf used request id req-04f783c4-a33a-4f4c-923a-834c8da9e58e 2019-01-20 13:24:17,486 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-1b6f1946-d522-4873-8186-6ba57114a00d-image 2019-01-20 13:24:17,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/c0419930-3ad8-4d3d-92d1-d7634a280a04 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f8521e22053ae3d3809e374f9082c9830eac2370" 2019-01-20 13:24:18,640 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b660a76f-2bc4-4817-a0df-bd948cb6b865 Date: Sun, 20 Jan 2019 13:24:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:24:18,640 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/c0419930-3ad8-4d3d-92d1-d7634a280a04 used request id req-b660a76f-2bc4-4817-a0df-bd948cb6b865 2019-01-20 13:24:18,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/bd290a3d-a273-4c8e-8eb0-e16e995061d9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6d0f74014f1f5787cb4b09705109f08ccf4d985" 2019-01-20 13:24:18,696 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-cf8400dd-1782-4ed0-8af0-a85971106b1c x-compute-request-id: req-cf8400dd-1782-4ed0-8af0-a85971106b1c Content-Length: 0 Content-Type: application/json 2019-01-20 13:24:18,696 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/bd290a3d-a273-4c8e-8eb0-e16e995061d9 used request id req-cf8400dd-1782-4ed0-8af0-a85971106b1c 2019-01-20 13:24:18,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b79e04936edb7a97efee3a1859ab78aec67263" 2019-01-20 13:24:18,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-8fbe8614-e446-457d-8104-371019552819 Date: Sun, 20 Jan 2019 13:24:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "17190821fa554a8298f7fa05f1cf202a", "created_at": "2019-01-20T13:24:05Z", "updated_at": "2019-01-20T13:24:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:24:05Z", "revision_number": 0, "id": "266e8ad0-7fee-418a-8f1f-43063b01bdda", "remote_group_id": "a1e0b98a-6ccf-4fd0-bd6f-2e53d4ba49a8", "remote_ip_prefix": null, "created_at": "2019-01-20T13:24:05Z", "security_group_id": "a1e0b98a-6ccf-4fd0-bd6f-2e53d4ba49a8", "tenant_id": "17190821fa554a8298f7fa05f1cf202a", "port_range_min": null, "ethertype": "IPv6", "project_id": "17190821fa554a8298f7fa05f1cf202a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:24:05Z", "revision_number": 0, "id": "85cb3b13-12d9-49c5-8fce-d7b9a21872eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:24:05Z", "security_group_id": "a1e0b98a-6ccf-4fd0-bd6f-2e53d4ba49a8", "tenant_id": "17190821fa554a8298f7fa05f1cf202a", "port_range_min": null, "ethertype": "IPv4", "project_id": "17190821fa554a8298f7fa05f1cf202a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:24:05Z", "revision_number": 0, "id": "886654b3-ab8b-49b0-8e64-a34f53abf137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:24:05Z", "security_group_id": "a1e0b98a-6ccf-4fd0-bd6f-2e53d4ba49a8", "tenant_id": "17190821fa554a8298f7fa05f1cf202a", "port_range_min": null, "ethertype": "IPv6", "project_id": "17190821fa554a8298f7fa05f1cf202a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:24:05Z", "revision_number": 0, "id": "a234fadb-cf8c-4874-908c-d115f6cdbf86", "remote_group_id": "a1e0b98a-6ccf-4fd0-bd6f-2e53d4ba49a8", "remote_ip_prefix": null, "created_at": "2019-01-20T13:24:05Z", "security_group_id": "a1e0b98a-6ccf-4fd0-bd6f-2e53d4ba49a8", "tenant_id": "17190821fa554a8298f7fa05f1cf202a", "port_range_min": null, "ethertype": "IPv4", "project_id": "17190821fa554a8298f7fa05f1cf202a"}], "revision_number": 4, "project_id": "17190821fa554a8298f7fa05f1cf202a", "id": "a1e0b98a-6ccf-4fd0-bd6f-2e53d4ba49a8", "name": "default"}]} 2019-01-20 13:24:18,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-8fbe8614-e446-457d-8104-371019552819 2019-01-20 13:24:18,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b79e04936edb7a97efee3a1859ab78aec67263" 2019-01-20 13:24:19,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-299ef720-0c24-4d7b-af82-f4d1ca51390e 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:24:19,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-299ef720-0c24-4d7b-af82-f4d1ca51390e 2019-01-20 13:24:19,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b79e04936edb7a97efee3a1859ab78aec67263" 2019-01-20 13:24:19,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22937aa8-cbf7-41e6-9f5e-3c75dd789d81 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:24:19,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-22937aa8-cbf7-41e6-9f5e-3c75dd789d81 2019-01-20 13:24:19,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b79e04936edb7a97efee3a1859ab78aec67263" 2019-01-20 13:24:19,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dde8009-0d10-45f4-9035-420049abb861 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:24:19,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-9dde8009-0d10-45f4-9035-420049abb861 2019-01-20 13:24:19,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/17190821fa554a8298f7fa05f1cf202a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b79e04936edb7a97efee3a1859ab78aec67263" 2019-01-20 13:24:19,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e82878ee-0fb8-49d5-880d-42545b99207f Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/17190821fa554a8298f7fa05f1cf202a"}, "enabled": true, "id": "17190821fa554a8298f7fa05f1cf202a", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj"}} 2019-01-20 13:24:19,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/17190821fa554a8298f7fa05f1cf202a used request id req-e82878ee-0fb8-49d5-880d-42545b99207f 2019-01-20 13:24:19,268 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a1e0b98a-6ccf-4fd0-bd6f-2e53d4ba49a8 2019-01-20 13:24:19,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a1e0b98a-6ccf-4fd0-bd6f-2e53d4ba49a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b79e04936edb7a97efee3a1859ab78aec67263" 2019-01-20 13:24:19,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-81fefd54-07d1-4b9e-8f98-9acb9b498759 Date: Sun, 20 Jan 2019 13:24:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "a1e0b98a-6ccf-4fd0-bd6f-2e53d4ba49a8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:24:05Z", "security_group_id": "a1e0b98a-6ccf-4fd0-bd6f-2e53d4ba49a8", "port_range_min": null, "revision_number": 0, "tenant_id": "17190821fa554a8298f7fa05f1cf202a", "created_at": "2019-01-20T13:24:05Z", "project_id": "17190821fa554a8298f7fa05f1cf202a", "id": "266e8ad0-7fee-418a-8f1f-43063b01bdda"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:24:05Z", "security_group_id": "a1e0b98a-6ccf-4fd0-bd6f-2e53d4ba49a8", "port_range_min": null, "revision_number": 0, "tenant_id": "17190821fa554a8298f7fa05f1cf202a", "created_at": "2019-01-20T13:24:05Z", "project_id": "17190821fa554a8298f7fa05f1cf202a", "id": "85cb3b13-12d9-49c5-8fce-d7b9a21872eb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:24:05Z", "security_group_id": "a1e0b98a-6ccf-4fd0-bd6f-2e53d4ba49a8", "port_range_min": null, "revision_number": 0, "tenant_id": "17190821fa554a8298f7fa05f1cf202a", "created_at": "2019-01-20T13:24:05Z", "project_id": "17190821fa554a8298f7fa05f1cf202a", "id": "886654b3-ab8b-49b0-8e64-a34f53abf137"}, {"remote_group_id": "a1e0b98a-6ccf-4fd0-bd6f-2e53d4ba49a8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:24:05Z", "security_group_id": "a1e0b98a-6ccf-4fd0-bd6f-2e53d4ba49a8", "port_range_min": null, "revision_number": 0, "tenant_id": "17190821fa554a8298f7fa05f1cf202a", "created_at": "2019-01-20T13:24:05Z", "project_id": "17190821fa554a8298f7fa05f1cf202a", "id": "a234fadb-cf8c-4874-908c-d115f6cdbf86"}]} 2019-01-20 13:24:19,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=a1e0b98a-6ccf-4fd0-bd6f-2e53d4ba49a8 used request id req-81fefd54-07d1-4b9e-8f98-9acb9b498759 2019-01-20 13:24:19,451 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:24:19,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/a1e0b98a-6ccf-4fd0-bd6f-2e53d4ba49a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b79e04936edb7a97efee3a1859ab78aec67263" 2019-01-20 13:24:19,754 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-deb7d9fd-e527-437a-9d1c-6e7f6763271a Content-Length: 0 Date: Sun, 20 Jan 2019 13:24:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:24:19,754 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/a1e0b98a-6ccf-4fd0-bd6f-2e53d4ba49a8 used request id req-deb7d9fd-e527-437a-9d1c-6e7f6763271a 2019-01-20 13:24:19,755 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj 2019-01-20 13:24:19,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/17190821fa554a8298f7fa05f1cf202a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b79e04936edb7a97efee3a1859ab78aec67263" 2019-01-20 13:24:19,954 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:24:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61abc025-92d5-4bbd-b7ed-6e670a92b34c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:24:19,954 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/17190821fa554a8298f7fa05f1cf202a used request id req-61abc025-92d5-4bbd-b7ed-6e670a92b34c 2019-01-20 13:24:19,954 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-2d6b1b83-e0c7-40f-proj-role 2019-01-20 13:24:19,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/fa87215754a047cb86b7368aded0c499 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b79e04936edb7a97efee3a1859ab78aec67263" 2019-01-20 13:24:20,071 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:24:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d018a0eb-36a1-43b0-860c-a1e1f3a8c96f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:24:20,071 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/fa87215754a047cb86b7368aded0c499 used request id req-d018a0eb-36a1-43b0-860c-a1e1f3a8c96f 2019-01-20 13:24:20,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57b79e04936edb7a97efee3a1859ab78aec67263" 2019-01-20 13:24:20,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-473e7212-34db-4aa8-a92a-3a3e7d56f033 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:24:20,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-473e7212-34db-4aa8-a92a-3a3e7d56f033 2019-01-20 13:24:20,165 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-2d6b1b83-e0c7-40f-user 2019-01-20 13:24:20,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/0d962b7eb7bc4a75aa4792cd86127d6e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ac9f6f4db045f3f4a88596104ade2f8e223bd61" 2019-01-20 13:24:20,376 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:24:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0496b4c2-e861-408d-897a-4e397391da84 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:24:20,376 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/0d962b7eb7bc4a75aa4792cd86127d6e used request id req-0496b4c2-e861-408d-897a-4e397391da84 2019-01-20 13:24:20,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:24:20,753 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:24:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["1-rEesCMRKmfShUuZlxrGQ"], "issued_at": "2019-01-20T13:24:20.000000Z"}} 2019-01-20 13:24:20,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a3b5762dbd8a10dc6557036e46dca3562b51e93" 2019-01-20 13:24:20,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ad16255-2f0e-4fe9-ba8f-cbc1409039df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:24:20,839 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8ad16255-2f0e-4fe9-ba8f-cbc1409039df 2019-01-20 13:24:20,841 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:24:20,842 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:24:21,230 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:24:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ZWB22cBSQS--Pb5cLKv3rA"], "issued_at": "2019-01-20T13:24:21.000000Z"}} 2019-01-20 13:24:21,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a500413fc2c791cb7633c0e5c7aee22081063b" 2019-01-20 13:24:21,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13715f33-30dd-416f-97b1-d4e77955be13 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:24:21,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-13715f33-30dd-416f-97b1-d4e77955be13 2019-01-20 13:24:21,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:24:21,317 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:24: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:24:21,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-b05c81de-5d6b-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a500413fc2c791cb7633c0e5c7aee22081063b" 2019-01-20 13:24:21,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e32beb7d-f683-43d9-afcc-ab54337f77d8 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-b05c81de-5d6b-439-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:24:21,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-b05c81de-5d6b-439-proj used request id req-e32beb7d-f683-43d9-afcc-ab54337f77d8 2019-01-20 13:24:21,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a500413fc2c791cb7633c0e5c7aee22081063b" 2019-01-20 13:24:21,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08609796-2207-4f84-8956-6d542af65243 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:24:21,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-08609796-2207-4f84-8956-6d542af65243 2019-01-20 13:24:21,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a500413fc2c791cb7633c0e5c7aee22081063b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-b05c81de-5d6b-439-proj"}}' 2019-01-20 13:24:21,604 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:24:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-899804d2-c000-4697-9839-8e26f840f5b1 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/3770b2080d2942c1874f54a715539cce"}, "enabled": true, "id": "3770b2080d2942c1874f54a715539cce", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-b05c81de-5d6b-439-proj"}} 2019-01-20 13:24:21,604 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-899804d2-c000-4697-9839-8e26f840f5b1 2019-01-20 13:24:21,605 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-b05c81de-5d6b-439-proj 2019-01-20 13:24:21,605 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:24:21,606 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:24:21,999 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:24:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["vsMu4zt0SgaZiT0D3CpysA"], "issued_at": "2019-01-20T13:24:21.000000Z"}} 2019-01-20 13:24:21,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d113412c7244daffaf7bfa01015cc3b41661c96" 2019-01-20 13:24:22,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcea034d-449d-4bec-91f4-cedeab5fae1e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:24:22,078 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fcea034d-449d-4bec-91f4-cedeab5fae1e 2019-01-20 13:24:22,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:24:22,087 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:24: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:24:22,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d113412c7244daffaf7bfa01015cc3b41661c96" 2019-01-20 13:24:22,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd13b978-a865-4795-90aa-397d1402dfcf Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:24:22,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-dd13b978-a865-4795-90aa-397d1402dfcf 2019-01-20 13:24:22,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-b05c81de-5d6b-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d113412c7244daffaf7bfa01015cc3b41661c96" 2019-01-20 13:24:22,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3dc9413-625a-4ef0-be89-ed073d690f9b Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-b05c81de-5d6b-439-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/3770b2080d2942c1874f54a715539cce"}, "enabled": true, "id": "3770b2080d2942c1874f54a715539cce", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-b05c81de-5d6b-439-proj"}]} 2019-01-20 13:24:22,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-b05c81de-5d6b-439-proj used request id req-e3dc9413-625a-4ef0-be89-ed073d690f9b 2019-01-20 13:24:22,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d113412c7244daffaf7bfa01015cc3b41661c96" 2019-01-20 13:24:22,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bcd64c0-3d5e-4cc1-8c4f-a1aeff4a1006 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:24:22,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-7bcd64c0-3d5e-4cc1-8c4f-a1aeff4a1006 2019-01-20 13:24:22,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d113412c7244daffaf7bfa01015cc3b41661c96" 2019-01-20 13:24:22,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ee7f026-dc1f-44b0-a5f8-fb6957779cc9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:24:22,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-7ee7f026-dc1f-44b0-a5f8-fb6957779cc9 2019-01-20 13:24:22,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-b05c81de-5d6b-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d113412c7244daffaf7bfa01015cc3b41661c96" 2019-01-20 13:24:22,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4f6481c-6e9f-41c9-b53f-8893091c8e1b Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-b05c81de-5d6b-439-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/3770b2080d2942c1874f54a715539cce"}, "enabled": true, "id": "3770b2080d2942c1874f54a715539cce", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-b05c81de-5d6b-439-proj"}]} 2019-01-20 13:24:22,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-b05c81de-5d6b-439-proj used request id req-d4f6481c-6e9f-41c9-b53f-8893091c8e1b 2019-01-20 13:24:22,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/b5a5b21e4e0540b1886f348a5bf58b33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d113412c7244daffaf7bfa01015cc3b41661c96" 2019-01-20 13:24:22,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdba4e70-79b3-4efa-92be-e43f7e6a3ce2 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-b05c81de-5d6b-439-user", "links": {"self": "http://172.30.9.22:5000/v3/users/b5a5b21e4e0540b1886f348a5bf58b33"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "3770b2080d2942c1874f54a715539cce", "id": "b5a5b21e4e0540b1886f348a5bf58b33", "password_expires_at": null}} 2019-01-20 13:24:22,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/b5a5b21e4e0540b1886f348a5bf58b33 used request id req-fdba4e70-79b3-4efa-92be-e43f7e6a3ce2 2019-01-20 13:24:22,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/3770b2080d2942c1874f54a715539cce/users/b5a5b21e4e0540b1886f348a5bf58b33/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d113412c7244daffaf7bfa01015cc3b41661c96" 2019-01-20 13:24:23,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70077971-76b5-48f0-a4a8-8981dd8d1e36 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/3770b2080d2942c1874f54a715539cce/users/b5a5b21e4e0540b1886f348a5bf58b33/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 13:24:23,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/3770b2080d2942c1874f54a715539cce/users/b5a5b21e4e0540b1886f348a5bf58b33/roles used request id req-70077971-76b5-48f0-a4a8-8981dd8d1e36 2019-01-20 13:24:23,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d113412c7244daffaf7bfa01015cc3b41661c96" 2019-01-20 13:24:23,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52b6b376-25c8-41b6-8ac0-0a364614b267 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "domain_id": null, "name": "heat_stack_owner", "id": "8faca84f8c574391a4e761c020358bea"}} 2019-01-20 13:24:23,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea used request id req-52b6b376-25c8-41b6-8ac0-0a364614b267 2019-01-20 13:24:23,245 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-b05c81de-5d6b-439-proj 2019-01-20 13:24:23,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/3770b2080d2942c1874f54a715539cce/users/b5a5b21e4e0540b1886f348a5bf58b33/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d113412c7244daffaf7bfa01015cc3b41661c96" 2019-01-20 13:24:23,398 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:24:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78c15afa-cacd-4952-817a-b6904039102d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:24:23,398 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/3770b2080d2942c1874f54a715539cce/users/b5a5b21e4e0540b1886f348a5bf58b33/roles/8faca84f8c574391a4e761c020358bea used request id req-78c15afa-cacd-4952-817a-b6904039102d 2019-01-20 13:24:23,398 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-b05c81de-5d6b-439-user 2019-01-20 13:24:23,399 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:24:23,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a500413fc2c791cb7633c0e5c7aee22081063b" 2019-01-20 13:24:23,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6e63a9d-93a4-435a-985b-0d9d56262b01 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:24:23,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b6e63a9d-93a4-435a-985b-0d9d56262b01 2019-01-20 13:24:23,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a500413fc2c791cb7633c0e5c7aee22081063b" -d '{"role": {"name": "CreateStackSuccessTests-b05c81de-5d6b-439-proj-role"}}' 2019-01-20 13:24:23,592 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:24:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bdedc67-18aa-4ee0-a555-89b9d6ccbd8b Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fd3b94af9d2541b09de32e008f8d9284", "links": {"self": "http://172.30.9.22:5000/v3/roles/fd3b94af9d2541b09de32e008f8d9284"}, "name": "CreateStackSuccessTests-b05c81de-5d6b-439-proj-role"}} 2019-01-20 13:24:23,593 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-8bdedc67-18aa-4ee0-a555-89b9d6ccbd8b 2019-01-20 13:24:23,593 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-b05c81de-5d6b-439-proj-role 2019-01-20 13:24:23,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/fd3b94af9d2541b09de32e008f8d9284 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a500413fc2c791cb7633c0e5c7aee22081063b" 2019-01-20 13:24:23,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbfcc7c7-cc86-4cd5-bd24-a2552afbd564 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/fd3b94af9d2541b09de32e008f8d9284"}, "domain_id": null, "name": "CreateStackSuccessTests-b05c81de-5d6b-439-proj-role", "id": "fd3b94af9d2541b09de32e008f8d9284"}} 2019-01-20 13:24:23,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/fd3b94af9d2541b09de32e008f8d9284 used request id req-cbfcc7c7-cc86-4cd5-bd24-a2552afbd564 2019-01-20 13:24:23,686 - keystone_utils - INFO - Granting role CreateStackSuccessTests-b05c81de-5d6b-439-proj-role to project CreateStackSuccessTests-b05c81de-5d6b-439-proj 2019-01-20 13:24:23,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/3770b2080d2942c1874f54a715539cce/users/b5a5b21e4e0540b1886f348a5bf58b33/roles/fd3b94af9d2541b09de32e008f8d9284 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a500413fc2c791cb7633c0e5c7aee22081063b" 2019-01-20 13:24:23,834 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:24:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b72fe288-bba4-4e7a-a2df-e56499389bc6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:24:23,834 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/3770b2080d2942c1874f54a715539cce/users/b5a5b21e4e0540b1886f348a5bf58b33/roles/fd3b94af9d2541b09de32e008f8d9284 used request id req-b72fe288-bba4-4e7a-a2df-e56499389bc6 2019-01-20 13:24:23,834 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:24:23,835 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:24:23,835 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:24:23,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:24:24,222 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd3b94af9d2541b09de32e008f8d9284", "name": "CreateStackSuccessTests-b05c81de-5d6b-439-proj-role"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:24:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3770b2080d2942c1874f54a715539cce", "name": "CreateStackSuccessTests-b05c81de-5d6b-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/3770b2080d2942c1874f54a715539cce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/3770b2080d2942c1874f54a715539cce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/3770b2080d2942c1874f54a715539cce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/3770b2080d2942c1874f54a715539cce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/3770b2080d2942c1874f54a715539cce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/3770b2080d2942c1874f54a715539cce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/3770b2080d2942c1874f54a715539cce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/3770b2080d2942c1874f54a715539cce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/3770b2080d2942c1874f54a715539cce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/3770b2080d2942c1874f54a715539cce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/3770b2080d2942c1874f54a715539cce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-b05c81de-5d6b-439-user", "id": "b5a5b21e4e0540b1886f348a5bf58b33"}, "audit_ids": ["8QlsW8b5T0-mjcin1MgW0A"], "issued_at": "2019-01-20T13:24:24.000000Z"}} 2019-01-20 13:24:24,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bee2f21ca67b2ccb0025e2cda700b46305f428a1" 2019-01-20 13:24:24,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01dc315c-ec26-4b80-a04f-48565d081c92 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:24:24,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-01dc315c-ec26-4b80-a04f-48565d081c92 2019-01-20 13:24:24,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bee2f21ca67b2ccb0025e2cda700b46305f428a1" 2019-01-20 13:24:24,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-a0673d55-5913-44a0-a272-006a43e8d982 Date: Sun, 20 Jan 2019 13:24:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image"} 2019-01-20 13:24:24,504 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image used request id req-a0673d55-5913-44a0-a272-006a43e8d982 2019-01-20 13:24:24,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bee2f21ca67b2ccb0025e2cda700b46305f428a1" 2019-01-20 13:24:24,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a860bed0-5b74-4fb5-a75d-17075f6a7e2b Date: Sun, 20 Jan 2019 13:24: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"}}} 2019-01-20 13:24:24,650 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-a860bed0-5b74-4fb5-a75d-17075f6a7e2b 2019-01-20 13:24:24,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bee2f21ca67b2ccb0025e2cda700b46305f428a1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image"}' 2019-01-20 13:24:24,882 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/40a7ca4c-6cb9-4e22-accc-4f5990ba27ec X-Openstack-Request-Id: req-e7237509-9892-42ce-b372-b16f2fa552b5 Date: Sun, 20 Jan 2019 13:24:24 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:24:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:24:24Z", "visibility": "shared", "locations": [], "self": "/v2/images/40a7ca4c-6cb9-4e22-accc-4f5990ba27ec", "min_disk": 0, "protected": false, "id": "40a7ca4c-6cb9-4e22-accc-4f5990ba27ec", "file": "/v2/images/40a7ca4c-6cb9-4e22-accc-4f5990ba27ec/file", "checksum": null, "owner": "3770b2080d2942c1874f54a715539cce", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:24:24,882 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-e7237509-9892-42ce-b372-b16f2fa552b5 2019-01-20 13:24:24,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/40a7ca4c-6cb9-4e22-accc-4f5990ba27ec/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bee2f21ca67b2ccb0025e2cda700b46305f428a1" -d '' 2019-01-20 13:24:26,602 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-670bbe2d-47e6-4474-9b6d-27ce0dc893a7 Date: Sun, 20 Jan 2019 13:24:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:24:26,603 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/40a7ca4c-6cb9-4e22-accc-4f5990ba27ec/file used request id req-670bbe2d-47e6-4474-9b6d-27ce0dc893a7 2019-01-20 13:24:26,603 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:24:26,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/40a7ca4c-6cb9-4e22-accc-4f5990ba27ec -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bee2f21ca67b2ccb0025e2cda700b46305f428a1" 2019-01-20 13:24:26,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-f861e1e8-67f3-4043-94cb-d5b3d26b5f68 Date: Sun, 20 Jan 2019 13:24:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:24:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:24:26Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/40a7ca4c-6cb9-4e22-accc-4f5990ba27ec/snap", "metadata": {}}], "self": "/v2/images/40a7ca4c-6cb9-4e22-accc-4f5990ba27ec", "min_disk": 0, "protected": false, "id": "40a7ca4c-6cb9-4e22-accc-4f5990ba27ec", "file": "/v2/images/40a7ca4c-6cb9-4e22-accc-4f5990ba27ec/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3770b2080d2942c1874f54a715539cce", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/40a7ca4c-6cb9-4e22-accc-4f5990ba27ec/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:24:26,771 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/40a7ca4c-6cb9-4e22-accc-4f5990ba27ec used request id req-f861e1e8-67f3-4043-94cb-d5b3d26b5f68 2019-01-20 13:24:26,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bee2f21ca67b2ccb0025e2cda700b46305f428a1" 2019-01-20 13:24:26,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-75efdd20-4871-49b7-8a28-6f55f1314ecb Date: Sun, 20 Jan 2019 13:24: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"}}} 2019-01-20 13:24:26,933 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-75efdd20-4871-49b7-8a28-6f55f1314ecb 2019-01-20 13:24:26,935 - create_image - INFO - Created image with name - CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image 2019-01-20 13:24:26,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/40a7ca4c-6cb9-4e22-accc-4f5990ba27ec -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bee2f21ca67b2ccb0025e2cda700b46305f428a1" 2019-01-20 13:24:27,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-7d4fa238-1f3f-4480-84b6-4c3d0354819e Date: Sun, 20 Jan 2019 13:24:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:24:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:24:26Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/40a7ca4c-6cb9-4e22-accc-4f5990ba27ec/snap", "metadata": {}}], "self": "/v2/images/40a7ca4c-6cb9-4e22-accc-4f5990ba27ec", "min_disk": 0, "protected": false, "id": "40a7ca4c-6cb9-4e22-accc-4f5990ba27ec", "file": "/v2/images/40a7ca4c-6cb9-4e22-accc-4f5990ba27ec/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3770b2080d2942c1874f54a715539cce", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/40a7ca4c-6cb9-4e22-accc-4f5990ba27ec/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:24:27,094 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/40a7ca4c-6cb9-4e22-accc-4f5990ba27ec used request id req-7d4fa238-1f3f-4480-84b6-4c3d0354819e 2019-01-20 13:24:27,094 - create_image - DEBUG - Instance status is - active 2019-01-20 13:24:27,094 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image 2019-01-20 13:24:27,095 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image 2019-01-20 13:24:27,095 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:24:27,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:24:27,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:24:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["VIYj_XIrRseJXtQsCvNTdA"], "issued_at": "2019-01-20T13:24:27.000000Z"}} 2019-01-20 13:24:27,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e59439f1e138c29bba5025ff3773189151725c44" 2019-01-20 13:24:27,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9eb8d10-6617-4736-9869-8157cbd21de3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:24:27,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c9eb8d10-6617-4736-9869-8157cbd21de3 2019-01-20 13:24:27,558 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:24:27,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e59439f1e138c29bba5025ff3773189151725c44" 2019-01-20 13:24:27,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-ce470516-c039-4796-90c9-41dff898f7da x-compute-request-id: req-ce470516-c039-4796-90c9-41dff898f7da Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:24:27,747 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-ce470516-c039-4796-90c9-41dff898f7da 2019-01-20 13:24:27,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e59439f1e138c29bba5025ff3773189151725c44" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:24:27,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-331ea1b3-e46e-478a-86c6-c2287f12f1e4 x-compute-request-id: req-331ea1b3-e46e-478a-86c6-c2287f12f1e4 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/8d7a0eca-b1c2-458b-8007-7084e09b8f30", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/8d7a0eca-b1c2-458b-8007-7084e09b8f30", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8d7a0eca-b1c2-458b-8007-7084e09b8f30", "name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:24:27,808 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-331ea1b3-e46e-478a-86c6-c2287f12f1e4 2019-01-20 13:24:27,835 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:24:27,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:24:28,230 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd3b94af9d2541b09de32e008f8d9284", "name": "CreateStackSuccessTests-b05c81de-5d6b-439-proj-role"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:24:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3770b2080d2942c1874f54a715539cce", "name": "CreateStackSuccessTests-b05c81de-5d6b-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/3770b2080d2942c1874f54a715539cce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/3770b2080d2942c1874f54a715539cce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/3770b2080d2942c1874f54a715539cce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/3770b2080d2942c1874f54a715539cce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/3770b2080d2942c1874f54a715539cce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/3770b2080d2942c1874f54a715539cce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/3770b2080d2942c1874f54a715539cce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/3770b2080d2942c1874f54a715539cce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/3770b2080d2942c1874f54a715539cce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/3770b2080d2942c1874f54a715539cce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/3770b2080d2942c1874f54a715539cce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-b05c81de-5d6b-439-user", "id": "b5a5b21e4e0540b1886f348a5bf58b33"}, "audit_ids": ["QeGK3QkeQOyrBqGDJYM67Q"], "issued_at": "2019-01-20T13:24:28.000000Z"}} 2019-01-20 13:24:28,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdec6dcad12583748403bf6283833b585c65b2" 2019-01-20 13:24:28,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11e82bd1-527e-478f-8ba0-5b707f9e44f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:24:28,314 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-11e82bd1-527e-478f-8ba0-5b707f9e44f2 2019-01-20 13:24:28,315 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:24:28,317 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:24:28,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdec6dcad12583748403bf6283833b585c65b2" 2019-01-20 13:24:28,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:28 GMT Server: Apache x-openstack-request-id: req-f5b3f6a4-d067-4eb7-ad35-92cfe4a50f89 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-20 13:24:28,500 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack used request id req-f5b3f6a4-d067-4eb7-ad35-92cfe4a50f89 2019-01-20 13:24:28,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdec6dcad12583748403bf6283833b585c65b2" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-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-70fcdb06-d41c-4386-8a77-9c18c76f8a04-net", "inst_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-inst", "subnet_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-subnet", "image_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image", "flavor_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-flavor-name"}}' 2019-01-20 13:24:30,716 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:24:28 GMT Server: Apache x-openstack-request-id: req-531af44d-ac62-424b-a37e-8c75ce31ba47 Location: http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "df99972d-5c6a-408e-91e6-8147a18567aa", "links": [{"href": "http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa", "rel": "self"}]}} 2019-01-20 13:24:30,716 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks used request id req-531af44d-ac62-424b-a37e-8c75ce31ba47 2019-01-20 13:24:30,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/df99972d-5c6a-408e-91e6-8147a18567aa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdec6dcad12583748403bf6283833b585c65b2" 2019-01-20 13:24:30,893 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:30 GMT Server: Apache x-openstack-request-id: req-bb20bdcb-36be-4d9c-a17c-715ef55457e8 Location: http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:31,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:30 GMT Server: Apache x-openstack-request-id: req-7f0f8b0f-97f0-4abb-8356-cfad52fd08b8 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": "3770b2080d2942c1874f54a715539cce", "OS::stack_id": "df99972d-5c6a-408e-91e6-8147a18567aa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "image_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image", "inst_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-inst", "subnet_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-subnet", "net_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-net", "flavor_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "stack_user_project_id": "df1d9e562cdf44a0a5ba09b706c7785b", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:24:30Z", "links": [{"href": "http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "df99972d-5c6a-408e-91e6-8147a18567aa", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:24:31,074 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa used request id req-7f0f8b0f-97f0-4abb-8356-cfad52fd08b8 2019-01-20 13:24:31,075 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack 2019-01-20 13:24:31,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/df99972d-5c6a-408e-91e6-8147a18567aa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdec6dcad12583748403bf6283833b585c65b2" 2019-01-20 13:24:31,352 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:31 GMT Server: Apache x-openstack-request-id: req-093eeee1-ff11-43d9-a787-5573424eb5ef Location: http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:31,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:31 GMT Server: Apache x-openstack-request-id: req-3218c5b7-c8ab-4ba4-abe1-ea476a8220d1 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": "3770b2080d2942c1874f54a715539cce", "OS::stack_id": "df99972d-5c6a-408e-91e6-8147a18567aa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "image_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image", "inst_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-inst", "subnet_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-subnet", "net_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-net", "flavor_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "stack_user_project_id": "df1d9e562cdf44a0a5ba09b706c7785b", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:24:30Z", "links": [{"href": "http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "df99972d-5c6a-408e-91e6-8147a18567aa", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:24:31,549 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa used request id req-3218c5b7-c8ab-4ba4-abe1-ea476a8220d1 2019-01-20 13:24:31,549 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:24:31,549 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:24:34,553 - create_stack - DEBUG - Stack status query timeout in 1196.52252722 2019-01-20 13:24:34,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/df99972d-5c6a-408e-91e6-8147a18567aa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdec6dcad12583748403bf6283833b585c65b2" 2019-01-20 13:24:34,583 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:34 GMT Server: Apache x-openstack-request-id: req-0fcc9775-6954-4987-ad6a-05556fe9c93a Location: http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:34,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:34 GMT Server: Apache x-openstack-request-id: req-1f8a60d4-b38e-466e-99c9-13e9ec8e7020 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": "3770b2080d2942c1874f54a715539cce", "OS::stack_id": "df99972d-5c6a-408e-91e6-8147a18567aa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "image_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image", "inst_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-inst", "subnet_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-subnet", "net_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-net", "flavor_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "stack_user_project_id": "df1d9e562cdf44a0a5ba09b706c7785b", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:24:30Z", "links": [{"href": "http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "df99972d-5c6a-408e-91e6-8147a18567aa", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:24:34,772 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa used request id req-1f8a60d4-b38e-466e-99c9-13e9ec8e7020 2019-01-20 13:24:34,772 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:24:34,773 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:24:37,776 - create_stack - DEBUG - Stack status query timeout in 1193.29945707 2019-01-20 13:24:37,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/df99972d-5c6a-408e-91e6-8147a18567aa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdec6dcad12583748403bf6283833b585c65b2" 2019-01-20 13:24:37,948 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:37 GMT Server: Apache x-openstack-request-id: req-7132b9c9-208b-40f7-978d-382c5777cd0f Location: http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:38,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:37 GMT Server: Apache x-openstack-request-id: req-effbe269-2adc-4080-a836-fbc2fb30a1a6 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": "3770b2080d2942c1874f54a715539cce", "OS::stack_id": "df99972d-5c6a-408e-91e6-8147a18567aa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "image_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image", "inst_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-inst", "subnet_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-subnet", "net_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-net", "flavor_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "stack_user_project_id": "df1d9e562cdf44a0a5ba09b706c7785b", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:24:30Z", "links": [{"href": "http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "df99972d-5c6a-408e-91e6-8147a18567aa", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:24:38,129 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa used request id req-effbe269-2adc-4080-a836-fbc2fb30a1a6 2019-01-20 13:24:38,130 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:24:38,130 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:24:41,133 - create_stack - DEBUG - Stack status query timeout in 1189.94205022 2019-01-20 13:24:41,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/df99972d-5c6a-408e-91e6-8147a18567aa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdec6dcad12583748403bf6283833b585c65b2" 2019-01-20 13:24:41,306 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:41 GMT Server: Apache x-openstack-request-id: req-992e2566-c3b6-435a-9db5-4cc9030ef90c Location: http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:41,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:41 GMT Server: Apache x-openstack-request-id: req-61acb1b5-f1ac-4417-aad9-3a874a07b267 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": "3770b2080d2942c1874f54a715539cce", "OS::stack_id": "df99972d-5c6a-408e-91e6-8147a18567aa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "image_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image", "inst_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-inst", "subnet_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-subnet", "net_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-net", "flavor_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "stack_user_project_id": "df1d9e562cdf44a0a5ba09b706c7785b", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:24:30Z", "links": [{"href": "http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "df99972d-5c6a-408e-91e6-8147a18567aa", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:24:41,479 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa used request id req-61acb1b5-f1ac-4417-aad9-3a874a07b267 2019-01-20 13:24:41,479 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:24:41,479 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:24:44,482 - create_stack - DEBUG - Stack status query timeout in 1186.59279108 2019-01-20 13:24:44,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/df99972d-5c6a-408e-91e6-8147a18567aa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdec6dcad12583748403bf6283833b585c65b2" 2019-01-20 13:24:44,513 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:44 GMT Server: Apache x-openstack-request-id: req-655dc1d1-f700-4bcb-b8ca-93d412152a0e Location: http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:44,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:44 GMT Server: Apache x-openstack-request-id: req-01175737-5acc-4886-8607-bedf73a90e27 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": "3770b2080d2942c1874f54a715539cce", "OS::stack_id": "df99972d-5c6a-408e-91e6-8147a18567aa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "image_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image", "inst_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-inst", "subnet_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-subnet", "net_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-net", "flavor_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "stack_user_project_id": "df1d9e562cdf44a0a5ba09b706c7785b", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:24:30Z", "links": [{"href": "http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "df99972d-5c6a-408e-91e6-8147a18567aa", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:24:44,715 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa used request id req-01175737-5acc-4886-8607-bedf73a90e27 2019-01-20 13:24:44,715 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:24:44,715 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:24:47,718 - create_stack - DEBUG - Stack status query timeout in 1183.35673499 2019-01-20 13:24:47,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/df99972d-5c6a-408e-91e6-8147a18567aa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdec6dcad12583748403bf6283833b585c65b2" 2019-01-20 13:24:47,890 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:47 GMT Server: Apache x-openstack-request-id: req-a4c32924-999f-4a95-adff-8c80580c1c6e Location: http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:47,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:47 GMT Server: Apache x-openstack-request-id: req-9f09f602-f870-46cc-a3f4-f2863fd31e28 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": "3770b2080d2942c1874f54a715539cce", "OS::stack_id": "df99972d-5c6a-408e-91e6-8147a18567aa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "image_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image", "inst_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-inst", "subnet_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-subnet", "net_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-net", "flavor_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "stack_user_project_id": "df1d9e562cdf44a0a5ba09b706c7785b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:24:30Z", "links": [{"href": "http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "df99972d-5c6a-408e-91e6-8147a18567aa", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:24:47,932 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa used request id req-9f09f602-f870-46cc-a3f4-f2863fd31e28 2019-01-20 13:24:47,932 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-20 13:24:47,932 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack 2019-01-20 13:24:47,933 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack 2019-01-20 13:24:47,933 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:24:48,316 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd3b94af9d2541b09de32e008f8d9284", "name": "CreateStackSuccessTests-b05c81de-5d6b-439-proj-role"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:24:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3770b2080d2942c1874f54a715539cce", "name": "CreateStackSuccessTests-b05c81de-5d6b-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/3770b2080d2942c1874f54a715539cce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/3770b2080d2942c1874f54a715539cce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/3770b2080d2942c1874f54a715539cce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/3770b2080d2942c1874f54a715539cce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/3770b2080d2942c1874f54a715539cce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/3770b2080d2942c1874f54a715539cce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/3770b2080d2942c1874f54a715539cce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/3770b2080d2942c1874f54a715539cce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/3770b2080d2942c1874f54a715539cce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/3770b2080d2942c1874f54a715539cce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/3770b2080d2942c1874f54a715539cce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-b05c81de-5d6b-439-user", "id": "b5a5b21e4e0540b1886f348a5bf58b33"}, "audit_ids": ["k-kGy5mPRQevxpMPJ-GJ_w"], "issued_at": "2019-01-20T13:24:48.000000Z"}} 2019-01-20 13:24:48,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/df99972d-5c6a-408e-91e6-8147a18567aa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33d2b9b58e46b511c50005c2e33d1a79ad802ba7" 2019-01-20 13:24:48,490 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:48 GMT Server: Apache x-openstack-request-id: req-47165849-8f3e-440e-a800-3434770fddfb Location: http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:48,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:48 GMT Server: Apache x-openstack-request-id: req-733b65b0-79a1-4823-8b49-54c01b015d09 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": "3770b2080d2942c1874f54a715539cce", "OS::stack_id": "df99972d-5c6a-408e-91e6-8147a18567aa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "image_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image", "inst_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-inst", "subnet_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-subnet", "net_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-net", "flavor_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "stack_user_project_id": "df1d9e562cdf44a0a5ba09b706c7785b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:24:30Z", "links": [{"href": "http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "df99972d-5c6a-408e-91e6-8147a18567aa", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:24:48,693 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa used request id req-733b65b0-79a1-4823-8b49-54c01b015d09 2019-01-20 13:24:48,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/df99972d-5c6a-408e-91e6-8147a18567aa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdec6dcad12583748403bf6283833b585c65b2" 2019-01-20 13:24:48,856 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:48 GMT Server: Apache x-openstack-request-id: req-20583aca-0ec7-4da5-a6dc-afe636199355 Location: http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:49,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:48 GMT Server: Apache x-openstack-request-id: req-d1442b68-3990-400f-b0e6-466749075f6a 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": "3770b2080d2942c1874f54a715539cce", "OS::stack_id": "df99972d-5c6a-408e-91e6-8147a18567aa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "image_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image", "inst_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-inst", "subnet_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-subnet", "net_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-net", "flavor_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "stack_user_project_id": "df1d9e562cdf44a0a5ba09b706c7785b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:24:30Z", "links": [{"href": "http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "df99972d-5c6a-408e-91e6-8147a18567aa", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:24:49,052 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa used request id req-d1442b68-3990-400f-b0e6-466749075f6a 2019-01-20 13:24:49,053 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack 2019-01-20 13:24:49,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/df99972d-5c6a-408e-91e6-8147a18567aa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdec6dcad12583748403bf6283833b585c65b2" 2019-01-20 13:24:49,236 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:49 GMT Server: Apache x-openstack-request-id: req-2ad98eed-365c-4af3-8935-0e94d26674e3 Location: http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:49,414 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:24:49 GMT Server: Apache x-openstack-request-id: req-3dbc7ec0-c91d-4bdf-b2c1-0dd825a623c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:24:49,414 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa used request id req-3dbc7ec0-c91d-4bdf-b2c1-0dd825a623c2 2019-01-20 13:24:49,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/df99972d-5c6a-408e-91e6-8147a18567aa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdec6dcad12583748403bf6283833b585c65b2" 2019-01-20 13:24:49,443 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:49 GMT Server: Apache x-openstack-request-id: req-3c1e1e20-2c73-4851-bba7-d83ee5c7a0e5 Location: http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:49,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:49 GMT Server: Apache x-openstack-request-id: req-514cabb6-8614-4757-acfa-6babf75fab42 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": "3770b2080d2942c1874f54a715539cce", "OS::stack_id": "df99972d-5c6a-408e-91e6-8147a18567aa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "image_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image", "inst_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-inst", "subnet_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-subnet", "flavor_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-flavor-name", "net_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "stack_user_project_id": "df1d9e562cdf44a0a5ba09b706c7785b", "tags": null, "creation_time": "2019-01-20T13:24:30Z", "links": [{"href": "http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:24:49Z", "id": "df99972d-5c6a-408e-91e6-8147a18567aa", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:24:49,623 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa used request id req-514cabb6-8614-4757-acfa-6babf75fab42 2019-01-20 13:24:49,623 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:24:49,623 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:24:52,626 - create_stack - DEBUG - Stack status query timeout in 1196.78783894 2019-01-20 13:24:52,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/df99972d-5c6a-408e-91e6-8147a18567aa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdec6dcad12583748403bf6283833b585c65b2" 2019-01-20 13:24:52,794 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:52 GMT Server: Apache x-openstack-request-id: req-91c5f3fd-d6f5-4351-9728-c6859592e848 Location: http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:52,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:52 GMT Server: Apache x-openstack-request-id: req-343ed173-c4ae-4038-b983-22e90fc70012 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": "3770b2080d2942c1874f54a715539cce", "OS::stack_id": "df99972d-5c6a-408e-91e6-8147a18567aa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "image_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image", "inst_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-inst", "subnet_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-subnet", "flavor_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-flavor-name", "net_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "stack_user_project_id": "df1d9e562cdf44a0a5ba09b706c7785b", "tags": null, "creation_time": "2019-01-20T13:24:30Z", "links": [{"href": "http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:24:49Z", "id": "df99972d-5c6a-408e-91e6-8147a18567aa", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:24:52,958 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa used request id req-343ed173-c4ae-4038-b983-22e90fc70012 2019-01-20 13:24:52,959 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:24:52,959 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:24:55,962 - create_stack - DEBUG - Stack status query timeout in 1193.45193601 2019-01-20 13:24:55,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/df99972d-5c6a-408e-91e6-8147a18567aa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdec6dcad12583748403bf6283833b585c65b2" 2019-01-20 13:24:56,140 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:55 GMT Server: Apache x-openstack-request-id: req-066f173c-0c08-4994-9455-b0f2073a0d7c Location: http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:56,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:56 GMT Server: Apache x-openstack-request-id: req-7fc9090a-eede-4ac6-a151-967a230b7776 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": "3770b2080d2942c1874f54a715539cce", "OS::stack_id": "df99972d-5c6a-408e-91e6-8147a18567aa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "image_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image", "inst_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-inst", "subnet_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-subnet", "flavor_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-flavor-name", "net_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "stack_user_project_id": "df1d9e562cdf44a0a5ba09b706c7785b", "tags": null, "creation_time": "2019-01-20T13:24:30Z", "links": [{"href": "http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:24:49Z", "id": "df99972d-5c6a-408e-91e6-8147a18567aa", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:24:56,185 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa used request id req-7fc9090a-eede-4ac6-a151-967a230b7776 2019-01-20 13:24:56,186 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:24:56,186 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:24:59,189 - create_stack - DEBUG - Stack status query timeout in 1190.22495389 2019-01-20 13:24:59,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/df99972d-5c6a-408e-91e6-8147a18567aa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdec6dcad12583748403bf6283833b585c65b2" 2019-01-20 13:24:59,221 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:59 GMT Server: Apache x-openstack-request-id: req-611cea93-b9eb-4c4e-be66-8fc6481f4fbe Location: http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:59,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:24:59 GMT Server: Apache x-openstack-request-id: req-06d729e6-7817-4950-89d4-2cc131918f8b 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": "3770b2080d2942c1874f54a715539cce", "OS::stack_id": "df99972d-5c6a-408e-91e6-8147a18567aa", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "image_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image", "inst_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-inst", "subnet_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-subnet", "flavor_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-flavor-name", "net_name": "CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-net"}, "deletion_time": "2019-01-20T13:24:58Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack", "stack_user_project_id": "df1d9e562cdf44a0a5ba09b706c7785b", "tags": null, "creation_time": "2019-01-20T13:24:30Z", "links": [{"href": "http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-20T13:24:49Z", "id": "df99972d-5c6a-408e-91e6-8147a18567aa", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:24:59,264 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa used request id req-06d729e6-7817-4950-89d4-2cc131918f8b 2019-01-20 13:24:59,264 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-20 13:24:59,264 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack 2019-01-20 13:24:59,265 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack 2019-01-20 13:24:59,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/df99972d-5c6a-408e-91e6-8147a18567aa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdec6dcad12583748403bf6283833b585c65b2" 2019-01-20 13:24:59,295 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:24:59 GMT Server: Apache x-openstack-request-id: req-128e56a2-2c93-49b9-88be-139317f94059 Location: http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:24:59,322 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:24:59 GMT Server: Apache x-openstack-request-id: req-f12a6fda-5154-4824-9fb4-a1630d68f841 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-20 13:24:59,322 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/3770b2080d2942c1874f54a715539cce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-stack/df99972d-5c6a-408e-91e6-8147a18567aa used request id req-f12a6fda-5154-4824-9fb4-a1630d68f841 2019-01-20 13:24:59,323 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-70fcdb06-d41c-4386-8a77-9c18c76f8a04-image 2019-01-20 13:24:59,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/40a7ca4c-6cb9-4e22-accc-4f5990ba27ec -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bee2f21ca67b2ccb0025e2cda700b46305f428a1" 2019-01-20 13:25:00,700 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9a6741df-881b-4b3d-841e-aeefff44d844 Date: Sun, 20 Jan 2019 13:25:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:25:00,701 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/40a7ca4c-6cb9-4e22-accc-4f5990ba27ec used request id req-9a6741df-881b-4b3d-841e-aeefff44d844 2019-01-20 13:25:00,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/8d7a0eca-b1c2-458b-8007-7084e09b8f30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e59439f1e138c29bba5025ff3773189151725c44" 2019-01-20 13:25:00,953 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:25: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-67d47d02-4253-4224-b146-42024b49b983 x-compute-request-id: req-67d47d02-4253-4224-b146-42024b49b983 Content-Length: 0 Content-Type: application/json 2019-01-20 13:25:00,953 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/8d7a0eca-b1c2-458b-8007-7084e09b8f30 used request id req-67d47d02-4253-4224-b146-42024b49b983 2019-01-20 13:25:00,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a500413fc2c791cb7633c0e5c7aee22081063b" 2019-01-20 13:25:01,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-3a9ecb79-052b-4c8a-82f1-ff080070b8c0 Date: Sun, 20 Jan 2019 13:25:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3770b2080d2942c1874f54a715539cce", "created_at": "2019-01-20T13:24:31Z", "updated_at": "2019-01-20T13:24:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:24:31Z", "revision_number": 0, "id": "50245e13-ae32-489e-8450-3f0385d99621", "remote_group_id": "cb743f56-5774-4280-84bf-9f2ff7179327", "remote_ip_prefix": null, "created_at": "2019-01-20T13:24:31Z", "security_group_id": "cb743f56-5774-4280-84bf-9f2ff7179327", "tenant_id": "3770b2080d2942c1874f54a715539cce", "port_range_min": null, "ethertype": "IPv6", "project_id": "3770b2080d2942c1874f54a715539cce"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:24:31Z", "revision_number": 0, "id": "9461cbc0-6b50-4b6a-bc69-977f9d6c50ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:24:31Z", "security_group_id": "cb743f56-5774-4280-84bf-9f2ff7179327", "tenant_id": "3770b2080d2942c1874f54a715539cce", "port_range_min": null, "ethertype": "IPv4", "project_id": "3770b2080d2942c1874f54a715539cce"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:24:31Z", "revision_number": 0, "id": "c7a73e9a-8f61-429b-ba7c-64fc89eac12f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:24:31Z", "security_group_id": "cb743f56-5774-4280-84bf-9f2ff7179327", "tenant_id": "3770b2080d2942c1874f54a715539cce", "port_range_min": null, "ethertype": "IPv6", "project_id": "3770b2080d2942c1874f54a715539cce"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:24:31Z", "revision_number": 0, "id": "e4eba60a-d334-43cd-a8b7-6b55ad9d4aaa", "remote_group_id": "cb743f56-5774-4280-84bf-9f2ff7179327", "remote_ip_prefix": null, "created_at": "2019-01-20T13:24:31Z", "security_group_id": "cb743f56-5774-4280-84bf-9f2ff7179327", "tenant_id": "3770b2080d2942c1874f54a715539cce", "port_range_min": null, "ethertype": "IPv4", "project_id": "3770b2080d2942c1874f54a715539cce"}], "revision_number": 4, "project_id": "3770b2080d2942c1874f54a715539cce", "id": "cb743f56-5774-4280-84bf-9f2ff7179327", "name": "default"}]} 2019-01-20 13:25:01,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-3a9ecb79-052b-4c8a-82f1-ff080070b8c0 2019-01-20 13:25:01,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a500413fc2c791cb7633c0e5c7aee22081063b" 2019-01-20 13:25:01,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e75bb3e8-15b8-42a7-9f63-41408fcc487d 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:25:01,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-e75bb3e8-15b8-42a7-9f63-41408fcc487d 2019-01-20 13:25:01,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a500413fc2c791cb7633c0e5c7aee22081063b" 2019-01-20 13:25:01,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a1cc8d1-84bc-411e-80c1-f90c935df20c 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:25:01,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-1a1cc8d1-84bc-411e-80c1-f90c935df20c 2019-01-20 13:25:01,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a500413fc2c791cb7633c0e5c7aee22081063b" 2019-01-20 13:25:01,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49c2f20c-2e4b-40b3-a7cc-09fab370d12e Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:25:01,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-49c2f20c-2e4b-40b3-a7cc-09fab370d12e 2019-01-20 13:25:01,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/3770b2080d2942c1874f54a715539cce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a500413fc2c791cb7633c0e5c7aee22081063b" 2019-01-20 13:25:01,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc8ab258-2972-4dcf-92cd-0f12778645de Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/3770b2080d2942c1874f54a715539cce"}, "enabled": true, "id": "3770b2080d2942c1874f54a715539cce", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-b05c81de-5d6b-439-proj"}} 2019-01-20 13:25:01,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/3770b2080d2942c1874f54a715539cce used request id req-fc8ab258-2972-4dcf-92cd-0f12778645de 2019-01-20 13:25:01,544 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cb743f56-5774-4280-84bf-9f2ff7179327 2019-01-20 13:25:01,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=cb743f56-5774-4280-84bf-9f2ff7179327 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a500413fc2c791cb7633c0e5c7aee22081063b" 2019-01-20 13:25:01,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3ca5c469-0fe0-4b70-b658-de9a721d569d Date: Sun, 20 Jan 2019 13:25:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "cb743f56-5774-4280-84bf-9f2ff7179327", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:24:31Z", "security_group_id": "cb743f56-5774-4280-84bf-9f2ff7179327", "port_range_min": null, "revision_number": 0, "tenant_id": "3770b2080d2942c1874f54a715539cce", "created_at": "2019-01-20T13:24:31Z", "project_id": "3770b2080d2942c1874f54a715539cce", "id": "50245e13-ae32-489e-8450-3f0385d99621"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:24:31Z", "security_group_id": "cb743f56-5774-4280-84bf-9f2ff7179327", "port_range_min": null, "revision_number": 0, "tenant_id": "3770b2080d2942c1874f54a715539cce", "created_at": "2019-01-20T13:24:31Z", "project_id": "3770b2080d2942c1874f54a715539cce", "id": "9461cbc0-6b50-4b6a-bc69-977f9d6c50ac"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:24:31Z", "security_group_id": "cb743f56-5774-4280-84bf-9f2ff7179327", "port_range_min": null, "revision_number": 0, "tenant_id": "3770b2080d2942c1874f54a715539cce", "created_at": "2019-01-20T13:24:31Z", "project_id": "3770b2080d2942c1874f54a715539cce", "id": "c7a73e9a-8f61-429b-ba7c-64fc89eac12f"}, {"remote_group_id": "cb743f56-5774-4280-84bf-9f2ff7179327", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:24:31Z", "security_group_id": "cb743f56-5774-4280-84bf-9f2ff7179327", "port_range_min": null, "revision_number": 0, "tenant_id": "3770b2080d2942c1874f54a715539cce", "created_at": "2019-01-20T13:24:31Z", "project_id": "3770b2080d2942c1874f54a715539cce", "id": "e4eba60a-d334-43cd-a8b7-6b55ad9d4aaa"}]} 2019-01-20 13:25:01,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=cb743f56-5774-4280-84bf-9f2ff7179327 used request id req-3ca5c469-0fe0-4b70-b658-de9a721d569d 2019-01-20 13:25:01,733 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:25:01,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/cb743f56-5774-4280-84bf-9f2ff7179327 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a500413fc2c791cb7633c0e5c7aee22081063b" 2019-01-20 13:25:02,036 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3257e311-bd90-4bb4-bf3d-96c2be80fb2a Content-Length: 0 Date: Sun, 20 Jan 2019 13:25:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:25:02,036 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/cb743f56-5774-4280-84bf-9f2ff7179327 used request id req-3257e311-bd90-4bb4-bf3d-96c2be80fb2a 2019-01-20 13:25:02,037 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-b05c81de-5d6b-439-proj 2019-01-20 13:25:02,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/3770b2080d2942c1874f54a715539cce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a500413fc2c791cb7633c0e5c7aee22081063b" 2019-01-20 13:25:02,260 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:25:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c643793-a893-49d6-9c94-4e02c621a46e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:25:02,260 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/3770b2080d2942c1874f54a715539cce used request id req-7c643793-a893-49d6-9c94-4e02c621a46e 2019-01-20 13:25:02,260 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-b05c81de-5d6b-439-proj-role 2019-01-20 13:25:02,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/fd3b94af9d2541b09de32e008f8d9284 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a500413fc2c791cb7633c0e5c7aee22081063b" 2019-01-20 13:25:02,388 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:25:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e800c19-0392-4248-bc38-2fde97c34aa1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:25:02,389 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/fd3b94af9d2541b09de32e008f8d9284 used request id req-6e800c19-0392-4248-bc38-2fde97c34aa1 2019-01-20 13:25:02,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99a500413fc2c791cb7633c0e5c7aee22081063b" 2019-01-20 13:25:02,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc3583da-ce0a-4ee2-8884-4ae92d8afffd Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:25:02,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fc3583da-ce0a-4ee2-8884-4ae92d8afffd 2019-01-20 13:25:02,483 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-b05c81de-5d6b-439-user 2019-01-20 13:25:02,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/b5a5b21e4e0540b1886f348a5bf58b33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d113412c7244daffaf7bfa01015cc3b41661c96" 2019-01-20 13:25:02,656 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:25:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fbc131c-f81b-4515-9012-baca3bd4da73 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:25:02,656 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/b5a5b21e4e0540b1886f348a5bf58b33 used request id req-5fbc131c-f81b-4515-9012-baca3bd4da73 2019-01-20 13:25:02,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:25:03,044 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:25:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["7g431R6eS0KJe2u0MphQdA"], "issued_at": "2019-01-20T13:25:03.000000Z"}} 2019-01-20 13:25:03,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff12c484089586f91bd8c8123d2d749b2bc7e5c6" 2019-01-20 13:25:03,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1c7b5d0-3c6e-43c2-80e7-6caf85675047 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:25:03,127 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f1c7b5d0-3c6e-43c2-80e7-6caf85675047 2019-01-20 13:25:03,129 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:25:03,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:25:03,506 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:25:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["6prTgaR5Toeuu-NTzWnDfw"], "issued_at": "2019-01-20T13:25:03.000000Z"}} 2019-01-20 13:25:03,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824a94a14017e57e0106284810a549aa8308148" 2019-01-20 13:25:03,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17872e92-54d1-44b8-9dee-c9d52fdf19ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:25:03,596 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-17872e92-54d1-44b8-9dee-c9d52fdf19ad 2019-01-20 13:25:03,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:25:03,606 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:25: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:25:03,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-64e37ae2-bfe3-40f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824a94a14017e57e0106284810a549aa8308148" 2019-01-20 13:25:03,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb02fd82-07a0-4c2a-9aa0-ef3c0c5e8848 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-64e37ae2-bfe3-40f-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:25:03,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-64e37ae2-bfe3-40f-proj used request id req-eb02fd82-07a0-4c2a-9aa0-ef3c0c5e8848 2019-01-20 13:25:03,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824a94a14017e57e0106284810a549aa8308148" 2019-01-20 13:25:03,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dce28706-ff30-4778-8382-aeeb8f04a7d5 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:25:03,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-dce28706-ff30-4778-8382-aeeb8f04a7d5 2019-01-20 13:25:03,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824a94a14017e57e0106284810a549aa8308148" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-proj"}}' 2019-01-20 13:25:03,904 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:25:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea90cbd8-1e34-421c-99c4-1e5e705398eb Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/3e018dbea3f44b4b9991eea4c7743d8e"}, "enabled": true, "id": "3e018dbea3f44b4b9991eea4c7743d8e", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-proj"}} 2019-01-20 13:25:03,904 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-ea90cbd8-1e34-421c-99c4-1e5e705398eb 2019-01-20 13:25:03,904 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-64e37ae2-bfe3-40f-proj 2019-01-20 13:25:03,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:25:03,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:25:04,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:25:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["lChds-UCR5KVvZNQB8u8Iw"], "issued_at": "2019-01-20T13:25:04.000000Z"}} 2019-01-20 13:25:04,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa16f3f9e4f37f89dda872f9572741252dd8cc3" 2019-01-20 13:25:04,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-658ad5db-c4bb-4084-aaac-bc4dc65ec292 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:25:04,394 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-658ad5db-c4bb-4084-aaac-bc4dc65ec292 2019-01-20 13:25:04,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:25:04,404 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:25: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:25:04,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa16f3f9e4f37f89dda872f9572741252dd8cc3" 2019-01-20 13:25:04,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c51d307a-4c19-4cc2-a926-c3ae69796136 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:25:04,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c51d307a-4c19-4cc2-a926-c3ae69796136 2019-01-20 13:25:04,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-64e37ae2-bfe3-40f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa16f3f9e4f37f89dda872f9572741252dd8cc3" 2019-01-20 13:25:04,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-535c8859-0d4b-408f-a6c7-24e864bfc567 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-64e37ae2-bfe3-40f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/3e018dbea3f44b4b9991eea4c7743d8e"}, "enabled": true, "id": "3e018dbea3f44b4b9991eea4c7743d8e", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-proj"}]} 2019-01-20 13:25:04,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-64e37ae2-bfe3-40f-proj used request id req-535c8859-0d4b-408f-a6c7-24e864bfc567 2019-01-20 13:25:04,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa16f3f9e4f37f89dda872f9572741252dd8cc3" 2019-01-20 13:25:04,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91cd32fe-de20-4236-b5dd-89394102b587 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:25:04,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-91cd32fe-de20-4236-b5dd-89394102b587 2019-01-20 13:25:05,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa16f3f9e4f37f89dda872f9572741252dd8cc3" 2019-01-20 13:25:05,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b559db2-4b6d-4990-a675-b7f839fc5be8 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:25:05,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2b559db2-4b6d-4990-a675-b7f839fc5be8 2019-01-20 13:25:05,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-64e37ae2-bfe3-40f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa16f3f9e4f37f89dda872f9572741252dd8cc3" 2019-01-20 13:25:05,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22c3e22f-baf6-4a98-b03a-358c71d76a8e Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-64e37ae2-bfe3-40f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/3e018dbea3f44b4b9991eea4c7743d8e"}, "enabled": true, "id": "3e018dbea3f44b4b9991eea4c7743d8e", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-proj"}]} 2019-01-20 13:25:05,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-64e37ae2-bfe3-40f-proj used request id req-22c3e22f-baf6-4a98-b03a-358c71d76a8e 2019-01-20 13:25:05,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/7dce4cf70f5344cf943f7e3f1b1a8f6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa16f3f9e4f37f89dda872f9572741252dd8cc3" 2019-01-20 13:25:05,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6376331-04f6-4d36-8602-b0e6975ca454 Content-Encoding: gzip Content-Length: 243 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-user", "links": {"self": "http://172.30.9.22:5000/v3/users/7dce4cf70f5344cf943f7e3f1b1a8f6f"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "3e018dbea3f44b4b9991eea4c7743d8e", "id": "7dce4cf70f5344cf943f7e3f1b1a8f6f", "password_expires_at": null}} 2019-01-20 13:25:05,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/7dce4cf70f5344cf943f7e3f1b1a8f6f used request id req-f6376331-04f6-4d36-8602-b0e6975ca454 2019-01-20 13:25:05,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/3e018dbea3f44b4b9991eea4c7743d8e/users/7dce4cf70f5344cf943f7e3f1b1a8f6f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa16f3f9e4f37f89dda872f9572741252dd8cc3" 2019-01-20 13:25:05,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61eaf0c4-e285-4fea-82b5-8e9c97642530 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/3e018dbea3f44b4b9991eea4c7743d8e/users/7dce4cf70f5344cf943f7e3f1b1a8f6f/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 13:25:05,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/3e018dbea3f44b4b9991eea4c7743d8e/users/7dce4cf70f5344cf943f7e3f1b1a8f6f/roles used request id req-61eaf0c4-e285-4fea-82b5-8e9c97642530 2019-01-20 13:25:05,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa16f3f9e4f37f89dda872f9572741252dd8cc3" 2019-01-20 13:25:05,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3155dcca-f3fa-44f2-814e-ce8ad651e3bb Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "domain_id": null, "name": "heat_stack_owner", "id": "8faca84f8c574391a4e761c020358bea"}} 2019-01-20 13:25:05,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea used request id req-3155dcca-f3fa-44f2-814e-ce8ad651e3bb 2019-01-20 13:25:05,510 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-64e37ae2-bfe3-40f-proj 2019-01-20 13:25:05,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/3e018dbea3f44b4b9991eea4c7743d8e/users/7dce4cf70f5344cf943f7e3f1b1a8f6f/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa16f3f9e4f37f89dda872f9572741252dd8cc3" 2019-01-20 13:25:05,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:25:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0134b7e7-d121-4ef6-9d22-f23fe378accc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:25:05,637 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/3e018dbea3f44b4b9991eea4c7743d8e/users/7dce4cf70f5344cf943f7e3f1b1a8f6f/roles/8faca84f8c574391a4e761c020358bea used request id req-0134b7e7-d121-4ef6-9d22-f23fe378accc 2019-01-20 13:25:05,637 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-64e37ae2-bfe3-40f-user 2019-01-20 13:25:05,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:25:05,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824a94a14017e57e0106284810a549aa8308148" 2019-01-20 13:25:05,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-488c2b9c-f94e-425a-aaf3-dc1b9d8e42b2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:25:05,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-488c2b9c-f94e-425a-aaf3-dc1b9d8e42b2 2019-01-20 13:25:05,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824a94a14017e57e0106284810a549aa8308148" -d '{"role": {"name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-proj-role"}}' 2019-01-20 13:25:05,862 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:25:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-904445d8-0bba-4c06-a76e-2e35e5fdf558 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3e4f36a42c2f46f683e596400423f146", "links": {"self": "http://172.30.9.22:5000/v3/roles/3e4f36a42c2f46f683e596400423f146"}, "name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-proj-role"}} 2019-01-20 13:25:05,862 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-904445d8-0bba-4c06-a76e-2e35e5fdf558 2019-01-20 13:25:05,862 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-64e37ae2-bfe3-40f-proj-role 2019-01-20 13:25:05,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/3e4f36a42c2f46f683e596400423f146 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824a94a14017e57e0106284810a549aa8308148" 2019-01-20 13:25:05,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01d0cb3f-060d-4d7e-a4d7-b787b986d77f Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/3e4f36a42c2f46f683e596400423f146"}, "domain_id": null, "name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-proj-role", "id": "3e4f36a42c2f46f683e596400423f146"}} 2019-01-20 13:25:05,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/3e4f36a42c2f46f683e596400423f146 used request id req-01d0cb3f-060d-4d7e-a4d7-b787b986d77f 2019-01-20 13:25:05,883 - keystone_utils - INFO - Granting role CreateStackSuccessTests-64e37ae2-bfe3-40f-proj-role to project CreateStackSuccessTests-64e37ae2-bfe3-40f-proj 2019-01-20 13:25:05,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/3e018dbea3f44b4b9991eea4c7743d8e/users/7dce4cf70f5344cf943f7e3f1b1a8f6f/roles/3e4f36a42c2f46f683e596400423f146 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824a94a14017e57e0106284810a549aa8308148" 2019-01-20 13:25:06,008 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:25:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d826de6-86b4-435d-b98f-ec565c816b09 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:25:06,008 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/3e018dbea3f44b4b9991eea4c7743d8e/users/7dce4cf70f5344cf943f7e3f1b1a8f6f/roles/3e4f36a42c2f46f683e596400423f146 used request id req-4d826de6-86b4-435d-b98f-ec565c816b09 2019-01-20 13:25:06,008 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:25:06,008 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:25:06,009 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:25:06,010 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:25:06,391 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3e4f36a42c2f46f683e596400423f146", "name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-proj-role"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:25:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e018dbea3f44b4b9991eea4c7743d8e", "name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-user", "id": "7dce4cf70f5344cf943f7e3f1b1a8f6f"}, "audit_ids": ["2qALL2VtQhSgLv6gKwyZug"], "issued_at": "2019-01-20T13:25:06.000000Z"}} 2019-01-20 13:25:06,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e31af259340ca970ff0d261bb327cc629a31ddba" 2019-01-20 13:25:06,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea05318e-1e59-41b4-bfb1-eb4b8e3e8353 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:25:06,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ea05318e-1e59-41b4-bfb1-eb4b8e3e8353 2019-01-20 13:25:06,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e31af259340ca970ff0d261bb327cc629a31ddba" 2019-01-20 13:25:06,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-5a61b5ec-5e0a-4169-b132-44b8ee4f7dff Date: Sun, 20 Jan 2019 13:25:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image"} 2019-01-20 13:25:06,637 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image used request id req-5a61b5ec-5e0a-4169-b132-44b8ee4f7dff 2019-01-20 13:25:06,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e31af259340ca970ff0d261bb327cc629a31ddba" 2019-01-20 13:25:06,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f6ae8362-9fd8-419e-b8db-7b412e5760eb Date: Sun, 20 Jan 2019 13:25: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"}}} 2019-01-20 13:25:06,802 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-f6ae8362-9fd8-419e-b8db-7b412e5760eb 2019-01-20 13:25:06,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e31af259340ca970ff0d261bb327cc629a31ddba" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image"}' 2019-01-20 13:25:07,099 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/31d5e9eb-7456-46ba-af3c-1a17b313f06f X-Openstack-Request-Id: req-e2ba2a32-7daf-4fc3-a8c4-81a14a0f2505 Date: Sun, 20 Jan 2019 13:25:07 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:25:06Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:25:06Z", "visibility": "shared", "locations": [], "self": "/v2/images/31d5e9eb-7456-46ba-af3c-1a17b313f06f", "min_disk": 0, "protected": false, "id": "31d5e9eb-7456-46ba-af3c-1a17b313f06f", "file": "/v2/images/31d5e9eb-7456-46ba-af3c-1a17b313f06f/file", "checksum": null, "owner": "3e018dbea3f44b4b9991eea4c7743d8e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:25:07,099 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-e2ba2a32-7daf-4fc3-a8c4-81a14a0f2505 2019-01-20 13:25:07,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/31d5e9eb-7456-46ba-af3c-1a17b313f06f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e31af259340ca970ff0d261bb327cc629a31ddba" -d '' 2019-01-20 13:25:08,427 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1ac9d630-debd-416c-8b20-4772bf7527b8 Date: Sun, 20 Jan 2019 13:25:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:25:08,428 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/31d5e9eb-7456-46ba-af3c-1a17b313f06f/file used request id req-1ac9d630-debd-416c-8b20-4772bf7527b8 2019-01-20 13:25:08,428 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:25:08,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/31d5e9eb-7456-46ba-af3c-1a17b313f06f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e31af259340ca970ff0d261bb327cc629a31ddba" 2019-01-20 13:25:08,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-74236d76-0243-4421-ab43-e949f260dad6 Date: Sun, 20 Jan 2019 13:25:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:25:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:25:08Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/31d5e9eb-7456-46ba-af3c-1a17b313f06f/snap", "metadata": {}}], "self": "/v2/images/31d5e9eb-7456-46ba-af3c-1a17b313f06f", "min_disk": 0, "protected": false, "id": "31d5e9eb-7456-46ba-af3c-1a17b313f06f", "file": "/v2/images/31d5e9eb-7456-46ba-af3c-1a17b313f06f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e018dbea3f44b4b9991eea4c7743d8e", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/31d5e9eb-7456-46ba-af3c-1a17b313f06f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:25:08,592 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/31d5e9eb-7456-46ba-af3c-1a17b313f06f used request id req-74236d76-0243-4421-ab43-e949f260dad6 2019-01-20 13:25:08,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e31af259340ca970ff0d261bb327cc629a31ddba" 2019-01-20 13:25:08,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-64ceeced-9e58-4d72-8c6e-435e1e6928ec Date: Sun, 20 Jan 2019 13:25: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"}}} 2019-01-20 13:25:08,755 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-64ceeced-9e58-4d72-8c6e-435e1e6928ec 2019-01-20 13:25:08,758 - create_image - INFO - Created image with name - CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image 2019-01-20 13:25:08,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/31d5e9eb-7456-46ba-af3c-1a17b313f06f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e31af259340ca970ff0d261bb327cc629a31ddba" 2019-01-20 13:25:08,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-08f76ee4-66d4-4ed6-b572-1ee87729918b Date: Sun, 20 Jan 2019 13:25:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:25:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:25:08Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/31d5e9eb-7456-46ba-af3c-1a17b313f06f/snap", "metadata": {}}], "self": "/v2/images/31d5e9eb-7456-46ba-af3c-1a17b313f06f", "min_disk": 0, "protected": false, "id": "31d5e9eb-7456-46ba-af3c-1a17b313f06f", "file": "/v2/images/31d5e9eb-7456-46ba-af3c-1a17b313f06f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3e018dbea3f44b4b9991eea4c7743d8e", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/31d5e9eb-7456-46ba-af3c-1a17b313f06f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:25:08,931 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/31d5e9eb-7456-46ba-af3c-1a17b313f06f used request id req-08f76ee4-66d4-4ed6-b572-1ee87729918b 2019-01-20 13:25:08,932 - create_image - DEBUG - Instance status is - active 2019-01-20 13:25:08,932 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image 2019-01-20 13:25:08,932 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image 2019-01-20 13:25:08,932 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:25:08,933 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:25:09,406 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:25:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["FlXIwcSnSZmHghngRIJwtA"], "issued_at": "2019-01-20T13:25:09.000000Z"}} 2019-01-20 13:25:09,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}674ef72f9c5a2bbdbf604ae4761e6dad6959a901" 2019-01-20 13:25:09,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81259ac9-48a3-4a9b-a8de-acc04b5930e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:25:09,495 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-81259ac9-48a3-4a9b-a8de-acc04b5930e3 2019-01-20 13:25:09,496 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:25:09,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}674ef72f9c5a2bbdbf604ae4761e6dad6959a901" 2019-01-20 13:25:09,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-264fd6ed-5ac4-4260-b0df-9a916bfec68b x-compute-request-id: req-264fd6ed-5ac4-4260-b0df-9a916bfec68b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:25:09,770 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-264fd6ed-5ac4-4260-b0df-9a916bfec68b 2019-01-20 13:25:09,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}674ef72f9c5a2bbdbf604ae4761e6dad6959a901" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:25:09,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2dfbf73c-3038-4a3b-a674-b4953ba1c180 x-compute-request-id: req-2dfbf73c-3038-4a3b-a674-b4953ba1c180 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e2c37547-fd68-45d8-9a27-58ee07bf8045", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e2c37547-fd68-45d8-9a27-58ee07bf8045", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e2c37547-fd68-45d8-9a27-58ee07bf8045", "name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:25:09,826 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-2dfbf73c-3038-4a3b-a674-b4953ba1c180 2019-01-20 13:25:09,827 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:25:09,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:25:10,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3e4f36a42c2f46f683e596400423f146", "name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-proj-role"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:25:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e018dbea3f44b4b9991eea4c7743d8e", "name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-user", "id": "7dce4cf70f5344cf943f7e3f1b1a8f6f"}, "audit_ids": ["9Mkh5D8gRUCWo57J3_E4cQ"], "issued_at": "2019-01-20T13:25:10.000000Z"}} 2019-01-20 13:25:10,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9df6480aefa236bf44373c4a7bb887e5810f9" 2019-01-20 13:25:10,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37ee37fb-2c7f-4703-85eb-76bfb3099514 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:25:10,287 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-37ee37fb-2c7f-4703-85eb-76bfb3099514 2019-01-20 13:25:10,288 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:25:10,291 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:25:10,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9df6480aefa236bf44373c4a7bb887e5810f9" 2019-01-20 13:25:10,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:10 GMT Server: Apache x-openstack-request-id: req-f2588128-d136-42bc-8860-1be5ff25606c Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-20 13:25:10,474 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack used request id req-f2588128-d136-42bc-8860-1be5ff25606c 2019-01-20 13:25:10,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9df6480aefa236bf44373c4a7bb887e5810f9" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-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-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-net", "inst_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-inst", "subnet_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-subnet", "image_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image", "flavor_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-flavor-name"}}' 2019-01-20 13:25:12,681 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:25:10 GMT Server: Apache x-openstack-request-id: req-730768f2-25d5-405f-99ce-9e6c485e20e0 Location: http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "links": [{"href": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3", "rel": "self"}]}} 2019-01-20 13:25:12,681 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks used request id req-730768f2-25d5-405f-99ce-9e6c485e20e0 2019-01-20 13:25:12,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/5074aee1-6fe8-46f3-9ce5-68642d8934d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9df6480aefa236bf44373c4a7bb887e5810f9" 2019-01-20 13:25:12,868 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:25:12 GMT Server: Apache x-openstack-request-id: req-aa9755fd-c853-423b-85ce-e9d761eff9c5 Location: http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:25:13,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:12 GMT Server: Apache x-openstack-request-id: req-9908b17b-42b6-4f9e-893f-857930ab7fea 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": "3e018dbea3f44b4b9991eea4c7743d8e", "OS::stack_id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "image_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image", "inst_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-inst", "subnet_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-subnet", "net_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-net", "flavor_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "stack_user_project_id": "2e8c2a9c533b4e7eb8052aa6c4f8ea18", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:25:12Z", "links": [{"href": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:25:13,084 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 used request id req-9908b17b-42b6-4f9e-893f-857930ab7fea 2019-01-20 13:25:13,084 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack 2019-01-20 13:25:13,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/5074aee1-6fe8-46f3-9ce5-68642d8934d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9df6480aefa236bf44373c4a7bb887e5810f9" 2019-01-20 13:25:13,259 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:25:13 GMT Server: Apache x-openstack-request-id: req-bd32cb01-20ca-41eb-971c-c37b34a9d2a4 Location: http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:25:13,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:13 GMT Server: Apache x-openstack-request-id: req-0ac8b9d6-417e-4d31-b613-8f401e59af55 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": "3e018dbea3f44b4b9991eea4c7743d8e", "OS::stack_id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "image_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image", "inst_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-inst", "subnet_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-subnet", "net_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-net", "flavor_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "stack_user_project_id": "2e8c2a9c533b4e7eb8052aa6c4f8ea18", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:25:12Z", "links": [{"href": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:25:13,452 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 used request id req-0ac8b9d6-417e-4d31-b613-8f401e59af55 2019-01-20 13:25:13,452 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:25:13,453 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:25:16,456 - create_stack - DEBUG - Stack status query timeout in 1196.62854695 2019-01-20 13:25:16,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/5074aee1-6fe8-46f3-9ce5-68642d8934d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9df6480aefa236bf44373c4a7bb887e5810f9" 2019-01-20 13:25:16,668 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:25:16 GMT Server: Apache x-openstack-request-id: req-0b0ea4b1-a1ee-4395-96be-9368a8f5c608 Location: http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:25:17,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:16 GMT Server: Apache x-openstack-request-id: req-13a3e1e9-2f52-4c7b-8134-70dd2778923e 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": "3e018dbea3f44b4b9991eea4c7743d8e", "OS::stack_id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "image_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image", "inst_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-inst", "subnet_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-subnet", "net_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-net", "flavor_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "stack_user_project_id": "2e8c2a9c533b4e7eb8052aa6c4f8ea18", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:25:12Z", "links": [{"href": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:25:17,244 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 used request id req-13a3e1e9-2f52-4c7b-8134-70dd2778923e 2019-01-20 13:25:17,245 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:25:17,245 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:25:20,248 - create_stack - DEBUG - Stack status query timeout in 1192.83607793 2019-01-20 13:25:20,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/5074aee1-6fe8-46f3-9ce5-68642d8934d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9df6480aefa236bf44373c4a7bb887e5810f9" 2019-01-20 13:25:20,432 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:25:20 GMT Server: Apache x-openstack-request-id: req-94139521-aacb-47a2-9fc8-553e9572448d Location: http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:25:20,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:20 GMT Server: Apache x-openstack-request-id: req-ef8c19ec-9ba8-4c44-a135-3792cabffb44 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": "3e018dbea3f44b4b9991eea4c7743d8e", "OS::stack_id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "image_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image", "inst_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-inst", "subnet_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-subnet", "net_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-net", "flavor_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "stack_user_project_id": "2e8c2a9c533b4e7eb8052aa6c4f8ea18", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:25:12Z", "links": [{"href": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:25:20,626 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 used request id req-ef8c19ec-9ba8-4c44-a135-3792cabffb44 2019-01-20 13:25:20,626 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:25:20,627 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:25:23,630 - create_stack - DEBUG - Stack status query timeout in 1189.45458388 2019-01-20 13:25:23,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/5074aee1-6fe8-46f3-9ce5-68642d8934d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9df6480aefa236bf44373c4a7bb887e5810f9" 2019-01-20 13:25:23,798 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:25:23 GMT Server: Apache x-openstack-request-id: req-0fdb8c7b-d8fb-4c27-9309-72f1bb973d89 Location: http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:25:23,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:23 GMT Server: Apache x-openstack-request-id: req-ab48a0dd-3d88-4cad-8e87-31a73f9b0ede 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": "3e018dbea3f44b4b9991eea4c7743d8e", "OS::stack_id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "image_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image", "inst_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-inst", "subnet_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-subnet", "net_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-net", "flavor_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "stack_user_project_id": "2e8c2a9c533b4e7eb8052aa6c4f8ea18", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:25:12Z", "links": [{"href": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:25:23,984 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 used request id req-ab48a0dd-3d88-4cad-8e87-31a73f9b0ede 2019-01-20 13:25:23,984 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:25:23,985 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:25:26,988 - create_stack - DEBUG - Stack status query timeout in 1186.09650898 2019-01-20 13:25:26,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/5074aee1-6fe8-46f3-9ce5-68642d8934d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9df6480aefa236bf44373c4a7bb887e5810f9" 2019-01-20 13:25:27,164 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:25:26 GMT Server: Apache x-openstack-request-id: req-544f4a78-7fac-4d39-98e9-a5e6e2cc0f17 Location: http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:25:27,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:27 GMT Server: Apache x-openstack-request-id: req-5915a02e-0e5c-4c59-a185-f7717bf0dda7 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": "3e018dbea3f44b4b9991eea4c7743d8e", "OS::stack_id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "image_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image", "inst_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-inst", "subnet_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-subnet", "net_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-net", "flavor_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "stack_user_project_id": "2e8c2a9c533b4e7eb8052aa6c4f8ea18", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:25:12Z", "links": [{"href": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:25:27,338 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 used request id req-5915a02e-0e5c-4c59-a185-f7717bf0dda7 2019-01-20 13:25:27,339 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:25:27,339 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:25:30,342 - create_stack - DEBUG - Stack status query timeout in 1182.74212694 2019-01-20 13:25:30,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/5074aee1-6fe8-46f3-9ce5-68642d8934d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9df6480aefa236bf44373c4a7bb887e5810f9" 2019-01-20 13:25:30,516 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:25:30 GMT Server: Apache x-openstack-request-id: req-28395823-cd80-465b-bc41-27705bfd84cb Location: http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:25:30,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:30 GMT Server: Apache x-openstack-request-id: req-0a9004b0-1a9a-4a68-9e68-62fb1c591d54 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": "3e018dbea3f44b4b9991eea4c7743d8e", "OS::stack_id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "image_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image", "inst_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-inst", "subnet_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-subnet", "net_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-net", "flavor_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "stack_user_project_id": "2e8c2a9c533b4e7eb8052aa6c4f8ea18", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:25:12Z", "links": [{"href": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:25:30,558 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 used request id req-0a9004b0-1a9a-4a68-9e68-62fb1c591d54 2019-01-20 13:25:30,558 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-20 13:25:30,558 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack 2019-01-20 13:25:30,559 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack 2019-01-20 13:25:30,559 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:25:30,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3e4f36a42c2f46f683e596400423f146", "name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-proj-role"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:25:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e018dbea3f44b4b9991eea4c7743d8e", "name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-user", "id": "7dce4cf70f5344cf943f7e3f1b1a8f6f"}, "audit_ids": ["zUmRuC6WRhm1fhyde6gBDg"], "issued_at": "2019-01-20T13:25:30.000000Z"}} 2019-01-20 13:25:30,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/5074aee1-6fe8-46f3-9ce5-68642d8934d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c0ad252d9b4816a6b83c0df7ab340f9c3042656" 2019-01-20 13:25:31,122 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:25:30 GMT Server: Apache x-openstack-request-id: req-76a16056-a7bd-4aa7-b82d-911af3a9fb20 Location: http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:25:31,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:31 GMT Server: Apache x-openstack-request-id: req-94d8cf06-1503-442e-99b4-9c7087a8baf0 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": "3e018dbea3f44b4b9991eea4c7743d8e", "OS::stack_id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "image_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image", "inst_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-inst", "subnet_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-subnet", "net_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-net", "flavor_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "stack_user_project_id": "2e8c2a9c533b4e7eb8052aa6c4f8ea18", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:25:12Z", "links": [{"href": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:25:31,344 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 used request id req-94d8cf06-1503-442e-99b4-9c7087a8baf0 2019-01-20 13:25:31,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/5074aee1-6fe8-46f3-9ce5-68642d8934d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9df6480aefa236bf44373c4a7bb887e5810f9" 2019-01-20 13:25:31,374 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:25:31 GMT Server: Apache x-openstack-request-id: req-9d0133b7-a615-4110-a5b4-1698182fe07b Location: http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:25:31,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:31 GMT Server: Apache x-openstack-request-id: req-8893fc85-ffee-4d6f-bcbe-866e9f1ea27a 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": "3e018dbea3f44b4b9991eea4c7743d8e", "OS::stack_id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "image_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image", "inst_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-inst", "subnet_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-subnet", "net_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-net", "flavor_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "stack_user_project_id": "2e8c2a9c533b4e7eb8052aa6c4f8ea18", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:25:12Z", "links": [{"href": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:25:31,567 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 used request id req-8893fc85-ffee-4d6f-bcbe-866e9f1ea27a 2019-01-20 13:25:31,567 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:25:31,568 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:25:31,939 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3e4f36a42c2f46f683e596400423f146", "name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-proj-role"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:25:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e018dbea3f44b4b9991eea4c7743d8e", "name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/3e018dbea3f44b4b9991eea4c7743d8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-user", "id": "7dce4cf70f5344cf943f7e3f1b1a8f6f"}, "audit_ids": ["xQrvSYDWTVOxKMbi2GFKJQ"], "issued_at": "2019-01-20T13:25:31.000000Z"}} 2019-01-20 13:25:31,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e58dc8f0d5525f444c226b39867727a1634ee04" 2019-01-20 13:25:32,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04932230-a21b-4f78-bdbe-1b1e9cd9d7c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:25:32,019 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-04932230-a21b-4f78-bdbe-1b1e9cd9d7c7 2019-01-20 13:25:32,021 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:25:32,024 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:25:32,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e58dc8f0d5525f444c226b39867727a1634ee04" 2019-01-20 13:25:32,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:32 GMT Server: Apache x-openstack-request-id: req-b539c863-2e20-4b69-a252-6a8b9ea6d823 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "stack_user_project_id": "2e8c2a9c533b4e7eb8052aa6c4f8ea18", "deletion_time": null, "creation_time": "2019-01-20T13:25:12Z", "links": [{"href": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "tags": null}]} 2019-01-20 13:25:32,206 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack used request id req-b539c863-2e20-4b69-a252-6a8b9ea6d823 2019-01-20 13:25:32,206 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack 2019-01-20 13:25:32,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/5074aee1-6fe8-46f3-9ce5-68642d8934d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e58dc8f0d5525f444c226b39867727a1634ee04" 2019-01-20 13:25:32,373 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:25:32 GMT Server: Apache x-openstack-request-id: req-ae4ac16d-e582-40a2-a8a1-9fe29a78a7df Location: http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:25:32,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:32 GMT Server: Apache x-openstack-request-id: req-4513c42e-e88b-477f-a881-47bd5e2c6e35 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": "3e018dbea3f44b4b9991eea4c7743d8e", "OS::stack_id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "image_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image", "inst_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-inst", "subnet_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-subnet", "net_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-net", "flavor_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "stack_user_project_id": "2e8c2a9c533b4e7eb8052aa6c4f8ea18", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:25:12Z", "links": [{"href": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:25:32,563 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 used request id req-4513c42e-e88b-477f-a881-47bd5e2c6e35 2019-01-20 13:25:32,564 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack 2019-01-20 13:25:32,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/5074aee1-6fe8-46f3-9ce5-68642d8934d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9df6480aefa236bf44373c4a7bb887e5810f9" 2019-01-20 13:25:32,592 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:25:32 GMT Server: Apache x-openstack-request-id: req-04c299a9-d657-49b1-8e0d-a206b7a24816 Location: http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:25:32,821 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:25:32 GMT Server: Apache x-openstack-request-id: req-239d3f23-a9f3-4306-a656-3a5b634baf43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:25:32,821 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 used request id req-239d3f23-a9f3-4306-a656-3a5b634baf43 2019-01-20 13:25:32,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/5074aee1-6fe8-46f3-9ce5-68642d8934d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9df6480aefa236bf44373c4a7bb887e5810f9" 2019-01-20 13:25:32,989 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:25:32 GMT Server: Apache x-openstack-request-id: req-fa95d164-8c18-4dff-b22e-09a8e4f43395 Location: http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:25:33,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:32 GMT Server: Apache x-openstack-request-id: req-9ba3bbd9-0469-4a5c-96ac-23bea76b34b1 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": "3e018dbea3f44b4b9991eea4c7743d8e", "OS::stack_id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "image_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image", "inst_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-inst", "subnet_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-subnet", "flavor_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-flavor-name", "net_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "stack_user_project_id": "2e8c2a9c533b4e7eb8052aa6c4f8ea18", "tags": null, "creation_time": "2019-01-20T13:25:12Z", "links": [{"href": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:25:32Z", "id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:25:33,172 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 used request id req-9ba3bbd9-0469-4a5c-96ac-23bea76b34b1 2019-01-20 13:25:33,172 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:25:33,173 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:25:36,176 - create_stack - DEBUG - Stack status query timeout in 1196.64563298 2019-01-20 13:25:36,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/5074aee1-6fe8-46f3-9ce5-68642d8934d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9df6480aefa236bf44373c4a7bb887e5810f9" 2019-01-20 13:25:36,207 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:25:36 GMT Server: Apache x-openstack-request-id: req-7539af02-9098-497d-8cd6-3f5cd6436f6f Location: http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:25:36,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:36 GMT Server: Apache x-openstack-request-id: req-75c20ea7-0376-4b06-b94b-76956e0d2ab2 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": "3e018dbea3f44b4b9991eea4c7743d8e", "OS::stack_id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "image_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image", "inst_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-inst", "subnet_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-subnet", "flavor_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-flavor-name", "net_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "stack_user_project_id": "2e8c2a9c533b4e7eb8052aa6c4f8ea18", "tags": null, "creation_time": "2019-01-20T13:25:12Z", "links": [{"href": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:25:32Z", "id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:25:36,236 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 used request id req-75c20ea7-0376-4b06-b94b-76956e0d2ab2 2019-01-20 13:25:36,236 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:25:36,236 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:25:39,240 - create_stack - DEBUG - Stack status query timeout in 1193.58181715 2019-01-20 13:25:39,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/5074aee1-6fe8-46f3-9ce5-68642d8934d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9df6480aefa236bf44373c4a7bb887e5810f9" 2019-01-20 13:25:39,269 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:25:39 GMT Server: Apache x-openstack-request-id: req-68179f9c-b372-48dc-a9ac-f5e1a0e5a78a Location: http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:25:39,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:39 GMT Server: Apache x-openstack-request-id: req-59e70b5d-dced-4273-a000-3d558913c216 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": "3e018dbea3f44b4b9991eea4c7743d8e", "OS::stack_id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "image_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image", "inst_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-inst", "subnet_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-subnet", "flavor_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-flavor-name", "net_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "stack_user_project_id": "2e8c2a9c533b4e7eb8052aa6c4f8ea18", "tags": null, "creation_time": "2019-01-20T13:25:12Z", "links": [{"href": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:25:32Z", "id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:25:39,449 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 used request id req-59e70b5d-dced-4273-a000-3d558913c216 2019-01-20 13:25:39,449 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:25:39,449 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:25:42,453 - create_stack - DEBUG - Stack status query timeout in 1190.36881995 2019-01-20 13:25:42,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/5074aee1-6fe8-46f3-9ce5-68642d8934d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9df6480aefa236bf44373c4a7bb887e5810f9" 2019-01-20 13:25:42,632 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:25:42 GMT Server: Apache x-openstack-request-id: req-fd7daac8-48ff-485e-b29a-20636ac2d808 Location: http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:25:42,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:42 GMT Server: Apache x-openstack-request-id: req-345e9c8e-605c-4e1a-b122-381606472e92 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": "3e018dbea3f44b4b9991eea4c7743d8e", "OS::stack_id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "image_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image", "inst_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-inst", "subnet_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-subnet", "flavor_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-flavor-name", "net_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "stack_user_project_id": "2e8c2a9c533b4e7eb8052aa6c4f8ea18", "tags": null, "creation_time": "2019-01-20T13:25:12Z", "links": [{"href": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:25:32Z", "id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:25:42,658 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 used request id req-345e9c8e-605c-4e1a-b122-381606472e92 2019-01-20 13:25:42,658 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:25:42,658 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:25:45,662 - create_stack - DEBUG - Stack status query timeout in 1187.15996003 2019-01-20 13:25:45,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/5074aee1-6fe8-46f3-9ce5-68642d8934d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9df6480aefa236bf44373c4a7bb887e5810f9" 2019-01-20 13:25:45,693 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:25:45 GMT Server: Apache x-openstack-request-id: req-1bde0517-b4d2-4933-811f-52860138fa8a Location: http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:25:45,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:45 GMT Server: Apache x-openstack-request-id: req-f8ccc790-afb5-4bf1-9cc6-76c3f98d3916 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": "3e018dbea3f44b4b9991eea4c7743d8e", "OS::stack_id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "image_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image", "inst_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-inst", "subnet_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-subnet", "flavor_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-flavor-name", "net_name": "CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack", "stack_user_project_id": "2e8c2a9c533b4e7eb8052aa6c4f8ea18", "tags": null, "creation_time": "2019-01-20T13:25:12Z", "links": [{"href": "http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-20T13:25:32Z", "id": "5074aee1-6fe8-46f3-9ce5-68642d8934d3", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:25:45,719 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 used request id req-f8ccc790-afb5-4bf1-9cc6-76c3f98d3916 2019-01-20 13:25:45,719 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-20 13:25:45,719 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack 2019-01-20 13:25:45,719 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack 2019-01-20 13:25:45,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/5074aee1-6fe8-46f3-9ce5-68642d8934d3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c9df6480aefa236bf44373c4a7bb887e5810f9" 2019-01-20 13:25:45,752 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:25:45 GMT Server: Apache x-openstack-request-id: req-bb965dcf-367b-49bc-bcb0-41db77248d7d Location: http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:25:45,927 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:25:45 GMT Server: Apache x-openstack-request-id: req-5737989e-d0fe-443c-88d7-ed2ba368f90d Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-20 13:25:45,927 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/3e018dbea3f44b4b9991eea4c7743d8e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-stack/5074aee1-6fe8-46f3-9ce5-68642d8934d3 used request id req-5737989e-d0fe-443c-88d7-ed2ba368f90d 2019-01-20 13:25:45,929 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-4b3d21aa-ed67-4d53-9c83-f49bee7b600d-image 2019-01-20 13:25:45,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/31d5e9eb-7456-46ba-af3c-1a17b313f06f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e31af259340ca970ff0d261bb327cc629a31ddba" 2019-01-20 13:25:46,820 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1cfc272c-8441-4c6a-9ea9-f31a35d8e5a3 Date: Sun, 20 Jan 2019 13:25:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:25:46,820 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/31d5e9eb-7456-46ba-af3c-1a17b313f06f used request id req-1cfc272c-8441-4c6a-9ea9-f31a35d8e5a3 2019-01-20 13:25:46,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/e2c37547-fd68-45d8-9a27-58ee07bf8045 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}674ef72f9c5a2bbdbf604ae4761e6dad6959a901" 2019-01-20 13:25:46,881 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:25: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-69847bdf-e130-46d6-8f3c-f5d7f9d9036b x-compute-request-id: req-69847bdf-e130-46d6-8f3c-f5d7f9d9036b Content-Length: 0 Content-Type: application/json 2019-01-20 13:25:46,881 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/e2c37547-fd68-45d8-9a27-58ee07bf8045 used request id req-69847bdf-e130-46d6-8f3c-f5d7f9d9036b 2019-01-20 13:25:46,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824a94a14017e57e0106284810a549aa8308148" 2019-01-20 13:25:47,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-cc743851-89a9-46dd-9fa6-fe50791e343a Date: Sun, 20 Jan 2019 13:25:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3e018dbea3f44b4b9991eea4c7743d8e", "created_at": "2019-01-20T13:25:13Z", "updated_at": "2019-01-20T13:25:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:25:13Z", "revision_number": 0, "id": "5c8b2175-7099-4bc7-b63d-669c42955f4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:25:13Z", "security_group_id": "e7c34420-50a7-43bb-92c9-ef54091177ec", "tenant_id": "3e018dbea3f44b4b9991eea4c7743d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e018dbea3f44b4b9991eea4c7743d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:25:13Z", "revision_number": 0, "id": "60f3b3e5-460a-4de8-ab76-b368e6ba691f", "remote_group_id": "e7c34420-50a7-43bb-92c9-ef54091177ec", "remote_ip_prefix": null, "created_at": "2019-01-20T13:25:13Z", "security_group_id": "e7c34420-50a7-43bb-92c9-ef54091177ec", "tenant_id": "3e018dbea3f44b4b9991eea4c7743d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e018dbea3f44b4b9991eea4c7743d8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:25:13Z", "revision_number": 0, "id": "b9a94305-9aef-4cff-bc88-5c5c0a3c03d9", "remote_group_id": "e7c34420-50a7-43bb-92c9-ef54091177ec", "remote_ip_prefix": null, "created_at": "2019-01-20T13:25:13Z", "security_group_id": "e7c34420-50a7-43bb-92c9-ef54091177ec", "tenant_id": "3e018dbea3f44b4b9991eea4c7743d8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "3e018dbea3f44b4b9991eea4c7743d8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:25:13Z", "revision_number": 0, "id": "ec381f8c-6d47-4e21-b3b5-282f539411ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:25:13Z", "security_group_id": "e7c34420-50a7-43bb-92c9-ef54091177ec", "tenant_id": "3e018dbea3f44b4b9991eea4c7743d8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "3e018dbea3f44b4b9991eea4c7743d8e"}], "revision_number": 4, "project_id": "3e018dbea3f44b4b9991eea4c7743d8e", "id": "e7c34420-50a7-43bb-92c9-ef54091177ec", "name": "default"}]} 2019-01-20 13:25:47,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-cc743851-89a9-46dd-9fa6-fe50791e343a 2019-01-20 13:25:47,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824a94a14017e57e0106284810a549aa8308148" 2019-01-20 13:25:47,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01ee4dd0-8ad0-433a-beaf-e714bb7b0b69 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:25:47,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-01ee4dd0-8ad0-433a-beaf-e714bb7b0b69 2019-01-20 13:25:47,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824a94a14017e57e0106284810a549aa8308148" 2019-01-20 13:25:47,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0990b207-3857-42c6-9aa8-b719e92ea58a 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:25:47,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-0990b207-3857-42c6-9aa8-b719e92ea58a 2019-01-20 13:25:47,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824a94a14017e57e0106284810a549aa8308148" 2019-01-20 13:25:47,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c764ea3b-c4f6-4680-b0f2-6bce0c223ac4 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:25:47,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-c764ea3b-c4f6-4680-b0f2-6bce0c223ac4 2019-01-20 13:25:47,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/3e018dbea3f44b4b9991eea4c7743d8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824a94a14017e57e0106284810a549aa8308148" 2019-01-20 13:25:47,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38108692-4a5c-46ef-b14d-21af409c2b19 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/3e018dbea3f44b4b9991eea4c7743d8e"}, "enabled": true, "id": "3e018dbea3f44b4b9991eea4c7743d8e", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-64e37ae2-bfe3-40f-proj"}} 2019-01-20 13:25:47,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/3e018dbea3f44b4b9991eea4c7743d8e used request id req-38108692-4a5c-46ef-b14d-21af409c2b19 2019-01-20 13:25:47,468 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e7c34420-50a7-43bb-92c9-ef54091177ec 2019-01-20 13:25:47,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e7c34420-50a7-43bb-92c9-ef54091177ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824a94a14017e57e0106284810a549aa8308148" 2019-01-20 13:25:47,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-cb8f5338-f6a6-47d2-94e8-f4f32d538669 Date: Sun, 20 Jan 2019 13:25: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": "2019-01-20T13:25:13Z", "security_group_id": "e7c34420-50a7-43bb-92c9-ef54091177ec", "port_range_min": null, "revision_number": 0, "tenant_id": "3e018dbea3f44b4b9991eea4c7743d8e", "created_at": "2019-01-20T13:25:13Z", "project_id": "3e018dbea3f44b4b9991eea4c7743d8e", "id": "5c8b2175-7099-4bc7-b63d-669c42955f4f"}, {"remote_group_id": "e7c34420-50a7-43bb-92c9-ef54091177ec", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:25:13Z", "security_group_id": "e7c34420-50a7-43bb-92c9-ef54091177ec", "port_range_min": null, "revision_number": 0, "tenant_id": "3e018dbea3f44b4b9991eea4c7743d8e", "created_at": "2019-01-20T13:25:13Z", "project_id": "3e018dbea3f44b4b9991eea4c7743d8e", "id": "60f3b3e5-460a-4de8-ab76-b368e6ba691f"}, {"remote_group_id": "e7c34420-50a7-43bb-92c9-ef54091177ec", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:25:13Z", "security_group_id": "e7c34420-50a7-43bb-92c9-ef54091177ec", "port_range_min": null, "revision_number": 0, "tenant_id": "3e018dbea3f44b4b9991eea4c7743d8e", "created_at": "2019-01-20T13:25:13Z", "project_id": "3e018dbea3f44b4b9991eea4c7743d8e", "id": "b9a94305-9aef-4cff-bc88-5c5c0a3c03d9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:25:13Z", "security_group_id": "e7c34420-50a7-43bb-92c9-ef54091177ec", "port_range_min": null, "revision_number": 0, "tenant_id": "3e018dbea3f44b4b9991eea4c7743d8e", "created_at": "2019-01-20T13:25:13Z", "project_id": "3e018dbea3f44b4b9991eea4c7743d8e", "id": "ec381f8c-6d47-4e21-b3b5-282f539411ee"}]} 2019-01-20 13:25:47,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=e7c34420-50a7-43bb-92c9-ef54091177ec used request id req-cb8f5338-f6a6-47d2-94e8-f4f32d538669 2019-01-20 13:25:47,650 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:25:47,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/e7c34420-50a7-43bb-92c9-ef54091177ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824a94a14017e57e0106284810a549aa8308148" 2019-01-20 13:25:47,951 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-98b18f1e-5126-4204-9c7b-1454061d1922 Content-Length: 0 Date: Sun, 20 Jan 2019 13:25:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:25:47,952 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/e7c34420-50a7-43bb-92c9-ef54091177ec used request id req-98b18f1e-5126-4204-9c7b-1454061d1922 2019-01-20 13:25:47,952 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-64e37ae2-bfe3-40f-proj 2019-01-20 13:25:47,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/3e018dbea3f44b4b9991eea4c7743d8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824a94a14017e57e0106284810a549aa8308148" 2019-01-20 13:25:48,218 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:25:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b40b4df8-f76e-46b4-a64e-b0e8408647fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:25:48,218 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/3e018dbea3f44b4b9991eea4c7743d8e used request id req-b40b4df8-f76e-46b4-a64e-b0e8408647fb 2019-01-20 13:25:48,219 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-64e37ae2-bfe3-40f-proj-role 2019-01-20 13:25:48,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/3e4f36a42c2f46f683e596400423f146 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824a94a14017e57e0106284810a549aa8308148" 2019-01-20 13:25:48,328 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:25:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1cec05b-f5c1-416b-bd5e-3c074abbd85a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:25:48,329 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/3e4f36a42c2f46f683e596400423f146 used request id req-b1cec05b-f5c1-416b-bd5e-3c074abbd85a 2019-01-20 13:25:48,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0824a94a14017e57e0106284810a549aa8308148" 2019-01-20 13:25:48,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f50fe85-c91e-4a9d-bfa4-ce264cd8e234 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:25:48,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-3f50fe85-c91e-4a9d-bfa4-ce264cd8e234 2019-01-20 13:25:48,425 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-64e37ae2-bfe3-40f-user 2019-01-20 13:25:48,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/7dce4cf70f5344cf943f7e3f1b1a8f6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fa16f3f9e4f37f89dda872f9572741252dd8cc3" 2019-01-20 13:25:48,740 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:25:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e04d52fa-c37f-43a4-9bc1-9f6eb65592f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:25:48,740 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/7dce4cf70f5344cf943f7e3f1b1a8f6f used request id req-e04d52fa-c37f-43a4-9bc1-9f6eb65592f2 2019-01-20 13:25:48,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:25:49,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:25:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["FBj9GXGJSKSIDnHVE59oUA"], "issued_at": "2019-01-20T13:25:49.000000Z"}} 2019-01-20 13:25:49,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2209d0aacd9b40f40e88359739cc80c03222828b" 2019-01-20 13:25:49,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a7ebff7-4059-4391-8202-c84d01a216bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:25:49,329 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1a7ebff7-4059-4391-8202-c84d01a216bc 2019-01-20 13:25:49,330 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:25:49,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:25:49,711 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:25:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["g3LhO330SfSBEpQpD-5InQ"], "issued_at": "2019-01-20T13:25:49.000000Z"}} 2019-01-20 13:25:49,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39de144fbe27b7f4a477c36a7f442a565d93a5ac" 2019-01-20 13:25:49,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6dbacce-68a7-4de7-9b83-fc72d00b1ef2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:25:49,799 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a6dbacce-68a7-4de7-9b83-fc72d00b1ef2 2019-01-20 13:25:49,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:25:49,809 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:25:49,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-1f1d606f-9b48-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39de144fbe27b7f4a477c36a7f442a565d93a5ac" 2019-01-20 13:25:49,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ace8984c-f821-4679-a7d8-1c7decac2b46 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-1f1d606f-9b48-423-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:25:49,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-1f1d606f-9b48-423-proj used request id req-ace8984c-f821-4679-a7d8-1c7decac2b46 2019-01-20 13:25:49,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39de144fbe27b7f4a477c36a7f442a565d93a5ac" 2019-01-20 13:25:49,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-193302a5-4fd5-42fe-9131-cf05e97fc8e4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:25:49,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-193302a5-4fd5-42fe-9131-cf05e97fc8e4 2019-01-20 13:25:49,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39de144fbe27b7f4a477c36a7f442a565d93a5ac" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-1f1d606f-9b48-423-proj"}}' 2019-01-20 13:25:50,114 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:25:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd851bb8-0629-4f3b-bcd2-490afc73565d Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/16429544eef84239983abab5ee34a0cf"}, "enabled": true, "id": "16429544eef84239983abab5ee34a0cf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-1f1d606f-9b48-423-proj"}} 2019-01-20 13:25:50,114 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-bd851bb8-0629-4f3b-bcd2-490afc73565d 2019-01-20 13:25:50,115 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-1f1d606f-9b48-423-proj 2019-01-20 13:25:50,115 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:25:50,116 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:25:50,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:25:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["hPIPADTlSXiBOnItlIXKMA"], "issued_at": "2019-01-20T13:25:50.000000Z"}} 2019-01-20 13:25:50,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50d04d3c6b62c424e6a34a114ca9665f318a747" 2019-01-20 13:25:50,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e477ac90-5f12-4f1a-a805-1f9c0584b684 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:25:50,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e477ac90-5f12-4f1a-a805-1f9c0584b684 2019-01-20 13:25:50,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:25:50,595 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:25: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:25:50,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50d04d3c6b62c424e6a34a114ca9665f318a747" 2019-01-20 13:25:50,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99a0eb0b-bbe6-4778-a0cc-a5809a7e50e3 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:25:50,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-99a0eb0b-bbe6-4778-a0cc-a5809a7e50e3 2019-01-20 13:25:50,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-1f1d606f-9b48-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50d04d3c6b62c424e6a34a114ca9665f318a747" 2019-01-20 13:25:50,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adeff6d9-2554-4647-b531-e9853a8f77f3 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-1f1d606f-9b48-423-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/16429544eef84239983abab5ee34a0cf"}, "enabled": true, "id": "16429544eef84239983abab5ee34a0cf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-1f1d606f-9b48-423-proj"}]} 2019-01-20 13:25:50,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-1f1d606f-9b48-423-proj used request id req-adeff6d9-2554-4647-b531-e9853a8f77f3 2019-01-20 13:25:50,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50d04d3c6b62c424e6a34a114ca9665f318a747" 2019-01-20 13:25:50,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-004a35d9-365c-42d5-91a0-bbb936b7c7b8 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:25:50,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-004a35d9-365c-42d5-91a0-bbb936b7c7b8 2019-01-20 13:25:51,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50d04d3c6b62c424e6a34a114ca9665f318a747" 2019-01-20 13:25:51,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af858a11-2b22-44c8-9a9c-8c1150dd536e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:25:51,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-af858a11-2b22-44c8-9a9c-8c1150dd536e 2019-01-20 13:25:51,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-1f1d606f-9b48-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50d04d3c6b62c424e6a34a114ca9665f318a747" 2019-01-20 13:25:51,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82a27f71-8f96-44e1-ab2e-b6b2fbe6f062 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-1f1d606f-9b48-423-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/16429544eef84239983abab5ee34a0cf"}, "enabled": true, "id": "16429544eef84239983abab5ee34a0cf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-1f1d606f-9b48-423-proj"}]} 2019-01-20 13:25:51,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-1f1d606f-9b48-423-proj used request id req-82a27f71-8f96-44e1-ab2e-b6b2fbe6f062 2019-01-20 13:25:51,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/bd35c451ab8a43c58a480fea27694b45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50d04d3c6b62c424e6a34a114ca9665f318a747" 2019-01-20 13:25:51,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bff62488-a092-4b3f-9fb0-0f6da2c8033c Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-1f1d606f-9b48-423-user", "links": {"self": "http://172.30.9.22:5000/v3/users/bd35c451ab8a43c58a480fea27694b45"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "16429544eef84239983abab5ee34a0cf", "id": "bd35c451ab8a43c58a480fea27694b45", "password_expires_at": null}} 2019-01-20 13:25:51,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/bd35c451ab8a43c58a480fea27694b45 used request id req-bff62488-a092-4b3f-9fb0-0f6da2c8033c 2019-01-20 13:25:51,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/16429544eef84239983abab5ee34a0cf/users/bd35c451ab8a43c58a480fea27694b45/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50d04d3c6b62c424e6a34a114ca9665f318a747" 2019-01-20 13:25:51,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1ef3024-7302-44a9-a1df-1f3b5d80e9d2 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/16429544eef84239983abab5ee34a0cf/users/bd35c451ab8a43c58a480fea27694b45/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 13:25:51,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/16429544eef84239983abab5ee34a0cf/users/bd35c451ab8a43c58a480fea27694b45/roles used request id req-f1ef3024-7302-44a9-a1df-1f3b5d80e9d2 2019-01-20 13:25:51,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50d04d3c6b62c424e6a34a114ca9665f318a747" 2019-01-20 13:25:51,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1519fe4-116c-4452-8f6f-1f6d386df9f0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "domain_id": null, "name": "heat_stack_owner", "id": "8faca84f8c574391a4e761c020358bea"}} 2019-01-20 13:25:51,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea used request id req-a1519fe4-116c-4452-8f6f-1f6d386df9f0 2019-01-20 13:25:51,673 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-1f1d606f-9b48-423-proj 2019-01-20 13:25:51,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/16429544eef84239983abab5ee34a0cf/users/bd35c451ab8a43c58a480fea27694b45/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50d04d3c6b62c424e6a34a114ca9665f318a747" 2019-01-20 13:25:51,811 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:25:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cab48e1b-e521-493e-ad8f-57f1e1e30cd6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:25:51,811 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/16429544eef84239983abab5ee34a0cf/users/bd35c451ab8a43c58a480fea27694b45/roles/8faca84f8c574391a4e761c020358bea used request id req-cab48e1b-e521-493e-ad8f-57f1e1e30cd6 2019-01-20 13:25:51,811 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-1f1d606f-9b48-423-user 2019-01-20 13:25:51,811 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:25:51,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39de144fbe27b7f4a477c36a7f442a565d93a5ac" 2019-01-20 13:25:51,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dbd557c-d255-4ca3-8a04-96ba014f7952 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:25:51,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-8dbd557c-d255-4ca3-8a04-96ba014f7952 2019-01-20 13:25:51,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39de144fbe27b7f4a477c36a7f442a565d93a5ac" -d '{"role": {"name": "CreateStackSuccessTests-1f1d606f-9b48-423-proj-role"}}' 2019-01-20 13:25:52,018 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:25:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04862cb2-fc92-44f3-b045-0c46a1ecfe2b Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f92b060fd498468f83c7eda22c6028bf", "links": {"self": "http://172.30.9.22:5000/v3/roles/f92b060fd498468f83c7eda22c6028bf"}, "name": "CreateStackSuccessTests-1f1d606f-9b48-423-proj-role"}} 2019-01-20 13:25:52,018 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-04862cb2-fc92-44f3-b045-0c46a1ecfe2b 2019-01-20 13:25:52,018 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-1f1d606f-9b48-423-proj-role 2019-01-20 13:25:52,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/f92b060fd498468f83c7eda22c6028bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39de144fbe27b7f4a477c36a7f442a565d93a5ac" 2019-01-20 13:25:52,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-256a9dc1-eb1a-4d4d-88eb-ba63a0872c04 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/f92b060fd498468f83c7eda22c6028bf"}, "domain_id": null, "name": "CreateStackSuccessTests-1f1d606f-9b48-423-proj-role", "id": "f92b060fd498468f83c7eda22c6028bf"}} 2019-01-20 13:25:52,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/f92b060fd498468f83c7eda22c6028bf used request id req-256a9dc1-eb1a-4d4d-88eb-ba63a0872c04 2019-01-20 13:25:52,104 - keystone_utils - INFO - Granting role CreateStackSuccessTests-1f1d606f-9b48-423-proj-role to project CreateStackSuccessTests-1f1d606f-9b48-423-proj 2019-01-20 13:25:52,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/16429544eef84239983abab5ee34a0cf/users/bd35c451ab8a43c58a480fea27694b45/roles/f92b060fd498468f83c7eda22c6028bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39de144fbe27b7f4a477c36a7f442a565d93a5ac" 2019-01-20 13:25:52,248 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:25:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc6ef2f5-b705-45b3-a540-8f0a8cdaa82c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:25:52,248 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/16429544eef84239983abab5ee34a0cf/users/bd35c451ab8a43c58a480fea27694b45/roles/f92b060fd498468f83c7eda22c6028bf used request id req-cc6ef2f5-b705-45b3-a540-8f0a8cdaa82c 2019-01-20 13:25:52,249 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:25:52,249 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:25:52,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:25:52,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:25:52,635 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f92b060fd498468f83c7eda22c6028bf", "name": "CreateStackSuccessTests-1f1d606f-9b48-423-proj-role"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:25:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "16429544eef84239983abab5ee34a0cf", "name": "CreateStackSuccessTests-1f1d606f-9b48-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/16429544eef84239983abab5ee34a0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/16429544eef84239983abab5ee34a0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/16429544eef84239983abab5ee34a0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/16429544eef84239983abab5ee34a0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/16429544eef84239983abab5ee34a0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/16429544eef84239983abab5ee34a0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/16429544eef84239983abab5ee34a0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/16429544eef84239983abab5ee34a0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/16429544eef84239983abab5ee34a0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/16429544eef84239983abab5ee34a0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/16429544eef84239983abab5ee34a0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-1f1d606f-9b48-423-user", "id": "bd35c451ab8a43c58a480fea27694b45"}, "audit_ids": ["-OwXwRB9REO8nr98g72LuA"], "issued_at": "2019-01-20T13:25:52.000000Z"}} 2019-01-20 13:25:52,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26e1d1324f866e7dd2c9cdcdfcd7e32aa374c6b6" 2019-01-20 13:25:52,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f49e36ac-71d7-4294-acc2-9bad534cba44 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:25:52,707 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f49e36ac-71d7-4294-acc2-9bad534cba44 2019-01-20 13:25:52,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26e1d1324f866e7dd2c9cdcdfcd7e32aa374c6b6" 2019-01-20 13:25:52,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-90877e56-5f2c-467f-b13f-48879af8eeb0 Date: Sun, 20 Jan 2019 13:25:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image"} 2019-01-20 13:25:52,900 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image used request id req-90877e56-5f2c-467f-b13f-48879af8eeb0 2019-01-20 13:25:52,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26e1d1324f866e7dd2c9cdcdfcd7e32aa374c6b6" 2019-01-20 13:25:53,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-916df62f-bf52-4c9b-bc34-f3355c3e8407 Date: Sun, 20 Jan 2019 13:25: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"}}} 2019-01-20 13:25:53,066 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-916df62f-bf52-4c9b-bc34-f3355c3e8407 2019-01-20 13:25:53,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}26e1d1324f866e7dd2c9cdcdfcd7e32aa374c6b6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image"}' 2019-01-20 13:25:53,290 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/2eef338f-b6a0-43b5-b22f-435929c3c394 X-Openstack-Request-Id: req-3ef2e32d-f67f-4301-acde-89445c866868 Date: Sun, 20 Jan 2019 13:25:53 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:25:53Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:25:53Z", "visibility": "shared", "locations": [], "self": "/v2/images/2eef338f-b6a0-43b5-b22f-435929c3c394", "min_disk": 0, "protected": false, "id": "2eef338f-b6a0-43b5-b22f-435929c3c394", "file": "/v2/images/2eef338f-b6a0-43b5-b22f-435929c3c394/file", "checksum": null, "owner": "16429544eef84239983abab5ee34a0cf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:25:53,290 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-3ef2e32d-f67f-4301-acde-89445c866868 2019-01-20 13:25:53,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/2eef338f-b6a0-43b5-b22f-435929c3c394/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26e1d1324f866e7dd2c9cdcdfcd7e32aa374c6b6" -d '' 2019-01-20 13:25:54,476 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7a622816-5573-4681-8f4f-a4011ff184c1 Date: Sun, 20 Jan 2019 13:25:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:25:54,476 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/2eef338f-b6a0-43b5-b22f-435929c3c394/file used request id req-7a622816-5573-4681-8f4f-a4011ff184c1 2019-01-20 13:25:54,476 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:25:54,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/2eef338f-b6a0-43b5-b22f-435929c3c394 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26e1d1324f866e7dd2c9cdcdfcd7e32aa374c6b6" 2019-01-20 13:25:54,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-98dd8ef3-8343-42c8-94e6-ad0d4bdeafad Date: Sun, 20 Jan 2019 13:25:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:25:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:25:54Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2eef338f-b6a0-43b5-b22f-435929c3c394/snap", "metadata": {}}], "self": "/v2/images/2eef338f-b6a0-43b5-b22f-435929c3c394", "min_disk": 0, "protected": false, "id": "2eef338f-b6a0-43b5-b22f-435929c3c394", "file": "/v2/images/2eef338f-b6a0-43b5-b22f-435929c3c394/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "16429544eef84239983abab5ee34a0cf", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2eef338f-b6a0-43b5-b22f-435929c3c394/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:25:54,642 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/2eef338f-b6a0-43b5-b22f-435929c3c394 used request id req-98dd8ef3-8343-42c8-94e6-ad0d4bdeafad 2019-01-20 13:25:54,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26e1d1324f866e7dd2c9cdcdfcd7e32aa374c6b6" 2019-01-20 13:25:54,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-82ae6354-ad9d-4414-86a6-40132de03922 Date: Sun, 20 Jan 2019 13:25: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"}}} 2019-01-20 13:25:54,653 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-82ae6354-ad9d-4414-86a6-40132de03922 2019-01-20 13:25:54,656 - create_image - INFO - Created image with name - CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image 2019-01-20 13:25:54,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/2eef338f-b6a0-43b5-b22f-435929c3c394 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26e1d1324f866e7dd2c9cdcdfcd7e32aa374c6b6" 2019-01-20 13:25:54,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-edbb2c98-1412-410b-b9b5-f845171130c0 Date: Sun, 20 Jan 2019 13:25:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:25:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:25:54Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2eef338f-b6a0-43b5-b22f-435929c3c394/snap", "metadata": {}}], "self": "/v2/images/2eef338f-b6a0-43b5-b22f-435929c3c394", "min_disk": 0, "protected": false, "id": "2eef338f-b6a0-43b5-b22f-435929c3c394", "file": "/v2/images/2eef338f-b6a0-43b5-b22f-435929c3c394/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "16429544eef84239983abab5ee34a0cf", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2eef338f-b6a0-43b5-b22f-435929c3c394/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:25:54,835 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/2eef338f-b6a0-43b5-b22f-435929c3c394 used request id req-edbb2c98-1412-410b-b9b5-f845171130c0 2019-01-20 13:25:54,836 - create_image - DEBUG - Instance status is - active 2019-01-20 13:25:54,836 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image 2019-01-20 13:25:54,836 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image 2019-01-20 13:25:54,836 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:25:54,837 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:25:55,235 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:25:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Mw8FzfyTRo-W-bEA5zdLmw"], "issued_at": "2019-01-20T13:25:55.000000Z"}} 2019-01-20 13:25:55,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078a8c69bed7cdd729fa78555619e65050f266e4" 2019-01-20 13:25:55,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-849e3568-f308-4fd9-a776-9c45f4b444a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:25:55,319 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-849e3568-f308-4fd9-a776-9c45f4b444a6 2019-01-20 13:25:55,321 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:25:55,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078a8c69bed7cdd729fa78555619e65050f266e4" 2019-01-20 13:25:55,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25: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-7921d1ee-e911-4fe8-8872-0253c6338f15 x-compute-request-id: req-7921d1ee-e911-4fe8-8872-0253c6338f15 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:25:55,499 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-7921d1ee-e911-4fe8-8872-0253c6338f15 2019-01-20 13:25:55,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078a8c69bed7cdd729fa78555619e65050f266e4" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:25:55,573 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25: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-2ef892bb-2644-4ccf-ac0d-3b571c82514e x-compute-request-id: req-2ef892bb-2644-4ccf-ac0d-3b571c82514e Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/39511b0f-a8b8-44a8-aac5-ec8ce0b4e193", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/39511b0f-a8b8-44a8-aac5-ec8ce0b4e193", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "39511b0f-a8b8-44a8-aac5-ec8ce0b4e193", "name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:25:55,574 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-2ef892bb-2644-4ccf-ac0d-3b571c82514e 2019-01-20 13:25:55,574 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:25:55,575 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:25:55,945 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f92b060fd498468f83c7eda22c6028bf", "name": "CreateStackSuccessTests-1f1d606f-9b48-423-proj-role"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:25:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "16429544eef84239983abab5ee34a0cf", "name": "CreateStackSuccessTests-1f1d606f-9b48-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/16429544eef84239983abab5ee34a0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/16429544eef84239983abab5ee34a0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/16429544eef84239983abab5ee34a0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/16429544eef84239983abab5ee34a0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/16429544eef84239983abab5ee34a0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/16429544eef84239983abab5ee34a0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/16429544eef84239983abab5ee34a0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/16429544eef84239983abab5ee34a0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/16429544eef84239983abab5ee34a0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/16429544eef84239983abab5ee34a0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/16429544eef84239983abab5ee34a0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-1f1d606f-9b48-423-user", "id": "bd35c451ab8a43c58a480fea27694b45"}, "audit_ids": ["l9vLO_91QpyqhCfmVMTDxA"], "issued_at": "2019-01-20T13:25:55.000000Z"}} 2019-01-20 13:25:55,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" 2019-01-20 13:25:56,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0029e803-b141-400d-984d-846589f9ef1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:25:56,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0029e803-b141-400d-984d-846589f9ef1c 2019-01-20 13:25:56,031 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:25:56,034 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:25:56,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" 2019-01-20 13:25:56,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:56 GMT Server: Apache x-openstack-request-id: req-0f08b072-7eb6-48a3-9bab-b2cb0840a8ba Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-20 13:25:56,203 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack used request id req-0f08b072-7eb6-48a3-9bab-b2cb0840a8ba 2019-01-20 13:25:56,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-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-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net", "inst_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-inst", "subnet_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet", "image_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image", "flavor_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-flavor-name"}}' 2019-01-20 13:25:58,513 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:25:56 GMT Server: Apache x-openstack-request-id: req-3b9f0e34-fe65-4da3-a92d-f2ddb46f3d93 Location: http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "21fee60d-8233-461c-ae4d-4f104b618475", "links": [{"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475", "rel": "self"}]}} 2019-01-20 13:25:58,513 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks used request id req-3b9f0e34-fe65-4da3-a92d-f2ddb46f3d93 2019-01-20 13:25:58,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/21fee60d-8233-461c-ae4d-4f104b618475 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" 2019-01-20 13:25:58,684 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:25:58 GMT Server: Apache x-openstack-request-id: req-13532fc9-0fa6-45f5-a2d9-d8bf47124fad Location: http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:25:58,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:58 GMT Server: Apache x-openstack-request-id: req-70707d91-6e3e-49f8-9142-fcec9bcae9a3 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": "16429544eef84239983abab5ee34a0cf", "OS::stack_id": "21fee60d-8233-461c-ae4d-4f104b618475", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "image_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image", "inst_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-inst", "subnet_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet", "net_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net", "flavor_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "stack_user_project_id": "512bfa2a8df942f682b7d95ae81f3a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:25:57Z", "links": [{"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "21fee60d-8233-461c-ae4d-4f104b618475", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:25:58,877 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 used request id req-70707d91-6e3e-49f8-9142-fcec9bcae9a3 2019-01-20 13:25:58,877 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack 2019-01-20 13:25:58,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/21fee60d-8233-461c-ae4d-4f104b618475 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" 2019-01-20 13:25:59,047 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:25:58 GMT Server: Apache x-openstack-request-id: req-c2749591-3648-4f9d-bfd2-a5195616e897 Location: http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:25:59,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:25:59 GMT Server: Apache x-openstack-request-id: req-8e2fef5c-2c61-40b9-8463-0faca22d0fb9 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": "16429544eef84239983abab5ee34a0cf", "OS::stack_id": "21fee60d-8233-461c-ae4d-4f104b618475", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "image_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image", "inst_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-inst", "subnet_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet", "net_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net", "flavor_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "stack_user_project_id": "512bfa2a8df942f682b7d95ae81f3a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:25:57Z", "links": [{"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "21fee60d-8233-461c-ae4d-4f104b618475", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:25:59,237 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 used request id req-8e2fef5c-2c61-40b9-8463-0faca22d0fb9 2019-01-20 13:25:59,238 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:25:59,238 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:26:02,241 - create_stack - DEBUG - Stack status query timeout in 1196.63616014 2019-01-20 13:26:02,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/21fee60d-8233-461c-ae4d-4f104b618475 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" 2019-01-20 13:26:02,464 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:26:02 GMT Server: Apache x-openstack-request-id: req-589131e5-6dee-4a02-ad3d-89d933de2ee0 Location: http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:26:02,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:02 GMT Server: Apache x-openstack-request-id: req-4d532fcf-092d-4260-a640-099f86cb8c0f 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": "16429544eef84239983abab5ee34a0cf", "OS::stack_id": "21fee60d-8233-461c-ae4d-4f104b618475", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "image_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image", "inst_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-inst", "subnet_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet", "net_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net", "flavor_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "stack_user_project_id": "512bfa2a8df942f682b7d95ae81f3a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:25:57Z", "links": [{"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "21fee60d-8233-461c-ae4d-4f104b618475", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:26:02,670 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 used request id req-4d532fcf-092d-4260-a640-099f86cb8c0f 2019-01-20 13:26:02,671 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:26:02,671 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:26:05,674 - create_stack - DEBUG - Stack status query timeout in 1193.2034781 2019-01-20 13:26:05,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/21fee60d-8233-461c-ae4d-4f104b618475 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" 2019-01-20 13:26:05,853 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:26:05 GMT Server: Apache x-openstack-request-id: req-dda3507a-8b34-4060-a242-ba8de1f84d3b Location: http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:26:06,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:05 GMT Server: Apache x-openstack-request-id: req-e796adb4-c278-49e5-add0-c1dd71233ee5 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": "16429544eef84239983abab5ee34a0cf", "OS::stack_id": "21fee60d-8233-461c-ae4d-4f104b618475", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "image_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image", "inst_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-inst", "subnet_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet", "net_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net", "flavor_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "stack_user_project_id": "512bfa2a8df942f682b7d95ae81f3a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:25:57Z", "links": [{"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "21fee60d-8233-461c-ae4d-4f104b618475", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:26:06,038 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 used request id req-e796adb4-c278-49e5-add0-c1dd71233ee5 2019-01-20 13:26:06,038 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:26:06,039 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:26:09,042 - create_stack - DEBUG - Stack status query timeout in 1189.83576798 2019-01-20 13:26:09,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/21fee60d-8233-461c-ae4d-4f104b618475 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" 2019-01-20 13:26:09,221 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:26:09 GMT Server: Apache x-openstack-request-id: req-695d02b2-938b-4acd-9ba0-748fea766788 Location: http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:26:09,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:09 GMT Server: Apache x-openstack-request-id: req-3cf2d2cb-9095-4c2b-8397-b88a143fa965 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": "16429544eef84239983abab5ee34a0cf", "OS::stack_id": "21fee60d-8233-461c-ae4d-4f104b618475", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "image_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image", "inst_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-inst", "subnet_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet", "net_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net", "flavor_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "stack_user_project_id": "512bfa2a8df942f682b7d95ae81f3a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:25:57Z", "links": [{"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "21fee60d-8233-461c-ae4d-4f104b618475", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:26:09,263 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 used request id req-3cf2d2cb-9095-4c2b-8397-b88a143fa965 2019-01-20 13:26:09,264 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:26:09,264 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:26:12,267 - create_stack - DEBUG - Stack status query timeout in 1186.61039495 2019-01-20 13:26:12,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/21fee60d-8233-461c-ae4d-4f104b618475 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" 2019-01-20 13:26:12,455 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:26:12 GMT Server: Apache x-openstack-request-id: req-b5f87296-0251-4974-a161-6598af857afb Location: http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:26:12,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:12 GMT Server: Apache x-openstack-request-id: req-8255a9a8-cd79-4199-8df8-684dde2bebe9 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": "16429544eef84239983abab5ee34a0cf", "OS::stack_id": "21fee60d-8233-461c-ae4d-4f104b618475", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "image_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image", "inst_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-inst", "subnet_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet", "net_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net", "flavor_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "stack_user_project_id": "512bfa2a8df942f682b7d95ae81f3a78", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:25:57Z", "links": [{"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "21fee60d-8233-461c-ae4d-4f104b618475", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:26:12,498 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 used request id req-8255a9a8-cd79-4199-8df8-684dde2bebe9 2019-01-20 13:26:12,498 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:26:12,498 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:26:15,502 - create_stack - DEBUG - Stack status query timeout in 1183.37587309 2019-01-20 13:26:15,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/21fee60d-8233-461c-ae4d-4f104b618475 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" 2019-01-20 13:26:15,533 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:26:15 GMT Server: Apache x-openstack-request-id: req-082096ea-4636-4f81-96a4-4697e1640593 Location: http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:26:15,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:15 GMT Server: Apache x-openstack-request-id: req-2bb79c35-08b1-4a97-a729-27ae72d17b6d 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": "16429544eef84239983abab5ee34a0cf", "OS::stack_id": "21fee60d-8233-461c-ae4d-4f104b618475", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "image_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image", "inst_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-inst", "subnet_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet", "net_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net", "flavor_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "stack_user_project_id": "512bfa2a8df942f682b7d95ae81f3a78", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:25:57Z", "links": [{"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "21fee60d-8233-461c-ae4d-4f104b618475", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:26:15,721 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 used request id req-2bb79c35-08b1-4a97-a729-27ae72d17b6d 2019-01-20 13:26:15,722 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-20 13:26:15,722 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack 2019-01-20 13:26:15,722 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack 2019-01-20 13:26:15,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/21fee60d-8233-461c-ae4d-4f104b618475/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" 2019-01-20 13:26:15,752 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:26:15 GMT Server: Apache x-openstack-request-id: req-346b5019-0a87-45a4-b9cf-0f5760b07d33 Location: http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:26:15,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:15 GMT Server: Apache x-openstack-request-id: req-7bcc1464-58d5-470f-8b99-342c6cf98c65 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 575 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-20T13:25:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:25:58Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "47422a93-5537-4527-a9a1-95682ee56272", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-20T13:25:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:25:58Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "a81157d6-9b23-4b0b-bb08-0b4ed73b610c", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-20T13:25:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:25:58Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "72d677bc-21e0-4f00-a059-3fe33fa59521", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-20T13:25:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:25:58Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "529d688f-6763-4337-8790-65495db8b4b0", "resource_type": "OS::Nova::Server"}]} 2019-01-20 13:26:15,947 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475/resources used request id req-7bcc1464-58d5-470f-8b99-342c6cf98c65 2019-01-20 13:26:15,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=72d677bc-21e0-4f00-a059-3fe33fa59521 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" 2019-01-20 13:26:16,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-d33b3dfc-2959-4257-a5db-65ea0dc30897 Date: Sun, 20 Jan 2019 13:26: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":["a81157d6-9b23-4b0b-bb08-0b4ed73b610c"],"updated_at":"2019-01-20T13:26:00Z","tenant_id":"16429544eef84239983abab5ee34a0cf","created_at":"2019-01-20T13:25:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"16429544eef84239983abab5ee34a0cf","id":"72d677bc-21e0-4f00-a059-3fe33fa59521","name":"CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net"}]} 2019-01-20 13:26:16,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=72d677bc-21e0-4f00-a059-3fe33fa59521 used request id req-d33b3dfc-2959-4257-a5db-65ea0dc30897 2019-01-20 13:26:16,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=72d677bc-21e0-4f00-a059-3fe33fa59521 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" 2019-01-20 13:26:16,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-760ab70b-098b-4b0e-8ce9-1d3234e19892 Date: Sun, 20 Jan 2019 13:26:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"72d677bc-21e0-4f00-a059-3fe33fa59521","tenant_id":"16429544eef84239983abab5ee34a0cf","created_at":"2019-01-20T13:26:00Z","dns_nameservers":[],"updated_at":"2019-01-20T13:26:00Z","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":"16429544eef84239983abab5ee34a0cf","id":"a81157d6-9b23-4b0b-bb08-0b4ed73b610c","subnetpool_id":null,"name":"CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet"}]} 2019-01-20 13:26:16,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=72d677bc-21e0-4f00-a059-3fe33fa59521 used request id req-760ab70b-098b-4b0e-8ce9-1d3234e19892 2019-01-20 13:26:16,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=72d677bc-21e0-4f00-a059-3fe33fa59521 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" 2019-01-20 13:26:16,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-0bd3fb56-8d18-49c6-a31c-9890b4245bc9 Date: Sun, 20 Jan 2019 13:26:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"72d677bc-21e0-4f00-a059-3fe33fa59521","tenant_id":"16429544eef84239983abab5ee34a0cf","created_at":"2019-01-20T13:26:00Z","dns_nameservers":[],"updated_at":"2019-01-20T13:26:00Z","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":"16429544eef84239983abab5ee34a0cf","id":"a81157d6-9b23-4b0b-bb08-0b4ed73b610c","subnetpool_id":null,"name":"CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet"}]} 2019-01-20 13:26:16,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=72d677bc-21e0-4f00-a059-3fe33fa59521 used request id req-0bd3fb56-8d18-49c6-a31c-9890b4245bc9 2019-01-20 13:26:16,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:26:16,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:26:16,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f92b060fd498468f83c7eda22c6028bf", "name": "CreateStackSuccessTests-1f1d606f-9b48-423-proj-role"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:26:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "16429544eef84239983abab5ee34a0cf", "name": "CreateStackSuccessTests-1f1d606f-9b48-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/16429544eef84239983abab5ee34a0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/16429544eef84239983abab5ee34a0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/16429544eef84239983abab5ee34a0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/16429544eef84239983abab5ee34a0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/16429544eef84239983abab5ee34a0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/16429544eef84239983abab5ee34a0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/16429544eef84239983abab5ee34a0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/16429544eef84239983abab5ee34a0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/16429544eef84239983abab5ee34a0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/16429544eef84239983abab5ee34a0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/16429544eef84239983abab5ee34a0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-1f1d606f-9b48-423-user", "id": "bd35c451ab8a43c58a480fea27694b45"}, "audit_ids": ["CNc2H0PCRfeQcbDFhJw7FQ"], "issued_at": "2019-01-20T13:26:16.000000Z"}} 2019-01-20 13:26:16,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a380a34c9e380c0b8311f728b838d307962b013" 2019-01-20 13:26:16,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4b1285b-6a6d-40e1-b712-1a2115b4d114 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:26:16,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e4b1285b-6a6d-40e1-b712-1a2115b4d114 2019-01-20 13:26:16,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a380a34c9e380c0b8311f728b838d307962b013" 2019-01-20 13:26:17,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-02908ba6-0c9a-4313-b737-fd62ed82857c Date: Sun, 20 Jan 2019 13:26: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":["a81157d6-9b23-4b0b-bb08-0b4ed73b610c"],"updated_at":"2019-01-20T13:26:00Z","tenant_id":"16429544eef84239983abab5ee34a0cf","created_at":"2019-01-20T13:25:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"16429544eef84239983abab5ee34a0cf","id":"72d677bc-21e0-4f00-a059-3fe33fa59521","name":"CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net"}]} 2019-01-20 13:26:17,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net used request id req-02908ba6-0c9a-4313-b737-fd62ed82857c 2019-01-20 13:26:17,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:26:17,204 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:26:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:26:17,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/16429544eef84239983abab5ee34a0cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a380a34c9e380c0b8311f728b838d307962b013" 2019-01-20 13:26:17,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89fa3023-3910-46a6-ab8c-4f1ba47524b1 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/16429544eef84239983abab5ee34a0cf"}, "enabled": true, "id": "16429544eef84239983abab5ee34a0cf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-1f1d606f-9b48-423-proj"}} 2019-01-20 13:26:17,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/16429544eef84239983abab5ee34a0cf used request id req-89fa3023-3910-46a6-ab8c-4f1ba47524b1 2019-01-20 13:26:17,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=72d677bc-21e0-4f00-a059-3fe33fa59521 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a380a34c9e380c0b8311f728b838d307962b013" 2019-01-20 13:26:17,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-4a539b67-5414-4234-9a0d-ac83b1a2df5c Date: Sun, 20 Jan 2019 13:26:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"72d677bc-21e0-4f00-a059-3fe33fa59521","tenant_id":"16429544eef84239983abab5ee34a0cf","created_at":"2019-01-20T13:26:00Z","dns_nameservers":[],"updated_at":"2019-01-20T13:26:00Z","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":"16429544eef84239983abab5ee34a0cf","id":"a81157d6-9b23-4b0b-bb08-0b4ed73b610c","subnetpool_id":null,"name":"CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet"}]} 2019-01-20 13:26:17,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=72d677bc-21e0-4f00-a059-3fe33fa59521 used request id req-4a539b67-5414-4234-9a0d-ac83b1a2df5c 2019-01-20 13:26:17,505 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:26:17,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f92b060fd498468f83c7eda22c6028bf", "name": "CreateStackSuccessTests-1f1d606f-9b48-423-proj-role"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:26:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "16429544eef84239983abab5ee34a0cf", "name": "CreateStackSuccessTests-1f1d606f-9b48-423-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/16429544eef84239983abab5ee34a0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/16429544eef84239983abab5ee34a0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/16429544eef84239983abab5ee34a0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/16429544eef84239983abab5ee34a0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/16429544eef84239983abab5ee34a0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/16429544eef84239983abab5ee34a0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/16429544eef84239983abab5ee34a0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/16429544eef84239983abab5ee34a0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/16429544eef84239983abab5ee34a0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/16429544eef84239983abab5ee34a0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/16429544eef84239983abab5ee34a0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-1f1d606f-9b48-423-user", "id": "bd35c451ab8a43c58a480fea27694b45"}, "audit_ids": ["Zc7KjdyfS8uFkxmG5H5-3A"], "issued_at": "2019-01-20T13:26:17.000000Z"}} 2019-01-20 13:26:17,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01858e8f410883f9c3cb05bfc7685726b94d3" 2019-01-20 13:26:17,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e5f14f7-0837-4476-8c50-41a2a1d5c4c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:26:17,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2e5f14f7-0837-4476-8c50-41a2a1d5c4c5 2019-01-20 13:26:17,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01858e8f410883f9c3cb05bfc7685726b94d3" 2019-01-20 13:26:18,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-e99c8d77-271e-4fa5-a3e1-58d8bd0bcba6 Date: Sun, 20 Jan 2019 13:26: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":["a81157d6-9b23-4b0b-bb08-0b4ed73b610c"],"updated_at":"2019-01-20T13:26:00Z","tenant_id":"16429544eef84239983abab5ee34a0cf","created_at":"2019-01-20T13:25:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"16429544eef84239983abab5ee34a0cf","id":"72d677bc-21e0-4f00-a059-3fe33fa59521","name":"CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net"}]} 2019-01-20 13:26:18,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net used request id req-e99c8d77-271e-4fa5-a3e1-58d8bd0bcba6 2019-01-20 13:26:18,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=72d677bc-21e0-4f00-a059-3fe33fa59521 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01858e8f410883f9c3cb05bfc7685726b94d3" 2019-01-20 13:26:18,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-01a12e0e-0228-4482-b74d-4892c67fbd9f Date: Sun, 20 Jan 2019 13:26:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"72d677bc-21e0-4f00-a059-3fe33fa59521","tenant_id":"16429544eef84239983abab5ee34a0cf","created_at":"2019-01-20T13:26:00Z","dns_nameservers":[],"updated_at":"2019-01-20T13:26:00Z","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":"16429544eef84239983abab5ee34a0cf","id":"a81157d6-9b23-4b0b-bb08-0b4ed73b610c","subnetpool_id":null,"name":"CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet"}]} 2019-01-20 13:26:18,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=72d677bc-21e0-4f00-a059-3fe33fa59521 used request id req-01a12e0e-0228-4482-b74d-4892c67fbd9f 2019-01-20 13:26:18,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=72d677bc-21e0-4f00-a059-3fe33fa59521 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01858e8f410883f9c3cb05bfc7685726b94d3" 2019-01-20 13:26:18,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-b322361c-0d71-4839-897c-937f88dc7d74 Date: Sun, 20 Jan 2019 13:26: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":["a81157d6-9b23-4b0b-bb08-0b4ed73b610c"],"updated_at":"2019-01-20T13:26:00Z","tenant_id":"16429544eef84239983abab5ee34a0cf","created_at":"2019-01-20T13:25:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"16429544eef84239983abab5ee34a0cf","id":"72d677bc-21e0-4f00-a059-3fe33fa59521","name":"CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net"}]} 2019-01-20 13:26:18,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=72d677bc-21e0-4f00-a059-3fe33fa59521 used request id req-b322361c-0d71-4839-897c-937f88dc7d74 2019-01-20 13:26:18,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=72d677bc-21e0-4f00-a059-3fe33fa59521 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01858e8f410883f9c3cb05bfc7685726b94d3" 2019-01-20 13:26:18,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-9fc24609-bf16-485d-bab0-808d4b15d21b Date: Sun, 20 Jan 2019 13:26:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"72d677bc-21e0-4f00-a059-3fe33fa59521","tenant_id":"16429544eef84239983abab5ee34a0cf","created_at":"2019-01-20T13:26:00Z","dns_nameservers":[],"updated_at":"2019-01-20T13:26:00Z","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":"16429544eef84239983abab5ee34a0cf","id":"a81157d6-9b23-4b0b-bb08-0b4ed73b610c","subnetpool_id":null,"name":"CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet"}]} 2019-01-20 13:26:18,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=72d677bc-21e0-4f00-a059-3fe33fa59521 used request id req-9fc24609-bf16-485d-bab0-808d4b15d21b 2019-01-20 13:26:18,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=72d677bc-21e0-4f00-a059-3fe33fa59521&name=CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01858e8f410883f9c3cb05bfc7685726b94d3" 2019-01-20 13:26:18,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-0dc2c491-dbaf-4824-a245-46a09ea93110 Date: Sun, 20 Jan 2019 13:26:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"72d677bc-21e0-4f00-a059-3fe33fa59521","tenant_id":"16429544eef84239983abab5ee34a0cf","created_at":"2019-01-20T13:26:00Z","dns_nameservers":[],"updated_at":"2019-01-20T13:26:00Z","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":"16429544eef84239983abab5ee34a0cf","id":"a81157d6-9b23-4b0b-bb08-0b4ed73b610c","subnetpool_id":null,"name":"CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet"}]} 2019-01-20 13:26:18,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=72d677bc-21e0-4f00-a059-3fe33fa59521&name=CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet used request id req-0dc2c491-dbaf-4824-a245-46a09ea93110 2019-01-20 13:26:18,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/a81157d6-9b23-4b0b-bb08-0b4ed73b610c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01858e8f410883f9c3cb05bfc7685726b94d3" 2019-01-20 13:26:19,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-99085c11-85e6-4f5f-b440-9bb481f863c5 Date: Sun, 20 Jan 2019 13:26:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"72d677bc-21e0-4f00-a059-3fe33fa59521","tenant_id":"16429544eef84239983abab5ee34a0cf","created_at":"2019-01-20T13:26:00Z","dns_nameservers":[],"updated_at":"2019-01-20T13:26:00Z","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":"16429544eef84239983abab5ee34a0cf","id":"a81157d6-9b23-4b0b-bb08-0b4ed73b610c","subnetpool_id":null,"name":"CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet"}} 2019-01-20 13:26:19,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/a81157d6-9b23-4b0b-bb08-0b4ed73b610c used request id req-99085c11-85e6-4f5f-b440-9bb481f863c5 2019-01-20 13:26:19,442 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack 2019-01-20 13:26:19,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/21fee60d-8233-461c-ae4d-4f104b618475 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" 2019-01-20 13:26:19,473 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:26:19 GMT Server: Apache x-openstack-request-id: req-276b314c-f298-4c31-a452-2c111464f744 Location: http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:26:19,693 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:26:19 GMT Server: Apache x-openstack-request-id: req-a7cc08d9-dd01-4bdd-9d76-89d25359f080 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:26:19,693 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 used request id req-a7cc08d9-dd01-4bdd-9d76-89d25359f080 2019-01-20 13:26:19,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/21fee60d-8233-461c-ae4d-4f104b618475 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" 2019-01-20 13:26:19,866 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:26:19 GMT Server: Apache x-openstack-request-id: req-65f27742-6614-43f4-891a-82770ce919ed Location: http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:26:20,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:19 GMT Server: Apache x-openstack-request-id: req-17f3d9ce-03c8-447f-88ce-bc7a26bf72b9 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": "16429544eef84239983abab5ee34a0cf", "OS::stack_id": "21fee60d-8233-461c-ae4d-4f104b618475", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "image_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image", "inst_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-inst", "subnet_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet", "flavor_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-flavor-name", "net_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "stack_user_project_id": "512bfa2a8df942f682b7d95ae81f3a78", "tags": null, "creation_time": "2019-01-20T13:25:57Z", "links": [{"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:26:19Z", "id": "21fee60d-8233-461c-ae4d-4f104b618475", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:26:20,041 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 used request id req-17f3d9ce-03c8-447f-88ce-bc7a26bf72b9 2019-01-20 13:26:20,041 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:26:20,041 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:26:23,042 - create_stack - DEBUG - Stack status query timeout in 1196.65134788 2019-01-20 13:26:23,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/21fee60d-8233-461c-ae4d-4f104b618475 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" 2019-01-20 13:26:23,073 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:26:23 GMT Server: Apache x-openstack-request-id: req-93a825c2-4f4c-40e8-99bf-73e5e0651ce1 Location: http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:26:23,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:23 GMT Server: Apache x-openstack-request-id: req-b5bbd7ac-a434-4470-ae12-f08876b4f5dd 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": "16429544eef84239983abab5ee34a0cf", "OS::stack_id": "21fee60d-8233-461c-ae4d-4f104b618475", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "image_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image", "inst_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-inst", "subnet_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet", "flavor_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-flavor-name", "net_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "stack_user_project_id": "512bfa2a8df942f682b7d95ae81f3a78", "tags": null, "creation_time": "2019-01-20T13:25:57Z", "links": [{"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:26:19Z", "id": "21fee60d-8233-461c-ae4d-4f104b618475", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:26:23,240 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 used request id req-b5bbd7ac-a434-4470-ae12-f08876b4f5dd 2019-01-20 13:26:23,240 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:26:23,240 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:26:26,244 - create_stack - DEBUG - Stack status query timeout in 1193.44979501 2019-01-20 13:26:26,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/21fee60d-8233-461c-ae4d-4f104b618475 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" 2019-01-20 13:26:26,273 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:26:26 GMT Server: Apache x-openstack-request-id: req-1570fdd5-7d7f-4d98-b76a-a5944df39f8a Location: http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:26:26,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:26 GMT Server: Apache x-openstack-request-id: req-a61454cf-62b6-40c9-bbd5-7697b4340021 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": "16429544eef84239983abab5ee34a0cf", "OS::stack_id": "21fee60d-8233-461c-ae4d-4f104b618475", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "image_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image", "inst_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-inst", "subnet_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet", "flavor_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-flavor-name", "net_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "stack_user_project_id": "512bfa2a8df942f682b7d95ae81f3a78", "tags": null, "creation_time": "2019-01-20T13:25:57Z", "links": [{"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:26:19Z", "id": "21fee60d-8233-461c-ae4d-4f104b618475", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:26:26,299 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 used request id req-a61454cf-62b6-40c9-bbd5-7697b4340021 2019-01-20 13:26:26,299 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:26:26,299 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:26:29,302 - create_stack - DEBUG - Stack status query timeout in 1190.39103603 2019-01-20 13:26:29,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/21fee60d-8233-461c-ae4d-4f104b618475 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" 2019-01-20 13:26:29,333 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:26:29 GMT Server: Apache x-openstack-request-id: req-4b9f550f-503f-46fe-8487-6cc4222b82f0 Location: http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:26:29,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:29 GMT Server: Apache x-openstack-request-id: req-bc39f21e-518a-4026-b1c8-4f1d08203089 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": "16429544eef84239983abab5ee34a0cf", "OS::stack_id": "21fee60d-8233-461c-ae4d-4f104b618475", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "image_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image", "inst_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-inst", "subnet_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet", "flavor_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-flavor-name", "net_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "stack_user_project_id": "512bfa2a8df942f682b7d95ae81f3a78", "tags": null, "creation_time": "2019-01-20T13:25:57Z", "links": [{"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:26:19Z", "id": "21fee60d-8233-461c-ae4d-4f104b618475", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:26:29,376 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 used request id req-bc39f21e-518a-4026-b1c8-4f1d08203089 2019-01-20 13:26:29,376 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:26:29,376 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:26:32,379 - create_stack - DEBUG - Stack status query timeout in 1187.31395006 2019-01-20 13:26:32,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/21fee60d-8233-461c-ae4d-4f104b618475 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" 2019-01-20 13:26:32,566 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:26:32 GMT Server: Apache x-openstack-request-id: req-e63d771f-6875-42f2-b4d4-2a8ffce998fd Location: http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:26:32,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:32 GMT Server: Apache x-openstack-request-id: req-6ecc3a2b-634c-4083-9ddc-777e9cf67383 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": "16429544eef84239983abab5ee34a0cf", "OS::stack_id": "21fee60d-8233-461c-ae4d-4f104b618475", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "image_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image", "inst_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-inst", "subnet_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-subnet", "flavor_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-flavor-name", "net_name": "CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-net"}, "deletion_time": "2019-01-20T13:26:31Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack", "stack_user_project_id": "512bfa2a8df942f682b7d95ae81f3a78", "tags": null, "creation_time": "2019-01-20T13:25:57Z", "links": [{"href": "http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-20T13:26:19Z", "id": "21fee60d-8233-461c-ae4d-4f104b618475", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:26:32,764 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 used request id req-6ecc3a2b-634c-4083-9ddc-777e9cf67383 2019-01-20 13:26:32,764 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-20 13:26:32,765 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack 2019-01-20 13:26:32,765 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack 2019-01-20 13:26:32,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/21fee60d-8233-461c-ae4d-4f104b618475 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e386342a38229d9fd8367b0808865412258839c" 2019-01-20 13:26:32,794 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:26:32 GMT Server: Apache x-openstack-request-id: req-23ba3207-f528-4745-ae52-10afe4afaebe Location: http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:26:32,960 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:26:32 GMT Server: Apache x-openstack-request-id: req-e75eff5a-d244-424c-895f-d9276b3024b2 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-20 13:26:32,960 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/16429544eef84239983abab5ee34a0cf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-stack/21fee60d-8233-461c-ae4d-4f104b618475 used request id req-e75eff5a-d244-424c-895f-d9276b3024b2 2019-01-20 13:26:32,961 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-a3bf5aa7-76ad-4c12-9128-14787cbf6ded-image 2019-01-20 13:26:32,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/2eef338f-b6a0-43b5-b22f-435929c3c394 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26e1d1324f866e7dd2c9cdcdfcd7e32aa374c6b6" 2019-01-20 13:26:34,599 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d02c08ff-fb4b-484c-bfe4-e80149ea004b Date: Sun, 20 Jan 2019 13:26:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:26:34,599 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/2eef338f-b6a0-43b5-b22f-435929c3c394 used request id req-d02c08ff-fb4b-484c-bfe4-e80149ea004b 2019-01-20 13:26:34,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/39511b0f-a8b8-44a8-aac5-ec8ce0b4e193 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078a8c69bed7cdd729fa78555619e65050f266e4" 2019-01-20 13:26:34,643 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-3168217e-7367-4269-959c-b075c694557a x-compute-request-id: req-3168217e-7367-4269-959c-b075c694557a Content-Length: 0 Content-Type: application/json 2019-01-20 13:26:34,643 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/39511b0f-a8b8-44a8-aac5-ec8ce0b4e193 used request id req-3168217e-7367-4269-959c-b075c694557a 2019-01-20 13:26:34,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39de144fbe27b7f4a477c36a7f442a565d93a5ac" 2019-01-20 13:26:34,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-a0d86b04-1275-445a-b53c-3e8063b1fb08 Date: Sun, 20 Jan 2019 13:26:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "16429544eef84239983abab5ee34a0cf", "created_at": "2019-01-20T13:25:58Z", "updated_at": "2019-01-20T13:25:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:25:59Z", "revision_number": 0, "id": "06ac1411-6477-4449-a8ea-01f5fda7d0b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:25:59Z", "security_group_id": "b8a02616-a5db-437e-a003-865a5ac737a8", "tenant_id": "16429544eef84239983abab5ee34a0cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "16429544eef84239983abab5ee34a0cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:25:59Z", "revision_number": 0, "id": "2fd2487b-a879-4ae5-bc57-b87764a660d4", "remote_group_id": "b8a02616-a5db-437e-a003-865a5ac737a8", "remote_ip_prefix": null, "created_at": "2019-01-20T13:25:59Z", "security_group_id": "b8a02616-a5db-437e-a003-865a5ac737a8", "tenant_id": "16429544eef84239983abab5ee34a0cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "16429544eef84239983abab5ee34a0cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:25:58Z", "revision_number": 0, "id": "30c2c0e6-fe9a-4bb6-a22f-3e2da90102db", "remote_group_id": "b8a02616-a5db-437e-a003-865a5ac737a8", "remote_ip_prefix": null, "created_at": "2019-01-20T13:25:58Z", "security_group_id": "b8a02616-a5db-437e-a003-865a5ac737a8", "tenant_id": "16429544eef84239983abab5ee34a0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "16429544eef84239983abab5ee34a0cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:25:58Z", "revision_number": 0, "id": "8c4cdb4a-fcfd-4683-8545-666feb28e6f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:25:58Z", "security_group_id": "b8a02616-a5db-437e-a003-865a5ac737a8", "tenant_id": "16429544eef84239983abab5ee34a0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "16429544eef84239983abab5ee34a0cf"}], "revision_number": 4, "project_id": "16429544eef84239983abab5ee34a0cf", "id": "b8a02616-a5db-437e-a003-865a5ac737a8", "name": "default"}]} 2019-01-20 13:26:34,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-a0d86b04-1275-445a-b53c-3e8063b1fb08 2019-01-20 13:26:34,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39de144fbe27b7f4a477c36a7f442a565d93a5ac" 2019-01-20 13:26:34,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fd3aa4b-1765-446b-aff4-62634b71dd21 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:26:34,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-3fd3aa4b-1765-446b-aff4-62634b71dd21 2019-01-20 13:26:34,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39de144fbe27b7f4a477c36a7f442a565d93a5ac" 2019-01-20 13:26:35,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a618322e-f594-4d0a-9c77-97b0bbeafec3 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:26:35,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-a618322e-f594-4d0a-9c77-97b0bbeafec3 2019-01-20 13:26:35,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39de144fbe27b7f4a477c36a7f442a565d93a5ac" 2019-01-20 13:26:35,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fa403a9-41eb-495d-9f7d-79638e0ffb4e Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:26:35,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-1fa403a9-41eb-495d-9f7d-79638e0ffb4e 2019-01-20 13:26:35,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/16429544eef84239983abab5ee34a0cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39de144fbe27b7f4a477c36a7f442a565d93a5ac" 2019-01-20 13:26:35,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb2d074d-4731-4b13-860b-9bef871ead3d Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/16429544eef84239983abab5ee34a0cf"}, "enabled": true, "id": "16429544eef84239983abab5ee34a0cf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-1f1d606f-9b48-423-proj"}} 2019-01-20 13:26:35,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/16429544eef84239983abab5ee34a0cf used request id req-bb2d074d-4731-4b13-860b-9bef871ead3d 2019-01-20 13:26:35,261 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b8a02616-a5db-437e-a003-865a5ac737a8 2019-01-20 13:26:35,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b8a02616-a5db-437e-a003-865a5ac737a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39de144fbe27b7f4a477c36a7f442a565d93a5ac" 2019-01-20 13:26:35,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-60e4f6b8-cae1-4918-a91b-891fe821fc86 Date: Sun, 20 Jan 2019 13:26: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": "2019-01-20T13:25:59Z", "security_group_id": "b8a02616-a5db-437e-a003-865a5ac737a8", "port_range_min": null, "revision_number": 0, "tenant_id": "16429544eef84239983abab5ee34a0cf", "created_at": "2019-01-20T13:25:59Z", "project_id": "16429544eef84239983abab5ee34a0cf", "id": "06ac1411-6477-4449-a8ea-01f5fda7d0b3"}, {"remote_group_id": "b8a02616-a5db-437e-a003-865a5ac737a8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:25:59Z", "security_group_id": "b8a02616-a5db-437e-a003-865a5ac737a8", "port_range_min": null, "revision_number": 0, "tenant_id": "16429544eef84239983abab5ee34a0cf", "created_at": "2019-01-20T13:25:59Z", "project_id": "16429544eef84239983abab5ee34a0cf", "id": "2fd2487b-a879-4ae5-bc57-b87764a660d4"}, {"remote_group_id": "b8a02616-a5db-437e-a003-865a5ac737a8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:25:58Z", "security_group_id": "b8a02616-a5db-437e-a003-865a5ac737a8", "port_range_min": null, "revision_number": 0, "tenant_id": "16429544eef84239983abab5ee34a0cf", "created_at": "2019-01-20T13:25:58Z", "project_id": "16429544eef84239983abab5ee34a0cf", "id": "30c2c0e6-fe9a-4bb6-a22f-3e2da90102db"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:25:58Z", "security_group_id": "b8a02616-a5db-437e-a003-865a5ac737a8", "port_range_min": null, "revision_number": 0, "tenant_id": "16429544eef84239983abab5ee34a0cf", "created_at": "2019-01-20T13:25:58Z", "project_id": "16429544eef84239983abab5ee34a0cf", "id": "8c4cdb4a-fcfd-4683-8545-666feb28e6f0"}]} 2019-01-20 13:26:35,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b8a02616-a5db-437e-a003-865a5ac737a8 used request id req-60e4f6b8-cae1-4918-a91b-891fe821fc86 2019-01-20 13:26:35,449 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:26:35,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/b8a02616-a5db-437e-a003-865a5ac737a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39de144fbe27b7f4a477c36a7f442a565d93a5ac" 2019-01-20 13:26:35,767 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4e23a282-e45a-417d-964b-4d7edc21c8a5 Content-Length: 0 Date: Sun, 20 Jan 2019 13:26:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:26:35,767 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/b8a02616-a5db-437e-a003-865a5ac737a8 used request id req-4e23a282-e45a-417d-964b-4d7edc21c8a5 2019-01-20 13:26:35,768 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-1f1d606f-9b48-423-proj 2019-01-20 13:26:35,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/16429544eef84239983abab5ee34a0cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39de144fbe27b7f4a477c36a7f442a565d93a5ac" 2019-01-20 13:26:36,014 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:26:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-623715f4-1aca-49fe-932f-642f79bc6b2b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:26:36,014 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/16429544eef84239983abab5ee34a0cf used request id req-623715f4-1aca-49fe-932f-642f79bc6b2b 2019-01-20 13:26:36,014 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-1f1d606f-9b48-423-proj-role 2019-01-20 13:26:36,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/f92b060fd498468f83c7eda22c6028bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39de144fbe27b7f4a477c36a7f442a565d93a5ac" 2019-01-20 13:26:36,126 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:26:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c4d2763-94cc-449f-a1d6-af48f94da2a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:26:36,126 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/f92b060fd498468f83c7eda22c6028bf used request id req-6c4d2763-94cc-449f-a1d6-af48f94da2a6 2019-01-20 13:26:36,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39de144fbe27b7f4a477c36a7f442a565d93a5ac" 2019-01-20 13:26:36,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fa4d81a-4815-4925-b6cb-547936567ded Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:26:36,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2fa4d81a-4815-4925-b6cb-547936567ded 2019-01-20 13:26:36,217 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-1f1d606f-9b48-423-user 2019-01-20 13:26:36,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/bd35c451ab8a43c58a480fea27694b45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50d04d3c6b62c424e6a34a114ca9665f318a747" 2019-01-20 13:26:36,388 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:26:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d83e6231-a4cf-4ee4-b75c-1fe9061e67be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:26:36,388 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/bd35c451ab8a43c58a480fea27694b45 used request id req-d83e6231-a4cf-4ee4-b75c-1fe9061e67be 2019-01-20 13:26:36,389 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:26:36,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:26:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ShMweGmCRm67sFZy35D89g"], "issued_at": "2019-01-20T13:26:36.000000Z"}} 2019-01-20 13:26:36,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e0c880c8c7bf22fcbee14659306e0efa4f9bdff" 2019-01-20 13:26:36,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f44b7a7-93d6-4fa8-a842-d4722125a82f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:26:36,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8f44b7a7-93d6-4fa8-a842-d4722125a82f 2019-01-20 13:26:36,876 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:26:36,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:26:37,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:26:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["eLffKarQQpSMOhUy0_x2og"], "issued_at": "2019-01-20T13:26:37.000000Z"}} 2019-01-20 13:26:37,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14519b911f9a160fc45b00e21c3a820d8d6e2421" 2019-01-20 13:26:37,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fad14a3a-5a79-4469-b6ae-ff835d6643d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:26:37,340 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fad14a3a-5a79-4469-b6ae-ff835d6643d2 2019-01-20 13:26:37,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:26:37,350 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:26: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:26:37,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14519b911f9a160fc45b00e21c3a820d8d6e2421" 2019-01-20 13:26:37,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88b730d3-2c7b-4897-9b09-ea3e2a2ef2ca Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:26:37,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj used request id req-88b730d3-2c7b-4897-9b09-ea3e2a2ef2ca 2019-01-20 13:26:37,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14519b911f9a160fc45b00e21c3a820d8d6e2421" 2019-01-20 13:26:37,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d44fab92-d10a-4db8-a90a-00179de91066 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:26:37,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-d44fab92-d10a-4db8-a90a-00179de91066 2019-01-20 13:26:37,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14519b911f9a160fc45b00e21c3a820d8d6e2421" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj"}}' 2019-01-20 13:26:37,652 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:26:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48f2564f-1d13-45e9-8e27-b504c936f2cd Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf"}, "enabled": true, "id": "2d5e2b94bb9d48358a4b13b5513d54bf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj"}} 2019-01-20 13:26:37,653 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-48f2564f-1d13-45e9-8e27-b504c936f2cd 2019-01-20 13:26:37,653 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj 2019-01-20 13:26:37,653 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:26:37,654 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:26:38,026 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:26:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["UzlpmPKzT5aahyQm4UvDaA"], "issued_at": "2019-01-20T13:26:38.000000Z"}} 2019-01-20 13:26:38,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d2e666ceb9745928c65e075de7e4a46ab986c3f" 2019-01-20 13:26:38,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81ca8b58-ecf5-485f-9cc2-39375ae87f83 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:26:38,119 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-81ca8b58-ecf5-485f-9cc2-39375ae87f83 2019-01-20 13:26:38,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:26:38,129 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:26:38,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d2e666ceb9745928c65e075de7e4a46ab986c3f" 2019-01-20 13:26:38,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc081b17-27ae-4ab4-af5a-fff4a9400c87 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:26:38,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-dc081b17-27ae-4ab4-af5a-fff4a9400c87 2019-01-20 13:26:38,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d2e666ceb9745928c65e075de7e4a46ab986c3f" 2019-01-20 13:26:38,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a63dcfb1-a68b-4768-94a4-f4cbd35e920c Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf"}, "enabled": true, "id": "2d5e2b94bb9d48358a4b13b5513d54bf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj"}]} 2019-01-20 13:26:38,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj used request id req-a63dcfb1-a68b-4768-94a4-f4cbd35e920c 2019-01-20 13:26:38,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d2e666ceb9745928c65e075de7e4a46ab986c3f" 2019-01-20 13:26:38,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5ac5c8d-143f-4804-b4f9-ed9f4df8d823 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:26:38,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-e5ac5c8d-143f-4804-b4f9-ed9f4df8d823 2019-01-20 13:26:38,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d2e666ceb9745928c65e075de7e4a46ab986c3f" 2019-01-20 13:26:38,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bd64f02-396e-443a-adf4-73b86dd1141d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:26:38,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2bd64f02-396e-443a-adf4-73b86dd1141d 2019-01-20 13:26:38,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d2e666ceb9745928c65e075de7e4a46ab986c3f" 2019-01-20 13:26:38,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddf6d9cb-e8c3-4080-bfae-48a317843bfb Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf"}, "enabled": true, "id": "2d5e2b94bb9d48358a4b13b5513d54bf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj"}]} 2019-01-20 13:26:38,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj used request id req-ddf6d9cb-e8c3-4080-bfae-48a317843bfb 2019-01-20 13:26:38,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/0134633e4eb84bcbb941e1446b7e44d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d2e666ceb9745928c65e075de7e4a46ab986c3f" 2019-01-20 13:26:38,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eb2bd98-13e3-4e7e-a69e-d28048565980 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-user", "links": {"self": "http://172.30.9.22:5000/v3/users/0134633e4eb84bcbb941e1446b7e44d4"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "id": "0134633e4eb84bcbb941e1446b7e44d4", "password_expires_at": null}} 2019-01-20 13:26:38,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/0134633e4eb84bcbb941e1446b7e44d4 used request id req-5eb2bd98-13e3-4e7e-a69e-d28048565980 2019-01-20 13:26:38,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf/users/0134633e4eb84bcbb941e1446b7e44d4/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d2e666ceb9745928c65e075de7e4a46ab986c3f" 2019-01-20 13:26:39,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b62a955-0d82-4556-afaf-1b82a1b2a8f6 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf/users/0134633e4eb84bcbb941e1446b7e44d4/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 13:26:39,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf/users/0134633e4eb84bcbb941e1446b7e44d4/roles used request id req-9b62a955-0d82-4556-afaf-1b82a1b2a8f6 2019-01-20 13:26:39,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d2e666ceb9745928c65e075de7e4a46ab986c3f" 2019-01-20 13:26:39,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b24dd7d-55cf-476c-9f2a-f0afcc5255ee Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "domain_id": null, "name": "heat_stack_owner", "id": "8faca84f8c574391a4e761c020358bea"}} 2019-01-20 13:26:39,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea used request id req-1b24dd7d-55cf-476c-9f2a-f0afcc5255ee 2019-01-20 13:26:39,177 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj 2019-01-20 13:26:39,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf/users/0134633e4eb84bcbb941e1446b7e44d4/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d2e666ceb9745928c65e075de7e4a46ab986c3f" 2019-01-20 13:26:39,308 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:26:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba7b4fd1-5201-46d2-bee8-b75e88f7d935 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:26:39,308 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf/users/0134633e4eb84bcbb941e1446b7e44d4/roles/8faca84f8c574391a4e761c020358bea used request id req-ba7b4fd1-5201-46d2-bee8-b75e88f7d935 2019-01-20 13:26:39,309 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-8f5abb26-ccaa-4a0-user 2019-01-20 13:26:39,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:26:39,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14519b911f9a160fc45b00e21c3a820d8d6e2421" 2019-01-20 13:26:39,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2170b769-f9f5-49a4-8cda-62045c9d1175 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:26:39,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2170b769-f9f5-49a4-8cda-62045c9d1175 2019-01-20 13:26:39,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14519b911f9a160fc45b00e21c3a820d8d6e2421" -d '{"role": {"name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj-role"}}' 2019-01-20 13:26:39,521 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:26:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dcff2b5b-a059-440c-9ecb-f0b4e17e4214 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b853bdbc953a41cfae8370fde8c2d3d7", "links": {"self": "http://172.30.9.22:5000/v3/roles/b853bdbc953a41cfae8370fde8c2d3d7"}, "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj-role"}} 2019-01-20 13:26:39,521 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-dcff2b5b-a059-440c-9ecb-f0b4e17e4214 2019-01-20 13:26:39,522 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj-role 2019-01-20 13:26:39,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/b853bdbc953a41cfae8370fde8c2d3d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14519b911f9a160fc45b00e21c3a820d8d6e2421" 2019-01-20 13:26:39,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35055370-0e97-456f-8281-3fda873a01d0 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/b853bdbc953a41cfae8370fde8c2d3d7"}, "domain_id": null, "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj-role", "id": "b853bdbc953a41cfae8370fde8c2d3d7"}} 2019-01-20 13:26:39,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/b853bdbc953a41cfae8370fde8c2d3d7 used request id req-35055370-0e97-456f-8281-3fda873a01d0 2019-01-20 13:26:39,606 - keystone_utils - INFO - Granting role CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj-role to project CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj 2019-01-20 13:26:39,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf/users/0134633e4eb84bcbb941e1446b7e44d4/roles/b853bdbc953a41cfae8370fde8c2d3d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14519b911f9a160fc45b00e21c3a820d8d6e2421" 2019-01-20 13:26:39,763 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:26:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12ed9ad2-3978-4ceb-8781-079964bb7238 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:26:39,763 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf/users/0134633e4eb84bcbb941e1446b7e44d4/roles/b853bdbc953a41cfae8370fde8c2d3d7 used request id req-12ed9ad2-3978-4ceb-8781-079964bb7238 2019-01-20 13:26:39,764 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:26:39,764 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:26:39,764 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:26:39,765 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:26:40,146 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}, {"id": "b853bdbc953a41cfae8370fde8c2d3d7", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj-role"}], "expires_at": "2019-01-20T14:26:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d5e2b94bb9d48358a4b13b5513d54bf", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-user", "id": "0134633e4eb84bcbb941e1446b7e44d4"}, "audit_ids": ["XNPiw8SzTNeaQlLKf2Anyg"], "issued_at": "2019-01-20T13:26:40.000000Z"}} 2019-01-20 13:26:40,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb54c235fb2b9903eeca00678db30e40c268eda5" 2019-01-20 13:26:40,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-304114be-681d-42b6-b63d-1004f76fdeae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:26:40,224 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-304114be-681d-42b6-b63d-1004f76fdeae 2019-01-20 13:26:40,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb54c235fb2b9903eeca00678db30e40c268eda5" 2019-01-20 13:26:40,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-d8ff0de2-a319-4a12-936a-3b9afef9d3d6 Date: Sun, 20 Jan 2019 13:26:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image"} 2019-01-20 13:26:40,417 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image used request id req-d8ff0de2-a319-4a12-936a-3b9afef9d3d6 2019-01-20 13:26:40,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb54c235fb2b9903eeca00678db30e40c268eda5" 2019-01-20 13:26:40,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-007eadea-5368-4f3e-be99-bdacfbf51b24 Date: Sun, 20 Jan 2019 13:26: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"}}} 2019-01-20 13:26:40,591 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-007eadea-5368-4f3e-be99-bdacfbf51b24 2019-01-20 13:26:40,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bb54c235fb2b9903eeca00678db30e40c268eda5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image"}' 2019-01-20 13:26:40,805 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/957166a9-b747-4809-bd7b-cc050ad67a93 X-Openstack-Request-Id: req-1f9ac4a1-6743-4604-a952-4b4b251190f2 Date: Sun, 20 Jan 2019 13:26:40 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:26:40Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:26:40Z", "visibility": "shared", "locations": [], "self": "/v2/images/957166a9-b747-4809-bd7b-cc050ad67a93", "min_disk": 0, "protected": false, "id": "957166a9-b747-4809-bd7b-cc050ad67a93", "file": "/v2/images/957166a9-b747-4809-bd7b-cc050ad67a93/file", "checksum": null, "owner": "2d5e2b94bb9d48358a4b13b5513d54bf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:26:40,805 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-1f9ac4a1-6743-4604-a952-4b4b251190f2 2019-01-20 13:26:40,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/957166a9-b747-4809-bd7b-cc050ad67a93/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb54c235fb2b9903eeca00678db30e40c268eda5" -d '' 2019-01-20 13:26:41,710 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7330f0b6-0ba1-4a5b-81dd-8479ed9a84eb Date: Sun, 20 Jan 2019 13:26:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:26:41,710 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/957166a9-b747-4809-bd7b-cc050ad67a93/file used request id req-7330f0b6-0ba1-4a5b-81dd-8479ed9a84eb 2019-01-20 13:26:41,711 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:26:41,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/957166a9-b747-4809-bd7b-cc050ad67a93 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb54c235fb2b9903eeca00678db30e40c268eda5" 2019-01-20 13:26:41,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-de72f29e-c04f-4474-bcb6-103e119e1878 Date: Sun, 20 Jan 2019 13:26:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:26:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:26:41Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/957166a9-b747-4809-bd7b-cc050ad67a93/snap", "metadata": {}}], "self": "/v2/images/957166a9-b747-4809-bd7b-cc050ad67a93", "min_disk": 0, "protected": false, "id": "957166a9-b747-4809-bd7b-cc050ad67a93", "file": "/v2/images/957166a9-b747-4809-bd7b-cc050ad67a93/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2d5e2b94bb9d48358a4b13b5513d54bf", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/957166a9-b747-4809-bd7b-cc050ad67a93/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:26:41,883 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/957166a9-b747-4809-bd7b-cc050ad67a93 used request id req-de72f29e-c04f-4474-bcb6-103e119e1878 2019-01-20 13:26:41,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb54c235fb2b9903eeca00678db30e40c268eda5" 2019-01-20 13:26:42,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-034bd250-1855-4ad6-8cd2-a77534cf56be Date: Sun, 20 Jan 2019 13:26: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"}}} 2019-01-20 13:26:42,043 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-034bd250-1855-4ad6-8cd2-a77534cf56be 2019-01-20 13:26:42,045 - create_image - INFO - Created image with name - CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image 2019-01-20 13:26:42,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/957166a9-b747-4809-bd7b-cc050ad67a93 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb54c235fb2b9903eeca00678db30e40c268eda5" 2019-01-20 13:26:42,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-6924dfe0-61c7-4d67-8b57-30d035a843a1 Date: Sun, 20 Jan 2019 13:26:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:26:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:26:41Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/957166a9-b747-4809-bd7b-cc050ad67a93/snap", "metadata": {}}], "self": "/v2/images/957166a9-b747-4809-bd7b-cc050ad67a93", "min_disk": 0, "protected": false, "id": "957166a9-b747-4809-bd7b-cc050ad67a93", "file": "/v2/images/957166a9-b747-4809-bd7b-cc050ad67a93/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2d5e2b94bb9d48358a4b13b5513d54bf", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/957166a9-b747-4809-bd7b-cc050ad67a93/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:26:42,219 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/957166a9-b747-4809-bd7b-cc050ad67a93 used request id req-6924dfe0-61c7-4d67-8b57-30d035a843a1 2019-01-20 13:26:42,220 - create_image - DEBUG - Instance status is - active 2019-01-20 13:26:42,220 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image 2019-01-20 13:26:42,220 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image 2019-01-20 13:26:42,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:26:42,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:26:42,610 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:26:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Sx-kgbbXS8WY9RDZDVJu6A"], "issued_at": "2019-01-20T13:26:42.000000Z"}} 2019-01-20 13:26:42,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbe319d26ea3c5e53285079cb36ab2c9e3697311" 2019-01-20 13:26:42,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b8e40a5-aed2-44aa-8713-808f7a6b727e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:26:42,698 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3b8e40a5-aed2-44aa-8713-808f7a6b727e 2019-01-20 13:26:42,699 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:26:42,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbe319d26ea3c5e53285079cb36ab2c9e3697311" 2019-01-20 13:26:42,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26: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-203b83b8-277f-4e32-8b26-36df22672024 x-compute-request-id: req-203b83b8-277f-4e32-8b26-36df22672024 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:26:42,869 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-203b83b8-277f-4e32-8b26-36df22672024 2019-01-20 13:26:42,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbe319d26ea3c5e53285079cb36ab2c9e3697311" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:26:42,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26: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-2092d775-6477-42df-a780-3d59daf88415 x-compute-request-id: req-2092d775-6477-42df-a780-3d59daf88415 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/9d0a42a1-c955-4207-af7e-12c17bdc08e2", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/9d0a42a1-c955-4207-af7e-12c17bdc08e2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9d0a42a1-c955-4207-af7e-12c17bdc08e2", "name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:26:42,933 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-2092d775-6477-42df-a780-3d59daf88415 2019-01-20 13:26:42,934 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:26:42,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:26:43,311 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}, {"id": "b853bdbc953a41cfae8370fde8c2d3d7", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj-role"}], "expires_at": "2019-01-20T14:26:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d5e2b94bb9d48358a4b13b5513d54bf", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-user", "id": "0134633e4eb84bcbb941e1446b7e44d4"}, "audit_ids": ["sQwSvugmTxuDYzRssVeGSw"], "issued_at": "2019-01-20T13:26:43.000000Z"}} 2019-01-20 13:26:43,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:26:43,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8569f66a-0465-40fb-a9f4-7746a06fe71e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:26:43,375 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8569f66a-0465-40fb-a9f4-7746a06fe71e 2019-01-20 13:26:43,377 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:26:43,379 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:26:43,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:26:43,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:43 GMT Server: Apache x-openstack-request-id: req-39c8d4be-b662-4148-987a-73aac9034bca Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-20 13:26:43,572 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack used request id req-39c8d4be-b662-4148-987a-73aac9034bca 2019-01-20 13:26:43,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-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-22e7a892-f689-4a73-be75-788c905de6ca-net", "inst_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "subnet_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet", "image_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image", "flavor_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-flavor-name"}}' 2019-01-20 13:26:46,436 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:26:43 GMT Server: Apache x-openstack-request-id: req-1919c0db-82c3-4383-83db-7d4287f8f4e8 Location: http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "links": [{"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "self"}]}} 2019-01-20 13:26:46,436 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks used request id req-1919c0db-82c3-4383-83db-7d4287f8f4e8 2019-01-20 13:26:46,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:26:46,617 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:26:46 GMT Server: Apache x-openstack-request-id: req-09a1b651-1b78-4002-951c-9058c0164cdf Location: http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:26:46,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:46 GMT Server: Apache x-openstack-request-id: req-83a7e72d-3a79-48aa-92d4-d42a1d12d55d 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": "2d5e2b94bb9d48358a4b13b5513d54bf", "OS::stack_id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "image_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image", "inst_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "subnet_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet", "net_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net", "flavor_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "stack_user_project_id": "bb1b179eb0ea4cb2a3d9f38566a28eb6", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:26:45Z", "links": [{"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:26:46,802 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f used request id req-83a7e72d-3a79-48aa-92d4-d42a1d12d55d 2019-01-20 13:26:46,803 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack 2019-01-20 13:26:46,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:26:46,985 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:26:46 GMT Server: Apache x-openstack-request-id: req-5d5eb5f5-da40-4426-b785-004951b979bb Location: http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:26:47,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:46 GMT Server: Apache x-openstack-request-id: req-1dd0e257-eb66-439b-a82d-eb2e8b7c3df0 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": "2d5e2b94bb9d48358a4b13b5513d54bf", "OS::stack_id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "image_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image", "inst_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "subnet_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet", "net_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net", "flavor_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "stack_user_project_id": "bb1b179eb0ea4cb2a3d9f38566a28eb6", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:26:45Z", "links": [{"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:26:47,164 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f used request id req-1dd0e257-eb66-439b-a82d-eb2e8b7c3df0 2019-01-20 13:26:47,165 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:26:47,165 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:26:50,168 - create_stack - DEBUG - Stack status query timeout in 1196.63499999 2019-01-20 13:26:50,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:26:50,339 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:26:50 GMT Server: Apache x-openstack-request-id: req-6f19acdf-9981-4ce1-b101-934d2e68f3e9 Location: http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:26:50,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:50 GMT Server: Apache x-openstack-request-id: req-b815cfe7-75b1-4f08-befe-eaec7634366d 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": "2d5e2b94bb9d48358a4b13b5513d54bf", "OS::stack_id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "image_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image", "inst_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "subnet_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet", "net_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net", "flavor_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "stack_user_project_id": "bb1b179eb0ea4cb2a3d9f38566a28eb6", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:26:45Z", "links": [{"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:26:50,580 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f used request id req-b815cfe7-75b1-4f08-befe-eaec7634366d 2019-01-20 13:26:50,580 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:26:50,580 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:26:53,583 - create_stack - DEBUG - Stack status query timeout in 1193.21978116 2019-01-20 13:26:53,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:26:53,616 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:26:53 GMT Server: Apache x-openstack-request-id: req-c06858a8-70e2-4fc2-998a-44dcec259561 Location: http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:26:53,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:53 GMT Server: Apache x-openstack-request-id: req-8530c229-d10c-450d-8f03-b577d5e050ad 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": "2d5e2b94bb9d48358a4b13b5513d54bf", "OS::stack_id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "image_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image", "inst_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "subnet_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet", "net_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net", "flavor_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "stack_user_project_id": "bb1b179eb0ea4cb2a3d9f38566a28eb6", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:26:45Z", "links": [{"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:26:53,898 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f used request id req-8530c229-d10c-450d-8f03-b577d5e050ad 2019-01-20 13:26:53,898 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:26:53,898 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:26:56,902 - create_stack - DEBUG - Stack status query timeout in 1189.90159512 2019-01-20 13:26:56,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:26:57,087 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:26:56 GMT Server: Apache x-openstack-request-id: req-9190b3d6-c202-4929-b9de-25852522d0cc Location: http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:26:57,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:26:57 GMT Server: Apache x-openstack-request-id: req-e35467d6-2e12-4941-8280-f2220552530c 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": "2d5e2b94bb9d48358a4b13b5513d54bf", "OS::stack_id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "image_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image", "inst_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "subnet_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet", "net_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net", "flavor_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "stack_user_project_id": "bb1b179eb0ea4cb2a3d9f38566a28eb6", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:26:45Z", "links": [{"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:26:57,267 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f used request id req-e35467d6-2e12-4941-8280-f2220552530c 2019-01-20 13:26:57,267 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:26:57,268 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:27:00,271 - create_stack - DEBUG - Stack status query timeout in 1186.53235197 2019-01-20 13:27:00,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:00,300 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:00 GMT Server: Apache x-openstack-request-id: req-13686301-1471-4fba-bbf3-b92371b84a5a Location: http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:00,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:00 GMT Server: Apache x-openstack-request-id: req-97cd28c4-47ac-4235-8d18-da2d07b35c9f 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": "2d5e2b94bb9d48358a4b13b5513d54bf", "OS::stack_id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "image_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image", "inst_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "subnet_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet", "net_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net", "flavor_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "stack_user_project_id": "bb1b179eb0ea4cb2a3d9f38566a28eb6", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:26:45Z", "links": [{"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:27:00,342 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f used request id req-97cd28c4-47ac-4235-8d18-da2d07b35c9f 2019-01-20 13:27:00,343 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:27:00,343 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:27:03,346 - create_stack - DEBUG - Stack status query timeout in 1183.45693302 2019-01-20 13:27:03,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:03,376 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:03 GMT Server: Apache x-openstack-request-id: req-15daf51f-3066-4958-9e82-355824545ed0 Location: http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:03,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:03 GMT Server: Apache x-openstack-request-id: req-946ba2d9-8ae9-4824-8077-555a48975a27 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": "2d5e2b94bb9d48358a4b13b5513d54bf", "OS::stack_id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "image_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image", "inst_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "subnet_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet", "net_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net", "flavor_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "stack_user_project_id": "bb1b179eb0ea4cb2a3d9f38566a28eb6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:26:45Z", "links": [{"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:27:03,578 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f used request id req-946ba2d9-8ae9-4824-8077-555a48975a27 2019-01-20 13:27:03,578 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-20 13:27:03,578 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack 2019-01-20 13:27:03,579 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack 2019-01-20 13:27:03,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:03,759 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:03 GMT Server: Apache x-openstack-request-id: req-2d3df82e-bd13-4a9e-b9de-814c5461ad3b Location: http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:03,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:03 GMT Server: Apache x-openstack-request-id: req-a5d393b0-50cb-4444-a44b-0211048fa517 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.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-20T13:26:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:26:46Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "864fdea4-c066-4913-a2a1-d1724db9b1dd", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-20T13:26:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:26:46Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "91dc9cfb-5f45-43a3-aa0d-36235cc64cf1", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-20T13:26:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:26:46Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "0b9c5e99-4272-4797-9716-83944a798e5f", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-20T13:26:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:26:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "b36d9a8f-9311-407d-bb59-819787309514", "resource_type": "OS::Nova::Server"}]} 2019-01-20 13:27:03,803 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f/resources used request id req-a5d393b0-50cb-4444-a44b-0211048fa517 2019-01-20 13:27:03,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/b36d9a8f-9311-407d-bb59-819787309514 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:04,422 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32473720-b92e-41cb-8023-6ac7b781b57c x-compute-request-id: req-32473720-b92e-41cb-8023-6ac7b781b57c Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:09:c9", "version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b36d9a8f-9311-407d-bb59-819787309514", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b36d9a8f-9311-407d-bb59-819787309514", "rel": "bookmark"}], "image": {"id": "957166a9-b747-4809-bd7b-cc050ad67a93", "links": [{"href": "http://172.30.9.22:8774/images/957166a9-b747-4809-bd7b-cc050ad67a93", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:26:58.000000", "flavor": {"id": "9d0a42a1-c955-4207-af7e-12c17bdc08e2", "links": [{"href": "http://172.30.9.22:8774/flavors/9d0a42a1-c955-4207-af7e-12c17bdc08e2", "rel": "bookmark"}]}, "id": "b36d9a8f-9311-407d-bb59-819787309514", "security_groups": [{"name": "default"}], "user_id": "0134633e4eb84bcbb941e1446b7e44d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:26:59Z", "hostId": "ead6dee0b9b282fc8c946844de9dbbf2fb80ca8e33db4d98bc2a86f2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "created": "2019-01-20T13:26:53Z", "tenant_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:27:04,422 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/b36d9a8f-9311-407d-bb59-819787309514 used request id req-32473720-b92e-41cb-8023-6ac7b781b57c 2019-01-20 13:27:04,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:04,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-162cf4d7-019d-40a3-b6b6-10631500c786 Date: Sun, 20 Jan 2019 13:27: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":["91dc9cfb-5f45-43a3-aa0d-36235cc64cf1"],"updated_at":"2019-01-20T13:26:48Z","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"0b9c5e99-4272-4797-9716-83944a798e5f","name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net"}]} 2019-01-20 13:27:04,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net used request id req-162cf4d7-019d-40a3-b6b6-10631500c786 2019-01-20 13:27:04,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:27:04,537 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:27:04,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:04,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffd2af4a-6b37-41bd-b9d2-7f78b975c4cc Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf"}, "enabled": true, "id": "2d5e2b94bb9d48358a4b13b5513d54bf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj"}} 2019-01-20 13:27:04,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf used request id req-ffd2af4a-6b37-41bd-b9d2-7f78b975c4cc 2019-01-20 13:27:04,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:04,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-97182953-63cb-40c5-93ba-5bb448eca44f Date: Sun, 20 Jan 2019 13:27:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:48Z","dns_nameservers":[],"updated_at":"2019-01-20T13:26:48Z","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":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","subnetpool_id":null,"name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet"}]} 2019-01-20 13:27:04,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-97182953-63cb-40c5-93ba-5bb448eca44f 2019-01-20 13:27:04,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:05,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-c724b6fc-c862-4866-a5a4-a4224ed24c66 Date: Sun, 20 Jan 2019 13:27:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.3"}],"id":"47749255-02e1-48ce-b138-89c554b91d78","security_groups":[],"mac_address":"fa:16:3e:21:8a:e0","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b9c5e99-4272-4797-9716-83944a798e5f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.6"}],"id":"864fdea4-c066-4913-a2a1-d1724db9b1dd","security_groups":["f1e6dbb1-880d-4efc-aaa9-fa7178232439"],"mac_address":"fa:16:3e:ee:09:c9","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack-server1_port-ntolcebrst7f","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"b36d9a8f-9311-407d-bb59-819787309514"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.2"}],"id":"cb80ed5c-4dd5-4e6e-bfbc-fa156dadf437","security_groups":[],"mac_address":"fa:16:3e:e5:5d:7c","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b9c5e99-4272-4797-9716-83944a798e5f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.4"}],"id":"ff2f5d51-7cf7-4b20-b40e-c2c3a683078f","security_groups":[],"mac_address":"fa:16:3e:fb:19:07","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b9c5e99-4272-4797-9716-83944a798e5f"}]} 2019-01-20 13:27:05,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-c724b6fc-c862-4866-a5a4-a4224ed24c66 2019-01-20 13:27:05,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:05,251 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:05 GMT Server: Apache x-openstack-request-id: req-8564d6ce-d078-448e-b507-20b5044411d4 Location: http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:05,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:05 GMT Server: Apache x-openstack-request-id: req-1d26d0e3-061b-4cbf-9da9-08815b17d353 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.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-20T13:26:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:26:46Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "864fdea4-c066-4913-a2a1-d1724db9b1dd", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-20T13:26:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:26:46Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "91dc9cfb-5f45-43a3-aa0d-36235cc64cf1", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-20T13:26:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:26:46Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "0b9c5e99-4272-4797-9716-83944a798e5f", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-20T13:26:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:26:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "b36d9a8f-9311-407d-bb59-819787309514", "resource_type": "OS::Nova::Server"}]} 2019-01-20 13:27:05,469 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f/resources used request id req-1d26d0e3-061b-4cbf-9da9-08815b17d353 2019-01-20 13:27:05,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/9d0a42a1-c955-4207-af7e-12c17bdc08e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:05,492 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27: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-8e3965d7-b521-4f09-928b-adedf13f3d4c x-compute-request-id: req-8e3965d7-b521-4f09-928b-adedf13f3d4c Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/9d0a42a1-c955-4207-af7e-12c17bdc08e2", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/9d0a42a1-c955-4207-af7e-12c17bdc08e2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9d0a42a1-c955-4207-af7e-12c17bdc08e2", "name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:27:05,493 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/9d0a42a1-c955-4207-af7e-12c17bdc08e2 used request id req-8e3965d7-b521-4f09-928b-adedf13f3d4c 2019-01-20 13:27:05,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/91dc9cfb-5f45-43a3-aa0d-36235cc64cf1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:05,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-f5f78063-4d57-475a-a295-171b161a0deb Date: Sun, 20 Jan 2019 13:27:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:48Z","dns_nameservers":[],"updated_at":"2019-01-20T13:26:48Z","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":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","subnetpool_id":null,"name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet"}} 2019-01-20 13:27:05,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/91dc9cfb-5f45-43a3-aa0d-36235cc64cf1 used request id req-f5f78063-4d57-475a-a295-171b161a0deb 2019-01-20 13:27:05,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:05,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-9477f9ca-cdae-4821-8199-e0be96e0fa7c Date: Sun, 20 Jan 2019 13:27: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":["91dc9cfb-5f45-43a3-aa0d-36235cc64cf1"],"updated_at":"2019-01-20T13:26:48Z","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"0b9c5e99-4272-4797-9716-83944a798e5f","name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net"}]} 2019-01-20 13:27:05,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-9477f9ca-cdae-4821-8199-e0be96e0fa7c 2019-01-20 13:27:05,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:05,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-b099df5d-12b4-486d-a276-04b1d8856b05 Date: Sun, 20 Jan 2019 13:27:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:48Z","dns_nameservers":[],"updated_at":"2019-01-20T13:26:48Z","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":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","subnetpool_id":null,"name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet"}]} 2019-01-20 13:27:05,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-b099df5d-12b4-486d-a276-04b1d8856b05 2019-01-20 13:27:05,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:05,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-7dd2a57c-fa29-45ce-b95f-5d4f9cea5aa0 Date: Sun, 20 Jan 2019 13:27: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":["91dc9cfb-5f45-43a3-aa0d-36235cc64cf1"],"updated_at":"2019-01-20T13:26:48Z","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"0b9c5e99-4272-4797-9716-83944a798e5f","name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net"}]} 2019-01-20 13:27:05,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net used request id req-7dd2a57c-fa29-45ce-b95f-5d4f9cea5aa0 2019-01-20 13:27:05,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:06,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30050b6f-671d-4b3c-93f7-16cc21d1b89e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf"}, "enabled": true, "id": "2d5e2b94bb9d48358a4b13b5513d54bf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj"}} 2019-01-20 13:27:06,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf used request id req-30050b6f-671d-4b3c-93f7-16cc21d1b89e 2019-01-20 13:27:06,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:06,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-52b058bb-5719-4b93-af60-fd4681653c2e Date: Sun, 20 Jan 2019 13:27:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:48Z","dns_nameservers":[],"updated_at":"2019-01-20T13:26:48Z","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":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","subnetpool_id":null,"name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet"}]} 2019-01-20 13:27:06,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-52b058bb-5719-4b93-af60-fd4681653c2e 2019-01-20 13:27:06,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f&mac_address=fa%3A16%3A3e%3Aee%3A09%3Ac9&name=CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack-server1_port-ntolcebrst7f&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:06,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 881 X-Openstack-Request-Id: req-00545071-1bf7-40d1-a8f8-61e9e768ab05 Date: Sun, 20 Jan 2019 13:27:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.6"}],"id":"864fdea4-c066-4913-a2a1-d1724db9b1dd","security_groups":["f1e6dbb1-880d-4efc-aaa9-fa7178232439"],"mac_address":"fa:16:3e:ee:09:c9","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack-server1_port-ntolcebrst7f","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"b36d9a8f-9311-407d-bb59-819787309514"}]} 2019-01-20 13:27:06,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f&mac_address=fa%3A16%3A3e%3Aee%3A09%3Ac9&name=CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack-server1_port-ntolcebrst7f&admin_state_up=True used request id req-00545071-1bf7-40d1-a8f8-61e9e768ab05 2019-01-20 13:27:06,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:06,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-586dc386-4b74-4751-bfba-171a4d067fb9 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf"}, "enabled": true, "id": "2d5e2b94bb9d48358a4b13b5513d54bf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj"}} 2019-01-20 13:27:06,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf used request id req-586dc386-4b74-4751-bfba-171a4d067fb9 2019-01-20 13:27:06,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:06,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-303866d6-9ae1-41b8-85fe-5bfebd22f24d Date: Sun, 20 Jan 2019 13:27: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":["91dc9cfb-5f45-43a3-aa0d-36235cc64cf1"],"updated_at":"2019-01-20T13:26:48Z","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"0b9c5e99-4272-4797-9716-83944a798e5f","name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net"}]} 2019-01-20 13:27:06,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net used request id req-303866d6-9ae1-41b8-85fe-5bfebd22f24d 2019-01-20 13:27:06,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:06,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-3d05cf71-6df2-4671-809b-af3016b7dcae Date: Sun, 20 Jan 2019 13:27:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:48Z","dns_nameservers":[],"updated_at":"2019-01-20T13:26:48Z","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":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","subnetpool_id":null,"name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet"}]} 2019-01-20 13:27:06,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-3d05cf71-6df2-4671-809b-af3016b7dcae 2019-01-20 13:27:06,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:06,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-544a33a0-2d7f-42df-96d1-95c0603e2f94 Date: Sun, 20 Jan 2019 13:27:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.3"}],"id":"47749255-02e1-48ce-b138-89c554b91d78","security_groups":[],"mac_address":"fa:16:3e:21:8a:e0","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b9c5e99-4272-4797-9716-83944a798e5f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.6"}],"id":"864fdea4-c066-4913-a2a1-d1724db9b1dd","security_groups":["f1e6dbb1-880d-4efc-aaa9-fa7178232439"],"mac_address":"fa:16:3e:ee:09:c9","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack-server1_port-ntolcebrst7f","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"b36d9a8f-9311-407d-bb59-819787309514"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.2"}],"id":"cb80ed5c-4dd5-4e6e-bfbc-fa156dadf437","security_groups":[],"mac_address":"fa:16:3e:e5:5d:7c","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b9c5e99-4272-4797-9716-83944a798e5f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.4"}],"id":"ff2f5d51-7cf7-4b20-b40e-c2c3a683078f","security_groups":[],"mac_address":"fa:16:3e:fb:19:07","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b9c5e99-4272-4797-9716-83944a798e5f"}]} 2019-01-20 13:27:06,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-544a33a0-2d7f-42df-96d1-95c0603e2f94 2019-01-20 13:27:06,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:06,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9ca32654-6c18-4ae6-a852-b8cfccba590a Date: Sun, 20 Jan 2019 13:27:06 GMT RESP BODY: {"floatingips": []} 2019-01-20 13:27:06,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-9ca32654-6c18-4ae6-a852-b8cfccba590a 2019-01-20 13:27:06,693 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:27:06,694 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:27:07,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}, {"id": "b853bdbc953a41cfae8370fde8c2d3d7", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj-role"}], "expires_at": "2019-01-20T14:27:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d5e2b94bb9d48358a4b13b5513d54bf", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-user", "id": "0134633e4eb84bcbb941e1446b7e44d4"}, "audit_ids": ["aTvgymXgR9GgHgd6ocPOvA"], "issued_at": "2019-01-20T13:27:07.000000Z"}} 2019-01-20 13:27:07,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:07,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35ea676f-785a-4bad-b04c-d1f2aeb84205 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:27:07,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-35ea676f-785a-4bad-b04c-d1f2aeb84205 2019-01-20 13:27:07,153 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:27:07,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:07,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd61e3e9-455a-4538-8aff-120e427a8291 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:27:07,237 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bd61e3e9-455a-4538-8aff-120e427a8291 2019-01-20 13:27:07,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:07,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-2f5b4e91-1810-42dc-a4ff-ba09edf9dc1c Date: Sun, 20 Jan 2019 13:27: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":["91dc9cfb-5f45-43a3-aa0d-36235cc64cf1"],"updated_at":"2019-01-20T13:26:48Z","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"0b9c5e99-4272-4797-9716-83944a798e5f","name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net"}]} 2019-01-20 13:27:07,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net used request id req-2f5b4e91-1810-42dc-a4ff-ba09edf9dc1c 2019-01-20 13:27:07,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:27:07,503 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:27: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:27:07,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:07,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11c210da-942e-416e-8182-06b3c949393a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf"}, "enabled": true, "id": "2d5e2b94bb9d48358a4b13b5513d54bf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj"}} 2019-01-20 13:27:07,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf used request id req-11c210da-942e-416e-8182-06b3c949393a 2019-01-20 13:27:07,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:07,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-d78c02f8-7b23-46ee-a7d5-3b1092ba6d2a Date: Sun, 20 Jan 2019 13:27:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:48Z","dns_nameservers":[],"updated_at":"2019-01-20T13:26:48Z","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":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","subnetpool_id":null,"name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet"}]} 2019-01-20 13:27:07,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-d78c02f8-7b23-46ee-a7d5-3b1092ba6d2a 2019-01-20 13:27:07,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f&mac_address=fa%3A16%3A3e%3Aee%3A09%3Ac9&name=CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack-server1_port-ntolcebrst7f&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:08,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 881 X-Openstack-Request-Id: req-be9e60b5-3263-45ea-9eb4-7af068a66e15 Date: Sun, 20 Jan 2019 13:27:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.6"}],"id":"864fdea4-c066-4913-a2a1-d1724db9b1dd","security_groups":["f1e6dbb1-880d-4efc-aaa9-fa7178232439"],"mac_address":"fa:16:3e:ee:09:c9","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack-server1_port-ntolcebrst7f","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"b36d9a8f-9311-407d-bb59-819787309514"}]} 2019-01-20 13:27:08,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f&mac_address=fa%3A16%3A3e%3Aee%3A09%3Ac9&name=CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack-server1_port-ntolcebrst7f&admin_state_up=True used request id req-be9e60b5-3263-45ea-9eb4-7af068a66e15 2019-01-20 13:27:08,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:08,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-372df3d0-18f0-4f12-8127-b192b2b80de8 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf"}, "enabled": true, "id": "2d5e2b94bb9d48358a4b13b5513d54bf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj"}} 2019-01-20 13:27:08,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf used request id req-372df3d0-18f0-4f12-8127-b192b2b80de8 2019-01-20 13:27:08,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:09,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27: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-d0cde3d0-2bef-4f3f-9b87-ee7bb62a6ab0 x-compute-request-id: req-d0cde3d0-2bef-4f3f-9b87-ee7bb62a6ab0 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:09:c9", "version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b36d9a8f-9311-407d-bb59-819787309514", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b36d9a8f-9311-407d-bb59-819787309514", "rel": "bookmark"}], "image": {"id": "957166a9-b747-4809-bd7b-cc050ad67a93", "links": [{"href": "http://172.30.9.22:8774/images/957166a9-b747-4809-bd7b-cc050ad67a93", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:26:58.000000", "flavor": {"id": "9d0a42a1-c955-4207-af7e-12c17bdc08e2", "links": [{"href": "http://172.30.9.22:8774/flavors/9d0a42a1-c955-4207-af7e-12c17bdc08e2", "rel": "bookmark"}]}, "id": "b36d9a8f-9311-407d-bb59-819787309514", "security_groups": [{"name": "default"}], "user_id": "0134633e4eb84bcbb941e1446b7e44d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:26:59Z", "hostId": "ead6dee0b9b282fc8c946844de9dbbf2fb80ca8e33db4d98bc2a86f2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "created": "2019-01-20T13:26:53Z", "tenant_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:27:09,059 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst used request id req-d0cde3d0-2bef-4f3f-9b87-ee7bb62a6ab0 2019-01-20 13:27:09,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:09,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-957663a2-f9a1-4d73-b097-77d4e3bc8b0a Date: Sun, 20 Jan 2019 13:27: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":["91dc9cfb-5f45-43a3-aa0d-36235cc64cf1"],"updated_at":"2019-01-20T13:26:48Z","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"0b9c5e99-4272-4797-9716-83944a798e5f","name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net"}]} 2019-01-20 13:27:09,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net used request id req-957663a2-f9a1-4d73-b097-77d4e3bc8b0a 2019-01-20 13:27:09,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:09,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-d91acfa7-7121-4464-bf09-b17ac0450645 Date: Sun, 20 Jan 2019 13:27:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:48Z","dns_nameservers":[],"updated_at":"2019-01-20T13:26:48Z","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":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","subnetpool_id":null,"name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet"}]} 2019-01-20 13:27:09,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-d91acfa7-7121-4464-bf09-b17ac0450645 2019-01-20 13:27:09,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:09,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-c87d8c18-c0af-4a72-afb6-3df8a78a9c8d Date: Sun, 20 Jan 2019 13:27:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.3"}],"id":"47749255-02e1-48ce-b138-89c554b91d78","security_groups":[],"mac_address":"fa:16:3e:21:8a:e0","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b9c5e99-4272-4797-9716-83944a798e5f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.6"}],"id":"864fdea4-c066-4913-a2a1-d1724db9b1dd","security_groups":["f1e6dbb1-880d-4efc-aaa9-fa7178232439"],"mac_address":"fa:16:3e:ee:09:c9","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack-server1_port-ntolcebrst7f","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"b36d9a8f-9311-407d-bb59-819787309514"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.2"}],"id":"cb80ed5c-4dd5-4e6e-bfbc-fa156dadf437","security_groups":[],"mac_address":"fa:16:3e:e5:5d:7c","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b9c5e99-4272-4797-9716-83944a798e5f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.4"}],"id":"ff2f5d51-7cf7-4b20-b40e-c2c3a683078f","security_groups":[],"mac_address":"fa:16:3e:fb:19:07","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b9c5e99-4272-4797-9716-83944a798e5f"}]} 2019-01-20 13:27:09,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-c87d8c18-c0af-4a72-afb6-3df8a78a9c8d 2019-01-20 13:27:09,757 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst 2019-01-20 13:27:09,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:09,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f2ce7663-5d26-4a6a-a03f-8238f490c80b Date: Sun, 20 Jan 2019 13:27:09 GMT RESP BODY: {"floatingips": []} 2019-01-20 13:27:09,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-f2ce7663-5d26-4a6a-a03f-8238f490c80b 2019-01-20 13:27:09,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/b36d9a8f-9311-407d-bb59-819787309514 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:10,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27: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-6ab2498f-37a8-42d6-a75b-271d95c383e0 x-compute-request-id: req-6ab2498f-37a8-42d6-a75b-271d95c383e0 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:09:c9", "version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b36d9a8f-9311-407d-bb59-819787309514", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b36d9a8f-9311-407d-bb59-819787309514", "rel": "bookmark"}], "image": {"id": "957166a9-b747-4809-bd7b-cc050ad67a93", "links": [{"href": "http://172.30.9.22:8774/images/957166a9-b747-4809-bd7b-cc050ad67a93", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:26:58.000000", "flavor": {"id": "9d0a42a1-c955-4207-af7e-12c17bdc08e2", "links": [{"href": "http://172.30.9.22:8774/flavors/9d0a42a1-c955-4207-af7e-12c17bdc08e2", "rel": "bookmark"}]}, "id": "b36d9a8f-9311-407d-bb59-819787309514", "security_groups": [{"name": "default"}], "user_id": "0134633e4eb84bcbb941e1446b7e44d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:26:59Z", "hostId": "ead6dee0b9b282fc8c946844de9dbbf2fb80ca8e33db4d98bc2a86f2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "created": "2019-01-20T13:26:53Z", "tenant_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:27:10,495 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/b36d9a8f-9311-407d-bb59-819787309514 used request id req-6ab2498f-37a8-42d6-a75b-271d95c383e0 2019-01-20 13:27:10,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:10,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-7a369030-1bc9-49dd-89b4-2d500b344054 Date: Sun, 20 Jan 2019 13:27:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["91dc9cfb-5f45-43a3-aa0d-36235cc64cf1"],"updated_at":"2019-01-20T13:26:48Z","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"0b9c5e99-4272-4797-9716-83944a798e5f","name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net"}]} 2019-01-20 13:27:10,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net used request id req-7a369030-1bc9-49dd-89b4-2d500b344054 2019-01-20 13:27:10,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:10,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b392ba4-f37f-4695-81a9-9f70d0bb053b Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf"}, "enabled": true, "id": "2d5e2b94bb9d48358a4b13b5513d54bf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj"}} 2019-01-20 13:27:10,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf used request id req-0b392ba4-f37f-4695-81a9-9f70d0bb053b 2019-01-20 13:27:10,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:11,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-ac0cfab9-c0f4-4902-a723-ced3d139c80b Date: Sun, 20 Jan 2019 13:27:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:48Z","dns_nameservers":[],"updated_at":"2019-01-20T13:26:48Z","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":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","subnetpool_id":null,"name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet"}]} 2019-01-20 13:27:11,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-ac0cfab9-c0f4-4902-a723-ced3d139c80b 2019-01-20 13:27:11,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:11,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-7092b497-9b93-4e21-9f22-92cfe737e353 Date: Sun, 20 Jan 2019 13:27:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.3"}],"id":"47749255-02e1-48ce-b138-89c554b91d78","security_groups":[],"mac_address":"fa:16:3e:21:8a:e0","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b9c5e99-4272-4797-9716-83944a798e5f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.6"}],"id":"864fdea4-c066-4913-a2a1-d1724db9b1dd","security_groups":["f1e6dbb1-880d-4efc-aaa9-fa7178232439"],"mac_address":"fa:16:3e:ee:09:c9","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack-server1_port-ntolcebrst7f","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"b36d9a8f-9311-407d-bb59-819787309514"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.2"}],"id":"cb80ed5c-4dd5-4e6e-bfbc-fa156dadf437","security_groups":[],"mac_address":"fa:16:3e:e5:5d:7c","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b9c5e99-4272-4797-9716-83944a798e5f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.4"}],"id":"ff2f5d51-7cf7-4b20-b40e-c2c3a683078f","security_groups":[],"mac_address":"fa:16:3e:fb:19:07","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b9c5e99-4272-4797-9716-83944a798e5f"}]} 2019-01-20 13:27:11,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-7092b497-9b93-4e21-9f22-92cfe737e353 2019-01-20 13:27:11,455 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:27:11,456 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:27:11,840 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}, {"id": "b853bdbc953a41cfae8370fde8c2d3d7", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj-role"}], "expires_at": "2019-01-20T14:27:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d5e2b94bb9d48358a4b13b5513d54bf", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/2d5e2b94bb9d48358a4b13b5513d54bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-user", "id": "0134633e4eb84bcbb941e1446b7e44d4"}, "audit_ids": ["sWnjlCzZR5OqP6kKELgN7Q"], "issued_at": "2019-01-20T13:27:11.000000Z"}} 2019-01-20 13:27:11,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f7ef4694f77f1bc313bb4e831cc2cb390d6b74" 2019-01-20 13:27:11,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc8c6375-ed06-4ae3-a7c9-3b2211b5fb78 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:27:11,923 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fc8c6375-ed06-4ae3-a7c9-3b2211b5fb78 2019-01-20 13:27:11,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/b36d9a8f-9311-407d-bb59-819787309514 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:12,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4f947e6-97f3-4e75-b5fc-33bd76d546c2 x-compute-request-id: req-f4f947e6-97f3-4e75-b5fc-33bd76d546c2 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:09:c9", "version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b36d9a8f-9311-407d-bb59-819787309514", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b36d9a8f-9311-407d-bb59-819787309514", "rel": "bookmark"}], "image": {"id": "957166a9-b747-4809-bd7b-cc050ad67a93", "links": [{"href": "http://172.30.9.22:8774/images/957166a9-b747-4809-bd7b-cc050ad67a93", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:26:58.000000", "flavor": {"id": "9d0a42a1-c955-4207-af7e-12c17bdc08e2", "links": [{"href": "http://172.30.9.22:8774/flavors/9d0a42a1-c955-4207-af7e-12c17bdc08e2", "rel": "bookmark"}]}, "id": "b36d9a8f-9311-407d-bb59-819787309514", "security_groups": [{"name": "default"}], "user_id": "0134633e4eb84bcbb941e1446b7e44d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:26:59Z", "hostId": "ead6dee0b9b282fc8c946844de9dbbf2fb80ca8e33db4d98bc2a86f2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "created": "2019-01-20T13:26:53Z", "tenant_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:27:12,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/b36d9a8f-9311-407d-bb59-819787309514 used request id req-f4f947e6-97f3-4e75-b5fc-33bd76d546c2 2019-01-20 13:27:12,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:12,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-fc07178d-f564-44db-a3a1-35e797893f2a Date: Sun, 20 Jan 2019 13:27:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["91dc9cfb-5f45-43a3-aa0d-36235cc64cf1"],"updated_at":"2019-01-20T13:26:48Z","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"0b9c5e99-4272-4797-9716-83944a798e5f","name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net"}]} 2019-01-20 13:27:12,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net used request id req-fc07178d-f564-44db-a3a1-35e797893f2a 2019-01-20 13:27:12,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:12,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7320d1e-536a-43e7-a32f-8356d25cb94b Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf"}, "enabled": true, "id": "2d5e2b94bb9d48358a4b13b5513d54bf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj"}} 2019-01-20 13:27:12,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf used request id req-b7320d1e-536a-43e7-a32f-8356d25cb94b 2019-01-20 13:27:12,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:12,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-86ed9233-b9f5-469b-a1f9-b66dfb029ca0 Date: Sun, 20 Jan 2019 13:27:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:48Z","dns_nameservers":[],"updated_at":"2019-01-20T13:26:48Z","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":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","subnetpool_id":null,"name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet"}]} 2019-01-20 13:27:12,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-86ed9233-b9f5-469b-a1f9-b66dfb029ca0 2019-01-20 13:27:12,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:13,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-3cba5e79-7f78-466c-97f4-b909add06a1f Date: Sun, 20 Jan 2019 13:27:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.3"}],"id":"47749255-02e1-48ce-b138-89c554b91d78","security_groups":[],"mac_address":"fa:16:3e:21:8a:e0","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b9c5e99-4272-4797-9716-83944a798e5f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.6"}],"id":"864fdea4-c066-4913-a2a1-d1724db9b1dd","security_groups":["f1e6dbb1-880d-4efc-aaa9-fa7178232439"],"mac_address":"fa:16:3e:ee:09:c9","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack-server1_port-ntolcebrst7f","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"b36d9a8f-9311-407d-bb59-819787309514"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.2"}],"id":"cb80ed5c-4dd5-4e6e-bfbc-fa156dadf437","security_groups":[],"mac_address":"fa:16:3e:e5:5d:7c","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b9c5e99-4272-4797-9716-83944a798e5f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.4"}],"id":"ff2f5d51-7cf7-4b20-b40e-c2c3a683078f","security_groups":[],"mac_address":"fa:16:3e:fb:19:07","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b9c5e99-4272-4797-9716-83944a798e5f"}]} 2019-01-20 13:27:13,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-3cba5e79-7f78-466c-97f4-b909add06a1f 2019-01-20 13:27:13,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f7ef4694f77f1bc313bb4e831cc2cb390d6b74" 2019-01-20 13:27:13,800 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4540bf4c-5652-434a-bb6d-5aa1905baaa3 x-compute-request-id: req-4540bf4c-5652-434a-bb6d-5aa1905baaa3 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:09:c9", "version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b36d9a8f-9311-407d-bb59-819787309514", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b36d9a8f-9311-407d-bb59-819787309514", "rel": "bookmark"}], "image": {"id": "957166a9-b747-4809-bd7b-cc050ad67a93", "links": [{"href": "http://172.30.9.22:8774/images/957166a9-b747-4809-bd7b-cc050ad67a93", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:26:58.000000", "flavor": {"id": "9d0a42a1-c955-4207-af7e-12c17bdc08e2", "links": [{"href": "http://172.30.9.22:8774/flavors/9d0a42a1-c955-4207-af7e-12c17bdc08e2", "rel": "bookmark"}]}, "id": "b36d9a8f-9311-407d-bb59-819787309514", "security_groups": [{"name": "default"}], "user_id": "0134633e4eb84bcbb941e1446b7e44d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:26:59Z", "hostId": "ead6dee0b9b282fc8c946844de9dbbf2fb80ca8e33db4d98bc2a86f2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "created": "2019-01-20T13:26:53Z", "tenant_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:27:13,800 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst used request id req-4540bf4c-5652-434a-bb6d-5aa1905baaa3 2019-01-20 13:27:13,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f7ef4694f77f1bc313bb4e831cc2cb390d6b74" 2019-01-20 13:27:14,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-fea6f117-4583-46be-948e-49f46a9989d0 Date: Sun, 20 Jan 2019 13:27:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["91dc9cfb-5f45-43a3-aa0d-36235cc64cf1"],"updated_at":"2019-01-20T13:26:48Z","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"0b9c5e99-4272-4797-9716-83944a798e5f","name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net"}]} 2019-01-20 13:27:14,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net used request id req-fea6f117-4583-46be-948e-49f46a9989d0 2019-01-20 13:27:14,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f7ef4694f77f1bc313bb4e831cc2cb390d6b74" 2019-01-20 13:27:14,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-8f22626b-c17c-48e7-8165-157bec100470 Date: Sun, 20 Jan 2019 13:27:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:48Z","dns_nameservers":[],"updated_at":"2019-01-20T13:26:48Z","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":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","subnetpool_id":null,"name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet"}]} 2019-01-20 13:27:14,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-8f22626b-c17c-48e7-8165-157bec100470 2019-01-20 13:27:14,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f7ef4694f77f1bc313bb4e831cc2cb390d6b74" 2019-01-20 13:27:14,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-99c9fe59-e97d-4d6d-8b64-6c23c31c1c27 Date: Sun, 20 Jan 2019 13:27:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.3"}],"id":"47749255-02e1-48ce-b138-89c554b91d78","security_groups":[],"mac_address":"fa:16:3e:21:8a:e0","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b9c5e99-4272-4797-9716-83944a798e5f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.6"}],"id":"864fdea4-c066-4913-a2a1-d1724db9b1dd","security_groups":["f1e6dbb1-880d-4efc-aaa9-fa7178232439"],"mac_address":"fa:16:3e:ee:09:c9","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack-server1_port-ntolcebrst7f","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"b36d9a8f-9311-407d-bb59-819787309514"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.2"}],"id":"cb80ed5c-4dd5-4e6e-bfbc-fa156dadf437","security_groups":[],"mac_address":"fa:16:3e:e5:5d:7c","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b9c5e99-4272-4797-9716-83944a798e5f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.4"}],"id":"ff2f5d51-7cf7-4b20-b40e-c2c3a683078f","security_groups":[],"mac_address":"fa:16:3e:fb:19:07","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b9c5e99-4272-4797-9716-83944a798e5f"}]} 2019-01-20 13:27:14,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-99c9fe59-e97d-4d6d-8b64-6c23c31c1c27 2019-01-20 13:27:14,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/b36d9a8f-9311-407d-bb59-819787309514 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:14,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-dfe28fc5-94b4-4c8f-a7bd-23bf7018af87 x-compute-request-id: req-dfe28fc5-94b4-4c8f-a7bd-23bf7018af87 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:09:c9", "version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b36d9a8f-9311-407d-bb59-819787309514", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b36d9a8f-9311-407d-bb59-819787309514", "rel": "bookmark"}], "image": {"id": "957166a9-b747-4809-bd7b-cc050ad67a93", "links": [{"href": "http://172.30.9.22:8774/images/957166a9-b747-4809-bd7b-cc050ad67a93", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:26:58.000000", "flavor": {"id": "9d0a42a1-c955-4207-af7e-12c17bdc08e2", "links": [{"href": "http://172.30.9.22:8774/flavors/9d0a42a1-c955-4207-af7e-12c17bdc08e2", "rel": "bookmark"}]}, "id": "b36d9a8f-9311-407d-bb59-819787309514", "security_groups": [{"name": "default"}], "user_id": "0134633e4eb84bcbb941e1446b7e44d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:26:59Z", "hostId": "ead6dee0b9b282fc8c946844de9dbbf2fb80ca8e33db4d98bc2a86f2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "created": "2019-01-20T13:26:53Z", "tenant_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:27:14,970 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/b36d9a8f-9311-407d-bb59-819787309514 used request id req-dfe28fc5-94b4-4c8f-a7bd-23bf7018af87 2019-01-20 13:27:14,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:15,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-871188ab-a74c-43f2-b7aa-94a6e68ea4d3 Date: Sun, 20 Jan 2019 13:27:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["91dc9cfb-5f45-43a3-aa0d-36235cc64cf1"],"updated_at":"2019-01-20T13:26:48Z","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"0b9c5e99-4272-4797-9716-83944a798e5f","name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net"}]} 2019-01-20 13:27:15,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net used request id req-871188ab-a74c-43f2-b7aa-94a6e68ea4d3 2019-01-20 13:27:15,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:15,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24dfdb42-c310-4cac-9818-2ee8b2b03db5 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf"}, "enabled": true, "id": "2d5e2b94bb9d48358a4b13b5513d54bf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj"}} 2019-01-20 13:27:15,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf used request id req-24dfdb42-c310-4cac-9818-2ee8b2b03db5 2019-01-20 13:27:15,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:15,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-100aed4c-aa0e-4ca2-9b55-4002875e7671 Date: Sun, 20 Jan 2019 13:27:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:48Z","dns_nameservers":[],"updated_at":"2019-01-20T13:26:48Z","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":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","subnetpool_id":null,"name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet"}]} 2019-01-20 13:27:15,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-100aed4c-aa0e-4ca2-9b55-4002875e7671 2019-01-20 13:27:15,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:15,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-f6ae2622-4cb3-4351-91f8-45ec5da99910 Date: Sun, 20 Jan 2019 13:27:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.3"}],"id":"47749255-02e1-48ce-b138-89c554b91d78","security_groups":[],"mac_address":"fa:16:3e:21:8a:e0","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b9c5e99-4272-4797-9716-83944a798e5f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.6"}],"id":"864fdea4-c066-4913-a2a1-d1724db9b1dd","security_groups":["f1e6dbb1-880d-4efc-aaa9-fa7178232439"],"mac_address":"fa:16:3e:ee:09:c9","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack-server1_port-ntolcebrst7f","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"b36d9a8f-9311-407d-bb59-819787309514"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.2"}],"id":"cb80ed5c-4dd5-4e6e-bfbc-fa156dadf437","security_groups":[],"mac_address":"fa:16:3e:e5:5d:7c","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b9c5e99-4272-4797-9716-83944a798e5f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.4"}],"id":"ff2f5d51-7cf7-4b20-b40e-c2c3a683078f","security_groups":[],"mac_address":"fa:16:3e:fb:19:07","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b9c5e99-4272-4797-9716-83944a798e5f"}]} 2019-01-20 13:27:15,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-f6ae2622-4cb3-4351-91f8-45ec5da99910 2019-01-20 13:27:15,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/b36d9a8f-9311-407d-bb59-819787309514 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:16,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27: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-20a03d2a-cdbe-44c0-a21e-0b1f97dba695 x-compute-request-id: req-20a03d2a-cdbe-44c0-a21e-0b1f97dba695 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:09:c9", "version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b36d9a8f-9311-407d-bb59-819787309514", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b36d9a8f-9311-407d-bb59-819787309514", "rel": "bookmark"}], "image": {"id": "957166a9-b747-4809-bd7b-cc050ad67a93", "links": [{"href": "http://172.30.9.22:8774/images/957166a9-b747-4809-bd7b-cc050ad67a93", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:26:58.000000", "flavor": {"id": "9d0a42a1-c955-4207-af7e-12c17bdc08e2", "links": [{"href": "http://172.30.9.22:8774/flavors/9d0a42a1-c955-4207-af7e-12c17bdc08e2", "rel": "bookmark"}]}, "id": "b36d9a8f-9311-407d-bb59-819787309514", "security_groups": [{"name": "default"}], "user_id": "0134633e4eb84bcbb941e1446b7e44d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:26:59Z", "hostId": "ead6dee0b9b282fc8c946844de9dbbf2fb80ca8e33db4d98bc2a86f2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "created": "2019-01-20T13:26:53Z", "tenant_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:27:16,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/b36d9a8f-9311-407d-bb59-819787309514 used request id req-20a03d2a-cdbe-44c0-a21e-0b1f97dba695 2019-01-20 13:27:16,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:16,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-0ffacc9b-6fa6-4578-a3da-9e824058f248 Date: Sun, 20 Jan 2019 13:27: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":["91dc9cfb-5f45-43a3-aa0d-36235cc64cf1"],"updated_at":"2019-01-20T13:26:48Z","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"0b9c5e99-4272-4797-9716-83944a798e5f","name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net"}]} 2019-01-20 13:27:16,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net used request id req-0ffacc9b-6fa6-4578-a3da-9e824058f248 2019-01-20 13:27:16,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:16,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd995ae2-eb53-47f1-97da-b8a65f1fd9d3 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf"}, "enabled": true, "id": "2d5e2b94bb9d48358a4b13b5513d54bf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj"}} 2019-01-20 13:27:16,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf used request id req-dd995ae2-eb53-47f1-97da-b8a65f1fd9d3 2019-01-20 13:27:16,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:16,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-1603aafb-edda-4ae5-978f-cd6dd5fe9bf4 Date: Sun, 20 Jan 2019 13:27:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:48Z","dns_nameservers":[],"updated_at":"2019-01-20T13:26:48Z","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":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","subnetpool_id":null,"name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet"}]} 2019-01-20 13:27:16,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-1603aafb-edda-4ae5-978f-cd6dd5fe9bf4 2019-01-20 13:27:16,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbe3a53d4b59c94e581bd0815b2f19607c294a2" 2019-01-20 13:27:16,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-c3651ab4-ad81-46a3-ac26-e412e5342515 Date: Sun, 20 Jan 2019 13:27:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.3"}],"id":"47749255-02e1-48ce-b138-89c554b91d78","security_groups":[],"mac_address":"fa:16:3e:21:8a:e0","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b9c5e99-4272-4797-9716-83944a798e5f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.6"}],"id":"864fdea4-c066-4913-a2a1-d1724db9b1dd","security_groups":["f1e6dbb1-880d-4efc-aaa9-fa7178232439"],"mac_address":"fa:16:3e:ee:09:c9","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack-server1_port-ntolcebrst7f","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"b36d9a8f-9311-407d-bb59-819787309514"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.2"}],"id":"cb80ed5c-4dd5-4e6e-bfbc-fa156dadf437","security_groups":[],"mac_address":"fa:16:3e:e5:5d:7c","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b9c5e99-4272-4797-9716-83944a798e5f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.4"}],"id":"ff2f5d51-7cf7-4b20-b40e-c2c3a683078f","security_groups":[],"mac_address":"fa:16:3e:fb:19:07","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b9c5e99-4272-4797-9716-83944a798e5f"}]} 2019-01-20 13:27:16,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-c3651ab4-ad81-46a3-ac26-e412e5342515 2019-01-20 13:27:16,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/b36d9a8f-9311-407d-bb59-819787309514 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f7ef4694f77f1bc313bb4e831cc2cb390d6b74" 2019-01-20 13:27:17,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27: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-a2965fae-108f-444c-8a75-0809f16edfce x-compute-request-id: req-a2965fae-108f-444c-8a75-0809f16edfce Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:09:c9", "version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b36d9a8f-9311-407d-bb59-819787309514", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b36d9a8f-9311-407d-bb59-819787309514", "rel": "bookmark"}], "image": {"id": "957166a9-b747-4809-bd7b-cc050ad67a93", "links": [{"href": "http://172.30.9.22:8774/images/957166a9-b747-4809-bd7b-cc050ad67a93", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:26:58.000000", "flavor": {"id": "9d0a42a1-c955-4207-af7e-12c17bdc08e2", "links": [{"href": "http://172.30.9.22:8774/flavors/9d0a42a1-c955-4207-af7e-12c17bdc08e2", "rel": "bookmark"}]}, "id": "b36d9a8f-9311-407d-bb59-819787309514", "security_groups": [{"name": "default"}], "user_id": "0134633e4eb84bcbb941e1446b7e44d4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:26:59Z", "hostId": "ead6dee0b9b282fc8c946844de9dbbf2fb80ca8e33db4d98bc2a86f2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "created": "2019-01-20T13:26:53Z", "tenant_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:27:17,456 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/b36d9a8f-9311-407d-bb59-819787309514 used request id req-a2965fae-108f-444c-8a75-0809f16edfce 2019-01-20 13:27:17,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f7ef4694f77f1bc313bb4e831cc2cb390d6b74" 2019-01-20 13:27:17,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-475c7c74-256d-4650-bf6f-f62528880205 Date: Sun, 20 Jan 2019 13:27:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["91dc9cfb-5f45-43a3-aa0d-36235cc64cf1"],"updated_at":"2019-01-20T13:26:48Z","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"0b9c5e99-4272-4797-9716-83944a798e5f","name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net"}]} 2019-01-20 13:27:17,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net used request id req-475c7c74-256d-4650-bf6f-f62528880205 2019-01-20 13:27:17,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f7ef4694f77f1bc313bb4e831cc2cb390d6b74" 2019-01-20 13:27:17,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-dfb44677-04ed-4afc-a705-bce8f55abdfc Date: Sun, 20 Jan 2019 13:27:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:48Z","dns_nameservers":[],"updated_at":"2019-01-20T13:26:48Z","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":"2d5e2b94bb9d48358a4b13b5513d54bf","id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","subnetpool_id":null,"name":"CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet"}]} 2019-01-20 13:27:17,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-dfb44677-04ed-4afc-a705-bce8f55abdfc 2019-01-20 13:27:17,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f7ef4694f77f1bc313bb4e831cc2cb390d6b74" 2019-01-20 13:27:18,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-4baed7e0-ec38-4ff1-819c-9228c655bffb Date: Sun, 20 Jan 2019 13:27:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.3"}],"id":"47749255-02e1-48ce-b138-89c554b91d78","security_groups":[],"mac_address":"fa:16:3e:21:8a:e0","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b9c5e99-4272-4797-9716-83944a798e5f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.6"}],"id":"864fdea4-c066-4913-a2a1-d1724db9b1dd","security_groups":["f1e6dbb1-880d-4efc-aaa9-fa7178232439"],"mac_address":"fa:16:3e:ee:09:c9","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack-server1_port-ntolcebrst7f","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"b36d9a8f-9311-407d-bb59-819787309514"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.2"}],"id":"cb80ed5c-4dd5-4e6e-bfbc-fa156dadf437","security_groups":[],"mac_address":"fa:16:3e:e5:5d:7c","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b9c5e99-4272-4797-9716-83944a798e5f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:26:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"91dc9cfb-5f45-43a3-aa0d-36235cc64cf1","ip_address":"10.0.0.4"}],"id":"ff2f5d51-7cf7-4b20-b40e-c2c3a683078f","security_groups":[],"mac_address":"fa:16:3e:fb:19:07","project_id":"2d5e2b94bb9d48358a4b13b5513d54bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b9c5e99-4272-4797-9716-83944a798e5f","tenant_id":"2d5e2b94bb9d48358a4b13b5513d54bf","created_at":"2019-01-20T13:26:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b9c5e99-4272-4797-9716-83944a798e5f"}]} 2019-01-20 13:27:18,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b9c5e99-4272-4797-9716-83944a798e5f used request id req-4baed7e0-ec38-4ff1-819c-9228c655bffb 2019-01-20 13:27:18,020 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack 2019-01-20 13:27:18,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:18,053 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:18 GMT Server: Apache x-openstack-request-id: req-d49d0b1e-ebeb-47dd-80d9-999ad37da665 Location: http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:18,095 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:27:18 GMT Server: Apache x-openstack-request-id: req-f871f532-914d-43fd-b5e0-be1cd51a03c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:27:18,095 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f used request id req-f871f532-914d-43fd-b5e0-be1cd51a03c3 2019-01-20 13:27:18,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:18,124 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:18 GMT Server: Apache x-openstack-request-id: req-da6d890e-51d0-49a8-af36-82257fe7b349 Location: http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:18,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:18 GMT Server: Apache x-openstack-request-id: req-5545211b-f392-411e-9ef9-5afd48358500 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": "2d5e2b94bb9d48358a4b13b5513d54bf", "OS::stack_id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "image_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image", "inst_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "subnet_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet", "flavor_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-flavor-name", "net_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "stack_user_project_id": "bb1b179eb0ea4cb2a3d9f38566a28eb6", "tags": null, "creation_time": "2019-01-20T13:26:45Z", "links": [{"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:27:18Z", "id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:27:18,297 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f used request id req-5545211b-f392-411e-9ef9-5afd48358500 2019-01-20 13:27:18,297 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:27:18,297 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:27:21,300 - create_stack - DEBUG - Stack status query timeout in 1196.79482698 2019-01-20 13:27:21,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:21,473 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:21 GMT Server: Apache x-openstack-request-id: req-972e614b-adb7-4b82-958d-bead6ba4a526 Location: http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:21,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:21 GMT Server: Apache x-openstack-request-id: req-a70154ab-686e-4308-ba4a-fd1350a09b02 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": "2d5e2b94bb9d48358a4b13b5513d54bf", "OS::stack_id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "image_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image", "inst_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "subnet_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet", "flavor_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-flavor-name", "net_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "stack_user_project_id": "bb1b179eb0ea4cb2a3d9f38566a28eb6", "tags": null, "creation_time": "2019-01-20T13:26:45Z", "links": [{"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:27:18Z", "id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:27:21,500 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f used request id req-a70154ab-686e-4308-ba4a-fd1350a09b02 2019-01-20 13:27:21,500 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:27:21,500 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:27:24,503 - create_stack - DEBUG - Stack status query timeout in 1193.59188795 2019-01-20 13:27:24,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:24,533 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:24 GMT Server: Apache x-openstack-request-id: req-f4679e6d-15f9-44c0-9283-00c423d14543 Location: http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:24,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:24 GMT Server: Apache x-openstack-request-id: req-6e071b5e-56a4-4efb-b3bf-bf63972b46a6 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": "2d5e2b94bb9d48358a4b13b5513d54bf", "OS::stack_id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "image_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image", "inst_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "subnet_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet", "flavor_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-flavor-name", "net_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "stack_user_project_id": "bb1b179eb0ea4cb2a3d9f38566a28eb6", "tags": null, "creation_time": "2019-01-20T13:26:45Z", "links": [{"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:27:18Z", "id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:27:24,732 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f used request id req-6e071b5e-56a4-4efb-b3bf-bf63972b46a6 2019-01-20 13:27:24,733 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:27:24,733 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:27:27,736 - create_stack - DEBUG - Stack status query timeout in 1190.35937095 2019-01-20 13:27:27,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:27,765 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:27 GMT Server: Apache x-openstack-request-id: req-5177843a-1752-4549-a051-b568d7ae7103 Location: http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:27,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:27 GMT Server: Apache x-openstack-request-id: req-33ad8974-b5cb-45da-93fe-966c0451dbcf 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": "2d5e2b94bb9d48358a4b13b5513d54bf", "OS::stack_id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "image_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image", "inst_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "subnet_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet", "flavor_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-flavor-name", "net_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "stack_user_project_id": "bb1b179eb0ea4cb2a3d9f38566a28eb6", "tags": null, "creation_time": "2019-01-20T13:26:45Z", "links": [{"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:27:18Z", "id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:27:27,952 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f used request id req-33ad8974-b5cb-45da-93fe-966c0451dbcf 2019-01-20 13:27:27,953 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:27:27,953 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:27:30,956 - create_stack - DEBUG - Stack status query timeout in 1187.13913798 2019-01-20 13:27:30,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:30,986 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:30 GMT Server: Apache x-openstack-request-id: req-f7ccd750-4be4-452d-8bae-93509d9d0e3f Location: http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:31,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:30 GMT Server: Apache x-openstack-request-id: req-ec8661a3-dbe4-44be-822e-ed514436ec31 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": "2d5e2b94bb9d48358a4b13b5513d54bf", "OS::stack_id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "image_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image", "inst_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "subnet_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet", "flavor_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-flavor-name", "net_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "stack_user_project_id": "bb1b179eb0ea4cb2a3d9f38566a28eb6", "tags": null, "creation_time": "2019-01-20T13:26:45Z", "links": [{"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:27:18Z", "id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:27:31,012 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f used request id req-ec8661a3-dbe4-44be-822e-ed514436ec31 2019-01-20 13:27:31,013 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:27:31,013 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:27:34,016 - create_stack - DEBUG - Stack status query timeout in 1184.07926297 2019-01-20 13:27:34,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:34,229 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:34 GMT Server: Apache x-openstack-request-id: req-42da7224-ef52-4604-921a-25de9667b4d7 Location: http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:34,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:34 GMT Server: Apache x-openstack-request-id: req-52f575e4-4e61-4e80-8766-3cc741845fef Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "OS::stack_id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "image_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image", "inst_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-inst", "subnet_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-subnet", "flavor_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-flavor-name", "net_name": "CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-net"}, "deletion_time": "2019-01-20T13:27:31Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack", "stack_user_project_id": "bb1b179eb0ea4cb2a3d9f38566a28eb6", "tags": null, "creation_time": "2019-01-20T13:26:45Z", "links": [{"href": "http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-20T13:27:18Z", "id": "f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-20 13:27:34,255 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f used request id req-52f575e4-4e61-4e80-8766-3cc741845fef 2019-01-20 13:27:34,256 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-20 13:27:34,256 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack 2019-01-20 13:27:34,256 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack 2019-01-20 13:27:34,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81e7e6fd6348878644f3b6d9e29be6ae23c60111" 2019-01-20 13:27:34,286 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:34 GMT Server: Apache x-openstack-request-id: req-6705cf42-03fd-406d-b71c-440e108b722b Location: http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:34,315 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:27:34 GMT Server: Apache x-openstack-request-id: req-63e1fd1a-3d66-4d4e-ad5e-90a3196afdf5 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-20 13:27:34,315 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/2d5e2b94bb9d48358a4b13b5513d54bf/stacks/CreateStackSuccessTests-CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-stack/f2dbb8bb-1227-4cb5-8cc4-3fdc2ad49d4f used request id req-63e1fd1a-3d66-4d4e-ad5e-90a3196afdf5 2019-01-20 13:27:34,316 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-22e7a892-f689-4a73-be75-788c905de6ca-image 2019-01-20 13:27:34,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/957166a9-b747-4809-bd7b-cc050ad67a93 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb54c235fb2b9903eeca00678db30e40c268eda5" 2019-01-20 13:27:35,665 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5d93067c-86b3-4106-980f-d86d9a4fcc69 Date: Sun, 20 Jan 2019 13:27:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:27:35,666 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/957166a9-b747-4809-bd7b-cc050ad67a93 used request id req-5d93067c-86b3-4106-980f-d86d9a4fcc69 2019-01-20 13:27:35,672 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/9d0a42a1-c955-4207-af7e-12c17bdc08e2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbe319d26ea3c5e53285079cb36ab2c9e3697311" 2019-01-20 13:27:35,722 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-4736e5a5-e0ea-4a2e-a9a3-de741b3d514d x-compute-request-id: req-4736e5a5-e0ea-4a2e-a9a3-de741b3d514d Content-Length: 0 Content-Type: application/json 2019-01-20 13:27:35,722 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/9d0a42a1-c955-4207-af7e-12c17bdc08e2 used request id req-4736e5a5-e0ea-4a2e-a9a3-de741b3d514d 2019-01-20 13:27:35,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14519b911f9a160fc45b00e21c3a820d8d6e2421" 2019-01-20 13:27:35,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c7e99560-3afb-4424-9f38-dd08acc249bf Date: Sun, 20 Jan 2019 13:27:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "created_at": "2019-01-20T13:26:46Z", "updated_at": "2019-01-20T13:26:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:26:47Z", "revision_number": 0, "id": "68149c9b-dd88-43ff-920c-cf87cc38e0b1", "remote_group_id": "f1e6dbb1-880d-4efc-aaa9-fa7178232439", "remote_ip_prefix": null, "created_at": "2019-01-20T13:26:47Z", "security_group_id": "f1e6dbb1-880d-4efc-aaa9-fa7178232439", "tenant_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d5e2b94bb9d48358a4b13b5513d54bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:26:47Z", "revision_number": 0, "id": "89053b8f-dbd0-471c-8d0a-e095b0f0043f", "remote_group_id": "f1e6dbb1-880d-4efc-aaa9-fa7178232439", "remote_ip_prefix": null, "created_at": "2019-01-20T13:26:47Z", "security_group_id": "f1e6dbb1-880d-4efc-aaa9-fa7178232439", "tenant_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d5e2b94bb9d48358a4b13b5513d54bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:26:47Z", "revision_number": 0, "id": "f59f2acc-3fa1-4eab-a2a2-f05f54f03fb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:26:47Z", "security_group_id": "f1e6dbb1-880d-4efc-aaa9-fa7178232439", "tenant_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d5e2b94bb9d48358a4b13b5513d54bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:26:47Z", "revision_number": 0, "id": "ff109726-67f8-436c-a3c5-ae8b483a36c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:26:47Z", "security_group_id": "f1e6dbb1-880d-4efc-aaa9-fa7178232439", "tenant_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d5e2b94bb9d48358a4b13b5513d54bf"}], "revision_number": 4, "project_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "id": "f1e6dbb1-880d-4efc-aaa9-fa7178232439", "name": "default"}]} 2019-01-20 13:27:35,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-c7e99560-3afb-4424-9f38-dd08acc249bf 2019-01-20 13:27:35,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14519b911f9a160fc45b00e21c3a820d8d6e2421" 2019-01-20 13:27:36,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a10ef39-f32a-4e71-85ab-3d81d6c353f3 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:27:36,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-0a10ef39-f32a-4e71-85ab-3d81d6c353f3 2019-01-20 13:27:36,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14519b911f9a160fc45b00e21c3a820d8d6e2421" 2019-01-20 13:27:36,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02283d9b-bdc9-446f-a40b-ed0792d9e5ca 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:27:36,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-02283d9b-bdc9-446f-a40b-ed0792d9e5ca 2019-01-20 13:27:36,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14519b911f9a160fc45b00e21c3a820d8d6e2421" 2019-01-20 13:27:36,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-543294cd-35ff-4ec1-b5e7-c4263083d3fb Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:27:36,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-543294cd-35ff-4ec1-b5e7-c4263083d3fb 2019-01-20 13:27:36,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14519b911f9a160fc45b00e21c3a820d8d6e2421" 2019-01-20 13:27:36,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c04d01fb-5794-48a3-8d66-e59db7c4e63f Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf"}, "enabled": true, "id": "2d5e2b94bb9d48358a4b13b5513d54bf", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj"}} 2019-01-20 13:27:36,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf used request id req-c04d01fb-5794-48a3-8d66-e59db7c4e63f 2019-01-20 13:27:36,306 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f1e6dbb1-880d-4efc-aaa9-fa7178232439 2019-01-20 13:27:36,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f1e6dbb1-880d-4efc-aaa9-fa7178232439 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14519b911f9a160fc45b00e21c3a820d8d6e2421" 2019-01-20 13:27:36,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1f6df65f-e356-4af9-b8e3-89ef1d6d1dba Date: Sun, 20 Jan 2019 13:27:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "f1e6dbb1-880d-4efc-aaa9-fa7178232439", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:26:47Z", "security_group_id": "f1e6dbb1-880d-4efc-aaa9-fa7178232439", "port_range_min": null, "revision_number": 0, "tenant_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "created_at": "2019-01-20T13:26:47Z", "project_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "id": "68149c9b-dd88-43ff-920c-cf87cc38e0b1"}, {"remote_group_id": "f1e6dbb1-880d-4efc-aaa9-fa7178232439", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:26:47Z", "security_group_id": "f1e6dbb1-880d-4efc-aaa9-fa7178232439", "port_range_min": null, "revision_number": 0, "tenant_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "created_at": "2019-01-20T13:26:47Z", "project_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "id": "89053b8f-dbd0-471c-8d0a-e095b0f0043f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:26:47Z", "security_group_id": "f1e6dbb1-880d-4efc-aaa9-fa7178232439", "port_range_min": null, "revision_number": 0, "tenant_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "created_at": "2019-01-20T13:26:47Z", "project_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "id": "f59f2acc-3fa1-4eab-a2a2-f05f54f03fb1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:26:47Z", "security_group_id": "f1e6dbb1-880d-4efc-aaa9-fa7178232439", "port_range_min": null, "revision_number": 0, "tenant_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "created_at": "2019-01-20T13:26:47Z", "project_id": "2d5e2b94bb9d48358a4b13b5513d54bf", "id": "ff109726-67f8-436c-a3c5-ae8b483a36c3"}]} 2019-01-20 13:27:36,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=f1e6dbb1-880d-4efc-aaa9-fa7178232439 used request id req-1f6df65f-e356-4af9-b8e3-89ef1d6d1dba 2019-01-20 13:27:36,490 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:27:36,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/f1e6dbb1-880d-4efc-aaa9-fa7178232439 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14519b911f9a160fc45b00e21c3a820d8d6e2421" 2019-01-20 13:27:36,798 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7a1de62c-e67b-441e-b4c2-80cd08043e06 Content-Length: 0 Date: Sun, 20 Jan 2019 13:27:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:27:36,799 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/f1e6dbb1-880d-4efc-aaa9-fa7178232439 used request id req-7a1de62c-e67b-441e-b4c2-80cd08043e06 2019-01-20 13:27:36,799 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj 2019-01-20 13:27:36,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14519b911f9a160fc45b00e21c3a820d8d6e2421" 2019-01-20 13:27:37,057 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:27:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08172809-17ff-4e75-9cc6-7c7853c6f862 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:27:37,058 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/2d5e2b94bb9d48358a4b13b5513d54bf used request id req-08172809-17ff-4e75-9cc6-7c7853c6f862 2019-01-20 13:27:37,058 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-8f5abb26-ccaa-4a0-proj-role 2019-01-20 13:27:37,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/b853bdbc953a41cfae8370fde8c2d3d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14519b911f9a160fc45b00e21c3a820d8d6e2421" 2019-01-20 13:27:37,174 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:27:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62cb86dc-4832-4a8f-a1bf-4a02c8f30f5f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:27:37,175 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/b853bdbc953a41cfae8370fde8c2d3d7 used request id req-62cb86dc-4832-4a8f-a1bf-4a02c8f30f5f 2019-01-20 13:27:37,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14519b911f9a160fc45b00e21c3a820d8d6e2421" 2019-01-20 13:27:37,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b330b9a-922b-4ab8-9e57-96bbbf90fb6c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:27:37,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0b330b9a-922b-4ab8-9e57-96bbbf90fb6c 2019-01-20 13:27:37,262 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-8f5abb26-ccaa-4a0-user 2019-01-20 13:27:37,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/0134633e4eb84bcbb941e1446b7e44d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d2e666ceb9745928c65e075de7e4a46ab986c3f" 2019-01-20 13:27:37,534 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:27:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0eaec4b0-6f31-48bc-ad2d-cabaf5ab2edb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:27:37,534 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/0134633e4eb84bcbb941e1446b7e44d4 used request id req-0eaec4b0-6f31-48bc-ad2d-cabaf5ab2edb 2019-01-20 13:27:37,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:27:37,928 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:27:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["NXybKjFFT2-QXyTzORiefQ"], "issued_at": "2019-01-20T13:27:37.000000Z"}} 2019-01-20 13:27:37,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2fc794a021bcc73525419b04c009aa3a0c5009" 2019-01-20 13:27:38,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b01f66b9-13d9-400e-96d9-ef29c723c332 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:27:38,005 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b01f66b9-13d9-400e-96d9-ef29c723c332 2019-01-20 13:27:38,006 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:27:38,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:27:38,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:27:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["YH3v4YxmR7OEQNuhzMr3vA"], "issued_at": "2019-01-20T13:27:38.000000Z"}} 2019-01-20 13:27:38,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ade90cd8b6e1c375577c054388c42da3c525a3f" 2019-01-20 13:27:38,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca2c00c7-78a7-447b-a268-2dd26ed26cd0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:27:38,494 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ca2c00c7-78a7-447b-a268-2dd26ed26cd0 2019-01-20 13:27:38,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:27:38,503 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:27: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:27:38,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-9b96dc1a-03e9-460-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ade90cd8b6e1c375577c054388c42da3c525a3f" 2019-01-20 13:27:38,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7ffe1f9-03b3-44e8-a6fd-8f54cb866187 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-9b96dc1a-03e9-460-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:27:38,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-9b96dc1a-03e9-460-proj used request id req-b7ffe1f9-03b3-44e8-a6fd-8f54cb866187 2019-01-20 13:27:38,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ade90cd8b6e1c375577c054388c42da3c525a3f" 2019-01-20 13:27:38,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11be0224-ae3a-4b78-a15b-a67969479f08 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:27:38,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-11be0224-ae3a-4b78-a15b-a67969479f08 2019-01-20 13:27:38,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ade90cd8b6e1c375577c054388c42da3c525a3f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-9b96dc1a-03e9-460-proj"}}' 2019-01-20 13:27:38,809 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:27:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18cc937a-089f-4b6e-a4a0-662259fa470b Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda"}, "enabled": true, "id": "90f580b1969c4975ac423aab66e28cda", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-9b96dc1a-03e9-460-proj"}} 2019-01-20 13:27:38,809 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-18cc937a-089f-4b6e-a4a0-662259fa470b 2019-01-20 13:27:38,809 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-9b96dc1a-03e9-460-proj 2019-01-20 13:27:38,809 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:27:38,810 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:27:39,194 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:27:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["7gtEGQR2QcWt8fVFjl7SAg"], "issued_at": "2019-01-20T13:27:39.000000Z"}} 2019-01-20 13:27:39,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3119cf34055fe34f379523322d9e7cedd62d5334" 2019-01-20 13:27:39,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51df4866-c15d-424f-9b6a-07c6a209519b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:27:39,289 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-51df4866-c15d-424f-9b6a-07c6a209519b 2019-01-20 13:27:39,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:27:39,298 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:27: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:27:39,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3119cf34055fe34f379523322d9e7cedd62d5334" 2019-01-20 13:27:39,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53031fe1-9549-4196-b7ef-02cc515b3e43 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:27:39,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-53031fe1-9549-4196-b7ef-02cc515b3e43 2019-01-20 13:27:39,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackVolumeTests-9b96dc1a-03e9-460-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3119cf34055fe34f379523322d9e7cedd62d5334" 2019-01-20 13:27:39,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5fcb3f8-99f8-45c5-a404-e5c910d1c451 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackVolumeTests-9b96dc1a-03e9-460-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda"}, "enabled": true, "id": "90f580b1969c4975ac423aab66e28cda", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-9b96dc1a-03e9-460-proj"}]} 2019-01-20 13:27:39,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackVolumeTests-9b96dc1a-03e9-460-proj used request id req-b5fcb3f8-99f8-45c5-a404-e5c910d1c451 2019-01-20 13:27:39,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3119cf34055fe34f379523322d9e7cedd62d5334" 2019-01-20 13:27:39,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f6ada4f-2e0b-42ba-89fd-580f2979cfa4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:27:39,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-8f6ada4f-2e0b-42ba-89fd-580f2979cfa4 2019-01-20 13:27:39,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3119cf34055fe34f379523322d9e7cedd62d5334" 2019-01-20 13:27:40,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e49cc33-4dd4-4aec-946b-494260e3f2bc Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:27:40,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5e49cc33-4dd4-4aec-946b-494260e3f2bc 2019-01-20 13:27:40,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackVolumeTests-9b96dc1a-03e9-460-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3119cf34055fe34f379523322d9e7cedd62d5334" 2019-01-20 13:27:40,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35525a9c-15a4-4a52-bd59-0f9b23913bae Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackVolumeTests-9b96dc1a-03e9-460-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda"}, "enabled": true, "id": "90f580b1969c4975ac423aab66e28cda", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-9b96dc1a-03e9-460-proj"}]} 2019-01-20 13:27:40,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackVolumeTests-9b96dc1a-03e9-460-proj used request id req-35525a9c-15a4-4a52-bd59-0f9b23913bae 2019-01-20 13:27:40,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/538c5ae749a448ba915f7e79d2194662 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3119cf34055fe34f379523322d9e7cedd62d5334" 2019-01-20 13:27:40,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4b5c038-2d77-47a1-a563-d78fe638e136 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-9b96dc1a-03e9-460-user", "links": {"self": "http://172.30.9.22:5000/v3/users/538c5ae749a448ba915f7e79d2194662"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "90f580b1969c4975ac423aab66e28cda", "id": "538c5ae749a448ba915f7e79d2194662", "password_expires_at": null}} 2019-01-20 13:27:40,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/538c5ae749a448ba915f7e79d2194662 used request id req-f4b5c038-2d77-47a1-a563-d78fe638e136 2019-01-20 13:27:40,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda/users/538c5ae749a448ba915f7e79d2194662/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3119cf34055fe34f379523322d9e7cedd62d5334" 2019-01-20 13:27:40,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-688fda66-3352-4963-ba6e-f7be0c31e8c9 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda/users/538c5ae749a448ba915f7e79d2194662/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 13:27:40,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda/users/538c5ae749a448ba915f7e79d2194662/roles used request id req-688fda66-3352-4963-ba6e-f7be0c31e8c9 2019-01-20 13:27:40,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3119cf34055fe34f379523322d9e7cedd62d5334" 2019-01-20 13:27:40,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a2c2d3c-b527-4932-b58a-ef396ff94c4f Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "domain_id": null, "name": "admin", "id": "77f3d538c7cd4e1a927402af90dfd66a"}} 2019-01-20 13:27:40,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-0a2c2d3c-b527-4932-b58a-ef396ff94c4f 2019-01-20 13:27:40,453 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-9b96dc1a-03e9-460-proj 2019-01-20 13:27:40,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda/users/538c5ae749a448ba915f7e79d2194662/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3119cf34055fe34f379523322d9e7cedd62d5334" 2019-01-20 13:27:40,524 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:27:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1cc76bcf-629c-4117-b4b4-78b578445972 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:27:40,524 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda/users/538c5ae749a448ba915f7e79d2194662/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-1cc76bcf-629c-4117-b4b4-78b578445972 2019-01-20 13:27:40,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3119cf34055fe34f379523322d9e7cedd62d5334" 2019-01-20 13:27:40,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8e3185f-8ad0-407a-8cd1-1a3aef7965f5 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:27:40,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c8e3185f-8ad0-407a-8cd1-1a3aef7965f5 2019-01-20 13:27:40,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackVolumeTests-9b96dc1a-03e9-460-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3119cf34055fe34f379523322d9e7cedd62d5334" 2019-01-20 13:27:40,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77915046-20d4-4d7d-bf3b-9f86925f87e4 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackVolumeTests-9b96dc1a-03e9-460-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda"}, "enabled": true, "id": "90f580b1969c4975ac423aab66e28cda", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-9b96dc1a-03e9-460-proj"}]} 2019-01-20 13:27:40,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackVolumeTests-9b96dc1a-03e9-460-proj used request id req-77915046-20d4-4d7d-bf3b-9f86925f87e4 2019-01-20 13:27:40,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda/users/538c5ae749a448ba915f7e79d2194662/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3119cf34055fe34f379523322d9e7cedd62d5334" 2019-01-20 13:27:40,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f312a99e-b034-424b-89fa-18bc337e603c Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda/users/538c5ae749a448ba915f7e79d2194662/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}]} 2019-01-20 13:27:40,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda/users/538c5ae749a448ba915f7e79d2194662/roles used request id req-f312a99e-b034-424b-89fa-18bc337e603c 2019-01-20 13:27:40,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3119cf34055fe34f379523322d9e7cedd62d5334" 2019-01-20 13:27:40,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd4fe4b0-8e4d-4bcd-b959-c770b2b4181a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "domain_id": null, "name": "heat_stack_owner", "id": "8faca84f8c574391a4e761c020358bea"}} 2019-01-20 13:27:40,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea used request id req-cd4fe4b0-8e4d-4bcd-b959-c770b2b4181a 2019-01-20 13:27:40,907 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-9b96dc1a-03e9-460-proj 2019-01-20 13:27:40,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda/users/538c5ae749a448ba915f7e79d2194662/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3119cf34055fe34f379523322d9e7cedd62d5334" 2019-01-20 13:27:41,045 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:27:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b24962f-a00f-4f8d-a86c-deffea689ba1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:27:41,045 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda/users/538c5ae749a448ba915f7e79d2194662/roles/8faca84f8c574391a4e761c020358bea used request id req-4b24962f-a00f-4f8d-a86c-deffea689ba1 2019-01-20 13:27:41,045 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-9b96dc1a-03e9-460-user 2019-01-20 13:27:41,045 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:27:41,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ade90cd8b6e1c375577c054388c42da3c525a3f" 2019-01-20 13:27:41,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49854b4e-e13d-4182-bccc-522b04855180 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:27:41,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-49854b4e-e13d-4182-bccc-522b04855180 2019-01-20 13:27:41,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ade90cd8b6e1c375577c054388c42da3c525a3f" -d '{"role": {"name": "CreateStackVolumeTests-9b96dc1a-03e9-460-proj-role"}}' 2019-01-20 13:27:41,258 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:27:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-681340fe-f90e-481c-b8fd-2841dd7c57bf Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "15301870575f45cfb8b30c7f067b5087", "links": {"self": "http://172.30.9.22:5000/v3/roles/15301870575f45cfb8b30c7f067b5087"}, "name": "CreateStackVolumeTests-9b96dc1a-03e9-460-proj-role"}} 2019-01-20 13:27:41,258 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-681340fe-f90e-481c-b8fd-2841dd7c57bf 2019-01-20 13:27:41,259 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-9b96dc1a-03e9-460-proj-role 2019-01-20 13:27:41,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/15301870575f45cfb8b30c7f067b5087 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ade90cd8b6e1c375577c054388c42da3c525a3f" 2019-01-20 13:27:41,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b31739be-28d8-43c9-861f-417cb2564695 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/15301870575f45cfb8b30c7f067b5087"}, "domain_id": null, "name": "CreateStackVolumeTests-9b96dc1a-03e9-460-proj-role", "id": "15301870575f45cfb8b30c7f067b5087"}} 2019-01-20 13:27:41,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/15301870575f45cfb8b30c7f067b5087 used request id req-b31739be-28d8-43c9-861f-417cb2564695 2019-01-20 13:27:41,344 - keystone_utils - INFO - Granting role CreateStackVolumeTests-9b96dc1a-03e9-460-proj-role to project CreateStackVolumeTests-9b96dc1a-03e9-460-proj 2019-01-20 13:27:41,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda/users/538c5ae749a448ba915f7e79d2194662/roles/15301870575f45cfb8b30c7f067b5087 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ade90cd8b6e1c375577c054388c42da3c525a3f" 2019-01-20 13:27:41,525 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:27:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33ac46b7-072a-47b1-99db-94cda2c86faa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:27:41,525 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda/users/538c5ae749a448ba915f7e79d2194662/roles/15301870575f45cfb8b30c7f067b5087 used request id req-33ac46b7-072a-47b1-99db-94cda2c86faa 2019-01-20 13:27:41,526 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:27:41,526 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:27:41,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:27:41,996 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "15301870575f45cfb8b30c7f067b5087", "name": "CreateStackVolumeTests-9b96dc1a-03e9-460-proj-role"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:27:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90f580b1969c4975ac423aab66e28cda", "name": "CreateStackVolumeTests-9b96dc1a-03e9-460-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/90f580b1969c4975ac423aab66e28cda", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/90f580b1969c4975ac423aab66e28cda", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/90f580b1969c4975ac423aab66e28cda", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/90f580b1969c4975ac423aab66e28cda", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/90f580b1969c4975ac423aab66e28cda", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/90f580b1969c4975ac423aab66e28cda", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/90f580b1969c4975ac423aab66e28cda", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/90f580b1969c4975ac423aab66e28cda", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/90f580b1969c4975ac423aab66e28cda", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/90f580b1969c4975ac423aab66e28cda", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/90f580b1969c4975ac423aab66e28cda", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-9b96dc1a-03e9-460-user", "id": "538c5ae749a448ba915f7e79d2194662"}, "audit_ids": ["OR3kGYqYSmWHHFl8dzFlMw"], "issued_at": "2019-01-20T13:27:41.000000Z"}} 2019-01-20 13:27:41,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21b4a44a269f2f3f5e2b913c45a2b832e556e7" 2019-01-20 13:27:42,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8c478a3-30fc-44de-9ae9-0dcaaf82fac8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:27:42,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a8c478a3-30fc-44de-9ae9-0dcaaf82fac8 2019-01-20 13:27:42,083 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:27:42,086 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:27:42,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21b4a44a269f2f3f5e2b913c45a2b832e556e7" 2019-01-20 13:27:42,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:42 GMT Server: Apache x-openstack-request-id: req-1c09e0e2-3916-4afc-a03d-5724d2e53caa Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-20 13:27:42,262 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack used request id req-1c09e0e2-3916-4afc-a03d-5724d2e53caa 2019-01-20 13:27:42,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21b4a44a269f2f3f5e2b913c45a2b832e556e7" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-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-2dac6e5d-ff53-4975-9ddb-714ec68eb992-volume-type", "volume_name": "CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-volume"}}' 2019-01-20 13:27:43,871 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:27:42 GMT Server: Apache x-openstack-request-id: req-e98390d3-67cf-4679-8e95-25de9d01ed55 Location: http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "1002ebd0-7380-40b7-945a-ac813eceafb5", "links": [{"href": "http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5", "rel": "self"}]}} 2019-01-20 13:27:43,871 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks used request id req-e98390d3-67cf-4679-8e95-25de9d01ed55 2019-01-20 13:27:43,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/1002ebd0-7380-40b7-945a-ac813eceafb5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21b4a44a269f2f3f5e2b913c45a2b832e556e7" 2019-01-20 13:27:44,053 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:43 GMT Server: Apache x-openstack-request-id: req-7d54b020-caab-462f-8bb4-60e51d9b4b2e Location: http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:44,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:44 GMT Server: Apache x-openstack-request-id: req-26946863-cda4-43fe-9fb8-7e7636262c40 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": "90f580b1969c4975ac423aab66e28cda", "volume_type_name": "CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-volume-type", "OS::stack_id": "1002ebd0-7380-40b7-945a-ac813eceafb5", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack", "volume_name": "CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack", "stack_user_project_id": "913e24d5018942c7a682fb2375db419d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:27:43Z", "links": [{"href": "http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1002ebd0-7380-40b7-945a-ac813eceafb5", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-20 13:27:44,264 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5 used request id req-26946863-cda4-43fe-9fb8-7e7636262c40 2019-01-20 13:27:44,264 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack 2019-01-20 13:27:44,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/1002ebd0-7380-40b7-945a-ac813eceafb5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21b4a44a269f2f3f5e2b913c45a2b832e556e7" 2019-01-20 13:27:44,444 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:44 GMT Server: Apache x-openstack-request-id: req-10b51916-70fc-41ef-bb69-1df0318ffb69 Location: http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:44,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:44 GMT Server: Apache x-openstack-request-id: req-cfb4106c-f8d2-4f46-9112-e7655ddac60a 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": "90f580b1969c4975ac423aab66e28cda", "volume_type_name": "CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-volume-type", "OS::stack_id": "1002ebd0-7380-40b7-945a-ac813eceafb5", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack", "volume_name": "CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack", "stack_user_project_id": "913e24d5018942c7a682fb2375db419d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:27:43Z", "links": [{"href": "http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1002ebd0-7380-40b7-945a-ac813eceafb5", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-20 13:27:44,725 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5 used request id req-cfb4106c-f8d2-4f46-9112-e7655ddac60a 2019-01-20 13:27:44,726 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:27:44,726 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:27:47,727 - create_stack - DEBUG - Stack status query timeout in 1196.53772092 2019-01-20 13:27:47,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/1002ebd0-7380-40b7-945a-ac813eceafb5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21b4a44a269f2f3f5e2b913c45a2b832e556e7" 2019-01-20 13:27:47,757 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:47 GMT Server: Apache x-openstack-request-id: req-5b8f6581-103c-43d5-9b3d-a6cda6ead5a8 Location: http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:47,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:47 GMT Server: Apache x-openstack-request-id: req-d701f327-16b6-4d70-9c6d-95f46de87231 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": "90f580b1969c4975ac423aab66e28cda", "volume_type_name": "CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-volume-type", "OS::stack_id": "1002ebd0-7380-40b7-945a-ac813eceafb5", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack", "volume_name": "CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack", "stack_user_project_id": "913e24d5018942c7a682fb2375db419d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:27:43Z", "links": [{"href": "http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1002ebd0-7380-40b7-945a-ac813eceafb5", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-20 13:27:47,955 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5 used request id req-d701f327-16b6-4d70-9c6d-95f46de87231 2019-01-20 13:27:47,955 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:27:47,955 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:27:50,959 - create_stack - DEBUG - Stack status query timeout in 1193.30591011 2019-01-20 13:27:50,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/1002ebd0-7380-40b7-945a-ac813eceafb5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21b4a44a269f2f3f5e2b913c45a2b832e556e7" 2019-01-20 13:27:51,139 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:50 GMT Server: Apache x-openstack-request-id: req-ce285b98-acad-4cb2-b75f-4cda5ac20f7e Location: http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:51,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:51 GMT Server: Apache x-openstack-request-id: req-eaac4876-0c33-46a8-8484-bc5e23d637db 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": "90f580b1969c4975ac423aab66e28cda", "volume_type_name": "CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-volume-type", "OS::stack_id": "1002ebd0-7380-40b7-945a-ac813eceafb5", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack", "volume_name": "CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack", "stack_user_project_id": "913e24d5018942c7a682fb2375db419d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:27:43Z", "links": [{"href": "http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1002ebd0-7380-40b7-945a-ac813eceafb5", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-20 13:27:51,359 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5 used request id req-eaac4876-0c33-46a8-8484-bc5e23d637db 2019-01-20 13:27:51,360 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-20 13:27:51,360 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack 2019-01-20 13:27:51,360 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack 2019-01-20 13:27:51,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/1002ebd0-7380-40b7-945a-ac813eceafb5/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21b4a44a269f2f3f5e2b913c45a2b832e556e7" 2019-01-20 13:27:51,556 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:51 GMT Server: Apache x-openstack-request-id: req-97431404-a3bf-481e-ba23-9a6414f65a2b Location: http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:51,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:51 GMT Server: Apache x-openstack-request-id: req-0bc3e43e-c830-4630-901b-8e70ffbaf439 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 444 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "volume", "links": [{"href": "http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5/resources/volume", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2019-01-20T13:27:43Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:27:43Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "782b3e41-d92d-43a2-bf00-e42390df4af7", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2019-01-20T13:27:43Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:27:43Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "f622c21f-2311-400b-83b5-5b203abd585f", "resource_type": "OS::Cinder::VolumeType"}]} 2019-01-20 13:27:51,748 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5/resources used request id req-0bc3e43e-c830-4630-901b-8e70ffbaf439 2019-01-20 13:27:51,751 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/90f580b1969c4975ac423aab66e28cda/volumes/782b3e41-d92d-43a2-bf00-e42390df4af7 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21b4a44a269f2f3f5e2b913c45a2b832e556e7" 2019-01-20 13:27:51,808 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:51 GMT Server: Apache x-compute-request-id: req-f7c32ecc-6316-421c-96d8-02a17226ec10 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f7c32ecc-6316-421c-96d8-02a17226ec10 Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/90f580b1969c4975ac423aab66e28cda/volumes/782b3e41-d92d-43a2-bf00-e42390df4af7", "rel": "self"}, {"href": "http://172.30.9.22:8776/90f580b1969c4975ac423aab66e28cda/volumes/782b3e41-d92d-43a2-bf00-e42390df4af7", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T13:27:45.000000", "replication_status": null, "snapshot_id": null, "id": "782b3e41-d92d-43a2-bf00-e42390df4af7", "size": 1, "user_id": "538c5ae749a448ba915f7e79d2194662", "os-vol-tenant-attr:tenant_id": "90f580b1969c4975ac423aab66e28cda", "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-2dac6e5d-ff53-4975-9ddb-714ec68eb992-volume", "bootable": "false", "created_at": "2019-01-20T13:27:45.000000", "volume_type": "CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-volume-type"}} 2019-01-20 13:27:51,808 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/90f580b1969c4975ac423aab66e28cda/volumes/782b3e41-d92d-43a2-bf00-e42390df4af7 used request id req-f7c32ecc-6316-421c-96d8-02a17226ec10 2019-01-20 13:27:51,809 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:27:51,810 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:27:52,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "15301870575f45cfb8b30c7f067b5087", "name": "CreateStackVolumeTests-9b96dc1a-03e9-460-proj-role"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:27:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90f580b1969c4975ac423aab66e28cda", "name": "CreateStackVolumeTests-9b96dc1a-03e9-460-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/90f580b1969c4975ac423aab66e28cda", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/90f580b1969c4975ac423aab66e28cda", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/90f580b1969c4975ac423aab66e28cda", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/90f580b1969c4975ac423aab66e28cda", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/90f580b1969c4975ac423aab66e28cda", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/90f580b1969c4975ac423aab66e28cda", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/90f580b1969c4975ac423aab66e28cda", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/90f580b1969c4975ac423aab66e28cda", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/90f580b1969c4975ac423aab66e28cda", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/90f580b1969c4975ac423aab66e28cda", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/90f580b1969c4975ac423aab66e28cda", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-9b96dc1a-03e9-460-user", "id": "538c5ae749a448ba915f7e79d2194662"}, "audit_ids": ["B6zM71Q1QJaRV0W5sv2C4g"], "issued_at": "2019-01-20T13:27:52.000000Z"}} 2019-01-20 13:27:52,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386030f731048cf1a12e640fe4bb30d2550ae77d" 2019-01-20 13:27:52,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c93c3009-1a1e-4ed4-844d-4fade0961dc2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:27:52,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c93c3009-1a1e-4ed4-844d-4fade0961dc2 2019-01-20 13:27:52,284 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/90f580b1969c4975ac423aab66e28cda/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386030f731048cf1a12e640fe4bb30d2550ae77d" 2019-01-20 13:27:52,494 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:52 GMT Server: Apache x-compute-request-id: req-8cfd133e-82e6-4c7c-a0b1-20df7360b36d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8cfd133e-82e6-4c7c-a0b1-20df7360b36d Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/90f580b1969c4975ac423aab66e28cda/volumes/782b3e41-d92d-43a2-bf00-e42390df4af7", "rel": "self"}, {"href": "http://172.30.9.22:8776/90f580b1969c4975ac423aab66e28cda/volumes/782b3e41-d92d-43a2-bf00-e42390df4af7", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-20T13:27:45.000000", "replication_status": null, "snapshot_id": null, "id": "782b3e41-d92d-43a2-bf00-e42390df4af7", "size": 1, "user_id": "538c5ae749a448ba915f7e79d2194662", "os-vol-tenant-attr:tenant_id": "90f580b1969c4975ac423aab66e28cda", "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-2dac6e5d-ff53-4975-9ddb-714ec68eb992-volume", "bootable": "false", "created_at": "2019-01-20T13:27:45.000000", "volume_type": "CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-volume-type"}]} 2019-01-20 13:27:52,494 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/90f580b1969c4975ac423aab66e28cda/volumes/detail used request id req-8cfd133e-82e6-4c7c-a0b1-20df7360b36d 2019-01-20 13:27:52,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:27:52,502 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:27: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:27:52,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386030f731048cf1a12e640fe4bb30d2550ae77d" 2019-01-20 13:27:52,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ff173c6-ec24-4b89-a92b-3be689d9aead Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda"}, "enabled": true, "id": "90f580b1969c4975ac423aab66e28cda", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-9b96dc1a-03e9-460-proj"}} 2019-01-20 13:27:52,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda used request id req-4ff173c6-ec24-4b89-a92b-3be689d9aead 2019-01-20 13:27:52,593 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack 2019-01-20 13:27:52,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/1002ebd0-7380-40b7-945a-ac813eceafb5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21b4a44a269f2f3f5e2b913c45a2b832e556e7" 2019-01-20 13:27:52,623 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:52 GMT Server: Apache x-openstack-request-id: req-1b0b32ec-981e-4b0a-9870-26cab7431374 Location: http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:52,828 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:27:52 GMT Server: Apache x-openstack-request-id: req-4cd81697-f649-4423-a1ad-5fb6124eb73b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:27:52,828 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5 used request id req-4cd81697-f649-4423-a1ad-5fb6124eb73b 2019-01-20 13:27:52,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/1002ebd0-7380-40b7-945a-ac813eceafb5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21b4a44a269f2f3f5e2b913c45a2b832e556e7" 2019-01-20 13:27:53,002 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:52 GMT Server: Apache x-openstack-request-id: req-60af9069-df71-4f33-a42c-aba16b00ad1b Location: http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:53,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:52 GMT Server: Apache x-openstack-request-id: req-a2a88195-9f2c-4e25-8987-7e3db4af4d12 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 528 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": "90f580b1969c4975ac423aab66e28cda", "volume_type_name": "CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-volume-type", "OS::stack_id": "1002ebd0-7380-40b7-945a-ac813eceafb5", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack", "volume_name": "CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack", "stack_user_project_id": "913e24d5018942c7a682fb2375db419d", "tags": null, "creation_time": "2019-01-20T13:27:43Z", "links": [{"href": "http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:27:52Z", "id": "1002ebd0-7380-40b7-945a-ac813eceafb5", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-20 13:27:53,028 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5 used request id req-a2a88195-9f2c-4e25-8987-7e3db4af4d12 2019-01-20 13:27:53,028 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:27:53,028 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:27:56,032 - create_stack - DEBUG - Stack status query timeout in 1196.79671001 2019-01-20 13:27:56,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/1002ebd0-7380-40b7-945a-ac813eceafb5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21b4a44a269f2f3f5e2b913c45a2b832e556e7" 2019-01-20 13:27:56,066 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:56 GMT Server: Apache x-openstack-request-id: req-18d86315-5bdd-4c32-bbb8-736932c429e7 Location: http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:56,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:56 GMT Server: Apache x-openstack-request-id: req-a5ddc5b8-279b-4283-b9e4-ae340a8163d0 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": "90f580b1969c4975ac423aab66e28cda", "volume_type_name": "CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-volume-type", "OS::stack_id": "1002ebd0-7380-40b7-945a-ac813eceafb5", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack", "volume_name": "CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack", "stack_user_project_id": "913e24d5018942c7a682fb2375db419d", "tags": null, "creation_time": "2019-01-20T13:27:43Z", "links": [{"href": "http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-20T13:27:52Z", "id": "1002ebd0-7380-40b7-945a-ac813eceafb5", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-20 13:27:56,092 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5 used request id req-a5ddc5b8-279b-4283-b9e4-ae340a8163d0 2019-01-20 13:27:56,093 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-20 13:27:56,093 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack 2019-01-20 13:27:56,093 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack 2019-01-20 13:27:56,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/1002ebd0-7380-40b7-945a-ac813eceafb5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c21b4a44a269f2f3f5e2b913c45a2b832e556e7" 2019-01-20 13:27:56,122 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:27:56 GMT Server: Apache x-openstack-request-id: req-9d509469-f4aa-4f1b-9664-bb28c903b844 Location: http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:27:56,151 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:27:56 GMT Server: Apache x-openstack-request-id: req-f9cf63c7-80a1-40fb-992e-90e40e401690 Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-20 13:27:56,152 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/90f580b1969c4975ac423aab66e28cda/stacks/CreateStackVolumeTests-CreateStackVolumeTests-2dac6e5d-ff53-4975-9ddb-714ec68eb992-stack/1002ebd0-7380-40b7-945a-ac813eceafb5 used request id req-f9cf63c7-80a1-40fb-992e-90e40e401690 2019-01-20 13:27:56,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ade90cd8b6e1c375577c054388c42da3c525a3f" 2019-01-20 13:27:56,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0b876fbd-a88b-4f04-b6cf-c0580ae129d3 Date: Sun, 20 Jan 2019 13:27:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:27:56,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-0b876fbd-a88b-4f04-b6cf-c0580ae129d3 2019-01-20 13:27:56,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ade90cd8b6e1c375577c054388c42da3c525a3f" 2019-01-20 13:27:56,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2165c67-98a1-4dad-b2d4-a5393daaa27a 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:27:56,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-e2165c67-98a1-4dad-b2d4-a5393daaa27a 2019-01-20 13:27:56,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ade90cd8b6e1c375577c054388c42da3c525a3f" 2019-01-20 13:27:56,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7945da96-e7d7-4e76-9dea-095e58825480 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:27:56,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-7945da96-e7d7-4e76-9dea-095e58825480 2019-01-20 13:27:56,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ade90cd8b6e1c375577c054388c42da3c525a3f" 2019-01-20 13:27:56,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5109e19c-bf93-4b87-88ed-00733e3b9aa1 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:27:56,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-5109e19c-bf93-4b87-88ed-00733e3b9aa1 2019-01-20 13:27:56,630 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-9b96dc1a-03e9-460-proj 2019-01-20 13:27:56,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ade90cd8b6e1c375577c054388c42da3c525a3f" 2019-01-20 13:27:56,861 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:27:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afc7587b-a3c9-47ca-99b3-fee95b2d1365 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:27:56,861 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/90f580b1969c4975ac423aab66e28cda used request id req-afc7587b-a3c9-47ca-99b3-fee95b2d1365 2019-01-20 13:27:56,861 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-9b96dc1a-03e9-460-proj-role 2019-01-20 13:27:56,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/15301870575f45cfb8b30c7f067b5087 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ade90cd8b6e1c375577c054388c42da3c525a3f" 2019-01-20 13:27:56,970 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:27:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63d67181-8455-4fd2-8db5-7673e0b060a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:27:56,970 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/15301870575f45cfb8b30c7f067b5087 used request id req-63d67181-8455-4fd2-8db5-7673e0b060a1 2019-01-20 13:27:56,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ade90cd8b6e1c375577c054388c42da3c525a3f" 2019-01-20 13:27:57,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90ee71a5-50b1-446e-9a5a-9835f4732b19 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:27:57,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-90ee71a5-50b1-446e-9a5a-9835f4732b19 2019-01-20 13:27:57,065 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-9b96dc1a-03e9-460-user 2019-01-20 13:27:57,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/538c5ae749a448ba915f7e79d2194662 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3119cf34055fe34f379523322d9e7cedd62d5334" 2019-01-20 13:27:57,252 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:27:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-069f8553-5b93-4b47-8a8f-7b755678a84c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:27:57,252 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/538c5ae749a448ba915f7e79d2194662 used request id req-069f8553-5b93-4b47-8a8f-7b755678a84c 2019-01-20 13:27:57,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:27:57,709 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:27:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["PvpKFSf2TbGd_H5uIzJ94g"], "issued_at": "2019-01-20T13:27:57.000000Z"}} 2019-01-20 13:27:57,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aab67a06ffd85cb4e53501216ca23fd15a3651b" 2019-01-20 13:27:57,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48d8c5bf-2d40-42dc-b592-ac8adf24c95e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:27:57,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-48d8c5bf-2d40-42dc-b592-ac8adf24c95e 2019-01-20 13:27:57,807 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:27:57,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:27:58,194 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:27:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["j8OyQBFKSZqJDYk1zFMCXA"], "issued_at": "2019-01-20T13:27:58.000000Z"}} 2019-01-20 13:27:58,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2f1dcb72b1eeb0552ff256c00b179dfb5b93ec" 2019-01-20 13:27:58,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e10a7f9-5672-4c01-b4f9-4a734a12cbdb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:27:58,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2e10a7f9-5672-4c01-b4f9-4a734a12cbdb 2019-01-20 13:27:58,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:27:58,288 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:27: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:27:58,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-cce259a7-16ca-4b2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2f1dcb72b1eeb0552ff256c00b179dfb5b93ec" 2019-01-20 13:27:58,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4058e31-37db-4b49-88b1-27badadf5dbc Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-cce259a7-16ca-4b2-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:27:58,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-cce259a7-16ca-4b2-proj used request id req-f4058e31-37db-4b49-88b1-27badadf5dbc 2019-01-20 13:27:58,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2f1dcb72b1eeb0552ff256c00b179dfb5b93ec" 2019-01-20 13:27:58,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84f251ed-19ae-498d-b18e-245fc0d2fc6c Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:27:58,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-84f251ed-19ae-498d-b18e-245fc0d2fc6c 2019-01-20 13:27:58,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2f1dcb72b1eeb0552ff256c00b179dfb5b93ec" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-cce259a7-16ca-4b2-proj"}}' 2019-01-20 13:27:58,600 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:27:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72f0dcfd-5828-47e3-80b8-c2769cb284f8 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/1eb0928372cc4186a992ee764d3260b7"}, "enabled": true, "id": "1eb0928372cc4186a992ee764d3260b7", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-cce259a7-16ca-4b2-proj"}} 2019-01-20 13:27:58,600 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-72f0dcfd-5828-47e3-80b8-c2769cb284f8 2019-01-20 13:27:58,600 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-cce259a7-16ca-4b2-proj 2019-01-20 13:27:58,600 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:27:58,601 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:27:58,988 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:27:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["m4VHHIRvQYOlMhbuOQhMUA"], "issued_at": "2019-01-20T13:27:58.000000Z"}} 2019-01-20 13:27:58,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e251fb4b42c1501778b405fd122f9bf73b1e71a" 2019-01-20 13:27:59,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac01d37e-2142-41d4-a834-44a18e5ef538 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:27:59,065 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ac01d37e-2142-41d4-a834-44a18e5ef538 2019-01-20 13:27:59,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:27:59,074 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:27: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:27:59,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e251fb4b42c1501778b405fd122f9bf73b1e71a" 2019-01-20 13:27:59,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26c4d96e-5ae5-4532-a3a2-c0328d5e74d2 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:27:59,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-26c4d96e-5ae5-4532-a3a2-c0328d5e74d2 2019-01-20 13:27:59,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackVolumeTests-cce259a7-16ca-4b2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e251fb4b42c1501778b405fd122f9bf73b1e71a" 2019-01-20 13:27:59,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e38e2c6-400b-4b2d-bb14-54d1ab8922e5 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackVolumeTests-cce259a7-16ca-4b2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/1eb0928372cc4186a992ee764d3260b7"}, "enabled": true, "id": "1eb0928372cc4186a992ee764d3260b7", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-cce259a7-16ca-4b2-proj"}]} 2019-01-20 13:27:59,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackVolumeTests-cce259a7-16ca-4b2-proj used request id req-6e38e2c6-400b-4b2d-bb14-54d1ab8922e5 2019-01-20 13:27:59,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e251fb4b42c1501778b405fd122f9bf73b1e71a" 2019-01-20 13:27:59,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3538fff5-fc2a-4cbe-81f3-d7d34177be39 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:27:59,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-3538fff5-fc2a-4cbe-81f3-d7d34177be39 2019-01-20 13:27:59,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e251fb4b42c1501778b405fd122f9bf73b1e71a" 2019-01-20 13:27:59,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cc82771-6e3c-4132-837e-b7518db8f948 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:27:59,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2cc82771-6e3c-4132-837e-b7518db8f948 2019-01-20 13:27:59,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackVolumeTests-cce259a7-16ca-4b2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e251fb4b42c1501778b405fd122f9bf73b1e71a" 2019-01-20 13:27:59,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-802e24a2-217b-43de-aaf8-8eadbdb9b3f9 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackVolumeTests-cce259a7-16ca-4b2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/1eb0928372cc4186a992ee764d3260b7"}, "enabled": true, "id": "1eb0928372cc4186a992ee764d3260b7", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-cce259a7-16ca-4b2-proj"}]} 2019-01-20 13:27:59,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackVolumeTests-cce259a7-16ca-4b2-proj used request id req-802e24a2-217b-43de-aaf8-8eadbdb9b3f9 2019-01-20 13:27:59,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/1b06404189b441f287ea51a584e1e8ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e251fb4b42c1501778b405fd122f9bf73b1e71a" 2019-01-20 13:28:00,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-407144de-c7a8-4581-8658-4a386ec11d75 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-cce259a7-16ca-4b2-user", "links": {"self": "http://172.30.9.22:5000/v3/users/1b06404189b441f287ea51a584e1e8ad"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "1eb0928372cc4186a992ee764d3260b7", "id": "1b06404189b441f287ea51a584e1e8ad", "password_expires_at": null}} 2019-01-20 13:28:00,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/1b06404189b441f287ea51a584e1e8ad used request id req-407144de-c7a8-4581-8658-4a386ec11d75 2019-01-20 13:28:00,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/1eb0928372cc4186a992ee764d3260b7/users/1b06404189b441f287ea51a584e1e8ad/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e251fb4b42c1501778b405fd122f9bf73b1e71a" 2019-01-20 13:28:00,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e983cdbc-b9b0-4770-80b3-78f2fec459a5 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/1eb0928372cc4186a992ee764d3260b7/users/1b06404189b441f287ea51a584e1e8ad/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 13:28:00,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/1eb0928372cc4186a992ee764d3260b7/users/1b06404189b441f287ea51a584e1e8ad/roles used request id req-e983cdbc-b9b0-4770-80b3-78f2fec459a5 2019-01-20 13:28:00,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e251fb4b42c1501778b405fd122f9bf73b1e71a" 2019-01-20 13:28:00,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e88ef6c-d56c-499f-8f79-7ac639fb578e Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "domain_id": null, "name": "admin", "id": "77f3d538c7cd4e1a927402af90dfd66a"}} 2019-01-20 13:28:00,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-5e88ef6c-d56c-499f-8f79-7ac639fb578e 2019-01-20 13:28:00,206 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-cce259a7-16ca-4b2-proj 2019-01-20 13:28:00,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/1eb0928372cc4186a992ee764d3260b7/users/1b06404189b441f287ea51a584e1e8ad/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e251fb4b42c1501778b405fd122f9bf73b1e71a" 2019-01-20 13:28:00,350 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7630bac9-8c19-40a7-8f17-5945d2c1a728 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:00,350 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/1eb0928372cc4186a992ee764d3260b7/users/1b06404189b441f287ea51a584e1e8ad/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-7630bac9-8c19-40a7-8f17-5945d2c1a728 2019-01-20 13:28:00,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e251fb4b42c1501778b405fd122f9bf73b1e71a" 2019-01-20 13:28:00,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52545a79-da4e-4871-bc40-9c18a820b578 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:28:00,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-52545a79-da4e-4871-bc40-9c18a820b578 2019-01-20 13:28:00,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackVolumeTests-cce259a7-16ca-4b2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e251fb4b42c1501778b405fd122f9bf73b1e71a" 2019-01-20 13:28:00,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a71ea57-7994-42ce-8c7f-7cbef6ca3a30 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackVolumeTests-cce259a7-16ca-4b2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/1eb0928372cc4186a992ee764d3260b7"}, "enabled": true, "id": "1eb0928372cc4186a992ee764d3260b7", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-cce259a7-16ca-4b2-proj"}]} 2019-01-20 13:28:00,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackVolumeTests-cce259a7-16ca-4b2-proj used request id req-6a71ea57-7994-42ce-8c7f-7cbef6ca3a30 2019-01-20 13:28:00,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/1eb0928372cc4186a992ee764d3260b7/users/1b06404189b441f287ea51a584e1e8ad/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e251fb4b42c1501778b405fd122f9bf73b1e71a" 2019-01-20 13:28:00,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cd614bc-3ee3-4205-8aa9-11b3e027516b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/1eb0928372cc4186a992ee764d3260b7/users/1b06404189b441f287ea51a584e1e8ad/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}]} 2019-01-20 13:28:00,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/1eb0928372cc4186a992ee764d3260b7/users/1b06404189b441f287ea51a584e1e8ad/roles used request id req-4cd614bc-3ee3-4205-8aa9-11b3e027516b 2019-01-20 13:28:00,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e251fb4b42c1501778b405fd122f9bf73b1e71a" 2019-01-20 13:28:00,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdae0285-fa92-4792-b08b-abd1847ebda6 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "domain_id": null, "name": "heat_stack_owner", "id": "8faca84f8c574391a4e761c020358bea"}} 2019-01-20 13:28:00,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea used request id req-fdae0285-fa92-4792-b08b-abd1847ebda6 2019-01-20 13:28:00,750 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-cce259a7-16ca-4b2-proj 2019-01-20 13:28:00,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/1eb0928372cc4186a992ee764d3260b7/users/1b06404189b441f287ea51a584e1e8ad/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e251fb4b42c1501778b405fd122f9bf73b1e71a" 2019-01-20 13:28:00,884 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1577ca4d-c6c1-43e9-86e1-199b18fe9ef6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:00,884 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/1eb0928372cc4186a992ee764d3260b7/users/1b06404189b441f287ea51a584e1e8ad/roles/8faca84f8c574391a4e761c020358bea used request id req-1577ca4d-c6c1-43e9-86e1-199b18fe9ef6 2019-01-20 13:28:00,885 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-cce259a7-16ca-4b2-user 2019-01-20 13:28:00,885 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:28:00,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2f1dcb72b1eeb0552ff256c00b179dfb5b93ec" 2019-01-20 13:28:00,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84004679-dac5-4cdd-a4a2-17c1a101cab8 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:28:00,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-84004679-dac5-4cdd-a4a2-17c1a101cab8 2019-01-20 13:28:00,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2f1dcb72b1eeb0552ff256c00b179dfb5b93ec" -d '{"role": {"name": "CreateStackVolumeTests-cce259a7-16ca-4b2-proj-role"}}' 2019-01-20 13:28:01,078 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:28:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a110353-e8a3-4d78-a690-233b93e77557 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b8d9bd1c76204563b0b91057f76acca1", "links": {"self": "http://172.30.9.22:5000/v3/roles/b8d9bd1c76204563b0b91057f76acca1"}, "name": "CreateStackVolumeTests-cce259a7-16ca-4b2-proj-role"}} 2019-01-20 13:28:01,078 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-0a110353-e8a3-4d78-a690-233b93e77557 2019-01-20 13:28:01,079 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-cce259a7-16ca-4b2-proj-role 2019-01-20 13:28:01,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/b8d9bd1c76204563b0b91057f76acca1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2f1dcb72b1eeb0552ff256c00b179dfb5b93ec" 2019-01-20 13:28:01,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb4a6d54-0092-40a4-b7b0-8f38bd43097d Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/b8d9bd1c76204563b0b91057f76acca1"}, "domain_id": null, "name": "CreateStackVolumeTests-cce259a7-16ca-4b2-proj-role", "id": "b8d9bd1c76204563b0b91057f76acca1"}} 2019-01-20 13:28:01,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/b8d9bd1c76204563b0b91057f76acca1 used request id req-fb4a6d54-0092-40a4-b7b0-8f38bd43097d 2019-01-20 13:28:01,172 - keystone_utils - INFO - Granting role CreateStackVolumeTests-cce259a7-16ca-4b2-proj-role to project CreateStackVolumeTests-cce259a7-16ca-4b2-proj 2019-01-20 13:28:01,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/1eb0928372cc4186a992ee764d3260b7/users/1b06404189b441f287ea51a584e1e8ad/roles/b8d9bd1c76204563b0b91057f76acca1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2f1dcb72b1eeb0552ff256c00b179dfb5b93ec" 2019-01-20 13:28:01,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01887b7e-af0b-4813-977a-d7fc38615af4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:01,309 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/1eb0928372cc4186a992ee764d3260b7/users/1b06404189b441f287ea51a584e1e8ad/roles/b8d9bd1c76204563b0b91057f76acca1 used request id req-01887b7e-af0b-4813-977a-d7fc38615af4 2019-01-20 13:28:01,309 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:28:01,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:28:01,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:28:01,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8d9bd1c76204563b0b91057f76acca1", "name": "CreateStackVolumeTests-cce259a7-16ca-4b2-proj-role"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:28:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1eb0928372cc4186a992ee764d3260b7", "name": "CreateStackVolumeTests-cce259a7-16ca-4b2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/1eb0928372cc4186a992ee764d3260b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/1eb0928372cc4186a992ee764d3260b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/1eb0928372cc4186a992ee764d3260b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1eb0928372cc4186a992ee764d3260b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/1eb0928372cc4186a992ee764d3260b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/1eb0928372cc4186a992ee764d3260b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/1eb0928372cc4186a992ee764d3260b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/1eb0928372cc4186a992ee764d3260b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1eb0928372cc4186a992ee764d3260b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/1eb0928372cc4186a992ee764d3260b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/1eb0928372cc4186a992ee764d3260b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-cce259a7-16ca-4b2-user", "id": "1b06404189b441f287ea51a584e1e8ad"}, "audit_ids": ["ADl4-OwZSp-amXGw7jPcww"], "issued_at": "2019-01-20T13:28:01.000000Z"}} 2019-01-20 13:28:01,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}373c8922585caa81bed120017b9b945a87b2f111" 2019-01-20 13:28:01,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59ffd86c-f9e5-4ec9-9a1a-52a56520185f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:28:01,863 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-59ffd86c-f9e5-4ec9-9a1a-52a56520185f 2019-01-20 13:28:01,864 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:28:01,867 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:28:01,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}373c8922585caa81bed120017b9b945a87b2f111" 2019-01-20 13:28:02,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:01 GMT Server: Apache x-openstack-request-id: req-f72833f3-80a9-4712-b79b-c3ae67506daa Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-20 13:28:02,043 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack used request id req-f72833f3-80a9-4712-b79b-c3ae67506daa 2019-01-20 13:28:02,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}373c8922585caa81bed120017b9b945a87b2f111" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-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-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-volume-type", "volume_name": "CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-volume"}}' 2019-01-20 13:28:03,702 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:28:02 GMT Server: Apache x-openstack-request-id: req-7e3f53ec-cea9-4c6b-a66c-9fe0e58baa03 Location: http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "7e2c7c30-7599-4d16-bb42-78a902d79278", "links": [{"href": "http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278", "rel": "self"}]}} 2019-01-20 13:28:03,702 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks used request id req-7e3f53ec-cea9-4c6b-a66c-9fe0e58baa03 2019-01-20 13:28:03,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/7e2c7c30-7599-4d16-bb42-78a902d79278 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}373c8922585caa81bed120017b9b945a87b2f111" 2019-01-20 13:28:03,881 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:03 GMT Server: Apache x-openstack-request-id: req-5f067497-a442-4831-9305-7fea71ab7862 Location: http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:04,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:03 GMT Server: Apache x-openstack-request-id: req-e0e77357-551c-4b8c-98bd-727e9f609e0d 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": "1eb0928372cc4186a992ee764d3260b7", "volume_type_name": "CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-volume-type", "OS::stack_id": "7e2c7c30-7599-4d16-bb42-78a902d79278", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack", "volume_name": "CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack", "stack_user_project_id": "a29eb18adae6422db53b3e8ce842b757", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:28:03Z", "links": [{"href": "http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7e2c7c30-7599-4d16-bb42-78a902d79278", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-20 13:28:04,096 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278 used request id req-e0e77357-551c-4b8c-98bd-727e9f609e0d 2019-01-20 13:28:04,096 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack 2019-01-20 13:28:04,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/7e2c7c30-7599-4d16-bb42-78a902d79278 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}373c8922585caa81bed120017b9b945a87b2f111" 2019-01-20 13:28:04,294 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:04 GMT Server: Apache x-openstack-request-id: req-57f33916-20b5-4a37-a080-7f7c1b3f21bd Location: http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:04,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:04 GMT Server: Apache x-openstack-request-id: req-0e71d96a-bafc-4cb4-a3e3-14572b40eaa2 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": "1eb0928372cc4186a992ee764d3260b7", "volume_type_name": "CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-volume-type", "OS::stack_id": "7e2c7c30-7599-4d16-bb42-78a902d79278", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack", "volume_name": "CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack", "stack_user_project_id": "a29eb18adae6422db53b3e8ce842b757", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:28:03Z", "links": [{"href": "http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7e2c7c30-7599-4d16-bb42-78a902d79278", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-20 13:28:04,476 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278 used request id req-0e71d96a-bafc-4cb4-a3e3-14572b40eaa2 2019-01-20 13:28:04,477 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:28:04,477 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:28:07,480 - create_stack - DEBUG - Stack status query timeout in 1196.61606598 2019-01-20 13:28:07,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/7e2c7c30-7599-4d16-bb42-78a902d79278 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}373c8922585caa81bed120017b9b945a87b2f111" 2019-01-20 13:28:07,684 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:07 GMT Server: Apache x-openstack-request-id: req-80694b12-50a5-4b13-a246-ceee81d13028 Location: http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:07,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:07 GMT Server: Apache x-openstack-request-id: req-d32b6a87-efce-4f2e-90da-d91683560783 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": "1eb0928372cc4186a992ee764d3260b7", "volume_type_name": "CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-volume-type", "OS::stack_id": "7e2c7c30-7599-4d16-bb42-78a902d79278", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack", "volume_name": "CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack", "stack_user_project_id": "a29eb18adae6422db53b3e8ce842b757", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:28:03Z", "links": [{"href": "http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7e2c7c30-7599-4d16-bb42-78a902d79278", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-20 13:28:07,867 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278 used request id req-d32b6a87-efce-4f2e-90da-d91683560783 2019-01-20 13:28:07,867 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-20 13:28:07,868 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack 2019-01-20 13:28:07,868 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack 2019-01-20 13:28:07,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/7e2c7c30-7599-4d16-bb42-78a902d79278/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}373c8922585caa81bed120017b9b945a87b2f111" 2019-01-20 13:28:07,897 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:07 GMT Server: Apache x-openstack-request-id: req-fcf9ab6a-da20-4923-acad-6fd1bc0e9d70 Location: http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:07,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:07 GMT Server: Apache x-openstack-request-id: req-ffbca215-749c-4ff6-8853-bd239adc77cf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 446 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "volume", "links": [{"href": "http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278/resources/volume", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2019-01-20T13:28:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:28:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "76e24b01-59f4-4df8-9a34-17239c4ed132", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2019-01-20T13:28:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:28:03Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "952dd56d-1b96-4fcd-aede-2e3c1f6b560c", "resource_type": "OS::Cinder::VolumeType"}]} 2019-01-20 13:28:07,940 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278/resources used request id req-ffbca215-749c-4ff6-8853-bd239adc77cf 2019-01-20 13:28:07,943 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/1eb0928372cc4186a992ee764d3260b7/types/952dd56d-1b96-4fcd-aede-2e3c1f6b560c -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}373c8922585caa81bed120017b9b945a87b2f111" 2019-01-20 13:28:07,965 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:07 GMT Server: Apache x-compute-request-id: req-dc22b145-b972-4239-be8a-3ab7329dacfe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dc22b145-b972-4239-be8a-3ab7329dacfe Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "952dd56d-1b96-4fcd-aede-2e3c1f6b560c", "description": null}} 2019-01-20 13:28:07,965 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/1eb0928372cc4186a992ee764d3260b7/types/952dd56d-1b96-4fcd-aede-2e3c1f6b560c used request id req-dc22b145-b972-4239-be8a-3ab7329dacfe 2019-01-20 13:28:07,968 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/1eb0928372cc4186a992ee764d3260b7/types/952dd56d-1b96-4fcd-aede-2e3c1f6b560c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dc22b145-b972-4239-be8a-3ab7329dacfe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}373c8922585caa81bed120017b9b945a87b2f111" 2019-01-20 13:28:08,226 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:07 GMT Server: Apache x-compute-request-id: req-18a684e3-dbb4-4911-b622-e7965c2a4390 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-18a684e3-dbb4-4911-b622-e7965c2a4390 Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "952dd56d-1b96-4fcd-aede-2e3c1f6b560c", "description": null}} 2019-01-20 13:28:08,226 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/1eb0928372cc4186a992ee764d3260b7/types/952dd56d-1b96-4fcd-aede-2e3c1f6b560c used request id req-18a684e3-dbb4-4911-b622-e7965c2a4390 2019-01-20 13:28:08,229 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/1eb0928372cc4186a992ee764d3260b7/types/952dd56d-1b96-4fcd-aede-2e3c1f6b560c/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dc22b145-b972-4239-be8a-3ab7329dacfe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}373c8922585caa81bed120017b9b945a87b2f111" 2019-01-20 13:28:08,409 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:08 GMT Server: Apache x-compute-request-id: req-cbffe581-d097-4d96-9bad-0df8fd3dc90b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cbffe581-d097-4d96-9bad-0df8fd3dc90b Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-20 13:28:08,409 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/1eb0928372cc4186a992ee764d3260b7/types/952dd56d-1b96-4fcd-aede-2e3c1f6b560c/encryption used request id req-cbffe581-d097-4d96-9bad-0df8fd3dc90b 2019-01-20 13:28:08,409 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:28:08,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:28:08,795 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8d9bd1c76204563b0b91057f76acca1", "name": "CreateStackVolumeTests-cce259a7-16ca-4b2-proj-role"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:28:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1eb0928372cc4186a992ee764d3260b7", "name": "CreateStackVolumeTests-cce259a7-16ca-4b2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/1eb0928372cc4186a992ee764d3260b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/1eb0928372cc4186a992ee764d3260b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/1eb0928372cc4186a992ee764d3260b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1eb0928372cc4186a992ee764d3260b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/1eb0928372cc4186a992ee764d3260b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/1eb0928372cc4186a992ee764d3260b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/1eb0928372cc4186a992ee764d3260b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/1eb0928372cc4186a992ee764d3260b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1eb0928372cc4186a992ee764d3260b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/1eb0928372cc4186a992ee764d3260b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/1eb0928372cc4186a992ee764d3260b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-cce259a7-16ca-4b2-user", "id": "1b06404189b441f287ea51a584e1e8ad"}, "audit_ids": ["JqeS2laRS36cf9OECyusgw"], "issued_at": "2019-01-20T13:28:08.000000Z"}} 2019-01-20 13:28:08,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f57974a35df4ecabeb5bce78f0135d4fb3b87e9d" 2019-01-20 13:28:08,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a56b46f8-673d-4342-a7a0-d62795d98863 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:28:08,876 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a56b46f8-673d-4342-a7a0-d62795d98863 2019-01-20 13:28:08,881 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/1eb0928372cc4186a992ee764d3260b7/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f57974a35df4ecabeb5bce78f0135d4fb3b87e9d" 2019-01-20 13:28:09,038 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:08 GMT Server: Apache x-compute-request-id: req-fb761c45-f838-42cc-9a69-1e0166695577 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fb761c45-f838-42cc-9a69-1e0166695577 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "952dd56d-1b96-4fcd-aede-2e3c1f6b560c", "description": null}]} 2019-01-20 13:28:09,038 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/1eb0928372cc4186a992ee764d3260b7/types?is_public=None used request id req-fb761c45-f838-42cc-9a69-1e0166695577 2019-01-20 13:28:09,042 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/1eb0928372cc4186a992ee764d3260b7/types/952dd56d-1b96-4fcd-aede-2e3c1f6b560c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb761c45-f838-42cc-9a69-1e0166695577" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f57974a35df4ecabeb5bce78f0135d4fb3b87e9d" 2019-01-20 13:28:09,226 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:09 GMT Server: Apache x-compute-request-id: req-4bd90489-3d55-49ca-85eb-88a78fc27e5b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4bd90489-3d55-49ca-85eb-88a78fc27e5b Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "952dd56d-1b96-4fcd-aede-2e3c1f6b560c", "description": null}} 2019-01-20 13:28:09,227 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/1eb0928372cc4186a992ee764d3260b7/types/952dd56d-1b96-4fcd-aede-2e3c1f6b560c used request id req-4bd90489-3d55-49ca-85eb-88a78fc27e5b 2019-01-20 13:28:09,230 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8776/v3/1eb0928372cc4186a992ee764d3260b7/types/952dd56d-1b96-4fcd-aede-2e3c1f6b560c/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb761c45-f838-42cc-9a69-1e0166695577" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f57974a35df4ecabeb5bce78f0135d4fb3b87e9d" 2019-01-20 13:28:09,403 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:09 GMT Server: Apache x-compute-request-id: req-acddea6a-dbb1-4b7e-9119-6991b6d9daa7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-acddea6a-dbb1-4b7e-9119-6991b6d9daa7 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-20 13:28:09,403 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/1eb0928372cc4186a992ee764d3260b7/types/952dd56d-1b96-4fcd-aede-2e3c1f6b560c/encryption used request id req-acddea6a-dbb1-4b7e-9119-6991b6d9daa7 2019-01-20 13:28:09,404 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack 2019-01-20 13:28:09,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/7e2c7c30-7599-4d16-bb42-78a902d79278 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}373c8922585caa81bed120017b9b945a87b2f111" 2019-01-20 13:28:09,581 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:09 GMT Server: Apache x-openstack-request-id: req-287bdcaf-4aaf-42c2-af4d-ae02f8c89990 Location: http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:09,623 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:09 GMT Server: Apache x-openstack-request-id: req-7ffadc26-1ada-454f-ac57-8558cce9550e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:09,623 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278 used request id req-7ffadc26-1ada-454f-ac57-8558cce9550e 2019-01-20 13:28:09,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/7e2c7c30-7599-4d16-bb42-78a902d79278 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}373c8922585caa81bed120017b9b945a87b2f111" 2019-01-20 13:28:09,802 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:09 GMT Server: Apache x-openstack-request-id: req-ae483fd9-c4e7-4dae-96b4-fffcce8788b5 Location: http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:09,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:09 GMT Server: Apache x-openstack-request-id: req-da53fe61-bfd2-4f3b-baaa-554428ea9491 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 528 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": "1eb0928372cc4186a992ee764d3260b7", "volume_type_name": "CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-volume-type", "OS::stack_id": "7e2c7c30-7599-4d16-bb42-78a902d79278", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack", "volume_name": "CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack", "stack_user_project_id": "a29eb18adae6422db53b3e8ce842b757", "tags": null, "creation_time": "2019-01-20T13:28:03Z", "links": [{"href": "http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:28:09Z", "id": "7e2c7c30-7599-4d16-bb42-78a902d79278", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-20 13:28:09,828 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278 used request id req-da53fe61-bfd2-4f3b-baaa-554428ea9491 2019-01-20 13:28:09,828 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:28:09,828 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:28:12,831 - create_stack - DEBUG - Stack status query timeout in 1196.79173517 2019-01-20 13:28:12,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/7e2c7c30-7599-4d16-bb42-78a902d79278 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}373c8922585caa81bed120017b9b945a87b2f111" 2019-01-20 13:28:13,013 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:12 GMT Server: Apache x-openstack-request-id: req-e39a5b9f-88d4-46f2-9e22-382a93df7bdd Location: http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:13,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:13 GMT Server: Apache x-openstack-request-id: req-0bb26939-4b47-4d6f-90e2-c3cdc3e7aabe 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": "1eb0928372cc4186a992ee764d3260b7", "volume_type_name": "CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-volume-type", "OS::stack_id": "7e2c7c30-7599-4d16-bb42-78a902d79278", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack", "volume_name": "CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-volume"}, "deletion_time": "2019-01-20T13:28:12Z", "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack", "stack_user_project_id": "a29eb18adae6422db53b3e8ce842b757", "tags": null, "creation_time": "2019-01-20T13:28:03Z", "links": [{"href": "http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-20T13:28:09Z", "id": "7e2c7c30-7599-4d16-bb42-78a902d79278", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-20 13:28:13,039 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278 used request id req-0bb26939-4b47-4d6f-90e2-c3cdc3e7aabe 2019-01-20 13:28:13,040 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-20 13:28:13,040 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack 2019-01-20 13:28:13,040 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack 2019-01-20 13:28:13,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/7e2c7c30-7599-4d16-bb42-78a902d79278 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}373c8922585caa81bed120017b9b945a87b2f111" 2019-01-20 13:28:13,370 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:13 GMT Server: Apache x-openstack-request-id: req-cf93e9bd-3b83-4848-93af-3f73769a7171 Location: http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:13,546 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:28:13 GMT Server: Apache x-openstack-request-id: req-89aa21f9-9f48-4071-b7d7-e2afbe57071a Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-20 13:28:13,546 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/1eb0928372cc4186a992ee764d3260b7/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e458e3e1-6a47-4323-bcb3-a4d09717fd7e-stack/7e2c7c30-7599-4d16-bb42-78a902d79278 used request id req-89aa21f9-9f48-4071-b7d7-e2afbe57071a 2019-01-20 13:28:13,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2f1dcb72b1eeb0552ff256c00b179dfb5b93ec" 2019-01-20 13:28:13,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c4e9ab59-7439-42a6-af23-ca5c90f69e5d Date: Sun, 20 Jan 2019 13:28:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:28:13,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-c4e9ab59-7439-42a6-af23-ca5c90f69e5d 2019-01-20 13:28:13,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2f1dcb72b1eeb0552ff256c00b179dfb5b93ec" 2019-01-20 13:28:13,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bf286e6-5997-45c5-bf8c-7104d2b0493e 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:28:13,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-7bf286e6-5997-45c5-bf8c-7104d2b0493e 2019-01-20 13:28:13,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2f1dcb72b1eeb0552ff256c00b179dfb5b93ec" 2019-01-20 13:28:13,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb3d3539-40f7-43f5-a1c9-155624554502 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:28:13,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-fb3d3539-40f7-43f5-a1c9-155624554502 2019-01-20 13:28:13,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2f1dcb72b1eeb0552ff256c00b179dfb5b93ec" 2019-01-20 13:28:14,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc9e423e-82e8-4eb7-bf42-72a5c1d61f29 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:28:14,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-bc9e423e-82e8-4eb7-bf42-72a5c1d61f29 2019-01-20 13:28:14,059 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-cce259a7-16ca-4b2-proj 2019-01-20 13:28:14,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/1eb0928372cc4186a992ee764d3260b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2f1dcb72b1eeb0552ff256c00b179dfb5b93ec" 2019-01-20 13:28:14,303 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a141c54-7854-4c52-adaf-ff74359d1242 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:14,303 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/1eb0928372cc4186a992ee764d3260b7 used request id req-5a141c54-7854-4c52-adaf-ff74359d1242 2019-01-20 13:28:14,303 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-cce259a7-16ca-4b2-proj-role 2019-01-20 13:28:14,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/b8d9bd1c76204563b0b91057f76acca1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2f1dcb72b1eeb0552ff256c00b179dfb5b93ec" 2019-01-20 13:28:14,425 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56aadf0b-8b9b-431c-bb96-e9555bf0acc7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:14,425 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/b8d9bd1c76204563b0b91057f76acca1 used request id req-56aadf0b-8b9b-431c-bb96-e9555bf0acc7 2019-01-20 13:28:14,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d2f1dcb72b1eeb0552ff256c00b179dfb5b93ec" 2019-01-20 13:28:14,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0b00f25-7dd4-485e-8abc-93ed8be47f03 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:28:14,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a0b00f25-7dd4-485e-8abc-93ed8be47f03 2019-01-20 13:28:14,513 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-cce259a7-16ca-4b2-user 2019-01-20 13:28:14,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/1b06404189b441f287ea51a584e1e8ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e251fb4b42c1501778b405fd122f9bf73b1e71a" 2019-01-20 13:28:14,700 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b34ba19-d7d9-45a6-9bc7-bbb92d7ea75c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:14,701 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/1b06404189b441f287ea51a584e1e8ad used request id req-3b34ba19-d7d9-45a6-9bc7-bbb92d7ea75c 2019-01-20 13:28:14,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:28:15,095 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:28:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["K4dgz271RiWMm3QfJjPZmg"], "issued_at": "2019-01-20T13:28:15.000000Z"}} 2019-01-20 13:28:15,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b80d9b0dc7d6f152af3f5caaaa8de00cbdb6de71" 2019-01-20 13:28:15,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fd94e2a-2d68-40b8-8477-f11ab37e9f5c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:28:15,173 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5fd94e2a-2d68-40b8-8477-f11ab37e9f5c 2019-01-20 13:28:15,174 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:28:15,175 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:28:15,560 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:28:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["peD1jJbWTs6cN14KNPBckg"], "issued_at": "2019-01-20T13:28:15.000000Z"}} 2019-01-20 13:28:15,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6824ecba219c09f169cc7e4312f47d5909fe0cb" 2019-01-20 13:28:15,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-407a616c-cfcf-48f1-9d5a-7b484dd7c1de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:28:15,650 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-407a616c-cfcf-48f1-9d5a-7b484dd7c1de 2019-01-20 13:28:15,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:28:15,660 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:28: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:28:15,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-cb6bca0d-cfa5-445-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6824ecba219c09f169cc7e4312f47d5909fe0cb" 2019-01-20 13:28:15,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa050e51-5d52-4177-b056-042ab7defc14 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-cb6bca0d-cfa5-445-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:28:15,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-cb6bca0d-cfa5-445-proj used request id req-fa050e51-5d52-4177-b056-042ab7defc14 2019-01-20 13:28:15,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6824ecba219c09f169cc7e4312f47d5909fe0cb" 2019-01-20 13:28:15,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a41769ee-5ad8-42b8-b577-e1820ade0b09 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:28:15,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-a41769ee-5ad8-42b8-b577-e1820ade0b09 2019-01-20 13:28:15,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6824ecba219c09f169cc7e4312f47d5909fe0cb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFlavorTests-cb6bca0d-cfa5-445-proj"}}' 2019-01-20 13:28:15,964 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:28:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86b91f8b-0a29-4d3a-8aad-6ad4b5a64a2e Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/e3191139e89f454ea4f3c3089bb3b6ef"}, "enabled": true, "id": "e3191139e89f454ea4f3c3089bb3b6ef", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-cb6bca0d-cfa5-445-proj"}} 2019-01-20 13:28:15,965 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-86b91f8b-0a29-4d3a-8aad-6ad4b5a64a2e 2019-01-20 13:28:15,965 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-cb6bca0d-cfa5-445-proj 2019-01-20 13:28:15,965 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:28:15,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:28:16,353 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:28:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Wts4_3ZLRZa6UtN0tD82iw"], "issued_at": "2019-01-20T13:28:16.000000Z"}} 2019-01-20 13:28:16,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679cdbc8c7dc0c7ea7cd3ac23925c4114a657191" 2019-01-20 13:28:16,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c428436-1078-408e-a946-422fa9ea1c0e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:28:16,367 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5c428436-1078-408e-a946-422fa9ea1c0e 2019-01-20 13:28:16,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:28:16,377 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:28: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:28:16,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679cdbc8c7dc0c7ea7cd3ac23925c4114a657191" 2019-01-20 13:28:16,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c950274-7e0e-42c4-a2f3-e877dae4fc99 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:28:16,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-3c950274-7e0e-42c4-a2f3-e877dae4fc99 2019-01-20 13:28:16,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackFlavorTests-cb6bca0d-cfa5-445-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679cdbc8c7dc0c7ea7cd3ac23925c4114a657191" 2019-01-20 13:28:16,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5ba327a-622e-48fb-9af7-6fa935f88b90 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackFlavorTests-cb6bca0d-cfa5-445-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/e3191139e89f454ea4f3c3089bb3b6ef"}, "enabled": true, "id": "e3191139e89f454ea4f3c3089bb3b6ef", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-cb6bca0d-cfa5-445-proj"}]} 2019-01-20 13:28:16,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackFlavorTests-cb6bca0d-cfa5-445-proj used request id req-a5ba327a-622e-48fb-9af7-6fa935f88b90 2019-01-20 13:28:16,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679cdbc8c7dc0c7ea7cd3ac23925c4114a657191" 2019-01-20 13:28:16,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aace9356-7037-4cbd-bebb-1ae1de66d5ab Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:28:16,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-aace9356-7037-4cbd-bebb-1ae1de66d5ab 2019-01-20 13:28:17,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679cdbc8c7dc0c7ea7cd3ac23925c4114a657191" 2019-01-20 13:28:17,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ba3a7bb-932a-4326-a637-8dec05853c7e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:28:17,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1ba3a7bb-932a-4326-a637-8dec05853c7e 2019-01-20 13:28:17,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackFlavorTests-cb6bca0d-cfa5-445-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679cdbc8c7dc0c7ea7cd3ac23925c4114a657191" 2019-01-20 13:28:17,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee8097e3-65a1-4b9b-a5cc-f7f142740d2e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackFlavorTests-cb6bca0d-cfa5-445-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/e3191139e89f454ea4f3c3089bb3b6ef"}, "enabled": true, "id": "e3191139e89f454ea4f3c3089bb3b6ef", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-cb6bca0d-cfa5-445-proj"}]} 2019-01-20 13:28:17,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackFlavorTests-cb6bca0d-cfa5-445-proj used request id req-ee8097e3-65a1-4b9b-a5cc-f7f142740d2e 2019-01-20 13:28:17,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/54706bed33824e45a278d704e8075acc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679cdbc8c7dc0c7ea7cd3ac23925c4114a657191" 2019-01-20 13:28:17,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9113f4f8-e333-48af-9379-b389e6a36b7c Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFlavorTests-cb6bca0d-cfa5-445-user", "links": {"self": "http://172.30.9.22:5000/v3/users/54706bed33824e45a278d704e8075acc"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "e3191139e89f454ea4f3c3089bb3b6ef", "id": "54706bed33824e45a278d704e8075acc", "password_expires_at": null}} 2019-01-20 13:28:17,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/54706bed33824e45a278d704e8075acc used request id req-9113f4f8-e333-48af-9379-b389e6a36b7c 2019-01-20 13:28:17,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/e3191139e89f454ea4f3c3089bb3b6ef/users/54706bed33824e45a278d704e8075acc/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679cdbc8c7dc0c7ea7cd3ac23925c4114a657191" 2019-01-20 13:28:17,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cc15024-f55d-4ce7-ae92-8b6bdbf01aae Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/e3191139e89f454ea4f3c3089bb3b6ef/users/54706bed33824e45a278d704e8075acc/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 13:28:17,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/e3191139e89f454ea4f3c3089bb3b6ef/users/54706bed33824e45a278d704e8075acc/roles used request id req-9cc15024-f55d-4ce7-ae92-8b6bdbf01aae 2019-01-20 13:28:17,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679cdbc8c7dc0c7ea7cd3ac23925c4114a657191" 2019-01-20 13:28:17,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c5a508b-7318-4ec0-87d7-573c1e8d8c73 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "domain_id": null, "name": "admin", "id": "77f3d538c7cd4e1a927402af90dfd66a"}} 2019-01-20 13:28:17,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-3c5a508b-7318-4ec0-87d7-573c1e8d8c73 2019-01-20 13:28:17,467 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-cb6bca0d-cfa5-445-proj 2019-01-20 13:28:17,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/e3191139e89f454ea4f3c3089bb3b6ef/users/54706bed33824e45a278d704e8075acc/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679cdbc8c7dc0c7ea7cd3ac23925c4114a657191" 2019-01-20 13:28:17,590 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58e9d1c5-97e7-4beb-a30f-86226f14b184 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:17,590 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/e3191139e89f454ea4f3c3089bb3b6ef/users/54706bed33824e45a278d704e8075acc/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-58e9d1c5-97e7-4beb-a30f-86226f14b184 2019-01-20 13:28:17,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679cdbc8c7dc0c7ea7cd3ac23925c4114a657191" 2019-01-20 13:28:17,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03a03f8e-d721-4852-9e67-ab75c06e673b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:28:17,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-03a03f8e-d721-4852-9e67-ab75c06e673b 2019-01-20 13:28:17,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackFlavorTests-cb6bca0d-cfa5-445-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679cdbc8c7dc0c7ea7cd3ac23925c4114a657191" 2019-01-20 13:28:17,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de11eeb7-c33e-406f-872f-b8ce7d7913a7 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackFlavorTests-cb6bca0d-cfa5-445-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/e3191139e89f454ea4f3c3089bb3b6ef"}, "enabled": true, "id": "e3191139e89f454ea4f3c3089bb3b6ef", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-cb6bca0d-cfa5-445-proj"}]} 2019-01-20 13:28:17,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackFlavorTests-cb6bca0d-cfa5-445-proj used request id req-de11eeb7-c33e-406f-872f-b8ce7d7913a7 2019-01-20 13:28:17,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/e3191139e89f454ea4f3c3089bb3b6ef/users/54706bed33824e45a278d704e8075acc/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679cdbc8c7dc0c7ea7cd3ac23925c4114a657191" 2019-01-20 13:28:17,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf9616e1-f44e-442c-bde5-3ccbd3d0f884 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/e3191139e89f454ea4f3c3089bb3b6ef/users/54706bed33824e45a278d704e8075acc/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}]} 2019-01-20 13:28:17,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/e3191139e89f454ea4f3c3089bb3b6ef/users/54706bed33824e45a278d704e8075acc/roles used request id req-bf9616e1-f44e-442c-bde5-3ccbd3d0f884 2019-01-20 13:28:17,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679cdbc8c7dc0c7ea7cd3ac23925c4114a657191" 2019-01-20 13:28:17,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e135129c-62b2-4588-a68c-30feb322f312 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "domain_id": null, "name": "heat_stack_owner", "id": "8faca84f8c574391a4e761c020358bea"}} 2019-01-20 13:28:17,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea used request id req-e135129c-62b2-4588-a68c-30feb322f312 2019-01-20 13:28:17,975 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-cb6bca0d-cfa5-445-proj 2019-01-20 13:28:17,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/e3191139e89f454ea4f3c3089bb3b6ef/users/54706bed33824e45a278d704e8075acc/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679cdbc8c7dc0c7ea7cd3ac23925c4114a657191" 2019-01-20 13:28:18,111 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d23bb77-398f-4343-bf5e-365bcd3c9929 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:18,111 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/e3191139e89f454ea4f3c3089bb3b6ef/users/54706bed33824e45a278d704e8075acc/roles/8faca84f8c574391a4e761c020358bea used request id req-7d23bb77-398f-4343-bf5e-365bcd3c9929 2019-01-20 13:28:18,111 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-cb6bca0d-cfa5-445-user 2019-01-20 13:28:18,112 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:28:18,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6824ecba219c09f169cc7e4312f47d5909fe0cb" 2019-01-20 13:28:18,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e2adc95-29ab-49ea-98c2-7f46f04ee4bf Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:28:18,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5e2adc95-29ab-49ea-98c2-7f46f04ee4bf 2019-01-20 13:28:18,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6824ecba219c09f169cc7e4312f47d5909fe0cb" -d '{"role": {"name": "CreateStackFlavorTests-cb6bca0d-cfa5-445-proj-role"}}' 2019-01-20 13:28:18,240 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:28:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c542f2e-d507-4e4e-acd6-60963ae86f36 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "39a206db6d164e47882af198d809492d", "links": {"self": "http://172.30.9.22:5000/v3/roles/39a206db6d164e47882af198d809492d"}, "name": "CreateStackFlavorTests-cb6bca0d-cfa5-445-proj-role"}} 2019-01-20 13:28:18,240 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-2c542f2e-d507-4e4e-acd6-60963ae86f36 2019-01-20 13:28:18,241 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-cb6bca0d-cfa5-445-proj-role 2019-01-20 13:28:18,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/39a206db6d164e47882af198d809492d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6824ecba219c09f169cc7e4312f47d5909fe0cb" 2019-01-20 13:28:18,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f0a6e15-e216-4a7d-b081-10aa5524a8ff Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/39a206db6d164e47882af198d809492d"}, "domain_id": null, "name": "CreateStackFlavorTests-cb6bca0d-cfa5-445-proj-role", "id": "39a206db6d164e47882af198d809492d"}} 2019-01-20 13:28:18,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/39a206db6d164e47882af198d809492d used request id req-9f0a6e15-e216-4a7d-b081-10aa5524a8ff 2019-01-20 13:28:18,325 - keystone_utils - INFO - Granting role CreateStackFlavorTests-cb6bca0d-cfa5-445-proj-role to project CreateStackFlavorTests-cb6bca0d-cfa5-445-proj 2019-01-20 13:28:18,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/e3191139e89f454ea4f3c3089bb3b6ef/users/54706bed33824e45a278d704e8075acc/roles/39a206db6d164e47882af198d809492d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6824ecba219c09f169cc7e4312f47d5909fe0cb" 2019-01-20 13:28:18,471 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e82e9e8d-8cf9-46e9-a6c2-edf30cf35c0f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:18,471 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/e3191139e89f454ea4f3c3089bb3b6ef/users/54706bed33824e45a278d704e8075acc/roles/39a206db6d164e47882af198d809492d used request id req-e82e9e8d-8cf9-46e9-a6c2-edf30cf35c0f 2019-01-20 13:28:18,471 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:28:18,472 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:28:18,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:28:18,861 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "39a206db6d164e47882af198d809492d", "name": "CreateStackFlavorTests-cb6bca0d-cfa5-445-proj-role"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:28:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3191139e89f454ea4f3c3089bb3b6ef", "name": "CreateStackFlavorTests-cb6bca0d-cfa5-445-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-cb6bca0d-cfa5-445-user", "id": "54706bed33824e45a278d704e8075acc"}, "audit_ids": ["seEc1E9jS9eQWGDOU5mKgg"], "issued_at": "2019-01-20T13:28:18.000000Z"}} 2019-01-20 13:28:18,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e812bab949af2d15069f4d9c601933568d78574" 2019-01-20 13:28:18,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a31ebd6f-3083-4447-8d60-c853e3dd0d61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:28:18,946 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a31ebd6f-3083-4447-8d60-c853e3dd0d61 2019-01-20 13:28:18,948 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:28:18,951 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:28:18,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks?stack_name=CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e812bab949af2d15069f4d9c601933568d78574" 2019-01-20 13:28:19,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:18 GMT Server: Apache x-openstack-request-id: req-7b113b06-5e3d-42ff-89bc-95578e0dc319 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-20 13:28:19,126 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks?stack_name=CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack used request id req-7b113b06-5e3d-42ff-89bc-95578e0dc319 2019-01-20 13:28:19,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e812bab949af2d15069f4d9c601933568d78574" -d '{"stack_name": "CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-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}}}}}' 2019-01-20 13:28:20,725 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:28:19 GMT Server: Apache x-openstack-request-id: req-9b3a1dcd-674c-4604-9d4c-d0f9266ca3f8 Location: http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e Content-Length: 266 Content-Type: application/json RESP BODY: {"stack": {"id": "72d53f94-a49e-434d-89b2-3eddfaf09e3e", "links": [{"href": "http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e", "rel": "self"}]}} 2019-01-20 13:28:20,725 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks used request id req-9b3a1dcd-674c-4604-9d4c-d0f9266ca3f8 2019-01-20 13:28:20,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/72d53f94-a49e-434d-89b2-3eddfaf09e3e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e812bab949af2d15069f4d9c601933568d78574" 2019-01-20 13:28:20,904 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:20 GMT Server: Apache x-openstack-request-id: req-90eae119-944b-4f85-9507-0b52172f42c4 Location: http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:21,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:20 GMT Server: Apache x-openstack-request-id: req-e1b68376-e97f-4b16-a300-654d7e04a7d6 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": "e3191139e89f454ea4f3c3089bb3b6ef", "OS::stack_id": "72d53f94-a49e-434d-89b2-3eddfaf09e3e", "OS::stack_name": "CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack", "stack_user_project_id": "dad9cee034e046e6bdf7e4c75d8518dd", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:28:20Z", "links": [{"href": "http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "72d53f94-a49e-434d-89b2-3eddfaf09e3e", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-20 13:28:21,100 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e used request id req-e1b68376-e97f-4b16-a300-654d7e04a7d6 2019-01-20 13:28:21,100 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack 2019-01-20 13:28:21,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/72d53f94-a49e-434d-89b2-3eddfaf09e3e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e812bab949af2d15069f4d9c601933568d78574" 2019-01-20 13:28:21,287 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:21 GMT Server: Apache x-openstack-request-id: req-707f4c29-e250-4e90-9d41-76f9e0cf509e Location: http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:21,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:21 GMT Server: Apache x-openstack-request-id: req-d49055d9-c0ac-4401-af25-69590a080eef 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": "e3191139e89f454ea4f3c3089bb3b6ef", "OS::stack_id": "72d53f94-a49e-434d-89b2-3eddfaf09e3e", "OS::stack_name": "CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack", "stack_user_project_id": "dad9cee034e046e6bdf7e4c75d8518dd", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:28:20Z", "links": [{"href": "http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "72d53f94-a49e-434d-89b2-3eddfaf09e3e", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-20 13:28:21,474 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e used request id req-d49055d9-c0ac-4401-af25-69590a080eef 2019-01-20 13:28:21,474 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-20 13:28:21,474 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack 2019-01-20 13:28:21,474 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack 2019-01-20 13:28:21,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/72d53f94-a49e-434d-89b2-3eddfaf09e3e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e812bab949af2d15069f4d9c601933568d78574" 2019-01-20 13:28:21,655 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:21 GMT Server: Apache x-openstack-request-id: req-2ffb3d82-d3c7-46f9-889f-baff62822830 Location: http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e/resources Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:21,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:21 GMT Server: Apache x-openstack-request-id: req-dab593e2-a46e-4916-b223-8f80042b05c9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2019-01-20T13:28:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:28:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "0f4f7bf9-941f-435d-b5b4-9cf4473fd692", "resource_type": "OS::Nova::Flavor"}]} 2019-01-20 13:28:21,855 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e/resources used request id req-dab593e2-a46e-4916-b223-8f80042b05c9 2019-01-20 13:28:21,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/0f4f7bf9-941f-435d-b5b4-9cf4473fd692 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e812bab949af2d15069f4d9c601933568d78574" 2019-01-20 13:28:21,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28: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-4e0bfe3e-9fe5-4923-ad79-3823b54ae3c1 x-compute-request-id: req-4e0bfe3e-9fe5-4923-ad79-3823b54ae3c1 Content-Encoding: gzip Content-Length: 332 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/0f4f7bf9-941f-435d-b5b4-9cf4473fd692", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/0f4f7bf9-941f-435d-b5b4-9cf4473fd692", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "0f4f7bf9-941f-435d-b5b4-9cf4473fd692", "name": "CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack-flavor-xx4g5jfc35fm", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:28:21,880 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/0f4f7bf9-941f-435d-b5b4-9cf4473fd692 used request id req-4e0bfe3e-9fe5-4923-ad79-3823b54ae3c1 2019-01-20 13:28:21,880 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:28:21,881 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:28:22,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "39a206db6d164e47882af198d809492d", "name": "CreateStackFlavorTests-cb6bca0d-cfa5-445-proj-role"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:28:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3191139e89f454ea4f3c3089bb3b6ef", "name": "CreateStackFlavorTests-cb6bca0d-cfa5-445-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/e3191139e89f454ea4f3c3089bb3b6ef", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-cb6bca0d-cfa5-445-user", "id": "54706bed33824e45a278d704e8075acc"}, "audit_ids": ["X-HkXnP7Tu-MarS17Q6rNg"], "issued_at": "2019-01-20T13:28:22.000000Z"}} 2019-01-20 13:28:22,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}876db5f1a1b755f805ef1ee8d88dbcd404bbe053" 2019-01-20 13:28:22,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-547bca2d-7038-4825-bd79-4200b09d92fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:28:22,354 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-547bca2d-7038-4825-bd79-4200b09d92fb 2019-01-20 13:28:22,355 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:28:22,361 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}876db5f1a1b755f805ef1ee8d88dbcd404bbe053" 2019-01-20 13:28:22,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28: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-ca90f1c5-a775-489d-aa7e-0f36caf07ad4 x-compute-request-id: req-ca90f1c5-a775-489d-aa7e-0f36caf07ad4 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0f4f7bf9-941f-435d-b5b4-9cf4473fd692", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/0f4f7bf9-941f-435d-b5b4-9cf4473fd692", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/0f4f7bf9-941f-435d-b5b4-9cf4473fd692", "rel": "bookmark"}], "name": "CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack-flavor-xx4g5jfc35fm"}]} 2019-01-20 13:28:22,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-ca90f1c5-a775-489d-aa7e-0f36caf07ad4 2019-01-20 13:28:22,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/0f4f7bf9-941f-435d-b5b4-9cf4473fd692 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}876db5f1a1b755f805ef1ee8d88dbcd404bbe053" 2019-01-20 13:28:22,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28: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-4023ade1-04df-4b73-9dd5-102832c83c21 x-compute-request-id: req-4023ade1-04df-4b73-9dd5-102832c83c21 Content-Encoding: gzip Content-Length: 332 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/0f4f7bf9-941f-435d-b5b4-9cf4473fd692", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/0f4f7bf9-941f-435d-b5b4-9cf4473fd692", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "0f4f7bf9-941f-435d-b5b4-9cf4473fd692", "name": "CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack-flavor-xx4g5jfc35fm", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:28:22,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/0f4f7bf9-941f-435d-b5b4-9cf4473fd692 used request id req-4023ade1-04df-4b73-9dd5-102832c83c21 2019-01-20 13:28:22,561 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack-flavor-xx4g5jfc35fm 2019-01-20 13:28:22,561 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack 2019-01-20 13:28:22,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/72d53f94-a49e-434d-89b2-3eddfaf09e3e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e812bab949af2d15069f4d9c601933568d78574" 2019-01-20 13:28:22,823 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:22 GMT Server: Apache x-openstack-request-id: req-7ed36cf5-31fb-43d8-bf07-d3b976fb5fa5 Location: http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:23,025 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:22 GMT Server: Apache x-openstack-request-id: req-a5f3ed6c-4646-424c-82fa-4eade3bc527a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:23,025 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e used request id req-a5f3ed6c-4646-424c-82fa-4eade3bc527a 2019-01-20 13:28:23,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/72d53f94-a49e-434d-89b2-3eddfaf09e3e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e812bab949af2d15069f4d9c601933568d78574" 2019-01-20 13:28:23,203 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:23 GMT Server: Apache x-openstack-request-id: req-b1457055-0a4f-4052-844c-13d3fdb00f14 Location: http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:23,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:23 GMT Server: Apache x-openstack-request-id: req-6a9b5c87-dbca-4ac1-80ba-097b237d4f1b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 502 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": "e3191139e89f454ea4f3c3089bb3b6ef", "OS::stack_id": "72d53f94-a49e-434d-89b2-3eddfaf09e3e", "OS::stack_name": "CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack", "stack_user_project_id": "dad9cee034e046e6bdf7e4c75d8518dd", "tags": null, "creation_time": "2019-01-20T13:28:20Z", "links": [{"href": "http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:28:23Z", "id": "72d53f94-a49e-434d-89b2-3eddfaf09e3e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-20 13:28:23,391 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e used request id req-6a9b5c87-dbca-4ac1-80ba-097b237d4f1b 2019-01-20 13:28:23,392 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:28:23,392 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:28:26,395 - create_stack - DEBUG - Stack status query timeout in 1196.63016415 2019-01-20 13:28:26,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/72d53f94-a49e-434d-89b2-3eddfaf09e3e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e812bab949af2d15069f4d9c601933568d78574" 2019-01-20 13:28:26,427 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:26 GMT Server: Apache x-openstack-request-id: req-70006671-7fb1-4dad-b3b9-741956efa1e7 Location: http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:26,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:26 GMT Server: Apache x-openstack-request-id: req-f3ff3aaf-7672-4279-908b-464717735623 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 507 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": "e3191139e89f454ea4f3c3089bb3b6ef", "OS::stack_id": "72d53f94-a49e-434d-89b2-3eddfaf09e3e", "OS::stack_name": "CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack"}, "deletion_time": "2019-01-20T13:28:24Z", "stack_name": "CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack", "stack_user_project_id": "dad9cee034e046e6bdf7e4c75d8518dd", "tags": null, "creation_time": "2019-01-20T13:28:20Z", "links": [{"href": "http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-20T13:28:23Z", "id": "72d53f94-a49e-434d-89b2-3eddfaf09e3e", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-20 13:28:26,647 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e used request id req-f3ff3aaf-7672-4279-908b-464717735623 2019-01-20 13:28:26,647 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-20 13:28:26,648 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack 2019-01-20 13:28:26,648 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack 2019-01-20 13:28:26,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/72d53f94-a49e-434d-89b2-3eddfaf09e3e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e812bab949af2d15069f4d9c601933568d78574" 2019-01-20 13:28:26,858 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:26 GMT Server: Apache x-openstack-request-id: req-015081b6-ab23-4fa6-b8cd-f10455642c73 Location: http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:26,884 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:28:26 GMT Server: Apache x-openstack-request-id: req-641244d3-0181-471d-8d1b-ec5630f35e39 Content-Length: 254 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-20 13:28:26,885 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/e3191139e89f454ea4f3c3089bb3b6ef/stacks/CreateStackFlavorTests-8e58dd2f-c648-4337-85e7-55ee10b95dcc-stack/72d53f94-a49e-434d-89b2-3eddfaf09e3e used request id req-641244d3-0181-471d-8d1b-ec5630f35e39 2019-01-20 13:28:26,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6824ecba219c09f169cc7e4312f47d5909fe0cb" 2019-01-20 13:28:27,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-857e2938-9e73-4a5a-a0c2-818901948eee Date: Sun, 20 Jan 2019 13:28:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:28:27,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-857e2938-9e73-4a5a-a0c2-818901948eee 2019-01-20 13:28:27,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6824ecba219c09f169cc7e4312f47d5909fe0cb" 2019-01-20 13:28:27,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6d340d7-09a3-4781-a2ff-afca50fc4dee 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:28:27,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-f6d340d7-09a3-4781-a2ff-afca50fc4dee 2019-01-20 13:28:27,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6824ecba219c09f169cc7e4312f47d5909fe0cb" 2019-01-20 13:28:27,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80b698e0-7d93-48f3-b384-c95063088359 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:28:27,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-80b698e0-7d93-48f3-b384-c95063088359 2019-01-20 13:28:27,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6824ecba219c09f169cc7e4312f47d5909fe0cb" 2019-01-20 13:28:27,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2d2bc2d-189b-446b-abb0-be17b8274cc9 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:28:27,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-b2d2bc2d-189b-446b-abb0-be17b8274cc9 2019-01-20 13:28:27,405 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-cb6bca0d-cfa5-445-proj 2019-01-20 13:28:27,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/e3191139e89f454ea4f3c3089bb3b6ef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6824ecba219c09f169cc7e4312f47d5909fe0cb" 2019-01-20 13:28:27,595 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a48e2325-7304-43a8-9092-a4a86a6aba7d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:27,596 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/e3191139e89f454ea4f3c3089bb3b6ef used request id req-a48e2325-7304-43a8-9092-a4a86a6aba7d 2019-01-20 13:28:27,596 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-cb6bca0d-cfa5-445-proj-role 2019-01-20 13:28:27,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/39a206db6d164e47882af198d809492d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6824ecba219c09f169cc7e4312f47d5909fe0cb" 2019-01-20 13:28:27,707 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b76d124-c4a0-4bf7-88d9-53816f0f0fa5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:27,707 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/39a206db6d164e47882af198d809492d used request id req-3b76d124-c4a0-4bf7-88d9-53816f0f0fa5 2019-01-20 13:28:27,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6824ecba219c09f169cc7e4312f47d5909fe0cb" 2019-01-20 13:28:27,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-357ed5fb-f7e8-4709-8226-4b76b0cef669 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:28:27,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-357ed5fb-f7e8-4709-8226-4b76b0cef669 2019-01-20 13:28:27,799 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-cb6bca0d-cfa5-445-user 2019-01-20 13:28:27,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/54706bed33824e45a278d704e8075acc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679cdbc8c7dc0c7ea7cd3ac23925c4114a657191" 2019-01-20 13:28:27,956 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55ed6706-9dbf-4147-8f3f-254f61424888 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:27,956 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/54706bed33824e45a278d704e8075acc used request id req-55ed6706-9dbf-4147-8f3f-254f61424888 2019-01-20 13:28:27,958 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:28:28,347 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:28:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["LcECU7MNQLCVi5cDwDww9Q"], "issued_at": "2019-01-20T13:28:28.000000Z"}} 2019-01-20 13:28:28,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3418ca29ef67229835bf9978336e023855c28a6" 2019-01-20 13:28:28,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e8bb9ff-f425-4baa-a486-14483618fd05 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:28:28,435 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3e8bb9ff-f425-4baa-a486-14483618fd05 2019-01-20 13:28:28,436 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:28:28,437 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:28:28,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:28:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["mBKipIlURbqcq0VvNZhDhw"], "issued_at": "2019-01-20T13:28:28.000000Z"}} 2019-01-20 13:28:28,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ddc709802d96755a72650c2405b1a9a2f23a1" 2019-01-20 13:28:28,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-187f87ab-3e6e-4048-a467-6abe3c59e062 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:28:28,904 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-187f87ab-3e6e-4048-a467-6abe3c59e062 2019-01-20 13:28:28,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:28:28,913 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:28: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:28:28,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-ea47c87c-b4d9-414-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ddc709802d96755a72650c2405b1a9a2f23a1" 2019-01-20 13:28:28,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2af42d58-7bb0-491b-845f-81fe8b7b2ed9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-ea47c87c-b4d9-414-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:28:28,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-ea47c87c-b4d9-414-proj used request id req-2af42d58-7bb0-491b-845f-81fe8b7b2ed9 2019-01-20 13:28:28,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ddc709802d96755a72650c2405b1a9a2f23a1" 2019-01-20 13:28:29,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a70704e2-d969-4992-b5b9-f534805f1daa Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:28:29,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-a70704e2-d969-4992-b5b9-f534805f1daa 2019-01-20 13:28:29,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ddc709802d96755a72650c2405b1a9a2f23a1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackKeypairTests-ea47c87c-b4d9-414-proj"}}' 2019-01-20 13:28:29,211 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:28:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11847187-aef3-4e86-83e2-13aa5fceab29 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/fe33d2cb386443d88b0494f4bba55c58"}, "enabled": true, "id": "fe33d2cb386443d88b0494f4bba55c58", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-ea47c87c-b4d9-414-proj"}} 2019-01-20 13:28:29,211 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-11847187-aef3-4e86-83e2-13aa5fceab29 2019-01-20 13:28:29,211 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-ea47c87c-b4d9-414-proj 2019-01-20 13:28:29,211 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:28:29,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:28:29,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:28:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ZD1ATtdrTj-UXRvDm-_ijQ"], "issued_at": "2019-01-20T13:28:29.000000Z"}} 2019-01-20 13:28:29,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc97e8e7ad9e46626ad92f975cc85c0bd99c49a6" 2019-01-20 13:28:29,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-727b89dc-c4f2-4106-bea4-9e47fee540fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:28:29,682 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-727b89dc-c4f2-4106-bea4-9e47fee540fb 2019-01-20 13:28:29,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:28:29,692 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:28: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:28:29,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc97e8e7ad9e46626ad92f975cc85c0bd99c49a6" 2019-01-20 13:28:29,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46849a18-149f-4e30-b4c6-b4aed3070be9 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:28:29,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-46849a18-149f-4e30-b4c6-b4aed3070be9 2019-01-20 13:28:29,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackKeypairTests-ea47c87c-b4d9-414-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc97e8e7ad9e46626ad92f975cc85c0bd99c49a6" 2019-01-20 13:28:29,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c5910e4-f44d-4686-9928-36a09fe042e4 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackKeypairTests-ea47c87c-b4d9-414-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/fe33d2cb386443d88b0494f4bba55c58"}, "enabled": true, "id": "fe33d2cb386443d88b0494f4bba55c58", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-ea47c87c-b4d9-414-proj"}]} 2019-01-20 13:28:29,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackKeypairTests-ea47c87c-b4d9-414-proj used request id req-2c5910e4-f44d-4686-9928-36a09fe042e4 2019-01-20 13:28:29,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc97e8e7ad9e46626ad92f975cc85c0bd99c49a6" 2019-01-20 13:28:29,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e788551-30ca-4600-ab5d-8455d0c3885c Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:28:29,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-2e788551-30ca-4600-ab5d-8455d0c3885c 2019-01-20 13:28:30,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc97e8e7ad9e46626ad92f975cc85c0bd99c49a6" 2019-01-20 13:28:30,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12461f83-fb1d-4f6f-8b68-9205edf065c5 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:28:30,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-12461f83-fb1d-4f6f-8b68-9205edf065c5 2019-01-20 13:28:30,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackKeypairTests-ea47c87c-b4d9-414-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc97e8e7ad9e46626ad92f975cc85c0bd99c49a6" 2019-01-20 13:28:30,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86c00564-f697-40da-9323-8a3cf10a7dbd Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackKeypairTests-ea47c87c-b4d9-414-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/fe33d2cb386443d88b0494f4bba55c58"}, "enabled": true, "id": "fe33d2cb386443d88b0494f4bba55c58", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-ea47c87c-b4d9-414-proj"}]} 2019-01-20 13:28:30,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackKeypairTests-ea47c87c-b4d9-414-proj used request id req-86c00564-f697-40da-9323-8a3cf10a7dbd 2019-01-20 13:28:30,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/ca0ca91f41b8495ea20fa82ab829e6ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc97e8e7ad9e46626ad92f975cc85c0bd99c49a6" 2019-01-20 13:28:30,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00e63b73-b80a-4256-8784-2d68ad23fd29 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackKeypairTests-ea47c87c-b4d9-414-user", "links": {"self": "http://172.30.9.22:5000/v3/users/ca0ca91f41b8495ea20fa82ab829e6ba"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "fe33d2cb386443d88b0494f4bba55c58", "id": "ca0ca91f41b8495ea20fa82ab829e6ba", "password_expires_at": null}} 2019-01-20 13:28:30,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/ca0ca91f41b8495ea20fa82ab829e6ba used request id req-00e63b73-b80a-4256-8784-2d68ad23fd29 2019-01-20 13:28:30,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/fe33d2cb386443d88b0494f4bba55c58/users/ca0ca91f41b8495ea20fa82ab829e6ba/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc97e8e7ad9e46626ad92f975cc85c0bd99c49a6" 2019-01-20 13:28:30,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-325f1d9b-b3f6-45f5-885c-1482113d8a96 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/fe33d2cb386443d88b0494f4bba55c58/users/ca0ca91f41b8495ea20fa82ab829e6ba/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 13:28:30,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/fe33d2cb386443d88b0494f4bba55c58/users/ca0ca91f41b8495ea20fa82ab829e6ba/roles used request id req-325f1d9b-b3f6-45f5-885c-1482113d8a96 2019-01-20 13:28:30,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc97e8e7ad9e46626ad92f975cc85c0bd99c49a6" 2019-01-20 13:28:30,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-014863f8-0914-47af-82a3-b3cec3271376 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "domain_id": null, "name": "heat_stack_owner", "id": "8faca84f8c574391a4e761c020358bea"}} 2019-01-20 13:28:30,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea used request id req-014863f8-0914-47af-82a3-b3cec3271376 2019-01-20 13:28:30,786 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-ea47c87c-b4d9-414-proj 2019-01-20 13:28:30,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/fe33d2cb386443d88b0494f4bba55c58/users/ca0ca91f41b8495ea20fa82ab829e6ba/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc97e8e7ad9e46626ad92f975cc85c0bd99c49a6" 2019-01-20 13:28:30,915 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f65be0d0-d794-4a29-aac3-148fcb587845 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:30,916 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/fe33d2cb386443d88b0494f4bba55c58/users/ca0ca91f41b8495ea20fa82ab829e6ba/roles/8faca84f8c574391a4e761c020358bea used request id req-f65be0d0-d794-4a29-aac3-148fcb587845 2019-01-20 13:28:30,916 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-ea47c87c-b4d9-414-user 2019-01-20 13:28:30,916 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:28:30,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ddc709802d96755a72650c2405b1a9a2f23a1" 2019-01-20 13:28:31,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-232aeec6-c0a8-4441-b208-b2c89f584502 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:28:31,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-232aeec6-c0a8-4441-b208-b2c89f584502 2019-01-20 13:28:31,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ddc709802d96755a72650c2405b1a9a2f23a1" -d '{"role": {"name": "CreateStackKeypairTests-ea47c87c-b4d9-414-proj-role"}}' 2019-01-20 13:28:31,121 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:28:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf0d275e-a7e5-42e9-81a5-5461e501c3f8 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e435105e2e2a47f0a650418e3e97bb0b", "links": {"self": "http://172.30.9.22:5000/v3/roles/e435105e2e2a47f0a650418e3e97bb0b"}, "name": "CreateStackKeypairTests-ea47c87c-b4d9-414-proj-role"}} 2019-01-20 13:28:31,121 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-bf0d275e-a7e5-42e9-81a5-5461e501c3f8 2019-01-20 13:28:31,121 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-ea47c87c-b4d9-414-proj-role 2019-01-20 13:28:31,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/e435105e2e2a47f0a650418e3e97bb0b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ddc709802d96755a72650c2405b1a9a2f23a1" 2019-01-20 13:28:31,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b08e1d48-c209-4cb6-a574-3320b05d2449 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/e435105e2e2a47f0a650418e3e97bb0b"}, "domain_id": null, "name": "CreateStackKeypairTests-ea47c87c-b4d9-414-proj-role", "id": "e435105e2e2a47f0a650418e3e97bb0b"}} 2019-01-20 13:28:31,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/e435105e2e2a47f0a650418e3e97bb0b used request id req-b08e1d48-c209-4cb6-a574-3320b05d2449 2019-01-20 13:28:31,207 - keystone_utils - INFO - Granting role CreateStackKeypairTests-ea47c87c-b4d9-414-proj-role to project CreateStackKeypairTests-ea47c87c-b4d9-414-proj 2019-01-20 13:28:31,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/fe33d2cb386443d88b0494f4bba55c58/users/ca0ca91f41b8495ea20fa82ab829e6ba/roles/e435105e2e2a47f0a650418e3e97bb0b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ddc709802d96755a72650c2405b1a9a2f23a1" 2019-01-20 13:28:31,345 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-834a69ec-36ce-41b9-b06c-2f7f5edc5d99 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:31,345 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/fe33d2cb386443d88b0494f4bba55c58/users/ca0ca91f41b8495ea20fa82ab829e6ba/roles/e435105e2e2a47f0a650418e3e97bb0b used request id req-834a69ec-36ce-41b9-b06c-2f7f5edc5d99 2019-01-20 13:28:31,346 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:28:31,346 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:28:31,347 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:28:31,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:28:31,728 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}, {"id": "e435105e2e2a47f0a650418e3e97bb0b", "name": "CreateStackKeypairTests-ea47c87c-b4d9-414-proj-role"}], "expires_at": "2019-01-20T14:28:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe33d2cb386443d88b0494f4bba55c58", "name": "CreateStackKeypairTests-ea47c87c-b4d9-414-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/fe33d2cb386443d88b0494f4bba55c58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/fe33d2cb386443d88b0494f4bba55c58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/fe33d2cb386443d88b0494f4bba55c58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/fe33d2cb386443d88b0494f4bba55c58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/fe33d2cb386443d88b0494f4bba55c58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/fe33d2cb386443d88b0494f4bba55c58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/fe33d2cb386443d88b0494f4bba55c58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/fe33d2cb386443d88b0494f4bba55c58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/fe33d2cb386443d88b0494f4bba55c58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/fe33d2cb386443d88b0494f4bba55c58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/fe33d2cb386443d88b0494f4bba55c58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-ea47c87c-b4d9-414-user", "id": "ca0ca91f41b8495ea20fa82ab829e6ba"}, "audit_ids": ["vPyzs1aARbGCFLhW2rampQ"], "issued_at": "2019-01-20T13:28:31.000000Z"}} 2019-01-20 13:28:31,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef55b853fdd98147844b18b63fefe584d786818" 2019-01-20 13:28:31,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eb49b02-762f-41dd-83f7-6966b647e0a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:28:31,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5eb49b02-762f-41dd-83f7-6966b647e0a4 2019-01-20 13:28:31,796 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:28:31,799 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:28:31,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef55b853fdd98147844b18b63fefe584d786818" 2019-01-20 13:28:31,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:31 GMT Server: Apache x-openstack-request-id: req-987f0a60-02d4-490b-b6b5-6845d961fa79 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-20 13:28:31,978 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack used request id req-987f0a60-02d4-490b-b6b5-6845d961fa79 2019-01-20 13:28:31,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef55b853fdd98147844b18b63fefe584d786818" -d '{"stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-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-d472d246-9525-4891-8b2c-75b0960d10f1-kp"}}' 2019-01-20 13:28:33,523 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:28:31 GMT Server: Apache x-openstack-request-id: req-5af05c49-e17d-4e20-b11e-cc765cfcdbfa Location: http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "7b54447a-4910-4d14-ba47-81d6569d26c3", "links": [{"href": "http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3", "rel": "self"}]}} 2019-01-20 13:28:33,523 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks used request id req-5af05c49-e17d-4e20-b11e-cc765cfcdbfa 2019-01-20 13:28:33,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/7b54447a-4910-4d14-ba47-81d6569d26c3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef55b853fdd98147844b18b63fefe584d786818" 2019-01-20 13:28:33,718 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:33 GMT Server: Apache x-openstack-request-id: req-83679815-95e1-48b8-9dbc-d3c81932ed45 Location: http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:33,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:33 GMT Server: Apache x-openstack-request-id: req-e7286861-afdb-4107-bdcd-ff6932f57001 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 566 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "fe33d2cb386443d88b0494f4bba55c58", "OS::stack_id": "7b54447a-4910-4d14-ba47-81d6569d26c3", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack", "keypair_name": "CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack", "stack_user_project_id": "d18ad25369284db1933690e92ed13ad9", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:28:32Z", "links": [{"href": "http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7b54447a-4910-4d14-ba47-81d6569d26c3", "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"}} 2019-01-20 13:28:33,929 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3 used request id req-e7286861-afdb-4107-bdcd-ff6932f57001 2019-01-20 13:28:33,930 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack 2019-01-20 13:28:33,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/7b54447a-4910-4d14-ba47-81d6569d26c3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef55b853fdd98147844b18b63fefe584d786818" 2019-01-20 13:28:34,101 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:33 GMT Server: Apache x-openstack-request-id: req-7cecf635-20ab-45b8-85ce-f010fd739381 Location: http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:34,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:34 GMT Server: Apache x-openstack-request-id: req-9a0fe387-ca83-4482-8bec-a5fe8b058415 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1916 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": "fe33d2cb386443d88b0494f4bba55c58", "OS::stack_id": "7b54447a-4910-4d14-ba47-81d6569d26c3", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack", "keypair_name": "CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack", "stack_user_project_id": "d18ad25369284db1933690e92ed13ad9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:28:32Z", "links": [{"href": "http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7b54447a-4910-4d14-ba47-81d6569d26c3", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwbNzJr6c+uG5CHVdhcI+LN8SeYCpvERXFbt3t2OCbQGppR/h\nmaJqd9HaBDIecEXM/k6kmv3D1WcjCFEU07yU9DkIwWePYC7yu84mBI50184DrBjO\nKJYWGPcdPr6rOro/Qalhf5Pm29SWRZ7iJyHU9zu/8BFbAW14Md9C3XPJQZuvt4Od\nNHygUib8Tj5Fjom7TUG9sFo7DiBYf5dsG3pfPbNwiak8Ej5tAF51BmeV1hpVyNR2\ny+l/YiM0rqqQ7brZ7eLr5RBqO90xrO3uNwxOL1+JTEU7QBO6ZIH/Zq66ZaC0Q4oY\n4Gln4KIUXKc4AGRzCqfTyrQuyAvmeDJ8iifolQIDAQABAoIBAASlbUmsoM9TwsB1\nMD0ZH6yr3SGU+H1PllcrHAAGHwbGV29iiGLLBorBOd2H5jsDMZuX/1LIa34e7zQv\n3bQGffwtsgwRk9rWxXPDyh2p3RugEW57WdaXYwhORSFQKYNLHGFS0sfgoFT9kG0z\nFnGh2h3kDQKRKAGswolPtabiNB2it56Lp0APnXlo7dqbLCDmu9r1tr2MElr7OeBR\nBwrXbO0nh+kmVlXeRDlSY7iTxw8vdhMKqXyuPDrJS6cBq/LK8+gSla3q173m47pz\n44y3QXePwmE3mGUzompeuT8NiQzDn+oR1NdtTg1TScIGknp3w0O5hhJwjXB2bb7K\nlPmYY7ECgYEA+nhP0JenyeQgMdkTOOyukUnIBSntjtshJD+OeGPHgq0tQ8CrMdE1\nb3nIfOrNVfnW6k1fjobDwBqDWkzAjhMFL34yD726FS7MkThebyif7XkBQ61YHhYg\nn00Tow+OstM0UuAbv4xlX6aDXj0/wLF/Pi/JUF4cMN8FakmCizmK62cCgYEAxfpF\nvvrRVKJmA9tFT7bi25HgXXMTcmD9HDkMUDzVbG3s7C+MIQUCIrj4KSGL+lRcnokE\nIQyFWsxC9QppNEj5n4VuyIeoyi6CWzA51j7SSsHky6Zr381yMOmlysn4RwjeQ8ys\naMHAsnciHiH0vNasQKnix9O9JC1xm0A4xksuCqMCgYA7zb5A7/UAH5gQTuRoExsb\nVaKMmRY/pdKj9QjvdeONMAw+wSIfIvS/STS1ntqoTJ8kEpVeUo8qryntxaW0RpZW\nYKtTVtm3dRUjF3J02B5XdSz4G8uOY3omjyDBLlXEHOnBYAFAGyWZUQjM15MBT2Ay\nWPaYWeAhSx7f4e1pkLO6wQKBgQC6SXQFb3c3fxQk/tdqWbl/R/VpmVWsI60nOFro\nyUU9oPX1jAv8Kf1HdOs1sLZJF8aK+nxjKKf2twsuDdzOcPhJ7UE/+b6OeFL6wRc7\nDKPN6kKCihcpYOTZN5FkjsVK+gJCo717WQ0cINN+rQ7f/dPZiMG2q/tmpkgnALgr\nhiRNpwKBgQC4NNw6i7/RhrgDwefbyb9JJ0M6+JyuM4UrwoDfiotRaEDO2a6GtAl6\nlZ/w6vJn0c2JGVW/pfx81/pO27hogmlpUGX/zg6IHhIZ7p/xgi7YM/hTq5McPMuo\n/kc3nMKSVZ+LJ2h8uH1aIx1SDaggx0tmRJW54MRJRyUhki2CQPFhOA==\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"}} 2019-01-20 13:28:34,381 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3 used request id req-9a0fe387-ca83-4482-8bec-a5fe8b058415 2019-01-20 13:28:34,382 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-20 13:28:34,382 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack 2019-01-20 13:28:34,382 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack 2019-01-20 13:28:34,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/7b54447a-4910-4d14-ba47-81d6569d26c3/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef55b853fdd98147844b18b63fefe584d786818" 2019-01-20 13:28:34,566 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:34 GMT Server: Apache x-openstack-request-id: req-87534951-4f94-4ee4-baad-83c9663a86e2 Location: http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:34,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:34 GMT Server: Apache x-openstack-request-id: req-66172fb0-fa4a-4bf9-be2b-bc52525d36bd 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.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-20T13:28:33Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:28:33Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-kp", "resource_type": "OS::Nova::KeyPair"}]} 2019-01-20 13:28:34,753 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3/resources used request id req-66172fb0-fa4a-4bf9-be2b-bc52525d36bd 2019-01-20 13:28:34,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs/CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef55b853fdd98147844b18b63fefe584d786818" 2019-01-20 13:28:34,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28: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-c325b49a-b6b1-4eb1-8ccd-82ad11a9658a x-compute-request-id: req-c325b49a-b6b1-4eb1-8ccd-82ad11a9658a Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBs3Mmvpz64bkIdV2Fwj4s3xJ5gKm8RFcVu3e3Y4JtAamlH+GZomp30doEMh5wRcz+TqSa/cPVZyMIURTTvJT0OQjBZ49gLvK7ziYEjnTXzgOsGM4olhYY9x0+vqs6uj9BqWF/k+bb1JZFnuInIdT3O7/wEVsBbXgx30Ldc8lBm6+3g500fKBSJvxOPkWOibtNQb2wWjsOIFh/l2wbel89s3CJqTwSPm0AXnUGZ5XWGlXI1HbL6X9iIzSuqpDtutnt4uvlEGo73TGs7e43DE4vX4lMRTtAE7pkgf9mrrploLRDihjgaWfgohRcpzgAZHMKp9PKtC7IC+Z4MnyKJ+iV Generated-by-Nova", "user_id": "ca0ca91f41b8495ea20fa82ab829e6ba", "name": "CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-kp", "deleted": false, "created_at": "2019-01-20T13:28:34.000000", "updated_at": null, "fingerprint": "f1:2b:56:a9:ba:dc:1f:62:47:60:a7:89:47:eb:e4:f6", "deleted_at": null, "id": 95}} 2019-01-20 13:28:34,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-kp used request id req-c325b49a-b6b1-4eb1-8ccd-82ad11a9658a 2019-01-20 13:28:34,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/7b54447a-4910-4d14-ba47-81d6569d26c3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef55b853fdd98147844b18b63fefe584d786818" 2019-01-20 13:28:34,950 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:34 GMT Server: Apache x-openstack-request-id: req-a244e395-61cd-4967-95a8-afd3452cea08 Location: http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:35,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:34 GMT Server: Apache x-openstack-request-id: req-58ead329-27a3-4e7c-822b-8ad0e8613e3e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1916 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": "fe33d2cb386443d88b0494f4bba55c58", "OS::stack_id": "7b54447a-4910-4d14-ba47-81d6569d26c3", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack", "keypair_name": "CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack", "stack_user_project_id": "d18ad25369284db1933690e92ed13ad9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:28:32Z", "links": [{"href": "http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7b54447a-4910-4d14-ba47-81d6569d26c3", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwbNzJr6c+uG5CHVdhcI+LN8SeYCpvERXFbt3t2OCbQGppR/h\nmaJqd9HaBDIecEXM/k6kmv3D1WcjCFEU07yU9DkIwWePYC7yu84mBI50184DrBjO\nKJYWGPcdPr6rOro/Qalhf5Pm29SWRZ7iJyHU9zu/8BFbAW14Md9C3XPJQZuvt4Od\nNHygUib8Tj5Fjom7TUG9sFo7DiBYf5dsG3pfPbNwiak8Ej5tAF51BmeV1hpVyNR2\ny+l/YiM0rqqQ7brZ7eLr5RBqO90xrO3uNwxOL1+JTEU7QBO6ZIH/Zq66ZaC0Q4oY\n4Gln4KIUXKc4AGRzCqfTyrQuyAvmeDJ8iifolQIDAQABAoIBAASlbUmsoM9TwsB1\nMD0ZH6yr3SGU+H1PllcrHAAGHwbGV29iiGLLBorBOd2H5jsDMZuX/1LIa34e7zQv\n3bQGffwtsgwRk9rWxXPDyh2p3RugEW57WdaXYwhORSFQKYNLHGFS0sfgoFT9kG0z\nFnGh2h3kDQKRKAGswolPtabiNB2it56Lp0APnXlo7dqbLCDmu9r1tr2MElr7OeBR\nBwrXbO0nh+kmVlXeRDlSY7iTxw8vdhMKqXyuPDrJS6cBq/LK8+gSla3q173m47pz\n44y3QXePwmE3mGUzompeuT8NiQzDn+oR1NdtTg1TScIGknp3w0O5hhJwjXB2bb7K\nlPmYY7ECgYEA+nhP0JenyeQgMdkTOOyukUnIBSntjtshJD+OeGPHgq0tQ8CrMdE1\nb3nIfOrNVfnW6k1fjobDwBqDWkzAjhMFL34yD726FS7MkThebyif7XkBQ61YHhYg\nn00Tow+OstM0UuAbv4xlX6aDXj0/wLF/Pi/JUF4cMN8FakmCizmK62cCgYEAxfpF\nvvrRVKJmA9tFT7bi25HgXXMTcmD9HDkMUDzVbG3s7C+MIQUCIrj4KSGL+lRcnokE\nIQyFWsxC9QppNEj5n4VuyIeoyi6CWzA51j7SSsHky6Zr381yMOmlysn4RwjeQ8ys\naMHAsnciHiH0vNasQKnix9O9JC1xm0A4xksuCqMCgYA7zb5A7/UAH5gQTuRoExsb\nVaKMmRY/pdKj9QjvdeONMAw+wSIfIvS/STS1ntqoTJ8kEpVeUo8qryntxaW0RpZW\nYKtTVtm3dRUjF3J02B5XdSz4G8uOY3omjyDBLlXEHOnBYAFAGyWZUQjM15MBT2Ay\nWPaYWeAhSx7f4e1pkLO6wQKBgQC6SXQFb3c3fxQk/tdqWbl/R/VpmVWsI60nOFro\nyUU9oPX1jAv8Kf1HdOs1sLZJF8aK+nxjKKf2twsuDdzOcPhJ7UE/+b6OeFL6wRc7\nDKPN6kKCihcpYOTZN5FkjsVK+gJCo717WQ0cINN+rQ7f/dPZiMG2q/tmpkgnALgr\nhiRNpwKBgQC4NNw6i7/RhrgDwefbyb9JJ0M6+JyuM4UrwoDfiotRaEDO2a6GtAl6\nlZ/w6vJn0c2JGVW/pfx81/pO27hogmlpUGX/zg6IHhIZ7p/xgi7YM/hTq5McPMuo\n/kc3nMKSVZ+LJ2h8uH1aIx1SDaggx0tmRJW54MRJRyUhki2CQPFhOA==\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"}} 2019-01-20 13:28:35,213 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3 used request id req-58ead329-27a3-4e7c-822b-8ad0e8613e3e 2019-01-20 13:28:35,214 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:28:35,215 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:28:35,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}, {"id": "e435105e2e2a47f0a650418e3e97bb0b", "name": "CreateStackKeypairTests-ea47c87c-b4d9-414-proj-role"}], "expires_at": "2019-01-20T14:28:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe33d2cb386443d88b0494f4bba55c58", "name": "CreateStackKeypairTests-ea47c87c-b4d9-414-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/fe33d2cb386443d88b0494f4bba55c58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/fe33d2cb386443d88b0494f4bba55c58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/fe33d2cb386443d88b0494f4bba55c58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/fe33d2cb386443d88b0494f4bba55c58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/fe33d2cb386443d88b0494f4bba55c58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/fe33d2cb386443d88b0494f4bba55c58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/fe33d2cb386443d88b0494f4bba55c58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/fe33d2cb386443d88b0494f4bba55c58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/fe33d2cb386443d88b0494f4bba55c58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/fe33d2cb386443d88b0494f4bba55c58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/fe33d2cb386443d88b0494f4bba55c58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-ea47c87c-b4d9-414-user", "id": "ca0ca91f41b8495ea20fa82ab829e6ba"}, "audit_ids": ["UOpcHzR8R-KM6zXga2iXNw"], "issued_at": "2019-01-20T13:28:35.000000Z"}} 2019-01-20 13:28:35,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acc26d57958c242f33617941cdd6f7858f53cfc4" 2019-01-20 13:28:35,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a810afc-dcce-429d-a4a6-6668d3e351f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:28:35,685 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4a810afc-dcce-429d-a4a6-6668d3e351f9 2019-01-20 13:28:35,686 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:28:35,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acc26d57958c242f33617941cdd6f7858f53cfc4" 2019-01-20 13:28:35,868 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-2c64ac5a-aa85-4ae4-806e-1f6ac0b7d270 x-compute-request-id: req-2c64ac5a-aa85-4ae4-806e-1f6ac0b7d270 Content-Encoding: gzip Content-Length: 494 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBs3Mmvpz64bkIdV2Fwj4s3xJ5gKm8RFcVu3e3Y4JtAamlH+GZomp30doEMh5wRcz+TqSa/cPVZyMIURTTvJT0OQjBZ49gLvK7ziYEjnTXzgOsGM4olhYY9x0+vqs6uj9BqWF/k+bb1JZFnuInIdT3O7/wEVsBbXgx30Ldc8lBm6+3g500fKBSJvxOPkWOibtNQb2wWjsOIFh/l2wbel89s3CJqTwSPm0AXnUGZ5XWGlXI1HbL6X9iIzSuqpDtutnt4uvlEGo73TGs7e43DE4vX4lMRTtAE7pkgf9mrrploLRDihjgaWfgohRcpzgAZHMKp9PKtC7IC+Z4MnyKJ+iV Generated-by-Nova", "name": "CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-kp", "fingerprint": "f1:2b:56:a9:ba:dc:1f:62:47:60:a7:89:47:eb:e4:f6"}}]} 2019-01-20 13:28:35,868 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-2c64ac5a-aa85-4ae4-806e-1f6ac0b7d270 2019-01-20 13:28:35,869 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:28:36,239 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}, {"id": "e435105e2e2a47f0a650418e3e97bb0b", "name": "CreateStackKeypairTests-ea47c87c-b4d9-414-proj-role"}], "expires_at": "2019-01-20T14:28:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe33d2cb386443d88b0494f4bba55c58", "name": "CreateStackKeypairTests-ea47c87c-b4d9-414-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/fe33d2cb386443d88b0494f4bba55c58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/fe33d2cb386443d88b0494f4bba55c58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/fe33d2cb386443d88b0494f4bba55c58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/fe33d2cb386443d88b0494f4bba55c58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/fe33d2cb386443d88b0494f4bba55c58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/fe33d2cb386443d88b0494f4bba55c58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/fe33d2cb386443d88b0494f4bba55c58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/fe33d2cb386443d88b0494f4bba55c58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/fe33d2cb386443d88b0494f4bba55c58", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/fe33d2cb386443d88b0494f4bba55c58", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/fe33d2cb386443d88b0494f4bba55c58", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-ea47c87c-b4d9-414-user", "id": "ca0ca91f41b8495ea20fa82ab829e6ba"}, "audit_ids": ["Ob5FZLDxQyGL-95Vcsn_hw"], "issued_at": "2019-01-20T13:28:36.000000Z"}} 2019-01-20 13:28:36,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs/CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a942332a9d0e8d494900b956669084e608116c2" 2019-01-20 13:28:36,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e0e3829-eb7e-48cb-bc4f-4015a90647b5 x-compute-request-id: req-1e0e3829-eb7e-48cb-bc4f-4015a90647b5 Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBs3Mmvpz64bkIdV2Fwj4s3xJ5gKm8RFcVu3e3Y4JtAamlH+GZomp30doEMh5wRcz+TqSa/cPVZyMIURTTvJT0OQjBZ49gLvK7ziYEjnTXzgOsGM4olhYY9x0+vqs6uj9BqWF/k+bb1JZFnuInIdT3O7/wEVsBbXgx30Ldc8lBm6+3g500fKBSJvxOPkWOibtNQb2wWjsOIFh/l2wbel89s3CJqTwSPm0AXnUGZ5XWGlXI1HbL6X9iIzSuqpDtutnt4uvlEGo73TGs7e43DE4vX4lMRTtAE7pkgf9mrrploLRDihjgaWfgohRcpzgAZHMKp9PKtC7IC+Z4MnyKJ+iV Generated-by-Nova", "user_id": "ca0ca91f41b8495ea20fa82ab829e6ba", "name": "CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-kp", "deleted": false, "created_at": "2019-01-20T13:28:34.000000", "updated_at": null, "fingerprint": "f1:2b:56:a9:ba:dc:1f:62:47:60:a7:89:47:eb:e4:f6", "deleted_at": null, "id": 95}} 2019-01-20 13:28:36,411 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-kp used request id req-1e0e3829-eb7e-48cb-bc4f-4015a90647b5 2019-01-20 13:28:36,411 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack 2019-01-20 13:28:36,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/7b54447a-4910-4d14-ba47-81d6569d26c3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef55b853fdd98147844b18b63fefe584d786818" 2019-01-20 13:28:36,441 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:36 GMT Server: Apache x-openstack-request-id: req-82654933-c2a0-44cf-ae8a-641acbe1f387 Location: http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:36,626 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:36 GMT Server: Apache x-openstack-request-id: req-e74cd083-7ce8-4196-b19f-53ecbd2bfae6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:36,626 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3 used request id req-e74cd083-7ce8-4196-b19f-53ecbd2bfae6 2019-01-20 13:28:36,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/7b54447a-4910-4d14-ba47-81d6569d26c3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef55b853fdd98147844b18b63fefe584d786818" 2019-01-20 13:28:36,658 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:36 GMT Server: Apache x-openstack-request-id: req-22a28576-ba17-482e-8799-9d9d0e8f361c Location: http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:36,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:36 GMT Server: Apache x-openstack-request-id: req-1d2ea724-3759-4dfc-a8bb-ff57de56dde6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 527 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": "fe33d2cb386443d88b0494f4bba55c58", "OS::stack_id": "7b54447a-4910-4d14-ba47-81d6569d26c3", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack", "keypair_name": "CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack", "stack_user_project_id": "d18ad25369284db1933690e92ed13ad9", "tags": null, "creation_time": "2019-01-20T13:28:32Z", "links": [{"href": "http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:28:36Z", "id": "7b54447a-4910-4d14-ba47-81d6569d26c3", "stack_status_reason": "Stack DELETE started", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2019-01-20 13:28:36,849 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3 used request id req-1d2ea724-3759-4dfc-a8bb-ff57de56dde6 2019-01-20 13:28:36,849 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:28:36,850 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:28:39,853 - create_stack - DEBUG - Stack status query timeout in 1196.77398801 2019-01-20 13:28:39,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/7b54447a-4910-4d14-ba47-81d6569d26c3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef55b853fdd98147844b18b63fefe584d786818" 2019-01-20 13:28:39,882 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:39 GMT Server: Apache x-openstack-request-id: req-e66291d2-98cc-4a60-9e88-b2db925d1a5e Location: http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:39,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:39 GMT Server: Apache x-openstack-request-id: req-0cfd58b4-1598-45c3-a46b-d8fdfd65d52d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 532 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": "fe33d2cb386443d88b0494f4bba55c58", "OS::stack_id": "7b54447a-4910-4d14-ba47-81d6569d26c3", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack", "keypair_name": "CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-kp"}, "deletion_time": "2019-01-20T13:28:38Z", "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack", "stack_user_project_id": "d18ad25369284db1933690e92ed13ad9", "tags": null, "creation_time": "2019-01-20T13:28:32Z", "links": [{"href": "http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-20T13:28:36Z", "id": "7b54447a-4910-4d14-ba47-81d6569d26c3", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2019-01-20 13:28:39,909 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3 used request id req-0cfd58b4-1598-45c3-a46b-d8fdfd65d52d 2019-01-20 13:28:39,909 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-20 13:28:39,909 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack 2019-01-20 13:28:39,909 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack 2019-01-20 13:28:39,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/7b54447a-4910-4d14-ba47-81d6569d26c3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef55b853fdd98147844b18b63fefe584d786818" 2019-01-20 13:28:40,082 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:39 GMT Server: Apache x-openstack-request-id: req-d2010a4a-c8da-4ce3-bb43-7169fa975ca5 Location: http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:40,107 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:28:40 GMT Server: Apache x-openstack-request-id: req-b12cd546-fae8-4e67-91dc-bc6a4254e507 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-20 13:28:40,107 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/fe33d2cb386443d88b0494f4bba55c58/stacks/CreateStackKeypairTests-CreateStackKeypairTests-d472d246-9525-4891-8b2c-75b0960d10f1-stack/7b54447a-4910-4d14-ba47-81d6569d26c3 used request id req-b12cd546-fae8-4e67-91dc-bc6a4254e507 2019-01-20 13:28:40,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ddc709802d96755a72650c2405b1a9a2f23a1" 2019-01-20 13:28:40,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-765027b6-d4df-4477-af49-55088e5926fe Date: Sun, 20 Jan 2019 13:28:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:28:40,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-765027b6-d4df-4477-af49-55088e5926fe 2019-01-20 13:28:40,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ddc709802d96755a72650c2405b1a9a2f23a1" 2019-01-20 13:28:40,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cefccaa0-3f18-4fac-ba76-90601bf26972 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:28:40,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-cefccaa0-3f18-4fac-ba76-90601bf26972 2019-01-20 13:28:40,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ddc709802d96755a72650c2405b1a9a2f23a1" 2019-01-20 13:28:40,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c865681f-b5f2-40e9-915a-b3bdaa188217 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:28:40,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-c865681f-b5f2-40e9-915a-b3bdaa188217 2019-01-20 13:28:40,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ddc709802d96755a72650c2405b1a9a2f23a1" 2019-01-20 13:28:40,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e593ba4-c4de-4aba-82fe-d23f71f17ac3 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:28:40,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-5e593ba4-c4de-4aba-82fe-d23f71f17ac3 2019-01-20 13:28:40,603 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-ea47c87c-b4d9-414-proj 2019-01-20 13:28:40,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/fe33d2cb386443d88b0494f4bba55c58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ddc709802d96755a72650c2405b1a9a2f23a1" 2019-01-20 13:28:40,836 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a85ca9b-c04c-462d-b673-612d37f6d1f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:40,836 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/fe33d2cb386443d88b0494f4bba55c58 used request id req-8a85ca9b-c04c-462d-b673-612d37f6d1f6 2019-01-20 13:28:40,837 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-ea47c87c-b4d9-414-proj-role 2019-01-20 13:28:40,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/e435105e2e2a47f0a650418e3e97bb0b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ddc709802d96755a72650c2405b1a9a2f23a1" 2019-01-20 13:28:40,953 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb4edddb-dbec-427f-b899-5bc5621c7a84 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:40,953 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/e435105e2e2a47f0a650418e3e97bb0b used request id req-cb4edddb-dbec-427f-b899-5bc5621c7a84 2019-01-20 13:28:40,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a01ddc709802d96755a72650c2405b1a9a2f23a1" 2019-01-20 13:28:41,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ecf7a23-ae4b-4418-aa6f-c95f124f2a53 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:28:41,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9ecf7a23-ae4b-4418-aa6f-c95f124f2a53 2019-01-20 13:28:41,042 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-ea47c87c-b4d9-414-user 2019-01-20 13:28:41,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/ca0ca91f41b8495ea20fa82ab829e6ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc97e8e7ad9e46626ad92f975cc85c0bd99c49a6" 2019-01-20 13:28:41,227 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e793cd2b-b3e0-491d-b184-e8eef202a414 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:41,227 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/ca0ca91f41b8495ea20fa82ab829e6ba used request id req-e793cd2b-b3e0-491d-b184-e8eef202a414 2019-01-20 13:28:41,229 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:28:41,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:28:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["cFenATkZS5OVx5G1oUsVGw"], "issued_at": "2019-01-20T13:28:41.000000Z"}} 2019-01-20 13:28:41,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c1fee39361d86abd92ba8c8de4af9907b598c62" 2019-01-20 13:28:41,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3c67a35-e2c3-4581-b891-aac9c7df8efa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:28:41,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b3c67a35-e2c3-4581-b891-aac9c7df8efa 2019-01-20 13:28:41,702 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:28:41,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:28:42,098 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:28:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["yArmEhlyRcO34DiqHvKXTA"], "issued_at": "2019-01-20T13:28:42.000000Z"}} 2019-01-20 13:28:42,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99178643c11d4f1c5f6b48ac522bafa45bb054a9" 2019-01-20 13:28:42,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95d77e1d-1f4c-4332-b2b0-bb442c678a0a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:28:42,186 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-95d77e1d-1f4c-4332-b2b0-bb442c678a0a 2019-01-20 13:28:42,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:28:42,198 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:28:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:28:42,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99178643c11d4f1c5f6b48ac522bafa45bb054a9" 2019-01-20 13:28:42,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acc24212-6015-42d6-992a-0b09ae3ca472 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:28:42,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj used request id req-acc24212-6015-42d6-992a-0b09ae3ca472 2019-01-20 13:28:42,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99178643c11d4f1c5f6b48ac522bafa45bb054a9" 2019-01-20 13:28:42,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e6fa14f-90dd-49fd-87cd-0e735e2bcfc2 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:28:42,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-5e6fa14f-90dd-49fd-87cd-0e735e2bcfc2 2019-01-20 13:28:42,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99178643c11d4f1c5f6b48ac522bafa45bb054a9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj"}}' 2019-01-20 13:28:42,432 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:28:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6dbaeee-732a-49e3-b9ab-5c0b455562dd Content-Length: 314 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/1c0f9bec8a864787a78c4b81f128f0c7"}, "enabled": true, "id": "1c0f9bec8a864787a78c4b81f128f0c7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj"}} 2019-01-20 13:28:42,433 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-a6dbaeee-732a-49e3-b9ab-5c0b455562dd 2019-01-20 13:28:42,433 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj 2019-01-20 13:28:42,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:28:42,434 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:28:42,817 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:28:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["WML2XHQ-T1GUTz3sI6jOLg"], "issued_at": "2019-01-20T13:28:42.000000Z"}} 2019-01-20 13:28:42,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4b6cf3a90707bda4944dda909886ac8a4ba934" 2019-01-20 13:28:42,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c523d6a-44f9-495c-b63c-b6e72ab669c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:28:42,908 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7c523d6a-44f9-495c-b63c-b6e72ab669c8 2019-01-20 13:28:42,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:28:42,918 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:28:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:28:42,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4b6cf3a90707bda4944dda909886ac8a4ba934" 2019-01-20 13:28:43,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdd10fb1-20cb-41b0-96d1-4b06e8a2e8be Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:28:43,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-fdd10fb1-20cb-41b0-96d1-4b06e8a2e8be 2019-01-20 13:28:43,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4b6cf3a90707bda4944dda909886ac8a4ba934" 2019-01-20 13:28:43,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86af1255-afb3-483c-8569-60a983f10823 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/1c0f9bec8a864787a78c4b81f128f0c7"}, "enabled": true, "id": "1c0f9bec8a864787a78c4b81f128f0c7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj"}]} 2019-01-20 13:28:43,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj used request id req-86af1255-afb3-483c-8569-60a983f10823 2019-01-20 13:28:43,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4b6cf3a90707bda4944dda909886ac8a4ba934" 2019-01-20 13:28:43,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2a2b4ba-2eca-4cb0-b2de-5e369dd9b9b8 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:28:43,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-b2a2b4ba-2eca-4cb0-b2de-5e369dd9b9b8 2019-01-20 13:28:43,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4b6cf3a90707bda4944dda909886ac8a4ba934" 2019-01-20 13:28:43,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1d08503-42d0-4d5f-9b97-03ac84b6a41b Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:28:43,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a1d08503-42d0-4d5f-9b97-03ac84b6a41b 2019-01-20 13:28:43,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4b6cf3a90707bda4944dda909886ac8a4ba934" 2019-01-20 13:28:43,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-085f336b-5019-4d27-828e-3e4c7d11c940 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/1c0f9bec8a864787a78c4b81f128f0c7"}, "enabled": true, "id": "1c0f9bec8a864787a78c4b81f128f0c7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj"}]} 2019-01-20 13:28:43,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj used request id req-085f336b-5019-4d27-828e-3e4c7d11c940 2019-01-20 13:28:43,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/07ba8f77a97449d8a053a43e7ba992c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4b6cf3a90707bda4944dda909886ac8a4ba934" 2019-01-20 13:28:43,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b8f41ec-0e84-4f87-8c77-3f7d8a79c5fe Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-user", "links": {"self": "http://172.30.9.22:5000/v3/users/07ba8f77a97449d8a053a43e7ba992c8"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "1c0f9bec8a864787a78c4b81f128f0c7", "id": "07ba8f77a97449d8a053a43e7ba992c8", "password_expires_at": null}} 2019-01-20 13:28:43,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/07ba8f77a97449d8a053a43e7ba992c8 used request id req-9b8f41ec-0e84-4f87-8c77-3f7d8a79c5fe 2019-01-20 13:28:43,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/1c0f9bec8a864787a78c4b81f128f0c7/users/07ba8f77a97449d8a053a43e7ba992c8/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4b6cf3a90707bda4944dda909886ac8a4ba934" 2019-01-20 13:28:43,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f703a22-7826-40e8-b5ba-497a03dfe72a Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/1c0f9bec8a864787a78c4b81f128f0c7/users/07ba8f77a97449d8a053a43e7ba992c8/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 13:28:43,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/1c0f9bec8a864787a78c4b81f128f0c7/users/07ba8f77a97449d8a053a43e7ba992c8/roles used request id req-6f703a22-7826-40e8-b5ba-497a03dfe72a 2019-01-20 13:28:43,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4b6cf3a90707bda4944dda909886ac8a4ba934" 2019-01-20 13:28:44,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a292cf8-5606-4b83-ad85-65924ed597e5 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "domain_id": null, "name": "heat_stack_owner", "id": "8faca84f8c574391a4e761c020358bea"}} 2019-01-20 13:28:44,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea used request id req-6a292cf8-5606-4b83-ad85-65924ed597e5 2019-01-20 13:28:44,013 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj 2019-01-20 13:28:44,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/1c0f9bec8a864787a78c4b81f128f0c7/users/07ba8f77a97449d8a053a43e7ba992c8/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4b6cf3a90707bda4944dda909886ac8a4ba934" 2019-01-20 13:28:44,141 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8062e02-be7d-4fd2-a19e-49db76e03c1a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:44,141 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/1c0f9bec8a864787a78c4b81f128f0c7/users/07ba8f77a97449d8a053a43e7ba992c8/roles/8faca84f8c574391a4e761c020358bea used request id req-d8062e02-be7d-4fd2-a19e-49db76e03c1a 2019-01-20 13:28:44,141 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-user 2019-01-20 13:28:44,142 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:28:44,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99178643c11d4f1c5f6b48ac522bafa45bb054a9" 2019-01-20 13:28:44,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f32217bb-d649-4a64-b453-342b75adf52f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:28:44,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f32217bb-d649-4a64-b453-342b75adf52f 2019-01-20 13:28:44,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99178643c11d4f1c5f6b48ac522bafa45bb054a9" -d '{"role": {"name": "CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj-role"}}' 2019-01-20 13:28:44,336 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:28:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-143d1aa7-e72d-4b3d-9ea5-8e327e040efe Content-Length: 228 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fe52b77472f249eb907849116c2d3d23", "links": {"self": "http://172.30.9.22:5000/v3/roles/fe52b77472f249eb907849116c2d3d23"}, "name": "CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj-role"}} 2019-01-20 13:28:44,336 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-143d1aa7-e72d-4b3d-9ea5-8e327e040efe 2019-01-20 13:28:44,337 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj-role 2019-01-20 13:28:44,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/fe52b77472f249eb907849116c2d3d23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99178643c11d4f1c5f6b48ac522bafa45bb054a9" 2019-01-20 13:28:44,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d828bd29-b727-400f-a8a2-e97830299d69 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/fe52b77472f249eb907849116c2d3d23"}, "domain_id": null, "name": "CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj-role", "id": "fe52b77472f249eb907849116c2d3d23"}} 2019-01-20 13:28:44,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/fe52b77472f249eb907849116c2d3d23 used request id req-d828bd29-b727-400f-a8a2-e97830299d69 2019-01-20 13:28:44,358 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj-role to project CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj 2019-01-20 13:28:44,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/1c0f9bec8a864787a78c4b81f128f0c7/users/07ba8f77a97449d8a053a43e7ba992c8/roles/fe52b77472f249eb907849116c2d3d23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99178643c11d4f1c5f6b48ac522bafa45bb054a9" 2019-01-20 13:28:44,512 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6402aaea-a25a-4538-be50-5c637da727ce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:44,513 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/1c0f9bec8a864787a78c4b81f128f0c7/users/07ba8f77a97449d8a053a43e7ba992c8/roles/fe52b77472f249eb907849116c2d3d23 used request id req-6402aaea-a25a-4538-be50-5c637da727ce 2019-01-20 13:28:44,513 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:28:44,513 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:28:44,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:28:44,515 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:28:44,890 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}, {"id": "fe52b77472f249eb907849116c2d3d23", "name": "CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj-role"}], "expires_at": "2019-01-20T14:28:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1c0f9bec8a864787a78c4b81f128f0c7", "name": "CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-user", "id": "07ba8f77a97449d8a053a43e7ba992c8"}, "audit_ids": ["USf5v3UeRxCral8eHEHpjQ"], "issued_at": "2019-01-20T13:28:44.000000Z"}} 2019-01-20 13:28:44,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4b9b00fb9c7426a9a71fb30425c603fb9efa4b" 2019-01-20 13:28:44,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a5531df-e4bd-4df0-bc27-22ce903cae83 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:28:44,965 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2a5531df-e4bd-4df0-bc27-22ce903cae83 2019-01-20 13:28:44,967 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:28:44,969 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:28:44,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4b9b00fb9c7426a9a71fb30425c603fb9efa4b" 2019-01-20 13:28:45,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:44 GMT Server: Apache x-openstack-request-id: req-8796cbd6-1869-4725-ad5e-ecde3ffa411a Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-20 13:28:45,138 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack used request id req-8796cbd6-1869-4725-ad5e-ecde3ffa411a 2019-01-20 13:28:45,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4b9b00fb9c7426a9a71fb30425c603fb9efa4b" -d '{"stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-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-04bb9912-aa73-4c95-84cb-140db90e2a0c-sec-grp"}}' 2019-01-20 13:28:46,687 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:28:45 GMT Server: Apache x-openstack-request-id: req-a65ac656-fd8c-46b3-9e1f-907bef57de07 Location: http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c Content-Length: 303 Content-Type: application/json RESP BODY: {"stack": {"id": "cb51013c-f0d7-429e-b39d-5f5d3309407c", "links": [{"href": "http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c", "rel": "self"}]}} 2019-01-20 13:28:46,687 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks used request id req-a65ac656-fd8c-46b3-9e1f-907bef57de07 2019-01-20 13:28:46,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/cb51013c-f0d7-429e-b39d-5f5d3309407c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4b9b00fb9c7426a9a71fb30425c603fb9efa4b" 2019-01-20 13:28:46,869 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:46 GMT Server: Apache x-openstack-request-id: req-933d4a77-9e01-4515-bc09-c9281692ce0c Location: http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:46,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:46 GMT Server: Apache x-openstack-request-id: req-25136d6e-659c-40cc-8416-d1c398aa8b79 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 523 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": "1c0f9bec8a864787a78c4b81f128f0c7", "OS::stack_id": "cb51013c-f0d7-429e-b39d-5f5d3309407c", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack", "security_group_name": "CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack", "stack_user_project_id": "1729d8c9ba69470b967c042302e9214f", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:28:46Z", "links": [{"href": "http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "cb51013c-f0d7-429e-b39d-5f5d3309407c", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-20 13:28:46,912 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c used request id req-25136d6e-659c-40cc-8416-d1c398aa8b79 2019-01-20 13:28:46,912 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack 2019-01-20 13:28:46,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/cb51013c-f0d7-429e-b39d-5f5d3309407c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4b9b00fb9c7426a9a71fb30425c603fb9efa4b" 2019-01-20 13:28:47,094 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:46 GMT Server: Apache x-openstack-request-id: req-9de01048-7048-4baa-9692-e17186122ac4 Location: http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:47,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:47 GMT Server: Apache x-openstack-request-id: req-258d1697-02df-4f97-b0e5-18417af66688 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 523 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": "1c0f9bec8a864787a78c4b81f128f0c7", "OS::stack_id": "cb51013c-f0d7-429e-b39d-5f5d3309407c", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack", "security_group_name": "CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack", "stack_user_project_id": "1729d8c9ba69470b967c042302e9214f", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:28:46Z", "links": [{"href": "http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "cb51013c-f0d7-429e-b39d-5f5d3309407c", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-20 13:28:47,282 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c used request id req-258d1697-02df-4f97-b0e5-18417af66688 2019-01-20 13:28:47,283 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:28:47,283 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:28:50,286 - create_stack - DEBUG - Stack status query timeout in 1196.62666893 2019-01-20 13:28:50,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/cb51013c-f0d7-429e-b39d-5f5d3309407c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4b9b00fb9c7426a9a71fb30425c603fb9efa4b" 2019-01-20 13:28:50,496 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:50 GMT Server: Apache x-openstack-request-id: req-47946ead-b7a5-460b-ba2c-03ca076abd3e Location: http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:50,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:50 GMT Server: Apache x-openstack-request-id: req-0caff582-da46-4e94-ab42-5b66d739e9b0 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": "1c0f9bec8a864787a78c4b81f128f0c7", "OS::stack_id": "cb51013c-f0d7-429e-b39d-5f5d3309407c", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack", "security_group_name": "CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack", "stack_user_project_id": "1729d8c9ba69470b967c042302e9214f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:28:46Z", "links": [{"href": "http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "cb51013c-f0d7-429e-b39d-5f5d3309407c", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-20 13:28:50,708 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c used request id req-0caff582-da46-4e94-ab42-5b66d739e9b0 2019-01-20 13:28:50,709 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-20 13:28:50,709 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack 2019-01-20 13:28:50,709 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack 2019-01-20 13:28:50,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/cb51013c-f0d7-429e-b39d-5f5d3309407c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4b9b00fb9c7426a9a71fb30425c603fb9efa4b" 2019-01-20 13:28:50,895 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:50 GMT Server: Apache x-openstack-request-id: req-bb688c64-a262-42a1-b4e3-d0192721ec9b Location: http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c/resources Content-Length: 575 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:51,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:50 GMT Server: Apache x-openstack-request-id: req-c3be789c-a7e6-4c98-886d-c3c28690bd2d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 404 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-20T13:28:46Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:28:46Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "279d9577-aff6-4cfe-8878-806544c211c6", "resource_type": "OS::Neutron::SecurityGroup"}]} 2019-01-20 13:28:51,176 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c/resources used request id req-c3be789c-a7e6-4c98-886d-c3c28690bd2d 2019-01-20 13:28:51,176 - neutron_utils - INFO - Retrieving security group with ID - 279d9577-aff6-4cfe-8878-806544c211c6 2019-01-20 13:28:51,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=279d9577-aff6-4cfe-8878-806544c211c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4b9b00fb9c7426a9a71fb30425c603fb9efa4b" 2019-01-20 13:28:51,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-979e220f-769f-4c3b-9252-aff95e3f7c74 Date: Sun, 20 Jan 2019 13:28:51 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "created_at": "2019-01-20T13:28:47Z", "updated_at": "2019-01-20T13:28:48Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:28:48Z", "revision_number": 0, "id": "941a1b33-168b-4c51-a383-ef259d091414", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2019-01-20T13:28:48Z", "security_group_id": "279d9577-aff6-4cfe-8878-806544c211c6", "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:28:48Z", "revision_number": 0, "id": "bffe0a84-2a7f-4b26-bb42-75cd0635f93f", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2019-01-20T13:28:48Z", "security_group_id": "279d9577-aff6-4cfe-8878-806544c211c6", "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "port_range_min": null, "ethertype": "IPv4", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7"}], "revision_number": 6, "project_id": "1c0f9bec8a864787a78c4b81f128f0c7", "id": "279d9577-aff6-4cfe-8878-806544c211c6", "name": "CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-sec-grp"}]} 2019-01-20 13:28:51,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=279d9577-aff6-4cfe-8878-806544c211c6 used request id req-979e220f-769f-4c3b-9252-aff95e3f7c74 2019-01-20 13:28:51,467 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 279d9577-aff6-4cfe-8878-806544c211c6 2019-01-20 13:28:51,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=279d9577-aff6-4cfe-8878-806544c211c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4b9b00fb9c7426a9a71fb30425c603fb9efa4b" 2019-01-20 13:28:51,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-362499ee-532d-4612-8390-321c7ceb44b0 Date: Sun, 20 Jan 2019 13:28:51 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": "2019-01-20T13:28:48Z", "security_group_id": "279d9577-aff6-4cfe-8878-806544c211c6", "port_range_min": 22, "revision_number": 0, "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "created_at": "2019-01-20T13:28:48Z", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7", "id": "941a1b33-168b-4c51-a383-ef259d091414"}, {"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": "2019-01-20T13:28:48Z", "security_group_id": "279d9577-aff6-4cfe-8878-806544c211c6", "port_range_min": null, "revision_number": 0, "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "created_at": "2019-01-20T13:28:48Z", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7", "id": "bffe0a84-2a7f-4b26-bb42-75cd0635f93f"}]} 2019-01-20 13:28:51,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=279d9577-aff6-4cfe-8878-806544c211c6 used request id req-362499ee-532d-4612-8390-321c7ceb44b0 2019-01-20 13:28:51,650 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 279d9577-aff6-4cfe-8878-806544c211c6 2019-01-20 13:28:51,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=279d9577-aff6-4cfe-8878-806544c211c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4b9b00fb9c7426a9a71fb30425c603fb9efa4b" 2019-01-20 13:28:51,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-554b7108-e4fc-47d1-a9c1-9e15276013a8 Date: Sun, 20 Jan 2019 13:28:51 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": "2019-01-20T13:28:48Z", "security_group_id": "279d9577-aff6-4cfe-8878-806544c211c6", "port_range_min": 22, "revision_number": 0, "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "created_at": "2019-01-20T13:28:48Z", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7", "id": "941a1b33-168b-4c51-a383-ef259d091414"}, {"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": "2019-01-20T13:28:48Z", "security_group_id": "279d9577-aff6-4cfe-8878-806544c211c6", "port_range_min": null, "revision_number": 0, "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "created_at": "2019-01-20T13:28:48Z", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7", "id": "bffe0a84-2a7f-4b26-bb42-75cd0635f93f"}]} 2019-01-20 13:28:51,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=279d9577-aff6-4cfe-8878-806544c211c6 used request id req-554b7108-e4fc-47d1-a9c1-9e15276013a8 2019-01-20 13:28:51,821 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:28:51,822 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:28:52,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}, {"id": "fe52b77472f249eb907849116c2d3d23", "name": "CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj-role"}], "expires_at": "2019-01-20T14:28:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1c0f9bec8a864787a78c4b81f128f0c7", "name": "CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/1c0f9bec8a864787a78c4b81f128f0c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-user", "id": "07ba8f77a97449d8a053a43e7ba992c8"}, "audit_ids": ["LH8cE8UuT2KdzaPC98NA2Q"], "issued_at": "2019-01-20T13:28:52.000000Z"}} 2019-01-20 13:28:52,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9d019d7659cb5a24a20399827dd9b480030a40c" 2019-01-20 13:28:52,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-478b7c61-5e91-424b-a323-2352687961b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:28:52,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-478b7c61-5e91-424b-a323-2352687961b6 2019-01-20 13:28:52,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-sec-grp&description=Test+description -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9d019d7659cb5a24a20399827dd9b480030a40c" 2019-01-20 13:28:52,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-8fb75236-3bd7-425c-a67f-2d4b6afa23aa Date: Sun, 20 Jan 2019 13:28:52 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "created_at": "2019-01-20T13:28:47Z", "updated_at": "2019-01-20T13:28:48Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:28:48Z", "revision_number": 0, "id": "941a1b33-168b-4c51-a383-ef259d091414", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2019-01-20T13:28:48Z", "security_group_id": "279d9577-aff6-4cfe-8878-806544c211c6", "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:28:48Z", "revision_number": 0, "id": "bffe0a84-2a7f-4b26-bb42-75cd0635f93f", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2019-01-20T13:28:48Z", "security_group_id": "279d9577-aff6-4cfe-8878-806544c211c6", "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "port_range_min": null, "ethertype": "IPv4", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7"}], "revision_number": 6, "project_id": "1c0f9bec8a864787a78c4b81f128f0c7", "id": "279d9577-aff6-4cfe-8878-806544c211c6", "name": "CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-sec-grp"}]} 2019-01-20 13:28:52,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-sec-grp&description=Test+description used request id req-8fb75236-3bd7-425c-a67f-2d4b6afa23aa 2019-01-20 13:28:52,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:28:52,515 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:28: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:28:52,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/1c0f9bec8a864787a78c4b81f128f0c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9d019d7659cb5a24a20399827dd9b480030a40c" 2019-01-20 13:28:52,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35ce9b53-8c77-4879-ad02-55e010ba0d2d Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/1c0f9bec8a864787a78c4b81f128f0c7"}, "enabled": true, "id": "1c0f9bec8a864787a78c4b81f128f0c7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj"}} 2019-01-20 13:28:52,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/1c0f9bec8a864787a78c4b81f128f0c7 used request id req-35ce9b53-8c77-4879-ad02-55e010ba0d2d 2019-01-20 13:28:52,604 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 279d9577-aff6-4cfe-8878-806544c211c6 2019-01-20 13:28:52,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=279d9577-aff6-4cfe-8878-806544c211c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9d019d7659cb5a24a20399827dd9b480030a40c" 2019-01-20 13:28:52,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-703ad36e-71fc-4ee5-9bfa-d5206536450a Date: Sun, 20 Jan 2019 13:28:52 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": "2019-01-20T13:28:48Z", "security_group_id": "279d9577-aff6-4cfe-8878-806544c211c6", "port_range_min": 22, "revision_number": 0, "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "created_at": "2019-01-20T13:28:48Z", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7", "id": "941a1b33-168b-4c51-a383-ef259d091414"}, {"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": "2019-01-20T13:28:48Z", "security_group_id": "279d9577-aff6-4cfe-8878-806544c211c6", "port_range_min": null, "revision_number": 0, "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "created_at": "2019-01-20T13:28:48Z", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7", "id": "bffe0a84-2a7f-4b26-bb42-75cd0635f93f"}]} 2019-01-20 13:28:52,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=279d9577-aff6-4cfe-8878-806544c211c6 used request id req-703ad36e-71fc-4ee5-9bfa-d5206536450a 2019-01-20 13:28:52,855 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 279d9577-aff6-4cfe-8878-806544c211c6 2019-01-20 13:28:52,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=279d9577-aff6-4cfe-8878-806544c211c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9d019d7659cb5a24a20399827dd9b480030a40c" 2019-01-20 13:28:53,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-1c38609e-cebe-435c-8e88-21eaf8196e3b Date: Sun, 20 Jan 2019 13:28:53 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": "2019-01-20T13:28:48Z", "security_group_id": "279d9577-aff6-4cfe-8878-806544c211c6", "port_range_min": 22, "revision_number": 0, "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "created_at": "2019-01-20T13:28:48Z", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7", "id": "941a1b33-168b-4c51-a383-ef259d091414"}, {"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": "2019-01-20T13:28:48Z", "security_group_id": "279d9577-aff6-4cfe-8878-806544c211c6", "port_range_min": null, "revision_number": 0, "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "created_at": "2019-01-20T13:28:48Z", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7", "id": "bffe0a84-2a7f-4b26-bb42-75cd0635f93f"}]} 2019-01-20 13:28:53,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=279d9577-aff6-4cfe-8878-806544c211c6 used request id req-1c38609e-cebe-435c-8e88-21eaf8196e3b 2019-01-20 13:28:53,043 - neutron_utils - INFO - Retrieving security group with ID - 279d9577-aff6-4cfe-8878-806544c211c6 2019-01-20 13:28:53,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=279d9577-aff6-4cfe-8878-806544c211c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9d019d7659cb5a24a20399827dd9b480030a40c" 2019-01-20 13:28:53,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-f2ca973a-cadb-44ef-83d2-78b7bd1a37b6 Date: Sun, 20 Jan 2019 13:28:53 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "created_at": "2019-01-20T13:28:47Z", "updated_at": "2019-01-20T13:28:48Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:28:48Z", "revision_number": 0, "id": "941a1b33-168b-4c51-a383-ef259d091414", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2019-01-20T13:28:48Z", "security_group_id": "279d9577-aff6-4cfe-8878-806544c211c6", "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:28:48Z", "revision_number": 0, "id": "bffe0a84-2a7f-4b26-bb42-75cd0635f93f", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2019-01-20T13:28:48Z", "security_group_id": "279d9577-aff6-4cfe-8878-806544c211c6", "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "port_range_min": null, "ethertype": "IPv4", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7"}], "revision_number": 6, "project_id": "1c0f9bec8a864787a78c4b81f128f0c7", "id": "279d9577-aff6-4cfe-8878-806544c211c6", "name": "CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-sec-grp"}]} 2019-01-20 13:28:53,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=279d9577-aff6-4cfe-8878-806544c211c6 used request id req-f2ca973a-cadb-44ef-83d2-78b7bd1a37b6 2019-01-20 13:28:53,263 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 279d9577-aff6-4cfe-8878-806544c211c6 2019-01-20 13:28:53,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=279d9577-aff6-4cfe-8878-806544c211c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9d019d7659cb5a24a20399827dd9b480030a40c" 2019-01-20 13:28:53,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-d1cc6c58-9b09-4065-ad66-241a7f94950d Date: Sun, 20 Jan 2019 13:28:53 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": "2019-01-20T13:28:48Z", "security_group_id": "279d9577-aff6-4cfe-8878-806544c211c6", "port_range_min": 22, "revision_number": 0, "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "created_at": "2019-01-20T13:28:48Z", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7", "id": "941a1b33-168b-4c51-a383-ef259d091414"}, {"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": "2019-01-20T13:28:48Z", "security_group_id": "279d9577-aff6-4cfe-8878-806544c211c6", "port_range_min": null, "revision_number": 0, "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "created_at": "2019-01-20T13:28:48Z", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7", "id": "bffe0a84-2a7f-4b26-bb42-75cd0635f93f"}]} 2019-01-20 13:28:53,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=279d9577-aff6-4cfe-8878-806544c211c6 used request id req-d1cc6c58-9b09-4065-ad66-241a7f94950d 2019-01-20 13:28:53,431 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack 2019-01-20 13:28:53,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/cb51013c-f0d7-429e-b39d-5f5d3309407c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4b9b00fb9c7426a9a71fb30425c603fb9efa4b" 2019-01-20 13:28:53,625 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:53 GMT Server: Apache x-openstack-request-id: req-1b4747e7-f22d-4c59-9602-e8bf7a9c7d87 Location: http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:53,896 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:53 GMT Server: Apache x-openstack-request-id: req-669d9a15-658a-4242-8ab0-38c5efc51709 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:53,896 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c used request id req-669d9a15-658a-4242-8ab0-38c5efc51709 2019-01-20 13:28:53,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/cb51013c-f0d7-429e-b39d-5f5d3309407c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4b9b00fb9c7426a9a71fb30425c603fb9efa4b" 2019-01-20 13:28:54,074 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:53 GMT Server: Apache x-openstack-request-id: req-98a75216-8284-48cf-a90d-a02fc213952a Location: http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:54,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:54 GMT Server: Apache x-openstack-request-id: req-bff0512f-0608-4030-b1e8-25275727b7f7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 522 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": "1c0f9bec8a864787a78c4b81f128f0c7", "OS::stack_id": "cb51013c-f0d7-429e-b39d-5f5d3309407c", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack", "security_group_name": "CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack", "stack_user_project_id": "1729d8c9ba69470b967c042302e9214f", "tags": null, "creation_time": "2019-01-20T13:28:46Z", "links": [{"href": "http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:28:53Z", "id": "cb51013c-f0d7-429e-b39d-5f5d3309407c", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-20 13:28:54,103 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c used request id req-bff0512f-0608-4030-b1e8-25275727b7f7 2019-01-20 13:28:54,103 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:28:54,103 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:28:57,106 - create_stack - DEBUG - Stack status query timeout in 1196.79033113 2019-01-20 13:28:57,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/cb51013c-f0d7-429e-b39d-5f5d3309407c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4b9b00fb9c7426a9a71fb30425c603fb9efa4b" 2019-01-20 13:28:57,138 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:57 GMT Server: Apache x-openstack-request-id: req-68be6d34-b916-460e-b3d0-38dbae6798a2 Location: http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:57,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:57 GMT Server: Apache x-openstack-request-id: req-fee9f170-d162-4007-a0c3-ea4d19e69df1 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": "1c0f9bec8a864787a78c4b81f128f0c7", "OS::stack_id": "cb51013c-f0d7-429e-b39d-5f5d3309407c", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack", "security_group_name": "CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-sec-grp"}, "deletion_time": "2019-01-20T13:28:55Z", "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack", "stack_user_project_id": "1729d8c9ba69470b967c042302e9214f", "tags": null, "creation_time": "2019-01-20T13:28:46Z", "links": [{"href": "http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-20T13:28:53Z", "id": "cb51013c-f0d7-429e-b39d-5f5d3309407c", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-20 13:28:57,334 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c used request id req-fee9f170-d162-4007-a0c3-ea4d19e69df1 2019-01-20 13:28:57,334 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-20 13:28:57,334 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack 2019-01-20 13:28:57,334 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack 2019-01-20 13:28:57,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/cb51013c-f0d7-429e-b39d-5f5d3309407c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4b9b00fb9c7426a9a71fb30425c603fb9efa4b" 2019-01-20 13:28:57,364 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:28:57 GMT Server: Apache x-openstack-request-id: req-22e7f52f-0945-4b9c-8047-dc3eb7f3ace7 Location: http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:28:57,532 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:28:57 GMT Server: Apache x-openstack-request-id: req-228b109c-8c56-4a78-8737-bfb9907f67ac Content-Length: 291 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-20 13:28:57,532 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/1c0f9bec8a864787a78c4b81f128f0c7/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-04bb9912-aa73-4c95-84cb-140db90e2a0c-stack/cb51013c-f0d7-429e-b39d-5f5d3309407c used request id req-228b109c-8c56-4a78-8737-bfb9907f67ac 2019-01-20 13:28:57,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99178643c11d4f1c5f6b48ac522bafa45bb054a9" 2019-01-20 13:28:57,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-3c999b46-731e-4a0d-bde7-54730c237bef Date: Sun, 20 Jan 2019 13:28:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "created_at": "2019-01-20T13:28:47Z", "updated_at": "2019-01-20T13:28:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:28:47Z", "revision_number": 0, "id": "3d157fb0-1f96-4840-a22f-f2ae5bcd61d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:28:47Z", "security_group_id": "d7d446e2-b2a4-470b-9bba-f1a9faf2a04a", "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "port_range_min": null, "ethertype": "IPv6", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:28:47Z", "revision_number": 0, "id": "67960bbe-d139-47c8-8180-310d3c141a7c", "remote_group_id": "d7d446e2-b2a4-470b-9bba-f1a9faf2a04a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:28:47Z", "security_group_id": "d7d446e2-b2a4-470b-9bba-f1a9faf2a04a", "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "port_range_min": null, "ethertype": "IPv4", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:28:47Z", "revision_number": 0, "id": "a8f1d686-25ff-42bd-9a92-6c905842081a", "remote_group_id": "d7d446e2-b2a4-470b-9bba-f1a9faf2a04a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:28:47Z", "security_group_id": "d7d446e2-b2a4-470b-9bba-f1a9faf2a04a", "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "port_range_min": null, "ethertype": "IPv6", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:28:47Z", "revision_number": 0, "id": "de5196e0-6448-4587-a408-8cb6b2430698", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:28:47Z", "security_group_id": "d7d446e2-b2a4-470b-9bba-f1a9faf2a04a", "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "port_range_min": null, "ethertype": "IPv4", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7"}], "revision_number": 4, "project_id": "1c0f9bec8a864787a78c4b81f128f0c7", "id": "d7d446e2-b2a4-470b-9bba-f1a9faf2a04a", "name": "default"}]} 2019-01-20 13:28:57,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-3c999b46-731e-4a0d-bde7-54730c237bef 2019-01-20 13:28:57,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99178643c11d4f1c5f6b48ac522bafa45bb054a9" 2019-01-20 13:28:57,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-112fc309-cbd9-4513-b94a-1c8cd51e9221 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:28:57,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-112fc309-cbd9-4513-b94a-1c8cd51e9221 2019-01-20 13:28:57,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99178643c11d4f1c5f6b48ac522bafa45bb054a9" 2019-01-20 13:28:57,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dce94865-c0d0-4330-a184-33d735d4c9e6 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:28:57,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-dce94865-c0d0-4330-a184-33d735d4c9e6 2019-01-20 13:28:57,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99178643c11d4f1c5f6b48ac522bafa45bb054a9" 2019-01-20 13:28:58,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc89b45a-69f0-4ac5-90ca-51a0c98a6c36 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:28:58,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-fc89b45a-69f0-4ac5-90ca-51a0c98a6c36 2019-01-20 13:28:58,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/1c0f9bec8a864787a78c4b81f128f0c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99178643c11d4f1c5f6b48ac522bafa45bb054a9" 2019-01-20 13:28:58,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e0a6599-8dd2-45b5-9f96-4375d7e2b013 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/1c0f9bec8a864787a78c4b81f128f0c7"}, "enabled": true, "id": "1c0f9bec8a864787a78c4b81f128f0c7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj"}} 2019-01-20 13:28:58,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/1c0f9bec8a864787a78c4b81f128f0c7 used request id req-2e0a6599-8dd2-45b5-9f96-4375d7e2b013 2019-01-20 13:28:58,114 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d7d446e2-b2a4-470b-9bba-f1a9faf2a04a 2019-01-20 13:28:58,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d7d446e2-b2a4-470b-9bba-f1a9faf2a04a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99178643c11d4f1c5f6b48ac522bafa45bb054a9" 2019-01-20 13:28:58,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1031ebd7-6249-40bf-a55c-85fba723ee2a Date: Sun, 20 Jan 2019 13:28: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": "2019-01-20T13:28:47Z", "security_group_id": "d7d446e2-b2a4-470b-9bba-f1a9faf2a04a", "port_range_min": null, "revision_number": 0, "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "created_at": "2019-01-20T13:28:47Z", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7", "id": "3d157fb0-1f96-4840-a22f-f2ae5bcd61d1"}, {"remote_group_id": "d7d446e2-b2a4-470b-9bba-f1a9faf2a04a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:28:47Z", "security_group_id": "d7d446e2-b2a4-470b-9bba-f1a9faf2a04a", "port_range_min": null, "revision_number": 0, "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "created_at": "2019-01-20T13:28:47Z", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7", "id": "67960bbe-d139-47c8-8180-310d3c141a7c"}, {"remote_group_id": "d7d446e2-b2a4-470b-9bba-f1a9faf2a04a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:28:47Z", "security_group_id": "d7d446e2-b2a4-470b-9bba-f1a9faf2a04a", "port_range_min": null, "revision_number": 0, "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "created_at": "2019-01-20T13:28:47Z", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7", "id": "a8f1d686-25ff-42bd-9a92-6c905842081a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:28:47Z", "security_group_id": "d7d446e2-b2a4-470b-9bba-f1a9faf2a04a", "port_range_min": null, "revision_number": 0, "tenant_id": "1c0f9bec8a864787a78c4b81f128f0c7", "created_at": "2019-01-20T13:28:47Z", "project_id": "1c0f9bec8a864787a78c4b81f128f0c7", "id": "de5196e0-6448-4587-a408-8cb6b2430698"}]} 2019-01-20 13:28:58,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d7d446e2-b2a4-470b-9bba-f1a9faf2a04a used request id req-1031ebd7-6249-40bf-a55c-85fba723ee2a 2019-01-20 13:28:58,297 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:28:58,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/d7d446e2-b2a4-470b-9bba-f1a9faf2a04a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99178643c11d4f1c5f6b48ac522bafa45bb054a9" 2019-01-20 13:28:58,713 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-49c3403a-6a8e-4671-8c70-e1ade3285ba5 Content-Length: 0 Date: Sun, 20 Jan 2019 13:28:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:28:58,713 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/d7d446e2-b2a4-470b-9bba-f1a9faf2a04a used request id req-49c3403a-6a8e-4671-8c70-e1ade3285ba5 2019-01-20 13:28:58,714 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj 2019-01-20 13:28:58,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/1c0f9bec8a864787a78c4b81f128f0c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99178643c11d4f1c5f6b48ac522bafa45bb054a9" 2019-01-20 13:28:58,968 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2333057-3c6a-4e52-a008-c3ad4beced82 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:58,968 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/1c0f9bec8a864787a78c4b81f128f0c7 used request id req-b2333057-3c6a-4e52-a008-c3ad4beced82 2019-01-20 13:28:58,968 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-proj-role 2019-01-20 13:28:58,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/fe52b77472f249eb907849116c2d3d23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99178643c11d4f1c5f6b48ac522bafa45bb054a9" 2019-01-20 13:28:59,085 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd2e771c-9746-4398-a8ec-34a4ea5043ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:59,085 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/fe52b77472f249eb907849116c2d3d23 used request id req-fd2e771c-9746-4398-a8ec-34a4ea5043ed 2019-01-20 13:28:59,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99178643c11d4f1c5f6b48ac522bafa45bb054a9" 2019-01-20 13:28:59,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd8d2946-2ead-432a-9add-5c0ca2d027e7 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:28:59,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-bd8d2946-2ead-432a-9add-5c0ca2d027e7 2019-01-20 13:28:59,187 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-e92a42d6-f38c-4aa-user 2019-01-20 13:28:59,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/07ba8f77a97449d8a053a43e7ba992c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4b6cf3a90707bda4944dda909886ac8a4ba934" 2019-01-20 13:28:59,366 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:28:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06e6d946-e526-4968-a438-ecef7059b249 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:28:59,366 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/07ba8f77a97449d8a053a43e7ba992c8 used request id req-06e6d946-e526-4968-a438-ecef7059b249 2019-01-20 13:28:59,368 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:28:59,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:28:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["OU0dEUH4SXazdGoCj9yt0g"], "issued_at": "2019-01-20T13:28:59.000000Z"}} 2019-01-20 13:28:59,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a6dd6de0464259e534363fd2d9c651bb791ef8" 2019-01-20 13:28:59,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:28:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed124a59-9b2a-4872-a52c-a683d00bbb5c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:28:59,836 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ed124a59-9b2a-4872-a52c-a683d00bbb5c 2019-01-20 13:28:59,837 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:28:59,838 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:29:00,232 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:29:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["bghgzzxgS2G-YCPq8efjiw"], "issued_at": "2019-01-20T13:29:00.000000Z"}} 2019-01-20 13:29:00,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fad6dd6ba87c289334240559d6b305be0e506f" 2019-01-20 13:29:00,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1838bfc-1989-4a5f-bda7-69b1d5985aee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:29:00,312 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d1838bfc-1989-4a5f-bda7-69b1d5985aee 2019-01-20 13:29:00,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:29:00,321 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:29: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:29:00,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-b2707c34-3e20-447-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fad6dd6ba87c289334240559d6b305be0e506f" 2019-01-20 13:29:00,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9ddc0f5-a3fc-4f81-8925-d438900cb9f7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-b2707c34-3e20-447-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:29:00,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-b2707c34-3e20-447-proj used request id req-d9ddc0f5-a3fc-4f81-8925-d438900cb9f7 2019-01-20 13:29:00,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fad6dd6ba87c289334240559d6b305be0e506f" 2019-01-20 13:29:00,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8405c545-9075-4bc1-b862-31f338b2c84b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:29:00,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-8405c545-9075-4bc1-b862-31f338b2c84b 2019-01-20 13:29:00,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fad6dd6ba87c289334240559d6b305be0e506f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-b2707c34-3e20-447-proj"}}' 2019-01-20 13:29:00,618 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:29:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47363684-725f-4f9e-b88e-e2d3c40850db Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d16c03fafe0a481c95a0a491a8834d67"}, "enabled": true, "id": "d16c03fafe0a481c95a0a491a8834d67", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-b2707c34-3e20-447-proj"}} 2019-01-20 13:29:00,618 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-47363684-725f-4f9e-b88e-e2d3c40850db 2019-01-20 13:29:00,618 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-b2707c34-3e20-447-proj 2019-01-20 13:29:00,618 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:29:00,619 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:29:01,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:29:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["FyWg-uydTyyWgMKKDX8udg"], "issued_at": "2019-01-20T13:29:00.000000Z"}} 2019-01-20 13:29:01,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44d0d40a78d5e775d36f3cb8a2969962626b462" 2019-01-20 13:29:01,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95ac2814-89dd-49c1-943a-cd87099a63fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:29:01,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-95ac2814-89dd-49c1-943a-cd87099a63fc 2019-01-20 13:29:01,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:29:01,027 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:29: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:29:01,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44d0d40a78d5e775d36f3cb8a2969962626b462" 2019-01-20 13:29:01,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2043b81-2874-4f40-b569-38bdcabc5ae2 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:29:01,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-d2043b81-2874-4f40-b569-38bdcabc5ae2 2019-01-20 13:29:01,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackNegativeTests-b2707c34-3e20-447-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44d0d40a78d5e775d36f3cb8a2969962626b462" 2019-01-20 13:29:01,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1797a23c-5b06-462c-a562-f553277c42eb Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackNegativeTests-b2707c34-3e20-447-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d16c03fafe0a481c95a0a491a8834d67"}, "enabled": true, "id": "d16c03fafe0a481c95a0a491a8834d67", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-b2707c34-3e20-447-proj"}]} 2019-01-20 13:29:01,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackNegativeTests-b2707c34-3e20-447-proj used request id req-1797a23c-5b06-462c-a562-f553277c42eb 2019-01-20 13:29:01,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44d0d40a78d5e775d36f3cb8a2969962626b462" 2019-01-20 13:29:01,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0de15cd9-99d5-48fe-b3aa-62ed43aa8226 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:29:01,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-0de15cd9-99d5-48fe-b3aa-62ed43aa8226 2019-01-20 13:29:01,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44d0d40a78d5e775d36f3cb8a2969962626b462" 2019-01-20 13:29:01,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24f8494b-3b76-4e4a-b576-defc0166bd00 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:29:01,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-24f8494b-3b76-4e4a-b576-defc0166bd00 2019-01-20 13:29:01,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackNegativeTests-b2707c34-3e20-447-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44d0d40a78d5e775d36f3cb8a2969962626b462" 2019-01-20 13:29:01,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93571730-63c7-4fdc-aa96-2c81a2425e27 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackNegativeTests-b2707c34-3e20-447-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d16c03fafe0a481c95a0a491a8834d67"}, "enabled": true, "id": "d16c03fafe0a481c95a0a491a8834d67", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-b2707c34-3e20-447-proj"}]} 2019-01-20 13:29:01,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackNegativeTests-b2707c34-3e20-447-proj used request id req-93571730-63c7-4fdc-aa96-2c81a2425e27 2019-01-20 13:29:02,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/e8bbea17dc6b480b90b9968cfa1a40e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44d0d40a78d5e775d36f3cb8a2969962626b462" 2019-01-20 13:29:02,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25c9fbba-c011-45fa-b3f5-4fced9b55873 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackNegativeTests-b2707c34-3e20-447-user", "links": {"self": "http://172.30.9.22:5000/v3/users/e8bbea17dc6b480b90b9968cfa1a40e0"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "d16c03fafe0a481c95a0a491a8834d67", "id": "e8bbea17dc6b480b90b9968cfa1a40e0", "password_expires_at": null}} 2019-01-20 13:29:02,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/e8bbea17dc6b480b90b9968cfa1a40e0 used request id req-25c9fbba-c011-45fa-b3f5-4fced9b55873 2019-01-20 13:29:02,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d16c03fafe0a481c95a0a491a8834d67/users/e8bbea17dc6b480b90b9968cfa1a40e0/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44d0d40a78d5e775d36f3cb8a2969962626b462" 2019-01-20 13:29:02,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8caebc48-f4c7-4bd1-8687-f1b9b8299e7d Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/d16c03fafe0a481c95a0a491a8834d67/users/e8bbea17dc6b480b90b9968cfa1a40e0/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 13:29:02,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d16c03fafe0a481c95a0a491a8834d67/users/e8bbea17dc6b480b90b9968cfa1a40e0/roles used request id req-8caebc48-f4c7-4bd1-8687-f1b9b8299e7d 2019-01-20 13:29:02,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44d0d40a78d5e775d36f3cb8a2969962626b462" 2019-01-20 13:29:02,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac3ebad5-904d-4b60-916c-5aa4fa8ced3b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "domain_id": null, "name": "heat_stack_owner", "id": "8faca84f8c574391a4e761c020358bea"}} 2019-01-20 13:29:02,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea used request id req-ac3ebad5-904d-4b60-916c-5aa4fa8ced3b 2019-01-20 13:29:02,298 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-b2707c34-3e20-447-proj 2019-01-20 13:29:02,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/d16c03fafe0a481c95a0a491a8834d67/users/e8bbea17dc6b480b90b9968cfa1a40e0/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44d0d40a78d5e775d36f3cb8a2969962626b462" 2019-01-20 13:29:02,428 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:29:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2dd4a992-5e81-45c0-9b76-0238253c3674 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:29:02,429 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d16c03fafe0a481c95a0a491a8834d67/users/e8bbea17dc6b480b90b9968cfa1a40e0/roles/8faca84f8c574391a4e761c020358bea used request id req-2dd4a992-5e81-45c0-9b76-0238253c3674 2019-01-20 13:29:02,429 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-b2707c34-3e20-447-user 2019-01-20 13:29:02,429 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:29:02,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fad6dd6ba87c289334240559d6b305be0e506f" 2019-01-20 13:29:02,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-507117b7-0981-4ca7-a401-52d4a126c2e4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:29:02,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-507117b7-0981-4ca7-a401-52d4a126c2e4 2019-01-20 13:29:02,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fad6dd6ba87c289334240559d6b305be0e506f" -d '{"role": {"name": "CreateStackNegativeTests-b2707c34-3e20-447-proj-role"}}' 2019-01-20 13:29:02,630 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:29:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83846940-b29b-4f71-84c4-5d48223a828d Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e66255dd0aa54792ad14398f0011b1d5", "links": {"self": "http://172.30.9.22:5000/v3/roles/e66255dd0aa54792ad14398f0011b1d5"}, "name": "CreateStackNegativeTests-b2707c34-3e20-447-proj-role"}} 2019-01-20 13:29:02,630 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-83846940-b29b-4f71-84c4-5d48223a828d 2019-01-20 13:29:02,630 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-b2707c34-3e20-447-proj-role 2019-01-20 13:29:02,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/e66255dd0aa54792ad14398f0011b1d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fad6dd6ba87c289334240559d6b305be0e506f" 2019-01-20 13:29:02,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cda8dd2a-af0f-4df2-9ef2-97e66d3ffd88 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/e66255dd0aa54792ad14398f0011b1d5"}, "domain_id": null, "name": "CreateStackNegativeTests-b2707c34-3e20-447-proj-role", "id": "e66255dd0aa54792ad14398f0011b1d5"}} 2019-01-20 13:29:02,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/e66255dd0aa54792ad14398f0011b1d5 used request id req-cda8dd2a-af0f-4df2-9ef2-97e66d3ffd88 2019-01-20 13:29:02,727 - keystone_utils - INFO - Granting role CreateStackNegativeTests-b2707c34-3e20-447-proj-role to project CreateStackNegativeTests-b2707c34-3e20-447-proj 2019-01-20 13:29:02,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/d16c03fafe0a481c95a0a491a8834d67/users/e8bbea17dc6b480b90b9968cfa1a40e0/roles/e66255dd0aa54792ad14398f0011b1d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fad6dd6ba87c289334240559d6b305be0e506f" 2019-01-20 13:29:02,891 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:29:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53647875-0830-473e-b83f-f0d0c0f472cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:29:02,891 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d16c03fafe0a481c95a0a491a8834d67/users/e8bbea17dc6b480b90b9968cfa1a40e0/roles/e66255dd0aa54792ad14398f0011b1d5 used request id req-53647875-0830-473e-b83f-f0d0c0f472cc 2019-01-20 13:29:02,892 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:29:02,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:29:03,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e66255dd0aa54792ad14398f0011b1d5", "name": "CreateStackNegativeTests-b2707c34-3e20-447-proj-role"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:29:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d16c03fafe0a481c95a0a491a8834d67", "name": "CreateStackNegativeTests-b2707c34-3e20-447-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d16c03fafe0a481c95a0a491a8834d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d16c03fafe0a481c95a0a491a8834d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d16c03fafe0a481c95a0a491a8834d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d16c03fafe0a481c95a0a491a8834d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d16c03fafe0a481c95a0a491a8834d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d16c03fafe0a481c95a0a491a8834d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d16c03fafe0a481c95a0a491a8834d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d16c03fafe0a481c95a0a491a8834d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d16c03fafe0a481c95a0a491a8834d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d16c03fafe0a481c95a0a491a8834d67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d16c03fafe0a481c95a0a491a8834d67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d16c03fafe0a481c95a0a491a8834d67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-b2707c34-3e20-447-user", "id": "e8bbea17dc6b480b90b9968cfa1a40e0"}, "audit_ids": ["a3hy0ZJfQne55EFgFeHg6Q"], "issued_at": "2019-01-20T13:29:03.000000Z"}} 2019-01-20 13:29:03,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21a2e70b10ac5a5088cfe216876e991bd64076a" 2019-01-20 13:29:03,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfc47bee-1e83-4f83-a7c6-1ab598785d6b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:29:03,336 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cfc47bee-1e83-4f83-a7c6-1ab598785d6b 2019-01-20 13:29:03,337 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:29:03,340 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:29:03,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/d16c03fafe0a481c95a0a491a8834d67/stacks?stack_name=CreateStackNegativeTests-ff444085-25c8-4084-948a-0ef3f300b8f6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21a2e70b10ac5a5088cfe216876e991bd64076a" 2019-01-20 13:29:03,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:03 GMT Server: Apache x-openstack-request-id: req-22a23f11-6375-4cf4-a897-8418117742db Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-20 13:29:03,522 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/d16c03fafe0a481c95a0a491a8834d67/stacks?stack_name=CreateStackNegativeTests-ff444085-25c8-4084-948a-0ef3f300b8f6 used request id req-22a23f11-6375-4cf4-a897-8418117742db 2019-01-20 13:29:03,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fad6dd6ba87c289334240559d6b305be0e506f" 2019-01-20 13:29:03,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-4c59f192-ace5-49cf-8144-cdc96a05aecc Date: Sun, 20 Jan 2019 13:29:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:29:03,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-4c59f192-ace5-49cf-8144-cdc96a05aecc 2019-01-20 13:29:03,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fad6dd6ba87c289334240559d6b305be0e506f" 2019-01-20 13:29:03,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-679323f1-fecc-4e12-8287-634e5c7655c1 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:29:03,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-679323f1-fecc-4e12-8287-634e5c7655c1 2019-01-20 13:29:03,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fad6dd6ba87c289334240559d6b305be0e506f" 2019-01-20 13:29:03,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d83701c-d748-497c-aa6c-d1ec593ad9bf 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:29:03,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-9d83701c-d748-497c-aa6c-d1ec593ad9bf 2019-01-20 13:29:03,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fad6dd6ba87c289334240559d6b305be0e506f" 2019-01-20 13:29:04,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc6595e4-4fd9-49ef-b5ef-ea06ad001935 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:29:04,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-cc6595e4-4fd9-49ef-b5ef-ea06ad001935 2019-01-20 13:29:04,027 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-b2707c34-3e20-447-proj 2019-01-20 13:29:04,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/d16c03fafe0a481c95a0a491a8834d67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fad6dd6ba87c289334240559d6b305be0e506f" 2019-01-20 13:29:04,238 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:29:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a71fce47-1534-40f8-883e-f6a923d9a2dc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:29:04,238 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/d16c03fafe0a481c95a0a491a8834d67 used request id req-a71fce47-1534-40f8-883e-f6a923d9a2dc 2019-01-20 13:29:04,238 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-b2707c34-3e20-447-proj-role 2019-01-20 13:29:04,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/e66255dd0aa54792ad14398f0011b1d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fad6dd6ba87c289334240559d6b305be0e506f" 2019-01-20 13:29:04,342 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:29:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bc3b74f-f33e-40b6-a191-28e9733a9512 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:29:04,342 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/e66255dd0aa54792ad14398f0011b1d5 used request id req-8bc3b74f-f33e-40b6-a191-28e9733a9512 2019-01-20 13:29:04,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fad6dd6ba87c289334240559d6b305be0e506f" 2019-01-20 13:29:04,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc82d682-c254-42e6-99f1-08e7052e804e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:29:04,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fc82d682-c254-42e6-99f1-08e7052e804e 2019-01-20 13:29:04,438 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-b2707c34-3e20-447-user 2019-01-20 13:29:04,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/e8bbea17dc6b480b90b9968cfa1a40e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e44d0d40a78d5e775d36f3cb8a2969962626b462" 2019-01-20 13:29:04,671 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:29:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c84e378-08c7-4c8e-9b42-f175caff0990 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:29:04,672 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/e8bbea17dc6b480b90b9968cfa1a40e0 used request id req-4c84e378-08c7-4c8e-9b42-f175caff0990 2019-01-20 13:29:04,673 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:29:05,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:29:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["17ZNVK33T0-6vEj2k1szdg"], "issued_at": "2019-01-20T13:29:05.000000Z"}} 2019-01-20 13:29:05,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4716f5ee94d7fa482494dcb62f21a73bd57c147" 2019-01-20 13:29:05,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90388b6e-e88f-4137-b62c-cb9b07b62913 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:29:05,135 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-90388b6e-e88f-4137-b62c-cb9b07b62913 2019-01-20 13:29:05,136 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:29:05,137 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:29:05,523 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:29:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["VtehStFZTmeLIO7olNPhFQ"], "issued_at": "2019-01-20T13:29:05.000000Z"}} 2019-01-20 13:29:05,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59ac09a218c7367e38b2b18d318bba7b726dc928" 2019-01-20 13:29:05,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01271fc9-7b33-4dd3-97d0-b1e5285890be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:29:05,605 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-01271fc9-7b33-4dd3-97d0-b1e5285890be 2019-01-20 13:29:05,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:29:05,615 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:29:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:29:05,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-2d986731-d62f-405-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59ac09a218c7367e38b2b18d318bba7b726dc928" 2019-01-20 13:29:05,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f96bf9a6-ee51-4335-8700-2dad75017916 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-2d986731-d62f-405-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:29:05,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-2d986731-d62f-405-proj used request id req-f96bf9a6-ee51-4335-8700-2dad75017916 2019-01-20 13:29:05,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59ac09a218c7367e38b2b18d318bba7b726dc928" 2019-01-20 13:29:05,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-275b0e1f-32d3-45d1-834b-4512f2d0b096 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:29:05,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-275b0e1f-32d3-45d1-834b-4512f2d0b096 2019-01-20 13:29:05,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59ac09a218c7367e38b2b18d318bba7b726dc928" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-2d986731-d62f-405-proj"}}' 2019-01-20 13:29:05,905 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:29:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aac5c5e0-cfd6-4c2e-a9dd-4c72a7d47f3b Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b880c8cfa74c45c094ae66d28a54af19"}, "enabled": true, "id": "b880c8cfa74c45c094ae66d28a54af19", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-2d986731-d62f-405-proj"}} 2019-01-20 13:29:05,905 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-aac5c5e0-cfd6-4c2e-a9dd-4c72a7d47f3b 2019-01-20 13:29:05,906 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-2d986731-d62f-405-proj 2019-01-20 13:29:05,906 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:29:05,907 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:29:06,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:29:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["AtTdFbqIQ2C-J0Sj2m0OCw"], "issued_at": "2019-01-20T13:29:06.000000Z"}} 2019-01-20 13:29:06,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460836063102ee84c3913319383d4195a8cda69a" 2019-01-20 13:29:06,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8adeb154-4fef-467a-a5b2-c431caec60a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:29:06,386 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8adeb154-4fef-467a-a5b2-c431caec60a2 2019-01-20 13:29:06,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:29:06,396 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:29:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:29:06,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460836063102ee84c3913319383d4195a8cda69a" 2019-01-20 13:29:06,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dae7f872-6a6a-4265-9854-62a19f21ca9d Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:29:06,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-dae7f872-6a6a-4265-9854-62a19f21ca9d 2019-01-20 13:29:06,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackNegativeTests-2d986731-d62f-405-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460836063102ee84c3913319383d4195a8cda69a" 2019-01-20 13:29:06,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e46a40e4-9005-4eed-98c1-0a70c2762b59 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackNegativeTests-2d986731-d62f-405-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b880c8cfa74c45c094ae66d28a54af19"}, "enabled": true, "id": "b880c8cfa74c45c094ae66d28a54af19", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-2d986731-d62f-405-proj"}]} 2019-01-20 13:29:06,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackNegativeTests-2d986731-d62f-405-proj used request id req-e46a40e4-9005-4eed-98c1-0a70c2762b59 2019-01-20 13:29:06,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460836063102ee84c3913319383d4195a8cda69a" 2019-01-20 13:29:06,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b29f4c23-6b22-44cd-bf74-3d083d06c653 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:29:06,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-b29f4c23-6b22-44cd-bf74-3d083d06c653 2019-01-20 13:29:07,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460836063102ee84c3913319383d4195a8cda69a" 2019-01-20 13:29:07,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79680225-0d6e-4b89-a00d-3649bc700e3d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:29:07,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-79680225-0d6e-4b89-a00d-3649bc700e3d 2019-01-20 13:29:07,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackNegativeTests-2d986731-d62f-405-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460836063102ee84c3913319383d4195a8cda69a" 2019-01-20 13:29:07,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c11624e8-d65b-46b7-84e7-8a64df5d378c Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackNegativeTests-2d986731-d62f-405-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b880c8cfa74c45c094ae66d28a54af19"}, "enabled": true, "id": "b880c8cfa74c45c094ae66d28a54af19", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-2d986731-d62f-405-proj"}]} 2019-01-20 13:29:07,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackNegativeTests-2d986731-d62f-405-proj used request id req-c11624e8-d65b-46b7-84e7-8a64df5d378c 2019-01-20 13:29:07,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/ed89b84d4213430db5df20deb5ef9457 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460836063102ee84c3913319383d4195a8cda69a" 2019-01-20 13:29:07,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03f77e34-78fb-4442-9ad4-bdfe058496bd Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackNegativeTests-2d986731-d62f-405-user", "links": {"self": "http://172.30.9.22:5000/v3/users/ed89b84d4213430db5df20deb5ef9457"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "b880c8cfa74c45c094ae66d28a54af19", "id": "ed89b84d4213430db5df20deb5ef9457", "password_expires_at": null}} 2019-01-20 13:29:07,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/ed89b84d4213430db5df20deb5ef9457 used request id req-03f77e34-78fb-4442-9ad4-bdfe058496bd 2019-01-20 13:29:07,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b880c8cfa74c45c094ae66d28a54af19/users/ed89b84d4213430db5df20deb5ef9457/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460836063102ee84c3913319383d4195a8cda69a" 2019-01-20 13:29:07,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ae1c24d-2697-4b08-b081-c5b3fb28bc94 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/b880c8cfa74c45c094ae66d28a54af19/users/ed89b84d4213430db5df20deb5ef9457/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 13:29:07,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b880c8cfa74c45c094ae66d28a54af19/users/ed89b84d4213430db5df20deb5ef9457/roles used request id req-0ae1c24d-2697-4b08-b081-c5b3fb28bc94 2019-01-20 13:29:07,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460836063102ee84c3913319383d4195a8cda69a" 2019-01-20 13:29:07,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7978bf9b-edd7-494d-bb4c-fc50983d600d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "domain_id": null, "name": "heat_stack_owner", "id": "8faca84f8c574391a4e761c020358bea"}} 2019-01-20 13:29:07,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea used request id req-7978bf9b-edd7-494d-bb4c-fc50983d600d 2019-01-20 13:29:07,605 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-2d986731-d62f-405-proj 2019-01-20 13:29:07,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/b880c8cfa74c45c094ae66d28a54af19/users/ed89b84d4213430db5df20deb5ef9457/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460836063102ee84c3913319383d4195a8cda69a" 2019-01-20 13:29:07,734 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:29:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83f40177-6365-46d7-94ff-ef53a2f5802a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:29:07,734 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/b880c8cfa74c45c094ae66d28a54af19/users/ed89b84d4213430db5df20deb5ef9457/roles/8faca84f8c574391a4e761c020358bea used request id req-83f40177-6365-46d7-94ff-ef53a2f5802a 2019-01-20 13:29:07,734 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-2d986731-d62f-405-user 2019-01-20 13:29:07,734 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:29:07,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59ac09a218c7367e38b2b18d318bba7b726dc928" 2019-01-20 13:29:07,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4406f4c8-ee11-4c3b-8139-16fa7b3f8720 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:29:07,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4406f4c8-ee11-4c3b-8139-16fa7b3f8720 2019-01-20 13:29:07,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59ac09a218c7367e38b2b18d318bba7b726dc928" -d '{"role": {"name": "CreateStackNegativeTests-2d986731-d62f-405-proj-role"}}' 2019-01-20 13:29:07,922 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:29:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d88c209d-40a7-4b0e-998f-ac60a961050d Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e6baea0caca2442baa449430534ddce7", "links": {"self": "http://172.30.9.22:5000/v3/roles/e6baea0caca2442baa449430534ddce7"}, "name": "CreateStackNegativeTests-2d986731-d62f-405-proj-role"}} 2019-01-20 13:29:07,923 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-d88c209d-40a7-4b0e-998f-ac60a961050d 2019-01-20 13:29:07,923 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-2d986731-d62f-405-proj-role 2019-01-20 13:29:07,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/e6baea0caca2442baa449430534ddce7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59ac09a218c7367e38b2b18d318bba7b726dc928" 2019-01-20 13:29:08,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7f3a426-4fb3-486c-9f28-9ab1c0afe69c Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/e6baea0caca2442baa449430534ddce7"}, "domain_id": null, "name": "CreateStackNegativeTests-2d986731-d62f-405-proj-role", "id": "e6baea0caca2442baa449430534ddce7"}} 2019-01-20 13:29:08,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/e6baea0caca2442baa449430534ddce7 used request id req-d7f3a426-4fb3-486c-9f28-9ab1c0afe69c 2019-01-20 13:29:08,011 - keystone_utils - INFO - Granting role CreateStackNegativeTests-2d986731-d62f-405-proj-role to project CreateStackNegativeTests-2d986731-d62f-405-proj 2019-01-20 13:29:08,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/b880c8cfa74c45c094ae66d28a54af19/users/ed89b84d4213430db5df20deb5ef9457/roles/e6baea0caca2442baa449430534ddce7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59ac09a218c7367e38b2b18d318bba7b726dc928" 2019-01-20 13:29:08,129 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:29:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3828a6d4-e65d-4308-9a54-a5f48be165c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:29:08,129 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/b880c8cfa74c45c094ae66d28a54af19/users/ed89b84d4213430db5df20deb5ef9457/roles/e6baea0caca2442baa449430534ddce7 used request id req-3828a6d4-e65d-4308-9a54-a5f48be165c1 2019-01-20 13:29:08,130 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:29:08,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:29:08,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e6baea0caca2442baa449430534ddce7", "name": "CreateStackNegativeTests-2d986731-d62f-405-proj-role"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:29:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b880c8cfa74c45c094ae66d28a54af19", "name": "CreateStackNegativeTests-2d986731-d62f-405-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b880c8cfa74c45c094ae66d28a54af19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b880c8cfa74c45c094ae66d28a54af19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b880c8cfa74c45c094ae66d28a54af19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b880c8cfa74c45c094ae66d28a54af19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b880c8cfa74c45c094ae66d28a54af19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b880c8cfa74c45c094ae66d28a54af19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b880c8cfa74c45c094ae66d28a54af19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b880c8cfa74c45c094ae66d28a54af19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b880c8cfa74c45c094ae66d28a54af19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b880c8cfa74c45c094ae66d28a54af19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b880c8cfa74c45c094ae66d28a54af19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b880c8cfa74c45c094ae66d28a54af19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-2d986731-d62f-405-user", "id": "ed89b84d4213430db5df20deb5ef9457"}, "audit_ids": ["6bvJRnFpTnq0-P2acdRgdw"], "issued_at": "2019-01-20T13:29:08.000000Z"}} 2019-01-20 13:29:08,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ae2f7040ab8d5a8fb961ab47e5de6f8e0e7381b" 2019-01-20 13:29:08,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6c7ad31-14bf-421b-bfe5-4b80ea8e6211 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:29:08,600 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d6c7ad31-14bf-421b-bfe5-4b80ea8e6211 2019-01-20 13:29:08,601 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:29:08,604 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:29:08,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/b880c8cfa74c45c094ae66d28a54af19/stacks?stack_name=CreateStackNegativeTests-247aed3f-9861-440c-ab0f-662c5982b4b2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ae2f7040ab8d5a8fb961ab47e5de6f8e0e7381b" 2019-01-20 13:29:08,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:08 GMT Server: Apache x-openstack-request-id: req-875b92c6-81ef-4f67-9e14-d0cd01acee34 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-20 13:29:08,798 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/b880c8cfa74c45c094ae66d28a54af19/stacks?stack_name=CreateStackNegativeTests-247aed3f-9861-440c-ab0f-662c5982b4b2 used request id req-875b92c6-81ef-4f67-9e14-d0cd01acee34 2019-01-20 13:29:08,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/b880c8cfa74c45c094ae66d28a54af19/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ae2f7040ab8d5a8fb961ab47e5de6f8e0e7381b" -d '{"stack_name": "CreateStackNegativeTests-247aed3f-9861-440c-ab0f-662c5982b4b2", "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"}}]}}}}}' 2019-01-20 13:29:09,253 - keystoneauth.session - DEBUG - RESP: [400] Date: Sun, 20 Jan 2019 13:29:08 GMT Server: Apache x-openstack-request-id: req-d2887abc-9267-4f04-8f89-c58461307905 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"} 2019-01-20 13:29:09,253 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/b880c8cfa74c45c094ae66d28a54af19/stacks used request id req-d2887abc-9267-4f04-8f89-c58461307905 2019-01-20 13:29:09,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59ac09a218c7367e38b2b18d318bba7b726dc928" 2019-01-20 13:29:09,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5644d429-c7d4-414b-a19d-50fc3837eef0 Date: Sun, 20 Jan 2019 13:29:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:29:09,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-5644d429-c7d4-414b-a19d-50fc3837eef0 2019-01-20 13:29:09,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59ac09a218c7367e38b2b18d318bba7b726dc928" 2019-01-20 13:29:09,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ffbb950-1f9a-4a32-8f80-325e56608713 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:29:09,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-8ffbb950-1f9a-4a32-8f80-325e56608713 2019-01-20 13:29:09,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59ac09a218c7367e38b2b18d318bba7b726dc928" 2019-01-20 13:29:09,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f832fd94-a563-40a2-bb7b-11bd549a5f49 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:29:09,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-f832fd94-a563-40a2-bb7b-11bd549a5f49 2019-01-20 13:29:09,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59ac09a218c7367e38b2b18d318bba7b726dc928" 2019-01-20 13:29:09,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2d5fe1d-fa74-40a8-9f3c-8e831c27f750 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:29:09,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-b2d5fe1d-fa74-40a8-9f3c-8e831c27f750 2019-01-20 13:29:09,747 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-2d986731-d62f-405-proj 2019-01-20 13:29:09,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/b880c8cfa74c45c094ae66d28a54af19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59ac09a218c7367e38b2b18d318bba7b726dc928" 2019-01-20 13:29:09,943 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:29:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71bd1c10-1658-408a-b809-0245ba485341 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:29:09,943 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/b880c8cfa74c45c094ae66d28a54af19 used request id req-71bd1c10-1658-408a-b809-0245ba485341 2019-01-20 13:29:09,943 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-2d986731-d62f-405-proj-role 2019-01-20 13:29:09,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/e6baea0caca2442baa449430534ddce7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59ac09a218c7367e38b2b18d318bba7b726dc928" 2019-01-20 13:29:10,054 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:29:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-168907ba-8d70-4526-ab47-a3b0f0925b07 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:29:10,054 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/e6baea0caca2442baa449430534ddce7 used request id req-168907ba-8d70-4526-ab47-a3b0f0925b07 2019-01-20 13:29:10,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59ac09a218c7367e38b2b18d318bba7b726dc928" 2019-01-20 13:29:10,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c17b99e-b39a-4a4f-bb5a-00805d3cd9a4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:29:10,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-7c17b99e-b39a-4a4f-bb5a-00805d3cd9a4 2019-01-20 13:29:10,146 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-2d986731-d62f-405-user 2019-01-20 13:29:10,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/ed89b84d4213430db5df20deb5ef9457 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}460836063102ee84c3913319383d4195a8cda69a" 2019-01-20 13:29:10,310 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:29:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7eb3e9d3-79ce-451e-bc28-fc4d659214bf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:29:10,310 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/ed89b84d4213430db5df20deb5ef9457 used request id req-7eb3e9d3-79ce-451e-bc28-fc4d659214bf 2019-01-20 13:29:10,312 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:29:10,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:29:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["ZjcMRDgmRbak8Rgxr1JhDA"], "issued_at": "2019-01-20T13:29:10.000000Z"}} 2019-01-20 13:29:10,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58c67fa6d2532a0cb5573182ad0505787311bce4" 2019-01-20 13:29:10,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4169846-6ea4-4a2b-8e3a-c9eb4d55637e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:29:10,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b4169846-6ea4-4a2b-8e3a-c9eb4d55637e 2019-01-20 13:29:10,781 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:29:10,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:29:11,161 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:29:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["v4aaAr8rS-WStbBLj0LXQw"], "issued_at": "2019-01-20T13:29:11.000000Z"}} 2019-01-20 13:29:11,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e48ad4b50a471c50490feb771a2e4108a916c18" 2019-01-20 13:29:11,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24852fe0-888e-4adb-84f1-4dd37f207688 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:29:11,248 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-24852fe0-888e-4adb-84f1-4dd37f207688 2019-01-20 13:29:11,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:29:11,257 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:29:11,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e48ad4b50a471c50490feb771a2e4108a916c18" 2019-01-20 13:29:11,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbe82b5f-8c44-4057-9bd7-5a7f0ef2d143 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:29:11,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj used request id req-dbe82b5f-8c44-4057-9bd7-5a7f0ef2d143 2019-01-20 13:29:11,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e48ad4b50a471c50490feb771a2e4108a916c18" 2019-01-20 13:29:11,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a9afb63-ee73-4ba7-b304-aaf932867a63 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:29:11,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-2a9afb63-ee73-4ba7-b304-aaf932867a63 2019-01-20 13:29:11,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e48ad4b50a471c50490feb771a2e4108a916c18" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}}' 2019-01-20 13:29:11,540 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:29:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c93c2d32-f028-45af-a094-914cda44f1e0 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e"}, "enabled": true, "id": "4791d1caf131482fb157d8dd7204eb8e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}} 2019-01-20 13:29:11,540 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-c93c2d32-f028-45af-a094-914cda44f1e0 2019-01-20 13:29:11,540 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj 2019-01-20 13:29:11,541 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:29:11,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:29:11,919 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:29:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["k2-p67iIScG0UgtmUrfqnQ"], "issued_at": "2019-01-20T13:29:11.000000Z"}} 2019-01-20 13:29:11,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ddc4d8f77e62f24e0a52aaa74099ddfb5573ba" 2019-01-20 13:29:12,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dcb7417-4078-4b20-809c-5bfec15b3002 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:29:12,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7dcb7417-4078-4b20-809c-5bfec15b3002 2019-01-20 13:29:12,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:29:12,020 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:29: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:29:12,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ddc4d8f77e62f24e0a52aaa74099ddfb5573ba" 2019-01-20 13:29:12,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7a33201-ff0a-4737-84e4-c82dc0bbb9fb Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:29:12,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-a7a33201-ff0a-4737-84e4-c82dc0bbb9fb 2019-01-20 13:29:12,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ddc4d8f77e62f24e0a52aaa74099ddfb5573ba" 2019-01-20 13:29:12,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9199810a-8c7a-4888-9426-f7cb68f8eac7 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e"}, "enabled": true, "id": "4791d1caf131482fb157d8dd7204eb8e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}]} 2019-01-20 13:29:12,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj used request id req-9199810a-8c7a-4888-9426-f7cb68f8eac7 2019-01-20 13:29:12,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ddc4d8f77e62f24e0a52aaa74099ddfb5573ba" 2019-01-20 13:29:12,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa5b142e-c29b-467d-881f-3b0108a1f0e8 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:29:12,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-fa5b142e-c29b-467d-881f-3b0108a1f0e8 2019-01-20 13:29:12,600 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-user 2019-01-20 13:29:12,600 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:29:12,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e48ad4b50a471c50490feb771a2e4108a916c18" 2019-01-20 13:29:12,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0e773ae-1ad2-4dd0-958b-0ed8782de962 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:29:12,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c0e773ae-1ad2-4dd0-958b-0ed8782de962 2019-01-20 13:29:12,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e48ad4b50a471c50490feb771a2e4108a916c18" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj-role"}}' 2019-01-20 13:29:12,797 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:29:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c731d668-1266-46ad-a881-daf09513e9f7 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b4b673cabcca402b8602f32018f72c4f", "links": {"self": "http://172.30.9.22:5000/v3/roles/b4b673cabcca402b8602f32018f72c4f"}, "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj-role"}} 2019-01-20 13:29:12,797 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-c731d668-1266-46ad-a881-daf09513e9f7 2019-01-20 13:29:12,797 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj-role 2019-01-20 13:29:12,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/b4b673cabcca402b8602f32018f72c4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e48ad4b50a471c50490feb771a2e4108a916c18" 2019-01-20 13:29:12,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b2caa70-74c4-4c70-8176-a3acf391c9a9 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/b4b673cabcca402b8602f32018f72c4f"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj-role", "id": "b4b673cabcca402b8602f32018f72c4f"}} 2019-01-20 13:29:12,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/b4b673cabcca402b8602f32018f72c4f used request id req-2b2caa70-74c4-4c70-8176-a3acf391c9a9 2019-01-20 13:29:12,882 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj-role to project CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj 2019-01-20 13:29:12,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e/users/f4ac813eb20545248fbbdf52133ad107/roles/b4b673cabcca402b8602f32018f72c4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e48ad4b50a471c50490feb771a2e4108a916c18" 2019-01-20 13:29:13,022 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:29:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f8ed9ba-1ec0-4402-99a2-1241d7a8b918 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:29:13,022 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e/users/f4ac813eb20545248fbbdf52133ad107/roles/b4b673cabcca402b8602f32018f72c4f used request id req-6f8ed9ba-1ec0-4402-99a2-1241d7a8b918 2019-01-20 13:29:13,023 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:29:13,024 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:29:13,024 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:29:13,025 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:29:13,412 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b4b673cabcca402b8602f32018f72c4f", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj-role"}], "expires_at": "2019-01-20T14:29:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4791d1caf131482fb157d8dd7204eb8e", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-user", "id": "f4ac813eb20545248fbbdf52133ad107"}, "audit_ids": ["ON8e0aYFRmaPxw6AxrAKrQ"], "issued_at": "2019-01-20T13:29:13.000000Z"}} 2019-01-20 13:29:13,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac12191278c1db42e4d6c286de3a929b94922ae1" 2019-01-20 13:29:13,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9325ea9-6de4-4c2e-889b-0b9cf29c3a0f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:29:13,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f9325ea9-6de4-4c2e-889b-0b9cf29c3a0f 2019-01-20 13:29:13,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac12191278c1db42e4d6c286de3a929b94922ae1" 2019-01-20 13:29:13,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-b20fb601-498c-486b-a3eb-f201b4751cf7 Date: Sun, 20 Jan 2019 13:29:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-image"} 2019-01-20 13:29:13,661 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-image used request id req-b20fb601-498c-486b-a3eb-f201b4751cf7 2019-01-20 13:29:13,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac12191278c1db42e4d6c286de3a929b94922ae1" 2019-01-20 13:29:13,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-60f0dcf4-7a33-4962-a3ce-568c3a5651d4 Date: Sun, 20 Jan 2019 13: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"}}} 2019-01-20 13:29:13,812 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-60f0dcf4-7a33-4962-a3ce-568c3a5651d4 2019-01-20 13:29:13,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ac12191278c1db42e4d6c286de3a929b94922ae1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-image"}' 2019-01-20 13:29:14,039 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782 X-Openstack-Request-Id: req-cd031579-6dd6-471c-ae97-5967bad50e24 Date: Sun, 20 Jan 2019 13:29:14 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:29:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:29:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782", "min_disk": 0, "protected": false, "id": "9dedccc5-37e8-4aa6-8d3b-8939658fc782", "file": "/v2/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782/file", "checksum": null, "owner": "4791d1caf131482fb157d8dd7204eb8e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:29:14,040 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-cd031579-6dd6-471c-ae97-5967bad50e24 2019-01-20 13:29:14,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac12191278c1db42e4d6c286de3a929b94922ae1" -d '' 2019-01-20 13:29:15,891 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4fb2749b-31fb-4bdf-a028-35fad80ae113 Date: Sun, 20 Jan 2019 13:29:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:29:15,891 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782/file used request id req-4fb2749b-31fb-4bdf-a028-35fad80ae113 2019-01-20 13:29:15,892 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:29:15,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac12191278c1db42e4d6c286de3a929b94922ae1" 2019-01-20 13:29:16,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-10a5b421-9fe0-4abe-9682-ce6dfdd50d25 Date: Sun, 20 Jan 2019 13:29:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:29:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:29:15Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782/snap", "metadata": {}}], "self": "/v2/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782", "min_disk": 0, "protected": false, "id": "9dedccc5-37e8-4aa6-8d3b-8939658fc782", "file": "/v2/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4791d1caf131482fb157d8dd7204eb8e", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:29:16,084 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782 used request id req-10a5b421-9fe0-4abe-9682-ce6dfdd50d25 2019-01-20 13:29:16,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac12191278c1db42e4d6c286de3a929b94922ae1" 2019-01-20 13:29:16,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d97e32bb-7f4f-4678-955e-4636d373f00e Date: Sun, 20 Jan 2019 13:29: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"}}} 2019-01-20 13:29:16,094 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-d97e32bb-7f4f-4678-955e-4636d373f00e 2019-01-20 13:29:16,097 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-image 2019-01-20 13:29:16,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac12191278c1db42e4d6c286de3a929b94922ae1" 2019-01-20 13:29:16,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-10172c98-3a83-4a42-9199-1cde878e481b Date: Sun, 20 Jan 2019 13:29:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:29:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:29:15Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782/snap", "metadata": {}}], "self": "/v2/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782", "min_disk": 0, "protected": false, "id": "9dedccc5-37e8-4aa6-8d3b-8939658fc782", "file": "/v2/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4791d1caf131482fb157d8dd7204eb8e", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:29:16,260 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782 used request id req-10172c98-3a83-4a42-9199-1cde878e481b 2019-01-20 13:29:16,261 - create_image - DEBUG - Instance status is - active 2019-01-20 13:29:16,261 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-image 2019-01-20 13:29:16,261 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-image 2019-01-20 13:29:16,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:29:16,262 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:29:16,637 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b4b673cabcca402b8602f32018f72c4f", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj-role"}], "expires_at": "2019-01-20T14:29:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4791d1caf131482fb157d8dd7204eb8e", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-user", "id": "f4ac813eb20545248fbbdf52133ad107"}, "audit_ids": ["06-IM0vqQz2cm9TU5iAPYQ"], "issued_at": "2019-01-20T13:29:16.000000Z"}} 2019-01-20 13:29:16,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5f9d9228be34607c59ae232b8d0b76de611653" 2019-01-20 13:29:16,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d922f427-2bdf-44b1-bc92-cc8bd1c93e0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:29:16,724 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d922f427-2bdf-44b1-bc92-cc8bd1c93e0b 2019-01-20 13:29:16,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5f9d9228be34607c59ae232b8d0b76de611653" 2019-01-20 13:29:16,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-232fc4c6-d05a-40a6-ab6e-dda95460bcc9 Date: Sun, 20 Jan 2019 13:29:16 GMT RESP BODY: {"networks":[]} 2019-01-20 13:29:16,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net used request id req-232fc4c6-d05a-40a6-ab6e-dda95460bcc9 2019-01-20 13:29:16,910 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net 2019-01-20 13:29:16,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5f9d9228be34607c59ae232b8d0b76de611653" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net", "admin_state_up": true}}' 2019-01-20 13:29:17,556 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-4ed0f167-f19c-4afa-bbf8-b82c2cf3ddfc Date: Sun, 20 Jan 2019 13:29:17 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"968988e6-9c52-44cd-80dd-2f9d68216866","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:29:17Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:17Z","mtu":1450}} 2019-01-20 13:29:17,556 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-4ed0f167-f19c-4afa-bbf8-b82c2cf3ddfc 2019-01-20 13:29:17,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=968988e6-9c52-44cd-80dd-2f9d68216866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5f9d9228be34607c59ae232b8d0b76de611653" 2019-01-20 13:29:17,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-5a1e90c3-1a52-49d5-82de-d4eb34f13840 Date: Sun, 20 Jan 2019 13:29: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":"2019-01-20T13:29:17Z","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4791d1caf131482fb157d8dd7204eb8e","id":"968988e6-9c52-44cd-80dd-2f9d68216866","name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net"}]} 2019-01-20 13:29:17,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=968988e6-9c52-44cd-80dd-2f9d68216866 used request id req-5a1e90c3-1a52-49d5-82de-d4eb34f13840 2019-01-20 13:29:17,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5f9d9228be34607c59ae232b8d0b76de611653" 2019-01-20 13:29:17,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1dab0d72-e522-4c7a-9107-50a03cd9bed6 Date: Sun, 20 Jan 2019 13:29:17 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:29:17,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 used request id req-1dab0d72-e522-4c7a-9107-50a03cd9bed6 2019-01-20 13:29:17,826 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet 2019-01-20 13:29:17,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5f9d9228be34607c59ae232b8d0b76de611653" -d '{"subnets": [{"ip_version": 4, "network_id": "968988e6-9c52-44cd-80dd-2f9d68216866", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet"}]}' 2019-01-20 13:29:18,676 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c2e45cb7-2c04-4687-aa24-724967960e6a Date: Sun, 20 Jan 2019 13:29:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:29: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":"4791d1caf131482fb157d8dd7204eb8e","id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet"}]} 2019-01-20 13:29:18,676 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-c2e45cb7-2c04-4687-aa24-724967960e6a 2019-01-20 13:29:18,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=968988e6-9c52-44cd-80dd-2f9d68216866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5f9d9228be34607c59ae232b8d0b76de611653" 2019-01-20 13:29:18,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bfbeb774-b989-4fd2-8f15-39d1fcb59ca9 Date: Sun, 20 Jan 2019 13:29: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":["29a90ed3-4899-4a22-9a78-380590ae8a2b"],"updated_at":"2019-01-20T13:29:18Z","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4791d1caf131482fb157d8dd7204eb8e","id":"968988e6-9c52-44cd-80dd-2f9d68216866","name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net"}]} 2019-01-20 13:29:18,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=968988e6-9c52-44cd-80dd-2f9d68216866 used request id req-bfbeb774-b989-4fd2-8f15-39d1fcb59ca9 2019-01-20 13:29:18,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5f9d9228be34607c59ae232b8d0b76de611653" 2019-01-20 13:29:19,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-af0bf385-508f-4417-8b77-e6439d170429 Date: Sun, 20 Jan 2019 13:29:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:29: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":"4791d1caf131482fb157d8dd7204eb8e","id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet"}]} 2019-01-20 13:29:19,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 used request id req-af0bf385-508f-4417-8b77-e6439d170429 2019-01-20 13:29:19,021 - OpenStackNetwork - DEBUG - Network [968988e6-9c52-44cd-80dd-2f9d68216866] created successfully 2019-01-20 13:29:19,021 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:29:19,022 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:29:19,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b4b673cabcca402b8602f32018f72c4f", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj-role"}], "expires_at": "2019-01-20T14:29:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4791d1caf131482fb157d8dd7204eb8e", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-user", "id": "f4ac813eb20545248fbbdf52133ad107"}, "audit_ids": ["3YZtkeXEQWS85WCTLEYFCQ"], "issued_at": "2019-01-20T13:29:19.000000Z"}} 2019-01-20 13:29:19,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b516594978a001b37d77d00d301040b8586003" 2019-01-20 13:29:19,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae17cb8d-13c5-4014-87f1-e413b0188874 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:29:19,401 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ae17cb8d-13c5-4014-87f1-e413b0188874 2019-01-20 13:29:19,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b516594978a001b37d77d00d301040b8586003" 2019-01-20 13:29:19,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-281c1927-5a13-482c-9560-d771f04fa451 Date: Sun, 20 Jan 2019 13:29:19 GMT RESP BODY: {"routers": []} 2019-01-20 13:29:19,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-router&admin_state_up=True used request id req-281c1927-5a13-482c-9560-d771f04fa451 2019-01-20 13:29:19,701 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:29:19,701 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:29:20,084 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b4b673cabcca402b8602f32018f72c4f", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj-role"}], "expires_at": "2019-01-20T14:29:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4791d1caf131482fb157d8dd7204eb8e", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-user", "id": "f4ac813eb20545248fbbdf52133ad107"}, "audit_ids": ["5E88QH1CTl-Klvws5AjkIg"], "issued_at": "2019-01-20T13:29:20.000000Z"}} 2019-01-20 13:29:20,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ceac1ca5a1e19462e3c0a0db1c03d805999a7b4" 2019-01-20 13:29:20,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-384c11b3-19e1-4a0c-99bf-af7ac9c1be25 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:29:20,156 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-384c11b3-19e1-4a0c-99bf-af7ac9c1be25 2019-01-20 13:29:20,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b516594978a001b37d77d00d301040b8586003" 2019-01-20 13:29:20,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-0136bf9c-d51e-4c07-87aa-62600d3e5b9c Date: Sun, 20 Jan 2019 13:29:20 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:29:20,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-0136bf9c-d51e-4c07-87aa-62600d3e5b9c 2019-01-20 13:29:20,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b516594978a001b37d77d00d301040b8586003" 2019-01-20 13:29:20,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-824a419f-9f45-447e-b347-fc80348d2fef Date: Sun, 20 Jan 2019 13:29:20 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:29:20,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-824a419f-9f45-447e-b347-fc80348d2fef 2019-01-20 13:29:20,639 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-router 2019-01-20 13:29:20,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b516594978a001b37d77d00d301040b8586003" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-router", "admin_state_up": true}}' 2019-01-20 13:29:25,498 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-3c6e4243-ab5f-4cd8-8749-44174a5cde2a Date: Sun, 20 Jan 2019 13:29:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:21Z", "admin_state_up": true, "updated_at": "2019-01-20T13:29:22Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "6ff491ae-d48d-4a7d-a166-c7394b6e6449", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-router"}} 2019-01-20 13:29:25,499 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-3c6e4243-ab5f-4cd8-8749-44174a5cde2a 2019-01-20 13:29:25,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=6ff491ae-d48d-4a7d-a166-c7394b6e6449 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b516594978a001b37d77d00d301040b8586003" 2019-01-20 13:29:25,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a75ecb47-37c3-4a04-a609-18b1d9cd28db Date: Sun, 20 Jan 2019 13:29:25 GMT RESP BODY: {"ports":[]} 2019-01-20 13:29:25,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=6ff491ae-d48d-4a7d-a166-c7394b6e6449 used request id req-a75ecb47-37c3-4a04-a609-18b1d9cd28db 2019-01-20 13:29:25,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b516594978a001b37d77d00d301040b8586003" 2019-01-20 13:29:25,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2ff56b1b-68aa-40e8-97a2-538b6ecba6cc Date: Sun, 20 Jan 2019 13:29: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":["29a90ed3-4899-4a22-9a78-380590ae8a2b"],"updated_at":"2019-01-20T13:29:18Z","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4791d1caf131482fb157d8dd7204eb8e","id":"968988e6-9c52-44cd-80dd-2f9d68216866","name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net"}]} 2019-01-20 13:29:25,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net used request id req-2ff56b1b-68aa-40e8-97a2-538b6ecba6cc 2019-01-20 13:29:25,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:29:25,783 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:29:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:29:25,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b516594978a001b37d77d00d301040b8586003" 2019-01-20 13:29:25,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2df02b2f-a112-4509-9329-ca3f8e65431e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e"}, "enabled": true, "id": "4791d1caf131482fb157d8dd7204eb8e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}} 2019-01-20 13:29:25,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e used request id req-2df02b2f-a112-4509-9329-ca3f8e65431e 2019-01-20 13:29:25,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b516594978a001b37d77d00d301040b8586003" 2019-01-20 13:29:26,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8419fdba-b0b6-423a-b9ae-1dd336d4c716 Date: Sun, 20 Jan 2019 13:29:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:29: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":"4791d1caf131482fb157d8dd7204eb8e","id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet"}]} 2019-01-20 13:29:26,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 used request id req-8419fdba-b0b6-423a-b9ae-1dd336d4c716 2019-01-20 13:29:26,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866&name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b516594978a001b37d77d00d301040b8586003" 2019-01-20 13:29:26,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5ad31a90-b0b9-4ef5-becc-10b711867376 Date: Sun, 20 Jan 2019 13:29:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:29: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":"4791d1caf131482fb157d8dd7204eb8e","id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet"}]} 2019-01-20 13:29:26,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866&name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet used request id req-5ad31a90-b0b9-4ef5-becc-10b711867376 2019-01-20 13:29:26,226 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-20 13:29:26,226 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-router 2019-01-20 13:29:26,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/6ff491ae-d48d-4a7d-a166-c7394b6e6449/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b516594978a001b37d77d00d301040b8586003" -d '{"subnet_id": "29a90ed3-4899-4a22-9a78-380590ae8a2b"}' 2019-01-20 13:29:28,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-159ef370-88b4-47a7-98a7-3a14ab334e27 Date: Sun, 20 Jan 2019 13:29:28 GMT RESP BODY: {"network_id": "968988e6-9c52-44cd-80dd-2f9d68216866", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "subnet_id": "29a90ed3-4899-4a22-9a78-380590ae8a2b", "subnet_ids": ["29a90ed3-4899-4a22-9a78-380590ae8a2b"], "port_id": "ff21ac4d-81ea-4fc4-b5a5-dbce57101aaa", "id": "6ff491ae-d48d-4a7d-a166-c7394b6e6449"} 2019-01-20 13:29:28,440 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/6ff491ae-d48d-4a7d-a166-c7394b6e6449/add_router_interface used request id req-159ef370-88b4-47a7-98a7-3a14ab334e27 2019-01-20 13:29:28,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/6ff491ae-d48d-4a7d-a166-c7394b6e6449 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b516594978a001b37d77d00d301040b8586003" 2019-01-20 13:29:28,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-cd73e026-4b44-4e0b-894d-28d51c11eacf Date: Sun, 20 Jan 2019 13:29:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:21Z", "admin_state_up": true, "updated_at": "2019-01-20T13:29:27Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "6ff491ae-d48d-4a7d-a166-c7394b6e6449", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-router"}} 2019-01-20 13:29:28,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/6ff491ae-d48d-4a7d-a166-c7394b6e6449 used request id req-cd73e026-4b44-4e0b-894d-28d51c11eacf 2019-01-20 13:29:28,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=6ff491ae-d48d-4a7d-a166-c7394b6e6449 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b516594978a001b37d77d00d301040b8586003" 2019-01-20 13:29:28,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-be8e5ea6-481d-41c5-815a-49cbb7a1a7a0 Date: Sun, 20 Jan 2019 13:29:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.1"}],"id":"ff21ac4d-81ea-4fc4-b5a5-dbce57101aaa","security_groups":[],"mac_address":"fa:16:3e:e4:a4:97","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:27Z","binding:vnic_type":"normal","device_id":"6ff491ae-d48d-4a7d-a166-c7394b6e6449"}]} 2019-01-20 13:29:28,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=6ff491ae-d48d-4a7d-a166-c7394b6e6449 used request id req-be8e5ea6-481d-41c5-815a-49cbb7a1a7a0 2019-01-20 13:29:28,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/29a90ed3-4899-4a22-9a78-380590ae8a2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b516594978a001b37d77d00d301040b8586003" 2019-01-20 13:29:29,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-7d7bb94e-aa7b-4be2-a929-5709a0c1eb18 Date: Sun, 20 Jan 2019 13:29:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:29: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":"4791d1caf131482fb157d8dd7204eb8e","id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet"}} 2019-01-20 13:29:29,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/29a90ed3-4899-4a22-9a78-380590ae8a2b used request id req-7d7bb94e-aa7b-4be2-a929-5709a0c1eb18 2019-01-20 13:29:29,056 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:29:29,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:29:29,430 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:29:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["sRf0IVN7Q0KpPLpmltwJHg"], "issued_at": "2019-01-20T13:29:29.000000Z"}} 2019-01-20 13:29:29,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e359faa3e30dfbc369acefea5f8267c18e5bcb" 2019-01-20 13:29:29,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-342787c5-f5a6-44b9-b7ed-5835ea9f0ed6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:29:29,513 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-342787c5-f5a6-44b9-b7ed-5835ea9f0ed6 2019-01-20 13:29:29,514 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:29:29,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e359faa3e30dfbc369acefea5f8267c18e5bcb" 2019-01-20 13:29:29,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29: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-e599c429-41fa-45d1-ab0f-8c0a6b8bb39a x-compute-request-id: req-e599c429-41fa-45d1-ab0f-8c0a6b8bb39a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:29:29,721 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e599c429-41fa-45d1-ab0f-8c0a6b8bb39a 2019-01-20 13:29:29,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e359faa3e30dfbc369acefea5f8267c18e5bcb" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:29:29,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29: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-a43f8b65-c3fb-426e-b99d-333e74a11511 x-compute-request-id: req-a43f8b65-c3fb-426e-b99d-333e74a11511 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:29:29,767 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-a43f8b65-c3fb-426e-b99d-333e74a11511 2019-01-20 13:29:29,768 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:29:29,769 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:29:30,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b4b673cabcca402b8602f32018f72c4f", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj-role"}], "expires_at": "2019-01-20T14:29:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4791d1caf131482fb157d8dd7204eb8e", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-user", "id": "f4ac813eb20545248fbbdf52133ad107"}, "audit_ids": ["sXKPDnE8TjGhdsH8_qwfmA"], "issued_at": "2019-01-20T13:29:30.000000Z"}} 2019-01-20 13:29:30,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a8d98908b338bf22e66472cb85f7ee64e93db8f" 2019-01-20 13:29:30,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a94ec6ba-d419-4074-a8e4-7c81e81147a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:29:30,212 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a94ec6ba-d419-4074-a8e4-7c81e81147a2 2019-01-20 13:29:30,213 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:29:30,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a8d98908b338bf22e66472cb85f7ee64e93db8f" 2019-01-20 13:29:30,385 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5f00257b-2f6a-467f-b8b6-a8f56764913b x-compute-request-id: req-5f00257b-2f6a-467f-b8b6-a8f56764913b Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 13:29:30,385 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-5f00257b-2f6a-467f-b8b6-a8f56764913b 2019-01-20 13:29:30,386 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-kp... 2019-01-20 13:29:30,386 - OpenStackKeypair - INFO - Creating new keypair 2019-01-20 13:29:30,423 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-kp 2019-01-20 13:29:30,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a8d98908b338bf22e66472cb85f7ee64e93db8f" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDmzjpswMqgvXL4nkZYrKUkROCqRWKi9SJ0bGhtiz3iRDpHfGvTiueL13MS8GmO9XmsYdnEqLbpp4e2iqmytUVWT5o0Cl+5E911XOgV0vwBrCRV/qzj38wPDf6L//0K7zKB9irHvA8dS8yuCdcr0XpyAPoHDlIQure8jFXqyfDDEw==", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-kp"}}' 2019-01-20 13:29:30,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-359b2112-bd6c-4338-84f6-2f42c51af9b4 x-compute-request-id: req-359b2112-bd6c-4338-84f6-2f42c51af9b4 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDmzjpswMqgvXL4nkZYrKUkROCqRWKi9SJ0bGhtiz3iRDpHfGvTiueL13MS8GmO9XmsYdnEqLbpp4e2iqmytUVWT5o0Cl+5E911XOgV0vwBrCRV/qzj38wPDf6L//0K7zKB9irHvA8dS8yuCdcr0XpyAPoHDlIQure8jFXqyfDDEw==", "user_id": "f4ac813eb20545248fbbdf52133ad107", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-kp", "fingerprint": "a4:89:8f:0f:12:7a:f7:4c:68:c4:eb:fa:b5:d0:f1:2d"}} 2019-01-20 13:29:30,481 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-359b2112-bd6c-4338-84f6-2f42c51af9b4 2019-01-20 13:29:30,483 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65.pub 2019-01-20 13:29:30,484 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65 2019-01-20 13:29:30,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:29:30,485 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:29:30,869 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b4b673cabcca402b8602f32018f72c4f", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj-role"}], "expires_at": "2019-01-20T14:29:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4791d1caf131482fb157d8dd7204eb8e", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-user", "id": "f4ac813eb20545248fbbdf52133ad107"}, "audit_ids": ["V7rE1CfWTSKC9Mf3VPeiwg"], "issued_at": "2019-01-20T13:29:30.000000Z"}} 2019-01-20 13:29:30,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:29:30,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2310c89a-05a1-4f9d-a59b-345faca417ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:29:30,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2310c89a-05a1-4f9d-a59b-345faca417ce 2019-01-20 13:29:30,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:29:31,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-13d9bdd2-3f1a-4a2f-9f05-d9aa5d40897f Date: Sun, 20 Jan 2019 13:29:31 GMT RESP BODY: {"security_groups": []} 2019-01-20 13:29:31,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-sec-grp used request id req-13d9bdd2-3f1a-4a2f-9f05-d9aa5d40897f 2019-01-20 13:29:31,129 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-sec-grp... 2019-01-20 13:29:31,129 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-sec-grp 2019-01-20 13:29:31,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-sec-grp"}}' 2019-01-20 13:29:31,493 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-bb41b6b4-c0cb-410b-a887-5ffb9dcc78f1 Date: Sun, 20 Jan 2019 13:29:31 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:31Z", "updated_at": "2019-01-20T13:29:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "revision_number": 0, "id": "78363343-d953-4ae3-ad49-fb59d83661ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4791d1caf131482fb157d8dd7204eb8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "revision_number": 0, "id": "d7d3f408-73cb-4b26-bb31-6b30332089d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4791d1caf131482fb157d8dd7204eb8e"}], "revision_number": 2, "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-sec-grp"}} 2019-01-20 13:29:31,493 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-bb41b6b4-c0cb-410b-a887-5ffb9dcc78f1 2019-01-20 13:29:31,494 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1e9569d-e8cb-4981-90d0-17da1cda36d0 2019-01-20 13:29:31,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b1e9569d-e8cb-4981-90d0-17da1cda36d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:29:31,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2b77fee4-634b-4f60-b87d-3607a40d6b64 Date: Sun, 20 Jan 2019 13:29:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:31Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "78363343-d953-4ae3-ad49-fb59d83661ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:31Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "d7d3f408-73cb-4b26-bb31-6b30332089d0"}]} 2019-01-20 13:29:31,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b1e9569d-e8cb-4981-90d0-17da1cda36d0 used request id req-2b77fee4-634b-4f60-b87d-3607a40d6b64 2019-01-20 13:29:31,680 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1e9569d-e8cb-4981-90d0-17da1cda36d0 2019-01-20 13:29:31,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b1e9569d-e8cb-4981-90d0-17da1cda36d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:29:31,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-55b98393-8db3-48a9-a987-1ce50d8ad4c0 Date: Sun, 20 Jan 2019 13:29:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:31Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "78363343-d953-4ae3-ad49-fb59d83661ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:31Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "d7d3f408-73cb-4b26-bb31-6b30332089d0"}]} 2019-01-20 13:29:31,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b1e9569d-e8cb-4981-90d0-17da1cda36d0 used request id req-55b98393-8db3-48a9-a987-1ce50d8ad4c0 2019-01-20 13:29:31,718 - neutron_utils - INFO - Retrieving security group with ID - b1e9569d-e8cb-4981-90d0-17da1cda36d0 2019-01-20 13:29:31,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=b1e9569d-e8cb-4981-90d0-17da1cda36d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:29:31,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-90a968ae-f3d2-44d2-a5df-b476b0cfeb6f Date: Sun, 20 Jan 2019 13:29:31 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:31Z", "updated_at": "2019-01-20T13:29:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "revision_number": 0, "id": "78363343-d953-4ae3-ad49-fb59d83661ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4791d1caf131482fb157d8dd7204eb8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "revision_number": 0, "id": "d7d3f408-73cb-4b26-bb31-6b30332089d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4791d1caf131482fb157d8dd7204eb8e"}], "revision_number": 2, "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-sec-grp"}]} 2019-01-20 13:29:31,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=b1e9569d-e8cb-4981-90d0-17da1cda36d0 used request id req-90a968ae-f3d2-44d2-a5df-b476b0cfeb6f 2019-01-20 13:29:31,922 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1e9569d-e8cb-4981-90d0-17da1cda36d0 2019-01-20 13:29:31,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b1e9569d-e8cb-4981-90d0-17da1cda36d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:29:32,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9ab2db09-0c24-4e17-816c-75204bdb4ecc Date: Sun, 20 Jan 2019 13:29:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:31Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "78363343-d953-4ae3-ad49-fb59d83661ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:31Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "d7d3f408-73cb-4b26-bb31-6b30332089d0"}]} 2019-01-20 13:29:32,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b1e9569d-e8cb-4981-90d0-17da1cda36d0 used request id req-9ab2db09-0c24-4e17-816c-75204bdb4ecc 2019-01-20 13:29:32,098 - neutron_utils - INFO - Retrieving security group with ID - b1e9569d-e8cb-4981-90d0-17da1cda36d0 2019-01-20 13:29:32,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=b1e9569d-e8cb-4981-90d0-17da1cda36d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:29:32,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-827aa344-7629-467b-92f6-fa049ed63cea Date: Sun, 20 Jan 2019 13:29:32 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:31Z", "updated_at": "2019-01-20T13:29:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "revision_number": 0, "id": "78363343-d953-4ae3-ad49-fb59d83661ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4791d1caf131482fb157d8dd7204eb8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "revision_number": 0, "id": "d7d3f408-73cb-4b26-bb31-6b30332089d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4791d1caf131482fb157d8dd7204eb8e"}], "revision_number": 2, "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-sec-grp"}]} 2019-01-20 13:29:32,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=b1e9569d-e8cb-4981-90d0-17da1cda36d0 used request id req-827aa344-7629-467b-92f6-fa049ed63cea 2019-01-20 13:29:32,373 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1e9569d-e8cb-4981-90d0-17da1cda36d0 2019-01-20 13:29:32,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b1e9569d-e8cb-4981-90d0-17da1cda36d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:29:32,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6d48d1a3-ba5c-40cc-963a-1aa7edc29bdf Date: Sun, 20 Jan 2019 13:29:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:31Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "78363343-d953-4ae3-ad49-fb59d83661ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:31Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "d7d3f408-73cb-4b26-bb31-6b30332089d0"}]} 2019-01-20 13:29:32,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b1e9569d-e8cb-4981-90d0-17da1cda36d0 used request id req-6d48d1a3-ba5c-40cc-963a-1aa7edc29bdf 2019-01-20 13:29:32,537 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-sec-grp 2019-01-20 13:29:32,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:29:32,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-a90165ce-4c56-43c8-89e5-8b8073c3ba1b Date: Sun, 20 Jan 2019 13:29:32 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:31Z", "updated_at": "2019-01-20T13:29:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "revision_number": 0, "id": "78363343-d953-4ae3-ad49-fb59d83661ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4791d1caf131482fb157d8dd7204eb8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "revision_number": 0, "id": "d7d3f408-73cb-4b26-bb31-6b30332089d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4791d1caf131482fb157d8dd7204eb8e"}], "revision_number": 2, "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-sec-grp"}]} 2019-01-20 13:29:32,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-sec-grp used request id req-a90165ce-4c56-43c8-89e5-8b8073c3ba1b 2019-01-20 13:29:32,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:29:32,600 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:29: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:29:32,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:29:32,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-330b4e59-2555-457a-b302-64366e92f632 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e"}, "enabled": true, "id": "4791d1caf131482fb157d8dd7204eb8e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}} 2019-01-20 13:29:32,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e used request id req-330b4e59-2555-457a-b302-64366e92f632 2019-01-20 13:29:32,688 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1e9569d-e8cb-4981-90d0-17da1cda36d0 2019-01-20 13:29:32,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b1e9569d-e8cb-4981-90d0-17da1cda36d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:29:32,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f77fe47b-7ab0-43e9-b4fb-9cf94d166214 Date: Sun, 20 Jan 2019 13:29:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:31Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "78363343-d953-4ae3-ad49-fb59d83661ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:31Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "d7d3f408-73cb-4b26-bb31-6b30332089d0"}]} 2019-01-20 13:29:32,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b1e9569d-e8cb-4981-90d0-17da1cda36d0 used request id req-f77fe47b-7ab0-43e9-b4fb-9cf94d166214 2019-01-20 13:29:32,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0"}}' 2019-01-20 13:29:33,103 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-7fc0bad4-4934-45a4-b8c4-d16b032d12c3 Date: Sun, 20 Jan 2019 13:29:33 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:29:33Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:33Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "6b89a397-c4f9-4afc-84a3-bbe9a5a385c3"}} 2019-01-20 13:29:33,103 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-7fc0bad4-4934-45a4-b8c4-d16b032d12c3 2019-01-20 13:29:33,104 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-sec-grp 2019-01-20 13:29:33,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:29:33,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-c45915be-d63e-47e8-8ff5-2999d79b4a2f Date: Sun, 20 Jan 2019 13:29:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:31Z", "updated_at": "2019-01-20T13:29:33Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:29:33Z", "revision_number": 0, "id": "6b89a397-c4f9-4afc-84a3-bbe9a5a385c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:29:33Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4791d1caf131482fb157d8dd7204eb8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "revision_number": 0, "id": "78363343-d953-4ae3-ad49-fb59d83661ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4791d1caf131482fb157d8dd7204eb8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "revision_number": 0, "id": "d7d3f408-73cb-4b26-bb31-6b30332089d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4791d1caf131482fb157d8dd7204eb8e"}], "revision_number": 3, "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-sec-grp"}]} 2019-01-20 13:29:33,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-sec-grp used request id req-c45915be-d63e-47e8-8ff5-2999d79b4a2f 2019-01-20 13:29:33,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:29:33,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7515a677-b8b7-42b7-a432-438963fa03ba Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e"}, "enabled": true, "id": "4791d1caf131482fb157d8dd7204eb8e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}} 2019-01-20 13:29:33,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e used request id req-7515a677-b8b7-42b7-a432-438963fa03ba 2019-01-20 13:29:33,250 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1e9569d-e8cb-4981-90d0-17da1cda36d0 2019-01-20 13:29:33,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b1e9569d-e8cb-4981-90d0-17da1cda36d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:29:33,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-854f239e-20f7-4180-9ead-4a0f4c935f3c Date: Sun, 20 Jan 2019 13:29:33 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": "2019-01-20T13:29:33Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:33Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "6b89a397-c4f9-4afc-84a3-bbe9a5a385c3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:31Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "78363343-d953-4ae3-ad49-fb59d83661ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:31Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "d7d3f408-73cb-4b26-bb31-6b30332089d0"}]} 2019-01-20 13:29:33,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b1e9569d-e8cb-4981-90d0-17da1cda36d0 used request id req-854f239e-20f7-4180-9ead-4a0f4c935f3c 2019-01-20 13:29:33,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0"}}' 2019-01-20 13:29:33,600 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-611d0fab-e603-4583-b482-4137ad725139 Date: Sun, 20 Jan 2019 13:29:33 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": "2019-01-20T13:29:33Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "port_range_min": 22, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:33Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "75214106-110a-4e96-bb6b-5fd387ed780b"}} 2019-01-20 13:29:33,600 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-611d0fab-e603-4583-b482-4137ad725139 2019-01-20 13:29:33,601 - neutron_utils - INFO - Retrieving security group with ID - b1e9569d-e8cb-4981-90d0-17da1cda36d0 2019-01-20 13:29:33,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=b1e9569d-e8cb-4981-90d0-17da1cda36d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:29:33,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-67d0f980-b4c7-4f8e-876d-f50d6c8186c4 Date: Sun, 20 Jan 2019 13:29:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:31Z", "updated_at": "2019-01-20T13:29:33Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:29:33Z", "revision_number": 0, "id": "6b89a397-c4f9-4afc-84a3-bbe9a5a385c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:29:33Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4791d1caf131482fb157d8dd7204eb8e"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:29:33Z", "revision_number": 0, "id": "75214106-110a-4e96-bb6b-5fd387ed780b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:29:33Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4791d1caf131482fb157d8dd7204eb8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "revision_number": 0, "id": "78363343-d953-4ae3-ad49-fb59d83661ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4791d1caf131482fb157d8dd7204eb8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "revision_number": 0, "id": "d7d3f408-73cb-4b26-bb31-6b30332089d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4791d1caf131482fb157d8dd7204eb8e"}], "revision_number": 4, "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-sec-grp"}]} 2019-01-20 13:29:33,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=b1e9569d-e8cb-4981-90d0-17da1cda36d0 used request id req-67d0f980-b4c7-4f8e-876d-f50d6c8186c4 2019-01-20 13:29:33,802 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1e9569d-e8cb-4981-90d0-17da1cda36d0 2019-01-20 13:29:33,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b1e9569d-e8cb-4981-90d0-17da1cda36d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:29:33,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-69564260-0c20-41f5-8ebe-b8727930c901 Date: Sun, 20 Jan 2019 13:29:33 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": "2019-01-20T13:29:33Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:33Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "6b89a397-c4f9-4afc-84a3-bbe9a5a385c3"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-20T13:29:33Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "port_range_min": 22, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:33Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "75214106-110a-4e96-bb6b-5fd387ed780b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:31Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "78363343-d953-4ae3-ad49-fb59d83661ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:29:31Z", "security_group_id": "b1e9569d-e8cb-4981-90d0-17da1cda36d0", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:31Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "d7d3f408-73cb-4b26-bb31-6b30332089d0"}]} 2019-01-20 13:29:33,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=b1e9569d-e8cb-4981-90d0-17da1cda36d0 used request id req-69564260-0c20-41f5-8ebe-b8727930c901 2019-01-20 13:29:33,836 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:29:33,837 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:29:34,202 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b4b673cabcca402b8602f32018f72c4f", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj-role"}], "expires_at": "2019-01-20T14:29:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4791d1caf131482fb157d8dd7204eb8e", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-user", "id": "f4ac813eb20545248fbbdf52133ad107"}, "audit_ids": ["yDmaUQr6Qp-dNbMNig8SmA"], "issued_at": "2019-01-20T13:29:34.000000Z"}} 2019-01-20 13:29:34,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:34,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a80eaa3e-8db0-4e93-a73b-533aa1e613dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:29:34,280 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a80eaa3e-8db0-4e93-a73b-533aa1e613dd 2019-01-20 13:29:34,281 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:29:34,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:34,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8302f1dc-2790-48c4-86fe-7d790dd33231 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:29:34,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8302f1dc-2790-48c4-86fe-7d790dd33231 2019-01-20 13:29:34,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:34,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4bfb919c-07fe-4630-b900-5b3278b9e53c Date: Sun, 20 Jan 2019 13:29: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":["29a90ed3-4899-4a22-9a78-380590ae8a2b"],"updated_at":"2019-01-20T13:29:18Z","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4791d1caf131482fb157d8dd7204eb8e","id":"968988e6-9c52-44cd-80dd-2f9d68216866","name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net"}]} 2019-01-20 13:29:34,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net used request id req-4bfb919c-07fe-4630-b900-5b3278b9e53c 2019-01-20 13:29:34,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:29:34,619 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:29:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:29:34,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:34,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d955084d-1f19-4527-9bff-cc048e91e7c1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e"}, "enabled": true, "id": "4791d1caf131482fb157d8dd7204eb8e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}} 2019-01-20 13:29:34,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e used request id req-d955084d-1f19-4527-9bff-cc048e91e7c1 2019-01-20 13:29:34,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:34,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6d0d2d1f-423d-4bf5-adc2-42b7e84555af Date: Sun, 20 Jan 2019 13:29:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:29: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":"4791d1caf131482fb157d8dd7204eb8e","id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet"}]} 2019-01-20 13:29:34,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 used request id req-6d0d2d1f-423d-4bf5-adc2-42b7e84555af 2019-01-20 13:29:34,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=968988e6-9c52-44cd-80dd-2f9d68216866&name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:35,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-66145a7b-aadd-47e8-8e31-1381bcc34d1b Date: Sun, 20 Jan 2019 13:29:35 GMT RESP BODY: {"ports":[]} 2019-01-20 13:29:35,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=968988e6-9c52-44cd-80dd-2f9d68216866&name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65port-1&admin_state_up=True used request id req-66145a7b-aadd-47e8-8e31-1381bcc34d1b 2019-01-20 13:29:35,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:35,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6045a4b1-9cb3-4fb2-a568-08b5f6789638 x-compute-request-id: req-6045a4b1-9cb3-4fb2-a568-08b5f6789638 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:29:35,339 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst used request id req-6045a4b1-9cb3-4fb2-a568-08b5f6789638 2019-01-20 13:29:35,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:35,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9fb94778-f3af-4149-9467-91b39540202e Date: Sun, 20 Jan 2019 13:29: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":["29a90ed3-4899-4a22-9a78-380590ae8a2b"],"updated_at":"2019-01-20T13:29:18Z","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4791d1caf131482fb157d8dd7204eb8e","id":"968988e6-9c52-44cd-80dd-2f9d68216866","name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net"}]} 2019-01-20 13:29:35,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net used request id req-9fb94778-f3af-4149-9467-91b39540202e 2019-01-20 13:29:35,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:35,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c89d9152-66ef-41c5-98ac-8e7ee1d78239 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e"}, "enabled": true, "id": "4791d1caf131482fb157d8dd7204eb8e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}} 2019-01-20 13:29:35,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e used request id req-c89d9152-66ef-41c5-98ac-8e7ee1d78239 2019-01-20 13:29:35,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:35,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-29f23e1d-385d-4e0b-b789-f5c65b5bfd51 Date: Sun, 20 Jan 2019 13:29:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:29: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":"4791d1caf131482fb157d8dd7204eb8e","id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet"}]} 2019-01-20 13:29:35,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 used request id req-29f23e1d-385d-4e0b-b789-f5c65b5bfd51 2019-01-20 13:29:35,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=968988e6-9c52-44cd-80dd-2f9d68216866&name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:36,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0b9a9ee5-f8a5-4fee-867f-407c27a89757 Date: Sun, 20 Jan 2019 13:29:36 GMT RESP BODY: {"ports":[]} 2019-01-20 13:29:36,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=968988e6-9c52-44cd-80dd-2f9d68216866&name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65port-1&admin_state_up=True used request id req-0b9a9ee5-f8a5-4fee-867f-407c27a89757 2019-01-20 13:29:36,068 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:29:36,069 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:29:36,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b4b673cabcca402b8602f32018f72c4f", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj-role"}], "expires_at": "2019-01-20T14:29:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4791d1caf131482fb157d8dd7204eb8e", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/4791d1caf131482fb157d8dd7204eb8e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-user", "id": "f4ac813eb20545248fbbdf52133ad107"}, "audit_ids": ["kR3K9OotQNied22a463RTg"], "issued_at": "2019-01-20T13:29:36.000000Z"}} 2019-01-20 13:29:36,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414dd23695c471bc45c3d4066bcb6640cdd950d7" 2019-01-20 13:29:36,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd8c308b-c817-4193-a70f-6d3588f63b07 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:29:36,512 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-dd8c308b-c817-4193-a70f-6d3588f63b07 2019-01-20 13:29:36,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:36,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-17b407ef-1e71-440a-bca2-8d5cb02f4c02 Date: Sun, 20 Jan 2019 13:29: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":["29a90ed3-4899-4a22-9a78-380590ae8a2b"],"updated_at":"2019-01-20T13:29:18Z","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4791d1caf131482fb157d8dd7204eb8e","id":"968988e6-9c52-44cd-80dd-2f9d68216866","name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net"}]} 2019-01-20 13:29:36,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net used request id req-17b407ef-1e71-440a-bca2-8d5cb02f4c02 2019-01-20 13:29:36,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:36,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cd4bcd2a-e2c8-4931-9b21-d45a4f8ad9f2 Date: Sun, 20 Jan 2019 13:29:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:29: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":"4791d1caf131482fb157d8dd7204eb8e","id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet"}]} 2019-01-20 13:29:36,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 used request id req-cd4bcd2a-e2c8-4931-9b21-d45a4f8ad9f2 2019-01-20 13:29:36,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:37,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c177a4bb-a2c6-4b26-b76c-db6180b4dd76 Date: Sun, 20 Jan 2019 13:29: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":["29a90ed3-4899-4a22-9a78-380590ae8a2b"],"updated_at":"2019-01-20T13:29:18Z","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4791d1caf131482fb157d8dd7204eb8e","id":"968988e6-9c52-44cd-80dd-2f9d68216866","name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net"}]} 2019-01-20 13:29:37,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net used request id req-c177a4bb-a2c6-4b26-b76c-db6180b4dd76 2019-01-20 13:29:37,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:29:37,092 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:29: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:29:37,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414dd23695c471bc45c3d4066bcb6640cdd950d7" 2019-01-20 13:29:37,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80b5bce7-c0da-478a-9c39-86f4a1de0ba2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e"}, "enabled": true, "id": "4791d1caf131482fb157d8dd7204eb8e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}} 2019-01-20 13:29:37,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e used request id req-80b5bce7-c0da-478a-9c39-86f4a1de0ba2 2019-01-20 13:29:37,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:37,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-68e48ee5-4a63-4a92-a55a-6acd6118d151 Date: Sun, 20 Jan 2019 13:29:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:29: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":"4791d1caf131482fb157d8dd7204eb8e","id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet"}]} 2019-01-20 13:29:37,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 used request id req-68e48ee5-4a63-4a92-a55a-6acd6118d151 2019-01-20 13:29:37,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866&name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:37,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a2f09e28-7d4d-4c5c-b360-487f7a4c03c1 Date: Sun, 20 Jan 2019 13:29:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:29: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":"4791d1caf131482fb157d8dd7204eb8e","id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet"}]} 2019-01-20 13:29:37,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866&name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet used request id req-a2f09e28-7d4d-4c5c-b360-487f7a4c03c1 2019-01-20 13:29:37,454 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net 2019-01-20 13:29:37,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" -d '{"port": {"network_id": "968988e6-9c52-44cd-80dd-2f9d68216866", "fixed_ips": [{"subnet_id": "29a90ed3-4899-4a22-9a78-380590ae8a2b", "ip_address": "10.55.1.100"}], "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65port-1", "admin_state_up": true}}' 2019-01-20 13:29:38,598 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-456880de-01c4-49e0-801d-e90f2c27da85 Date: Sun, 20 Jan 2019 13:29:38 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:38Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.100"}],"id":"905caec7-a94d-4651-b6cf-f3fd3d912e04","security_groups":["59cdb389-0f56-40b6-87c3-d098beab8ca5"],"mac_address":"fa:16:3e:cc:18:33","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65port-1","project_id":"4791d1caf131482fb157d8dd7204eb8e","qos_policy_id":null,"admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:37Z","binding:vnic_type":"normal"}} 2019-01-20 13:29:38,598 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-456880de-01c4-49e0-801d-e90f2c27da85 2019-01-20 13:29:38,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:38,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-079c6b42-e9f9-4bdf-b81c-9fefc9b0139d Date: Sun, 20 Jan 2019 13:29: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":["29a90ed3-4899-4a22-9a78-380590ae8a2b"],"updated_at":"2019-01-20T13:29:18Z","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4791d1caf131482fb157d8dd7204eb8e","id":"968988e6-9c52-44cd-80dd-2f9d68216866","name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net"}]} 2019-01-20 13:29:38,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net used request id req-079c6b42-e9f9-4bdf-b81c-9fefc9b0139d 2019-01-20 13:29:38,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:38,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72c39dcc-25be-4a15-aa01-1fe03496bee5 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e"}, "enabled": true, "id": "4791d1caf131482fb157d8dd7204eb8e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}} 2019-01-20 13:29:38,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e used request id req-72c39dcc-25be-4a15-aa01-1fe03496bee5 2019-01-20 13:29:38,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:39,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d7339fe5-3c9f-48b7-b378-dbe52b2268fd Date: Sun, 20 Jan 2019 13:29:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:29: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":"4791d1caf131482fb157d8dd7204eb8e","id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet"}]} 2019-01-20 13:29:39,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 used request id req-d7339fe5-3c9f-48b7-b378-dbe52b2268fd 2019-01-20 13:29:39,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=968988e6-9c52-44cd-80dd-2f9d68216866&name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:39,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-9a6e1391-714f-4ee3-a118-55950842e997 Date: Sun, 20 Jan 2019 13:29:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:38Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.100"}],"id":"905caec7-a94d-4651-b6cf-f3fd3d912e04","security_groups":["59cdb389-0f56-40b6-87c3-d098beab8ca5"],"mac_address":"fa:16:3e:cc:18:33","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65port-1","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:37Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:29:39,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=968988e6-9c52-44cd-80dd-2f9d68216866&name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65port-1&admin_state_up=True used request id req-9a6e1391-714f-4ee3-a118-55950842e997 2019-01-20 13:29:39,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:39,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e7fb86a-ad43-495a-889b-82589ff39ba8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e"}, "enabled": true, "id": "4791d1caf131482fb157d8dd7204eb8e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}} 2019-01-20 13:29:39,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e used request id req-2e7fb86a-ad43-495a-889b-82589ff39ba8 2019-01-20 13:29:39,344 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst 2019-01-20 13:29:39,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:39,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-bacdf085-e5a1-415d-b7e1-a1e0e134ef84 x-compute-request-id: req-bacdf085-e5a1-415d-b7e1-a1e0e134ef84 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-flavor-name"}]} 2019-01-20 13:29:39,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-bacdf085-e5a1-415d-b7e1-a1e0e134ef84 2019-01-20 13:29:39,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:39,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-f8ad97f1-70d8-4d00-99fc-e0bb65232ff7 x-compute-request-id: req-f8ad97f1-70d8-4d00-99fc-e0bb65232ff7 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:29:39,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b used request id req-f8ad97f1-70d8-4d00-99fc-e0bb65232ff7 2019-01-20 13:29:39,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:39,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-cb82880b-3b5f-48f6-8408-f0fba3c35a2c Date: Sun, 20 Jan 2019 13:29:39 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:29:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:29:15Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782/snap", "metadata": {}}], "self": "/v2/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782", "min_disk": 0, "protected": false, "id": "9dedccc5-37e8-4aa6-8d3b-8939658fc782", "file": "/v2/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4791d1caf131482fb157d8dd7204eb8e", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-image"} 2019-01-20 13:29:39,568 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-image used request id req-cb82880b-3b5f-48f6-8408-f0fba3c35a2c 2019-01-20 13:29:39,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:39,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0b7c3d7e-3200-4927-bde6-2a33b859ee04 Date: Sun, 20 Jan 2019 13:29: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"}}} 2019-01-20 13:29:39,728 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-0b7c3d7e-3200-4927-bde6-2a33b859ee04 2019-01-20 13:29:39,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst", "imageRef": "9dedccc5-37e8-4aa6-8d3b-8939658fc782", "key_name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-kp", "flavorRef": "579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "max_count": 1, "min_count": 1, "networks": [{"port": "905caec7-a94d-4651-b6cf-f3fd3d912e04"}]}}' 2019-01-20 13:29:41,056 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-1ed01737-ab1d-4784-a433-fd3df87f95c2 x-compute-request-id: req-1ed01737-ab1d-4784-a433-fd3df87f95c2 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6d2b47f2-ed9a-471e-bb59-4ab26257a080", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "bookmark"}], "adminPass": "qpR95QDQWD4T"}} 2019-01-20 13:29:41,057 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-1ed01737-ab1d-4784-a433-fd3df87f95c2 2019-01-20 13:29:41,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:41,436 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29: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-6f100b7b-d6e9-4034-9def-597302748ed1 x-compute-request-id: req-6f100b7b-d6e9-4034-9def-597302748ed1 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.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "bookmark"}], "image": {"id": "9dedccc5-37e8-4aa6-8d3b-8939658fc782", "links": [{"href": "http://172.30.9.22:8774/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "links": [{"href": "http://172.30.9.22:8774/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "rel": "bookmark"}]}, "id": "6d2b47f2-ed9a-471e-bb59-4ab26257a080", "user_id": "f4ac813eb20545248fbbdf52133ad107", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:29:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-kp", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst", "created": "2019-01-20T13:29:41Z", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:29:41,436 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 used request id req-6f100b7b-d6e9-4034-9def-597302748ed1 2019-01-20 13:29:41,436 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst 2019-01-20 13:29:41,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:41,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29: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-ae2cd16e-eaf1-4250-aa3a-a59d85f6952c x-compute-request-id: req-ae2cd16e-eaf1-4250-aa3a-a59d85f6952c 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.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "bookmark"}], "image": {"id": "9dedccc5-37e8-4aa6-8d3b-8939658fc782", "links": [{"href": "http://172.30.9.22:8774/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "links": [{"href": "http://172.30.9.22:8774/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "rel": "bookmark"}]}, "id": "6d2b47f2-ed9a-471e-bb59-4ab26257a080", "user_id": "f4ac813eb20545248fbbdf52133ad107", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:29:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-kp", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst", "created": "2019-01-20T13:29:41Z", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:29:41,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 used request id req-ae2cd16e-eaf1-4250-aa3a-a59d85f6952c 2019-01-20 13:29:41,824 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst] is - BUILD 2019-01-20 13:29:41,825 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:29:44,828 - create_instance - DEBUG - VM status query timeout in 896.608654022 2019-01-20 13:29:44,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:45,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29: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-0fa48c22-1b65-468d-8d8c-24288ee2afb7 x-compute-request-id: req-0fa48c22-1b65-468d-8d8c-24288ee2afb7 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.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "bookmark"}], "image": {"id": "9dedccc5-37e8-4aa6-8d3b-8939658fc782", "links": [{"href": "http://172.30.9.22:8774/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "links": [{"href": "http://172.30.9.22:8774/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "rel": "bookmark"}]}, "id": "6d2b47f2-ed9a-471e-bb59-4ab26257a080", "security_groups": [{"name": "default"}], "user_id": "f4ac813eb20545248fbbdf52133ad107", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:29:42Z", "hostId": "ac4031383d21d2f7160cbc36fe54395d428fe2fafd47627a98eba90e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-kp", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst", "created": "2019-01-20T13:29:41Z", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:29:45,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 used request id req-0fa48c22-1b65-468d-8d8c-24288ee2afb7 2019-01-20 13:29:45,288 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst] is - BUILD 2019-01-20 13:29:45,288 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:29:48,291 - create_instance - DEBUG - VM status query timeout in 893.145492792 2019-01-20 13:29:48,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:48,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-19843ee2-9503-4052-ae6b-d7ad520dba86 x-compute-request-id: req-19843ee2-9503-4052-ae6b-d7ad520dba86 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:18:33", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "bookmark"}], "image": {"id": "9dedccc5-37e8-4aa6-8d3b-8939658fc782", "links": [{"href": "http://172.30.9.22:8774/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:29:46.000000", "flavor": {"id": "579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "links": [{"href": "http://172.30.9.22:8774/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "rel": "bookmark"}]}, "id": "6d2b47f2-ed9a-471e-bb59-4ab26257a080", "security_groups": [{"name": "default"}], "user_id": "f4ac813eb20545248fbbdf52133ad107", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:29:47Z", "hostId": "ac4031383d21d2f7160cbc36fe54395d428fe2fafd47627a98eba90e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-kp", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst", "created": "2019-01-20T13:29:41Z", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:29:48,839 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 used request id req-19843ee2-9503-4052-ae6b-d7ad520dba86 2019-01-20 13:29:48,840 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst] is - ACTIVE 2019-01-20 13:29:48,840 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:29:48,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:49,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-e0d5287d-102c-49ca-b011-840f00a1475c x-compute-request-id: req-e0d5287d-102c-49ca-b011-840f00a1475c Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:18:33", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "bookmark"}], "image": {"id": "9dedccc5-37e8-4aa6-8d3b-8939658fc782", "links": [{"href": "http://172.30.9.22:8774/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:29:46.000000", "flavor": {"id": "579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "links": [{"href": "http://172.30.9.22:8774/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "rel": "bookmark"}]}, "id": "6d2b47f2-ed9a-471e-bb59-4ab26257a080", "security_groups": [{"name": "default"}], "user_id": "f4ac813eb20545248fbbdf52133ad107", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:29:47Z", "hostId": "ac4031383d21d2f7160cbc36fe54395d428fe2fafd47627a98eba90e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-kp", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst", "created": "2019-01-20T13:29:41Z", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:29:49,312 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 used request id req-e0d5287d-102c-49ca-b011-840f00a1475c 2019-01-20 13:29:49,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:49,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-192572a2-60b4-4ac6-be67-1b2095b7130f Date: Sun, 20 Jan 2019 13:29: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":["29a90ed3-4899-4a22-9a78-380590ae8a2b"],"updated_at":"2019-01-20T13:29:18Z","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4791d1caf131482fb157d8dd7204eb8e","id":"968988e6-9c52-44cd-80dd-2f9d68216866","name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net"}]} 2019-01-20 13:29:49,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net used request id req-192572a2-60b4-4ac6-be67-1b2095b7130f 2019-01-20 13:29:49,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:49,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dc8832d-14bd-470e-a005-784d1b4db2cf Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e"}, "enabled": true, "id": "4791d1caf131482fb157d8dd7204eb8e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}} 2019-01-20 13:29:49,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e used request id req-3dc8832d-14bd-470e-a005-784d1b4db2cf 2019-01-20 13:29:49,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:49,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-74cdf386-0716-40aa-a577-9f43d878c006 Date: Sun, 20 Jan 2019 13:29:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:29: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":"4791d1caf131482fb157d8dd7204eb8e","id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet"}]} 2019-01-20 13:29:49,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 used request id req-74cdf386-0716-40aa-a577-9f43d878c006 2019-01-20 13:29:49,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:49,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-58d4985a-a120-4f42-a0d1-d37f8d2cc84c Date: Sun, 20 Jan 2019 13:29:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.3"}],"id":"05953b20-12f2-4526-8d32-d2b9076f7bb7","security_groups":[],"mac_address":"fa:16:3e:13:9c:49","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-968988e6-9c52-44cd-80dd-2f9d68216866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.4"}],"id":"74a03539-fda1-47be-8c03-929553beda75","security_groups":[],"mac_address":"fa:16:3e:50:01:12","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-968988e6-9c52-44cd-80dd-2f9d68216866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.100"}],"id":"905caec7-a94d-4651-b6cf-f3fd3d912e04","security_groups":["59cdb389-0f56-40b6-87c3-d098beab8ca5"],"mac_address":"fa:16:3e:cc:18:33","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65port-1","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:37Z","binding:vnic_type":"normal","device_id":"6d2b47f2-ed9a-471e-bb59-4ab26257a080"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.2"}],"id":"9dfa527d-39e4-4700-8efa-98ff3cc5acda","security_groups":[],"mac_address":"fa:16:3e:e7:2c:d7","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-968988e6-9c52-44cd-80dd-2f9d68216866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.1"}],"id":"ff21ac4d-81ea-4fc4-b5a5-dbce57101aaa","security_groups":[],"mac_address":"fa:16:3e:e4:a4:97","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:27Z","binding:vnic_type":"normal","device_id":"6ff491ae-d48d-4a7d-a166-c7394b6e6449"}]} 2019-01-20 13:29:49,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 used request id req-58d4985a-a120-4f42-a0d1-d37f8d2cc84c 2019-01-20 13:29:49,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:50,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-b4ef4125-8e80-4171-b7ba-365c42b5ba8c Date: Sun, 20 Jan 2019 13:29:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:21Z", "admin_state_up": true, "updated_at": "2019-01-20T13:29:27Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "6ff491ae-d48d-4a7d-a166-c7394b6e6449", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-router"}]} 2019-01-20 13:29:50,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-router used request id req-b4ef4125-8e80-4171-b7ba-365c42b5ba8c 2019-01-20 13:29:50,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:50,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b38a798-dbc8-454e-ad24-febaf5586414 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e"}, "enabled": true, "id": "4791d1caf131482fb157d8dd7204eb8e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}} 2019-01-20 13:29:50,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e used request id req-6b38a798-dbc8-454e-ad24-febaf5586414 2019-01-20 13:29:50,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=6ff491ae-d48d-4a7d-a166-c7394b6e6449 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:50,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-daf24bf0-ea9a-41c7-bc8f-7db64155d7bf Date: Sun, 20 Jan 2019 13:29:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.1"}],"id":"ff21ac4d-81ea-4fc4-b5a5-dbce57101aaa","security_groups":[],"mac_address":"fa:16:3e:e4:a4:97","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:27Z","binding:vnic_type":"normal","device_id":"6ff491ae-d48d-4a7d-a166-c7394b6e6449"}]} 2019-01-20 13:29:50,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=6ff491ae-d48d-4a7d-a166-c7394b6e6449 used request id req-daf24bf0-ea9a-41c7-bc8f-7db64155d7bf 2019-01-20 13:29:50,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/29a90ed3-4899-4a22-9a78-380590ae8a2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:50,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-549b41dd-6565-4162-8f12-f6945a8b7541 Date: Sun, 20 Jan 2019 13:29:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:29: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":"4791d1caf131482fb157d8dd7204eb8e","id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet"}} 2019-01-20 13:29:50,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/29a90ed3-4899-4a22-9a78-380590ae8a2b used request id req-549b41dd-6565-4162-8f12-f6945a8b7541 2019-01-20 13:29:50,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:50,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-60958df2-e034-4482-9654-048a71e34cfa Date: Sun, 20 Jan 2019 13:29:50 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:29:50,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-60958df2-e034-4482-9654-048a71e34cfa 2019-01-20 13:29:50,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:50,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1abdff10-da95-428b-8dee-3f09a9e3f832 Date: Sun, 20 Jan 2019 13:29:50 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:29:50,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-1abdff10-da95-428b-8dee-3f09a9e3f832 2019-01-20 13:29:50,672 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:51,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29: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-385c241d-4af8-4bfc-b8ec-025780d0b9a3 x-compute-request-id: req-385c241d-4af8-4bfc-b8ec-025780d0b9a3 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:18:33", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "bookmark"}], "image": {"id": "9dedccc5-37e8-4aa6-8d3b-8939658fc782", "links": [{"href": "http://172.30.9.22:8774/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:29:46.000000", "flavor": {"id": "579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "links": [{"href": "http://172.30.9.22:8774/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "rel": "bookmark"}]}, "id": "6d2b47f2-ed9a-471e-bb59-4ab26257a080", "security_groups": [{"name": "default"}], "user_id": "f4ac813eb20545248fbbdf52133ad107", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:29:47Z", "hostId": "ac4031383d21d2f7160cbc36fe54395d428fe2fafd47627a98eba90e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-kp", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst", "created": "2019-01-20T13:29:41Z", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:29:51,155 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 used request id req-385c241d-4af8-4bfc-b8ec-025780d0b9a3 2019-01-20 13:29:51,156 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst] is - ACTIVE 2019-01-20 13:29:51,156 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:29:51,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:51,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-05ab98b6-e242-450a-b308-583c737666c1 x-compute-request-id: req-05ab98b6-e242-450a-b308-583c737666c1 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:18:33", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "bookmark"}], "image": {"id": "9dedccc5-37e8-4aa6-8d3b-8939658fc782", "links": [{"href": "http://172.30.9.22:8774/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:29:46.000000", "flavor": {"id": "579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "links": [{"href": "http://172.30.9.22:8774/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "rel": "bookmark"}]}, "id": "6d2b47f2-ed9a-471e-bb59-4ab26257a080", "security_groups": [{"name": "default"}], "user_id": "f4ac813eb20545248fbbdf52133ad107", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:29:47Z", "hostId": "ac4031383d21d2f7160cbc36fe54395d428fe2fafd47627a98eba90e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-kp", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst", "created": "2019-01-20T13:29:41Z", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:29:51,801 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 used request id req-05ab98b6-e242-450a-b308-583c737666c1 2019-01-20 13:29:51,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:51,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0098f828-1ea4-4f05-8d43-3c2b783d14f5 Date: Sun, 20 Jan 2019 13:29: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":["29a90ed3-4899-4a22-9a78-380590ae8a2b"],"updated_at":"2019-01-20T13:29:18Z","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4791d1caf131482fb157d8dd7204eb8e","id":"968988e6-9c52-44cd-80dd-2f9d68216866","name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net"}]} 2019-01-20 13:29:51,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net used request id req-0098f828-1ea4-4f05-8d43-3c2b783d14f5 2019-01-20 13:29:51,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:52,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-820d4807-0971-42c4-9934-5dd3f6828e66 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e"}, "enabled": true, "id": "4791d1caf131482fb157d8dd7204eb8e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}} 2019-01-20 13:29:52,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e used request id req-820d4807-0971-42c4-9934-5dd3f6828e66 2019-01-20 13:29:52,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:52,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d5c18058-bded-41a1-b960-6bcd667994c6 Date: Sun, 20 Jan 2019 13:29:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:29: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":"4791d1caf131482fb157d8dd7204eb8e","id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet"}]} 2019-01-20 13:29:52,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 used request id req-d5c18058-bded-41a1-b960-6bcd667994c6 2019-01-20 13:29:52,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:52,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-0d962ad6-b5bd-421b-b6f5-a55a881666b1 Date: Sun, 20 Jan 2019 13:29:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.3"}],"id":"05953b20-12f2-4526-8d32-d2b9076f7bb7","security_groups":[],"mac_address":"fa:16:3e:13:9c:49","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-968988e6-9c52-44cd-80dd-2f9d68216866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.4"}],"id":"74a03539-fda1-47be-8c03-929553beda75","security_groups":[],"mac_address":"fa:16:3e:50:01:12","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-968988e6-9c52-44cd-80dd-2f9d68216866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.100"}],"id":"905caec7-a94d-4651-b6cf-f3fd3d912e04","security_groups":["59cdb389-0f56-40b6-87c3-d098beab8ca5"],"mac_address":"fa:16:3e:cc:18:33","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65port-1","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:37Z","binding:vnic_type":"normal","device_id":"6d2b47f2-ed9a-471e-bb59-4ab26257a080"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.2"}],"id":"9dfa527d-39e4-4700-8efa-98ff3cc5acda","security_groups":[],"mac_address":"fa:16:3e:e7:2c:d7","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-968988e6-9c52-44cd-80dd-2f9d68216866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.1"}],"id":"ff21ac4d-81ea-4fc4-b5a5-dbce57101aaa","security_groups":[],"mac_address":"fa:16:3e:e4:a4:97","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:27Z","binding:vnic_type":"normal","device_id":"6ff491ae-d48d-4a7d-a166-c7394b6e6449"}]} 2019-01-20 13:29:52,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 used request id req-0d962ad6-b5bd-421b-b6f5-a55a881666b1 2019-01-20 13:29:52,302 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-20 13:29:52,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:52,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-6fef0fcc-018f-4367-9235-7505485cab15 Date: Sun, 20 Jan 2019 13:29:52 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:29:52,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-6fef0fcc-018f-4367-9235-7505485cab15 2019-01-20 13:29:52,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:52,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-cf7f7166-221c-492b-ac02-950144851104 Date: Sun, 20 Jan 2019 13:29:52 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:29:52,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-cf7f7166-221c-492b-ac02-950144851104 2019-01-20 13:29:52,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" -d '{"floatingip": {"floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "port_id": "905caec7-a94d-4651-b6cf-f3fd3d912e04"}}' 2019-01-20 13:29:54,743 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 549 X-Openstack-Request-Id: req-be6f4b2b-c738-4a98-9379-c1afd501600a Date: Sun, 20 Jan 2019 13:29:54 GMT RESP BODY: {"floatingip": {"router_id": "6ff491ae-d48d-4a7d-a166-c7394b6e6449", "status": "DOWN", "description": "", "tags": [], "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:53Z", "updated_at": "2019-01-20T13:29:53Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "10.55.1.100", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "4791d1caf131482fb157d8dd7204eb8e", "port_id": "905caec7-a94d-4651-b6cf-f3fd3d912e04", "id": "2a88fa40-52d6-4717-866c-93b685668bc6"}} 2019-01-20 13:29:54,743 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-be6f4b2b-c738-4a98-9379-c1afd501600a 2019-01-20 13:29:54,744 - create_instance - INFO - Created floating IP 172.30.9.207 via router - CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-router 2019-01-20 13:29:54,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:55,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61276cb6-81b8-467d-bd93-62927f349aca x-compute-request-id: req-61276cb6-81b8-467d-bd93-62927f349aca Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:18:33", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "bookmark"}], "image": {"id": "9dedccc5-37e8-4aa6-8d3b-8939658fc782", "links": [{"href": "http://172.30.9.22:8774/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:29:46.000000", "flavor": {"id": "579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "links": [{"href": "http://172.30.9.22:8774/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "rel": "bookmark"}]}, "id": "6d2b47f2-ed9a-471e-bb59-4ab26257a080", "security_groups": [{"name": "default"}], "user_id": "f4ac813eb20545248fbbdf52133ad107", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:29:47Z", "hostId": "ac4031383d21d2f7160cbc36fe54395d428fe2fafd47627a98eba90e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-kp", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst", "created": "2019-01-20T13:29:41Z", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:29:55,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 used request id req-61276cb6-81b8-467d-bd93-62927f349aca 2019-01-20 13:29:55,465 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst] is - ACTIVE 2019-01-20 13:29:55,466 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:29:55,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:55,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29: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-771ab5cb-137c-4595-978b-49322b166923 x-compute-request-id: req-771ab5cb-137c-4595-978b-49322b166923 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:18:33", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:18:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "bookmark"}], "image": {"id": "9dedccc5-37e8-4aa6-8d3b-8939658fc782", "links": [{"href": "http://172.30.9.22:8774/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:29:46.000000", "flavor": {"id": "579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "links": [{"href": "http://172.30.9.22:8774/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "rel": "bookmark"}]}, "id": "6d2b47f2-ed9a-471e-bb59-4ab26257a080", "security_groups": [{"name": "default"}], "user_id": "f4ac813eb20545248fbbdf52133ad107", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:29:47Z", "hostId": "ac4031383d21d2f7160cbc36fe54395d428fe2fafd47627a98eba90e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-kp", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst", "created": "2019-01-20T13:29:41Z", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:29:55,949 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 used request id req-771ab5cb-137c-4595-978b-49322b166923 2019-01-20 13:29:55,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:56,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-937091aa-0d6e-4d47-8190-74add520a1f3 Date: Sun, 20 Jan 2019 13:29: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":["29a90ed3-4899-4a22-9a78-380590ae8a2b"],"updated_at":"2019-01-20T13:29:18Z","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4791d1caf131482fb157d8dd7204eb8e","id":"968988e6-9c52-44cd-80dd-2f9d68216866","name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net"}]} 2019-01-20 13:29:56,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net used request id req-937091aa-0d6e-4d47-8190-74add520a1f3 2019-01-20 13:29:56,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:56,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-774e4ce0-40af-47e2-be28-b3f899462bb3 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e"}, "enabled": true, "id": "4791d1caf131482fb157d8dd7204eb8e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}} 2019-01-20 13:29:56,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e used request id req-774e4ce0-40af-47e2-be28-b3f899462bb3 2019-01-20 13:29:56,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:56,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a77f06c4-3c43-4b8c-8578-8be5eb5573cc Date: Sun, 20 Jan 2019 13:29:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:29: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":"4791d1caf131482fb157d8dd7204eb8e","id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet"}]} 2019-01-20 13:29:56,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 used request id req-a77f06c4-3c43-4b8c-8578-8be5eb5573cc 2019-01-20 13:29:56,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:56,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-1e582df1-49df-48fc-8be9-e0a3614bb29c Date: Sun, 20 Jan 2019 13:29:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.3"}],"id":"05953b20-12f2-4526-8d32-d2b9076f7bb7","security_groups":[],"mac_address":"fa:16:3e:13:9c:49","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-968988e6-9c52-44cd-80dd-2f9d68216866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.4"}],"id":"74a03539-fda1-47be-8c03-929553beda75","security_groups":[],"mac_address":"fa:16:3e:50:01:12","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-968988e6-9c52-44cd-80dd-2f9d68216866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.100"}],"id":"905caec7-a94d-4651-b6cf-f3fd3d912e04","security_groups":["59cdb389-0f56-40b6-87c3-d098beab8ca5"],"mac_address":"fa:16:3e:cc:18:33","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65port-1","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:37Z","binding:vnic_type":"normal","device_id":"6d2b47f2-ed9a-471e-bb59-4ab26257a080"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.2"}],"id":"9dfa527d-39e4-4700-8efa-98ff3cc5acda","security_groups":[],"mac_address":"fa:16:3e:e7:2c:d7","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-968988e6-9c52-44cd-80dd-2f9d68216866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.1"}],"id":"ff21ac4d-81ea-4fc4-b5a5-dbce57101aaa","security_groups":[],"mac_address":"fa:16:3e:e4:a4:97","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:27Z","binding:vnic_type":"normal","device_id":"6ff491ae-d48d-4a7d-a166-c7394b6e6449"}]} 2019-01-20 13:29:56,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 used request id req-1e582df1-49df-48fc-8be9-e0a3614bb29c 2019-01-20 13:29:56,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:56,925 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d5a98e2-15ef-4cb5-b992-d8aafd83004d x-compute-request-id: req-7d5a98e2-15ef-4cb5-b992-d8aafd83004d Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:18:33", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:18:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "bookmark"}], "image": {"id": "9dedccc5-37e8-4aa6-8d3b-8939658fc782", "links": [{"href": "http://172.30.9.22:8774/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:29:46.000000", "flavor": {"id": "579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "links": [{"href": "http://172.30.9.22:8774/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "rel": "bookmark"}]}, "id": "6d2b47f2-ed9a-471e-bb59-4ab26257a080", "security_groups": [{"name": "default"}], "user_id": "f4ac813eb20545248fbbdf52133ad107", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:29:47Z", "hostId": "ac4031383d21d2f7160cbc36fe54395d428fe2fafd47627a98eba90e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-kp", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst", "created": "2019-01-20T13:29:41Z", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:29:56,925 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 used request id req-7d5a98e2-15ef-4cb5-b992-d8aafd83004d 2019-01-20 13:29:56,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:57,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6f5d9a18-486e-401b-acd1-b3279a56c2c9 Date: Sun, 20 Jan 2019 13:29: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":["29a90ed3-4899-4a22-9a78-380590ae8a2b"],"updated_at":"2019-01-20T13:29:18Z","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4791d1caf131482fb157d8dd7204eb8e","id":"968988e6-9c52-44cd-80dd-2f9d68216866","name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net"}]} 2019-01-20 13:29:57,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net used request id req-6f5d9a18-486e-401b-acd1-b3279a56c2c9 2019-01-20 13:29:57,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:57,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:29:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6a1864f-ebfd-4ffc-9b68-257f0181989f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e"}, "enabled": true, "id": "4791d1caf131482fb157d8dd7204eb8e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}} 2019-01-20 13:29:57,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e used request id req-c6a1864f-ebfd-4ffc-9b68-257f0181989f 2019-01-20 13:29:57,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:57,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-acfb1b02-f96f-4f7e-87f6-37e5cdd25dc0 Date: Sun, 20 Jan 2019 13:29:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:18Z","dns_nameservers":[],"updated_at":"2019-01-20T13:29: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":"4791d1caf131482fb157d8dd7204eb8e","id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet"}]} 2019-01-20 13:29:57,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 used request id req-acfb1b02-f96f-4f7e-87f6-37e5cdd25dc0 2019-01-20 13:29:57,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:57,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-46290041-23ca-42ef-8005-850ae58bfb1a Date: Sun, 20 Jan 2019 13:29:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.3"}],"id":"05953b20-12f2-4526-8d32-d2b9076f7bb7","security_groups":[],"mac_address":"fa:16:3e:13:9c:49","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-968988e6-9c52-44cd-80dd-2f9d68216866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.4"}],"id":"74a03539-fda1-47be-8c03-929553beda75","security_groups":[],"mac_address":"fa:16:3e:50:01:12","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-968988e6-9c52-44cd-80dd-2f9d68216866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.100"}],"id":"905caec7-a94d-4651-b6cf-f3fd3d912e04","security_groups":["59cdb389-0f56-40b6-87c3-d098beab8ca5"],"mac_address":"fa:16:3e:cc:18:33","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65port-1","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:37Z","binding:vnic_type":"normal","device_id":"6d2b47f2-ed9a-471e-bb59-4ab26257a080"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.2"}],"id":"9dfa527d-39e4-4700-8efa-98ff3cc5acda","security_groups":[],"mac_address":"fa:16:3e:e7:2c:d7","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-968988e6-9c52-44cd-80dd-2f9d68216866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:29:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"29a90ed3-4899-4a22-9a78-380590ae8a2b","ip_address":"10.55.1.1"}],"id":"ff21ac4d-81ea-4fc4-b5a5-dbce57101aaa","security_groups":[],"mac_address":"fa:16:3e:e4:a4:97","project_id":"4791d1caf131482fb157d8dd7204eb8e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"968988e6-9c52-44cd-80dd-2f9d68216866","tenant_id":"4791d1caf131482fb157d8dd7204eb8e","created_at":"2019-01-20T13:29:27Z","binding:vnic_type":"normal","device_id":"6ff491ae-d48d-4a7d-a166-c7394b6e6449"}]} 2019-01-20 13:29:57,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=968988e6-9c52-44cd-80dd-2f9d68216866 used request id req-46290041-23ca-42ef-8005-850ae58bfb1a 2019-01-20 13:29:57,426 - create_instance - INFO - Deleting Floating IP - 172.30.9.207 2019-01-20 13:29:57,426 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.207 2019-01-20 13:29:57,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/floatingips/2a88fa40-52d6-4717-866c-93b685668bc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:58,380 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c1bd34bb-e715-402c-901c-02d1f8ab9644 Content-Length: 0 Date: Sun, 20 Jan 2019 13:29:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:29:58,381 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/2a88fa40-52d6-4717-866c-93b685668bc6 used request id req-c1bd34bb-e715-402c-901c-02d1f8ab9644 2019-01-20 13:29:58,381 - create_instance - INFO - Deleting Port with ID - 905caec7-a94d-4651-b6cf-f3fd3d912e04 2019-01-20 13:29:58,381 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65port-1 2019-01-20 13:29:58,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/905caec7-a94d-4651-b6cf-f3fd3d912e04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:29:59,915 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-89c91297-e9b8-43e8-8cdb-901bfec26072 Date: Sun, 20 Jan 2019 13:29:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:29:59,916 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/905caec7-a94d-4651-b6cf-f3fd3d912e04 used request id req-89c91297-e9b8-43e8-8cdb-901bfec26072 2019-01-20 13:29:59,916 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst 2019-01-20 13:29:59,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:30:00,333 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-4571aa88-8ea0-4b6f-b44b-ff7724a910a1 x-compute-request-id: req-4571aa88-8ea0-4b6f-b44b-ff7724a910a1 Content-Type: application/json 2019-01-20 13:30:00,333 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 used request id req-4571aa88-8ea0-4b6f-b44b-ff7724a910a1 2019-01-20 13:30:00,333 - create_instance - INFO - Checking deletion status 2019-01-20 13:30:00,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:30:00,438 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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,Accept-Encoding x-openstack-request-id: req-40dfad1e-b688-4631-89e2-0db0bc61a3b0 x-compute-request-id: req-40dfad1e-b688-4631-89e2-0db0bc61a3b0 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.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "bookmark"}], "image": {"id": "9dedccc5-37e8-4aa6-8d3b-8939658fc782", "links": [{"href": "http://172.30.9.22:8774/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:29:46.000000", "flavor": {"id": "579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "links": [{"href": "http://172.30.9.22:8774/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "rel": "bookmark"}]}, "id": "6d2b47f2-ed9a-471e-bb59-4ab26257a080", "user_id": "f4ac813eb20545248fbbdf52133ad107", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:29:59Z", "hostId": "ac4031383d21d2f7160cbc36fe54395d428fe2fafd47627a98eba90e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-kp", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst", "created": "2019-01-20T13:29:41Z", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:30:00,438 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 used request id req-40dfad1e-b688-4631-89e2-0db0bc61a3b0 2019-01-20 13:30:00,439 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst] is - ACTIVE 2019-01-20 13:30:00,439 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:30:03,442 - create_instance - DEBUG - VM status query timeout in 296.891111135 2019-01-20 13:30:03,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:30:03,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30: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-8c1655f7-9ad4-474d-9b77-231f49f36338 x-compute-request-id: req-8c1655f7-9ad4-474d-9b77-231f49f36338 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.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080", "rel": "bookmark"}], "image": {"id": "9dedccc5-37e8-4aa6-8d3b-8939658fc782", "links": [{"href": "http://172.30.9.22:8774/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:29:46.000000", "flavor": {"id": "579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "links": [{"href": "http://172.30.9.22:8774/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b", "rel": "bookmark"}]}, "id": "6d2b47f2-ed9a-471e-bb59-4ab26257a080", "user_id": "f4ac813eb20545248fbbdf52133ad107", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:29:59Z", "hostId": "ac4031383d21d2f7160cbc36fe54395d428fe2fafd47627a98eba90e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-kp", "name": "CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst", "created": "2019-01-20T13:29:41Z", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:30:03,549 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 used request id req-8c1655f7-9ad4-474d-9b77-231f49f36338 2019-01-20 13:30:03,550 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst] is - ACTIVE 2019-01-20 13:30:03,550 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:30:06,553 - create_instance - DEBUG - VM status query timeout in 293.780504942 2019-01-20 13:30:06,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa25cb678e57c2b85f5fae8cb94dc9d8235765d6" 2019-01-20 13:30:06,602 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-5e264046-b046-4c4f-aec5-a43b18850127 x-compute-request-id: req-5e264046-b046-4c4f-aec5-a43b18850127 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 6d2b47f2-ed9a-471e-bb59-4ab26257a080 could not be found.", "code": 404}} 2019-01-20 13:30:06,602 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6d2b47f2-ed9a-471e-bb59-4ab26257a080 used request id req-5e264046-b046-4c4f-aec5-a43b18850127 2019-01-20 13:30:06,602 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 6d2b47f2-ed9a-471e-bb59-4ab26257a080 could not be found. (HTTP 404) (Request-ID: req-5e264046-b046-4c4f-aec5-a43b18850127) 2019-01-20 13:30:06,603 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-inst 2019-01-20 13:30:06,604 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-kp 2019-01-20 13:30:06,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a8d98908b338bf22e66472cb85f7ee64e93db8f" 2019-01-20 13:30:06,660 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-c1f8ebf5-38a7-48a8-8fdb-65637cf0204c x-compute-request-id: req-c1f8ebf5-38a7-48a8-8fdb-65637cf0204c Content-Length: 0 Content-Type: application/json 2019-01-20 13:30:06,660 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-kp used request id req-c1f8ebf5-38a7-48a8-8fdb-65637cf0204c 2019-01-20 13:30:06,661 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65.pub] 2019-01-20 13:30:06,662 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65] 2019-01-20 13:30:06,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e359faa3e30dfbc369acefea5f8267c18e5bcb" 2019-01-20 13:30:06,715 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-94e9c426-9e6a-4177-9d4a-0ae7a8dc46e5 x-compute-request-id: req-94e9c426-9e6a-4177-9d4a-0ae7a8dc46e5 Content-Length: 0 Content-Type: application/json 2019-01-20 13:30:06,716 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/579be7f5-ad0c-44eb-b1ff-1b4dbd5bfa3b used request id req-94e9c426-9e6a-4177-9d4a-0ae7a8dc46e5 2019-01-20 13:30:06,716 - neutron_utils - INFO - Deleting security group rule with ID - 75214106-110a-4e96-bb6b-5fd387ed780b 2019-01-20 13:30:06,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/75214106-110a-4e96-bb6b-5fd387ed780b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:30:06,981 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8bc4d75a-6b2e-42d0-a3d1-f52255b2def3 Content-Length: 0 Date: Sun, 20 Jan 2019 13:30:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:30:06,981 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/75214106-110a-4e96-bb6b-5fd387ed780b used request id req-8bc4d75a-6b2e-42d0-a3d1-f52255b2def3 2019-01-20 13:30:06,982 - neutron_utils - INFO - Deleting security group rule with ID - 78363343-d953-4ae3-ad49-fb59d83661ca 2019-01-20 13:30:06,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/78363343-d953-4ae3-ad49-fb59d83661ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:30:07,079 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d645743d-7bb7-41b6-82fe-599ba35c83c7 Content-Length: 0 Date: Sun, 20 Jan 2019 13:30:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:30:07,079 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/78363343-d953-4ae3-ad49-fb59d83661ca used request id req-d645743d-7bb7-41b6-82fe-599ba35c83c7 2019-01-20 13:30:07,079 - neutron_utils - INFO - Deleting security group rule with ID - d7d3f408-73cb-4b26-bb31-6b30332089d0 2019-01-20 13:30:07,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/d7d3f408-73cb-4b26-bb31-6b30332089d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:30:07,208 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aeac4003-1568-4ed9-91d4-df7dbb41e077 Content-Length: 0 Date: Sun, 20 Jan 2019 13:30:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:30:07,208 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/d7d3f408-73cb-4b26-bb31-6b30332089d0 used request id req-aeac4003-1568-4ed9-91d4-df7dbb41e077 2019-01-20 13:30:07,208 - neutron_utils - INFO - Deleting security group rule with ID - 6b89a397-c4f9-4afc-84a3-bbe9a5a385c3 2019-01-20 13:30:07,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/6b89a397-c4f9-4afc-84a3-bbe9a5a385c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:30:07,302 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-732120bc-ece0-482f-a0e9-dca6ec99b2c3 Content-Length: 0 Date: Sun, 20 Jan 2019 13:30:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:30:07,303 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/6b89a397-c4f9-4afc-84a3-bbe9a5a385c3 used request id req-732120bc-ece0-482f-a0e9-dca6ec99b2c3 2019-01-20 13:30:07,303 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-sec-grp 2019-01-20 13:30:07,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/b1e9569d-e8cb-4981-90d0-17da1cda36d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c64f0dfe7143d63c707e7cb3a301247b5edfe98" 2019-01-20 13:30:07,649 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1442dbcd-b3b8-4ecb-b723-77d95c141f86 Content-Length: 0 Date: Sun, 20 Jan 2019 13:30:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:30:07,649 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/b1e9569d-e8cb-4981-90d0-17da1cda36d0 used request id req-1442dbcd-b3b8-4ecb-b723-77d95c141f86 2019-01-20 13:30:07,650 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-router and subnet CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet 2019-01-20 13:30:07,650 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-router 2019-01-20 13:30:07,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/6ff491ae-d48d-4a7d-a166-c7394b6e6449/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b516594978a001b37d77d00d301040b8586003" -d '{"subnet_id": "29a90ed3-4899-4a22-9a78-380590ae8a2b"}' 2019-01-20 13:30:09,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-42025829-22fc-413b-908a-cef662fecc57 Date: Sun, 20 Jan 2019 13:30:09 GMT RESP BODY: {"network_id": "968988e6-9c52-44cd-80dd-2f9d68216866", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "subnet_id": "29a90ed3-4899-4a22-9a78-380590ae8a2b", "subnet_ids": ["29a90ed3-4899-4a22-9a78-380590ae8a2b"], "port_id": "ff21ac4d-81ea-4fc4-b5a5-dbce57101aaa", "id": "6ff491ae-d48d-4a7d-a166-c7394b6e6449"} 2019-01-20 13:30:09,149 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/6ff491ae-d48d-4a7d-a166-c7394b6e6449/remove_router_interface used request id req-42025829-22fc-413b-908a-cef662fecc57 2019-01-20 13:30:09,150 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-router 2019-01-20 13:30:09,150 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-router 2019-01-20 13:30:09,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/6ff491ae-d48d-4a7d-a166-c7394b6e6449 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85b516594978a001b37d77d00d301040b8586003" 2019-01-20 13:30:12,712 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-455f0276-6626-4941-8fb8-ce699a6e4ed2 Content-Length: 0 Date: Sun, 20 Jan 2019 13:30:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:30:12,713 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/6ff491ae-d48d-4a7d-a166-c7394b6e6449 used request id req-455f0276-6626-4941-8fb8-ce699a6e4ed2 2019-01-20 13:30:12,713 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet 2019-01-20 13:30:12,713 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-subnet 2019-01-20 13:30:12,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/29a90ed3-4899-4a22-9a78-380590ae8a2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5f9d9228be34607c59ae232b8d0b76de611653" 2019-01-20 13:30:15,112 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5b1c3886-6ccc-4c6e-89f3-0c31b455d167 Date: Sun, 20 Jan 2019 13:30:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:30:15,112 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/29a90ed3-4899-4a22-9a78-380590ae8a2b used request id req-5b1c3886-6ccc-4c6e-89f3-0c31b455d167 2019-01-20 13:30:15,112 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-pub-net 2019-01-20 13:30:15,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/968988e6-9c52-44cd-80dd-2f9d68216866 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c5f9d9228be34607c59ae232b8d0b76de611653" 2019-01-20 13:30:16,843 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0fa5c3b7-391f-4916-9b6b-e9c3dfecf5a0 Date: Sun, 20 Jan 2019 13:30:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:30:16,843 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/968988e6-9c52-44cd-80dd-2f9d68216866 used request id req-0fa5c3b7-391f-4916-9b6b-e9c3dfecf5a0 2019-01-20 13:30:16,844 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-d50098ed-89d7-4a6f-9860-35316218bf65-image 2019-01-20 13:30:16,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac12191278c1db42e4d6c286de3a929b94922ae1" 2019-01-20 13:30:19,038 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5e68809a-f79c-49fa-9591-543f9d8ebc56 Date: Sun, 20 Jan 2019 13:30:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:30:19,038 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/9dedccc5-37e8-4aa6-8d3b-8939658fc782 used request id req-5e68809a-f79c-49fa-9591-543f9d8ebc56 2019-01-20 13:30:19,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e48ad4b50a471c50490feb771a2e4108a916c18" 2019-01-20 13:30:19,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-5d4247d8-81c3-4c53-ad50-6d3aa77044f7 Date: Sun, 20 Jan 2019 13:30:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:17Z", "updated_at": "2019-01-20T13:29:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:29:17Z", "revision_number": 0, "id": "1329b5f9-15b4-4fc8-aacc-20bec7d0661f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:29:17Z", "security_group_id": "59cdb389-0f56-40b6-87c3-d098beab8ca5", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4791d1caf131482fb157d8dd7204eb8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:29:17Z", "revision_number": 0, "id": "72211c0b-a397-4694-bd62-60f9ef948e25", "remote_group_id": "59cdb389-0f56-40b6-87c3-d098beab8ca5", "remote_ip_prefix": null, "created_at": "2019-01-20T13:29:17Z", "security_group_id": "59cdb389-0f56-40b6-87c3-d098beab8ca5", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4791d1caf131482fb157d8dd7204eb8e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:29:17Z", "revision_number": 0, "id": "dde01654-2e45-4946-bc21-6198a2562836", "remote_group_id": "59cdb389-0f56-40b6-87c3-d098beab8ca5", "remote_ip_prefix": null, "created_at": "2019-01-20T13:29:17Z", "security_group_id": "59cdb389-0f56-40b6-87c3-d098beab8ca5", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "port_range_min": null, "ethertype": "IPv6", "project_id": "4791d1caf131482fb157d8dd7204eb8e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:29:17Z", "revision_number": 0, "id": "e3f48631-e034-4349-b552-0894e61a95a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:29:17Z", "security_group_id": "59cdb389-0f56-40b6-87c3-d098beab8ca5", "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "port_range_min": null, "ethertype": "IPv4", "project_id": "4791d1caf131482fb157d8dd7204eb8e"}], "revision_number": 4, "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "59cdb389-0f56-40b6-87c3-d098beab8ca5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:30:19,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-5d4247d8-81c3-4c53-ad50-6d3aa77044f7 2019-01-20 13:30:19,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e48ad4b50a471c50490feb771a2e4108a916c18" 2019-01-20 13:30:19,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff948935-afd4-4ac9-8b1c-585c3838bf2d 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:30:19,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-ff948935-afd4-4ac9-8b1c-585c3838bf2d 2019-01-20 13:30:19,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e48ad4b50a471c50490feb771a2e4108a916c18" 2019-01-20 13:30:19,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc508903-4447-4fff-8dfb-02ef05da3fa9 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:30:19,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-dc508903-4447-4fff-8dfb-02ef05da3fa9 2019-01-20 13:30:19,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e48ad4b50a471c50490feb771a2e4108a916c18" 2019-01-20 13:30:19,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fb54e4a-db9a-4957-b79b-6946bc4534bd Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e"}, "enabled": true, "id": "4791d1caf131482fb157d8dd7204eb8e", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj"}} 2019-01-20 13:30:19,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e used request id req-9fb54e4a-db9a-4957-b79b-6946bc4534bd 2019-01-20 13:30:19,532 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59cdb389-0f56-40b6-87c3-d098beab8ca5 2019-01-20 13:30:19,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=59cdb389-0f56-40b6-87c3-d098beab8ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e48ad4b50a471c50490feb771a2e4108a916c18" 2019-01-20 13:30:19,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-8172693f-46fc-4b34-8708-6fb815f8d62a Date: Sun, 20 Jan 2019 13:30:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:29:17Z", "security_group_id": "59cdb389-0f56-40b6-87c3-d098beab8ca5", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:17Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "1329b5f9-15b4-4fc8-aacc-20bec7d0661f"}, {"remote_group_id": "59cdb389-0f56-40b6-87c3-d098beab8ca5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:29:17Z", "security_group_id": "59cdb389-0f56-40b6-87c3-d098beab8ca5", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:17Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "72211c0b-a397-4694-bd62-60f9ef948e25"}, {"remote_group_id": "59cdb389-0f56-40b6-87c3-d098beab8ca5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:29:17Z", "security_group_id": "59cdb389-0f56-40b6-87c3-d098beab8ca5", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:17Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "dde01654-2e45-4946-bc21-6198a2562836"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:29:17Z", "security_group_id": "59cdb389-0f56-40b6-87c3-d098beab8ca5", "port_range_min": null, "revision_number": 0, "tenant_id": "4791d1caf131482fb157d8dd7204eb8e", "created_at": "2019-01-20T13:29:17Z", "project_id": "4791d1caf131482fb157d8dd7204eb8e", "id": "e3f48631-e034-4349-b552-0894e61a95a6"}]} 2019-01-20 13:30:19,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=59cdb389-0f56-40b6-87c3-d098beab8ca5 used request id req-8172693f-46fc-4b34-8708-6fb815f8d62a 2019-01-20 13:30:19,714 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:30:19,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/59cdb389-0f56-40b6-87c3-d098beab8ca5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e48ad4b50a471c50490feb771a2e4108a916c18" 2019-01-20 13:30:20,034 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6a149d1a-5032-4ef6-bf01-e8eb0803057a Content-Length: 0 Date: Sun, 20 Jan 2019 13:30:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:30:20,034 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/59cdb389-0f56-40b6-87c3-d098beab8ca5 used request id req-6a149d1a-5032-4ef6-bf01-e8eb0803057a 2019-01-20 13:30:20,034 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj 2019-01-20 13:30:20,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e48ad4b50a471c50490feb771a2e4108a916c18" 2019-01-20 13:30:20,274 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:30:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b97611ed-78e3-4942-a29c-cc300f87a731 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:30:20,274 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/4791d1caf131482fb157d8dd7204eb8e used request id req-b97611ed-78e3-4942-a29c-cc300f87a731 2019-01-20 13:30:20,274 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-proj-role 2019-01-20 13:30:20,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/b4b673cabcca402b8602f32018f72c4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e48ad4b50a471c50490feb771a2e4108a916c18" 2019-01-20 13:30:20,384 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:30:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e78c6ef-9b4e-4eb8-9616-61620d717e70 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:30:20,384 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/b4b673cabcca402b8602f32018f72c4f used request id req-9e78c6ef-9b4e-4eb8-9616-61620d717e70 2019-01-20 13:30:20,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e48ad4b50a471c50490feb771a2e4108a916c18" 2019-01-20 13:30:20,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58073fb5-7287-475c-b930-79821557789e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:30:20,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-58073fb5-7287-475c-b930-79821557789e 2019-01-20 13:30:20,479 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-71d31b05-1e66-48f-user 2019-01-20 13:30:20,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/f4ac813eb20545248fbbdf52133ad107 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ddc4d8f77e62f24e0a52aaa74099ddfb5573ba" 2019-01-20 13:30:20,659 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:30:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0c85607-752b-469e-bafc-57822728072c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:30:20,659 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/f4ac813eb20545248fbbdf52133ad107 used request id req-e0c85607-752b-469e-bafc-57822728072c 2019-01-20 13:30:20,661 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:30:21,033 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:30:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["u-zMBXReSteMrpgbo2MsEQ"], "issued_at": "2019-01-20T13:30:21.000000Z"}} 2019-01-20 13:30:21,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27882bc5f9e5acec394700b2bab6729a9c7c8a7f" 2019-01-20 13:30:21,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51cd9227-8f89-40d4-a791-718ea454c188 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:30:21,118 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-51cd9227-8f89-40d4-a791-718ea454c188 2019-01-20 13:30:21,119 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:30:21,121 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:30:21,513 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:30:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["cW_R8IbTSW2RrwVzj75ckQ"], "issued_at": "2019-01-20T13:30:21.000000Z"}} 2019-01-20 13:30:21,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d5ef58cd52ffac93fa768ee8f0f3c49a6bedb3" 2019-01-20 13:30:21,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a267c9d-d62d-4ea3-bf17-00671cd67d92 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:30:21,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3a267c9d-d62d-4ea3-bf17-00671cd67d92 2019-01-20 13:30:21,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:30:21,599 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:30: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:30:21,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d5ef58cd52ffac93fa768ee8f0f3c49a6bedb3" 2019-01-20 13:30:21,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4681622e-a7c2-4963-a1e0-da778428bc6b Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:30:21,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj used request id req-4681622e-a7c2-4963-a1e0-da778428bc6b 2019-01-20 13:30:21,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d5ef58cd52ffac93fa768ee8f0f3c49a6bedb3" 2019-01-20 13:30:21,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7aa5ea3-9a8b-4ae9-927e-356c50adf685 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:30:21,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-a7aa5ea3-9a8b-4ae9-927e-356c50adf685 2019-01-20 13:30:21,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d5ef58cd52ffac93fa768ee8f0f3c49a6bedb3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}}' 2019-01-20 13:30:21,912 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:30:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfe8a71e-98d9-4d72-b51a-09c7139d3c51 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30"}, "enabled": true, "id": "98b44718aeb44b23bb707186d232aa30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}} 2019-01-20 13:30:21,912 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-cfe8a71e-98d9-4d72-b51a-09c7139d3c51 2019-01-20 13:30:21,912 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj 2019-01-20 13:30:21,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:30:21,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:30:22,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:30:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["hQjKWg1vQNGwC16x9G6Czw"], "issued_at": "2019-01-20T13:30:22.000000Z"}} 2019-01-20 13:30:22,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ec1477976aacb4843fc4c952e2da037a680ac6" 2019-01-20 13:30:22,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-622a0ddd-03a6-47f8-88c6-08953d0788a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:30:22,379 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-622a0ddd-03a6-47f8-88c6-08953d0788a7 2019-01-20 13:30:22,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:30:22,389 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:30:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:30:22,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ec1477976aacb4843fc4c952e2da037a680ac6" 2019-01-20 13:30:22,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e005f21e-feb7-484f-8a7a-57bb085677ac Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:30:22,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e005f21e-feb7-484f-8a7a-57bb085677ac 2019-01-20 13:30:22,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ec1477976aacb4843fc4c952e2da037a680ac6" 2019-01-20 13:30:22,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e10a3e8-13bf-4eaa-b840-845836e273d4 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30"}, "enabled": true, "id": "98b44718aeb44b23bb707186d232aa30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}]} 2019-01-20 13:30:22,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj used request id req-2e10a3e8-13bf-4eaa-b840-845836e273d4 2019-01-20 13:30:22,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ec1477976aacb4843fc4c952e2da037a680ac6" 2019-01-20 13:30:22,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a551623-fe4d-44c8-a3e5-2f1179a85ea3 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:30:22,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-3a551623-fe4d-44c8-a3e5-2f1179a85ea3 2019-01-20 13:30:23,157 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-user 2019-01-20 13:30:23,157 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:30:23,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d5ef58cd52ffac93fa768ee8f0f3c49a6bedb3" 2019-01-20 13:30:23,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cdbbf1c-733f-45f4-9670-24e6947f0531 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:30:23,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0cdbbf1c-733f-45f4-9670-24e6947f0531 2019-01-20 13:30:23,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d5ef58cd52ffac93fa768ee8f0f3c49a6bedb3" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj-role"}}' 2019-01-20 13:30:23,360 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:30:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a348f6bd-0ce6-4eb2-8bec-471544f15b6a Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b8e6a48a0735443e9b71964e0c8a875d", "links": {"self": "http://172.30.9.22:5000/v3/roles/b8e6a48a0735443e9b71964e0c8a875d"}, "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj-role"}} 2019-01-20 13:30:23,361 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-a348f6bd-0ce6-4eb2-8bec-471544f15b6a 2019-01-20 13:30:23,361 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj-role 2019-01-20 13:30:23,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/b8e6a48a0735443e9b71964e0c8a875d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d5ef58cd52ffac93fa768ee8f0f3c49a6bedb3" 2019-01-20 13:30:23,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d0a83f0-ca19-48a4-ad36-09b9cda90e2d Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/b8e6a48a0735443e9b71964e0c8a875d"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj-role", "id": "b8e6a48a0735443e9b71964e0c8a875d"}} 2019-01-20 13:30:23,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/b8e6a48a0735443e9b71964e0c8a875d used request id req-8d0a83f0-ca19-48a4-ad36-09b9cda90e2d 2019-01-20 13:30:23,453 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj-role to project CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj 2019-01-20 13:30:23,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30/users/fc91d85c53a64bd68fa5798e251ba31b/roles/b8e6a48a0735443e9b71964e0c8a875d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d5ef58cd52ffac93fa768ee8f0f3c49a6bedb3" 2019-01-20 13:30:23,579 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:30:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdeab602-d0cb-45a8-8dee-b5617cee67b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:30:23,579 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30/users/fc91d85c53a64bd68fa5798e251ba31b/roles/b8e6a48a0735443e9b71964e0c8a875d used request id req-cdeab602-d0cb-45a8-8dee-b5617cee67b8 2019-01-20 13:30:23,579 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:30:23,581 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:30:23,581 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:30:23,582 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:30:23,968 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8e6a48a0735443e9b71964e0c8a875d", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj-role"}], "expires_at": "2019-01-20T14:30:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "98b44718aeb44b23bb707186d232aa30", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-user", "id": "fc91d85c53a64bd68fa5798e251ba31b"}, "audit_ids": ["XgBWDUNPRGyaSyRx5NPgVw"], "issued_at": "2019-01-20T13:30:23.000000Z"}} 2019-01-20 13:30:23,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c56a82f6ccda64357437e8a8606ec34900fa9da" 2019-01-20 13:30:24,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb5fa330-8e54-4c1d-b515-f44fa90273d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:30:24,038 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-eb5fa330-8e54-4c1d-b515-f44fa90273d4 2019-01-20 13:30:24,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c56a82f6ccda64357437e8a8606ec34900fa9da" 2019-01-20 13:30:24,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-c9245e1b-8d9a-4f15-b421-91bd8f7569aa Date: Sun, 20 Jan 2019 13:30:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-image"} 2019-01-20 13:30:24,221 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-image used request id req-c9245e1b-8d9a-4f15-b421-91bd8f7569aa 2019-01-20 13:30:24,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c56a82f6ccda64357437e8a8606ec34900fa9da" 2019-01-20 13:30:24,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2ae66a94-f917-464d-b3a5-0a9f35bdaa76 Date: Sun, 20 Jan 2019 13:30: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"}}} 2019-01-20 13:30:24,376 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-2ae66a94-f917-464d-b3a5-0a9f35bdaa76 2019-01-20 13:30:24,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0c56a82f6ccda64357437e8a8606ec34900fa9da" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-image"}' 2019-01-20 13:30:24,595 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/2278dd3a-f082-4052-848f-81bd8d3abb4a X-Openstack-Request-Id: req-d87a11a4-7019-4cbe-9a06-dc81bc740249 Date: Sun, 20 Jan 2019 13:30:24 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:30:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:30:24Z", "visibility": "shared", "locations": [], "self": "/v2/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "min_disk": 0, "protected": false, "id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "file": "/v2/images/2278dd3a-f082-4052-848f-81bd8d3abb4a/file", "checksum": null, "owner": "98b44718aeb44b23bb707186d232aa30", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:30:24,595 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-d87a11a4-7019-4cbe-9a06-dc81bc740249 2019-01-20 13:30:24,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/2278dd3a-f082-4052-848f-81bd8d3abb4a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c56a82f6ccda64357437e8a8606ec34900fa9da" -d '' 2019-01-20 13:30:25,747 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-55e4ee72-1b6d-4902-99ec-05c1b4e38ba4 Date: Sun, 20 Jan 2019 13:30:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:30:25,747 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/2278dd3a-f082-4052-848f-81bd8d3abb4a/file used request id req-55e4ee72-1b6d-4902-99ec-05c1b4e38ba4 2019-01-20 13:30:25,747 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:30:25,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/2278dd3a-f082-4052-848f-81bd8d3abb4a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c56a82f6ccda64357437e8a8606ec34900fa9da" 2019-01-20 13:30:25,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-59fbb3a1-8104-49e0-820b-ccdafa385a28 Date: Sun, 20 Jan 2019 13:30:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:30:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:30:25Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2278dd3a-f082-4052-848f-81bd8d3abb4a/snap", "metadata": {}}], "self": "/v2/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "min_disk": 0, "protected": false, "id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "file": "/v2/images/2278dd3a-f082-4052-848f-81bd8d3abb4a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "98b44718aeb44b23bb707186d232aa30", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2278dd3a-f082-4052-848f-81bd8d3abb4a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:30:25,911 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/2278dd3a-f082-4052-848f-81bd8d3abb4a used request id req-59fbb3a1-8104-49e0-820b-ccdafa385a28 2019-01-20 13:30:25,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c56a82f6ccda64357437e8a8606ec34900fa9da" 2019-01-20 13:30:26,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-69e8e252-5f52-440c-967c-1a47c0caa164 Date: Sun, 20 Jan 2019 13:30: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"}}} 2019-01-20 13:30:26,077 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-69e8e252-5f52-440c-967c-1a47c0caa164 2019-01-20 13:30:26,080 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-image 2019-01-20 13:30:26,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/2278dd3a-f082-4052-848f-81bd8d3abb4a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c56a82f6ccda64357437e8a8606ec34900fa9da" 2019-01-20 13:30:26,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-9c9b3a77-84b5-49d3-b541-125135d56404 Date: Sun, 20 Jan 2019 13:30:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:30:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:30:25Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2278dd3a-f082-4052-848f-81bd8d3abb4a/snap", "metadata": {}}], "self": "/v2/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "min_disk": 0, "protected": false, "id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "file": "/v2/images/2278dd3a-f082-4052-848f-81bd8d3abb4a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "98b44718aeb44b23bb707186d232aa30", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2278dd3a-f082-4052-848f-81bd8d3abb4a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:30:26,233 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/2278dd3a-f082-4052-848f-81bd8d3abb4a used request id req-9c9b3a77-84b5-49d3-b541-125135d56404 2019-01-20 13:30:26,233 - create_image - DEBUG - Instance status is - active 2019-01-20 13:30:26,233 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-image 2019-01-20 13:30:26,234 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-image 2019-01-20 13:30:26,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:30:26,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:30:26,611 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8e6a48a0735443e9b71964e0c8a875d", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj-role"}], "expires_at": "2019-01-20T14:30:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "98b44718aeb44b23bb707186d232aa30", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-user", "id": "fc91d85c53a64bd68fa5798e251ba31b"}, "audit_ids": ["hXvYwXEZSpCFl7V3EGYJ5g"], "issued_at": "2019-01-20T13:30:26.000000Z"}} 2019-01-20 13:30:26,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c0cf12e0ff693f46c3b31d62e502dd45e2ca7d" 2019-01-20 13:30:26,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75bcc0b1-9d42-4b38-8ccc-d7f08ab33105 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:30:26,689 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-75bcc0b1-9d42-4b38-8ccc-d7f08ab33105 2019-01-20 13:30:26,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c0cf12e0ff693f46c3b31d62e502dd45e2ca7d" 2019-01-20 13:30:26,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-14ab035c-01ff-415b-9001-d5375500b220 Date: Sun, 20 Jan 2019 13:30:26 GMT RESP BODY: {"networks":[]} 2019-01-20 13:30:26,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net used request id req-14ab035c-01ff-415b-9001-d5375500b220 2019-01-20 13:30:26,876 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net 2019-01-20 13:30:26,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c0cf12e0ff693f46c3b31d62e502dd45e2ca7d" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net", "admin_state_up": true}}' 2019-01-20 13:30:27,454 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-b332f487-976e-4d1d-9bb4-82443b0811a8 Date: Sun, 20 Jan 2019 13:30:27 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"904e084d-b87a-4c6b-93f1-882762cc47c5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:30:27Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:27Z","mtu":1450}} 2019-01-20 13:30:27,455 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-b332f487-976e-4d1d-9bb4-82443b0811a8 2019-01-20 13:30:27,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c0cf12e0ff693f46c3b31d62e502dd45e2ca7d" 2019-01-20 13:30:27,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-a6d2ba2a-1854-451a-82b0-1df458c8b967 Date: Sun, 20 Jan 2019 13:30: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":"2019-01-20T13:30:27Z","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"98b44718aeb44b23bb707186d232aa30","id":"904e084d-b87a-4c6b-93f1-882762cc47c5","name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net"}]} 2019-01-20 13:30:27,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-a6d2ba2a-1854-451a-82b0-1df458c8b967 2019-01-20 13:30:27,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c0cf12e0ff693f46c3b31d62e502dd45e2ca7d" 2019-01-20 13:30:27,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-037e2acd-0853-4069-907a-03f428413c6f Date: Sun, 20 Jan 2019 13:30:27 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:30:27,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-037e2acd-0853-4069-907a-03f428413c6f 2019-01-20 13:30:27,963 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet 2019-01-20 13:30:27,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c0cf12e0ff693f46c3b31d62e502dd45e2ca7d" -d '{"subnets": [{"ip_version": 4, "network_id": "904e084d-b87a-4c6b-93f1-882762cc47c5", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet"}]}' 2019-01-20 13:30:28,676 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4c1b7e87-6380-4df7-8365-b6cd2662ee1f Date: Sun, 20 Jan 2019 13:30:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","dns_nameservers":[],"updated_at":"2019-01-20T13:30: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":"98b44718aeb44b23bb707186d232aa30","id":"1d9dbb09-948a-412f-b198-188f3fc36c56","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet"}]} 2019-01-20 13:30:28,676 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-4c1b7e87-6380-4df7-8365-b6cd2662ee1f 2019-01-20 13:30:28,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c0cf12e0ff693f46c3b31d62e502dd45e2ca7d" 2019-01-20 13:30:28,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d09e6db3-d43d-4369-aa77-70712c1de205 Date: Sun, 20 Jan 2019 13:30: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":["1d9dbb09-948a-412f-b198-188f3fc36c56"],"updated_at":"2019-01-20T13:30:28Z","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"98b44718aeb44b23bb707186d232aa30","id":"904e084d-b87a-4c6b-93f1-882762cc47c5","name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net"}]} 2019-01-20 13:30:28,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-d09e6db3-d43d-4369-aa77-70712c1de205 2019-01-20 13:30:28,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c0cf12e0ff693f46c3b31d62e502dd45e2ca7d" 2019-01-20 13:30:29,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-82da324d-d039-47a3-a689-644dc9fde253 Date: Sun, 20 Jan 2019 13:30:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","dns_nameservers":[],"updated_at":"2019-01-20T13:30: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":"98b44718aeb44b23bb707186d232aa30","id":"1d9dbb09-948a-412f-b198-188f3fc36c56","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet"}]} 2019-01-20 13:30:29,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-82da324d-d039-47a3-a689-644dc9fde253 2019-01-20 13:30:29,144 - OpenStackNetwork - DEBUG - Network [904e084d-b87a-4c6b-93f1-882762cc47c5] created successfully 2019-01-20 13:30:29,144 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:30:29,145 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:30:29,521 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8e6a48a0735443e9b71964e0c8a875d", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj-role"}], "expires_at": "2019-01-20T14:30:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "98b44718aeb44b23bb707186d232aa30", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-user", "id": "fc91d85c53a64bd68fa5798e251ba31b"}, "audit_ids": ["71B9e4TlQJGxObaqWKpgqQ"], "issued_at": "2019-01-20T13:30:29.000000Z"}} 2019-01-20 13:30:29,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68925f043b727357acee65c556d646098554b9fb" 2019-01-20 13:30:29,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0998c088-2b41-4b95-9292-26c1b6488fa5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:30:29,599 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0998c088-2b41-4b95-9292-26c1b6488fa5 2019-01-20 13:30:29,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68925f043b727357acee65c556d646098554b9fb" 2019-01-20 13:30:29,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-57d87714-5071-45e8-a88a-3f692732a22d Date: Sun, 20 Jan 2019 13:30:29 GMT RESP BODY: {"routers": []} 2019-01-20 13:30:29,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-router&admin_state_up=True used request id req-57d87714-5071-45e8-a88a-3f692732a22d 2019-01-20 13:30:29,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:30:29,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:30:30,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8e6a48a0735443e9b71964e0c8a875d", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj-role"}], "expires_at": "2019-01-20T14:30:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "98b44718aeb44b23bb707186d232aa30", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-user", "id": "fc91d85c53a64bd68fa5798e251ba31b"}, "audit_ids": ["U71uIaPjQq6uNLlJV-Ew_w"], "issued_at": "2019-01-20T13:30:30.000000Z"}} 2019-01-20 13:30:30,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fb48df0d4e812afc64d4f5ac0aa458240995563" 2019-01-20 13:30:30,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5b6b6a8-2399-45bf-802e-f28e697d58b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:30:30,267 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f5b6b6a8-2399-45bf-802e-f28e697d58b0 2019-01-20 13:30:30,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68925f043b727357acee65c556d646098554b9fb" 2019-01-20 13:30:30,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-340fea1e-f31f-4ff1-9ba0-3e04bcfb88fe Date: Sun, 20 Jan 2019 13:30:30 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:30:30,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-340fea1e-f31f-4ff1-9ba0-3e04bcfb88fe 2019-01-20 13:30:30,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68925f043b727357acee65c556d646098554b9fb" 2019-01-20 13:30:30,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b5080e69-d71b-46ea-9b94-15aecf12aa64 Date: Sun, 20 Jan 2019 13:30:30 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:30:30,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-b5080e69-d71b-46ea-9b94-15aecf12aa64 2019-01-20 13:30:30,930 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-router 2019-01-20 13:30:30,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68925f043b727357acee65c556d646098554b9fb" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-router", "admin_state_up": true}}' 2019-01-20 13:30:35,925 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-3d5e3546-1500-4019-8a06-7378399f40a3 Date: Sun, 20 Jan 2019 13:30:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:31Z", "admin_state_up": true, "updated_at": "2019-01-20T13:30:32Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "811c67f5-91da-46e2-a895-93e909db8a4a", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-router"}} 2019-01-20 13:30:35,925 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-3d5e3546-1500-4019-8a06-7378399f40a3 2019-01-20 13:30:35,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=811c67f5-91da-46e2-a895-93e909db8a4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68925f043b727357acee65c556d646098554b9fb" 2019-01-20 13:30:35,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1c122a68-516c-4653-93c0-1433e85855ee Date: Sun, 20 Jan 2019 13:30:35 GMT RESP BODY: {"ports":[]} 2019-01-20 13:30:35,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=811c67f5-91da-46e2-a895-93e909db8a4a used request id req-1c122a68-516c-4653-93c0-1433e85855ee 2019-01-20 13:30:35,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68925f043b727357acee65c556d646098554b9fb" 2019-01-20 13:30:36,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0c1f783c-5959-445d-b61b-1f380c8d47e7 Date: Sun, 20 Jan 2019 13:30: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":["1d9dbb09-948a-412f-b198-188f3fc36c56"],"updated_at":"2019-01-20T13:30:28Z","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"98b44718aeb44b23bb707186d232aa30","id":"904e084d-b87a-4c6b-93f1-882762cc47c5","name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net"}]} 2019-01-20 13:30:36,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net used request id req-0c1f783c-5959-445d-b61b-1f380c8d47e7 2019-01-20 13:30:36,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:30:36,214 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:30: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:30:36,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68925f043b727357acee65c556d646098554b9fb" 2019-01-20 13:30:36,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d49c281-4ac9-495f-8788-f6b081293525 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30"}, "enabled": true, "id": "98b44718aeb44b23bb707186d232aa30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}} 2019-01-20 13:30:36,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 used request id req-2d49c281-4ac9-495f-8788-f6b081293525 2019-01-20 13:30:36,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68925f043b727357acee65c556d646098554b9fb" 2019-01-20 13:30:36,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-87e6926f-1bdc-4bc1-895e-3692afa113e0 Date: Sun, 20 Jan 2019 13:30:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","dns_nameservers":[],"updated_at":"2019-01-20T13:30: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":"98b44718aeb44b23bb707186d232aa30","id":"1d9dbb09-948a-412f-b198-188f3fc36c56","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet"}]} 2019-01-20 13:30:36,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-87e6926f-1bdc-4bc1-895e-3692afa113e0 2019-01-20 13:30:36,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5&name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68925f043b727357acee65c556d646098554b9fb" 2019-01-20 13:30:36,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-629a7ce8-f364-46c9-ae4e-367e6a733c35 Date: Sun, 20 Jan 2019 13:30:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","dns_nameservers":[],"updated_at":"2019-01-20T13:30: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":"98b44718aeb44b23bb707186d232aa30","id":"1d9dbb09-948a-412f-b198-188f3fc36c56","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet"}]} 2019-01-20 13:30:36,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5&name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet used request id req-629a7ce8-f364-46c9-ae4e-367e6a733c35 2019-01-20 13:30:36,706 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-20 13:30:36,706 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-router 2019-01-20 13:30:36,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/811c67f5-91da-46e2-a895-93e909db8a4a/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68925f043b727357acee65c556d646098554b9fb" -d '{"subnet_id": "1d9dbb09-948a-412f-b198-188f3fc36c56"}' 2019-01-20 13:30:38,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fde81946-c2c4-4abd-9bd7-f99fcd6f2feb Date: Sun, 20 Jan 2019 13:30:38 GMT RESP BODY: {"network_id": "904e084d-b87a-4c6b-93f1-882762cc47c5", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "subnet_id": "1d9dbb09-948a-412f-b198-188f3fc36c56", "subnet_ids": ["1d9dbb09-948a-412f-b198-188f3fc36c56"], "port_id": "58497fe1-b53a-455f-bbed-a4765382e08f", "id": "811c67f5-91da-46e2-a895-93e909db8a4a"} 2019-01-20 13:30:38,751 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/811c67f5-91da-46e2-a895-93e909db8a4a/add_router_interface used request id req-fde81946-c2c4-4abd-9bd7-f99fcd6f2feb 2019-01-20 13:30:38,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/811c67f5-91da-46e2-a895-93e909db8a4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68925f043b727357acee65c556d646098554b9fb" 2019-01-20 13:30:39,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-60d91019-f67e-4c0d-9e6e-becce9c7f5dd Date: Sun, 20 Jan 2019 13:30:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:31Z", "admin_state_up": true, "updated_at": "2019-01-20T13:30:37Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "811c67f5-91da-46e2-a895-93e909db8a4a", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-router"}} 2019-01-20 13:30:39,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/811c67f5-91da-46e2-a895-93e909db8a4a used request id req-60d91019-f67e-4c0d-9e6e-becce9c7f5dd 2019-01-20 13:30:39,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=811c67f5-91da-46e2-a895-93e909db8a4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68925f043b727357acee65c556d646098554b9fb" 2019-01-20 13:30:39,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-f69268c8-0013-4e8c-b3c1-7ab3141f4394 Date: Sun, 20 Jan 2019 13:30:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.1"}],"id":"58497fe1-b53a-455f-bbed-a4765382e08f","security_groups":[],"mac_address":"fa:16:3e:0f:11:fb","project_id":"98b44718aeb44b23bb707186d232aa30","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:37Z","binding:vnic_type":"normal","device_id":"811c67f5-91da-46e2-a895-93e909db8a4a"}]} 2019-01-20 13:30:39,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=811c67f5-91da-46e2-a895-93e909db8a4a used request id req-f69268c8-0013-4e8c-b3c1-7ab3141f4394 2019-01-20 13:30:39,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/1d9dbb09-948a-412f-b198-188f3fc36c56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68925f043b727357acee65c556d646098554b9fb" 2019-01-20 13:30:39,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-0855057a-6cee-44ca-ad5b-4bb8345be7f5 Date: Sun, 20 Jan 2019 13:30:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","dns_nameservers":[],"updated_at":"2019-01-20T13:30: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":"98b44718aeb44b23bb707186d232aa30","id":"1d9dbb09-948a-412f-b198-188f3fc36c56","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet"}} 2019-01-20 13:30:39,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/1d9dbb09-948a-412f-b198-188f3fc36c56 used request id req-0855057a-6cee-44ca-ad5b-4bb8345be7f5 2019-01-20 13:30:39,479 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:30:39,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:30:39,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:30:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["3lvjmAilRlmCJUkRBxMWfw"], "issued_at": "2019-01-20T13:30:39.000000Z"}} 2019-01-20 13:30:39,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a556f020467d9b88e9889978a9ed7b0e8a0d647b" 2019-01-20 13:30:39,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fed59a78-7371-4d50-915d-2b0772bd7098 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:30:39,944 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fed59a78-7371-4d50-915d-2b0772bd7098 2019-01-20 13:30:39,946 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:30:39,951 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a556f020467d9b88e9889978a9ed7b0e8a0d647b" 2019-01-20 13:30:40,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30: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-79a78f4f-10b9-467d-a91d-ac1f7401ccde x-compute-request-id: req-79a78f4f-10b9-467d-a91d-ac1f7401ccde Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:30:40,131 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-79a78f4f-10b9-467d-a91d-ac1f7401ccde 2019-01-20 13:30:40,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a556f020467d9b88e9889978a9ed7b0e8a0d647b" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:30:40,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30: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-af63ab00-f567-4533-8efe-4e8bc5ded72f x-compute-request-id: req-af63ab00-f567-4533-8efe-4e8bc5ded72f Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:30:40,188 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-af63ab00-f567-4533-8efe-4e8bc5ded72f 2019-01-20 13:30:40,189 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:30:40,190 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:30:40,637 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8e6a48a0735443e9b71964e0c8a875d", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj-role"}], "expires_at": "2019-01-20T14:30:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "98b44718aeb44b23bb707186d232aa30", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-user", "id": "fc91d85c53a64bd68fa5798e251ba31b"}, "audit_ids": ["pHIuu19NSgSxzBtvYaXzMA"], "issued_at": "2019-01-20T13:30:40.000000Z"}} 2019-01-20 13:30:40,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370682a5c874bd5e9ddbdf962c496aec22e581bc" 2019-01-20 13:30:40,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36d9a829-60af-4770-a640-51630ce96358 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:30:40,721 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-36d9a829-60af-4770-a640-51630ce96358 2019-01-20 13:30:40,722 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:30:40,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370682a5c874bd5e9ddbdf962c496aec22e581bc" 2019-01-20 13:30:40,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30: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-a7998be4-a0af-4779-9370-b840914dc625 x-compute-request-id: req-a7998be4-a0af-4779-9370-b840914dc625 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 13:30:40,886 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-a7998be4-a0af-4779-9370-b840914dc625 2019-01-20 13:30:40,887 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp... 2019-01-20 13:30:40,887 - OpenStackKeypair - INFO - Creating new keypair 2019-01-20 13:30:40,951 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp 2019-01-20 13:30:40,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370682a5c874bd5e9ddbdf962c496aec22e581bc" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDNtWuyHC0fb+kR7mTjLEb3kvkNgF5lw8CV+Y922GCNlB9o8+WW08Jv9J3vDBXIa5tBS3I06rauGldMCTnNL+wec7k18KQHSXGpqhlAxrV9Gs19VtAoGDIVwQLXz0qN4SokQxyvn9b0MZqHvKVdG9l2bZ8ngEjE+uBPzUex2BQVRQ==", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp"}}' 2019-01-20 13:30:41,020 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30: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-038caa41-c1af-4d23-a5c4-263cd65e51e3 x-compute-request-id: req-038caa41-c1af-4d23-a5c4-263cd65e51e3 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDNtWuyHC0fb+kR7mTjLEb3kvkNgF5lw8CV+Y922GCNlB9o8+WW08Jv9J3vDBXIa5tBS3I06rauGldMCTnNL+wec7k18KQHSXGpqhlAxrV9Gs19VtAoGDIVwQLXz0qN4SokQxyvn9b0MZqHvKVdG9l2bZ8ngEjE+uBPzUex2BQVRQ==", "user_id": "fc91d85c53a64bd68fa5798e251ba31b", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp", "fingerprint": "3a:90:fd:0e:d9:9e:ce:50:36:85:74:5b:7d:30:16:10"}} 2019-01-20 13:30:41,020 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-038caa41-c1af-4d23-a5c4-263cd65e51e3 2019-01-20 13:30:41,022 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563.pub 2019-01-20 13:30:41,022 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563 2019-01-20 13:30:41,022 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:30:41,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:30:41,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8e6a48a0735443e9b71964e0c8a875d", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj-role"}], "expires_at": "2019-01-20T14:30:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "98b44718aeb44b23bb707186d232aa30", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-user", "id": "fc91d85c53a64bd68fa5798e251ba31b"}, "audit_ids": ["A3FVHlEFSNm_aRVZiSZfcw"], "issued_at": "2019-01-20T13:30:41.000000Z"}} 2019-01-20 13:30:41,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:30:41,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c513715b-a4b0-40f0-90f6-0d7279fa31c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:30:41,475 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c513715b-a4b0-40f0-90f6-0d7279fa31c8 2019-01-20 13:30:41,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:30:41,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-d3d1d212-2c34-456c-9d76-955d767f7b84 Date: Sun, 20 Jan 2019 13:30:41 GMT RESP BODY: {"security_groups": []} 2019-01-20 13:30:41,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp used request id req-d3d1d212-2c34-456c-9d76-955d767f7b84 2019-01-20 13:30:41,654 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp... 2019-01-20 13:30:41,654 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp 2019-01-20 13:30:41,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp"}}' 2019-01-20 13:30:42,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-480f8c05-7fb2-4667-a685-b3c277e47cf1 Date: Sun, 20 Jan 2019 13:30:42 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:41Z", "updated_at": "2019-01-20T13:30:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:30:41Z", "revision_number": 0, "id": "30f5b413-698a-46f5-8f40-2fc9049362ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "port_range_min": null, "ethertype": "IPv4", "project_id": "98b44718aeb44b23bb707186d232aa30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:30:41Z", "revision_number": 0, "id": "4ba367fa-43b1-4616-aec1-5934e094f6c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "port_range_min": null, "ethertype": "IPv6", "project_id": "98b44718aeb44b23bb707186d232aa30"}], "revision_number": 2, "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp"}} 2019-01-20 13:30:42,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-480f8c05-7fb2-4667-a685-b3c277e47cf1 2019-01-20 13:30:42,008 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 96ca806c-b3aa-4803-b740-f6cbeb00f4d6 2019-01-20 13:30:42,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=96ca806c-b3aa-4803-b740-f6cbeb00f4d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:30:42,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bb374d5d-92fd-455b-9fe2-26d0e7cc782f Date: Sun, 20 Jan 2019 13:30: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": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:41Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "30f5b413-698a-46f5-8f40-2fc9049362ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:41Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "4ba367fa-43b1-4616-aec1-5934e094f6c5"}]} 2019-01-20 13:30:42,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=96ca806c-b3aa-4803-b740-f6cbeb00f4d6 used request id req-bb374d5d-92fd-455b-9fe2-26d0e7cc782f 2019-01-20 13:30:42,181 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 96ca806c-b3aa-4803-b740-f6cbeb00f4d6 2019-01-20 13:30:42,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=96ca806c-b3aa-4803-b740-f6cbeb00f4d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:30:42,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b17c19dd-4cbc-409d-9640-346f6712ac0b Date: Sun, 20 Jan 2019 13:30: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": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:41Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "30f5b413-698a-46f5-8f40-2fc9049362ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:41Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "4ba367fa-43b1-4616-aec1-5934e094f6c5"}]} 2019-01-20 13:30:42,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=96ca806c-b3aa-4803-b740-f6cbeb00f4d6 used request id req-b17c19dd-4cbc-409d-9640-346f6712ac0b 2019-01-20 13:30:42,211 - neutron_utils - INFO - Retrieving security group with ID - 96ca806c-b3aa-4803-b740-f6cbeb00f4d6 2019-01-20 13:30:42,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=96ca806c-b3aa-4803-b740-f6cbeb00f4d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:30:42,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-9d56e1ce-735d-459f-b688-402006d54821 Date: Sun, 20 Jan 2019 13:30:42 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:41Z", "updated_at": "2019-01-20T13:30:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:30:41Z", "revision_number": 0, "id": "30f5b413-698a-46f5-8f40-2fc9049362ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "port_range_min": null, "ethertype": "IPv4", "project_id": "98b44718aeb44b23bb707186d232aa30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:30:41Z", "revision_number": 0, "id": "4ba367fa-43b1-4616-aec1-5934e094f6c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "port_range_min": null, "ethertype": "IPv6", "project_id": "98b44718aeb44b23bb707186d232aa30"}], "revision_number": 2, "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp"}]} 2019-01-20 13:30:42,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=96ca806c-b3aa-4803-b740-f6cbeb00f4d6 used request id req-9d56e1ce-735d-459f-b688-402006d54821 2019-01-20 13:30:42,288 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 96ca806c-b3aa-4803-b740-f6cbeb00f4d6 2019-01-20 13:30:42,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=96ca806c-b3aa-4803-b740-f6cbeb00f4d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:30:42,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d82daf03-0ba5-4352-b498-4237f06a9723 Date: Sun, 20 Jan 2019 13:30: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": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:41Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "30f5b413-698a-46f5-8f40-2fc9049362ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:41Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "4ba367fa-43b1-4616-aec1-5934e094f6c5"}]} 2019-01-20 13:30:42,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=96ca806c-b3aa-4803-b740-f6cbeb00f4d6 used request id req-d82daf03-0ba5-4352-b498-4237f06a9723 2019-01-20 13:30:42,469 - neutron_utils - INFO - Retrieving security group with ID - 96ca806c-b3aa-4803-b740-f6cbeb00f4d6 2019-01-20 13:30:42,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=96ca806c-b3aa-4803-b740-f6cbeb00f4d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:30:42,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-ad1e0e1e-49cc-4b6d-8f00-f5f1c20ac3ee Date: Sun, 20 Jan 2019 13:30:42 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:41Z", "updated_at": "2019-01-20T13:30:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:30:41Z", "revision_number": 0, "id": "30f5b413-698a-46f5-8f40-2fc9049362ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "port_range_min": null, "ethertype": "IPv4", "project_id": "98b44718aeb44b23bb707186d232aa30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:30:41Z", "revision_number": 0, "id": "4ba367fa-43b1-4616-aec1-5934e094f6c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "port_range_min": null, "ethertype": "IPv6", "project_id": "98b44718aeb44b23bb707186d232aa30"}], "revision_number": 2, "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp"}]} 2019-01-20 13:30:42,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=96ca806c-b3aa-4803-b740-f6cbeb00f4d6 used request id req-ad1e0e1e-49cc-4b6d-8f00-f5f1c20ac3ee 2019-01-20 13:30:42,524 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 96ca806c-b3aa-4803-b740-f6cbeb00f4d6 2019-01-20 13:30:42,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=96ca806c-b3aa-4803-b740-f6cbeb00f4d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:30:42,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-304cc036-10be-4e05-85f4-89b284766e66 Date: Sun, 20 Jan 2019 13:30: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": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:41Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "30f5b413-698a-46f5-8f40-2fc9049362ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:41Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "4ba367fa-43b1-4616-aec1-5934e094f6c5"}]} 2019-01-20 13:30:42,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=96ca806c-b3aa-4803-b740-f6cbeb00f4d6 used request id req-304cc036-10be-4e05-85f4-89b284766e66 2019-01-20 13:30:42,702 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp 2019-01-20 13:30:42,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:30:42,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-6b5f0308-0105-427b-afc5-91150cf33df7 Date: Sun, 20 Jan 2019 13:30:42 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:41Z", "updated_at": "2019-01-20T13:30:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:30:41Z", "revision_number": 0, "id": "30f5b413-698a-46f5-8f40-2fc9049362ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "port_range_min": null, "ethertype": "IPv4", "project_id": "98b44718aeb44b23bb707186d232aa30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:30:41Z", "revision_number": 0, "id": "4ba367fa-43b1-4616-aec1-5934e094f6c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "port_range_min": null, "ethertype": "IPv6", "project_id": "98b44718aeb44b23bb707186d232aa30"}], "revision_number": 2, "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp"}]} 2019-01-20 13:30:42,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp used request id req-6b5f0308-0105-427b-afc5-91150cf33df7 2019-01-20 13:30:42,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:30:42,899 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:30:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:30:42,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:30:42,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5943fa68-70b2-468b-b6d0-b97feac73180 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30"}, "enabled": true, "id": "98b44718aeb44b23bb707186d232aa30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}} 2019-01-20 13:30:42,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 used request id req-5943fa68-70b2-468b-b6d0-b97feac73180 2019-01-20 13:30:42,974 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 96ca806c-b3aa-4803-b740-f6cbeb00f4d6 2019-01-20 13:30:42,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=96ca806c-b3aa-4803-b740-f6cbeb00f4d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:30:43,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1ee31da5-15a3-4ae0-98c3-310f67c6be7b Date: Sun, 20 Jan 2019 13:30: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": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:41Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "30f5b413-698a-46f5-8f40-2fc9049362ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:41Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "4ba367fa-43b1-4616-aec1-5934e094f6c5"}]} 2019-01-20 13:30:43,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=96ca806c-b3aa-4803-b740-f6cbeb00f4d6 used request id req-1ee31da5-15a3-4ae0-98c3-310f67c6be7b 2019-01-20 13:30:43,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}d35b0518ccb34dd5239978c8503095928bdb69c8" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6"}}' 2019-01-20 13:30:43,463 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-6d67f42f-18bc-45ad-b6ea-6a8fcd162fff Date: Sun, 20 Jan 2019 13:30:43 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": "2019-01-20T13:30:43Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:43Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "bb3ec429-0058-40a3-baa5-fe2ff9c3fa8e"}} 2019-01-20 13:30:43,463 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-6d67f42f-18bc-45ad-b6ea-6a8fcd162fff 2019-01-20 13:30:43,464 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp 2019-01-20 13:30:43,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:30:43,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-296b5cd0-5086-44b7-b4ee-7b083d59a04e Date: Sun, 20 Jan 2019 13:30:43 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:41Z", "updated_at": "2019-01-20T13:30:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:30:41Z", "revision_number": 0, "id": "30f5b413-698a-46f5-8f40-2fc9049362ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "port_range_min": null, "ethertype": "IPv4", "project_id": "98b44718aeb44b23bb707186d232aa30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:30:41Z", "revision_number": 0, "id": "4ba367fa-43b1-4616-aec1-5934e094f6c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "port_range_min": null, "ethertype": "IPv6", "project_id": "98b44718aeb44b23bb707186d232aa30"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:30:43Z", "revision_number": 0, "id": "bb3ec429-0058-40a3-baa5-fe2ff9c3fa8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:30:43Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "port_range_min": null, "ethertype": "IPv4", "project_id": "98b44718aeb44b23bb707186d232aa30"}], "revision_number": 3, "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp"}]} 2019-01-20 13:30:43,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp used request id req-296b5cd0-5086-44b7-b4ee-7b083d59a04e 2019-01-20 13:30:43,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:30:43,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca495f8b-912d-40f3-9a0d-02d90fbf58c8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30"}, "enabled": true, "id": "98b44718aeb44b23bb707186d232aa30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}} 2019-01-20 13:30:43,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 used request id req-ca495f8b-912d-40f3-9a0d-02d90fbf58c8 2019-01-20 13:30:43,754 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 96ca806c-b3aa-4803-b740-f6cbeb00f4d6 2019-01-20 13:30:43,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=96ca806c-b3aa-4803-b740-f6cbeb00f4d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:30:43,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-63f2ea3c-e89b-4f2c-9872-4df80450fca4 Date: Sun, 20 Jan 2019 13:30: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": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:41Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "30f5b413-698a-46f5-8f40-2fc9049362ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:41Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "4ba367fa-43b1-4616-aec1-5934e094f6c5"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:30:43Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:43Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "bb3ec429-0058-40a3-baa5-fe2ff9c3fa8e"}]} 2019-01-20 13:30:43,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=96ca806c-b3aa-4803-b740-f6cbeb00f4d6 used request id req-63f2ea3c-e89b-4f2c-9872-4df80450fca4 2019-01-20 13:30:43,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}d35b0518ccb34dd5239978c8503095928bdb69c8" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6"}}' 2019-01-20 13:30:44,241 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-4f30f406-117e-40be-b554-39837d0ec13a Date: Sun, 20 Jan 2019 13:30:44 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": "2019-01-20T13:30:44Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "port_range_min": 22, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:44Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "6f2dd849-8bd0-49bb-84f5-e0c19d14d2d3"}} 2019-01-20 13:30:44,242 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-4f30f406-117e-40be-b554-39837d0ec13a 2019-01-20 13:30:44,242 - neutron_utils - INFO - Retrieving security group with ID - 96ca806c-b3aa-4803-b740-f6cbeb00f4d6 2019-01-20 13:30:44,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=96ca806c-b3aa-4803-b740-f6cbeb00f4d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:30:44,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-224a07be-a277-4ee8-b03d-4d61fde2ed9a Date: Sun, 20 Jan 2019 13:30:44 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:41Z", "updated_at": "2019-01-20T13:30:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:30:41Z", "revision_number": 0, "id": "30f5b413-698a-46f5-8f40-2fc9049362ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "port_range_min": null, "ethertype": "IPv4", "project_id": "98b44718aeb44b23bb707186d232aa30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:30:41Z", "revision_number": 0, "id": "4ba367fa-43b1-4616-aec1-5934e094f6c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "port_range_min": null, "ethertype": "IPv6", "project_id": "98b44718aeb44b23bb707186d232aa30"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:30:44Z", "revision_number": 0, "id": "6f2dd849-8bd0-49bb-84f5-e0c19d14d2d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:30:44Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "port_range_min": 22, "ethertype": "IPv4", "project_id": "98b44718aeb44b23bb707186d232aa30"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:30:43Z", "revision_number": 0, "id": "bb3ec429-0058-40a3-baa5-fe2ff9c3fa8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:30:43Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "port_range_min": null, "ethertype": "IPv4", "project_id": "98b44718aeb44b23bb707186d232aa30"}], "revision_number": 4, "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp"}]} 2019-01-20 13:30:44,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=96ca806c-b3aa-4803-b740-f6cbeb00f4d6 used request id req-224a07be-a277-4ee8-b03d-4d61fde2ed9a 2019-01-20 13:30:44,301 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 96ca806c-b3aa-4803-b740-f6cbeb00f4d6 2019-01-20 13:30:44,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=96ca806c-b3aa-4803-b740-f6cbeb00f4d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:30:44,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-000b5f85-a781-4db7-8e2a-1007bc5e3253 Date: Sun, 20 Jan 2019 13:30: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": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:41Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "30f5b413-698a-46f5-8f40-2fc9049362ca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:30:41Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:41Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "4ba367fa-43b1-4616-aec1-5934e094f6c5"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-20T13:30:44Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "port_range_min": 22, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:44Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "6f2dd849-8bd0-49bb-84f5-e0c19d14d2d3"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:30:43Z", "security_group_id": "96ca806c-b3aa-4803-b740-f6cbeb00f4d6", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:43Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "bb3ec429-0058-40a3-baa5-fe2ff9c3fa8e"}]} 2019-01-20 13:30:44,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=96ca806c-b3aa-4803-b740-f6cbeb00f4d6 used request id req-000b5f85-a781-4db7-8e2a-1007bc5e3253 2019-01-20 13:30:44,486 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:30:44,487 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:30:44,861 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8e6a48a0735443e9b71964e0c8a875d", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj-role"}], "expires_at": "2019-01-20T14:30:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "98b44718aeb44b23bb707186d232aa30", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-user", "id": "fc91d85c53a64bd68fa5798e251ba31b"}, "audit_ids": ["w9pWCZ9JTA-DPH0_3IERvg"], "issued_at": "2019-01-20T13:30:44.000000Z"}} 2019-01-20 13:30:44,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:44,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-659e49bc-a3c9-4208-b1c8-2db0cbf646a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:30:44,874 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-659e49bc-a3c9-4208-b1c8-2db0cbf646a4 2019-01-20 13:30:44,876 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:30:44,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:44,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-718d6ecb-3710-4d7b-acf3-7334eb69ab29 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:30:44,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-718d6ecb-3710-4d7b-acf3-7334eb69ab29 2019-01-20 13:30:44,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:45,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-24deac9f-0429-435d-b98a-6e425c4064d2 Date: Sun, 20 Jan 2019 13:30:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1d9dbb09-948a-412f-b198-188f3fc36c56"],"updated_at":"2019-01-20T13:30:28Z","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"98b44718aeb44b23bb707186d232aa30","id":"904e084d-b87a-4c6b-93f1-882762cc47c5","name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net"}]} 2019-01-20 13:30:45,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net used request id req-24deac9f-0429-435d-b98a-6e425c4064d2 2019-01-20 13:30:45,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:30:45,400 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:30: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:30:45,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:45,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f2d0f41-7649-40f3-91c1-a9493c97f4ca Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30"}, "enabled": true, "id": "98b44718aeb44b23bb707186d232aa30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}} 2019-01-20 13:30:45,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 used request id req-7f2d0f41-7649-40f3-91c1-a9493c97f4ca 2019-01-20 13:30:45,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:45,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cd128368-9781-4f2a-bb2f-54f63107502b Date: Sun, 20 Jan 2019 13:30:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","dns_nameservers":[],"updated_at":"2019-01-20T13:30: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":"98b44718aeb44b23bb707186d232aa30","id":"1d9dbb09-948a-412f-b198-188f3fc36c56","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet"}]} 2019-01-20 13:30:45,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-cd128368-9781-4f2a-bb2f-54f63107502b 2019-01-20 13:30:45,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5&name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:45,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-48626a28-6f42-4d42-9e84-01d860cd09d6 Date: Sun, 20 Jan 2019 13:30:45 GMT RESP BODY: {"ports":[]} 2019-01-20 13:30:45,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5&name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563port-1&admin_state_up=True used request id req-48626a28-6f42-4d42-9e84-01d860cd09d6 2019-01-20 13:30:45,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:46,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30: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-a2f8a18a-6d4c-4a13-b56e-e3c98b44506e x-compute-request-id: req-a2f8a18a-6d4c-4a13-b56e-e3c98b44506e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:30:46,103 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst used request id req-a2f8a18a-6d4c-4a13-b56e-e3c98b44506e 2019-01-20 13:30:46,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:46,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7c01cd56-5a59-470f-9cbe-060f9ece716b Date: Sun, 20 Jan 2019 13:30:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1d9dbb09-948a-412f-b198-188f3fc36c56"],"updated_at":"2019-01-20T13:30:28Z","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"98b44718aeb44b23bb707186d232aa30","id":"904e084d-b87a-4c6b-93f1-882762cc47c5","name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net"}]} 2019-01-20 13:30:46,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net used request id req-7c01cd56-5a59-470f-9cbe-060f9ece716b 2019-01-20 13:30:46,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:46,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfa84d8f-b681-4335-8d80-ca9267b9bb9c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30"}, "enabled": true, "id": "98b44718aeb44b23bb707186d232aa30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}} 2019-01-20 13:30:46,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 used request id req-cfa84d8f-b681-4335-8d80-ca9267b9bb9c 2019-01-20 13:30:46,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:46,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1cd9f223-3bcd-454e-afba-a6dd8b947a83 Date: Sun, 20 Jan 2019 13:30:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","dns_nameservers":[],"updated_at":"2019-01-20T13:30: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":"98b44718aeb44b23bb707186d232aa30","id":"1d9dbb09-948a-412f-b198-188f3fc36c56","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet"}]} 2019-01-20 13:30:46,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-1cd9f223-3bcd-454e-afba-a6dd8b947a83 2019-01-20 13:30:46,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5&name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:46,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-228f6535-ec4a-49da-a38e-863f4af56ca6 Date: Sun, 20 Jan 2019 13:30:46 GMT RESP BODY: {"ports":[]} 2019-01-20 13:30:46,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5&name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563port-1&admin_state_up=True used request id req-228f6535-ec4a-49da-a38e-863f4af56ca6 2019-01-20 13:30:46,836 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:30:46,837 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:30:47,212 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b8e6a48a0735443e9b71964e0c8a875d", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj-role"}], "expires_at": "2019-01-20T14:30:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "98b44718aeb44b23bb707186d232aa30", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/98b44718aeb44b23bb707186d232aa30", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-user", "id": "fc91d85c53a64bd68fa5798e251ba31b"}, "audit_ids": ["WpQvwUyARlCBl1B6SwT8ag"], "issued_at": "2019-01-20T13:30:47.000000Z"}} 2019-01-20 13:30:47,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c77a03dd29a379a59535ff784d4776487f3e4a9" 2019-01-20 13:30:47,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e866c7e5-7f72-490a-979a-a748eeb3d460 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:30:47,286 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e866c7e5-7f72-490a-979a-a748eeb3d460 2019-01-20 13:30:47,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:47,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4cced7d2-89a5-4fde-80f0-83629b348c11 Date: Sun, 20 Jan 2019 13:30:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1d9dbb09-948a-412f-b198-188f3fc36c56"],"updated_at":"2019-01-20T13:30:28Z","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"98b44718aeb44b23bb707186d232aa30","id":"904e084d-b87a-4c6b-93f1-882762cc47c5","name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net"}]} 2019-01-20 13:30:47,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net used request id req-4cced7d2-89a5-4fde-80f0-83629b348c11 2019-01-20 13:30:47,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:47,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-df89687c-1adb-4a56-927b-cde59ec73265 Date: Sun, 20 Jan 2019 13:30:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","dns_nameservers":[],"updated_at":"2019-01-20T13:30: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":"98b44718aeb44b23bb707186d232aa30","id":"1d9dbb09-948a-412f-b198-188f3fc36c56","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet"}]} 2019-01-20 13:30:47,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-df89687c-1adb-4a56-927b-cde59ec73265 2019-01-20 13:30:47,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:48,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b9f71e5c-4102-4e9a-8bd1-f5997d48ebc3 Date: Sun, 20 Jan 2019 13:30: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":["1d9dbb09-948a-412f-b198-188f3fc36c56"],"updated_at":"2019-01-20T13:30:28Z","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"98b44718aeb44b23bb707186d232aa30","id":"904e084d-b87a-4c6b-93f1-882762cc47c5","name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net"}]} 2019-01-20 13:30:48,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net used request id req-b9f71e5c-4102-4e9a-8bd1-f5997d48ebc3 2019-01-20 13:30:48,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:30:48,013 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:30: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:30:48,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c77a03dd29a379a59535ff784d4776487f3e4a9" 2019-01-20 13:30:48,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91a2fc8d-e7b9-49cf-922f-98c1a235445f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30"}, "enabled": true, "id": "98b44718aeb44b23bb707186d232aa30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}} 2019-01-20 13:30:48,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 used request id req-91a2fc8d-e7b9-49cf-922f-98c1a235445f 2019-01-20 13:30:48,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:48,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c3546113-b4f7-49c5-b013-a8a8c16adbbd Date: Sun, 20 Jan 2019 13:30:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","dns_nameservers":[],"updated_at":"2019-01-20T13:30: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":"98b44718aeb44b23bb707186d232aa30","id":"1d9dbb09-948a-412f-b198-188f3fc36c56","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet"}]} 2019-01-20 13:30:48,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-c3546113-b4f7-49c5-b013-a8a8c16adbbd 2019-01-20 13:30:48,308 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net 2019-01-20 13:30:48,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" -d '{"port": {"network_id": "904e084d-b87a-4c6b-93f1-882762cc47c5", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563port-1", "admin_state_up": true}}' 2019-01-20 13:30:49,413 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-92cc8fef-9d9f-4090-b3dc-fbdf061e80db Date: Sun, 20 Jan 2019 13:30:49 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:48Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.5"}],"id":"6cb0dfd6-988c-4181-aeeb-079a71ff0e8c","security_groups":["d7bc747d-4995-4ff5-a1fb-de010840bb0d"],"mac_address":"fa:16:3e:c8:73:ee","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563port-1","project_id":"98b44718aeb44b23bb707186d232aa30","qos_policy_id":null,"admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:48Z","binding:vnic_type":"normal"}} 2019-01-20 13:30:49,413 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-92cc8fef-9d9f-4090-b3dc-fbdf061e80db 2019-01-20 13:30:49,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:49,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-47b582bd-fe0b-4434-85c0-efbc60f223f7 Date: Sun, 20 Jan 2019 13:30:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1d9dbb09-948a-412f-b198-188f3fc36c56"],"updated_at":"2019-01-20T13:30:28Z","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"98b44718aeb44b23bb707186d232aa30","id":"904e084d-b87a-4c6b-93f1-882762cc47c5","name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net"}]} 2019-01-20 13:30:49,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net used request id req-47b582bd-fe0b-4434-85c0-efbc60f223f7 2019-01-20 13:30:49,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:49,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7914b054-eeba-4136-9b65-ca8e4bbecc97 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30"}, "enabled": true, "id": "98b44718aeb44b23bb707186d232aa30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}} 2019-01-20 13:30:49,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 used request id req-7914b054-eeba-4136-9b65-ca8e4bbecc97 2019-01-20 13:30:49,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:49,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-235f8ad5-32fb-4bff-ba65-0f766553bbb7 Date: Sun, 20 Jan 2019 13:30:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","dns_nameservers":[],"updated_at":"2019-01-20T13:30: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":"98b44718aeb44b23bb707186d232aa30","id":"1d9dbb09-948a-412f-b198-188f3fc36c56","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet"}]} 2019-01-20 13:30:49,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-235f8ad5-32fb-4bff-ba65-0f766553bbb7 2019-01-20 13:30:49,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5&name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:50,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-7155a6f5-42da-4500-b35b-af58448c3d00 Date: Sun, 20 Jan 2019 13:30:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:48Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.5"}],"id":"6cb0dfd6-988c-4181-aeeb-079a71ff0e8c","security_groups":["d7bc747d-4995-4ff5-a1fb-de010840bb0d"],"mac_address":"fa:16:3e:c8:73:ee","project_id":"98b44718aeb44b23bb707186d232aa30","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563port-1","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:48Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:30:50,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5&name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563port-1&admin_state_up=True used request id req-7155a6f5-42da-4500-b35b-af58448c3d00 2019-01-20 13:30:50,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:50,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b657dd3-1fd5-4db9-977e-7f06f4aa1595 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30"}, "enabled": true, "id": "98b44718aeb44b23bb707186d232aa30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}} 2019-01-20 13:30:50,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 used request id req-6b657dd3-1fd5-4db9-977e-7f06f4aa1595 2019-01-20 13:30:50,112 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst 2019-01-20 13:30:50,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:50,148 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30: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-45eb93ec-86e9-42e4-9f5e-a1d04fb9c2c5 x-compute-request-id: req-45eb93ec-86e9-42e4-9f5e-a1d04fb9c2c5 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-flavor-name"}]} 2019-01-20 13:30:50,148 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-45eb93ec-86e9-42e4-9f5e-a1d04fb9c2c5 2019-01-20 13:30:50,151 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:50,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30: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-ae1a509c-7426-43b0-ac5b-0c36ab136298 x-compute-request-id: req-ae1a509c-7426-43b0-ac5b-0c36ab136298 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:30:50,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8 used request id req-ae1a509c-7426-43b0-ac5b-0c36ab136298 2019-01-20 13:30:50,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:50,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-0a7e2367-82d3-46bf-b94d-af0ecfedb0ae Date: Sun, 20 Jan 2019 13:30:50 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:30:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:30:25Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2278dd3a-f082-4052-848f-81bd8d3abb4a/snap", "metadata": {}}], "self": "/v2/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "min_disk": 0, "protected": false, "id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "file": "/v2/images/2278dd3a-f082-4052-848f-81bd8d3abb4a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "98b44718aeb44b23bb707186d232aa30", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/2278dd3a-f082-4052-848f-81bd8d3abb4a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-image"} 2019-01-20 13:30:50,344 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-image used request id req-0a7e2367-82d3-46bf-b94d-af0ecfedb0ae 2019-01-20 13:30:50,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:50,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0fa25c28-03ab-42b5-bf93-f531d74a1093 Date: Sun, 20 Jan 2019 13:30: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"}}} 2019-01-20 13:30:50,501 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-0fa25c28-03ab-42b5-bf93-f531d74a1093 2019-01-20 13:30:50,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst", "imageRef": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "key_name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp", "flavorRef": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "max_count": 1, "min_count": 1, "networks": [{"port": "6cb0dfd6-988c-4181-aeeb-079a71ff0e8c"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp"}]}}' 2019-01-20 13:30:52,220 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:30: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-d1ac73f5-9638-45e6-8481-8be51aa9df50 x-compute-request-id: req-d1ac73f5-9638-45e6-8481-8be51aa9df50 Content-Length: 444 location: http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "62e76557-e021-4681-a58b-edbc64714779", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "bookmark"}], "adminPass": "tT6kXQT8A4oZ"}} 2019-01-20 13:30:52,220 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-d1ac73f5-9638-45e6-8481-8be51aa9df50 2019-01-20 13:30:52,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:52,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-d9c681c9-b60a-4dd9-a45e-531d904efe6f x-compute-request-id: req-d9c681c9-b60a-4dd9-a45e-531d904efe6f 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.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "bookmark"}], "image": {"id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "links": [{"href": "http://172.30.9.22:8774/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "links": [{"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}]}, "id": "62e76557-e021-4681-a58b-edbc64714779", "user_id": "fc91d85c53a64bd68fa5798e251ba31b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:30:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst", "created": "2019-01-20T13:30:52Z", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:30:52,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 used request id req-d9c681c9-b60a-4dd9-a45e-531d904efe6f 2019-01-20 13:30:52,587 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst 2019-01-20 13:30:52,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:52,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-63f93d85-04f8-4e00-95cf-afc1a76baa6c x-compute-request-id: req-63f93d85-04f8-4e00-95cf-afc1a76baa6c 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.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "bookmark"}], "image": {"id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "links": [{"href": "http://172.30.9.22:8774/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "links": [{"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}]}, "id": "62e76557-e021-4681-a58b-edbc64714779", "user_id": "fc91d85c53a64bd68fa5798e251ba31b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:30:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst", "created": "2019-01-20T13:30:52Z", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:30:52,809 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 used request id req-63f93d85-04f8-4e00-95cf-afc1a76baa6c 2019-01-20 13:30:52,809 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst] is - BUILD 2019-01-20 13:30:52,809 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:30:55,813 - create_instance - DEBUG - VM status query timeout in 896.774795055 2019-01-20 13:30:55,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:30:56,438 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:30:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9b0a11a-9003-4f6b-b0a7-230abba776d8 x-compute-request-id: req-c9b0a11a-9003-4f6b-b0a7-230abba776d8 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.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "bookmark"}], "image": {"id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "links": [{"href": "http://172.30.9.22:8774/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "links": [{"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}]}, "id": "62e76557-e021-4681-a58b-edbc64714779", "security_groups": [{"name": "default"}], "user_id": "fc91d85c53a64bd68fa5798e251ba31b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:30:53Z", "hostId": "fbae29b97211b8eee318f99670d6cae2fa334f313993f2b6bebb31b6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst", "created": "2019-01-20T13:30:52Z", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:30:56,438 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 used request id req-c9b0a11a-9003-4f6b-b0a7-230abba776d8 2019-01-20 13:30:56,439 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst] is - BUILD 2019-01-20 13:30:56,439 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:30:59,442 - create_instance - DEBUG - VM status query timeout in 893.145215988 2019-01-20 13:30:59,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:00,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-36098c8e-b621-4b86-a7fd-f288d2519028 x-compute-request-id: req-36098c8e-b621-4b86-a7fd-f288d2519028 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:73:ee", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "bookmark"}], "image": {"id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "links": [{"href": "http://172.30.9.22:8774/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:30:58.000000", "flavor": {"id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "links": [{"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}]}, "id": "62e76557-e021-4681-a58b-edbc64714779", "security_groups": [{"name": "default"}], "user_id": "fc91d85c53a64bd68fa5798e251ba31b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:30:58Z", "hostId": "fbae29b97211b8eee318f99670d6cae2fa334f313993f2b6bebb31b6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst", "created": "2019-01-20T13:30:52Z", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:31:00,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 used request id req-36098c8e-b621-4b86-a7fd-f288d2519028 2019-01-20 13:31:00,076 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst] is - ACTIVE 2019-01-20 13:31:00,076 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:31:00,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:00,652 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a91d1b7-3d7b-4cb4-9dde-084c3e170e4b x-compute-request-id: req-1a91d1b7-3d7b-4cb4-9dde-084c3e170e4b Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:73:ee", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "bookmark"}], "image": {"id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "links": [{"href": "http://172.30.9.22:8774/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:30:58.000000", "flavor": {"id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "links": [{"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}]}, "id": "62e76557-e021-4681-a58b-edbc64714779", "security_groups": [{"name": "default"}], "user_id": "fc91d85c53a64bd68fa5798e251ba31b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:30:58Z", "hostId": "fbae29b97211b8eee318f99670d6cae2fa334f313993f2b6bebb31b6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst", "created": "2019-01-20T13:30:52Z", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:31:00,652 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 used request id req-1a91d1b7-3d7b-4cb4-9dde-084c3e170e4b 2019-01-20 13:31:00,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:00,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8f8af3b5-23bf-4d35-9ea8-778250720fc1 Date: Sun, 20 Jan 2019 13:31: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":["1d9dbb09-948a-412f-b198-188f3fc36c56"],"updated_at":"2019-01-20T13:30:28Z","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"98b44718aeb44b23bb707186d232aa30","id":"904e084d-b87a-4c6b-93f1-882762cc47c5","name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net"}]} 2019-01-20 13:31:00,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net used request id req-8f8af3b5-23bf-4d35-9ea8-778250720fc1 2019-01-20 13:31:00,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:00,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-308e8701-ab05-4583-939d-6811f5fde7b6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30"}, "enabled": true, "id": "98b44718aeb44b23bb707186d232aa30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}} 2019-01-20 13:31:00,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 used request id req-308e8701-ab05-4583-939d-6811f5fde7b6 2019-01-20 13:31:00,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:01,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3f674b69-5957-497a-8b21-6d6e03d5a0a6 Date: Sun, 20 Jan 2019 13:31:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","dns_nameservers":[],"updated_at":"2019-01-20T13:30: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":"98b44718aeb44b23bb707186d232aa30","id":"1d9dbb09-948a-412f-b198-188f3fc36c56","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet"}]} 2019-01-20 13:31:01,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-3f674b69-5957-497a-8b21-6d6e03d5a0a6 2019-01-20 13:31:01,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:01,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-3a5aa180-60cd-43f8-a64a-90ee6267a100 Date: Sun, 20 Jan 2019 13:31:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:50Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.1"}],"id":"58497fe1-b53a-455f-bbed-a4765382e08f","security_groups":[],"mac_address":"fa:16:3e:0f:11:fb","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:37Z","binding:vnic_type":"normal","device_id":"811c67f5-91da-46e2-a895-93e909db8a4a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.5"}],"id":"6cb0dfd6-988c-4181-aeeb-079a71ff0e8c","security_groups":["d7bc747d-4995-4ff5-a1fb-de010840bb0d"],"mac_address":"fa:16:3e:c8:73:ee","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563port-1","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:48Z","binding:vnic_type":"normal","device_id":"62e76557-e021-4681-a58b-edbc64714779"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.3"}],"id":"8f8db2a7-2cfb-441c-9be6-cadb94296227","security_groups":[],"mac_address":"fa:16:3e:74:c1:25","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-904e084d-b87a-4c6b-93f1-882762cc47c5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.2"}],"id":"af6413b5-1c0c-449f-bc14-3decb791b286","security_groups":[],"mac_address":"fa:16:3e:e0:ab:28","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-904e084d-b87a-4c6b-93f1-882762cc47c5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.4"}],"id":"fdf0ccaa-abfd-4f5e-8f2c-4245338806eb","security_groups":[],"mac_address":"fa:16:3e:96:d5:7c","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-904e084d-b87a-4c6b-93f1-882762cc47c5"}]} 2019-01-20 13:31:01,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-3a5aa180-60cd-43f8-a64a-90ee6267a100 2019-01-20 13:31:01,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:01,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-6a1de7b2-79e3-4456-936a-5bd8fa8d5e1f x-compute-request-id: req-6a1de7b2-79e3-4456-936a-5bd8fa8d5e1f Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:73:ee", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "bookmark"}], "image": {"id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "links": [{"href": "http://172.30.9.22:8774/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:30:58.000000", "flavor": {"id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "links": [{"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}]}, "id": "62e76557-e021-4681-a58b-edbc64714779", "security_groups": [{"name": "default"}], "user_id": "fc91d85c53a64bd68fa5798e251ba31b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:30:58Z", "hostId": "fbae29b97211b8eee318f99670d6cae2fa334f313993f2b6bebb31b6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst", "created": "2019-01-20T13:30:52Z", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:31:01,792 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 used request id req-6a1de7b2-79e3-4456-936a-5bd8fa8d5e1f 2019-01-20 13:31:01,793 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst] is - ACTIVE 2019-01-20 13:31:01,793 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:31:01,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:02,260 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-ef457d5a-8886-4abf-ac8b-982147b07636 x-compute-request-id: req-ef457d5a-8886-4abf-ac8b-982147b07636 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:73:ee", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "bookmark"}], "image": {"id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "links": [{"href": "http://172.30.9.22:8774/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:30:58.000000", "flavor": {"id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "links": [{"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}]}, "id": "62e76557-e021-4681-a58b-edbc64714779", "security_groups": [{"name": "default"}], "user_id": "fc91d85c53a64bd68fa5798e251ba31b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:30:58Z", "hostId": "fbae29b97211b8eee318f99670d6cae2fa334f313993f2b6bebb31b6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst", "created": "2019-01-20T13:30:52Z", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:31:02,260 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 used request id req-ef457d5a-8886-4abf-ac8b-982147b07636 2019-01-20 13:31:02,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:02,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7a1f108d-ae38-44a1-b8f2-eeb0c8f25c4e Date: Sun, 20 Jan 2019 13:31:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1d9dbb09-948a-412f-b198-188f3fc36c56"],"updated_at":"2019-01-20T13:30:28Z","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"98b44718aeb44b23bb707186d232aa30","id":"904e084d-b87a-4c6b-93f1-882762cc47c5","name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net"}]} 2019-01-20 13:31:02,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net used request id req-7a1f108d-ae38-44a1-b8f2-eeb0c8f25c4e 2019-01-20 13:31:02,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:02,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52349dce-6663-4d56-9952-940bbd5734f5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30"}, "enabled": true, "id": "98b44718aeb44b23bb707186d232aa30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}} 2019-01-20 13:31:02,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 used request id req-52349dce-6663-4d56-9952-940bbd5734f5 2019-01-20 13:31:02,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:02,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4c8227e6-764f-4439-acbe-3ab0a50d8ade Date: Sun, 20 Jan 2019 13:31:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","dns_nameservers":[],"updated_at":"2019-01-20T13:30: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":"98b44718aeb44b23bb707186d232aa30","id":"1d9dbb09-948a-412f-b198-188f3fc36c56","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet"}]} 2019-01-20 13:31:02,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-4c8227e6-764f-4439-acbe-3ab0a50d8ade 2019-01-20 13:31:02,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:03,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-e9c774e6-af22-4199-a969-d69738037276 Date: Sun, 20 Jan 2019 13:31:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:50Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.1"}],"id":"58497fe1-b53a-455f-bbed-a4765382e08f","security_groups":[],"mac_address":"fa:16:3e:0f:11:fb","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:37Z","binding:vnic_type":"normal","device_id":"811c67f5-91da-46e2-a895-93e909db8a4a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.5"}],"id":"6cb0dfd6-988c-4181-aeeb-079a71ff0e8c","security_groups":["d7bc747d-4995-4ff5-a1fb-de010840bb0d"],"mac_address":"fa:16:3e:c8:73:ee","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563port-1","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:48Z","binding:vnic_type":"normal","device_id":"62e76557-e021-4681-a58b-edbc64714779"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.3"}],"id":"8f8db2a7-2cfb-441c-9be6-cadb94296227","security_groups":[],"mac_address":"fa:16:3e:74:c1:25","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-904e084d-b87a-4c6b-93f1-882762cc47c5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.2"}],"id":"af6413b5-1c0c-449f-bc14-3decb791b286","security_groups":[],"mac_address":"fa:16:3e:e0:ab:28","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-904e084d-b87a-4c6b-93f1-882762cc47c5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.4"}],"id":"fdf0ccaa-abfd-4f5e-8f2c-4245338806eb","security_groups":[],"mac_address":"fa:16:3e:96:d5:7c","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-904e084d-b87a-4c6b-93f1-882762cc47c5"}]} 2019-01-20 13:31:03,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-e9c774e6-af22-4199-a969-d69738037276 2019-01-20 13:31:03,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp"}}' 2019-01-20 13:31:04,495 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:31:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2b6c695e-b0c3-47c5-b8ba-d3fe3c87b59f x-compute-request-id: req-2b6c695e-b0c3-47c5-b8ba-d3fe3c87b59f Content-Length: 0 Content-Type: application/json 2019-01-20 13:31:04,495 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779/action used request id req-2b6c695e-b0c3-47c5-b8ba-d3fe3c87b59f 2019-01-20 13:31:04,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:04,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-4efb9c39-a879-4fe4-8269-e3884ad49903 Date: Sun, 20 Jan 2019 13:31:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:31Z", "admin_state_up": true, "updated_at": "2019-01-20T13:30:37Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "811c67f5-91da-46e2-a895-93e909db8a4a", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-router"}]} 2019-01-20 13:31:04,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-router used request id req-4efb9c39-a879-4fe4-8269-e3884ad49903 2019-01-20 13:31:04,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:04,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2472f7ff-5efe-48e9-9fbd-8f6d1e25d225 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30"}, "enabled": true, "id": "98b44718aeb44b23bb707186d232aa30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}} 2019-01-20 13:31:04,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 used request id req-2472f7ff-5efe-48e9-9fbd-8f6d1e25d225 2019-01-20 13:31:04,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=811c67f5-91da-46e2-a895-93e909db8a4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:04,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-31e66e54-9c21-4500-af3b-ac5fed010e79 Date: Sun, 20 Jan 2019 13:31:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:50Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.1"}],"id":"58497fe1-b53a-455f-bbed-a4765382e08f","security_groups":[],"mac_address":"fa:16:3e:0f:11:fb","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:37Z","binding:vnic_type":"normal","device_id":"811c67f5-91da-46e2-a895-93e909db8a4a"}]} 2019-01-20 13:31:04,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=811c67f5-91da-46e2-a895-93e909db8a4a used request id req-31e66e54-9c21-4500-af3b-ac5fed010e79 2019-01-20 13:31:04,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/1d9dbb09-948a-412f-b198-188f3fc36c56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:04,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-aab5163e-6722-4e44-90c6-b83f160dd1e9 Date: Sun, 20 Jan 2019 13:31:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","dns_nameservers":[],"updated_at":"2019-01-20T13:30: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":"98b44718aeb44b23bb707186d232aa30","id":"1d9dbb09-948a-412f-b198-188f3fc36c56","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet"}} 2019-01-20 13:31:04,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/1d9dbb09-948a-412f-b198-188f3fc36c56 used request id req-aab5163e-6722-4e44-90c6-b83f160dd1e9 2019-01-20 13:31:04,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:04,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-cc9f3fd0-0109-470b-9c12-9fb6c3513508 Date: Sun, 20 Jan 2019 13:31:04 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:31:04,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-cc9f3fd0-0109-470b-9c12-9fb6c3513508 2019-01-20 13:31:04,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:05,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bc8ecb5e-7d1f-4248-a89a-44647c5a8400 Date: Sun, 20 Jan 2019 13:31:05 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:31:05,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-bc8ecb5e-7d1f-4248-a89a-44647c5a8400 2019-01-20 13:31:05,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:05,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-08d06bd6-8180-4af6-b2d2-4eb20660229d x-compute-request-id: req-08d06bd6-8180-4af6-b2d2-4eb20660229d Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:73:ee", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "bookmark"}], "image": {"id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "links": [{"href": "http://172.30.9.22:8774/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:30:58.000000", "flavor": {"id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "links": [{"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}]}, "id": "62e76557-e021-4681-a58b-edbc64714779", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp"}, {"name": "default"}], "user_id": "fc91d85c53a64bd68fa5798e251ba31b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:30:58Z", "hostId": "fbae29b97211b8eee318f99670d6cae2fa334f313993f2b6bebb31b6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst", "created": "2019-01-20T13:30:52Z", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:31:05,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 used request id req-08d06bd6-8180-4af6-b2d2-4eb20660229d 2019-01-20 13:31:05,634 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst] is - ACTIVE 2019-01-20 13:31:05,634 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:31:05,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:06,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-ddac2c17-13bb-4f84-892c-d435a5ae219b x-compute-request-id: req-ddac2c17-13bb-4f84-892c-d435a5ae219b Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:73:ee", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "bookmark"}], "image": {"id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "links": [{"href": "http://172.30.9.22:8774/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:30:58.000000", "flavor": {"id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "links": [{"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}]}, "id": "62e76557-e021-4681-a58b-edbc64714779", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp"}, {"name": "default"}], "user_id": "fc91d85c53a64bd68fa5798e251ba31b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:30:58Z", "hostId": "fbae29b97211b8eee318f99670d6cae2fa334f313993f2b6bebb31b6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst", "created": "2019-01-20T13:30:52Z", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:31:06,113 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 used request id req-ddac2c17-13bb-4f84-892c-d435a5ae219b 2019-01-20 13:31:06,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:06,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e82349c7-df91-45c1-9320-03c9493a935b Date: Sun, 20 Jan 2019 13:31: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":["1d9dbb09-948a-412f-b198-188f3fc36c56"],"updated_at":"2019-01-20T13:30:28Z","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"98b44718aeb44b23bb707186d232aa30","id":"904e084d-b87a-4c6b-93f1-882762cc47c5","name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net"}]} 2019-01-20 13:31:06,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net used request id req-e82349c7-df91-45c1-9320-03c9493a935b 2019-01-20 13:31:06,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:06,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b91f1f5-b828-4e5f-98e7-6912935bc371 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30"}, "enabled": true, "id": "98b44718aeb44b23bb707186d232aa30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}} 2019-01-20 13:31:06,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 used request id req-5b91f1f5-b828-4e5f-98e7-6912935bc371 2019-01-20 13:31:06,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:06,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6445067a-aaf5-4407-8189-36e30e4a6b52 Date: Sun, 20 Jan 2019 13:31:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","dns_nameservers":[],"updated_at":"2019-01-20T13:30: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":"98b44718aeb44b23bb707186d232aa30","id":"1d9dbb09-948a-412f-b198-188f3fc36c56","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet"}]} 2019-01-20 13:31:06,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-6445067a-aaf5-4407-8189-36e30e4a6b52 2019-01-20 13:31:06,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:06,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-56e7b96e-5341-407c-b5d1-51d4e67abb7a Date: Sun, 20 Jan 2019 13:31:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:50Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.1"}],"id":"58497fe1-b53a-455f-bbed-a4765382e08f","security_groups":[],"mac_address":"fa:16:3e:0f:11:fb","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:37Z","binding:vnic_type":"normal","device_id":"811c67f5-91da-46e2-a895-93e909db8a4a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:04Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.5"}],"id":"6cb0dfd6-988c-4181-aeeb-079a71ff0e8c","security_groups":["96ca806c-b3aa-4803-b740-f6cbeb00f4d6","d7bc747d-4995-4ff5-a1fb-de010840bb0d"],"mac_address":"fa:16:3e:c8:73:ee","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563port-1","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:48Z","binding:vnic_type":"normal","device_id":"62e76557-e021-4681-a58b-edbc64714779"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.3"}],"id":"8f8db2a7-2cfb-441c-9be6-cadb94296227","security_groups":[],"mac_address":"fa:16:3e:74:c1:25","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-904e084d-b87a-4c6b-93f1-882762cc47c5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.2"}],"id":"af6413b5-1c0c-449f-bc14-3decb791b286","security_groups":[],"mac_address":"fa:16:3e:e0:ab:28","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-904e084d-b87a-4c6b-93f1-882762cc47c5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.4"}],"id":"fdf0ccaa-abfd-4f5e-8f2c-4245338806eb","security_groups":[],"mac_address":"fa:16:3e:96:d5:7c","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-904e084d-b87a-4c6b-93f1-882762cc47c5"}]} 2019-01-20 13:31:06,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-56e7b96e-5341-407c-b5d1-51d4e67abb7a 2019-01-20 13:31:06,484 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-20 13:31:06,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:06,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f474346a-1004-4e58-b9dc-b6677c8e946d Date: Sun, 20 Jan 2019 13:31:06 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:31:06,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-f474346a-1004-4e58-b9dc-b6677c8e946d 2019-01-20 13:31:06,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:06,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-048eace1-17ac-4d78-8166-be4a554fcbbd Date: Sun, 20 Jan 2019 13:31:06 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:31:06,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-048eace1-17ac-4d78-8166-be4a554fcbbd 2019-01-20 13:31:06,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" -d '{"floatingip": {"floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "port_id": "6cb0dfd6-988c-4181-aeeb-079a71ff0e8c"}}' 2019-01-20 13:31:08,878 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-c0481f6e-5226-44fe-a2dd-62cb1ee4d6ef Date: Sun, 20 Jan 2019 13:31:08 GMT RESP BODY: {"floatingip": {"router_id": "811c67f5-91da-46e2-a895-93e909db8a4a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:31:07Z", "updated_at": "2019-01-20T13:31:07Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "10.55.1.5", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "98b44718aeb44b23bb707186d232aa30", "port_id": "6cb0dfd6-988c-4181-aeeb-079a71ff0e8c", "id": "80389b18-8154-4a36-ae6a-06100cc2971f"}} 2019-01-20 13:31:08,878 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-c0481f6e-5226-44fe-a2dd-62cb1ee4d6ef 2019-01-20 13:31:08,879 - create_instance - INFO - Created floating IP 172.30.9.206 via router - CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-router 2019-01-20 13:31:08,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:09,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-e532a3a2-564c-4a73-8ae7-55bf3ae1210d x-compute-request-id: req-e532a3a2-564c-4a73-8ae7-55bf3ae1210d Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:73:ee", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "bookmark"}], "image": {"id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "links": [{"href": "http://172.30.9.22:8774/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:30:58.000000", "flavor": {"id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "links": [{"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}]}, "id": "62e76557-e021-4681-a58b-edbc64714779", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp"}, {"name": "default"}], "user_id": "fc91d85c53a64bd68fa5798e251ba31b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:30:58Z", "hostId": "fbae29b97211b8eee318f99670d6cae2fa334f313993f2b6bebb31b6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst", "created": "2019-01-20T13:30:52Z", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:31:09,340 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 used request id req-e532a3a2-564c-4a73-8ae7-55bf3ae1210d 2019-01-20 13:31:09,340 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst] is - ACTIVE 2019-01-20 13:31:09,341 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:31:09,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:10,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25b4d4b2-f33f-46c2-aa67-d34f0abefd83 x-compute-request-id: req-25b4d4b2-f33f-46c2-aa67-d34f0abefd83 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:73:ee", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "bookmark"}], "image": {"id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "links": [{"href": "http://172.30.9.22:8774/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:30:58.000000", "flavor": {"id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "links": [{"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}]}, "id": "62e76557-e021-4681-a58b-edbc64714779", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp"}, {"name": "default"}], "user_id": "fc91d85c53a64bd68fa5798e251ba31b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:30:58Z", "hostId": "fbae29b97211b8eee318f99670d6cae2fa334f313993f2b6bebb31b6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst", "created": "2019-01-20T13:30:52Z", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:31:10,104 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 used request id req-25b4d4b2-f33f-46c2-aa67-d34f0abefd83 2019-01-20 13:31:10,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:10,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2bce3576-e407-4a00-a4c8-afc338bc57c5 Date: Sun, 20 Jan 2019 13:31: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":["1d9dbb09-948a-412f-b198-188f3fc36c56"],"updated_at":"2019-01-20T13:30:28Z","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"98b44718aeb44b23bb707186d232aa30","id":"904e084d-b87a-4c6b-93f1-882762cc47c5","name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net"}]} 2019-01-20 13:31:10,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net used request id req-2bce3576-e407-4a00-a4c8-afc338bc57c5 2019-01-20 13:31:10,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:10,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3f6929b-cd09-4f9f-aef0-2054f0bf0058 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30"}, "enabled": true, "id": "98b44718aeb44b23bb707186d232aa30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}} 2019-01-20 13:31:10,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 used request id req-c3f6929b-cd09-4f9f-aef0-2054f0bf0058 2019-01-20 13:31:10,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:10,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-44bfc5b4-8768-466d-b373-e9e2df2868fd Date: Sun, 20 Jan 2019 13:31:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","dns_nameservers":[],"updated_at":"2019-01-20T13:30: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":"98b44718aeb44b23bb707186d232aa30","id":"1d9dbb09-948a-412f-b198-188f3fc36c56","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet"}]} 2019-01-20 13:31:10,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-44bfc5b4-8768-466d-b373-e9e2df2868fd 2019-01-20 13:31:10,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:10,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-d4ad4a0e-8449-40e6-a3b4-19d20ebc9b35 Date: Sun, 20 Jan 2019 13:31:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:50Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.1"}],"id":"58497fe1-b53a-455f-bbed-a4765382e08f","security_groups":[],"mac_address":"fa:16:3e:0f:11:fb","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:37Z","binding:vnic_type":"normal","device_id":"811c67f5-91da-46e2-a895-93e909db8a4a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:04Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.5"}],"id":"6cb0dfd6-988c-4181-aeeb-079a71ff0e8c","security_groups":["96ca806c-b3aa-4803-b740-f6cbeb00f4d6","d7bc747d-4995-4ff5-a1fb-de010840bb0d"],"mac_address":"fa:16:3e:c8:73:ee","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563port-1","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:48Z","binding:vnic_type":"normal","device_id":"62e76557-e021-4681-a58b-edbc64714779"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.3"}],"id":"8f8db2a7-2cfb-441c-9be6-cadb94296227","security_groups":[],"mac_address":"fa:16:3e:74:c1:25","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-904e084d-b87a-4c6b-93f1-882762cc47c5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.2"}],"id":"af6413b5-1c0c-449f-bc14-3decb791b286","security_groups":[],"mac_address":"fa:16:3e:e0:ab:28","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-904e084d-b87a-4c6b-93f1-882762cc47c5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.4"}],"id":"fdf0ccaa-abfd-4f5e-8f2c-4245338806eb","security_groups":[],"mac_address":"fa:16:3e:96:d5:7c","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-904e084d-b87a-4c6b-93f1-882762cc47c5"}]} 2019-01-20 13:31:10,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-d4ad4a0e-8449-40e6-a3b4-19d20ebc9b35 2019-01-20 13:31:10,610 - create_instance_tests - INFO - Looking for IP 10.55.1.5 in the console log 2019-01-20 13:31:10,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:11,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5be99b9c-c6ba-47e7-b2ca-3a73e6c3caf0 x-compute-request-id: req-5be99b9c-c6ba-47e7-b2ca-3a73e6c3caf0 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:73:ee", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:73:ee", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "bookmark"}], "image": {"id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "links": [{"href": "http://172.30.9.22:8774/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:30:58.000000", "flavor": {"id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "links": [{"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}]}, "id": "62e76557-e021-4681-a58b-edbc64714779", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp"}, {"name": "default"}], "user_id": "fc91d85c53a64bd68fa5798e251ba31b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:30:58Z", "hostId": "fbae29b97211b8eee318f99670d6cae2fa334f313993f2b6bebb31b6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst", "created": "2019-01-20T13:30:52Z", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:31:11,226 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 used request id req-5be99b9c-c6ba-47e7-b2ca-3a73e6c3caf0 2019-01-20 13:31:11,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 13:31:12,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bad15890-ad08-46c6-81b1-729196b3f0da x-compute-request-id: req-bad15890-ad08-46c6-81b1-729196b3f0da Content-Encoding: gzip Content-Length: 9656 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 493176556 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.130952] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.132640] pid_max: default: 32768 minimum: 301\n[ 0.133550] ACPI: Core revision 20150930\n[ 0.134951] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136252] Security Framework initialized\n[ 0.137061] Yama: becoming mindful.\n[ 0.137797] AppArmor: AppArmor initialized\n[ 0.138679] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139960] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.141216] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142449] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.143819] Initializing cgroup subsys io\n[ 0.144629] Initializing cgroup subsys memory\n[ 0.145500] Initializing cgroup subsys devices\n[ 0.146419] Initializing cgroup subsys freezer\n[ 0.147295] Initializing cgroup subsys net_cls\n[ 0.148161] Initializing cgroup subsys perf_event\n[ 0.149065] Initializing cgroup subsys net_prio\n[ 0.149943] Initializing cgroup subsys hugetlb\n[ 0.150873] Initializing cgroup subsys pids\n[ 0.151743] CPU: Physical Processor ID: 0\n[ 0.153226] mce: CPU supports 10 MCE banks\n[ 0.154097] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155165] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.157465] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.163883] ftrace: allocating 31920 entries in 125 pages\n[ 0.189889] smpboot: Max logical packages: 2\n[ 0.190790] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.191985] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.193333] x2apic enabled\n[ 0.194153] Switched APIC routing to physical x2apic.\n[ 0.195931] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.197141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.199308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.201245] KVM setup paravirtual spinlock\n[ 0.202677] x86: Booting SMP configuration:\n[ 0.203575] .... node #0, CPUs: #1\n[ 0.204487] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.226759] x86: Booted up 1 node, 2 CPUs\n[ 0.226762] KVM setup async PF for cpu 1\n[ 0.226765] kvm-stealtime: cpu 1, msr f90d940\n[ 0.229294] smpboot: Total of 2 processors activated (13967.63 BogoMIPS)\n[ 0.230809] devtmpfs: initialized\n[ 0.232486] evm: security.selinux\n[ 0.233175] evm: security.SMACK64\n[ 0.233861] evm: security.SMACK64EXEC\n[ 0.234597] evm: security.SMACK64TRANSMUTE\n[ 0.235405] evm: security.SMACK64MMAP\n[ 0.236143] evm: security.ima\n[ 0.236779] evm: security.capability\n[ 0.237601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239490] pinctrl core: initialized pinctrl subsystem\n[ 0.240581] RTC time: 13:30:58, date: 01/20/19\n[ 0.241540] NET: Registered protocol family 16\n[ 0.251471] cpuidle: using governor ladder\n[ 0.263561] cpuidle: using governor menu\n[ 0.264364] PCCT header not found.\n[ 0.265123] ACPI: bus type PCI registered\n[ 0.265951] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.267213] PCI: Using configuration type 1 for base access\n[ 0.280630] ACPI: Added _OSI(Module Device)\n[ 0.281470] ACPI: Added _OSI(Processor Device)\n[ 0.282317] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.283205] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.285495] ACPI: Interpreter enabled\n[ 0.286245] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.288065] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289893] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.291765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.293621] ACPI: (supports S0 S5)\n[ 0.294312] ACPI: Using IOAPIC for interrupt routing\n[ 0.295376] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.298689] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.299868] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.301144] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.302369] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.304687] acpiphp: Slot [3] registered\n[ 0.305513] acpiphp: Slot [4] registered\n[ 0.306340] acpiphp: Slot [5] registered\n[ 0.307159] acpiphp: Slot [6] registered\n[ 0.307982] acpiphp: Slot [7] registered\n[ 0.308803] acpiphp: Slot [8] registered\n[ 0.309638] acpiphp: Slot [9] registered\n[ 0.310462] acpiphp: Slot [10] registered\n[ 0.321314] acpiphp: Slot [11] registered\n[ 0.322154] acpiphp: Slot [12] registered\n[ 0.322994] acpiphp: Slot [13] registered\n[ 0.323835] acpiphp: Slot [14] registered\n[ 0.324673] acpiphp: Slot [15] registered\n[ 0.325516] acpiphp: Slot [16] registered\n[ 0.326357] acpiphp: Slot [17] registered\n[ 0.327187] acpiphp: Slot [18] registered\n[ 0.328015] acpiphp: Slot [19] registered\n[ 0.328839] acpiphp: Slot [20] registered\n[ 0.329684] acpiphp: Slot [21] registered\n[ 0.330521] acpiphp: Slot [22] registered\n[ 0.331361] acpiphp: Slot [23] registered\n[ 0.332196] acpiphp: Slot [24] registered\n[ 0.333034] acpiphp: Slot [25] registered\n[ 0.333878] acpiphp: Slot [26] registered\n[ 0.334716] acpiphp: Slot [27] registered\n[ 0.335537] acpiphp: Slot [28] registered\n[ 0.336355] acpiphp: Slot [29] registered\n[ 0.337184] acpiphp: Slot [30] registered\n[ 0.338032] acpiphp: Slot [31] registered\n[ 0.338863] PCI host bridge to bus 0000:00\n[ 0.339698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.340949] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.342159] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.343614] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.345049] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.351254] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.352548] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.353733] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.355052] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.362212] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.363693] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.411853] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.413343] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.414749] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418654] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.420031] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.421213] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422287] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.423857] vgaarb: loaded\n[ 0.424465] vgaarb: bridge control possible 0000:00:02.0\n[ 0.425622] SCSI subsystem initialized\n[ 0.426464] ACPI: bus type USB registered\n[ 0.427294] usbcore: registered new interface driver usbfs\n[ 0.428360] usbcore: registered new interface driver hub\n[ 0.429399] usbcore: registered new device driver usb\n[ 0.430517] PCI: Using ACPI for IRQ routing\n[ 0.431548] NetLabel: Initializing\n[ 0.432268] NetLabel: domain hash size = 128\n[ 0.433138] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.434101] NetLabel: unlabeled traffic allowed by default\n[ 0.435227] clocksource: Switched to clocksource kvm-clock\n[ 0.441055] AppArmor: AppArmor Filesystem Enabled\n[ 0.442036] pnp: PnP ACPI init\n[ 0.442959] pnp: PnP ACPI: found 5 devices\n[ 0.450298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452033] NET: Registered protocol family 2\n[ 0.453031] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.454317] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.455548] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.456742] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457830] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.459006] NET: Registered protocol family 1\n[ 0.459880] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460984] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.462062] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480273] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.498754] Trying to unpack rootfs image as initramfs...\n[ 0.548049] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.562260] Scanning for low memory corruption every 60 seconds\n[ 0.563721] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.564919] audit: initializing netlink subsys (disabled)\n[ 0.565995] audit: type=2000 audit(1547991058.863:1): initialized\n[ 0.567384] Initialise system trusted keyring\n[ 0.568414] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.569634] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.571792] zbud: loaded\n[ 0.572548] VFS: Disk quotas dquot_6.6.0\n[ 0.573390] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.574972] fuse init (API version 7.23)\n[ 0.575911] Key type big_key registered\n[ 0.576715] Allocating IMA MOK and blacklist keyrings.\n[ 0.578134] Key type asymmetric registered\n[ 0.578975] Asymmetric key parser 'x509' registered\n[ 0.579938] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.581451] io scheduler noop registered\n[ 0.582240] io scheduler deadline registered (default)\n[ 0.583236] io scheduler cfq registered\n[ 0.584073] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.585118] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.586387] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.587837] ACPI: Power Button [PWRF]\n[ 0.588720] GHES: HEST is not enabled!\n[ 0.608310] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.645814] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.648237] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672112] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.675181] Linux agpgart interface v0.103\n[ 0.678219] brd: module loaded\n[ 0.679817] loop: module loaded\n[ 0.685289] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.686787] GPT:90111 != 20971519\n[ 0.687492] GPT:Alternate GPT header not at the end of the disk.\n[ 0.688612] GPT:90111 != 20971519\n[ 0.689303] GPT: Use GNU Parted to correct GPT errors.\n[ 0.690278] vda: vda1 vda15\n[ 0.691989] scsi host0: ata_piix\n[ 0.692915] scsi host1: ata_piix\n[ 0.693782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.695243] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.696749] libphy: Fixed MDIO Bus: probed\n[ 0.697811] tun: Universal TUN/TAP device driver, 1.6\n[ 0.699096] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.701366] PPP generic driver version 2.4.2\n[ 0.702551] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.703928] ehci-pci: EHCI PCI platform driver\n[ 0.704920] ehci-platform: EHCI generic platform driver\n[ 0.706005] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.707286] ohci-pci: OHCI PCI platform driver\n[ 0.708342] ohci-platform: OHCI generic platform driver\n[ 0.709465] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.728751] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.729731] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.731155] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.732175] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.733272] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.734474] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.735886] usb usb1: Product: UHCI Host Controller\n[ 0.736813] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.737934] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.738977] hub 1-0:1.0: USB hub found\n[ 0.739755] hub 1-0:1.0: 2 ports detected\n[ 0.740660] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.742734] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.743688] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.744743] mousedev: PS/2 mouse device common for all mice\n[ 0.745990] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.747807] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748906] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.750091] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.751274] i2c /dev entries driver\n[ 0.752027] device-mapper: uevent: version 1.0.3\n[ 0.752976] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.754577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.755926] NET: Registered protocol family 10\n[ 0.756943] NET: Registered protocol family 17\n[ 0.757827] Key type dns_resolver registered\n[ 0.758779] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.759859] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.761653] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.763438] registered taskstats version 1\n[ 0.764255] Loading compiled-in X.509 certificates\n[ 0.765680] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.767510] zswap: loaded using pool lzo/zbud\n[ 0.769589] Key type trusted registered\n[ 0.771364] Key type encrypted registered\n[ 0.772177] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.773186] ima: No TPM chip found, activating TPM-bypass!\n[ 0.774208] evm: HMAC attrs: 0x1\n[ 0.775149] Magic number: 3:328:534\n[ 0.775918] bdi 1:12: hash matches\n[ 0.786907] tty ttyS14: hash matches\n[ 0.787781] rtc_cmos 00:00: setting system clock to 2019-01-20 13:30:59 UTC (1547991059)\n[ 0.789382] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.790471] EDD information not available.\n[ 0.852368] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853921] Write protecting the kernel read-only data: 14336k\n[ 0.855534] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.857330] 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 1.01\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.232532] 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.20. iid=i-000000f8\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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIoc7Byaobh2j8+mWmKNNl9tZy9hXsZmVkcs2XDxlW5L1fILSK03jNJzRt3w2kCrXCO3Fy2ub+l2vSo+MAcGKyCogRGdAp5a8T6P8fxC7M2h7nSML/c3ylqE8+jsjyIoq4L+Ol47H0PnPZYBX3yMZ1taFJibidpSsT0nzu2hSuN1jMHRpTawklKnjHGACK73oI4/+7kkPXshLSBp7IkwgLw/kIu4v5jRTUbUMtVAd5rbqsJo/gejp9Cr/bCZbW/hbCrfhIDP4+i8y8kaQQfXvykLAActDaAip9DJpQHSTjmMHmlN3ikmZXGzdfhBlKt46bgaVe2GlO4WPB1o2Npx2X root@createinstancesinglenetworktests-21527e01-c1f8-4d40-8a3e-2faefc\nssh-dss AAAAB3NzaC1kc3MAAACBAL3XmKXwuY6pm4iwqNr4f4IE1mr2GNE4tYREEFrESOzQz4dFxy4KdeL8NPcIHqGc+03B7wbnkcyxJE90v7L41WTeo87LI4CE/fmh5EIYlGZjda++9liClK5ciKUATUsIwGd4rckJR0Ji1la3vq4GuieUk8a4kFBsI2SklricjNWpAAAAFQD3b0et9iv/HW7BrEXkkT8UOLVvEwAAAIAlkXRXT4L6H0NlEoZ8Lgju8ATyF/3ZcbWHQIHnk2hMXR3/afx/MxFfqlv2t+ypM+1GpfFbZECdaEmquNCBBy6ST9qxUvg0QhYbP63t7D2O2gwDPr06vgJAbETKJakJCic5/ClWrrhmOXFHIP9byv6qxA6j2UmC3WqQpCRvmOhJmwAAAIBMlbSWnE5+/r3rW6x+S7WfM3D4JfWJQDNEb1cu8Q4qrGCClRm7//7uP3avIwVZqK/Wg6DLvPzScTqjOzCtw6Hvl8VRUYT5EtN/dC/lt6LwNUdCxaoWVRy1wiot8xSXRX9+qpkIUqdxtflQsHJ1hqclAX+b93gxxPwmnKcTWO+ddg== root@createinstancesinglenetworktests-21527e01-c1f8-4d40-8a3e-2faefc\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:fec8:73ee/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.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-000000f8\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-21527e01-c1f8-4d40-8a3e-2faefc\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.04 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-21527e01-c1f8-4d40-8a3e-2faefc login: "} 2019-01-20 13:31:12,380 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779/action used request id req-bad15890-ad08-46c6-81b1-729196b3f0da 2019-01-20 13:31:12,382 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-20 13:31:12,382 - 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 493176556 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.908 MHz processor [ 0.130952] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.132640] pid_max: default: 32768 minimum: 301 [ 0.133550] ACPI: Core revision 20150930 [ 0.134951] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136252] Security Framework initialized [ 0.137061] Yama: becoming mindful. [ 0.137797] AppArmor: AppArmor initialized [ 0.138679] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139960] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.141216] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142449] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.143819] Initializing cgroup subsys io [ 0.144629] Initializing cgroup subsys memory [ 0.145500] Initializing cgroup subsys devices [ 0.146419] Initializing cgroup subsys freezer [ 0.147295] Initializing cgroup subsys net_cls [ 0.148161] Initializing cgroup subsys perf_event [ 0.149065] Initializing cgroup subsys net_prio [ 0.149943] Initializing cgroup subsys hugetlb [ 0.150873] Initializing cgroup subsys pids [ 0.151743] CPU: Physical Processor ID: 0 [ 0.153226] mce: CPU supports 10 MCE banks [ 0.154097] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155165] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.157465] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.163883] ftrace: allocating 31920 entries in 125 pages [ 0.189889] smpboot: Max logical packages: 2 [ 0.190790] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.191985] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.193333] x2apic enabled [ 0.194153] Switched APIC routing to physical x2apic. [ 0.195931] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.197141] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.199308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.201245] KVM setup paravirtual spinlock [ 0.202677] x86: Booting SMP configuration: [ 0.203575] .... node #0, CPUs: #1 [ 0.204487] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.226759] x86: Booted up 1 node, 2 CPUs [ 0.226762] KVM setup async PF for cpu 1 [ 0.226765] kvm-stealtime: cpu 1, msr f90d940 [ 0.229294] smpboot: Total of 2 processors activated (13967.63 BogoMIPS) [ 0.230809] devtmpfs: initialized [ 0.232486] evm: security.selinux [ 0.233175] evm: security.SMACK64 [ 0.233861] evm: security.SMACK64EXEC [ 0.234597] evm: security.SMACK64TRANSMUTE [ 0.235405] evm: security.SMACK64MMAP [ 0.236143] evm: security.ima [ 0.236779] evm: security.capability [ 0.237601] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.239490] pinctrl core: initialized pinctrl subsystem [ 0.240581] RTC time: 13:30:58, date: 01/20/19 [ 0.241540] NET: Registered protocol family 16 [ 0.251471] cpuidle: using governor ladder [ 0.263561] cpuidle: using governor menu [ 0.264364] PCCT header not found. [ 0.265123] ACPI: bus type PCI registered [ 0.265951] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.267213] PCI: Using configuration type 1 for base access [ 0.280630] ACPI: Added _OSI(Module Device) [ 0.281470] ACPI: Added _OSI(Processor Device) [ 0.282317] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.283205] ACPI: Added _OSI(Processor Aggregator Device) [ 0.285495] ACPI: Interpreter enabled [ 0.286245] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.288065] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.289893] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.291765] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.293621] ACPI: (supports S0 S5) [ 0.294312] ACPI: Using IOAPIC for interrupt routing [ 0.295376] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.298689] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.299868] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.301144] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.302369] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.304687] acpiphp: Slot [3] registered [ 0.305513] acpiphp: Slot [4] registered [ 0.306340] acpiphp: Slot [5] registered [ 0.307159] acpiphp: Slot [6] registered [ 0.307982] acpiphp: Slot [7] registered [ 0.308803] acpiphp: Slot [8] registered [ 0.309638] acpiphp: Slot [9] registered [ 0.310462] acpiphp: Slot [10] registered [ 0.321314] acpiphp: Slot [11] registered [ 0.322154] acpiphp: Slot [12] registered [ 0.322994] acpiphp: Slot [13] registered [ 0.323835] acpiphp: Slot [14] registered [ 0.324673] acpiphp: Slot [15] registered [ 0.325516] acpiphp: Slot [16] registered [ 0.326357] acpiphp: Slot [17] registered [ 0.327187] acpiphp: Slot [18] registered [ 0.328015] acpiphp: Slot [19] registered [ 0.328839] acpiphp: Slot [20] registered [ 0.329684] acpiphp: Slot [21] registered [ 0.330521] acpiphp: Slot [22] registered [ 0.331361] acpiphp: Slot [23] registered [ 0.332196] acpiphp: Slot [24] registered [ 0.333034] acpiphp: Slot [25] registered [ 0.333878] acpiphp: Slot [26] registered [ 0.334716] acpiphp: Slot [27] registered [ 0.335537] acpiphp: Slot [28] registered [ 0.336355] acpiphp: Slot [29] registered [ 0.337184] acpiphp: Slot [30] registered [ 0.338032] acpiphp: Slot [31] registered [ 0.338863] PCI host bridge to bus 0000:00 [ 0.339698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.340949] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.342159] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.343614] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.345049] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.351254] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.352548] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.353733] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.355052] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.362212] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.363693] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.411853] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.413343] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.414749] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.416204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.418654] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.420031] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.421213] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.422287] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.423857] vgaarb: loaded [ 0.424465] vgaarb: bridge control possible 0000:00:02.0 [ 0.425622] SCSI subsystem initialized [ 0.426464] ACPI: bus type USB registered [ 0.427294] usbcore: registered new interface driver usbfs [ 0.428360] usbcore: registered new interface driver hub [ 0.429399] usbcore: registered new device driver usb [ 0.430517] PCI: Using ACPI for IRQ routing [ 0.431548] NetLabel: Initializing [ 0.432268] NetLabel: domain hash size = 128 [ 0.433138] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.434101] NetLabel: unlabeled traffic allowed by default [ 0.435227] clocksource: Switched to clocksource kvm-clock [ 0.441055] AppArmor: AppArmor Filesystem Enabled [ 0.442036] pnp: PnP ACPI init [ 0.442959] pnp: PnP ACPI: found 5 devices [ 0.450298] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.452033] NET: Registered protocol family 2 [ 0.453031] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.454317] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.455548] TCP: Hash tables configured (established 2048 bind 2048) [ 0.456742] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.457830] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.459006] NET: Registered protocol family 1 [ 0.459880] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.460984] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.462062] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.480273] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.498754] Trying to unpack rootfs image as initramfs... [ 0.548049] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.562260] Scanning for low memory corruption every 60 seconds [ 0.563721] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.564919] audit: initializing netlink subsys (disabled) [ 0.565995] audit: type=2000 audit(1547991058.863:1): initialized [ 0.567384] Initialise system trusted keyring [ 0.568414] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.569634] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.571792] zbud: loaded [ 0.572548] VFS: Disk quotas dquot_6.6.0 [ 0.573390] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.574972] fuse init (API version 7.23) [ 0.575911] Key type big_key registered [ 0.576715] Allocating IMA MOK and blacklist keyrings. [ 0.578134] Key type asymmetric registered [ 0.578975] Asymmetric key parser 'x509' registered [ 0.579938] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.581451] io scheduler noop registered [ 0.582240] io scheduler deadline registered (default) [ 0.583236] io scheduler cfq registered [ 0.584073] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.585118] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.586387] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.587837] ACPI: Power Button [PWRF] [ 0.588720] GHES: HEST is not enabled! [ 0.608310] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.645814] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.648237] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.672112] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.675181] Linux agpgart interface v0.103 [ 0.678219] brd: module loaded [ 0.679817] loop: module loaded [ 0.685289] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.686787] GPT:90111 != 20971519 [ 0.687492] GPT:Alternate GPT header not at the end of the disk. [ 0.688612] GPT:90111 != 20971519 [ 0.689303] GPT: Use GNU Parted to correct GPT errors. [ 0.690278] vda: vda1 vda15 [ 0.691989] scsi host0: ata_piix [ 0.692915] scsi host1: ata_piix [ 0.693782] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.695243] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.696749] libphy: Fixed MDIO Bus: probed [ 0.697811] tun: Universal TUN/TAP device driver, 1.6 [ 0.699096] tun: (C) 1999-2004 Max Krasnyansky [ 0.701366] PPP generic driver version 2.4.2 [ 0.702551] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.703928] ehci-pci: EHCI PCI platform driver [ 0.704920] ehci-platform: EHCI generic platform driver [ 0.706005] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.707286] ohci-pci: OHCI PCI platform driver [ 0.708342] ohci-platform: OHCI generic platform driver [ 0.709465] uhci_hcd: USB Universal Host Controller Interface driver [ 0.728751] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.729731] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.731155] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.732175] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.733272] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.734474] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.735886] usb usb1: Product: UHCI Host Controller [ 0.736813] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.737934] usb usb1: SerialNumber: 0000:00:01.2 [ 0.738977] hub 1-0:1.0: USB hub found [ 0.739755] hub 1-0:1.0: 2 ports detected [ 0.740660] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.742734] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.743688] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.744743] mousedev: PS/2 mouse device common for all mice [ 0.745990] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.747807] rtc_cmos 00:00: RTC can wake from S4 [ 0.748906] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.750091] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.751274] i2c /dev entries driver [ 0.752027] device-mapper: uevent: version 1.0.3 [ 0.752976] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.754577] ledtrig-cpu: registered to indicate activity on CPUs [ 0.755926] NET: Registered protocol family 10 [ 0.756943] NET: Registered protocol family 17 [ 0.757827] Key type dns_resolver registered [ 0.758779] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.759859] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.761653] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.763438] registered taskstats version 1 [ 0.764255] Loading compiled-in X.509 certificates [ 0.765680] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.767510] zswap: loaded using pool lzo/zbud [ 0.769589] Key type trusted registered [ 0.771364] Key type encrypted registered [ 0.772177] AppArmor: AppArmor sha1 policy hashing enabled [ 0.773186] ima: No TPM chip found, activating TPM-bypass! [ 0.774208] evm: HMAC attrs: 0x1 [ 0.775149] Magic number: 3:328:534 [ 0.775918] bdi 1:12: hash matches [ 0.786907] tty ttyS14: hash matches [ 0.787781] rtc_cmos 00:00: setting system clock to 2019-01-20 13:30:59 UTC (1547991059) [ 0.789382] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.790471] EDD information not available. [ 0.852368] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.853921] Write protecting the kernel read-only data: 14336k [ 0.855534] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857330] 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 1.01 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.232532] 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.20. iid=i-000000f8 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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCIoc7Byaobh2j8+mWmKNNl9tZy9hXsZmVkcs2XDxlW5L1fILSK03jNJzRt3w2kCrXCO3Fy2ub+l2vSo+MAcGKyCogRGdAp5a8T6P8fxC7M2h7nSML/c3ylqE8+jsjyIoq4L+Ol47H0PnPZYBX3yMZ1taFJibidpSsT0nzu2hSuN1jMHRpTawklKnjHGACK73oI4/+7kkPXshLSBp7IkwgLw/kIu4v5jRTUbUMtVAd5rbqsJo/gejp9Cr/bCZbW/hbCrfhIDP4+i8y8kaQQfXvykLAActDaAip9DJpQHSTjmMHmlN3ikmZXGzdfhBlKt46bgaVe2GlO4WPB1o2Npx2X root@createinstancesinglenetworktests-21527e01-c1f8-4d40-8a3e-2faefc ssh-dss AAAAB3NzaC1kc3MAAACBAL3XmKXwuY6pm4iwqNr4f4IE1mr2GNE4tYREEFrESOzQz4dFxy4KdeL8NPcIHqGc+03B7wbnkcyxJE90v7L41WTeo87LI4CE/fmh5EIYlGZjda++9liClK5ciKUATUsIwGd4rckJR0Ji1la3vq4GuieUk8a4kFBsI2SklricjNWpAAAAFQD3b0et9iv/HW7BrEXkkT8UOLVvEwAAAIAlkXRXT4L6H0NlEoZ8Lgju8ATyF/3ZcbWHQIHnk2hMXR3/afx/MxFfqlv2t+ypM+1GpfFbZECdaEmquNCBBy6ST9qxUvg0QhYbP63t7D2O2gwDPr06vgJAbETKJakJCic5/ClWrrhmOXFHIP9byv6qxA6j2UmC3WqQpCRvmOhJmwAAAIBMlbSWnE5+/r3rW6x+S7WfM3D4JfWJQDNEb1cu8Q4qrGCClRm7//7uP3avIwVZqK/Wg6DLvPzScTqjOzCtw6Hvl8VRUYT5EtN/dC/lt6LwNUdCxaoWVRy1wiot8xSXRX9+qpkIUqdxtflQsHJ1hqclAX+b93gxxPwmnKcTWO+ddg== root@createinstancesinglenetworktests-21527e01-c1f8-4d40-8a3e-2faefc -----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:fec8:73ee/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.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-000000f8 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-21527e01-c1f8-4d40-8a3e-2faefc launch-index: 0 === cirros: current=0.4.0 uptime=3.04 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-21527e01-c1f8-4d40-8a3e-2faefc login: 2019-01-20 13:31:12,385 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:12,897 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-f3349edb-bdc2-451d-b53f-9782572bbcfc x-compute-request-id: req-f3349edb-bdc2-451d-b53f-9782572bbcfc Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:73:ee", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:73:ee", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "bookmark"}], "image": {"id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "links": [{"href": "http://172.30.9.22:8774/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:30:58.000000", "flavor": {"id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "links": [{"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}]}, "id": "62e76557-e021-4681-a58b-edbc64714779", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp"}, {"name": "default"}], "user_id": "fc91d85c53a64bd68fa5798e251ba31b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:30:58Z", "hostId": "fbae29b97211b8eee318f99670d6cae2fa334f313993f2b6bebb31b6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst", "created": "2019-01-20T13:30:52Z", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:31:12,898 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 used request id req-f3349edb-bdc2-451d-b53f-9782572bbcfc 2019-01-20 13:31:12,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:13,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-cbc9fbd4-08dd-4e38-80a8-9779a12b5995 Date: Sun, 20 Jan 2019 13:31:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1d9dbb09-948a-412f-b198-188f3fc36c56"],"updated_at":"2019-01-20T13:30:28Z","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"98b44718aeb44b23bb707186d232aa30","id":"904e084d-b87a-4c6b-93f1-882762cc47c5","name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net"}]} 2019-01-20 13:31:13,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net used request id req-cbc9fbd4-08dd-4e38-80a8-9779a12b5995 2019-01-20 13:31:13,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:13,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0efa0e9-c6b1-4964-bdbb-87bd69d8fc42 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30"}, "enabled": true, "id": "98b44718aeb44b23bb707186d232aa30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}} 2019-01-20 13:31:13,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 used request id req-b0efa0e9-c6b1-4964-bdbb-87bd69d8fc42 2019-01-20 13:31:13,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:13,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1c9ecad1-2c28-40d6-9229-219358b195f2 Date: Sun, 20 Jan 2019 13:31:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","dns_nameservers":[],"updated_at":"2019-01-20T13:30: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":"98b44718aeb44b23bb707186d232aa30","id":"1d9dbb09-948a-412f-b198-188f3fc36c56","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet"}]} 2019-01-20 13:31:13,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-1c9ecad1-2c28-40d6-9229-219358b195f2 2019-01-20 13:31:13,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:13,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-0b5b510d-6dc2-43d9-a8ca-2709dedb1706 Date: Sun, 20 Jan 2019 13:31:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:50Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.1"}],"id":"58497fe1-b53a-455f-bbed-a4765382e08f","security_groups":[],"mac_address":"fa:16:3e:0f:11:fb","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:37Z","binding:vnic_type":"normal","device_id":"811c67f5-91da-46e2-a895-93e909db8a4a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:04Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.5"}],"id":"6cb0dfd6-988c-4181-aeeb-079a71ff0e8c","security_groups":["96ca806c-b3aa-4803-b740-f6cbeb00f4d6","d7bc747d-4995-4ff5-a1fb-de010840bb0d"],"mac_address":"fa:16:3e:c8:73:ee","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563port-1","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:48Z","binding:vnic_type":"normal","device_id":"62e76557-e021-4681-a58b-edbc64714779"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.3"}],"id":"8f8db2a7-2cfb-441c-9be6-cadb94296227","security_groups":[],"mac_address":"fa:16:3e:74:c1:25","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-904e084d-b87a-4c6b-93f1-882762cc47c5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.2"}],"id":"af6413b5-1c0c-449f-bc14-3decb791b286","security_groups":[],"mac_address":"fa:16:3e:e0:ab:28","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-904e084d-b87a-4c6b-93f1-882762cc47c5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.4"}],"id":"fdf0ccaa-abfd-4f5e-8f2c-4245338806eb","security_groups":[],"mac_address":"fa:16:3e:96:d5:7c","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-904e084d-b87a-4c6b-93f1-882762cc47c5"}]} 2019-01-20 13:31:13,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-0b5b510d-6dc2-43d9-a8ca-2709dedb1706 2019-01-20 13:31:13,402 - create_instance - INFO - Checking if VM is active 2019-01-20 13:31:13,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:13,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-930230d0-a2c0-4dea-b03f-35cbc5928de4 x-compute-request-id: req-930230d0-a2c0-4dea-b03f-35cbc5928de4 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:73:ee", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:73:ee", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "bookmark"}], "image": {"id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "links": [{"href": "http://172.30.9.22:8774/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:30:58.000000", "flavor": {"id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "links": [{"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}]}, "id": "62e76557-e021-4681-a58b-edbc64714779", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp"}, {"name": "default"}], "user_id": "fc91d85c53a64bd68fa5798e251ba31b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:30:58Z", "hostId": "fbae29b97211b8eee318f99670d6cae2fa334f313993f2b6bebb31b6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst", "created": "2019-01-20T13:30:52Z", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:31:13,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 used request id req-930230d0-a2c0-4dea-b03f-35cbc5928de4 2019-01-20 13:31:13,870 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst] is - ACTIVE 2019-01-20 13:31:13,871 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:31:13,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:14,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da82f4ba-2aff-4c6a-b6c7-c23fed5fb171 x-compute-request-id: req-da82f4ba-2aff-4c6a-b6c7-c23fed5fb171 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:73:ee", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:73:ee", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "bookmark"}], "image": {"id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "links": [{"href": "http://172.30.9.22:8774/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:30:58.000000", "flavor": {"id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "links": [{"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}]}, "id": "62e76557-e021-4681-a58b-edbc64714779", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp"}, {"name": "default"}], "user_id": "fc91d85c53a64bd68fa5798e251ba31b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:30:58Z", "hostId": "fbae29b97211b8eee318f99670d6cae2fa334f313993f2b6bebb31b6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst", "created": "2019-01-20T13:30:52Z", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:31:14,341 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 used request id req-da82f4ba-2aff-4c6a-b6c7-c23fed5fb171 2019-01-20 13:31:14,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:14,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2ec6c2bb-d35a-4857-b5a7-54513eb92dba Date: Sun, 20 Jan 2019 13:31: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":["1d9dbb09-948a-412f-b198-188f3fc36c56"],"updated_at":"2019-01-20T13:30:28Z","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"98b44718aeb44b23bb707186d232aa30","id":"904e084d-b87a-4c6b-93f1-882762cc47c5","name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net"}]} 2019-01-20 13:31:14,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net used request id req-2ec6c2bb-d35a-4857-b5a7-54513eb92dba 2019-01-20 13:31:14,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:14,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b00daf1e-ecd1-4507-b0e4-b9e07808cfbf Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30"}, "enabled": true, "id": "98b44718aeb44b23bb707186d232aa30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}} 2019-01-20 13:31:14,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 used request id req-b00daf1e-ecd1-4507-b0e4-b9e07808cfbf 2019-01-20 13:31:14,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:14,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cdd9ea48-5fc1-4e91-af65-6c3aa3fe6b84 Date: Sun, 20 Jan 2019 13:31:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","dns_nameservers":[],"updated_at":"2019-01-20T13:30: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":"98b44718aeb44b23bb707186d232aa30","id":"1d9dbb09-948a-412f-b198-188f3fc36c56","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet"}]} 2019-01-20 13:31:14,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-cdd9ea48-5fc1-4e91-af65-6c3aa3fe6b84 2019-01-20 13:31:14,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:14,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-d2f4eeb0-91fe-44ff-9315-290bf53cb126 Date: Sun, 20 Jan 2019 13:31:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:50Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.1"}],"id":"58497fe1-b53a-455f-bbed-a4765382e08f","security_groups":[],"mac_address":"fa:16:3e:0f:11:fb","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:37Z","binding:vnic_type":"normal","device_id":"811c67f5-91da-46e2-a895-93e909db8a4a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:04Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.5"}],"id":"6cb0dfd6-988c-4181-aeeb-079a71ff0e8c","security_groups":["96ca806c-b3aa-4803-b740-f6cbeb00f4d6","d7bc747d-4995-4ff5-a1fb-de010840bb0d"],"mac_address":"fa:16:3e:c8:73:ee","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563port-1","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:48Z","binding:vnic_type":"normal","device_id":"62e76557-e021-4681-a58b-edbc64714779"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.3"}],"id":"8f8db2a7-2cfb-441c-9be6-cadb94296227","security_groups":[],"mac_address":"fa:16:3e:74:c1:25","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-904e084d-b87a-4c6b-93f1-882762cc47c5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.2"}],"id":"af6413b5-1c0c-449f-bc14-3decb791b286","security_groups":[],"mac_address":"fa:16:3e:e0:ab:28","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:28Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-904e084d-b87a-4c6b-93f1-882762cc47c5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1d9dbb09-948a-412f-b198-188f3fc36c56","ip_address":"10.55.1.4"}],"id":"fdf0ccaa-abfd-4f5e-8f2c-4245338806eb","security_groups":[],"mac_address":"fa:16:3e:96:d5:7c","project_id":"98b44718aeb44b23bb707186d232aa30","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"904e084d-b87a-4c6b-93f1-882762cc47c5","tenant_id":"98b44718aeb44b23bb707186d232aa30","created_at":"2019-01-20T13:30:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-904e084d-b87a-4c6b-93f1-882762cc47c5"}]} 2019-01-20 13:31:14,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-d2f4eeb0-91fe-44ff-9315-290bf53cb126 2019-01-20 13:31:14,866 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:31:14,871 - paramiko.transport - DEBUG - starting thread (client mode): 0x8d04f350L 2019-01-20 13:31:14,872 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:31:14,872 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:31:14,872 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:31:14,873 - 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 2019-01-20 13:31:14,874 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:31:14,874 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:31:14,874 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:31:14,874 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:31:14,874 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:31:14,892 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:31:14,893 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:31:14,904 - paramiko.transport - DEBUG - Trying key 3a90fd0ed99ece503685745b7d301610 from tmp/CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563 2019-01-20 13:31:14,931 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:31:14,934 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:31:15,035 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:31:15,050 - create_instance - INFO - SSH is active for VM instance 2019-01-20 13:31:15,050 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:31:15,052 - paramiko.transport - DEBUG - starting thread (client mode): 0x8d04f350L 2019-01-20 13:31:15,052 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:31:15,052 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:31:15,052 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:31:15,053 - 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 2019-01-20 13:31:15,054 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:31:15,054 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:31:15,054 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:31:15,054 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:31:15,054 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:31:15,071 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:31:15,072 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:31:15,085 - paramiko.transport - DEBUG - Trying key 3a90fd0ed99ece503685745b7d301610 from tmp/CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563 2019-01-20 13:31:15,111 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:31:15,115 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:31:15,117 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 13:31:15,118 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-20 13:31:15,118 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 13:31:15,119 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 13:31:15,121 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-20 13:31:15,122 - create_instance - INFO - Deleting Floating IP - 172.30.9.206 2019-01-20 13:31:15,122 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.206 2019-01-20 13:31:15,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/floatingips/80389b18-8154-4a36-ae6a-06100cc2971f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:16,096 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-84a00ca6-ea9a-417c-89a3-72d99b2c358c Content-Length: 0 Date: Sun, 20 Jan 2019 13:31:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:31:16,097 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/80389b18-8154-4a36-ae6a-06100cc2971f used request id req-84a00ca6-ea9a-417c-89a3-72d99b2c358c 2019-01-20 13:31:16,097 - create_instance - INFO - Deleting Port with ID - 6cb0dfd6-988c-4181-aeeb-079a71ff0e8c 2019-01-20 13:31:16,097 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563port-1 2019-01-20 13:31:16,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/6cb0dfd6-988c-4181-aeeb-079a71ff0e8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:16,580 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-33bc0872-a68d-4b00-ae9b-211fc250aa7b Date: Sun, 20 Jan 2019 13:31:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:31:16,580 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/6cb0dfd6-988c-4181-aeeb-079a71ff0e8c used request id req-33bc0872-a68d-4b00-ae9b-211fc250aa7b 2019-01-20 13:31:16,581 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst 2019-01-20 13:31:16,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:16,769 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13: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-950c1bfa-86ed-425d-901e-63245317fb4b x-compute-request-id: req-950c1bfa-86ed-425d-901e-63245317fb4b Content-Type: application/json 2019-01-20 13:31:16,769 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 used request id req-950c1bfa-86ed-425d-901e-63245317fb4b 2019-01-20 13:31:16,770 - create_instance - INFO - Checking deletion status 2019-01-20 13:31:16,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:17,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3882ec4e-056e-476d-b9c7-783fb145ca10 x-compute-request-id: req-3882ec4e-056e-476d-b9c7-783fb145ca10 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.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "bookmark"}], "image": {"id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "links": [{"href": "http://172.30.9.22:8774/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:30:58.000000", "flavor": {"id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "links": [{"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}]}, "id": "62e76557-e021-4681-a58b-edbc64714779", "user_id": "fc91d85c53a64bd68fa5798e251ba31b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:31:16Z", "hostId": "fbae29b97211b8eee318f99670d6cae2fa334f313993f2b6bebb31b6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst", "created": "2019-01-20T13:30:52Z", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:31:17,029 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 used request id req-3882ec4e-056e-476d-b9c7-783fb145ca10 2019-01-20 13:31:17,029 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst] is - ACTIVE 2019-01-20 13:31:17,029 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:31:20,033 - create_instance - DEBUG - VM status query timeout in 296.737004042 2019-01-20 13:31:20,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:20,289 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36d1e512-672d-49c9-8381-ebd34a8cbea5 x-compute-request-id: req-36d1e512-672d-49c9-8381-ebd34a8cbea5 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.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "bookmark"}], "image": {"id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "links": [{"href": "http://172.30.9.22:8774/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:30:58.000000", "flavor": {"id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "links": [{"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}]}, "id": "62e76557-e021-4681-a58b-edbc64714779", "user_id": "fc91d85c53a64bd68fa5798e251ba31b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:31:16Z", "hostId": "fbae29b97211b8eee318f99670d6cae2fa334f313993f2b6bebb31b6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst", "created": "2019-01-20T13:30:52Z", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:31:20,289 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 used request id req-36d1e512-672d-49c9-8381-ebd34a8cbea5 2019-01-20 13:31:20,290 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst] is - ACTIVE 2019-01-20 13:31:20,290 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:31:23,293 - create_instance - DEBUG - VM status query timeout in 293.476705074 2019-01-20 13:31:23,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c01dee8f74ef7c3f14660a52a34727db67c8954f" 2019-01-20 13:31:23,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-445af173-3d22-460a-8f7c-aa21152065dc x-compute-request-id: req-445af173-3d22-460a-8f7c-aa21152065dc Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/62e76557-e021-4681-a58b-edbc64714779", "rel": "bookmark"}], "image": {"id": "2278dd3a-f082-4052-848f-81bd8d3abb4a", "links": [{"href": "http://172.30.9.22:8774/images/2278dd3a-f082-4052-848f-81bd8d3abb4a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2019-01-20T13:30:58.000000", "flavor": {"id": "8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "links": [{"href": "http://172.30.9.22:8774/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8", "rel": "bookmark"}]}, "id": "62e76557-e021-4681-a58b-edbc64714779", "user_id": "fc91d85c53a64bd68fa5798e251ba31b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2019-01-20T13:31:23Z", "hostId": "fbae29b97211b8eee318f99670d6cae2fa334f313993f2b6bebb31b6", "OS-SRV-USG:terminated_at": "2019-01-20T13:31:22.000000", "key_name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp", "name": "CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst", "created": "2019-01-20T13:30:52Z", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:31:23,498 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/62e76557-e021-4681-a58b-edbc64714779 used request id req-445af173-3d22-460a-8f7c-aa21152065dc 2019-01-20 13:31:23,498 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst] is - DELETED 2019-01-20 13:31:23,498 - create_instance - INFO - VM is - DELETED 2019-01-20 13:31:23,498 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-inst 2019-01-20 13:31:23,499 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp 2019-01-20 13:31:23,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370682a5c874bd5e9ddbdf962c496aec22e581bc" 2019-01-20 13:31:23,540 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:31:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-81da123c-2616-4fb8-8b87-8dc0cd7b28d3 x-compute-request-id: req-81da123c-2616-4fb8-8b87-8dc0cd7b28d3 Content-Length: 0 Content-Type: application/json 2019-01-20 13:31:23,540 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-kp used request id req-81da123c-2616-4fb8-8b87-8dc0cd7b28d3 2019-01-20 13:31:23,541 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563.pub] 2019-01-20 13:31:23,541 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563] 2019-01-20 13:31:23,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a556f020467d9b88e9889978a9ed7b0e8a0d647b" 2019-01-20 13:31:23,620 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:31:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-03a37d8d-be4d-4ed1-a9c3-c72b8868f630 x-compute-request-id: req-03a37d8d-be4d-4ed1-a9c3-c72b8868f630 Content-Length: 0 Content-Type: application/json 2019-01-20 13:31:23,620 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/8300e6d3-1cfa-46ac-ad9e-e23cafd95ef8 used request id req-03a37d8d-be4d-4ed1-a9c3-c72b8868f630 2019-01-20 13:31:23,621 - neutron_utils - INFO - Deleting security group rule with ID - bb3ec429-0058-40a3-baa5-fe2ff9c3fa8e 2019-01-20 13:31:23,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/bb3ec429-0058-40a3-baa5-fe2ff9c3fa8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:31:23,709 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-35eae2d8-8dbc-473f-8aba-95f58159e0cd Content-Length: 0 Date: Sun, 20 Jan 2019 13:31:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:31:23,709 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/bb3ec429-0058-40a3-baa5-fe2ff9c3fa8e used request id req-35eae2d8-8dbc-473f-8aba-95f58159e0cd 2019-01-20 13:31:23,710 - neutron_utils - INFO - Deleting security group rule with ID - 4ba367fa-43b1-4616-aec1-5934e094f6c5 2019-01-20 13:31:23,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/4ba367fa-43b1-4616-aec1-5934e094f6c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:31:23,816 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1860dfe2-0e47-4a94-be08-101334d3a380 Content-Length: 0 Date: Sun, 20 Jan 2019 13:31:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:31:23,817 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/4ba367fa-43b1-4616-aec1-5934e094f6c5 used request id req-1860dfe2-0e47-4a94-be08-101334d3a380 2019-01-20 13:31:23,817 - neutron_utils - INFO - Deleting security group rule with ID - 30f5b413-698a-46f5-8f40-2fc9049362ca 2019-01-20 13:31:23,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/30f5b413-698a-46f5-8f40-2fc9049362ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:31:24,051 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-95f6d035-b866-40dd-8317-310ee1a2a990 Content-Length: 0 Date: Sun, 20 Jan 2019 13:31:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:31:24,052 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/30f5b413-698a-46f5-8f40-2fc9049362ca used request id req-95f6d035-b866-40dd-8317-310ee1a2a990 2019-01-20 13:31:24,052 - neutron_utils - INFO - Deleting security group rule with ID - 6f2dd849-8bd0-49bb-84f5-e0c19d14d2d3 2019-01-20 13:31:24,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/6f2dd849-8bd0-49bb-84f5-e0c19d14d2d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:31:24,307 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f0d45d06-ca5c-4f11-b2b0-83f1835eefe2 Content-Length: 0 Date: Sun, 20 Jan 2019 13:31:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:31:24,307 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/6f2dd849-8bd0-49bb-84f5-e0c19d14d2d3 used request id req-f0d45d06-ca5c-4f11-b2b0-83f1835eefe2 2019-01-20 13:31:24,308 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-sec-grp 2019-01-20 13:31:24,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/96ca806c-b3aa-4803-b740-f6cbeb00f4d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35b0518ccb34dd5239978c8503095928bdb69c8" 2019-01-20 13:31:24,632 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-55ed9b84-62d1-435c-921f-f236a17ceadf Content-Length: 0 Date: Sun, 20 Jan 2019 13:31:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:31:24,632 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/96ca806c-b3aa-4803-b740-f6cbeb00f4d6 used request id req-55ed9b84-62d1-435c-921f-f236a17ceadf 2019-01-20 13:31:24,633 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-router and subnet CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet 2019-01-20 13:31:24,633 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-router 2019-01-20 13:31:24,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/811c67f5-91da-46e2-a895-93e909db8a4a/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68925f043b727357acee65c556d646098554b9fb" -d '{"subnet_id": "1d9dbb09-948a-412f-b198-188f3fc36c56"}' 2019-01-20 13:31:26,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-68e6eee5-7451-47fb-a365-2e24aebb6c2c Date: Sun, 20 Jan 2019 13:31:25 GMT RESP BODY: {"network_id": "904e084d-b87a-4c6b-93f1-882762cc47c5", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "subnet_id": "1d9dbb09-948a-412f-b198-188f3fc36c56", "subnet_ids": ["1d9dbb09-948a-412f-b198-188f3fc36c56"], "port_id": "58497fe1-b53a-455f-bbed-a4765382e08f", "id": "811c67f5-91da-46e2-a895-93e909db8a4a"} 2019-01-20 13:31:26,001 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/811c67f5-91da-46e2-a895-93e909db8a4a/remove_router_interface used request id req-68e6eee5-7451-47fb-a365-2e24aebb6c2c 2019-01-20 13:31:26,001 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-router 2019-01-20 13:31:26,002 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-router 2019-01-20 13:31:26,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/811c67f5-91da-46e2-a895-93e909db8a4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68925f043b727357acee65c556d646098554b9fb" 2019-01-20 13:31:29,355 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b8a2550c-140b-4cf4-8779-5e6b3f9867c9 Content-Length: 0 Date: Sun, 20 Jan 2019 13:31:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:31:29,355 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/811c67f5-91da-46e2-a895-93e909db8a4a used request id req-b8a2550c-140b-4cf4-8779-5e6b3f9867c9 2019-01-20 13:31:29,356 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet 2019-01-20 13:31:29,356 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-subnet 2019-01-20 13:31:29,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/1d9dbb09-948a-412f-b198-188f3fc36c56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c0cf12e0ff693f46c3b31d62e502dd45e2ca7d" 2019-01-20 13:31:31,812 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bb2e34e9-93df-46bd-9bb4-b94a912abe47 Date: Sun, 20 Jan 2019 13:31:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:31:31,812 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/1d9dbb09-948a-412f-b198-188f3fc36c56 used request id req-bb2e34e9-93df-46bd-9bb4-b94a912abe47 2019-01-20 13:31:31,812 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-pub-net 2019-01-20 13:31:31,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/904e084d-b87a-4c6b-93f1-882762cc47c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c0cf12e0ff693f46c3b31d62e502dd45e2ca7d" 2019-01-20 13:31:32,939 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-705b1d62-f827-41c7-8b43-03096a435f7e Date: Sun, 20 Jan 2019 13:31:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:31:32,939 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/904e084d-b87a-4c6b-93f1-882762cc47c5 used request id req-705b1d62-f827-41c7-8b43-03096a435f7e 2019-01-20 13:31:32,940 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-21527e01-c1f8-4d40-8a3e-2faefcc53563-image 2019-01-20 13:31:32,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/2278dd3a-f082-4052-848f-81bd8d3abb4a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c56a82f6ccda64357437e8a8606ec34900fa9da" 2019-01-20 13:31:34,762 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5f01865a-0e51-454c-9918-9345d1ab30e0 Date: Sun, 20 Jan 2019 13:31:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:31:34,762 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/2278dd3a-f082-4052-848f-81bd8d3abb4a used request id req-5f01865a-0e51-454c-9918-9345d1ab30e0 2019-01-20 13:31:34,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d5ef58cd52ffac93fa768ee8f0f3c49a6bedb3" 2019-01-20 13:31:34,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-132f03e8-64ef-4a14-9db0-584d47f30e64 Date: Sun, 20 Jan 2019 13:31:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:27Z", "updated_at": "2019-01-20T13:30:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:30:27Z", "revision_number": 0, "id": "07085081-228e-44c2-9638-377c685cfd5f", "remote_group_id": "d7bc747d-4995-4ff5-a1fb-de010840bb0d", "remote_ip_prefix": null, "created_at": "2019-01-20T13:30:27Z", "security_group_id": "d7bc747d-4995-4ff5-a1fb-de010840bb0d", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "port_range_min": null, "ethertype": "IPv6", "project_id": "98b44718aeb44b23bb707186d232aa30"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:30:27Z", "revision_number": 0, "id": "a2e44d27-f36f-4f74-9381-f058ee145d24", "remote_group_id": "d7bc747d-4995-4ff5-a1fb-de010840bb0d", "remote_ip_prefix": null, "created_at": "2019-01-20T13:30:27Z", "security_group_id": "d7bc747d-4995-4ff5-a1fb-de010840bb0d", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "port_range_min": null, "ethertype": "IPv4", "project_id": "98b44718aeb44b23bb707186d232aa30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:30:27Z", "revision_number": 0, "id": "c8ecee01-765d-4a78-8187-141e5278f2ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:30:27Z", "security_group_id": "d7bc747d-4995-4ff5-a1fb-de010840bb0d", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "port_range_min": null, "ethertype": "IPv4", "project_id": "98b44718aeb44b23bb707186d232aa30"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:30:27Z", "revision_number": 0, "id": "da134109-3a90-457d-8ec5-06de32154ee4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:30:27Z", "security_group_id": "d7bc747d-4995-4ff5-a1fb-de010840bb0d", "tenant_id": "98b44718aeb44b23bb707186d232aa30", "port_range_min": null, "ethertype": "IPv6", "project_id": "98b44718aeb44b23bb707186d232aa30"}], "revision_number": 4, "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "d7bc747d-4995-4ff5-a1fb-de010840bb0d", "name": "default"}]} 2019-01-20 13:31:34,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-132f03e8-64ef-4a14-9db0-584d47f30e64 2019-01-20 13:31:34,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d5ef58cd52ffac93fa768ee8f0f3c49a6bedb3" 2019-01-20 13:31:35,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a02f2265-e53a-481d-836f-e1e0aa3fa897 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:31:35,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-a02f2265-e53a-481d-836f-e1e0aa3fa897 2019-01-20 13:31:35,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d5ef58cd52ffac93fa768ee8f0f3c49a6bedb3" 2019-01-20 13:31:35,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd541f32-e10c-4830-ad6c-fdcfa351f280 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:31:35,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-bd541f32-e10c-4830-ad6c-fdcfa351f280 2019-01-20 13:31:35,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d5ef58cd52ffac93fa768ee8f0f3c49a6bedb3" 2019-01-20 13:31:35,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93b5c920-7233-491a-8f40-6dced10d28cb Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:31:35,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-93b5c920-7233-491a-8f40-6dced10d28cb 2019-01-20 13:31:35,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d5ef58cd52ffac93fa768ee8f0f3c49a6bedb3" 2019-01-20 13:31:35,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64b0757b-85ab-4b3f-9ed0-727ad11485c8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30"}, "enabled": true, "id": "98b44718aeb44b23bb707186d232aa30", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj"}} 2019-01-20 13:31:35,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 used request id req-64b0757b-85ab-4b3f-9ed0-727ad11485c8 2019-01-20 13:31:35,337 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d7bc747d-4995-4ff5-a1fb-de010840bb0d 2019-01-20 13:31:35,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d7bc747d-4995-4ff5-a1fb-de010840bb0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d5ef58cd52ffac93fa768ee8f0f3c49a6bedb3" 2019-01-20 13:31:35,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d81ba3ac-3454-4b2a-bb35-180bcce87d4b Date: Sun, 20 Jan 2019 13:31:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "d7bc747d-4995-4ff5-a1fb-de010840bb0d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:30:27Z", "security_group_id": "d7bc747d-4995-4ff5-a1fb-de010840bb0d", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:27Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "07085081-228e-44c2-9638-377c685cfd5f"}, {"remote_group_id": "d7bc747d-4995-4ff5-a1fb-de010840bb0d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:30:27Z", "security_group_id": "d7bc747d-4995-4ff5-a1fb-de010840bb0d", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:27Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "a2e44d27-f36f-4f74-9381-f058ee145d24"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:30:27Z", "security_group_id": "d7bc747d-4995-4ff5-a1fb-de010840bb0d", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:27Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "c8ecee01-765d-4a78-8187-141e5278f2ab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:30:27Z", "security_group_id": "d7bc747d-4995-4ff5-a1fb-de010840bb0d", "port_range_min": null, "revision_number": 0, "tenant_id": "98b44718aeb44b23bb707186d232aa30", "created_at": "2019-01-20T13:30:27Z", "project_id": "98b44718aeb44b23bb707186d232aa30", "id": "da134109-3a90-457d-8ec5-06de32154ee4"}]} 2019-01-20 13:31:35,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d7bc747d-4995-4ff5-a1fb-de010840bb0d used request id req-d81ba3ac-3454-4b2a-bb35-180bcce87d4b 2019-01-20 13:31:35,515 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:31:35,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/d7bc747d-4995-4ff5-a1fb-de010840bb0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d5ef58cd52ffac93fa768ee8f0f3c49a6bedb3" 2019-01-20 13:31:35,929 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4b55a558-b063-4802-8797-ecf0f924e1ec Content-Length: 0 Date: Sun, 20 Jan 2019 13:31:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:31:35,929 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/d7bc747d-4995-4ff5-a1fb-de010840bb0d used request id req-4b55a558-b063-4802-8797-ecf0f924e1ec 2019-01-20 13:31:35,930 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj 2019-01-20 13:31:35,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d5ef58cd52ffac93fa768ee8f0f3c49a6bedb3" 2019-01-20 13:31:36,148 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:31:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ff16af2-812e-4dcf-ab33-e366a3ce9a06 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:31:36,149 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/98b44718aeb44b23bb707186d232aa30 used request id req-8ff16af2-812e-4dcf-ab33-e366a3ce9a06 2019-01-20 13:31:36,149 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-proj-role 2019-01-20 13:31:36,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/b8e6a48a0735443e9b71964e0c8a875d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d5ef58cd52ffac93fa768ee8f0f3c49a6bedb3" 2019-01-20 13:31:36,265 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:31:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77e72703-c095-4795-94ea-f94afab0af32 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:31:36,265 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/b8e6a48a0735443e9b71964e0c8a875d used request id req-77e72703-c095-4795-94ea-f94afab0af32 2019-01-20 13:31:36,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d5ef58cd52ffac93fa768ee8f0f3c49a6bedb3" 2019-01-20 13:31:36,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e4d1fe5-4adb-4816-b9f6-9ea2e5b279fb Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:31:36,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2e4d1fe5-4adb-4816-b9f6-9ea2e5b279fb 2019-01-20 13:31:36,351 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-fbd99ab7-c5df-44e-user 2019-01-20 13:31:36,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/fc91d85c53a64bd68fa5798e251ba31b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4ec1477976aacb4843fc4c952e2da037a680ac6" 2019-01-20 13:31:36,606 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:31:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01f6ca08-e21b-4cc9-9b00-3435efb722e2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:31:36,606 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/fc91d85c53a64bd68fa5798e251ba31b used request id req-01f6ca08-e21b-4cc9-9b00-3435efb722e2 2019-01-20 13:31:36,608 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:31:36,993 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:31:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["TMfyFvSeRWq4nBxL6ueH4w"], "issued_at": "2019-01-20T13:31:36.000000Z"}} 2019-01-20 13:31:36,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74f65aafa391cd537843524f1092ac4e8732c736" 2019-01-20 13:31:37,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e85046d-896e-44a2-9090-ce0918f8e2ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:31:37,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1e85046d-896e-44a2-9090-ce0918f8e2ed 2019-01-20 13:31:37,077 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:31:37,078 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:31:37,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:31:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["CZ-r13vXQmalX5dD20WbPQ"], "issued_at": "2019-01-20T13:31:37.000000Z"}} 2019-01-20 13:31:37,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7826958af7a697cdca7ab6582bbcfde894cca94" 2019-01-20 13:31:37,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-251f879b-b1a1-4507-9939-538a38eb9e67 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:31:37,554 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-251f879b-b1a1-4507-9939-538a38eb9e67 2019-01-20 13:31:37,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:31:37,563 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:31: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:31:37,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7826958af7a697cdca7ab6582bbcfde894cca94" 2019-01-20 13:31:37,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69d1281c-1115-4716-bfe5-d436e67cad67 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:31:37,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj used request id req-69d1281c-1115-4716-bfe5-d436e67cad67 2019-01-20 13:31:37,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7826958af7a697cdca7ab6582bbcfde894cca94" 2019-01-20 13:31:37,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da10d61a-b2dc-42bf-871e-33717010c5c4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:31:37,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-da10d61a-b2dc-42bf-871e-33717010c5c4 2019-01-20 13:31:37,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7826958af7a697cdca7ab6582bbcfde894cca94" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}}' 2019-01-20 13:31:37,852 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:31:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15abcd1f-8ca9-4145-9cdb-ae297feae9d8 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1"}, "enabled": true, "id": "b63e06b39b6349ca8d537e1db1069ea1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}} 2019-01-20 13:31:37,852 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-15abcd1f-8ca9-4145-9cdb-ae297feae9d8 2019-01-20 13:31:37,852 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj 2019-01-20 13:31:37,853 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:31:37,853 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:31:38,239 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:31:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["m2OJq6mLSLam9B8a774PfA"], "issued_at": "2019-01-20T13:31:38.000000Z"}} 2019-01-20 13:31:38,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19663b273ee7f725fc5f531898063399bd9ddc43" 2019-01-20 13:31:38,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0e0d526-e1a2-47de-a6f6-02756bc50050 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:31:38,327 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f0e0d526-e1a2-47de-a6f6-02756bc50050 2019-01-20 13:31:38,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:31:38,337 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:31: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:31:38,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19663b273ee7f725fc5f531898063399bd9ddc43" 2019-01-20 13:31:38,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dba44404-5654-4ab1-ae28-4cba33efd56e Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:31:38,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-dba44404-5654-4ab1-ae28-4cba33efd56e 2019-01-20 13:31:38,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19663b273ee7f725fc5f531898063399bd9ddc43" 2019-01-20 13:31:38,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18cd36bd-6e8e-4f64-9287-a7ffe10b57f9 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1"}, "enabled": true, "id": "b63e06b39b6349ca8d537e1db1069ea1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}]} 2019-01-20 13:31:38,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj used request id req-18cd36bd-6e8e-4f64-9287-a7ffe10b57f9 2019-01-20 13:31:38,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19663b273ee7f725fc5f531898063399bd9ddc43" 2019-01-20 13:31:38,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54e8c6e7-5b52-4b49-92cc-ca2443a5d1ee Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:31:38,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-54e8c6e7-5b52-4b49-92cc-ca2443a5d1ee 2019-01-20 13:31:39,020 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-user 2019-01-20 13:31:39,020 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:31:39,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7826958af7a697cdca7ab6582bbcfde894cca94" 2019-01-20 13:31:39,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6783414a-1020-4b41-b946-d33cc9b43659 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:31:39,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6783414a-1020-4b41-b946-d33cc9b43659 2019-01-20 13:31:39,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7826958af7a697cdca7ab6582bbcfde894cca94" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj-role"}}' 2019-01-20 13:31:39,248 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:31:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fbe8f241-7259-4ebf-a854-255c79cd1618 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "28739753468743079c4186a92236e15c", "links": {"self": "http://172.30.9.22:5000/v3/roles/28739753468743079c4186a92236e15c"}, "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj-role"}} 2019-01-20 13:31:39,248 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-fbe8f241-7259-4ebf-a854-255c79cd1618 2019-01-20 13:31:39,248 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj-role 2019-01-20 13:31:39,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/28739753468743079c4186a92236e15c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7826958af7a697cdca7ab6582bbcfde894cca94" 2019-01-20 13:31:39,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7d3c998-6315-4b9c-9994-264cdff43929 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/28739753468743079c4186a92236e15c"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj-role", "id": "28739753468743079c4186a92236e15c"}} 2019-01-20 13:31:39,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/28739753468743079c4186a92236e15c used request id req-f7d3c998-6315-4b9c-9994-264cdff43929 2019-01-20 13:31:39,269 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj-role to project CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj 2019-01-20 13:31:39,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1/users/cb29ba1a4d1d464abf8b881d51cf0d83/roles/28739753468743079c4186a92236e15c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7826958af7a697cdca7ab6582bbcfde894cca94" 2019-01-20 13:31:39,406 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:31:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d255a3cf-8dc7-48e0-beb7-27e2427a0be6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:31:39,406 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1/users/cb29ba1a4d1d464abf8b881d51cf0d83/roles/28739753468743079c4186a92236e15c used request id req-d255a3cf-8dc7-48e0-beb7-27e2427a0be6 2019-01-20 13:31:39,406 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:31:39,408 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:31:39,408 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:31:39,409 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:31:39,776 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "28739753468743079c4186a92236e15c", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj-role"}], "expires_at": "2019-01-20T14:31:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b63e06b39b6349ca8d537e1db1069ea1", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-user", "id": "cb29ba1a4d1d464abf8b881d51cf0d83"}, "audit_ids": ["mkF2pgy7RMO1Iz2iEZj2Fw"], "issued_at": "2019-01-20T13:31:39.000000Z"}} 2019-01-20 13:31:39,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f21434c40d67d96a8ba672656a4f805d775b5aa" 2019-01-20 13:31:39,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50a727a1-ef32-453d-b49a-5eadbd063253 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:31:39,865 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-50a727a1-ef32-453d-b49a-5eadbd063253 2019-01-20 13:31:39,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f21434c40d67d96a8ba672656a4f805d775b5aa" 2019-01-20 13:31:40,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-762ff515-0ece-4144-badf-d37970f7b6b0 Date: Sun, 20 Jan 2019 13:31:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-image"} 2019-01-20 13:31:40,055 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-image used request id req-762ff515-0ece-4144-badf-d37970f7b6b0 2019-01-20 13:31:40,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f21434c40d67d96a8ba672656a4f805d775b5aa" 2019-01-20 13:31:40,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-38f96494-8f55-45e7-9bac-01ac06e4fbc4 Date: Sun, 20 Jan 2019 13:31: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"}}} 2019-01-20 13:31:40,210 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-38f96494-8f55-45e7-9bac-01ac06e4fbc4 2019-01-20 13:31:40,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5f21434c40d67d96a8ba672656a4f805d775b5aa" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-image"}' 2019-01-20 13:31:40,453 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/67065180-ff5f-440a-a571-f6fa3b7e245d X-Openstack-Request-Id: req-07beedcf-9496-4141-8e74-ab807701f5b8 Date: Sun, 20 Jan 2019 13:31:40 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:31:40Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:31:40Z", "visibility": "shared", "locations": [], "self": "/v2/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "min_disk": 0, "protected": false, "id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "file": "/v2/images/67065180-ff5f-440a-a571-f6fa3b7e245d/file", "checksum": null, "owner": "b63e06b39b6349ca8d537e1db1069ea1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:31:40,453 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-07beedcf-9496-4141-8e74-ab807701f5b8 2019-01-20 13:31:40,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/67065180-ff5f-440a-a571-f6fa3b7e245d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f21434c40d67d96a8ba672656a4f805d775b5aa" -d '' 2019-01-20 13:31:41,868 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-16c0c2ee-2be5-4451-b6a4-568e87ed1325 Date: Sun, 20 Jan 2019 13:31:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:31:41,868 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/67065180-ff5f-440a-a571-f6fa3b7e245d/file used request id req-16c0c2ee-2be5-4451-b6a4-568e87ed1325 2019-01-20 13:31:41,869 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:31:41,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/67065180-ff5f-440a-a571-f6fa3b7e245d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f21434c40d67d96a8ba672656a4f805d775b5aa" 2019-01-20 13:31:42,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-6a667c23-ddd4-4014-8212-4c42af691dfa Date: Sun, 20 Jan 2019 13:31:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:31:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:31:41Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/67065180-ff5f-440a-a571-f6fa3b7e245d/snap", "metadata": {}}], "self": "/v2/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "min_disk": 0, "protected": false, "id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "file": "/v2/images/67065180-ff5f-440a-a571-f6fa3b7e245d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b63e06b39b6349ca8d537e1db1069ea1", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/67065180-ff5f-440a-a571-f6fa3b7e245d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:31:42,038 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/67065180-ff5f-440a-a571-f6fa3b7e245d used request id req-6a667c23-ddd4-4014-8212-4c42af691dfa 2019-01-20 13:31:42,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f21434c40d67d96a8ba672656a4f805d775b5aa" 2019-01-20 13:31:42,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-328ecf61-d7fe-4529-8275-354db9f41ff5 Date: Sun, 20 Jan 2019 13:31: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"}}} 2019-01-20 13:31:42,203 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-328ecf61-d7fe-4529-8275-354db9f41ff5 2019-01-20 13:31:42,205 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-image 2019-01-20 13:31:42,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/67065180-ff5f-440a-a571-f6fa3b7e245d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f21434c40d67d96a8ba672656a4f805d775b5aa" 2019-01-20 13:31:42,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-4ac88c98-278c-4e44-ab1b-761db16b0ec6 Date: Sun, 20 Jan 2019 13:31:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:31:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:31:41Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/67065180-ff5f-440a-a571-f6fa3b7e245d/snap", "metadata": {}}], "self": "/v2/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "min_disk": 0, "protected": false, "id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "file": "/v2/images/67065180-ff5f-440a-a571-f6fa3b7e245d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b63e06b39b6349ca8d537e1db1069ea1", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/67065180-ff5f-440a-a571-f6fa3b7e245d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:31:42,360 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/67065180-ff5f-440a-a571-f6fa3b7e245d used request id req-4ac88c98-278c-4e44-ab1b-761db16b0ec6 2019-01-20 13:31:42,361 - create_image - DEBUG - Instance status is - active 2019-01-20 13:31:42,361 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-image 2019-01-20 13:31:42,361 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-image 2019-01-20 13:31:42,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:31:42,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:31:42,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "28739753468743079c4186a92236e15c", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj-role"}], "expires_at": "2019-01-20T14:31:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b63e06b39b6349ca8d537e1db1069ea1", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-user", "id": "cb29ba1a4d1d464abf8b881d51cf0d83"}, "audit_ids": ["_LPEIl-MRNqBuNQVvq13Vw"], "issued_at": "2019-01-20T13:31:42.000000Z"}} 2019-01-20 13:31:42,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177ef98dc0cb1b89f3da5c0394d056513b1d0550" 2019-01-20 13:31:42,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-322a2b69-0b93-4bc3-a6ac-241e5e475434 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:31:42,821 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-322a2b69-0b93-4bc3-a6ac-241e5e475434 2019-01-20 13:31:42,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177ef98dc0cb1b89f3da5c0394d056513b1d0550" 2019-01-20 13:31:43,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d81301bd-2331-4b9c-b9c8-3e73f6c675d8 Date: Sun, 20 Jan 2019 13:31:43 GMT RESP BODY: {"networks":[]} 2019-01-20 13:31:43,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net used request id req-d81301bd-2331-4b9c-b9c8-3e73f6c675d8 2019-01-20 13:31:43,012 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net 2019-01-20 13:31:43,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177ef98dc0cb1b89f3da5c0394d056513b1d0550" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net", "admin_state_up": true}}' 2019-01-20 13:31:43,521 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-0b5807f4-ca1d-4996-8e9c-81a97bc6af47 Date: Sun, 20 Jan 2019 13:31:43 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f44284e6-c592-4993-9bd7-db3c2daf3573","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:31:43Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:43Z","mtu":1450}} 2019-01-20 13:31:43,521 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-0b5807f4-ca1d-4996-8e9c-81a97bc6af47 2019-01-20 13:31:43,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177ef98dc0cb1b89f3da5c0394d056513b1d0550" 2019-01-20 13:31:43,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-4a0b414b-cc05-4a6c-b9ab-b4569a6c5442 Date: Sun, 20 Jan 2019 13:31: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":"2019-01-20T13:31:43Z","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"f44284e6-c592-4993-9bd7-db3c2daf3573","name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net"}]} 2019-01-20 13:31:43,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-4a0b414b-cc05-4a6c-b9ab-b4569a6c5442 2019-01-20 13:31:43,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177ef98dc0cb1b89f3da5c0394d056513b1d0550" 2019-01-20 13:31:44,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-da04a15b-7b7d-4a03-b202-e9f6a6beffc4 Date: Sun, 20 Jan 2019 13:31:44 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:31:44,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-da04a15b-7b7d-4a03-b202-e9f6a6beffc4 2019-01-20 13:31:44,098 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet 2019-01-20 13:31:44,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177ef98dc0cb1b89f3da5c0394d056513b1d0550" -d '{"subnets": [{"ip_version": 4, "network_id": "f44284e6-c592-4993-9bd7-db3c2daf3573", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet"}]}' 2019-01-20 13:31:44,784 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b701ef4f-7712-41e7-8b92-adcdec80d7e6 Date: Sun, 20 Jan 2019 13:31:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","dns_nameservers":[],"updated_at":"2019-01-20T13:31:44Z","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":"b63e06b39b6349ca8d537e1db1069ea1","id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet"}]} 2019-01-20 13:31:44,784 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-b701ef4f-7712-41e7-8b92-adcdec80d7e6 2019-01-20 13:31:44,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177ef98dc0cb1b89f3da5c0394d056513b1d0550" 2019-01-20 13:31:45,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9064ba76-ea1e-4424-89cc-6ff54fe56295 Date: Sun, 20 Jan 2019 13:31:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["966932bc-ddb9-4a67-ab2d-1e239abd5500"],"updated_at":"2019-01-20T13:31:44Z","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"f44284e6-c592-4993-9bd7-db3c2daf3573","name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net"}]} 2019-01-20 13:31:45,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-9064ba76-ea1e-4424-89cc-6ff54fe56295 2019-01-20 13:31:45,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177ef98dc0cb1b89f3da5c0394d056513b1d0550" 2019-01-20 13:31:45,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1ccad0df-5b48-4681-9b50-bdc8bec7d440 Date: Sun, 20 Jan 2019 13:31:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","dns_nameservers":[],"updated_at":"2019-01-20T13:31:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet"}]} 2019-01-20 13:31:45,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-1ccad0df-5b48-4681-9b50-bdc8bec7d440 2019-01-20 13:31:45,089 - OpenStackNetwork - DEBUG - Network [f44284e6-c592-4993-9bd7-db3c2daf3573] created successfully 2019-01-20 13:31:45,089 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:31:45,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:31:45,465 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "28739753468743079c4186a92236e15c", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj-role"}], "expires_at": "2019-01-20T14:31:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b63e06b39b6349ca8d537e1db1069ea1", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-user", "id": "cb29ba1a4d1d464abf8b881d51cf0d83"}, "audit_ids": ["OwwSJQogQmqMZGkbhhM5DQ"], "issued_at": "2019-01-20T13:31:45.000000Z"}} 2019-01-20 13:31:45,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ae7de8c7a903f498a0f00d93517a85bc00304f6" 2019-01-20 13:31:45,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98594a7d-4c9c-4bf5-bb95-0306ff925c6e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:31:45,556 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-98594a7d-4c9c-4bf5-bb95-0306ff925c6e 2019-01-20 13:31:45,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ae7de8c7a903f498a0f00d93517a85bc00304f6" 2019-01-20 13:31:45,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b49fc71c-16d1-496a-8201-f9a80587538f Date: Sun, 20 Jan 2019 13:31:45 GMT RESP BODY: {"routers": []} 2019-01-20 13:31:45,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-router&admin_state_up=True used request id req-b49fc71c-16d1-496a-8201-f9a80587538f 2019-01-20 13:31:45,806 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:31:45,807 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:31:46,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "28739753468743079c4186a92236e15c", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj-role"}], "expires_at": "2019-01-20T14:31:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b63e06b39b6349ca8d537e1db1069ea1", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-user", "id": "cb29ba1a4d1d464abf8b881d51cf0d83"}, "audit_ids": ["wuZ4XcTtQJOccHzDuZgVGA"], "issued_at": "2019-01-20T13:31:46.000000Z"}} 2019-01-20 13:31:46,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}824ebd76f1e4ea9ebe9654ef9b90727158fe4e26" 2019-01-20 13:31:46,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3068d6b-2f73-44db-b2a6-7f1ed49eba8e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:31:46,247 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a3068d6b-2f73-44db-b2a6-7f1ed49eba8e 2019-01-20 13:31:46,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ae7de8c7a903f498a0f00d93517a85bc00304f6" 2019-01-20 13:31:46,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-950c7577-66be-42ad-874f-a8822b8f63e5 Date: Sun, 20 Jan 2019 13:31:46 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:31:46,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-950c7577-66be-42ad-874f-a8822b8f63e5 2019-01-20 13:31:46,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ae7de8c7a903f498a0f00d93517a85bc00304f6" 2019-01-20 13:31:46,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a36877ef-6e2e-4828-9c67-d1f7c6e54ce3 Date: Sun, 20 Jan 2019 13:31:46 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:31:46,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-a36877ef-6e2e-4828-9c67-d1f7c6e54ce3 2019-01-20 13:31:46,667 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-router 2019-01-20 13:31:46,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ae7de8c7a903f498a0f00d93517a85bc00304f6" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-router", "admin_state_up": true}}' 2019-01-20 13:31:51,619 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-e3360b4b-33d1-42c1-950e-6610d5ec4477 Date: Sun, 20 Jan 2019 13:31:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:47Z", "admin_state_up": true, "updated_at": "2019-01-20T13:31:48Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "30b8eddb-3f8e-427d-939e-fd0030a1b9e6", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-router"}} 2019-01-20 13:31:51,620 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-e3360b4b-33d1-42c1-950e-6610d5ec4477 2019-01-20 13:31:51,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=30b8eddb-3f8e-427d-939e-fd0030a1b9e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ae7de8c7a903f498a0f00d93517a85bc00304f6" 2019-01-20 13:31:51,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f813ad32-5aa3-461a-b5fe-92d3ebcca453 Date: Sun, 20 Jan 2019 13:31:51 GMT RESP BODY: {"ports":[]} 2019-01-20 13:31:51,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=30b8eddb-3f8e-427d-939e-fd0030a1b9e6 used request id req-f813ad32-5aa3-461a-b5fe-92d3ebcca453 2019-01-20 13:31:51,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ae7de8c7a903f498a0f00d93517a85bc00304f6" 2019-01-20 13:31:52,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b8ef8524-c369-4049-aa52-731eaaa5cf47 Date: Sun, 20 Jan 2019 13:31: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":["966932bc-ddb9-4a67-ab2d-1e239abd5500"],"updated_at":"2019-01-20T13:31:44Z","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"f44284e6-c592-4993-9bd7-db3c2daf3573","name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net"}]} 2019-01-20 13:31:52,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net used request id req-b8ef8524-c369-4049-aa52-731eaaa5cf47 2019-01-20 13:31:52,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:31:52,245 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:31:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:31:52,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ae7de8c7a903f498a0f00d93517a85bc00304f6" 2019-01-20 13:31:52,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b728643-1d17-46b9-8897-fbcba703fdfa Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1"}, "enabled": true, "id": "b63e06b39b6349ca8d537e1db1069ea1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}} 2019-01-20 13:31:52,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 used request id req-4b728643-1d17-46b9-8897-fbcba703fdfa 2019-01-20 13:31:52,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ae7de8c7a903f498a0f00d93517a85bc00304f6" 2019-01-20 13:31:52,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-616ddd09-7ab1-4488-9461-863e77c97d05 Date: Sun, 20 Jan 2019 13:31:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","dns_nameservers":[],"updated_at":"2019-01-20T13:31:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet"}]} 2019-01-20 13:31:52,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-616ddd09-7ab1-4488-9461-863e77c97d05 2019-01-20 13:31:52,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573&name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ae7de8c7a903f498a0f00d93517a85bc00304f6" 2019-01-20 13:31:52,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a301661d-27fc-433c-94a0-d87475d46f76 Date: Sun, 20 Jan 2019 13:31:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","dns_nameservers":[],"updated_at":"2019-01-20T13:31:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet"}]} 2019-01-20 13:31:52,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573&name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet used request id req-a301661d-27fc-433c-94a0-d87475d46f76 2019-01-20 13:31:52,745 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-20 13:31:52,745 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-router 2019-01-20 13:31:52,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/30b8eddb-3f8e-427d-939e-fd0030a1b9e6/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ae7de8c7a903f498a0f00d93517a85bc00304f6" -d '{"subnet_id": "966932bc-ddb9-4a67-ab2d-1e239abd5500"}' 2019-01-20 13:31:54,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-34bdc88e-d86a-4e94-8e0d-e51fe28ef985 Date: Sun, 20 Jan 2019 13:31:54 GMT RESP BODY: {"network_id": "f44284e6-c592-4993-9bd7-db3c2daf3573", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "subnet_id": "966932bc-ddb9-4a67-ab2d-1e239abd5500", "subnet_ids": ["966932bc-ddb9-4a67-ab2d-1e239abd5500"], "port_id": "7da2f739-8862-48ba-972c-3f8b668310c6", "id": "30b8eddb-3f8e-427d-939e-fd0030a1b9e6"} 2019-01-20 13:31:54,695 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/30b8eddb-3f8e-427d-939e-fd0030a1b9e6/add_router_interface used request id req-34bdc88e-d86a-4e94-8e0d-e51fe28ef985 2019-01-20 13:31:54,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/30b8eddb-3f8e-427d-939e-fd0030a1b9e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ae7de8c7a903f498a0f00d93517a85bc00304f6" 2019-01-20 13:31:54,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8153a58a-32e6-403e-995f-d2295b7858da Date: Sun, 20 Jan 2019 13:31:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:47Z", "admin_state_up": true, "updated_at": "2019-01-20T13:31:53Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "30b8eddb-3f8e-427d-939e-fd0030a1b9e6", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-router"}} 2019-01-20 13:31:54,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/30b8eddb-3f8e-427d-939e-fd0030a1b9e6 used request id req-8153a58a-32e6-403e-995f-d2295b7858da 2019-01-20 13:31:54,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=30b8eddb-3f8e-427d-939e-fd0030a1b9e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ae7de8c7a903f498a0f00d93517a85bc00304f6" 2019-01-20 13:31:55,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-685963fc-5b6d-418a-b32a-f6ecf6a6889c Date: Sun, 20 Jan 2019 13:31:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:54Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.1"}],"id":"7da2f739-8862-48ba-972c-3f8b668310c6","security_groups":[],"mac_address":"fa:16:3e:b1:be:6e","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:53Z","binding:vnic_type":"normal","device_id":"30b8eddb-3f8e-427d-939e-fd0030a1b9e6"}]} 2019-01-20 13:31:55,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=30b8eddb-3f8e-427d-939e-fd0030a1b9e6 used request id req-685963fc-5b6d-418a-b32a-f6ecf6a6889c 2019-01-20 13:31:55,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/966932bc-ddb9-4a67-ab2d-1e239abd5500 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ae7de8c7a903f498a0f00d93517a85bc00304f6" 2019-01-20 13:31:55,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-9e0dda2b-98ba-4490-97c6-a852aca3f39f Date: Sun, 20 Jan 2019 13:31:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","dns_nameservers":[],"updated_at":"2019-01-20T13:31:44Z","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":"b63e06b39b6349ca8d537e1db1069ea1","id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet"}} 2019-01-20 13:31:55,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/966932bc-ddb9-4a67-ab2d-1e239abd5500 used request id req-9e0dda2b-98ba-4490-97c6-a852aca3f39f 2019-01-20 13:31:55,330 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:31:55,330 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:31:55,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:31:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["YmD_A45uS-OKgP9G2gSgfA"], "issued_at": "2019-01-20T13:31:55.000000Z"}} 2019-01-20 13:31:55,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4143cc5af5799dd7db8c0540d70ee817c6efa1ca" 2019-01-20 13:31:55,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecb67c28-8a9c-42c6-8b1e-3e0aca11a7d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:31:55,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ecb67c28-8a9c-42c6-8b1e-3e0aca11a7d3 2019-01-20 13:31:55,815 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:31:55,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4143cc5af5799dd7db8c0540d70ee817c6efa1ca" 2019-01-20 13:31:56,009 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-7b109f9b-d19f-40c8-8b7f-e7f1da836151 x-compute-request-id: req-7b109f9b-d19f-40c8-8b7f-e7f1da836151 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:31:56,009 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-7b109f9b-d19f-40c8-8b7f-e7f1da836151 2019-01-20 13:31:56,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4143cc5af5799dd7db8c0540d70ee817c6efa1ca" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:31:56,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6368bff3-803a-435a-bf66-efd11d16f160 x-compute-request-id: req-6368bff3-803a-435a-bf66-efd11d16f160 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:31:56,061 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-6368bff3-803a-435a-bf66-efd11d16f160 2019-01-20 13:31:56,062 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:31:56,063 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:31:56,537 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "28739753468743079c4186a92236e15c", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj-role"}], "expires_at": "2019-01-20T14:31:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b63e06b39b6349ca8d537e1db1069ea1", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-user", "id": "cb29ba1a4d1d464abf8b881d51cf0d83"}, "audit_ids": ["Hcv2QEV5T9Kk8ACvawTtog"], "issued_at": "2019-01-20T13:31:56.000000Z"}} 2019-01-20 13:31:56,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57e34c14ac15b2d9b6a8f62d73df50a8486540db" 2019-01-20 13:31:56,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c08dee1-f9eb-4d7b-9137-7152d12d778f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:31:56,621 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6c08dee1-f9eb-4d7b-9137-7152d12d778f 2019-01-20 13:31:56,622 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:31:56,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57e34c14ac15b2d9b6a8f62d73df50a8486540db" 2019-01-20 13:31:56,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2f979c45-434a-4a01-bb64-3b094e402be9 x-compute-request-id: req-2f979c45-434a-4a01-bb64-3b094e402be9 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 13:31:56,788 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-2f979c45-434a-4a01-bb64-3b094e402be9 2019-01-20 13:31:56,789 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp... 2019-01-20 13:31:56,789 - OpenStackKeypair - INFO - Creating new keypair 2019-01-20 13:31:56,834 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp 2019-01-20 13:31:56,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57e34c14ac15b2d9b6a8f62d73df50a8486540db" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC8iWV/p5fw9u5BICeca6DoPBZab//qGnUmLxf5uvoZh4E+CQBb8OkAYwZ/5XQOfoDHNUlWOkggMYUBjDYkmTiU69/ar1j9QOa6YkYi0oRJ1tR83gFiRolbT8589lDaos3BUJuiG6UZ5aKbvjqxajKg+d1FZoAEuzh/jThpvx/QlQ==", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp"}}' 2019-01-20 13:31:56,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-107c23e8-1e0a-4c68-bb70-334861b657be x-compute-request-id: req-107c23e8-1e0a-4c68-bb70-334861b657be Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC8iWV/p5fw9u5BICeca6DoPBZab//qGnUmLxf5uvoZh4E+CQBb8OkAYwZ/5XQOfoDHNUlWOkggMYUBjDYkmTiU69/ar1j9QOa6YkYi0oRJ1tR83gFiRolbT8589lDaos3BUJuiG6UZ5aKbvjqxajKg+d1FZoAEuzh/jThpvx/QlQ==", "user_id": "cb29ba1a4d1d464abf8b881d51cf0d83", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp", "fingerprint": "5a:8f:6d:76:00:f2:da:84:b4:be:70:9a:a4:a8:c2:fa"}} 2019-01-20 13:31:56,895 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-107c23e8-1e0a-4c68-bb70-334861b657be 2019-01-20 13:31:56,896 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938.pub 2019-01-20 13:31:56,897 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938 2019-01-20 13:31:56,897 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:31:56,898 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:31:57,273 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "28739753468743079c4186a92236e15c", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj-role"}], "expires_at": "2019-01-20T14:31:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b63e06b39b6349ca8d537e1db1069ea1", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-user", "id": "cb29ba1a4d1d464abf8b881d51cf0d83"}, "audit_ids": ["wRfA5Q0HSRuXiw7hb5gJ2Q"], "issued_at": "2019-01-20T13:31:57.000000Z"}} 2019-01-20 13:31:57,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:31:57,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-241a0909-9fc4-4b48-ae98-84622e41b8a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:31:57,345 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-241a0909-9fc4-4b48-ae98-84622e41b8a3 2019-01-20 13:31:57,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:31:57,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4e73639f-5f9f-445f-8587-684b5d22c41e Date: Sun, 20 Jan 2019 13:31:57 GMT RESP BODY: {"security_groups": []} 2019-01-20 13:31:57,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp used request id req-4e73639f-5f9f-445f-8587-684b5d22c41e 2019-01-20 13:31:57,525 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp... 2019-01-20 13:31:57,525 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp 2019-01-20 13:31:57,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp"}}' 2019-01-20 13:31:57,865 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-5f8b05ec-43ca-401b-907b-826de73345d1 Date: Sun, 20 Jan 2019 13:31:57 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:57Z", "updated_at": "2019-01-20T13:31:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "revision_number": 0, "id": "a2a99a52-8811-4ef9-8a44-e5ebc8b5cf95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b63e06b39b6349ca8d537e1db1069ea1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "revision_number": 0, "id": "a4b3af25-c7b8-4b62-aca5-212656e303ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b63e06b39b6349ca8d537e1db1069ea1"}], "revision_number": 2, "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp"}} 2019-01-20 13:31:57,866 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-5f8b05ec-43ca-401b-907b-826de73345d1 2019-01-20 13:31:57,866 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7af6ab4c-8d04-43a7-a63f-63808499acd5 2019-01-20 13:31:57,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7af6ab4c-8d04-43a7-a63f-63808499acd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:31:58,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-86a0c869-4860-46a0-b33e-cba845e750dd Date: Sun, 20 Jan 2019 13:31: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": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:57Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "a2a99a52-8811-4ef9-8a44-e5ebc8b5cf95"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:57Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "a4b3af25-c7b8-4b62-aca5-212656e303ad"}]} 2019-01-20 13:31:58,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7af6ab4c-8d04-43a7-a63f-63808499acd5 used request id req-86a0c869-4860-46a0-b33e-cba845e750dd 2019-01-20 13:31:58,045 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7af6ab4c-8d04-43a7-a63f-63808499acd5 2019-01-20 13:31:58,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7af6ab4c-8d04-43a7-a63f-63808499acd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:31:58,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5dd7a5b6-0555-4bac-830b-ff4465af1c5f Date: Sun, 20 Jan 2019 13:31: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": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:57Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "a2a99a52-8811-4ef9-8a44-e5ebc8b5cf95"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:57Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "a4b3af25-c7b8-4b62-aca5-212656e303ad"}]} 2019-01-20 13:31:58,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7af6ab4c-8d04-43a7-a63f-63808499acd5 used request id req-5dd7a5b6-0555-4bac-830b-ff4465af1c5f 2019-01-20 13:31:58,074 - neutron_utils - INFO - Retrieving security group with ID - 7af6ab4c-8d04-43a7-a63f-63808499acd5 2019-01-20 13:31:58,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=7af6ab4c-8d04-43a7-a63f-63808499acd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:31:58,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-4abe1710-f2e1-4ddd-80f2-0dcd0697eadf Date: Sun, 20 Jan 2019 13:31:58 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:57Z", "updated_at": "2019-01-20T13:31:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "revision_number": 0, "id": "a2a99a52-8811-4ef9-8a44-e5ebc8b5cf95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b63e06b39b6349ca8d537e1db1069ea1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "revision_number": 0, "id": "a4b3af25-c7b8-4b62-aca5-212656e303ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b63e06b39b6349ca8d537e1db1069ea1"}], "revision_number": 2, "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp"}]} 2019-01-20 13:31:58,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=7af6ab4c-8d04-43a7-a63f-63808499acd5 used request id req-4abe1710-f2e1-4ddd-80f2-0dcd0697eadf 2019-01-20 13:31:58,261 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7af6ab4c-8d04-43a7-a63f-63808499acd5 2019-01-20 13:31:58,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7af6ab4c-8d04-43a7-a63f-63808499acd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:31:58,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e5b5c14b-b96a-4256-afa8-9b1295a0d281 Date: Sun, 20 Jan 2019 13:31: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": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:57Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "a2a99a52-8811-4ef9-8a44-e5ebc8b5cf95"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:57Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "a4b3af25-c7b8-4b62-aca5-212656e303ad"}]} 2019-01-20 13:31:58,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7af6ab4c-8d04-43a7-a63f-63808499acd5 used request id req-e5b5c14b-b96a-4256-afa8-9b1295a0d281 2019-01-20 13:31:58,433 - neutron_utils - INFO - Retrieving security group with ID - 7af6ab4c-8d04-43a7-a63f-63808499acd5 2019-01-20 13:31:58,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=7af6ab4c-8d04-43a7-a63f-63808499acd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:31:58,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-af1b9e08-2a74-4c74-a39a-71569ba72615 Date: Sun, 20 Jan 2019 13:31:58 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:57Z", "updated_at": "2019-01-20T13:31:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "revision_number": 0, "id": "a2a99a52-8811-4ef9-8a44-e5ebc8b5cf95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b63e06b39b6349ca8d537e1db1069ea1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "revision_number": 0, "id": "a4b3af25-c7b8-4b62-aca5-212656e303ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b63e06b39b6349ca8d537e1db1069ea1"}], "revision_number": 2, "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp"}]} 2019-01-20 13:31:58,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=7af6ab4c-8d04-43a7-a63f-63808499acd5 used request id req-af1b9e08-2a74-4c74-a39a-71569ba72615 2019-01-20 13:31:58,635 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7af6ab4c-8d04-43a7-a63f-63808499acd5 2019-01-20 13:31:58,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7af6ab4c-8d04-43a7-a63f-63808499acd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:31:58,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a9521f12-6496-4201-b2a5-61baa5137bd2 Date: Sun, 20 Jan 2019 13:31: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": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:57Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "a2a99a52-8811-4ef9-8a44-e5ebc8b5cf95"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:57Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "a4b3af25-c7b8-4b62-aca5-212656e303ad"}]} 2019-01-20 13:31:58,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7af6ab4c-8d04-43a7-a63f-63808499acd5 used request id req-a9521f12-6496-4201-b2a5-61baa5137bd2 2019-01-20 13:31:58,807 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp 2019-01-20 13:31:58,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:31:59,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-fdf41c2e-d8aa-4a73-821a-991537f95d94 Date: Sun, 20 Jan 2019 13:31:59 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:57Z", "updated_at": "2019-01-20T13:31:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "revision_number": 0, "id": "a2a99a52-8811-4ef9-8a44-e5ebc8b5cf95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b63e06b39b6349ca8d537e1db1069ea1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "revision_number": 0, "id": "a4b3af25-c7b8-4b62-aca5-212656e303ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b63e06b39b6349ca8d537e1db1069ea1"}], "revision_number": 2, "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp"}]} 2019-01-20 13:31:59,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp used request id req-fdf41c2e-d8aa-4a73-821a-991537f95d94 2019-01-20 13:31:59,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:31:59,019 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:31:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:31:59,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:31:59,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd64553a-dce3-4878-b791-6294f2df42c0 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1"}, "enabled": true, "id": "b63e06b39b6349ca8d537e1db1069ea1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}} 2019-01-20 13:31:59,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 used request id req-cd64553a-dce3-4878-b791-6294f2df42c0 2019-01-20 13:31:59,109 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7af6ab4c-8d04-43a7-a63f-63808499acd5 2019-01-20 13:31:59,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7af6ab4c-8d04-43a7-a63f-63808499acd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:31:59,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-59b821be-2bc0-45ec-8833-130b6009b646 Date: Sun, 20 Jan 2019 13:31: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": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:57Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "a2a99a52-8811-4ef9-8a44-e5ebc8b5cf95"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:57Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "a4b3af25-c7b8-4b62-aca5-212656e303ad"}]} 2019-01-20 13:31:59,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7af6ab4c-8d04-43a7-a63f-63808499acd5 used request id req-59b821be-2bc0-45ec-8833-130b6009b646 2019-01-20 13:31:59,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5"}}' 2019-01-20 13:31:59,632 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-98086824-44a6-4df1-a830-ef94b6b9a6fd Date: Sun, 20 Jan 2019 13:31:59 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": "2019-01-20T13:31:59Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:59Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "1e33f255-0db2-4c79-b9d0-c72912f93de7"}} 2019-01-20 13:31:59,632 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-98086824-44a6-4df1-a830-ef94b6b9a6fd 2019-01-20 13:31:59,633 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp 2019-01-20 13:31:59,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:31:59,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-9a2a5424-5fab-4af4-9503-0869f182be87 Date: Sun, 20 Jan 2019 13:31:59 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:57Z", "updated_at": "2019-01-20T13:31:59Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:31:59Z", "revision_number": 0, "id": "1e33f255-0db2-4c79-b9d0-c72912f93de7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:31:59Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b63e06b39b6349ca8d537e1db1069ea1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "revision_number": 0, "id": "a2a99a52-8811-4ef9-8a44-e5ebc8b5cf95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b63e06b39b6349ca8d537e1db1069ea1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "revision_number": 0, "id": "a4b3af25-c7b8-4b62-aca5-212656e303ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b63e06b39b6349ca8d537e1db1069ea1"}], "revision_number": 3, "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp"}]} 2019-01-20 13:31:59,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp used request id req-9a2a5424-5fab-4af4-9503-0869f182be87 2019-01-20 13:31:59,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:31:59,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:31:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-098416ca-f764-4bc8-b5b1-de2e53f40ca0 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1"}, "enabled": true, "id": "b63e06b39b6349ca8d537e1db1069ea1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}} 2019-01-20 13:31:59,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 used request id req-098416ca-f764-4bc8-b5b1-de2e53f40ca0 2019-01-20 13:31:59,901 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7af6ab4c-8d04-43a7-a63f-63808499acd5 2019-01-20 13:31:59,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7af6ab4c-8d04-43a7-a63f-63808499acd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:32:00,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-5be78ff7-9226-42d6-b7a2-1802b2fd4b0f Date: Sun, 20 Jan 2019 13:32:00 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": "2019-01-20T13:31:59Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:59Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "1e33f255-0db2-4c79-b9d0-c72912f93de7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:57Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "a2a99a52-8811-4ef9-8a44-e5ebc8b5cf95"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:57Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "a4b3af25-c7b8-4b62-aca5-212656e303ad"}]} 2019-01-20 13:32:00,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7af6ab4c-8d04-43a7-a63f-63808499acd5 used request id req-5be78ff7-9226-42d6-b7a2-1802b2fd4b0f 2019-01-20 13:32:00,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5"}}' 2019-01-20 13:32:00,278 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-9e3fb44a-8fb7-4d53-ac10-52cf59d7332b Date: Sun, 20 Jan 2019 13:32:00 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": "2019-01-20T13:32:00Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "port_range_min": 22, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:32:00Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "93815074-a069-4493-b313-e0c1a55dc960"}} 2019-01-20 13:32:00,278 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-9e3fb44a-8fb7-4d53-ac10-52cf59d7332b 2019-01-20 13:32:00,279 - neutron_utils - INFO - Retrieving security group with ID - 7af6ab4c-8d04-43a7-a63f-63808499acd5 2019-01-20 13:32:00,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=7af6ab4c-8d04-43a7-a63f-63808499acd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:32:00,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-72e17945-9c05-4e52-a4f9-857cc9b25e96 Date: Sun, 20 Jan 2019 13:32:00 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:57Z", "updated_at": "2019-01-20T13:32:00Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:31:59Z", "revision_number": 0, "id": "1e33f255-0db2-4c79-b9d0-c72912f93de7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:31:59Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b63e06b39b6349ca8d537e1db1069ea1"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:32:00Z", "revision_number": 0, "id": "93815074-a069-4493-b313-e0c1a55dc960", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:32:00Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b63e06b39b6349ca8d537e1db1069ea1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "revision_number": 0, "id": "a2a99a52-8811-4ef9-8a44-e5ebc8b5cf95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b63e06b39b6349ca8d537e1db1069ea1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "revision_number": 0, "id": "a4b3af25-c7b8-4b62-aca5-212656e303ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b63e06b39b6349ca8d537e1db1069ea1"}], "revision_number": 4, "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp"}]} 2019-01-20 13:32:00,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=7af6ab4c-8d04-43a7-a63f-63808499acd5 used request id req-72e17945-9c05-4e52-a4f9-857cc9b25e96 2019-01-20 13:32:00,331 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7af6ab4c-8d04-43a7-a63f-63808499acd5 2019-01-20 13:32:00,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7af6ab4c-8d04-43a7-a63f-63808499acd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:32:00,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-3be86283-9cf4-454c-a19c-cdadcd1cb239 Date: Sun, 20 Jan 2019 13:32:00 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": "2019-01-20T13:31:59Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:59Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "1e33f255-0db2-4c79-b9d0-c72912f93de7"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-20T13:32:00Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "port_range_min": 22, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:32:00Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "93815074-a069-4493-b313-e0c1a55dc960"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:57Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "a2a99a52-8811-4ef9-8a44-e5ebc8b5cf95"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:31:57Z", "security_group_id": "7af6ab4c-8d04-43a7-a63f-63808499acd5", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:57Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "a4b3af25-c7b8-4b62-aca5-212656e303ad"}]} 2019-01-20 13:32:00,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7af6ab4c-8d04-43a7-a63f-63808499acd5 used request id req-3be86283-9cf4-454c-a19c-cdadcd1cb239 2019-01-20 13:32:00,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:32:00,367 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:32:00,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "28739753468743079c4186a92236e15c", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj-role"}], "expires_at": "2019-01-20T14:32:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b63e06b39b6349ca8d537e1db1069ea1", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-user", "id": "cb29ba1a4d1d464abf8b881d51cf0d83"}, "audit_ids": ["PBTKJ_gOT4uRJjpuC9QylQ"], "issued_at": "2019-01-20T13:32:00.000000Z"}} 2019-01-20 13:32:00,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:00,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e7afd75-146d-46af-980a-c2607d7b4f53 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:32:00,825 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2e7afd75-146d-46af-980a-c2607d7b4f53 2019-01-20 13:32:00,826 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:32:00,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:00,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88da52e5-acae-40c3-8dbe-4b775b4269b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:32:00,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-88da52e5-acae-40c3-8dbe-4b775b4269b0 2019-01-20 13:32:00,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:01,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-15b24361-9ace-4687-a82d-378036882add Date: Sun, 20 Jan 2019 13:32:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["966932bc-ddb9-4a67-ab2d-1e239abd5500"],"updated_at":"2019-01-20T13:31:44Z","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"f44284e6-c592-4993-9bd7-db3c2daf3573","name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net"}]} 2019-01-20 13:32:01,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net used request id req-15b24361-9ace-4687-a82d-378036882add 2019-01-20 13:32:01,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:32:01,156 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:32:01,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:01,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58bdabd4-5ae7-4e23-be56-0682822be266 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1"}, "enabled": true, "id": "b63e06b39b6349ca8d537e1db1069ea1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}} 2019-01-20 13:32:01,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 used request id req-58bdabd4-5ae7-4e23-be56-0682822be266 2019-01-20 13:32:01,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:01,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-de473260-2108-472b-ad19-2f49da47d305 Date: Sun, 20 Jan 2019 13:32:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","dns_nameservers":[],"updated_at":"2019-01-20T13:31:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet"}]} 2019-01-20 13:32:01,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-de473260-2108-472b-ad19-2f49da47d305 2019-01-20 13:32:01,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573&name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:01,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-008fc753-f08c-4858-befd-7803433b3e4a Date: Sun, 20 Jan 2019 13:32:01 GMT RESP BODY: {"ports":[]} 2019-01-20 13:32:01,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573&name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938port-1&admin_state_up=True used request id req-008fc753-f08c-4858-befd-7803433b3e4a 2019-01-20 13:32:01,623 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:01,854 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ec2b4d16-64fe-4628-9b55-433218eab2f6 x-compute-request-id: req-ec2b4d16-64fe-4628-9b55-433218eab2f6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:32:01,854 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst used request id req-ec2b4d16-64fe-4628-9b55-433218eab2f6 2019-01-20 13:32:01,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:02,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-16ed2044-d9d2-4407-ac2f-885b5cda737f Date: Sun, 20 Jan 2019 13:32: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":["966932bc-ddb9-4a67-ab2d-1e239abd5500"],"updated_at":"2019-01-20T13:31:44Z","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"f44284e6-c592-4993-9bd7-db3c2daf3573","name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net"}]} 2019-01-20 13:32:02,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net used request id req-16ed2044-d9d2-4407-ac2f-885b5cda737f 2019-01-20 13:32:02,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:02,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9b5a5f7-332c-455f-a580-7a7922e0cc3f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1"}, "enabled": true, "id": "b63e06b39b6349ca8d537e1db1069ea1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}} 2019-01-20 13:32:02,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 used request id req-c9b5a5f7-332c-455f-a580-7a7922e0cc3f 2019-01-20 13:32:02,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:02,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-dd1dfdeb-f5df-4417-96de-8baf27bab9c8 Date: Sun, 20 Jan 2019 13:32:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","dns_nameservers":[],"updated_at":"2019-01-20T13:31:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet"}]} 2019-01-20 13:32:02,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-dd1dfdeb-f5df-4417-96de-8baf27bab9c8 2019-01-20 13:32:02,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573&name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:02,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ce071c5c-d536-4ec2-8490-f50fd028883d Date: Sun, 20 Jan 2019 13:32:02 GMT RESP BODY: {"ports":[]} 2019-01-20 13:32:02,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573&name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938port-1&admin_state_up=True used request id req-ce071c5c-d536-4ec2-8490-f50fd028883d 2019-01-20 13:32:02,667 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:32:02,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:32:03,053 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "28739753468743079c4186a92236e15c", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj-role"}], "expires_at": "2019-01-20T14:32:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b63e06b39b6349ca8d537e1db1069ea1", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b63e06b39b6349ca8d537e1db1069ea1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-user", "id": "cb29ba1a4d1d464abf8b881d51cf0d83"}, "audit_ids": ["-oA7yVaETtWdqNl0P-yFlA"], "issued_at": "2019-01-20T13:32:03.000000Z"}} 2019-01-20 13:32:03,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbb5266fcfad060eaefe7c5ba1280b91283c8ee" 2019-01-20 13:32:03,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d8fa465-f0bc-42e6-923c-d36dcca0b1e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:32:03,127 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8d8fa465-f0bc-42e6-923c-d36dcca0b1e6 2019-01-20 13:32:03,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:03,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ab14e583-f87e-4b8a-a811-304db262bce3 Date: Sun, 20 Jan 2019 13:32:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["966932bc-ddb9-4a67-ab2d-1e239abd5500"],"updated_at":"2019-01-20T13:31:44Z","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"f44284e6-c592-4993-9bd7-db3c2daf3573","name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net"}]} 2019-01-20 13:32:03,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net used request id req-ab14e583-f87e-4b8a-a811-304db262bce3 2019-01-20 13:32:03,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:03,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7872239d-d2a6-4cf2-8825-ca1cc63cd2cf Date: Sun, 20 Jan 2019 13:32:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","dns_nameservers":[],"updated_at":"2019-01-20T13:31:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet"}]} 2019-01-20 13:32:03,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-7872239d-d2a6-4cf2-8825-ca1cc63cd2cf 2019-01-20 13:32:03,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:03,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7b543441-e348-4961-afb9-75baa909a98a Date: Sun, 20 Jan 2019 13:32:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["966932bc-ddb9-4a67-ab2d-1e239abd5500"],"updated_at":"2019-01-20T13:31:44Z","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"f44284e6-c592-4993-9bd7-db3c2daf3573","name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net"}]} 2019-01-20 13:32:03,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net used request id req-7b543441-e348-4961-afb9-75baa909a98a 2019-01-20 13:32:03,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:32:03,702 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:32: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:32:03,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbb5266fcfad060eaefe7c5ba1280b91283c8ee" 2019-01-20 13:32:03,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5345c5ec-bdf4-43cf-9600-e2adf4d92c0c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1"}, "enabled": true, "id": "b63e06b39b6349ca8d537e1db1069ea1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}} 2019-01-20 13:32:03,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 used request id req-5345c5ec-bdf4-43cf-9600-e2adf4d92c0c 2019-01-20 13:32:03,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:03,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cea9de7b-5911-48d0-b6a6-c8354da7d5d5 Date: Sun, 20 Jan 2019 13:32:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","dns_nameservers":[],"updated_at":"2019-01-20T13:31:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet"}]} 2019-01-20 13:32:03,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-cea9de7b-5911-48d0-b6a6-c8354da7d5d5 2019-01-20 13:32:03,993 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net 2019-01-20 13:32:03,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" -d '{"port": {"network_id": "f44284e6-c592-4993-9bd7-db3c2daf3573", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938port-1", "admin_state_up": true}}' 2019-01-20 13:32:05,096 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-fe9d0a65-53ca-4560-9d79-bff0847af37b Date: Sun, 20 Jan 2019 13:32:05 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:32:04Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.14"}],"id":"43241a7a-f7d6-408a-a56b-06e0ac5b55e0","security_groups":["ec134e69-7ecf-4384-96f2-5c3d40c6e185"],"mac_address":"fa:16:3e:0c:7c:34","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938port-1","project_id":"b63e06b39b6349ca8d537e1db1069ea1","qos_policy_id":null,"admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:32:04Z","binding:vnic_type":"normal"}} 2019-01-20 13:32:05,096 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-fe9d0a65-53ca-4560-9d79-bff0847af37b 2019-01-20 13:32:05,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:05,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e851e140-e177-40d9-b820-8dd083cb8ec4 Date: Sun, 20 Jan 2019 13:32: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":["966932bc-ddb9-4a67-ab2d-1e239abd5500"],"updated_at":"2019-01-20T13:31:44Z","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"f44284e6-c592-4993-9bd7-db3c2daf3573","name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net"}]} 2019-01-20 13:32:05,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net used request id req-e851e140-e177-40d9-b820-8dd083cb8ec4 2019-01-20 13:32:05,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:05,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fd5227c-ce73-4a56-8791-f7abad8fa12a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1"}, "enabled": true, "id": "b63e06b39b6349ca8d537e1db1069ea1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}} 2019-01-20 13:32:05,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 used request id req-8fd5227c-ce73-4a56-8791-f7abad8fa12a 2019-01-20 13:32:05,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:05,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-42d6095d-2e62-4b0b-92e7-e1ee05e3cf65 Date: Sun, 20 Jan 2019 13:32:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","dns_nameservers":[],"updated_at":"2019-01-20T13:31:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet"}]} 2019-01-20 13:32:05,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-42d6095d-2e62-4b0b-92e7-e1ee05e3cf65 2019-01-20 13:32:05,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573&name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:05,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-4125a3af-783b-4076-b46e-0d05e4f5320b Date: Sun, 20 Jan 2019 13:32:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:32:04Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.14"}],"id":"43241a7a-f7d6-408a-a56b-06e0ac5b55e0","security_groups":["ec134e69-7ecf-4384-96f2-5c3d40c6e185"],"mac_address":"fa:16:3e:0c:7c:34","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938port-1","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:32:04Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:32:05,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573&name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938port-1&admin_state_up=True used request id req-4125a3af-783b-4076-b46e-0d05e4f5320b 2019-01-20 13:32:05,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:05,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af71b837-04bb-429e-91d9-20ec665e45e4 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1"}, "enabled": true, "id": "b63e06b39b6349ca8d537e1db1069ea1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}} 2019-01-20 13:32:05,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 used request id req-af71b837-04bb-429e-91d9-20ec665e45e4 2019-01-20 13:32:05,875 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst 2019-01-20 13:32:05,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:05,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e396a8c1-257f-49b3-ab69-fe14c6989b4a x-compute-request-id: req-e396a8c1-257f-49b3-ab69-fe14c6989b4a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-flavor-name"}]} 2019-01-20 13:32:05,905 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e396a8c1-257f-49b3-ab69-fe14c6989b4a 2019-01-20 13:32:05,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:05,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b4312b7-c997-4356-897d-b90624ffec0d x-compute-request-id: req-4b4312b7-c997-4356-897d-b90624ffec0d Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:32:05,930 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788 used request id req-4b4312b7-c997-4356-897d-b90624ffec0d 2019-01-20 13:32:05,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:06,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-4424715a-76bf-47a9-a746-1196611df6d4 Date: Sun, 20 Jan 2019 13:32:06 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:31:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:31:41Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/67065180-ff5f-440a-a571-f6fa3b7e245d/snap", "metadata": {}}], "self": "/v2/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "min_disk": 0, "protected": false, "id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "file": "/v2/images/67065180-ff5f-440a-a571-f6fa3b7e245d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b63e06b39b6349ca8d537e1db1069ea1", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/67065180-ff5f-440a-a571-f6fa3b7e245d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-image"} 2019-01-20 13:32:06,113 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-image used request id req-4424715a-76bf-47a9-a746-1196611df6d4 2019-01-20 13:32:06,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:06,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c4fe90e6-03f2-4152-b71b-f2227f1c8688 Date: Sun, 20 Jan 2019 13:32: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"}}} 2019-01-20 13:32:06,278 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-c4fe90e6-03f2-4152-b71b-f2227f1c8688 2019-01-20 13:32:06,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst", "imageRef": "67065180-ff5f-440a-a571-f6fa3b7e245d", "key_name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp", "flavorRef": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "max_count": 1, "min_count": 1, "networks": [{"port": "43241a7a-f7d6-408a-a56b-06e0ac5b55e0"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp"}]}}' 2019-01-20 13:32:08,527 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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-3ed6abad-0cbf-4052-8c53-49a713414b3c x-compute-request-id: req-3ed6abad-0cbf-4052-8c53-49a713414b3c Content-Length: 444 location: http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "046ba57b-8df6-4977-8568-1b4e2ceb0043", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "bookmark"}], "adminPass": "oPVqmpC9dzS4"}} 2019-01-20 13:32:08,527 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-3ed6abad-0cbf-4052-8c53-49a713414b3c 2019-01-20 13:32:08,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:08,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dda6f454-aace-493c-a971-56d20e1cd5dc x-compute-request-id: req-dda6f454-aace-493c-a971-56d20e1cd5dc 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.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "bookmark"}], "image": {"id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "links": [{"href": "http://172.30.9.22:8774/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "links": [{"href": "http://172.30.9.22:8774/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "bookmark"}]}, "id": "046ba57b-8df6-4977-8568-1b4e2ceb0043", "user_id": "cb29ba1a4d1d464abf8b881d51cf0d83", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:32:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst", "created": "2019-01-20T13:32:08Z", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:32:08,936 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 used request id req-dda6f454-aace-493c-a971-56d20e1cd5dc 2019-01-20 13:32:08,936 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst 2019-01-20 13:32:08,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:09,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56d44890-cfe6-4837-ac7f-05a700cab1eb x-compute-request-id: req-56d44890-cfe6-4837-ac7f-05a700cab1eb 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.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "bookmark"}], "image": {"id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "links": [{"href": "http://172.30.9.22:8774/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "links": [{"href": "http://172.30.9.22:8774/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "bookmark"}]}, "id": "046ba57b-8df6-4977-8568-1b4e2ceb0043", "user_id": "cb29ba1a4d1d464abf8b881d51cf0d83", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:32:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst", "created": "2019-01-20T13:32:08Z", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:32:09,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 used request id req-56d44890-cfe6-4837-ac7f-05a700cab1eb 2019-01-20 13:32:09,169 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst] is - BUILD 2019-01-20 13:32:09,169 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:32:12,172 - create_instance - DEBUG - VM status query timeout in 896.764254808 2019-01-20 13:32:12,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:12,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33540113-dc53-405b-afb3-b83515b4eb28 x-compute-request-id: req-33540113-dc53-405b-afb3-b83515b4eb28 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.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "bookmark"}], "image": {"id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "links": [{"href": "http://172.30.9.22:8774/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "links": [{"href": "http://172.30.9.22:8774/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "bookmark"}]}, "id": "046ba57b-8df6-4977-8568-1b4e2ceb0043", "security_groups": [{"name": "default"}], "user_id": "cb29ba1a4d1d464abf8b881d51cf0d83", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:32:10Z", "hostId": "47fd1e20fe2723069ec7183488827899d3b4460ad491401698588b2e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst", "created": "2019-01-20T13:32:08Z", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:32:12,663 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 used request id req-33540113-dc53-405b-afb3-b83515b4eb28 2019-01-20 13:32:12,663 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst] is - BUILD 2019-01-20 13:32:12,663 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:32:15,666 - create_instance - DEBUG - VM status query timeout in 893.270053864 2019-01-20 13:32:15,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:16,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-8c4dbd6c-77fa-43e6-9ee9-73a7f935fd90 x-compute-request-id: req-8c4dbd6c-77fa-43e6-9ee9-73a7f935fd90 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7c:34", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "bookmark"}], "image": {"id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "links": [{"href": "http://172.30.9.22:8774/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:32:14.000000", "flavor": {"id": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "links": [{"href": "http://172.30.9.22:8774/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "bookmark"}]}, "id": "046ba57b-8df6-4977-8568-1b4e2ceb0043", "security_groups": [{"name": "default"}], "user_id": "cb29ba1a4d1d464abf8b881d51cf0d83", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:32:14Z", "hostId": "47fd1e20fe2723069ec7183488827899d3b4460ad491401698588b2e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst", "created": "2019-01-20T13:32:08Z", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:32:16,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 used request id req-8c4dbd6c-77fa-43e6-9ee9-73a7f935fd90 2019-01-20 13:32:16,329 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst] is - ACTIVE 2019-01-20 13:32:16,329 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:32:16,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:16,803 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-bf44cbd3-9bc6-4ceb-8401-46fdbbf50e96 x-compute-request-id: req-bf44cbd3-9bc6-4ceb-8401-46fdbbf50e96 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7c:34", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "bookmark"}], "image": {"id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "links": [{"href": "http://172.30.9.22:8774/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:32:14.000000", "flavor": {"id": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "links": [{"href": "http://172.30.9.22:8774/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "bookmark"}]}, "id": "046ba57b-8df6-4977-8568-1b4e2ceb0043", "security_groups": [{"name": "default"}], "user_id": "cb29ba1a4d1d464abf8b881d51cf0d83", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:32:14Z", "hostId": "47fd1e20fe2723069ec7183488827899d3b4460ad491401698588b2e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst", "created": "2019-01-20T13:32:08Z", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:32:16,804 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 used request id req-bf44cbd3-9bc6-4ceb-8401-46fdbbf50e96 2019-01-20 13:32:16,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:17,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-cef9cc90-de46-42ab-b3e1-3eb3456f8e73 Date: Sun, 20 Jan 2019 13:32: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":["966932bc-ddb9-4a67-ab2d-1e239abd5500"],"updated_at":"2019-01-20T13:31:44Z","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"f44284e6-c592-4993-9bd7-db3c2daf3573","name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net"}]} 2019-01-20 13:32:17,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net used request id req-cef9cc90-de46-42ab-b3e1-3eb3456f8e73 2019-01-20 13:32:17,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:17,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8704198-7ea1-4fc0-b034-adf0d28fd571 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1"}, "enabled": true, "id": "b63e06b39b6349ca8d537e1db1069ea1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}} 2019-01-20 13:32:17,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 used request id req-c8704198-7ea1-4fc0-b034-adf0d28fd571 2019-01-20 13:32:17,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:17,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1945ee39-1afb-46db-8065-2390e80e0207 Date: Sun, 20 Jan 2019 13:32:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","dns_nameservers":[],"updated_at":"2019-01-20T13:31:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet"}]} 2019-01-20 13:32:17,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-1945ee39-1afb-46db-8065-2390e80e0207 2019-01-20 13:32:17,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:17,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-85039a3f-f706-40a7-b7c3-0ccfed8296be Date: Sun, 20 Jan 2019 13:32:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.2"}],"id":"08a3706a-f190-4f01-8258-f33f38b354c0","security_groups":[],"mac_address":"fa:16:3e:86:8a:8e","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f44284e6-c592-4993-9bd7-db3c2daf3573"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:32:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.14"}],"id":"43241a7a-f7d6-408a-a56b-06e0ac5b55e0","security_groups":["ec134e69-7ecf-4384-96f2-5c3d40c6e185"],"mac_address":"fa:16:3e:0c:7c:34","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938port-1","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:32:04Z","binding:vnic_type":"normal","device_id":"046ba57b-8df6-4977-8568-1b4e2ceb0043"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:32:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.1"}],"id":"7da2f739-8862-48ba-972c-3f8b668310c6","security_groups":[],"mac_address":"fa:16:3e:b1:be:6e","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:53Z","binding:vnic_type":"normal","device_id":"30b8eddb-3f8e-427d-939e-fd0030a1b9e6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.4"}],"id":"b7d2dc27-6e6b-422d-8c75-3ca702c2a020","security_groups":[],"mac_address":"fa:16:3e:03:28:1a","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f44284e6-c592-4993-9bd7-db3c2daf3573"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.3"}],"id":"fc5be647-db99-4a53-afcc-1d478af21d27","security_groups":[],"mac_address":"fa:16:3e:0f:f7:12","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f44284e6-c592-4993-9bd7-db3c2daf3573"}]} 2019-01-20 13:32:17,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-85039a3f-f706-40a7-b7c3-0ccfed8296be 2019-01-20 13:32:17,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:17,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-75f53d12-4e88-4ad2-9639-e599d5d85dd3 x-compute-request-id: req-75f53d12-4e88-4ad2-9639-e599d5d85dd3 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7c:34", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "bookmark"}], "image": {"id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "links": [{"href": "http://172.30.9.22:8774/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:32:14.000000", "flavor": {"id": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "links": [{"href": "http://172.30.9.22:8774/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "bookmark"}]}, "id": "046ba57b-8df6-4977-8568-1b4e2ceb0043", "security_groups": [{"name": "default"}], "user_id": "cb29ba1a4d1d464abf8b881d51cf0d83", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:32:14Z", "hostId": "47fd1e20fe2723069ec7183488827899d3b4460ad491401698588b2e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst", "created": "2019-01-20T13:32:08Z", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:32:17,753 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 used request id req-75f53d12-4e88-4ad2-9639-e599d5d85dd3 2019-01-20 13:32:17,754 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst] is - ACTIVE 2019-01-20 13:32:17,754 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:32:17,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:18,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-dfaa246c-1dac-4351-b6a9-40e5c607dd6e x-compute-request-id: req-dfaa246c-1dac-4351-b6a9-40e5c607dd6e Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7c:34", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "bookmark"}], "image": {"id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "links": [{"href": "http://172.30.9.22:8774/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:32:14.000000", "flavor": {"id": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "links": [{"href": "http://172.30.9.22:8774/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "bookmark"}]}, "id": "046ba57b-8df6-4977-8568-1b4e2ceb0043", "security_groups": [{"name": "default"}], "user_id": "cb29ba1a4d1d464abf8b881d51cf0d83", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:32:14Z", "hostId": "47fd1e20fe2723069ec7183488827899d3b4460ad491401698588b2e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst", "created": "2019-01-20T13:32:08Z", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:32:18,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 used request id req-dfaa246c-1dac-4351-b6a9-40e5c607dd6e 2019-01-20 13:32:18,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:18,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3e139e5d-ca56-42dd-8581-072e317dbf3f Date: Sun, 20 Jan 2019 13:32: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":["966932bc-ddb9-4a67-ab2d-1e239abd5500"],"updated_at":"2019-01-20T13:31:44Z","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"f44284e6-c592-4993-9bd7-db3c2daf3573","name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net"}]} 2019-01-20 13:32:18,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net used request id req-3e139e5d-ca56-42dd-8581-072e317dbf3f 2019-01-20 13:32:18,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:18,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4ca0415-886c-4c03-93c3-2397a7716bf3 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1"}, "enabled": true, "id": "b63e06b39b6349ca8d537e1db1069ea1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}} 2019-01-20 13:32:18,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 used request id req-f4ca0415-886c-4c03-93c3-2397a7716bf3 2019-01-20 13:32:18,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:18,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-97f14104-120a-46d9-b1e1-78aa553c99ee Date: Sun, 20 Jan 2019 13:32:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","dns_nameservers":[],"updated_at":"2019-01-20T13:31:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet"}]} 2019-01-20 13:32:18,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-97f14104-120a-46d9-b1e1-78aa553c99ee 2019-01-20 13:32:18,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:18,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-a0bac1a8-d83d-436a-9324-c73b542724d1 Date: Sun, 20 Jan 2019 13:32:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.2"}],"id":"08a3706a-f190-4f01-8258-f33f38b354c0","security_groups":[],"mac_address":"fa:16:3e:86:8a:8e","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f44284e6-c592-4993-9bd7-db3c2daf3573"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:32:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.14"}],"id":"43241a7a-f7d6-408a-a56b-06e0ac5b55e0","security_groups":["ec134e69-7ecf-4384-96f2-5c3d40c6e185"],"mac_address":"fa:16:3e:0c:7c:34","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938port-1","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:32:04Z","binding:vnic_type":"normal","device_id":"046ba57b-8df6-4977-8568-1b4e2ceb0043"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:32:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.1"}],"id":"7da2f739-8862-48ba-972c-3f8b668310c6","security_groups":[],"mac_address":"fa:16:3e:b1:be:6e","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:53Z","binding:vnic_type":"normal","device_id":"30b8eddb-3f8e-427d-939e-fd0030a1b9e6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.4"}],"id":"b7d2dc27-6e6b-422d-8c75-3ca702c2a020","security_groups":[],"mac_address":"fa:16:3e:03:28:1a","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f44284e6-c592-4993-9bd7-db3c2daf3573"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.3"}],"id":"fc5be647-db99-4a53-afcc-1d478af21d27","security_groups":[],"mac_address":"fa:16:3e:0f:f7:12","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f44284e6-c592-4993-9bd7-db3c2daf3573"}]} 2019-01-20 13:32:18,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-a0bac1a8-d83d-436a-9324-c73b542724d1 2019-01-20 13:32:18,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp"}}' 2019-01-20 13:32:19,965 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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-ac2f5131-316b-4c79-bd46-f4596620e421 x-compute-request-id: req-ac2f5131-316b-4c79-bd46-f4596620e421 Content-Length: 0 Content-Type: application/json 2019-01-20 13:32:19,965 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043/action used request id req-ac2f5131-316b-4c79-bd46-f4596620e421 2019-01-20 13:32:19,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:20,577 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-af8bb734-63f2-4803-8b9d-6b2924c59973 x-compute-request-id: req-af8bb734-63f2-4803-8b9d-6b2924c59973 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7c:34", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "bookmark"}], "image": {"id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "links": [{"href": "http://172.30.9.22:8774/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:32:14.000000", "flavor": {"id": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "links": [{"href": "http://172.30.9.22:8774/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "bookmark"}]}, "id": "046ba57b-8df6-4977-8568-1b4e2ceb0043", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp"}, {"name": "default"}], "user_id": "cb29ba1a4d1d464abf8b881d51cf0d83", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:32:14Z", "hostId": "47fd1e20fe2723069ec7183488827899d3b4460ad491401698588b2e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst", "created": "2019-01-20T13:32:08Z", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:32:20,577 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 used request id req-af8bb734-63f2-4803-8b9d-6b2924c59973 2019-01-20 13:32:20,578 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst] is - ACTIVE 2019-01-20 13:32:20,578 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:32:20,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:21,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-93726463-e19e-48e2-b276-13128aeeaa59 x-compute-request-id: req-93726463-e19e-48e2-b276-13128aeeaa59 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7c:34", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "bookmark"}], "image": {"id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "links": [{"href": "http://172.30.9.22:8774/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:32:14.000000", "flavor": {"id": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "links": [{"href": "http://172.30.9.22:8774/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "bookmark"}]}, "id": "046ba57b-8df6-4977-8568-1b4e2ceb0043", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp"}, {"name": "default"}], "user_id": "cb29ba1a4d1d464abf8b881d51cf0d83", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:32:14Z", "hostId": "47fd1e20fe2723069ec7183488827899d3b4460ad491401698588b2e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst", "created": "2019-01-20T13:32:08Z", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:32:21,074 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 used request id req-93726463-e19e-48e2-b276-13128aeeaa59 2019-01-20 13:32:21,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:21,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-89a67a34-6935-49d4-8fa4-20e0c2528e35 Date: Sun, 20 Jan 2019 13:32: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":["966932bc-ddb9-4a67-ab2d-1e239abd5500"],"updated_at":"2019-01-20T13:31:44Z","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"f44284e6-c592-4993-9bd7-db3c2daf3573","name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net"}]} 2019-01-20 13:32:21,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net used request id req-89a67a34-6935-49d4-8fa4-20e0c2528e35 2019-01-20 13:32:21,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:21,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cf89f64-f9f8-40b1-af48-9f5eccea6b47 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1"}, "enabled": true, "id": "b63e06b39b6349ca8d537e1db1069ea1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}} 2019-01-20 13:32:21,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 used request id req-3cf89f64-f9f8-40b1-af48-9f5eccea6b47 2019-01-20 13:32:21,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:21,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-79a9a543-9a74-4a49-850d-c02ef97c9bba Date: Sun, 20 Jan 2019 13:32:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","dns_nameservers":[],"updated_at":"2019-01-20T13:31:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet"}]} 2019-01-20 13:32:21,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-79a9a543-9a74-4a49-850d-c02ef97c9bba 2019-01-20 13:32:21,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:21,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-625382ce-40c4-4cf1-97bb-14c22b8e14e4 Date: Sun, 20 Jan 2019 13:32:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.2"}],"id":"08a3706a-f190-4f01-8258-f33f38b354c0","security_groups":[],"mac_address":"fa:16:3e:86:8a:8e","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f44284e6-c592-4993-9bd7-db3c2daf3573"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:32:19Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.14"}],"id":"43241a7a-f7d6-408a-a56b-06e0ac5b55e0","security_groups":["7af6ab4c-8d04-43a7-a63f-63808499acd5","ec134e69-7ecf-4384-96f2-5c3d40c6e185"],"mac_address":"fa:16:3e:0c:7c:34","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938port-1","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:32:04Z","binding:vnic_type":"normal","device_id":"046ba57b-8df6-4977-8568-1b4e2ceb0043"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:32:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.1"}],"id":"7da2f739-8862-48ba-972c-3f8b668310c6","security_groups":[],"mac_address":"fa:16:3e:b1:be:6e","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:53Z","binding:vnic_type":"normal","device_id":"30b8eddb-3f8e-427d-939e-fd0030a1b9e6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.4"}],"id":"b7d2dc27-6e6b-422d-8c75-3ca702c2a020","security_groups":[],"mac_address":"fa:16:3e:03:28:1a","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f44284e6-c592-4993-9bd7-db3c2daf3573"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.3"}],"id":"fc5be647-db99-4a53-afcc-1d478af21d27","security_groups":[],"mac_address":"fa:16:3e:0f:f7:12","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f44284e6-c592-4993-9bd7-db3c2daf3573"}]} 2019-01-20 13:32:21,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-625382ce-40c4-4cf1-97bb-14c22b8e14e4 2019-01-20 13:32:21,715 - create_instance_tests - INFO - Looking for IP 10.55.1.14 in the console log 2019-01-20 13:32:21,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:22,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-6f71a475-5f56-4dc7-912d-8dbcc1c9f2b2 x-compute-request-id: req-6f71a475-5f56-4dc7-912d-8dbcc1c9f2b2 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7c:34", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "bookmark"}], "image": {"id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "links": [{"href": "http://172.30.9.22:8774/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:32:14.000000", "flavor": {"id": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "links": [{"href": "http://172.30.9.22:8774/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "bookmark"}]}, "id": "046ba57b-8df6-4977-8568-1b4e2ceb0043", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp"}, {"name": "default"}], "user_id": "cb29ba1a4d1d464abf8b881d51cf0d83", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:32:14Z", "hostId": "47fd1e20fe2723069ec7183488827899d3b4460ad491401698588b2e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst", "created": "2019-01-20T13:32:08Z", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:32:22,200 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 used request id req-6f71a475-5f56-4dc7-912d-8dbcc1c9f2b2 2019-01-20 13:32:22,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 13:32:23,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ca6e05d-5926-4da0-8369-b0791f60cbcc x-compute-request-id: req-4ca6e05d-5926-4da0-8369-b0791f60cbcc Content-Encoding: gzip Content-Length: 9658 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 536091103 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.132776] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.134450] pid_max: default: 32768 minimum: 301\n[ 0.135350] ACPI: Core revision 20150930\n[ 0.136740] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138053] Security Framework initialized\n[ 0.138870] Yama: becoming mindful.\n[ 0.139605] AppArmor: AppArmor initialized\n[ 0.140467] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141760] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.143027] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.144229] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.145603] Initializing cgroup subsys io\n[ 0.146423] Initializing cgroup subsys memory\n[ 0.147290] Initializing cgroup subsys devices\n[ 0.148179] Initializing cgroup subsys freezer\n[ 0.149057] Initializing cgroup subsys net_cls\n[ 0.149932] Initializing cgroup subsys perf_event\n[ 0.150846] Initializing cgroup subsys net_prio\n[ 0.151737] Initializing cgroup subsys hugetlb\n[ 0.152614] Initializing cgroup subsys pids\n[ 0.153509] CPU: Physical Processor ID: 0\n[ 0.155027] mce: CPU supports 10 MCE banks\n[ 0.155885] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156897] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.159174] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.165577] ftrace: allocating 31920 entries in 125 pages\n[ 0.191664] smpboot: Max logical packages: 2\n[ 0.192531] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.193732] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.195087] x2apic enabled\n[ 0.195905] Switched APIC routing to physical x2apic.\n[ 0.197666] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201036] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202977] KVM setup paravirtual spinlock\n[ 0.204393] x86: Booting SMP configuration:\n[ 0.205291] .... node #0, CPUs: #1\n[ 0.206184] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.227821] x86: Booted up 1 node, 2 CPUs\n[ 0.227824] KVM setup async PF for cpu 1\n[ 0.227826] kvm-stealtime: cpu 1, msr f90d940\n[ 0.230409] smpboot: Total of 2 processors activated (13967.63 BogoMIPS)\n[ 0.231913] devtmpfs: initialized\n[ 0.233614] evm: security.selinux\n[ 0.234312] evm: security.SMACK64\n[ 0.235002] evm: security.SMACK64EXEC\n[ 0.235741] evm: security.SMACK64TRANSMUTE\n[ 0.236556] evm: security.SMACK64MMAP\n[ 0.237305] evm: security.ima\n[ 0.237943] evm: security.capability\n[ 0.238790] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240674] pinctrl core: initialized pinctrl subsystem\n[ 0.241775] RTC time: 13:32:13, date: 01/20/19\n[ 0.242750] NET: Registered protocol family 16\n[ 0.252681] cpuidle: using governor ladder\n[ 0.264774] cpuidle: using governor menu\n[ 0.265571] PCCT header not found.\n[ 0.266329] ACPI: bus type PCI registered\n[ 0.267110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.268324] PCI: Using configuration type 1 for base access\n[ 0.281715] ACPI: Added _OSI(Module Device)\n[ 0.282656] ACPI: Added _OSI(Processor Device)\n[ 0.283610] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.284629] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.286966] ACPI: Interpreter enabled\n[ 0.287710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.289516] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.291327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.293163] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.294964] ACPI: (supports S0 S5)\n[ 0.295646] ACPI: Using IOAPIC for interrupt routing\n[ 0.296585] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299912] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301023] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302215] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.303378] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.305560] acpiphp: Slot [3] registered\n[ 0.306356] acpiphp: Slot [4] registered\n[ 0.307137] acpiphp: Slot [5] registered\n[ 0.307918] acpiphp: Slot [6] registered\n[ 0.308697] acpiphp: Slot [7] registered\n[ 0.309479] acpiphp: Slot [8] registered\n[ 0.310260] acpiphp: Slot [9] registered\n[ 0.311035] acpiphp: Slot [10] registered\n[ 0.321860] acpiphp: Slot [11] registered\n[ 0.322655] acpiphp: Slot [12] registered\n[ 0.323449] acpiphp: Slot [13] registered\n[ 0.324238] acpiphp: Slot [14] registered\n[ 0.325030] acpiphp: Slot [15] registered\n[ 0.325818] acpiphp: Slot [16] registered\n[ 0.326616] acpiphp: Slot [17] registered\n[ 0.327408] acpiphp: Slot [18] registered\n[ 0.328197] acpiphp: Slot [19] registered\n[ 0.328988] acpiphp: Slot [20] registered\n[ 0.329776] acpiphp: Slot [21] registered\n[ 0.330568] acpiphp: Slot [22] registered\n[ 0.331366] acpiphp: Slot [23] registered\n[ 0.332159] acpiphp: Slot [24] registered\n[ 0.332948] acpiphp: Slot [25] registered\n[ 0.333737] acpiphp: Slot [26] registered\n[ 0.334528] acpiphp: Slot [27] registered\n[ 0.335320] acpiphp: Slot [28] registered\n[ 0.336115] acpiphp: Slot [29] registered\n[ 0.336906] acpiphp: Slot [30] registered\n[ 0.337697] acpiphp: Slot [31] registered\n[ 0.338484] PCI host bridge to bus 0000:00\n[ 0.339274] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.340456] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.341664] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.343077] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.344490] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.350719] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.351963] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.353106] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.354336] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.360894] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.362314] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.412530] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.413911] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.415302] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.416554] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.417710] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.418768] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.420275] vgaarb: loaded\n[ 0.420862] vgaarb: bridge control possible 0000:00:02.0\n[ 0.421983] SCSI subsystem initialized\n[ 0.422793] ACPI: bus type USB registered\n[ 0.423592] usbcore: registered new interface driver usbfs\n[ 0.424594] usbcore: registered new interface driver hub\n[ 0.425569] usbcore: registered new device driver usb\n[ 0.426635] PCI: Using ACPI for IRQ routing\n[ 0.427653] NetLabel: Initializing\n[ 0.428354] NetLabel: domain hash size = 128\n[ 0.429186] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.430108] NetLabel: unlabeled traffic allowed by default\n[ 0.431185] clocksource: Switched to clocksource kvm-clock\n[ 0.437078] AppArmor: AppArmor Filesystem Enabled\n[ 0.438019] pnp: PnP ACPI init\n[ 0.438927] pnp: PnP ACPI: found 5 devices\n[ 0.446026] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.447691] NET: Registered protocol family 2\n[ 0.448649] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.449882] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.451011] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.452143] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453187] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454320] NET: Registered protocol family 1\n[ 0.455168] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456234] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457273] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.494680] Trying to unpack rootfs image as initramfs...\n[ 0.544642] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.559080] Scanning for low memory corruption every 60 seconds\n[ 0.560716] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.562140] audit: initializing netlink subsys (disabled)\n[ 0.563386] audit: type=2000 audit(1547991134.863:1): initialized\n[ 0.564954] Initialise system trusted keyring\n[ 0.566069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.567501] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.569830] zbud: loaded\n[ 0.570658] VFS: Disk quotas dquot_6.6.0\n[ 0.571637] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573478] fuse init (API version 7.23)\n[ 0.574523] Key type big_key registered\n[ 0.575481] Allocating IMA MOK and blacklist keyrings.\n[ 0.576861] Key type asymmetric registered\n[ 0.577842] Asymmetric key parser 'x509' registered\n[ 0.578981] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.580733] io scheduler noop registered\n[ 0.581677] io scheduler deadline registered (default)\n[ 0.582863] io scheduler cfq registered\n[ 0.583853] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.585119] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.586626] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.588357] ACPI: Power Button [PWRF]\n[ 0.589364] GHES: HEST is not enabled!\n[ 0.607525] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.644376] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.646898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.671122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.673918] Linux agpgart interface v0.103\n[ 0.676411] brd: module loaded\n[ 0.677861] loop: module loaded\n[ 0.682724] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.684473] GPT:90111 != 20971519\n[ 0.685265] GPT:Alternate GPT header not at the end of the disk.\n[ 0.686535] GPT:90111 != 20971519\n[ 0.687344] GPT: Use GNU Parted to correct GPT errors.\n[ 0.688645] vda: vda1 vda15\n[ 0.691031] scsi host0: ata_piix\n[ 0.692458] scsi host1: ata_piix\n[ 0.693445] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.695249] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.697185] libphy: Fixed MDIO Bus: probed\n[ 0.698528] tun: Universal TUN/TAP device driver, 1.6\n[ 0.699943] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.703512] PPP generic driver version 2.4.2\n[ 0.704948] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.706613] ehci-pci: EHCI PCI platform driver\n[ 0.707873] ehci-platform: EHCI generic platform driver\n[ 0.709257] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.710643] ohci-pci: OHCI PCI platform driver\n[ 0.711689] ohci-platform: OHCI generic platform driver\n[ 0.712866] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.731888] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.733072] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.734736] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.735896] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.737222] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.738707] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740408] usb usb1: Product: UHCI Host Controller\n[ 0.741518] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.742908] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.744064] hub 1-0:1.0: USB hub found\n[ 0.745002] hub 1-0:1.0: 2 ports detected\n[ 0.746077] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.748493] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.749631] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.750823] mousedev: PS/2 mouse device common for all mice\n[ 0.752228] rtc_cmos 00:00: RTC can wake from S4\n[ 0.753622] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.755581] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.757130] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.758574] i2c /dev entries driver\n[ 0.759471] device-mapper: uevent: version 1.0.3\n[ 0.760625] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.762605] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.764224] NET: Registered protocol family 10\n[ 0.765430] NET: Registered protocol family 17\n[ 0.766506] Key type dns_resolver registered\n[ 0.767655] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.768972] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.770316] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.772456] registered taskstats version 1\n[ 0.773445] Loading compiled-in X.509 certificates\n[ 0.775050] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.777280] zswap: loaded using pool lzo/zbud\n[ 0.778960] Key type trusted registered\n[ 0.780760] Key type encrypted registered\n[ 0.781748] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.783002] ima: No TPM chip found, activating TPM-bypass!\n[ 0.784251] evm: HMAC attrs: 0x1\n[ 0.785320] Magic number: 3:328:534\n[ 0.786241] bdi 1:12: hash matches\n[ 0.797183] tty ttyS14: hash matches\n[ 0.798160] rtc_cmos 00:00: setting system clock to 2019-01-20 13:32:14 UTC (1547991134)\n[ 0.800108] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.801451] EDD information not available.\n[ 0.860165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.861999] Write protecting the kernel read-only data: 14336k\n[ 0.863823] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866005] 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.920776] 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.32\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.14...\nLease of 10.55.1.14 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.54. iid=i-000000fb\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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCB0OxG58EXIE7Letm0Ji40skAGALQ9VNqqSAo37LvE8viUxyu0OB/Pkcy5axmlWRfT+/jCmOhb2DHZLBf2S0KqSwsQfrSBV4O4m8eV3cBn+mhzx/QzA0bhX4LTKPZ4qmXgAYULSfbwh9PgBwpa7FIRw7jmnhfyCwE2fk9HZWgG+TUTk5U5avjf/miWuJ44Hvv/F2hkGteYlA4GxOAeV5gO1M3IWdCPbpfyHA2o9s7SFAQh3Wjxov8rLudg/IKboSTp3nnK+41HRaqVv0pTcUaWJ6JB9PZXPc6ZPjdhF5DK9de9cqZeAL2CQMPopoUrMK/K6DVSv2Ilv4XTYZ2LQR39 root@createinstancesinglenetworktests-6711bfc6-b40e-4f12-ae72-7a79a9\nssh-dss AAAAB3NzaC1kc3MAAACBAI1UtcMyaJ8VYcVqxUl8YTa5VB11ZNs73lF4ovLKP6L2NwdJImlCypOd2A7LLhAPhqEHHSY/yb+MY3EGEtI75db6gX9nNJ4Hp11ywqcBk4MiIc+WtutzkJz1rAcd5UVZu8Og8Eb3Bf/Urg6TlttgWCmzCoPGd+BqTDr+0EQlmkJNAAAAFQDvpEsXhBsJj4BuSN+w+rhLE7M0iwAAAIBUxPQD4s3hJh9SzZJrBoxzs9I+QOjtKoHa+bQekc93xEnGIKzARBqKcnTjQ+flv0cR35ISaMMK0HtXbfSsxuvoQ2/co50zQfCHIOyNSOdN8J1JfOPxEQ4GVqoFVaR0sqIobX3z/0Jmii0RIzm+cDk8HcUQFIOq3rsXfPK8Aqfc5wAAAIBErhyQUxaMRAdgwST5xjanwFMW//DUXCSAMH7nq6MtklEgOXP3rtMwNYm6wBWyK2dW+AeCZNAGmSVkqE+TNqFb6v1brLb3AaG2uraYH0IyfGDi6GHSFmt+hYuAuORzmIVNkuOb3Q/pgig4ya+sU03BVzo8owvhbmZ1DjBfRS9rtQ== root@createinstancesinglenetworktests-6711bfc6-b40e-4f12-ae72-7a79a9\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.14,24,fe80::f816:3eff:fe0c:7c34/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.14 \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-000000fb\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-6711bfc6-b40e-4f12-ae72-7a79a9\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-6711bfc6-b40e-4f12-ae72-7a79a9 login: "} 2019-01-20 13:32:23,312 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043/action used request id req-4ca6e05d-5926-4da0-8369-b0791f60cbcc 2019-01-20 13:32:23,314 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-20 13:32:23,314 - 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 536091103 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.908 MHz processor [ 0.132776] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.134450] pid_max: default: 32768 minimum: 301 [ 0.135350] ACPI: Core revision 20150930 [ 0.136740] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138053] Security Framework initialized [ 0.138870] Yama: becoming mindful. [ 0.139605] AppArmor: AppArmor initialized [ 0.140467] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141760] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.143027] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.144229] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.145603] Initializing cgroup subsys io [ 0.146423] Initializing cgroup subsys memory [ 0.147290] Initializing cgroup subsys devices [ 0.148179] Initializing cgroup subsys freezer [ 0.149057] Initializing cgroup subsys net_cls [ 0.149932] Initializing cgroup subsys perf_event [ 0.150846] Initializing cgroup subsys net_prio [ 0.151737] Initializing cgroup subsys hugetlb [ 0.152614] Initializing cgroup subsys pids [ 0.153509] CPU: Physical Processor ID: 0 [ 0.155027] mce: CPU supports 10 MCE banks [ 0.155885] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156897] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.159174] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.165577] ftrace: allocating 31920 entries in 125 pages [ 0.191664] smpboot: Max logical packages: 2 [ 0.192531] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.193732] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.195087] x2apic enabled [ 0.195905] Switched APIC routing to physical x2apic. [ 0.197666] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.201036] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202977] KVM setup paravirtual spinlock [ 0.204393] x86: Booting SMP configuration: [ 0.205291] .... node #0, CPUs: #1 [ 0.206184] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.227821] x86: Booted up 1 node, 2 CPUs [ 0.227824] KVM setup async PF for cpu 1 [ 0.227826] kvm-stealtime: cpu 1, msr f90d940 [ 0.230409] smpboot: Total of 2 processors activated (13967.63 BogoMIPS) [ 0.231913] devtmpfs: initialized [ 0.233614] evm: security.selinux [ 0.234312] evm: security.SMACK64 [ 0.235002] evm: security.SMACK64EXEC [ 0.235741] evm: security.SMACK64TRANSMUTE [ 0.236556] evm: security.SMACK64MMAP [ 0.237305] evm: security.ima [ 0.237943] evm: security.capability [ 0.238790] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.240674] pinctrl core: initialized pinctrl subsystem [ 0.241775] RTC time: 13:32:13, date: 01/20/19 [ 0.242750] NET: Registered protocol family 16 [ 0.252681] cpuidle: using governor ladder [ 0.264774] cpuidle: using governor menu [ 0.265571] PCCT header not found. [ 0.266329] ACPI: bus type PCI registered [ 0.267110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.268324] PCI: Using configuration type 1 for base access [ 0.281715] ACPI: Added _OSI(Module Device) [ 0.282656] ACPI: Added _OSI(Processor Device) [ 0.283610] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.284629] ACPI: Added _OSI(Processor Aggregator Device) [ 0.286966] ACPI: Interpreter enabled [ 0.287710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.289516] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.291327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.293163] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.294964] ACPI: (supports S0 S5) [ 0.295646] ACPI: Using IOAPIC for interrupt routing [ 0.296585] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.299912] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.301023] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.302215] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.303378] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.305560] acpiphp: Slot [3] registered [ 0.306356] acpiphp: Slot [4] registered [ 0.307137] acpiphp: Slot [5] registered [ 0.307918] acpiphp: Slot [6] registered [ 0.308697] acpiphp: Slot [7] registered [ 0.309479] acpiphp: Slot [8] registered [ 0.310260] acpiphp: Slot [9] registered [ 0.311035] acpiphp: Slot [10] registered [ 0.321860] acpiphp: Slot [11] registered [ 0.322655] acpiphp: Slot [12] registered [ 0.323449] acpiphp: Slot [13] registered [ 0.324238] acpiphp: Slot [14] registered [ 0.325030] acpiphp: Slot [15] registered [ 0.325818] acpiphp: Slot [16] registered [ 0.326616] acpiphp: Slot [17] registered [ 0.327408] acpiphp: Slot [18] registered [ 0.328197] acpiphp: Slot [19] registered [ 0.328988] acpiphp: Slot [20] registered [ 0.329776] acpiphp: Slot [21] registered [ 0.330568] acpiphp: Slot [22] registered [ 0.331366] acpiphp: Slot [23] registered [ 0.332159] acpiphp: Slot [24] registered [ 0.332948] acpiphp: Slot [25] registered [ 0.333737] acpiphp: Slot [26] registered [ 0.334528] acpiphp: Slot [27] registered [ 0.335320] acpiphp: Slot [28] registered [ 0.336115] acpiphp: Slot [29] registered [ 0.336906] acpiphp: Slot [30] registered [ 0.337697] acpiphp: Slot [31] registered [ 0.338484] PCI host bridge to bus 0000:00 [ 0.339274] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.340456] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.341664] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.343077] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.344490] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.350719] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.351963] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.353106] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.354336] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.360894] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.362314] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.409668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.411140] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.412530] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.413911] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.415302] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.416554] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.417710] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.418768] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.420275] vgaarb: loaded [ 0.420862] vgaarb: bridge control possible 0000:00:02.0 [ 0.421983] SCSI subsystem initialized [ 0.422793] ACPI: bus type USB registered [ 0.423592] usbcore: registered new interface driver usbfs [ 0.424594] usbcore: registered new interface driver hub [ 0.425569] usbcore: registered new device driver usb [ 0.426635] PCI: Using ACPI for IRQ routing [ 0.427653] NetLabel: Initializing [ 0.428354] NetLabel: domain hash size = 128 [ 0.429186] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.430108] NetLabel: unlabeled traffic allowed by default [ 0.431185] clocksource: Switched to clocksource kvm-clock [ 0.437078] AppArmor: AppArmor Filesystem Enabled [ 0.438019] pnp: PnP ACPI init [ 0.438927] pnp: PnP ACPI: found 5 devices [ 0.446026] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.447691] NET: Registered protocol family 2 [ 0.448649] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.449882] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.451011] TCP: Hash tables configured (established 2048 bind 2048) [ 0.452143] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.453187] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.454320] NET: Registered protocol family 1 [ 0.455168] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456234] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457273] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.475836] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.494680] Trying to unpack rootfs image as initramfs... [ 0.544642] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.559080] Scanning for low memory corruption every 60 seconds [ 0.560716] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.562140] audit: initializing netlink subsys (disabled) [ 0.563386] audit: type=2000 audit(1547991134.863:1): initialized [ 0.564954] Initialise system trusted keyring [ 0.566069] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.567501] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.569830] zbud: loaded [ 0.570658] VFS: Disk quotas dquot_6.6.0 [ 0.571637] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.573478] fuse init (API version 7.23) [ 0.574523] Key type big_key registered [ 0.575481] Allocating IMA MOK and blacklist keyrings. [ 0.576861] Key type asymmetric registered [ 0.577842] Asymmetric key parser 'x509' registered [ 0.578981] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.580733] io scheduler noop registered [ 0.581677] io scheduler deadline registered (default) [ 0.582863] io scheduler cfq registered [ 0.583853] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.585119] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.586626] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.588357] ACPI: Power Button [PWRF] [ 0.589364] GHES: HEST is not enabled! [ 0.607525] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.644376] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.646898] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.671122] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.673918] Linux agpgart interface v0.103 [ 0.676411] brd: module loaded [ 0.677861] loop: module loaded [ 0.682724] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.684473] GPT:90111 != 20971519 [ 0.685265] GPT:Alternate GPT header not at the end of the disk. [ 0.686535] GPT:90111 != 20971519 [ 0.687344] GPT: Use GNU Parted to correct GPT errors. [ 0.688645] vda: vda1 vda15 [ 0.691031] scsi host0: ata_piix [ 0.692458] scsi host1: ata_piix [ 0.693445] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.695249] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.697185] libphy: Fixed MDIO Bus: probed [ 0.698528] tun: Universal TUN/TAP device driver, 1.6 [ 0.699943] tun: (C) 1999-2004 Max Krasnyansky [ 0.703512] PPP generic driver version 2.4.2 [ 0.704948] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.706613] ehci-pci: EHCI PCI platform driver [ 0.707873] ehci-platform: EHCI generic platform driver [ 0.709257] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.710643] ohci-pci: OHCI PCI platform driver [ 0.711689] ohci-platform: OHCI generic platform driver [ 0.712866] uhci_hcd: USB Universal Host Controller Interface driver [ 0.731888] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.733072] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.734736] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.735896] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.737222] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.738707] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.740408] usb usb1: Product: UHCI Host Controller [ 0.741518] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.742908] usb usb1: SerialNumber: 0000:00:01.2 [ 0.744064] hub 1-0:1.0: USB hub found [ 0.745002] hub 1-0:1.0: 2 ports detected [ 0.746077] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.748493] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.749631] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.750823] mousedev: PS/2 mouse device common for all mice [ 0.752228] rtc_cmos 00:00: RTC can wake from S4 [ 0.753622] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.755581] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.757130] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.758574] i2c /dev entries driver [ 0.759471] device-mapper: uevent: version 1.0.3 [ 0.760625] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.762605] ledtrig-cpu: registered to indicate activity on CPUs [ 0.764224] NET: Registered protocol family 10 [ 0.765430] NET: Registered protocol family 17 [ 0.766506] Key type dns_resolver registered [ 0.767655] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.768972] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.770316] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.772456] registered taskstats version 1 [ 0.773445] Loading compiled-in X.509 certificates [ 0.775050] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.777280] zswap: loaded using pool lzo/zbud [ 0.778960] Key type trusted registered [ 0.780760] Key type encrypted registered [ 0.781748] AppArmor: AppArmor sha1 policy hashing enabled [ 0.783002] ima: No TPM chip found, activating TPM-bypass! [ 0.784251] evm: HMAC attrs: 0x1 [ 0.785320] Magic number: 3:328:534 [ 0.786241] bdi 1:12: hash matches [ 0.797183] tty ttyS14: hash matches [ 0.798160] rtc_cmos 00:00: setting system clock to 2019-01-20 13:32:14 UTC (1547991134) [ 0.800108] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.801451] EDD information not available. [ 0.860165] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.861999] Write protecting the kernel read-only data: 14336k [ 0.863823] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.866005] 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.920776] 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.32 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.14... Lease of 10.55.1.14 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.54. iid=i-000000fb 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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCB0OxG58EXIE7Letm0Ji40skAGALQ9VNqqSAo37LvE8viUxyu0OB/Pkcy5axmlWRfT+/jCmOhb2DHZLBf2S0KqSwsQfrSBV4O4m8eV3cBn+mhzx/QzA0bhX4LTKPZ4qmXgAYULSfbwh9PgBwpa7FIRw7jmnhfyCwE2fk9HZWgG+TUTk5U5avjf/miWuJ44Hvv/F2hkGteYlA4GxOAeV5gO1M3IWdCPbpfyHA2o9s7SFAQh3Wjxov8rLudg/IKboSTp3nnK+41HRaqVv0pTcUaWJ6JB9PZXPc6ZPjdhF5DK9de9cqZeAL2CQMPopoUrMK/K6DVSv2Ilv4XTYZ2LQR39 root@createinstancesinglenetworktests-6711bfc6-b40e-4f12-ae72-7a79a9 ssh-dss AAAAB3NzaC1kc3MAAACBAI1UtcMyaJ8VYcVqxUl8YTa5VB11ZNs73lF4ovLKP6L2NwdJImlCypOd2A7LLhAPhqEHHSY/yb+MY3EGEtI75db6gX9nNJ4Hp11ywqcBk4MiIc+WtutzkJz1rAcd5UVZu8Og8Eb3Bf/Urg6TlttgWCmzCoPGd+BqTDr+0EQlmkJNAAAAFQDvpEsXhBsJj4BuSN+w+rhLE7M0iwAAAIBUxPQD4s3hJh9SzZJrBoxzs9I+QOjtKoHa+bQekc93xEnGIKzARBqKcnTjQ+flv0cR35ISaMMK0HtXbfSsxuvoQ2/co50zQfCHIOyNSOdN8J1JfOPxEQ4GVqoFVaR0sqIobX3z/0Jmii0RIzm+cDk8HcUQFIOq3rsXfPK8Aqfc5wAAAIBErhyQUxaMRAdgwST5xjanwFMW//DUXCSAMH7nq6MtklEgOXP3rtMwNYm6wBWyK2dW+AeCZNAGmSVkqE+TNqFb6v1brLb3AaG2uraYH0IyfGDi6GHSFmt+hYuAuORzmIVNkuOb3Q/pgig4ya+sU03BVzo8owvhbmZ1DjBfRS9rtQ== root@createinstancesinglenetworktests-6711bfc6-b40e-4f12-ae72-7a79a9 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.14,24,fe80::f816:3eff:fe0c:7c34/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.14 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-000000fb name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-6711bfc6-b40e-4f12-ae72-7a79a9 launch-index: 0 === cirros: current=0.4.0 uptime=3.50 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-6711bfc6-b40e-4f12-ae72-7a79a9 login: 2019-01-20 13:32:23,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:23,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32: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-fefe9b13-6f1e-4f1c-b9a8-f891df7af445 x-compute-request-id: req-fefe9b13-6f1e-4f1c-b9a8-f891df7af445 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7c:34", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "bookmark"}], "image": {"id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "links": [{"href": "http://172.30.9.22:8774/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:32:14.000000", "flavor": {"id": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "links": [{"href": "http://172.30.9.22:8774/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "bookmark"}]}, "id": "046ba57b-8df6-4977-8568-1b4e2ceb0043", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp"}, {"name": "default"}], "user_id": "cb29ba1a4d1d464abf8b881d51cf0d83", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:32:14Z", "hostId": "47fd1e20fe2723069ec7183488827899d3b4460ad491401698588b2e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst", "created": "2019-01-20T13:32:08Z", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:32:23,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 used request id req-fefe9b13-6f1e-4f1c-b9a8-f891df7af445 2019-01-20 13:32:23,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:24,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-445ae47c-56fc-435b-8f06-50ea0708b0c0 Date: Sun, 20 Jan 2019 13:32: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":["966932bc-ddb9-4a67-ab2d-1e239abd5500"],"updated_at":"2019-01-20T13:31:44Z","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"f44284e6-c592-4993-9bd7-db3c2daf3573","name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net"}]} 2019-01-20 13:32:24,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net used request id req-445ae47c-56fc-435b-8f06-50ea0708b0c0 2019-01-20 13:32:24,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:24,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77145a90-3e19-4d83-a71e-a0f1d958fa07 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1"}, "enabled": true, "id": "b63e06b39b6349ca8d537e1db1069ea1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}} 2019-01-20 13:32:24,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 used request id req-77145a90-3e19-4d83-a71e-a0f1d958fa07 2019-01-20 13:32:24,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:24,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-82829197-91f0-4d4e-945a-abaa060fda5b Date: Sun, 20 Jan 2019 13:32:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","dns_nameservers":[],"updated_at":"2019-01-20T13:31:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet"}]} 2019-01-20 13:32:24,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-82829197-91f0-4d4e-945a-abaa060fda5b 2019-01-20 13:32:24,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:24,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-64951115-fb72-4680-a9fe-61f22f3982a0 Date: Sun, 20 Jan 2019 13:32:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.2"}],"id":"08a3706a-f190-4f01-8258-f33f38b354c0","security_groups":[],"mac_address":"fa:16:3e:86:8a:8e","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f44284e6-c592-4993-9bd7-db3c2daf3573"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:32:19Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.14"}],"id":"43241a7a-f7d6-408a-a56b-06e0ac5b55e0","security_groups":["7af6ab4c-8d04-43a7-a63f-63808499acd5","ec134e69-7ecf-4384-96f2-5c3d40c6e185"],"mac_address":"fa:16:3e:0c:7c:34","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938port-1","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:32:04Z","binding:vnic_type":"normal","device_id":"046ba57b-8df6-4977-8568-1b4e2ceb0043"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:32:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.1"}],"id":"7da2f739-8862-48ba-972c-3f8b668310c6","security_groups":[],"mac_address":"fa:16:3e:b1:be:6e","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:53Z","binding:vnic_type":"normal","device_id":"30b8eddb-3f8e-427d-939e-fd0030a1b9e6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.4"}],"id":"b7d2dc27-6e6b-422d-8c75-3ca702c2a020","security_groups":[],"mac_address":"fa:16:3e:03:28:1a","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f44284e6-c592-4993-9bd7-db3c2daf3573"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.3"}],"id":"fc5be647-db99-4a53-afcc-1d478af21d27","security_groups":[],"mac_address":"fa:16:3e:0f:f7:12","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f44284e6-c592-4993-9bd7-db3c2daf3573"}]} 2019-01-20 13:32:24,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-64951115-fb72-4680-a9fe-61f22f3982a0 2019-01-20 13:32:24,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:24,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-1146d275-c23f-4df1-a09f-a2289535ea43 Date: Sun, 20 Jan 2019 13:32:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:47Z", "admin_state_up": true, "updated_at": "2019-01-20T13:31:53Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "30b8eddb-3f8e-427d-939e-fd0030a1b9e6", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-router"}]} 2019-01-20 13:32:24,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-router used request id req-1146d275-c23f-4df1-a09f-a2289535ea43 2019-01-20 13:32:24,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:24,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5970a06a-e0b6-474b-86cd-f97605ad3aca Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1"}, "enabled": true, "id": "b63e06b39b6349ca8d537e1db1069ea1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}} 2019-01-20 13:32:24,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 used request id req-5970a06a-e0b6-474b-86cd-f97605ad3aca 2019-01-20 13:32:24,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=30b8eddb-3f8e-427d-939e-fd0030a1b9e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:24,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-029321fc-9561-4ea4-96b3-e2811cedfb3b Date: Sun, 20 Jan 2019 13:32:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:32:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.1"}],"id":"7da2f739-8862-48ba-972c-3f8b668310c6","security_groups":[],"mac_address":"fa:16:3e:b1:be:6e","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:53Z","binding:vnic_type":"normal","device_id":"30b8eddb-3f8e-427d-939e-fd0030a1b9e6"}]} 2019-01-20 13:32:24,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=30b8eddb-3f8e-427d-939e-fd0030a1b9e6 used request id req-029321fc-9561-4ea4-96b3-e2811cedfb3b 2019-01-20 13:32:24,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/966932bc-ddb9-4a67-ab2d-1e239abd5500 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:25,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-bcdb6bf3-b9bc-417d-be02-644cb1639a3f Date: Sun, 20 Jan 2019 13:32:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","dns_nameservers":[],"updated_at":"2019-01-20T13:31:44Z","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":"b63e06b39b6349ca8d537e1db1069ea1","id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet"}} 2019-01-20 13:32:25,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/966932bc-ddb9-4a67-ab2d-1e239abd5500 used request id req-bcdb6bf3-b9bc-417d-be02-644cb1639a3f 2019-01-20 13:32:25,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:25,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-66c4c7f4-4eb7-4a75-9e17-5d1f2357ce1d Date: Sun, 20 Jan 2019 13:32:25 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:32:25,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-66c4c7f4-4eb7-4a75-9e17-5d1f2357ce1d 2019-01-20 13:32:25,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:25,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4aeeb369-d078-4b5f-ba70-a6e1acff77eb Date: Sun, 20 Jan 2019 13:32:25 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:32:25,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-4aeeb369-d078-4b5f-ba70-a6e1acff77eb 2019-01-20 13:32:25,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:25,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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,Accept-Encoding x-openstack-request-id: req-461834f6-a932-48e7-9851-3ccd40d90164 x-compute-request-id: req-461834f6-a932-48e7-9851-3ccd40d90164 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7c:34", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "bookmark"}], "image": {"id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "links": [{"href": "http://172.30.9.22:8774/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:32:14.000000", "flavor": {"id": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "links": [{"href": "http://172.30.9.22:8774/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "bookmark"}]}, "id": "046ba57b-8df6-4977-8568-1b4e2ceb0043", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp"}, {"name": "default"}], "user_id": "cb29ba1a4d1d464abf8b881d51cf0d83", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:32:14Z", "hostId": "47fd1e20fe2723069ec7183488827899d3b4460ad491401698588b2e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst", "created": "2019-01-20T13:32:08Z", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:32:25,757 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 used request id req-461834f6-a932-48e7-9851-3ccd40d90164 2019-01-20 13:32:25,757 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst] is - ACTIVE 2019-01-20 13:32:25,757 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:32:25,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:26,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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,Accept-Encoding x-openstack-request-id: req-7817da70-0d02-4505-a84a-a177d4c7b8b5 x-compute-request-id: req-7817da70-0d02-4505-a84a-a177d4c7b8b5 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7c:34", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "bookmark"}], "image": {"id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "links": [{"href": "http://172.30.9.22:8774/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:32:14.000000", "flavor": {"id": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "links": [{"href": "http://172.30.9.22:8774/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "bookmark"}]}, "id": "046ba57b-8df6-4977-8568-1b4e2ceb0043", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp"}, {"name": "default"}], "user_id": "cb29ba1a4d1d464abf8b881d51cf0d83", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:32:14Z", "hostId": "47fd1e20fe2723069ec7183488827899d3b4460ad491401698588b2e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst", "created": "2019-01-20T13:32:08Z", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:32:26,255 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 used request id req-7817da70-0d02-4505-a84a-a177d4c7b8b5 2019-01-20 13:32:26,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:26,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e321315c-84dd-4232-a8b2-7693c06a71e0 Date: Sun, 20 Jan 2019 13:32: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":["966932bc-ddb9-4a67-ab2d-1e239abd5500"],"updated_at":"2019-01-20T13:31:44Z","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"f44284e6-c592-4993-9bd7-db3c2daf3573","name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net"}]} 2019-01-20 13:32:26,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net used request id req-e321315c-84dd-4232-a8b2-7693c06a71e0 2019-01-20 13:32:26,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:26,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7e87269-407a-426a-affd-8ae4eb41ae2f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1"}, "enabled": true, "id": "b63e06b39b6349ca8d537e1db1069ea1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}} 2019-01-20 13:32:26,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 used request id req-a7e87269-407a-426a-affd-8ae4eb41ae2f 2019-01-20 13:32:26,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:26,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d1be01ae-e0ec-42a8-a025-9b9038b7aa97 Date: Sun, 20 Jan 2019 13:32:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","dns_nameservers":[],"updated_at":"2019-01-20T13:31:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet"}]} 2019-01-20 13:32:26,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-d1be01ae-e0ec-42a8-a025-9b9038b7aa97 2019-01-20 13:32:26,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:26,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-619a83c4-21ba-4696-a0e5-4597ffac1234 Date: Sun, 20 Jan 2019 13:32:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.2"}],"id":"08a3706a-f190-4f01-8258-f33f38b354c0","security_groups":[],"mac_address":"fa:16:3e:86:8a:8e","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f44284e6-c592-4993-9bd7-db3c2daf3573"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:32:19Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.14"}],"id":"43241a7a-f7d6-408a-a56b-06e0ac5b55e0","security_groups":["7af6ab4c-8d04-43a7-a63f-63808499acd5","ec134e69-7ecf-4384-96f2-5c3d40c6e185"],"mac_address":"fa:16:3e:0c:7c:34","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938port-1","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:32:04Z","binding:vnic_type":"normal","device_id":"046ba57b-8df6-4977-8568-1b4e2ceb0043"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:32:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.1"}],"id":"7da2f739-8862-48ba-972c-3f8b668310c6","security_groups":[],"mac_address":"fa:16:3e:b1:be:6e","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:53Z","binding:vnic_type":"normal","device_id":"30b8eddb-3f8e-427d-939e-fd0030a1b9e6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.4"}],"id":"b7d2dc27-6e6b-422d-8c75-3ca702c2a020","security_groups":[],"mac_address":"fa:16:3e:03:28:1a","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f44284e6-c592-4993-9bd7-db3c2daf3573"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.3"}],"id":"fc5be647-db99-4a53-afcc-1d478af21d27","security_groups":[],"mac_address":"fa:16:3e:0f:f7:12","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f44284e6-c592-4993-9bd7-db3c2daf3573"}]} 2019-01-20 13:32:26,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-619a83c4-21ba-4696-a0e5-4597ffac1234 2019-01-20 13:32:26,613 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-20 13:32:26,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:27,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-ad806f48-6efd-46b4-8af2-d9e51231e882 Date: Sun, 20 Jan 2019 13:32:27 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:32:27,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-ad806f48-6efd-46b4-8af2-d9e51231e882 2019-01-20 13:32:27,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:27,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3f8b837c-cc9f-4fa9-a482-a68477d002ae Date: Sun, 20 Jan 2019 13:32:27 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:32:27,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-3f8b837c-cc9f-4fa9-a482-a68477d002ae 2019-01-20 13:32:27,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" -d '{"floatingip": {"floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "port_id": "43241a7a-f7d6-408a-a56b-06e0ac5b55e0"}}' 2019-01-20 13:32:29,345 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-a56fef97-13f4-4086-9f49-085c57dfe31a Date: Sun, 20 Jan 2019 13:32:29 GMT RESP BODY: {"floatingip": {"router_id": "30b8eddb-3f8e-427d-939e-fd0030a1b9e6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:32:27Z", "updated_at": "2019-01-20T13:32:27Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "10.55.1.14", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "port_id": "43241a7a-f7d6-408a-a56b-06e0ac5b55e0", "id": "5e044cf1-97ca-43de-b496-fff1d6f1edb2"}} 2019-01-20 13:32:29,345 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-a56fef97-13f4-4086-9f49-085c57dfe31a 2019-01-20 13:32:29,345 - create_instance - INFO - Created floating IP 172.30.9.209 via router - CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-router 2019-01-20 13:32:29,346 - create_instance - INFO - Checking if VM is active 2019-01-20 13:32:29,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:29,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9eb9431f-6881-4a23-b9ff-b663b8271588 x-compute-request-id: req-9eb9431f-6881-4a23-b9ff-b663b8271588 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7c:34", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "bookmark"}], "image": {"id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "links": [{"href": "http://172.30.9.22:8774/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:32:14.000000", "flavor": {"id": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "links": [{"href": "http://172.30.9.22:8774/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "bookmark"}]}, "id": "046ba57b-8df6-4977-8568-1b4e2ceb0043", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp"}, {"name": "default"}], "user_id": "cb29ba1a4d1d464abf8b881d51cf0d83", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:32:14Z", "hostId": "47fd1e20fe2723069ec7183488827899d3b4460ad491401698588b2e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst", "created": "2019-01-20T13:32:08Z", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:32:29,662 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 used request id req-9eb9431f-6881-4a23-b9ff-b663b8271588 2019-01-20 13:32:29,663 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst] is - ACTIVE 2019-01-20 13:32:29,663 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:32:29,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:30,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c017bac-39be-4ab7-a9d2-96b7e1f4adfd x-compute-request-id: req-6c017bac-39be-4ab7-a9d2-96b7e1f4adfd Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7c:34", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "bookmark"}], "image": {"id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "links": [{"href": "http://172.30.9.22:8774/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:32:14.000000", "flavor": {"id": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "links": [{"href": "http://172.30.9.22:8774/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "bookmark"}]}, "id": "046ba57b-8df6-4977-8568-1b4e2ceb0043", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp"}, {"name": "default"}], "user_id": "cb29ba1a4d1d464abf8b881d51cf0d83", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:32:14Z", "hostId": "47fd1e20fe2723069ec7183488827899d3b4460ad491401698588b2e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst", "created": "2019-01-20T13:32:08Z", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:32:30,281 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 used request id req-6c017bac-39be-4ab7-a9d2-96b7e1f4adfd 2019-01-20 13:32:30,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:30,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6e293c09-45c3-4de3-8af0-fbfc2af43428 Date: Sun, 20 Jan 2019 13:32: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":["966932bc-ddb9-4a67-ab2d-1e239abd5500"],"updated_at":"2019-01-20T13:31:44Z","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"f44284e6-c592-4993-9bd7-db3c2daf3573","name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net"}]} 2019-01-20 13:32:30,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net used request id req-6e293c09-45c3-4de3-8af0-fbfc2af43428 2019-01-20 13:32:30,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:30,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e64441ec-c5e6-4316-a58b-d34afeeca0c8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1"}, "enabled": true, "id": "b63e06b39b6349ca8d537e1db1069ea1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}} 2019-01-20 13:32:30,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 used request id req-e64441ec-c5e6-4316-a58b-d34afeeca0c8 2019-01-20 13:32:30,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:30,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-dae8ebe7-b30a-4d8f-89c0-9ea5f8c6493a Date: Sun, 20 Jan 2019 13:32:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","dns_nameservers":[],"updated_at":"2019-01-20T13:31:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b63e06b39b6349ca8d537e1db1069ea1","id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet"}]} 2019-01-20 13:32:30,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-dae8ebe7-b30a-4d8f-89c0-9ea5f8c6493a 2019-01-20 13:32:30,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:30,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-cfc1b57d-0153-4b33-ac22-6be45a3b3164 Date: Sun, 20 Jan 2019 13:32:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.2"}],"id":"08a3706a-f190-4f01-8258-f33f38b354c0","security_groups":[],"mac_address":"fa:16:3e:86:8a:8e","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f44284e6-c592-4993-9bd7-db3c2daf3573"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:32:19Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.14"}],"id":"43241a7a-f7d6-408a-a56b-06e0ac5b55e0","security_groups":["7af6ab4c-8d04-43a7-a63f-63808499acd5","ec134e69-7ecf-4384-96f2-5c3d40c6e185"],"mac_address":"fa:16:3e:0c:7c:34","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938port-1","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:32:04Z","binding:vnic_type":"normal","device_id":"046ba57b-8df6-4977-8568-1b4e2ceb0043"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:32:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.1"}],"id":"7da2f739-8862-48ba-972c-3f8b668310c6","security_groups":[],"mac_address":"fa:16:3e:b1:be:6e","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:53Z","binding:vnic_type":"normal","device_id":"30b8eddb-3f8e-427d-939e-fd0030a1b9e6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.4"}],"id":"b7d2dc27-6e6b-422d-8c75-3ca702c2a020","security_groups":[],"mac_address":"fa:16:3e:03:28:1a","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f44284e6-c592-4993-9bd7-db3c2daf3573"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:31:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"966932bc-ddb9-4a67-ab2d-1e239abd5500","ip_address":"10.55.1.3"}],"id":"fc5be647-db99-4a53-afcc-1d478af21d27","security_groups":[],"mac_address":"fa:16:3e:0f:f7:12","project_id":"b63e06b39b6349ca8d537e1db1069ea1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f44284e6-c592-4993-9bd7-db3c2daf3573","tenant_id":"b63e06b39b6349ca8d537e1db1069ea1","created_at":"2019-01-20T13:31:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f44284e6-c592-4993-9bd7-db3c2daf3573"}]} 2019-01-20 13:32:30,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-cfc1b57d-0153-4b33-ac22-6be45a3b3164 2019-01-20 13:32:30,643 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:32:30,646 - paramiko.transport - DEBUG - starting thread (client mode): 0x8ceeeed0L 2019-01-20 13:32:30,647 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:32:30,647 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:32:30,647 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:32:30,648 - 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 2019-01-20 13:32:30,648 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:32:30,648 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:32:30,648 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:32:30,649 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:32:30,649 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:32:30,666 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:32:30,667 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:32:30,679 - paramiko.transport - DEBUG - Trying key 5a8f6d7600f2da84b4be709aa4a8c2fa from tmp/CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938 2019-01-20 13:32:30,703 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:32:30,706 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:32:30,807 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:32:30,825 - create_instance - INFO - SSH is active for VM instance 2019-01-20 13:32:30,825 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:32:30,827 - paramiko.transport - DEBUG - starting thread (client mode): 0x8ceeed90L 2019-01-20 13:32:30,827 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:32:30,827 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:32:30,827 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:32:30,828 - 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 2019-01-20 13:32:30,829 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:32:30,829 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:32:30,829 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:32:30,829 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:32:30,829 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:32:30,847 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:32:30,847 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:32:30,859 - paramiko.transport - DEBUG - Trying key 5a8f6d7600f2da84b4be709aa4a8c2fa from tmp/CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938 2019-01-20 13:32:30,887 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:32:30,891 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:32:30,892 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 13:32:30,893 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-20 13:32:30,893 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 13:32:30,894 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 13:32:30,895 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:32:30,897 - create_instance - INFO - Deleting Floating IP - 172.30.9.209 2019-01-20 13:32:30,897 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.209 2019-01-20 13:32:30,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/floatingips/5e044cf1-97ca-43de-b496-fff1d6f1edb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:31,861 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3d0e741f-e5ad-4c01-a84b-92f908d7a31c Content-Length: 0 Date: Sun, 20 Jan 2019 13:32:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:32:31,861 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/5e044cf1-97ca-43de-b496-fff1d6f1edb2 used request id req-3d0e741f-e5ad-4c01-a84b-92f908d7a31c 2019-01-20 13:32:31,862 - create_instance - INFO - Deleting Port with ID - 43241a7a-f7d6-408a-a56b-06e0ac5b55e0 2019-01-20 13:32:31,862 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938port-1 2019-01-20 13:32:31,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/43241a7a-f7d6-408a-a56b-06e0ac5b55e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:32,389 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9e897bca-bac1-4990-bfe4-d3f0eb9e2020 Date: Sun, 20 Jan 2019 13:32:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:32:32,390 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/43241a7a-f7d6-408a-a56b-06e0ac5b55e0 used request id req-9e897bca-bac1-4990-bfe4-d3f0eb9e2020 2019-01-20 13:32:32,390 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst 2019-01-20 13:32:32,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:32,536 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:32:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-73d30133-b9ac-4fc3-8b28-468f75aa4cd4 x-compute-request-id: req-73d30133-b9ac-4fc3-8b28-468f75aa4cd4 Content-Type: application/json 2019-01-20 13:32:32,536 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 used request id req-73d30133-b9ac-4fc3-8b28-468f75aa4cd4 2019-01-20 13:32:32,536 - create_instance - INFO - Checking deletion status 2019-01-20 13:32:32,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:32,864 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-acf83790-9f07-458d-9695-67b42aa8dcab x-compute-request-id: req-acf83790-9f07-458d-9695-67b42aa8dcab 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.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "bookmark"}], "image": {"id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "links": [{"href": "http://172.30.9.22:8774/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:32:14.000000", "flavor": {"id": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "links": [{"href": "http://172.30.9.22:8774/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "bookmark"}]}, "id": "046ba57b-8df6-4977-8568-1b4e2ceb0043", "user_id": "cb29ba1a4d1d464abf8b881d51cf0d83", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:32:32Z", "hostId": "47fd1e20fe2723069ec7183488827899d3b4460ad491401698588b2e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst", "created": "2019-01-20T13:32:08Z", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:32:32,864 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 used request id req-acf83790-9f07-458d-9695-67b42aa8dcab 2019-01-20 13:32:32,865 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst] is - ACTIVE 2019-01-20 13:32:32,865 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:32:35,868 - create_instance - DEBUG - VM status query timeout in 296.668654919 2019-01-20 13:32:35,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:36,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6af5f969-5c7e-4a84-802c-1c45ebb62fc2 x-compute-request-id: req-6af5f969-5c7e-4a84-802c-1c45ebb62fc2 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.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043", "rel": "bookmark"}], "image": {"id": "67065180-ff5f-440a-a571-f6fa3b7e245d", "links": [{"href": "http://172.30.9.22:8774/images/67065180-ff5f-440a-a571-f6fa3b7e245d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:32:14.000000", "flavor": {"id": "93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "links": [{"href": "http://172.30.9.22:8774/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788", "rel": "bookmark"}]}, "id": "046ba57b-8df6-4977-8568-1b4e2ceb0043", "user_id": "cb29ba1a4d1d464abf8b881d51cf0d83", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:32:32Z", "hostId": "47fd1e20fe2723069ec7183488827899d3b4460ad491401698588b2e", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp", "name": "CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst", "created": "2019-01-20T13:32:08Z", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:32:36,138 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 used request id req-6af5f969-5c7e-4a84-802c-1c45ebb62fc2 2019-01-20 13:32:36,139 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst] is - ACTIVE 2019-01-20 13:32:36,139 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:32:39,142 - create_instance - DEBUG - VM status query timeout in 293.394448996 2019-01-20 13:32:39,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66492b4942e508394f02359fa28aaa36ba825" 2019-01-20 13:32:39,197 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:32: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-f72f886e-8dde-4dd8-ae61-0db878bc146c x-compute-request-id: req-f72f886e-8dde-4dd8-ae61-0db878bc146c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 046ba57b-8df6-4977-8568-1b4e2ceb0043 could not be found.", "code": 404}} 2019-01-20 13:32:39,197 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/046ba57b-8df6-4977-8568-1b4e2ceb0043 used request id req-f72f886e-8dde-4dd8-ae61-0db878bc146c 2019-01-20 13:32:39,197 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 046ba57b-8df6-4977-8568-1b4e2ceb0043 could not be found. (HTTP 404) (Request-ID: req-f72f886e-8dde-4dd8-ae61-0db878bc146c) 2019-01-20 13:32:39,198 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-inst 2019-01-20 13:32:39,199 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp 2019-01-20 13:32:39,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57e34c14ac15b2d9b6a8f62d73df50a8486540db" 2019-01-20 13:32:39,242 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:32: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-a66bdbcf-a343-439a-a5ab-e991694d256a x-compute-request-id: req-a66bdbcf-a343-439a-a5ab-e991694d256a Content-Length: 0 Content-Type: application/json 2019-01-20 13:32:39,242 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-kp used request id req-a66bdbcf-a343-439a-a5ab-e991694d256a 2019-01-20 13:32:39,242 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938.pub] 2019-01-20 13:32:39,243 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938] 2019-01-20 13:32:39,246 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4143cc5af5799dd7db8c0540d70ee817c6efa1ca" 2019-01-20 13:32:39,286 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:32: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-f6a4826d-201b-4c5a-9af4-303cd100f530 x-compute-request-id: req-f6a4826d-201b-4c5a-9af4-303cd100f530 Content-Length: 0 Content-Type: application/json 2019-01-20 13:32:39,286 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/93c2d593-7d4f-48c8-b3ea-ac7db04b4788 used request id req-f6a4826d-201b-4c5a-9af4-303cd100f530 2019-01-20 13:32:39,286 - neutron_utils - INFO - Deleting security group rule with ID - a4b3af25-c7b8-4b62-aca5-212656e303ad 2019-01-20 13:32:39,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/a4b3af25-c7b8-4b62-aca5-212656e303ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:32:39,554 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-404c9cde-2d48-40c0-99fe-8a97e7766a40 Content-Length: 0 Date: Sun, 20 Jan 2019 13:32:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:32:39,554 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/a4b3af25-c7b8-4b62-aca5-212656e303ad used request id req-404c9cde-2d48-40c0-99fe-8a97e7766a40 2019-01-20 13:32:39,554 - neutron_utils - INFO - Deleting security group rule with ID - a2a99a52-8811-4ef9-8a44-e5ebc8b5cf95 2019-01-20 13:32:39,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/a2a99a52-8811-4ef9-8a44-e5ebc8b5cf95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:32:39,810 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1574245c-4dbb-489d-b1fa-f78c24139ebf Content-Length: 0 Date: Sun, 20 Jan 2019 13:32:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:32:39,810 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/a2a99a52-8811-4ef9-8a44-e5ebc8b5cf95 used request id req-1574245c-4dbb-489d-b1fa-f78c24139ebf 2019-01-20 13:32:39,811 - neutron_utils - INFO - Deleting security group rule with ID - 93815074-a069-4493-b313-e0c1a55dc960 2019-01-20 13:32:39,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/93815074-a069-4493-b313-e0c1a55dc960 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:32:39,907 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7a4f437a-8cfb-4d11-941d-34540a619d7f Content-Length: 0 Date: Sun, 20 Jan 2019 13:32:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:32:39,907 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/93815074-a069-4493-b313-e0c1a55dc960 used request id req-7a4f437a-8cfb-4d11-941d-34540a619d7f 2019-01-20 13:32:39,908 - neutron_utils - INFO - Deleting security group rule with ID - 1e33f255-0db2-4c79-b9d0-c72912f93de7 2019-01-20 13:32:39,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/1e33f255-0db2-4c79-b9d0-c72912f93de7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:32:39,998 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-35810e70-a5e0-4d8a-b8a4-117b86f20f49 Content-Length: 0 Date: Sun, 20 Jan 2019 13:32:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:32:39,998 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/1e33f255-0db2-4c79-b9d0-c72912f93de7 used request id req-35810e70-a5e0-4d8a-b8a4-117b86f20f49 2019-01-20 13:32:39,998 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-sec-grp 2019-01-20 13:32:40,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/7af6ab4c-8d04-43a7-a63f-63808499acd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}279823c661f3f7f5324e0b2ba8e6319ba96d25f1" 2019-01-20 13:32:40,224 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-66ba2ff4-1b00-4cd3-86a1-65c2899596f3 Content-Length: 0 Date: Sun, 20 Jan 2019 13:32:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:32:40,224 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/7af6ab4c-8d04-43a7-a63f-63808499acd5 used request id req-66ba2ff4-1b00-4cd3-86a1-65c2899596f3 2019-01-20 13:32:40,225 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-router and subnet CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet 2019-01-20 13:32:40,225 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-router 2019-01-20 13:32:40,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/30b8eddb-3f8e-427d-939e-fd0030a1b9e6/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ae7de8c7a903f498a0f00d93517a85bc00304f6" -d '{"subnet_id": "966932bc-ddb9-4a67-ab2d-1e239abd5500"}' 2019-01-20 13:32:41,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b508ced3-cda8-4d8b-88b3-14fdb4e6ba43 Date: Sun, 20 Jan 2019 13:32:41 GMT RESP BODY: {"network_id": "f44284e6-c592-4993-9bd7-db3c2daf3573", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "subnet_id": "966932bc-ddb9-4a67-ab2d-1e239abd5500", "subnet_ids": ["966932bc-ddb9-4a67-ab2d-1e239abd5500"], "port_id": "7da2f739-8862-48ba-972c-3f8b668310c6", "id": "30b8eddb-3f8e-427d-939e-fd0030a1b9e6"} 2019-01-20 13:32:41,752 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/30b8eddb-3f8e-427d-939e-fd0030a1b9e6/remove_router_interface used request id req-b508ced3-cda8-4d8b-88b3-14fdb4e6ba43 2019-01-20 13:32:41,752 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-router 2019-01-20 13:32:41,753 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-router 2019-01-20 13:32:41,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/30b8eddb-3f8e-427d-939e-fd0030a1b9e6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ae7de8c7a903f498a0f00d93517a85bc00304f6" 2019-01-20 13:32:45,115 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-09cd2289-3a4c-4e5a-8015-7ff174cdb5a3 Content-Length: 0 Date: Sun, 20 Jan 2019 13:32:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:32:45,115 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/30b8eddb-3f8e-427d-939e-fd0030a1b9e6 used request id req-09cd2289-3a4c-4e5a-8015-7ff174cdb5a3 2019-01-20 13:32:45,116 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet 2019-01-20 13:32:45,116 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-subnet 2019-01-20 13:32:45,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/966932bc-ddb9-4a67-ab2d-1e239abd5500 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177ef98dc0cb1b89f3da5c0394d056513b1d0550" 2019-01-20 13:32:47,557 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e028764e-d54f-49a7-acb4-89c8ca576b73 Date: Sun, 20 Jan 2019 13:32:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:32:47,557 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/966932bc-ddb9-4a67-ab2d-1e239abd5500 used request id req-e028764e-d54f-49a7-acb4-89c8ca576b73 2019-01-20 13:32:47,557 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-pub-net 2019-01-20 13:32:47,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/f44284e6-c592-4993-9bd7-db3c2daf3573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}177ef98dc0cb1b89f3da5c0394d056513b1d0550" 2019-01-20 13:32:48,920 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-976660fc-19c0-487f-a114-2d61d3e9f0a3 Date: Sun, 20 Jan 2019 13:32:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:32:48,921 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/f44284e6-c592-4993-9bd7-db3c2daf3573 used request id req-976660fc-19c0-487f-a114-2d61d3e9f0a3 2019-01-20 13:32:48,921 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-6711bfc6-b40e-4f12-ae72-7a79a9933938-image 2019-01-20 13:32:48,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/67065180-ff5f-440a-a571-f6fa3b7e245d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f21434c40d67d96a8ba672656a4f805d775b5aa" 2019-01-20 13:32:49,666 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fd7620b4-d713-474a-baeb-d82ecb4f81f5 Date: Sun, 20 Jan 2019 13:32:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:32:49,667 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/67065180-ff5f-440a-a571-f6fa3b7e245d used request id req-fd7620b4-d713-474a-baeb-d82ecb4f81f5 2019-01-20 13:32:49,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7826958af7a697cdca7ab6582bbcfde894cca94" 2019-01-20 13:32:49,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-5a8c569c-8ef8-48f0-bbac-89c93d4fe74d Date: Sun, 20 Jan 2019 13:32:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:43Z", "updated_at": "2019-01-20T13:31:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:31:43Z", "revision_number": 0, "id": "2b1693f7-8b8b-4050-9d46-bf9eb22a3ee6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:31:43Z", "security_group_id": "ec134e69-7ecf-4384-96f2-5c3d40c6e185", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b63e06b39b6349ca8d537e1db1069ea1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:31:43Z", "revision_number": 0, "id": "473616f5-9f51-4115-ab90-8326a5189629", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:31:43Z", "security_group_id": "ec134e69-7ecf-4384-96f2-5c3d40c6e185", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b63e06b39b6349ca8d537e1db1069ea1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:31:43Z", "revision_number": 0, "id": "62fa0f9b-d85c-43c6-929e-87240be0efde", "remote_group_id": "ec134e69-7ecf-4384-96f2-5c3d40c6e185", "remote_ip_prefix": null, "created_at": "2019-01-20T13:31:43Z", "security_group_id": "ec134e69-7ecf-4384-96f2-5c3d40c6e185", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "port_range_min": null, "ethertype": "IPv4", "project_id": "b63e06b39b6349ca8d537e1db1069ea1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:31:43Z", "revision_number": 0, "id": "f34ea54f-8d19-43d9-8530-3f9334b90e78", "remote_group_id": "ec134e69-7ecf-4384-96f2-5c3d40c6e185", "remote_ip_prefix": null, "created_at": "2019-01-20T13:31:43Z", "security_group_id": "ec134e69-7ecf-4384-96f2-5c3d40c6e185", "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "port_range_min": null, "ethertype": "IPv6", "project_id": "b63e06b39b6349ca8d537e1db1069ea1"}], "revision_number": 4, "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "ec134e69-7ecf-4384-96f2-5c3d40c6e185", "name": "default"}]} 2019-01-20 13:32:49,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-5a8c569c-8ef8-48f0-bbac-89c93d4fe74d 2019-01-20 13:32:49,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7826958af7a697cdca7ab6582bbcfde894cca94" 2019-01-20 13:32:49,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57fa1ac1-7fb0-4565-8d1f-90128bc99fda 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:32:49,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-57fa1ac1-7fb0-4565-8d1f-90128bc99fda 2019-01-20 13:32:49,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7826958af7a697cdca7ab6582bbcfde894cca94" 2019-01-20 13:32:50,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b821df83-6ac8-436b-bf7b-15324949bb26 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:32:50,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-b821df83-6ac8-436b-bf7b-15324949bb26 2019-01-20 13:32:50,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7826958af7a697cdca7ab6582bbcfde894cca94" 2019-01-20 13:32:50,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0d995e1-6dcd-4ebb-9c4c-1b279ce0230e Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:32:50,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-b0d995e1-6dcd-4ebb-9c4c-1b279ce0230e 2019-01-20 13:32:50,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7826958af7a697cdca7ab6582bbcfde894cca94" 2019-01-20 13:32:50,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec327fd9-e7a3-4e4c-aa0a-cb1a74138985 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1"}, "enabled": true, "id": "b63e06b39b6349ca8d537e1db1069ea1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj"}} 2019-01-20 13:32:50,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 used request id req-ec327fd9-e7a3-4e4c-aa0a-cb1a74138985 2019-01-20 13:32:50,260 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec134e69-7ecf-4384-96f2-5c3d40c6e185 2019-01-20 13:32:50,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=ec134e69-7ecf-4384-96f2-5c3d40c6e185 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7826958af7a697cdca7ab6582bbcfde894cca94" 2019-01-20 13:32:50,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c8129a65-2f70-41c9-a7de-1416b78b95f6 Date: Sun, 20 Jan 2019 13:32:50 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:31:43Z", "security_group_id": "ec134e69-7ecf-4384-96f2-5c3d40c6e185", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:43Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "2b1693f7-8b8b-4050-9d46-bf9eb22a3ee6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:31:43Z", "security_group_id": "ec134e69-7ecf-4384-96f2-5c3d40c6e185", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:43Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "473616f5-9f51-4115-ab90-8326a5189629"}, {"remote_group_id": "ec134e69-7ecf-4384-96f2-5c3d40c6e185", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:31:43Z", "security_group_id": "ec134e69-7ecf-4384-96f2-5c3d40c6e185", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:43Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "62fa0f9b-d85c-43c6-929e-87240be0efde"}, {"remote_group_id": "ec134e69-7ecf-4384-96f2-5c3d40c6e185", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:31:43Z", "security_group_id": "ec134e69-7ecf-4384-96f2-5c3d40c6e185", "port_range_min": null, "revision_number": 0, "tenant_id": "b63e06b39b6349ca8d537e1db1069ea1", "created_at": "2019-01-20T13:31:43Z", "project_id": "b63e06b39b6349ca8d537e1db1069ea1", "id": "f34ea54f-8d19-43d9-8530-3f9334b90e78"}]} 2019-01-20 13:32:50,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=ec134e69-7ecf-4384-96f2-5c3d40c6e185 used request id req-c8129a65-2f70-41c9-a7de-1416b78b95f6 2019-01-20 13:32:50,434 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:32:50,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/ec134e69-7ecf-4384-96f2-5c3d40c6e185 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7826958af7a697cdca7ab6582bbcfde894cca94" 2019-01-20 13:32:50,724 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dbc45752-e31b-4c60-9823-cd46aa447d03 Content-Length: 0 Date: Sun, 20 Jan 2019 13:32:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:32:50,724 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/ec134e69-7ecf-4384-96f2-5c3d40c6e185 used request id req-dbc45752-e31b-4c60-9823-cd46aa447d03 2019-01-20 13:32:50,725 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj 2019-01-20 13:32:50,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7826958af7a697cdca7ab6582bbcfde894cca94" 2019-01-20 13:32:50,927 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:32:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed34a469-0bcb-405d-b08a-6b5ff42082a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:32:50,927 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/b63e06b39b6349ca8d537e1db1069ea1 used request id req-ed34a469-0bcb-405d-b08a-6b5ff42082a2 2019-01-20 13:32:50,927 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-proj-role 2019-01-20 13:32:50,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/28739753468743079c4186a92236e15c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7826958af7a697cdca7ab6582bbcfde894cca94" 2019-01-20 13:32:51,122 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:32:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0f2355b-c3d3-49a2-85f6-dda3cc20a683 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:32:51,122 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/28739753468743079c4186a92236e15c used request id req-a0f2355b-c3d3-49a2-85f6-dda3cc20a683 2019-01-20 13:32:51,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7826958af7a697cdca7ab6582bbcfde894cca94" 2019-01-20 13:32:51,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b140d96-d9ae-436f-b5d4-41e0fbed3fc2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:32:51,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-3b140d96-d9ae-436f-b5d4-41e0fbed3fc2 2019-01-20 13:32:51,210 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-74bc9f11-404e-4d4-user 2019-01-20 13:32:51,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/cb29ba1a4d1d464abf8b881d51cf0d83 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19663b273ee7f725fc5f531898063399bd9ddc43" 2019-01-20 13:32:51,409 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:32:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e44f349-880a-4ea8-b786-b40295084f94 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:32:51,409 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/cb29ba1a4d1d464abf8b881d51cf0d83 used request id req-3e44f349-880a-4ea8-b786-b40295084f94 2019-01-20 13:32:51,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:32:51,795 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:32:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["yp51Syj4R2-3XoXcG_B__Q"], "issued_at": "2019-01-20T13:32:51.000000Z"}} 2019-01-20 13:32:51,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fa2c0647b06e7c9276b946b3828447bb5fef5be" 2019-01-20 13:32:51,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f564711c-05a3-4977-bce1-a9bdf16476a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:32:51,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f564711c-05a3-4977-bce1-a9bdf16476a8 2019-01-20 13:32:51,877 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:32:51,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:32:52,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:32:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["s1iLyFTJSE6fEhMz-tkb0A"], "issued_at": "2019-01-20T13:32:52.000000Z"}} 2019-01-20 13:32:52,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfed31b4227bba41f55a426c807fa3461e1ef42" 2019-01-20 13:32:52,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1e604da-c206-4155-b6b3-b3bdf03dba67 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:32:52,286 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d1e604da-c206-4155-b6b3-b3bdf03dba67 2019-01-20 13:32:52,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:32:52,295 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:32:52,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfed31b4227bba41f55a426c807fa3461e1ef42" 2019-01-20 13:32:52,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c56b4914-7546-428b-91bb-1939c4ec994b Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:32:52,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj used request id req-c56b4914-7546-428b-91bb-1939c4ec994b 2019-01-20 13:32:52,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfed31b4227bba41f55a426c807fa3461e1ef42" 2019-01-20 13:32:52,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-312be29f-a75a-4ed0-a8c8-972fd327b02d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:32:52,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-312be29f-a75a-4ed0-a8c8-972fd327b02d 2019-01-20 13:32:52,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfed31b4227bba41f55a426c807fa3461e1ef42" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}}' 2019-01-20 13:32:52,613 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:32:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65792168-1222-4c2a-96bc-90f7f4d23493 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}} 2019-01-20 13:32:52,613 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-65792168-1222-4c2a-96bc-90f7f4d23493 2019-01-20 13:32:52,613 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj 2019-01-20 13:32:52,614 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:32:52,614 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:32:53,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:32:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["iDP43J3lR3mfzEecU5Y8WQ"], "issued_at": "2019-01-20T13:32:52.000000Z"}} 2019-01-20 13:32:53,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c34a4d8530e79ddc0846b47674b7eddd3a249c5" 2019-01-20 13:32:53,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7906b54b-9674-40be-91b3-0ed16d2512e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:32:53,091 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7906b54b-9674-40be-91b3-0ed16d2512e5 2019-01-20 13:32:53,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:32:53,100 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:32: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:32:53,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c34a4d8530e79ddc0846b47674b7eddd3a249c5" 2019-01-20 13:32:53,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17ed96ad-8fd1-4201-aa9f-cfcb819d6f59 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:32:53,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-17ed96ad-8fd1-4201-aa9f-cfcb819d6f59 2019-01-20 13:32:53,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c34a4d8530e79ddc0846b47674b7eddd3a249c5" 2019-01-20 13:32:53,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c487463-65a8-49c7-bad4-99a98892c676 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}]} 2019-01-20 13:32:53,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj used request id req-7c487463-65a8-49c7-bad4-99a98892c676 2019-01-20 13:32:53,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c34a4d8530e79ddc0846b47674b7eddd3a249c5" 2019-01-20 13:32:53,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3532c6b-b2f9-459a-9226-e5a54899ed36 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:32:53,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-b3532c6b-b2f9-459a-9226-e5a54899ed36 2019-01-20 13:32:53,768 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-user 2019-01-20 13:32:53,769 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:32:53,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfed31b4227bba41f55a426c807fa3461e1ef42" 2019-01-20 13:32:53,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df7f7b7b-28bc-4c24-ac0a-7cbc2eb3425a Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:32:53,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-df7f7b7b-28bc-4c24-ac0a-7cbc2eb3425a 2019-01-20 13:32:53,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfed31b4227bba41f55a426c807fa3461e1ef42" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj-role"}}' 2019-01-20 13:32:53,990 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:32:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c85e57e5-9413-43d8-aa6d-c93e28d65025 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8a3b9634ad644a06a3fff76afbdec6e6", "links": {"self": "http://172.30.9.22:5000/v3/roles/8a3b9634ad644a06a3fff76afbdec6e6"}, "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj-role"}} 2019-01-20 13:32:53,991 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-c85e57e5-9413-43d8-aa6d-c93e28d65025 2019-01-20 13:32:53,991 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj-role 2019-01-20 13:32:53,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/8a3b9634ad644a06a3fff76afbdec6e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfed31b4227bba41f55a426c807fa3461e1ef42" 2019-01-20 13:32:54,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ee30692-981d-4b52-a31c-688ffb7c53a1 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8a3b9634ad644a06a3fff76afbdec6e6"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj-role", "id": "8a3b9634ad644a06a3fff76afbdec6e6"}} 2019-01-20 13:32:54,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8a3b9634ad644a06a3fff76afbdec6e6 used request id req-4ee30692-981d-4b52-a31c-688ffb7c53a1 2019-01-20 13:32:54,085 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj-role to project CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj 2019-01-20 13:32:54,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f/users/b35d3466fcda4b449c1b46008b149d1c/roles/8a3b9634ad644a06a3fff76afbdec6e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfed31b4227bba41f55a426c807fa3461e1ef42" 2019-01-20 13:32:54,220 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:32:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ff6a3eb-adc5-44b7-b586-0dbeef74f0f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:32:54,220 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f/users/b35d3466fcda4b449c1b46008b149d1c/roles/8a3b9634ad644a06a3fff76afbdec6e6 used request id req-3ff6a3eb-adc5-44b7-b586-0dbeef74f0f3 2019-01-20 13:32:54,220 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:32:54,222 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:32:54,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:32:54,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:32:54,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a3b9634ad644a06a3fff76afbdec6e6", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj-role"}], "expires_at": "2019-01-20T14:32:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a169e99f4b7941f68639e8f711a40d5f", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-user", "id": "b35d3466fcda4b449c1b46008b149d1c"}, "audit_ids": ["dEghLLEpQ0yMub3G_NEaGw"], "issued_at": "2019-01-20T13:32:54.000000Z"}} 2019-01-20 13:32:54,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}539e4a0eb59eee713f057a6f0732eb07bd52c77c" 2019-01-20 13:32:54,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e48957eb-3b4d-4065-9fc5-c380ad606587 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:32:54,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e48957eb-3b4d-4065-9fc5-c380ad606587 2019-01-20 13:32:54,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}539e4a0eb59eee713f057a6f0732eb07bd52c77c" 2019-01-20 13:32:54,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-9897fd0d-7c35-47c9-9440-8d3c6be78c15 Date: Sun, 20 Jan 2019 13:32:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-image"} 2019-01-20 13:32:54,853 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-image used request id req-9897fd0d-7c35-47c9-9440-8d3c6be78c15 2019-01-20 13:32:54,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}539e4a0eb59eee713f057a6f0732eb07bd52c77c" 2019-01-20 13:32:55,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b2d7e95b-f582-4b8f-97f5-0cde6eaaa89b Date: Sun, 20 Jan 2019 13:32: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"}}} 2019-01-20 13:32:55,033 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-b2d7e95b-f582-4b8f-97f5-0cde6eaaa89b 2019-01-20 13:32:55,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}539e4a0eb59eee713f057a6f0732eb07bd52c77c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-image"}' 2019-01-20 13:32:55,244 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/55055a05-bcde-4ad8-b9dc-368066b94661 X-Openstack-Request-Id: req-4d487672-7851-4ee9-81ad-f8f48fec6c57 Date: Sun, 20 Jan 2019 13:32:55 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:32:55Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:32:55Z", "visibility": "shared", "locations": [], "self": "/v2/images/55055a05-bcde-4ad8-b9dc-368066b94661", "min_disk": 0, "protected": false, "id": "55055a05-bcde-4ad8-b9dc-368066b94661", "file": "/v2/images/55055a05-bcde-4ad8-b9dc-368066b94661/file", "checksum": null, "owner": "a169e99f4b7941f68639e8f711a40d5f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:32:55,244 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-4d487672-7851-4ee9-81ad-f8f48fec6c57 2019-01-20 13:32:55,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/55055a05-bcde-4ad8-b9dc-368066b94661/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}539e4a0eb59eee713f057a6f0732eb07bd52c77c" -d '' 2019-01-20 13:32:56,808 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-38c4a829-ddff-4c83-a59f-6e617f3f3791 Date: Sun, 20 Jan 2019 13:32:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:32:56,808 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/55055a05-bcde-4ad8-b9dc-368066b94661/file used request id req-38c4a829-ddff-4c83-a59f-6e617f3f3791 2019-01-20 13:32:56,808 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:32:56,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/55055a05-bcde-4ad8-b9dc-368066b94661 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}539e4a0eb59eee713f057a6f0732eb07bd52c77c" 2019-01-20 13:32:56,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-a4363742-9032-42f1-8ec7-f882b5ea25be Date: Sun, 20 Jan 2019 13:32:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:32:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:32:56Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/55055a05-bcde-4ad8-b9dc-368066b94661/snap", "metadata": {}}], "self": "/v2/images/55055a05-bcde-4ad8-b9dc-368066b94661", "min_disk": 0, "protected": false, "id": "55055a05-bcde-4ad8-b9dc-368066b94661", "file": "/v2/images/55055a05-bcde-4ad8-b9dc-368066b94661/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a169e99f4b7941f68639e8f711a40d5f", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/55055a05-bcde-4ad8-b9dc-368066b94661/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:32:56,978 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/55055a05-bcde-4ad8-b9dc-368066b94661 used request id req-a4363742-9032-42f1-8ec7-f882b5ea25be 2019-01-20 13:32:56,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}539e4a0eb59eee713f057a6f0732eb07bd52c77c" 2019-01-20 13:32:57,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-aa706fec-dec4-453c-a1f3-a19b6ebf6112 Date: Sun, 20 Jan 2019 13:32: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"}}} 2019-01-20 13:32:57,137 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-aa706fec-dec4-453c-a1f3-a19b6ebf6112 2019-01-20 13:32:57,140 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-image 2019-01-20 13:32:57,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/55055a05-bcde-4ad8-b9dc-368066b94661 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}539e4a0eb59eee713f057a6f0732eb07bd52c77c" 2019-01-20 13:32:57,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-cbd4a16a-3b2e-4af3-adfd-d6843abacb8d Date: Sun, 20 Jan 2019 13:32:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:32:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:32:56Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/55055a05-bcde-4ad8-b9dc-368066b94661/snap", "metadata": {}}], "self": "/v2/images/55055a05-bcde-4ad8-b9dc-368066b94661", "min_disk": 0, "protected": false, "id": "55055a05-bcde-4ad8-b9dc-368066b94661", "file": "/v2/images/55055a05-bcde-4ad8-b9dc-368066b94661/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a169e99f4b7941f68639e8f711a40d5f", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/55055a05-bcde-4ad8-b9dc-368066b94661/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:32:57,305 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/55055a05-bcde-4ad8-b9dc-368066b94661 used request id req-cbd4a16a-3b2e-4af3-adfd-d6843abacb8d 2019-01-20 13:32:57,306 - create_image - DEBUG - Instance status is - active 2019-01-20 13:32:57,306 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-image 2019-01-20 13:32:57,306 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-image 2019-01-20 13:32:57,307 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:32:57,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:32:57,684 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a3b9634ad644a06a3fff76afbdec6e6", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj-role"}], "expires_at": "2019-01-20T14:32:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a169e99f4b7941f68639e8f711a40d5f", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-user", "id": "b35d3466fcda4b449c1b46008b149d1c"}, "audit_ids": ["hd42Hmp8TdiAQ4X7xBAPYQ"], "issued_at": "2019-01-20T13:32:57.000000Z"}} 2019-01-20 13:32:57,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069a1d9dd069dc830a0875ad884286ceb15c845e" 2019-01-20 13:32:57,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8acc921e-edd3-4068-accc-a51de50c30fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:32:57,756 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8acc921e-edd3-4068-accc-a51de50c30fc 2019-01-20 13:32:57,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069a1d9dd069dc830a0875ad884286ceb15c845e" 2019-01-20 13:32:57,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f9f8e884-1034-42dd-8aa4-75347d0d9c10 Date: Sun, 20 Jan 2019 13:32:57 GMT RESP BODY: {"networks":[]} 2019-01-20 13:32:57,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net used request id req-f9f8e884-1034-42dd-8aa4-75347d0d9c10 2019-01-20 13:32:57,936 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net 2019-01-20 13:32:57,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069a1d9dd069dc830a0875ad884286ceb15c845e" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net", "admin_state_up": true}}' 2019-01-20 13:32:58,455 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-83484c01-658d-41cc-a8db-99c30f6010b8 Date: Sun, 20 Jan 2019 13:32:58 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9add4310-c61a-4209-a79e-645c357d2437","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:32:58Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:58Z","mtu":1450}} 2019-01-20 13:32:58,455 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-83484c01-658d-41cc-a8db-99c30f6010b8 2019-01-20 13:32:58,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069a1d9dd069dc830a0875ad884286ceb15c845e" 2019-01-20 13:32:58,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-10cba903-4438-48ed-ab28-d1a5f1deb4a4 Date: Sun, 20 Jan 2019 13:32: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":"2019-01-20T13:32:58Z","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a169e99f4b7941f68639e8f711a40d5f","id":"9add4310-c61a-4209-a79e-645c357d2437","name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net"}]} 2019-01-20 13:32:58,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-10cba903-4438-48ed-ab28-d1a5f1deb4a4 2019-01-20 13:32:58,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069a1d9dd069dc830a0875ad884286ceb15c845e" 2019-01-20 13:32:58,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3a531270-eb87-4535-b410-ccbe67f62507 Date: Sun, 20 Jan 2019 13:32:58 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:32:58,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-3a531270-eb87-4535-b410-ccbe67f62507 2019-01-20 13:32:58,873 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet 2019-01-20 13:32:58,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069a1d9dd069dc830a0875ad884286ceb15c845e" -d '{"subnets": [{"ip_version": 4, "network_id": "9add4310-c61a-4209-a79e-645c357d2437", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}]}' 2019-01-20 13:32:59,677 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ed76023b-4e7d-4c2a-a1e9-ecca20062c3a Date: Sun, 20 Jan 2019 13:32:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","dns_nameservers":[],"updated_at":"2019-01-20T13:32: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":"a169e99f4b7941f68639e8f711a40d5f","id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}]} 2019-01-20 13:32:59,677 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-ed76023b-4e7d-4c2a-a1e9-ecca20062c3a 2019-01-20 13:32:59,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069a1d9dd069dc830a0875ad884286ceb15c845e" 2019-01-20 13:32:59,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bf8ec4c3-502f-42c5-a553-646b44977606 Date: Sun, 20 Jan 2019 13:32:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f82b1f07-ab74-4f7d-903f-d0ec55d796ad"],"updated_at":"2019-01-20T13:32:59Z","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a169e99f4b7941f68639e8f711a40d5f","id":"9add4310-c61a-4209-a79e-645c357d2437","name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net"}]} 2019-01-20 13:32:59,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-bf8ec4c3-502f-42c5-a553-646b44977606 2019-01-20 13:32:59,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069a1d9dd069dc830a0875ad884286ceb15c845e" 2019-01-20 13:33:00,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cf920171-dbd0-423e-99de-a5f636a58903 Date: Sun, 20 Jan 2019 13:33:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","dns_nameservers":[],"updated_at":"2019-01-20T13:32: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":"a169e99f4b7941f68639e8f711a40d5f","id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}]} 2019-01-20 13:33:00,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-cf920171-dbd0-423e-99de-a5f636a58903 2019-01-20 13:33:00,159 - OpenStackNetwork - DEBUG - Network [9add4310-c61a-4209-a79e-645c357d2437] created successfully 2019-01-20 13:33:00,160 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:33:00,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:33:00,540 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a3b9634ad644a06a3fff76afbdec6e6", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj-role"}], "expires_at": "2019-01-20T14:33:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a169e99f4b7941f68639e8f711a40d5f", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-user", "id": "b35d3466fcda4b449c1b46008b149d1c"}, "audit_ids": ["2JQ1v4d7SrKIhiyllOmfYA"], "issued_at": "2019-01-20T13:33:00.000000Z"}} 2019-01-20 13:33:00,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275be6b0657c36ee9549cd5e8f44b252b6e1d269" 2019-01-20 13:33:00,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4f4747a-08a5-4ae6-9fb0-f69dd7c72008 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:33:00,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e4f4747a-08a5-4ae6-9fb0-f69dd7c72008 2019-01-20 13:33:00,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275be6b0657c36ee9549cd5e8f44b252b6e1d269" 2019-01-20 13:33:00,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-98f83418-43f5-4dc7-b699-0fead8a970d6 Date: Sun, 20 Jan 2019 13:33:00 GMT RESP BODY: {"routers": []} 2019-01-20 13:33:00,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-router&admin_state_up=True used request id req-98f83418-43f5-4dc7-b699-0fead8a970d6 2019-01-20 13:33:00,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:33:00,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:33:01,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a3b9634ad644a06a3fff76afbdec6e6", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj-role"}], "expires_at": "2019-01-20T14:33:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a169e99f4b7941f68639e8f711a40d5f", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-user", "id": "b35d3466fcda4b449c1b46008b149d1c"}, "audit_ids": ["HXP9RPEmStqggSM4RMASfw"], "issued_at": "2019-01-20T13:33:01.000000Z"}} 2019-01-20 13:33:01,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101377fab0c4a0554edaa66b7e3f426ff89eaecd" 2019-01-20 13:33:01,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca1ffdee-288a-4e42-800e-61f02b1b265b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:33:01,262 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ca1ffdee-288a-4e42-800e-61f02b1b265b 2019-01-20 13:33:01,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275be6b0657c36ee9549cd5e8f44b252b6e1d269" 2019-01-20 13:33:01,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e1a25164-cf76-49df-ad5c-95f2f21ca048 Date: Sun, 20 Jan 2019 13:33:01 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:33:01,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-e1a25164-cf76-49df-ad5c-95f2f21ca048 2019-01-20 13:33:01,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275be6b0657c36ee9549cd5e8f44b252b6e1d269" 2019-01-20 13:33:01,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0466c5b2-8fdd-48ee-9353-66be93c3a0b7 Date: Sun, 20 Jan 2019 13:33:01 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:33:01,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-0466c5b2-8fdd-48ee-9353-66be93c3a0b7 2019-01-20 13:33:01,703 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-router 2019-01-20 13:33:01,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275be6b0657c36ee9549cd5e8f44b252b6e1d269" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-router", "admin_state_up": true}}' 2019-01-20 13:33:06,746 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-aab71e84-3df3-40bc-95a5-ce491b8cdf0c Date: Sun, 20 Jan 2019 13:33:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:02Z", "admin_state_up": true, "updated_at": "2019-01-20T13:33:03Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "cde51535-7293-4041-9e5f-7d2b5a5cebcc", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-router"}} 2019-01-20 13:33:06,746 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-aab71e84-3df3-40bc-95a5-ce491b8cdf0c 2019-01-20 13:33:06,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=cde51535-7293-4041-9e5f-7d2b5a5cebcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275be6b0657c36ee9549cd5e8f44b252b6e1d269" 2019-01-20 13:33:06,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f25732ee-5bbd-4e3c-b7b9-fd0908f27483 Date: Sun, 20 Jan 2019 13:33:06 GMT RESP BODY: {"ports":[]} 2019-01-20 13:33:06,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=cde51535-7293-4041-9e5f-7d2b5a5cebcc used request id req-f25732ee-5bbd-4e3c-b7b9-fd0908f27483 2019-01-20 13:33:06,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275be6b0657c36ee9549cd5e8f44b252b6e1d269" 2019-01-20 13:33:07,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4fc32175-1fac-4b4a-bfb7-8ce26ecf616e Date: Sun, 20 Jan 2019 13:33: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":["f82b1f07-ab74-4f7d-903f-d0ec55d796ad"],"updated_at":"2019-01-20T13:32:59Z","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a169e99f4b7941f68639e8f711a40d5f","id":"9add4310-c61a-4209-a79e-645c357d2437","name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net"}]} 2019-01-20 13:33:07,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net used request id req-4fc32175-1fac-4b4a-bfb7-8ce26ecf616e 2019-01-20 13:33:07,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:33:07,321 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:33: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:33:07,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275be6b0657c36ee9549cd5e8f44b252b6e1d269" 2019-01-20 13:33:07,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd795a1e-104a-4765-b895-5f7c71069b09 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}} 2019-01-20 13:33:07,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f used request id req-dd795a1e-104a-4765-b895-5f7c71069b09 2019-01-20 13:33:07,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275be6b0657c36ee9549cd5e8f44b252b6e1d269" 2019-01-20 13:33:07,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-deee282a-59b8-4710-8a23-87deb448380f Date: Sun, 20 Jan 2019 13:33:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","dns_nameservers":[],"updated_at":"2019-01-20T13:32: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":"a169e99f4b7941f68639e8f711a40d5f","id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}]} 2019-01-20 13:33:07,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-deee282a-59b8-4710-8a23-87deb448380f 2019-01-20 13:33:07,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437&name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275be6b0657c36ee9549cd5e8f44b252b6e1d269" 2019-01-20 13:33:07,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6b09f826-8686-4461-9ca6-9b944fdd1f75 Date: Sun, 20 Jan 2019 13:33:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","dns_nameservers":[],"updated_at":"2019-01-20T13:32: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":"a169e99f4b7941f68639e8f711a40d5f","id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}]} 2019-01-20 13:33:07,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437&name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet used request id req-6b09f826-8686-4461-9ca6-9b944fdd1f75 2019-01-20 13:33:07,708 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-20 13:33:07,708 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-router 2019-01-20 13:33:07,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/cde51535-7293-4041-9e5f-7d2b5a5cebcc/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275be6b0657c36ee9549cd5e8f44b252b6e1d269" -d '{"subnet_id": "f82b1f07-ab74-4f7d-903f-d0ec55d796ad"}' 2019-01-20 13:33:09,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-493558e1-c548-44a6-9f1e-18f8fff17245 Date: Sun, 20 Jan 2019 13:33:09 GMT RESP BODY: {"network_id": "9add4310-c61a-4209-a79e-645c357d2437", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "subnet_id": "f82b1f07-ab74-4f7d-903f-d0ec55d796ad", "subnet_ids": ["f82b1f07-ab74-4f7d-903f-d0ec55d796ad"], "port_id": "37746b2d-dbe4-4b49-9ca0-1439f321f323", "id": "cde51535-7293-4041-9e5f-7d2b5a5cebcc"} 2019-01-20 13:33:09,777 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/cde51535-7293-4041-9e5f-7d2b5a5cebcc/add_router_interface used request id req-493558e1-c548-44a6-9f1e-18f8fff17245 2019-01-20 13:33:09,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/cde51535-7293-4041-9e5f-7d2b5a5cebcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275be6b0657c36ee9549cd5e8f44b252b6e1d269" 2019-01-20 13:33:09,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f75c3631-2435-4d63-870c-13d727b9ee5d Date: Sun, 20 Jan 2019 13:33:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:02Z", "admin_state_up": true, "updated_at": "2019-01-20T13:33:08Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "cde51535-7293-4041-9e5f-7d2b5a5cebcc", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-router"}} 2019-01-20 13:33:09,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/cde51535-7293-4041-9e5f-7d2b5a5cebcc used request id req-f75c3631-2435-4d63-870c-13d727b9ee5d 2019-01-20 13:33:10,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=cde51535-7293-4041-9e5f-7d2b5a5cebcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275be6b0657c36ee9549cd5e8f44b252b6e1d269" 2019-01-20 13:33:10,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-25f22840-76e6-4aa8-b784-533fd2cdafac Date: Sun, 20 Jan 2019 13:33:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:09Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.1"}],"id":"37746b2d-dbe4-4b49-9ca0-1439f321f323","security_groups":[],"mac_address":"fa:16:3e:8a:0d:38","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:08Z","binding:vnic_type":"normal","device_id":"cde51535-7293-4041-9e5f-7d2b5a5cebcc"}]} 2019-01-20 13:33:10,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=cde51535-7293-4041-9e5f-7d2b5a5cebcc used request id req-25f22840-76e6-4aa8-b784-533fd2cdafac 2019-01-20 13:33:10,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f82b1f07-ab74-4f7d-903f-d0ec55d796ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275be6b0657c36ee9549cd5e8f44b252b6e1d269" 2019-01-20 13:33:10,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-b857f6c5-c7ea-4f49-aa6e-fdb47d2ee6be Date: Sun, 20 Jan 2019 13:33:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","dns_nameservers":[],"updated_at":"2019-01-20T13:32: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":"a169e99f4b7941f68639e8f711a40d5f","id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}} 2019-01-20 13:33:10,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f82b1f07-ab74-4f7d-903f-d0ec55d796ad used request id req-b857f6c5-c7ea-4f49-aa6e-fdb47d2ee6be 2019-01-20 13:33:10,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:33:10,282 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:33:10,663 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:33:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["HsRrHRH9TBezR18yYpV8Fg"], "issued_at": "2019-01-20T13:33:10.000000Z"}} 2019-01-20 13:33:10,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}881b9cd9dd5fed51ba62b525f6b4f61502edfc7f" 2019-01-20 13:33:10,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e76fb366-1c80-4609-8b4b-9e731fe6ad5d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:33:10,743 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e76fb366-1c80-4609-8b4b-9e731fe6ad5d 2019-01-20 13:33:10,744 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:33:10,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}881b9cd9dd5fed51ba62b525f6b4f61502edfc7f" 2019-01-20 13:33:10,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dca62b50-fed7-4dc3-b803-de8aead7d266 x-compute-request-id: req-dca62b50-fed7-4dc3-b803-de8aead7d266 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:33:10,927 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-dca62b50-fed7-4dc3-b803-de8aead7d266 2019-01-20 13:33:10,931 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}881b9cd9dd5fed51ba62b525f6b4f61502edfc7f" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:33:10,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5f3b981-0c4c-4516-ab89-c31325e77bd6 x-compute-request-id: req-e5f3b981-0c4c-4516-ab89-c31325e77bd6 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:33:10,978 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e5f3b981-0c4c-4516-ab89-c31325e77bd6 2019-01-20 13:33:10,978 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:33:10,979 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:33:11,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a3b9634ad644a06a3fff76afbdec6e6", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj-role"}], "expires_at": "2019-01-20T14:33:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a169e99f4b7941f68639e8f711a40d5f", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-user", "id": "b35d3466fcda4b449c1b46008b149d1c"}, "audit_ids": ["8mSExQgvTAm-i19awqbA4w"], "issued_at": "2019-01-20T13:33:11.000000Z"}} 2019-01-20 13:33:11,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e0b09f7a62a18ba08ebabb9614d56dd655d5c4e" 2019-01-20 13:33:11,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c4313e7-612f-440a-8a2d-906a4b61df43 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:33:11,493 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8c4313e7-612f-440a-8a2d-906a4b61df43 2019-01-20 13:33:11,495 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:33:11,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e0b09f7a62a18ba08ebabb9614d56dd655d5c4e" 2019-01-20 13:33:11,665 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33: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-36b4d92f-526c-4fbe-9869-87a9cf6497a0 x-compute-request-id: req-36b4d92f-526c-4fbe-9869-87a9cf6497a0 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 13:33:11,665 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-36b4d92f-526c-4fbe-9869-87a9cf6497a0 2019-01-20 13:33:11,666 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp... 2019-01-20 13:33:11,666 - OpenStackKeypair - INFO - Creating new keypair 2019-01-20 13:33:11,696 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp 2019-01-20 13:33:11,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e0b09f7a62a18ba08ebabb9614d56dd655d5c4e" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCZ0U8EXUaR76oRMlU1njyyEMMoeuquepVkOWBqALcEDbIr0zEBlBaXK4TfkxFe3ZCNFdgzchdR6wFTB8b20+NsKv/GP6f1T2dK96AHR4A7KyEezki0+0OT3+JIiqheES8wiGnXDxp9/fCAScq80EOq3D45QbGXWmVkPUEjGneVgw==", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp"}}' 2019-01-20 13:33:11,763 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33: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-d1c7e7d0-5559-47ea-83c5-444de3f6a123 x-compute-request-id: req-d1c7e7d0-5559-47ea-83c5-444de3f6a123 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCZ0U8EXUaR76oRMlU1njyyEMMoeuquepVkOWBqALcEDbIr0zEBlBaXK4TfkxFe3ZCNFdgzchdR6wFTB8b20+NsKv/GP6f1T2dK96AHR4A7KyEezki0+0OT3+JIiqheES8wiGnXDxp9/fCAScq80EOq3D45QbGXWmVkPUEjGneVgw==", "user_id": "b35d3466fcda4b449c1b46008b149d1c", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "fingerprint": "7c:af:8b:78:9f:3c:ee:35:d2:33:6a:ea:2f:6e:ae:ee"}} 2019-01-20 13:33:11,763 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-d1c7e7d0-5559-47ea-83c5-444de3f6a123 2019-01-20 13:33:11,766 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb.pub 2019-01-20 13:33:11,766 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb 2019-01-20 13:33:11,766 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:33:11,767 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:33:12,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a3b9634ad644a06a3fff76afbdec6e6", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj-role"}], "expires_at": "2019-01-20T14:33:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a169e99f4b7941f68639e8f711a40d5f", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-user", "id": "b35d3466fcda4b449c1b46008b149d1c"}, "audit_ids": ["hVI2eGAfQA2Xt5ZPLqS2gA"], "issued_at": "2019-01-20T13:33:12.000000Z"}} 2019-01-20 13:33:12,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:33:12,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-281dd283-82f7-4821-959d-8cb3d0d76fce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:33:12,218 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-281dd283-82f7-4821-959d-8cb3d0d76fce 2019-01-20 13:33:12,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:33:12,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-31eb0604-f532-4372-b4bf-7379a9693b6f Date: Sun, 20 Jan 2019 13:33:12 GMT RESP BODY: {"security_groups": []} 2019-01-20 13:33:12,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp used request id req-31eb0604-f532-4372-b4bf-7379a9693b6f 2019-01-20 13:33:12,425 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp... 2019-01-20 13:33:12,425 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp 2019-01-20 13:33:12,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}}' 2019-01-20 13:33:12,811 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-b546c78c-a086-4be5-9785-d4d23f736b7c Date: Sun, 20 Jan 2019 13:33:12 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:12Z", "updated_at": "2019-01-20T13:33:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "revision_number": 0, "id": "1825e348-d472-466d-98b4-4cd1cb0e4310", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a169e99f4b7941f68639e8f711a40d5f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "revision_number": 0, "id": "264062b6-d676-4216-8e4b-09d9974756ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a169e99f4b7941f68639e8f711a40d5f"}], "revision_number": 2, "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}} 2019-01-20 13:33:12,811 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-b546c78c-a086-4be5-9785-d4d23f736b7c 2019-01-20 13:33:12,812 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1b2913a-0de5-40ea-9b3c-fe0630202938 2019-01-20 13:33:12,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d1b2913a-0de5-40ea-9b3c-fe0630202938 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:33:12,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fb2955f0-5439-4cff-b559-dc7694d8bd55 Date: Sun, 20 Jan 2019 13:33:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:12Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "1825e348-d472-466d-98b4-4cd1cb0e4310"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:12Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "264062b6-d676-4216-8e4b-09d9974756ff"}]} 2019-01-20 13:33:12,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d1b2913a-0de5-40ea-9b3c-fe0630202938 used request id req-fb2955f0-5439-4cff-b559-dc7694d8bd55 2019-01-20 13:33:12,987 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1b2913a-0de5-40ea-9b3c-fe0630202938 2019-01-20 13:33:12,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d1b2913a-0de5-40ea-9b3c-fe0630202938 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:33:13,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d6f250ab-c241-49f4-87db-f605066984f6 Date: Sun, 20 Jan 2019 13:33:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:12Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "1825e348-d472-466d-98b4-4cd1cb0e4310"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:12Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "264062b6-d676-4216-8e4b-09d9974756ff"}]} 2019-01-20 13:33:13,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d1b2913a-0de5-40ea-9b3c-fe0630202938 used request id req-d6f250ab-c241-49f4-87db-f605066984f6 2019-01-20 13:33:13,199 - neutron_utils - INFO - Retrieving security group with ID - d1b2913a-0de5-40ea-9b3c-fe0630202938 2019-01-20 13:33:13,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=d1b2913a-0de5-40ea-9b3c-fe0630202938 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:33:13,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-25cd619a-c250-447c-833f-83a598664d61 Date: Sun, 20 Jan 2019 13:33:13 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:12Z", "updated_at": "2019-01-20T13:33:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "revision_number": 0, "id": "1825e348-d472-466d-98b4-4cd1cb0e4310", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a169e99f4b7941f68639e8f711a40d5f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "revision_number": 0, "id": "264062b6-d676-4216-8e4b-09d9974756ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a169e99f4b7941f68639e8f711a40d5f"}], "revision_number": 2, "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}]} 2019-01-20 13:33:13,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=d1b2913a-0de5-40ea-9b3c-fe0630202938 used request id req-25cd619a-c250-447c-833f-83a598664d61 2019-01-20 13:33:13,399 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1b2913a-0de5-40ea-9b3c-fe0630202938 2019-01-20 13:33:13,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d1b2913a-0de5-40ea-9b3c-fe0630202938 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:33:13,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2798b6fe-b541-4a02-b69e-ffd7857d27b9 Date: Sun, 20 Jan 2019 13:33:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:12Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "1825e348-d472-466d-98b4-4cd1cb0e4310"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:12Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "264062b6-d676-4216-8e4b-09d9974756ff"}]} 2019-01-20 13:33:13,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d1b2913a-0de5-40ea-9b3c-fe0630202938 used request id req-2798b6fe-b541-4a02-b69e-ffd7857d27b9 2019-01-20 13:33:13,568 - neutron_utils - INFO - Retrieving security group with ID - d1b2913a-0de5-40ea-9b3c-fe0630202938 2019-01-20 13:33:13,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=d1b2913a-0de5-40ea-9b3c-fe0630202938 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:33:13,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-2e6d08c8-646c-47cb-bcdb-0fa67ca4b818 Date: Sun, 20 Jan 2019 13:33:13 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:12Z", "updated_at": "2019-01-20T13:33:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "revision_number": 0, "id": "1825e348-d472-466d-98b4-4cd1cb0e4310", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a169e99f4b7941f68639e8f711a40d5f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "revision_number": 0, "id": "264062b6-d676-4216-8e4b-09d9974756ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a169e99f4b7941f68639e8f711a40d5f"}], "revision_number": 2, "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}]} 2019-01-20 13:33:13,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=d1b2913a-0de5-40ea-9b3c-fe0630202938 used request id req-2e6d08c8-646c-47cb-bcdb-0fa67ca4b818 2019-01-20 13:33:13,775 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1b2913a-0de5-40ea-9b3c-fe0630202938 2019-01-20 13:33:13,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d1b2913a-0de5-40ea-9b3c-fe0630202938 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:33:13,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b5e0fcf7-c597-4ee4-9b28-df210c1c6311 Date: Sun, 20 Jan 2019 13:33:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:12Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "1825e348-d472-466d-98b4-4cd1cb0e4310"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:12Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "264062b6-d676-4216-8e4b-09d9974756ff"}]} 2019-01-20 13:33:13,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d1b2913a-0de5-40ea-9b3c-fe0630202938 used request id req-b5e0fcf7-c597-4ee4-9b28-df210c1c6311 2019-01-20 13:33:13,826 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp 2019-01-20 13:33:13,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:33:14,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-73e783f9-6fca-4430-9824-ed72bb087818 Date: Sun, 20 Jan 2019 13:33:14 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:12Z", "updated_at": "2019-01-20T13:33:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "revision_number": 0, "id": "1825e348-d472-466d-98b4-4cd1cb0e4310", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a169e99f4b7941f68639e8f711a40d5f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "revision_number": 0, "id": "264062b6-d676-4216-8e4b-09d9974756ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a169e99f4b7941f68639e8f711a40d5f"}], "revision_number": 2, "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}]} 2019-01-20 13:33:14,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp used request id req-73e783f9-6fca-4430-9824-ed72bb087818 2019-01-20 13:33:14,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:33:14,050 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:33: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:33:14,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:33:14,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f301fe4-6a54-4fd5-adc2-d2a2e686b0e9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}} 2019-01-20 13:33:14,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f used request id req-5f301fe4-6a54-4fd5-adc2-d2a2e686b0e9 2019-01-20 13:33:14,152 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1b2913a-0de5-40ea-9b3c-fe0630202938 2019-01-20 13:33:14,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d1b2913a-0de5-40ea-9b3c-fe0630202938 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:33:14,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0cb8b8c2-561b-4cbd-be0c-8cf536b2e0fe Date: Sun, 20 Jan 2019 13:33:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:12Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "1825e348-d472-466d-98b4-4cd1cb0e4310"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:12Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "264062b6-d676-4216-8e4b-09d9974756ff"}]} 2019-01-20 13:33:14,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d1b2913a-0de5-40ea-9b3c-fe0630202938 used request id req-0cb8b8c2-561b-4cbd-be0c-8cf536b2e0fe 2019-01-20 13:33:14,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938"}}' 2019-01-20 13:33:14,512 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-bb00502f-3356-440a-8c9b-2a1656efd1c7 Date: Sun, 20 Jan 2019 13:33:14 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": "2019-01-20T13:33:14Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:14Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "4a763264-2de6-463a-87e3-bf9e0abd3e34"}} 2019-01-20 13:33:14,512 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-bb00502f-3356-440a-8c9b-2a1656efd1c7 2019-01-20 13:33:14,513 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp 2019-01-20 13:33:14,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:33:14,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-dc52bbbe-8e26-4f88-a62b-b74fc88cf668 Date: Sun, 20 Jan 2019 13:33:14 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:12Z", "updated_at": "2019-01-20T13:33:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "revision_number": 0, "id": "1825e348-d472-466d-98b4-4cd1cb0e4310", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a169e99f4b7941f68639e8f711a40d5f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "revision_number": 0, "id": "264062b6-d676-4216-8e4b-09d9974756ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a169e99f4b7941f68639e8f711a40d5f"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:33:14Z", "revision_number": 0, "id": "4a763264-2de6-463a-87e3-bf9e0abd3e34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:33:14Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a169e99f4b7941f68639e8f711a40d5f"}], "revision_number": 3, "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}]} 2019-01-20 13:33:14,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp used request id req-dc52bbbe-8e26-4f88-a62b-b74fc88cf668 2019-01-20 13:33:14,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:33:14,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa549c48-7790-422b-8f4e-88bf495562b2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}} 2019-01-20 13:33:14,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f used request id req-aa549c48-7790-422b-8f4e-88bf495562b2 2019-01-20 13:33:14,648 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1b2913a-0de5-40ea-9b3c-fe0630202938 2019-01-20 13:33:14,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d1b2913a-0de5-40ea-9b3c-fe0630202938 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:33:14,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-6e3a043f-a9d9-437d-8d82-c88116d7e4e2 Date: Sun, 20 Jan 2019 13:33:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:12Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "1825e348-d472-466d-98b4-4cd1cb0e4310"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:12Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "264062b6-d676-4216-8e4b-09d9974756ff"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:33:14Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:14Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "4a763264-2de6-463a-87e3-bf9e0abd3e34"}]} 2019-01-20 13:33:14,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d1b2913a-0de5-40ea-9b3c-fe0630202938 used request id req-6e3a043f-a9d9-437d-8d82-c88116d7e4e2 2019-01-20 13:33:14,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938"}}' 2019-01-20 13:33:15,165 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-0295246c-df1e-4961-8076-99a8fc3b2b39 Date: Sun, 20 Jan 2019 13:33:15 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": "2019-01-20T13:33:15Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "port_range_min": 22, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:15Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "c2268ed9-b6bd-4d08-85b0-70a4f3f7c136"}} 2019-01-20 13:33:15,165 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-0295246c-df1e-4961-8076-99a8fc3b2b39 2019-01-20 13:33:15,166 - neutron_utils - INFO - Retrieving security group with ID - d1b2913a-0de5-40ea-9b3c-fe0630202938 2019-01-20 13:33:15,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=d1b2913a-0de5-40ea-9b3c-fe0630202938 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:33:15,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-2c582ee3-9243-41b3-9937-b864f17222ff Date: Sun, 20 Jan 2019 13:33:15 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:12Z", "updated_at": "2019-01-20T13:33:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "revision_number": 0, "id": "1825e348-d472-466d-98b4-4cd1cb0e4310", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a169e99f4b7941f68639e8f711a40d5f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "revision_number": 0, "id": "264062b6-d676-4216-8e4b-09d9974756ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a169e99f4b7941f68639e8f711a40d5f"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:33:14Z", "revision_number": 0, "id": "4a763264-2de6-463a-87e3-bf9e0abd3e34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:33:14Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a169e99f4b7941f68639e8f711a40d5f"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:33:15Z", "revision_number": 0, "id": "c2268ed9-b6bd-4d08-85b0-70a4f3f7c136", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:33:15Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a169e99f4b7941f68639e8f711a40d5f"}], "revision_number": 4, "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}]} 2019-01-20 13:33:15,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=d1b2913a-0de5-40ea-9b3c-fe0630202938 used request id req-2c582ee3-9243-41b3-9937-b864f17222ff 2019-01-20 13:33:15,368 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1b2913a-0de5-40ea-9b3c-fe0630202938 2019-01-20 13:33:15,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d1b2913a-0de5-40ea-9b3c-fe0630202938 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:33:15,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-14ebd24a-a802-4ac6-9193-49b9934404ce Date: Sun, 20 Jan 2019 13:33:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:12Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "1825e348-d472-466d-98b4-4cd1cb0e4310"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:33:12Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:12Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "264062b6-d676-4216-8e4b-09d9974756ff"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:33:14Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:14Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "4a763264-2de6-463a-87e3-bf9e0abd3e34"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-20T13:33:15Z", "security_group_id": "d1b2913a-0de5-40ea-9b3c-fe0630202938", "port_range_min": 22, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:15Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "c2268ed9-b6bd-4d08-85b0-70a4f3f7c136"}]} 2019-01-20 13:33:15,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d1b2913a-0de5-40ea-9b3c-fe0630202938 used request id req-14ebd24a-a802-4ac6-9193-49b9934404ce 2019-01-20 13:33:15,541 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:33:15,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:33:15,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a3b9634ad644a06a3fff76afbdec6e6", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj-role"}], "expires_at": "2019-01-20T14:33:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a169e99f4b7941f68639e8f711a40d5f", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-user", "id": "b35d3466fcda4b449c1b46008b149d1c"}, "audit_ids": ["3K5Uw8fwRKKUK1tK98vbZg"], "issued_at": "2019-01-20T13:33:15.000000Z"}} 2019-01-20 13:33:15,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:15,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f10b9ed-9147-4b1b-b7d2-96847b9970ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:33:15,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6f10b9ed-9147-4b1b-b7d2-96847b9970ea 2019-01-20 13:33:15,998 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:33:16,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:16,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f048f119-1e70-48d8-b684-98227108a45d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:33:16,078 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f048f119-1e70-48d8-b684-98227108a45d 2019-01-20 13:33:16,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:16,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-cb117543-034c-4580-a9bf-11a3a216805d Date: Sun, 20 Jan 2019 13:33: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":["f82b1f07-ab74-4f7d-903f-d0ec55d796ad"],"updated_at":"2019-01-20T13:32:59Z","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a169e99f4b7941f68639e8f711a40d5f","id":"9add4310-c61a-4209-a79e-645c357d2437","name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net"}]} 2019-01-20 13:33:16,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net used request id req-cb117543-034c-4580-a9bf-11a3a216805d 2019-01-20 13:33:16,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:33:16,347 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:33:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:33:16,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:16,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-defde4de-8388-47cc-ab7a-bc6b1e04d136 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}} 2019-01-20 13:33:16,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f used request id req-defde4de-8388-47cc-ab7a-bc6b1e04d136 2019-01-20 13:33:16,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:16,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-327222e1-fa72-4f10-9c71-4d5bea7b47e0 Date: Sun, 20 Jan 2019 13:33:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","dns_nameservers":[],"updated_at":"2019-01-20T13:32: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":"a169e99f4b7941f68639e8f711a40d5f","id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}]} 2019-01-20 13:33:16,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-327222e1-fa72-4f10-9c71-4d5bea7b47e0 2019-01-20 13:33:16,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437&name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6bebport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:16,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3aa60d65-b0e8-4af6-8fc5-aa1477663b00 Date: Sun, 20 Jan 2019 13:33:16 GMT RESP BODY: {"ports":[]} 2019-01-20 13:33:16,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437&name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6bebport-1&admin_state_up=True used request id req-3aa60d65-b0e8-4af6-8fc5-aa1477663b00 2019-01-20 13:33:16,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:17,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-61ab2cf7-846d-47d4-8cf2-a13e5f3e5320 x-compute-request-id: req-61ab2cf7-846d-47d4-8cf2-a13e5f3e5320 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:33:17,051 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst used request id req-61ab2cf7-846d-47d4-8cf2-a13e5f3e5320 2019-01-20 13:33:17,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:17,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-211bd8bd-89df-495a-a508-5102401befff Date: Sun, 20 Jan 2019 13:33: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":["f82b1f07-ab74-4f7d-903f-d0ec55d796ad"],"updated_at":"2019-01-20T13:32:59Z","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a169e99f4b7941f68639e8f711a40d5f","id":"9add4310-c61a-4209-a79e-645c357d2437","name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net"}]} 2019-01-20 13:33:17,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net used request id req-211bd8bd-89df-495a-a508-5102401befff 2019-01-20 13:33:17,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:17,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-783c1da2-09f4-465a-9c9e-032e7cad145e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}} 2019-01-20 13:33:17,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f used request id req-783c1da2-09f4-465a-9c9e-032e7cad145e 2019-01-20 13:33:17,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:17,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8513067c-ed91-4e87-a2bb-b74eedac895b Date: Sun, 20 Jan 2019 13:33:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","dns_nameservers":[],"updated_at":"2019-01-20T13:32: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":"a169e99f4b7941f68639e8f711a40d5f","id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}]} 2019-01-20 13:33:17,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-8513067c-ed91-4e87-a2bb-b74eedac895b 2019-01-20 13:33:17,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437&name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6bebport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:17,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1af5c626-573a-4ad0-bf95-cd7a0abf08ed Date: Sun, 20 Jan 2019 13:33:17 GMT RESP BODY: {"ports":[]} 2019-01-20 13:33:17,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437&name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6bebport-1&admin_state_up=True used request id req-1af5c626-573a-4ad0-bf95-cd7a0abf08ed 2019-01-20 13:33:17,767 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:33:17,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:33:18,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a3b9634ad644a06a3fff76afbdec6e6", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj-role"}], "expires_at": "2019-01-20T14:33:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a169e99f4b7941f68639e8f711a40d5f", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/a169e99f4b7941f68639e8f711a40d5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-user", "id": "b35d3466fcda4b449c1b46008b149d1c"}, "audit_ids": ["OUaKRMAeQMuCc3Q1AoAYrg"], "issued_at": "2019-01-20T13:33:18.000000Z"}} 2019-01-20 13:33:18,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211c206919022a7e4ae1efd2001e949efe16e6b1" 2019-01-20 13:33:18,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-159b8fc1-1bbd-41c6-8c5b-1231025dd737 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:33:18,227 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-159b8fc1-1bbd-41c6-8c5b-1231025dd737 2019-01-20 13:33:18,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:18,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9736bc62-4619-4e6f-bcaa-8c22d5693e38 Date: Sun, 20 Jan 2019 13:33: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":["f82b1f07-ab74-4f7d-903f-d0ec55d796ad"],"updated_at":"2019-01-20T13:32:59Z","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a169e99f4b7941f68639e8f711a40d5f","id":"9add4310-c61a-4209-a79e-645c357d2437","name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net"}]} 2019-01-20 13:33:18,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net used request id req-9736bc62-4619-4e6f-bcaa-8c22d5693e38 2019-01-20 13:33:18,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:18,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0b4a08c6-2fdb-4cef-96be-36962f13bd15 Date: Sun, 20 Jan 2019 13:33:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","dns_nameservers":[],"updated_at":"2019-01-20T13:32: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":"a169e99f4b7941f68639e8f711a40d5f","id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}]} 2019-01-20 13:33:18,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-0b4a08c6-2fdb-4cef-96be-36962f13bd15 2019-01-20 13:33:18,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:18,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ebb83259-d85c-4839-8b83-85ddc5cac1c8 Date: Sun, 20 Jan 2019 13:33: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":["f82b1f07-ab74-4f7d-903f-d0ec55d796ad"],"updated_at":"2019-01-20T13:32:59Z","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a169e99f4b7941f68639e8f711a40d5f","id":"9add4310-c61a-4209-a79e-645c357d2437","name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net"}]} 2019-01-20 13:33:18,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net used request id req-ebb83259-d85c-4839-8b83-85ddc5cac1c8 2019-01-20 13:33:18,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:33:18,659 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:33:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:33:18,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211c206919022a7e4ae1efd2001e949efe16e6b1" 2019-01-20 13:33:18,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d93cce7-1179-47b7-8353-fbdd5094341b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}} 2019-01-20 13:33:18,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f used request id req-1d93cce7-1179-47b7-8353-fbdd5094341b 2019-01-20 13:33:18,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:18,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4dc514dc-609b-440f-a428-a44210a8dd5f Date: Sun, 20 Jan 2019 13:33:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","dns_nameservers":[],"updated_at":"2019-01-20T13:32: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":"a169e99f4b7941f68639e8f711a40d5f","id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}]} 2019-01-20 13:33:18,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-4dc514dc-609b-440f-a428-a44210a8dd5f 2019-01-20 13:33:18,893 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net 2019-01-20 13:33:18,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" -d '{"port": {"network_id": "9add4310-c61a-4209-a79e-645c357d2437", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6bebport-1", "admin_state_up": true}}' 2019-01-20 13:33:19,929 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-fb1c2943-13f8-46ae-9b4c-450d5de23e7b Date: Sun, 20 Jan 2019 13:33:19 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:19Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.7"}],"id":"2a4fd6c2-f58d-4573-a126-c675e1cdb1cc","security_groups":["7635a8a8-8832-4710-84aa-283664d98f86"],"mac_address":"fa:16:3e:1b:33:ae","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6bebport-1","project_id":"a169e99f4b7941f68639e8f711a40d5f","qos_policy_id":null,"admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:19Z","binding:vnic_type":"normal"}} 2019-01-20 13:33:19,929 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-fb1c2943-13f8-46ae-9b4c-450d5de23e7b 2019-01-20 13:33:19,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:20,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2d288cbe-cc34-423f-9564-4414b6e7ccdf Date: Sun, 20 Jan 2019 13:33: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":["f82b1f07-ab74-4f7d-903f-d0ec55d796ad"],"updated_at":"2019-01-20T13:32:59Z","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a169e99f4b7941f68639e8f711a40d5f","id":"9add4310-c61a-4209-a79e-645c357d2437","name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net"}]} 2019-01-20 13:33:20,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net used request id req-2d288cbe-cc34-423f-9564-4414b6e7ccdf 2019-01-20 13:33:20,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:20,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d78bf8ed-919b-4ab2-8682-7f2b5bb4faa1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}} 2019-01-20 13:33:20,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f used request id req-d78bf8ed-919b-4ab2-8682-7f2b5bb4faa1 2019-01-20 13:33:20,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:20,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-84b72456-0ee3-4b17-aeb5-20026d4e8bce Date: Sun, 20 Jan 2019 13:33:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","dns_nameservers":[],"updated_at":"2019-01-20T13:32: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":"a169e99f4b7941f68639e8f711a40d5f","id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}]} 2019-01-20 13:33:20,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-84b72456-0ee3-4b17-aeb5-20026d4e8bce 2019-01-20 13:33:20,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437&name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6bebport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:20,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-6ad886de-00bf-4060-9091-5e56ca0afcc3 Date: Sun, 20 Jan 2019 13:33:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:19Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.7"}],"id":"2a4fd6c2-f58d-4573-a126-c675e1cdb1cc","security_groups":["7635a8a8-8832-4710-84aa-283664d98f86"],"mac_address":"fa:16:3e:1b:33:ae","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6bebport-1","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:19Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:33:20,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437&name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6bebport-1&admin_state_up=True used request id req-6ad886de-00bf-4060-9091-5e56ca0afcc3 2019-01-20 13:33:20,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:20,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1363b651-a967-4e20-aab8-4f1c4170591a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}} 2019-01-20 13:33:20,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f used request id req-1363b651-a967-4e20-aab8-4f1c4170591a 2019-01-20 13:33:20,825 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst 2019-01-20 13:33:20,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:20,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-411c3123-8c3d-49e9-97bf-50e55bcf7d38 x-compute-request-id: req-411c3123-8c3d-49e9-97bf-50e55bcf7d38 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-flavor-name"}]} 2019-01-20 13:33:20,861 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-411c3123-8c3d-49e9-97bf-50e55bcf7d38 2019-01-20 13:33:20,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:20,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78299e75-7ec2-437a-a99c-b7beeb7412e6 x-compute-request-id: req-78299e75-7ec2-437a-a99c-b7beeb7412e6 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:33:20,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3 used request id req-78299e75-7ec2-437a-a99c-b7beeb7412e6 2019-01-20 13:33:20,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:21,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-35164172-748c-4f91-b489-164a97a4523f Date: Sun, 20 Jan 2019 13:33:21 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:32:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:32:56Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/55055a05-bcde-4ad8-b9dc-368066b94661/snap", "metadata": {}}], "self": "/v2/images/55055a05-bcde-4ad8-b9dc-368066b94661", "min_disk": 0, "protected": false, "id": "55055a05-bcde-4ad8-b9dc-368066b94661", "file": "/v2/images/55055a05-bcde-4ad8-b9dc-368066b94661/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a169e99f4b7941f68639e8f711a40d5f", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/55055a05-bcde-4ad8-b9dc-368066b94661/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-image"} 2019-01-20 13:33:21,078 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-image used request id req-35164172-748c-4f91-b489-164a97a4523f 2019-01-20 13:33:21,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:21,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c82786bc-4d29-4ed6-a3f5-e370feaa44e5 Date: Sun, 20 Jan 2019 13:33:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 13:33:21,243 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-c82786bc-4d29-4ed6-a3f5-e370feaa44e5 2019-01-20 13:33:21,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "imageRef": "55055a05-bcde-4ad8-b9dc-368066b94661", "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "flavorRef": "44964903-5a48-47eb-b007-bf4cd5da77a3", "max_count": 1, "min_count": 1, "networks": [{"port": "2a4fd6c2-f58d-4573-a126-c675e1cdb1cc"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}]}}' 2019-01-20 13:33:23,258 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:33: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-1379eb85-68cd-4f2a-8c30-8989b0de2d5c x-compute-request-id: req-1379eb85-68cd-4f2a-8c30-8989b0de2d5c Content-Length: 444 location: http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "adminPass": "Qi4poMg8WLar"}} 2019-01-20 13:33:23,258 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-1379eb85-68cd-4f2a-8c30-8989b0de2d5c 2019-01-20 13:33:23,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:23,622 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ff49361-6334-4b5e-8c4b-f3d489b72cf8 x-compute-request-id: req-3ff49361-6334-4b5e-8c4b-f3d489b72cf8 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.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:33:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:33:23,622 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-3ff49361-6334-4b5e-8c4b-f3d489b72cf8 2019-01-20 13:33:23,622 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst 2019-01-20 13:33:23,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:23,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85de4fb2-3de2-4342-a0fc-e25fc62358b3 x-compute-request-id: req-85de4fb2-3de2-4342-a0fc-e25fc62358b3 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.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:33:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:33:23,838 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-85de4fb2-3de2-4342-a0fc-e25fc62358b3 2019-01-20 13:33:23,838 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst] is - BUILD 2019-01-20 13:33:23,839 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:33:26,842 - create_instance - DEBUG - VM status query timeout in 896.780948162 2019-01-20 13:33:26,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:27,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5d7fe13-44d2-47a0-9716-fabf990e0531 x-compute-request-id: req-e5d7fe13-44d2-47a0-9716-fabf990e0531 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.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:33:24Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:33:27,334 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-e5d7fe13-44d2-47a0-9716-fabf990e0531 2019-01-20 13:33:27,335 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst] is - BUILD 2019-01-20 13:33:27,335 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:33:30,338 - create_instance - DEBUG - VM status query timeout in 893.284529209 2019-01-20 13:33:30,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:31,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63983a01-833e-4cdc-97e3-b0ef3689e594 x-compute-request-id: req-63983a01-833e-4cdc-97e3-b0ef3689e594 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:33:29Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:33:31,109 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-63983a01-833e-4cdc-97e3-b0ef3689e594 2019-01-20 13:33:31,109 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst] is - ACTIVE 2019-01-20 13:33:31,109 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:33:31,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:31,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b7d3d1b-b8a6-4b9c-9acb-307bdda4fa6d x-compute-request-id: req-0b7d3d1b-b8a6-4b9c-9acb-307bdda4fa6d Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:33:29Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:33:31,853 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-0b7d3d1b-b8a6-4b9c-9acb-307bdda4fa6d 2019-01-20 13:33:31,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:32,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-75c096d8-3bf7-4945-ac81-2b5a15378877 Date: Sun, 20 Jan 2019 13:33:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f82b1f07-ab74-4f7d-903f-d0ec55d796ad"],"updated_at":"2019-01-20T13:32:59Z","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a169e99f4b7941f68639e8f711a40d5f","id":"9add4310-c61a-4209-a79e-645c357d2437","name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net"}]} 2019-01-20 13:33:32,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net used request id req-75c096d8-3bf7-4945-ac81-2b5a15378877 2019-01-20 13:33:32,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:32,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f994afa8-7d62-4d49-be09-ee30201f12d8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}} 2019-01-20 13:33:32,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f used request id req-f994afa8-7d62-4d49-be09-ee30201f12d8 2019-01-20 13:33:32,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:32,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-32a0d3dc-aa3e-4d89-b660-68459ad8269c Date: Sun, 20 Jan 2019 13:33:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","dns_nameservers":[],"updated_at":"2019-01-20T13:32: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":"a169e99f4b7941f68639e8f711a40d5f","id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}]} 2019-01-20 13:33:32,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-32a0d3dc-aa3e-4d89-b660-68459ad8269c 2019-01-20 13:33:32,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:32,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-9bd42b22-9a06-45ae-9632-9ac084227c3a Date: Sun, 20 Jan 2019 13:33:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.7"}],"id":"2a4fd6c2-f58d-4573-a126-c675e1cdb1cc","security_groups":["7635a8a8-8832-4710-84aa-283664d98f86"],"mac_address":"fa:16:3e:1b:33:ae","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6bebport-1","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:19Z","binding:vnic_type":"normal","device_id":"d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.1"}],"id":"37746b2d-dbe4-4b49-9ca0-1439f321f323","security_groups":[],"mac_address":"fa:16:3e:8a:0d:38","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:08Z","binding:vnic_type":"normal","device_id":"cde51535-7293-4041-9e5f-7d2b5a5cebcc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.4"}],"id":"81e5e865-2e47-4c56-9392-3e1b96e39acf","security_groups":[],"mac_address":"fa:16:3e:55:8e:47","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9add4310-c61a-4209-a79e-645c357d2437"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.3"}],"id":"b73ea64f-68cd-49bf-a5ba-edcbb7d43bfa","security_groups":[],"mac_address":"fa:16:3e:38:8a:62","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9add4310-c61a-4209-a79e-645c357d2437"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.2"}],"id":"d7fa1b5b-1d8d-4c00-897d-47f1291f8a91","security_groups":[],"mac_address":"fa:16:3e:63:dd:95","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9add4310-c61a-4209-a79e-645c357d2437"}]} 2019-01-20 13:33:32,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-9bd42b22-9a06-45ae-9632-9ac084227c3a 2019-01-20 13:33:32,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:32,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17d25c70-6620-4796-8456-080ed2434180 x-compute-request-id: req-17d25c70-6620-4796-8456-080ed2434180 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:33:29Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:33:32,982 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-17d25c70-6620-4796-8456-080ed2434180 2019-01-20 13:33:32,983 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst] is - ACTIVE 2019-01-20 13:33:32,983 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:33:32,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:33,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7224823-651b-46d7-9191-94a29f27f3fa x-compute-request-id: req-f7224823-651b-46d7-9191-94a29f27f3fa Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:33:29Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:33:33,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-f7224823-651b-46d7-9191-94a29f27f3fa 2019-01-20 13:33:33,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:33,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f3aa05a4-2517-4783-b8b0-46008d8a09ea Date: Sun, 20 Jan 2019 13:33: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":["f82b1f07-ab74-4f7d-903f-d0ec55d796ad"],"updated_at":"2019-01-20T13:32:59Z","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a169e99f4b7941f68639e8f711a40d5f","id":"9add4310-c61a-4209-a79e-645c357d2437","name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net"}]} 2019-01-20 13:33:33,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net used request id req-f3aa05a4-2517-4783-b8b0-46008d8a09ea 2019-01-20 13:33:33,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:33,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea475444-9e3f-42a8-bdb6-3c68f78385c0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}} 2019-01-20 13:33:33,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f used request id req-ea475444-9e3f-42a8-bdb6-3c68f78385c0 2019-01-20 13:33:33,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:33,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d16f41d5-7029-4b44-a539-b786e7e8ffb0 Date: Sun, 20 Jan 2019 13:33:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","dns_nameservers":[],"updated_at":"2019-01-20T13:32: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":"a169e99f4b7941f68639e8f711a40d5f","id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}]} 2019-01-20 13:33:33,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-d16f41d5-7029-4b44-a539-b786e7e8ffb0 2019-01-20 13:33:33,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:34,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-4d67b957-d81b-487d-9eaf-db7f683c4a6f Date: Sun, 20 Jan 2019 13:33:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.7"}],"id":"2a4fd6c2-f58d-4573-a126-c675e1cdb1cc","security_groups":["7635a8a8-8832-4710-84aa-283664d98f86"],"mac_address":"fa:16:3e:1b:33:ae","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6bebport-1","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:19Z","binding:vnic_type":"normal","device_id":"d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.1"}],"id":"37746b2d-dbe4-4b49-9ca0-1439f321f323","security_groups":[],"mac_address":"fa:16:3e:8a:0d:38","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:08Z","binding:vnic_type":"normal","device_id":"cde51535-7293-4041-9e5f-7d2b5a5cebcc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.4"}],"id":"81e5e865-2e47-4c56-9392-3e1b96e39acf","security_groups":[],"mac_address":"fa:16:3e:55:8e:47","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9add4310-c61a-4209-a79e-645c357d2437"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.3"}],"id":"b73ea64f-68cd-49bf-a5ba-edcbb7d43bfa","security_groups":[],"mac_address":"fa:16:3e:38:8a:62","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9add4310-c61a-4209-a79e-645c357d2437"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.2"}],"id":"d7fa1b5b-1d8d-4c00-897d-47f1291f8a91","security_groups":[],"mac_address":"fa:16:3e:63:dd:95","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9add4310-c61a-4209-a79e-645c357d2437"}]} 2019-01-20 13:33:34,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-4d67b957-d81b-487d-9eaf-db7f683c4a6f 2019-01-20 13:33:34,374 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}}' 2019-01-20 13:33:35,624 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:33:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d5d51fac-8c49-4989-b10b-723828e41c5a x-compute-request-id: req-d5d51fac-8c49-4989-b10b-723828e41c5a Content-Length: 0 Content-Type: application/json 2019-01-20 13:33:35,624 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55/action used request id req-d5d51fac-8c49-4989-b10b-723828e41c5a 2019-01-20 13:33:35,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:35,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-fbd5a8b6-2cf6-41c2-b128-62560d5ff0c2 Date: Sun, 20 Jan 2019 13:33:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:02Z", "admin_state_up": true, "updated_at": "2019-01-20T13:33:08Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "cde51535-7293-4041-9e5f-7d2b5a5cebcc", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-router"}]} 2019-01-20 13:33:35,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-router used request id req-fbd5a8b6-2cf6-41c2-b128-62560d5ff0c2 2019-01-20 13:33:35,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:35,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5430d56e-9776-4dc5-841f-4fce8cad7941 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}} 2019-01-20 13:33:35,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f used request id req-5430d56e-9776-4dc5-841f-4fce8cad7941 2019-01-20 13:33:35,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=cde51535-7293-4041-9e5f-7d2b5a5cebcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:35,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-ea525a41-e202-46d6-8ed0-02c2127266b3 Date: Sun, 20 Jan 2019 13:33:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.1"}],"id":"37746b2d-dbe4-4b49-9ca0-1439f321f323","security_groups":[],"mac_address":"fa:16:3e:8a:0d:38","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:08Z","binding:vnic_type":"normal","device_id":"cde51535-7293-4041-9e5f-7d2b5a5cebcc"}]} 2019-01-20 13:33:35,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=cde51535-7293-4041-9e5f-7d2b5a5cebcc used request id req-ea525a41-e202-46d6-8ed0-02c2127266b3 2019-01-20 13:33:35,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f82b1f07-ab74-4f7d-903f-d0ec55d796ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:36,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-d45d3fb0-0ed7-4e3d-87d0-1d17d1016deb Date: Sun, 20 Jan 2019 13:33:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","dns_nameservers":[],"updated_at":"2019-01-20T13:32: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":"a169e99f4b7941f68639e8f711a40d5f","id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}} 2019-01-20 13:33:36,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f82b1f07-ab74-4f7d-903f-d0ec55d796ad used request id req-d45d3fb0-0ed7-4e3d-87d0-1d17d1016deb 2019-01-20 13:33:36,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:36,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-aa75939b-89ab-4960-8613-48f165a919bc Date: Sun, 20 Jan 2019 13:33:36 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:33:36,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-aa75939b-89ab-4960-8613-48f165a919bc 2019-01-20 13:33:36,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:36,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c2e314d3-31b8-4684-88d1-07bfa828b09c Date: Sun, 20 Jan 2019 13:33:36 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:33:36,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-c2e314d3-31b8-4684-88d1-07bfa828b09c 2019-01-20 13:33:36,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:36,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b78daa5-59c3-4d69-a3dc-8784ab9d99c8 x-compute-request-id: req-8b78daa5-59c3-4d69-a3dc-8784ab9d99c8 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:33:29Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:33:36,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-8b78daa5-59c3-4d69-a3dc-8784ab9d99c8 2019-01-20 13:33:36,671 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst] is - ACTIVE 2019-01-20 13:33:36,672 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:33:36,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:37,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fb1c742-0d41-4725-bc53-a1c7d49a8479 x-compute-request-id: req-7fb1c742-0d41-4725-bc53-a1c7d49a8479 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:33:29Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:33:37,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-7fb1c742-0d41-4725-bc53-a1c7d49a8479 2019-01-20 13:33:37,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:37,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bbb65892-cc5d-4965-b3f0-9aa0b7c9d34b Date: Sun, 20 Jan 2019 13:33: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":["f82b1f07-ab74-4f7d-903f-d0ec55d796ad"],"updated_at":"2019-01-20T13:32:59Z","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a169e99f4b7941f68639e8f711a40d5f","id":"9add4310-c61a-4209-a79e-645c357d2437","name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net"}]} 2019-01-20 13:33:37,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net used request id req-bbb65892-cc5d-4965-b3f0-9aa0b7c9d34b 2019-01-20 13:33:37,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:37,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e77209d-bbd3-4430-b43b-cf82a8127fa3 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}} 2019-01-20 13:33:37,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f used request id req-1e77209d-bbd3-4430-b43b-cf82a8127fa3 2019-01-20 13:33:37,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:37,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-14ebc871-b25d-4d1e-81b2-68ed4992eaeb Date: Sun, 20 Jan 2019 13:33:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","dns_nameservers":[],"updated_at":"2019-01-20T13:32: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":"a169e99f4b7941f68639e8f711a40d5f","id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}]} 2019-01-20 13:33:37,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-14ebc871-b25d-4d1e-81b2-68ed4992eaeb 2019-01-20 13:33:37,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:37,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-a42c2c11-3eea-4672-b5e6-c2b2dbf9cc3e Date: Sun, 20 Jan 2019 13:33:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.7"}],"id":"2a4fd6c2-f58d-4573-a126-c675e1cdb1cc","security_groups":["7635a8a8-8832-4710-84aa-283664d98f86","d1b2913a-0de5-40ea-9b3c-fe0630202938"],"mac_address":"fa:16:3e:1b:33:ae","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6bebport-1","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:19Z","binding:vnic_type":"normal","device_id":"d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.1"}],"id":"37746b2d-dbe4-4b49-9ca0-1439f321f323","security_groups":[],"mac_address":"fa:16:3e:8a:0d:38","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:08Z","binding:vnic_type":"normal","device_id":"cde51535-7293-4041-9e5f-7d2b5a5cebcc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.4"}],"id":"81e5e865-2e47-4c56-9392-3e1b96e39acf","security_groups":[],"mac_address":"fa:16:3e:55:8e:47","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9add4310-c61a-4209-a79e-645c357d2437"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.3"}],"id":"b73ea64f-68cd-49bf-a5ba-edcbb7d43bfa","security_groups":[],"mac_address":"fa:16:3e:38:8a:62","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9add4310-c61a-4209-a79e-645c357d2437"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.2"}],"id":"d7fa1b5b-1d8d-4c00-897d-47f1291f8a91","security_groups":[],"mac_address":"fa:16:3e:63:dd:95","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9add4310-c61a-4209-a79e-645c357d2437"}]} 2019-01-20 13:33:37,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-a42c2c11-3eea-4672-b5e6-c2b2dbf9cc3e 2019-01-20 13:33:37,688 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-20 13:33:37,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:37,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f0e59bda-bc42-4791-9794-997160923159 Date: Sun, 20 Jan 2019 13:33:37 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:33:37,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-f0e59bda-bc42-4791-9794-997160923159 2019-01-20 13:33:37,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:37,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c348e6f7-2f22-4900-91fa-32bc46df2826 Date: Sun, 20 Jan 2019 13:33:37 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:33:37,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-c348e6f7-2f22-4900-91fa-32bc46df2826 2019-01-20 13:33:37,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" -d '{"floatingip": {"floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "port_id": "2a4fd6c2-f58d-4573-a126-c675e1cdb1cc"}}' 2019-01-20 13:33:39,763 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-8bcc59f6-3110-460a-bde2-237aeb76e06c Date: Sun, 20 Jan 2019 13:33:39 GMT RESP BODY: {"floatingip": {"router_id": "cde51535-7293-4041-9e5f-7d2b5a5cebcc", "status": "DOWN", "description": "", "tags": [], "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:33:38Z", "updated_at": "2019-01-20T13:33:38Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "10.55.1.7", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "a169e99f4b7941f68639e8f711a40d5f", "port_id": "2a4fd6c2-f58d-4573-a126-c675e1cdb1cc", "id": "9069a91f-9b53-48c4-b462-52fd8a539e6b"}} 2019-01-20 13:33:39,763 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-8bcc59f6-3110-460a-bde2-237aeb76e06c 2019-01-20 13:33:39,764 - create_instance - INFO - Created floating IP 172.30.9.203 via router - CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-router 2019-01-20 13:33:39,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:40,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d8d945f-3a07-440b-8a3c-a582869ecc0a x-compute-request-id: req-3d8d945f-3a07-440b-8a3c-a582869ecc0a Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:33:29Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:33:40,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-3d8d945f-3a07-440b-8a3c-a582869ecc0a 2019-01-20 13:33:40,755 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst] is - ACTIVE 2019-01-20 13:33:40,755 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:33:40,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:41,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-246b872f-79c9-4885-90e4-a111f4a05907 x-compute-request-id: req-246b872f-79c9-4885-90e4-a111f4a05907 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:33:29Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:33:41,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-246b872f-79c9-4885-90e4-a111f4a05907 2019-01-20 13:33:41,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:41,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bc69fb0c-0af0-48a8-b892-866eb6b1146a Date: Sun, 20 Jan 2019 13:33: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":["f82b1f07-ab74-4f7d-903f-d0ec55d796ad"],"updated_at":"2019-01-20T13:32:59Z","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a169e99f4b7941f68639e8f711a40d5f","id":"9add4310-c61a-4209-a79e-645c357d2437","name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net"}]} 2019-01-20 13:33:41,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net used request id req-bc69fb0c-0af0-48a8-b892-866eb6b1146a 2019-01-20 13:33:41,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:41,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-953d1ed9-d7c3-4641-b4fb-44df8292398d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}} 2019-01-20 13:33:41,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f used request id req-953d1ed9-d7c3-4641-b4fb-44df8292398d 2019-01-20 13:33:41,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:41,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-58a3a7c4-45a5-4454-b274-5e45a6af2b2c Date: Sun, 20 Jan 2019 13:33:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","dns_nameservers":[],"updated_at":"2019-01-20T13:32: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":"a169e99f4b7941f68639e8f711a40d5f","id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}]} 2019-01-20 13:33:41,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-58a3a7c4-45a5-4454-b274-5e45a6af2b2c 2019-01-20 13:33:41,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:41,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-a0589ced-0dc9-4c2e-855c-8ea812677ffc Date: Sun, 20 Jan 2019 13:33:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.7"}],"id":"2a4fd6c2-f58d-4573-a126-c675e1cdb1cc","security_groups":["7635a8a8-8832-4710-84aa-283664d98f86","d1b2913a-0de5-40ea-9b3c-fe0630202938"],"mac_address":"fa:16:3e:1b:33:ae","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6bebport-1","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:19Z","binding:vnic_type":"normal","device_id":"d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.1"}],"id":"37746b2d-dbe4-4b49-9ca0-1439f321f323","security_groups":[],"mac_address":"fa:16:3e:8a:0d:38","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:08Z","binding:vnic_type":"normal","device_id":"cde51535-7293-4041-9e5f-7d2b5a5cebcc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.4"}],"id":"81e5e865-2e47-4c56-9392-3e1b96e39acf","security_groups":[],"mac_address":"fa:16:3e:55:8e:47","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9add4310-c61a-4209-a79e-645c357d2437"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.3"}],"id":"b73ea64f-68cd-49bf-a5ba-edcbb7d43bfa","security_groups":[],"mac_address":"fa:16:3e:38:8a:62","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9add4310-c61a-4209-a79e-645c357d2437"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.2"}],"id":"d7fa1b5b-1d8d-4c00-897d-47f1291f8a91","security_groups":[],"mac_address":"fa:16:3e:63:dd:95","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9add4310-c61a-4209-a79e-645c357d2437"}]} 2019-01-20 13:33:41,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-a0589ced-0dc9-4c2e-855c-8ea812677ffc 2019-01-20 13:33:41,569 - create_instance_tests - INFO - Looking for IP 10.55.1.7 in the console log 2019-01-20 13:33:41,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:42,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80d0f8b1-4b7a-46ba-807f-e9cb62cd7482 x-compute-request-id: req-80d0f8b1-4b7a-46ba-807f-e9cb62cd7482 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:33:29Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:33:42,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-80d0f8b1-4b7a-46ba-807f-e9cb62cd7482 2019-01-20 13:33:42,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 13:33:43,205 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5fdfdcf-2cb1-454b-8e11-e0f5022cebd7 x-compute-request-id: req-e5fdfdcf-2cb1-454b-8e11-e0f5022cebd7 Content-Encoding: gzip Content-Length: 9583 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 548513227 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.129192] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130858] pid_max: default: 32768 minimum: 301\n[ 0.131759] ACPI: Core revision 20150930\n[ 0.133156] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134463] Security Framework initialized\n[ 0.135279] Yama: becoming mindful.\n[ 0.136014] AppArmor: AppArmor initialized\n[ 0.136865] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138180] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139448] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140658] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142043] Initializing cgroup subsys io\n[ 0.142858] Initializing cgroup subsys memory\n[ 0.143723] Initializing cgroup subsys devices\n[ 0.144622] Initializing cgroup subsys freezer\n[ 0.145501] Initializing cgroup subsys net_cls\n[ 0.146378] Initializing cgroup subsys perf_event\n[ 0.147294] Initializing cgroup subsys net_prio\n[ 0.148184] Initializing cgroup subsys hugetlb\n[ 0.149066] Initializing cgroup subsys pids\n[ 0.149945] CPU: Physical Processor ID: 0\n[ 0.151449] mce: CPU supports 10 MCE banks\n[ 0.152314] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153323] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.155603] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.162042] ftrace: allocating 31920 entries in 125 pages\n[ 0.188349] smpboot: Max logical packages: 2\n[ 0.189209] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.190419] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.191773] x2apic enabled\n[ 0.192600] Switched APIC routing to physical x2apic.\n[ 0.194362] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.195570] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.197700] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.199628] KVM setup paravirtual spinlock\n[ 0.201063] x86: Booting SMP configuration:\n[ 0.201969] .... node #0, CPUs: #1\n[ 0.202858] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.225870] x86: Booted up 1 node, 2 CPUs\n[ 0.225872] KVM setup async PF for cpu 1\n[ 0.225875] kvm-stealtime: cpu 1, msr f90d940\n[ 0.228448] smpboot: Total of 2 processors activated (13967.63 BogoMIPS)\n[ 0.229941] devtmpfs: initialized\n[ 0.231642] evm: security.selinux\n[ 0.232338] evm: security.SMACK64\n[ 0.233029] evm: security.SMACK64EXEC\n[ 0.233768] evm: security.SMACK64TRANSMUTE\n[ 0.234585] evm: security.SMACK64MMAP\n[ 0.235338] evm: security.ima\n[ 0.235977] evm: security.capability\n[ 0.236799] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238670] pinctrl core: initialized pinctrl subsystem\n[ 0.239767] RTC time: 13:33:28, date: 01/20/19\n[ 0.240725] NET: Registered protocol family 16\n[ 0.250660] cpuidle: using governor ladder\n[ 0.262758] cpuidle: using governor menu\n[ 0.263591] PCCT header not found.\n[ 0.264369] ACPI: bus type PCI registered\n[ 0.265173] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266427] PCI: Using configuration type 1 for base access\n[ 0.279849] ACPI: Added _OSI(Module Device)\n[ 0.280707] ACPI: Added _OSI(Processor Device)\n[ 0.281573] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.282475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.284796] ACPI: Interpreter enabled\n[ 0.285578] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289300] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.291161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.293033] ACPI: (supports S0 S5)\n[ 0.293740] ACPI: Using IOAPIC for interrupt routing\n[ 0.294807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.298189] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.299338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.300588] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.301798] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.304069] acpiphp: Slot [3] registered\n[ 0.304885] acpiphp: Slot [4] registered\n[ 0.305691] acpiphp: Slot [5] registered\n[ 0.306498] acpiphp: Slot [6] registered\n[ 0.307307] acpiphp: Slot [7] registered\n[ 0.308115] acpiphp: Slot [8] registered\n[ 0.308932] acpiphp: Slot [9] registered\n[ 0.309739] acpiphp: Slot [10] registered\n[ 0.320633] acpiphp: Slot [11] registered\n[ 0.321465] acpiphp: Slot [12] registered\n[ 0.322292] acpiphp: Slot [13] registered\n[ 0.323115] acpiphp: Slot [14] registered\n[ 0.323939] acpiphp: Slot [15] registered\n[ 0.324767] acpiphp: Slot [16] registered\n[ 0.325598] acpiphp: Slot [17] registered\n[ 0.326432] acpiphp: Slot [18] registered\n[ 0.327257] acpiphp: Slot [19] registered\n[ 0.328082] acpiphp: Slot [20] registered\n[ 0.328913] acpiphp: Slot [21] registered\n[ 0.329736] acpiphp: Slot [22] registered\n[ 0.330566] acpiphp: Slot [23] registered\n[ 0.331395] acpiphp: Slot [24] registered\n[ 0.332218] acpiphp: Slot [25] registered\n[ 0.333044] acpiphp: Slot [26] registered\n[ 0.333867] acpiphp: Slot [27] registered\n[ 0.334700] acpiphp: Slot [28] registered\n[ 0.335524] acpiphp: Slot [29] registered\n[ 0.336348] acpiphp: Slot [30] registered\n[ 0.337183] acpiphp: Slot [31] registered\n[ 0.338006] PCI host bridge to bus 0000:00\n[ 0.338824] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.340063] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.341295] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.342772] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.344241] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.350574] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.351873] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.353058] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.354335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.360700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.362156] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.407161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.408670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.410099] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.411528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.412940] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.414240] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.415475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416700] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418254] vgaarb: loaded\n[ 0.418856] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420026] SCSI subsystem initialized\n[ 0.420865] ACPI: bus type USB registered\n[ 0.421690] usbcore: registered new interface driver usbfs\n[ 0.422722] usbcore: registered new interface driver hub\n[ 0.423733] usbcore: registered new device driver usb\n[ 0.424849] PCI: Using ACPI for IRQ routing\n[ 0.425887] NetLabel: Initializing\n[ 0.426613] NetLabel: domain hash size = 128\n[ 0.427469] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.428424] NetLabel: unlabeled traffic allowed by default\n[ 0.429555] clocksource: Switched to clocksource kvm-clock\n[ 0.435560] AppArmor: AppArmor Filesystem Enabled\n[ 0.436536] pnp: PnP ACPI init\n[ 0.437474] pnp: PnP ACPI: found 5 devices\n[ 0.444568] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.446305] NET: Registered protocol family 2\n[ 0.447300] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.448587] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.449773] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.450949] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452032] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453211] NET: Registered protocol family 1\n[ 0.454091] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455199] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.456288] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.474919] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493424] Trying to unpack rootfs image as initramfs...\n[ 0.543558] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.557724] Scanning for low memory corruption every 60 seconds\n[ 0.559129] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.560298] audit: initializing netlink subsys (disabled)\n[ 0.561340] audit: type=2000 audit(1547991209.232:1): initialized\n[ 0.562685] Initialise system trusted keyring\n[ 0.563683] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.564864] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.566975] zbud: loaded\n[ 0.567727] VFS: Disk quotas dquot_6.6.0\n[ 0.568564] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.570139] fuse init (API version 7.23)\n[ 0.571050] Key type big_key registered\n[ 0.571854] Allocating IMA MOK and blacklist keyrings.\n[ 0.573087] Key type asymmetric registered\n[ 0.573919] Asymmetric key parser 'x509' registered\n[ 0.574887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576405] io scheduler noop registered\n[ 0.577215] io scheduler deadline registered (default)\n[ 0.578218] io scheduler cfq registered\n[ 0.579077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580136] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.581412] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.582886] ACPI: Power Button [PWRF]\n[ 0.583779] GHES: HEST is not enabled!\n[ 0.602162] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.639273] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.641611] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665606] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.668177] Linux agpgart interface v0.103\n[ 0.670499] brd: module loaded\n[ 0.671816] loop: module loaded\n[ 0.676678] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678148] GPT:90111 != 20971519\n[ 0.678841] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679956] GPT:90111 != 20971519\n[ 0.680644] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681627] vda: vda1 vda15\n[ 0.683090] scsi host0: ata_piix\n[ 0.683877] scsi host1: ata_piix\n[ 0.684599] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.685848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.687470] libphy: Fixed MDIO Bus: probed\n[ 0.688299] tun: Universal TUN/TAP device driver, 1.6\n[ 0.689253] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.691213] PPP generic driver version 2.4.2\n[ 0.692137] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.693403] ehci-pci: EHCI PCI platform driver\n[ 0.694295] ehci-platform: EHCI generic platform driver\n[ 0.695301] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.696441] ohci-pci: OHCI PCI platform driver\n[ 0.697316] ohci-platform: OHCI generic platform driver\n[ 0.698316] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.736503] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.741307] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.742434] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.743660] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.745090] usb usb1: Product: UHCI Host Controller\n[ 0.746037] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.747183] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.748150] hub 1-0:1.0: USB hub found\n[ 0.748932] hub 1-0:1.0: 2 ports detected\n[ 0.749854] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.752012] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.752979] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.754024] mousedev: PS/2 mouse device common for all mice\n[ 0.755214] rtc_cmos 00:00: RTC can wake from S4\n[ 0.756439] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.757593] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.757682] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757690] i2c /dev entries driver\n[ 0.757726] device-mapper: uevent: version 1.0.3\n[ 0.758147] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.758162] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.758342] NET: Registered protocol family 10\n[ 0.758460] NET: Registered protocol family 17\n[ 0.758468] Key type dns_resolver registered\n[ 0.758569] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.759264] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.759283] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.759365] registered taskstats version 1\n[ 0.759376] Loading compiled-in X.509 certificates\n[ 0.759890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.759903] zswap: loaded using pool lzo/zbud\n[ 0.760452] Key type trusted registered\n[ 0.761251] Key type encrypted registered\n[ 0.761254] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.761256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761269] evm: HMAC attrs: 0x1\n[ 0.761785] Magic number: 3:878:584\n[ 0.762148] rtc_cmos 00:00: setting system clock to 2019-01-20 13:33:28 UTC (1547991208)\n[ 0.762199] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.762199] EDD information not available.\n[ 0.842688] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.844303] Write protecting the kernel read-only data: 14336k\n[ 0.845956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.847814] 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.915064] 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.02\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.7...\nLease of 10.55.1.7 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-000000fe\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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC5e4w5ur2sPSEuvKKa1ufiSroOOLbnzeA+MqpXsP9RtoPm/9rGh6BMkMoyxumMG0cByXVV6JWhNcUSPUJTZVwe+bcPyswTMBM4vv2iVK0PG0bzNKzmoL913q8mL8kdD5uT6zILI5yX9MZ6XdVxd+4C3+/TWjyHfuYiuCEc0t54k1VWSZAYGyTFOOwnS06sFmC3F84LFN6qKhcmTH/HHUg5guSGQe6XtRDVnYAXwHnWhdvXnWRL+Zvgu2kju6hqvpJ9frtAyH+lW/AqZbnfYyAiD01s9ET0E54uEXWDLs3qnBRCDVg5xNg9AnavitZ6Eg9Xg9MjB76QXyd7AUHyWOAD root@createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301\nssh-dss AAAAB3NzaC1kc3MAAACBAIa0A61hX+dgFXxoeD8cwgsgA/GWxq/TIS5YFUYfXDGWSwVRD4MxI541fhhN7P76W/HVEM5/Lds+6X1+dofRjXeKbztFw+4Cm1XkXY9i+kJWKyrCg63dwe/Mh/iK8Dmta3+MkVx5Ur9Sv0byO34r7HFPEv1jZU0YM1v/8ZaxsvPzAAAAFQDadvE5ZQmh6UCpfWJJ9NjJUtLpdwAAAIA3AsumqDO28PgbK5N7Vc073TgnC4tIqxkv/Sv5Zo4u6OME02KUtKrzNN0Hb4WkTEOfTvqZb3UWZAwq24K7ePQi+kXgE2DXWrA82vdrOgLPIUjoc3Y3jfrYFmwUi2Eb8DiGYWGUejBCvfS9v3KjWUbp8e/PV9onb4Q4PwLd6o+aUwAAAIBgXwo5Fy04npgetgV4P3zCvNIOYF4kmNkv7KRJUIvCBPwYfdeoGjr1Eu3JRPxeu4+PqX+UAXyAYyzr+IELO6Yscxtg29DfWSzrNhVwGK+ZyrGonPzKv7LkbsIf5PFInBxW5gVjhpDPuVVOf/ReaXGqCHDehqUxl/u9BDt+maXIOg== root@createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301\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.7,24,fe80::f816:3eff:fe1b:33ae/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.7 \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-000000fe\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.26 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301 login: "} 2019-01-20 13:33:43,206 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55/action used request id req-e5fdfdcf-2cb1-454b-8e11-e0f5022cebd7 2019-01-20 13:33:43,207 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-20 13:33:43,208 - 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 548513227 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.908 MHz processor [ 0.129192] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.130858] pid_max: default: 32768 minimum: 301 [ 0.131759] ACPI: Core revision 20150930 [ 0.133156] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134463] Security Framework initialized [ 0.135279] Yama: becoming mindful. [ 0.136014] AppArmor: AppArmor initialized [ 0.136865] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138180] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139448] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140658] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142043] Initializing cgroup subsys io [ 0.142858] Initializing cgroup subsys memory [ 0.143723] Initializing cgroup subsys devices [ 0.144622] Initializing cgroup subsys freezer [ 0.145501] Initializing cgroup subsys net_cls [ 0.146378] Initializing cgroup subsys perf_event [ 0.147294] Initializing cgroup subsys net_prio [ 0.148184] Initializing cgroup subsys hugetlb [ 0.149066] Initializing cgroup subsys pids [ 0.149945] CPU: Physical Processor ID: 0 [ 0.151449] mce: CPU supports 10 MCE banks [ 0.152314] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153323] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.155603] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.162042] ftrace: allocating 31920 entries in 125 pages [ 0.188349] smpboot: Max logical packages: 2 [ 0.189209] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.190419] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.191773] x2apic enabled [ 0.192600] Switched APIC routing to physical x2apic. [ 0.194362] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.195570] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.197700] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.199628] KVM setup paravirtual spinlock [ 0.201063] x86: Booting SMP configuration: [ 0.201969] .... node #0, CPUs: #1 [ 0.202858] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.225870] x86: Booted up 1 node, 2 CPUs [ 0.225872] KVM setup async PF for cpu 1 [ 0.225875] kvm-stealtime: cpu 1, msr f90d940 [ 0.228448] smpboot: Total of 2 processors activated (13967.63 BogoMIPS) [ 0.229941] devtmpfs: initialized [ 0.231642] evm: security.selinux [ 0.232338] evm: security.SMACK64 [ 0.233029] evm: security.SMACK64EXEC [ 0.233768] evm: security.SMACK64TRANSMUTE [ 0.234585] evm: security.SMACK64MMAP [ 0.235338] evm: security.ima [ 0.235977] evm: security.capability [ 0.236799] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238670] pinctrl core: initialized pinctrl subsystem [ 0.239767] RTC time: 13:33:28, date: 01/20/19 [ 0.240725] NET: Registered protocol family 16 [ 0.250660] cpuidle: using governor ladder [ 0.262758] cpuidle: using governor menu [ 0.263591] PCCT header not found. [ 0.264369] ACPI: bus type PCI registered [ 0.265173] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.266427] PCI: Using configuration type 1 for base access [ 0.279849] ACPI: Added _OSI(Module Device) [ 0.280707] ACPI: Added _OSI(Processor Device) [ 0.281573] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.282475] ACPI: Added _OSI(Processor Aggregator Device) [ 0.284796] ACPI: Interpreter enabled [ 0.285578] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.287437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.289300] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.291161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.293033] ACPI: (supports S0 S5) [ 0.293740] ACPI: Using IOAPIC for interrupt routing [ 0.294807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.298189] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.299338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.300588] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.301798] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.304069] acpiphp: Slot [3] registered [ 0.304885] acpiphp: Slot [4] registered [ 0.305691] acpiphp: Slot [5] registered [ 0.306498] acpiphp: Slot [6] registered [ 0.307307] acpiphp: Slot [7] registered [ 0.308115] acpiphp: Slot [8] registered [ 0.308932] acpiphp: Slot [9] registered [ 0.309739] acpiphp: Slot [10] registered [ 0.320633] acpiphp: Slot [11] registered [ 0.321465] acpiphp: Slot [12] registered [ 0.322292] acpiphp: Slot [13] registered [ 0.323115] acpiphp: Slot [14] registered [ 0.323939] acpiphp: Slot [15] registered [ 0.324767] acpiphp: Slot [16] registered [ 0.325598] acpiphp: Slot [17] registered [ 0.326432] acpiphp: Slot [18] registered [ 0.327257] acpiphp: Slot [19] registered [ 0.328082] acpiphp: Slot [20] registered [ 0.328913] acpiphp: Slot [21] registered [ 0.329736] acpiphp: Slot [22] registered [ 0.330566] acpiphp: Slot [23] registered [ 0.331395] acpiphp: Slot [24] registered [ 0.332218] acpiphp: Slot [25] registered [ 0.333044] acpiphp: Slot [26] registered [ 0.333867] acpiphp: Slot [27] registered [ 0.334700] acpiphp: Slot [28] registered [ 0.335524] acpiphp: Slot [29] registered [ 0.336348] acpiphp: Slot [30] registered [ 0.337183] acpiphp: Slot [31] registered [ 0.338006] PCI host bridge to bus 0000:00 [ 0.338824] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.340063] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.341295] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.342772] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.344241] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.350574] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.351873] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.353058] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.354335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.360700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.362156] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.407161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.408670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.410099] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.411528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.412940] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.414240] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.415475] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.416700] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.418254] vgaarb: loaded [ 0.418856] vgaarb: bridge control possible 0000:00:02.0 [ 0.420026] SCSI subsystem initialized [ 0.420865] ACPI: bus type USB registered [ 0.421690] usbcore: registered new interface driver usbfs [ 0.422722] usbcore: registered new interface driver hub [ 0.423733] usbcore: registered new device driver usb [ 0.424849] PCI: Using ACPI for IRQ routing [ 0.425887] NetLabel: Initializing [ 0.426613] NetLabel: domain hash size = 128 [ 0.427469] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.428424] NetLabel: unlabeled traffic allowed by default [ 0.429555] clocksource: Switched to clocksource kvm-clock [ 0.435560] AppArmor: AppArmor Filesystem Enabled [ 0.436536] pnp: PnP ACPI init [ 0.437474] pnp: PnP ACPI: found 5 devices [ 0.444568] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.446305] NET: Registered protocol family 2 [ 0.447300] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.448587] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.449773] TCP: Hash tables configured (established 2048 bind 2048) [ 0.450949] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452032] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453211] NET: Registered protocol family 1 [ 0.454091] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.455199] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.456288] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.474919] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.493424] Trying to unpack rootfs image as initramfs... [ 0.543558] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.557724] Scanning for low memory corruption every 60 seconds [ 0.559129] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.560298] audit: initializing netlink subsys (disabled) [ 0.561340] audit: type=2000 audit(1547991209.232:1): initialized [ 0.562685] Initialise system trusted keyring [ 0.563683] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.564864] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.566975] zbud: loaded [ 0.567727] VFS: Disk quotas dquot_6.6.0 [ 0.568564] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.570139] fuse init (API version 7.23) [ 0.571050] Key type big_key registered [ 0.571854] Allocating IMA MOK and blacklist keyrings. [ 0.573087] Key type asymmetric registered [ 0.573919] Asymmetric key parser 'x509' registered [ 0.574887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.576405] io scheduler noop registered [ 0.577215] io scheduler deadline registered (default) [ 0.578218] io scheduler cfq registered [ 0.579077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.580136] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.581412] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.582886] ACPI: Power Button [PWRF] [ 0.583779] GHES: HEST is not enabled! [ 0.602162] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.639273] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.641611] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.665606] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.668177] Linux agpgart interface v0.103 [ 0.670499] brd: module loaded [ 0.671816] loop: module loaded [ 0.676678] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.678148] GPT:90111 != 20971519 [ 0.678841] GPT:Alternate GPT header not at the end of the disk. [ 0.679956] GPT:90111 != 20971519 [ 0.680644] GPT: Use GNU Parted to correct GPT errors. [ 0.681627] vda: vda1 vda15 [ 0.683090] scsi host0: ata_piix [ 0.683877] scsi host1: ata_piix [ 0.684599] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.685848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.687470] libphy: Fixed MDIO Bus: probed [ 0.688299] tun: Universal TUN/TAP device driver, 1.6 [ 0.689253] tun: (C) 1999-2004 Max Krasnyansky [ 0.691213] PPP generic driver version 2.4.2 [ 0.692137] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.693403] ehci-pci: EHCI PCI platform driver [ 0.694295] ehci-platform: EHCI generic platform driver [ 0.695301] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.696441] ohci-pci: OHCI PCI platform driver [ 0.697316] ohci-platform: OHCI generic platform driver [ 0.698316] uhci_hcd: USB Universal Host Controller Interface driver [ 0.717161] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.718190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.736503] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.741307] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.742434] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.743660] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.745090] usb usb1: Product: UHCI Host Controller [ 0.746037] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.747183] usb usb1: SerialNumber: 0000:00:01.2 [ 0.748150] hub 1-0:1.0: USB hub found [ 0.748932] hub 1-0:1.0: 2 ports detected [ 0.749854] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.752012] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.752979] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.754024] mousedev: PS/2 mouse device common for all mice [ 0.755214] rtc_cmos 00:00: RTC can wake from S4 [ 0.756439] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.757593] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.757682] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.757690] i2c /dev entries driver [ 0.757726] device-mapper: uevent: version 1.0.3 [ 0.758147] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.758162] ledtrig-cpu: registered to indicate activity on CPUs [ 0.758342] NET: Registered protocol family 10 [ 0.758460] NET: Registered protocol family 17 [ 0.758468] Key type dns_resolver registered [ 0.758569] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.759264] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.759283] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.759365] registered taskstats version 1 [ 0.759376] Loading compiled-in X.509 certificates [ 0.759890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.759903] zswap: loaded using pool lzo/zbud [ 0.760452] Key type trusted registered [ 0.761251] Key type encrypted registered [ 0.761254] AppArmor: AppArmor sha1 policy hashing enabled [ 0.761256] ima: No TPM chip found, activating TPM-bypass! [ 0.761269] evm: HMAC attrs: 0x1 [ 0.761785] Magic number: 3:878:584 [ 0.762148] rtc_cmos 00:00: setting system clock to 2019-01-20 13:33:28 UTC (1547991208) [ 0.762199] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.762199] EDD information not available. [ 0.842688] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.844303] Write protecting the kernel read-only data: 14336k [ 0.845956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.847814] 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.915064] 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.02 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.7... Lease of 10.55.1.7 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-000000fe 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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC5e4w5ur2sPSEuvKKa1ufiSroOOLbnzeA+MqpXsP9RtoPm/9rGh6BMkMoyxumMG0cByXVV6JWhNcUSPUJTZVwe+bcPyswTMBM4vv2iVK0PG0bzNKzmoL913q8mL8kdD5uT6zILI5yX9MZ6XdVxd+4C3+/TWjyHfuYiuCEc0t54k1VWSZAYGyTFOOwnS06sFmC3F84LFN6qKhcmTH/HHUg5guSGQe6XtRDVnYAXwHnWhdvXnWRL+Zvgu2kju6hqvpJ9frtAyH+lW/AqZbnfYyAiD01s9ET0E54uEXWDLs3qnBRCDVg5xNg9AnavitZ6Eg9Xg9MjB76QXyd7AUHyWOAD root@createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301 ssh-dss AAAAB3NzaC1kc3MAAACBAIa0A61hX+dgFXxoeD8cwgsgA/GWxq/TIS5YFUYfXDGWSwVRD4MxI541fhhN7P76W/HVEM5/Lds+6X1+dofRjXeKbztFw+4Cm1XkXY9i+kJWKyrCg63dwe/Mh/iK8Dmta3+MkVx5Ur9Sv0byO34r7HFPEv1jZU0YM1v/8ZaxsvPzAAAAFQDadvE5ZQmh6UCpfWJJ9NjJUtLpdwAAAIA3AsumqDO28PgbK5N7Vc073TgnC4tIqxkv/Sv5Zo4u6OME02KUtKrzNN0Hb4WkTEOfTvqZb3UWZAwq24K7ePQi+kXgE2DXWrA82vdrOgLPIUjoc3Y3jfrYFmwUi2Eb8DiGYWGUejBCvfS9v3KjWUbp8e/PV9onb4Q4PwLd6o+aUwAAAIBgXwo5Fy04npgetgV4P3zCvNIOYF4kmNkv7KRJUIvCBPwYfdeoGjr1Eu3JRPxeu4+PqX+UAXyAYyzr+IELO6Yscxtg29DfWSzrNhVwGK+ZyrGonPzKv7LkbsIf5PFInBxW5gVjhpDPuVVOf/ReaXGqCHDehqUxl/u9BDt+maXIOg== root@createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.7,24,fe80::f816:3eff:fe1b:33ae/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.7 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-000000fe name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301 launch-index: 0 === cirros: current=0.4.0 uptime=3.26 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301 login: 2019-01-20 13:33:43,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:43,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bcd9c94-b06b-4939-ae62-ec5f5d2045d7 x-compute-request-id: req-6bcd9c94-b06b-4939-ae62-ec5f5d2045d7 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:33:29Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:33:43,544 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-6bcd9c94-b06b-4939-ae62-ec5f5d2045d7 2019-01-20 13:33:43,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:43,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1c100e0a-0d80-4ee6-94eb-0a988de7a4f5 Date: Sun, 20 Jan 2019 13:33: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":["f82b1f07-ab74-4f7d-903f-d0ec55d796ad"],"updated_at":"2019-01-20T13:32:59Z","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a169e99f4b7941f68639e8f711a40d5f","id":"9add4310-c61a-4209-a79e-645c357d2437","name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net"}]} 2019-01-20 13:33:43,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net used request id req-1c100e0a-0d80-4ee6-94eb-0a988de7a4f5 2019-01-20 13:33:43,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:43,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05846c8a-6b3a-4e99-9fc4-d01bfe2a4832 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}} 2019-01-20 13:33:43,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f used request id req-05846c8a-6b3a-4e99-9fc4-d01bfe2a4832 2019-01-20 13:33:43,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:43,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-75357e22-2544-48d5-b9d6-17d2eebce810 Date: Sun, 20 Jan 2019 13:33:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","dns_nameservers":[],"updated_at":"2019-01-20T13:32: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":"a169e99f4b7941f68639e8f711a40d5f","id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}]} 2019-01-20 13:33:43,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-75357e22-2544-48d5-b9d6-17d2eebce810 2019-01-20 13:33:43,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:43,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-71c3e70c-b35d-4815-9fa5-922879124208 Date: Sun, 20 Jan 2019 13:33:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.7"}],"id":"2a4fd6c2-f58d-4573-a126-c675e1cdb1cc","security_groups":["7635a8a8-8832-4710-84aa-283664d98f86","d1b2913a-0de5-40ea-9b3c-fe0630202938"],"mac_address":"fa:16:3e:1b:33:ae","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6bebport-1","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:19Z","binding:vnic_type":"normal","device_id":"d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.1"}],"id":"37746b2d-dbe4-4b49-9ca0-1439f321f323","security_groups":[],"mac_address":"fa:16:3e:8a:0d:38","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:08Z","binding:vnic_type":"normal","device_id":"cde51535-7293-4041-9e5f-7d2b5a5cebcc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.4"}],"id":"81e5e865-2e47-4c56-9392-3e1b96e39acf","security_groups":[],"mac_address":"fa:16:3e:55:8e:47","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9add4310-c61a-4209-a79e-645c357d2437"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.3"}],"id":"b73ea64f-68cd-49bf-a5ba-edcbb7d43bfa","security_groups":[],"mac_address":"fa:16:3e:38:8a:62","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9add4310-c61a-4209-a79e-645c357d2437"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.2"}],"id":"d7fa1b5b-1d8d-4c00-897d-47f1291f8a91","security_groups":[],"mac_address":"fa:16:3e:63:dd:95","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9add4310-c61a-4209-a79e-645c357d2437"}]} 2019-01-20 13:33:43,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-71c3e70c-b35d-4815-9fa5-922879124208 2019-01-20 13:33:43,895 - create_instance - INFO - Checking if VM is active 2019-01-20 13:33:43,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:44,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c29b691e-7c65-4ca2-b946-fcccc1674477 x-compute-request-id: req-c29b691e-7c65-4ca2-b946-fcccc1674477 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:33:29Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:33:44,349 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-c29b691e-7c65-4ca2-b946-fcccc1674477 2019-01-20 13:33:44,349 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst] is - ACTIVE 2019-01-20 13:33:44,349 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:33:44,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:44,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33: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-dbda32d7-4aec-4c8e-90c7-2fd7de8f6535 x-compute-request-id: req-dbda32d7-4aec-4c8e-90c7-2fd7de8f6535 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:33:29Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:33:44,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-dbda32d7-4aec-4c8e-90c7-2fd7de8f6535 2019-01-20 13:33:44,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:44,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6dd85a72-2db5-4996-9e95-0f5adb269889 Date: Sun, 20 Jan 2019 13:33: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":["f82b1f07-ab74-4f7d-903f-d0ec55d796ad"],"updated_at":"2019-01-20T13:32:59Z","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a169e99f4b7941f68639e8f711a40d5f","id":"9add4310-c61a-4209-a79e-645c357d2437","name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net"}]} 2019-01-20 13:33:44,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net used request id req-6dd85a72-2db5-4996-9e95-0f5adb269889 2019-01-20 13:33:44,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:45,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6d7df21-ce84-432a-b766-abab4f333a61 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}} 2019-01-20 13:33:45,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f used request id req-d6d7df21-ce84-432a-b766-abab4f333a61 2019-01-20 13:33:45,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:45,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-07e10cb0-c7f9-4422-9e5d-0270052fb7a0 Date: Sun, 20 Jan 2019 13:33:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","dns_nameservers":[],"updated_at":"2019-01-20T13:32: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":"a169e99f4b7941f68639e8f711a40d5f","id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}]} 2019-01-20 13:33:45,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-07e10cb0-c7f9-4422-9e5d-0270052fb7a0 2019-01-20 13:33:45,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:45,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-e5408645-e42f-4172-abd3-e4ee0cef9ad6 Date: Sun, 20 Jan 2019 13:33:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.7"}],"id":"2a4fd6c2-f58d-4573-a126-c675e1cdb1cc","security_groups":["7635a8a8-8832-4710-84aa-283664d98f86","d1b2913a-0de5-40ea-9b3c-fe0630202938"],"mac_address":"fa:16:3e:1b:33:ae","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6bebport-1","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:19Z","binding:vnic_type":"normal","device_id":"d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.1"}],"id":"37746b2d-dbe4-4b49-9ca0-1439f321f323","security_groups":[],"mac_address":"fa:16:3e:8a:0d:38","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:08Z","binding:vnic_type":"normal","device_id":"cde51535-7293-4041-9e5f-7d2b5a5cebcc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.4"}],"id":"81e5e865-2e47-4c56-9392-3e1b96e39acf","security_groups":[],"mac_address":"fa:16:3e:55:8e:47","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9add4310-c61a-4209-a79e-645c357d2437"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.3"}],"id":"b73ea64f-68cd-49bf-a5ba-edcbb7d43bfa","security_groups":[],"mac_address":"fa:16:3e:38:8a:62","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9add4310-c61a-4209-a79e-645c357d2437"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.2"}],"id":"d7fa1b5b-1d8d-4c00-897d-47f1291f8a91","security_groups":[],"mac_address":"fa:16:3e:63:dd:95","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9add4310-c61a-4209-a79e-645c357d2437"}]} 2019-01-20 13:33:45,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-e5408645-e42f-4172-abd3-e4ee0cef9ad6 2019-01-20 13:33:45,191 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:33:45,195 - paramiko.transport - DEBUG - starting thread (client mode): 0x8cda3e90L 2019-01-20 13:33:45,196 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:33:45,196 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:33:45,196 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:33:45,197 - 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 2019-01-20 13:33:45,197 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:33:45,197 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:33:45,197 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:33:45,198 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:33:45,198 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:33:45,214 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:33:45,215 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:33:45,228 - paramiko.transport - DEBUG - Trying key 7caf8b789f3cee35d2336aea2f6eaeee from tmp/CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb 2019-01-20 13:33:45,252 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:33:45,255 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:33:45,355 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:33:45,374 - create_instance - INFO - SSH is active for VM instance 2019-01-20 13:33:45,374 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:33:45,378 - paramiko.transport - DEBUG - starting thread (client mode): 0x8cda3f90L 2019-01-20 13:33:45,378 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:33:45,378 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:33:45,378 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:33:45,379 - 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 2019-01-20 13:33:45,379 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:33:45,379 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:33:45,379 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:33:45,379 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:33:45,380 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:33:45,395 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:33:45,396 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:33:45,410 - paramiko.transport - DEBUG - Trying key 7caf8b789f3cee35d2336aea2f6eaeee from tmp/CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb 2019-01-20 13:33:45,435 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:33:45,439 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:33:45,442 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 13:33:45,443 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-20 13:33:45,444 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 13:33:45,445 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 13:33:45,446 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:33:45,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:33:45,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:33:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99f7243e-9615-4b57-945b-dffa62f81604 x-compute-request-id: req-99f7243e-9615-4b57-945b-dffa62f81604 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:33:29Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:33:45,932 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-99f7243e-9615-4b57-945b-dffa62f81604 2019-01-20 13:33:45,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" -d '{"reboot": {"type": "SOFT"}}' 2019-01-20 13:33:46,064 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:33:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1057d78b-2cd2-4d1f-a544-3b13ab3f4ef1 x-compute-request-id: req-1057d78b-2cd2-4d1f-a544-3b13ab3f4ef1 Content-Length: 0 Content-Type: application/json 2019-01-20 13:33:46,064 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55/action used request id req-1057d78b-2cd2-4d1f-a544-3b13ab3f4ef1 2019-01-20 13:34:01,075 - create_instance_tests - INFO - Looking for IP 10.55.1.7 in the console log 2019-01-20 13:34:01,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:01,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-d07a7c91-7de8-409c-bec2-f2643d31a624 x-compute-request-id: req-d07a7c91-7de8-409c-bec2-f2643d31a624 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2019-01-20T13:33:46Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:34:01,724 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-d07a7c91-7de8-409c-bec2-f2643d31a624 2019-01-20 13:34:01,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 13:34:02,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-7ee51b08-6d50-4fe6-998d-fa75299683b1 x-compute-request-id: req-7ee51b08-6d50-4fe6-998d-fa75299683b1 Content-Encoding: gzip Content-Length: 9623 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 548513227 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.129192] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.130858] pid_max: default: 32768 minimum: 301\n[ 0.131759] ACPI: Core revision 20150930\n[ 0.133156] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134463] Security Framework initialized\n[ 0.135279] Yama: becoming mindful.\n[ 0.136014] AppArmor: AppArmor initialized\n[ 0.136865] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138180] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139448] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140658] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142043] Initializing cgroup subsys io\n[ 0.142858] Initializing cgroup subsys memory\n[ 0.143723] Initializing cgroup subsys devices\n[ 0.144622] Initializing cgroup subsys freezer\n[ 0.145501] Initializing cgroup subsys net_cls\n[ 0.146378] Initializing cgroup subsys perf_event\n[ 0.147294] Initializing cgroup subsys net_prio\n[ 0.148184] Initializing cgroup subsys hugetlb\n[ 0.149066] Initializing cgroup subsys pids\n[ 0.149945] CPU: Physical Processor ID: 0\n[ 0.151449] mce: CPU supports 10 MCE banks\n[ 0.152314] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153323] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.155603] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.162042] ftrace: allocating 31920 entries in 125 pages\n[ 0.188349] smpboot: Max logical packages: 2\n[ 0.189209] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.190419] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.191773] x2apic enabled\n[ 0.192600] Switched APIC routing to physical x2apic.\n[ 0.194362] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.195570] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.197700] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.199628] KVM setup paravirtual spinlock\n[ 0.201063] x86: Booting SMP configuration:\n[ 0.201969] .... node #0, CPUs: #1\n[ 0.202858] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.225870] x86: Booted up 1 node, 2 CPUs\n[ 0.225872] KVM setup async PF for cpu 1\n[ 0.225875] kvm-stealtime: cpu 1, msr f90d940\n[ 0.228448] smpboot: Total of 2 processors activated (13967.63 BogoMIPS)\n[ 0.229941] devtmpfs: initialized\n[ 0.231642] evm: security.selinux\n[ 0.232338] evm: security.SMACK64\n[ 0.233029] evm: security.SMACK64EXEC\n[ 0.233768] evm: security.SMACK64TRANSMUTE\n[ 0.234585] evm: security.SMACK64MMAP\n[ 0.235338] evm: security.ima\n[ 0.235977] evm: security.capability\n[ 0.236799] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238670] pinctrl core: initialized pinctrl subsystem\n[ 0.239767] RTC time: 13:33:28, date: 01/20/19\n[ 0.240725] NET: Registered protocol family 16\n[ 0.250660] cpuidle: using governor ladder\n[ 0.262758] cpuidle: using governor menu\n[ 0.263591] PCCT header not found.\n[ 0.264369] ACPI: bus type PCI registered\n[ 0.265173] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266427] PCI: Using configuration type 1 for base access\n[ 0.279849] ACPI: Added _OSI(Module Device)\n[ 0.280707] ACPI: Added _OSI(Processor Device)\n[ 0.281573] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.282475] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.284796] ACPI: Interpreter enabled\n[ 0.285578] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289300] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.291161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.293033] ACPI: (supports S0 S5)\n[ 0.293740] ACPI: Using IOAPIC for interrupt routing\n[ 0.294807] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.298189] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.299338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.300588] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.301798] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.304069] acpiphp: Slot [3] registered\n[ 0.304885] acpiphp: Slot [4] registered\n[ 0.305691] acpiphp: Slot [5] registered\n[ 0.306498] acpiphp: Slot [6] registered\n[ 0.307307] acpiphp: Slot [7] registered\n[ 0.308115] acpiphp: Slot [8] registered\n[ 0.308932] acpiphp: Slot [9] registered\n[ 0.309739] acpiphp: Slot [10] registered\n[ 0.320633] acpiphp: Slot [11] registered\n[ 0.321465] acpiphp: Slot [12] registered\n[ 0.322292] acpiphp: Slot [13] registered\n[ 0.323115] acpiphp: Slot [14] registered\n[ 0.323939] acpiphp: Slot [15] registered\n[ 0.324767] acpiphp: Slot [16] registered\n[ 0.325598] acpiphp: Slot [17] registered\n[ 0.326432] acpiphp: Slot [18] registered\n[ 0.327257] acpiphp: Slot [19] registered\n[ 0.328082] acpiphp: Slot [20] registered\n[ 0.328913] acpiphp: Slot [21] registered\n[ 0.329736] acpiphp: Slot [22] registered\n[ 0.330566] acpiphp: Slot [23] registered\n[ 0.331395] acpiphp: Slot [24] registered\n[ 0.332218] acpiphp: Slot [25] registered\n[ 0.333044] acpiphp: Slot [26] registered\n[ 0.333867] acpiphp: Slot [27] registered\n[ 0.334700] acpiphp: Slot [28] registered\n[ 0.335524] acpiphp: Slot [29] registered\n[ 0.336348] acpiphp: Slot [30] registered\n[ 0.337183] acpiphp: Slot [31] registered\n[ 0.338006] PCI host bridge to bus 0000:00\n[ 0.338824] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.340063] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.341295] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.342772] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.344241] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.350574] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.351873] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.353058] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.354335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.360700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.362156] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.407161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.408670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.410099] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.411528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.412940] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.414240] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.415475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416700] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418254] vgaarb: loaded\n[ 0.418856] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420026] SCSI subsystem initialized\n[ 0.420865] ACPI: bus type USB registered\n[ 0.421690] usbcore: registered new interface driver usbfs\n[ 0.422722] usbcore: registered new interface driver hub\n[ 0.423733] usbcore: registered new device driver usb\n[ 0.424849] PCI: Using ACPI for IRQ routing\n[ 0.425887] NetLabel: Initializing\n[ 0.426613] NetLabel: domain hash size = 128\n[ 0.427469] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.428424] NetLabel: unlabeled traffic allowed by default\n[ 0.429555] clocksource: Switched to clocksource kvm-clock\n[ 0.435560] AppArmor: AppArmor Filesystem Enabled\n[ 0.436536] pnp: PnP ACPI init\n[ 0.437474] pnp: PnP ACPI: found 5 devices\n[ 0.444568] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.446305] NET: Registered protocol family 2\n[ 0.447300] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.448587] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.449773] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.450949] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452032] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453211] NET: Registered protocol family 1\n[ 0.454091] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455199] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.456288] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.474919] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493424] Trying to unpack rootfs image as initramfs...\n[ 0.543558] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.557724] Scanning for low memory corruption every 60 seconds\n[ 0.559129] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.560298] audit: initializing netlink subsys (disabled)\n[ 0.561340] audit: type=2000 audit(1547991209.232:1): initialized\n[ 0.562685] Initialise system trusted keyring\n[ 0.563683] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.564864] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.566975] zbud: loaded\n[ 0.567727] VFS: Disk quotas dquot_6.6.0\n[ 0.568564] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.570139] fuse init (API version 7.23)\n[ 0.571050] Key type big_key registered\n[ 0.571854] Allocating IMA MOK and blacklist keyrings.\n[ 0.573087] Key type asymmetric registered\n[ 0.573919] Asymmetric key parser 'x509' registered\n[ 0.574887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576405] io scheduler noop registered\n[ 0.577215] io scheduler deadline registered (default)\n[ 0.578218] io scheduler cfq registered\n[ 0.579077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580136] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.581412] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.582886] ACPI: Power Button [PWRF]\n[ 0.583779] GHES: HEST is not enabled!\n[ 0.602162] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.639273] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.641611] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665606] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.668177] Linux agpgart interface v0.103\n[ 0.670499] brd: module loaded\n[ 0.671816] loop: module loaded\n[ 0.676678] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678148] GPT:90111 != 20971519\n[ 0.678841] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679956] GPT:90111 != 20971519\n[ 0.680644] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681627] vda: vda1 vda15\n[ 0.683090] scsi host0: ata_piix\n[ 0.683877] scsi host1: ata_piix\n[ 0.684599] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.685848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.687470] libphy: Fixed MDIO Bus: probed\n[ 0.688299] tun: Universal TUN/TAP device driver, 1.6\n[ 0.689253] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.691213] PPP generic driver version 2.4.2\n[ 0.692137] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.693403] ehci-pci: EHCI PCI platform driver\n[ 0.694295] ehci-platform: EHCI generic platform driver\n[ 0.695301] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.696441] ohci-pci: OHCI PCI platform driver\n[ 0.697316] ohci-platform: OHCI generic platform driver\n[ 0.698316] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717161] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.736503] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.741307] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.742434] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.743660] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.745090] usb usb1: Product: UHCI Host Controller\n[ 0.746037] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.747183] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.748150] hub 1-0:1.0: USB hub found\n[ 0.748932] hub 1-0:1.0: 2 ports detected\n[ 0.749854] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.752012] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.752979] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.754024] mousedev: PS/2 mouse device common for all mice\n[ 0.755214] rtc_cmos 00:00: RTC can wake from S4\n[ 0.756439] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.757593] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.757682] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757690] i2c /dev entries driver\n[ 0.757726] device-mapper: uevent: version 1.0.3\n[ 0.758147] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.758162] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.758342] NET: Registered protocol family 10\n[ 0.758460] NET: Registered protocol family 17\n[ 0.758468] Key type dns_resolver registered\n[ 0.758569] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.759264] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.759283] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.759365] registered taskstats version 1\n[ 0.759376] Loading compiled-in X.509 certificates\n[ 0.759890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.759903] zswap: loaded using pool lzo/zbud\n[ 0.760452] Key type trusted registered\n[ 0.761251] Key type encrypted registered\n[ 0.761254] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.761256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.761269] evm: HMAC attrs: 0x1\n[ 0.761785] Magic number: 3:878:584\n[ 0.762148] rtc_cmos 00:00: setting system clock to 2019-01-20 13:33:28 UTC (1547991208)\n[ 0.762199] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.762199] EDD information not available.\n[ 0.842688] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.844303] Write protecting the kernel read-only data: 14336k\n[ 0.845956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.847814] 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.915064] 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.02\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.7...\nLease of 10.55.1.7 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-000000fe\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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC5e4w5ur2sPSEuvKKa1ufiSroOOLbnzeA+MqpXsP9RtoPm/9rGh6BMkMoyxumMG0cByXVV6JWhNcUSPUJTZVwe+bcPyswTMBM4vv2iVK0PG0bzNKzmoL913q8mL8kdD5uT6zILI5yX9MZ6XdVxd+4C3+/TWjyHfuYiuCEc0t54k1VWSZAYGyTFOOwnS06sFmC3F84LFN6qKhcmTH/HHUg5guSGQe6XtRDVnYAXwHnWhdvXnWRL+Zvgu2kju6hqvpJ9frtAyH+lW/AqZbnfYyAiD01s9ET0E54uEXWDLs3qnBRCDVg5xNg9AnavitZ6Eg9Xg9MjB76QXyd7AUHyWOAD root@createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301\nssh-dss AAAAB3NzaC1kc3MAAACBAIa0A61hX+dgFXxoeD8cwgsgA/GWxq/TIS5YFUYfXDGWSwVRD4MxI541fhhN7P76W/HVEM5/Lds+6X1+dofRjXeKbztFw+4Cm1XkXY9i+kJWKyrCg63dwe/Mh/iK8Dmta3+MkVx5Ur9Sv0byO34r7HFPEv1jZU0YM1v/8ZaxsvPzAAAAFQDadvE5ZQmh6UCpfWJJ9NjJUtLpdwAAAIA3AsumqDO28PgbK5N7Vc073TgnC4tIqxkv/Sv5Zo4u6OME02KUtKrzNN0Hb4WkTEOfTvqZb3UWZAwq24K7ePQi+kXgE2DXWrA82vdrOgLPIUjoc3Y3jfrYFmwUi2Eb8DiGYWGUejBCvfS9v3KjWUbp8e/PV9onb4Q4PwLd6o+aUwAAAIBgXwo5Fy04npgetgV4P3zCvNIOYF4kmNkv7KRJUIvCBPwYfdeoGjr1Eu3JRPxeu4+PqX+UAXyAYyzr+IELO6Yscxtg29DfWSzrNhVwGK+ZyrGonPzKv7LkbsIf5PFInBxW5gVjhpDPuVVOf/ReaXGqCHDehqUxl/u9BDt+maXIOg== root@createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301\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.7,24,fe80::f816:3eff:fe1b:33ae/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.7 \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-000000fe\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.26 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301 login: The system is going down NOW!\nSent SIGTERM to all processes\n"} 2019-01-20 13:34:02,823 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55/action used request id req-7ee51b08-6d50-4fe6-998d-fa75299683b1 2019-01-20 13:34:02,824 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-20 13:34:02,825 - 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 548513227 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.908 MHz processor [ 0.129192] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.130858] pid_max: default: 32768 minimum: 301 [ 0.131759] ACPI: Core revision 20150930 [ 0.133156] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134463] Security Framework initialized [ 0.135279] Yama: becoming mindful. [ 0.136014] AppArmor: AppArmor initialized [ 0.136865] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138180] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139448] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140658] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142043] Initializing cgroup subsys io [ 0.142858] Initializing cgroup subsys memory [ 0.143723] Initializing cgroup subsys devices [ 0.144622] Initializing cgroup subsys freezer [ 0.145501] Initializing cgroup subsys net_cls [ 0.146378] Initializing cgroup subsys perf_event [ 0.147294] Initializing cgroup subsys net_prio [ 0.148184] Initializing cgroup subsys hugetlb [ 0.149066] Initializing cgroup subsys pids [ 0.149945] CPU: Physical Processor ID: 0 [ 0.151449] mce: CPU supports 10 MCE banks [ 0.152314] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153323] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.155603] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.162042] ftrace: allocating 31920 entries in 125 pages [ 0.188349] smpboot: Max logical packages: 2 [ 0.189209] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.190419] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.191773] x2apic enabled [ 0.192600] Switched APIC routing to physical x2apic. [ 0.194362] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.195570] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.197700] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.199628] KVM setup paravirtual spinlock [ 0.201063] x86: Booting SMP configuration: [ 0.201969] .... node #0, CPUs: #1 [ 0.202858] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.225870] x86: Booted up 1 node, 2 CPUs [ 0.225872] KVM setup async PF for cpu 1 [ 0.225875] kvm-stealtime: cpu 1, msr f90d940 [ 0.228448] smpboot: Total of 2 processors activated (13967.63 BogoMIPS) [ 0.229941] devtmpfs: initialized [ 0.231642] evm: security.selinux [ 0.232338] evm: security.SMACK64 [ 0.233029] evm: security.SMACK64EXEC [ 0.233768] evm: security.SMACK64TRANSMUTE [ 0.234585] evm: security.SMACK64MMAP [ 0.235338] evm: security.ima [ 0.235977] evm: security.capability [ 0.236799] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238670] pinctrl core: initialized pinctrl subsystem [ 0.239767] RTC time: 13:33:28, date: 01/20/19 [ 0.240725] NET: Registered protocol family 16 [ 0.250660] cpuidle: using governor ladder [ 0.262758] cpuidle: using governor menu [ 0.263591] PCCT header not found. [ 0.264369] ACPI: bus type PCI registered [ 0.265173] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.266427] PCI: Using configuration type 1 for base access [ 0.279849] ACPI: Added _OSI(Module Device) [ 0.280707] ACPI: Added _OSI(Processor Device) [ 0.281573] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.282475] ACPI: Added _OSI(Processor Aggregator Device) [ 0.284796] ACPI: Interpreter enabled [ 0.285578] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.287437] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.289300] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.291161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.293033] ACPI: (supports S0 S5) [ 0.293740] ACPI: Using IOAPIC for interrupt routing [ 0.294807] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.298189] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.299338] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.300588] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.301798] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.304069] acpiphp: Slot [3] registered [ 0.304885] acpiphp: Slot [4] registered [ 0.305691] acpiphp: Slot [5] registered [ 0.306498] acpiphp: Slot [6] registered [ 0.307307] acpiphp: Slot [7] registered [ 0.308115] acpiphp: Slot [8] registered [ 0.308932] acpiphp: Slot [9] registered [ 0.309739] acpiphp: Slot [10] registered [ 0.320633] acpiphp: Slot [11] registered [ 0.321465] acpiphp: Slot [12] registered [ 0.322292] acpiphp: Slot [13] registered [ 0.323115] acpiphp: Slot [14] registered [ 0.323939] acpiphp: Slot [15] registered [ 0.324767] acpiphp: Slot [16] registered [ 0.325598] acpiphp: Slot [17] registered [ 0.326432] acpiphp: Slot [18] registered [ 0.327257] acpiphp: Slot [19] registered [ 0.328082] acpiphp: Slot [20] registered [ 0.328913] acpiphp: Slot [21] registered [ 0.329736] acpiphp: Slot [22] registered [ 0.330566] acpiphp: Slot [23] registered [ 0.331395] acpiphp: Slot [24] registered [ 0.332218] acpiphp: Slot [25] registered [ 0.333044] acpiphp: Slot [26] registered [ 0.333867] acpiphp: Slot [27] registered [ 0.334700] acpiphp: Slot [28] registered [ 0.335524] acpiphp: Slot [29] registered [ 0.336348] acpiphp: Slot [30] registered [ 0.337183] acpiphp: Slot [31] registered [ 0.338006] PCI host bridge to bus 0000:00 [ 0.338824] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.340063] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.341295] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.342772] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.344241] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.350574] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.351873] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.353058] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.354335] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.360700] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.362156] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.407161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.408670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.410099] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.411528] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.412940] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.414240] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.415475] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.416700] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.418254] vgaarb: loaded [ 0.418856] vgaarb: bridge control possible 0000:00:02.0 [ 0.420026] SCSI subsystem initialized [ 0.420865] ACPI: bus type USB registered [ 0.421690] usbcore: registered new interface driver usbfs [ 0.422722] usbcore: registered new interface driver hub [ 0.423733] usbcore: registered new device driver usb [ 0.424849] PCI: Using ACPI for IRQ routing [ 0.425887] NetLabel: Initializing [ 0.426613] NetLabel: domain hash size = 128 [ 0.427469] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.428424] NetLabel: unlabeled traffic allowed by default [ 0.429555] clocksource: Switched to clocksource kvm-clock [ 0.435560] AppArmor: AppArmor Filesystem Enabled [ 0.436536] pnp: PnP ACPI init [ 0.437474] pnp: PnP ACPI: found 5 devices [ 0.444568] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.446305] NET: Registered protocol family 2 [ 0.447300] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.448587] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.449773] TCP: Hash tables configured (established 2048 bind 2048) [ 0.450949] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452032] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453211] NET: Registered protocol family 1 [ 0.454091] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.455199] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.456288] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.474919] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.493424] Trying to unpack rootfs image as initramfs... [ 0.543558] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.557724] Scanning for low memory corruption every 60 seconds [ 0.559129] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.560298] audit: initializing netlink subsys (disabled) [ 0.561340] audit: type=2000 audit(1547991209.232:1): initialized [ 0.562685] Initialise system trusted keyring [ 0.563683] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.564864] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.566975] zbud: loaded [ 0.567727] VFS: Disk quotas dquot_6.6.0 [ 0.568564] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.570139] fuse init (API version 7.23) [ 0.571050] Key type big_key registered [ 0.571854] Allocating IMA MOK and blacklist keyrings. [ 0.573087] Key type asymmetric registered [ 0.573919] Asymmetric key parser 'x509' registered [ 0.574887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.576405] io scheduler noop registered [ 0.577215] io scheduler deadline registered (default) [ 0.578218] io scheduler cfq registered [ 0.579077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.580136] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.581412] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.582886] ACPI: Power Button [PWRF] [ 0.583779] GHES: HEST is not enabled! [ 0.602162] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.639273] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.641611] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.665606] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.668177] Linux agpgart interface v0.103 [ 0.670499] brd: module loaded [ 0.671816] loop: module loaded [ 0.676678] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.678148] GPT:90111 != 20971519 [ 0.678841] GPT:Alternate GPT header not at the end of the disk. [ 0.679956] GPT:90111 != 20971519 [ 0.680644] GPT: Use GNU Parted to correct GPT errors. [ 0.681627] vda: vda1 vda15 [ 0.683090] scsi host0: ata_piix [ 0.683877] scsi host1: ata_piix [ 0.684599] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.685848] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.687470] libphy: Fixed MDIO Bus: probed [ 0.688299] tun: Universal TUN/TAP device driver, 1.6 [ 0.689253] tun: (C) 1999-2004 Max Krasnyansky [ 0.691213] PPP generic driver version 2.4.2 [ 0.692137] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.693403] ehci-pci: EHCI PCI platform driver [ 0.694295] ehci-platform: EHCI generic platform driver [ 0.695301] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.696441] ohci-pci: OHCI PCI platform driver [ 0.697316] ohci-platform: OHCI generic platform driver [ 0.698316] uhci_hcd: USB Universal Host Controller Interface driver [ 0.717161] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.718190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.736503] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.741307] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.742434] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.743660] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.745090] usb usb1: Product: UHCI Host Controller [ 0.746037] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.747183] usb usb1: SerialNumber: 0000:00:01.2 [ 0.748150] hub 1-0:1.0: USB hub found [ 0.748932] hub 1-0:1.0: 2 ports detected [ 0.749854] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.752012] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.752979] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.754024] mousedev: PS/2 mouse device common for all mice [ 0.755214] rtc_cmos 00:00: RTC can wake from S4 [ 0.756439] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.757593] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.757682] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.757690] i2c /dev entries driver [ 0.757726] device-mapper: uevent: version 1.0.3 [ 0.758147] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.758162] ledtrig-cpu: registered to indicate activity on CPUs [ 0.758342] NET: Registered protocol family 10 [ 0.758460] NET: Registered protocol family 17 [ 0.758468] Key type dns_resolver registered [ 0.758569] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.759264] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.759283] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.759365] registered taskstats version 1 [ 0.759376] Loading compiled-in X.509 certificates [ 0.759890] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.759903] zswap: loaded using pool lzo/zbud [ 0.760452] Key type trusted registered [ 0.761251] Key type encrypted registered [ 0.761254] AppArmor: AppArmor sha1 policy hashing enabled [ 0.761256] ima: No TPM chip found, activating TPM-bypass! [ 0.761269] evm: HMAC attrs: 0x1 [ 0.761785] Magic number: 3:878:584 [ 0.762148] rtc_cmos 00:00: setting system clock to 2019-01-20 13:33:28 UTC (1547991208) [ 0.762199] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.762199] EDD information not available. [ 0.842688] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.844303] Write protecting the kernel read-only data: 14336k [ 0.845956] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.847814] 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.915064] 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.02 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.7... Lease of 10.55.1.7 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-000000fe 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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC5e4w5ur2sPSEuvKKa1ufiSroOOLbnzeA+MqpXsP9RtoPm/9rGh6BMkMoyxumMG0cByXVV6JWhNcUSPUJTZVwe+bcPyswTMBM4vv2iVK0PG0bzNKzmoL913q8mL8kdD5uT6zILI5yX9MZ6XdVxd+4C3+/TWjyHfuYiuCEc0t54k1VWSZAYGyTFOOwnS06sFmC3F84LFN6qKhcmTH/HHUg5guSGQe6XtRDVnYAXwHnWhdvXnWRL+Zvgu2kju6hqvpJ9frtAyH+lW/AqZbnfYyAiD01s9ET0E54uEXWDLs3qnBRCDVg5xNg9AnavitZ6Eg9Xg9MjB76QXyd7AUHyWOAD root@createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301 ssh-dss AAAAB3NzaC1kc3MAAACBAIa0A61hX+dgFXxoeD8cwgsgA/GWxq/TIS5YFUYfXDGWSwVRD4MxI541fhhN7P76W/HVEM5/Lds+6X1+dofRjXeKbztFw+4Cm1XkXY9i+kJWKyrCg63dwe/Mh/iK8Dmta3+MkVx5Ur9Sv0byO34r7HFPEv1jZU0YM1v/8ZaxsvPzAAAAFQDadvE5ZQmh6UCpfWJJ9NjJUtLpdwAAAIA3AsumqDO28PgbK5N7Vc073TgnC4tIqxkv/Sv5Zo4u6OME02KUtKrzNN0Hb4WkTEOfTvqZb3UWZAwq24K7ePQi+kXgE2DXWrA82vdrOgLPIUjoc3Y3jfrYFmwUi2Eb8DiGYWGUejBCvfS9v3KjWUbp8e/PV9onb4Q4PwLd6o+aUwAAAIBgXwo5Fy04npgetgV4P3zCvNIOYF4kmNkv7KRJUIvCBPwYfdeoGjr1Eu3JRPxeu4+PqX+UAXyAYyzr+IELO6Yscxtg29DfWSzrNhVwGK+ZyrGonPzKv7LkbsIf5PFInBxW5gVjhpDPuVVOf/ReaXGqCHDehqUxl/u9BDt+maXIOg== root@createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.7,24,fe80::f816:3eff:fe1b:33ae/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.7 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-000000fe name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301 launch-index: 0 === cirros: current=0.4.0 uptime=3.26 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301 login: The system is going down NOW! Sent SIGTERM to all processes 2019-01-20 13:34:02,825 - create_instance - INFO - Checking if VM is active 2019-01-20 13:34:02,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:03,316 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:34:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2f4f679-5223-4e1a-94d9-cb3e43fd55ce x-compute-request-id: req-e2f4f679-5223-4e1a-94d9-cb3e43fd55ce Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2019-01-20T13:33:46Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:34:03,317 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-e2f4f679-5223-4e1a-94d9-cb3e43fd55ce 2019-01-20 13:34:03,317 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst] is - REBOOT 2019-01-20 13:34:03,317 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:34:06,320 - create_instance - DEBUG - VM status query timeout in 896.504944086 2019-01-20 13:34:06,323 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:06,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-54d53472-6875-474b-a8f1-99e18c1f8d55 x-compute-request-id: req-54d53472-6875-474b-a8f1-99e18c1f8d55 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2019-01-20T13:33:46Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:34:06,833 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-54d53472-6875-474b-a8f1-99e18c1f8d55 2019-01-20 13:34:06,833 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst] is - REBOOT 2019-01-20 13:34:06,833 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:34:09,836 - create_instance - DEBUG - VM status query timeout in 892.988837957 2019-01-20 13:34:09,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:10,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-fa19e408-a382-459e-b510-a891e1060cc8 x-compute-request-id: req-fa19e408-a382-459e-b510-a891e1060cc8 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:34:09Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:34:10,460 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-fa19e408-a382-459e-b510-a891e1060cc8 2019-01-20 13:34:10,460 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst] is - ACTIVE 2019-01-20 13:34:10,460 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:34:10,463 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:10,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:34: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-7b1db21b-3460-406c-9899-e0b2c307d6ef x-compute-request-id: req-7b1db21b-3460-406c-9899-e0b2c307d6ef Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:34:09Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:34:10,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-7b1db21b-3460-406c-9899-e0b2c307d6ef 2019-01-20 13:34:10,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:11,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bba172bb-69c5-4677-89bf-f2c52292cd25 Date: Sun, 20 Jan 2019 13:34: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":["f82b1f07-ab74-4f7d-903f-d0ec55d796ad"],"updated_at":"2019-01-20T13:32:59Z","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a169e99f4b7941f68639e8f711a40d5f","id":"9add4310-c61a-4209-a79e-645c357d2437","name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net"}]} 2019-01-20 13:34:11,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net used request id req-bba172bb-69c5-4677-89bf-f2c52292cd25 2019-01-20 13:34:11,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:11,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:34:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e984361a-a539-48e6-b4d9-47f401d7c7bf Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}} 2019-01-20 13:34:11,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f used request id req-e984361a-a539-48e6-b4d9-47f401d7c7bf 2019-01-20 13:34:11,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:11,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bedae00d-1ba3-4510-a4eb-271c7fb11628 Date: Sun, 20 Jan 2019 13:34:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","dns_nameservers":[],"updated_at":"2019-01-20T13:32: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":"a169e99f4b7941f68639e8f711a40d5f","id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}]} 2019-01-20 13:34:11,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-bedae00d-1ba3-4510-a4eb-271c7fb11628 2019-01-20 13:34:11,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:11,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-0ce37ec7-84b2-48a1-926a-8708c7701b4d Date: Sun, 20 Jan 2019 13:34:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.7"}],"id":"2a4fd6c2-f58d-4573-a126-c675e1cdb1cc","security_groups":["7635a8a8-8832-4710-84aa-283664d98f86","d1b2913a-0de5-40ea-9b3c-fe0630202938"],"mac_address":"fa:16:3e:1b:33:ae","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6bebport-1","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:19Z","binding:vnic_type":"normal","device_id":"d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.1"}],"id":"37746b2d-dbe4-4b49-9ca0-1439f321f323","security_groups":[],"mac_address":"fa:16:3e:8a:0d:38","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:08Z","binding:vnic_type":"normal","device_id":"cde51535-7293-4041-9e5f-7d2b5a5cebcc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.4"}],"id":"81e5e865-2e47-4c56-9392-3e1b96e39acf","security_groups":[],"mac_address":"fa:16:3e:55:8e:47","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9add4310-c61a-4209-a79e-645c357d2437"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.3"}],"id":"b73ea64f-68cd-49bf-a5ba-edcbb7d43bfa","security_groups":[],"mac_address":"fa:16:3e:38:8a:62","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9add4310-c61a-4209-a79e-645c357d2437"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.2"}],"id":"d7fa1b5b-1d8d-4c00-897d-47f1291f8a91","security_groups":[],"mac_address":"fa:16:3e:63:dd:95","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9add4310-c61a-4209-a79e-645c357d2437"}]} 2019-01-20 13:34:11,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-0ce37ec7-84b2-48a1-926a-8708c7701b4d 2019-01-20 13:34:11,327 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:34:11,329 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno None] Unable to connect to port 22 on 172.30.9.203 2019-01-20 13:34:11,329 - create_instance - DEBUG - Retry SSH connection in 3 seconds 2019-01-20 13:34:14,332 - create_instance - DEBUG - SSH connection timeout in 176.994285822 2019-01-20 13:34:14,333 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:34:14,335 - paramiko.transport - DEBUG - starting thread (client mode): 0x8cdf4790L 2019-01-20 13:34:14,335 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:34:14,335 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:34:14,335 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:34:14,336 - 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 2019-01-20 13:34:14,337 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:34:14,337 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:34:14,337 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:34:14,337 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:34:14,337 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:34:14,354 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:34:14,355 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:34:14,367 - paramiko.transport - DEBUG - Trying key 7caf8b789f3cee35d2336aea2f6eaeee from tmp/CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb 2019-01-20 13:34:14,395 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:34:14,401 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:34:14,501 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:34:14,545 - create_instance - INFO - SSH is active for VM instance 2019-01-20 13:34:14,545 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:34:14,547 - paramiko.transport - DEBUG - starting thread (client mode): 0x8cdf4790L 2019-01-20 13:34:14,547 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:34:14,547 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:34:14,548 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:34:14,548 - 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 2019-01-20 13:34:14,549 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:34:14,549 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:34:14,549 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:34:14,549 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:34:14,549 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:34:14,566 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:34:14,566 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:34:14,579 - paramiko.transport - DEBUG - Trying key 7caf8b789f3cee35d2336aea2f6eaeee from tmp/CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb 2019-01-20 13:34:14,603 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:34:14,606 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:34:14,612 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 13:34:14,613 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-20 13:34:14,613 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 13:34:14,614 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 13:34:14,617 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-20 13:34:14,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:15,090 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-e90c1e91-eaa3-493c-b408-80c3913401e0 x-compute-request-id: req-e90c1e91-eaa3-493c-b408-80c3913401e0 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:34:09Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:34:15,090 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-e90c1e91-eaa3-493c-b408-80c3913401e0 2019-01-20 13:34:15,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" -d '{"reboot": {"type": "SOFT"}}' 2019-01-20 13:34:15,321 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:34: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-0bec09de-dc56-4624-abc3-bb70fbf00ff0 x-compute-request-id: req-0bec09de-dc56-4624-abc3-bb70fbf00ff0 Content-Length: 0 Content-Type: application/json 2019-01-20 13:34:15,321 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55/action used request id req-0bec09de-dc56-4624-abc3-bb70fbf00ff0 2019-01-20 13:34:30,337 - create_instance_tests - INFO - Looking for IP 10.55.1.7 in the console log 2019-01-20 13:34:30,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:30,862 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-dfdc2957-a1e9-4753-af11-1e335718ed5f x-compute-request-id: req-dfdc2957-a1e9-4753-af11-1e335718ed5f Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:34:20Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:34:30,862 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-dfdc2957-a1e9-4753-af11-1e335718ed5f 2019-01-20 13:34:30,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 13:34:31,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-36401a28-2795-42e0-9a70-edc9de9e0353 x-compute-request-id: req-36401a28-2795-42e0-9a70-edc9de9e0353 Content-Encoding: gzip Content-Length: 9509 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 515361292 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.126297] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.127898] pid_max: default: 32768 minimum: 301\n[ 0.128764] ACPI: Core revision 20150930\n[ 0.130141] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131447] Security Framework initialized\n[ 0.132239] Yama: becoming mindful.\n[ 0.132952] AppArmor: AppArmor initialized\n[ 0.133810] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.135087] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.136301] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.137467] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138828] Initializing cgroup subsys io\n[ 0.139612] Initializing cgroup subsys memory\n[ 0.140443] Initializing cgroup subsys devices\n[ 0.141286] Initializing cgroup subsys freezer\n[ 0.142167] Initializing cgroup subsys net_cls\n[ 0.143033] Initializing cgroup subsys perf_event\n[ 0.143912] Initializing cgroup subsys net_prio\n[ 0.144763] Initializing cgroup subsys hugetlb\n[ 0.145631] Initializing cgroup subsys pids\n[ 0.146508] CPU: Physical Processor ID: 0\n[ 0.148035] mce: CPU supports 10 MCE banks\n[ 0.148894] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149897] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.152141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.158547] ftrace: allocating 31920 entries in 125 pages\n[ 0.184751] smpboot: Max logical packages: 2\n[ 0.185620] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.186810] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.188114] x2apic enabled\n[ 0.188929] Switched APIC routing to physical x2apic.\n[ 0.190717] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.191901] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.194045] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.195936] KVM setup paravirtual spinlock\n[ 0.197338] x86: Booting SMP configuration:\n[ 0.198213] .... node #0, CPUs: #1\n[ 0.199084] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.220761] x86: Booted up 1 node, 2 CPUs\n[ 0.220763] KVM setup async PF for cpu 1\n[ 0.220766] kvm-stealtime: cpu 1, msr f90d940\n[ 0.223285] smpboot: Total of 2 processors activated (13967.63 BogoMIPS)\n[ 0.224740] devtmpfs: initialized\n[ 0.226434] evm: security.selinux\n[ 0.227111] evm: security.SMACK64\n[ 0.227784] evm: security.SMACK64EXEC\n[ 0.228505] evm: security.SMACK64TRANSMUTE\n[ 0.229331] evm: security.SMACK64MMAP\n[ 0.230067] evm: security.ima\n[ 0.230762] evm: security.capability\n[ 0.231625] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233513] pinctrl core: initialized pinctrl subsystem\n[ 0.234625] RTC time: 13:34:19, date: 01/20/19\n[ 0.235577] NET: Registered protocol family 16\n[ 0.246580] cpuidle: using governor ladder\n[ 0.258650] cpuidle: using governor menu\n[ 0.259444] PCCT header not found.\n[ 0.260211] ACPI: bus type PCI registered\n[ 0.261025] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262256] PCI: Using configuration type 1 for base access\n[ 0.275643] ACPI: Added _OSI(Module Device)\n[ 0.276504] ACPI: Added _OSI(Processor Device)\n[ 0.277365] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278250] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280556] ACPI: Interpreter enabled\n[ 0.281327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.283112] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284882] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288544] ACPI: (supports S0 S5)\n[ 0.289232] ACPI: Using IOAPIC for interrupt routing\n[ 0.290202] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.293571] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.294706] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.295885] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.297091] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.299320] acpiphp: Slot [3] registered\n[ 0.300108] acpiphp: Slot [4] registered\n[ 0.300911] acpiphp: Slot [5] registered\n[ 0.301720] acpiphp: Slot [6] registered\n[ 0.302538] acpiphp: Slot [7] registered\n[ 0.303368] acpiphp: Slot [8] registered\n[ 0.304158] acpiphp: Slot [9] registered\n[ 0.304952] acpiphp: Slot [10] registered\n[ 0.315568] acpiphp: Slot [11] registered\n[ 0.316366] acpiphp: Slot [12] registered\n[ 0.317145] acpiphp: Slot [13] registered\n[ 0.317957] acpiphp: Slot [14] registered\n[ 0.318785] acpiphp: Slot [15] registered\n[ 0.319603] acpiphp: Slot [16] registered\n[ 0.320427] acpiphp: Slot [17] registered\n[ 0.321240] acpiphp: Slot [18] registered\n[ 0.322046] acpiphp: Slot [19] registered\n[ 0.322828] acpiphp: Slot [20] registered\n[ 0.323650] acpiphp: Slot [21] registered\n[ 0.324431] acpiphp: Slot [22] registered\n[ 0.325212] acpiphp: Slot [23] registered\n[ 0.326023] acpiphp: Slot [24] registered\n[ 0.326830] acpiphp: Slot [25] registered\n[ 0.327645] acpiphp: Slot [26] registered\n[ 0.328428] acpiphp: Slot [27] registered\n[ 0.329205] acpiphp: Slot [28] registered\n[ 0.330016] acpiphp: Slot [29] registered\n[ 0.330828] acpiphp: Slot [30] registered\n[ 0.331619] acpiphp: Slot [31] registered\n[ 0.332397] PCI host bridge to bus 0000:00\n[ 0.333176] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334402] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335606] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337039] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.338481] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345002] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347019] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348812] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.351572] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358365] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360501] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408036] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411890] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.413868] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.415839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.417741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.421151] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.424998] vgaarb: loaded\n[ 0.425609] vgaarb: bridge control possible 0000:00:02.0\n[ 0.426739] SCSI subsystem initialized\n[ 0.427552] ACPI: bus type USB registered\n[ 0.428343] usbcore: registered new interface driver usbfs\n[ 0.429344] usbcore: registered new interface driver hub\n[ 0.430363] usbcore: registered new device driver usb\n[ 0.431427] PCI: Using ACPI for IRQ routing\n[ 0.432422] NetLabel: Initializing\n[ 0.433114] NetLabel: domain hash size = 128\n[ 0.433940] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.434855] NetLabel: unlabeled traffic allowed by default\n[ 0.435947] clocksource: Switched to clocksource kvm-clock\n[ 0.441739] AppArmor: AppArmor Filesystem Enabled\n[ 0.442683] pnp: PnP ACPI init\n[ 0.443607] pnp: PnP ACPI: found 5 devices\n[ 0.450709] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452368] NET: Registered protocol family 2\n[ 0.453324] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.454555] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.455683] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.456815] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457857] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458983] NET: Registered protocol family 1\n[ 0.459818] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.460877] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.461996] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480651] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.499393] Trying to unpack rootfs image as initramfs...\n[ 0.549870] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.563969] Scanning for low memory corruption every 60 seconds\n[ 0.565506] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.566657] audit: initializing netlink subsys (disabled)\n[ 0.567651] audit: type=2000 audit(1547991260.268:1): initialized\n[ 0.568958] Initialise system trusted keyring\n[ 0.569890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.571009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.573061] zbud: loaded\n[ 0.573832] VFS: Disk quotas dquot_6.6.0\n[ 0.574769] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.576543] fuse init (API version 7.23)\n[ 0.577572] Key type big_key registered\n[ 0.578490] Allocating IMA MOK and blacklist keyrings.\n[ 0.579818] Key type asymmetric registered\n[ 0.580768] Asymmetric key parser 'x509' registered\n[ 0.581866] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.583561] io scheduler noop registered\n[ 0.584472] io scheduler deadline registered (default)\n[ 0.585615] io scheduler cfq registered\n[ 0.586559] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.587732] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588958] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590364] ACPI: Power Button [PWRF]\n[ 0.591190] GHES: HEST is not enabled!\n[ 0.609502] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.646899] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.649161] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.673180] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.675698] Linux agpgart interface v0.103\n[ 0.677993] brd: module loaded\n[ 0.679345] loop: module loaded\n[ 0.683065] vda: vda1 vda15\n[ 0.684510] scsi host0: ata_piix\n[ 0.685256] scsi host1: ata_piix\n[ 0.685940] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687100] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.688653] libphy: Fixed MDIO Bus: probed\n[ 0.689439] tun: Universal TUN/TAP device driver, 1.6\n[ 0.690350] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.692231] PPP generic driver version 2.4.2\n[ 0.693097] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.694239] ehci-pci: EHCI PCI platform driver\n[ 0.695075] ehci-platform: EHCI generic platform driver\n[ 0.696033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.697120] ohci-pci: OHCI PCI platform driver\n[ 0.697954] ohci-platform: OHCI generic platform driver\n[ 0.698900] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.717815] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.718780] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.720184] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.721145] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.722223] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.723396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.724781] usb usb1: Product: UHCI Host Controller\n[ 0.725675] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.726764] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.727733] hub 1-0:1.0: USB hub found\n[ 0.728495] hub 1-0:1.0: 2 ports detected\n[ 0.729383] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.731437] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.732371] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.733365] mousedev: PS/2 mouse device common for all mice\n[ 0.734478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.735621] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.737214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.738688] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.740118] i2c /dev entries driver\n[ 0.741003] device-mapper: uevent: version 1.0.3\n[ 0.742143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.744069] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.745613] NET: Registered protocol family 10\n[ 0.746833] NET: Registered protocol family 17\n[ 0.747892] Key type dns_resolver registered\n[ 0.749063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.750394] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.751472] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.753585] registered taskstats version 1\n[ 0.754575] Loading compiled-in X.509 certificates\n[ 0.756183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.758332] zswap: loaded using pool lzo/zbud\n[ 0.759989] Key type trusted registered\n[ 0.761828] Key type encrypted registered\n[ 0.762806] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764032] ima: No TPM chip found, activating TPM-bypass!\n[ 0.765253] evm: HMAC attrs: 0x1\n[ 0.766288] Magic number: 3:878:584\n[ 0.767270] rtc_cmos 00:00: setting system clock to 2019-01-20 13:34:20 UTC (1547991260)\n[ 0.769227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.770522] EDD information not available.\n[ 0.845072] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.846900] Write protecting the kernel read-only data: 14336k\n[ 0.858403] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.860475] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.069650] 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.7...\nLease of 10.55.1.7 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.08. iid=i-000000fe\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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC5e4w5ur2sPSEuvKKa1ufiSroOOLbnzeA+MqpXsP9RtoPm/9rGh6BMkMoyxumMG0cByXVV6JWhNcUSPUJTZVwe+bcPyswTMBM4vv2iVK0PG0bzNKzmoL913q8mL8kdD5uT6zILI5yX9MZ6XdVxd+4C3+/TWjyHfuYiuCEc0t54k1VWSZAYGyTFOOwnS06sFmC3F84LFN6qKhcmTH/HHUg5guSGQe6XtRDVnYAXwHnWhdvXnWRL+Zvgu2kju6hqvpJ9frtAyH+lW/AqZbnfYyAiD01s9ET0E54uEXWDLs3qnBRCDVg5xNg9AnavitZ6Eg9Xg9MjB76QXyd7AUHyWOAD root@createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301\nssh-dss AAAAB3NzaC1kc3MAAACBAIa0A61hX+dgFXxoeD8cwgsgA/GWxq/TIS5YFUYfXDGWSwVRD4MxI541fhhN7P76W/HVEM5/Lds+6X1+dofRjXeKbztFw+4Cm1XkXY9i+kJWKyrCg63dwe/Mh/iK8Dmta3+MkVx5Ur9Sv0byO34r7HFPEv1jZU0YM1v/8ZaxsvPzAAAAFQDadvE5ZQmh6UCpfWJJ9NjJUtLpdwAAAIA3AsumqDO28PgbK5N7Vc073TgnC4tIqxkv/Sv5Zo4u6OME02KUtKrzNN0Hb4WkTEOfTvqZb3UWZAwq24K7ePQi+kXgE2DXWrA82vdrOgLPIUjoc3Y3jfrYFmwUi2Eb8DiGYWGUejBCvfS9v3KjWUbp8e/PV9onb4Q4PwLd6o+aUwAAAIBgXwo5Fy04npgetgV4P3zCvNIOYF4kmNkv7KRJUIvCBPwYfdeoGjr1Eu3JRPxeu4+PqX+UAXyAYyzr+IELO6Yscxtg29DfWSzrNhVwGK+ZyrGonPzKv7LkbsIf5PFInBxW5gVjhpDPuVVOf/ReaXGqCHDehqUxl/u9BDt+maXIOg== root@createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301\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.7,24,fe80::f816:3eff:fe1b:33ae/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.7 \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-000000fe\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.79 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301 login: "} 2019-01-20 13:34:31,936 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55/action used request id req-36401a28-2795-42e0-9a70-edc9de9e0353 2019-01-20 13:34:31,937 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-20 13:34:31,938 - 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 515361292 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.908 MHz processor [ 0.126297] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.127898] pid_max: default: 32768 minimum: 301 [ 0.128764] ACPI: Core revision 20150930 [ 0.130141] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.131447] Security Framework initialized [ 0.132239] Yama: becoming mindful. [ 0.132952] AppArmor: AppArmor initialized [ 0.133810] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.135087] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.136301] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.137467] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138828] Initializing cgroup subsys io [ 0.139612] Initializing cgroup subsys memory [ 0.140443] Initializing cgroup subsys devices [ 0.141286] Initializing cgroup subsys freezer [ 0.142167] Initializing cgroup subsys net_cls [ 0.143033] Initializing cgroup subsys perf_event [ 0.143912] Initializing cgroup subsys net_prio [ 0.144763] Initializing cgroup subsys hugetlb [ 0.145631] Initializing cgroup subsys pids [ 0.146508] CPU: Physical Processor ID: 0 [ 0.148035] mce: CPU supports 10 MCE banks [ 0.148894] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149897] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.152141] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.158547] ftrace: allocating 31920 entries in 125 pages [ 0.184751] smpboot: Max logical packages: 2 [ 0.185620] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.186810] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.188114] x2apic enabled [ 0.188929] Switched APIC routing to physical x2apic. [ 0.190717] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.191901] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.194045] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.195936] KVM setup paravirtual spinlock [ 0.197338] x86: Booting SMP configuration: [ 0.198213] .... node #0, CPUs: #1 [ 0.199084] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.220761] x86: Booted up 1 node, 2 CPUs [ 0.220763] KVM setup async PF for cpu 1 [ 0.220766] kvm-stealtime: cpu 1, msr f90d940 [ 0.223285] smpboot: Total of 2 processors activated (13967.63 BogoMIPS) [ 0.224740] devtmpfs: initialized [ 0.226434] evm: security.selinux [ 0.227111] evm: security.SMACK64 [ 0.227784] evm: security.SMACK64EXEC [ 0.228505] evm: security.SMACK64TRANSMUTE [ 0.229331] evm: security.SMACK64MMAP [ 0.230067] evm: security.ima [ 0.230762] evm: security.capability [ 0.231625] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.233513] pinctrl core: initialized pinctrl subsystem [ 0.234625] RTC time: 13:34:19, date: 01/20/19 [ 0.235577] NET: Registered protocol family 16 [ 0.246580] cpuidle: using governor ladder [ 0.258650] cpuidle: using governor menu [ 0.259444] PCCT header not found. [ 0.260211] ACPI: bus type PCI registered [ 0.261025] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.262256] PCI: Using configuration type 1 for base access [ 0.275643] ACPI: Added _OSI(Module Device) [ 0.276504] ACPI: Added _OSI(Processor Device) [ 0.277365] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.278250] ACPI: Added _OSI(Processor Aggregator Device) [ 0.280556] ACPI: Interpreter enabled [ 0.281327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.283112] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.284882] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.286698] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.288544] ACPI: (supports S0 S5) [ 0.289232] ACPI: Using IOAPIC for interrupt routing [ 0.290202] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.293571] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.294706] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.295885] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.297091] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.299320] acpiphp: Slot [3] registered [ 0.300108] acpiphp: Slot [4] registered [ 0.300911] acpiphp: Slot [5] registered [ 0.301720] acpiphp: Slot [6] registered [ 0.302538] acpiphp: Slot [7] registered [ 0.303368] acpiphp: Slot [8] registered [ 0.304158] acpiphp: Slot [9] registered [ 0.304952] acpiphp: Slot [10] registered [ 0.315568] acpiphp: Slot [11] registered [ 0.316366] acpiphp: Slot [12] registered [ 0.317145] acpiphp: Slot [13] registered [ 0.317957] acpiphp: Slot [14] registered [ 0.318785] acpiphp: Slot [15] registered [ 0.319603] acpiphp: Slot [16] registered [ 0.320427] acpiphp: Slot [17] registered [ 0.321240] acpiphp: Slot [18] registered [ 0.322046] acpiphp: Slot [19] registered [ 0.322828] acpiphp: Slot [20] registered [ 0.323650] acpiphp: Slot [21] registered [ 0.324431] acpiphp: Slot [22] registered [ 0.325212] acpiphp: Slot [23] registered [ 0.326023] acpiphp: Slot [24] registered [ 0.326830] acpiphp: Slot [25] registered [ 0.327645] acpiphp: Slot [26] registered [ 0.328428] acpiphp: Slot [27] registered [ 0.329205] acpiphp: Slot [28] registered [ 0.330016] acpiphp: Slot [29] registered [ 0.330828] acpiphp: Slot [30] registered [ 0.331619] acpiphp: Slot [31] registered [ 0.332397] PCI host bridge to bus 0000:00 [ 0.333176] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.334402] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.335606] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.337039] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.338481] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.345002] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.347019] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.348812] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.351572] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.358365] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.360501] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.408036] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.411890] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.413868] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.415839] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.417741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.419476] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.421151] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.422754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.424998] vgaarb: loaded [ 0.425609] vgaarb: bridge control possible 0000:00:02.0 [ 0.426739] SCSI subsystem initialized [ 0.427552] ACPI: bus type USB registered [ 0.428343] usbcore: registered new interface driver usbfs [ 0.429344] usbcore: registered new interface driver hub [ 0.430363] usbcore: registered new device driver usb [ 0.431427] PCI: Using ACPI for IRQ routing [ 0.432422] NetLabel: Initializing [ 0.433114] NetLabel: domain hash size = 128 [ 0.433940] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.434855] NetLabel: unlabeled traffic allowed by default [ 0.435947] clocksource: Switched to clocksource kvm-clock [ 0.441739] AppArmor: AppArmor Filesystem Enabled [ 0.442683] pnp: PnP ACPI init [ 0.443607] pnp: PnP ACPI: found 5 devices [ 0.450709] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.452368] NET: Registered protocol family 2 [ 0.453324] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.454555] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.455683] TCP: Hash tables configured (established 2048 bind 2048) [ 0.456815] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.457857] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.458983] NET: Registered protocol family 1 [ 0.459818] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.460877] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.461996] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.480651] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.499393] Trying to unpack rootfs image as initramfs... [ 0.549870] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.563969] Scanning for low memory corruption every 60 seconds [ 0.565506] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.566657] audit: initializing netlink subsys (disabled) [ 0.567651] audit: type=2000 audit(1547991260.268:1): initialized [ 0.568958] Initialise system trusted keyring [ 0.569890] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.571009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.573061] zbud: loaded [ 0.573832] VFS: Disk quotas dquot_6.6.0 [ 0.574769] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.576543] fuse init (API version 7.23) [ 0.577572] Key type big_key registered [ 0.578490] Allocating IMA MOK and blacklist keyrings. [ 0.579818] Key type asymmetric registered [ 0.580768] Asymmetric key parser 'x509' registered [ 0.581866] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.583561] io scheduler noop registered [ 0.584472] io scheduler deadline registered (default) [ 0.585615] io scheduler cfq registered [ 0.586559] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.587732] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.588958] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.590364] ACPI: Power Button [PWRF] [ 0.591190] GHES: HEST is not enabled! [ 0.609502] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.646899] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.649161] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.673180] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.675698] Linux agpgart interface v0.103 [ 0.677993] brd: module loaded [ 0.679345] loop: module loaded [ 0.683065] vda: vda1 vda15 [ 0.684510] scsi host0: ata_piix [ 0.685256] scsi host1: ata_piix [ 0.685940] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.687100] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.688653] libphy: Fixed MDIO Bus: probed [ 0.689439] tun: Universal TUN/TAP device driver, 1.6 [ 0.690350] tun: (C) 1999-2004 Max Krasnyansky [ 0.692231] PPP generic driver version 2.4.2 [ 0.693097] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.694239] ehci-pci: EHCI PCI platform driver [ 0.695075] ehci-platform: EHCI generic platform driver [ 0.696033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.697120] ohci-pci: OHCI PCI platform driver [ 0.697954] ohci-platform: OHCI generic platform driver [ 0.698900] uhci_hcd: USB Universal Host Controller Interface driver [ 0.717815] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.718780] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.720184] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.721145] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.722223] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.723396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.724781] usb usb1: Product: UHCI Host Controller [ 0.725675] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.726764] usb usb1: SerialNumber: 0000:00:01.2 [ 0.727733] hub 1-0:1.0: USB hub found [ 0.728495] hub 1-0:1.0: 2 ports detected [ 0.729383] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.731437] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.732371] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.733365] mousedev: PS/2 mouse device common for all mice [ 0.734478] rtc_cmos 00:00: RTC can wake from S4 [ 0.735621] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.737214] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.738688] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.740118] i2c /dev entries driver [ 0.741003] device-mapper: uevent: version 1.0.3 [ 0.742143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.744069] ledtrig-cpu: registered to indicate activity on CPUs [ 0.745613] NET: Registered protocol family 10 [ 0.746833] NET: Registered protocol family 17 [ 0.747892] Key type dns_resolver registered [ 0.749063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.750394] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.751472] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.753585] registered taskstats version 1 [ 0.754575] Loading compiled-in X.509 certificates [ 0.756183] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.758332] zswap: loaded using pool lzo/zbud [ 0.759989] Key type trusted registered [ 0.761828] Key type encrypted registered [ 0.762806] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764032] ima: No TPM chip found, activating TPM-bypass! [ 0.765253] evm: HMAC attrs: 0x1 [ 0.766288] Magic number: 3:878:584 [ 0.767270] rtc_cmos 00:00: setting system clock to 2019-01-20 13:34:20 UTC (1547991260) [ 0.769227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.770522] EDD information not available. [ 0.845072] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.846900] Write protecting the kernel read-only data: 14336k [ 0.858403] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.860475] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.069650] 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.7... Lease of 10.55.1.7 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.08. iid=i-000000fe 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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC5e4w5ur2sPSEuvKKa1ufiSroOOLbnzeA+MqpXsP9RtoPm/9rGh6BMkMoyxumMG0cByXVV6JWhNcUSPUJTZVwe+bcPyswTMBM4vv2iVK0PG0bzNKzmoL913q8mL8kdD5uT6zILI5yX9MZ6XdVxd+4C3+/TWjyHfuYiuCEc0t54k1VWSZAYGyTFOOwnS06sFmC3F84LFN6qKhcmTH/HHUg5guSGQe6XtRDVnYAXwHnWhdvXnWRL+Zvgu2kju6hqvpJ9frtAyH+lW/AqZbnfYyAiD01s9ET0E54uEXWDLs3qnBRCDVg5xNg9AnavitZ6Eg9Xg9MjB76QXyd7AUHyWOAD root@createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301 ssh-dss AAAAB3NzaC1kc3MAAACBAIa0A61hX+dgFXxoeD8cwgsgA/GWxq/TIS5YFUYfXDGWSwVRD4MxI541fhhN7P76W/HVEM5/Lds+6X1+dofRjXeKbztFw+4Cm1XkXY9i+kJWKyrCg63dwe/Mh/iK8Dmta3+MkVx5Ur9Sv0byO34r7HFPEv1jZU0YM1v/8ZaxsvPzAAAAFQDadvE5ZQmh6UCpfWJJ9NjJUtLpdwAAAIA3AsumqDO28PgbK5N7Vc073TgnC4tIqxkv/Sv5Zo4u6OME02KUtKrzNN0Hb4WkTEOfTvqZb3UWZAwq24K7ePQi+kXgE2DXWrA82vdrOgLPIUjoc3Y3jfrYFmwUi2Eb8DiGYWGUejBCvfS9v3KjWUbp8e/PV9onb4Q4PwLd6o+aUwAAAIBgXwo5Fy04npgetgV4P3zCvNIOYF4kmNkv7KRJUIvCBPwYfdeoGjr1Eu3JRPxeu4+PqX+UAXyAYyzr+IELO6Yscxtg29DfWSzrNhVwGK+ZyrGonPzKv7LkbsIf5PFInBxW5gVjhpDPuVVOf/ReaXGqCHDehqUxl/u9BDt+maXIOg== root@createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.7,24,fe80::f816:3eff:fe1b:33ae/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.7 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-000000fe name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301 launch-index: 0 === cirros: current=0.4.0 uptime=1.79 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301 login: 2019-01-20 13:34:31,938 - create_instance - INFO - Checking if VM is active 2019-01-20 13:34:31,941 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:32,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:34:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46afa264-2163-4f25-b09d-be628d98ab5d x-compute-request-id: req-46afa264-2163-4f25-b09d-be628d98ab5d Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:34:20Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:34:32,311 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-46afa264-2163-4f25-b09d-be628d98ab5d 2019-01-20 13:34:32,311 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst] is - ACTIVE 2019-01-20 13:34:32,311 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:34:32,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:32,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:34:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64e6ca52-7bad-4201-9ec8-472ff77ee533 x-compute-request-id: req-64e6ca52-7bad-4201-9ec8-472ff77ee533 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:34:20Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:34:32,499 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-64e6ca52-7bad-4201-9ec8-472ff77ee533 2019-01-20 13:34:32,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:32,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ce7d7ff5-1e69-4756-88ee-777739e434ab Date: Sun, 20 Jan 2019 13:34: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":["f82b1f07-ab74-4f7d-903f-d0ec55d796ad"],"updated_at":"2019-01-20T13:32:59Z","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a169e99f4b7941f68639e8f711a40d5f","id":"9add4310-c61a-4209-a79e-645c357d2437","name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net"}]} 2019-01-20 13:34:32,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net used request id req-ce7d7ff5-1e69-4756-88ee-777739e434ab 2019-01-20 13:34:32,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:32,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:34:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03d9b3ab-6178-4a15-a0c3-f6fdf3e8cf4c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}} 2019-01-20 13:34:32,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f used request id req-03d9b3ab-6178-4a15-a0c3-f6fdf3e8cf4c 2019-01-20 13:34:32,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:32,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-975f6c9c-2ab3-4471-90c7-6b719ad31be5 Date: Sun, 20 Jan 2019 13:34:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","dns_nameservers":[],"updated_at":"2019-01-20T13:32: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":"a169e99f4b7941f68639e8f711a40d5f","id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}]} 2019-01-20 13:34:32,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-975f6c9c-2ab3-4471-90c7-6b719ad31be5 2019-01-20 13:34:32,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:32,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-b04bd4de-c32c-4cfc-8363-c18cc6452ec6 Date: Sun, 20 Jan 2019 13:34:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.7"}],"id":"2a4fd6c2-f58d-4573-a126-c675e1cdb1cc","security_groups":["7635a8a8-8832-4710-84aa-283664d98f86","d1b2913a-0de5-40ea-9b3c-fe0630202938"],"mac_address":"fa:16:3e:1b:33:ae","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6bebport-1","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:19Z","binding:vnic_type":"normal","device_id":"d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.1"}],"id":"37746b2d-dbe4-4b49-9ca0-1439f321f323","security_groups":[],"mac_address":"fa:16:3e:8a:0d:38","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:08Z","binding:vnic_type":"normal","device_id":"cde51535-7293-4041-9e5f-7d2b5a5cebcc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.4"}],"id":"81e5e865-2e47-4c56-9392-3e1b96e39acf","security_groups":[],"mac_address":"fa:16:3e:55:8e:47","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9add4310-c61a-4209-a79e-645c357d2437"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.3"}],"id":"b73ea64f-68cd-49bf-a5ba-edcbb7d43bfa","security_groups":[],"mac_address":"fa:16:3e:38:8a:62","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9add4310-c61a-4209-a79e-645c357d2437"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.2"}],"id":"d7fa1b5b-1d8d-4c00-897d-47f1291f8a91","security_groups":[],"mac_address":"fa:16:3e:63:dd:95","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9add4310-c61a-4209-a79e-645c357d2437"}]} 2019-01-20 13:34:32,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-b04bd4de-c32c-4cfc-8363-c18cc6452ec6 2019-01-20 13:34:32,866 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:34:32,868 - paramiko.transport - DEBUG - starting thread (client mode): 0x8cdf4110L 2019-01-20 13:34:32,869 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:34:32,869 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:34:32,869 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:34:32,871 - 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 2019-01-20 13:34:32,871 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:34:32,871 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:34:32,871 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:34:32,872 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:34:32,872 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:34:32,889 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:34:32,890 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:34:32,901 - paramiko.transport - DEBUG - Trying key 7caf8b789f3cee35d2336aea2f6eaeee from tmp/CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb 2019-01-20 13:34:32,927 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:34:32,934 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:34:33,035 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:34:33,079 - create_instance - INFO - SSH is active for VM instance 2019-01-20 13:34:33,079 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:34:33,081 - paramiko.transport - DEBUG - starting thread (client mode): 0x8cdf4110L 2019-01-20 13:34:33,081 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:34:33,082 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:34:33,082 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:34:33,083 - 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 2019-01-20 13:34:33,083 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:34:33,083 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:34:33,083 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:34:33,084 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:34:33,084 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:34:33,100 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:34:33,101 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:34:33,113 - paramiko.transport - DEBUG - Trying key 7caf8b789f3cee35d2336aea2f6eaeee from tmp/CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb 2019-01-20 13:34:33,139 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:34:33,142 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:34:33,145 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 13:34:33,146 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-20 13:34:33,147 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 13:34:33,148 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 13:34:33,150 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:34:33,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:33,634 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-38a3cac5-bc80-47eb-be45-5c0f1a173135 x-compute-request-id: req-38a3cac5-bc80-47eb-be45-5c0f1a173135 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:34:20Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:34:33,634 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-38a3cac5-bc80-47eb-be45-5c0f1a173135 2019-01-20 13:34:33,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" -d '{"reboot": {"type": "HARD"}}' 2019-01-20 13:34:33,777 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:34:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-58e20e02-7620-4b59-b458-9a01a5725c6e x-compute-request-id: req-58e20e02-7620-4b59-b458-9a01a5725c6e Content-Length: 0 Content-Type: application/json 2019-01-20 13:34:33,778 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55/action used request id req-58e20e02-7620-4b59-b458-9a01a5725c6e 2019-01-20 13:34:48,793 - create_instance_tests - INFO - Looking for IP 10.55.1.7 in the console log 2019-01-20 13:34:48,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:49,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:34: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-72cf677f-56d5-4750-a36a-6ab6dbaa2c13 x-compute-request-id: req-72cf677f-56d5-4750-a36a-6ab6dbaa2c13 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:34:35Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:34:49,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-72cf677f-56d5-4750-a36a-6ab6dbaa2c13 2019-01-20 13:34:49,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 13:34:50,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-d9c4baf4-241f-4f92-b3d1-d49ab8e6e294 x-compute-request-id: req-d9c4baf4-241f-4f92-b3d1-d49ab8e6e294 Content-Encoding: gzip Content-Length: 9521 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 484927335 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.146208] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.148265] pid_max: default: 32768 minimum: 301\n[ 0.149429] ACPI: Core revision 20150930\n[ 0.150977] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152375] Security Framework initialized\n[ 0.153199] Yama: becoming mindful.\n[ 0.153929] AppArmor: AppArmor initialized\n[ 0.154769] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156037] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.157280] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.158446] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.159813] Initializing cgroup subsys io\n[ 0.160610] Initializing cgroup subsys memory\n[ 0.161464] Initializing cgroup subsys devices\n[ 0.162332] Initializing cgroup subsys freezer\n[ 0.163185] Initializing cgroup subsys net_cls\n[ 0.164037] Initializing cgroup subsys perf_event\n[ 0.164930] Initializing cgroup subsys net_prio\n[ 0.165795] Initializing cgroup subsys hugetlb\n[ 0.166647] Initializing cgroup subsys pids\n[ 0.167511] CPU: Physical Processor ID: 0\n[ 0.168997] mce: CPU supports 10 MCE banks\n[ 0.169831] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179671] ftrace: allocating 31920 entries in 125 pages\n[ 0.207211] smpboot: Max logical packages: 2\n[ 0.208052] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209245] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.210580] x2apic enabled\n[ 0.211380] Switched APIC routing to physical x2apic.\n[ 0.213127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214287] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216339] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218185] KVM setup paravirtual spinlock\n[ 0.219712] x86: Booting SMP configuration:\n[ 0.220576] .... node #0, CPUs: #1\n[ 0.221443] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.243988] x86: Booted up 1 node, 2 CPUs\n[ 0.243991] KVM setup async PF for cpu 1\n[ 0.243994] kvm-stealtime: cpu 1, msr f90d940\n[ 0.246512] smpboot: Total of 2 processors activated (13967.63 BogoMIPS)\n[ 0.248035] devtmpfs: initialized\n[ 0.249744] evm: security.selinux\n[ 0.250427] evm: security.SMACK64\n[ 0.251105] evm: security.SMACK64EXEC\n[ 0.251832] evm: security.SMACK64TRANSMUTE\n[ 0.252628] evm: security.SMACK64MMAP\n[ 0.253359] evm: security.ima\n[ 0.253985] evm: security.capability\n[ 0.254846] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.256701] pinctrl core: initialized pinctrl subsystem\n[ 0.257789] RTC time: 13:34:34, date: 01/20/19\n[ 0.258763] NET: Registered protocol family 16\n[ 0.268736] cpuidle: using governor ladder\n[ 0.280843] cpuidle: using governor menu\n[ 0.281630] PCCT header not found.\n[ 0.282407] ACPI: bus type PCI registered\n[ 0.283188] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.284407] PCI: Using configuration type 1 for base access\n[ 0.297869] ACPI: Added _OSI(Module Device)\n[ 0.298691] ACPI: Added _OSI(Processor Device)\n[ 0.299536] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.300413] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.302761] ACPI: Interpreter enabled\n[ 0.303523] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.305329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.307131] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.308934] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.310737] ACPI: (supports S0 S5)\n[ 0.311433] ACPI: Using IOAPIC for interrupt routing\n[ 0.312407] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.315749] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.316867] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.318062] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.319231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.321422] acpiphp: Slot [3] registered\n[ 0.322210] acpiphp: Slot [4] registered\n[ 0.322991] acpiphp: Slot [5] registered\n[ 0.323776] acpiphp: Slot [6] registered\n[ 0.324558] acpiphp: Slot [7] registered\n[ 0.325339] acpiphp: Slot [8] registered\n[ 0.326125] acpiphp: Slot [9] registered\n[ 0.326903] acpiphp: Slot [10] registered\n[ 0.337732] acpiphp: Slot [11] registered\n[ 0.338556] acpiphp: Slot [12] registered\n[ 0.339358] acpiphp: Slot [13] registered\n[ 0.340152] acpiphp: Slot [14] registered\n[ 0.340963] acpiphp: Slot [15] registered\n[ 0.341760] acpiphp: Slot [16] registered\n[ 0.342568] acpiphp: Slot [17] registered\n[ 0.343360] acpiphp: Slot [18] registered\n[ 0.344153] acpiphp: Slot [19] registered\n[ 0.344945] acpiphp: Slot [20] registered\n[ 0.345735] acpiphp: Slot [21] registered\n[ 0.346537] acpiphp: Slot [22] registered\n[ 0.347336] acpiphp: Slot [23] registered\n[ 0.348134] acpiphp: Slot [24] registered\n[ 0.348926] acpiphp: Slot [25] registered\n[ 0.349714] acpiphp: Slot [26] registered\n[ 0.350506] acpiphp: Slot [27] registered\n[ 0.351305] acpiphp: Slot [28] registered\n[ 0.352099] acpiphp: Slot [29] registered\n[ 0.352892] acpiphp: Slot [30] registered\n[ 0.353683] acpiphp: Slot [31] registered\n[ 0.354471] PCI host bridge to bus 0000:00\n[ 0.355263] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.356449] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.357638] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.359050] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.360466] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.366993] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.368552] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.369965] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.371482] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.378596] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.380297] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428931] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430606] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432244] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433873] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436509] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437985] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439348] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440609] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442452] vgaarb: loaded\n[ 0.443161] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444517] SCSI subsystem initialized\n[ 0.445555] ACPI: bus type USB registered\n[ 0.446535] usbcore: registered new interface driver usbfs\n[ 0.447775] usbcore: registered new interface driver hub\n[ 0.448978] usbcore: registered new device driver usb\n[ 0.450345] PCI: Using ACPI for IRQ routing\n[ 0.451554] NetLabel: Initializing\n[ 0.452401] NetLabel: domain hash size = 128\n[ 0.453410] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.454540] NetLabel: unlabeled traffic allowed by default\n[ 0.455948] clocksource: Switched to clocksource kvm-clock\n[ 0.462368] AppArmor: AppArmor Filesystem Enabled\n[ 0.463511] pnp: PnP ACPI init\n[ 0.464574] pnp: PnP ACPI: found 5 devices\n[ 0.472239] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.474268] NET: Registered protocol family 2\n[ 0.475416] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.476969] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.478375] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.479771] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.481071] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.482468] NET: Registered protocol family 1\n[ 0.483498] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.484809] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.486093] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.504766] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.523834] Trying to unpack rootfs image as initramfs...\n[ 0.574787] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.589325] Scanning for low memory corruption every 60 seconds\n[ 0.591115] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.592621] audit: initializing netlink subsys (disabled)\n[ 0.593933] audit: type=2000 audit(1547991275.066:1): initialized\n[ 0.595685] Initialise system trusted keyring\n[ 0.596908] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.598434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.601012] zbud: loaded\n[ 0.601938] VFS: Disk quotas dquot_6.6.0\n[ 0.602971] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604933] fuse init (API version 7.23)\n[ 0.606080] Key type big_key registered\n[ 0.607108] Allocating IMA MOK and blacklist keyrings.\n[ 0.608735] Key type asymmetric registered\n[ 0.609827] Asymmetric key parser 'x509' registered\n[ 0.611095] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.613015] io scheduler noop registered\n[ 0.614061] io scheduler deadline registered (default)\n[ 0.615389] io scheduler cfq registered\n[ 0.616454] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.617798] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.619443] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.621366] ACPI: Power Button [PWRF]\n[ 0.622489] GHES: HEST is not enabled!\n[ 0.642289] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.681021] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.683857] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.708388] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.711204] Linux agpgart interface v0.103\n[ 0.714255] brd: module loaded\n[ 0.715784] loop: module loaded\n[ 0.721014] vda: vda1 vda15\n[ 0.722852] scsi host0: ata_piix\n[ 0.723835] scsi host1: ata_piix\n[ 0.724681] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.726198] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.727927] libphy: Fixed MDIO Bus: probed\n[ 0.728839] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729877] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731981] PPP generic driver version 2.4.2\n[ 0.733291] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.734828] ehci-pci: EHCI PCI platform driver\n[ 0.735923] ehci-platform: EHCI generic platform driver\n[ 0.737200] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738673] ohci-pci: OHCI PCI platform driver\n[ 0.739826] ohci-platform: OHCI generic platform driver\n[ 0.741142] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.760635] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.761844] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.763707] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.765201] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.766855] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.768719] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.770926] usb usb1: Product: UHCI Host Controller\n[ 0.772015] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.773265] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.774361] hub 1-0:1.0: USB hub found\n[ 0.775153] hub 1-0:1.0: 2 ports detected\n[ 0.776113] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.778277] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.779246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.780364] mousedev: PS/2 mouse device common for all mice\n[ 0.781692] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.783614] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784778] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.786007] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787218] i2c /dev entries driver\n[ 0.788016] device-mapper: uevent: version 1.0.3\n[ 0.789001] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.790665] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.792105] NET: Registered protocol family 10\n[ 0.793193] NET: Registered protocol family 17\n[ 0.794114] Key type dns_resolver registered\n[ 0.795107] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796216] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.797651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.799486] registered taskstats version 1\n[ 0.800346] Loading compiled-in X.509 certificates\n[ 0.801799] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.803675] zswap: loaded using pool lzo/zbud\n[ 0.805699] Key type trusted registered\n[ 0.807364] Key type encrypted registered\n[ 0.808205] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.809242] ima: No TPM chip found, activating TPM-bypass!\n[ 0.810289] evm: HMAC attrs: 0x1\n[ 0.811274] Magic number: 3:878:584\n[ 0.812170] rtc_cmos 00:00: setting system clock to 2019-01-20 13:34:35 UTC (1547991275)\n[ 0.813825] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.814960] EDD information not available.\n[ 0.885163] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.886760] Write protecting the kernel read-only data: 14336k\n[ 0.898632] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.900500] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: 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.128017] 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.7...\nLease of 10.55.1.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.12. iid=i-000000fe\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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC5e4w5ur2sPSEuvKKa1ufiSroOOLbnzeA+MqpXsP9RtoPm/9rGh6BMkMoyxumMG0cByXVV6JWhNcUSPUJTZVwe+bcPyswTMBM4vv2iVK0PG0bzNKzmoL913q8mL8kdD5uT6zILI5yX9MZ6XdVxd+4C3+/TWjyHfuYiuCEc0t54k1VWSZAYGyTFOOwnS06sFmC3F84LFN6qKhcmTH/HHUg5guSGQe6XtRDVnYAXwHnWhdvXnWRL+Zvgu2kju6hqvpJ9frtAyH+lW/AqZbnfYyAiD01s9ET0E54uEXWDLs3qnBRCDVg5xNg9AnavitZ6Eg9Xg9MjB76QXyd7AUHyWOAD root@createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301\nssh-dss AAAAB3NzaC1kc3MAAACBAIa0A61hX+dgFXxoeD8cwgsgA/GWxq/TIS5YFUYfXDGWSwVRD4MxI541fhhN7P76W/HVEM5/Lds+6X1+dofRjXeKbztFw+4Cm1XkXY9i+kJWKyrCg63dwe/Mh/iK8Dmta3+MkVx5Ur9Sv0byO34r7HFPEv1jZU0YM1v/8ZaxsvPzAAAAFQDadvE5ZQmh6UCpfWJJ9NjJUtLpdwAAAIA3AsumqDO28PgbK5N7Vc073TgnC4tIqxkv/Sv5Zo4u6OME02KUtKrzNN0Hb4WkTEOfTvqZb3UWZAwq24K7ePQi+kXgE2DXWrA82vdrOgLPIUjoc3Y3jfrYFmwUi2Eb8DiGYWGUejBCvfS9v3KjWUbp8e/PV9onb4Q4PwLd6o+aUwAAAIBgXwo5Fy04npgetgV4P3zCvNIOYF4kmNkv7KRJUIvCBPwYfdeoGjr1Eu3JRPxeu4+PqX+UAXyAYyzr+IELO6Yscxtg29DfWSzrNhVwGK+ZyrGonPzKv7LkbsIf5PFInBxW5gVjhpDPuVVOf/ReaXGqCHDehqUxl/u9BDt+maXIOg== root@createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301\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.7,24,fe80::f816:3eff:fe1b:33ae/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.7 \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-000000fe\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.39 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301 login: "} 2019-01-20 13:34:50,363 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55/action used request id req-d9c4baf4-241f-4f92-b3d1-d49ab8e6e294 2019-01-20 13:34:50,364 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-20 13:34:50,365 - 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 484927335 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.908 MHz processor [ 0.146208] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.148265] pid_max: default: 32768 minimum: 301 [ 0.149429] ACPI: Core revision 20150930 [ 0.150977] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152375] Security Framework initialized [ 0.153199] Yama: becoming mindful. [ 0.153929] AppArmor: AppArmor initialized [ 0.154769] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156037] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.157280] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.158446] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.159813] Initializing cgroup subsys io [ 0.160610] Initializing cgroup subsys memory [ 0.161464] Initializing cgroup subsys devices [ 0.162332] Initializing cgroup subsys freezer [ 0.163185] Initializing cgroup subsys net_cls [ 0.164037] Initializing cgroup subsys perf_event [ 0.164930] Initializing cgroup subsys net_prio [ 0.165795] Initializing cgroup subsys hugetlb [ 0.166647] Initializing cgroup subsys pids [ 0.167511] CPU: Physical Processor ID: 0 [ 0.168997] mce: CPU supports 10 MCE banks [ 0.169831] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.170809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.173113] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.179671] ftrace: allocating 31920 entries in 125 pages [ 0.207211] smpboot: Max logical packages: 2 [ 0.208052] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.209245] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.210580] x2apic enabled [ 0.211380] Switched APIC routing to physical x2apic. [ 0.213127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.214287] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.216339] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.218185] KVM setup paravirtual spinlock [ 0.219712] x86: Booting SMP configuration: [ 0.220576] .... node #0, CPUs: #1 [ 0.221443] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.243988] x86: Booted up 1 node, 2 CPUs [ 0.243991] KVM setup async PF for cpu 1 [ 0.243994] kvm-stealtime: cpu 1, msr f90d940 [ 0.246512] smpboot: Total of 2 processors activated (13967.63 BogoMIPS) [ 0.248035] devtmpfs: initialized [ 0.249744] evm: security.selinux [ 0.250427] evm: security.SMACK64 [ 0.251105] evm: security.SMACK64EXEC [ 0.251832] evm: security.SMACK64TRANSMUTE [ 0.252628] evm: security.SMACK64MMAP [ 0.253359] evm: security.ima [ 0.253985] evm: security.capability [ 0.254846] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.256701] pinctrl core: initialized pinctrl subsystem [ 0.257789] RTC time: 13:34:34, date: 01/20/19 [ 0.258763] NET: Registered protocol family 16 [ 0.268736] cpuidle: using governor ladder [ 0.280843] cpuidle: using governor menu [ 0.281630] PCCT header not found. [ 0.282407] ACPI: bus type PCI registered [ 0.283188] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.284407] PCI: Using configuration type 1 for base access [ 0.297869] ACPI: Added _OSI(Module Device) [ 0.298691] ACPI: Added _OSI(Processor Device) [ 0.299536] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.300413] ACPI: Added _OSI(Processor Aggregator Device) [ 0.302761] ACPI: Interpreter enabled [ 0.303523] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.305329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.307131] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.308934] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.310737] ACPI: (supports S0 S5) [ 0.311433] ACPI: Using IOAPIC for interrupt routing [ 0.312407] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.315749] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.316867] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.318062] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.319231] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.321422] acpiphp: Slot [3] registered [ 0.322210] acpiphp: Slot [4] registered [ 0.322991] acpiphp: Slot [5] registered [ 0.323776] acpiphp: Slot [6] registered [ 0.324558] acpiphp: Slot [7] registered [ 0.325339] acpiphp: Slot [8] registered [ 0.326125] acpiphp: Slot [9] registered [ 0.326903] acpiphp: Slot [10] registered [ 0.337732] acpiphp: Slot [11] registered [ 0.338556] acpiphp: Slot [12] registered [ 0.339358] acpiphp: Slot [13] registered [ 0.340152] acpiphp: Slot [14] registered [ 0.340963] acpiphp: Slot [15] registered [ 0.341760] acpiphp: Slot [16] registered [ 0.342568] acpiphp: Slot [17] registered [ 0.343360] acpiphp: Slot [18] registered [ 0.344153] acpiphp: Slot [19] registered [ 0.344945] acpiphp: Slot [20] registered [ 0.345735] acpiphp: Slot [21] registered [ 0.346537] acpiphp: Slot [22] registered [ 0.347336] acpiphp: Slot [23] registered [ 0.348134] acpiphp: Slot [24] registered [ 0.348926] acpiphp: Slot [25] registered [ 0.349714] acpiphp: Slot [26] registered [ 0.350506] acpiphp: Slot [27] registered [ 0.351305] acpiphp: Slot [28] registered [ 0.352099] acpiphp: Slot [29] registered [ 0.352892] acpiphp: Slot [30] registered [ 0.353683] acpiphp: Slot [31] registered [ 0.354471] PCI host bridge to bus 0000:00 [ 0.355263] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.356449] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.357638] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.359050] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.360466] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.366993] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.368552] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.369965] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.371482] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.378596] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.380297] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.428931] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.430606] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.432244] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.433873] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.436509] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.437985] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.439348] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.440609] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.442452] vgaarb: loaded [ 0.443161] vgaarb: bridge control possible 0000:00:02.0 [ 0.444517] SCSI subsystem initialized [ 0.445555] ACPI: bus type USB registered [ 0.446535] usbcore: registered new interface driver usbfs [ 0.447775] usbcore: registered new interface driver hub [ 0.448978] usbcore: registered new device driver usb [ 0.450345] PCI: Using ACPI for IRQ routing [ 0.451554] NetLabel: Initializing [ 0.452401] NetLabel: domain hash size = 128 [ 0.453410] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.454540] NetLabel: unlabeled traffic allowed by default [ 0.455948] clocksource: Switched to clocksource kvm-clock [ 0.462368] AppArmor: AppArmor Filesystem Enabled [ 0.463511] pnp: PnP ACPI init [ 0.464574] pnp: PnP ACPI: found 5 devices [ 0.472239] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.474268] NET: Registered protocol family 2 [ 0.475416] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.476969] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.478375] TCP: Hash tables configured (established 2048 bind 2048) [ 0.479771] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.481071] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.482468] NET: Registered protocol family 1 [ 0.483498] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.484809] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.486093] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.504766] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.523834] Trying to unpack rootfs image as initramfs... [ 0.574787] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.589325] Scanning for low memory corruption every 60 seconds [ 0.591115] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.592621] audit: initializing netlink subsys (disabled) [ 0.593933] audit: type=2000 audit(1547991275.066:1): initialized [ 0.595685] Initialise system trusted keyring [ 0.596908] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.598434] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.601012] zbud: loaded [ 0.601938] VFS: Disk quotas dquot_6.6.0 [ 0.602971] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.604933] fuse init (API version 7.23) [ 0.606080] Key type big_key registered [ 0.607108] Allocating IMA MOK and blacklist keyrings. [ 0.608735] Key type asymmetric registered [ 0.609827] Asymmetric key parser 'x509' registered [ 0.611095] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.613015] io scheduler noop registered [ 0.614061] io scheduler deadline registered (default) [ 0.615389] io scheduler cfq registered [ 0.616454] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.617798] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.619443] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.621366] ACPI: Power Button [PWRF] [ 0.622489] GHES: HEST is not enabled! [ 0.642289] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.681021] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.683857] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.708388] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.711204] Linux agpgart interface v0.103 [ 0.714255] brd: module loaded [ 0.715784] loop: module loaded [ 0.721014] vda: vda1 vda15 [ 0.722852] scsi host0: ata_piix [ 0.723835] scsi host1: ata_piix [ 0.724681] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.726198] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.727927] libphy: Fixed MDIO Bus: probed [ 0.728839] tun: Universal TUN/TAP device driver, 1.6 [ 0.729877] tun: (C) 1999-2004 Max Krasnyansky [ 0.731981] PPP generic driver version 2.4.2 [ 0.733291] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.734828] ehci-pci: EHCI PCI platform driver [ 0.735923] ehci-platform: EHCI generic platform driver [ 0.737200] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.738673] ohci-pci: OHCI PCI platform driver [ 0.739826] ohci-platform: OHCI generic platform driver [ 0.741142] uhci_hcd: USB Universal Host Controller Interface driver [ 0.760635] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.761844] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.763707] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.765201] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.766855] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.768719] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.770926] usb usb1: Product: UHCI Host Controller [ 0.772015] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.773265] usb usb1: SerialNumber: 0000:00:01.2 [ 0.774361] hub 1-0:1.0: USB hub found [ 0.775153] hub 1-0:1.0: 2 ports detected [ 0.776113] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.778277] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.779246] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.780364] mousedev: PS/2 mouse device common for all mice [ 0.781692] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.783614] rtc_cmos 00:00: RTC can wake from S4 [ 0.784778] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.786007] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.787218] i2c /dev entries driver [ 0.788016] device-mapper: uevent: version 1.0.3 [ 0.789001] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.790665] ledtrig-cpu: registered to indicate activity on CPUs [ 0.792105] NET: Registered protocol family 10 [ 0.793193] NET: Registered protocol family 17 [ 0.794114] Key type dns_resolver registered [ 0.795107] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.796216] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.797651] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.799486] registered taskstats version 1 [ 0.800346] Loading compiled-in X.509 certificates [ 0.801799] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.803675] zswap: loaded using pool lzo/zbud [ 0.805699] Key type trusted registered [ 0.807364] Key type encrypted registered [ 0.808205] AppArmor: AppArmor sha1 policy hashing enabled [ 0.809242] ima: No TPM chip found, activating TPM-bypass! [ 0.810289] evm: HMAC attrs: 0x1 [ 0.811274] Magic number: 3:878:584 [ 0.812170] rtc_cmos 00:00: setting system clock to 2019-01-20 13:34:35 UTC (1547991275) [ 0.813825] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.814960] EDD information not available. [ 0.885163] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.886760] Write protecting the kernel read-only data: 14336k [ 0.898632] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.900500] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: 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.128017] 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.7... Lease of 10.55.1.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.12. iid=i-000000fe 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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC5e4w5ur2sPSEuvKKa1ufiSroOOLbnzeA+MqpXsP9RtoPm/9rGh6BMkMoyxumMG0cByXVV6JWhNcUSPUJTZVwe+bcPyswTMBM4vv2iVK0PG0bzNKzmoL913q8mL8kdD5uT6zILI5yX9MZ6XdVxd+4C3+/TWjyHfuYiuCEc0t54k1VWSZAYGyTFOOwnS06sFmC3F84LFN6qKhcmTH/HHUg5guSGQe6XtRDVnYAXwHnWhdvXnWRL+Zvgu2kju6hqvpJ9frtAyH+lW/AqZbnfYyAiD01s9ET0E54uEXWDLs3qnBRCDVg5xNg9AnavitZ6Eg9Xg9MjB76QXyd7AUHyWOAD root@createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301 ssh-dss AAAAB3NzaC1kc3MAAACBAIa0A61hX+dgFXxoeD8cwgsgA/GWxq/TIS5YFUYfXDGWSwVRD4MxI541fhhN7P76W/HVEM5/Lds+6X1+dofRjXeKbztFw+4Cm1XkXY9i+kJWKyrCg63dwe/Mh/iK8Dmta3+MkVx5Ur9Sv0byO34r7HFPEv1jZU0YM1v/8ZaxsvPzAAAAFQDadvE5ZQmh6UCpfWJJ9NjJUtLpdwAAAIA3AsumqDO28PgbK5N7Vc073TgnC4tIqxkv/Sv5Zo4u6OME02KUtKrzNN0Hb4WkTEOfTvqZb3UWZAwq24K7ePQi+kXgE2DXWrA82vdrOgLPIUjoc3Y3jfrYFmwUi2Eb8DiGYWGUejBCvfS9v3KjWUbp8e/PV9onb4Q4PwLd6o+aUwAAAIBgXwo5Fy04npgetgV4P3zCvNIOYF4kmNkv7KRJUIvCBPwYfdeoGjr1Eu3JRPxeu4+PqX+UAXyAYyzr+IELO6Yscxtg29DfWSzrNhVwGK+ZyrGonPzKv7LkbsIf5PFInBxW5gVjhpDPuVVOf/ReaXGqCHDehqUxl/u9BDt+maXIOg== root@createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.7,24,fe80::f816:3eff:fe1b:33ae/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.7 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-000000fe name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301 launch-index: 0 === cirros: current=0.4.0 uptime=2.39 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-a4ec6afe-685a-46ac-879a-b03301 login: 2019-01-20 13:34:50,365 - create_instance - INFO - Checking if VM is active 2019-01-20 13:34:50,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:50,873 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:34: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-cfac21ee-4de6-41df-b818-b0dd7edfd474 x-compute-request-id: req-cfac21ee-4de6-41df-b818-b0dd7edfd474 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:34:35Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:34:50,873 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-cfac21ee-4de6-41df-b818-b0dd7edfd474 2019-01-20 13:34:50,874 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst] is - ACTIVE 2019-01-20 13:34:50,874 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:34:50,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:51,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:34: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-3cb97c37-dbdf-44c7-9b74-f75e574d9cbc x-compute-request-id: req-3cb97c37-dbdf-44c7-9b74-f75e574d9cbc Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:33:ae", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp"}], "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:34:35Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:34:51,199 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-3cb97c37-dbdf-44c7-9b74-f75e574d9cbc 2019-01-20 13:34:51,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:51,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-33176cea-9222-4fa7-80a0-e9685802f331 Date: Sun, 20 Jan 2019 13:34: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":["f82b1f07-ab74-4f7d-903f-d0ec55d796ad"],"updated_at":"2019-01-20T13:32:59Z","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a169e99f4b7941f68639e8f711a40d5f","id":"9add4310-c61a-4209-a79e-645c357d2437","name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net"}]} 2019-01-20 13:34:51,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net used request id req-33176cea-9222-4fa7-80a0-e9685802f331 2019-01-20 13:34:51,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:51,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:34:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51d27c12-f7c6-4887-9522-f5da49b777a8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}} 2019-01-20 13:34:51,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f used request id req-51d27c12-f7c6-4887-9522-f5da49b777a8 2019-01-20 13:34:51,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:51,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-40778c06-065a-40cc-b47f-bd95bdcb85ec Date: Sun, 20 Jan 2019 13:34:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","dns_nameservers":[],"updated_at":"2019-01-20T13:32: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":"a169e99f4b7941f68639e8f711a40d5f","id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet"}]} 2019-01-20 13:34:51,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-40778c06-065a-40cc-b47f-bd95bdcb85ec 2019-01-20 13:34:51,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:51,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-4c00f19d-1113-492b-9551-355f3b3c033f Date: Sun, 20 Jan 2019 13:34:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:34:36Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.7"}],"id":"2a4fd6c2-f58d-4573-a126-c675e1cdb1cc","security_groups":["7635a8a8-8832-4710-84aa-283664d98f86","d1b2913a-0de5-40ea-9b3c-fe0630202938"],"mac_address":"fa:16:3e:1b:33:ae","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6bebport-1","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:19Z","binding:vnic_type":"normal","device_id":"d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.1"}],"id":"37746b2d-dbe4-4b49-9ca0-1439f321f323","security_groups":[],"mac_address":"fa:16:3e:8a:0d:38","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:08Z","binding:vnic_type":"normal","device_id":"cde51535-7293-4041-9e5f-7d2b5a5cebcc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.4"}],"id":"81e5e865-2e47-4c56-9392-3e1b96e39acf","security_groups":[],"mac_address":"fa:16:3e:55:8e:47","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9add4310-c61a-4209-a79e-645c357d2437"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.3"}],"id":"b73ea64f-68cd-49bf-a5ba-edcbb7d43bfa","security_groups":[],"mac_address":"fa:16:3e:38:8a:62","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:33:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9add4310-c61a-4209-a79e-645c357d2437"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:33:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f82b1f07-ab74-4f7d-903f-d0ec55d796ad","ip_address":"10.55.1.2"}],"id":"d7fa1b5b-1d8d-4c00-897d-47f1291f8a91","security_groups":[],"mac_address":"fa:16:3e:63:dd:95","project_id":"a169e99f4b7941f68639e8f711a40d5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9add4310-c61a-4209-a79e-645c357d2437","tenant_id":"a169e99f4b7941f68639e8f711a40d5f","created_at":"2019-01-20T13:32:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9add4310-c61a-4209-a79e-645c357d2437"}]} 2019-01-20 13:34:51,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=9add4310-c61a-4209-a79e-645c357d2437 used request id req-4c00f19d-1113-492b-9551-355f3b3c033f 2019-01-20 13:34:51,566 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:34:51,569 - paramiko.transport - DEBUG - starting thread (client mode): 0x8ce9c1d0L 2019-01-20 13:34:51,569 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:34:51,569 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:34:51,570 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:34:51,571 - 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 2019-01-20 13:34:51,571 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:34:51,571 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:34:51,571 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:34:51,571 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:34:51,572 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:34:51,588 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:34:51,589 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:34:51,601 - paramiko.transport - DEBUG - Trying key 7caf8b789f3cee35d2336aea2f6eaeee from tmp/CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb 2019-01-20 13:34:51,629 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:34:51,635 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:34:51,736 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:34:51,780 - create_instance - INFO - SSH is active for VM instance 2019-01-20 13:34:51,780 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:34:51,782 - paramiko.transport - DEBUG - starting thread (client mode): 0x8ce9c1d0L 2019-01-20 13:34:51,782 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:34:51,782 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:34:51,783 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:34:51,784 - 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 2019-01-20 13:34:51,784 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:34:51,784 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:34:51,784 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:34:51,784 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:34:51,784 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:34:51,801 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:34:51,801 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:34:51,814 - paramiko.transport - DEBUG - Trying key 7caf8b789f3cee35d2336aea2f6eaeee from tmp/CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb 2019-01-20 13:34:51,841 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:34:51,844 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:34:51,846 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 13:34:51,848 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-20 13:34:51,848 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 13:34:51,851 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 13:34:51,853 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:34:51,855 - create_instance - INFO - Deleting Floating IP - 172.30.9.203 2019-01-20 13:34:51,855 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.203 2019-01-20 13:34:51,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/floatingips/9069a91f-9b53-48c4-b462-52fd8a539e6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:52,829 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-564b66de-4d96-4491-ad97-1bc1ef05a47e Content-Length: 0 Date: Sun, 20 Jan 2019 13:34:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:34:52,829 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/9069a91f-9b53-48c4-b462-52fd8a539e6b used request id req-564b66de-4d96-4491-ad97-1bc1ef05a47e 2019-01-20 13:34:52,829 - create_instance - INFO - Deleting Port with ID - 2a4fd6c2-f58d-4573-a126-c675e1cdb1cc 2019-01-20 13:34:52,830 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6bebport-1 2019-01-20 13:34:52,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/2a4fd6c2-f58d-4573-a126-c675e1cdb1cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:53,414 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-43e97580-2d69-4762-9bbd-39acab6e9ec5 Date: Sun, 20 Jan 2019 13:34:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:34:53,414 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/2a4fd6c2-f58d-4573-a126-c675e1cdb1cc used request id req-43e97580-2d69-4762-9bbd-39acab6e9ec5 2019-01-20 13:34:53,414 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst 2019-01-20 13:34:53,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:53,561 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:34: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-2dff34eb-6828-4b3f-8361-7e5f2755f970 x-compute-request-id: req-2dff34eb-6828-4b3f-8361-7e5f2755f970 Content-Type: application/json 2019-01-20 13:34:53,561 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-2dff34eb-6828-4b3f-8361-7e5f2755f970 2019-01-20 13:34:53,561 - create_instance - INFO - Checking deletion status 2019-01-20 13:34:53,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:53,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:34: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-9b692425-eee2-46de-8271-40c18358b8d8 x-compute-request-id: req-9b692425-eee2-46de-8271-40c18358b8d8 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.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "rel": "bookmark"}], "image": {"id": "55055a05-bcde-4ad8-b9dc-368066b94661", "links": [{"href": "http://172.30.9.22:8774/images/55055a05-bcde-4ad8-b9dc-368066b94661", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:33:28.000000", "flavor": {"id": "44964903-5a48-47eb-b007-bf4cd5da77a3", "links": [{"href": "http://172.30.9.22:8774/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3", "rel": "bookmark"}]}, "id": "d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55", "user_id": "b35d3466fcda4b449c1b46008b149d1c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:34:53Z", "hostId": "f0c844ba24b950dc99fa0695be31bc088e287a44276846ab6214acc8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp", "name": "CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst", "created": "2019-01-20T13:33:23Z", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:34:53,795 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-9b692425-eee2-46de-8271-40c18358b8d8 2019-01-20 13:34:53,795 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst] is - ACTIVE 2019-01-20 13:34:53,796 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:34:56,799 - create_instance - DEBUG - VM status query timeout in 296.762825966 2019-01-20 13:34:56,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00651e74f6459419974a803e13d4bb6265c82291" 2019-01-20 13:34:56,847 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:34:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-43584ef9-9ec3-4386-ba3b-8960a7bc236b x-compute-request-id: req-43584ef9-9ec3-4386-ba3b-8960a7bc236b Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 could not be found.", "code": 404}} 2019-01-20 13:34:56,847 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 used request id req-43584ef9-9ec3-4386-ba3b-8960a7bc236b 2019-01-20 13:34:56,848 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d5183eb5-d9e4-4f7c-afeb-7ea15ab72c55 could not be found. (HTTP 404) (Request-ID: req-43584ef9-9ec3-4386-ba3b-8960a7bc236b) 2019-01-20 13:34:56,848 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-inst 2019-01-20 13:34:56,849 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp 2019-01-20 13:34:56,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e0b09f7a62a18ba08ebabb9614d56dd655d5c4e" 2019-01-20 13:34:56,889 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:34:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0709cff6-2b07-4378-82b5-f6d7aa3c6a54 x-compute-request-id: req-0709cff6-2b07-4378-82b5-f6d7aa3c6a54 Content-Length: 0 Content-Type: application/json 2019-01-20 13:34:56,889 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-kp used request id req-0709cff6-2b07-4378-82b5-f6d7aa3c6a54 2019-01-20 13:34:56,889 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb.pub] 2019-01-20 13:34:56,890 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb] 2019-01-20 13:34:56,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}881b9cd9dd5fed51ba62b525f6b4f61502edfc7f" 2019-01-20 13:34:56,932 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:34:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-53edfc35-aa73-476e-8d00-73a85e7f1763 x-compute-request-id: req-53edfc35-aa73-476e-8d00-73a85e7f1763 Content-Length: 0 Content-Type: application/json 2019-01-20 13:34:56,932 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/44964903-5a48-47eb-b007-bf4cd5da77a3 used request id req-53edfc35-aa73-476e-8d00-73a85e7f1763 2019-01-20 13:34:56,933 - neutron_utils - INFO - Deleting security group rule with ID - c2268ed9-b6bd-4d08-85b0-70a4f3f7c136 2019-01-20 13:34:56,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/c2268ed9-b6bd-4d08-85b0-70a4f3f7c136 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:34:57,195 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a9124eb6-3dfd-40b4-bac0-fb398854e515 Content-Length: 0 Date: Sun, 20 Jan 2019 13:34:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:34:57,195 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/c2268ed9-b6bd-4d08-85b0-70a4f3f7c136 used request id req-a9124eb6-3dfd-40b4-bac0-fb398854e515 2019-01-20 13:34:57,195 - neutron_utils - INFO - Deleting security group rule with ID - 264062b6-d676-4216-8e4b-09d9974756ff 2019-01-20 13:34:57,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/264062b6-d676-4216-8e4b-09d9974756ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:34:57,445 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-abc22aee-2751-4c37-8f62-0a08db1e8066 Content-Length: 0 Date: Sun, 20 Jan 2019 13:34:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:34:57,445 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/264062b6-d676-4216-8e4b-09d9974756ff used request id req-abc22aee-2751-4c37-8f62-0a08db1e8066 2019-01-20 13:34:57,446 - neutron_utils - INFO - Deleting security group rule with ID - 1825e348-d472-466d-98b4-4cd1cb0e4310 2019-01-20 13:34:57,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/1825e348-d472-466d-98b4-4cd1cb0e4310 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:34:57,684 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d4b01f11-f0f3-487f-96d8-367512592b3d Content-Length: 0 Date: Sun, 20 Jan 2019 13:34:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:34:57,685 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/1825e348-d472-466d-98b4-4cd1cb0e4310 used request id req-d4b01f11-f0f3-487f-96d8-367512592b3d 2019-01-20 13:34:57,685 - neutron_utils - INFO - Deleting security group rule with ID - 4a763264-2de6-463a-87e3-bf9e0abd3e34 2019-01-20 13:34:57,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/4a763264-2de6-463a-87e3-bf9e0abd3e34 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:34:57,947 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7569cde7-f674-4b4b-a7a0-0a85f087a0b7 Content-Length: 0 Date: Sun, 20 Jan 2019 13:34:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:34:57,947 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/4a763264-2de6-463a-87e3-bf9e0abd3e34 used request id req-7569cde7-f674-4b4b-a7a0-0a85f087a0b7 2019-01-20 13:34:57,947 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-sec-grp 2019-01-20 13:34:57,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/d1b2913a-0de5-40ea-9b3c-fe0630202938 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fac85ff943a6cdcbe2af10f6f98734486fb2c7c" 2019-01-20 13:34:58,410 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4274dee4-5bbd-4c75-9081-4149cd3ef409 Content-Length: 0 Date: Sun, 20 Jan 2019 13:34:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:34:58,410 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/d1b2913a-0de5-40ea-9b3c-fe0630202938 used request id req-4274dee4-5bbd-4c75-9081-4149cd3ef409 2019-01-20 13:34:58,411 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-router and subnet CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet 2019-01-20 13:34:58,411 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-router 2019-01-20 13:34:58,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/cde51535-7293-4041-9e5f-7d2b5a5cebcc/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275be6b0657c36ee9549cd5e8f44b252b6e1d269" -d '{"subnet_id": "f82b1f07-ab74-4f7d-903f-d0ec55d796ad"}' 2019-01-20 13:34:59,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5aa4fc68-e719-4dad-90ce-8da954dbda7c Date: Sun, 20 Jan 2019 13:34:59 GMT RESP BODY: {"network_id": "9add4310-c61a-4209-a79e-645c357d2437", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "subnet_id": "f82b1f07-ab74-4f7d-903f-d0ec55d796ad", "subnet_ids": ["f82b1f07-ab74-4f7d-903f-d0ec55d796ad"], "port_id": "37746b2d-dbe4-4b49-9ca0-1439f321f323", "id": "cde51535-7293-4041-9e5f-7d2b5a5cebcc"} 2019-01-20 13:34:59,958 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/cde51535-7293-4041-9e5f-7d2b5a5cebcc/remove_router_interface used request id req-5aa4fc68-e719-4dad-90ce-8da954dbda7c 2019-01-20 13:34:59,958 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-router 2019-01-20 13:34:59,958 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-router 2019-01-20 13:34:59,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/cde51535-7293-4041-9e5f-7d2b5a5cebcc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}275be6b0657c36ee9549cd5e8f44b252b6e1d269" 2019-01-20 13:35:03,491 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-690009cc-e3f1-4123-953b-62ec8394b7a3 Content-Length: 0 Date: Sun, 20 Jan 2019 13:35:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:35:03,491 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/cde51535-7293-4041-9e5f-7d2b5a5cebcc used request id req-690009cc-e3f1-4123-953b-62ec8394b7a3 2019-01-20 13:35:03,492 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet 2019-01-20 13:35:03,492 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-subnet 2019-01-20 13:35:03,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/f82b1f07-ab74-4f7d-903f-d0ec55d796ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069a1d9dd069dc830a0875ad884286ceb15c845e" 2019-01-20 13:35:05,749 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7ca5c722-e88b-41b5-901e-154429baab84 Date: Sun, 20 Jan 2019 13:35:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:35:05,749 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/f82b1f07-ab74-4f7d-903f-d0ec55d796ad used request id req-7ca5c722-e88b-41b5-901e-154429baab84 2019-01-20 13:35:05,750 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-pub-net 2019-01-20 13:35:05,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/9add4310-c61a-4209-a79e-645c357d2437 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069a1d9dd069dc830a0875ad884286ceb15c845e" 2019-01-20 13:35:07,212 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c45fc48f-0853-4cb1-aaa2-393282ff2510 Date: Sun, 20 Jan 2019 13:35:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:35:07,212 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/9add4310-c61a-4209-a79e-645c357d2437 used request id req-c45fc48f-0853-4cb1-aaa2-393282ff2510 2019-01-20 13:35:07,212 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-a4ec6afe-685a-46ac-879a-b03301eb6beb-image 2019-01-20 13:35:07,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/55055a05-bcde-4ad8-b9dc-368066b94661 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}539e4a0eb59eee713f057a6f0732eb07bd52c77c" 2019-01-20 13:35:08,895 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b00ec6da-3419-40c9-b30a-6d2877d4b87b Date: Sun, 20 Jan 2019 13:35:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:35:08,896 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/55055a05-bcde-4ad8-b9dc-368066b94661 used request id req-b00ec6da-3419-40c9-b30a-6d2877d4b87b 2019-01-20 13:35:08,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfed31b4227bba41f55a426c807fa3461e1ef42" 2019-01-20 13:35:09,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-3bc21489-9dc5-4e33-a1d3-0b71b7a2f523 Date: Sun, 20 Jan 2019 13:35:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:32:58Z", "updated_at": "2019-01-20T13:32:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:32:58Z", "revision_number": 0, "id": "42f4de29-e16a-4f85-b81f-0c2817ed0b05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:32:58Z", "security_group_id": "7635a8a8-8832-4710-84aa-283664d98f86", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a169e99f4b7941f68639e8f711a40d5f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:32:58Z", "revision_number": 0, "id": "5a1d8690-4ae0-4841-80ed-9f0fd6ba0fc7", "remote_group_id": "7635a8a8-8832-4710-84aa-283664d98f86", "remote_ip_prefix": null, "created_at": "2019-01-20T13:32:58Z", "security_group_id": "7635a8a8-8832-4710-84aa-283664d98f86", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a169e99f4b7941f68639e8f711a40d5f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:32:58Z", "revision_number": 0, "id": "9217b4f7-b67a-415f-a119-e3e0c0a2823f", "remote_group_id": "7635a8a8-8832-4710-84aa-283664d98f86", "remote_ip_prefix": null, "created_at": "2019-01-20T13:32:58Z", "security_group_id": "7635a8a8-8832-4710-84aa-283664d98f86", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a169e99f4b7941f68639e8f711a40d5f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:32:58Z", "revision_number": 0, "id": "d3b9dcb7-002b-43b5-89fe-a27bbb4ceee8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:32:58Z", "security_group_id": "7635a8a8-8832-4710-84aa-283664d98f86", "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a169e99f4b7941f68639e8f711a40d5f"}], "revision_number": 4, "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "7635a8a8-8832-4710-84aa-283664d98f86", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:35:09,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-3bc21489-9dc5-4e33-a1d3-0b71b7a2f523 2019-01-20 13:35:09,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfed31b4227bba41f55a426c807fa3461e1ef42" 2019-01-20 13:35:09,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea78860c-6480-489b-8dba-ab212627adba 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:35:09,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-ea78860c-6480-489b-8dba-ab212627adba 2019-01-20 13:35:09,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfed31b4227bba41f55a426c807fa3461e1ef42" 2019-01-20 13:35:09,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-518b8ac1-70d6-486d-b9ce-25919dafe864 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:35:09,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-518b8ac1-70d6-486d-b9ce-25919dafe864 2019-01-20 13:35:09,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfed31b4227bba41f55a426c807fa3461e1ef42" 2019-01-20 13:35:09,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-114423ca-90de-4573-b548-4420f5817972 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f"}, "enabled": true, "id": "a169e99f4b7941f68639e8f711a40d5f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj"}} 2019-01-20 13:35:09,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f used request id req-114423ca-90de-4573-b548-4420f5817972 2019-01-20 13:35:09,401 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7635a8a8-8832-4710-84aa-283664d98f86 2019-01-20 13:35:09,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7635a8a8-8832-4710-84aa-283664d98f86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfed31b4227bba41f55a426c807fa3461e1ef42" 2019-01-20 13:35:09,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0748d1a7-b681-4a7b-b21c-9ec32a1fa569 Date: Sun, 20 Jan 2019 13:35: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": "2019-01-20T13:32:58Z", "security_group_id": "7635a8a8-8832-4710-84aa-283664d98f86", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:32:58Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "42f4de29-e16a-4f85-b81f-0c2817ed0b05"}, {"remote_group_id": "7635a8a8-8832-4710-84aa-283664d98f86", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:32:58Z", "security_group_id": "7635a8a8-8832-4710-84aa-283664d98f86", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:32:58Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "5a1d8690-4ae0-4841-80ed-9f0fd6ba0fc7"}, {"remote_group_id": "7635a8a8-8832-4710-84aa-283664d98f86", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:32:58Z", "security_group_id": "7635a8a8-8832-4710-84aa-283664d98f86", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:32:58Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "9217b4f7-b67a-415f-a119-e3e0c0a2823f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:32:58Z", "security_group_id": "7635a8a8-8832-4710-84aa-283664d98f86", "port_range_min": null, "revision_number": 0, "tenant_id": "a169e99f4b7941f68639e8f711a40d5f", "created_at": "2019-01-20T13:32:58Z", "project_id": "a169e99f4b7941f68639e8f711a40d5f", "id": "d3b9dcb7-002b-43b5-89fe-a27bbb4ceee8"}]} 2019-01-20 13:35:09,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7635a8a8-8832-4710-84aa-283664d98f86 used request id req-0748d1a7-b681-4a7b-b21c-9ec32a1fa569 2019-01-20 13:35:09,591 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:35:09,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/7635a8a8-8832-4710-84aa-283664d98f86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfed31b4227bba41f55a426c807fa3461e1ef42" 2019-01-20 13:35:09,910 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-757787a3-e24e-45ed-a899-015256b998cb Content-Length: 0 Date: Sun, 20 Jan 2019 13:35:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:35:09,910 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/7635a8a8-8832-4710-84aa-283664d98f86 used request id req-757787a3-e24e-45ed-a899-015256b998cb 2019-01-20 13:35:09,911 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj 2019-01-20 13:35:09,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfed31b4227bba41f55a426c807fa3461e1ef42" 2019-01-20 13:35:10,131 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:35:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-131d3521-b325-48aa-8a08-766a455afa86 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:35:10,132 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/a169e99f4b7941f68639e8f711a40d5f used request id req-131d3521-b325-48aa-8a08-766a455afa86 2019-01-20 13:35:10,132 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-proj-role 2019-01-20 13:35:10,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/8a3b9634ad644a06a3fff76afbdec6e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfed31b4227bba41f55a426c807fa3461e1ef42" 2019-01-20 13:35:10,249 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:35:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1abcfe3-e354-48aa-a4d2-86405d76fd9b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:35:10,249 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/8a3b9634ad644a06a3fff76afbdec6e6 used request id req-a1abcfe3-e354-48aa-a4d2-86405d76fd9b 2019-01-20 13:35:10,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdfed31b4227bba41f55a426c807fa3461e1ef42" 2019-01-20 13:35:10,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cb36c8e-a6af-4be6-b8f5-954ff2f1bdf3 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:35:10,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4cb36c8e-a6af-4be6-b8f5-954ff2f1bdf3 2019-01-20 13:35:10,341 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-d3b5b5e5-1583-4af-user 2019-01-20 13:35:10,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/b35d3466fcda4b449c1b46008b149d1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c34a4d8530e79ddc0846b47674b7eddd3a249c5" 2019-01-20 13:35:10,547 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:35:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53eabe91-1fa8-40f4-aa21-9f600d7477c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:35:10,547 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/b35d3466fcda4b449c1b46008b149d1c used request id req-53eabe91-1fa8-40f4-aa21-9f600d7477c9 2019-01-20 13:35:10,549 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:35:10,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:35:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Ip9jWUKySQOvkE3QkSrOkg"], "issued_at": "2019-01-20T13:35:10.000000Z"}} 2019-01-20 13:35:10,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07aa00c269947a65e733e9109f1c854f3a0eb639" 2019-01-20 13:35:11,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6953def2-45db-4ead-a671-2349e8cf892b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:35:11,009 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6953def2-45db-4ead-a671-2349e8cf892b 2019-01-20 13:35:11,010 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:35:11,011 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:35:11,404 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:35:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["kd8podnpS4qb4BsHhhRx2A"], "issued_at": "2019-01-20T13:35:11.000000Z"}} 2019-01-20 13:35:11,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1aac08533d048f10644166d3c67ec8693749c8" 2019-01-20 13:35:11,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcee9fc1-7e04-4cfa-98a4-9df18b596a35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:35:11,487 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-dcee9fc1-7e04-4cfa-98a4-9df18b596a35 2019-01-20 13:35:11,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:35:11,497 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:35:11,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1aac08533d048f10644166d3c67ec8693749c8" 2019-01-20 13:35:11,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4d2f1a6-aa95-46fd-a0be-91db452c59d8 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:35:11,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj used request id req-c4d2f1a6-aa95-46fd-a0be-91db452c59d8 2019-01-20 13:35:11,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1aac08533d048f10644166d3c67ec8693749c8" 2019-01-20 13:35:11,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9243260-61f9-4797-9dab-86bbe2c43eb3 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:35:11,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-e9243260-61f9-4797-9dab-86bbe2c43eb3 2019-01-20 13:35:11,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1aac08533d048f10644166d3c67ec8693749c8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}}' 2019-01-20 13:35:11,799 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:35:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb09099b-de1c-44eb-bacf-150bbf540101 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210"}, "enabled": true, "id": "d22e4ff81018446b99302f92ff154210", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}} 2019-01-20 13:35:11,799 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-cb09099b-de1c-44eb-bacf-150bbf540101 2019-01-20 13:35:11,799 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj 2019-01-20 13:35:11,800 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:35:11,800 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:35:12,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:35:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["BWRyFh6BQS-Kd57l_dADwQ"], "issued_at": "2019-01-20T13:35:12.000000Z"}} 2019-01-20 13:35:12,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e2e3a429042f620646e1b2c2cc956c67118bd6" 2019-01-20 13:35:12,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-750f6809-6075-4ff7-934c-1419315c6138 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:35:12,267 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-750f6809-6075-4ff7-934c-1419315c6138 2019-01-20 13:35:12,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:35:12,276 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:35: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:35:12,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e2e3a429042f620646e1b2c2cc956c67118bd6" 2019-01-20 13:35:12,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-507d9d75-98be-42ae-8763-11d454bc268d Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:35:12,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-507d9d75-98be-42ae-8763-11d454bc268d 2019-01-20 13:35:12,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e2e3a429042f620646e1b2c2cc956c67118bd6" 2019-01-20 13:35:12,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-808ac050-b616-46d6-92e2-77aa758b46bf Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210"}, "enabled": true, "id": "d22e4ff81018446b99302f92ff154210", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}]} 2019-01-20 13:35:12,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj used request id req-808ac050-b616-46d6-92e2-77aa758b46bf 2019-01-20 13:35:12,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e2e3a429042f620646e1b2c2cc956c67118bd6" 2019-01-20 13:35:12,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-462ce5de-8eeb-4a23-92fd-7445f9d943fd Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:35:12,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-462ce5de-8eeb-4a23-92fd-7445f9d943fd 2019-01-20 13:35:12,943 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-user 2019-01-20 13:35:12,944 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:35:12,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1aac08533d048f10644166d3c67ec8693749c8" 2019-01-20 13:35:13,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fbd8845-aede-4a8b-9d14-66af06bcf375 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:35:13,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-3fbd8845-aede-4a8b-9d14-66af06bcf375 2019-01-20 13:35:13,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1aac08533d048f10644166d3c67ec8693749c8" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj-role"}}' 2019-01-20 13:35:13,141 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:35:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb7d382b-1d72-4709-9cea-bf60e2a83bee Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "67958910838f4264bd819d7786d1537e", "links": {"self": "http://172.30.9.22:5000/v3/roles/67958910838f4264bd819d7786d1537e"}, "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj-role"}} 2019-01-20 13:35:13,141 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-cb7d382b-1d72-4709-9cea-bf60e2a83bee 2019-01-20 13:35:13,141 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj-role 2019-01-20 13:35:13,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/67958910838f4264bd819d7786d1537e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1aac08533d048f10644166d3c67ec8693749c8" 2019-01-20 13:35:13,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c5a4761-4a82-40c9-954e-3467c77e44bf Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/67958910838f4264bd819d7786d1537e"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj-role", "id": "67958910838f4264bd819d7786d1537e"}} 2019-01-20 13:35:13,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/67958910838f4264bd819d7786d1537e used request id req-7c5a4761-4a82-40c9-954e-3467c77e44bf 2019-01-20 13:35:13,163 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj-role to project CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj 2019-01-20 13:35:13,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210/users/438247964b8840cd8c22a93f0d08d062/roles/67958910838f4264bd819d7786d1537e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1aac08533d048f10644166d3c67ec8693749c8" 2019-01-20 13:35:13,287 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:35:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acf17aee-21d6-4042-9523-24590aa2af91 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:35:13,287 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210/users/438247964b8840cd8c22a93f0d08d062/roles/67958910838f4264bd819d7786d1537e used request id req-acf17aee-21d6-4042-9523-24590aa2af91 2019-01-20 13:35:13,287 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:35:13,289 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:35:13,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:35:13,290 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:35:13,671 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "67958910838f4264bd819d7786d1537e", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj-role"}], "expires_at": "2019-01-20T14:35:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d22e4ff81018446b99302f92ff154210", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-user", "id": "438247964b8840cd8c22a93f0d08d062"}, "audit_ids": ["5wpETXw3TE-BUcnkHSrIRA"], "issued_at": "2019-01-20T13:35:13.000000Z"}} 2019-01-20 13:35:13,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f8f3722c97d4307c7de220be5b9ea99782427e" 2019-01-20 13:35:13,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf8c0be7-61a2-47bc-80fc-f5aa3a4bb654 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:35:13,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cf8c0be7-61a2-47bc-80fc-f5aa3a4bb654 2019-01-20 13:35:13,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}65f8f3722c97d4307c7de220be5b9ea99782427e" 2019-01-20 13:35:13,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-77e47ced-e480-45fd-9e95-bf732eda417c Date: Sun, 20 Jan 2019 13:35:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-image"} 2019-01-20 13:35:13,927 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-image used request id req-77e47ced-e480-45fd-9e95-bf732eda417c 2019-01-20 13:35:13,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}65f8f3722c97d4307c7de220be5b9ea99782427e" 2019-01-20 13:35:14,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ed403c93-5deb-40ff-bc2f-ef8764f0df09 Date: Sun, 20 Jan 2019 13:35:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 13:35:14,082 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-ed403c93-5deb-40ff-bc2f-ef8764f0df09 2019-01-20 13:35:14,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}65f8f3722c97d4307c7de220be5b9ea99782427e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-image"}' 2019-01-20 13:35:14,310 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/071f036f-b118-4b17-8cff-2305a862365b X-Openstack-Request-Id: req-49a7c415-6f0e-41ac-ac65-cb8c73e21e1f Date: Sun, 20 Jan 2019 13:35:14 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:35:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:35:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/071f036f-b118-4b17-8cff-2305a862365b", "min_disk": 0, "protected": false, "id": "071f036f-b118-4b17-8cff-2305a862365b", "file": "/v2/images/071f036f-b118-4b17-8cff-2305a862365b/file", "checksum": null, "owner": "d22e4ff81018446b99302f92ff154210", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:35:14,310 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-49a7c415-6f0e-41ac-ac65-cb8c73e21e1f 2019-01-20 13:35:14,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/071f036f-b118-4b17-8cff-2305a862365b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}65f8f3722c97d4307c7de220be5b9ea99782427e" -d '' 2019-01-20 13:35:17,098 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0017f486-975a-4ac3-8de9-8944dc6d8b45 Date: Sun, 20 Jan 2019 13:35:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:35:17,098 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/071f036f-b118-4b17-8cff-2305a862365b/file used request id req-0017f486-975a-4ac3-8de9-8944dc6d8b45 2019-01-20 13:35:17,099 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:35:17,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/071f036f-b118-4b17-8cff-2305a862365b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}65f8f3722c97d4307c7de220be5b9ea99782427e" 2019-01-20 13:35:17,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-e8abad19-dbce-440b-8ed5-7a6c82fbf11b Date: Sun, 20 Jan 2019 13:35:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:35:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:35:17Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/071f036f-b118-4b17-8cff-2305a862365b/snap", "metadata": {}}], "self": "/v2/images/071f036f-b118-4b17-8cff-2305a862365b", "min_disk": 0, "protected": false, "id": "071f036f-b118-4b17-8cff-2305a862365b", "file": "/v2/images/071f036f-b118-4b17-8cff-2305a862365b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d22e4ff81018446b99302f92ff154210", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/071f036f-b118-4b17-8cff-2305a862365b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:35:17,279 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/071f036f-b118-4b17-8cff-2305a862365b used request id req-e8abad19-dbce-440b-8ed5-7a6c82fbf11b 2019-01-20 13:35:17,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}65f8f3722c97d4307c7de220be5b9ea99782427e" 2019-01-20 13:35:17,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-62bb88e5-def2-4989-b989-a03d250ca248 Date: Sun, 20 Jan 2019 13:35: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"}}} 2019-01-20 13:35:17,435 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-62bb88e5-def2-4989-b989-a03d250ca248 2019-01-20 13:35:17,438 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-image 2019-01-20 13:35:17,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/071f036f-b118-4b17-8cff-2305a862365b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}65f8f3722c97d4307c7de220be5b9ea99782427e" 2019-01-20 13:35:17,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-fd2335e1-36db-4be3-8a50-31679c489c0e Date: Sun, 20 Jan 2019 13:35:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:35:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:35:17Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/071f036f-b118-4b17-8cff-2305a862365b/snap", "metadata": {}}], "self": "/v2/images/071f036f-b118-4b17-8cff-2305a862365b", "min_disk": 0, "protected": false, "id": "071f036f-b118-4b17-8cff-2305a862365b", "file": "/v2/images/071f036f-b118-4b17-8cff-2305a862365b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d22e4ff81018446b99302f92ff154210", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/071f036f-b118-4b17-8cff-2305a862365b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:35:17,610 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/071f036f-b118-4b17-8cff-2305a862365b used request id req-fd2335e1-36db-4be3-8a50-31679c489c0e 2019-01-20 13:35:17,610 - create_image - DEBUG - Instance status is - active 2019-01-20 13:35:17,611 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-image 2019-01-20 13:35:17,611 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-image 2019-01-20 13:35:17,611 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:35:17,612 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:35:17,982 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "67958910838f4264bd819d7786d1537e", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj-role"}], "expires_at": "2019-01-20T14:35:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d22e4ff81018446b99302f92ff154210", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-user", "id": "438247964b8840cd8c22a93f0d08d062"}, "audit_ids": ["1uBQ4yT2RHeYzZVc5rYQYQ"], "issued_at": "2019-01-20T13:35:17.000000Z"}} 2019-01-20 13:35:17,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cb17543a7e5f5b4903183b8e606a7c79f031304" 2019-01-20 13:35:18,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b43c1d73-0371-4081-b448-a4458cc27e29 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:35:18,063 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b43c1d73-0371-4081-b448-a4458cc27e29 2019-01-20 13:35:18,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cb17543a7e5f5b4903183b8e606a7c79f031304" 2019-01-20 13:35:18,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-497fc492-7628-443b-ba4b-c8577af9361f Date: Sun, 20 Jan 2019 13:35:18 GMT RESP BODY: {"networks":[]} 2019-01-20 13:35:18,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net used request id req-497fc492-7628-443b-ba4b-c8577af9361f 2019-01-20 13:35:18,251 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net 2019-01-20 13:35:18,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cb17543a7e5f5b4903183b8e606a7c79f031304" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net", "admin_state_up": true}}' 2019-01-20 13:35:18,869 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-88e0d4ee-fabe-412e-82a9-4fe7b6a6aefa Date: Sun, 20 Jan 2019 13:35:18 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:35:18Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:18Z","mtu":1450}} 2019-01-20 13:35:18,869 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-88e0d4ee-fabe-412e-82a9-4fe7b6a6aefa 2019-01-20 13:35:18,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cb17543a7e5f5b4903183b8e606a7c79f031304" 2019-01-20 13:35:19,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-8c21cacb-6dd0-4a0b-8389-c45df0752a0c Date: Sun, 20 Jan 2019 13:35: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":"2019-01-20T13:35:18Z","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d22e4ff81018446b99302f92ff154210","id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net"}]} 2019-01-20 13:35:19,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-8c21cacb-6dd0-4a0b-8389-c45df0752a0c 2019-01-20 13:35:19,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cb17543a7e5f5b4903183b8e606a7c79f031304" 2019-01-20 13:35:19,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a09f5c55-4ab2-475d-8a88-2b282bf07f01 Date: Sun, 20 Jan 2019 13:35:19 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:35:19,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-a09f5c55-4ab2-475d-8a88-2b282bf07f01 2019-01-20 13:35:19,308 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet 2019-01-20 13:35:19,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cb17543a7e5f5b4903183b8e606a7c79f031304" -d '{"subnets": [{"ip_version": 4, "network_id": "bc131db0-d90b-47ee-b4e8-1c7b509c3be2", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet"}]}' 2019-01-20 13:35:20,032 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-47798443-1366-419d-a6f6-866f5c5fe846 Date: Sun, 20 Jan 2019 13:35:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:35: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":"d22e4ff81018446b99302f92ff154210","id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet"}]} 2019-01-20 13:35:20,032 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-47798443-1366-419d-a6f6-866f5c5fe846 2019-01-20 13:35:20,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cb17543a7e5f5b4903183b8e606a7c79f031304" 2019-01-20 13:35:20,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e36d958d-b560-48a1-97fa-b63845c77483 Date: Sun, 20 Jan 2019 13:35: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":["e424684d-c68c-4338-8e37-e2d1b1d05d4f"],"updated_at":"2019-01-20T13:35:19Z","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d22e4ff81018446b99302f92ff154210","id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net"}]} 2019-01-20 13:35:20,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-e36d958d-b560-48a1-97fa-b63845c77483 2019-01-20 13:35:20,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cb17543a7e5f5b4903183b8e606a7c79f031304" 2019-01-20 13:35:20,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e1da117c-c170-4f95-91b9-398e7a1d828c Date: Sun, 20 Jan 2019 13:35:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:35: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":"d22e4ff81018446b99302f92ff154210","id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet"}]} 2019-01-20 13:35:20,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-e1da117c-c170-4f95-91b9-398e7a1d828c 2019-01-20 13:35:20,555 - OpenStackNetwork - DEBUG - Network [bc131db0-d90b-47ee-b4e8-1c7b509c3be2] created successfully 2019-01-20 13:35:20,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:35:20,556 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:35:20,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "67958910838f4264bd819d7786d1537e", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj-role"}], "expires_at": "2019-01-20T14:35:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d22e4ff81018446b99302f92ff154210", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-user", "id": "438247964b8840cd8c22a93f0d08d062"}, "audit_ids": ["9tp6VaLqSeiW4Q_HtGS12Q"], "issued_at": "2019-01-20T13:35:20.000000Z"}} 2019-01-20 13:35:20,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3fdef1c2570d4ba4f67a4184b9e86709689198" 2019-01-20 13:35:21,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d2bb2ee-2670-4bf8-8e3e-8f567e520680 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:35:21,014 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8d2bb2ee-2670-4bf8-8e3e-8f567e520680 2019-01-20 13:35:21,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3fdef1c2570d4ba4f67a4184b9e86709689198" 2019-01-20 13:35:21,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c9b66e5a-d8da-420c-88e8-7b82cbd17b08 Date: Sun, 20 Jan 2019 13:35:21 GMT RESP BODY: {"routers": []} 2019-01-20 13:35:21,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-router&admin_state_up=True used request id req-c9b66e5a-d8da-420c-88e8-7b82cbd17b08 2019-01-20 13:35:21,205 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:35:21,206 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:35:21,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "67958910838f4264bd819d7786d1537e", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj-role"}], "expires_at": "2019-01-20T14:35:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d22e4ff81018446b99302f92ff154210", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-user", "id": "438247964b8840cd8c22a93f0d08d062"}, "audit_ids": ["rhpu4dP3TyisYw8ZTee5kg"], "issued_at": "2019-01-20T13:35:21.000000Z"}} 2019-01-20 13:35:21,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df1e2348b371dbfc2b7d818b5ac57de7bfc128cc" 2019-01-20 13:35:21,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4de6f6a4-183b-4b3d-8387-1aaaf2d77d93 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:35:21,661 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4de6f6a4-183b-4b3d-8387-1aaaf2d77d93 2019-01-20 13:35:21,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3fdef1c2570d4ba4f67a4184b9e86709689198" 2019-01-20 13:35:21,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-a54396b9-578c-4ee4-8d88-52795d065c3a Date: Sun, 20 Jan 2019 13:35:21 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:35:21,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-a54396b9-578c-4ee4-8d88-52795d065c3a 2019-01-20 13:35:21,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3fdef1c2570d4ba4f67a4184b9e86709689198" 2019-01-20 13:35:22,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c45d5187-6202-41b8-b75b-692cf5279b74 Date: Sun, 20 Jan 2019 13:35:22 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:35:22,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-c45d5187-6202-41b8-b75b-692cf5279b74 2019-01-20 13:35:22,102 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-router 2019-01-20 13:35:22,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3fdef1c2570d4ba4f67a4184b9e86709689198" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-router", "admin_state_up": true}}' 2019-01-20 13:35:27,052 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-bc673ca6-1e7d-4c32-b6f1-2dca079d2518 Date: Sun, 20 Jan 2019 13:35:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:22Z", "admin_state_up": true, "updated_at": "2019-01-20T13:35:23Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "d22e4ff81018446b99302f92ff154210", "id": "1f20e115-c146-4046-9da4-74a8567c6954", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-router"}} 2019-01-20 13:35:27,052 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-bc673ca6-1e7d-4c32-b6f1-2dca079d2518 2019-01-20 13:35:27,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=1f20e115-c146-4046-9da4-74a8567c6954 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3fdef1c2570d4ba4f67a4184b9e86709689198" 2019-01-20 13:35:27,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ed939132-01dd-4611-9a9e-05b1fd27ab04 Date: Sun, 20 Jan 2019 13:35:27 GMT RESP BODY: {"ports":[]} 2019-01-20 13:35:27,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=1f20e115-c146-4046-9da4-74a8567c6954 used request id req-ed939132-01dd-4611-9a9e-05b1fd27ab04 2019-01-20 13:35:27,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3fdef1c2570d4ba4f67a4184b9e86709689198" 2019-01-20 13:35:27,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-384f942b-d1c3-4af0-b9f4-c13d6d5f5f1b Date: Sun, 20 Jan 2019 13:35: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":["e424684d-c68c-4338-8e37-e2d1b1d05d4f"],"updated_at":"2019-01-20T13:35:19Z","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d22e4ff81018446b99302f92ff154210","id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net"}]} 2019-01-20 13:35:27,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net used request id req-384f942b-d1c3-4af0-b9f4-c13d6d5f5f1b 2019-01-20 13:35:27,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:35:27,347 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:35:27,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3fdef1c2570d4ba4f67a4184b9e86709689198" 2019-01-20 13:35:27,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eab644f0-b6fc-4209-a885-a412f36e5e4d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210"}, "enabled": true, "id": "d22e4ff81018446b99302f92ff154210", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}} 2019-01-20 13:35:27,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 used request id req-eab644f0-b6fc-4209-a885-a412f36e5e4d 2019-01-20 13:35:27,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3fdef1c2570d4ba4f67a4184b9e86709689198" 2019-01-20 13:35:27,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f33f9058-b46a-4da3-8e85-d3ef1a4b9a52 Date: Sun, 20 Jan 2019 13:35:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:35: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":"d22e4ff81018446b99302f92ff154210","id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet"}]} 2019-01-20 13:35:27,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-f33f9058-b46a-4da3-8e85-d3ef1a4b9a52 2019-01-20 13:35:27,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2&name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3fdef1c2570d4ba4f67a4184b9e86709689198" 2019-01-20 13:35:27,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-da39096b-aa38-4ebd-83b6-43a1f9ec32c5 Date: Sun, 20 Jan 2019 13:35:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:35: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":"d22e4ff81018446b99302f92ff154210","id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet"}]} 2019-01-20 13:35:27,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2&name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet used request id req-da39096b-aa38-4ebd-83b6-43a1f9ec32c5 2019-01-20 13:35:27,710 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-20 13:35:27,710 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-router 2019-01-20 13:35:27,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/1f20e115-c146-4046-9da4-74a8567c6954/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3fdef1c2570d4ba4f67a4184b9e86709689198" -d '{"subnet_id": "e424684d-c68c-4338-8e37-e2d1b1d05d4f"}' 2019-01-20 13:35:29,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e97cf478-38ee-43ff-b329-f7e3ddfb8ec5 Date: Sun, 20 Jan 2019 13:35:29 GMT RESP BODY: {"network_id": "bc131db0-d90b-47ee-b4e8-1c7b509c3be2", "tenant_id": "d22e4ff81018446b99302f92ff154210", "subnet_id": "e424684d-c68c-4338-8e37-e2d1b1d05d4f", "subnet_ids": ["e424684d-c68c-4338-8e37-e2d1b1d05d4f"], "port_id": "acfc803d-b2b7-4915-aad0-250dc59c9805", "id": "1f20e115-c146-4046-9da4-74a8567c6954"} 2019-01-20 13:35:29,816 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/1f20e115-c146-4046-9da4-74a8567c6954/add_router_interface used request id req-e97cf478-38ee-43ff-b329-f7e3ddfb8ec5 2019-01-20 13:35:29,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/1f20e115-c146-4046-9da4-74a8567c6954 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3fdef1c2570d4ba4f67a4184b9e86709689198" 2019-01-20 13:35:30,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-0b69b9bc-fd9f-4b48-8294-23c3bb9a9e41 Date: Sun, 20 Jan 2019 13:35:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:22Z", "admin_state_up": true, "updated_at": "2019-01-20T13:35:28Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "d22e4ff81018446b99302f92ff154210", "id": "1f20e115-c146-4046-9da4-74a8567c6954", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-router"}} 2019-01-20 13:35:30,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/1f20e115-c146-4046-9da4-74a8567c6954 used request id req-0b69b9bc-fd9f-4b48-8294-23c3bb9a9e41 2019-01-20 13:35:30,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=1f20e115-c146-4046-9da4-74a8567c6954 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3fdef1c2570d4ba4f67a4184b9e86709689198" 2019-01-20 13:35:30,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-487739b4-bcb4-47eb-bbba-84aaa761589a Date: Sun, 20 Jan 2019 13:35:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.1"}],"id":"acfc803d-b2b7-4915-aad0-250dc59c9805","security_groups":[],"mac_address":"fa:16:3e:c6:33:13","project_id":"d22e4ff81018446b99302f92ff154210","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:28Z","binding:vnic_type":"normal","device_id":"1f20e115-c146-4046-9da4-74a8567c6954"}]} 2019-01-20 13:35:30,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=1f20e115-c146-4046-9da4-74a8567c6954 used request id req-487739b4-bcb4-47eb-bbba-84aaa761589a 2019-01-20 13:35:30,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/e424684d-c68c-4338-8e37-e2d1b1d05d4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3fdef1c2570d4ba4f67a4184b9e86709689198" 2019-01-20 13:35:30,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-f4623e28-737f-46d0-8639-0d2334c797a5 Date: Sun, 20 Jan 2019 13:35:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:35: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":"d22e4ff81018446b99302f92ff154210","id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet"}} 2019-01-20 13:35:30,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/e424684d-c68c-4338-8e37-e2d1b1d05d4f used request id req-f4623e28-737f-46d0-8639-0d2334c797a5 2019-01-20 13:35:30,463 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:35:30,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:35:30,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:35:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["0N0Z19vpQKeaF95pFVAdkw"], "issued_at": "2019-01-20T13:35:30.000000Z"}} 2019-01-20 13:35:30,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9edcd94b2970f83bc4acb721c5d5fb2317f9af4" 2019-01-20 13:35:30,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6329c986-8550-4123-8fe3-a904c36eb3ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:35:30,930 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6329c986-8550-4123-8fe3-a904c36eb3ca 2019-01-20 13:35:30,931 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:35:30,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9edcd94b2970f83bc4acb721c5d5fb2317f9af4" 2019-01-20 13:35:31,120 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35: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-204ff945-983b-41db-820a-237ea44757f9 x-compute-request-id: req-204ff945-983b-41db-820a-237ea44757f9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:35:31,120 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-204ff945-983b-41db-820a-237ea44757f9 2019-01-20 13:35:31,124 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9edcd94b2970f83bc4acb721c5d5fb2317f9af4" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:35:31,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-6be9b7ed-9f38-4588-b1fa-6dc608a16df4 x-compute-request-id: req-6be9b7ed-9f38-4588-b1fa-6dc608a16df4 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4869c629-10b2-4e04-9b01-a9837ea90bb6", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:35:31,179 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-6be9b7ed-9f38-4588-b1fa-6dc608a16df4 2019-01-20 13:35:31,180 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:35:31,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:35:31,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "67958910838f4264bd819d7786d1537e", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj-role"}], "expires_at": "2019-01-20T14:35:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d22e4ff81018446b99302f92ff154210", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-user", "id": "438247964b8840cd8c22a93f0d08d062"}, "audit_ids": ["kh8gAVJEQfmSnNJRSK4Mcw"], "issued_at": "2019-01-20T13:35:31.000000Z"}} 2019-01-20 13:35:31,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1adaaf1b8a39dd5b4708856c57eff1ba6643711" 2019-01-20 13:35:31,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e56c4a2-5746-466a-bf86-c34c809e4a0e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:35:31,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4e56c4a2-5746-466a-bf86-c34c809e4a0e 2019-01-20 13:35:31,637 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:35:31,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1adaaf1b8a39dd5b4708856c57eff1ba6643711" 2019-01-20 13:35:31,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-cc57e01b-5821-4772-b253-68e43571492b x-compute-request-id: req-cc57e01b-5821-4772-b253-68e43571492b Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 13:35:31,797 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-cc57e01b-5821-4772-b253-68e43571492b 2019-01-20 13:35:31,798 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp... 2019-01-20 13:35:31,798 - OpenStackKeypair - INFO - Creating new keypair 2019-01-20 13:35:31,826 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp 2019-01-20 13:35:31,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1adaaf1b8a39dd5b4708856c57eff1ba6643711" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC+t5s5SsdAvlbwjdzF+CTs03gmoiMsvRFxRdN3c34uRrZYsnv8FcXw2gxSQatiJYnSmy1mZMrMGWMvsvYi9Sg7NqgArw8tGgcJUpMX7YhJlIvdZVX3j0QC5mJsoblPAHGQJz49DB7OlmRhNnfAuaMYtLcSbmfs0SP9E8tGcAiCFw==", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp"}}' 2019-01-20 13:35:31,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-0a4e1d7f-4f30-49fc-9a37-3c54d37f215c x-compute-request-id: req-0a4e1d7f-4f30-49fc-9a37-3c54d37f215c Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC+t5s5SsdAvlbwjdzF+CTs03gmoiMsvRFxRdN3c34uRrZYsnv8FcXw2gxSQatiJYnSmy1mZMrMGWMvsvYi9Sg7NqgArw8tGgcJUpMX7YhJlIvdZVX3j0QC5mJsoblPAHGQJz49DB7OlmRhNnfAuaMYtLcSbmfs0SP9E8tGcAiCFw==", "user_id": "438247964b8840cd8c22a93f0d08d062", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp", "fingerprint": "fc:5e:17:19:e0:a0:bc:3e:d3:3d:9e:06:9a:b2:ca:d5"}} 2019-01-20 13:35:31,884 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-0a4e1d7f-4f30-49fc-9a37-3c54d37f215c 2019-01-20 13:35:31,887 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1.pub 2019-01-20 13:35:31,887 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1 2019-01-20 13:35:31,887 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:35:31,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:35:32,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "67958910838f4264bd819d7786d1537e", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj-role"}], "expires_at": "2019-01-20T14:35:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d22e4ff81018446b99302f92ff154210", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-user", "id": "438247964b8840cd8c22a93f0d08d062"}, "audit_ids": ["ub2C1xMdTWORdSzHS8k06g"], "issued_at": "2019-01-20T13:35:32.000000Z"}} 2019-01-20 13:35:32,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:35:32,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9276b177-f6de-4c9a-b83d-621e1118f46b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:35:32,334 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9276b177-f6de-4c9a-b83d-621e1118f46b 2019-01-20 13:35:32,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:35:32,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-972aa11c-8a8d-48ef-9960-164a503260f7 Date: Sun, 20 Jan 2019 13:35:32 GMT RESP BODY: {"security_groups": []} 2019-01-20 13:35:32,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp used request id req-972aa11c-8a8d-48ef-9960-164a503260f7 2019-01-20 13:35:32,527 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp... 2019-01-20 13:35:32,527 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp 2019-01-20 13:35:32,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp"}}' 2019-01-20 13:35:32,872 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-b9d73245-2a8b-468c-a3c4-f9925a612173 Date: Sun, 20 Jan 2019 13:35:32 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:32Z", "updated_at": "2019-01-20T13:35:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "revision_number": 0, "id": "138b264d-fb9f-4d21-a972-c533eb9f3b52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "tenant_id": "d22e4ff81018446b99302f92ff154210", "port_range_min": null, "ethertype": "IPv6", "project_id": "d22e4ff81018446b99302f92ff154210"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "revision_number": 0, "id": "61b83191-407e-417c-a463-f121d6cfa33a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "tenant_id": "d22e4ff81018446b99302f92ff154210", "port_range_min": null, "ethertype": "IPv4", "project_id": "d22e4ff81018446b99302f92ff154210"}], "revision_number": 2, "project_id": "d22e4ff81018446b99302f92ff154210", "id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp"}} 2019-01-20 13:35:32,872 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-b9d73245-2a8b-468c-a3c4-f9925a612173 2019-01-20 13:35:32,872 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2adc52d-b1a0-42c8-84b8-ba3bdab4434b 2019-01-20 13:35:32,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=c2adc52d-b1a0-42c8-84b8-ba3bdab4434b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:35:33,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5a8b4034-62a8-4e76-96a8-3a17c0b3dedd Date: Sun, 20 Jan 2019 13:35:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:32Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "138b264d-fb9f-4d21-a972-c533eb9f3b52"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:32Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "61b83191-407e-417c-a463-f121d6cfa33a"}]} 2019-01-20 13:35:33,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=c2adc52d-b1a0-42c8-84b8-ba3bdab4434b used request id req-5a8b4034-62a8-4e76-96a8-3a17c0b3dedd 2019-01-20 13:35:33,038 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2adc52d-b1a0-42c8-84b8-ba3bdab4434b 2019-01-20 13:35:33,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=c2adc52d-b1a0-42c8-84b8-ba3bdab4434b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:35:33,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c7f88b9c-a9ff-4aca-855e-def1fc781f31 Date: Sun, 20 Jan 2019 13:35:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:32Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "138b264d-fb9f-4d21-a972-c533eb9f3b52"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:32Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "61b83191-407e-417c-a463-f121d6cfa33a"}]} 2019-01-20 13:35:33,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=c2adc52d-b1a0-42c8-84b8-ba3bdab4434b used request id req-c7f88b9c-a9ff-4aca-855e-def1fc781f31 2019-01-20 13:35:33,224 - neutron_utils - INFO - Retrieving security group with ID - c2adc52d-b1a0-42c8-84b8-ba3bdab4434b 2019-01-20 13:35:33,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=c2adc52d-b1a0-42c8-84b8-ba3bdab4434b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:35:33,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-be5dd476-c11d-4204-9183-7c42872216d1 Date: Sun, 20 Jan 2019 13:35:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:32Z", "updated_at": "2019-01-20T13:35:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "revision_number": 0, "id": "138b264d-fb9f-4d21-a972-c533eb9f3b52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "tenant_id": "d22e4ff81018446b99302f92ff154210", "port_range_min": null, "ethertype": "IPv6", "project_id": "d22e4ff81018446b99302f92ff154210"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "revision_number": 0, "id": "61b83191-407e-417c-a463-f121d6cfa33a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "tenant_id": "d22e4ff81018446b99302f92ff154210", "port_range_min": null, "ethertype": "IPv4", "project_id": "d22e4ff81018446b99302f92ff154210"}], "revision_number": 2, "project_id": "d22e4ff81018446b99302f92ff154210", "id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp"}]} 2019-01-20 13:35:33,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=c2adc52d-b1a0-42c8-84b8-ba3bdab4434b used request id req-be5dd476-c11d-4204-9183-7c42872216d1 2019-01-20 13:35:33,427 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2adc52d-b1a0-42c8-84b8-ba3bdab4434b 2019-01-20 13:35:33,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=c2adc52d-b1a0-42c8-84b8-ba3bdab4434b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:35:33,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-773446fd-0e6b-4f04-af0d-53d6b2239278 Date: Sun, 20 Jan 2019 13:35:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:32Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "138b264d-fb9f-4d21-a972-c533eb9f3b52"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:32Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "61b83191-407e-417c-a463-f121d6cfa33a"}]} 2019-01-20 13:35:33,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=c2adc52d-b1a0-42c8-84b8-ba3bdab4434b used request id req-773446fd-0e6b-4f04-af0d-53d6b2239278 2019-01-20 13:35:33,460 - neutron_utils - INFO - Retrieving security group with ID - c2adc52d-b1a0-42c8-84b8-ba3bdab4434b 2019-01-20 13:35:33,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=c2adc52d-b1a0-42c8-84b8-ba3bdab4434b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:35:33,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-8318e8b4-d282-4fdc-9519-ed718ae90df9 Date: Sun, 20 Jan 2019 13:35:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:32Z", "updated_at": "2019-01-20T13:35:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "revision_number": 0, "id": "138b264d-fb9f-4d21-a972-c533eb9f3b52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "tenant_id": "d22e4ff81018446b99302f92ff154210", "port_range_min": null, "ethertype": "IPv6", "project_id": "d22e4ff81018446b99302f92ff154210"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "revision_number": 0, "id": "61b83191-407e-417c-a463-f121d6cfa33a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "tenant_id": "d22e4ff81018446b99302f92ff154210", "port_range_min": null, "ethertype": "IPv4", "project_id": "d22e4ff81018446b99302f92ff154210"}], "revision_number": 2, "project_id": "d22e4ff81018446b99302f92ff154210", "id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp"}]} 2019-01-20 13:35:33,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=c2adc52d-b1a0-42c8-84b8-ba3bdab4434b used request id req-8318e8b4-d282-4fdc-9519-ed718ae90df9 2019-01-20 13:35:33,648 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2adc52d-b1a0-42c8-84b8-ba3bdab4434b 2019-01-20 13:35:33,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=c2adc52d-b1a0-42c8-84b8-ba3bdab4434b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:35:33,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7bd5ee1c-c030-4a8d-b7ac-74395ec6967c Date: Sun, 20 Jan 2019 13:35:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:32Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "138b264d-fb9f-4d21-a972-c533eb9f3b52"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:32Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "61b83191-407e-417c-a463-f121d6cfa33a"}]} 2019-01-20 13:35:33,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=c2adc52d-b1a0-42c8-84b8-ba3bdab4434b used request id req-7bd5ee1c-c030-4a8d-b7ac-74395ec6967c 2019-01-20 13:35:33,843 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp 2019-01-20 13:35:33,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:35:34,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-03830c4c-15f8-4bf5-9dd1-66ec045c6fab Date: Sun, 20 Jan 2019 13:35:34 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:32Z", "updated_at": "2019-01-20T13:35:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "revision_number": 0, "id": "138b264d-fb9f-4d21-a972-c533eb9f3b52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "tenant_id": "d22e4ff81018446b99302f92ff154210", "port_range_min": null, "ethertype": "IPv6", "project_id": "d22e4ff81018446b99302f92ff154210"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "revision_number": 0, "id": "61b83191-407e-417c-a463-f121d6cfa33a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "tenant_id": "d22e4ff81018446b99302f92ff154210", "port_range_min": null, "ethertype": "IPv4", "project_id": "d22e4ff81018446b99302f92ff154210"}], "revision_number": 2, "project_id": "d22e4ff81018446b99302f92ff154210", "id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp"}]} 2019-01-20 13:35:34,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp used request id req-03830c4c-15f8-4bf5-9dd1-66ec045c6fab 2019-01-20 13:35:34,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:35:34,055 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:35:34,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:35:34,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eef02b6a-31c4-42a2-8480-917290353f2c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210"}, "enabled": true, "id": "d22e4ff81018446b99302f92ff154210", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}} 2019-01-20 13:35:34,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 used request id req-eef02b6a-31c4-42a2-8480-917290353f2c 2019-01-20 13:35:34,130 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2adc52d-b1a0-42c8-84b8-ba3bdab4434b 2019-01-20 13:35:34,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=c2adc52d-b1a0-42c8-84b8-ba3bdab4434b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:35:34,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f7eb9e82-79b1-4074-9bc2-24a2ddcb7219 Date: Sun, 20 Jan 2019 13:35: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": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:32Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "138b264d-fb9f-4d21-a972-c533eb9f3b52"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:32Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "61b83191-407e-417c-a463-f121d6cfa33a"}]} 2019-01-20 13:35:34,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=c2adc52d-b1a0-42c8-84b8-ba3bdab4434b used request id req-f7eb9e82-79b1-4074-9bc2-24a2ddcb7219 2019-01-20 13:35:34,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}56468238138735aad34cc3a925427c7a09a27948" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b"}}' 2019-01-20 13:35:34,471 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-df8740e5-c9a2-4bcd-9734-c61d34c8faf1 Date: Sun, 20 Jan 2019 13:35: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": "2019-01-20T13:35:34Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:34Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "92d314de-a593-4e72-a604-21e818083a2c"}} 2019-01-20 13:35:34,471 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-df8740e5-c9a2-4bcd-9734-c61d34c8faf1 2019-01-20 13:35:34,471 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp 2019-01-20 13:35:34,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:35:34,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-8a7ecc98-a605-4d5e-aa60-342fda762577 Date: Sun, 20 Jan 2019 13:35:34 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:32Z", "updated_at": "2019-01-20T13:35:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "revision_number": 0, "id": "138b264d-fb9f-4d21-a972-c533eb9f3b52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "tenant_id": "d22e4ff81018446b99302f92ff154210", "port_range_min": null, "ethertype": "IPv6", "project_id": "d22e4ff81018446b99302f92ff154210"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "revision_number": 0, "id": "61b83191-407e-417c-a463-f121d6cfa33a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "tenant_id": "d22e4ff81018446b99302f92ff154210", "port_range_min": null, "ethertype": "IPv4", "project_id": "d22e4ff81018446b99302f92ff154210"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:35:34Z", "revision_number": 0, "id": "92d314de-a593-4e72-a604-21e818083a2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:35:34Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "tenant_id": "d22e4ff81018446b99302f92ff154210", "port_range_min": null, "ethertype": "IPv4", "project_id": "d22e4ff81018446b99302f92ff154210"}], "revision_number": 3, "project_id": "d22e4ff81018446b99302f92ff154210", "id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp"}]} 2019-01-20 13:35:34,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp used request id req-8a7ecc98-a605-4d5e-aa60-342fda762577 2019-01-20 13:35:34,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:35:34,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bff52e8-f74e-49b7-8194-4a10328e2e55 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210"}, "enabled": true, "id": "d22e4ff81018446b99302f92ff154210", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}} 2019-01-20 13:35:34,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 used request id req-0bff52e8-f74e-49b7-8194-4a10328e2e55 2019-01-20 13:35:34,547 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2adc52d-b1a0-42c8-84b8-ba3bdab4434b 2019-01-20 13:35:34,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=c2adc52d-b1a0-42c8-84b8-ba3bdab4434b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:35:34,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-2112d949-819b-4a86-bb92-d41eb7fad3a3 Date: Sun, 20 Jan 2019 13:35: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": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:32Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "138b264d-fb9f-4d21-a972-c533eb9f3b52"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:32Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "61b83191-407e-417c-a463-f121d6cfa33a"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:35:34Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:34Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "92d314de-a593-4e72-a604-21e818083a2c"}]} 2019-01-20 13:35:34,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=c2adc52d-b1a0-42c8-84b8-ba3bdab4434b used request id req-2112d949-819b-4a86-bb92-d41eb7fad3a3 2019-01-20 13:35:34,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}56468238138735aad34cc3a925427c7a09a27948" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b"}}' 2019-01-20 13:35:34,920 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-c400f0c1-3313-48c2-8650-6042a8673a5d Date: Sun, 20 Jan 2019 13:35:34 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-20T13:35:34Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "port_range_min": 22, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:34Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "4dbf025d-24eb-400e-9e98-6745419fa13e"}} 2019-01-20 13:35:34,920 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-c400f0c1-3313-48c2-8650-6042a8673a5d 2019-01-20 13:35:34,920 - neutron_utils - INFO - Retrieving security group with ID - c2adc52d-b1a0-42c8-84b8-ba3bdab4434b 2019-01-20 13:35:34,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=c2adc52d-b1a0-42c8-84b8-ba3bdab4434b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:35:35,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-d7b1edc3-6f05-4a55-b75f-92dfdaf3b086 Date: Sun, 20 Jan 2019 13:35:35 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:32Z", "updated_at": "2019-01-20T13:35:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "revision_number": 0, "id": "138b264d-fb9f-4d21-a972-c533eb9f3b52", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "tenant_id": "d22e4ff81018446b99302f92ff154210", "port_range_min": null, "ethertype": "IPv6", "project_id": "d22e4ff81018446b99302f92ff154210"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:35:34Z", "revision_number": 0, "id": "4dbf025d-24eb-400e-9e98-6745419fa13e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:35:34Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "tenant_id": "d22e4ff81018446b99302f92ff154210", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d22e4ff81018446b99302f92ff154210"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "revision_number": 0, "id": "61b83191-407e-417c-a463-f121d6cfa33a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "tenant_id": "d22e4ff81018446b99302f92ff154210", "port_range_min": null, "ethertype": "IPv4", "project_id": "d22e4ff81018446b99302f92ff154210"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:35:34Z", "revision_number": 0, "id": "92d314de-a593-4e72-a604-21e818083a2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:35:34Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "tenant_id": "d22e4ff81018446b99302f92ff154210", "port_range_min": null, "ethertype": "IPv4", "project_id": "d22e4ff81018446b99302f92ff154210"}], "revision_number": 4, "project_id": "d22e4ff81018446b99302f92ff154210", "id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp"}]} 2019-01-20 13:35:35,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=c2adc52d-b1a0-42c8-84b8-ba3bdab4434b used request id req-d7b1edc3-6f05-4a55-b75f-92dfdaf3b086 2019-01-20 13:35:35,123 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2adc52d-b1a0-42c8-84b8-ba3bdab4434b 2019-01-20 13:35:35,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=c2adc52d-b1a0-42c8-84b8-ba3bdab4434b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:35:35,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-130b8a1c-908a-49b1-b9b7-a6bc40dbc0d0 Date: Sun, 20 Jan 2019 13:35: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": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:32Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "138b264d-fb9f-4d21-a972-c533eb9f3b52"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-20T13:35:34Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "port_range_min": 22, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:34Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "4dbf025d-24eb-400e-9e98-6745419fa13e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:35:32Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:32Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "61b83191-407e-417c-a463-f121d6cfa33a"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:35:34Z", "security_group_id": "c2adc52d-b1a0-42c8-84b8-ba3bdab4434b", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:34Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "92d314de-a593-4e72-a604-21e818083a2c"}]} 2019-01-20 13:35:35,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=c2adc52d-b1a0-42c8-84b8-ba3bdab4434b used request id req-130b8a1c-908a-49b1-b9b7-a6bc40dbc0d0 2019-01-20 13:35:35,156 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:35:35,157 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:35:35,536 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "67958910838f4264bd819d7786d1537e", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj-role"}], "expires_at": "2019-01-20T14:35:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d22e4ff81018446b99302f92ff154210", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-user", "id": "438247964b8840cd8c22a93f0d08d062"}, "audit_ids": ["nh5dZGB3TMSkVVigWoJrwg"], "issued_at": "2019-01-20T13:35:35.000000Z"}} 2019-01-20 13:35:35,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:35,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c72a25f-6b0c-4710-b82b-9f5cc5f1a806 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:35:35,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5c72a25f-6b0c-4710-b82b-9f5cc5f1a806 2019-01-20 13:35:35,613 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:35:35,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:35,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1a463a2-0d55-469f-9142-c8139da6ce61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:35:35,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c1a463a2-0d55-469f-9142-c8139da6ce61 2019-01-20 13:35:35,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:35,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d7025540-7976-4131-a5c3-6799ba0fc2b0 Date: Sun, 20 Jan 2019 13:35: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":["e424684d-c68c-4338-8e37-e2d1b1d05d4f"],"updated_at":"2019-01-20T13:35:19Z","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d22e4ff81018446b99302f92ff154210","id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net"}]} 2019-01-20 13:35:35,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net used request id req-d7025540-7976-4131-a5c3-6799ba0fc2b0 2019-01-20 13:35:35,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:35:35,943 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:35: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:35:35,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:36,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-271ff8f2-ce47-4bac-bce2-c3210648534e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210"}, "enabled": true, "id": "d22e4ff81018446b99302f92ff154210", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}} 2019-01-20 13:35:36,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 used request id req-271ff8f2-ce47-4bac-bce2-c3210648534e 2019-01-20 13:35:36,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:36,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ef642940-fe3c-4aae-9050-f4dcc36c27dc Date: Sun, 20 Jan 2019 13:35:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:35: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":"d22e4ff81018446b99302f92ff154210","id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet"}]} 2019-01-20 13:35:36,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-ef642940-fe3c-4aae-9050-f4dcc36c27dc 2019-01-20 13:35:36,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2&name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:36,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-387e6926-4df1-4f61-8097-e3701e9d07e9 Date: Sun, 20 Jan 2019 13:35:36 GMT RESP BODY: {"ports":[]} 2019-01-20 13:35:36,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2&name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1port-1&admin_state_up=True used request id req-387e6926-4df1-4f61-8097-e3701e9d07e9 2019-01-20 13:35:36,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:36,636 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-9bc0e1ef-aac8-47aa-bf6a-849b9123d698 x-compute-request-id: req-9bc0e1ef-aac8-47aa-bf6a-849b9123d698 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:35:36,636 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst used request id req-9bc0e1ef-aac8-47aa-bf6a-849b9123d698 2019-01-20 13:35:36,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:36,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3845349e-0eaa-45a6-9f1e-5d501a27c4d8 Date: Sun, 20 Jan 2019 13:35: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":["e424684d-c68c-4338-8e37-e2d1b1d05d4f"],"updated_at":"2019-01-20T13:35:19Z","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d22e4ff81018446b99302f92ff154210","id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net"}]} 2019-01-20 13:35:36,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net used request id req-3845349e-0eaa-45a6-9f1e-5d501a27c4d8 2019-01-20 13:35:36,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:36,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16ce1966-86ac-4485-9c00-4c3259635650 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210"}, "enabled": true, "id": "d22e4ff81018446b99302f92ff154210", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}} 2019-01-20 13:35:36,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 used request id req-16ce1966-86ac-4485-9c00-4c3259635650 2019-01-20 13:35:36,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:37,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-987fe0ec-9d44-4e4e-bf16-ded2da15bdcb Date: Sun, 20 Jan 2019 13:35:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:35: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":"d22e4ff81018446b99302f92ff154210","id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet"}]} 2019-01-20 13:35:37,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-987fe0ec-9d44-4e4e-bf16-ded2da15bdcb 2019-01-20 13:35:37,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2&name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:37,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-95ff922b-5297-4d28-809c-99ffc2783db3 Date: Sun, 20 Jan 2019 13:35:37 GMT RESP BODY: {"ports":[]} 2019-01-20 13:35:37,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2&name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1port-1&admin_state_up=True used request id req-95ff922b-5297-4d28-809c-99ffc2783db3 2019-01-20 13:35:37,383 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:35:37,384 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:35:37,763 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "67958910838f4264bd819d7786d1537e", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj-role"}], "expires_at": "2019-01-20T14:35:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d22e4ff81018446b99302f92ff154210", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d22e4ff81018446b99302f92ff154210", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-user", "id": "438247964b8840cd8c22a93f0d08d062"}, "audit_ids": ["ztj_RGEpQKSH8NgTXA9jqA"], "issued_at": "2019-01-20T13:35:37.000000Z"}} 2019-01-20 13:35:37,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}422130069b3a4710b15d7a314d52103e4b900371" 2019-01-20 13:35:37,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75df589d-0c36-46f0-82bf-2d7987526290 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:35:37,924 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-75df589d-0c36-46f0-82bf-2d7987526290 2019-01-20 13:35:37,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:38,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b9e6feae-bb9f-48fe-96e5-1e00a1da37ee Date: Sun, 20 Jan 2019 13:35: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":["e424684d-c68c-4338-8e37-e2d1b1d05d4f"],"updated_at":"2019-01-20T13:35:19Z","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d22e4ff81018446b99302f92ff154210","id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net"}]} 2019-01-20 13:35:38,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net used request id req-b9e6feae-bb9f-48fe-96e5-1e00a1da37ee 2019-01-20 13:35:38,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:38,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2396a43f-3ced-4a93-9d19-698e3c57194c Date: Sun, 20 Jan 2019 13:35:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:35: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":"d22e4ff81018446b99302f92ff154210","id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet"}]} 2019-01-20 13:35:38,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-2396a43f-3ced-4a93-9d19-698e3c57194c 2019-01-20 13:35:38,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:38,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-cd1890a3-accc-4788-84ed-249bdcdb1ef7 Date: Sun, 20 Jan 2019 13:35: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":["e424684d-c68c-4338-8e37-e2d1b1d05d4f"],"updated_at":"2019-01-20T13:35:19Z","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d22e4ff81018446b99302f92ff154210","id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net"}]} 2019-01-20 13:35:38,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net used request id req-cd1890a3-accc-4788-84ed-249bdcdb1ef7 2019-01-20 13:35:38,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:35:38,399 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:35: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:35:38,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}422130069b3a4710b15d7a314d52103e4b900371" 2019-01-20 13:35:38,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d757c0eb-d700-423f-b8e9-4b4f27689b01 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210"}, "enabled": true, "id": "d22e4ff81018446b99302f92ff154210", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}} 2019-01-20 13:35:38,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 used request id req-d757c0eb-d700-423f-b8e9-4b4f27689b01 2019-01-20 13:35:38,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:38,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0374ef73-29db-49ee-ba10-759611e3f08a Date: Sun, 20 Jan 2019 13:35:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:35: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":"d22e4ff81018446b99302f92ff154210","id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet"}]} 2019-01-20 13:35:38,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-0374ef73-29db-49ee-ba10-759611e3f08a 2019-01-20 13:35:38,636 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net 2019-01-20 13:35:38,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" -d '{"port": {"network_id": "bc131db0-d90b-47ee-b4e8-1c7b509c3be2", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1port-1", "admin_state_up": true}}' 2019-01-20 13:35:39,582 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-add38435-4563-4047-9df6-0e2081caf589 Date: Sun, 20 Jan 2019 13:35:39 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:39Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.13"}],"id":"f4dfe072-31e4-4cb8-8394-12cfcbcd0fc1","security_groups":["4dc7575a-aac7-4f71-a025-f73fc58df3eb"],"mac_address":"fa:16:3e:5c:95:db","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1port-1","project_id":"d22e4ff81018446b99302f92ff154210","qos_policy_id":null,"admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:39Z","binding:vnic_type":"normal"}} 2019-01-20 13:35:39,583 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-add38435-4563-4047-9df6-0e2081caf589 2019-01-20 13:35:39,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:39,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-65a9ddd7-ca13-41ec-b219-557606ace2b7 Date: Sun, 20 Jan 2019 13:35: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":["e424684d-c68c-4338-8e37-e2d1b1d05d4f"],"updated_at":"2019-01-20T13:35:19Z","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d22e4ff81018446b99302f92ff154210","id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net"}]} 2019-01-20 13:35:39,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net used request id req-65a9ddd7-ca13-41ec-b219-557606ace2b7 2019-01-20 13:35:39,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:39,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74cade8f-38b8-484e-91e7-eea05a9755d7 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210"}, "enabled": true, "id": "d22e4ff81018446b99302f92ff154210", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}} 2019-01-20 13:35:39,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 used request id req-74cade8f-38b8-484e-91e7-eea05a9755d7 2019-01-20 13:35:39,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:39,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c6ad454d-3e61-4b4c-a7a1-0a2f987431ec Date: Sun, 20 Jan 2019 13:35:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:35: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":"d22e4ff81018446b99302f92ff154210","id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet"}]} 2019-01-20 13:35:39,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-c6ad454d-3e61-4b4c-a7a1-0a2f987431ec 2019-01-20 13:35:39,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2&name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:40,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-9fb3d017-5408-44e7-be7f-c907f3e5e0cc Date: Sun, 20 Jan 2019 13:35:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:39Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.13"}],"id":"f4dfe072-31e4-4cb8-8394-12cfcbcd0fc1","security_groups":["4dc7575a-aac7-4f71-a025-f73fc58df3eb"],"mac_address":"fa:16:3e:5c:95:db","project_id":"d22e4ff81018446b99302f92ff154210","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1port-1","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:39Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:35:40,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2&name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1port-1&admin_state_up=True used request id req-9fb3d017-5408-44e7-be7f-c907f3e5e0cc 2019-01-20 13:35:40,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:40,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7078eb20-8888-4ad9-ab1a-89a603d41a65 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210"}, "enabled": true, "id": "d22e4ff81018446b99302f92ff154210", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}} 2019-01-20 13:35:40,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 used request id req-7078eb20-8888-4ad9-ab1a-89a603d41a65 2019-01-20 13:35:40,286 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst 2019-01-20 13:35:40,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:40,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35: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-c76dc7dd-18c8-4db1-b09e-daae8da2333a x-compute-request-id: req-c76dc7dd-18c8-4db1-b09e-daae8da2333a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "4869c629-10b2-4e04-9b01-a9837ea90bb6", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-flavor-name"}]} 2019-01-20 13:35:40,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-c76dc7dd-18c8-4db1-b09e-daae8da2333a 2019-01-20 13:35:40,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:40,344 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35: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-0660723b-a601-452f-8033-e9f0053c908d x-compute-request-id: req-0660723b-a601-452f-8033-e9f0053c908d Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4869c629-10b2-4e04-9b01-a9837ea90bb6", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:35:40,344 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6 used request id req-0660723b-a601-452f-8033-e9f0053c908d 2019-01-20 13:35:40,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:40,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-894b3828-ad87-4e3c-9ba4-cc33aa5acaef Date: Sun, 20 Jan 2019 13:35:40 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:35:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:35:17Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/071f036f-b118-4b17-8cff-2305a862365b/snap", "metadata": {}}], "self": "/v2/images/071f036f-b118-4b17-8cff-2305a862365b", "min_disk": 0, "protected": false, "id": "071f036f-b118-4b17-8cff-2305a862365b", "file": "/v2/images/071f036f-b118-4b17-8cff-2305a862365b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d22e4ff81018446b99302f92ff154210", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/071f036f-b118-4b17-8cff-2305a862365b/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-image"} 2019-01-20 13:35:40,526 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-image used request id req-894b3828-ad87-4e3c-9ba4-cc33aa5acaef 2019-01-20 13:35:40,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:40,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a0647ee2-a6db-4998-8b22-e74c1061fe5d Date: Sun, 20 Jan 2019 13:35: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"}}} 2019-01-20 13:35:40,677 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-a0647ee2-a6db-4998-8b22-e74c1061fe5d 2019-01-20 13:35:40,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst", "imageRef": "071f036f-b118-4b17-8cff-2305a862365b", "key_name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp", "flavorRef": "4869c629-10b2-4e04-9b01-a9837ea90bb6", "max_count": 1, "min_count": 1, "networks": [{"port": "f4dfe072-31e4-4cb8-8394-12cfcbcd0fc1"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp"}]}}' 2019-01-20 13:35:43,065 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:35: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-2e16ff99-75cc-4836-867d-7f59d4e89084 x-compute-request-id: req-2e16ff99-75cc-4836-867d-7f59d4e89084 Content-Length: 444 location: http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "c346af54-64c3-44fd-ab05-0ccdcc0d192f", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "bookmark"}], "adminPass": "4Vh6jhcn7eTi"}} 2019-01-20 13:35:43,065 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-2e16ff99-75cc-4836-867d-7f59d4e89084 2019-01-20 13:35:43,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:43,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-a908f6c1-55c7-44d2-99c8-5b25544e4a59 x-compute-request-id: req-a908f6c1-55c7-44d2-99c8-5b25544e4a59 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.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "bookmark"}], "image": {"id": "071f036f-b118-4b17-8cff-2305a862365b", "links": [{"href": "http://172.30.9.22:8774/images/071f036f-b118-4b17-8cff-2305a862365b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4869c629-10b2-4e04-9b01-a9837ea90bb6", "links": [{"href": "http://172.30.9.22:8774/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "bookmark"}]}, "id": "c346af54-64c3-44fd-ab05-0ccdcc0d192f", "user_id": "438247964b8840cd8c22a93f0d08d062", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:35:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst", "created": "2019-01-20T13:35:43Z", "tenant_id": "d22e4ff81018446b99302f92ff154210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:35:43,510 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f used request id req-a908f6c1-55c7-44d2-99c8-5b25544e4a59 2019-01-20 13:35:43,510 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst 2019-01-20 13:35:43,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:43,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-ae2737bc-c2af-4792-93da-3dc62f846c75 x-compute-request-id: req-ae2737bc-c2af-4792-93da-3dc62f846c75 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.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "bookmark"}], "image": {"id": "071f036f-b118-4b17-8cff-2305a862365b", "links": [{"href": "http://172.30.9.22:8774/images/071f036f-b118-4b17-8cff-2305a862365b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4869c629-10b2-4e04-9b01-a9837ea90bb6", "links": [{"href": "http://172.30.9.22:8774/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "bookmark"}]}, "id": "c346af54-64c3-44fd-ab05-0ccdcc0d192f", "user_id": "438247964b8840cd8c22a93f0d08d062", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:35:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst", "created": "2019-01-20T13:35:43Z", "tenant_id": "d22e4ff81018446b99302f92ff154210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:35:43,874 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f used request id req-ae2737bc-c2af-4792-93da-3dc62f846c75 2019-01-20 13:35:43,875 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst] is - BUILD 2019-01-20 13:35:43,875 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:35:46,875 - create_instance - DEBUG - VM status query timeout in 896.635209084 2019-01-20 13:35:46,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:47,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-6df0c955-1cea-4824-a010-d4857f03146c x-compute-request-id: req-6df0c955-1cea-4824-a010-d4857f03146c 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.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "bookmark"}], "image": {"id": "071f036f-b118-4b17-8cff-2305a862365b", "links": [{"href": "http://172.30.9.22:8774/images/071f036f-b118-4b17-8cff-2305a862365b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4869c629-10b2-4e04-9b01-a9837ea90bb6", "links": [{"href": "http://172.30.9.22:8774/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "bookmark"}]}, "id": "c346af54-64c3-44fd-ab05-0ccdcc0d192f", "security_groups": [{"name": "default"}], "user_id": "438247964b8840cd8c22a93f0d08d062", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:35:44Z", "hostId": "8a3f4e4196f920616f3dacdd143c362d6979dbccd0492448bcb0289a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst", "created": "2019-01-20T13:35:43Z", "tenant_id": "d22e4ff81018446b99302f92ff154210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:35:47,480 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f used request id req-6df0c955-1cea-4824-a010-d4857f03146c 2019-01-20 13:35:47,481 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst] is - BUILD 2019-01-20 13:35:47,481 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:35:50,484 - create_instance - DEBUG - VM status query timeout in 893.026605129 2019-01-20 13:35:50,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:50,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35: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-03d4f9f9-9c42-4528-9de5-6ef1e41405a7 x-compute-request-id: req-03d4f9f9-9c42-4528-9de5-6ef1e41405a7 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:95:db", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "bookmark"}], "image": {"id": "071f036f-b118-4b17-8cff-2305a862365b", "links": [{"href": "http://172.30.9.22:8774/images/071f036f-b118-4b17-8cff-2305a862365b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:35:47.000000", "flavor": {"id": "4869c629-10b2-4e04-9b01-a9837ea90bb6", "links": [{"href": "http://172.30.9.22:8774/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "bookmark"}]}, "id": "c346af54-64c3-44fd-ab05-0ccdcc0d192f", "security_groups": [{"name": "default"}], "user_id": "438247964b8840cd8c22a93f0d08d062", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:35:48Z", "hostId": "8a3f4e4196f920616f3dacdd143c362d6979dbccd0492448bcb0289a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst", "created": "2019-01-20T13:35:43Z", "tenant_id": "d22e4ff81018446b99302f92ff154210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:35:50,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f used request id req-03d4f9f9-9c42-4528-9de5-6ef1e41405a7 2019-01-20 13:35:50,697 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst] is - ACTIVE 2019-01-20 13:35:50,697 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:35:50,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:51,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35: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-78b0bbaa-b3a2-459b-93c2-4f386ef53a94 x-compute-request-id: req-78b0bbaa-b3a2-459b-93c2-4f386ef53a94 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:95:db", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "bookmark"}], "image": {"id": "071f036f-b118-4b17-8cff-2305a862365b", "links": [{"href": "http://172.30.9.22:8774/images/071f036f-b118-4b17-8cff-2305a862365b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:35:47.000000", "flavor": {"id": "4869c629-10b2-4e04-9b01-a9837ea90bb6", "links": [{"href": "http://172.30.9.22:8774/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "bookmark"}]}, "id": "c346af54-64c3-44fd-ab05-0ccdcc0d192f", "security_groups": [{"name": "default"}], "user_id": "438247964b8840cd8c22a93f0d08d062", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:35:48Z", "hostId": "8a3f4e4196f920616f3dacdd143c362d6979dbccd0492448bcb0289a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst", "created": "2019-01-20T13:35:43Z", "tenant_id": "d22e4ff81018446b99302f92ff154210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:35:51,509 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f used request id req-78b0bbaa-b3a2-459b-93c2-4f386ef53a94 2019-01-20 13:35:51,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:51,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8cfe45d9-a743-4d6f-8626-7271da3e6a66 Date: Sun, 20 Jan 2019 13:35: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":["e424684d-c68c-4338-8e37-e2d1b1d05d4f"],"updated_at":"2019-01-20T13:35:19Z","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d22e4ff81018446b99302f92ff154210","id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net"}]} 2019-01-20 13:35:51,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net used request id req-8cfe45d9-a743-4d6f-8626-7271da3e6a66 2019-01-20 13:35:51,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:51,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0fe4a23-44be-4ee3-a03d-ade4253e6354 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210"}, "enabled": true, "id": "d22e4ff81018446b99302f92ff154210", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}} 2019-01-20 13:35:51,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 used request id req-e0fe4a23-44be-4ee3-a03d-ade4253e6354 2019-01-20 13:35:51,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:51,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0e963cda-cc4c-4632-b092-0c14667fbda8 Date: Sun, 20 Jan 2019 13:35:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:35: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":"d22e4ff81018446b99302f92ff154210","id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet"}]} 2019-01-20 13:35:51,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-0e963cda-cc4c-4632-b092-0c14667fbda8 2019-01-20 13:35:51,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:52,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-23ab7fef-52f5-4ab8-b936-51e10ca51e71 Date: Sun, 20 Jan 2019 13:35:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.4"}],"id":"212181e6-8cad-4868-b3c6-6b2c0fd9501c","security_groups":[],"mac_address":"fa:16:3e:c5:d4:5b","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bc131db0-d90b-47ee-b4e8-1c7b509c3be2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.3"}],"id":"a0d15cac-8872-4f4f-a492-dcf6efa42d5e","security_groups":[],"mac_address":"fa:16:3e:6f:a2:47","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bc131db0-d90b-47ee-b4e8-1c7b509c3be2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.1"}],"id":"acfc803d-b2b7-4915-aad0-250dc59c9805","security_groups":[],"mac_address":"fa:16:3e:c6:33:13","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:28Z","binding:vnic_type":"normal","device_id":"1f20e115-c146-4046-9da4-74a8567c6954"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.2"}],"id":"e88fa5fc-bc89-4b85-a6f4-008f2e478103","security_groups":[],"mac_address":"fa:16:3e:41:30:c0","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bc131db0-d90b-47ee-b4e8-1c7b509c3be2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:48Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.13"}],"id":"f4dfe072-31e4-4cb8-8394-12cfcbcd0fc1","security_groups":["4dc7575a-aac7-4f71-a025-f73fc58df3eb"],"mac_address":"fa:16:3e:5c:95:db","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1port-1","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:39Z","binding:vnic_type":"normal","device_id":"c346af54-64c3-44fd-ab05-0ccdcc0d192f"}]} 2019-01-20 13:35:52,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-23ab7fef-52f5-4ab8-b936-51e10ca51e71 2019-01-20 13:35:52,043 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp"}}' 2019-01-20 13:35:53,581 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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-fd12081d-0f32-40ec-b5f3-4ac49aed9dbb x-compute-request-id: req-fd12081d-0f32-40ec-b5f3-4ac49aed9dbb Content-Length: 0 Content-Type: application/json 2019-01-20 13:35:53,581 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f/action used request id req-fd12081d-0f32-40ec-b5f3-4ac49aed9dbb 2019-01-20 13:35:53,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:53,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-9cc1a6be-9975-4ad4-8e95-318657a35b51 Date: Sun, 20 Jan 2019 13:35:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:22Z", "admin_state_up": true, "updated_at": "2019-01-20T13:35:28Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "d22e4ff81018446b99302f92ff154210", "id": "1f20e115-c146-4046-9da4-74a8567c6954", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-router"}]} 2019-01-20 13:35:53,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-router used request id req-9cc1a6be-9975-4ad4-8e95-318657a35b51 2019-01-20 13:35:53,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:53,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe7c0401-0106-43aa-8424-ff6eda91d48d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210"}, "enabled": true, "id": "d22e4ff81018446b99302f92ff154210", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}} 2019-01-20 13:35:53,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 used request id req-fe7c0401-0106-43aa-8424-ff6eda91d48d 2019-01-20 13:35:53,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=1f20e115-c146-4046-9da4-74a8567c6954 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:53,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-302b61ff-fc5a-45e7-8e73-bdbffdb4d8d8 Date: Sun, 20 Jan 2019 13:35:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.1"}],"id":"acfc803d-b2b7-4915-aad0-250dc59c9805","security_groups":[],"mac_address":"fa:16:3e:c6:33:13","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:28Z","binding:vnic_type":"normal","device_id":"1f20e115-c146-4046-9da4-74a8567c6954"}]} 2019-01-20 13:35:53,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=1f20e115-c146-4046-9da4-74a8567c6954 used request id req-302b61ff-fc5a-45e7-8e73-bdbffdb4d8d8 2019-01-20 13:35:53,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/e424684d-c68c-4338-8e37-e2d1b1d05d4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:54,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-52a59ff4-d527-4da2-a7e3-6f69ed93a356 Date: Sun, 20 Jan 2019 13:35:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:35: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":"d22e4ff81018446b99302f92ff154210","id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet"}} 2019-01-20 13:35:54,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/e424684d-c68c-4338-8e37-e2d1b1d05d4f used request id req-52a59ff4-d527-4da2-a7e3-6f69ed93a356 2019-01-20 13:35:54,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:54,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-07ecc99d-f81b-464c-942b-c64e998394a1 Date: Sun, 20 Jan 2019 13:35:54 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:35:54,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-07ecc99d-f81b-464c-942b-c64e998394a1 2019-01-20 13:35:54,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:54,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-18db9ebe-ddee-4cc0-946d-a114bcc61a28 Date: Sun, 20 Jan 2019 13:35:54 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:35:54,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-18db9ebe-ddee-4cc0-946d-a114bcc61a28 2019-01-20 13:35:54,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:55,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a03d6c86-d1a8-4f3d-a2b2-fca6cab43242 x-compute-request-id: req-a03d6c86-d1a8-4f3d-a2b2-fca6cab43242 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:95:db", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "bookmark"}], "image": {"id": "071f036f-b118-4b17-8cff-2305a862365b", "links": [{"href": "http://172.30.9.22:8774/images/071f036f-b118-4b17-8cff-2305a862365b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:35:47.000000", "flavor": {"id": "4869c629-10b2-4e04-9b01-a9837ea90bb6", "links": [{"href": "http://172.30.9.22:8774/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "bookmark"}]}, "id": "c346af54-64c3-44fd-ab05-0ccdcc0d192f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp"}], "user_id": "438247964b8840cd8c22a93f0d08d062", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:35:48Z", "hostId": "8a3f4e4196f920616f3dacdd143c362d6979dbccd0492448bcb0289a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst", "created": "2019-01-20T13:35:43Z", "tenant_id": "d22e4ff81018446b99302f92ff154210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:35:55,026 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f used request id req-a03d6c86-d1a8-4f3d-a2b2-fca6cab43242 2019-01-20 13:35:55,026 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst] is - ACTIVE 2019-01-20 13:35:55,026 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:35:55,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:55,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f9c600c-24f6-41f0-80d4-4f4b34159cbe x-compute-request-id: req-7f9c600c-24f6-41f0-80d4-4f4b34159cbe Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:95:db", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "bookmark"}], "image": {"id": "071f036f-b118-4b17-8cff-2305a862365b", "links": [{"href": "http://172.30.9.22:8774/images/071f036f-b118-4b17-8cff-2305a862365b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:35:47.000000", "flavor": {"id": "4869c629-10b2-4e04-9b01-a9837ea90bb6", "links": [{"href": "http://172.30.9.22:8774/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "bookmark"}]}, "id": "c346af54-64c3-44fd-ab05-0ccdcc0d192f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp"}], "user_id": "438247964b8840cd8c22a93f0d08d062", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:35:48Z", "hostId": "8a3f4e4196f920616f3dacdd143c362d6979dbccd0492448bcb0289a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst", "created": "2019-01-20T13:35:43Z", "tenant_id": "d22e4ff81018446b99302f92ff154210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:35:55,359 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f used request id req-7f9c600c-24f6-41f0-80d4-4f4b34159cbe 2019-01-20 13:35:55,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:55,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a1e1b513-2eb2-4324-bd33-f64a777f210f Date: Sun, 20 Jan 2019 13:35: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":["e424684d-c68c-4338-8e37-e2d1b1d05d4f"],"updated_at":"2019-01-20T13:35:19Z","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d22e4ff81018446b99302f92ff154210","id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net"}]} 2019-01-20 13:35:55,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net used request id req-a1e1b513-2eb2-4324-bd33-f64a777f210f 2019-01-20 13:35:55,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:55,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e9bcfb6-be32-4938-8c3e-27727301604c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210"}, "enabled": true, "id": "d22e4ff81018446b99302f92ff154210", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}} 2019-01-20 13:35:55,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 used request id req-9e9bcfb6-be32-4938-8c3e-27727301604c 2019-01-20 13:35:55,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:55,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-43404282-bab3-46f8-990d-1a57a3322197 Date: Sun, 20 Jan 2019 13:35:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:35: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":"d22e4ff81018446b99302f92ff154210","id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet"}]} 2019-01-20 13:35:55,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-43404282-bab3-46f8-990d-1a57a3322197 2019-01-20 13:35:55,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:55,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-b7aad47b-a22b-46d6-bd16-da3e56e1ff05 Date: Sun, 20 Jan 2019 13:35:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.4"}],"id":"212181e6-8cad-4868-b3c6-6b2c0fd9501c","security_groups":[],"mac_address":"fa:16:3e:c5:d4:5b","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bc131db0-d90b-47ee-b4e8-1c7b509c3be2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.3"}],"id":"a0d15cac-8872-4f4f-a492-dcf6efa42d5e","security_groups":[],"mac_address":"fa:16:3e:6f:a2:47","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bc131db0-d90b-47ee-b4e8-1c7b509c3be2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.1"}],"id":"acfc803d-b2b7-4915-aad0-250dc59c9805","security_groups":[],"mac_address":"fa:16:3e:c6:33:13","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:28Z","binding:vnic_type":"normal","device_id":"1f20e115-c146-4046-9da4-74a8567c6954"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.2"}],"id":"e88fa5fc-bc89-4b85-a6f4-008f2e478103","security_groups":[],"mac_address":"fa:16:3e:41:30:c0","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bc131db0-d90b-47ee-b4e8-1c7b509c3be2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.13"}],"id":"f4dfe072-31e4-4cb8-8394-12cfcbcd0fc1","security_groups":["4dc7575a-aac7-4f71-a025-f73fc58df3eb","c2adc52d-b1a0-42c8-84b8-ba3bdab4434b"],"mac_address":"fa:16:3e:5c:95:db","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1port-1","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:39Z","binding:vnic_type":"normal","device_id":"c346af54-64c3-44fd-ab05-0ccdcc0d192f"}]} 2019-01-20 13:35:55,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-b7aad47b-a22b-46d6-bd16-da3e56e1ff05 2019-01-20 13:35:55,954 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-20 13:35:55,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:56,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-953b13c7-1d92-4d19-aed3-ad94382ad0e9 Date: Sun, 20 Jan 2019 13:35:56 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:35:56,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-953b13c7-1d92-4d19-aed3-ad94382ad0e9 2019-01-20 13:35:56,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:56,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-639de73e-f362-4ac1-a1ec-0af78e967ebc Date: Sun, 20 Jan 2019 13:35:56 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:35:56,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-639de73e-f362-4ac1-a1ec-0af78e967ebc 2019-01-20 13:35:56,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" -d '{"floatingip": {"floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "port_id": "f4dfe072-31e4-4cb8-8394-12cfcbcd0fc1"}}' 2019-01-20 13:35:58,258 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-eeb4a21d-dbc8-4cbf-9f5b-b9e3a4bf3f39 Date: Sun, 20 Jan 2019 13:35:58 GMT RESP BODY: {"floatingip": {"router_id": "1f20e115-c146-4046-9da4-74a8567c6954", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:57Z", "updated_at": "2019-01-20T13:35:57Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "10.55.1.13", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "d22e4ff81018446b99302f92ff154210", "port_id": "f4dfe072-31e4-4cb8-8394-12cfcbcd0fc1", "id": "deb00922-471e-40c8-9af2-090a40f97dd4"}} 2019-01-20 13:35:58,258 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-eeb4a21d-dbc8-4cbf-9f5b-b9e3a4bf3f39 2019-01-20 13:35:58,259 - create_instance - INFO - Created floating IP 172.30.9.209 via router - CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-router 2019-01-20 13:35:58,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:59,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-28d4b531-be81-4cc9-9b83-3beaf0fdcbd5 x-compute-request-id: req-28d4b531-be81-4cc9-9b83-3beaf0fdcbd5 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:95:db", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "bookmark"}], "image": {"id": "071f036f-b118-4b17-8cff-2305a862365b", "links": [{"href": "http://172.30.9.22:8774/images/071f036f-b118-4b17-8cff-2305a862365b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:35:47.000000", "flavor": {"id": "4869c629-10b2-4e04-9b01-a9837ea90bb6", "links": [{"href": "http://172.30.9.22:8774/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "bookmark"}]}, "id": "c346af54-64c3-44fd-ab05-0ccdcc0d192f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp"}], "user_id": "438247964b8840cd8c22a93f0d08d062", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:35:48Z", "hostId": "8a3f4e4196f920616f3dacdd143c362d6979dbccd0492448bcb0289a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst", "created": "2019-01-20T13:35:43Z", "tenant_id": "d22e4ff81018446b99302f92ff154210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:35:59,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f used request id req-28d4b531-be81-4cc9-9b83-3beaf0fdcbd5 2019-01-20 13:35:59,119 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst] is - ACTIVE 2019-01-20 13:35:59,119 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:35:59,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:59,747 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92a6bc64-516b-4750-9215-5b03cafa2720 x-compute-request-id: req-92a6bc64-516b-4750-9215-5b03cafa2720 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:95:db", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:95:db", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "bookmark"}], "image": {"id": "071f036f-b118-4b17-8cff-2305a862365b", "links": [{"href": "http://172.30.9.22:8774/images/071f036f-b118-4b17-8cff-2305a862365b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:35:47.000000", "flavor": {"id": "4869c629-10b2-4e04-9b01-a9837ea90bb6", "links": [{"href": "http://172.30.9.22:8774/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "bookmark"}]}, "id": "c346af54-64c3-44fd-ab05-0ccdcc0d192f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp"}], "user_id": "438247964b8840cd8c22a93f0d08d062", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:35:48Z", "hostId": "8a3f4e4196f920616f3dacdd143c362d6979dbccd0492448bcb0289a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst", "created": "2019-01-20T13:35:43Z", "tenant_id": "d22e4ff81018446b99302f92ff154210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:35:59,747 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f used request id req-92a6bc64-516b-4750-9215-5b03cafa2720 2019-01-20 13:35:59,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:59,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-febc6d32-d20a-47db-b4dc-6ccf5afefc22 Date: Sun, 20 Jan 2019 13:35: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":["e424684d-c68c-4338-8e37-e2d1b1d05d4f"],"updated_at":"2019-01-20T13:35:19Z","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d22e4ff81018446b99302f92ff154210","id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net"}]} 2019-01-20 13:35:59,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net used request id req-febc6d32-d20a-47db-b4dc-6ccf5afefc22 2019-01-20 13:35:59,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:59,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:35:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65b20ff7-7320-409d-96db-804b520037c6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210"}, "enabled": true, "id": "d22e4ff81018446b99302f92ff154210", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}} 2019-01-20 13:35:59,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 used request id req-65b20ff7-7320-409d-96db-804b520037c6 2019-01-20 13:35:59,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:35:59,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d7c731ae-8e9f-44c7-8511-f0bb2c084cff Date: Sun, 20 Jan 2019 13:35:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:35: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":"d22e4ff81018446b99302f92ff154210","id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet"}]} 2019-01-20 13:35:59,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-d7c731ae-8e9f-44c7-8511-f0bb2c084cff 2019-01-20 13:35:59,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:36:00,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-39806641-1042-48eb-86e2-a56f2d6312f8 Date: Sun, 20 Jan 2019 13:36:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.4"}],"id":"212181e6-8cad-4868-b3c6-6b2c0fd9501c","security_groups":[],"mac_address":"fa:16:3e:c5:d4:5b","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bc131db0-d90b-47ee-b4e8-1c7b509c3be2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.3"}],"id":"a0d15cac-8872-4f4f-a492-dcf6efa42d5e","security_groups":[],"mac_address":"fa:16:3e:6f:a2:47","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bc131db0-d90b-47ee-b4e8-1c7b509c3be2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.1"}],"id":"acfc803d-b2b7-4915-aad0-250dc59c9805","security_groups":[],"mac_address":"fa:16:3e:c6:33:13","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:28Z","binding:vnic_type":"normal","device_id":"1f20e115-c146-4046-9da4-74a8567c6954"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.2"}],"id":"e88fa5fc-bc89-4b85-a6f4-008f2e478103","security_groups":[],"mac_address":"fa:16:3e:41:30:c0","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bc131db0-d90b-47ee-b4e8-1c7b509c3be2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.13"}],"id":"f4dfe072-31e4-4cb8-8394-12cfcbcd0fc1","security_groups":["4dc7575a-aac7-4f71-a025-f73fc58df3eb","c2adc52d-b1a0-42c8-84b8-ba3bdab4434b"],"mac_address":"fa:16:3e:5c:95:db","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1port-1","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:39Z","binding:vnic_type":"normal","device_id":"c346af54-64c3-44fd-ab05-0ccdcc0d192f"}]} 2019-01-20 13:36:00,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-39806641-1042-48eb-86e2-a56f2d6312f8 2019-01-20 13:36:00,238 - create_instance_tests - INFO - Looking for IP 10.55.1.13 in the console log 2019-01-20 13:36:00,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:36:00,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36: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-a738347f-a965-4643-bff6-c088bb98de66 x-compute-request-id: req-a738347f-a965-4643-bff6-c088bb98de66 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:95:db", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:95:db", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "bookmark"}], "image": {"id": "071f036f-b118-4b17-8cff-2305a862365b", "links": [{"href": "http://172.30.9.22:8774/images/071f036f-b118-4b17-8cff-2305a862365b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:35:47.000000", "flavor": {"id": "4869c629-10b2-4e04-9b01-a9837ea90bb6", "links": [{"href": "http://172.30.9.22:8774/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "bookmark"}]}, "id": "c346af54-64c3-44fd-ab05-0ccdcc0d192f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp"}], "user_id": "438247964b8840cd8c22a93f0d08d062", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:35:48Z", "hostId": "8a3f4e4196f920616f3dacdd143c362d6979dbccd0492448bcb0289a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst", "created": "2019-01-20T13:35:43Z", "tenant_id": "d22e4ff81018446b99302f92ff154210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:36:00,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f used request id req-a738347f-a965-4643-bff6-c088bb98de66 2019-01-20 13:36:00,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 13:36:01,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36: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-43e070d6-72a2-40f6-beeb-cd767f944d33 x-compute-request-id: req-43e070d6-72a2-40f6-beeb-cd767f944d33 Content-Encoding: gzip Content-Length: 9624 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 500111633 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.127624] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.129261] pid_max: default: 32768 minimum: 301\n[ 0.130146] ACPI: Core revision 20150930\n[ 0.131539] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132841] Security Framework initialized\n[ 0.133650] Yama: becoming mindful.\n[ 0.134371] AppArmor: AppArmor initialized\n[ 0.135211] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136501] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.137736] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138911] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140257] Initializing cgroup subsys io\n[ 0.141059] Initializing cgroup subsys memory\n[ 0.141912] Initializing cgroup subsys devices\n[ 0.142784] Initializing cgroup subsys freezer\n[ 0.143643] Initializing cgroup subsys net_cls\n[ 0.144507] Initializing cgroup subsys perf_event\n[ 0.145416] Initializing cgroup subsys net_prio\n[ 0.146285] Initializing cgroup subsys hugetlb\n[ 0.147154] Initializing cgroup subsys pids\n[ 0.148026] CPU: Physical Processor ID: 0\n[ 0.149514] mce: CPU supports 10 MCE banks\n[ 0.150351] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151335] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.153605] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.160087] ftrace: allocating 31920 entries in 125 pages\n[ 0.186588] smpboot: Max logical packages: 2\n[ 0.187434] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.188627] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.189969] x2apic enabled\n[ 0.190789] Switched APIC routing to physical x2apic.\n[ 0.192544] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.193744] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.195877] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.197779] KVM setup paravirtual spinlock\n[ 0.199185] x86: Booting SMP configuration:\n[ 0.200072] .... node #0, CPUs: #1\n[ 0.200950] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.222845] x86: Booted up 1 node, 2 CPUs\n[ 0.222847] KVM setup async PF for cpu 1\n[ 0.222850] kvm-stealtime: cpu 1, msr f90d940\n[ 0.225386] smpboot: Total of 2 processors activated (13967.63 BogoMIPS)\n[ 0.226845] devtmpfs: initialized\n[ 0.228537] evm: security.selinux\n[ 0.229220] evm: security.SMACK64\n[ 0.229900] evm: security.SMACK64EXEC\n[ 0.230636] evm: security.SMACK64TRANSMUTE\n[ 0.231436] evm: security.SMACK64MMAP\n[ 0.232164] evm: security.ima\n[ 0.232796] evm: security.capability\n[ 0.233605] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235434] pinctrl core: initialized pinctrl subsystem\n[ 0.236596] RTC time: 13:35:48, date: 01/20/19\n[ 0.237675] NET: Registered protocol family 16\n[ 0.247511] cpuidle: using governor ladder\n[ 0.259524] cpuidle: using governor menu\n[ 0.260504] PCCT header not found.\n[ 0.261404] ACPI: bus type PCI registered\n[ 0.262350] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.263849] PCI: Using configuration type 1 for base access\n[ 0.276064] ACPI: Added _OSI(Module Device)\n[ 0.277076] ACPI: Added _OSI(Processor Device)\n[ 0.278102] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.279172] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.281698] ACPI: Interpreter enabled\n[ 0.282618] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284806] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.289173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.291449] ACPI: (supports S0 S5)\n[ 0.292262] ACPI: Using IOAPIC for interrupt routing\n[ 0.293366] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.297042] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.298387] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.299856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.301253] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.303935] acpiphp: Slot [3] registered\n[ 0.304870] acpiphp: Slot [4] registered\n[ 0.305823] acpiphp: Slot [5] registered\n[ 0.306773] acpiphp: Slot [6] registered\n[ 0.307716] acpiphp: Slot [7] registered\n[ 0.308669] acpiphp: Slot [8] registered\n[ 0.309591] acpiphp: Slot [9] registered\n[ 0.310507] acpiphp: Slot [10] registered\n[ 0.321266] acpiphp: Slot [11] registered\n[ 0.322207] acpiphp: Slot [12] registered\n[ 0.323142] acpiphp: Slot [13] registered\n[ 0.324102] acpiphp: Slot [14] registered\n[ 0.325064] acpiphp: Slot [15] registered\n[ 0.326036] acpiphp: Slot [16] registered\n[ 0.327003] acpiphp: Slot [17] registered\n[ 0.327937] acpiphp: Slot [18] registered\n[ 0.328868] acpiphp: Slot [19] registered\n[ 0.329798] acpiphp: Slot [20] registered\n[ 0.330731] acpiphp: Slot [21] registered\n[ 0.331692] acpiphp: Slot [22] registered\n[ 0.332659] acpiphp: Slot [23] registered\n[ 0.333592] acpiphp: Slot [24] registered\n[ 0.334522] acpiphp: Slot [25] registered\n[ 0.335470] acpiphp: Slot [26] registered\n[ 0.336445] acpiphp: Slot [27] registered\n[ 0.337386] acpiphp: Slot [28] registered\n[ 0.338315] acpiphp: Slot [29] registered\n[ 0.339238] acpiphp: Slot [30] registered\n[ 0.340178] acpiphp: Slot [31] registered\n[ 0.341103] PCI host bridge to bus 0000:00\n[ 0.342035] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.344952] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.346677] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.348379] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.354666] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.356224] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.357665] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.359153] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.365423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.412452] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.414102] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.415701] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.417350] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.420374] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.421929] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.423192] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.425002] vgaarb: loaded\n[ 0.425697] vgaarb: bridge control possible 0000:00:02.0\n[ 0.427026] SCSI subsystem initialized\n[ 0.428018] ACPI: bus type USB registered\n[ 0.429014] usbcore: registered new interface driver usbfs\n[ 0.430205] usbcore: registered new interface driver hub\n[ 0.431396] usbcore: registered new device driver usb\n[ 0.432710] PCI: Using ACPI for IRQ routing\n[ 0.433912] NetLabel: Initializing\n[ 0.434733] NetLabel: domain hash size = 128\n[ 0.435714] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.436856] NetLabel: unlabeled traffic allowed by default\n[ 0.438211] clocksource: Switched to clocksource kvm-clock\n[ 0.444264] AppArmor: AppArmor Filesystem Enabled\n[ 0.445384] pnp: PnP ACPI init\n[ 0.446407] pnp: PnP ACPI: found 5 devices\n[ 0.453649] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.455625] NET: Registered protocol family 2\n[ 0.456778] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.458298] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.459667] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.461016] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.462270] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463635] NET: Registered protocol family 1\n[ 0.464629] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.465896] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.467150] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.485509] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.504247] Trying to unpack rootfs image as initramfs...\n[ 0.554892] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.569298] Scanning for low memory corruption every 60 seconds\n[ 0.570960] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.572106] audit: initializing netlink subsys (disabled)\n[ 0.573121] audit: type=2000 audit(1547991348.725:1): initialized\n[ 0.574441] Initialise system trusted keyring\n[ 0.575398] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.576540] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578688] zbud: loaded\n[ 0.579453] VFS: Disk quotas dquot_6.6.0\n[ 0.580255] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.581832] fuse init (API version 7.23)\n[ 0.582751] Key type big_key registered\n[ 0.583537] Allocating IMA MOK and blacklist keyrings.\n[ 0.584764] Key type asymmetric registered\n[ 0.585665] Asymmetric key parser 'x509' registered\n[ 0.586730] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.588312] io scheduler noop registered\n[ 0.589140] io scheduler deadline registered (default)\n[ 0.590233] io scheduler cfq registered\n[ 0.591119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.592220] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.593533] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.595108] ACPI: Power Button [PWRF]\n[ 0.596058] GHES: HEST is not enabled!\n[ 0.615667] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671892] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674308] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698371] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701254] Linux agpgart interface v0.103\n[ 0.703732] brd: module loaded\n[ 0.705147] loop: module loaded\n[ 0.710504] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.712048] GPT:90111 != 20971519\n[ 0.712752] GPT:Alternate GPT header not at the end of the disk.\n[ 0.713873] GPT:90111 != 20971519\n[ 0.714622] GPT: Use GNU Parted to correct GPT errors.\n[ 0.715611] vda: vda1 vda15\n[ 0.717130] scsi host0: ata_piix\n[ 0.717957] scsi host1: ata_piix\n[ 0.718716] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.719985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.721348] libphy: Fixed MDIO Bus: probed\n[ 0.722241] tun: Universal TUN/TAP device driver, 1.6\n[ 0.723286] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.725289] PPP generic driver version 2.4.2\n[ 0.726262] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.727610] ehci-pci: EHCI PCI platform driver\n[ 0.728489] ehci-platform: EHCI generic platform driver\n[ 0.729497] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.730684] ohci-pci: OHCI PCI platform driver\n[ 0.731573] ohci-platform: OHCI generic platform driver\n[ 0.732575] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.751438] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.752496] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.753971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.755027] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.756156] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.757559] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.759174] usb usb1: Product: UHCI Host Controller\n[ 0.760235] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.761601] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.762721] hub 1-0:1.0: USB hub found\n[ 0.763595] hub 1-0:1.0: 2 ports detected\n[ 0.764577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.766862] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.767921] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769102] mousedev: PS/2 mouse device common for all mice\n[ 0.770524] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.772642] rtc_cmos 00:00: RTC can wake from S4\n[ 0.773925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.775285] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.776633] i2c /dev entries driver\n[ 0.777467] device-mapper: uevent: version 1.0.3\n[ 0.778543] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.780393] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.781942] NET: Registered protocol family 10\n[ 0.783034] NET: Registered protocol family 17\n[ 0.783982] Key type dns_resolver registered\n[ 0.785004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.786182] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.787373] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.789254] registered taskstats version 1\n[ 0.790143] Loading compiled-in X.509 certificates\n[ 0.791678] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.793601] zswap: loaded using pool lzo/zbud\n[ 0.795152] Key type trusted registered\n[ 0.796952] Key type encrypted registered\n[ 0.797827] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.798913] ima: No TPM chip found, activating TPM-bypass!\n[ 0.800001] evm: HMAC attrs: 0x1\n[ 0.801007] Magic number: 3:878:584\n[ 0.801940] rtc_cmos 00:00: setting system clock to 2019-01-20 13:35:48 UTC (1547991348)\n[ 0.813695] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.814926] EDD information not available.\n[ 0.879272] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.880832] Write protecting the kernel read-only data: 14336k\n[ 0.882439] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.884267] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.939645] 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.13...\nLease of 10.55.1.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.13. 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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC1gl3OknobuNM/GursuDfi68xAdkOBol6L1A+xr7d4ARt+9ZAvAJkfR0fLTVrv1c3gAmdX90OfbmxBt3FuLdHDlm3gYihnD4UfeMia64vNv0IvyFvnILV/Zd+k7RjTr0PLU5zzKNCsnWEL62W55j+xua23ujfndxDx0iNZE2V6zphcxpXPMAAaz4hvxynFOsA7j3+7ZHF28S0vqCU+hFBBHwPYEj1+UQg/wNWvEn6AwDH3UNtZxu+G3Lr66XgLWEu1kwM5V54p0vrYELyq1TS8+YuJrHlezhZBDgs1nJFP8w0DZ4aiBVtMdh2tVb1ktGQjy1LdmWAIB0d88COp3fjP root@createinstancesinglenetworktests-152d97b2-40c6-49c7-a5a1-f62c3e\nssh-dss AAAAB3NzaC1kc3MAAACBAIYFn8uA9lOt5pMue2m1V4wlA5ppf9gWa/N+muo2Pdmx/DSzryVeVMU0qELdCQkx8iy2Z/AvDdF6N5rn1Bt6wCA9tIK99LqrEdtkwUFQxYz9uxSEGH/oWFVJwMOjXv35CK/I/XT41XuRAFa6BzFy3rAG6y1wzy5REPgulj7Cg5l1AAAAFQDZTXzJvXPu2asUNVQxw70Exne/fQAAAIBW+xWCgfSMtIqMC2SNjkaCbd3ZwLj20PbVZ87ImKbJR6+vG6GfMqXiYM85B+IRvYyFDStTy9kF4DlKgh7d6T2E42Ng760bkNl9zNXVQSquEHCFAJ/0yYKH0EHzjCHG7xVVu8UbuXOQvD3ZXhluVNmtDWxZptoG4fD7RgGx5fVEegAAAIASXZfNlCxwFp7/8drYKwQw9/KLM7b6wV5hF3ylk9KEOAdE/pBNaXx5ZsrkOL4uG9jkZcNHFgeZKJw0BiUuxc8nezXoNLeOKMAOARH0FGFkahubWSEIpcWNzQ6FTJ+iela5LyRwwv2JCewLURj0s9glz+nfMEkmV0U7CbXjoOZdrg== root@createinstancesinglenetworktests-152d97b2-40c6-49c7-a5a1-f62c3e\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.13,24,fe80::f816:3eff:fe5c:95db/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.13 \nip-route:169.254.169.254 via 10.55.1.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-00000101\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-152d97b2-40c6-49c7-a5a1-f62c3e\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.09 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-152d97b2-40c6-49c7-a5a1-f62c3e login: "} 2019-01-20 13:36:01,828 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f/action used request id req-43e070d6-72a2-40f6-beeb-cd767f944d33 2019-01-20 13:36:01,830 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-20 13:36:01,830 - 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 500111633 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.908 MHz processor [ 0.127624] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.129261] pid_max: default: 32768 minimum: 301 [ 0.130146] ACPI: Core revision 20150930 [ 0.131539] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132841] Security Framework initialized [ 0.133650] Yama: becoming mindful. [ 0.134371] AppArmor: AppArmor initialized [ 0.135211] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.136501] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.137736] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138911] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140257] Initializing cgroup subsys io [ 0.141059] Initializing cgroup subsys memory [ 0.141912] Initializing cgroup subsys devices [ 0.142784] Initializing cgroup subsys freezer [ 0.143643] Initializing cgroup subsys net_cls [ 0.144507] Initializing cgroup subsys perf_event [ 0.145416] Initializing cgroup subsys net_prio [ 0.146285] Initializing cgroup subsys hugetlb [ 0.147154] Initializing cgroup subsys pids [ 0.148026] CPU: Physical Processor ID: 0 [ 0.149514] mce: CPU supports 10 MCE banks [ 0.150351] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151335] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.153605] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.160087] ftrace: allocating 31920 entries in 125 pages [ 0.186588] smpboot: Max logical packages: 2 [ 0.187434] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.188627] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.189969] x2apic enabled [ 0.190789] Switched APIC routing to physical x2apic. [ 0.192544] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.193744] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.195877] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.197779] KVM setup paravirtual spinlock [ 0.199185] x86: Booting SMP configuration: [ 0.200072] .... node #0, CPUs: #1 [ 0.200950] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.222845] x86: Booted up 1 node, 2 CPUs [ 0.222847] KVM setup async PF for cpu 1 [ 0.222850] kvm-stealtime: cpu 1, msr f90d940 [ 0.225386] smpboot: Total of 2 processors activated (13967.63 BogoMIPS) [ 0.226845] devtmpfs: initialized [ 0.228537] evm: security.selinux [ 0.229220] evm: security.SMACK64 [ 0.229900] evm: security.SMACK64EXEC [ 0.230636] evm: security.SMACK64TRANSMUTE [ 0.231436] evm: security.SMACK64MMAP [ 0.232164] evm: security.ima [ 0.232796] evm: security.capability [ 0.233605] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.235434] pinctrl core: initialized pinctrl subsystem [ 0.236596] RTC time: 13:35:48, date: 01/20/19 [ 0.237675] NET: Registered protocol family 16 [ 0.247511] cpuidle: using governor ladder [ 0.259524] cpuidle: using governor menu [ 0.260504] PCCT header not found. [ 0.261404] ACPI: bus type PCI registered [ 0.262350] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.263849] PCI: Using configuration type 1 for base access [ 0.276064] ACPI: Added _OSI(Module Device) [ 0.277076] ACPI: Added _OSI(Processor Device) [ 0.278102] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.279172] ACPI: Added _OSI(Processor Aggregator Device) [ 0.281698] ACPI: Interpreter enabled [ 0.282618] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.284806] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.287001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.289173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.291449] ACPI: (supports S0 S5) [ 0.292262] ACPI: Using IOAPIC for interrupt routing [ 0.293366] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.297042] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.298387] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.299856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.301253] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.303935] acpiphp: Slot [3] registered [ 0.304870] acpiphp: Slot [4] registered [ 0.305823] acpiphp: Slot [5] registered [ 0.306773] acpiphp: Slot [6] registered [ 0.307716] acpiphp: Slot [7] registered [ 0.308669] acpiphp: Slot [8] registered [ 0.309591] acpiphp: Slot [9] registered [ 0.310507] acpiphp: Slot [10] registered [ 0.321266] acpiphp: Slot [11] registered [ 0.322207] acpiphp: Slot [12] registered [ 0.323142] acpiphp: Slot [13] registered [ 0.324102] acpiphp: Slot [14] registered [ 0.325064] acpiphp: Slot [15] registered [ 0.326036] acpiphp: Slot [16] registered [ 0.327003] acpiphp: Slot [17] registered [ 0.327937] acpiphp: Slot [18] registered [ 0.328868] acpiphp: Slot [19] registered [ 0.329798] acpiphp: Slot [20] registered [ 0.330731] acpiphp: Slot [21] registered [ 0.331692] acpiphp: Slot [22] registered [ 0.332659] acpiphp: Slot [23] registered [ 0.333592] acpiphp: Slot [24] registered [ 0.334522] acpiphp: Slot [25] registered [ 0.335470] acpiphp: Slot [26] registered [ 0.336445] acpiphp: Slot [27] registered [ 0.337386] acpiphp: Slot [28] registered [ 0.338315] acpiphp: Slot [29] registered [ 0.339238] acpiphp: Slot [30] registered [ 0.340178] acpiphp: Slot [31] registered [ 0.341103] PCI host bridge to bus 0000:00 [ 0.342035] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.343463] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.344952] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.346677] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.348379] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.354666] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.356224] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.357665] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.359153] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.365423] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367107] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.412452] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.414102] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.415701] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.417350] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.418917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.420374] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.421929] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.423192] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.425002] vgaarb: loaded [ 0.425697] vgaarb: bridge control possible 0000:00:02.0 [ 0.427026] SCSI subsystem initialized [ 0.428018] ACPI: bus type USB registered [ 0.429014] usbcore: registered new interface driver usbfs [ 0.430205] usbcore: registered new interface driver hub [ 0.431396] usbcore: registered new device driver usb [ 0.432710] PCI: Using ACPI for IRQ routing [ 0.433912] NetLabel: Initializing [ 0.434733] NetLabel: domain hash size = 128 [ 0.435714] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.436856] NetLabel: unlabeled traffic allowed by default [ 0.438211] clocksource: Switched to clocksource kvm-clock [ 0.444264] AppArmor: AppArmor Filesystem Enabled [ 0.445384] pnp: PnP ACPI init [ 0.446407] pnp: PnP ACPI: found 5 devices [ 0.453649] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.455625] NET: Registered protocol family 2 [ 0.456778] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.458298] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.459667] TCP: Hash tables configured (established 2048 bind 2048) [ 0.461016] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.462270] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.463635] NET: Registered protocol family 1 [ 0.464629] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.465896] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.467150] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.485509] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.504247] Trying to unpack rootfs image as initramfs... [ 0.554892] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.569298] Scanning for low memory corruption every 60 seconds [ 0.570960] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.572106] audit: initializing netlink subsys (disabled) [ 0.573121] audit: type=2000 audit(1547991348.725:1): initialized [ 0.574441] Initialise system trusted keyring [ 0.575398] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.576540] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.578688] zbud: loaded [ 0.579453] VFS: Disk quotas dquot_6.6.0 [ 0.580255] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.581832] fuse init (API version 7.23) [ 0.582751] Key type big_key registered [ 0.583537] Allocating IMA MOK and blacklist keyrings. [ 0.584764] Key type asymmetric registered [ 0.585665] Asymmetric key parser 'x509' registered [ 0.586730] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.588312] io scheduler noop registered [ 0.589140] io scheduler deadline registered (default) [ 0.590233] io scheduler cfq registered [ 0.591119] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.592220] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.593533] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.595108] ACPI: Power Button [PWRF] [ 0.596058] GHES: HEST is not enabled! [ 0.615667] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.671892] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.674308] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.698371] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.701254] Linux agpgart interface v0.103 [ 0.703732] brd: module loaded [ 0.705147] loop: module loaded [ 0.710504] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.712048] GPT:90111 != 20971519 [ 0.712752] GPT:Alternate GPT header not at the end of the disk. [ 0.713873] GPT:90111 != 20971519 [ 0.714622] GPT: Use GNU Parted to correct GPT errors. [ 0.715611] vda: vda1 vda15 [ 0.717130] scsi host0: ata_piix [ 0.717957] scsi host1: ata_piix [ 0.718716] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.719985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.721348] libphy: Fixed MDIO Bus: probed [ 0.722241] tun: Universal TUN/TAP device driver, 1.6 [ 0.723286] tun: (C) 1999-2004 Max Krasnyansky [ 0.725289] PPP generic driver version 2.4.2 [ 0.726262] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.727610] ehci-pci: EHCI PCI platform driver [ 0.728489] ehci-platform: EHCI generic platform driver [ 0.729497] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.730684] ohci-pci: OHCI PCI platform driver [ 0.731573] ohci-platform: OHCI generic platform driver [ 0.732575] uhci_hcd: USB Universal Host Controller Interface driver [ 0.751438] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.752496] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.753971] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.755027] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.756156] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.757559] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.759174] usb usb1: Product: UHCI Host Controller [ 0.760235] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.761601] usb usb1: SerialNumber: 0000:00:01.2 [ 0.762721] hub 1-0:1.0: USB hub found [ 0.763595] hub 1-0:1.0: 2 ports detected [ 0.764577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.766862] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.767921] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.769102] mousedev: PS/2 mouse device common for all mice [ 0.770524] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.772642] rtc_cmos 00:00: RTC can wake from S4 [ 0.773925] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.775285] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.776633] i2c /dev entries driver [ 0.777467] device-mapper: uevent: version 1.0.3 [ 0.778543] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.780393] ledtrig-cpu: registered to indicate activity on CPUs [ 0.781942] NET: Registered protocol family 10 [ 0.783034] NET: Registered protocol family 17 [ 0.783982] Key type dns_resolver registered [ 0.785004] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.786182] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.787373] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.789254] registered taskstats version 1 [ 0.790143] Loading compiled-in X.509 certificates [ 0.791678] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.793601] zswap: loaded using pool lzo/zbud [ 0.795152] Key type trusted registered [ 0.796952] Key type encrypted registered [ 0.797827] AppArmor: AppArmor sha1 policy hashing enabled [ 0.798913] ima: No TPM chip found, activating TPM-bypass! [ 0.800001] evm: HMAC attrs: 0x1 [ 0.801007] Magic number: 3:878:584 [ 0.801940] rtc_cmos 00:00: setting system clock to 2019-01-20 13:35:48 UTC (1547991348) [ 0.813695] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.814926] EDD information not available. [ 0.879272] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.880832] Write protecting the kernel read-only data: 14336k [ 0.882439] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.884267] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.939645] 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.13... Lease of 10.55.1.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.13. 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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC1gl3OknobuNM/GursuDfi68xAdkOBol6L1A+xr7d4ARt+9ZAvAJkfR0fLTVrv1c3gAmdX90OfbmxBt3FuLdHDlm3gYihnD4UfeMia64vNv0IvyFvnILV/Zd+k7RjTr0PLU5zzKNCsnWEL62W55j+xua23ujfndxDx0iNZE2V6zphcxpXPMAAaz4hvxynFOsA7j3+7ZHF28S0vqCU+hFBBHwPYEj1+UQg/wNWvEn6AwDH3UNtZxu+G3Lr66XgLWEu1kwM5V54p0vrYELyq1TS8+YuJrHlezhZBDgs1nJFP8w0DZ4aiBVtMdh2tVb1ktGQjy1LdmWAIB0d88COp3fjP root@createinstancesinglenetworktests-152d97b2-40c6-49c7-a5a1-f62c3e ssh-dss AAAAB3NzaC1kc3MAAACBAIYFn8uA9lOt5pMue2m1V4wlA5ppf9gWa/N+muo2Pdmx/DSzryVeVMU0qELdCQkx8iy2Z/AvDdF6N5rn1Bt6wCA9tIK99LqrEdtkwUFQxYz9uxSEGH/oWFVJwMOjXv35CK/I/XT41XuRAFa6BzFy3rAG6y1wzy5REPgulj7Cg5l1AAAAFQDZTXzJvXPu2asUNVQxw70Exne/fQAAAIBW+xWCgfSMtIqMC2SNjkaCbd3ZwLj20PbVZ87ImKbJR6+vG6GfMqXiYM85B+IRvYyFDStTy9kF4DlKgh7d6T2E42Ng760bkNl9zNXVQSquEHCFAJ/0yYKH0EHzjCHG7xVVu8UbuXOQvD3ZXhluVNmtDWxZptoG4fD7RgGx5fVEegAAAIASXZfNlCxwFp7/8drYKwQw9/KLM7b6wV5hF3ylk9KEOAdE/pBNaXx5ZsrkOL4uG9jkZcNHFgeZKJw0BiUuxc8nezXoNLeOKMAOARH0FGFkahubWSEIpcWNzQ6FTJ+iela5LyRwwv2JCewLURj0s9glz+nfMEkmV0U7CbXjoOZdrg== root@createinstancesinglenetworktests-152d97b2-40c6-49c7-a5a1-f62c3e -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.13,24,fe80::f816:3eff:fe5c:95db/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.13 ip-route:169.254.169.254 via 10.55.1.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-00000101 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-152d97b2-40c6-49c7-a5a1-f62c3e launch-index: 0 === cirros: current=0.4.0 uptime=3.09 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-152d97b2-40c6-49c7-a5a1-f62c3e login: 2019-01-20 13:36:01,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:36:02,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-96a8eebb-1fd7-49f9-a43a-a63aad10bc42 x-compute-request-id: req-96a8eebb-1fd7-49f9-a43a-a63aad10bc42 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:95:db", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:95:db", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "bookmark"}], "image": {"id": "071f036f-b118-4b17-8cff-2305a862365b", "links": [{"href": "http://172.30.9.22:8774/images/071f036f-b118-4b17-8cff-2305a862365b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:35:47.000000", "flavor": {"id": "4869c629-10b2-4e04-9b01-a9837ea90bb6", "links": [{"href": "http://172.30.9.22:8774/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "bookmark"}]}, "id": "c346af54-64c3-44fd-ab05-0ccdcc0d192f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp"}], "user_id": "438247964b8840cd8c22a93f0d08d062", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:35:48Z", "hostId": "8a3f4e4196f920616f3dacdd143c362d6979dbccd0492448bcb0289a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst", "created": "2019-01-20T13:35:43Z", "tenant_id": "d22e4ff81018446b99302f92ff154210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:36:02,152 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f used request id req-96a8eebb-1fd7-49f9-a43a-a63aad10bc42 2019-01-20 13:36:02,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:36:02,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-269383f9-0755-4f2f-b387-456b5a465a6e Date: Sun, 20 Jan 2019 13:36: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":["e424684d-c68c-4338-8e37-e2d1b1d05d4f"],"updated_at":"2019-01-20T13:35:19Z","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d22e4ff81018446b99302f92ff154210","id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net"}]} 2019-01-20 13:36:02,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net used request id req-269383f9-0755-4f2f-b387-456b5a465a6e 2019-01-20 13:36:02,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:36:02,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-030f4116-d2f8-4723-a80a-7e53351f578e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210"}, "enabled": true, "id": "d22e4ff81018446b99302f92ff154210", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}} 2019-01-20 13:36:02,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 used request id req-030f4116-d2f8-4723-a80a-7e53351f578e 2019-01-20 13:36:02,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:36:02,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ef338b0c-1487-458a-b0cb-74734bc3bc49 Date: Sun, 20 Jan 2019 13:36:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:35: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":"d22e4ff81018446b99302f92ff154210","id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet"}]} 2019-01-20 13:36:02,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-ef338b0c-1487-458a-b0cb-74734bc3bc49 2019-01-20 13:36:02,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:36:02,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-25bb8a14-cac7-41c7-861d-02cee21ef965 Date: Sun, 20 Jan 2019 13:36:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.4"}],"id":"212181e6-8cad-4868-b3c6-6b2c0fd9501c","security_groups":[],"mac_address":"fa:16:3e:c5:d4:5b","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bc131db0-d90b-47ee-b4e8-1c7b509c3be2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.3"}],"id":"a0d15cac-8872-4f4f-a492-dcf6efa42d5e","security_groups":[],"mac_address":"fa:16:3e:6f:a2:47","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bc131db0-d90b-47ee-b4e8-1c7b509c3be2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.1"}],"id":"acfc803d-b2b7-4915-aad0-250dc59c9805","security_groups":[],"mac_address":"fa:16:3e:c6:33:13","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:28Z","binding:vnic_type":"normal","device_id":"1f20e115-c146-4046-9da4-74a8567c6954"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.2"}],"id":"e88fa5fc-bc89-4b85-a6f4-008f2e478103","security_groups":[],"mac_address":"fa:16:3e:41:30:c0","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bc131db0-d90b-47ee-b4e8-1c7b509c3be2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.13"}],"id":"f4dfe072-31e4-4cb8-8394-12cfcbcd0fc1","security_groups":["4dc7575a-aac7-4f71-a025-f73fc58df3eb","c2adc52d-b1a0-42c8-84b8-ba3bdab4434b"],"mac_address":"fa:16:3e:5c:95:db","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1port-1","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:39Z","binding:vnic_type":"normal","device_id":"c346af54-64c3-44fd-ab05-0ccdcc0d192f"}]} 2019-01-20 13:36:02,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-25bb8a14-cac7-41c7-861d-02cee21ef965 2019-01-20 13:36:02,660 - create_instance - INFO - Checking if VM is active 2019-01-20 13:36:02,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:36:03,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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,Accept-Encoding x-openstack-request-id: req-0dc61e0d-9f4b-4d1b-8c9e-23039b16e559 x-compute-request-id: req-0dc61e0d-9f4b-4d1b-8c9e-23039b16e559 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:95:db", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:95:db", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "bookmark"}], "image": {"id": "071f036f-b118-4b17-8cff-2305a862365b", "links": [{"href": "http://172.30.9.22:8774/images/071f036f-b118-4b17-8cff-2305a862365b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:35:47.000000", "flavor": {"id": "4869c629-10b2-4e04-9b01-a9837ea90bb6", "links": [{"href": "http://172.30.9.22:8774/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "bookmark"}]}, "id": "c346af54-64c3-44fd-ab05-0ccdcc0d192f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp"}], "user_id": "438247964b8840cd8c22a93f0d08d062", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:35:48Z", "hostId": "8a3f4e4196f920616f3dacdd143c362d6979dbccd0492448bcb0289a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst", "created": "2019-01-20T13:35:43Z", "tenant_id": "d22e4ff81018446b99302f92ff154210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:36:03,147 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f used request id req-0dc61e0d-9f4b-4d1b-8c9e-23039b16e559 2019-01-20 13:36:03,147 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst] is - ACTIVE 2019-01-20 13:36:03,148 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:36:03,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:36:03,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-e1c6b41c-63ee-4a65-a073-3d9749dd944c x-compute-request-id: req-e1c6b41c-63ee-4a65-a073-3d9749dd944c Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:95:db", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:95:db", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "bookmark"}], "image": {"id": "071f036f-b118-4b17-8cff-2305a862365b", "links": [{"href": "http://172.30.9.22:8774/images/071f036f-b118-4b17-8cff-2305a862365b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:35:47.000000", "flavor": {"id": "4869c629-10b2-4e04-9b01-a9837ea90bb6", "links": [{"href": "http://172.30.9.22:8774/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "bookmark"}]}, "id": "c346af54-64c3-44fd-ab05-0ccdcc0d192f", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp"}], "user_id": "438247964b8840cd8c22a93f0d08d062", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:35:48Z", "hostId": "8a3f4e4196f920616f3dacdd143c362d6979dbccd0492448bcb0289a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst", "created": "2019-01-20T13:35:43Z", "tenant_id": "d22e4ff81018446b99302f92ff154210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:36:03,477 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f used request id req-e1c6b41c-63ee-4a65-a073-3d9749dd944c 2019-01-20 13:36:03,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:36:03,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d632a447-7f5c-4ca9-9773-212d14c57387 Date: Sun, 20 Jan 2019 13:36: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":["e424684d-c68c-4338-8e37-e2d1b1d05d4f"],"updated_at":"2019-01-20T13:35:19Z","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d22e4ff81018446b99302f92ff154210","id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net"}]} 2019-01-20 13:36:03,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net used request id req-d632a447-7f5c-4ca9-9773-212d14c57387 2019-01-20 13:36:03,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:36:03,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b23979e-6484-4edf-b60a-c6b95446f0c9 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210"}, "enabled": true, "id": "d22e4ff81018446b99302f92ff154210", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}} 2019-01-20 13:36:03,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 used request id req-8b23979e-6484-4edf-b60a-c6b95446f0c9 2019-01-20 13:36:03,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:36:03,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-065ee818-a0fe-4867-8c98-e837e02f9fd8 Date: Sun, 20 Jan 2019 13:36:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:35: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":"d22e4ff81018446b99302f92ff154210","id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet"}]} 2019-01-20 13:36:03,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-065ee818-a0fe-4867-8c98-e837e02f9fd8 2019-01-20 13:36:03,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:36:03,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-e7048bd2-e38d-43ac-bbad-502a595dc840 Date: Sun, 20 Jan 2019 13:36:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.4"}],"id":"212181e6-8cad-4868-b3c6-6b2c0fd9501c","security_groups":[],"mac_address":"fa:16:3e:c5:d4:5b","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bc131db0-d90b-47ee-b4e8-1c7b509c3be2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.3"}],"id":"a0d15cac-8872-4f4f-a492-dcf6efa42d5e","security_groups":[],"mac_address":"fa:16:3e:6f:a2:47","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bc131db0-d90b-47ee-b4e8-1c7b509c3be2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.1"}],"id":"acfc803d-b2b7-4915-aad0-250dc59c9805","security_groups":[],"mac_address":"fa:16:3e:c6:33:13","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:28Z","binding:vnic_type":"normal","device_id":"1f20e115-c146-4046-9da4-74a8567c6954"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.2"}],"id":"e88fa5fc-bc89-4b85-a6f4-008f2e478103","security_groups":[],"mac_address":"fa:16:3e:41:30:c0","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bc131db0-d90b-47ee-b4e8-1c7b509c3be2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:35:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e424684d-c68c-4338-8e37-e2d1b1d05d4f","ip_address":"10.55.1.13"}],"id":"f4dfe072-31e4-4cb8-8394-12cfcbcd0fc1","security_groups":["4dc7575a-aac7-4f71-a025-f73fc58df3eb","c2adc52d-b1a0-42c8-84b8-ba3bdab4434b"],"mac_address":"fa:16:3e:5c:95:db","project_id":"d22e4ff81018446b99302f92ff154210","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1port-1","admin_state_up":true,"network_id":"bc131db0-d90b-47ee-b4e8-1c7b509c3be2","tenant_id":"d22e4ff81018446b99302f92ff154210","created_at":"2019-01-20T13:35:39Z","binding:vnic_type":"normal","device_id":"c346af54-64c3-44fd-ab05-0ccdcc0d192f"}]} 2019-01-20 13:36:03,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-e7048bd2-e38d-43ac-bbad-502a595dc840 2019-01-20 13:36:03,880 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:36:03,883 - paramiko.transport - DEBUG - starting thread (client mode): 0x8ccfbd50L 2019-01-20 13:36:03,883 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:36:03,883 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:36:03,883 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:36:03,884 - 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 2019-01-20 13:36:03,885 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:36:03,885 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:36:03,885 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:36:03,885 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:36:03,885 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:36:03,902 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:36:03,903 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:36:03,915 - paramiko.transport - DEBUG - Trying key fc5e1719e0a0bc3ed33d9e069ab2cad5 from tmp/CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1 2019-01-20 13:36:03,939 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:36:03,942 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:36:04,043 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:36:04,061 - create_instance - INFO - SSH is active for VM instance 2019-01-20 13:36:04,061 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:36:04,063 - paramiko.transport - DEBUG - starting thread (client mode): 0x8ccfbd50L 2019-01-20 13:36:04,063 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:36:04,064 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:36:04,064 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:36:04,065 - 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 2019-01-20 13:36:04,065 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:36:04,065 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:36:04,066 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:36:04,066 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:36:04,066 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:36:04,082 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:36:04,083 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:36:04,095 - paramiko.transport - DEBUG - Trying key fc5e1719e0a0bc3ed33d9e069ab2cad5 from tmp/CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1 2019-01-20 13:36:04,123 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:36:04,127 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:36:04,128 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 13:36:04,129 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-20 13:36:04,129 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 13:36:04,130 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 13:36:04,131 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-20 13:36:04,132 - create_instance - INFO - Deleting Floating IP - 172.30.9.209 2019-01-20 13:36:04,133 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.209 2019-01-20 13:36:04,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/floatingips/deb00922-471e-40c8-9af2-090a40f97dd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:36:05,119 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ccf53d21-f421-4c53-8ef3-f3c1653613eb Content-Length: 0 Date: Sun, 20 Jan 2019 13:36:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:36:05,120 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/deb00922-471e-40c8-9af2-090a40f97dd4 used request id req-ccf53d21-f421-4c53-8ef3-f3c1653613eb 2019-01-20 13:36:05,120 - create_instance - INFO - Deleting Port with ID - f4dfe072-31e4-4cb8-8394-12cfcbcd0fc1 2019-01-20 13:36:05,120 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1port-1 2019-01-20 13:36:05,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/f4dfe072-31e4-4cb8-8394-12cfcbcd0fc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:36:05,768 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e5e1d2b4-68f0-4099-816e-695f73527b68 Date: Sun, 20 Jan 2019 13:36:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:36:05,768 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/f4dfe072-31e4-4cb8-8394-12cfcbcd0fc1 used request id req-e5e1d2b4-68f0-4099-816e-695f73527b68 2019-01-20 13:36:05,769 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst 2019-01-20 13:36:05,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:36:06,528 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:36: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-b1e102fc-7c65-49d4-ac35-01b21fd535a4 x-compute-request-id: req-b1e102fc-7c65-49d4-ac35-01b21fd535a4 Content-Type: application/json 2019-01-20 13:36:06,528 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f used request id req-b1e102fc-7c65-49d4-ac35-01b21fd535a4 2019-01-20 13:36:06,528 - create_instance - INFO - Checking deletion status 2019-01-20 13:36:06,531 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:36:06,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36: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-faad8834-59f1-447f-9279-6fa0339ca794 x-compute-request-id: req-faad8834-59f1-447f-9279-6fa0339ca794 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "bookmark"}], "image": {"id": "071f036f-b118-4b17-8cff-2305a862365b", "links": [{"href": "http://172.30.9.22:8774/images/071f036f-b118-4b17-8cff-2305a862365b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:35:47.000000", "flavor": {"id": "4869c629-10b2-4e04-9b01-a9837ea90bb6", "links": [{"href": "http://172.30.9.22:8774/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "bookmark"}]}, "id": "c346af54-64c3-44fd-ab05-0ccdcc0d192f", "user_id": "438247964b8840cd8c22a93f0d08d062", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:36:05Z", "hostId": "8a3f4e4196f920616f3dacdd143c362d6979dbccd0492448bcb0289a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst", "created": "2019-01-20T13:35:43Z", "tenant_id": "d22e4ff81018446b99302f92ff154210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:36:06,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f used request id req-faad8834-59f1-447f-9279-6fa0339ca794 2019-01-20 13:36:06,643 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst] is - ACTIVE 2019-01-20 13:36:06,643 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:36:09,646 - create_instance - DEBUG - VM status query timeout in 296.882253885 2019-01-20 13:36:09,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:36:09,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-c3da2320-88d8-4861-b11a-59e2384d2f8f x-compute-request-id: req-c3da2320-88d8-4861-b11a-59e2384d2f8f Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f", "rel": "bookmark"}], "image": {"id": "071f036f-b118-4b17-8cff-2305a862365b", "links": [{"href": "http://172.30.9.22:8774/images/071f036f-b118-4b17-8cff-2305a862365b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:35:47.000000", "flavor": {"id": "4869c629-10b2-4e04-9b01-a9837ea90bb6", "links": [{"href": "http://172.30.9.22:8774/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6", "rel": "bookmark"}]}, "id": "c346af54-64c3-44fd-ab05-0ccdcc0d192f", "user_id": "438247964b8840cd8c22a93f0d08d062", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:36:05Z", "hostId": "8a3f4e4196f920616f3dacdd143c362d6979dbccd0492448bcb0289a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp", "name": "CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst", "created": "2019-01-20T13:35:43Z", "tenant_id": "d22e4ff81018446b99302f92ff154210", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:36:09,914 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f used request id req-c3da2320-88d8-4861-b11a-59e2384d2f8f 2019-01-20 13:36:09,914 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst] is - ACTIVE 2019-01-20 13:36:09,914 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:36:12,917 - create_instance - DEBUG - VM status query timeout in 293.610962868 2019-01-20 13:36:12,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af051da63b22265be9034bdf350779adc7e86bf" 2019-01-20 13:36:12,977 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13: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-79b4a9fd-d69c-4c64-92fe-c1579bf50718 x-compute-request-id: req-79b4a9fd-d69c-4c64-92fe-c1579bf50718 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c346af54-64c3-44fd-ab05-0ccdcc0d192f could not be found.", "code": 404}} 2019-01-20 13:36:12,977 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/c346af54-64c3-44fd-ab05-0ccdcc0d192f used request id req-79b4a9fd-d69c-4c64-92fe-c1579bf50718 2019-01-20 13:36:12,977 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c346af54-64c3-44fd-ab05-0ccdcc0d192f could not be found. (HTTP 404) (Request-ID: req-79b4a9fd-d69c-4c64-92fe-c1579bf50718) 2019-01-20 13:36:12,977 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-inst 2019-01-20 13:36:12,978 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp 2019-01-20 13:36:12,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1adaaf1b8a39dd5b4708856c57eff1ba6643711" 2019-01-20 13:36:13,027 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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-bf5c42c9-f331-4a10-ad34-4dbee06765fb x-compute-request-id: req-bf5c42c9-f331-4a10-ad34-4dbee06765fb Content-Length: 0 Content-Type: application/json 2019-01-20 13:36:13,027 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-kp used request id req-bf5c42c9-f331-4a10-ad34-4dbee06765fb 2019-01-20 13:36:13,028 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1.pub] 2019-01-20 13:36:13,028 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1] 2019-01-20 13:36:13,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9edcd94b2970f83bc4acb721c5d5fb2317f9af4" 2019-01-20 13:36:13,071 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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-ca8ae4db-e141-4dd0-9f33-bbe4e947deb8 x-compute-request-id: req-ca8ae4db-e141-4dd0-9f33-bbe4e947deb8 Content-Length: 0 Content-Type: application/json 2019-01-20 13:36:13,072 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/4869c629-10b2-4e04-9b01-a9837ea90bb6 used request id req-ca8ae4db-e141-4dd0-9f33-bbe4e947deb8 2019-01-20 13:36:13,072 - neutron_utils - INFO - Deleting security group rule with ID - 61b83191-407e-417c-a463-f121d6cfa33a 2019-01-20 13:36:13,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/61b83191-407e-417c-a463-f121d6cfa33a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:36:13,169 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1af4604b-8289-4c40-a21e-f8178e99be4a Content-Length: 0 Date: Sun, 20 Jan 2019 13:36:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:36:13,169 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/61b83191-407e-417c-a463-f121d6cfa33a used request id req-1af4604b-8289-4c40-a21e-f8178e99be4a 2019-01-20 13:36:13,169 - neutron_utils - INFO - Deleting security group rule with ID - 138b264d-fb9f-4d21-a972-c533eb9f3b52 2019-01-20 13:36:13,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/138b264d-fb9f-4d21-a972-c533eb9f3b52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:36:13,432 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d969a524-a2f5-4c98-aaf3-1dfccb700337 Content-Length: 0 Date: Sun, 20 Jan 2019 13:36:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:36:13,432 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/138b264d-fb9f-4d21-a972-c533eb9f3b52 used request id req-d969a524-a2f5-4c98-aaf3-1dfccb700337 2019-01-20 13:36:13,432 - neutron_utils - INFO - Deleting security group rule with ID - 4dbf025d-24eb-400e-9e98-6745419fa13e 2019-01-20 13:36:13,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/4dbf025d-24eb-400e-9e98-6745419fa13e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:36:13,526 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e3127706-64e3-4ca3-9c3e-ea21a708f699 Content-Length: 0 Date: Sun, 20 Jan 2019 13:36:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:36:13,526 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/4dbf025d-24eb-400e-9e98-6745419fa13e used request id req-e3127706-64e3-4ca3-9c3e-ea21a708f699 2019-01-20 13:36:13,526 - neutron_utils - INFO - Deleting security group rule with ID - 92d314de-a593-4e72-a604-21e818083a2c 2019-01-20 13:36:13,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/92d314de-a593-4e72-a604-21e818083a2c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:36:13,624 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b94850bc-600c-4da8-ac0c-a8cd96c3812d Content-Length: 0 Date: Sun, 20 Jan 2019 13:36:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:36:13,624 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/92d314de-a593-4e72-a604-21e818083a2c used request id req-b94850bc-600c-4da8-ac0c-a8cd96c3812d 2019-01-20 13:36:13,624 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-sec-grp 2019-01-20 13:36:13,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/c2adc52d-b1a0-42c8-84b8-ba3bdab4434b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56468238138735aad34cc3a925427c7a09a27948" 2019-01-20 13:36:13,878 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f7e6c4cb-48fa-4499-ae4f-061a9dfacaa7 Content-Length: 0 Date: Sun, 20 Jan 2019 13:36:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:36:13,878 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/c2adc52d-b1a0-42c8-84b8-ba3bdab4434b used request id req-f7e6c4cb-48fa-4499-ae4f-061a9dfacaa7 2019-01-20 13:36:13,879 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-router and subnet CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet 2019-01-20 13:36:13,879 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-router 2019-01-20 13:36:13,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/1f20e115-c146-4046-9da4-74a8567c6954/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3fdef1c2570d4ba4f67a4184b9e86709689198" -d '{"subnet_id": "e424684d-c68c-4338-8e37-e2d1b1d05d4f"}' 2019-01-20 13:36:15,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9bd12eb0-22c3-4e5f-a46b-b5485a3d4fec Date: Sun, 20 Jan 2019 13:36:15 GMT RESP BODY: {"network_id": "bc131db0-d90b-47ee-b4e8-1c7b509c3be2", "tenant_id": "d22e4ff81018446b99302f92ff154210", "subnet_id": "e424684d-c68c-4338-8e37-e2d1b1d05d4f", "subnet_ids": ["e424684d-c68c-4338-8e37-e2d1b1d05d4f"], "port_id": "acfc803d-b2b7-4915-aad0-250dc59c9805", "id": "1f20e115-c146-4046-9da4-74a8567c6954"} 2019-01-20 13:36:15,433 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/1f20e115-c146-4046-9da4-74a8567c6954/remove_router_interface used request id req-9bd12eb0-22c3-4e5f-a46b-b5485a3d4fec 2019-01-20 13:36:15,433 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-router 2019-01-20 13:36:15,433 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-router 2019-01-20 13:36:15,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/1f20e115-c146-4046-9da4-74a8567c6954 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3fdef1c2570d4ba4f67a4184b9e86709689198" 2019-01-20 13:36:19,431 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-28a8e807-63d8-419b-aec8-007a36b112b7 Content-Length: 0 Date: Sun, 20 Jan 2019 13:36:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:36:19,431 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/1f20e115-c146-4046-9da4-74a8567c6954 used request id req-28a8e807-63d8-419b-aec8-007a36b112b7 2019-01-20 13:36:19,432 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet 2019-01-20 13:36:19,432 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-subnet 2019-01-20 13:36:19,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/e424684d-c68c-4338-8e37-e2d1b1d05d4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cb17543a7e5f5b4903183b8e606a7c79f031304" 2019-01-20 13:36:21,798 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a46dee45-7af7-4978-a90f-6897637fcc1f Date: Sun, 20 Jan 2019 13:36:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:36:21,798 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/e424684d-c68c-4338-8e37-e2d1b1d05d4f used request id req-a46dee45-7af7-4978-a90f-6897637fcc1f 2019-01-20 13:36:21,798 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-pub-net 2019-01-20 13:36:21,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/bc131db0-d90b-47ee-b4e8-1c7b509c3be2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cb17543a7e5f5b4903183b8e606a7c79f031304" 2019-01-20 13:36:23,079 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e736581c-a3f8-478d-805c-3bf120c763a6 Date: Sun, 20 Jan 2019 13:36:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:36:23,080 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/bc131db0-d90b-47ee-b4e8-1c7b509c3be2 used request id req-e736581c-a3f8-478d-805c-3bf120c763a6 2019-01-20 13:36:23,080 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-152d97b2-40c6-49c7-a5a1-f62c3e0a88c1-image 2019-01-20 13:36:23,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/071f036f-b118-4b17-8cff-2305a862365b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}65f8f3722c97d4307c7de220be5b9ea99782427e" 2019-01-20 13:36:24,716 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-78f3128b-4042-4fd6-b3d5-4095d6f27a21 Date: Sun, 20 Jan 2019 13:36:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:36:24,716 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/071f036f-b118-4b17-8cff-2305a862365b used request id req-78f3128b-4042-4fd6-b3d5-4095d6f27a21 2019-01-20 13:36:24,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1aac08533d048f10644166d3c67ec8693749c8" 2019-01-20 13:36:24,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-0d11d6c8-e986-45dc-8793-eb5e9c451cd8 Date: Sun, 20 Jan 2019 13:36:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:18Z", "updated_at": "2019-01-20T13:35:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:35:18Z", "revision_number": 0, "id": "a1ad9ff3-5fcc-45ce-a316-780c08e7a364", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:35:18Z", "security_group_id": "4dc7575a-aac7-4f71-a025-f73fc58df3eb", "tenant_id": "d22e4ff81018446b99302f92ff154210", "port_range_min": null, "ethertype": "IPv6", "project_id": "d22e4ff81018446b99302f92ff154210"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:35:18Z", "revision_number": 0, "id": "d789a71f-7c3a-409e-bdeb-2f23bf7e884e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:35:18Z", "security_group_id": "4dc7575a-aac7-4f71-a025-f73fc58df3eb", "tenant_id": "d22e4ff81018446b99302f92ff154210", "port_range_min": null, "ethertype": "IPv4", "project_id": "d22e4ff81018446b99302f92ff154210"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:35:18Z", "revision_number": 0, "id": "dcfa5218-1ee0-42ef-9d13-e5a007908e7d", "remote_group_id": "4dc7575a-aac7-4f71-a025-f73fc58df3eb", "remote_ip_prefix": null, "created_at": "2019-01-20T13:35:18Z", "security_group_id": "4dc7575a-aac7-4f71-a025-f73fc58df3eb", "tenant_id": "d22e4ff81018446b99302f92ff154210", "port_range_min": null, "ethertype": "IPv6", "project_id": "d22e4ff81018446b99302f92ff154210"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:35:18Z", "revision_number": 0, "id": "fb70e924-c803-48e4-b2ef-d772885fd481", "remote_group_id": "4dc7575a-aac7-4f71-a025-f73fc58df3eb", "remote_ip_prefix": null, "created_at": "2019-01-20T13:35:18Z", "security_group_id": "4dc7575a-aac7-4f71-a025-f73fc58df3eb", "tenant_id": "d22e4ff81018446b99302f92ff154210", "port_range_min": null, "ethertype": "IPv4", "project_id": "d22e4ff81018446b99302f92ff154210"}], "revision_number": 4, "project_id": "d22e4ff81018446b99302f92ff154210", "id": "4dc7575a-aac7-4f71-a025-f73fc58df3eb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:36:24,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-0d11d6c8-e986-45dc-8793-eb5e9c451cd8 2019-01-20 13:36:24,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1aac08533d048f10644166d3c67ec8693749c8" 2019-01-20 13:36:25,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b39eecea-52a1-4098-92f4-9da600b6dccd 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:36:25,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-b39eecea-52a1-4098-92f4-9da600b6dccd 2019-01-20 13:36:25,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1aac08533d048f10644166d3c67ec8693749c8" 2019-01-20 13:36:25,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc6ba6fb-ae83-40c6-a62c-e3d8749f9090 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:36:25,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-fc6ba6fb-ae83-40c6-a62c-e3d8749f9090 2019-01-20 13:36:25,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1aac08533d048f10644166d3c67ec8693749c8" 2019-01-20 13:36:25,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-011c513c-ecea-4a94-a409-46a190ec0965 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210"}, "enabled": true, "id": "d22e4ff81018446b99302f92ff154210", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj"}} 2019-01-20 13:36:25,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 used request id req-011c513c-ecea-4a94-a409-46a190ec0965 2019-01-20 13:36:25,213 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4dc7575a-aac7-4f71-a025-f73fc58df3eb 2019-01-20 13:36:25,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=4dc7575a-aac7-4f71-a025-f73fc58df3eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1aac08533d048f10644166d3c67ec8693749c8" 2019-01-20 13:36:25,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ca83c5c7-4cba-4a15-bdba-92d1e4b5ebeb Date: Sun, 20 Jan 2019 13:36: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": "2019-01-20T13:35:18Z", "security_group_id": "4dc7575a-aac7-4f71-a025-f73fc58df3eb", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:18Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "a1ad9ff3-5fcc-45ce-a316-780c08e7a364"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:35:18Z", "security_group_id": "4dc7575a-aac7-4f71-a025-f73fc58df3eb", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:18Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "d789a71f-7c3a-409e-bdeb-2f23bf7e884e"}, {"remote_group_id": "4dc7575a-aac7-4f71-a025-f73fc58df3eb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:35:18Z", "security_group_id": "4dc7575a-aac7-4f71-a025-f73fc58df3eb", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:18Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "dcfa5218-1ee0-42ef-9d13-e5a007908e7d"}, {"remote_group_id": "4dc7575a-aac7-4f71-a025-f73fc58df3eb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:35:18Z", "security_group_id": "4dc7575a-aac7-4f71-a025-f73fc58df3eb", "port_range_min": null, "revision_number": 0, "tenant_id": "d22e4ff81018446b99302f92ff154210", "created_at": "2019-01-20T13:35:18Z", "project_id": "d22e4ff81018446b99302f92ff154210", "id": "fb70e924-c803-48e4-b2ef-d772885fd481"}]} 2019-01-20 13:36:25,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=4dc7575a-aac7-4f71-a025-f73fc58df3eb used request id req-ca83c5c7-4cba-4a15-bdba-92d1e4b5ebeb 2019-01-20 13:36:25,397 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:36:25,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/4dc7575a-aac7-4f71-a025-f73fc58df3eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1aac08533d048f10644166d3c67ec8693749c8" 2019-01-20 13:36:25,718 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b06dfe82-ab42-4cdc-b96a-eac10c436ab1 Content-Length: 0 Date: Sun, 20 Jan 2019 13:36:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:36:25,718 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/4dc7575a-aac7-4f71-a025-f73fc58df3eb used request id req-b06dfe82-ab42-4cdc-b96a-eac10c436ab1 2019-01-20 13:36:25,719 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj 2019-01-20 13:36:25,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1aac08533d048f10644166d3c67ec8693749c8" 2019-01-20 13:36:25,946 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:36:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa057c1c-d1f0-4dea-81bd-d9466acc36a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:36:25,946 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/d22e4ff81018446b99302f92ff154210 used request id req-aa057c1c-d1f0-4dea-81bd-d9466acc36a7 2019-01-20 13:36:25,947 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-proj-role 2019-01-20 13:36:25,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/67958910838f4264bd819d7786d1537e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1aac08533d048f10644166d3c67ec8693749c8" 2019-01-20 13:36:26,057 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:36:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c532aad1-fa3a-4588-8755-b497de9d5ef8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:36:26,057 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/67958910838f4264bd819d7786d1537e used request id req-c532aad1-fa3a-4588-8755-b497de9d5ef8 2019-01-20 13:36:26,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1aac08533d048f10644166d3c67ec8693749c8" 2019-01-20 13:36:26,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d20f2d19-7486-4c05-97f8-85af01ff613f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:36:26,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d20f2d19-7486-4c05-97f8-85af01ff613f 2019-01-20 13:36:26,157 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-4c38191a-915f-4fb-user 2019-01-20 13:36:26,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/438247964b8840cd8c22a93f0d08d062 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e2e3a429042f620646e1b2c2cc956c67118bd6" 2019-01-20 13:36:26,331 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:36:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35452995-451e-436a-81fb-ad976d08ce3d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:36:26,331 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/438247964b8840cd8c22a93f0d08d062 used request id req-35452995-451e-436a-81fb-ad976d08ce3d 2019-01-20 13:36:26,332 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:36:26,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:36:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["cLy3ArT7TB2pNfVBFSgBug"], "issued_at": "2019-01-20T13:36:26.000000Z"}} 2019-01-20 13:36:26,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d97c16d41d62ab784ec284eaced79ec9290799a" 2019-01-20 13:36:26,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-874994af-e882-459a-9981-8cb0b53bc479 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:36:26,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-874994af-e882-459a-9981-8cb0b53bc479 2019-01-20 13:36:26,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:36:26,816 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:36:27,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:36:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["TRcWBX2lTmeGI4WweOPW0g"], "issued_at": "2019-01-20T13:36:27.000000Z"}} 2019-01-20 13:36:27,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a6cde3ce49eccf8b7e9277a92b2e8c2ac43dcd" 2019-01-20 13:36:27,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46cf626d-da36-4590-8316-7646163e3742 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:36:27,282 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-46cf626d-da36-4590-8316-7646163e3742 2019-01-20 13:36:27,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:36:27,293 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:36: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:36:27,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a6cde3ce49eccf8b7e9277a92b2e8c2ac43dcd" 2019-01-20 13:36:27,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d49bc273-965f-4518-9519-3ea4ad21f402 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:36:27,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj used request id req-d49bc273-965f-4518-9519-3ea4ad21f402 2019-01-20 13:36:27,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a6cde3ce49eccf8b7e9277a92b2e8c2ac43dcd" 2019-01-20 13:36:27,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42f4ac41-86ce-4a36-9e4a-0b27bdb5b589 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:36:27,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-42f4ac41-86ce-4a36-9e4a-0b27bdb5b589 2019-01-20 13:36:27,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a6cde3ce49eccf8b7e9277a92b2e8c2ac43dcd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}}' 2019-01-20 13:36:27,584 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:36:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55d3b501-c1fa-46c7-8c2b-a5191f32ca15 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}} 2019-01-20 13:36:27,584 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-55d3b501-c1fa-46c7-8c2b-a5191f32ca15 2019-01-20 13:36:27,585 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj 2019-01-20 13:36:27,585 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:36:27,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:36:27,972 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:36:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["WadLIKebS1yYB0ZXN_8ZuQ"], "issued_at": "2019-01-20T13:36:27.000000Z"}} 2019-01-20 13:36:27,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}882f4c3978d3a8cb1f54d9f3d9e3950e3ce85088" 2019-01-20 13:36:28,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7b2e0d9-0d7b-4d07-930a-4bd9ea7fbabf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:36:28,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a7b2e0d9-0d7b-4d07-930a-4bd9ea7fbabf 2019-01-20 13:36:28,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:36:28,060 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:36: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:36:28,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}882f4c3978d3a8cb1f54d9f3d9e3950e3ce85088" 2019-01-20 13:36:28,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64c473cb-5301-49f3-bea3-675da332161e Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:36:28,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-64c473cb-5301-49f3-bea3-675da332161e 2019-01-20 13:36:28,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}882f4c3978d3a8cb1f54d9f3d9e3950e3ce85088" 2019-01-20 13:36:28,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91d694da-7479-442f-b6ad-6a809d70daff Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}]} 2019-01-20 13:36:28,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj used request id req-91d694da-7479-442f-b6ad-6a809d70daff 2019-01-20 13:36:28,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}882f4c3978d3a8cb1f54d9f3d9e3950e3ce85088" 2019-01-20 13:36:28,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d5c2661-fbec-49f9-86cb-e61ccd3d2bdc Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:36:28,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-5d5c2661-fbec-49f9-86cb-e61ccd3d2bdc 2019-01-20 13:36:28,818 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-user 2019-01-20 13:36:28,818 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:36:28,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a6cde3ce49eccf8b7e9277a92b2e8c2ac43dcd" 2019-01-20 13:36:28,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6610d20-56cd-4acd-89c8-3b9f70629fef Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:36:28,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b6610d20-56cd-4acd-89c8-3b9f70629fef 2019-01-20 13:36:28,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a6cde3ce49eccf8b7e9277a92b2e8c2ac43dcd" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj-role"}}' 2019-01-20 13:36:29,034 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:36:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6fcd492-639c-4208-a607-6bef257b1621 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f225482e65f24c49a28ec3e828b592ad", "links": {"self": "http://172.30.9.22:5000/v3/roles/f225482e65f24c49a28ec3e828b592ad"}, "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj-role"}} 2019-01-20 13:36:29,034 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-e6fcd492-639c-4208-a607-6bef257b1621 2019-01-20 13:36:29,035 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj-role 2019-01-20 13:36:29,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/f225482e65f24c49a28ec3e828b592ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a6cde3ce49eccf8b7e9277a92b2e8c2ac43dcd" 2019-01-20 13:36:29,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e85259b-8c59-4a24-aed5-dc37aaa6cab9 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/f225482e65f24c49a28ec3e828b592ad"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj-role", "id": "f225482e65f24c49a28ec3e828b592ad"}} 2019-01-20 13:36:29,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/f225482e65f24c49a28ec3e828b592ad used request id req-1e85259b-8c59-4a24-aed5-dc37aaa6cab9 2019-01-20 13:36:29,132 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj-role to project CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj 2019-01-20 13:36:29,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318/users/8283907eb3ed4138844b74bfc513e88c/roles/f225482e65f24c49a28ec3e828b592ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a6cde3ce49eccf8b7e9277a92b2e8c2ac43dcd" 2019-01-20 13:36:29,251 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:36:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3192ff90-c354-4313-a65e-a8f2b9b559fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:36:29,251 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318/users/8283907eb3ed4138844b74bfc513e88c/roles/f225482e65f24c49a28ec3e828b592ad used request id req-3192ff90-c354-4313-a65e-a8f2b9b559fa 2019-01-20 13:36:29,251 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:36:29,253 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:36:29,253 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:36:29,254 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:36:29,635 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f225482e65f24c49a28ec3e828b592ad", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj-role"}], "expires_at": "2019-01-20T14:36:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b3140e910371404c9c45450c3f8a0318", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-user", "id": "8283907eb3ed4138844b74bfc513e88c"}, "audit_ids": ["MGTegYKUTce4C_GI0k2oFw"], "issued_at": "2019-01-20T13:36:29.000000Z"}} 2019-01-20 13:36:29,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be2bc18326f6db55c3d7646e0aecdf941fbc4650" 2019-01-20 13:36:29,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af40d482-ac82-40c1-a7ca-62e13929849c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:36:29,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-af40d482-ac82-40c1-a7ca-62e13929849c 2019-01-20 13:36:29,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be2bc18326f6db55c3d7646e0aecdf941fbc4650" 2019-01-20 13:36:29,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-67d0d19d-8f65-488d-895e-380414c0a804 Date: Sun, 20 Jan 2019 13:36:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-image"} 2019-01-20 13:36:29,896 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-image used request id req-67d0d19d-8f65-488d-895e-380414c0a804 2019-01-20 13:36:29,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be2bc18326f6db55c3d7646e0aecdf941fbc4650" 2019-01-20 13:36:30,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7127e743-2a03-49d1-b19c-df2a7b9db8e6 Date: Sun, 20 Jan 2019 13:36: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"}}} 2019-01-20 13:36:30,040 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-7127e743-2a03-49d1-b19c-df2a7b9db8e6 2019-01-20 13:36:30,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}be2bc18326f6db55c3d7646e0aecdf941fbc4650" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-image"}' 2019-01-20 13:36:30,275 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8 X-Openstack-Request-Id: req-2a26ab5d-f7c7-4629-9ce4-0a87b2b1c847 Date: Sun, 20 Jan 2019 13:36:30 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:36:30Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:36:30Z", "visibility": "shared", "locations": [], "self": "/v2/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8", "min_disk": 0, "protected": false, "id": "1797e543-bc21-457b-a2c7-4c8b4ea15af8", "file": "/v2/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8/file", "checksum": null, "owner": "b3140e910371404c9c45450c3f8a0318", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:36:30,275 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-2a26ab5d-f7c7-4629-9ce4-0a87b2b1c847 2019-01-20 13:36:30,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be2bc18326f6db55c3d7646e0aecdf941fbc4650" -d '' 2019-01-20 13:36:31,745 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f116c2f9-7503-4318-8557-9dfe590147bd Date: Sun, 20 Jan 2019 13:36:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:36:31,745 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8/file used request id req-f116c2f9-7503-4318-8557-9dfe590147bd 2019-01-20 13:36:31,746 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:36:31,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be2bc18326f6db55c3d7646e0aecdf941fbc4650" 2019-01-20 13:36:31,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-9a5794a4-17b9-461e-a05b-1ef8cbd3ddb5 Date: Sun, 20 Jan 2019 13:36:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:36:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:36:31Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8/snap", "metadata": {}}], "self": "/v2/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8", "min_disk": 0, "protected": false, "id": "1797e543-bc21-457b-a2c7-4c8b4ea15af8", "file": "/v2/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b3140e910371404c9c45450c3f8a0318", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:36:31,928 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8 used request id req-9a5794a4-17b9-461e-a05b-1ef8cbd3ddb5 2019-01-20 13:36:31,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be2bc18326f6db55c3d7646e0aecdf941fbc4650" 2019-01-20 13:36:32,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ff6e0ae2-8142-4b9c-abf1-726e0263f1ee Date: Sun, 20 Jan 2019 13:36: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"}}} 2019-01-20 13:36:32,091 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-ff6e0ae2-8142-4b9c-abf1-726e0263f1ee 2019-01-20 13:36:32,093 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-image 2019-01-20 13:36:32,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be2bc18326f6db55c3d7646e0aecdf941fbc4650" 2019-01-20 13:36:32,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-856b6dac-876c-49a4-b040-990e1ff3b112 Date: Sun, 20 Jan 2019 13:36:32 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:36:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:36:31Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8/snap", "metadata": {}}], "self": "/v2/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8", "min_disk": 0, "protected": false, "id": "1797e543-bc21-457b-a2c7-4c8b4ea15af8", "file": "/v2/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b3140e910371404c9c45450c3f8a0318", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:36:32,250 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8 used request id req-856b6dac-876c-49a4-b040-990e1ff3b112 2019-01-20 13:36:32,250 - create_image - DEBUG - Instance status is - active 2019-01-20 13:36:32,251 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-image 2019-01-20 13:36:32,251 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-image 2019-01-20 13:36:32,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:36:32,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:36:32,628 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f225482e65f24c49a28ec3e828b592ad", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj-role"}], "expires_at": "2019-01-20T14:36:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b3140e910371404c9c45450c3f8a0318", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-user", "id": "8283907eb3ed4138844b74bfc513e88c"}, "audit_ids": ["D6x6T-anQxex8Rtm7Fmngw"], "issued_at": "2019-01-20T13:36:32.000000Z"}} 2019-01-20 13:36:32,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e75bc5c1ebeb0dac071d200a075ef70f66c493c0" 2019-01-20 13:36:32,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d94cc88-dbaf-4054-8d18-0f115bf8c250 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:36:32,717 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2d94cc88-dbaf-4054-8d18-0f115bf8c250 2019-01-20 13:36:32,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e75bc5c1ebeb0dac071d200a075ef70f66c493c0" 2019-01-20 13:36:32,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d38e9dab-cde5-4b0b-918f-f62371f1ee76 Date: Sun, 20 Jan 2019 13:36:32 GMT RESP BODY: {"networks":[]} 2019-01-20 13:36:32,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net used request id req-d38e9dab-cde5-4b0b-918f-f62371f1ee76 2019-01-20 13:36:32,906 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net 2019-01-20 13:36:32,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e75bc5c1ebeb0dac071d200a075ef70f66c493c0" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net", "admin_state_up": true}}' 2019-01-20 13:36:33,463 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-135ffa28-7bba-4b22-8c86-3f4ef205a2da Date: Sun, 20 Jan 2019 13:36:33 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:36:33Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:33Z","mtu":1450}} 2019-01-20 13:36:33,463 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-135ffa28-7bba-4b22-8c86-3f4ef205a2da 2019-01-20 13:36:33,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e75bc5c1ebeb0dac071d200a075ef70f66c493c0" 2019-01-20 13:36:33,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-d2d02e6f-bb8c-427c-bf6a-f48eed20b619 Date: Sun, 20 Jan 2019 13:36:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T13:36:33Z","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b3140e910371404c9c45450c3f8a0318","id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net"}]} 2019-01-20 13:36:33,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-d2d02e6f-bb8c-427c-bf6a-f48eed20b619 2019-01-20 13:36:33,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e75bc5c1ebeb0dac071d200a075ef70f66c493c0" 2019-01-20 13:36:33,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-74438cd6-beb3-4368-ad87-1770759e430b Date: Sun, 20 Jan 2019 13:36:33 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:36:33,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-74438cd6-beb3-4368-ad87-1770759e430b 2019-01-20 13:36:33,897 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet 2019-01-20 13:36:33,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e75bc5c1ebeb0dac071d200a075ef70f66c493c0" -d '{"subnets": [{"ip_version": 4, "network_id": "7d8642c7-a593-4a20-943b-58bce8c48ee8", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}]}' 2019-01-20 13:36:34,537 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-18048204-d49f-47a1-bf23-d1217846f717 Date: Sun, 20 Jan 2019 13:36:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","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":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}]} 2019-01-20 13:36:34,537 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-18048204-d49f-47a1-bf23-d1217846f717 2019-01-20 13:36:34,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e75bc5c1ebeb0dac071d200a075ef70f66c493c0" 2019-01-20 13:36:34,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a9b0d638-862a-41eb-92bb-4af40374f16d Date: Sun, 20 Jan 2019 13:36: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":["6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"],"updated_at":"2019-01-20T13:36:34Z","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b3140e910371404c9c45450c3f8a0318","id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net"}]} 2019-01-20 13:36:34,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-a9b0d638-862a-41eb-92bb-4af40374f16d 2019-01-20 13:36:34,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e75bc5c1ebeb0dac071d200a075ef70f66c493c0" 2019-01-20 13:36:35,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-57fe8012-6a02-4d17-af40-42e5d5038d28 Date: Sun, 20 Jan 2019 13:36:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}]} 2019-01-20 13:36:35,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-57fe8012-6a02-4d17-af40-42e5d5038d28 2019-01-20 13:36:35,211 - OpenStackNetwork - DEBUG - Network [7d8642c7-a593-4a20-943b-58bce8c48ee8] created successfully 2019-01-20 13:36:35,211 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:36:35,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:36:35,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f225482e65f24c49a28ec3e828b592ad", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj-role"}], "expires_at": "2019-01-20T14:36:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b3140e910371404c9c45450c3f8a0318", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-user", "id": "8283907eb3ed4138844b74bfc513e88c"}, "audit_ids": ["3PHyIW9ER8KS22bkGB87iA"], "issued_at": "2019-01-20T13:36:35.000000Z"}} 2019-01-20 13:36:35,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9e33766413de296fe6692a796b84dc2dd8bbc" 2019-01-20 13:36:35,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f3b0fb4-6548-479c-b709-b212d40932b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:36:35,659 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0f3b0fb4-6548-479c-b709-b212d40932b0 2019-01-20 13:36:35,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9e33766413de296fe6692a796b84dc2dd8bbc" 2019-01-20 13:36:35,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-848e7490-3a64-445b-aef1-71de3ad8d027 Date: Sun, 20 Jan 2019 13:36:35 GMT RESP BODY: {"routers": []} 2019-01-20 13:36:35,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-router&admin_state_up=True used request id req-848e7490-3a64-445b-aef1-71de3ad8d027 2019-01-20 13:36:35,864 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:36:35,865 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:36:36,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f225482e65f24c49a28ec3e828b592ad", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj-role"}], "expires_at": "2019-01-20T14:36:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b3140e910371404c9c45450c3f8a0318", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-user", "id": "8283907eb3ed4138844b74bfc513e88c"}, "audit_ids": ["KH5WF-50QQOGzBGy3fXsEg"], "issued_at": "2019-01-20T13:36:36.000000Z"}} 2019-01-20 13:36:36,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33a23bf7dd18edd5524c109b6f487599bd9521d0" 2019-01-20 13:36:36,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0b4b442-cc83-4565-b372-8e07feaadfb1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:36:36,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e0b4b442-cc83-4565-b372-8e07feaadfb1 2019-01-20 13:36:36,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9e33766413de296fe6692a796b84dc2dd8bbc" 2019-01-20 13:36:36,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-85540d5f-2e97-4c43-b9ea-25f83923c978 Date: Sun, 20 Jan 2019 13:36:36 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:36:36,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-85540d5f-2e97-4c43-b9ea-25f83923c978 2019-01-20 13:36:36,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9e33766413de296fe6692a796b84dc2dd8bbc" 2019-01-20 13:36:36,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a24e2001-4980-4e68-8648-a00a4a887466 Date: Sun, 20 Jan 2019 13:36:36 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:36:36,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-a24e2001-4980-4e68-8648-a00a4a887466 2019-01-20 13:36:36,893 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-router 2019-01-20 13:36:36,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9e33766413de296fe6692a796b84dc2dd8bbc" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-router", "admin_state_up": true}}' 2019-01-20 13:36:41,921 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-d5f4580e-3fb3-4fdf-82a1-8dc073ebfb10 Date: Sun, 20 Jan 2019 13:36:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:37Z", "admin_state_up": true, "updated_at": "2019-01-20T13:36:38Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "93bd6ff1-ae45-41d5-a5b2-ef315ee00b76", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-router"}} 2019-01-20 13:36:41,921 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-d5f4580e-3fb3-4fdf-82a1-8dc073ebfb10 2019-01-20 13:36:41,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=93bd6ff1-ae45-41d5-a5b2-ef315ee00b76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9e33766413de296fe6692a796b84dc2dd8bbc" 2019-01-20 13:36:42,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7ff27def-984e-4afc-b4b0-514a09d84252 Date: Sun, 20 Jan 2019 13:36:42 GMT RESP BODY: {"ports":[]} 2019-01-20 13:36:42,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=93bd6ff1-ae45-41d5-a5b2-ef315ee00b76 used request id req-7ff27def-984e-4afc-b4b0-514a09d84252 2019-01-20 13:36:42,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9e33766413de296fe6692a796b84dc2dd8bbc" 2019-01-20 13:36:42,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9bd7e012-6771-4383-beb3-94bf4059b578 Date: Sun, 20 Jan 2019 13:36: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":["6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"],"updated_at":"2019-01-20T13:36:34Z","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b3140e910371404c9c45450c3f8a0318","id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net"}]} 2019-01-20 13:36:42,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net used request id req-9bd7e012-6771-4383-beb3-94bf4059b578 2019-01-20 13:36:42,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:36:42,394 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:36: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:36:42,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9e33766413de296fe6692a796b84dc2dd8bbc" 2019-01-20 13:36:42,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb1b0abf-8d7c-4702-bbd2-2294570b03d9 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}} 2019-01-20 13:36:42,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 used request id req-cb1b0abf-8d7c-4702-bbd2-2294570b03d9 2019-01-20 13:36:42,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9e33766413de296fe6692a796b84dc2dd8bbc" 2019-01-20 13:36:42,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0e379286-b8ec-4799-9d4c-58323ddbcc75 Date: Sun, 20 Jan 2019 13:36:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}]} 2019-01-20 13:36:42,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-0e379286-b8ec-4799-9d4c-58323ddbcc75 2019-01-20 13:36:42,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8&name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9e33766413de296fe6692a796b84dc2dd8bbc" 2019-01-20 13:36:42,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8a9c8584-849b-42f2-9460-53b326f88b40 Date: Sun, 20 Jan 2019 13:36:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}]} 2019-01-20 13:36:42,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8&name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet used request id req-8a9c8584-849b-42f2-9460-53b326f88b40 2019-01-20 13:36:42,912 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-20 13:36:42,912 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-router 2019-01-20 13:36:42,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/93bd6ff1-ae45-41d5-a5b2-ef315ee00b76/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9e33766413de296fe6692a796b84dc2dd8bbc" -d '{"subnet_id": "6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"}' 2019-01-20 13:36:44,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e82539b1-6d05-479b-981f-aa6d7710a517 Date: Sun, 20 Jan 2019 13:36:44 GMT RESP BODY: {"network_id": "7d8642c7-a593-4a20-943b-58bce8c48ee8", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "subnet_id": "6d6e4ac9-02fc-45d2-9d79-931a681d5fe7", "subnet_ids": ["6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"], "port_id": "f07cf9c2-b203-47d6-98df-0080f19d89a0", "id": "93bd6ff1-ae45-41d5-a5b2-ef315ee00b76"} 2019-01-20 13:36:44,975 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/93bd6ff1-ae45-41d5-a5b2-ef315ee00b76/add_router_interface used request id req-e82539b1-6d05-479b-981f-aa6d7710a517 2019-01-20 13:36:44,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/93bd6ff1-ae45-41d5-a5b2-ef315ee00b76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9e33766413de296fe6692a796b84dc2dd8bbc" 2019-01-20 13:36:45,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4190baa7-6709-4ceb-b59b-77d117daf8c1 Date: Sun, 20 Jan 2019 13:36:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:37Z", "admin_state_up": true, "updated_at": "2019-01-20T13:36:44Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "93bd6ff1-ae45-41d5-a5b2-ef315ee00b76", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-router"}} 2019-01-20 13:36:45,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/93bd6ff1-ae45-41d5-a5b2-ef315ee00b76 used request id req-4190baa7-6709-4ceb-b59b-77d117daf8c1 2019-01-20 13:36:45,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=93bd6ff1-ae45-41d5-a5b2-ef315ee00b76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9e33766413de296fe6692a796b84dc2dd8bbc" 2019-01-20 13:36:45,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-80bbeb8e-920a-4741-9ae4-75bef3757b30 Date: Sun, 20 Jan 2019 13:36:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.1"}],"id":"f07cf9c2-b203-47d6-98df-0080f19d89a0","security_groups":[],"mac_address":"fa:16:3e:22:3a:ab","project_id":"b3140e910371404c9c45450c3f8a0318","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:43Z","binding:vnic_type":"normal","device_id":"93bd6ff1-ae45-41d5-a5b2-ef315ee00b76"}]} 2019-01-20 13:36:45,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=93bd6ff1-ae45-41d5-a5b2-ef315ee00b76 used request id req-80bbeb8e-920a-4741-9ae4-75bef3757b30 2019-01-20 13:36:45,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/6d6e4ac9-02fc-45d2-9d79-931a681d5fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9e33766413de296fe6692a796b84dc2dd8bbc" 2019-01-20 13:36:45,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-d0200eb5-f15b-4d3d-a239-3eb6a71cd425 Date: Sun, 20 Jan 2019 13:36:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","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":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}} 2019-01-20 13:36:45,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/6d6e4ac9-02fc-45d2-9d79-931a681d5fe7 used request id req-d0200eb5-f15b-4d3d-a239-3eb6a71cd425 2019-01-20 13:36:45,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:36:45,470 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:36:45,862 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:36:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["IUoWGKOUSIyUTwXlSj7mxg"], "issued_at": "2019-01-20T13:36:45.000000Z"}} 2019-01-20 13:36:45,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc64fabc2ac6c3e5e851c6962f858f0ae66c840a" 2019-01-20 13:36:45,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fbc2372-b156-45cd-a1d9-1780524ae7da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:36:45,938 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4fbc2372-b156-45cd-a1d9-1780524ae7da 2019-01-20 13:36:45,939 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:36:45,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc64fabc2ac6c3e5e851c6962f858f0ae66c840a" 2019-01-20 13:36:46,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-372a5963-8fb2-4510-ab89-a68f1331b611 x-compute-request-id: req-372a5963-8fb2-4510-ab89-a68f1331b611 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:36:46,127 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-372a5963-8fb2-4510-ab89-a68f1331b611 2019-01-20 13:36:46,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc64fabc2ac6c3e5e851c6962f858f0ae66c840a" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:36:46,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5557bda-aba7-49ad-aa9a-3abd317c2fc6 x-compute-request-id: req-f5557bda-aba7-49ad-aa9a-3abd317c2fc6 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "cbe35783-f688-494f-858f-b0691609a459", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:36:46,170 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f5557bda-aba7-49ad-aa9a-3abd317c2fc6 2019-01-20 13:36:46,171 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:36:46,172 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:36:46,550 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f225482e65f24c49a28ec3e828b592ad", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj-role"}], "expires_at": "2019-01-20T14:36:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b3140e910371404c9c45450c3f8a0318", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-user", "id": "8283907eb3ed4138844b74bfc513e88c"}, "audit_ids": ["U3udm2foT7eLORjrMqQlkQ"], "issued_at": "2019-01-20T13:36:46.000000Z"}} 2019-01-20 13:36:46,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6d04bd7f1c7c988d6b232bce96232d744aae5c" 2019-01-20 13:36:46,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c2ba67a-b333-4723-986b-7b77e2b65c2a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:36:46,626 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7c2ba67a-b333-4723-986b-7b77e2b65c2a 2019-01-20 13:36:46,628 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:36:46,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6d04bd7f1c7c988d6b232bce96232d744aae5c" 2019-01-20 13:36:46,817 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cb19b0dc-8258-4389-942d-c31d8c08acf1 x-compute-request-id: req-cb19b0dc-8258-4389-942d-c31d8c08acf1 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 13:36:46,817 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-cb19b0dc-8258-4389-942d-c31d8c08acf1 2019-01-20 13:36:46,818 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp... 2019-01-20 13:36:46,818 - OpenStackKeypair - INFO - Creating new keypair 2019-01-20 13:36:46,898 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp 2019-01-20 13:36:46,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6d04bd7f1c7c988d6b232bce96232d744aae5c" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC4QlWHqXmoyTH3733ovfMOQWZYBumTBr1tN0xxP1MiRkWFdaWoH6m/Ggrlm3rCfCvJcTizWIWH3N07yGgBraNQ6bo6hyZfI9KuubytHeE1pC9ugQ9efEkcvfp8CfZ5pphWoxMSHRAL45GyS3DJJENqIDPeWpo6oCwWYz3LE91wLQ==", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp"}}' 2019-01-20 13:36:46,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e37a61d-890b-4be1-8cb2-2d06d82fae90 x-compute-request-id: req-2e37a61d-890b-4be1-8cb2-2d06d82fae90 Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC4QlWHqXmoyTH3733ovfMOQWZYBumTBr1tN0xxP1MiRkWFdaWoH6m/Ggrlm3rCfCvJcTizWIWH3N07yGgBraNQ6bo6hyZfI9KuubytHeE1pC9ugQ9efEkcvfp8CfZ5pphWoxMSHRAL45GyS3DJJENqIDPeWpo6oCwWYz3LE91wLQ==", "user_id": "8283907eb3ed4138844b74bfc513e88c", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp", "fingerprint": "74:35:1a:e8:94:f0:02:93:f8:a9:c6:a4:e5:b8:75:e3"}} 2019-01-20 13:36:46,961 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-2e37a61d-890b-4be1-8cb2-2d06d82fae90 2019-01-20 13:36:46,964 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb.pub 2019-01-20 13:36:46,965 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb 2019-01-20 13:36:46,965 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:36:46,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:36:47,350 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f225482e65f24c49a28ec3e828b592ad", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj-role"}], "expires_at": "2019-01-20T14:36:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b3140e910371404c9c45450c3f8a0318", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-user", "id": "8283907eb3ed4138844b74bfc513e88c"}, "audit_ids": ["sC3ggGxER76rVN2aQs0zhQ"], "issued_at": "2019-01-20T13:36:47.000000Z"}} 2019-01-20 13:36:47,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:36:47,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e29b534-7cef-4286-92f2-546101ce93a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:36:47,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8e29b534-7cef-4286-92f2-546101ce93a0 2019-01-20 13:36:47,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:36:47,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-cc44bf0b-fa7c-45e0-aea3-1ffa403fb9d4 Date: Sun, 20 Jan 2019 13:36:47 GMT RESP BODY: {"security_groups": []} 2019-01-20 13:36:47,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp used request id req-cc44bf0b-fa7c-45e0-aea3-1ffa403fb9d4 2019-01-20 13:36:47,632 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp... 2019-01-20 13:36:47,632 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp 2019-01-20 13:36:47,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp"}}' 2019-01-20 13:36:48,028 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-48c6cb73-e913-4c47-a20d-07527015e221 Date: Sun, 20 Jan 2019 13:36:48 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:47Z", "updated_at": "2019-01-20T13:36:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:36:47Z", "revision_number": 0, "id": "277e5f8f-9b16-4445-9749-19101902c215", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3140e910371404c9c45450c3f8a0318"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:36:47Z", "revision_number": 0, "id": "ca73a3dd-0689-4cd2-a558-3ef66a7ee820", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3140e910371404c9c45450c3f8a0318"}], "revision_number": 2, "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp"}} 2019-01-20 13:36:48,028 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-48c6cb73-e913-4c47-a20d-07527015e221 2019-01-20 13:36:48,029 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc4855a2-f47e-4fbc-86ed-841bb9ca844d 2019-01-20 13:36:48,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=fc4855a2-f47e-4fbc-86ed-841bb9ca844d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:36:48,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d9e0abeb-f34a-42dd-b27d-8dff2b11a6a6 Date: Sun, 20 Jan 2019 13:36: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": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:47Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "277e5f8f-9b16-4445-9749-19101902c215"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:47Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "ca73a3dd-0689-4cd2-a558-3ef66a7ee820"}]} 2019-01-20 13:36:48,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=fc4855a2-f47e-4fbc-86ed-841bb9ca844d used request id req-d9e0abeb-f34a-42dd-b27d-8dff2b11a6a6 2019-01-20 13:36:48,201 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc4855a2-f47e-4fbc-86ed-841bb9ca844d 2019-01-20 13:36:48,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=fc4855a2-f47e-4fbc-86ed-841bb9ca844d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:36:48,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-12857cde-2e39-4a7c-8b84-c82a35295f5a Date: Sun, 20 Jan 2019 13:36: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": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:47Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "277e5f8f-9b16-4445-9749-19101902c215"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:47Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "ca73a3dd-0689-4cd2-a558-3ef66a7ee820"}]} 2019-01-20 13:36:48,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=fc4855a2-f47e-4fbc-86ed-841bb9ca844d used request id req-12857cde-2e39-4a7c-8b84-c82a35295f5a 2019-01-20 13:36:48,237 - neutron_utils - INFO - Retrieving security group with ID - fc4855a2-f47e-4fbc-86ed-841bb9ca844d 2019-01-20 13:36:48,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=fc4855a2-f47e-4fbc-86ed-841bb9ca844d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:36:48,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-9e1367fc-807d-48b1-9535-50d2a5841e83 Date: Sun, 20 Jan 2019 13:36:48 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:47Z", "updated_at": "2019-01-20T13:36:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:36:47Z", "revision_number": 0, "id": "277e5f8f-9b16-4445-9749-19101902c215", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3140e910371404c9c45450c3f8a0318"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:36:47Z", "revision_number": 0, "id": "ca73a3dd-0689-4cd2-a558-3ef66a7ee820", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3140e910371404c9c45450c3f8a0318"}], "revision_number": 2, "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp"}]} 2019-01-20 13:36:48,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=fc4855a2-f47e-4fbc-86ed-841bb9ca844d used request id req-9e1367fc-807d-48b1-9535-50d2a5841e83 2019-01-20 13:36:48,428 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc4855a2-f47e-4fbc-86ed-841bb9ca844d 2019-01-20 13:36:48,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=fc4855a2-f47e-4fbc-86ed-841bb9ca844d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:36:48,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f716d09c-32c6-4a96-8596-185a7bbbbab7 Date: Sun, 20 Jan 2019 13:36: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": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:47Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "277e5f8f-9b16-4445-9749-19101902c215"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:47Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "ca73a3dd-0689-4cd2-a558-3ef66a7ee820"}]} 2019-01-20 13:36:48,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=fc4855a2-f47e-4fbc-86ed-841bb9ca844d used request id req-f716d09c-32c6-4a96-8596-185a7bbbbab7 2019-01-20 13:36:48,610 - neutron_utils - INFO - Retrieving security group with ID - fc4855a2-f47e-4fbc-86ed-841bb9ca844d 2019-01-20 13:36:48,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=fc4855a2-f47e-4fbc-86ed-841bb9ca844d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:36:48,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-3535f028-84e2-4aa4-9cd6-00886940f30f Date: Sun, 20 Jan 2019 13:36:48 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:47Z", "updated_at": "2019-01-20T13:36:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:36:47Z", "revision_number": 0, "id": "277e5f8f-9b16-4445-9749-19101902c215", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3140e910371404c9c45450c3f8a0318"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:36:47Z", "revision_number": 0, "id": "ca73a3dd-0689-4cd2-a558-3ef66a7ee820", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3140e910371404c9c45450c3f8a0318"}], "revision_number": 2, "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp"}]} 2019-01-20 13:36:48,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=fc4855a2-f47e-4fbc-86ed-841bb9ca844d used request id req-3535f028-84e2-4aa4-9cd6-00886940f30f 2019-01-20 13:36:48,804 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc4855a2-f47e-4fbc-86ed-841bb9ca844d 2019-01-20 13:36:48,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=fc4855a2-f47e-4fbc-86ed-841bb9ca844d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:36:48,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c1ae4fc1-3461-4e22-a6d6-f05c19e642d3 Date: Sun, 20 Jan 2019 13:36: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": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:47Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "277e5f8f-9b16-4445-9749-19101902c215"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:47Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "ca73a3dd-0689-4cd2-a558-3ef66a7ee820"}]} 2019-01-20 13:36:48,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=fc4855a2-f47e-4fbc-86ed-841bb9ca844d used request id req-c1ae4fc1-3461-4e22-a6d6-f05c19e642d3 2019-01-20 13:36:48,858 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp 2019-01-20 13:36:48,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:36:49,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-8dccd4da-45de-4e21-94dd-497c8026bf59 Date: Sun, 20 Jan 2019 13:36:49 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:47Z", "updated_at": "2019-01-20T13:36:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:36:47Z", "revision_number": 0, "id": "277e5f8f-9b16-4445-9749-19101902c215", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3140e910371404c9c45450c3f8a0318"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:36:47Z", "revision_number": 0, "id": "ca73a3dd-0689-4cd2-a558-3ef66a7ee820", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3140e910371404c9c45450c3f8a0318"}], "revision_number": 2, "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp"}]} 2019-01-20 13:36:49,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp used request id req-8dccd4da-45de-4e21-94dd-497c8026bf59 2019-01-20 13:36:49,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:36:49,068 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:36:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:36:49,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:36:49,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81ac0e73-88c1-44be-bf9d-1e82cc46bdbc Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}} 2019-01-20 13:36:49,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 used request id req-81ac0e73-88c1-44be-bf9d-1e82cc46bdbc 2019-01-20 13:36:49,148 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc4855a2-f47e-4fbc-86ed-841bb9ca844d 2019-01-20 13:36:49,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=fc4855a2-f47e-4fbc-86ed-841bb9ca844d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:36:49,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-01f3f48b-8308-41b8-b7dd-c07de47f883b Date: Sun, 20 Jan 2019 13:36: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": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:47Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "277e5f8f-9b16-4445-9749-19101902c215"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:47Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "ca73a3dd-0689-4cd2-a558-3ef66a7ee820"}]} 2019-01-20 13:36:49,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=fc4855a2-f47e-4fbc-86ed-841bb9ca844d used request id req-01f3f48b-8308-41b8-b7dd-c07de47f883b 2019-01-20 13:36:49,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}b0e952f1f40532bd967257690fee1f3bfe742b76" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d"}}' 2019-01-20 13:36:49,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-28538ce7-a989-4473-9486-3c0f5b31b1b5 Date: Sun, 20 Jan 2019 13:36:49 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": "2019-01-20T13:36:49Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:49Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "86fa96e9-5db4-4567-9687-da1779b50780"}} 2019-01-20 13:36:49,603 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-28538ce7-a989-4473-9486-3c0f5b31b1b5 2019-01-20 13:36:49,604 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp 2019-01-20 13:36:49,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:36:49,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-79b7f5b3-29f9-49bf-a797-d5e8c96fb134 Date: Sun, 20 Jan 2019 13:36:49 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:47Z", "updated_at": "2019-01-20T13:36:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:36:47Z", "revision_number": 0, "id": "277e5f8f-9b16-4445-9749-19101902c215", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3140e910371404c9c45450c3f8a0318"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:36:49Z", "revision_number": 0, "id": "86fa96e9-5db4-4567-9687-da1779b50780", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:36:49Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3140e910371404c9c45450c3f8a0318"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:36:47Z", "revision_number": 0, "id": "ca73a3dd-0689-4cd2-a558-3ef66a7ee820", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3140e910371404c9c45450c3f8a0318"}], "revision_number": 3, "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp"}]} 2019-01-20 13:36:49,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp used request id req-79b7f5b3-29f9-49bf-a797-d5e8c96fb134 2019-01-20 13:36:49,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:36:49,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26aca613-d376-4ce6-8510-37fa3e403c1c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}} 2019-01-20 13:36:49,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 used request id req-26aca613-d376-4ce6-8510-37fa3e403c1c 2019-01-20 13:36:49,879 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc4855a2-f47e-4fbc-86ed-841bb9ca844d 2019-01-20 13:36:49,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=fc4855a2-f47e-4fbc-86ed-841bb9ca844d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:36:49,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-b86da13a-3ad9-4c17-81be-e21d36f1bf18 Date: Sun, 20 Jan 2019 13:36: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": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:47Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "277e5f8f-9b16-4445-9749-19101902c215"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:36:49Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:49Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "86fa96e9-5db4-4567-9687-da1779b50780"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:47Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "ca73a3dd-0689-4cd2-a558-3ef66a7ee820"}]} 2019-01-20 13:36:49,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=fc4855a2-f47e-4fbc-86ed-841bb9ca844d used request id req-b86da13a-3ad9-4c17-81be-e21d36f1bf18 2019-01-20 13:36:49,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}b0e952f1f40532bd967257690fee1f3bfe742b76" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d"}}' 2019-01-20 13:36:50,052 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-0a767364-6b21-4a39-85fa-cbac0c87f6cb Date: Sun, 20 Jan 2019 13:36:50 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-20T13:36:49Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "port_range_min": 22, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:49Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "9765b61d-7f0f-439e-a48e-ce61e779fd93"}} 2019-01-20 13:36:50,052 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-0a767364-6b21-4a39-85fa-cbac0c87f6cb 2019-01-20 13:36:50,053 - neutron_utils - INFO - Retrieving security group with ID - fc4855a2-f47e-4fbc-86ed-841bb9ca844d 2019-01-20 13:36:50,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=fc4855a2-f47e-4fbc-86ed-841bb9ca844d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:36:50,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-127c16df-747b-4d44-8eb1-0e04ef0f0f3c Date: Sun, 20 Jan 2019 13:36:50 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:47Z", "updated_at": "2019-01-20T13:36:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:36:47Z", "revision_number": 0, "id": "277e5f8f-9b16-4445-9749-19101902c215", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3140e910371404c9c45450c3f8a0318"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:36:49Z", "revision_number": 0, "id": "86fa96e9-5db4-4567-9687-da1779b50780", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:36:49Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3140e910371404c9c45450c3f8a0318"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:36:49Z", "revision_number": 0, "id": "9765b61d-7f0f-439e-a48e-ce61e779fd93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:36:49Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b3140e910371404c9c45450c3f8a0318"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:36:47Z", "revision_number": 0, "id": "ca73a3dd-0689-4cd2-a558-3ef66a7ee820", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3140e910371404c9c45450c3f8a0318"}], "revision_number": 4, "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp"}]} 2019-01-20 13:36:50,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=fc4855a2-f47e-4fbc-86ed-841bb9ca844d used request id req-127c16df-747b-4d44-8eb1-0e04ef0f0f3c 2019-01-20 13:36:50,105 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc4855a2-f47e-4fbc-86ed-841bb9ca844d 2019-01-20 13:36:50,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=fc4855a2-f47e-4fbc-86ed-841bb9ca844d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:36:50,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-348abff7-b0ba-4a24-829a-b0e853f171d1 Date: Sun, 20 Jan 2019 13:36: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": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:47Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "277e5f8f-9b16-4445-9749-19101902c215"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:36:49Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:49Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "86fa96e9-5db4-4567-9687-da1779b50780"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-20T13:36:49Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "port_range_min": 22, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:49Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "9765b61d-7f0f-439e-a48e-ce61e779fd93"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:36:47Z", "security_group_id": "fc4855a2-f47e-4fbc-86ed-841bb9ca844d", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:47Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "ca73a3dd-0689-4cd2-a558-3ef66a7ee820"}]} 2019-01-20 13:36:50,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=fc4855a2-f47e-4fbc-86ed-841bb9ca844d used request id req-348abff7-b0ba-4a24-829a-b0e853f171d1 2019-01-20 13:36:50,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:36:50,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:36:50,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f225482e65f24c49a28ec3e828b592ad", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj-role"}], "expires_at": "2019-01-20T14:36:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b3140e910371404c9c45450c3f8a0318", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-user", "id": "8283907eb3ed4138844b74bfc513e88c"}, "audit_ids": ["pWN4STILSi2sJixGuVnBSg"], "issued_at": "2019-01-20T13:36:50.000000Z"}} 2019-01-20 13:36:50,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:50,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a1f85a7-d145-4b94-adad-fd8a48573559 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:36:50,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2a1f85a7-d145-4b94-adad-fd8a48573559 2019-01-20 13:36:50,735 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:36:50,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:50,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff1845a0-2e98-4bf6-b786-77c3c0f252d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:36:50,811 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ff1845a0-2e98-4bf6-b786-77c3c0f252d7 2019-01-20 13:36:50,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:51,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-12c715a9-c0ac-403e-814e-a9a65e80c906 Date: Sun, 20 Jan 2019 13:36: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":["6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"],"updated_at":"2019-01-20T13:36:34Z","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b3140e910371404c9c45450c3f8a0318","id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net"}]} 2019-01-20 13:36:51,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net used request id req-12c715a9-c0ac-403e-814e-a9a65e80c906 2019-01-20 13:36:51,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:36:51,067 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:36: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:36:51,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:51,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03088eb7-24c6-47b7-a0a1-33efc2aae853 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}} 2019-01-20 13:36:51,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 used request id req-03088eb7-24c6-47b7-a0a1-33efc2aae853 2019-01-20 13:36:51,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:51,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1f079539-109f-4cb1-a822-03a5fa43ff31 Date: Sun, 20 Jan 2019 13:36:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}]} 2019-01-20 13:36:51,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-1f079539-109f-4cb1-a822-03a5fa43ff31 2019-01-20 13:36:51,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8&name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:51,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-68fe3ca4-ef1f-4430-80d3-ac96e3e5dc10 Date: Sun, 20 Jan 2019 13:36:51 GMT RESP BODY: {"ports":[]} 2019-01-20 13:36:51,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8&name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1&admin_state_up=True used request id req-68fe3ca4-ef1f-4430-80d3-ac96e3e5dc10 2019-01-20 13:36:51,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:51,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cd27481f-f246-4892-b605-0afe1b78ed4b x-compute-request-id: req-cd27481f-f246-4892-b605-0afe1b78ed4b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:36:51,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst used request id req-cd27481f-f246-4892-b605-0afe1b78ed4b 2019-01-20 13:36:51,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:52,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a33fc452-9fd2-4d6a-85e6-92fd6171826c Date: Sun, 20 Jan 2019 13:36: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":["6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"],"updated_at":"2019-01-20T13:36:34Z","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b3140e910371404c9c45450c3f8a0318","id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net"}]} 2019-01-20 13:36:52,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net used request id req-a33fc452-9fd2-4d6a-85e6-92fd6171826c 2019-01-20 13:36:52,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:52,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cc6c02b-cd6a-4e6b-aee8-d871fddd9e40 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}} 2019-01-20 13:36:52,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 used request id req-0cc6c02b-cd6a-4e6b-aee8-d871fddd9e40 2019-01-20 13:36:52,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:52,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-67514237-2056-4733-8acf-9c4282e48fea Date: Sun, 20 Jan 2019 13:36:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}]} 2019-01-20 13:36:52,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-67514237-2056-4733-8acf-9c4282e48fea 2019-01-20 13:36:52,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8&name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:52,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-92f52d6d-9564-4139-b166-110280cbd0a3 Date: Sun, 20 Jan 2019 13:36:52 GMT RESP BODY: {"ports":[]} 2019-01-20 13:36:52,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8&name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1&admin_state_up=True used request id req-92f52d6d-9564-4139-b166-110280cbd0a3 2019-01-20 13:36:52,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:36:52,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:36:53,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f225482e65f24c49a28ec3e828b592ad", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj-role"}], "expires_at": "2019-01-20T14:36:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b3140e910371404c9c45450c3f8a0318", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-user", "id": "8283907eb3ed4138844b74bfc513e88c"}, "audit_ids": ["P41rpgmET86O_-OD7ej7Gg"], "issued_at": "2019-01-20T13:36:53.000000Z"}} 2019-01-20 13:36:53,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f15439d95a6491b3107d9b2627601d9f3aedf8d" 2019-01-20 13:36:53,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecc45b5a-b568-448f-83f4-82ef2be25bcb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:36:53,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ecc45b5a-b568-448f-83f4-82ef2be25bcb 2019-01-20 13:36:53,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:53,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d409de12-a7b2-43ba-9edf-eeb6cb4f24c2 Date: Sun, 20 Jan 2019 13:36: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":["6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"],"updated_at":"2019-01-20T13:36:34Z","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b3140e910371404c9c45450c3f8a0318","id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net"}]} 2019-01-20 13:36:53,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net used request id req-d409de12-a7b2-43ba-9edf-eeb6cb4f24c2 2019-01-20 13:36:53,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:53,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c22304a9-c611-41ed-bebb-8828e286db91 Date: Sun, 20 Jan 2019 13:36:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}]} 2019-01-20 13:36:53,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-c22304a9-c611-41ed-bebb-8828e286db91 2019-01-20 13:36:53,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:53,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b3b0592e-8523-4c57-8098-a9186d01ff16 Date: Sun, 20 Jan 2019 13:36: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":["6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"],"updated_at":"2019-01-20T13:36:34Z","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b3140e910371404c9c45450c3f8a0318","id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net"}]} 2019-01-20 13:36:53,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net used request id req-b3b0592e-8523-4c57-8098-a9186d01ff16 2019-01-20 13:36:53,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:36:53,596 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:36: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:36:53,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f15439d95a6491b3107d9b2627601d9f3aedf8d" 2019-01-20 13:36:53,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-161fb7da-05ca-4f8d-a909-c512d58ff8ee Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}} 2019-01-20 13:36:53,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 used request id req-161fb7da-05ca-4f8d-a909-c512d58ff8ee 2019-01-20 13:36:53,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:53,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-614e6940-99c2-4673-a6a8-7c868cdce7e5 Date: Sun, 20 Jan 2019 13:36:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}]} 2019-01-20 13:36:53,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-614e6940-99c2-4673-a6a8-7c868cdce7e5 2019-01-20 13:36:53,738 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net 2019-01-20 13:36:53,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" -d '{"port": {"network_id": "7d8642c7-a593-4a20-943b-58bce8c48ee8", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1", "admin_state_up": true}}' 2019-01-20 13:36:54,942 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-12c228b6-552e-465e-9665-8fa982c525ea Date: Sun, 20 Jan 2019 13:36:54 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:54Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.9"}],"id":"ab497d63-d286-4863-8368-29fb4a39918f","security_groups":["9ae13b1d-c120-49a7-901a-86f5b16d7ded"],"mac_address":"fa:16:3e:38:4e:ef","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1","project_id":"b3140e910371404c9c45450c3f8a0318","qos_policy_id":null,"admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:54Z","binding:vnic_type":"normal"}} 2019-01-20 13:36:54,942 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-12c228b6-552e-465e-9665-8fa982c525ea 2019-01-20 13:36:54,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:55,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b5ead638-adfc-44e4-b39a-cc0d9163a3cc Date: Sun, 20 Jan 2019 13:36: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":["6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"],"updated_at":"2019-01-20T13:36:34Z","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b3140e910371404c9c45450c3f8a0318","id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net"}]} 2019-01-20 13:36:55,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net used request id req-b5ead638-adfc-44e4-b39a-cc0d9163a3cc 2019-01-20 13:36:55,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:55,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fffd407d-0580-4ba0-a65f-1efc874ca28b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}} 2019-01-20 13:36:55,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 used request id req-fffd407d-0580-4ba0-a65f-1efc874ca28b 2019-01-20 13:36:55,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:55,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-53a09e46-d489-4fd9-aa80-5a8876b8765d Date: Sun, 20 Jan 2019 13:36:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}]} 2019-01-20 13:36:55,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-53a09e46-d489-4fd9-aa80-5a8876b8765d 2019-01-20 13:36:55,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8&name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:55,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-9b613505-a95f-404c-9227-ae8ac1827938 Date: Sun, 20 Jan 2019 13:36:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:54Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.9"}],"id":"ab497d63-d286-4863-8368-29fb4a39918f","security_groups":["9ae13b1d-c120-49a7-901a-86f5b16d7ded"],"mac_address":"fa:16:3e:38:4e:ef","project_id":"b3140e910371404c9c45450c3f8a0318","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:54Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:36:55,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8&name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1&admin_state_up=True used request id req-9b613505-a95f-404c-9227-ae8ac1827938 2019-01-20 13:36:55,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:55,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f3826aa-d17e-4662-abe3-74e2e60b7f8f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}} 2019-01-20 13:36:55,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 used request id req-7f3826aa-d17e-4662-abe3-74e2e60b7f8f 2019-01-20 13:36:55,653 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst 2019-01-20 13:36:55,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:55,685 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36: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-12a912f3-9ef7-4f17-8788-237f8d49c0bb x-compute-request-id: req-12a912f3-9ef7-4f17-8788-237f8d49c0bb Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "cbe35783-f688-494f-858f-b0691609a459", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-flavor-name"}]} 2019-01-20 13:36:55,685 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-12a912f3-9ef7-4f17-8788-237f8d49c0bb 2019-01-20 13:36:55,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/cbe35783-f688-494f-858f-b0691609a459 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:55,711 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36: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-b9ed88f4-2f33-43ef-b87a-5bfa790c52e7 x-compute-request-id: req-b9ed88f4-2f33-43ef-b87a-5bfa790c52e7 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "cbe35783-f688-494f-858f-b0691609a459", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:36:55,711 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/cbe35783-f688-494f-858f-b0691609a459 used request id req-b9ed88f4-2f33-43ef-b87a-5bfa790c52e7 2019-01-20 13:36:55,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:55,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-5ca32a00-0403-4ac8-9f38-de979b26af41 Date: Sun, 20 Jan 2019 13:36:55 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:36:30Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:36:31Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8/snap", "metadata": {}}], "self": "/v2/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8", "min_disk": 0, "protected": false, "id": "1797e543-bc21-457b-a2c7-4c8b4ea15af8", "file": "/v2/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b3140e910371404c9c45450c3f8a0318", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-image"} 2019-01-20 13:36:55,881 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-image used request id req-5ca32a00-0403-4ac8-9f38-de979b26af41 2019-01-20 13:36:55,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:56,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4386b5ce-4778-483e-9178-05089c6aa5ff Date: Sun, 20 Jan 2019 13:36: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"}}} 2019-01-20 13:36:56,042 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-4386b5ce-4778-483e-9178-05089c6aa5ff 2019-01-20 13:36:56,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst", "imageRef": "1797e543-bc21-457b-a2c7-4c8b4ea15af8", "key_name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp", "flavorRef": "cbe35783-f688-494f-858f-b0691609a459", "max_count": 1, "min_count": 1, "networks": [{"port": "ab497d63-d286-4863-8368-29fb4a39918f"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp"}]}}' 2019-01-20 13:36:58,335 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:36:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8c2369cd-9b48-493e-8f1b-cfbfc927c09e x-compute-request-id: req-8c2369cd-9b48-493e-8f1b-cfbfc927c09e Content-Length: 444 location: http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "bookmark"}], "adminPass": "YS5dCdZyec42"}} 2019-01-20 13:36:58,335 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-8c2369cd-9b48-493e-8f1b-cfbfc927c09e 2019-01-20 13:36:58,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:58,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36: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-b5161c4c-c71b-4f2b-b3ee-29a8e8b00ae5 x-compute-request-id: req-b5161c4c-c71b-4f2b-b3ee-29a8e8b00ae5 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.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "bookmark"}], "image": {"id": "1797e543-bc21-457b-a2c7-4c8b4ea15af8", "links": [{"href": "http://172.30.9.22:8774/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cbe35783-f688-494f-858f-b0691609a459", "links": [{"href": "http://172.30.9.22:8774/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "bookmark"}]}, "id": "e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "user_id": "8283907eb3ed4138844b74bfc513e88c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:36:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst", "created": "2019-01-20T13:36:58Z", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:36:58,580 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 used request id req-b5161c4c-c71b-4f2b-b3ee-29a8e8b00ae5 2019-01-20 13:36:58,581 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst 2019-01-20 13:36:58,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:36:58,817 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:36: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-003e1484-5624-4178-82c3-508356f1e241 x-compute-request-id: req-003e1484-5624-4178-82c3-508356f1e241 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.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "bookmark"}], "image": {"id": "1797e543-bc21-457b-a2c7-4c8b4ea15af8", "links": [{"href": "http://172.30.9.22:8774/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cbe35783-f688-494f-858f-b0691609a459", "links": [{"href": "http://172.30.9.22:8774/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "bookmark"}]}, "id": "e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "user_id": "8283907eb3ed4138844b74bfc513e88c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:36:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst", "created": "2019-01-20T13:36:58Z", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:36:58,817 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 used request id req-003e1484-5624-4178-82c3-508356f1e241 2019-01-20 13:36:58,817 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst] is - BUILD 2019-01-20 13:36:58,817 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:37:01,821 - create_instance - DEBUG - VM status query timeout in 896.760524988 2019-01-20 13:37:01,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:02,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37: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-e78f3832-b1a2-4eb0-9d1a-fc32bf70d061 x-compute-request-id: req-e78f3832-b1a2-4eb0-9d1a-fc32bf70d061 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.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "bookmark"}], "image": {"id": "1797e543-bc21-457b-a2c7-4c8b4ea15af8", "links": [{"href": "http://172.30.9.22:8774/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cbe35783-f688-494f-858f-b0691609a459", "links": [{"href": "http://172.30.9.22:8774/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "bookmark"}]}, "id": "e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "security_groups": [{"name": "default"}], "user_id": "8283907eb3ed4138844b74bfc513e88c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:36:59Z", "hostId": "cd15a9f15bfc60135b302ad2bacbe3a40c844f9cc502986e09c7e326", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst", "created": "2019-01-20T13:36:58Z", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:37:02,679 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 used request id req-e78f3832-b1a2-4eb0-9d1a-fc32bf70d061 2019-01-20 13:37:02,679 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst] is - BUILD 2019-01-20 13:37:02,679 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:37:05,682 - create_instance - DEBUG - VM status query timeout in 892.898669004 2019-01-20 13:37:05,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:06,467 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed0726cc-7a82-4ee7-a45d-8df65dd670bf x-compute-request-id: req-ed0726cc-7a82-4ee7-a45d-8df65dd670bf Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:4e:ef", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "bookmark"}], "image": {"id": "1797e543-bc21-457b-a2c7-4c8b4ea15af8", "links": [{"href": "http://172.30.9.22:8774/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:37:04.000000", "flavor": {"id": "cbe35783-f688-494f-858f-b0691609a459", "links": [{"href": "http://172.30.9.22:8774/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "bookmark"}]}, "id": "e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "security_groups": [{"name": "default"}], "user_id": "8283907eb3ed4138844b74bfc513e88c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:37:04Z", "hostId": "cd15a9f15bfc60135b302ad2bacbe3a40c844f9cc502986e09c7e326", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst", "created": "2019-01-20T13:36:58Z", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:37:06,467 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 used request id req-ed0726cc-7a82-4ee7-a45d-8df65dd670bf 2019-01-20 13:37:06,467 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst] is - ACTIVE 2019-01-20 13:37:06,468 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:37:06,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:06,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4fcd46c-b59d-4bb7-bcef-3c4a326e7471 x-compute-request-id: req-f4fcd46c-b59d-4bb7-bcef-3c4a326e7471 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:4e:ef", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "bookmark"}], "image": {"id": "1797e543-bc21-457b-a2c7-4c8b4ea15af8", "links": [{"href": "http://172.30.9.22:8774/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:37:04.000000", "flavor": {"id": "cbe35783-f688-494f-858f-b0691609a459", "links": [{"href": "http://172.30.9.22:8774/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "bookmark"}]}, "id": "e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "security_groups": [{"name": "default"}], "user_id": "8283907eb3ed4138844b74bfc513e88c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:37:04Z", "hostId": "cd15a9f15bfc60135b302ad2bacbe3a40c844f9cc502986e09c7e326", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst", "created": "2019-01-20T13:36:58Z", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:37:06,797 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 used request id req-f4fcd46c-b59d-4bb7-bcef-3c4a326e7471 2019-01-20 13:37:06,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:07,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c86b12d1-c737-42b0-b5b2-098c19bf3087 Date: Sun, 20 Jan 2019 13:37:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"],"updated_at":"2019-01-20T13:36:34Z","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b3140e910371404c9c45450c3f8a0318","id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net"}]} 2019-01-20 13:37:07,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net used request id req-c86b12d1-c737-42b0-b5b2-098c19bf3087 2019-01-20 13:37:07,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:07,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01377104-ac8a-4d8e-b1c2-aa10a273551e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}} 2019-01-20 13:37:07,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 used request id req-01377104-ac8a-4d8e-b1c2-aa10a273551e 2019-01-20 13:37:07,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:07,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c504aa01-cff0-404c-be91-66bde7bce71b Date: Sun, 20 Jan 2019 13:37:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}]} 2019-01-20 13:37:07,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-c504aa01-cff0-404c-be91-66bde7bce71b 2019-01-20 13:37:07,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:07,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-d67c30e3-126a-4f80-9f86-1e40940acbc1 Date: Sun, 20 Jan 2019 13:37:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.2"}],"id":"058e91cc-d7cd-4310-b65d-eb817cbfc5b1","security_groups":[],"mac_address":"fa:16:3e:53:90:c6","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:04Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.9"}],"id":"ab497d63-d286-4863-8368-29fb4a39918f","security_groups":["9ae13b1d-c120-49a7-901a-86f5b16d7ded"],"mac_address":"fa:16:3e:38:4e:ef","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:54Z","binding:vnic_type":"normal","device_id":"e1abfb2f-ee69-4dc0-acd6-a1093a17faa0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.4"}],"id":"b043f546-0717-4bb8-8161-49a70824fdd4","security_groups":[],"mac_address":"fa:16:3e:09:1a:1d","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.3"}],"id":"b582428d-26af-4b59-b39f-4d472410962f","security_groups":[],"mac_address":"fa:16:3e:ed:dc:25","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.1"}],"id":"f07cf9c2-b203-47d6-98df-0080f19d89a0","security_groups":[],"mac_address":"fa:16:3e:22:3a:ab","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:43Z","binding:vnic_type":"normal","device_id":"93bd6ff1-ae45-41d5-a5b2-ef315ee00b76"}]} 2019-01-20 13:37:07,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-d67c30e3-126a-4f80-9f86-1e40940acbc1 2019-01-20 13:37:07,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:08,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37: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-98e0698f-9a18-42eb-8ee0-5782ff134526 x-compute-request-id: req-98e0698f-9a18-42eb-8ee0-5782ff134526 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:4e:ef", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "bookmark"}], "image": {"id": "1797e543-bc21-457b-a2c7-4c8b4ea15af8", "links": [{"href": "http://172.30.9.22:8774/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:37:04.000000", "flavor": {"id": "cbe35783-f688-494f-858f-b0691609a459", "links": [{"href": "http://172.30.9.22:8774/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "bookmark"}]}, "id": "e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "security_groups": [{"name": "default"}], "user_id": "8283907eb3ed4138844b74bfc513e88c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:37:04Z", "hostId": "cd15a9f15bfc60135b302ad2bacbe3a40c844f9cc502986e09c7e326", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst", "created": "2019-01-20T13:36:58Z", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:37:08,135 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 used request id req-98e0698f-9a18-42eb-8ee0-5782ff134526 2019-01-20 13:37:08,135 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst] is - ACTIVE 2019-01-20 13:37:08,136 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:37:08,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:08,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37: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-97439faf-c07f-4d0e-ada7-9a2956824128 x-compute-request-id: req-97439faf-c07f-4d0e-ada7-9a2956824128 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:4e:ef", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "bookmark"}], "image": {"id": "1797e543-bc21-457b-a2c7-4c8b4ea15af8", "links": [{"href": "http://172.30.9.22:8774/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:37:04.000000", "flavor": {"id": "cbe35783-f688-494f-858f-b0691609a459", "links": [{"href": "http://172.30.9.22:8774/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "bookmark"}]}, "id": "e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "security_groups": [{"name": "default"}], "user_id": "8283907eb3ed4138844b74bfc513e88c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:37:04Z", "hostId": "cd15a9f15bfc60135b302ad2bacbe3a40c844f9cc502986e09c7e326", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst", "created": "2019-01-20T13:36:58Z", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:37:08,609 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 used request id req-97439faf-c07f-4d0e-ada7-9a2956824128 2019-01-20 13:37:08,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:08,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8198f3f1-1f41-44cd-a64f-5fd66b74157d Date: Sun, 20 Jan 2019 13:37:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"],"updated_at":"2019-01-20T13:36:34Z","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b3140e910371404c9c45450c3f8a0318","id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net"}]} 2019-01-20 13:37:08,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net used request id req-8198f3f1-1f41-44cd-a64f-5fd66b74157d 2019-01-20 13:37:08,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:08,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa9fb627-f1bd-4e5e-91b3-15d325da191a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}} 2019-01-20 13:37:08,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 used request id req-aa9fb627-f1bd-4e5e-91b3-15d325da191a 2019-01-20 13:37:08,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:09,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-15efaf0e-bdcd-4709-9702-d1e1ed5f1c60 Date: Sun, 20 Jan 2019 13:37:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}]} 2019-01-20 13:37:09,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-15efaf0e-bdcd-4709-9702-d1e1ed5f1c60 2019-01-20 13:37:09,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:09,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-4744d832-79a8-49ac-b36f-cbc48326d75c Date: Sun, 20 Jan 2019 13:37:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.2"}],"id":"058e91cc-d7cd-4310-b65d-eb817cbfc5b1","security_groups":[],"mac_address":"fa:16:3e:53:90:c6","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:04Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.9"}],"id":"ab497d63-d286-4863-8368-29fb4a39918f","security_groups":["9ae13b1d-c120-49a7-901a-86f5b16d7ded"],"mac_address":"fa:16:3e:38:4e:ef","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:54Z","binding:vnic_type":"normal","device_id":"e1abfb2f-ee69-4dc0-acd6-a1093a17faa0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.4"}],"id":"b043f546-0717-4bb8-8161-49a70824fdd4","security_groups":[],"mac_address":"fa:16:3e:09:1a:1d","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.3"}],"id":"b582428d-26af-4b59-b39f-4d472410962f","security_groups":[],"mac_address":"fa:16:3e:ed:dc:25","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.1"}],"id":"f07cf9c2-b203-47d6-98df-0080f19d89a0","security_groups":[],"mac_address":"fa:16:3e:22:3a:ab","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:43Z","binding:vnic_type":"normal","device_id":"93bd6ff1-ae45-41d5-a5b2-ef315ee00b76"}]} 2019-01-20 13:37:09,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-4744d832-79a8-49ac-b36f-cbc48326d75c 2019-01-20 13:37:09,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp"}}' 2019-01-20 13:37:10,508 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:37: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-8c4c6ebd-8fc4-4ffb-8135-0374dcf63bc5 x-compute-request-id: req-8c4c6ebd-8fc4-4ffb-8135-0374dcf63bc5 Content-Length: 0 Content-Type: application/json 2019-01-20 13:37:10,508 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0/action used request id req-8c4c6ebd-8fc4-4ffb-8135-0374dcf63bc5 2019-01-20 13:37:10,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:10,837 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-390c0b81-5cb0-4c6d-90bf-8209e542dbc5 x-compute-request-id: req-390c0b81-5cb0-4c6d-90bf-8209e542dbc5 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:4e:ef", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "bookmark"}], "image": {"id": "1797e543-bc21-457b-a2c7-4c8b4ea15af8", "links": [{"href": "http://172.30.9.22:8774/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:37:04.000000", "flavor": {"id": "cbe35783-f688-494f-858f-b0691609a459", "links": [{"href": "http://172.30.9.22:8774/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "bookmark"}]}, "id": "e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp"}], "user_id": "8283907eb3ed4138844b74bfc513e88c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:37:04Z", "hostId": "cd15a9f15bfc60135b302ad2bacbe3a40c844f9cc502986e09c7e326", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst", "created": "2019-01-20T13:36:58Z", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:37:10,838 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 used request id req-390c0b81-5cb0-4c6d-90bf-8209e542dbc5 2019-01-20 13:37:10,838 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst] is - ACTIVE 2019-01-20 13:37:10,838 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:37:10,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:11,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5622092-118e-4414-a4f6-4e661b75dd49 x-compute-request-id: req-b5622092-118e-4414-a4f6-4e661b75dd49 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:4e:ef", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "bookmark"}], "image": {"id": "1797e543-bc21-457b-a2c7-4c8b4ea15af8", "links": [{"href": "http://172.30.9.22:8774/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:37:04.000000", "flavor": {"id": "cbe35783-f688-494f-858f-b0691609a459", "links": [{"href": "http://172.30.9.22:8774/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "bookmark"}]}, "id": "e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp"}], "user_id": "8283907eb3ed4138844b74bfc513e88c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:37:04Z", "hostId": "cd15a9f15bfc60135b302ad2bacbe3a40c844f9cc502986e09c7e326", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst", "created": "2019-01-20T13:36:58Z", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:37:11,338 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 used request id req-b5622092-118e-4414-a4f6-4e661b75dd49 2019-01-20 13:37:11,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:11,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4abacfb3-b849-4943-9957-0305c1b55061 Date: Sun, 20 Jan 2019 13:37: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":["6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"],"updated_at":"2019-01-20T13:36:34Z","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b3140e910371404c9c45450c3f8a0318","id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net"}]} 2019-01-20 13:37:11,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net used request id req-4abacfb3-b849-4943-9957-0305c1b55061 2019-01-20 13:37:11,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:11,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41a60d26-258a-400b-8324-3c5ab1f45860 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}} 2019-01-20 13:37:11,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 used request id req-41a60d26-258a-400b-8324-3c5ab1f45860 2019-01-20 13:37:11,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:11,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8e703496-10b2-4fbf-b116-495765cd6475 Date: Sun, 20 Jan 2019 13:37:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}]} 2019-01-20 13:37:11,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-8e703496-10b2-4fbf-b116-495765cd6475 2019-01-20 13:37:11,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:11,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-0c525601-db33-4a3b-8985-6c85271d005c Date: Sun, 20 Jan 2019 13:37:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.2"}],"id":"058e91cc-d7cd-4310-b65d-eb817cbfc5b1","security_groups":[],"mac_address":"fa:16:3e:53:90:c6","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:10Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.9"}],"id":"ab497d63-d286-4863-8368-29fb4a39918f","security_groups":["9ae13b1d-c120-49a7-901a-86f5b16d7ded","fc4855a2-f47e-4fbc-86ed-841bb9ca844d"],"mac_address":"fa:16:3e:38:4e:ef","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:54Z","binding:vnic_type":"normal","device_id":"e1abfb2f-ee69-4dc0-acd6-a1093a17faa0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.4"}],"id":"b043f546-0717-4bb8-8161-49a70824fdd4","security_groups":[],"mac_address":"fa:16:3e:09:1a:1d","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.3"}],"id":"b582428d-26af-4b59-b39f-4d472410962f","security_groups":[],"mac_address":"fa:16:3e:ed:dc:25","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.1"}],"id":"f07cf9c2-b203-47d6-98df-0080f19d89a0","security_groups":[],"mac_address":"fa:16:3e:22:3a:ab","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:43Z","binding:vnic_type":"normal","device_id":"93bd6ff1-ae45-41d5-a5b2-ef315ee00b76"}]} 2019-01-20 13:37:11,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-0c525601-db33-4a3b-8985-6c85271d005c 2019-01-20 13:37:11,825 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:37:11,825 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:37:11,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:37:12,205 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f225482e65f24c49a28ec3e828b592ad", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj-role"}], "expires_at": "2019-01-20T14:37:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b3140e910371404c9c45450c3f8a0318", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-user", "id": "8283907eb3ed4138844b74bfc513e88c"}, "audit_ids": ["TG8kBHMoTB-2pmaB5U-w4Q"], "issued_at": "2019-01-20T13:37:12.000000Z"}} 2019-01-20 13:37:12,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0bfe81659e5bfa24dde83739359898e5031498d" 2019-01-20 13:37:12,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2fee350-b99c-43d9-a859-4316a08024b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:37:12,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d2fee350-b99c-43d9-a859-4316a08024b4 2019-01-20 13:37:12,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/cbe35783-f688-494f-858f-b0691609a459 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0bfe81659e5bfa24dde83739359898e5031498d" 2019-01-20 13:37:12,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37: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-05adbe2d-ba19-4800-a6eb-5bc8fcbc3f99 x-compute-request-id: req-05adbe2d-ba19-4800-a6eb-5bc8fcbc3f99 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "cbe35783-f688-494f-858f-b0691609a459", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:37:12,389 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/cbe35783-f688-494f-858f-b0691609a459 used request id req-05adbe2d-ba19-4800-a6eb-5bc8fcbc3f99 2019-01-20 13:37:12,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/6d6e4ac9-02fc-45d2-9d79-931a681d5fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0bfe81659e5bfa24dde83739359898e5031498d" 2019-01-20 13:37:12,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-ebca3593-16ca-4f01-9919-0271bee79cfa Date: Sun, 20 Jan 2019 13:37:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","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":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}} 2019-01-20 13:37:12,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/6d6e4ac9-02fc-45d2-9d79-931a681d5fe7 used request id req-ebca3593-16ca-4f01-9919-0271bee79cfa 2019-01-20 13:37:12,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0bfe81659e5bfa24dde83739359898e5031498d" 2019-01-20 13:37:12,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ed6c6e0c-e02e-4546-9688-bbb749c9312f Date: Sun, 20 Jan 2019 13:37:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"],"updated_at":"2019-01-20T13:36:34Z","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b3140e910371404c9c45450c3f8a0318","id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net"}]} 2019-01-20 13:37:12,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-ed6c6e0c-e02e-4546-9688-bbb749c9312f 2019-01-20 13:37:12,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0bfe81659e5bfa24dde83739359898e5031498d" 2019-01-20 13:37:13,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b2dcbc21-66ec-4632-aed8-1f90e35e216a Date: Sun, 20 Jan 2019 13:37:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}]} 2019-01-20 13:37:13,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-b2dcbc21-66ec-4632-aed8-1f90e35e216a 2019-01-20 13:37:13,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0bfe81659e5bfa24dde83739359898e5031498d" 2019-01-20 13:37:13,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2a7d8440-179b-4ff0-9dc4-41e1b1f1aaea Date: Sun, 20 Jan 2019 13: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":["6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"],"updated_at":"2019-01-20T13:36:34Z","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b3140e910371404c9c45450c3f8a0318","id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net"}]} 2019-01-20 13:37:13,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net used request id req-2a7d8440-179b-4ff0-9dc4-41e1b1f1aaea 2019-01-20 13:37:13,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:37:13,448 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:37:13,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0bfe81659e5bfa24dde83739359898e5031498d" 2019-01-20 13:37:13,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd16fcdc-fa55-436b-823c-286be49a7c18 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}} 2019-01-20 13:37:13,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 used request id req-fd16fcdc-fa55-436b-823c-286be49a7c18 2019-01-20 13:37:13,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0bfe81659e5bfa24dde83739359898e5031498d" 2019-01-20 13:37:13,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-415e9de5-671e-4c47-8d3a-46bb5eadcd17 Date: Sun, 20 Jan 2019 13:37:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}]} 2019-01-20 13:37:13,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-415e9de5-671e-4c47-8d3a-46bb5eadcd17 2019-01-20 13:37:13,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8&mac_address=fa%3A16%3A3e%3A38%3A4e%3Aef&name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0bfe81659e5bfa24dde83739359898e5031498d" 2019-01-20 13:37:13,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-3d3287cb-4fe7-496a-838a-f88ca3527b3a Date: Sun, 20 Jan 2019 13:37:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:10Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.9"}],"id":"ab497d63-d286-4863-8368-29fb4a39918f","security_groups":["9ae13b1d-c120-49a7-901a-86f5b16d7ded","fc4855a2-f47e-4fbc-86ed-841bb9ca844d"],"mac_address":"fa:16:3e:38:4e:ef","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:54Z","binding:vnic_type":"normal","device_id":"e1abfb2f-ee69-4dc0-acd6-a1093a17faa0"}]} 2019-01-20 13:37:13,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8&mac_address=fa%3A16%3A3e%3A38%3A4e%3Aef&name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1&admin_state_up=True used request id req-3d3287cb-4fe7-496a-838a-f88ca3527b3a 2019-01-20 13:37:13,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0bfe81659e5bfa24dde83739359898e5031498d" 2019-01-20 13:37:13,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4006238-c8dd-4769-af65-99dedd07731b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}} 2019-01-20 13:37:13,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 used request id req-d4006238-c8dd-4769-af65-99dedd07731b 2019-01-20 13:37:13,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0bfe81659e5bfa24dde83739359898e5031498d" 2019-01-20 13:37:14,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c4256bfe-0d14-4302-89c5-6286ef99ef4e Date: Sun, 20 Jan 2019 13:37:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"],"updated_at":"2019-01-20T13:36:34Z","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b3140e910371404c9c45450c3f8a0318","id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net"}]} 2019-01-20 13:37:14,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net used request id req-c4256bfe-0d14-4302-89c5-6286ef99ef4e 2019-01-20 13:37:14,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0bfe81659e5bfa24dde83739359898e5031498d" 2019-01-20 13:37:14,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2b1832b3-83d6-4671-8ac6-9feb0d648022 Date: Sun, 20 Jan 2019 13:37:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}]} 2019-01-20 13:37:14,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-2b1832b3-83d6-4671-8ac6-9feb0d648022 2019-01-20 13:37:14,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0bfe81659e5bfa24dde83739359898e5031498d" 2019-01-20 13:37:14,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-7960f224-f6eb-4081-91a2-df4dd626250e Date: Sun, 20 Jan 2019 13:37:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.2"}],"id":"058e91cc-d7cd-4310-b65d-eb817cbfc5b1","security_groups":[],"mac_address":"fa:16:3e:53:90:c6","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:10Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.9"}],"id":"ab497d63-d286-4863-8368-29fb4a39918f","security_groups":["9ae13b1d-c120-49a7-901a-86f5b16d7ded","fc4855a2-f47e-4fbc-86ed-841bb9ca844d"],"mac_address":"fa:16:3e:38:4e:ef","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:54Z","binding:vnic_type":"normal","device_id":"e1abfb2f-ee69-4dc0-acd6-a1093a17faa0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.4"}],"id":"b043f546-0717-4bb8-8161-49a70824fdd4","security_groups":[],"mac_address":"fa:16:3e:09:1a:1d","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.3"}],"id":"b582428d-26af-4b59-b39f-4d472410962f","security_groups":[],"mac_address":"fa:16:3e:ed:dc:25","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.1"}],"id":"f07cf9c2-b203-47d6-98df-0080f19d89a0","security_groups":[],"mac_address":"fa:16:3e:22:3a:ab","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:43Z","binding:vnic_type":"normal","device_id":"93bd6ff1-ae45-41d5-a5b2-ef315ee00b76"}]} 2019-01-20 13:37:14,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-7960f224-f6eb-4081-91a2-df4dd626250e 2019-01-20 13:37:14,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0bfe81659e5bfa24dde83739359898e5031498d" 2019-01-20 13:37:14,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4af72533-dcc0-421b-abe6-311a3e7d39ef Date: Sun, 20 Jan 2019 13:37:14 GMT RESP BODY: {"floatingips": []} 2019-01-20 13:37:14,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-4af72533-dcc0-421b-abe6-311a3e7d39ef 2019-01-20 13:37:14,673 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:37:14,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:37:15,057 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f225482e65f24c49a28ec3e828b592ad", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj-role"}], "expires_at": "2019-01-20T14:37:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b3140e910371404c9c45450c3f8a0318", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b3140e910371404c9c45450c3f8a0318", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-user", "id": "8283907eb3ed4138844b74bfc513e88c"}, "audit_ids": ["z19UHGhiQceWcIsAU0xTrw"], "issued_at": "2019-01-20T13:37:15.000000Z"}} 2019-01-20 13:37:15,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:15,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-805e495e-dd55-4f61-b111-137245c856dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:37:15,133 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-805e495e-dd55-4f61-b111-137245c856dd 2019-01-20 13:37:15,134 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:37:15,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:15,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8268a498-94cd-4883-8acd-2744a3e77ecb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:37:15,203 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8268a498-94cd-4883-8acd-2744a3e77ecb 2019-01-20 13:37:15,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:15,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-833b656b-e8b8-435b-aea6-80c23626df27 Date: Sun, 20 Jan 2019 13:37:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"],"updated_at":"2019-01-20T13:36:34Z","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b3140e910371404c9c45450c3f8a0318","id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net"}]} 2019-01-20 13:37:15,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net used request id req-833b656b-e8b8-435b-aea6-80c23626df27 2019-01-20 13:37:15,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:37:15,474 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:37: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:37:15,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:15,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ad7af09-e0f9-40b8-a59a-4880f9b17aef Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}} 2019-01-20 13:37:15,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 used request id req-0ad7af09-e0f9-40b8-a59a-4880f9b17aef 2019-01-20 13:37:15,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:15,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-adb2d9c2-77df-45e1-9abe-4fab012a0f5d Date: Sun, 20 Jan 2019 13:37:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}]} 2019-01-20 13:37:15,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-adb2d9c2-77df-45e1-9abe-4fab012a0f5d 2019-01-20 13:37:15,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8&mac_address=fa%3A16%3A3e%3A38%3A4e%3Aef&name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:15,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-f66394b3-0711-4080-94ff-e5ac3872e228 Date: Sun, 20 Jan 2019 13:37:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:10Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.9"}],"id":"ab497d63-d286-4863-8368-29fb4a39918f","security_groups":["9ae13b1d-c120-49a7-901a-86f5b16d7ded","fc4855a2-f47e-4fbc-86ed-841bb9ca844d"],"mac_address":"fa:16:3e:38:4e:ef","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:54Z","binding:vnic_type":"normal","device_id":"e1abfb2f-ee69-4dc0-acd6-a1093a17faa0"}]} 2019-01-20 13:37:15,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8&mac_address=fa%3A16%3A3e%3A38%3A4e%3Aef&name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1&admin_state_up=True used request id req-f66394b3-0711-4080-94ff-e5ac3872e228 2019-01-20 13:37:15,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:16,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a06ddbeb-bbaa-4a36-8d7c-d546a6ce8616 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}} 2019-01-20 13:37:16,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 used request id req-a06ddbeb-bbaa-4a36-8d7c-d546a6ce8616 2019-01-20 13:37:16,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:17,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37: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-2a5fa475-d095-4eba-8ae5-406f6f0e2d95 x-compute-request-id: req-2a5fa475-d095-4eba-8ae5-406f6f0e2d95 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:4e:ef", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "bookmark"}], "image": {"id": "1797e543-bc21-457b-a2c7-4c8b4ea15af8", "links": [{"href": "http://172.30.9.22:8774/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:37:04.000000", "flavor": {"id": "cbe35783-f688-494f-858f-b0691609a459", "links": [{"href": "http://172.30.9.22:8774/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "bookmark"}]}, "id": "e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp"}], "user_id": "8283907eb3ed4138844b74bfc513e88c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:37:04Z", "hostId": "cd15a9f15bfc60135b302ad2bacbe3a40c844f9cc502986e09c7e326", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst", "created": "2019-01-20T13:36:58Z", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:37:17,241 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst used request id req-2a5fa475-d095-4eba-8ae5-406f6f0e2d95 2019-01-20 13:37:17,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:17,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-623b56d0-d7d8-46d7-8ec7-de16d32fcc22 Date: Sun, 20 Jan 2019 13:37: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":["6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"],"updated_at":"2019-01-20T13:36:34Z","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b3140e910371404c9c45450c3f8a0318","id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net"}]} 2019-01-20 13:37:17,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net used request id req-623b56d0-d7d8-46d7-8ec7-de16d32fcc22 2019-01-20 13:37:17,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:17,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0b1aa7fb-d564-448d-973e-27cf6890ee12 Date: Sun, 20 Jan 2019 13:37:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}]} 2019-01-20 13:37:17,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-0b1aa7fb-d564-448d-973e-27cf6890ee12 2019-01-20 13:37:17,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:17,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-7a797b74-57ce-45a8-9d49-93af6306196d Date: Sun, 20 Jan 2019 13:37:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.2"}],"id":"058e91cc-d7cd-4310-b65d-eb817cbfc5b1","security_groups":[],"mac_address":"fa:16:3e:53:90:c6","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:10Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.9"}],"id":"ab497d63-d286-4863-8368-29fb4a39918f","security_groups":["9ae13b1d-c120-49a7-901a-86f5b16d7ded","fc4855a2-f47e-4fbc-86ed-841bb9ca844d"],"mac_address":"fa:16:3e:38:4e:ef","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:54Z","binding:vnic_type":"normal","device_id":"e1abfb2f-ee69-4dc0-acd6-a1093a17faa0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.4"}],"id":"b043f546-0717-4bb8-8161-49a70824fdd4","security_groups":[],"mac_address":"fa:16:3e:09:1a:1d","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.3"}],"id":"b582428d-26af-4b59-b39f-4d472410962f","security_groups":[],"mac_address":"fa:16:3e:ed:dc:25","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.1"}],"id":"f07cf9c2-b203-47d6-98df-0080f19d89a0","security_groups":[],"mac_address":"fa:16:3e:22:3a:ab","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:43Z","binding:vnic_type":"normal","device_id":"93bd6ff1-ae45-41d5-a5b2-ef315ee00b76"}]} 2019-01-20 13:37:17,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-7a797b74-57ce-45a8-9d49-93af6306196d 2019-01-20 13:37:17,819 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst 2019-01-20 13:37:17,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:18,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c8a872ae-0d2a-43d8-ac20-9535ea7551cb Date: Sun, 20 Jan 2019 13:37:18 GMT RESP BODY: {"floatingips": []} 2019-01-20 13:37:18,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-c8a872ae-0d2a-43d8-ac20-9535ea7551cb 2019-01-20 13:37:18,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:18,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-c351f21d-8b51-4bec-8184-9961554f4ee9 Date: Sun, 20 Jan 2019 13:37:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:37Z", "admin_state_up": true, "updated_at": "2019-01-20T13:36:44Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "93bd6ff1-ae45-41d5-a5b2-ef315ee00b76", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-router"}]} 2019-01-20 13:37:18,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-router used request id req-c351f21d-8b51-4bec-8184-9961554f4ee9 2019-01-20 13:37:18,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:18,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d4f166a-f095-44c2-adb4-b9bdea1bee4e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}} 2019-01-20 13:37:18,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 used request id req-5d4f166a-f095-44c2-adb4-b9bdea1bee4e 2019-01-20 13:37:18,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=93bd6ff1-ae45-41d5-a5b2-ef315ee00b76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:18,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-dff5171f-c24e-43ce-ad89-6c19acdb8249 Date: Sun, 20 Jan 2019 13:37:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.1"}],"id":"f07cf9c2-b203-47d6-98df-0080f19d89a0","security_groups":[],"mac_address":"fa:16:3e:22:3a:ab","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:43Z","binding:vnic_type":"normal","device_id":"93bd6ff1-ae45-41d5-a5b2-ef315ee00b76"}]} 2019-01-20 13:37:18,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=93bd6ff1-ae45-41d5-a5b2-ef315ee00b76 used request id req-dff5171f-c24e-43ce-ad89-6c19acdb8249 2019-01-20 13:37:18,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/6d6e4ac9-02fc-45d2-9d79-931a681d5fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:18,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-7c76fc41-2ec5-4da1-884e-45536f7b5a9b Date: Sun, 20 Jan 2019 13:37:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","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":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}} 2019-01-20 13:37:18,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/6d6e4ac9-02fc-45d2-9d79-931a681d5fe7 used request id req-7c76fc41-2ec5-4da1-884e-45536f7b5a9b 2019-01-20 13:37:18,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:18,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-272db880-85bd-49a0-9f69-bf14cd7dc247 Date: Sun, 20 Jan 2019 13:37:18 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:37:18,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-272db880-85bd-49a0-9f69-bf14cd7dc247 2019-01-20 13:37:18,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:19,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7a3d24e6-8b09-4562-82c5-ee3e881133fe Date: Sun, 20 Jan 2019 13:37:19 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:37:19,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-7a3d24e6-8b09-4562-82c5-ee3e881133fe 2019-01-20 13:37:19,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:19,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-651fa767-947a-42f9-a152-36281b99d80a x-compute-request-id: req-651fa767-947a-42f9-a152-36281b99d80a Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:4e:ef", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "bookmark"}], "image": {"id": "1797e543-bc21-457b-a2c7-4c8b4ea15af8", "links": [{"href": "http://172.30.9.22:8774/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:37:04.000000", "flavor": {"id": "cbe35783-f688-494f-858f-b0691609a459", "links": [{"href": "http://172.30.9.22:8774/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "bookmark"}]}, "id": "e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp"}], "user_id": "8283907eb3ed4138844b74bfc513e88c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:37:04Z", "hostId": "cd15a9f15bfc60135b302ad2bacbe3a40c844f9cc502986e09c7e326", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst", "created": "2019-01-20T13:36:58Z", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:37:19,662 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 used request id req-651fa767-947a-42f9-a152-36281b99d80a 2019-01-20 13:37:19,662 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst] is - ACTIVE 2019-01-20 13:37:19,663 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:37:19,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:20,139 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc3d4313-5a45-4023-859f-da6428fd1b23 x-compute-request-id: req-fc3d4313-5a45-4023-859f-da6428fd1b23 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:4e:ef", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "bookmark"}], "image": {"id": "1797e543-bc21-457b-a2c7-4c8b4ea15af8", "links": [{"href": "http://172.30.9.22:8774/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:37:04.000000", "flavor": {"id": "cbe35783-f688-494f-858f-b0691609a459", "links": [{"href": "http://172.30.9.22:8774/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "bookmark"}]}, "id": "e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp"}], "user_id": "8283907eb3ed4138844b74bfc513e88c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:37:04Z", "hostId": "cd15a9f15bfc60135b302ad2bacbe3a40c844f9cc502986e09c7e326", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst", "created": "2019-01-20T13:36:58Z", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:37:20,139 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 used request id req-fc3d4313-5a45-4023-859f-da6428fd1b23 2019-01-20 13:37:20,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:20,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c3eb4bf5-8e23-4bbe-9f09-051b00e407b9 Date: Sun, 20 Jan 2019 13:37:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"],"updated_at":"2019-01-20T13:36:34Z","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b3140e910371404c9c45450c3f8a0318","id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net"}]} 2019-01-20 13:37:20,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net used request id req-c3eb4bf5-8e23-4bbe-9f09-051b00e407b9 2019-01-20 13:37:20,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:20,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82d863e9-9ff5-40df-b86d-895231cd86ad Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}} 2019-01-20 13:37:20,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 used request id req-82d863e9-9ff5-40df-b86d-895231cd86ad 2019-01-20 13:37:20,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:20,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4b0bf566-4fd6-4ca9-a4d4-43101ffaf19b Date: Sun, 20 Jan 2019 13:37:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}]} 2019-01-20 13:37:20,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-4b0bf566-4fd6-4ca9-a4d4-43101ffaf19b 2019-01-20 13:37:20,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:20,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-5812eb84-1859-4ba0-8dc6-50f8347b7580 Date: Sun, 20 Jan 2019 13:37:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.2"}],"id":"058e91cc-d7cd-4310-b65d-eb817cbfc5b1","security_groups":[],"mac_address":"fa:16:3e:53:90:c6","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:10Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.9"}],"id":"ab497d63-d286-4863-8368-29fb4a39918f","security_groups":["9ae13b1d-c120-49a7-901a-86f5b16d7ded","fc4855a2-f47e-4fbc-86ed-841bb9ca844d"],"mac_address":"fa:16:3e:38:4e:ef","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:54Z","binding:vnic_type":"normal","device_id":"e1abfb2f-ee69-4dc0-acd6-a1093a17faa0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.4"}],"id":"b043f546-0717-4bb8-8161-49a70824fdd4","security_groups":[],"mac_address":"fa:16:3e:09:1a:1d","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.3"}],"id":"b582428d-26af-4b59-b39f-4d472410962f","security_groups":[],"mac_address":"fa:16:3e:ed:dc:25","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.1"}],"id":"f07cf9c2-b203-47d6-98df-0080f19d89a0","security_groups":[],"mac_address":"fa:16:3e:22:3a:ab","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:43Z","binding:vnic_type":"normal","device_id":"93bd6ff1-ae45-41d5-a5b2-ef315ee00b76"}]} 2019-01-20 13:37:20,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-5812eb84-1859-4ba0-8dc6-50f8347b7580 2019-01-20 13:37:20,634 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-20 13:37:20,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:20,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-1473b071-14ef-4e96-8b72-a382cb26ee04 Date: Sun, 20 Jan 2019 13:37:20 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:37:20,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-1473b071-14ef-4e96-8b72-a382cb26ee04 2019-01-20 13:37:20,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:21,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-dd59a103-1b39-4602-9814-57ec0ef2511d Date: Sun, 20 Jan 2019 13:37:21 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:37:21,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-dd59a103-1b39-4602-9814-57ec0ef2511d 2019-01-20 13:37:21,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" -d '{"floatingip": {"floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "port_id": "ab497d63-d286-4863-8368-29fb4a39918f"}}' 2019-01-20 13:37:23,097 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-60c4917b-805c-4cdf-a13f-1beb636725a5 Date: Sun, 20 Jan 2019 13:37:23 GMT RESP BODY: {"floatingip": {"router_id": "93bd6ff1-ae45-41d5-a5b2-ef315ee00b76", "status": "DOWN", "description": "", "tags": [], "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:37:22Z", "updated_at": "2019-01-20T13:37:22Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "10.55.1.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "b3140e910371404c9c45450c3f8a0318", "port_id": "ab497d63-d286-4863-8368-29fb4a39918f", "id": "0a739826-f3d2-476d-9b97-08b681dbba92"}} 2019-01-20 13:37:23,097 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-60c4917b-805c-4cdf-a13f-1beb636725a5 2019-01-20 13:37:23,097 - create_instance - INFO - Created floating IP 172.30.9.210 via router - CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-router 2019-01-20 13:37:23,097 - create_instance - INFO - Checking if VM is active 2019-01-20 13:37:23,100 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:23,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad358aa1-910c-4f4e-bfe7-d135abe69396 x-compute-request-id: req-ad358aa1-910c-4f4e-bfe7-d135abe69396 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:4e:ef", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "bookmark"}], "image": {"id": "1797e543-bc21-457b-a2c7-4c8b4ea15af8", "links": [{"href": "http://172.30.9.22:8774/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:37:04.000000", "flavor": {"id": "cbe35783-f688-494f-858f-b0691609a459", "links": [{"href": "http://172.30.9.22:8774/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "bookmark"}]}, "id": "e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp"}], "user_id": "8283907eb3ed4138844b74bfc513e88c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:37:04Z", "hostId": "cd15a9f15bfc60135b302ad2bacbe3a40c844f9cc502986e09c7e326", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst", "created": "2019-01-20T13:36:58Z", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:37:23,568 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 used request id req-ad358aa1-910c-4f4e-bfe7-d135abe69396 2019-01-20 13:37:23,568 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst] is - ACTIVE 2019-01-20 13:37:23,568 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:37:23,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:24,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-322779a2-248c-4bc4-bd01-585272704316 x-compute-request-id: req-322779a2-248c-4bc4-bd01-585272704316 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:4e:ef", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "bookmark"}], "image": {"id": "1797e543-bc21-457b-a2c7-4c8b4ea15af8", "links": [{"href": "http://172.30.9.22:8774/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:37:04.000000", "flavor": {"id": "cbe35783-f688-494f-858f-b0691609a459", "links": [{"href": "http://172.30.9.22:8774/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "bookmark"}]}, "id": "e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp"}], "user_id": "8283907eb3ed4138844b74bfc513e88c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:37:04Z", "hostId": "cd15a9f15bfc60135b302ad2bacbe3a40c844f9cc502986e09c7e326", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst", "created": "2019-01-20T13:36:58Z", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:37:24,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 used request id req-322779a2-248c-4bc4-bd01-585272704316 2019-01-20 13:37:24,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:24,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-dacc13bb-5f88-406d-b22d-142637ccc0d2 Date: Sun, 20 Jan 2019 13:37:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"],"updated_at":"2019-01-20T13:36:34Z","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b3140e910371404c9c45450c3f8a0318","id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net"}]} 2019-01-20 13:37:24,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net used request id req-dacc13bb-5f88-406d-b22d-142637ccc0d2 2019-01-20 13:37:24,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:24,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4793e43c-62dc-40bd-a92f-2716d4b99bfa Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}} 2019-01-20 13:37:24,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 used request id req-4793e43c-62dc-40bd-a92f-2716d4b99bfa 2019-01-20 13:37:24,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:24,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9cc89192-842d-4a66-aa9b-e473bfcd0cc6 Date: Sun, 20 Jan 2019 13:37:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","dns_nameservers":[],"updated_at":"2019-01-20T13:36:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"b3140e910371404c9c45450c3f8a0318","id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet"}]} 2019-01-20 13:37:24,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-9cc89192-842d-4a66-aa9b-e473bfcd0cc6 2019-01-20 13:37:24,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:24,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-a312e84c-1d63-4cd1-a97f-7dd692cfa0d0 Date: Sun, 20 Jan 2019 13:37:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.2"}],"id":"058e91cc-d7cd-4310-b65d-eb817cbfc5b1","security_groups":[],"mac_address":"fa:16:3e:53:90:c6","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:10Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.9"}],"id":"ab497d63-d286-4863-8368-29fb4a39918f","security_groups":["9ae13b1d-c120-49a7-901a-86f5b16d7ded","fc4855a2-f47e-4fbc-86ed-841bb9ca844d"],"mac_address":"fa:16:3e:38:4e:ef","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:54Z","binding:vnic_type":"normal","device_id":"e1abfb2f-ee69-4dc0-acd6-a1093a17faa0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.4"}],"id":"b043f546-0717-4bb8-8161-49a70824fdd4","security_groups":[],"mac_address":"fa:16:3e:09:1a:1d","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.3"}],"id":"b582428d-26af-4b59-b39f-4d472410962f","security_groups":[],"mac_address":"fa:16:3e:ed:dc:25","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d8642c7-a593-4a20-943b-58bce8c48ee8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:36:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d6e4ac9-02fc-45d2-9d79-931a681d5fe7","ip_address":"10.55.1.1"}],"id":"f07cf9c2-b203-47d6-98df-0080f19d89a0","security_groups":[],"mac_address":"fa:16:3e:22:3a:ab","project_id":"b3140e910371404c9c45450c3f8a0318","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d8642c7-a593-4a20-943b-58bce8c48ee8","tenant_id":"b3140e910371404c9c45450c3f8a0318","created_at":"2019-01-20T13:36:43Z","binding:vnic_type":"normal","device_id":"93bd6ff1-ae45-41d5-a5b2-ef315ee00b76"}]} 2019-01-20 13:37:24,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-a312e84c-1d63-4cd1-a97f-7dd692cfa0d0 2019-01-20 13:37:24,543 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:37:24,546 - paramiko.transport - DEBUG - starting thread (client mode): 0x8cb85090L 2019-01-20 13:37:24,547 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:37:24,547 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:37:24,547 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:37:24,548 - 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 2019-01-20 13:37:24,549 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:37:24,549 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:37:24,549 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:37:24,549 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:37:24,549 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:37:24,566 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:37:24,567 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:37:24,579 - paramiko.transport - DEBUG - Trying key 74351ae894f00293f8a9c6a4e5b875e3 from tmp/CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb 2019-01-20 13:37:24,607 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:37:24,610 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:37:24,710 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:37:24,725 - create_instance - INFO - SSH is active for VM instance 2019-01-20 13:37:24,725 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:37:24,727 - paramiko.transport - DEBUG - starting thread (client mode): 0x8cb85d90L 2019-01-20 13:37:24,727 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:37:24,727 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:37:24,727 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:37:24,729 - 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 2019-01-20 13:37:24,729 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:37:24,729 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:37:24,729 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:37:24,729 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:37:24,729 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:37:24,746 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:37:24,746 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:37:24,759 - paramiko.transport - DEBUG - Trying key 74351ae894f00293f8a9c6a4e5b875e3 from tmp/CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb 2019-01-20 13:37:24,782 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:37:24,786 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:37:24,791 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 13:37:24,792 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-20 13:37:24,793 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 13:37:24,794 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 13:37:24,795 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-20 13:37:24,796 - create_instance - INFO - Deleting Port with ID - ab497d63-d286-4863-8368-29fb4a39918f 2019-01-20 13:37:24,796 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1 2019-01-20 13:37:24,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/ab497d63-d286-4863-8368-29fb4a39918f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:26,450 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8645e607-a932-4c1d-aea5-8ec4a95b8654 Date: Sun, 20 Jan 2019 13:37:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:37:26,450 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/ab497d63-d286-4863-8368-29fb4a39918f used request id req-8645e607-a932-4c1d-aea5-8ec4a95b8654 2019-01-20 13:37:26,450 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst 2019-01-20 13:37:26,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:26,616 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:37: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-586d2c1c-c264-4707-9b27-7363bc7024e5 x-compute-request-id: req-586d2c1c-c264-4707-9b27-7363bc7024e5 Content-Type: application/json 2019-01-20 13:37:26,616 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 used request id req-586d2c1c-c264-4707-9b27-7363bc7024e5 2019-01-20 13:37:26,617 - create_instance - INFO - Checking deletion status 2019-01-20 13:37:26,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:26,890 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37: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-c3bcc656-ccd8-4e88-86ca-35550538c88a x-compute-request-id: req-c3bcc656-ccd8-4e88-86ca-35550538c88a 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.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "rel": "bookmark"}], "image": {"id": "1797e543-bc21-457b-a2c7-4c8b4ea15af8", "links": [{"href": "http://172.30.9.22:8774/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:37:04.000000", "flavor": {"id": "cbe35783-f688-494f-858f-b0691609a459", "links": [{"href": "http://172.30.9.22:8774/flavors/cbe35783-f688-494f-858f-b0691609a459", "rel": "bookmark"}]}, "id": "e1abfb2f-ee69-4dc0-acd6-a1093a17faa0", "user_id": "8283907eb3ed4138844b74bfc513e88c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:37:26Z", "hostId": "cd15a9f15bfc60135b302ad2bacbe3a40c844f9cc502986e09c7e326", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp", "name": "CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst", "created": "2019-01-20T13:36:58Z", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:37:26,890 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 used request id req-c3bcc656-ccd8-4e88-86ca-35550538c88a 2019-01-20 13:37:26,890 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst] is - ACTIVE 2019-01-20 13:37:26,891 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:37:29,894 - create_instance - DEBUG - VM status query timeout in 296.723081112 2019-01-20 13:37:29,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4351c00b25fae701424ad5753b9b863474bb196c" 2019-01-20 13:37:29,944 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:37:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1709230f-49df-44e4-8923-42c3c2eb89b1 x-compute-request-id: req-1709230f-49df-44e4-8923-42c3c2eb89b1 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 could not be found.", "code": 404}} 2019-01-20 13:37:29,944 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 used request id req-1709230f-49df-44e4-8923-42c3c2eb89b1 2019-01-20 13:37:29,944 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e1abfb2f-ee69-4dc0-acd6-a1093a17faa0 could not be found. (HTTP 404) (Request-ID: req-1709230f-49df-44e4-8923-42c3c2eb89b1) 2019-01-20 13:37:29,944 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-inst 2019-01-20 13:37:29,946 - create_instance - INFO - Deleting Floating IP - 172.30.9.210 2019-01-20 13:37:29,946 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.210 2019-01-20 13:37:29,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/floatingips/0a739826-f3d2-476d-9b97-08b681dbba92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:30,498 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a95fb4d8-b524-4b7f-aa49-ce4f133d4173 Content-Length: 0 Date: Sun, 20 Jan 2019 13:37:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:37:30,498 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/0a739826-f3d2-476d-9b97-08b681dbba92 used request id req-a95fb4d8-b524-4b7f-aa49-ce4f133d4173 2019-01-20 13:37:30,498 - create_instance - INFO - Deleting Port with ID - ab497d63-d286-4863-8368-29fb4a39918f 2019-01-20 13:37:30,498 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fbport-1 2019-01-20 13:37:30,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/ab497d63-d286-4863-8368-29fb4a39918f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cfca13ff7b68ebd36e2a88d3575b8b7e1be6e2e" 2019-01-20 13:37:30,685 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 132 X-Openstack-Request-Id: req-61076185-28f5-459d-b8a4-8e693757d519 Date: Sun, 20 Jan 2019 13:37:30 GMT RESP BODY: {"NeutronError": {"message": "Port ab497d63-d286-4863-8368-29fb4a39918f could not be found.", "type": "PortNotFound", "detail": ""}} 2019-01-20 13:37:30,685 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/ab497d63-d286-4863-8368-29fb4a39918f used request id req-61076185-28f5-459d-b8a4-8e693757d519 2019-01-20 13:37:30,685 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Port ab497d63-d286-4863-8368-29fb4a39918f could not be found.", "type": "PortNotFound", "detail": ""}} 2019-01-20 13:37:30,686 - create_instance_tests - ERROR - Unexpected exception cleaning VM instance with message - Port ab497d63-d286-4863-8368-29fb4a39918f could not be found. Neutron server returns request_ids: ['req-61076185-28f5-459d-b8a4-8e693757d519'] 2019-01-20 13:37:30,687 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp 2019-01-20 13:37:30,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6d04bd7f1c7c988d6b232bce96232d744aae5c" 2019-01-20 13:37:30,741 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:37:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cf83c9e6-8e8b-4357-9db1-7b7eb6b77448 x-compute-request-id: req-cf83c9e6-8e8b-4357-9db1-7b7eb6b77448 Content-Length: 0 Content-Type: application/json 2019-01-20 13:37:30,741 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-kp used request id req-cf83c9e6-8e8b-4357-9db1-7b7eb6b77448 2019-01-20 13:37:30,742 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb.pub] 2019-01-20 13:37:30,742 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb] 2019-01-20 13:37:30,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/cbe35783-f688-494f-858f-b0691609a459 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc64fabc2ac6c3e5e851c6962f858f0ae66c840a" 2019-01-20 13:37:30,856 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:37:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d40676d4-ac36-4b0e-be55-b4fbed5ab7b6 x-compute-request-id: req-d40676d4-ac36-4b0e-be55-b4fbed5ab7b6 Content-Length: 0 Content-Type: application/json 2019-01-20 13:37:30,856 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/cbe35783-f688-494f-858f-b0691609a459 used request id req-d40676d4-ac36-4b0e-be55-b4fbed5ab7b6 2019-01-20 13:37:30,857 - neutron_utils - INFO - Deleting security group rule with ID - ca73a3dd-0689-4cd2-a558-3ef66a7ee820 2019-01-20 13:37:30,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/ca73a3dd-0689-4cd2-a558-3ef66a7ee820 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:37:31,103 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-77590991-ffd8-46ee-857f-9e9871a0d7af Content-Length: 0 Date: Sun, 20 Jan 2019 13:37:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:37:31,103 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/ca73a3dd-0689-4cd2-a558-3ef66a7ee820 used request id req-77590991-ffd8-46ee-857f-9e9871a0d7af 2019-01-20 13:37:31,103 - neutron_utils - INFO - Deleting security group rule with ID - 86fa96e9-5db4-4567-9687-da1779b50780 2019-01-20 13:37:31,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/86fa96e9-5db4-4567-9687-da1779b50780 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:37:31,501 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1bcb99b9-8297-430e-a5e7-38e1dc3db3f2 Content-Length: 0 Date: Sun, 20 Jan 2019 13:37:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:37:31,501 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/86fa96e9-5db4-4567-9687-da1779b50780 used request id req-1bcb99b9-8297-430e-a5e7-38e1dc3db3f2 2019-01-20 13:37:31,501 - neutron_utils - INFO - Deleting security group rule with ID - 277e5f8f-9b16-4445-9749-19101902c215 2019-01-20 13:37:31,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/277e5f8f-9b16-4445-9749-19101902c215 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:37:31,615 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1f3dfb4a-79ad-4cb8-a5b5-6de3839fb59b Content-Length: 0 Date: Sun, 20 Jan 2019 13:37:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:37:31,615 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/277e5f8f-9b16-4445-9749-19101902c215 used request id req-1f3dfb4a-79ad-4cb8-a5b5-6de3839fb59b 2019-01-20 13:37:31,615 - neutron_utils - INFO - Deleting security group rule with ID - 9765b61d-7f0f-439e-a48e-ce61e779fd93 2019-01-20 13:37:31,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/9765b61d-7f0f-439e-a48e-ce61e779fd93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:37:31,856 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5a532f98-ed69-40dc-9e97-9e1da4fe0efc Content-Length: 0 Date: Sun, 20 Jan 2019 13:37:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:37:31,856 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/9765b61d-7f0f-439e-a48e-ce61e779fd93 used request id req-5a532f98-ed69-40dc-9e97-9e1da4fe0efc 2019-01-20 13:37:31,857 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-sec-grp 2019-01-20 13:37:31,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/fc4855a2-f47e-4fbc-86ed-841bb9ca844d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0e952f1f40532bd967257690fee1f3bfe742b76" 2019-01-20 13:37:31,987 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e6456783-da08-4774-8b31-bb52fe4b315e Content-Length: 0 Date: Sun, 20 Jan 2019 13:37:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:37:31,987 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/fc4855a2-f47e-4fbc-86ed-841bb9ca844d used request id req-e6456783-da08-4774-8b31-bb52fe4b315e 2019-01-20 13:37:31,988 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-router and subnet CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet 2019-01-20 13:37:31,988 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-router 2019-01-20 13:37:31,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/93bd6ff1-ae45-41d5-a5b2-ef315ee00b76/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9e33766413de296fe6692a796b84dc2dd8bbc" -d '{"subnet_id": "6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"}' 2019-01-20 13:37:33,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d49bcc30-66ce-4569-b606-47859529be38 Date: Sun, 20 Jan 2019 13:37:33 GMT RESP BODY: {"network_id": "7d8642c7-a593-4a20-943b-58bce8c48ee8", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "subnet_id": "6d6e4ac9-02fc-45d2-9d79-931a681d5fe7", "subnet_ids": ["6d6e4ac9-02fc-45d2-9d79-931a681d5fe7"], "port_id": "f07cf9c2-b203-47d6-98df-0080f19d89a0", "id": "93bd6ff1-ae45-41d5-a5b2-ef315ee00b76"} 2019-01-20 13:37:33,521 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/93bd6ff1-ae45-41d5-a5b2-ef315ee00b76/remove_router_interface used request id req-d49bcc30-66ce-4569-b606-47859529be38 2019-01-20 13:37:33,521 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-router 2019-01-20 13:37:33,521 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-router 2019-01-20 13:37:33,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/93bd6ff1-ae45-41d5-a5b2-ef315ee00b76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c9e33766413de296fe6692a796b84dc2dd8bbc" 2019-01-20 13:37:37,152 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d0c1769e-2cbf-47f3-bef1-91e1aa385f4d Content-Length: 0 Date: Sun, 20 Jan 2019 13:37:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:37:37,153 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/93bd6ff1-ae45-41d5-a5b2-ef315ee00b76 used request id req-d0c1769e-2cbf-47f3-bef1-91e1aa385f4d 2019-01-20 13:37:37,153 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet 2019-01-20 13:37:37,154 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-subnet 2019-01-20 13:37:37,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/6d6e4ac9-02fc-45d2-9d79-931a681d5fe7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e75bc5c1ebeb0dac071d200a075ef70f66c493c0" 2019-01-20 13:37:39,594 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cf4fdee6-6e8b-4843-98d1-34760dda5220 Date: Sun, 20 Jan 2019 13:37:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:37:39,594 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/6d6e4ac9-02fc-45d2-9d79-931a681d5fe7 used request id req-cf4fdee6-6e8b-4843-98d1-34760dda5220 2019-01-20 13:37:39,595 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-pub-net 2019-01-20 13:37:39,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/7d8642c7-a593-4a20-943b-58bce8c48ee8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e75bc5c1ebeb0dac071d200a075ef70f66c493c0" 2019-01-20 13:37:40,583 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7593dcc6-8752-4a9b-a76b-2a532a361501 Date: Sun, 20 Jan 2019 13:37:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:37:40,584 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/7d8642c7-a593-4a20-943b-58bce8c48ee8 used request id req-7593dcc6-8752-4a9b-a76b-2a532a361501 2019-01-20 13:37:40,584 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-88ef922a-9375-499b-bff7-a5d21ba1e8fb-image 2019-01-20 13:37:40,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be2bc18326f6db55c3d7646e0aecdf941fbc4650" 2019-01-20 13:37:42,124 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-33e7c430-8333-408f-a303-7c2b124dfe05 Date: Sun, 20 Jan 2019 13:37:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:37:42,124 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/1797e543-bc21-457b-a2c7-4c8b4ea15af8 used request id req-33e7c430-8333-408f-a303-7c2b124dfe05 2019-01-20 13:37:42,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a6cde3ce49eccf8b7e9277a92b2e8c2ac43dcd" 2019-01-20 13:37:42,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b8afd0f5-8ba9-46ec-84e9-51f9f3ebbf7e Date: Sun, 20 Jan 2019 13:37:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:33Z", "updated_at": "2019-01-20T13:36:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:36:33Z", "revision_number": 0, "id": "5438f7e7-c2c8-4466-9d17-38e68ca6d075", "remote_group_id": "9ae13b1d-c120-49a7-901a-86f5b16d7ded", "remote_ip_prefix": null, "created_at": "2019-01-20T13:36:33Z", "security_group_id": "9ae13b1d-c120-49a7-901a-86f5b16d7ded", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3140e910371404c9c45450c3f8a0318"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:36:33Z", "revision_number": 0, "id": "86679776-8aba-4548-a1c4-8dfe1caafe64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:36:33Z", "security_group_id": "9ae13b1d-c120-49a7-901a-86f5b16d7ded", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3140e910371404c9c45450c3f8a0318"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:36:33Z", "revision_number": 0, "id": "ab9fd0c5-8b59-4f8e-8ef0-4354150a7647", "remote_group_id": "9ae13b1d-c120-49a7-901a-86f5b16d7ded", "remote_ip_prefix": null, "created_at": "2019-01-20T13:36:33Z", "security_group_id": "9ae13b1d-c120-49a7-901a-86f5b16d7ded", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3140e910371404c9c45450c3f8a0318"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:36:33Z", "revision_number": 0, "id": "d111d5eb-e83e-4794-a8c6-8c7e935a8be8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:36:33Z", "security_group_id": "9ae13b1d-c120-49a7-901a-86f5b16d7ded", "tenant_id": "b3140e910371404c9c45450c3f8a0318", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3140e910371404c9c45450c3f8a0318"}], "revision_number": 4, "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "9ae13b1d-c120-49a7-901a-86f5b16d7ded", "name": "default"}]} 2019-01-20 13:37:42,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-b8afd0f5-8ba9-46ec-84e9-51f9f3ebbf7e 2019-01-20 13:37:42,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a6cde3ce49eccf8b7e9277a92b2e8c2ac43dcd" 2019-01-20 13:37:42,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d83b1a08-e914-441f-81c8-53ed83d33b8a 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:37:42,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-d83b1a08-e914-441f-81c8-53ed83d33b8a 2019-01-20 13:37:42,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a6cde3ce49eccf8b7e9277a92b2e8c2ac43dcd" 2019-01-20 13:37:42,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-020db826-dc6f-4ea4-978c-2e084d50f3d7 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:37:42,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-020db826-dc6f-4ea4-978c-2e084d50f3d7 2019-01-20 13:37:42,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a6cde3ce49eccf8b7e9277a92b2e8c2ac43dcd" 2019-01-20 13:37:42,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e95c3a27-3361-4aaa-b1f1-835382793fd6 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-20 13:37:42,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7 used request id req-e95c3a27-3361-4aaa-b1f1-835382793fd6 2019-01-20 13:37:42,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a6cde3ce49eccf8b7e9277a92b2e8c2ac43dcd" 2019-01-20 13:37:42,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8b21c7a-9b6b-4c67-b17a-4126f30bdc1a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318"}, "enabled": true, "id": "b3140e910371404c9c45450c3f8a0318", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj"}} 2019-01-20 13:37:42,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 used request id req-a8b21c7a-9b6b-4c67-b17a-4126f30bdc1a 2019-01-20 13:37:42,738 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9ae13b1d-c120-49a7-901a-86f5b16d7ded 2019-01-20 13:37:42,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9ae13b1d-c120-49a7-901a-86f5b16d7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a6cde3ce49eccf8b7e9277a92b2e8c2ac43dcd" 2019-01-20 13:37:42,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b6a4bef0-c936-4d2e-90c5-a5e4f25d8ac8 Date: Sun, 20 Jan 2019 13:37:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "9ae13b1d-c120-49a7-901a-86f5b16d7ded", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:36:33Z", "security_group_id": "9ae13b1d-c120-49a7-901a-86f5b16d7ded", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:33Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "5438f7e7-c2c8-4466-9d17-38e68ca6d075"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:36:33Z", "security_group_id": "9ae13b1d-c120-49a7-901a-86f5b16d7ded", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:33Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "86679776-8aba-4548-a1c4-8dfe1caafe64"}, {"remote_group_id": "9ae13b1d-c120-49a7-901a-86f5b16d7ded", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:36:33Z", "security_group_id": "9ae13b1d-c120-49a7-901a-86f5b16d7ded", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:33Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "ab9fd0c5-8b59-4f8e-8ef0-4354150a7647"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:36:33Z", "security_group_id": "9ae13b1d-c120-49a7-901a-86f5b16d7ded", "port_range_min": null, "revision_number": 0, "tenant_id": "b3140e910371404c9c45450c3f8a0318", "created_at": "2019-01-20T13:36:33Z", "project_id": "b3140e910371404c9c45450c3f8a0318", "id": "d111d5eb-e83e-4794-a8c6-8c7e935a8be8"}]} 2019-01-20 13:37:42,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=9ae13b1d-c120-49a7-901a-86f5b16d7ded used request id req-b6a4bef0-c936-4d2e-90c5-a5e4f25d8ac8 2019-01-20 13:37:42,925 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:37:42,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/9ae13b1d-c120-49a7-901a-86f5b16d7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a6cde3ce49eccf8b7e9277a92b2e8c2ac43dcd" 2019-01-20 13:37:43,232 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b21d4da6-ca11-4bac-b84c-6333a7e3d286 Content-Length: 0 Date: Sun, 20 Jan 2019 13:37:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:37:43,232 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/9ae13b1d-c120-49a7-901a-86f5b16d7ded used request id req-b21d4da6-ca11-4bac-b84c-6333a7e3d286 2019-01-20 13:37:43,233 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj 2019-01-20 13:37:43,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a6cde3ce49eccf8b7e9277a92b2e8c2ac43dcd" 2019-01-20 13:37:43,456 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:37:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a837bab-3419-4c4b-9fa2-6a696a6ae891 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:37:43,456 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/b3140e910371404c9c45450c3f8a0318 used request id req-2a837bab-3419-4c4b-9fa2-6a696a6ae891 2019-01-20 13:37:43,457 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-proj-role 2019-01-20 13:37:43,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/f225482e65f24c49a28ec3e828b592ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a6cde3ce49eccf8b7e9277a92b2e8c2ac43dcd" 2019-01-20 13:37:43,567 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:37:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44289f53-772e-4b83-a924-6b9573b77d49 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:37:43,567 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/f225482e65f24c49a28ec3e828b592ad used request id req-44289f53-772e-4b83-a924-6b9573b77d49 2019-01-20 13:37:43,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a6cde3ce49eccf8b7e9277a92b2e8c2ac43dcd" 2019-01-20 13:37:43,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a20107a-fb41-481d-a383-ed1776d7c0d2 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:37:43,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6a20107a-fb41-481d-a383-ed1776d7c0d2 2019-01-20 13:37:43,669 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-faa68ed3-feeb-40e-user 2019-01-20 13:37:43,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/8283907eb3ed4138844b74bfc513e88c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}882f4c3978d3a8cb1f54d9f3d9e3950e3ce85088" 2019-01-20 13:37:43,962 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:37:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c110cea-8402-4865-a798-fe5bcaf41022 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:37:43,962 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/8283907eb3ed4138844b74bfc513e88c used request id req-7c110cea-8402-4865-a798-fe5bcaf41022 2019-01-20 13:37:43,964 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:37:44,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:37:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["MW1T3rBwRdWzo6ddqt3h_Q"], "issued_at": "2019-01-20T13:37:44.000000Z"}} 2019-01-20 13:37:44,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7183931f3808d931ba77b8410af2d5bd89b1fa4f" 2019-01-20 13:37:44,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eccd88f8-fd76-429f-aea0-edd28e812c4e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:37:44,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-eccd88f8-fd76-429f-aea0-edd28e812c4e 2019-01-20 13:37:44,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:37:44,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:37:44,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:37:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["gmy-4m6CRaCYuDdBtnrqlw"], "issued_at": "2019-01-20T13:37:44.000000Z"}} 2019-01-20 13:37:44,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd9ca1d0f00d867aee5ce472867af8b990ac34c" 2019-01-20 13:37:44,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-538fc7b3-fb6f-4ee5-929c-28b54fafe4b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:37:44,919 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-538fc7b3-fb6f-4ee5-929c-28b54fafe4b3 2019-01-20 13:37:44,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:37:44,929 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:37: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:37:44,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd9ca1d0f00d867aee5ce472867af8b990ac34c" 2019-01-20 13:37:45,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71c35eb6-9b9b-4ed7-9633-8d97059fb166 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:37:45,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj used request id req-71c35eb6-9b9b-4ed7-9633-8d97059fb166 2019-01-20 13:37:45,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd9ca1d0f00d867aee5ce472867af8b990ac34c" 2019-01-20 13:37:45,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a410a957-8ac8-4c76-9238-0df6607dfee3 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:37:45,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-a410a957-8ac8-4c76-9238-0df6607dfee3 2019-01-20 13:37:45,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd9ca1d0f00d867aee5ce472867af8b990ac34c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}}' 2019-01-20 13:37:45,225 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:37:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8195c805-444e-4038-bd03-19bb181aa477 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}} 2019-01-20 13:37:45,225 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-8195c805-444e-4038-bd03-19bb181aa477 2019-01-20 13:37:45,226 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj 2019-01-20 13:37:45,226 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:37:45,226 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:37:45,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:37:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["6ZPiNXtgShmZJymgiiH8LQ"], "issued_at": "2019-01-20T13:37:45.000000Z"}} 2019-01-20 13:37:45,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5acfb1b23db3056a981e3cd0aa910a4ea967b50c" 2019-01-20 13:37:45,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9fe4fb4-aa57-4ee5-844c-71559f408e20 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:37:45,766 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f9fe4fb4-aa57-4ee5-844c-71559f408e20 2019-01-20 13:37:45,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:37:45,776 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:37: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:37:45,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5acfb1b23db3056a981e3cd0aa910a4ea967b50c" 2019-01-20 13:37:45,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea8bcc38-842f-446a-8958-611514792897 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:37:45,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-ea8bcc38-842f-446a-8958-611514792897 2019-01-20 13:37:45,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5acfb1b23db3056a981e3cd0aa910a4ea967b50c" 2019-01-20 13:37:45,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba904e84-0805-429e-b4cf-3d7e2dc76b4b Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}]} 2019-01-20 13:37:45,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj used request id req-ba904e84-0805-429e-b4cf-3d7e2dc76b4b 2019-01-20 13:37:45,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5acfb1b23db3056a981e3cd0aa910a4ea967b50c" 2019-01-20 13:37:46,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cef57a9-350f-40b7-a3e0-5b69a662f5fb Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:37:46,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-5cef57a9-350f-40b7-a3e0-5b69a662f5fb 2019-01-20 13:37:46,460 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-user 2019-01-20 13:37:46,460 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:37:46,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd9ca1d0f00d867aee5ce472867af8b990ac34c" 2019-01-20 13:37:46,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a94421f-b5a6-464c-88f6-74b712106e38 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:37:46,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4a94421f-b5a6-464c-88f6-74b712106e38 2019-01-20 13:37:46,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd9ca1d0f00d867aee5ce472867af8b990ac34c" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj-role"}}' 2019-01-20 13:37:46,674 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:37:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78526ba9-d0d1-4607-a301-1f9dac03d1c7 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2569a91250cb447db2c9f1470bf37247", "links": {"self": "http://172.30.9.22:5000/v3/roles/2569a91250cb447db2c9f1470bf37247"}, "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj-role"}} 2019-01-20 13:37:46,675 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-78526ba9-d0d1-4607-a301-1f9dac03d1c7 2019-01-20 13:37:46,675 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj-role 2019-01-20 13:37:46,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/2569a91250cb447db2c9f1470bf37247 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd9ca1d0f00d867aee5ce472867af8b990ac34c" 2019-01-20 13:37:46,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36db455f-c251-40f5-bc55-3b4eadfb7132 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/2569a91250cb447db2c9f1470bf37247"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj-role", "id": "2569a91250cb447db2c9f1470bf37247"}} 2019-01-20 13:37:46,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/2569a91250cb447db2c9f1470bf37247 used request id req-36db455f-c251-40f5-bc55-3b4eadfb7132 2019-01-20 13:37:46,696 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj-role to project CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj 2019-01-20 13:37:46,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd/users/9e1c52856a164488895a3b85b324d9f4/roles/2569a91250cb447db2c9f1470bf37247 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd9ca1d0f00d867aee5ce472867af8b990ac34c" 2019-01-20 13:37:46,826 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:37:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-067ea366-4156-4e16-ac00-3434e773e33d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:37:46,827 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd/users/9e1c52856a164488895a3b85b324d9f4/roles/2569a91250cb447db2c9f1470bf37247 used request id req-067ea366-4156-4e16-ac00-3434e773e33d 2019-01-20 13:37:46,827 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:37:46,828 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:37:46,828 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:37:46,829 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:37:47,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2569a91250cb447db2c9f1470bf37247", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj-role"}], "expires_at": "2019-01-20T14:37:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-user", "id": "9e1c52856a164488895a3b85b324d9f4"}, "audit_ids": ["YKM0r6W3Trqv94s2jpJdCw"], "issued_at": "2019-01-20T13:37:47.000000Z"}} 2019-01-20 13:37:47,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4708eb9582aa12b2e241f49880f795ca30aed4ff" 2019-01-20 13:37:47,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caea8812-97aa-40ba-8ce0-696cfb4fb6c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:37:47,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-caea8812-97aa-40ba-8ce0-696cfb4fb6c2 2019-01-20 13:37:47,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4708eb9582aa12b2e241f49880f795ca30aed4ff" 2019-01-20 13:37:47,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-f1380e6d-3907-4319-a64c-e1b372d8bb83 Date: Sun, 20 Jan 2019 13:37:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-image"} 2019-01-20 13:37:47,487 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-image used request id req-f1380e6d-3907-4319-a64c-e1b372d8bb83 2019-01-20 13:37:47,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4708eb9582aa12b2e241f49880f795ca30aed4ff" 2019-01-20 13:37:47,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e9ef982f-de86-43f3-9cd8-a1a17057ee19 Date: Sun, 20 Jan 2019 13:37: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"}}} 2019-01-20 13:37:47,638 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-e9ef982f-de86-43f3-9cd8-a1a17057ee19 2019-01-20 13:37:47,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4708eb9582aa12b2e241f49880f795ca30aed4ff" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-image"}' 2019-01-20 13:37:47,850 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/c6449d7f-f827-448c-9c46-1866c124b8fd X-Openstack-Request-Id: req-8df54e19-1ffd-4a55-b830-bbf681171637 Date: Sun, 20 Jan 2019 13:37:47 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:37:47Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:37:47Z", "visibility": "shared", "locations": [], "self": "/v2/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "min_disk": 0, "protected": false, "id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "file": "/v2/images/c6449d7f-f827-448c-9c46-1866c124b8fd/file", "checksum": null, "owner": "2bbceccfccab4dd4b25b006d64b77dfd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:37:47,850 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-8df54e19-1ffd-4a55-b830-bbf681171637 2019-01-20 13:37:47,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/c6449d7f-f827-448c-9c46-1866c124b8fd/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4708eb9582aa12b2e241f49880f795ca30aed4ff" -d '' 2019-01-20 13:37:50,103 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6130d300-e825-44bf-b1c1-310473d6c95c Date: Sun, 20 Jan 2019 13:37:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:37:50,103 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/c6449d7f-f827-448c-9c46-1866c124b8fd/file used request id req-6130d300-e825-44bf-b1c1-310473d6c95c 2019-01-20 13:37:50,104 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:37:50,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/c6449d7f-f827-448c-9c46-1866c124b8fd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4708eb9582aa12b2e241f49880f795ca30aed4ff" 2019-01-20 13:37:50,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-17ebfced-6272-4b04-ac95-516767dfc884 Date: Sun, 20 Jan 2019 13:37:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:37:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:37:50Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c6449d7f-f827-448c-9c46-1866c124b8fd/snap", "metadata": {}}], "self": "/v2/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "min_disk": 0, "protected": false, "id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "file": "/v2/images/c6449d7f-f827-448c-9c46-1866c124b8fd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2bbceccfccab4dd4b25b006d64b77dfd", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c6449d7f-f827-448c-9c46-1866c124b8fd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:37:50,124 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/c6449d7f-f827-448c-9c46-1866c124b8fd used request id req-17ebfced-6272-4b04-ac95-516767dfc884 2019-01-20 13:37:50,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4708eb9582aa12b2e241f49880f795ca30aed4ff" 2019-01-20 13:37:50,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5eff812e-769e-4bc3-839b-44cfdcdf19fc Date: Sun, 20 Jan 2019 13:37: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"}}} 2019-01-20 13:37:50,284 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-5eff812e-769e-4bc3-839b-44cfdcdf19fc 2019-01-20 13:37:50,287 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-image 2019-01-20 13:37:50,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/c6449d7f-f827-448c-9c46-1866c124b8fd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4708eb9582aa12b2e241f49880f795ca30aed4ff" 2019-01-20 13:37:50,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-9aa63e58-3004-453e-9fbb-29d7c9fc6301 Date: Sun, 20 Jan 2019 13:37:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:37:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:37:50Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c6449d7f-f827-448c-9c46-1866c124b8fd/snap", "metadata": {}}], "self": "/v2/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "min_disk": 0, "protected": false, "id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "file": "/v2/images/c6449d7f-f827-448c-9c46-1866c124b8fd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2bbceccfccab4dd4b25b006d64b77dfd", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c6449d7f-f827-448c-9c46-1866c124b8fd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:37:50,443 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/c6449d7f-f827-448c-9c46-1866c124b8fd used request id req-9aa63e58-3004-453e-9fbb-29d7c9fc6301 2019-01-20 13:37:50,444 - create_image - DEBUG - Instance status is - active 2019-01-20 13:37:50,444 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-image 2019-01-20 13:37:50,444 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-image 2019-01-20 13:37:50,444 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:37:50,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:37:50,811 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2569a91250cb447db2c9f1470bf37247", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj-role"}], "expires_at": "2019-01-20T14:37:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-user", "id": "9e1c52856a164488895a3b85b324d9f4"}, "audit_ids": ["ZRQA96GbR9aO4328TdKGSQ"], "issued_at": "2019-01-20T13:37:50.000000Z"}} 2019-01-20 13:37:50,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5343be4d75fb33f4a6d804de801b5ff8343d4de3" 2019-01-20 13:37:50,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30002340-542e-4195-ace4-dcf02d3961d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:37:50,895 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-30002340-542e-4195-ace4-dcf02d3961d3 2019-01-20 13:37:50,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5343be4d75fb33f4a6d804de801b5ff8343d4de3" 2019-01-20 13:37:51,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-75e5f68f-04a3-4c34-8a94-1bfcea0e3bb9 Date: Sun, 20 Jan 2019 13:37:51 GMT RESP BODY: {"networks":[]} 2019-01-20 13:37:51,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net used request id req-75e5f68f-04a3-4c34-8a94-1bfcea0e3bb9 2019-01-20 13:37:51,090 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net 2019-01-20 13:37:51,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5343be4d75fb33f4a6d804de801b5ff8343d4de3" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net", "admin_state_up": true}}' 2019-01-20 13:37:51,744 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-9af665e9-0f04-4307-bda4-e798dc836458 Date: Sun, 20 Jan 2019 13:37:51 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:37:51Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:51Z","mtu":1450}} 2019-01-20 13:37:51,744 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-9af665e9-0f04-4307-bda4-e798dc836458 2019-01-20 13:37:51,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5343be4d75fb33f4a6d804de801b5ff8343d4de3" 2019-01-20 13:37:51,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-88780bac-9eeb-491b-97a3-7dfae82c45bf Date: Sun, 20 Jan 2019 13:37:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T13:37:51Z","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net"}]} 2019-01-20 13:37:51,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-88780bac-9eeb-491b-97a3-7dfae82c45bf 2019-01-20 13:37:51,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5343be4d75fb33f4a6d804de801b5ff8343d4de3" 2019-01-20 13:37:52,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1b63c66e-31a7-45fb-9aa9-4ad184d05bd5 Date: Sun, 20 Jan 2019 13:37:52 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:37:52,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-1b63c66e-31a7-45fb-9aa9-4ad184d05bd5 2019-01-20 13:37:52,163 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet 2019-01-20 13:37:52,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5343be4d75fb33f4a6d804de801b5ff8343d4de3" -d '{"subnets": [{"ip_version": 4, "network_id": "b8b6a5d0-5096-4e67-a653-c45dabfb7610", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}]}' 2019-01-20 13:37:52,912 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3252b994-902b-465d-bd32-57943c2902c3 Date: Sun, 20 Jan 2019 13:37:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:52Z","dns_nameservers":[],"updated_at":"2019-01-20T13:37:52Z","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":"2bbceccfccab4dd4b25b006d64b77dfd","id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}]} 2019-01-20 13:37:52,912 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-3252b994-902b-465d-bd32-57943c2902c3 2019-01-20 13:37:52,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5343be4d75fb33f4a6d804de801b5ff8343d4de3" 2019-01-20 13:37:53,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0516706e-55f9-427b-bd30-87aa4dc84116 Date: Sun, 20 Jan 2019 13: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":["c6daeefc-4147-42bd-a099-15bc7f9d9c24"],"updated_at":"2019-01-20T13:37:52Z","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net"}]} 2019-01-20 13:37:53,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-0516706e-55f9-427b-bd30-87aa4dc84116 2019-01-20 13:37:53,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5343be4d75fb33f4a6d804de801b5ff8343d4de3" 2019-01-20 13:37:53,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1e35dbb7-c212-424c-bd94-efdc69badf3a Date: Sun, 20 Jan 2019 13:37:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:52Z","dns_nameservers":[],"updated_at":"2019-01-20T13:37:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}]} 2019-01-20 13:37:53,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-1e35dbb7-c212-424c-bd94-efdc69badf3a 2019-01-20 13:37:53,371 - OpenStackNetwork - DEBUG - Network [b8b6a5d0-5096-4e67-a653-c45dabfb7610] created successfully 2019-01-20 13:37:53,371 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:37:53,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:37:53,745 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2569a91250cb447db2c9f1470bf37247", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj-role"}], "expires_at": "2019-01-20T14:37:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-user", "id": "9e1c52856a164488895a3b85b324d9f4"}, "audit_ids": ["7GBaME3eQ1SjZqtl9F-8Ig"], "issued_at": "2019-01-20T13:37:53.000000Z"}} 2019-01-20 13:37:53,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fbaabb3df559c43b53308a652ba6026a5ed32c9" 2019-01-20 13:37:53,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9d47b3e-b51c-4f2c-b1c2-c490da76859f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:37:53,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f9d47b3e-b51c-4f2c-b1c2-c490da76859f 2019-01-20 13:37:53,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fbaabb3df559c43b53308a652ba6026a5ed32c9" 2019-01-20 13:37:54,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7d50e682-95e1-4711-ab6d-f9b696e0c5dc Date: Sun, 20 Jan 2019 13:37:54 GMT RESP BODY: {"routers": []} 2019-01-20 13:37:54,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-router&admin_state_up=True used request id req-7d50e682-95e1-4711-ab6d-f9b696e0c5dc 2019-01-20 13:37:54,019 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:37:54,020 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:37:54,395 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2569a91250cb447db2c9f1470bf37247", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj-role"}], "expires_at": "2019-01-20T14:37:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-user", "id": "9e1c52856a164488895a3b85b324d9f4"}, "audit_ids": ["g12yU_YUQU-wI6nHNM8LRg"], "issued_at": "2019-01-20T13:37:54.000000Z"}} 2019-01-20 13:37:54,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94ea37206e5bb2a13b7d22dc90e6be023f50b31" 2019-01-20 13:37:54,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:37:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f722412-b7d7-41c2-8306-f07ef1d7acb8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:37:54,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4f722412-b7d7-41c2-8306-f07ef1d7acb8 2019-01-20 13:37:54,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fbaabb3df559c43b53308a652ba6026a5ed32c9" 2019-01-20 13:37:54,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-325faf4d-2334-49b2-9336-19f4001b0089 Date: Sun, 20 Jan 2019 13:37:54 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:37:54,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-325faf4d-2334-49b2-9336-19f4001b0089 2019-01-20 13:37:54,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fbaabb3df559c43b53308a652ba6026a5ed32c9" 2019-01-20 13:37:55,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5d093106-4826-4fc1-87ff-43a225b0dc67 Date: Sun, 20 Jan 2019 13:37:55 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:37:55,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-5d093106-4826-4fc1-87ff-43a225b0dc67 2019-01-20 13:37:55,019 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-router 2019-01-20 13:37:55,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fbaabb3df559c43b53308a652ba6026a5ed32c9" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-router", "admin_state_up": true}}' 2019-01-20 13:38:00,047 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-2dc7dfef-126d-4119-a2af-fc0d0db94bf9 Date: Sun, 20 Jan 2019 13:38:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:37:55Z", "admin_state_up": true, "updated_at": "2019-01-20T13:37:56Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "c270c253-2c59-4090-97fc-66b28fd8c643", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-router"}} 2019-01-20 13:38:00,047 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-2dc7dfef-126d-4119-a2af-fc0d0db94bf9 2019-01-20 13:38:00,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=c270c253-2c59-4090-97fc-66b28fd8c643 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fbaabb3df559c43b53308a652ba6026a5ed32c9" 2019-01-20 13:38:00,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-83c85485-277b-4328-860c-73c54c9ed599 Date: Sun, 20 Jan 2019 13:38:00 GMT RESP BODY: {"ports":[]} 2019-01-20 13:38:00,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=c270c253-2c59-4090-97fc-66b28fd8c643 used request id req-83c85485-277b-4328-860c-73c54c9ed599 2019-01-20 13:38:00,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fbaabb3df559c43b53308a652ba6026a5ed32c9" 2019-01-20 13:38:00,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a2795325-26c4-4d2a-ae28-510ebaa90066 Date: Sun, 20 Jan 2019 13:38: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":["c6daeefc-4147-42bd-a099-15bc7f9d9c24"],"updated_at":"2019-01-20T13:37:52Z","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net"}]} 2019-01-20 13:38:00,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net used request id req-a2795325-26c4-4d2a-ae28-510ebaa90066 2019-01-20 13:38:00,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:38:00,511 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:38: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:38:00,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fbaabb3df559c43b53308a652ba6026a5ed32c9" 2019-01-20 13:38:00,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf43029e-5842-49cb-9f05-6d67eba18aa0 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}} 2019-01-20 13:38:00,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd used request id req-cf43029e-5842-49cb-9f05-6d67eba18aa0 2019-01-20 13:38:00,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fbaabb3df559c43b53308a652ba6026a5ed32c9" 2019-01-20 13:38:00,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c11006be-abbc-4aea-9d02-f3b3542c3ef0 Date: Sun, 20 Jan 2019 13:38:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:52Z","dns_nameservers":[],"updated_at":"2019-01-20T13:37:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}]} 2019-01-20 13:38:00,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-c11006be-abbc-4aea-9d02-f3b3542c3ef0 2019-01-20 13:38:00,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610&name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fbaabb3df559c43b53308a652ba6026a5ed32c9" 2019-01-20 13:38:01,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b323cdc7-b4c1-43e4-98e3-868d7d21ed19 Date: Sun, 20 Jan 2019 13:38:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:52Z","dns_nameservers":[],"updated_at":"2019-01-20T13:37:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}]} 2019-01-20 13:38:01,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610&name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet used request id req-b323cdc7-b4c1-43e4-98e3-868d7d21ed19 2019-01-20 13:38:01,021 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-20 13:38:01,022 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-router 2019-01-20 13:38:01,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/c270c253-2c59-4090-97fc-66b28fd8c643/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fbaabb3df559c43b53308a652ba6026a5ed32c9" -d '{"subnet_id": "c6daeefc-4147-42bd-a099-15bc7f9d9c24"}' 2019-01-20 13:38:03,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4afd7a92-daa8-4b3e-b270-f25c11ac909b Date: Sun, 20 Jan 2019 13:38:03 GMT RESP BODY: {"network_id": "b8b6a5d0-5096-4e67-a653-c45dabfb7610", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "subnet_id": "c6daeefc-4147-42bd-a099-15bc7f9d9c24", "subnet_ids": ["c6daeefc-4147-42bd-a099-15bc7f9d9c24"], "port_id": "50c90684-7bd7-4ecd-919c-36cb171a9419", "id": "c270c253-2c59-4090-97fc-66b28fd8c643"} 2019-01-20 13:38:03,272 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/c270c253-2c59-4090-97fc-66b28fd8c643/add_router_interface used request id req-4afd7a92-daa8-4b3e-b270-f25c11ac909b 2019-01-20 13:38:03,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/c270c253-2c59-4090-97fc-66b28fd8c643 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fbaabb3df559c43b53308a652ba6026a5ed32c9" 2019-01-20 13:38:03,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a1ef61bb-ec33-474c-a601-490317de2324 Date: Sun, 20 Jan 2019 13:38:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:37:55Z", "admin_state_up": true, "updated_at": "2019-01-20T13:38:02Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "c270c253-2c59-4090-97fc-66b28fd8c643", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-router"}} 2019-01-20 13:38:03,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/c270c253-2c59-4090-97fc-66b28fd8c643 used request id req-a1ef61bb-ec33-474c-a601-490317de2324 2019-01-20 13:38:03,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=c270c253-2c59-4090-97fc-66b28fd8c643 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fbaabb3df559c43b53308a652ba6026a5ed32c9" 2019-01-20 13:38:03,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-3dd6b3f2-0116-4297-a373-f955a120512b Date: Sun, 20 Jan 2019 13:38:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:02Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.1"}],"id":"50c90684-7bd7-4ecd-919c-36cb171a9419","security_groups":[],"mac_address":"fa:16:3e:86:3a:2b","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:01Z","binding:vnic_type":"normal","device_id":"c270c253-2c59-4090-97fc-66b28fd8c643"}]} 2019-01-20 13:38:03,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=c270c253-2c59-4090-97fc-66b28fd8c643 used request id req-3dd6b3f2-0116-4297-a373-f955a120512b 2019-01-20 13:38:03,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/c6daeefc-4147-42bd-a099-15bc7f9d9c24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fbaabb3df559c43b53308a652ba6026a5ed32c9" 2019-01-20 13:38:03,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-14ebe563-9f65-4fd6-904d-8468ca93a463 Date: Sun, 20 Jan 2019 13:38:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:52Z","dns_nameservers":[],"updated_at":"2019-01-20T13:37:52Z","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":"2bbceccfccab4dd4b25b006d64b77dfd","id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}} 2019-01-20 13:38:03,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/c6daeefc-4147-42bd-a099-15bc7f9d9c24 used request id req-14ebe563-9f65-4fd6-904d-8468ca93a463 2019-01-20 13:38:03,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:38:03,900 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:38:04,284 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:38:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["2a6vuicUTg2zE2yNX9mgvQ"], "issued_at": "2019-01-20T13:38:04.000000Z"}} 2019-01-20 13:38:04,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5809bb93b6b14b6236353f6a489963718cbf948c" 2019-01-20 13:38:04,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d36f59ad-6fe7-4743-8e38-43f018f3fcce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:38:04,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d36f59ad-6fe7-4743-8e38-43f018f3fcce 2019-01-20 13:38:04,361 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:38:04,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5809bb93b6b14b6236353f6a489963718cbf948c" 2019-01-20 13:38:04,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-14379a67-d530-4aad-8750-cb5f658787cc x-compute-request-id: req-14379a67-d530-4aad-8750-cb5f658787cc Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:38:04,550 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-14379a67-d530-4aad-8750-cb5f658787cc 2019-01-20 13:38:04,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5809bb93b6b14b6236353f6a489963718cbf948c" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-20 13:38:04,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-76381610-520b-4800-8475-5eb721218b86 x-compute-request-id: req-76381610-520b-4800-8475-5eb721218b86 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:38:04,604 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-76381610-520b-4800-8475-5eb721218b86 2019-01-20 13:38:04,604 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:38:04,605 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:38:04,992 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2569a91250cb447db2c9f1470bf37247", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj-role"}], "expires_at": "2019-01-20T14:38:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-user", "id": "9e1c52856a164488895a3b85b324d9f4"}, "audit_ids": ["IqZLB5OGQpSWNir2mgeRrg"], "issued_at": "2019-01-20T13:38:04.000000Z"}} 2019-01-20 13:38:04,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7850cb1a91acb5efa57878a2e104a62844dc8b39" 2019-01-20 13:38:05,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfe56154-88ce-43a4-b5ea-789c82fad7cb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:38:05,073 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cfe56154-88ce-43a4-b5ea-789c82fad7cb 2019-01-20 13:38:05,074 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:38:05,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7850cb1a91acb5efa57878a2e104a62844dc8b39" 2019-01-20 13:38:05,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38: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-034725a7-a45c-4927-9a10-43e4406187fc x-compute-request-id: req-034725a7-a45c-4927-9a10-43e4406187fc Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 13:38:05,235 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-034725a7-a45c-4927-9a10-43e4406187fc 2019-01-20 13:38:05,235 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp... 2019-01-20 13:38:05,236 - OpenStackKeypair - INFO - Creating new keypair 2019-01-20 13:38:05,278 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp 2019-01-20 13:38:05,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7850cb1a91acb5efa57878a2e104a62844dc8b39" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCfXqD1ZNmsimmt92LHkkP+Szp9tm0jGL4YTX7h0aQfmP74OHGqhPSY1j5pNLLkzegWTgQAj8q4bR4uwxCb/iSBg9RAzgiW1ojwj5h8l8YZXTGaEgEYcY1DqYOzuJNBsu8qx28p/3WeMUWxP6/ehFbfd17R30psw9raXOGGJF939Q==", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp"}}' 2019-01-20 13:38:05,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38: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-c32df9af-65df-4c6e-9349-b4511f5f900e x-compute-request-id: req-c32df9af-65df-4c6e-9349-b4511f5f900e Content-Encoding: gzip Content-Length: 375 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCfXqD1ZNmsimmt92LHkkP+Szp9tm0jGL4YTX7h0aQfmP74OHGqhPSY1j5pNLLkzegWTgQAj8q4bR4uwxCb/iSBg9RAzgiW1ojwj5h8l8YZXTGaEgEYcY1DqYOzuJNBsu8qx28p/3WeMUWxP6/ehFbfd17R30psw9raXOGGJF939Q==", "user_id": "9e1c52856a164488895a3b85b324d9f4", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "fingerprint": "80:8c:76:19:2c:75:23:75:01:69:ea:4e:b2:a6:2c:34"}} 2019-01-20 13:38:05,340 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-c32df9af-65df-4c6e-9349-b4511f5f900e 2019-01-20 13:38:05,342 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261.pub 2019-01-20 13:38:05,343 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261 2019-01-20 13:38:05,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:38:05,344 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:38:05,734 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2569a91250cb447db2c9f1470bf37247", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj-role"}], "expires_at": "2019-01-20T14:38:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-user", "id": "9e1c52856a164488895a3b85b324d9f4"}, "audit_ids": ["NeJSylZ9Q0S6VRVgDoQEgA"], "issued_at": "2019-01-20T13:38:05.000000Z"}} 2019-01-20 13:38:05,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:05,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acf9c8a6-f32d-47da-9672-8790f7a10f02 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:38:05,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-acf9c8a6-f32d-47da-9672-8790f7a10f02 2019-01-20 13:38:05,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:06,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-83b5c389-1a3b-4ed3-9b30-ad0c0d3e7a7b Date: Sun, 20 Jan 2019 13:38:05 GMT RESP BODY: {"security_groups": []} 2019-01-20 13:38:06,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp used request id req-83b5c389-1a3b-4ed3-9b30-ad0c0d3e7a7b 2019-01-20 13:38:06,005 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp... 2019-01-20 13:38:06,005 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp 2019-01-20 13:38:06,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}}' 2019-01-20 13:38:06,346 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-c7c6aae7-af06-4ae2-a2eb-19ec8c23add4 Date: Sun, 20 Jan 2019 13:38:06 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:06Z", "updated_at": "2019-01-20T13:38:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "revision_number": 0, "id": "2a03b6b0-3ac8-4609-96e4-ba8358c2fafa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "revision_number": 0, "id": "7fb94a45-3e32-4b94-971c-c9f47b76a616", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd"}], "revision_number": 2, "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}} 2019-01-20 13:38:06,347 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-c7c6aae7-af06-4ae2-a2eb-19ec8c23add4 2019-01-20 13:38:06,347 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7988b1a3-4444-4179-96d2-e3f937e69ad1 2019-01-20 13:38:06,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7988b1a3-4444-4179-96d2-e3f937e69ad1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:06,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c20eca13-7c3c-409c-8335-c77984785f25 Date: Sun, 20 Jan 2019 13:38:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:06Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "2a03b6b0-3ac8-4609-96e4-ba8358c2fafa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:06Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "7fb94a45-3e32-4b94-971c-c9f47b76a616"}]} 2019-01-20 13:38:06,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7988b1a3-4444-4179-96d2-e3f937e69ad1 used request id req-c20eca13-7c3c-409c-8335-c77984785f25 2019-01-20 13:38:06,526 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7988b1a3-4444-4179-96d2-e3f937e69ad1 2019-01-20 13:38:06,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7988b1a3-4444-4179-96d2-e3f937e69ad1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:06,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8cc663af-2429-4516-b55b-7880d4cf0488 Date: Sun, 20 Jan 2019 13:38:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:06Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "2a03b6b0-3ac8-4609-96e4-ba8358c2fafa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:06Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "7fb94a45-3e32-4b94-971c-c9f47b76a616"}]} 2019-01-20 13:38:06,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7988b1a3-4444-4179-96d2-e3f937e69ad1 used request id req-8cc663af-2429-4516-b55b-7880d4cf0488 2019-01-20 13:38:06,721 - neutron_utils - INFO - Retrieving security group with ID - 7988b1a3-4444-4179-96d2-e3f937e69ad1 2019-01-20 13:38:06,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=7988b1a3-4444-4179-96d2-e3f937e69ad1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:06,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-44804f82-bfee-41a9-9c6b-729662793420 Date: Sun, 20 Jan 2019 13:38:06 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:06Z", "updated_at": "2019-01-20T13:38:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "revision_number": 0, "id": "2a03b6b0-3ac8-4609-96e4-ba8358c2fafa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "revision_number": 0, "id": "7fb94a45-3e32-4b94-971c-c9f47b76a616", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd"}], "revision_number": 2, "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}]} 2019-01-20 13:38:06,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=7988b1a3-4444-4179-96d2-e3f937e69ad1 used request id req-44804f82-bfee-41a9-9c6b-729662793420 2019-01-20 13:38:06,910 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7988b1a3-4444-4179-96d2-e3f937e69ad1 2019-01-20 13:38:06,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7988b1a3-4444-4179-96d2-e3f937e69ad1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:07,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-79b7be62-67c5-4d62-85ae-7d64b6fdee02 Date: Sun, 20 Jan 2019 13:38:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:06Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "2a03b6b0-3ac8-4609-96e4-ba8358c2fafa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:06Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "7fb94a45-3e32-4b94-971c-c9f47b76a616"}]} 2019-01-20 13:38:07,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7988b1a3-4444-4179-96d2-e3f937e69ad1 used request id req-79b7be62-67c5-4d62-85ae-7d64b6fdee02 2019-01-20 13:38:07,091 - neutron_utils - INFO - Retrieving security group with ID - 7988b1a3-4444-4179-96d2-e3f937e69ad1 2019-01-20 13:38:07,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=7988b1a3-4444-4179-96d2-e3f937e69ad1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:07,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-39b308d2-846e-4c87-b67e-c8356bcb249f Date: Sun, 20 Jan 2019 13:38:07 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:06Z", "updated_at": "2019-01-20T13:38:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "revision_number": 0, "id": "2a03b6b0-3ac8-4609-96e4-ba8358c2fafa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "revision_number": 0, "id": "7fb94a45-3e32-4b94-971c-c9f47b76a616", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd"}], "revision_number": 2, "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}]} 2019-01-20 13:38:07,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=7988b1a3-4444-4179-96d2-e3f937e69ad1 used request id req-39b308d2-846e-4c87-b67e-c8356bcb249f 2019-01-20 13:38:07,290 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7988b1a3-4444-4179-96d2-e3f937e69ad1 2019-01-20 13:38:07,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7988b1a3-4444-4179-96d2-e3f937e69ad1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:07,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8f11920d-2691-46a3-beb1-aef759e25808 Date: Sun, 20 Jan 2019 13:38:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:06Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "2a03b6b0-3ac8-4609-96e4-ba8358c2fafa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:06Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "7fb94a45-3e32-4b94-971c-c9f47b76a616"}]} 2019-01-20 13:38:07,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7988b1a3-4444-4179-96d2-e3f937e69ad1 used request id req-8f11920d-2691-46a3-beb1-aef759e25808 2019-01-20 13:38:07,461 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp 2019-01-20 13:38:07,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:07,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-5416a3b5-32d9-4bed-8a1f-ae3b1da47252 Date: Sun, 20 Jan 2019 13:38:07 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:06Z", "updated_at": "2019-01-20T13:38:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "revision_number": 0, "id": "2a03b6b0-3ac8-4609-96e4-ba8358c2fafa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "revision_number": 0, "id": "7fb94a45-3e32-4b94-971c-c9f47b76a616", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd"}], "revision_number": 2, "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}]} 2019-01-20 13:38:07,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp used request id req-5416a3b5-32d9-4bed-8a1f-ae3b1da47252 2019-01-20 13:38:07,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:38:07,666 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:38: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:38:07,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:07,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07fed784-a5a0-43e4-8a0a-aa35cb1710ab Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}} 2019-01-20 13:38:07,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd used request id req-07fed784-a5a0-43e4-8a0a-aa35cb1710ab 2019-01-20 13:38:07,765 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7988b1a3-4444-4179-96d2-e3f937e69ad1 2019-01-20 13:38:07,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7988b1a3-4444-4179-96d2-e3f937e69ad1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:07,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8e0a628e-3fef-4db5-bcf0-f3a9be324ffe Date: Sun, 20 Jan 2019 13:38:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:06Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "2a03b6b0-3ac8-4609-96e4-ba8358c2fafa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:06Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "7fb94a45-3e32-4b94-971c-c9f47b76a616"}]} 2019-01-20 13:38:07,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7988b1a3-4444-4179-96d2-e3f937e69ad1 used request id req-8e0a628e-3fef-4db5-bcf0-f3a9be324ffe 2019-01-20 13:38:07,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}7be4a7aaf3199c44326b410ec1da5a3e36454c07" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1"}}' 2019-01-20 13:38:08,124 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-2f25f75e-a9fb-461e-887b-32b52ecd296b Date: Sun, 20 Jan 2019 13:38:08 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": "2019-01-20T13:38:08Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:08Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "7b08aa07-67a0-4584-b849-32af1204ba3c"}} 2019-01-20 13:38:08,124 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-2f25f75e-a9fb-461e-887b-32b52ecd296b 2019-01-20 13:38:08,125 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp 2019-01-20 13:38:08,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:08,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-c991804e-36b4-4eba-8b55-cb31260a8e71 Date: Sun, 20 Jan 2019 13:38:08 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:06Z", "updated_at": "2019-01-20T13:38:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "revision_number": 0, "id": "2a03b6b0-3ac8-4609-96e4-ba8358c2fafa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:38:08Z", "revision_number": 0, "id": "7b08aa07-67a0-4584-b849-32af1204ba3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:38:08Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "revision_number": 0, "id": "7fb94a45-3e32-4b94-971c-c9f47b76a616", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd"}], "revision_number": 3, "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}]} 2019-01-20 13:38:08,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp used request id req-c991804e-36b4-4eba-8b55-cb31260a8e71 2019-01-20 13:38:08,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:08,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59121830-ed11-4e1b-b342-548d2cedc0d6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}} 2019-01-20 13:38:08,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd used request id req-59121830-ed11-4e1b-b342-548d2cedc0d6 2019-01-20 13:38:08,404 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7988b1a3-4444-4179-96d2-e3f937e69ad1 2019-01-20 13:38:08,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7988b1a3-4444-4179-96d2-e3f937e69ad1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:08,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-bb2af78d-6b6b-40ec-bdef-8eb89fae7b35 Date: Sun, 20 Jan 2019 13:38: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": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:06Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "2a03b6b0-3ac8-4609-96e4-ba8358c2fafa"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:38:08Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:08Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "7b08aa07-67a0-4584-b849-32af1204ba3c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:06Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "7fb94a45-3e32-4b94-971c-c9f47b76a616"}]} 2019-01-20 13:38:08,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7988b1a3-4444-4179-96d2-e3f937e69ad1 used request id req-bb2af78d-6b6b-40ec-bdef-8eb89fae7b35 2019-01-20 13:38:08,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}7be4a7aaf3199c44326b410ec1da5a3e36454c07" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1"}}' 2019-01-20 13:38:08,633 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-739a4bbe-7b23-494c-92ca-6b5a7d05074e Date: Sun, 20 Jan 2019 13:38:08 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": "2019-01-20T13:38:08Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "port_range_min": 22, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:08Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "749120cf-741f-4838-a115-e5fee378a649"}} 2019-01-20 13:38:08,633 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-739a4bbe-7b23-494c-92ca-6b5a7d05074e 2019-01-20 13:38:08,634 - neutron_utils - INFO - Retrieving security group with ID - 7988b1a3-4444-4179-96d2-e3f937e69ad1 2019-01-20 13:38:08,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=7988b1a3-4444-4179-96d2-e3f937e69ad1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:08,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-7cb1077a-740d-45e4-afd0-00a0b1ec9604 Date: Sun, 20 Jan 2019 13:38:08 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:06Z", "updated_at": "2019-01-20T13:38:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "revision_number": 0, "id": "2a03b6b0-3ac8-4609-96e4-ba8358c2fafa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:38:08Z", "revision_number": 0, "id": "749120cf-741f-4838-a115-e5fee378a649", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:38:08Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:38:08Z", "revision_number": 0, "id": "7b08aa07-67a0-4584-b849-32af1204ba3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:38:08Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "revision_number": 0, "id": "7fb94a45-3e32-4b94-971c-c9f47b76a616", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd"}], "revision_number": 4, "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}]} 2019-01-20 13:38:08,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=7988b1a3-4444-4179-96d2-e3f937e69ad1 used request id req-7cb1077a-740d-45e4-afd0-00a0b1ec9604 2019-01-20 13:38:08,841 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7988b1a3-4444-4179-96d2-e3f937e69ad1 2019-01-20 13:38:08,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7988b1a3-4444-4179-96d2-e3f937e69ad1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:09,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-4a7d7564-69f6-4aad-b257-6b288da44b8d Date: Sun, 20 Jan 2019 13:38: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": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:06Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "2a03b6b0-3ac8-4609-96e4-ba8358c2fafa"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-20T13:38:08Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "port_range_min": 22, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:08Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "749120cf-741f-4838-a115-e5fee378a649"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:38:08Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:08Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "7b08aa07-67a0-4584-b849-32af1204ba3c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:38:06Z", "security_group_id": "7988b1a3-4444-4179-96d2-e3f937e69ad1", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:06Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "7fb94a45-3e32-4b94-971c-c9f47b76a616"}]} 2019-01-20 13:38:09,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=7988b1a3-4444-4179-96d2-e3f937e69ad1 used request id req-4a7d7564-69f6-4aad-b257-6b288da44b8d 2019-01-20 13:38:09,051 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:38:09,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:38:09,435 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2569a91250cb447db2c9f1470bf37247", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj-role"}], "expires_at": "2019-01-20T14:38:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-user", "id": "9e1c52856a164488895a3b85b324d9f4"}, "audit_ids": ["8w1VsHJISjWaYC5vLFgy9A"], "issued_at": "2019-01-20T13:38:09.000000Z"}} 2019-01-20 13:38:09,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:09,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02b5b7b6-24a5-4794-a680-c01f0f5ad8d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:38:09,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-02b5b7b6-24a5-4794-a680-c01f0f5ad8d8 2019-01-20 13:38:09,516 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:38:09,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:09,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09545631-29e5-419c-9ba5-e6df98ea135a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:38:09,598 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-09545631-29e5-419c-9ba5-e6df98ea135a 2019-01-20 13:38:09,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:09,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-75273399-0a4f-43c5-bf5a-c15c535a2fee Date: Sun, 20 Jan 2019 13:38: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":["c6daeefc-4147-42bd-a099-15bc7f9d9c24"],"updated_at":"2019-01-20T13:37:52Z","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net"}]} 2019-01-20 13:38:09,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net used request id req-75273399-0a4f-43c5-bf5a-c15c535a2fee 2019-01-20 13:38:09,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:38:09,863 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:38:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:38:09,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:09,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10b21ba6-b066-41c7-bd15-202c34f48301 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}} 2019-01-20 13:38:09,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd used request id req-10b21ba6-b066-41c7-bd15-202c34f48301 2019-01-20 13:38:09,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:10,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-00a00492-190e-4be2-90b3-437692c81d80 Date: Sun, 20 Jan 2019 13:38:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:52Z","dns_nameservers":[],"updated_at":"2019-01-20T13:37:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}]} 2019-01-20 13:38:10,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-00a00492-190e-4be2-90b3-437692c81d80 2019-01-20 13:38:10,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610&name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:10,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1706d2fa-d2b6-4e31-a89e-41d84ff77290 Date: Sun, 20 Jan 2019 13:38:10 GMT RESP BODY: {"ports":[]} 2019-01-20 13:38:10,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610&name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1&admin_state_up=True used request id req-1706d2fa-d2b6-4e31-a89e-41d84ff77290 2019-01-20 13:38:10,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:10,563 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38: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-77d5d7c6-b61e-4017-8e1b-7801d68b4873 x-compute-request-id: req-77d5d7c6-b61e-4017-8e1b-7801d68b4873 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:38:10,564 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst used request id req-77d5d7c6-b61e-4017-8e1b-7801d68b4873 2019-01-20 13:38:10,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:10,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c3fe6032-cf25-44d1-af5a-053edd7d5c0d Date: Sun, 20 Jan 2019 13: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":["c6daeefc-4147-42bd-a099-15bc7f9d9c24"],"updated_at":"2019-01-20T13:37:52Z","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net"}]} 2019-01-20 13:38:10,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net used request id req-c3fe6032-cf25-44d1-af5a-053edd7d5c0d 2019-01-20 13:38:10,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:11,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e325058e-08d3-4dbd-92e2-84643c2290d4 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}} 2019-01-20 13:38:11,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd used request id req-e325058e-08d3-4dbd-92e2-84643c2290d4 2019-01-20 13:38:11,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:11,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-eede6a86-2d42-4a86-9cd0-9a31036311d1 Date: Sun, 20 Jan 2019 13:38:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:52Z","dns_nameservers":[],"updated_at":"2019-01-20T13:37:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}]} 2019-01-20 13:38:11,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-eede6a86-2d42-4a86-9cd0-9a31036311d1 2019-01-20 13:38:11,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610&name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:11,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-39d23c1c-a267-48bb-a0c2-afbf204f1241 Date: Sun, 20 Jan 2019 13:38:11 GMT RESP BODY: {"ports":[]} 2019-01-20 13:38:11,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610&name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1&admin_state_up=True used request id req-39d23c1c-a267-48bb-a0c2-afbf204f1241 2019-01-20 13:38:11,510 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:38:11,511 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:38:11,886 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2569a91250cb447db2c9f1470bf37247", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj-role"}], "expires_at": "2019-01-20T14:38:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-user", "id": "9e1c52856a164488895a3b85b324d9f4"}, "audit_ids": ["lbrpN8WySKa4i7EH7QSALg"], "issued_at": "2019-01-20T13:38:11.000000Z"}} 2019-01-20 13:38:11,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}234ad3965a6e0f6c7dc170eb25847106bb389fe4" 2019-01-20 13:38:11,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4caa98a-bdd9-45bd-be91-d9d066a02f64 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:38:11,899 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c4caa98a-bdd9-45bd-be91-d9d066a02f64 2019-01-20 13:38:11,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:12,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d635ad9b-0666-405b-9284-58599893c5e0 Date: Sun, 20 Jan 2019 13:38:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c6daeefc-4147-42bd-a099-15bc7f9d9c24"],"updated_at":"2019-01-20T13:37:52Z","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net"}]} 2019-01-20 13:38:12,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net used request id req-d635ad9b-0666-405b-9284-58599893c5e0 2019-01-20 13:38:12,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:12,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-01d142d1-783c-4493-a288-c10a34dc010f Date: Sun, 20 Jan 2019 13:38:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:52Z","dns_nameservers":[],"updated_at":"2019-01-20T13:37:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}]} 2019-01-20 13:38:12,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-01d142d1-783c-4493-a288-c10a34dc010f 2019-01-20 13:38:12,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:12,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-fbfce537-b080-4532-b188-91c20145faf8 Date: Sun, 20 Jan 2019 13:38:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c6daeefc-4147-42bd-a099-15bc7f9d9c24"],"updated_at":"2019-01-20T13:37:52Z","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net"}]} 2019-01-20 13:38:12,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net used request id req-fbfce537-b080-4532-b188-91c20145faf8 2019-01-20 13:38:12,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:38:12,476 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:38: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:38:12,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}234ad3965a6e0f6c7dc170eb25847106bb389fe4" 2019-01-20 13:38:12,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df7e20bc-ef79-4c29-9914-c4bd0231d6be Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}} 2019-01-20 13:38:12,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd used request id req-df7e20bc-ef79-4c29-9914-c4bd0231d6be 2019-01-20 13:38:12,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:12,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9a4fc978-8806-4ca9-8287-483974d6c29f Date: Sun, 20 Jan 2019 13:38:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:52Z","dns_nameservers":[],"updated_at":"2019-01-20T13:37:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}]} 2019-01-20 13:38:12,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-9a4fc978-8806-4ca9-8287-483974d6c29f 2019-01-20 13:38:12,613 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net 2019-01-20 13:38:12,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" -d '{"port": {"network_id": "b8b6a5d0-5096-4e67-a653-c45dabfb7610", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1", "admin_state_up": true}}' 2019-01-20 13:38:13,511 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-cd820d84-3fad-48a9-9cdc-96bd82361170 Date: Sun, 20 Jan 2019 13:38:13 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:13Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.13"}],"id":"5e729699-ac22-444b-84e4-a18c0d7c9ea1","security_groups":["172890a4-d25d-4c2d-a3f7-cd8a1c352090"],"mac_address":"fa:16:3e:42:cd:85","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","qos_policy_id":null,"admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:12Z","binding:vnic_type":"normal"}} 2019-01-20 13:38:13,511 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-cd820d84-3fad-48a9-9cdc-96bd82361170 2019-01-20 13:38:13,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:13,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4c39e0bd-ecd5-4422-8345-1d7365319379 Date: Sun, 20 Jan 2019 13:38:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c6daeefc-4147-42bd-a099-15bc7f9d9c24"],"updated_at":"2019-01-20T13:37:52Z","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net"}]} 2019-01-20 13:38:13,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net used request id req-4c39e0bd-ecd5-4422-8345-1d7365319379 2019-01-20 13:38:13,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:13,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20ab5edb-8edf-4a4f-8938-c3ea120eb4d2 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}} 2019-01-20 13:38:13,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd used request id req-20ab5edb-8edf-4a4f-8938-c3ea120eb4d2 2019-01-20 13:38:13,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:14,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4d73363a-f841-45a0-aec2-ccc27795a91f Date: Sun, 20 Jan 2019 13:38:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:52Z","dns_nameservers":[],"updated_at":"2019-01-20T13:37:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}]} 2019-01-20 13:38:14,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-4d73363a-f841-45a0-aec2-ccc27795a91f 2019-01-20 13:38:14,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610&name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:14,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-87f83af4-5f0d-4c76-884e-aa07e6db8ff8 Date: Sun, 20 Jan 2019 13:38:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:13Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.13"}],"id":"5e729699-ac22-444b-84e4-a18c0d7c9ea1","security_groups":["172890a4-d25d-4c2d-a3f7-cd8a1c352090"],"mac_address":"fa:16:3e:42:cd:85","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:12Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:38:14,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610&name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1&admin_state_up=True used request id req-87f83af4-5f0d-4c76-884e-aa07e6db8ff8 2019-01-20 13:38:14,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:14,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-091f0b59-9931-4b0a-89bc-90a681deb61b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}} 2019-01-20 13:38:14,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd used request id req-091f0b59-9931-4b0a-89bc-90a681deb61b 2019-01-20 13:38:14,198 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst 2019-01-20 13:38:14,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:14,231 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-16926f98-6284-4675-86c0-c3fe0f141501 x-compute-request-id: req-16926f98-6284-4675-86c0-c3fe0f141501 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-flavor-name"}]} 2019-01-20 13:38:14,231 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-16926f98-6284-4675-86c0-c3fe0f141501 2019-01-20 13:38:14,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:14,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-1c1d89e4-1c6d-47bc-a342-784132580246 x-compute-request-id: req-1c1d89e4-1c6d-47bc-a342-784132580246 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:38:14,255 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44 used request id req-1c1d89e4-1c6d-47bc-a342-784132580246 2019-01-20 13:38:14,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:14,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-f5f53ecf-c712-4f08-995d-1ca789126039 Date: Sun, 20 Jan 2019 13:38:14 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:37:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:37:50Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c6449d7f-f827-448c-9c46-1866c124b8fd/snap", "metadata": {}}], "self": "/v2/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "min_disk": 0, "protected": false, "id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "file": "/v2/images/c6449d7f-f827-448c-9c46-1866c124b8fd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2bbceccfccab4dd4b25b006d64b77dfd", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c6449d7f-f827-448c-9c46-1866c124b8fd/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-image"} 2019-01-20 13:38:14,431 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-image used request id req-f5f53ecf-c712-4f08-995d-1ca789126039 2019-01-20 13:38:14,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:14,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6f9a8fad-4ac2-4934-b466-fd0c9debf6a7 Date: Sun, 20 Jan 2019 13:38: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"}}} 2019-01-20 13:38:14,591 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-6f9a8fad-4ac2-4934-b466-fd0c9debf6a7 2019-01-20 13:38:14,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "imageRef": "c6449d7f-f827-448c-9c46-1866c124b8fd", "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "flavorRef": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "max_count": 1, "min_count": 1, "networks": [{"port": "5e729699-ac22-444b-84e4-a18c0d7c9ea1"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}]}}' 2019-01-20 13:38:17,192 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-ba8ef647-8cc3-4ca6-a6d2-3066aa14dd62 x-compute-request-id: req-ba8ef647-8cc3-4ca6-a6d2-3066aa14dd62 Content-Length: 444 location: http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "adminPass": "wvK5qUwHiUCe"}} 2019-01-20 13:38:17,192 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-ba8ef647-8cc3-4ca6-a6d2-3066aa14dd62 2019-01-20 13:38:17,195 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:17,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-881e3cd1-a5b0-4acb-bc2f-2b40549d54c2 x-compute-request-id: req-881e3cd1-a5b0-4acb-bc2f-2b40549d54c2 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.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "image": {"id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "links": [{"href": "http://172.30.9.22:8774/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}]}, "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "user_id": "9e1c52856a164488895a3b85b324d9f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:38:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "created": "2019-01-20T13:38:16Z", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:38:17,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-881e3cd1-a5b0-4acb-bc2f-2b40549d54c2 2019-01-20 13:38:17,559 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst 2019-01-20 13:38:17,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:17,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-983350e8-d9d4-41c8-8929-59c6a152a548 x-compute-request-id: req-983350e8-d9d4-41c8-8929-59c6a152a548 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.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "image": {"id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "links": [{"href": "http://172.30.9.22:8774/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}]}, "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "user_id": "9e1c52856a164488895a3b85b324d9f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:38:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "created": "2019-01-20T13:38:16Z", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:38:17,962 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-983350e8-d9d4-41c8-8929-59c6a152a548 2019-01-20 13:38:17,962 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst] is - BUILD 2019-01-20 13:38:17,962 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:38:20,966 - create_instance - DEBUG - VM status query timeout in 896.594027042 2019-01-20 13:38:20,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:21,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38: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-a5336935-5ceb-4bd8-9901-6a26d2f54202 x-compute-request-id: req-a5336935-5ceb-4bd8-9901-6a26d2f54202 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.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "image": {"id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "links": [{"href": "http://172.30.9.22:8774/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}]}, "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "security_groups": [{"name": "default"}], "user_id": "9e1c52856a164488895a3b85b324d9f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:38:18Z", "hostId": "1c8bf02917b89a01bb12803e8c8c16b067a03813b2abf609980d4865", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "created": "2019-01-20T13:38:16Z", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:38:21,380 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-a5336935-5ceb-4bd8-9901-6a26d2f54202 2019-01-20 13:38:21,381 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst] is - BUILD 2019-01-20 13:38:21,381 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:38:24,384 - create_instance - DEBUG - VM status query timeout in 893.175610065 2019-01-20 13:38:24,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:24,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-fa4c63b6-f78c-443f-a687-56f49b23f9d6 x-compute-request-id: req-fa4c63b6-f78c-443f-a687-56f49b23f9d6 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "image": {"id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "links": [{"href": "http://172.30.9.22:8774/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:38:22.000000", "flavor": {"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}]}, "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "security_groups": [{"name": "default"}], "user_id": "9e1c52856a164488895a3b85b324d9f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:38:22Z", "hostId": "1c8bf02917b89a01bb12803e8c8c16b067a03813b2abf609980d4865", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "created": "2019-01-20T13:38:16Z", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:38:24,716 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-fa4c63b6-f78c-443f-a687-56f49b23f9d6 2019-01-20 13:38:24,716 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst] is - ACTIVE 2019-01-20 13:38:24,717 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:38:24,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:25,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-45c1b2e7-e013-422d-9eac-52ef692845b3 x-compute-request-id: req-45c1b2e7-e013-422d-9eac-52ef692845b3 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "image": {"id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "links": [{"href": "http://172.30.9.22:8774/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:38:22.000000", "flavor": {"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}]}, "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "security_groups": [{"name": "default"}], "user_id": "9e1c52856a164488895a3b85b324d9f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:38:22Z", "hostId": "1c8bf02917b89a01bb12803e8c8c16b067a03813b2abf609980d4865", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "created": "2019-01-20T13:38:16Z", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:38:25,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-45c1b2e7-e013-422d-9eac-52ef692845b3 2019-01-20 13:38:25,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:25,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c3cb8061-b8be-42fa-aeaf-6e48101be6f0 Date: Sun, 20 Jan 2019 13:38: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":["c6daeefc-4147-42bd-a099-15bc7f9d9c24"],"updated_at":"2019-01-20T13:37:52Z","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net"}]} 2019-01-20 13:38:25,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net used request id req-c3cb8061-b8be-42fa-aeaf-6e48101be6f0 2019-01-20 13:38:25,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:25,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-911d4aa9-e571-4ed4-8658-6ebc00b5f012 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}} 2019-01-20 13:38:25,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd used request id req-911d4aa9-e571-4ed4-8658-6ebc00b5f012 2019-01-20 13:38:25,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:25,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a87f5b26-6367-40a6-8835-325bc44c5b0e Date: Sun, 20 Jan 2019 13:38:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:52Z","dns_nameservers":[],"updated_at":"2019-01-20T13:37:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}]} 2019-01-20 13:38:25,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-a87f5b26-6367-40a6-8835-325bc44c5b0e 2019-01-20 13:38:25,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:25,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-40223492-fe2e-4cb3-ae8d-5c7aa9aee42b Date: Sun, 20 Jan 2019 13:38:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.1"}],"id":"50c90684-7bd7-4ecd-919c-36cb171a9419","security_groups":[],"mac_address":"fa:16:3e:86:3a:2b","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:01Z","binding:vnic_type":"normal","device_id":"c270c253-2c59-4090-97fc-66b28fd8c643"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.13"}],"id":"5e729699-ac22-444b-84e4-a18c0d7c9ea1","security_groups":["172890a4-d25d-4c2d-a3f7-cd8a1c352090"],"mac_address":"fa:16:3e:42:cd:85","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:12Z","binding:vnic_type":"normal","device_id":"f4601130-27ac-4b17-8b8b-5ead75915e10"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.3"}],"id":"5fdb8b6c-2e43-4c77-b115-cfd57a435649","security_groups":[],"mac_address":"fa:16:3e:6f:89:15","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b8b6a5d0-5096-4e67-a653-c45dabfb7610"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.4"}],"id":"725885ee-7ede-4993-aa34-10b5455eb931","security_groups":[],"mac_address":"fa:16:3e:9c:bd:77","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b8b6a5d0-5096-4e67-a653-c45dabfb7610"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.2"}],"id":"9277668f-cbf5-4741-a1a1-242b26afcadd","security_groups":[],"mac_address":"fa:16:3e:c1:72:71","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b8b6a5d0-5096-4e67-a653-c45dabfb7610"}]} 2019-01-20 13:38:25,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-40223492-fe2e-4cb3-ae8d-5c7aa9aee42b 2019-01-20 13:38:25,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:26,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38: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-56bcd323-c708-4ef0-be9e-50bd81fe3009 x-compute-request-id: req-56bcd323-c708-4ef0-be9e-50bd81fe3009 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "image": {"id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "links": [{"href": "http://172.30.9.22:8774/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:38:22.000000", "flavor": {"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}]}, "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "security_groups": [{"name": "default"}], "user_id": "9e1c52856a164488895a3b85b324d9f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:38:22Z", "hostId": "1c8bf02917b89a01bb12803e8c8c16b067a03813b2abf609980d4865", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "created": "2019-01-20T13:38:16Z", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:38:26,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-56bcd323-c708-4ef0-be9e-50bd81fe3009 2019-01-20 13:38:26,465 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst] is - ACTIVE 2019-01-20 13:38:26,466 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:38:26,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:26,928 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-d5b5916b-5332-4cdd-89e5-931159b6dae5 x-compute-request-id: req-d5b5916b-5332-4cdd-89e5-931159b6dae5 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "image": {"id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "links": [{"href": "http://172.30.9.22:8774/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:38:22.000000", "flavor": {"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}]}, "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "security_groups": [{"name": "default"}], "user_id": "9e1c52856a164488895a3b85b324d9f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:38:22Z", "hostId": "1c8bf02917b89a01bb12803e8c8c16b067a03813b2abf609980d4865", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "created": "2019-01-20T13:38:16Z", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:38:26,929 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-d5b5916b-5332-4cdd-89e5-931159b6dae5 2019-01-20 13:38:26,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:27,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-415ca57c-a3d8-43ab-821e-cc92bbecddc7 Date: Sun, 20 Jan 2019 13:38: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":["c6daeefc-4147-42bd-a099-15bc7f9d9c24"],"updated_at":"2019-01-20T13:37:52Z","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net"}]} 2019-01-20 13:38:27,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net used request id req-415ca57c-a3d8-43ab-821e-cc92bbecddc7 2019-01-20 13:38:27,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:27,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-544011da-a640-44fd-b158-ce282c8605b6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}} 2019-01-20 13:38:27,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd used request id req-544011da-a640-44fd-b158-ce282c8605b6 2019-01-20 13:38:27,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:27,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-41096a6c-1b35-40b5-88bd-aa186b9ad2c3 Date: Sun, 20 Jan 2019 13:38:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:52Z","dns_nameservers":[],"updated_at":"2019-01-20T13:37:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}]} 2019-01-20 13:38:27,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-41096a6c-1b35-40b5-88bd-aa186b9ad2c3 2019-01-20 13:38:27,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:27,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-a4ce992f-d9ca-493a-9925-ce2f7913f600 Date: Sun, 20 Jan 2019 13:38:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.1"}],"id":"50c90684-7bd7-4ecd-919c-36cb171a9419","security_groups":[],"mac_address":"fa:16:3e:86:3a:2b","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:01Z","binding:vnic_type":"normal","device_id":"c270c253-2c59-4090-97fc-66b28fd8c643"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.13"}],"id":"5e729699-ac22-444b-84e4-a18c0d7c9ea1","security_groups":["172890a4-d25d-4c2d-a3f7-cd8a1c352090"],"mac_address":"fa:16:3e:42:cd:85","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:12Z","binding:vnic_type":"normal","device_id":"f4601130-27ac-4b17-8b8b-5ead75915e10"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.3"}],"id":"5fdb8b6c-2e43-4c77-b115-cfd57a435649","security_groups":[],"mac_address":"fa:16:3e:6f:89:15","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b8b6a5d0-5096-4e67-a653-c45dabfb7610"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.4"}],"id":"725885ee-7ede-4993-aa34-10b5455eb931","security_groups":[],"mac_address":"fa:16:3e:9c:bd:77","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b8b6a5d0-5096-4e67-a653-c45dabfb7610"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.2"}],"id":"9277668f-cbf5-4741-a1a1-242b26afcadd","security_groups":[],"mac_address":"fa:16:3e:c1:72:71","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b8b6a5d0-5096-4e67-a653-c45dabfb7610"}]} 2019-01-20 13:38:27,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-a4ce992f-d9ca-493a-9925-ce2f7913f600 2019-01-20 13:38:27,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}}' 2019-01-20 13:38:28,494 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:38:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1beb49bb-eabb-477b-aea2-942de6178377 x-compute-request-id: req-1beb49bb-eabb-477b-aea2-942de6178377 Content-Length: 0 Content-Type: application/json 2019-01-20 13:38:28,494 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10/action used request id req-1beb49bb-eabb-477b-aea2-942de6178377 2019-01-20 13:38:28,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:28,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-9e1b9ab6-0d57-4657-8352-840c36b287cc Date: Sun, 20 Jan 2019 13:38:28 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:37:55Z", "admin_state_up": true, "updated_at": "2019-01-20T13:38:02Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "c270c253-2c59-4090-97fc-66b28fd8c643", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-router"}]} 2019-01-20 13:38:28,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-router used request id req-9e1b9ab6-0d57-4657-8352-840c36b287cc 2019-01-20 13:38:28,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:28,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e42fb61-744d-44f8-99bd-0bc21f882a87 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}} 2019-01-20 13:38:28,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd used request id req-8e42fb61-744d-44f8-99bd-0bc21f882a87 2019-01-20 13:38:28,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=c270c253-2c59-4090-97fc-66b28fd8c643 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:28,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-f232c241-3efd-4175-a6b1-435a7a6faffc Date: Sun, 20 Jan 2019 13:38:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.1"}],"id":"50c90684-7bd7-4ecd-919c-36cb171a9419","security_groups":[],"mac_address":"fa:16:3e:86:3a:2b","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:01Z","binding:vnic_type":"normal","device_id":"c270c253-2c59-4090-97fc-66b28fd8c643"}]} 2019-01-20 13:38:28,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=c270c253-2c59-4090-97fc-66b28fd8c643 used request id req-f232c241-3efd-4175-a6b1-435a7a6faffc 2019-01-20 13:38:28,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/c6daeefc-4147-42bd-a099-15bc7f9d9c24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:28,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-598d792c-ce42-424b-8d90-ce7fc78a0019 Date: Sun, 20 Jan 2019 13:38:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:52Z","dns_nameservers":[],"updated_at":"2019-01-20T13:37:52Z","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":"2bbceccfccab4dd4b25b006d64b77dfd","id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}} 2019-01-20 13:38:28,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/c6daeefc-4147-42bd-a099-15bc7f9d9c24 used request id req-598d792c-ce42-424b-8d90-ce7fc78a0019 2019-01-20 13:38:28,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:29,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-01b91b97-55b8-421e-abf3-7bf13975701e Date: Sun, 20 Jan 2019 13:38:29 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:38:29,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-01b91b97-55b8-421e-abf3-7bf13975701e 2019-01-20 13:38:29,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:29,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a8604930-3702-46cb-8880-44cf59502b1b Date: Sun, 20 Jan 2019 13:38:29 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:38:29,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-a8604930-3702-46cb-8880-44cf59502b1b 2019-01-20 13:38:29,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:29,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74f7897d-6871-4318-a8e1-fab7f483f38d x-compute-request-id: req-74f7897d-6871-4318-a8e1-fab7f483f38d Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "image": {"id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "links": [{"href": "http://172.30.9.22:8774/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:38:22.000000", "flavor": {"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}]}, "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}], "user_id": "9e1c52856a164488895a3b85b324d9f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:38:22Z", "hostId": "1c8bf02917b89a01bb12803e8c8c16b067a03813b2abf609980d4865", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "created": "2019-01-20T13:38:16Z", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:38:29,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-74f7897d-6871-4318-a8e1-fab7f483f38d 2019-01-20 13:38:29,746 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst] is - ACTIVE 2019-01-20 13:38:29,746 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:38:29,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:30,087 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-995d4205-33a6-4efd-aa6f-eeeacd63577f x-compute-request-id: req-995d4205-33a6-4efd-aa6f-eeeacd63577f Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "image": {"id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "links": [{"href": "http://172.30.9.22:8774/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:38:22.000000", "flavor": {"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}]}, "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}], "user_id": "9e1c52856a164488895a3b85b324d9f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:38:22Z", "hostId": "1c8bf02917b89a01bb12803e8c8c16b067a03813b2abf609980d4865", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "created": "2019-01-20T13:38:16Z", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:38:30,087 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-995d4205-33a6-4efd-aa6f-eeeacd63577f 2019-01-20 13:38:30,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:30,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c990fbb6-fb3c-4fdd-9414-f366948ab159 Date: Sun, 20 Jan 2019 13:38:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c6daeefc-4147-42bd-a099-15bc7f9d9c24"],"updated_at":"2019-01-20T13:37:52Z","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net"}]} 2019-01-20 13:38:30,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net used request id req-c990fbb6-fb3c-4fdd-9414-f366948ab159 2019-01-20 13:38:30,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:30,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7e49031-a610-422b-9364-061ad070e4a7 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}} 2019-01-20 13:38:30,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd used request id req-d7e49031-a610-422b-9364-061ad070e4a7 2019-01-20 13:38:30,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:30,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b0e4b04b-8fea-448e-92f1-331cfff10bc0 Date: Sun, 20 Jan 2019 13:38:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:52Z","dns_nameservers":[],"updated_at":"2019-01-20T13:37:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}]} 2019-01-20 13:38:30,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-b0e4b04b-8fea-448e-92f1-331cfff10bc0 2019-01-20 13:38:30,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:30,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-7877f12e-0f06-4ef3-8e83-9d378c0de689 Date: Sun, 20 Jan 2019 13:38:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.1"}],"id":"50c90684-7bd7-4ecd-919c-36cb171a9419","security_groups":[],"mac_address":"fa:16:3e:86:3a:2b","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:01Z","binding:vnic_type":"normal","device_id":"c270c253-2c59-4090-97fc-66b28fd8c643"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.13"}],"id":"5e729699-ac22-444b-84e4-a18c0d7c9ea1","security_groups":["172890a4-d25d-4c2d-a3f7-cd8a1c352090","7988b1a3-4444-4179-96d2-e3f937e69ad1"],"mac_address":"fa:16:3e:42:cd:85","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:12Z","binding:vnic_type":"normal","device_id":"f4601130-27ac-4b17-8b8b-5ead75915e10"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.3"}],"id":"5fdb8b6c-2e43-4c77-b115-cfd57a435649","security_groups":[],"mac_address":"fa:16:3e:6f:89:15","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b8b6a5d0-5096-4e67-a653-c45dabfb7610"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.4"}],"id":"725885ee-7ede-4993-aa34-10b5455eb931","security_groups":[],"mac_address":"fa:16:3e:9c:bd:77","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b8b6a5d0-5096-4e67-a653-c45dabfb7610"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.2"}],"id":"9277668f-cbf5-4741-a1a1-242b26afcadd","security_groups":[],"mac_address":"fa:16:3e:c1:72:71","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b8b6a5d0-5096-4e67-a653-c45dabfb7610"}]} 2019-01-20 13:38:30,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-7877f12e-0f06-4ef3-8e83-9d378c0de689 2019-01-20 13:38:30,737 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-20 13:38:30,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:30,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-73206517-c88a-4117-94cf-e1f30c0d96e9 Date: Sun, 20 Jan 2019 13:38:30 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:38:31,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-73206517-c88a-4117-94cf-e1f30c0d96e9 2019-01-20 13:38:31,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:31,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-40c4566a-45b5-45a0-a88e-fd74022c4f29 Date: Sun, 20 Jan 2019 13:38:31 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:38:31,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-40c4566a-45b5-45a0-a88e-fd74022c4f29 2019-01-20 13:38:31,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" -d '{"floatingip": {"floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "port_id": "5e729699-ac22-444b-84e4-a18c0d7c9ea1"}}' 2019-01-20 13:38:33,810 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-c3295b98-e125-49b2-af18-ec29afc02ae5 Date: Sun, 20 Jan 2019 13:38:33 GMT RESP BODY: {"floatingip": {"router_id": "c270c253-2c59-4090-97fc-66b28fd8c643", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:32Z", "updated_at": "2019-01-20T13:38:32Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "10.55.1.13", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_id": "5e729699-ac22-444b-84e4-a18c0d7c9ea1", "id": "bfacea71-49d2-4baa-bbc5-49c7941ce24b"}} 2019-01-20 13:38:33,810 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-c3295b98-e125-49b2-af18-ec29afc02ae5 2019-01-20 13:38:33,810 - create_instance - INFO - Created floating IP 172.30.9.203 via router - CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-router 2019-01-20 13:38:33,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:34,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3cd282c8-e830-4c9a-8ae8-5fd0c328acfc x-compute-request-id: req-3cd282c8-e830-4c9a-8ae8-5fd0c328acfc Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "image": {"id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "links": [{"href": "http://172.30.9.22:8774/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:38:22.000000", "flavor": {"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}]}, "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}], "user_id": "9e1c52856a164488895a3b85b324d9f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:38:22Z", "hostId": "1c8bf02917b89a01bb12803e8c8c16b067a03813b2abf609980d4865", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "created": "2019-01-20T13:38:16Z", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:38:34,161 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-3cd282c8-e830-4c9a-8ae8-5fd0c328acfc 2019-01-20 13:38:34,161 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst] is - ACTIVE 2019-01-20 13:38:34,161 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:38:34,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:34,796 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07ed5292-fe90-4e34-a951-583aa9be68a2 x-compute-request-id: req-07ed5292-fe90-4e34-a951-583aa9be68a2 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "image": {"id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "links": [{"href": "http://172.30.9.22:8774/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:38:22.000000", "flavor": {"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}]}, "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}], "user_id": "9e1c52856a164488895a3b85b324d9f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:38:22Z", "hostId": "1c8bf02917b89a01bb12803e8c8c16b067a03813b2abf609980d4865", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "created": "2019-01-20T13:38:16Z", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:38:34,796 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-07ed5292-fe90-4e34-a951-583aa9be68a2 2019-01-20 13:38:34,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:34,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f8bd311d-a089-4f07-bfcb-2ea15e840dbd Date: Sun, 20 Jan 2019 13:38:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c6daeefc-4147-42bd-a099-15bc7f9d9c24"],"updated_at":"2019-01-20T13:37:52Z","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net"}]} 2019-01-20 13:38:34,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net used request id req-f8bd311d-a089-4f07-bfcb-2ea15e840dbd 2019-01-20 13:38:34,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:34,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e6e071d-d028-4e00-b305-4bd1818b2bfb Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}} 2019-01-20 13:38:34,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd used request id req-7e6e071d-d028-4e00-b305-4bd1818b2bfb 2019-01-20 13:38:34,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:35,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-57413af8-2ab4-48be-9a4b-217462e8fef5 Date: Sun, 20 Jan 2019 13:38:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:52Z","dns_nameservers":[],"updated_at":"2019-01-20T13:37:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}]} 2019-01-20 13:38:35,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-57413af8-2ab4-48be-9a4b-217462e8fef5 2019-01-20 13:38:35,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:35,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-0264fd19-d550-49d1-8ed0-d8acafc1519f Date: Sun, 20 Jan 2019 13:38:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.1"}],"id":"50c90684-7bd7-4ecd-919c-36cb171a9419","security_groups":[],"mac_address":"fa:16:3e:86:3a:2b","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:01Z","binding:vnic_type":"normal","device_id":"c270c253-2c59-4090-97fc-66b28fd8c643"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.13"}],"id":"5e729699-ac22-444b-84e4-a18c0d7c9ea1","security_groups":["172890a4-d25d-4c2d-a3f7-cd8a1c352090","7988b1a3-4444-4179-96d2-e3f937e69ad1"],"mac_address":"fa:16:3e:42:cd:85","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:12Z","binding:vnic_type":"normal","device_id":"f4601130-27ac-4b17-8b8b-5ead75915e10"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.3"}],"id":"5fdb8b6c-2e43-4c77-b115-cfd57a435649","security_groups":[],"mac_address":"fa:16:3e:6f:89:15","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b8b6a5d0-5096-4e67-a653-c45dabfb7610"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.4"}],"id":"725885ee-7ede-4993-aa34-10b5455eb931","security_groups":[],"mac_address":"fa:16:3e:9c:bd:77","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b8b6a5d0-5096-4e67-a653-c45dabfb7610"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.2"}],"id":"9277668f-cbf5-4741-a1a1-242b26afcadd","security_groups":[],"mac_address":"fa:16:3e:c1:72:71","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b8b6a5d0-5096-4e67-a653-c45dabfb7610"}]} 2019-01-20 13:38:35,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-0264fd19-d550-49d1-8ed0-d8acafc1519f 2019-01-20 13:38:35,164 - create_instance_tests - INFO - Looking for IP 10.55.1.13 in the console log 2019-01-20 13:38:35,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:35,926 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03af8665-3d28-4093-b6cb-e68186ea000f x-compute-request-id: req-03af8665-3d28-4093-b6cb-e68186ea000f Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "image": {"id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "links": [{"href": "http://172.30.9.22:8774/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:38:22.000000", "flavor": {"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}]}, "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}], "user_id": "9e1c52856a164488895a3b85b324d9f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:38:22Z", "hostId": "1c8bf02917b89a01bb12803e8c8c16b067a03813b2abf609980d4865", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "created": "2019-01-20T13:38:16Z", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:38:35,926 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-03af8665-3d28-4093-b6cb-e68186ea000f 2019-01-20 13:38:35,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 13:38:37,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0b1e256-cb6c-4408-aa68-61be0b6c1285 x-compute-request-id: req-f0b1e256-cb6c-4408-aa68-61be0b6c1285 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-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 513819860 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.908 MHz processor\n[ 0.127284] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.128929] pid_max: default: 32768 minimum: 301\n[ 0.129815] ACPI: Core revision 20150930\n[ 0.131197] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132498] Security Framework initialized\n[ 0.133303] Yama: becoming mindful.\n[ 0.134029] AppArmor: AppArmor initialized\n[ 0.134880] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136165] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.137416] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138600] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139953] Initializing cgroup subsys io\n[ 0.140758] Initializing cgroup subsys memory\n[ 0.141606] Initializing cgroup subsys devices\n[ 0.142479] Initializing cgroup subsys freezer\n[ 0.143339] Initializing cgroup subsys net_cls\n[ 0.144203] Initializing cgroup subsys perf_event\n[ 0.145105] Initializing cgroup subsys net_prio\n[ 0.145979] Initializing cgroup subsys hugetlb\n[ 0.146847] Initializing cgroup subsys pids\n[ 0.147720] CPU: Physical Processor ID: 0\n[ 0.149223] mce: CPU supports 10 MCE banks\n[ 0.150073] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151065] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.153336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.159764] ftrace: allocating 31920 entries in 125 pages\n[ 0.185954] smpboot: Max logical packages: 2\n[ 0.186815] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.188007] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.189344] x2apic enabled\n[ 0.190149] Switched APIC routing to physical x2apic.\n[ 0.191901] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.193176] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.195426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.197486] KVM setup paravirtual spinlock\n[ 0.198961] x86: Booting SMP configuration:\n[ 0.199892] .... node #0, CPUs: #1\n[ 0.200829] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.222661] x86: Booted up 1 node, 2 CPUs\n[ 0.222663] KVM setup async PF for cpu 1\n[ 0.222666] kvm-stealtime: cpu 1, msr f90d940\n[ 0.225410] smpboot: Total of 2 processors activated (13967.63 BogoMIPS)\n[ 0.227014] devtmpfs: initialized\n[ 0.228756] evm: security.selinux\n[ 0.229452] evm: security.SMACK64\n[ 0.230160] evm: security.SMACK64EXEC\n[ 0.230923] evm: security.SMACK64TRANSMUTE\n[ 0.231765] evm: security.SMACK64MMAP\n[ 0.232514] evm: security.ima\n[ 0.233180] evm: security.capability\n[ 0.234062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236150] pinctrl core: initialized pinctrl subsystem\n[ 0.237299] RTC time: 13:38:21, date: 01/20/19\n[ 0.238323] NET: Registered protocol family 16\n[ 0.248123] cpuidle: using governor ladder\n[ 0.260191] cpuidle: using governor menu\n[ 0.261020] PCCT header not found.\n[ 0.261856] ACPI: bus type PCI registered\n[ 0.262750] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264107] PCI: Using configuration type 1 for base access\n[ 0.277562] ACPI: Added _OSI(Module Device)\n[ 0.278536] ACPI: Added _OSI(Processor Device)\n[ 0.279548] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.280558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.282999] ACPI: Interpreter enabled\n[ 0.283886] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.285902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.289944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.291981] ACPI: (supports S0 S5)\n[ 0.292864] ACPI: Using IOAPIC for interrupt routing\n[ 0.293927] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.297409] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.298626] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.299996] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.301326] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.303805] acpiphp: Slot [3] registered\n[ 0.304692] acpiphp: Slot [4] registered\n[ 0.305520] acpiphp: Slot [5] registered\n[ 0.306377] acpiphp: Slot [6] registered\n[ 0.307238] acpiphp: Slot [7] registered\n[ 0.308111] acpiphp: Slot [8] registered\n[ 0.308972] acpiphp: Slot [9] registered\n[ 0.309820] acpiphp: Slot [10] registered\n[ 0.320556] acpiphp: Slot [11] registered\n[ 0.321446] acpiphp: Slot [12] registered\n[ 0.322305] acpiphp: Slot [13] registered\n[ 0.323166] acpiphp: Slot [14] registered\n[ 0.324056] acpiphp: Slot [15] registered\n[ 0.324935] acpiphp: Slot [16] registered\n[ 0.325823] acpiphp: Slot [17] registered\n[ 0.326710] acpiphp: Slot [18] registered\n[ 0.327582] acpiphp: Slot [19] registered\n[ 0.328444] acpiphp: Slot [20] registered\n[ 0.329318] acpiphp: Slot [21] registered\n[ 0.330170] acpiphp: Slot [22] registered\n[ 0.331056] acpiphp: Slot [23] registered\n[ 0.331944] acpiphp: Slot [24] registered\n[ 0.332845] acpiphp: Slot [25] registered\n[ 0.333732] acpiphp: Slot [26] registered\n[ 0.334589] acpiphp: Slot [27] registered\n[ 0.335463] acpiphp: Slot [28] registered\n[ 0.336353] acpiphp: Slot [29] registered\n[ 0.337221] acpiphp: Slot [30] registered\n[ 0.338056] acpiphp: Slot [31] registered\n[ 0.338854] PCI host bridge to bus 0000:00\n[ 0.339652] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.340853] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.342054] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.343489] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.344916] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.351255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.352555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.353716] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.354968] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.361425] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.362861] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408545] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.410014] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411426] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.412821] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.414190] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.415465] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.416628] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.417839] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.419368] vgaarb: loaded\n[ 0.419970] vgaarb: bridge control possible 0000:00:02.0\n[ 0.421103] SCSI subsystem initialized\n[ 0.421938] ACPI: bus type USB registered\n[ 0.422754] usbcore: registered new interface driver usbfs\n[ 0.423775] usbcore: registered new interface driver hub\n[ 0.424771] usbcore: registered new device driver usb\n[ 0.425866] PCI: Using ACPI for IRQ routing\n[ 0.426894] NetLabel: Initializing\n[ 0.427606] NetLabel: domain hash size = 128\n[ 0.428455] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.429399] NetLabel: unlabeled traffic allowed by default\n[ 0.430530] clocksource: Switched to clocksource kvm-clock\n[ 0.436402] AppArmor: AppArmor Filesystem Enabled\n[ 0.437349] pnp: PnP ACPI init\n[ 0.438272] pnp: PnP ACPI: found 5 devices\n[ 0.445365] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.447056] NET: Registered protocol family 2\n[ 0.448030] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.449285] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.450449] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.451600] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452664] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453817] NET: Registered protocol family 1\n[ 0.454679] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455760] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.456818] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475406] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.494239] Trying to unpack rootfs image as initramfs...\n[ 0.544499] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.558670] Scanning for low memory corruption every 60 seconds\n[ 0.560242] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.561578] audit: initializing netlink subsys (disabled)\n[ 0.562768] audit: type=2000 audit(1547991502.889:1): initialized\n[ 0.564250] Initialise system trusted keyring\n[ 0.565344] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566674] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.568943] zbud: loaded\n[ 0.569737] VFS: Disk quotas dquot_6.6.0\n[ 0.570677] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.572435] fuse init (API version 7.23)\n[ 0.573452] Key type big_key registered\n[ 0.574343] Allocating IMA MOK and blacklist keyrings.\n[ 0.575689] Key type asymmetric registered\n[ 0.576633] Asymmetric key parser 'x509' registered\n[ 0.577706] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579416] io scheduler noop registered\n[ 0.580313] io scheduler deadline registered (default)\n[ 0.581453] io scheduler cfq registered\n[ 0.582367] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.583588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585038] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.586642] ACPI: Power Button [PWRF]\n[ 0.587607] GHES: HEST is not enabled!\n[ 0.605845] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.643254] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645589] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.669450] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.672078] Linux agpgart interface v0.103\n[ 0.674684] brd: module loaded\n[ 0.676180] loop: module loaded\n[ 0.681590] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.683478] GPT:90111 != 20971519\n[ 0.684268] GPT:Alternate GPT header not at the end of the disk.\n[ 0.685545] GPT:90111 != 20971519\n[ 0.686397] GPT: Use GNU Parted to correct GPT errors.\n[ 0.687622] vda: vda1 vda15\n[ 0.689313] scsi host0: ata_piix\n[ 0.690222] scsi host1: ata_piix\n[ 0.691115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.692696] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.694625] libphy: Fixed MDIO Bus: probed\n[ 0.695488] tun: Universal TUN/TAP device driver, 1.6\n[ 0.696457] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.698471] PPP generic driver version 2.4.2\n[ 0.699472] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.700751] ehci-pci: EHCI PCI platform driver\n[ 0.701637] ehci-platform: EHCI generic platform driver\n[ 0.702689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.703892] ohci-pci: OHCI PCI platform driver\n[ 0.704844] ohci-platform: OHCI generic platform driver\n[ 0.705875] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.724868] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.725911] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.727471] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.728504] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.729680] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.731038] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.732584] usb usb1: Product: UHCI Host Controller\n[ 0.733551] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.734815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.735850] hub 1-0:1.0: USB hub found\n[ 0.736657] hub 1-0:1.0: 2 ports detected\n[ 0.737611] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.739940] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.740967] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.742107] mousedev: PS/2 mouse device common for all mice\n[ 0.743379] rtc_cmos 00:00: RTC can wake from S4\n[ 0.744703] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.746519] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.747901] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.749206] i2c /dev entries driver\n[ 0.750036] device-mapper: uevent: version 1.0.3\n[ 0.751075] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.752890] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.754327] NET: Registered protocol family 10\n[ 0.755466] NET: Registered protocol family 17\n[ 0.756437] Key type dns_resolver registered\n[ 0.757505] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.758714] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.759870] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.761751] registered taskstats version 1\n[ 0.762634] Loading compiled-in X.509 certificates\n[ 0.764117] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.766077] zswap: loaded using pool lzo/zbud\n[ 0.767631] Key type trusted registered\n[ 0.769365] Key type encrypted registered\n[ 0.770309] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.771483] ima: No TPM chip found, activating TPM-bypass!\n[ 0.772622] evm: HMAC attrs: 0x1\n[ 0.773617] Magic number: 3:431:635\n[ 0.774537] rtc_cmos 00:00: setting system clock to 2019-01-20 13:38:22 UTC (1547991502)\n[ 0.786327] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.787617] EDD information not available.\n[ 0.851608] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.853196] Write protecting the kernel read-only data: 14336k\n[ 0.854861] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.856739] 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.915971] 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.34\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.13...\nLease of 10.55.1.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.53. 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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCpDkWExO/1ALDXfK5xiDxhK4jdFqVttP08b9NBh50i9Z60+l2FCGZjJP4wbkwIXdo8E2ktFVCN6q0IN0e64x3GjyevF1QH31wiytoyCamsU/HjLE+lIRMp9aLZjPU1L3aDSt+XHrcTUHli40AuO2qaa6sz7llZ1Te1dnY3iCos2ro+o1ihcR3sSakBlNI7wK6W82yqBGTOSPL92V4OiZbZ+4xpFCwrY2fMde2y2LKMdb2wx7dRHYL7iHbGacsGsuOTflIF6RrFL8gpQOD8FPWNjAF5ZAhLYkDcpfdzmOfLg+VhyMu5kOaa4cecjn1cEULidY+dTOeA6Xng607jdwap root@createinstancesinglenetworktests-1468e8f9-1184-4987-927a-2b067c\nssh-dss AAAAB3NzaC1kc3MAAACBAITlHwuzHvnzprBwqAaZrXZ3wpNklvnxAeWUMzAk+gsc2nuI8cJzvCA5RjbF51m938uDmjJSHpjpyDrqK0Gk5JlE9ge+13hAexLvyn7YQcdRtkERVE2A/bTLKIhHqexDjp6MRCMAUP9+q2/K0BUUPA9RHhV0hny0+vJw8H7JgelPAAAAFQC0SZ9GlT1AILMYC9oygxWV+8xhCwAAAIAd1zUGKTKG5wZSoHl34805ZCgU/LrfhX16fWOAsGta7GGBl/MCP9FKSyYU2iT5qw+fWPed0Ax4L/Y6ob+3D2o0kA+nE9o1/ucmeaxF8nuLV3cadWucPsHrLwdgGSGjmZgkawdN3fHoREb0yDyVgG9XgdQCPnJTxSL/Z10zr8mJlAAAAIAOOWy099mLSM95o/Luzv58J35gegcVmd7GH0AO2bKTMCPHsKDj/v4DKuE63rcDOoFlYty3Nq5F5f4+BtiazXdatgtAkcqBlV2nFmSUFZ0I1tjeaR0xeGLC0rdRA9uQj2KYAAsVGgZR1l2aJ0gHcgjfRucsw0e8tMo7dOXRVoANvw== root@createinstancesinglenetworktests-1468e8f9-1184-4987-927a-2b067c\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.13,24,fe80::f816:3eff:fe42:cd85/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.13 \nip-route:169.254.169.254 via 10.55.1.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-1468e8f9-1184-4987-927a-2b067c\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.20 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-1468e8f9-1184-4987-927a-2b067c login: "} 2019-01-20 13:38:37,035 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10/action used request id req-f0b1e256-cb6c-4408-aa68-61be0b6c1285 2019-01-20 13:38:37,036 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-20 13:38:37,036 - 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 513819860 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.908 MHz processor [ 0.127284] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.128929] pid_max: default: 32768 minimum: 301 [ 0.129815] ACPI: Core revision 20150930 [ 0.131197] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132498] Security Framework initialized [ 0.133303] Yama: becoming mindful. [ 0.134029] AppArmor: AppArmor initialized [ 0.134880] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.136165] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.137416] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138600] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139953] Initializing cgroup subsys io [ 0.140758] Initializing cgroup subsys memory [ 0.141606] Initializing cgroup subsys devices [ 0.142479] Initializing cgroup subsys freezer [ 0.143339] Initializing cgroup subsys net_cls [ 0.144203] Initializing cgroup subsys perf_event [ 0.145105] Initializing cgroup subsys net_prio [ 0.145979] Initializing cgroup subsys hugetlb [ 0.146847] Initializing cgroup subsys pids [ 0.147720] CPU: Physical Processor ID: 0 [ 0.149223] mce: CPU supports 10 MCE banks [ 0.150073] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151065] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.153336] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.159764] ftrace: allocating 31920 entries in 125 pages [ 0.185954] smpboot: Max logical packages: 2 [ 0.186815] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.188007] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.189344] x2apic enabled [ 0.190149] Switched APIC routing to physical x2apic. [ 0.191901] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.193176] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.195426] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.197486] KVM setup paravirtual spinlock [ 0.198961] x86: Booting SMP configuration: [ 0.199892] .... node #0, CPUs: #1 [ 0.200829] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.222661] x86: Booted up 1 node, 2 CPUs [ 0.222663] KVM setup async PF for cpu 1 [ 0.222666] kvm-stealtime: cpu 1, msr f90d940 [ 0.225410] smpboot: Total of 2 processors activated (13967.63 BogoMIPS) [ 0.227014] devtmpfs: initialized [ 0.228756] evm: security.selinux [ 0.229452] evm: security.SMACK64 [ 0.230160] evm: security.SMACK64EXEC [ 0.230923] evm: security.SMACK64TRANSMUTE [ 0.231765] evm: security.SMACK64MMAP [ 0.232514] evm: security.ima [ 0.233180] evm: security.capability [ 0.234062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236150] pinctrl core: initialized pinctrl subsystem [ 0.237299] RTC time: 13:38:21, date: 01/20/19 [ 0.238323] NET: Registered protocol family 16 [ 0.248123] cpuidle: using governor ladder [ 0.260191] cpuidle: using governor menu [ 0.261020] PCCT header not found. [ 0.261856] ACPI: bus type PCI registered [ 0.262750] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.264107] PCI: Using configuration type 1 for base access [ 0.277562] ACPI: Added _OSI(Module Device) [ 0.278536] ACPI: Added _OSI(Processor Device) [ 0.279548] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.280558] ACPI: Added _OSI(Processor Aggregator Device) [ 0.282999] ACPI: Interpreter enabled [ 0.283886] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.285902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.287924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.289944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.291981] ACPI: (supports S0 S5) [ 0.292864] ACPI: Using IOAPIC for interrupt routing [ 0.293927] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.297409] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.298626] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.299996] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.301326] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.303805] acpiphp: Slot [3] registered [ 0.304692] acpiphp: Slot [4] registered [ 0.305520] acpiphp: Slot [5] registered [ 0.306377] acpiphp: Slot [6] registered [ 0.307238] acpiphp: Slot [7] registered [ 0.308111] acpiphp: Slot [8] registered [ 0.308972] acpiphp: Slot [9] registered [ 0.309820] acpiphp: Slot [10] registered [ 0.320556] acpiphp: Slot [11] registered [ 0.321446] acpiphp: Slot [12] registered [ 0.322305] acpiphp: Slot [13] registered [ 0.323166] acpiphp: Slot [14] registered [ 0.324056] acpiphp: Slot [15] registered [ 0.324935] acpiphp: Slot [16] registered [ 0.325823] acpiphp: Slot [17] registered [ 0.326710] acpiphp: Slot [18] registered [ 0.327582] acpiphp: Slot [19] registered [ 0.328444] acpiphp: Slot [20] registered [ 0.329318] acpiphp: Slot [21] registered [ 0.330170] acpiphp: Slot [22] registered [ 0.331056] acpiphp: Slot [23] registered [ 0.331944] acpiphp: Slot [24] registered [ 0.332845] acpiphp: Slot [25] registered [ 0.333732] acpiphp: Slot [26] registered [ 0.334589] acpiphp: Slot [27] registered [ 0.335463] acpiphp: Slot [28] registered [ 0.336353] acpiphp: Slot [29] registered [ 0.337221] acpiphp: Slot [30] registered [ 0.338056] acpiphp: Slot [31] registered [ 0.338854] PCI host bridge to bus 0000:00 [ 0.339652] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.340853] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.342054] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.343489] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.344916] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.351255] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.352555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.353716] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.354968] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.361425] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.362861] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.408545] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.410014] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.411426] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.412821] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.414190] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.415465] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.416628] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.417839] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.419368] vgaarb: loaded [ 0.419970] vgaarb: bridge control possible 0000:00:02.0 [ 0.421103] SCSI subsystem initialized [ 0.421938] ACPI: bus type USB registered [ 0.422754] usbcore: registered new interface driver usbfs [ 0.423775] usbcore: registered new interface driver hub [ 0.424771] usbcore: registered new device driver usb [ 0.425866] PCI: Using ACPI for IRQ routing [ 0.426894] NetLabel: Initializing [ 0.427606] NetLabel: domain hash size = 128 [ 0.428455] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.429399] NetLabel: unlabeled traffic allowed by default [ 0.430530] clocksource: Switched to clocksource kvm-clock [ 0.436402] AppArmor: AppArmor Filesystem Enabled [ 0.437349] pnp: PnP ACPI init [ 0.438272] pnp: PnP ACPI: found 5 devices [ 0.445365] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.447056] NET: Registered protocol family 2 [ 0.448030] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.449285] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.450449] TCP: Hash tables configured (established 2048 bind 2048) [ 0.451600] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452664] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453817] NET: Registered protocol family 1 [ 0.454679] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.455760] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.456818] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.475406] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.494239] Trying to unpack rootfs image as initramfs... [ 0.544499] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.558670] Scanning for low memory corruption every 60 seconds [ 0.560242] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.561578] audit: initializing netlink subsys (disabled) [ 0.562768] audit: type=2000 audit(1547991502.889:1): initialized [ 0.564250] Initialise system trusted keyring [ 0.565344] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.566674] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.568943] zbud: loaded [ 0.569737] VFS: Disk quotas dquot_6.6.0 [ 0.570677] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.572435] fuse init (API version 7.23) [ 0.573452] Key type big_key registered [ 0.574343] Allocating IMA MOK and blacklist keyrings. [ 0.575689] Key type asymmetric registered [ 0.576633] Asymmetric key parser 'x509' registered [ 0.577706] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.579416] io scheduler noop registered [ 0.580313] io scheduler deadline registered (default) [ 0.581453] io scheduler cfq registered [ 0.582367] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.583588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.585038] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.586642] ACPI: Power Button [PWRF] [ 0.587607] GHES: HEST is not enabled! [ 0.605845] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.643254] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.645589] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.669450] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.672078] Linux agpgart interface v0.103 [ 0.674684] brd: module loaded [ 0.676180] loop: module loaded [ 0.681590] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.683478] GPT:90111 != 20971519 [ 0.684268] GPT:Alternate GPT header not at the end of the disk. [ 0.685545] GPT:90111 != 20971519 [ 0.686397] GPT: Use GNU Parted to correct GPT errors. [ 0.687622] vda: vda1 vda15 [ 0.689313] scsi host0: ata_piix [ 0.690222] scsi host1: ata_piix [ 0.691115] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.692696] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.694625] libphy: Fixed MDIO Bus: probed [ 0.695488] tun: Universal TUN/TAP device driver, 1.6 [ 0.696457] tun: (C) 1999-2004 Max Krasnyansky [ 0.698471] PPP generic driver version 2.4.2 [ 0.699472] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.700751] ehci-pci: EHCI PCI platform driver [ 0.701637] ehci-platform: EHCI generic platform driver [ 0.702689] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.703892] ohci-pci: OHCI PCI platform driver [ 0.704844] ohci-platform: OHCI generic platform driver [ 0.705875] uhci_hcd: USB Universal Host Controller Interface driver [ 0.724868] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.725911] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.727471] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.728504] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.729680] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.731038] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.732584] usb usb1: Product: UHCI Host Controller [ 0.733551] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.734815] usb usb1: SerialNumber: 0000:00:01.2 [ 0.735850] hub 1-0:1.0: USB hub found [ 0.736657] hub 1-0:1.0: 2 ports detected [ 0.737611] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.739940] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.740967] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.742107] mousedev: PS/2 mouse device common for all mice [ 0.743379] rtc_cmos 00:00: RTC can wake from S4 [ 0.744703] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.746519] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.747901] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.749206] i2c /dev entries driver [ 0.750036] device-mapper: uevent: version 1.0.3 [ 0.751075] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.752890] ledtrig-cpu: registered to indicate activity on CPUs [ 0.754327] NET: Registered protocol family 10 [ 0.755466] NET: Registered protocol family 17 [ 0.756437] Key type dns_resolver registered [ 0.757505] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.758714] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.759870] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.761751] registered taskstats version 1 [ 0.762634] Loading compiled-in X.509 certificates [ 0.764117] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.766077] zswap: loaded using pool lzo/zbud [ 0.767631] Key type trusted registered [ 0.769365] Key type encrypted registered [ 0.770309] AppArmor: AppArmor sha1 policy hashing enabled [ 0.771483] ima: No TPM chip found, activating TPM-bypass! [ 0.772622] evm: HMAC attrs: 0x1 [ 0.773617] Magic number: 3:431:635 [ 0.774537] rtc_cmos 00:00: setting system clock to 2019-01-20 13:38:22 UTC (1547991502) [ 0.786327] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.787617] EDD information not available. [ 0.851608] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.853196] Write protecting the kernel read-only data: 14336k [ 0.854861] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.856739] 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.915971] 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.34 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.13... Lease of 10.55.1.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.53. 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.908 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCpDkWExO/1ALDXfK5xiDxhK4jdFqVttP08b9NBh50i9Z60+l2FCGZjJP4wbkwIXdo8E2ktFVCN6q0IN0e64x3GjyevF1QH31wiytoyCamsU/HjLE+lIRMp9aLZjPU1L3aDSt+XHrcTUHli40AuO2qaa6sz7llZ1Te1dnY3iCos2ro+o1ihcR3sSakBlNI7wK6W82yqBGTOSPL92V4OiZbZ+4xpFCwrY2fMde2y2LKMdb2wx7dRHYL7iHbGacsGsuOTflIF6RrFL8gpQOD8FPWNjAF5ZAhLYkDcpfdzmOfLg+VhyMu5kOaa4cecjn1cEULidY+dTOeA6Xng607jdwap root@createinstancesinglenetworktests-1468e8f9-1184-4987-927a-2b067c ssh-dss AAAAB3NzaC1kc3MAAACBAITlHwuzHvnzprBwqAaZrXZ3wpNklvnxAeWUMzAk+gsc2nuI8cJzvCA5RjbF51m938uDmjJSHpjpyDrqK0Gk5JlE9ge+13hAexLvyn7YQcdRtkERVE2A/bTLKIhHqexDjp6MRCMAUP9+q2/K0BUUPA9RHhV0hny0+vJw8H7JgelPAAAAFQC0SZ9GlT1AILMYC9oygxWV+8xhCwAAAIAd1zUGKTKG5wZSoHl34805ZCgU/LrfhX16fWOAsGta7GGBl/MCP9FKSyYU2iT5qw+fWPed0Ax4L/Y6ob+3D2o0kA+nE9o1/ucmeaxF8nuLV3cadWucPsHrLwdgGSGjmZgkawdN3fHoREb0yDyVgG9XgdQCPnJTxSL/Z10zr8mJlAAAAIAOOWy099mLSM95o/Luzv58J35gegcVmd7GH0AO2bKTMCPHsKDj/v4DKuE63rcDOoFlYty3Nq5F5f4+BtiazXdatgtAkcqBlV2nFmSUFZ0I1tjeaR0xeGLC0rdRA9uQj2KYAAsVGgZR1l2aJ0gHcgjfRucsw0e8tMo7dOXRVoANvw== root@createinstancesinglenetworktests-1468e8f9-1184-4987-927a-2b067c -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.13,24,fe80::f816:3eff:fe42:cd85/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.13 ip-route:169.254.169.254 via 10.55.1.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-1468e8f9-1184-4987-927a-2b067c launch-index: 0 === cirros: current=0.4.0 uptime=4.20 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-1468e8f9-1184-4987-927a-2b067c login: 2019-01-20 13:38:37,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:37,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6670da6e-409e-43d9-b476-3145afb9028f x-compute-request-id: req-6670da6e-409e-43d9-b476-3145afb9028f Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "image": {"id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "links": [{"href": "http://172.30.9.22:8774/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:38:22.000000", "flavor": {"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}]}, "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}], "user_id": "9e1c52856a164488895a3b85b324d9f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:38:22Z", "hostId": "1c8bf02917b89a01bb12803e8c8c16b067a03813b2abf609980d4865", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "created": "2019-01-20T13:38:16Z", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:38:37,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-6670da6e-409e-43d9-b476-3145afb9028f 2019-01-20 13:38:37,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:37,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7ac60edf-d5c8-4fac-afb8-0b38926644e0 Date: Sun, 20 Jan 2019 13:38: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":["c6daeefc-4147-42bd-a099-15bc7f9d9c24"],"updated_at":"2019-01-20T13:37:52Z","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net"}]} 2019-01-20 13:38:37,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net used request id req-7ac60edf-d5c8-4fac-afb8-0b38926644e0 2019-01-20 13:38:37,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:37,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a730825a-8db7-48f0-bf1d-d7e0291accca Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}} 2019-01-20 13:38:37,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd used request id req-a730825a-8db7-48f0-bf1d-d7e0291accca 2019-01-20 13:38:37,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:37,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2b53bd10-60c3-47bb-bbb9-5d0768b946ed Date: Sun, 20 Jan 2019 13:38:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:52Z","dns_nameservers":[],"updated_at":"2019-01-20T13:37:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}]} 2019-01-20 13:38:37,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-2b53bd10-60c3-47bb-bbb9-5d0768b946ed 2019-01-20 13:38:37,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:38,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-384d92ec-f7a1-49ec-9b4c-43f17d6139bd Date: Sun, 20 Jan 2019 13:38:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.1"}],"id":"50c90684-7bd7-4ecd-919c-36cb171a9419","security_groups":[],"mac_address":"fa:16:3e:86:3a:2b","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:01Z","binding:vnic_type":"normal","device_id":"c270c253-2c59-4090-97fc-66b28fd8c643"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.13"}],"id":"5e729699-ac22-444b-84e4-a18c0d7c9ea1","security_groups":["172890a4-d25d-4c2d-a3f7-cd8a1c352090","7988b1a3-4444-4179-96d2-e3f937e69ad1"],"mac_address":"fa:16:3e:42:cd:85","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:12Z","binding:vnic_type":"normal","device_id":"f4601130-27ac-4b17-8b8b-5ead75915e10"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.3"}],"id":"5fdb8b6c-2e43-4c77-b115-cfd57a435649","security_groups":[],"mac_address":"fa:16:3e:6f:89:15","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b8b6a5d0-5096-4e67-a653-c45dabfb7610"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.4"}],"id":"725885ee-7ede-4993-aa34-10b5455eb931","security_groups":[],"mac_address":"fa:16:3e:9c:bd:77","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b8b6a5d0-5096-4e67-a653-c45dabfb7610"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.2"}],"id":"9277668f-cbf5-4741-a1a1-242b26afcadd","security_groups":[],"mac_address":"fa:16:3e:c1:72:71","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b8b6a5d0-5096-4e67-a653-c45dabfb7610"}]} 2019-01-20 13:38:38,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-384d92ec-f7a1-49ec-9b4c-43f17d6139bd 2019-01-20 13:38:38,008 - create_instance - INFO - Checking if VM is active 2019-01-20 13:38:38,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:38,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38: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-ff4cb3ee-0f66-4310-ae67-7decfc83805a x-compute-request-id: req-ff4cb3ee-0f66-4310-ae67-7decfc83805a Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "image": {"id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "links": [{"href": "http://172.30.9.22:8774/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:38:22.000000", "flavor": {"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}]}, "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}], "user_id": "9e1c52856a164488895a3b85b324d9f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:38:22Z", "hostId": "1c8bf02917b89a01bb12803e8c8c16b067a03813b2abf609980d4865", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "created": "2019-01-20T13:38:16Z", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:38:38,476 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-ff4cb3ee-0f66-4310-ae67-7decfc83805a 2019-01-20 13:38:38,476 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst] is - ACTIVE 2019-01-20 13:38:38,476 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:38:38,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:38,967 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38: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-4e41da4f-1fa5-43dc-b84c-aab68fc4c8e6 x-compute-request-id: req-4e41da4f-1fa5-43dc-b84c-aab68fc4c8e6 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "image": {"id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "links": [{"href": "http://172.30.9.22:8774/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:38:22.000000", "flavor": {"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}]}, "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}], "user_id": "9e1c52856a164488895a3b85b324d9f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:38:22Z", "hostId": "1c8bf02917b89a01bb12803e8c8c16b067a03813b2abf609980d4865", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "created": "2019-01-20T13:38:16Z", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:38:38,967 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-4e41da4f-1fa5-43dc-b84c-aab68fc4c8e6 2019-01-20 13:38:38,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:39,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-76532d31-d9b3-4a2f-875f-15a49022fccb Date: Sun, 20 Jan 2019 13: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":["c6daeefc-4147-42bd-a099-15bc7f9d9c24"],"updated_at":"2019-01-20T13:37:52Z","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net"}]} 2019-01-20 13:38:39,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net used request id req-76532d31-d9b3-4a2f-875f-15a49022fccb 2019-01-20 13:38:39,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:39,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e97d9158-8197-438f-8e82-a857d1a24c0e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}} 2019-01-20 13:38:39,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd used request id req-e97d9158-8197-438f-8e82-a857d1a24c0e 2019-01-20 13:38:39,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:39,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ebf0081d-f1f5-48fc-835a-000a2641654e Date: Sun, 20 Jan 2019 13:38:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:52Z","dns_nameservers":[],"updated_at":"2019-01-20T13:37:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}]} 2019-01-20 13:38:39,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-ebf0081d-f1f5-48fc-835a-000a2641654e 2019-01-20 13:38:39,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:39,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-79eab038-3d0b-4ad4-aea7-6cfa0e7887da Date: Sun, 20 Jan 2019 13:38:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.1"}],"id":"50c90684-7bd7-4ecd-919c-36cb171a9419","security_groups":[],"mac_address":"fa:16:3e:86:3a:2b","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:01Z","binding:vnic_type":"normal","device_id":"c270c253-2c59-4090-97fc-66b28fd8c643"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.13"}],"id":"5e729699-ac22-444b-84e4-a18c0d7c9ea1","security_groups":["172890a4-d25d-4c2d-a3f7-cd8a1c352090","7988b1a3-4444-4179-96d2-e3f937e69ad1"],"mac_address":"fa:16:3e:42:cd:85","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:12Z","binding:vnic_type":"normal","device_id":"f4601130-27ac-4b17-8b8b-5ead75915e10"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.3"}],"id":"5fdb8b6c-2e43-4c77-b115-cfd57a435649","security_groups":[],"mac_address":"fa:16:3e:6f:89:15","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b8b6a5d0-5096-4e67-a653-c45dabfb7610"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.4"}],"id":"725885ee-7ede-4993-aa34-10b5455eb931","security_groups":[],"mac_address":"fa:16:3e:9c:bd:77","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b8b6a5d0-5096-4e67-a653-c45dabfb7610"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.2"}],"id":"9277668f-cbf5-4741-a1a1-242b26afcadd","security_groups":[],"mac_address":"fa:16:3e:c1:72:71","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b8b6a5d0-5096-4e67-a653-c45dabfb7610"}]} 2019-01-20 13:38:39,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-79eab038-3d0b-4ad4-aea7-6cfa0e7887da 2019-01-20 13:38:39,470 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:38:39,473 - paramiko.transport - DEBUG - starting thread (client mode): 0x8ca72950L 2019-01-20 13:38:39,474 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:38:39,474 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:38:39,475 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:38:39,476 - 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 2019-01-20 13:38:39,476 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:38:39,476 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:38:39,476 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:38:39,477 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:38:39,477 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:38:39,494 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:38:39,495 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:38:39,506 - paramiko.transport - DEBUG - Trying key 808c76192c7523750169ea4eb2a62c34 from tmp/CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261 2019-01-20 13:38:39,533 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:38:39,537 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:38:39,637 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:38:39,652 - create_instance - INFO - SSH is active for VM instance 2019-01-20 13:38:39,652 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:38:39,653 - paramiko.transport - DEBUG - starting thread (client mode): 0x8ca72950L 2019-01-20 13:38:39,654 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:38:39,654 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:38:39,654 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:38:39,655 - 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 2019-01-20 13:38:39,655 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:38:39,656 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:38:39,656 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:38:39,656 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:38:39,656 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:38:39,673 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:38:39,673 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:38:39,686 - paramiko.transport - DEBUG - Trying key 808c76192c7523750169ea4eb2a62c34 from tmp/CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261 2019-01-20 13:38:39,713 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:38:39,717 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:38:39,718 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 13:38:39,719 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-20 13:38:39,719 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 13:38:39,721 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 13:38:39,722 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-20 13:38:39,723 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:38:39,725 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:38:40,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2569a91250cb447db2c9f1470bf37247", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj-role"}], "expires_at": "2019-01-20T14:38:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/2bbceccfccab4dd4b25b006d64b77dfd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-user", "id": "9e1c52856a164488895a3b85b324d9f4"}, "audit_ids": ["XYdXsDXSSYCD8dwuuuDiTA"], "issued_at": "2019-01-20T13:38:40.000000Z"}} 2019-01-20 13:38:40,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8360b2fb087d36ece787041a272460505343048d" 2019-01-20 13:38:40,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9732f2ac-4b97-434a-b103-ec9ec95dac17 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:38:40,184 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9732f2ac-4b97-434a-b103-ec9ec95dac17 2019-01-20 13:38:40,185 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:38:40,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8360b2fb087d36ece787041a272460505343048d" 2019-01-20 13:38:40,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d371d34-2dff-48da-92b3-91f1a2562cdf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:38:40,264 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4d371d34-2dff-48da-92b3-91f1a2562cdf 2019-01-20 13:38:40,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8360b2fb087d36ece787041a272460505343048d" 2019-01-20 13:38:40,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d11682b6-3b3f-4ca4-9601-bebdafc43ded Date: Sun, 20 Jan 2019 13:38: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":["c6daeefc-4147-42bd-a099-15bc7f9d9c24"],"updated_at":"2019-01-20T13:37:52Z","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net"}]} 2019-01-20 13:38:40,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net used request id req-d11682b6-3b3f-4ca4-9601-bebdafc43ded 2019-01-20 13:38:40,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:38:40,546 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:38: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:38:40,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8360b2fb087d36ece787041a272460505343048d" 2019-01-20 13:38:40,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29e37984-9864-4448-98c8-e414fc813f05 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}} 2019-01-20 13:38:40,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd used request id req-29e37984-9864-4448-98c8-e414fc813f05 2019-01-20 13:38:40,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8360b2fb087d36ece787041a272460505343048d" 2019-01-20 13:38:40,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8d91f54d-ab15-4e45-aae1-54716c8f5354 Date: Sun, 20 Jan 2019 13:38:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:52Z","dns_nameservers":[],"updated_at":"2019-01-20T13:37:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}]} 2019-01-20 13:38:40,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-8d91f54d-ab15-4e45-aae1-54716c8f5354 2019-01-20 13:38:40,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610&name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8360b2fb087d36ece787041a272460505343048d" 2019-01-20 13:38:41,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 881 X-Openstack-Request-Id: req-5105f6f5-a56c-4e69-ae39-cdc8f01c8e77 Date: Sun, 20 Jan 2019 13:38:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.13"}],"id":"5e729699-ac22-444b-84e4-a18c0d7c9ea1","security_groups":["172890a4-d25d-4c2d-a3f7-cd8a1c352090","7988b1a3-4444-4179-96d2-e3f937e69ad1"],"mac_address":"fa:16:3e:42:cd:85","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:12Z","binding:vnic_type":"normal","device_id":"f4601130-27ac-4b17-8b8b-5ead75915e10"}]} 2019-01-20 13:38:41,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610&name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1&admin_state_up=True used request id req-5105f6f5-a56c-4e69-ae39-cdc8f01c8e77 2019-01-20 13:38:41,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8360b2fb087d36ece787041a272460505343048d" 2019-01-20 13:38:41,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da650205-e6e9-49fe-95a2-0962449dd525 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}} 2019-01-20 13:38:41,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd used request id req-da650205-e6e9-49fe-95a2-0962449dd525 2019-01-20 13:38:41,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8360b2fb087d36ece787041a272460505343048d" 2019-01-20 13:38:42,276 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38: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-1e52af06-b9a0-495c-966f-277e341c9418 x-compute-request-id: req-1e52af06-b9a0-495c-966f-277e341c9418 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "image": {"id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "links": [{"href": "http://172.30.9.22:8774/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:38:22.000000", "flavor": {"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}]}, "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}], "user_id": "9e1c52856a164488895a3b85b324d9f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:38:22Z", "hostId": "1c8bf02917b89a01bb12803e8c8c16b067a03813b2abf609980d4865", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "created": "2019-01-20T13:38:16Z", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:38:42,277 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst used request id req-1e52af06-b9a0-495c-966f-277e341c9418 2019-01-20 13:38:42,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8360b2fb087d36ece787041a272460505343048d" 2019-01-20 13:38:42,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7a48e5db-f33e-4457-9f13-6ab6c8b73df8 Date: Sun, 20 Jan 2019 13:38: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":["c6daeefc-4147-42bd-a099-15bc7f9d9c24"],"updated_at":"2019-01-20T13:37:52Z","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net"}]} 2019-01-20 13:38:42,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net used request id req-7a48e5db-f33e-4457-9f13-6ab6c8b73df8 2019-01-20 13:38:42,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8360b2fb087d36ece787041a272460505343048d" 2019-01-20 13:38:42,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-eee36cd2-b779-471a-a118-dfa8538befb6 Date: Sun, 20 Jan 2019 13:38:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:52Z","dns_nameservers":[],"updated_at":"2019-01-20T13:37:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}]} 2019-01-20 13:38:42,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-eee36cd2-b779-471a-a118-dfa8538befb6 2019-01-20 13:38:42,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8360b2fb087d36ece787041a272460505343048d" 2019-01-20 13:38:42,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-ba4bc96d-9148-4a06-9cfe-3c95cc876dff Date: Sun, 20 Jan 2019 13:38:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.1"}],"id":"50c90684-7bd7-4ecd-919c-36cb171a9419","security_groups":[],"mac_address":"fa:16:3e:86:3a:2b","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:01Z","binding:vnic_type":"normal","device_id":"c270c253-2c59-4090-97fc-66b28fd8c643"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.13"}],"id":"5e729699-ac22-444b-84e4-a18c0d7c9ea1","security_groups":["172890a4-d25d-4c2d-a3f7-cd8a1c352090","7988b1a3-4444-4179-96d2-e3f937e69ad1"],"mac_address":"fa:16:3e:42:cd:85","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:12Z","binding:vnic_type":"normal","device_id":"f4601130-27ac-4b17-8b8b-5ead75915e10"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.3"}],"id":"5fdb8b6c-2e43-4c77-b115-cfd57a435649","security_groups":[],"mac_address":"fa:16:3e:6f:89:15","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b8b6a5d0-5096-4e67-a653-c45dabfb7610"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.4"}],"id":"725885ee-7ede-4993-aa34-10b5455eb931","security_groups":[],"mac_address":"fa:16:3e:9c:bd:77","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b8b6a5d0-5096-4e67-a653-c45dabfb7610"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.2"}],"id":"9277668f-cbf5-4741-a1a1-242b26afcadd","security_groups":[],"mac_address":"fa:16:3e:c1:72:71","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b8b6a5d0-5096-4e67-a653-c45dabfb7610"}]} 2019-01-20 13:38:42,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-ba4bc96d-9148-4a06-9cfe-3c95cc876dff 2019-01-20 13:38:42,842 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst 2019-01-20 13:38:42,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8360b2fb087d36ece787041a272460505343048d" 2019-01-20 13:38:43,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-d9f875d3-0d85-4f99-b2d5-8f29af519ebe Date: Sun, 20 Jan 2019 13:38:43 GMT RESP BODY: {"floatingips": [{"router_id": "c270c253-2c59-4090-97fc-66b28fd8c643", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:38:32Z", "updated_at": "2019-01-20T13:38:32Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "10.55.1.13", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_id": "5e729699-ac22-444b-84e4-a18c0d7c9ea1", "id": "bfacea71-49d2-4baa-bbc5-49c7941ce24b"}]} 2019-01-20 13:38:43,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-d9f875d3-0d85-4f99-b2d5-8f29af519ebe 2019-01-20 13:38:43,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports/5e729699-ac22-444b-84e4-a18c0d7c9ea1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8360b2fb087d36ece787041a272460505343048d" 2019-01-20 13:38:43,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 878 X-Openstack-Request-Id: req-d0404b7f-b5a8-41f4-bd08-6bec78226d88 Date: Sun, 20 Jan 2019 13:38:43 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.13"}],"id":"5e729699-ac22-444b-84e4-a18c0d7c9ea1","security_groups":["172890a4-d25d-4c2d-a3f7-cd8a1c352090","7988b1a3-4444-4179-96d2-e3f937e69ad1"],"mac_address":"fa:16:3e:42:cd:85","device_id":"f4601130-27ac-4b17-8b8b-5ead75915e10","status":"ACTIVE","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","qos_policy_id":null,"admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:12Z","binding:vnic_type":"normal"}} 2019-01-20 13:38:43,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports/5e729699-ac22-444b-84e4-a18c0d7c9ea1 used request id req-d0404b7f-b5a8-41f4-bd08-6bec78226d88 2019-01-20 13:38:43,231 - create_instance - INFO - Checking if VM is active 2019-01-20 13:38:43,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8360b2fb087d36ece787041a272460505343048d" 2019-01-20 13:38:43,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38: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-5f29bb65-6678-4847-b3e6-8b6e2e2eff25 x-compute-request-id: req-5f29bb65-6678-4847-b3e6-8b6e2e2eff25 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "image": {"id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "links": [{"href": "http://172.30.9.22:8774/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:38:22.000000", "flavor": {"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}]}, "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}], "user_id": "9e1c52856a164488895a3b85b324d9f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:38:22Z", "hostId": "1c8bf02917b89a01bb12803e8c8c16b067a03813b2abf609980d4865", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "created": "2019-01-20T13:38:16Z", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:38:43,844 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-5f29bb65-6678-4847-b3e6-8b6e2e2eff25 2019-01-20 13:38:43,845 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst] is - ACTIVE 2019-01-20 13:38:43,845 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:38:43,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8360b2fb087d36ece787041a272460505343048d" 2019-01-20 13:38:44,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38: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-8c039632-53f3-4b79-9567-3cf37d77c6c1 x-compute-request-id: req-8c039632-53f3-4b79-9567-3cf37d77c6c1 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "image": {"id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "links": [{"href": "http://172.30.9.22:8774/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:38:22.000000", "flavor": {"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}]}, "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp"}], "user_id": "9e1c52856a164488895a3b85b324d9f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:38:22Z", "hostId": "1c8bf02917b89a01bb12803e8c8c16b067a03813b2abf609980d4865", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "created": "2019-01-20T13:38:16Z", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:38:44,595 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-8c039632-53f3-4b79-9567-3cf37d77c6c1 2019-01-20 13:38:44,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8360b2fb087d36ece787041a272460505343048d" 2019-01-20 13:38:44,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d172b08a-3d96-43d7-af92-f927cde074f3 Date: Sun, 20 Jan 2019 13:38: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":["c6daeefc-4147-42bd-a099-15bc7f9d9c24"],"updated_at":"2019-01-20T13:37:52Z","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net"}]} 2019-01-20 13:38:44,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net used request id req-d172b08a-3d96-43d7-af92-f927cde074f3 2019-01-20 13:38:44,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8360b2fb087d36ece787041a272460505343048d" 2019-01-20 13:38:44,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d82768da-555e-4a65-acb9-34ca81ef3d18 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}} 2019-01-20 13:38:44,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd used request id req-d82768da-555e-4a65-acb9-34ca81ef3d18 2019-01-20 13:38:44,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8360b2fb087d36ece787041a272460505343048d" 2019-01-20 13:38:44,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ab9e21df-1e7c-4582-bef9-736bb540d2ff Date: Sun, 20 Jan 2019 13:38:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:52Z","dns_nameservers":[],"updated_at":"2019-01-20T13:37:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet"}]} 2019-01-20 13:38:44,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-ab9e21df-1e7c-4582-bef9-736bb540d2ff 2019-01-20 13:38:44,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8360b2fb087d36ece787041a272460505343048d" 2019-01-20 13:38:44,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-b9ffe10b-45bb-44e7-9893-4e0c04ba2905 Date: Sun, 20 Jan 2019 13:38:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.1"}],"id":"50c90684-7bd7-4ecd-919c-36cb171a9419","security_groups":[],"mac_address":"fa:16:3e:86:3a:2b","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:01Z","binding:vnic_type":"normal","device_id":"c270c253-2c59-4090-97fc-66b28fd8c643"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:38:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.13"}],"id":"5e729699-ac22-444b-84e4-a18c0d7c9ea1","security_groups":["172890a4-d25d-4c2d-a3f7-cd8a1c352090","7988b1a3-4444-4179-96d2-e3f937e69ad1"],"mac_address":"fa:16:3e:42:cd:85","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:38:12Z","binding:vnic_type":"normal","device_id":"f4601130-27ac-4b17-8b8b-5ead75915e10"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.3"}],"id":"5fdb8b6c-2e43-4c77-b115-cfd57a435649","security_groups":[],"mac_address":"fa:16:3e:6f:89:15","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b8b6a5d0-5096-4e67-a653-c45dabfb7610"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.4"}],"id":"725885ee-7ede-4993-aa34-10b5455eb931","security_groups":[],"mac_address":"fa:16:3e:9c:bd:77","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b8b6a5d0-5096-4e67-a653-c45dabfb7610"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:37:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c6daeefc-4147-42bd-a099-15bc7f9d9c24","ip_address":"10.55.1.2"}],"id":"9277668f-cbf5-4741-a1a1-242b26afcadd","security_groups":[],"mac_address":"fa:16:3e:c1:72:71","project_id":"2bbceccfccab4dd4b25b006d64b77dfd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b8b6a5d0-5096-4e67-a653-c45dabfb7610","tenant_id":"2bbceccfccab4dd4b25b006d64b77dfd","created_at":"2019-01-20T13:37:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b8b6a5d0-5096-4e67-a653-c45dabfb7610"}]} 2019-01-20 13:38:44,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-b9ffe10b-45bb-44e7-9893-4e0c04ba2905 2019-01-20 13:38:44,943 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:38:44,945 - paramiko.transport - DEBUG - starting thread (client mode): 0x8c9d6c10L 2019-01-20 13:38:44,945 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:38:44,945 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:38:44,946 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:38:44,947 - 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 2019-01-20 13:38:44,947 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:38:44,947 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:38:44,947 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:38:44,947 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:38:44,948 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:38:44,964 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:38:44,965 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:38:44,977 - paramiko.transport - DEBUG - Trying key 808c76192c7523750169ea4eb2a62c34 from tmp/CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261 2019-01-20 13:38:45,001 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:38:45,005 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:38:45,105 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:38:45,123 - create_instance - INFO - SSH is active for VM instance 2019-01-20 13:38:45,123 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:38:45,125 - paramiko.transport - DEBUG - starting thread (client mode): 0x8c9d6590L 2019-01-20 13:38:45,125 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:38:45,125 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:38:45,126 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:38:45,127 - 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 2019-01-20 13:38:45,127 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:38:45,127 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:38:45,127 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:38:45,128 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:38:45,128 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:38:45,145 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:38:45,146 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:38:45,157 - paramiko.transport - DEBUG - Trying key 808c76192c7523750169ea4eb2a62c34 from tmp/CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261 2019-01-20 13:38:45,185 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:38:45,189 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:38:45,221 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 13:38:45,222 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-20 13:38:45,223 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 13:38:45,224 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 13:38:45,226 - create_instance - INFO - Deleting Floating IP - 172.30.9.203 2019-01-20 13:38:45,226 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.203 2019-01-20 13:38:45,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/floatingips/bfacea71-49d2-4baa-bbc5-49c7941ce24b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:46,539 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4bc0ffd2-8543-452c-9d62-92c8e5a58ef8 Content-Length: 0 Date: Sun, 20 Jan 2019 13:38:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:38:46,539 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/bfacea71-49d2-4baa-bbc5-49c7941ce24b used request id req-4bc0ffd2-8543-452c-9d62-92c8e5a58ef8 2019-01-20 13:38:46,539 - create_instance - INFO - Deleting Port with ID - 5e729699-ac22-444b-84e4-a18c0d7c9ea1 2019-01-20 13:38:46,540 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261port-1 2019-01-20 13:38:46,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/5e729699-ac22-444b-84e4-a18c0d7c9ea1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:46,994 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0c616a1e-b2b7-4b58-9927-873365a3c494 Date: Sun, 20 Jan 2019 13:38:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:38:46,995 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/5e729699-ac22-444b-84e4-a18c0d7c9ea1 used request id req-0c616a1e-b2b7-4b58-9927-873365a3c494 2019-01-20 13:38:46,995 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst 2019-01-20 13:38:46,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:47,593 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:38: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-2d07715c-8789-463b-bf7c-b1fcb0d419b5 x-compute-request-id: req-2d07715c-8789-463b-bf7c-b1fcb0d419b5 Content-Type: application/json 2019-01-20 13:38:47,593 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-2d07715c-8789-463b-bf7c-b1fcb0d419b5 2019-01-20 13:38:47,593 - create_instance - INFO - Checking deletion status 2019-01-20 13:38:47,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:47,835 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38: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-d8d97a6f-1005-436b-b698-a257356a76cd x-compute-request-id: req-d8d97a6f-1005-436b-b698-a257356a76cd Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "image": {"id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "links": [{"href": "http://172.30.9.22:8774/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:38:22.000000", "flavor": {"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}]}, "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "user_id": "9e1c52856a164488895a3b85b324d9f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:38:47Z", "hostId": "1c8bf02917b89a01bb12803e8c8c16b067a03813b2abf609980d4865", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "created": "2019-01-20T13:38:16Z", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:38:47,835 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-d8d97a6f-1005-436b-b698-a257356a76cd 2019-01-20 13:38:47,836 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst] is - ACTIVE 2019-01-20 13:38:47,836 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:38:50,839 - create_instance - DEBUG - VM status query timeout in 296.754680157 2019-01-20 13:38:50,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:51,094 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:38: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-a3d38f43-d359-404e-b7af-0f09f7c1dc78 x-compute-request-id: req-a3d38f43-d359-404e-b7af-0f09f7c1dc78 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:42:cd:85", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f4601130-27ac-4b17-8b8b-5ead75915e10", "rel": "bookmark"}], "image": {"id": "c6449d7f-f827-448c-9c46-1866c124b8fd", "links": [{"href": "http://172.30.9.22:8774/images/c6449d7f-f827-448c-9c46-1866c124b8fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:38:22.000000", "flavor": {"id": "be10d4a7-4a67-4a8c-b278-e170e4878d44", "links": [{"href": "http://172.30.9.22:8774/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44", "rel": "bookmark"}]}, "id": "f4601130-27ac-4b17-8b8b-5ead75915e10", "user_id": "9e1c52856a164488895a3b85b324d9f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:38:47Z", "hostId": "1c8bf02917b89a01bb12803e8c8c16b067a03813b2abf609980d4865", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp", "name": "CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst", "created": "2019-01-20T13:38:16Z", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:38:51,094 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-a3d38f43-d359-404e-b7af-0f09f7c1dc78 2019-01-20 13:38:51,094 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst] is - ACTIVE 2019-01-20 13:38:51,095 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:38:54,098 - create_instance - DEBUG - VM status query timeout in 293.495913982 2019-01-20 13:38:54,100 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdbe3425898a086afa9d50f68a43a49748cc5cd6" 2019-01-20 13:38:54,145 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:38: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-3cf06c33-55c0-4b01-a384-fd0fd3112a56 x-compute-request-id: req-3cf06c33-55c0-4b01-a384-fd0fd3112a56 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance f4601130-27ac-4b17-8b8b-5ead75915e10 could not be found.", "code": 404}} 2019-01-20 13:38:54,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/f4601130-27ac-4b17-8b8b-5ead75915e10 used request id req-3cf06c33-55c0-4b01-a384-fd0fd3112a56 2019-01-20 13:38:54,146 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance f4601130-27ac-4b17-8b8b-5ead75915e10 could not be found. (HTTP 404) (Request-ID: req-3cf06c33-55c0-4b01-a384-fd0fd3112a56) 2019-01-20 13:38:54,146 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-inst 2019-01-20 13:38:54,147 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp 2019-01-20 13:38:54,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7850cb1a91acb5efa57878a2e104a62844dc8b39" 2019-01-20 13:38:54,197 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:38: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-f71cb7a7-998e-4261-a781-5f85a6154053 x-compute-request-id: req-f71cb7a7-998e-4261-a781-5f85a6154053 Content-Length: 0 Content-Type: application/json 2019-01-20 13:38:54,197 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-kp used request id req-f71cb7a7-998e-4261-a781-5f85a6154053 2019-01-20 13:38:54,198 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261.pub] 2019-01-20 13:38:54,198 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261] 2019-01-20 13:38:54,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5809bb93b6b14b6236353f6a489963718cbf948c" 2019-01-20 13:38:54,251 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:38: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-951f3ba3-9e00-414b-b7ee-e4376259c854 x-compute-request-id: req-951f3ba3-9e00-414b-b7ee-e4376259c854 Content-Length: 0 Content-Type: application/json 2019-01-20 13:38:54,251 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/be10d4a7-4a67-4a8c-b278-e170e4878d44 used request id req-951f3ba3-9e00-414b-b7ee-e4376259c854 2019-01-20 13:38:54,252 - neutron_utils - INFO - Deleting security group rule with ID - 749120cf-741f-4838-a115-e5fee378a649 2019-01-20 13:38:54,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/749120cf-741f-4838-a115-e5fee378a649 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:54,508 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-46520de7-d8c5-45ae-9a54-cbb11b0342fa Content-Length: 0 Date: Sun, 20 Jan 2019 13:38:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:38:54,509 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/749120cf-741f-4838-a115-e5fee378a649 used request id req-46520de7-d8c5-45ae-9a54-cbb11b0342fa 2019-01-20 13:38:54,509 - neutron_utils - INFO - Deleting security group rule with ID - 7fb94a45-3e32-4b94-971c-c9f47b76a616 2019-01-20 13:38:54,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/7fb94a45-3e32-4b94-971c-c9f47b76a616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:54,948 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5940e00b-ddad-421c-915c-2c4175dfee68 Content-Length: 0 Date: Sun, 20 Jan 2019 13:38:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:38:54,948 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/7fb94a45-3e32-4b94-971c-c9f47b76a616 used request id req-5940e00b-ddad-421c-915c-2c4175dfee68 2019-01-20 13:38:54,948 - neutron_utils - INFO - Deleting security group rule with ID - 2a03b6b0-3ac8-4609-96e4-ba8358c2fafa 2019-01-20 13:38:54,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/2a03b6b0-3ac8-4609-96e4-ba8358c2fafa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:55,201 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-58456d85-ac17-449f-bbe4-a3f8ff7cfb60 Content-Length: 0 Date: Sun, 20 Jan 2019 13:38:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:38:55,201 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/2a03b6b0-3ac8-4609-96e4-ba8358c2fafa used request id req-58456d85-ac17-449f-bbe4-a3f8ff7cfb60 2019-01-20 13:38:55,201 - neutron_utils - INFO - Deleting security group rule with ID - 7b08aa07-67a0-4584-b849-32af1204ba3c 2019-01-20 13:38:55,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/7b08aa07-67a0-4584-b849-32af1204ba3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:55,294 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dbe127a4-39f4-4a4f-8179-e06711affb9d Content-Length: 0 Date: Sun, 20 Jan 2019 13:38:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:38:55,295 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/7b08aa07-67a0-4584-b849-32af1204ba3c used request id req-dbe127a4-39f4-4a4f-8179-e06711affb9d 2019-01-20 13:38:55,295 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-sec-grp 2019-01-20 13:38:55,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/7988b1a3-4444-4179-96d2-e3f937e69ad1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be4a7aaf3199c44326b410ec1da5a3e36454c07" 2019-01-20 13:38:55,569 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ea97e9b6-3c01-469f-b91b-45fbe98e37ff Content-Length: 0 Date: Sun, 20 Jan 2019 13:38:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:38:55,569 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/7988b1a3-4444-4179-96d2-e3f937e69ad1 used request id req-ea97e9b6-3c01-469f-b91b-45fbe98e37ff 2019-01-20 13:38:55,570 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-router and subnet CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet 2019-01-20 13:38:55,570 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-router 2019-01-20 13:38:55,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/c270c253-2c59-4090-97fc-66b28fd8c643/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fbaabb3df559c43b53308a652ba6026a5ed32c9" -d '{"subnet_id": "c6daeefc-4147-42bd-a099-15bc7f9d9c24"}' 2019-01-20 13:38:57,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5abd24ef-638b-437a-b9cc-5177fba77684 Date: Sun, 20 Jan 2019 13:38:57 GMT RESP BODY: {"network_id": "b8b6a5d0-5096-4e67-a653-c45dabfb7610", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "subnet_id": "c6daeefc-4147-42bd-a099-15bc7f9d9c24", "subnet_ids": ["c6daeefc-4147-42bd-a099-15bc7f9d9c24"], "port_id": "50c90684-7bd7-4ecd-919c-36cb171a9419", "id": "c270c253-2c59-4090-97fc-66b28fd8c643"} 2019-01-20 13:38:57,273 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/c270c253-2c59-4090-97fc-66b28fd8c643/remove_router_interface used request id req-5abd24ef-638b-437a-b9cc-5177fba77684 2019-01-20 13:38:57,274 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-router 2019-01-20 13:38:57,274 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-router 2019-01-20 13:38:57,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/c270c253-2c59-4090-97fc-66b28fd8c643 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fbaabb3df559c43b53308a652ba6026a5ed32c9" 2019-01-20 13:39:01,040 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dd803ab0-3281-4f14-8254-58d26c3373cb Content-Length: 0 Date: Sun, 20 Jan 2019 13:39:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:39:01,040 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/c270c253-2c59-4090-97fc-66b28fd8c643 used request id req-dd803ab0-3281-4f14-8254-58d26c3373cb 2019-01-20 13:39:01,041 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet 2019-01-20 13:39:01,041 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-subnet 2019-01-20 13:39:01,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/c6daeefc-4147-42bd-a099-15bc7f9d9c24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5343be4d75fb33f4a6d804de801b5ff8343d4de3" 2019-01-20 13:39:03,769 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ca8df4d0-0dc7-4456-a0d8-157183201655 Date: Sun, 20 Jan 2019 13:39:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:39:03,769 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/c6daeefc-4147-42bd-a099-15bc7f9d9c24 used request id req-ca8df4d0-0dc7-4456-a0d8-157183201655 2019-01-20 13:39:03,769 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-pub-net 2019-01-20 13:39:03,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/b8b6a5d0-5096-4e67-a653-c45dabfb7610 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5343be4d75fb33f4a6d804de801b5ff8343d4de3" 2019-01-20 13:39:05,035 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f476ccc-5009-4fda-adb6-1f2bec6e89b4 Date: Sun, 20 Jan 2019 13:39:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:39:05,036 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/b8b6a5d0-5096-4e67-a653-c45dabfb7610 used request id req-9f476ccc-5009-4fda-adb6-1f2bec6e89b4 2019-01-20 13:39:05,036 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-1468e8f9-1184-4987-927a-2b067c295261-image 2019-01-20 13:39:05,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/c6449d7f-f827-448c-9c46-1866c124b8fd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4708eb9582aa12b2e241f49880f795ca30aed4ff" 2019-01-20 13:39:05,794 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ef433886-16fa-4e01-bc0c-524c96270f6b Date: Sun, 20 Jan 2019 13:39:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:39:05,795 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/c6449d7f-f827-448c-9c46-1866c124b8fd used request id req-ef433886-16fa-4e01-bc0c-524c96270f6b 2019-01-20 13:39:05,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd9ca1d0f00d867aee5ce472867af8b990ac34c" 2019-01-20 13:39:06,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-d15c38ca-acd5-419d-b73e-a53b003c63db Date: Sun, 20 Jan 2019 13:39:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:37:51Z", "updated_at": "2019-01-20T13:37:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:37:51Z", "revision_number": 0, "id": "07877a26-a665-432c-a671-f0d5ac2f6859", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:37:51Z", "security_group_id": "172890a4-d25d-4c2d-a3f7-cd8a1c352090", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:37:51Z", "revision_number": 0, "id": "190ec389-2cd2-4c5b-914b-3579cb8172db", "remote_group_id": "172890a4-d25d-4c2d-a3f7-cd8a1c352090", "remote_ip_prefix": null, "created_at": "2019-01-20T13:37:51Z", "security_group_id": "172890a4-d25d-4c2d-a3f7-cd8a1c352090", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:37:51Z", "revision_number": 0, "id": "9006862f-b8dd-43f3-9d8f-2d0afd55f4b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:37:51Z", "security_group_id": "172890a4-d25d-4c2d-a3f7-cd8a1c352090", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_range_min": null, "ethertype": "IPv6", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:37:51Z", "revision_number": 0, "id": "a231f17f-945d-4392-a780-49d58ee177d6", "remote_group_id": "172890a4-d25d-4c2d-a3f7-cd8a1c352090", "remote_ip_prefix": null, "created_at": "2019-01-20T13:37:51Z", "security_group_id": "172890a4-d25d-4c2d-a3f7-cd8a1c352090", "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "port_range_min": null, "ethertype": "IPv4", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd"}], "revision_number": 4, "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "172890a4-d25d-4c2d-a3f7-cd8a1c352090", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:39:06,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-d15c38ca-acd5-419d-b73e-a53b003c63db 2019-01-20 13:39:06,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd9ca1d0f00d867aee5ce472867af8b990ac34c" 2019-01-20 13:39:06,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e52dcb6f-6521-4a23-ab6d-43e8019d63ea 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:39:06,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-e52dcb6f-6521-4a23-ab6d-43e8019d63ea 2019-01-20 13:39:06,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd9ca1d0f00d867aee5ce472867af8b990ac34c" 2019-01-20 13:39:06,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf4c42d0-8050-4135-a720-897985ad103a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd"}, "enabled": true, "id": "2bbceccfccab4dd4b25b006d64b77dfd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj"}} 2019-01-20 13:39:06,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd used request id req-bf4c42d0-8050-4135-a720-897985ad103a 2019-01-20 13:39:06,215 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 172890a4-d25d-4c2d-a3f7-cd8a1c352090 2019-01-20 13:39:06,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=172890a4-d25d-4c2d-a3f7-cd8a1c352090 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd9ca1d0f00d867aee5ce472867af8b990ac34c" 2019-01-20 13:39:06,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1c4a6ddc-12e1-48d7-9eca-1da7a7f3862b Date: Sun, 20 Jan 2019 13:39:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:37:51Z", "security_group_id": "172890a4-d25d-4c2d-a3f7-cd8a1c352090", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:37:51Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "07877a26-a665-432c-a671-f0d5ac2f6859"}, {"remote_group_id": "172890a4-d25d-4c2d-a3f7-cd8a1c352090", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:37:51Z", "security_group_id": "172890a4-d25d-4c2d-a3f7-cd8a1c352090", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:37:51Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "190ec389-2cd2-4c5b-914b-3579cb8172db"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:37:51Z", "security_group_id": "172890a4-d25d-4c2d-a3f7-cd8a1c352090", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:37:51Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "9006862f-b8dd-43f3-9d8f-2d0afd55f4b5"}, {"remote_group_id": "172890a4-d25d-4c2d-a3f7-cd8a1c352090", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:37:51Z", "security_group_id": "172890a4-d25d-4c2d-a3f7-cd8a1c352090", "port_range_min": null, "revision_number": 0, "tenant_id": "2bbceccfccab4dd4b25b006d64b77dfd", "created_at": "2019-01-20T13:37:51Z", "project_id": "2bbceccfccab4dd4b25b006d64b77dfd", "id": "a231f17f-945d-4392-a780-49d58ee177d6"}]} 2019-01-20 13:39:06,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=172890a4-d25d-4c2d-a3f7-cd8a1c352090 used request id req-1c4a6ddc-12e1-48d7-9eca-1da7a7f3862b 2019-01-20 13:39:06,382 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:39:06,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/172890a4-d25d-4c2d-a3f7-cd8a1c352090 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd9ca1d0f00d867aee5ce472867af8b990ac34c" 2019-01-20 13:39:06,699 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-464fbb89-f228-4eab-bc74-e19f8c0db930 Content-Length: 0 Date: Sun, 20 Jan 2019 13:39:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:39:06,699 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/172890a4-d25d-4c2d-a3f7-cd8a1c352090 used request id req-464fbb89-f228-4eab-bc74-e19f8c0db930 2019-01-20 13:39:06,700 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj 2019-01-20 13:39:06,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd9ca1d0f00d867aee5ce472867af8b990ac34c" 2019-01-20 13:39:06,918 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:39:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86b74ad5-e34c-4080-8f89-79a406cf1d7e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:39:06,918 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/2bbceccfccab4dd4b25b006d64b77dfd used request id req-86b74ad5-e34c-4080-8f89-79a406cf1d7e 2019-01-20 13:39:06,918 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-proj-role 2019-01-20 13:39:06,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/2569a91250cb447db2c9f1470bf37247 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd9ca1d0f00d867aee5ce472867af8b990ac34c" 2019-01-20 13:39:07,040 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:39:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16ff0650-d276-44ce-b496-8718ab9c4a6e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:39:07,040 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/2569a91250cb447db2c9f1470bf37247 used request id req-16ff0650-d276-44ce-b496-8718ab9c4a6e 2019-01-20 13:39:07,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd9ca1d0f00d867aee5ce472867af8b990ac34c" 2019-01-20 13:39:07,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dd7c222-c243-4f69-a1b6-30fe1350828f Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:39:07,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6dd7c222-c243-4f69-a1b6-30fe1350828f 2019-01-20 13:39:07,141 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-441cd3e7-cde9-413-user 2019-01-20 13:39:07,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/9e1c52856a164488895a3b85b324d9f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5acfb1b23db3056a981e3cd0aa910a4ea967b50c" 2019-01-20 13:39:07,337 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:39:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6ae9421-0de4-4e60-ab52-3a1b02175ff3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:39:07,338 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/9e1c52856a164488895a3b85b324d9f4 used request id req-e6ae9421-0de4-4e60-ab52-3a1b02175ff3 2019-01-20 13:39:07,339 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:39:07,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:39:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["GAfHzvbNRGeMgWR7hveqpw"], "issued_at": "2019-01-20T13:39:07.000000Z"}} 2019-01-20 13:39:07,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a30888966f4de85ed5336852067b5ea603456137" 2019-01-20 13:39:07,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66bc0537-a604-4d4c-b64e-8f2fb17f8c63 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:39:07,811 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-66bc0537-a604-4d4c-b64e-8f2fb17f8c63 2019-01-20 13:39:07,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:39:07,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:39:08,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:39:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["9JnQ3inkTder0Sf7howJPg"], "issued_at": "2019-01-20T13:39:08.000000Z"}} 2019-01-20 13:39:08,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e40eece3b053d2e4db08000b2dd1d038505d70e" 2019-01-20 13:39:08,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08742f6c-e7e8-4e66-8b26-bed21a0bb47a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:39:08,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-08742f6c-e7e8-4e66-8b26-bed21a0bb47a 2019-01-20 13:39:08,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:39:08,290 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:39: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:39:08,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-a4abae35-e957-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e40eece3b053d2e4db08000b2dd1d038505d70e" 2019-01-20 13:39:08,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a4dfe6f-cf20-480f-b9de-4feac260ccd4 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-a4abae35-e957-42e-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:39:08,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-a4abae35-e957-42e-proj used request id req-9a4dfe6f-cf20-480f-b9de-4feac260ccd4 2019-01-20 13:39:08,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e40eece3b053d2e4db08000b2dd1d038505d70e" 2019-01-20 13:39:08,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b79f546f-1531-44cd-b5f9-ea876965db8a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:39:08,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-b79f546f-1531-44cd-b5f9-ea876965db8a 2019-01-20 13:39:08,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e40eece3b053d2e4db08000b2dd1d038505d70e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}}' 2019-01-20 13:39:08,598 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:39:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-203c7956-7763-4770-aba6-580a073454fa Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1"}, "enabled": true, "id": "73d554555cd74475a4ff1d104219c8e1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}} 2019-01-20 13:39:08,598 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-203c7956-7763-4770-aba6-580a073454fa 2019-01-20 13:39:08,598 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-a4abae35-e957-42e-proj 2019-01-20 13:39:08,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:39:08,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:39:08,976 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:39:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["PFoc_K7USPOOM32oBHlu6g"], "issued_at": "2019-01-20T13:39:08.000000Z"}} 2019-01-20 13:39:08,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c1018d8eed932320b7d45203ca0d811fdc8e10" 2019-01-20 13:39:08,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bce3c35-3037-4beb-b016-49be95e0e828 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:39:08,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7bce3c35-3037-4beb-b016-49be95e0e828 2019-01-20 13:39:08,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:39:08,999 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:39: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:39:09,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c1018d8eed932320b7d45203ca0d811fdc8e10" 2019-01-20 13:39:09,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38590102-630f-4386-9a03-0864383a53a3 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:39:09,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-38590102-630f-4386-9a03-0864383a53a3 2019-01-20 13:39:09,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackFloatingIpTests-a4abae35-e957-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c1018d8eed932320b7d45203ca0d811fdc8e10" 2019-01-20 13:39:09,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e05bc0ba-5ca2-42ef-82e0-2a4120f3a7dc Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackFloatingIpTests-a4abae35-e957-42e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1"}, "enabled": true, "id": "73d554555cd74475a4ff1d104219c8e1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}]} 2019-01-20 13:39:09,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackFloatingIpTests-a4abae35-e957-42e-proj used request id req-e05bc0ba-5ca2-42ef-82e0-2a4120f3a7dc 2019-01-20 13:39:09,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c1018d8eed932320b7d45203ca0d811fdc8e10" 2019-01-20 13:39:09,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34fe6b84-b3d2-4bf6-828d-25d49a9e5eb0 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:39:09,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-34fe6b84-b3d2-4bf6-828d-25d49a9e5eb0 2019-01-20 13:39:09,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c1018d8eed932320b7d45203ca0d811fdc8e10" 2019-01-20 13:39:09,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f71f7e97-7d4b-449a-a5e6-1e2242f04079 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:39:09,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f71f7e97-7d4b-449a-a5e6-1e2242f04079 2019-01-20 13:39:09,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackFloatingIpTests-a4abae35-e957-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c1018d8eed932320b7d45203ca0d811fdc8e10" 2019-01-20 13:39:09,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-995aaeed-7f84-4b68-a96d-3c43be4e9511 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackFloatingIpTests-a4abae35-e957-42e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1"}, "enabled": true, "id": "73d554555cd74475a4ff1d104219c8e1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}]} 2019-01-20 13:39:09,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackFloatingIpTests-a4abae35-e957-42e-proj used request id req-995aaeed-7f84-4b68-a96d-3c43be4e9511 2019-01-20 13:39:09,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/77a5b059105b48ae9eae2dae351a305b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c1018d8eed932320b7d45203ca0d811fdc8e10" 2019-01-20 13:39:09,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59fa0e28-b2c0-4ad0-ad46-afceddd76f5b Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-a4abae35-e957-42e-user", "links": {"self": "http://172.30.9.22:5000/v3/users/77a5b059105b48ae9eae2dae351a305b"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "73d554555cd74475a4ff1d104219c8e1", "id": "77a5b059105b48ae9eae2dae351a305b", "password_expires_at": null}} 2019-01-20 13:39:09,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/77a5b059105b48ae9eae2dae351a305b used request id req-59fa0e28-b2c0-4ad0-ad46-afceddd76f5b 2019-01-20 13:39:10,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1/users/77a5b059105b48ae9eae2dae351a305b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c1018d8eed932320b7d45203ca0d811fdc8e10" 2019-01-20 13:39:10,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-460d2e45-4566-41be-ae3c-43b67d9b8dc0 Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1/users/77a5b059105b48ae9eae2dae351a305b/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 13:39:10,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1/users/77a5b059105b48ae9eae2dae351a305b/roles used request id req-460d2e45-4566-41be-ae3c-43b67d9b8dc0 2019-01-20 13:39:10,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c1018d8eed932320b7d45203ca0d811fdc8e10" 2019-01-20 13:39:10,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-372eacc9-0168-4b90-971a-cc9cf3a15d9f Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "domain_id": null, "name": "admin", "id": "77f3d538c7cd4e1a927402af90dfd66a"}} 2019-01-20 13:39:10,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-372eacc9-0168-4b90-971a-cc9cf3a15d9f 2019-01-20 13:39:10,208 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-a4abae35-e957-42e-proj 2019-01-20 13:39:10,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1/users/77a5b059105b48ae9eae2dae351a305b/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c1018d8eed932320b7d45203ca0d811fdc8e10" 2019-01-20 13:39:10,337 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:39:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4a3fc7c-16e1-4e88-9c88-c6373931fdc5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:39:10,337 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1/users/77a5b059105b48ae9eae2dae351a305b/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-f4a3fc7c-16e1-4e88-9c88-c6373931fdc5 2019-01-20 13:39:10,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c1018d8eed932320b7d45203ca0d811fdc8e10" 2019-01-20 13:39:10,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73bb121b-6f1f-4e2b-af84-b6378bb41560 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:39:10,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-73bb121b-6f1f-4e2b-af84-b6378bb41560 2019-01-20 13:39:10,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackFloatingIpTests-a4abae35-e957-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c1018d8eed932320b7d45203ca0d811fdc8e10" 2019-01-20 13:39:10,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-890f514c-6e06-4b21-bbd2-678285e121bf Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackFloatingIpTests-a4abae35-e957-42e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1"}, "enabled": true, "id": "73d554555cd74475a4ff1d104219c8e1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}]} 2019-01-20 13:39:10,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackFloatingIpTests-a4abae35-e957-42e-proj used request id req-890f514c-6e06-4b21-bbd2-678285e121bf 2019-01-20 13:39:10,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1/users/77a5b059105b48ae9eae2dae351a305b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c1018d8eed932320b7d45203ca0d811fdc8e10" 2019-01-20 13:39:10,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c98c962-df35-433a-9911-2a63d3735cdc Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1/users/77a5b059105b48ae9eae2dae351a305b/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}]} 2019-01-20 13:39:10,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1/users/77a5b059105b48ae9eae2dae351a305b/roles used request id req-8c98c962-df35-433a-9911-2a63d3735cdc 2019-01-20 13:39:10,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c1018d8eed932320b7d45203ca0d811fdc8e10" 2019-01-20 13:39:10,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b558bb33-e1fd-4709-871f-7b91dabd7c1d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "domain_id": null, "name": "heat_stack_owner", "id": "8faca84f8c574391a4e761c020358bea"}} 2019-01-20 13:39:10,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea used request id req-b558bb33-e1fd-4709-871f-7b91dabd7c1d 2019-01-20 13:39:10,719 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-a4abae35-e957-42e-proj 2019-01-20 13:39:10,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1/users/77a5b059105b48ae9eae2dae351a305b/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c1018d8eed932320b7d45203ca0d811fdc8e10" 2019-01-20 13:39:10,851 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:39:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b2ca7ca-2a6b-4e04-8c12-bc74a10a0462 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:39:10,851 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1/users/77a5b059105b48ae9eae2dae351a305b/roles/8faca84f8c574391a4e761c020358bea used request id req-2b2ca7ca-2a6b-4e04-8c12-bc74a10a0462 2019-01-20 13:39:10,851 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-a4abae35-e957-42e-user 2019-01-20 13:39:10,852 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:39:10,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e40eece3b053d2e4db08000b2dd1d038505d70e" 2019-01-20 13:39:10,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-994b3c4d-fff8-494a-b3d1-578f5d70d432 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:39:10,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-994b3c4d-fff8-494a-b3d1-578f5d70d432 2019-01-20 13:39:10,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e40eece3b053d2e4db08000b2dd1d038505d70e" -d '{"role": {"name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj-role"}}' 2019-01-20 13:39:11,065 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:39:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94e21916-a3dc-4726-8193-d53892bb2c3d Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cdb4e869b2e44b50977dd6c07e4ca612", "links": {"self": "http://172.30.9.22:5000/v3/roles/cdb4e869b2e44b50977dd6c07e4ca612"}, "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj-role"}} 2019-01-20 13:39:11,065 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-94e21916-a3dc-4726-8193-d53892bb2c3d 2019-01-20 13:39:11,065 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-a4abae35-e957-42e-proj-role 2019-01-20 13:39:11,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/cdb4e869b2e44b50977dd6c07e4ca612 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e40eece3b053d2e4db08000b2dd1d038505d70e" 2019-01-20 13:39:11,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-475e29bd-cc93-4711-9f81-047cede79857 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/cdb4e869b2e44b50977dd6c07e4ca612"}, "domain_id": null, "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj-role", "id": "cdb4e869b2e44b50977dd6c07e4ca612"}} 2019-01-20 13:39:11,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/cdb4e869b2e44b50977dd6c07e4ca612 used request id req-475e29bd-cc93-4711-9f81-047cede79857 2019-01-20 13:39:11,159 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-a4abae35-e957-42e-proj-role to project CreateStackFloatingIpTests-a4abae35-e957-42e-proj 2019-01-20 13:39:11,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1/users/77a5b059105b48ae9eae2dae351a305b/roles/cdb4e869b2e44b50977dd6c07e4ca612 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e40eece3b053d2e4db08000b2dd1d038505d70e" 2019-01-20 13:39:11,294 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:39:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82f6221e-b69f-479e-8377-e9a00d4b6c74 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:39:11,294 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1/users/77a5b059105b48ae9eae2dae351a305b/roles/cdb4e869b2e44b50977dd6c07e4ca612 used request id req-82f6221e-b69f-479e-8377-e9a00d4b6c74 2019-01-20 13:39:11,295 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:39:11,295 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:39:11,295 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:39:11,296 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:39:11,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cdb4e869b2e44b50977dd6c07e4ca612", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj-role"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:39:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "73d554555cd74475a4ff1d104219c8e1", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/73d554555cd74475a4ff1d104219c8e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/73d554555cd74475a4ff1d104219c8e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/73d554555cd74475a4ff1d104219c8e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/73d554555cd74475a4ff1d104219c8e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/73d554555cd74475a4ff1d104219c8e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/73d554555cd74475a4ff1d104219c8e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-user", "id": "77a5b059105b48ae9eae2dae351a305b"}, "audit_ids": ["fsuov2L2RVyT2XNNNuW4_w"], "issued_at": "2019-01-20T13:39:11.000000Z"}} 2019-01-20 13:39:11,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94007048a5cef98fd6798105b3087b91c0336b59" 2019-01-20 13:39:11,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-888ffc3d-62fe-405a-8e77-b3f7f90d2a55 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:39:11,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-888ffc3d-62fe-405a-8e77-b3f7f90d2a55 2019-01-20 13:39:11,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}94007048a5cef98fd6798105b3087b91c0336b59" 2019-01-20 13:39:11,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-b857afc2-09ea-438d-afd1-3469b3d17556 Date: Sun, 20 Jan 2019 13:39:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image"} 2019-01-20 13:39:11,962 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image used request id req-b857afc2-09ea-438d-afd1-3469b3d17556 2019-01-20 13:39:11,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}94007048a5cef98fd6798105b3087b91c0336b59" 2019-01-20 13:39:12,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9e02f3e7-25ff-4e40-a8d5-bd9b96107412 Date: Sun, 20 Jan 2019 13:39:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-20 13:39:12,123 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-9e02f3e7-25ff-4e40-a8d5-bd9b96107412 2019-01-20 13:39:12,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}94007048a5cef98fd6798105b3087b91c0336b59" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image"}' 2019-01-20 13:39:12,353 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59 X-Openstack-Request-Id: req-adc4ba33-7d80-413d-88e6-7299f3583d44 Date: Sun, 20 Jan 2019 13:39:12 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:39:12Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:39:12Z", "visibility": "shared", "locations": [], "self": "/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59", "min_disk": 0, "protected": false, "id": "063404f3-1a1e-4a36-b1e7-86f733d67b59", "file": "/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59/file", "checksum": null, "owner": "73d554555cd74475a4ff1d104219c8e1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:39:12,354 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-adc4ba33-7d80-413d-88e6-7299f3583d44 2019-01-20 13:39:12,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}94007048a5cef98fd6798105b3087b91c0336b59" -d '' 2019-01-20 13:39:13,510 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e70a0606-2a79-4756-8edb-063f16d9ea7e Date: Sun, 20 Jan 2019 13:39:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:39:13,510 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59/file used request id req-e70a0606-2a79-4756-8edb-063f16d9ea7e 2019-01-20 13:39:13,511 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:39:13,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}94007048a5cef98fd6798105b3087b91c0336b59" 2019-01-20 13:39:13,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ffba866e-ffed-4a8e-9e91-9882cc7d500e Date: Sun, 20 Jan 2019 13:39:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:39:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:39:13Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/063404f3-1a1e-4a36-b1e7-86f733d67b59/snap", "metadata": {}}], "self": "/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59", "min_disk": 0, "protected": false, "id": "063404f3-1a1e-4a36-b1e7-86f733d67b59", "file": "/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "73d554555cd74475a4ff1d104219c8e1", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/063404f3-1a1e-4a36-b1e7-86f733d67b59/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:39:13,677 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59 used request id req-ffba866e-ffed-4a8e-9e91-9882cc7d500e 2019-01-20 13:39:13,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}94007048a5cef98fd6798105b3087b91c0336b59" 2019-01-20 13:39:13,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c02b8507-7a5f-431c-b34a-c38618bfff96 Date: Sun, 20 Jan 2019 13:39: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"}}} 2019-01-20 13:39:13,840 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-c02b8507-7a5f-431c-b34a-c38618bfff96 2019-01-20 13:39:13,843 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image 2019-01-20 13:39:13,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}94007048a5cef98fd6798105b3087b91c0336b59" 2019-01-20 13:39:14,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-b0472249-5fea-4268-b60a-d901a9644e5d Date: Sun, 20 Jan 2019 13:39:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:39:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:39:13Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/063404f3-1a1e-4a36-b1e7-86f733d67b59/snap", "metadata": {}}], "self": "/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59", "min_disk": 0, "protected": false, "id": "063404f3-1a1e-4a36-b1e7-86f733d67b59", "file": "/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "73d554555cd74475a4ff1d104219c8e1", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/063404f3-1a1e-4a36-b1e7-86f733d67b59/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:39:14,023 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59 used request id req-b0472249-5fea-4268-b60a-d901a9644e5d 2019-01-20 13:39:14,023 - create_image - DEBUG - Instance status is - active 2019-01-20 13:39:14,023 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image 2019-01-20 13:39:14,024 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image 2019-01-20 13:39:14,024 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:39:14,025 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:39:14,403 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cdb4e869b2e44b50977dd6c07e4ca612", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj-role"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:39:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "73d554555cd74475a4ff1d104219c8e1", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/73d554555cd74475a4ff1d104219c8e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/73d554555cd74475a4ff1d104219c8e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/73d554555cd74475a4ff1d104219c8e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/73d554555cd74475a4ff1d104219c8e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/73d554555cd74475a4ff1d104219c8e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/73d554555cd74475a4ff1d104219c8e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-user", "id": "77a5b059105b48ae9eae2dae351a305b"}, "audit_ids": ["yTD3LOH6ThixFGUgJM1TEg"], "issued_at": "2019-01-20T13:39:14.000000Z"}} 2019-01-20 13:39:14,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:14,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04bc5423-b61b-4c70-91cc-d6954a6cdffd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:39:14,491 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-04bc5423-b61b-4c70-91cc-d6954a6cdffd 2019-01-20 13:39:14,492 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:39:14,495 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:39:14,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:14,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:14 GMT Server: Apache x-openstack-request-id: req-0da52dc6-214e-4b4f-8279-6a4ed0d01884 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-20 13:39:14,789 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack used request id req-0da52dc6-214e-4b4f-8279-6a4ed0d01884 2019-01-20 13:39:14,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-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-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor2", "keypair_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "security_group_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "flavor1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor1", "inst1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "subnet_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet", "image1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "inst2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2", "net_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net"}}' 2019-01-20 13:39:18,633 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:39:14 GMT Server: Apache x-openstack-request-id: req-0ede8c8e-4ebf-4a75-8943-11b4f0c31efe Location: http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "c3d34133-022d-495b-90b5-4198e1395bf7", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "self"}]}} 2019-01-20 13:39:18,633 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks used request id req-0ede8c8e-4ebf-4a75-8943-11b4f0c31efe 2019-01-20 13:39:18,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/c3d34133-022d-495b-90b5-4198e1395bf7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:18,808 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:39:18 GMT Server: Apache x-openstack-request-id: req-a62698c8-6155-4742-ad98-9271d01ebb4e Location: http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:39:19,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:18 GMT Server: Apache x-openstack-request-id: req-37168a0a-9ece-41b6-9aae-12028b3cef68 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-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor2", "OS::project_id": "73d554555cd74475a4ff1d104219c8e1", "OS::stack_id": "c3d34133-022d-495b-90b5-4198e1395bf7", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "security_group_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp", "subnet_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet", "net_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2", "inst1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "image2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "flavor1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor1", "image1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "stack_user_project_id": "c1ae735da43442098d43b95e660dc987", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:39:18Z", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c3d34133-022d-495b-90b5-4198e1395bf7", "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"}} 2019-01-20 13:39:19,004 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 used request id req-37168a0a-9ece-41b6-9aae-12028b3cef68 2019-01-20 13:39:19,005 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack 2019-01-20 13:39:19,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/c3d34133-022d-495b-90b5-4198e1395bf7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:19,186 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:39:19 GMT Server: Apache x-openstack-request-id: req-c59dd28e-651e-4c34-bbd3-cb8c7f69d7d6 Location: http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:39:19,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:19 GMT Server: Apache x-openstack-request-id: req-d617b417-864f-469a-be2d-b2ad09ea3faa 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-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor2", "OS::project_id": "73d554555cd74475a4ff1d104219c8e1", "OS::stack_id": "c3d34133-022d-495b-90b5-4198e1395bf7", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "security_group_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp", "subnet_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet", "net_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2", "inst1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "image2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "flavor1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor1", "image1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "stack_user_project_id": "c1ae735da43442098d43b95e660dc987", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:39:18Z", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c3d34133-022d-495b-90b5-4198e1395bf7", "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"}} 2019-01-20 13:39:19,412 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 used request id req-d617b417-864f-469a-be2d-b2ad09ea3faa 2019-01-20 13:39:19,413 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:39:19,413 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:39:22,416 - create_stack - DEBUG - Stack status query timeout in 1196.58846998 2019-01-20 13:39:22,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/c3d34133-022d-495b-90b5-4198e1395bf7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:22,592 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:39:22 GMT Server: Apache x-openstack-request-id: req-5eec012a-a3ec-4b49-a1a5-5075d47831d4 Location: http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:39:22,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:22 GMT Server: Apache x-openstack-request-id: req-509f9a09-0917-4ddd-b1d8-18439b49260a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 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-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor2", "OS::project_id": "73d554555cd74475a4ff1d104219c8e1", "OS::stack_id": "c3d34133-022d-495b-90b5-4198e1395bf7", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "security_group_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp", "subnet_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet", "net_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2", "inst1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "image2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "flavor1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor1", "image1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "stack_user_project_id": "c1ae735da43442098d43b95e660dc987", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:39:18Z", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c3d34133-022d-495b-90b5-4198e1395bf7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA64oOWV5WC5H71olplzNK8CGsbobIDbXiXBu2Me7XCYmUrp8q\n8WbIuz5Hvwo1ecLnuQzob0lXwMgLT0E8lbBi4v6knFhM0mF4N+FImXFqZJF42b1L\n1OkjJfy7PjjJU4W4L1X/fupi/pFsdBNpTk+L2/pi++7ONUtTnXOrmSscwus9KVRO\n53J6eIHGnK0Dw22y640cCftLkBgwImNBHZrFUsO1T3IrZitCbqrC2chMrRVMeEUG\nwpUHlEP/S6PaAq9dzZ4xnU77WYTPli417ftolYMoJPeUj+SVvwbRUzE50911knsW\nHqMQMeoEYWItnV90wdX7asBn47XM+nJo/u3VwwIDAQABAoIBAQC3DXsrX1J1+YWE\nbRS/6qAh0bnFyD/vz9xVA0BsvBcpFWCU+aSRKfV09+kggpmewKgAPBTkcFafv5hy\nhtvD5epkScy6qTFDC3c3zoDyp58s+5W1exVVKb8kRa9rowxsOe8z8pz3EMfQ2ko0\nR+W+c7nZQ1XsP+LIrnsUUhIZntTichwQpZY0hxe92A52qM4DawRV5z2HSttQhCxR\nQJo7u3sj6m69jwJtu5GLVRwtl82ecQH9wTBmKdl1j4vY27dULzCzrdmi/T630+Vv\n3cGyxXD9woWQnKyiaqBphGL/iemK6Ka2InqaPs4d8beSHjHJ0RTi6WQVNJmabtuq\nRN1Bh9WpAoGBAP5756BAnqojMqZo073ABAPi3Jh1K4TPizLAR4jhyClZXJGd2pyl\nDeSH1N5FhUXuWcdfnRK9zMfzYyljf0oPdtldxJmf0IU3HJlv5vvnD3cMNs7bhFxV\nehGKbYj0JZA5FX4l3WMWBDHfk31c/Zerzs6ftjz1I0qgJSwaUibck20/AoGBAOzx\nQpF/wx7Sp1wAM/uwi6g5TNT+QStvcgKJuavBxxW2S4mGWQbPzSMUmIugc1J3/Y6f\nRvYtnSkmLvNtwbxq30R5WMPri8W4FFugSyY4muRbSSU8G/vFwFrb7/orOILQLwLB\nIsUE0uC6/p3L+ZFvXyra/ydwW5+tyV0hr2wbKQJ9AoGAUCV1rWKslajAKuiYxwnS\nOecY0msUaZ9zl2g3H0T8ZQlfvfyY/Px+g5rDz7zVXFDUtZXHQj/EXrSoZkCPtiNo\nqsx9PmS2pz3UI/66IFuE41lVaZB4/xtsdlnCZX9+1Q0lV7VVI/+rEon3SWQf+cSC\nPVDPdCNAGiCVlG41sUeGpsECgYBB/P8ZHofs8aYCjVvs4MJEW5D2UMk9m5AY/Npk\n51bWySpIZs4sg3sSJg5F9K2pbhmDuwA8V3/JkgTJbuvh2bHMlC8QgW0v55Bj5ESJ\npIIezv2UDSWN/QkRROeUuKzIYcp17ewNCsbgJ7P5pnEe+/F5MfyVs0kRM4k9EsCU\nTwwg0QKBgQCopEzmTkkiCdwz553g7XB1bkavJlzxYSEkB3my61ItNokFjhlHTBXn\nc8CzpBCJE7vvd991fzlHoKw0gkY3bH8fA2BUdJdu7Lhyeysl1Pwkr5D5rhAn8PqF\nnHjGwS8KYrXYGoI77mDW/dZSQluSJ2vJ8A3tdpXFjIkf3Xz1xEN7mA==\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"}} 2019-01-20 13:39:22,917 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 used request id req-509f9a09-0917-4ddd-b1d8-18439b49260a 2019-01-20 13:39:22,918 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:39:22,918 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:39:25,921 - create_stack - DEBUG - Stack status query timeout in 1193.08339691 2019-01-20 13:39:25,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/c3d34133-022d-495b-90b5-4198e1395bf7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:26,119 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:39:25 GMT Server: Apache x-openstack-request-id: req-7f58879e-f1ae-479d-b3e4-19cb13f33378 Location: http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:39:26,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:26 GMT Server: Apache x-openstack-request-id: req-55dd68f8-5ac4-4b0e-bfe1-0318da5ff267 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 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-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor2", "OS::project_id": "73d554555cd74475a4ff1d104219c8e1", "OS::stack_id": "c3d34133-022d-495b-90b5-4198e1395bf7", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "security_group_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp", "subnet_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet", "net_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2", "inst1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "image2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "flavor1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor1", "image1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "stack_user_project_id": "c1ae735da43442098d43b95e660dc987", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:39:18Z", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c3d34133-022d-495b-90b5-4198e1395bf7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA64oOWV5WC5H71olplzNK8CGsbobIDbXiXBu2Me7XCYmUrp8q\n8WbIuz5Hvwo1ecLnuQzob0lXwMgLT0E8lbBi4v6knFhM0mF4N+FImXFqZJF42b1L\n1OkjJfy7PjjJU4W4L1X/fupi/pFsdBNpTk+L2/pi++7ONUtTnXOrmSscwus9KVRO\n53J6eIHGnK0Dw22y640cCftLkBgwImNBHZrFUsO1T3IrZitCbqrC2chMrRVMeEUG\nwpUHlEP/S6PaAq9dzZ4xnU77WYTPli417ftolYMoJPeUj+SVvwbRUzE50911knsW\nHqMQMeoEYWItnV90wdX7asBn47XM+nJo/u3VwwIDAQABAoIBAQC3DXsrX1J1+YWE\nbRS/6qAh0bnFyD/vz9xVA0BsvBcpFWCU+aSRKfV09+kggpmewKgAPBTkcFafv5hy\nhtvD5epkScy6qTFDC3c3zoDyp58s+5W1exVVKb8kRa9rowxsOe8z8pz3EMfQ2ko0\nR+W+c7nZQ1XsP+LIrnsUUhIZntTichwQpZY0hxe92A52qM4DawRV5z2HSttQhCxR\nQJo7u3sj6m69jwJtu5GLVRwtl82ecQH9wTBmKdl1j4vY27dULzCzrdmi/T630+Vv\n3cGyxXD9woWQnKyiaqBphGL/iemK6Ka2InqaPs4d8beSHjHJ0RTi6WQVNJmabtuq\nRN1Bh9WpAoGBAP5756BAnqojMqZo073ABAPi3Jh1K4TPizLAR4jhyClZXJGd2pyl\nDeSH1N5FhUXuWcdfnRK9zMfzYyljf0oPdtldxJmf0IU3HJlv5vvnD3cMNs7bhFxV\nehGKbYj0JZA5FX4l3WMWBDHfk31c/Zerzs6ftjz1I0qgJSwaUibck20/AoGBAOzx\nQpF/wx7Sp1wAM/uwi6g5TNT+QStvcgKJuavBxxW2S4mGWQbPzSMUmIugc1J3/Y6f\nRvYtnSkmLvNtwbxq30R5WMPri8W4FFugSyY4muRbSSU8G/vFwFrb7/orOILQLwLB\nIsUE0uC6/p3L+ZFvXyra/ydwW5+tyV0hr2wbKQJ9AoGAUCV1rWKslajAKuiYxwnS\nOecY0msUaZ9zl2g3H0T8ZQlfvfyY/Px+g5rDz7zVXFDUtZXHQj/EXrSoZkCPtiNo\nqsx9PmS2pz3UI/66IFuE41lVaZB4/xtsdlnCZX9+1Q0lV7VVI/+rEon3SWQf+cSC\nPVDPdCNAGiCVlG41sUeGpsECgYBB/P8ZHofs8aYCjVvs4MJEW5D2UMk9m5AY/Npk\n51bWySpIZs4sg3sSJg5F9K2pbhmDuwA8V3/JkgTJbuvh2bHMlC8QgW0v55Bj5ESJ\npIIezv2UDSWN/QkRROeUuKzIYcp17ewNCsbgJ7P5pnEe+/F5MfyVs0kRM4k9EsCU\nTwwg0QKBgQCopEzmTkkiCdwz553g7XB1bkavJlzxYSEkB3my61ItNokFjhlHTBXn\nc8CzpBCJE7vvd991fzlHoKw0gkY3bH8fA2BUdJdu7Lhyeysl1Pwkr5D5rhAn8PqF\nnHjGwS8KYrXYGoI77mDW/dZSQluSJ2vJ8A3tdpXFjIkf3Xz1xEN7mA==\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"}} 2019-01-20 13:39:26,460 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 used request id req-55dd68f8-5ac4-4b0e-bfe1-0318da5ff267 2019-01-20 13:39:26,460 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:39:26,461 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:39:29,464 - create_stack - DEBUG - Stack status query timeout in 1189.54092312 2019-01-20 13:39:29,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/c3d34133-022d-495b-90b5-4198e1395bf7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:29,663 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:39:29 GMT Server: Apache x-openstack-request-id: req-2fbe23b6-120d-4bc0-8cc5-023a0d15fa1a Location: http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:39:30,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:29 GMT Server: Apache x-openstack-request-id: req-c97a221a-8955-4f00-a7ab-b70044f11d3b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 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-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor2", "OS::project_id": "73d554555cd74475a4ff1d104219c8e1", "OS::stack_id": "c3d34133-022d-495b-90b5-4198e1395bf7", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "security_group_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp", "subnet_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet", "net_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2", "inst1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "image2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "flavor1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor1", "image1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "stack_user_project_id": "c1ae735da43442098d43b95e660dc987", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:39:18Z", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c3d34133-022d-495b-90b5-4198e1395bf7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA64oOWV5WC5H71olplzNK8CGsbobIDbXiXBu2Me7XCYmUrp8q\n8WbIuz5Hvwo1ecLnuQzob0lXwMgLT0E8lbBi4v6knFhM0mF4N+FImXFqZJF42b1L\n1OkjJfy7PjjJU4W4L1X/fupi/pFsdBNpTk+L2/pi++7ONUtTnXOrmSscwus9KVRO\n53J6eIHGnK0Dw22y640cCftLkBgwImNBHZrFUsO1T3IrZitCbqrC2chMrRVMeEUG\nwpUHlEP/S6PaAq9dzZ4xnU77WYTPli417ftolYMoJPeUj+SVvwbRUzE50911knsW\nHqMQMeoEYWItnV90wdX7asBn47XM+nJo/u3VwwIDAQABAoIBAQC3DXsrX1J1+YWE\nbRS/6qAh0bnFyD/vz9xVA0BsvBcpFWCU+aSRKfV09+kggpmewKgAPBTkcFafv5hy\nhtvD5epkScy6qTFDC3c3zoDyp58s+5W1exVVKb8kRa9rowxsOe8z8pz3EMfQ2ko0\nR+W+c7nZQ1XsP+LIrnsUUhIZntTichwQpZY0hxe92A52qM4DawRV5z2HSttQhCxR\nQJo7u3sj6m69jwJtu5GLVRwtl82ecQH9wTBmKdl1j4vY27dULzCzrdmi/T630+Vv\n3cGyxXD9woWQnKyiaqBphGL/iemK6Ka2InqaPs4d8beSHjHJ0RTi6WQVNJmabtuq\nRN1Bh9WpAoGBAP5756BAnqojMqZo073ABAPi3Jh1K4TPizLAR4jhyClZXJGd2pyl\nDeSH1N5FhUXuWcdfnRK9zMfzYyljf0oPdtldxJmf0IU3HJlv5vvnD3cMNs7bhFxV\nehGKbYj0JZA5FX4l3WMWBDHfk31c/Zerzs6ftjz1I0qgJSwaUibck20/AoGBAOzx\nQpF/wx7Sp1wAM/uwi6g5TNT+QStvcgKJuavBxxW2S4mGWQbPzSMUmIugc1J3/Y6f\nRvYtnSkmLvNtwbxq30R5WMPri8W4FFugSyY4muRbSSU8G/vFwFrb7/orOILQLwLB\nIsUE0uC6/p3L+ZFvXyra/ydwW5+tyV0hr2wbKQJ9AoGAUCV1rWKslajAKuiYxwnS\nOecY0msUaZ9zl2g3H0T8ZQlfvfyY/Px+g5rDz7zVXFDUtZXHQj/EXrSoZkCPtiNo\nqsx9PmS2pz3UI/66IFuE41lVaZB4/xtsdlnCZX9+1Q0lV7VVI/+rEon3SWQf+cSC\nPVDPdCNAGiCVlG41sUeGpsECgYBB/P8ZHofs8aYCjVvs4MJEW5D2UMk9m5AY/Npk\n51bWySpIZs4sg3sSJg5F9K2pbhmDuwA8V3/JkgTJbuvh2bHMlC8QgW0v55Bj5ESJ\npIIezv2UDSWN/QkRROeUuKzIYcp17ewNCsbgJ7P5pnEe+/F5MfyVs0kRM4k9EsCU\nTwwg0QKBgQCopEzmTkkiCdwz553g7XB1bkavJlzxYSEkB3my61ItNokFjhlHTBXn\nc8CzpBCJE7vvd991fzlHoKw0gkY3bH8fA2BUdJdu7Lhyeysl1Pwkr5D5rhAn8PqF\nnHjGwS8KYrXYGoI77mDW/dZSQluSJ2vJ8A3tdpXFjIkf3Xz1xEN7mA==\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"}} 2019-01-20 13:39:30,103 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 used request id req-c97a221a-8955-4f00-a7ab-b70044f11d3b 2019-01-20 13:39:30,103 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:39:30,104 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:39:33,107 - create_stack - DEBUG - Stack status query timeout in 1185.89801407 2019-01-20 13:39:33,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/c3d34133-022d-495b-90b5-4198e1395bf7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:33,136 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:39:33 GMT Server: Apache x-openstack-request-id: req-f92f8c67-097d-4da4-8ddb-e301ad4bf16c Location: http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:39:33,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:33 GMT Server: Apache x-openstack-request-id: req-75cc3a3c-f944-4c2f-a140-8bab09395abd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 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-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor2", "OS::project_id": "73d554555cd74475a4ff1d104219c8e1", "OS::stack_id": "c3d34133-022d-495b-90b5-4198e1395bf7", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "security_group_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp", "subnet_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet", "net_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2", "inst1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "image2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "flavor1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor1", "image1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "stack_user_project_id": "c1ae735da43442098d43b95e660dc987", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:39:18Z", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c3d34133-022d-495b-90b5-4198e1395bf7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA64oOWV5WC5H71olplzNK8CGsbobIDbXiXBu2Me7XCYmUrp8q\n8WbIuz5Hvwo1ecLnuQzob0lXwMgLT0E8lbBi4v6knFhM0mF4N+FImXFqZJF42b1L\n1OkjJfy7PjjJU4W4L1X/fupi/pFsdBNpTk+L2/pi++7ONUtTnXOrmSscwus9KVRO\n53J6eIHGnK0Dw22y640cCftLkBgwImNBHZrFUsO1T3IrZitCbqrC2chMrRVMeEUG\nwpUHlEP/S6PaAq9dzZ4xnU77WYTPli417ftolYMoJPeUj+SVvwbRUzE50911knsW\nHqMQMeoEYWItnV90wdX7asBn47XM+nJo/u3VwwIDAQABAoIBAQC3DXsrX1J1+YWE\nbRS/6qAh0bnFyD/vz9xVA0BsvBcpFWCU+aSRKfV09+kggpmewKgAPBTkcFafv5hy\nhtvD5epkScy6qTFDC3c3zoDyp58s+5W1exVVKb8kRa9rowxsOe8z8pz3EMfQ2ko0\nR+W+c7nZQ1XsP+LIrnsUUhIZntTichwQpZY0hxe92A52qM4DawRV5z2HSttQhCxR\nQJo7u3sj6m69jwJtu5GLVRwtl82ecQH9wTBmKdl1j4vY27dULzCzrdmi/T630+Vv\n3cGyxXD9woWQnKyiaqBphGL/iemK6Ka2InqaPs4d8beSHjHJ0RTi6WQVNJmabtuq\nRN1Bh9WpAoGBAP5756BAnqojMqZo073ABAPi3Jh1K4TPizLAR4jhyClZXJGd2pyl\nDeSH1N5FhUXuWcdfnRK9zMfzYyljf0oPdtldxJmf0IU3HJlv5vvnD3cMNs7bhFxV\nehGKbYj0JZA5FX4l3WMWBDHfk31c/Zerzs6ftjz1I0qgJSwaUibck20/AoGBAOzx\nQpF/wx7Sp1wAM/uwi6g5TNT+QStvcgKJuavBxxW2S4mGWQbPzSMUmIugc1J3/Y6f\nRvYtnSkmLvNtwbxq30R5WMPri8W4FFugSyY4muRbSSU8G/vFwFrb7/orOILQLwLB\nIsUE0uC6/p3L+ZFvXyra/ydwW5+tyV0hr2wbKQJ9AoGAUCV1rWKslajAKuiYxwnS\nOecY0msUaZ9zl2g3H0T8ZQlfvfyY/Px+g5rDz7zVXFDUtZXHQj/EXrSoZkCPtiNo\nqsx9PmS2pz3UI/66IFuE41lVaZB4/xtsdlnCZX9+1Q0lV7VVI/+rEon3SWQf+cSC\nPVDPdCNAGiCVlG41sUeGpsECgYBB/P8ZHofs8aYCjVvs4MJEW5D2UMk9m5AY/Npk\n51bWySpIZs4sg3sSJg5F9K2pbhmDuwA8V3/JkgTJbuvh2bHMlC8QgW0v55Bj5ESJ\npIIezv2UDSWN/QkRROeUuKzIYcp17ewNCsbgJ7P5pnEe+/F5MfyVs0kRM4k9EsCU\nTwwg0QKBgQCopEzmTkkiCdwz553g7XB1bkavJlzxYSEkB3my61ItNokFjhlHTBXn\nc8CzpBCJE7vvd991fzlHoKw0gkY3bH8fA2BUdJdu7Lhyeysl1Pwkr5D5rhAn8PqF\nnHjGwS8KYrXYGoI77mDW/dZSQluSJ2vJ8A3tdpXFjIkf3Xz1xEN7mA==\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"}} 2019-01-20 13:39:33,310 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 used request id req-75cc3a3c-f944-4c2f-a140-8bab09395abd 2019-01-20 13:39:33,311 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:39:33,311 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:39:36,314 - create_stack - DEBUG - Stack status query timeout in 1182.6904881 2019-01-20 13:39:36,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/c3d34133-022d-495b-90b5-4198e1395bf7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:36,344 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:39:36 GMT Server: Apache x-openstack-request-id: req-ad6a7a34-3ac3-4872-9f3b-3f71ae1b919b Location: http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:39:36,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:36 GMT Server: Apache x-openstack-request-id: req-34090333-5c39-4f3b-a24e-34286ef57995 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 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-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor2", "OS::project_id": "73d554555cd74475a4ff1d104219c8e1", "OS::stack_id": "c3d34133-022d-495b-90b5-4198e1395bf7", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "security_group_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp", "subnet_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet", "net_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2", "inst1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "image2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "flavor1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor1", "image1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "stack_user_project_id": "c1ae735da43442098d43b95e660dc987", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:39:18Z", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c3d34133-022d-495b-90b5-4198e1395bf7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA64oOWV5WC5H71olplzNK8CGsbobIDbXiXBu2Me7XCYmUrp8q\n8WbIuz5Hvwo1ecLnuQzob0lXwMgLT0E8lbBi4v6knFhM0mF4N+FImXFqZJF42b1L\n1OkjJfy7PjjJU4W4L1X/fupi/pFsdBNpTk+L2/pi++7ONUtTnXOrmSscwus9KVRO\n53J6eIHGnK0Dw22y640cCftLkBgwImNBHZrFUsO1T3IrZitCbqrC2chMrRVMeEUG\nwpUHlEP/S6PaAq9dzZ4xnU77WYTPli417ftolYMoJPeUj+SVvwbRUzE50911knsW\nHqMQMeoEYWItnV90wdX7asBn47XM+nJo/u3VwwIDAQABAoIBAQC3DXsrX1J1+YWE\nbRS/6qAh0bnFyD/vz9xVA0BsvBcpFWCU+aSRKfV09+kggpmewKgAPBTkcFafv5hy\nhtvD5epkScy6qTFDC3c3zoDyp58s+5W1exVVKb8kRa9rowxsOe8z8pz3EMfQ2ko0\nR+W+c7nZQ1XsP+LIrnsUUhIZntTichwQpZY0hxe92A52qM4DawRV5z2HSttQhCxR\nQJo7u3sj6m69jwJtu5GLVRwtl82ecQH9wTBmKdl1j4vY27dULzCzrdmi/T630+Vv\n3cGyxXD9woWQnKyiaqBphGL/iemK6Ka2InqaPs4d8beSHjHJ0RTi6WQVNJmabtuq\nRN1Bh9WpAoGBAP5756BAnqojMqZo073ABAPi3Jh1K4TPizLAR4jhyClZXJGd2pyl\nDeSH1N5FhUXuWcdfnRK9zMfzYyljf0oPdtldxJmf0IU3HJlv5vvnD3cMNs7bhFxV\nehGKbYj0JZA5FX4l3WMWBDHfk31c/Zerzs6ftjz1I0qgJSwaUibck20/AoGBAOzx\nQpF/wx7Sp1wAM/uwi6g5TNT+QStvcgKJuavBxxW2S4mGWQbPzSMUmIugc1J3/Y6f\nRvYtnSkmLvNtwbxq30R5WMPri8W4FFugSyY4muRbSSU8G/vFwFrb7/orOILQLwLB\nIsUE0uC6/p3L+ZFvXyra/ydwW5+tyV0hr2wbKQJ9AoGAUCV1rWKslajAKuiYxwnS\nOecY0msUaZ9zl2g3H0T8ZQlfvfyY/Px+g5rDz7zVXFDUtZXHQj/EXrSoZkCPtiNo\nqsx9PmS2pz3UI/66IFuE41lVaZB4/xtsdlnCZX9+1Q0lV7VVI/+rEon3SWQf+cSC\nPVDPdCNAGiCVlG41sUeGpsECgYBB/P8ZHofs8aYCjVvs4MJEW5D2UMk9m5AY/Npk\n51bWySpIZs4sg3sSJg5F9K2pbhmDuwA8V3/JkgTJbuvh2bHMlC8QgW0v55Bj5ESJ\npIIezv2UDSWN/QkRROeUuKzIYcp17ewNCsbgJ7P5pnEe+/F5MfyVs0kRM4k9EsCU\nTwwg0QKBgQCopEzmTkkiCdwz553g7XB1bkavJlzxYSEkB3my61ItNokFjhlHTBXn\nc8CzpBCJE7vvd991fzlHoKw0gkY3bH8fA2BUdJdu7Lhyeysl1Pwkr5D5rhAn8PqF\nnHjGwS8KYrXYGoI77mDW/dZSQluSJ2vJ8A3tdpXFjIkf3Xz1xEN7mA==\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"}} 2019-01-20 13:39:36,519 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 used request id req-34090333-5c39-4f3b-a24e-34286ef57995 2019-01-20 13:39:36,519 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:39:36,519 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:39:39,523 - create_stack - DEBUG - Stack status query timeout in 1179.48218107 2019-01-20 13:39:39,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/c3d34133-022d-495b-90b5-4198e1395bf7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:39,552 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:39:39 GMT Server: Apache x-openstack-request-id: req-7fb32e25-72fe-46b1-a5b7-f3dfd2dfb52c Location: http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:39:39,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:39 GMT Server: Apache x-openstack-request-id: req-78bf4000-d162-4a50-91f0-ab114d22321c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 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-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor2", "OS::project_id": "73d554555cd74475a4ff1d104219c8e1", "OS::stack_id": "c3d34133-022d-495b-90b5-4198e1395bf7", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "security_group_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp", "subnet_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet", "net_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2", "inst1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "image2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "flavor1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor1", "image1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "stack_user_project_id": "c1ae735da43442098d43b95e660dc987", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:39:18Z", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c3d34133-022d-495b-90b5-4198e1395bf7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA64oOWV5WC5H71olplzNK8CGsbobIDbXiXBu2Me7XCYmUrp8q\n8WbIuz5Hvwo1ecLnuQzob0lXwMgLT0E8lbBi4v6knFhM0mF4N+FImXFqZJF42b1L\n1OkjJfy7PjjJU4W4L1X/fupi/pFsdBNpTk+L2/pi++7ONUtTnXOrmSscwus9KVRO\n53J6eIHGnK0Dw22y640cCftLkBgwImNBHZrFUsO1T3IrZitCbqrC2chMrRVMeEUG\nwpUHlEP/S6PaAq9dzZ4xnU77WYTPli417ftolYMoJPeUj+SVvwbRUzE50911knsW\nHqMQMeoEYWItnV90wdX7asBn47XM+nJo/u3VwwIDAQABAoIBAQC3DXsrX1J1+YWE\nbRS/6qAh0bnFyD/vz9xVA0BsvBcpFWCU+aSRKfV09+kggpmewKgAPBTkcFafv5hy\nhtvD5epkScy6qTFDC3c3zoDyp58s+5W1exVVKb8kRa9rowxsOe8z8pz3EMfQ2ko0\nR+W+c7nZQ1XsP+LIrnsUUhIZntTichwQpZY0hxe92A52qM4DawRV5z2HSttQhCxR\nQJo7u3sj6m69jwJtu5GLVRwtl82ecQH9wTBmKdl1j4vY27dULzCzrdmi/T630+Vv\n3cGyxXD9woWQnKyiaqBphGL/iemK6Ka2InqaPs4d8beSHjHJ0RTi6WQVNJmabtuq\nRN1Bh9WpAoGBAP5756BAnqojMqZo073ABAPi3Jh1K4TPizLAR4jhyClZXJGd2pyl\nDeSH1N5FhUXuWcdfnRK9zMfzYyljf0oPdtldxJmf0IU3HJlv5vvnD3cMNs7bhFxV\nehGKbYj0JZA5FX4l3WMWBDHfk31c/Zerzs6ftjz1I0qgJSwaUibck20/AoGBAOzx\nQpF/wx7Sp1wAM/uwi6g5TNT+QStvcgKJuavBxxW2S4mGWQbPzSMUmIugc1J3/Y6f\nRvYtnSkmLvNtwbxq30R5WMPri8W4FFugSyY4muRbSSU8G/vFwFrb7/orOILQLwLB\nIsUE0uC6/p3L+ZFvXyra/ydwW5+tyV0hr2wbKQJ9AoGAUCV1rWKslajAKuiYxwnS\nOecY0msUaZ9zl2g3H0T8ZQlfvfyY/Px+g5rDz7zVXFDUtZXHQj/EXrSoZkCPtiNo\nqsx9PmS2pz3UI/66IFuE41lVaZB4/xtsdlnCZX9+1Q0lV7VVI/+rEon3SWQf+cSC\nPVDPdCNAGiCVlG41sUeGpsECgYBB/P8ZHofs8aYCjVvs4MJEW5D2UMk9m5AY/Npk\n51bWySpIZs4sg3sSJg5F9K2pbhmDuwA8V3/JkgTJbuvh2bHMlC8QgW0v55Bj5ESJ\npIIezv2UDSWN/QkRROeUuKzIYcp17ewNCsbgJ7P5pnEe+/F5MfyVs0kRM4k9EsCU\nTwwg0QKBgQCopEzmTkkiCdwz553g7XB1bkavJlzxYSEkB3my61ItNokFjhlHTBXn\nc8CzpBCJE7vvd991fzlHoKw0gkY3bH8fA2BUdJdu7Lhyeysl1Pwkr5D5rhAn8PqF\nnHjGwS8KYrXYGoI77mDW/dZSQluSJ2vJ8A3tdpXFjIkf3Xz1xEN7mA==\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"}} 2019-01-20 13:39:39,726 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 used request id req-78bf4000-d162-4a50-91f0-ab114d22321c 2019-01-20 13:39:39,727 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:39:39,727 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:39:42,730 - create_stack - DEBUG - Stack status query timeout in 1176.27448702 2019-01-20 13:39:42,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/c3d34133-022d-495b-90b5-4198e1395bf7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:42,927 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:39:42 GMT Server: Apache x-openstack-request-id: req-4fb8f95a-66d2-4cc0-b87d-4f49c04ec2bb Location: http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:39:43,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:42 GMT Server: Apache x-openstack-request-id: req-1c580689-992d-40c5-a0c1-2cfee0692507 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": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor2", "OS::project_id": "73d554555cd74475a4ff1d104219c8e1", "OS::stack_id": "c3d34133-022d-495b-90b5-4198e1395bf7", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "security_group_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp", "subnet_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet", "net_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2", "inst1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "image2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "flavor1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor1", "image1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "stack_user_project_id": "c1ae735da43442098d43b95e660dc987", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:39:18Z", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c3d34133-022d-495b-90b5-4198e1395bf7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA64oOWV5WC5H71olplzNK8CGsbobIDbXiXBu2Me7XCYmUrp8q\n8WbIuz5Hvwo1ecLnuQzob0lXwMgLT0E8lbBi4v6knFhM0mF4N+FImXFqZJF42b1L\n1OkjJfy7PjjJU4W4L1X/fupi/pFsdBNpTk+L2/pi++7ONUtTnXOrmSscwus9KVRO\n53J6eIHGnK0Dw22y640cCftLkBgwImNBHZrFUsO1T3IrZitCbqrC2chMrRVMeEUG\nwpUHlEP/S6PaAq9dzZ4xnU77WYTPli417ftolYMoJPeUj+SVvwbRUzE50911knsW\nHqMQMeoEYWItnV90wdX7asBn47XM+nJo/u3VwwIDAQABAoIBAQC3DXsrX1J1+YWE\nbRS/6qAh0bnFyD/vz9xVA0BsvBcpFWCU+aSRKfV09+kggpmewKgAPBTkcFafv5hy\nhtvD5epkScy6qTFDC3c3zoDyp58s+5W1exVVKb8kRa9rowxsOe8z8pz3EMfQ2ko0\nR+W+c7nZQ1XsP+LIrnsUUhIZntTichwQpZY0hxe92A52qM4DawRV5z2HSttQhCxR\nQJo7u3sj6m69jwJtu5GLVRwtl82ecQH9wTBmKdl1j4vY27dULzCzrdmi/T630+Vv\n3cGyxXD9woWQnKyiaqBphGL/iemK6Ka2InqaPs4d8beSHjHJ0RTi6WQVNJmabtuq\nRN1Bh9WpAoGBAP5756BAnqojMqZo073ABAPi3Jh1K4TPizLAR4jhyClZXJGd2pyl\nDeSH1N5FhUXuWcdfnRK9zMfzYyljf0oPdtldxJmf0IU3HJlv5vvnD3cMNs7bhFxV\nehGKbYj0JZA5FX4l3WMWBDHfk31c/Zerzs6ftjz1I0qgJSwaUibck20/AoGBAOzx\nQpF/wx7Sp1wAM/uwi6g5TNT+QStvcgKJuavBxxW2S4mGWQbPzSMUmIugc1J3/Y6f\nRvYtnSkmLvNtwbxq30R5WMPri8W4FFugSyY4muRbSSU8G/vFwFrb7/orOILQLwLB\nIsUE0uC6/p3L+ZFvXyra/ydwW5+tyV0hr2wbKQJ9AoGAUCV1rWKslajAKuiYxwnS\nOecY0msUaZ9zl2g3H0T8ZQlfvfyY/Px+g5rDz7zVXFDUtZXHQj/EXrSoZkCPtiNo\nqsx9PmS2pz3UI/66IFuE41lVaZB4/xtsdlnCZX9+1Q0lV7VVI/+rEon3SWQf+cSC\nPVDPdCNAGiCVlG41sUeGpsECgYBB/P8ZHofs8aYCjVvs4MJEW5D2UMk9m5AY/Npk\n51bWySpIZs4sg3sSJg5F9K2pbhmDuwA8V3/JkgTJbuvh2bHMlC8QgW0v55Bj5ESJ\npIIezv2UDSWN/QkRROeUuKzIYcp17ewNCsbgJ7P5pnEe+/F5MfyVs0kRM4k9EsCU\nTwwg0QKBgQCopEzmTkkiCdwz553g7XB1bkavJlzxYSEkB3my61ItNokFjhlHTBXn\nc8CzpBCJE7vvd991fzlHoKw0gkY3bH8fA2BUdJdu7Lhyeysl1Pwkr5D5rhAn8PqF\nnHjGwS8KYrXYGoI77mDW/dZSQluSJ2vJ8A3tdpXFjIkf3Xz1xEN7mA==\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"}} 2019-01-20 13:39:43,256 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 used request id req-1c580689-992d-40c5-a0c1-2cfee0692507 2019-01-20 13:39:43,257 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-20 13:39:43,257 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack 2019-01-20 13:39:43,257 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack 2019-01-20 13:39:43,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/c3d34133-022d-495b-90b5-4198e1395bf7/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:43,435 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:39:43 GMT Server: Apache x-openstack-request-id: req-60f53a4a-cf2f-4240-ac81-95d8ae40e9e9 Location: http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:39:43,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:43 GMT Server: Apache x-openstack-request-id: req-f61e4ea4-3938-4079-92fc-4a2d229d843c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1055 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "f7e41e2a-1403-4e24-9c12-14f65b65015f", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "01271c00-90c9-4cba-87e0-d22627103cce", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/network", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "0b584952-bd1b-47e8-ad76-cbd9338d282d", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "3c126682-14e2-4a15-b109-1ed00e290c18", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "45333713-405c-445b-91ce-955f67e3e8b0", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "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.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd:subnet_id=2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "39588214-928a-432b-95f1-45dbe522d313", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9641f61b-46a3-416a-b96f-8b6982550929", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/port1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "f0e48300-3f78-49ef-ba3d-79290ffe2b18", "resource_type": "OS::Neutron::Port"}]} 2019-01-20 13:39:43,681 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources used request id req-f61e4ea4-3938-4079-92fc-4a2d229d843c 2019-01-20 13:39:43,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/39588214-928a-432b-95f1-45dbe522d313 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:44,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39: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-5360978d-44a2-40e6-a96a-2b74c1741742 x-compute-request-id: req-5360978d-44a2-40e6-a96a-2b74c1741742 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:89:cc", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:89:cc", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/39588214-928a-432b-95f1-45dbe522d313", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/39588214-928a-432b-95f1-45dbe522d313", "rel": "bookmark"}], "image": {"id": "063404f3-1a1e-4a36-b1e7-86f733d67b59", "links": [{"href": "http://172.30.9.22:8774/images/063404f3-1a1e-4a36-b1e7-86f733d67b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000110", "OS-SRV-USG:launched_at": "2019-01-20T13:39:36.000000", "flavor": {"id": "01271c00-90c9-4cba-87e0-d22627103cce", "links": [{"href": "http://172.30.9.22:8774/flavors/01271c00-90c9-4cba-87e0-d22627103cce", "rel": "bookmark"}]}, "id": "39588214-928a-432b-95f1-45dbe522d313", "security_groups": [{"name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp"}], "user_id": "77a5b059105b48ae9eae2dae351a305b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:39:37Z", "hostId": "ce9b8c68d77fab64267afd24480c1d390195bb4f528646dc51485efc", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "created": "2019-01-20T13:39:29Z", "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:39:44,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/39588214-928a-432b-95f1-45dbe522d313 used request id req-5360978d-44a2-40e6-a96a-2b74c1741742 2019-01-20 13:39:44,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:44,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ee085093-2ca7-46fa-926a-81b4f6007007 Date: Sun, 20 Jan 2019 13:39:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","subnets":["2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457"],"description":"","tags":[],"updated_at":"2019-01-20T13:39:25Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net","admin_state_up":true,"tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:24Z","provider:network_type":"vxlan"}]} 2019-01-20 13:39:44,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net used request id req-ee085093-2ca7-46fa-926a-81b4f6007007 2019-01-20 13:39:44,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:39:44,905 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:39:44,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:44,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e293d29-8a3e-41c5-99b4-41097758eb43 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1"}, "enabled": true, "id": "73d554555cd74475a4ff1d104219c8e1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}} 2019-01-20 13:39:44,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 used request id req-4e293d29-8a3e-41c5-99b4-41097758eb43 2019-01-20 13:39:44,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:45,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-fdc98f77-a170-44f7-962e-11eb400584f4 Date: Sun, 20 Jan 2019 13:39:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39:25Z","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":"73d554555cd74475a4ff1d104219c8e1","id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","subnetpool_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet"}]} 2019-01-20 13:39:45,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-fdc98f77-a170-44f7-962e-11eb400584f4 2019-01-20 13:39:45,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:45,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-70005804-7eb9-4d22-88ba-2869e38c490f Date: Sun, 20 Jan 2019 13:39:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.1"}],"id":"4ef9c2e2-7a82-4518-b3a7-3fdd788ad10b","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:33:30","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:27Z","binding:vnic_type":"normal","device_id":"fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.9"}],"id":"50d592cb-9917-4e93-93b7-e466c92ced21","security_groups":["6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:70:69","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:29Z","binding:vnic_type":"normal","device_id":"9641f61b-46a3-416a-b96f-8b6982550929"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.4"}],"id":"7984a416-53f6-401b-999d-7e28fae7053a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:08:69","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.2"}],"id":"defb1bb8-e2cf-453e-aeca-3b4c4386243a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:ec:34","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.3"}],"id":"eb971c51-d91c-4b72-a8cd-f44b35169d2e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:77:a8","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.6"}],"id":"f0e48300-3f78-49ef-ba3d-79290ffe2b18","security_groups":["3c126682-14e2-4a15-b109-1ed00e290c18"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ff:89:cc","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack-port1-rrvwadwdbnmc","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal","device_id":"39588214-928a-432b-95f1-45dbe522d313"}]} 2019-01-20 13:39:45,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-70005804-7eb9-4d22-88ba-2869e38c490f 2019-01-20 13:39:45,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/9641f61b-46a3-416a-b96f-8b6982550929 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:45,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39: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-42a8e4e7-8a5a-4a59-9a03-c6eb34f86483 x-compute-request-id: req-42a8e4e7-8a5a-4a59-9a03-c6eb34f86483 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:70:69", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9641f61b-46a3-416a-b96f-8b6982550929", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9641f61b-46a3-416a-b96f-8b6982550929", "rel": "bookmark"}], "image": {"id": "063404f3-1a1e-4a36-b1e7-86f733d67b59", "links": [{"href": "http://172.30.9.22:8774/images/063404f3-1a1e-4a36-b1e7-86f733d67b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010d", "OS-SRV-USG:launched_at": "2019-01-20T13:39:34.000000", "flavor": {"id": "f7e41e2a-1403-4e24-9c12-14f65b65015f", "links": [{"href": "http://172.30.9.22:8774/flavors/f7e41e2a-1403-4e24-9c12-14f65b65015f", "rel": "bookmark"}]}, "id": "9641f61b-46a3-416a-b96f-8b6982550929", "security_groups": [{"name": "default"}], "user_id": "77a5b059105b48ae9eae2dae351a305b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:39:35Z", "hostId": "2f14f587b7b3fe610aed58ab0eb48469e05bb49ac9bcea7574654ca5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2", "created": "2019-01-20T13:39:28Z", "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:39:45,733 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/9641f61b-46a3-416a-b96f-8b6982550929 used request id req-42a8e4e7-8a5a-4a59-9a03-c6eb34f86483 2019-01-20 13:39:45,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:45,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-00027df6-94fc-4ea4-b4a7-4af0b326ded3 Date: Sun, 20 Jan 2019 13:39:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","subnets":["2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457"],"description":"","tags":[],"updated_at":"2019-01-20T13:39:25Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net","admin_state_up":true,"tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:24Z","provider:network_type":"vxlan"}]} 2019-01-20 13:39:45,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net used request id req-00027df6-94fc-4ea4-b4a7-4af0b326ded3 2019-01-20 13:39:45,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:45,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36dbd019-2306-4c68-9c58-6672de79d2ef Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1"}, "enabled": true, "id": "73d554555cd74475a4ff1d104219c8e1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}} 2019-01-20 13:39:45,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 used request id req-36dbd019-2306-4c68-9c58-6672de79d2ef 2019-01-20 13:39:45,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:45,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-52c1d48d-8c44-46b5-bf70-02e936cbbf86 Date: Sun, 20 Jan 2019 13:39:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39:25Z","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":"73d554555cd74475a4ff1d104219c8e1","id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","subnetpool_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet"}]} 2019-01-20 13:39:45,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-52c1d48d-8c44-46b5-bf70-02e936cbbf86 2019-01-20 13:39:45,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:46,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-cf3d1e5d-b75e-4c92-806f-5d60108f61b4 Date: Sun, 20 Jan 2019 13:39:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.1"}],"id":"4ef9c2e2-7a82-4518-b3a7-3fdd788ad10b","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:33:30","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:27Z","binding:vnic_type":"normal","device_id":"fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.9"}],"id":"50d592cb-9917-4e93-93b7-e466c92ced21","security_groups":["6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:70:69","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:29Z","binding:vnic_type":"normal","device_id":"9641f61b-46a3-416a-b96f-8b6982550929"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.4"}],"id":"7984a416-53f6-401b-999d-7e28fae7053a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:08:69","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.2"}],"id":"defb1bb8-e2cf-453e-aeca-3b4c4386243a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:ec:34","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.3"}],"id":"eb971c51-d91c-4b72-a8cd-f44b35169d2e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:77:a8","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.6"}],"id":"f0e48300-3f78-49ef-ba3d-79290ffe2b18","security_groups":["3c126682-14e2-4a15-b109-1ed00e290c18"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ff:89:cc","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack-port1-rrvwadwdbnmc","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal","device_id":"39588214-928a-432b-95f1-45dbe522d313"}]} 2019-01-20 13:39:46,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-cf3d1e5d-b75e-4c92-806f-5d60108f61b4 2019-01-20 13:39:46,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/c3d34133-022d-495b-90b5-4198e1395bf7/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:46,214 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:39:46 GMT Server: Apache x-openstack-request-id: req-a18a6371-a7dc-46ca-85c0-66f9a3e92d85 Location: http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:39:46,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:46 GMT Server: Apache x-openstack-request-id: req-1f0e192d-d635-4e0c-a03d-4a01b8be27e6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1053 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "f7e41e2a-1403-4e24-9c12-14f65b65015f", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "01271c00-90c9-4cba-87e0-d22627103cce", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/network", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "0b584952-bd1b-47e8-ad76-cbd9338d282d", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "3c126682-14e2-4a15-b109-1ed00e290c18", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "45333713-405c-445b-91ce-955f67e3e8b0", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "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.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd:subnet_id=2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "39588214-928a-432b-95f1-45dbe522d313", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9641f61b-46a3-416a-b96f-8b6982550929", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources/port1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-20T13:39:18Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:39:18Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "f0e48300-3f78-49ef-ba3d-79290ffe2b18", "resource_type": "OS::Neutron::Port"}]} 2019-01-20 13:39:46,493 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7/resources used request id req-1f0e192d-d635-4e0c-a03d-4a01b8be27e6 2019-01-20 13:39:46,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/01271c00-90c9-4cba-87e0-d22627103cce -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:46,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39: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-65435a69-2820-4df1-ac86-9fab7c12d5e3 x-compute-request-id: req-65435a69-2820-4df1-ac86-9fab7c12d5e3 Content-Encoding: gzip Content-Length: 336 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/01271c00-90c9-4cba-87e0-d22627103cce", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/01271c00-90c9-4cba-87e0-d22627103cce", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "01271c00-90c9-4cba-87e0-d22627103cce", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack-flavor1-cfb2k3dbdjpf", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:39:46,518 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/01271c00-90c9-4cba-87e0-d22627103cce used request id req-65435a69-2820-4df1-ac86-9fab7c12d5e3 2019-01-20 13:39:46,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:46,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-1eff795b-1db5-4776-b099-11d34d6a814a Date: Sun, 20 Jan 2019 13:39:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39:25Z","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":"73d554555cd74475a4ff1d104219c8e1","id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","subnetpool_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet"}} 2019-01-20 13:39:46,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457 used request id req-1eff795b-1db5-4776-b099-11d34d6a814a 2019-01-20 13:39:46,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:46,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-d8a82158-d807-4526-9bf2-268f3b76803b Date: Sun, 20 Jan 2019 13:39:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","subnets":["2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457"],"description":"","tags":[],"updated_at":"2019-01-20T13:39:25Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net","admin_state_up":true,"tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:24Z","provider:network_type":"vxlan"}]} 2019-01-20 13:39:46,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-d8a82158-d807-4526-9bf2-268f3b76803b 2019-01-20 13:39:46,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:46,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-028efed0-8074-42d7-90ed-d3bfa1228fa9 Date: Sun, 20 Jan 2019 13:39:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39:25Z","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":"73d554555cd74475a4ff1d104219c8e1","id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","subnetpool_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet"}]} 2019-01-20 13:39:46,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-028efed0-8074-42d7-90ed-d3bfa1228fa9 2019-01-20 13:39:46,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:46,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7126dca9-4d23-4595-98c1-25d1bf4cc431 Date: Sun, 20 Jan 2019 13:39:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","subnets":["2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457"],"description":"","tags":[],"updated_at":"2019-01-20T13:39:25Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net","admin_state_up":true,"tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:24Z","provider:network_type":"vxlan"}]} 2019-01-20 13:39:46,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net used request id req-7126dca9-4d23-4595-98c1-25d1bf4cc431 2019-01-20 13:39:46,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:46,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3223f02-1eb1-40bf-8693-ecfc1c6a70b4 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1"}, "enabled": true, "id": "73d554555cd74475a4ff1d104219c8e1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}} 2019-01-20 13:39:46,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 used request id req-b3223f02-1eb1-40bf-8693-ecfc1c6a70b4 2019-01-20 13:39:46,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:46,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b11db182-7aa1-441c-b3f2-3911a91a512a Date: Sun, 20 Jan 2019 13:39:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39:25Z","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":"73d554555cd74475a4ff1d104219c8e1","id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","subnetpool_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet"}]} 2019-01-20 13:39:46,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-b11db182-7aa1-441c-b3f2-3911a91a512a 2019-01-20 13:39:46,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d&mac_address=fa%3A16%3A3e%3Aff%3A89%3Acc&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack-port1-rrvwadwdbnmc&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:47,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-8047e97e-06d6-41aa-bd09-abf8e30a1cdf Date: Sun, 20 Jan 2019 13:39:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.6"}],"id":"f0e48300-3f78-49ef-ba3d-79290ffe2b18","security_groups":["3c126682-14e2-4a15-b109-1ed00e290c18"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ff:89:cc","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack-port1-rrvwadwdbnmc","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal","device_id":"39588214-928a-432b-95f1-45dbe522d313"}]} 2019-01-20 13:39:47,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d&mac_address=fa%3A16%3A3e%3Aff%3A89%3Acc&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack-port1-rrvwadwdbnmc&admin_state_up=True used request id req-8047e97e-06d6-41aa-bd09-abf8e30a1cdf 2019-01-20 13:39:47,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:47,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-734e9231-f16c-40a2-8468-f5f50eccc369 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1"}, "enabled": true, "id": "73d554555cd74475a4ff1d104219c8e1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}} 2019-01-20 13:39:47,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 used request id req-734e9231-f16c-40a2-8468-f5f50eccc369 2019-01-20 13:39:47,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:47,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-5944d4f2-ae1f-4322-9d13-f00669f54c4d Date: Sun, 20 Jan 2019 13:39:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","subnets":["2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457"],"description":"","tags":[],"updated_at":"2019-01-20T13:39:25Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net","admin_state_up":true,"tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:24Z","provider:network_type":"vxlan"}]} 2019-01-20 13:39:47,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net used request id req-5944d4f2-ae1f-4322-9d13-f00669f54c4d 2019-01-20 13:39:47,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:47,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1d13f04c-be53-41aa-9cff-2bf89e068ebf Date: Sun, 20 Jan 2019 13:39:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39:25Z","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":"73d554555cd74475a4ff1d104219c8e1","id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","subnetpool_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet"}]} 2019-01-20 13:39:47,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-1d13f04c-be53-41aa-9cff-2bf89e068ebf 2019-01-20 13:39:47,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:47,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-f3294c1c-f169-4c03-9e2f-738bb4d60196 Date: Sun, 20 Jan 2019 13:39:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.1"}],"id":"4ef9c2e2-7a82-4518-b3a7-3fdd788ad10b","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:33:30","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:27Z","binding:vnic_type":"normal","device_id":"fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.9"}],"id":"50d592cb-9917-4e93-93b7-e466c92ced21","security_groups":["6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:70:69","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:29Z","binding:vnic_type":"normal","device_id":"9641f61b-46a3-416a-b96f-8b6982550929"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.4"}],"id":"7984a416-53f6-401b-999d-7e28fae7053a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:08:69","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.2"}],"id":"defb1bb8-e2cf-453e-aeca-3b4c4386243a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:ec:34","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.3"}],"id":"eb971c51-d91c-4b72-a8cd-f44b35169d2e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:77:a8","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.6"}],"id":"f0e48300-3f78-49ef-ba3d-79290ffe2b18","security_groups":["3c126682-14e2-4a15-b109-1ed00e290c18"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ff:89:cc","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack-port1-rrvwadwdbnmc","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal","device_id":"39588214-928a-432b-95f1-45dbe522d313"}]} 2019-01-20 13:39:47,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-f3294c1c-f169-4c03-9e2f-738bb4d60196 2019-01-20 13:39:47,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:47,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-ef4606f7-a2e1-4c59-a837-76c96084aa59 Date: Sun, 20 Jan 2019 13:39:47 GMT RESP BODY: {"floatingips": [{"router_id": "fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "created_at": "2019-01-20T13:39:26Z", "updated_at": "2019-01-20T13:39:29Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "10.1.2.6", "floating_ip_address": "172.30.9.205", "revision_number": 1, "project_id": "73d554555cd74475a4ff1d104219c8e1", "port_id": "f0e48300-3f78-49ef-ba3d-79290ffe2b18", "id": "45333713-405c-445b-91ce-955f67e3e8b0"}]} 2019-01-20 13:39:47,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-ef4606f7-a2e1-4c59-a837-76c96084aa59 2019-01-20 13:39:47,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:47,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-60bc501c-28dd-45a0-9609-6d11f9841791 Date: Sun, 20 Jan 2019 13:39:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "created_at": "2019-01-20T13:39:20Z", "admin_state_up": true, "updated_at": "2019-01-20T13:39:27Z", "project_id": "73d554555cd74475a4ff1d104219c8e1", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd", "name": "mgmt_router"}} 2019-01-20 13:39:47,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd used request id req-60bc501c-28dd-45a0-9609-6d11f9841791 2019-01-20 13:39:47,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:47,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4544 X-Openstack-Request-Id: req-92a92b50-d837-4eaf-a7da-8c15b891c10a Date: Sun, 20 Jan 2019 13:39:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:27Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"533a068b-a559-4f55-8eb5-83261ca173f5","ip_address":"169.254.192.11"}],"id":"200623fc-3c0d-497a-9bbe-dd18a8e72fec","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:34:f1","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 73d554555cd74475a4ff1d104219c8e1","admin_state_up":true,"network_id":"a3a4aa2a-587b-4ba6-8c37-e9ac306c9d45","tenant_id":"","created_at":"2019-01-20T13:39:22Z","binding:vnic_type":"normal","device_id":"fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.1"}],"id":"4ef9c2e2-7a82-4518-b3a7-3fdd788ad10b","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:33:30","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:27Z","binding:vnic_type":"normal","device_id":"fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:40Z","device_owner":"network:router_gateway","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.209"}],"id":"7891043a-69b8-46df-9d8a-7f596dd3efe3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:89:7c:c3","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":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"","created_at":"2019-01-20T13:39:20Z","binding:vnic_type":"normal","device_id":"fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:27Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"533a068b-a559-4f55-8eb5-83261ca173f5","ip_address":"169.254.192.3"}],"id":"9bbfc810-b338-495c-b34d-68a24dc73a89","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:79:13:af","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 73d554555cd74475a4ff1d104219c8e1","admin_state_up":true,"network_id":"a3a4aa2a-587b-4ba6-8c37-e9ac306c9d45","tenant_id":"","created_at":"2019-01-20T13:39:21Z","binding:vnic_type":"normal","device_id":"fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:28Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"533a068b-a559-4f55-8eb5-83261ca173f5","ip_address":"169.254.192.7"}],"id":"c7e66ef1-b4e6-4014-b662-4b74d6bfb787","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:5a:24","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 73d554555cd74475a4ff1d104219c8e1","admin_state_up":true,"network_id":"a3a4aa2a-587b-4ba6-8c37-e9ac306c9d45","tenant_id":"","created_at":"2019-01-20T13:39:23Z","binding:vnic_type":"normal","device_id":"fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd"}]} 2019-01-20 13:39:47,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd used request id req-92a92b50-d837-4eaf-a7da-8c15b891c10a 2019-01-20 13:39:47,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:47,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-5ac199bb-00e0-4a22-9ec5-4495805f40c9 Date: Sun, 20 Jan 2019 13:39:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 13:39:47,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-5ac199bb-00e0-4a22-9ec5-4495805f40c9 2019-01-20 13:39:47,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/533a068b-a559-4f55-8eb5-83261ca173f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:47,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9e876bc5-eaf2-44ea-be76-6a5d9051e946 Date: Sun, 20 Jan 2019 13:39:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a3a4aa2a-587b-4ba6-8c37-e9ac306c9d45","tenant_id":"","created_at":"2019-01-20T13:39:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39: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":"533a068b-a559-4f55-8eb5-83261ca173f5","subnetpool_id":null,"name":"HA subnet tenant 73d554555cd74475a4ff1d104219c8e1"}} 2019-01-20 13:39:47,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/533a068b-a559-4f55-8eb5-83261ca173f5 used request id req-9e876bc5-eaf2-44ea-be76-6a5d9051e946 2019-01-20 13:39:47,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/533a068b-a559-4f55-8eb5-83261ca173f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:47,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a9741ee4-452b-4220-949b-2a0d5891605d Date: Sun, 20 Jan 2019 13:39:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a3a4aa2a-587b-4ba6-8c37-e9ac306c9d45","tenant_id":"","created_at":"2019-01-20T13:39:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39: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":"533a068b-a559-4f55-8eb5-83261ca173f5","subnetpool_id":null,"name":"HA subnet tenant 73d554555cd74475a4ff1d104219c8e1"}} 2019-01-20 13:39:47,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/533a068b-a559-4f55-8eb5-83261ca173f5 used request id req-a9741ee4-452b-4220-949b-2a0d5891605d 2019-01-20 13:39:47,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/533a068b-a559-4f55-8eb5-83261ca173f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:47,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b9434cb8-ea01-4861-9b3e-6cd4421e1f19 Date: Sun, 20 Jan 2019 13:39:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a3a4aa2a-587b-4ba6-8c37-e9ac306c9d45","tenant_id":"","created_at":"2019-01-20T13:39:19Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39: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":"533a068b-a559-4f55-8eb5-83261ca173f5","subnetpool_id":null,"name":"HA subnet tenant 73d554555cd74475a4ff1d104219c8e1"}} 2019-01-20 13:39:47,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/533a068b-a559-4f55-8eb5-83261ca173f5 used request id req-b9434cb8-ea01-4861-9b3e-6cd4421e1f19 2019-01-20 13:39:47,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:47,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-0b0bd7f7-ed89-457c-9d09-f8bdd351989f Date: Sun, 20 Jan 2019 13:39:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39:25Z","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":"73d554555cd74475a4ff1d104219c8e1","id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","subnetpool_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet"}} 2019-01-20 13:39:47,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457 used request id req-0b0bd7f7-ed89-457c-9d09-f8bdd351989f 2019-01-20 13:39:47,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports/f0e48300-3f78-49ef-ba3d-79290ffe2b18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:47,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1070 X-Openstack-Request-Id: req-8e59f4b9-045a-4d8c-990e-850e90bc58a5 Date: Sun, 20 Jan 2019 13:39:47 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.6"}],"id":"f0e48300-3f78-49ef-ba3d-79290ffe2b18","security_groups":["3c126682-14e2-4a15-b109-1ed00e290c18"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ff:89:cc","device_id":"39588214-928a-432b-95f1-45dbe522d313","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack-port1-rrvwadwdbnmc","project_id":"73d554555cd74475a4ff1d104219c8e1","qos_policy_id":null,"admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal"}} 2019-01-20 13:39:47,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports/f0e48300-3f78-49ef-ba3d-79290ffe2b18 used request id req-8e59f4b9-045a-4d8c-990e-850e90bc58a5 2019-01-20 13:39:47,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:47,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-aa8465e1-7412-4c94-a9fd-bd39202b854a Date: Sun, 20 Jan 2019 13:39:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39:25Z","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":"73d554555cd74475a4ff1d104219c8e1","id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","subnetpool_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet"}} 2019-01-20 13:39:47,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457 used request id req-aa8465e1-7412-4c94-a9fd-bd39202b854a 2019-01-20 13:39:47,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:48,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-99e82d2d-5164-420d-aabc-645a1530c14e Date: Sun, 20 Jan 2019 13:39:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:39:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:39:13Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/063404f3-1a1e-4a36-b1e7-86f733d67b59/snap", "metadata": {}}], "self": "/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59", "min_disk": 0, "protected": false, "id": "063404f3-1a1e-4a36-b1e7-86f733d67b59", "file": "/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "73d554555cd74475a4ff1d104219c8e1", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/063404f3-1a1e-4a36-b1e7-86f733d67b59/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:39:48,009 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59 used request id req-99e82d2d-5164-420d-aabc-645a1530c14e 2019-01-20 13:39:48,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:48,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ed76261b-ee14-414d-962c-5f7cbebee98f Date: Sun, 20 Jan 2019 13:39: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"}}} 2019-01-20 13:39:48,021 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-ed76261b-ee14-414d-962c-5f7cbebee98f 2019-01-20 13:39:48,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/c3d34133-022d-495b-90b5-4198e1395bf7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:48,052 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:39:48 GMT Server: Apache x-openstack-request-id: req-3321f0af-3d77-41ad-a37f-e6b010b4e9bb Location: http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:39:48,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:48 GMT Server: Apache x-openstack-request-id: req-3b0e77a9-0825-4c58-be85-dca926080bdc 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": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor2", "OS::project_id": "73d554555cd74475a4ff1d104219c8e1", "OS::stack_id": "c3d34133-022d-495b-90b5-4198e1395bf7", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "security_group_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp", "subnet_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet", "net_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2", "inst1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "image2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "flavor1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor1", "image1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "stack_user_project_id": "c1ae735da43442098d43b95e660dc987", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:39:18Z", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c3d34133-022d-495b-90b5-4198e1395bf7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA64oOWV5WC5H71olplzNK8CGsbobIDbXiXBu2Me7XCYmUrp8q\n8WbIuz5Hvwo1ecLnuQzob0lXwMgLT0E8lbBi4v6knFhM0mF4N+FImXFqZJF42b1L\n1OkjJfy7PjjJU4W4L1X/fupi/pFsdBNpTk+L2/pi++7ONUtTnXOrmSscwus9KVRO\n53J6eIHGnK0Dw22y640cCftLkBgwImNBHZrFUsO1T3IrZitCbqrC2chMrRVMeEUG\nwpUHlEP/S6PaAq9dzZ4xnU77WYTPli417ftolYMoJPeUj+SVvwbRUzE50911knsW\nHqMQMeoEYWItnV90wdX7asBn47XM+nJo/u3VwwIDAQABAoIBAQC3DXsrX1J1+YWE\nbRS/6qAh0bnFyD/vz9xVA0BsvBcpFWCU+aSRKfV09+kggpmewKgAPBTkcFafv5hy\nhtvD5epkScy6qTFDC3c3zoDyp58s+5W1exVVKb8kRa9rowxsOe8z8pz3EMfQ2ko0\nR+W+c7nZQ1XsP+LIrnsUUhIZntTichwQpZY0hxe92A52qM4DawRV5z2HSttQhCxR\nQJo7u3sj6m69jwJtu5GLVRwtl82ecQH9wTBmKdl1j4vY27dULzCzrdmi/T630+Vv\n3cGyxXD9woWQnKyiaqBphGL/iemK6Ka2InqaPs4d8beSHjHJ0RTi6WQVNJmabtuq\nRN1Bh9WpAoGBAP5756BAnqojMqZo073ABAPi3Jh1K4TPizLAR4jhyClZXJGd2pyl\nDeSH1N5FhUXuWcdfnRK9zMfzYyljf0oPdtldxJmf0IU3HJlv5vvnD3cMNs7bhFxV\nehGKbYj0JZA5FX4l3WMWBDHfk31c/Zerzs6ftjz1I0qgJSwaUibck20/AoGBAOzx\nQpF/wx7Sp1wAM/uwi6g5TNT+QStvcgKJuavBxxW2S4mGWQbPzSMUmIugc1J3/Y6f\nRvYtnSkmLvNtwbxq30R5WMPri8W4FFugSyY4muRbSSU8G/vFwFrb7/orOILQLwLB\nIsUE0uC6/p3L+ZFvXyra/ydwW5+tyV0hr2wbKQJ9AoGAUCV1rWKslajAKuiYxwnS\nOecY0msUaZ9zl2g3H0T8ZQlfvfyY/Px+g5rDz7zVXFDUtZXHQj/EXrSoZkCPtiNo\nqsx9PmS2pz3UI/66IFuE41lVaZB4/xtsdlnCZX9+1Q0lV7VVI/+rEon3SWQf+cSC\nPVDPdCNAGiCVlG41sUeGpsECgYBB/P8ZHofs8aYCjVvs4MJEW5D2UMk9m5AY/Npk\n51bWySpIZs4sg3sSJg5F9K2pbhmDuwA8V3/JkgTJbuvh2bHMlC8QgW0v55Bj5ESJ\npIIezv2UDSWN/QkRROeUuKzIYcp17ewNCsbgJ7P5pnEe+/F5MfyVs0kRM4k9EsCU\nTwwg0QKBgQCopEzmTkkiCdwz553g7XB1bkavJlzxYSEkB3my61ItNokFjhlHTBXn\nc8CzpBCJE7vvd991fzlHoKw0gkY3bH8fA2BUdJdu7Lhyeysl1Pwkr5D5rhAn8PqF\nnHjGwS8KYrXYGoI77mDW/dZSQluSJ2vJ8A3tdpXFjIkf3Xz1xEN7mA==\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"}} 2019-01-20 13:39:48,382 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 used request id req-3b0e77a9-0825-4c58-be85-dca926080bdc 2019-01-20 13:39:48,384 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:39:48,385 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:39:48,765 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cdb4e869b2e44b50977dd6c07e4ca612", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj-role"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:39:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "73d554555cd74475a4ff1d104219c8e1", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/73d554555cd74475a4ff1d104219c8e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/73d554555cd74475a4ff1d104219c8e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/73d554555cd74475a4ff1d104219c8e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/73d554555cd74475a4ff1d104219c8e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/73d554555cd74475a4ff1d104219c8e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/73d554555cd74475a4ff1d104219c8e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-user", "id": "77a5b059105b48ae9eae2dae351a305b"}, "audit_ids": ["WuTC4GN7S4a2dKZPWIDYKQ"], "issued_at": "2019-01-20T13:39:48.000000Z"}} 2019-01-20 13:39:48,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:39:48,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24ebd6e6-5fd2-4a9b-91cb-81ff25f8be3d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:39:48,850 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-24ebd6e6-5fd2-4a9b-91cb-81ff25f8be3d 2019-01-20 13:39:48,851 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:39:48,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:39:48,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc515d38-1bd3-4e6d-bd61-5c64c08f39c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:39:48,934 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fc515d38-1bd3-4e6d-bd61-5c64c08f39c9 2019-01-20 13:39:48,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:39:49,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-9fdf0551-cd74-4627-a2d7-9ed67807089e Date: Sun, 20 Jan 2019 13:39:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","subnets":["2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457"],"description":"","tags":[],"updated_at":"2019-01-20T13:39:25Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net","admin_state_up":true,"tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:24Z","provider:network_type":"vxlan"}]} 2019-01-20 13:39:49,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net used request id req-9fdf0551-cd74-4627-a2d7-9ed67807089e 2019-01-20 13:39:49,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:39:49,171 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:39: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:39:49,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:39:49,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abfeb166-e40b-45f6-be8b-f4a09d8fce58 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1"}, "enabled": true, "id": "73d554555cd74475a4ff1d104219c8e1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}} 2019-01-20 13:39:49,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 used request id req-abfeb166-e40b-45f6-be8b-f4a09d8fce58 2019-01-20 13:39:49,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:39:49,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-07fd03ae-fa2e-48f2-9eb9-ef3d85e7a8c4 Date: Sun, 20 Jan 2019 13:39:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39:25Z","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":"73d554555cd74475a4ff1d104219c8e1","id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","subnetpool_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet"}]} 2019-01-20 13:39:49,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-07fd03ae-fa2e-48f2-9eb9-ef3d85e7a8c4 2019-01-20 13:39:49,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d&mac_address=fa%3A16%3A3e%3Aff%3A89%3Acc&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack-port1-rrvwadwdbnmc&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:39:49,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-f821987c-367e-49ff-b116-09faed391d71 Date: Sun, 20 Jan 2019 13:39:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.6"}],"id":"f0e48300-3f78-49ef-ba3d-79290ffe2b18","security_groups":["3c126682-14e2-4a15-b109-1ed00e290c18"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ff:89:cc","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack-port1-rrvwadwdbnmc","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal","device_id":"39588214-928a-432b-95f1-45dbe522d313"}]} 2019-01-20 13:39:49,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d&mac_address=fa%3A16%3A3e%3Aff%3A89%3Acc&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack-port1-rrvwadwdbnmc&admin_state_up=True used request id req-f821987c-367e-49ff-b116-09faed391d71 2019-01-20 13:39:49,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:39:49,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc356201-0b4c-4ebf-8dc5-f581204323ae Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1"}, "enabled": true, "id": "73d554555cd74475a4ff1d104219c8e1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}} 2019-01-20 13:39:49,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 used request id req-fc356201-0b4c-4ebf-8dc5-f581204323ae 2019-01-20 13:39:49,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:39:50,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39: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-a26a16ad-be87-4a53-95ab-41e97053eb84 x-compute-request-id: req-a26a16ad-be87-4a53-95ab-41e97053eb84 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:89:cc", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:89:cc", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/39588214-928a-432b-95f1-45dbe522d313", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/39588214-928a-432b-95f1-45dbe522d313", "rel": "bookmark"}], "image": {"id": "063404f3-1a1e-4a36-b1e7-86f733d67b59", "links": [{"href": "http://172.30.9.22:8774/images/063404f3-1a1e-4a36-b1e7-86f733d67b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000110", "OS-SRV-USG:launched_at": "2019-01-20T13:39:36.000000", "flavor": {"id": "01271c00-90c9-4cba-87e0-d22627103cce", "links": [{"href": "http://172.30.9.22:8774/flavors/01271c00-90c9-4cba-87e0-d22627103cce", "rel": "bookmark"}]}, "id": "39588214-928a-432b-95f1-45dbe522d313", "security_groups": [{"name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp"}], "user_id": "77a5b059105b48ae9eae2dae351a305b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:39:37Z", "hostId": "ce9b8c68d77fab64267afd24480c1d390195bb4f528646dc51485efc", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "created": "2019-01-20T13:39:29Z", "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:39:50,658 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1 used request id req-a26a16ad-be87-4a53-95ab-41e97053eb84 2019-01-20 13:39:50,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:39:50,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f0df7d84-2018-4a7f-bcf0-f572e9f6b34a Date: Sun, 20 Jan 2019 13:39:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","subnets":["2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457"],"description":"","tags":[],"updated_at":"2019-01-20T13:39:25Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net","admin_state_up":true,"tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:24Z","provider:network_type":"vxlan"}]} 2019-01-20 13:39:50,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net used request id req-f0df7d84-2018-4a7f-bcf0-f572e9f6b34a 2019-01-20 13:39:50,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:39:50,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9204f04b-ea52-488c-a61b-8d655f60d68a Date: Sun, 20 Jan 2019 13:39:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39:25Z","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":"73d554555cd74475a4ff1d104219c8e1","id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","subnetpool_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet"}]} 2019-01-20 13:39:50,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-9204f04b-ea52-488c-a61b-8d655f60d68a 2019-01-20 13:39:50,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:39:51,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-a4b36769-a21e-49ea-a465-caa80ea83f6b Date: Sun, 20 Jan 2019 13:39:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.1"}],"id":"4ef9c2e2-7a82-4518-b3a7-3fdd788ad10b","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:33:30","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:27Z","binding:vnic_type":"normal","device_id":"fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.9"}],"id":"50d592cb-9917-4e93-93b7-e466c92ced21","security_groups":["6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:70:69","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:29Z","binding:vnic_type":"normal","device_id":"9641f61b-46a3-416a-b96f-8b6982550929"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.4"}],"id":"7984a416-53f6-401b-999d-7e28fae7053a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:08:69","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.2"}],"id":"defb1bb8-e2cf-453e-aeca-3b4c4386243a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:ec:34","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.3"}],"id":"eb971c51-d91c-4b72-a8cd-f44b35169d2e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:77:a8","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.6"}],"id":"f0e48300-3f78-49ef-ba3d-79290ffe2b18","security_groups":["3c126682-14e2-4a15-b109-1ed00e290c18"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ff:89:cc","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack-port1-rrvwadwdbnmc","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal","device_id":"39588214-928a-432b-95f1-45dbe522d313"}]} 2019-01-20 13:39:51,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-a4b36769-a21e-49ea-a465-caa80ea83f6b 2019-01-20 13:39:51,154 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1 2019-01-20 13:39:51,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:39:51,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-dce0ea52-95b8-4695-936a-960e1a501c8f Date: Sun, 20 Jan 2019 13:39:51 GMT RESP BODY: {"floatingips": [{"router_id": "fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "created_at": "2019-01-20T13:39:26Z", "updated_at": "2019-01-20T13:39:29Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "10.1.2.6", "floating_ip_address": "172.30.9.205", "revision_number": 1, "project_id": "73d554555cd74475a4ff1d104219c8e1", "port_id": "f0e48300-3f78-49ef-ba3d-79290ffe2b18", "id": "45333713-405c-445b-91ce-955f67e3e8b0"}]} 2019-01-20 13:39:51,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-dce0ea52-95b8-4695-936a-960e1a501c8f 2019-01-20 13:39:51,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/f7e41e2a-1403-4e24-9c12-14f65b65015f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:51,352 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74658ddd-eca2-45db-86f0-f371537755f6 x-compute-request-id: req-74658ddd-eca2-45db-86f0-f371537755f6 Content-Encoding: gzip Content-Length: 338 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/f7e41e2a-1403-4e24-9c12-14f65b65015f", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/f7e41e2a-1403-4e24-9c12-14f65b65015f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "f7e41e2a-1403-4e24-9c12-14f65b65015f", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack-flavor2-bqvqy6jjq5bg", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:39:51,352 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/f7e41e2a-1403-4e24-9c12-14f65b65015f used request id req-74658ddd-eca2-45db-86f0-f371537755f6 2019-01-20 13:39:51,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:51,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-6e57c97c-3ae9-42e8-a467-633c2b6a6294 Date: Sun, 20 Jan 2019 13:39:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39:25Z","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":"73d554555cd74475a4ff1d104219c8e1","id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","subnetpool_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet"}} 2019-01-20 13:39:51,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457 used request id req-6e57c97c-3ae9-42e8-a467-633c2b6a6294 2019-01-20 13:39:51,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:51,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-c792067d-4232-4129-9fb8-220d2641f098 Date: Sun, 20 Jan 2019 13:39:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","subnets":["2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457"],"description":"","tags":[],"updated_at":"2019-01-20T13:39:25Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net","admin_state_up":true,"tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:24Z","provider:network_type":"vxlan"}]} 2019-01-20 13:39:51,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-c792067d-4232-4129-9fb8-220d2641f098 2019-01-20 13:39:51,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:51,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1ab627ae-82a2-48c6-a386-f5148dc89282 Date: Sun, 20 Jan 2019 13:39:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39:25Z","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":"73d554555cd74475a4ff1d104219c8e1","id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","subnetpool_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet"}]} 2019-01-20 13:39:51,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-1ab627ae-82a2-48c6-a386-f5148dc89282 2019-01-20 13:39:51,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:51,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-bde28f1d-8cf2-4934-9c36-267340daff4d Date: Sun, 20 Jan 2019 13:39:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","subnets":["2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457"],"description":"","tags":[],"updated_at":"2019-01-20T13:39:25Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net","admin_state_up":true,"tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:24Z","provider:network_type":"vxlan"}]} 2019-01-20 13:39:51,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net used request id req-bde28f1d-8cf2-4934-9c36-267340daff4d 2019-01-20 13:39:51,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:51,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1876af6a-ea32-4af8-a720-9028d1826102 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1"}, "enabled": true, "id": "73d554555cd74475a4ff1d104219c8e1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}} 2019-01-20 13:39:51,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 used request id req-1876af6a-ea32-4af8-a720-9028d1826102 2019-01-20 13:39:51,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:52,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b1dbdf11-0789-40e0-8c54-83811c8a0bed Date: Sun, 20 Jan 2019 13:39:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39:25Z","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":"73d554555cd74475a4ff1d104219c8e1","id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","subnetpool_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet"}]} 2019-01-20 13:39:52,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-b1dbdf11-0789-40e0-8c54-83811c8a0bed 2019-01-20 13:39:52,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d&mac_address=fa%3A16%3A3e%3A36%3A70%3A69&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:52,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 958 X-Openstack-Request-Id: req-283a9567-18e8-4807-bfb3-56bbe96c1393 Date: Sun, 20 Jan 2019 13:39:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.9"}],"id":"50d592cb-9917-4e93-93b7-e466c92ced21","security_groups":["6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:70:69","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:29Z","binding:vnic_type":"normal","device_id":"9641f61b-46a3-416a-b96f-8b6982550929"}]} 2019-01-20 13:39:52,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d&mac_address=fa%3A16%3A3e%3A36%3A70%3A69&admin_state_up=True used request id req-283a9567-18e8-4807-bfb3-56bbe96c1393 2019-01-20 13:39:52,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:52,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff31de09-a769-4606-b02a-6fbe14888436 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1"}, "enabled": true, "id": "73d554555cd74475a4ff1d104219c8e1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}} 2019-01-20 13:39:52,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 used request id req-ff31de09-a769-4606-b02a-6fbe14888436 2019-01-20 13:39:52,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:52,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7648cb69-4821-49c0-b36a-8bdaded200d1 Date: Sun, 20 Jan 2019 13:39:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","subnets":["2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457"],"description":"","tags":[],"updated_at":"2019-01-20T13:39:25Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net","admin_state_up":true,"tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:24Z","provider:network_type":"vxlan"}]} 2019-01-20 13:39:52,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net used request id req-7648cb69-4821-49c0-b36a-8bdaded200d1 2019-01-20 13:39:52,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:52,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-caaf2942-232b-4d11-89f1-b60139528ffa Date: Sun, 20 Jan 2019 13:39:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39:25Z","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":"73d554555cd74475a4ff1d104219c8e1","id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","subnetpool_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet"}]} 2019-01-20 13:39:52,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-caaf2942-232b-4d11-89f1-b60139528ffa 2019-01-20 13:39:52,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:52,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-4034427d-d96e-4a2a-a74f-0f66c4fb941d Date: Sun, 20 Jan 2019 13:39:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.1"}],"id":"4ef9c2e2-7a82-4518-b3a7-3fdd788ad10b","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:33:30","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:27Z","binding:vnic_type":"normal","device_id":"fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.9"}],"id":"50d592cb-9917-4e93-93b7-e466c92ced21","security_groups":["6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:70:69","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:29Z","binding:vnic_type":"normal","device_id":"9641f61b-46a3-416a-b96f-8b6982550929"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.4"}],"id":"7984a416-53f6-401b-999d-7e28fae7053a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:08:69","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.2"}],"id":"defb1bb8-e2cf-453e-aeca-3b4c4386243a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:ec:34","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.3"}],"id":"eb971c51-d91c-4b72-a8cd-f44b35169d2e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:77:a8","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.6"}],"id":"f0e48300-3f78-49ef-ba3d-79290ffe2b18","security_groups":["3c126682-14e2-4a15-b109-1ed00e290c18"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ff:89:cc","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack-port1-rrvwadwdbnmc","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal","device_id":"39588214-928a-432b-95f1-45dbe522d313"}]} 2019-01-20 13:39:52,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-4034427d-d96e-4a2a-a74f-0f66c4fb941d 2019-01-20 13:39:52,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:52,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-59ab924c-ee43-4f43-bfac-5ad5dda0c90d Date: Sun, 20 Jan 2019 13:39:52 GMT RESP BODY: {"floatingips": [{"router_id": "fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "created_at": "2019-01-20T13:39:26Z", "updated_at": "2019-01-20T13:39:29Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "10.1.2.6", "floating_ip_address": "172.30.9.205", "revision_number": 1, "project_id": "73d554555cd74475a4ff1d104219c8e1", "port_id": "f0e48300-3f78-49ef-ba3d-79290ffe2b18", "id": "45333713-405c-445b-91ce-955f67e3e8b0"}]} 2019-01-20 13:39:52,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-59ab924c-ee43-4f43-bfac-5ad5dda0c90d 2019-01-20 13:39:52,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:53,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-23bcb824-d9fe-4bc4-94b3-16b024a1de1a Date: Sun, 20 Jan 2019 13:39:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:39:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:39:13Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/063404f3-1a1e-4a36-b1e7-86f733d67b59/snap", "metadata": {}}], "self": "/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59", "min_disk": 0, "protected": false, "id": "063404f3-1a1e-4a36-b1e7-86f733d67b59", "file": "/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "73d554555cd74475a4ff1d104219c8e1", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/063404f3-1a1e-4a36-b1e7-86f733d67b59/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:39:53,100 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59 used request id req-23bcb824-d9fe-4bc4-94b3-16b024a1de1a 2019-01-20 13:39:53,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/c3d34133-022d-495b-90b5-4198e1395bf7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:39:53,287 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:39:53 GMT Server: Apache x-openstack-request-id: req-4fd97daa-76f8-4e03-9bd8-a8b7df910613 Location: http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:39:53,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:53 GMT Server: Apache x-openstack-request-id: req-202616d5-f092-42d5-bb90-cbf28bc97b20 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": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor2", "OS::project_id": "73d554555cd74475a4ff1d104219c8e1", "OS::stack_id": "c3d34133-022d-495b-90b5-4198e1395bf7", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "security_group_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp", "subnet_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet", "net_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2", "inst1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "image2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "flavor1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor1", "image1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "stack_user_project_id": "c1ae735da43442098d43b95e660dc987", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:39:18Z", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c3d34133-022d-495b-90b5-4198e1395bf7", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA64oOWV5WC5H71olplzNK8CGsbobIDbXiXBu2Me7XCYmUrp8q\n8WbIuz5Hvwo1ecLnuQzob0lXwMgLT0E8lbBi4v6knFhM0mF4N+FImXFqZJF42b1L\n1OkjJfy7PjjJU4W4L1X/fupi/pFsdBNpTk+L2/pi++7ONUtTnXOrmSscwus9KVRO\n53J6eIHGnK0Dw22y640cCftLkBgwImNBHZrFUsO1T3IrZitCbqrC2chMrRVMeEUG\nwpUHlEP/S6PaAq9dzZ4xnU77WYTPli417ftolYMoJPeUj+SVvwbRUzE50911knsW\nHqMQMeoEYWItnV90wdX7asBn47XM+nJo/u3VwwIDAQABAoIBAQC3DXsrX1J1+YWE\nbRS/6qAh0bnFyD/vz9xVA0BsvBcpFWCU+aSRKfV09+kggpmewKgAPBTkcFafv5hy\nhtvD5epkScy6qTFDC3c3zoDyp58s+5W1exVVKb8kRa9rowxsOe8z8pz3EMfQ2ko0\nR+W+c7nZQ1XsP+LIrnsUUhIZntTichwQpZY0hxe92A52qM4DawRV5z2HSttQhCxR\nQJo7u3sj6m69jwJtu5GLVRwtl82ecQH9wTBmKdl1j4vY27dULzCzrdmi/T630+Vv\n3cGyxXD9woWQnKyiaqBphGL/iemK6Ka2InqaPs4d8beSHjHJ0RTi6WQVNJmabtuq\nRN1Bh9WpAoGBAP5756BAnqojMqZo073ABAPi3Jh1K4TPizLAR4jhyClZXJGd2pyl\nDeSH1N5FhUXuWcdfnRK9zMfzYyljf0oPdtldxJmf0IU3HJlv5vvnD3cMNs7bhFxV\nehGKbYj0JZA5FX4l3WMWBDHfk31c/Zerzs6ftjz1I0qgJSwaUibck20/AoGBAOzx\nQpF/wx7Sp1wAM/uwi6g5TNT+QStvcgKJuavBxxW2S4mGWQbPzSMUmIugc1J3/Y6f\nRvYtnSkmLvNtwbxq30R5WMPri8W4FFugSyY4muRbSSU8G/vFwFrb7/orOILQLwLB\nIsUE0uC6/p3L+ZFvXyra/ydwW5+tyV0hr2wbKQJ9AoGAUCV1rWKslajAKuiYxwnS\nOecY0msUaZ9zl2g3H0T8ZQlfvfyY/Px+g5rDz7zVXFDUtZXHQj/EXrSoZkCPtiNo\nqsx9PmS2pz3UI/66IFuE41lVaZB4/xtsdlnCZX9+1Q0lV7VVI/+rEon3SWQf+cSC\nPVDPdCNAGiCVlG41sUeGpsECgYBB/P8ZHofs8aYCjVvs4MJEW5D2UMk9m5AY/Npk\n51bWySpIZs4sg3sSJg5F9K2pbhmDuwA8V3/JkgTJbuvh2bHMlC8QgW0v55Bj5ESJ\npIIezv2UDSWN/QkRROeUuKzIYcp17ewNCsbgJ7P5pnEe+/F5MfyVs0kRM4k9EsCU\nTwwg0QKBgQCopEzmTkkiCdwz553g7XB1bkavJlzxYSEkB3my61ItNokFjhlHTBXn\nc8CzpBCJE7vvd991fzlHoKw0gkY3bH8fA2BUdJdu7Lhyeysl1Pwkr5D5rhAn8PqF\nnHjGwS8KYrXYGoI77mDW/dZSQluSJ2vJ8A3tdpXFjIkf3Xz1xEN7mA==\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"}} 2019-01-20 13:39:53,461 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 used request id req-202616d5-f092-42d5-bb90-cbf28bc97b20 2019-01-20 13:39:53,462 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:39:53,463 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:39:53,838 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cdb4e869b2e44b50977dd6c07e4ca612", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj-role"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:39:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "73d554555cd74475a4ff1d104219c8e1", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/73d554555cd74475a4ff1d104219c8e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/73d554555cd74475a4ff1d104219c8e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/73d554555cd74475a4ff1d104219c8e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/73d554555cd74475a4ff1d104219c8e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/73d554555cd74475a4ff1d104219c8e1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/73d554555cd74475a4ff1d104219c8e1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/73d554555cd74475a4ff1d104219c8e1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-user", "id": "77a5b059105b48ae9eae2dae351a305b"}, "audit_ids": ["FbB6O1LkSTyXaDsuMuECOQ"], "issued_at": "2019-01-20T13:39:53.000000Z"}} 2019-01-20 13:39:53,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e69547dacd3909ec07b9ffadc932219e7ca8a60" 2019-01-20 13:39:53,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9751aad-af8a-48e1-894c-dcbff5e69371 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:39:53,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a9751aad-af8a-48e1-894c-dcbff5e69371 2019-01-20 13:39:53,923 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:39:53,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e69547dacd3909ec07b9ffadc932219e7ca8a60" 2019-01-20 13:39:54,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a51a784-6884-4b57-8e57-5bf3327d307d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:39:54,015 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3a51a784-6884-4b57-8e57-5bf3327d307d 2019-01-20 13:39:54,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e69547dacd3909ec07b9ffadc932219e7ca8a60" 2019-01-20 13:39:54,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-44c7061c-7bc8-43dc-8aef-2dceb873a14f Date: Sun, 20 Jan 2019 13:39:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","subnets":["2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457"],"description":"","tags":[],"updated_at":"2019-01-20T13:39:25Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net","admin_state_up":true,"tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:24Z","provider:network_type":"vxlan"}]} 2019-01-20 13:39:54,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net used request id req-44c7061c-7bc8-43dc-8aef-2dceb873a14f 2019-01-20 13:39:54,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:39:54,292 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:39: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:39:54,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e69547dacd3909ec07b9ffadc932219e7ca8a60" 2019-01-20 13:39:54,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86e90b1c-70f5-49bb-b649-807137d66791 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1"}, "enabled": true, "id": "73d554555cd74475a4ff1d104219c8e1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}} 2019-01-20 13:39:54,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 used request id req-86e90b1c-70f5-49bb-b649-807137d66791 2019-01-20 13:39:54,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e69547dacd3909ec07b9ffadc932219e7ca8a60" 2019-01-20 13:39:54,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-02cfb5f3-26d6-4416-bbcf-ff34d5294bc1 Date: Sun, 20 Jan 2019 13:39:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39:25Z","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":"73d554555cd74475a4ff1d104219c8e1","id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","subnetpool_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet"}]} 2019-01-20 13:39:54,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-02cfb5f3-26d6-4416-bbcf-ff34d5294bc1 2019-01-20 13:39:54,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d&mac_address=fa%3A16%3A3e%3A36%3A70%3A69&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e69547dacd3909ec07b9ffadc932219e7ca8a60" 2019-01-20 13:39:54,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 958 X-Openstack-Request-Id: req-2fd0992a-5a6c-42d0-a9a8-6397e098f59f Date: Sun, 20 Jan 2019 13:39:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.9"}],"id":"50d592cb-9917-4e93-93b7-e466c92ced21","security_groups":["6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:70:69","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:29Z","binding:vnic_type":"normal","device_id":"9641f61b-46a3-416a-b96f-8b6982550929"}]} 2019-01-20 13:39:54,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d&mac_address=fa%3A16%3A3e%3A36%3A70%3A69&admin_state_up=True used request id req-2fd0992a-5a6c-42d0-a9a8-6397e098f59f 2019-01-20 13:39:54,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e69547dacd3909ec07b9ffadc932219e7ca8a60" 2019-01-20 13:39:54,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a594c1d-0341-4e44-96f5-f8bec57aad94 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1"}, "enabled": true, "id": "73d554555cd74475a4ff1d104219c8e1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}} 2019-01-20 13:39:54,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 used request id req-6a594c1d-0341-4e44-96f5-f8bec57aad94 2019-01-20 13:39:54,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e69547dacd3909ec07b9ffadc932219e7ca8a60" 2019-01-20 13:39:56,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39: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-935595a5-0102-4e22-8bd8-bb73197140ee x-compute-request-id: req-935595a5-0102-4e22-8bd8-bb73197140ee Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:70:69", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9641f61b-46a3-416a-b96f-8b6982550929", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9641f61b-46a3-416a-b96f-8b6982550929", "rel": "bookmark"}], "image": {"id": "063404f3-1a1e-4a36-b1e7-86f733d67b59", "links": [{"href": "http://172.30.9.22:8774/images/063404f3-1a1e-4a36-b1e7-86f733d67b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010d", "OS-SRV-USG:launched_at": "2019-01-20T13:39:34.000000", "flavor": {"id": "f7e41e2a-1403-4e24-9c12-14f65b65015f", "links": [{"href": "http://172.30.9.22:8774/flavors/f7e41e2a-1403-4e24-9c12-14f65b65015f", "rel": "bookmark"}]}, "id": "9641f61b-46a3-416a-b96f-8b6982550929", "security_groups": [{"name": "default"}], "user_id": "77a5b059105b48ae9eae2dae351a305b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:39:35Z", "hostId": "2f14f587b7b3fe610aed58ab0eb48469e05bb49ac9bcea7574654ca5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2", "created": "2019-01-20T13:39:28Z", "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:39:56,284 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2 used request id req-935595a5-0102-4e22-8bd8-bb73197140ee 2019-01-20 13:39:56,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e69547dacd3909ec07b9ffadc932219e7ca8a60" 2019-01-20 13:39:56,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-365175f4-1346-4d5a-8eec-faa2c2fd9d4a Date: Sun, 20 Jan 2019 13:39:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","subnets":["2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457"],"description":"","tags":[],"updated_at":"2019-01-20T13:39:25Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net","admin_state_up":true,"tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:24Z","provider:network_type":"vxlan"}]} 2019-01-20 13:39:56,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net used request id req-365175f4-1346-4d5a-8eec-faa2c2fd9d4a 2019-01-20 13:39:56,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e69547dacd3909ec07b9ffadc932219e7ca8a60" 2019-01-20 13:39:56,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4081e901-ac6e-4b26-a304-f12fe8ebe508 Date: Sun, 20 Jan 2019 13:39:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39:25Z","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":"73d554555cd74475a4ff1d104219c8e1","id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","subnetpool_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet"}]} 2019-01-20 13:39:56,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-4081e901-ac6e-4b26-a304-f12fe8ebe508 2019-01-20 13:39:56,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e69547dacd3909ec07b9ffadc932219e7ca8a60" 2019-01-20 13:39:56,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-ee90717a-6db5-40fb-9b54-c50acfb3e4e8 Date: Sun, 20 Jan 2019 13:39:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.1"}],"id":"4ef9c2e2-7a82-4518-b3a7-3fdd788ad10b","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:33:30","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:27Z","binding:vnic_type":"normal","device_id":"fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.9"}],"id":"50d592cb-9917-4e93-93b7-e466c92ced21","security_groups":["6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:70:69","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:29Z","binding:vnic_type":"normal","device_id":"9641f61b-46a3-416a-b96f-8b6982550929"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.4"}],"id":"7984a416-53f6-401b-999d-7e28fae7053a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:08:69","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.2"}],"id":"defb1bb8-e2cf-453e-aeca-3b4c4386243a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:ec:34","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.3"}],"id":"eb971c51-d91c-4b72-a8cd-f44b35169d2e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:77:a8","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.6"}],"id":"f0e48300-3f78-49ef-ba3d-79290ffe2b18","security_groups":["3c126682-14e2-4a15-b109-1ed00e290c18"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ff:89:cc","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack-port1-rrvwadwdbnmc","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal","device_id":"39588214-928a-432b-95f1-45dbe522d313"}]} 2019-01-20 13:39:56,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-ee90717a-6db5-40fb-9b54-c50acfb3e4e8 2019-01-20 13:39:56,964 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2 2019-01-20 13:39:56,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e69547dacd3909ec07b9ffadc932219e7ca8a60" 2019-01-20 13:39:57,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-492373b0-b995-47bb-af91-2f86479f0a70 Date: Sun, 20 Jan 2019 13:39:57 GMT RESP BODY: {"floatingips": [{"router_id": "fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "created_at": "2019-01-20T13:39:26Z", "updated_at": "2019-01-20T13:39:29Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "10.1.2.6", "floating_ip_address": "172.30.9.205", "revision_number": 1, "project_id": "73d554555cd74475a4ff1d104219c8e1", "port_id": "f0e48300-3f78-49ef-ba3d-79290ffe2b18", "id": "45333713-405c-445b-91ce-955f67e3e8b0"}]} 2019-01-20 13:39:57,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-492373b0-b995-47bb-af91-2f86479f0a70 2019-01-20 13:39:57,151 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/39588214-928a-432b-95f1-45dbe522d313 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:39:57,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39: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-b223f4e9-d07c-4926-b8b9-d032f6e72881 x-compute-request-id: req-b223f4e9-d07c-4926-b8b9-d032f6e72881 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:89:cc", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:89:cc", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/39588214-928a-432b-95f1-45dbe522d313", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/39588214-928a-432b-95f1-45dbe522d313", "rel": "bookmark"}], "image": {"id": "063404f3-1a1e-4a36-b1e7-86f733d67b59", "links": [{"href": "http://172.30.9.22:8774/images/063404f3-1a1e-4a36-b1e7-86f733d67b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000110", "OS-SRV-USG:launched_at": "2019-01-20T13:39:36.000000", "flavor": {"id": "01271c00-90c9-4cba-87e0-d22627103cce", "links": [{"href": "http://172.30.9.22:8774/flavors/01271c00-90c9-4cba-87e0-d22627103cce", "rel": "bookmark"}]}, "id": "39588214-928a-432b-95f1-45dbe522d313", "security_groups": [{"name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp"}], "user_id": "77a5b059105b48ae9eae2dae351a305b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:39:37Z", "hostId": "ce9b8c68d77fab64267afd24480c1d390195bb4f528646dc51485efc", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "created": "2019-01-20T13:39:29Z", "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:39:57,915 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/39588214-928a-432b-95f1-45dbe522d313 used request id req-b223f4e9-d07c-4926-b8b9-d032f6e72881 2019-01-20 13:39:57,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:39:58,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-c7ec8bb2-0818-4616-9329-408a05b77507 Date: Sun, 20 Jan 2019 13:39:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","subnets":["2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457"],"description":"","tags":[],"updated_at":"2019-01-20T13:39:25Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net","admin_state_up":true,"tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:24Z","provider:network_type":"vxlan"}]} 2019-01-20 13:39:58,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net used request id req-c7ec8bb2-0818-4616-9329-408a05b77507 2019-01-20 13:39:58,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:39:58,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be39f12e-1660-479f-931a-fd0e5f8bd82b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1"}, "enabled": true, "id": "73d554555cd74475a4ff1d104219c8e1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}} 2019-01-20 13:39:58,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 used request id req-be39f12e-1660-479f-931a-fd0e5f8bd82b 2019-01-20 13:39:58,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:39:58,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-eeabf8f5-b8a0-4d80-8296-d8b20a4f956c Date: Sun, 20 Jan 2019 13:39:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39:25Z","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":"73d554555cd74475a4ff1d104219c8e1","id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","subnetpool_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet"}]} 2019-01-20 13:39:58,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-eeabf8f5-b8a0-4d80-8296-d8b20a4f956c 2019-01-20 13:39:58,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:39:58,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-6604f390-c1fb-4aae-869a-dd90eb35a4da Date: Sun, 20 Jan 2019 13:39:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.1"}],"id":"4ef9c2e2-7a82-4518-b3a7-3fdd788ad10b","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:33:30","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:27Z","binding:vnic_type":"normal","device_id":"fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.9"}],"id":"50d592cb-9917-4e93-93b7-e466c92ced21","security_groups":["6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:70:69","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:29Z","binding:vnic_type":"normal","device_id":"9641f61b-46a3-416a-b96f-8b6982550929"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.4"}],"id":"7984a416-53f6-401b-999d-7e28fae7053a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:08:69","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.2"}],"id":"defb1bb8-e2cf-453e-aeca-3b4c4386243a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:ec:34","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.3"}],"id":"eb971c51-d91c-4b72-a8cd-f44b35169d2e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:77:a8","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.6"}],"id":"f0e48300-3f78-49ef-ba3d-79290ffe2b18","security_groups":["3c126682-14e2-4a15-b109-1ed00e290c18"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ff:89:cc","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack-port1-rrvwadwdbnmc","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal","device_id":"39588214-928a-432b-95f1-45dbe522d313"}]} 2019-01-20 13:39:58,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-6604f390-c1fb-4aae-869a-dd90eb35a4da 2019-01-20 13:39:58,913 - create_instance - INFO - Checking if VM is active 2019-01-20 13:39:58,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/39588214-928a-432b-95f1-45dbe522d313 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:39:59,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39: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-41d6aa7f-d7f6-4451-b555-81a6cac181b5 x-compute-request-id: req-41d6aa7f-d7f6-4451-b555-81a6cac181b5 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:89:cc", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:89:cc", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/39588214-928a-432b-95f1-45dbe522d313", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/39588214-928a-432b-95f1-45dbe522d313", "rel": "bookmark"}], "image": {"id": "063404f3-1a1e-4a36-b1e7-86f733d67b59", "links": [{"href": "http://172.30.9.22:8774/images/063404f3-1a1e-4a36-b1e7-86f733d67b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000110", "OS-SRV-USG:launched_at": "2019-01-20T13:39:36.000000", "flavor": {"id": "01271c00-90c9-4cba-87e0-d22627103cce", "links": [{"href": "http://172.30.9.22:8774/flavors/01271c00-90c9-4cba-87e0-d22627103cce", "rel": "bookmark"}]}, "id": "39588214-928a-432b-95f1-45dbe522d313", "security_groups": [{"name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp"}], "user_id": "77a5b059105b48ae9eae2dae351a305b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:39:37Z", "hostId": "ce9b8c68d77fab64267afd24480c1d390195bb4f528646dc51485efc", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "created": "2019-01-20T13:39:29Z", "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:39:59,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/39588214-928a-432b-95f1-45dbe522d313 used request id req-41d6aa7f-d7f6-4451-b555-81a6cac181b5 2019-01-20 13:39:59,605 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1] is - ACTIVE 2019-01-20 13:39:59,605 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:39:59,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/39588214-928a-432b-95f1-45dbe522d313 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:40:00,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:39: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-ea2c1e15-a8be-4f8d-9297-5cf5380bd84c x-compute-request-id: req-ea2c1e15-a8be-4f8d-9297-5cf5380bd84c Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:89:cc", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:89:cc", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/39588214-928a-432b-95f1-45dbe522d313", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/39588214-928a-432b-95f1-45dbe522d313", "rel": "bookmark"}], "image": {"id": "063404f3-1a1e-4a36-b1e7-86f733d67b59", "links": [{"href": "http://172.30.9.22:8774/images/063404f3-1a1e-4a36-b1e7-86f733d67b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000110", "OS-SRV-USG:launched_at": "2019-01-20T13:39:36.000000", "flavor": {"id": "01271c00-90c9-4cba-87e0-d22627103cce", "links": [{"href": "http://172.30.9.22:8774/flavors/01271c00-90c9-4cba-87e0-d22627103cce", "rel": "bookmark"}]}, "id": "39588214-928a-432b-95f1-45dbe522d313", "security_groups": [{"name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp"}], "user_id": "77a5b059105b48ae9eae2dae351a305b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:39:37Z", "hostId": "ce9b8c68d77fab64267afd24480c1d390195bb4f528646dc51485efc", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "created": "2019-01-20T13:39:29Z", "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:40:00,227 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/39588214-928a-432b-95f1-45dbe522d313 used request id req-ea2c1e15-a8be-4f8d-9297-5cf5380bd84c 2019-01-20 13:40:00,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:40:00,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7b5ea9cc-03cd-421e-a5c0-8c5e20d72365 Date: Sun, 20 Jan 2019 13:40:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","subnets":["2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457"],"description":"","tags":[],"updated_at":"2019-01-20T13:39:25Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net","admin_state_up":true,"tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:24Z","provider:network_type":"vxlan"}]} 2019-01-20 13:40:00,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net used request id req-7b5ea9cc-03cd-421e-a5c0-8c5e20d72365 2019-01-20 13:40:00,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:40:00,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cd24ef6-5df1-490a-9d27-56f222a36095 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1"}, "enabled": true, "id": "73d554555cd74475a4ff1d104219c8e1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}} 2019-01-20 13:40:00,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 used request id req-3cd24ef6-5df1-490a-9d27-56f222a36095 2019-01-20 13:40:00,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:40:00,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-408cf48c-c8e3-4e3b-bc99-23f4aeea225e Date: Sun, 20 Jan 2019 13:40:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39:25Z","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":"73d554555cd74475a4ff1d104219c8e1","id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","subnetpool_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet"}]} 2019-01-20 13:40:00,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-408cf48c-c8e3-4e3b-bc99-23f4aeea225e 2019-01-20 13:40:00,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfcc64e73937d366cf2fba70961778f87a25ffda" 2019-01-20 13:40:00,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-9426d280-7a7a-47ee-b256-ccd539db2ddc Date: Sun, 20 Jan 2019 13:40:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.1"}],"id":"4ef9c2e2-7a82-4518-b3a7-3fdd788ad10b","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:33:30","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:27Z","binding:vnic_type":"normal","device_id":"fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.9"}],"id":"50d592cb-9917-4e93-93b7-e466c92ced21","security_groups":["6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:70:69","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:29Z","binding:vnic_type":"normal","device_id":"9641f61b-46a3-416a-b96f-8b6982550929"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.4"}],"id":"7984a416-53f6-401b-999d-7e28fae7053a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:08:69","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.2"}],"id":"defb1bb8-e2cf-453e-aeca-3b4c4386243a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:ec:34","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.3"}],"id":"eb971c51-d91c-4b72-a8cd-f44b35169d2e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:77:a8","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.6"}],"id":"f0e48300-3f78-49ef-ba3d-79290ffe2b18","security_groups":["3c126682-14e2-4a15-b109-1ed00e290c18"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ff:89:cc","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack-port1-rrvwadwdbnmc","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal","device_id":"39588214-928a-432b-95f1-45dbe522d313"}]} 2019-01-20 13:40:00,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-9426d280-7a7a-47ee-b256-ccd539db2ddc 2019-01-20 13:40:00,517 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:40:00,521 - paramiko.transport - DEBUG - starting thread (client mode): 0x8c98b9d0L 2019-01-20 13:40:00,522 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:40:00,525 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:40:00,526 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:40:00,527 - 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 2019-01-20 13:40:00,527 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:40:00,527 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:40:00,527 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:40:00,527 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:40:00,528 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:40:00,582 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:40:00,583 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:40:00,586 - paramiko.transport - DEBUG - Trying key be9d2eb5532b8595e71a1bd587a8eaed from a8291b81-9cd5-4171-9d9c-13e68aa1195e 2019-01-20 13:40:00,619 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:40:00,625 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:40:00,726 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:40:00,763 - create_instance - INFO - SSH is active for VM instance 2019-01-20 13:40:00,764 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:40:00,765 - paramiko.transport - DEBUG - starting thread (client mode): 0x8c98b0d0L 2019-01-20 13:40:00,766 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:40:00,766 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:40:00,766 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:40:00,767 - 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 2019-01-20 13:40:00,767 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:40:00,768 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:40:00,768 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:40:00,768 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:40:00,768 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:40:00,785 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:40:00,785 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:40:00,798 - paramiko.transport - DEBUG - Trying key be9d2eb5532b8595e71a1bd587a8eaed from a8291b81-9cd5-4171-9d9c-13e68aa1195e 2019-01-20 13:40:00,823 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:40:00,829 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:40:00,830 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 13:40:00,831 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-20 13:40:00,831 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 13:40:00,833 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 13:40:00,834 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:40:00,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/9641f61b-46a3-416a-b96f-8b6982550929 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e69547dacd3909ec07b9ffadc932219e7ca8a60" 2019-01-20 13:40:02,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40: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-85ee2e0d-f0f0-4226-a4ae-9f262f6fd4f3 x-compute-request-id: req-85ee2e0d-f0f0-4226-a4ae-9f262f6fd4f3 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:70:69", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9641f61b-46a3-416a-b96f-8b6982550929", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9641f61b-46a3-416a-b96f-8b6982550929", "rel": "bookmark"}], "image": {"id": "063404f3-1a1e-4a36-b1e7-86f733d67b59", "links": [{"href": "http://172.30.9.22:8774/images/063404f3-1a1e-4a36-b1e7-86f733d67b59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010d", "OS-SRV-USG:launched_at": "2019-01-20T13:39:34.000000", "flavor": {"id": "f7e41e2a-1403-4e24-9c12-14f65b65015f", "links": [{"href": "http://172.30.9.22:8774/flavors/f7e41e2a-1403-4e24-9c12-14f65b65015f", "rel": "bookmark"}]}, "id": "9641f61b-46a3-416a-b96f-8b6982550929", "security_groups": [{"name": "default"}], "user_id": "77a5b059105b48ae9eae2dae351a305b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:39:35Z", "hostId": "2f14f587b7b3fe610aed58ab0eb48469e05bb49ac9bcea7574654ca5", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2", "created": "2019-01-20T13:39:28Z", "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:40:02,073 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/9641f61b-46a3-416a-b96f-8b6982550929 used request id req-85ee2e0d-f0f0-4226-a4ae-9f262f6fd4f3 2019-01-20 13:40:02,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e69547dacd3909ec07b9ffadc932219e7ca8a60" 2019-01-20 13:40:02,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fb3b921d-f291-4788-86e7-7e2c986696f3 Date: Sun, 20 Jan 2019 13:40:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","subnets":["2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457"],"description":"","tags":[],"updated_at":"2019-01-20T13:39:25Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net","admin_state_up":true,"tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:24Z","provider:network_type":"vxlan"}]} 2019-01-20 13:40:02,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net used request id req-fb3b921d-f291-4788-86e7-7e2c986696f3 2019-01-20 13:40:02,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e69547dacd3909ec07b9ffadc932219e7ca8a60" 2019-01-20 13:40:02,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ea03591-e315-4502-9a7a-e347a7a4fd15 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1"}, "enabled": true, "id": "73d554555cd74475a4ff1d104219c8e1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}} 2019-01-20 13:40:02,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 used request id req-6ea03591-e315-4502-9a7a-e347a7a4fd15 2019-01-20 13:40:02,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e69547dacd3909ec07b9ffadc932219e7ca8a60" 2019-01-20 13:40:02,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-927e92dd-cb8c-44d9-8eb2-14f5a40e0d48 Date: Sun, 20 Jan 2019 13:40:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","dns_nameservers":[],"updated_at":"2019-01-20T13:39:25Z","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":"73d554555cd74475a4ff1d104219c8e1","id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","subnetpool_id":null,"name":"CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet"}]} 2019-01-20 13:40:02,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-927e92dd-cb8c-44d9-8eb2-14f5a40e0d48 2019-01-20 13:40:02,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e69547dacd3909ec07b9ffadc932219e7ca8a60" 2019-01-20 13:40:02,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-4d16b26b-8560-4e3e-8f29-699c902bcd4f Date: Sun, 20 Jan 2019 13:40:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.1"}],"id":"4ef9c2e2-7a82-4518-b3a7-3fdd788ad10b","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:33:30","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:27Z","binding:vnic_type":"normal","device_id":"fb6727b8-ac4e-4d98-b5d7-eefff68fe9dd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.9"}],"id":"50d592cb-9917-4e93-93b7-e466c92ced21","security_groups":["6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:70:69","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:29Z","binding:vnic_type":"normal","device_id":"9641f61b-46a3-416a-b96f-8b6982550929"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.4"}],"id":"7984a416-53f6-401b-999d-7e28fae7053a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:08:69","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.2"}],"id":"defb1bb8-e2cf-453e-aeca-3b4c4386243a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:ec:34","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.3"}],"id":"eb971c51-d91c-4b72-a8cd-f44b35169d2e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3f:77:a8","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0b584952-bd1b-47e8-ad76-cbd9338d282d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:39:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2177b3fe-ead1-4b5c-8a8b-9dd6bfc2b457","ip_address":"10.1.2.6"}],"id":"f0e48300-3f78-49ef-ba3d-79290ffe2b18","security_groups":["3c126682-14e2-4a15-b109-1ed00e290c18"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ff:89:cc","project_id":"73d554555cd74475a4ff1d104219c8e1","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack-port1-rrvwadwdbnmc","admin_state_up":true,"network_id":"0b584952-bd1b-47e8-ad76-cbd9338d282d","tenant_id":"73d554555cd74475a4ff1d104219c8e1","created_at":"2019-01-20T13:39:26Z","binding:vnic_type":"normal","device_id":"39588214-928a-432b-95f1-45dbe522d313"}]} 2019-01-20 13:40:02,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=0b584952-bd1b-47e8-ad76-cbd9338d282d used request id req-4d16b26b-8560-4e3e-8f29-699c902bcd4f 2019-01-20 13:40:02,657 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack 2019-01-20 13:40:02,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/c3d34133-022d-495b-90b5-4198e1395bf7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:40:02,688 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:40:02 GMT Server: Apache x-openstack-request-id: req-2056909e-cdfd-4ccb-9dc9-98fbf82f2047 Location: http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:40:02,964 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:40:02 GMT Server: Apache x-openstack-request-id: req-9778f007-0ad1-401a-a28c-583380d6010c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:40:02,964 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 used request id req-9778f007-0ad1-401a-a28c-583380d6010c 2019-01-20 13:40:02,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/c3d34133-022d-495b-90b5-4198e1395bf7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:40:02,995 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:40:02 GMT Server: Apache x-openstack-request-id: req-f3b5dcd9-b254-47ec-89ee-ad43a8f5f1c6 Location: http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:40:03,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:02 GMT Server: Apache x-openstack-request-id: req-4375dc61-dffb-40e5-9e3d-db18d897c6bd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 684 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-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor2", "OS::project_id": "73d554555cd74475a4ff1d104219c8e1", "OS::stack_id": "c3d34133-022d-495b-90b5-4198e1395bf7", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "security_group_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp", "subnet_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet", "net_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2", "inst1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "image2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "flavor1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor1", "image1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "stack_user_project_id": "c1ae735da43442098d43b95e660dc987", "tags": null, "creation_time": "2019-01-20T13:39:18Z", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:40:02Z", "id": "c3d34133-022d-495b-90b5-4198e1395bf7", "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"}} 2019-01-20 13:40:03,179 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 used request id req-4375dc61-dffb-40e5-9e3d-db18d897c6bd 2019-01-20 13:40:03,180 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:40:03,180 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:40:06,183 - create_stack - DEBUG - Stack status query timeout in 1196.781358 2019-01-20 13:40:06,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/c3d34133-022d-495b-90b5-4198e1395bf7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:40:06,213 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:40:06 GMT Server: Apache x-openstack-request-id: req-4ae319a9-6f30-4105-a866-dd3ca62412b4 Location: http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:40:06,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:06 GMT Server: Apache x-openstack-request-id: req-4f73db4e-3cff-40dc-92bb-e34954e409a8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 684 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-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor2", "OS::project_id": "73d554555cd74475a4ff1d104219c8e1", "OS::stack_id": "c3d34133-022d-495b-90b5-4198e1395bf7", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "security_group_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp", "subnet_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet", "net_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2", "inst1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "image2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "flavor1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor1", "image1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "stack_user_project_id": "c1ae735da43442098d43b95e660dc987", "tags": null, "creation_time": "2019-01-20T13:39:18Z", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:40:02Z", "id": "c3d34133-022d-495b-90b5-4198e1395bf7", "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"}} 2019-01-20 13:40:06,402 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 used request id req-4f73db4e-3cff-40dc-92bb-e34954e409a8 2019-01-20 13:40:06,402 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:40:06,403 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:40:09,406 - create_stack - DEBUG - Stack status query timeout in 1193.55857801 2019-01-20 13:40:09,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/c3d34133-022d-495b-90b5-4198e1395bf7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:40:09,436 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:40:09 GMT Server: Apache x-openstack-request-id: req-2fe49670-debe-4b9f-a65f-f82f5eb796c8 Location: http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:40:09,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:09 GMT Server: Apache x-openstack-request-id: req-89745247-c5e1-4cb4-bf12-9977b85287c9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 684 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-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor2", "OS::project_id": "73d554555cd74475a4ff1d104219c8e1", "OS::stack_id": "c3d34133-022d-495b-90b5-4198e1395bf7", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "security_group_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp", "subnet_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet", "net_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2", "inst1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "image2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "flavor1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor1", "image1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "stack_user_project_id": "c1ae735da43442098d43b95e660dc987", "tags": null, "creation_time": "2019-01-20T13:39:18Z", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:40:02Z", "id": "c3d34133-022d-495b-90b5-4198e1395bf7", "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"}} 2019-01-20 13:40:09,463 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 used request id req-89745247-c5e1-4cb4-bf12-9977b85287c9 2019-01-20 13:40:09,463 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:40:09,463 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:40:12,467 - create_stack - DEBUG - Stack status query timeout in 1190.49772 2019-01-20 13:40:12,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/c3d34133-022d-495b-90b5-4198e1395bf7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:40:12,498 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:40:12 GMT Server: Apache x-openstack-request-id: req-1296f0e3-4bd1-44cf-b752-5f7787ad2a32 Location: http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:40:12,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:12 GMT Server: Apache x-openstack-request-id: req-713a784d-cc09-4d1a-8b10-afbc66587115 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 688 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-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor2", "OS::project_id": "73d554555cd74475a4ff1d104219c8e1", "OS::stack_id": "c3d34133-022d-495b-90b5-4198e1395bf7", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-kp", "security_group_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-sec_grp", "subnet_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-subnet", "net_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst2", "inst1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-inst1", "image2_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image", "flavor1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-flavor1", "image1_name": "CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack", "stack_user_project_id": "c1ae735da43442098d43b95e660dc987", "tags": null, "creation_time": "2019-01-20T13:39:18Z", "links": [{"href": "http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-20T13:40:02Z", "id": "c3d34133-022d-495b-90b5-4198e1395bf7", "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"}} 2019-01-20 13:40:12,524 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 used request id req-713a784d-cc09-4d1a-8b10-afbc66587115 2019-01-20 13:40:12,524 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-20 13:40:12,525 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack 2019-01-20 13:40:12,525 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack 2019-01-20 13:40:12,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/c3d34133-022d-495b-90b5-4198e1395bf7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f40e53f45e820469b5b655a5909ac1a7a950ede" 2019-01-20 13:40:12,554 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:40:12 GMT Server: Apache x-openstack-request-id: req-8a2dfcf6-d133-4302-af70-975f924edc36 Location: http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:40:12,757 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:40:12 GMT Server: Apache x-openstack-request-id: req-53ef84bb-ab04-4663-a745-7b4b25269ac9 Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-20 13:40:12,758 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/73d554555cd74475a4ff1d104219c8e1/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-stack/c3d34133-022d-495b-90b5-4198e1395bf7 used request id req-53ef84bb-ab04-4663-a745-7b4b25269ac9 2019-01-20 13:40:12,759 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-1d7b9154-bce8-4f4b-9629-e70e1c9592ec-image 2019-01-20 13:40:12,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}94007048a5cef98fd6798105b3087b91c0336b59" 2019-01-20 13:40:13,669 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3ebdb765-368a-4de6-b266-c18ae00cfb88 Date: Sun, 20 Jan 2019 13:40:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:40:13,669 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/063404f3-1a1e-4a36-b1e7-86f733d67b59 used request id req-3ebdb765-368a-4de6-b266-c18ae00cfb88 2019-01-20 13:40:13,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e40eece3b053d2e4db08000b2dd1d038505d70e" 2019-01-20 13:40:13,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-d116233a-b9ef-421f-85ba-4212f01b3575 Date: Sun, 20 Jan 2019 13:40:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "created_at": "2019-01-20T13:39:21Z", "updated_at": "2019-01-20T13:39:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:39:21Z", "revision_number": 0, "id": "0dee0d1b-520e-41b4-96e6-1d48993c3c9e", "remote_group_id": "6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4", "remote_ip_prefix": null, "created_at": "2019-01-20T13:39:21Z", "security_group_id": "6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4", "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "port_range_min": null, "ethertype": "IPv6", "project_id": "73d554555cd74475a4ff1d104219c8e1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:39:21Z", "revision_number": 0, "id": "2193156c-adf8-474d-ac4c-33d66926e116", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:39:21Z", "security_group_id": "6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4", "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "port_range_min": null, "ethertype": "IPv4", "project_id": "73d554555cd74475a4ff1d104219c8e1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:39:21Z", "revision_number": 0, "id": "5885ecb0-1fb5-4e5f-a30c-4f5c8d03490f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:39:21Z", "security_group_id": "6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4", "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "port_range_min": null, "ethertype": "IPv6", "project_id": "73d554555cd74475a4ff1d104219c8e1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:39:21Z", "revision_number": 0, "id": "881dcfc7-bc2e-4389-96cd-1404ff903dcb", "remote_group_id": "6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4", "remote_ip_prefix": null, "created_at": "2019-01-20T13:39:21Z", "security_group_id": "6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4", "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "port_range_min": null, "ethertype": "IPv4", "project_id": "73d554555cd74475a4ff1d104219c8e1"}], "revision_number": 4, "project_id": "73d554555cd74475a4ff1d104219c8e1", "id": "6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:40:13,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-d116233a-b9ef-421f-85ba-4212f01b3575 2019-01-20 13:40:13,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e40eece3b053d2e4db08000b2dd1d038505d70e" 2019-01-20 13:40:13,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f1e7b72-f736-4434-873b-2ccf3f35a32e 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:40:13,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-5f1e7b72-f736-4434-873b-2ccf3f35a32e 2019-01-20 13:40:13,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e40eece3b053d2e4db08000b2dd1d038505d70e" 2019-01-20 13:40:14,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb167f7a-49a7-4869-b11c-b7ef8f68b9c9 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:40:14,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-cb167f7a-49a7-4869-b11c-b7ef8f68b9c9 2019-01-20 13:40:14,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e40eece3b053d2e4db08000b2dd1d038505d70e" 2019-01-20 13:40:14,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98c2fd35-06ab-496d-ba15-d35974cde1dc Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1"}, "enabled": true, "id": "73d554555cd74475a4ff1d104219c8e1", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-a4abae35-e957-42e-proj"}} 2019-01-20 13:40:14,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 used request id req-98c2fd35-06ab-496d-ba15-d35974cde1dc 2019-01-20 13:40:14,137 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4 2019-01-20 13:40:14,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e40eece3b053d2e4db08000b2dd1d038505d70e" 2019-01-20 13:40:14,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-bd37eae2-8e4a-4f51-a2f3-8e896dd7607b Date: Sun, 20 Jan 2019 13:40:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:39:21Z", "security_group_id": "6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4", "port_range_min": null, "revision_number": 0, "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "created_at": "2019-01-20T13:39:21Z", "project_id": "73d554555cd74475a4ff1d104219c8e1", "id": "0dee0d1b-520e-41b4-96e6-1d48993c3c9e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:39:21Z", "security_group_id": "6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4", "port_range_min": null, "revision_number": 0, "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "created_at": "2019-01-20T13:39:21Z", "project_id": "73d554555cd74475a4ff1d104219c8e1", "id": "2193156c-adf8-474d-ac4c-33d66926e116"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:39:21Z", "security_group_id": "6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4", "port_range_min": null, "revision_number": 0, "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "created_at": "2019-01-20T13:39:21Z", "project_id": "73d554555cd74475a4ff1d104219c8e1", "id": "5885ecb0-1fb5-4e5f-a30c-4f5c8d03490f"}, {"remote_group_id": "6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:39:21Z", "security_group_id": "6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4", "port_range_min": null, "revision_number": 0, "tenant_id": "73d554555cd74475a4ff1d104219c8e1", "created_at": "2019-01-20T13:39:21Z", "project_id": "73d554555cd74475a4ff1d104219c8e1", "id": "881dcfc7-bc2e-4389-96cd-1404ff903dcb"}]} 2019-01-20 13:40:14,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4 used request id req-bd37eae2-8e4a-4f51-a2f3-8e896dd7607b 2019-01-20 13:40:14,708 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:40:14,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e40eece3b053d2e4db08000b2dd1d038505d70e" 2019-01-20 13:40:15,035 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3524d442-9145-45bf-a8a8-f04821a9de97 Content-Length: 0 Date: Sun, 20 Jan 2019 13:40:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:40:15,035 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/6efa53ba-a94d-4bca-8c53-ffe2ed4c51b4 used request id req-3524d442-9145-45bf-a8a8-f04821a9de97 2019-01-20 13:40:15,036 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-a4abae35-e957-42e-proj 2019-01-20 13:40:15,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e40eece3b053d2e4db08000b2dd1d038505d70e" 2019-01-20 13:40:15,247 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:40:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40b7e6e3-80e6-4cf5-93ff-875f59341e26 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:40:15,247 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/73d554555cd74475a4ff1d104219c8e1 used request id req-40b7e6e3-80e6-4cf5-93ff-875f59341e26 2019-01-20 13:40:15,247 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-a4abae35-e957-42e-proj-role 2019-01-20 13:40:15,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/cdb4e869b2e44b50977dd6c07e4ca612 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e40eece3b053d2e4db08000b2dd1d038505d70e" 2019-01-20 13:40:15,358 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:40:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66c9f782-4392-41fd-b53c-7246767915c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:40:15,358 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/cdb4e869b2e44b50977dd6c07e4ca612 used request id req-66c9f782-4392-41fd-b53c-7246767915c9 2019-01-20 13:40:15,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e40eece3b053d2e4db08000b2dd1d038505d70e" 2019-01-20 13:40:15,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b22619a-3cc0-49d2-8b7e-7a03a182887e Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:40:15,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2b22619a-3cc0-49d2-8b7e-7a03a182887e 2019-01-20 13:40:15,456 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-a4abae35-e957-42e-user 2019-01-20 13:40:15,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/77a5b059105b48ae9eae2dae351a305b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c1018d8eed932320b7d45203ca0d811fdc8e10" 2019-01-20 13:40:15,668 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:40:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5cc772f1-d55a-40d1-91e7-61fd5fd21b77 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:40:15,668 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/77a5b059105b48ae9eae2dae351a305b used request id req-5cc772f1-d55a-40d1-91e7-61fd5fd21b77 2019-01-20 13:40:15,669 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:40:16,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:40:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["YOuak6wpQeuTYcuUlXjsXw"], "issued_at": "2019-01-20T13:40:16.000000Z"}} 2019-01-20 13:40:16,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38814c265cc1f3d9fe9d2be941b8f493cd19ef28" 2019-01-20 13:40:16,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-040234d3-b777-479e-9ef1-d71f19b67e4e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:40:16,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-040234d3-b777-479e-9ef1-d71f19b67e4e 2019-01-20 13:40:16,168 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:40:16,170 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:40:16,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:40:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["Q1aSiNkjR4uz1rKOD1s2UQ"], "issued_at": "2019-01-20T13:40:16.000000Z"}} 2019-01-20 13:40:16,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb20e1cd1fc8fc593895d8b4f22942d5bdb47d0b" 2019-01-20 13:40:16,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cb03a5c-1d8a-4913-9358-51fedbd26b8e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:40:16,629 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0cb03a5c-1d8a-4913-9358-51fedbd26b8e 2019-01-20 13:40:16,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:40:16,640 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:40: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:40:16,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-256a4765-d19e-43f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb20e1cd1fc8fc593895d8b4f22942d5bdb47d0b" 2019-01-20 13:40:16,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87e7ee5c-9a48-41b4-b74f-1d80fef2584c Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-256a4765-d19e-43f-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:40:16,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-256a4765-d19e-43f-proj used request id req-87e7ee5c-9a48-41b4-b74f-1d80fef2584c 2019-01-20 13:40:16,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb20e1cd1fc8fc593895d8b4f22942d5bdb47d0b" 2019-01-20 13:40:16,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a9b622a-23b6-44ca-bd91-64406c0e658d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:40:16,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-1a9b622a-23b6-44ca-bd91-64406c0e658d 2019-01-20 13:40:16,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb20e1cd1fc8fc593895d8b4f22942d5bdb47d0b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}}' 2019-01-20 13:40:16,944 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:40:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b891896-3881-48f4-b252-86d3e5e870af Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed"}, "enabled": true, "id": "b9211f9855d848dbaf782d5e9778fbed", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}} 2019-01-20 13:40:16,945 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-0b891896-3881-48f4-b252-86d3e5e870af 2019-01-20 13:40:16,945 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-256a4765-d19e-43f-proj 2019-01-20 13:40:16,945 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:40:16,946 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:40:17,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:40:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["3PVpn5egT3urdP86eoJXwg"], "issued_at": "2019-01-20T13:40:17.000000Z"}} 2019-01-20 13:40:17,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6e7bd999d97d5e93f0cea6adc43c928e166c27" 2019-01-20 13:40:17,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9bd4d54-4237-4f7a-b7c8-57d6446a3147 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:40:17,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d9bd4d54-4237-4f7a-b7c8-57d6446a3147 2019-01-20 13:40:17,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:40:17,434 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:40:17,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6e7bd999d97d5e93f0cea6adc43c928e166c27" 2019-01-20 13:40:17,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47b12234-9a32-4c18-9bc4-3c5108380df1 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:40:17,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-47b12234-9a32-4c18-9bc4-3c5108380df1 2019-01-20 13:40:17,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackFloatingIpTests-256a4765-d19e-43f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6e7bd999d97d5e93f0cea6adc43c928e166c27" 2019-01-20 13:40:17,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98550a54-b11c-4af4-85fb-7d34fd593330 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackFloatingIpTests-256a4765-d19e-43f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed"}, "enabled": true, "id": "b9211f9855d848dbaf782d5e9778fbed", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}]} 2019-01-20 13:40:17,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackFloatingIpTests-256a4765-d19e-43f-proj used request id req-98550a54-b11c-4af4-85fb-7d34fd593330 2019-01-20 13:40:17,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6e7bd999d97d5e93f0cea6adc43c928e166c27" 2019-01-20 13:40:17,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2e31f6c-ae86-4ff8-bba6-118eeaa0b9e9 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:40:17,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-c2e31f6c-ae86-4ff8-bba6-118eeaa0b9e9 2019-01-20 13:40:18,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6e7bd999d97d5e93f0cea6adc43c928e166c27" 2019-01-20 13:40:18,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feadeccc-4250-44d4-8181-220fd8639e21 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:40:18,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-feadeccc-4250-44d4-8181-220fd8639e21 2019-01-20 13:40:18,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackFloatingIpTests-256a4765-d19e-43f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6e7bd999d97d5e93f0cea6adc43c928e166c27" 2019-01-20 13:40:18,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c60665cb-9073-42b1-918a-7b77a268f52d Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackFloatingIpTests-256a4765-d19e-43f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed"}, "enabled": true, "id": "b9211f9855d848dbaf782d5e9778fbed", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}]} 2019-01-20 13:40:18,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackFloatingIpTests-256a4765-d19e-43f-proj used request id req-c60665cb-9073-42b1-918a-7b77a268f52d 2019-01-20 13:40:18,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users/00d83b2c2fd2490d9e4e8a5e8860a20d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6e7bd999d97d5e93f0cea6adc43c928e166c27" 2019-01-20 13:40:18,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c8a4c7f-30fb-415b-a717-02d2b989b812 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-256a4765-d19e-43f-user", "links": {"self": "http://172.30.9.22:5000/v3/users/00d83b2c2fd2490d9e4e8a5e8860a20d"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "b9211f9855d848dbaf782d5e9778fbed", "id": "00d83b2c2fd2490d9e4e8a5e8860a20d", "password_expires_at": null}} 2019-01-20 13:40:18,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/00d83b2c2fd2490d9e4e8a5e8860a20d used request id req-2c8a4c7f-30fb-415b-a717-02d2b989b812 2019-01-20 13:40:18,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed/users/00d83b2c2fd2490d9e4e8a5e8860a20d/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6e7bd999d97d5e93f0cea6adc43c928e166c27" 2019-01-20 13:40:18,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fa5e4bc-2b38-4c6a-8e68-8eca4d602dd1 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed/users/00d83b2c2fd2490d9e4e8a5e8860a20d/roles", "previous": null, "next": null}, "roles": []} 2019-01-20 13:40:18,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed/users/00d83b2c2fd2490d9e4e8a5e8860a20d/roles used request id req-0fa5e4bc-2b38-4c6a-8e68-8eca4d602dd1 2019-01-20 13:40:18,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6e7bd999d97d5e93f0cea6adc43c928e166c27" 2019-01-20 13:40:18,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78b6e053-1ff7-4f3c-9d97-10e05a948f15 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "domain_id": null, "name": "admin", "id": "77f3d538c7cd4e1a927402af90dfd66a"}} 2019-01-20 13:40:18,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-78b6e053-1ff7-4f3c-9d97-10e05a948f15 2019-01-20 13:40:18,505 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-256a4765-d19e-43f-proj 2019-01-20 13:40:18,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed/users/00d83b2c2fd2490d9e4e8a5e8860a20d/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6e7bd999d97d5e93f0cea6adc43c928e166c27" 2019-01-20 13:40:18,629 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:40:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f7ce754-270e-4c1e-a2f9-e6773b612b03 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:40:18,630 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed/users/00d83b2c2fd2490d9e4e8a5e8860a20d/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-1f7ce754-270e-4c1e-a2f9-e6773b612b03 2019-01-20 13:40:18,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6e7bd999d97d5e93f0cea6adc43c928e166c27" 2019-01-20 13:40:18,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f737b16e-775c-4a24-b9e2-f9f0e5f7c1bf Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:40:18,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f737b16e-775c-4a24-b9e2-f9f0e5f7c1bf 2019-01-20 13:40:18,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=CreateStackFloatingIpTests-256a4765-d19e-43f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6e7bd999d97d5e93f0cea6adc43c928e166c27" 2019-01-20 13:40:18,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0ead36b-a7fe-439c-aec5-2dabf8abd308 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=CreateStackFloatingIpTests-256a4765-d19e-43f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed"}, "enabled": true, "id": "b9211f9855d848dbaf782d5e9778fbed", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}]} 2019-01-20 13:40:18,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=CreateStackFloatingIpTests-256a4765-d19e-43f-proj used request id req-f0ead36b-a7fe-439c-aec5-2dabf8abd308 2019-01-20 13:40:18,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed/users/00d83b2c2fd2490d9e4e8a5e8860a20d/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6e7bd999d97d5e93f0cea6adc43c928e166c27" 2019-01-20 13:40:18,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e417698f-e99b-4a41-b817-bb46f891a1a5 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed/users/00d83b2c2fd2490d9e4e8a5e8860a20d/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}]} 2019-01-20 13:40:18,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed/users/00d83b2c2fd2490d9e4e8a5e8860a20d/roles used request id req-e417698f-e99b-4a41-b817-bb46f891a1a5 2019-01-20 13:40:18,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6e7bd999d97d5e93f0cea6adc43c928e166c27" 2019-01-20 13:40:18,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0a6165f-89d9-4a97-b6d6-36cc4592cb6b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "domain_id": null, "name": "heat_stack_owner", "id": "8faca84f8c574391a4e761c020358bea"}} 2019-01-20 13:40:18,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea used request id req-e0a6165f-89d9-4a97-b6d6-36cc4592cb6b 2019-01-20 13:40:18,961 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-256a4765-d19e-43f-proj 2019-01-20 13:40:18,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed/users/00d83b2c2fd2490d9e4e8a5e8860a20d/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6e7bd999d97d5e93f0cea6adc43c928e166c27" 2019-01-20 13:40:19,079 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:40:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b192cef-96a0-4480-89ef-456d536310ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:40:19,079 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed/users/00d83b2c2fd2490d9e4e8a5e8860a20d/roles/8faca84f8c574391a4e761c020358bea used request id req-1b192cef-96a0-4480-89ef-456d536310ad 2019-01-20 13:40:19,080 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-256a4765-d19e-43f-user 2019-01-20 13:40:19,080 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:40:19,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb20e1cd1fc8fc593895d8b4f22942d5bdb47d0b" 2019-01-20 13:40:19,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4804eb0-2c23-4d7a-a9fe-d4f89c26d086 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:40:19,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c4804eb0-2c23-4d7a-a9fe-d4f89c26d086 2019-01-20 13:40:19,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb20e1cd1fc8fc593895d8b4f22942d5bdb47d0b" -d '{"role": {"name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj-role"}}' 2019-01-20 13:40:19,346 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:40:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30c2efe3-e7fd-4fef-b8e5-d1672f6ad819 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f39a475004f84161b602ee7f35f6761c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f39a475004f84161b602ee7f35f6761c"}, "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj-role"}} 2019-01-20 13:40:19,347 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-30c2efe3-e7fd-4fef-b8e5-d1672f6ad819 2019-01-20 13:40:19,347 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-256a4765-d19e-43f-proj-role 2019-01-20 13:40:19,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/f39a475004f84161b602ee7f35f6761c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb20e1cd1fc8fc593895d8b4f22942d5bdb47d0b" 2019-01-20 13:40:19,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cf0d3cb-2472-4f56-8a4a-8077e97d805f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/f39a475004f84161b602ee7f35f6761c"}, "domain_id": null, "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj-role", "id": "f39a475004f84161b602ee7f35f6761c"}} 2019-01-20 13:40:19,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/f39a475004f84161b602ee7f35f6761c used request id req-9cf0d3cb-2472-4f56-8a4a-8077e97d805f 2019-01-20 13:40:19,438 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-256a4765-d19e-43f-proj-role to project CreateStackFloatingIpTests-256a4765-d19e-43f-proj 2019-01-20 13:40:19,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed/users/00d83b2c2fd2490d9e4e8a5e8860a20d/roles/f39a475004f84161b602ee7f35f6761c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb20e1cd1fc8fc593895d8b4f22942d5bdb47d0b" 2019-01-20 13:40:19,577 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:40:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63ce9fe0-f97e-431d-bae8-96d1cb852204 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:40:19,577 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed/users/00d83b2c2fd2490d9e4e8a5e8860a20d/roles/f39a475004f84161b602ee7f35f6761c used request id req-63ce9fe0-f97e-431d-bae8-96d1cb852204 2019-01-20 13:40:19,577 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:40:19,578 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-20 13:40:19,578 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:40:19,579 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:40:19,965 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f39a475004f84161b602ee7f35f6761c", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj-role"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:40:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b9211f9855d848dbaf782d5e9778fbed", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b9211f9855d848dbaf782d5e9778fbed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b9211f9855d848dbaf782d5e9778fbed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b9211f9855d848dbaf782d5e9778fbed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b9211f9855d848dbaf782d5e9778fbed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b9211f9855d848dbaf782d5e9778fbed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b9211f9855d848dbaf782d5e9778fbed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-user", "id": "00d83b2c2fd2490d9e4e8a5e8860a20d"}, "audit_ids": ["95do1_s-R6SoNW21buZgfQ"], "issued_at": "2019-01-20T13:40:19.000000Z"}} 2019-01-20 13:40:19,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399bc2a14e63ef8e79a88d689cfa407335ede1b2" 2019-01-20 13:40:20,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff000c7c-023e-4690-9502-8fae76028172 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:40:20,051 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ff000c7c-023e-4690-9502-8fae76028172 2019-01-20 13:40:20,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}399bc2a14e63ef8e79a88d689cfa407335ede1b2" 2019-01-20 13:40:20,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-6f13467d-ac50-4c9d-8b9e-16712297a101 Date: Sun, 20 Jan 2019 13:40:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image"} 2019-01-20 13:40:20,231 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image used request id req-6f13467d-ac50-4c9d-8b9e-16712297a101 2019-01-20 13:40:20,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}399bc2a14e63ef8e79a88d689cfa407335ede1b2" 2019-01-20 13:40:20,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9c27ce89-d96d-4d22-933d-fbfbdcabfa10 Date: Sun, 20 Jan 2019 13:40: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"}}} 2019-01-20 13:40:20,403 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-9c27ce89-d96d-4d22-933d-fbfbdcabfa10 2019-01-20 13:40:20,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}399bc2a14e63ef8e79a88d689cfa407335ede1b2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image"}' 2019-01-20 13:40:20,630 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c X-Openstack-Request-Id: req-5deadf81-f8b4-40c7-a26c-e28fea6396f1 Date: Sun, 20 Jan 2019 13:40:20 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:40:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:40:20Z", "visibility": "shared", "locations": [], "self": "/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c", "min_disk": 0, "protected": false, "id": "441217f9-c2e6-4eb7-bb19-b6bb93be313c", "file": "/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c/file", "checksum": null, "owner": "b9211f9855d848dbaf782d5e9778fbed", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:40:20,630 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-5deadf81-f8b4-40c7-a26c-e28fea6396f1 2019-01-20 13:40:20,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}399bc2a14e63ef8e79a88d689cfa407335ede1b2" -d '' 2019-01-20 13:40:21,745 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f10d4641-da3f-4eb5-8888-0fab225ede62 Date: Sun, 20 Jan 2019 13:40:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:40:21,745 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c/file used request id req-f10d4641-da3f-4eb5-8888-0fab225ede62 2019-01-20 13:40:21,746 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:40:21,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}399bc2a14e63ef8e79a88d689cfa407335ede1b2" 2019-01-20 13:40:22,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-a9682097-c74d-4450-9e78-a0f15f4d8eba Date: Sun, 20 Jan 2019 13:40:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:40:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:40:21Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c/snap", "metadata": {}}], "self": "/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c", "min_disk": 0, "protected": false, "id": "441217f9-c2e6-4eb7-bb19-b6bb93be313c", "file": "/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b9211f9855d848dbaf782d5e9778fbed", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:40:22,299 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c used request id req-a9682097-c74d-4450-9e78-a0f15f4d8eba 2019-01-20 13:40:22,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}399bc2a14e63ef8e79a88d689cfa407335ede1b2" 2019-01-20 13:40:22,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-240e0b91-59a2-497d-900d-ebef73bac996 Date: Sun, 20 Jan 2019 13:40: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"}}} 2019-01-20 13:40:22,834 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-240e0b91-59a2-497d-900d-ebef73bac996 2019-01-20 13:40:22,837 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image 2019-01-20 13:40:22,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}399bc2a14e63ef8e79a88d689cfa407335ede1b2" 2019-01-20 13:40:22,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-4145abe1-cdd4-42a7-97de-1afffffe36c5 Date: Sun, 20 Jan 2019 13:40:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:40:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:40:21Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c/snap", "metadata": {}}], "self": "/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c", "min_disk": 0, "protected": false, "id": "441217f9-c2e6-4eb7-bb19-b6bb93be313c", "file": "/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b9211f9855d848dbaf782d5e9778fbed", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:40:22,998 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c used request id req-4145abe1-cdd4-42a7-97de-1afffffe36c5 2019-01-20 13:40:22,999 - create_image - DEBUG - Instance status is - active 2019-01-20 13:40:22,999 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image 2019-01-20 13:40:22,999 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image 2019-01-20 13:40:23,000 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:40:23,001 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:40:23,379 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f39a475004f84161b602ee7f35f6761c", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj-role"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:40:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b9211f9855d848dbaf782d5e9778fbed", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b9211f9855d848dbaf782d5e9778fbed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b9211f9855d848dbaf782d5e9778fbed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b9211f9855d848dbaf782d5e9778fbed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b9211f9855d848dbaf782d5e9778fbed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b9211f9855d848dbaf782d5e9778fbed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b9211f9855d848dbaf782d5e9778fbed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-user", "id": "00d83b2c2fd2490d9e4e8a5e8860a20d"}, "audit_ids": ["fmsdAOJeSsiqusll9xGd9A"], "issued_at": "2019-01-20T13:40:23.000000Z"}} 2019-01-20 13:40:23,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc115fe34b322dbd8df6f3c1f362b04f965a6d90" 2019-01-20 13:40:23,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98bc6977-dee1-48d5-900d-886954454afa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:40:23,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-98bc6977-dee1-48d5-900d-886954454afa 2019-01-20 13:40:23,465 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:40:23,467 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:40:23,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc115fe34b322dbd8df6f3c1f362b04f965a6d90" 2019-01-20 13:40:23,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:23 GMT Server: Apache x-openstack-request-id: req-8993c2c9-0424-4211-aa24-6eaa9a4f4096 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-20 13:40:23,659 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack used request id req-8993c2c9-0424-4211-aa24-6eaa9a4f4096 2019-01-20 13:40:23,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc115fe34b322dbd8df6f3c1f362b04f965a6d90" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-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-c8597130-911f-431f-ac4c-d712fc569a57-flavor2", "keypair_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "security_group_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "flavor1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor1", "inst1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "subnet_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet", "image1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "inst2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2", "net_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net"}}' 2019-01-20 13:40:28,550 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:40:23 GMT Server: Apache x-openstack-request-id: req-8c064e51-2321-4ffd-9feb-19f40e91b39a Location: http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "self"}]}} 2019-01-20 13:40:28,550 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks used request id req-8c064e51-2321-4ffd-9feb-19f40e91b39a 2019-01-20 13:40:28,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/3d9873b1-977e-40fa-be7e-82e3fee6f209 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc115fe34b322dbd8df6f3c1f362b04f965a6d90" 2019-01-20 13:40:28,735 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:40:28 GMT Server: Apache x-openstack-request-id: req-310d5c5e-d3d0-45fe-9d53-77292939cad0 Location: http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:40:28,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:28 GMT Server: Apache x-openstack-request-id: req-5e3affa1-0e8c-4421-884c-c1346bc9ba74 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 718 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-c8597130-911f-431f-ac4c-d712fc569a57-flavor2", "OS::project_id": "b9211f9855d848dbaf782d5e9778fbed", "OS::stack_id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "security_group_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet", "net_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2", "inst1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "image2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "flavor1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor1", "image1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "stack_user_project_id": "5c4ef06b98c64d9a96ca4745fa6988b3", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:40:27Z", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "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"}} 2019-01-20 13:40:28,947 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 used request id req-5e3affa1-0e8c-4421-884c-c1346bc9ba74 2019-01-20 13:40:28,948 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack 2019-01-20 13:40:28,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/3d9873b1-977e-40fa-be7e-82e3fee6f209 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc115fe34b322dbd8df6f3c1f362b04f965a6d90" 2019-01-20 13:40:28,980 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:40:28 GMT Server: Apache x-openstack-request-id: req-309518c5-59d2-4ca3-bdcc-544cbae6f2d0 Location: http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:40:29,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:28 GMT Server: Apache x-openstack-request-id: req-714a0282-c985-4d1c-a246-dd82ed6a954a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 718 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-c8597130-911f-431f-ac4c-d712fc569a57-flavor2", "OS::project_id": "b9211f9855d848dbaf782d5e9778fbed", "OS::stack_id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "security_group_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet", "net_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2", "inst1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "image2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "flavor1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor1", "image1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "stack_user_project_id": "5c4ef06b98c64d9a96ca4745fa6988b3", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:40:27Z", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "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"}} 2019-01-20 13:40:29,181 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 used request id req-714a0282-c985-4d1c-a246-dd82ed6a954a 2019-01-20 13:40:29,182 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:40:29,182 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:40:32,185 - create_stack - DEBUG - Stack status query timeout in 1196.76316094 2019-01-20 13:40:32,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/3d9873b1-977e-40fa-be7e-82e3fee6f209 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc115fe34b322dbd8df6f3c1f362b04f965a6d90" 2019-01-20 13:40:32,363 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:40:32 GMT Server: Apache x-openstack-request-id: req-07f0cdce-27d9-435f-a474-5b471771cd5f Location: http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:40:32,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:32 GMT Server: Apache x-openstack-request-id: req-80ce108e-cca8-48ed-99e4-2537f6dc0ab9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2069 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-c8597130-911f-431f-ac4c-d712fc569a57-flavor2", "OS::project_id": "b9211f9855d848dbaf782d5e9778fbed", "OS::stack_id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "security_group_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet", "net_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2", "inst1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "image2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "flavor1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor1", "image1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "stack_user_project_id": "5c4ef06b98c64d9a96ca4745fa6988b3", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:40:27Z", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA6iNwpPhWDETxAEyBu+zmGqHeqvtS0dU6skNEe5HFtnP3uKeM\nGfH+3DorFl1lnG0xRTRE9JTWEbisrLMXpJkkPvyITIRhcANbz9b35FA2BKfLopbE\nRofuKx9tbgRgikyVPKNCmc6+yllL7366LvxEG82mcOclXb3oU6ACX6QN7KpL4B++\nWtFItrxUeh2zVHR4H1UvPRiqK7JQ4KqiMzxWo+iGnYq3HjdF2LH4ZERmRd7oV/+n\n98mWf2ulVBryMcW4N7WaAhItves+qfMxVj1VS5JyEPq0PtmmJw1YCPRT6cZOGirF\nVHvIxIXx5JyNi7QXw9zG4Ld0IKTXV7jyLdINtwIDAQABAoIBABe+XE/+dwtrel0j\nZQyfq34L6D7CmdV5oCgvtiQp1jj4baimJQkEh2nh5DiyY/mHATYZZNzAsyy845Xn\n23/vn8NbbJ8F1bO8Q3VCQYU/tRqnwXjNfT4Bzt9Eop5Dh16/AWtSyxA57RMsFw1E\ndrEJGAcRxc0xQ5LMDWFdmqAETP0w3ilLhWDAawX5YaNwCtHyt6+tSiYmxTN9G8HS\nhV2FRtEj1GwTpLSeGQXGVIXgyhQ3PP4RN9FH6yWfmA2r9zGJUh1A+1iqvYaFjkdF\n3b8Rc3mbHs2zWuFsWgRxZFlJyLjerSR23wcRR25C4e4WXY/mitjd6dMMweYmGVKV\nRksI0/ECgYEA/6AZ2Z8U+U5D2J2xOP3J1AbhNsx8PcFXJZSCZNnYj8miaxLMV1FT\n7PYJZpYKYP429yY6wiwjdZbmiUlHKwl+OcmJ6XfAArvpbWedoHMWDxUZTIPs55ny\nT+0dn9wFgB4f4ByVA6awRMtCwxYDH93Q8Y2hNPLIXTRj7yrMNbPl02sCgYEA6ntH\nMk0J5Z5h2W6Aa8dQrHpBNWYs5W73btMeVTrH1lJGgngsvZ+ipgGTcw8erGpZjBG2\nfu3w/mmbxXqcH2LPGHxhcIjamKmaF6QDjrG5tEKzEGkl0ChwQaBX/99ZhpPR9MO6\nclTNp0Zxec4z558XgcG4gBirBxhR4DbW+j/ejeUCgYAeOYr07VdohvWEtliPGYr0\ns/+LIDCMiMDKI74rOIrfrYKz0Fwy8t3OheTkqVb+0vAi1vVZoihrLfWCRBTTJOM0\n5/yTi2I7sIZQNlEv+IuiKud74ZlwZQZ+ptW64iQQWv9/20FPVjU/XR0+veqOqQac\nmRd3kEFaq+gpDlFpBCVnkwKBgGxEB5eeIpe3DY8Lipg5K3K38CvrxYcaOX0eVb8c\nqPC4hH3xZxcXAk6MI7zYml0ZrccS1qS80K1nrdj8x+FmCiFQLN19ExGyHcgUnt/g\nB9LHiU5mfmMiiNKEap1mTzvoPOU7CneH2H0H9ZU8NJMZzgzHmZzrxuw7unJAX/qk\nSupRAoGAJD4LgWshzORyZ4wO8EI4jW3Y0sh2EIRDCBRUDlDJDqxg+c5bPnNF7UZ9\nSNflxhUf9u7njowIVYqoR3CfdslF4pjxBtPR8FQYK5/8ccrH6e3uzE/Vc8POKEqf\nWdOYmi+u936hoyp2OhtaXpin5QX8iF9+nSpoD7R2c8TZiYpNAGo=\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"}} 2019-01-20 13:40:32,721 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 used request id req-80ce108e-cca8-48ed-99e4-2537f6dc0ab9 2019-01-20 13:40:32,722 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:40:32,722 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:40:35,725 - create_stack - DEBUG - Stack status query timeout in 1193.22282004 2019-01-20 13:40:35,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/3d9873b1-977e-40fa-be7e-82e3fee6f209 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc115fe34b322dbd8df6f3c1f362b04f965a6d90" 2019-01-20 13:40:35,757 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:40:35 GMT Server: Apache x-openstack-request-id: req-e4e396eb-7cc5-4eac-b72c-1589ed9bc0ab Location: http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:40:35,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:35 GMT Server: Apache x-openstack-request-id: req-0e487378-b58a-406a-81ba-8ef88c01f168 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2069 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-c8597130-911f-431f-ac4c-d712fc569a57-flavor2", "OS::project_id": "b9211f9855d848dbaf782d5e9778fbed", "OS::stack_id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "security_group_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet", "net_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2", "inst1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "image2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "flavor1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor1", "image1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "stack_user_project_id": "5c4ef06b98c64d9a96ca4745fa6988b3", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:40:27Z", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA6iNwpPhWDETxAEyBu+zmGqHeqvtS0dU6skNEe5HFtnP3uKeM\nGfH+3DorFl1lnG0xRTRE9JTWEbisrLMXpJkkPvyITIRhcANbz9b35FA2BKfLopbE\nRofuKx9tbgRgikyVPKNCmc6+yllL7366LvxEG82mcOclXb3oU6ACX6QN7KpL4B++\nWtFItrxUeh2zVHR4H1UvPRiqK7JQ4KqiMzxWo+iGnYq3HjdF2LH4ZERmRd7oV/+n\n98mWf2ulVBryMcW4N7WaAhItves+qfMxVj1VS5JyEPq0PtmmJw1YCPRT6cZOGirF\nVHvIxIXx5JyNi7QXw9zG4Ld0IKTXV7jyLdINtwIDAQABAoIBABe+XE/+dwtrel0j\nZQyfq34L6D7CmdV5oCgvtiQp1jj4baimJQkEh2nh5DiyY/mHATYZZNzAsyy845Xn\n23/vn8NbbJ8F1bO8Q3VCQYU/tRqnwXjNfT4Bzt9Eop5Dh16/AWtSyxA57RMsFw1E\ndrEJGAcRxc0xQ5LMDWFdmqAETP0w3ilLhWDAawX5YaNwCtHyt6+tSiYmxTN9G8HS\nhV2FRtEj1GwTpLSeGQXGVIXgyhQ3PP4RN9FH6yWfmA2r9zGJUh1A+1iqvYaFjkdF\n3b8Rc3mbHs2zWuFsWgRxZFlJyLjerSR23wcRR25C4e4WXY/mitjd6dMMweYmGVKV\nRksI0/ECgYEA/6AZ2Z8U+U5D2J2xOP3J1AbhNsx8PcFXJZSCZNnYj8miaxLMV1FT\n7PYJZpYKYP429yY6wiwjdZbmiUlHKwl+OcmJ6XfAArvpbWedoHMWDxUZTIPs55ny\nT+0dn9wFgB4f4ByVA6awRMtCwxYDH93Q8Y2hNPLIXTRj7yrMNbPl02sCgYEA6ntH\nMk0J5Z5h2W6Aa8dQrHpBNWYs5W73btMeVTrH1lJGgngsvZ+ipgGTcw8erGpZjBG2\nfu3w/mmbxXqcH2LPGHxhcIjamKmaF6QDjrG5tEKzEGkl0ChwQaBX/99ZhpPR9MO6\nclTNp0Zxec4z558XgcG4gBirBxhR4DbW+j/ejeUCgYAeOYr07VdohvWEtliPGYr0\ns/+LIDCMiMDKI74rOIrfrYKz0Fwy8t3OheTkqVb+0vAi1vVZoihrLfWCRBTTJOM0\n5/yTi2I7sIZQNlEv+IuiKud74ZlwZQZ+ptW64iQQWv9/20FPVjU/XR0+veqOqQac\nmRd3kEFaq+gpDlFpBCVnkwKBgGxEB5eeIpe3DY8Lipg5K3K38CvrxYcaOX0eVb8c\nqPC4hH3xZxcXAk6MI7zYml0ZrccS1qS80K1nrdj8x+FmCiFQLN19ExGyHcgUnt/g\nB9LHiU5mfmMiiNKEap1mTzvoPOU7CneH2H0H9ZU8NJMZzgzHmZzrxuw7unJAX/qk\nSupRAoGAJD4LgWshzORyZ4wO8EI4jW3Y0sh2EIRDCBRUDlDJDqxg+c5bPnNF7UZ9\nSNflxhUf9u7njowIVYqoR3CfdslF4pjxBtPR8FQYK5/8ccrH6e3uzE/Vc8POKEqf\nWdOYmi+u936hoyp2OhtaXpin5QX8iF9+nSpoD7R2c8TZiYpNAGo=\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"}} 2019-01-20 13:40:35,982 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 used request id req-0e487378-b58a-406a-81ba-8ef88c01f168 2019-01-20 13:40:35,983 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:40:35,983 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:40:38,986 - create_stack - DEBUG - Stack status query timeout in 1189.96215105 2019-01-20 13:40:38,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/3d9873b1-977e-40fa-be7e-82e3fee6f209 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc115fe34b322dbd8df6f3c1f362b04f965a6d90" 2019-01-20 13:40:39,172 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:40:38 GMT Server: Apache x-openstack-request-id: req-22fde40a-7202-49b8-b0b0-f5301e7d505f Location: http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:40:39,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:39 GMT Server: Apache x-openstack-request-id: req-c3c81ecf-c88f-4ab2-b338-f01587505a13 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2069 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-c8597130-911f-431f-ac4c-d712fc569a57-flavor2", "OS::project_id": "b9211f9855d848dbaf782d5e9778fbed", "OS::stack_id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "security_group_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet", "net_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2", "inst1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "image2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "flavor1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor1", "image1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "stack_user_project_id": "5c4ef06b98c64d9a96ca4745fa6988b3", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:40:27Z", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA6iNwpPhWDETxAEyBu+zmGqHeqvtS0dU6skNEe5HFtnP3uKeM\nGfH+3DorFl1lnG0xRTRE9JTWEbisrLMXpJkkPvyITIRhcANbz9b35FA2BKfLopbE\nRofuKx9tbgRgikyVPKNCmc6+yllL7366LvxEG82mcOclXb3oU6ACX6QN7KpL4B++\nWtFItrxUeh2zVHR4H1UvPRiqK7JQ4KqiMzxWo+iGnYq3HjdF2LH4ZERmRd7oV/+n\n98mWf2ulVBryMcW4N7WaAhItves+qfMxVj1VS5JyEPq0PtmmJw1YCPRT6cZOGirF\nVHvIxIXx5JyNi7QXw9zG4Ld0IKTXV7jyLdINtwIDAQABAoIBABe+XE/+dwtrel0j\nZQyfq34L6D7CmdV5oCgvtiQp1jj4baimJQkEh2nh5DiyY/mHATYZZNzAsyy845Xn\n23/vn8NbbJ8F1bO8Q3VCQYU/tRqnwXjNfT4Bzt9Eop5Dh16/AWtSyxA57RMsFw1E\ndrEJGAcRxc0xQ5LMDWFdmqAETP0w3ilLhWDAawX5YaNwCtHyt6+tSiYmxTN9G8HS\nhV2FRtEj1GwTpLSeGQXGVIXgyhQ3PP4RN9FH6yWfmA2r9zGJUh1A+1iqvYaFjkdF\n3b8Rc3mbHs2zWuFsWgRxZFlJyLjerSR23wcRR25C4e4WXY/mitjd6dMMweYmGVKV\nRksI0/ECgYEA/6AZ2Z8U+U5D2J2xOP3J1AbhNsx8PcFXJZSCZNnYj8miaxLMV1FT\n7PYJZpYKYP429yY6wiwjdZbmiUlHKwl+OcmJ6XfAArvpbWedoHMWDxUZTIPs55ny\nT+0dn9wFgB4f4ByVA6awRMtCwxYDH93Q8Y2hNPLIXTRj7yrMNbPl02sCgYEA6ntH\nMk0J5Z5h2W6Aa8dQrHpBNWYs5W73btMeVTrH1lJGgngsvZ+ipgGTcw8erGpZjBG2\nfu3w/mmbxXqcH2LPGHxhcIjamKmaF6QDjrG5tEKzEGkl0ChwQaBX/99ZhpPR9MO6\nclTNp0Zxec4z558XgcG4gBirBxhR4DbW+j/ejeUCgYAeOYr07VdohvWEtliPGYr0\ns/+LIDCMiMDKI74rOIrfrYKz0Fwy8t3OheTkqVb+0vAi1vVZoihrLfWCRBTTJOM0\n5/yTi2I7sIZQNlEv+IuiKud74ZlwZQZ+ptW64iQQWv9/20FPVjU/XR0+veqOqQac\nmRd3kEFaq+gpDlFpBCVnkwKBgGxEB5eeIpe3DY8Lipg5K3K38CvrxYcaOX0eVb8c\nqPC4hH3xZxcXAk6MI7zYml0ZrccS1qS80K1nrdj8x+FmCiFQLN19ExGyHcgUnt/g\nB9LHiU5mfmMiiNKEap1mTzvoPOU7CneH2H0H9ZU8NJMZzgzHmZzrxuw7unJAX/qk\nSupRAoGAJD4LgWshzORyZ4wO8EI4jW3Y0sh2EIRDCBRUDlDJDqxg+c5bPnNF7UZ9\nSNflxhUf9u7njowIVYqoR3CfdslF4pjxBtPR8FQYK5/8ccrH6e3uzE/Vc8POKEqf\nWdOYmi+u936hoyp2OhtaXpin5QX8iF9+nSpoD7R2c8TZiYpNAGo=\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"}} 2019-01-20 13:40:39,402 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 used request id req-c3c81ecf-c88f-4ab2-b338-f01587505a13 2019-01-20 13:40:39,402 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:40:39,402 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:40:42,406 - create_stack - DEBUG - Stack status query timeout in 1186.54265809 2019-01-20 13:40:42,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/3d9873b1-977e-40fa-be7e-82e3fee6f209 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc115fe34b322dbd8df6f3c1f362b04f965a6d90" 2019-01-20 13:40:42,627 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:40:42 GMT Server: Apache x-openstack-request-id: req-294a66b1-cf98-44c6-8fcc-29971bc6d7f6 Location: http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:40:42,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:42 GMT Server: Apache x-openstack-request-id: req-79f07050-cb06-4914-94ef-d2d7abb3c4c3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2069 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-c8597130-911f-431f-ac4c-d712fc569a57-flavor2", "OS::project_id": "b9211f9855d848dbaf782d5e9778fbed", "OS::stack_id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "security_group_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet", "net_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2", "inst1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "image2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "flavor1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor1", "image1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "stack_user_project_id": "5c4ef06b98c64d9a96ca4745fa6988b3", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:40:27Z", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA6iNwpPhWDETxAEyBu+zmGqHeqvtS0dU6skNEe5HFtnP3uKeM\nGfH+3DorFl1lnG0xRTRE9JTWEbisrLMXpJkkPvyITIRhcANbz9b35FA2BKfLopbE\nRofuKx9tbgRgikyVPKNCmc6+yllL7366LvxEG82mcOclXb3oU6ACX6QN7KpL4B++\nWtFItrxUeh2zVHR4H1UvPRiqK7JQ4KqiMzxWo+iGnYq3HjdF2LH4ZERmRd7oV/+n\n98mWf2ulVBryMcW4N7WaAhItves+qfMxVj1VS5JyEPq0PtmmJw1YCPRT6cZOGirF\nVHvIxIXx5JyNi7QXw9zG4Ld0IKTXV7jyLdINtwIDAQABAoIBABe+XE/+dwtrel0j\nZQyfq34L6D7CmdV5oCgvtiQp1jj4baimJQkEh2nh5DiyY/mHATYZZNzAsyy845Xn\n23/vn8NbbJ8F1bO8Q3VCQYU/tRqnwXjNfT4Bzt9Eop5Dh16/AWtSyxA57RMsFw1E\ndrEJGAcRxc0xQ5LMDWFdmqAETP0w3ilLhWDAawX5YaNwCtHyt6+tSiYmxTN9G8HS\nhV2FRtEj1GwTpLSeGQXGVIXgyhQ3PP4RN9FH6yWfmA2r9zGJUh1A+1iqvYaFjkdF\n3b8Rc3mbHs2zWuFsWgRxZFlJyLjerSR23wcRR25C4e4WXY/mitjd6dMMweYmGVKV\nRksI0/ECgYEA/6AZ2Z8U+U5D2J2xOP3J1AbhNsx8PcFXJZSCZNnYj8miaxLMV1FT\n7PYJZpYKYP429yY6wiwjdZbmiUlHKwl+OcmJ6XfAArvpbWedoHMWDxUZTIPs55ny\nT+0dn9wFgB4f4ByVA6awRMtCwxYDH93Q8Y2hNPLIXTRj7yrMNbPl02sCgYEA6ntH\nMk0J5Z5h2W6Aa8dQrHpBNWYs5W73btMeVTrH1lJGgngsvZ+ipgGTcw8erGpZjBG2\nfu3w/mmbxXqcH2LPGHxhcIjamKmaF6QDjrG5tEKzEGkl0ChwQaBX/99ZhpPR9MO6\nclTNp0Zxec4z558XgcG4gBirBxhR4DbW+j/ejeUCgYAeOYr07VdohvWEtliPGYr0\ns/+LIDCMiMDKI74rOIrfrYKz0Fwy8t3OheTkqVb+0vAi1vVZoihrLfWCRBTTJOM0\n5/yTi2I7sIZQNlEv+IuiKud74ZlwZQZ+ptW64iQQWv9/20FPVjU/XR0+veqOqQac\nmRd3kEFaq+gpDlFpBCVnkwKBgGxEB5eeIpe3DY8Lipg5K3K38CvrxYcaOX0eVb8c\nqPC4hH3xZxcXAk6MI7zYml0ZrccS1qS80K1nrdj8x+FmCiFQLN19ExGyHcgUnt/g\nB9LHiU5mfmMiiNKEap1mTzvoPOU7CneH2H0H9ZU8NJMZzgzHmZzrxuw7unJAX/qk\nSupRAoGAJD4LgWshzORyZ4wO8EI4jW3Y0sh2EIRDCBRUDlDJDqxg+c5bPnNF7UZ9\nSNflxhUf9u7njowIVYqoR3CfdslF4pjxBtPR8FQYK5/8ccrH6e3uzE/Vc8POKEqf\nWdOYmi+u936hoyp2OhtaXpin5QX8iF9+nSpoD7R2c8TZiYpNAGo=\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"}} 2019-01-20 13:40:42,954 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 used request id req-79f07050-cb06-4914-94ef-d2d7abb3c4c3 2019-01-20 13:40:42,955 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:40:42,955 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:40:45,958 - create_stack - DEBUG - Stack status query timeout in 1182.98997712 2019-01-20 13:40:45,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/3d9873b1-977e-40fa-be7e-82e3fee6f209 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc115fe34b322dbd8df6f3c1f362b04f965a6d90" 2019-01-20 13:40:45,988 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:40:45 GMT Server: Apache x-openstack-request-id: req-3963a8ca-4ad6-41c3-b2ec-7a686c1c0d29 Location: http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:40:46,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:45 GMT Server: Apache x-openstack-request-id: req-5b11113e-6cba-46af-a963-4b6f5eeed1f0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2069 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-c8597130-911f-431f-ac4c-d712fc569a57-flavor2", "OS::project_id": "b9211f9855d848dbaf782d5e9778fbed", "OS::stack_id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "security_group_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet", "net_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2", "inst1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "image2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "flavor1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor1", "image1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "stack_user_project_id": "5c4ef06b98c64d9a96ca4745fa6988b3", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:40:27Z", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA6iNwpPhWDETxAEyBu+zmGqHeqvtS0dU6skNEe5HFtnP3uKeM\nGfH+3DorFl1lnG0xRTRE9JTWEbisrLMXpJkkPvyITIRhcANbz9b35FA2BKfLopbE\nRofuKx9tbgRgikyVPKNCmc6+yllL7366LvxEG82mcOclXb3oU6ACX6QN7KpL4B++\nWtFItrxUeh2zVHR4H1UvPRiqK7JQ4KqiMzxWo+iGnYq3HjdF2LH4ZERmRd7oV/+n\n98mWf2ulVBryMcW4N7WaAhItves+qfMxVj1VS5JyEPq0PtmmJw1YCPRT6cZOGirF\nVHvIxIXx5JyNi7QXw9zG4Ld0IKTXV7jyLdINtwIDAQABAoIBABe+XE/+dwtrel0j\nZQyfq34L6D7CmdV5oCgvtiQp1jj4baimJQkEh2nh5DiyY/mHATYZZNzAsyy845Xn\n23/vn8NbbJ8F1bO8Q3VCQYU/tRqnwXjNfT4Bzt9Eop5Dh16/AWtSyxA57RMsFw1E\ndrEJGAcRxc0xQ5LMDWFdmqAETP0w3ilLhWDAawX5YaNwCtHyt6+tSiYmxTN9G8HS\nhV2FRtEj1GwTpLSeGQXGVIXgyhQ3PP4RN9FH6yWfmA2r9zGJUh1A+1iqvYaFjkdF\n3b8Rc3mbHs2zWuFsWgRxZFlJyLjerSR23wcRR25C4e4WXY/mitjd6dMMweYmGVKV\nRksI0/ECgYEA/6AZ2Z8U+U5D2J2xOP3J1AbhNsx8PcFXJZSCZNnYj8miaxLMV1FT\n7PYJZpYKYP429yY6wiwjdZbmiUlHKwl+OcmJ6XfAArvpbWedoHMWDxUZTIPs55ny\nT+0dn9wFgB4f4ByVA6awRMtCwxYDH93Q8Y2hNPLIXTRj7yrMNbPl02sCgYEA6ntH\nMk0J5Z5h2W6Aa8dQrHpBNWYs5W73btMeVTrH1lJGgngsvZ+ipgGTcw8erGpZjBG2\nfu3w/mmbxXqcH2LPGHxhcIjamKmaF6QDjrG5tEKzEGkl0ChwQaBX/99ZhpPR9MO6\nclTNp0Zxec4z558XgcG4gBirBxhR4DbW+j/ejeUCgYAeOYr07VdohvWEtliPGYr0\ns/+LIDCMiMDKI74rOIrfrYKz0Fwy8t3OheTkqVb+0vAi1vVZoihrLfWCRBTTJOM0\n5/yTi2I7sIZQNlEv+IuiKud74ZlwZQZ+ptW64iQQWv9/20FPVjU/XR0+veqOqQac\nmRd3kEFaq+gpDlFpBCVnkwKBgGxEB5eeIpe3DY8Lipg5K3K38CvrxYcaOX0eVb8c\nqPC4hH3xZxcXAk6MI7zYml0ZrccS1qS80K1nrdj8x+FmCiFQLN19ExGyHcgUnt/g\nB9LHiU5mfmMiiNKEap1mTzvoPOU7CneH2H0H9ZU8NJMZzgzHmZzrxuw7unJAX/qk\nSupRAoGAJD4LgWshzORyZ4wO8EI4jW3Y0sh2EIRDCBRUDlDJDqxg+c5bPnNF7UZ9\nSNflxhUf9u7njowIVYqoR3CfdslF4pjxBtPR8FQYK5/8ccrH6e3uzE/Vc8POKEqf\nWdOYmi+u936hoyp2OhtaXpin5QX8iF9+nSpoD7R2c8TZiYpNAGo=\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"}} 2019-01-20 13:40:46,165 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 used request id req-5b11113e-6cba-46af-a963-4b6f5eeed1f0 2019-01-20 13:40:46,166 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:40:46,166 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:40:49,169 - create_stack - DEBUG - Stack status query timeout in 1179.77885699 2019-01-20 13:40:49,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/3d9873b1-977e-40fa-be7e-82e3fee6f209 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc115fe34b322dbd8df6f3c1f362b04f965a6d90" 2019-01-20 13:40:49,199 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:40:49 GMT Server: Apache x-openstack-request-id: req-4cb36e83-e430-452e-9ab1-04bffbb9e9a8 Location: http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:40:49,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:49 GMT Server: Apache x-openstack-request-id: req-03cf038c-8823-40b1-bb73-43635219e226 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2069 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-c8597130-911f-431f-ac4c-d712fc569a57-flavor2", "OS::project_id": "b9211f9855d848dbaf782d5e9778fbed", "OS::stack_id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "security_group_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet", "net_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2", "inst1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "image2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "flavor1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor1", "image1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "stack_user_project_id": "5c4ef06b98c64d9a96ca4745fa6988b3", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-20T13:40:27Z", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA6iNwpPhWDETxAEyBu+zmGqHeqvtS0dU6skNEe5HFtnP3uKeM\nGfH+3DorFl1lnG0xRTRE9JTWEbisrLMXpJkkPvyITIRhcANbz9b35FA2BKfLopbE\nRofuKx9tbgRgikyVPKNCmc6+yllL7366LvxEG82mcOclXb3oU6ACX6QN7KpL4B++\nWtFItrxUeh2zVHR4H1UvPRiqK7JQ4KqiMzxWo+iGnYq3HjdF2LH4ZERmRd7oV/+n\n98mWf2ulVBryMcW4N7WaAhItves+qfMxVj1VS5JyEPq0PtmmJw1YCPRT6cZOGirF\nVHvIxIXx5JyNi7QXw9zG4Ld0IKTXV7jyLdINtwIDAQABAoIBABe+XE/+dwtrel0j\nZQyfq34L6D7CmdV5oCgvtiQp1jj4baimJQkEh2nh5DiyY/mHATYZZNzAsyy845Xn\n23/vn8NbbJ8F1bO8Q3VCQYU/tRqnwXjNfT4Bzt9Eop5Dh16/AWtSyxA57RMsFw1E\ndrEJGAcRxc0xQ5LMDWFdmqAETP0w3ilLhWDAawX5YaNwCtHyt6+tSiYmxTN9G8HS\nhV2FRtEj1GwTpLSeGQXGVIXgyhQ3PP4RN9FH6yWfmA2r9zGJUh1A+1iqvYaFjkdF\n3b8Rc3mbHs2zWuFsWgRxZFlJyLjerSR23wcRR25C4e4WXY/mitjd6dMMweYmGVKV\nRksI0/ECgYEA/6AZ2Z8U+U5D2J2xOP3J1AbhNsx8PcFXJZSCZNnYj8miaxLMV1FT\n7PYJZpYKYP429yY6wiwjdZbmiUlHKwl+OcmJ6XfAArvpbWedoHMWDxUZTIPs55ny\nT+0dn9wFgB4f4ByVA6awRMtCwxYDH93Q8Y2hNPLIXTRj7yrMNbPl02sCgYEA6ntH\nMk0J5Z5h2W6Aa8dQrHpBNWYs5W73btMeVTrH1lJGgngsvZ+ipgGTcw8erGpZjBG2\nfu3w/mmbxXqcH2LPGHxhcIjamKmaF6QDjrG5tEKzEGkl0ChwQaBX/99ZhpPR9MO6\nclTNp0Zxec4z558XgcG4gBirBxhR4DbW+j/ejeUCgYAeOYr07VdohvWEtliPGYr0\ns/+LIDCMiMDKI74rOIrfrYKz0Fwy8t3OheTkqVb+0vAi1vVZoihrLfWCRBTTJOM0\n5/yTi2I7sIZQNlEv+IuiKud74ZlwZQZ+ptW64iQQWv9/20FPVjU/XR0+veqOqQac\nmRd3kEFaq+gpDlFpBCVnkwKBgGxEB5eeIpe3DY8Lipg5K3K38CvrxYcaOX0eVb8c\nqPC4hH3xZxcXAk6MI7zYml0ZrccS1qS80K1nrdj8x+FmCiFQLN19ExGyHcgUnt/g\nB9LHiU5mfmMiiNKEap1mTzvoPOU7CneH2H0H9ZU8NJMZzgzHmZzrxuw7unJAX/qk\nSupRAoGAJD4LgWshzORyZ4wO8EI4jW3Y0sh2EIRDCBRUDlDJDqxg+c5bPnNF7UZ9\nSNflxhUf9u7njowIVYqoR3CfdslF4pjxBtPR8FQYK5/8ccrH6e3uzE/Vc8POKEqf\nWdOYmi+u936hoyp2OhtaXpin5QX8iF9+nSpoD7R2c8TZiYpNAGo=\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"}} 2019-01-20 13:40:49,473 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 used request id req-03cf038c-8823-40b1-bb73-43635219e226 2019-01-20 13:40:49,474 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-20 13:40:49,474 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:40:52,475 - create_stack - DEBUG - Stack status query timeout in 1176.473243 2019-01-20 13:40:52,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/3d9873b1-977e-40fa-be7e-82e3fee6f209 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc115fe34b322dbd8df6f3c1f362b04f965a6d90" 2019-01-20 13:40:52,643 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:40:52 GMT Server: Apache x-openstack-request-id: req-47a64d9d-831a-4994-87fb-2d75c9ad13cb Location: http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:40:52,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:52 GMT Server: Apache x-openstack-request-id: req-70c688e0-ee7c-483a-a487-8cdf6d08f910 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2080 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor2", "OS::project_id": "b9211f9855d848dbaf782d5e9778fbed", "OS::stack_id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "security_group_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet", "net_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2", "inst1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "image2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "flavor1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor1", "image1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "stack_user_project_id": "5c4ef06b98c64d9a96ca4745fa6988b3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:40:27Z", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA6iNwpPhWDETxAEyBu+zmGqHeqvtS0dU6skNEe5HFtnP3uKeM\nGfH+3DorFl1lnG0xRTRE9JTWEbisrLMXpJkkPvyITIRhcANbz9b35FA2BKfLopbE\nRofuKx9tbgRgikyVPKNCmc6+yllL7366LvxEG82mcOclXb3oU6ACX6QN7KpL4B++\nWtFItrxUeh2zVHR4H1UvPRiqK7JQ4KqiMzxWo+iGnYq3HjdF2LH4ZERmRd7oV/+n\n98mWf2ulVBryMcW4N7WaAhItves+qfMxVj1VS5JyEPq0PtmmJw1YCPRT6cZOGirF\nVHvIxIXx5JyNi7QXw9zG4Ld0IKTXV7jyLdINtwIDAQABAoIBABe+XE/+dwtrel0j\nZQyfq34L6D7CmdV5oCgvtiQp1jj4baimJQkEh2nh5DiyY/mHATYZZNzAsyy845Xn\n23/vn8NbbJ8F1bO8Q3VCQYU/tRqnwXjNfT4Bzt9Eop5Dh16/AWtSyxA57RMsFw1E\ndrEJGAcRxc0xQ5LMDWFdmqAETP0w3ilLhWDAawX5YaNwCtHyt6+tSiYmxTN9G8HS\nhV2FRtEj1GwTpLSeGQXGVIXgyhQ3PP4RN9FH6yWfmA2r9zGJUh1A+1iqvYaFjkdF\n3b8Rc3mbHs2zWuFsWgRxZFlJyLjerSR23wcRR25C4e4WXY/mitjd6dMMweYmGVKV\nRksI0/ECgYEA/6AZ2Z8U+U5D2J2xOP3J1AbhNsx8PcFXJZSCZNnYj8miaxLMV1FT\n7PYJZpYKYP429yY6wiwjdZbmiUlHKwl+OcmJ6XfAArvpbWedoHMWDxUZTIPs55ny\nT+0dn9wFgB4f4ByVA6awRMtCwxYDH93Q8Y2hNPLIXTRj7yrMNbPl02sCgYEA6ntH\nMk0J5Z5h2W6Aa8dQrHpBNWYs5W73btMeVTrH1lJGgngsvZ+ipgGTcw8erGpZjBG2\nfu3w/mmbxXqcH2LPGHxhcIjamKmaF6QDjrG5tEKzEGkl0ChwQaBX/99ZhpPR9MO6\nclTNp0Zxec4z558XgcG4gBirBxhR4DbW+j/ejeUCgYAeOYr07VdohvWEtliPGYr0\ns/+LIDCMiMDKI74rOIrfrYKz0Fwy8t3OheTkqVb+0vAi1vVZoihrLfWCRBTTJOM0\n5/yTi2I7sIZQNlEv+IuiKud74ZlwZQZ+ptW64iQQWv9/20FPVjU/XR0+veqOqQac\nmRd3kEFaq+gpDlFpBCVnkwKBgGxEB5eeIpe3DY8Lipg5K3K38CvrxYcaOX0eVb8c\nqPC4hH3xZxcXAk6MI7zYml0ZrccS1qS80K1nrdj8x+FmCiFQLN19ExGyHcgUnt/g\nB9LHiU5mfmMiiNKEap1mTzvoPOU7CneH2H0H9ZU8NJMZzgzHmZzrxuw7unJAX/qk\nSupRAoGAJD4LgWshzORyZ4wO8EI4jW3Y0sh2EIRDCBRUDlDJDqxg+c5bPnNF7UZ9\nSNflxhUf9u7njowIVYqoR3CfdslF4pjxBtPR8FQYK5/8ccrH6e3uzE/Vc8POKEqf\nWdOYmi+u936hoyp2OhtaXpin5QX8iF9+nSpoD7R2c8TZiYpNAGo=\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"}} 2019-01-20 13:40:52,972 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 used request id req-70c688e0-ee7c-483a-a487-8cdf6d08f910 2019-01-20 13:40:52,972 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-20 13:40:52,973 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack 2019-01-20 13:40:52,973 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack 2019-01-20 13:40:52,973 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:40:52,974 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:40:53,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f39a475004f84161b602ee7f35f6761c", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj-role"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:40:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b9211f9855d848dbaf782d5e9778fbed", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b9211f9855d848dbaf782d5e9778fbed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b9211f9855d848dbaf782d5e9778fbed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b9211f9855d848dbaf782d5e9778fbed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b9211f9855d848dbaf782d5e9778fbed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b9211f9855d848dbaf782d5e9778fbed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b9211f9855d848dbaf782d5e9778fbed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-user", "id": "00d83b2c2fd2490d9e4e8a5e8860a20d"}, "audit_ids": ["asOwqUHATJGQ9c-bpvIICg"], "issued_at": "2019-01-20T13:40:53.000000Z"}} 2019-01-20 13:40:53,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:53,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caced296-23b9-4c47-9510-4ac85d115485 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:40:53,440 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-caced296-23b9-4c47-9510-4ac85d115485 2019-01-20 13:40:53,442 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:40:53,445 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-20 13:40:53,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:53,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:53 GMT Server: Apache x-openstack-request-id: req-d8a3871e-d3d7-4a19-9dd1-46e6afa4f1fc 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-c8597130-911f-431f-ac4c-d712fc569a57-stack", "stack_user_project_id": "5c4ef06b98c64d9a96ca4745fa6988b3", "deletion_time": null, "creation_time": "2019-01-20T13:40:27Z", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "self"}], "updated_time": null, "project": "b9211f9855d848dbaf782d5e9778fbed", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "tags": null}]} 2019-01-20 13:40:53,623 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack used request id req-d8a3871e-d3d7-4a19-9dd1-46e6afa4f1fc 2019-01-20 13:40:53,623 - create_stack - INFO - Found stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack 2019-01-20 13:40:53,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:53,800 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:40:53 GMT Server: Apache x-openstack-request-id: req-7d45836c-1eb4-47bf-8eda-974ee4cdcc6e Location: http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:40:54,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:53 GMT Server: Apache x-openstack-request-id: req-ea1a168f-cf5c-443d-a324-2a43bced2849 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1062 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "6e200ca5-834e-4c65-a73e-e911493b590c", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "ee139b24-8360-4e1f-9268-9a94958a7164", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/network", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "4e4b21f9-9032-4b8c-97ed-1c29020c7ae6", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "19b61295-7daf-4750-a723-066fe77e811c", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "e22a8c4f-342e-4612-9f0f-172571228d6f", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "251", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "e1146341-0ee5-476f-81ac-23917d58776e", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "e1146341-0ee5-476f-81ac-23917d58776e:subnet_id=a5db20bc-2655-454b-820a-43aec6af947f", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "a5db20bc-2655-454b-820a-43aec6af947f", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "73832ccf-b2a4-4372-84be-27523b4710b8", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "8bcc5807-29d4-409a-a41d-3fb4320984c9", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/port1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "17166b62-816c-4701-a58c-f550f73a7f38", "resource_type": "OS::Neutron::Port"}]} 2019-01-20 13:40:54,036 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources used request id req-ea1a168f-cf5c-443d-a324-2a43bced2849 2019-01-20 13:40:54,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/73832ccf-b2a4-4372-84be-27523b4710b8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:54,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40: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-f2c9e7df-ee63-491d-928d-d382cf1be1a8 x-compute-request-id: req-f2c9e7df-ee63-491d-928d-d382cf1be1a8 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:f9:d2", "version": 4, "addr": "10.1.2.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:f9:d2", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/73832ccf-b2a4-4372-84be-27523b4710b8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/73832ccf-b2a4-4372-84be-27523b4710b8", "rel": "bookmark"}], "image": {"id": "441217f9-c2e6-4eb7-bb19-b6bb93be313c", "links": [{"href": "http://172.30.9.22:8774/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2019-01-20T13:40:46.000000", "flavor": {"id": "ee139b24-8360-4e1f-9268-9a94958a7164", "links": [{"href": "http://172.30.9.22:8774/flavors/ee139b24-8360-4e1f-9268-9a94958a7164", "rel": "bookmark"}]}, "id": "73832ccf-b2a4-4372-84be-27523b4710b8", "security_groups": [{"name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp"}], "user_id": "00d83b2c2fd2490d9e4e8a5e8860a20d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:40:47Z", "hostId": "fcc894c89ff25b201b32acd4a4ff6c4d9cf0e977a7bb772b4e954505", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "created": "2019-01-20T13:40:39Z", "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:40:54,976 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/73832ccf-b2a4-4372-84be-27523b4710b8 used request id req-f2c9e7df-ee63-491d-928d-d382cf1be1a8 2019-01-20 13:40:54,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:55,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-566bb0e8-3c0e-4dab-9a32-9b3d09ff4a1e Date: Sun, 20 Jan 2019 13:40:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","subnets":["a5db20bc-2655-454b-820a-43aec6af947f"],"description":"","tags":[],"updated_at":"2019-01-20T13:40:32Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net","admin_state_up":true,"tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:31Z","provider:network_type":"vxlan"}]} 2019-01-20 13:40:55,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net used request id req-566bb0e8-3c0e-4dab-9a32-9b3d09ff4a1e 2019-01-20 13:40:55,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:40:55,230 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:40: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:40:55,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:55,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-217f34bb-9aba-47d5-8cac-65b0a30c9817 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed"}, "enabled": true, "id": "b9211f9855d848dbaf782d5e9778fbed", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}} 2019-01-20 13:40:55,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed used request id req-217f34bb-9aba-47d5-8cac-65b0a30c9817 2019-01-20 13:40:55,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:55,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b8456701-2502-4dbb-9ef2-1d3a6b7c16eb Date: Sun, 20 Jan 2019 13:40:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40:32Z","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":"b9211f9855d848dbaf782d5e9778fbed","id":"a5db20bc-2655-454b-820a-43aec6af947f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet"}]} 2019-01-20 13:40:55,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-b8456701-2502-4dbb-9ef2-1d3a6b7c16eb 2019-01-20 13:40:55,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:56,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-9ddc53b3-f502-4f35-8efc-804b28a724b5 Date: Sun, 20 Jan 2019 13:40:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.10"}],"id":"0627646d-21cf-4693-97d2-72e9d282913f","security_groups":["59d8522d-0d8d-4e10-b935-7814dcdd1ea3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:c3:db","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:40Z","binding:vnic_type":"normal","device_id":"8bcc5807-29d4-409a-a41d-3fb4320984c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.7"}],"id":"17166b62-816c-4701-a58c-f550f73a7f38","security_groups":["19b61295-7daf-4750-a723-066fe77e811c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:f9:d2","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack-port1-7uh3wpzqdt5g","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:35Z","binding:vnic_type":"normal","device_id":"73832ccf-b2a4-4372-84be-27523b4710b8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.2"}],"id":"93a92e5e-d2eb-4293-b3d4-4cc16aaad797","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:15:cc","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.4"}],"id":"ba956ef6-e102-4450-9763-eefd68462881","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:e0:f2","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.3"}],"id":"c8733127-b9e7-4659-9715-7cb37fa9d5ed","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:f1:56","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.1"}],"id":"f998c9dd-33f5-4391-8694-a866d9a89785","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:02:ad","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:37Z","binding:vnic_type":"normal","device_id":"e1146341-0ee5-476f-81ac-23917d58776e"}]} 2019-01-20 13:40:56,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-9ddc53b3-f502-4f35-8efc-804b28a724b5 2019-01-20 13:40:56,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/8bcc5807-29d4-409a-a41d-3fb4320984c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:57,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40: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-8946f0a6-da62-4dcf-9983-ad8a0684f4a9 x-compute-request-id: req-8946f0a6-da62-4dcf-9983-ad8a0684f4a9 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:c3:db", "version": 4, "addr": "10.1.2.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8bcc5807-29d4-409a-a41d-3fb4320984c9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8bcc5807-29d4-409a-a41d-3fb4320984c9", "rel": "bookmark"}], "image": {"id": "441217f9-c2e6-4eb7-bb19-b6bb93be313c", "links": [{"href": "http://172.30.9.22:8774/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000113", "OS-SRV-USG:launched_at": "2019-01-20T13:40:44.000000", "flavor": {"id": "6e200ca5-834e-4c65-a73e-e911493b590c", "links": [{"href": "http://172.30.9.22:8774/flavors/6e200ca5-834e-4c65-a73e-e911493b590c", "rel": "bookmark"}]}, "id": "8bcc5807-29d4-409a-a41d-3fb4320984c9", "security_groups": [{"name": "default"}], "user_id": "00d83b2c2fd2490d9e4e8a5e8860a20d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:40:45Z", "hostId": "6e59978442d29d24d014fe739fad2da83ed6f7cb78aa8562c8137f1e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2", "created": "2019-01-20T13:40:37Z", "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:40:57,066 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8bcc5807-29d4-409a-a41d-3fb4320984c9 used request id req-8946f0a6-da62-4dcf-9983-ad8a0684f4a9 2019-01-20 13:40:57,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:57,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-b35eccf2-3892-4698-9462-7ac9580e9138 Date: Sun, 20 Jan 2019 13:40:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","subnets":["a5db20bc-2655-454b-820a-43aec6af947f"],"description":"","tags":[],"updated_at":"2019-01-20T13:40:32Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net","admin_state_up":true,"tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:31Z","provider:network_type":"vxlan"}]} 2019-01-20 13:40:57,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net used request id req-b35eccf2-3892-4698-9462-7ac9580e9138 2019-01-20 13:40:57,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:57,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76457507-9a1d-4b67-b758-36ec4c7bc0ff Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed"}, "enabled": true, "id": "b9211f9855d848dbaf782d5e9778fbed", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}} 2019-01-20 13:40:57,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed used request id req-76457507-9a1d-4b67-b758-36ec4c7bc0ff 2019-01-20 13:40:57,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:57,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-929c2932-4930-4042-858b-e24b46fcdd25 Date: Sun, 20 Jan 2019 13:40:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40:32Z","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":"b9211f9855d848dbaf782d5e9778fbed","id":"a5db20bc-2655-454b-820a-43aec6af947f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet"}]} 2019-01-20 13:40:57,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-929c2932-4930-4042-858b-e24b46fcdd25 2019-01-20 13:40:57,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:57,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-e6c036c9-dbc9-49f0-bddd-17e983bac9e2 Date: Sun, 20 Jan 2019 13:40:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.10"}],"id":"0627646d-21cf-4693-97d2-72e9d282913f","security_groups":["59d8522d-0d8d-4e10-b935-7814dcdd1ea3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:c3:db","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:40Z","binding:vnic_type":"normal","device_id":"8bcc5807-29d4-409a-a41d-3fb4320984c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.7"}],"id":"17166b62-816c-4701-a58c-f550f73a7f38","security_groups":["19b61295-7daf-4750-a723-066fe77e811c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:f9:d2","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack-port1-7uh3wpzqdt5g","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:35Z","binding:vnic_type":"normal","device_id":"73832ccf-b2a4-4372-84be-27523b4710b8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.2"}],"id":"93a92e5e-d2eb-4293-b3d4-4cc16aaad797","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:15:cc","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.4"}],"id":"ba956ef6-e102-4450-9763-eefd68462881","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:e0:f2","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.3"}],"id":"c8733127-b9e7-4659-9715-7cb37fa9d5ed","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:f1:56","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.1"}],"id":"f998c9dd-33f5-4391-8694-a866d9a89785","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:02:ad","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:37Z","binding:vnic_type":"normal","device_id":"e1146341-0ee5-476f-81ac-23917d58776e"}]} 2019-01-20 13:40:57,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-e6c036c9-dbc9-49f0-bddd-17e983bac9e2 2019-01-20 13:40:57,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:57,985 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:40:57 GMT Server: Apache x-openstack-request-id: req-2cff8063-7124-41a7-835c-4a7c11e708c1 Location: http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:40:58,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:57 GMT Server: Apache x-openstack-request-id: req-a545a1fa-77d7-48a8-86f8-5d9dd63431c4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1062 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "6e200ca5-834e-4c65-a73e-e911493b590c", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "ee139b24-8360-4e1f-9268-9a94958a7164", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/network", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "4e4b21f9-9032-4b8c-97ed-1c29020c7ae6", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "19b61295-7daf-4750-a723-066fe77e811c", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "e22a8c4f-342e-4612-9f0f-172571228d6f", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "251", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "e1146341-0ee5-476f-81ac-23917d58776e", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "e1146341-0ee5-476f-81ac-23917d58776e:subnet_id=a5db20bc-2655-454b-820a-43aec6af947f", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "a5db20bc-2655-454b-820a-43aec6af947f", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "73832ccf-b2a4-4372-84be-27523b4710b8", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "8bcc5807-29d4-409a-a41d-3fb4320984c9", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources/port1", "rel": "self"}, {"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-20T13:40:28Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-20T13:40:28Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "17166b62-816c-4701-a58c-f550f73a7f38", "resource_type": "OS::Neutron::Port"}]} 2019-01-20 13:40:58,257 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209/resources used request id req-a545a1fa-77d7-48a8-86f8-5d9dd63431c4 2019-01-20 13:40:58,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/ee139b24-8360-4e1f-9268-9a94958a7164 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:58,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40: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-a71a2ae6-cc00-477a-bf8c-73156f0a2587 x-compute-request-id: req-a71a2ae6-cc00-477a-bf8c-73156f0a2587 Content-Encoding: gzip Content-Length: 340 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ee139b24-8360-4e1f-9268-9a94958a7164", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ee139b24-8360-4e1f-9268-9a94958a7164", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "ee139b24-8360-4e1f-9268-9a94958a7164", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack-flavor1-dnyz5cqk2r66", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:40:58,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/ee139b24-8360-4e1f-9268-9a94958a7164 used request id req-a71a2ae6-cc00-477a-bf8c-73156f0a2587 2019-01-20 13:40:58,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/a5db20bc-2655-454b-820a-43aec6af947f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:58,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-c93e5a6c-38c7-4e1e-b202-2ca6204a3621 Date: Sun, 20 Jan 2019 13:40:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40:32Z","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":"b9211f9855d848dbaf782d5e9778fbed","id":"a5db20bc-2655-454b-820a-43aec6af947f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet"}} 2019-01-20 13:40:58,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/a5db20bc-2655-454b-820a-43aec6af947f used request id req-c93e5a6c-38c7-4e1e-b202-2ca6204a3621 2019-01-20 13:40:58,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:58,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-7a27f3a9-6ef1-411c-8cc2-79a8e7512e86 Date: Sun, 20 Jan 2019 13:40:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","subnets":["a5db20bc-2655-454b-820a-43aec6af947f"],"description":"","tags":[],"updated_at":"2019-01-20T13:40:32Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net","admin_state_up":true,"tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:31Z","provider:network_type":"vxlan"}]} 2019-01-20 13:40:58,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-7a27f3a9-6ef1-411c-8cc2-79a8e7512e86 2019-01-20 13:40:58,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:58,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a99a8ba5-bc9c-4c8b-99f4-e092417c236f Date: Sun, 20 Jan 2019 13:40:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40:32Z","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":"b9211f9855d848dbaf782d5e9778fbed","id":"a5db20bc-2655-454b-820a-43aec6af947f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet"}]} 2019-01-20 13:40:58,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-a99a8ba5-bc9c-4c8b-99f4-e092417c236f 2019-01-20 13:40:58,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:59,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-a4f1853b-ed4c-4e80-8241-92a3d33b2e87 Date: Sun, 20 Jan 2019 13:40:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","subnets":["a5db20bc-2655-454b-820a-43aec6af947f"],"description":"","tags":[],"updated_at":"2019-01-20T13:40:32Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net","admin_state_up":true,"tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:31Z","provider:network_type":"vxlan"}]} 2019-01-20 13:40:59,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net used request id req-a4f1853b-ed4c-4e80-8241-92a3d33b2e87 2019-01-20 13:40:59,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:59,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b200286-055c-460c-a098-8d4e03439383 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed"}, "enabled": true, "id": "b9211f9855d848dbaf782d5e9778fbed", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}} 2019-01-20 13:40:59,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed used request id req-7b200286-055c-460c-a098-8d4e03439383 2019-01-20 13:40:59,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:59,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0fbf5cc9-87b5-4dc7-bece-7bd29e94ebe3 Date: Sun, 20 Jan 2019 13:40:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40:32Z","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":"b9211f9855d848dbaf782d5e9778fbed","id":"a5db20bc-2655-454b-820a-43aec6af947f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet"}]} 2019-01-20 13:40:59,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-0fbf5cc9-87b5-4dc7-bece-7bd29e94ebe3 2019-01-20 13:40:59,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6&mac_address=fa%3A16%3A3e%3A45%3Af9%3Ad2&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack-port1-7uh3wpzqdt5g&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:59,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-953d62a3-9951-4cd4-9c8c-35d9a54be707 Date: Sun, 20 Jan 2019 13:40:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.7"}],"id":"17166b62-816c-4701-a58c-f550f73a7f38","security_groups":["19b61295-7daf-4750-a723-066fe77e811c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:f9:d2","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack-port1-7uh3wpzqdt5g","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:35Z","binding:vnic_type":"normal","device_id":"73832ccf-b2a4-4372-84be-27523b4710b8"}]} 2019-01-20 13:40:59,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6&mac_address=fa%3A16%3A3e%3A45%3Af9%3Ad2&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack-port1-7uh3wpzqdt5g&admin_state_up=True used request id req-953d62a3-9951-4cd4-9c8c-35d9a54be707 2019-01-20 13:40:59,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:40:59,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:40:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11ddfaf7-b104-4b78-8498-b46445287ed0 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed"}, "enabled": true, "id": "b9211f9855d848dbaf782d5e9778fbed", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}} 2019-01-20 13:40:59,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed used request id req-11ddfaf7-b104-4b78-8498-b46445287ed0 2019-01-20 13:40:59,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:00,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-d050b78e-4fee-436c-8fc0-2c0e350067b6 Date: Sun, 20 Jan 2019 13:41:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","subnets":["a5db20bc-2655-454b-820a-43aec6af947f"],"description":"","tags":[],"updated_at":"2019-01-20T13:40:32Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net","admin_state_up":true,"tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:31Z","provider:network_type":"vxlan"}]} 2019-01-20 13:41:00,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net used request id req-d050b78e-4fee-436c-8fc0-2c0e350067b6 2019-01-20 13:41:00,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:00,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-75555a8a-4bd6-4b75-bafd-19016aaf3615 Date: Sun, 20 Jan 2019 13:41:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40:32Z","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":"b9211f9855d848dbaf782d5e9778fbed","id":"a5db20bc-2655-454b-820a-43aec6af947f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet"}]} 2019-01-20 13:41:00,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-75555a8a-4bd6-4b75-bafd-19016aaf3615 2019-01-20 13:41:00,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:00,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-bdcda746-d94a-409c-841b-228793aca11a Date: Sun, 20 Jan 2019 13:41:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.10"}],"id":"0627646d-21cf-4693-97d2-72e9d282913f","security_groups":["59d8522d-0d8d-4e10-b935-7814dcdd1ea3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:c3:db","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:40Z","binding:vnic_type":"normal","device_id":"8bcc5807-29d4-409a-a41d-3fb4320984c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.7"}],"id":"17166b62-816c-4701-a58c-f550f73a7f38","security_groups":["19b61295-7daf-4750-a723-066fe77e811c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:f9:d2","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack-port1-7uh3wpzqdt5g","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:35Z","binding:vnic_type":"normal","device_id":"73832ccf-b2a4-4372-84be-27523b4710b8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.2"}],"id":"93a92e5e-d2eb-4293-b3d4-4cc16aaad797","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:15:cc","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.4"}],"id":"ba956ef6-e102-4450-9763-eefd68462881","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:e0:f2","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.3"}],"id":"c8733127-b9e7-4659-9715-7cb37fa9d5ed","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:f1:56","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.1"}],"id":"f998c9dd-33f5-4391-8694-a866d9a89785","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:02:ad","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:37Z","binding:vnic_type":"normal","device_id":"e1146341-0ee5-476f-81ac-23917d58776e"}]} 2019-01-20 13:41:00,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-bdcda746-d94a-409c-841b-228793aca11a 2019-01-20 13:41:00,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:00,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-d0ee44ba-e1d1-4562-bd7e-d877cb2a1b5c Date: Sun, 20 Jan 2019 13:41:00 GMT RESP BODY: {"floatingips": [{"router_id": "e1146341-0ee5-476f-81ac-23917d58776e", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "created_at": "2019-01-20T13:40:37Z", "updated_at": "2019-01-20T13:40:39Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "10.1.2.7", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "b9211f9855d848dbaf782d5e9778fbed", "port_id": "17166b62-816c-4701-a58c-f550f73a7f38", "id": "e22a8c4f-342e-4612-9f0f-172571228d6f"}]} 2019-01-20 13:41:00,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-d0ee44ba-e1d1-4562-bd7e-d877cb2a1b5c 2019-01-20 13:41:00,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/e1146341-0ee5-476f-81ac-23917d58776e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:01,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-d1ecd8ac-a8b4-4d4f-b540-d5c1c68a1515 Date: Sun, 20 Jan 2019 13:41:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "created_at": "2019-01-20T13:40:31Z", "admin_state_up": true, "updated_at": "2019-01-20T13:40:38Z", "project_id": "b9211f9855d848dbaf782d5e9778fbed", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "e1146341-0ee5-476f-81ac-23917d58776e", "name": "mgmt_router"}} 2019-01-20 13:41:01,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/e1146341-0ee5-476f-81ac-23917d58776e used request id req-d1ecd8ac-a8b4-4d4f-b540-d5c1c68a1515 2019-01-20 13:41:01,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=e1146341-0ee5-476f-81ac-23917d58776e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:01,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4542 X-Openstack-Request-Id: req-b27e4258-c1df-487b-a176-c85df81ac038 Date: Sun, 20 Jan 2019 13:41:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:39Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bcdc4b6-1e77-4e61-8adb-74b21a8bab91","ip_address":"169.254.192.6"}],"id":"1e61b1ae-40e4-46f6-98a8-83aac2dd1354","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:f9:1e","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b9211f9855d848dbaf782d5e9778fbed","admin_state_up":true,"network_id":"53ee6e18-3b9e-4e8a-a8fd-b748dd210c02","tenant_id":"","created_at":"2019-01-20T13:40:33Z","binding:vnic_type":"normal","device_id":"e1146341-0ee5-476f-81ac-23917d58776e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:41Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bcdc4b6-1e77-4e61-8adb-74b21a8bab91","ip_address":"169.254.192.8"}],"id":"245b89ca-fafa-4eca-85cf-37b779561829","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:52:8f","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b9211f9855d848dbaf782d5e9778fbed","admin_state_up":true,"network_id":"53ee6e18-3b9e-4e8a-a8fd-b748dd210c02","tenant_id":"","created_at":"2019-01-20T13:40:35Z","binding:vnic_type":"normal","device_id":"e1146341-0ee5-476f-81ac-23917d58776e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:39Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2bcdc4b6-1e77-4e61-8adb-74b21a8bab91","ip_address":"169.254.192.7"}],"id":"6ebcc349-e3af-4151-839f-3e6cb2ecd36d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:18:13","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant b9211f9855d848dbaf782d5e9778fbed","admin_state_up":true,"network_id":"53ee6e18-3b9e-4e8a-a8fd-b748dd210c02","tenant_id":"","created_at":"2019-01-20T13:40:34Z","binding:vnic_type":"normal","device_id":"e1146341-0ee5-476f-81ac-23917d58776e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:54Z","device_owner":"network:router_gateway","revision_number":14,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","ip_address":"172.30.9.205"}],"id":"70b8bc35-0796-40e5-8a18-5063ae6b2892","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:ff:22","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":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"","created_at":"2019-01-20T13:40:32Z","binding:vnic_type":"normal","device_id":"e1146341-0ee5-476f-81ac-23917d58776e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.1"}],"id":"f998c9dd-33f5-4391-8694-a866d9a89785","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:02:ad","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:37Z","binding:vnic_type":"normal","device_id":"e1146341-0ee5-476f-81ac-23917d58776e"}]} 2019-01-20 13:41:01,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=e1146341-0ee5-476f-81ac-23917d58776e used request id req-b27e4258-c1df-487b-a176-c85df81ac038 2019-01-20 13:41:01,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:01,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-cd7d9d6b-a970-4897-8b1f-d6e10ee0ac80 Date: Sun, 20 Jan 2019 13:41:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:45Z","dns_nameservers":[],"updated_at":"2019-01-20T11:32:45Z","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":"8d14f5667e9047c48e94669c1b7aeab7","id":"f1d6064a-dfc2-4b08-a86f-c2541a25b519","subnetpool_id":null,"name":"external-subnet"}} 2019-01-20 13:41:01,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/f1d6064a-dfc2-4b08-a86f-c2541a25b519 used request id req-cd7d9d6b-a970-4897-8b1f-d6e10ee0ac80 2019-01-20 13:41:01,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/2bcdc4b6-1e77-4e61-8adb-74b21a8bab91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:01,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a093b8dd-44f6-4c25-9096-3c384de2d72e Date: Sun, 20 Jan 2019 13:41:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"53ee6e18-3b9e-4e8a-a8fd-b748dd210c02","tenant_id":"","created_at":"2019-01-20T13:40:31Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40: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":"2bcdc4b6-1e77-4e61-8adb-74b21a8bab91","subnetpool_id":null,"name":"HA subnet tenant b9211f9855d848dbaf782d5e9778fbed"}} 2019-01-20 13:41:01,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/2bcdc4b6-1e77-4e61-8adb-74b21a8bab91 used request id req-a093b8dd-44f6-4c25-9096-3c384de2d72e 2019-01-20 13:41:01,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/2bcdc4b6-1e77-4e61-8adb-74b21a8bab91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:01,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-8cddd050-96e7-40a3-82ca-c8816a5e3a74 Date: Sun, 20 Jan 2019 13:41:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"53ee6e18-3b9e-4e8a-a8fd-b748dd210c02","tenant_id":"","created_at":"2019-01-20T13:40:31Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40: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":"2bcdc4b6-1e77-4e61-8adb-74b21a8bab91","subnetpool_id":null,"name":"HA subnet tenant b9211f9855d848dbaf782d5e9778fbed"}} 2019-01-20 13:41:01,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/2bcdc4b6-1e77-4e61-8adb-74b21a8bab91 used request id req-8cddd050-96e7-40a3-82ca-c8816a5e3a74 2019-01-20 13:41:01,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/2bcdc4b6-1e77-4e61-8adb-74b21a8bab91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:02,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f56931cd-1694-4ad5-b996-1849d65aaf9a Date: Sun, 20 Jan 2019 13:41:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"53ee6e18-3b9e-4e8a-a8fd-b748dd210c02","tenant_id":"","created_at":"2019-01-20T13:40:31Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40: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":"2bcdc4b6-1e77-4e61-8adb-74b21a8bab91","subnetpool_id":null,"name":"HA subnet tenant b9211f9855d848dbaf782d5e9778fbed"}} 2019-01-20 13:41:02,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/2bcdc4b6-1e77-4e61-8adb-74b21a8bab91 used request id req-f56931cd-1694-4ad5-b996-1849d65aaf9a 2019-01-20 13:41:02,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/a5db20bc-2655-454b-820a-43aec6af947f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:02,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-a5017a05-b816-4bcc-9185-cb3b58b72493 Date: Sun, 20 Jan 2019 13:41:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40:32Z","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":"b9211f9855d848dbaf782d5e9778fbed","id":"a5db20bc-2655-454b-820a-43aec6af947f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet"}} 2019-01-20 13:41:02,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/a5db20bc-2655-454b-820a-43aec6af947f used request id req-a5017a05-b816-4bcc-9185-cb3b58b72493 2019-01-20 13:41:02,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports/17166b62-816c-4701-a58c-f550f73a7f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:02,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1070 X-Openstack-Request-Id: req-48b48f12-576e-4714-b109-35ee6dd865e6 Date: Sun, 20 Jan 2019 13:41:02 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.7"}],"id":"17166b62-816c-4701-a58c-f550f73a7f38","security_groups":["19b61295-7daf-4750-a723-066fe77e811c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:f9:d2","device_id":"73832ccf-b2a4-4372-84be-27523b4710b8","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack-port1-7uh3wpzqdt5g","project_id":"b9211f9855d848dbaf782d5e9778fbed","qos_policy_id":null,"admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:35Z","binding:vnic_type":"normal"}} 2019-01-20 13:41:02,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports/17166b62-816c-4701-a58c-f550f73a7f38 used request id req-48b48f12-576e-4714-b109-35ee6dd865e6 2019-01-20 13:41:02,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/a5db20bc-2655-454b-820a-43aec6af947f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:02,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-68a6c416-697c-4cb3-ace2-ac70083dc7dd Date: Sun, 20 Jan 2019 13:41:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40:32Z","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":"b9211f9855d848dbaf782d5e9778fbed","id":"a5db20bc-2655-454b-820a-43aec6af947f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet"}} 2019-01-20 13:41:02,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/a5db20bc-2655-454b-820a-43aec6af947f used request id req-68a6c416-697c-4cb3-ace2-ac70083dc7dd 2019-01-20 13:41:02,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:02,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-9e6181de-cb53-40aa-9f24-e924809bb7ec Date: Sun, 20 Jan 2019 13:41:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:40:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:40:21Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c/snap", "metadata": {}}], "self": "/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c", "min_disk": 0, "protected": false, "id": "441217f9-c2e6-4eb7-bb19-b6bb93be313c", "file": "/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b9211f9855d848dbaf782d5e9778fbed", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:41:02,701 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c used request id req-9e6181de-cb53-40aa-9f24-e924809bb7ec 2019-01-20 13:41:02,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:02,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-883fb6b2-0866-4720-b97f-4a43e9efc3ac Date: Sun, 20 Jan 2019 13:41: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"}}} 2019-01-20 13:41:02,871 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-883fb6b2-0866-4720-b97f-4a43e9efc3ac 2019-01-20 13:41:02,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/3d9873b1-977e-40fa-be7e-82e3fee6f209 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:03,062 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:41:02 GMT Server: Apache x-openstack-request-id: req-e1dfc48a-ae90-433d-85c1-34fcd333df2f Location: http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:41:03,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:03 GMT Server: Apache x-openstack-request-id: req-92741242-62cc-467a-b2c7-b6165f4e8fd4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2080 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor2", "OS::project_id": "b9211f9855d848dbaf782d5e9778fbed", "OS::stack_id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "security_group_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet", "net_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2", "inst1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "image2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "flavor1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor1", "image1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "stack_user_project_id": "5c4ef06b98c64d9a96ca4745fa6988b3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:40:27Z", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA6iNwpPhWDETxAEyBu+zmGqHeqvtS0dU6skNEe5HFtnP3uKeM\nGfH+3DorFl1lnG0xRTRE9JTWEbisrLMXpJkkPvyITIRhcANbz9b35FA2BKfLopbE\nRofuKx9tbgRgikyVPKNCmc6+yllL7366LvxEG82mcOclXb3oU6ACX6QN7KpL4B++\nWtFItrxUeh2zVHR4H1UvPRiqK7JQ4KqiMzxWo+iGnYq3HjdF2LH4ZERmRd7oV/+n\n98mWf2ulVBryMcW4N7WaAhItves+qfMxVj1VS5JyEPq0PtmmJw1YCPRT6cZOGirF\nVHvIxIXx5JyNi7QXw9zG4Ld0IKTXV7jyLdINtwIDAQABAoIBABe+XE/+dwtrel0j\nZQyfq34L6D7CmdV5oCgvtiQp1jj4baimJQkEh2nh5DiyY/mHATYZZNzAsyy845Xn\n23/vn8NbbJ8F1bO8Q3VCQYU/tRqnwXjNfT4Bzt9Eop5Dh16/AWtSyxA57RMsFw1E\ndrEJGAcRxc0xQ5LMDWFdmqAETP0w3ilLhWDAawX5YaNwCtHyt6+tSiYmxTN9G8HS\nhV2FRtEj1GwTpLSeGQXGVIXgyhQ3PP4RN9FH6yWfmA2r9zGJUh1A+1iqvYaFjkdF\n3b8Rc3mbHs2zWuFsWgRxZFlJyLjerSR23wcRR25C4e4WXY/mitjd6dMMweYmGVKV\nRksI0/ECgYEA/6AZ2Z8U+U5D2J2xOP3J1AbhNsx8PcFXJZSCZNnYj8miaxLMV1FT\n7PYJZpYKYP429yY6wiwjdZbmiUlHKwl+OcmJ6XfAArvpbWedoHMWDxUZTIPs55ny\nT+0dn9wFgB4f4ByVA6awRMtCwxYDH93Q8Y2hNPLIXTRj7yrMNbPl02sCgYEA6ntH\nMk0J5Z5h2W6Aa8dQrHpBNWYs5W73btMeVTrH1lJGgngsvZ+ipgGTcw8erGpZjBG2\nfu3w/mmbxXqcH2LPGHxhcIjamKmaF6QDjrG5tEKzEGkl0ChwQaBX/99ZhpPR9MO6\nclTNp0Zxec4z558XgcG4gBirBxhR4DbW+j/ejeUCgYAeOYr07VdohvWEtliPGYr0\ns/+LIDCMiMDKI74rOIrfrYKz0Fwy8t3OheTkqVb+0vAi1vVZoihrLfWCRBTTJOM0\n5/yTi2I7sIZQNlEv+IuiKud74ZlwZQZ+ptW64iQQWv9/20FPVjU/XR0+veqOqQac\nmRd3kEFaq+gpDlFpBCVnkwKBgGxEB5eeIpe3DY8Lipg5K3K38CvrxYcaOX0eVb8c\nqPC4hH3xZxcXAk6MI7zYml0ZrccS1qS80K1nrdj8x+FmCiFQLN19ExGyHcgUnt/g\nB9LHiU5mfmMiiNKEap1mTzvoPOU7CneH2H0H9ZU8NJMZzgzHmZzrxuw7unJAX/qk\nSupRAoGAJD4LgWshzORyZ4wO8EI4jW3Y0sh2EIRDCBRUDlDJDqxg+c5bPnNF7UZ9\nSNflxhUf9u7njowIVYqoR3CfdslF4pjxBtPR8FQYK5/8ccrH6e3uzE/Vc8POKEqf\nWdOYmi+u936hoyp2OhtaXpin5QX8iF9+nSpoD7R2c8TZiYpNAGo=\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"}} 2019-01-20 13:41:03,501 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 used request id req-92741242-62cc-467a-b2c7-b6165f4e8fd4 2019-01-20 13:41:03,502 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:41:03,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:41:03,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f39a475004f84161b602ee7f35f6761c", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj-role"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:41:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b9211f9855d848dbaf782d5e9778fbed", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b9211f9855d848dbaf782d5e9778fbed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b9211f9855d848dbaf782d5e9778fbed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b9211f9855d848dbaf782d5e9778fbed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b9211f9855d848dbaf782d5e9778fbed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b9211f9855d848dbaf782d5e9778fbed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b9211f9855d848dbaf782d5e9778fbed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-user", "id": "00d83b2c2fd2490d9e4e8a5e8860a20d"}, "audit_ids": ["QutvwKZYSUeJxjZVW0FZlg"], "issued_at": "2019-01-20T13:41:03.000000Z"}} 2019-01-20 13:41:03,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:03,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98da5273-d6b0-475b-a765-d2e8eb3012e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:41:03,969 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-98da5273-d6b0-475b-a765-d2e8eb3012e5 2019-01-20 13:41:03,971 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:41:03,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:04,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6a16754-667c-4134-852d-855ae98238d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:41:04,057 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a6a16754-667c-4134-852d-855ae98238d7 2019-01-20 13:41:04,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:04,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-e71871a0-be33-46c7-8cac-5210cab7f31f Date: Sun, 20 Jan 2019 13:41:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","subnets":["a5db20bc-2655-454b-820a-43aec6af947f"],"description":"","tags":[],"updated_at":"2019-01-20T13:40:32Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net","admin_state_up":true,"tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:31Z","provider:network_type":"vxlan"}]} 2019-01-20 13:41:04,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net used request id req-e71871a0-be33-46c7-8cac-5210cab7f31f 2019-01-20 13:41:04,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:41:04,315 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:41:04,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:04,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3b3b1aa-a636-4832-9c8c-437b807f29de Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed"}, "enabled": true, "id": "b9211f9855d848dbaf782d5e9778fbed", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}} 2019-01-20 13:41:04,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed used request id req-e3b3b1aa-a636-4832-9c8c-437b807f29de 2019-01-20 13:41:04,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:04,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9a32cffc-3294-46ec-8f17-3283b1e20021 Date: Sun, 20 Jan 2019 13:41:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40:32Z","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":"b9211f9855d848dbaf782d5e9778fbed","id":"a5db20bc-2655-454b-820a-43aec6af947f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet"}]} 2019-01-20 13:41:04,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-9a32cffc-3294-46ec-8f17-3283b1e20021 2019-01-20 13:41:04,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6&mac_address=fa%3A16%3A3e%3A45%3Af9%3Ad2&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack-port1-7uh3wpzqdt5g&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:05,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-1b994e5d-7773-4e46-aa17-204455c9feb7 Date: Sun, 20 Jan 2019 13:41:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.7"}],"id":"17166b62-816c-4701-a58c-f550f73a7f38","security_groups":["19b61295-7daf-4750-a723-066fe77e811c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:f9:d2","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack-port1-7uh3wpzqdt5g","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:35Z","binding:vnic_type":"normal","device_id":"73832ccf-b2a4-4372-84be-27523b4710b8"}]} 2019-01-20 13:41:05,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6&mac_address=fa%3A16%3A3e%3A45%3Af9%3Ad2&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack-port1-7uh3wpzqdt5g&admin_state_up=True used request id req-1b994e5d-7773-4e46-aa17-204455c9feb7 2019-01-20 13:41:05,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:05,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-797c250f-161f-48f3-9d14-9075c76dd9a8 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed"}, "enabled": true, "id": "b9211f9855d848dbaf782d5e9778fbed", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}} 2019-01-20 13:41:05,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed used request id req-797c250f-161f-48f3-9d14-9075c76dd9a8 2019-01-20 13:41:05,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:06,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41: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-fd267a47-62c9-4535-a0e5-187c6bc7302f x-compute-request-id: req-fd267a47-62c9-4535-a0e5-187c6bc7302f Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:f9:d2", "version": 4, "addr": "10.1.2.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:f9:d2", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/73832ccf-b2a4-4372-84be-27523b4710b8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/73832ccf-b2a4-4372-84be-27523b4710b8", "rel": "bookmark"}], "image": {"id": "441217f9-c2e6-4eb7-bb19-b6bb93be313c", "links": [{"href": "http://172.30.9.22:8774/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2019-01-20T13:40:46.000000", "flavor": {"id": "ee139b24-8360-4e1f-9268-9a94958a7164", "links": [{"href": "http://172.30.9.22:8774/flavors/ee139b24-8360-4e1f-9268-9a94958a7164", "rel": "bookmark"}]}, "id": "73832ccf-b2a4-4372-84be-27523b4710b8", "security_groups": [{"name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp"}], "user_id": "00d83b2c2fd2490d9e4e8a5e8860a20d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:40:47Z", "hostId": "fcc894c89ff25b201b32acd4a4ff6c4d9cf0e977a7bb772b4e954505", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "created": "2019-01-20T13:40:39Z", "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:41:06,104 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1 used request id req-fd267a47-62c9-4535-a0e5-187c6bc7302f 2019-01-20 13:41:06,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:06,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-0e744004-f731-48a2-87a3-5fdc1fc0607c Date: Sun, 20 Jan 2019 13:41:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","subnets":["a5db20bc-2655-454b-820a-43aec6af947f"],"description":"","tags":[],"updated_at":"2019-01-20T13:40:32Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net","admin_state_up":true,"tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:31Z","provider:network_type":"vxlan"}]} 2019-01-20 13:41:06,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net used request id req-0e744004-f731-48a2-87a3-5fdc1fc0607c 2019-01-20 13:41:06,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:06,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0dc72b32-2a47-4c88-81b0-dfa484f8307e Date: Sun, 20 Jan 2019 13:41:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40:32Z","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":"b9211f9855d848dbaf782d5e9778fbed","id":"a5db20bc-2655-454b-820a-43aec6af947f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet"}]} 2019-01-20 13:41:06,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-0dc72b32-2a47-4c88-81b0-dfa484f8307e 2019-01-20 13:41:06,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:06,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-1bb8b965-d9c6-409c-b9b1-3514776560d7 Date: Sun, 20 Jan 2019 13:41:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.10"}],"id":"0627646d-21cf-4693-97d2-72e9d282913f","security_groups":["59d8522d-0d8d-4e10-b935-7814dcdd1ea3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:c3:db","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:40Z","binding:vnic_type":"normal","device_id":"8bcc5807-29d4-409a-a41d-3fb4320984c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.7"}],"id":"17166b62-816c-4701-a58c-f550f73a7f38","security_groups":["19b61295-7daf-4750-a723-066fe77e811c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:f9:d2","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack-port1-7uh3wpzqdt5g","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:35Z","binding:vnic_type":"normal","device_id":"73832ccf-b2a4-4372-84be-27523b4710b8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.2"}],"id":"93a92e5e-d2eb-4293-b3d4-4cc16aaad797","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:15:cc","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.4"}],"id":"ba956ef6-e102-4450-9763-eefd68462881","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:e0:f2","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.3"}],"id":"c8733127-b9e7-4659-9715-7cb37fa9d5ed","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:f1:56","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.1"}],"id":"f998c9dd-33f5-4391-8694-a866d9a89785","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:02:ad","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:37Z","binding:vnic_type":"normal","device_id":"e1146341-0ee5-476f-81ac-23917d58776e"}]} 2019-01-20 13:41:06,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-1bb8b965-d9c6-409c-b9b1-3514776560d7 2019-01-20 13:41:06,772 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1 2019-01-20 13:41:06,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:06,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-27a7f232-4caa-4e12-971c-a2114c056ca7 Date: Sun, 20 Jan 2019 13:41:06 GMT RESP BODY: {"floatingips": [{"router_id": "e1146341-0ee5-476f-81ac-23917d58776e", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "created_at": "2019-01-20T13:40:37Z", "updated_at": "2019-01-20T13:40:39Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "10.1.2.7", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "b9211f9855d848dbaf782d5e9778fbed", "port_id": "17166b62-816c-4701-a58c-f550f73a7f38", "id": "e22a8c4f-342e-4612-9f0f-172571228d6f"}]} 2019-01-20 13:41:06,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-27a7f232-4caa-4e12-971c-a2114c056ca7 2019-01-20 13:41:06,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/6e200ca5-834e-4c65-a73e-e911493b590c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:06,971 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41: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-9d73fe6f-d1a8-4193-9adb-d08f2a782dd3 x-compute-request-id: req-9d73fe6f-d1a8-4193-9adb-d08f2a782dd3 Content-Encoding: gzip Content-Length: 338 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/6e200ca5-834e-4c65-a73e-e911493b590c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/6e200ca5-834e-4c65-a73e-e911493b590c", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "6e200ca5-834e-4c65-a73e-e911493b590c", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack-flavor2-37dowlrgebnl", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:41:06,971 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/6e200ca5-834e-4c65-a73e-e911493b590c used request id req-9d73fe6f-d1a8-4193-9adb-d08f2a782dd3 2019-01-20 13:41:06,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/a5db20bc-2655-454b-820a-43aec6af947f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:07,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-f60713e4-13b1-4fff-88cb-44a125798b9e Date: Sun, 20 Jan 2019 13:41:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40:32Z","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":"b9211f9855d848dbaf782d5e9778fbed","id":"a5db20bc-2655-454b-820a-43aec6af947f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet"}} 2019-01-20 13:41:07,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/a5db20bc-2655-454b-820a-43aec6af947f used request id req-f60713e4-13b1-4fff-88cb-44a125798b9e 2019-01-20 13:41:07,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:07,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-fe57887b-6209-47d6-b19a-a37d00f8834e Date: Sun, 20 Jan 2019 13:41:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","subnets":["a5db20bc-2655-454b-820a-43aec6af947f"],"description":"","tags":[],"updated_at":"2019-01-20T13:40:32Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net","admin_state_up":true,"tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:31Z","provider:network_type":"vxlan"}]} 2019-01-20 13:41:07,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-fe57887b-6209-47d6-b19a-a37d00f8834e 2019-01-20 13:41:07,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:07,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a30fb618-e8c0-4f12-8793-1c236bc80edd Date: Sun, 20 Jan 2019 13:41:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40:32Z","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":"b9211f9855d848dbaf782d5e9778fbed","id":"a5db20bc-2655-454b-820a-43aec6af947f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet"}]} 2019-01-20 13:41:07,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-a30fb618-e8c0-4f12-8793-1c236bc80edd 2019-01-20 13:41:07,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:07,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-accf24d9-1b7c-45fa-a993-820a32f51fed Date: Sun, 20 Jan 2019 13:41:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","subnets":["a5db20bc-2655-454b-820a-43aec6af947f"],"description":"","tags":[],"updated_at":"2019-01-20T13:40:32Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net","admin_state_up":true,"tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:31Z","provider:network_type":"vxlan"}]} 2019-01-20 13:41:07,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net used request id req-accf24d9-1b7c-45fa-a993-820a32f51fed 2019-01-20 13:41:07,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:07,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ac43c2a-0e51-4f4c-882b-6967c32f53ca Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed"}, "enabled": true, "id": "b9211f9855d848dbaf782d5e9778fbed", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}} 2019-01-20 13:41:07,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed used request id req-6ac43c2a-0e51-4f4c-882b-6967c32f53ca 2019-01-20 13:41:07,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:07,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2cf81dc8-462c-43d2-be8f-ba122bea6f2b Date: Sun, 20 Jan 2019 13:41:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40:32Z","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":"b9211f9855d848dbaf782d5e9778fbed","id":"a5db20bc-2655-454b-820a-43aec6af947f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet"}]} 2019-01-20 13:41:07,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-2cf81dc8-462c-43d2-be8f-ba122bea6f2b 2019-01-20 13:41:07,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6&mac_address=fa%3A16%3A3e%3A47%3Ac3%3Adb&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:07,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-d740142b-c765-4a4b-8cb5-0a28a7bf920c Date: Sun, 20 Jan 2019 13:41:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.10"}],"id":"0627646d-21cf-4693-97d2-72e9d282913f","security_groups":["59d8522d-0d8d-4e10-b935-7814dcdd1ea3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:c3:db","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:40Z","binding:vnic_type":"normal","device_id":"8bcc5807-29d4-409a-a41d-3fb4320984c9"}]} 2019-01-20 13:41:07,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6&mac_address=fa%3A16%3A3e%3A47%3Ac3%3Adb&admin_state_up=True used request id req-d740142b-c765-4a4b-8cb5-0a28a7bf920c 2019-01-20 13:41:07,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:07,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ca2814c-ccf4-4f04-aa55-c7a600150868 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed"}, "enabled": true, "id": "b9211f9855d848dbaf782d5e9778fbed", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}} 2019-01-20 13:41:07,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed used request id req-8ca2814c-ccf4-4f04-aa55-c7a600150868 2019-01-20 13:41:07,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:07,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-caa20c68-2c74-443a-9f19-b5094221bc65 Date: Sun, 20 Jan 2019 13:41:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","subnets":["a5db20bc-2655-454b-820a-43aec6af947f"],"description":"","tags":[],"updated_at":"2019-01-20T13:40:32Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net","admin_state_up":true,"tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:31Z","provider:network_type":"vxlan"}]} 2019-01-20 13:41:07,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net used request id req-caa20c68-2c74-443a-9f19-b5094221bc65 2019-01-20 13:41:07,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:08,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e4163161-e995-4de3-b94c-62ecb8a4ac75 Date: Sun, 20 Jan 2019 13:41:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40:32Z","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":"b9211f9855d848dbaf782d5e9778fbed","id":"a5db20bc-2655-454b-820a-43aec6af947f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet"}]} 2019-01-20 13:41:08,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-e4163161-e995-4de3-b94c-62ecb8a4ac75 2019-01-20 13:41:08,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:08,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-d9e382d5-d326-403d-a7bc-c716667ed7b3 Date: Sun, 20 Jan 2019 13:41:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.10"}],"id":"0627646d-21cf-4693-97d2-72e9d282913f","security_groups":["59d8522d-0d8d-4e10-b935-7814dcdd1ea3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:c3:db","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:40Z","binding:vnic_type":"normal","device_id":"8bcc5807-29d4-409a-a41d-3fb4320984c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.7"}],"id":"17166b62-816c-4701-a58c-f550f73a7f38","security_groups":["19b61295-7daf-4750-a723-066fe77e811c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:f9:d2","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack-port1-7uh3wpzqdt5g","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:35Z","binding:vnic_type":"normal","device_id":"73832ccf-b2a4-4372-84be-27523b4710b8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.2"}],"id":"93a92e5e-d2eb-4293-b3d4-4cc16aaad797","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:15:cc","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.4"}],"id":"ba956ef6-e102-4450-9763-eefd68462881","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:e0:f2","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.3"}],"id":"c8733127-b9e7-4659-9715-7cb37fa9d5ed","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:f1:56","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.1"}],"id":"f998c9dd-33f5-4391-8694-a866d9a89785","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:02:ad","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:37Z","binding:vnic_type":"normal","device_id":"e1146341-0ee5-476f-81ac-23917d58776e"}]} 2019-01-20 13:41:08,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-d9e382d5-d326-403d-a7bc-c716667ed7b3 2019-01-20 13:41:08,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:08,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-e02b7486-52f0-4ee1-aaa0-22aeabff7f40 Date: Sun, 20 Jan 2019 13:41:08 GMT RESP BODY: {"floatingips": [{"router_id": "e1146341-0ee5-476f-81ac-23917d58776e", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "created_at": "2019-01-20T13:40:37Z", "updated_at": "2019-01-20T13:40:39Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "10.1.2.7", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "b9211f9855d848dbaf782d5e9778fbed", "port_id": "17166b62-816c-4701-a58c-f550f73a7f38", "id": "e22a8c4f-342e-4612-9f0f-172571228d6f"}]} 2019-01-20 13:41:08,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-e02b7486-52f0-4ee1-aaa0-22aeabff7f40 2019-01-20 13:41:08,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:08,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f162a555-bd4d-4aea-addb-0a01df6b56c5 Date: Sun, 20 Jan 2019 13:41:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:40:20Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-20T13:40:21Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c/snap", "metadata": {}}], "self": "/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c", "min_disk": 0, "protected": false, "id": "441217f9-c2e6-4eb7-bb19-b6bb93be313c", "file": "/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b9211f9855d848dbaf782d5e9778fbed", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:41:08,940 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c used request id req-f162a555-bd4d-4aea-addb-0a01df6b56c5 2019-01-20 13:41:08,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/3d9873b1-977e-40fa-be7e-82e3fee6f209 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c74d7fd00e0e6d444b223d0989e8b90c02096491" 2019-01-20 13:41:09,118 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:41:08 GMT Server: Apache x-openstack-request-id: req-73c19521-321d-4d50-aa09-2bb2d4baefdf Location: http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:41:09,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:09 GMT Server: Apache x-openstack-request-id: req-09aa6865-15d7-4418-a779-ece7ceecb31c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2080 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor2", "OS::project_id": "b9211f9855d848dbaf782d5e9778fbed", "OS::stack_id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "security_group_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet", "net_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2", "inst1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "image2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "flavor1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor1", "image1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "stack_user_project_id": "5c4ef06b98c64d9a96ca4745fa6988b3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-20T13:40:27Z", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA6iNwpPhWDETxAEyBu+zmGqHeqvtS0dU6skNEe5HFtnP3uKeM\nGfH+3DorFl1lnG0xRTRE9JTWEbisrLMXpJkkPvyITIRhcANbz9b35FA2BKfLopbE\nRofuKx9tbgRgikyVPKNCmc6+yllL7366LvxEG82mcOclXb3oU6ACX6QN7KpL4B++\nWtFItrxUeh2zVHR4H1UvPRiqK7JQ4KqiMzxWo+iGnYq3HjdF2LH4ZERmRd7oV/+n\n98mWf2ulVBryMcW4N7WaAhItves+qfMxVj1VS5JyEPq0PtmmJw1YCPRT6cZOGirF\nVHvIxIXx5JyNi7QXw9zG4Ld0IKTXV7jyLdINtwIDAQABAoIBABe+XE/+dwtrel0j\nZQyfq34L6D7CmdV5oCgvtiQp1jj4baimJQkEh2nh5DiyY/mHATYZZNzAsyy845Xn\n23/vn8NbbJ8F1bO8Q3VCQYU/tRqnwXjNfT4Bzt9Eop5Dh16/AWtSyxA57RMsFw1E\ndrEJGAcRxc0xQ5LMDWFdmqAETP0w3ilLhWDAawX5YaNwCtHyt6+tSiYmxTN9G8HS\nhV2FRtEj1GwTpLSeGQXGVIXgyhQ3PP4RN9FH6yWfmA2r9zGJUh1A+1iqvYaFjkdF\n3b8Rc3mbHs2zWuFsWgRxZFlJyLjerSR23wcRR25C4e4WXY/mitjd6dMMweYmGVKV\nRksI0/ECgYEA/6AZ2Z8U+U5D2J2xOP3J1AbhNsx8PcFXJZSCZNnYj8miaxLMV1FT\n7PYJZpYKYP429yY6wiwjdZbmiUlHKwl+OcmJ6XfAArvpbWedoHMWDxUZTIPs55ny\nT+0dn9wFgB4f4ByVA6awRMtCwxYDH93Q8Y2hNPLIXTRj7yrMNbPl02sCgYEA6ntH\nMk0J5Z5h2W6Aa8dQrHpBNWYs5W73btMeVTrH1lJGgngsvZ+ipgGTcw8erGpZjBG2\nfu3w/mmbxXqcH2LPGHxhcIjamKmaF6QDjrG5tEKzEGkl0ChwQaBX/99ZhpPR9MO6\nclTNp0Zxec4z558XgcG4gBirBxhR4DbW+j/ejeUCgYAeOYr07VdohvWEtliPGYr0\ns/+LIDCMiMDKI74rOIrfrYKz0Fwy8t3OheTkqVb+0vAi1vVZoihrLfWCRBTTJOM0\n5/yTi2I7sIZQNlEv+IuiKud74ZlwZQZ+ptW64iQQWv9/20FPVjU/XR0+veqOqQac\nmRd3kEFaq+gpDlFpBCVnkwKBgGxEB5eeIpe3DY8Lipg5K3K38CvrxYcaOX0eVb8c\nqPC4hH3xZxcXAk6MI7zYml0ZrccS1qS80K1nrdj8x+FmCiFQLN19ExGyHcgUnt/g\nB9LHiU5mfmMiiNKEap1mTzvoPOU7CneH2H0H9ZU8NJMZzgzHmZzrxuw7unJAX/qk\nSupRAoGAJD4LgWshzORyZ4wO8EI4jW3Y0sh2EIRDCBRUDlDJDqxg+c5bPnNF7UZ9\nSNflxhUf9u7njowIVYqoR3CfdslF4pjxBtPR8FQYK5/8ccrH6e3uzE/Vc8POKEqf\nWdOYmi+u936hoyp2OhtaXpin5QX8iF9+nSpoD7R2c8TZiYpNAGo=\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"}} 2019-01-20 13:41:09,293 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 used request id req-09aa6865-15d7-4418-a779-ece7ceecb31c 2019-01-20 13:41:09,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:41:09,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:41:09,685 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f39a475004f84161b602ee7f35f6761c", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj-role"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:41:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b9211f9855d848dbaf782d5e9778fbed", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/b9211f9855d848dbaf782d5e9778fbed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/b9211f9855d848dbaf782d5e9778fbed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/b9211f9855d848dbaf782d5e9778fbed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/b9211f9855d848dbaf782d5e9778fbed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/b9211f9855d848dbaf782d5e9778fbed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/b9211f9855d848dbaf782d5e9778fbed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/b9211f9855d848dbaf782d5e9778fbed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-user", "id": "00d83b2c2fd2490d9e4e8a5e8860a20d"}, "audit_ids": ["wtNjFSNuTAOfwkSM7_0kSw"], "issued_at": "2019-01-20T13:41:09.000000Z"}} 2019-01-20 13:41:09,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b59345053d2e9c6a23a081e3a458d629475b03b" 2019-01-20 13:41:09,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34ecfc83-d164-4f9f-9226-9d4625d8a9d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:41:09,773 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-34ecfc83-d164-4f9f-9226-9d4625d8a9d6 2019-01-20 13:41:09,774 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:41:09,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b59345053d2e9c6a23a081e3a458d629475b03b" 2019-01-20 13:41:09,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fed3198-110b-49bf-a0c0-c74e9127b545 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:41:09,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9fed3198-110b-49bf-a0c0-c74e9127b545 2019-01-20 13:41:09,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b59345053d2e9c6a23a081e3a458d629475b03b" 2019-01-20 13:41:10,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-4d118a99-5289-4fc3-9ba8-c28a2b100a86 Date: Sun, 20 Jan 2019 13:41:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","subnets":["a5db20bc-2655-454b-820a-43aec6af947f"],"description":"","tags":[],"updated_at":"2019-01-20T13:40:32Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net","admin_state_up":true,"tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:31Z","provider:network_type":"vxlan"}]} 2019-01-20 13:41:10,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net used request id req-4d118a99-5289-4fc3-9ba8-c28a2b100a86 2019-01-20 13:41:10,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:41:10,131 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:41: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:41:10,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b59345053d2e9c6a23a081e3a458d629475b03b" 2019-01-20 13:41:10,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef90e12d-a848-4458-888f-f868ed963e9b Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed"}, "enabled": true, "id": "b9211f9855d848dbaf782d5e9778fbed", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}} 2019-01-20 13:41:10,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed used request id req-ef90e12d-a848-4458-888f-f868ed963e9b 2019-01-20 13:41:10,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b59345053d2e9c6a23a081e3a458d629475b03b" 2019-01-20 13:41:10,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-70fde7da-4520-494f-a16b-13278fff9cdc Date: Sun, 20 Jan 2019 13:41:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40:32Z","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":"b9211f9855d848dbaf782d5e9778fbed","id":"a5db20bc-2655-454b-820a-43aec6af947f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet"}]} 2019-01-20 13:41:10,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-70fde7da-4520-494f-a16b-13278fff9cdc 2019-01-20 13:41:10,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6&mac_address=fa%3A16%3A3e%3A47%3Ac3%3Adb&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b59345053d2e9c6a23a081e3a458d629475b03b" 2019-01-20 13:41:11,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-dc25f5fd-6c8d-413f-8ada-c61dd00e4984 Date: Sun, 20 Jan 2019 13:41:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.10"}],"id":"0627646d-21cf-4693-97d2-72e9d282913f","security_groups":["59d8522d-0d8d-4e10-b935-7814dcdd1ea3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:c3:db","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:40Z","binding:vnic_type":"normal","device_id":"8bcc5807-29d4-409a-a41d-3fb4320984c9"}]} 2019-01-20 13:41:11,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6&mac_address=fa%3A16%3A3e%3A47%3Ac3%3Adb&admin_state_up=True used request id req-dc25f5fd-6c8d-413f-8ada-c61dd00e4984 2019-01-20 13:41:11,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b59345053d2e9c6a23a081e3a458d629475b03b" 2019-01-20 13:41:11,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2d56e76-c31b-4b61-8abc-7b37caef4e08 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed"}, "enabled": true, "id": "b9211f9855d848dbaf782d5e9778fbed", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}} 2019-01-20 13:41:11,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed used request id req-b2d56e76-c31b-4b61-8abc-7b37caef4e08 2019-01-20 13:41:11,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b59345053d2e9c6a23a081e3a458d629475b03b" 2019-01-20 13:41:12,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41: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-90425fd6-5a82-479e-b3ba-76c4e7cad96a x-compute-request-id: req-90425fd6-5a82-479e-b3ba-76c4e7cad96a Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:c3:db", "version": 4, "addr": "10.1.2.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8bcc5807-29d4-409a-a41d-3fb4320984c9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8bcc5807-29d4-409a-a41d-3fb4320984c9", "rel": "bookmark"}], "image": {"id": "441217f9-c2e6-4eb7-bb19-b6bb93be313c", "links": [{"href": "http://172.30.9.22:8774/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000113", "OS-SRV-USG:launched_at": "2019-01-20T13:40:44.000000", "flavor": {"id": "6e200ca5-834e-4c65-a73e-e911493b590c", "links": [{"href": "http://172.30.9.22:8774/flavors/6e200ca5-834e-4c65-a73e-e911493b590c", "rel": "bookmark"}]}, "id": "8bcc5807-29d4-409a-a41d-3fb4320984c9", "security_groups": [{"name": "default"}], "user_id": "00d83b2c2fd2490d9e4e8a5e8860a20d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:40:45Z", "hostId": "6e59978442d29d24d014fe739fad2da83ed6f7cb78aa8562c8137f1e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2", "created": "2019-01-20T13:40:37Z", "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:41:12,065 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2 used request id req-90425fd6-5a82-479e-b3ba-76c4e7cad96a 2019-01-20 13:41:12,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b59345053d2e9c6a23a081e3a458d629475b03b" 2019-01-20 13:41:12,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-21fe4145-f3b4-44c8-b50f-f9ba91acf8b8 Date: Sun, 20 Jan 2019 13:41:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","subnets":["a5db20bc-2655-454b-820a-43aec6af947f"],"description":"","tags":[],"updated_at":"2019-01-20T13:40:32Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net","admin_state_up":true,"tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:31Z","provider:network_type":"vxlan"}]} 2019-01-20 13:41:12,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net used request id req-21fe4145-f3b4-44c8-b50f-f9ba91acf8b8 2019-01-20 13:41:12,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b59345053d2e9c6a23a081e3a458d629475b03b" 2019-01-20 13:41:12,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c49cac0f-3161-43d7-bd3b-fe8549b51fa9 Date: Sun, 20 Jan 2019 13:41:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40:32Z","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":"b9211f9855d848dbaf782d5e9778fbed","id":"a5db20bc-2655-454b-820a-43aec6af947f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet"}]} 2019-01-20 13:41:12,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-c49cac0f-3161-43d7-bd3b-fe8549b51fa9 2019-01-20 13:41:12,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b59345053d2e9c6a23a081e3a458d629475b03b" 2019-01-20 13:41:13,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-70a2a9cd-993c-4d15-a229-20347c0c9ee4 Date: Sun, 20 Jan 2019 13:41:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.10"}],"id":"0627646d-21cf-4693-97d2-72e9d282913f","security_groups":["59d8522d-0d8d-4e10-b935-7814dcdd1ea3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:c3:db","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:40Z","binding:vnic_type":"normal","device_id":"8bcc5807-29d4-409a-a41d-3fb4320984c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.7"}],"id":"17166b62-816c-4701-a58c-f550f73a7f38","security_groups":["19b61295-7daf-4750-a723-066fe77e811c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:f9:d2","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack-port1-7uh3wpzqdt5g","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:35Z","binding:vnic_type":"normal","device_id":"73832ccf-b2a4-4372-84be-27523b4710b8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.2"}],"id":"93a92e5e-d2eb-4293-b3d4-4cc16aaad797","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:15:cc","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.4"}],"id":"ba956ef6-e102-4450-9763-eefd68462881","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:e0:f2","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.3"}],"id":"c8733127-b9e7-4659-9715-7cb37fa9d5ed","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:f1:56","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.1"}],"id":"f998c9dd-33f5-4391-8694-a866d9a89785","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:02:ad","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:37Z","binding:vnic_type":"normal","device_id":"e1146341-0ee5-476f-81ac-23917d58776e"}]} 2019-01-20 13:41:13,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-70a2a9cd-993c-4d15-a229-20347c0c9ee4 2019-01-20 13:41:13,400 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2 2019-01-20 13:41:13,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b59345053d2e9c6a23a081e3a458d629475b03b" 2019-01-20 13:41:13,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-e4c45e5c-e0b9-4947-889f-0c20371cdbc1 Date: Sun, 20 Jan 2019 13:41:13 GMT RESP BODY: {"floatingips": [{"router_id": "e1146341-0ee5-476f-81ac-23917d58776e", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "created_at": "2019-01-20T13:40:37Z", "updated_at": "2019-01-20T13:40:39Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "10.1.2.7", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "b9211f9855d848dbaf782d5e9778fbed", "port_id": "17166b62-816c-4701-a58c-f550f73a7f38", "id": "e22a8c4f-342e-4612-9f0f-172571228d6f"}]} 2019-01-20 13:41:13,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-e4c45e5c-e0b9-4947-889f-0c20371cdbc1 2019-01-20 13:41:13,589 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/73832ccf-b2a4-4372-84be-27523b4710b8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:14,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41: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-297a3640-2422-427f-ba05-1617ee8bda2e x-compute-request-id: req-297a3640-2422-427f-ba05-1617ee8bda2e Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:f9:d2", "version": 4, "addr": "10.1.2.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:f9:d2", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/73832ccf-b2a4-4372-84be-27523b4710b8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/73832ccf-b2a4-4372-84be-27523b4710b8", "rel": "bookmark"}], "image": {"id": "441217f9-c2e6-4eb7-bb19-b6bb93be313c", "links": [{"href": "http://172.30.9.22:8774/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2019-01-20T13:40:46.000000", "flavor": {"id": "ee139b24-8360-4e1f-9268-9a94958a7164", "links": [{"href": "http://172.30.9.22:8774/flavors/ee139b24-8360-4e1f-9268-9a94958a7164", "rel": "bookmark"}]}, "id": "73832ccf-b2a4-4372-84be-27523b4710b8", "security_groups": [{"name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp"}], "user_id": "00d83b2c2fd2490d9e4e8a5e8860a20d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:40:47Z", "hostId": "fcc894c89ff25b201b32acd4a4ff6c4d9cf0e977a7bb772b4e954505", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "created": "2019-01-20T13:40:39Z", "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:41:14,176 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/73832ccf-b2a4-4372-84be-27523b4710b8 used request id req-297a3640-2422-427f-ba05-1617ee8bda2e 2019-01-20 13:41:14,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:14,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-ecb81fcf-04bd-47cb-a38c-91a130e0ac4a Date: Sun, 20 Jan 2019 13:41:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","subnets":["a5db20bc-2655-454b-820a-43aec6af947f"],"description":"","tags":[],"updated_at":"2019-01-20T13:40:32Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net","admin_state_up":true,"tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:31Z","provider:network_type":"vxlan"}]} 2019-01-20 13:41:14,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net used request id req-ecb81fcf-04bd-47cb-a38c-91a130e0ac4a 2019-01-20 13:41:14,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:14,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7f214b4-6655-4f44-a233-8066ff9edddc Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed"}, "enabled": true, "id": "b9211f9855d848dbaf782d5e9778fbed", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}} 2019-01-20 13:41:14,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed used request id req-e7f214b4-6655-4f44-a233-8066ff9edddc 2019-01-20 13:41:14,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:14,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a4838e56-d56b-4c14-b69a-d272efab3000 Date: Sun, 20 Jan 2019 13:41:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40:32Z","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":"b9211f9855d848dbaf782d5e9778fbed","id":"a5db20bc-2655-454b-820a-43aec6af947f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet"}]} 2019-01-20 13:41:14,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-a4838e56-d56b-4c14-b69a-d272efab3000 2019-01-20 13:41:14,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:15,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-1b0eee88-8686-4d87-9497-f42aab847776 Date: Sun, 20 Jan 2019 13:41:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.10"}],"id":"0627646d-21cf-4693-97d2-72e9d282913f","security_groups":["59d8522d-0d8d-4e10-b935-7814dcdd1ea3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:c3:db","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:40Z","binding:vnic_type":"normal","device_id":"8bcc5807-29d4-409a-a41d-3fb4320984c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.7"}],"id":"17166b62-816c-4701-a58c-f550f73a7f38","security_groups":["19b61295-7daf-4750-a723-066fe77e811c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:f9:d2","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack-port1-7uh3wpzqdt5g","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:35Z","binding:vnic_type":"normal","device_id":"73832ccf-b2a4-4372-84be-27523b4710b8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.2"}],"id":"93a92e5e-d2eb-4293-b3d4-4cc16aaad797","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:15:cc","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.4"}],"id":"ba956ef6-e102-4450-9763-eefd68462881","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:e0:f2","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.3"}],"id":"c8733127-b9e7-4659-9715-7cb37fa9d5ed","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:f1:56","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.1"}],"id":"f998c9dd-33f5-4391-8694-a866d9a89785","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:02:ad","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:37Z","binding:vnic_type":"normal","device_id":"e1146341-0ee5-476f-81ac-23917d58776e"}]} 2019-01-20 13:41:15,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-1b0eee88-8686-4d87-9497-f42aab847776 2019-01-20 13:41:15,114 - create_instance - INFO - Checking if VM is active 2019-01-20 13:41:15,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/73832ccf-b2a4-4372-84be-27523b4710b8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:15,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41: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-dd5cda5c-43c0-422a-8c61-a7e7baad7844 x-compute-request-id: req-dd5cda5c-43c0-422a-8c61-a7e7baad7844 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:f9:d2", "version": 4, "addr": "10.1.2.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:f9:d2", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/73832ccf-b2a4-4372-84be-27523b4710b8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/73832ccf-b2a4-4372-84be-27523b4710b8", "rel": "bookmark"}], "image": {"id": "441217f9-c2e6-4eb7-bb19-b6bb93be313c", "links": [{"href": "http://172.30.9.22:8774/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2019-01-20T13:40:46.000000", "flavor": {"id": "ee139b24-8360-4e1f-9268-9a94958a7164", "links": [{"href": "http://172.30.9.22:8774/flavors/ee139b24-8360-4e1f-9268-9a94958a7164", "rel": "bookmark"}]}, "id": "73832ccf-b2a4-4372-84be-27523b4710b8", "security_groups": [{"name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp"}], "user_id": "00d83b2c2fd2490d9e4e8a5e8860a20d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:40:47Z", "hostId": "fcc894c89ff25b201b32acd4a4ff6c4d9cf0e977a7bb772b4e954505", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "created": "2019-01-20T13:40:39Z", "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:41:15,930 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/73832ccf-b2a4-4372-84be-27523b4710b8 used request id req-dd5cda5c-43c0-422a-8c61-a7e7baad7844 2019-01-20 13:41:15,930 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1] is - ACTIVE 2019-01-20 13:41:15,931 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:41:15,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/73832ccf-b2a4-4372-84be-27523b4710b8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:16,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41: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-ad0bfb09-d75a-40fb-bbbe-743aec77c91a x-compute-request-id: req-ad0bfb09-d75a-40fb-bbbe-743aec77c91a Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:f9:d2", "version": 4, "addr": "10.1.2.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:f9:d2", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/73832ccf-b2a4-4372-84be-27523b4710b8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/73832ccf-b2a4-4372-84be-27523b4710b8", "rel": "bookmark"}], "image": {"id": "441217f9-c2e6-4eb7-bb19-b6bb93be313c", "links": [{"href": "http://172.30.9.22:8774/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2019-01-20T13:40:46.000000", "flavor": {"id": "ee139b24-8360-4e1f-9268-9a94958a7164", "links": [{"href": "http://172.30.9.22:8774/flavors/ee139b24-8360-4e1f-9268-9a94958a7164", "rel": "bookmark"}]}, "id": "73832ccf-b2a4-4372-84be-27523b4710b8", "security_groups": [{"name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp"}], "user_id": "00d83b2c2fd2490d9e4e8a5e8860a20d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:40:47Z", "hostId": "fcc894c89ff25b201b32acd4a4ff6c4d9cf0e977a7bb772b4e954505", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "created": "2019-01-20T13:40:39Z", "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:41:16,536 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/73832ccf-b2a4-4372-84be-27523b4710b8 used request id req-ad0bfb09-d75a-40fb-bbbe-743aec77c91a 2019-01-20 13:41:16,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:16,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-a53084a1-4d2b-4c4e-8c32-cfbd966665a1 Date: Sun, 20 Jan 2019 13:41:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","subnets":["a5db20bc-2655-454b-820a-43aec6af947f"],"description":"","tags":[],"updated_at":"2019-01-20T13:40:32Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net","admin_state_up":true,"tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:31Z","provider:network_type":"vxlan"}]} 2019-01-20 13:41:16,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net used request id req-a53084a1-4d2b-4c4e-8c32-cfbd966665a1 2019-01-20 13:41:16,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:16,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-001cce15-51c3-471c-9364-5648ec327ece Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed"}, "enabled": true, "id": "b9211f9855d848dbaf782d5e9778fbed", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}} 2019-01-20 13:41:16,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed used request id req-001cce15-51c3-471c-9364-5648ec327ece 2019-01-20 13:41:16,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:16,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ddc58e20-6029-43fc-8fc1-9cfdc8634a83 Date: Sun, 20 Jan 2019 13:41:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40:32Z","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":"b9211f9855d848dbaf782d5e9778fbed","id":"a5db20bc-2655-454b-820a-43aec6af947f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet"}]} 2019-01-20 13:41:16,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-ddc58e20-6029-43fc-8fc1-9cfdc8634a83 2019-01-20 13:41:16,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41d77c1d9c756b754de4cd02c933b18b581c6a7" 2019-01-20 13:41:17,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-eb4ef849-5228-4c5c-ae09-0041fbff574e Date: Sun, 20 Jan 2019 13:41:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.10"}],"id":"0627646d-21cf-4693-97d2-72e9d282913f","security_groups":["59d8522d-0d8d-4e10-b935-7814dcdd1ea3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:c3:db","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:40Z","binding:vnic_type":"normal","device_id":"8bcc5807-29d4-409a-a41d-3fb4320984c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.7"}],"id":"17166b62-816c-4701-a58c-f550f73a7f38","security_groups":["19b61295-7daf-4750-a723-066fe77e811c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:f9:d2","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack-port1-7uh3wpzqdt5g","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:35Z","binding:vnic_type":"normal","device_id":"73832ccf-b2a4-4372-84be-27523b4710b8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.2"}],"id":"93a92e5e-d2eb-4293-b3d4-4cc16aaad797","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:15:cc","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.4"}],"id":"ba956ef6-e102-4450-9763-eefd68462881","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:e0:f2","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.3"}],"id":"c8733127-b9e7-4659-9715-7cb37fa9d5ed","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:f1:56","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.1"}],"id":"f998c9dd-33f5-4391-8694-a866d9a89785","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:02:ad","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:37Z","binding:vnic_type":"normal","device_id":"e1146341-0ee5-476f-81ac-23917d58776e"}]} 2019-01-20 13:41:17,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-eb4ef849-5228-4c5c-ae09-0041fbff574e 2019-01-20 13:41:17,132 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:41:17,135 - paramiko.transport - DEBUG - starting thread (client mode): 0x8c89f8d0L 2019-01-20 13:41:17,136 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:41:17,137 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:41:17,137 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:41:17,138 - 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 2019-01-20 13:41:17,138 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:41:17,138 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:41:17,139 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:41:17,139 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:41:17,139 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:41:17,157 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:41:17,158 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:41:17,169 - paramiko.transport - DEBUG - Trying key 4ba38e436898e640b623d5d5d8914710 from e0088eb7-5366-4148-849f-786383d16be5 2019-01-20 13:41:17,197 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:41:17,203 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:41:17,303 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:41:17,347 - create_instance - INFO - SSH is active for VM instance 2019-01-20 13:41:17,347 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:41:17,349 - paramiko.transport - DEBUG - starting thread (client mode): 0x8c89f450L 2019-01-20 13:41:17,349 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:41:17,349 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-20 13:41:17,350 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-20 13:41:17,351 - 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 2019-01-20 13:41:17,351 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:41:17,351 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-20 13:41:17,351 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:41:17,351 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:41:17,352 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:41:17,368 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:41:17,369 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:41:17,381 - paramiko.transport - DEBUG - Trying key 4ba38e436898e640b623d5d5d8914710 from e0088eb7-5366-4148-849f-786383d16be5 2019-01-20 13:41:17,409 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:41:17,414 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:41:17,446 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 13:41:17,447 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-20 13:41:17,447 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 13:41:17,448 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 13:41:17,449 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:41:17,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/8bcc5807-29d4-409a-a41d-3fb4320984c9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b59345053d2e9c6a23a081e3a458d629475b03b" 2019-01-20 13:41:18,242 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41: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-a8f23b55-8248-43bb-805d-394c5aa64204 x-compute-request-id: req-a8f23b55-8248-43bb-805d-394c5aa64204 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:c3:db", "version": 4, "addr": "10.1.2.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8bcc5807-29d4-409a-a41d-3fb4320984c9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8bcc5807-29d4-409a-a41d-3fb4320984c9", "rel": "bookmark"}], "image": {"id": "441217f9-c2e6-4eb7-bb19-b6bb93be313c", "links": [{"href": "http://172.30.9.22:8774/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000113", "OS-SRV-USG:launched_at": "2019-01-20T13:40:44.000000", "flavor": {"id": "6e200ca5-834e-4c65-a73e-e911493b590c", "links": [{"href": "http://172.30.9.22:8774/flavors/6e200ca5-834e-4c65-a73e-e911493b590c", "rel": "bookmark"}]}, "id": "8bcc5807-29d4-409a-a41d-3fb4320984c9", "security_groups": [{"name": "default"}], "user_id": "00d83b2c2fd2490d9e4e8a5e8860a20d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:40:45Z", "hostId": "6e59978442d29d24d014fe739fad2da83ed6f7cb78aa8562c8137f1e", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2", "created": "2019-01-20T13:40:37Z", "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:41:18,242 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8bcc5807-29d4-409a-a41d-3fb4320984c9 used request id req-a8f23b55-8248-43bb-805d-394c5aa64204 2019-01-20 13:41:18,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b59345053d2e9c6a23a081e3a458d629475b03b" 2019-01-20 13:41:18,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-2b807dd6-4029-48db-959a-6ed8be1e3082 Date: Sun, 20 Jan 2019 13:41:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","subnets":["a5db20bc-2655-454b-820a-43aec6af947f"],"description":"","tags":[],"updated_at":"2019-01-20T13:40:32Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net","admin_state_up":true,"tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:31Z","provider:network_type":"vxlan"}]} 2019-01-20 13:41:18,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net used request id req-2b807dd6-4029-48db-959a-6ed8be1e3082 2019-01-20 13:41:18,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b59345053d2e9c6a23a081e3a458d629475b03b" 2019-01-20 13:41:18,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80e5d105-f158-4967-ae86-8b40cc102656 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed"}, "enabled": true, "id": "b9211f9855d848dbaf782d5e9778fbed", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}} 2019-01-20 13:41:18,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed used request id req-80e5d105-f158-4967-ae86-8b40cc102656 2019-01-20 13:41:18,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b59345053d2e9c6a23a081e3a458d629475b03b" 2019-01-20 13:41:18,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7f0b0155-f593-4c13-97ef-6588e6e941f2 Date: Sun, 20 Jan 2019 13:41:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:32Z","dns_nameservers":[],"updated_at":"2019-01-20T13:40:32Z","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":"b9211f9855d848dbaf782d5e9778fbed","id":"a5db20bc-2655-454b-820a-43aec6af947f","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet"}]} 2019-01-20 13:41:18,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-7f0b0155-f593-4c13-97ef-6588e6e941f2 2019-01-20 13:41:18,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b59345053d2e9c6a23a081e3a458d629475b03b" 2019-01-20 13:41:18,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-f7391113-fc25-4172-b22a-468a61db53cc Date: Sun, 20 Jan 2019 13:41:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.10"}],"id":"0627646d-21cf-4693-97d2-72e9d282913f","security_groups":["59d8522d-0d8d-4e10-b935-7814dcdd1ea3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:c3:db","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:40Z","binding:vnic_type":"normal","device_id":"8bcc5807-29d4-409a-a41d-3fb4320984c9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.7"}],"id":"17166b62-816c-4701-a58c-f550f73a7f38","security_groups":["19b61295-7daf-4750-a723-066fe77e811c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:45:f9:d2","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack-port1-7uh3wpzqdt5g","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:35Z","binding:vnic_type":"normal","device_id":"73832ccf-b2a4-4372-84be-27523b4710b8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.2"}],"id":"93a92e5e-d2eb-4293-b3d4-4cc16aaad797","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:15:cc","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.4"}],"id":"ba956ef6-e102-4450-9763-eefd68462881","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:e0:f2","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.3"}],"id":"c8733127-b9e7-4659-9715-7cb37fa9d5ed","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:50:f1:56","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4e4b21f9-9032-4b8c-97ed-1c29020c7ae6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:40:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a5db20bc-2655-454b-820a-43aec6af947f","ip_address":"10.1.2.1"}],"id":"f998c9dd-33f5-4391-8694-a866d9a89785","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:02:ad","project_id":"b9211f9855d848dbaf782d5e9778fbed","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4e4b21f9-9032-4b8c-97ed-1c29020c7ae6","tenant_id":"b9211f9855d848dbaf782d5e9778fbed","created_at":"2019-01-20T13:40:37Z","binding:vnic_type":"normal","device_id":"e1146341-0ee5-476f-81ac-23917d58776e"}]} 2019-01-20 13:41:18,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=4e4b21f9-9032-4b8c-97ed-1c29020c7ae6 used request id req-f7391113-fc25-4172-b22a-468a61db53cc 2019-01-20 13:41:18,917 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack 2019-01-20 13:41:18,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/3d9873b1-977e-40fa-be7e-82e3fee6f209 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc115fe34b322dbd8df6f3c1f362b04f965a6d90" 2019-01-20 13:41:19,109 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:41:18 GMT Server: Apache x-openstack-request-id: req-8532a8fb-fdb4-4778-93fe-d403137cce46 Location: http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:41:19,182 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:41:19 GMT Server: Apache x-openstack-request-id: req-4dc68769-d7da-4597-8d88-eff71dc0d591 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:41:19,182 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 used request id req-4dc68769-d7da-4597-8d88-eff71dc0d591 2019-01-20 13:41:19,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/3d9873b1-977e-40fa-be7e-82e3fee6f209 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc115fe34b322dbd8df6f3c1f362b04f965a6d90" 2019-01-20 13:41:19,366 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:41:19 GMT Server: Apache x-openstack-request-id: req-84de16ed-a8d0-49e8-a357-9f0c22007238 Location: http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:41:19,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:19 GMT Server: Apache x-openstack-request-id: req-c36e0c78-5750-48c0-b964-74c705ac9eae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor2", "OS::project_id": "b9211f9855d848dbaf782d5e9778fbed", "OS::stack_id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "security_group_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet", "net_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2", "inst1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "image2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "flavor1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor1", "image1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "stack_user_project_id": "5c4ef06b98c64d9a96ca4745fa6988b3", "tags": null, "creation_time": "2019-01-20T13:40:27Z", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:41:19Z", "id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "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"}} 2019-01-20 13:41:19,392 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 used request id req-c36e0c78-5750-48c0-b964-74c705ac9eae 2019-01-20 13:41:19,393 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:41:19,393 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:41:22,396 - create_stack - DEBUG - Stack status query timeout in 1196.78643298 2019-01-20 13:41:22,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/3d9873b1-977e-40fa-be7e-82e3fee6f209 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc115fe34b322dbd8df6f3c1f362b04f965a6d90" 2019-01-20 13:41:22,426 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:41:22 GMT Server: Apache x-openstack-request-id: req-741eaae2-7682-4dd6-8387-5edb3c0136ef Location: http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:41:22,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:22 GMT Server: Apache x-openstack-request-id: req-15bf5d87-7664-44b5-a100-9bd03d845332 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor2", "OS::project_id": "b9211f9855d848dbaf782d5e9778fbed", "OS::stack_id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "security_group_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet", "net_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2", "inst1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "image2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "flavor1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor1", "image1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "stack_user_project_id": "5c4ef06b98c64d9a96ca4745fa6988b3", "tags": null, "creation_time": "2019-01-20T13:40:27Z", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:41:19Z", "id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "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"}} 2019-01-20 13:41:22,472 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 used request id req-15bf5d87-7664-44b5-a100-9bd03d845332 2019-01-20 13:41:22,472 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:41:22,473 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:41:25,475 - create_stack - DEBUG - Stack status query timeout in 1193.70775795 2019-01-20 13:41:25,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/3d9873b1-977e-40fa-be7e-82e3fee6f209 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc115fe34b322dbd8df6f3c1f362b04f965a6d90" 2019-01-20 13:41:25,506 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:41:25 GMT Server: Apache x-openstack-request-id: req-4bd944fe-57d4-43bb-bf1c-46e5b8f442f5 Location: http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:41:25,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:25 GMT Server: Apache x-openstack-request-id: req-a9f54b13-091e-4080-af25-d56129cced30 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor2", "OS::project_id": "b9211f9855d848dbaf782d5e9778fbed", "OS::stack_id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "security_group_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet", "net_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2", "inst1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "image2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "flavor1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor1", "image1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "stack_user_project_id": "5c4ef06b98c64d9a96ca4745fa6988b3", "tags": null, "creation_time": "2019-01-20T13:40:27Z", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-20T13:41:19Z", "id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "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"}} 2019-01-20 13:41:25,676 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 used request id req-a9f54b13-091e-4080-af25-d56129cced30 2019-01-20 13:41:25,676 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-20 13:41:25,677 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-20 13:41:28,680 - create_stack - DEBUG - Stack status query timeout in 1190.50296402 2019-01-20 13:41:28,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/3d9873b1-977e-40fa-be7e-82e3fee6f209 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc115fe34b322dbd8df6f3c1f362b04f965a6d90" 2019-01-20 13:41:28,711 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:41:28 GMT Server: Apache x-openstack-request-id: req-64f37c3b-06c7-47a4-a8a1-f5d1e3e0ed07 Location: http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:41:28,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:28 GMT Server: Apache x-openstack-request-id: req-394527ec-0ea7-4009-a34e-79e5de55a2a7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 686 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor2", "OS::project_id": "b9211f9855d848dbaf782d5e9778fbed", "OS::stack_id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-kp", "security_group_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-subnet", "net_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst2", "inst1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-inst1", "image2_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image", "flavor1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-flavor1", "image1_name": "CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack", "stack_user_project_id": "5c4ef06b98c64d9a96ca4745fa6988b3", "tags": null, "creation_time": "2019-01-20T13:40:27Z", "links": [{"href": "http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-20T13:41:19Z", "id": "3d9873b1-977e-40fa-be7e-82e3fee6f209", "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"}} 2019-01-20 13:41:28,905 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 used request id req-394527ec-0ea7-4009-a34e-79e5de55a2a7 2019-01-20 13:41:28,906 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-20 13:41:28,906 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack 2019-01-20 13:41:28,906 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack 2019-01-20 13:41:28,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/3d9873b1-977e-40fa-be7e-82e3fee6f209 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc115fe34b322dbd8df6f3c1f362b04f965a6d90" 2019-01-20 13:41:29,085 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 20 Jan 2019 13:41:28 GMT Server: Apache x-openstack-request-id: req-8a56bb85-cab1-4a0e-b3a1-0fc818a825bf Location: http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-20 13:41:29,371 - keystoneauth.session - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:41:29 GMT Server: Apache x-openstack-request-id: req-66afc8cb-182b-4c87-8d63-514e6cc0b695 Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-20 13:41:29,371 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.22:8004/v1/b9211f9855d848dbaf782d5e9778fbed/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-stack/3d9873b1-977e-40fa-be7e-82e3fee6f209 used request id req-66afc8cb-182b-4c87-8d63-514e6cc0b695 2019-01-20 13:41:29,372 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-c8597130-911f-431f-ac4c-d712fc569a57-image 2019-01-20 13:41:29,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}399bc2a14e63ef8e79a88d689cfa407335ede1b2" 2019-01-20 13:41:31,029 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-838b7063-7cd8-4a0a-b4a6-462069d3a3ab Date: Sun, 20 Jan 2019 13:41:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:41:31,030 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/441217f9-c2e6-4eb7-bb19-b6bb93be313c used request id req-838b7063-7cd8-4a0a-b4a6-462069d3a3ab 2019-01-20 13:41:31,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb20e1cd1fc8fc593895d8b4f22942d5bdb47d0b" 2019-01-20 13:41:31,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-3b29076c-d056-4282-a025-a66795ff691d Date: Sun, 20 Jan 2019 13:41:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "created_at": "2019-01-20T13:40:31Z", "updated_at": "2019-01-20T13:40:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:40:31Z", "revision_number": 0, "id": "2c5cdb92-293f-4bba-91ff-082624ffbc2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:40:31Z", "security_group_id": "59d8522d-0d8d-4e10-b935-7814dcdd1ea3", "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9211f9855d848dbaf782d5e9778fbed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:40:31Z", "revision_number": 0, "id": "b9cb10ad-b0cf-489f-a79a-62e969d7d4fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:40:31Z", "security_group_id": "59d8522d-0d8d-4e10-b935-7814dcdd1ea3", "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9211f9855d848dbaf782d5e9778fbed"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:40:31Z", "revision_number": 0, "id": "ce78d93c-51f8-45c5-ac52-4fae1dd84e60", "remote_group_id": "59d8522d-0d8d-4e10-b935-7814dcdd1ea3", "remote_ip_prefix": null, "created_at": "2019-01-20T13:40:31Z", "security_group_id": "59d8522d-0d8d-4e10-b935-7814dcdd1ea3", "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "port_range_min": null, "ethertype": "IPv4", "project_id": "b9211f9855d848dbaf782d5e9778fbed"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:40:31Z", "revision_number": 0, "id": "f71a583d-8caa-4e58-9a3e-19d1dd69dcb3", "remote_group_id": "59d8522d-0d8d-4e10-b935-7814dcdd1ea3", "remote_ip_prefix": null, "created_at": "2019-01-20T13:40:31Z", "security_group_id": "59d8522d-0d8d-4e10-b935-7814dcdd1ea3", "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "port_range_min": null, "ethertype": "IPv6", "project_id": "b9211f9855d848dbaf782d5e9778fbed"}], "revision_number": 4, "project_id": "b9211f9855d848dbaf782d5e9778fbed", "id": "59d8522d-0d8d-4e10-b935-7814dcdd1ea3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:41:31,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-3b29076c-d056-4282-a025-a66795ff691d 2019-01-20 13:41:31,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb20e1cd1fc8fc593895d8b4f22942d5bdb47d0b" 2019-01-20 13:41:31,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29ca587c-8309-4682-b31b-c7cde0d4c985 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:41:31,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-29ca587c-8309-4682-b31b-c7cde0d4c985 2019-01-20 13:41:31,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb20e1cd1fc8fc593895d8b4f22942d5bdb47d0b" 2019-01-20 13:41:31,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e65d9006-a2a3-48fb-a14e-7431309990c9 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:41:31,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-e65d9006-a2a3-48fb-a14e-7431309990c9 2019-01-20 13:41:31,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb20e1cd1fc8fc593895d8b4f22942d5bdb47d0b" 2019-01-20 13:41:31,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7034d400-fc83-44a4-9877-9c64041b3a78 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed"}, "enabled": true, "id": "b9211f9855d848dbaf782d5e9778fbed", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-256a4765-d19e-43f-proj"}} 2019-01-20 13:41:31,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed used request id req-7034d400-fc83-44a4-9877-9c64041b3a78 2019-01-20 13:41:31,525 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59d8522d-0d8d-4e10-b935-7814dcdd1ea3 2019-01-20 13:41:31,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=59d8522d-0d8d-4e10-b935-7814dcdd1ea3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb20e1cd1fc8fc593895d8b4f22942d5bdb47d0b" 2019-01-20 13:41:31,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-08b08310-f1b7-4789-8dc4-4978b795f76a Date: Sun, 20 Jan 2019 13:41:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:40:31Z", "security_group_id": "59d8522d-0d8d-4e10-b935-7814dcdd1ea3", "port_range_min": null, "revision_number": 0, "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "created_at": "2019-01-20T13:40:31Z", "project_id": "b9211f9855d848dbaf782d5e9778fbed", "id": "2c5cdb92-293f-4bba-91ff-082624ffbc2c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:40:31Z", "security_group_id": "59d8522d-0d8d-4e10-b935-7814dcdd1ea3", "port_range_min": null, "revision_number": 0, "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "created_at": "2019-01-20T13:40:31Z", "project_id": "b9211f9855d848dbaf782d5e9778fbed", "id": "b9cb10ad-b0cf-489f-a79a-62e969d7d4fd"}, {"remote_group_id": "59d8522d-0d8d-4e10-b935-7814dcdd1ea3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:40:31Z", "security_group_id": "59d8522d-0d8d-4e10-b935-7814dcdd1ea3", "port_range_min": null, "revision_number": 0, "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "created_at": "2019-01-20T13:40:31Z", "project_id": "b9211f9855d848dbaf782d5e9778fbed", "id": "ce78d93c-51f8-45c5-ac52-4fae1dd84e60"}, {"remote_group_id": "59d8522d-0d8d-4e10-b935-7814dcdd1ea3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:40:31Z", "security_group_id": "59d8522d-0d8d-4e10-b935-7814dcdd1ea3", "port_range_min": null, "revision_number": 0, "tenant_id": "b9211f9855d848dbaf782d5e9778fbed", "created_at": "2019-01-20T13:40:31Z", "project_id": "b9211f9855d848dbaf782d5e9778fbed", "id": "f71a583d-8caa-4e58-9a3e-19d1dd69dcb3"}]} 2019-01-20 13:41:31,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=59d8522d-0d8d-4e10-b935-7814dcdd1ea3 used request id req-08b08310-f1b7-4789-8dc4-4978b795f76a 2019-01-20 13:41:31,698 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:41:31,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/59d8522d-0d8d-4e10-b935-7814dcdd1ea3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb20e1cd1fc8fc593895d8b4f22942d5bdb47d0b" 2019-01-20 13:41:31,995 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-520bf778-83b5-42c4-929c-7319f208edbb Content-Length: 0 Date: Sun, 20 Jan 2019 13:41:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:41:31,996 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/59d8522d-0d8d-4e10-b935-7814dcdd1ea3 used request id req-520bf778-83b5-42c4-929c-7319f208edbb 2019-01-20 13:41:31,996 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-256a4765-d19e-43f-proj 2019-01-20 13:41:32,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb20e1cd1fc8fc593895d8b4f22942d5bdb47d0b" 2019-01-20 13:41:32,278 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:41:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5f197d1-4792-4c5f-af19-6a0d9f454b5b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:41:32,278 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/b9211f9855d848dbaf782d5e9778fbed used request id req-f5f197d1-4792-4c5f-af19-6a0d9f454b5b 2019-01-20 13:41:32,278 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-256a4765-d19e-43f-proj-role 2019-01-20 13:41:32,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/f39a475004f84161b602ee7f35f6761c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb20e1cd1fc8fc593895d8b4f22942d5bdb47d0b" 2019-01-20 13:41:32,382 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:41:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c29e9afb-9e5e-4048-b87a-3af5647426db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:41:32,382 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/f39a475004f84161b602ee7f35f6761c used request id req-c29e9afb-9e5e-4048-b87a-3af5647426db 2019-01-20 13:41:32,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb20e1cd1fc8fc593895d8b4f22942d5bdb47d0b" 2019-01-20 13:41:32,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f756e9b1-a79e-4731-8c3d-cae1ec807be4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:41:32,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f756e9b1-a79e-4731-8c3d-cae1ec807be4 2019-01-20 13:41:32,481 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-256a4765-d19e-43f-user 2019-01-20 13:41:32,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/00d83b2c2fd2490d9e4e8a5e8860a20d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6e7bd999d97d5e93f0cea6adc43c928e166c27" 2019-01-20 13:41:32,651 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:41:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af6ef459-be2a-4986-af98-5899897e8ef1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:41:32,651 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/00d83b2c2fd2490d9e4e8a5e8860a20d used request id req-af6ef459-be2a-4986-af98-5899897e8ef1 2019-01-20 13:41:32,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:41:33,027 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:41:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["FIveHFVfT3yU0_bg6sIwGA"], "issued_at": "2019-01-20T13:41:33.000000Z"}} 2019-01-20 13:41:33,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6644d1f2e766af55638201a14031277558d87263" 2019-01-20 13:41:33,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-661e793c-9557-4618-8cd0-af751616cc96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:41:33,124 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-661e793c-9557-4618-8cd0-af751616cc96 2019-01-20 13:41:33,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:41:33,126 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:41:33,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:41:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["cd5JnKwQRJa87zv_uWDFoQ"], "issued_at": "2019-01-20T13:41:33.000000Z"}} 2019-01-20 13:41:33,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794d235721e7e1f4d1596e1c644494bf063fc2e7" 2019-01-20 13:41:33,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dd56a5d-567a-4d6c-885a-c6a8ec993b0e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:41:33,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0dd56a5d-567a-4d6c-885a-c6a8ec993b0e 2019-01-20 13:41:33,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:41:33,691 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:41: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:41:33,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-55d89552-69e5-43e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794d235721e7e1f4d1596e1c644494bf063fc2e7" 2019-01-20 13:41:33,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96c11f77-e420-4f6f-bc3f-a90f9dce3ddb Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-55d89552-69e5-43e-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:41:33,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-55d89552-69e5-43e-proj used request id req-96c11f77-e420-4f6f-bc3f-a90f9dce3ddb 2019-01-20 13:41:33,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794d235721e7e1f4d1596e1c644494bf063fc2e7" 2019-01-20 13:41:33,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf3bce92-8367-4ac8-a7e8-533c40ba0ba4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:41:33,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-bf3bce92-8367-4ac8-a7e8-533c40ba0ba4 2019-01-20 13:41:33,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794d235721e7e1f4d1596e1c644494bf063fc2e7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}}' 2019-01-20 13:41:33,993 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:41:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a4e61a8-7a4f-49d7-9f00-12347c49333f Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, "enabled": true, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}} 2019-01-20 13:41:33,993 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-1a4e61a8-7a4f-49d7-9f00-12347c49333f 2019-01-20 13:41:33,994 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-55d89552-69e5-43e-proj 2019-01-20 13:41:33,994 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:41:33,995 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:41:34,384 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:41:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["zDAFCCj4RkCA9MhY9cZOEg"], "issued_at": "2019-01-20T13:41:34.000000Z"}} 2019-01-20 13:41:34,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84748f9bd68df5e80ca4185db3676c8ccdbfee17" 2019-01-20 13:41:34,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdc84249-20af-4dcb-a107-625b5f4b74ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:41:34,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bdc84249-20af-4dcb-a107-625b5f4b74ab 2019-01-20 13:41:34,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:41:34,476 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:41: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:41:34,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84748f9bd68df5e80ca4185db3676c8ccdbfee17" 2019-01-20 13:41:34,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4be5e711-4712-496f-9567-9124e437b9a8 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:41:34,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-4be5e711-4712-496f-9567-9124e437b9a8 2019-01-20 13:41:34,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=AnsibleProvisioningTests-55d89552-69e5-43e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84748f9bd68df5e80ca4185db3676c8ccdbfee17" 2019-01-20 13:41:34,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f69dae91-a9bf-4339-a524-75aa5f19d967 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=AnsibleProvisioningTests-55d89552-69e5-43e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, "enabled": true, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}]} 2019-01-20 13:41:34,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=AnsibleProvisioningTests-55d89552-69e5-43e-proj used request id req-f69dae91-a9bf-4339-a524-75aa5f19d967 2019-01-20 13:41:34,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84748f9bd68df5e80ca4185db3676c8ccdbfee17" 2019-01-20 13:41:34,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2562d9f4-b585-4384-b88b-ca1f67884617 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:41:34,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-2562d9f4-b585-4384-b88b-ca1f67884617 2019-01-20 13:41:35,035 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-55d89552-69e5-43e-user 2019-01-20 13:41:35,036 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:41:35,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794d235721e7e1f4d1596e1c644494bf063fc2e7" 2019-01-20 13:41:35,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb237b56-dee6-4e2f-84ce-80cc4ad5fd47 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:41:35,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fb237b56-dee6-4e2f-84ce-80cc4ad5fd47 2019-01-20 13:41:35,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794d235721e7e1f4d1596e1c644494bf063fc2e7" -d '{"role": {"name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj-role"}}' 2019-01-20 13:41:35,263 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:41:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2921cd3e-e9f9-480a-be02-cd769e0284ca Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cbef0bfe35d94e9daec8262ac081acc2", "links": {"self": "http://172.30.9.22:5000/v3/roles/cbef0bfe35d94e9daec8262ac081acc2"}, "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj-role"}} 2019-01-20 13:41:35,263 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-2921cd3e-e9f9-480a-be02-cd769e0284ca 2019-01-20 13:41:35,264 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-55d89552-69e5-43e-proj-role 2019-01-20 13:41:35,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/cbef0bfe35d94e9daec8262ac081acc2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794d235721e7e1f4d1596e1c644494bf063fc2e7" 2019-01-20 13:41:35,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb3321cc-9a91-4f43-ac6d-853344c542e1 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/cbef0bfe35d94e9daec8262ac081acc2"}, "domain_id": null, "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj-role", "id": "cbef0bfe35d94e9daec8262ac081acc2"}} 2019-01-20 13:41:35,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/cbef0bfe35d94e9daec8262ac081acc2 used request id req-fb3321cc-9a91-4f43-ac6d-853344c542e1 2019-01-20 13:41:35,286 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-55d89552-69e5-43e-proj-role to project AnsibleProvisioningTests-55d89552-69e5-43e-proj 2019-01-20 13:41:35,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0/users/c2e037f933474037a9514754e0f03ad0/roles/cbef0bfe35d94e9daec8262ac081acc2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794d235721e7e1f4d1596e1c644494bf063fc2e7" 2019-01-20 13:41:35,409 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:41:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4cf4d749-16e7-425e-b5b3-c49624094d6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:41:35,409 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0/users/c2e037f933474037a9514754e0f03ad0/roles/cbef0bfe35d94e9daec8262ac081acc2 used request id req-4cf4d749-16e7-425e-b5b3-c49624094d6c 2019-01-20 13:41:35,409 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:41:35,411 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2019-01-20 13:41:35,411 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:41:35,412 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:41:35,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbef0bfe35d94e9daec8262ac081acc2", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj-role"}], "expires_at": "2019-01-20T14:41:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-55d89552-69e5-43e-user", "id": "c2e037f933474037a9514754e0f03ad0"}, "audit_ids": ["gB_ck51QR8K4c2Sdk6vZ4g"], "issued_at": "2019-01-20T13:41:35.000000Z"}} 2019-01-20 13:41:35,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bfbaa7b175252cb0c50bcc44fa14400533c55da" 2019-01-20 13:41:35,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10762758-bcce-48e2-829f-6e336f1140c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:41:35,874 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-10762758-bcce-48e2-829f-6e336f1140c1 2019-01-20 13:41:35,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0bfbaa7b175252cb0c50bcc44fa14400533c55da" 2019-01-20 13:41:36,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-f29c9040-44dc-479e-a1c2-ef733226ce05 Date: Sun, 20 Jan 2019 13:41:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726--image"} 2019-01-20 13:41:36,042 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726--image used request id req-f29c9040-44dc-479e-a1c2-ef733226ce05 2019-01-20 13:41:36,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0bfbaa7b175252cb0c50bcc44fa14400533c55da" 2019-01-20 13:41:36,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4b46569e-175b-40d7-9c70-3bfb485a81a4 Date: Sun, 20 Jan 2019 13:41: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"}}} 2019-01-20 13:41:36,204 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-4b46569e-175b-40d7-9c70-3bfb485a81a4 2019-01-20 13:41:36,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0bfbaa7b175252cb0c50bcc44fa14400533c55da" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726--image"}' 2019-01-20 13:41:36,416 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/db3df0aa-e1c6-47f9-8d73-296f71e18121 X-Openstack-Request-Id: req-6ea00796-2f9d-4b37-9cfa-46c7de21b497 Date: Sun, 20 Jan 2019 13:41:36 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726--image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:41:36Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:41:36Z", "visibility": "shared", "locations": [], "self": "/v2/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "min_disk": 0, "protected": false, "id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "file": "/v2/images/db3df0aa-e1c6-47f9-8d73-296f71e18121/file", "checksum": null, "owner": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:41:36,416 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-6ea00796-2f9d-4b37-9cfa-46c7de21b497 2019-01-20 13:41:36,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/db3df0aa-e1c6-47f9-8d73-296f71e18121/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0bfbaa7b175252cb0c50bcc44fa14400533c55da" -d '' 2019-01-20 13:41:42,205 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-31aebe2a-c065-4c5c-8012-99775688081c Date: Sun, 20 Jan 2019 13:41:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:41:42,206 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/db3df0aa-e1c6-47f9-8d73-296f71e18121/file used request id req-31aebe2a-c065-4c5c-8012-99775688081c 2019-01-20 13:41:42,206 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2019-01-20 13:41:42,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/db3df0aa-e1c6-47f9-8d73-296f71e18121 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0bfbaa7b175252cb0c50bcc44fa14400533c55da" 2019-01-20 13:41:42,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-4d1d57cb-fca5-4502-8913-f8c2661ee143 Date: Sun, 20 Jan 2019 13:41:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726--image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:41:36Z", "size": 263717376, "disk_format": "qcow2", "updated_at": "2019-01-20T13:41:42Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/db3df0aa-e1c6-47f9-8d73-296f71e18121/snap", "metadata": {}}], "self": "/v2/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "min_disk": 0, "protected": false, "id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "file": "/v2/images/db3df0aa-e1c6-47f9-8d73-296f71e18121/file", "checksum": "1bb230415bf3b405b9b824519afbf1cb", "owner": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/db3df0aa-e1c6-47f9-8d73-296f71e18121/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:41:42,374 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/db3df0aa-e1c6-47f9-8d73-296f71e18121 used request id req-4d1d57cb-fca5-4502-8913-f8c2661ee143 2019-01-20 13:41:42,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0bfbaa7b175252cb0c50bcc44fa14400533c55da" 2019-01-20 13:41:42,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6638b239-2fea-4bff-afd9-969f131e7c05 Date: Sun, 20 Jan 2019 13:41: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"}}} 2019-01-20 13:41:42,385 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-6638b239-2fea-4bff-afd9-969f131e7c05 2019-01-20 13:41:42,388 - create_image - INFO - Created image with name - AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726--image 2019-01-20 13:41:42,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/db3df0aa-e1c6-47f9-8d73-296f71e18121 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0bfbaa7b175252cb0c50bcc44fa14400533c55da" 2019-01-20 13:41:42,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-e55f7252-d026-4a5e-bfe0-8644431d9a0e Date: Sun, 20 Jan 2019 13:41:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726--image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:41:36Z", "size": 263717376, "disk_format": "qcow2", "updated_at": "2019-01-20T13:41:42Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/db3df0aa-e1c6-47f9-8d73-296f71e18121/snap", "metadata": {}}], "self": "/v2/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "min_disk": 0, "protected": false, "id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "file": "/v2/images/db3df0aa-e1c6-47f9-8d73-296f71e18121/file", "checksum": "1bb230415bf3b405b9b824519afbf1cb", "owner": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/db3df0aa-e1c6-47f9-8d73-296f71e18121/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:41:42,543 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/db3df0aa-e1c6-47f9-8d73-296f71e18121 used request id req-e55f7252-d026-4a5e-bfe0-8644431d9a0e 2019-01-20 13:41:42,544 - create_image - DEBUG - Instance status is - active 2019-01-20 13:41:42,544 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726--image 2019-01-20 13:41:42,544 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726--image 2019-01-20 13:41:42,544 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:41:42,545 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:41:42,920 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbef0bfe35d94e9daec8262ac081acc2", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj-role"}], "expires_at": "2019-01-20T14:41:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-55d89552-69e5-43e-user", "id": "c2e037f933474037a9514754e0f03ad0"}, "audit_ids": ["_ewOaUceTfGbI9HAkqrVaA"], "issued_at": "2019-01-20T13:41:42.000000Z"}} 2019-01-20 13:41:42,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbf8539a0c4ba1f82c0d8c54cd896efc825959a" 2019-01-20 13:41:43,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94e01296-07a8-447e-b14f-8d7d70192fbd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:41:43,010 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-94e01296-07a8-447e-b14f-8d7d70192fbd 2019-01-20 13:41:43,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbf8539a0c4ba1f82c0d8c54cd896efc825959a" 2019-01-20 13:41:43,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8be4be66-c858-4c39-ab0f-fd7e7a8a3aba Date: Sun, 20 Jan 2019 13:41:43 GMT RESP BODY: {"networks":[]} 2019-01-20 13:41:43,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net used request id req-8be4be66-c858-4c39-ab0f-fd7e7a8a3aba 2019-01-20 13:41:43,207 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net 2019-01-20 13:41:43,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbf8539a0c4ba1f82c0d8c54cd896efc825959a" -d '{"network": {"name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net", "admin_state_up": true}}' 2019-01-20 13:41:44,063 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-184225e5-ea02-4fb8-a27b-07ec35d36b17 Date: Sun, 20 Jan 2019 13:41:44 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"eee4e103-e587-4f26-b629-5d457a66274d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:41:43Z","is_default":false,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:43Z","mtu":1450}} 2019-01-20 13:41:44,063 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-184225e5-ea02-4fb8-a27b-07ec35d36b17 2019-01-20 13:41:44,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbf8539a0c4ba1f82c0d8c54cd896efc825959a" 2019-01-20 13:41:44,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 611 X-Openstack-Request-Id: req-9f6a56cf-b434-4c9e-a75c-d47572b4b448 Date: Sun, 20 Jan 2019 13:41:44 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":"2019-01-20T13:41:43Z","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"eee4e103-e587-4f26-b629-5d457a66274d","name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net"}]} 2019-01-20 13:41:44,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-9f6a56cf-b434-4c9e-a75c-d47572b4b448 2019-01-20 13:41:44,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbf8539a0c4ba1f82c0d8c54cd896efc825959a" 2019-01-20 13:41:44,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f2a3b093-15ca-4579-82ee-eeaa6f44daf5 Date: Sun, 20 Jan 2019 13:41:44 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:41:44,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-f2a3b093-15ca-4579-82ee-eeaa6f44daf5 2019-01-20 13:41:44,487 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet 2019-01-20 13:41:44,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbf8539a0c4ba1f82c0d8c54cd896efc825959a" -d '{"subnets": [{"ip_version": 4, "network_id": "eee4e103-e587-4f26-b629-5d457a66274d", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet"}]}' 2019-01-20 13:41:45,401 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c7285e7e-d300-4ab1-bc68-582bb594757e Date: Sun, 20 Jan 2019 13:41:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","dns_nameservers":[],"updated_at":"2019-01-20T13:41:45Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","subnetpool_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet"}]} 2019-01-20 13:41:45,401 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-c7285e7e-d300-4ab1-bc68-582bb594757e 2019-01-20 13:41:45,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbf8539a0c4ba1f82c0d8c54cd896efc825959a" 2019-01-20 13:41:46,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-2c209a78-fedc-4a2a-bbd4-a13bc4daa6e6 Date: Sun, 20 Jan 2019 13:41: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":["010df6e3-1a10-45e9-891f-ae3b8eb0e51a"],"updated_at":"2019-01-20T13:41:45Z","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"eee4e103-e587-4f26-b629-5d457a66274d","name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net"}]} 2019-01-20 13:41:46,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-2c209a78-fedc-4a2a-bbd4-a13bc4daa6e6 2019-01-20 13:41:46,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbf8539a0c4ba1f82c0d8c54cd896efc825959a" 2019-01-20 13:41:46,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9ae9b7e4-ef84-4e2c-a109-38cae9ff338e Date: Sun, 20 Jan 2019 13:41:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","dns_nameservers":[],"updated_at":"2019-01-20T13:41:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","subnetpool_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet"}]} 2019-01-20 13:41:46,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-9ae9b7e4-ef84-4e2c-a109-38cae9ff338e 2019-01-20 13:41:46,437 - OpenStackNetwork - DEBUG - Network [eee4e103-e587-4f26-b629-5d457a66274d] created successfully 2019-01-20 13:41:46,437 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:41:46,438 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:41:46,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbef0bfe35d94e9daec8262ac081acc2", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj-role"}], "expires_at": "2019-01-20T14:41:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-55d89552-69e5-43e-user", "id": "c2e037f933474037a9514754e0f03ad0"}, "audit_ids": ["wFt5orNETLmfOzfDnaddMw"], "issued_at": "2019-01-20T13:41:46.000000Z"}} 2019-01-20 13:41:46,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a888c83140cf99bc88f713e69a59f73920a07a79" 2019-01-20 13:41:46,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c32be98e-1dc6-40da-b05c-11b571fbd009 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:41:46,904 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c32be98e-1dc6-40da-b05c-11b571fbd009 2019-01-20 13:41:46,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a888c83140cf99bc88f713e69a59f73920a07a79" 2019-01-20 13:41:47,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-429c38fa-4164-4c57-8e41-b038c2969831 Date: Sun, 20 Jan 2019 13:41:47 GMT RESP BODY: {"routers": []} 2019-01-20 13:41:47,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-router&admin_state_up=True used request id req-429c38fa-4164-4c57-8e41-b038c2969831 2019-01-20 13:41:47,090 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:41:47,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:41:47,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbef0bfe35d94e9daec8262ac081acc2", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj-role"}], "expires_at": "2019-01-20T14:41:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-55d89552-69e5-43e-user", "id": "c2e037f933474037a9514754e0f03ad0"}, "audit_ids": ["R3CQ_397RKy0SzOg_2wOtw"], "issued_at": "2019-01-20T13:41:47.000000Z"}} 2019-01-20 13:41:47,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd8899ea613334248696420cfe34612552660904" 2019-01-20 13:41:47,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dab5588a-529d-4334-81b3-bfee8c65fa57 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:41:47,635 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-dab5588a-529d-4334-81b3-bfee8c65fa57 2019-01-20 13:41:47,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a888c83140cf99bc88f713e69a59f73920a07a79" 2019-01-20 13:41:48,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-31e507af-5faa-4be8-a7b7-3e1848799e9f Date: Sun, 20 Jan 2019 13:41:48 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:41:48,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-31e507af-5faa-4be8-a7b7-3e1848799e9f 2019-01-20 13:41:48,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a888c83140cf99bc88f713e69a59f73920a07a79" 2019-01-20 13:41:48,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-eb37d566-cdcd-40a7-a76e-4cc95a2e7aa5 Date: Sun, 20 Jan 2019 13:41:48 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:41:48,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-eb37d566-cdcd-40a7-a76e-4cc95a2e7aa5 2019-01-20 13:41:48,619 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-router 2019-01-20 13:41:48,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a888c83140cf99bc88f713e69a59f73920a07a79" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-router", "admin_state_up": true}}' 2019-01-20 13:41:53,579 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-9f8c756d-5c8c-40aa-91a3-f3b96e3c749a Date: Sun, 20 Jan 2019 13:41:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:49Z", "admin_state_up": true, "updated_at": "2019-01-20T13:41:50Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "3cb45df3-5b11-4007-b028-fe8ab864522d", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-router"}} 2019-01-20 13:41:53,579 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-9f8c756d-5c8c-40aa-91a3-f3b96e3c749a 2019-01-20 13:41:53,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=3cb45df3-5b11-4007-b028-fe8ab864522d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a888c83140cf99bc88f713e69a59f73920a07a79" 2019-01-20 13:41:53,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-00ddc409-3c30-4025-b04a-08272fe089bb Date: Sun, 20 Jan 2019 13:41:53 GMT RESP BODY: {"ports":[]} 2019-01-20 13:41:53,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=3cb45df3-5b11-4007-b028-fe8ab864522d used request id req-00ddc409-3c30-4025-b04a-08272fe089bb 2019-01-20 13:41:53,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a888c83140cf99bc88f713e69a59f73920a07a79" 2019-01-20 13:41:54,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-424daba6-6260-46be-87ce-1841b895c6eb Date: Sun, 20 Jan 2019 13:41: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":["010df6e3-1a10-45e9-891f-ae3b8eb0e51a"],"updated_at":"2019-01-20T13:41:45Z","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"eee4e103-e587-4f26-b629-5d457a66274d","name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net"}]} 2019-01-20 13:41:54,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net used request id req-424daba6-6260-46be-87ce-1841b895c6eb 2019-01-20 13:41:54,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:41:54,023 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:41: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:41:54,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a888c83140cf99bc88f713e69a59f73920a07a79" 2019-01-20 13:41:54,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18577ee7-92bb-4e6f-9598-95824dc32526 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, "enabled": true, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}} 2019-01-20 13:41:54,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 used request id req-18577ee7-92bb-4e6f-9598-95824dc32526 2019-01-20 13:41:54,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a888c83140cf99bc88f713e69a59f73920a07a79" 2019-01-20 13:41:54,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-23c42791-919c-41bd-b1eb-1198422521d0 Date: Sun, 20 Jan 2019 13:41:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","dns_nameservers":[],"updated_at":"2019-01-20T13:41:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","subnetpool_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet"}]} 2019-01-20 13:41:54,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-23c42791-919c-41bd-b1eb-1198422521d0 2019-01-20 13:41:54,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d&name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a888c83140cf99bc88f713e69a59f73920a07a79" 2019-01-20 13:41:54,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a0c44e18-fb36-409f-9635-e36dc9644917 Date: Sun, 20 Jan 2019 13:41:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","dns_nameservers":[],"updated_at":"2019-01-20T13:41:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","subnetpool_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet"}]} 2019-01-20 13:41:54,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d&name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet used request id req-a0c44e18-fb36-409f-9635-e36dc9644917 2019-01-20 13:41:54,217 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-20 13:41:54,217 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-router 2019-01-20 13:41:54,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/3cb45df3-5b11-4007-b028-fe8ab864522d/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a888c83140cf99bc88f713e69a59f73920a07a79" -d '{"subnet_id": "010df6e3-1a10-45e9-891f-ae3b8eb0e51a"}' 2019-01-20 13:41:56,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a02bb2b5-7c11-4453-a7b5-4c720f4337d7 Date: Sun, 20 Jan 2019 13:41:56 GMT RESP BODY: {"network_id": "eee4e103-e587-4f26-b629-5d457a66274d", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "subnet_id": "010df6e3-1a10-45e9-891f-ae3b8eb0e51a", "subnet_ids": ["010df6e3-1a10-45e9-891f-ae3b8eb0e51a"], "port_id": "6fb3e716-be66-4ab7-a366-2b24a44b06a7", "id": "3cb45df3-5b11-4007-b028-fe8ab864522d"} 2019-01-20 13:41:56,344 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/3cb45df3-5b11-4007-b028-fe8ab864522d/add_router_interface used request id req-a02bb2b5-7c11-4453-a7b5-4c720f4337d7 2019-01-20 13:41:56,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/3cb45df3-5b11-4007-b028-fe8ab864522d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a888c83140cf99bc88f713e69a59f73920a07a79" 2019-01-20 13:41:56,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-24c14039-9103-415d-80ef-2fd5334d3c47 Date: Sun, 20 Jan 2019 13:41:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:49Z", "admin_state_up": true, "updated_at": "2019-01-20T13:41:55Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "3cb45df3-5b11-4007-b028-fe8ab864522d", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-router"}} 2019-01-20 13:41:56,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/3cb45df3-5b11-4007-b028-fe8ab864522d used request id req-24c14039-9103-415d-80ef-2fd5334d3c47 2019-01-20 13:41:56,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=3cb45df3-5b11-4007-b028-fe8ab864522d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a888c83140cf99bc88f713e69a59f73920a07a79" 2019-01-20 13:41:56,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-aeee10d1-4d55-43ac-9192-93116b702861 Date: Sun, 20 Jan 2019 13:41:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:55Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.1"}],"id":"6fb3e716-be66-4ab7-a366-2b24a44b06a7","security_groups":[],"mac_address":"fa:16:3e:f6:06:54","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:54Z","binding:vnic_type":"normal","device_id":"3cb45df3-5b11-4007-b028-fe8ab864522d"}]} 2019-01-20 13:41:56,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=3cb45df3-5b11-4007-b028-fe8ab864522d used request id req-aeee10d1-4d55-43ac-9192-93116b702861 2019-01-20 13:41:56,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/010df6e3-1a10-45e9-891f-ae3b8eb0e51a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a888c83140cf99bc88f713e69a59f73920a07a79" 2019-01-20 13:41:56,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-063990f4-f68e-4e02-b49f-275cb9c499b1 Date: Sun, 20 Jan 2019 13:41:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","dns_nameservers":[],"updated_at":"2019-01-20T13:41:45Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","subnetpool_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet"}} 2019-01-20 13:41:56,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/010df6e3-1a10-45e9-891f-ae3b8eb0e51a used request id req-063990f4-f68e-4e02-b49f-275cb9c499b1 2019-01-20 13:41:56,997 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:41:56,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:41:57,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:41:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["1xzh1NxSRnqfWiOXm6xmKQ"], "issued_at": "2019-01-20T13:41:57.000000Z"}} 2019-01-20 13:41:57,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f857283be23d8847d69c577b462f3e3ecc1e294f" 2019-01-20 13:41:57,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bbdb314-cf94-42ae-825d-8ba03d8ef869 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:41:57,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9bbdb314-cf94-42ae-825d-8ba03d8ef869 2019-01-20 13:41:57,467 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:41:57,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f857283be23d8847d69c577b462f3e3ecc1e294f" 2019-01-20 13:41:57,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41: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-68d4001d-f31b-4fda-aee6-b7fc57c0fffe x-compute-request-id: req-68d4001d-f31b-4fda-aee6-b7fc57c0fffe Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:41:57,661 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-68d4001d-f31b-4fda-aee6-b7fc57c0fffe 2019-01-20 13:41:57,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f857283be23d8847d69c577b462f3e3ecc1e294f" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 2048, "id": null, "swap": 0}}' 2019-01-20 13:41:57,729 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41: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-40b389a6-866c-4d4f-9598-d56e9641fc3d x-compute-request-id: req-40b389a6-866c-4d4f-9598-d56e9641fc3d Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:41:57,729 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-40b389a6-866c-4d4f-9598-d56e9641fc3d 2019-01-20 13:41:57,730 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:41:57,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:41:58,100 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbef0bfe35d94e9daec8262ac081acc2", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj-role"}], "expires_at": "2019-01-20T14:41:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-55d89552-69e5-43e-user", "id": "c2e037f933474037a9514754e0f03ad0"}, "audit_ids": ["--ojMsIWSwu41U2C1WbUog"], "issued_at": "2019-01-20T13:41:58.000000Z"}} 2019-01-20 13:41:58,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}909dc340f3afdd9cb46970e34238d48331ac96c1" 2019-01-20 13:41:58,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22d3cc28-c832-4f45-991f-86e243b0b93a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:41:58,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-22d3cc28-c832-4f45-991f-86e243b0b93a 2019-01-20 13:41:58,177 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:41:58,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}909dc340f3afdd9cb46970e34238d48331ac96c1" 2019-01-20 13:41:58,717 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41: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-b78dd1a9-add7-460b-8951-85f5bd2cb9bb x-compute-request-id: req-b78dd1a9-add7-460b-8951-85f5bd2cb9bb Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 13:41:58,717 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-b78dd1a9-add7-460b-8951-85f5bd2cb9bb 2019-01-20 13:41:58,718 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp... 2019-01-20 13:41:58,718 - OpenStackKeypair - INFO - Creating new keypair 2019-01-20 13:41:58,798 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp 2019-01-20 13:41:58,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}909dc340f3afdd9cb46970e34238d48331ac96c1" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC8WklV0+lOSo51wZftQFk40WZFVEITSx+eRY4zJbfAcBXgjHeDkQPFsr7MBswNu5DxcYdrjgun52EvIZ3wt6YNN/tIeX1b8kmZZwd1CnEuBmkHDasgUVrDgtVBQGh54o4UKxP5cC4Ix2Rh2U1Ks0EKf1tNtK3Xr2y3zimj0P26cw==", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp"}}' 2019-01-20 13:41:58,856 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41: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-e713fe54-3e67-47e0-8d64-90bb3b9fe19a x-compute-request-id: req-e713fe54-3e67-47e0-8d64-90bb3b9fe19a Content-Encoding: gzip Content-Length: 373 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC8WklV0+lOSo51wZftQFk40WZFVEITSx+eRY4zJbfAcBXgjHeDkQPFsr7MBswNu5DxcYdrjgun52EvIZ3wt6YNN/tIeX1b8kmZZwd1CnEuBmkHDasgUVrDgtVBQGh54o4UKxP5cC4Ix2Rh2U1Ks0EKf1tNtK3Xr2y3zimj0P26cw==", "user_id": "c2e037f933474037a9514754e0f03ad0", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "fingerprint": "ce:a3:29:90:a8:a3:c9:ad:f1:71:0e:01:f5:9f:fb:7e"}} 2019-01-20 13:41:58,856 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-e713fe54-3e67-47e0-8d64-90bb3b9fe19a 2019-01-20 13:41:58,858 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726.pub 2019-01-20 13:41:58,858 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726 2019-01-20 13:41:58,859 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:41:58,860 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:41:59,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbef0bfe35d94e9daec8262ac081acc2", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj-role"}], "expires_at": "2019-01-20T14:41:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-55d89552-69e5-43e-user", "id": "c2e037f933474037a9514754e0f03ad0"}, "audit_ids": ["nQ5xCEgXSEi4gPxVv_5ooA"], "issued_at": "2019-01-20T13:41:59.000000Z"}} 2019-01-20 13:41:59,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:41:59,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:41:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9c39286-fc98-4314-9287-7c6664bdccf8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:41:59,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e9c39286-fc98-4314-9287-7c6664bdccf8 2019-01-20 13:41:59,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:41:59,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-40525bd7-cc13-4250-8713-2022dd45bf58 Date: Sun, 20 Jan 2019 13:41:59 GMT RESP BODY: {"security_groups": []} 2019-01-20 13:41:59,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp used request id req-40525bd7-cc13-4250-8713-2022dd45bf58 2019-01-20 13:41:59,500 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp... 2019-01-20 13:41:59,500 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp 2019-01-20 13:41:59,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" -d '{"security_group": {"name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp"}}' 2019-01-20 13:42:00,019 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-0b47a23d-eb2f-4c08-bb62-51c9dc402271 Date: Sun, 20 Jan 2019 13:42:00 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:59Z", "updated_at": "2019-01-20T13:41:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "revision_number": 0, "id": "57017fea-185a-496d-863b-c04ee14059b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "revision_number": 0, "id": "61228701-4e25-448f-b8ac-7639a1df4ed1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0"}], "revision_number": 2, "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp"}} 2019-01-20 13:42:00,019 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-0b47a23d-eb2f-4c08-bb62-51c9dc402271 2019-01-20 13:42:00,019 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d210695f-8af9-4209-8f98-7dd8d03dc62d 2019-01-20 13:42:00,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d210695f-8af9-4209-8f98-7dd8d03dc62d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:42:00,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7df0ceee-dad0-47e6-805c-19a5ad21f7da Date: Sun, 20 Jan 2019 13:42:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:59Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "57017fea-185a-496d-863b-c04ee14059b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:59Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "61228701-4e25-448f-b8ac-7639a1df4ed1"}]} 2019-01-20 13:42:00,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d210695f-8af9-4209-8f98-7dd8d03dc62d used request id req-7df0ceee-dad0-47e6-805c-19a5ad21f7da 2019-01-20 13:42:00,197 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d210695f-8af9-4209-8f98-7dd8d03dc62d 2019-01-20 13:42:00,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d210695f-8af9-4209-8f98-7dd8d03dc62d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:42:00,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-66f823b5-ec09-498f-9106-d927ef9ba4a0 Date: Sun, 20 Jan 2019 13:42:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:59Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "57017fea-185a-496d-863b-c04ee14059b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:59Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "61228701-4e25-448f-b8ac-7639a1df4ed1"}]} 2019-01-20 13:42:00,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d210695f-8af9-4209-8f98-7dd8d03dc62d used request id req-66f823b5-ec09-498f-9106-d927ef9ba4a0 2019-01-20 13:42:00,380 - neutron_utils - INFO - Retrieving security group with ID - d210695f-8af9-4209-8f98-7dd8d03dc62d 2019-01-20 13:42:00,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=d210695f-8af9-4209-8f98-7dd8d03dc62d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:42:00,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-fddb2f40-01ed-4cc9-8189-09db4f1a0cc4 Date: Sun, 20 Jan 2019 13:42:00 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:59Z", "updated_at": "2019-01-20T13:41:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "revision_number": 0, "id": "57017fea-185a-496d-863b-c04ee14059b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "revision_number": 0, "id": "61228701-4e25-448f-b8ac-7639a1df4ed1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0"}], "revision_number": 2, "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp"}]} 2019-01-20 13:42:00,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=d210695f-8af9-4209-8f98-7dd8d03dc62d used request id req-fddb2f40-01ed-4cc9-8189-09db4f1a0cc4 2019-01-20 13:42:00,564 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d210695f-8af9-4209-8f98-7dd8d03dc62d 2019-01-20 13:42:00,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d210695f-8af9-4209-8f98-7dd8d03dc62d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:42:00,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-049ab3da-4c7d-4a51-9d0f-6ccd9d6dda99 Date: Sun, 20 Jan 2019 13:42:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:59Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "57017fea-185a-496d-863b-c04ee14059b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:59Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "61228701-4e25-448f-b8ac-7639a1df4ed1"}]} 2019-01-20 13:42:00,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d210695f-8af9-4209-8f98-7dd8d03dc62d used request id req-049ab3da-4c7d-4a51-9d0f-6ccd9d6dda99 2019-01-20 13:42:00,745 - neutron_utils - INFO - Retrieving security group with ID - d210695f-8af9-4209-8f98-7dd8d03dc62d 2019-01-20 13:42:00,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=d210695f-8af9-4209-8f98-7dd8d03dc62d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:42:01,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-826b234b-2752-4336-afb3-f2a9ea656458 Date: Sun, 20 Jan 2019 13:42:01 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:59Z", "updated_at": "2019-01-20T13:41:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "revision_number": 0, "id": "57017fea-185a-496d-863b-c04ee14059b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "revision_number": 0, "id": "61228701-4e25-448f-b8ac-7639a1df4ed1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0"}], "revision_number": 2, "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp"}]} 2019-01-20 13:42:01,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=d210695f-8af9-4209-8f98-7dd8d03dc62d used request id req-826b234b-2752-4336-afb3-f2a9ea656458 2019-01-20 13:42:01,052 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d210695f-8af9-4209-8f98-7dd8d03dc62d 2019-01-20 13:42:01,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d210695f-8af9-4209-8f98-7dd8d03dc62d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:42:01,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ee42b574-10bc-4bda-8bbc-ba637ac21632 Date: Sun, 20 Jan 2019 13:42: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": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:59Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "57017fea-185a-496d-863b-c04ee14059b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:59Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "61228701-4e25-448f-b8ac-7639a1df4ed1"}]} 2019-01-20 13:42:01,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d210695f-8af9-4209-8f98-7dd8d03dc62d used request id req-ee42b574-10bc-4bda-8bbc-ba637ac21632 2019-01-20 13:42:01,082 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp 2019-01-20 13:42:01,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:42:01,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-899b49b2-a42e-4425-b5f0-3cbe1dc21e09 Date: Sun, 20 Jan 2019 13:42:01 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:59Z", "updated_at": "2019-01-20T13:41:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "revision_number": 0, "id": "57017fea-185a-496d-863b-c04ee14059b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "revision_number": 0, "id": "61228701-4e25-448f-b8ac-7639a1df4ed1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0"}], "revision_number": 2, "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp"}]} 2019-01-20 13:42:01,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp used request id req-899b49b2-a42e-4425-b5f0-3cbe1dc21e09 2019-01-20 13:42:01,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:42:01,281 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:42: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:42:01,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:42:01,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed4c3ae8-4fe5-45ee-bdca-1b0590d3c02f Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, "enabled": true, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}} 2019-01-20 13:42:01,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 used request id req-ed4c3ae8-4fe5-45ee-bdca-1b0590d3c02f 2019-01-20 13:42:01,361 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d210695f-8af9-4209-8f98-7dd8d03dc62d 2019-01-20 13:42:01,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d210695f-8af9-4209-8f98-7dd8d03dc62d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:42:01,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6d3b8acd-9d57-4267-8a99-f61aa88e61bd Date: Sun, 20 Jan 2019 13:42: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": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:59Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "57017fea-185a-496d-863b-c04ee14059b0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:59Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "61228701-4e25-448f-b8ac-7639a1df4ed1"}]} 2019-01-20 13:42:01,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d210695f-8af9-4209-8f98-7dd8d03dc62d used request id req-6d3b8acd-9d57-4267-8a99-f61aa88e61bd 2019-01-20 13:42:01,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}df772bf7497902691ea857b8c3688fc84f29a50a" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d"}}' 2019-01-20 13:42:01,844 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-a284ce39-4f20-4cef-92e6-88822446bf11 Date: Sun, 20 Jan 2019 13:42:01 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": "2019-01-20T13:42:01Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:42:01Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "5bf81b27-4dce-4e8a-8e38-1549a7c857d4"}} 2019-01-20 13:42:01,845 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-a284ce39-4f20-4cef-92e6-88822446bf11 2019-01-20 13:42:01,845 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp 2019-01-20 13:42:01,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:42:02,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-416a8cf9-d402-4818-81e9-d2af3b933b50 Date: Sun, 20 Jan 2019 13:42:02 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:59Z", "updated_at": "2019-01-20T13:42:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "revision_number": 0, "id": "57017fea-185a-496d-863b-c04ee14059b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:42:01Z", "revision_number": 0, "id": "5bf81b27-4dce-4e8a-8e38-1549a7c857d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:42:01Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "revision_number": 0, "id": "61228701-4e25-448f-b8ac-7639a1df4ed1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0"}], "revision_number": 3, "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp"}]} 2019-01-20 13:42:02,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp used request id req-416a8cf9-d402-4818-81e9-d2af3b933b50 2019-01-20 13:42:02,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:42:02,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96e88aa7-1ddc-4c94-8c56-12a34cab27cc Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, "enabled": true, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}} 2019-01-20 13:42:02,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 used request id req-96e88aa7-1ddc-4c94-8c56-12a34cab27cc 2019-01-20 13:42:02,127 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d210695f-8af9-4209-8f98-7dd8d03dc62d 2019-01-20 13:42:02,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d210695f-8af9-4209-8f98-7dd8d03dc62d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:42:02,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-7fe1cd2d-69ba-4fc5-a9f5-b9c140e37111 Date: Sun, 20 Jan 2019 13:42: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": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:59Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "57017fea-185a-496d-863b-c04ee14059b0"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:42:01Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:42:01Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "5bf81b27-4dce-4e8a-8e38-1549a7c857d4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:59Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "61228701-4e25-448f-b8ac-7639a1df4ed1"}]} 2019-01-20 13:42:02,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d210695f-8af9-4209-8f98-7dd8d03dc62d used request id req-7fe1cd2d-69ba-4fc5-a9f5-b9c140e37111 2019-01-20 13:42:02,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}df772bf7497902691ea857b8c3688fc84f29a50a" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d"}}' 2019-01-20 13:42:02,647 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-e7e57cd8-5af0-4d18-be98-95745d891c7b Date: Sun, 20 Jan 2019 13:42:02 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": "2019-01-20T13:42:02Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "port_range_min": 22, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:42:02Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "d0fbd5e4-ceaf-4bce-9c8a-17d0d5bff9eb"}} 2019-01-20 13:42:02,647 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-e7e57cd8-5af0-4d18-be98-95745d891c7b 2019-01-20 13:42:02,647 - neutron_utils - INFO - Retrieving security group with ID - d210695f-8af9-4209-8f98-7dd8d03dc62d 2019-01-20 13:42:02,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=d210695f-8af9-4209-8f98-7dd8d03dc62d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:42:02,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-0f79caaf-2348-4f9d-9ace-1da950581692 Date: Sun, 20 Jan 2019 13:42:02 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:59Z", "updated_at": "2019-01-20T13:42:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "revision_number": 0, "id": "57017fea-185a-496d-863b-c04ee14059b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:42:01Z", "revision_number": 0, "id": "5bf81b27-4dce-4e8a-8e38-1549a7c857d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:42:01Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "revision_number": 0, "id": "61228701-4e25-448f-b8ac-7639a1df4ed1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:42:02Z", "revision_number": 0, "id": "d0fbd5e4-ceaf-4bce-9c8a-17d0d5bff9eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:42:02Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0"}], "revision_number": 4, "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp"}]} 2019-01-20 13:42:02,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=d210695f-8af9-4209-8f98-7dd8d03dc62d used request id req-0f79caaf-2348-4f9d-9ace-1da950581692 2019-01-20 13:42:02,838 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d210695f-8af9-4209-8f98-7dd8d03dc62d 2019-01-20 13:42:02,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d210695f-8af9-4209-8f98-7dd8d03dc62d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:42:03,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-d4e72e0d-290d-46e0-b56a-7e06a93d0acd Date: Sun, 20 Jan 2019 13:42: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": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:59Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "57017fea-185a-496d-863b-c04ee14059b0"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:42:01Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:42:01Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "5bf81b27-4dce-4e8a-8e38-1549a7c857d4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:41:59Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:59Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "61228701-4e25-448f-b8ac-7639a1df4ed1"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-20T13:42:02Z", "security_group_id": "d210695f-8af9-4209-8f98-7dd8d03dc62d", "port_range_min": 22, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:42:02Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "d0fbd5e4-ceaf-4bce-9c8a-17d0d5bff9eb"}]} 2019-01-20 13:42:03,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=d210695f-8af9-4209-8f98-7dd8d03dc62d used request id req-d4e72e0d-290d-46e0-b56a-7e06a93d0acd 2019-01-20 13:42:03,019 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:42:03,020 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:42:03,397 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbef0bfe35d94e9daec8262ac081acc2", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj-role"}], "expires_at": "2019-01-20T14:42:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-55d89552-69e5-43e-user", "id": "c2e037f933474037a9514754e0f03ad0"}, "audit_ids": ["eC8Zk52jT36TYPg8eUHHVA"], "issued_at": "2019-01-20T13:42:03.000000Z"}} 2019-01-20 13:42:03,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:03,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73ab9902-656e-4d35-a2eb-17c82550722d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:42:03,467 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-73ab9902-656e-4d35-a2eb-17c82550722d 2019-01-20 13:42:03,468 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:42:03,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:03,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2b6ada4-d58a-4438-9f24-1459b23333cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:42:03,545 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b2b6ada4-d58a-4438-9f24-1459b23333cf 2019-01-20 13:42:03,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:03,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-fa2cb741-0558-4ea6-b4f7-6f03bbd178f3 Date: Sun, 20 Jan 2019 13:42: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":["010df6e3-1a10-45e9-891f-ae3b8eb0e51a"],"updated_at":"2019-01-20T13:41:45Z","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"eee4e103-e587-4f26-b629-5d457a66274d","name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net"}]} 2019-01-20 13:42:03,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net used request id req-fa2cb741-0558-4ea6-b4f7-6f03bbd178f3 2019-01-20 13:42:03,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:42:03,814 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:42: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:42:03,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:03,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cbb547a-eb6a-4bc2-b88b-e75e2b4d76e8 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, "enabled": true, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}} 2019-01-20 13:42:03,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 used request id req-6cbb547a-eb6a-4bc2-b88b-e75e2b4d76e8 2019-01-20 13:42:03,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:04,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b6e81ef0-120a-4f63-babc-a260d45f3b64 Date: Sun, 20 Jan 2019 13:42:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","dns_nameservers":[],"updated_at":"2019-01-20T13:41:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","subnetpool_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet"}]} 2019-01-20 13:42:04,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-b6e81ef0-120a-4f63-babc-a260d45f3b64 2019-01-20 13:42:04,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eee4e103-e587-4f26-b629-5d457a66274d&name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:04,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f465b26a-0dbb-4c38-b769-79809942fa76 Date: Sun, 20 Jan 2019 13:42:04 GMT RESP BODY: {"ports":[]} 2019-01-20 13:42:04,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eee4e103-e587-4f26-b629-5d457a66274d&name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-port-1&admin_state_up=True used request id req-f465b26a-0dbb-4c38-b769-79809942fa76 2019-01-20 13:42:04,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:04,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42: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-2afb853c-6378-4ebc-83f8-bf66069950b8 x-compute-request-id: req-2afb853c-6378-4ebc-83f8-bf66069950b8 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:42:04,526 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst used request id req-2afb853c-6378-4ebc-83f8-bf66069950b8 2019-01-20 13:42:04,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:05,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-a021bc42-6d10-4bc7-9f07-241c5aad03b9 Date: Sun, 20 Jan 2019 13:42: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":["010df6e3-1a10-45e9-891f-ae3b8eb0e51a"],"updated_at":"2019-01-20T13:41:45Z","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"eee4e103-e587-4f26-b629-5d457a66274d","name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net"}]} 2019-01-20 13:42:05,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net used request id req-a021bc42-6d10-4bc7-9f07-241c5aad03b9 2019-01-20 13:42:05,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:05,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3ee9689-e961-4ed1-a021-9a735878b63f Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, "enabled": true, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}} 2019-01-20 13:42:05,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 used request id req-a3ee9689-e961-4ed1-a021-9a735878b63f 2019-01-20 13:42:05,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:05,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-af243196-8401-48d3-8c52-369c12203be2 Date: Sun, 20 Jan 2019 13:42:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","dns_nameservers":[],"updated_at":"2019-01-20T13:41:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","subnetpool_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet"}]} 2019-01-20 13:42:05,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-af243196-8401-48d3-8c52-369c12203be2 2019-01-20 13:42:05,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eee4e103-e587-4f26-b629-5d457a66274d&name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:05,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-52c41abf-801e-4518-b1ed-b8fe213bea6a Date: Sun, 20 Jan 2019 13:42:05 GMT RESP BODY: {"ports":[]} 2019-01-20 13:42:05,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eee4e103-e587-4f26-b629-5d457a66274d&name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-port-1&admin_state_up=True used request id req-52c41abf-801e-4518-b1ed-b8fe213bea6a 2019-01-20 13:42:05,506 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:42:05,507 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:42:05,886 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cbef0bfe35d94e9daec8262ac081acc2", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj-role"}], "expires_at": "2019-01-20T14:42:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/cf0eaf7fc0f749fcb5a2aab1c92f00b0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-55d89552-69e5-43e-user", "id": "c2e037f933474037a9514754e0f03ad0"}, "audit_ids": ["9131AANGS0mi-B__I0PVpQ"], "issued_at": "2019-01-20T13:42:05.000000Z"}} 2019-01-20 13:42:05,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de83c7a31e3f69eb1c0a5fda56ca18f0d1bf7f41" 2019-01-20 13:42:05,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e708bc1-88b3-40ab-a779-888fd77e747a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:42:05,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0e708bc1-88b3-40ab-a779-888fd77e747a 2019-01-20 13:42:05,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:06,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-d5c771b5-0110-459f-84a1-06609280aa4d Date: Sun, 20 Jan 2019 13:42: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":["010df6e3-1a10-45e9-891f-ae3b8eb0e51a"],"updated_at":"2019-01-20T13:41:45Z","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"eee4e103-e587-4f26-b629-5d457a66274d","name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net"}]} 2019-01-20 13:42:06,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net used request id req-d5c771b5-0110-459f-84a1-06609280aa4d 2019-01-20 13:42:06,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:06,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6c755185-25a4-4efa-a068-fd4b18a21ec8 Date: Sun, 20 Jan 2019 13:42:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","dns_nameservers":[],"updated_at":"2019-01-20T13:41:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","subnetpool_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet"}]} 2019-01-20 13:42:06,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-6c755185-25a4-4efa-a068-fd4b18a21ec8 2019-01-20 13:42:06,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:06,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-69c50eee-4304-4ade-beb1-9fd7fa0510d6 Date: Sun, 20 Jan 2019 13:42: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":["010df6e3-1a10-45e9-891f-ae3b8eb0e51a"],"updated_at":"2019-01-20T13:41:45Z","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"eee4e103-e587-4f26-b629-5d457a66274d","name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net"}]} 2019-01-20 13:42:06,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net used request id req-69c50eee-4304-4ade-beb1-9fd7fa0510d6 2019-01-20 13:42:06,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:42:06,701 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:42: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:42:06,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de83c7a31e3f69eb1c0a5fda56ca18f0d1bf7f41" 2019-01-20 13:42:06,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27ad1726-d5b7-4e0d-864b-d9e0e8b4046a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, "enabled": true, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}} 2019-01-20 13:42:06,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 used request id req-27ad1726-d5b7-4e0d-864b-d9e0e8b4046a 2019-01-20 13:42:06,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:06,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b3fa9fb9-08f7-438d-8dea-f564c9cad6db Date: Sun, 20 Jan 2019 13:42:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","dns_nameservers":[],"updated_at":"2019-01-20T13:41:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","subnetpool_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet"}]} 2019-01-20 13:42:06,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-b3fa9fb9-08f7-438d-8dea-f564c9cad6db 2019-01-20 13:42:06,976 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net 2019-01-20 13:42:06,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" -d '{"port": {"network_id": "eee4e103-e587-4f26-b629-5d457a66274d", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-port-1", "admin_state_up": true}}' 2019-01-20 13:42:08,087 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-dd723d31-c76f-4396-b5f4-5e50e7cb6530 Date: Sun, 20 Jan 2019 13:42:08 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:42:07Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.14"}],"id":"dd1d315e-1aaf-4d80-a278-1fc214455841","security_groups":["761e5c21-eb07-4957-ac09-960fc12ef6b9"],"mac_address":"fa:16:3e:11:f1:a6","device_id":"","status":"DOWN","description":"","tags":[],"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-port-1","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","qos_policy_id":null,"admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:42:07Z","binding:vnic_type":"normal"}} 2019-01-20 13:42:08,088 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-dd723d31-c76f-4396-b5f4-5e50e7cb6530 2019-01-20 13:42:08,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:08,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-ec58e487-761e-4b3b-b98a-24ce4ed660eb Date: Sun, 20 Jan 2019 13:42: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":["010df6e3-1a10-45e9-891f-ae3b8eb0e51a"],"updated_at":"2019-01-20T13:41:45Z","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"eee4e103-e587-4f26-b629-5d457a66274d","name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net"}]} 2019-01-20 13:42:08,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net used request id req-ec58e487-761e-4b3b-b98a-24ce4ed660eb 2019-01-20 13:42:08,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:08,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb422e9f-7ec5-43d5-8e15-7a2185932be1 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, "enabled": true, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}} 2019-01-20 13:42:08,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 used request id req-fb422e9f-7ec5-43d5-8e15-7a2185932be1 2019-01-20 13:42:08,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:08,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0bc8790d-afb6-4222-9ac2-d01e739e8a7f Date: Sun, 20 Jan 2019 13:42:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","dns_nameservers":[],"updated_at":"2019-01-20T13:41:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","subnetpool_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet"}]} 2019-01-20 13:42:08,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-0bc8790d-afb6-4222-9ac2-d01e739e8a7f 2019-01-20 13:42:08,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eee4e103-e587-4f26-b629-5d457a66274d&name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:08,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-d5dcdce5-c385-44b8-a455-c09f0c9b0004 Date: Sun, 20 Jan 2019 13:42:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:42:07Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.14"}],"id":"dd1d315e-1aaf-4d80-a278-1fc214455841","security_groups":["761e5c21-eb07-4957-ac09-960fc12ef6b9"],"mac_address":"fa:16:3e:11:f1:a6","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-port-1","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:42:07Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:42:08,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eee4e103-e587-4f26-b629-5d457a66274d&name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-port-1&admin_state_up=True used request id req-d5dcdce5-c385-44b8-a455-c09f0c9b0004 2019-01-20 13:42:08,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:08,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b55f64a7-0a85-4ca9-8797-61d90c9d473e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, "enabled": true, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}} 2019-01-20 13:42:08,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 used request id req-b55f64a7-0a85-4ca9-8797-61d90c9d473e 2019-01-20 13:42:08,808 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst 2019-01-20 13:42:08,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:08,841 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42: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-ec8c66bd-d762-478a-93ef-8a7c82ab5082 x-compute-request-id: req-ec8c66bd-d762-478a-93ef-8a7c82ab5082 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-flavor-name"}]} 2019-01-20 13:42:08,841 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-ec8c66bd-d762-478a-93ef-8a7c82ab5082 2019-01-20 13:42:08,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:08,864 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42: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-4728c901-2e6d-46fb-981c-eca5ec6256be x-compute-request-id: req-4728c901-2e6d-46fb-981c-eca5ec6256be Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:42:08,865 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65 used request id req-4728c901-2e6d-46fb-981c-eca5ec6256be 2019-01-20 13:42:08,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:09,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-652ddc22-8456-4aef-bacf-9792d52a3605 Date: Sun, 20 Jan 2019 13:42:09 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726--image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:41:36Z", "size": 263717376, "disk_format": "qcow2", "updated_at": "2019-01-20T13:41:42Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/db3df0aa-e1c6-47f9-8d73-296f71e18121/snap", "metadata": {}}], "self": "/v2/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "min_disk": 0, "protected": false, "id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "file": "/v2/images/db3df0aa-e1c6-47f9-8d73-296f71e18121/file", "checksum": "1bb230415bf3b405b9b824519afbf1cb", "owner": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/db3df0aa-e1c6-47f9-8d73-296f71e18121/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726--image"} 2019-01-20 13:42:09,047 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726--image used request id req-652ddc22-8456-4aef-bacf-9792d52a3605 2019-01-20 13:42:09,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:09,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1633df98-73f4-475e-bc67-9eef58cff32a Date: Sun, 20 Jan 2019 13:42: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"}}} 2019-01-20 13:42:09,291 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-1633df98-73f4-475e-bc67-9eef58cff32a 2019-01-20 13:42:09,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" -d '{"server": {"name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "imageRef": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "flavorRef": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "max_count": 1, "min_count": 1, "networks": [{"port": "dd1d315e-1aaf-4d80-a278-1fc214455841"}]}}' 2019-01-20 13:42:11,475 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:42: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-bfa22222-a75b-460e-b622-83cff055c4cb x-compute-request-id: req-bfa22222-a75b-460e-b622-83cff055c4cb Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "adminPass": "WbUA323RQYxe"}} 2019-01-20 13:42:11,475 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-bfa22222-a75b-460e-b622-83cff055c4cb 2019-01-20 13:42:11,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:11,709 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42: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-f4cf5925-8346-4881-b35c-de5aebe2445e x-compute-request-id: req-f4cf5925-8346-4881-b35c-de5aebe2445e 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:42:11,709 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-f4cf5925-8346-4881-b35c-de5aebe2445e 2019-01-20 13:42:11,710 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst 2019-01-20 13:42:11,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:12,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42: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-ad381a93-bbe6-4969-8eb4-99416e049ab9 x-compute-request-id: req-ad381a93-bbe6-4969-8eb4-99416e049ab9 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:42:12,477 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-ad381a93-bbe6-4969-8eb4-99416e049ab9 2019-01-20 13:42:12,477 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:42:12,477 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:42:15,481 - create_instance - DEBUG - VM status query timeout in 896.22943902 2019-01-20 13:42:15,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:16,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42: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-8e0bffd2-a11f-4d11-85b2-9988ffd1c791 x-compute-request-id: req-8e0bffd2-a11f-4d11-85b2-9988ffd1c791 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:42:16,065 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-8e0bffd2-a11f-4d11-85b2-9988ffd1c791 2019-01-20 13:42:16,066 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:42:16,066 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:42:19,069 - create_instance - DEBUG - VM status query timeout in 892.640842915 2019-01-20 13:42:19,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:19,739 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed9577d9-7483-489f-b0d2-ecc8140f9780 x-compute-request-id: req-ed9577d9-7483-489f-b0d2-ecc8140f9780 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:42:19,739 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-ed9577d9-7483-489f-b0d2-ecc8140f9780 2019-01-20 13:42:19,740 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:42:19,740 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:42:22,743 - create_instance - DEBUG - VM status query timeout in 888.966862917 2019-01-20 13:42:22,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:23,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42: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-26e6628c-67f7-4cd9-8b9d-42e6bb894096 x-compute-request-id: req-26e6628c-67f7-4cd9-8b9d-42e6bb894096 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:42:23,411 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-26e6628c-67f7-4cd9-8b9d-42e6bb894096 2019-01-20 13:42:23,412 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:42:23,412 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:42:26,415 - create_instance - DEBUG - VM status query timeout in 885.294865131 2019-01-20 13:42:26,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:27,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdd754c7-ffc1-4035-bad4-193c1d1e1cde x-compute-request-id: req-bdd754c7-ffc1-4035-bad4-193c1d1e1cde 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:42:27,403 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-bdd754c7-ffc1-4035-bad4-193c1d1e1cde 2019-01-20 13:42:27,404 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:42:27,404 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:42:30,407 - create_instance - DEBUG - VM status query timeout in 881.30292511 2019-01-20 13:42:30,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:30,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f9a0566-76c2-4526-a29c-e375229711e7 x-compute-request-id: req-0f9a0566-76c2-4526-a29c-e375229711e7 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:42:30,941 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-0f9a0566-76c2-4526-a29c-e375229711e7 2019-01-20 13:42:30,941 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:42:30,942 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:42:33,945 - create_instance - DEBUG - VM status query timeout in 877.765216112 2019-01-20 13:42:33,948 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:34,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42: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-545bf849-1348-4cea-813b-24d1a2223bd2 x-compute-request-id: req-545bf849-1348-4cea-813b-24d1a2223bd2 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:42:34,608 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-545bf849-1348-4cea-813b-24d1a2223bd2 2019-01-20 13:42:34,609 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:42:34,609 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:42:37,612 - create_instance - DEBUG - VM status query timeout in 874.097950935 2019-01-20 13:42:37,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:38,087 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3023905b-0f83-4e21-bc4d-0eede23d0735 x-compute-request-id: req-3023905b-0f83-4e21-bc4d-0eede23d0735 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:42:38,087 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-3023905b-0f83-4e21-bc4d-0eede23d0735 2019-01-20 13:42:38,088 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:42:38,088 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:42:41,091 - create_instance - DEBUG - VM status query timeout in 870.619085073 2019-01-20 13:42:41,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:41,739 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42: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-7a77fb63-7a15-4660-bd3e-6811cebd0c4d x-compute-request-id: req-7a77fb63-7a15-4660-bd3e-6811cebd0c4d 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:42:41,739 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-7a77fb63-7a15-4660-bd3e-6811cebd0c4d 2019-01-20 13:42:41,740 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:42:41,740 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:42:44,743 - create_instance - DEBUG - VM status query timeout in 866.96708107 2019-01-20 13:42:44,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:45,922 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42: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-1e2bdac8-94fd-46ba-8689-8d94eb23fc6e x-compute-request-id: req-1e2bdac8-94fd-46ba-8689-8d94eb23fc6e 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:42:45,922 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-1e2bdac8-94fd-46ba-8689-8d94eb23fc6e 2019-01-20 13:42:45,922 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:42:45,922 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:42:48,926 - create_instance - DEBUG - VM status query timeout in 862.784382105 2019-01-20 13:42:48,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:49,590 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42: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-67a5ddcc-36ef-4954-a834-d0b0da759daa x-compute-request-id: req-67a5ddcc-36ef-4954-a834-d0b0da759daa 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:42:49,590 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-67a5ddcc-36ef-4954-a834-d0b0da759daa 2019-01-20 13:42:49,591 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:42:49,591 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:42:52,594 - create_instance - DEBUG - VM status query timeout in 859.116065025 2019-01-20 13:42:52,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:53,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42: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-ebfa8030-7557-4e7a-bd29-a50b1ef4139a x-compute-request-id: req-ebfa8030-7557-4e7a-bd29-a50b1ef4139a 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:42:53,130 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-ebfa8030-7557-4e7a-bd29-a50b1ef4139a 2019-01-20 13:42:53,131 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:42:53,131 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:42:56,134 - create_instance - DEBUG - VM status query timeout in 855.575985909 2019-01-20 13:42:56,137 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:56,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42: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-bcff2be0-083d-44c2-997a-8a9401bc2221 x-compute-request-id: req-bcff2be0-083d-44c2-997a-8a9401bc2221 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:42:56,333 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-bcff2be0-083d-44c2-997a-8a9401bc2221 2019-01-20 13:42:56,333 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:42:56,333 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:42:59,336 - create_instance - DEBUG - VM status query timeout in 852.373666048 2019-01-20 13:42:59,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:42:59,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:42: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-286e7c53-63af-4b7d-ab6f-38a2a7bf28ed x-compute-request-id: req-286e7c53-63af-4b7d-ab6f-38a2a7bf28ed 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:42:59,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-286e7c53-63af-4b7d-ab6f-38a2a7bf28ed 2019-01-20 13:42:59,870 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:42:59,870 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:43:02,874 - create_instance - DEBUG - VM status query timeout in 848.836452961 2019-01-20 13:43:02,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:43:03,196 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:43:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-962236cb-4a5e-4657-8677-cb51910467bf x-compute-request-id: req-962236cb-4a5e-4657-8677-cb51910467bf 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:43:03,196 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-962236cb-4a5e-4657-8677-cb51910467bf 2019-01-20 13:43:03,196 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:43:03,197 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:43:06,200 - create_instance - DEBUG - VM status query timeout in 845.51027894 2019-01-20 13:43:06,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:43:06,972 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:43: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-9f2465b4-8ab3-4363-9acf-30fbdeb694a2 x-compute-request-id: req-9f2465b4-8ab3-4363-9acf-30fbdeb694a2 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:43:06,972 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-9f2465b4-8ab3-4363-9acf-30fbdeb694a2 2019-01-20 13:43:06,973 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:43:06,973 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:43:09,976 - create_instance - DEBUG - VM status query timeout in 841.733773947 2019-01-20 13:43:09,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:43:10,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:43: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-a06f65e9-561f-43be-a48a-143670fe4f07 x-compute-request-id: req-a06f65e9-561f-43be-a48a-143670fe4f07 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:43:10,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-a06f65e9-561f-43be-a48a-143670fe4f07 2019-01-20 13:43:10,640 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:43:10,641 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:43:13,644 - create_instance - DEBUG - VM status query timeout in 838.066303968 2019-01-20 13:43:13,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:43:14,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:43: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-64d5f617-e049-4555-9085-b480e8aada14 x-compute-request-id: req-64d5f617-e049-4555-9085-b480e8aada14 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:43:14,499 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-64d5f617-e049-4555-9085-b480e8aada14 2019-01-20 13:43:14,499 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:43:14,500 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:43:17,503 - create_instance - DEBUG - VM status query timeout in 834.207226038 2019-01-20 13:43:17,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:43:18,006 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:43: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-28be33d8-f5c3-4c7b-bc58-e9fce1aa326f x-compute-request-id: req-28be33d8-f5c3-4c7b-bc58-e9fce1aa326f 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:43:18,006 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-28be33d8-f5c3-4c7b-bc58-e9fce1aa326f 2019-01-20 13:43:18,007 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:43:18,007 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:43:21,010 - create_instance - DEBUG - VM status query timeout in 830.699767113 2019-01-20 13:43:21,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:43:21,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:43:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a872aa74-510d-4523-9650-6db08404957f x-compute-request-id: req-a872aa74-510d-4523-9650-6db08404957f 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:43:21,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-a872aa74-510d-4523-9650-6db08404957f 2019-01-20 13:43:21,384 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:43:21,385 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:43:24,388 - create_instance - DEBUG - VM status query timeout in 827.322317123 2019-01-20 13:43:24,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:43:24,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:43: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-886d678c-6487-49bf-94b7-35ebef72685a x-compute-request-id: req-886d678c-6487-49bf-94b7-35ebef72685a 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:43:24,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-886d678c-6487-49bf-94b7-35ebef72685a 2019-01-20 13:43:24,906 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:43:24,907 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:43:27,910 - create_instance - DEBUG - VM status query timeout in 823.80036211 2019-01-20 13:43:27,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:43:28,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:43:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61316d0c-2019-438b-ac07-9896a43bb39e x-compute-request-id: req-61316d0c-2019-438b-ac07-9896a43bb39e 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:43:28,398 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-61316d0c-2019-438b-ac07-9896a43bb39e 2019-01-20 13:43:28,398 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:43:28,398 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:43:31,402 - create_instance - DEBUG - VM status query timeout in 820.308484077 2019-01-20 13:43:31,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:43:31,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:43:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b145741a-5078-430b-9967-04c24cd6c43d x-compute-request-id: req-b145741a-5078-430b-9967-04c24cd6c43d 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:43:31,740 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-b145741a-5078-430b-9967-04c24cd6c43d 2019-01-20 13:43:31,741 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:43:31,741 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:43:34,744 - create_instance - DEBUG - VM status query timeout in 816.966139078 2019-01-20 13:43:34,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:43:35,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:43:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5332a8f-5570-4f19-96e2-675c9883d98c x-compute-request-id: req-d5332a8f-5570-4f19-96e2-675c9883d98c 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:43:35,791 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-d5332a8f-5570-4f19-96e2-675c9883d98c 2019-01-20 13:43:35,791 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:43:35,791 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:43:38,793 - create_instance - DEBUG - VM status query timeout in 812.917041063 2019-01-20 13:43:38,797 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:43:39,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:43:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c22daab0-a386-44bc-8a8c-b7ec7d39fe7b x-compute-request-id: req-c22daab0-a386-44bc-8a8c-b7ec7d39fe7b 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:43:39,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-c22daab0-a386-44bc-8a8c-b7ec7d39fe7b 2019-01-20 13:43:39,399 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:43:39,399 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:43:42,403 - create_instance - DEBUG - VM status query timeout in 809.307512999 2019-01-20 13:43:42,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:43:43,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:43:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a28b9f1-4987-4cbe-baf9-6af54e4d2761 x-compute-request-id: req-5a28b9f1-4987-4cbe-baf9-6af54e4d2761 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:43:43,030 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-5a28b9f1-4987-4cbe-baf9-6af54e4d2761 2019-01-20 13:43:43,030 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:43:43,030 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:43:46,033 - create_instance - DEBUG - VM status query timeout in 805.676630974 2019-01-20 13:43:46,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:43:46,749 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:43:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05db3712-5943-4e8d-8b48-98829efa44ef x-compute-request-id: req-05db3712-5943-4e8d-8b48-98829efa44ef 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:43:46,749 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-05db3712-5943-4e8d-8b48-98829efa44ef 2019-01-20 13:43:46,750 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:43:46,750 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:43:49,753 - create_instance - DEBUG - VM status query timeout in 801.95699811 2019-01-20 13:43:49,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:43:50,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:43:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ac4c0c5-7a9a-4ad2-b3bf-e2f269411157 x-compute-request-id: req-8ac4c0c5-7a9a-4ad2-b3bf-e2f269411157 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:43:50,389 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-8ac4c0c5-7a9a-4ad2-b3bf-e2f269411157 2019-01-20 13:43:50,389 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:43:50,390 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:43:53,393 - create_instance - DEBUG - VM status query timeout in 798.3172791 2019-01-20 13:43:53,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:43:53,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:43: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-ae8baad5-8efc-4924-8fa9-4317d6d98471 x-compute-request-id: req-ae8baad5-8efc-4924-8fa9-4317d6d98471 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:43:53,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-ae8baad5-8efc-4924-8fa9-4317d6d98471 2019-01-20 13:43:53,877 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:43:53,878 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:43:56,881 - create_instance - DEBUG - VM status query timeout in 794.82931304 2019-01-20 13:43:56,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:43:57,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:43: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-c63c077e-5afc-48cc-b336-c39c7b11b77a x-compute-request-id: req-c63c077e-5afc-48cc-b336-c39c7b11b77a 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:42:12Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:43:57,199 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-c63c077e-5afc-48cc-b336-c39c7b11b77a 2019-01-20 13:43:57,199 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - BUILD 2019-01-20 13:43:57,199 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:44:00,202 - create_instance - DEBUG - VM status query timeout in 791.507579088 2019-01-20 13:44:00,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:00,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44: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-ec1a1ee5-2ed0-4675-a0fa-9dca10e87e46 x-compute-request-id: req-ec1a1ee5-2ed0-4675-a0fa-9dca10e87e46 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:43:55.000000", "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:43:56Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:44:00,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-ec1a1ee5-2ed0-4675-a0fa-9dca10e87e46 2019-01-20 13:44:00,693 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - ACTIVE 2019-01-20 13:44:00,693 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:44:00,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:01,171 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44: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-6d302e55-929f-41f8-aef2-35d97fe48aea x-compute-request-id: req-6d302e55-929f-41f8-aef2-35d97fe48aea Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:43:55.000000", "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:43:56Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:44:01,171 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-6d302e55-929f-41f8-aef2-35d97fe48aea 2019-01-20 13:44:01,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:01,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-40ca58bc-410e-463b-ba25-9fcf962d3eec Date: Sun, 20 Jan 2019 13:44: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":["010df6e3-1a10-45e9-891f-ae3b8eb0e51a"],"updated_at":"2019-01-20T13:41:45Z","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"eee4e103-e587-4f26-b629-5d457a66274d","name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net"}]} 2019-01-20 13:44:01,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net used request id req-40ca58bc-410e-463b-ba25-9fcf962d3eec 2019-01-20 13:44:01,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:01,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7e97c18-d8fc-4953-a02d-7614c9b3d095 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, "enabled": true, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}} 2019-01-20 13:44:01,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 used request id req-a7e97c18-d8fc-4953-a02d-7614c9b3d095 2019-01-20 13:44:01,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:01,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-78646b7b-bc4b-49ce-8df4-3663de51bfcc Date: Sun, 20 Jan 2019 13:44:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","dns_nameservers":[],"updated_at":"2019-01-20T13:41:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","subnetpool_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet"}]} 2019-01-20 13:44:01,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-78646b7b-bc4b-49ce-8df4-3663de51bfcc 2019-01-20 13:44:01,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:01,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3857 X-Openstack-Request-Id: req-059beb92-cdcb-4a29-aa88-4e3bcc28cdd1 Date: Sun, 20 Jan 2019 13:44:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.2"}],"id":"408757fa-25ed-4f59-bfe4-a5cd377ac7fb","security_groups":[],"mac_address":"fa:16:3e:2f:7b:80","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.3"}],"id":"67f7f002-9e6e-4218-a820-704cb333f9c6","security_groups":[],"mac_address":"fa:16:3e:8d:26:d5","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:42:09Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.1"}],"id":"6fb3e716-be66-4ab7-a366-2b24a44b06a7","security_groups":[],"mac_address":"fa:16:3e:f6:06:54","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:54Z","binding:vnic_type":"normal","device_id":"3cb45df3-5b11-4007-b028-fe8ab864522d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.4"}],"id":"afbf95b1-44af-431a-8d09-df66cbe1dd74","security_groups":[],"mac_address":"fa:16:3e:1f:e2:5b","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:43:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.14"}],"id":"dd1d315e-1aaf-4d80-a278-1fc214455841","security_groups":["761e5c21-eb07-4957-ac09-960fc12ef6b9"],"mac_address":"fa:16:3e:11:f1:a6","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-port-1","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:42:07Z","binding:vnic_type":"normal","device_id":"40620f65-23d6-42e7-bbf9-593b0797ffd5"}]} 2019-01-20 13:44:01,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-059beb92-cdcb-4a29-aa88-4e3bcc28cdd1 2019-01-20 13:44:01,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:01,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-309392f6-b780-4cbb-befd-fd07f31dbbe7 Date: Sun, 20 Jan 2019 13:44:01 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:49Z", "admin_state_up": true, "updated_at": "2019-01-20T13:41:55Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "3cb45df3-5b11-4007-b028-fe8ab864522d", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-router"}]} 2019-01-20 13:44:01,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-router used request id req-309392f6-b780-4cbb-befd-fd07f31dbbe7 2019-01-20 13:44:01,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:01,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba82dfb7-f598-48fc-a8b5-d7812120624b Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, "enabled": true, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}} 2019-01-20 13:44:01,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 used request id req-ba82dfb7-f598-48fc-a8b5-d7812120624b 2019-01-20 13:44:01,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=3cb45df3-5b11-4007-b028-fe8ab864522d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:01,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-309693bc-c58a-453b-bc3a-ba1d6c4c7004 Date: Sun, 20 Jan 2019 13:44:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:42:09Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.1"}],"id":"6fb3e716-be66-4ab7-a366-2b24a44b06a7","security_groups":[],"mac_address":"fa:16:3e:f6:06:54","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:54Z","binding:vnic_type":"normal","device_id":"3cb45df3-5b11-4007-b028-fe8ab864522d"}]} 2019-01-20 13:44:01,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=3cb45df3-5b11-4007-b028-fe8ab864522d used request id req-309693bc-c58a-453b-bc3a-ba1d6c4c7004 2019-01-20 13:44:01,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/010df6e3-1a10-45e9-891f-ae3b8eb0e51a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:01,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-a657f843-5dec-4a48-9305-74469107f8ad Date: Sun, 20 Jan 2019 13:44:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","dns_nameservers":[],"updated_at":"2019-01-20T13:41:45Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","subnetpool_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet"}} 2019-01-20 13:44:01,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/010df6e3-1a10-45e9-891f-ae3b8eb0e51a used request id req-a657f843-5dec-4a48-9305-74469107f8ad 2019-01-20 13:44:01,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:01,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-83ca548c-ea44-4f6a-8c0f-e5b309d305aa Date: Sun, 20 Jan 2019 13:44:01 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:44:01,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-83ca548c-ea44-4f6a-8c0f-e5b309d305aa 2019-01-20 13:44:01,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:01,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3102728d-ab3d-4dc1-8d73-d6fd45f459ee Date: Sun, 20 Jan 2019 13:44:01 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:44:01,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-3102728d-ab3d-4dc1-8d73-d6fd45f459ee 2019-01-20 13:44:01,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:02,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44: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-7c1143c5-b92e-4e40-abb7-0c665a979d23 x-compute-request-id: req-7c1143c5-b92e-4e40-abb7-0c665a979d23 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:43:55.000000", "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:43:56Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:44:02,569 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-7c1143c5-b92e-4e40-abb7-0c665a979d23 2019-01-20 13:44:02,569 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - ACTIVE 2019-01-20 13:44:02,570 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:44:02,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:03,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7126c11-e0d9-409a-993b-861520701f48 x-compute-request-id: req-a7126c11-e0d9-409a-993b-861520701f48 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:43:55.000000", "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:43:56Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:44:03,126 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-a7126c11-e0d9-409a-993b-861520701f48 2019-01-20 13:44:03,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:03,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-90026cc3-3069-4f57-91a8-fd962d00e8e5 Date: Sun, 20 Jan 2019 13:44:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["010df6e3-1a10-45e9-891f-ae3b8eb0e51a"],"updated_at":"2019-01-20T13:41:45Z","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"eee4e103-e587-4f26-b629-5d457a66274d","name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net"}]} 2019-01-20 13:44:03,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net used request id req-90026cc3-3069-4f57-91a8-fd962d00e8e5 2019-01-20 13:44:03,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:03,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb5d492e-793b-48eb-8134-a947c6440488 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, "enabled": true, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}} 2019-01-20 13:44:03,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 used request id req-eb5d492e-793b-48eb-8134-a947c6440488 2019-01-20 13:44:03,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:03,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-16e3a2de-0b53-4c4a-987f-a13129ef4413 Date: Sun, 20 Jan 2019 13:44:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","dns_nameservers":[],"updated_at":"2019-01-20T13:41:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","subnetpool_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet"}]} 2019-01-20 13:44:03,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-16e3a2de-0b53-4c4a-987f-a13129ef4413 2019-01-20 13:44:03,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:03,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3857 X-Openstack-Request-Id: req-03ab94c7-5bb0-4182-ab4a-648664fd33dc Date: Sun, 20 Jan 2019 13:44:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.2"}],"id":"408757fa-25ed-4f59-bfe4-a5cd377ac7fb","security_groups":[],"mac_address":"fa:16:3e:2f:7b:80","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.3"}],"id":"67f7f002-9e6e-4218-a820-704cb333f9c6","security_groups":[],"mac_address":"fa:16:3e:8d:26:d5","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:42:09Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.1"}],"id":"6fb3e716-be66-4ab7-a366-2b24a44b06a7","security_groups":[],"mac_address":"fa:16:3e:f6:06:54","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:54Z","binding:vnic_type":"normal","device_id":"3cb45df3-5b11-4007-b028-fe8ab864522d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.4"}],"id":"afbf95b1-44af-431a-8d09-df66cbe1dd74","security_groups":[],"mac_address":"fa:16:3e:1f:e2:5b","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:43:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.14"}],"id":"dd1d315e-1aaf-4d80-a278-1fc214455841","security_groups":["761e5c21-eb07-4957-ac09-960fc12ef6b9"],"mac_address":"fa:16:3e:11:f1:a6","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-port-1","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:42:07Z","binding:vnic_type":"normal","device_id":"40620f65-23d6-42e7-bbf9-593b0797ffd5"}]} 2019-01-20 13:44:03,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-03ab94c7-5bb0-4182-ab4a-648664fd33dc 2019-01-20 13:44:03,649 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-20 13:44:03,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:03,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-21cb33c9-5c0b-4fcf-8f61-cee1a38c739e Date: Sun, 20 Jan 2019 13:44:03 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:44:03,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-21cb33c9-5c0b-4fcf-8f61-cee1a38c739e 2019-01-20 13:44:03,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:03,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fc718ec0-0002-4cf1-98f1-1c941347d22e Date: Sun, 20 Jan 2019 13:44:03 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:44:03,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-fc718ec0-0002-4cf1-98f1-1c941347d22e 2019-01-20 13:44:03,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" -d '{"floatingip": {"floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "port_id": "dd1d315e-1aaf-4d80-a278-1fc214455841"}}' 2019-01-20 13:44:05,511 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-959e1560-ae59-4b76-af93-7cbf3ba1a4b3 Date: Sun, 20 Jan 2019 13:44:05 GMT RESP BODY: {"floatingip": {"router_id": "3cb45df3-5b11-4007-b028-fe8ab864522d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:44:04Z", "updated_at": "2019-01-20T13:44:04Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "10.55.1.14", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "port_id": "dd1d315e-1aaf-4d80-a278-1fc214455841", "id": "c5587d1f-2ebb-4b0c-9df2-445f449c3a48"}} 2019-01-20 13:44:05,511 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-959e1560-ae59-4b76-af93-7cbf3ba1a4b3 2019-01-20 13:44:05,512 - create_instance - INFO - Created floating IP 172.30.9.205 via router - AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-router 2019-01-20 13:44:05,512 - create_instance_tests - INFO - Looking for IP 10.55.1.14 in the console log 2019-01-20 13:44:05,515 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:06,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22022ccf-0d75-4c77-b4f0-8c4d8a28fb42 x-compute-request-id: req-22022ccf-0d75-4c77-b4f0-8c4d8a28fb42 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:43:55.000000", "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:43:56Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:44:06,107 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-22022ccf-0d75-4c77-b4f0-8c4d8a28fb42 2019-01-20 13:44:06,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 13:44:07,216 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c67ae35-ad74-4d08-90e6-76f1832afe6c x-compute-request-id: req-1c67ae35-ad74-4d08-90e6-76f1832afe6c Content-Encoding: gzip Content-Length: 10425 Content-Type: application/json RESP BODY: {"output": "[ 0.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-164-generic (buildd@lcy01-amd64-015) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #214-Ubuntu SMP Wed Dec 5 10:42:33 UTC 2018 (Ubuntu 3.13.0-164.214-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-164-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 s84096 r8192 d22400 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 7fc0fc80\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-164-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 (7503K 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.906 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967624)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008015] AppArmor: AppArmor initialized\n[ 0.008846] Yama: becoming mindful.\n[ 0.010063] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.013388] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.014613] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016108] Initializing cgroup subsys memory\n[ 0.016982] Initializing cgroup subsys devices\n[ 0.017860] Initializing cgroup subsys freezer\n[ 0.018734] Initializing cgroup subsys blkio\n[ 0.019570] Initializing cgroup subsys perf_event\n[ 0.020004] Initializing cgroup subsys hugetlb\n[ 0.021620] mce: CPU supports 10 MCE banks\n[ 0.022460] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.022460] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.024003] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.025032] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch\n[ 0.026592] Speculative Store Bypass: Vulnerable\n[ 0.028657] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000)\n[ 0.033478] ACPI: Core revision 20131115\n[ 0.034687] ACPI: All ACPI Tables successfully acquired\n[ 0.035824] ftrace: allocating 28753 entries in 113 pages\n[ 0.056038] smpboot: Max logical packages: 2\n[ 0.056883] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.058056] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.059404] Enabling x2apic\n[ 0.060000] Enabled x2apic\n[ 0.060003] Switched APIC routing to physical x2apic.\n[ 0.061879] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.064001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.066063] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.071335] KVM setup paravirtual spinlock\n[ 0.073060] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.074394] x86: Booting SMP configuration:\n[ 0.075290] .... node #0, CPUs: #1[ 0.073053] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.092019] x86: Booted up 1 node, 2 CPUs\n[ 0.092012] KVM setup async PF for cpu 1\n[ 0.092013] kvm-stealtime: cpu 1, msr 7fd0fc80\n[ 0.096004] smpboot: Total of 2 processors activated (13967.62 BogoMIPS)\n[ 0.097538] devtmpfs: initialized\n[ 0.098184] EVM: security.selinux\n[ 0.100005] EVM: security.SMACK64\n[ 0.100707] EVM: security.ima\n[ 0.101351] EVM: security.capability\n[ 0.102108] pinctrl core: initialized pinctrl subsystem\n[ 0.102108] regulator-dummy: no parameters\n[ 0.104060] RTC time: 13:43:56, date: 01/20/19\n[ 0.104949] NET: Registered protocol family 16\n[ 0.105883] cpuidle: using governor ladder\n[ 0.106706] cpuidle: using governor menu\n[ 0.107601] ACPI: bus type PCI registered\n[ 0.108003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.109239] PCI: Using configuration type 1 for base access\n[ 0.110745] bio: create slab at 0\n[ 0.110745] ACPI: Added _OSI(Module Device)\n[ 0.112003] ACPI: Added _OSI(Processor Device)\n[ 0.112873] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.113778] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.116134] ACPI: Interpreter enabled\n[ 0.116901] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.118748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.120527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.122378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.124006] ACPI: (supports S0 S5)\n[ 0.124717] ACPI: Using IOAPIC for interrupt routing\n[ 0.126158] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.128050] ACPI: No dock devices found.\n[ 0.130433] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.131567] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.132006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.136016] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.138223] acpiphp: Slot [3] registered\n[ 0.139023] acpiphp: Slot [4] registered\n[ 0.139822] acpiphp: Slot [5] registered\n[ 0.140019] acpiphp: Slot [6] registered\n[ 0.140815] acpiphp: Slot [7] registered\n[ 0.141611] acpiphp: Slot [8] registered\n[ 0.142407] acpiphp: Slot [9] registered\n[ 0.143198] acpiphp: Slot [10] registered\n[ 0.144010] acpiphp: Slot [11] registered\n[ 0.144822] acpiphp: Slot [12] registered\n[ 0.145639] acpiphp: Slot [13] registered\n[ 0.146448] acpiphp: Slot [14] registered\n[ 0.147256] acpiphp: Slot [15] registered\n[ 0.148016] acpiphp: Slot [16] registered\n[ 0.148834] acpiphp: Slot [17] registered\n[ 0.149641] acpiphp: Slot [18] registered\n[ 0.150449] acpiphp: Slot [19] registered\n[ 0.151261] acpiphp: Slot [20] registered\n[ 0.152016] acpiphp: Slot [21] registered\n[ 0.152826] acpiphp: Slot [22] registered\n[ 0.153639] acpiphp: Slot [23] registered\n[ 0.154448] acpiphp: Slot [24] registered\n[ 0.155255] acpiphp: Slot [25] registered\n[ 0.156016] acpiphp: Slot [26] registered\n[ 0.156827] acpiphp: Slot [27] registered\n[ 0.157643] acpiphp: Slot [28] registered\n[ 0.158449] acpiphp: Slot [29] registered\n[ 0.159255] acpiphp: Slot [30] registered\n[ 0.160018] acpiphp: Slot [31] registered\n[ 0.160819] PCI host bridge to bus 0000:00\n[ 0.161631] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.162647] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.163767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.164003] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.165227] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.179373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.180012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.224138] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.225641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.227083] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.228485] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.229882] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.231171] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.232093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.233082] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.234621] vgaarb: loaded\n[ 0.235219] vgaarb: bridge control possible 0000:00:02.0\n[ 0.236126] SCSI subsystem initialized\n[ 0.236929] ACPI: bus type USB registered\n[ 0.236929] usbcore: registered new interface driver usbfs\n[ 0.237882] usbcore: registered new interface driver hub\n[ 0.238892] usbcore: registered new device driver usb\n[ 0.240043] PCI: Using ACPI for IRQ routing\n[ 0.241009] NetLabel: Initializing\n[ 0.241721] NetLabel: domain hash size = 128\n[ 0.242569] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.243517] NetLabel: unlabeled traffic allowed by default\n[ 0.244061] Switched to clocksource kvm-clock\n[ 0.248754] AppArmor: AppArmor Filesystem Enabled\n[ 0.249708] pnp: PnP ACPI init\n[ 0.250374] ACPI: bus type PNP registered\n[ 0.251532] pnp: PnP ACPI: found 8 devices\n[ 0.252358] ACPI: bus type PNP unregistered\n[ 0.259500] NET: Registered protocol family 2\n[ 0.260512] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.261973] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.263223] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.264798] TCP: reno registered\n[ 0.265486] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.266597] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.267805] NET: Registered protocol family 1\n[ 0.268686] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.269787] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.270863] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.292314] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.314203] Trying to unpack rootfs image as initramfs...\n[ 0.394307] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.396047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.397145] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.398999] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.400676] Scanning for low memory corruption every 60 seconds\n[ 0.402470] Initialise system trusted keyring\n[ 0.403808] audit: initializing netlink socket (disabled)\n[ 0.405355] type=2000 audit(1547991837.171:1): initialized\n[ 0.423236] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.425773] zbud: loaded\n[ 0.426813] VFS: Disk quotas dquot_6.5.2\n[ 0.428034] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.430117] fuse init (API version 7.22)\n[ 0.431324] msgmni has been set to 3997\n[ 0.432513] Key type big_key registered\n[ 0.433957] Key type asymmetric registered\n[ 0.435191] Asymmetric key parser 'x509' registered\n[ 0.436630] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.438846] io scheduler noop registered\n[ 0.440029] io scheduler deadline registered (default)\n[ 0.441534] io scheduler cfq registered\n[ 0.442718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.444279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.446132] ipmi message handler version 39.2\n[ 0.447434] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.449616] ACPI: Power Button [PWRF]\n[ 0.450788] GHES: HEST is not enabled!\n[ 0.472068] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.514724] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.517061] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.541260] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.543303] Linux agpgart interface v0.103\n[ 0.544836] brd: module loaded\n[ 0.545828] loop: module loaded\n[ 0.546748] blk-mq: CPU -> queue map\n[ 0.547485] CPU 0 -> Queue 0\n[ 0.548178] CPU 1 -> Queue 0\n[ 0.549271] vda: vda1\n[ 0.550898] scsi0 : ata_piix\n[ 0.551806] scsi1 : ata_piix\n[ 0.552671] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.554345] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.556190] libphy: Fixed MDIO Bus: probed\n[ 0.557359] tun: Universal TUN/TAP device driver, 1.6\n[ 0.558717] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.561501] PPP generic driver version 2.4.2\n[ 0.562466] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.563647] ehci-pci: EHCI PCI platform driver\n[ 0.564511] ehci-platform: EHCI generic platform driver\n[ 0.565484] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.566587] ohci-pci: OHCI PCI platform driver\n[ 0.567435] ohci-platform: OHCI generic platform driver\n[ 0.568412] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.590280] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.591264] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.592762] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.593862] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.595055] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.596457] usb usb1: Product: UHCI Host Controller\n[ 0.597377] usb usb1: Manufacturer: Linux 3.13.0-164-generic uhci_hcd\n[ 0.598523] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.599504] hub 1-0:1.0: USB hub found\n[ 0.600320] hub 1-0:1.0: 2 ports detected\n[ 0.601221] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.603294] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.604240] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.605309] mousedev: PS/2 mouse device common for all mice\n[ 0.606586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.608386] rtc_cmos 00:00: RTC can wake from S4\n[ 0.609498] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.610670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.611876] device-mapper: uevent: version 1.0.3\n[ 0.612819] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.614399] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.615559] TCP: cubic registered\n[ 0.616325] NET: Registered protocol family 10\n[ 0.617322] NET: Registered protocol family 17\n[ 0.618194] Key type dns_resolver registered\n[ 0.619196] Loading compiled-in X.509 certificates\n[ 0.620631] Loaded X.509 cert 'Magrathea: Glacier signing key: 4383b661492d633ec8f64820945f2015402a16e0'\n[ 0.622381] registered taskstats version 1\n[ 0.624632] Key type trusted registered\n[ 0.627615] Key type encrypted registered\n[ 0.628433] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.629446] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.630773] regulator-dummy: disabling\n[ 0.631600] Magic number: 3:534:736\n[ 0.632479] rtc_cmos 00:00: setting system clock to 2019-01-20 13:43:56 UTC (1547991836)\n[ 0.640818] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.641913] EDD information not available.\n[ 0.712921] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000)\n[ 0.714462] Write protecting the kernel read-only data: 12288k\n[ 0.715799] Freeing unused kernel memory: 672K (ffff880001758000 - ffff880001800000)\n[ 0.718319] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.729581] systemd-udevd[107]: starting version 204\n[ 0.761121] FDC 0 is a S82078B\n[ 0.912097] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.071922] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.073432] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.074979] usb 1-1: Product: QEMU USB Tablet\n[ 1.075992] usb 1-1: Manufacturer: QEMU\n[ 1.076916] usb 1-1: SerialNumber: 42\n[ 1.392072] tsc: Refined TSC clocksource calibration: 3491.905 MHz\n[ 1.772761] 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.011367] 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.143676] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.242626] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 20 Jan 2019 13:43:58 +0000. Up 2.59 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 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 * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.71]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 20 Jan 2019 13:43:59 +0000. Up 3.83 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.14 | 255.255.255.0 | fa:16:3e:11:f1:a6 |\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:\nb5:c9:f6:b9:99:79:b7:29:f0:94:04:ef:9e:5c:22:ec root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| . |\n| . o |\n| o o o |\n| S * o . |\n| . = * . |\n| . X + |\n| E @. o|\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:\nad:3e:cd:6f:dc:d2:82:04:d0:4f:6b:6f:e2:92:19:63 root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| . . . |\n| . o . |\n| ..+ |\n| So.. |\n| E.o o |\n| ..X = o |\n| .= = = o |\n| .o o.o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nde:38:21:9a:21:5f:d4:1d:34:34:e7:fe:61:9e:8c:7a root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| o* . |\n| . . * |\n| . . . . |\n| . . |\n| . . o S . o |\n| o = o + * o |\n| + + . . = |\n| . .E |\n| .. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nc8:b0:c7:08:fe:df:e3:28:dc:8a:b2:c6:a1:fa:12:46 root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| . . |\n| E . * . |\n|. . o = S |\n|.o . . |\n|+..... |\n|+o .o..o. |\n|==o .oo.o. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 20 Jan 2019 13:44:02 +0000. Up 7.04 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[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 ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n * Stopping System V runlevel compatibility[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 20 Jan 2019 13:44:03 +0000. Up 7.95 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 | ce:a3:29:90:a8:a3:c9:ad:f1:71:0e:01:f5:9f:fb:7e | - | - |\nci-info: +---------+-------------------------------------------------+---------+---------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 ad:3e:cd:6f:dc:d2:82:04:d0:4f:6b:6f:e2:92:19:63 root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i (DSA)\nec2: 256 de:38:21:9a:21:5f:d4:1d:34:34:e7:fe:61:9e:8c:7a root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i (ECDSA)\nec2: 256 c8:b0:c7:08:fe:df:e3:28:dc:8a:b2:c6:a1:fa:12:46 root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i (ED25519)\nec2: 2048 b5:c9:f6:b9:99:79:b7:29:f0:94:04:ef:9e:5c:22:ec root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMesrE5O45S1T5g1KAMu61NRj+2xtPF0vfhaWSUGIcwpb8NsxkO4bhK2KdikXWmYlDu6cWoIIy3BTpMjsTTOFPU= root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINavlAbXzgXppX3wjB10hPDEO5dvg3zj27Uw/MLZAIjz root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyAEupEhI8UtmIJLZvNMAZwYRl0HId41tWkbAOBWffF3wC3C8FJqdc1fzqYR/LgQKU5/MSokle5P8p20svIaeSxgvLyx0SFM7b9SuQSI8Ww83hzlzoGlUADHpFhNjF6C4GLaANj5srEmie7TCT5cjrQRxf3omu++rj0VV7GBbjpzyU0dBFJ0GuSjsGVUNeNP5vcq081mKZwpbiDFxGi6MW+0651949ZpQDjq7TiTFOvBOeFqJuaPc9PJZFkrhWXVa9V9ITiXdqGuLKXV0CFcivlvo8H0dPUTIHLNiAw7b1oaWsIvmssXJVEK8DreBBKeF52Ld1Xfet1kIjRyenFF31 root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 20 Jan 2019 13:44:03 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 8.03 seconds\n\nUbuntu 14.04.5 LTS ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i ttyS0\n\nansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i login: "} 2019-01-20 13:44:07,217 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5/action used request id req-1c67ae35-ad74-4d08-90e6-76f1832afe6c 2019-01-20 13:44:07,219 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-20 13:44:07,219 - 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-164-generic (buildd@lcy01-amd64-015) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #214-Ubuntu SMP Wed Dec 5 10:42:33 UTC 2018 (Ubuntu 3.13.0-164.214-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-164-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 s84096 r8192 d22400 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 7fc0fc80 [ 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-164-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 (7503K 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.906 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967624) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008015] AppArmor: AppArmor initialized [ 0.008846] Yama: becoming mindful. [ 0.010063] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.013388] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.014613] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016108] Initializing cgroup subsys memory [ 0.016982] Initializing cgroup subsys devices [ 0.017860] Initializing cgroup subsys freezer [ 0.018734] Initializing cgroup subsys blkio [ 0.019570] Initializing cgroup subsys perf_event [ 0.020004] Initializing cgroup subsys hugetlb [ 0.021620] mce: CPU supports 10 MCE banks [ 0.022460] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.022460] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.024003] Spectre V2 : Mitigation: Full generic retpoline [ 0.025032] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.026592] Speculative Store Bypass: Vulnerable [ 0.028657] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000) [ 0.033478] ACPI: Core revision 20131115 [ 0.034687] ACPI: All ACPI Tables successfully acquired [ 0.035824] ftrace: allocating 28753 entries in 113 pages [ 0.056038] smpboot: Max logical packages: 2 [ 0.056883] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.058056] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.059404] Enabling x2apic [ 0.060000] Enabled x2apic [ 0.060003] Switched APIC routing to physical x2apic. [ 0.061879] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.064001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.066063] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.071335] KVM setup paravirtual spinlock [ 0.073060] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.074394] x86: Booting SMP configuration: [ 0.075290] .... node #0, CPUs: #1[ 0.073053] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.092019] x86: Booted up 1 node, 2 CPUs [ 0.092012] KVM setup async PF for cpu 1 [ 0.092013] kvm-stealtime: cpu 1, msr 7fd0fc80 [ 0.096004] smpboot: Total of 2 processors activated (13967.62 BogoMIPS) [ 0.097538] devtmpfs: initialized [ 0.098184] EVM: security.selinux [ 0.100005] EVM: security.SMACK64 [ 0.100707] EVM: security.ima [ 0.101351] EVM: security.capability [ 0.102108] pinctrl core: initialized pinctrl subsystem [ 0.102108] regulator-dummy: no parameters [ 0.104060] RTC time: 13:43:56, date: 01/20/19 [ 0.104949] NET: Registered protocol family 16 [ 0.105883] cpuidle: using governor ladder [ 0.106706] cpuidle: using governor menu [ 0.107601] ACPI: bus type PCI registered [ 0.108003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.109239] PCI: Using configuration type 1 for base access [ 0.110745] bio: create slab at 0 [ 0.110745] ACPI: Added _OSI(Module Device) [ 0.112003] ACPI: Added _OSI(Processor Device) [ 0.112873] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.113778] ACPI: Added _OSI(Processor Aggregator Device) [ 0.116134] ACPI: Interpreter enabled [ 0.116901] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.118748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.120527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.122378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.124006] ACPI: (supports S0 S5) [ 0.124717] ACPI: Using IOAPIC for interrupt routing [ 0.126158] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.128050] ACPI: No dock devices found. [ 0.130433] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.131567] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.132006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.136016] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.138223] acpiphp: Slot [3] registered [ 0.139023] acpiphp: Slot [4] registered [ 0.139822] acpiphp: Slot [5] registered [ 0.140019] acpiphp: Slot [6] registered [ 0.140815] acpiphp: Slot [7] registered [ 0.141611] acpiphp: Slot [8] registered [ 0.142407] acpiphp: Slot [9] registered [ 0.143198] acpiphp: Slot [10] registered [ 0.144010] acpiphp: Slot [11] registered [ 0.144822] acpiphp: Slot [12] registered [ 0.145639] acpiphp: Slot [13] registered [ 0.146448] acpiphp: Slot [14] registered [ 0.147256] acpiphp: Slot [15] registered [ 0.148016] acpiphp: Slot [16] registered [ 0.148834] acpiphp: Slot [17] registered [ 0.149641] acpiphp: Slot [18] registered [ 0.150449] acpiphp: Slot [19] registered [ 0.151261] acpiphp: Slot [20] registered [ 0.152016] acpiphp: Slot [21] registered [ 0.152826] acpiphp: Slot [22] registered [ 0.153639] acpiphp: Slot [23] registered [ 0.154448] acpiphp: Slot [24] registered [ 0.155255] acpiphp: Slot [25] registered [ 0.156016] acpiphp: Slot [26] registered [ 0.156827] acpiphp: Slot [27] registered [ 0.157643] acpiphp: Slot [28] registered [ 0.158449] acpiphp: Slot [29] registered [ 0.159255] acpiphp: Slot [30] registered [ 0.160018] acpiphp: Slot [31] registered [ 0.160819] PCI host bridge to bus 0000:00 [ 0.161631] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.162647] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.163767] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.164003] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.165227] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.179373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.180012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.224138] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.225641] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.227083] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.228485] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.229882] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.231171] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.232093] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.233082] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.234621] vgaarb: loaded [ 0.235219] vgaarb: bridge control possible 0000:00:02.0 [ 0.236126] SCSI subsystem initialized [ 0.236929] ACPI: bus type USB registered [ 0.236929] usbcore: registered new interface driver usbfs [ 0.237882] usbcore: registered new interface driver hub [ 0.238892] usbcore: registered new device driver usb [ 0.240043] PCI: Using ACPI for IRQ routing [ 0.241009] NetLabel: Initializing [ 0.241721] NetLabel: domain hash size = 128 [ 0.242569] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.243517] NetLabel: unlabeled traffic allowed by default [ 0.244061] Switched to clocksource kvm-clock [ 0.248754] AppArmor: AppArmor Filesystem Enabled [ 0.249708] pnp: PnP ACPI init [ 0.250374] ACPI: bus type PNP registered [ 0.251532] pnp: PnP ACPI: found 8 devices [ 0.252358] ACPI: bus type PNP unregistered [ 0.259500] NET: Registered protocol family 2 [ 0.260512] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.261973] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.263223] TCP: Hash tables configured (established 16384 bind 16384) [ 0.264798] TCP: reno registered [ 0.265486] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.266597] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.267805] NET: Registered protocol family 1 [ 0.268686] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.269787] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.270863] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.292314] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.314203] Trying to unpack rootfs image as initramfs... [ 0.394307] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.396047] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.397145] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.398999] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.400676] Scanning for low memory corruption every 60 seconds [ 0.402470] Initialise system trusted keyring [ 0.403808] audit: initializing netlink socket (disabled) [ 0.405355] type=2000 audit(1547991837.171:1): initialized [ 0.423236] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.425773] zbud: loaded [ 0.426813] VFS: Disk quotas dquot_6.5.2 [ 0.428034] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.430117] fuse init (API version 7.22) [ 0.431324] msgmni has been set to 3997 [ 0.432513] Key type big_key registered [ 0.433957] Key type asymmetric registered [ 0.435191] Asymmetric key parser 'x509' registered [ 0.436630] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.438846] io scheduler noop registered [ 0.440029] io scheduler deadline registered (default) [ 0.441534] io scheduler cfq registered [ 0.442718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.444279] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.446132] ipmi message handler version 39.2 [ 0.447434] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.449616] ACPI: Power Button [PWRF] [ 0.450788] GHES: HEST is not enabled! [ 0.472068] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.514724] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.517061] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.541260] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.543303] Linux agpgart interface v0.103 [ 0.544836] brd: module loaded [ 0.545828] loop: module loaded [ 0.546748] blk-mq: CPU -> queue map [ 0.547485] CPU 0 -> Queue 0 [ 0.548178] CPU 1 -> Queue 0 [ 0.549271] vda: vda1 [ 0.550898] scsi0 : ata_piix [ 0.551806] scsi1 : ata_piix [ 0.552671] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.554345] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.556190] libphy: Fixed MDIO Bus: probed [ 0.557359] tun: Universal TUN/TAP device driver, 1.6 [ 0.558717] tun: (C) 1999-2004 Max Krasnyansky [ 0.561501] PPP generic driver version 2.4.2 [ 0.562466] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.563647] ehci-pci: EHCI PCI platform driver [ 0.564511] ehci-platform: EHCI generic platform driver [ 0.565484] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.566587] ohci-pci: OHCI PCI platform driver [ 0.567435] ohci-platform: OHCI generic platform driver [ 0.568412] uhci_hcd: USB Universal Host Controller Interface driver [ 0.590280] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.591264] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.592762] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.593862] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.595055] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.596457] usb usb1: Product: UHCI Host Controller [ 0.597377] usb usb1: Manufacturer: Linux 3.13.0-164-generic uhci_hcd [ 0.598523] usb usb1: SerialNumber: 0000:00:01.2 [ 0.599504] hub 1-0:1.0: USB hub found [ 0.600320] hub 1-0:1.0: 2 ports detected [ 0.601221] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.603294] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.604240] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.605309] mousedev: PS/2 mouse device common for all mice [ 0.606586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.608386] rtc_cmos 00:00: RTC can wake from S4 [ 0.609498] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.610670] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.611876] device-mapper: uevent: version 1.0.3 [ 0.612819] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.614399] ledtrig-cpu: registered to indicate activity on CPUs [ 0.615559] TCP: cubic registered [ 0.616325] NET: Registered protocol family 10 [ 0.617322] NET: Registered protocol family 17 [ 0.618194] Key type dns_resolver registered [ 0.619196] Loading compiled-in X.509 certificates [ 0.620631] Loaded X.509 cert 'Magrathea: Glacier signing key: 4383b661492d633ec8f64820945f2015402a16e0' [ 0.622381] registered taskstats version 1 [ 0.624632] Key type trusted registered [ 0.627615] Key type encrypted registered [ 0.628433] AppArmor: AppArmor sha1 policy hashing enabled [ 0.629446] IMA: No TPM chip found, activating TPM-bypass! [ 0.630773] regulator-dummy: disabling [ 0.631600] Magic number: 3:534:736 [ 0.632479] rtc_cmos 00:00: setting system clock to 2019-01-20 13:43:56 UTC (1547991836) [ 0.640818] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.641913] EDD information not available. [ 0.712921] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000) [ 0.714462] Write protecting the kernel read-only data: 12288k [ 0.715799] Freeing unused kernel memory: 672K (ffff880001758000 - ffff880001800000) [ 0.718319] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.729581] systemd-udevd[107]: starting version 204 [ 0.761121] FDC 0 is a S82078B [ 0.912097] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.071922] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.073432] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.074979] usb 1-1: Product: QEMU USB Tablet [ 1.075992] usb 1-1: Manufacturer: QEMU [ 1.076916] usb 1-1: SerialNumber: 42 [ 1.392072] tsc: Refined TSC clocksource calibration: 3491.905 MHz [ 1.772761] 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.011367] 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.143676] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.242626] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 20 Jan 2019 13:43:58 +0000. Up 2.59 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 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 ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.71]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 20 Jan 2019 13:43:59 +0000. Up 3.83 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.14 | 255.255.255.0 | fa:16:3e:11:f1:a6 | 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: b5:c9:f6:b9:99:79:b7:29:f0:94:04:ef:9e:5c:22:ec root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i The key's randomart image is: +--[ RSA 2048]----+ | | | . | | . o | | o o o | | S * o . | | . = * . | | . X + | | E @. 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: ad:3e:cd:6f:dc:d2:82:04:d0:4f:6b:6f:e2:92:19:63 root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i The key's randomart image is: +--[ DSA 1024]----+ | . | | . . . | | . o . | | ..+ | | So.. | | E.o o | | ..X = 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: de:38:21:9a:21:5f:d4:1d:34:34:e7:fe:61:9e:8c:7a root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i The key's randomart image is: +--[ECDSA 256]---+ | o* . | | . . * | | . . . . | | . . | | . . o S . o | | o = o + * o | | + + . . = | | . .E | | .. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: c8:b0:c7:08:fe:df:e3:28:dc:8a:b2:c6:a1:fa:12:46 root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i The key's randomart image is: +--[ED25519 256--+ | | | | | . . | | E . * . | |. . o = S | |.o . . | |+..... | |+o .o..o. | |==o .oo.o. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting Bridge file events into upstart[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 20 Jan 2019 13:44:02 +0000. Up 7.04 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[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 ] Generating locales... en_US.UTF-8... up-to-date Generation complete. * Stopping System V runlevel compatibility[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:final' at Sun, 20 Jan 2019 13:44:03 +0000. Up 7.95 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 | ce:a3:29:90:a8:a3:c9:ad:f1:71:0e:01:f5:9f:fb:7e | - | - | ci-info: +---------+-------------------------------------------------+---------+---------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 ad:3e:cd:6f:dc:d2:82:04:d0:4f:6b:6f:e2:92:19:63 root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i (DSA) ec2: 256 de:38:21:9a:21:5f:d4:1d:34:34:e7:fe:61:9e:8c:7a root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i (ECDSA) ec2: 256 c8:b0:c7:08:fe:df:e3:28:dc:8a:b2:c6:a1:fa:12:46 root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i (ED25519) ec2: 2048 b5:c9:f6:b9:99:79:b7:29:f0:94:04:ef:9e:5c:22:ec root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMesrE5O45S1T5g1KAMu61NRj+2xtPF0vfhaWSUGIcwpb8NsxkO4bhK2KdikXWmYlDu6cWoIIy3BTpMjsTTOFPU= root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINavlAbXzgXppX3wjB10hPDEO5dvg3zj27Uw/MLZAIjz root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyAEupEhI8UtmIJLZvNMAZwYRl0HId41tWkbAOBWffF3wC3C8FJqdc1fzqYR/LgQKU5/MSokle5P8p20svIaeSxgvLyx0SFM7b9SuQSI8Ww83hzlzoGlUADHpFhNjF6C4GLaANj5srEmie7TCT5cjrQRxf3omu++rj0VV7GBbjpzyU0dBFJ0GuSjsGVUNeNP5vcq081mKZwpbiDFxGi6MW+0651949ZpQDjq7TiTFOvBOeFqJuaPc9PJZFkrhWXVa9V9ITiXdqGuLKXV0CFcivlvo8H0dPUTIHLNiAw7b1oaWsIvmssXJVEK8DreBBKeF52Ld1Xfet1kIjRyenFF31 root@ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 20 Jan 2019 13:44:03 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 8.03 seconds Ubuntu 14.04.5 LTS ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i ttyS0 ansibleprovisioningtests-b1613809-3e39-4ffb-81d3-d1934cc47726-i login: 2019-01-20 13:44:07,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:07,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a2e38dc2-338e-429c-86d6-0c17904e19f6 x-compute-request-id: req-a2e38dc2-338e-429c-86d6-0c17904e19f6 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:43:55.000000", "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:43:56Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:44:07,783 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-a2e38dc2-338e-429c-86d6-0c17904e19f6 2019-01-20 13:44:07,783 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - ACTIVE 2019-01-20 13:44:07,783 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:44:07,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:08,413 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c4c1f3d-956f-44b4-b8d6-22db4a7a41c0 x-compute-request-id: req-3c4c1f3d-956f-44b4-b8d6-22db4a7a41c0 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:43:55.000000", "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:43:56Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:44:08,413 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-3c4c1f3d-956f-44b4-b8d6-22db4a7a41c0 2019-01-20 13:44:08,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:08,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-d29a536e-583f-432c-8e89-9416d859b0b4 Date: Sun, 20 Jan 2019 13:44: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":["010df6e3-1a10-45e9-891f-ae3b8eb0e51a"],"updated_at":"2019-01-20T13:41:45Z","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"eee4e103-e587-4f26-b629-5d457a66274d","name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net"}]} 2019-01-20 13:44:08,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net used request id req-d29a536e-583f-432c-8e89-9416d859b0b4 2019-01-20 13:44:08,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:08,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df3e2b8f-d716-424b-98f2-2be578f7fc72 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, "enabled": true, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}} 2019-01-20 13:44:08,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 used request id req-df3e2b8f-d716-424b-98f2-2be578f7fc72 2019-01-20 13:44:08,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:08,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5a13ecb6-0262-4af4-a0b9-75ff65533a08 Date: Sun, 20 Jan 2019 13:44:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","dns_nameservers":[],"updated_at":"2019-01-20T13:41:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","subnetpool_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet"}]} 2019-01-20 13:44:08,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-5a13ecb6-0262-4af4-a0b9-75ff65533a08 2019-01-20 13:44:08,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:08,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3857 X-Openstack-Request-Id: req-1c086400-d6ae-4a9a-9e63-ba87f47f9805 Date: Sun, 20 Jan 2019 13:44:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.2"}],"id":"408757fa-25ed-4f59-bfe4-a5cd377ac7fb","security_groups":[],"mac_address":"fa:16:3e:2f:7b:80","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.3"}],"id":"67f7f002-9e6e-4218-a820-704cb333f9c6","security_groups":[],"mac_address":"fa:16:3e:8d:26:d5","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:42:09Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.1"}],"id":"6fb3e716-be66-4ab7-a366-2b24a44b06a7","security_groups":[],"mac_address":"fa:16:3e:f6:06:54","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:54Z","binding:vnic_type":"normal","device_id":"3cb45df3-5b11-4007-b028-fe8ab864522d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.4"}],"id":"afbf95b1-44af-431a-8d09-df66cbe1dd74","security_groups":[],"mac_address":"fa:16:3e:1f:e2:5b","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:43:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.14"}],"id":"dd1d315e-1aaf-4d80-a278-1fc214455841","security_groups":["761e5c21-eb07-4957-ac09-960fc12ef6b9"],"mac_address":"fa:16:3e:11:f1:a6","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-port-1","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:42:07Z","binding:vnic_type":"normal","device_id":"40620f65-23d6-42e7-bbf9-593b0797ffd5"}]} 2019-01-20 13:44:08,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-1c086400-d6ae-4a9a-9e63-ba87f47f9805 2019-01-20 13:44:08,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:09,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62a15402-452c-4488-98ac-7bb158d28ead x-compute-request-id: req-62a15402-452c-4488-98ac-7bb158d28ead Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:43:55.000000", "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:43:56Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:44:09,355 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-62a15402-452c-4488-98ac-7bb158d28ead 2019-01-20 13:44:09,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:09,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-6c82fbff-3db9-4a0d-820f-eae7a3473548 Date: Sun, 20 Jan 2019 13:44: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":["010df6e3-1a10-45e9-891f-ae3b8eb0e51a"],"updated_at":"2019-01-20T13:41:45Z","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"eee4e103-e587-4f26-b629-5d457a66274d","name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net"}]} 2019-01-20 13:44:09,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net used request id req-6c82fbff-3db9-4a0d-820f-eae7a3473548 2019-01-20 13:44:09,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:09,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d865b26-cc47-4f07-918e-3466ebefaa69 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, "enabled": true, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}} 2019-01-20 13:44:09,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 used request id req-6d865b26-cc47-4f07-918e-3466ebefaa69 2019-01-20 13:44:09,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:09,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8bea7e7c-8a99-480c-9253-825f25190073 Date: Sun, 20 Jan 2019 13:44:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","dns_nameservers":[],"updated_at":"2019-01-20T13:41:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","subnetpool_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet"}]} 2019-01-20 13:44:09,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-8bea7e7c-8a99-480c-9253-825f25190073 2019-01-20 13:44:09,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:09,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3857 X-Openstack-Request-Id: req-77090481-02bf-406b-8ae1-b759a5584c47 Date: Sun, 20 Jan 2019 13:44:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.2"}],"id":"408757fa-25ed-4f59-bfe4-a5cd377ac7fb","security_groups":[],"mac_address":"fa:16:3e:2f:7b:80","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.3"}],"id":"67f7f002-9e6e-4218-a820-704cb333f9c6","security_groups":[],"mac_address":"fa:16:3e:8d:26:d5","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:42:09Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.1"}],"id":"6fb3e716-be66-4ab7-a366-2b24a44b06a7","security_groups":[],"mac_address":"fa:16:3e:f6:06:54","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:54Z","binding:vnic_type":"normal","device_id":"3cb45df3-5b11-4007-b028-fe8ab864522d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.4"}],"id":"afbf95b1-44af-431a-8d09-df66cbe1dd74","security_groups":[],"mac_address":"fa:16:3e:1f:e2:5b","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:43:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.14"}],"id":"dd1d315e-1aaf-4d80-a278-1fc214455841","security_groups":["761e5c21-eb07-4957-ac09-960fc12ef6b9"],"mac_address":"fa:16:3e:11:f1:a6","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-port-1","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:42:07Z","binding:vnic_type":"normal","device_id":"40620f65-23d6-42e7-bbf9-593b0797ffd5"}]} 2019-01-20 13:44:09,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-77090481-02bf-406b-8ae1-b759a5584c47 2019-01-20 13:44:09,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp"}}' 2019-01-20 13:44:10,771 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:44:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-39f1eeaf-1bfe-40de-a242-c424cb4f7861 x-compute-request-id: req-39f1eeaf-1bfe-40de-a242-c424cb4f7861 Content-Length: 0 Content-Type: application/json 2019-01-20 13:44:10,771 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5/action used request id req-39f1eeaf-1bfe-40de-a242-c424cb4f7861 2019-01-20 13:44:10,772 - create_instance - INFO - Checking if VM is active 2019-01-20 13:44:10,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:11,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44: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-9dd410a2-2f3c-40e1-b819-6463ad577490 x-compute-request-id: req-9dd410a2-2f3c-40e1-b819-6463ad577490 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:43:55.000000", "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:43:56Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:44:11,178 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-9dd410a2-2f3c-40e1-b819-6463ad577490 2019-01-20 13:44:11,178 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - ACTIVE 2019-01-20 13:44:11,178 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:44:11,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:11,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fae91642-a75f-4573-979e-9471d8fa02bc x-compute-request-id: req-fae91642-a75f-4573-979e-9471d8fa02bc Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:43:55.000000", "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:43:56Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:44:11,650 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-fae91642-a75f-4573-979e-9471d8fa02bc 2019-01-20 13:44:11,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:11,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-be312120-0977-45b9-a966-5d2a90a72f2f Date: Sun, 20 Jan 2019 13:44: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":["010df6e3-1a10-45e9-891f-ae3b8eb0e51a"],"updated_at":"2019-01-20T13:41:45Z","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"eee4e103-e587-4f26-b629-5d457a66274d","name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net"}]} 2019-01-20 13:44:11,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net used request id req-be312120-0977-45b9-a966-5d2a90a72f2f 2019-01-20 13:44:11,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:11,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55452604-3cce-491c-b0c5-d0a02494fbb9 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, "enabled": true, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}} 2019-01-20 13:44:11,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 used request id req-55452604-3cce-491c-b0c5-d0a02494fbb9 2019-01-20 13:44:12,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:12,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-56595cdb-c595-4e7d-b774-ec59d2f2d19f Date: Sun, 20 Jan 2019 13:44:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","dns_nameservers":[],"updated_at":"2019-01-20T13:41:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","subnetpool_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet"}]} 2019-01-20 13:44:12,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-56595cdb-c595-4e7d-b774-ec59d2f2d19f 2019-01-20 13:44:12,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:12,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3896 X-Openstack-Request-Id: req-a5abe94a-5966-4668-aab2-2fe628ea8028 Date: Sun, 20 Jan 2019 13:44:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.2"}],"id":"408757fa-25ed-4f59-bfe4-a5cd377ac7fb","security_groups":[],"mac_address":"fa:16:3e:2f:7b:80","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.3"}],"id":"67f7f002-9e6e-4218-a820-704cb333f9c6","security_groups":[],"mac_address":"fa:16:3e:8d:26:d5","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:42:09Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.1"}],"id":"6fb3e716-be66-4ab7-a366-2b24a44b06a7","security_groups":[],"mac_address":"fa:16:3e:f6:06:54","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:54Z","binding:vnic_type":"normal","device_id":"3cb45df3-5b11-4007-b028-fe8ab864522d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.4"}],"id":"afbf95b1-44af-431a-8d09-df66cbe1dd74","security_groups":[],"mac_address":"fa:16:3e:1f:e2:5b","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:10Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.14"}],"id":"dd1d315e-1aaf-4d80-a278-1fc214455841","security_groups":["761e5c21-eb07-4957-ac09-960fc12ef6b9","d210695f-8af9-4209-8f98-7dd8d03dc62d"],"mac_address":"fa:16:3e:11:f1:a6","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-port-1","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:42:07Z","binding:vnic_type":"normal","device_id":"40620f65-23d6-42e7-bbf9-593b0797ffd5"}]} 2019-01-20 13:44:12,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-a5abe94a-5966-4668-aab2-2fe628ea8028 2019-01-20 13:44:12,163 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:44:13,168 - paramiko.transport - DEBUG - starting thread (client mode): 0x8c771750L 2019-01-20 13:44:13,168 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:44:13,174 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2019-01-20 13:44:13,174 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-20 13:44:13,175 - 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 2019-01-20 13:44:13,175 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:44:13,176 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-20 13:44:13,176 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:44:13,176 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:44:13,176 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:44:13,216 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:44:13,216 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:44:13,232 - paramiko.transport - DEBUG - Trying key cea32990a8a3c9adf1710e01f59ffb7e from tmp/AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726 2019-01-20 13:44:13,256 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:44:13,281 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:44:13,382 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:44:13,409 - create_instance - INFO - SSH is active for VM instance 2019-01-20 13:44:13,409 - create_instance - INFO - Checking if cloud-init has completed 2019-01-20 13:44:13,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:13,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44: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-95c02f45-334d-4fed-b0a4-1effa3a5fabe x-compute-request-id: req-95c02f45-334d-4fed-b0a4-1effa3a5fabe Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:43:55.000000", "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:43:56Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:44:13,868 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-95c02f45-334d-4fed-b0a4-1effa3a5fabe 2019-01-20 13:44:13,868 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - ACTIVE 2019-01-20 13:44:13,868 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:44:13,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:14,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44: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-1b08ef79-6563-4b8b-a57f-f37c18a90711 x-compute-request-id: req-1b08ef79-6563-4b8b-a57f-f37c18a90711 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:43:55.000000", "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:43:56Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:44:14,370 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-1b08ef79-6563-4b8b-a57f-f37c18a90711 2019-01-20 13:44:14,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:14,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-facfa5a1-ad2b-4ac4-ae6a-04b2d276143d Date: Sun, 20 Jan 2019 13:44: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":["010df6e3-1a10-45e9-891f-ae3b8eb0e51a"],"updated_at":"2019-01-20T13:41:45Z","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"eee4e103-e587-4f26-b629-5d457a66274d","name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net"}]} 2019-01-20 13:44:14,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net used request id req-facfa5a1-ad2b-4ac4-ae6a-04b2d276143d 2019-01-20 13:44:14,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:14,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b331ddcf-f175-4844-884e-904862008a5a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, "enabled": true, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}} 2019-01-20 13:44:14,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 used request id req-b331ddcf-f175-4844-884e-904862008a5a 2019-01-20 13:44:14,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:14,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a5a5401c-8a82-43c8-9a2a-16ba79e841a5 Date: Sun, 20 Jan 2019 13:44:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","dns_nameservers":[],"updated_at":"2019-01-20T13:41:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","subnetpool_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet"}]} 2019-01-20 13:44:14,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-a5a5401c-8a82-43c8-9a2a-16ba79e841a5 2019-01-20 13:44:14,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:14,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3896 X-Openstack-Request-Id: req-60b0ddb1-37de-47fb-abc6-cd4e4883865a Date: Sun, 20 Jan 2019 13:44:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.2"}],"id":"408757fa-25ed-4f59-bfe4-a5cd377ac7fb","security_groups":[],"mac_address":"fa:16:3e:2f:7b:80","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.3"}],"id":"67f7f002-9e6e-4218-a820-704cb333f9c6","security_groups":[],"mac_address":"fa:16:3e:8d:26:d5","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:42:09Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.1"}],"id":"6fb3e716-be66-4ab7-a366-2b24a44b06a7","security_groups":[],"mac_address":"fa:16:3e:f6:06:54","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:54Z","binding:vnic_type":"normal","device_id":"3cb45df3-5b11-4007-b028-fe8ab864522d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.4"}],"id":"afbf95b1-44af-431a-8d09-df66cbe1dd74","security_groups":[],"mac_address":"fa:16:3e:1f:e2:5b","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:10Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.14"}],"id":"dd1d315e-1aaf-4d80-a278-1fc214455841","security_groups":["761e5c21-eb07-4957-ac09-960fc12ef6b9","d210695f-8af9-4209-8f98-7dd8d03dc62d"],"mac_address":"fa:16:3e:11:f1:a6","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-port-1","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:42:07Z","binding:vnic_type":"normal","device_id":"40620f65-23d6-42e7-bbf9-593b0797ffd5"}]} 2019-01-20 13:44:14,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-60b0ddb1-37de-47fb-abc6-cd4e4883865a 2019-01-20 13:44:14,903 - create_instance - INFO - Checking if VM is active 2019-01-20 13:44:14,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:15,378 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0a38fe8-4c57-4894-9764-9b9e2573efec x-compute-request-id: req-a0a38fe8-4c57-4894-9764-9b9e2573efec Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:43:55.000000", "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:43:56Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:44:15,378 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-a0a38fe8-4c57-4894-9764-9b9e2573efec 2019-01-20 13:44:15,378 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - ACTIVE 2019-01-20 13:44:15,379 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:44:15,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:15,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7946347f-c131-4cf5-b4e9-73bcf9576ded x-compute-request-id: req-7946347f-c131-4cf5-b4e9-73bcf9576ded Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:f1:a6", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:43:55.000000", "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp"}], "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:43:56Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:44:15,888 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-7946347f-c131-4cf5-b4e9-73bcf9576ded 2019-01-20 13:44:15,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:15,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-5f0278f1-1753-4fff-b718-8a74f59d00fb Date: Sun, 20 Jan 2019 13:44: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":["010df6e3-1a10-45e9-891f-ae3b8eb0e51a"],"updated_at":"2019-01-20T13:41:45Z","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"eee4e103-e587-4f26-b629-5d457a66274d","name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net"}]} 2019-01-20 13:44:15,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net used request id req-5f0278f1-1753-4fff-b718-8a74f59d00fb 2019-01-20 13:44:16,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:16,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80a049a2-c0b0-4ab5-8e53-6c6fbebe3729 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, "enabled": true, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}} 2019-01-20 13:44:16,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 used request id req-80a049a2-c0b0-4ab5-8e53-6c6fbebe3729 2019-01-20 13:44:16,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:16,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e0c6a9a3-a0dd-410c-a091-defcfa837808 Date: Sun, 20 Jan 2019 13:44:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","dns_nameservers":[],"updated_at":"2019-01-20T13:41:45Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","subnetpool_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet"}]} 2019-01-20 13:44:16,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-e0c6a9a3-a0dd-410c-a091-defcfa837808 2019-01-20 13:44:16,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:16,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3896 X-Openstack-Request-Id: req-f08c918b-ab93-401f-962a-e7da1e09ec5e Date: Sun, 20 Jan 2019 13:44:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.2"}],"id":"408757fa-25ed-4f59-bfe4-a5cd377ac7fb","security_groups":[],"mac_address":"fa:16:3e:2f:7b:80","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.3"}],"id":"67f7f002-9e6e-4218-a820-704cb333f9c6","security_groups":[],"mac_address":"fa:16:3e:8d:26:d5","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:42:09Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.1"}],"id":"6fb3e716-be66-4ab7-a366-2b24a44b06a7","security_groups":[],"mac_address":"fa:16:3e:f6:06:54","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:54Z","binding:vnic_type":"normal","device_id":"3cb45df3-5b11-4007-b028-fe8ab864522d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:41:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.4"}],"id":"afbf95b1-44af-431a-8d09-df66cbe1dd74","security_groups":[],"mac_address":"fa:16:3e:1f:e2:5b","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:41:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-eee4e103-e587-4f26-b629-5d457a66274d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:10Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"010df6e3-1a10-45e9-891f-ae3b8eb0e51a","ip_address":"10.55.1.14"}],"id":"dd1d315e-1aaf-4d80-a278-1fc214455841","security_groups":["761e5c21-eb07-4957-ac09-960fc12ef6b9","d210695f-8af9-4209-8f98-7dd8d03dc62d"],"mac_address":"fa:16:3e:11:f1:a6","project_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-port-1","admin_state_up":true,"network_id":"eee4e103-e587-4f26-b629-5d457a66274d","tenant_id":"cf0eaf7fc0f749fcb5a2aab1c92f00b0","created_at":"2019-01-20T13:42:07Z","binding:vnic_type":"normal","device_id":"40620f65-23d6-42e7-bbf9-593b0797ffd5"}]} 2019-01-20 13:44:16,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=eee4e103-e587-4f26-b629-5d457a66274d used request id req-f08c918b-ab93-401f-962a-e7da1e09ec5e 2019-01-20 13:44:16,265 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:44:16,266 - paramiko.transport - DEBUG - starting thread (client mode): 0x8c737d50L 2019-01-20 13:44:16,267 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:44:16,270 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2019-01-20 13:44:16,270 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-20 13:44:16,271 - 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 2019-01-20 13:44:16,272 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:44:16,272 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-20 13:44:16,272 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:44:16,272 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:44:16,273 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:44:16,311 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:44:16,312 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:44:16,331 - paramiko.transport - DEBUG - Trying key cea32990a8a3c9adf1710e01f59ffb7e from tmp/AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726 2019-01-20 13:44:16,352 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:44:16,358 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:44:16,459 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:44:16,477 - create_instance - INFO - SSH is active for VM instance 2019-01-20 13:44:16,477 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:44:16,479 - paramiko.transport - DEBUG - starting thread (client mode): 0x8c771950L 2019-01-20 13:44:16,479 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:44:16,482 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2019-01-20 13:44:16,482 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-20 13:44:16,483 - 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 2019-01-20 13:44:16,484 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:44:16,484 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-20 13:44:16,484 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:44:16,484 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:44:16,484 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:44:16,527 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:44:16,528 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:44:16,544 - paramiko.transport - DEBUG - Trying key cea32990a8a3c9adf1710e01f59ffb7e from tmp/AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726 2019-01-20 13:44:16,564 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:44:16,570 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:44:16,576 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 13:44:16,795 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-20 13:44:16,795 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 13:44:16,810 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 13:44:16,821 - create_instance - INFO - cloud-init complete for VM instance 2019-01-20 13:44:16,822 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:44:16,822 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-20 13:44:16,823 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-20 13:44:16,824 - paramiko.transport - DEBUG - starting thread (client mode): 0x8c720410L 2019-01-20 13:44:16,824 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:44:16,827 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2019-01-20 13:44:16,827 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-20 13:44:16,828 - 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 2019-01-20 13:44:16,828 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:44:16,828 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-20 13:44:16,828 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:44:16,829 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:44:16,829 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:44:16,872 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:44:16,872 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:44:16,889 - paramiko.transport - DEBUG - Trying key cea32990a8a3c9adf1710e01f59ffb7e from tmp/AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726 2019-01-20 13:44:16,912 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:44:16,919 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:44:16,921 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 13:44:17,147 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-20 13:44:17,147 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 13:44:17,155 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 13:44:17,157 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-20 13:44:17,200 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2019-01-20 13:44:17,246 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2019-01-20 13:44:22,166 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:44:22,168 - paramiko.transport - DEBUG - starting thread (client mode): 0x8c740b90L 2019-01-20 13:44:22,169 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:44:22,172 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2019-01-20 13:44:22,172 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-20 13:44:22,173 - 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 2019-01-20 13:44:22,173 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:44:22,174 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-20 13:44:22,174 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:44:22,174 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:44:22,174 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:44:22,216 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:44:22,216 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:44:22,233 - paramiko.transport - DEBUG - Trying key cea32990a8a3c9adf1710e01f59ffb7e from tmp/AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726 2019-01-20 13:44:22,256 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:44:22,264 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:44:22,266 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 13:44:22,495 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-20 13:44:22,496 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 13:44:22,499 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 13:44:22,511 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-20 13:44:22,511 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-20 13:44:22,612 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:44:22,627 - create_instance - INFO - Deleting Floating IP - 172.30.9.205 2019-01-20 13:44:22,627 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.205 2019-01-20 13:44:22,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/floatingips/c5587d1f-2ebb-4b0c-9df2-445f449c3a48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:23,653 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d0823378-25f3-478d-9e57-09354be870ef Content-Length: 0 Date: Sun, 20 Jan 2019 13:44:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:44:23,653 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/c5587d1f-2ebb-4b0c-9df2-445f449c3a48 used request id req-d0823378-25f3-478d-9e57-09354be870ef 2019-01-20 13:44:23,654 - create_instance - INFO - Deleting Port with ID - dd1d315e-1aaf-4d80-a278-1fc214455841 2019-01-20 13:44:23,654 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-port-1 2019-01-20 13:44:23,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/dd1d315e-1aaf-4d80-a278-1fc214455841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:24,286 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a7a8487a-3031-420d-a779-11978fee37c1 Date: Sun, 20 Jan 2019 13:44:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:44:24,286 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/dd1d315e-1aaf-4d80-a278-1fc214455841 used request id req-a7a8487a-3031-420d-a779-11978fee37c1 2019-01-20 13:44:24,287 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst 2019-01-20 13:44:24,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:24,451 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:44:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3497c992-c043-40b0-9767-6f070e3b5957 x-compute-request-id: req-3497c992-c043-40b0-9767-6f070e3b5957 Content-Type: application/json 2019-01-20 13:44:24,451 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-3497c992-c043-40b0-9767-6f070e3b5957 2019-01-20 13:44:24,451 - create_instance - INFO - Checking deletion status 2019-01-20 13:44:24,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:24,689 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9b3fd40-a6c3-4557-8e68-fae43b20e480 x-compute-request-id: req-b9b3fd40-a6c3-4557-8e68-fae43b20e480 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.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5", "rel": "bookmark"}], "image": {"id": "db3df0aa-e1c6-47f9-8d73-296f71e18121", "links": [{"href": "http://172.30.9.22:8774/images/db3df0aa-e1c6-47f9-8d73-296f71e18121", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:43:55.000000", "flavor": {"id": "dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "links": [{"href": "http://172.30.9.22:8774/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65", "rel": "bookmark"}]}, "id": "40620f65-23d6-42e7-bbf9-593b0797ffd5", "user_id": "c2e037f933474037a9514754e0f03ad0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:44:24Z", "hostId": "88486317a73fed446046c115a54965c398345f05def870483cbee678", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp", "name": "AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst", "created": "2019-01-20T13:42:11Z", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:44:24,689 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-b9b3fd40-a6c3-4557-8e68-fae43b20e480 2019-01-20 13:44:24,690 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst] is - ACTIVE 2019-01-20 13:44:24,690 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:44:27,693 - create_instance - DEBUG - VM status query timeout in 296.758338928 2019-01-20 13:44:27,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad93fdeaecbabff420436df401b8fcff720c913" 2019-01-20 13:44:27,749 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13:44: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-77743f8e-e770-409f-8520-7d0cb953c4fd x-compute-request-id: req-77743f8e-e770-409f-8520-7d0cb953c4fd Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 40620f65-23d6-42e7-bbf9-593b0797ffd5 could not be found.", "code": 404}} 2019-01-20 13:44:27,749 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/40620f65-23d6-42e7-bbf9-593b0797ffd5 used request id req-77743f8e-e770-409f-8520-7d0cb953c4fd 2019-01-20 13:44:27,750 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 40620f65-23d6-42e7-bbf9-593b0797ffd5 could not be found. (HTTP 404) (Request-ID: req-77743f8e-e770-409f-8520-7d0cb953c4fd) 2019-01-20 13:44:27,750 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-inst 2019-01-20 13:44:27,751 - neutron_utils - INFO - Deleting security group rule with ID - 61228701-4e25-448f-b8ac-7639a1df4ed1 2019-01-20 13:44:27,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/61228701-4e25-448f-b8ac-7639a1df4ed1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:44:27,997 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-430e33b8-18b1-4173-97c0-f82cbe27571d Content-Length: 0 Date: Sun, 20 Jan 2019 13:44:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:44:27,997 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/61228701-4e25-448f-b8ac-7639a1df4ed1 used request id req-430e33b8-18b1-4173-97c0-f82cbe27571d 2019-01-20 13:44:27,997 - neutron_utils - INFO - Deleting security group rule with ID - 5bf81b27-4dce-4e8a-8e38-1549a7c857d4 2019-01-20 13:44:28,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/5bf81b27-4dce-4e8a-8e38-1549a7c857d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:44:28,252 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dd51095e-20e7-477d-ba9a-817079a06ae9 Content-Length: 0 Date: Sun, 20 Jan 2019 13:44:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:44:28,253 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/5bf81b27-4dce-4e8a-8e38-1549a7c857d4 used request id req-dd51095e-20e7-477d-ba9a-817079a06ae9 2019-01-20 13:44:28,253 - neutron_utils - INFO - Deleting security group rule with ID - d0fbd5e4-ceaf-4bce-9c8a-17d0d5bff9eb 2019-01-20 13:44:28,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/d0fbd5e4-ceaf-4bce-9c8a-17d0d5bff9eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:44:28,531 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8c5d303c-fb44-468c-9600-726d7ff38b81 Content-Length: 0 Date: Sun, 20 Jan 2019 13:44:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:44:28,531 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/d0fbd5e4-ceaf-4bce-9c8a-17d0d5bff9eb used request id req-8c5d303c-fb44-468c-9600-726d7ff38b81 2019-01-20 13:44:28,531 - neutron_utils - INFO - Deleting security group rule with ID - 57017fea-185a-496d-863b-c04ee14059b0 2019-01-20 13:44:28,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/57017fea-185a-496d-863b-c04ee14059b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:44:28,759 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b1d3a86d-52c0-44b9-9e84-c16292800c17 Content-Length: 0 Date: Sun, 20 Jan 2019 13:44:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:44:28,759 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/57017fea-185a-496d-863b-c04ee14059b0 used request id req-b1d3a86d-52c0-44b9-9e84-c16292800c17 2019-01-20 13:44:28,760 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-sec-grp 2019-01-20 13:44:28,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/d210695f-8af9-4209-8f98-7dd8d03dc62d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df772bf7497902691ea857b8c3688fc84f29a50a" 2019-01-20 13:44:29,049 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-513bc5b1-2874-4df8-a81d-fb2c4487236a Content-Length: 0 Date: Sun, 20 Jan 2019 13:44:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:44:29,049 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/d210695f-8af9-4209-8f98-7dd8d03dc62d used request id req-513bc5b1-2874-4df8-a81d-fb2c4487236a 2019-01-20 13:44:29,050 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp 2019-01-20 13:44:29,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}909dc340f3afdd9cb46970e34238d48331ac96c1" 2019-01-20 13:44:29,096 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:44:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aa661005-d8f1-412b-9493-a3c5a32438c3 x-compute-request-id: req-aa661005-d8f1-412b-9493-a3c5a32438c3 Content-Length: 0 Content-Type: application/json 2019-01-20 13:44:29,096 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-kp used request id req-aa661005-d8f1-412b-9493-a3c5a32438c3 2019-01-20 13:44:29,097 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726.pub] 2019-01-20 13:44:29,097 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726] 2019-01-20 13:44:29,101 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f857283be23d8847d69c577b462f3e3ecc1e294f" 2019-01-20 13:44:29,140 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:44:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2faae165-99bf-4c05-a0f9-66e62a565251 x-compute-request-id: req-2faae165-99bf-4c05-a0f9-66e62a565251 Content-Length: 0 Content-Type: application/json 2019-01-20 13:44:29,141 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/dd1aa365-0c3d-43fd-840b-ba3b0f3ffd65 used request id req-2faae165-99bf-4c05-a0f9-66e62a565251 2019-01-20 13:44:29,142 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-router and subnet AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet 2019-01-20 13:44:29,142 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-router 2019-01-20 13:44:29,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/3cb45df3-5b11-4007-b028-fe8ab864522d/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a888c83140cf99bc88f713e69a59f73920a07a79" -d '{"subnet_id": "010df6e3-1a10-45e9-891f-ae3b8eb0e51a"}' 2019-01-20 13:44:30,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cf1d2c3b-146e-4d62-8e8d-809d2958c4e1 Date: Sun, 20 Jan 2019 13:44:30 GMT RESP BODY: {"network_id": "eee4e103-e587-4f26-b629-5d457a66274d", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "subnet_id": "010df6e3-1a10-45e9-891f-ae3b8eb0e51a", "subnet_ids": ["010df6e3-1a10-45e9-891f-ae3b8eb0e51a"], "port_id": "6fb3e716-be66-4ab7-a366-2b24a44b06a7", "id": "3cb45df3-5b11-4007-b028-fe8ab864522d"} 2019-01-20 13:44:30,464 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/3cb45df3-5b11-4007-b028-fe8ab864522d/remove_router_interface used request id req-cf1d2c3b-146e-4d62-8e8d-809d2958c4e1 2019-01-20 13:44:30,464 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-router 2019-01-20 13:44:30,464 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-router 2019-01-20 13:44:30,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/3cb45df3-5b11-4007-b028-fe8ab864522d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a888c83140cf99bc88f713e69a59f73920a07a79" 2019-01-20 13:44:33,972 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-773f5f06-2b5e-4517-962e-0bf1fdd9c1d8 Content-Length: 0 Date: Sun, 20 Jan 2019 13:44:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:44:33,972 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/3cb45df3-5b11-4007-b028-fe8ab864522d used request id req-773f5f06-2b5e-4517-962e-0bf1fdd9c1d8 2019-01-20 13:44:33,973 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet 2019-01-20 13:44:33,973 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-subnet 2019-01-20 13:44:33,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/010df6e3-1a10-45e9-891f-ae3b8eb0e51a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbf8539a0c4ba1f82c0d8c54cd896efc825959a" 2019-01-20 13:44:36,453 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a1e7f7a7-bd0a-4e51-8500-9909df162553 Date: Sun, 20 Jan 2019 13:44:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:44:36,454 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/010df6e3-1a10-45e9-891f-ae3b8eb0e51a used request id req-a1e7f7a7-bd0a-4e51-8500-9909df162553 2019-01-20 13:44:36,454 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726-pub-net 2019-01-20 13:44:36,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/eee4e103-e587-4f26-b629-5d457a66274d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dbf8539a0c4ba1f82c0d8c54cd896efc825959a" 2019-01-20 13:44:37,761 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-147faeaa-2219-4fa1-bb40-62a7e3b0337b Date: Sun, 20 Jan 2019 13:44:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:44:37,762 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/eee4e103-e587-4f26-b629-5d457a66274d used request id req-147faeaa-2219-4fa1-bb40-62a7e3b0337b 2019-01-20 13:44:37,762 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-b1613809-3e39-4ffb-81d3-d1934cc47726--image 2019-01-20 13:44:37,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/db3df0aa-e1c6-47f9-8d73-296f71e18121 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0bfbaa7b175252cb0c50bcc44fa14400533c55da" 2019-01-20 13:44:38,970 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-af9c5e1c-f7d9-444b-9b50-be232c30c42d Date: Sun, 20 Jan 2019 13:44:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:44:38,970 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/db3df0aa-e1c6-47f9-8d73-296f71e18121 used request id req-af9c5e1c-f7d9-444b-9b50-be232c30c42d 2019-01-20 13:44:38,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794d235721e7e1f4d1596e1c644494bf063fc2e7" 2019-01-20 13:44:39,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-105a8a66-f904-4585-ab45-8cb38ed6c35b Date: Sun, 20 Jan 2019 13:44:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:43Z", "updated_at": "2019-01-20T13:41:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:41:43Z", "revision_number": 0, "id": "14f8e38a-df6b-482e-8167-8e066abc134c", "remote_group_id": "761e5c21-eb07-4957-ac09-960fc12ef6b9", "remote_ip_prefix": null, "created_at": "2019-01-20T13:41:43Z", "security_group_id": "761e5c21-eb07-4957-ac09-960fc12ef6b9", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:41:43Z", "revision_number": 0, "id": "34db26e4-5e3a-42e2-9f55-928e3c2218c9", "remote_group_id": "761e5c21-eb07-4957-ac09-960fc12ef6b9", "remote_ip_prefix": null, "created_at": "2019-01-20T13:41:43Z", "security_group_id": "761e5c21-eb07-4957-ac09-960fc12ef6b9", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:41:43Z", "revision_number": 0, "id": "79a6d875-089a-4304-a092-b45a7c576ce3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:41:43Z", "security_group_id": "761e5c21-eb07-4957-ac09-960fc12ef6b9", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:41:43Z", "revision_number": 0, "id": "7f68bb70-8b04-4ac2-8caf-43f849272cc3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:41:43Z", "security_group_id": "761e5c21-eb07-4957-ac09-960fc12ef6b9", "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "port_range_min": null, "ethertype": "IPv6", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0"}], "revision_number": 4, "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "761e5c21-eb07-4957-ac09-960fc12ef6b9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:44:39,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-105a8a66-f904-4585-ab45-8cb38ed6c35b 2019-01-20 13:44:39,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794d235721e7e1f4d1596e1c644494bf063fc2e7" 2019-01-20 13:44:39,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44767249-3281-4550-99b0-72e75eadaf98 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:44:39,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-44767249-3281-4550-99b0-72e75eadaf98 2019-01-20 13:44:39,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794d235721e7e1f4d1596e1c644494bf063fc2e7" 2019-01-20 13:44:39,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d8e7831-2156-48f0-98e9-2adab23ad04c 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:44:39,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-3d8e7831-2156-48f0-98e9-2adab23ad04c 2019-01-20 13:44:39,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794d235721e7e1f4d1596e1c644494bf063fc2e7" 2019-01-20 13:44:39,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39973a88-9017-45a5-b798-cc3e53d93bb9 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0"}, "enabled": true, "id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-55d89552-69e5-43e-proj"}} 2019-01-20 13:44:39,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 used request id req-39973a88-9017-45a5-b798-cc3e53d93bb9 2019-01-20 13:44:39,467 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 761e5c21-eb07-4957-ac09-960fc12ef6b9 2019-01-20 13:44:39,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=761e5c21-eb07-4957-ac09-960fc12ef6b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794d235721e7e1f4d1596e1c644494bf063fc2e7" 2019-01-20 13:44:39,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-db8baa88-0d90-47ac-9ec8-211c099c2423 Date: Sun, 20 Jan 2019 13:44:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "761e5c21-eb07-4957-ac09-960fc12ef6b9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:41:43Z", "security_group_id": "761e5c21-eb07-4957-ac09-960fc12ef6b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:43Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "14f8e38a-df6b-482e-8167-8e066abc134c"}, {"remote_group_id": "761e5c21-eb07-4957-ac09-960fc12ef6b9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:41:43Z", "security_group_id": "761e5c21-eb07-4957-ac09-960fc12ef6b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:43Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "34db26e4-5e3a-42e2-9f55-928e3c2218c9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:41:43Z", "security_group_id": "761e5c21-eb07-4957-ac09-960fc12ef6b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:43Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "79a6d875-089a-4304-a092-b45a7c576ce3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:41:43Z", "security_group_id": "761e5c21-eb07-4957-ac09-960fc12ef6b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "created_at": "2019-01-20T13:41:43Z", "project_id": "cf0eaf7fc0f749fcb5a2aab1c92f00b0", "id": "7f68bb70-8b04-4ac2-8caf-43f849272cc3"}]} 2019-01-20 13:44:39,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=761e5c21-eb07-4957-ac09-960fc12ef6b9 used request id req-db8baa88-0d90-47ac-9ec8-211c099c2423 2019-01-20 13:44:39,652 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:44:39,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/761e5c21-eb07-4957-ac09-960fc12ef6b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794d235721e7e1f4d1596e1c644494bf063fc2e7" 2019-01-20 13:44:40,019 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-95f1cd4b-9706-43c9-aab5-805cbe88a2c5 Content-Length: 0 Date: Sun, 20 Jan 2019 13:44:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:44:40,019 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/761e5c21-eb07-4957-ac09-960fc12ef6b9 used request id req-95f1cd4b-9706-43c9-aab5-805cbe88a2c5 2019-01-20 13:44:40,020 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-55d89552-69e5-43e-proj 2019-01-20 13:44:40,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794d235721e7e1f4d1596e1c644494bf063fc2e7" 2019-01-20 13:44:40,231 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:44:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e80695e-189c-4fd0-a1d5-1995670dbae6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:44:40,231 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/cf0eaf7fc0f749fcb5a2aab1c92f00b0 used request id req-9e80695e-189c-4fd0-a1d5-1995670dbae6 2019-01-20 13:44:40,232 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-55d89552-69e5-43e-proj-role 2019-01-20 13:44:40,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/cbef0bfe35d94e9daec8262ac081acc2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794d235721e7e1f4d1596e1c644494bf063fc2e7" 2019-01-20 13:44:40,348 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:44:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-391ec77f-e6e5-4e86-8142-16b32f94878b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:44:40,348 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/cbef0bfe35d94e9daec8262ac081acc2 used request id req-391ec77f-e6e5-4e86-8142-16b32f94878b 2019-01-20 13:44:40,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794d235721e7e1f4d1596e1c644494bf063fc2e7" 2019-01-20 13:44:40,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-652e3b6c-68f2-4880-8724-3212b88f9d68 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:44:40,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-652e3b6c-68f2-4880-8724-3212b88f9d68 2019-01-20 13:44:40,434 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-55d89552-69e5-43e-user 2019-01-20 13:44:40,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/c2e037f933474037a9514754e0f03ad0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84748f9bd68df5e80ca4185db3676c8ccdbfee17" 2019-01-20 13:44:40,646 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:44:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8fc8c94-fbaf-4c94-bf73-58d925e2b45f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:44:40,646 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/c2e037f933474037a9514754e0f03ad0 used request id req-d8fc8c94-fbaf-4c94-bf73-58d925e2b45f 2019-01-20 13:44:40,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:44:41,038 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:44:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["aHjESuz-TtmKfxf_GixtRA"], "issued_at": "2019-01-20T13:44:41.000000Z"}} 2019-01-20 13:44:41,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee9c44137061ec773561842ceba2d9fba11313d" 2019-01-20 13:44:41,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aecaecee-b899-41e1-8859-74c49a91a384 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:44:41,136 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-aecaecee-b899-41e1-8859-74c49a91a384 2019-01-20 13:44:41,138 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:44:41,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:44:41,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:44:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["WCb7FmFCRGynFjnvhAfbMg"], "issued_at": "2019-01-20T13:44:41.000000Z"}} 2019-01-20 13:44:41,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589103de66564ada39be1e364c5b8d05b7ebe04b" 2019-01-20 13:44:41,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e8ec720-357c-4cc1-941e-e90f5a5316ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:44:41,615 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4e8ec720-357c-4cc1-941e-e90f5a5316ef 2019-01-20 13:44:41,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:44:41,625 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:44: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:44:41,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-72daee93-51b9-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589103de66564ada39be1e364c5b8d05b7ebe04b" 2019-01-20 13:44:41,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-903e2ae4-0363-401a-aba9-2019a85acb65 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-72daee93-51b9-41b-proj", "previous": null, "next": null}, "projects": []} 2019-01-20 13:44:41,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-72daee93-51b9-41b-proj used request id req-903e2ae4-0363-401a-aba9-2019a85acb65 2019-01-20 13:44:41,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589103de66564ada39be1e364c5b8d05b7ebe04b" 2019-01-20 13:44:41,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31d8e9f4-0359-4f48-8c5d-341191888999 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:44:41,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-31d8e9f4-0359-4f48-8c5d-341191888999 2019-01-20 13:44:41,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589103de66564ada39be1e364c5b8d05b7ebe04b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}}' 2019-01-20 13:44:41,935 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:44:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81844dab-a791-4b51-a036-96d797164f9a Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}} 2019-01-20 13:44:41,935 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-81844dab-a791-4b51-a036-96d797164f9a 2019-01-20 13:44:41,936 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-72daee93-51b9-41b-proj 2019-01-20 13:44:41,936 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:44:41,937 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:44:42,320 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:44:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["UiY_vkrQQR2MJV2z0X8MiQ"], "issued_at": "2019-01-20T13:44:42.000000Z"}} 2019-01-20 13:44:42,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554d80e6ca9cda0cc90f3f51b40b3f430db901cf" 2019-01-20 13:44:42,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb1cebd8-39c4-4d3d-b0f2-169d6d4eaf1a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:44:42,404 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cb1cebd8-39c4-4d3d-b0f2-169d6d4eaf1a 2019-01-20 13:44:42,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:44:42,415 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:44: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:44:42,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554d80e6ca9cda0cc90f3f51b40b3f430db901cf" 2019-01-20 13:44:42,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5e8ce36-8e26-4555-b913-c5340d69016c Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:44:42,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c5e8ce36-8e26-4555-b913-c5340d69016c 2019-01-20 13:44:42,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects?name=AnsibleProvisioningTests-72daee93-51b9-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554d80e6ca9cda0cc90f3f51b40b3f430db901cf" 2019-01-20 13:44:42,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d95bdc76-fce1-4304-bf1a-ff66689b7e9e Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?name=AnsibleProvisioningTests-72daee93-51b9-41b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}]} 2019-01-20 13:44:42,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?name=AnsibleProvisioningTests-72daee93-51b9-41b-proj used request id req-d95bdc76-fce1-4304-bf1a-ff66689b7e9e 2019-01-20 13:44:42,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554d80e6ca9cda0cc90f3f51b40b3f430db901cf" 2019-01-20 13:44:42,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-404139b6-fa26-480b-8b50-c6cf1ad83772 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-20 13:44:42,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains?name=Default used request id req-404139b6-fa26-480b-8b50-c6cf1ad83772 2019-01-20 13:44:43,030 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-72daee93-51b9-41b-user 2019-01-20 13:44:43,031 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:44:43,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589103de66564ada39be1e364c5b8d05b7ebe04b" 2019-01-20 13:44:43,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e16b9b51-71cf-4a98-8a42-7b3343756ea9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:44:43,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e16b9b51-71cf-4a98-8a42-7b3343756ea9 2019-01-20 13:44:43,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589103de66564ada39be1e364c5b8d05b7ebe04b" -d '{"role": {"name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj-role"}}' 2019-01-20 13:44:43,228 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:44:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-899ea310-422a-4873-ba14-99758ef87933 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d43fd7ef360e465c8ae9cdecd5c038ea", "links": {"self": "http://172.30.9.22:5000/v3/roles/d43fd7ef360e465c8ae9cdecd5c038ea"}, "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj-role"}} 2019-01-20 13:44:43,228 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-899ea310-422a-4873-ba14-99758ef87933 2019-01-20 13:44:43,228 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-72daee93-51b9-41b-proj-role 2019-01-20 13:44:43,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles/d43fd7ef360e465c8ae9cdecd5c038ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589103de66564ada39be1e364c5b8d05b7ebe04b" 2019-01-20 13:44:43,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a280cd7-71ae-42f0-87a7-c3c429a4bafb Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/d43fd7ef360e465c8ae9cdecd5c038ea"}, "domain_id": null, "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj-role", "id": "d43fd7ef360e465c8ae9cdecd5c038ea"}} 2019-01-20 13:44:43,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/d43fd7ef360e465c8ae9cdecd5c038ea used request id req-6a280cd7-71ae-42f0-87a7-c3c429a4bafb 2019-01-20 13:44:43,323 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-72daee93-51b9-41b-proj-role to project AnsibleProvisioningTests-72daee93-51b9-41b-proj 2019-01-20 13:44:43,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5/users/d2f86f5db4cd4e96bf5e5e71ae8f2a15/roles/d43fd7ef360e465c8ae9cdecd5c038ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589103de66564ada39be1e364c5b8d05b7ebe04b" 2019-01-20 13:44:43,386 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:44:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ed2a8ce-57e7-42ab-90c2-0a3b45301e26 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:44:43,386 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5/users/d2f86f5db4cd4e96bf5e5e71ae8f2a15/roles/d43fd7ef360e465c8ae9cdecd5c038ea used request id req-7ed2a8ce-57e7-42ab-90c2-0a3b45301e26 2019-01-20 13:44:43,387 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:44:43,389 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2019-01-20 13:44:43,389 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:44:43,390 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:44:43,763 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d43fd7ef360e465c8ae9cdecd5c038ea", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj-role"}], "expires_at": "2019-01-20T14:44:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39ec338ffc174c2c832d446b0513eed5", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-72daee93-51b9-41b-user", "id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15"}, "audit_ids": ["YQac8nRrTcCPqbyqS2rxtA"], "issued_at": "2019-01-20T13:44:43.000000Z"}} 2019-01-20 13:44:43,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0877ab955a52f978821b01ec38173e7488cc440c" 2019-01-20 13:44:43,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5131e0b-804e-4398-82ae-be55c36433ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:44:43,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b5131e0b-804e-4398-82ae-be55c36433ff 2019-01-20 13:44:43,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0877ab955a52f978821b01ec38173e7488cc440c" 2019-01-20 13:44:44,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-f5dd31ec-dc04-4f9c-9eda-804493d31c7b Date: Sun, 20 Jan 2019 13:44:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7--image"} 2019-01-20 13:44:44,030 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7--image used request id req-f5dd31ec-dc04-4f9c-9eda-804493d31c7b 2019-01-20 13:44:44,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0877ab955a52f978821b01ec38173e7488cc440c" 2019-01-20 13:44:44,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a6e473ac-6975-4628-b83e-848bb7773066 Date: Sun, 20 Jan 2019 13:44: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"}}} 2019-01-20 13:44:44,208 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-a6e473ac-6975-4628-b83e-848bb7773066 2019-01-20 13:44:44,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0877ab955a52f978821b01ec38173e7488cc440c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7--image"}' 2019-01-20 13:44:44,415 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/abd74c85-9936-4c86-807e-0ceabe9dee59 X-Openstack-Request-Id: req-a9ac9468-f135-4d57-b02f-c9bbef3dd354 Date: Sun, 20 Jan 2019 13:44:44 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7--image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:44:44Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-20T13:44:44Z", "visibility": "shared", "locations": [], "self": "/v2/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "min_disk": 0, "protected": false, "id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "file": "/v2/images/abd74c85-9936-4c86-807e-0ceabe9dee59/file", "checksum": null, "owner": "39ec338ffc174c2c832d446b0513eed5", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:44:44,415 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-a9ac9468-f135-4d57-b02f-c9bbef3dd354 2019-01-20 13:44:44,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9292/v2/images/abd74c85-9936-4c86-807e-0ceabe9dee59/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0877ab955a52f978821b01ec38173e7488cc440c" -d '' 2019-01-20 13:44:52,351 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-84c2a9a5-f159-4b60-9a43-2334d00cd292 Date: Sun, 20 Jan 2019 13:44:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:44:52,351 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/abd74c85-9936-4c86-807e-0ceabe9dee59/file used request id req-84c2a9a5-f159-4b60-9a43-2334d00cd292 2019-01-20 13:44:52,352 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2019-01-20 13:44:52,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/abd74c85-9936-4c86-807e-0ceabe9dee59 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0877ab955a52f978821b01ec38173e7488cc440c" 2019-01-20 13:44:52,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f03c4b42-8328-4478-baae-33cd59800c32 Date: Sun, 20 Jan 2019 13:44:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7--image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:44:44Z", "size": 263717376, "disk_format": "qcow2", "updated_at": "2019-01-20T13:44:52Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/abd74c85-9936-4c86-807e-0ceabe9dee59/snap", "metadata": {}}], "self": "/v2/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "min_disk": 0, "protected": false, "id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "file": "/v2/images/abd74c85-9936-4c86-807e-0ceabe9dee59/file", "checksum": "1bb230415bf3b405b9b824519afbf1cb", "owner": "39ec338ffc174c2c832d446b0513eed5", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/abd74c85-9936-4c86-807e-0ceabe9dee59/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:44:52,512 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/abd74c85-9936-4c86-807e-0ceabe9dee59 used request id req-f03c4b42-8328-4478-baae-33cd59800c32 2019-01-20 13:44:52,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0877ab955a52f978821b01ec38173e7488cc440c" 2019-01-20 13:44:52,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6da4a29d-3500-4524-8001-49033bb4413c Date: Sun, 20 Jan 2019 13:44: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"}}} 2019-01-20 13:44:52,678 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-6da4a29d-3500-4524-8001-49033bb4413c 2019-01-20 13:44:52,681 - create_image - INFO - Created image with name - AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7--image 2019-01-20 13:44:52,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images/abd74c85-9936-4c86-807e-0ceabe9dee59 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0877ab955a52f978821b01ec38173e7488cc440c" 2019-01-20 13:44:52,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ed21be3c-cfad-4ed1-9f9e-20a9798b935c Date: Sun, 20 Jan 2019 13:44:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7--image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:44:44Z", "size": 263717376, "disk_format": "qcow2", "updated_at": "2019-01-20T13:44:52Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/abd74c85-9936-4c86-807e-0ceabe9dee59/snap", "metadata": {}}], "self": "/v2/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "min_disk": 0, "protected": false, "id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "file": "/v2/images/abd74c85-9936-4c86-807e-0ceabe9dee59/file", "checksum": "1bb230415bf3b405b9b824519afbf1cb", "owner": "39ec338ffc174c2c832d446b0513eed5", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/abd74c85-9936-4c86-807e-0ceabe9dee59/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-20 13:44:52,857 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images/abd74c85-9936-4c86-807e-0ceabe9dee59 used request id req-ed21be3c-cfad-4ed1-9f9e-20a9798b935c 2019-01-20 13:44:52,858 - create_image - DEBUG - Instance status is - active 2019-01-20 13:44:52,858 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7--image 2019-01-20 13:44:52,858 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7--image 2019-01-20 13:44:52,858 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:44:52,859 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:44:53,317 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d43fd7ef360e465c8ae9cdecd5c038ea", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj-role"}], "expires_at": "2019-01-20T14:44:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39ec338ffc174c2c832d446b0513eed5", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-72daee93-51b9-41b-user", "id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15"}, "audit_ids": ["DHR7HK09QBuMBpB0hp8rSg"], "issued_at": "2019-01-20T13:44:53.000000Z"}} 2019-01-20 13:44:53,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd435bebcc544ae6c126b5163d1591f2554c8d49" 2019-01-20 13:44:53,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39e4c545-79a1-4872-9d84-0b30d7572b6c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:44:53,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-39e4c545-79a1-4872-9d84-0b30d7572b6c 2019-01-20 13:44:53,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd435bebcc544ae6c126b5163d1591f2554c8d49" 2019-01-20 13:44:53,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-91878470-4caa-4373-bbde-89e10644dfab Date: Sun, 20 Jan 2019 13:44:53 GMT RESP BODY: {"networks":[]} 2019-01-20 13:44:53,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net used request id req-91878470-4caa-4373-bbde-89e10644dfab 2019-01-20 13:44:53,564 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net 2019-01-20 13:44:53,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd435bebcc544ae6c126b5163d1591f2554c8d49" -d '{"network": {"name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net", "admin_state_up": true}}' 2019-01-20 13:44:54,112 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-44cb0b0f-bbf7-4a78-9c8c-a72838f2f53c Date: Sun, 20 Jan 2019 13:44:54 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"342590bc-6191-445e-b87b-5055794c8f08","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:44:53Z","is_default":false,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:53Z","mtu":1450}} 2019-01-20 13:44:54,113 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-44cb0b0f-bbf7-4a78-9c8c-a72838f2f53c 2019-01-20 13:44:54,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd435bebcc544ae6c126b5163d1591f2554c8d49" 2019-01-20 13:44:54,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 611 X-Openstack-Request-Id: req-9331a064-ce66-471f-b994-5cbf096be414 Date: Sun, 20 Jan 2019 13:44: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":"2019-01-20T13:44:53Z","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"39ec338ffc174c2c832d446b0513eed5","id":"342590bc-6191-445e-b87b-5055794c8f08","name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net"}]} 2019-01-20 13:44:54,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-9331a064-ce66-471f-b994-5cbf096be414 2019-01-20 13:44:54,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd435bebcc544ae6c126b5163d1591f2554c8d49" 2019-01-20 13:44:54,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6bcdf441-4eb1-4d64-bad0-3d0d9a762d12 Date: Sun, 20 Jan 2019 13:44:54 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:44:54,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-6bcdf441-4eb1-4d64-bad0-3d0d9a762d12 2019-01-20 13:44:54,706 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet 2019-01-20 13:44:54,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd435bebcc544ae6c126b5163d1591f2554c8d49" -d '{"subnets": [{"ip_version": 4, "network_id": "342590bc-6191-445e-b87b-5055794c8f08", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}]}' 2019-01-20 13:44:55,388 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fe36e834-6d73-4730-a082-54e4e0e2f04b Date: Sun, 20 Jan 2019 13:44:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","dns_nameservers":[],"updated_at":"2019-01-20T13:44: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":"39ec338ffc174c2c832d446b0513eed5","id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","subnetpool_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}]} 2019-01-20 13:44:55,388 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-fe36e834-6d73-4730-a082-54e4e0e2f04b 2019-01-20 13:44:55,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd435bebcc544ae6c126b5163d1591f2554c8d49" 2019-01-20 13:44:55,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-5c368cc9-478e-4f5a-890a-74cb481fff96 Date: Sun, 20 Jan 2019 13:44: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":["50aa5f8f-17eb-408e-ae4b-1d653ad0b30f"],"updated_at":"2019-01-20T13:44:55Z","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39ec338ffc174c2c832d446b0513eed5","id":"342590bc-6191-445e-b87b-5055794c8f08","name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net"}]} 2019-01-20 13:44:55,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-5c368cc9-478e-4f5a-890a-74cb481fff96 2019-01-20 13:44:55,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd435bebcc544ae6c126b5163d1591f2554c8d49" 2019-01-20 13:44:55,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0e660c75-bf2c-42d1-8c89-fb9ae456d198 Date: Sun, 20 Jan 2019 13:44:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","dns_nameservers":[],"updated_at":"2019-01-20T13:44: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":"39ec338ffc174c2c832d446b0513eed5","id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","subnetpool_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}]} 2019-01-20 13:44:55,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-0e660c75-bf2c-42d1-8c89-fb9ae456d198 2019-01-20 13:44:55,849 - OpenStackNetwork - DEBUG - Network [342590bc-6191-445e-b87b-5055794c8f08] created successfully 2019-01-20 13:44:55,849 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:44:55,850 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:44:56,230 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d43fd7ef360e465c8ae9cdecd5c038ea", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj-role"}], "expires_at": "2019-01-20T14:44:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39ec338ffc174c2c832d446b0513eed5", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-72daee93-51b9-41b-user", "id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15"}, "audit_ids": ["wWW-zXcWRBCPtQL4P3nxNg"], "issued_at": "2019-01-20T13:44:56.000000Z"}} 2019-01-20 13:44:56,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56758be48f1721f52532b1b02f166aed149e9b6" 2019-01-20 13:44:56,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a0f958f-6be3-40df-bbe6-e57534645e21 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:44:56,308 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3a0f958f-6be3-40df-bbe6-e57534645e21 2019-01-20 13:44:56,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56758be48f1721f52532b1b02f166aed149e9b6" 2019-01-20 13:44:56,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6e9d2d4e-0a86-42f9-97c5-790da31e408b Date: Sun, 20 Jan 2019 13:44:56 GMT RESP BODY: {"routers": []} 2019-01-20 13:44:56,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-router&admin_state_up=True used request id req-6e9d2d4e-0a86-42f9-97c5-790da31e408b 2019-01-20 13:44:56,511 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:44:56,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:44:56,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d43fd7ef360e465c8ae9cdecd5c038ea", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj-role"}], "expires_at": "2019-01-20T14:44:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39ec338ffc174c2c832d446b0513eed5", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-72daee93-51b9-41b-user", "id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15"}, "audit_ids": ["0Cua1XmxTlKyr4vfz716aw"], "issued_at": "2019-01-20T13:44:56.000000Z"}} 2019-01-20 13:44:56,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}744b66adaf9639950e8793a67852014c56afcd22" 2019-01-20 13:44:56,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:44:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77d6a8bc-f4c5-4169-b5d7-8b0be79e2888 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:44:56,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-77d6a8bc-f4c5-4169-b5d7-8b0be79e2888 2019-01-20 13:44:56,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56758be48f1721f52532b1b02f166aed149e9b6" 2019-01-20 13:44:57,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3fcbc8c5-2a20-4971-9ed8-66b6d79d2893 Date: Sun, 20 Jan 2019 13:44:57 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:44:57,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-3fcbc8c5-2a20-4971-9ed8-66b6d79d2893 2019-01-20 13:44:57,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56758be48f1721f52532b1b02f166aed149e9b6" 2019-01-20 13:44:57,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-cb973fdb-9200-47b8-bf7a-23e157139c9b Date: Sun, 20 Jan 2019 13:44:57 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:44:57,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-cb973fdb-9200-47b8-bf7a-23e157139c9b 2019-01-20 13:44:57,490 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-router 2019-01-20 13:44:57,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56758be48f1721f52532b1b02f166aed149e9b6" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-router", "admin_state_up": true}}' 2019-01-20 13:45:02,480 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-88e55e54-2a47-4796-8180-2f07bcc9154d Date: Sun, 20 Jan 2019 13:45:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:44:58Z", "admin_state_up": true, "updated_at": "2019-01-20T13:44:59Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "46c1e625-da9c-4646-9f9e-950bcfc9c6e0", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-router"}} 2019-01-20 13:45:02,480 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-88e55e54-2a47-4796-8180-2f07bcc9154d 2019-01-20 13:45:02,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=46c1e625-da9c-4646-9f9e-950bcfc9c6e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56758be48f1721f52532b1b02f166aed149e9b6" 2019-01-20 13:45:02,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-32253ad6-b386-4b36-be1c-d6e8f64477a9 Date: Sun, 20 Jan 2019 13:45:02 GMT RESP BODY: {"ports":[]} 2019-01-20 13:45:02,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=46c1e625-da9c-4646-9f9e-950bcfc9c6e0 used request id req-32253ad6-b386-4b36-be1c-d6e8f64477a9 2019-01-20 13:45:02,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56758be48f1721f52532b1b02f166aed149e9b6" 2019-01-20 13:45:02,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-ec88b8db-a3ce-477f-beb5-529b2660b1ea Date: Sun, 20 Jan 2019 13:45: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":["50aa5f8f-17eb-408e-ae4b-1d653ad0b30f"],"updated_at":"2019-01-20T13:44:55Z","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39ec338ffc174c2c832d446b0513eed5","id":"342590bc-6191-445e-b87b-5055794c8f08","name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net"}]} 2019-01-20 13:45:02,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net used request id req-ec88b8db-a3ce-477f-beb5-529b2660b1ea 2019-01-20 13:45:02,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:45:02,912 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:45:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:45:02,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56758be48f1721f52532b1b02f166aed149e9b6" 2019-01-20 13:45:02,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01859b5d-b6cd-40b1-bdbe-97acc06e4253 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}} 2019-01-20 13:45:02,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 used request id req-01859b5d-b6cd-40b1-bdbe-97acc06e4253 2019-01-20 13:45:02,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56758be48f1721f52532b1b02f166aed149e9b6" 2019-01-20 13:45:03,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-63a7b96b-c56b-4a71-8632-9597009981d9 Date: Sun, 20 Jan 2019 13:45:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","dns_nameservers":[],"updated_at":"2019-01-20T13:44: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":"39ec338ffc174c2c832d446b0513eed5","id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","subnetpool_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}]} 2019-01-20 13:45:03,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-63a7b96b-c56b-4a71-8632-9597009981d9 2019-01-20 13:45:03,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08&name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56758be48f1721f52532b1b02f166aed149e9b6" 2019-01-20 13:45:03,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6804d3d3-0f72-418e-b936-e2ed6b36ecf1 Date: Sun, 20 Jan 2019 13:45:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","dns_nameservers":[],"updated_at":"2019-01-20T13:44: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":"39ec338ffc174c2c832d446b0513eed5","id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","subnetpool_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}]} 2019-01-20 13:45:03,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08&name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet used request id req-6804d3d3-0f72-418e-b936-e2ed6b36ecf1 2019-01-20 13:45:03,470 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-20 13:45:03,470 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-router 2019-01-20 13:45:03,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/46c1e625-da9c-4646-9f9e-950bcfc9c6e0/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56758be48f1721f52532b1b02f166aed149e9b6" -d '{"subnet_id": "50aa5f8f-17eb-408e-ae4b-1d653ad0b30f"}' 2019-01-20 13:45:05,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9116b9d6-997e-482b-9735-76b5f8fa89a0 Date: Sun, 20 Jan 2019 13:45:05 GMT RESP BODY: {"network_id": "342590bc-6191-445e-b87b-5055794c8f08", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "subnet_id": "50aa5f8f-17eb-408e-ae4b-1d653ad0b30f", "subnet_ids": ["50aa5f8f-17eb-408e-ae4b-1d653ad0b30f"], "port_id": "54cd4317-6747-4cfa-8d6b-57eeb91587fe", "id": "46c1e625-da9c-4646-9f9e-950bcfc9c6e0"} 2019-01-20 13:45:05,516 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/46c1e625-da9c-4646-9f9e-950bcfc9c6e0/add_router_interface used request id req-9116b9d6-997e-482b-9735-76b5f8fa89a0 2019-01-20 13:45:05,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers/46c1e625-da9c-4646-9f9e-950bcfc9c6e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56758be48f1721f52532b1b02f166aed149e9b6" 2019-01-20 13:45:05,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-0e36c870-ed9a-4a15-b839-3fa3211752b6 Date: Sun, 20 Jan 2019 13:45:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:44:58Z", "admin_state_up": true, "updated_at": "2019-01-20T13:45:04Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "46c1e625-da9c-4646-9f9e-950bcfc9c6e0", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-router"}} 2019-01-20 13:45:05,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers/46c1e625-da9c-4646-9f9e-950bcfc9c6e0 used request id req-0e36c870-ed9a-4a15-b839-3fa3211752b6 2019-01-20 13:45:05,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=46c1e625-da9c-4646-9f9e-950bcfc9c6e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56758be48f1721f52532b1b02f166aed149e9b6" 2019-01-20 13:45:06,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-10e74e7f-aa9a-4fac-b51e-ac9e03375271 Date: Sun, 20 Jan 2019 13:45:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:45:04Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.1"}],"id":"54cd4317-6747-4cfa-8d6b-57eeb91587fe","security_groups":[],"mac_address":"fa:16:3e:ae:54:1d","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:04Z","binding:vnic_type":"normal","device_id":"46c1e625-da9c-4646-9f9e-950bcfc9c6e0"}]} 2019-01-20 13:45:06,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=46c1e625-da9c-4646-9f9e-950bcfc9c6e0 used request id req-10e74e7f-aa9a-4fac-b51e-ac9e03375271 2019-01-20 13:45:06,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/50aa5f8f-17eb-408e-ae4b-1d653ad0b30f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56758be48f1721f52532b1b02f166aed149e9b6" 2019-01-20 13:45:06,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-92e8fe55-fb37-4224-abce-05d60d1e4efc Date: Sun, 20 Jan 2019 13:45:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","dns_nameservers":[],"updated_at":"2019-01-20T13:44: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":"39ec338ffc174c2c832d446b0513eed5","id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","subnetpool_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}} 2019-01-20 13:45:06,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/50aa5f8f-17eb-408e-ae4b-1d653ad0b30f used request id req-92e8fe55-fb37-4224-abce-05d60d1e4efc 2019-01-20 13:45:06,149 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:45:06,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:45:06,531 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "name": "Member"}, {"id": "8faca84f8c574391a4e761c020358bea", "name": "heat_stack_owner"}], "expires_at": "2019-01-20T14:45:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/59ca7ea86cef4f5eb49126af4cc8d2ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "id": "a7c8058fe12740ca8633095bf5c62574"}, "audit_ids": ["zC7hPa_wRTex9qQDiM3zEQ"], "issued_at": "2019-01-20T13:45:06.000000Z"}} 2019-01-20 13:45:06,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce8839c12f2c5621f9f85e4db14a4feba49130e1" 2019-01-20 13:45:06,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ead343c-8b2c-4aed-939d-ae8a3ba2a5f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:45:06,610 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2ead343c-8b2c-4aed-939d-ae8a3ba2a5f4 2019-01-20 13:45:06,611 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:45:06,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce8839c12f2c5621f9f85e4db14a4feba49130e1" 2019-01-20 13:45:06,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-908ed94f-0358-48d2-bf99-63431a7f3029 x-compute-request-id: req-908ed94f-0358-48d2-bf99-63431a7f3029 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-20 13:45:06,795 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-908ed94f-0358-48d2-bf99-63431a7f3029 2019-01-20 13:45:06,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce8839c12f2c5621f9f85e4db14a4feba49130e1" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 2048, "id": null, "swap": 0}}' 2019-01-20 13:45:06,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf6a2e36-df50-4221-ab19-86c6e41c78d5 x-compute-request-id: req-cf6a2e36-df50-4221-ab19-86c6e41c78d5 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:45:06,851 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-cf6a2e36-df50-4221-ab19-86c6e41c78d5 2019-01-20 13:45:06,852 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:45:06,853 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:45:07,236 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d43fd7ef360e465c8ae9cdecd5c038ea", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj-role"}], "expires_at": "2019-01-20T14:45:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39ec338ffc174c2c832d446b0513eed5", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-72daee93-51b9-41b-user", "id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15"}, "audit_ids": ["Gt9N75VFTPmk0dTwJkJblg"], "issued_at": "2019-01-20T13:45:07.000000Z"}} 2019-01-20 13:45:07,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17bbde3c1ac621252878f3ca84446aa551df6abf" 2019-01-20 13:45:07,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09e85ad5-13d2-4cd2-a8ef-e8b95034d3b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:45:07,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-09e85ad5-13d2-4cd2-a8ef-e8b95034d3b7 2019-01-20 13:45:07,310 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:45:07,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17bbde3c1ac621252878f3ca84446aa551df6abf" 2019-01-20 13:45:07,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dfd069a7-ad29-43a4-9ea2-4262553fe98d x-compute-request-id: req-dfd069a7-ad29-43a4-9ea2-4262553fe98d Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-20 13:45:07,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-dfd069a7-ad29-43a4-9ea2-4262553fe98d 2019-01-20 13:45:07,469 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp... 2019-01-20 13:45:07,469 - OpenStackKeypair - INFO - Creating new keypair 2019-01-20 13:45:07,493 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp 2019-01-20 13:45:07,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17bbde3c1ac621252878f3ca84446aa551df6abf" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDsRMJorSHyz3HgJpAh8JU54zvr85XrkjASUTBBHlKhKSrgMD3RafmfKo9etHmMEMV+RpTkaRI9SqJgFmIXuRb4WdNq636/KZ2zWzcQCupfmbLMZ+xHfCJc32ZR+LtepP+KpznxX1dMWBy9bOL2761K6SjE9v45itzyPs+VEkcYcQ==", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp"}}' 2019-01-20 13:45:07,552 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26eb57f4-d1b0-4092-9ae8-00b1b322fbf7 x-compute-request-id: req-26eb57f4-d1b0-4092-9ae8-00b1b322fbf7 Content-Encoding: gzip Content-Length: 372 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDsRMJorSHyz3HgJpAh8JU54zvr85XrkjASUTBBHlKhKSrgMD3RafmfKo9etHmMEMV+RpTkaRI9SqJgFmIXuRb4WdNq636/KZ2zWzcQCupfmbLMZ+xHfCJc32ZR+LtepP+KpznxX1dMWBy9bOL2761K6SjE9v45itzyPs+VEkcYcQ==", "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "fingerprint": "c7:b8:b8:29:19:38:a2:0d:c5:59:88:ce:db:2e:ac:ac"}} 2019-01-20 13:45:07,552 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-26eb57f4-d1b0-4092-9ae8-00b1b322fbf7 2019-01-20 13:45:07,555 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7.pub 2019-01-20 13:45:07,555 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7 2019-01-20 13:45:07,556 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:45:07,556 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:45:07,941 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d43fd7ef360e465c8ae9cdecd5c038ea", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj-role"}], "expires_at": "2019-01-20T14:45:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39ec338ffc174c2c832d446b0513eed5", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-72daee93-51b9-41b-user", "id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15"}, "audit_ids": ["IXaaA1gvRY2gCneN0j0faQ"], "issued_at": "2019-01-20T13:45:07.000000Z"}} 2019-01-20 13:45:07,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:45:08,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71eed3ef-83bc-4812-854c-b0ebdfbdcc46 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:45:08,025 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-71eed3ef-83bc-4812-854c-b0ebdfbdcc46 2019-01-20 13:45:08,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:45:08,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-5394db31-443a-4e8d-8d84-0b78a41c97ba Date: Sun, 20 Jan 2019 13:45:08 GMT RESP BODY: {"security_groups": []} 2019-01-20 13:45:08,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp used request id req-5394db31-443a-4e8d-8d84-0b78a41c97ba 2019-01-20 13:45:08,251 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp... 2019-01-20 13:45:08,251 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp 2019-01-20 13:45:08,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" -d '{"security_group": {"name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp"}}' 2019-01-20 13:45:08,600 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-01471919-8d16-4901-a3db-ac11e5ee653a Date: Sun, 20 Jan 2019 13:45:08 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:08Z", "updated_at": "2019-01-20T13:45:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "revision_number": 0, "id": "b7a9d8d7-41c2-4288-b602-25a7b994ff6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "port_range_min": null, "ethertype": "IPv6", "project_id": "39ec338ffc174c2c832d446b0513eed5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "revision_number": 0, "id": "feded878-f10a-4bb0-888d-b079c7ccfb4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "port_range_min": null, "ethertype": "IPv4", "project_id": "39ec338ffc174c2c832d446b0513eed5"}], "revision_number": 2, "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp"}} 2019-01-20 13:45:08,601 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-01471919-8d16-4901-a3db-ac11e5ee653a 2019-01-20 13:45:08,601 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aaeb8716-4aa9-4018-97aa-4d21bca35df2 2019-01-20 13:45:08,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=aaeb8716-4aa9-4018-97aa-4d21bca35df2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:45:08,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f146a8cd-4448-4e7e-9a78-d53ffd0789d3 Date: Sun, 20 Jan 2019 13:45:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:08Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "b7a9d8d7-41c2-4288-b602-25a7b994ff6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:08Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "feded878-f10a-4bb0-888d-b079c7ccfb4f"}]} 2019-01-20 13:45:08,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=aaeb8716-4aa9-4018-97aa-4d21bca35df2 used request id req-f146a8cd-4448-4e7e-9a78-d53ffd0789d3 2019-01-20 13:45:08,779 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aaeb8716-4aa9-4018-97aa-4d21bca35df2 2019-01-20 13:45:08,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=aaeb8716-4aa9-4018-97aa-4d21bca35df2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:45:08,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8fb4d630-8f55-432b-8309-f9b393eeef5e Date: Sun, 20 Jan 2019 13:45:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:08Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "b7a9d8d7-41c2-4288-b602-25a7b994ff6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:08Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "feded878-f10a-4bb0-888d-b079c7ccfb4f"}]} 2019-01-20 13:45:08,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=aaeb8716-4aa9-4018-97aa-4d21bca35df2 used request id req-8fb4d630-8f55-432b-8309-f9b393eeef5e 2019-01-20 13:45:08,962 - neutron_utils - INFO - Retrieving security group with ID - aaeb8716-4aa9-4018-97aa-4d21bca35df2 2019-01-20 13:45:08,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=aaeb8716-4aa9-4018-97aa-4d21bca35df2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:45:09,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-2644450c-de36-4c65-b79a-6fe9d0b6aa85 Date: Sun, 20 Jan 2019 13:45:09 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:08Z", "updated_at": "2019-01-20T13:45:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "revision_number": 0, "id": "b7a9d8d7-41c2-4288-b602-25a7b994ff6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "port_range_min": null, "ethertype": "IPv6", "project_id": "39ec338ffc174c2c832d446b0513eed5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "revision_number": 0, "id": "feded878-f10a-4bb0-888d-b079c7ccfb4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "port_range_min": null, "ethertype": "IPv4", "project_id": "39ec338ffc174c2c832d446b0513eed5"}], "revision_number": 2, "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp"}]} 2019-01-20 13:45:09,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=aaeb8716-4aa9-4018-97aa-4d21bca35df2 used request id req-2644450c-de36-4c65-b79a-6fe9d0b6aa85 2019-01-20 13:45:09,154 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aaeb8716-4aa9-4018-97aa-4d21bca35df2 2019-01-20 13:45:09,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=aaeb8716-4aa9-4018-97aa-4d21bca35df2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:45:09,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7cf2ec9d-4842-4354-8c8e-6a8ae5e61735 Date: Sun, 20 Jan 2019 13:45:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:08Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "b7a9d8d7-41c2-4288-b602-25a7b994ff6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:08Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "feded878-f10a-4bb0-888d-b079c7ccfb4f"}]} 2019-01-20 13:45:09,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=aaeb8716-4aa9-4018-97aa-4d21bca35df2 used request id req-7cf2ec9d-4842-4354-8c8e-6a8ae5e61735 2019-01-20 13:45:09,184 - neutron_utils - INFO - Retrieving security group with ID - aaeb8716-4aa9-4018-97aa-4d21bca35df2 2019-01-20 13:45:09,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=aaeb8716-4aa9-4018-97aa-4d21bca35df2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:45:09,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-a347e4ba-e57f-48f9-967a-c481a62823fa Date: Sun, 20 Jan 2019 13:45:09 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:08Z", "updated_at": "2019-01-20T13:45:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "revision_number": 0, "id": "b7a9d8d7-41c2-4288-b602-25a7b994ff6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "port_range_min": null, "ethertype": "IPv6", "project_id": "39ec338ffc174c2c832d446b0513eed5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "revision_number": 0, "id": "feded878-f10a-4bb0-888d-b079c7ccfb4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "port_range_min": null, "ethertype": "IPv4", "project_id": "39ec338ffc174c2c832d446b0513eed5"}], "revision_number": 2, "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp"}]} 2019-01-20 13:45:09,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=aaeb8716-4aa9-4018-97aa-4d21bca35df2 used request id req-a347e4ba-e57f-48f9-967a-c481a62823fa 2019-01-20 13:45:09,389 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aaeb8716-4aa9-4018-97aa-4d21bca35df2 2019-01-20 13:45:09,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=aaeb8716-4aa9-4018-97aa-4d21bca35df2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:45:09,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-399ddf2b-5c0e-45df-9d4f-16a2bc09f620 Date: Sun, 20 Jan 2019 13:45:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:08Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "b7a9d8d7-41c2-4288-b602-25a7b994ff6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:08Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "feded878-f10a-4bb0-888d-b079c7ccfb4f"}]} 2019-01-20 13:45:09,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=aaeb8716-4aa9-4018-97aa-4d21bca35df2 used request id req-399ddf2b-5c0e-45df-9d4f-16a2bc09f620 2019-01-20 13:45:09,574 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp 2019-01-20 13:45:09,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:45:09,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-32d9efcf-4a6f-449c-b5a8-46cfce6df261 Date: Sun, 20 Jan 2019 13:45:09 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:08Z", "updated_at": "2019-01-20T13:45:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "revision_number": 0, "id": "b7a9d8d7-41c2-4288-b602-25a7b994ff6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "port_range_min": null, "ethertype": "IPv6", "project_id": "39ec338ffc174c2c832d446b0513eed5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "revision_number": 0, "id": "feded878-f10a-4bb0-888d-b079c7ccfb4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "port_range_min": null, "ethertype": "IPv4", "project_id": "39ec338ffc174c2c832d446b0513eed5"}], "revision_number": 2, "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp"}]} 2019-01-20 13:45:09,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp used request id req-32d9efcf-4a6f-449c-b5a8-46cfce6df261 2019-01-20 13:45:09,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:45:09,638 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:45: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:45:09,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:45:09,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fe0ea26-03de-41ed-aa38-805898ff508b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}} 2019-01-20 13:45:09,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 used request id req-7fe0ea26-03de-41ed-aa38-805898ff508b 2019-01-20 13:45:09,721 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aaeb8716-4aa9-4018-97aa-4d21bca35df2 2019-01-20 13:45:09,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=aaeb8716-4aa9-4018-97aa-4d21bca35df2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:45:09,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-64dfa6c3-9749-4d71-9b24-3853474a9476 Date: Sun, 20 Jan 2019 13:45:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:08Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "b7a9d8d7-41c2-4288-b602-25a7b994ff6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:08Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "feded878-f10a-4bb0-888d-b079c7ccfb4f"}]} 2019-01-20 13:45:09,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=aaeb8716-4aa9-4018-97aa-4d21bca35df2 used request id req-64dfa6c3-9749-4d71-9b24-3853474a9476 2019-01-20 13:45:09,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}4cc4d15513177e56640c0a286161eb53b74150ad" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2"}}' 2019-01-20 13:45:10,216 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-1166d6d5-3f4e-412a-aeee-20dcb4766a0c Date: Sun, 20 Jan 2019 13:45: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": "2019-01-20T13:45:10Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:10Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "14d03646-dc39-44f4-baca-3499800f5094"}} 2019-01-20 13:45:10,217 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-1166d6d5-3f4e-412a-aeee-20dcb4766a0c 2019-01-20 13:45:10,217 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp 2019-01-20 13:45:10,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:45:10,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-a9d27e1e-9da0-4904-b8af-cee78667f9a9 Date: Sun, 20 Jan 2019 13:45:10 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:08Z", "updated_at": "2019-01-20T13:45:10Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:45:10Z", "revision_number": 0, "id": "14d03646-dc39-44f4-baca-3499800f5094", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:45:10Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "port_range_min": null, "ethertype": "IPv4", "project_id": "39ec338ffc174c2c832d446b0513eed5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "revision_number": 0, "id": "b7a9d8d7-41c2-4288-b602-25a7b994ff6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "port_range_min": null, "ethertype": "IPv6", "project_id": "39ec338ffc174c2c832d446b0513eed5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "revision_number": 0, "id": "feded878-f10a-4bb0-888d-b079c7ccfb4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "port_range_min": null, "ethertype": "IPv4", "project_id": "39ec338ffc174c2c832d446b0513eed5"}], "revision_number": 3, "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp"}]} 2019-01-20 13:45:10,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp used request id req-a9d27e1e-9da0-4904-b8af-cee78667f9a9 2019-01-20 13:45:10,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:45:10,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46756f61-af44-4886-84b7-6158fd832e74 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}} 2019-01-20 13:45:10,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 used request id req-46756f61-af44-4886-84b7-6158fd832e74 2019-01-20 13:45:10,437 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aaeb8716-4aa9-4018-97aa-4d21bca35df2 2019-01-20 13:45:10,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=aaeb8716-4aa9-4018-97aa-4d21bca35df2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:45:10,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-7701ab5f-4c76-4adc-9791-2d152a9e0acf Date: Sun, 20 Jan 2019 13:45: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": "2019-01-20T13:45:10Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:10Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "14d03646-dc39-44f4-baca-3499800f5094"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:08Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "b7a9d8d7-41c2-4288-b602-25a7b994ff6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:08Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "feded878-f10a-4bb0-888d-b079c7ccfb4f"}]} 2019-01-20 13:45:10,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=aaeb8716-4aa9-4018-97aa-4d21bca35df2 used request id req-7701ab5f-4c76-4adc-9791-2d152a9e0acf 2019-01-20 13:45:10,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22: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}4cc4d15513177e56640c0a286161eb53b74150ad" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2"}}' 2019-01-20 13:45:10,953 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-de784105-9a76-4dd8-9753-20b2ca851b37 Date: Sun, 20 Jan 2019 13:45: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": "2019-01-20T13:45:10Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "port_range_min": 22, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:10Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "a0f85945-f4b8-41f4-b6fb-c50dc40b3cf3"}} 2019-01-20 13:45:10,954 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-de784105-9a76-4dd8-9753-20b2ca851b37 2019-01-20 13:45:10,954 - neutron_utils - INFO - Retrieving security group with ID - aaeb8716-4aa9-4018-97aa-4d21bca35df2 2019-01-20 13:45:10,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?id=aaeb8716-4aa9-4018-97aa-4d21bca35df2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:45:11,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-d576aa03-6e74-4c3d-a5e9-4bbc403f1b4b Date: Sun, 20 Jan 2019 13:45:11 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:08Z", "updated_at": "2019-01-20T13:45:10Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:45:10Z", "revision_number": 0, "id": "14d03646-dc39-44f4-baca-3499800f5094", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:45:10Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "port_range_min": null, "ethertype": "IPv4", "project_id": "39ec338ffc174c2c832d446b0513eed5"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:45:10Z", "revision_number": 0, "id": "a0f85945-f4b8-41f4-b6fb-c50dc40b3cf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:45:10Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "39ec338ffc174c2c832d446b0513eed5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "revision_number": 0, "id": "b7a9d8d7-41c2-4288-b602-25a7b994ff6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "port_range_min": null, "ethertype": "IPv6", "project_id": "39ec338ffc174c2c832d446b0513eed5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "revision_number": 0, "id": "feded878-f10a-4bb0-888d-b079c7ccfb4f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "port_range_min": null, "ethertype": "IPv4", "project_id": "39ec338ffc174c2c832d446b0513eed5"}], "revision_number": 4, "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp"}]} 2019-01-20 13:45:11,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?id=aaeb8716-4aa9-4018-97aa-4d21bca35df2 used request id req-d576aa03-6e74-4c3d-a5e9-4bbc403f1b4b 2019-01-20 13:45:11,159 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aaeb8716-4aa9-4018-97aa-4d21bca35df2 2019-01-20 13:45:11,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=aaeb8716-4aa9-4018-97aa-4d21bca35df2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:45:11,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-e6eef87a-5468-4dc4-8a62-588d04718c41 Date: Sun, 20 Jan 2019 13:45:11 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": "2019-01-20T13:45:10Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:10Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "14d03646-dc39-44f4-baca-3499800f5094"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-20T13:45:10Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "port_range_min": 22, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:10Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "a0f85945-f4b8-41f4-b6fb-c50dc40b3cf3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:08Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "b7a9d8d7-41c2-4288-b602-25a7b994ff6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:45:08Z", "security_group_id": "aaeb8716-4aa9-4018-97aa-4d21bca35df2", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:45:08Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "feded878-f10a-4bb0-888d-b079c7ccfb4f"}]} 2019-01-20 13:45:11,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=aaeb8716-4aa9-4018-97aa-4d21bca35df2 used request id req-e6eef87a-5468-4dc4-8a62-588d04718c41 2019-01-20 13:45:11,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:45:11,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:45:11,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d43fd7ef360e465c8ae9cdecd5c038ea", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj-role"}], "expires_at": "2019-01-20T14:45:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39ec338ffc174c2c832d446b0513eed5", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-72daee93-51b9-41b-user", "id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15"}, "audit_ids": ["c1RUMysrR2qzUM49GJcOqQ"], "issued_at": "2019-01-20T13:45:11.000000Z"}} 2019-01-20 13:45:11,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:11,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ad8668c-1822-4d9f-821d-748ff0d32bc8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:45:11,659 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3ad8668c-1822-4d9f-821d-748ff0d32bc8 2019-01-20 13:45:11,660 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-20 13:45:11,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:11,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adcca664-e281-4273-aacb-d76b92389475 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:45:11,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-adcca664-e281-4273-aacb-d76b92389475 2019-01-20 13:45:11,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:11,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-f1f5a498-0a80-45fd-98bf-dc26da634853 Date: Sun, 20 Jan 2019 13:45: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":["50aa5f8f-17eb-408e-ae4b-1d653ad0b30f"],"updated_at":"2019-01-20T13:44:55Z","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39ec338ffc174c2c832d446b0513eed5","id":"342590bc-6191-445e-b87b-5055794c8f08","name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net"}]} 2019-01-20 13:45:11,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net used request id req-f1f5a498-0a80-45fd-98bf-dc26da634853 2019-01-20 13:45:11,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:45:11,999 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:45: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:45:12,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:12,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cd21c21-9bec-4537-bf37-9b1184cc53c5 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}} 2019-01-20 13:45:12,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 used request id req-6cd21c21-9bec-4537-bf37-9b1184cc53c5 2019-01-20 13:45:12,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:12,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b10aae0f-c8d1-4277-8333-782cc4eac4e6 Date: Sun, 20 Jan 2019 13:45:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","dns_nameservers":[],"updated_at":"2019-01-20T13:44: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":"39ec338ffc174c2c832d446b0513eed5","id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","subnetpool_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}]} 2019-01-20 13:45:12,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-b10aae0f-c8d1-4277-8333-782cc4eac4e6 2019-01-20 13:45:12,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08&name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:12,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e41a9df9-5274-4e2b-9da2-b1264efbc72c Date: Sun, 20 Jan 2019 13:45:12 GMT RESP BODY: {"ports":[]} 2019-01-20 13:45:12,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08&name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-port-1&admin_state_up=True used request id req-e41a9df9-5274-4e2b-9da2-b1264efbc72c 2019-01-20 13:45:12,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:12,713 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6ce4f90e-594e-4039-85b3-eec6ab37287a x-compute-request-id: req-6ce4f90e-594e-4039-85b3-eec6ab37287a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 13:45:12,714 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst used request id req-6ce4f90e-594e-4039-85b3-eec6ab37287a 2019-01-20 13:45:12,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:12,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-cd6a9dbf-27a0-4c43-8d7b-5b7ba1e789bb Date: Sun, 20 Jan 2019 13:45: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":["50aa5f8f-17eb-408e-ae4b-1d653ad0b30f"],"updated_at":"2019-01-20T13:44:55Z","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39ec338ffc174c2c832d446b0513eed5","id":"342590bc-6191-445e-b87b-5055794c8f08","name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net"}]} 2019-01-20 13:45:12,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net used request id req-cd6a9dbf-27a0-4c43-8d7b-5b7ba1e789bb 2019-01-20 13:45:12,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:13,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93ec0509-74ec-4122-a9ee-73ba53c28d94 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}} 2019-01-20 13:45:13,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 used request id req-93ec0509-74ec-4122-a9ee-73ba53c28d94 2019-01-20 13:45:13,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:13,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0e99b3d2-427a-4ca0-9fa8-31d74c9a9305 Date: Sun, 20 Jan 2019 13:45:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","dns_nameservers":[],"updated_at":"2019-01-20T13:44: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":"39ec338ffc174c2c832d446b0513eed5","id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","subnetpool_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}]} 2019-01-20 13:45:13,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-0e99b3d2-427a-4ca0-9fa8-31d74c9a9305 2019-01-20 13:45:13,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08&name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:13,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-94f9bf06-b93f-43a9-beed-eaed18b008c8 Date: Sun, 20 Jan 2019 13:45:13 GMT RESP BODY: {"ports":[]} 2019-01-20 13:45:13,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08&name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-port-1&admin_state_up=True used request id req-94f9bf06-b93f-43a9-beed-eaed18b008c8 2019-01-20 13:45:13,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-20 13:45:13,440 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:45:13,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d43fd7ef360e465c8ae9cdecd5c038ea", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj-role"}], "expires_at": "2019-01-20T14:45:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39ec338ffc174c2c832d446b0513eed5", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/39ec338ffc174c2c832d446b0513eed5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-72daee93-51b9-41b-user", "id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15"}, "audit_ids": ["h4z3wl85Q_u58fDtBMqJ3Q"], "issued_at": "2019-01-20T13:45:13.000000Z"}} 2019-01-20 13:45:13,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b37fcffc0deaef6e644635ae083cdbb94630d4" 2019-01-20 13:45:13,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa3a5f40-bf6a-4a80-a3ef-f33b89bf96be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:45:13,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fa3a5f40-bf6a-4a80-a3ef-f33b89bf96be 2019-01-20 13:45:13,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:14,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-7d9ad57e-3cac-49db-bed8-80ef3ac60b37 Date: Sun, 20 Jan 2019 13:45: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":["50aa5f8f-17eb-408e-ae4b-1d653ad0b30f"],"updated_at":"2019-01-20T13:44:55Z","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39ec338ffc174c2c832d446b0513eed5","id":"342590bc-6191-445e-b87b-5055794c8f08","name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net"}]} 2019-01-20 13:45:14,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net used request id req-7d9ad57e-3cac-49db-bed8-80ef3ac60b37 2019-01-20 13:45:14,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:14,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-63fe6ddc-b94e-49fd-92c0-362619a0d05f Date: Sun, 20 Jan 2019 13:45:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","dns_nameservers":[],"updated_at":"2019-01-20T13:44: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":"39ec338ffc174c2c832d446b0513eed5","id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","subnetpool_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}]} 2019-01-20 13:45:14,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-63fe6ddc-b94e-49fd-92c0-362619a0d05f 2019-01-20 13:45:14,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:14,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-06254218-98c0-4d8b-801e-def8693ee9c8 Date: Sun, 20 Jan 2019 13:45: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":["50aa5f8f-17eb-408e-ae4b-1d653ad0b30f"],"updated_at":"2019-01-20T13:44:55Z","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39ec338ffc174c2c832d446b0513eed5","id":"342590bc-6191-445e-b87b-5055794c8f08","name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net"}]} 2019-01-20 13:45:14,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net used request id req-06254218-98c0-4d8b-801e-def8693ee9c8 2019-01-20 13:45:14,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-20 13:45:14,620 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:45: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:45:14,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5b37fcffc0deaef6e644635ae083cdbb94630d4" 2019-01-20 13:45:14,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd78489c-ab21-4157-a643-91580c46d089 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}} 2019-01-20 13:45:14,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 used request id req-dd78489c-ab21-4157-a643-91580c46d089 2019-01-20 13:45:14,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:14,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-173af67b-e0b9-449c-8ae2-bdb7208da736 Date: Sun, 20 Jan 2019 13:45:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","dns_nameservers":[],"updated_at":"2019-01-20T13:44: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":"39ec338ffc174c2c832d446b0513eed5","id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","subnetpool_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}]} 2019-01-20 13:45:14,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-173af67b-e0b9-449c-8ae2-bdb7208da736 2019-01-20 13:45:14,703 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net 2019-01-20 13:45:14,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" -d '{"port": {"network_id": "342590bc-6191-445e-b87b-5055794c8f08", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-port-1", "admin_state_up": true}}' 2019-01-20 13:45:15,496 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-d4c3c419-33f4-45b0-8559-b4e5c51e129a Date: Sun, 20 Jan 2019 13:45:15 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:45:15Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.12"}],"id":"a95030da-4c03-436c-869b-68cc3377b1f6","security_groups":["3630a0ba-eb28-4388-86b8-a449749ab173"],"mac_address":"fa:16:3e:f5:b9:04","device_id":"","status":"DOWN","description":"","tags":[],"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-port-1","project_id":"39ec338ffc174c2c832d446b0513eed5","qos_policy_id":null,"admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:14Z","binding:vnic_type":"normal"}} 2019-01-20 13:45:15,496 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/ports used request id req-d4c3c419-33f4-45b0-8559-b4e5c51e129a 2019-01-20 13:45:15,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:15,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-ffa1079d-8b3b-4ab8-befe-86b045419784 Date: Sun, 20 Jan 2019 13:45: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":["50aa5f8f-17eb-408e-ae4b-1d653ad0b30f"],"updated_at":"2019-01-20T13:44:55Z","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39ec338ffc174c2c832d446b0513eed5","id":"342590bc-6191-445e-b87b-5055794c8f08","name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net"}]} 2019-01-20 13:45:15,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net used request id req-ffa1079d-8b3b-4ab8-befe-86b045419784 2019-01-20 13:45:15,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:15,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75fe1807-5d7e-429d-a4ee-932be4a32255 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}} 2019-01-20 13:45:15,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 used request id req-75fe1807-5d7e-429d-a4ee-932be4a32255 2019-01-20 13:45:15,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:16,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-235cf09d-adf4-4884-ace4-fc97abe759c7 Date: Sun, 20 Jan 2019 13:45:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","dns_nameservers":[],"updated_at":"2019-01-20T13:44: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":"39ec338ffc174c2c832d446b0513eed5","id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","subnetpool_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}]} 2019-01-20 13:45:16,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-235cf09d-adf4-4884-ace4-fc97abe759c7 2019-01-20 13:45:16,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08&name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:16,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-007675c4-8c00-4045-973f-2aa2800d75e9 Date: Sun, 20 Jan 2019 13:45:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:45:15Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.12"}],"id":"a95030da-4c03-436c-869b-68cc3377b1f6","security_groups":["3630a0ba-eb28-4388-86b8-a449749ab173"],"mac_address":"fa:16:3e:f5:b9:04","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-port-1","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:14Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-20 13:45:16,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08&name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-port-1&admin_state_up=True used request id req-007675c4-8c00-4045-973f-2aa2800d75e9 2019-01-20 13:45:16,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:16,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4c28882-da5a-4ac0-9c6a-da76b00f2705 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}} 2019-01-20 13:45:16,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 used request id req-d4c28882-da5a-4ac0-9c6a-da76b00f2705 2019-01-20 13:45:16,198 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst 2019-01-20 13:45:16,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:16,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88a0af5c-eea1-42d5-be2e-c68017605ec0 x-compute-request-id: req-88a0af5c-eea1-42d5-be2e-c68017605ec0 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-flavor-name"}]} 2019-01-20 13:45:16,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-88a0af5c-eea1-42d5-be2e-c68017605ec0 2019-01-20 13:45:16,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:16,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4af9a8a-91b4-43db-98aa-8176271bef0e x-compute-request-id: req-d4af9a8a-91b4-43db-98aa-8176271bef0e Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:45:16,254 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272 used request id req-d4af9a8a-91b4-43db-98aa-8176271bef0e 2019-01-20 13:45:16,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:16,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-551133f3-a1c1-4eb2-a13a-26787270337e Date: Sun, 20 Jan 2019 13:45:16 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7--image", "tags": [], "container_format": "bare", "created_at": "2019-01-20T13:44:44Z", "size": 263717376, "disk_format": "qcow2", "updated_at": "2019-01-20T13:44:52Z", "visibility": "shared", "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/abd74c85-9936-4c86-807e-0ceabe9dee59/snap", "metadata": {}}], "self": "/v2/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "min_disk": 0, "protected": false, "id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "file": "/v2/images/abd74c85-9936-4c86-807e-0ceabe9dee59/file", "checksum": "1bb230415bf3b405b9b824519afbf1cb", "owner": "39ec338ffc174c2c832d446b0513eed5", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/abd74c85-9936-4c86-807e-0ceabe9dee59/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7--image"} 2019-01-20 13:45:16,423 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7--image used request id req-551133f3-a1c1-4eb2-a13a-26787270337e 2019-01-20 13:45:16,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:16,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bf533e75-5206-4b03-adf9-cdb4104df1ca Date: Sun, 20 Jan 2019 13:45: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"}}} 2019-01-20 13:45:16,573 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-bf533e75-5206-4b03-adf9-cdb4104df1ca 2019-01-20 13:45:16,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" -d '{"server": {"name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "imageRef": "abd74c85-9936-4c86-807e-0ceabe9dee59", "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "flavorRef": "25b26983-4bf3-48ff-9ff1-c94d87888272", "max_count": 1, "min_count": 1, "networks": [{"port": "a95030da-4c03-436c-869b-68cc3377b1f6"}]}}' 2019-01-20 13:45:17,895 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:45:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aca891b9-429b-4136-926a-78b3573e08b7 x-compute-request-id: req-aca891b9-429b-4136-926a-78b3573e08b7 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "adminPass": "YcQjz7XrGh9f"}} 2019-01-20 13:45:17,895 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-aca891b9-429b-4136-926a-78b3573e08b7 2019-01-20 13:45:17,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:18,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02d6c561-cc49-4a90-a255-fad4c41b7f09 x-compute-request-id: req-02d6c561-cc49-4a90-a255-fad4c41b7f09 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:45:18,334 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-02d6c561-cc49-4a90-a255-fad4c41b7f09 2019-01-20 13:45:18,334 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst 2019-01-20 13:45:18,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:18,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45: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-a6459e50-ad47-468c-abcd-239cddadfbb8 x-compute-request-id: req-a6459e50-ad47-468c-abcd-239cddadfbb8 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:45:18,701 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-a6459e50-ad47-468c-abcd-239cddadfbb8 2019-01-20 13:45:18,701 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:45:18,701 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:45:21,705 - create_instance - DEBUG - VM status query timeout in 896.629929066 2019-01-20 13:45:21,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:22,189 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58dbc25d-1da2-47e8-87cd-aa94461416db x-compute-request-id: req-58dbc25d-1da2-47e8-87cd-aa94461416db 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:45:22,189 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-58dbc25d-1da2-47e8-87cd-aa94461416db 2019-01-20 13:45:22,190 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:45:22,190 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:45:25,193 - create_instance - DEBUG - VM status query timeout in 893.141411066 2019-01-20 13:45:25,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:25,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-304be750-ab45-43c3-8a7c-b62126964f3f x-compute-request-id: req-304be750-ab45-43c3-8a7c-b62126964f3f 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:45:25,844 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-304be750-ab45-43c3-8a7c-b62126964f3f 2019-01-20 13:45:25,844 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:45:25,844 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:45:28,847 - create_instance - DEBUG - VM status query timeout in 889.487209082 2019-01-20 13:45:28,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:29,315 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45: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-925003e7-4d9c-4850-a5bd-8a20f58023d4 x-compute-request-id: req-925003e7-4d9c-4850-a5bd-8a20f58023d4 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:45:29,315 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-925003e7-4d9c-4850-a5bd-8a20f58023d4 2019-01-20 13:45:29,316 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:45:29,316 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:45:32,319 - create_instance - DEBUG - VM status query timeout in 886.015372992 2019-01-20 13:45:32,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:33,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45: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-56f2be42-7269-46e8-b934-e60d328a75fd x-compute-request-id: req-56f2be42-7269-46e8-b934-e60d328a75fd 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:45:33,004 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-56f2be42-7269-46e8-b934-e60d328a75fd 2019-01-20 13:45:33,005 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:45:33,005 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:45:36,007 - create_instance - DEBUG - VM status query timeout in 882.327579021 2019-01-20 13:45:36,010 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:36,522 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef88c3eb-db2e-4a1c-b06d-97f2038511c3 x-compute-request-id: req-ef88c3eb-db2e-4a1c-b06d-97f2038511c3 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:45:36,522 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-ef88c3eb-db2e-4a1c-b06d-97f2038511c3 2019-01-20 13:45:36,522 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:45:36,523 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:45:39,524 - create_instance - DEBUG - VM status query timeout in 878.810499907 2019-01-20 13:45:39,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:39,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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,Accept-Encoding x-openstack-request-id: req-8b5b1699-f035-4ad1-92c7-16278faac9df x-compute-request-id: req-8b5b1699-f035-4ad1-92c7-16278faac9df 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:45:39,859 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-8b5b1699-f035-4ad1-92c7-16278faac9df 2019-01-20 13:45:39,859 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:45:39,860 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:45:42,863 - create_instance - DEBUG - VM status query timeout in 875.471730947 2019-01-20 13:45:42,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:43,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45: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-c034abcd-1700-4636-a0d7-fa956b81274c x-compute-request-id: req-c034abcd-1700-4636-a0d7-fa956b81274c 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:45:43,554 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-c034abcd-1700-4636-a0d7-fa956b81274c 2019-01-20 13:45:43,555 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:45:43,555 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:45:46,558 - create_instance - DEBUG - VM status query timeout in 871.776284933 2019-01-20 13:45:46,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:47,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd5aed81-b9ff-491c-a99a-ae1c1509bcfc x-compute-request-id: req-cd5aed81-b9ff-491c-a99a-ae1c1509bcfc 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:45:47,255 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-cd5aed81-b9ff-491c-a99a-ae1c1509bcfc 2019-01-20 13:45:47,255 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:45:47,255 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:45:50,258 - create_instance - DEBUG - VM status query timeout in 868.076188087 2019-01-20 13:45:50,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:51,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-a043e297-420e-4ec4-a776-77594016d1d8 x-compute-request-id: req-a043e297-420e-4ec4-a776-77594016d1d8 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:45:51,131 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-a043e297-420e-4ec4-a776-77594016d1d8 2019-01-20 13:45:51,131 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:45:51,131 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:45:54,134 - create_instance - DEBUG - VM status query timeout in 864.200155973 2019-01-20 13:45:54,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:54,330 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c99ec333-5bb1-4225-ade6-3522667f06ea x-compute-request-id: req-c99ec333-5bb1-4225-ade6-3522667f06ea 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:45:54,330 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-c99ec333-5bb1-4225-ade6-3522667f06ea 2019-01-20 13:45:54,331 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:45:54,331 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:45:57,334 - create_instance - DEBUG - VM status query timeout in 861.000396967 2019-01-20 13:45:57,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:45:57,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:45:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62086f0f-25aa-4fe0-9798-7283dd15ed5c x-compute-request-id: req-62086f0f-25aa-4fe0-9798-7283dd15ed5c 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:45:57,853 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-62086f0f-25aa-4fe0-9798-7283dd15ed5c 2019-01-20 13:45:57,854 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:45:57,854 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:46:00,857 - create_instance - DEBUG - VM status query timeout in 857.477426052 2019-01-20 13:46:00,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:46:01,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:46:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8df3c199-5f5b-4039-9257-8aeab0b81af3 x-compute-request-id: req-8df3c199-5f5b-4039-9257-8aeab0b81af3 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:46:01,536 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-8df3c199-5f5b-4039-9257-8aeab0b81af3 2019-01-20 13:46:01,536 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:46:01,537 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:46:04,540 - create_instance - DEBUG - VM status query timeout in 853.794802904 2019-01-20 13:46:04,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:46:05,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:46:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-253a3b08-2032-4751-8451-167876ad4e05 x-compute-request-id: req-253a3b08-2032-4751-8451-167876ad4e05 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:46:05,100 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-253a3b08-2032-4751-8451-167876ad4e05 2019-01-20 13:46:05,100 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:46:05,100 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:46:08,104 - create_instance - DEBUG - VM status query timeout in 850.231050014 2019-01-20 13:46:08,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:46:08,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:46:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c75b245-16ea-43f0-bfe7-35a96d6361bb x-compute-request-id: req-7c75b245-16ea-43f0-bfe7-35a96d6361bb 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:46:08,782 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-7c75b245-16ea-43f0-bfe7-35a96d6361bb 2019-01-20 13:46:08,783 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:46:08,783 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:46:11,786 - create_instance - DEBUG - VM status query timeout in 846.548300982 2019-01-20 13:46:11,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:46:12,302 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:46: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-a03c457e-4d7d-4303-99b0-82d44ec5d308 x-compute-request-id: req-a03c457e-4d7d-4303-99b0-82d44ec5d308 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:46:12,302 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-a03c457e-4d7d-4303-99b0-82d44ec5d308 2019-01-20 13:46:12,303 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:46:12,303 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:46:15,306 - create_instance - DEBUG - VM status query timeout in 843.028681993 2019-01-20 13:46:15,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:46:16,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:46: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-2315ac8d-b410-4034-827a-12969541a9da x-compute-request-id: req-2315ac8d-b410-4034-827a-12969541a9da 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:46:16,111 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-2315ac8d-b410-4034-827a-12969541a9da 2019-01-20 13:46:16,112 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:46:16,112 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:46:19,115 - create_instance - DEBUG - VM status query timeout in 839.219589949 2019-01-20 13:46:19,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:46:19,622 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:46: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-4d6ccec4-0582-4a85-9473-2a4f0089df9d x-compute-request-id: req-4d6ccec4-0582-4a85-9473-2a4f0089df9d 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:46:19,622 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-4d6ccec4-0582-4a85-9473-2a4f0089df9d 2019-01-20 13:46:19,623 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:46:19,623 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:46:22,626 - create_instance - DEBUG - VM status query timeout in 835.708585024 2019-01-20 13:46:22,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:46:23,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:46:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-efa25dcf-265e-4634-bad9-f4cee0268cb2 x-compute-request-id: req-efa25dcf-265e-4634-bad9-f4cee0268cb2 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:46:23,097 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-efa25dcf-265e-4634-bad9-f4cee0268cb2 2019-01-20 13:46:23,098 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:46:23,098 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:46:26,101 - create_instance - DEBUG - VM status query timeout in 832.233277082 2019-01-20 13:46:26,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:46:26,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:46: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-2c27d91a-7767-44cb-8fd3-2e1fbac8089e x-compute-request-id: req-2c27d91a-7767-44cb-8fd3-2e1fbac8089e 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:46:26,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-2c27d91a-7767-44cb-8fd3-2e1fbac8089e 2019-01-20 13:46:26,466 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:46:26,466 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:46:29,469 - create_instance - DEBUG - VM status query timeout in 828.865598917 2019-01-20 13:46:29,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:46:30,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:46: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-f114ff7b-42fc-44c4-847a-ee374164278c x-compute-request-id: req-f114ff7b-42fc-44c4-847a-ee374164278c 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:46:30,105 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-f114ff7b-42fc-44c4-847a-ee374164278c 2019-01-20 13:46:30,105 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:46:30,105 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:46:33,108 - create_instance - DEBUG - VM status query timeout in 825.226253986 2019-01-20 13:46:33,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:46:33,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-d807942c-df01-4840-9d33-ff2f6ab82639 x-compute-request-id: req-d807942c-df01-4840-9d33-ff2f6ab82639 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:46:33,786 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-d807942c-df01-4840-9d33-ff2f6ab82639 2019-01-20 13:46:33,786 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:46:33,787 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:46:36,790 - create_instance - DEBUG - VM status query timeout in 821.54479003 2019-01-20 13:46:36,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:46:37,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:46:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd8d285c-039c-414a-91e0-ab765bd662e2 x-compute-request-id: req-bd8d285c-039c-414a-91e0-ab765bd662e2 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:46:37,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-bd8d285c-039c-414a-91e0-ab765bd662e2 2019-01-20 13:46:37,337 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:46:37,337 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:46:40,341 - create_instance - DEBUG - VM status query timeout in 817.99405098 2019-01-20 13:46:40,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:46:41,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:46: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-9238c248-e600-44b4-8af1-239c4906ea4d x-compute-request-id: req-9238c248-e600-44b4-8af1-239c4906ea4d 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:46:41,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-9238c248-e600-44b4-8af1-239c4906ea4d 2019-01-20 13:46:41,166 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:46:41,166 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:46:44,169 - create_instance - DEBUG - VM status query timeout in 814.165330887 2019-01-20 13:46:44,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:46:44,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-c88d898e-9909-4b59-b223-d66612c4ef55 x-compute-request-id: req-c88d898e-9909-4b59-b223-d66612c4ef55 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:46:44,663 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-c88d898e-9909-4b59-b223-d66612c4ef55 2019-01-20 13:46:44,664 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:46:44,664 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:46:47,667 - create_instance - DEBUG - VM status query timeout in 810.667521954 2019-01-20 13:46:47,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:46:48,045 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-424262fe-4820-40fe-b23c-e087427fdc49 x-compute-request-id: req-424262fe-4820-40fe-b23c-e087427fdc49 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:46:48,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-424262fe-4820-40fe-b23c-e087427fdc49 2019-01-20 13:46:48,046 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:46:48,046 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:46:51,049 - create_instance - DEBUG - VM status query timeout in 807.285170078 2019-01-20 13:46:51,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:46:51,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-0f9c922f-056b-4f9a-9856-001700b5756d x-compute-request-id: req-0f9c922f-056b-4f9a-9856-001700b5756d 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:46:51,551 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-0f9c922f-056b-4f9a-9856-001700b5756d 2019-01-20 13:46:51,551 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:46:51,551 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:46:54,555 - create_instance - DEBUG - VM status query timeout in 803.780032873 2019-01-20 13:46:54,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:46:55,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-38ea6290-e83b-435c-9e82-3a3549a6084d x-compute-request-id: req-38ea6290-e83b-435c-9e82-3a3549a6084d 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:46:55,025 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-38ea6290-e83b-435c-9e82-3a3549a6084d 2019-01-20 13:46:55,026 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:46:55,026 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:46:58,029 - create_instance - DEBUG - VM status query timeout in 800.305248022 2019-01-20 13:46:58,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:46:58,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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,Accept-Encoding x-openstack-request-id: req-3fe54d56-4e05-4926-a5a1-a66b4e51f976 x-compute-request-id: req-3fe54d56-4e05-4926-a5a1-a66b4e51f976 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:46:58,383 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-3fe54d56-4e05-4926-a5a1-a66b4e51f976 2019-01-20 13:46:58,384 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:46:58,384 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:47:01,387 - create_instance - DEBUG - VM status query timeout in 796.947424889 2019-01-20 13:47:01,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:01,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47: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-40521de0-200f-4400-9715-c13ed4c819a4 x-compute-request-id: req-40521de0-200f-4400-9715-c13ed4c819a4 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:01,572 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-40521de0-200f-4400-9715-c13ed4c819a4 2019-01-20 13:47:01,573 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:47:01,573 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:47:04,576 - create_instance - DEBUG - VM status query timeout in 793.758497 2019-01-20 13:47:04,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:04,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-842efb3e-41ce-41f7-9c13-8ed21bc1b2ca x-compute-request-id: req-842efb3e-41ce-41f7-9c13-8ed21bc1b2ca 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:45:19Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:04,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-842efb3e-41ce-41f7-9c13-8ed21bc1b2ca 2019-01-20 13:47:04,908 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - BUILD 2019-01-20 13:47:04,908 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:47:07,912 - create_instance - DEBUG - VM status query timeout in 790.422942877 2019-01-20 13:47:07,915 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:08,439 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47: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-7430a162-b250-4d16-9cbc-94f5dd6d1dea x-compute-request-id: req-7430a162-b250-4d16-9cbc-94f5dd6d1dea Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:47:04.000000", "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:47:05Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:08,439 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-7430a162-b250-4d16-9cbc-94f5dd6d1dea 2019-01-20 13:47:08,440 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - ACTIVE 2019-01-20 13:47:08,440 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:47:08,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:08,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-662c3652-a0e2-4ed0-a1cf-a63a0edc0de1 x-compute-request-id: req-662c3652-a0e2-4ed0-a1cf-a63a0edc0de1 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:47:04.000000", "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:47:05Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:08,904 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-662c3652-a0e2-4ed0-a1cf-a63a0edc0de1 2019-01-20 13:47:08,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:09,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-c58515fb-e872-4f62-a031-7a561133a8b4 Date: Sun, 20 Jan 2019 13:47: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":["50aa5f8f-17eb-408e-ae4b-1d653ad0b30f"],"updated_at":"2019-01-20T13:44:55Z","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39ec338ffc174c2c832d446b0513eed5","id":"342590bc-6191-445e-b87b-5055794c8f08","name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net"}]} 2019-01-20 13:47:09,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net used request id req-c58515fb-e872-4f62-a031-7a561133a8b4 2019-01-20 13:47:09,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:09,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-068c34ee-da4d-4061-8beb-f716bbd6966b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}} 2019-01-20 13:47:09,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 used request id req-068c34ee-da4d-4061-8beb-f716bbd6966b 2019-01-20 13:47:09,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:09,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-30462649-7cd0-48e3-b118-26872c0115a5 Date: Sun, 20 Jan 2019 13:47:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","dns_nameservers":[],"updated_at":"2019-01-20T13:44: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":"39ec338ffc174c2c832d446b0513eed5","id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","subnetpool_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}]} 2019-01-20 13:47:09,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-30462649-7cd0-48e3-b118-26872c0115a5 2019-01-20 13:47:09,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:09,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3857 X-Openstack-Request-Id: req-10994f25-e321-4441-87a3-664bc4f5108a Date: Sun, 20 Jan 2019 13:47:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.2"}],"id":"007f0788-ae88-46ba-9c9a-ca5244f5e510","security_groups":[],"mac_address":"fa:16:3e:63:b5:2b","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-342590bc-6191-445e-b87b-5055794c8f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.4"}],"id":"490536ae-f944-404f-947e-2a124dd0dd17","security_groups":[],"mac_address":"fa:16:3e:ec:97:62","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-342590bc-6191-445e-b87b-5055794c8f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:45:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.1"}],"id":"54cd4317-6747-4cfa-8d6b-57eeb91587fe","security_groups":[],"mac_address":"fa:16:3e:ae:54:1d","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:04Z","binding:vnic_type":"normal","device_id":"46c1e625-da9c-4646-9f9e-950bcfc9c6e0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:47:04Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.12"}],"id":"a95030da-4c03-436c-869b-68cc3377b1f6","security_groups":["3630a0ba-eb28-4388-86b8-a449749ab173"],"mac_address":"fa:16:3e:f5:b9:04","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-port-1","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:14Z","binding:vnic_type":"normal","device_id":"ff85a5cf-0df9-481e-871f-4299dadff7ac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.3"}],"id":"d28fd5cc-d6f4-4af8-a762-15ec51791ab6","security_groups":[],"mac_address":"fa:16:3e:04:30:90","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-342590bc-6191-445e-b87b-5055794c8f08"}]} 2019-01-20 13:47:09,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-10994f25-e321-4441-87a3-664bc4f5108a 2019-01-20 13:47:09,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/routers?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:09,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-4a1dac55-8a51-43eb-94d7-24259ab117a4 Date: Sun, 20 Jan 2019 13:47:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:44:58Z", "admin_state_up": true, "updated_at": "2019-01-20T13:45:04Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "46c1e625-da9c-4646-9f9e-950bcfc9c6e0", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-router"}]} 2019-01-20 13:47:09,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-router used request id req-4a1dac55-8a51-43eb-94d7-24259ab117a4 2019-01-20 13:47:09,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:09,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0a78190-b1f2-4c0c-b664-0f4939431c96 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}} 2019-01-20 13:47:09,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 used request id req-c0a78190-b1f2-4c0c-b664-0f4939431c96 2019-01-20 13:47:09,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?device_id=46c1e625-da9c-4646-9f9e-950bcfc9c6e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:09,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-dd2ee64a-5430-4021-bdcf-4f4627a38c1c Date: Sun, 20 Jan 2019 13:47:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:45:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.1"}],"id":"54cd4317-6747-4cfa-8d6b-57eeb91587fe","security_groups":[],"mac_address":"fa:16:3e:ae:54:1d","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:04Z","binding:vnic_type":"normal","device_id":"46c1e625-da9c-4646-9f9e-950bcfc9c6e0"}]} 2019-01-20 13:47:09,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?device_id=46c1e625-da9c-4646-9f9e-950bcfc9c6e0 used request id req-dd2ee64a-5430-4021-bdcf-4f4627a38c1c 2019-01-20 13:47:09,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets/50aa5f8f-17eb-408e-ae4b-1d653ad0b30f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:09,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-1c61f145-9054-4144-b2d6-1a7d8259fc6a Date: Sun, 20 Jan 2019 13:47:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","dns_nameservers":[],"updated_at":"2019-01-20T13:44: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":"39ec338ffc174c2c832d446b0513eed5","id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","subnetpool_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}} 2019-01-20 13:47:09,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets/50aa5f8f-17eb-408e-ae4b-1d653ad0b30f used request id req-1c61f145-9054-4144-b2d6-1a7d8259fc6a 2019-01-20 13:47:09,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:09,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-a22a640b-4872-4943-a60d-49f93ef8d9a5 Date: Sun, 20 Jan 2019 13:47:09 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:47:09,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-a22a640b-4872-4943-a60d-49f93ef8d9a5 2019-01-20 13:47:09,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:09,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-84c8ca89-2985-4567-8c9c-b3c6d6b30573 Date: Sun, 20 Jan 2019 13:47:09 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:47:09,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-84c8ca89-2985-4567-8c9c-b3c6d6b30573 2019-01-20 13:47:09,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:10,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47: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-8f5d00c3-2a9e-4669-b41e-c2f3fec706d4 x-compute-request-id: req-8f5d00c3-2a9e-4669-b41e-c2f3fec706d4 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:47:04.000000", "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:47:05Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:10,340 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-8f5d00c3-2a9e-4669-b41e-c2f3fec706d4 2019-01-20 13:47:10,341 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - ACTIVE 2019-01-20 13:47:10,341 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:47:10,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:10,657 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47: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-6e8d80c7-95f0-48da-8d18-173458e2e9fb x-compute-request-id: req-6e8d80c7-95f0-48da-8d18-173458e2e9fb Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:47:04.000000", "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:47:05Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:10,657 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-6e8d80c7-95f0-48da-8d18-173458e2e9fb 2019-01-20 13:47:10,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:10,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-ba13cf12-8193-4527-b467-1521bd698cc5 Date: Sun, 20 Jan 2019 13:47: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":["50aa5f8f-17eb-408e-ae4b-1d653ad0b30f"],"updated_at":"2019-01-20T13:44:55Z","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39ec338ffc174c2c832d446b0513eed5","id":"342590bc-6191-445e-b87b-5055794c8f08","name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net"}]} 2019-01-20 13:47:10,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net used request id req-ba13cf12-8193-4527-b467-1521bd698cc5 2019-01-20 13:47:10,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:10,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09ff6a81-ad78-4bda-8820-943d09506b6d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}} 2019-01-20 13:47:10,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 used request id req-09ff6a81-ad78-4bda-8820-943d09506b6d 2019-01-20 13:47:11,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:11,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-339e5fa3-224f-46b3-a98f-2a24618a4c77 Date: Sun, 20 Jan 2019 13:47:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","dns_nameservers":[],"updated_at":"2019-01-20T13:44: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":"39ec338ffc174c2c832d446b0513eed5","id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","subnetpool_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}]} 2019-01-20 13:47:11,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-339e5fa3-224f-46b3-a98f-2a24618a4c77 2019-01-20 13:47:11,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:11,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3857 X-Openstack-Request-Id: req-0bd24de9-0c27-4e84-b742-33486ff28a16 Date: Sun, 20 Jan 2019 13:47:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.2"}],"id":"007f0788-ae88-46ba-9c9a-ca5244f5e510","security_groups":[],"mac_address":"fa:16:3e:63:b5:2b","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-342590bc-6191-445e-b87b-5055794c8f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.4"}],"id":"490536ae-f944-404f-947e-2a124dd0dd17","security_groups":[],"mac_address":"fa:16:3e:ec:97:62","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-342590bc-6191-445e-b87b-5055794c8f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:45:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.1"}],"id":"54cd4317-6747-4cfa-8d6b-57eeb91587fe","security_groups":[],"mac_address":"fa:16:3e:ae:54:1d","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:04Z","binding:vnic_type":"normal","device_id":"46c1e625-da9c-4646-9f9e-950bcfc9c6e0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:47:04Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.12"}],"id":"a95030da-4c03-436c-869b-68cc3377b1f6","security_groups":["3630a0ba-eb28-4388-86b8-a449749ab173"],"mac_address":"fa:16:3e:f5:b9:04","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-port-1","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:14Z","binding:vnic_type":"normal","device_id":"ff85a5cf-0df9-481e-871f-4299dadff7ac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.3"}],"id":"d28fd5cc-d6f4-4af8-a762-15ec51791ab6","security_groups":[],"mac_address":"fa:16:3e:04:30:90","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-342590bc-6191-445e-b87b-5055794c8f08"}]} 2019-01-20 13:47:11,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-0bd24de9-0c27-4e84-b742-33486ff28a16 2019-01-20 13:47:11,167 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-20 13:47:11,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:11,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-da88ee2c-ba0b-4bb3-86eb-4a00e788b346 Date: Sun, 20 Jan 2019 13:47:11 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500}]} 2019-01-20 13:47:11,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=external used request id req-da88ee2c-ba0b-4bb3-86eb-4a00e788b346 2019-01-20 13:47:11,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:11,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4c07fe3b-0c76-44e7-af8d-057677c8abc0 Date: Sun, 20 Jan 2019 13:47:11 GMT RESP BODY: {"subnets":[]} 2019-01-20 13:47:11,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=4eb4ac9e-0bc9-46c9-9470-2c7072fca080 used request id req-4c07fe3b-0c76-44e7-af8d-057677c8abc0 2019-01-20 13:47:11,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" -d '{"floatingip": {"floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "port_id": "a95030da-4c03-436c-869b-68cc3377b1f6"}}' 2019-01-20 13:47:13,495 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-b9f63bd0-6b92-411f-a37d-09545c079fd2 Date: Sun, 20 Jan 2019 13:47:13 GMT RESP BODY: {"floatingip": {"router_id": "46c1e625-da9c-4646-9f9e-950bcfc9c6e0", "status": "DOWN", "description": "", "tags": [], "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:47:12Z", "updated_at": "2019-01-20T13:47:12Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "10.55.1.12", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "39ec338ffc174c2c832d446b0513eed5", "port_id": "a95030da-4c03-436c-869b-68cc3377b1f6", "id": "2b311a9c-32c7-4531-a2fd-2b116ae23c61"}} 2019-01-20 13:47:13,495 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-b9f63bd0-6b92-411f-a37d-09545c079fd2 2019-01-20 13:47:13,495 - create_instance - INFO - Created floating IP 172.30.9.205 via router - AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-router 2019-01-20 13:47:13,496 - create_instance_tests - INFO - Looking for IP 10.55.1.12 in the console log 2019-01-20 13:47:13,498 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:14,333 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90784dfe-1bc8-4891-a45b-d20997abcb0f x-compute-request-id: req-90784dfe-1bc8-4891-a45b-d20997abcb0f Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:47:04.000000", "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:47:05Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:14,334 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-90784dfe-1bc8-4891-a45b-d20997abcb0f 2019-01-20 13:47:14,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 13:47:15,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47: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-daba2fcc-24af-4ee8-b26b-19a50cfd752d x-compute-request-id: req-daba2fcc-24af-4ee8-b26b-19a50cfd752d Content-Encoding: gzip Content-Length: 10484 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-164-generic (buildd@lcy01-amd64-015) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #214-Ubuntu SMP Wed Dec 5 10:42:33 UTC 2018 (Ubuntu 3.13.0-164.214-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-164-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 s84096 r8192 d22400 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 7fc0fc80\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-164-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 (7503K 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.906 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967624)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008014] AppArmor: AppArmor initialized\n[ 0.008824] Yama: becoming mindful.\n[ 0.010015] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.013349] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.014556] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016044] Initializing cgroup subsys memory\n[ 0.016904] Initializing cgroup subsys devices\n[ 0.017767] Initializing cgroup subsys freezer\n[ 0.018619] Initializing cgroup subsys blkio\n[ 0.019430] Initializing cgroup subsys perf_event\n[ 0.020003] Initializing cgroup subsys hugetlb\n[ 0.021593] mce: CPU supports 10 MCE banks\n[ 0.022419] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.022419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.024003] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.025015] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch\n[ 0.026560] Speculative Store Bypass: Vulnerable\n[ 0.028653] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000)\n[ 0.032902] ACPI: Core revision 20131115\n[ 0.034096] ACPI: All ACPI Tables successfully acquired\n[ 0.035224] ftrace: allocating 28753 entries in 113 pages\n[ 0.056030] smpboot: Max logical packages: 2\n[ 0.060003] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.061168] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.062497] Enabling x2apic\n[ 0.063103] Enabled x2apic\n[ 0.064003] Switched APIC routing to physical x2apic.\n[ 0.065859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.067025] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.068927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.075159] KVM setup paravirtual spinlock\n[ 0.077060] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.078369] x86: Booting SMP configuration:\n[ 0.079249] .... node #0, CPUs: #1[ 0.077052] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.092016] x86: Booted up 1 node, 2 CPUs\n[ 0.092010] KVM setup async PF for cpu 1\n[ 0.092010] kvm-stealtime: cpu 1, msr 7fd0fc80\n[ 0.094651] smpboot: Total of 2 processors activated (13967.62 BogoMIPS)\n[ 0.096154] devtmpfs: initialized\n[ 0.098237] EVM: security.selinux\n[ 0.098928] EVM: security.SMACK64\n[ 0.099607] EVM: security.ima\n[ 0.100005] EVM: security.capability\n[ 0.100753] pinctrl core: initialized pinctrl subsystem\n[ 0.101728] regulator-dummy: no parameters\n[ 0.102588] RTC time: 13:47:04, date: 01/20/19\n[ 0.104025] NET: Registered protocol family 16\n[ 0.104929] cpuidle: using governor ladder\n[ 0.105720] cpuidle: using governor menu\n[ 0.106595] ACPI: bus type PCI registered\n[ 0.107380] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.108076] PCI: Using configuration type 1 for base access\n[ 0.109561] bio: create slab at 0\n[ 0.109561] ACPI: Added _OSI(Module Device)\n[ 0.109561] ACPI: Added _OSI(Processor Device)\n[ 0.112003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.112882] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.115176] ACPI: Interpreter enabled\n[ 0.115921] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.117179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.118988] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.120527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.122344] ACPI: (supports S0 S5)\n[ 0.123037] ACPI: Using IOAPIC for interrupt routing\n[ 0.123967] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.124190] ACPI: No dock devices found.\n[ 0.126558] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.127664] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.128006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.132015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.134192] acpiphp: Slot [3] registered\n[ 0.134972] acpiphp: Slot [4] registered\n[ 0.135754] acpiphp: Slot [5] registered\n[ 0.136017] acpiphp: Slot [6] registered\n[ 0.136794] acpiphp: Slot [7] registered\n[ 0.137574] acpiphp: Slot [8] registered\n[ 0.138350] acpiphp: Slot [9] registered\n[ 0.139130] acpiphp: Slot [10] registered\n[ 0.139923] acpiphp: Slot [11] registered\n[ 0.140016] acpiphp: Slot [12] registered\n[ 0.140805] acpiphp: Slot [13] registered\n[ 0.141596] acpiphp: Slot [14] registered\n[ 0.142393] acpiphp: Slot [15] registered\n[ 0.143186] acpiphp: Slot [16] registered\n[ 0.143980] acpiphp: Slot [17] registered\n[ 0.144016] acpiphp: Slot [18] registered\n[ 0.144807] acpiphp: Slot [19] registered\n[ 0.145601] acpiphp: Slot [20] registered\n[ 0.146393] acpiphp: Slot [21] registered\n[ 0.147182] acpiphp: Slot [22] registered\n[ 0.147969] acpiphp: Slot [23] registered\n[ 0.148017] acpiphp: Slot [24] registered\n[ 0.148807] acpiphp: Slot [25] registered\n[ 0.149595] acpiphp: Slot [26] registered\n[ 0.150389] acpiphp: Slot [27] registered\n[ 0.151175] acpiphp: Slot [28] registered\n[ 0.151965] acpiphp: Slot [29] registered\n[ 0.152016] acpiphp: Slot [30] registered\n[ 0.152808] acpiphp: Slot [31] registered\n[ 0.153587] PCI host bridge to bus 0000:00\n[ 0.154375] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.155367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.156003] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.157100] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.158294] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.169845] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.172012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.216168] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.217695] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.219114] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220485] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.221861] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.223119] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.224093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225150] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.226657] vgaarb: loaded\n[ 0.227252] vgaarb: bridge control possible 0000:00:02.0\n[ 0.228121] SCSI subsystem initialized\n[ 0.228910] ACPI: bus type USB registered\n[ 0.228910] usbcore: registered new interface driver usbfs\n[ 0.229852] usbcore: registered new interface driver hub\n[ 0.230850] usbcore: registered new device driver usb\n[ 0.232047] PCI: Using ACPI for IRQ routing\n[ 0.233005] NetLabel: Initializing\n[ 0.233707] NetLabel: domain hash size = 128\n[ 0.234539] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.235484] NetLabel: unlabeled traffic allowed by default\n[ 0.236053] Switched to clocksource kvm-clock\n[ 0.240714] AppArmor: AppArmor Filesystem Enabled\n[ 0.241636] pnp: PnP ACPI init\n[ 0.242299] ACPI: bus type PNP registered\n[ 0.243436] pnp: PnP ACPI: found 8 devices\n[ 0.244248] ACPI: bus type PNP unregistered\n[ 0.251260] NET: Registered protocol family 2\n[ 0.252241] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.253893] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.255737] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.257912] TCP: reno registered\n[ 0.258900] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.260584] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.262404] NET: Registered protocol family 1\n[ 0.263669] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.265320] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.266926] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.289020] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.311395] Trying to unpack rootfs image as initramfs...\n[ 0.391942] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.394257] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.395889] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.397150] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.398896] Scanning for low memory corruption every 60 seconds\n[ 0.400734] Initialise system trusted keyring\n[ 0.401702] audit: initializing netlink socket (disabled)\n[ 0.402789] type=2000 audit(1547992025.291:1): initialized\n[ 0.420507] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.422463] zbud: loaded\n[ 0.423269] VFS: Disk quotas dquot_6.5.2\n[ 0.424152] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.425695] fuse init (API version 7.22)\n[ 0.426584] msgmni has been set to 3997\n[ 0.427444] Key type big_key registered\n[ 0.428522] Key type asymmetric registered\n[ 0.429394] Asymmetric key parser 'x509' registered\n[ 0.430392] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.431965] io scheduler noop registered\n[ 0.432804] io scheduler deadline registered (default)\n[ 0.433853] io scheduler cfq registered\n[ 0.434719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.435820] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.437123] ipmi message handler version 39.2\n[ 0.438077] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.439602] ACPI: Power Button [PWRF]\n[ 0.440482] GHES: HEST is not enabled!\n[ 0.461628] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.504281] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.506247] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.530121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.532447] Linux agpgart interface v0.103\n[ 0.534033] brd: module loaded\n[ 0.535098] loop: module loaded\n[ 0.536135] blk-mq: CPU -> queue map\n[ 0.536960] CPU 0 -> Queue 0\n[ 0.537686] CPU 1 -> Queue 0\n[ 0.538871] vda: vda1\n[ 0.540933] scsi0 : ata_piix\n[ 0.541930] scsi1 : ata_piix\n[ 0.542853] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.544705] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.546740] libphy: Fixed MDIO Bus: probed\n[ 0.548021] tun: Universal TUN/TAP device driver, 1.6\n[ 0.549358] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.551211] PPP generic driver version 2.4.2\n[ 0.552143] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.553324] ehci-pci: EHCI PCI platform driver\n[ 0.554184] ehci-platform: EHCI generic platform driver\n[ 0.555241] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.556376] ohci-pci: OHCI PCI platform driver\n[ 0.557264] ohci-platform: OHCI generic platform driver\n[ 0.558243] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.580279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.581392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.583147] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.584257] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.585460] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.586863] usb usb1: Product: UHCI Host Controller\n[ 0.587789] usb usb1: Manufacturer: Linux 3.13.0-164-generic uhci_hcd\n[ 0.588953] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.589962] hub 1-0:1.0: USB hub found\n[ 0.590795] hub 1-0:1.0: 2 ports detected\n[ 0.591695] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.594405] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.595356] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.596445] mousedev: PS/2 mouse device common for all mice\n[ 0.597733] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.599577] rtc_cmos 00:00: RTC can wake from S4\n[ 0.600722] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.601899] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.603115] device-mapper: uevent: version 1.0.3\n[ 0.604077] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.605664] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.606825] TCP: cubic registered\n[ 0.607569] NET: Registered protocol family 10\n[ 0.608568] NET: Registered protocol family 17\n[ 0.609452] Key type dns_resolver registered\n[ 0.610496] Loading compiled-in X.509 certificates\n[ 0.611934] Loaded X.509 cert 'Magrathea: Glacier signing key: 4383b661492d633ec8f64820945f2015402a16e0'\n[ 0.613696] registered taskstats version 1\n[ 0.616039] Key type trusted registered\n[ 0.619241] Key type encrypted registered\n[ 0.620087] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.621107] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.622449] regulator-dummy: disabling\n[ 0.623286] Magic number: 3:87:787\n[ 0.624174] rtc_cmos 00:00: setting system clock to 2019-01-20 13:47:04 UTC (1547992024)\n[ 0.632674] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.633770] EDD information not available.\n[ 0.704905] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000)\n[ 0.706441] Write protecting the kernel read-only data: 12288k\n[ 0.707771] Freeing unused kernel memory: 672K (ffff880001758000 - ffff880001800000)\n[ 0.710328] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.721457] systemd-udevd[107]: starting version 204\n[ 0.760413] FDC 0 is a S82078B\n[ 0.900090] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.064332] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.065775] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.067247] usb 1-1: Product: QEMU USB Tablet\n[ 1.068180] usb 1-1: Manufacturer: QEMU\n[ 1.069025] usb 1-1: SerialNumber: 42\n[ 1.392071] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[ 1.769000] 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[ 1.996952] 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.104292] 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.196192] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 20 Jan 2019 13:47:06 +0000. Up 2.53 seconds.\ncloud-init-nonet[2.68]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.60]: 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 Sun, 20 Jan 2019 13:47:07 +0000. Up 3.82 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.12 | 255.255.255.0 | fa:16:3e:f5:b9:04 |\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:\na9:2f:50:a5:91:e6:34:11:94:6d:46:b7:0b:62:13:e0 root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .o=B. . |\n| . B.=. . |\n| E++B. . |\n| .+o o . |\n| . S . |\n| . . |\n| .. |\n| .. |\n| .. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n8c:5d:2e:4f:32:ad:3b:73:96:d5:a1:2f:7c:16:7d:f9 root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| . |\n| + + . |\n| . S + o o.|\n| B o o.o|\n| . .+ . .o|\n| o.+ o + E|\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:\n6d:1c:c7:e5:25:cb:70:ac:2a:24:3d:bb:6d:0a:f2:8f root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| ..+ .|\n| . *.+ |\n| . . o.+ |\n| . +o o. |\n| oSo+. |\n| o.. |\n| . . + |\n| o o. o |\n| E.oo |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n80:b4:e7:0b:54:86:30:c2:a9:f8:b8:67:79:5f:26:01 root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i\nThe key's randomart image is:\n+--[ED25519 256--+\n|o +...o |\n| + o.= |\n|o E o |\n|o . + . |\n| o . o S |\n|. . . o |\n| . . o o |\n|. + . + |\n| o . .. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 20 Jan 2019 13:47:10 +0000. Up 6.57 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 20 Jan 2019 13:47:11 +0000. Up 7.46 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 | c7:b8:b8:29:19:38:a2:0d:c5:59:88:ce:db:2e:ac:ac | - | - |\nci-info: +---------+-------------------------------------------------+---------+---------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 8c:5d:2e:4f:32:ad:3b:73:96:d5:a1:2f:7c:16:7d:f9 root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i (DSA)\nec2: 256 6d:1c:c7:e5:25:cb:70:ac:2a:24:3d:bb:6d:0a:f2:8f root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i (ECDSA)\nec2: 256 80:b4:e7:0b:54:86:30:c2:a9:f8:b8:67:79:5f:26:01 root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i (ED25519)\nec2: 2048 a9:2f:50:a5:91:e6:34:11:94:6d:46:b7:0b:62:13:e0 root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLiq04KhowbFCZXbHAhe9hMtMo5jnBQ46mDRZ/WnCeYm02Qm1nnvi1T1+sV2tpMMZuNjb00PNEzPGr8L6uLpyxg= root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINByQ+e9DQD9wDoKdDHylpbut9E8xL8eY5gvZmL8FQ2p root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDafxgd24ofQY07cBP2p0sp5TKezAXg/4TIXuutLZv7AqQyAEnoyZWXDXdFBiF93WbHEB6mqer3Bi2zWMmsS1v97QIIlcuWtYQOFlPXTMQzbGqbOLx4ihkhjxJAMOFDoa++hPG4ZNkQJH0x7wvj8OdCuGLZnNNt9f4oOJ/hZfb9V78V4IRfYSMnmzL/C6AogYQZ/cLwA0d2QJ3SgVgCJhAtKtYtSIFuEdKJFQgdvKoYabTb1H/h4tqQFtlIKjgeaG+GbtTsi63EuE3N73s47ffDHWE007uXL7joU+L4eePK0xryWF1qIXx0TmSalPaOxGi69uOOyXHEb09s2YowvpOV root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 20 Jan 2019 13:47:11 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.53 seconds\n\nUbuntu 14.04.5 LTS ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i ttyS0\n\nansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i login: "} 2019-01-20 13:47:15,409 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac/action used request id req-daba2fcc-24af-4ee8-b26b-19a50cfd752d 2019-01-20 13:47:15,410 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-20 13:47:15,411 - 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-164-generic (buildd@lcy01-amd64-015) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #214-Ubuntu SMP Wed Dec 5 10:42:33 UTC 2018 (Ubuntu 3.13.0-164.214-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-164-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 s84096 r8192 d22400 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 7fc0fc80 [ 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-164-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 (7503K 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.906 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967624) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008014] AppArmor: AppArmor initialized [ 0.008824] Yama: becoming mindful. [ 0.010015] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.013349] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.014556] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016044] Initializing cgroup subsys memory [ 0.016904] Initializing cgroup subsys devices [ 0.017767] Initializing cgroup subsys freezer [ 0.018619] Initializing cgroup subsys blkio [ 0.019430] Initializing cgroup subsys perf_event [ 0.020003] Initializing cgroup subsys hugetlb [ 0.021593] mce: CPU supports 10 MCE banks [ 0.022419] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.022419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.024003] Spectre V2 : Mitigation: Full generic retpoline [ 0.025015] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.026560] Speculative Store Bypass: Vulnerable [ 0.028653] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000) [ 0.032902] ACPI: Core revision 20131115 [ 0.034096] ACPI: All ACPI Tables successfully acquired [ 0.035224] ftrace: allocating 28753 entries in 113 pages [ 0.056030] smpboot: Max logical packages: 2 [ 0.060003] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.061168] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.062497] Enabling x2apic [ 0.063103] Enabled x2apic [ 0.064003] Switched APIC routing to physical x2apic. [ 0.065859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.067025] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.068927] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.075159] KVM setup paravirtual spinlock [ 0.077060] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.078369] x86: Booting SMP configuration: [ 0.079249] .... node #0, CPUs: #1[ 0.077052] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.092016] x86: Booted up 1 node, 2 CPUs [ 0.092010] KVM setup async PF for cpu 1 [ 0.092010] kvm-stealtime: cpu 1, msr 7fd0fc80 [ 0.094651] smpboot: Total of 2 processors activated (13967.62 BogoMIPS) [ 0.096154] devtmpfs: initialized [ 0.098237] EVM: security.selinux [ 0.098928] EVM: security.SMACK64 [ 0.099607] EVM: security.ima [ 0.100005] EVM: security.capability [ 0.100753] pinctrl core: initialized pinctrl subsystem [ 0.101728] regulator-dummy: no parameters [ 0.102588] RTC time: 13:47:04, date: 01/20/19 [ 0.104025] NET: Registered protocol family 16 [ 0.104929] cpuidle: using governor ladder [ 0.105720] cpuidle: using governor menu [ 0.106595] ACPI: bus type PCI registered [ 0.107380] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.108076] PCI: Using configuration type 1 for base access [ 0.109561] bio: create slab at 0 [ 0.109561] ACPI: Added _OSI(Module Device) [ 0.109561] ACPI: Added _OSI(Processor Device) [ 0.112003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.112882] ACPI: Added _OSI(Processor Aggregator Device) [ 0.115176] ACPI: Interpreter enabled [ 0.115921] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.117179] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.118988] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.120527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.122344] ACPI: (supports S0 S5) [ 0.123037] ACPI: Using IOAPIC for interrupt routing [ 0.123967] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.124190] ACPI: No dock devices found. [ 0.126558] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.127664] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.128006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.132015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.134192] acpiphp: Slot [3] registered [ 0.134972] acpiphp: Slot [4] registered [ 0.135754] acpiphp: Slot [5] registered [ 0.136017] acpiphp: Slot [6] registered [ 0.136794] acpiphp: Slot [7] registered [ 0.137574] acpiphp: Slot [8] registered [ 0.138350] acpiphp: Slot [9] registered [ 0.139130] acpiphp: Slot [10] registered [ 0.139923] acpiphp: Slot [11] registered [ 0.140016] acpiphp: Slot [12] registered [ 0.140805] acpiphp: Slot [13] registered [ 0.141596] acpiphp: Slot [14] registered [ 0.142393] acpiphp: Slot [15] registered [ 0.143186] acpiphp: Slot [16] registered [ 0.143980] acpiphp: Slot [17] registered [ 0.144016] acpiphp: Slot [18] registered [ 0.144807] acpiphp: Slot [19] registered [ 0.145601] acpiphp: Slot [20] registered [ 0.146393] acpiphp: Slot [21] registered [ 0.147182] acpiphp: Slot [22] registered [ 0.147969] acpiphp: Slot [23] registered [ 0.148017] acpiphp: Slot [24] registered [ 0.148807] acpiphp: Slot [25] registered [ 0.149595] acpiphp: Slot [26] registered [ 0.150389] acpiphp: Slot [27] registered [ 0.151175] acpiphp: Slot [28] registered [ 0.151965] acpiphp: Slot [29] registered [ 0.152016] acpiphp: Slot [30] registered [ 0.152808] acpiphp: Slot [31] registered [ 0.153587] PCI host bridge to bus 0000:00 [ 0.154375] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.155367] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.156003] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.157100] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.158294] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.169845] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.172012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.216168] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.217695] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.219114] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220485] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.221861] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.223119] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.224093] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225150] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.226657] vgaarb: loaded [ 0.227252] vgaarb: bridge control possible 0000:00:02.0 [ 0.228121] SCSI subsystem initialized [ 0.228910] ACPI: bus type USB registered [ 0.228910] usbcore: registered new interface driver usbfs [ 0.229852] usbcore: registered new interface driver hub [ 0.230850] usbcore: registered new device driver usb [ 0.232047] PCI: Using ACPI for IRQ routing [ 0.233005] NetLabel: Initializing [ 0.233707] NetLabel: domain hash size = 128 [ 0.234539] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.235484] NetLabel: unlabeled traffic allowed by default [ 0.236053] Switched to clocksource kvm-clock [ 0.240714] AppArmor: AppArmor Filesystem Enabled [ 0.241636] pnp: PnP ACPI init [ 0.242299] ACPI: bus type PNP registered [ 0.243436] pnp: PnP ACPI: found 8 devices [ 0.244248] ACPI: bus type PNP unregistered [ 0.251260] NET: Registered protocol family 2 [ 0.252241] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.253893] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.255737] TCP: Hash tables configured (established 16384 bind 16384) [ 0.257912] TCP: reno registered [ 0.258900] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.260584] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.262404] NET: Registered protocol family 1 [ 0.263669] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.265320] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.266926] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.289020] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.311395] Trying to unpack rootfs image as initramfs... [ 0.391942] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.394257] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.395889] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.397150] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.398896] Scanning for low memory corruption every 60 seconds [ 0.400734] Initialise system trusted keyring [ 0.401702] audit: initializing netlink socket (disabled) [ 0.402789] type=2000 audit(1547992025.291:1): initialized [ 0.420507] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.422463] zbud: loaded [ 0.423269] VFS: Disk quotas dquot_6.5.2 [ 0.424152] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.425695] fuse init (API version 7.22) [ 0.426584] msgmni has been set to 3997 [ 0.427444] Key type big_key registered [ 0.428522] Key type asymmetric registered [ 0.429394] Asymmetric key parser 'x509' registered [ 0.430392] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.431965] io scheduler noop registered [ 0.432804] io scheduler deadline registered (default) [ 0.433853] io scheduler cfq registered [ 0.434719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.435820] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.437123] ipmi message handler version 39.2 [ 0.438077] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.439602] ACPI: Power Button [PWRF] [ 0.440482] GHES: HEST is not enabled! [ 0.461628] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.504281] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.506247] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.530121] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.532447] Linux agpgart interface v0.103 [ 0.534033] brd: module loaded [ 0.535098] loop: module loaded [ 0.536135] blk-mq: CPU -> queue map [ 0.536960] CPU 0 -> Queue 0 [ 0.537686] CPU 1 -> Queue 0 [ 0.538871] vda: vda1 [ 0.540933] scsi0 : ata_piix [ 0.541930] scsi1 : ata_piix [ 0.542853] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.544705] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.546740] libphy: Fixed MDIO Bus: probed [ 0.548021] tun: Universal TUN/TAP device driver, 1.6 [ 0.549358] tun: (C) 1999-2004 Max Krasnyansky [ 0.551211] PPP generic driver version 2.4.2 [ 0.552143] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.553324] ehci-pci: EHCI PCI platform driver [ 0.554184] ehci-platform: EHCI generic platform driver [ 0.555241] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.556376] ohci-pci: OHCI PCI platform driver [ 0.557264] ohci-platform: OHCI generic platform driver [ 0.558243] uhci_hcd: USB Universal Host Controller Interface driver [ 0.580279] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.581392] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.583147] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.584257] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.585460] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.586863] usb usb1: Product: UHCI Host Controller [ 0.587789] usb usb1: Manufacturer: Linux 3.13.0-164-generic uhci_hcd [ 0.588953] usb usb1: SerialNumber: 0000:00:01.2 [ 0.589962] hub 1-0:1.0: USB hub found [ 0.590795] hub 1-0:1.0: 2 ports detected [ 0.591695] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.594405] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.595356] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.596445] mousedev: PS/2 mouse device common for all mice [ 0.597733] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.599577] rtc_cmos 00:00: RTC can wake from S4 [ 0.600722] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.601899] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.603115] device-mapper: uevent: version 1.0.3 [ 0.604077] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.605664] ledtrig-cpu: registered to indicate activity on CPUs [ 0.606825] TCP: cubic registered [ 0.607569] NET: Registered protocol family 10 [ 0.608568] NET: Registered protocol family 17 [ 0.609452] Key type dns_resolver registered [ 0.610496] Loading compiled-in X.509 certificates [ 0.611934] Loaded X.509 cert 'Magrathea: Glacier signing key: 4383b661492d633ec8f64820945f2015402a16e0' [ 0.613696] registered taskstats version 1 [ 0.616039] Key type trusted registered [ 0.619241] Key type encrypted registered [ 0.620087] AppArmor: AppArmor sha1 policy hashing enabled [ 0.621107] IMA: No TPM chip found, activating TPM-bypass! [ 0.622449] regulator-dummy: disabling [ 0.623286] Magic number: 3:87:787 [ 0.624174] rtc_cmos 00:00: setting system clock to 2019-01-20 13:47:04 UTC (1547992024) [ 0.632674] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.633770] EDD information not available. [ 0.704905] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000) [ 0.706441] Write protecting the kernel read-only data: 12288k [ 0.707771] Freeing unused kernel memory: 672K (ffff880001758000 - ffff880001800000) [ 0.710328] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.721457] systemd-udevd[107]: starting version 204 [ 0.760413] FDC 0 is a S82078B [ 0.900090] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.064332] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.065775] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.067247] usb 1-1: Product: QEMU USB Tablet [ 1.068180] usb 1-1: Manufacturer: QEMU [ 1.069025] usb 1-1: SerialNumber: 42 [ 1.392071] tsc: Refined TSC clocksource calibration: 3491.906 MHz [ 1.769000] 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. [ 1.996952] 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.104292] 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.196192] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 20 Jan 2019 13:47:06 +0000. Up 2.53 seconds. cloud-init-nonet[2.68]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[3.60]: 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 Sun, 20 Jan 2019 13:47:07 +0000. Up 3.82 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.12 | 255.255.255.0 | fa:16:3e:f5:b9:04 | 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: a9:2f:50:a5:91:e6:34:11:94:6d:46:b7:0b:62:13:e0 root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i The key's randomart image is: +--[ RSA 2048]----+ | .o=B. . | | . B.=. . | | E++B. . | | .+o o . | | . S . | | . . | | .. | | .. | | .. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 8c:5d:2e:4f:32:ad:3b:73:96:d5:a1:2f:7c:16:7d:f9 root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i The key's randomart image is: +--[ DSA 1024]----+ | | | | | . | | + + . | | . S + o o.| | B o o.o| | . .+ . .o| | o.+ o + E| | .= + | +-----------------+ 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: 6d:1c:c7:e5:25:cb:70:ac:2a:24:3d:bb:6d:0a:f2:8f root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i The key's randomart image is: +--[ECDSA 256]---+ | ..+ .| | . *.+ | | . . o.+ | | . +o o. | | oSo+. | | o.. | | . . + | | o o. o | | E.oo | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 80:b4:e7:0b:54:86:30:c2:a9:f8:b8:67:79:5f:26:01 root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i The key's randomart image is: +--[ED25519 256--+ |o +...o | | + o.= | |o E o | |o . + . | | o . o S | |. . . o | | . . o 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 D-Bus system message bus[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 20 Jan 2019 13:47:10 +0000. Up 6.57 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 20 Jan 2019 13:47:11 +0000. Up 7.46 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 | c7:b8:b8:29:19:38:a2:0d:c5:59:88:ce:db:2e:ac:ac | - | - | ci-info: +---------+-------------------------------------------------+---------+---------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 8c:5d:2e:4f:32:ad:3b:73:96:d5:a1:2f:7c:16:7d:f9 root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i (DSA) ec2: 256 6d:1c:c7:e5:25:cb:70:ac:2a:24:3d:bb:6d:0a:f2:8f root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i (ECDSA) ec2: 256 80:b4:e7:0b:54:86:30:c2:a9:f8:b8:67:79:5f:26:01 root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i (ED25519) ec2: 2048 a9:2f:50:a5:91:e6:34:11:94:6d:46:b7:0b:62:13:e0 root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLiq04KhowbFCZXbHAhe9hMtMo5jnBQ46mDRZ/WnCeYm02Qm1nnvi1T1+sV2tpMMZuNjb00PNEzPGr8L6uLpyxg= root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINByQ+e9DQD9wDoKdDHylpbut9E8xL8eY5gvZmL8FQ2p root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDafxgd24ofQY07cBP2p0sp5TKezAXg/4TIXuutLZv7AqQyAEnoyZWXDXdFBiF93WbHEB6mqer3Bi2zWMmsS1v97QIIlcuWtYQOFlPXTMQzbGqbOLx4ihkhjxJAMOFDoa++hPG4ZNkQJH0x7wvj8OdCuGLZnNNt9f4oOJ/hZfb9V78V4IRfYSMnmzL/C6AogYQZ/cLwA0d2QJ3SgVgCJhAtKtYtSIFuEdKJFQgdvKoYabTb1H/h4tqQFtlIKjgeaG+GbtTsi63EuE3N73s47ffDHWE007uXL7joU+L4eePK0xryWF1qIXx0TmSalPaOxGi69uOOyXHEb09s2YowvpOV root@ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 20 Jan 2019 13:47:11 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.53 seconds Ubuntu 14.04.5 LTS ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i ttyS0 ansibleprovisioningtests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-i login: 2019-01-20 13:47:15,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:15,934 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-2bef83d0-9e37-4a43-93f6-74a8a8a4d6ee x-compute-request-id: req-2bef83d0-9e37-4a43-93f6-74a8a8a4d6ee Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:47:04.000000", "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:47:05Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:15,934 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-2bef83d0-9e37-4a43-93f6-74a8a8a4d6ee 2019-01-20 13:47:15,935 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - ACTIVE 2019-01-20 13:47:15,935 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:47:15,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:16,451 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-1bb2e775-1c1a-40bd-9e7f-a977462ed5e2 x-compute-request-id: req-1bb2e775-1c1a-40bd-9e7f-a977462ed5e2 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:47:04.000000", "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:47:05Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:16,451 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-1bb2e775-1c1a-40bd-9e7f-a977462ed5e2 2019-01-20 13:47:16,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:16,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-ffd18fcb-f9b3-4233-8541-39ddf7197341 Date: Sun, 20 Jan 2019 13: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":["50aa5f8f-17eb-408e-ae4b-1d653ad0b30f"],"updated_at":"2019-01-20T13:44:55Z","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39ec338ffc174c2c832d446b0513eed5","id":"342590bc-6191-445e-b87b-5055794c8f08","name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net"}]} 2019-01-20 13:47:16,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net used request id req-ffd18fcb-f9b3-4233-8541-39ddf7197341 2019-01-20 13:47:16,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:16,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-649e03ac-f6e4-4be9-88ce-a41f6ac38579 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}} 2019-01-20 13:47:16,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 used request id req-649e03ac-f6e4-4be9-88ce-a41f6ac38579 2019-01-20 13:47:16,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:16,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e9a6b545-e498-430a-a6c9-eb51cd7e9062 Date: Sun, 20 Jan 2019 13:47:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","dns_nameservers":[],"updated_at":"2019-01-20T13:44: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":"39ec338ffc174c2c832d446b0513eed5","id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","subnetpool_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}]} 2019-01-20 13:47:16,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-e9a6b545-e498-430a-a6c9-eb51cd7e9062 2019-01-20 13:47:16,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:16,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3857 X-Openstack-Request-Id: req-edda0c83-714e-4933-a538-22b1e8d6d1c5 Date: Sun, 20 Jan 2019 13:47:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.2"}],"id":"007f0788-ae88-46ba-9c9a-ca5244f5e510","security_groups":[],"mac_address":"fa:16:3e:63:b5:2b","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-342590bc-6191-445e-b87b-5055794c8f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.4"}],"id":"490536ae-f944-404f-947e-2a124dd0dd17","security_groups":[],"mac_address":"fa:16:3e:ec:97:62","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-342590bc-6191-445e-b87b-5055794c8f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:45:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.1"}],"id":"54cd4317-6747-4cfa-8d6b-57eeb91587fe","security_groups":[],"mac_address":"fa:16:3e:ae:54:1d","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:04Z","binding:vnic_type":"normal","device_id":"46c1e625-da9c-4646-9f9e-950bcfc9c6e0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:47:04Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.12"}],"id":"a95030da-4c03-436c-869b-68cc3377b1f6","security_groups":["3630a0ba-eb28-4388-86b8-a449749ab173"],"mac_address":"fa:16:3e:f5:b9:04","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-port-1","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:14Z","binding:vnic_type":"normal","device_id":"ff85a5cf-0df9-481e-871f-4299dadff7ac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.3"}],"id":"d28fd5cc-d6f4-4af8-a762-15ec51791ab6","security_groups":[],"mac_address":"fa:16:3e:04:30:90","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-342590bc-6191-445e-b87b-5055794c8f08"}]} 2019-01-20 13:47:16,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-edda0c83-714e-4933-a538-22b1e8d6d1c5 2019-01-20 13:47:16,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:17,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8598f12-7556-4864-8969-c5c4eec71d5f x-compute-request-id: req-a8598f12-7556-4864-8969-c5c4eec71d5f Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:47:04.000000", "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:47:05Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:17,453 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-a8598f12-7556-4864-8969-c5c4eec71d5f 2019-01-20 13:47:17,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:17,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-ea00d7be-2965-48a8-9237-a21cd436c035 Date: Sun, 20 Jan 2019 13:47: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":["50aa5f8f-17eb-408e-ae4b-1d653ad0b30f"],"updated_at":"2019-01-20T13:44:55Z","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39ec338ffc174c2c832d446b0513eed5","id":"342590bc-6191-445e-b87b-5055794c8f08","name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net"}]} 2019-01-20 13:47:17,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net used request id req-ea00d7be-2965-48a8-9237-a21cd436c035 2019-01-20 13:47:17,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:17,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b81eb3c4-c434-4eaf-b7bd-e5ba8f602374 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}} 2019-01-20 13:47:17,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 used request id req-b81eb3c4-c434-4eaf-b7bd-e5ba8f602374 2019-01-20 13:47:17,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:17,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-267607d0-8e68-43f9-a24e-bd16f05d5098 Date: Sun, 20 Jan 2019 13:47:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","dns_nameservers":[],"updated_at":"2019-01-20T13:44: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":"39ec338ffc174c2c832d446b0513eed5","id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","subnetpool_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}]} 2019-01-20 13:47:17,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-267607d0-8e68-43f9-a24e-bd16f05d5098 2019-01-20 13:47:17,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:17,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3857 X-Openstack-Request-Id: req-27ddd6a3-7197-410b-b2b6-4bdb2ac0868f Date: Sun, 20 Jan 2019 13:47:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.2"}],"id":"007f0788-ae88-46ba-9c9a-ca5244f5e510","security_groups":[],"mac_address":"fa:16:3e:63:b5:2b","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-342590bc-6191-445e-b87b-5055794c8f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.4"}],"id":"490536ae-f944-404f-947e-2a124dd0dd17","security_groups":[],"mac_address":"fa:16:3e:ec:97:62","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-342590bc-6191-445e-b87b-5055794c8f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:45:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.1"}],"id":"54cd4317-6747-4cfa-8d6b-57eeb91587fe","security_groups":[],"mac_address":"fa:16:3e:ae:54:1d","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:04Z","binding:vnic_type":"normal","device_id":"46c1e625-da9c-4646-9f9e-950bcfc9c6e0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:47:04Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.12"}],"id":"a95030da-4c03-436c-869b-68cc3377b1f6","security_groups":["3630a0ba-eb28-4388-86b8-a449749ab173"],"mac_address":"fa:16:3e:f5:b9:04","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-port-1","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:14Z","binding:vnic_type":"normal","device_id":"ff85a5cf-0df9-481e-871f-4299dadff7ac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.3"}],"id":"d28fd5cc-d6f4-4af8-a762-15ec51791ab6","security_groups":[],"mac_address":"fa:16:3e:04:30:90","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-342590bc-6191-445e-b87b-5055794c8f08"}]} 2019-01-20 13:47:17,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-27ddd6a3-7197-410b-b2b6-4bdb2ac0868f 2019-01-20 13:47:17,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp"}}' 2019-01-20 13:47:19,066 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-99c39cf3-fb41-417c-b8f0-b1c1c3ddd94d x-compute-request-id: req-99c39cf3-fb41-417c-b8f0-b1c1c3ddd94d Content-Length: 0 Content-Type: application/json 2019-01-20 13:47:19,066 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac/action used request id req-99c39cf3-fb41-417c-b8f0-b1c1c3ddd94d 2019-01-20 13:47:19,066 - create_instance - INFO - Checking if VM is active 2019-01-20 13:47:19,069 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:19,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-ffd93bd2-60e0-4913-bed7-521320ce6d33 x-compute-request-id: req-ffd93bd2-60e0-4913-bed7-521320ce6d33 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:47:04.000000", "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:47:05Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:19,543 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-ffd93bd2-60e0-4913-bed7-521320ce6d33 2019-01-20 13:47:19,544 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - ACTIVE 2019-01-20 13:47:19,544 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:47:19,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:20,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-7967aac0-7a20-41b2-8bc5-57083a16ca7d x-compute-request-id: req-7967aac0-7a20-41b2-8bc5-57083a16ca7d Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:47:04.000000", "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:47:05Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:20,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-7967aac0-7a20-41b2-8bc5-57083a16ca7d 2019-01-20 13:47:20,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:20,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-2d43ff6e-784b-44be-81fc-46b03725d63c Date: Sun, 20 Jan 2019 13:47: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":["50aa5f8f-17eb-408e-ae4b-1d653ad0b30f"],"updated_at":"2019-01-20T13:44:55Z","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39ec338ffc174c2c832d446b0513eed5","id":"342590bc-6191-445e-b87b-5055794c8f08","name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net"}]} 2019-01-20 13:47:20,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net used request id req-2d43ff6e-784b-44be-81fc-46b03725d63c 2019-01-20 13:47:20,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:20,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5974e129-1ebe-49db-8bba-917efc185ea6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}} 2019-01-20 13:47:20,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 used request id req-5974e129-1ebe-49db-8bba-917efc185ea6 2019-01-20 13:47:20,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:20,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a1f96bc7-bd17-4ecf-9425-35f465fac98f Date: Sun, 20 Jan 2019 13:47:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","dns_nameservers":[],"updated_at":"2019-01-20T13:44: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":"39ec338ffc174c2c832d446b0513eed5","id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","subnetpool_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}]} 2019-01-20 13:47:20,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-a1f96bc7-bd17-4ecf-9425-35f465fac98f 2019-01-20 13:47:20,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:20,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3896 X-Openstack-Request-Id: req-9a1ba867-1f7d-48fe-82f1-fafc1d9c49d8 Date: Sun, 20 Jan 2019 13:47:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.2"}],"id":"007f0788-ae88-46ba-9c9a-ca5244f5e510","security_groups":[],"mac_address":"fa:16:3e:63:b5:2b","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-342590bc-6191-445e-b87b-5055794c8f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.4"}],"id":"490536ae-f944-404f-947e-2a124dd0dd17","security_groups":[],"mac_address":"fa:16:3e:ec:97:62","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-342590bc-6191-445e-b87b-5055794c8f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:45:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.1"}],"id":"54cd4317-6747-4cfa-8d6b-57eeb91587fe","security_groups":[],"mac_address":"fa:16:3e:ae:54:1d","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:04Z","binding:vnic_type":"normal","device_id":"46c1e625-da9c-4646-9f9e-950bcfc9c6e0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:47:18Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.12"}],"id":"a95030da-4c03-436c-869b-68cc3377b1f6","security_groups":["3630a0ba-eb28-4388-86b8-a449749ab173","aaeb8716-4aa9-4018-97aa-4d21bca35df2"],"mac_address":"fa:16:3e:f5:b9:04","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-port-1","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:14Z","binding:vnic_type":"normal","device_id":"ff85a5cf-0df9-481e-871f-4299dadff7ac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.3"}],"id":"d28fd5cc-d6f4-4af8-a762-15ec51791ab6","security_groups":[],"mac_address":"fa:16:3e:04:30:90","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-342590bc-6191-445e-b87b-5055794c8f08"}]} 2019-01-20 13:47:20,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-9a1ba867-1f7d-48fe-82f1-fafc1d9c49d8 2019-01-20 13:47:20,548 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:47:20,551 - paramiko.transport - DEBUG - starting thread (client mode): 0x8c18ed10L 2019-01-20 13:47:20,552 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:47:20,558 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2019-01-20 13:47:20,558 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-20 13:47:20,559 - 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 2019-01-20 13:47:20,559 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:47:20,560 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-20 13:47:20,560 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:47:20,560 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:47:20,560 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:47:20,602 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:47:20,602 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:47:20,617 - paramiko.transport - DEBUG - Trying key c7b8b8291938a20dc55988cedb2eacac from tmp/AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7 2019-01-20 13:47:20,642 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:47:20,664 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:47:20,764 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:47:20,795 - create_instance - INFO - SSH is active for VM instance 2019-01-20 13:47:20,795 - create_instance - INFO - Checking if cloud-init has completed 2019-01-20 13:47:20,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:21,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83035c91-09bd-4a79-82c3-54e70956906a x-compute-request-id: req-83035c91-09bd-4a79-82c3-54e70956906a Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:47:04.000000", "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:47:05Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:21,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-83035c91-09bd-4a79-82c3-54e70956906a 2019-01-20 13:47:21,217 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - ACTIVE 2019-01-20 13:47:21,217 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:47:21,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:21,547 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-72dfb195-e453-443f-bc2a-50b133d79b6a x-compute-request-id: req-72dfb195-e453-443f-bc2a-50b133d79b6a Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:47:04.000000", "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:47:05Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:21,547 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-72dfb195-e453-443f-bc2a-50b133d79b6a 2019-01-20 13:47:21,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:21,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-535e05ec-81c0-4654-a240-78fe695b5531 Date: Sun, 20 Jan 2019 13:47: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":["50aa5f8f-17eb-408e-ae4b-1d653ad0b30f"],"updated_at":"2019-01-20T13:44:55Z","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39ec338ffc174c2c832d446b0513eed5","id":"342590bc-6191-445e-b87b-5055794c8f08","name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net"}]} 2019-01-20 13:47:21,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net used request id req-535e05ec-81c0-4654-a240-78fe695b5531 2019-01-20 13:47:21,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:21,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de18bf1d-1fd3-4e52-b53d-eef2c3050120 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}} 2019-01-20 13:47:21,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 used request id req-de18bf1d-1fd3-4e52-b53d-eef2c3050120 2019-01-20 13:47:21,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:21,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9055750c-c753-4458-a95b-f46f952a8040 Date: Sun, 20 Jan 2019 13:47:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","dns_nameservers":[],"updated_at":"2019-01-20T13:44: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":"39ec338ffc174c2c832d446b0513eed5","id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","subnetpool_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}]} 2019-01-20 13:47:21,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-9055750c-c753-4458-a95b-f46f952a8040 2019-01-20 13:47:21,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:22,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3896 X-Openstack-Request-Id: req-2a80d28e-046a-4747-8e9e-a79125d8c7c0 Date: Sun, 20 Jan 2019 13:47:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.2"}],"id":"007f0788-ae88-46ba-9c9a-ca5244f5e510","security_groups":[],"mac_address":"fa:16:3e:63:b5:2b","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-342590bc-6191-445e-b87b-5055794c8f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.4"}],"id":"490536ae-f944-404f-947e-2a124dd0dd17","security_groups":[],"mac_address":"fa:16:3e:ec:97:62","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-342590bc-6191-445e-b87b-5055794c8f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:45:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.1"}],"id":"54cd4317-6747-4cfa-8d6b-57eeb91587fe","security_groups":[],"mac_address":"fa:16:3e:ae:54:1d","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:04Z","binding:vnic_type":"normal","device_id":"46c1e625-da9c-4646-9f9e-950bcfc9c6e0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:47:18Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.12"}],"id":"a95030da-4c03-436c-869b-68cc3377b1f6","security_groups":["3630a0ba-eb28-4388-86b8-a449749ab173","aaeb8716-4aa9-4018-97aa-4d21bca35df2"],"mac_address":"fa:16:3e:f5:b9:04","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-port-1","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:14Z","binding:vnic_type":"normal","device_id":"ff85a5cf-0df9-481e-871f-4299dadff7ac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.3"}],"id":"d28fd5cc-d6f4-4af8-a762-15ec51791ab6","security_groups":[],"mac_address":"fa:16:3e:04:30:90","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-342590bc-6191-445e-b87b-5055794c8f08"}]} 2019-01-20 13:47:22,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-2a80d28e-046a-4747-8e9e-a79125d8c7c0 2019-01-20 13:47:22,057 - create_instance - INFO - Checking if VM is active 2019-01-20 13:47:22,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:22,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8de61a13-97ae-42fb-bbc1-ae24de469205 x-compute-request-id: req-8de61a13-97ae-42fb-bbc1-ae24de469205 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:47:04.000000", "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:47:05Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:22,230 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-8de61a13-97ae-42fb-bbc1-ae24de469205 2019-01-20 13:47:22,230 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - ACTIVE 2019-01-20 13:47:22,230 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:47:22,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:22,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4003d17d-200e-4c36-9fbd-de8ec21f3537 x-compute-request-id: req-4003d17d-200e-4c36-9fbd-de8ec21f3537 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:47:04.000000", "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:47:05Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:22,705 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-4003d17d-200e-4c36-9fbd-de8ec21f3537 2019-01-20 13:47:22,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:22,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-38a812b7-4428-4937-9482-37f3a66b53ea Date: Sun, 20 Jan 2019 13:47: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":["50aa5f8f-17eb-408e-ae4b-1d653ad0b30f"],"updated_at":"2019-01-20T13:44:55Z","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39ec338ffc174c2c832d446b0513eed5","id":"342590bc-6191-445e-b87b-5055794c8f08","name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net"}]} 2019-01-20 13:47:22,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net used request id req-38a812b7-4428-4937-9482-37f3a66b53ea 2019-01-20 13:47:22,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:22,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-327805a0-c429-4dfe-89b2-35b163404fb6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}} 2019-01-20 13:47:22,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 used request id req-327805a0-c429-4dfe-89b2-35b163404fb6 2019-01-20 13:47:22,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:22,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d5f06006-3741-472a-bebd-cbaead8de26a Date: Sun, 20 Jan 2019 13:47:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","dns_nameservers":[],"updated_at":"2019-01-20T13:44: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":"39ec338ffc174c2c832d446b0513eed5","id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","subnetpool_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}]} 2019-01-20 13:47:22,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-d5f06006-3741-472a-bebd-cbaead8de26a 2019-01-20 13:47:22,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:23,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3896 X-Openstack-Request-Id: req-64e395ce-1e08-4bd3-834b-63c0609e0b9f Date: Sun, 20 Jan 2019 13:47:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.2"}],"id":"007f0788-ae88-46ba-9c9a-ca5244f5e510","security_groups":[],"mac_address":"fa:16:3e:63:b5:2b","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-342590bc-6191-445e-b87b-5055794c8f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.4"}],"id":"490536ae-f944-404f-947e-2a124dd0dd17","security_groups":[],"mac_address":"fa:16:3e:ec:97:62","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-342590bc-6191-445e-b87b-5055794c8f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:45:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.1"}],"id":"54cd4317-6747-4cfa-8d6b-57eeb91587fe","security_groups":[],"mac_address":"fa:16:3e:ae:54:1d","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:04Z","binding:vnic_type":"normal","device_id":"46c1e625-da9c-4646-9f9e-950bcfc9c6e0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:47:18Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.12"}],"id":"a95030da-4c03-436c-869b-68cc3377b1f6","security_groups":["3630a0ba-eb28-4388-86b8-a449749ab173","aaeb8716-4aa9-4018-97aa-4d21bca35df2"],"mac_address":"fa:16:3e:f5:b9:04","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-port-1","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:14Z","binding:vnic_type":"normal","device_id":"ff85a5cf-0df9-481e-871f-4299dadff7ac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.3"}],"id":"d28fd5cc-d6f4-4af8-a762-15ec51791ab6","security_groups":[],"mac_address":"fa:16:3e:04:30:90","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-342590bc-6191-445e-b87b-5055794c8f08"}]} 2019-01-20 13:47:23,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-64e395ce-1e08-4bd3-834b-63c0609e0b9f 2019-01-20 13:47:23,069 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:47:23,071 - paramiko.transport - DEBUG - starting thread (client mode): 0x8c214290L 2019-01-20 13:47:23,071 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:47:23,075 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2019-01-20 13:47:23,075 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-20 13:47:23,076 - 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 2019-01-20 13:47:23,077 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:47:23,077 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-20 13:47:23,077 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:47:23,077 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:47:23,077 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:47:23,117 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:47:23,118 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:47:23,136 - paramiko.transport - DEBUG - Trying key c7b8b8291938a20dc55988cedb2eacac from tmp/AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7 2019-01-20 13:47:23,158 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:47:23,166 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:47:23,266 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:47:23,281 - create_instance - INFO - SSH is active for VM instance 2019-01-20 13:47:23,282 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:47:23,283 - paramiko.transport - DEBUG - starting thread (client mode): 0x8c214290L 2019-01-20 13:47:23,283 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:47:23,287 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2019-01-20 13:47:23,287 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-20 13:47:23,288 - 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 2019-01-20 13:47:23,288 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:47:23,288 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-20 13:47:23,288 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:47:23,289 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:47:23,289 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:47:23,330 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:47:23,330 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:47:23,348 - paramiko.transport - DEBUG - Trying key c7b8b8291938a20dc55988cedb2eacac from tmp/AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7 2019-01-20 13:47:23,370 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:47:23,376 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:47:23,380 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 13:47:23,666 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-20 13:47:23,667 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 13:47:23,682 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 13:47:23,691 - create_instance - INFO - cloud-init complete for VM instance 2019-01-20 13:47:23,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:23,698 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-20 13:47:23,698 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-20 13:47:23,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47: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-a9b1b8a2-0b82-4856-a79c-242fa0b18889 x-compute-request-id: req-a9b1b8a2-0b82-4856-a79c-242fa0b18889 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:47:04.000000", "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:47:05Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:23,879 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-a9b1b8a2-0b82-4856-a79c-242fa0b18889 2019-01-20 13:47:23,880 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - ACTIVE 2019-01-20 13:47:23,880 - create_instance - INFO - VM is - ACTIVE 2019-01-20 13:47:23,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:24,375 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47: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-31a06727-dc3d-4c54-9dab-f752d962ff69 x-compute-request-id: req-31a06727-dc3d-4c54-9dab-f752d962ff69 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:47:04.000000", "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:47:05Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:24,375 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-31a06727-dc3d-4c54-9dab-f752d962ff69 2019-01-20 13:47:24,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:24,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-fd3eb965-b6e8-4996-a614-6c98da3d6ddc Date: Sun, 20 Jan 2019 13:47: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":["50aa5f8f-17eb-408e-ae4b-1d653ad0b30f"],"updated_at":"2019-01-20T13:44:55Z","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39ec338ffc174c2c832d446b0513eed5","id":"342590bc-6191-445e-b87b-5055794c8f08","name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net"}]} 2019-01-20 13:47:24,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net used request id req-fd3eb965-b6e8-4996-a614-6c98da3d6ddc 2019-01-20 13:47:24,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:24,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0c1c8ed-0676-4fb6-bb87-734c61a14e05 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}} 2019-01-20 13:47:24,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 used request id req-e0c1c8ed-0676-4fb6-bb87-734c61a14e05 2019-01-20 13:47:24,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:24,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d2a0a821-cbf6-417f-a50a-48014defd115 Date: Sun, 20 Jan 2019 13:47:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","dns_nameservers":[],"updated_at":"2019-01-20T13:44: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":"39ec338ffc174c2c832d446b0513eed5","id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","subnetpool_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}]} 2019-01-20 13:47:24,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-d2a0a821-cbf6-417f-a50a-48014defd115 2019-01-20 13:47:24,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:24,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3896 X-Openstack-Request-Id: req-b9230472-4d65-489f-a37a-ff02857ed46b Date: Sun, 20 Jan 2019 13:47:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.2"}],"id":"007f0788-ae88-46ba-9c9a-ca5244f5e510","security_groups":[],"mac_address":"fa:16:3e:63:b5:2b","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-342590bc-6191-445e-b87b-5055794c8f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.4"}],"id":"490536ae-f944-404f-947e-2a124dd0dd17","security_groups":[],"mac_address":"fa:16:3e:ec:97:62","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-342590bc-6191-445e-b87b-5055794c8f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:45:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.1"}],"id":"54cd4317-6747-4cfa-8d6b-57eeb91587fe","security_groups":[],"mac_address":"fa:16:3e:ae:54:1d","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:04Z","binding:vnic_type":"normal","device_id":"46c1e625-da9c-4646-9f9e-950bcfc9c6e0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:47:18Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.12"}],"id":"a95030da-4c03-436c-869b-68cc3377b1f6","security_groups":["3630a0ba-eb28-4388-86b8-a449749ab173","aaeb8716-4aa9-4018-97aa-4d21bca35df2"],"mac_address":"fa:16:3e:f5:b9:04","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-port-1","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:14Z","binding:vnic_type":"normal","device_id":"ff85a5cf-0df9-481e-871f-4299dadff7ac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.3"}],"id":"d28fd5cc-d6f4-4af8-a762-15ec51791ab6","security_groups":[],"mac_address":"fa:16:3e:04:30:90","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-342590bc-6191-445e-b87b-5055794c8f08"}]} 2019-01-20 13:47:24,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-b9230472-4d65-489f-a37a-ff02857ed46b 2019-01-20 13:47:24,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:25,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-f294fd61-3532-400c-b4a9-455113edfc81 x-compute-request-id: req-f294fd61-3532-400c-b4a9-455113edfc81 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:47:04.000000", "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:47:05Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:25,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-f294fd61-3532-400c-b4a9-455113edfc81 2019-01-20 13:47:25,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:25,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-ecc4d487-b9ce-4b5b-8cc6-3ea8a9f6675b Date: Sun, 20 Jan 2019 13:47: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":["50aa5f8f-17eb-408e-ae4b-1d653ad0b30f"],"updated_at":"2019-01-20T13:44:55Z","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39ec338ffc174c2c832d446b0513eed5","id":"342590bc-6191-445e-b87b-5055794c8f08","name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net"}]} 2019-01-20 13:47:25,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?name=AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net used request id req-ecc4d487-b9ce-4b5b-8cc6-3ea8a9f6675b 2019-01-20 13:47:25,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:25,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d3c07ba-cd0c-44b4-8a0e-43f29c50458e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}} 2019-01-20 13:47:25,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 used request id req-1d3c07ba-cd0c-44b4-8a0e-43f29c50458e 2019-01-20 13:47:25,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:25,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e60a328c-9602-4fd4-90c0-e6771434b123 Date: Sun, 20 Jan 2019 13:47:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","dns_nameservers":[],"updated_at":"2019-01-20T13:44: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":"39ec338ffc174c2c832d446b0513eed5","id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","subnetpool_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet"}]} 2019-01-20 13:47:25,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-e60a328c-9602-4fd4-90c0-e6771434b123 2019-01-20 13:47:25,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:25,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3896 X-Openstack-Request-Id: req-7593ebb7-5519-4941-a244-7eefaae63319 Date: Sun, 20 Jan 2019 13:47:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.2"}],"id":"007f0788-ae88-46ba-9c9a-ca5244f5e510","security_groups":[],"mac_address":"fa:16:3e:63:b5:2b","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-342590bc-6191-445e-b87b-5055794c8f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.4"}],"id":"490536ae-f944-404f-947e-2a124dd0dd17","security_groups":[],"mac_address":"fa:16:3e:ec:97:62","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-342590bc-6191-445e-b87b-5055794c8f08"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:45:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.1"}],"id":"54cd4317-6747-4cfa-8d6b-57eeb91587fe","security_groups":[],"mac_address":"fa:16:3e:ae:54:1d","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:04Z","binding:vnic_type":"normal","device_id":"46c1e625-da9c-4646-9f9e-950bcfc9c6e0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:47:18Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.12"}],"id":"a95030da-4c03-436c-869b-68cc3377b1f6","security_groups":["3630a0ba-eb28-4388-86b8-a449749ab173","aaeb8716-4aa9-4018-97aa-4d21bca35df2"],"mac_address":"fa:16:3e:f5:b9:04","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-port-1","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:45:14Z","binding:vnic_type":"normal","device_id":"ff85a5cf-0df9-481e-871f-4299dadff7ac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:44:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50aa5f8f-17eb-408e-ae4b-1d653ad0b30f","ip_address":"10.55.1.3"}],"id":"d28fd5cc-d6f4-4af8-a762-15ec51791ab6","security_groups":[],"mac_address":"fa:16:3e:04:30:90","project_id":"39ec338ffc174c2c832d446b0513eed5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342590bc-6191-445e-b87b-5055794c8f08","tenant_id":"39ec338ffc174c2c832d446b0513eed5","created_at":"2019-01-20T13:44:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-342590bc-6191-445e-b87b-5055794c8f08"}]} 2019-01-20 13:47:25,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports?network_id=342590bc-6191-445e-b87b-5055794c8f08 used request id req-7593ebb7-5519-4941-a244-7eefaae63319 2019-01-20 13:47:25,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp"}}' 2019-01-20 13:47:26,167 - novaclient.v2.client - DEBUG - RESP: [400] Date: Sun, 20 Jan 2019 13:47: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-165c0366-550b-4131-8b36-8b3562d3447c x-compute-request-id: req-165c0366-550b-4131-8b36-8b3562d3447c 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: 'aaeb8716-4aa9-4018-97aa-4d21bca35df2'.\nNeutron server returns request_ids: ['req-67f8a123-740b-4721-b1dc-c2591ab4911a']", "code": 400}} 2019-01-20 13:47:26,168 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac/action used request id req-165c0366-550b-4131-8b36-8b3562d3447c 2019-01-20 13:47:26,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:26,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-ebf8a105-8a65-4190-a781-91ae7b88c363 x-compute-request-id: req-ebf8a105-8a65-4190-a781-91ae7b88c363 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "10.55.1.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:b9:04", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:47:04.000000", "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp"}], "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:47:05Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:26,637 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-ebf8a105-8a65-4190-a781-91ae7b88c363 2019-01-20 13:47:26,637 - nova_utils - WARNING - Security group [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp] already added to VM [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] 2019-01-20 13:47:26,642 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2019-01-20 13:47:26,643 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2019-01-20 13:47:27,983 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-20 13:47:27,986 - paramiko.transport - DEBUG - starting thread (client mode): 0x8c2cc090L 2019-01-20 13:47:27,986 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:47:27,989 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2019-01-20 13:47:27,989 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-20 13:47:27,990 - 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 2019-01-20 13:47:27,991 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:47:27,991 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-20 13:47:27,991 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:47:27,991 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:47:27,991 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:47:28,034 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:47:28,035 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:47:28,051 - paramiko.transport - DEBUG - Trying key c7b8b8291938a20dc55988cedb2eacac from tmp/AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7 2019-01-20 13:47:28,074 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:47:28,081 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:47:28,083 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 13:47:28,303 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-20 13:47:28,303 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 13:47:28,317 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 13:47:28,332 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-20 13:47:28,333 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-20 13:47:28,434 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:47:28,448 - create_instance - INFO - Deleting Floating IP - 172.30.9.205 2019-01-20 13:47:28,448 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.205 2019-01-20 13:47:28,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/floatingips/2b311a9c-32c7-4531-a2fd-2b116ae23c61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:29,402 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-661fc525-c862-4d03-9600-d75277b785a7 Content-Length: 0 Date: Sun, 20 Jan 2019 13:47:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:47:29,402 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/2b311a9c-32c7-4531-a2fd-2b116ae23c61 used request id req-661fc525-c862-4d03-9600-d75277b785a7 2019-01-20 13:47:29,402 - create_instance - INFO - Deleting Port with ID - a95030da-4c03-436c-869b-68cc3377b1f6 2019-01-20 13:47:29,403 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-port-1 2019-01-20 13:47:29,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/ports/a95030da-4c03-436c-869b-68cc3377b1f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:29,885 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-383b6af1-eceb-4323-97bf-ad097b57c71d Date: Sun, 20 Jan 2019 13:47:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:47:29,885 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/a95030da-4c03-436c-869b-68cc3377b1f6 used request id req-383b6af1-eceb-4323-97bf-ad097b57c71d 2019-01-20 13:47:29,886 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst 2019-01-20 13:47:29,888 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:30,039 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:47:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0df03dc6-4a61-4a94-8a5a-9bb925ae0408 x-compute-request-id: req-0df03dc6-4a61-4a94-8a5a-9bb925ae0408 Content-Type: application/json 2019-01-20 13:47:30,039 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-0df03dc6-4a61-4a94-8a5a-9bb925ae0408 2019-01-20 13:47:30,039 - create_instance - INFO - Checking deletion status 2019-01-20 13:47:30,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:30,368 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-124c515e-f9ea-4beb-8286-25fda223cac1 x-compute-request-id: req-124c515e-f9ea-4beb-8286-25fda223cac1 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.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac", "rel": "bookmark"}], "image": {"id": "abd74c85-9936-4c86-807e-0ceabe9dee59", "links": [{"href": "http://172.30.9.22:8774/images/abd74c85-9936-4c86-807e-0ceabe9dee59", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:47:04.000000", "flavor": {"id": "25b26983-4bf3-48ff-9ff1-c94d87888272", "links": [{"href": "http://172.30.9.22:8774/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272", "rel": "bookmark"}]}, "id": "ff85a5cf-0df9-481e-871f-4299dadff7ac", "user_id": "d2f86f5db4cd4e96bf5e5e71ae8f2a15", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:47:29Z", "hostId": "f4e72711b33459880c1a392a60c466b4b6dbc0a69669f520f6686d4e", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp", "name": "AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst", "created": "2019-01-20T13:45:17Z", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-20 13:47:30,368 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-124c515e-f9ea-4beb-8286-25fda223cac1 2019-01-20 13:47:30,369 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst] is - ACTIVE 2019-01-20 13:47:30,369 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-20 13:47:33,372 - create_instance - DEBUG - VM status query timeout in 296.667426109 2019-01-20 13:47:33,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70374ff5795fafd5ce7bc9012064f79ec08e6917" 2019-01-20 13:47:33,424 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-fe7ec74f-11e8-4582-af5a-244fa0214531 x-compute-request-id: req-fe7ec74f-11e8-4582-af5a-244fa0214531 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance ff85a5cf-0df9-481e-871f-4299dadff7ac could not be found.", "code": 404}} 2019-01-20 13:47:33,424 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff85a5cf-0df9-481e-871f-4299dadff7ac used request id req-fe7ec74f-11e8-4582-af5a-244fa0214531 2019-01-20 13:47:33,424 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance ff85a5cf-0df9-481e-871f-4299dadff7ac could not be found. (HTTP 404) (Request-ID: req-fe7ec74f-11e8-4582-af5a-244fa0214531) 2019-01-20 13:47:33,424 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-inst 2019-01-20 13:47:33,425 - neutron_utils - INFO - Deleting security group rule with ID - feded878-f10a-4bb0-888d-b079c7ccfb4f 2019-01-20 13:47:33,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/feded878-f10a-4bb0-888d-b079c7ccfb4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:47:33,739 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-88aab9c7-7702-4331-918b-1bc61c63525b Content-Length: 0 Date: Sun, 20 Jan 2019 13:47:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:47:33,740 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/feded878-f10a-4bb0-888d-b079c7ccfb4f used request id req-88aab9c7-7702-4331-918b-1bc61c63525b 2019-01-20 13:47:33,740 - neutron_utils - INFO - Deleting security group rule with ID - 14d03646-dc39-44f4-baca-3499800f5094 2019-01-20 13:47:33,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/14d03646-dc39-44f4-baca-3499800f5094 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:47:33,946 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ea4e6011-58b5-4fd3-bff2-cfb34aa795a8 Content-Length: 0 Date: Sun, 20 Jan 2019 13:47:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:47:33,946 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/14d03646-dc39-44f4-baca-3499800f5094 used request id req-ea4e6011-58b5-4fd3-bff2-cfb34aa795a8 2019-01-20 13:47:33,947 - neutron_utils - INFO - Deleting security group rule with ID - a0f85945-f4b8-41f4-b6fb-c50dc40b3cf3 2019-01-20 13:47:33,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/a0f85945-f4b8-41f4-b6fb-c50dc40b3cf3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:47:34,049 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-87d25821-7e58-453e-abb4-8ecc2adbdab4 Content-Length: 0 Date: Sun, 20 Jan 2019 13:47:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:47:34,049 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/a0f85945-f4b8-41f4-b6fb-c50dc40b3cf3 used request id req-87d25821-7e58-453e-abb4-8ecc2adbdab4 2019-01-20 13:47:34,049 - neutron_utils - INFO - Deleting security group rule with ID - b7a9d8d7-41c2-4288-b602-25a7b994ff6d 2019-01-20 13:47:34,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-group-rules/b7a9d8d7-41c2-4288-b602-25a7b994ff6d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:47:34,301 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b9b70186-2897-4dce-bf97-3192e4565beb Content-Length: 0 Date: Sun, 20 Jan 2019 13:47:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:47:34,302 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-group-rules/b7a9d8d7-41c2-4288-b602-25a7b994ff6d used request id req-b9b70186-2897-4dce-bf97-3192e4565beb 2019-01-20 13:47:34,302 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-sec-grp 2019-01-20 13:47:34,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/aaeb8716-4aa9-4018-97aa-4d21bca35df2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc4d15513177e56640c0a286161eb53b74150ad" 2019-01-20 13:47:34,481 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-661185eb-8f81-4f3e-a5bc-14f88b815fcd Content-Length: 0 Date: Sun, 20 Jan 2019 13:47:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:47:34,481 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/aaeb8716-4aa9-4018-97aa-4d21bca35df2 used request id req-661185eb-8f81-4f3e-a5bc-14f88b815fcd 2019-01-20 13:47:34,482 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp 2019-01-20 13:47:34,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17bbde3c1ac621252878f3ca84446aa551df6abf" 2019-01-20 13:47:34,528 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:47:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-78820081-c8aa-4f0b-8ec9-65ad04e009be x-compute-request-id: req-78820081-c8aa-4f0b-8ec9-65ad04e009be Content-Length: 0 Content-Type: application/json 2019-01-20 13:47:34,528 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-kp used request id req-78820081-c8aa-4f0b-8ec9-65ad04e009be 2019-01-20 13:47:34,529 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7.pub] 2019-01-20 13:47:34,529 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7] 2019-01-20 13:47:34,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:8774/v2.1/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce8839c12f2c5621f9f85e4db14a4feba49130e1" 2019-01-20 13:47:34,572 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:47:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e23b26f0-24cb-4ce3-ab2d-755c24f6474b x-compute-request-id: req-e23b26f0-24cb-4ce3-ab2d-755c24f6474b Content-Length: 0 Content-Type: application/json 2019-01-20 13:47:34,572 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/25b26983-4bf3-48ff-9ff1-c94d87888272 used request id req-e23b26f0-24cb-4ce3-ab2d-755c24f6474b 2019-01-20 13:47:34,573 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-router and subnet AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet 2019-01-20 13:47:34,574 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-router 2019-01-20 13:47:34,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.22:9696/v2.0/routers/46c1e625-da9c-4646-9f9e-950bcfc9c6e0/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56758be48f1721f52532b1b02f166aed149e9b6" -d '{"subnet_id": "50aa5f8f-17eb-408e-ae4b-1d653ad0b30f"}' 2019-01-20 13:47:35,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-08aa90fa-083a-4436-bbba-38ab83097e0b Date: Sun, 20 Jan 2019 13:47:35 GMT RESP BODY: {"network_id": "342590bc-6191-445e-b87b-5055794c8f08", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "subnet_id": "50aa5f8f-17eb-408e-ae4b-1d653ad0b30f", "subnet_ids": ["50aa5f8f-17eb-408e-ae4b-1d653ad0b30f"], "port_id": "54cd4317-6747-4cfa-8d6b-57eeb91587fe", "id": "46c1e625-da9c-4646-9f9e-950bcfc9c6e0"} 2019-01-20 13:47:35,968 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/46c1e625-da9c-4646-9f9e-950bcfc9c6e0/remove_router_interface used request id req-08aa90fa-083a-4436-bbba-38ab83097e0b 2019-01-20 13:47:35,968 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-router 2019-01-20 13:47:35,969 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-router 2019-01-20 13:47:35,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/routers/46c1e625-da9c-4646-9f9e-950bcfc9c6e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e56758be48f1721f52532b1b02f166aed149e9b6" 2019-01-20 13:47:39,546 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ec204f51-6c5c-41fd-aac9-7c610673b457 Content-Length: 0 Date: Sun, 20 Jan 2019 13:47:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:47:39,546 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/46c1e625-da9c-4646-9f9e-950bcfc9c6e0 used request id req-ec204f51-6c5c-41fd-aac9-7c610673b457 2019-01-20 13:47:39,547 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet 2019-01-20 13:47:39,547 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-subnet 2019-01-20 13:47:39,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/subnets/50aa5f8f-17eb-408e-ae4b-1d653ad0b30f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd435bebcc544ae6c126b5163d1591f2554c8d49" 2019-01-20 13:47:41,904 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e5dca1f5-a8a2-4415-b48a-fd891644b843 Date: Sun, 20 Jan 2019 13:47:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:47:41,905 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/50aa5f8f-17eb-408e-ae4b-1d653ad0b30f used request id req-e5dca1f5-a8a2-4415-b48a-fd891644b843 2019-01-20 13:47:41,905 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7-pub-net 2019-01-20 13:47:41,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/networks/342590bc-6191-445e-b87b-5055794c8f08 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd435bebcc544ae6c126b5163d1591f2554c8d49" 2019-01-20 13:47:42,887 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ee7f6631-2a53-4c72-a1b3-eff9cdddaa7a Date: Sun, 20 Jan 2019 13:47:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:47:42,888 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/342590bc-6191-445e-b87b-5055794c8f08 used request id req-ee7f6631-2a53-4c72-a1b3-eff9cdddaa7a 2019-01-20 13:47:42,888 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-2ced5b0b-f1b6-4cf3-8b7e-587040dc87d7--image 2019-01-20 13:47:42,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9292/v2/images/abd74c85-9936-4c86-807e-0ceabe9dee59 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0877ab955a52f978821b01ec38173e7488cc440c" 2019-01-20 13:47:44,858 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2451a684-7d6c-4a7e-964b-a1c7dadc8a74 Date: Sun, 20 Jan 2019 13:47:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:47:44,858 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/abd74c85-9936-4c86-807e-0ceabe9dee59 used request id req-2451a684-7d6c-4a7e-964b-a1c7dadc8a74 2019-01-20 13:47:44,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589103de66564ada39be1e364c5b8d05b7ebe04b" 2019-01-20 13:47:45,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-a87868c8-7754-4bea-85aa-9c97fdb57a50 Date: Sun, 20 Jan 2019 13:47:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:44:53Z", "updated_at": "2019-01-20T13:44:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:44:53Z", "revision_number": 0, "id": "1d1a22dc-36fc-46a8-b54b-9cdcb5773d98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:44:53Z", "security_group_id": "3630a0ba-eb28-4388-86b8-a449749ab173", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "port_range_min": null, "ethertype": "IPv4", "project_id": "39ec338ffc174c2c832d446b0513eed5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:44:53Z", "revision_number": 0, "id": "2f3cd910-d079-4b34-9917-87121c2efee8", "remote_group_id": "3630a0ba-eb28-4388-86b8-a449749ab173", "remote_ip_prefix": null, "created_at": "2019-01-20T13:44:53Z", "security_group_id": "3630a0ba-eb28-4388-86b8-a449749ab173", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "port_range_min": null, "ethertype": "IPv4", "project_id": "39ec338ffc174c2c832d446b0513eed5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:44:53Z", "revision_number": 0, "id": "a1f2346c-837e-45a0-908f-d61892157185", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:44:53Z", "security_group_id": "3630a0ba-eb28-4388-86b8-a449749ab173", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "port_range_min": null, "ethertype": "IPv6", "project_id": "39ec338ffc174c2c832d446b0513eed5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:44:53Z", "revision_number": 0, "id": "bd308b96-5d50-4973-9449-8552c7e94cb0", "remote_group_id": "3630a0ba-eb28-4388-86b8-a449749ab173", "remote_ip_prefix": null, "created_at": "2019-01-20T13:44:53Z", "security_group_id": "3630a0ba-eb28-4388-86b8-a449749ab173", "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "port_range_min": null, "ethertype": "IPv6", "project_id": "39ec338ffc174c2c832d446b0513eed5"}], "revision_number": 4, "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "3630a0ba-eb28-4388-86b8-a449749ab173", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:47:45,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups?name=default used request id req-a87868c8-7754-4bea-85aa-9c97fdb57a50 2019-01-20 13:47:45,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589103de66564ada39be1e364c5b8d05b7ebe04b" 2019-01-20 13:47:45,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3fe37d5-0d37-4542-a0d6-ccc4b287824f 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.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:47:45,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-b3fe37d5-0d37-4542-a0d6-ccc4b287824f 2019-01-20 13:47:45,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589103de66564ada39be1e364c5b8d05b7ebe04b" 2019-01-20 13:47:45,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87f45f87-414d-4745-8aee-f3318f7be276 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.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-20 13:47:45,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7 used request id req-87f45f87-414d-4745-8aee-f3318f7be276 2019-01-20 13:47:45,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589103de66564ada39be1e364c5b8d05b7ebe04b" 2019-01-20 13:47:45,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-252eceef-3098-47d8-8af5-800b775b1753 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5"}, "enabled": true, "id": "39ec338ffc174c2c832d446b0513eed5", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-72daee93-51b9-41b-proj"}} 2019-01-20 13:47:45,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 used request id req-252eceef-3098-47d8-8af5-800b775b1753 2019-01-20 13:47:45,352 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3630a0ba-eb28-4388-86b8-a449749ab173 2019-01-20 13:47:45,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=3630a0ba-eb28-4388-86b8-a449749ab173 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589103de66564ada39be1e364c5b8d05b7ebe04b" 2019-01-20 13:47:45,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-26465250-9a9b-4fe7-b281-1b7b8df0b336 Date: Sun, 20 Jan 2019 13:47: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": "2019-01-20T13:44:53Z", "security_group_id": "3630a0ba-eb28-4388-86b8-a449749ab173", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:44:53Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "1d1a22dc-36fc-46a8-b54b-9cdcb5773d98"}, {"remote_group_id": "3630a0ba-eb28-4388-86b8-a449749ab173", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:44:53Z", "security_group_id": "3630a0ba-eb28-4388-86b8-a449749ab173", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:44:53Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "2f3cd910-d079-4b34-9917-87121c2efee8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:44:53Z", "security_group_id": "3630a0ba-eb28-4388-86b8-a449749ab173", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:44:53Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "a1f2346c-837e-45a0-908f-d61892157185"}, {"remote_group_id": "3630a0ba-eb28-4388-86b8-a449749ab173", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:44:53Z", "security_group_id": "3630a0ba-eb28-4388-86b8-a449749ab173", "port_range_min": null, "revision_number": 0, "tenant_id": "39ec338ffc174c2c832d446b0513eed5", "created_at": "2019-01-20T13:44:53Z", "project_id": "39ec338ffc174c2c832d446b0513eed5", "id": "bd308b96-5d50-4973-9449-8552c7e94cb0"}]} 2019-01-20 13:47:45,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules?security_group_id=3630a0ba-eb28-4388-86b8-a449749ab173 used request id req-26465250-9a9b-4fe7-b281-1b7b8df0b336 2019-01-20 13:47:45,620 - neutron_utils - INFO - Deleting security group with name - default 2019-01-20 13:47:45,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:9696/v2.0/security-groups/3630a0ba-eb28-4388-86b8-a449749ab173 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589103de66564ada39be1e364c5b8d05b7ebe04b" 2019-01-20 13:47:45,938 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f22d584d-a49a-4eee-b189-04ce8577552f Content-Length: 0 Date: Sun, 20 Jan 2019 13:47:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:47:45,938 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/3630a0ba-eb28-4388-86b8-a449749ab173 used request id req-f22d584d-a49a-4eee-b189-04ce8577552f 2019-01-20 13:47:45,939 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-72daee93-51b9-41b-proj 2019-01-20 13:47:45,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589103de66564ada39be1e364c5b8d05b7ebe04b" 2019-01-20 13:47:46,166 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:47:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39a4244e-505d-457e-bb18-3d4ce9c03b6f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:47:46,166 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/39ec338ffc174c2c832d446b0513eed5 used request id req-39a4244e-505d-457e-bb18-3d4ce9c03b6f 2019-01-20 13:47:46,167 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-72daee93-51b9-41b-proj-role 2019-01-20 13:47:46,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/roles/d43fd7ef360e465c8ae9cdecd5c038ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589103de66564ada39be1e364c5b8d05b7ebe04b" 2019-01-20 13:47:46,288 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:47:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d122de9d-6f57-4fa0-b132-0d8f5dba3358 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:47:46,289 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/d43fd7ef360e465c8ae9cdecd5c038ea used request id req-d122de9d-6f57-4fa0-b132-0d8f5dba3358 2019-01-20 13:47:46,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589103de66564ada39be1e364c5b8d05b7ebe04b" 2019-01-20 13:47:46,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a779f43b-5695-48e5-b981-fc175e6079c4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:47:46,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a779f43b-5695-48e5-b981-fc175e6079c4 2019-01-20 13:47:46,382 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-72daee93-51b9-41b-user 2019-01-20 13:47:46,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.22:5000/v3/users/d2f86f5db4cd4e96bf5e5e71ae8f2a15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}554d80e6ca9cda0cc90f3f51b40b3f430db901cf" 2019-01-20 13:47:46,715 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:47:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-100cc3ae-bd4e-469d-afca-d666ec42cacc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:47:46,716 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/d2f86f5db4cd4e96bf5e5e71ae8f2a15 used request id req-100cc3ae-bd4e-469d-afca-d666ec42cacc 2019-01-20 13:47:46,717 - 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 3453.424s OK 2019-01-20 13:47:46,872 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-20 13:47:46,872 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 57:33 | PASS | +---------------------+------------------+------------------+----------------+ 2019-01-20 13:47:46,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 13:47:46,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 13:47:46,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14edc59c-5cc5-4c26-a594-71d0839eecbd Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "8faca84f8c574391a4e761c020358bea", "links": {"self": "http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:47:46,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-14edc59c-5cc5-4c26-a594-71d0839eecbd 2019-01-20 13:47:46,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0840690135956s 2019-01-20 13:47:46,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-20 13:47:46,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 13:47:47,103 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:47:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d885602a-e009-4814-8236-d43b8cd098aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:47:47,103 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/8faca84f8c574391a4e761c020358bea used request id req-d885602a-e009-4814-8236-d43b8cd098aa 2019-01-20 13:47:47,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.139304876328s 2019-01-20 13:47:47,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 13:47:47,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 13:47:47,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bf29505-ea22-48ff-ad08-b94f2deb33c2 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded", "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "domain_id": "default", "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:47:47,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-3bf29505-ea22-48ff-ad08-b94f2deb33c2 2019-01-20 13:47:47,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100321054459s 2019-01-20 13:47:47,205 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-3bf29505-ea22-48ff-ad08-b94f2deb33c2 2019-01-20 13:47:47,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 13:47:47,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 13:47:47,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf1cb274-44ae-4fb8-848b-d8b2dcca14a1 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574"}, "enabled": true, "id": "a7c8058fe12740ca8633095bf5c62574", "options": {}, "domain_id": "default", "name": "snaps_smoke-user_8261ba23-f5a8-4a96-9385-cf58a7031ded"}} 2019-01-20 13:47:47,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574 used request id req-cf1cb274-44ae-4fb8-848b-d8b2dcca14a1 2019-01-20 13:47:47,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0907928943634s 2019-01-20 13:47:47,302 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574 used request id req-cf1cb274-44ae-4fb8-848b-d8b2dcca14a1 2019-01-20 13:47:47,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-20 13:47:47,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 13:47:47,485 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:47:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eae6c10f-3111-4528-8d1a-25b1551bcb90 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:47:47,485 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574 used request id req-eae6c10f-3111-4528-8d1a-25b1551bcb90 2019-01-20 13:47:47,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.182624816895s 2019-01-20 13:47:47,486 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/a7c8058fe12740ca8633095bf5c62574 used request id req-eae6c10f-3111-4528-8d1a-25b1551bcb90 2019-01-20 13:47:47,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 13:47:47,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 13:47:47,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb311ad-a280-49d7-b61d-3444730eba10 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae"}, "enabled": true, "id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_8261ba23-f5a8-4a96-9385-cf58a7031ded"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 13:47:47,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-1fb311ad-a280-49d7-b61d-3444730eba10 2019-01-20 13:47:47,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0856530666351s 2019-01-20 13:47:47,572 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-1fb311ad-a280-49d7-b61d-3444730eba10 2019-01-20 13:47:47,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-20 13:47:47,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 13:47:47,711 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:47:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf7810e3-6344-4ee5-bd80-eab8779c2d12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:47:47,712 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-bf7810e3-6344-4ee5-bd80-eab8779c2d12 2019-01-20 13:47:47,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.136735200882s 2019-01-20 13:47:47,712 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/59ca7ea86cef4f5eb49126af4cc8d2ae used request id req-bf7810e3-6344-4ee5-bd80-eab8779c2d12 2019-01-20 13:47:47,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 13:47:47,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 13:47:47,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b6d31d7-64ea-424d-b27d-52121a7aa2b8 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bb4595e0cd0e4f04b9f234daaf62c3ec", "links": {"self": "http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec"}, "name": "Member"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:47:47,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6b6d31d7-64ea-424d-b27d-52121a7aa2b8 2019-01-20 13:47:47,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0826349258423s 2019-01-20 13:47:47,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-20 13:47:47,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 13:47:47,899 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:47:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ed3f584-f7e5-43bf-a55b-2e59efe3ce09 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:47:47,899 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/bb4595e0cd0e4f04b9f234daaf62c3ec used request id req-3ed3f584-f7e5-43bf-a55b-2e59efe3ce09 2019-01-20 13:47:47,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.102764844894s 2019-01-20 13:47:47,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 13:47:47,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=59ca7ea86cef4f5eb49126af4cc8d2ae&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}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 13:47:48,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-c99cc4c9-0f63-47e2-9165-d27e97b67d1d Date: Sun, 20 Jan 2019 13:47:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}]} 2019-01-20 13:47:48,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=59ca7ea86cef4f5eb49126af4cc8d2ae&name=default used request id req-c99cc4c9-0f63-47e2-9165-d27e97b67d1d 2019-01-20 13:47:48,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195139884949s 2019-01-20 13:47:48,101 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=59ca7ea86cef4f5eb49126af4cc8d2ae&name=default used request id req-c99cc4c9-0f63-47e2-9165-d27e97b67d1d 2019-01-20 13:47:48,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 13:47:48,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 13:47:48,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-729661df-dbf0-46fc-828a-013b27b79747 Date: Sun, 20 Jan 2019 13:47:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "created_at": "2019-01-20T12:50:24Z", "updated_at": "2019-01-20T12:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "e93f234f-e60f-4071-8357-ab3ff5ebaf51", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "73ecf126-fb36-48f4-bdbf-3bdf124684e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "c2d5f6ec-6bb3-4f4b-807b-203e3026257f", "remote_group_id": "09499332-8414-4348-8e89-67929bd94654", "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T12:50:24Z", "revision_number": 0, "id": "aebfc5fd-6c5e-4906-836c-eae485ee1976", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T12:50:24Z", "security_group_id": "09499332-8414-4348-8e89-67929bd94654", "tenant_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae"}], "revision_number": 4, "project_id": "59ca7ea86cef4f5eb49126af4cc8d2ae", "id": "09499332-8414-4348-8e89-67929bd94654", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}]} 2019-01-20 13:47:48,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-729661df-dbf0-46fc-828a-013b27b79747 2019-01-20 13:47:48,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.198786973953s 2019-01-20 13:47:48,303 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-729661df-dbf0-46fc-828a-013b27b79747 2019-01-20 13:47:48,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-20 13:47:48,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/09499332-8414-4348-8e89-67929bd94654.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}23633ef01828461b4ea19fa5a7ee4fe6d9a6054b" 2019-01-20 13:47:49,020 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-34091b1a-b392-4fb6-b71c-bb4b52afad73 Content-Length: 0 Date: Sun, 20 Jan 2019 13:47:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 13:47:49,021 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/09499332-8414-4348-8e89-67929bd94654.json used request id req-34091b1a-b392-4fb6-b71c-bb4b52afad73 2019-01-20 13:47:49,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.713548898697s 2019-01-20 13:47:49,021 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/09499332-8414-4348-8e89-67929bd94654.json used request id req-34091b1a-b392-4fb6-b71c-bb4b52afad73 2019-01-20 13:47:49,073 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2019-01-20 13:47:49,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 13:47:49,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 13:47:49,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 13:47:49,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 13:47:49,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 13:47:49,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 13:47:49,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 13:47:49,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 13:47:49,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 13:47:49,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 13:47:49,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 13:47:49,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 13:47:49,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 13:47:49,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 13:47:49,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 13:47:49,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 13:47:49,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 13:47:49,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 13:47:49,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 13:47:49,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 13:47:49,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 13:47:49,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 13:47:49,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-20 13:47:49,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-20 13:47:49,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 13:47:49,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff05e7d6-9f47-4aa4-b96a-877a32f0c7ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:47:49,141 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ff05e7d6-9f47-4aa4-b96a-877a32f0c7ad 2019-01-20 13:47:49,142 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:47:49,522 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}], "expires_at": "2019-01-20T14:47:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "057838f782f94e5ca660a8d24231cdb7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "96110a92bd284ca5bccb7c5d679699e2"}, "audit_ids": ["yqqjHuI3Rsys6JjNa9O1BQ"], "issued_at": "2019-01-20T13:47:49.000000Z"}} 2019-01-20 13:47:49,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 13:47:49,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:49,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-66af0565-8599-4652-bd8f-a1461f69de5f Date: Sun, 20 Jan 2019 13:47:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 13:47:49,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-66af0565-8599-4652-bd8f-a1461f69de5f 2019-01-20 13:47:49,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.251059055328s 2019-01-20 13:47:49,777 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-66af0565-8599-4652-bd8f-a1461f69de5f 2019-01-20 13:47:49,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 13:47:49,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:49,786 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:47: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:47:49,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:49,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9927964-d744-4148-97f7-59fb57588573 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 13:47:49,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-e9927964-d744-4148-97f7-59fb57588573 2019-01-20 13:47:49,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0975618362427s 2019-01-20 13:47:49,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-20 13:47:49,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}08fd73459ddb79725b8ee86170bd61a060b9f038" -d '{"project": {"description": "Created by OPNFV Functest: neutron_trunk", "enabled": true, "domain_id": "default", "name": "neutron_trunk-project_2bd6f717-411d-4c17-9282-6c5a3102415e"}}' 2019-01-20 13:47:49,978 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:47:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d41e98b8-1899-400f-8050-aa5f6eed4e81 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.22:5000/v3/projects/42c8b2f60d0e4a75aac2ef12b1b0dad8"}, "enabled": true, "id": "42c8b2f60d0e4a75aac2ef12b1b0dad8", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_2bd6f717-411d-4c17-9282-6c5a3102415e"}} 2019-01-20 13:47:49,978 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-d41e98b8-1899-400f-8050-aa5f6eed4e81 2019-01-20 13:47:49,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.101216077805s 2019-01-20 13:47:49,978 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-d41e98b8-1899-400f-8050-aa5f6eed4e81 2019-01-20 13:47:49,979 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'neutron_trunk-project_2bd6f717-411d-4c17-9282-6c5a3102415e', 'id': u'42c8b2f60d0e4a75aac2ef12b1b0dad8', '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'})}) 2019-01-20 13:47:49,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-20 13:47:50,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.382086992264s 2019-01-20 13:47:50,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/a1b04afc81f5489cb091898bb0e65818 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:50,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e43b6346-50ee-4aa1-8a5a-f82ec873a3a5 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/a1b04afc81f5489cb091898bb0e65818"}, "enabled": true, "id": "a1b04afc81f5489cb091898bb0e65818", "options": {}, "domain_id": "default", "name": "neutron_trunk-user_2bd6f717-411d-4c17-9282-6c5a3102415e"}} 2019-01-20 13:47:50,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/a1b04afc81f5489cb091898bb0e65818 used request id req-e43b6346-50ee-4aa1-8a5a-f82ec873a3a5 2019-01-20 13:47:50,454 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a1b04afc81f5489cb091898bb0e65818', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'neutron_trunk-user_2bd6f717-411d-4c17-9282-6c5a3102415e'}) 2019-01-20 13:47:50,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 13:47:50,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:50,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-300181dd-1cbf-47e1-b7c6-3dc3da4a8c20 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:47:50,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-300181dd-1cbf-47e1-b7c6-3dc3da4a8c20 2019-01-20 13:47:50,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0158448219299s 2019-01-20 13:47:50,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 13:47:50,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:50,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a602ad67-8239-4321-bc4e-b064af4e7abf Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:47:50,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a602ad67-8239-4321-bc4e-b064af4e7abf 2019-01-20 13:47:50,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0813958644867s 2019-01-20 13:47:50,554 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-20 13:47:50,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-20 13:47:50,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" -d '{"role": {"name": "Member"}}' 2019-01-20 13:47:50,654 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:47:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aafba97d-b32d-4dbb-bfff-6b8bc1a55079 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7edb98a10a694fa69d8e91dc0ffcad11", "links": {"self": "http://172.30.9.22:5000/v3/roles/7edb98a10a694fa69d8e91dc0ffcad11"}, "name": "Member"}} 2019-01-20 13:47:50,654 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-aafba97d-b32d-4dbb-bfff-6b8bc1a55079 2019-01-20 13:47:50,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0997979640961s 2019-01-20 13:47:50,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/7edb98a10a694fa69d8e91dc0ffcad11 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:50,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-157ce2b7-a839-4348-869a-49041d1517e3 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/7edb98a10a694fa69d8e91dc0ffcad11"}, "domain_id": null, "name": "Member", "id": "7edb98a10a694fa69d8e91dc0ffcad11"}} 2019-01-20 13:47:50,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/7edb98a10a694fa69d8e91dc0ffcad11 used request id req-157ce2b7-a839-4348-869a-49041d1517e3 2019-01-20 13:47:50,738 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/7edb98a10a694fa69d8e91dc0ffcad11'}, 'domain_id': None, 'human_id': None, 'id': u'7edb98a10a694fa69d8e91dc0ffcad11', 'HUMAN_ID': False}) 2019-01-20 13:47:50,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 13:47:50,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:50,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1623055a-3ce7-4b93-beda-722696a9d340 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "7edb98a10a694fa69d8e91dc0ffcad11", "links": {"self": "http://172.30.9.22:5000/v3/roles/7edb98a10a694fa69d8e91dc0ffcad11"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:47:50,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1623055a-3ce7-4b93-beda-722696a9d340 2019-01-20 13:47:50,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0808298587799s 2019-01-20 13:47:50,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 13:47:50,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:50,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cedcb7e-67d8-4af2-b837-6b499e1df9a5 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 13:47:50,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-5cedcb7e-67d8-4af2-b837-6b499e1df9a5 2019-01-20 13:47:50,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0731821060181s 2019-01-20 13:47:50,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 13:47:50,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:51,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2025937b-d47f-4c79-b575-1600124eb46d Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_2bd6f717-411d-4c17-9282-6c5a3102415e", "links": {"self": "http://172.30.9.22:5000/v3/users/a1b04afc81f5489cb091898bb0e65818"}, "domain_id": "default", "enabled": true, "id": "a1b04afc81f5489cb091898bb0e65818", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:47:51,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-2025937b-d47f-4c79-b575-1600124eb46d 2019-01-20 13:47:51,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.18449306488s 2019-01-20 13:47:51,080 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-2025937b-d47f-4c79-b575-1600124eb46d 2019-01-20 13:47:51,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 13:47:51,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:51,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8fac282-7f51-4cc2-9af5-5e487a9eaf90 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.22:5000/v3/projects/42c8b2f60d0e4a75aac2ef12b1b0dad8"}, "enabled": true, "id": "42c8b2f60d0e4a75aac2ef12b1b0dad8", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_2bd6f717-411d-4c17-9282-6c5a3102415e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 13:47:51,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-f8fac282-7f51-4cc2-9af5-5e487a9eaf90 2019-01-20 13:47:51,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0823819637299s 2019-01-20 13:47:51,169 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-f8fac282-7f51-4cc2-9af5-5e487a9eaf90 2019-01-20 13:47:51,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 13:47:51,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=a1b04afc81f5489cb091898bb0e65818&scope.project.id=42c8b2f60d0e4a75aac2ef12b1b0dad8&role.id=7edb98a10a694fa69d8e91dc0ffcad11 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:51,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dee82049-e15a-46cd-ba1e-65c094cce9ae Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=a1b04afc81f5489cb091898bb0e65818&scope.project.id=42c8b2f60d0e4a75aac2ef12b1b0dad8&role.id=7edb98a10a694fa69d8e91dc0ffcad11", "previous": null, "next": null}} 2019-01-20 13:47:51,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=a1b04afc81f5489cb091898bb0e65818&scope.project.id=42c8b2f60d0e4a75aac2ef12b1b0dad8&role.id=7edb98a10a694fa69d8e91dc0ffcad11 used request id req-dee82049-e15a-46cd-ba1e-65c094cce9ae 2019-01-20 13:47:51,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.076406955719s 2019-01-20 13:47:51,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 13:47:51,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/42c8b2f60d0e4a75aac2ef12b1b0dad8/users/a1b04afc81f5489cb091898bb0e65818/roles/7edb98a10a694fa69d8e91dc0ffcad11 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:51,375 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:47:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-995d4d26-a17d-49d7-a54d-e7ea76d2ffd6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:47:51,375 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/42c8b2f60d0e4a75aac2ef12b1b0dad8/users/a1b04afc81f5489cb091898bb0e65818/roles/7edb98a10a694fa69d8e91dc0ffcad11 used request id req-995d4d26-a17d-49d7-a54d-e7ea76d2ffd6 2019-01-20 13:47:51,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.127137899399s 2019-01-20 13:47:51,376 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'neutron_trunk-project_2bd6f717-411d-4c17-9282-6c5a3102415e', 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': 'c21122bb-8d04-49ee-93de-8f628e49e007', 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_2bd6f717-411d-4c17-9282-6c5a3102415e', 'project_id': u'42c8b2f60d0e4a75aac2ef12b1b0dad8', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-20 13:47:51,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 13:47:51,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 13:47:51,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 13:47:51,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 13:47:51,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 13:47:51,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 13:47:51,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 13:47:51,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 13:47:51,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 13:47:51,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 13:47:51,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 13:47:51,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 13:47:51,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 13:47:51,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 13:47:51,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 13:47:51,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 13:47:51,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 13:47:51,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 13:47:51,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 13:47:51,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 13:47:51,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 13:47:51,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 13:47:51,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-20 13:47:51,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-20 13:47:51,382 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'neutron_trunk-user_2bd6f717-411d-4c17-9282-6c5a3102415e', 'password': 'c21122bb-8d04-49ee-93de-8f628e49e007', 'project_name': 'neutron_trunk-project_2bd6f717-411d-4c17-9282-6c5a3102415e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '42c8b2f60d0e4a75aac2ef12b1b0dad8', 'project_domain_name': 'Default'} 2019-01-20 13:47:51,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 13:47:51,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:51,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db761b9a-e9ca-42b1-b8ed-61eb2197bbf9 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "7edb98a10a694fa69d8e91dc0ffcad11", "links": {"self": "http://172.30.9.22:5000/v3/roles/7edb98a10a694fa69d8e91dc0ffcad11"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:47:51,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-db761b9a-e9ca-42b1-b8ed-61eb2197bbf9 2019-01-20 13:47:51,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0812268257141s 2019-01-20 13:47:51,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 13:47:51,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:51,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a786337-664d-4172-86dd-32cb9f95efa3 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "7edb98a10a694fa69d8e91dc0ffcad11", "links": {"self": "http://172.30.9.22:5000/v3/roles/7edb98a10a694fa69d8e91dc0ffcad11"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:47:51,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-8a786337-664d-4172-86dd-32cb9f95efa3 2019-01-20 13:47:51,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.158137083054s 2019-01-20 13:47:51,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 13:47:51,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:51,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d631dc70-29a6-4cb6-b3d9-aa4ef8afd78d Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 13:47:51,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-d631dc70-29a6-4cb6-b3d9-aa4ef8afd78d 2019-01-20 13:47:51,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.180042982101s 2019-01-20 13:47:51,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 13:47:51,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:51,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7abec042-cc86-4407-9cd7-f92599ef5686 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_2bd6f717-411d-4c17-9282-6c5a3102415e", "links": {"self": "http://172.30.9.22:5000/v3/users/a1b04afc81f5489cb091898bb0e65818"}, "domain_id": "default", "enabled": true, "id": "a1b04afc81f5489cb091898bb0e65818", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:47:51,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-7abec042-cc86-4407-9cd7-f92599ef5686 2019-01-20 13:47:51,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103429079056s 2019-01-20 13:47:51,910 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-7abec042-cc86-4407-9cd7-f92599ef5686 2019-01-20 13:47:51,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 13:47:51,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:51,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e013e52d-5336-4b2a-8c66-9bddaf5b7cfd Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.22:5000/v3/projects/42c8b2f60d0e4a75aac2ef12b1b0dad8"}, "enabled": true, "id": "42c8b2f60d0e4a75aac2ef12b1b0dad8", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_2bd6f717-411d-4c17-9282-6c5a3102415e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 13:47:51,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-e013e52d-5336-4b2a-8c66-9bddaf5b7cfd 2019-01-20 13:47:51,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0739450454712s 2019-01-20 13:47:51,990 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-e013e52d-5336-4b2a-8c66-9bddaf5b7cfd 2019-01-20 13:47:51,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 13:47:51,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=a1b04afc81f5489cb091898bb0e65818&scope.project.id=42c8b2f60d0e4a75aac2ef12b1b0dad8&role.id=77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:52,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bcaa60c-3206-4bcc-97f5-8828a3452e37 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=a1b04afc81f5489cb091898bb0e65818&scope.project.id=42c8b2f60d0e4a75aac2ef12b1b0dad8&role.id=77f3d538c7cd4e1a927402af90dfd66a", "previous": null, "next": null}} 2019-01-20 13:47:52,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=a1b04afc81f5489cb091898bb0e65818&scope.project.id=42c8b2f60d0e4a75aac2ef12b1b0dad8&role.id=77f3d538c7cd4e1a927402af90dfd66a used request id req-2bcaa60c-3206-4bcc-97f5-8828a3452e37 2019-01-20 13:47:52,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.085832118988s 2019-01-20 13:47:52,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 13:47:52,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/42c8b2f60d0e4a75aac2ef12b1b0dad8/users/a1b04afc81f5489cb091898bb0e65818/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:52,201 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:47:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bed3574-5674-4275-a7c1-0719107a4c68 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:47:52,202 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/42c8b2f60d0e4a75aac2ef12b1b0dad8/users/a1b04afc81f5489cb091898bb0e65818/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-7bed3574-5674-4275-a7c1-0719107a4c68 2019-01-20 13:47:52,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123318910599s 2019-01-20 13:47:52,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 13:47:52,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:52,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-874938e3-7666-4393-9c1d-db3767eddede Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "7edb98a10a694fa69d8e91dc0ffcad11", "links": {"self": "http://172.30.9.22:5000/v3/roles/7edb98a10a694fa69d8e91dc0ffcad11"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:47:52,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-874938e3-7666-4393-9c1d-db3767eddede 2019-01-20 13:47:52,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0739641189575s 2019-01-20 13:47:52,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 13:47:52,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:52,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8abf7aa-f3ce-4d7f-84bd-4741999da2ba Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 13:47:52,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-d8abf7aa-f3ce-4d7f-84bd-4741999da2ba 2019-01-20 13:47:52,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0826170444489s 2019-01-20 13:47:52,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 13:47:52,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:52,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6506092d-dddd-46a9-bf16-8b37020c14bb Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_2bd6f717-411d-4c17-9282-6c5a3102415e", "links": {"self": "http://172.30.9.22:5000/v3/users/a1b04afc81f5489cb091898bb0e65818"}, "domain_id": "default", "enabled": true, "id": "a1b04afc81f5489cb091898bb0e65818", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:47:52,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-6506092d-dddd-46a9-bf16-8b37020c14bb 2019-01-20 13:47:52,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101248979568s 2019-01-20 13:47:52,463 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-6506092d-dddd-46a9-bf16-8b37020c14bb 2019-01-20 13:47:52,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 13:47:52,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=a1b04afc81f5489cb091898bb0e65818&role.id=77f3d538c7cd4e1a927402af90dfd66a&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:52,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:47:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bc33d97-260a-46ee-8d75-69acfa9c581e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=a1b04afc81f5489cb091898bb0e65818&role.id=77f3d538c7cd4e1a927402af90dfd66a&scope.domain.id=default", "previous": null, "next": null}} 2019-01-20 13:47:52,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=a1b04afc81f5489cb091898bb0e65818&role.id=77f3d538c7cd4e1a927402af90dfd66a&scope.domain.id=default used request id req-3bc33d97-260a-46ee-8d75-69acfa9c581e 2019-01-20 13:47:52,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0734438896179s 2019-01-20 13:47:52,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 13:47:52,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/domains/default/users/a1b04afc81f5489cb091898bb0e65818/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:47:52,663 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:47:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba4a06d0-8550-40f5-ad61-077b073f9d22 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:47:52,663 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/domains/default/users/a1b04afc81f5489cb091898bb0e65818/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-ba4a06d0-8550-40f5-ad61-077b073f9d22 2019-01-20 13:47:52,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120487928391s 2019-01-20 13:47:52,664 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-20 13:47:55,217 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2019-01-20 13:47:54.753 11556 INFO rally.deployment.engine [-] Deployment 575b1fab-d7a1-404a-9f7d-d78e6ab0c373 | Starting: Destroy cloud and free allocated resources. 2019-01-20 13:47:54.849 11556 INFO rally.deployment.engine [-] Deployment 575b1fab-d7a1-404a-9f7d-d78e6ab0c373 | Completed: Destroy cloud and free allocated resources. 2019-01-20 13:47:54.910 11556 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=0f838b43-b9ec-48fc-ab3b-764a68b65efb) for deployment 'opnfv-rally'. 2019-01-20 13:47:54.943 11556 INFO rally.api [-] Deleting verification (UUID=c220a4b3-0b23-40fc-ab75-53b806597c00). 2019-01-20 13:47:54.985 11556 INFO rally.api [-] Verification has been successfully deleted! 2019-01-20 13:47:54.986 11556 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0f838b43-b9ec-48fc-ab3b-764a68b65efb). 2019-01-20 13:47:54.995 11556 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2019-01-20 13:47:57,610 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-20 13:47:57.294 11559 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2e023239-1035-496e-b408-7803661fac44) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2e023239-1035-496e-b408-7803661fac44 | 2019-01-20T13:47:57 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2e023239-1035-496e-b408-7803661fac44 ~/.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 2019-01-20 13:48:00,927 - 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 | +-------------+-------------------+-----------+ 2019-01-20 13:48:00,927 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-20 13:48:03,278 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2019-01-20 13:48:03.005 11565 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=0f838b43-b9ec-48fc-ab3b-764a68b65efb). 2019-01-20 13:48:03.130 11565 INFO rally.api [-] Verifier has been successfully deleted! 2019-01-20 13:48:06,975 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-20 13:48:05.343 11568 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-20 13:48:05.508 11568 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-20 13:48:06.790 11568 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=83872e43-5f74-47eb-8a2c-b624b4c157e6) has been successfully created! Using verifier 'opnfv-tempest' (UUID=83872e43-5f74-47eb-8a2c-b624b4c157e6) as the default verifier for the future CLI operations. 2019-01-20 13:48:09,894 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2019-01-20 13:48:09,895 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 13:48:09,996 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-20 13:48:09,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 13:48:10,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ea17d81-bb5e-4800-a1fd-ec1f0c926fa1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:48:10,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0ea17d81-bb5e-4800-a1fd-ec1f0c926fa1 2019-01-20 13:48:10,008 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:48:10,405 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}, {"id": "7edb98a10a694fa69d8e91dc0ffcad11", "name": "Member"}], "expires_at": "2019-01-20T14:48:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42c8b2f60d0e4a75aac2ef12b1b0dad8", "name": "neutron_trunk-project_2bd6f717-411d-4c17-9282-6c5a3102415e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/42c8b2f60d0e4a75aac2ef12b1b0dad8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/42c8b2f60d0e4a75aac2ef12b1b0dad8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/42c8b2f60d0e4a75aac2ef12b1b0dad8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/42c8b2f60d0e4a75aac2ef12b1b0dad8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/42c8b2f60d0e4a75aac2ef12b1b0dad8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/42c8b2f60d0e4a75aac2ef12b1b0dad8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/42c8b2f60d0e4a75aac2ef12b1b0dad8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/42c8b2f60d0e4a75aac2ef12b1b0dad8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/42c8b2f60d0e4a75aac2ef12b1b0dad8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/42c8b2f60d0e4a75aac2ef12b1b0dad8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/42c8b2f60d0e4a75aac2ef12b1b0dad8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/42c8b2f60d0e4a75aac2ef12b1b0dad8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "neutron_trunk-user_2bd6f717-411d-4c17-9282-6c5a3102415e", "id": "a1b04afc81f5489cb091898bb0e65818"}, "audit_ids": ["c9Dwo7m4QMC4ya0I-JKH7w"], "issued_at": "2019-01-20T13:48:10.000000Z"}} 2019-01-20 13:48:10,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}9c8e3e2a501c28086238d4e7c11b4311d205dd08" 2019-01-20 13:48:10,415 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sun, 20 Jan 2019 13:48:10 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2019-01-20 13:48:10,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 13:48:10,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}9c8e3e2a501c28086238d4e7c11b4311d205dd08" 2019-01-20 13:48:10,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-22af5720-87d4-4df0-b82c-c087eeabadef Date: Sun, 20 Jan 2019 13:48:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 13:48:10,990 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-22af5720-87d4-4df0-b82c-c087eeabadef 2019-01-20 13:48:10,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.57062292099s 2019-01-20 13:48:10,990 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-22af5720-87d4-4df0-b82c-c087eeabadef 2019-01-20 13:48:10,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-20 13:48:10,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}9c8e3e2a501c28086238d4e7c11b4311d205dd08" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_2bd6f717-411d-4c17-9282-6c5a3102415e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_2bd6f717-411d-4c17-9282-6c5a3102415e"}' 2019-01-20 13:48:11,215 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/aedb477e-f028-405f-8c46-316116451f6b X-Openstack-Request-Id: req-e89fff50-6af5-47ea-995e-65057f3c0728 Date: Sun, 20 Jan 2019 13:48:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/aedb477e-f028-405f-8c46-316116451f6b/file", "owner": "42c8b2f60d0e4a75aac2ef12b1b0dad8", "id": "aedb477e-f028-405f-8c46-316116451f6b", "size": null, "self": "/v2/images/aedb477e-f028-405f-8c46-316116451f6b", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T13:48:11Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_2bd6f717-411d-4c17-9282-6c5a3102415e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_2bd6f717-411d-4c17-9282-6c5a3102415e", "checksum": null, "created_at": "2019-01-20T13:48:11Z", "protected": false} 2019-01-20 13:48:11,215 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-e89fff50-6af5-47ea-995e-65057f3c0728 2019-01-20 13:48:11,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.22275519371s 2019-01-20 13:48:11,216 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-e89fff50-6af5-47ea-995e-65057f3c0728 returning object aedb477e-f028-405f-8c46-316116451f6b 2019-01-20 13:48:11,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-20 13:48:11,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/aedb477e-f028-405f-8c46-316116451f6b/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}9c8e3e2a501c28086238d4e7c11b4311d205dd08" -d '' 2019-01-20 13:48:12,243 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dbda63ad-3267-4a8a-8f57-0c20d7747608 Date: Sun, 20 Jan 2019 13:48:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:48:12,243 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/aedb477e-f028-405f-8c46-316116451f6b/file used request id req-dbda63ad-3267-4a8a-8f57-0c20d7747608 2019-01-20 13:48:12,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.02697706223s 2019-01-20 13:48:12,244 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/aedb477e-f028-405f-8c46-316116451f6b/file used request id req-dbda63ad-3267-4a8a-8f57-0c20d7747608 2019-01-20 13:48:12,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 13:48:12,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}9c8e3e2a501c28086238d4e7c11b4311d205dd08" 2019-01-20 13:48:12,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-7afa9300-b8d5-493a-b2ba-be91c18627ba Date: Sun, 20 Jan 2019 13:48:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/aedb477e-f028-405f-8c46-316116451f6b/snap", "metadata": {}}], "file": "/v2/images/aedb477e-f028-405f-8c46-316116451f6b/file", "owner": "42c8b2f60d0e4a75aac2ef12b1b0dad8", "id": "aedb477e-f028-405f-8c46-316116451f6b", "size": 12716032, "self": "/v2/images/aedb477e-f028-405f-8c46-316116451f6b", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/aedb477e-f028-405f-8c46-316116451f6b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T13:48:12Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_2bd6f717-411d-4c17-9282-6c5a3102415e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_2bd6f717-411d-4c17-9282-6c5a3102415e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T13:48:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 13:48:12,806 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-7afa9300-b8d5-493a-b2ba-be91c18627ba 2019-01-20 13:48:12,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.561551094055s 2019-01-20 13:48:12,807 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-7afa9300-b8d5-493a-b2ba-be91c18627ba 2019-01-20 13:48:12,809 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/aedb477e-f028-405f-8c46-316116451f6b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/aedb477e-f028-405f-8c46-316116451f6b/file', 'owner': u'42c8b2f60d0e4a75aac2ef12b1b0dad8', 'id': u'aedb477e-f028-405f-8c46-316116451f6b', 'size': 12716032, u'self': u'/v2/images/aedb477e-f028-405f-8c46-316116451f6b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'42c8b2f60d0e4a75aac2ef12b1b0dad8', 'name': 'neutron_trunk-project_2bd6f717-411d-4c17-9282-6c5a3102415e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/aedb477e-f028-405f-8c46-316116451f6b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-20T13:48:12Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-20T13:48:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_2bd6f717-411d-4c17-9282-6c5a3102415e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/aedb477e-f028-405f-8c46-316116451f6b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_2bd6f717-411d-4c17-9282-6c5a3102415e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_2bd6f717-411d-4c17-9282-6c5a3102415e', 'created': u'2019-01-20T13:48:11Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-20T13:48:11Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/aedb477e-f028-405f-8c46-316116451f6b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_2bd6f717-411d-4c17-9282-6c5a3102415e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-20 13:48:12,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-20 13:48:12,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}08fd73459ddb79725b8ee86170bd61a060b9f038" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_2bd6f717-411d-4c17-9282-6c5a3102415e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-20 13:48:13,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-dc234580-4c1d-4adc-881f-474e6dd5f31a x-compute-request-id: req-dc234580-4c1d-4adc-881f-474e6dd5f31a Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a22156b0-d0e1-4dce-b361-66d52696b0bc", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a22156b0-d0e1-4dce-b361-66d52696b0bc", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a22156b0-d0e1-4dce-b361-66d52696b0bc", "name": "neutron_trunk-flavor_2bd6f717-411d-4c17-9282-6c5a3102415e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:48:13,032 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-dc234580-4c1d-4adc-881f-474e6dd5f31a 2019-01-20 13:48:13,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.222738981247s 2019-01-20 13:48:13,033 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-dc234580-4c1d-4adc-881f-474e6dd5f31a returning object a22156b0-d0e1-4dce-b361-66d52696b0bc 2019-01-20 13:48:13,034 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_2bd6f717-411d-4c17-9282-6c5a3102415e', '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'057838f782f94e5ca660a8d24231cdb7', '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'a22156b0-d0e1-4dce-b361-66d52696b0bc', 'swap': 0}) 2019-01-20 13:48:13,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-20 13:48:13,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/a22156b0-d0e1-4dce-b361-66d52696b0bc/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}08fd73459ddb79725b8ee86170bd61a060b9f038" -d '{"extra_specs": {}}' 2019-01-20 13:48:13,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:48:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2d0d6178-c3b3-4c8d-8553-1e9e66ce24c5 x-compute-request-id: req-2d0d6178-c3b3-4c8d-8553-1e9e66ce24c5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 13:48:13,057 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/a22156b0-d0e1-4dce-b361-66d52696b0bc/os-extra_specs used request id req-2d0d6178-c3b3-4c8d-8553-1e9e66ce24c5 2019-01-20 13:48:13,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0229580402374s 2019-01-20 13:48:13,058 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/a22156b0-d0e1-4dce-b361-66d52696b0bc/os-extra_specs used request id req-2d0d6178-c3b3-4c8d-8553-1e9e66ce24c5 2019-01-20 13:48:13,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 13:48:13,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}9c8e3e2a501c28086238d4e7c11b4311d205dd08" 2019-01-20 13:48:13,069 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13:48: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:48:13,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c8e3e2a501c28086238d4e7c11b4311d205dd08" 2019-01-20 13:48:13,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:48:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ed3f20e-d938-4b9e-ad34-01dfe73dc06c Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "7edb98a10a694fa69d8e91dc0ffcad11", "links": {"self": "http://172.30.9.22:5000/v3/roles/7edb98a10a694fa69d8e91dc0ffcad11"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:48:13,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6ed3f20e-d938-4b9e-ad34-01dfe73dc06c 2019-01-20 13:48:13,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0899419784546s 2019-01-20 13:48:13,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-20 13:48:13,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}9c8e3e2a501c28086238d4e7c11b4311d205dd08" 2019-01-20 13:48:13,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:48:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b987b8b-392d-4528-a423-7cf3a1e3cd79 x-compute-request-id: req-7b987b8b-392d-4528-a423-7cf3a1e3cd79 Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 179}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 182}, "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.9", "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": 10173, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2019-01-20 13:48:13,349 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-7b987b8b-392d-4528-a423-7cf3a1e3cd79 2019-01-20 13:48:13,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.195492982864s 2019-01-20 13:48:13,350 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-7b987b8b-392d-4528-a423-7cf3a1e3cd79 2019-01-20 13:48:13,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 13:48:13,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}9c8e3e2a501c28086238d4e7c11b4311d205dd08" 2019-01-20 13:48:13,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-55d97548-9bed-40f7-b75d-680249967df7 Date: Sun, 20 Jan 2019 13:48:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/aedb477e-f028-405f-8c46-316116451f6b/snap", "metadata": {}}], "file": "/v2/images/aedb477e-f028-405f-8c46-316116451f6b/file", "owner": "42c8b2f60d0e4a75aac2ef12b1b0dad8", "id": "aedb477e-f028-405f-8c46-316116451f6b", "size": 12716032, "self": "/v2/images/aedb477e-f028-405f-8c46-316116451f6b", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/aedb477e-f028-405f-8c46-316116451f6b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T13:48:12Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_2bd6f717-411d-4c17-9282-6c5a3102415e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_2bd6f717-411d-4c17-9282-6c5a3102415e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T13:48:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 13:48:13,887 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-55d97548-9bed-40f7-b75d-680249967df7 2019-01-20 13:48:13,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.536878824234s 2019-01-20 13:48:13,888 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-55d97548-9bed-40f7-b75d-680249967df7 2019-01-20 13:48:13,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-20 13:48:13,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}9c8e3e2a501c28086238d4e7c11b4311d205dd08" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_2bd6f717-411d-4c17-9282-6c5a3102415e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_2bd6f717-411d-4c17-9282-6c5a3102415e"}' 2019-01-20 13:48:14,480 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/47559e3c-a3c5-474c-b3be-f66b5002a017 X-Openstack-Request-Id: req-f17e9a81-255d-4955-abfc-7362bed0e5d0 Date: Sun, 20 Jan 2019 13:48:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/47559e3c-a3c5-474c-b3be-f66b5002a017/file", "owner": "42c8b2f60d0e4a75aac2ef12b1b0dad8", "id": "47559e3c-a3c5-474c-b3be-f66b5002a017", "size": null, "self": "/v2/images/47559e3c-a3c5-474c-b3be-f66b5002a017", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T13:48:14Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_2bd6f717-411d-4c17-9282-6c5a3102415e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_2bd6f717-411d-4c17-9282-6c5a3102415e", "checksum": null, "created_at": "2019-01-20T13:48:14Z", "protected": false} 2019-01-20 13:48:14,480 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-f17e9a81-255d-4955-abfc-7362bed0e5d0 2019-01-20 13:48:14,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.589729070663s 2019-01-20 13:48:14,481 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-f17e9a81-255d-4955-abfc-7362bed0e5d0 returning object 47559e3c-a3c5-474c-b3be-f66b5002a017 2019-01-20 13:48:14,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-20 13:48:14,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/47559e3c-a3c5-474c-b3be-f66b5002a017/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}9c8e3e2a501c28086238d4e7c11b4311d205dd08" -d '' 2019-01-20 13:48:15,433 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-985058d9-25bd-4dc5-8b31-c804941c4e77 Date: Sun, 20 Jan 2019 13:48:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:48:15,433 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/47559e3c-a3c5-474c-b3be-f66b5002a017/file used request id req-985058d9-25bd-4dc5-8b31-c804941c4e77 2019-01-20 13:48:15,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.951771974564s 2019-01-20 13:48:15,434 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/47559e3c-a3c5-474c-b3be-f66b5002a017/file used request id req-985058d9-25bd-4dc5-8b31-c804941c4e77 2019-01-20 13:48:15,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 13:48:15,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}9c8e3e2a501c28086238d4e7c11b4311d205dd08" 2019-01-20 13:48:15,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json X-Openstack-Request-Id: req-50576375-50a8-460a-a4e6-e380b3b23e65 Date: Sun, 20 Jan 2019 13:48:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/47559e3c-a3c5-474c-b3be-f66b5002a017/snap", "metadata": {}}], "file": "/v2/images/47559e3c-a3c5-474c-b3be-f66b5002a017/file", "owner": "42c8b2f60d0e4a75aac2ef12b1b0dad8", "id": "47559e3c-a3c5-474c-b3be-f66b5002a017", "size": 12716032, "self": "/v2/images/47559e3c-a3c5-474c-b3be-f66b5002a017", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/47559e3c-a3c5-474c-b3be-f66b5002a017/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T13:48:15Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_2bd6f717-411d-4c17-9282-6c5a3102415e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_2bd6f717-411d-4c17-9282-6c5a3102415e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T13:48:14Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/aedb477e-f028-405f-8c46-316116451f6b/snap", "metadata": {}}], "file": "/v2/images/aedb477e-f028-405f-8c46-316116451f6b/file", "owner": "42c8b2f60d0e4a75aac2ef12b1b0dad8", "id": "aedb477e-f028-405f-8c46-316116451f6b", "size": 12716032, "self": "/v2/images/aedb477e-f028-405f-8c46-316116451f6b", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/aedb477e-f028-405f-8c46-316116451f6b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T13:48:12Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_2bd6f717-411d-4c17-9282-6c5a3102415e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_2bd6f717-411d-4c17-9282-6c5a3102415e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T13:48:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 13:48:15,605 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-50576375-50a8-460a-a4e6-e380b3b23e65 2019-01-20 13:48:15,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.170528888702s 2019-01-20 13:48:15,606 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-50576375-50a8-460a-a4e6-e380b3b23e65 2019-01-20 13:48:15,608 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/47559e3c-a3c5-474c-b3be-f66b5002a017/snap', u'metadata': Munch({})})], 'file': u'/v2/images/47559e3c-a3c5-474c-b3be-f66b5002a017/file', 'owner': u'42c8b2f60d0e4a75aac2ef12b1b0dad8', 'id': u'47559e3c-a3c5-474c-b3be-f66b5002a017', 'size': 12716032, u'self': u'/v2/images/47559e3c-a3c5-474c-b3be-f66b5002a017', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'42c8b2f60d0e4a75aac2ef12b1b0dad8', 'name': 'neutron_trunk-project_2bd6f717-411d-4c17-9282-6c5a3102415e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/47559e3c-a3c5-474c-b3be-f66b5002a017/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-20T13:48:15Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-20T13:48:15Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_2bd6f717-411d-4c17-9282-6c5a3102415e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/47559e3c-a3c5-474c-b3be-f66b5002a017', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_2bd6f717-411d-4c17-9282-6c5a3102415e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_2bd6f717-411d-4c17-9282-6c5a3102415e', 'created': u'2019-01-20T13:48:14Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-20T13:48:14Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/47559e3c-a3c5-474c-b3be-f66b5002a017', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_2bd6f717-411d-4c17-9282-6c5a3102415e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-20 13:48:15,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-20 13:48:15,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}08fd73459ddb79725b8ee86170bd61a060b9f038" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_2bd6f717-411d-4c17-9282-6c5a3102415e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-20 13:48:15,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:48:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39bf8141-5e01-412f-9e88-db151305af23 x-compute-request-id: req-39bf8141-5e01-412f-9e88-db151305af23 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/f1a8ee03-b075-4533-a37f-2a0073e84d4c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/f1a8ee03-b075-4533-a37f-2a0073e84d4c", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f1a8ee03-b075-4533-a37f-2a0073e84d4c", "name": "neutron_trunk-flavor_alt_2bd6f717-411d-4c17-9282-6c5a3102415e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:48:15,668 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-39bf8141-5e01-412f-9e88-db151305af23 2019-01-20 13:48:15,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0587470531464s 2019-01-20 13:48:15,668 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-39bf8141-5e01-412f-9e88-db151305af23 returning object f1a8ee03-b075-4533-a37f-2a0073e84d4c 2019-01-20 13:48:15,669 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_2bd6f717-411d-4c17-9282-6c5a3102415e', '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'057838f782f94e5ca660a8d24231cdb7', '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'f1a8ee03-b075-4533-a37f-2a0073e84d4c', 'swap': 0}) 2019-01-20 13:48:15,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-20 13:48:15,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/f1a8ee03-b075-4533-a37f-2a0073e84d4c/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}08fd73459ddb79725b8ee86170bd61a060b9f038" -d '{"extra_specs": {}}' 2019-01-20 13:48:15,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:48:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-984590e8-74c4-42ee-bf5e-bb0608492e22 x-compute-request-id: req-984590e8-74c4-42ee-bf5e-bb0608492e22 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 13:48:15,692 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/f1a8ee03-b075-4533-a37f-2a0073e84d4c/os-extra_specs used request id req-984590e8-74c4-42ee-bf5e-bb0608492e22 2019-01-20 13:48:15,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0216369628906s 2019-01-20 13:48:15,692 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/f1a8ee03-b075-4533-a37f-2a0073e84d4c/os-extra_specs used request id req-984590e8-74c4-42ee-bf5e-bb0608492e22 2019-01-20 13:48:15,692 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_2bd6f717-411d-4c17-9282-6c5a3102415e', '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'057838f782f94e5ca660a8d24231cdb7', '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'f1a8ee03-b075-4533-a37f-2a0073e84d4c', 'swap': 0}) 2019-01-20 13:48:18,798 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-20 13:48:17.821 11587 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=83872e43-5f74-47eb-8a2c-b624b4c157e6) for deployment 'opnfv-rally' (UUID=2e023239-1035-496e-b408-7803661fac44). 2019-01-20 13:48:18.637 11587 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-20 13:48:18.640 11587 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=83872e43-5f74-47eb-8a2c-b624b4c157e6) has been successfully configured for deployment 'opnfv-rally' (UUID=2e023239-1035-496e-b408-7803661fac44)! 2019-01-20 13:48:18,799 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-20 13:48:18,799 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-20 13:48:18,802 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-20 13:48:18,823 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2019-01-20 13:48:22,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-83872e43-5f74-47eb-8a2c-b624b4c157e6/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2019-01-20 13:48:22,310 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-20 13:48:22,316 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-20 13:48:22,316 - 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']'. 2019-01-20 13:48:24,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 13:48:24.410 11596 INFO rally.api [-] Starting verification (UUID=e3739ca8-71fe-4d51-88a2-7d25a73d7e55) for deployment 'opnfv-rally' (UUID=2e023239-1035-496e-b408-7803661fac44) by verifier 'opnfv-tempest' (UUID=83872e43-5f74-47eb-8a2c-b624b4c157e6). 2019-01-20 13:48:24,412 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: e3739ca8-71fe-4d51-88a2-7d25a73d7e55 2019-01-20 13:50:12,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: e3739ca8-71fe-4d51-88a2-7d25a73d7e55 2019-01-20 13:50:12,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e3739ca8-71fe-4d51-88a2-7d25a73d7e55']'. 2019-01-20 13:50:13,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-20 13:50:13,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-20 13:50:13,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-20 13:50:13,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e3739ca8-71fe-4d51-88a2-7d25a73d7e55 | 2019-01-20 13:50:13,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2019-01-20 13:50:13,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-20 13:48:24 | 2019-01-20 13:50:13,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-20 13:50:12 | 2019-01-20 13:50:13,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:48 | 2019-01-20 13:50:13,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-20 13:50:13,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-20 13:50:13,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 83872e43-5f74-47eb-8a2c-b624b4c157e6) | 2019-01-20 13:50:13,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-20 13:50:13,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2e023239-1035-496e-b408-7803661fac44) | 2019-01-20 13:50:13,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2019-01-20 13:50:13,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 98.114 | 2019-01-20 13:50:13,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2019-01-20 13:50:13,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2019-01-20 13:50:13,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-20 13:50:13,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-20 13:50:13,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2019-01-20 13:50:13,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-20 13:50:13,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-20 13:50:13,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-20 13:50:13,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2019-01-20 13:50:13,429 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-20 13:50:13,430 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:03 | PASS | +-----------------------+------------------+------------------+----------------+ 2019-01-20 13:50:13,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-20 13:50:13,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/47559e3c-a3c5-474c-b3be-f66b5002a017 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c8e3e2a501c28086238d4e7c11b4311d205dd08" 2019-01-20 13:50:15,098 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-603209b4-f789-492c-b7d3-ca53bfbfc356 Date: Sun, 20 Jan 2019 13:50:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:50:15,098 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/47559e3c-a3c5-474c-b3be-f66b5002a017 used request id req-603209b4-f789-492c-b7d3-ca53bfbfc356 2019-01-20 13:50:15,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.66315197945s 2019-01-20 13:50:15,098 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/47559e3c-a3c5-474c-b3be-f66b5002a017 used request id req-603209b4-f789-492c-b7d3-ca53bfbfc356 2019-01-20 13:50:15,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 13:50:15,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:50:15,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:50:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae56953b-f8b8-4421-bf56-fc2253e6a044 x-compute-request-id: req-ae56953b-f8b8-4421-bf56-fc2253e6a044 Content-Encoding: gzip Content-Length: 363 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a22156b0-d0e1-4dce-b361-66d52696b0bc", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a22156b0-d0e1-4dce-b361-66d52696b0bc", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a22156b0-d0e1-4dce-b361-66d52696b0bc", "name": "neutron_trunk-flavor_2bd6f717-411d-4c17-9282-6c5a3102415e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/f1a8ee03-b075-4533-a37f-2a0073e84d4c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/f1a8ee03-b075-4533-a37f-2a0073e84d4c", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f1a8ee03-b075-4533-a37f-2a0073e84d4c", "name": "neutron_trunk-flavor_alt_2bd6f717-411d-4c17-9282-6c5a3102415e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 13:50:15,132 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-ae56953b-f8b8-4421-bf56-fc2253e6a044 2019-01-20 13:50:15,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.03315782547s 2019-01-20 13:50:15,132 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-ae56953b-f8b8-4421-bf56-fc2253e6a044 2019-01-20 13:50:15,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-20 13:50:15,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/f1a8ee03-b075-4533-a37f-2a0073e84d4c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:50:15,198 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:50:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6df6e8d5-56c0-4b93-8ee3-e86f7c440ec3 x-compute-request-id: req-6df6e8d5-56c0-4b93-8ee3-e86f7c440ec3 Content-Length: 0 Content-Type: application/json 2019-01-20 13:50:15,198 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/f1a8ee03-b075-4533-a37f-2a0073e84d4c used request id req-6df6e8d5-56c0-4b93-8ee3-e86f7c440ec3 2019-01-20 13:50:15,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0632650852203s 2019-01-20 13:50:15,198 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/f1a8ee03-b075-4533-a37f-2a0073e84d4c used request id req-6df6e8d5-56c0-4b93-8ee3-e86f7c440ec3 2019-01-20 13:50:15,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 13:50:15,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}9c8e3e2a501c28086238d4e7c11b4311d205dd08" 2019-01-20 13:50:15,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-4f4a2607-0e83-4da7-8f45-1b68733c0f46 Date: Sun, 20 Jan 2019 13:50:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/aedb477e-f028-405f-8c46-316116451f6b/snap", "metadata": {}}], "file": "/v2/images/aedb477e-f028-405f-8c46-316116451f6b/file", "owner": "42c8b2f60d0e4a75aac2ef12b1b0dad8", "id": "aedb477e-f028-405f-8c46-316116451f6b", "size": 12716032, "self": "/v2/images/aedb477e-f028-405f-8c46-316116451f6b", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/aedb477e-f028-405f-8c46-316116451f6b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T13:48:12Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_2bd6f717-411d-4c17-9282-6c5a3102415e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_2bd6f717-411d-4c17-9282-6c5a3102415e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T13:48:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 13:50:15,384 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-4f4a2607-0e83-4da7-8f45-1b68733c0f46 2019-01-20 13:50:15,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.185070037842s 2019-01-20 13:50:15,385 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-4f4a2607-0e83-4da7-8f45-1b68733c0f46 2019-01-20 13:50:15,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-20 13:50:15,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/aedb477e-f028-405f-8c46-316116451f6b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c8e3e2a501c28086238d4e7c11b4311d205dd08" 2019-01-20 13:50:17,541 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dcea5d10-4af1-4241-a7e2-44881c7eb9bf Date: Sun, 20 Jan 2019 13:50:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:50:17,541 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/aedb477e-f028-405f-8c46-316116451f6b used request id req-dcea5d10-4af1-4241-a7e2-44881c7eb9bf 2019-01-20 13:50:17,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.1549539566s 2019-01-20 13:50:17,542 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/aedb477e-f028-405f-8c46-316116451f6b used request id req-dcea5d10-4af1-4241-a7e2-44881c7eb9bf 2019-01-20 13:50:17,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 13:50:17,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:50:17,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:50:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca20d93e-dd02-4629-ac1a-7526c7603e3d x-compute-request-id: req-ca20d93e-dd02-4629-ac1a-7526c7603e3d Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a22156b0-d0e1-4dce-b361-66d52696b0bc", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a22156b0-d0e1-4dce-b361-66d52696b0bc", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a22156b0-d0e1-4dce-b361-66d52696b0bc", "name": "neutron_trunk-flavor_2bd6f717-411d-4c17-9282-6c5a3102415e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 13:50:17,581 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-ca20d93e-dd02-4629-ac1a-7526c7603e3d 2019-01-20 13:50:17,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0396161079407s 2019-01-20 13:50:17,582 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-ca20d93e-dd02-4629-ac1a-7526c7603e3d 2019-01-20 13:50:17,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-20 13:50:17,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/a22156b0-d0e1-4dce-b361-66d52696b0bc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:50:17,627 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13:50:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4a21b064-9387-415a-8ce8-efe087d33fde x-compute-request-id: req-4a21b064-9387-415a-8ce8-efe087d33fde Content-Length: 0 Content-Type: application/json 2019-01-20 13:50:17,627 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/a22156b0-d0e1-4dce-b361-66d52696b0bc used request id req-4a21b064-9387-415a-8ce8-efe087d33fde 2019-01-20 13:50:17,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0431568622589s 2019-01-20 13:50:17,627 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/a22156b0-d0e1-4dce-b361-66d52696b0bc used request id req-4a21b064-9387-415a-8ce8-efe087d33fde 2019-01-20 13:50:17,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 13:50:17,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:50:17,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:50:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afeedbe0-57c1-4df7-85fc-c97659cf4dfb Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_2bd6f717-411d-4c17-9282-6c5a3102415e", "links": {"self": "http://172.30.9.22:5000/v3/users/a1b04afc81f5489cb091898bb0e65818"}, "domain_id": "default", "enabled": true, "id": "a1b04afc81f5489cb091898bb0e65818", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:50:17,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-afeedbe0-57c1-4df7-85fc-c97659cf4dfb 2019-01-20 13:50:17,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107548952103s 2019-01-20 13:50:17,736 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-afeedbe0-57c1-4df7-85fc-c97659cf4dfb 2019-01-20 13:50:17,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 13:50:17,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/a1b04afc81f5489cb091898bb0e65818 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:50:17,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:50:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15849be7-5335-40c7-b9e0-25add95a64fe Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/a1b04afc81f5489cb091898bb0e65818"}, "enabled": true, "id": "a1b04afc81f5489cb091898bb0e65818", "options": {}, "domain_id": "default", "name": "neutron_trunk-user_2bd6f717-411d-4c17-9282-6c5a3102415e"}} 2019-01-20 13:50:17,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/a1b04afc81f5489cb091898bb0e65818 used request id req-15849be7-5335-40c7-b9e0-25add95a64fe 2019-01-20 13:50:17,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0851759910583s 2019-01-20 13:50:17,828 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/a1b04afc81f5489cb091898bb0e65818 used request id req-15849be7-5335-40c7-b9e0-25add95a64fe 2019-01-20 13:50:17,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-20 13:50:17,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/a1b04afc81f5489cb091898bb0e65818 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:50:18,026 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:50:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13c54ee8-3259-4091-b204-9903e84325f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:50:18,026 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/a1b04afc81f5489cb091898bb0e65818 used request id req-13c54ee8-3259-4091-b204-9903e84325f1 2019-01-20 13:50:18,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.197694063187s 2019-01-20 13:50:18,027 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/a1b04afc81f5489cb091898bb0e65818 used request id req-13c54ee8-3259-4091-b204-9903e84325f1 2019-01-20 13:50:18,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 13:50:18,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:50:18,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:50:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57267914-bcf5-45f3-a641-bf19764df9c7 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.22:5000/v3/projects/42c8b2f60d0e4a75aac2ef12b1b0dad8"}, "enabled": true, "id": "42c8b2f60d0e4a75aac2ef12b1b0dad8", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_2bd6f717-411d-4c17-9282-6c5a3102415e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 13:50:18,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-57267914-bcf5-45f3-a641-bf19764df9c7 2019-01-20 13:50:18,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0815608501434s 2019-01-20 13:50:18,109 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-57267914-bcf5-45f3-a641-bf19764df9c7 2019-01-20 13:50:18,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-20 13:50:18,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/42c8b2f60d0e4a75aac2ef12b1b0dad8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:50:18,346 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:50:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cabb23ec-b520-4b48-8a5e-0290d75443ba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:50:18,346 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/42c8b2f60d0e4a75aac2ef12b1b0dad8 used request id req-cabb23ec-b520-4b48-8a5e-0290d75443ba 2019-01-20 13:50:18,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.234745979309s 2019-01-20 13:50:18,347 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/42c8b2f60d0e4a75aac2ef12b1b0dad8 used request id req-cabb23ec-b520-4b48-8a5e-0290d75443ba 2019-01-20 13:50:18,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 13:50:18,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:50:18,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:50:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f26d60ba-d4ac-460c-808a-ba786b797076 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "7edb98a10a694fa69d8e91dc0ffcad11", "links": {"self": "http://172.30.9.22:5000/v3/roles/7edb98a10a694fa69d8e91dc0ffcad11"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:50:18,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f26d60ba-d4ac-460c-808a-ba786b797076 2019-01-20 13:50:18,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0863630771637s 2019-01-20 13:50:18,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-20 13:50:18,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/7edb98a10a694fa69d8e91dc0ffcad11 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:50:18,542 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:50:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-697882e9-99a9-423f-9153-fefdced5a83a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:50:18,542 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/7edb98a10a694fa69d8e91dc0ffcad11 used request id req-697882e9-99a9-423f-9153-fefdced5a83a 2019-01-20 13:50:18,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.107047796249s 2019-01-20 13:50:18,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 13:50:18,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=42c8b2f60d0e4a75aac2ef12b1b0dad8&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}08fd73459ddb79725b8ee86170bd61a060b9f038" 2019-01-20 13:50:18,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-6582e436-5074-43f2-8be7-e3b3c8c75862 Date: Sun, 20 Jan 2019 13:50:18 GMT RESP BODY: {"security_groups": []} 2019-01-20 13:50:18,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=42c8b2f60d0e4a75aac2ef12b1b0dad8&name=default used request id req-6582e436-5074-43f2-8be7-e3b3c8c75862 2019-01-20 13:50:18,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.186162948608s 2019-01-20 13:50:18,732 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=42c8b2f60d0e4a75aac2ef12b1b0dad8&name=default used request id req-6582e436-5074-43f2-8be7-e3b3c8c75862 2019-01-20 13:50:18,733 - 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:40 | PASS | | tempest_smoke_serial | functest | smoke | 14:38 | PASS | | rally_sanity | functest | smoke | 25:48 | PASS | | refstack_defcore | functest | smoke | 05:26 | PASS | | patrole | functest | smoke | 02:41 | PASS | | snaps_smoke | functest | smoke | 57:33 | PASS | | neutron_trunk | functest | smoke | 02:03 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2019-01-20 13:50:18,743 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2019-01-20 13:50:18,933 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:50:19,034 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:50:26,108 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-329 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-20 13:50:26,114 - 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=BqvZwhJuywz3rATj4xFFrNXuY export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 2019-01-20 13:50:26,114 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-20 13:50:26,114 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2019-01-20 13:50:26,115 - 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 | +-----------------------------+------------------------+------------------+------------------+----------------+ 2019-01-20 13:50:26,119 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2019-01-20 13:50:31,041 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-329 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-20 13:50:31,048 - 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=BqvZwhJuywz3rATj4xFFrNXuY export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 2019-01-20 13:50:31,048 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-20 13:50:31,050 - 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 | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2019-01-20 13:50:31,067 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2019-01-20 13:50:32,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 13:50:32,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 13:50:32,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 13:50:32,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 13:50:32,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 13:50:32,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 13:50:32,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 13:50:32,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 13:50:32,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 13:50:32,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 13:50:32,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 13:50:32,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 13:50:32,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 13:50:32,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 13:50:32,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 13:50:32,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 13:50:32,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 13:50:32,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 13:50:32,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 13:50:32,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 13:50:32,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 13:50:32,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 13:50:32,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 13:50:32,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:50:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3800e3b-e695-4df6-b688-c4cd45428f82 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:50:32,697 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a3800e3b-e695-4df6-b688-c4cd45428f82 2019-01-20 13:50:32,698 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:50:33,096 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}], "expires_at": "2019-01-20T14:50:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "057838f782f94e5ca660a8d24231cdb7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "96110a92bd284ca5bccb7c5d679699e2"}, "audit_ids": ["PRNKNXUESgaVOJMA1Pr98g"], "issued_at": "2019-01-20T13:50:33.000000Z"}} 2019-01-20 13:50:33,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 13:50:33,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 13:50:33,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-88371e7e-76ea-45dc-9513-04a148d001b9 Date: Sun, 20 Jan 2019 13:50:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 13:50:33,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-88371e7e-76ea-45dc-9513-04a148d001b9 2019-01-20 13:50:33,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.407980918884s 2019-01-20 13:50:33,509 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-88371e7e-76ea-45dc-9513-04a148d001b9 2019-01-20 13:50:33,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 13:50:33,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 13:50:33,525 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 13: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 13:50:33,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 13:50:34,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4db22006-5f32-45a1-a25f-bc6e432020c5 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 13:50:34,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-4db22006-5f32-45a1-a25f-bc6e432020c5 2019-01-20 13:50:34,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.558827877045s 2019-01-20 13:50:34,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-20 13:50:34,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}0958fcde5bfeae265c761fc6088acab2387e8772" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}}' 2019-01-20 13:50:34,182 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:50:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bf1d38d-9124-4402-9622-5b80a6caf242 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.22:5000/v3/projects/1ec8161f3a604d6f8fc71afd39fdd4d1"}, "enabled": true, "id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}} 2019-01-20 13:50:34,182 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-2bf1d38d-9124-4402-9622-5b80a6caf242 2019-01-20 13:50:34,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.106528043747s 2019-01-20 13:50:34,183 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-2bf1d38d-9124-4402-9622-5b80a6caf242 2019-01-20 13:50:34,184 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'cloudify_ims-project_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', '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'})}) 2019-01-20 13:50:34,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-20 13:50:34,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.350645065308s 2019-01-20 13:50:34,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/97cbf3c018b04a0f9ca883eae279691b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 13:50:34,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18b5c27f-3698-401b-b7ca-605acc29ef6d Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/97cbf3c018b04a0f9ca883eae279691b"}, "enabled": true, "id": "97cbf3c018b04a0f9ca883eae279691b", "options": {}, "domain_id": "default", "name": "cloudify_ims-user_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}} 2019-01-20 13:50:34,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/97cbf3c018b04a0f9ca883eae279691b used request id req-18b5c27f-3698-401b-b7ca-605acc29ef6d 2019-01-20 13:50:34,636 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'97cbf3c018b04a0f9ca883eae279691b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_57cad00a-21f5-4dfd-888a-44a952c3a1a4'}) 2019-01-20 13:50:34,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 13:50:34,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 13:50:34,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31be1d21-faac-4871-82f8-9f8feeaf8592 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:50:34,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-31be1d21-faac-4871-82f8-9f8feeaf8592 2019-01-20 13:50:34,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0808861255646s 2019-01-20 13:50:34,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 13:50:34,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 13:50:34,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b7700f9-77b7-4595-9394-83e0569c7781 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:50:34,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1b7700f9-77b7-4595-9394-83e0569c7781 2019-01-20 13:50:34,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0753948688507s 2019-01-20 13:50:34,796 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-20 13:50:34,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-20 13:50:34,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" -d '{"role": {"name": "Member"}}' 2019-01-20 13:50:34,894 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 13:50:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e323777-568a-4115-a35d-6ae394b94ceb Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "51ab6b06a6d44686be2af6cb95c79982", "links": {"self": "http://172.30.9.22:5000/v3/roles/51ab6b06a6d44686be2af6cb95c79982"}, "name": "Member"}} 2019-01-20 13:50:34,895 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-6e323777-568a-4115-a35d-6ae394b94ceb 2019-01-20 13:50:34,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0980730056763s 2019-01-20 13:50:34,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/51ab6b06a6d44686be2af6cb95c79982 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 13:50:34,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a0ab965-3a1c-40b8-b730-a824a537d23c Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/51ab6b06a6d44686be2af6cb95c79982"}, "domain_id": null, "name": "Member", "id": "51ab6b06a6d44686be2af6cb95c79982"}} 2019-01-20 13:50:34,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/51ab6b06a6d44686be2af6cb95c79982 used request id req-5a0ab965-3a1c-40b8-b730-a824a537d23c 2019-01-20 13:50:34,979 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/51ab6b06a6d44686be2af6cb95c79982'}, 'domain_id': None, 'human_id': None, 'id': u'51ab6b06a6d44686be2af6cb95c79982', 'HUMAN_ID': False}) 2019-01-20 13:50:34,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 13:50:34,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 13:50:35,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b1aef05-e7f3-409e-a7b6-d0d3f9c6dfc3 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ab6b06a6d44686be2af6cb95c79982", "links": {"self": "http://172.30.9.22:5000/v3/roles/51ab6b06a6d44686be2af6cb95c79982"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 13:50:35,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-3b1aef05-e7f3-409e-a7b6-d0d3f9c6dfc3 2019-01-20 13:50:35,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0761439800262s 2019-01-20 13:50:35,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 13:50:35,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 13:50:35,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-323bdca8-822a-4185-bbb6-8f17b5ed5b0f Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 13:50:35,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-323bdca8-822a-4185-bbb6-8f17b5ed5b0f 2019-01-20 13:50:35,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0807359218597s 2019-01-20 13:50:35,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 13:50:35,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 13:50:35,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7090686a-f664-4120-af46-bcf5f7d68b91 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "cloudify_ims-user_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "links": {"self": "http://172.30.9.22:5000/v3/users/97cbf3c018b04a0f9ca883eae279691b"}, "domain_id": "default", "enabled": true, "id": "97cbf3c018b04a0f9ca883eae279691b", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 13:50:35,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-7090686a-f664-4120-af46-bcf5f7d68b91 2019-01-20 13:50:35,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100172996521s 2019-01-20 13:50:35,239 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-7090686a-f664-4120-af46-bcf5f7d68b91 2019-01-20 13:50:35,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 13:50:35,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 13:50:35,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d35a531-9d51-4580-a4d0-2a3914a7fa13 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.22:5000/v3/projects/1ec8161f3a604d6f8fc71afd39fdd4d1"}, "enabled": true, "id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 13:50:35,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-8d35a531-9d51-4580-a4d0-2a3914a7fa13 2019-01-20 13:50:35,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0746629238129s 2019-01-20 13:50:35,320 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-8d35a531-9d51-4580-a4d0-2a3914a7fa13 2019-01-20 13:50:35,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 13:50:35,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=97cbf3c018b04a0f9ca883eae279691b&scope.project.id=1ec8161f3a604d6f8fc71afd39fdd4d1&role.id=51ab6b06a6d44686be2af6cb95c79982 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 13:50:35,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c7587c9-0d8f-4dad-94f1-50d709d3b106 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=97cbf3c018b04a0f9ca883eae279691b&scope.project.id=1ec8161f3a604d6f8fc71afd39fdd4d1&role.id=51ab6b06a6d44686be2af6cb95c79982", "previous": null, "next": null}} 2019-01-20 13:50:35,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=97cbf3c018b04a0f9ca883eae279691b&scope.project.id=1ec8161f3a604d6f8fc71afd39fdd4d1&role.id=51ab6b06a6d44686be2af6cb95c79982 used request id req-8c7587c9-0d8f-4dad-94f1-50d709d3b106 2019-01-20 13:50:35,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0821559429169s 2019-01-20 13:50:35,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 13:50:35,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/1ec8161f3a604d6f8fc71afd39fdd4d1/users/97cbf3c018b04a0f9ca883eae279691b/roles/51ab6b06a6d44686be2af6cb95c79982 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 13:50:35,478 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 13:50:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1720f82-466d-4c82-aaa7-e699f773bd4f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 13:50:35,478 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/1ec8161f3a604d6f8fc71afd39fdd4d1/users/97cbf3c018b04a0f9ca883eae279691b/roles/51ab6b06a6d44686be2af6cb95c79982 used request id req-f1720f82-466d-4c82-aaa7-e699f773bd4f 2019-01-20 13:50:35,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.0732970237732s 2019-01-20 13:50:35,480 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 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': '7cf49de2-b65f-4f1d-9b36-25993b8610d4', 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_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'project_id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-20 13:50:35,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 13:50:35,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 13:50:35,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 13:50:35,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 13:50:35,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 13:50:35,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 13:50:35,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 13:50:35,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 13:50:35,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 13:50:35,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 13:50:35,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 13:50:35,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 13:50:35,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 13:50:35,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 13:50:35,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 13:50:35,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 13:50:35,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 13:50:35,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 13:50:35,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 13:50:35,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 13:50:35,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 13:50:35,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 13:50:35,485 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'password': '7cf49de2-b65f-4f1d-9b36-25993b8610d4', 'project_name': 'cloudify_ims-project_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '1ec8161f3a604d6f8fc71afd39fdd4d1', 'project_domain_name': 'Default'} 2019-01-20 13:50:35,544 - 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'}} 2019-01-20 13:50:35,558 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2019-01-20 13:50:35,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 13:50:35,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 13:50:35,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7ee0357-40e5-4c5e-abf4-c4099b803acd Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 13:50:35,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-e7ee0357-40e5-4c5e-abf4-c4099b803acd 2019-01-20 13:50:35,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0742280483246s 2019-01-20 13:50:35,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 13:50:35,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 13:50:35,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e358cd65-f5e5-45f1-94c3-15fcf92cd62e Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.22:5000/v3/projects/1ec8161f3a604d6f8fc71afd39fdd4d1"}, "enabled": true, "id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 13:50:35,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-e358cd65-f5e5-45f1-94c3-15fcf92cd62e 2019-01-20 13:50:35,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.084440946579s 2019-01-20 13:50:35,719 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-e358cd65-f5e5-45f1-94c3-15fcf92cd62e 2019-01-20 13:50:35,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2019-01-20 13:50:35,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}0958fcde5bfeae265c761fc6088acab2387e8772" -d '{"network": {"tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "name": "cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "admin_state_up": true}}' 2019-01-20 13:50:36,228 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-4d839769-ace8-4cc6-9acc-b1a203f05887 Date: Sun, 20 Jan 2019 13:50: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":"643d4289-2843-4f6a-bd01-b362779c963c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":23,"ipv4_address_scope":null,"shared":false,"project_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T13:50:36Z","is_default":false,"qos_policy_id":null,"name":"cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4","admin_state_up":true,"tenant_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","created_at":"2019-01-20T13:50:36Z","mtu":1450}} 2019-01-20 13:50:36,229 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4d839769-ace8-4cc6-9acc-b1a203f05887 2019-01-20 13:50:36,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.506667137146s 2019-01-20 13:50:36,229 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4d839769-ace8-4cc6-9acc-b1a203f05887 2019-01-20 13:50:36,230 - 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'2019-01-20T13:50:36Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'643d4289-2843-4f6a-bd01-b362779c963c', u'provider:segmentation_id': 23, 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_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'created_at': u'2019-01-20T13:50:36Z', u'mtu': 1450, u'tenant_id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1ec8161f3a604d6f8fc71afd39fdd4d1'}) 2019-01-20 13:50:36,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 13:50:36,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:50:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b38a54a-d292-405f-941f-90c537caf6e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 13:50:36,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0b38a54a-d292-405f-941f-90c537caf6e2 2019-01-20 13:50:36,238 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 13:50:36,611 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "51ab6b06a6d44686be2af6cb95c79982", "name": "Member"}], "expires_at": "2019-01-20T14:50:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "name": "cloudify_ims-project_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/1ec8161f3a604d6f8fc71afd39fdd4d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/1ec8161f3a604d6f8fc71afd39fdd4d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/1ec8161f3a604d6f8fc71afd39fdd4d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1ec8161f3a604d6f8fc71afd39fdd4d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/1ec8161f3a604d6f8fc71afd39fdd4d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/1ec8161f3a604d6f8fc71afd39fdd4d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1ec8161f3a604d6f8fc71afd39fdd4d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/1ec8161f3a604d6f8fc71afd39fdd4d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/1ec8161f3a604d6f8fc71afd39fdd4d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1ec8161f3a604d6f8fc71afd39fdd4d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/1ec8161f3a604d6f8fc71afd39fdd4d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/1ec8161f3a604d6f8fc71afd39fdd4d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "id": "97cbf3c018b04a0f9ca883eae279691b"}, "audit_ids": ["pq1Hst2cSimonYndqPJN3w"], "issued_at": "2019-01-20T13:50:36.000000Z"}} 2019-01-20 13:50:36,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 13:50:36,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:50:36,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1193 X-Openstack-Request-Id: req-4f207b49-5c97-404f-95d6-9126552b0a25 Date: Sun, 20 Jan 2019 13:50:36 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T13:50:36Z","tenant_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","created_at":"2019-01-20T13:50:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","id":"643d4289-2843-4f6a-bd01-b362779c963c","name":"cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}]} 2019-01-20 13:50:36,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4f207b49-5c97-404f-95d6-9126552b0a25 2019-01-20 13:50:36,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.269270896912s 2019-01-20 13:50:36,884 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4f207b49-5c97-404f-95d6-9126552b0a25 2019-01-20 13:50:36,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2019-01-20 13:50:36,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -d '{"subnet": {"name": "cloudify_ims-subnet_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "enable_dhcp": true, "network_id": "643d4289-2843-4f6a-bd01-b362779c963c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2019-01-20 13:50:37,611 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-fb088624-7c3c-4fda-a757-c662260eba18 Date: Sun, 20 Jan 2019 13:50:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"643d4289-2843-4f6a-bd01-b362779c963c","tenant_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","created_at":"2019-01-20T13:50:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-20T13:50:37Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","id":"be671d07-0f39-484e-8ffb-2b0193ba5bf8","subnetpool_id":null,"name":"cloudify_ims-subnet_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}} 2019-01-20 13:50:37,612 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-fb088624-7c3c-4fda-a757-c662260eba18 2019-01-20 13:50:37,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.725728988647s 2019-01-20 13:50:37,612 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-fb088624-7c3c-4fda-a757-c662260eba18 2019-01-20 13:50:37,613 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-20T13:50:37Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'be671d07-0f39-484e-8ffb-2b0193ba5bf8', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'enable_dhcp': True, u'network_id': u'643d4289-2843-4f6a-bd01-b362779c963c', u'tenant_id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', u'created_at': u'2019-01-20T13:50:37Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1ec8161f3a604d6f8fc71afd39fdd4d1'}) 2019-01-20 13:50:37,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2019-01-20 13:50:37,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "cloudify_ims-router_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "admin_state_up": true}}' 2019-01-20 13:50:42,789 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-927b1c73-87b6-4abb-b30c-875cfebff5b7 Date: Sun, 20 Jan 2019 13:50:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:50:38Z", "admin_state_up": true, "updated_at": "2019-01-20T13:50:39Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "7141f1f8-699c-483b-985c-62e16e996a94", "name": "cloudify_ims-router_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}} 2019-01-20 13:50:42,789 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-927b1c73-87b6-4abb-b30c-875cfebff5b7 2019-01-20 13:50:42,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.17538714409s 2019-01-20 13:50:42,790 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-927b1c73-87b6-4abb-b30c-875cfebff5b7 2019-01-20 13:50:42,790 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2019-01-20T13:50:39Z', u'revision_number': 3, u'id': u'7141f1f8-699c-483b-985c-62e16e996a94', u'external_gateway_info': {u'network_id': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f1d6064a-dfc2-4b08-a86f-c2541a25b519', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-router_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'admin_state_up': True, u'tenant_id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', u'created_at': u'2019-01-20T13:50:38Z', u'flavor_id': None, u'routes': [], u'project_id': u'1ec8161f3a604d6f8fc71afd39fdd4d1'}) 2019-01-20 13:50:42,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2019-01-20 13:50:42,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/7141f1f8-699c-483b-985c-62e16e996a94/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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -d '{"subnet_id": "be671d07-0f39-484e-8ffb-2b0193ba5bf8"}' 2019-01-20 13:50:44,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-21f43203-5b9b-4ac5-9ec2-ec5d827149b9 Date: Sun, 20 Jan 2019 13:50:44 GMT RESP BODY: {"network_id": "643d4289-2843-4f6a-bd01-b362779c963c", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "subnet_id": "be671d07-0f39-484e-8ffb-2b0193ba5bf8", "subnet_ids": ["be671d07-0f39-484e-8ffb-2b0193ba5bf8"], "port_id": "3b02bd5c-523a-452c-bb87-e9eee88b8091", "id": "7141f1f8-699c-483b-985c-62e16e996a94"} 2019-01-20 13:50:44,940 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/7141f1f8-699c-483b-985c-62e16e996a94/add_router_interface.json used request id req-21f43203-5b9b-4ac5-9ec2-ec5d827149b9 2019-01-20 13:50:44,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.14884805679s 2019-01-20 13:50:44,940 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/7141f1f8-699c-483b-985c-62e16e996a94/add_router_interface.json used request id req-21f43203-5b9b-4ac5-9ec2-ec5d827149b9 returning object 7141f1f8-699c-483b-985c-62e16e996a94 2019-01-20 13:50:44,941 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2019-01-20 13:51:11,627 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2019-01-20 13:51:11,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:51:11,637 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sun, 20 Jan 2019 13:51:11 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2019-01-20 13:51:11,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 13:51:11,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:51:11,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f20dcf2d-80f2-4485-9b35-87eb0ee08d6a Date: Sun, 20 Jan 2019 13:51:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 13:51:11,851 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-f20dcf2d-80f2-4485-9b35-87eb0ee08d6a 2019-01-20 13:51:11,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.210423946381s 2019-01-20 13:51:11,851 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-f20dcf2d-80f2-4485-9b35-87eb0ee08d6a 2019-01-20 13:51:11,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-20 13:51:11,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}' 2019-01-20 13:51:12,096 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2 X-Openstack-Request-Id: req-0fd1ba45-7a66-46b5-a531-90ebb41877ab Date: Sun, 20 Jan 2019 13:51:12 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2/file", "owner": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "4209fc3e-11a0-4d95-b414-183662465ac2", "size": null, "self": "/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-20T13:51:12Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "checksum": null, "created_at": "2019-01-20T13:51:12Z", "protected": false} 2019-01-20 13:51:12,096 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-0fd1ba45-7a66-46b5-a531-90ebb41877ab 2019-01-20 13:51:12,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.243121147156s 2019-01-20 13:51:12,097 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-0fd1ba45-7a66-46b5-a531-90ebb41877ab returning object 4209fc3e-11a0-4d95-b414-183662465ac2 2019-01-20 13:51:12,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-20 13:51:12,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2/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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -d '' 2019-01-20 13:52:26,016 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a2f509a2-857c-49e6-9a49-4aec10042565 Date: Sun, 20 Jan 2019 13:52:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:52:26,017 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2/file used request id req-a2f509a2-857c-49e6-9a49-4aec10042565 2019-01-20 13:52:26,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 73.9194090366s 2019-01-20 13:52:26,018 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2/file used request id req-a2f509a2-857c-49e6-9a49-4aec10042565 2019-01-20 13:52:26,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 13:52:26,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:26,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-59c0e790-64b2-4b17-8969-cb0cf2505c42 Date: Sun, 20 Jan 2019 13:52:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/4209fc3e-11a0-4d95-b414-183662465ac2/snap", "metadata": {}}], "file": "/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2/file", "owner": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "4209fc3e-11a0-4d95-b414-183662465ac2", "size": 4373348352, "self": "/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/4209fc3e-11a0-4d95-b414-183662465ac2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-20T13:52:25Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2019-01-20T13:51:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 13:52:26,224 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-59c0e790-64b2-4b17-8969-cb0cf2505c42 2019-01-20 13:52:26,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.204715013504s 2019-01-20 13:52:26,225 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-59c0e790-64b2-4b17-8969-cb0cf2505c42 2019-01-20 13:52:26,228 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/4209fc3e-11a0-4d95-b414-183662465ac2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2/file', 'owner': u'1ec8161f3a604d6f8fc71afd39fdd4d1', 'id': u'4209fc3e-11a0-4d95-b414-183662465ac2', 'size': 4373348352, u'self': u'/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', 'name': 'cloudify_ims-project_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/4209fc3e-11a0-4d95-b414-183662465ac2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-20T13:52:25Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-20T13:52:25Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'created': u'2019-01-20T13:51:12Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2019-01-20T13:51:12Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2019-01-20 13:52:26,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-20 13:52:26,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}0958fcde5bfeae265c761fc6088acab2387e8772" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2019-01-20 13:52:26,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:52:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de580e44-73d6-40a4-a762-0eb1117ce697 x-compute-request-id: req-de580e44-73d6-40a4-a762-0eb1117ce697 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "name": "cloudify_ims-flavor_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:52:26,822 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-de580e44-73d6-40a4-a762-0eb1117ce697 2019-01-20 13:52:26,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.592912912369s 2019-01-20 13:52:26,823 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-de580e44-73d6-40a4-a762-0eb1117ce697 returning object 26624de2-d5f6-4fc7-8a55-2a1617d30f0e 2019-01-20 13:52:26,824 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_57cad00a-21f5-4dfd-888a-44a952c3a1a4', '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'057838f782f94e5ca660a8d24231cdb7', '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'26624de2-d5f6-4fc7-8a55-2a1617d30f0e', 'swap': 0}) 2019-01-20 13:52:26,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-20 13:52:26,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e/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}0958fcde5bfeae265c761fc6088acab2387e8772" -d '{"extra_specs": {}}' 2019-01-20 13:52:26,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:52:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9421cfc0-a9b1-4db0-8526-e991d4f801f3 x-compute-request-id: req-9421cfc0-a9b1-4db0-8526-e991d4f801f3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 13:52:26,849 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e/os-extra_specs used request id req-9421cfc0-a9b1-4db0-8526-e991d4f801f3 2019-01-20 13:52:26,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0244970321655s 2019-01-20 13:52:26,849 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e/os-extra_specs used request id req-9421cfc0-a9b1-4db0-8526-e991d4f801f3 2019-01-20 13:52:26,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2019-01-20 13:52:26,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -d '{"keypair": {"name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}}' 2019-01-20 13:52:27,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:52:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7009a65e-3d5b-4531-ad1e-0c5faf7d2595 x-compute-request-id: req-7009a65e-3d5b-4531-ad1e-0c5faf7d2595 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxjWJY/8ZQMBncOUPGeFemZFRd/aY6rI0Xrazd64eOchuIhodObpaPrBhCCUir5bey3dinvdR9vHx18IyHR2NWVRPAH/vIEUufjNseDIXwCynSmEA34l3LcCBmXoO/oDFuyVAz3xc/vXf8tL5YD0d1awfNvm33XAAkJETai19+0wCIe19sOgi2HH7YnoeCqSz6qZoJiWWlVD8xKouUbRoOsri5hfRMLsIYhTbDzj5QvPXODNGg3Ffx2OyGeGcy3jAoFzRWVqBVHxgSQjZcjum9cdZcyUYh+7XzN7xa2oDK62yt3Y1QqnhmnMyRZTikLrKUDs19+VAS0ckYv/JSDC7p Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsY1iWP/GUDAZ3DlDxnhXpmRUXf2mOqyNF62s3euHjnIbiIaH\nTm6Wj6wYQglIq+W3st3Yp73Ufbx8dfCMh0djVlUTwB/7yBFLn4zbHgyF8Asp0phA\nN+Jdy3AgZl6Dv6AxbslQM98XP713/LS+WA9HdWsHzb5t91wAJCRE2otfftMAiHtf\nbDoIthx+2J6Hgqks+qmaCYllpVQ/MSqLlG0aDrK4uYX0TC7CGIU2w84+ULz1zgzR\noNxX8djshnhnMt4wKBc0VlagVR8YEkI2XI7pvXHWXMlGIfu18ze8WtqAyutsrd2N\nUKp4ZpzMkWU4pC6ylA7NfflQEtHJGL/yUgwu6QIDAQABAoIBABtgWm6wmWpZ0FL1\nfW7HtXQRejS33H6lhmfFPqdFHrSnAXnOjGRahtqGRYNBHTRsCiQJMtPCYFY2ztX8\njh55smZoXdA83jyd9hQWyt5aPfiiMAOpuBUl0SKCGmzOW/AbCiQz5CrrVhFc7HhJ\ngiPfzzvakex2VUxToi3wbbFo1gOe0XGzj2XI2BiOTJfjbE3RJ49opvWAC+pT6FrC\ndzTKSl4a1jLQB5Y6yhRcadGD8Z1fgVDiOELTnx0Wp7oXIyuLVt4EUeom9CjuX8qk\nk9DPvaHlOVlKVkAvbFayaJzA45moveaf0rG/Czy1nYaZazEOEI+wsSwF+0w1T1jI\nJl+0gyUCgYEA1uqiPMQDi2OqWBwtGaoq88QqaDnW/gXh4DqOiFWWveGIwTaTvFj1\nRk8MKjKghwBeB4mk6apLWhx5r/IIttPDfv4Zw6FaV9YK519jcrWDLsDp6T/WGIyz\nNhVxCzxUY4Md7oKC33/0SjJfgao3jLmRV3G1PG1INAIsCdUdil0R1QMCgYEA035B\nr67EqrxbeT6B5Cy3i3VE5EkSaPs8flxN/B7Afiok3fVZRGHssDl8vklwUNrx2bYk\nVjCvfsP5MiyLhj/HTrUEqYTnp0YW1P09zkhvQaVVwjwk3qESX2+N6RpusmHp09B2\nfNSLMGoT8Qm1xWP1P9SRbn3TqDU23xtQwCxv2qMCgYEAtJ1pjRHaPLmcvgGn8Wqu\nQEC6tu7s/HyrEEuF35O2ZIt255HbZK2KK/VgrtHvUKWBYGpP+sPQIcHOjowkwKmF\nIWOg+WTPzQOoFDx5EjzzK0abDhhE8ErGjYxFfYDNFvhpHjn2jKg3AGgHFayclJqb\nR9bazha1WGf+5KCC+/Ytd0sCgYEAsJ49qMNgxdyq32POAYk+dp4mPCax0y4MZNIc\n5jGgOzxisWGVfL/yc3ButlKKE1vkoRW03q2lwU1TrAz7L8/PV/FfxVmSQ2UK6C/c\nD4r6Lm4uYhjsCWel+kEk18gVLa8LILJ0YOb2niXYJXEgdYl2ZCnWkdlOiqh1/HfJ\nRdNWTdUCgYAiq9N64ExjbtxchftPN0s7BbVmcO7yzRLcpzsIOafC+7W4cwTTycJk\nIfieTbg9CMlq8iEA8yBDT7e7lRynUhOhtz2CO8Qp7j1OHqjhkFrru4D/JZJ2GRsk\nyEebl+G4xi/toNiALXzHSMhYoVNFUDPEdGCz2UFzwG3Jdqzb2Bzl+A==\n-----END RSA PRIVATE KEY-----\n", "user_id": "97cbf3c018b04a0f9ca883eae279691b", "name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "fingerprint": "ea:4a:c6:fe:7f:97:c8:c2:fc:2c:23:cd:38:a2:9f:6e"}} 2019-01-20 13:52:27,118 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-7009a65e-3d5b-4531-ad1e-0c5faf7d2595 2019-01-20 13:52:27,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.268558979034s 2019-01-20 13:52:27,119 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-7009a65e-3d5b-4531-ad1e-0c5faf7d2595 2019-01-20 13:52:27,120 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxjWJY/8ZQMBncOUPGeFemZFRd/aY6rI0Xrazd64eOchuIhodObpaPrBhCCUir5bey3dinvdR9vHx18IyHR2NWVRPAH/vIEUufjNseDIXwCynSmEA34l3LcCBmXoO/oDFuyVAz3xc/vXf8tL5YD0d1awfNvm33XAAkJETai19+0wCIe19sOgi2HH7YnoeCqSz6qZoJiWWlVD8xKouUbRoOsri5hfRMLsIYhTbDzj5QvPXODNGg3Ffx2OyGeGcy3jAoFzRWVqBVHxgSQjZcjum9cdZcyUYh+7XzN7xa2oDK62yt3Y1QqnhmnMyRZTikLrKUDs19+VAS0ckYv/JSDC7p Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsY1iWP/GUDAZ3DlDxnhXpmRUXf2mOqyNF62s3euHjnIbiIaH\nTm6Wj6wYQglIq+W3st3Yp73Ufbx8dfCMh0djVlUTwB/7yBFLn4zbHgyF8Asp0phA\nN+Jdy3AgZl6Dv6AxbslQM98XP713/LS+WA9HdWsHzb5t91wAJCRE2otfftMAiHtf\nbDoIthx+2J6Hgqks+qmaCYllpVQ/MSqLlG0aDrK4uYX0TC7CGIU2w84+ULz1zgzR\noNxX8djshnhnMt4wKBc0VlagVR8YEkI2XI7pvXHWXMlGIfu18ze8WtqAyutsrd2N\nUKp4ZpzMkWU4pC6ylA7NfflQEtHJGL/yUgwu6QIDAQABAoIBABtgWm6wmWpZ0FL1\nfW7HtXQRejS33H6lhmfFPqdFHrSnAXnOjGRahtqGRYNBHTRsCiQJMtPCYFY2ztX8\njh55smZoXdA83jyd9hQWyt5aPfiiMAOpuBUl0SKCGmzOW/AbCiQz5CrrVhFc7HhJ\ngiPfzzvakex2VUxToi3wbbFo1gOe0XGzj2XI2BiOTJfjbE3RJ49opvWAC+pT6FrC\ndzTKSl4a1jLQB5Y6yhRcadGD8Z1fgVDiOELTnx0Wp7oXIyuLVt4EUeom9CjuX8qk\nk9DPvaHlOVlKVkAvbFayaJzA45moveaf0rG/Czy1nYaZazEOEI+wsSwF+0w1T1jI\nJl+0gyUCgYEA1uqiPMQDi2OqWBwtGaoq88QqaDnW/gXh4DqOiFWWveGIwTaTvFj1\nRk8MKjKghwBeB4mk6apLWhx5r/IIttPDfv4Zw6FaV9YK519jcrWDLsDp6T/WGIyz\nNhVxCzxUY4Md7oKC33/0SjJfgao3jLmRV3G1PG1INAIsCdUdil0R1QMCgYEA035B\nr67EqrxbeT6B5Cy3i3VE5EkSaPs8flxN/B7Afiok3fVZRGHssDl8vklwUNrx2bYk\nVjCvfsP5MiyLhj/HTrUEqYTnp0YW1P09zkhvQaVVwjwk3qESX2+N6RpusmHp09B2\nfNSLMGoT8Qm1xWP1P9SRbn3TqDU23xtQwCxv2qMCgYEAtJ1pjRHaPLmcvgGn8Wqu\nQEC6tu7s/HyrEEuF35O2ZIt255HbZK2KK/VgrtHvUKWBYGpP+sPQIcHOjowkwKmF\nIWOg+WTPzQOoFDx5EjzzK0abDhhE8ErGjYxFfYDNFvhpHjn2jKg3AGgHFayclJqb\nR9bazha1WGf+5KCC+/Ytd0sCgYEAsJ49qMNgxdyq32POAYk+dp4mPCax0y4MZNIc\n5jGgOzxisWGVfL/yc3ButlKKE1vkoRW03q2lwU1TrAz7L8/PV/FfxVmSQ2UK6C/c\nD4r6Lm4uYhjsCWel+kEk18gVLa8LILJ0YOb2niXYJXEgdYl2ZCnWkdlOiqh1/HfJ\nRdNWTdUCgYAiq9N64ExjbtxchftPN0s7BbVmcO7yzRLcpzsIOafC+7W4cwTTycJk\nIfieTbg9CMlq8iEA8yBDT7e7lRynUhOhtz2CO8Qp7j1OHqjhkFrru4D/JZJ2GRsk\nyEebl+G4xi/toNiALXzHSMhYoVNFUDPEdGCz2UFzwG3Jdqzb2Bzl+A==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'97cbf3c018b04a0f9ca883eae279691b', 'name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'created_at': '2019-01-20T13:52:27.120063', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', 'name': 'cloudify_ims-project_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'ea:4a:c6:fe:7f:97:c8:c2:fc:2c:23:cd:38:a2:9f:6e', 'type': 'ssh', 'id': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4'}) 2019-01-20 13:52:27,120 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAsY1iWP/GUDAZ3DlDxnhXpmRUXf2mOqyNF62s3euHjnIbiIaH Tm6Wj6wYQglIq+W3st3Yp73Ufbx8dfCMh0djVlUTwB/7yBFLn4zbHgyF8Asp0phA N+Jdy3AgZl6Dv6AxbslQM98XP713/LS+WA9HdWsHzb5t91wAJCRE2otfftMAiHtf bDoIthx+2J6Hgqks+qmaCYllpVQ/MSqLlG0aDrK4uYX0TC7CGIU2w84+ULz1zgzR oNxX8djshnhnMt4wKBc0VlagVR8YEkI2XI7pvXHWXMlGIfu18ze8WtqAyutsrd2N UKp4ZpzMkWU4pC6ylA7NfflQEtHJGL/yUgwu6QIDAQABAoIBABtgWm6wmWpZ0FL1 fW7HtXQRejS33H6lhmfFPqdFHrSnAXnOjGRahtqGRYNBHTRsCiQJMtPCYFY2ztX8 jh55smZoXdA83jyd9hQWyt5aPfiiMAOpuBUl0SKCGmzOW/AbCiQz5CrrVhFc7HhJ giPfzzvakex2VUxToi3wbbFo1gOe0XGzj2XI2BiOTJfjbE3RJ49opvWAC+pT6FrC dzTKSl4a1jLQB5Y6yhRcadGD8Z1fgVDiOELTnx0Wp7oXIyuLVt4EUeom9CjuX8qk k9DPvaHlOVlKVkAvbFayaJzA45moveaf0rG/Czy1nYaZazEOEI+wsSwF+0w1T1jI Jl+0gyUCgYEA1uqiPMQDi2OqWBwtGaoq88QqaDnW/gXh4DqOiFWWveGIwTaTvFj1 Rk8MKjKghwBeB4mk6apLWhx5r/IIttPDfv4Zw6FaV9YK519jcrWDLsDp6T/WGIyz NhVxCzxUY4Md7oKC33/0SjJfgao3jLmRV3G1PG1INAIsCdUdil0R1QMCgYEA035B r67EqrxbeT6B5Cy3i3VE5EkSaPs8flxN/B7Afiok3fVZRGHssDl8vklwUNrx2bYk VjCvfsP5MiyLhj/HTrUEqYTnp0YW1P09zkhvQaVVwjwk3qESX2+N6RpusmHp09B2 fNSLMGoT8Qm1xWP1P9SRbn3TqDU23xtQwCxv2qMCgYEAtJ1pjRHaPLmcvgGn8Wqu QEC6tu7s/HyrEEuF35O2ZIt255HbZK2KK/VgrtHvUKWBYGpP+sPQIcHOjowkwKmF IWOg+WTPzQOoFDx5EjzzK0abDhhE8ErGjYxFfYDNFvhpHjn2jKg3AGgHFayclJqb R9bazha1WGf+5KCC+/Ytd0sCgYEAsJ49qMNgxdyq32POAYk+dp4mPCax0y4MZNIc 5jGgOzxisWGVfL/yc3ButlKKE1vkoRW03q2lwU1TrAz7L8/PV/FfxVmSQ2UK6C/c D4r6Lm4uYhjsCWel+kEk18gVLa8LILJ0YOb2niXYJXEgdYl2ZCnWkdlOiqh1/HfJ RdNWTdUCgYAiq9N64ExjbtxchftPN0s7BbVmcO7yzRLcpzsIOafC+7W4cwTTycJk IfieTbg9CMlq8iEA8yBDT7e7lRynUhOhtz2CO8Qp7j1OHqjhkFrru4D/JZJ2GRsk yEebl+G4xi/toNiALXzHSMhYoVNFUDPEdGCz2UFzwG3Jdqzb2Bzl+A== -----END RSA PRIVATE KEY----- 2019-01-20 13:52:27,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2019-01-20 13:52:27,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -d '{"security_group": {"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2019-01-20 13:52:27,525 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-c7e97d3b-f072-40a2-b93a-335502ebd9b6 Date: Sun, 20 Jan 2019 13:52:27 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:52:27Z", "updated_at": "2019-01-20T13:52:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:27Z", "revision_number": 0, "id": "666a034f-ba4b-456f-9eb1-8caae134d31b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:27Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:27Z", "revision_number": 0, "id": "8b0603c4-0413-4b9c-97c5-bb257ca1a5b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:27Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}], "revision_number": 2, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "9f244604-668f-4c6c-be53-77d616ec6e50", "name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}} 2019-01-20 13:52:27,525 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c7e97d3b-f072-40a2-b93a-335502ebd9b6 2019-01-20 13:52:27,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.401785135269s 2019-01-20 13:52:27,526 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c7e97d3b-f072-40a2-b93a-335502ebd9b6 2019-01-20 13:52:27,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 13:52:27,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:27,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-5a5fdf33-f675-4d6b-876e-33b241cbebf4 Date: Sun, 20 Jan 2019 13:52:27 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:52:27Z", "updated_at": "2019-01-20T13:52:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:27Z", "revision_number": 0, "id": "666a034f-ba4b-456f-9eb1-8caae134d31b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:27Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:27Z", "revision_number": 0, "id": "8b0603c4-0413-4b9c-97c5-bb257ca1a5b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:27Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}], "revision_number": 2, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "9f244604-668f-4c6c-be53-77d616ec6e50", "name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}, {"description": "Default security group", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:50:35Z", "updated_at": "2019-01-20T13:50:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "284940ea-3484-4264-a6b2-3b60784869a9", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "83efc70f-0656-4370-846d-da10f9d18ec4", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "85286e8a-4b83-4428-bcaf-bfb0803d571d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "ca328684-8f62-45f3-8cab-744957d8cca6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}], "revision_number": 4, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "name": "default"}]} 2019-01-20 13:52:27,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-5a5fdf33-f675-4d6b-876e-33b241cbebf4 2019-01-20 13:52:27,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.393748998642s 2019-01-20 13:52:27,924 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-5a5fdf33-f675-4d6b-876e-33b241cbebf4 2019-01-20 13:52:27,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-20 13:52:27,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -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": "9f244604-668f-4c6c-be53-77d616ec6e50"}}' 2019-01-20 13:52:28,262 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-7b92cf2c-dc24-4cff-9263-acbe36019470 Date: Sun, 20 Jan 2019 13:52:28 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "port_range_min": 22, "revision_number": 0, "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:52:28Z", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "2b533963-879f-4fd4-ae22-cb7c1614208c"}} 2019-01-20 13:52:28,262 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-7b92cf2c-dc24-4cff-9263-acbe36019470 2019-01-20 13:52:28,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.334365844727s 2019-01-20 13:52:28,263 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-7b92cf2c-dc24-4cff-9263-acbe36019470 2019-01-20 13:52:28,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 13:52:28,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:28,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-b136bcd0-1e98-40b5-a57f-cb5d9e2445de Date: Sun, 20 Jan 2019 13:52:28 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:52:27Z", "updated_at": "2019-01-20T13:52:28Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:52:28Z", "revision_number": 0, "id": "2b533963-879f-4fd4-ae22-cb7c1614208c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:27Z", "revision_number": 0, "id": "666a034f-ba4b-456f-9eb1-8caae134d31b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:27Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:27Z", "revision_number": 0, "id": "8b0603c4-0413-4b9c-97c5-bb257ca1a5b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:27Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}], "revision_number": 3, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "9f244604-668f-4c6c-be53-77d616ec6e50", "name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}, {"description": "Default security group", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:50:35Z", "updated_at": "2019-01-20T13:50:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "284940ea-3484-4264-a6b2-3b60784869a9", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "83efc70f-0656-4370-846d-da10f9d18ec4", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "85286e8a-4b83-4428-bcaf-bfb0803d571d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "ca328684-8f62-45f3-8cab-744957d8cca6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}], "revision_number": 4, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "name": "default"}]} 2019-01-20 13:52:28,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-b136bcd0-1e98-40b5-a57f-cb5d9e2445de 2019-01-20 13:52:28,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0640430450439s 2019-01-20 13:52:28,331 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-b136bcd0-1e98-40b5-a57f-cb5d9e2445de 2019-01-20 13:52:28,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-20 13:52:28,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -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": "9f244604-668f-4c6c-be53-77d616ec6e50"}}' 2019-01-20 13:52:28,662 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-d6723f5b-3896-405c-9dde-ce24b6945f48 Date: Sun, 20 Jan 2019 13:52:28 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "port_range_min": null, "revision_number": 0, "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:52:28Z", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "038f45f5-ff13-43ca-a5cf-13e1ec018252"}} 2019-01-20 13:52:28,662 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-d6723f5b-3896-405c-9dde-ce24b6945f48 2019-01-20 13:52:28,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.328027963638s 2019-01-20 13:52:28,663 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-d6723f5b-3896-405c-9dde-ce24b6945f48 2019-01-20 13:52:28,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 13:52:28,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:28,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-842a41ad-1d1a-49c6-9d04-803b387f19fe Date: Sun, 20 Jan 2019 13:52:28 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:52:27Z", "updated_at": "2019-01-20T13:52:28Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:28Z", "revision_number": 0, "id": "038f45f5-ff13-43ca-a5cf-13e1ec018252", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:52:28Z", "revision_number": 0, "id": "2b533963-879f-4fd4-ae22-cb7c1614208c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:27Z", "revision_number": 0, "id": "666a034f-ba4b-456f-9eb1-8caae134d31b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:27Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:27Z", "revision_number": 0, "id": "8b0603c4-0413-4b9c-97c5-bb257ca1a5b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:27Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}], "revision_number": 4, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "9f244604-668f-4c6c-be53-77d616ec6e50", "name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}, {"description": "Default security group", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:50:35Z", "updated_at": "2019-01-20T13:50:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "284940ea-3484-4264-a6b2-3b60784869a9", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "83efc70f-0656-4370-846d-da10f9d18ec4", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "85286e8a-4b83-4428-bcaf-bfb0803d571d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "ca328684-8f62-45f3-8cab-744957d8cca6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}], "revision_number": 4, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "name": "default"}]} 2019-01-20 13:52:28,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-842a41ad-1d1a-49c6-9d04-803b387f19fe 2019-01-20 13:52:28,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0610971450806s 2019-01-20 13:52:28,728 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-842a41ad-1d1a-49c6-9d04-803b387f19fe 2019-01-20 13:52:28,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-20 13:52:28,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -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": "9f244604-668f-4c6c-be53-77d616ec6e50"}}' 2019-01-20 13:52:29,075 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0cbf22c4-ec05-4923-9f6e-39cf4ace4799 Date: Sun, 20 Jan 2019 13:52:29 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": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "port_range_min": 80, "revision_number": 0, "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:52:28Z", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "7d80f26a-5fe1-4e39-a9e4-5f2c404bc1b7"}} 2019-01-20 13:52:29,076 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-0cbf22c4-ec05-4923-9f6e-39cf4ace4799 2019-01-20 13:52:29,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.344391107559s 2019-01-20 13:52:29,076 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-0cbf22c4-ec05-4923-9f6e-39cf4ace4799 2019-01-20 13:52:29,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 13:52:29,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:29,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-112be124-ffb7-40e0-b0f5-fe011072f61e Date: Sun, 20 Jan 2019 13:52:29 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:52:27Z", "updated_at": "2019-01-20T13:52:28Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:28Z", "revision_number": 0, "id": "038f45f5-ff13-43ca-a5cf-13e1ec018252", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:52:28Z", "revision_number": 0, "id": "2b533963-879f-4fd4-ae22-cb7c1614208c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:27Z", "revision_number": 0, "id": "666a034f-ba4b-456f-9eb1-8caae134d31b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:27Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-20T13:52:28Z", "revision_number": 0, "id": "7d80f26a-5fe1-4e39-a9e4-5f2c404bc1b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:27Z", "revision_number": 0, "id": "8b0603c4-0413-4b9c-97c5-bb257ca1a5b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:27Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}], "revision_number": 5, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "9f244604-668f-4c6c-be53-77d616ec6e50", "name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}, {"description": "Default security group", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:50:35Z", "updated_at": "2019-01-20T13:50:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "284940ea-3484-4264-a6b2-3b60784869a9", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "83efc70f-0656-4370-846d-da10f9d18ec4", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "85286e8a-4b83-4428-bcaf-bfb0803d571d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "ca328684-8f62-45f3-8cab-744957d8cca6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}], "revision_number": 4, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "name": "default"}]} 2019-01-20 13:52:29,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-112be124-ffb7-40e0-b0f5-fe011072f61e 2019-01-20 13:52:29,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.196407079697s 2019-01-20 13:52:29,276 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-112be124-ffb7-40e0-b0f5-fe011072f61e 2019-01-20 13:52:29,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-20 13:52:29,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -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": "9f244604-668f-4c6c-be53-77d616ec6e50"}}' 2019-01-20 13:52:29,590 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-b09033f7-fc7f-4b9b-9298-196be4b283de Date: Sun, 20 Jan 2019 13:52:29 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": "2019-01-20T13:52:29Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "port_range_min": 443, "revision_number": 0, "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:52:29Z", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "c6b2f831-d549-47c6-8b1b-706b39d8df0f"}} 2019-01-20 13:52:29,591 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-b09033f7-fc7f-4b9b-9298-196be4b283de 2019-01-20 13:52:29,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.3106341362s 2019-01-20 13:52:29,591 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-b09033f7-fc7f-4b9b-9298-196be4b283de 2019-01-20 13:52:29,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 13:52:29,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:29,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-a89da5fc-46a8-4220-936a-c03ecc22f261 Date: Sun, 20 Jan 2019 13:52:29 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:52:27Z", "updated_at": "2019-01-20T13:52:29Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:28Z", "revision_number": 0, "id": "038f45f5-ff13-43ca-a5cf-13e1ec018252", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:52:28Z", "revision_number": 0, "id": "2b533963-879f-4fd4-ae22-cb7c1614208c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:27Z", "revision_number": 0, "id": "666a034f-ba4b-456f-9eb1-8caae134d31b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:27Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-20T13:52:28Z", "revision_number": 0, "id": "7d80f26a-5fe1-4e39-a9e4-5f2c404bc1b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:27Z", "revision_number": 0, "id": "8b0603c4-0413-4b9c-97c5-bb257ca1a5b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:27Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2019-01-20T13:52:29Z", "revision_number": 0, "id": "c6b2f831-d549-47c6-8b1b-706b39d8df0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:29Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 443, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}], "revision_number": 6, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "9f244604-668f-4c6c-be53-77d616ec6e50", "name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}, {"description": "Default security group", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:50:35Z", "updated_at": "2019-01-20T13:50:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "284940ea-3484-4264-a6b2-3b60784869a9", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "83efc70f-0656-4370-846d-da10f9d18ec4", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "85286e8a-4b83-4428-bcaf-bfb0803d571d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "ca328684-8f62-45f3-8cab-744957d8cca6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}], "revision_number": 4, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "name": "default"}]} 2019-01-20 13:52:29,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-a89da5fc-46a8-4220-936a-c03ecc22f261 2019-01-20 13:52:29,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.209977149963s 2019-01-20 13:52:29,805 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-a89da5fc-46a8-4220-936a-c03ecc22f261 2019-01-20 13:52:29,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-20 13:52:29,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -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": "9f244604-668f-4c6c-be53-77d616ec6e50"}}' 2019-01-20 13:52:29,968 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-efcb36f4-a85f-4fb6-9911-6dc76ee93090 Date: Sun, 20 Jan 2019 13:52:29 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": "2019-01-20T13:52:29Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "port_range_min": 5671, "revision_number": 0, "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:52:29Z", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "30b81217-96e8-49ff-8498-59673cf57e1b"}} 2019-01-20 13:52:29,968 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-efcb36f4-a85f-4fb6-9911-6dc76ee93090 2019-01-20 13:52:29,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.159015893936s 2019-01-20 13:52:29,968 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-efcb36f4-a85f-4fb6-9911-6dc76ee93090 2019-01-20 13:52:29,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 13:52:29,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:30,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-76dac77e-6e1e-4080-9b22-28a790dbf5c4 Date: Sun, 20 Jan 2019 13:52:30 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:52:27Z", "updated_at": "2019-01-20T13:52:29Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:28Z", "revision_number": 0, "id": "038f45f5-ff13-43ca-a5cf-13e1ec018252", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:52:28Z", "revision_number": 0, "id": "2b533963-879f-4fd4-ae22-cb7c1614208c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2019-01-20T13:52:29Z", "revision_number": 0, "id": "30b81217-96e8-49ff-8498-59673cf57e1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:29Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:27Z", "revision_number": 0, "id": "666a034f-ba4b-456f-9eb1-8caae134d31b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:27Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-20T13:52:28Z", "revision_number": 0, "id": "7d80f26a-5fe1-4e39-a9e4-5f2c404bc1b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:27Z", "revision_number": 0, "id": "8b0603c4-0413-4b9c-97c5-bb257ca1a5b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:27Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2019-01-20T13:52:29Z", "revision_number": 0, "id": "c6b2f831-d549-47c6-8b1b-706b39d8df0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:29Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 443, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}], "revision_number": 7, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "9f244604-668f-4c6c-be53-77d616ec6e50", "name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}, {"description": "Default security group", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:50:35Z", "updated_at": "2019-01-20T13:50:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "284940ea-3484-4264-a6b2-3b60784869a9", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "83efc70f-0656-4370-846d-da10f9d18ec4", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "85286e8a-4b83-4428-bcaf-bfb0803d571d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "ca328684-8f62-45f3-8cab-744957d8cca6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}], "revision_number": 4, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "name": "default"}]} 2019-01-20 13:52:30,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-76dac77e-6e1e-4080-9b22-28a790dbf5c4 2019-01-20 13:52:30,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0527849197388s 2019-01-20 13:52:30,025 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-76dac77e-6e1e-4080-9b22-28a790dbf5c4 2019-01-20 13:52:30,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-20 13:52:30,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -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": "9f244604-668f-4c6c-be53-77d616ec6e50"}}' 2019-01-20 13:52:30,315 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-daf6fd0b-907c-45bb-bdd0-4f4959a5a525 Date: Sun, 20 Jan 2019 13:52:30 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": "2019-01-20T13:52:30Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "port_range_min": 53333, "revision_number": 0, "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:52:30Z", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "f2d025ce-3101-40de-9a41-9ab409bf1fb6"}} 2019-01-20 13:52:30,315 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-daf6fd0b-907c-45bb-bdd0-4f4959a5a525 2019-01-20 13:52:30,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.286848068237s 2019-01-20 13:52:30,316 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-daf6fd0b-907c-45bb-bdd0-4f4959a5a525 2019-01-20 13:52:30,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 13:52:30,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:30,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-ce5ad65e-ffb4-4104-b666-444cb640d89d Date: Sun, 20 Jan 2019 13:52:30 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["be671d07-0f39-484e-8ffb-2b0193ba5bf8"],"updated_at":"2019-01-20T13:50:37Z","tenant_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","created_at":"2019-01-20T13:50:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","id":"643d4289-2843-4f6a-bd01-b362779c963c","name":"cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}]} 2019-01-20 13:52:30,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-ce5ad65e-ffb4-4104-b666-444cb640d89d 2019-01-20 13:52:30,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.274312019348s 2019-01-20 13:52:30,592 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-ce5ad65e-ffb4-4104-b666-444cb640d89d 2019-01-20 13:52:30,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 13:52:30,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:30,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-5c2c2ea5-edf0-488a-bbfc-3afdb49ea914 Date: Sun, 20 Jan 2019 13:52:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/4209fc3e-11a0-4d95-b414-183662465ac2/snap", "metadata": {}}], "file": "/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2/file", "owner": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "4209fc3e-11a0-4d95-b414-183662465ac2", "size": 4373348352, "self": "/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/4209fc3e-11a0-4d95-b414-183662465ac2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-20T13:52:25Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2019-01-20T13:51:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 13:52:30,793 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5c2c2ea5-edf0-488a-bbfc-3afdb49ea914 2019-01-20 13:52:30,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.199728012085s 2019-01-20 13:52:30,793 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5c2c2ea5-edf0-488a-bbfc-3afdb49ea914 2019-01-20 13:52:30,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 13:52:30,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:30,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-12862940-7af2-497a-952e-99fbb5048851 x-compute-request-id: req-12862940-7af2-497a-952e-99fbb5048851 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "name": "cloudify_ims-flavor_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 13:52:30,827 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-12862940-7af2-497a-952e-99fbb5048851 2019-01-20 13:52:30,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0321040153503s 2019-01-20 13:52:30,827 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-12862940-7af2-497a-952e-99fbb5048851 2019-01-20 13:52:30,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2019-01-20 13:52:30,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -d '{"server": {"name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "imageRef": "4209fc3e-11a0-4d95-b414-183662465ac2", "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "flavorRef": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "max_count": 1, "min_count": 1, "networks": [{"uuid": "643d4289-2843-4f6a-bd01-b362779c963c"}], "security_groups": [{"name": "9f244604-668f-4c6c-be53-77d616ec6e50"}]}}' 2019-01-20 13:52:34,557 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-8d752fb0-8c2e-406b-9183-183c60f8704c x-compute-request-id: req-8d752fb0-8c2e-406b-9183-183c60f8704c Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "9f244604-668f-4c6c-be53-77d616ec6e50"}], "OS-DCF:diskConfig": "MANUAL", "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "adminPass": "JyEXiH5xTjfs"}} 2019-01-20 13:52:34,557 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-8d752fb0-8c2e-406b-9183-183c60f8704c 2019-01-20 13:52:34,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.72839307785s 2019-01-20 13:52:34,558 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-8d752fb0-8c2e-406b-9183-183c60f8704c 2019-01-20 13:52:34,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:52:34,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:34,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-3ef451eb-eeb0-42e7-94f9-a4ce176d147d x-compute-request-id: req-3ef451eb-eeb0-42e7-94f9-a4ce176d147d Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:52:34,840 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3ef451eb-eeb0-42e7-94f9-a4ce176d147d 2019-01-20 13:52:34,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.282109022141s 2019-01-20 13:52:34,841 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3ef451eb-eeb0-42e7-94f9-a4ce176d147d 2019-01-20 13:52:34,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 13:52:34,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:35,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-9a85986b-6a3f-45c2-a15d-e28b1f299b9f Date: Sun, 20 Jan 2019 13:52:35 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["be671d07-0f39-484e-8ffb-2b0193ba5bf8"],"updated_at":"2019-01-20T13:50:37Z","tenant_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","created_at":"2019-01-20T13:50:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","id":"643d4289-2843-4f6a-bd01-b362779c963c","name":"cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}]} 2019-01-20 13:52:35,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9a85986b-6a3f-45c2-a15d-e28b1f299b9f 2019-01-20 13:52:35,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.251921892166s 2019-01-20 13:52:35,101 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9a85986b-6a3f-45c2-a15d-e28b1f299b9f 2019-01-20 13:52:35,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-20 13:52:35,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:35,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-67f4676b-950b-4463-a7aa-c9c97b79f81d Date: Sun, 20 Jan 2019 13:52:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"643d4289-2843-4f6a-bd01-b362779c963c","tenant_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","created_at":"2019-01-20T13:50:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-20T13:50:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","id":"be671d07-0f39-484e-8ffb-2b0193ba5bf8","subnetpool_id":null,"name":"cloudify_ims-subnet_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}]} 2019-01-20 13:52:35,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-67f4676b-950b-4463-a7aa-c9c97b79f81d 2019-01-20 13:52:35,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0509359836578s 2019-01-20 13:52:35,153 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-67f4676b-950b-4463-a7aa-c9c97b79f81d 2019-01-20 13:52:35,153 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:52:37,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:52:37,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:38,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:52:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69a023bc-f50f-4608-952b-b6dd87f7dab6 x-compute-request-id: req-69a023bc-f50f-4608-952b-b6dd87f7dab6 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:52:38,051 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-69a023bc-f50f-4608-952b-b6dd87f7dab6 2019-01-20 13:52:38,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.894036769867s 2019-01-20 13:52:38,051 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-69a023bc-f50f-4608-952b-b6dd87f7dab6 2019-01-20 13:52:38,055 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:52:40,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:52:40,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:40,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:52:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80cc285d-6a49-4a4b-987f-89358da05786 x-compute-request-id: req-80cc285d-6a49-4a4b-987f-89358da05786 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:52:40,639 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-80cc285d-6a49-4a4b-987f-89358da05786 2019-01-20 13:52:40,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.581731081009s 2019-01-20 13:52:40,640 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-80cc285d-6a49-4a4b-987f-89358da05786 2019-01-20 13:52:40,644 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:52:42,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:52:42,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:43,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:52: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-dda3ebcb-1cbd-4543-81ef-5f541ef76c3b x-compute-request-id: req-dda3ebcb-1cbd-4543-81ef-5f541ef76c3b 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:52:43,371 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-dda3ebcb-1cbd-4543-81ef-5f541ef76c3b 2019-01-20 13:52:43,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.724380016327s 2019-01-20 13:52:43,371 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-dda3ebcb-1cbd-4543-81ef-5f541ef76c3b 2019-01-20 13:52:43,375 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:52:45,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:52:45,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:45,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:52:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df3d9d02-33f1-4324-a8eb-d8fa1dfc4be4 x-compute-request-id: req-df3d9d02-33f1-4324-a8eb-d8fa1dfc4be4 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:52:45,968 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-df3d9d02-33f1-4324-a8eb-d8fa1dfc4be4 2019-01-20 13:52:45,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.590265989304s 2019-01-20 13:52:45,969 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-df3d9d02-33f1-4324-a8eb-d8fa1dfc4be4 2019-01-20 13:52:45,972 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:52:47,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:52:47,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:48,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:52: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-8bb2d9ad-be30-49ac-95b6-a6242edcdb4b x-compute-request-id: req-8bb2d9ad-be30-49ac-95b6-a6242edcdb4b 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:52:48,543 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8bb2d9ad-be30-49ac-95b6-a6242edcdb4b 2019-01-20 13:52:48,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.567237138748s 2019-01-20 13:52:48,543 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8bb2d9ad-be30-49ac-95b6-a6242edcdb4b 2019-01-20 13:52:48,547 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:52:50,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:52:50,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:51,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:52: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-d6d018a9-94a5-4ef7-8b78-e0fd29bb1824 x-compute-request-id: req-d6d018a9-94a5-4ef7-8b78-e0fd29bb1824 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:52:51,250 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d6d018a9-94a5-4ef7-8b78-e0fd29bb1824 2019-01-20 13:52:51,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.699918985367s 2019-01-20 13:52:51,250 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d6d018a9-94a5-4ef7-8b78-e0fd29bb1824 2019-01-20 13:52:51,254 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:52:53,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:52:53,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:53,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:52:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f65eb640-78e3-4080-bf91-ed3c71803945 x-compute-request-id: req-f65eb640-78e3-4080-bf91-ed3c71803945 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:52:53,791 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f65eb640-78e3-4080-bf91-ed3c71803945 2019-01-20 13:52:53,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534775972366s 2019-01-20 13:52:53,792 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f65eb640-78e3-4080-bf91-ed3c71803945 2019-01-20 13:52:53,796 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:52:55,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:52:55,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:56,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:52:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0d4ef32-e515-4c95-a34b-b2445311d66f x-compute-request-id: req-b0d4ef32-e515-4c95-a34b-b2445311d66f 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:52:56,970 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b0d4ef32-e515-4c95-a34b-b2445311d66f 2019-01-20 13:52:56,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17107582092s 2019-01-20 13:52:56,970 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b0d4ef32-e515-4c95-a34b-b2445311d66f 2019-01-20 13:52:56,974 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:52:58,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:52:58,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:52:59,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:52: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-de37ff16-dd16-4334-bb30-c20587a894a8 x-compute-request-id: req-de37ff16-dd16-4334-bb30-c20587a894a8 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:52:59,736 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-de37ff16-dd16-4334-bb30-c20587a894a8 2019-01-20 13:52:59,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.759793996811s 2019-01-20 13:52:59,737 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-de37ff16-dd16-4334-bb30-c20587a894a8 2019-01-20 13:52:59,740 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:01,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:01,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:02,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:53:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74340173-dc6c-4c39-b599-11cf7dea4404 x-compute-request-id: req-74340173-dc6c-4c39-b599-11cf7dea4404 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:02,685 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-74340173-dc6c-4c39-b599-11cf7dea4404 2019-01-20 13:53:02,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.942631959915s 2019-01-20 13:53:02,686 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-74340173-dc6c-4c39-b599-11cf7dea4404 2019-01-20 13:53:02,690 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:04,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:04,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:05,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-b00c3386-e12f-4d1b-ae99-d694fe722996 x-compute-request-id: req-b00c3386-e12f-4d1b-ae99-d694fe722996 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:05,224 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b00c3386-e12f-4d1b-ae99-d694fe722996 2019-01-20 13:53:05,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531344175339s 2019-01-20 13:53:05,224 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b00c3386-e12f-4d1b-ae99-d694fe722996 2019-01-20 13:53:05,228 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:07,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:07,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:07,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-56019da2-aaab-4d5a-9a59-b5d8718cb8e3 x-compute-request-id: req-56019da2-aaab-4d5a-9a59-b5d8718cb8e3 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:07,891 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-56019da2-aaab-4d5a-9a59-b5d8718cb8e3 2019-01-20 13:53:07,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.660446882248s 2019-01-20 13:53:07,891 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-56019da2-aaab-4d5a-9a59-b5d8718cb8e3 2019-01-20 13:53:07,895 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:09,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:09,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:10,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:53:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-020b5edd-d37d-4450-bc5b-7af1a087c780 x-compute-request-id: req-020b5edd-d37d-4450-bc5b-7af1a087c780 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:10,676 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-020b5edd-d37d-4450-bc5b-7af1a087c780 2019-01-20 13:53:10,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.778953075409s 2019-01-20 13:53:10,677 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-020b5edd-d37d-4450-bc5b-7af1a087c780 2019-01-20 13:53:10,680 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:12,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:12,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:13,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:53:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf2d75fa-3768-4326-8cfe-de2de3a8b661 x-compute-request-id: req-cf2d75fa-3768-4326-8cfe-de2de3a8b661 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:13,397 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cf2d75fa-3768-4326-8cfe-de2de3a8b661 2019-01-20 13:53:13,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.713630914688s 2019-01-20 13:53:13,397 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cf2d75fa-3768-4326-8cfe-de2de3a8b661 2019-01-20 13:53:13,401 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:15,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:15,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:15,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-b73f347b-d577-492c-882a-4f9c6312b3e3 x-compute-request-id: req-b73f347b-d577-492c-882a-4f9c6312b3e3 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:15,961 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b73f347b-d577-492c-882a-4f9c6312b3e3 2019-01-20 13:53:15,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557564020157s 2019-01-20 13:53:15,962 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b73f347b-d577-492c-882a-4f9c6312b3e3 2019-01-20 13:53:15,966 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:17,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:17,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:18,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-5aa245c3-f4da-4c5b-b8cd-15354530ec91 x-compute-request-id: req-5aa245c3-f4da-4c5b-b8cd-15354530ec91 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:18,760 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5aa245c3-f4da-4c5b-b8cd-15354530ec91 2019-01-20 13:53:18,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.791490077972s 2019-01-20 13:53:18,760 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5aa245c3-f4da-4c5b-b8cd-15354530ec91 2019-01-20 13:53:18,764 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:20,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:20,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:21,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:53:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40846076-1fa2-4225-b068-753d1d1e0206 x-compute-request-id: req-40846076-1fa2-4225-b068-753d1d1e0206 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:21,273 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-40846076-1fa2-4225-b068-753d1d1e0206 2019-01-20 13:53:21,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505806922913s 2019-01-20 13:53:21,273 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-40846076-1fa2-4225-b068-753d1d1e0206 2019-01-20 13:53:21,278 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:23,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:23,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:23,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:53:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b3c5968-9724-43a7-be15-4962938f4afd x-compute-request-id: req-1b3c5968-9724-43a7-be15-4962938f4afd 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:23,929 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1b3c5968-9724-43a7-be15-4962938f4afd 2019-01-20 13:53:23,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.648275136948s 2019-01-20 13:53:23,929 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1b3c5968-9724-43a7-be15-4962938f4afd 2019-01-20 13:53:23,933 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:25,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:25,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:26,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:53:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eaea6bd1-f7ae-46fc-8ef7-2ae35eaa4e1b x-compute-request-id: req-eaea6bd1-f7ae-46fc-8ef7-2ae35eaa4e1b 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:26,505 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-eaea6bd1-f7ae-46fc-8ef7-2ae35eaa4e1b 2019-01-20 13:53:26,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.56964802742s 2019-01-20 13:53:26,506 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-eaea6bd1-f7ae-46fc-8ef7-2ae35eaa4e1b 2019-01-20 13:53:26,509 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:28,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:28,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:29,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:53:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28e89ddc-1618-48d8-8425-16ffd312a3a9 x-compute-request-id: req-28e89ddc-1618-48d8-8425-16ffd312a3a9 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:29,197 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-28e89ddc-1618-48d8-8425-16ffd312a3a9 2019-01-20 13:53:29,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.684891939163s 2019-01-20 13:53:29,197 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-28e89ddc-1618-48d8-8425-16ffd312a3a9 2019-01-20 13:53:29,201 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:31,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:31,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:31,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:53:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46cbf286-0bd6-4e34-9080-3adf1dae8b11 x-compute-request-id: req-46cbf286-0bd6-4e34-9080-3adf1dae8b11 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:31,576 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-46cbf286-0bd6-4e34-9080-3adf1dae8b11 2019-01-20 13:53:31,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.372406005859s 2019-01-20 13:53:31,577 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-46cbf286-0bd6-4e34-9080-3adf1dae8b11 2019-01-20 13:53:31,580 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:33,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:33,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:34,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:53:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1273a9bb-3983-42af-82df-c46220dbb194 x-compute-request-id: req-1273a9bb-3983-42af-82df-c46220dbb194 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:34,135 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1273a9bb-3983-42af-82df-c46220dbb194 2019-01-20 13:53:34,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.552585840225s 2019-01-20 13:53:34,136 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1273a9bb-3983-42af-82df-c46220dbb194 2019-01-20 13:53:34,140 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:36,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:36,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:36,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:53:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3804f792-deeb-4206-9ed4-d3d21836b2cc x-compute-request-id: req-3804f792-deeb-4206-9ed4-d3d21836b2cc 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:36,806 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3804f792-deeb-4206-9ed4-d3d21836b2cc 2019-01-20 13:53:36,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.663429021835s 2019-01-20 13:53:36,806 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3804f792-deeb-4206-9ed4-d3d21836b2cc 2019-01-20 13:53:36,810 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:38,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:38,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:39,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:53:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4fd75b3-6f9d-4c6e-8c3b-1ce60b0cb2a9 x-compute-request-id: req-f4fd75b3-6f9d-4c6e-8c3b-1ce60b0cb2a9 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:39,330 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f4fd75b3-6f9d-4c6e-8c3b-1ce60b0cb2a9 2019-01-20 13:53:39,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.517321825027s 2019-01-20 13:53:39,330 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f4fd75b3-6f9d-4c6e-8c3b-1ce60b0cb2a9 2019-01-20 13:53:39,334 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:41,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:41,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:41,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:53:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f4db010-2067-4608-801f-ff7cf714caca x-compute-request-id: req-3f4db010-2067-4608-801f-ff7cf714caca 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:41,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3f4db010-2067-4608-801f-ff7cf714caca 2019-01-20 13:53:41,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.580028057098s 2019-01-20 13:53:41,917 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3f4db010-2067-4608-801f-ff7cf714caca 2019-01-20 13:53:41,921 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:43,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:43,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:44,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:53: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-9c140a34-c3a1-4f10-90bc-b50328edc795 x-compute-request-id: req-9c140a34-c3a1-4f10-90bc-b50328edc795 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:44,446 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9c140a34-c3a1-4f10-90bc-b50328edc795 2019-01-20 13:53:44,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522023916245s 2019-01-20 13:53:44,446 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9c140a34-c3a1-4f10-90bc-b50328edc795 2019-01-20 13:53:44,450 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:46,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:46,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:47,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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,Accept-Encoding x-openstack-request-id: req-e3bf62b5-2a56-489f-b30b-5a648a10a70d x-compute-request-id: req-e3bf62b5-2a56-489f-b30b-5a648a10a70d 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:47,365 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e3bf62b5-2a56-489f-b30b-5a648a10a70d 2019-01-20 13:53:47,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.912103176117s 2019-01-20 13:53:47,366 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e3bf62b5-2a56-489f-b30b-5a648a10a70d 2019-01-20 13:53:47,370 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:49,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:49,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:50,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:53:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cfe20446-5277-4c25-8c65-67a5af84f22e x-compute-request-id: req-cfe20446-5277-4c25-8c65-67a5af84f22e 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:50,055 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cfe20446-5277-4c25-8c65-67a5af84f22e 2019-01-20 13:53:50,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.681986093521s 2019-01-20 13:53:50,055 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cfe20446-5277-4c25-8c65-67a5af84f22e 2019-01-20 13:53:50,059 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:52,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:52,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:52,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:53: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-5e700bbf-9967-44d3-9a8c-d2a654898723 x-compute-request-id: req-5e700bbf-9967-44d3-9a8c-d2a654898723 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:52,589 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5e700bbf-9967-44d3-9a8c-d2a654898723 2019-01-20 13:53:52,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526875972748s 2019-01-20 13:53:52,589 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5e700bbf-9967-44d3-9a8c-d2a654898723 2019-01-20 13:53:52,593 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:54,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:54,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:55,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:53: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-2ca399e0-4d89-4d4d-8d38-91a510acb3f6 x-compute-request-id: req-2ca399e0-4d89-4d4d-8d38-91a510acb3f6 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:55,628 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2ca399e0-4d89-4d4d-8d38-91a510acb3f6 2019-01-20 13:53:55,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03210806847s 2019-01-20 13:53:55,628 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2ca399e0-4d89-4d4d-8d38-91a510acb3f6 2019-01-20 13:53:55,632 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:53:57,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:53:57,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:53:58,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:53: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-9ee6a50a-1737-4cfa-bfc1-baff3cf9f29a x-compute-request-id: req-9ee6a50a-1737-4cfa-bfc1-baff3cf9f29a 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:53:58,009 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9ee6a50a-1737-4cfa-bfc1-baff3cf9f29a 2019-01-20 13:53:58,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.374516010284s 2019-01-20 13:53:58,010 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9ee6a50a-1737-4cfa-bfc1-baff3cf9f29a 2019-01-20 13:53:58,013 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:00,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:00,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:00,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:54:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af1aaa11-f83c-48f5-a065-914f2ed6600c x-compute-request-id: req-af1aaa11-f83c-48f5-a065-914f2ed6600c 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:00,905 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-af1aaa11-f83c-48f5-a065-914f2ed6600c 2019-01-20 13:54:00,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.888813972473s 2019-01-20 13:54:00,905 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-af1aaa11-f83c-48f5-a065-914f2ed6600c 2019-01-20 13:54:00,909 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:02,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:02,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:03,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-f1065e67-402e-4d04-aa2c-3c20b9e439c8 x-compute-request-id: req-f1065e67-402e-4d04-aa2c-3c20b9e439c8 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:03,133 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f1065e67-402e-4d04-aa2c-3c20b9e439c8 2019-01-20 13:54:03,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.221643209457s 2019-01-20 13:54:03,134 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f1065e67-402e-4d04-aa2c-3c20b9e439c8 2019-01-20 13:54:03,138 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:05,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:05,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:05,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:54:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66b09a55-9d3b-4323-9576-f1a9617bc7df x-compute-request-id: req-66b09a55-9d3b-4323-9576-f1a9617bc7df 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:05,505 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-66b09a55-9d3b-4323-9576-f1a9617bc7df 2019-01-20 13:54:05,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.364375114441s 2019-01-20 13:54:05,505 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-66b09a55-9d3b-4323-9576-f1a9617bc7df 2019-01-20 13:54:05,509 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:07,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:07,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:08,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:54:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5a0284e-36d9-4dd1-a02d-bd3ba14c654b x-compute-request-id: req-d5a0284e-36d9-4dd1-a02d-bd3ba14c654b 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:08,168 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d5a0284e-36d9-4dd1-a02d-bd3ba14c654b 2019-01-20 13:54:08,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.657088041306s 2019-01-20 13:54:08,169 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d5a0284e-36d9-4dd1-a02d-bd3ba14c654b 2019-01-20 13:54:08,173 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:10,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:10,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:10,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:54:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b01cb85a-fc00-4b69-81f8-91efb3bb314b x-compute-request-id: req-b01cb85a-fc00-4b69-81f8-91efb3bb314b 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:10,519 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b01cb85a-fc00-4b69-81f8-91efb3bb314b 2019-01-20 13:54:10,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.343591928482s 2019-01-20 13:54:10,519 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b01cb85a-fc00-4b69-81f8-91efb3bb314b 2019-01-20 13:54:10,524 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:12,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:12,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:13,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:54:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee8a8964-23c3-4dcd-8de5-00c5363c0065 x-compute-request-id: req-ee8a8964-23c3-4dcd-8de5-00c5363c0065 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:13,033 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ee8a8964-23c3-4dcd-8de5-00c5363c0065 2019-01-20 13:54:13,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.506432056427s 2019-01-20 13:54:13,033 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ee8a8964-23c3-4dcd-8de5-00c5363c0065 2019-01-20 13:54:13,037 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:15,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:15,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:15,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:54:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5ed2a0f-5690-4cee-a47c-20d54d2bd4ac x-compute-request-id: req-d5ed2a0f-5690-4cee-a47c-20d54d2bd4ac 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:15,395 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d5ed2a0f-5690-4cee-a47c-20d54d2bd4ac 2019-01-20 13:54:15,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.355930089951s 2019-01-20 13:54:15,396 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d5ed2a0f-5690-4cee-a47c-20d54d2bd4ac 2019-01-20 13:54:15,400 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:17,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:17,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:18,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:54: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-9f07b48d-7a8f-4e08-be13-a2571e87e03e x-compute-request-id: req-9f07b48d-7a8f-4e08-be13-a2571e87e03e 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:18,061 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9f07b48d-7a8f-4e08-be13-a2571e87e03e 2019-01-20 13:54:18,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.659137964249s 2019-01-20 13:54:18,062 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9f07b48d-7a8f-4e08-be13-a2571e87e03e 2019-01-20 13:54:18,065 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:20,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:20,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:20,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:54:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-320098f4-d855-4959-a318-ba2cfbc47929 x-compute-request-id: req-320098f4-d855-4959-a318-ba2cfbc47929 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:20,576 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-320098f4-d855-4959-a318-ba2cfbc47929 2019-01-20 13:54:20,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508538961411s 2019-01-20 13:54:20,577 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-320098f4-d855-4959-a318-ba2cfbc47929 2019-01-20 13:54:20,580 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:22,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:22,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:23,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:54:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad9921a6-677c-4672-896f-b02a96b4866c x-compute-request-id: req-ad9921a6-677c-4672-896f-b02a96b4866c 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:23,172 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ad9921a6-677c-4672-896f-b02a96b4866c 2019-01-20 13:54:23,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.588670969009s 2019-01-20 13:54:23,172 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ad9921a6-677c-4672-896f-b02a96b4866c 2019-01-20 13:54:23,176 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:25,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:25,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:25,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:54:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e04d873-f8e3-4500-a2a7-e1f66f009af3 x-compute-request-id: req-5e04d873-f8e3-4500-a2a7-e1f66f009af3 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:25,770 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5e04d873-f8e3-4500-a2a7-e1f66f009af3 2019-01-20 13:54:25,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.591938018799s 2019-01-20 13:54:25,771 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5e04d873-f8e3-4500-a2a7-e1f66f009af3 2019-01-20 13:54:25,775 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:27,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:27,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:28,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:54:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6df4e044-315d-421d-8618-4ce9110639ab x-compute-request-id: req-6df4e044-315d-421d-8618-4ce9110639ab 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:28,323 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6df4e044-315d-421d-8618-4ce9110639ab 2019-01-20 13:54:28,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545515060425s 2019-01-20 13:54:28,323 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6df4e044-315d-421d-8618-4ce9110639ab 2019-01-20 13:54:28,327 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:30,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:30,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:30,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-7777bd85-e95b-404b-9494-3f2df4331918 x-compute-request-id: req-7777bd85-e95b-404b-9494-3f2df4331918 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:30,853 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7777bd85-e95b-404b-9494-3f2df4331918 2019-01-20 13:54:30,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523802042007s 2019-01-20 13:54:30,854 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7777bd85-e95b-404b-9494-3f2df4331918 2019-01-20 13:54:30,857 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:32,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:32,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:33,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-ad553f85-fe79-4b1f-8a39-f50d306f035e x-compute-request-id: req-ad553f85-fe79-4b1f-8a39-f50d306f035e 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:33,203 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ad553f85-fe79-4b1f-8a39-f50d306f035e 2019-01-20 13:54:33,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.34304690361s 2019-01-20 13:54:33,203 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ad553f85-fe79-4b1f-8a39-f50d306f035e 2019-01-20 13:54:33,207 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:35,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:35,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:35,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:54: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-5d6930e2-d833-44f8-9375-55b9b67bc13d x-compute-request-id: req-5d6930e2-d833-44f8-9375-55b9b67bc13d 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:35,733 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5d6930e2-d833-44f8-9375-55b9b67bc13d 2019-01-20 13:54:35,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523763895035s 2019-01-20 13:54:35,734 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5d6930e2-d833-44f8-9375-55b9b67bc13d 2019-01-20 13:54:35,738 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:37,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:37,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:38,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:54: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-aa374cd5-7635-4e18-b51e-42911fe8fd96 x-compute-request-id: req-aa374cd5-7635-4e18-b51e-42911fe8fd96 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:38,093 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-aa374cd5-7635-4e18-b51e-42911fe8fd96 2019-01-20 13:54:38,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.352851867676s 2019-01-20 13:54:38,094 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-aa374cd5-7635-4e18-b51e-42911fe8fd96 2019-01-20 13:54:38,097 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:40,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:40,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:40,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-4b08e972-b508-4cf3-8f01-4358aa013ae9 x-compute-request-id: req-4b08e972-b508-4cf3-8f01-4358aa013ae9 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:40,646 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4b08e972-b508-4cf3-8f01-4358aa013ae9 2019-01-20 13:54:40,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54572892189s 2019-01-20 13:54:40,646 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4b08e972-b508-4cf3-8f01-4358aa013ae9 2019-01-20 13:54:40,650 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:42,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:42,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:43,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-3cdb4edf-cdf4-49c8-bfa1-e511c53ef6a1 x-compute-request-id: req-3cdb4edf-cdf4-49c8-bfa1-e511c53ef6a1 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:43,214 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3cdb4edf-cdf4-49c8-bfa1-e511c53ef6a1 2019-01-20 13:54:43,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.561138153076s 2019-01-20 13:54:43,214 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3cdb4edf-cdf4-49c8-bfa1-e511c53ef6a1 2019-01-20 13:54:43,218 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:45,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:45,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:45,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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,Accept-Encoding x-openstack-request-id: req-e517f002-3384-4b59-8be9-c44b0ed0e625 x-compute-request-id: req-e517f002-3384-4b59-8be9-c44b0ed0e625 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:45,727 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e517f002-3384-4b59-8be9-c44b0ed0e625 2019-01-20 13:54:45,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505836009979s 2019-01-20 13:54:45,727 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e517f002-3384-4b59-8be9-c44b0ed0e625 2019-01-20 13:54:45,731 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:47,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:47,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:48,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:54: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-6f9d4f11-21c2-4080-8e7f-947050c87976 x-compute-request-id: req-6f9d4f11-21c2-4080-8e7f-947050c87976 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:48,274 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6f9d4f11-21c2-4080-8e7f-947050c87976 2019-01-20 13:54:48,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540830850601s 2019-01-20 13:54:48,275 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6f9d4f11-21c2-4080-8e7f-947050c87976 2019-01-20 13:54:48,279 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:50,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:50,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:50,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:54:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-838c6182-0082-40e8-b9bc-938654655e8d x-compute-request-id: req-838c6182-0082-40e8-b9bc-938654655e8d 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:50,894 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-838c6182-0082-40e8-b9bc-938654655e8d 2019-01-20 13:54:50,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.612639188766s 2019-01-20 13:54:50,895 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-838c6182-0082-40e8-b9bc-938654655e8d 2019-01-20 13:54:50,898 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:52,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:52,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:53,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:54: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-77e33631-12ca-4cc7-a837-26e2d3e6d535 x-compute-request-id: req-77e33631-12ca-4cc7-a837-26e2d3e6d535 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:53,268 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-77e33631-12ca-4cc7-a837-26e2d3e6d535 2019-01-20 13:54:53,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367380142212s 2019-01-20 13:54:53,269 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-77e33631-12ca-4cc7-a837-26e2d3e6d535 2019-01-20 13:54:53,273 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:55,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:55,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:55,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:54: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-11e560a5-cab3-4439-988a-4ffaa06490bd x-compute-request-id: req-11e560a5-cab3-4439-988a-4ffaa06490bd 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:55,657 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-11e560a5-cab3-4439-988a-4ffaa06490bd 2019-01-20 13:54:55,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.381441831589s 2019-01-20 13:54:55,657 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-11e560a5-cab3-4439-988a-4ffaa06490bd 2019-01-20 13:54:55,661 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:54:57,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:54:57,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:54:58,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:54:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5675cf22-ae41-4fb3-8da0-77a2201b5975 x-compute-request-id: req-5675cf22-ae41-4fb3-8da0-77a2201b5975 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:54:58,197 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5675cf22-ae41-4fb3-8da0-77a2201b5975 2019-01-20 13:54:58,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533070087433s 2019-01-20 13:54:58,197 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5675cf22-ae41-4fb3-8da0-77a2201b5975 2019-01-20 13:54:58,202 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:55:00,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:55:00,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:55:00,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:55:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ca0e00e-1fb3-4702-9ec1-4ddd2e028c7a x-compute-request-id: req-1ca0e00e-1fb3-4702-9ec1-4ddd2e028c7a 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:55:00,695 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1ca0e00e-1fb3-4702-9ec1-4ddd2e028c7a 2019-01-20 13:55:00,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.490556955338s 2019-01-20 13:55:00,695 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1ca0e00e-1fb3-4702-9ec1-4ddd2e028c7a 2019-01-20 13:55:00,699 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:55:02,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:55:02,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:55:03,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:55: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-61e01c05-c9ab-4135-b6ea-78200cca6946 x-compute-request-id: req-61e01c05-c9ab-4135-b6ea-78200cca6946 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:55:03,239 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-61e01c05-c9ab-4135-b6ea-78200cca6946 2019-01-20 13:55:03,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537422895432s 2019-01-20 13:55:03,240 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-61e01c05-c9ab-4135-b6ea-78200cca6946 2019-01-20 13:55:03,244 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:55:05,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:55:05,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:55:05,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:55: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-fa264ead-1d67-45bf-a814-248cb1db363e x-compute-request-id: req-fa264ead-1d67-45bf-a814-248cb1db363e 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.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T13:52:35Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:55:05,472 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fa264ead-1d67-45bf-a814-248cb1db363e 2019-01-20 13:55:05,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.225250959396s 2019-01-20 13:55:05,472 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fa264ead-1d67-45bf-a814-248cb1db363e 2019-01-20 13:55:05,477 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 13:55:07,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 13:55:07,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:55:07,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:55:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81291d67-2853-449e-9ad5-f9af1579eabc x-compute-request-id: req-81291d67-2853-449e-9ad5-f9af1579eabc Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:b1:98", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:55:06.000000", "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T13:55:07Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 13:55:07,975 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-81291d67-2853-449e-9ad5-f9af1579eabc 2019-01-20 13:55:07,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.4954829216s 2019-01-20 13:55:07,975 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-81291d67-2853-449e-9ad5-f9af1579eabc 2019-01-20 13:55:07,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-20 13:55:07,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=6659d962-87dc-40bb-bd47-149506dc3ea4" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:55:08,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-72d0d649-0e95-49fe-9d85-92aa030492e4 Date: Sun, 20 Jan 2019 13:55:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:55:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"be671d07-0f39-484e-8ffb-2b0193ba5bf8","ip_address":"192.168.120.8"}],"id":"e24e627f-be8d-4904-b10b-252d65a6c29d","security_groups":["9f244604-668f-4c6c-be53-77d616ec6e50"],"mac_address":"fa:16:3e:88:b1:98","project_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"643d4289-2843-4f6a-bd01-b362779c963c","tenant_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","created_at":"2019-01-20T13:52:36Z","binding:vnic_type":"normal","device_id":"6659d962-87dc-40bb-bd47-149506dc3ea4"}]} 2019-01-20 13:55:08,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=6659d962-87dc-40bb-bd47-149506dc3ea4 used request id req-72d0d649-0e95-49fe-9d85-92aa030492e4 2019-01-20 13:55:08,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0570318698883s 2019-01-20 13:55:08,037 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=6659d962-87dc-40bb-bd47-149506dc3ea4 used request id req-72d0d649-0e95-49fe-9d85-92aa030492e4 2019-01-20 13:55:08,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 13:55:08,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=e24e627f-be8d-4904-b10b-252d65a6c29d" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:55:08,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2026131a-bea6-4f62-8c30-11342813c160 Date: Sun, 20 Jan 2019 13:55:08 GMT RESP BODY: {"floatingips": []} 2019-01-20 13:55:08,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=e24e627f-be8d-4904-b10b-252d65a6c29d used request id req-2026131a-bea6-4f62-8c30-11342813c160 2019-01-20 13:55:08,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0197930335999s 2019-01-20 13:55:08,062 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=e24e627f-be8d-4904-b10b-252d65a6c29d used request id req-2026131a-bea6-4f62-8c30-11342813c160 2019-01-20 13:55:08,063 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:88:b1:98', 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'4209fc3e-11a0-4d95-b414-183662465ac2'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-20T13:55:06.000000', 'flavor': Munch({u'id': u'26624de2-d5f6-4fc7-8a55-2a1617d30f0e'}), 'az': u'nova', 'id': u'6659d962-87dc-40bb-bd47-149506dc3ea4', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'97cbf3c018b04a0f9ca883eae279691b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', 'name': 'cloudify_ims-project_57cad00a-21f5-4dfd-888a-44a952c3a1a4', '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'2019-01-20T13:55:06.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-20T13:55:07Z', 'hostId': u'33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6', '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'2019-01-20T13:55:06.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', 'name': u'cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'adminPass': u'JyEXiH5xTjfs', 'tenant_id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', 'region': 'regionOne', 'created': u'2019-01-20T13:52:34Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-20 13:55:08,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 13:55:08,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:55:08,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-2bc96c6b-b40a-46ed-8634-1bc65ab1267c Date: Sun, 20 Jan 2019 13:55:08 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["be671d07-0f39-484e-8ffb-2b0193ba5bf8"],"updated_at":"2019-01-20T13:50:37Z","tenant_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","created_at":"2019-01-20T13:50:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","id":"643d4289-2843-4f6a-bd01-b362779c963c","name":"cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}]} 2019-01-20 13:55:08,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-2bc96c6b-b40a-46ed-8634-1bc65ab1267c 2019-01-20 13:55:08,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.128032922745s 2019-01-20 13:55:08,194 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-2bc96c6b-b40a-46ed-8634-1bc65ab1267c 2019-01-20 13:55:08,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-20 13:55:08,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=6659d962-87dc-40bb-bd47-149506dc3ea4" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:55:08,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-5c71237c-b89e-4bd3-83c8-c4abb7ddc26c Date: Sun, 20 Jan 2019 13:55:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T13:55:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"be671d07-0f39-484e-8ffb-2b0193ba5bf8","ip_address":"192.168.120.8"}],"id":"e24e627f-be8d-4904-b10b-252d65a6c29d","security_groups":["9f244604-668f-4c6c-be53-77d616ec6e50"],"mac_address":"fa:16:3e:88:b1:98","project_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"643d4289-2843-4f6a-bd01-b362779c963c","tenant_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","created_at":"2019-01-20T13:52:36Z","binding:vnic_type":"normal","device_id":"6659d962-87dc-40bb-bd47-149506dc3ea4"}]} 2019-01-20 13:55:08,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=6659d962-87dc-40bb-bd47-149506dc3ea4 used request id req-5c71237c-b89e-4bd3-83c8-c4abb7ddc26c 2019-01-20 13:55:08,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.205983161926s 2019-01-20 13:55:08,402 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=6659d962-87dc-40bb-bd47-149506dc3ea4 used request id req-5c71237c-b89e-4bd3-83c8-c4abb7ddc26c 2019-01-20 13:55:08,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2019-01-20 13:55:08,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -d '{"floatingip": {"floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.8", "port_id": "e24e627f-be8d-4904-b10b-252d65a6c29d"}}' 2019-01-20 13:55:10,355 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-ea9b65c1-e988-485a-b06c-dd5a06f85cc9 Date: Sun, 20 Jan 2019 13:55:10 GMT RESP BODY: {"floatingip": {"router_id": "7141f1f8-699c-483b-985c-62e16e996a94", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:55:09Z", "updated_at": "2019-01-20T13:55:09Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_id": "e24e627f-be8d-4904-b10b-252d65a6c29d", "id": "94040f1e-aa22-41db-afc3-97f3bd27461c"}} 2019-01-20 13:55:10,355 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-ea9b65c1-e988-485a-b06c-dd5a06f85cc9 2019-01-20 13:55:10,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.95287203789s 2019-01-20 13:55:10,356 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-ea9b65c1-e988-485a-b06c-dd5a06f85cc9 2019-01-20 13:55:10,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 13:55:10,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:55:10,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-01afd02c-5c1f-47c5-9c18-28e416eacae4 Date: Sun, 20 Jan 2019 13:55:10 GMT RESP BODY: {"floatingips": [{"router_id": "7141f1f8-699c-483b-985c-62e16e996a94", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:55:09Z", "updated_at": "2019-01-20T13:55:09Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_id": "e24e627f-be8d-4904-b10b-252d65a6c29d", "id": "94040f1e-aa22-41db-afc3-97f3bd27461c"}]} 2019-01-20 13:55:10,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-01afd02c-5c1f-47c5-9c18-28e416eacae4 2019-01-20 13:55:10,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0225431919098s 2019-01-20 13:55:10,388 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-01afd02c-5c1f-47c5-9c18-28e416eacae4 2019-01-20 13:55:10,392 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-20 13:55:10,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 13:55:10,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:55:10,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-3f6e9554-5807-4404-b01b-3a187b9b640d Date: Sun, 20 Jan 2019 13:55:10 GMT RESP BODY: {"floatingips": [{"router_id": "7141f1f8-699c-483b-985c-62e16e996a94", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:55:09Z", "updated_at": "2019-01-20T13:55:09Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_id": "e24e627f-be8d-4904-b10b-252d65a6c29d", "id": "94040f1e-aa22-41db-afc3-97f3bd27461c"}]} 2019-01-20 13:55:10,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-3f6e9554-5807-4404-b01b-3a187b9b640d 2019-01-20 13:55:10,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0284569263458s 2019-01-20 13:55:10,527 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-3f6e9554-5807-4404-b01b-3a187b9b640d 2019-01-20 13:55:10,530 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-20 13:55:10,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 13:55:10,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:55:10,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-6efe88ae-d39c-4efa-9413-be629fb26cf0 Date: Sun, 20 Jan 2019 13:55:10 GMT RESP BODY: {"floatingips": [{"router_id": "7141f1f8-699c-483b-985c-62e16e996a94", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:55:09Z", "updated_at": "2019-01-20T13:55:09Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_id": "e24e627f-be8d-4904-b10b-252d65a6c29d", "id": "94040f1e-aa22-41db-afc3-97f3bd27461c"}]} 2019-01-20 13:55:10,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-6efe88ae-d39c-4efa-9413-be629fb26cf0 2019-01-20 13:55:10,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.025465965271s 2019-01-20 13:55:10,662 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-6efe88ae-d39c-4efa-9413-be629fb26cf0 2019-01-20 13:55:10,665 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-20 13:55:10,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 13:55:10,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:55:10,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-04ba7cc2-dafd-4d44-b74d-e4b958a2a731 Date: Sun, 20 Jan 2019 13:55:10 GMT RESP BODY: {"floatingips": [{"router_id": "7141f1f8-699c-483b-985c-62e16e996a94", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:55:09Z", "updated_at": "2019-01-20T13:55:09Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_id": "e24e627f-be8d-4904-b10b-252d65a6c29d", "id": "94040f1e-aa22-41db-afc3-97f3bd27461c"}]} 2019-01-20 13:55:10,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-04ba7cc2-dafd-4d44-b74d-e4b958a2a731 2019-01-20 13:55:10,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0240769386292s 2019-01-20 13:55:10,795 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-04ba7cc2-dafd-4d44-b74d-e4b958a2a731 2019-01-20 13:55:10,798 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-20 13:55:10,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 13:55:10,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:55:10,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-7ac9f6d3-e434-4243-a30b-e7e91648b8e1 Date: Sun, 20 Jan 2019 13:55:10 GMT RESP BODY: {"floatingips": [{"router_id": "7141f1f8-699c-483b-985c-62e16e996a94", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:55:09Z", "updated_at": "2019-01-20T13:55:09Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_id": "e24e627f-be8d-4904-b10b-252d65a6c29d", "id": "94040f1e-aa22-41db-afc3-97f3bd27461c"}]} 2019-01-20 13:55:10,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-7ac9f6d3-e434-4243-a30b-e7e91648b8e1 2019-01-20 13:55:10,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0234410762787s 2019-01-20 13:55:10,927 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-7ac9f6d3-e434-4243-a30b-e7e91648b8e1 2019-01-20 13:55:10,930 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'7141f1f8-699c-483b-985c-62e16e996a94', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', 'created_at': u'2019-01-20T13:55:09Z', 'attached': True, 'updated_at': u'2019-01-20T13:55:09Z', 'id': u'94040f1e-aa22-41db-afc3-97f3bd27461c', 'floating_network_id': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', 'name': 'cloudify_ims-project_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'7141f1f8-699c-483b-985c-62e16e996a94', 'project_id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', 'port_id': u'e24e627f-be8d-4904-b10b-252d65a6c29d', 'port': u'e24e627f-be8d-4904-b10b-252d65a6c29d', 'network': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080'}) 2019-01-20 13:55:10,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-20 13:55:10,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4/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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 13:55:14,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:55:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db526055-572e-4d00-b762-f04bf65c7387 x-compute-request-id: req-db526055-572e-4d00-b762-f04bf65c7387 Content-Encoding: gzip Content-Length: 10968 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 1873677069 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.906 MHz processor\n[ 0.305742] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=3491906)\n[ 0.307965] pid_max: default: 32768 minimum: 301\n[ 0.309166] Security Framework initialized\n[ 0.310274] SELinux: Initializing.\n[ 0.311577] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.316354] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.319242] Mount-cache hash table entries: 4096\n[ 0.320691] Initializing cgroup subsys memory\n[ 0.321846] Initializing cgroup subsys devices\n[ 0.323011] Initializing cgroup subsys freezer\n[ 0.324164] Initializing cgroup subsys net_cls\n[ 0.325329] Initializing cgroup subsys blkio\n[ 0.326497] Initializing cgroup subsys perf_event\n[ 0.327686] Initializing cgroup subsys hugetlb\n[ 0.328836] Initializing cgroup subsys pids\n[ 0.329946] Initializing cgroup subsys net_prio\n[ 0.331191] CPU: Physical Processor ID: 0\n[ 0.332983] mce: CPU supports 10 MCE banks\n[ 0.334114] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.335412] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.336695] tlb_flushall_shift: 6\n[ 0.337881] Freeing SMP alternatives: 28k freed\n[ 0.341858] ACPI: Core revision 20130517\n[ 0.343360] ACPI: All ACPI Tables successfully acquired\n[ 0.344828] ftrace: allocating 25812 entries in 101 pages\n[ 0.367174] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.368706] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.370193] smpboot: Max logical packages: 2\n[ 0.371507] Enabling x2apic\n[ 0.372407] Enabled x2apic\n[ 0.373492] Switched APIC routing to physical x2apic.\n[ 0.375697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.377190] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.379854] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.387151] KVM setup paravirtual spinlock\n[ 0.389408] smpboot: Booting Node 0, Processors #1 OK\n[ 0.391033] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.413632] Brought up 2 CPUs\n[ 0.413635] KVM setup async PF for cpu 1\n[ 0.413638] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.416703] smpboot: Total of 2 processors activated (13967.62 BogoMIPS)\n[ 0.418793] devtmpfs: initialized\n[ 0.421092] EVM: security.selinux\n[ 0.422057] EVM: security.ima\n[ 0.422954] EVM: security.capability\n[ 0.424540] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.426038] pinctrl core: initialized pinctrl subsystem\n[ 0.427378] NET: Registered protocol family 16\n[ 0.428683] ACPI: bus type PCI registered\n[ 0.429751] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.431245] PCI: Using configuration type 1 for base access\n[ 0.435860] ACPI: Added _OSI(Module Device)\n[ 0.436988] ACPI: Added _OSI(Processor Device)\n[ 0.438115] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.439279] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.442022] ACPI: Interpreter enabled\n[ 0.443056] ACPI: (supports S0 S5)\n[ 0.444022] ACPI: Using IOAPIC for interrupt routing\n[ 0.445226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.449075] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.450471] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.452173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.453632] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.456354] acpiphp: Slot [3] registered\n[ 0.457422] acpiphp: Slot [4] registered\n[ 0.458485] acpiphp: Slot [5] registered\n[ 0.459543] acpiphp: Slot [6] registered\n[ 0.460599] acpiphp: Slot [7] registered\n[ 0.461655] acpiphp: Slot [8] registered\n[ 0.462710] acpiphp: Slot [9] registered\n[ 0.463766] acpiphp: Slot [10] registered\n[ 0.464835] acpiphp: Slot [11] registered\n[ 0.465903] acpiphp: Slot [12] registered\n[ 0.466982] acpiphp: Slot [13] registered\n[ 0.468054] acpiphp: Slot [14] registered\n[ 0.469126] acpiphp: Slot [15] registered\n[ 0.470195] acpiphp: Slot [16] registered\n[ 0.471270] acpiphp: Slot [17] registered\n[ 0.472344] acpiphp: Slot [18] registered\n[ 0.473417] acpiphp: Slot [19] registered\n[ 0.474530] acpiphp: Slot [20] registered\n[ 0.475642] acpiphp: Slot [21] registered\n[ 0.476720] acpiphp: Slot [22] registered\n[ 0.477787] acpiphp: Slot [23] registered\n[ 0.478852] acpiphp: Slot [24] registered\n[ 0.479921] acpiphp: Slot [25] registered\n[ 0.480998] acpiphp: Slot [26] registered\n[ 0.482085] acpiphp: Slot [27] registered\n[ 0.483156] acpiphp: Slot [28] registered\n[ 0.484226] acpiphp: Slot [29] registered\n[ 0.485296] acpiphp: Slot [30] registered\n[ 0.486361] acpiphp: Slot [31] registered\n[ 0.487427] PCI host bridge to bus 0000:00\n[ 0.488496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.489768] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.491233] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.492758] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.494730] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.502579] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.504110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.505538] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.507049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.514271] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.516272] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.566937] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.568725] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.571684] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.573416] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.575088] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.576686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.578279] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.580350] vgaarb: loaded\n[ 0.581216] vgaarb: bridge control possible 0000:00:02.0\n[ 0.582595] SCSI subsystem initialized\n[ 0.583656] ACPI: bus type USB registered\n[ 0.584739] usbcore: registered new interface driver usbfs\n[ 0.586031] usbcore: registered new interface driver hub\n[ 0.587316] usbcore: registered new device driver usb\n[ 0.588686] PCI: Using ACPI for IRQ routing\n[ 0.590024] NetLabel: Initializing\n[ 0.591010] NetLabel: domain hash size = 128\n[ 0.592118] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.593342] NetLabel: unlabeled traffic allowed by default\n[ 0.594733] Switched to clocksource kvm-clock\n[ 0.602316] pnp: PnP ACPI init\n[ 0.603282] ACPI: bus type PNP registered\n[ 0.604683] pnp: PnP ACPI: found 5 devices\n[ 0.605763] ACPI: bus type PNP unregistered\n[ 0.612806] NET: Registered protocol family 2\n[ 0.614165] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.616303] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.618044] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.619560] TCP: reno registered\n[ 0.620513] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.621917] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.623477] NET: Registered protocol family 1\n[ 0.624653] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.626019] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.627346] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.647220] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.667295] Unpacking initramfs...\n[ 1.079271] Freeing initrd memory: 37508k freed\n[ 1.088715] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.090239] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.099358] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.100896] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.102536] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.103931] Initialise system trusted keyring\n[ 1.105083] audit: initializing netlink socket (disabled)\n[ 1.106363] type=2000 audit(1547992508.738:1): initialized\n[ 1.122601] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.124035] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.126493] zpool: loaded\n[ 1.127364] zbud: loaded\n[ 1.128344] VFS: Disk quotas dquot_6.5.2\n[ 1.129423] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.130952] msgmni has been set to 7578\n[ 1.132035] Key type big_key registered\n[ 1.133605] NET: Registered protocol family 38\n[ 1.134756] Key type asymmetric registered\n[ 1.135836] Asymmetric key parser 'x509' registered\n[ 1.137047] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.139033] io scheduler noop registered\n[ 1.140088] io scheduler deadline registered (default)\n[ 1.141343] io scheduler cfq registered\n[ 1.142457] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.153936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.155478] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.157447] ACPI: Power Button [PWRF]\n[ 1.158531] GHES: HEST is not enabled!\n[ 1.159603] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.184089] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.185625] Non-volatile memory driver v1.3\n[ 1.186740] Linux agpgart interface v0.103\n[ 1.187892] crash memory driver: version 1.1\n[ 1.189038] rdac: device handler registered\n[ 1.190174] hp_sw: device handler registered\n[ 1.191282] emc: device handler registered\n[ 1.192348] alua: device handler registered\n[ 1.193451] libphy: Fixed MDIO Bus: probed\n[ 1.194546] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.195977] ehci-pci: EHCI PCI platform driver\n[ 1.197108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.198484] ohci-pci: OHCI PCI platform driver\n[ 1.199607] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.219624] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.220898] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.222865] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.224109] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.225484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.226951] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.228892] usb usb1: Product: UHCI Host Controller\n[ 1.230147] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.231678] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.232877] hub 1-0:1.0: USB hub found\n[ 1.233923] hub 1-0:1.0: 2 ports detected\n[ 1.235078] usbcore: registered new interface driver usbserial\n[ 1.236429] usbcore: registered new interface driver usbserial_generic\n[ 1.237866] usbserial: USB Serial support registered for generic\n[ 1.239241] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.241902] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.243146] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.244452] mousedev: PS/2 mouse device common for all mice\n[ 1.245977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.248601] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.250773] rtc_cmos 00:00: RTC can wake from S4\n[ 1.252243] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.254387] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.255830] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.257286] cpuidle: using governor menu\n[ 1.258436] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.259848] usbcore: registered new interface driver usbhid\n[ 1.261444] usbhid: USB HID core driver\n[ 1.262669] drop_monitor: Initializing network drop monitor service\n[ 1.264414] TCP: cubic registered\n[ 1.265469] Initializing XFRM netlink socket\n[ 1.266836] NET: Registered protocol family 10\n[ 1.268829] NET: Registered protocol family 17\n[ 1.270316] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.281994] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.283339] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.285568] Loading compiled-in X.509 certificates\n[ 1.286767] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.289060] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.291726] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.294026] registered taskstats version 1\n[ 1.296622] Key type trusted registered\n[ 1.298845] Key type encrypted registered\n[ 1.301012] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.302656] rtc_cmos 00:00: setting system clock to 2019-01-20 13:55:08 UTC (1547992508)\n[ 1.305341] Freeing unused kernel memory: 1680k freed\n[ 1.309538] 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.313507] systemd[1]: Detected virtualization kvm.\n[ 1.314738] systemd[1]: Detected architecture x86-64.\n[ 1.315969] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.318254] systemd[1]: No hostname configured.\n[ 1.319426] systemd[1]: Set hostname to .\n[ 1.320683] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.343049] systemd[1]: Reached target Swap.\n[ 1.344185] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.346066] systemd[1]: Reached target Local File Systems.\n[ 1.347349] systemd[1]: Starting Local File Systems.\n[ 1.348601] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.350651] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.353421] systemd[1]: Reached target Paths.\n[ 1.354537] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Timers.\n[ 1.356291] systemd[1]: Reached target Timers.\n[ 1.357432] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.359314] systemd[1]: Created slice Root Slice.\n[ 1.360490] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.362400] systemd[1]: Listening on udev Kernel Socket.\n[ 1.363666] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.365704] systemd[1]: Listening on udev Control Socket.\n[ 1.366981] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.368984] systemd[1]: Listening on Journal Socket.\n[ 1.370207] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.372165] systemd[1]: Created slice System Slice.\n[ 1.373369] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.375256] systemd[1]: Reached target Slices.\n[ 1.376396] systemd[1]: Starting Slices.\n[ 1.377714] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.379856] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.382121] 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.385726] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.389675] systemd[1]: Reached target Sockets.\n[ 1.390888] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.392894] 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.457244] RPC: Registered named UNIX socket transport module.\n[ 1.459106] RPC: Registered udp transport module.\n[ 1.460660] RPC: Registered tcp transport module.\n[ 1.462216] 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.536749] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.565296] FDC 0 is a S82078B\n[ 1.583297] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.586988] scsi host0: ata_piix\n[ 1.588267] scsi host1: ata_piix\n[ 1.589546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.591603] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.630160] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.636231] 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.687511] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.689096] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.690711] usb 1-1: Product: QEMU USB Tablet\n[ 1.691873] usb 1-1: Manufacturer: QEMU\n[ 1.692953] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.704637] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.707111] 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.791359] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.794277] XFS (vda1): Mounting V4 Filesystem\n[ 1.878359] 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 Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped 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 Slices.\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[ 2.100773] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.111702] systemd-journald[103]: Received SIGTERM from PID 1 (systemd).\n[ 2.250784] SELinux: Disabled at runtime.\n[ 2.287742] type=1404 audit(1547992509.485:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.316143] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.317563] 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 POSIX Message Queue File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Mounting Debug File System...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\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[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting NFSD configuration filesystem...\n Mounting Huge Pages File System...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on udev Control Socket.\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\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 Remount Root and Kernel File Systems.\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[ 2.661815] 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 Configure read-only root support.\n[ 2.703320] systemd-journald[385]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started 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 Preprocess NFS configuration.\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[ 2.808780] type=1305 audit(1547992510.006:3): audit_pid=429 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n[ 2.996114] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.005901] [drm] Initialized drm 1.1.0 20060810\n[ 3.009012] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.033656] ppdev: user-space parallel port driver\n[ 3.050881] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.050881] [TTM] Initializing pool allocator\n[ 3.050883] [TTM] Initializing DMA pool allocator\n[ 3.051125] [drm] fb mappable at 0xFC000000\n[ 3.051126] [drm] vram aper at 0xFC000000\n[ 3.051126] [drm] size 33554432\n[ 3.051127] [drm] fb depth is 24\n[ 3.051127] [drm] pitch is 3072\n[ 3.069680] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.089087] Console: switching to colour frame buffer device 128x48\n[ 3.100267] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.104249] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n Starting NTP client/server...\n Starting LSB: Bring up/down networking...\n Starting Login Service...\n Starting Initial cloud-init job (pre-networking)...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started NTP client/server.\n[ 3.193856] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Authorization Manager.[ 3.199741] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n\n[ 3.208816] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[ 3.246621] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.278264] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started Getty on tty1.\n[ 3.285953] intel_powerclamp: No package C-state available 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\n[ 3.292115] intel_powerclamp: No package C-state available[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\nintel_powerclamp: No package C-state available\n[ 3.305386] intel_powerclamp: No package C-state available[ 3.577961] cloud-init[495]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 20 Jan 2019 13:55:11 +0000. Up 3.54 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n"} 2019-01-20 13:55:14,461 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4/action used request id req-db526055-572e-4d00-b762-f04bf65c7387 2019-01-20 13:55:14,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 3.5297191143s 2019-01-20 13:55:14,462 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4/action used request id req-db526055-572e-4d00-b762-f04bf65c7387 2019-01-20 13:55:14,462 - 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 1873677069 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.906 MHz processor [ 0.305742] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=3491906) [ 0.307965] pid_max: default: 32768 minimum: 301 [ 0.309166] Security Framework initialized [ 0.310274] SELinux: Initializing. [ 0.311577] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.316354] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.319242] Mount-cache hash table entries: 4096 [ 0.320691] Initializing cgroup subsys memory [ 0.321846] Initializing cgroup subsys devices [ 0.323011] Initializing cgroup subsys freezer [ 0.324164] Initializing cgroup subsys net_cls [ 0.325329] Initializing cgroup subsys blkio [ 0.326497] Initializing cgroup subsys perf_event [ 0.327686] Initializing cgroup subsys hugetlb [ 0.328836] Initializing cgroup subsys pids [ 0.329946] Initializing cgroup subsys net_prio [ 0.331191] CPU: Physical Processor ID: 0 [ 0.332983] mce: CPU supports 10 MCE banks [ 0.334114] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.335412] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.336695] tlb_flushall_shift: 6 [ 0.337881] Freeing SMP alternatives: 28k freed [ 0.341858] ACPI: Core revision 20130517 [ 0.343360] ACPI: All ACPI Tables successfully acquired [ 0.344828] ftrace: allocating 25812 entries in 101 pages [ 0.367174] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.368706] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.370193] smpboot: Max logical packages: 2 [ 0.371507] Enabling x2apic [ 0.372407] Enabled x2apic [ 0.373492] Switched APIC routing to physical x2apic. [ 0.375697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.377190] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.379854] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.387151] KVM setup paravirtual spinlock [ 0.389408] smpboot: Booting Node 0, Processors #1 OK [ 0.391033] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.413632] Brought up 2 CPUs [ 0.413635] KVM setup async PF for cpu 1 [ 0.413638] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.416703] smpboot: Total of 2 processors activated (13967.62 BogoMIPS) [ 0.418793] devtmpfs: initialized [ 0.421092] EVM: security.selinux [ 0.422057] EVM: security.ima [ 0.422954] EVM: security.capability [ 0.424540] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.426038] pinctrl core: initialized pinctrl subsystem [ 0.427378] NET: Registered protocol family 16 [ 0.428683] ACPI: bus type PCI registered [ 0.429751] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.431245] PCI: Using configuration type 1 for base access [ 0.435860] ACPI: Added _OSI(Module Device) [ 0.436988] ACPI: Added _OSI(Processor Device) [ 0.438115] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.439279] ACPI: Added _OSI(Processor Aggregator Device) [ 0.442022] ACPI: Interpreter enabled [ 0.443056] ACPI: (supports S0 S5) [ 0.444022] ACPI: Using IOAPIC for interrupt routing [ 0.445226] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.449075] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.450471] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.452173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.453632] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.456354] acpiphp: Slot [3] registered [ 0.457422] acpiphp: Slot [4] registered [ 0.458485] acpiphp: Slot [5] registered [ 0.459543] acpiphp: Slot [6] registered [ 0.460599] acpiphp: Slot [7] registered [ 0.461655] acpiphp: Slot [8] registered [ 0.462710] acpiphp: Slot [9] registered [ 0.463766] acpiphp: Slot [10] registered [ 0.464835] acpiphp: Slot [11] registered [ 0.465903] acpiphp: Slot [12] registered [ 0.466982] acpiphp: Slot [13] registered [ 0.468054] acpiphp: Slot [14] registered [ 0.469126] acpiphp: Slot [15] registered [ 0.470195] acpiphp: Slot [16] registered [ 0.471270] acpiphp: Slot [17] registered [ 0.472344] acpiphp: Slot [18] registered [ 0.473417] acpiphp: Slot [19] registered [ 0.474530] acpiphp: Slot [20] registered [ 0.475642] acpiphp: Slot [21] registered [ 0.476720] acpiphp: Slot [22] registered [ 0.477787] acpiphp: Slot [23] registered [ 0.478852] acpiphp: Slot [24] registered [ 0.479921] acpiphp: Slot [25] registered [ 0.480998] acpiphp: Slot [26] registered [ 0.482085] acpiphp: Slot [27] registered [ 0.483156] acpiphp: Slot [28] registered [ 0.484226] acpiphp: Slot [29] registered [ 0.485296] acpiphp: Slot [30] registered [ 0.486361] acpiphp: Slot [31] registered [ 0.487427] PCI host bridge to bus 0000:00 [ 0.488496] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.489768] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.491233] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.492758] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.494730] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.502579] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.504110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.505538] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.507049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.514271] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.516272] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.566937] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.568725] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.571684] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.573416] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.575088] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.576686] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.578279] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.580350] vgaarb: loaded [ 0.581216] vgaarb: bridge control possible 0000:00:02.0 [ 0.582595] SCSI subsystem initialized [ 0.583656] ACPI: bus type USB registered [ 0.584739] usbcore: registered new interface driver usbfs [ 0.586031] usbcore: registered new interface driver hub [ 0.587316] usbcore: registered new device driver usb [ 0.588686] PCI: Using ACPI for IRQ routing [ 0.590024] NetLabel: Initializing [ 0.591010] NetLabel: domain hash size = 128 [ 0.592118] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.593342] NetLabel: unlabeled traffic allowed by default [ 0.594733] Switched to clocksource kvm-clock [ 0.602316] pnp: PnP ACPI init [ 0.603282] ACPI: bus type PNP registered [ 0.604683] pnp: PnP ACPI: found 5 devices [ 0.605763] ACPI: bus type PNP unregistered [ 0.612806] NET: Registered protocol family 2 [ 0.614165] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.616303] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.618044] TCP: Hash tables configured (established 32768 bind 32768) [ 0.619560] TCP: reno registered [ 0.620513] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.621917] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.623477] NET: Registered protocol family 1 [ 0.624653] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.626019] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.627346] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.647220] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.667295] Unpacking initramfs... [ 1.079271] Freeing initrd memory: 37508k freed [ 1.088715] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.090239] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.099358] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.100896] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.102536] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.103931] Initialise system trusted keyring [ 1.105083] audit: initializing netlink socket (disabled) [ 1.106363] type=2000 audit(1547992508.738:1): initialized [ 1.122601] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.124035] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.126493] zpool: loaded [ 1.127364] zbud: loaded [ 1.128344] VFS: Disk quotas dquot_6.5.2 [ 1.129423] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.130952] msgmni has been set to 7578 [ 1.132035] Key type big_key registered [ 1.133605] NET: Registered protocol family 38 [ 1.134756] Key type asymmetric registered [ 1.135836] Asymmetric key parser 'x509' registered [ 1.137047] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.139033] io scheduler noop registered [ 1.140088] io scheduler deadline registered (default) [ 1.141343] io scheduler cfq registered [ 1.142457] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.153936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.155478] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.157447] ACPI: Power Button [PWRF] [ 1.158531] GHES: HEST is not enabled! [ 1.159603] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.184089] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.185625] Non-volatile memory driver v1.3 [ 1.186740] Linux agpgart interface v0.103 [ 1.187892] crash memory driver: version 1.1 [ 1.189038] rdac: device handler registered [ 1.190174] hp_sw: device handler registered [ 1.191282] emc: device handler registered [ 1.192348] alua: device handler registered [ 1.193451] libphy: Fixed MDIO Bus: probed [ 1.194546] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.195977] ehci-pci: EHCI PCI platform driver [ 1.197108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.198484] ohci-pci: OHCI PCI platform driver [ 1.199607] uhci_hcd: USB Universal Host Controller Interface driver [ 1.219624] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.220898] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.222865] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.224109] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.225484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.226951] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.228892] usb usb1: Product: UHCI Host Controller [ 1.230147] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.231678] usb usb1: SerialNumber: 0000:00:01.2 [ 1.232877] hub 1-0:1.0: USB hub found [ 1.233923] hub 1-0:1.0: 2 ports detected [ 1.235078] usbcore: registered new interface driver usbserial [ 1.236429] usbcore: registered new interface driver usbserial_generic [ 1.237866] usbserial: USB Serial support registered for generic [ 1.239241] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.241902] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.243146] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.244452] mousedev: PS/2 mouse device common for all mice [ 1.245977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.248601] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.250773] rtc_cmos 00:00: RTC can wake from S4 [ 1.252243] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.254387] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.255830] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.257286] cpuidle: using governor menu [ 1.258436] hidraw: raw HID events driver (C) Jiri Kosina [ 1.259848] usbcore: registered new interface driver usbhid [ 1.261444] usbhid: USB HID core driver [ 1.262669] drop_monitor: Initializing network drop monitor service [ 1.264414] TCP: cubic registered [ 1.265469] Initializing XFRM netlink socket [ 1.266836] NET: Registered protocol family 10 [ 1.268829] NET: Registered protocol family 17 [ 1.270316] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.281994] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.283339] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.285568] Loading compiled-in X.509 certificates [ 1.286767] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.289060] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.291726] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.294026] registered taskstats version 1 [ 1.296622] Key type trusted registered [ 1.298845] Key type encrypted registered [ 1.301012] IMA: No TPM chip found, activating TPM-bypass! [ 1.302656] rtc_cmos 00:00: setting system clock to 2019-01-20 13:55:08 UTC (1547992508) [ 1.305341] Freeing unused kernel memory: 1680k freed [ 1.309538] 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.313507] systemd[1]: Detected virtualization kvm. [ 1.314738] systemd[1]: Detected architecture x86-64. [ 1.315969] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.318254] systemd[1]: No hostname configured. [ 1.319426] systemd[1]: Set hostname to . [ 1.320683] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.343049] systemd[1]: Reached target Swap. [ 1.344185] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Local File Systems. [ 1.346066] systemd[1]: Reached target Local File Systems. [ 1.347349] systemd[1]: Starting Local File Systems. [ 1.348601] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.350651] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.353421] systemd[1]: Reached target Paths. [ 1.354537] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Timers. [ 1.356291] systemd[1]: Reached target Timers. [ 1.357432] systemd[1]: Starting Timers. [[32m OK [0m] Created slice Root Slice. [ 1.359314] systemd[1]: Created slice Root Slice. [ 1.360490] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.362400] systemd[1]: Listening on udev Kernel Socket. [ 1.363666] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.365704] systemd[1]: Listening on udev Control Socket. [ 1.366981] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.368984] systemd[1]: Listening on Journal Socket. [ 1.370207] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.372165] systemd[1]: Created slice System Slice. [ 1.373369] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.375256] systemd[1]: Reached target Slices. [ 1.376396] systemd[1]: Starting Slices. [ 1.377714] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.379856] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.382121] 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.385726] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.389675] systemd[1]: Reached target Sockets. [ 1.390888] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.392894] 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.457244] RPC: Registered named UNIX socket transport module. [ 1.459106] RPC: Registered udp transport module. [ 1.460660] RPC: Registered tcp transport module. [ 1.462216] 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.536749] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.565296] FDC 0 is a S82078B [ 1.583297] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.586988] scsi host0: ata_piix [ 1.588267] scsi host1: ata_piix [ 1.589546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.591603] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.630160] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.636231] 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.687511] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.689096] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.690711] usb 1-1: Product: QEMU USB Tablet [ 1.691873] usb 1-1: Manufacturer: QEMU [ 1.692953] usb 1-1: SerialNumber: 42 [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.704637] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.707111] 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.791359] SGI XFS with ACLs, security attributes, no debug enabled [ 1.794277] XFS (vda1): Mounting V4 Filesystem [ 1.878359] 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 Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[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 Slices. [[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... [ 2.100773] tsc: Refined TSC clocksource calibration: 3491.906 MHz [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.111702] systemd-journald[103]: Received SIGTERM from PID 1 (systemd). [ 2.250784] SELinux: Disabled at runtime. [ 2.287742] type=1404 audit(1547992509.485:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.316143] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.317563] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting POSIX Message Queue File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Mounting Debug File System... [[32m OK [0m] Listening on Delayed Shutdown Socket. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[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... [[32m OK [0m] Listening on udev Kernel Socket. Mounting NFSD configuration filesystem... Mounting Huge Pages File System... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on udev Control Socket. Starting Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [[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 Remount Root and Kernel File Systems. Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [ 2.661815] 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 Configure read-only root support. [ 2.703320] systemd-journald[385]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [ 2.808780] type=1305 audit(1547992510.006:3): audit_pid=429 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. [ 2.996114] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.005901] [drm] Initialized drm 1.1.0 20060810 [ 3.009012] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.033656] ppdev: user-space parallel port driver [ 3.050881] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.050881] [TTM] Initializing pool allocator [ 3.050883] [TTM] Initializing DMA pool allocator [ 3.051125] [drm] fb mappable at 0xFC000000 [ 3.051126] [drm] vram aper at 0xFC000000 [ 3.051126] [drm] size 33554432 [ 3.051127] [drm] fb depth is 24 [ 3.051127] [drm] pitch is 3072 [ 3.069680] fbcon: cirrusdrmfb (fb0) is primary device [ 3.089087] Console: switching to colour frame buffer device 128x48 [ 3.100267] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.104249] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... Starting NTP client/server... Starting LSB: Bring up/down networking... Starting Login Service... Starting Initial cloud-init job (pre-networking)... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started NTP client/server. [ 3.193856] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Authorization Manager.[ 3.199741] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.208816] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [ 3.246621] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started Permit User Sessions. [ 3.278264] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started Getty on tty1. [ 3.285953] intel_powerclamp: No package C-state available Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.292115] intel_powerclamp: No package C-state available[[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... intel_powerclamp: No package C-state available [ 3.305386] intel_powerclamp: No package C-state available[ 3.577961] cloud-init[495]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 20 Jan 2019 13:55:11 +0000. Up 3.54 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2019-01-20 13:55:14,647 - paramiko.transport - DEBUG - starting thread (client mode): 0xe9eb8e50L 2019-01-20 13:55:14,649 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:55:14,692 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2019-01-20 13:55:14,692 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2019-01-20 13:55:14,713 - 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 2019-01-20 13:55:14,713 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:55:14,713 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-20 13:55:14,713 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:55:14,714 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:55:14,714 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:55:14,735 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:55:14,736 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:55:14,748 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.201: 4c1f7c71f5a98b8370f02ab218eae423 2019-01-20 13:55:14,749 - paramiko.transport - DEBUG - Trying key ea4ac6fe7f97c8c2fc2c23cd38a29f6e from /tmp/tmp8VwNDS 2019-01-20 13:55:14,775 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:55:14,794 - paramiko.transport - INFO - Authentication (publickey) failed. 2019-01-20 13:55:14,815 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2019-01-20 13:55:14,816 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:55:14,824 - paramiko.transport - INFO - Authentication (publickey) failed. 2019-01-20 13:55:14,831 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: Authentication failed. 2019-01-20 13:55:23,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-20 13:55:23,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4/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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 13:55:25,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-ac3aea28-9332-4c02-9ed9-f47cb923fd60 x-compute-request-id: req-ac3aea28-9332-4c02-9ed9-f47cb923fd60 Content-Encoding: gzip Content-Length: 12748 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 1873677069 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.906 MHz processor\n[ 0.305742] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=3491906)\n[ 0.307965] pid_max: default: 32768 minimum: 301\n[ 0.309166] Security Framework initialized\n[ 0.310274] SELinux: Initializing.\n[ 0.311577] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.316354] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.319242] Mount-cache hash table entries: 4096\n[ 0.320691] Initializing cgroup subsys memory\n[ 0.321846] Initializing cgroup subsys devices\n[ 0.323011] Initializing cgroup subsys freezer\n[ 0.324164] Initializing cgroup subsys net_cls\n[ 0.325329] Initializing cgroup subsys blkio\n[ 0.326497] Initializing cgroup subsys perf_event\n[ 0.327686] Initializing cgroup subsys hugetlb\n[ 0.328836] Initializing cgroup subsys pids\n[ 0.329946] Initializing cgroup subsys net_prio\n[ 0.331191] CPU: Physical Processor ID: 0\n[ 0.332983] mce: CPU supports 10 MCE banks\n[ 0.334114] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.335412] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.336695] tlb_flushall_shift: 6\n[ 0.337881] Freeing SMP alternatives: 28k freed\n[ 0.341858] ACPI: Core revision 20130517\n[ 0.343360] ACPI: All ACPI Tables successfully acquired\n[ 0.344828] ftrace: allocating 25812 entries in 101 pages\n[ 0.367174] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.368706] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.370193] smpboot: Max logical packages: 2\n[ 0.371507] Enabling x2apic\n[ 0.372407] Enabled x2apic\n[ 0.373492] Switched APIC routing to physical x2apic.\n[ 0.375697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.377190] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.379854] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.387151] KVM setup paravirtual spinlock\n[ 0.389408] smpboot: Booting Node 0, Processors #1 OK\n[ 0.391033] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.413632] Brought up 2 CPUs\n[ 0.413635] KVM setup async PF for cpu 1\n[ 0.413638] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.416703] smpboot: Total of 2 processors activated (13967.62 BogoMIPS)\n[ 0.418793] devtmpfs: initialized\n[ 0.421092] EVM: security.selinux\n[ 0.422057] EVM: security.ima\n[ 0.422954] EVM: security.capability\n[ 0.424540] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.426038] pinctrl core: initialized pinctrl subsystem\n[ 0.427378] NET: Registered protocol family 16\n[ 0.428683] ACPI: bus type PCI registered\n[ 0.429751] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.431245] PCI: Using configuration type 1 for base access\n[ 0.435860] ACPI: Added _OSI(Module Device)\n[ 0.436988] ACPI: Added _OSI(Processor Device)\n[ 0.438115] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.439279] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.442022] ACPI: Interpreter enabled\n[ 0.443056] ACPI: (supports S0 S5)\n[ 0.444022] ACPI: Using IOAPIC for interrupt routing\n[ 0.445226] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.449075] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.450471] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.452173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.453632] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.456354] acpiphp: Slot [3] registered\n[ 0.457422] acpiphp: Slot [4] registered\n[ 0.458485] acpiphp: Slot [5] registered\n[ 0.459543] acpiphp: Slot [6] registered\n[ 0.460599] acpiphp: Slot [7] registered\n[ 0.461655] acpiphp: Slot [8] registered\n[ 0.462710] acpiphp: Slot [9] registered\n[ 0.463766] acpiphp: Slot [10] registered\n[ 0.464835] acpiphp: Slot [11] registered\n[ 0.465903] acpiphp: Slot [12] registered\n[ 0.466982] acpiphp: Slot [13] registered\n[ 0.468054] acpiphp: Slot [14] registered\n[ 0.469126] acpiphp: Slot [15] registered\n[ 0.470195] acpiphp: Slot [16] registered\n[ 0.471270] acpiphp: Slot [17] registered\n[ 0.472344] acpiphp: Slot [18] registered\n[ 0.473417] acpiphp: Slot [19] registered\n[ 0.474530] acpiphp: Slot [20] registered\n[ 0.475642] acpiphp: Slot [21] registered\n[ 0.476720] acpiphp: Slot [22] registered\n[ 0.477787] acpiphp: Slot [23] registered\n[ 0.478852] acpiphp: Slot [24] registered\n[ 0.479921] acpiphp: Slot [25] registered\n[ 0.480998] acpiphp: Slot [26] registered\n[ 0.482085] acpiphp: Slot [27] registered\n[ 0.483156] acpiphp: Slot [28] registered\n[ 0.484226] acpiphp: Slot [29] registered\n[ 0.485296] acpiphp: Slot [30] registered\n[ 0.486361] acpiphp: Slot [31] registered\n[ 0.487427] PCI host bridge to bus 0000:00\n[ 0.488496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.489768] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.491233] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.492758] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.494730] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.502579] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.504110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.505538] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.507049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.514271] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.516272] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.566937] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.568725] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.571684] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.573416] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.575088] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.576686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.578279] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.580350] vgaarb: loaded\n[ 0.581216] vgaarb: bridge control possible 0000:00:02.0\n[ 0.582595] SCSI subsystem initialized\n[ 0.583656] ACPI: bus type USB registered\n[ 0.584739] usbcore: registered new interface driver usbfs\n[ 0.586031] usbcore: registered new interface driver hub\n[ 0.587316] usbcore: registered new device driver usb\n[ 0.588686] PCI: Using ACPI for IRQ routing\n[ 0.590024] NetLabel: Initializing\n[ 0.591010] NetLabel: domain hash size = 128\n[ 0.592118] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.593342] NetLabel: unlabeled traffic allowed by default\n[ 0.594733] Switched to clocksource kvm-clock\n[ 0.602316] pnp: PnP ACPI init\n[ 0.603282] ACPI: bus type PNP registered\n[ 0.604683] pnp: PnP ACPI: found 5 devices\n[ 0.605763] ACPI: bus type PNP unregistered\n[ 0.612806] NET: Registered protocol family 2\n[ 0.614165] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.616303] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.618044] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.619560] TCP: reno registered\n[ 0.620513] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.621917] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.623477] NET: Registered protocol family 1\n[ 0.624653] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.626019] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.627346] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.647220] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.667295] Unpacking initramfs...\n[ 1.079271] Freeing initrd memory: 37508k freed\n[ 1.088715] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.090239] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.099358] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.100896] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.102536] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.103931] Initialise system trusted keyring\n[ 1.105083] audit: initializing netlink socket (disabled)\n[ 1.106363] type=2000 audit(1547992508.738:1): initialized\n[ 1.122601] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.124035] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.126493] zpool: loaded\n[ 1.127364] zbud: loaded\n[ 1.128344] VFS: Disk quotas dquot_6.5.2\n[ 1.129423] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.130952] msgmni has been set to 7578\n[ 1.132035] Key type big_key registered\n[ 1.133605] NET: Registered protocol family 38\n[ 1.134756] Key type asymmetric registered\n[ 1.135836] Asymmetric key parser 'x509' registered\n[ 1.137047] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.139033] io scheduler noop registered\n[ 1.140088] io scheduler deadline registered (default)\n[ 1.141343] io scheduler cfq registered\n[ 1.142457] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.153936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.155478] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.157447] ACPI: Power Button [PWRF]\n[ 1.158531] GHES: HEST is not enabled!\n[ 1.159603] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.184089] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.185625] Non-volatile memory driver v1.3\n[ 1.186740] Linux agpgart interface v0.103\n[ 1.187892] crash memory driver: version 1.1\n[ 1.189038] rdac: device handler registered\n[ 1.190174] hp_sw: device handler registered\n[ 1.191282] emc: device handler registered\n[ 1.192348] alua: device handler registered\n[ 1.193451] libphy: Fixed MDIO Bus: probed\n[ 1.194546] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.195977] ehci-pci: EHCI PCI platform driver\n[ 1.197108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.198484] ohci-pci: OHCI PCI platform driver\n[ 1.199607] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.219624] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.220898] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.222865] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.224109] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.225484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.226951] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.228892] usb usb1: Product: UHCI Host Controller\n[ 1.230147] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.231678] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.232877] hub 1-0:1.0: USB hub found\n[ 1.233923] hub 1-0:1.0: 2 ports detected\n[ 1.235078] usbcore: registered new interface driver usbserial\n[ 1.236429] usbcore: registered new interface driver usbserial_generic\n[ 1.237866] usbserial: USB Serial support registered for generic\n[ 1.239241] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.241902] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.243146] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.244452] mousedev: PS/2 mouse device common for all mice\n[ 1.245977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.248601] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.250773] rtc_cmos 00:00: RTC can wake from S4\n[ 1.252243] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.254387] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.255830] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.257286] cpuidle: using governor menu\n[ 1.258436] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.259848] usbcore: registered new interface driver usbhid\n[ 1.261444] usbhid: USB HID core driver\n[ 1.262669] drop_monitor: Initializing network drop monitor service\n[ 1.264414] TCP: cubic registered\n[ 1.265469] Initializing XFRM netlink socket\n[ 1.266836] NET: Registered protocol family 10\n[ 1.268829] NET: Registered protocol family 17\n[ 1.270316] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.281994] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.283339] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.285568] Loading compiled-in X.509 certificates\n[ 1.286767] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.289060] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.291726] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.294026] registered taskstats version 1\n[ 1.296622] Key type trusted registered\n[ 1.298845] Key type encrypted registered\n[ 1.301012] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.302656] rtc_cmos 00:00: setting system clock to 2019-01-20 13:55:08 UTC (1547992508)\n[ 1.305341] Freeing unused kernel memory: 1680k freed\n[ 1.309538] 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.313507] systemd[1]: Detected virtualization kvm.\n[ 1.314738] systemd[1]: Detected architecture x86-64.\n[ 1.315969] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.318254] systemd[1]: No hostname configured.\n[ 1.319426] systemd[1]: Set hostname to .\n[ 1.320683] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.343049] systemd[1]: Reached target Swap.\n[ 1.344185] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.346066] systemd[1]: Reached target Local File Systems.\n[ 1.347349] systemd[1]: Starting Local File Systems.\n[ 1.348601] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.350651] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.353421] systemd[1]: Reached target Paths.\n[ 1.354537] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Timers.\n[ 1.356291] systemd[1]: Reached target Timers.\n[ 1.357432] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.359314] systemd[1]: Created slice Root Slice.\n[ 1.360490] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.362400] systemd[1]: Listening on udev Kernel Socket.\n[ 1.363666] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.365704] systemd[1]: Listening on udev Control Socket.\n[ 1.366981] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.368984] systemd[1]: Listening on Journal Socket.\n[ 1.370207] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.372165] systemd[1]: Created slice System Slice.\n[ 1.373369] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.375256] systemd[1]: Reached target Slices.\n[ 1.376396] systemd[1]: Starting Slices.\n[ 1.377714] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.379856] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.382121] 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.385726] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.389675] systemd[1]: Reached target Sockets.\n[ 1.390888] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.392894] 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.457244] RPC: Registered named UNIX socket transport module.\n[ 1.459106] RPC: Registered udp transport module.\n[ 1.460660] RPC: Registered tcp transport module.\n[ 1.462216] 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.536749] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.565296] FDC 0 is a S82078B\n[ 1.583297] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.586988] scsi host0: ata_piix\n[ 1.588267] scsi host1: ata_piix\n[ 1.589546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.591603] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.630160] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.636231] 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.687511] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.689096] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.690711] usb 1-1: Product: QEMU USB Tablet\n[ 1.691873] usb 1-1: Manufacturer: QEMU\n[ 1.692953] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.704637] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.707111] 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.791359] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.794277] XFS (vda1): Mounting V4 Filesystem\n[ 1.878359] 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 Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped 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 Slices.\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[ 2.100773] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.111702] systemd-journald[103]: Received SIGTERM from PID 1 (systemd).\n[ 2.250784] SELinux: Disabled at runtime.\n[ 2.287742] type=1404 audit(1547992509.485:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.316143] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.317563] 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 POSIX Message Queue File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Mounting Debug File System...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\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[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting NFSD configuration filesystem...\n Mounting Huge Pages File System...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on udev Control Socket.\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\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 Remount Root and Kernel File Systems.\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[ 2.661815] 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 Configure read-only root support.\n[ 2.703320] systemd-journald[385]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started 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 Preprocess NFS configuration.\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[ 2.808780] type=1305 audit(1547992510.006:3): audit_pid=429 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n[ 2.996114] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.005901] [drm] Initialized drm 1.1.0 20060810\n[ 3.009012] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.033656] ppdev: user-space parallel port driver\n[ 3.050881] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.050881] [TTM] Initializing pool allocator\n[ 3.050883] [TTM] Initializing DMA pool allocator\n[ 3.051125] [drm] fb mappable at 0xFC000000\n[ 3.051126] [drm] vram aper at 0xFC000000\n[ 3.051126] [drm] size 33554432\n[ 3.051127] [drm] fb depth is 24\n[ 3.051127] [drm] pitch is 3072\n[ 3.069680] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.089087] Console: switching to colour frame buffer device 128x48\n[ 3.100267] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.104249] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n Starting NTP client/server...\n Starting LSB: Bring up/down networking...\n Starting Login Service...\n Starting Initial cloud-init job (pre-networking)...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started NTP client/server.\n[ 3.193856] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Authorization Manager.[ 3.199741] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n\n[ 3.208816] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[ 3.246621] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.278264] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started Getty on tty1.\n[ 3.285953] intel_powerclamp: No package C-state available 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\n[ 3.292115] intel_powerclamp: No package C-state available[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\nintel_powerclamp: No package C-state available\n[ 3.305386] intel_powerclamp: No package C-state available[ 3.577961] cloud-init[495]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 20 Jan 2019 13:55:11 +0000. Up 3.54 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Notify NFS peers of a restart...\n Starting nginx - high performance web server...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n Starting Dynamic System Tuning Daemon...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started OpenSSH server daemon.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.936758] cloud-init[803]: Cloud-init v. 0.7.5 running 'init' at Sun, 20 Jan 2019 13:55:13 +0000. Up 5.86 seconds.\n[ 5.957198] cloud-init[803]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.960219] cloud-init[803]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.962186] cloud-init[803]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.964182] cloud-init[803]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.967183] cloud-init[803]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.969475] cloud-init[803]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:88:b1:98 |\n[ 5.971123] cloud-init[803]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.974214] cloud-init[803]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.975784] cloud-init[803]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.978193] cloud-init[803]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.980183] cloud-init[803]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.983192] cloud-init[803]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.985483] cloud-init[803]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.988176] cloud-init[803]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.991182] cloud-init[803]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: [ 9.134279] cloud-init[2486]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 20 Jan 2019 13:55:16 +0000. Up 9.06 seconds.\n[ 9.950364] cloud-init[2691]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 20 Jan 2019 13:55:17 +0000. Up 9.90 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 | ea:4a:c6:fe:7f:97:c8:c2:fc:2c:23:cd:38:a2:9f:6e | - | 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.034852] cloud-init[2691]: Cloud-init v. 0.7.5 finished at Sun, 20 Jan 2019 13:55:17 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.02 seconds\n"} 2019-01-20 13:55:25,003 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4/action used request id req-ac3aea28-9332-4c02-9ed9-f47cb923fd60 2019-01-20 13:55:25,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.16119503975s 2019-01-20 13:55:25,004 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4/action used request id req-ac3aea28-9332-4c02-9ed9-f47cb923fd60 2019-01-20 13:55:25,004 - 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 1873677069 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.906 MHz processor [ 0.305742] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=3491906) [ 0.307965] pid_max: default: 32768 minimum: 301 [ 0.309166] Security Framework initialized [ 0.310274] SELinux: Initializing. [ 0.311577] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.316354] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.319242] Mount-cache hash table entries: 4096 [ 0.320691] Initializing cgroup subsys memory [ 0.321846] Initializing cgroup subsys devices [ 0.323011] Initializing cgroup subsys freezer [ 0.324164] Initializing cgroup subsys net_cls [ 0.325329] Initializing cgroup subsys blkio [ 0.326497] Initializing cgroup subsys perf_event [ 0.327686] Initializing cgroup subsys hugetlb [ 0.328836] Initializing cgroup subsys pids [ 0.329946] Initializing cgroup subsys net_prio [ 0.331191] CPU: Physical Processor ID: 0 [ 0.332983] mce: CPU supports 10 MCE banks [ 0.334114] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.335412] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.336695] tlb_flushall_shift: 6 [ 0.337881] Freeing SMP alternatives: 28k freed [ 0.341858] ACPI: Core revision 20130517 [ 0.343360] ACPI: All ACPI Tables successfully acquired [ 0.344828] ftrace: allocating 25812 entries in 101 pages [ 0.367174] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.368706] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.370193] smpboot: Max logical packages: 2 [ 0.371507] Enabling x2apic [ 0.372407] Enabled x2apic [ 0.373492] Switched APIC routing to physical x2apic. [ 0.375697] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.377190] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.379854] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.387151] KVM setup paravirtual spinlock [ 0.389408] smpboot: Booting Node 0, Processors #1 OK [ 0.391033] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.413632] Brought up 2 CPUs [ 0.413635] KVM setup async PF for cpu 1 [ 0.413638] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.416703] smpboot: Total of 2 processors activated (13967.62 BogoMIPS) [ 0.418793] devtmpfs: initialized [ 0.421092] EVM: security.selinux [ 0.422057] EVM: security.ima [ 0.422954] EVM: security.capability [ 0.424540] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.426038] pinctrl core: initialized pinctrl subsystem [ 0.427378] NET: Registered protocol family 16 [ 0.428683] ACPI: bus type PCI registered [ 0.429751] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.431245] PCI: Using configuration type 1 for base access [ 0.435860] ACPI: Added _OSI(Module Device) [ 0.436988] ACPI: Added _OSI(Processor Device) [ 0.438115] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.439279] ACPI: Added _OSI(Processor Aggregator Device) [ 0.442022] ACPI: Interpreter enabled [ 0.443056] ACPI: (supports S0 S5) [ 0.444022] ACPI: Using IOAPIC for interrupt routing [ 0.445226] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.449075] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.450471] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.452173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.453632] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.456354] acpiphp: Slot [3] registered [ 0.457422] acpiphp: Slot [4] registered [ 0.458485] acpiphp: Slot [5] registered [ 0.459543] acpiphp: Slot [6] registered [ 0.460599] acpiphp: Slot [7] registered [ 0.461655] acpiphp: Slot [8] registered [ 0.462710] acpiphp: Slot [9] registered [ 0.463766] acpiphp: Slot [10] registered [ 0.464835] acpiphp: Slot [11] registered [ 0.465903] acpiphp: Slot [12] registered [ 0.466982] acpiphp: Slot [13] registered [ 0.468054] acpiphp: Slot [14] registered [ 0.469126] acpiphp: Slot [15] registered [ 0.470195] acpiphp: Slot [16] registered [ 0.471270] acpiphp: Slot [17] registered [ 0.472344] acpiphp: Slot [18] registered [ 0.473417] acpiphp: Slot [19] registered [ 0.474530] acpiphp: Slot [20] registered [ 0.475642] acpiphp: Slot [21] registered [ 0.476720] acpiphp: Slot [22] registered [ 0.477787] acpiphp: Slot [23] registered [ 0.478852] acpiphp: Slot [24] registered [ 0.479921] acpiphp: Slot [25] registered [ 0.480998] acpiphp: Slot [26] registered [ 0.482085] acpiphp: Slot [27] registered [ 0.483156] acpiphp: Slot [28] registered [ 0.484226] acpiphp: Slot [29] registered [ 0.485296] acpiphp: Slot [30] registered [ 0.486361] acpiphp: Slot [31] registered [ 0.487427] PCI host bridge to bus 0000:00 [ 0.488496] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.489768] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.491233] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.492758] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.494730] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.502579] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.504110] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.505538] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.507049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.514271] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.516272] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.566937] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.568725] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.571684] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.573416] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.575088] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.576686] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.578279] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.580350] vgaarb: loaded [ 0.581216] vgaarb: bridge control possible 0000:00:02.0 [ 0.582595] SCSI subsystem initialized [ 0.583656] ACPI: bus type USB registered [ 0.584739] usbcore: registered new interface driver usbfs [ 0.586031] usbcore: registered new interface driver hub [ 0.587316] usbcore: registered new device driver usb [ 0.588686] PCI: Using ACPI for IRQ routing [ 0.590024] NetLabel: Initializing [ 0.591010] NetLabel: domain hash size = 128 [ 0.592118] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.593342] NetLabel: unlabeled traffic allowed by default [ 0.594733] Switched to clocksource kvm-clock [ 0.602316] pnp: PnP ACPI init [ 0.603282] ACPI: bus type PNP registered [ 0.604683] pnp: PnP ACPI: found 5 devices [ 0.605763] ACPI: bus type PNP unregistered [ 0.612806] NET: Registered protocol family 2 [ 0.614165] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.616303] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.618044] TCP: Hash tables configured (established 32768 bind 32768) [ 0.619560] TCP: reno registered [ 0.620513] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.621917] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.623477] NET: Registered protocol family 1 [ 0.624653] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.626019] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.627346] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.647220] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.667295] Unpacking initramfs... [ 1.079271] Freeing initrd memory: 37508k freed [ 1.088715] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.090239] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.099358] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.100896] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.102536] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.103931] Initialise system trusted keyring [ 1.105083] audit: initializing netlink socket (disabled) [ 1.106363] type=2000 audit(1547992508.738:1): initialized [ 1.122601] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.124035] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.126493] zpool: loaded [ 1.127364] zbud: loaded [ 1.128344] VFS: Disk quotas dquot_6.5.2 [ 1.129423] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.130952] msgmni has been set to 7578 [ 1.132035] Key type big_key registered [ 1.133605] NET: Registered protocol family 38 [ 1.134756] Key type asymmetric registered [ 1.135836] Asymmetric key parser 'x509' registered [ 1.137047] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.139033] io scheduler noop registered [ 1.140088] io scheduler deadline registered (default) [ 1.141343] io scheduler cfq registered [ 1.142457] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.153936] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.155478] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.157447] ACPI: Power Button [PWRF] [ 1.158531] GHES: HEST is not enabled! [ 1.159603] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.184089] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.185625] Non-volatile memory driver v1.3 [ 1.186740] Linux agpgart interface v0.103 [ 1.187892] crash memory driver: version 1.1 [ 1.189038] rdac: device handler registered [ 1.190174] hp_sw: device handler registered [ 1.191282] emc: device handler registered [ 1.192348] alua: device handler registered [ 1.193451] libphy: Fixed MDIO Bus: probed [ 1.194546] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.195977] ehci-pci: EHCI PCI platform driver [ 1.197108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.198484] ohci-pci: OHCI PCI platform driver [ 1.199607] uhci_hcd: USB Universal Host Controller Interface driver [ 1.219624] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.220898] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.222865] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.224109] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.225484] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.226951] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.228892] usb usb1: Product: UHCI Host Controller [ 1.230147] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.231678] usb usb1: SerialNumber: 0000:00:01.2 [ 1.232877] hub 1-0:1.0: USB hub found [ 1.233923] hub 1-0:1.0: 2 ports detected [ 1.235078] usbcore: registered new interface driver usbserial [ 1.236429] usbcore: registered new interface driver usbserial_generic [ 1.237866] usbserial: USB Serial support registered for generic [ 1.239241] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.241902] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.243146] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.244452] mousedev: PS/2 mouse device common for all mice [ 1.245977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.248601] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.250773] rtc_cmos 00:00: RTC can wake from S4 [ 1.252243] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.254387] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.255830] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.257286] cpuidle: using governor menu [ 1.258436] hidraw: raw HID events driver (C) Jiri Kosina [ 1.259848] usbcore: registered new interface driver usbhid [ 1.261444] usbhid: USB HID core driver [ 1.262669] drop_monitor: Initializing network drop monitor service [ 1.264414] TCP: cubic registered [ 1.265469] Initializing XFRM netlink socket [ 1.266836] NET: Registered protocol family 10 [ 1.268829] NET: Registered protocol family 17 [ 1.270316] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.281994] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.283339] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.285568] Loading compiled-in X.509 certificates [ 1.286767] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.289060] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.291726] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.294026] registered taskstats version 1 [ 1.296622] Key type trusted registered [ 1.298845] Key type encrypted registered [ 1.301012] IMA: No TPM chip found, activating TPM-bypass! [ 1.302656] rtc_cmos 00:00: setting system clock to 2019-01-20 13:55:08 UTC (1547992508) [ 1.305341] Freeing unused kernel memory: 1680k freed [ 1.309538] 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.313507] systemd[1]: Detected virtualization kvm. [ 1.314738] systemd[1]: Detected architecture x86-64. [ 1.315969] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.318254] systemd[1]: No hostname configured. [ 1.319426] systemd[1]: Set hostname to . [ 1.320683] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.343049] systemd[1]: Reached target Swap. [ 1.344185] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Local File Systems. [ 1.346066] systemd[1]: Reached target Local File Systems. [ 1.347349] systemd[1]: Starting Local File Systems. [ 1.348601] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.350651] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.353421] systemd[1]: Reached target Paths. [ 1.354537] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Timers. [ 1.356291] systemd[1]: Reached target Timers. [ 1.357432] systemd[1]: Starting Timers. [[32m OK [0m] Created slice Root Slice. [ 1.359314] systemd[1]: Created slice Root Slice. [ 1.360490] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.362400] systemd[1]: Listening on udev Kernel Socket. [ 1.363666] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.365704] systemd[1]: Listening on udev Control Socket. [ 1.366981] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.368984] systemd[1]: Listening on Journal Socket. [ 1.370207] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.372165] systemd[1]: Created slice System Slice. [ 1.373369] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.375256] systemd[1]: Reached target Slices. [ 1.376396] systemd[1]: Starting Slices. [ 1.377714] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.379856] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.382121] 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.385726] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.389675] systemd[1]: Reached target Sockets. [ 1.390888] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.392894] 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.457244] RPC: Registered named UNIX socket transport module. [ 1.459106] RPC: Registered udp transport module. [ 1.460660] RPC: Registered tcp transport module. [ 1.462216] 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.536749] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.565296] FDC 0 is a S82078B [ 1.583297] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.586988] scsi host0: ata_piix [ 1.588267] scsi host1: ata_piix [ 1.589546] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.591603] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.630160] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.636231] 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.687511] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.689096] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.690711] usb 1-1: Product: QEMU USB Tablet [ 1.691873] usb 1-1: Manufacturer: QEMU [ 1.692953] usb 1-1: SerialNumber: 42 [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.704637] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.707111] 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.791359] SGI XFS with ACLs, security attributes, no debug enabled [ 1.794277] XFS (vda1): Mounting V4 Filesystem [ 1.878359] 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 Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[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 Slices. [[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... [ 2.100773] tsc: Refined TSC clocksource calibration: 3491.906 MHz [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.111702] systemd-journald[103]: Received SIGTERM from PID 1 (systemd). [ 2.250784] SELinux: Disabled at runtime. [ 2.287742] type=1404 audit(1547992509.485:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.316143] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.317563] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting POSIX Message Queue File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Mounting Debug File System... [[32m OK [0m] Listening on Delayed Shutdown Socket. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[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... [[32m OK [0m] Listening on udev Kernel Socket. Mounting NFSD configuration filesystem... Mounting Huge Pages File System... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on udev Control Socket. Starting Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [[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 Remount Root and Kernel File Systems. Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [ 2.661815] 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 Configure read-only root support. [ 2.703320] systemd-journald[385]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [ 2.808780] type=1305 audit(1547992510.006:3): audit_pid=429 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. [ 2.996114] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.005901] [drm] Initialized drm 1.1.0 20060810 [ 3.009012] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.033656] ppdev: user-space parallel port driver [ 3.050881] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.050881] [TTM] Initializing pool allocator [ 3.050883] [TTM] Initializing DMA pool allocator [ 3.051125] [drm] fb mappable at 0xFC000000 [ 3.051126] [drm] vram aper at 0xFC000000 [ 3.051126] [drm] size 33554432 [ 3.051127] [drm] fb depth is 24 [ 3.051127] [drm] pitch is 3072 [ 3.069680] fbcon: cirrusdrmfb (fb0) is primary device [ 3.089087] Console: switching to colour frame buffer device 128x48 [ 3.100267] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.104249] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... Starting NTP client/server... Starting LSB: Bring up/down networking... Starting Login Service... Starting Initial cloud-init job (pre-networking)... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started NTP client/server. [ 3.193856] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Authorization Manager.[ 3.199741] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.208816] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [ 3.246621] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started Permit User Sessions. [ 3.278264] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started Getty on tty1. [ 3.285953] intel_powerclamp: No package C-state available Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.292115] intel_powerclamp: No package C-state available[[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... intel_powerclamp: No package C-state available [ 3.305386] intel_powerclamp: No package C-state available[ 3.577961] cloud-init[495]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 20 Jan 2019 13:55:11 +0000. Up 3.54 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Notify NFS peers of a restart... Starting nginx - high performance web server... Starting OpenSSH server daemon... [[32m OK [0m] Reached target Network is Online. Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting RabbitMQ Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... Starting Postfix Mail Transport Agent... Starting System Logging Service... Starting Dynamic System Tuning Daemon... Starting Crash recovery kernel arming... [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started OpenSSH server daemon. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.936758] cloud-init[803]: Cloud-init v. 0.7.5 running 'init' at Sun, 20 Jan 2019 13:55:13 +0000. Up 5.86 seconds. [ 5.957198] cloud-init[803]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.960219] cloud-init[803]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.962186] cloud-init[803]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.964182] cloud-init[803]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.967183] cloud-init[803]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.969475] cloud-init[803]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:88:b1:98 | [ 5.971123] cloud-init[803]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.974214] cloud-init[803]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.975784] cloud-init[803]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.978193] cloud-init[803]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.980183] cloud-init[803]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.983192] cloud-init[803]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.985483] cloud-init[803]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.988176] cloud-init[803]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.991182] cloud-init[803]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 9.134279] cloud-init[2486]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 20 Jan 2019 13:55:16 +0000. Up 9.06 seconds. [ 9.950364] cloud-init[2691]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 20 Jan 2019 13:55:17 +0000. Up 9.90 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 | ea:4a:c6:fe:7f:97:c8:c2:fc:2c:23:cd:38:a2:9f:6e | - | 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.034852] cloud-init[2691]: Cloud-init v. 0.7.5 finished at Sun, 20 Jan 2019 13:55:17 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.02 seconds 2019-01-20 13:55:25,008 - paramiko.transport - DEBUG - starting thread (client mode): 0xe9f5bed0L 2019-01-20 13:55:25,009 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 13:55:25,028 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2019-01-20 13:55:25,028 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2019-01-20 13:55:25,056 - 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 2019-01-20 13:55:25,056 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 13:55:25,056 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-20 13:55:25,056 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 13:55:25,057 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 13:55:25,057 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 13:55:25,062 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 13:55:25,063 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 13:55:25,073 - paramiko.transport - DEBUG - Trying key ea4ac6fe7f97c8c2fc2c23cd38a29f6e from /tmp/tmp8VwNDS 2019-01-20 13:55:25,103 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 13:55:25,138 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 13:55:25,174 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2019-01-20 13:55:25,174 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2019-01-20 13:55:25,175 - functest.core.cloudify - INFO - Attemps running status of the Manager 2019-01-20 13:55:25,175 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/status 2019-01-20 13:55:25,400 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:55:25,400 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:55:25,401 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:55:25,401 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:55:25,401 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:55:25,401 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:55:25,401 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:55:25,401 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 5388, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 5393, "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": 1787, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 5375, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 872, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 800, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 792, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4985, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 5366, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2019-01-20 13:55:25,401 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:55:25,401 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:55:23 GMT 2019-01-20 13:55:25,401 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:55:25,401 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2019-01-20 13:55:25,402 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:55:25,402 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 5388, 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': 5393, 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': 1787, 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': 5375, 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': 872, 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': 800, 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': 792, 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': 4985, 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': 5366, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2019-01-20 13:55:25,403 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/status 2019-01-20 13:55:25,611 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:55:25,611 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:55:25,611 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:55:25,611 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:55:25,611 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:55:25,612 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:55:25,612 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:55:25,612 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 5388, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 5393, "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": 1787, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 5375, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 872, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 800, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 792, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4985, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 5366, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2019-01-20 13:55:25,612 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:55:25,612 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:55:23 GMT 2019-01-20 13:55:25,612 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:55:25,612 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2019-01-20 13:55:25,612 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:55:25,613 - functest.core.cloudify - INFO - The current manager status is running 2019-01-20 13:55:25,613 - 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"} 2019-01-20 13:55:25,736 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:55:25,737 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:55:25,737 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:55:25,737 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:55:25,737 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:55:25,737 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:55:25,737 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:55:25,737 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2019-01-20 13:55:25,737 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-20T13:55:24.087Z", "updated_at": "2019-01-20T13:55:24.087Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2019-01-20 13:55:25,737 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:55:25,738 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:55:24 GMT 2019-01-20 13:55:25,738 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:55:25,738 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2019-01-20 13:55:25,738 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:55:25,738 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/secrets 2019-01-20 13:55:25,849 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:55:25,849 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:55:25,850 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:55:25,850 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:55:25,850 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:55:25,850 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:55:25,850 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:55:25,850 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2019-01-20T13:55:24.087Z", "updated_at": "2019-01-20T13:55:24.087Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2019-01-20 13:55:25,850 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:55:25,850 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:55:24 GMT 2019-01-20 13:55:25,850 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:55:25,850 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2019-01-20 13:55:25,851 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:55:25,851 - functest.core.cloudify - DEBUG - List secrets: 2019-01-20 13:55:25,851 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.201:80/api/v3/secrets/foo 2019-01-20 13:55:25,992 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:55:25,992 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:55:25,992 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:55:25,992 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:55:25,992 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:55:25,992 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:55:25,992 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:55:25,992 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2019-01-20 13:55:25,993 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-20T13:55:24.087Z", "updated_at": "2019-01-20T13:55:24.087Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2019-01-20 13:55:25,993 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:55:25,993 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:55:24 GMT 2019-01-20 13:55:25,993 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:55:25,993 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2019-01-20 13:55:25,993 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:55:25,993 - functest.core.cloudify - INFO - Secrets API successfully reached 2019-01-20 13:55:25,994 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2019-01-20 13:55:25,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 13:55:25,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 13:55:26,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:55:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-316a0ba7-95ab-4027-8ab7-2a898e89c897 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.22:5000/v3/projects/1ec8161f3a604d6f8fc71afd39fdd4d1"}, "enabled": true, "id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 13:55:26,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-316a0ba7-95ab-4027-8ab7-2a898e89c897 2019-01-20 13:55:26,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0975351333618s 2019-01-20 13:55:26,092 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-316a0ba7-95ab-4027-8ab7-2a898e89c897 2019-01-20 13:55:26,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2019-01-20 13:55:26,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/quotas/1ec8161f3a604d6f8fc71afd39fdd4d1.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2019-01-20 13:55:26,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-22a3e71d-4435-4894-9df2-7787a61f501e Date: Sun, 20 Jan 2019 13:55:26 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}} 2019-01-20 13:55:26,336 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/quotas/1ec8161f3a604d6f8fc71afd39fdd4d1.json used request id req-22a3e71d-4435-4894-9df2-7787a61f501e 2019-01-20 13:55:26,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.241760969162s 2019-01-20 13:55:26,337 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/quotas/1ec8161f3a604d6f8fc71afd39fdd4d1.json used request id req-22a3e71d-4435-4894-9df2-7787a61f501e 2019-01-20 13:55:26,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2019-01-20 13:55:26,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2019-01-20 13:55:26,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 13:55:26,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:55:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddc48ecb-4b37-4ff2-b710-61505acd9587 Content-Encoding: gzip Content-Length: 915 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v3", "links": {"self": "http://172.30.9.22:5000/v3/services/0db328df60024ec1a94dc6db6b96daba"}, "enabled": true, "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.22:5000/v3/services/1ee893b213ec495eacfa10e42a17fc26"}, "enabled": true, "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.22:5000/v3/services/461a661a7b3b487cbbe5b6f9f737f7aa"}, "enabled": true, "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.22:5000/v3/services/61e45110754d4c4095d659149afad5bb"}, "enabled": true, "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.22:5000/v3/services/666ebcca57a54f05b462a99ec0e984f8"}, "enabled": true, "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.22:5000/v3/services/676928eb63d54826a44fa3a4cb57a657"}, "enabled": true, "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.22:5000/v3/services/74946f2b59634eb0aa706bd3d49732f8"}, "enabled": true, "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.22:5000/v3/services/79602fe8331a4f008f770df81b47c0fd"}, "enabled": true, "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.22:5000/v3/services/a52cb97e7333480a947a5ee5b140ce8e"}, "enabled": true, "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.22:5000/v3/services/a61603b336bd4db983952259e15350f1"}, "enabled": true, "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.22:5000/v3/services/c046d7f51ab440e992f9460438b66d14"}, "enabled": true, "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.22:5000/v3/services/c1f85d94cee44799aa6fc5cbdba83cd7"}, "enabled": true, "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.22:5000/v3/services/cffef5f47ec6460590ee77aa26a31fae"}, "enabled": true, "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.22:5000/v3/services/d3f8c74380aa43ff83ab27e0c61acd7e"}, "enabled": true, "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.22:5000/v3/services/de10c8d8806b446f908592d97ba05fdc"}, "enabled": true, "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.22:5000/v3/services/ef6c51a853bd4714ab75ecd2f0a28b28"}, "enabled": true, "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "links": {"self": "http://172.30.9.22:5000/v3/services", "previous": null, "next": null}} 2019-01-20 13:55:26,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/services used request id req-ddc48ecb-4b37-4ff2-b710-61505acd9587 2019-01-20 13:55:26,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0897889137268s 2019-01-20 13:55:26,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2019-01-20 13:55:26,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 13:55:26,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13:55:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7db11efc-148f-4b3f-8ae6-953c1da88772 Content-Encoding: gzip Content-Length: 2085 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0b39f9a67a104eb89d23146a80405c53"}, "url": "http://192.30.9.6:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d3f8c74380aa43ff83ab27e0c61acd7e", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/128d3b1e5184426caeb0fac9bfb078f2"}, "url": "http://172.30.9.22:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c046d7f51ab440e992f9460438b66d14", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, "url": "http://172.30.9.22:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "74946f2b59634eb0aa706bd3d49732f8", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/19292b6c561c40f2ad76d929c0c92dfa"}, "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d3f8c74380aa43ff83ab27e0c61acd7e", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1e1a673b03b54bc7b0464b7bb71fe106"}, "url": "http://192.30.9.6:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "461a661a7b3b487cbbe5b6f9f737f7aa", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/20c9ef60d7a147e4988bc1cfdfd07932"}, "url": "http://192.30.9.6:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a61603b336bd4db983952259e15350f1", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/29fe9dc629b44021a0ec3a55747439bc"}, "url": "http://172.30.9.22:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "676928eb63d54826a44fa3a4cb57a657", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/2eefe2dcb12a47b1a6c7d54b93fb16d1"}, "url": "http://192.30.9.6:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "61e45110754d4c4095d659149afad5bb", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/32f922e61b2746378fe8853829a88c37"}, "url": "http://192.30.9.6:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a52cb97e7333480a947a5ee5b140ce8e", "id": "32f922e61b2746378fe8853829a88c37"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/3800014c932d40f29bb9dc0bfcdfd5e1"}, "url": "http://192.30.9.6:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cffef5f47ec6460590ee77aa26a31fae", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/426262d1f1f44b6e96bb9a2ad8f42181"}, "url": "http://192.30.9.6:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c046d7f51ab440e992f9460438b66d14", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/47522f60edd04e899f576dc12da3c9be"}, "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c1f85d94cee44799aa6fc5cbdba83cd7", "id": "47522f60edd04e899f576dc12da3c9be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4c7b8413eedb43969d8113c071638457"}, "url": "http://192.30.9.6:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0db328df60024ec1a94dc6db6b96daba", "id": "4c7b8413eedb43969d8113c071638457"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4e5f2929c0cf44fc8c631b4c673409dd"}, "url": "http://192.30.9.6:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a52cb97e7333480a947a5ee5b140ce8e", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/52eb155647904c6986af2bf8e868c340"}, "url": "http://192.30.9.6:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d3f8c74380aa43ff83ab27e0c61acd7e", "id": "52eb155647904c6986af2bf8e868c340"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/5917d267f6484a629ff3a3277aede776"}, "url": "http://192.30.9.6:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "74946f2b59634eb0aa706bd3d49732f8", "id": "5917d267f6484a629ff3a3277aede776"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/5fe5574ba5ac40eb90b158266394457e"}, "url": "http://192.30.9.6:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "676928eb63d54826a44fa3a4cb57a657", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/6f08bf9741f542808e5848c0ba7795e0"}, "url": "http://192.30.9.6:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "676928eb63d54826a44fa3a4cb57a657", "id": "6f08bf9741f542808e5848c0ba7795e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/7145befd77ab45b5bb73536ddfb081f0"}, "url": "http://172.30.9.22:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1ee893b213ec495eacfa10e42a17fc26", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/810446a0895a484085720b1b289c6ec3"}, "url": "http://192.30.9.6:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c046d7f51ab440e992f9460438b66d14", "id": "810446a0895a484085720b1b289c6ec3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/86687275b50449038727399464ca5563"}, "url": "http://192.30.9.6:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "79602fe8331a4f008f770df81b47c0fd", "id": "86687275b50449038727399464ca5563"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/8ea9af4ce5994af6a754a48251d2a15d"}, "url": "http://172.30.9.22:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "61e45110754d4c4095d659149afad5bb", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/92c381d4658f48afa573e0eda6654b7e"}, "url": "http://192.30.9.6:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0db328df60024ec1a94dc6db6b96daba", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/98b4e83a246c42f7bb32b7aa95be4bcd"}, "url": "http://172.30.9.22:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0db328df60024ec1a94dc6db6b96daba", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a01b51727a2245f2824f4b7cf202eb40"}, "url": "http://172.30.9.22:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a61603b336bd4db983952259e15350f1", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a1c5d9f1ad6c49dfbd5a3a347ab30074"}, "url": "http://192.30.9.6:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1ee893b213ec495eacfa10e42a17fc26", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a9fdfc5d97084db5a1a1c9e935506dd2"}, "url": "http://192.30.9.6:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "461a661a7b3b487cbbe5b6f9f737f7aa", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ac1a43c8bbd3416ca077aa85aeadcc05"}, "url": "http://192.30.9.6:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "666ebcca57a54f05b462a99ec0e984f8", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ada22fa41ecf4254b7fd0d20dc4ffdff"}, "url": "http://192.30.9.6:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1ee893b213ec495eacfa10e42a17fc26", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b96945d0bac84134bccb539607611457"}, "url": "http://192.30.9.6:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c1f85d94cee44799aa6fc5cbdba83cd7", "id": "b96945d0bac84134bccb539607611457"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/bcf9cfe36ad24874b8b5efa34c747b44"}, "url": "http://172.30.9.22:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "461a661a7b3b487cbbe5b6f9f737f7aa", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c238088798db45eca432c8887925bc67"}, "url": "http://192.30.9.6:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a61603b336bd4db983952259e15350f1", "id": "c238088798db45eca432c8887925bc67"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c2a98828c44b464098a69e475454444b"}, "url": "http://192.30.9.6:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c1f85d94cee44799aa6fc5cbdba83cd7", "id": "c2a98828c44b464098a69e475454444b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c45bbf057e6d4a26b0d0bf76f60c912f"}, "url": "http://172.30.9.22:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ef6c51a853bd4714ab75ecd2f0a28b28", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c9f97d7323074c009eb9ddada38cb163"}, "url": "http://192.30.9.6:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "666ebcca57a54f05b462a99ec0e984f8", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/dbb150f6b140491b84ceab1b9fc91d35"}, "url": "http://172.30.9.22:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "79602fe8331a4f008f770df81b47c0fd", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/dd639fdd49594512a3a3c60de9e8f242"}, "url": "http://172.30.9.22:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cffef5f47ec6460590ee77aa26a31fae", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/de6096afd49449ca834709a24697111e"}, "url": "http://192.30.9.6:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "61e45110754d4c4095d659149afad5bb", "id": "de6096afd49449ca834709a24697111e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e077aaabbddb4090a832209de121bc4a"}, "url": "http://192.30.9.6:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ef6c51a853bd4714ab75ecd2f0a28b28", "id": "e077aaabbddb4090a832209de121bc4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e35913f7561f466bbbe9de4ee6e2c439"}, "url": "http://192.30.9.6:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ef6c51a853bd4714ab75ecd2f0a28b28", "id": "e35913f7561f466bbbe9de4ee6e2c439"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e6019315ff6e4e27a037576f9a47ffdb"}, "url": "http://192.30.9.6:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "74946f2b59634eb0aa706bd3d49732f8", "id": "e6019315ff6e4e27a037576f9a47ffdb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f1ce8fa6a47c4c5c8a4627c1dee8dc16"}, "url": "http://172.30.9.22:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "666ebcca57a54f05b462a99ec0e984f8", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f4c199466c554a768d18feac4241107d"}, "url": "http://192.30.9.6:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "79602fe8331a4f008f770df81b47c0fd", "id": "f4c199466c554a768d18feac4241107d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f704c9722ade4566b97f4f5731c8d0d1"}, "url": "http://172.30.9.22:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a52cb97e7333480a947a5ee5b140ce8e", "id": "f704c9722ade4566b97f4f5731c8d0d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f921a94bddad4881bf668cc485d3318f"}, "url": "http://192.30.9.6:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cffef5f47ec6460590ee77aa26a31fae", "id": "f921a94bddad4881bf668cc485d3318f"}], "links": {"self": "http://172.30.9.22:5000/v3/endpoints", "previous": null, "next": null}} 2019-01-20 13:55:26,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-7db11efc-148f-4b3f-8ae6-953c1da88772 2019-01-20 13:55:26,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0883841514587s 2019-01-20 13:55:26,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '7cf49de2-b65f-4f1d-9b36-25993b8610d4', 'keystone_tenant_name': u'cloudify_ims-project_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.22:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'project_domain_name': 'Default'} 2019-01-20 13:55:26,527 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/secrets 2019-01-20 13:55:26,668 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:55:26,668 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:55:26,668 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:55:26,669 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:55:26,669 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:55:26,669 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:55:26,669 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:55:26,669 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2019-01-20 13:55:26,669 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:55:26,669 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:55:25 GMT 2019-01-20 13:55:26,669 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:55:26,669 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2019-01-20 13:55:26,669 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:55:26,670 - 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": "7cf49de2-b65f-4f1d-9b36-25993b8610d4"} 2019-01-20 13:55:26,840 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:55:26,840 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:55:26,840 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:55:26,841 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:55:26,841 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:55:26,841 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:55:26,841 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:55:26,841 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2019-01-20 13:55:26,841 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-20T13:55:25.180Z", "updated_at": "2019-01-20T13:55:25.180Z", "created_by": "admin", "private_resource": false, "value": "7cf49de2-b65f-4f1d-9b36-25993b8610d4", "key": "keystone_password"} 2019-01-20 13:55:26,841 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:55:26,841 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:55:25 GMT 2019-01-20 13:55:26,841 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:55:26,842 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2019-01-20 13:55:26,842 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:55:26,842 - 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_57cad00a-21f5-4dfd-888a-44a952c3a1a4"} 2019-01-20 13:55:26,961 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:55:26,961 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:55:26,961 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:55:26,961 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:55:26,961 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:55:26,961 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:55:26,961 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:55:26,961 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2019-01-20 13:55:26,961 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-20T13:55:25.317Z", "updated_at": "2019-01-20T13:55:25.317Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "key": "keystone_tenant_name"} 2019-01-20 13:55:26,962 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:55:26,962 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:55:25 GMT 2019-01-20 13:55:26,962 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:55:26,962 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2019-01-20 13:55:26,962 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:55:26,962 - 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"} 2019-01-20 13:55:27,134 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:55:27,134 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:55:27,134 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:55:27,134 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:55:27,134 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:55:27,134 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:55:27,134 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:55:27,135 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2019-01-20 13:55:27,135 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-20T13:55:25.493Z", "updated_at": "2019-01-20T13:55:25.493Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2019-01-20 13:55:27,135 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:55:27,135 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:55:25 GMT 2019-01-20 13:55:27,135 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:55:27,135 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2019-01-20 13:55:27,135 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:55:27,135 - 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.22:5000"} 2019-01-20 13:55:27,215 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:55:27,215 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:55:27,215 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:55:27,215 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:55:27,215 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:55:27,215 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:55:27,215 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:55:27,215 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2019-01-20 13:55:27,216 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-20T13:55:25.579Z", "updated_at": "2019-01-20T13:55:25.579Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.22:5000", "key": "keystone_url"} 2019-01-20 13:55:27,216 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:55:27,216 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:55:25 GMT 2019-01-20 13:55:27,216 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:55:27,216 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2019-01-20 13:55:27,216 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:55:27,216 - 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"} 2019-01-20 13:55:27,314 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:55:27,315 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:55:27,315 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:55:27,315 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:55:27,315 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:55:27,315 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:55:27,315 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:55:27,315 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2019-01-20 13:55:27,315 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-20T13:55:25.677Z", "updated_at": "2019-01-20T13:55:25.677Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2019-01-20 13:55:27,315 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:55:27,316 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:55:25 GMT 2019-01-20 13:55:27,316 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:55:27,316 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2019-01-20 13:55:27,316 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:55:27,316 - 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_57cad00a-21f5-4dfd-888a-44a952c3a1a4"} 2019-01-20 13:55:27,423 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:55:27,423 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:55:27,423 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:55:27,423 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:55:27,424 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:55:27,424 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:55:27,424 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:55:27,424 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2019-01-20 13:55:27,424 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-20T13:55:25.780Z", "updated_at": "2019-01-20T13:55:25.780Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "key": "keystone_username"} 2019-01-20 13:55:27,424 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:55:27,424 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:55:25 GMT 2019-01-20 13:55:27,424 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:55:27,424 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2019-01-20 13:55:27,424 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:55:27,425 - 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"} 2019-01-20 13:55:27,521 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:55:27,521 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:55:27,521 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:55:27,521 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:55:27,521 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:55:27,521 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:55:27,521 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:55:27,522 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2019-01-20 13:55:27,522 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-20T13:55:25.887Z", "updated_at": "2019-01-20T13:55:25.887Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2019-01-20 13:55:27,522 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:55:27,522 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:55:25 GMT 2019-01-20 13:55:27,522 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:55:27,522 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2019-01-20 13:55:27,522 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:55:27,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2019-01-20 13:55:27,523 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 13:55:27,531 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-20 13:55:27,531 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 13:55:27,549 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 13:55:27,665 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-20 13:55:27,666 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-20 13:55:27,667 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-20 13:55:27,668 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-20 13:55:27,668 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-20 13:55:27,673 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-20 13:56:12,451 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-20 13:56:12,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirror.web-ster.com * extras: mirrors.unifiedlayer.com * updates: mirror.web-ster.com No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-36.el7 will be installed --> Processing Dependency: libgomp = 4.8.5-36.el7 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: cpp = 4.8.5-36.el7 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: libgcc >= 4.8.5-36.el7 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-36.el7.x86_64 ---> Package python-devel.x86_64 0:2.7.5-76.el7 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-76.el7 for package: python-devel-2.7.5-76.el7.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-36.el7 will be installed ---> Package glibc-devel.x86_64 0:2.17-260.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-260.el7 for package: glibc-devel-2.17-260.el7.x86_64 --> Processing Dependency: glibc = 2.17-260.el7 for package: glibc-devel-2.17-260.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-260.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-36.el7 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-36.el7 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-76.el7 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-76.el7 for package: python-2.7.5-76.el7.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-260.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-260.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-260.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-260.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-76.el7 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-76.el7.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-260.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-957.1.3.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-16.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-16.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-36.el7 base 16 M python-devel x86_64 2.7.5-76.el7 base 398 k Installing for dependencies: cpp x86_64 4.8.5-36.el7 base 5.9 M glibc-devel x86_64 2.17-260.el7 base 1.1 M glibc-headers x86_64 2.17-260.el7 base 683 k kernel-headers x86_64 3.10.0-957.1.3.el7 updates 8.0 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-260.el7 base 3.6 M glibc-common x86_64 2.17-260.el7 base 11 M libgcc x86_64 4.8.5-36.el7 base 102 k libgomp x86_64 4.8.5-36.el7 base 157 k openssl x86_64 1:1.0.2k-16.el7 base 493 k openssl-libs x86_64 1:1.0.2k-16.el7 base 1.2 M python x86_64 2.7.5-76.el7 base 94 k python-libs x86_64 2.7.5-76.el7 base 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 55 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 14 MB/s | 55 MB 00:03 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-36.el7.x86_64 1/24 Updating : glibc-common-2.17-260.el7.x86_64 2/24 Updating : glibc-2.17-260.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-16.el7.x86_64 6/24 Updating : python-libs-2.7.5-76.el7.x86_64 7/24 Updating : python-2.7.5-76.el7.x86_64 8/24 Installing : cpp-4.8.5-36.el7.x86_64 9/24 Updating : libgomp-4.8.5-36.el7.x86_64 10/24 Installing : kernel-headers-3.10.0-957.1.3.el7.x86_64 11/24 Installing : glibc-headers-2.17-260.el7.x86_64 12/24 Installing : glibc-devel-2.17-260.el7.x86_64 13/24 Installing : gcc-4.8.5-36.el7.x86_64 14/24 Installing : python-devel-2.7.5-76.el7.x86_64 15/24 Updating : 1:openssl-1.0.2k-16.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 : python-2.7.5-76.el7.x86_64 1/24 Verifying : libgcc-4.8.5-36.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-16.el7.x86_64 3/24 Verifying : glibc-2.17-260.el7.x86_64 4/24 Verifying : gcc-4.8.5-36.el7.x86_64 5/24 Verifying : python-devel-2.7.5-76.el7.x86_64 6/24 Verifying : 1:openssl-1.0.2k-16.el7.x86_64 7/24 Verifying : cpp-4.8.5-36.el7.x86_64 8/24 Verifying : libgomp-4.8.5-36.el7.x86_64 9/24 Verifying : glibc-common-2.17-260.el7.x86_64 10/24 Verifying : libmpc-1.0.1-3.el7.x86_64 11/24 Verifying : kernel-headers-3.10.0-957.1.3.el7.x86_64 12/24 Verifying : python-libs-2.7.5-76.el7.x86_64 13/24 Verifying : glibc-devel-2.17-260.el7.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : glibc-headers-2.17-260.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-36.el7 python-devel.x86_64 0:2.7.5-76.el7 Dependency Installed: cpp.x86_64 0:4.8.5-36.el7 glibc-devel.x86_64 0:2.17-260.el7 glibc-headers.x86_64 0:2.17-260.el7 kernel-headers.x86_64 0:3.10.0-957.1.3.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-260.el7 glibc-common.x86_64 0:2.17-260.el7 libgcc.x86_64 0:4.8.5-36.el7 libgomp.x86_64 0:4.8.5-36.el7 openssl.x86_64 1:1.0.2k-16.el7 openssl-libs.x86_64 1:1.0.2k-16.el7 python.x86_64 0:2.7.5-76.el7 python-libs.x86_64 0:2.7.5-76.el7 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 | +--------------------------------+---------+ 2019-01-20 13:56:12,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: 2019-01-20 13:56:12,453 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-20 13:56:12,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 13:56:12,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=1ec8161f3a604d6f8fc71afd39fdd4d1&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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:56:12,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-ae4835b5-ea22-4ee5-9970-11c2737b5183 Date: Sun, 20 Jan 2019 13:56:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:50:35Z", "updated_at": "2019-01-20T13:50:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "284940ea-3484-4264-a6b2-3b60784869a9", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "83efc70f-0656-4370-846d-da10f9d18ec4", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "85286e8a-4b83-4428-bcaf-bfb0803d571d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "ca328684-8f62-45f3-8cab-744957d8cca6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}], "revision_number": 4, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "name": "default"}]} 2019-01-20 13:56:12,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=1ec8161f3a604d6f8fc71afd39fdd4d1&name=default used request id req-ae4835b5-ea22-4ee5-9970-11c2737b5183 2019-01-20 13:56:12,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0522940158844s 2019-01-20 13:56:12,509 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=1ec8161f3a604d6f8fc71afd39fdd4d1&name=default used request id req-ae4835b5-ea22-4ee5-9970-11c2737b5183 2019-01-20 13:56:12,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 13:56:12,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:56:12,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-7376b3ed-70b0-4112-a21d-2fde8a455754 Date: Sun, 20 Jan 2019 13:56:12 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:52:27Z", "updated_at": "2019-01-20T13:52:30Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:28Z", "revision_number": 0, "id": "038f45f5-ff13-43ca-a5cf-13e1ec018252", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:52:28Z", "revision_number": 0, "id": "2b533963-879f-4fd4-ae22-cb7c1614208c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2019-01-20T13:52:29Z", "revision_number": 0, "id": "30b81217-96e8-49ff-8498-59673cf57e1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:29Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:27Z", "revision_number": 0, "id": "666a034f-ba4b-456f-9eb1-8caae134d31b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:27Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-20T13:52:28Z", "revision_number": 0, "id": "7d80f26a-5fe1-4e39-a9e4-5f2c404bc1b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:27Z", "revision_number": 0, "id": "8b0603c4-0413-4b9c-97c5-bb257ca1a5b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:27Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2019-01-20T13:52:29Z", "revision_number": 0, "id": "c6b2f831-d549-47c6-8b1b-706b39d8df0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:29Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 443, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2019-01-20T13:52:30Z", "revision_number": 0, "id": "f2d025ce-3101-40de-9a41-9ab409bf1fb6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:30Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}], "revision_number": 8, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "9f244604-668f-4c6c-be53-77d616ec6e50", "name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}, {"description": "Default security group", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:50:35Z", "updated_at": "2019-01-20T13:50:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "284940ea-3484-4264-a6b2-3b60784869a9", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "83efc70f-0656-4370-846d-da10f9d18ec4", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "85286e8a-4b83-4428-bcaf-bfb0803d571d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "ca328684-8f62-45f3-8cab-744957d8cca6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}], "revision_number": 4, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "name": "default"}]} 2019-01-20 13:56:12,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-7376b3ed-70b0-4112-a21d-2fde8a455754 2019-01-20 13:56:12,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.212708950043s 2019-01-20 13:56:12,726 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-7376b3ed-70b0-4112-a21d-2fde8a455754 2019-01-20 13:56:12,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-20 13:56:12,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -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": "b987675e-311e-462f-bc41-a7ad45ab0d5a"}}' 2019-01-20 13:56:12,927 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-94ee5255-202c-43a4-b574-fd67e8ebfd09 Date: Sun, 20 Jan 2019 13:56:12 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": "2019-01-20T13:56:12Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "port_range_min": 22, "revision_number": 0, "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:56:12Z", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "c56b9bb3-822e-49ba-a96c-244fed32265c"}} 2019-01-20 13:56:12,927 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-94ee5255-202c-43a4-b574-fd67e8ebfd09 2019-01-20 13:56:12,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.197639942169s 2019-01-20 13:56:12,928 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-94ee5255-202c-43a4-b574-fd67e8ebfd09 2019-01-20 13:56:12,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2019-01-20 13:56:13,311 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2019-01-20 13:56:15,984 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:56:15,984 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:56:15,984 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:56:15,984 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:56:15,985 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:56:15,985 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:56:15,985 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:56:15,985 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2019-01-20 13:56:15,985 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2019-01-20T13:56:15.904Z", "updated_at": "2019-01-20T13:56:15.904Z", "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.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.monitors": {"name": "cloudify.relationships.monitors", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "public", "description": "the community"}, "oids": {"description": "the oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "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"}}}, "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_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.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"}}}, "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"}}}}, "inputs": {"vellum_cluster_size": {"default": 1, "type": "integer", "description": "number of vellum instance"}, "agent_user": {"default": "ubuntu", "type": "string", "description": "User for connecting to agent VM's"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "with_ellis": {"default": 1, "type": "integer", "description": "1 for true 0 for false"}, "external_network_name": {"type": "string", "description": "Network that will be the floating IP"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "key_pair_name": {"default": "clearwater-key", "description": "Openstack key pair name of the key to associate with the new server"}, "bono_cluster_size": {"default": 1, "type": "integer", "description": "number of bono instance"}, "flavor_id": {"type": "string", "description": "Flavor ID of the agent VM's (RAM >= 2 GB)"}, "public_domain": {"type": "string", "description": "Sip domain for sip users and bono load-balancing"}, "homer_cluster_size": {"default": 1, "type": "integer", "description": "number of homer instance"}, "release": {"default": "stable", "type": "string", "description": "Clearwater release"}, "network_name": {"default": "net2", "description": "Openstack network name the new server will be connected to"}, "private_key_path": {"description": "Path to the private key which will be used for connecting to the server\non the manager or machine running CLI if running in local mode.\n"}, "sprout_cluster_size": {"default": 1, "type": "integer", "description": "number of sprout instance"}}, "description": null, "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"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"}, "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"}}}, "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": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "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"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "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": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "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"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "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"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "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": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "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": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "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": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "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": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "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": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2019-01-20 13:56:15,987 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:56:15,988 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:56:15 GMT 2019-01-20 13:56:15,988 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:56:15,988 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2019-01-20 13:56:15,988 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:56:16,012 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2019-01-20 13:56:17,483 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:1bb230415bf3b405b9b824519afbf1cb sha256:a0c99d9db42139305f16e484188c0e8600b3bcf4fd3b3a5f8f367417377b59e5 2019-01-20 13:56:17,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 13:56:17,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:56:18,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-45545351-c9d5-4ca7-b6e8-bf86aca43307 Date: Sun, 20 Jan 2019 13:56:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/4209fc3e-11a0-4d95-b414-183662465ac2/snap", "metadata": {}}], "file": "/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2/file", "owner": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "4209fc3e-11a0-4d95-b414-183662465ac2", "size": 4373348352, "self": "/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/4209fc3e-11a0-4d95-b414-183662465ac2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-20T13:52:25Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2019-01-20T13:51:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 13:56:18,077 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-45545351-c9d5-4ca7-b6e8-bf86aca43307 2019-01-20 13:56:18,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.594424962997s 2019-01-20 13:56:18,078 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-45545351-c9d5-4ca7-b6e8-bf86aca43307 2019-01-20 13:56:18,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-20 13:56:18,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -d '{"owner_specified.shade.md5": "1bb230415bf3b405b9b824519afbf1cb", "owner_specified.shade.sha256": "a0c99d9db42139305f16e484188c0e8600b3bcf4fd3b3a5f8f367417377b59e5", "owner_specified.shade.object": "images/cloudify_ims-img_alt_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}' 2019-01-20 13:56:18,307 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/e7847e1a-3db4-434c-8405-2cee22adb160 X-Openstack-Request-Id: req-feecf2cd-d5b0-4548-89be-9b2365046a31 Date: Sun, 20 Jan 2019 13:56:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e7847e1a-3db4-434c-8405-2cee22adb160/file", "owner": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "e7847e1a-3db4-434c-8405-2cee22adb160", "size": null, "self": "/v2/images/e7847e1a-3db4-434c-8405-2cee22adb160", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a0c99d9db42139305f16e484188c0e8600b3bcf4fd3b3a5f8f367417377b59e5", "updated_at": "2019-01-20T13:56:18Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "1bb230415bf3b405b9b824519afbf1cb", "name": "cloudify_ims-img_alt_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "checksum": null, "created_at": "2019-01-20T13:56:18Z", "protected": false} 2019-01-20 13:56:18,307 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-feecf2cd-d5b0-4548-89be-9b2365046a31 2019-01-20 13:56:18,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.226747989655s 2019-01-20 13:56:18,308 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-feecf2cd-d5b0-4548-89be-9b2365046a31 returning object e7847e1a-3db4-434c-8405-2cee22adb160 2019-01-20 13:56:18,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-20 13:56:18,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/e7847e1a-3db4-434c-8405-2cee22adb160/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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -d '' 2019-01-20 13:56:24,993 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-870047b3-1ce0-4694-972c-cb0a3621e8b4 Date: Sun, 20 Jan 2019 13:56:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 13:56:24,993 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/e7847e1a-3db4-434c-8405-2cee22adb160/file used request id req-870047b3-1ce0-4694-972c-cb0a3621e8b4 2019-01-20 13:56:24,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.6845459938s 2019-01-20 13:56:24,994 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/e7847e1a-3db4-434c-8405-2cee22adb160/file used request id req-870047b3-1ce0-4694-972c-cb0a3621e8b4 2019-01-20 13:56:24,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 13:56:24,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 13:56:25,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-e80b4d13-5380-4c68-9b7d-e405917d684b Date: Sun, 20 Jan 2019 13:56:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e7847e1a-3db4-434c-8405-2cee22adb160/snap", "metadata": {}}], "file": "/v2/images/e7847e1a-3db4-434c-8405-2cee22adb160/file", "owner": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "e7847e1a-3db4-434c-8405-2cee22adb160", "size": 263717376, "self": "/v2/images/e7847e1a-3db4-434c-8405-2cee22adb160", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e7847e1a-3db4-434c-8405-2cee22adb160/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a0c99d9db42139305f16e484188c0e8600b3bcf4fd3b3a5f8f367417377b59e5", "updated_at": "2019-01-20T13:56:24Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "1bb230415bf3b405b9b824519afbf1cb", "name": "cloudify_ims-img_alt_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "checksum": "1bb230415bf3b405b9b824519afbf1cb", "created_at": "2019-01-20T13:56:18Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/4209fc3e-11a0-4d95-b414-183662465ac2/snap", "metadata": {}}], "file": "/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2/file", "owner": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "4209fc3e-11a0-4d95-b414-183662465ac2", "size": 4373348352, "self": "/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/4209fc3e-11a0-4d95-b414-183662465ac2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-20T13:52:25Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2019-01-20T13:51:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 13:56:25,559 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e80b4d13-5380-4c68-9b7d-e405917d684b 2019-01-20 13:56:25,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.565134048462s 2019-01-20 13:56:25,560 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e80b4d13-5380-4c68-9b7d-e405917d684b 2019-01-20 13:56:25,562 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e7847e1a-3db4-434c-8405-2cee22adb160/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e7847e1a-3db4-434c-8405-2cee22adb160/file', 'owner': u'1ec8161f3a604d6f8fc71afd39fdd4d1', 'id': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'size': 263717376, u'self': u'/v2/images/e7847e1a-3db4-434c-8405-2cee22adb160', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', 'name': 'cloudify_ims-project_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/e7847e1a-3db4-434c-8405-2cee22adb160/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-20T13:56:24Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-20T13:56:24Z', u'owner_specified.shade.sha256': u'a0c99d9db42139305f16e484188c0e8600b3bcf4fd3b3a5f8f367417377b59e5', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'1bb230415bf3b405b9b824519afbf1cb', 'properties': {u'self': u'/v2/images/e7847e1a-3db4-434c-8405-2cee22adb160', u'owner_specified.shade.md5': u'1bb230415bf3b405b9b824519afbf1cb', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'owner_specified.shade.sha256': u'a0c99d9db42139305f16e484188c0e8600b3bcf4fd3b3a5f8f367417377b59e5', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'created': u'2019-01-20T13:56:18Z', 'checksum': u'1bb230415bf3b405b9b824519afbf1cb', 'created_at': u'2019-01-20T13:56:18Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e7847e1a-3db4-434c-8405-2cee22adb160', u'owner_specified.shade.md5': u'1bb230415bf3b405b9b824519afbf1cb', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'owner_specified.shade.sha256': u'a0c99d9db42139305f16e484188c0e8600b3bcf4fd3b3a5f8f367417377b59e5', u'schema': u'/v2/schemas/image'}}) 2019-01-20 13:56:25,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-20 13:56:25,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}0958fcde5bfeae265c761fc6088acab2387e8772" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2019-01-20 13:56:25,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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-c4fe5acf-36d6-43cf-8116-1a0bc05866bb x-compute-request-id: req-c4fe5acf-36d6-43cf-8116-1a0bc05866bb Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 25, "id": "3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53", "name": "cloudify_ims-flavor_alt_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 13:56:25,674 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-c4fe5acf-36d6-43cf-8116-1a0bc05866bb 2019-01-20 13:56:25,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.111209869385s 2019-01-20 13:56:25,675 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-c4fe5acf-36d6-43cf-8116-1a0bc05866bb returning object 3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53 2019-01-20 13:56:25,676 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_57cad00a-21f5-4dfd-888a-44a952c3a1a4', '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'057838f782f94e5ca660a8d24231cdb7', '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'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53', 'swap': 0}) 2019-01-20 13:56:25,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-20 13:56:25,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53/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}0958fcde5bfeae265c761fc6088acab2387e8772" -d '{"extra_specs": {}}' 2019-01-20 13:56:25,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 13: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 x-openstack-request-id: req-7365e5a8-351b-4913-b64f-387249715a3d x-compute-request-id: req-7365e5a8-351b-4913-b64f-387249715a3d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 13:56:25,698 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53/os-extra_specs used request id req-7365e5a8-351b-4913-b64f-387249715a3d 2019-01-20 13:56:25,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213668346405s 2019-01-20 13:56:25,698 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53/os-extra_specs used request id req-7365e5a8-351b-4913-b64f-387249715a3d 2019-01-20 13:56:25,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2019-01-20 13:56:25,699 - 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": "e7847e1a-3db4-434c-8405-2cee22adb160", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "bono_cluster_size": 1, "flavor_id": "3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2019-01-20 13:56:27,691 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:56:27,692 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:56:27,692 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:56:27,692 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:56:27,692 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:56:27,692 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:56:27,692 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:56:27,692 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2019-01-20 13:56:27,692 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "e7847e1a-3db4-434c-8405-2cee22adb160", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "bono_cluster_size": 1, "flavor_id": "3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "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": {"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"}, "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"}, "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": "2019-01-20T13:56:26.207Z", "updated_at": "2019-01-20T13:56:26.207Z", "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"]}}}} 2019-01-20 13:56:27,693 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:56:27,693 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:56:27 GMT 2019-01-20 13:56:27,693 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:56:27,693 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2019-01-20 13:56:27,693 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:56:27,694 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions 2019-01-20 13:56:28,001 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:56:28,001 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:56:28,001 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:56:28,001 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:56:28,001 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:56:28,001 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:56:28,001 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:56:28,001 - 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": {"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"}, "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"}, "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": {"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": "2019-01-20T13:56:27.564Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "5bb75327-05f0-483c-847a-13ae990a88ea"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2019-01-20 13:56:28,002 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:56:28,002 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:56:27 GMT 2019-01-20 13:56:28,002 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:56:28,002 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2019-01-20 13:56:28,002 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:56:28,003 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:56:28,187 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:56:28,187 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:56:28,187 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:56:28,187 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:56:28,188 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:56:28,188 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:56:28,188 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:56:28,188 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2019-01-20 13:56:28,188 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:56:28,188 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:56:28 GMT 2019-01-20 13:56:28,188 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:56:28,188 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2019-01-20 13:56:28,188 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:56:28,189 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/5bb75327-05f0-483c-847a-13ae990a88ea 2019-01-20 13:56:28,291 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:56:28,291 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:56:28,291 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:56:28,291 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:56:28,292 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:56:28,292 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:56:28,292 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:56:28,292 - 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": {"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"}, "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"}, "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": {"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": "2019-01-20T13:56:27.564Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "5bb75327-05f0-483c-847a-13ae990a88ea"} 2019-01-20 13:56:28,292 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:56:28,292 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:56:28 GMT 2019-01-20 13:56:28,292 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:56:28,292 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2019-01-20 13:56:28,292 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:56:33,295 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:56:33,592 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:56:33,593 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:56:33,593 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:56:33,593 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:56:33,593 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:56:33,593 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:56:33,593 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:56:33,593 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:56:28.713Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T13:56:28.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5bb75327-05f0-483c-847a-13ae990a88ea"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:56:29.092Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T13:56:29.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5bb75327-05f0-483c-847a-13ae990a88ea", "logger": "2d6fd3f3-f99e-4e48-bd67-b1759edcfdb9"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:56:29.169Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T13:56:29.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5bb75327-05f0-483c-847a-13ae990a88ea"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:56:29.169Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T13:56:29.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5bb75327-05f0-483c-847a-13ae990a88ea"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:56:29.169Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T13:56:29.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5bb75327-05f0-483c-847a-13ae990a88ea"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:56:29.986Z", "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": "2019-01-20T13:56:29.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5bb75327-05f0-483c-847a-13ae990a88ea", "logger": "2d6fd3f3-f99e-4e48-bd67-b1759edcfdb9"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:56:29.986Z", "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": "2019-01-20T13:56:29.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5bb75327-05f0-483c-847a-13ae990a88ea", "logger": "2d6fd3f3-f99e-4e48-bd67-b1759edcfdb9"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:56:29.986Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip freeze", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T13:56:29.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5bb75327-05f0-483c-847a-13ae990a88ea", "logger": "2d6fd3f3-f99e-4e48-bd67-b1759edcfdb9"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:56:29.986Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T13:56:29.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5bb75327-05f0-483c-847a-13ae990a88ea", "logger": "2d6fd3f3-f99e-4e48-bd67-b1759edcfdb9"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:56:31.027Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmp8O2K8T --prefix=\"/tmp/openstack-iL6gQE\" --constraint=\"/tmp/openstack-iL6gQE/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T13:56:31.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5bb75327-05f0-483c-847a-13ae990a88ea", "logger": "2d6fd3f3-f99e-4e48-bd67-b1759edcfdb9"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:56:31.027Z", "message": "Installing from directory: /tmp/tmp8O2K8T [args=--prefix=\"/tmp/openstack-iL6gQE\" --constraint=\"/tmp/openstack-iL6gQE/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T13:56:31.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5bb75327-05f0-483c-847a-13ae990a88ea", "logger": "2d6fd3f3-f99e-4e48-bd67-b1759edcfdb9"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2019-01-20 13:56:33,593 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:56:33,594 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:56:33 GMT 2019-01-20 13:56:33,594 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:56:33,594 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5872 2019-01-20 13:56:33,594 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:56:33,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2019-01-20 13:56:33,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: openstack 2019-01-20 13:56:33,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2019-01-20 13:56:33,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2019-01-20 13:56:33,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2019-01-20 13:56:33,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2019-01-20 13:56:33,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2019-01-20 13:56:33,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2019-01-20 13:56:33,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2019-01-20 13:56:33,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmp8O2K8T --prefix="/tmp/openstack-iL6gQE" --constraint="/tmp/openstack-iL6gQE/constraint.txt" 2019-01-20 13:56:33,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing from directory: /tmp/tmp8O2K8T [args=--prefix="/tmp/openstack-iL6gQE" --constraint="/tmp/openstack-iL6gQE/constraint.txt", package_name=cloudify-openstack-plugin] 2019-01-20 13:56:33,596 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/5bb75327-05f0-483c-847a-13ae990a88ea 2019-01-20 13:56:33,662 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:56:33,663 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:56:33,663 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:56:33,663 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:56:33,663 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:56:33,663 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:56:33,663 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:56:33,663 - 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": {"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"}, "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"}, "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": {"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": "2019-01-20T13:56:27.564Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "5bb75327-05f0-483c-847a-13ae990a88ea"} 2019-01-20 13:56:33,663 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:56:33,663 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:56:33 GMT 2019-01-20 13:56:33,664 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:56:33,664 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2019-01-20 13:56:33,664 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:56:38,669 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:56:38,764 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:56:38,765 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:56:38,765 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:56:38,765 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:56:38,765 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:56:38,765 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:56:38,765 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:56:38,765 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2019-01-20 13:56:38,765 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:56:38,766 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:56:38 GMT 2019-01-20 13:56:38,766 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:56:38,766 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2019-01-20 13:56:38,766 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:56:38,766 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/5bb75327-05f0-483c-847a-13ae990a88ea 2019-01-20 13:56:39,072 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:56:39,072 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:56:39,072 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:56:39,072 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:56:39,072 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:56:39,072 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:56:39,072 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:56:39,073 - 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": {"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"}, "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"}, "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": {"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": "2019-01-20T13:56:27.564Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "5bb75327-05f0-483c-847a-13ae990a88ea"} 2019-01-20 13:56:39,073 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:56:39,073 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:56:39 GMT 2019-01-20 13:56:39,073 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:56:39,073 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2019-01-20 13:56:39,073 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:56:44,076 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:56:44,147 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:56:44,147 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:56:44,148 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:56:44,148 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:56:44,148 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:56:44,148 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:56:44,148 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:56:44,148 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2019-01-20 13:56:44,148 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:56:44,148 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:56:44 GMT 2019-01-20 13:56:44,148 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:56:44,149 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2019-01-20 13:56:44,149 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:56:44,149 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/5bb75327-05f0-483c-847a-13ae990a88ea 2019-01-20 13:56:44,527 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:56:44,527 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:56:44,527 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:56:44,527 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:56:44,527 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:56:44,527 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:56:44,527 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:56:44,527 - 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": {"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"}, "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"}, "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": {"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": "2019-01-20T13:56:27.564Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "5bb75327-05f0-483c-847a-13ae990a88ea"} 2019-01-20 13:56:44,527 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:56:44,528 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:56:44 GMT 2019-01-20 13:56:44,528 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:56:44,528 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2019-01-20 13:56:44,528 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:56:49,534 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:56:49,853 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:56:49,854 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:56:49,854 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:56:49,854 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:56:49,854 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:56:49,854 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:56:49,854 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:56:49,854 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2019-01-20 13:56:49,854 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:56:49,855 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:56:49 GMT 2019-01-20 13:56:49,855 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:56:49,855 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2019-01-20 13:56:49,855 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:56:49,855 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/5bb75327-05f0-483c-847a-13ae990a88ea 2019-01-20 13:56:49,920 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:56:49,920 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:56:49,920 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:56:49,921 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:56:49,921 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:56:49,921 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:56:49,921 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:56:49,921 - 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": {"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"}, "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"}, "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": {"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": "2019-01-20T13:56:27.564Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "5bb75327-05f0-483c-847a-13ae990a88ea"} 2019-01-20 13:56:49,921 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:56:49,921 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:56:49 GMT 2019-01-20 13:56:49,921 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:56:49,921 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2019-01-20 13:56:49,921 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:56:54,927 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:56:55,128 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:56:55,128 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:56:55,128 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:56:55,128 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:56:55,128 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:56:55,128 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:56:55,128 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:56:55,129 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:56:54.599Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T13:56:54.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5bb75327-05f0-483c-847a-13ae990a88ea", "logger": "2d6fd3f3-f99e-4e48-bd67-b1759edcfdb9"}], "metadata": {"pagination": {"total": 12, "offset": 11, "size": 50}}} 2019-01-20 13:56:55,129 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:56:55,129 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:56:55 GMT 2019-01-20 13:56:55,129 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:56:55,129 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 591 2019-01-20 13:56:55,129 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:56:55,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Retrieved package name: cloudify-openstack-plugin 2019-01-20 13:56:55,130 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/5bb75327-05f0-483c-847a-13ae990a88ea 2019-01-20 13:56:55,215 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:56:55,215 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:56:55,215 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:56:55,215 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:56:55,215 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:56:55,216 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:56:55,216 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:56:55,216 - 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": {"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"}, "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"}, "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": {"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": "2019-01-20T13:56:27.564Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "5bb75327-05f0-483c-847a-13ae990a88ea"} 2019-01-20 13:56:55,216 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:56:55,216 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:56:55 GMT 2019-01-20 13:56:55,216 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:56:55,216 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2019-01-20 13:56:55,216 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:00,222 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:57:00,393 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:00,394 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:00,394 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:00,394 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:00,394 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:00,394 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:00,394 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:00,394 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:56:55.211Z", "message": "Removing directory: /tmp/tmp8O2K8T", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T13:56:55.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "5bb75327-05f0-483c-847a-13ae990a88ea", "logger": "2d6fd3f3-f99e-4e48-bd67-b1759edcfdb9"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:56:55.588Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T13:56:55.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5bb75327-05f0-483c-847a-13ae990a88ea"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:56:56.199Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T13:56:56.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5bb75327-05f0-483c-847a-13ae990a88ea"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:56:56.199Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T13:56:56.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5bb75327-05f0-483c-847a-13ae990a88ea"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:56:56.199Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T13:56:56.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "5bb75327-05f0-483c-847a-13ae990a88ea"}], "metadata": {"pagination": {"total": 17, "offset": 12, "size": 50}}} 2019-01-20 13:57:00,395 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:00,395 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:00 GMT 2019-01-20 13:57:00,395 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:00,395 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2516 2019-01-20 13:57:00,395 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:00,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp8O2K8T 2019-01-20 13:57:00,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2019-01-20 13:57:00,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2019-01-20 13:57:00,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2019-01-20 13:57:00,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2019-01-20 13:57:00,396 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/5bb75327-05f0-483c-847a-13ae990a88ea 2019-01-20 13:57:00,460 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:00,460 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:00,460 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:00,460 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:00,461 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:00,461 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:00,461 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:00,461 - 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": {"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"}, "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"}, "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": {"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": "2019-01-20T13:56:27.564Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "5bb75327-05f0-483c-847a-13ae990a88ea"} 2019-01-20 13:57:00,461 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:00,461 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:00 GMT 2019-01-20 13:57:00,461 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:00,461 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6293 2019-01-20 13:57:00,461 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:00,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2019-01-20 13:57:00,462 - 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} 2019-01-20 13:57:00,646 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:00,647 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:00,647 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:00,647 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:00,647 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:00,647 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:00,647 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:00,647 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 137 2019-01-20 13:57:00,647 - 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": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:57:00,647 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:00,648 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:00 GMT 2019-01-20 13:57:00,648 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:00,648 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:57:00,648 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:00,648 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:57:00,718 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:00,718 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:00,718 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:00,718 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:00,718 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:00,718 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:00,718 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:00,719 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2019-01-20 13:57:00,719 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:00,719 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:00 GMT 2019-01-20 13:57:00,719 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:00,719 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2019-01-20 13:57:00,719 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:00,719 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:57:00,781 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:00,781 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:00,781 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:00,782 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:00,782 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:00,782 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:00,782 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:00,782 - 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": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:57:00,782 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:00,782 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:00 GMT 2019-01-20 13:57:00,782 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:00,782 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:57:00,782 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:05,788 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:57:05,855 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:05,855 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:05,855 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:05,855 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:05,855 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:05,855 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:05,855 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:05,856 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:01.321Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:01.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_security_group_s0d47n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:02.769Z", "message": "Creating node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:02.769Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_floatingip_pyzsil", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:04.410Z", "message": "Creating node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:04.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_floatingip_4m1008", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:04.410Z", "message": "Creating node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:04.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "keypair_lmw1qv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:04.410Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:04.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_floatingip_pyzsil", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:04.410Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:04.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_floatingip_4m1008", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:04.410Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:04.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_security_group_s0d47n", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:04.410Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:04.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_security_group_s0d47n", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:04.410Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:04.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_security_group_s0d47n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:04.662Z", "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": "2019-01-20T13:57:04.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "9dc4d04b-ce71-4aa6-a8f3-842dccbbdcea"}, {"node_instance_id": "bind_security_group_541zx4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.453Z", "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": "2019-01-20T13:57:05.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "74146d42-ddfa-4658-b2e5-4d8accb20f09"}, {"node_instance_id": "bono_security_group_s0d47n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.453Z", "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": "2019-01-20T13:57:05.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "9dc4d04b-ce71-4aa6-a8f3-842dccbbdcea"}, {"node_instance_id": "bono_security_group_s0d47n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.453Z", "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": "2019-01-20T13:57:05.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "9dc4d04b-ce71-4aa6-a8f3-842dccbbdcea"}, {"node_instance_id": "bono_security_group_s0d47n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.453Z", "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": "2019-01-20T13:57:05.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "9dc4d04b-ce71-4aa6-a8f3-842dccbbdcea"}, {"node_instance_id": "bono_security_group_s0d47n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.453Z", "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": "2019-01-20T13:57:05.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "9dc4d04b-ce71-4aa6-a8f3-842dccbbdcea"}, {"node_instance_id": "bono_security_group_s0d47n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.453Z", "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": "2019-01-20T13:57:05.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "9dc4d04b-ce71-4aa6-a8f3-842dccbbdcea"}, {"node_instance_id": "bono_security_group_s0d47n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.453Z", "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": "2019-01-20T13:57:05.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "9dc4d04b-ce71-4aa6-a8f3-842dccbbdcea"}, {"node_instance_id": "bono_security_group_s0d47n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.453Z", "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": "2019-01-20T13:57:05.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "9dc4d04b-ce71-4aa6-a8f3-842dccbbdcea"}, {"node_instance_id": "bind_security_group_541zx4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.453Z", "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": "2019-01-20T13:57:05.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "74146d42-ddfa-4658-b2e5-4d8accb20f09"}, {"node_instance_id": "bono_security_group_s0d47n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.453Z", "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": "2019-01-20T13:57:05.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "9dc4d04b-ce71-4aa6-a8f3-842dccbbdcea"}, {"node_instance_id": "bind_security_group_541zx4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.453Z", "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": "2019-01-20T13:57:05.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "74146d42-ddfa-4658-b2e5-4d8accb20f09"}, {"node_instance_id": "bono_security_group_s0d47n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.453Z", "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": "2019-01-20T13:57:05.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "9dc4d04b-ce71-4aa6-a8f3-842dccbbdcea"}, {"node_instance_id": "bono_security_group_s0d47n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.453Z", "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": "2019-01-20T13:57:05.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "9dc4d04b-ce71-4aa6-a8f3-842dccbbdcea"}, {"node_instance_id": "bono_security_group_s0d47n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.453Z", "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": "2019-01-20T13:57:05.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "9dc4d04b-ce71-4aa6-a8f3-842dccbbdcea"}, {"node_instance_id": "bono_security_group_s0d47n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.453Z", "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": "2019-01-20T13:57:05.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "9dc4d04b-ce71-4aa6-a8f3-842dccbbdcea"}, {"node_instance_id": "bono_security_group_s0d47n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.453Z", "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": "2019-01-20T13:57:05.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "9dc4d04b-ce71-4aa6-a8f3-842dccbbdcea"}, {"node_instance_id": "bono_security_group_s0d47n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.453Z", "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": "2019-01-20T13:57:05.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "9dc4d04b-ce71-4aa6-a8f3-842dccbbdcea"}, {"node_instance_id": "bono_security_group_s0d47n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.453Z", "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": "2019-01-20T13:57:05.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "9dc4d04b-ce71-4aa6-a8f3-842dccbbdcea"}, {"node_instance_id": "bind_security_group_541zx4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.453Z", "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": "2019-01-20T13:57:05.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "74146d42-ddfa-4658-b2e5-4d8accb20f09"}, {"node_instance_id": "base_security_group_043uun", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Creating node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_floatingip_wvp008", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Creating node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_security_group_541zx4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Creating node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_security_group_q0p96n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Creating node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_security_group_cs6u7s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Creating node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_security_group_hgsdtv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Creating node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "internal_sip_security_group_oemnrh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Creating node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_security_group_t01l64", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Creating node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_security_group_jdx6v0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Creating node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_floatingip_wvp008", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "base_security_group_043uun", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_security_group_541zx4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_security_group_q0p96n", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_security_group_cs6u7s", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_security_group_hgsdtv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "internal_sip_security_group_oemnrh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_security_group_t01l64", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_security_group_jdx6v0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "keypair_lmw1qv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_floatingip_pyzsil", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_floatingip_4m1008", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 52, "offset": 0, "size": 50}}} 2019-01-20 13:57:05,856 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:05,856 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:05 GMT 2019-01-20 13:57:05,856 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:05,856 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28602 2019-01-20 13:57:05,856 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:05,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2019-01-20 13:57:05,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:05,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:05,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:05,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:05,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2019-01-20 13:57:05,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2019-01-20 13:57:05,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2019-01-20 13:57:05,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2019-01-20 13:57:05,859 - 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} 2019-01-20 13:57:05,859 - 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'} 2019-01-20 13:57:05,859 - 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'} 2019-01-20 13:57:05,859 - 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'} 2019-01-20 13:57:05,859 - 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'} 2019-01-20 13:57:05,860 - 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'} 2019-01-20 13:57:05,860 - 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'} 2019-01-20 13:57:05,860 - 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'} 2019-01-20 13:57:05,860 - 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'} 2019-01-20 13:57:05,860 - 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'} 2019-01-20 13:57:05,860 - 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'} 2019-01-20 13:57:05,861 - 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} 2019-01-20 13:57:05,861 - 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} 2019-01-20 13:57:05,861 - 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'} 2019-01-20 13:57:05,861 - 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} 2019-01-20 13:57:05,861 - 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} 2019-01-20 13:57:05,861 - 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} 2019-01-20 13:57:05,862 - 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} 2019-01-20 13:57:05,862 - 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} 2019-01-20 13:57:05,862 - 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} 2019-01-20 13:57:05,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:05,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:05,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:05,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:05,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:05,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:05,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:05,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:05,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:05,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2019-01-20 13:57:05,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2019-01-20 13:57:05,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2019-01-20 13:57:05,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2019-01-20 13:57:05,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2019-01-20 13:57:05,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2019-01-20 13:57:05,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2019-01-20 13:57:05,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2019-01-20 13:57:05,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2019-01-20 13:57:05,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2019-01-20 13:57:05,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2019-01-20 13:57:05,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2019-01-20 13:57:05,865 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:57:05,965 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:05,965 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:05,965 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:05,965 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:05,965 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:05,965 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:05,965 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:05,965 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:57:05,966 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:05,966 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:05 GMT 2019-01-20 13:57:05,966 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:05,966 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:57:05,966 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:10,971 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:57:11,117 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:11,117 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:11,118 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:11,118 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:11,118 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:11,118 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:11,118 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:11,118 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_security_group_541zx4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "keypair_lmw1qv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:05.686Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:05.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_security_group_hgsdtv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:06.564Z", "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": "2019-01-20T13:57:06.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "69a27d4b-7583-4262-b9db-c6bd83316fd5"}, {"node_instance_id": "homer_security_group_hgsdtv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:06.564Z", "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": "2019-01-20T13:57:06.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "69a27d4b-7583-4262-b9db-c6bd83316fd5"}, {"node_instance_id": "homer_security_group_hgsdtv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:06.564Z", "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": "2019-01-20T13:57:06.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "69a27d4b-7583-4262-b9db-c6bd83316fd5"}, {"node_instance_id": "homer_security_group_hgsdtv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:06.564Z", "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": "2019-01-20T13:57:06.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "69a27d4b-7583-4262-b9db-c6bd83316fd5"}, {"node_instance_id": "keypair_lmw1qv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:06.564Z", "message": "Using external resource keypair: cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "level": "info", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:06.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "12bd65e4-416f-4186-955b-24567ec87aed"}, {"node_instance_id": "keypair_lmw1qv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:06.723Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:06.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_security_group_hgsdtv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:06.723Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:06.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "keypair_lmw1qv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:06.723Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:06.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_floatingip_pyzsil", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:07.577Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', u'created_at': u'2019-01-20T13:57:06Z', u'updated_at': u'2019-01-20T13:57:06Z', u'floating_network_id': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.207', u'revision_number': 0, u'project_id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', u'port_id': None, u'id': u'aab2be6a-9eca-483b-9b72-1fc08a2f093d'}", "level": "info", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:07.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "26b360c4-fcc5-42b5-87b2-1aa85447ec5d"}, {"node_instance_id": "ellis_floatingip_4m1008", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:07.577Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', u'created_at': u'2019-01-20T13:57:06Z', u'updated_at': u'2019-01-20T13:57:06Z', u'floating_network_id': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.211', u'revision_number': 0, u'project_id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', u'port_id': None, u'id': u'4b2096f5-9a61-4496-a211-2f68ce3ffac2'}", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:07.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "46984482-d16f-4100-9c5f-256f39ea834b"}, {"node_instance_id": "bono_floatingip_pyzsil", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:07.884Z", "message": "Configuring node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:07.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "keypair_lmw1qv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:07.884Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:07.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_security_group_q0p96n", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:07.884Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:07.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_security_group_t01l64", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:07.884Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:07.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_floatingip_pyzsil", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:07.884Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:07.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_floatingip_4m1008", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:07.884Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:07.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_security_group_q0p96n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:08.658Z", "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": "2019-01-20T13:57:08.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "765c8499-e31a-4b99-b926-cbec4112f648"}, {"node_instance_id": "dime_security_group_q0p96n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:08.658Z", "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": "2019-01-20T13:57:08.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "765c8499-e31a-4b99-b926-cbec4112f648"}, {"node_instance_id": "dime_security_group_q0p96n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:08.658Z", "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": "2019-01-20T13:57:08.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "765c8499-e31a-4b99-b926-cbec4112f648"}, {"node_instance_id": "sprout_security_group_t01l64", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:08.658Z", "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": "2019-01-20T13:57:08.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "be8673af-47bd-438e-9be8-638e3486530e"}, {"node_instance_id": "dime_security_group_q0p96n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:08.658Z", "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": "2019-01-20T13:57:08.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "765c8499-e31a-4b99-b926-cbec4112f648"}, {"node_instance_id": "dime_security_group_q0p96n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:08.658Z", "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": "2019-01-20T13:57:08.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "765c8499-e31a-4b99-b926-cbec4112f648"}, {"node_instance_id": "dime_security_group_q0p96n", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:08.658Z", "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": "2019-01-20T13:57:08.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "765c8499-e31a-4b99-b926-cbec4112f648"}, {"node_instance_id": "sprout_security_group_t01l64", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:08.658Z", "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": "2019-01-20T13:57:08.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "be8673af-47bd-438e-9be8-638e3486530e"}, {"node_instance_id": "ellis_floatingip_4m1008", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:08.911Z", "message": "Configuring node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:08.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:08.911Z", "message": "Creating node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:08.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:08.911Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:08.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_floatingip_pyzsil", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:08.911Z", "message": "Starting node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:08.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_floatingip_4m1008", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:08.911Z", "message": "Starting node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:08.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_security_group_541zx4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:09.941Z", "message": "Configuring node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:09.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_security_group_541zx4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:09.941Z", "message": "Starting node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:09.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_floatingip_wvp008", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:09.941Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:09.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_security_group_541zx4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:09.941Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:09.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_security_group_s0d47n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:10.964Z", "message": "Configuring node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:10.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "internal_sip_security_group_oemnrh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:10.964Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:10.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_security_group_jdx6v0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:10.964Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:10.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_security_group_s0d47n", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:10.964Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:10.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_security_group_hgsdtv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:10.964Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:10.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 90, "offset": 50, "size": 50}}} 2019-01-20 13:57:11,118 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:11,118 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:11 GMT 2019-01-20 13:57:11,118 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:11,119 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 23350 2019-01-20 13:57:11,119 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:11,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2019-01-20 13:57:11,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2019-01-20 13:57:11,120 - 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'} 2019-01-20 13:57:11,120 - 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'} 2019-01-20 13:57:11,120 - 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} 2019-01-20 13:57:11,121 - 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} 2019-01-20 13:57:11,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Using external resource keypair: cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4 2019-01-20 13:57:11,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:11,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2019-01-20 13:57:11,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2019-01-20 13:57:11,121 - 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'1ec8161f3a604d6f8fc71afd39fdd4d1', u'created_at': u'2019-01-20T13:57:06Z', u'updated_at': u'2019-01-20T13:57:06Z', u'floating_network_id': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.207', u'revision_number': 0, u'project_id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', u'port_id': None, u'id': u'aab2be6a-9eca-483b-9b72-1fc08a2f093d'} 2019-01-20 13:57:11,122 - 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'1ec8161f3a604d6f8fc71afd39fdd4d1', u'created_at': u'2019-01-20T13:57:06Z', u'updated_at': u'2019-01-20T13:57:06Z', u'floating_network_id': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.211', u'revision_number': 0, u'project_id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', u'port_id': None, u'id': u'4b2096f5-9a61-4496-a211-2f68ce3ffac2'} 2019-01-20 13:57:11,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:11,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:11,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2019-01-20 13:57:11,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2019-01-20 13:57:11,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2019-01-20 13:57:11,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2019-01-20 13:57:11,123 - 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'} 2019-01-20 13:57:11,123 - 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'} 2019-01-20 13:57:11,123 - 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'} 2019-01-20 13:57:11,123 - 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'} 2019-01-20 13:57:11,123 - 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} 2019-01-20 13:57:11,124 - 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} 2019-01-20 13:57:11,124 - 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} 2019-01-20 13:57:11,124 - 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} 2019-01-20 13:57:11,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:11,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:11,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2019-01-20 13:57:11,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:11,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:11,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:11,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:11,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2019-01-20 13:57:11,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2019-01-20 13:57:11,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:11,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2019-01-20 13:57:11,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2019-01-20 13:57:11,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2019-01-20 13:57:11,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2019-01-20 13:57:11,127 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:57:11,234 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:11,234 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:11,234 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:11,234 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:11,235 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:11,235 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:11,235 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:11,235 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:57:11,235 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:11,235 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:11 GMT 2019-01-20 13:57:11,235 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:11,235 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:57:11,235 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:13,090 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 13:57:16,241 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:57:16,334 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:16,334 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:16,334 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:16,334 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:16,334 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:16,334 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:16,334 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:16,334 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "internal_sip_security_group_oemnrh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:11.124Z", "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": "2019-01-20T13:57:11.124Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c3b12f4c-d493-444d-a582-b5a4f5fb7b0c"}, {"node_instance_id": "vellum_security_group_jdx6v0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:11.737Z", "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": "2019-01-20T13:57:11.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8eabd1c7-7475-49fa-b633-c3abbe1bdae8"}, {"node_instance_id": "vellum_security_group_jdx6v0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:11.737Z", "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": "2019-01-20T13:57:11.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8eabd1c7-7475-49fa-b633-c3abbe1bdae8"}, {"node_instance_id": "vellum_security_group_jdx6v0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:11.737Z", "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": "2019-01-20T13:57:11.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8eabd1c7-7475-49fa-b633-c3abbe1bdae8"}, {"node_instance_id": "internal_sip_security_group_oemnrh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:11.737Z", "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": "2019-01-20T13:57:11.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c3b12f4c-d493-444d-a582-b5a4f5fb7b0c"}, {"node_instance_id": "internal_sip_security_group_oemnrh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:11.737Z", "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": "2019-01-20T13:57:11.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c3b12f4c-d493-444d-a582-b5a4f5fb7b0c"}, {"node_instance_id": "internal_sip_security_group_oemnrh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:11.737Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:11.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c3b12f4c-d493-444d-a582-b5a4f5fb7b0c"}, {"node_instance_id": "vellum_security_group_jdx6v0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:11.737Z", "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": "2019-01-20T13:57:11.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8eabd1c7-7475-49fa-b633-c3abbe1bdae8"}, {"node_instance_id": "vellum_security_group_jdx6v0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:11.737Z", "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": "2019-01-20T13:57:11.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8eabd1c7-7475-49fa-b633-c3abbe1bdae8"}, {"node_instance_id": "vellum_security_group_jdx6v0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:11.737Z", "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": "2019-01-20T13:57:11.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8eabd1c7-7475-49fa-b633-c3abbe1bdae8"}, {"node_instance_id": "vellum_security_group_jdx6v0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:11.737Z", "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": "2019-01-20T13:57:11.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8eabd1c7-7475-49fa-b633-c3abbe1bdae8"}, {"node_instance_id": "vellum_security_group_jdx6v0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:11.737Z", "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": "2019-01-20T13:57:11.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8eabd1c7-7475-49fa-b633-c3abbe1bdae8"}, {"node_instance_id": "vellum_security_group_jdx6v0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:11.737Z", "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": "2019-01-20T13:57:11.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8eabd1c7-7475-49fa-b633-c3abbe1bdae8"}, {"node_instance_id": "internal_sip_security_group_oemnrh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:11.737Z", "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": "2019-01-20T13:57:11.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c3b12f4c-d493-444d-a582-b5a4f5fb7b0c"}, {"node_instance_id": "internal_sip_security_group_oemnrh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:11.737Z", "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": "2019-01-20T13:57:11.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c3b12f4c-d493-444d-a582-b5a4f5fb7b0c"}, {"node_instance_id": "vellum_security_group_jdx6v0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:11.737Z", "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": "2019-01-20T13:57:11.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8eabd1c7-7475-49fa-b633-c3abbe1bdae8"}, {"node_instance_id": "vellum_security_group_jdx6v0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:11.737Z", "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": "2019-01-20T13:57:11.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8eabd1c7-7475-49fa-b633-c3abbe1bdae8"}, {"node_instance_id": "vellum_security_group_jdx6v0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:11.737Z", "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": "2019-01-20T13:57:11.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8eabd1c7-7475-49fa-b633-c3abbe1bdae8"}, {"node_instance_id": "homer_security_group_hgsdtv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:12.104Z", "message": "Configuring node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:12.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_security_group_s0d47n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:12.104Z", "message": "Starting node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:12.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "base_security_group_043uun", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:12.104Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:12.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_security_group_t01l64", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:12.104Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:12.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_floatingip_wvp008", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:12.806Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', u'created_at': u'2019-01-20T13:57:11Z', u'updated_at': u'2019-01-20T13:57:11Z', u'floating_network_id': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.203', u'revision_number': 0, u'project_id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', u'port_id': None, u'id': u'619cca13-b735-425a-bb85-b1dc8807ed2d'}", "level": "info", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:12.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f3f0c8f9-ce06-42f9-9b4b-9cef05845b96"}, {"node_instance_id": "base_security_group_043uun", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:12.806Z", "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": "2019-01-20T13:57:12.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d1598459-047a-4bdf-a316-31a397eba537"}, {"node_instance_id": "base_security_group_043uun", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:12.806Z", "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": "2019-01-20T13:57:12.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d1598459-047a-4bdf-a316-31a397eba537"}, {"node_instance_id": "base_security_group_043uun", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:12.806Z", "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": "2019-01-20T13:57:12.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d1598459-047a-4bdf-a316-31a397eba537"}, {"node_instance_id": "base_security_group_043uun", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:12.806Z", "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": "2019-01-20T13:57:12.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d1598459-047a-4bdf-a316-31a397eba537"}, {"node_instance_id": "base_security_group_043uun", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:12.806Z", "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": "2019-01-20T13:57:12.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d1598459-047a-4bdf-a316-31a397eba537"}, {"node_instance_id": "bind_floatingip_wvp008", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:13.162Z", "message": "Configuring node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:13.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_security_group_t01l64", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:13.162Z", "message": "Configuring node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:13.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_security_group_hgsdtv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:13.162Z", "message": "Starting node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:13.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_security_group_cs6u7s", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:13.162Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:13.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:13.162Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:13.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_floatingip_wvp008", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:13.162Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:13.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_security_group_q0p96n", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:13.162Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:13.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:13.824Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_type': u'keypair'}]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:13.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba465c38-47c6-4df6-acd4-b654822ad018"}, {"node_instance_id": "base_security_group_043uun", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:13.824Z", "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": "2019-01-20T13:57:13.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d1598459-047a-4bdf-a316-31a397eba537"}, {"node_instance_id": "ellis_security_group_cs6u7s", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:13.824Z", "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": "2019-01-20T13:57:13.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4da9c7f2-0bcb-4590-9b91-13a7567dfe74"}, {"node_instance_id": "ellis_security_group_cs6u7s", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:13.824Z", "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": "2019-01-20T13:57:13.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4da9c7f2-0bcb-4590-9b91-13a7567dfe74"}, {"node_instance_id": "base_security_group_043uun", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:13.824Z", "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": "2019-01-20T13:57:13.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d1598459-047a-4bdf-a316-31a397eba537"}, {"node_instance_id": "ellis_security_group_cs6u7s", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:13.824Z", "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": "2019-01-20T13:57:13.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4da9c7f2-0bcb-4590-9b91-13a7567dfe74"}, {"node_instance_id": "ellis_security_group_cs6u7s", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:13.824Z", "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": "2019-01-20T13:57:13.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4da9c7f2-0bcb-4590-9b91-13a7567dfe74"}, {"node_instance_id": "base_security_group_043uun", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:13.824Z", "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": "2019-01-20T13:57:13.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d1598459-047a-4bdf-a316-31a397eba537"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:13.824Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_zelupu'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:13.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba465c38-47c6-4df6-acd4-b654822ad018"}, {"node_instance_id": "dime_security_group_q0p96n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:14.176Z", "message": "Configuring node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:14.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_floatingip_wvp008", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:14.176Z", "message": "Starting node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:14.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_security_group_q0p96n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:14.176Z", "message": "Starting node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:14.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_security_group_t01l64", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:14.176Z", "message": "Starting node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:14.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "internal_sip_security_group_oemnrh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:15.484Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:15.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:15.837Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_zelupu', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:15.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba465c38-47c6-4df6-acd4-b654822ad018"}], "metadata": {"pagination": {"total": 140, "offset": 90, "size": 50}}} 2019-01-20 13:57:16,335 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:16,335 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:16 GMT 2019-01-20 13:57:16,335 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:16,335 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 31868 2019-01-20 13:57:16,335 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:16,336 - 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} 2019-01-20 13:57:16,336 - 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'} 2019-01-20 13:57:16,337 - 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'} 2019-01-20 13:57:16,337 - 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'} 2019-01-20 13:57:16,337 - 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'} 2019-01-20 13:57:16,337 - 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'} 2019-01-20 13:57:16,337 - 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'} 2019-01-20 13:57:16,338 - 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'} 2019-01-20 13:57:16,338 - 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'} 2019-01-20 13:57:16,338 - 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'} 2019-01-20 13:57:16,338 - 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} 2019-01-20 13:57:16,338 - 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} 2019-01-20 13:57:16,338 - 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} 2019-01-20 13:57:16,339 - 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} 2019-01-20 13:57:16,339 - 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} 2019-01-20 13:57:16,339 - 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} 2019-01-20 13:57:16,339 - 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} 2019-01-20 13:57:16,339 - 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} 2019-01-20 13:57:16,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:16,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:16,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2019-01-20 13:57:16,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2019-01-20 13:57:16,340 - 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'1ec8161f3a604d6f8fc71afd39fdd4d1', u'created_at': u'2019-01-20T13:57:11Z', u'updated_at': u'2019-01-20T13:57:11Z', u'floating_network_id': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.203', u'revision_number': 0, u'project_id': u'1ec8161f3a604d6f8fc71afd39fdd4d1', u'port_id': None, u'id': u'619cca13-b735-425a-bb85-b1dc8807ed2d'} 2019-01-20 13:57:16,340 - 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'} 2019-01-20 13:57:16,340 - 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'} 2019-01-20 13:57:16,340 - 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} 2019-01-20 13:57:16,341 - 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} 2019-01-20 13:57:16,341 - 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} 2019-01-20 13:57:16,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:16,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:16,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:16,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2019-01-20 13:57:16,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2019-01-20 13:57:16,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2019-01-20 13:57:16,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2019-01-20 13:57:16,342 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_type': u'keypair'}] 2019-01-20 13:57:16,342 - 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'} 2019-01-20 13:57:16,342 - 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'} 2019-01-20 13:57:16,343 - 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'} 2019-01-20 13:57:16,343 - 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'} 2019-01-20 13:57:16,343 - 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} 2019-01-20 13:57:16,343 - 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} 2019-01-20 13:57:16,343 - 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} 2019-01-20 13:57:16,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_zelupu'} 2019-01-20 13:57:16,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:16,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:16,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:16,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:16,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2019-01-20 13:57:16,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_zelupu', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'} 2019-01-20 13:57:16,345 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:57:16,412 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:16,412 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:16,412 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:16,412 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:16,413 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:16,413 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:16,413 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:16,413 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:57:16,413 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:16,413 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:16 GMT 2019-01-20 13:57:16,413 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:16,413 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:57:16,413 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:21,419 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:57:22,803 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:22,803 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:22,804 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:22,804 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:22,804 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:22,804 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:22,804 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:22,804 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "internal_sip_security_group_oemnrh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:16.342Z", "message": "Configuring node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:16.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_security_group_jdx6v0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:16.342Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:16.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:16.836Z", "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": "2019-01-20T13:57:16.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba465c38-47c6-4df6-acd4-b654822ad018"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:16.836Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_zelupu', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'}", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:16.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba465c38-47c6-4df6-acd4-b654822ad018"}, {"node_instance_id": "base_security_group_043uun", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:17.355Z", "message": "Configuring node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:17.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_security_group_jdx6v0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:17.355Z", "message": "Configuring node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:17.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "internal_sip_security_group_oemnrh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:17.355Z", "message": "Starting node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:17.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_security_group_jdx6v0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:17.355Z", "message": "Starting node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:17.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "base_security_group_043uun", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:17.355Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:17.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_security_group_cs6u7s", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:17.355Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:17.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_security_group_cs6u7s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:18.371Z", "message": "Configuring node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:18.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:18.371Z", "message": "Configuring node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:18.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "base_security_group_043uun", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:18.371Z", "message": "Starting node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:18.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_security_group_cs6u7s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:18.371Z", "message": "Starting node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:18.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:18.371Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:18.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:19.378Z", "message": "Starting node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:19.378Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:20.455Z", "message": "Creating node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:20.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:20.455Z", "message": "Creating node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:20.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:20.455Z", "message": "Creating node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:20.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:20.455Z", "message": "Creating node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:20.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:20.455Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:20.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:20.455Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:20.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:20.455Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:20.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:20.455Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:20.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:20.455Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:20.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:20.455Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:20.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:20.455Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:20.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:20.455Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:20.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:21.327Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_type': u'keypair'}, {u'external_id': u'412e0e04-74e0-41c8-bb98-d050e27af067', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'5fb8fa35-1b05-47ae-a955-d2d479bf33e2', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'2e272637-04f0-469f-93f1-0db4052dda5b', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'aab2be6a-9eca-483b-9b72-1fc08a2f093d', 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": "2019-01-20T13:57:21.327Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d1bc4a4e-cdbc-4e9c-aae0-86a337a9260d"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:21.500Z", "message": "Creating node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:21.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:21.500Z", "message": "Creating node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:21.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:21.500Z", "message": "Creating node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:21.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:21.500Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:21.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:21.500Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:21.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:21.500Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:21.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:21.500Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:21.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:21.500Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:21.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 177, "offset": 140, "size": 50}}} 2019-01-20 13:57:22,804 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:22,804 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:22 GMT 2019-01-20 13:57:22,804 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:22,805 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 19389 2019-01-20 13:57:22,805 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:22,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:22,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2019-01-20 13:57:22,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2019-01-20 13:57:22,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_zelupu', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'} 2019-01-20 13:57:22,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:22,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:22,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:22,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:22,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2019-01-20 13:57:22,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2019-01-20 13:57:22,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:22,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:22,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:22,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:22,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2019-01-20 13:57:22,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:22,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:22,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:22,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:22,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:22,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2019-01-20 13:57:22,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2019-01-20 13:57:22,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2019-01-20 13:57:22,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2019-01-20 13:57:22,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2019-01-20 13:57:22,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2019-01-20 13:57:22,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2019-01-20 13:57:22,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2019-01-20 13:57:22,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_type': u'keypair'}, {u'external_id': u'412e0e04-74e0-41c8-bb98-d050e27af067', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'5fb8fa35-1b05-47ae-a955-d2d479bf33e2', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'2e272637-04f0-469f-93f1-0db4052dda5b', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'aab2be6a-9eca-483b-9b72-1fc08a2f093d', u'floating_ip_address': u'172.30.9.207', u'external_type': u'floatingip'}] 2019-01-20 13:57:22,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:22,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:22,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 13:57:22,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2019-01-20 13:57:22,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2019-01-20 13:57:22,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2019-01-20 13:57:22,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2019-01-20 13:57:22,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2019-01-20 13:57:22,811 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:57:23,305 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:23,305 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:23,305 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:23,305 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:23,305 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:23,305 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:23,305 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:23,306 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:57:23,306 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:23,306 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:23 GMT 2019-01-20 13:57:23,306 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:23,306 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:57:23,306 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:28,311 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:57:29,412 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:29,412 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:29,412 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:29,412 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:29,412 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:29,412 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:29,413 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:29,413 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:21.885Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_ybymmu'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:21.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d1bc4a4e-cdbc-4e9c-aae0-86a337a9260d"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:23.001Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:23.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:23.593Z", "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": "2019-01-20T13:57:23.593Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:23.899Z", "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": "2019-01-20T13:57:23.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d1bc4a4e-cdbc-4e9c-aae0-86a337a9260d"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:23.899Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_ybymmu', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'}", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:23.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d1bc4a4e-cdbc-4e9c-aae0-86a337a9260d"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:23.899Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_type': u'keypair'}, {u'external_id': u'412e0e04-74e0-41c8-bb98-d050e27af067', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'16effbcd-e4dc-4da7-90ca-46633d9c3c85', 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": "2019-01-20T13:57:23.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0a7a7111-3cfb-4c06-a893-14f7b1cb7e60"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:23.899Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_type': u'keypair'}, {u'external_id': u'412e0e04-74e0-41c8-bb98-d050e27af067', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'2e272637-04f0-469f-93f1-0db4052dda5b', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'd9ce1120-5bc0-4c84-94ab-c07943c473de', 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": "2019-01-20T13:57:23.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e0425510-898e-4364-8540-fe6a0caa176a"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:23.899Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_type': u'keypair'}, {u'external_id': u'412e0e04-74e0-41c8-bb98-d050e27af067', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'887a9a7b-d1c8-494e-abde-f8fd848a5b02', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'4b2096f5-9a61-4496-a211-2f68ce3ffac2', u'floating_ip_address': u'172.30.9.211', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:23.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d1fc6549-3410-47a0-b2fc-3238a7b1071f"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:23.899Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_ybymmu', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:23.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d1bc4a4e-cdbc-4e9c-aae0-86a337a9260d"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:23.899Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_0tch82'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:23.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d1fc6549-3410-47a0-b2fc-3238a7b1071f"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:23.899Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_4kkgkt'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:23.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0a7a7111-3cfb-4c06-a893-14f7b1cb7e60"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:23.899Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_7ax6l7'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:23.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e0425510-898e-4364-8540-fe6a0caa176a"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:24.915Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_type': u'keypair'}, {u'external_id': u'412e0e04-74e0-41c8-bb98-d050e27af067', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'9210beff-ac80-49ef-8a82-e62d215f66a5', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'619cca13-b735-425a-bb85-b1dc8807ed2d', u'floating_ip_address': u'172.30.9.203', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:24.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "66f0f9be-aa2c-440f-9743-512a9b82f5f0"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:24.915Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_2tmtib'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:24.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "66f0f9be-aa2c-440f-9743-512a9b82f5f0"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:25.186Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:25.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:25.645Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:25.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:25.936Z", "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": "2019-01-20T13:57:25.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "66f0f9be-aa2c-440f-9743-512a9b82f5f0"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:25.936Z", "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": "2019-01-20T13:57:25.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d1fc6549-3410-47a0-b2fc-3238a7b1071f"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:25.936Z", "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": "2019-01-20T13:57:25.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0a7a7111-3cfb-4c06-a893-14f7b1cb7e60"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:25.936Z", "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": "2019-01-20T13:57:25.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e0425510-898e-4364-8540-fe6a0caa176a"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:25.936Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_2tmtib', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'}", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:25.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "66f0f9be-aa2c-440f-9743-512a9b82f5f0"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:25.936Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_0tch82', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'}", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:25.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d1fc6549-3410-47a0-b2fc-3238a7b1071f"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:25.936Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_4kkgkt', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'}", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:25.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0a7a7111-3cfb-4c06-a893-14f7b1cb7e60"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:25.936Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_7ax6l7', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'}", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:25.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e0425510-898e-4364-8540-fe6a0caa176a"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:25.936Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_2tmtib', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:25.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "66f0f9be-aa2c-440f-9743-512a9b82f5f0"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:25.936Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_0tch82', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:25.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d1fc6549-3410-47a0-b2fc-3238a7b1071f"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:25.936Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_4kkgkt', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:25.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0a7a7111-3cfb-4c06-a893-14f7b1cb7e60"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:25.936Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_7ax6l7', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:25.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e0425510-898e-4364-8540-fe6a0caa176a"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:26.660Z", "message": "Configuring node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:26.660Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:26.959Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_type': u'keypair'}, {u'external_id': u'412e0e04-74e0-41c8-bb98-d050e27af067', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'02150106-5d74-4c20-bfce-d58754fdb441', 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": "2019-01-20T13:57:26.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7166302f-8fe0-439e-9ba4-bd00f7f78212"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:26.959Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_575csc'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:26.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7166302f-8fe0-439e-9ba4-bd00f7f78212"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:27.995Z", "message": "Starting node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:27.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:28.305Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_575csc', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:28.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7166302f-8fe0-439e-9ba4-bd00f7f78212"}], "metadata": {"pagination": {"total": 210, "offset": 177, "size": 50}}} 2019-01-20 13:57:29,413 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:29,413 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:29 GMT 2019-01-20 13:57:29,413 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:29,413 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26599 2019-01-20 13:57:29,413 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:29,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_ybymmu'} 2019-01-20 13:57:29,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2019-01-20 13:57:29,415 - 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] 2019-01-20 13:57:29,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2019-01-20 13:57:29,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_ybymmu', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'} 2019-01-20 13:57:29,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_type': u'keypair'}, {u'external_id': u'412e0e04-74e0-41c8-bb98-d050e27af067', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'16effbcd-e4dc-4da7-90ca-46633d9c3c85', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}] 2019-01-20 13:57:29,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_type': u'keypair'}, {u'external_id': u'412e0e04-74e0-41c8-bb98-d050e27af067', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'2e272637-04f0-469f-93f1-0db4052dda5b', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'd9ce1120-5bc0-4c84-94ab-c07943c473de', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}] 2019-01-20 13:57:29,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_type': u'keypair'}, {u'external_id': u'412e0e04-74e0-41c8-bb98-d050e27af067', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'887a9a7b-d1c8-494e-abde-f8fd848a5b02', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'4b2096f5-9a61-4496-a211-2f68ce3ffac2', u'floating_ip_address': u'172.30.9.211', u'external_type': u'floatingip'}] 2019-01-20 13:57:29,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_ybymmu', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'} 2019-01-20 13:57:29,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_0tch82'} 2019-01-20 13:57:29,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_4kkgkt'} 2019-01-20 13:57:29,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_7ax6l7'} 2019-01-20 13:57:29,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_type': u'keypair'}, {u'external_id': u'412e0e04-74e0-41c8-bb98-d050e27af067', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'9210beff-ac80-49ef-8a82-e62d215f66a5', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'619cca13-b735-425a-bb85-b1dc8807ed2d', u'floating_ip_address': u'172.30.9.203', u'external_type': u'floatingip'}] 2019-01-20 13:57:29,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_2tmtib'} 2019-01-20 13:57:29,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2019-01-20 13:57:29,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2019-01-20 13:57:29,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2019-01-20 13:57:29,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2019-01-20 13:57:29,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2019-01-20 13:57:29,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2019-01-20 13:57:29,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_2tmtib', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'} 2019-01-20 13:57:29,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_0tch82', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'} 2019-01-20 13:57:29,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_4kkgkt', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'} 2019-01-20 13:57:29,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_7ax6l7', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'} 2019-01-20 13:57:29,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_2tmtib', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'} 2019-01-20 13:57:29,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_0tch82', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'} 2019-01-20 13:57:29,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_4kkgkt', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'} 2019-01-20 13:57:29,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_7ax6l7', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'} 2019-01-20 13:57:29,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:29,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_type': u'keypair'}, {u'external_id': u'412e0e04-74e0-41c8-bb98-d050e27af067', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'02150106-5d74-4c20-bfce-d58754fdb441', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}] 2019-01-20 13:57:29,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_575csc'} 2019-01-20 13:57:29,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:29,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_575csc', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'} 2019-01-20 13:57:29,420 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:57:29,520 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:29,520 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:29,521 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:29,521 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:29,521 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:29,521 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:29,521 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:29,521 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:57:29,521 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:29,521 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:29 GMT 2019-01-20 13:57:29,521 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:29,522 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:57:29,522 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:34,527 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:57:34,654 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:34,654 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:34,654 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:34,654 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:34,655 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:34,655 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:34,655 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:34,655 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:30.174Z", "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": "2019-01-20T13:57:30.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7166302f-8fe0-439e-9ba4-bd00f7f78212"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:30.174Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_575csc', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'}", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:30.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7166302f-8fe0-439e-9ba4-bd00f7f78212"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:30.260Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:30.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:30.260Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:30.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:30.260Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:30.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:30.260Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:30.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:30.260Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:30.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:30.260Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:30.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:30.260Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:30.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:31.460Z", "message": "Configuring node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:31.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:31.503Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_type': u'keypair'}, {u'external_id': u'412e0e04-74e0-41c8-bb98-d050e27af067', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'd9d7a0db-c141-469a-983e-4815268f6258', 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": "2019-01-20T13:57:31.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f3fa4bc0-c735-4101-9ff8-2f6a56c21843"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:32.438Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_7jeac0'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:32.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f3fa4bc0-c735-4101-9ff8-2f6a56c21843"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:32.459Z", "message": "Configuring node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:32.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:32.459Z", "message": "Configuring node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:32.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:32.459Z", "message": "Configuring node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:32.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:32.459Z", "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": "2019-01-20T13:57:32.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:32.459Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:32.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:33.456Z", "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": "2019-01-20T13:57:33.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f3fa4bc0-c735-4101-9ff8-2f6a56c21843"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:33.456Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_7jeac0', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'}", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:33.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f3fa4bc0-c735-4101-9ff8-2f6a56c21843"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:33.456Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_7jeac0', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:33.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f3fa4bc0-c735-4101-9ff8-2f6a56c21843"}, {"node_instance_id": "dime_host_575csc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:33.503Z", "message": "Configuring node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:33.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:33.503Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:33.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:33.503Z", "message": "Starting node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:33.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:33.503Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:33.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 234, "offset": 210, "size": 50}}} 2019-01-20 13:57:34,655 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:34,655 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:34 GMT 2019-01-20 13:57:34,655 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:34,655 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14723 2019-01-20 13:57:34,655 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:34,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2019-01-20 13:57:34,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_575csc', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'} 2019-01-20 13:57:34,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2019-01-20 13:57:34,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2019-01-20 13:57:34,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2019-01-20 13:57:34,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2019-01-20 13:57:34,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2019-01-20 13:57:34,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2019-01-20 13:57:34,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2019-01-20 13:57:34,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:34,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', u'external_type': u'keypair'}, {u'external_id': u'412e0e04-74e0-41c8-bb98-d050e27af067', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'd9d7a0db-c141-469a-983e-4815268f6258', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}] 2019-01-20 13:57:34,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_7jeac0'} 2019-01-20 13:57:34,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:34,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:34,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:34,658 - 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] 2019-01-20 13:57:34,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2019-01-20 13:57:34,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2019-01-20 13:57:34,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_7jeac0', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'} 2019-01-20 13:57:34,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_7jeac0', 'key_name': u'cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'image': u'e7847e1a-3db4-434c-8405-2cee22adb160', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4', 'cloudify_management_network_id': u'643d4289-2843-4f6a-bd01-b362779c963c'}, 'nics': [{'net-id': u'643d4289-2843-4f6a-bd01-b362779c963c'}], 'flavor': u'3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53'} 2019-01-20 13:57:34,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:34,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2019-01-20 13:57:34,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:34,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2019-01-20 13:57:34,660 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:57:34,888 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:34,889 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:34,889 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:34,889 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:34,889 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:34,889 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:34,889 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:34,890 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:57:34,890 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:34,890 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:34 GMT 2019-01-20 13:57:34,890 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:34,890 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:57:34,890 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:39,896 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:57:39,968 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:39,969 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:39,969 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:39,969 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:39,969 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:39,969 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:39,969 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:39,970 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:34.753Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:34.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:34.753Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:34.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:34.753Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:34.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:34.753Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:34.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:34.753Z", "message": "Starting node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:34.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:34.753Z", "message": "Starting node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:34.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:34.753Z", "message": "Starting node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:34.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:34.753Z", "message": "Starting node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:34.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:34.753Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:34.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:34.753Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:34.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:34.753Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:34.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:35.829Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:35.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:35.829Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:35.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:36.847Z", "message": "Configuring node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:36.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:36.847Z", "message": "Starting node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:36.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:36.847Z", "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": "2019-01-20T13:57:36.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:36.847Z", "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": "2019-01-20T13:57:36.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:36.847Z", "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": "2019-01-20T13:57:36.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:37.860Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:37.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:37.860Z", "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": "2019-01-20T13:57:37.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:37.860Z", "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": "2019-01-20T13:57:37.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:37.860Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:37.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:39.068Z", "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": "2019-01-20T13:57:39.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 257, "offset": 234, "size": 50}}} 2019-01-20 13:57:39,970 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:39,970 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:39 GMT 2019-01-20 13:57:39,970 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:39,970 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15021 2019-01-20 13:57:39,970 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:39,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2019-01-20 13:57:39,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2019-01-20 13:57:39,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2019-01-20 13:57:39,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2019-01-20 13:57:39,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:39,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:39,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:39,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:39,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2019-01-20 13:57:39,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2019-01-20 13:57:39,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2019-01-20 13:57:39,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2019-01-20 13:57:39,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2019-01-20 13:57:39,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 13:57:39,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 13:57:39,974 - 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] 2019-01-20 13:57:39,974 - 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] 2019-01-20 13:57:39,975 - 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] 2019-01-20 13:57:39,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2019-01-20 13:57:39,975 - 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] 2019-01-20 13:57:39,975 - 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] 2019-01-20 13:57:39,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2019-01-20 13:57:39,976 - 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] 2019-01-20 13:57:39,976 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:57:40,042 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:40,042 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:40,043 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:40,043 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:40,043 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:40,043 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:40,043 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:40,043 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:57:40,043 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:40,043 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:40 GMT 2019-01-20 13:57:40,044 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:40,044 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:57:40,044 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:45,045 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:57:45,116 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:45,116 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:45,116 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:45,116 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:45,116 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:45,116 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:45,116 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:45,117 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2019-01-20 13:57:45,117 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:45,117 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:45 GMT 2019-01-20 13:57:45,117 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:45,117 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 13:57:45,117 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:45,117 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:57:45,193 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:45,193 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:45,193 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:45,194 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:45,194 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:45,194 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:45,194 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:45,194 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:57:45,194 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:45,194 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:45 GMT 2019-01-20 13:57:45,194 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:45,194 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:57:45,194 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:50,200 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:57:50,645 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:50,645 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:50,645 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:50,646 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:50,646 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:50,646 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:50,646 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:50,646 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2019-01-20 13:57:50,646 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:50,646 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:50 GMT 2019-01-20 13:57:50,646 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:50,646 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 13:57:50,647 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:50,647 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:57:50,717 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:50,717 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:50,717 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:50,717 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:50,717 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:50,718 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:50,718 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:50,718 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:57:50,718 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:50,718 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:50 GMT 2019-01-20 13:57:50,718 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:50,718 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:57:50,718 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:55,724 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:57:55,796 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:55,797 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:55,797 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:55,797 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:55,797 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:55,797 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:55,797 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:55,797 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_zelupu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:53.113Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:53.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:53.878Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:57:53.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:57:55.352Z", "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": "2019-01-20T13:57:55.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 260, "offset": 257, "size": 50}}} 2019-01-20 13:57:55,797 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:55,797 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:55 GMT 2019-01-20 13:57:55,798 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:55,798 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2244 2019-01-20 13:57:55,798 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:57:55,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2019-01-20 13:57:55,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2019-01-20 13:57:55,798 - 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] 2019-01-20 13:57:55,799 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:57:55,860 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:57:55,860 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:57:55,860 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:57:55,860 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:57:55,860 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:57:55,860 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:57:55,861 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:57:55,861 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:57:55,861 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:57:55,861 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:57:55 GMT 2019-01-20 13:57:55,861 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:57:55,861 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:57:55,861 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:00,867 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:58:00,939 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:00,939 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:00,939 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:00,939 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:00,939 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:00,939 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:00,939 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:00,939 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 260, "offset": 260, "size": 50}}} 2019-01-20 13:58:00,940 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:00,940 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:00 GMT 2019-01-20 13:58:00,940 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:00,940 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 13:58:00,940 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:00,940 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:58:01,010 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:01,010 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:01,011 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:01,011 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:01,011 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:01,011 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:01,011 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:01,011 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:58:01,011 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:01,011 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:01 GMT 2019-01-20 13:58:01,011 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:01,011 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:58:01,012 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:06,017 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:58:06,156 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:06,157 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:06,157 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:06,157 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:06,157 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:06,157 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:06,157 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:06,157 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ybymmu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:02.528Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:02.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:02.894Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:02.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:04.668Z", "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": "2019-01-20T13:58:04.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:06.093Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:06.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 264, "offset": 260, "size": 50}}} 2019-01-20 13:58:06,157 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:06,158 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:06 GMT 2019-01-20 13:58:06,158 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:06,158 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2751 2019-01-20 13:58:06,158 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:06,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2019-01-20 13:58:06,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2019-01-20 13:58:06,159 - 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] 2019-01-20 13:58:06,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2019-01-20 13:58:06,159 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:58:06,225 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:06,225 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:06,226 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:06,226 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:06,226 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:06,226 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:06,226 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:06,226 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:58:06,226 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:06,226 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:06 GMT 2019-01-20 13:58:06,226 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:06,226 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:58:06,227 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:11,232 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:58:11,322 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:11,322 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:11,322 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:11,322 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:11,322 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:11,322 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:11,322 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:11,322 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:07.054Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:07.054Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:07.054Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:07.054Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:07.054Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:07.054Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:07.054Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:07.054Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:07.054Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:07.054Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:08.088Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:08.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:08.088Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:08.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:08.088Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:08.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:08.088Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:08.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:09.106Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:09.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:09.106Z", "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": "2019-01-20T13:58:09.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:09.106Z", "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": "2019-01-20T13:58:09.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:09.106Z", "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": "2019-01-20T13:58:09.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:09.106Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:09.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:10.110Z", "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": "2019-01-20T13:58:10.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:10.110Z", "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": "2019-01-20T13:58:10.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 280, "offset": 264, "size": 50}}} 2019-01-20 13:58:11,323 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:11,323 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:11 GMT 2019-01-20 13:58:11,323 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:11,323 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11403 2019-01-20 13:58:11,323 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:11,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2019-01-20 13:58:11,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2019-01-20 13:58:11,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2019-01-20 13:58:11,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2019-01-20 13:58:11,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2019-01-20 13:58:11,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2019-01-20 13:58:11,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2019-01-20 13:58:11,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2019-01-20 13:58:11,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2019-01-20 13:58:11,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2019-01-20 13:58:11,325 - 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] 2019-01-20 13:58:11,325 - 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] 2019-01-20 13:58:11,325 - 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] 2019-01-20 13:58:11,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2019-01-20 13:58:11,326 - 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] 2019-01-20 13:58:11,326 - 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] 2019-01-20 13:58:11,326 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:58:11,398 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:11,399 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:11,399 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:11,399 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:11,399 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:11,399 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:11,399 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:11,399 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:58:11,399 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:11,399 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:11 GMT 2019-01-20 13:58:11,400 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:11,400 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:58:11,400 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:16,405 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:58:16,476 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:16,477 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:16,477 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:16,477 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:16,477 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:16,477 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:16,477 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:16,477 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_7jeac0", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:11.358Z", "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": "2019-01-20T13:58:11.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 281, "offset": 280, "size": 50}}} 2019-01-20 13:58:16,478 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:16,478 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:16 GMT 2019-01-20 13:58:16,478 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:16,478 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1220 2019-01-20 13:58:16,478 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:16,478 - 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] 2019-01-20 13:58:16,478 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:58:16,549 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:16,549 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:16,549 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:16,549 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:16,549 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:16,549 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:16,550 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:16,550 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:58:16,550 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:16,550 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:16 GMT 2019-01-20 13:58:16,550 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:16,550 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:58:16,550 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:21,556 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:58:21,637 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:21,637 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:21,637 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:21,638 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:21,638 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:21,638 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:21,638 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:21,638 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2019-01-20 13:58:21,638 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:21,638 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:21 GMT 2019-01-20 13:58:21,638 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:21,638 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 13:58:21,638 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:21,639 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:58:21,710 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:21,710 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:21,710 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:21,711 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:21,711 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:21,711 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:21,711 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:21,711 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:58:21,711 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:21,711 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:21 GMT 2019-01-20 13:58:21,711 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:21,711 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:58:21,711 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:26,717 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:58:26,789 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:26,789 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:26,789 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:26,789 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:26,789 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:26,789 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:26,789 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:26,790 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_zelupu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:25.413Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:25.413Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:26.127Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:26.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 283, "offset": 281, "size": 50}}} 2019-01-20 13:58:26,790 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:26,790 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:26 GMT 2019-01-20 13:58:26,790 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:26,790 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1108 2019-01-20 13:58:26,790 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:26,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2019-01-20 13:58:26,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2019-01-20 13:58:26,791 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:58:26,860 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:26,860 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:26,860 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:26,861 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:26,861 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:26,861 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:26,861 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:26,861 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:58:26,861 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:26,861 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:26 GMT 2019-01-20 13:58:26,861 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:26,861 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:58:26,862 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:31,867 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:58:31,951 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:31,951 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:31,951 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:31,952 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:31,952 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:31,952 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:31,952 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:31,952 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_zelupu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:27.758Z", "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": "2019-01-20T13:58:27.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 284, "offset": 283, "size": 50}}} 2019-01-20 13:58:31,952 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:31,952 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:31 GMT 2019-01-20 13:58:31,952 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:31,952 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1218 2019-01-20 13:58:31,952 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:31,953 - 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] 2019-01-20 13:58:31,953 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:58:32,022 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:32,022 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:32,022 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:32,022 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:32,023 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:32,023 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:32,023 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:32,023 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:58:32,023 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:32,023 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:32 GMT 2019-01-20 13:58:32,023 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:32,023 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:58:32,023 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:37,029 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:58:37,100 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:37,100 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:37,100 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:37,100 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:37,100 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:37,101 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:37,101 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:37,101 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ybymmu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:34.740Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:34.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:35.159Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:35.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 286, "offset": 284, "size": 50}}} 2019-01-20 13:58:37,101 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:37,101 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:37 GMT 2019-01-20 13:58:37,101 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:37,101 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1104 2019-01-20 13:58:37,101 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:37,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2019-01-20 13:58:37,102 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2019-01-20 13:58:37,102 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:58:37,171 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:37,172 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:37,172 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:37,172 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:37,172 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:37,172 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:37,172 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:37,172 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:58:37,172 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:37,172 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:37 GMT 2019-01-20 13:58:37,173 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:37,173 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:58:37,173 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:42,178 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:58:42,273 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:42,273 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:42,274 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:42,274 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:42,274 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:42,274 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:42,274 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:42,274 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ybymmu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:37.380Z", "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": "2019-01-20T13:58:37.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:38.705Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:38.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:39.375Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:39.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:39.375Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:39.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:39.375Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:39.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:40.412Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:40.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:40.412Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:40.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:40.412Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:40.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:40.412Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:40.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:40.412Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:40.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:40.412Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:40.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:41.454Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:41.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:41.454Z", "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": "2019-01-20T13:58:41.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:41.454Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:41.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 300, "offset": 286, "size": 50}}} 2019-01-20 13:58:42,274 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:42,274 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:42 GMT 2019-01-20 13:58:42,274 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:42,274 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8510 2019-01-20 13:58:42,275 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:42,275 - 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] 2019-01-20 13:58:42,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2019-01-20 13:58:42,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2019-01-20 13:58:42,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2019-01-20 13:58:42,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2019-01-20 13:58:42,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2019-01-20 13:58:42,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2019-01-20 13:58:42,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2019-01-20 13:58:42,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2019-01-20 13:58:42,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2019-01-20 13:58:42,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2019-01-20 13:58:42,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2019-01-20 13:58:42,277 - 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] 2019-01-20 13:58:42,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2019-01-20 13:58:42,278 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:58:42,338 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:42,338 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:42,338 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:42,338 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:42,338 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:42,339 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:42,339 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:42,339 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:58:42,339 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:42,339 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:42 GMT 2019-01-20 13:58:42,339 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:42,339 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:58:42,339 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:47,345 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:58:47,436 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:47,437 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:47,437 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:47,437 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:47,437 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:47,437 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:47,437 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:47,437 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_2tmtib", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:42.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] [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": "2019-01-20T13:58:42.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:42.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] [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": "2019-01-20T13:58:42.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:42.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] [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": "2019-01-20T13:58:42.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58: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 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": "2019-01-20T13:58:43.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:44.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 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": "2019-01-20T13:58:44.562Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 305, "offset": 300, "size": 50}}} 2019-01-20 13:58:47,437 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:47,437 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:47 GMT 2019-01-20 13:58:47,438 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:47,438 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5760 2019-01-20 13:58:47,438 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:47,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2019-01-20 13:58:47,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2019-01-20 13:58:47,439 - 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] 2019-01-20 13:58:47,439 - 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] 2019-01-20 13:58:47,439 - 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] 2019-01-20 13:58:47,439 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:58:47,505 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:47,505 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:47,506 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:47,506 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:47,506 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:47,506 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:47,506 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:47,506 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:58:47,506 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:47,506 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:47 GMT 2019-01-20 13:58:47,506 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:47,506 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:58:47,507 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:52,512 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:58:52,607 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:52,608 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:52,608 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:52,608 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:52,608 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:52,608 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:52,608 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:52,608 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2019-01-20 13:58:52,608 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:52,609 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:52 GMT 2019-01-20 13:58:52,609 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:52,609 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 13:58:52,609 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:52,609 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:58:52,674 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:52,674 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:52,674 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:52,674 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:52,674 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:52,674 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:52,675 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:52,675 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:58:52,675 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:52,675 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:52 GMT 2019-01-20 13:58:52,675 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:52,675 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:58:52,675 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:57,676 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:58:57,790 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:57,790 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:57,790 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:57,790 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:57,790 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:57,790 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:57,790 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:57,791 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2019-01-20 13:58:57,791 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:57,791 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:57 GMT 2019-01-20 13:58:57,791 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:57,791 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 13:58:57,791 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:58:57,791 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:58:57,862 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:58:57,862 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:58:57,862 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:58:57,863 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:58:57,863 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:58:57,863 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:58:57,863 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:58:57,863 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:58:57,863 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:58:57,863 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:58:57 GMT 2019-01-20 13:58:57,863 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:58:57,863 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:58:57,863 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:59:02,869 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:59:03,030 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:59:03,030 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:59:03,030 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:59:03,031 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:59:03,031 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:59:03,031 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:59:03,031 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:59:03,031 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_zelupu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:57.841Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:57.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:58:58.577Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:58:58.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:00.087Z", "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": "2019-01-20T13:59:00.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 308, "offset": 305, "size": 50}}} 2019-01-20 13:59:03,031 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:59:03,031 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:59:03 GMT 2019-01-20 13:59:03,031 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:59:03,031 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2244 2019-01-20 13:59:03,031 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:59:03,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2019-01-20 13:59:03,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2019-01-20 13:59:03,032 - 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] 2019-01-20 13:59:03,032 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:59:03,120 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:59:03,120 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:59:03,120 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:59:03,120 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:59:03,120 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:59:03,120 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:59:03,120 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:59:03,120 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:59:03,121 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:59:03,121 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:59:03 GMT 2019-01-20 13:59:03,121 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:59:03,121 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:59:03,121 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:59:08,126 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:59:08,486 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:59:08,486 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:59:08,486 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:59:08,487 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:59:08,487 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:59:08,487 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:59:08,487 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:59:08,487 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ybymmu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:07.467Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:07.467Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 309, "offset": 308, "size": 50}}} 2019-01-20 13:59:08,487 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:59:08,487 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:59:08 GMT 2019-01-20 13:59:08,487 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:59:08,487 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 593 2019-01-20 13:59:08,487 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:59:08,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2019-01-20 13:59:08,488 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:59:08,629 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:59:08,629 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:59:08,629 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:59:08,629 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:59:08,629 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:59:08,630 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:59:08,630 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:59:08,630 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:59:08,630 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:59:08,630 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:59:08 GMT 2019-01-20 13:59:08,630 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:59:08,630 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:59:08,630 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:59:13,632 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:59:13,841 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:59:13,841 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:59:13,841 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:59:13,842 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:59:13,842 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:59:13,842 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:59:13,842 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:59:13,842 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ybymmu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:08.589Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:08.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:11.224Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:11.224Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:12.871Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:12.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:12.871Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:12.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:12.871Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:12.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:12.871Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:12.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:12.871Z", "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": "2019-01-20T13:59:12.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:12.871Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:12.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:12.871Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:12.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 318, "offset": 309, "size": 50}}} 2019-01-20 13:59:13,842 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:59:13,842 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:59:13 GMT 2019-01-20 13:59:13,842 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:59:13,842 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5318 2019-01-20 13:59:13,843 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:59:13,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2019-01-20 13:59:13,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2019-01-20 13:59:13,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2019-01-20 13:59:13,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2019-01-20 13:59:13,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2019-01-20 13:59:13,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2019-01-20 13:59:13,844 - 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] 2019-01-20 13:59:13,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2019-01-20 13:59:13,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2019-01-20 13:59:13,845 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:59:13,988 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:59:13,988 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:59:13,989 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:59:13,989 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:59:13,989 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:59:13,989 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:59:13,989 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:59:13,989 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:59:13,989 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:59:13,989 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:59:13 GMT 2019-01-20 13:59:13,989 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:59:13,990 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:59:13,990 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:59:18,993 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:59:20,379 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:59:20,379 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:59:20,379 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:59:20,379 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:59:20,379 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:59:20,379 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:59:20,380 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:59:20,380 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:14.528Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:14.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:14.528Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:14.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:14.528Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:14.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:14.528Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:14.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:16.463Z", "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": "2019-01-20T13:59:16.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:16.463Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:16.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 324, "offset": 318, "size": 50}}} 2019-01-20 13:59:20,380 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:59:20,380 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:59:20 GMT 2019-01-20 13:59:20,380 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:59:20,380 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3785 2019-01-20 13:59:20,380 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:59:20,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2019-01-20 13:59:20,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2019-01-20 13:59:20,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2019-01-20 13:59:20,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2019-01-20 13:59:20,381 - 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] 2019-01-20 13:59:20,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2019-01-20 13:59:20,382 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:59:21,784 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:59:21,784 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:59:21,784 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:59:21,784 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:59:21,785 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:59:21,785 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:59:21,785 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:59:21,785 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:59:21,785 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:59:21,785 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:59:21 GMT 2019-01-20 13:59:21,785 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:59:21,785 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:59:21,785 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:59:26,791 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:59:27,659 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:59:27,659 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:59:27,659 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:59:27,659 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:59:27,659 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:59:27,659 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:59:27,660 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:59:27,660 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_2tmtib", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:19.104Z", "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": "2019-01-20T13:59:19.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:21.764Z", "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": "2019-01-20T13:59:21.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:21.764Z", "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": "2019-01-20T13:59:21.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:21.764Z", "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": "2019-01-20T13:59:21.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:24.015Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 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": "2019-01-20T13:59:24.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 329, "offset": 324, "size": 50}}} 2019-01-20 13:59:27,660 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:59:27,660 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:59:27 GMT 2019-01-20 13:59:27,660 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:59:27,660 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5760 2019-01-20 13:59:27,660 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:59:27,661 - 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] 2019-01-20 13:59:27,661 - 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] 2019-01-20 13:59:27,661 - 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] 2019-01-20 13:59:27,661 - 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] 2019-01-20 13:59:27,661 - 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] 2019-01-20 13:59:27,662 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:59:28,251 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:59:28,251 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:59:28,251 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:59:28,251 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:59:28,251 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:59:28,252 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:59:28,252 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:59:28,252 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:59:28,252 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:59:28,252 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:59:28 GMT 2019-01-20 13:59:28,252 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:59:28,252 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:59:28,252 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:59:33,258 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:59:34,471 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:59:34,472 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:59:34,472 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:59:34,472 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:59:34,472 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:59:34,472 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:59:34,472 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:59:34,472 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_zelupu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:30.192Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:30.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:30.839Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:30.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 331, "offset": 329, "size": 50}}} 2019-01-20 13:59:34,472 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:59:34,472 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:59:34 GMT 2019-01-20 13:59:34,473 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:59:34,473 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1108 2019-01-20 13:59:34,473 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:59:34,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2019-01-20 13:59:34,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2019-01-20 13:59:34,473 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:59:36,257 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:59:36,257 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:59:36,257 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:59:36,258 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:59:36,258 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:59:36,258 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:59:36,258 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:59:36,258 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:59:36,258 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:59:36,258 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:59:36 GMT 2019-01-20 13:59:36,258 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:59:36,258 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:59:36,258 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:59:41,264 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:59:42,232 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:59:42,232 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:59:42,232 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:59:42,232 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:59:42,232 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:59:42,232 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:59:42,232 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:59:42,233 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_zelupu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:35.774Z", "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": "2019-01-20T13:59:35.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 332, "offset": 331, "size": 50}}} 2019-01-20 13:59:42,233 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:59:42,233 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:59:42 GMT 2019-01-20 13:59:42,233 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:59:42,233 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1218 2019-01-20 13:59:42,233 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:59:42,233 - 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] 2019-01-20 13:59:42,234 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:59:42,919 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:59:42,919 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:59:42,919 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:59:42,919 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:59:42,919 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:59:42,919 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:59:42,919 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:59:42,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": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:59:42,920 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:59:42,920 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:59:42 GMT 2019-01-20 13:59:42,920 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:59:42,920 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:59:42,920 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:59:47,926 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:59:50,500 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:59:50,501 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:59:50,501 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:59:50,501 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:59:50,501 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:59:50,501 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:59:50,501 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:59:50,501 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ybymmu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:42.570Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:42.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:44.308Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:44.308Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:46.438Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:46.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:47.968Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:47.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 336, "offset": 332, "size": 50}}} 2019-01-20 13:59:50,501 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:59:50,501 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:59:50 GMT 2019-01-20 13:59:50,502 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:59:50,502 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2134 2019-01-20 13:59:50,502 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:59:50,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2019-01-20 13:59:50,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2019-01-20 13:59:50,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2019-01-20 13:59:50,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2019-01-20 13:59:50,503 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 13:59:52,551 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:59:52,551 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:59:52,551 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:59:52,551 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:59:52,551 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:59:52,551 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:59:52,551 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:59:52,552 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 13:59:52,552 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:59:52,552 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:59:52 GMT 2019-01-20 13:59:52,552 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:59:52,552 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 13:59:52,552 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:59:57,557 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 13:59:58,674 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 13:59:58,674 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 13:59:58,674 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 13:59:58,674 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 13:59:58,674 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 13:59:58,674 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 13:59:58,674 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 13:59:58,674 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:49.860Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:49.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:49.860Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:49.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:52.547Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:52.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:52.547Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:52.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:52.547Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:52.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:52.547Z", "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": "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": "2019-01-20T13:59:52.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:52.547Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:52.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:52.547Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:52.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:52.547Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:52.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:54.552Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:54.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 346, "offset": 336, "size": 50}}} 2019-01-20 13:59:58,675 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 13:59:58,675 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 13:59:58 GMT 2019-01-20 13:59:58,675 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 13:59:58,675 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5827 2019-01-20 13:59:58,675 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 13:59:58,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2019-01-20 13:59:58,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2019-01-20 13:59:58,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2019-01-20 13:59:58,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2019-01-20 13:59:58,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2019-01-20 13:59:58,676 - 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] 2019-01-20 13:59:58,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2019-01-20 13:59:58,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2019-01-20 13:59:58,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2019-01-20 13:59:58,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2019-01-20 13:59:58,677 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:00:00,310 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:00,310 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:00,310 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:00,310 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:00,310 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:00,310 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:00,311 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:00,311 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:00:00,311 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:00,311 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:00 GMT 2019-01-20 14:00:00,311 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:00,311 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:00:00,311 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:00:05,317 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:00:05,425 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:05,425 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:05,426 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:05,426 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:05,426 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:05,426 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:05,426 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:05,426 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:59.181Z", "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": "2019-01-20T13:59:59.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T13:59:59.181Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T13:59:59.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:00.747Z", "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": "2019-01-20T14:00:00.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:00.747Z", "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": "2019-01-20T14:00:00.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:02.672Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 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": "2019-01-20T14:00:02.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:02.672Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 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": "2019-01-20T14:00:02.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:04.041Z", "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": "2019-01-20T14:00:04.041Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 353, "offset": 346, "size": 50}}} 2019-01-20 14:00:05,426 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:05,426 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:05 GMT 2019-01-20 14:00:05,426 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:05,426 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7413 2019-01-20 14:00:05,426 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:00:05,427 - 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] 2019-01-20 14:00:05,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2019-01-20 14:00:05,427 - 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] 2019-01-20 14:00:05,427 - 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] 2019-01-20 14:00:05,427 - 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] 2019-01-20 14:00:05,428 - 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] 2019-01-20 14:00:05,428 - 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] 2019-01-20 14:00:05,428 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:00:05,494 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:05,495 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:05,495 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:05,495 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:05,495 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:05,495 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:05,495 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:05,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": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:00:05,495 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:05,495 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:05 GMT 2019-01-20 14:00:05,495 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:05,496 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:00:05,496 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:00:10,501 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:00:10,584 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:10,584 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:10,584 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:10,584 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:10,585 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:10,585 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:10,585 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:10,585 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_zelupu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:05.833Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:05.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:06.577Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:06.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:07.859Z", "message": "Server is ACTIVE", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:07.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ec6e4e16-4920-40fd-8be6-9b76f32f4218"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:08.146Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:08.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:08.594Z", "message": "Creating Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:08.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:08.594Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:08.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:08.594Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:08.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:09.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:09.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "134b19e0-a179-4118-895d-3be85e4d1fe2"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:09.670Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:09.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "134b19e0-a179-4118-895d-3be85e4d1fe2"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:09.670Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:09.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "134b19e0-a179-4118-895d-3be85e4d1fe2"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:09.670Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:09.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "134b19e0-a179-4118-895d-3be85e4d1fe2"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:09.670Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:09.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "134b19e0-a179-4118-895d-3be85e4d1fe2"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:09.670Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:09.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "134b19e0-a179-4118-895d-3be85e4d1fe2"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:09.670Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:09.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "134b19e0-a179-4118-895d-3be85e4d1fe2"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:09.670Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:09.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "134b19e0-a179-4118-895d-3be85e4d1fe2"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:09.670Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:09.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "134b19e0-a179-4118-895d-3be85e4d1fe2"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:09.670Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:09.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "134b19e0-a179-4118-895d-3be85e4d1fe2"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:09.670Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:09.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "134b19e0-a179-4118-895d-3be85e4d1fe2"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:10.019Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.11 on port 22: Unable to connect to port 22 on 192.168.120.11 (tried 1 time)", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.11 on port 22: Unable to connect to port 22 on 192.168.120.11 (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.11 on port 22: Unable to connect to port 22 on 192.168.120.11 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2019-01-20T14:00:10.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 372, "offset": 353, "size": 50}}} 2019-01-20 14:00:10,585 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:10,585 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:10 GMT 2019-01-20 14:00:10,585 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:10,585 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10889 2019-01-20 14:00:10,585 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:00:10,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:10,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:10,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2019-01-20 14:00:10,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:10,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2019-01-20 14:00:10,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2019-01-20 14:00:10,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2019-01-20 14:00:10,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:10,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:10,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:10,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:10,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:10,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:10,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:10,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:10,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:10,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2019-01-20 14:00:10,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:00:10,589 - 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.11 on port 22: Unable to connect to port 22 on 192.168.120.11 (tried 1 time) 2019-01-20 14:00:10,590 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:00:10,695 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:10,696 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:10,696 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:10,696 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:10,696 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:10,696 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:10,696 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:10,696 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:00:10,696 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:10,697 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:10 GMT 2019-01-20 14:00:10,697 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:10,697 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:00:10,697 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:00:15,702 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:00:15,786 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:15,786 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:15,786 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:15,786 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:15,786 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:15,787 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:15,787 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:15,787 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 372, "offset": 372, "size": 50}}} 2019-01-20 14:00:15,787 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:15,787 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:15 GMT 2019-01-20 14:00:15,787 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:15,787 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 14:00:15,787 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:00:15,788 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:00:15,869 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:15,869 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:15,869 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:15,869 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:15,869 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:15,869 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:15,870 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:15,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": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:00:15,870 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:15,870 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:15 GMT 2019-01-20 14:00:15,870 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:15,870 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:00:15,870 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:00:20,876 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:00:21,478 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:21,479 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:21,479 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:21,479 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:21,479 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:21,479 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:21,479 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:21,479 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ybymmu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:20.569Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:20.569Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 373, "offset": 372, "size": 50}}} 2019-01-20 14:00:21,479 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:21,480 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:21 GMT 2019-01-20 14:00:21,480 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:21,480 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 593 2019-01-20 14:00:21,480 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:00:21,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:21,480 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:00:21,577 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:21,577 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:21,577 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:21,577 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:21,578 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:21,578 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:21,578 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:21,578 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:00:21,578 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:21,578 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:21 GMT 2019-01-20 14:00:21,578 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:21,578 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:00:21,578 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:00:26,584 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:00:26,793 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:26,793 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:26,793 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:26,793 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:26,793 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:26,793 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:26,793 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:26,794 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ybymmu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:21.618Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:21.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:22.873Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:22.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "135f9668-fc45-452b-a1ca-4b353c464d3f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:23.039Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:23.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:23.634Z", "message": "Creating Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:23.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:23.634Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:23.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:24.555Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:24.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:24.761Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:24.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:24.761Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:24.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:24.761Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:24.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:24.761Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:24.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:24.761Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:24.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:24.761Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:24.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:24.761Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:24.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:24.761Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:24.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:24.761Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:24.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:24.761Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:24.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:24.970Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:24.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:25.800Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:25.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:25.800Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:25.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:25.800Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:25.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:25.800Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:25.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:25.800Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:25.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:25.800Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:25.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:25.800Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:25.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:25.800Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:25.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:25.800Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:25.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:25.800Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:25.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:25.800Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:25.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:25.982Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:25.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:25.982Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:25.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 403, "offset": 373, "size": 50}}} 2019-01-20 14:00:26,794 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:26,794 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:26 GMT 2019-01-20 14:00:26,794 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:26,794 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16203 2019-01-20 14:00:26,794 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:00:26,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:26,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2019-01-20 14:00:26,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:26,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2019-01-20 14:00:26,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2019-01-20 14:00:26,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:26,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:26,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:26,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:26,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:26,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:26,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:26,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:26,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:26,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2019-01-20 14:00:26,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:00:26,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2019-01-20 14:00:26,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:26,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:26,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:26,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:26,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:26,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:26,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:26,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:26,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:26,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2019-01-20 14:00:26,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:00:26,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2019-01-20 14:00:26,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2019-01-20 14:00:26,800 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:00:26,869 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:26,869 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:26,869 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:26,869 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:26,870 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:26,870 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:26,870 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:26,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": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:00:26,870 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:26,870 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:26 GMT 2019-01-20 14:00:26,870 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:26,870 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:00:26,870 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:00:31,876 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:00:32,149 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:32,150 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:32,150 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:32,150 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:32,150 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:32,150 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:32,150 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:32,150 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:27.842Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:27.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.815Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.815Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Creating Agent bono_host_ybymmu", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Creating agent from package", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "system_python set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.839Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_ybymmu/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:28.991Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:28.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}], "metadata": {"pagination": {"total": 482, "offset": 403, "size": 50}}} 2019-01-20 14:00:32,150 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:32,150 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:32 GMT 2019-01-20 14:00:32,150 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:32,150 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27632 2019-01-20 14:00:32,150 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:00:32,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:00:32,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:32,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2019-01-20 14:00:32,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2019-01-20 14:00:32,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2019-01-20 14:00:32,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bono_host_ybymmu 2019-01-20 14:00:32,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2019-01-20 14:00:32,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2019-01-20 14:00:32,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2019-01-20 14:00:32,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2019-01-20 14:00:32,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2019-01-20 14:00:32,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:00:32,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2019-01-20 14:00:32,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_ybymmu/cloudify/ssl/cloudify_internal_cert.pem 2019-01-20 14:00:32,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:32,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:32,156 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:00:32,226 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:32,226 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:32,226 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:32,227 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:32,227 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:32,227 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:32,227 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:32,227 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:00:32,227 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:32,227 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:32 GMT 2019-01-20 14:00:32,227 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:32,227 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:00:32,227 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:00:37,232 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:00:37,498 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:37,499 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:37,499 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:37,499 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:37,499 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:37,499 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:37,499 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:37,499 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Creating agent from package", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Creating Agent proxy_host_zelupu", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "system_python set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:29.885Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_zelupu/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:29.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "dime_host_575csc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:30.159Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:30.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:30.967Z", "message": "Auto-correcting virtualenv /home/ubuntu/bono_host_ybymmu/env", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:30.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:30.967Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:30.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:30.967Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:30.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:30.967Z", "message": "Untaring Agent package...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:30.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:31.018Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:31.018Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:31.018Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:31.018Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:31.018Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:31.018Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:32.010Z", "message": "Auto-correcting virtualenv /home/ubuntu/proxy_host_zelupu/env", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:32.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:32.010Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_ybymmu/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_ybymmu/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_ybymmu', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_ybymmu/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_ybymmu', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DyYPrA.mGM9MsHbsf8zx-77FrNwWsHUwNw'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:32.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:32.010Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_zelupu/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_zelupu/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_zelupu', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_zelupu/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_zelupu', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DyYPrA.mGM9MsHbsf8zx-77FrNwWsHUwNw'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:32.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:32.010Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:32.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:32.010Z", "message": "Creating...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:32.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:32.010Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:32.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:32.010Z", "message": "/home/ubuntu/bono_host_ybymmu/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": "2019-01-20T14:00:32.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:32.010Z", "message": "Server is ACTIVE", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:32.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f322dde9-e091-47cb-9fe6-b30ba0642bec"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:32.010Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:32.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:32.010Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:32.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:32.010Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:32.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:32.010Z", "message": "Successfully created daemon: bono_host_ybymmu", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:32.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d00e0e8f-ed66-4cc2-9349-04fb37740696"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:32.030Z", "message": "Creating Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:32.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:32.030Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:32.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:32.030Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:32.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.210Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.210Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.210Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.210Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.210Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.210Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}], "metadata": {"pagination": {"total": 635, "offset": 453, "size": 50}}} 2019-01-20 14:00:37,499 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:37,499 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:37 GMT 2019-01-20 14:00:37,499 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:37,499 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29300 2019-01-20 14:00:37,499 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:00:37,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:37,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:37,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:37,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:37,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:37,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:37,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:37,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:37,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:37,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:37,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:37,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:37,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:37,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2019-01-20 14:00:37,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2019-01-20 14:00:37,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent proxy_host_zelupu 2019-01-20 14:00:37,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2019-01-20 14:00:37,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2019-01-20 14:00:37,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2019-01-20 14:00:37,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2019-01-20 14:00:37,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_zelupu/cloudify/ssl/cloudify_internal_cert.pem 2019-01-20 14:00:37,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:37,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bono_host_ybymmu/env 2019-01-20 14:00:37,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-20 14:00:37,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2019-01-20 14:00:37,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2019-01-20 14:00:37,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:37,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:37,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:37,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/proxy_host_zelupu/env 2019-01-20 14:00:37,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_ybymmu/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_ybymmu/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_ybymmu', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_ybymmu/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_ybymmu', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DyYPrA.mGM9MsHbsf8zx-77FrNwWsHUwNw'} 2019-01-20 14:00:37,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_zelupu/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_zelupu/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_zelupu', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_zelupu/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_zelupu', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DyYPrA.mGM9MsHbsf8zx-77FrNwWsHUwNw'} 2019-01-20 14:00:37,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-20 14:00:37,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2019-01-20 14:00:37,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2019-01-20 14:00:37,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bono_host_ybymmu/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 2019-01-20 14:00:37,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2019-01-20 14:00:37,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2019-01-20 14:00:37,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2019-01-20 14:00:37,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2019-01-20 14:00:37,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bono_host_ybymmu 2019-01-20 14:00:37,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2019-01-20 14:00:37,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2019-01-20 14:00:37,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:37,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:37,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:37,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:37,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:37,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:37,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:37,505 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:00:37,570 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:37,570 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:37,570 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:37,570 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:37,570 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:37,570 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:37,570 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:37,571 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:00:37,571 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:37,571 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:37 GMT 2019-01-20 14:00:37,571 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:37,571 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:00:37,571 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:00:42,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:00:43,196 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:43,196 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:43,196 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:43,196 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:43,196 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:43,196 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:43,196 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:43,196 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.210Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.210Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.210Z", "message": "Server is ACTIVE", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "16ab4c63-f9da-4aa8-a0bf-70f6c325fbd7"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.210Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.210Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.210Z", "message": "/home/ubuntu/proxy_host_zelupu/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3fc9bf92-4169-4ace-95b2-ea7e67526a15"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.210Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.210Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.210Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.210Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.216Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.216Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.216Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.216Z", "message": "Configuring Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.216Z", "message": "Configuring Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.216Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.216Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.216Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.216Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.216Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.216Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.216Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:33.216Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:33.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d25859b4-3d6a-4bc8-a1a6-eaa7537b5d4c"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3ad4ba78-8e5b-41ca-8c83-4fd28043526f"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3ad4ba78-8e5b-41ca-8c83-4fd28043526f"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3ad4ba78-8e5b-41ca-8c83-4fd28043526f"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3ad4ba78-8e5b-41ca-8c83-4fd28043526f"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.234Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3ad4ba78-8e5b-41ca-8c83-4fd28043526f"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d25859b4-3d6a-4bc8-a1a6-eaa7537b5d4c"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3ad4ba78-8e5b-41ca-8c83-4fd28043526f"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.234Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d25859b4-3d6a-4bc8-a1a6-eaa7537b5d4c"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3ad4ba78-8e5b-41ca-8c83-4fd28043526f"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3ad4ba78-8e5b-41ca-8c83-4fd28043526f"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.234Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3ad4ba78-8e5b-41ca-8c83-4fd28043526f"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.234Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d25859b4-3d6a-4bc8-a1a6-eaa7537b5d4c"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3ad4ba78-8e5b-41ca-8c83-4fd28043526f"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3ad4ba78-8e5b-41ca-8c83-4fd28043526f"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.234Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.234Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d25859b4-3d6a-4bc8-a1a6-eaa7537b5d4c"}, {"node_instance_id": "dime_host_575csc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.242Z", "message": "Creating Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.242Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.242Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.242Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.242Z", "message": "Creating Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.242Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:34.242Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:34.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:35.254Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:35.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:35.254Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:35.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:35.254Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:35.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 798, "offset": 503, "size": 50}}} 2019-01-20 14:00:43,197 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:43,197 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:43 GMT 2019-01-20 14:00:43,197 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:43,197 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27073 2019-01-20 14:00:43,197 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:00:43,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2019-01-20 14:00:43,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/proxy_host_zelupu/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 2019-01-20 14:00:43,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:43,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2019-01-20 14:00:43,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:43,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2019-01-20 14:00:43,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2019-01-20 14:00:43,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:43,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2019-01-20 14:00:43,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2019-01-20 14:00:43,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2019-01-20 14:00:43,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2019-01-20 14:00:43,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2019-01-20 14:00:43,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:43,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:43,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:00:43,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:00:43,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:00:43,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:00:43,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:43,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2019-01-20 14:00:43,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2019-01-20 14:00:43,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2019-01-20 14:00:43,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:43,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2019-01-20 14:00:43,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2019-01-20 14:00:43,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:43,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2019-01-20 14:00:43,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2019-01-20 14:00:43,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:43,202 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:00:43,433 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:43,434 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:43,434 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:43,434 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:43,434 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:43,434 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:43,434 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:43,434 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:00:43,434 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:43,434 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:43 GMT 2019-01-20 14:00:43,434 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:43,434 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:00:43,434 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:00:48,440 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:00:49,855 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:49,855 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:49,855 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:49,855 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:49,856 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:49,856 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:49,856 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:49,856 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:35.426Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:35.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d25859b4-3d6a-4bc8-a1a6-eaa7537b5d4c"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:35.426Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:35.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d25859b4-3d6a-4bc8-a1a6-eaa7537b5d4c"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:35.426Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:35.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d25859b4-3d6a-4bc8-a1a6-eaa7537b5d4c"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:35.426Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:35.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3ad4ba78-8e5b-41ca-8c83-4fd28043526f"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:35.426Z", "message": "Configuring Agent bono_host_ybymmu", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:35.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3ad4ba78-8e5b-41ca-8c83-4fd28043526f"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:35.426Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:35.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d25859b4-3d6a-4bc8-a1a6-eaa7537b5d4c"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:35.426Z", "message": "Server is ACTIVE", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:35.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f89a35f7-c201-44ea-8ac7-768acc12dcfb"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:35.426Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:35.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3ad4ba78-8e5b-41ca-8c83-4fd28043526f"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:35.426Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:35.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d25859b4-3d6a-4bc8-a1a6-eaa7537b5d4c"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:35.426Z", "message": "Configuring Agent proxy_host_zelupu", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:35.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d25859b4-3d6a-4bc8-a1a6-eaa7537b5d4c"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:35.426Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:35.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d25859b4-3d6a-4bc8-a1a6-eaa7537b5d4c"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:35.426Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:35.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d25859b4-3d6a-4bc8-a1a6-eaa7537b5d4c"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:35.426Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:35.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3ad4ba78-8e5b-41ca-8c83-4fd28043526f"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:35.426Z", "message": "Successfully configured daemon: bono_host_ybymmu", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:35.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3ad4ba78-8e5b-41ca-8c83-4fd28043526f"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:35.426Z", "message": "Server is ACTIVE", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:35.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8067b77a-6b60-40a5-97f5-ea2d4f1a133e"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.286Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.286Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.286Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.286Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.286Z", "message": "Starting Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.286Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.286Z", "message": "Starting Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.286Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.286Z", "message": "Creating Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.286Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.286Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.286Z", "message": "Creating Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.286Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Successfully configured daemon: proxy_host_zelupu", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d25859b4-3d6a-4bc8-a1a6-eaa7537b5d4c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}], "metadata": {"pagination": {"total": 949, "offset": 553, "size": 50}}} 2019-01-20 14:00:49,856 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:49,856 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:49 GMT 2019-01-20 14:00:49,856 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:49,856 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26770 2019-01-20 14:00:49,856 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:00:49,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:00:49,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-20 14:00:49,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-20 14:00:49,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bono_host_ybymmu 2019-01-20 14:00:49,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2019-01-20 14:00:49,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2019-01-20 14:00:49,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent proxy_host_zelupu 2019-01-20 14:00:49,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2019-01-20 14:00:49,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bono_host_ybymmu 2019-01-20 14:00:49,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2019-01-20 14:00:49,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2019-01-20 14:00:49,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:49,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:49,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2019-01-20 14:00:49,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2019-01-20 14:00:49,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2019-01-20 14:00:49,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2019-01-20 14:00:49,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2019-01-20 14:00:49,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2019-01-20 14:00:49,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2019-01-20 14:00:49,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2019-01-20 14:00:49,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2019-01-20 14:00:49,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2019-01-20 14:00:49,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:00:49,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2019-01-20 14:00:49,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2019-01-20 14:00:49,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2019-01-20 14:00:49,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: proxy_host_zelupu 2019-01-20 14:00:49,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:49,865 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:00:50,028 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:50,028 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:50,028 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:50,028 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:50,029 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:50,029 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:50,029 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:50,029 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:00:50,029 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:50,029 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:50 GMT 2019-01-20 14:00:50,029 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:50,029 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:00:50,029 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:00:55,034 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:00:55,255 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:55,256 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:55,256 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:55,256 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:55,256 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:55,256 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:55,256 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:55,256 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Successfully configured daemon: proxy_host_zelupu", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d25859b4-3d6a-4bc8-a1a6-eaa7537b5d4c"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:36.716Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:36.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:37.732Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:37.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:37.732Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:37.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:37.732Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:37.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:37.732Z", "message": "Creating Agent sprout_host_7ax6l7", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:37.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:37.732Z", "message": "Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:37.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:37.732Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:37.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:37.732Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:37.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:37.732Z", "message": "Untaring Agent package...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:37.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:37.732Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:37.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:37.732Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:37.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:37.732Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:37.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:37.732Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_7ax6l7/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:37.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:37.732Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:37.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:37.732Z", "message": "Creating agent from package", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:37.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:37.732Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:37.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:37.732Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:37.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:37.732Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:37.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:38.437Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:38.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 1044, "offset": 603, "size": 50}}} 2019-01-20 14:00:55,256 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:55,256 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:55 GMT 2019-01-20 14:00:55,256 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:55,256 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27695 2019-01-20 14:00:55,256 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:00:55,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2019-01-20 14:00:55,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:00:55,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2019-01-20 14:00:55,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2019-01-20 14:00:55,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2019-01-20 14:00:55,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: proxy_host_zelupu 2019-01-20 14:00:55,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent sprout_host_7ax6l7 2019-01-20 14:00:55,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2019-01-20 14:00:55,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2019-01-20 14:00:55,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:00:55,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_7ax6l7/cloudify/ssl/cloudify_internal_cert.pem 2019-01-20 14:00:55,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2019-01-20 14:00:55,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:00:55,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2019-01-20 14:00:55,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2019-01-20 14:00:55,262 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:00:55,383 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:00:55,383 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:00:55,383 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:00:55,383 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:00:55,383 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:00:55,383 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:00:55,384 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:00:55,384 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:00:55,384 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:00:55,384 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:00:55 GMT 2019-01-20 14:00:55,384 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:00:55,384 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:00:55,384 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:00,389 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:01:00,724 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:00,724 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:00,724 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:00,724 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:00,724 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:00,724 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:00,724 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:00,724 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:38.766Z", "message": "Server is ACTIVE", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:38.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "17da9ce9-4218-429c-ad90-e760b05d3862"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.351Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.351Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.351Z", "message": "Creating Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "system_python set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3af60a7c-58e3-4cc8-bb9d-c09b3d3550af"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3af60a7c-58e3-4cc8-bb9d-c09b3d3550af"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3af60a7c-58e3-4cc8-bb9d-c09b3d3550af"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3af60a7c-58e3-4cc8-bb9d-c09b3d3550af"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3af60a7c-58e3-4cc8-bb9d-c09b3d3550af"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3af60a7c-58e3-4cc8-bb9d-c09b3d3550af"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Successfully created daemon: sprout_host_7ax6l7", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Starting Agent bono_host_ybymmu", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3af60a7c-58e3-4cc8-bb9d-c09b3d3550af"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Creating...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}], "metadata": {"pagination": {"total": 1174, "offset": 653, "size": 50}}} 2019-01-20 14:01:00,724 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:00,724 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:00 GMT 2019-01-20 14:01:00,724 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:00,724 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27258 2019-01-20 14:01:00,724 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:00,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2019-01-20 14:01:00,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2019-01-20 14:01:00,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2019-01-20 14:01:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2019-01-20 14:01:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2019-01-20 14:01:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2019-01-20 14:01:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2019-01-20 14:01:00,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2019-01-20 14:01:00,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:01:00,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2019-01-20 14:01:00,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2019-01-20 14:01:00,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-20 14:01:00,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:00,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2019-01-20 14:01:00,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: sprout_host_7ax6l7 2019-01-20 14:01:00,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bono_host_ybymmu 2019-01-20 14:01:00,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2019-01-20 14:01:00,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:00,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:00,730 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:01:00,803 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:00,803 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:00,803 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:00,804 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:00,804 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:00,804 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:00,804 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:00,804 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:01:00,804 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:00,804 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:00 GMT 2019-01-20 14:01:00,804 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:00,804 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:01:00,804 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:05,809 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:01:06,324 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:06,324 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:06,324 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:06,324 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:06,324 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:06,324 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:06,324 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:06,324 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3af60a7c-58e3-4cc8-bb9d-c09b3d3550af"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3af60a7c-58e3-4cc8-bb9d-c09b3d3550af"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Starting Agent bono_host_ybymmu", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3af60a7c-58e3-4cc8-bb9d-c09b3d3550af"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Successfully created daemon: sprout_host_7ax6l7", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "system_python set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Creating...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5292ef8b-f947-4ae6-9c2b-c4fc0585677c"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:39.874Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:39.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.486Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Creating agent from package", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "system_python set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Creating Agent dime_host_575csc", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}], "metadata": {"pagination": {"total": 1283, "offset": 703, "size": 50}}} 2019-01-20 14:01:06,324 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:06,325 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:06 GMT 2019-01-20 14:01:06,325 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:06,325 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27557 2019-01-20 14:01:06,325 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:06,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:06,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:06,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bono_host_ybymmu 2019-01-20 14:01:06,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2019-01-20 14:01:06,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: sprout_host_7ax6l7 2019-01-20 14:01:06,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2019-01-20 14:01:06,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2019-01-20 14:01:06,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2019-01-20 14:01:06,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2019-01-20 14:01:06,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2019-01-20 14:01:06,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2019-01-20 14:01:06,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2019-01-20 14:01:06,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2019-01-20 14:01:06,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2019-01-20 14:01:06,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2019-01-20 14:01:06,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent dime_host_575csc 2019-01-20 14:01:06,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2019-01-20 14:01:06,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:06,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2019-01-20 14:01:06,330 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:01:06,405 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:06,405 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:06,405 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:06,405 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:06,405 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:06,405 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:06,405 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:06,405 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:01:06,405 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:06,405 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:06 GMT 2019-01-20 14:01:06,405 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:06,405 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:01:06,405 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:11,411 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:01:11,893 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:11,894 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:11,894 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:11,894 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:11,894 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:11,894 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:11,894 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:11,894 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Creating agent from package", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "system_python set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:40.898Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:40.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:41.379Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:41.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:41.379Z", "message": "Configuring Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:41.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:41.379Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:41.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:42.129Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:42.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:42.129Z", "message": "Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:42.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:42.129Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:42.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:42.129Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:42.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:42.129Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_0tch82/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:42.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:42.129Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:42.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:42.129Z", "message": "Untaring Agent package...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:42.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:42.129Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:42.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:42.129Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:42.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:42.129Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:42.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:42.129Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:42.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:42.129Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:42.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:42.129Z", "message": "Creating Agent ellis_host_0tch82", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:42.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:42.129Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:42.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:42.129Z", "message": "Untaring Agent package...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:42.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:42.129Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:42.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:42.129Z", "message": "Creating agent from package", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:42.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:42.129Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:42.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:42.129Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:42.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:43.150Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_575csc/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_575csc/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_575csc', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_575csc/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_575csc', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DyYPrA.mGM9MsHbsf8zx-77FrNwWsHUwNw'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:43.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:43.150Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:43.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:43.150Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:43.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:43.150Z", "message": "Auto-correcting virtualenv /home/ubuntu/dime_host_575csc/env", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:43.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:43.150Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:43.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}], "metadata": {"pagination": {"total": 1336, "offset": 753, "size": 50}}} 2019-01-20 14:01:11,894 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:11,894 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:11 GMT 2019-01-20 14:01:11,894 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:11,894 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28346 2019-01-20 14:01:11,894 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:11,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2019-01-20 14:01:11,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2019-01-20 14:01:11,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2019-01-20 14:01:11,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2019-01-20 14:01:11,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2019-01-20 14:01:11,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2019-01-20 14:01:11,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2019-01-20 14:01:11,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2019-01-20 14:01:11,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:01:11,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2019-01-20 14:01:11,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2019-01-20 14:01:11,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2019-01-20 14:01:11,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_0tch82/cloudify/ssl/cloudify_internal_cert.pem 2019-01-20 14:01:11,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2019-01-20 14:01:11,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2019-01-20 14:01:11,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent ellis_host_0tch82 2019-01-20 14:01:11,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2019-01-20 14:01:11,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2019-01-20 14:01:11,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:11,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_575csc/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_575csc/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_575csc', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_575csc/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_575csc', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DyYPrA.mGM9MsHbsf8zx-77FrNwWsHUwNw'} 2019-01-20 14:01:11,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2019-01-20 14:01:11,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2019-01-20 14:01:11,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/dime_host_575csc/env 2019-01-20 14:01:11,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2019-01-20 14:01:11,900 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:01:12,119 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:12,119 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:12,119 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:12,119 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:12,120 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:12,120 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:12,120 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:12,120 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:01:12,120 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:12,120 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:12 GMT 2019-01-20 14:01:12,120 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:12,120 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:01:12,120 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:17,125 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:01:17,407 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:17,407 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:17,407 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:17,407 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:17,407 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:17,407 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:17,407 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:17,407 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:43.150Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:43.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:43.150Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_575csc/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_575csc/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_575csc', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_575csc/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_575csc', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DyYPrA.mGM9MsHbsf8zx-77FrNwWsHUwNw'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:43.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:43.150Z", "message": "Auto-correcting virtualenv /home/ubuntu/bind_host_2tmtib/env", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:43.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:43.150Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:43.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:43.150Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:43.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:43.608Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:43.608Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.369Z", "message": "Auto-correcting virtualenv /home/ubuntu/ellis_host_0tch82/env", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.369Z", "message": "Successfully created daemon: dime_host_575csc", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.369Z", "message": "Starting daemon with command: sudo service celeryd-bono_host_ybymmu start", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3af60a7c-58e3-4cc8-bb9d-c09b3d3550af"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.369Z", "message": "/home/ubuntu/bind_host_2tmtib/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": "2019-01-20T14:00:44.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.369Z", "message": "Creating...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.369Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.369Z", "message": "Successfully created daemon: bind_host_2tmtib", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.369Z", "message": "/home/ubuntu/ellis_host_0tch82/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": "2019-01-20T14:00:44.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.369Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.369Z", "message": "Starting...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3af60a7c-58e3-4cc8-bb9d-c09b3d3550af"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.369Z", "message": "Creating...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.369Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "13a7bf1b-484d-4fb7-9e16-1f89f269d818"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.369Z", "message": " SNIMissingWarning", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.369Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c43f004b-7799-4d7b-8813-7023a292add6"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.369Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_0tch82/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_0tch82/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_0tch82', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_0tch82/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_0tch82', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DyYPrA.mGM9MsHbsf8zx-77FrNwWsHUwNw'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.369Z", "message": "Successfully started daemon: bono_host_ybymmu", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3af60a7c-58e3-4cc8-bb9d-c09b3d3550af"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.369Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.369Z", "message": "Creating...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.369Z", "message": "/home/ubuntu/dime_host_575csc/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": "2019-01-20T14:00:44.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cca68a82-74b5-44db-83d7-509cdd624e9e"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.512Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.512Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.512Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.512Z", "message": "Configuring Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.512Z", "message": "Configuring Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.512Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.512Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.512Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.512Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.512Z", "message": "Installing plugins", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:44.512Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:44.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0f9bfc9c-f9c6-4ae8-b07c-2d1b130f10fb"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0f9bfc9c-f9c6-4ae8-b07c-2d1b130f10fb"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0f9bfc9c-f9c6-4ae8-b07c-2d1b130f10fb"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0f9bfc9c-f9c6-4ae8-b07c-2d1b130f10fb"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Installing plugin from source", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c43f004b-7799-4d7b-8813-7023a292add6"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "68f1e96f-8e71-4666-9fa9-f6270c222d66"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0f9bfc9c-f9c6-4ae8-b07c-2d1b130f10fb"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "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": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c43f004b-7799-4d7b-8813-7023a292add6"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Successfully created daemon: ellis_host_0tch82", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": " SNIMissingWarning", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "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": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c43f004b-7799-4d7b-8813-7023a292add6"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "68f1e96f-8e71-4666-9fa9-f6270c222d66"}], "metadata": {"pagination": {"total": 1361, "offset": 803, "size": 50}}} 2019-01-20 14:01:17,407 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:17,408 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:17 GMT 2019-01-20 14:01:17,408 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:17,408 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29811 2019-01-20 14:01:17,408 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:17,408 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2019-01-20 14:01:17,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_575csc/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_575csc/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_575csc', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_575csc/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_575csc', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DyYPrA.mGM9MsHbsf8zx-77FrNwWsHUwNw'} 2019-01-20 14:01:17,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bind_host_2tmtib/env 2019-01-20 14:01:17,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2019-01-20 14:01:17,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-20 14:01:17,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2019-01-20 14:01:17,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_0tch82/env 2019-01-20 14:01:17,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: dime_host_575csc 2019-01-20 14:01:17,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bono_host_ybymmu start 2019-01-20 14:01:17,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bind_host_2tmtib/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 2019-01-20 14:01:17,409 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2019-01-20 14:01:17,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-20 14:01:17,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bind_host_2tmtib 2019-01-20 14:01:17,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/ellis_host_0tch82/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 2019-01-20 14:01:17,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2019-01-20 14:01:17,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2019-01-20 14:01:17,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2019-01-20 14:01:17,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2019-01-20 14:01:17,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2019-01-20 14:01:17,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2019-01-20 14:01:17,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_0tch82/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_0tch82/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_0tch82', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_0tch82/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_0tch82', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DyYPrA.mGM9MsHbsf8zx-77FrNwWsHUwNw'} 2019-01-20 14:01:17,410 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bono_host_ybymmu 2019-01-20 14:01:17,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2019-01-20 14:01:17,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2019-01-20 14:01:17,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/dime_host_575csc/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 2019-01-20 14:01:17,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2019-01-20 14:01:17,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2019-01-20 14:01:17,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2019-01-20 14:01:17,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2019-01-20 14:01:17,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2019-01-20 14:01:17,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2019-01-20 14:01:17,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2019-01-20 14:01:17,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2019-01-20 14:01:17,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2019-01-20 14:01:17,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2019-01-20 14:01:17,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2019-01-20 14:01:17,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:17,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:17,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:17,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:17,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:17,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2019-01-20 14:01:17,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:01:17,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:01:17,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2019-01-20 14:01:17,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:17,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: ellis_host_0tch82 2019-01-20 14:01:17,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2019-01-20 14:01:17,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2019-01-20 14:01:17,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:17,413 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:01:17,779 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:17,779 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:17,779 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:17,779 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:17,779 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:17,779 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:17,779 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:17,779 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:01:17,780 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:17,780 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:17 GMT 2019-01-20 14:01:17,780 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:17,780 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:01:17,780 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:22,785 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:01:22,942 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:22,943 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:22,943 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:22,943 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:22,943 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:22,943 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:22,943 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:22,943 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Successfully created daemon: ellis_host_0tch82", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "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": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c43f004b-7799-4d7b-8813-7023a292add6"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "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": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c43f004b-7799-4d7b-8813-7023a292add6"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0f9bfc9c-f9c6-4ae8-b07c-2d1b130f10fb"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0f9bfc9c-f9c6-4ae8-b07c-2d1b130f10fb"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0f9bfc9c-f9c6-4ae8-b07c-2d1b130f10fb"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "68f1e96f-8e71-4666-9fa9-f6270c222d66"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0f9bfc9c-f9c6-4ae8-b07c-2d1b130f10fb"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Starting Agent proxy_host_zelupu", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0f9bfc9c-f9c6-4ae8-b07c-2d1b130f10fb"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0f9bfc9c-f9c6-4ae8-b07c-2d1b130f10fb"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "68f1e96f-8e71-4666-9fa9-f6270c222d66"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0f9bfc9c-f9c6-4ae8-b07c-2d1b130f10fb"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0f9bfc9c-f9c6-4ae8-b07c-2d1b130f10fb"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": " SNIMissingWarning", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "5236139f-7dbb-4a7f-bb89-d4b6c014d824"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "[localhost] run: /home/ubuntu/bono_host_ybymmu/env/bin/pip freeze", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c43f004b-7799-4d7b-8813-7023a292add6"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.458Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.564Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.564Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.564Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.564Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:45.564Z", "message": "Configuring Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:45.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.691Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.691Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.691Z", "message": "Starting Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.691Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.691Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.691Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.691Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "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": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c43f004b-7799-4d7b-8813-7023a292add6"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "6287bae8-abc5-4424-a497-bd25a85219b0"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Creating agent from package", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "68f1e96f-8e71-4666-9fa9-f6270c222d66"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "68f1e96f-8e71-4666-9fa9-f6270c222d66"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "6287bae8-abc5-4424-a497-bd25a85219b0"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Successfully configured daemon: sprout_host_7ax6l7", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "68f1e96f-8e71-4666-9fa9-f6270c222d66"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "68f1e96f-8e71-4666-9fa9-f6270c222d66"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Removing directory: /tmp/tmpzeBFXr", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c43f004b-7799-4d7b-8813-7023a292add6"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "68f1e96f-8e71-4666-9fa9-f6270c222d66"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}], "metadata": {"pagination": {"total": 1367, "offset": 853, "size": 50}}} 2019-01-20 14:01:22,943 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:22,943 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:22 GMT 2019-01-20 14:01:22,943 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:22,943 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27369 2019-01-20 14:01:22,943 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:22,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: ellis_host_0tch82 2019-01-20 14:01:22,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2019-01-20 14:01:22,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2019-01-20 14:01:22,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:22,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:22,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:22,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:22,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:01:22,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:22,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:22,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:22,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent proxy_host_zelupu 2019-01-20 14:01:22,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:22,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:22,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:22,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:22,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2019-01-20 14:01:22,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:22,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bono_host_ybymmu/env/bin/pip freeze 2019-01-20 14:01:22,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:22,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2019-01-20 14:01:22,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2019-01-20 14:01:22,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2019-01-20 14:01:22,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2019-01-20 14:01:22,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2019-01-20 14:01:22,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2019-01-20 14:01:22,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2019-01-20 14:01:22,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2019-01-20 14:01:22,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2019-01-20 14:01:22,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2019-01-20 14:01:22,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2019-01-20 14:01:22,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2019-01-20 14:01:22,947 - 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. 2019-01-20 14:01:22,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:22,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:22,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2019-01-20 14:01:22,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2019-01-20 14:01:22,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2019-01-20 14:01:22,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:22,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:22,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2019-01-20 14:01:22,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:01:22,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: sprout_host_7ax6l7 2019-01-20 14:01:22,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:22,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:22,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpzeBFXr 2019-01-20 14:01:22,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2019-01-20 14:01:22,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:22,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:22,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:22,949 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:01:23,989 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:23,989 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:23,989 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:23,989 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:23,989 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:23,989 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:23,989 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:23,990 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:01:23,990 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:23,990 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:23 GMT 2019-01-20 14:01:23,990 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:23,990 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:01:23,990 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:28,995 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:01:29,117 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:29,117 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:29,117 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:29,117 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:29,117 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:29,117 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:29,117 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:29,117 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "6287bae8-abc5-4424-a497-bd25a85219b0"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "6287bae8-abc5-4424-a497-bd25a85219b0"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_7jeac0/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "6287bae8-abc5-4424-a497-bd25a85219b0"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Successfully configured daemon: bind_host_2tmtib", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "6287bae8-abc5-4424-a497-bd25a85219b0"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "68f1e96f-8e71-4666-9fa9-f6270c222d66"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "68f1e96f-8e71-4666-9fa9-f6270c222d66"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "system_python set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Creating Agent vellum_host_7jeac0", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "68f1e96f-8e71-4666-9fa9-f6270c222d66"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "6287bae8-abc5-4424-a497-bd25a85219b0"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "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": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c43f004b-7799-4d7b-8813-7023a292add6"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "6287bae8-abc5-4424-a497-bd25a85219b0"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "68f1e96f-8e71-4666-9fa9-f6270c222d66"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "68f1e96f-8e71-4666-9fa9-f6270c222d66"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "68f1e96f-8e71-4666-9fa9-f6270c222d66"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Configuring Agent sprout_host_7ax6l7", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "68f1e96f-8e71-4666-9fa9-f6270c222d66"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "6287bae8-abc5-4424-a497-bd25a85219b0"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Configuring Agent bind_host_2tmtib", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "6287bae8-abc5-4424-a497-bd25a85219b0"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "6287bae8-abc5-4424-a497-bd25a85219b0"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "68f1e96f-8e71-4666-9fa9-f6270c222d66"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "68f1e96f-8e71-4666-9fa9-f6270c222d66"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:47.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:47.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "6287bae8-abc5-4424-a497-bd25a85219b0"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:49.006Z", "message": "Untaring Agent package...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:49.006Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:49.717Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:49.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:50.015Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:50.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:50.015Z", "message": "Starting Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:50.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:50.015Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:50.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 1385, "offset": 903, "size": 50}}} 2019-01-20 14:01:29,117 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:29,117 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:29 GMT 2019-01-20 14:01:29,117 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:29,117 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27719 2019-01-20 14:01:29,118 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:29,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2019-01-20 14:01:29,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:29,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_7jeac0/cloudify/ssl/cloudify_internal_cert.pem 2019-01-20 14:01:29,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bind_host_2tmtib 2019-01-20 14:01:29,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2019-01-20 14:01:29,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2019-01-20 14:01:29,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent vellum_host_7jeac0 2019-01-20 14:01:29,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:29,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2019-01-20 14:01:29,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,120 - 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. 2019-01-20 14:01:29,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2019-01-20 14:01:29,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2019-01-20 14:01:29,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent sprout_host_7ax6l7 2019-01-20 14:01:29,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:29,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bind_host_2tmtib 2019-01-20 14:01:29,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2019-01-20 14:01:29,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:29,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2019-01-20 14:01:29,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2019-01-20 14:01:29,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2019-01-20 14:01:29,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2019-01-20 14:01:29,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2019-01-20 14:01:29,123 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:01:29,183 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:29,183 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:29,183 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:29,183 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:29,183 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:29,183 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:29,184 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:29,184 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:01:29,184 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:29,184 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:29 GMT 2019-01-20 14:01:29,184 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:29,184 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:01:29,184 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:34,189 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:01:34,285 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:34,285 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:34,285 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:34,285 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:34,285 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:34,286 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:34,286 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:34,286 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:50.705Z", "message": "Auto-correcting virtualenv /home/ubuntu/vellum_host_7jeac0/env", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:50.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:50.705Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:50.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:50.705Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:50.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "95b683c3-ec43-4b25-80bb-bc1c3a0939a7"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:50.705Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:50.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "95b683c3-ec43-4b25-80bb-bc1c3a0939a7"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:50.705Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:50.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "95b683c3-ec43-4b25-80bb-bc1c3a0939a7"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:50.705Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:50.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:50.705Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_7jeac0/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_7jeac0/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_7jeac0', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_7jeac0/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_7jeac0', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DyYPrA.mGM9MsHbsf8zx-77FrNwWsHUwNw'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:50.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:50.705Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:50.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "95b683c3-ec43-4b25-80bb-bc1c3a0939a7"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:50.705Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:50.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "95b683c3-ec43-4b25-80bb-bc1c3a0939a7"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:50.705Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:50.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "95b683c3-ec43-4b25-80bb-bc1c3a0939a7"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:50.705Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:50.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "95b683c3-ec43-4b25-80bb-bc1c3a0939a7"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:50.705Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:50.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "95b683c3-ec43-4b25-80bb-bc1c3a0939a7"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:50.705Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:50.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "95b683c3-ec43-4b25-80bb-bc1c3a0939a7"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:50.705Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:50.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "95b683c3-ec43-4b25-80bb-bc1c3a0939a7"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:50.705Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:50.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "95b683c3-ec43-4b25-80bb-bc1c3a0939a7"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:50.705Z", "message": "Configuring Agent dime_host_575csc", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:50.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "95b683c3-ec43-4b25-80bb-bc1c3a0939a7"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:50.705Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:50.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.378Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.378Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Starting daemon with command: sudo service celeryd-proxy_host_zelupu start", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0f9bfc9c-f9c6-4ae8-b07c-2d1b130f10fb"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Successfully started daemon: proxy_host_zelupu", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0f9bfc9c-f9c6-4ae8-b07c-2d1b130f10fb"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "system_python set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7761a083-b800-4d83-8de8-a96e48260df8"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": " SNIMissingWarning", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "/home/ubuntu/vellum_host_7jeac0/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": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Successfully configured daemon: dime_host_575csc", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "95b683c3-ec43-4b25-80bb-bc1c3a0939a7"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "95b683c3-ec43-4b25-80bb-bc1c3a0939a7"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7761a083-b800-4d83-8de8-a96e48260df8"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Starting...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0f9bfc9c-f9c6-4ae8-b07c-2d1b130f10fb"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "95b683c3-ec43-4b25-80bb-bc1c3a0939a7"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Creating...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7761a083-b800-4d83-8de8-a96e48260df8"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Successfully created daemon: vellum_host_7jeac0", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}], "metadata": {"pagination": {"total": 1398, "offset": 953, "size": 50}}} 2019-01-20 14:01:34,286 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:34,286 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:34 GMT 2019-01-20 14:01:34,286 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:34,286 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28700 2019-01-20 14:01:34,286 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:34,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/vellum_host_7jeac0/env 2019-01-20 14:01:34,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-20 14:01:34,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2019-01-20 14:01:34,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.8', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_7jeac0/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_7jeac0/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_7jeac0', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_7jeac0/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_7jeac0', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DyYPrA.mGM9MsHbsf8zx-77FrNwWsHUwNw'} 2019-01-20 14:01:34,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:34,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:01:34,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent dime_host_575csc 2019-01-20 14:01:34,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2019-01-20 14:01:34,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2019-01-20 14:01:34,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-proxy_host_zelupu start 2019-01-20 14:01:34,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: proxy_host_zelupu 2019-01-20 14:01:34,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2019-01-20 14:01:34,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2019-01-20 14:01:34,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/vellum_host_7jeac0/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 2019-01-20 14:01:34,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: dime_host_575csc 2019-01-20 14:01:34,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2019-01-20 14:01:34,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2019-01-20 14:01:34,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2019-01-20 14:01:34,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2019-01-20 14:01:34,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: vellum_host_7jeac0 2019-01-20 14:01:34,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:34,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2019-01-20 14:01:34,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:34,291 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:01:34,357 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:34,357 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:34,357 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:34,357 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:34,357 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:34,358 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:34,358 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:34,358 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:01:34,358 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:34,358 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:34 GMT 2019-01-20 14:01:34,358 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:34,358 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:01:34,358 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:39,364 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:01:39,441 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:39,442 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:39,442 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:39,442 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:39,442 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:39,442 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:39,442 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:39,442 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "95b683c3-ec43-4b25-80bb-bc1c3a0939a7"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7761a083-b800-4d83-8de8-a96e48260df8"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Creating...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.393Z", "message": "Successfully created daemon: vellum_host_7jeac0", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "97ee91e4-b4f5-4ae1-b0ee-6aaeb68bfbb9"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.877Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.877Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.877Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.877Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.877Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.877Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.877Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.877Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.877Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.877Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.877Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.877Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:52.877Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:52.877Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.528Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.528Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4c8393de-b763-4742-b2ab-dd7ff8ee8593"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.528Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_4kkgkt/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.528Z", "message": "Creating Agent homer_host_4kkgkt", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.528Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7761a083-b800-4d83-8de8-a96e48260df8"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.528Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7761a083-b800-4d83-8de8-a96e48260df8"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.528Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.528Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7761a083-b800-4d83-8de8-a96e48260df8"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.528Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7761a083-b800-4d83-8de8-a96e48260df8"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.528Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7761a083-b800-4d83-8de8-a96e48260df8"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.528Z", "message": "Configuring Agent ellis_host_0tch82", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7761a083-b800-4d83-8de8-a96e48260df8"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.528Z", "message": "Creating agent from package", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.528Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7761a083-b800-4d83-8de8-a96e48260df8"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.528Z", "message": "Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.528Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7761a083-b800-4d83-8de8-a96e48260df8"}, {"node_instance_id": "dime_host_575csc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.999Z", "message": "Starting Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.999Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.999Z", "message": "Installing plugins", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.999Z", "message": "Configuring Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.999Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.999Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.999Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:53.999Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:53.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:55.261Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:55.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e741309a-2a11-4f9d-aa4d-774bc0f304c1"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:55.261Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:55.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e741309a-2a11-4f9d-aa4d-774bc0f304c1"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:55.261Z", "message": "Successfully configured daemon: ellis_host_0tch82", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:55.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7761a083-b800-4d83-8de8-a96e48260df8"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:55.261Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:55.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7761a083-b800-4d83-8de8-a96e48260df8"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:55.261Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:55.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e741309a-2a11-4f9d-aa4d-774bc0f304c1"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:55.261Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:55.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7761a083-b800-4d83-8de8-a96e48260df8"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:55.261Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:55.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "7761a083-b800-4d83-8de8-a96e48260df8"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:55.261Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:55.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e741309a-2a11-4f9d-aa4d-774bc0f304c1"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:55.261Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:55.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e741309a-2a11-4f9d-aa4d-774bc0f304c1"}], "metadata": {"pagination": {"total": 1408, "offset": 1003, "size": 50}}} 2019-01-20 14:01:39,443 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:39,443 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:39 GMT 2019-01-20 14:01:39,443 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:39,443 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26991 2019-01-20 14:01:39,443 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:39,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:39,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2019-01-20 14:01:39,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:39,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:39,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:39,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:39,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2019-01-20 14:01:39,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:39,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:39,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:39,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: vellum_host_7jeac0 2019-01-20 14:01:39,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2019-01-20 14:01:39,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2019-01-20 14:01:39,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2019-01-20 14:01:39,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2019-01-20 14:01:39,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2019-01-20 14:01:39,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2019-01-20 14:01:39,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2019-01-20 14:01:39,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2019-01-20 14:01:39,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2019-01-20 14:01:39,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_4kkgkt/cloudify/ssl/cloudify_internal_cert.pem 2019-01-20 14:01:39,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent homer_host_4kkgkt 2019-01-20 14:01:39,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:39,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:01:39,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:39,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:39,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:39,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:39,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent ellis_host_0tch82 2019-01-20 14:01:39,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2019-01-20 14:01:39,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:39,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.8:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2019-01-20 14:01:39,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:39,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2019-01-20 14:01:39,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2019-01-20 14:01:39,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2019-01-20 14:01:39,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2019-01-20 14:01:39,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2019-01-20 14:01:39,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2019-01-20 14:01:39,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2019-01-20 14:01:39,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2019-01-20 14:01:39,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:39,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:39,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: ellis_host_0tch82 2019-01-20 14:01:39,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2019-01-20 14:01:39,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:39,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2019-01-20 14:01:39,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-20 14:01:39,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:01:39,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:39,452 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:01:39,514 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:39,514 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:39,514 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:39,514 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:39,514 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:39,514 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:39,515 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:39,515 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:01:39,515 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:39,515 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:39 GMT 2019-01-20 14:01:39,515 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:39,515 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:01:39,515 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:44,521 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:01:44,612 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:44,612 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:44,612 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:44,612 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:44,612 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:44,612 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:44,613 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:44,613 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_0tch82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:55.478Z", "message": "Starting Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:55.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:55.478Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:55.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:55.478Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:55.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:55.478Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:55.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "[localhost] run: /home/ubuntu/proxy_host_zelupu/env/bin/pip freeze", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4c8393de-b763-4742-b2ab-dd7ff8ee8593"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "fddb400c-3bf0-4a33-bcc5-b4d5039c023f"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Untaring Agent package...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e741309a-2a11-4f9d-aa4d-774bc0f304c1"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "010faeee-9d67-4f01-a6d4-e666cb0acddf"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e741309a-2a11-4f9d-aa4d-774bc0f304c1"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e741309a-2a11-4f9d-aa4d-774bc0f304c1"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e741309a-2a11-4f9d-aa4d-774bc0f304c1"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "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": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4c8393de-b763-4742-b2ab-dd7ff8ee8593"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "010faeee-9d67-4f01-a6d4-e666cb0acddf"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "010faeee-9d67-4f01-a6d4-e666cb0acddf"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "010faeee-9d67-4f01-a6d4-e666cb0acddf"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e741309a-2a11-4f9d-aa4d-774bc0f304c1"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "20e23354-ccc6-43a7-bcba-b9184ccacce0"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Starting Agent bind_host_2tmtib", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "010faeee-9d67-4f01-a6d4-e666cb0acddf"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "20e23354-ccc6-43a7-bcba-b9184ccacce0"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e741309a-2a11-4f9d-aa4d-774bc0f304c1"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Starting Agent sprout_host_7ax6l7", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e741309a-2a11-4f9d-aa4d-774bc0f304c1"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "010faeee-9d67-4f01-a6d4-e666cb0acddf"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "010faeee-9d67-4f01-a6d4-e666cb0acddf"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Installing plugin from source", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4c8393de-b763-4742-b2ab-dd7ff8ee8593"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "fddb400c-3bf0-4a33-bcc5-b4d5039c023f"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "010faeee-9d67-4f01-a6d4-e666cb0acddf"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "010faeee-9d67-4f01-a6d4-e666cb0acddf"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "010faeee-9d67-4f01-a6d4-e666cb0acddf"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "20e23354-ccc6-43a7-bcba-b9184ccacce0"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "fddb400c-3bf0-4a33-bcc5-b4d5039c023f"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "20e23354-ccc6-43a7-bcba-b9184ccacce0"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "fddb400c-3bf0-4a33-bcc5-b4d5039c023f"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "20e23354-ccc6-43a7-bcba-b9184ccacce0"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "fddb400c-3bf0-4a33-bcc5-b4d5039c023f"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "010faeee-9d67-4f01-a6d4-e666cb0acddf"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "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": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4c8393de-b763-4742-b2ab-dd7ff8ee8593"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "20e23354-ccc6-43a7-bcba-b9184ccacce0"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "010faeee-9d67-4f01-a6d4-e666cb0acddf"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "20e23354-ccc6-43a7-bcba-b9184ccacce0"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.580Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.580Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:56.580Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:56.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "fddb400c-3bf0-4a33-bcc5-b4d5039c023f"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "fddb400c-3bf0-4a33-bcc5-b4d5039c023f"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "Starting Agent dime_host_575csc", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "fddb400c-3bf0-4a33-bcc5-b4d5039c023f"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "20e23354-ccc6-43a7-bcba-b9184ccacce0"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "20e23354-ccc6-43a7-bcba-b9184ccacce0"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "20e23354-ccc6-43a7-bcba-b9184ccacce0"}], "metadata": {"pagination": {"total": 1408, "offset": 1053, "size": 50}}} 2019-01-20 14:01:44,613 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:44,613 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:44 GMT 2019-01-20 14:01:44,613 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:44,613 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27262 2019-01-20 14:01:44,613 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:44,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2019-01-20 14:01:44,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2019-01-20 14:01:44,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2019-01-20 14:01:44,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2019-01-20 14:01:44,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/proxy_host_zelupu/env/bin/pip freeze 2019-01-20 14:01:44,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2019-01-20 14:01:44,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:44,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2019-01-20 14:01:44,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:44,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bind_host_2tmtib 2019-01-20 14:01:44,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent sprout_host_7ax6l7 2019-01-20 14:01:44,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2019-01-20 14:01:44,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:01:44,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:01:44,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:01:44,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2019-01-20 14:01:44,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:44,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2019-01-20 14:01:44,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2019-01-20 14:01:44,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2019-01-20 14:01:44,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:44,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent dime_host_575csc 2019-01-20 14:01:44,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2019-01-20 14:01:44,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2019-01-20 14:01:44,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2019-01-20 14:01:44,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:44,622 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:01:44,701 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:44,701 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:44,701 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:44,701 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:44,701 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:44,701 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:44,702 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:44,702 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:01:44,702 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:44,702 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:44 GMT 2019-01-20 14:01:44,702 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:44,702 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:01:44,702 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:49,708 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:01:49,993 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:49,993 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:49,993 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:49,993 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:49,993 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:49,993 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:49,993 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:49,993 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "Successfully configured daemon: vellum_host_7jeac0", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "20e23354-ccc6-43a7-bcba-b9184ccacce0"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "Removing directory: /tmp/tmpMiWm4o", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4c8393de-b763-4742-b2ab-dd7ff8ee8593"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "fddb400c-3bf0-4a33-bcc5-b4d5039c023f"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "20e23354-ccc6-43a7-bcba-b9184ccacce0"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "20e23354-ccc6-43a7-bcba-b9184ccacce0"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "fddb400c-3bf0-4a33-bcc5-b4d5039c023f"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "fddb400c-3bf0-4a33-bcc5-b4d5039c023f"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "20e23354-ccc6-43a7-bcba-b9184ccacce0"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "fddb400c-3bf0-4a33-bcc5-b4d5039c023f"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "Starting Agent dime_host_575csc", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "fddb400c-3bf0-4a33-bcc5-b4d5039c023f"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "20e23354-ccc6-43a7-bcba-b9184ccacce0"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "20e23354-ccc6-43a7-bcba-b9184ccacce0"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "20e23354-ccc6-43a7-bcba-b9184ccacce0"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "Auto-correcting virtualenv /home/ubuntu/homer_host_4kkgkt/env", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "fddb400c-3bf0-4a33-bcc5-b4d5039c023f"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.379Z", "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": "2019-01-20T14:00:57.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4c8393de-b763-4742-b2ab-dd7ff8ee8593"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.591Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.591Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.591Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.591Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.591Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.591Z", "message": "Starting Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:57.591Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:57.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:58.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:58.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "aa64ff24-ff76-487d-8886-732c8d013a19"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:58.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:58.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "aa64ff24-ff76-487d-8886-732c8d013a19"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:58.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:58.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "aa64ff24-ff76-487d-8886-732c8d013a19"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:58.412Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:58.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "aa64ff24-ff76-487d-8886-732c8d013a19"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:58.412Z", "message": "Creating...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:58.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:58.412Z", "message": "/home/ubuntu/homer_host_4kkgkt/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": "2019-01-20T14:00:58.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:58.412Z", "message": " SNIMissingWarning", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:58.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:58.412Z", "message": "Successfully created daemon: homer_host_4kkgkt", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:58.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6cba495-d01d-44cf-b29e-632882c60755"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:58.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:58.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "aa64ff24-ff76-487d-8886-732c8d013a19"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:58.860Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:58.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:58.860Z", "message": "Configuring Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:58.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:58.860Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:58.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:58.860Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:58.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:58.860Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:58.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:58.860Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:58.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:58.860Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:58.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "aa64ff24-ff76-487d-8886-732c8d013a19"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "aa64ff24-ff76-487d-8886-732c8d013a19"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "393da4ba-0531-4438-992e-0e8c93f09de5"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Successfully started daemon: sprout_host_7ax6l7", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e741309a-2a11-4f9d-aa4d-774bc0f304c1"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "aa64ff24-ff76-487d-8886-732c8d013a19"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "aa64ff24-ff76-487d-8886-732c8d013a19"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "393da4ba-0531-4438-992e-0e8c93f09de5"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "aa64ff24-ff76-487d-8886-732c8d013a19"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "393da4ba-0531-4438-992e-0e8c93f09de5"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "aa64ff24-ff76-487d-8886-732c8d013a19"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Starting...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e741309a-2a11-4f9d-aa4d-774bc0f304c1"}], "metadata": {"pagination": {"total": 1409, "offset": 1103, "size": 50}}} 2019-01-20 14:01:49,994 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:49,994 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:49 GMT 2019-01-20 14:01:49,994 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:49,994 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27425 2019-01-20 14:01:49,994 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:49,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: vellum_host_7jeac0 2019-01-20 14:01:49,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpMiWm4o 2019-01-20 14:01:49,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:49,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:49,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:49,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:49,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:49,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-20 14:01:49,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:49,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent dime_host_575csc 2019-01-20 14:01:49,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:49,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2019-01-20 14:01:49,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2019-01-20 14:01:49,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/homer_host_4kkgkt/env 2019-01-20 14:01:49,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:49,998 - 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. 2019-01-20 14:01:49,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2019-01-20 14:01:49,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2019-01-20 14:01:49,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2019-01-20 14:01:49,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2019-01-20 14:01:49,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2019-01-20 14:01:49,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2019-01-20 14:01:49,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2019-01-20 14:01:49,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:49,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:49,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:49,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:01:49,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2019-01-20 14:01:50,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/homer_host_4kkgkt/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 2019-01-20 14:01:50,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2019-01-20 14:01:50,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: homer_host_4kkgkt 2019-01-20 14:01:50,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:50,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2019-01-20 14:01:50,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2019-01-20 14:01:50,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2019-01-20 14:01:50,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2019-01-20 14:01:50,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2019-01-20 14:01:50,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2019-01-20 14:01:50,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2019-01-20 14:01:50,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:50,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:50,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:50,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: sprout_host_7ax6l7 2019-01-20 14:01:50,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:50,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:50,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:01:50,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:50,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:50,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:50,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2019-01-20 14:01:50,003 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:01:50,086 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:50,087 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:50,087 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:50,087 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:50,087 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:50,087 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:50,087 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:50,087 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:01:50,087 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:50,087 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:50 GMT 2019-01-20 14:01:50,088 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:50,088 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:01:50,088 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:55,093 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:01:55,173 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:55,174 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:55,174 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:55,174 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:55,174 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:55,174 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:55,174 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:55,174 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "393da4ba-0531-4438-992e-0e8c93f09de5"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Starting daemon with command: sudo service celeryd-sprout_host_7ax6l7 start", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e741309a-2a11-4f9d-aa4d-774bc0f304c1"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "393da4ba-0531-4438-992e-0e8c93f09de5"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "aa64ff24-ff76-487d-8886-732c8d013a19"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "aa64ff24-ff76-487d-8886-732c8d013a19"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "393da4ba-0531-4438-992e-0e8c93f09de5"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Starting Agent vellum_host_7jeac0", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "393da4ba-0531-4438-992e-0e8c93f09de5"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "aa64ff24-ff76-487d-8886-732c8d013a19"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "393da4ba-0531-4438-992e-0e8c93f09de5"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "393da4ba-0531-4438-992e-0e8c93f09de5"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.422Z", "message": "Starting Agent ellis_host_0tch82", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "aa64ff24-ff76-487d-8886-732c8d013a19"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.875Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.875Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:00:59.875Z", "message": "Installing plugins", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:00:59.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:00.565Z", "message": "Starting...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:00.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "010faeee-9d67-4f01-a6d4-e666cb0acddf"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:00.565Z", "message": "Starting daemon with command: sudo service celeryd-bind_host_2tmtib start", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:00.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "010faeee-9d67-4f01-a6d4-e666cb0acddf"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:00.565Z", "message": "Starting...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:00.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "fddb400c-3bf0-4a33-bcc5-b4d5039c023f"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:00.565Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:00.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "506515b4-7afe-44a3-86d5-ce1d09e70584"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:00.565Z", "message": "Successfully started daemon: bind_host_2tmtib", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:00.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "010faeee-9d67-4f01-a6d4-e666cb0acddf"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:00.565Z", "message": "Starting daemon with command: sudo service celeryd-dime_host_575csc start", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:00.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "fddb400c-3bf0-4a33-bcc5-b4d5039c023f"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:00.565Z", "message": "Successfully started daemon: dime_host_575csc", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:00.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "fddb400c-3bf0-4a33-bcc5-b4d5039c023f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:00.889Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:00.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:00.889Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:00.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:00.889Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:00.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:00.889Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:00.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:00.889Z", "message": "Installing plugins", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:00.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:00.889Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:00.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:00.889Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:00.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:00.889Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:00.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:00.889Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:00.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e457669d-ab23-4fa4-85fb-c76a2c18b2a4"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "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": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "700d0d3b-f4f1-481b-b6f8-618279f1ab63"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e457669d-ab23-4fa4-85fb-c76a2c18b2a4"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "message": "Installing plugin from source", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "700d0d3b-f4f1-481b-b6f8-618279f1ab63"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "message": "[localhost] run: /home/ubuntu/sprout_host_7ax6l7/env/bin/pip freeze", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "506515b4-7afe-44a3-86d5-ce1d09e70584"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e457669d-ab23-4fa4-85fb-c76a2c18b2a4"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e457669d-ab23-4fa4-85fb-c76a2c18b2a4"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "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": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "700d0d3b-f4f1-481b-b6f8-618279f1ab63"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "816286b4-2f82-46df-8fa3-b069ade8608e"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e457669d-ab23-4fa4-85fb-c76a2c18b2a4"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e457669d-ab23-4fa4-85fb-c76a2c18b2a4"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e457669d-ab23-4fa4-85fb-c76a2c18b2a4"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e457669d-ab23-4fa4-85fb-c76a2c18b2a4"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "message": "[localhost] run: /home/ubuntu/dime_host_575csc/env/bin/pip freeze", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "816286b4-2f82-46df-8fa3-b069ade8608e"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "message": "[localhost] run: /home/ubuntu/bind_host_2tmtib/env/bin/pip freeze", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "700d0d3b-f4f1-481b-b6f8-618279f1ab63"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e457669d-ab23-4fa4-85fb-c76a2c18b2a4"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "message": "Installing plugin from source", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "506515b4-7afe-44a3-86d5-ce1d09e70584"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "message": "Configuring Agent homer_host_4kkgkt", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e457669d-ab23-4fa4-85fb-c76a2c18b2a4"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "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": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "506515b4-7afe-44a3-86d5-ce1d09e70584"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e457669d-ab23-4fa4-85fb-c76a2c18b2a4"}], "metadata": {"pagination": {"total": 1413, "offset": 1153, "size": 50}}} 2019-01-20 14:01:55,175 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:55,175 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:55 GMT 2019-01-20 14:01:55,175 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:55,175 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27343 2019-01-20 14:01:55,175 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:01:55,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:55,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-sprout_host_7ax6l7 start 2019-01-20 14:01:55,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:55,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:55,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:55,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:01:55,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent vellum_host_7jeac0 2019-01-20 14:01:55,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:55,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:55,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:55,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent ellis_host_0tch82 2019-01-20 14:01:55,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2019-01-20 14:01:55,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2019-01-20 14:01:55,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2019-01-20 14:01:55,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2019-01-20 14:01:55,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bind_host_2tmtib start 2019-01-20 14:01:55,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2019-01-20 14:01:55,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2019-01-20 14:01:55,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bind_host_2tmtib 2019-01-20 14:01:55,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-dime_host_575csc start 2019-01-20 14:01:55,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: dime_host_575csc 2019-01-20 14:01:55,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2019-01-20 14:01:55,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2019-01-20 14:01:55,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2019-01-20 14:01:55,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2019-01-20 14:01:55,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2019-01-20 14:01:55,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2019-01-20 14:01:55,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2019-01-20 14:01:55,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2019-01-20 14:01:55,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2019-01-20 14:01:55,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:55,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2019-01-20 14:01:55,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-20 14:01:55,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2019-01-20 14:01:55,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/sprout_host_7ax6l7/env/bin/pip freeze 2019-01-20 14:01:55,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:55,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:55,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2019-01-20 14:01:55,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2019-01-20 14:01:55,182 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:55,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:55,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:55,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:01:55,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/dime_host_575csc/env/bin/pip freeze 2019-01-20 14:01:55,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bind_host_2tmtib/env/bin/pip freeze 2019-01-20 14:01:55,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:55,183 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2019-01-20 14:01:55,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent homer_host_4kkgkt 2019-01-20 14:01:55,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2019-01-20 14:01:55,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:01:55,184 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:01:55,246 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:01:55,246 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:01:55,246 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:01:55,246 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:01:55,247 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:01:55,247 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:01:55,247 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:01:55,247 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:01:55,247 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:01:55,247 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:01:55 GMT 2019-01-20 14:01:55,247 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:01:55,247 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:01:55,247 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:00,253 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:02:00,329 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:00,329 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:00,329 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:00,329 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:00,329 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:00,329 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:00,329 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:00,330 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "message": "[localhost] run: /home/ubuntu/sprout_host_7ax6l7/env/bin/pip freeze", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "506515b4-7afe-44a3-86d5-ce1d09e70584"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e457669d-ab23-4fa4-85fb-c76a2c18b2a4"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.656Z", "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": "2019-01-20T14:01:01.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "700d0d3b-f4f1-481b-b6f8-618279f1ab63"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.970Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.970Z", "message": "Installing plugins", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_node_qs0t09", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.970Z", "message": "Creating node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.970Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_node_qs0t09", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.970Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_node_qs0t09", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.970Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.970Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:01.970Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:01.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.696Z", "message": "Starting daemon with command: sudo service celeryd-ellis_host_0tch82 start", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "aa64ff24-ff76-487d-8886-732c8d013a19"}, {"node_instance_id": "proxy_node_qs0t09", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.696Z", "message": "Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/GXM0J/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6c6644a-c455-4f02-a804-eeae5ddaac8d"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.696Z", "message": "Installing plugin from source", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "816286b4-2f82-46df-8fa3-b069ade8608e"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.696Z", "message": "Removing directory: /tmp/tmp1F5TXd", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "506515b4-7afe-44a3-86d5-ce1d09e70584"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.696Z", "message": "Starting daemon with command: sudo service celeryd-vellum_host_7jeac0 start", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "393da4ba-0531-4438-992e-0e8c93f09de5"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.696Z", "message": "Starting...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "aa64ff24-ff76-487d-8886-732c8d013a19"}, {"node_instance_id": "proxy_node_qs0t09", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.696Z", "message": "Executing: /tmp/GXM0J/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6c6644a-c455-4f02-a804-eeae5ddaac8d"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.696Z", "message": "Successfully started daemon: ellis_host_0tch82", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "aa64ff24-ff76-487d-8886-732c8d013a19"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.696Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e457669d-ab23-4fa4-85fb-c76a2c18b2a4"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.696Z", "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": "2019-01-20T14:01:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "506515b4-7afe-44a3-86d5-ce1d09e70584"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.696Z", "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": "2019-01-20T14:01:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "816286b4-2f82-46df-8fa3-b069ade8608e"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.696Z", "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": "2019-01-20T14:01:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "700d0d3b-f4f1-481b-b6f8-618279f1ab63"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.696Z", "message": "Removing directory: /tmp/tmpMHRWJS", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "700d0d3b-f4f1-481b-b6f8-618279f1ab63"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.696Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e457669d-ab23-4fa4-85fb-c76a2c18b2a4"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.696Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e457669d-ab23-4fa4-85fb-c76a2c18b2a4"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.696Z", "message": "Starting...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "393da4ba-0531-4438-992e-0e8c93f09de5"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.696Z", "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": "2019-01-20T14:01:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "816286b4-2f82-46df-8fa3-b069ade8608e"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.696Z", "message": "Successfully started daemon: vellum_host_7jeac0", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "393da4ba-0531-4438-992e-0e8c93f09de5"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.696Z", "message": "Successfully configured daemon: homer_host_4kkgkt", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e457669d-ab23-4fa4-85fb-c76a2c18b2a4"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.982Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.982Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.982Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.982Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.982Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.982Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.982Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.982Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.982Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.982Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.982Z", "message": "Starting Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.982Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.982Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.982Z", "message": "Installing plugins", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:02.982Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:02.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:03.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:03.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0088a76c-a2a2-4a84-a51e-7298d6baebe2"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:03.719Z", "message": "Installing plugin from source", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:03.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cec21fe1-38a9-4095-893e-fe78ba543fc9"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:03.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:03.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0088a76c-a2a2-4a84-a51e-7298d6baebe2"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:03.719Z", "message": "[localhost] run: /home/ubuntu/ellis_host_0tch82/env/bin/pip freeze", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:03.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cec21fe1-38a9-4095-893e-fe78ba543fc9"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:03.719Z", "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": "2019-01-20T14:01:03.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "816286b4-2f82-46df-8fa3-b069ade8608e"}], "metadata": {"pagination": {"total": 1439, "offset": 1203, "size": 50}}} 2019-01-20 14:02:00,330 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:00,330 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:00 GMT 2019-01-20 14:02:00,330 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:00,330 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27072 2019-01-20 14:02:00,330 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:00,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/sprout_host_7ax6l7/env/bin/pip freeze 2019-01-20 14:02:00,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:02:00,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2019-01-20 14:02:00,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:00,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2019-01-20 14:02:00,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 14:02:00,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:00,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:02:00,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:02:00,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2019-01-20 14:02:00,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2019-01-20 14:02:00,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-ellis_host_0tch82 start 2019-01-20 14:02:00,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/GXM0J/install_requirements.sh 2019-01-20 14:02:00,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2019-01-20 14:02:00,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp1F5TXd 2019-01-20 14:02:00,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-vellum_host_7jeac0 start 2019-01-20 14:02:00,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2019-01-20 14:02:00,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/GXM0J/install_requirements.sh 2019-01-20 14:02:00,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: ellis_host_0tch82 2019-01-20 14:02:00,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2019-01-20 14:02:00,335 - 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. 2019-01-20 14:02:00,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2019-01-20 14:02:00,335 - 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. 2019-01-20 14:02:00,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpMHRWJS 2019-01-20 14:02:00,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2019-01-20 14:02:00,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-20 14:02:00,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2019-01-20 14:02:00,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2019-01-20 14:02:00,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: vellum_host_7jeac0 2019-01-20 14:02:00,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: homer_host_4kkgkt 2019-01-20 14:02:00,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2019-01-20 14:02:00,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2019-01-20 14:02:00,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2019-01-20 14:02:00,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2019-01-20 14:02:00,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2019-01-20 14:02:00,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2019-01-20 14:02:00,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2019-01-20 14:02:00,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2019-01-20 14:02:00,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2019-01-20 14:02:00,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2019-01-20 14:02:00,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2019-01-20 14:02:00,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2019-01-20 14:02:00,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2019-01-20 14:02:00,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2019-01-20 14:02:00,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2019-01-20 14:02:00,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:02:00,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2019-01-20 14:02:00,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:02:00,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/ellis_host_0tch82/env/bin/pip freeze 2019-01-20 14:02:00,339 - 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. 2019-01-20 14:02:00,339 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:02:00,400 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:00,400 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:00,400 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:00,400 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:00,400 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:00,400 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:00,400 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:00,401 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:02:00,401 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:00,401 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:00 GMT 2019-01-20 14:02:00,401 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:00,401 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:02:00,401 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:05,407 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:02:05,494 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:05,494 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:05,494 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:05,494 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:05,495 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:05,495 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:05,495 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:05,495 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:03.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:03.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0088a76c-a2a2-4a84-a51e-7298d6baebe2"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:03.719Z", "message": "Removing directory: /tmp/tmp1xyO9O", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:03.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "816286b4-2f82-46df-8fa3-b069ade8608e"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:03.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:03.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0088a76c-a2a2-4a84-a51e-7298d6baebe2"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:03.719Z", "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": "2019-01-20T14:01:03.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cec21fe1-38a9-4095-893e-fe78ba543fc9"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:03.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:03.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0088a76c-a2a2-4a84-a51e-7298d6baebe2"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:03.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:03.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0088a76c-a2a2-4a84-a51e-7298d6baebe2"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:03.719Z", "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": "2019-01-20T14:01:03.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "816286b4-2f82-46df-8fa3-b069ade8608e"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:03.995Z", "message": "Installing plugins", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:03.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:03.995Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:03.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:03.995Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:03.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:03.995Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:03.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:04.894Z", "message": "[localhost] run: /home/ubuntu/vellum_host_7jeac0/env/bin/pip freeze", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:04.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "1eaf2634-3813-41a6-9a4a-07eb1d9c3947"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:04.894Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:04.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0088a76c-a2a2-4a84-a51e-7298d6baebe2"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:04.894Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:04.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0088a76c-a2a2-4a84-a51e-7298d6baebe2"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:04.894Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:04.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0088a76c-a2a2-4a84-a51e-7298d6baebe2"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:04.894Z", "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": "2019-01-20T14:01:04.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "1eaf2634-3813-41a6-9a4a-07eb1d9c3947"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:04.894Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:04.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0088a76c-a2a2-4a84-a51e-7298d6baebe2"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:04.894Z", "message": "Installing plugin from source", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:04.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "1eaf2634-3813-41a6-9a4a-07eb1d9c3947"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:04.894Z", "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": "2019-01-20T14:01:04.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "1eaf2634-3813-41a6-9a4a-07eb1d9c3947"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:04.894Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:04.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0088a76c-a2a2-4a84-a51e-7298d6baebe2"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:04.894Z", "message": "Removing directory: /tmp/tmpj5ZLs1", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:04.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cec21fe1-38a9-4095-893e-fe78ba543fc9"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:04.894Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:04.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "1eaf2634-3813-41a6-9a4a-07eb1d9c3947"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:04.894Z", "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": "2019-01-20T14:01:04.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "cec21fe1-38a9-4095-893e-fe78ba543fc9"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:04.894Z", "message": "Starting Agent homer_host_4kkgkt", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:04.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0088a76c-a2a2-4a84-a51e-7298d6baebe2"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:04.894Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:04.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0088a76c-a2a2-4a84-a51e-7298d6baebe2"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:05.177Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:05.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:05.177Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:05.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:05.177Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:05.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:05.177Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:05.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:05.177Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:05.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:06.407Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:06.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:06.407Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:06.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:06.407Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:06.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:06.407Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:06.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:06.407Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:06.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:06.407Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:06.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:06.407Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:06.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:06.407Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:06.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:06.407Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:06.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:06.407Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:06.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:06.407Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:06.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:06.407Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:06.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:06.407Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:06.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:06.410Z", "message": "Removing directory: /tmp/tmpAlbzU0", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:06.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "1eaf2634-3813-41a6-9a4a-07eb1d9c3947"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:06.410Z", "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": "2019-01-20T14:01:06.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "1eaf2634-3813-41a6-9a4a-07eb1d9c3947"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:07.418Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:07.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:07.418Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:07.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:07.418Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:07.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:07.418Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:07.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:07.418Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:07.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 1448, "offset": 1253, "size": 50}}} 2019-01-20 14:02:05,495 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:05,495 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:05 GMT 2019-01-20 14:02:05,495 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:05,495 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27042 2019-01-20 14:02:05,495 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:02:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp1xyO9O 2019-01-20 14:02:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:02:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2019-01-20 14:02:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:02:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:02:05,498 - 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. 2019-01-20 14:02:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2019-01-20 14:02:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2019-01-20 14:02:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2019-01-20 14:02:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2019-01-20 14:02:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/vellum_host_7jeac0/env/bin/pip freeze 2019-01-20 14:02:05,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:02:05,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:02:05,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:02:05,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2019-01-20 14:02:05,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-20 14:02:05,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2019-01-20 14:02:05,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2019-01-20 14:02:05,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:02:05,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpj5ZLs1 2019-01-20 14:02:05,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2019-01-20 14:02:05,500 - 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. 2019-01-20 14:02:05,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent homer_host_4kkgkt 2019-01-20 14:02:05,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:02:05,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2019-01-20 14:02:05,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2019-01-20 14:02:05,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2019-01-20 14:02:05,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2019-01-20 14:02:05,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2019-01-20 14:02:05,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2019-01-20 14:02:05,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2019-01-20 14:02:05,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2019-01-20 14:02:05,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2019-01-20 14:02:05,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2019-01-20 14:02:05,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2019-01-20 14:02:05,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2019-01-20 14:02:05,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2019-01-20 14:02:05,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2019-01-20 14:02:05,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2019-01-20 14:02:05,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2019-01-20 14:02:05,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2019-01-20 14:02:05,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2019-01-20 14:02:05,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpAlbzU0 2019-01-20 14:02:05,503 - 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. 2019-01-20 14:02:05,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2019-01-20 14:02:05,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2019-01-20 14:02:05,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:05,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2019-01-20 14:02:05,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2019-01-20 14:02:05,504 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:02:05,582 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:05,582 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:05,582 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:05,582 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:05,582 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:05,582 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:05,582 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:05,583 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:02:05,583 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:05,583 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:05 GMT 2019-01-20 14:02:05,583 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:05,583 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:02:05,583 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:10,588 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:02:10,683 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:10,683 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:10,683 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:10,683 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:10,683 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:10,683 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:10,684 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:10,684 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:07.418Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:07.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:07.418Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:07.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:07.418Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:07.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:07.418Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:07.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:07.418Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:07.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:07.418Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:07.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:07.418Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:07.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:07.418Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:07.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:07.418Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:07.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:07.418Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:07.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:07.745Z", "message": "Starting...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:07.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0088a76c-a2a2-4a84-a51e-7298d6baebe2"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:08.425Z", "message": "Starting daemon with command: sudo service celeryd-homer_host_4kkgkt start", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:08.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0088a76c-a2a2-4a84-a51e-7298d6baebe2"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:08.425Z", "message": "Successfully started daemon: homer_host_4kkgkt", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:08.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "0088a76c-a2a2-4a84-a51e-7298d6baebe2"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:08.436Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:08.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:08.436Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:08.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:08.436Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:08.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:08.436Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:08.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:08.436Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:08.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:08.436Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:08.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:08.436Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:08.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:08.436Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:08.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:08.436Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:08.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:08.436Z", "message": "Installing plugins", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:08.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:08.436Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:08.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:08.436Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:08.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:09.880Z", "message": "[localhost] run: /home/ubuntu/homer_host_4kkgkt/env/bin/pip freeze", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:09.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b9a25b4d-ff27-4c08-b2be-cb4e4f8fb3df"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:09.880Z", "message": "Installing plugin from source", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:09.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b9a25b4d-ff27-4c08-b2be-cb4e4f8fb3df"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:09.880Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:09.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b9a25b4d-ff27-4c08-b2be-cb4e4f8fb3df"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:09.880Z", "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": "2019-01-20T14:01:09.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b9a25b4d-ff27-4c08-b2be-cb4e4f8fb3df"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:09.880Z", "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": "2019-01-20T14:01:09.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b9a25b4d-ff27-4c08-b2be-cb4e4f8fb3df"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:10.894Z", "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": "2019-01-20T14:01:10.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b9a25b4d-ff27-4c08-b2be-cb4e4f8fb3df"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:10.894Z", "message": "Removing directory: /tmp/tmpLf_br2", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:10.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b9a25b4d-ff27-4c08-b2be-cb4e4f8fb3df"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:11.065Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:11.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:11.945Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:11.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:11.945Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:11.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:13.257Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:13.257Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:13.257Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:13.257Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:13.257Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:13.257Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:13.257Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:13.257Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:13.257Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:13.257Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:13.257Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:13.257Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:14.382Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:14.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:14.382Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:14.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:14.382Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:14.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:14.382Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:14.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:14.382Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:14.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:14.382Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:14.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:14.382Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:14.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:15.503Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:15.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:15.503Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:15.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 1451, "offset": 1303, "size": 50}}} 2019-01-20 14:02:10,684 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:10,684 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:10 GMT 2019-01-20 14:02:10,684 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:10,684 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26292 2019-01-20 14:02:10,684 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:10,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2019-01-20 14:02:10,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2019-01-20 14:02:10,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2019-01-20 14:02:10,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2019-01-20 14:02:10,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:10,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2019-01-20 14:02:10,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2019-01-20 14:02:10,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2019-01-20 14:02:10,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2019-01-20 14:02:10,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2019-01-20 14:02:10,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2019-01-20 14:02:10,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-homer_host_4kkgkt start 2019-01-20 14:02:10,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: homer_host_4kkgkt 2019-01-20 14:02:10,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2019-01-20 14:02:10,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2019-01-20 14:02:10,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2019-01-20 14:02:10,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2019-01-20 14:02:10,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2019-01-20 14:02:10,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2019-01-20 14:02:10,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2019-01-20 14:02:10,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2019-01-20 14:02:10,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2019-01-20 14:02:10,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2019-01-20 14:02:10,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2019-01-20 14:02:10,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2019-01-20 14:02:10,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/homer_host_4kkgkt/env/bin/pip freeze 2019-01-20 14:02:10,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2019-01-20 14:02:10,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2019-01-20 14:02:10,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2019-01-20 14:02:10,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2019-01-20 14:02:10,690 - 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. 2019-01-20 14:02:10,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpLf_br2 2019-01-20 14:02:10,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2019-01-20 14:02:10,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2019-01-20 14:02:10,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2019-01-20 14:02:10,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:10,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2019-01-20 14:02:10,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2019-01-20 14:02:10,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2019-01-20 14:02:10,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:10,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:10,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2019-01-20 14:02:10,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2019-01-20 14:02:10,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:10,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2019-01-20 14:02:10,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2019-01-20 14:02:10,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2019-01-20 14:02:10,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:10,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2019-01-20 14:02:10,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2019-01-20 14:02:10,693 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:02:10,763 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:10,763 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:10,763 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:10,763 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:10,763 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:10,763 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:10,763 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:10,764 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:02:10,764 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:10,764 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:10 GMT 2019-01-20 14:02:10,764 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:10,764 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:02:10,764 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:15,769 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:02:15,850 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:15,850 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:15,851 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:15,851 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:15,851 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:15,851 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:15,851 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:15,851 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_4kkgkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:15.503Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:15.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:18.070Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:18.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:18.641Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:18.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:18.641Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:18.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:20.571Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:20.571Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:20.696Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:20.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:20.696Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:20.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:22.873Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:22.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:22.873Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:22.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:22.873Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:22.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:22.873Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:22.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:22.873Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:22.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:24.545Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:24.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:25.148Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:25.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:25.148Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:25.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:26.967Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:26.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:27.160Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:27.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:27.160Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:27.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:28.994Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:28.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:29.191Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:29.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:29.191Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:29.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:30.228Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:30.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:30.228Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:30.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:30.228Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:30.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:30.228Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:30.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:30.228Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:30.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:30.228Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:30.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:31.270Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:31.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:32.290Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:32.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:32.290Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:32.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:33.940Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:33.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:35.015Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:35.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:35.015Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:35.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:36.290Z", "message": "Downloaded scripts/bind/bind.py to /tmp/EC788/bind.py", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:36.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:36.299Z", "message": "Creating node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:36.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:36.299Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:36.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_jd72nk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:36.299Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:36.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_jd72nk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:36.299Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:36.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:37.129Z", "message": "Installing BIND DNS server", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:37.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:37.129Z", "message": "[localhost] run: sudo apt-get update", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:37.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:37.335Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:37.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:48.621Z", "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": "2019-01-20T14:01:48.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "proxy_node_qs0t09", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:50.025Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:50.025Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_node_qs0t09", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:50.142Z", "message": "Execution done (return_code=0): /tmp/GXM0J/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:50.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c6c6644a-c455-4f02-a804-eeae5ddaac8d"}, {"node_instance_id": "proxy_node_qs0t09", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:51.345Z", "message": "Configuring node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:51.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "proxy_node_qs0t09", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:51.345Z", "message": "Starting node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:51.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:58.208Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:58.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:59.159Z", "message": "Rendering the Jinja2 template to /etc/clearwater/shared_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:59.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:59.159Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:59.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:59.159Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:59.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}], "metadata": {"pagination": {"total": 1451, "offset": 1353, "size": 50}}} 2019-01-20 14:02:15,851 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:15,852 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:15 GMT 2019-01-20 14:02:15,852 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:15,852 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25683 2019-01-20 14:02:15,852 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:15,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2019-01-20 14:02:15,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2019-01-20 14:02:15,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2019-01-20 14:02:15,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2019-01-20 14:02:15,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2019-01-20 14:02:15,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2019-01-20 14:02:15,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2019-01-20 14:02:15,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2019-01-20 14:02:15,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2019-01-20 14:02:15,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2019-01-20 14:02:15,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/EC788/bind.py 2019-01-20 14:02:15,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 14:02:15,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2019-01-20 14:02:15,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:02:15,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:02:15,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing BIND DNS server 2019-01-20 14:02:15,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo apt-get update 2019-01-20 14:02:15,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-20 14:02:15,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes 2019-01-20 14:02:15,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:02:15,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/GXM0J/install_requirements.sh 2019-01-20 14:02:15,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 14:02:15,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 14:02:15,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2019-01-20 14:02:15,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/shared_config. 2019-01-20 14:02:15,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/named.conf.local 2019-01-20 14:02:15,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2019-01-20 14:02:15,861 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:02:15,931 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:15,932 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:15,932 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:15,932 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:15,932 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:15,932 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:15,932 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:15,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": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:02:15,932 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:15,932 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:15 GMT 2019-01-20 14:02:15,933 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:15,933 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:02:15,933 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:20,938 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:02:21,204 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:21,204 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:21,204 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:21,204 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:21,204 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:21,204 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:21,204 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:21,204 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:59.159Z", "message": "Rendering the Jinja2 template to /etc/bind/named.conf.local.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:59.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:59.159Z", "message": "[localhost] run: sudo mv /tmp/tmpWLbvGD /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:59.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:59.159Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:59.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:59.159Z", "message": "Creating private domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:59.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:59.159Z", "message": "[localhost] run: sudo mv /tmp/tmpWkZm74 /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:59.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:59.159Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:59.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:59.159Z", "message": "The config dict: {'etcd_ip': u'192.168.120.10', 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:59.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:59.159Z", "message": "[localhost] run: sudo mv /tmp/tmpK3fWU8 /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:59.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:01:59.796Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:01:59.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:00.169Z", "message": "Creating public domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:00.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:00.169Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:00.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:00.169Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:00.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:00.169Z", "message": "[localhost] run: sudo mv /tmp/tmpxgfk8r /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:00.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:00.169Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:00.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:00.169Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.10', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:00.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:00.169Z", "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": "2019-01-20T14:02:00.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:00.169Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:00.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:00.169Z", "message": "[localhost] run: sudo mv /tmp/tmpGUWFPn /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:00.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:00.169Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:00.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "8826c34d-43fb-4013-8b41-0a0aa7ac50d8"}, {"node_instance_id": "bind_jd72nk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:00.477Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_jd72nk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:00.477Z", "message": "Configuring node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_jd72nk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:00.477Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:01.186Z", "message": "Executing: /tmp/0GHT6/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:01.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:01.186Z", "message": "Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/0GHT6/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:01.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:01.186Z", "message": "[etcd] ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:01.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:02.198Z", "message": "[etcd] Configure the APT software source", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:02.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:02.198Z", "message": "[etcd] repo129", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:02.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:03.221Z", "message": "[etcd] sudo apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:03.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:09.063Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-2tmtib\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nHit http://security.ubuntu.com trusty-security/main Sources\nGet:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://security.ubuntu.com trusty-security/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources\nHit http://security.ubuntu.com trusty-security/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources\nHit http://security.ubuntu.com trusty-security/universe amd64 Packages\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://security.ubuntu.com trusty-security/main Translation-en\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://security.ubuntu.com trusty-security/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nHit http://nova.clouds.archive.ubuntu.com trusty/main Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 25.0 kB in 4s (5,081 B/s)\nReading package lists...\n\nreal\t0m6.627s\nuser\t0m2.670s\nsys\t0m0.176s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:09.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:10.242Z", "message": "[etcd] Now install the software", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:10.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:02:10.242Z", "message": "[etcd] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:02:10.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}], "metadata": {"pagination": {"total": 1451, "offset": 1403, "size": 50}}} 2019-01-20 14:02:21,205 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:21,205 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:21 GMT 2019-01-20 14:02:21,205 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:21,205 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21289 2019-01-20 14:02:21,205 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:21,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/named.conf.local. 2019-01-20 14:02:21,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpWLbvGD /etc/bind/named.conf.local 2019-01-20 14:02:21,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2019-01-20 14:02:21,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-20 14:02:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpWkZm74 /etc/clearwater/local_config 2019-01-20 14:02:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/shared_config 2019-01-20 14:02:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.10', 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.10', u'hss_hostname': u''}. 2019-01-20 14:02:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpK3fWU8 /etc/clearwater/shared_config 2019-01-20 14:02:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:02:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-20 14:02:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-20 14:02:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-20 14:02:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpxgfk8r /etc/bind/db.clearwater.local 2019-01-20 14:02:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-20 14:02:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.10', u'hss_hostname': u''}. 2019-01-20 14:02:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-20 14:02:21,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-20 14:02:21,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpGUWFPn /etc/bind/db.clearwater.opnfv 2019-01-20 14:02:21,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-20 14:02:21,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:02:21,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 14:02:21,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:02:21,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/0GHT6/install-etcd.sh 2019-01-20 14:02:21,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/0GHT6/install-etcd.sh 2019-01-20 14:02:21,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] 2019-01-20 14:02:21,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Configure the APT software source 2019-01-20 14:02:21,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] repo129 2019-01-20 14:02:21,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo apt 2019-01-20 14:02:21,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-2tmtib 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] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Hit http://security.ubuntu.com trusty-security/main Sources Get:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://security.ubuntu.com trusty-security/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources Hit http://security.ubuntu.com trusty-security/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources Hit http://security.ubuntu.com trusty-security/universe amd64 Packages 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://security.ubuntu.com trusty-security/main Translation-en 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://security.ubuntu.com trusty-security/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 25.0 kB in 4s (5,081 B/s) Reading package lists... real 0m6.627s user 0m2.670s sys 0m0.176s 2019-01-20 14:02:21,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Now install the software 2019-01-20 14:02:21,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-20 14:02:21,211 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:02:21,273 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:21,273 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:21,274 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:21,274 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:21,274 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:21,274 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:21,274 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:21,274 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:02:21,274 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:21,274 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:21 GMT 2019-01-20 14:02:21,274 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:21,274 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:02:21,275 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:26,280 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:02:26,357 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:26,357 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:26,357 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:26,357 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:26,358 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:26,358 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:26,358 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:26,358 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1451, "offset": 1434, "size": 50}}} 2019-01-20 14:02:26,358 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:26,358 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:26 GMT 2019-01-20 14:02:26,358 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:26,358 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:02:26,358 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:26,359 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:02:26,423 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:26,423 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:26,423 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:26,423 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:26,423 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:26,423 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:26,423 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:26,423 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:02:26,424 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:26,424 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:26 GMT 2019-01-20 14:02:26,424 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:26,424 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:02:26,424 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:31,429 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:02:31,501 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:31,501 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:31,501 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:31,501 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:31,501 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:31,501 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:31,501 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:31,502 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1451, "offset": 1434, "size": 50}}} 2019-01-20 14:02:31,502 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:31,502 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:31 GMT 2019-01-20 14:02:31,502 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:31,502 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:02:31,502 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:31,502 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:02:31,569 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:31,569 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:31,569 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:31,570 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:31,570 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:31,570 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:31,570 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:31,570 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:02:31,570 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:31,570 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:31 GMT 2019-01-20 14:02:31,570 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:31,570 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:02:31,570 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:36,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:02:36,651 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:36,652 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:36,652 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:36,652 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:36,652 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:36,652 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:36,652 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:36,652 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1451, "offset": 1434, "size": 50}}} 2019-01-20 14:02:36,652 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:36,653 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:36 GMT 2019-01-20 14:02:36,653 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:36,653 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:02:36,653 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:36,653 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:02:36,723 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:36,723 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:36,724 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:36,724 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:36,724 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:36,724 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:36,724 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:36,724 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:02:36,724 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:36,724 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:36 GMT 2019-01-20 14:02:36,724 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:36,725 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:02:36,725 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:41,730 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:02:41,817 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:41,818 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:41,818 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:41,818 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:41,818 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:41,818 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:41,818 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:41,818 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1451, "offset": 1434, "size": 50}}} 2019-01-20 14:02:41,818 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:41,818 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:41 GMT 2019-01-20 14:02:41,819 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:41,819 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:02:41,819 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:41,819 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:02:41,881 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:41,881 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:41,881 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:41,881 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:41,881 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:41,882 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:41,882 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:41,882 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:02:41,882 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:41,882 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:41 GMT 2019-01-20 14:02:41,882 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:41,882 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:02:41,882 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:46,888 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:02:46,964 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:46,964 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:46,964 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:46,964 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:46,965 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:46,965 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:46,965 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:46,965 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1451, "offset": 1434, "size": 50}}} 2019-01-20 14:02:46,965 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:46,965 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:46 GMT 2019-01-20 14:02:46,965 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:46,965 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:02:46,965 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:46,966 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:02:47,036 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:47,036 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:47,036 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:47,036 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:47,036 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:47,036 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:47,036 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:47,037 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:02:47,037 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:47,037 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:47 GMT 2019-01-20 14:02:47,037 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:47,037 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:02:47,037 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:52,042 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:02:52,221 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:52,222 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:52,222 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:52,222 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:52,222 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:52,222 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:52,222 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:52,222 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1451, "offset": 1434, "size": 50}}} 2019-01-20 14:02:52,223 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:52,223 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:52 GMT 2019-01-20 14:02:52,223 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:52,223 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:02:52,223 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:52,223 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:02:52,285 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:52,285 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:52,286 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:52,286 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:52,286 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:52,286 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:52,286 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:52,286 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:02:52,286 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:52,286 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:52 GMT 2019-01-20 14:02:52,287 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:52,287 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:02:52,287 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:57,292 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:02:57,378 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:57,378 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:57,378 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:57,378 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:57,378 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:57,378 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:57,378 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:57,379 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1451, "offset": 1434, "size": 50}}} 2019-01-20 14:02:57,379 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:57,379 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:57 GMT 2019-01-20 14:02:57,379 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:57,379 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:02:57,379 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:02:57,379 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:02:57,448 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:02:57,448 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:02:57,449 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:02:57,449 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:02:57,449 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:02:57,449 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:02:57,449 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:02:57,449 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:02:57,449 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:02:57,449 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:02:57 GMT 2019-01-20 14:02:57,449 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:02:57,450 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:02:57,450 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:02,455 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:03:02,533 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:02,533 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:02,533 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:02,533 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:02,533 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:02,534 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:02,534 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:02,534 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1451, "offset": 1434, "size": 50}}} 2019-01-20 14:03:02,534 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:02,534 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:02 GMT 2019-01-20 14:03:02,534 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:02,534 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:03:02,534 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:02,534 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:03:02,605 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:02,605 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:02,605 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:02,605 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:02,606 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:02,606 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:02,606 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:02,606 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:03:02,606 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:02,606 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:02 GMT 2019-01-20 14:03:02,606 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:02,606 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:03:02,606 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:07,612 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:03:07,699 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:07,699 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:07,699 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:07,699 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:07,700 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:07,700 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:07,700 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:07,700 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1451, "offset": 1434, "size": 50}}} 2019-01-20 14:03:07,700 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:07,700 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:07 GMT 2019-01-20 14:03:07,700 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:07,700 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:03:07,700 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:07,701 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:03:07,766 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:07,766 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:07,766 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:07,767 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:07,767 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:07,767 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:07,767 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:07,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": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:03:07,767 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:07,767 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:07 GMT 2019-01-20 14:03:07,767 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:07,767 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:03:07,767 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:12,773 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:03:12,854 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:12,854 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:12,854 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:12,854 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:12,854 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:12,854 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:12,854 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:12,855 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1451, "offset": 1434, "size": 50}}} 2019-01-20 14:03:12,855 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:12,855 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:12 GMT 2019-01-20 14:03:12,855 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:12,855 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:03:12,855 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:12,855 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:03:12,920 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:12,920 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:12,920 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:12,920 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:12,921 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:12,921 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:12,921 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:12,921 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:03:12,921 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:12,921 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:12 GMT 2019-01-20 14:03:12,921 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:12,921 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:03:12,921 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:17,927 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:03:18,021 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:18,021 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:18,021 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:18,021 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:18,021 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:18,022 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:18,022 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:18,022 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1451, "offset": 1434, "size": 50}}} 2019-01-20 14:03:18,022 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:18,022 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:18 GMT 2019-01-20 14:03:18,022 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:18,022 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:03:18,022 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:18,023 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:03:18,093 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:18,093 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:18,093 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:18,093 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:18,093 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:18,094 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:18,094 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:18,094 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:03:18,094 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:18,094 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:18 GMT 2019-01-20 14:03:18,094 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:18,094 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:03:18,094 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:23,100 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:03:23,216 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:23,216 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:23,216 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:23,216 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:23,216 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:23,216 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:23,217 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:23,217 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1451, "offset": 1434, "size": 50}}} 2019-01-20 14:03:23,217 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:23,217 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:23 GMT 2019-01-20 14:03:23,217 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:23,217 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:03:23,217 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:23,217 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:03:23,291 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:23,291 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:23,291 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:23,291 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:23,291 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:23,291 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:23,291 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:23,292 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:03:23,292 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:23,292 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:23 GMT 2019-01-20 14:03:23,292 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:23,292 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:03:23,292 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:28,297 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:03:28,380 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:28,380 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:28,381 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:28,381 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:28,381 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:28,381 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:28,381 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:28,381 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1451, "offset": 1434, "size": 50}}} 2019-01-20 14:03:28,381 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:28,381 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:28 GMT 2019-01-20 14:03:28,381 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:28,382 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:03:28,382 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:28,382 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:03:28,454 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:28,454 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:28,454 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:28,454 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:28,454 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:28,454 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:28,455 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:28,455 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:03:28,455 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:28,455 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:28 GMT 2019-01-20 14:03:28,455 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:28,455 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:03:28,455 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:33,461 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:03:33,578 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:33,579 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:33,579 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:33,579 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:33,579 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:33,579 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:33,579 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:33,579 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1451, "offset": 1434, "size": 50}}} 2019-01-20 14:03:33,579 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:33,579 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:33 GMT 2019-01-20 14:03:33,580 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:33,580 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:03:33,580 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:33,580 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:03:33,649 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:33,649 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:33,649 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:33,650 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:33,650 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:33,650 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:33,650 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:33,650 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:03:33,650 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:33,650 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:33 GMT 2019-01-20 14:03:33,650 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:33,650 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:03:33,651 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:38,656 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:03:38,896 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:38,896 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:38,896 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:38,896 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:38,897 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:38,897 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:38,897 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:38,897 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:37.074Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-2tmtib\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 5 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://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-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:19 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:23 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:29 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:30 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 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-164.214 [774 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,688 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51418 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-164.214_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-164.214) ...\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-164.214) ...\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 dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nInstalling collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, 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 8964\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 metaswitchcommon (from clearwater_cluster_manager)\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_queue_manager)\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, 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\t1m27.411s\nuser\t0m18.350s\nsys\t0m7.946s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:37.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:37.308Z", "message": "[etcd] The software is installed", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:37.308Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:38.317Z", "message": "[etcd] sudo ifconfig ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:38.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:38.317Z", "message": "[etcd] /usr/share/clearwater/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:38.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:38.317Z", "message": "[etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:28:38:01 \n inet addr:192.168.120.10 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe28:3801/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:70013 errors:0 dropped:0 overruns:0 frame:0\n TX packets:33507 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:123714173 (123.7 MB) TX bytes:5525264 (5.5 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:197 errors:0 dropped:0 overruns:0 frame:0\n TX packets:197 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:16539 (16.5 KB) TX bytes:16539 (16.5 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:38.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:38.317Z", "message": "[etcd] => \nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.010s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:38.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}], "metadata": {"pagination": {"total": 1457, "offset": 1434, "size": 50}}} 2019-01-20 14:03:38,897 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:38,897 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:38 GMT 2019-01-20 14:03:38,897 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:38,897 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 48108 2019-01-20 14:03:38,898 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:38,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-2tmtib 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 5 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://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-log-cleanup 1.0-171215.180814 [13.3 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:19 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:23 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:29 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:30 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 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-164.214 [774 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,688 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51418 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-164.214_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-164.214) ... 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-164.214) ... 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 dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Installing collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, 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 8964 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 metaswitchcommon (from clearwater_cluster_manager) Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_queue_manager) Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, 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 1m27.411s user 0m18.350s sys 0m7.946s 2019-01-20 14:03:38,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] The software is installed 2019-01-20 14:03:38,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ifconfig 2019-01-20 14:03:38,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] /usr/share/clearwater/clearwater 2019-01-20 14:03:38,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:28:38:01 inet addr:192.168.120.10 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe28:3801/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:70013 errors:0 dropped:0 overruns:0 frame:0 TX packets:33507 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:123714173 (123.7 MB) TX bytes:5525264 (5.5 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:197 errors:0 dropped:0 overruns:0 frame:0 TX packets:197 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:16539 (16.5 KB) TX bytes:16539 (16.5 KB) real 0m0.005s user 0m0.003s sys 0m0.002s 2019-01-20 14:03:38,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => real 0m0.009s user 0m0.000s sys 0m0.010s 2019-01-20 14:03:38,901 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:03:38,967 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:38,967 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:38,967 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:38,967 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:38,967 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:38,968 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:38,968 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:38,968 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:03:38,968 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:38,968 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:38 GMT 2019-01-20 14:03:38,968 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:38,968 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:03:38,968 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:43,974 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:03:44,045 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:44,045 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:44,046 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:44,046 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:44,046 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:44,046 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:44,046 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:44,046 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:39.342Z", "message": "[etcd] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 14:00 ? 00:00:00 /sbin/init\nroot 2 0 0 14:00 ? 00:00:00 [kthreadd]\nroot 3 2 0 14:00 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 14:00 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 14:00 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 14:00 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 14:00 ? 00:00:00 [rcu_sched]\nroot 8 2 0 14:00 ? 00:00:00 [rcuos/0]\nroot 9 2 0 14:00 ? 00:00:00 [rcuos/1]\nroot 10 2 0 14:00 ? 00:00:00 [rcu_bh]\nroot 11 2 0 14:00 ? 00:00:00 [rcuob/0]\nroot 12 2 0 14:00 ? 00:00:00 [rcuob/1]\nroot 13 2 0 14:00 ? 00:00:00 [migration/0]\nroot 14 2 0 14:00 ? 00:00:00 [watchdog/0]\nroot 15 2 0 14:00 ? 00:00:00 [watchdog/1]\nroot 16 2 0 14:00 ? 00:00:00 [migration/1]\nroot 17 2 0 14:00 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 14:00 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 14:00 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 14:00 ? 00:00:00 [khelper]\nroot 21 2 0 14:00 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 14:00 ? 00:00:00 [netns]\nroot 23 2 0 14:00 ? 00:00:00 [writeback]\nroot 24 2 0 14:00 ? 00:00:00 [kintegrityd]\nroot 25 2 0 14:00 ? 00:00:00 [bioset]\nroot 26 2 0 14:00 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 14:00 ? 00:00:00 [kblockd]\nroot 28 2 0 14:00 ? 00:00:00 [ata_sff]\nroot 29 2 0 14:00 ? 00:00:00 [khubd]\nroot 30 2 0 14:00 ? 00:00:00 [md]\nroot 31 2 0 14:00 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 14:00 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 14:00 ? 00:00:00 [khungtaskd]\nroot 35 2 0 14:00 ? 00:00:00 [kswapd0]\nroot 36 2 0 14:00 ? 00:00:00 [vmstat]\nroot 37 2 0 14:00 ? 00:00:00 [ksmd]\nroot 38 2 0 14:00 ? 00:00:00 [khugepaged]\nroot 39 2 0 14:00 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 14:00 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 14:00 ? 00:00:00 [crypto]\nroot 53 2 0 14:00 ? 00:00:00 [kthrotld]\nroot 54 2 0 14:00 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 14:00 ? 00:00:00 [vballoon]\nroot 56 2 0 14:00 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 14:00 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 14:00 ? 00:00:00 [scsi_eh_1]\nroot 59 2 0 14:00 ? 00:00:00 [kworker/u4:2]\nroot 60 2 0 14:00 ? 00:00:00 [kworker/u4:3]\nroot 79 2 0 14:00 ? 00:00:00 [deferwq]\nroot 80 2 0 14:00 ? 00:00:00 [charger_manager]\nroot 123 2 0 14:00 ? 00:00:00 [kpsmoused]\nroot 142 2 0 14:00 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 14:00 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 14:00 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 14:00 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 428 2 0 14:00 ? 00:00:00 [kworker/u5:1]\nroot 485 1 0 14:00 ? 00:00:00 upstart-socket-bridge --daemon\nroot 569 1 0 14:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 821 2 0 14:00 ? 00:00:00 [kauditd]\nroot 938 1 0 14:00 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 994 1 0 14:00 ? 00:00:00 rsyslogd\nmessage+ 1017 1 0 14:00 ? 00:00:00 dbus-daemon --system --fork\nroot 1027 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1052 1 0 14:00 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1055 1 0 14:00 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1059 1 0 14:00 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1060 1 0 14:00 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1064 1 0 14:00 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1109 1 0 14:00 ? 00:00:00 /usr/sbin/sshd -D\nroot 1111 1 0 14:00 ? 00:00:00 cron\ndaemon 1112 1 0 14:00 ? 00:00:00 atd\nroot 1121 1 0 14:00 ? 00:00:00 /usr/sbin/irqbalance\nroot 1133 1 0 14:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1200 1 0 14:00 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1207 1 0 14:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1555 2 0 14:00 ? 00:00:00 [kworker/1:2]\nubuntu 1662 1 0 14:00 ? 00:00:00 /home/ubuntu/bind_host_2tmtib/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_2tmtib --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_2tmtib --logging-server-logdir=/home/ubuntu/bind_host_2tmtib/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_2tmtib/work/bind_host_2tmtib%I.log --pidfile=/home/ubuntu/bind_host_2tmtib/work/bind_host_2tmtib.pid\nubuntu 1701 1662 0 14:01 ? 00:00:00 /home/ubuntu/bind_host_2tmtib/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_2tmtib --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_2tmtib --logging-server-logdir=/home/ubuntu/bind_host_2tmtib/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_2tmtib/work/bind_host_2tmtib%I.log --pidfile=/home/ubuntu/bind_host_2tmtib/work/bind_host_2tmtib.pid\nubuntu 1776 1 0 14:01 ? 00:00:01 python2.7 /home/ubuntu/bind_host_2tmtib/env/bin/diamond --configfile /home/ubuntu/bind_host_2tmtib/work/plugins/diamond/etc/diamond.conf\nroot 1871 2 0 14:01 ? 00:00:00 [kworker/u5:2]\nbind 2444 1 0 14:01 ? 00:00:00 /usr/sbin/named -u bind\nubuntu 2498 1701 0 14:02 ? 00:00:00 /home/ubuntu/bind_host_2tmtib/env/bin/python2.7 /home/ubuntu/bind_host_2tmtib/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-7J1AWJ\nubuntu 2509 2498 0 14:02 ? 00:00:00 /bin/sh -c /tmp/0GHT6/install-etcd.sh\nubuntu 2511 2509 0 14:02 ? 00:00:00 /bin/bash -e /tmp/0GHT6/install-etcd.sh\nntp 8556 1 0 14:03 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 8964 1 0 14:03 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nclearwa+ 9097 1 0 14:03 ? 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.10:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.10 --name 192-168-120-10 --debug --initial-cluster 192-168-120-10=http://192.168.120.10:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.10:2380 --listen-peer-urls http://192.168.120.10:2380\nroot 9159 1 0 14:03 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9173 9159 0 14:03 ? 00:00:00 inotifywait -e create -qq .\nroot 9203 8964 0 14:03 ? 00:00:00 [check-monit-upt] \nroot 9205 8964 0 14:03 ? 00:00:00 [check-etcd-upti] \nroot 9208 8964 0 14:03 ? 00:00:00 [poll_etcd_clust] \nroot 9214 8964 0 14:03 ? 00:00:00 [poll_etcd.sh] \nubuntu 9418 2511 0 14:03 ? 00:00:00 /bin/bash -e /tmp/0GHT6/install-etcd.sh\nubuntu 9419 9418 0 14:03 ? 00:00:00 /bin/bash -e /tmp/0GHT6/install-etcd.sh\nroot 9420 9419 0 14:03 ? 00:00:00 sudo ps -edf\nroot 9421 9420 0 14:03 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.003s\nsys\t0m0.005s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:39.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:39.342Z", "message": "[etcd] sudo pstree", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:39.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:39.342Z", "message": "[etcd] sudo netstat ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:39.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:39.342Z", "message": "[etcd] sudo ps ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:39.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:39.342Z", "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.10:2380 0.0.0.0:* LISTEN 9097/etcd \ntcp 0 0 192.168.120.10:53 0.0.0.0:* LISTEN 2444/named \ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2444/named \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1109/sshd \ntcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2444/named \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8964/monit \ntcp6 0 0 :::53 :::* LISTEN 2444/named \ntcp6 0 0 :::22 :::* LISTEN 1109/sshd \ntcp6 0 0 ::1:953 :::* LISTEN 2444/named \ntcp6 0 0 :::4000 :::* LISTEN 9097/etcd \nudp 0 0 192.168.120.10:123 0.0.0.0:* 8556/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8556/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8556/ntpd \nudp 0 0 0.0.0.0:43533 0.0.0.0:* 569/dhclient \nudp 0 0 192.168.120.10:53 0.0.0.0:* 2444/named \nudp 0 0 127.0.0.1:53 0.0.0.0:* 2444/named \nudp 0 0 0.0.0.0:68 0.0.0.0:* 569/dhclient \nudp6 0 0 fe80::f816:3eff:fe2:123 :::* 8556/ntpd \nudp6 0 0 ::1:123 :::* 8556/ntpd \nudp6 0 0 :::123 :::* 8556/ntpd \nudp6 0 0 :::54674 :::* 569/dhclient \nudp6 0 0 :::53 :::* 2444/named \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 11427 1662/python2.7 /tmp/cloudify-logging-server-8ab1a.socket\nunix 2 [ ACC ] STREAM LISTENING 6881 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 13985 2498/python2.7 /tmp/ctx-HkTscy.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7337 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 9157 1133/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 8927 1017/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.006s\nuser\t0m0.003s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:39.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:40.355Z", "message": "[etcd] sudo find /var/log ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:40.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:40.355Z", "message": "[etcd] => /var/log/landscape/sysinfo.log\n/var/log/btmp\n/var/log/monit.log\n/var/log/boot.log\n/var/log/udev\n/var/log/sysstat/sa20\n/var/log/cloud-init-output.log\n/var/log/clearwater-diags-monitor.log\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/dpkg.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/rsyslog.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/syslog\n/var/log/cloud-init.log\n/var/log/alternatives.log\n/var/log/kern.log\n/var/log/lastlog\n/var/log/auth.log\n/var/log/dmesg.0\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/wtmp\n/var/log/dmesg\n\nreal\t0m0.006s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:40.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:40.355Z", "message": "[etcd] => init-+-acpid\n |-atd\n |-clearwater_diag---inotifywait\n |-cron\n |-dbus-daemon\n |-dhclient\n |-etcd---8*[{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.005s\nsys\t0m0.001s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:40.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:40.355Z", "message": "[etcd] => [20-Jan-2019 14:03:25 UTC] clearwater-diags-monitor starting\n[20-Jan-2019 14:03:25 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": "2019-01-20T14:03:40.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:40.355Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:40.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:41.367Z", "message": "[etcd] => 2019-01-20 14:03:23.287674081 Stopping etcd clearwater-etcd\n2019-01-20 14:03:24.363323085 Restarting etcd clearwater-etcd\n2019-01-20 14:03:24.368851500 Configured ETCDCTL_PEERS: \n2019-01-20 14:03:24.369692603 Check for previous failed startup attempt\n2019-01-20 14:03:24.371026193 Running etcdctl member list\nError: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused\n; error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused\n\nerror #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused\nerror #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused\n\n2019-01-20 14:03:24.381629102 etcdctl returned 2\n2019-01-20 14:03:24.387057597 Creating new cluster...\n2019-01-20 14:03:24.389484659 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.10:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.10\n --name 192-168-120-10\n --debug --initial-cluster 192-168-120-10=http://192.168.120.10:2380,\n --initial-cluster-state new\n --initial-advertise-peer-urls http://192.168.120.10:2380\n --listen-peer-urls http://192.168.120.10:2380\n2019-01-20 14:03:24.390875828 Check we're actually a member of the cluster\n2019-01-20 14:03:24.396240606 Wait for etcd to startup\n2019-01-20 14:03:25.409623793 Etcd started successfully\n2019-01-20 14:03:24.412264 I | etcdmain: etcd Version: 3.1.7\n2019-01-20 14:03:24.412302 I | etcdmain: Git SHA: 43b7507\n2019-01-20 14:03:24.412306 I | etcdmain: Go Version: go1.7.5\n2019-01-20 14:03:24.412309 I | etcdmain: Go OS/Arch: linux/amd64\n2019-01-20 14:03:24.412313 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2019-01-20 14:03:24.412358 I | embed: listening for peers on http://192.168.120.10:2380\n2019-01-20 14:03:24.412387 I | embed: listening for client requests on 0.0.0.0:4000\n2019-01-20 14:03:24.463761 I | etcdserver: name = 192-168-120-10\n2019-01-20 14:03:24.463779 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.10\n2019-01-20 14:03:24.463795 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.10/member\n2019-01-20 14:03:24.463799 I | etcdserver: heartbeat = 100ms\n2019-01-20 14:03:24.463802 I | etcdserver: election = 1000ms\n2019-01-20 14:03:24.463806 I | etcdserver: snapshot count = 10000\n2019-01-20 14:03:24.463812 I | etcdserver: advertise client URLs = http://192.168.120.10:4000\n2019-01-20 14:03:24.463817 I | etcdserver: initial advertise peer URLs = http://192.168.120.10:2380\n2019-01-20 14:03:24.463824 I | etcdserver: initial cluster = 192-168-120-10=http://192.168.120.10:2380\n2019-01-20 14:03:24.518822 I | etcdserver: starting member 5a390934aeb2089e in cluster 54cdbb303d36fe88\n2019-01-20 14:03:24.518856 I | raft: 5a390934aeb2089e became follower at term 0\n2019-01-20 14:03:24.518881 I | raft: newRaft 5a390934aeb2089e [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2019-01-20 14:03:24.518891 I | raft: 5a390934aeb2089e became follower at term 1\n2019-01-20 14:03:24.614100 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2019-01-20 14:03:24.614860 I | etcdserver/membership: added member 5a390934aeb2089e [http://192.168.120.10:2380] to cluster 54cdbb303d36fe88\n2019-01-20 14:03:25.319102 I | raft: 5a390934aeb2089e is starting a new election at term 1\n2019-01-20 14:03:25.319201 I | raft: 5a390934aeb2089e became candidate at term 2\n2019-01-20 14:03:25.319225 I | raft: 5a390934aeb2089e received MsgVoteResp from 5a390934aeb2089e at term 2\n2019-01-20 14:03:25.319242 I | raft: 5a390934aeb2089e became leader at term 2\n2019-01-20 14:03:25.319248 I | raft: raft.node: 5a390934aeb2089e elected leader 5a390934aeb2089e at term 2\n2019-01-20 14:03:25.319409 I | etcdserver: setting up the initial cluster version to 3.1\n2019-01-20 14:03:25.343915 N | etcdserver/membership: set the initial cluster version to 3.1\n2019-01-20 14:03:25.343952 I | etcdserver/api: enabled capabilities for version 3.1\n2019-01-20 14:03:25.343978 I | etcdserver: published {Name:192-168-120-10 ClientURLs:[http://192.168.120.10:4000]} to cluster 54cdbb303d36fe88\n2019-01-20 14:03:25.344031 I | embed: ready to serve client requests\n2019-01-20 14:03:25.344450 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2019-01-20 14:03:25.562614 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.10:35590\n2019-01-20 14:03:25.580676 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.10:35591\n2019-01-20 14:03:25.581271 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.10:35592\n2019-01-20 14:03:27.893418 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.10:35593\n2019-01-20 14:03:27.906479 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.10:35594\n2019-01-20 14:03:27.906953 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.10:35595\n2019-01-20 14:03:37.509707 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.10/liveness-check remote:192.168.120.10:35596\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:41.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:41.367Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:41.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:41.742Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:41.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:42.378Z", "message": "Execution done (return_code=0): /tmp/0GHT6/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:42.378Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:42.378Z", "message": "[etcd] Installation is done", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:42.378Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f037c9b4-bbe2-4cf1-a685-8bf7af3d41c2"}, {"node_instance_id": "bind_jd72nk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:42.508Z", "message": "Starting node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:42.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_o8owep", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:43.654Z", "message": "Creating node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:43.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 1477, "offset": 1440, "size": 50}}} 2019-01-20 14:03:44,046 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:44,046 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:44 GMT 2019-01-20 14:03:44,046 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:44,047 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27594 2019-01-20 14:03:44,047 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:44,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 14:00 ? 00:00:00 /sbin/init root 2 0 0 14:00 ? 00:00:00 [kthreadd] root 3 2 0 14:00 ? 00:00:00 [ksoftirqd/0] root 4 2 0 14:00 ? 00:00:00 [kworker/0:0] root 5 2 0 14:00 ? 00:00:00 [kworker/0:0H] root 6 2 0 14:00 ? 00:00:00 [kworker/u4:0] root 7 2 0 14:00 ? 00:00:00 [rcu_sched] root 8 2 0 14:00 ? 00:00:00 [rcuos/0] root 9 2 0 14:00 ? 00:00:00 [rcuos/1] root 10 2 0 14:00 ? 00:00:00 [rcu_bh] root 11 2 0 14:00 ? 00:00:00 [rcuob/0] root 12 2 0 14:00 ? 00:00:00 [rcuob/1] root 13 2 0 14:00 ? 00:00:00 [migration/0] root 14 2 0 14:00 ? 00:00:00 [watchdog/0] root 15 2 0 14:00 ? 00:00:00 [watchdog/1] root 16 2 0 14:00 ? 00:00:00 [migration/1] root 17 2 0 14:00 ? 00:00:00 [ksoftirqd/1] root 18 2 0 14:00 ? 00:00:00 [kworker/1:0] root 19 2 0 14:00 ? 00:00:00 [kworker/1:0H] root 20 2 0 14:00 ? 00:00:00 [khelper] root 21 2 0 14:00 ? 00:00:00 [kdevtmpfs] root 22 2 0 14:00 ? 00:00:00 [netns] root 23 2 0 14:00 ? 00:00:00 [writeback] root 24 2 0 14:00 ? 00:00:00 [kintegrityd] root 25 2 0 14:00 ? 00:00:00 [bioset] root 26 2 0 14:00 ? 00:00:00 [kworker/u5:0] root 27 2 0 14:00 ? 00:00:00 [kblockd] root 28 2 0 14:00 ? 00:00:00 [ata_sff] root 29 2 0 14:00 ? 00:00:00 [khubd] root 30 2 0 14:00 ? 00:00:00 [md] root 31 2 0 14:00 ? 00:00:00 [devfreq_wq] root 32 2 0 14:00 ? 00:00:00 [kworker/0:1] root 34 2 0 14:00 ? 00:00:00 [khungtaskd] root 35 2 0 14:00 ? 00:00:00 [kswapd0] root 36 2 0 14:00 ? 00:00:00 [vmstat] root 37 2 0 14:00 ? 00:00:00 [ksmd] root 38 2 0 14:00 ? 00:00:00 [khugepaged] root 39 2 0 14:00 ? 00:00:00 [fsnotify_mark] root 40 2 0 14:00 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 14:00 ? 00:00:00 [crypto] root 53 2 0 14:00 ? 00:00:00 [kthrotld] root 54 2 0 14:00 ? 00:00:00 [kworker/u4:1] root 55 2 0 14:00 ? 00:00:00 [vballoon] root 56 2 0 14:00 ? 00:00:00 [kworker/1:1] root 57 2 0 14:00 ? 00:00:00 [scsi_eh_0] root 58 2 0 14:00 ? 00:00:00 [scsi_eh_1] root 59 2 0 14:00 ? 00:00:00 [kworker/u4:2] root 60 2 0 14:00 ? 00:00:00 [kworker/u4:3] root 79 2 0 14:00 ? 00:00:00 [deferwq] root 80 2 0 14:00 ? 00:00:00 [charger_manager] root 123 2 0 14:00 ? 00:00:00 [kpsmoused] root 142 2 0 14:00 ? 00:00:00 [kworker/0:2] root 186 2 0 14:00 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 14:00 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 14:00 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 428 2 0 14:00 ? 00:00:00 [kworker/u5:1] root 485 1 0 14:00 ? 00:00:00 upstart-socket-bridge --daemon root 569 1 0 14:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 821 2 0 14:00 ? 00:00:00 [kauditd] root 938 1 0 14:00 ? 00:00:00 upstart-file-bridge --daemon syslog 994 1 0 14:00 ? 00:00:00 rsyslogd message+ 1017 1 0 14:00 ? 00:00:00 dbus-daemon --system --fork root 1027 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-logind root 1052 1 0 14:00 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1055 1 0 14:00 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1059 1 0 14:00 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1060 1 0 14:00 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1064 1 0 14:00 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1109 1 0 14:00 ? 00:00:00 /usr/sbin/sshd -D root 1111 1 0 14:00 ? 00:00:00 cron daemon 1112 1 0 14:00 ? 00:00:00 atd root 1121 1 0 14:00 ? 00:00:00 /usr/sbin/irqbalance root 1133 1 0 14:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1200 1 0 14:00 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1207 1 0 14:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1555 2 0 14:00 ? 00:00:00 [kworker/1:2] ubuntu 1662 1 0 14:00 ? 00:00:00 /home/ubuntu/bind_host_2tmtib/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_2tmtib --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_2tmtib --logging-server-logdir=/home/ubuntu/bind_host_2tmtib/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_2tmtib/work/bind_host_2tmtib%I.log --pidfile=/home/ubuntu/bind_host_2tmtib/work/bind_host_2tmtib.pid ubuntu 1701 1662 0 14:01 ? 00:00:00 /home/ubuntu/bind_host_2tmtib/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_2tmtib --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_2tmtib --logging-server-logdir=/home/ubuntu/bind_host_2tmtib/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_2tmtib/work/bind_host_2tmtib%I.log --pidfile=/home/ubuntu/bind_host_2tmtib/work/bind_host_2tmtib.pid ubuntu 1776 1 0 14:01 ? 00:00:01 python2.7 /home/ubuntu/bind_host_2tmtib/env/bin/diamond --configfile /home/ubuntu/bind_host_2tmtib/work/plugins/diamond/etc/diamond.conf root 1871 2 0 14:01 ? 00:00:00 [kworker/u5:2] bind 2444 1 0 14:01 ? 00:00:00 /usr/sbin/named -u bind ubuntu 2498 1701 0 14:02 ? 00:00:00 /home/ubuntu/bind_host_2tmtib/env/bin/python2.7 /home/ubuntu/bind_host_2tmtib/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-7J1AWJ ubuntu 2509 2498 0 14:02 ? 00:00:00 /bin/sh -c /tmp/0GHT6/install-etcd.sh ubuntu 2511 2509 0 14:02 ? 00:00:00 /bin/bash -e /tmp/0GHT6/install-etcd.sh ntp 8556 1 0 14:03 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 8964 1 0 14:03 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc clearwa+ 9097 1 0 14:03 ? 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.10:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.10 --name 192-168-120-10 --debug --initial-cluster 192-168-120-10=http://192.168.120.10:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.10:2380 --listen-peer-urls http://192.168.120.10:2380 root 9159 1 0 14:03 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9173 9159 0 14:03 ? 00:00:00 inotifywait -e create -qq . root 9203 8964 0 14:03 ? 00:00:00 [check-monit-upt] root 9205 8964 0 14:03 ? 00:00:00 [check-etcd-upti] root 9208 8964 0 14:03 ? 00:00:00 [poll_etcd_clust] root 9214 8964 0 14:03 ? 00:00:00 [poll_etcd.sh] ubuntu 9418 2511 0 14:03 ? 00:00:00 /bin/bash -e /tmp/0GHT6/install-etcd.sh ubuntu 9419 9418 0 14:03 ? 00:00:00 /bin/bash -e /tmp/0GHT6/install-etcd.sh root 9420 9419 0 14:03 ? 00:00:00 sudo ps -edf root 9421 9420 0 14:03 ? 00:00:00 ps -edf real 0m0.008s user 0m0.003s sys 0m0.005s 2019-01-20 14:03:44,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo pstree 2019-01-20 14:03:44,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo netstat 2019-01-20 14:03:44,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ps 2019-01-20 14:03:44,048 - 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.10:2380 0.0.0.0:* LISTEN 9097/etcd tcp 0 0 192.168.120.10:53 0.0.0.0:* LISTEN 2444/named tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2444/named tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1109/sshd tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2444/named tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8964/monit tcp6 0 0 :::53 :::* LISTEN 2444/named tcp6 0 0 :::22 :::* LISTEN 1109/sshd tcp6 0 0 ::1:953 :::* LISTEN 2444/named tcp6 0 0 :::4000 :::* LISTEN 9097/etcd udp 0 0 192.168.120.10:123 0.0.0.0:* 8556/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8556/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8556/ntpd udp 0 0 0.0.0.0:43533 0.0.0.0:* 569/dhclient udp 0 0 192.168.120.10:53 0.0.0.0:* 2444/named udp 0 0 127.0.0.1:53 0.0.0.0:* 2444/named udp 0 0 0.0.0.0:68 0.0.0.0:* 569/dhclient udp6 0 0 fe80::f816:3eff:fe2:123 :::* 8556/ntpd udp6 0 0 ::1:123 :::* 8556/ntpd udp6 0 0 :::123 :::* 8556/ntpd udp6 0 0 :::54674 :::* 569/dhclient udp6 0 0 :::53 :::* 2444/named Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 11427 1662/python2.7 /tmp/cloudify-logging-server-8ab1a.socket unix 2 [ ACC ] STREAM LISTENING 6881 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 13985 2498/python2.7 /tmp/ctx-HkTscy.socket unix 2 [ ACC ] SEQPACKET LISTENING 7337 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9157 1133/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 8927 1017/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.006s user 0m0.003s sys 0m0.004s 2019-01-20 14:03:44,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo find /var/log 2019-01-20 14:03:44,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => /var/log/landscape/sysinfo.log /var/log/btmp /var/log/monit.log /var/log/boot.log /var/log/udev /var/log/sysstat/sa20 /var/log/cloud-init-output.log /var/log/clearwater-diags-monitor.log /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/dpkg.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/rsyslog.log /var/log/upstart/cryptdisks.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/container-detect.log /var/log/upstart/procps-virtual-filesystems.log /var/log/apt/term.log /var/log/apt/history.log /var/log/syslog /var/log/cloud-init.log /var/log/alternatives.log /var/log/kern.log /var/log/lastlog /var/log/auth.log /var/log/dmesg.0 /var/log/clearwater-etcd/clearwater-etcd.log /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/wtmp /var/log/dmesg real 0m0.006s user 0m0.003s sys 0m0.002s 2019-01-20 14:03:44,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => init-+-acpid |-atd |-clearwater_diag---inotifywait |-cron |-dbus-daemon |-dhclient |-etcd---8*[{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.005s sys 0m0.001s 2019-01-20 14:03:44,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => [20-Jan-2019 14:03:25 UTC] clearwater-diags-monitor starting [20-Jan-2019 14:03:25 UTC] Waiting for trigger files real 0m0.004s user 0m0.003s sys 0m0.001s 2019-01-20 14:03:44,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2019-01-20 14:03:44,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => 2019-01-20 14:03:23.287674081 Stopping etcd clearwater-etcd 2019-01-20 14:03:24.363323085 Restarting etcd clearwater-etcd 2019-01-20 14:03:24.368851500 Configured ETCDCTL_PEERS: 2019-01-20 14:03:24.369692603 Check for previous failed startup attempt 2019-01-20 14:03:24.371026193 Running etcdctl member list Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused ; error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused 2019-01-20 14:03:24.381629102 etcdctl returned 2 2019-01-20 14:03:24.387057597 Creating new cluster... 2019-01-20 14:03:24.389484659 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.10:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.10 --name 192-168-120-10 --debug --initial-cluster 192-168-120-10=http://192.168.120.10:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.10:2380 --listen-peer-urls http://192.168.120.10:2380 2019-01-20 14:03:24.390875828 Check we're actually a member of the cluster 2019-01-20 14:03:24.396240606 Wait for etcd to startup 2019-01-20 14:03:25.409623793 Etcd started successfully 2019-01-20 14:03:24.412264 I | etcdmain: etcd Version: 3.1.7 2019-01-20 14:03:24.412302 I | etcdmain: Git SHA: 43b7507 2019-01-20 14:03:24.412306 I | etcdmain: Go Version: go1.7.5 2019-01-20 14:03:24.412309 I | etcdmain: Go OS/Arch: linux/amd64 2019-01-20 14:03:24.412313 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2019-01-20 14:03:24.412358 I | embed: listening for peers on http://192.168.120.10:2380 2019-01-20 14:03:24.412387 I | embed: listening for client requests on 0.0.0.0:4000 2019-01-20 14:03:24.463761 I | etcdserver: name = 192-168-120-10 2019-01-20 14:03:24.463779 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.10 2019-01-20 14:03:24.463795 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.10/member 2019-01-20 14:03:24.463799 I | etcdserver: heartbeat = 100ms 2019-01-20 14:03:24.463802 I | etcdserver: election = 1000ms 2019-01-20 14:03:24.463806 I | etcdserver: snapshot count = 10000 2019-01-20 14:03:24.463812 I | etcdserver: advertise client URLs = http://192.168.120.10:4000 2019-01-20 14:03:24.463817 I | etcdserver: initial advertise peer URLs = http://192.168.120.10:2380 2019-01-20 14:03:24.463824 I | etcdserver: initial cluster = 192-168-120-10=http://192.168.120.10:2380 2019-01-20 14:03:24.518822 I | etcdserver: starting member 5a390934aeb2089e in cluster 54cdbb303d36fe88 2019-01-20 14:03:24.518856 I | raft: 5a390934aeb2089e became follower at term 0 2019-01-20 14:03:24.518881 I | raft: newRaft 5a390934aeb2089e [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2019-01-20 14:03:24.518891 I | raft: 5a390934aeb2089e became follower at term 1 2019-01-20 14:03:24.614100 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2019-01-20 14:03:24.614860 I | etcdserver/membership: added member 5a390934aeb2089e [http://192.168.120.10:2380] to cluster 54cdbb303d36fe88 2019-01-20 14:03:25.319102 I | raft: 5a390934aeb2089e is starting a new election at term 1 2019-01-20 14:03:25.319201 I | raft: 5a390934aeb2089e became candidate at term 2 2019-01-20 14:03:25.319225 I | raft: 5a390934aeb2089e received MsgVoteResp from 5a390934aeb2089e at term 2 2019-01-20 14:03:25.319242 I | raft: 5a390934aeb2089e became leader at term 2 2019-01-20 14:03:25.319248 I | raft: raft.node: 5a390934aeb2089e elected leader 5a390934aeb2089e at term 2 2019-01-20 14:03:25.319409 I | etcdserver: setting up the initial cluster version to 3.1 2019-01-20 14:03:25.343915 N | etcdserver/membership: set the initial cluster version to 3.1 2019-01-20 14:03:25.343952 I | etcdserver/api: enabled capabilities for version 3.1 2019-01-20 14:03:25.343978 I | etcdserver: published {Name:192-168-120-10 ClientURLs:[http://192.168.120.10:4000]} to cluster 54cdbb303d36fe88 2019-01-20 14:03:25.344031 I | embed: ready to serve client requests 2019-01-20 14:03:25.344450 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2019-01-20 14:03:25.562614 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.10:35590 2019-01-20 14:03:25.580676 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.10:35591 2019-01-20 14:03:25.581271 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.10:35592 2019-01-20 14:03:27.893418 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.10:35593 2019-01-20 14:03:27.906479 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.10:35594 2019-01-20 14:03:27.906953 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.10:35595 2019-01-20 14:03:37.509707 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.10/liveness-check remote:192.168.120.10:35596 real 0m0.004s user 0m0.000s sys 0m0.004s 2019-01-20 14:03:44,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2019-01-20 14:03:44,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:03:44,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/0GHT6/install-etcd.sh 2019-01-20 14:03:44,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Installation is done 2019-01-20 14:03:44,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 14:03:44,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 14:03:44,051 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:03:44,145 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:44,145 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:44,145 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:44,145 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:44,145 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:44,145 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:44,146 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:44,146 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:03:44,146 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:44,146 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:44 GMT 2019-01-20 14:03:44,146 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:44,146 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:03:44,146 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:49,152 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:03:49,238 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:49,238 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:49,238 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:49,238 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:49,238 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:49,239 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:49,239 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:49,239 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:44.359Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/M9L43/clearwater.py", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:44.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d176e72b-bce7-46e6-a839-d105ddf9182d"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:44.397Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:44.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d176e72b-bce7-46e6-a839-d105ddf9182d"}, {"node_instance_id": "bono_86w7s5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:44.529Z", "message": "Creating node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:44.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_86w7s5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:44.529Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:44.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_jl80d2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:44.529Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:44.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_ifsxa1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:44.529Z", "message": "Creating node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:44.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_jl80d2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:44.529Z", "message": "Creating node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:44.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_qnm214", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:44.529Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:44.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_qnm214", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:44.529Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:44.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_6j5v8a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:44.529Z", "message": "Creating node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:44.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_ifsxa1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:44.529Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:44.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_6j5v8a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:44.529Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:44.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_ifsxa1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:44.529Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:44.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_qnm214", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:44.529Z", "message": "Creating node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:44.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_jl80d2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:44.529Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:44.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_6j5v8a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:44.529Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:44.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_86w7s5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:44.529Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:44.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_o8owep", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:44.529Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:44.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_o8owep", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:44.529Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:44.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d176e72b-bce7-46e6-a839-d105ddf9182d"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d176e72b-bce7-46e6-a839-d105ddf9182d"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/WR0H4/clearwater.py", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3cfb243f-513b-4ac2-b2c2-f83ff8877b5a"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "02f00c52-f4d0-4e59-8264-def1c963601d"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "[localhost] run: sudo mv /tmp/tmpPCvp9E /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d176e72b-bce7-46e6-a839-d105ddf9182d"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "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": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3cfb243f-513b-4ac2-b2c2-f83ff8877b5a"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d176e72b-bce7-46e6-a839-d105ddf9182d"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "[localhost] run: sudo mv /tmp/tmpWTDLoO /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "02f00c52-f4d0-4e59-8264-def1c963601d"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "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": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c8bb0f50-1a2c-4cef-bdb9-1e9f79e43f50"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "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": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "02f00c52-f4d0-4e59-8264-def1c963601d"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d176e72b-bce7-46e6-a839-d105ddf9182d"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "02f00c52-f4d0-4e59-8264-def1c963601d"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'vellum-o8owep', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.6'}.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d176e72b-bce7-46e6-a839-d105ddf9182d"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'sprout-ifsxa1', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.19'}.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "02f00c52-f4d0-4e59-8264-def1c963601d"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "02f00c52-f4d0-4e59-8264-def1c963601d"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d78cf63a-144b-40d7-9310-97dc15355e9f"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "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": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b210210c-112a-4efa-9992-5e89a5876d6d"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b210210c-112a-4efa-9992-5e89a5876d6d"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3cfb243f-513b-4ac2-b2c2-f83ff8877b5a"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "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": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d176e72b-bce7-46e6-a839-d105ddf9182d"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "02f00c52-f4d0-4e59-8264-def1c963601d"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "[localhost] run: sudo mv /tmp/tmp7vgmPe /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d176e72b-bce7-46e6-a839-d105ddf9182d"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c8bb0f50-1a2c-4cef-bdb9-1e9f79e43f50"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/U84SU/clearwater.py", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b210210c-112a-4efa-9992-5e89a5876d6d"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "[localhost] run: sudo mv /tmp/tmpMPL9lo /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "02f00c52-f4d0-4e59-8264-def1c963601d"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "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": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d78cf63a-144b-40d7-9310-97dc15355e9f"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/DTI3D/clearwater.py", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c8bb0f50-1a2c-4cef-bdb9-1e9f79e43f50"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/OXOMJ/clearwater.py", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d78cf63a-144b-40d7-9310-97dc15355e9f"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.429Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/8CU4A/clearwater.py", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "02f00c52-f4d0-4e59-8264-def1c963601d"}, {"node_instance_id": "vellum_o8owep", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:45.577Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:45.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "[localhost] run: sudo mv /tmp/tmpxepalV /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c8bb0f50-1a2c-4cef-bdb9-1e9f79e43f50"}], "metadata": {"pagination": {"total": 1596, "offset": 1457, "size": 50}}} 2019-01-20 14:03:49,239 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:49,239 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:49 GMT 2019-01-20 14:03:49,239 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:49,239 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26493 2019-01-20 14:03:49,239 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:49,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/M9L43/clearwater.py 2019-01-20 14:03:49,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2019-01-20 14:03:49,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 14:03:49,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:03:49,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:03:49,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 14:03:49,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 14:03:49,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:03:49,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:03:49,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 14:03:49,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:03:49,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:03:49,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:03:49,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-20 14:03:49,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:03:49,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:03:49,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:03:49,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:03:49,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:03:49,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2019-01-20 14:03:49,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2019-01-20 14:03:49,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/WR0H4/clearwater.py 2019-01-20 14:03:49,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2019-01-20 14:03:49,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpPCvp9E /etc/dnsmasq.resolv.conf 2019-01-20 14:03:49,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-20 14:03:49,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2019-01-20 14:03:49,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpWTDLoO /etc/clearwater/local_config 2019-01-20 14:03:49,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-20 14:03:49,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-20 14:03:49,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2019-01-20 14:03:49,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2019-01-20 14:03:49,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'vellum-o8owep', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.6'}. 2019-01-20 14:03:49,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'sprout-ifsxa1', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.19'}. 2019-01-20 14:03:49,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2019-01-20 14:03:49,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2019-01-20 14:03:49,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-20 14:03:49,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2019-01-20 14:03:49,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2019-01-20 14:03:49,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-20 14:03:49,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2019-01-20 14:03:49,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp7vgmPe /etc/clearwater/local_config 2019-01-20 14:03:49,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2019-01-20 14:03:49,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/U84SU/clearwater.py 2019-01-20 14:03:49,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpMPL9lo /etc/dnsmasq.resolv.conf 2019-01-20 14:03:49,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-20 14:03:49,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/DTI3D/clearwater.py 2019-01-20 14:03:49,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/OXOMJ/clearwater.py 2019-01-20 14:03:49,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/8CU4A/clearwater.py 2019-01-20 14:03:49,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:03:49,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpxepalV /etc/dnsmasq.resolv.conf 2019-01-20 14:03:49,248 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:03:49,326 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:49,326 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:49,327 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:49,327 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:49,327 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:49,327 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:49,327 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:49,327 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:03:49,327 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:49,327 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:49 GMT 2019-01-20 14:03:49,328 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:49,328 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:03:49,328 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:54,333 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:03:54,648 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:54,648 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:54,649 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:54,649 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:54,649 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:54,649 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:54,649 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:54,649 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c8bb0f50-1a2c-4cef-bdb9-1e9f79e43f50"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3cfb243f-513b-4ac2-b2c2-f83ff8877b5a"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b210210c-112a-4efa-9992-5e89a5876d6d"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'homer-qnm214', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.9'}.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b210210c-112a-4efa-9992-5e89a5876d6d"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'dime-6j5v8a', 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": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c8bb0f50-1a2c-4cef-bdb9-1e9f79e43f50"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c8bb0f50-1a2c-4cef-bdb9-1e9f79e43f50"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d78cf63a-144b-40d7-9310-97dc15355e9f"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "The config dict: {'public_ip': u'172.30.9.211', 'etcd_ip': u'192.168.120.10', 'name': u'ellis-jl80d2', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.17'}.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3cfb243f-513b-4ac2-b2c2-f83ff8877b5a"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "[localhost] run: sudo mv /tmp/tmpjl8eQF /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d78cf63a-144b-40d7-9310-97dc15355e9f"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "[localhost] run: sudo mv /tmp/tmpD9cg4a /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c8bb0f50-1a2c-4cef-bdb9-1e9f79e43f50"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "[localhost] run: sudo mv /tmp/tmpGIl9ha /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b210210c-112a-4efa-9992-5e89a5876d6d"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b210210c-112a-4efa-9992-5e89a5876d6d"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c8bb0f50-1a2c-4cef-bdb9-1e9f79e43f50"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d78cf63a-144b-40d7-9310-97dc15355e9f"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "[localhost] run: sudo mv /tmp/tmprAXiEe /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b210210c-112a-4efa-9992-5e89a5876d6d"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "02f00c52-f4d0-4e59-8264-def1c963601d"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3cfb243f-513b-4ac2-b2c2-f83ff8877b5a"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d78cf63a-144b-40d7-9310-97dc15355e9f"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b210210c-112a-4efa-9992-5e89a5876d6d"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b210210c-112a-4efa-9992-5e89a5876d6d"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c8bb0f50-1a2c-4cef-bdb9-1e9f79e43f50"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "The config dict: {'public_ip': u'172.30.9.207', 'etcd_ip': u'192.168.120.10', 'name': u'bono-86w7s5', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d78cf63a-144b-40d7-9310-97dc15355e9f"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "[localhost] run: sudo mv /tmp/tmpW9qc3n /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d78cf63a-144b-40d7-9310-97dc15355e9f"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.448Z", "message": "[localhost] run: sudo mv /tmp/tmpxepalV /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c8bb0f50-1a2c-4cef-bdb9-1e9f79e43f50"}, {"node_instance_id": "sprout_ifsxa1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.596Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_6j5v8a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.596Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_o8owep", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.596Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_o8owep", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.596Z", "message": "Configuring node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.596Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_86w7s5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.596Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.596Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_qnm214", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.596Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_o8owep", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:46.596Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:46.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:47.505Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/K23XW/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:47.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "62737300-55bf-47c8-ae88-49c82419fe67"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:47.505Z", "message": "[vellum] ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:47.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:47.505Z", "message": "Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/4FT8L/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:47.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:47.505Z", "message": "Executing: /tmp/4FT8L/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:47.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:47.505Z", "message": "Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/GUG36/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:47.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:47.505Z", "message": "Executing: /tmp/GUG36/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:47.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "homer_qnm214", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:47.616Z", "message": "Configuring node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:47.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:47.616Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:47.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_6j5v8a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:47.616Z", "message": "Configuring node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:47.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_qnm214", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:47.616Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:47.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_qnm214", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:47.616Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:47.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:47.616Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:47.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_6j5v8a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:47.616Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:47.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:47.616Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:47.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_ifsxa1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:47.616Z", "message": "Configuring node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:47.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_6j5v8a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:47.616Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:47.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:48.525Z", "message": "[vellum] sudo apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:48.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}], "metadata": {"pagination": {"total": 1619, "offset": 1507, "size": 50}}} 2019-01-20 14:03:54,649 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:54,649 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:54 GMT 2019-01-20 14:03:54,649 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:54,650 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26699 2019-01-20 14:03:54,650 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:54,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2019-01-20 14:03:54,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2019-01-20 14:03:54,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2019-01-20 14:03:54,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'homer-qnm214', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.9'}. 2019-01-20 14:03:54,651 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'dime-6j5v8a', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.21'}. 2019-01-20 14:03:54,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2019-01-20 14:03:54,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2019-01-20 14:03:54,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.211', 'etcd_ip': u'192.168.120.10', 'name': u'ellis-jl80d2', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.17'}. 2019-01-20 14:03:54,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpjl8eQF /etc/dnsmasq.resolv.conf 2019-01-20 14:03:54,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpD9cg4a /etc/clearwater/local_config 2019-01-20 14:03:54,652 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpGIl9ha /etc/clearwater/local_config 2019-01-20 14:03:54,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2019-01-20 14:03:54,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2019-01-20 14:03:54,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2019-01-20 14:03:54,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmprAXiEe /etc/dnsmasq.resolv.conf 2019-01-20 14:03:54,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2019-01-20 14:03:54,653 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2019-01-20 14:03:54,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2019-01-20 14:03:54,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2019-01-20 14:03:54,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2019-01-20 14:03:54,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2019-01-20 14:03:54,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.207', 'etcd_ip': u'192.168.120.10', 'name': u'bono-86w7s5', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}. 2019-01-20 14:03:54,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpW9qc3n /etc/clearwater/local_config 2019-01-20 14:03:54,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpxepalV /etc/dnsmasq.resolv.conf 2019-01-20 14:03:54,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:03:54,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:03:54,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:03:54,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 14:03:54,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:03:54,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:03:54,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:03:54,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:03:54,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:03:54,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/K23XW/append_proxy_snmp_conf.py 2019-01-20 14:03:54,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 2019-01-20 14:03:54,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/4FT8L/install-vellum.sh 2019-01-20 14:03:54,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/4FT8L/install-vellum.sh 2019-01-20 14:03:54,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/GUG36/install-dime.sh 2019-01-20 14:03:54,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/GUG36/install-dime.sh 2019-01-20 14:03:54,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 14:03:54,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:03:54,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 14:03:54,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:03:54,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:03:54,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:03:54,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:03:54,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:03:54,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 14:03:54,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:03:54,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo apt 2019-01-20 14:03:54,659 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:03:54,878 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:54,878 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:54,879 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:54,879 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:54,879 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:54,879 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:54,879 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:54,879 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:03:54,879 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:54,879 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:54 GMT 2019-01-20 14:03:54,879 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:54,880 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:03:54,880 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:59,885 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:03:59,974 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:03:59,974 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:03:59,974 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:03:59,974 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:03:59,975 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:03:59,975 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:03:59,975 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:03:59,975 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:48.525Z", "message": "Executing: /tmp/4I6UA/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:48.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:48.525Z", "message": "Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/HD2GF/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:48.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:48.525Z", "message": "[homer] repo129", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:48.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:48.525Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/IGU11/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:48.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "01e285fc-478c-435f-bcf4-c6f07e09bec7"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:48.525Z", "message": "Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/4I6UA/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:48.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:48.525Z", "message": "[sprout] ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:48.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:48.525Z", "message": "[dime] repo129", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:48.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:48.525Z", "message": "[dime] ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:48.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:48.525Z", "message": "[vellum] sudo apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:48.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:48.525Z", "message": "[dime] Configure the APT software source", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:48.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:48.525Z", "message": "[vellum] Configure the APT software source", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:48.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:48.525Z", "message": "Executing: /tmp/HD2GF/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:48.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "sprout_ifsxa1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:48.634Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:48.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_86w7s5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:48.634Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:48.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_86w7s5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:48.634Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:48.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:48.634Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:48.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_ifsxa1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:48.634Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:48.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_86w7s5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:48.634Z", "message": "Configuring node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:48.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:49.541Z", "message": "Executing: /tmp/A20EE/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:49.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:49.541Z", "message": "[bono] repo129", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:49.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:49.541Z", "message": "[bono] ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:49.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:49.541Z", "message": "Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/A20EE/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:49.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:49.541Z", "message": "[homer] Configure the APT software source", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:49.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:49.541Z", "message": "[sprout] sudo apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:49.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:49.541Z", "message": "[sprout] repo129", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:49.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:49.541Z", "message": "[dime] sudo apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:49.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:49.541Z", "message": "[sprout] Configure the APT software source", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:49.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:49.541Z", "message": "[homer] sudo apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:49.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:50.614Z", "message": "[bono] sudo apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:50.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:50.614Z", "message": "[bono] Configure the APT software source", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:50.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "ellis_jl80d2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:51.507Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:51.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:51.626Z", "message": "[localhost] run: sudo mv /tmp/tmpzbrf_5 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:51.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3cfb243f-513b-4ac2-b2c2-f83ff8877b5a"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:51.626Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:51.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3cfb243f-513b-4ac2-b2c2-f83ff8877b5a"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:51.626Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:51.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3cfb243f-513b-4ac2-b2c2-f83ff8877b5a"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:51.626Z", "message": "[localhost] run: sudo mv /tmp/tmpu7UjJh /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:51.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3cfb243f-513b-4ac2-b2c2-f83ff8877b5a"}, {"node_instance_id": "ellis_jl80d2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:52.643Z", "message": "Configuring node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:52.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_jl80d2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:52.643Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:52.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_jl80d2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:52.643Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:52.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:52.930Z", "message": "Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/FQ5PX/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:52.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:53.672Z", "message": "[ellis] ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:53.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:53.672Z", "message": "Executing: /tmp/FQ5PX/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:53.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:55.049Z", "message": "[ellis] Configure the APT software source", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:55.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:55.049Z", "message": "[ellis] sudo apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:55.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:55.049Z", "message": "[ellis] repo129", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:55.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:56.143Z", "message": "[vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-7jeac0\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [167 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [96.9 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [798 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 [278 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [227 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [427 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,427 B]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,136 kB]\nGet:16 http://security.ubuntu.com trusty-security/universe Translation-en [150 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 [510 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 [562 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 [273 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 13.0 MB in 5s (2,291 kB/s)\nReading package lists...\n\nreal\t0m7.840s\nuser\t0m4.759s\nsys\t0m0.425s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:56.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:57.153Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:57.153Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:57.153Z", "message": "[vellum] Installing vellum packages and other clearwater packages", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:57.153Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:58.207Z", "message": "[dime] Installing dime packages and other clearwater packages", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:58.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:58.207Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:58.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:58.207Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-575csc\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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [167 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [227 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [96.9 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,427 B]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,136 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [798 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [510 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [562 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:19 http://security.ubuntu.com trusty-security/universe amd64 Packages [278 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [273 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [427 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:26 http://security.ubuntu.com trusty-security/universe Translation-en [150 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 13.0 MB in 5s (2,274 kB/s)\nReading package lists...\n\nreal\t0m8.360s\nuser\t0m5.100s\nsys\t0m0.403s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:58.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}], "metadata": {"pagination": {"total": 1631, "offset": 1557, "size": 50}}} 2019-01-20 14:03:59,975 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:03:59,975 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:03:59 GMT 2019-01-20 14:03:59,975 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:03:59,975 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 35506 2019-01-20 14:03:59,976 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:03:59,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/4I6UA/install-homer.sh 2019-01-20 14:03:59,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/HD2GF/install-sprout.sh 2019-01-20 14:03:59,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] repo129 2019-01-20 14:03:59,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/IGU11/append_proxy_snmp_conf.py 2019-01-20 14:03:59,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/4I6UA/install-homer.sh 2019-01-20 14:03:59,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] 2019-01-20 14:03:59,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] repo129 2019-01-20 14:03:59,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] 2019-01-20 14:03:59,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo apt 2019-01-20 14:03:59,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Configure the APT software source 2019-01-20 14:03:59,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Configure the APT software source 2019-01-20 14:03:59,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/HD2GF/install-sprout.sh 2019-01-20 14:03:59,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:03:59,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:03:59,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:03:59,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:03:59,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:03:59,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 14:03:59,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/A20EE/install-bono.sh 2019-01-20 14:03:59,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] repo129 2019-01-20 14:03:59,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] 2019-01-20 14:03:59,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/A20EE/install-bono.sh 2019-01-20 14:03:59,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Configure the APT software source 2019-01-20 14:03:59,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo apt 2019-01-20 14:03:59,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] repo129 2019-01-20 14:03:59,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo apt 2019-01-20 14:03:59,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Configure the APT software source 2019-01-20 14:03:59,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo apt 2019-01-20 14:03:59,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo apt 2019-01-20 14:03:59,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure the APT software source 2019-01-20 14:03:59,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:03:59,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpzbrf_5 /etc/dnsmasq.resolv.conf 2019-01-20 14:03:59,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2019-01-20 14:03:59,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2019-01-20 14:03:59,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpu7UjJh /etc/clearwater/local_config 2019-01-20 14:03:59,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-20 14:03:59,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:03:59,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:03:59,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/FQ5PX/install-ellis.sh 2019-01-20 14:03:59,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] 2019-01-20 14:03:59,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/FQ5PX/install-ellis.sh 2019-01-20 14:03:59,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure the APT software source 2019-01-20 14:03:59,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo apt 2019-01-20 14:03:59,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] repo129 2019-01-20 14:03:59,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-7jeac0 Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [167 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://security.ubuntu.com trusty-security/universe Sources [96.9 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [798 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 [278 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [227 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:13 http://security.ubuntu.com trusty-security/main Translation-en [427 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,427 B] Ign http://repo.cw-ngv.com binary/ Translation-en Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,136 kB] Get:16 http://security.ubuntu.com trusty-security/universe Translation-en [150 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 [510 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 [562 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 [273 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 13.0 MB in 5s (2,291 kB/s) Reading package lists... real 0m7.840s user 0m4.759s sys 0m0.425s 2019-01-20 14:03:59,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-20 14:03:59,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installing vellum packages and other clearwater packages 2019-01-20 14:03:59,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installing dime packages and other clearwater packages 2019-01-20 14:03:59,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-20 14:03:59,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-575csc 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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [167 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [227 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:10 http://security.ubuntu.com trusty-security/universe Sources [96.9 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,427 B] Ign http://repo.cw-ngv.com binary/ Translation-en Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,136 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [798 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [510 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [562 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:19 http://security.ubuntu.com trusty-security/universe amd64 Packages [278 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [273 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [427 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:26 http://security.ubuntu.com trusty-security/universe Translation-en [150 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 13.0 MB in 5s (2,274 kB/s) Reading package lists... real 0m8.360s user 0m5.100s sys 0m0.403s 2019-01-20 14:03:59,985 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:04:00,407 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:00,407 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:00,407 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:00,407 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:00,408 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:00,408 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:00,408 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:00,408 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:04:00,408 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:00,408 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:00 GMT 2019-01-20 14:04:00,408 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:00,408 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:04:00,408 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:04:05,414 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:04:05,810 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:05,811 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:05,811 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:05,811 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:05,811 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:05,811 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:05,811 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:05,811 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:59.251Z", "message": "[homer] Installing homer packages and other clearwater packages", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:59.251Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:59.251Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:59.251Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:03:59.251Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-4kkgkt\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [167 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [227 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,427 B]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,136 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:12 http://security.ubuntu.com trusty-security/universe Sources [96.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:14 http://security.ubuntu.com trusty-security/main amd64 Packages [798 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [510 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [562 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [273 kB]\nGet:21 http://security.ubuntu.com trusty-security/universe amd64 Packages [278 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:24 http://security.ubuntu.com trusty-security/main Translation-en [427 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:26 http://security.ubuntu.com trusty-security/universe Translation-en [150 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 13.0 MB in 5s (2,350 kB/s)\nReading package lists...\n\nreal\t0m9.217s\nuser\t0m4.616s\nsys\t0m0.262s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:03:59.251Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:04:02.459Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-7ax6l7\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 [167 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [96.9 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [798 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [278 kB]\nGet:11 http://security.ubuntu.com trusty-security/main Translation-en [427 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [227 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [150 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,427 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,136 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 [510 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 [562 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 [273 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 13.0 MB in 10s (1,188 kB/s)\nReading package lists...\n\nreal\t0m12.857s\nuser\t0m4.568s\nsys\t0m0.341s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:04:02.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:04:03.319Z", "message": "[sprout] Installing ralf packages and other clearwater packages", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:04:03.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:04:03.319Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-ybymmu\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 [167 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [96.9 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [798 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [278 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 [427 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [227 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [150 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,427 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,136 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 [510 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 [562 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 [273 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 13.0 MB in 10s (1,208 kB/s)\nReading package lists...\n\nreal\t0m12.829s\nuser\t0m4.877s\nsys\t0m0.490s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:04:03.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:04:03.319Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:04:03.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:04:04.744Z", "message": "[bono] Installing bono packages and other clearwater packages", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:04:04.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:04:04.744Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:04:04.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}], "metadata": {"pagination": {"total": 1637, "offset": 1607, "size": 50}}} 2019-01-20 14:04:05,811 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:05,812 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:05 GMT 2019-01-20 14:04:05,812 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:05,812 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 19067 2019-01-20 14:04:05,812 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:04:05,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installing homer packages and other clearwater packages 2019-01-20 14:04:05,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-20 14:04:05,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-4kkgkt Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [167 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [227 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,427 B] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,136 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:12 http://security.ubuntu.com trusty-security/universe Sources [96.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:14 http://security.ubuntu.com trusty-security/main amd64 Packages [798 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [510 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [562 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [273 kB] Get:21 http://security.ubuntu.com trusty-security/universe amd64 Packages [278 kB] Get:22 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:24 http://security.ubuntu.com trusty-security/main Translation-en [427 kB] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:26 http://security.ubuntu.com trusty-security/universe Translation-en [150 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 13.0 MB in 5s (2,350 kB/s) Reading package lists... real 0m9.217s user 0m4.616s sys 0m0.262s 2019-01-20 14:04:05,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-7ax6l7 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 [167 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:7 http://security.ubuntu.com trusty-security/universe Sources [96.9 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [798 kB] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [278 kB] Get:11 http://security.ubuntu.com trusty-security/main Translation-en [427 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [227 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [150 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,427 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,136 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 [510 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 [562 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 [273 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 13.0 MB in 10s (1,188 kB/s) Reading package lists... real 0m12.857s user 0m4.568s sys 0m0.341s 2019-01-20 14:04:05,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installing ralf packages and other clearwater packages 2019-01-20 14:04:05,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-ybymmu 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 [167 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:7 http://security.ubuntu.com trusty-security/universe Sources [96.9 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [798 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [278 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 [427 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [227 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [150 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,427 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,136 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 [510 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 [562 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 [273 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 13.0 MB in 10s (1,208 kB/s) Reading package lists... real 0m12.829s user 0m4.877s sys 0m0.490s 2019-01-20 14:04:05,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-20 14:04:05,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installing bono packages and other clearwater packages 2019-01-20 14:04:05,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-20 14:04:05,814 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:04:06,247 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:06,248 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:06,248 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:06,248 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:06,248 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:06,248 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:06,248 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:06,248 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:04:06,248 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:06,248 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:06 GMT 2019-01-20 14:04:06,249 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:06,249 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:04:06,249 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:04:11,254 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:04:11,930 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:11,930 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:11,930 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:11,931 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:11,931 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:11,931 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:11,931 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:11,931 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:04:08.126Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-0tch82\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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [167 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [96.9 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [798 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 [278 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [227 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [427 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,427 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [150 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,136 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 [510 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 [562 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 [273 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 13.0 MB in 10s (1,178 kB/s)\nReading package lists...\n\nreal\t0m13.361s\nuser\t0m4.729s\nsys\t0m0.353s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:04:08.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:04:08.821Z", "message": "[ellis] Installing ellis packages and other clearwater packages", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:04:08.821Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:04:08.821Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:04:08.821Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}], "metadata": {"pagination": {"total": 1640, "offset": 1616, "size": 50}}} 2019-01-20 14:04:11,931 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:11,931 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:11 GMT 2019-01-20 14:04:11,931 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:11,931 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6413 2019-01-20 14:04:11,931 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:04:11,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-0tch82 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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [167 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://security.ubuntu.com trusty-security/universe Sources [96.9 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [798 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 [278 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [227 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [427 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,427 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [150 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,136 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 [510 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 [562 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 [273 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 13.0 MB in 10s (1,178 kB/s) Reading package lists... real 0m13.361s user 0m4.729s sys 0m0.353s 2019-01-20 14:04:11,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installing ellis packages and other clearwater packages 2019-01-20 14:04:11,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-20 14:04:11,932 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:04:12,022 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:12,022 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:12,022 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:12,023 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:12,023 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:12,023 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:12,023 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:12,023 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:04:12,023 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:12,023 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:12 GMT 2019-01-20 14:04:12,023 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:12,023 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:04:12,023 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:04:17,029 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:04:17,623 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:17,623 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:17,623 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:17,623 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:17,623 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:17,623 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:17,623 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:17,624 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:04:17,624 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:17,624 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:17 GMT 2019-01-20 14:04:17,624 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:17,624 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:04:17,624 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:04:17,624 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:04:17,722 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:17,722 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:17,722 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:17,722 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:17,723 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:17,723 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:17,723 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:17,723 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:04:17,723 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:17,723 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:17 GMT 2019-01-20 14:04:17,723 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:17,723 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:04:17,723 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:04:22,729 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:04:22,810 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:22,810 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:22,811 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:22,811 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:22,811 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:22,811 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:22,811 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:22,811 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:04:22,811 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:22,811 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:22 GMT 2019-01-20 14:04:22,811 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:22,812 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:04:22,812 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:04:22,812 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:04:23,144 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:23,144 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:23,144 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:23,144 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:23,144 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:23,144 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:23,144 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:23,144 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:04:23,145 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:23,145 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:23 GMT 2019-01-20 14:04:23,145 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:23,145 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:04:23,145 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:04:28,150 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:04:28,271 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:28,272 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:28,272 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:28,272 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:28,272 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:28,272 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:28,272 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:28,272 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:04:28,272 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:28,273 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:28 GMT 2019-01-20 14:04:28,273 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:28,273 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:04:28,273 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:04:28,273 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:04:28,584 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:28,584 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:28,584 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:28,584 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:28,584 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:28,584 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:28,584 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:28,584 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:04:28,585 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:28,585 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:28 GMT 2019-01-20 14:04:28,585 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:28,585 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:04:28,585 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:04:33,590 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:04:33,693 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:33,693 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:33,693 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:33,694 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:33,694 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:33,694 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:33,694 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:33,694 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:04:33,694 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:33,694 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:33 GMT 2019-01-20 14:04:33,694 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:33,694 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:04:33,694 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:04:33,695 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:04:33,979 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:33,979 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:33,979 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:33,979 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:33,979 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:33,980 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:33,980 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:33,980 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:04:33,980 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:33,980 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:33 GMT 2019-01-20 14:04:33,980 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:33,980 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:04:33,980 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:04:38,986 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:04:39,093 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:39,093 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:39,094 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:39,094 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:39,094 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:39,094 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:39,094 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:39,094 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:04:39,094 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:39,094 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:39 GMT 2019-01-20 14:04:39,094 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:39,095 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:04:39,095 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:04:39,095 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:04:39,298 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:39,298 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:39,298 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:39,298 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:39,298 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:39,299 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:39,299 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:39,299 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:04:39,299 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:39,299 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:39 GMT 2019-01-20 14:04:39,299 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:39,299 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:04:39,299 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:04:44,305 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:04:44,387 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:44,387 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:44,388 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:44,388 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:44,388 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:44,388 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:44,388 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:44,388 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:04:44,388 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:44,388 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:44 GMT 2019-01-20 14:04:44,388 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:44,389 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:04:44,389 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:04:44,389 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:04:44,688 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:44,688 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:44,688 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:44,689 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:44,689 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:44,689 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:44,689 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:44,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": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:04:44,689 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:44,689 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:44 GMT 2019-01-20 14:04:44,689 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:44,689 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:04:44,689 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:04:49,691 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:04:49,765 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:49,765 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:49,765 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:49,765 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:49,765 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:49,766 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:49,766 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:49,766 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:04:49,766 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:49,766 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:49 GMT 2019-01-20 14:04:49,766 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:49,766 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:04:49,766 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:04:49,767 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:04:50,450 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:50,450 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:50,451 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:50,451 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:50,451 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:50,451 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:50,451 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:50,451 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:04:50,451 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:50,451 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:50 GMT 2019-01-20 14:04:50,451 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:50,452 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:04:50,452 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:04:55,457 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:04:55,546 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:55,547 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:55,547 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:55,547 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:55,547 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:55,547 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:55,547 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:55,547 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:04:55,547 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:55,547 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:55 GMT 2019-01-20 14:04:55,548 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:55,548 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:04:55,548 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:04:55,548 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:04:56,232 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:04:56,233 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:04:56,233 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:04:56,233 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:04:56,233 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:04:56,233 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:04:56,233 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:04:56,233 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:04:56,233 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:04:56,233 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:04:56 GMT 2019-01-20 14:04:56,233 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:04:56,234 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:04:56,234 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:01,239 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:05:01,338 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:01,338 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:01,338 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:01,339 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:01,339 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:01,339 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:01,339 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:01,339 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:05:01,339 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:01,339 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:01 GMT 2019-01-20 14:05:01,339 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:01,339 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:05:01,339 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:01,340 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:05:01,502 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:01,502 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:01,503 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:01,503 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:01,503 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:01,503 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:01,503 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:01,503 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:05:01,503 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:01,503 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:01 GMT 2019-01-20 14:05:01,503 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:01,504 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:05:01,504 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:06,509 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:05:06,640 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:06,640 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:06,640 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:06,640 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:06,641 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:06,641 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:06,641 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:06,641 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:05:06,641 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:06,641 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:06 GMT 2019-01-20 14:05:06,641 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:06,641 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:05:06,641 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:06,642 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:05:06,740 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:06,741 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:06,741 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:06,741 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:06,741 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:06,741 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:06,741 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:06,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": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:05:06,741 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:06,741 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:06 GMT 2019-01-20 14:05:06,742 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:06,742 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:05:06,742 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:11,747 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:05:11,909 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:11,910 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:11,910 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:11,910 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:11,910 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:11,910 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:11,910 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:11,910 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:05:11,910 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:11,910 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:11 GMT 2019-01-20 14:05:11,911 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:11,911 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:05:11,911 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:11,911 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:05:12,013 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:12,013 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:12,013 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:12,013 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:12,013 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:12,013 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:12,013 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:12,014 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:05:12,014 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:12,014 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:12 GMT 2019-01-20 14:05:12,014 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:12,014 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:05:12,014 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:17,019 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:05:17,335 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:17,335 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:17,335 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:17,335 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:17,336 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:17,336 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:17,336 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:17,336 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:05:17,336 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:17,336 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:17 GMT 2019-01-20 14:05:17,336 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:17,336 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:05:17,336 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:17,337 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:05:17,460 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:17,460 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:17,460 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:17,460 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:17,460 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:17,460 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:17,460 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:17,460 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:05:17,461 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:17,461 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:17 GMT 2019-01-20 14:05:17,461 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:17,461 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:05:17,461 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:22,466 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:05:22,842 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:22,842 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:22,842 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:22,842 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:22,842 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:22,842 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:22,843 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:22,843 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:05:22,843 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:22,843 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:22 GMT 2019-01-20 14:05:22,843 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:22,843 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:05:22,843 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:22,843 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:05:22,935 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:22,935 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:22,935 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:22,936 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:22,936 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:22,936 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:22,936 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:22,936 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:05:22,936 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:22,936 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:22 GMT 2019-01-20 14:05:22,936 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:22,936 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:05:22,936 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:27,942 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:05:28,360 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:28,360 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:28,360 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:28,360 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:28,361 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:28,361 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:28,361 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:28,361 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:05:28,361 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:28,361 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:28 GMT 2019-01-20 14:05:28,361 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:28,361 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:05:28,361 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:28,362 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:05:28,433 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:28,434 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:28,434 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:28,434 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:28,434 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:28,434 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:28,434 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:28,434 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:05:28,434 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:28,434 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:28 GMT 2019-01-20 14:05:28,435 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:28,435 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:05:28,435 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:33,440 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:05:33,687 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:33,687 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:33,687 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:33,688 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:33,688 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:33,688 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:33,688 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:33,688 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:05:33,688 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:33,688 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:33 GMT 2019-01-20 14:05:33,688 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:33,688 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:05:33,688 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:33,689 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:05:33,785 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:33,785 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:33,785 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:33,785 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:33,785 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:33,785 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:33,786 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:33,786 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:05:33,786 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:33,786 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:33 GMT 2019-01-20 14:05:33,786 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:33,786 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:05:33,786 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:38,791 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:05:38,912 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:38,912 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:38,912 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:38,912 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:38,912 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:38,912 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:38,913 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:38,913 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:05:38,913 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:38,913 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:38 GMT 2019-01-20 14:05:38,913 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:38,913 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:05:38,913 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:38,913 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:05:38,996 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:38,996 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:38,996 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:38,996 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:38,996 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:38,996 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:38,997 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:38,997 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:05:38,997 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:38,997 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:38 GMT 2019-01-20 14:05:38,997 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:38,997 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:05:38,997 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:44,002 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:05:44,320 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:44,320 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:44,320 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:44,321 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:44,321 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:44,321 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:44,321 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:44,321 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:05:44,321 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:44,321 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:44 GMT 2019-01-20 14:05:44,322 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:44,322 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:05:44,322 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:44,322 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:05:44,393 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:44,394 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:44,394 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:44,394 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:44,394 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:44,394 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:44,394 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:44,394 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:05:44,394 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:44,394 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:44 GMT 2019-01-20 14:05:44,395 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:44,395 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:05:44,395 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:49,400 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:05:49,536 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:49,536 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:49,537 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:49,537 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:49,537 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:49,537 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:49,537 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:49,537 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:05:49,537 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:49,537 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:49 GMT 2019-01-20 14:05:49,537 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:49,537 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:05:49,538 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:49,538 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:05:49,605 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:49,605 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:49,605 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:49,606 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:49,606 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:49,606 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:49,606 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:49,606 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:05:49,606 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:49,606 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:49 GMT 2019-01-20 14:05:49,606 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:49,606 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:05:49,607 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:54,612 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:05:54,778 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:54,778 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:54,778 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:54,778 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:54,778 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:54,779 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:54,779 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:54,779 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:05:54,779 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:54,779 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:54 GMT 2019-01-20 14:05:54,779 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:54,779 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:05:54,779 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:54,780 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:05:54,856 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:05:54,856 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:05:54,856 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:05:54,856 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:05:54,856 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:05:54,857 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:05:54,857 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:05:54,857 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:05:54,857 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:05:54,857 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:05:54 GMT 2019-01-20 14:05:54,857 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:05:54,857 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:05:54,857 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:05:59,863 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:06:00,054 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:00,055 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:00,055 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:00,055 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:00,055 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:00,055 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:00,055 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:00,055 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:06:00,055 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:00,056 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:00 GMT 2019-01-20 14:06:00,056 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:00,056 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:06:00,056 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:00,056 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:06:00,144 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:00,144 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:00,144 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:00,144 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:00,144 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:00,144 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:00,145 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:00,145 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:06:00,145 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:00,145 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:00 GMT 2019-01-20 14:06:00,145 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:00,145 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:06:00,145 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:05,150 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:06:05,580 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:05,581 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:05,581 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:05,581 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:05,581 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:05,581 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:05,581 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:05,581 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:06:05,581 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:05,581 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:05 GMT 2019-01-20 14:06:05,582 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:05,582 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:06:05,582 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:05,582 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:06:05,666 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:05,666 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:05,666 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:05,666 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:05,666 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:05,667 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:05,667 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:05,667 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:06:05,667 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:05,667 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:05 GMT 2019-01-20 14:06:05,667 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:05,667 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:06:05,667 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:10,673 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:06:10,865 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:10,866 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:10,866 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:10,866 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:10,866 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:10,866 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:10,866 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:10,866 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:06:10,866 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:10,866 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:10 GMT 2019-01-20 14:06:10,867 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:10,867 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:06:10,867 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:10,867 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:06:10,959 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:10,959 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:10,959 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:10,959 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:10,959 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:10,959 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:10,959 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:10,960 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:06:10,960 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:10,960 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:10 GMT 2019-01-20 14:06:10,960 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:10,960 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:06:10,960 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:15,966 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:06:16,105 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:16,105 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:16,105 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:16,105 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:16,105 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:16,106 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:16,106 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:16,106 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:06:16,106 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:16,106 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:16 GMT 2019-01-20 14:06:16,106 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:16,106 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:06:16,106 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:16,107 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:06:16,185 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:16,185 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:16,186 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:16,186 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:16,186 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:16,186 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:16,186 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:16,186 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:06:16,186 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:16,186 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:16 GMT 2019-01-20 14:06:16,187 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:16,187 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:06:16,187 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:21,191 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:06:21,379 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:21,379 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:21,379 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:21,379 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:21,379 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:21,379 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:21,379 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:21,380 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:06:21,380 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:21,380 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:21 GMT 2019-01-20 14:06:21,380 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:21,380 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:06:21,380 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:21,380 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:06:21,900 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:21,900 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:21,900 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:21,900 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:21,900 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:21,901 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:21,901 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:21,901 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:06:21,901 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:21,901 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:21 GMT 2019-01-20 14:06:21,901 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:21,901 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:06:21,901 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:26,907 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:06:26,984 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:26,984 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:26,984 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:26,984 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:26,984 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:26,984 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:26,984 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:26,985 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:06:26,985 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:26,985 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:26 GMT 2019-01-20 14:06:26,985 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:26,985 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:06:26,985 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:26,985 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:06:27,054 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:27,054 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:27,055 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:27,055 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:27,055 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:27,055 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:27,055 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:27,055 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:06:27,055 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:27,055 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:27 GMT 2019-01-20 14:06:27,056 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:27,056 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:06:27,056 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:32,061 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:06:32,156 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:32,156 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:32,156 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:32,156 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:32,156 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:32,157 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:32,157 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:32,157 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:06:32,157 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:32,157 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:32 GMT 2019-01-20 14:06:32,157 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:32,157 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:06:32,157 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:32,158 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:06:32,225 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:32,226 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:32,226 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:32,226 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:32,226 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:32,226 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:32,226 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:32,226 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:06:32,226 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:32,227 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:32 GMT 2019-01-20 14:06:32,227 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:32,227 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:06:32,227 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:37,232 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:06:37,350 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:37,350 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:37,350 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:37,350 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:37,350 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:37,350 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:37,351 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:37,351 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:06:37,351 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:37,351 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:37 GMT 2019-01-20 14:06:37,351 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:37,351 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:06:37,351 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:37,351 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:06:37,438 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:37,438 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:37,439 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:37,439 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:37,439 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:37,439 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:37,439 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:37,439 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:06:37,439 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:37,439 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:37 GMT 2019-01-20 14:06:37,439 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:37,439 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:06:37,440 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:42,445 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:06:42,599 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:42,599 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:42,599 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:42,599 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:42,599 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:42,599 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:42,599 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:42,599 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1640, "offset": 1619, "size": 50}}} 2019-01-20 14:06:42,600 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:42,600 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:42 GMT 2019-01-20 14:06:42,600 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:42,600 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:06:42,600 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:42,600 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:06:42,741 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:42,741 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:42,741 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:42,741 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:42,741 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:42,741 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:42,742 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:42,742 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:06:42,742 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:42,742 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:42 GMT 2019-01-20 14:06:42,742 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:42,742 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:06:42,742 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:47,748 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:06:48,013 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:48,013 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:48,013 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:48,013 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:48,013 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:48,013 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:48,014 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:48,014 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:06:43.314Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-ybymmu\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 5 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:2 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 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/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:17 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:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:19 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:21 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:23 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.7 [1,330 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:31 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:33 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 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-164.214 [774 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 7s (7,096 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51333 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.7_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.7) ...\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-164.214_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-164.214) ...\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.7) ...\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-164.214) ...\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 dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nInstalling collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, 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 8676\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 8732\nclearwater-socket-factory-sig start/running, process 8740\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-171215.183529) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t2m39.475s\nuser\t0m8.362s\nsys\t0m8.980s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:06:43.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:06:43.864Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:06:43.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}], "metadata": {"pagination": {"total": 1642, "offset": 1619, "size": 50}}} 2019-01-20 14:06:48,014 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:48,014 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:48 GMT 2019-01-20 14:06:48,014 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:48,014 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 37696 2019-01-20 14:06:48,014 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:48,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-ybymmu 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 5 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:2 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 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/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:17 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:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:19 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:21 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:23 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.7 [1,330 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:31 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:33 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 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-164.214 [774 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 7s (7,096 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51333 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.7_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.7) ... 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-164.214_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-164.214) ... 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.7) ... 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-164.214) ... 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 dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Installing collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, 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 8676 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 8732 clearwater-socket-factory-sig start/running, process 8740 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-171215.183529) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 2m39.475s user 0m8.362s sys 0m8.980s 2019-01-20 14:06:48,017 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-20 14:06:48,017 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:06:48,108 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:48,108 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:48,109 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:48,109 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:48,109 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:48,109 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:48,109 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:48,109 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:06:48,109 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:48,109 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:48 GMT 2019-01-20 14:06:48,109 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:48,110 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:06:48,110 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:53,115 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:06:53,586 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:53,586 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:53,587 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:53,587 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:53,587 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:53,587 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:53,587 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:53,587 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1621, "size": 50}}} 2019-01-20 14:06:53,587 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:53,587 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:53 GMT 2019-01-20 14:06:53,588 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:53,588 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:06:53,588 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:53,588 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:06:53,674 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:53,675 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:53,675 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:53,675 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:53,675 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:53,675 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:53,675 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:53,675 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:06:53,675 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:53,676 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:53 GMT 2019-01-20 14:06:53,676 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:53,676 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:06:53,676 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:58,681 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:06:58,840 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:58,841 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:58,841 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:58,841 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:58,841 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:58,841 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:58,841 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:58,841 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1621, "size": 50}}} 2019-01-20 14:06:58,842 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:58,842 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:58 GMT 2019-01-20 14:06:58,842 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:58,842 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:06:58,842 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:06:58,842 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:06:58,928 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:06:58,928 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:06:58,928 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:06:58,928 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:06:58,928 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:06:58,929 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:06:58,929 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:06:58,929 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:06:58,929 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:06:58,929 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:06:58 GMT 2019-01-20 14:06:58,929 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:06:58,929 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:06:58,929 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:03,935 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:07:04,127 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:04,128 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:04,128 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:04,128 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:04,128 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:04,128 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:04,128 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:04,128 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1621, "size": 50}}} 2019-01-20 14:07:04,128 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:04,129 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:04 GMT 2019-01-20 14:07:04,129 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:04,129 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:07:04,129 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:04,129 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:07:04,222 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:04,223 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:04,223 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:04,223 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:04,223 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:04,223 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:04,223 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:04,223 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:07:04,223 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:04,224 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:04 GMT 2019-01-20 14:07:04,224 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:04,224 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:07:04,224 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:09,229 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:07:09,605 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:09,606 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:09,606 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:09,606 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:09,606 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:09,606 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:09,606 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:09,606 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1621, "size": 50}}} 2019-01-20 14:07:09,607 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:09,607 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:09 GMT 2019-01-20 14:07:09,607 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:09,607 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:07:09,607 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:09,607 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:07:09,749 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:09,749 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:09,750 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:09,750 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:09,750 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:09,750 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:09,750 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:09,750 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:07:09,750 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:09,750 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:09 GMT 2019-01-20 14:07:09,751 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:09,751 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:07:09,751 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:14,756 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:07:15,134 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:15,134 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:15,134 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:15,135 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:15,135 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:15,135 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:15,135 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:15,135 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1642, "offset": 1621, "size": 50}}} 2019-01-20 14:07:15,135 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:15,135 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:15 GMT 2019-01-20 14:07:15,135 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:15,135 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:07:15,136 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:15,136 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:07:15,262 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:15,262 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:15,263 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:15,263 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:15,263 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:15,263 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:15,263 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:15,263 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:07:15,263 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:15,263 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:15 GMT 2019-01-20 14:07:15,263 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:15,263 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:07:15,264 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:20,269 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:07:20,500 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:20,500 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:20,500 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:20,500 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:20,501 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:20,501 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:20,501 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:20,501 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:16.761Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-4kkgkt\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 5 not upgraded.\nNeed to get 87.7 MB of archives.\nAfter this operation, 201 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:10 http://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://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-164.214 [774 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.5 [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.9 [18.9 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 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.5 [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 17s (5,015 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51333 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-164.214_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-164.214) ...\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.5_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ...\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.9_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.9) ...\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.5_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.5) ...\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-164.214) ...\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.5) ...\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.9) ...\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.5) ...\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 dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nInstalling collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, 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 9026\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.9) ...\nSetting up nginx (1.4.6-1ubuntu3.9) ...\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 cyclone (from crest)\nCollecting cryptography (from crest)\nCollecting idna (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting Twisted (from crest)\nCollecting prctl (from crest)\nCollecting cql (from crest)\nCollecting ipaddress (from crest)\nCollecting msgpack-python (from crest)\nCollecting attrs (from crest)\nCollecting Automat (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting telephus (from crest)\nCollecting asn1crypto (from crest)\nCollecting enum34 (from crest)\nCollecting pure-sasl (from crest)\nCollecting setuptools (from crest)\nCollecting constantly (from crest)\nCollecting lxml (from crest)\nCollecting thrift (from crest)\nCollecting incremental (from crest)\nCollecting zope.interface (from crest)\nCollecting six (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: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, 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 cyclone (from crest->homer)\nCollecting cryptography (from crest->homer)\nCollecting idna (from crest->homer)\nCollecting pyOpenSSL (from crest->homer)\nCollecting Twisted (from crest->homer)\nCollecting prctl (from crest->homer)\nCollecting cql (from crest->homer)\nCollecting ipaddress (from crest->homer)\nCollecting msgpack-python (from crest->homer)\nCollecting attrs (from crest->homer)\nCollecting Automat (from crest->homer)\nCollecting metaswitchcommon (from crest->homer)\nCollecting telephus (from crest->homer)\nCollecting asn1crypto (from crest->homer)\nCollecting enum34 (from crest->homer)\nCollecting pure-sasl (from crest->homer)\nCollecting setuptools (from crest->homer)\nCollecting constantly (from crest->homer)\nCollecting lxml (from crest->homer)\nCollecting thrift (from crest->homer)\nCollecting incremental (from crest->homer)\nCollecting zope.interface (from crest->homer)\nCollecting six (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: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, crest, homer\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: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\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: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\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: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\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: 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: 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: 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: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\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: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\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: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\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: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\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: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\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\t3m17.752s\nuser\t0m20.180s\nsys\t0m10.050s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:16.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:17.907Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:17.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:19.811Z", "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 5 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 4s (8,326 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57622 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 metaswitchcommon (from clearwater_cluster_manager)\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_queue_manager)\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, 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\t0m36.077s\nuser\t0m12.681s\nsys\t0m3.121s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:19.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}], "metadata": {"pagination": {"total": 1645, "offset": 1621, "size": 50}}} 2019-01-20 14:07:20,501 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:20,501 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:20 GMT 2019-01-20 14:07:20,502 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:20,502 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 65715 2019-01-20 14:07:20,502 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:20,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-4kkgkt 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 5 not upgraded. Need to get 87.7 MB of archives. After this operation, 201 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:10 http://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://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-164.214 [774 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.5 [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.9 [18.9 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 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.5 [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 17s (5,015 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51333 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-164.214_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-164.214) ... 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.5_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... 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.9_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.9) ... 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.5_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.5) ... 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-164.214) ... 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.5) ... 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.9) ... 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.5) ... 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 dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Installing collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, 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 9026 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.9) ... Setting up nginx (1.4.6-1ubuntu3.9) ... 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 cyclone (from crest) Collecting cryptography (from crest) Collecting idna (from crest) Collecting pyOpenSSL (from crest) Collecting Twisted (from crest) Collecting prctl (from crest) Collecting cql (from crest) Collecting ipaddress (from crest) Collecting msgpack-python (from crest) Collecting attrs (from crest) Collecting Automat (from crest) Collecting metaswitchcommon (from crest) Collecting telephus (from crest) Collecting asn1crypto (from crest) Collecting enum34 (from crest) Collecting pure-sasl (from crest) Collecting setuptools (from crest) Collecting constantly (from crest) Collecting lxml (from crest) Collecting thrift (from crest) Collecting incremental (from crest) Collecting zope.interface (from crest) Collecting six (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: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, 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 cyclone (from crest->homer) Collecting cryptography (from crest->homer) Collecting idna (from crest->homer) Collecting pyOpenSSL (from crest->homer) Collecting Twisted (from crest->homer) Collecting prctl (from crest->homer) Collecting cql (from crest->homer) Collecting ipaddress (from crest->homer) Collecting msgpack-python (from crest->homer) Collecting attrs (from crest->homer) Collecting Automat (from crest->homer) Collecting metaswitchcommon (from crest->homer) Collecting telephus (from crest->homer) Collecting asn1crypto (from crest->homer) Collecting enum34 (from crest->homer) Collecting pure-sasl (from crest->homer) Collecting setuptools (from crest->homer) Collecting constantly (from crest->homer) Collecting lxml (from crest->homer) Collecting thrift (from crest->homer) Collecting incremental (from crest->homer) Collecting zope.interface (from crest->homer) Collecting six (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: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, crest, homer Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 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: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 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: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.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: 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: 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: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 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: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 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 3m17.752s user 0m20.180s sys 0m10.050s 2019-01-20 14:07:20,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-20 14:07:20,506 - 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 5 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 4s (8,326 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57622 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 metaswitchcommon (from clearwater_cluster_manager) Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_queue_manager) Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, 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 0m36.077s user 0m12.681s sys 0m3.121s 2019-01-20 14:07:20,506 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:07:20,861 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:20,861 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:20,861 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:20,861 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:20,861 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:20,862 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:20,862 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:20,862 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:07:20,862 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:20,862 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:20 GMT 2019-01-20 14:07:20,862 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:20,862 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:07:20,862 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:25,868 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:07:25,982 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:25,982 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:25,982 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:25,983 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:25,983 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:25,983 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:25,983 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:25,983 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:20.951Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:20.951Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}], "metadata": {"pagination": {"total": 1646, "offset": 1624, "size": 50}}} 2019-01-20 14:07:25,983 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:25,983 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:25 GMT 2019-01-20 14:07:25,983 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:25,983 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 618 2019-01-20 14:07:25,983 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:25,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-20 14:07:25,984 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:07:26,397 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:26,397 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:26,398 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:26,398 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:26,398 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:26,398 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:26,398 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:26,398 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:07:26,398 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:26,398 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:26 GMT 2019-01-20 14:07:26,398 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:26,399 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:07:26,399 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:31,404 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:07:31,509 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:31,509 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:31,509 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:31,510 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:31,510 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:31,510 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:31,510 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:31,510 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:26.907Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-7ax6l7\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 5 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:14 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:18 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:21 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:23 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:25 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB]\nGet:26 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB]\nGet:27 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:28 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB]\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.7 [1,330 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-164.214 [774 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.9 [18.9 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 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,501 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51333 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.7_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.7) ...\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-164.214_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-164.214) ...\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.9_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.9) ...\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.7) ...\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-164.214) ...\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.9) ...\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 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 dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nInstalling collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, 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 8957\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 8990\nclearwater-socket-factory-sig start/running, process 8998\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9045\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.9) ...\nSetting up nginx (1.4.6-1ubuntu3.9) ...\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\t3m23.853s\nuser\t0m9.416s\nsys\t0m9.066s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:26.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:28.016Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:28.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}], "metadata": {"pagination": {"total": 1648, "offset": 1625, "size": 50}}} 2019-01-20 14:07:31,510 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:31,510 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:31 GMT 2019-01-20 14:07:31,510 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:31,511 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 46536 2019-01-20 14:07:31,511 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:31,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-7ax6l7 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 5 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:14 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:18 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:21 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:23 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:25 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB] Get:26 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB] Get:27 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:28 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB] 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.7 [1,330 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-164.214 [774 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.9 [18.9 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 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,501 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51333 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.7_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.7) ... 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-164.214_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-164.214) ... 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.9_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.9) ... 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.7) ... 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-164.214) ... 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.9) ... 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 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 dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Installing collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, 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 8957 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 8990 clearwater-socket-factory-sig start/running, process 8998 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9045 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.9) ... Setting up nginx (1.4.6-1ubuntu3.9) ... 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 3m23.853s user 0m9.416s sys 0m9.066s 2019-01-20 14:07:31,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-20 14:07:31,514 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:07:31,606 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:31,607 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:31,607 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:31,607 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:31,607 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:31,607 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:31,607 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:31,607 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:07:31,607 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:31,607 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:31 GMT 2019-01-20 14:07:31,608 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:31,608 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:07:31,608 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:36,613 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:07:36,748 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:36,748 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:36,748 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:36,748 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:36,748 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:36,748 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:36,749 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:36,749 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:36.068Z", "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 5 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,006 kB/s)\nSelecting previously unselected package mysql-common.\n(Reading database ... 57845 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\t0m15.854s\nuser\t0m0.825s\nsys\t0m0.680s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:36.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}], "metadata": {"pagination": {"total": 1649, "offset": 1627, "size": 50}}} 2019-01-20 14:07:36,749 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:36,749 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:36 GMT 2019-01-20 14:07:36,749 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:36,749 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3016 2019-01-20 14:07:36,749 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:36,750 - 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 5 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,006 kB/s) Selecting previously unselected package mysql-common. (Reading database ... 57845 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 0m15.854s user 0m0.825s sys 0m0.680s 2019-01-20 14:07:36,750 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:07:36,820 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:36,820 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:36,820 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:36,820 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:36,820 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:36,820 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:36,820 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:36,821 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:07:36,821 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:36,821 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:36 GMT 2019-01-20 14:07:36,821 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:36,821 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:07:36,821 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:41,826 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:07:42,216 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:42,216 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:42,217 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:42,217 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:42,217 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:42,217 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:42,217 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:42,217 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:37.032Z", "message": "[bono] The installation packages is done correctly", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:37.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:37.032Z", "message": "[bono] sudo service dnsmasq force", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:37.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:37.032Z", "message": "[bono] Configure a new DNS server", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:37.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:39.023Z", "message": "[bono] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.057s\nuser\t0m0.005s\nsys\t0m0.054s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:39.023Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:40.044Z", "message": "[bono] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 14:00 ? 00:00:00 /sbin/init\nroot 2 0 0 14:00 ? 00:00:00 [kthreadd]\nroot 3 2 0 14:00 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 14:00 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 14:00 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 14:00 ? 00:00:00 [rcu_sched]\nroot 8 2 0 14:00 ? 00:00:00 [rcuos/0]\nroot 9 2 0 14:00 ? 00:00:00 [rcuos/1]\nroot 10 2 0 14:00 ? 00:00:00 [rcu_bh]\nroot 11 2 0 14:00 ? 00:00:00 [rcuob/0]\nroot 12 2 0 14:00 ? 00:00:00 [rcuob/1]\nroot 13 2 0 14:00 ? 00:00:00 [migration/0]\nroot 14 2 0 14:00 ? 00:00:00 [watchdog/0]\nroot 15 2 0 14:00 ? 00:00:00 [watchdog/1]\nroot 16 2 0 14:00 ? 00:00:00 [migration/1]\nroot 17 2 0 14:00 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 14:00 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 14:00 ? 00:00:00 [khelper]\nroot 21 2 0 14:00 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 14:00 ? 00:00:00 [netns]\nroot 23 2 0 14:00 ? 00:00:00 [writeback]\nroot 24 2 0 14:00 ? 00:00:00 [kintegrityd]\nroot 25 2 0 14:00 ? 00:00:00 [bioset]\nroot 26 2 0 14:00 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 14:00 ? 00:00:00 [kblockd]\nroot 28 2 0 14:00 ? 00:00:00 [ata_sff]\nroot 29 2 0 14:00 ? 00:00:00 [khubd]\nroot 30 2 0 14:00 ? 00:00:00 [md]\nroot 31 2 0 14:00 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 14:00 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 14:00 ? 00:00:00 [khungtaskd]\nroot 35 2 0 14:00 ? 00:00:00 [kswapd0]\nroot 36 2 0 14:00 ? 00:00:00 [vmstat]\nroot 37 2 0 14:00 ? 00:00:00 [ksmd]\nroot 38 2 0 14:00 ? 00:00:00 [khugepaged]\nroot 39 2 0 14:00 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 14:00 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 14:00 ? 00:00:00 [crypto]\nroot 53 2 0 14:00 ? 00:00:00 [kthrotld]\nroot 54 2 0 14:00 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 14:00 ? 00:00:00 [vballoon]\nroot 56 2 0 14:00 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 14:00 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 14:00 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 14:00 ? 00:00:00 [deferwq]\nroot 80 2 0 14:00 ? 00:00:00 [charger_manager]\nroot 124 2 0 14:00 ? 00:00:00 [kpsmoused]\nroot 142 2 0 14:00 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 14:00 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 14:00 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 14:00 ? 00:00:00 upstart-udev-bridge --daemon\nroot 391 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 434 2 0 14:00 ? 00:00:00 [kworker/u5:1]\nroot 506 1 0 14:00 ? 00:00:00 upstart-socket-bridge --daemon\nroot 571 1 0 14:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 594 2 0 14:00 ? 00:00:00 [kworker/1:2]\nroot 823 2 0 14:00 ? 00:00:00 [kauditd]\nmessage+ 920 1 0 14:00 ? 00:00:00 dbus-daemon --system --fork\nroot 945 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-logind\nroot 953 1 0 14:00 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1001 1 0 14:00 ? 00:00:00 rsyslogd\nroot 1054 1 0 14:00 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1057 1 0 14:00 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1061 1 0 14:00 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1062 1 0 14:00 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1064 1 0 14:00 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1092 1 0 14:00 ? 00:00:00 cron\ndaemon 1094 1 0 14:00 ? 00:00:00 atd\nroot 1113 1 0 14:00 ? 00:00:00 /usr/sbin/sshd -D\nroot 1116 1 0 14:00 ? 00:00:00 /usr/sbin/irqbalance\nroot 1120 1 0 14:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1251 1 0 14:00 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1261 1 0 14:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1663 1 0 14:00 ? 00:00:00 /home/ubuntu/bono_host_ybymmu/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_ybymmu --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_ybymmu --logging-server-logdir=/home/ubuntu/bono_host_ybymmu/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_ybymmu/work/bono_host_ybymmu%I.log --pidfile=/home/ubuntu/bono_host_ybymmu/work/bono_host_ybymmu.pid\nubuntu 1777 1 0 14:00 ? 00:00:02 python2.7 /home/ubuntu/bono_host_ybymmu/env/bin/diamond --configfile /home/ubuntu/bono_host_ybymmu/work/plugins/diamond/etc/diamond.conf\nubuntu 1851 1663 0 14:03 ? 00:00:00 /home/ubuntu/bono_host_ybymmu/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_ybymmu --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_ybymmu --logging-server-logdir=/home/ubuntu/bono_host_ybymmu/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_ybymmu/work/bono_host_ybymmu%I.log --pidfile=/home/ubuntu/bono_host_ybymmu/work/bono_host_ybymmu.pid\nubuntu 1872 1851 0 14:03 ? 00:00:00 /home/ubuntu/bono_host_ybymmu/env/bin/python2.7 /home/ubuntu/bono_host_ybymmu/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-xGY7Us\nubuntu 1883 1872 0 14:03 ? 00:00:00 /bin/sh -c /tmp/A20EE/install-bono.sh\nubuntu 1885 1883 0 14:03 ? 00:00:00 /bin/bash -e /tmp/A20EE/install-bono.sh\nroot 2248 2 0 14:04 ? 00:00:00 [kworker/u5:2]\nntp 8166 1 0 14:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 8676 1 0 14:06 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 8732 1 0 14:06 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 8733 8732 0 14:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 8740 1 0 14:06 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 8741 8740 0 14:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 8744 8733 0 14:06 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 8748 8741 0 14:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 8749 8748 0 14:06 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nbono 9031 1 0 14:07 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.7,bono-86w7s5.clearwater.local --alias=172.30.9.207,bono-86w7s5.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-86w7s5.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 9841 1 0 14:07 ? 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 9904 1885 0 14:07 ? 00:00:00 /bin/bash -e /tmp/A20EE/install-bono.sh\nubuntu 9905 9904 0 14:07 ? 00:00:00 /bin/bash -e /tmp/A20EE/install-bono.sh\nroot 9906 9905 0 14:07 ? 00:00:00 sudo ps -edf\nroot 9907 9906 0 14:07 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.009s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:40.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:40.044Z", "message": "[bono] sudo ifconfig ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:40.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:40.044Z", "message": "[bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:6a:de:1b \n inet addr:192.168.120.7 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6a:de1b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:86437 errors:0 dropped:0 overruns:0 frame:0\n TX packets:49815 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:131870912 (131.8 MB) TX bytes:9592848 (9.5 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:42 errors:0 dropped:0 overruns:0 frame:0\n TX packets:42 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:3834 (3.8 KB) TX bytes:3834 (3.8 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:40.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:40.044Z", "message": "[bono] sudo ps ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:40.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:41.181Z", "message": "[bono] => 2019:01:20 14:06:37: Namespace: management\n2019:01:20 14:06:37: [management] Starting server\n2019:01:20 14:06:37: [management] Listening for requests\n2019:01:20 14:06:37: Namespace: signaling\n2019:01:20 14:06:37: [signaling] Starting server\n2019:01:20 14:06:37: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:41.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:41.181Z", "message": "[bono] sudo netstat ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:41.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:41.181Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:41.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:41.181Z", "message": "[bono] sudo find /var/log ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:41.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:41.181Z", "message": "[bono] => /var/log/landscape/sysinfo.log\n/var/log/clearwater-socket-factory.log\n/var/log/btmp\n/var/log/monit.log\n/var/log/boot.log\n/var/log/udev\n/var/log/sysstat/clearwater-sa20\n/var/log/cloud-init-output.log\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/dpkg.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/rsyslog.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/syslog\n/var/log/cloud-init.log\n/var/log/alternatives.log\n/var/log/kern.log\n/var/log/lastlog\n/var/log/auth.log\n/var/log/dmesg.0\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/bono/bono_out.log\n/var/log/bono/bono_err.log\n/var/log/bono/bono_20190120T140000Z.txt\n/var/log/iotop.log\n/var/log/wtmp\n/var/log/dmesg\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.003s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:41.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:41.181Z", "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 9841/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1113/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8676/monit \ntcp 0 0 192.168.120.7:5058 0.0.0.0:* LISTEN 9031/bono \ntcp 0 0 192.168.120.7:5060 0.0.0.0:* LISTEN 9031/bono \ntcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9031/bono \ntcp6 0 0 ::1:53 :::* LISTEN 9841/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1113/sshd \nudp 0 0 192.168.120.7:123 0.0.0.0:* 8166/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8166/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8166/ntpd \nudp 0 0 0.0.0.0:62668 0.0.0.0:* 571/dhclient \nudp 0 0 192.168.120.7:5058 0.0.0.0:* 9031/bono \nudp 0 0 192.168.120.7:5060 0.0.0.0:* 9031/bono \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9841/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 571/dhclient \nudp6 0 0 fe80::f816:3eff:fe6:123 :::* 8166/ntpd \nudp6 0 0 ::1:123 :::* 8166/ntpd \nudp6 0 0 :::123 :::* 8166/ntpd \nudp6 0 0 :::56935 :::* 571/dhclient \nudp6 0 0 ::1:53 :::* 9841/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9261 920/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7477 391/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 20882 8744/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 20886 8749/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 10207 1663/python2.7 /tmp/cloudify-logging-server-855bd.socket\nunix 2 [ ACC ] STREAM LISTENING 7040 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 12542 1872/python2.7 /tmp/ctx-rPm6M4.socket\nunix 2 [ ACC ] STREAM LISTENING 9409 1120/acpid /var/run/acpid.socket\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:41.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}], "metadata": {"pagination": {"total": 1663, "offset": 1628, "size": 50}}} 2019-01-20 14:07:42,217 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:42,217 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:42 GMT 2019-01-20 14:07:42,218 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:42,218 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21867 2019-01-20 14:07:42,218 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:42,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] The installation packages is done correctly 2019-01-20 14:07:42,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo service dnsmasq force 2019-01-20 14:07:42,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure a new DNS server 2019-01-20 14:07:42,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.057s user 0m0.005s sys 0m0.054s 2019-01-20 14:07:42,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 14:00 ? 00:00:00 /sbin/init root 2 0 0 14:00 ? 00:00:00 [kthreadd] root 3 2 0 14:00 ? 00:00:00 [ksoftirqd/0] root 5 2 0 14:00 ? 00:00:00 [kworker/0:0H] root 6 2 0 14:00 ? 00:00:00 [kworker/u4:0] root 7 2 0 14:00 ? 00:00:00 [rcu_sched] root 8 2 0 14:00 ? 00:00:00 [rcuos/0] root 9 2 0 14:00 ? 00:00:00 [rcuos/1] root 10 2 0 14:00 ? 00:00:00 [rcu_bh] root 11 2 0 14:00 ? 00:00:00 [rcuob/0] root 12 2 0 14:00 ? 00:00:00 [rcuob/1] root 13 2 0 14:00 ? 00:00:00 [migration/0] root 14 2 0 14:00 ? 00:00:00 [watchdog/0] root 15 2 0 14:00 ? 00:00:00 [watchdog/1] root 16 2 0 14:00 ? 00:00:00 [migration/1] root 17 2 0 14:00 ? 00:00:00 [ksoftirqd/1] root 19 2 0 14:00 ? 00:00:00 [kworker/1:0H] root 20 2 0 14:00 ? 00:00:00 [khelper] root 21 2 0 14:00 ? 00:00:00 [kdevtmpfs] root 22 2 0 14:00 ? 00:00:00 [netns] root 23 2 0 14:00 ? 00:00:00 [writeback] root 24 2 0 14:00 ? 00:00:00 [kintegrityd] root 25 2 0 14:00 ? 00:00:00 [bioset] root 26 2 0 14:00 ? 00:00:00 [kworker/u5:0] root 27 2 0 14:00 ? 00:00:00 [kblockd] root 28 2 0 14:00 ? 00:00:00 [ata_sff] root 29 2 0 14:00 ? 00:00:00 [khubd] root 30 2 0 14:00 ? 00:00:00 [md] root 31 2 0 14:00 ? 00:00:00 [devfreq_wq] root 32 2 0 14:00 ? 00:00:00 [kworker/0:1] root 34 2 0 14:00 ? 00:00:00 [khungtaskd] root 35 2 0 14:00 ? 00:00:00 [kswapd0] root 36 2 0 14:00 ? 00:00:00 [vmstat] root 37 2 0 14:00 ? 00:00:00 [ksmd] root 38 2 0 14:00 ? 00:00:00 [khugepaged] root 39 2 0 14:00 ? 00:00:00 [fsnotify_mark] root 40 2 0 14:00 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 14:00 ? 00:00:00 [crypto] root 53 2 0 14:00 ? 00:00:00 [kthrotld] root 54 2 0 14:00 ? 00:00:00 [kworker/u4:1] root 55 2 0 14:00 ? 00:00:00 [vballoon] root 56 2 0 14:00 ? 00:00:00 [kworker/1:1] root 57 2 0 14:00 ? 00:00:00 [scsi_eh_0] root 58 2 0 14:00 ? 00:00:00 [scsi_eh_1] root 79 2 0 14:00 ? 00:00:00 [deferwq] root 80 2 0 14:00 ? 00:00:00 [charger_manager] root 124 2 0 14:00 ? 00:00:00 [kpsmoused] root 142 2 0 14:00 ? 00:00:00 [kworker/0:2] root 186 2 0 14:00 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 14:00 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 14:00 ? 00:00:00 upstart-udev-bridge --daemon root 391 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 434 2 0 14:00 ? 00:00:00 [kworker/u5:1] root 506 1 0 14:00 ? 00:00:00 upstart-socket-bridge --daemon root 571 1 0 14:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 594 2 0 14:00 ? 00:00:00 [kworker/1:2] root 823 2 0 14:00 ? 00:00:00 [kauditd] message+ 920 1 0 14:00 ? 00:00:00 dbus-daemon --system --fork root 945 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-logind root 953 1 0 14:00 ? 00:00:00 upstart-file-bridge --daemon syslog 1001 1 0 14:00 ? 00:00:00 rsyslogd root 1054 1 0 14:00 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1057 1 0 14:00 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1061 1 0 14:00 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1062 1 0 14:00 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1064 1 0 14:00 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1092 1 0 14:00 ? 00:00:00 cron daemon 1094 1 0 14:00 ? 00:00:00 atd root 1113 1 0 14:00 ? 00:00:00 /usr/sbin/sshd -D root 1116 1 0 14:00 ? 00:00:00 /usr/sbin/irqbalance root 1120 1 0 14:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1251 1 0 14:00 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1261 1 0 14:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1663 1 0 14:00 ? 00:00:00 /home/ubuntu/bono_host_ybymmu/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_ybymmu --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_ybymmu --logging-server-logdir=/home/ubuntu/bono_host_ybymmu/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_ybymmu/work/bono_host_ybymmu%I.log --pidfile=/home/ubuntu/bono_host_ybymmu/work/bono_host_ybymmu.pid ubuntu 1777 1 0 14:00 ? 00:00:02 python2.7 /home/ubuntu/bono_host_ybymmu/env/bin/diamond --configfile /home/ubuntu/bono_host_ybymmu/work/plugins/diamond/etc/diamond.conf ubuntu 1851 1663 0 14:03 ? 00:00:00 /home/ubuntu/bono_host_ybymmu/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_ybymmu --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_ybymmu --logging-server-logdir=/home/ubuntu/bono_host_ybymmu/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_ybymmu/work/bono_host_ybymmu%I.log --pidfile=/home/ubuntu/bono_host_ybymmu/work/bono_host_ybymmu.pid ubuntu 1872 1851 0 14:03 ? 00:00:00 /home/ubuntu/bono_host_ybymmu/env/bin/python2.7 /home/ubuntu/bono_host_ybymmu/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-xGY7Us ubuntu 1883 1872 0 14:03 ? 00:00:00 /bin/sh -c /tmp/A20EE/install-bono.sh ubuntu 1885 1883 0 14:03 ? 00:00:00 /bin/bash -e /tmp/A20EE/install-bono.sh root 2248 2 0 14:04 ? 00:00:00 [kworker/u5:2] ntp 8166 1 0 14:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8676 1 0 14:06 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 8732 1 0 14:06 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 8733 8732 0 14:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 8740 1 0 14:06 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 8741 8740 0 14:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 8744 8733 0 14:06 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 8748 8741 0 14:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 8749 8748 0 14:06 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling bono 9031 1 0 14:07 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.7,bono-86w7s5.clearwater.local --alias=172.30.9.207,bono-86w7s5.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-86w7s5.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 9841 1 0 14:07 ? 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 9904 1885 0 14:07 ? 00:00:00 /bin/bash -e /tmp/A20EE/install-bono.sh ubuntu 9905 9904 0 14:07 ? 00:00:00 /bin/bash -e /tmp/A20EE/install-bono.sh root 9906 9905 0 14:07 ? 00:00:00 sudo ps -edf root 9907 9906 0 14:07 ? 00:00:00 ps -edf real 0m0.009s user 0m0.000s sys 0m0.009s 2019-01-20 14:07:42,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ifconfig 2019-01-20 14:07:42,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:6a:de:1b inet addr:192.168.120.7 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe6a:de1b/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:86437 errors:0 dropped:0 overruns:0 frame:0 TX packets:49815 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:131870912 (131.8 MB) TX bytes:9592848 (9.5 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:42 errors:0 dropped:0 overruns:0 frame:0 TX packets:42 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3834 (3.8 KB) TX bytes:3834 (3.8 KB) real 0m0.005s user 0m0.004s sys 0m0.002s 2019-01-20 14:07:42,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ps 2019-01-20 14:07:42,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2019:01:20 14:06:37: Namespace: management 2019:01:20 14:06:37: [management] Starting server 2019:01:20 14:06:37: [management] Listening for requests 2019:01:20 14:06:37: Namespace: signaling 2019:01:20 14:06:37: [signaling] Starting server 2019:01:20 14:06:37: [signaling] Listening for requests real 0m0.005s user 0m0.000s sys 0m0.005s 2019-01-20 14:07:42,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo netstat 2019-01-20 14:07:42,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2019-01-20 14:07:42,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo find /var/log 2019-01-20 14:07:42,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => /var/log/landscape/sysinfo.log /var/log/clearwater-socket-factory.log /var/log/btmp /var/log/monit.log /var/log/boot.log /var/log/udev /var/log/sysstat/clearwater-sa20 /var/log/cloud-init-output.log /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/dpkg.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/rsyslog.log /var/log/upstart/cryptdisks.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/container-detect.log /var/log/upstart/procps-virtual-filesystems.log /var/log/apt/term.log /var/log/apt/history.log /var/log/syslog /var/log/cloud-init.log /var/log/alternatives.log /var/log/kern.log /var/log/lastlog /var/log/auth.log /var/log/dmesg.0 /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/bono/bono_out.log /var/log/bono/bono_err.log /var/log/bono/bono_20190120T140000Z.txt /var/log/iotop.log /var/log/wtmp /var/log/dmesg real 0m0.008s user 0m0.004s sys 0m0.003s 2019-01-20 14:07:42,221 - 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 9841/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1113/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8676/monit tcp 0 0 192.168.120.7:5058 0.0.0.0:* LISTEN 9031/bono tcp 0 0 192.168.120.7:5060 0.0.0.0:* LISTEN 9031/bono tcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9031/bono tcp6 0 0 ::1:53 :::* LISTEN 9841/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1113/sshd udp 0 0 192.168.120.7:123 0.0.0.0:* 8166/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8166/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8166/ntpd udp 0 0 0.0.0.0:62668 0.0.0.0:* 571/dhclient udp 0 0 192.168.120.7:5058 0.0.0.0:* 9031/bono udp 0 0 192.168.120.7:5060 0.0.0.0:* 9031/bono udp 0 0 127.0.0.1:53 0.0.0.0:* 9841/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 571/dhclient udp6 0 0 fe80::f816:3eff:fe6:123 :::* 8166/ntpd udp6 0 0 ::1:123 :::* 8166/ntpd udp6 0 0 :::123 :::* 8166/ntpd udp6 0 0 :::56935 :::* 571/dhclient udp6 0 0 ::1:53 :::* 9841/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9261 920/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] SEQPACKET LISTENING 7477 391/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 20882 8744/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 20886 8749/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 10207 1663/python2.7 /tmp/cloudify-logging-server-855bd.socket unix 2 [ ACC ] STREAM LISTENING 7040 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 12542 1872/python2.7 /tmp/ctx-rPm6M4.socket unix 2 [ ACC ] STREAM LISTENING 9409 1120/acpid /var/run/acpid.socket real 0m0.008s user 0m0.004s sys 0m0.005s 2019-01-20 14:07:42,221 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:07:42,336 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:42,336 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:42,336 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:42,337 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:42,337 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:42,337 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:42,337 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:42,337 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:07:42,337 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:42,337 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:42 GMT 2019-01-20 14:07:42,337 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:42,337 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:07:42,337 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:47,343 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:07:47,570 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:47,571 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:47,571 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:47,571 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:47,571 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:47,571 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:47,571 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:47,571 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:42.212Z", "message": "[bono] => 2019-01-20 14:07:00.986831771 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:42.212Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:42.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:43.139Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:43.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:43.248Z", "message": "[bono] Installation is done", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:43.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:43.248Z", "message": "[bono] => 20-01-2019 14:07:42.061 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-queue-manager.pid.lockfile\n20-01-2019 14:07:42.061 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting apply_config_plugin.py\n20-01-2019 14:07:42.074 UTC INFO plugin_loader.py:34 (thread MainThread): Loading apply_config_plugin.py\n20-01-2019 14:07:42.074 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded apply_config_plugin.py successfully\n20-01-2019 14:07:42.078 UTC INFO main.py:114 (thread MainThread): Loaded plugin \n20-01-2019 14:07:42.078 UTC INFO main.py:121 (thread MainThread): Started thread for plugin \n20-01-2019 14:07:42.080 UTC ERROR common_etcd_synchronizer.py:154 (thread Thread-3): Request to server http://192.168.120.7:4000 failed: MaxRetryError(u\"HTTPConnectionPool(host=u'192.168.120.7', port=4000): Max retries exceeded with url: /v2/keys/clearwater/site1/configuration/apply_config_bono?quorum=true (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',))\",)\n20-01-2019 14:07:42.080 UTC ERROR common_etcd_synchronizer.py:360 (thread Thread-3): 192.168.120.7 caught EtcdConnectionFailed('Connection to etcd failed due to MaxRetryError(u\"HTTPConnectionPool(host=u\\'192.168.120.7\\', port=4000): Max retries exceeded with url: /v2/keys/clearwater/site1/configuration/apply_config_bono?quorum=true (Caused by NewConnectionError(\\': Failed to establish a new connection: [Errno 111] Connection refused\\',))\",)',) when trying to read with index None - pause before retry\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.001s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:43.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:43.248Z", "message": "[bono] sudo cat /var/log/bono/bono_20190120T140000Z.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": "2019-01-20T14:07:43.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:43.248Z", "message": "Execution done (return_code=0): /tmp/A20EE/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:43.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:43.248Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:43.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "45e949c6-195b-484c-af97-0747221c52be"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:44.386Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:44.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "bono_86w7s5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:44.386Z", "message": "Starting node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:44.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:44.772Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:44.772Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:45.216Z", "message": "Downloaded scripts/bind/bind.py to /tmp/UZDYM/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:45.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "60d21c0b-2fbf-41e3-b613-1cdefa62f921"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:46.278Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:46.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "60d21c0b-2fbf-41e3-b613-1cdefa62f921"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:46.278Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:46.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "60d21c0b-2fbf-41e3-b613-1cdefa62f921"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:46.278Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'bono': {u'bono_86w7s5': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.7', u'name': u'bono-86w7s5'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:46.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "60d21c0b-2fbf-41e3-b613-1cdefa62f921"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:46.278Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:46.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "60d21c0b-2fbf-41e3-b613-1cdefa62f921"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:46.278Z", "message": "[localhost] run: sudo mv /tmp/tmpeyuozY /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:46.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "60d21c0b-2fbf-41e3-b613-1cdefa62f921"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:46.278Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:46.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "60d21c0b-2fbf-41e3-b613-1cdefa62f921"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:46.278Z", "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": "2019-01-20T14:07:46.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "60d21c0b-2fbf-41e3-b613-1cdefa62f921"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:46.278Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:46.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "60d21c0b-2fbf-41e3-b613-1cdefa62f921"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:46.822Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:46.822Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:47.292Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:47.292Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "60d21c0b-2fbf-41e3-b613-1cdefa62f921"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:47.292Z", "message": "[localhost] run: sudo mv /tmp/tmpHaDRx6 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:47.292Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "60d21c0b-2fbf-41e3-b613-1cdefa62f921"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:47.292Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:47.292Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "60d21c0b-2fbf-41e3-b613-1cdefa62f921"}], "metadata": {"pagination": {"total": 1690, "offset": 1642, "size": 50}}} 2019-01-20 14:07:47,571 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:47,572 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:47 GMT 2019-01-20 14:07:47,572 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:47,572 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15117 2019-01-20 14:07:47,572 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:47,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2019-01-20 14:07:00.986831771 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.005s 2019-01-20 14:07:47,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2019-01-20 14:07:47,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:07:47,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installation is done 2019-01-20 14:07:47,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 20-01-2019 14:07:42.061 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-queue-manager.pid.lockfile 20-01-2019 14:07:42.061 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting apply_config_plugin.py 20-01-2019 14:07:42.074 UTC INFO plugin_loader.py:34 (thread MainThread): Loading apply_config_plugin.py 20-01-2019 14:07:42.074 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded apply_config_plugin.py successfully 20-01-2019 14:07:42.078 UTC INFO main.py:114 (thread MainThread): Loaded plugin 20-01-2019 14:07:42.078 UTC INFO main.py:121 (thread MainThread): Started thread for plugin 20-01-2019 14:07:42.080 UTC ERROR common_etcd_synchronizer.py:154 (thread Thread-3): Request to server http://192.168.120.7:4000 failed: MaxRetryError(u"HTTPConnectionPool(host=u'192.168.120.7', port=4000): Max retries exceeded with url: /v2/keys/clearwater/site1/configuration/apply_config_bono?quorum=true (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',))",) 20-01-2019 14:07:42.080 UTC ERROR common_etcd_synchronizer.py:360 (thread Thread-3): 192.168.120.7 caught EtcdConnectionFailed('Connection to etcd failed due to MaxRetryError(u"HTTPConnectionPool(host=u\'192.168.120.7\', port=4000): Max retries exceeded with url: /v2/keys/clearwater/site1/configuration/apply_config_bono?quorum=true (Caused by NewConnectionError(\': Failed to establish a new connection: [Errno 111] Connection refused\',))",)',) when trying to read with index None - pause before retry real 0m0.005s user 0m0.004s sys 0m0.001s 2019-01-20 14:07:47,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/bono/bono_20190120T140000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log 2019-01-20 14:07:47,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/A20EE/install-bono.sh 2019-01-20 14:07:47,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2019-01-20 14:07:47,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:07:47,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 14:07:47,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:07:47,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/UZDYM/bind.py 2019-01-20 14:07:47,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-20 14:07:47,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-20 14:07:47,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'bono': {u'bono_86w7s5': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.7', u'name': u'bono-86w7s5'}}}, 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.10', u'hss_hostname': u''}. 2019-01-20 14:07:47,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-20 14:07:47,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpeyuozY /etc/bind/db.clearwater.local 2019-01-20 14:07:47,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-20 14:07:47,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-20 14:07:47,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-20 14:07:47,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:07:47,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-20 14:07:47,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpHaDRx6 /etc/bind/db.clearwater.opnfv 2019-01-20 14:07:47,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-20 14:07:47,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:07:47,644 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:47,645 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:47,645 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:47,645 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:47,645 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:47,645 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:47,645 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:47,645 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:07:47,645 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:47,646 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:47 GMT 2019-01-20 14:07:47,646 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:47,646 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:07:47,646 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:52,651 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:07:53,197 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:53,197 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:53,197 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:53,197 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:53,197 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:53,197 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:53,198 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:53,198 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:47.811Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:47.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:47.811Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:47.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:48.460Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/YSKTZ/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:48.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e8136703-cb57-4edc-8361-396b6d690370"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:48.460Z", "message": "Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_zelupu/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:48.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "e8136703-cb57-4edc-8361-396b6d690370"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:49.842Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:49.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 1695, "offset": 1666, "size": 50}}} 2019-01-20 14:07:53,198 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:53,198 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:53 GMT 2019-01-20 14:07:53,198 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:53,198 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2815 2019-01-20 14:07:53,198 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:53,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:07:53,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:07:53,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/YSKTZ/add-snmpproxy-collector.py 2019-01-20 14:07:53,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_zelupu/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py 2019-01-20 14:07:53,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:07:53,199 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:07:53,341 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:53,342 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:53,342 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:53,342 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:53,342 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:53,342 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:53,342 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:53,342 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:07:53,342 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:53,343 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:53 GMT 2019-01-20 14:07:53,343 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:53,343 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:07:53,343 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:58,348 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:07:58,681 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:58,681 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:58,682 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:58,682 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:58,682 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:58,682 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:58,682 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:58,682 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:54.356Z", "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 5 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 (12.2 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58186 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 metaswitchcommon (from clearwater_cluster_manager)\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_queue_manager)\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, 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.167s\nuser\t0m12.456s\nsys\t0m2.577s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:54.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:55.473Z", "message": "[homer] The installation packages is done correctly", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:55.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:55.473Z", "message": "[homer Use the DNS server", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:55.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:55.473Z", "message": "[homer] sudo service dnsmasq force", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:55.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:57.310Z", "message": "[homer] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.069s\nuser\t0m0.003s\nsys\t0m0.047s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:57.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:57.486Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-0tch82\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 5 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://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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-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-164.214 [774 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.9 [18.9 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 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 16s (4,240 kB/s)\nSelecting previously unselected package libaio1:amd64.\n(Reading database ... 51333 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 ... 51936 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-164.214_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-164.214) ...\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.9_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.9) ...\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 9267\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-164.214) ...\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.9) ...\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 dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nInstalling collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, 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 10012\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.9) ...\nSetting up nginx (1.4.6-1ubuntu3.9) ...\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 metaswitchcommon (from ellis)\nCollecting backports.ssl-match-hostname (from ellis)\nCollecting backports-abc (from ellis)\nCollecting certifi (from ellis)\nCollecting msgpack-python (from ellis)\nCollecting singledispatch (from ellis)\nCollecting tornado (from ellis)\nCollecting pycurl (from ellis)\nCollecting py-bcrypt (from ellis)\nCollecting MySQL-python (from ellis)\nCollecting six (from ellis)\nCollecting prctl (from ellis)\nCollecting SQLAlchemy (from ellis)\nCollecting phonenumbers (from ellis)\nCollecting pycparser (from metaswitchcommon->ellis)\nCollecting pycrypto (from metaswitchcommon->ellis)\nCollecting monotonic (from metaswitchcommon->ellis)\nCollecting cffi (from metaswitchcommon->ellis)\nCollecting pyzmq (from metaswitchcommon->ellis)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, backports.ssl-match-hostname, backports-abc, certifi, msgpack-python, six, singledispatch, tornado, pycurl, py-bcrypt, MySQL-python, prctl, SQLAlchemy, phonenumbers, 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\t3m48.636s\nuser\t0m16.187s\nsys\t0m11.045s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:57.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}], "metadata": {"pagination": {"total": 1701, "offset": 1671, "size": 50}}} 2019-01-20 14:07:58,683 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:58,683 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:58 GMT 2019-01-20 14:07:58,683 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:58,683 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 62428 2019-01-20 14:07:58,683 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:07:58,685 - 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 5 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 (12.2 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58186 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 metaswitchcommon (from clearwater_cluster_manager) Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_queue_manager) Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, 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.167s user 0m12.456s sys 0m2.577s 2019-01-20 14:07:58,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] The installation packages is done correctly 2019-01-20 14:07:58,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer Use the DNS server 2019-01-20 14:07:58,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo service dnsmasq force 2019-01-20 14:07:58,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.069s user 0m0.003s sys 0m0.047s 2019-01-20 14:07:58,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-0tch82 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 5 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://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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-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-164.214 [774 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.9 [18.9 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 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 16s (4,240 kB/s) Selecting previously unselected package libaio1:amd64. (Reading database ... 51333 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 ... 51936 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-164.214_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-164.214) ... 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.9_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.9) ... 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 9267 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-164.214) ... 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.9) ... 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 dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Installing collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, 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 10012 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.9) ... Setting up nginx (1.4.6-1ubuntu3.9) ... 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 metaswitchcommon (from ellis) Collecting backports.ssl-match-hostname (from ellis) Collecting backports-abc (from ellis) Collecting certifi (from ellis) Collecting msgpack-python (from ellis) Collecting singledispatch (from ellis) Collecting tornado (from ellis) Collecting pycurl (from ellis) Collecting py-bcrypt (from ellis) Collecting MySQL-python (from ellis) Collecting six (from ellis) Collecting prctl (from ellis) Collecting SQLAlchemy (from ellis) Collecting phonenumbers (from ellis) Collecting pycparser (from metaswitchcommon->ellis) Collecting pycrypto (from metaswitchcommon->ellis) Collecting monotonic (from metaswitchcommon->ellis) Collecting cffi (from metaswitchcommon->ellis) Collecting pyzmq (from metaswitchcommon->ellis) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, backports.ssl-match-hostname, backports-abc, certifi, msgpack-python, six, singledispatch, tornado, pycurl, py-bcrypt, MySQL-python, prctl, SQLAlchemy, phonenumbers, 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 3m48.636s user 0m16.187s sys 0m11.045s 2019-01-20 14:07:58,687 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:07:58,816 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:07:58,817 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:07:58,817 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:07:58,817 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:07:58,817 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:07:58,817 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:07:58,817 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:07:58,817 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:07:58,817 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:07:58,818 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:07:58 GMT 2019-01-20 14:07:58,818 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:07:58,818 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:07:58,818 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:03,823 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:08:04,261 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:04,261 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:04,261 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:04,261 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:04,261 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:04,262 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:04,262 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:04,262 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:58.509Z", "message": "[homer] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 14:00 ? 00:00:00 /sbin/init\nroot 2 0 0 14:00 ? 00:00:00 [kthreadd]\nroot 3 2 0 14:00 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 14:00 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 14:00 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 14:00 ? 00:00:00 [rcu_sched]\nroot 8 2 0 14:00 ? 00:00:00 [rcuos/0]\nroot 9 2 0 14:00 ? 00:00:00 [rcuos/1]\nroot 10 2 0 14:00 ? 00:00:00 [rcu_bh]\nroot 11 2 0 14:00 ? 00:00:00 [rcuob/0]\nroot 12 2 0 14:00 ? 00:00:00 [rcuob/1]\nroot 13 2 0 14:00 ? 00:00:00 [migration/0]\nroot 14 2 0 14:00 ? 00:00:00 [watchdog/0]\nroot 15 2 0 14:00 ? 00:00:00 [watchdog/1]\nroot 16 2 0 14:00 ? 00:00:00 [migration/1]\nroot 17 2 0 14:00 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 14:00 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 14:00 ? 00:00:00 [khelper]\nroot 21 2 0 14:00 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 14:00 ? 00:00:00 [netns]\nroot 23 2 0 14:00 ? 00:00:00 [writeback]\nroot 24 2 0 14:00 ? 00:00:00 [kintegrityd]\nroot 25 2 0 14:00 ? 00:00:00 [bioset]\nroot 27 2 0 14:00 ? 00:00:00 [kblockd]\nroot 28 2 0 14:00 ? 00:00:00 [ata_sff]\nroot 29 2 0 14:00 ? 00:00:00 [khubd]\nroot 30 2 0 14:00 ? 00:00:00 [md]\nroot 31 2 0 14:00 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 14:00 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 14:00 ? 00:00:00 [khungtaskd]\nroot 35 2 0 14:00 ? 00:00:00 [kswapd0]\nroot 36 2 0 14:00 ? 00:00:00 [vmstat]\nroot 37 2 0 14:00 ? 00:00:00 [ksmd]\nroot 38 2 0 14:00 ? 00:00:00 [khugepaged]\nroot 39 2 0 14:00 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 14:00 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 14:00 ? 00:00:00 [crypto]\nroot 53 2 0 14:00 ? 00:00:00 [kthrotld]\nroot 54 2 0 14:00 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 14:00 ? 00:00:00 [vballoon]\nroot 56 2 0 14:00 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 14:00 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 14:00 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 14:00 ? 00:00:00 [deferwq]\nroot 80 2 0 14:00 ? 00:00:00 [charger_manager]\nroot 123 2 0 14:00 ? 00:00:00 [kpsmoused]\nroot 125 2 0 14:00 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 14:00 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 14:00 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 14:00 ? 00:00:00 upstart-udev-bridge --daemon\nroot 394 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 14:00 ? 00:00:00 [kworker/u5:1]\nroot 431 2 0 14:00 ? 00:00:00 [kworker/u5:2]\nroot 509 1 0 14:00 ? 00:00:00 upstart-socket-bridge --daemon\nroot 587 1 0 14:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 822 2 0 14:00 ? 00:00:00 [kauditd]\nroot 936 1 0 14:00 ? 00:00:00 upstart-file-bridge --daemon\nroot 1031 1 0 14:00 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1034 1 0 14:00 tty5 00:00:00 /sbin/getty -8 38400 tty5\nmessage+ 1036 1 0 14:00 ? 00:00:00 dbus-daemon --system --fork\nroot 1039 1 0 14:00 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1040 1 0 14:00 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1042 1 0 14:00 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1084 1 0 14:00 ? 00:00:00 /usr/sbin/sshd -D\nroot 1088 1 0 14:00 ? 00:00:00 cron\ndaemon 1089 1 0 14:00 ? 00:00:00 atd\nsyslog 1091 1 0 14:00 ? 00:00:00 rsyslogd\nroot 1096 1 0 14:00 ? 00:00:00 /usr/sbin/irqbalance\nroot 1105 1 0 14:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1118 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1201 1 0 14:00 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1207 1 0 14:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1457 2 0 14:01 ? 00:00:00 [kworker/0:2]\nubuntu 1663 1 0 14:01 ? 00:00:00 /home/ubuntu/homer_host_4kkgkt/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_4kkgkt --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_4kkgkt --logging-server-logdir=/home/ubuntu/homer_host_4kkgkt/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_4kkgkt/work/homer_host_4kkgkt%I.log --pidfile=/home/ubuntu/homer_host_4kkgkt/work/homer_host_4kkgkt.pid\nubuntu 1777 1 0 14:01 ? 00:00:02 python2.7 /home/ubuntu/homer_host_4kkgkt/env/bin/diamond --configfile /home/ubuntu/homer_host_4kkgkt/work/plugins/diamond/etc/diamond.conf\nubuntu 1843 1663 0 14:03 ? 00:00:00 /home/ubuntu/homer_host_4kkgkt/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_4kkgkt --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_4kkgkt --logging-server-logdir=/home/ubuntu/homer_host_4kkgkt/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_4kkgkt/work/homer_host_4kkgkt%I.log --pidfile=/home/ubuntu/homer_host_4kkgkt/work/homer_host_4kkgkt.pid\nubuntu 1864 1843 0 14:03 ? 00:00:00 /home/ubuntu/homer_host_4kkgkt/env/bin/python2.7 /home/ubuntu/homer_host_4kkgkt/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-uFCBAq\nubuntu 1875 1864 0 14:03 ? 00:00:00 /bin/sh -c /tmp/4I6UA/install-homer.sh\nubuntu 1878 1875 0 14:03 ? 00:00:00 /bin/bash -e /tmp/4I6UA/install-homer.sh\nroot 2613 2 0 14:05 ? 00:00:00 [kworker/u5:0]\nntp 8510 1 0 14:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9026 1 0 14:06 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9119 1 0 14:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9123 9119 0 14:06 ? 00:00:00 inotifywait -e create -qq .\nroot 9222 1 0 14:07 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 9223 9222 0 14:07 ? 00:00:00 nginx: worker process\nwww-data 9224 9222 0 14:07 ? 00:00:00 nginx: worker process\nwww-data 9225 9222 0 14:07 ? 00:00:00 nginx: worker process\nwww-data 9226 9222 0 14:07 ? 00:00:00 nginx: worker process\nroot 9685 9026 0 14:07 ? 00:00:00 [nginx_ping] \nroot 9687 9026 0 14:07 ? 00:00:00 [check-nginx-upt] \nroot 9691 9026 0 14:07 ? 00:00:00 [check-monit-upt] \ndnsmasq 9849 1 0 14:07 ? 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 9912 1878 0 14:07 ? 00:00:00 /bin/bash -e /tmp/4I6UA/install-homer.sh\nubuntu 9913 9912 0 14:07 ? 00:00:00 /bin/bash -e /tmp/4I6UA/install-homer.sh\nroot 9914 9913 0 14:07 ? 00:00:00 sudo ps -edf\nroot 9915 9914 0 14:07 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:58.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:58.509Z", "message": "[homer] sudo ps ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:58.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:58.509Z", "message": "[homer] sudo ifconfig ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:58.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:58.509Z", "message": "[homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:5c:11:4a \n inet addr:192.168.120.9 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5c:114a/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:111235 errors:0 dropped:0 overruns:0 frame:0\n TX packets:58120 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:166860763 (166.8 MB) TX bytes:10635805 (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:48 errors:0 dropped:0 overruns:0 frame:0\n TX packets:48 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:4041 (4.0 KB) TX bytes:4041 (4.0 KB)\n\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:58.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:58.509Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:58.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:58.509Z", "message": "[homer] sudo netstat ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:58.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:59.685Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:59.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:59.685Z", "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 9849/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1084/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9026/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9222/nginx \ntcp6 0 0 ::1:53 :::* LISTEN 9849/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1084/sshd \nudp 0 0 0.0.0.0:45163 0.0.0.0:* 587/dhclient \nudp 0 0 192.168.120.9:123 0.0.0.0:* 8510/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8510/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8510/ntpd \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9849/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient \nudp6 0 0 fe80::f816:3eff:fe5:123 :::* 8510/ntpd \nudp6 0 0 ::1:123 :::* 8510/ntpd \nudp6 0 0 :::123 :::* 8510/ntpd \nudp6 0 0 :::33249 :::* 587/dhclient \nudp6 0 0 ::1:53 :::* 9849/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9552 1105/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 11747 1663/python2.7 /tmp/cloudify-logging-server-91561.socket\nunix 2 [ ACC ] STREAM LISTENING 7089 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 11161 1864/python2.7 /tmp/ctx-3LE03G.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7557 394/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 9422 1036/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:59.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:59.685Z", "message": "[homer] => /var/log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/btmp\n/var/log/unattended-upgrades\n/var/log/monit.log\n/var/log/boot.log\n/var/log/clearwater-queue-manager\n/var/log/udev\n/var/log/clearwater-config-manager\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa20\n/var/log/sysstat/sa20\n/var/log/cloud-init-output.log\n/var/log/clearwater-diags-monitor.log\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/dpkg.log\n/var/log/upstart\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/rsyslog.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/apt\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/syslog\n/var/log/cloud-init.log\n/var/log/alternatives.log\n/var/log/ntpstats\n/var/log/kern.log\n/var/log/lastlog\n/var/log/auth.log\n/var/log/dmesg.0\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/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/iotop.log\n/var/log/dist-upgrade\n/var/log/wtmp\n/var/log/dmesg\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:59.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:59.685Z", "message": "[homer] sudo find /var/log", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:59.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:07:59.685Z", "message": "[homer] => [20-Jan-2019 14:06:58 UTC] clearwater-diags-monitor starting\n[20-Jan-2019 14:06:58 UTC] Waiting for trigger files\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:07:59.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:00.753Z", "message": "[homer] => 2019-01-20 14:07:36.804070198 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:00.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:00.753Z", "message": "[sprout] Use the DNS server", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:00.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:00.753Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:00.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:00.753Z", "message": "[sprout] sudo service dnsmasq force", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:00.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:00.753Z", "message": "[homer] Installation is done", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:00.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:00.753Z", "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 5 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,855 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57925 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 metaswitchcommon (from clearwater_cluster_manager)\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_queue_manager)\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m32.637s\nuser\t0m12.468s\nsys\t0m2.442s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:00.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:00.753Z", "message": "[sprout] The installation packages is done correctly", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:00.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "homer_qnm214", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:00.940Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:00.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:01.765Z", "message": "Execution done (return_code=0): /tmp/4I6UA/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:01.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "f183d340-623d-4628-b58e-a1127856af87"}, {"node_instance_id": "homer_qnm214", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:01.845Z", "message": "Starting node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:01.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:02.788Z", "message": "Downloaded scripts/bind/bind.py to /tmp/3MKXQ/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:02.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "657cc5e2-41ee-4d56-bf7b-ecc326bf5cbd"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:02.867Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:02.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:02.867Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:02.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:03.774Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:03.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "657cc5e2-41ee-4d56-bf7b-ecc326bf5cbd"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:03.774Z", "message": "[sprout] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.071s\nuser\t0m0.004s\nsys\t0m0.049s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:03.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:03.774Z", "message": "[sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:52:f6:16 \n inet addr:192.168.120.19 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe52:f616/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:89170 errors:0 dropped:0 overruns:0 frame:0\n TX packets:57757 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:134063866 (134.0 MB) TX bytes:10654137 (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.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:03.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:03.774Z", "message": "[sprout] sudo ifconfig ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:03.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:03.774Z", "message": "[sprout] sudo ps ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:03.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}], "metadata": {"pagination": {"total": 1733, "offset": 1677, "size": 50}}} 2019-01-20 14:08:04,262 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:04,262 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:04 GMT 2019-01-20 14:08:04,262 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:04,262 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 43275 2019-01-20 14:08:04,262 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:04,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 14:00 ? 00:00:00 /sbin/init root 2 0 0 14:00 ? 00:00:00 [kthreadd] root 3 2 0 14:00 ? 00:00:00 [ksoftirqd/0] root 5 2 0 14:00 ? 00:00:00 [kworker/0:0H] root 6 2 0 14:00 ? 00:00:00 [kworker/u4:0] root 7 2 0 14:00 ? 00:00:00 [rcu_sched] root 8 2 0 14:00 ? 00:00:00 [rcuos/0] root 9 2 0 14:00 ? 00:00:00 [rcuos/1] root 10 2 0 14:00 ? 00:00:00 [rcu_bh] root 11 2 0 14:00 ? 00:00:00 [rcuob/0] root 12 2 0 14:00 ? 00:00:00 [rcuob/1] root 13 2 0 14:00 ? 00:00:00 [migration/0] root 14 2 0 14:00 ? 00:00:00 [watchdog/0] root 15 2 0 14:00 ? 00:00:00 [watchdog/1] root 16 2 0 14:00 ? 00:00:00 [migration/1] root 17 2 0 14:00 ? 00:00:00 [ksoftirqd/1] root 19 2 0 14:00 ? 00:00:00 [kworker/1:0H] root 20 2 0 14:00 ? 00:00:00 [khelper] root 21 2 0 14:00 ? 00:00:00 [kdevtmpfs] root 22 2 0 14:00 ? 00:00:00 [netns] root 23 2 0 14:00 ? 00:00:00 [writeback] root 24 2 0 14:00 ? 00:00:00 [kintegrityd] root 25 2 0 14:00 ? 00:00:00 [bioset] root 27 2 0 14:00 ? 00:00:00 [kblockd] root 28 2 0 14:00 ? 00:00:00 [ata_sff] root 29 2 0 14:00 ? 00:00:00 [khubd] root 30 2 0 14:00 ? 00:00:00 [md] root 31 2 0 14:00 ? 00:00:00 [devfreq_wq] root 32 2 0 14:00 ? 00:00:00 [kworker/0:1] root 34 2 0 14:00 ? 00:00:00 [khungtaskd] root 35 2 0 14:00 ? 00:00:00 [kswapd0] root 36 2 0 14:00 ? 00:00:00 [vmstat] root 37 2 0 14:00 ? 00:00:00 [ksmd] root 38 2 0 14:00 ? 00:00:00 [khugepaged] root 39 2 0 14:00 ? 00:00:00 [fsnotify_mark] root 40 2 0 14:00 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 14:00 ? 00:00:00 [crypto] root 53 2 0 14:00 ? 00:00:00 [kthrotld] root 54 2 0 14:00 ? 00:00:00 [kworker/u4:1] root 55 2 0 14:00 ? 00:00:00 [vballoon] root 56 2 0 14:00 ? 00:00:00 [kworker/1:1] root 57 2 0 14:00 ? 00:00:00 [scsi_eh_0] root 58 2 0 14:00 ? 00:00:00 [scsi_eh_1] root 79 2 0 14:00 ? 00:00:00 [deferwq] root 80 2 0 14:00 ? 00:00:00 [charger_manager] root 123 2 0 14:00 ? 00:00:00 [kpsmoused] root 125 2 0 14:00 ? 00:00:00 [kworker/1:2] root 186 2 0 14:00 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 14:00 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 14:00 ? 00:00:00 upstart-udev-bridge --daemon root 394 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 14:00 ? 00:00:00 [kworker/u5:1] root 431 2 0 14:00 ? 00:00:00 [kworker/u5:2] root 509 1 0 14:00 ? 00:00:00 upstart-socket-bridge --daemon root 587 1 0 14:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 822 2 0 14:00 ? 00:00:00 [kauditd] root 936 1 0 14:00 ? 00:00:00 upstart-file-bridge --daemon root 1031 1 0 14:00 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1034 1 0 14:00 tty5 00:00:00 /sbin/getty -8 38400 tty5 message+ 1036 1 0 14:00 ? 00:00:00 dbus-daemon --system --fork root 1039 1 0 14:00 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1040 1 0 14:00 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1042 1 0 14:00 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1084 1 0 14:00 ? 00:00:00 /usr/sbin/sshd -D root 1088 1 0 14:00 ? 00:00:00 cron daemon 1089 1 0 14:00 ? 00:00:00 atd syslog 1091 1 0 14:00 ? 00:00:00 rsyslogd root 1096 1 0 14:00 ? 00:00:00 /usr/sbin/irqbalance root 1105 1 0 14:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1118 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-logind root 1201 1 0 14:00 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1207 1 0 14:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1457 2 0 14:01 ? 00:00:00 [kworker/0:2] ubuntu 1663 1 0 14:01 ? 00:00:00 /home/ubuntu/homer_host_4kkgkt/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_4kkgkt --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_4kkgkt --logging-server-logdir=/home/ubuntu/homer_host_4kkgkt/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_4kkgkt/work/homer_host_4kkgkt%I.log --pidfile=/home/ubuntu/homer_host_4kkgkt/work/homer_host_4kkgkt.pid ubuntu 1777 1 0 14:01 ? 00:00:02 python2.7 /home/ubuntu/homer_host_4kkgkt/env/bin/diamond --configfile /home/ubuntu/homer_host_4kkgkt/work/plugins/diamond/etc/diamond.conf ubuntu 1843 1663 0 14:03 ? 00:00:00 /home/ubuntu/homer_host_4kkgkt/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_4kkgkt --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_4kkgkt --logging-server-logdir=/home/ubuntu/homer_host_4kkgkt/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_4kkgkt/work/homer_host_4kkgkt%I.log --pidfile=/home/ubuntu/homer_host_4kkgkt/work/homer_host_4kkgkt.pid ubuntu 1864 1843 0 14:03 ? 00:00:00 /home/ubuntu/homer_host_4kkgkt/env/bin/python2.7 /home/ubuntu/homer_host_4kkgkt/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-uFCBAq ubuntu 1875 1864 0 14:03 ? 00:00:00 /bin/sh -c /tmp/4I6UA/install-homer.sh ubuntu 1878 1875 0 14:03 ? 00:00:00 /bin/bash -e /tmp/4I6UA/install-homer.sh root 2613 2 0 14:05 ? 00:00:00 [kworker/u5:0] ntp 8510 1 0 14:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9026 1 0 14:06 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9119 1 0 14:06 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9123 9119 0 14:06 ? 00:00:00 inotifywait -e create -qq . root 9222 1 0 14:07 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 9223 9222 0 14:07 ? 00:00:00 nginx: worker process www-data 9224 9222 0 14:07 ? 00:00:00 nginx: worker process www-data 9225 9222 0 14:07 ? 00:00:00 nginx: worker process www-data 9226 9222 0 14:07 ? 00:00:00 nginx: worker process root 9685 9026 0 14:07 ? 00:00:00 [nginx_ping] root 9687 9026 0 14:07 ? 00:00:00 [check-nginx-upt] root 9691 9026 0 14:07 ? 00:00:00 [check-monit-upt] dnsmasq 9849 1 0 14:07 ? 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 9912 1878 0 14:07 ? 00:00:00 /bin/bash -e /tmp/4I6UA/install-homer.sh ubuntu 9913 9912 0 14:07 ? 00:00:00 /bin/bash -e /tmp/4I6UA/install-homer.sh root 9914 9913 0 14:07 ? 00:00:00 sudo ps -edf root 9915 9914 0 14:07 ? 00:00:00 ps -edf real 0m0.008s user 0m0.000s sys 0m0.008s 2019-01-20 14:08:04,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ps 2019-01-20 14:08:04,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ifconfig 2019-01-20 14:08:04,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:5c:11:4a inet addr:192.168.120.9 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe5c:114a/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:111235 errors:0 dropped:0 overruns:0 frame:0 TX packets:58120 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:166860763 (166.8 MB) TX bytes:10635805 (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:48 errors:0 dropped:0 overruns:0 frame:0 TX packets:48 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4041 (4.0 KB) TX bytes:4041 (4.0 KB) real 0m0.004s user 0m0.000s sys 0m0.004s 2019-01-20 14:08:04,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-20 14:08:04,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo netstat 2019-01-20 14:08:04,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2019-01-20 14:08:04,265 - 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 9849/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1084/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9026/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9222/nginx tcp6 0 0 ::1:53 :::* LISTEN 9849/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1084/sshd udp 0 0 0.0.0.0:45163 0.0.0.0:* 587/dhclient udp 0 0 192.168.120.9:123 0.0.0.0:* 8510/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8510/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8510/ntpd udp 0 0 127.0.0.1:53 0.0.0.0:* 9849/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient udp6 0 0 fe80::f816:3eff:fe5:123 :::* 8510/ntpd udp6 0 0 ::1:123 :::* 8510/ntpd udp6 0 0 :::123 :::* 8510/ntpd udp6 0 0 :::33249 :::* 587/dhclient udp6 0 0 ::1:53 :::* 9849/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9552 1105/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 11747 1663/python2.7 /tmp/cloudify-logging-server-91561.socket unix 2 [ ACC ] STREAM LISTENING 7089 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 11161 1864/python2.7 /tmp/ctx-3LE03G.socket unix 2 [ ACC ] SEQPACKET LISTENING 7557 394/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9422 1036/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.006s user 0m0.000s sys 0m0.006s 2019-01-20 14:08:04,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => /var/log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/btmp /var/log/unattended-upgrades /var/log/monit.log /var/log/boot.log /var/log/clearwater-queue-manager /var/log/udev /var/log/clearwater-config-manager /var/log/sysstat /var/log/sysstat/clearwater-sa20 /var/log/sysstat/sa20 /var/log/cloud-init-output.log /var/log/clearwater-diags-monitor.log /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/dpkg.log /var/log/upstart /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/rsyslog.log /var/log/upstart/cryptdisks.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/container-detect.log /var/log/upstart/procps-virtual-filesystems.log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/syslog /var/log/cloud-init.log /var/log/alternatives.log /var/log/ntpstats /var/log/kern.log /var/log/lastlog /var/log/auth.log /var/log/dmesg.0 /var/log/clearwater-cluster-manager /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/iotop.log /var/log/dist-upgrade /var/log/wtmp /var/log/dmesg real 0m0.006s user 0m0.000s sys 0m0.005s 2019-01-20 14:08:04,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo find /var/log 2019-01-20 14:08:04,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => [20-Jan-2019 14:06:58 UTC] clearwater-diags-monitor starting [20-Jan-2019 14:06:58 UTC] Waiting for trigger files real 0m0.004s user 0m0.000s sys 0m0.004s 2019-01-20 14:08:04,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => 2019-01-20 14:07:36.804070198 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.000s sys 0m0.004s 2019-01-20 14:08:04,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Use the DNS server 2019-01-20 14:08:04,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2019-01-20 14:08:04,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo service dnsmasq force 2019-01-20 14:08:04,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installation is done 2019-01-20 14:08:04,267 - 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 5 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,855 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57925 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 metaswitchcommon (from clearwater_cluster_manager) Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_queue_manager) Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m32.637s user 0m12.468s sys 0m2.442s 2019-01-20 14:08:04,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] The installation packages is done correctly 2019-01-20 14:08:04,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:08:04,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/4I6UA/install-homer.sh 2019-01-20 14:08:04,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 14:08:04,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/3MKXQ/bind.py 2019-01-20 14:08:04,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:08:04,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:08:04,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-20 14:08:04,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.071s user 0m0.004s sys 0m0.049s 2019-01-20 14:08:04,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:52:f6:16 inet addr:192.168.120.19 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe52:f616/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:89170 errors:0 dropped:0 overruns:0 frame:0 TX packets:57757 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:134063866 (134.0 MB) TX bytes:10654137 (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.004s 2019-01-20 14:08:04,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ifconfig 2019-01-20 14:08:04,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ps 2019-01-20 14:08:04,269 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:08:04,343 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:04,343 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:04,343 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:04,344 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:04,344 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:04,344 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:04,344 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:04,344 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:08:04,344 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:04,344 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:04 GMT 2019-01-20 14:08:04,344 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:04,344 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:08:04,344 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:09,350 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:08:09,901 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:09,902 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:09,902 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:09,902 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:09,902 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:09,902 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:09,902 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:09,902 - 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": "2019-01-20T14:08:04.622Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:04.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:05.181Z", "message": "[sprout] => 2019:01:20 14:07:10: Namespace: management\n2019:01:20 14:07:10: [management] Starting server\n2019:01:20 14:07:10: [management] Listening for requests\n2019:01:20 14:07:10: Namespace: signaling\n2019:01:20 14:07:10: [signaling] Starting server\n2019:01:20 14:07:10: [signaling] Listening for requests\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:05.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:05.181Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:05.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "657cc5e2-41ee-4d56-bf7b-ecc326bf5cbd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:05.181Z", "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": "2019-01-20T14:08:05.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "657cc5e2-41ee-4d56-bf7b-ecc326bf5cbd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:05.181Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:05.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "657cc5e2-41ee-4d56-bf7b-ecc326bf5cbd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:05.181Z", "message": "[localhost] run: sudo mv /tmp/tmpCrlQoj /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:05.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "657cc5e2-41ee-4d56-bf7b-ecc326bf5cbd"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:05.181Z", "message": "[sprout] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 14:00 ? 00:00:00 /sbin/init\nroot 2 0 0 14:00 ? 00:00:00 [kthreadd]\nroot 3 2 0 14:00 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 14:00 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 14:00 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 14:00 ? 00:00:00 [rcu_sched]\nroot 8 2 0 14:00 ? 00:00:00 [rcuos/0]\nroot 9 2 0 14:00 ? 00:00:00 [rcuos/1]\nroot 10 2 0 14:00 ? 00:00:00 [rcu_bh]\nroot 11 2 0 14:00 ? 00:00:00 [rcuob/0]\nroot 12 2 0 14:00 ? 00:00:00 [rcuob/1]\nroot 13 2 0 14:00 ? 00:00:00 [migration/0]\nroot 14 2 0 14:00 ? 00:00:00 [watchdog/0]\nroot 15 2 0 14:00 ? 00:00:00 [watchdog/1]\nroot 16 2 0 14:00 ? 00:00:00 [migration/1]\nroot 17 2 0 14:00 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 14:00 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 14:00 ? 00:00:00 [khelper]\nroot 21 2 0 14:00 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 14:00 ? 00:00:00 [netns]\nroot 23 2 0 14:00 ? 00:00:00 [writeback]\nroot 24 2 0 14:00 ? 00:00:00 [kintegrityd]\nroot 25 2 0 14:00 ? 00:00:00 [bioset]\nroot 27 2 0 14:00 ? 00:00:00 [kblockd]\nroot 28 2 0 14:00 ? 00:00:00 [ata_sff]\nroot 29 2 0 14:00 ? 00:00:00 [khubd]\nroot 30 2 0 14:00 ? 00:00:00 [md]\nroot 31 2 0 14:00 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 14:00 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 14:00 ? 00:00:00 [khungtaskd]\nroot 35 2 0 14:00 ? 00:00:00 [kswapd0]\nroot 36 2 0 14:00 ? 00:00:00 [vmstat]\nroot 37 2 0 14:00 ? 00:00:00 [ksmd]\nroot 38 2 0 14:00 ? 00:00:00 [khugepaged]\nroot 39 2 0 14:00 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 14:00 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 14:00 ? 00:00:00 [crypto]\nroot 53 2 0 14:00 ? 00:00:00 [kthrotld]\nroot 54 2 0 14:00 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 14:00 ? 00:00:00 [vballoon]\nroot 56 2 0 14:00 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 14:00 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 14:00 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 14:00 ? 00:00:00 [deferwq]\nroot 80 2 0 14:00 ? 00:00:00 [charger_manager]\nroot 123 2 0 14:00 ? 00:00:00 [kpsmoused]\nroot 142 2 0 14:00 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 14:00 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 14:00 ? 00:00:00 [ext4-rsv-conver]\nroot 389 1 0 14:00 ? 00:00:00 upstart-udev-bridge --daemon\nroot 395 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 438 2 0 14:00 ? 00:00:00 [kworker/u5:1]\nroot 474 1 0 14:00 ? 00:00:00 upstart-socket-bridge --daemon\nroot 586 1 0 14:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 823 2 0 14:00 ? 00:00:00 [kauditd]\nmessage+ 928 1 0 14:00 ? 00:00:00 dbus-daemon --system --fork\nroot 946 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-logind\nroot 964 1 0 14:00 ? 00:00:00 upstart-file-bridge --daemon\nroot 1054 1 0 14:00 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1057 1 0 14:00 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1061 1 0 14:00 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1062 1 0 14:00 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1064 1 0 14:00 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1110 1 0 14:00 ? 00:00:00 /usr/sbin/sshd -D\nroot 1114 1 0 14:00 ? 00:00:00 cron\ndaemon 1115 1 0 14:00 ? 00:00:00 atd\nroot 1119 1 0 14:00 ? 00:00:00 /usr/sbin/irqbalance\nroot 1142 1 0 14:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1202 1 0 14:00 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1208 1 0 14:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1458 2 0 14:00 ? 00:00:00 [kworker/1:2]\nubuntu 1664 1 0 14:00 ? 00:00:00 /home/ubuntu/sprout_host_7ax6l7/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_7ax6l7 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_7ax6l7 --logging-server-logdir=/home/ubuntu/sprout_host_7ax6l7/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_7ax6l7/work/sprout_host_7ax6l7%I.log --pidfile=/home/ubuntu/sprout_host_7ax6l7/work/sprout_host_7ax6l7.pid\nubuntu 1778 1 0 14:01 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_7ax6l7/env/bin/diamond --configfile /home/ubuntu/sprout_host_7ax6l7/work/plugins/diamond/etc/diamond.conf\nroot 1788 2 0 14:01 ? 00:00:00 [kworker/u5:2]\nubuntu 1848 1664 0 14:03 ? 00:00:00 /home/ubuntu/sprout_host_7ax6l7/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_7ax6l7 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_7ax6l7 --logging-server-logdir=/home/ubuntu/sprout_host_7ax6l7/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_7ax6l7/work/sprout_host_7ax6l7%I.log --pidfile=/home/ubuntu/sprout_host_7ax6l7/work/sprout_host_7ax6l7.pid\nubuntu 1870 1848 0 14:03 ? 00:00:00 /home/ubuntu/sprout_host_7ax6l7/env/bin/python2.7 /home/ubuntu/sprout_host_7ax6l7/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-VfIftV\nubuntu 1881 1870 0 14:03 ? 00:00:00 /bin/sh -c /tmp/HD2GF/install-sprout.sh\nubuntu 1883 1881 0 14:03 ? 00:00:00 /bin/bash -e /tmp/HD2GF/install-sprout.sh\nntp 8471 1 0 14:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nsyslog 8957 1 0 14:07 ? 00:00:00 rsyslogd\nroot 8987 2 0 14:07 ? 00:00:00 [kworker/u5:0]\nroot 8990 1 0 14:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 8991 8990 0 14:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 8998 1 0 14:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 8999 8998 0 14:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9005 8991 0 14:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9006 8999 0 14:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9007 9006 0 14:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9045 1 0 14:07 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\ndnsmasq 9777 1 0 14:08 ? 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 9840 1883 0 14:08 ? 00:00:00 /bin/bash -e /tmp/HD2GF/install-sprout.sh\nubuntu 9841 9840 0 14:08 ? 00:00:00 /bin/bash -e /tmp/HD2GF/install-sprout.sh\nroot 9842 9841 0 14:08 ? 00:00:00 sudo ps -edf\nroot 9843 9842 0 14:08 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.003s\nsys\t0m0.006s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:05.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:05.181Z", "message": "[localhost] run: sudo mv /tmp/tmpcRnP1J /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:05.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "657cc5e2-41ee-4d56-bf7b-ecc326bf5cbd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:05.181Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:05.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "657cc5e2-41ee-4d56-bf7b-ecc326bf5cbd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:05.181Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:05.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "657cc5e2-41ee-4d56-bf7b-ecc326bf5cbd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:05.181Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_qnm214': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'homer-qnm214'}}, u'bono': {u'bono_86w7s5': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.7', u'name': u'bono-86w7s5'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:05.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "657cc5e2-41ee-4d56-bf7b-ecc326bf5cbd"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:05.181Z", "message": "[sprout] => /var/log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/clearwater-socket-factory.log\n/var/log/btmp\n/var/log/unattended-upgrades\n/var/log/monit.log\n/var/log/boot.log\n/var/log/clearwater-queue-manager\n/var/log/udev\n/var/log/clearwater-config-manager\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa20\n/var/log/cloud-init-output.log\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/dpkg.log\n/var/log/upstart\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/rsyslog.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/apt\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/syslog\n/var/log/cloud-init.log\n/var/log/alternatives.log\n/var/log/ntpstats\n/var/log/kern.log\n/var/log/lastlog\n/var/log/auth.log\n/var/log/dmesg.0\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/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/sprout\n/var/log/sprout/sprout_current.txt\n/var/log/sprout/sprout_20190120T140000Z.txt\n/var/log/sprout/sprout_err.log\n/var/log/sprout/sprout_out.log\n/var/log/iotop.log\n/var/log/dist-upgrade\n/var/log/wtmp\n/var/log/dmesg\n\nreal\t0m0.007s\nuser\t0m0.002s\nsys\t0m0.003s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:05.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:05.181Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:05.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "657cc5e2-41ee-4d56-bf7b-ecc326bf5cbd"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:05.181Z", "message": "[sprout] sudo find /var/log", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:05.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:05.181Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:05.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "657cc5e2-41ee-4d56-bf7b-ecc326bf5cbd"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:05.181Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:05.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:05.181Z", "message": "[sprout] sudo netstat ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:05.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:05.181Z", "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 9777/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1110/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9045/monit \ntcp6 0 0 ::1:53 :::* LISTEN 9777/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1110/sshd \nudp 0 0 192.168.120.19:123 0.0.0.0:* 8471/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8471/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8471/ntpd \nudp 0 0 0.0.0.0:28584 0.0.0.0:* 586/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9777/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient \nudp6 0 0 fe80::f816:3eff:fe5:123 :::* 8471/ntpd \nudp6 0 0 ::1:123 :::* 8471/ntpd \nudp6 0 0 :::123 :::* 8471/ntpd \nudp6 0 0 :::34866 :::* 586/dhclient \nudp6 0 0 ::1:53 :::* 9777/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 8780 1142/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 11773 1664/python2.7 /tmp/cloudify-logging-server-6ae95.socket\nunix 2 [ ACC ] STREAM LISTENING 7070 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 11022 1870/python2.7 /tmp/ctx-iWV56C.socket\nunix 2 [ ACC ] STREAM LISTENING 9363 928/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 19243 9005/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 19246 9007/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 1978 395/systemd-udevd /run/udev/control\n\nreal\t0m0.006s\nuser\t0m0.002s\nsys\t0m0.003s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:05.181Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:06.207Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:06.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:06.207Z", "message": "[sprout] => 2019-01-20 14:07:43.738687098 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": "2019-01-20T14:08:06.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "sprout_ifsxa1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:06.642Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:06.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:07.220Z", "message": "Execution done (return_code=0): /tmp/HD2GF/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:07.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:07.220Z", "message": "[sprout] Installation is done", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:07.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "3a02539a-2791-4418-a765-037539ca6650"}, {"node_instance_id": "sprout_ifsxa1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:07.884Z", "message": "Starting node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:07.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:08.233Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-575csc\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 5 not upgraded.\nNeed to get 92.8 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:6 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:20 http://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://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:29 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB]\nGet:30 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:32 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:34 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:36 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB]\nGet:37 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 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-164.214 [774 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.5 [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.7 [1,330 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.9 [18.9 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 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.5 [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 19s (4,721 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51333 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-164.214_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-164.214) ...\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.5_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ...\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.7_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.7) ...\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.9_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.9) ...\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.5_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.5) ...\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-164.214) ...\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.5) ...\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.7) ...\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.9) ...\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.5) ...\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 dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nInstalling collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, 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 9413\nclearwater-socket-factory-sig start/running, process 9421\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9467\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-171215.180814) ...\n * Stopping network management services:\nSetting up ralf (1.0-171215.175140) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.9) ...\nSetting up nginx (1.4.6-1ubuntu3.9) ...\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 cyclone (from crest)\nCollecting cryptography (from crest)\nCollecting idna (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting Twisted (from crest)\nCollecting prctl (from crest)\nCollecting cql (from crest)\nCollecting ipaddress (from crest)\nCollecting msgpack-python (from crest)\nCollecting attrs (from crest)\nCollecting Automat (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting telephus (from crest)\nCollecting asn1crypto (from crest)\nCollecting enum34 (from crest)\nCollecting pure-sasl (from crest)\nCollecting setuptools (from crest)\nCollecting constantly (from crest)\nCollecting lxml (from crest)\nCollecting thrift (from crest)\nCollecting incremental (from crest)\nCollecting zope.interface (from crest)\nCollecting six (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: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, 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 cyclone (from crest->homestead_prov)\nCollecting cryptography (from crest->homestead_prov)\nCollecting idna (from crest->homestead_prov)\nCollecting pyOpenSSL (from crest->homestead_prov)\nCollecting Twisted (from crest->homestead_prov)\nCollecting prctl (from crest->homestead_prov)\nCollecting cql (from crest->homestead_prov)\nCollecting ipaddress (from crest->homestead_prov)\nCollecting msgpack-python (from crest->homestead_prov)\nCollecting attrs (from crest->homestead_prov)\nCollecting Automat (from crest->homestead_prov)\nCollecting metaswitchcommon (from crest->homestead_prov)\nCollecting telephus (from crest->homestead_prov)\nCollecting asn1crypto (from crest->homestead_prov)\nCollecting enum34 (from crest->homestead_prov)\nCollecting pure-sasl (from crest->homestead_prov)\nCollecting setuptools (from crest->homestead_prov)\nCollecting constantly (from crest->homestead_prov)\nCollecting lxml (from crest->homestead_prov)\nCollecting thrift (from crest->homestead_prov)\nCollecting incremental (from crest->homestead_prov)\nCollecting zope.interface (from crest->homestead_prov)\nCollecting six (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: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, crest, homestead-prov\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: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\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: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\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: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\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: 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: 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: 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: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\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: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\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: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\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: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\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: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\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\t4m9.605s\nuser\t0m21.795s\nsys\t0m13.724s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:08.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:08.233Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:08.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:09.033Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:09.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:09.033Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:09.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:09.256Z", "message": "Downloaded scripts/bind/bind.py to /tmp/82Q01/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:09.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "378d1402-c7f0-4423-bf63-f5774fa59a26"}], "metadata": {"pagination": {"total": 1766, "offset": 1706, "size": 50}}} 2019-01-20 14:08:09,903 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:09,903 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:09 GMT 2019-01-20 14:08:09,903 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:09,903 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 88640 2019-01-20 14:08:09,903 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:09,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:08:09,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2019:01:20 14:07:10: Namespace: management 2019:01:20 14:07:10: [management] Starting server 2019:01:20 14:07:10: [management] Listening for requests 2019:01:20 14:07:10: Namespace: signaling 2019:01:20 14:07:10: [signaling] Starting server 2019:01:20 14:07:10: [signaling] Listening for requests real 0m0.004s user 0m0.000s sys 0m0.004s 2019-01-20 14:08:09,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-20 14:08:09,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-20 14:08:09,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-20 14:08:09,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpCrlQoj /etc/bind/db.clearwater.local 2019-01-20 14:08:09,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 14:00 ? 00:00:00 /sbin/init root 2 0 0 14:00 ? 00:00:00 [kthreadd] root 3 2 0 14:00 ? 00:00:00 [ksoftirqd/0] root 5 2 0 14:00 ? 00:00:00 [kworker/0:0H] root 6 2 0 14:00 ? 00:00:00 [kworker/u4:0] root 7 2 0 14:00 ? 00:00:00 [rcu_sched] root 8 2 0 14:00 ? 00:00:00 [rcuos/0] root 9 2 0 14:00 ? 00:00:00 [rcuos/1] root 10 2 0 14:00 ? 00:00:00 [rcu_bh] root 11 2 0 14:00 ? 00:00:00 [rcuob/0] root 12 2 0 14:00 ? 00:00:00 [rcuob/1] root 13 2 0 14:00 ? 00:00:00 [migration/0] root 14 2 0 14:00 ? 00:00:00 [watchdog/0] root 15 2 0 14:00 ? 00:00:00 [watchdog/1] root 16 2 0 14:00 ? 00:00:00 [migration/1] root 17 2 0 14:00 ? 00:00:00 [ksoftirqd/1] root 19 2 0 14:00 ? 00:00:00 [kworker/1:0H] root 20 2 0 14:00 ? 00:00:00 [khelper] root 21 2 0 14:00 ? 00:00:00 [kdevtmpfs] root 22 2 0 14:00 ? 00:00:00 [netns] root 23 2 0 14:00 ? 00:00:00 [writeback] root 24 2 0 14:00 ? 00:00:00 [kintegrityd] root 25 2 0 14:00 ? 00:00:00 [bioset] root 27 2 0 14:00 ? 00:00:00 [kblockd] root 28 2 0 14:00 ? 00:00:00 [ata_sff] root 29 2 0 14:00 ? 00:00:00 [khubd] root 30 2 0 14:00 ? 00:00:00 [md] root 31 2 0 14:00 ? 00:00:00 [devfreq_wq] root 32 2 0 14:00 ? 00:00:00 [kworker/0:1] root 34 2 0 14:00 ? 00:00:00 [khungtaskd] root 35 2 0 14:00 ? 00:00:00 [kswapd0] root 36 2 0 14:00 ? 00:00:00 [vmstat] root 37 2 0 14:00 ? 00:00:00 [ksmd] root 38 2 0 14:00 ? 00:00:00 [khugepaged] root 39 2 0 14:00 ? 00:00:00 [fsnotify_mark] root 40 2 0 14:00 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 14:00 ? 00:00:00 [crypto] root 53 2 0 14:00 ? 00:00:00 [kthrotld] root 54 2 0 14:00 ? 00:00:00 [kworker/u4:1] root 55 2 0 14:00 ? 00:00:00 [vballoon] root 56 2 0 14:00 ? 00:00:00 [kworker/1:1] root 57 2 0 14:00 ? 00:00:00 [scsi_eh_0] root 58 2 0 14:00 ? 00:00:00 [scsi_eh_1] root 79 2 0 14:00 ? 00:00:00 [deferwq] root 80 2 0 14:00 ? 00:00:00 [charger_manager] root 123 2 0 14:00 ? 00:00:00 [kpsmoused] root 142 2 0 14:00 ? 00:00:00 [kworker/0:2] root 186 2 0 14:00 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 14:00 ? 00:00:00 [ext4-rsv-conver] root 389 1 0 14:00 ? 00:00:00 upstart-udev-bridge --daemon root 395 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 438 2 0 14:00 ? 00:00:00 [kworker/u5:1] root 474 1 0 14:00 ? 00:00:00 upstart-socket-bridge --daemon root 586 1 0 14:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 823 2 0 14:00 ? 00:00:00 [kauditd] message+ 928 1 0 14:00 ? 00:00:00 dbus-daemon --system --fork root 946 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-logind root 964 1 0 14:00 ? 00:00:00 upstart-file-bridge --daemon root 1054 1 0 14:00 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1057 1 0 14:00 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1061 1 0 14:00 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1062 1 0 14:00 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1064 1 0 14:00 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1110 1 0 14:00 ? 00:00:00 /usr/sbin/sshd -D root 1114 1 0 14:00 ? 00:00:00 cron daemon 1115 1 0 14:00 ? 00:00:00 atd root 1119 1 0 14:00 ? 00:00:00 /usr/sbin/irqbalance root 1142 1 0 14:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1202 1 0 14:00 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1208 1 0 14:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1458 2 0 14:00 ? 00:00:00 [kworker/1:2] ubuntu 1664 1 0 14:00 ? 00:00:00 /home/ubuntu/sprout_host_7ax6l7/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_7ax6l7 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_7ax6l7 --logging-server-logdir=/home/ubuntu/sprout_host_7ax6l7/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_7ax6l7/work/sprout_host_7ax6l7%I.log --pidfile=/home/ubuntu/sprout_host_7ax6l7/work/sprout_host_7ax6l7.pid ubuntu 1778 1 0 14:01 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_7ax6l7/env/bin/diamond --configfile /home/ubuntu/sprout_host_7ax6l7/work/plugins/diamond/etc/diamond.conf root 1788 2 0 14:01 ? 00:00:00 [kworker/u5:2] ubuntu 1848 1664 0 14:03 ? 00:00:00 /home/ubuntu/sprout_host_7ax6l7/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_7ax6l7 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_7ax6l7 --logging-server-logdir=/home/ubuntu/sprout_host_7ax6l7/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_7ax6l7/work/sprout_host_7ax6l7%I.log --pidfile=/home/ubuntu/sprout_host_7ax6l7/work/sprout_host_7ax6l7.pid ubuntu 1870 1848 0 14:03 ? 00:00:00 /home/ubuntu/sprout_host_7ax6l7/env/bin/python2.7 /home/ubuntu/sprout_host_7ax6l7/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-VfIftV ubuntu 1881 1870 0 14:03 ? 00:00:00 /bin/sh -c /tmp/HD2GF/install-sprout.sh ubuntu 1883 1881 0 14:03 ? 00:00:00 /bin/bash -e /tmp/HD2GF/install-sprout.sh ntp 8471 1 0 14:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 syslog 8957 1 0 14:07 ? 00:00:00 rsyslogd root 8987 2 0 14:07 ? 00:00:00 [kworker/u5:0] root 8990 1 0 14:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 8991 8990 0 14:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 8998 1 0 14:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 8999 8998 0 14:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9005 8991 0 14:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9006 8999 0 14:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9007 9006 0 14:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9045 1 0 14:07 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc dnsmasq 9777 1 0 14:08 ? 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 9840 1883 0 14:08 ? 00:00:00 /bin/bash -e /tmp/HD2GF/install-sprout.sh ubuntu 9841 9840 0 14:08 ? 00:00:00 /bin/bash -e /tmp/HD2GF/install-sprout.sh root 9842 9841 0 14:08 ? 00:00:00 sudo ps -edf root 9843 9842 0 14:08 ? 00:00:00 ps -edf real 0m0.009s user 0m0.003s sys 0m0.006s 2019-01-20 14:08:09,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpcRnP1J /etc/bind/db.clearwater.opnfv 2019-01-20 14:08:09,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-20 14:08:09,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-20 14:08:09,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_qnm214': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'homer-qnm214'}}, u'bono': {u'bono_86w7s5': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.7', u'name': u'bono-86w7s5'}}}, 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.10', u'hss_hostname': u''}. 2019-01-20 14:08:09,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => /var/log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/clearwater-socket-factory.log /var/log/btmp /var/log/unattended-upgrades /var/log/monit.log /var/log/boot.log /var/log/clearwater-queue-manager /var/log/udev /var/log/clearwater-config-manager /var/log/sysstat /var/log/sysstat/clearwater-sa20 /var/log/cloud-init-output.log /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/dpkg.log /var/log/upstart /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/rsyslog.log /var/log/upstart/cryptdisks.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/container-detect.log /var/log/upstart/procps-virtual-filesystems.log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/syslog /var/log/cloud-init.log /var/log/alternatives.log /var/log/ntpstats /var/log/kern.log /var/log/lastlog /var/log/auth.log /var/log/dmesg.0 /var/log/clearwater-cluster-manager /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/sprout /var/log/sprout/sprout_current.txt /var/log/sprout/sprout_20190120T140000Z.txt /var/log/sprout/sprout_err.log /var/log/sprout/sprout_out.log /var/log/iotop.log /var/log/dist-upgrade /var/log/wtmp /var/log/dmesg real 0m0.007s user 0m0.002s sys 0m0.003s 2019-01-20 14:08:09,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-20 14:08:09,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo find /var/log 2019-01-20 14:08:09,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-20 14:08:09,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2019-01-20 14:08:09,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo netstat 2019-01-20 14:08:09,908 - 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 9777/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1110/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9045/monit tcp6 0 0 ::1:53 :::* LISTEN 9777/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1110/sshd udp 0 0 192.168.120.19:123 0.0.0.0:* 8471/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8471/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8471/ntpd udp 0 0 0.0.0.0:28584 0.0.0.0:* 586/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9777/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient udp6 0 0 fe80::f816:3eff:fe5:123 :::* 8471/ntpd udp6 0 0 ::1:123 :::* 8471/ntpd udp6 0 0 :::123 :::* 8471/ntpd udp6 0 0 :::34866 :::* 586/dhclient udp6 0 0 ::1:53 :::* 9777/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 8780 1142/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 11773 1664/python2.7 /tmp/cloudify-logging-server-6ae95.socket unix 2 [ ACC ] STREAM LISTENING 7070 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 11022 1870/python2.7 /tmp/ctx-iWV56C.socket unix 2 [ ACC ] STREAM LISTENING 9363 928/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 19243 9005/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 19246 9007/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] SEQPACKET LISTENING 1978 395/systemd-udevd /run/udev/control real 0m0.006s user 0m0.002s sys 0m0.003s 2019-01-20 14:08:09,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2019-01-20 14:08:09,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2019-01-20 14:07:43.738687098 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.005s 2019-01-20 14:08:09,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:08:09,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/HD2GF/install-sprout.sh 2019-01-20 14:08:09,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installation is done 2019-01-20 14:08:09,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 14:08:09,910 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-575csc 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 5 not upgraded. Need to get 92.8 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:6 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:20 http://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://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:29 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB] Get:30 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:32 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:34 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:36 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB] Get:37 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 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-164.214 [774 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.5 [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.7 [1,330 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.9 [18.9 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 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.5 [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 19s (4,721 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51333 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-164.214_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-164.214) ... 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.5_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... 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.7_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.7) ... 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.9_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.9) ... 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.5_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.5) ... 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-164.214) ... 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.5) ... 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.7) ... 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.9) ... 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.5) ... 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 dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Installing collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, 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 9413 clearwater-socket-factory-sig start/running, process 9421 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9467 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-171215.180814) ... * Stopping network management services: Setting up ralf (1.0-171215.175140) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.9) ... Setting up nginx (1.4.6-1ubuntu3.9) ... 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 cyclone (from crest) Collecting cryptography (from crest) Collecting idna (from crest) Collecting pyOpenSSL (from crest) Collecting Twisted (from crest) Collecting prctl (from crest) Collecting cql (from crest) Collecting ipaddress (from crest) Collecting msgpack-python (from crest) Collecting attrs (from crest) Collecting Automat (from crest) Collecting metaswitchcommon (from crest) Collecting telephus (from crest) Collecting asn1crypto (from crest) Collecting enum34 (from crest) Collecting pure-sasl (from crest) Collecting setuptools (from crest) Collecting constantly (from crest) Collecting lxml (from crest) Collecting thrift (from crest) Collecting incremental (from crest) Collecting zope.interface (from crest) Collecting six (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: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, 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 cyclone (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting idna (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting six (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: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, crest, homestead-prov Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 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: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 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: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.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: 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: 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: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 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: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 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 4m9.605s user 0m21.795s sys 0m13.724s 2019-01-20 14:08:09,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-20 14:08:09,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:08:09,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:08:09,912 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/82Q01/bind.py 2019-01-20 14:08:09,912 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:08:10,027 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:10,027 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:10,027 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:10,027 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:10,027 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:10,027 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:10,027 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:10,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": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:08:10,028 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:10,028 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:10 GMT 2019-01-20 14:08:10,028 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:10,028 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:08:10,028 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:15,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:08:15,424 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:15,425 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:15,425 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:15,425 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:15,425 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:15,425 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:15,425 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:15,425 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:10.518Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:10.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "378d1402-c7f0-4423-bf63-f5774fa59a26"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:10.518Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_qnm214': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'homer-qnm214'}}, u'sprout': {u'sprout_ifsxa1': {u'public_address': u'', u'private_address': u'192.168.120.19', u'name': u'sprout-ifsxa1'}}, u'bono': {u'bono_86w7s5': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.7', u'name': u'bono-86w7s5'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:10.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "378d1402-c7f0-4423-bf63-f5774fa59a26"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:10.518Z", "message": "[localhost] run: sudo mv /tmp/tmpWoHHdE /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:10.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "378d1402-c7f0-4423-bf63-f5774fa59a26"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:10.518Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:10.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "378d1402-c7f0-4423-bf63-f5774fa59a26"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:10.518Z", "message": "[localhost] run: sudo mv /tmp/tmp4gXRgk /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:10.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "378d1402-c7f0-4423-bf63-f5774fa59a26"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:10.518Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:10.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "378d1402-c7f0-4423-bf63-f5774fa59a26"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:10.518Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:10.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "378d1402-c7f0-4423-bf63-f5774fa59a26"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:10.518Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:10.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "378d1402-c7f0-4423-bf63-f5774fa59a26"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:10.518Z", "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": "2019-01-20T14:08:10.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "378d1402-c7f0-4423-bf63-f5774fa59a26"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:10.518Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:10.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "378d1402-c7f0-4423-bf63-f5774fa59a26"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:10.518Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:10.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "378d1402-c7f0-4423-bf63-f5774fa59a26"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:10.752Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:10.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:11.151Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:11.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:11.151Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:11.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:11.550Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/WK5CQ/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:11.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "1ed6e793-d3c7-4171-bfa5-d77dece33009"}], "metadata": {"pagination": {"total": 1782, "offset": 1735, "size": 50}}} 2019-01-20 14:08:15,426 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:15,426 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:15 GMT 2019-01-20 14:08:15,426 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:15,426 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8766 2019-01-20 14:08:15,426 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:15,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-20 14:08:15,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_qnm214': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'homer-qnm214'}}, u'sprout': {u'sprout_ifsxa1': {u'public_address': u'', u'private_address': u'192.168.120.19', u'name': u'sprout-ifsxa1'}}, u'bono': {u'bono_86w7s5': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.7', u'name': u'bono-86w7s5'}}}, 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.10', u'hss_hostname': u''}. 2019-01-20 14:08:15,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpWoHHdE /etc/bind/db.clearwater.local 2019-01-20 14:08:15,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-20 14:08:15,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp4gXRgk /etc/bind/db.clearwater.opnfv 2019-01-20 14:08:15,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-20 14:08:15,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-20 14:08:15,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-20 14:08:15,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-20 14:08:15,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-20 14:08:15,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-20 14:08:15,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:08:15,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:08:15,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:08:15,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/WK5CQ/add-snmpproxy-collector.py 2019-01-20 14:08:15,429 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:08:15,505 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:15,505 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:15,505 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:15,505 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:15,505 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:15,506 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:15,506 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:15,506 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:08:15,506 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:15,506 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:15 GMT 2019-01-20 14:08:15,506 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:15,506 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:08:15,506 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:20,512 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:08:20,937 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:20,938 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:20,938 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:20,938 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:20,938 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:20,938 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:20,938 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:20,938 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1782, "offset": 1750, "size": 50}}} 2019-01-20 14:08:20,938 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:20,939 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:20 GMT 2019-01-20 14:08:20,939 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:20,939 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:08:20,939 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:20,939 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:08:21,027 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:21,027 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:21,027 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:21,027 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:21,027 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:21,027 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:21,027 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:21,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": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:08:21,028 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:21,028 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:21 GMT 2019-01-20 14:08:21,028 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:21,028 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:08:21,028 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:26,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:08:26,569 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:26,569 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:26,570 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:26,570 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:26,570 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:26,570 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:26,570 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:26,570 - 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": "2019-01-20T14:08:22.305Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:22.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 1783, "offset": 1750, "size": 50}}} 2019-01-20 14:08:26,570 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:26,570 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:26 GMT 2019-01-20 14:08:26,570 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:26,571 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 581 2019-01-20 14:08:26,571 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:26,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:08:26,571 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:08:26,653 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:26,653 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:26,653 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:26,653 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:26,653 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:26,654 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:26,654 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:26,654 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:08:26,654 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:26,654 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:26 GMT 2019-01-20 14:08:26,654 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:26,654 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:08:26,654 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:31,660 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:08:31,935 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:31,936 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:31,936 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:31,936 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:31,936 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:31,936 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:31,936 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:31,936 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1783, "offset": 1751, "size": 50}}} 2019-01-20 14:08:31,936 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:31,936 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:31 GMT 2019-01-20 14:08:31,936 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:31,937 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:08:31,937 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:31,937 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:08:32,070 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:32,070 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:32,070 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:32,070 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:32,070 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:32,070 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:32,070 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:32,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": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:08:32,071 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:32,071 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:32 GMT 2019-01-20 14:08:32,071 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:32,071 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:08:32,071 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:37,076 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:08:37,476 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:37,477 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:37,477 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:37,477 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:37,477 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:37,477 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:37,477 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:37,477 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:33.404Z", "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 5 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 (12.4 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58133 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 metaswitchcommon (from clearwater_cluster_manager)\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_queue_manager)\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, 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.628s\nuser\t0m12.217s\nsys\t0m2.441s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:33.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:34.568Z", "message": "[ellis] sudo service dnsmasq force", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:34.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:34.568Z", "message": "[ellis] Configure a new DNS server", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:34.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:34.568Z", "message": "[ellis] The installation packages is done correctly", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:34.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:36.260Z", "message": "[ellis] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.058s\nuser\t0m0.001s\nsys\t0m0.057s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:36.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:36.580Z", "message": "[ellis] sudo ifconfig ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:36.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}], "metadata": {"pagination": {"total": 1789, "offset": 1751, "size": 50}}} 2019-01-20 14:08:37,477 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:37,477 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:37 GMT 2019-01-20 14:08:37,478 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:37,478 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17082 2019-01-20 14:08:37,478 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:37,478 - 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 5 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 (12.4 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58133 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 metaswitchcommon (from clearwater_cluster_manager) Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_queue_manager) Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, 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.628s user 0m12.217s sys 0m2.441s 2019-01-20 14:08:37,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo service dnsmasq force 2019-01-20 14:08:37,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure a new DNS server 2019-01-20 14:08:37,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] The installation packages is done correctly 2019-01-20 14:08:37,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.058s user 0m0.001s sys 0m0.057s 2019-01-20 14:08:37,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ifconfig 2019-01-20 14:08:37,480 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:08:37,879 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:37,879 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:37,880 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:37,880 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:37,880 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:37,880 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:37,880 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:37,880 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:08:37,880 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:37,880 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:37 GMT 2019-01-20 14:08:37,880 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:37,881 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:08:37,881 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:42,886 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:08:42,990 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:42,990 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:42,990 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:42,991 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:42,991 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:42,991 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:42,991 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:42,991 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:37.702Z", "message": "[ellis] sudo ps ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:37.702Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:37.702Z", "message": "[ellis] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 192.168.120.17:2380 0.0.0.0:* LISTEN 10864/etcd \ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 11001/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1111/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 10012/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10184/nginx \ntcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9267/mysqld \ntcp6 0 0 ::1:53 :::* LISTEN 11001/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1111/sshd \ntcp6 0 0 :::4000 :::* LISTEN 10864/etcd \nudp 0 0 192.168.120.17:123 0.0.0.0:* 9418/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 9418/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 9418/ntpd \nudp 0 0 0.0.0.0:2647 0.0.0.0:* 568/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 11001/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 568/dhclient \nudp6 0 0 fe80::f816:3eff:fef:123 :::* 9418/ntpd \nudp6 0 0 ::1:123 :::* 9418/ntpd \nudp6 0 0 :::123 :::* 9418/ntpd \nudp6 0 0 :::29653 :::* 568/dhclient \nudp6 0 0 ::1:53 :::* 11001/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 8959 1122/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 8785 928/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 11537 1661/python2.7 /tmp/cloudify-logging-server-9b3c1.socket\nunix 2 [ ACC ] STREAM LISTENING 1720 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 12399 1867/python2.7 /tmp/ctx-6s3BjE.socket\nunix 2 [ ACC ] STREAM LISTENING 21876 9267/mysqld /var/run/mysqld/mysqld.sock\nunix 2 [ ACC ] SEQPACKET LISTENING 7056 393/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 23722 10391/python /tmp/.ellis-sock\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:37.702Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:37.702Z", "message": "[ellis] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 14:00 ? 00:00:00 /sbin/init\nroot 2 0 0 14:00 ? 00:00:00 [kthreadd]\nroot 3 2 0 14:00 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 14:00 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 14:00 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 14:00 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 14:00 ? 00:00:00 [rcu_sched]\nroot 8 2 0 14:00 ? 00:00:00 [rcuos/0]\nroot 9 2 0 14:00 ? 00:00:00 [rcuos/1]\nroot 10 2 0 14:00 ? 00:00:00 [rcu_bh]\nroot 11 2 0 14:00 ? 00:00:00 [rcuob/0]\nroot 12 2 0 14:00 ? 00:00:00 [rcuob/1]\nroot 13 2 0 14:00 ? 00:00:00 [migration/0]\nroot 14 2 0 14:00 ? 00:00:00 [watchdog/0]\nroot 15 2 0 14:00 ? 00:00:00 [watchdog/1]\nroot 16 2 0 14:00 ? 00:00:00 [migration/1]\nroot 17 2 0 14:00 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 14:00 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 14:00 ? 00:00:00 [khelper]\nroot 21 2 0 14:00 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 14:00 ? 00:00:00 [netns]\nroot 23 2 0 14:00 ? 00:00:00 [writeback]\nroot 24 2 0 14:00 ? 00:00:00 [kintegrityd]\nroot 25 2 0 14:00 ? 00:00:00 [bioset]\nroot 26 2 0 14:00 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 14:00 ? 00:00:00 [kblockd]\nroot 28 2 0 14:00 ? 00:00:00 [ata_sff]\nroot 29 2 0 14:00 ? 00:00:00 [khubd]\nroot 30 2 0 14:00 ? 00:00:00 [md]\nroot 31 2 0 14:00 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 14:00 ? 00:00:00 [kworker/0:1]\nroot 33 2 0 14:00 ? 00:00:00 [kworker/1:1]\nroot 35 2 0 14:00 ? 00:00:00 [khungtaskd]\nroot 36 2 0 14:00 ? 00:00:00 [kswapd0]\nroot 37 2 0 14:00 ? 00:00:00 [vmstat]\nroot 38 2 0 14:00 ? 00:00:00 [ksmd]\nroot 39 2 0 14:00 ? 00:00:00 [khugepaged]\nroot 40 2 0 14:00 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 14:00 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 14:00 ? 00:00:00 [crypto]\nroot 54 2 0 14:00 ? 00:00:00 [kthrotld]\nroot 55 2 0 14:00 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 14:00 ? 00:00:00 [vballoon]\nroot 57 2 0 14:00 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 14:00 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 14:00 ? 00:00:00 [deferwq]\nroot 80 2 0 14:00 ? 00:00:00 [charger_manager]\nroot 122 2 0 14:00 ? 00:00:00 [kpsmoused]\nroot 125 2 0 14:00 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 14:00 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 14:00 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 14:00 ? 00:00:00 upstart-udev-bridge --daemon\nroot 393 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 14:00 ? 00:00:00 [kworker/u5:1]\nroot 506 1 0 14:00 ? 00:00:00 upstart-socket-bridge --daemon\nroot 568 1 0 14:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 821 2 0 14:00 ? 00:00:00 [kauditd]\nmessage+ 928 1 0 14:00 ? 00:00:00 dbus-daemon --system --fork\nroot 944 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-logind\nroot 971 1 0 14:00 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1008 1 0 14:00 ? 00:00:00 rsyslogd\nroot 1052 1 0 14:00 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1055 1 0 14:00 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1059 1 0 14:00 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1060 1 0 14:00 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1062 1 0 14:00 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1090 1 0 14:00 ? 00:00:00 cron\ndaemon 1091 1 0 14:00 ? 00:00:00 atd\nroot 1111 1 0 14:00 ? 00:00:00 /usr/sbin/sshd -D\nroot 1116 1 0 14:00 ? 00:00:00 /usr/sbin/irqbalance\nroot 1122 1 0 14:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1200 1 0 14:00 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1206 1 0 14:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1661 1 0 14:00 ? 00:00:00 /home/ubuntu/ellis_host_0tch82/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_0tch82 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_0tch82 --logging-server-logdir=/home/ubuntu/ellis_host_0tch82/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_0tch82/work/ellis_host_0tch82%I.log --pidfile=/home/ubuntu/ellis_host_0tch82/work/ellis_host_0tch82.pid\nubuntu 1775 1 0 14:01 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_0tch82/env/bin/diamond --configfile /home/ubuntu/ellis_host_0tch82/work/plugins/diamond/etc/diamond.conf\nubuntu 1844 1661 0 14:03 ? 00:00:00 /home/ubuntu/ellis_host_0tch82/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_0tch82 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_0tch82 --logging-server-logdir=/home/ubuntu/ellis_host_0tch82/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_0tch82/work/ellis_host_0tch82%I.log --pidfile=/home/ubuntu/ellis_host_0tch82/work/ellis_host_0tch82.pid\nubuntu 1867 1844 0 14:03 ? 00:00:00 /home/ubuntu/ellis_host_0tch82/env/bin/python2.7 /home/ubuntu/ellis_host_0tch82/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-HP7PWO\nubuntu 1878 1867 0 14:03 ? 00:00:00 /bin/sh -c /tmp/FQ5PX/install-ellis.sh\nubuntu 1880 1878 0 14:03 ? 00:00:00 /bin/bash -e /tmp/FQ5PX/install-ellis.sh\nroot 3305 2 0 14:05 ? 00:00:00 [kworker/u5:2]\nmysql 9267 1 0 14:06 ? 00:00:00 /usr/sbin/mysqld\nntp 9418 1 0 14:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 10012 1 0 14:07 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 10104 1 0 14:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10108 10104 0 14:07 ? 00:00:00 inotifywait -e create -qq .\nroot 10184 1 0 14:07 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 10185 10184 0 14:07 ? 00:00:00 nginx: worker process\nwww-data 10186 10184 0 14:07 ? 00:00:00 nginx: worker process\nwww-data 10187 10184 0 14:07 ? 00:00:00 nginx: worker process\nwww-data 10188 10184 0 14:07 ? 00:00:00 nginx: worker process\nellis 10391 1 0 14:07 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background\nroot 10589 10012 0 14:08 ? 00:00:00 [nginx_ping] \nroot 10591 10012 0 14:08 ? 00:00:00 [check-nginx-upt] \nroot 10594 10012 0 14:08 ? 00:00:00 [check-monit-upt] \nroot 10596 10012 0 14:08 ? 00:00:00 [poll_ellis.sh] \nroot 10605 10012 0 14:08 ? 00:00:00 [poll_ellis_http] \nclearwa+ 10864 1 2 14:08 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.17:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.17 --name 192-168-120-17 --debug --initial-cluster 192-168-120-19=http://192.168.120.19:2380,192-168-120-10=http://192.168.120.10:2380,192-168-120-7=http://192.168.120.7:2380,192-168-120-17=http://192.168.120.17:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.17:2380 --listen-peer-urls http://192.168.120.17:2380\nroot 10905 10012 0 14:08 ? 00:00:00 [check-etcd-upti] \nroot 10909 10012 0 14:08 ? 00:00:00 [poll_etcd_clust] \nroot 10912 10012 0 14:08 ? 00:00:00 [poll_etcd.sh] \ndnsmasq 11001 1 0 14:08 ? 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 11065 1880 0 14:08 ? 00:00:00 /bin/bash -e /tmp/FQ5PX/install-ellis.sh\nubuntu 11066 11065 0 14:08 ? 00:00:00 /bin/bash -e /tmp/FQ5PX/install-ellis.sh\nroot 11067 11066 0 14:08 ? 00:00:00 sudo ps -edf\nroot 11068 11067 0 14:08 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.003s\nsys\t0m0.006s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:37.702Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:37.702Z", "message": "[ellis] sudo netstat ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:37.702Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:37.702Z", "message": "[ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:f3:53:c0 \n inet addr:192.168.120.17 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef3:53c0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:97326 errors:0 dropped:0 overruns:0 frame:0\n TX packets:52877 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:147668713 (147.6 MB) TX bytes:10724293 (10.7 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:206 errors:0 dropped:0 overruns:0 frame:0\n TX packets:206 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:16877 (16.8 KB) TX bytes:16877 (16.8 KB)\n\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:37.702Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:38.881Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:38.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:38.881Z", "message": "[ellis] => [20-Jan-2019 14:07:39 UTC] clearwater-diags-monitor starting\n[20-Jan-2019 14:07:39 UTC] Waiting for trigger files\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:38.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:38.881Z", "message": "[ellis] => /var/log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/btmp\n/var/log/unattended-upgrades\n/var/log/monit.log\n/var/log/boot.log\n/var/log/clearwater-queue-manager\n/var/log/udev\n/var/log/clearwater-config-manager\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa20\n/var/log/sysstat/sa20\n/var/log/cloud-init-output.log\n/var/log/mysql.log\n/var/log/mysql\n/var/log/mysql/error.log\n/var/log/clearwater-diags-monitor.log\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/dpkg.log\n/var/log/upstart\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/mysql.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/ellis\n/var/log/apt\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/syslog\n/var/log/mysql.err\n/var/log/cloud-init.log\n/var/log/alternatives.log\n/var/log/ntpstats\n/var/log/kern.log\n/var/log/lastlog\n/var/log/auth.log\n/var/log/dmesg.0\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/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/iotop.log\n/var/log/dist-upgrade\n/var/log/wtmp\n/var/log/dmesg\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:38.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:38.881Z", "message": "[ellis] sudo find /var/log", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:38.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:39.875Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:39.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:39.930Z", "message": "[ellis] => 2019-01-20 14:08:12.887967784 Stopping etcd clearwater-etcd\n2019-01-20 14:08:14.051099659 Restarting etcd clearwater-etcd\n2019-01-20 14:08:14.055607734 Configured ETCDCTL_PEERS: 192.168.120.10:4000,\n2019-01-20 14:08:14.056377982 Check for previous failed startup attempt\n2019-01-20 14:08:14.057397709 Running etcdctl member list\n5a390934aeb2089e: name=192-168-120-10 peerURLs=http://192.168.120.10:2380 clientURLs=http://192.168.120.10:4000 isLeader=true\nd24c9ab27577de50: name=192-168-120-7 peerURLs=http://192.168.120.7:2380 clientURLs=http://192.168.120.7:4000 isLeader=false\n2019-01-20 14:08:14.070020102 etcdctl returned 0\n2019-01-20 14:08:14.074473475 Joining existing cluster...\n2019-01-20 14:08:32.077340795 Configured ETCDCTL_PEERS: 192.168.120.10:4000,\n2019-01-20 14:08:32.078209004 Check cluster is healthy\n2019-01-20 14:08:32.079420309 Running etcdctl cluster-health\nmember 24af4a104d380e40 is healthy: got healthy result from http://192.168.120.19:4000\nmember 5a390934aeb2089e is healthy: got healthy result from http://192.168.120.10:4000\nmember d24c9ab27577de50 is healthy: got healthy result from http://192.168.120.7:4000\ncluster is healthy\n2019-01-20 14:08:32.476385489 etcdctl returned 0\n2019-01-20 14:08:32.477452534 Tell the cluster we're joining\n2019-01-20 14:08:32.478230887 Running etcdctl member add 192-168-120-17 http://192.168.120.17:2380\nAdded member named 192-168-120-17 with ID 6ea7b8c253d71a4b to cluster\n\nETCD_NAME=\"192-168-120-17\"\nETCD_INITIAL_CLUSTER=\"192-168-120-19=http://192.168.120.19:2380,192-168-120-10=http://192.168.120.10:2380,192-168-120-17=http://192.168.120.17:2380,192-168-120-7=http://192.168.120.7:2380\"\nETCD_INITIAL_CLUSTER_STATE=\"existing\"\n2019-01-20 14:08:32.507805638 etcdctl returned 0\n2019-01-20 14:08:32.538018575 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.17:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.17\n --name 192-168-120-17\n --debug --initial-cluster 192-168-120-19=http://192.168.120.19:2380,192-168-120-10=http://192.168.120.10:2380,192-168-120-7=http://192.168.120.7:2380,192-168-120-17=http://192.168.120.17:2380\n --initial-cluster-state existing\n --initial-advertise-peer-urls http://192.168.120.17:2380\n --listen-peer-urls http://192.168.120.17:2380\n2019-01-20 14:08:32.542685456 Check we're actually a member of the cluster\n2019-01-20 14:08:32.548995045 Wait for etcd to startup\n2019-01-20 14:08:33.556482475 Etcd started successfully\n2019-01-20 14:08:32.558778 I | etcdmain: etcd Version: 3.1.7\n2019-01-20 14:08:32.558817 I | etcdmain: Git SHA: 43b7507\n2019-01-20 14:08:32.558822 I | etcdmain: Go Version: go1.7.5\n2019-01-20 14:08:32.558825 I | etcdmain: Go OS/Arch: linux/amd64\n2019-01-20 14:08:32.558828 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2019-01-20 14:08:32.558894 I | embed: listening for peers on http://192.168.120.17:2380\n2019-01-20 14:08:32.558938 I | embed: listening for client requests on 0.0.0.0:4000\n2019-01-20 14:08:32.633245 I | etcdserver: name = 192-168-120-17\n2019-01-20 14:08:32.633260 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.17\n2019-01-20 14:08:32.633267 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.17/member\n2019-01-20 14:08:32.633272 I | etcdserver: heartbeat = 100ms\n2019-01-20 14:08:32.633277 I | etcdserver: election = 1000ms\n2019-01-20 14:08:32.633307 I | etcdserver: snapshot count = 10000\n2019-01-20 14:08:32.633317 I | etcdserver: advertise client URLs = http://192.168.120.17:4000\n2019-01-20 14:08:32.742718 I | etcdserver: starting member 6ea7b8c253d71a4b in cluster 54cdbb303d36fe88\n2019-01-20 14:08:32.742748 I | raft: 6ea7b8c253d71a4b became follower at term 0\n2019-01-20 14:08:32.742762 I | raft: newRaft 6ea7b8c253d71a4b [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2019-01-20 14:08:32.742766 I | raft: 6ea7b8c253d71a4b became follower at term 1\n2019-01-20 14:08:32.956176 I | rafthttp: started HTTP pipelining with peer 24af4a104d380e40\n2019-01-20 14:08:32.956206 I | rafthttp: started HTTP pipelining with peer 5a390934aeb2089e\n2019-01-20 14:08:32.956282 I | rafthttp: started HTTP pipelining with peer d24c9ab27577de50\n2019-01-20 14:08:32.956300 I | rafthttp: starting peer 24af4a104d380e40...\n2019-01-20 14:08:32.956310 I | rafthttp: started HTTP pipelining with peer 24af4a104d380e40\n2019-01-20 14:08:32.964582 I | rafthttp: started streaming with peer 24af4a104d380e40 (writer)\n2019-01-20 14:08:32.964941 I | rafthttp: started peer 24af4a104d380e40\n2019-01-20 14:08:32.964967 I | rafthttp: added peer 24af4a104d380e40\n2019-01-20 14:08:32.964987 I | rafthttp: starting peer 5a390934aeb2089e...\n2019-01-20 14:08:32.965005 I | rafthttp: started HTTP pipelining with peer 5a390934aeb2089e\n2019-01-20 14:08:32.965165 I | rafthttp: started streaming with peer 24af4a104d380e40 (writer)\n2019-01-20 14:08:32.965192 I | rafthttp: started streaming with peer 24af4a104d380e40 (stream MsgApp v2 reader)\n2019-01-20 14:08:32.965418 I | rafthttp: started streaming with peer 24af4a104d380e40 (stream Message reader)\n2019-01-20 14:08:32.965900 I | rafthttp: started streaming with peer 5a390934aeb2089e (writer)\n2019-01-20 14:08:32.965917 I | rafthttp: started streaming with peer 5a390934aeb2089e (writer)\n2019-01-20 14:08:32.965969 I | rafthttp: started peer 5a390934aeb2089e\n2019-01-20 14:08:32.965980 I | rafthttp: added peer 5a390934aeb2089e\n2019-01-20 14:08:32.965988 I | rafthttp: starting peer d24c9ab27577de50...\n2019-01-20 14:08:32.966408 I | rafthttp: started HTTP pipelining with peer d24c9ab27577de50\n2019-01-20 14:08:32.968507 I | rafthttp: started peer d24c9ab27577de50\n2019-01-20 14:08:32.968532 I | rafthttp: added peer d24c9ab27577de50\n2019-01-20 14:08:32.968558 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2019-01-20 14:08:32.969160 I | rafthttp: started streaming with peer d24c9ab27577de50 (writer)\n2019-01-20 14:08:32.969176 I | rafthttp: started streaming with peer d24c9ab27577de50 (writer)\n2019-01-20 14:08:32.969203 I | rafthttp: started streaming with peer d24c9ab27577de50 (stream MsgApp v2 reader)\n2019-01-20 14:08:32.969358 I | rafthttp: started streaming with peer d24c9ab27577de50 (stream Message reader)\n2019-01-20 14:08:32.970116 I | raft: 6ea7b8c253d71a4b [term: 1] received a MsgHeartbeat message with higher term from 5a390934aeb2089e [term: 3]\n2019-01-20 14:08:32.970142 I | raft: 6ea7b8c253d71a4b became follower at term 3\n2019-01-20 14:08:32.970155 I | raft: raft.node: 6ea7b8c253d71a4b elected leader 5a390934aeb2089e at term 3\n2019-01-20 14:08:32.970995 I | rafthttp: peer 5a390934aeb2089e became active\n2019-01-20 14:08:32.971010 I | rafthttp: established a TCP streaming connection with peer 5a390934aeb2089e (stream Message writer)\n2019-01-20 14:08:32.971431 I | rafthttp: established a TCP streaming connection with peer 5a390934aeb2089e (stream MsgApp v2 writer)\n2019-01-20 14:08:32.971543 I | rafthttp: peer d24c9ab27577de50 became active\n2019-01-20 14:08:32.971554 I | rafthttp: established a TCP streaming connection with peer d24c9ab27577de50 (stream Message writer)\n2019-01-20 14:08:32.971640 I | rafthttp: peer 24af4a104d380e40 became active\n2019-01-20 14:08:32.971651 I | rafthttp: established a TCP streaming connection with peer 24af4a104d380e40 (stream Message writer)\n2019-01-20 14:08:32.971774 I | rafthttp: established a TCP streaming connection with peer 24af4a104d380e40 (stream MsgApp v2 writer)\n2019-01-20 14:08:32.971901 I | rafthttp: established a TCP streaming connection with peer d24c9ab27577de50 (stream MsgApp v2 writer)\n2019-01-20 14:08:32.972418 I | rafthttp: started streaming with peer 5a390934aeb2089e (stream Message reader)\n2019-01-20 14:08:32.972666 I | rafthttp: started streaming with peer 5a390934aeb2089e (stream MsgApp v2 reader)\n2019-01-20 14:08:32.972882 I | rafthttp: established a TCP streaming connection with peer d24c9ab27577de50 (stream MsgApp v2 reader)\n2019-01-20 14:08:32.972988 I | rafthttp: established a TCP streaming connection with peer d24c9ab27577de50 (stream Message reader)\n2019-01-20 14:08:32.973028 I | rafthttp: established a TCP streaming connection with peer 5a390934aeb2089e (stream Message reader)\n2019-01-20 14:08:32.973246 I | rafthttp: established a TCP streaming connection with peer 5a390934aeb2089e (stream MsgApp v2 reader)\n2019-01-20 14:08:32.973897 I | rafthttp: established a TCP streaming connection with peer 24af4a104d380e40 (stream Message reader)\n2019-01-20 14:08:32.973926 I | rafthttp: established a TCP streaming connection with peer 24af4a104d380e40 (stream MsgApp v2 reader)\n2019-01-20 14:08:33.105162 D | raft: 6ea7b8c253d71a4b [logterm: 0, index: 59] rejected msgApp [logterm: 3, index: 59] from 5a390934aeb2089e\n2019-01-20 14:08:33.105237 D | raft: 6ea7b8c253d71a4b [logterm: 0, index: 59] rejected msgApp [logterm: 3, index: 59] from 5a390934aeb2089e\n2019-01-20 14:08:33.105270 D | raft: 6ea7b8c253d71a4b [logterm: 0, index: 59] rejected msgApp [logterm: 3, index: 59] from 5a390934aeb2089e\n2019-01-20 14:08:33.118143 D | raft: 6ea7b8c253d71a4b [logterm: 0, index: 59] rejected msgApp [logterm: 3, index: 59] from 5a390934aeb2089e\n2019-01-20 14:08:33.118164 D | raft: 6ea7b8c253d71a4b [logterm: 0, index: 59] rejected msgApp [logterm: 3, index: 59] from 5a390934aeb2089e\n2019-01-20 14:08:33.118186 D | raft: 6ea7b8c253d71a4b [logterm: 0, index: 59] rejected msgApp [logterm: 3, index: 59] from 5a390934aeb2089e\n2019-01-20 14:08:33.118469 I | etcdserver/membership: added member 5a390934aeb2089e [http://192.168.120.10:2380] to cluster 54cdbb303d36fe88\n2019-01-20 14:08:33.118554 N | etcdserver/membership: set the initial cluster version to 3.1\n2019-01-20 14:08:33.118578 I | etcdserver/api: enabled capabilities for version 3.1\n2019-01-20 14:08:33.118767 I | etcdserver/membership: added member d24c9ab27577de50 [http://192.168.120.7:2380] to cluster 54cdbb303d36fe88\n2019-01-20 14:08:33.118916 I | etcdserver/membership: added member 24af4a104d380e40 [http://192.168.120.19:2380] to cluster 54cdbb303d36fe88\n2019-01-20 14:08:33.119033 I | etcdserver/membership: added member 6ea7b8c253d71a4b [http://192.168.120.17:2380] to cluster 54cdbb303d36fe88\n2019-01-20 14:08:33.227025 I | etcdserver: published {Name:192-168-120-17 ClientURLs:[http://192.168.120.17:4000]} to cluster 54cdbb303d36fe88\n2019-01-20 14:08:33.227127 I | embed: ready to serve client requests\n2019-01-20 14:08:33.227597 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2019-01-20 14:08:33.723306 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.17:52347\n2019-01-20 14:08:33.730662 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.17:52348\n2019-01-20 14:08:33.798608 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.17:52351\n2019-01-20 14:08:34.540152 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.9:57290\n2019-01-20 14:08:34.627963 D | etcdserver/api/v2http: [POST] /v2/members remote:192.168.120.9:57295\n2019-01-20 14:08:34.628096 W | etcdserver: not healthy for reconfigure, rejecting member add {ID:386d5d6450271215 RaftAttributes:{PeerURLs:[http://192.168.120.9:2380]} Attributes:{Name: ClientURLs:[]}}\n2019-01-20 14:08:34.628108 E | etcdserver/api/v2http: error adding member 386d5d6450271215 (etcdserver: unhealthy cluster)\n2019-01-20 14:08:34.628115 E | etcdserver/api/v2http: etcdserver: unhealthy cluster\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:39.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:39.930Z", "message": "Execution done (return_code=0): /tmp/FQ5PX/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:39.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:39.930Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:39.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:39.930Z", "message": "[ellis] Installation is done", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:39.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "28484743-cb0b-47a0-852b-ecaefd97832e"}, {"node_instance_id": "ellis_jl80d2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:41.167Z", "message": "Starting node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:41.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:41.167Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:41.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:41.167Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:41.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:41.235Z", "message": "Downloaded scripts/bind/bind.py to /tmp/07AKJ/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:41.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b970fa68-dcff-4019-b055-6f04da93cd18"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:41.941Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:41.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b970fa68-dcff-4019-b055-6f04da93cd18"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:41.941Z", "message": "", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:41.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "2a5e4569-fb19-4f56-b921-dc37d5d8d054"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:41.941Z", "message": "Executing: /tmp/Q8O45/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:41.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "2a5e4569-fb19-4f56-b921-dc37d5d8d054"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:41.941Z", "message": "Start numbers creation", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:41.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "2a5e4569-fb19-4f56-b921-dc37d5d8d054"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:41.941Z", "message": "Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/Q8O45/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:41.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "2a5e4569-fb19-4f56-b921-dc37d5d8d054"}], "metadata": {"pagination": {"total": 1817, "offset": 1757, "size": 50}}} 2019-01-20 14:08:42,991 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:42,991 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:42 GMT 2019-01-20 14:08:42,991 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:42,992 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 38868 2019-01-20 14:08:42,992 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:42,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ps 2019-01-20 14:08:42,993 - 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 192.168.120.17:2380 0.0.0.0:* LISTEN 10864/etcd tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 11001/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1111/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 10012/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10184/nginx tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9267/mysqld tcp6 0 0 ::1:53 :::* LISTEN 11001/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1111/sshd tcp6 0 0 :::4000 :::* LISTEN 10864/etcd udp 0 0 192.168.120.17:123 0.0.0.0:* 9418/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 9418/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 9418/ntpd udp 0 0 0.0.0.0:2647 0.0.0.0:* 568/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 11001/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 568/dhclient udp6 0 0 fe80::f816:3eff:fef:123 :::* 9418/ntpd udp6 0 0 ::1:123 :::* 9418/ntpd udp6 0 0 :::123 :::* 9418/ntpd udp6 0 0 :::29653 :::* 568/dhclient udp6 0 0 ::1:53 :::* 11001/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 8959 1122/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 8785 928/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 11537 1661/python2.7 /tmp/cloudify-logging-server-9b3c1.socket unix 2 [ ACC ] STREAM LISTENING 1720 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 12399 1867/python2.7 /tmp/ctx-6s3BjE.socket unix 2 [ ACC ] STREAM LISTENING 21876 9267/mysqld /var/run/mysqld/mysqld.sock unix 2 [ ACC ] SEQPACKET LISTENING 7056 393/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 23722 10391/python /tmp/.ellis-sock real 0m0.007s user 0m0.000s sys 0m0.007s 2019-01-20 14:08:42,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 14:00 ? 00:00:00 /sbin/init root 2 0 0 14:00 ? 00:00:00 [kthreadd] root 3 2 0 14:00 ? 00:00:00 [ksoftirqd/0] root 4 2 0 14:00 ? 00:00:00 [kworker/0:0] root 5 2 0 14:00 ? 00:00:00 [kworker/0:0H] root 6 2 0 14:00 ? 00:00:00 [kworker/u4:0] root 7 2 0 14:00 ? 00:00:00 [rcu_sched] root 8 2 0 14:00 ? 00:00:00 [rcuos/0] root 9 2 0 14:00 ? 00:00:00 [rcuos/1] root 10 2 0 14:00 ? 00:00:00 [rcu_bh] root 11 2 0 14:00 ? 00:00:00 [rcuob/0] root 12 2 0 14:00 ? 00:00:00 [rcuob/1] root 13 2 0 14:00 ? 00:00:00 [migration/0] root 14 2 0 14:00 ? 00:00:00 [watchdog/0] root 15 2 0 14:00 ? 00:00:00 [watchdog/1] root 16 2 0 14:00 ? 00:00:00 [migration/1] root 17 2 0 14:00 ? 00:00:00 [ksoftirqd/1] root 19 2 0 14:00 ? 00:00:00 [kworker/1:0H] root 20 2 0 14:00 ? 00:00:00 [khelper] root 21 2 0 14:00 ? 00:00:00 [kdevtmpfs] root 22 2 0 14:00 ? 00:00:00 [netns] root 23 2 0 14:00 ? 00:00:00 [writeback] root 24 2 0 14:00 ? 00:00:00 [kintegrityd] root 25 2 0 14:00 ? 00:00:00 [bioset] root 26 2 0 14:00 ? 00:00:00 [kworker/u5:0] root 27 2 0 14:00 ? 00:00:00 [kblockd] root 28 2 0 14:00 ? 00:00:00 [ata_sff] root 29 2 0 14:00 ? 00:00:00 [khubd] root 30 2 0 14:00 ? 00:00:00 [md] root 31 2 0 14:00 ? 00:00:00 [devfreq_wq] root 32 2 0 14:00 ? 00:00:00 [kworker/0:1] root 33 2 0 14:00 ? 00:00:00 [kworker/1:1] root 35 2 0 14:00 ? 00:00:00 [khungtaskd] root 36 2 0 14:00 ? 00:00:00 [kswapd0] root 37 2 0 14:00 ? 00:00:00 [vmstat] root 38 2 0 14:00 ? 00:00:00 [ksmd] root 39 2 0 14:00 ? 00:00:00 [khugepaged] root 40 2 0 14:00 ? 00:00:00 [fsnotify_mark] root 41 2 0 14:00 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 14:00 ? 00:00:00 [crypto] root 54 2 0 14:00 ? 00:00:00 [kthrotld] root 55 2 0 14:00 ? 00:00:00 [kworker/u4:1] root 56 2 0 14:00 ? 00:00:00 [vballoon] root 57 2 0 14:00 ? 00:00:00 [scsi_eh_0] root 58 2 0 14:00 ? 00:00:00 [scsi_eh_1] root 79 2 0 14:00 ? 00:00:00 [deferwq] root 80 2 0 14:00 ? 00:00:00 [charger_manager] root 122 2 0 14:00 ? 00:00:00 [kpsmoused] root 125 2 0 14:00 ? 00:00:00 [kworker/1:2] root 186 2 0 14:00 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 14:00 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 14:00 ? 00:00:00 upstart-udev-bridge --daemon root 393 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 14:00 ? 00:00:00 [kworker/u5:1] root 506 1 0 14:00 ? 00:00:00 upstart-socket-bridge --daemon root 568 1 0 14:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 821 2 0 14:00 ? 00:00:00 [kauditd] message+ 928 1 0 14:00 ? 00:00:00 dbus-daemon --system --fork root 944 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-logind root 971 1 0 14:00 ? 00:00:00 upstart-file-bridge --daemon syslog 1008 1 0 14:00 ? 00:00:00 rsyslogd root 1052 1 0 14:00 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1055 1 0 14:00 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1059 1 0 14:00 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1060 1 0 14:00 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1062 1 0 14:00 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1090 1 0 14:00 ? 00:00:00 cron daemon 1091 1 0 14:00 ? 00:00:00 atd root 1111 1 0 14:00 ? 00:00:00 /usr/sbin/sshd -D root 1116 1 0 14:00 ? 00:00:00 /usr/sbin/irqbalance root 1122 1 0 14:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1200 1 0 14:00 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1206 1 0 14:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1661 1 0 14:00 ? 00:00:00 /home/ubuntu/ellis_host_0tch82/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_0tch82 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_0tch82 --logging-server-logdir=/home/ubuntu/ellis_host_0tch82/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_0tch82/work/ellis_host_0tch82%I.log --pidfile=/home/ubuntu/ellis_host_0tch82/work/ellis_host_0tch82.pid ubuntu 1775 1 0 14:01 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_0tch82/env/bin/diamond --configfile /home/ubuntu/ellis_host_0tch82/work/plugins/diamond/etc/diamond.conf ubuntu 1844 1661 0 14:03 ? 00:00:00 /home/ubuntu/ellis_host_0tch82/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_0tch82 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_0tch82 --logging-server-logdir=/home/ubuntu/ellis_host_0tch82/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_0tch82/work/ellis_host_0tch82%I.log --pidfile=/home/ubuntu/ellis_host_0tch82/work/ellis_host_0tch82.pid ubuntu 1867 1844 0 14:03 ? 00:00:00 /home/ubuntu/ellis_host_0tch82/env/bin/python2.7 /home/ubuntu/ellis_host_0tch82/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-HP7PWO ubuntu 1878 1867 0 14:03 ? 00:00:00 /bin/sh -c /tmp/FQ5PX/install-ellis.sh ubuntu 1880 1878 0 14:03 ? 00:00:00 /bin/bash -e /tmp/FQ5PX/install-ellis.sh root 3305 2 0 14:05 ? 00:00:00 [kworker/u5:2] mysql 9267 1 0 14:06 ? 00:00:00 /usr/sbin/mysqld ntp 9418 1 0 14:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 10012 1 0 14:07 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 10104 1 0 14:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10108 10104 0 14:07 ? 00:00:00 inotifywait -e create -qq . root 10184 1 0 14:07 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 10185 10184 0 14:07 ? 00:00:00 nginx: worker process www-data 10186 10184 0 14:07 ? 00:00:00 nginx: worker process www-data 10187 10184 0 14:07 ? 00:00:00 nginx: worker process www-data 10188 10184 0 14:07 ? 00:00:00 nginx: worker process ellis 10391 1 0 14:07 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background root 10589 10012 0 14:08 ? 00:00:00 [nginx_ping] root 10591 10012 0 14:08 ? 00:00:00 [check-nginx-upt] root 10594 10012 0 14:08 ? 00:00:00 [check-monit-upt] root 10596 10012 0 14:08 ? 00:00:00 [poll_ellis.sh] root 10605 10012 0 14:08 ? 00:00:00 [poll_ellis_http] clearwa+ 10864 1 2 14:08 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.17:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.17 --name 192-168-120-17 --debug --initial-cluster 192-168-120-19=http://192.168.120.19:2380,192-168-120-10=http://192.168.120.10:2380,192-168-120-7=http://192.168.120.7:2380,192-168-120-17=http://192.168.120.17:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.17:2380 --listen-peer-urls http://192.168.120.17:2380 root 10905 10012 0 14:08 ? 00:00:00 [check-etcd-upti] root 10909 10012 0 14:08 ? 00:00:00 [poll_etcd_clust] root 10912 10012 0 14:08 ? 00:00:00 [poll_etcd.sh] dnsmasq 11001 1 0 14:08 ? 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 11065 1880 0 14:08 ? 00:00:00 /bin/bash -e /tmp/FQ5PX/install-ellis.sh ubuntu 11066 11065 0 14:08 ? 00:00:00 /bin/bash -e /tmp/FQ5PX/install-ellis.sh root 11067 11066 0 14:08 ? 00:00:00 sudo ps -edf root 11068 11067 0 14:08 ? 00:00:00 ps -edf real 0m0.008s user 0m0.003s sys 0m0.006s 2019-01-20 14:08:42,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo netstat 2019-01-20 14:08:42,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:f3:53:c0 inet addr:192.168.120.17 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fef3:53c0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:97326 errors:0 dropped:0 overruns:0 frame:0 TX packets:52877 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:147668713 (147.6 MB) TX bytes:10724293 (10.7 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:206 errors:0 dropped:0 overruns:0 frame:0 TX packets:206 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:16877 (16.8 KB) TX bytes:16877 (16.8 KB) real 0m0.004s user 0m0.003s sys 0m0.002s 2019-01-20 14:08:42,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2019-01-20 14:08:42,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => [20-Jan-2019 14:07:39 UTC] clearwater-diags-monitor starting [20-Jan-2019 14:07:39 UTC] Waiting for trigger files real 0m0.004s user 0m0.000s sys 0m0.004s 2019-01-20 14:08:42,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => /var/log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/btmp /var/log/unattended-upgrades /var/log/monit.log /var/log/boot.log /var/log/clearwater-queue-manager /var/log/udev /var/log/clearwater-config-manager /var/log/sysstat /var/log/sysstat/clearwater-sa20 /var/log/sysstat/sa20 /var/log/cloud-init-output.log /var/log/mysql.log /var/log/mysql /var/log/mysql/error.log /var/log/clearwater-diags-monitor.log /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/dpkg.log /var/log/upstart /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/mysql.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/rsyslog.log /var/log/upstart/cryptdisks.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/container-detect.log /var/log/upstart/procps-virtual-filesystems.log /var/log/ellis /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/syslog /var/log/mysql.err /var/log/cloud-init.log /var/log/alternatives.log /var/log/ntpstats /var/log/kern.log /var/log/lastlog /var/log/auth.log /var/log/dmesg.0 /var/log/clearwater-cluster-manager /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd.log /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/iotop.log /var/log/dist-upgrade /var/log/wtmp /var/log/dmesg real 0m0.007s user 0m0.000s sys 0m0.004s 2019-01-20 14:08:42,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo find /var/log 2019-01-20 14:08:42,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:08:42,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 2019-01-20 14:08:12.887967784 Stopping etcd clearwater-etcd 2019-01-20 14:08:14.051099659 Restarting etcd clearwater-etcd 2019-01-20 14:08:14.055607734 Configured ETCDCTL_PEERS: 192.168.120.10:4000, 2019-01-20 14:08:14.056377982 Check for previous failed startup attempt 2019-01-20 14:08:14.057397709 Running etcdctl member list 5a390934aeb2089e: name=192-168-120-10 peerURLs=http://192.168.120.10:2380 clientURLs=http://192.168.120.10:4000 isLeader=true d24c9ab27577de50: name=192-168-120-7 peerURLs=http://192.168.120.7:2380 clientURLs=http://192.168.120.7:4000 isLeader=false 2019-01-20 14:08:14.070020102 etcdctl returned 0 2019-01-20 14:08:14.074473475 Joining existing cluster... 2019-01-20 14:08:32.077340795 Configured ETCDCTL_PEERS: 192.168.120.10:4000, 2019-01-20 14:08:32.078209004 Check cluster is healthy 2019-01-20 14:08:32.079420309 Running etcdctl cluster-health member 24af4a104d380e40 is healthy: got healthy result from http://192.168.120.19:4000 member 5a390934aeb2089e is healthy: got healthy result from http://192.168.120.10:4000 member d24c9ab27577de50 is healthy: got healthy result from http://192.168.120.7:4000 cluster is healthy 2019-01-20 14:08:32.476385489 etcdctl returned 0 2019-01-20 14:08:32.477452534 Tell the cluster we're joining 2019-01-20 14:08:32.478230887 Running etcdctl member add 192-168-120-17 http://192.168.120.17:2380 Added member named 192-168-120-17 with ID 6ea7b8c253d71a4b to cluster ETCD_NAME="192-168-120-17" ETCD_INITIAL_CLUSTER="192-168-120-19=http://192.168.120.19:2380,192-168-120-10=http://192.168.120.10:2380,192-168-120-17=http://192.168.120.17:2380,192-168-120-7=http://192.168.120.7:2380" ETCD_INITIAL_CLUSTER_STATE="existing" 2019-01-20 14:08:32.507805638 etcdctl returned 0 2019-01-20 14:08:32.538018575 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.17:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.17 --name 192-168-120-17 --debug --initial-cluster 192-168-120-19=http://192.168.120.19:2380,192-168-120-10=http://192.168.120.10:2380,192-168-120-7=http://192.168.120.7:2380,192-168-120-17=http://192.168.120.17:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.17:2380 --listen-peer-urls http://192.168.120.17:2380 2019-01-20 14:08:32.542685456 Check we're actually a member of the cluster 2019-01-20 14:08:32.548995045 Wait for etcd to startup 2019-01-20 14:08:33.556482475 Etcd started successfully 2019-01-20 14:08:32.558778 I | etcdmain: etcd Version: 3.1.7 2019-01-20 14:08:32.558817 I | etcdmain: Git SHA: 43b7507 2019-01-20 14:08:32.558822 I | etcdmain: Go Version: go1.7.5 2019-01-20 14:08:32.558825 I | etcdmain: Go OS/Arch: linux/amd64 2019-01-20 14:08:32.558828 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2019-01-20 14:08:32.558894 I | embed: listening for peers on http://192.168.120.17:2380 2019-01-20 14:08:32.558938 I | embed: listening for client requests on 0.0.0.0:4000 2019-01-20 14:08:32.633245 I | etcdserver: name = 192-168-120-17 2019-01-20 14:08:32.633260 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.17 2019-01-20 14:08:32.633267 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.17/member 2019-01-20 14:08:32.633272 I | etcdserver: heartbeat = 100ms 2019-01-20 14:08:32.633277 I | etcdserver: election = 1000ms 2019-01-20 14:08:32.633307 I | etcdserver: snapshot count = 10000 2019-01-20 14:08:32.633317 I | etcdserver: advertise client URLs = http://192.168.120.17:4000 2019-01-20 14:08:32.742718 I | etcdserver: starting member 6ea7b8c253d71a4b in cluster 54cdbb303d36fe88 2019-01-20 14:08:32.742748 I | raft: 6ea7b8c253d71a4b became follower at term 0 2019-01-20 14:08:32.742762 I | raft: newRaft 6ea7b8c253d71a4b [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2019-01-20 14:08:32.742766 I | raft: 6ea7b8c253d71a4b became follower at term 1 2019-01-20 14:08:32.956176 I | rafthttp: started HTTP pipelining with peer 24af4a104d380e40 2019-01-20 14:08:32.956206 I | rafthttp: started HTTP pipelining with peer 5a390934aeb2089e 2019-01-20 14:08:32.956282 I | rafthttp: started HTTP pipelining with peer d24c9ab27577de50 2019-01-20 14:08:32.956300 I | rafthttp: starting peer 24af4a104d380e40... 2019-01-20 14:08:32.956310 I | rafthttp: started HTTP pipelining with peer 24af4a104d380e40 2019-01-20 14:08:32.964582 I | rafthttp: started streaming with peer 24af4a104d380e40 (writer) 2019-01-20 14:08:32.964941 I | rafthttp: started peer 24af4a104d380e40 2019-01-20 14:08:32.964967 I | rafthttp: added peer 24af4a104d380e40 2019-01-20 14:08:32.964987 I | rafthttp: starting peer 5a390934aeb2089e... 2019-01-20 14:08:32.965005 I | rafthttp: started HTTP pipelining with peer 5a390934aeb2089e 2019-01-20 14:08:32.965165 I | rafthttp: started streaming with peer 24af4a104d380e40 (writer) 2019-01-20 14:08:32.965192 I | rafthttp: started streaming with peer 24af4a104d380e40 (stream MsgApp v2 reader) 2019-01-20 14:08:32.965418 I | rafthttp: started streaming with peer 24af4a104d380e40 (stream Message reader) 2019-01-20 14:08:32.965900 I | rafthttp: started streaming with peer 5a390934aeb2089e (writer) 2019-01-20 14:08:32.965917 I | rafthttp: started streaming with peer 5a390934aeb2089e (writer) 2019-01-20 14:08:32.965969 I | rafthttp: started peer 5a390934aeb2089e 2019-01-20 14:08:32.965980 I | rafthttp: added peer 5a390934aeb2089e 2019-01-20 14:08:32.965988 I | rafthttp: starting peer d24c9ab27577de50... 2019-01-20 14:08:32.966408 I | rafthttp: started HTTP pipelining with peer d24c9ab27577de50 2019-01-20 14:08:32.968507 I | rafthttp: started peer d24c9ab27577de50 2019-01-20 14:08:32.968532 I | rafthttp: added peer d24c9ab27577de50 2019-01-20 14:08:32.968558 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2019-01-20 14:08:32.969160 I | rafthttp: started streaming with peer d24c9ab27577de50 (writer) 2019-01-20 14:08:32.969176 I | rafthttp: started streaming with peer d24c9ab27577de50 (writer) 2019-01-20 14:08:32.969203 I | rafthttp: started streaming with peer d24c9ab27577de50 (stream MsgApp v2 reader) 2019-01-20 14:08:32.969358 I | rafthttp: started streaming with peer d24c9ab27577de50 (stream Message reader) 2019-01-20 14:08:32.970116 I | raft: 6ea7b8c253d71a4b [term: 1] received a MsgHeartbeat message with higher term from 5a390934aeb2089e [term: 3] 2019-01-20 14:08:32.970142 I | raft: 6ea7b8c253d71a4b became follower at term 3 2019-01-20 14:08:32.970155 I | raft: raft.node: 6ea7b8c253d71a4b elected leader 5a390934aeb2089e at term 3 2019-01-20 14:08:32.970995 I | rafthttp: peer 5a390934aeb2089e became active 2019-01-20 14:08:32.971010 I | rafthttp: established a TCP streaming connection with peer 5a390934aeb2089e (stream Message writer) 2019-01-20 14:08:32.971431 I | rafthttp: established a TCP streaming connection with peer 5a390934aeb2089e (stream MsgApp v2 writer) 2019-01-20 14:08:32.971543 I | rafthttp: peer d24c9ab27577de50 became active 2019-01-20 14:08:32.971554 I | rafthttp: established a TCP streaming connection with peer d24c9ab27577de50 (stream Message writer) 2019-01-20 14:08:32.971640 I | rafthttp: peer 24af4a104d380e40 became active 2019-01-20 14:08:32.971651 I | rafthttp: established a TCP streaming connection with peer 24af4a104d380e40 (stream Message writer) 2019-01-20 14:08:32.971774 I | rafthttp: established a TCP streaming connection with peer 24af4a104d380e40 (stream MsgApp v2 writer) 2019-01-20 14:08:32.971901 I | rafthttp: established a TCP streaming connection with peer d24c9ab27577de50 (stream MsgApp v2 writer) 2019-01-20 14:08:32.972418 I | rafthttp: started streaming with peer 5a390934aeb2089e (stream Message reader) 2019-01-20 14:08:32.972666 I | rafthttp: started streaming with peer 5a390934aeb2089e (stream MsgApp v2 reader) 2019-01-20 14:08:32.972882 I | rafthttp: established a TCP streaming connection with peer d24c9ab27577de50 (stream MsgApp v2 reader) 2019-01-20 14:08:32.972988 I | rafthttp: established a TCP streaming connection with peer d24c9ab27577de50 (stream Message reader) 2019-01-20 14:08:32.973028 I | rafthttp: established a TCP streaming connection with peer 5a390934aeb2089e (stream Message reader) 2019-01-20 14:08:32.973246 I | rafthttp: established a TCP streaming connection with peer 5a390934aeb2089e (stream MsgApp v2 reader) 2019-01-20 14:08:32.973897 I | rafthttp: established a TCP streaming connection with peer 24af4a104d380e40 (stream Message reader) 2019-01-20 14:08:32.973926 I | rafthttp: established a TCP streaming connection with peer 24af4a104d380e40 (stream MsgApp v2 reader) 2019-01-20 14:08:33.105162 D | raft: 6ea7b8c253d71a4b [logterm: 0, index: 59] rejected msgApp [logterm: 3, index: 59] from 5a390934aeb2089e 2019-01-20 14:08:33.105237 D | raft: 6ea7b8c253d71a4b [logterm: 0, index: 59] rejected msgApp [logterm: 3, index: 59] from 5a390934aeb2089e 2019-01-20 14:08:33.105270 D | raft: 6ea7b8c253d71a4b [logterm: 0, index: 59] rejected msgApp [logterm: 3, index: 59] from 5a390934aeb2089e 2019-01-20 14:08:33.118143 D | raft: 6ea7b8c253d71a4b [logterm: 0, index: 59] rejected msgApp [logterm: 3, index: 59] from 5a390934aeb2089e 2019-01-20 14:08:33.118164 D | raft: 6ea7b8c253d71a4b [logterm: 0, index: 59] rejected msgApp [logterm: 3, index: 59] from 5a390934aeb2089e 2019-01-20 14:08:33.118186 D | raft: 6ea7b8c253d71a4b [logterm: 0, index: 59] rejected msgApp [logterm: 3, index: 59] from 5a390934aeb2089e 2019-01-20 14:08:33.118469 I | etcdserver/membership: added member 5a390934aeb2089e [http://192.168.120.10:2380] to cluster 54cdbb303d36fe88 2019-01-20 14:08:33.118554 N | etcdserver/membership: set the initial cluster version to 3.1 2019-01-20 14:08:33.118578 I | etcdserver/api: enabled capabilities for version 3.1 2019-01-20 14:08:33.118767 I | etcdserver/membership: added member d24c9ab27577de50 [http://192.168.120.7:2380] to cluster 54cdbb303d36fe88 2019-01-20 14:08:33.118916 I | etcdserver/membership: added member 24af4a104d380e40 [http://192.168.120.19:2380] to cluster 54cdbb303d36fe88 2019-01-20 14:08:33.119033 I | etcdserver/membership: added member 6ea7b8c253d71a4b [http://192.168.120.17:2380] to cluster 54cdbb303d36fe88 2019-01-20 14:08:33.227025 I | etcdserver: published {Name:192-168-120-17 ClientURLs:[http://192.168.120.17:4000]} to cluster 54cdbb303d36fe88 2019-01-20 14:08:33.227127 I | embed: ready to serve client requests 2019-01-20 14:08:33.227597 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2019-01-20 14:08:33.723306 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.17:52347 2019-01-20 14:08:33.730662 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.17:52348 2019-01-20 14:08:33.798608 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.17:52351 2019-01-20 14:08:34.540152 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.9:57290 2019-01-20 14:08:34.627963 D | etcdserver/api/v2http: [POST] /v2/members remote:192.168.120.9:57295 2019-01-20 14:08:34.628096 W | etcdserver: not healthy for reconfigure, rejecting member add {ID:386d5d6450271215 RaftAttributes:{PeerURLs:[http://192.168.120.9:2380]} Attributes:{Name: ClientURLs:[]}} 2019-01-20 14:08:34.628108 E | etcdserver/api/v2http: error adding member 386d5d6450271215 (etcdserver: unhealthy cluster) 2019-01-20 14:08:34.628115 E | etcdserver/api/v2http: etcdserver: unhealthy cluster real 0m0.004s user 0m0.003s sys 0m0.002s 2019-01-20 14:08:42,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/FQ5PX/install-ellis.sh 2019-01-20 14:08:42,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2019-01-20 14:08:42,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installation is done 2019-01-20 14:08:42,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 14:08:42,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:08:42,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:08:42,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/07AKJ/bind.py 2019-01-20 14:08:42,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-20 14:08:42,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2019-01-20 14:08:42,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/Q8O45/create_number.sh 2019-01-20 14:08:42,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Start numbers creation 2019-01-20 14:08:42,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/Q8O45/create_number.sh 2019-01-20 14:08:42,997 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:08:43,381 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:43,381 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:43,381 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:43,381 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:43,381 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:43,381 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:43,382 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:43,382 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:08:43,382 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:43,382 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:43 GMT 2019-01-20 14:08:43,382 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:43,382 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:08:43,382 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:48,388 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:08:48,468 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:48,468 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:48,468 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:48,468 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:48,468 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:48,468 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:48,468 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:48,469 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:42.984Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:42.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b970fa68-dcff-4019-b055-6f04da93cd18"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:42.984Z", "message": "[localhost] run: sudo mv /tmp/tmpEsJ3Fe /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:42.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b970fa68-dcff-4019-b055-6f04da93cd18"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:42.984Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:42.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b970fa68-dcff-4019-b055-6f04da93cd18"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:42.984Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:42.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b970fa68-dcff-4019-b055-6f04da93cd18"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:42.984Z", "message": "[localhost] run: sudo mv /tmp/tmpbA4uun /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:42.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b970fa68-dcff-4019-b055-6f04da93cd18"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:42.984Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:42.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b970fa68-dcff-4019-b055-6f04da93cd18"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:42.984Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:42.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b970fa68-dcff-4019-b055-6f04da93cd18"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:42.984Z", "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": "2019-01-20T14:08:42.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b970fa68-dcff-4019-b055-6f04da93cd18"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:42.984Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_qnm214': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'homer-qnm214'}}, u'sprout': {u'sprout_ifsxa1': {u'public_address': u'', u'private_address': u'192.168.120.19', u'name': u'sprout-ifsxa1'}}, u'ellis': {u'ellis_jl80d2': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.17', u'name': u'ellis-jl80d2'}}, u'bono': {u'bono_86w7s5': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.7', u'name': u'bono-86w7s5'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:42.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b970fa68-dcff-4019-b055-6f04da93cd18"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:42.984Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:42.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "b970fa68-dcff-4019-b055-6f04da93cd18"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:43.399Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:43.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:44.050Z", "message": "[dime] The installation packages is done correctly", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:44.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:44.050Z", "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 5 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 4s (8,199 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58607 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 metaswitchcommon (from clearwater_cluster_manager)\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_queue_manager)\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, 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.644s\nuser\t0m12.555s\nsys\t0m3.196s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:44.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:45.062Z", "message": "[dime] sudo service dnsmasq force", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:45.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:45.062Z", "message": "[dime] Use the DNS server", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:45.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:46.484Z", "message": "[dime] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.057s\nuser\t0m0.009s\nsys\t0m0.049s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:46.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:47.072Z", "message": "[dime] sudo ifconfig ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:47.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:47.072Z", "message": "[dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:37:a1:67 \n inet addr:192.168.120.21 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe37:a167/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:121044 errors:0 dropped:0 overruns:0 frame:0\n TX packets:78750 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:172640919 (172.6 MB) TX bytes:12727563 (12.7 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:22 errors:0 dropped:0 overruns:0 frame:0\n TX packets:22 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:2022 (2.0 KB) TX bytes:2022 (2.0 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": "2019-01-20T14:08:47.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:48.313Z", "message": "[dime] sudo netstat ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:48.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:48.313Z", "message": "[dime] sudo find /var/log", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:48.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:48.313Z", "message": "[dime] => /var/log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/clearwater-socket-factory.log\n/var/log/btmp\n/var/log/unattended-upgrades\n/var/log/monit.log\n/var/log/boot.log\n/var/log/clearwater-queue-manager\n/var/log/ralf\n/var/log/udev\n/var/log/clearwater-config-manager\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa20\n/var/log/sysstat/sa20\n/var/log/cloud-init-output.log\n/var/log/clearwater-diags-monitor.log\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/dpkg.log\n/var/log/upstart\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/rsyslog.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/apt\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/syslog\n/var/log/homestead\n/var/log/homestead/homestead_err.log\n/var/log/homestead/homestead_out.log\n/var/log/homestead/homestead_current.txt\n/var/log/homestead/homestead_20190120T140000Z.txt\n/var/log/cloud-init.log\n/var/log/alternatives.log\n/var/log/ntpstats\n/var/log/kern.log\n/var/log/lastlog\n/var/log/auth.log\n/var/log/dmesg.0\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/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/iotop.log\n/var/log/dist-upgrade\n/var/log/wtmp\n/var/log/dmesg\n\nreal\t0m0.007s\nuser\t0m0.004s\nsys\t0m0.001s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:48.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:48.313Z", "message": "[dime] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 14:00 ? 00:00:00 /sbin/init\nroot 2 0 0 14:00 ? 00:00:00 [kthreadd]\nroot 3 2 0 14:00 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 14:00 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 14:00 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 14:00 ? 00:00:00 [rcu_sched]\nroot 8 2 0 14:00 ? 00:00:00 [rcuos/0]\nroot 9 2 0 14:00 ? 00:00:00 [rcuos/1]\nroot 10 2 0 14:00 ? 00:00:00 [rcu_bh]\nroot 11 2 0 14:00 ? 00:00:00 [rcuob/0]\nroot 12 2 0 14:00 ? 00:00:00 [rcuob/1]\nroot 13 2 0 14:00 ? 00:00:00 [migration/0]\nroot 14 2 0 14:00 ? 00:00:00 [watchdog/0]\nroot 15 2 0 14:00 ? 00:00:00 [watchdog/1]\nroot 16 2 0 14:00 ? 00:00:00 [migration/1]\nroot 17 2 0 14:00 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 14:00 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 14:00 ? 00:00:00 [khelper]\nroot 21 2 0 14:00 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 14:00 ? 00:00:00 [netns]\nroot 23 2 0 14:00 ? 00:00:00 [writeback]\nroot 24 2 0 14:00 ? 00:00:00 [kintegrityd]\nroot 25 2 0 14:00 ? 00:00:00 [bioset]\nroot 27 2 0 14:00 ? 00:00:00 [kblockd]\nroot 28 2 0 14:00 ? 00:00:00 [ata_sff]\nroot 29 2 0 14:00 ? 00:00:00 [khubd]\nroot 30 2 0 14:00 ? 00:00:00 [md]\nroot 31 2 0 14:00 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 14:00 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 14:00 ? 00:00:00 [khungtaskd]\nroot 35 2 0 14:00 ? 00:00:00 [kswapd0]\nroot 36 2 0 14:00 ? 00:00:00 [vmstat]\nroot 37 2 0 14:00 ? 00:00:00 [ksmd]\nroot 38 2 0 14:00 ? 00:00:00 [khugepaged]\nroot 39 2 0 14:00 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 14:00 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 14:00 ? 00:00:00 [crypto]\nroot 53 2 0 14:00 ? 00:00:00 [kthrotld]\nroot 54 2 0 14:00 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 14:00 ? 00:00:00 [vballoon]\nroot 56 2 0 14:00 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 14:00 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 14:00 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 14:00 ? 00:00:00 [deferwq]\nroot 80 2 0 14:00 ? 00:00:00 [charger_manager]\nroot 125 2 0 14:00 ? 00:00:00 [kpsmoused]\nroot 142 2 0 14:00 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 14:00 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 14:00 ? 00:00:00 [ext4-rsv-conver]\nroot 389 1 0 14:00 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 14:00 ? 00:00:00 [kworker/u5:1]\nroot 431 2 0 14:00 ? 00:00:00 [kworker/u5:2]\nroot 507 1 0 14:00 ? 00:00:00 upstart-socket-bridge --daemon\nroot 587 1 0 14:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 823 2 0 14:00 ? 00:00:00 [kauditd]\nmessage+ 929 1 0 14:00 ? 00:00:00 dbus-daemon --system --fork\nroot 948 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-logind\nroot 956 1 0 14:00 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1006 1 0 14:00 ? 00:00:00 rsyslogd\nroot 1054 1 0 14:00 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1057 1 0 14:00 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1061 1 0 14:00 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1062 1 0 14:00 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1064 1 0 14:00 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1105 1 0 14:00 ? 00:00:00 /usr/sbin/sshd -D\nroot 1108 1 0 14:00 ? 00:00:00 cron\ndaemon 1109 1 0 14:00 ? 00:00:00 atd\nroot 1116 1 0 14:00 ? 00:00:00 /usr/sbin/irqbalance\nroot 1126 1 0 14:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1202 1 0 14:00 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1208 1 0 14:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1452 2 0 14:00 ? 00:00:00 [kworker/1:2]\nubuntu 1664 1 0 14:00 ? 00:00:00 /home/ubuntu/dime_host_575csc/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_575csc --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_575csc --logging-server-logdir=/home/ubuntu/dime_host_575csc/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_575csc/work/dime_host_575csc%I.log --pidfile=/home/ubuntu/dime_host_575csc/work/dime_host_575csc.pid\nubuntu 1778 1 0 14:01 ? 00:00:02 python2.7 /home/ubuntu/dime_host_575csc/env/bin/diamond --configfile /home/ubuntu/dime_host_575csc/work/plugins/diamond/etc/diamond.conf\nubuntu 1847 1664 0 14:03 ? 00:00:00 /home/ubuntu/dime_host_575csc/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_575csc --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_575csc --logging-server-logdir=/home/ubuntu/dime_host_575csc/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_575csc/work/dime_host_575csc%I.log --pidfile=/home/ubuntu/dime_host_575csc/work/dime_host_575csc.pid\nubuntu 1868 1847 0 14:03 ? 00:00:00 /home/ubuntu/dime_host_575csc/env/bin/python2.7 /home/ubuntu/dime_host_575csc/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-ec47Z2\nubuntu 1879 1868 0 14:03 ? 00:00:00 /bin/sh -c /tmp/GUG36/install-dime.sh\nubuntu 1881 1879 0 14:03 ? 00:00:00 /bin/bash -e /tmp/GUG36/install-dime.sh\nroot 2658 2 0 14:05 ? 00:00:00 [kworker/u5:0]\nntp 8840 1 0 14:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9413 1 0 14:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9414 9413 0 14:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9421 1 0 14:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9422 9421 0 14:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9425 9414 0 14:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9429 9422 0 14:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9430 9429 0 14:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9769 1 0 14:07 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9794 1 0 14:07 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 9795 9794 0 14:07 ? 00:00:00 nginx: worker process\nwww-data 9796 9794 0 14:07 ? 00:00:00 nginx: worker process\nwww-data 9797 9794 0 14:07 ? 00:00:00 nginx: worker process\nwww-data 9798 9794 0 14:07 ? 00:00:00 nginx: worker process\nroot 10212 1 0 14:08 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10216 10212 0 14:08 ? 00:00:00 inotifywait -e create -qq .\nsnmp 10305 1 0 14:08 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid\ndnsmasq 10558 1 0 14:08 ? 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 10622 1881 0 14:08 ? 00:00:00 /bin/bash -e /tmp/GUG36/install-dime.sh\nubuntu 10623 10622 0 14:08 ? 00:00:00 /bin/bash -e /tmp/GUG36/install-dime.sh\nroot 10624 10623 0 14:08 ? 00:00:00 sudo ps -edf\nroot 10625 10624 0 14:08 ? 00:00:00 ps -edf\n\nreal\t0m0.010s\nuser\t0m0.009s\nsys\t0m0.002s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:48.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:48.313Z", "message": "[dime] sudo ps ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:48.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:48.313Z", "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 10558/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 9769/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9794/nginx \ntcp6 0 0 ::1:53 :::* LISTEN 10558/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1105/sshd \nudp 0 0 192.168.120.21:123 0.0.0.0:* 8840/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8840/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8840/ntpd \nudp 0 0 0.0.0.0:161 0.0.0.0:* 10305/snmpd \nudp 0 0 0.0.0.0:62668 0.0.0.0:* 587/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 10558/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient \nudp6 0 0 fe80::f816:3eff:fe3:123 :::* 8840/ntpd \nudp6 0 0 ::1:123 :::* 8840/ntpd \nudp6 0 0 :::123 :::* 8840/ntpd \nudp6 0 0 :::161 :::* 10305/snmpd \nudp6 0 0 :::56935 :::* 587/dhclient \nudp6 0 0 ::1:53 :::* 10558/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 11548 1664/python2.7 /tmp/cloudify-logging-server-2a477.socket\nunix 2 [ ACC ] STREAM LISTENING 1468 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 12327 1868/python2.7 /tmp/ctx-5WEVRR.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7533 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 21792 9425/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 21796 9430/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 9392 1126/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 24094 10305/snmpd /var/agentx/master\nunix 2 [ ACC ] STREAM LISTENING 8183 929/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:48.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}], "metadata": {"pagination": {"total": 1842, "offset": 1780, "size": 50}}} 2019-01-20 14:08:48,469 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:48,469 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:48 GMT 2019-01-20 14:08:48,469 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:48,469 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 42176 2019-01-20 14:08:48,469 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:48,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-20 14:08:48,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpEsJ3Fe /etc/bind/db.clearwater.local 2019-01-20 14:08:48,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-20 14:08:48,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-20 14:08:48,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpbA4uun /etc/bind/db.clearwater.opnfv 2019-01-20 14:08:48,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-20 14:08:48,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-20 14:08:48,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-20 14:08:48,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_qnm214': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'homer-qnm214'}}, u'sprout': {u'sprout_ifsxa1': {u'public_address': u'', u'private_address': u'192.168.120.19', u'name': u'sprout-ifsxa1'}}, u'ellis': {u'ellis_jl80d2': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.17', u'name': u'ellis-jl80d2'}}, u'bono': {u'bono_86w7s5': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.7', u'name': u'bono-86w7s5'}}}, 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.10', u'hss_hostname': u''}. 2019-01-20 14:08:48,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-20 14:08:48,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:08:48,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] The installation packages is done correctly 2019-01-20 14:08:48,473 - 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 5 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 4s (8,199 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58607 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 metaswitchcommon (from clearwater_cluster_manager) Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_queue_manager) Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, 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.644s user 0m12.555s sys 0m3.196s 2019-01-20 14:08:48,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo service dnsmasq force 2019-01-20 14:08:48,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Use the DNS server 2019-01-20 14:08:48,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.057s user 0m0.009s sys 0m0.049s 2019-01-20 14:08:48,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ifconfig 2019-01-20 14:08:48,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:37:a1:67 inet addr:192.168.120.21 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe37:a167/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:121044 errors:0 dropped:0 overruns:0 frame:0 TX packets:78750 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:172640919 (172.6 MB) TX bytes:12727563 (12.7 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:22 errors:0 dropped:0 overruns:0 frame:0 TX packets:22 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:2022 (2.0 KB) TX bytes:2022 (2.0 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2019-01-20 14:08:48,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo netstat 2019-01-20 14:08:48,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo find /var/log 2019-01-20 14:08:48,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => /var/log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/clearwater-socket-factory.log /var/log/btmp /var/log/unattended-upgrades /var/log/monit.log /var/log/boot.log /var/log/clearwater-queue-manager /var/log/ralf /var/log/udev /var/log/clearwater-config-manager /var/log/sysstat /var/log/sysstat/clearwater-sa20 /var/log/sysstat/sa20 /var/log/cloud-init-output.log /var/log/clearwater-diags-monitor.log /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/dpkg.log /var/log/upstart /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/rsyslog.log /var/log/upstart/cryptdisks.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/container-detect.log /var/log/upstart/procps-virtual-filesystems.log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/syslog /var/log/homestead /var/log/homestead/homestead_err.log /var/log/homestead/homestead_out.log /var/log/homestead/homestead_current.txt /var/log/homestead/homestead_20190120T140000Z.txt /var/log/cloud-init.log /var/log/alternatives.log /var/log/ntpstats /var/log/kern.log /var/log/lastlog /var/log/auth.log /var/log/dmesg.0 /var/log/clearwater-cluster-manager /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/iotop.log /var/log/dist-upgrade /var/log/wtmp /var/log/dmesg real 0m0.007s user 0m0.004s sys 0m0.001s 2019-01-20 14:08:48,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 14:00 ? 00:00:00 /sbin/init root 2 0 0 14:00 ? 00:00:00 [kthreadd] root 3 2 0 14:00 ? 00:00:00 [ksoftirqd/0] root 5 2 0 14:00 ? 00:00:00 [kworker/0:0H] root 6 2 0 14:00 ? 00:00:00 [kworker/u4:0] root 7 2 0 14:00 ? 00:00:00 [rcu_sched] root 8 2 0 14:00 ? 00:00:00 [rcuos/0] root 9 2 0 14:00 ? 00:00:00 [rcuos/1] root 10 2 0 14:00 ? 00:00:00 [rcu_bh] root 11 2 0 14:00 ? 00:00:00 [rcuob/0] root 12 2 0 14:00 ? 00:00:00 [rcuob/1] root 13 2 0 14:00 ? 00:00:00 [migration/0] root 14 2 0 14:00 ? 00:00:00 [watchdog/0] root 15 2 0 14:00 ? 00:00:00 [watchdog/1] root 16 2 0 14:00 ? 00:00:00 [migration/1] root 17 2 0 14:00 ? 00:00:00 [ksoftirqd/1] root 19 2 0 14:00 ? 00:00:00 [kworker/1:0H] root 20 2 0 14:00 ? 00:00:00 [khelper] root 21 2 0 14:00 ? 00:00:00 [kdevtmpfs] root 22 2 0 14:00 ? 00:00:00 [netns] root 23 2 0 14:00 ? 00:00:00 [writeback] root 24 2 0 14:00 ? 00:00:00 [kintegrityd] root 25 2 0 14:00 ? 00:00:00 [bioset] root 27 2 0 14:00 ? 00:00:00 [kblockd] root 28 2 0 14:00 ? 00:00:00 [ata_sff] root 29 2 0 14:00 ? 00:00:00 [khubd] root 30 2 0 14:00 ? 00:00:00 [md] root 31 2 0 14:00 ? 00:00:00 [devfreq_wq] root 32 2 0 14:00 ? 00:00:00 [kworker/0:1] root 34 2 0 14:00 ? 00:00:00 [khungtaskd] root 35 2 0 14:00 ? 00:00:00 [kswapd0] root 36 2 0 14:00 ? 00:00:00 [vmstat] root 37 2 0 14:00 ? 00:00:00 [ksmd] root 38 2 0 14:00 ? 00:00:00 [khugepaged] root 39 2 0 14:00 ? 00:00:00 [fsnotify_mark] root 40 2 0 14:00 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 14:00 ? 00:00:00 [crypto] root 53 2 0 14:00 ? 00:00:00 [kthrotld] root 54 2 0 14:00 ? 00:00:00 [kworker/u4:1] root 55 2 0 14:00 ? 00:00:00 [vballoon] root 56 2 0 14:00 ? 00:00:00 [kworker/1:1] root 57 2 0 14:00 ? 00:00:00 [scsi_eh_0] root 58 2 0 14:00 ? 00:00:00 [scsi_eh_1] root 79 2 0 14:00 ? 00:00:00 [deferwq] root 80 2 0 14:00 ? 00:00:00 [charger_manager] root 125 2 0 14:00 ? 00:00:00 [kpsmoused] root 142 2 0 14:00 ? 00:00:00 [kworker/0:2] root 186 2 0 14:00 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 14:00 ? 00:00:00 [ext4-rsv-conver] root 389 1 0 14:00 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 14:00 ? 00:00:00 [kworker/u5:1] root 431 2 0 14:00 ? 00:00:00 [kworker/u5:2] root 507 1 0 14:00 ? 00:00:00 upstart-socket-bridge --daemon root 587 1 0 14:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 823 2 0 14:00 ? 00:00:00 [kauditd] message+ 929 1 0 14:00 ? 00:00:00 dbus-daemon --system --fork root 948 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-logind root 956 1 0 14:00 ? 00:00:00 upstart-file-bridge --daemon syslog 1006 1 0 14:00 ? 00:00:00 rsyslogd root 1054 1 0 14:00 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1057 1 0 14:00 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1061 1 0 14:00 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1062 1 0 14:00 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1064 1 0 14:00 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1105 1 0 14:00 ? 00:00:00 /usr/sbin/sshd -D root 1108 1 0 14:00 ? 00:00:00 cron daemon 1109 1 0 14:00 ? 00:00:00 atd root 1116 1 0 14:00 ? 00:00:00 /usr/sbin/irqbalance root 1126 1 0 14:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1202 1 0 14:00 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1208 1 0 14:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1452 2 0 14:00 ? 00:00:00 [kworker/1:2] ubuntu 1664 1 0 14:00 ? 00:00:00 /home/ubuntu/dime_host_575csc/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_575csc --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_575csc --logging-server-logdir=/home/ubuntu/dime_host_575csc/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_575csc/work/dime_host_575csc%I.log --pidfile=/home/ubuntu/dime_host_575csc/work/dime_host_575csc.pid ubuntu 1778 1 0 14:01 ? 00:00:02 python2.7 /home/ubuntu/dime_host_575csc/env/bin/diamond --configfile /home/ubuntu/dime_host_575csc/work/plugins/diamond/etc/diamond.conf ubuntu 1847 1664 0 14:03 ? 00:00:00 /home/ubuntu/dime_host_575csc/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_575csc --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_575csc --logging-server-logdir=/home/ubuntu/dime_host_575csc/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_575csc/work/dime_host_575csc%I.log --pidfile=/home/ubuntu/dime_host_575csc/work/dime_host_575csc.pid ubuntu 1868 1847 0 14:03 ? 00:00:00 /home/ubuntu/dime_host_575csc/env/bin/python2.7 /home/ubuntu/dime_host_575csc/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-ec47Z2 ubuntu 1879 1868 0 14:03 ? 00:00:00 /bin/sh -c /tmp/GUG36/install-dime.sh ubuntu 1881 1879 0 14:03 ? 00:00:00 /bin/bash -e /tmp/GUG36/install-dime.sh root 2658 2 0 14:05 ? 00:00:00 [kworker/u5:0] ntp 8840 1 0 14:06 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9413 1 0 14:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9414 9413 0 14:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9421 1 0 14:07 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9422 9421 0 14:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9425 9414 0 14:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9429 9422 0 14:07 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9430 9429 0 14:07 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9769 1 0 14:07 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9794 1 0 14:07 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 9795 9794 0 14:07 ? 00:00:00 nginx: worker process www-data 9796 9794 0 14:07 ? 00:00:00 nginx: worker process www-data 9797 9794 0 14:07 ? 00:00:00 nginx: worker process www-data 9798 9794 0 14:07 ? 00:00:00 nginx: worker process root 10212 1 0 14:08 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10216 10212 0 14:08 ? 00:00:00 inotifywait -e create -qq . snmp 10305 1 0 14:08 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid dnsmasq 10558 1 0 14:08 ? 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 10622 1881 0 14:08 ? 00:00:00 /bin/bash -e /tmp/GUG36/install-dime.sh ubuntu 10623 10622 0 14:08 ? 00:00:00 /bin/bash -e /tmp/GUG36/install-dime.sh root 10624 10623 0 14:08 ? 00:00:00 sudo ps -edf root 10625 10624 0 14:08 ? 00:00:00 ps -edf real 0m0.010s user 0m0.009s sys 0m0.002s 2019-01-20 14:08:48,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ps 2019-01-20 14:08:48,475 - 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 10558/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 9769/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9794/nginx tcp6 0 0 ::1:53 :::* LISTEN 10558/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1105/sshd udp 0 0 192.168.120.21:123 0.0.0.0:* 8840/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8840/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8840/ntpd udp 0 0 0.0.0.0:161 0.0.0.0:* 10305/snmpd udp 0 0 0.0.0.0:62668 0.0.0.0:* 587/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10558/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient udp6 0 0 fe80::f816:3eff:fe3:123 :::* 8840/ntpd udp6 0 0 ::1:123 :::* 8840/ntpd udp6 0 0 :::123 :::* 8840/ntpd udp6 0 0 :::161 :::* 10305/snmpd udp6 0 0 :::56935 :::* 587/dhclient udp6 0 0 ::1:53 :::* 10558/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 11548 1664/python2.7 /tmp/cloudify-logging-server-2a477.socket unix 2 [ ACC ] STREAM LISTENING 1468 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 12327 1868/python2.7 /tmp/ctx-5WEVRR.socket unix 2 [ ACC ] SEQPACKET LISTENING 7533 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 21792 9425/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21796 9430/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 9392 1126/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 24094 10305/snmpd /var/agentx/master unix 2 [ ACC ] STREAM LISTENING 8183 929/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.007s user 0m0.000s sys 0m0.007s 2019-01-20 14:08:48,475 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:08:48,538 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:48,538 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:48,539 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:48,539 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:48,539 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:48,539 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:48,539 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:48,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": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:08:48,539 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:48,539 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:48 GMT 2019-01-20 14:08:48,539 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:48,540 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:08:48,540 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:53,545 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:08:53,868 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:53,869 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:53,869 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:53,869 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:53,870 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:53,870 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:53,871 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:53,871 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:49.332Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:49.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:49.332Z", "message": "[dime] => [20-Jan-2019 14:08:21 UTC] clearwater-diags-monitor starting\n[20-Jan-2019 14:08:21 UTC] Waiting for trigger files\n2019:01:20 14:07:32: Namespace: management\n2019:01:20 14:07:32: [management] Starting server\n2019:01:20 14:07:32: [management] Listening for requests\n2019:01:20 14:07:32: Namespace: signaling\n2019:01:20 14:07:32: [signaling] Starting server\n2019:01:20 14:07:32: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:49.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:50.092Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:50.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:50.342Z", "message": "[dime] Installation is done", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:50.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:50.342Z", "message": "[dime] => 2019-01-20 14:08:28.264300658 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:50.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:50.342Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:50.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:50.342Z", "message": "Execution done (return_code=0): /tmp/GUG36/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:50.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "ba2d8ef1-9331-45ba-9696-27c26e350d33"}, {"node_instance_id": "dime_6j5v8a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:51.178Z", "message": "Starting node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:51.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:51.948Z", "message": "# Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.10: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.10\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": "2019-01-20T14:08:51.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "2a5e4569-fb19-4f56-b921-dc37d5d8d054"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:52.187Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:52.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:52.187Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:52.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:52.560Z", "message": "Downloaded scripts/bind/bind.py to /tmp/AR1MK/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:52.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4e0256cc-71fd-4da4-bf61-a7fef3a8ef0b"}], "metadata": {"pagination": {"total": 1857, "offset": 1804, "size": 50}}} 2019-01-20 14:08:53,871 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:53,871 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:53 GMT 2019-01-20 14:08:53,871 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:53,871 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7589 2019-01-20 14:08:53,871 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:53,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2019-01-20 14:08:53,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => [20-Jan-2019 14:08:21 UTC] clearwater-diags-monitor starting [20-Jan-2019 14:08:21 UTC] Waiting for trigger files 2019:01:20 14:07:32: Namespace: management 2019:01:20 14:07:32: [management] Starting server 2019:01:20 14:07:32: [management] Listening for requests 2019:01:20 14:07:32: Namespace: signaling 2019:01:20 14:07:32: [signaling] Starting server 2019:01:20 14:07:32: [signaling] Listening for requests real 0m0.005s user 0m0.000s sys 0m0.005s 2019-01-20 14:08:53,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:08:53,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installation is done 2019-01-20 14:08:53,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2019-01-20 14:08:28.264300658 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.004s sys 0m0.002s 2019-01-20 14:08:53,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2019-01-20 14:08:53,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/GUG36/install-dime.sh 2019-01-20 14:08:53,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 14:08:53,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.10: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.10 # 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 2019-01-20 14:08:53,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:08:53,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:08:53,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/AR1MK/bind.py 2019-01-20 14:08:53,875 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:08:53,956 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:53,956 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:53,956 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:53,956 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:53,956 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:53,956 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:53,956 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:53,957 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:08:53,957 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:53,957 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:53 GMT 2019-01-20 14:08:53,957 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:53,957 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:08:53,957 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:58,963 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:08:59,468 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:59,468 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:59,469 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:59,469 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:59,469 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:59,469 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:59,469 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:59,469 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:54.010Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:54.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4e0256cc-71fd-4da4-bf61-a7fef3a8ef0b"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:54.881Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:54.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:55.030Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:55.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4e0256cc-71fd-4da4-bf61-a7fef3a8ef0b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:55.030Z", "message": "[localhost] run: sudo mv /tmp/tmpHqW3VZ /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:55.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4e0256cc-71fd-4da4-bf61-a7fef3a8ef0b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:55.030Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_qnm214': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'homer-qnm214'}}, u'sprout': {u'sprout_ifsxa1': {u'public_address': u'', u'private_address': u'192.168.120.19', u'name': u'sprout-ifsxa1'}}, u'ellis': {u'ellis_jl80d2': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.17', u'name': u'ellis-jl80d2'}}, u'bono': {u'bono_86w7s5': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.7', u'name': u'bono-86w7s5'}}, u'dime': {u'dime_6j5v8a': {u'public_address': u'', u'private_address': u'192.168.120.21', u'name': u'dime-6j5v8a'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:55.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4e0256cc-71fd-4da4-bf61-a7fef3a8ef0b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:55.030Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:55.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4e0256cc-71fd-4da4-bf61-a7fef3a8ef0b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:55.030Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:55.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4e0256cc-71fd-4da4-bf61-a7fef3a8ef0b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:55.030Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:55.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4e0256cc-71fd-4da4-bf61-a7fef3a8ef0b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:55.030Z", "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": "2019-01-20T14:08:55.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4e0256cc-71fd-4da4-bf61-a7fef3a8ef0b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:55.030Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:55.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4e0256cc-71fd-4da4-bf61-a7fef3a8ef0b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:55.030Z", "message": "[localhost] run: sudo mv /tmp/tmpZO0Zk8 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:55.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4e0256cc-71fd-4da4-bf61-a7fef3a8ef0b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:55.030Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:55.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "4e0256cc-71fd-4da4-bf61-a7fef3a8ef0b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:56.039Z", "message": "Execution done (return_code=0): /tmp/Q8O45/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:56.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "2a5e4569-fb19-4f56-b921-dc37d5d8d054"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:08:56.325Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:08:56.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 1872, "offset": 1816, "size": 50}}} 2019-01-20 14:08:59,469 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:59,469 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:59 GMT 2019-01-20 14:08:59,469 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:59,470 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8477 2019-01-20 14:08:59,470 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:08:59,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-20 14:08:59,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:08:59,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-20 14:08:59,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpHqW3VZ /etc/bind/db.clearwater.opnfv 2019-01-20 14:08:59,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_qnm214': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'homer-qnm214'}}, u'sprout': {u'sprout_ifsxa1': {u'public_address': u'', u'private_address': u'192.168.120.19', u'name': u'sprout-ifsxa1'}}, u'ellis': {u'ellis_jl80d2': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.17', u'name': u'ellis-jl80d2'}}, u'bono': {u'bono_86w7s5': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.7', u'name': u'bono-86w7s5'}}, u'dime': {u'dime_6j5v8a': {u'public_address': u'', u'private_address': u'192.168.120.21', u'name': u'dime-6j5v8a'}}}, 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.10', u'hss_hostname': u''}. 2019-01-20 14:08:59,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-20 14:08:59,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-20 14:08:59,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-20 14:08:59,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-20 14:08:59,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-20 14:08:59,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpZO0Zk8 /etc/bind/db.clearwater.local 2019-01-20 14:08:59,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-20 14:08:59,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/Q8O45/create_number.sh 2019-01-20 14:08:59,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:08:59,473 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:08:59,606 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:08:59,606 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:08:59,606 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:08:59,607 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:08:59,607 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:08:59,607 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:08:59,607 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:08:59,607 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:08:59,607 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:08:59,607 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:08:59 GMT 2019-01-20 14:08:59,607 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:08:59,607 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:08:59,608 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:04,613 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:09:04,953 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:04,953 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:04,954 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:04,954 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:04,954 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:04,954 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:04,954 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:04,954 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:01.889Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:01.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}], "metadata": {"pagination": {"total": 1873, "offset": 1830, "size": 50}}} 2019-01-20 14:09:04,954 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:04,954 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:04 GMT 2019-01-20 14:09:04,954 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:04,955 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 624 2019-01-20 14:09:04,955 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:04,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-20 14:09:04,955 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:09:05,026 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:05,026 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:05,026 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:05,026 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:05,026 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:05,027 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:05,027 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:05,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": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:09:05,027 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:05,027 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:05 GMT 2019-01-20 14:09:05,027 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:05,027 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:09:05,027 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:10,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:09:10,382 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:10,383 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:10,383 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:10,383 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:10,383 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:10,383 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:10,383 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:10,383 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1873, "offset": 1831, "size": 50}}} 2019-01-20 14:09:10,384 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:10,384 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:10 GMT 2019-01-20 14:09:10,384 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:10,384 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:09:10,384 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:10,384 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:09:10,470 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:10,470 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:10,470 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:10,470 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:10,470 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:10,470 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:10,471 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:10,471 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:09:10,471 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:10,471 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:10 GMT 2019-01-20 14:09:10,471 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:10,471 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:09:10,471 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:15,477 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:09:15,732 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:15,732 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:15,732 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:15,732 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:15,732 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:15,733 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:15,733 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:15,733 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:11.421Z", "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 5 not upgraded.\nNeed to get 6,120 kB of archives.\nAfter this operation, 6,458 kB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 6,120 kB in 1s (5,065 kB/s)\nSelecting previously unselected package clearwater-cluster-manager.\n(Reading database ... 59699 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 metaswitchcommon (from clearwater_cluster_manager)\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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\t0m9.314s\nuser\t0m3.653s\nsys\t0m0.784s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:11.421Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:12.050Z", "message": "[vellum] Use the DNS server", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:12.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:12.050Z", "message": "[vellum] The installation packages is done correctly", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:12.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:13.067Z", "message": "[vellum] sudo service dnsmasq force", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:13.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:14.377Z", "message": "[vellum] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.077s\nuser\t0m0.005s\nsys\t0m0.052s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:14.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:15.078Z", "message": "[vellum] sudo ifconfig ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:15.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:15.078Z", "message": "[vellum] sudo ps ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:15.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:15.078Z", "message": "[vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:34:ed:6c \n inet addr:192.168.120.6 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe34:ed6c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:150103 errors:0 dropped:0 overruns:0 frame:0\n TX packets:84008 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:219157147 (219.1 MB) TX bytes:13564457 (13.5 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:58 errors:0 dropped:0 overruns:0 frame:0\n TX packets:58 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:5422 (5.4 KB) TX bytes:5422 (5.4 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:15.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}], "metadata": {"pagination": {"total": 1881, "offset": 1831, "size": 50}}} 2019-01-20 14:09:15,733 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:15,733 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:15 GMT 2019-01-20 14:09:15,733 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:15,733 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10026 2019-01-20 14:09:15,733 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:15,734 - 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 5 not upgraded. Need to get 6,120 kB of archives. After this operation, 6,458 kB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 6,120 kB in 1s (5,065 kB/s) Selecting previously unselected package clearwater-cluster-manager. (Reading database ... 59699 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 metaswitchcommon (from clearwater_cluster_manager) Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (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 futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, 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 0m9.314s user 0m3.653s sys 0m0.784s 2019-01-20 14:09:15,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Use the DNS server 2019-01-20 14:09:15,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] The installation packages is done correctly 2019-01-20 14:09:15,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo service dnsmasq force 2019-01-20 14:09:15,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.077s user 0m0.005s sys 0m0.052s 2019-01-20 14:09:15,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ifconfig 2019-01-20 14:09:15,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ps 2019-01-20 14:09:15,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:34:ed:6c inet addr:192.168.120.6 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe34:ed6c/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:150103 errors:0 dropped:0 overruns:0 frame:0 TX packets:84008 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:219157147 (219.1 MB) TX bytes:13564457 (13.5 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:58 errors:0 dropped:0 overruns:0 frame:0 TX packets:58 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:5422 (5.4 KB) TX bytes:5422 (5.4 KB) real 0m0.005s user 0m0.000s sys 0m0.004s 2019-01-20 14:09:15,735 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:09:15,961 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:15,962 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:15,962 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:15,962 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:15,962 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:15,962 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:15,962 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:15,962 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:09:15,962 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:15,962 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:15 GMT 2019-01-20 14:09:15,962 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:15,963 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:09:15,963 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:20,964 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:09:21,298 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:21,298 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:21,298 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:21,298 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:21,298 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:21,298 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:21,298 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:21,298 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:16.258Z", "message": "[vellum] => /var/log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/btmp\n/var/log/unattended-upgrades\n/var/log/monit.log\n/var/log/boot.log\n/var/log/clearwater-queue-manager\n/var/log/udev\n/var/log/clearwater-config-manager\n/var/log/rogers\n/var/log/rogers/rogers_20190120T140000Z.txt\n/var/log/rogers/rogers_err.log\n/var/log/rogers/rogers_out.log\n/var/log/rogers/rogers_current.txt\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa20\n/var/log/cloud-init-output.log\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/dpkg.log\n/var/log/upstart\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/astaire-throttle.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/chronos\n/var/log/apt\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/memcached.log\n/var/log/syslog\n/var/log/cassandra\n/var/log/cassandra/system.log\n/var/log/cloud-init.log\n/var/log/alternatives.log\n/var/log/ntpstats\n/var/log/kern.log\n/var/log/lastlog\n/var/log/auth.log\n/var/log/dmesg.0\n/var/log/clearwater-cluster-manager\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/iotop.log\n/var/log/dist-upgrade\n/var/log/wtmp\n/var/log/dmesg\n/var/log/astaire\n/var/log/astaire/astaire_err.log\n/var/log/astaire/astaire_20190120T140000Z.txt\n/var/log/astaire/astaire_out.log\n/var/log/astaire/astaire_current.txt\n\nreal\t0m0.007s\nuser\t0m0.002s\nsys\t0m0.003s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:16.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:16.258Z", "message": "[vellum] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 14:00 ? 00:00:00 /sbin/init\nroot 2 0 0 14:00 ? 00:00:00 [kthreadd]\nroot 3 2 0 14:00 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 14:00 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 14:00 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 14:00 ? 00:00:00 [rcu_sched]\nroot 8 2 0 14:00 ? 00:00:00 [rcuos/0]\nroot 9 2 0 14:00 ? 00:00:00 [rcuos/1]\nroot 10 2 0 14:00 ? 00:00:00 [rcu_bh]\nroot 11 2 0 14:00 ? 00:00:00 [rcuob/0]\nroot 12 2 0 14:00 ? 00:00:00 [rcuob/1]\nroot 13 2 0 14:00 ? 00:00:00 [migration/0]\nroot 14 2 0 14:00 ? 00:00:00 [watchdog/0]\nroot 15 2 0 14:00 ? 00:00:00 [watchdog/1]\nroot 16 2 0 14:00 ? 00:00:00 [migration/1]\nroot 17 2 0 14:00 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 14:00 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 14:00 ? 00:00:00 [khelper]\nroot 21 2 0 14:00 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 14:00 ? 00:00:00 [netns]\nroot 23 2 0 14:00 ? 00:00:00 [writeback]\nroot 24 2 0 14:00 ? 00:00:00 [kintegrityd]\nroot 25 2 0 14:00 ? 00:00:00 [bioset]\nroot 27 2 0 14:00 ? 00:00:00 [kblockd]\nroot 28 2 0 14:00 ? 00:00:00 [ata_sff]\nroot 29 2 0 14:00 ? 00:00:00 [khubd]\nroot 30 2 0 14:00 ? 00:00:00 [md]\nroot 31 2 0 14:00 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 14:00 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 14:00 ? 00:00:00 [khungtaskd]\nroot 35 2 0 14:00 ? 00:00:00 [kswapd0]\nroot 36 2 0 14:00 ? 00:00:00 [vmstat]\nroot 37 2 0 14:00 ? 00:00:00 [ksmd]\nroot 38 2 0 14:00 ? 00:00:00 [khugepaged]\nroot 39 2 0 14:00 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 14:00 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 14:00 ? 00:00:00 [crypto]\nroot 53 2 0 14:00 ? 00:00:00 [kthrotld]\nroot 54 2 0 14:00 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 14:00 ? 00:00:00 [vballoon]\nroot 56 2 0 14:00 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 14:00 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 14:00 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 14:00 ? 00:00:00 [deferwq]\nroot 80 2 0 14:00 ? 00:00:00 [charger_manager]\nroot 124 2 0 14:00 ? 00:00:00 [kpsmoused]\nroot 141 2 0 14:00 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 14:00 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 14:00 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 14:00 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 14:00 ? 00:00:00 [kworker/u5:1]\nroot 431 2 0 14:00 ? 00:00:00 [kworker/u5:2]\nroot 525 1 0 14:00 ? 00:00:00 upstart-socket-bridge --daemon\nroot 603 1 0 14:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 820 2 0 14:00 ? 00:00:00 [kauditd]\nroot 948 1 0 14:00 ? 00:00:00 upstart-file-bridge --daemon\nmessage+ 966 1 0 14:00 ? 00:00:00 dbus-daemon --system --fork\nroot 991 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-logind\nsyslog 1003 1 0 14:00 ? 00:00:00 rsyslogd\nroot 1051 1 0 14:00 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1054 1 0 14:00 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1058 1 0 14:00 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1059 1 0 14:00 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1061 1 0 14:00 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1109 1 0 14:00 ? 00:00:00 /usr/sbin/sshd -D\nroot 1110 1 0 14:00 ? 00:00:00 cron\ndaemon 1111 1 0 14:00 ? 00:00:00 atd\nroot 1119 1 0 14:00 ? 00:00:00 /usr/sbin/irqbalance\nroot 1120 1 0 14:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1199 1 0 14:00 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1205 1 0 14:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1563 2 0 14:00 ? 00:00:00 [kworker/0:2]\nubuntu 1663 1 0 14:00 ? 00:00:00 /home/ubuntu/vellum_host_7jeac0/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_7jeac0 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_7jeac0 --logging-server-logdir=/home/ubuntu/vellum_host_7jeac0/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_7jeac0/work/vellum_host_7jeac0%I.log --pidfile=/home/ubuntu/vellum_host_7jeac0/work/vellum_host_7jeac0.pid\nubuntu 1777 1 0 14:01 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_7jeac0/env/bin/diamond --configfile /home/ubuntu/vellum_host_7jeac0/work/plugins/diamond/etc/diamond.conf\nubuntu 1845 1663 0 14:03 ? 00:00:00 /home/ubuntu/vellum_host_7jeac0/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_7jeac0 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_7jeac0 --logging-server-logdir=/home/ubuntu/vellum_host_7jeac0/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_7jeac0/work/vellum_host_7jeac0%I.log --pidfile=/home/ubuntu/vellum_host_7jeac0/work/vellum_host_7jeac0.pid\nubuntu 1866 1845 0 14:03 ? 00:00:00 /home/ubuntu/vellum_host_7jeac0/env/bin/python2.7 /home/ubuntu/vellum_host_7jeac0/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-oZRnEG\nubuntu 1877 1866 0 14:03 ? 00:00:00 /bin/sh -c /tmp/4FT8L/install-vellum.sh\nubuntu 1879 1877 0 14:03 ? 00:00:00 /bin/bash -e /tmp/4FT8L/install-vellum.sh\nroot 3863 2 0 14:05 ? 00:00:00 [kworker/u5:0]\nntp 11902 1 0 14:07 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112\nmemcache 12303 1 0 14:08 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1\nroot 12631 1 0 14:08 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 13275 1 0 14:08 ? 00:00:00 /bin/sh -e /proc/self/fd/9\nroot 13285 13275 0 14:08 ? 00:00:00 cpulimit -e astaire -l 10\nsnmp 14182 1 0 14:09 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid\ndnsmasq 14282 1 0 14:09 ? 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 14345 1879 0 14:09 ? 00:00:00 /bin/bash -e /tmp/4FT8L/install-vellum.sh\nubuntu 14346 14345 0 14:09 ? 00:00:00 /bin/bash -e /tmp/4FT8L/install-vellum.sh\nroot 14347 14346 0 14:09 ? 00:00:00 sudo ps -edf\nroot 14348 14347 0 14:09 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.003s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:16.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:16.258Z", "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 14282/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1109/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12631/monit \ntcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12303/memcached \ntcp6 0 0 ::1:53 :::* LISTEN 14282/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1109/sshd \nudp 0 0 192.168.120.6:123 0.0.0.0:* 11902/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 11902/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 11902/ntpd \nudp 0 0 0.0.0.0:161 0.0.0.0:* 14182/snmpd \nudp 0 0 0.0.0.0:14730 0.0.0.0:* 603/dhclient \nudp 0 0 127.0.0.1:11211 0.0.0.0:* 12303/memcached \nudp 0 0 127.0.0.1:53 0.0.0.0:* 14282/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 603/dhclient \nudp6 0 0 fe80::f816:3eff:fe3:123 :::* 11902/ntpd \nudp6 0 0 ::1:123 :::* 11902/ntpd \nudp6 0 0 :::123 :::* 11902/ntpd \nudp6 0 0 :::161 :::* 14182/snmpd \nudp6 0 0 :::43775 :::* 603/dhclient \nudp6 0 0 ::1:53 :::* 14282/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 7502 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 10702 1663/python2.7 /tmp/cloudify-logging-server-19f21.socket\nunix 2 [ ACC ] STREAM LISTENING 1488 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 12244 1866/python2.7 /tmp/ctx-U2MPFe.socket\nunix 2 [ ACC ] STREAM LISTENING 9650 1120/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 26608 14182/snmpd /var/agentx/master\nunix 2 [ ACC ] STREAM LISTENING 9445 966/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:16.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:16.258Z", "message": "[vellum] sudo netstat ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:16.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:16.258Z", "message": "[vellum] sudo find /var/log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:16.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:17.269Z", "message": "[vellum] sudo cat /var/log/clearwater*.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:17.269Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:17.269Z", "message": "[vellum] => 2019-01-20 14:08:27.537812567 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:17.269Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:17.269Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:17.269Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:18.287Z", "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.003s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:18.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:18.287Z", "message": "[vellum] sudo cat /etc/cassandra/logback", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:18.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:18.287Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:18.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:18.287Z", "message": "[vellum] => INFO [main] 2019-01-20 14:05:42,881 CassandraDaemon.java:159 - Could not resolve local host\nINFO [main] 2019-01-20 14:05:42,896 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2019-01-20 14:05:42,984 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] 2019-01-20 14:05:43,135 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap\nINFO [main] 2019-01-20 14:05:43,143 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB\nINFO [main] 2019-01-20 14:05:43,143 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB\nINFO [main] 2019-01-20 14:05:43,488 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2019-01-20 14:05:43,512 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] 2019-01-20 14:05:43,554 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181\nWARN [main] 2019-01-20 14:05:43,554 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release\nINFO [main] 2019-01-20 14:05:43,554 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480\nINFO [main] 2019-01-20 14:05:43,555 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 710528(693K) committed = 2555904(2496K) max = 50331648(49152K)\nINFO [main] 2019-01-20 14:05:43,555 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 74013360(72278K) committed = 167772160(163840K) max = 167772160(163840K)\nINFO [main] 2019-01-20 14:05:43,555 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K)\nINFO [main] 2019-01-20 14:05:43,555 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K)\nINFO [main] 2019-01-20 14:05:43,555 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16724392(16332K) committed = 21757952(21248K) max = 174063616(169984K)\nINFO [main] 2019-01-20 14:05:43,555 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] 2019-01-20 14:05:43,557 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_1547993142.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1547993142.log]\nINFO [main] 2019-01-20 14:05:43,673 CLibrary.java:144 - JNA mlockall successful\nWARN [main] 2019-01-20 14:05:43,673 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info.\nERROR [main] 2019-01-20 14:05:43,732 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist\nERROR [main] 2019-01-20 14:05:43,734 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist\nERROR [main] 2019-01-20 14:05:43,734 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist\nINFO [main] 2019-01-20 14:05:43,739 CacheService.java:110 - Initializing key cache with capacity of 49 MBs.\nINFO [main] 2019-01-20 14:05:43,744 CacheService.java:132 - Initializing row cache with capacity of 0 MBs\nINFO [main] 2019-01-20 14:05:43,749 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs\nINFO [main] 2019-01-20 14:05:43,750 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys).\nINFO [main] 2019-01-20 14:05:43,816 ColumnFamilyStore.java:361 - Initializing system.schema_triggers\nINFO [main] 2019-01-20 14:05:44,936 ColumnFamilyStore.java:361 - Initializing system.compaction_history\nINFO [main] 2019-01-20 14:05:44,941 ColumnFamilyStore.java:361 - Initializing system.batchlog\nINFO [main] 2019-01-20 14:05:44,945 ColumnFamilyStore.java:361 - Initializing system.sstable_activity\nINFO [main] 2019-01-20 14:05:44,949 ColumnFamilyStore.java:361 - Initializing system.peer_events\nINFO [main] 2019-01-20 14:05:44,953 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress\nINFO [main] 2019-01-20 14:05:44,958 ColumnFamilyStore.java:361 - Initializing system.hints\nINFO [main] 2019-01-20 14:05:44,962 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces\nINFO [main] 2019-01-20 14:05:44,966 ColumnFamilyStore.java:361 - Initializing system.range_xfers\nINFO [main] 2019-01-20 14:05:44,970 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies\nINFO [main] 2019-01-20 14:05:44,973 ColumnFamilyStore.java:361 - Initializing system.paxos\nINFO [main] 2019-01-20 14:05:44,978 ColumnFamilyStore.java:361 - Initializing system.schema_columns\nINFO [main] 2019-01-20 14:05:44,982 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes\nINFO [main] 2019-01-20 14:05:44,985 ColumnFamilyStore.java:361 - Initializing system.IndexInfo\nINFO [main] 2019-01-20 14:05:44,988 ColumnFamilyStore.java:361 - Initializing system.peers\nINFO [main] 2019-01-20 14:05:44,992 ColumnFamilyStore.java:361 - Initializing system.size_estimates\nINFO [main] 2019-01-20 14:05:44,995 ColumnFamilyStore.java:361 - Initializing system.local\nINFO [main] 2019-01-20 14:05:45,066 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage.\nINFO [main] 2019-01-20 14:05:45,067 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh.\nINFO [main] 2019-01-20 14:05:45,105 ColumnFamilyStore.java:905 - Enqueuing flush of local: 794 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2019-01-20 14:05:45,110 Memtable.java:347 - Writing Memtable-local@541593276(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2019-01-20 14:05:45,141 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=1547993144912, position=399)\nINFO [main] 2019-01-20 14:05:45,579 CommitLog.java:122 - No commitlog files found; skipping replay\nINFO [main] 2019-01-20 14:05:45,709 StorageService.java:622 - Cassandra version: 2.1.15\nINFO [main] 2019-01-20 14:05:45,710 StorageService.java:623 - Thrift API version: 19.39.0\nINFO [main] 2019-01-20 14:05:45,712 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1)\nINFO [main] 2019-01-20 14:05:45,723 IndexSummaryManager.java:95 - Initializing index summary manager with a memory pool size of 49 MB and a resize interval of 60 minutes\nINFO [main] 2019-01-20 14:05:45,724 StorageService.java:649 - Loading persisted ring state\nINFO [main] 2019-01-20 14:05:45,739 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2019-01-20 14:05:45,747 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] 2019-01-20 14:05:45,756 SystemKeyspace.java:765 - No host ID found, created f70b7ac3-271c-4667-8ed3-96843ef70ebf (Note: This should happen exactly once per node).\nINFO [main] 2019-01-20 14:05:45,758 StorageService.java:807 - Starting up server gossip\nINFO [main] 2019-01-20 14:05:45,760 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1984 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2019-01-20 14:05:45,761 Memtable.java:347 - Writing Memtable-local@1869224423(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2019-01-20 14:05:45,762 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=1547993144912, position=93397)\nINFO [main] 2019-01-20 14:05:46,501 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2019-01-20 14:05:46,511 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] 2019-01-20 14:05:46,540 MessagingService.java:506 - Starting Messaging Service on port 7000\nINFO [main] 2019-01-20 14:05:46,557 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2019-01-20 14:05:46,565 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] 2019-01-20 14:05:46,573 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2019-01-20 14:05:46,580 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] 2019-01-20 14:05:46,590 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node.\nINFO [main] 2019-01-20 14:05:46,591 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2019-01-20 14:05:46,598 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] 2019-01-20 14:05:46,608 StorageService.java:959 - Generated random tokens. tokens are [-7383502372509222749, 8388449008829194896, -5834118908492921992, -1127921739464234281, 4065104215529656092, -3400006408796376832, 3936003482909099293, -6114816092417667777, 2019293884605024439, 8267662569093234581, 6039224432460779197, -6017254321076389213, -3527655154951558404, -3241690690372639676, 4425252519839172722, -8048425497255275104, -7647744833477886475, -5306024316963789789, 8488041928322871761, 5946887669892109969, 6972634795975729467, -7861629559827594135, 3141289023339460340, 7588108424194785460, -6056979828227317804, -4409774523423251244, -92682958832504810, 7437830483524954161, 4654179958188584300, -4975758884017940783, -4659514541235007727, -3311610422188522015, 1211745396625383852, -5282213292469191426, -2231900523457078383, 5071434883461763315, -782793505150802444, -3340666297724315827, -9079238181670569250, 5984509679604980377, 2007524079330451552, -4758912831568705948, -3579822822036377672, 3885373191422542652, 4759725507148686757, 5858758991740869910, -8589239996686377166, 4483135899037799811, -5403913794947984103, -199657033005975510, 7663270684585132659, 1063208430074638075, -8787193035646457248, -3582945623509251841, -8309481167715292292, 1433912404587647979, -3228795692536955044, 4094622973832560817, -7555476532945512761, 2084928775417791194, -6444967772440609745, -3601531826324671319, 7788868564525765443, 6763386492083973147, 8950730496794900430, -6637017708173588986, -8511354152150935265, -8019545383693165170, 8052654748536434374, -2425851477721042760, -4400463928581114536, 5862032708023025376, -2009855296421118875, -5823991506491864605, -406171826639492447, -7223381949776717906, -5060472034593093162, -161666629757966921, 6149576337882769553, 374372374084543758, 4635486156344331757, 5489791756730519103, 8617135609934493711, 1182417538135898993, -4260876286585868461, -8236775719070594830, -5505069321832597965, 3524167854690375966, -2522658896605260704, 482528334342544659, -2665347862374961515, -3932019425434561020, 3855816376910295698, -4297772565741378696, -5221828121032099171, -7505291134426308192, -6288460089757500766, 2600476488387756950, 2020357379556996905, -1021455668030424369, 6404990237116213278, -1171188063640975005, -8579617539071043090, 2341761243703059756, 4088313502441695872, 1137504076769419115, -4666357639005907981, -8838234640541613721, 3277107618368151274, 9203678178075944740, -7656700912826952620, -4547032646319715537, -310645278140913527, -9034654197628737437, 8181467600200147061, 7503599844208440549, 5144862220739325706, -6905088532776242977, -8475369707587864066, 8786179412752333885, -7282743724568410234, -2831326647691927333, -4525345771385287745, -324646686983322821, 4709708526781028768, -3711692074376852631, 4197801475132298320, -2031790156755944597, 1666394951954895768, -3237655614368380308, 683446658898593699, 4509084569411557547, 1616502396078185202, 7137434722957510168, -260685828969486462, 5954664770979473133, 1055067898346083702, -8544968987861312064, -959489493949259988, 3068158268575988399, 7426105214052599980, -9146272608811779219, 4395739943736166955, 6809050443701332590, 5851862246343272677, 7727091672677707055, -6226624252346353560, -2991382808702719300, 6872738284176102633, -3731839911930161019, -3968301393466229972, 8989845042901520788, 3000699162887583985, -1796183856529109421, 7398259912551469394, -2026885262477858582, 6677686749876357219, -8127169719695841164, -5400582317651552151, 6767144508399605657, 6704434840171562066, -8802435586266529445, -4475334360523296556, 1402076561971544213, -1365553189667472529, -7616336822170021987, 3467683709395129678, 6674558968715369182, -4214207767994782515, -414921599008967033, 8947081702695469492, -649482592825492844, 1205347676525519503, 8693521234014999317, -7890318376990969986, -1367645317660214535, 9178870571339752422, 4146745190540979380, 3920167779159037365, -5202135781789721569, -6403808980559234574, 8786136113008713472, 8350224014404525354, -5507092740480250954, 4028040868436790060, 3401025053752799544, 8383770207778241471, -2412711271343899591, 3898689622130466342, -6261321958379693902, -2084193997758662845, -1255862493262240804, 6192150486671298499, 5178441218114079831, -111173889875720696, 4692568314258730910, -3800412029850230337, 6730159078385749812, 3865580066923984998, -2515526904264250298, -968711749256656935, 7223881241104296621, -3688406416403216258, -6611943347693996794, 2602904460986178385, 6303667824312344061, 7263001687636706336, -8232681205178917971, 9206939510869491311, 5933990362838601389, -6813723768052985614, 3936154261802188811, -8076348194874070036, -3434304982135158194, 8045790467446338747, -8832270203112864135, -4572592712542082570, 8530698962586359082, -4994498118598932942, 5537027196059956126, 802813374178433135, 137917317171348251, 3491205204875836893, 7848177978464531297, -3242052682992794503, -1143798908857987522, 1608289234538478796, 1047109228385832994, 8627634896250841656, 5404257972649327137, 2822269026689463773, 8588881821089736473, -2209644651877487827, -8179918110333798029, -680357662253307637, 5268894474133397193, 7688935007264852685, -6694698626525472580, -1283604756603805669, -1499164946690036674, -8862295034126512076, 4219434998993084480, -9192582347587918639, -5314177301003794263, 8055543203783422354, -8414429991244618462, 4612611062154766770, -3473188917225285529, 1061288330820626192, 5961007506012606867, 4532971876768400085, 2366070280910790280, 7802970488767088195, -7526736287315543624, 5620820623188554646, 3409223132293805491]\nINFO [main] 2019-01-20 14:05:46,622 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@5934cfe2[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@741cce6e[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@6f7b1c0b}\nINFO [MigrationStage:1] 2019-01-20 14:05:46,660 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 960 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2019-01-20 14:05:46,660 Memtable.java:347 - Writing Memtable-schema_keyspaces@1918930241(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2019-01-20 14:05:46,661 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=1547993144912, position=102352)\nINFO [MigrationStage:1] 2019-01-20 14:05:46,999 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115125 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2019-01-20 14:05:47,000 Memtable.java:347 - Writing Memtable-schema_columnfamilies@1885598015(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2019-01-20 14:05:47,008 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=1547993144912, position=102352)\nINFO [MigrationStage:1] 2019-01-20 14:05:47,260 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254938 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2019-01-20 14:05:47,261 Memtable.java:347 - Writing Memtable-schema_columns@350607651(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2019-01-20 14:05:47,281 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=1547993144912, position=102352)\nINFO [MigrationStage:1] 2019-01-20 14:05:47,683 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 155 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2019-01-20 14:05:47,684 Memtable.java:347 - Writing Memtable-schema_triggers@1725598720(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2019-01-20 14:05:47,684 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=1547993144912, position=102352)\nINFO [MigrationStage:1] 2019-01-20 14:05:48,485 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 155 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2019-01-20 14:05:48,485 Memtable.java:347 - Writing Memtable-schema_usertypes@1322538401(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2019-01-20 14:05:48,486 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=1547993144912, position=102352)\nINFO [MigrationStage:1] 2019-01-20 14:05:48,965 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@5e39a895[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] 2019-01-20 14:05:48,970 ColumnFamilyStore.java:361 - Initializing system_traces.sessions\nINFO [MigrationStage:1] 2019-01-20 14:05:48,970 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@7be58c0e[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] 2019-01-20 14:05:48,974 ColumnFamilyStore.java:361 - Initializing system_traces.events\nINFO [main] 2019-01-20 14:05:49,007 ColumnFamilyStore.java:905 - Enqueuing flush of local: 595 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2019-01-20 14:05:49,008 Memtable.java:347 - Writing Memtable-local@2070546718(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2019-01-20 14:05:49,009 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=1547993144912, position=102595)\nINFO [main] 2019-01-20 14:05:49,602 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51487 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2019-01-20 14:05:49,602 Memtable.java:347 - Writing Memtable-local@1734898832(8.372KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2019-01-20 14:05:49,610 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=1547993144912, position=114592)\nINFO [CompactionExecutor:1] 2019-01-20 14:05:50,444 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-2-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-1-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-3-Data.db')]\nINFO [main] 2019-01-20 14:05:50,472 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL\nINFO [main] 2019-01-20 14:05:50,553 Server.java:155 - Netty using native Epoll event loop\nINFO [main] 2019-01-20 14:05:50,579 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] 2019-01-20 14:05:50,579 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042...\nINFO [main] 2019-01-20 14:05:50,626 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160\nINFO [Thread-2] 2019-01-20 14:05:50,631 ThriftServer.java:136 - Listening for thrift clients...\nINFO [CompactionExecutor:1] 2019-01-20 14:05:52,030 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,924 bytes to 5,742 (~96% of original) in 1,577ms = 0.003472MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, }\nINFO [StorageServiceShutdownHook] 2019-01-20 14:08:20,599 ThriftServer.java:142 - Stop listening to thrift clients\nINFO [StorageServiceShutdownHook] 2019-01-20 14:08:20,623 Server.java:225 - Stop listening for CQL clients\nINFO [StorageServiceShutdownHook] 2019-01-20 14:08:20,624 Gossiper.java:1454 - Announcing shutdown\nINFO [StorageServiceShutdownHook] 2019-01-20 14:08:20,625 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown\nINFO [StorageServiceShutdownHook] 2019-01-20 14:08:22,633 MessagingService.java:734 - Waiting for messaging service to quiesce\nINFO [ACCEPT-localhost/127.0.0.1] 2019-01-20 14:08:22,635 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": "2019-01-20T14:09:18.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:18.287Z", "message": "[vellum] sudo cat /var/log/cassandra/system.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:18.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:19.058Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:19.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:19.300Z", "message": "Execution done (return_code=0): /tmp/4FT8L/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:19.300Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:19.300Z", "message": "[vellum] Installation is done", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:19.300Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:19.300Z", "message": "[vellum] sudo cat /etc/cassandra/cassandra", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:19.300Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:19.300Z", "message": "[vellum] => # YAML topology configuration file for Cassandra,\n# to be used with YamlFileNetworkTopologySnitch.\n\n# The topology, as a list of data centers.\ntopology:\n # Each data center has a name and a list of racks.\n - dc_name: DC1\n racks:\n # Each rack has a name and a list of nodes.\n - rack_name: c1\n nodes:\n # Each node has a broadcast address (required)\n # and a data-center-local address (optional).\n # If dc_local_address is specified, its peers\n # in the same data center will attempt to\n # reconnect over that address instead.\n - broadcast_address: 1.2.3.4\n dc_local_address: 5.6.7.8\n\n# Default data center name for unknown nodes; defaults to \"UNKNOWN\"\n# default_dc_name: UNKNOWN\n\n# Default rack name for unknown nodes\n# default_rack_name: UNKNOWN; defaults to \"UNKNOWN\"\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:19.300Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "d93f8d80-d4d0-4338-86d8-435aabfbe788"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:20.305Z", "message": "Executing: /tmp/XSHTR/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:20.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:20.305Z", "message": "Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/XSHTR/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:20.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}, {"node_instance_id": "vellum_o8owep", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:20.339Z", "message": "Starting node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:20.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_o8owep", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:20.339Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:20.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": "vellum_o8owep", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:20.339Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:20.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 1906, "offset": 1839, "size": 50}}} 2019-01-20 14:09:21,299 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:21,299 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:21 GMT 2019-01-20 14:09:21,299 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:21,299 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79684 2019-01-20 14:09:21,299 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:21,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => /var/log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/btmp /var/log/unattended-upgrades /var/log/monit.log /var/log/boot.log /var/log/clearwater-queue-manager /var/log/udev /var/log/clearwater-config-manager /var/log/rogers /var/log/rogers/rogers_20190120T140000Z.txt /var/log/rogers/rogers_err.log /var/log/rogers/rogers_out.log /var/log/rogers/rogers_current.txt /var/log/sysstat /var/log/sysstat/clearwater-sa20 /var/log/cloud-init-output.log /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/dpkg.log /var/log/upstart /var/log/upstart/clearwater-monit.log /var/log/upstart/astaire-throttle.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/rsyslog.log /var/log/upstart/cryptdisks.log /var/log/upstart/systemd-logind.log /var/log/upstart/console-setup.log /var/log/upstart/container-detect.log /var/log/upstart/procps-virtual-filesystems.log /var/log/chronos /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/memcached.log /var/log/syslog /var/log/cassandra /var/log/cassandra/system.log /var/log/cloud-init.log /var/log/alternatives.log /var/log/ntpstats /var/log/kern.log /var/log/lastlog /var/log/auth.log /var/log/dmesg.0 /var/log/clearwater-cluster-manager /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/iotop.log /var/log/dist-upgrade /var/log/wtmp /var/log/dmesg /var/log/astaire /var/log/astaire/astaire_err.log /var/log/astaire/astaire_20190120T140000Z.txt /var/log/astaire/astaire_out.log /var/log/astaire/astaire_current.txt real 0m0.007s user 0m0.002s sys 0m0.003s 2019-01-20 14:09:21,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 14:00 ? 00:00:00 /sbin/init root 2 0 0 14:00 ? 00:00:00 [kthreadd] root 3 2 0 14:00 ? 00:00:00 [ksoftirqd/0] root 5 2 0 14:00 ? 00:00:00 [kworker/0:0H] root 6 2 0 14:00 ? 00:00:00 [kworker/u4:0] root 7 2 0 14:00 ? 00:00:00 [rcu_sched] root 8 2 0 14:00 ? 00:00:00 [rcuos/0] root 9 2 0 14:00 ? 00:00:00 [rcuos/1] root 10 2 0 14:00 ? 00:00:00 [rcu_bh] root 11 2 0 14:00 ? 00:00:00 [rcuob/0] root 12 2 0 14:00 ? 00:00:00 [rcuob/1] root 13 2 0 14:00 ? 00:00:00 [migration/0] root 14 2 0 14:00 ? 00:00:00 [watchdog/0] root 15 2 0 14:00 ? 00:00:00 [watchdog/1] root 16 2 0 14:00 ? 00:00:00 [migration/1] root 17 2 0 14:00 ? 00:00:00 [ksoftirqd/1] root 19 2 0 14:00 ? 00:00:00 [kworker/1:0H] root 20 2 0 14:00 ? 00:00:00 [khelper] root 21 2 0 14:00 ? 00:00:00 [kdevtmpfs] root 22 2 0 14:00 ? 00:00:00 [netns] root 23 2 0 14:00 ? 00:00:00 [writeback] root 24 2 0 14:00 ? 00:00:00 [kintegrityd] root 25 2 0 14:00 ? 00:00:00 [bioset] root 27 2 0 14:00 ? 00:00:00 [kblockd] root 28 2 0 14:00 ? 00:00:00 [ata_sff] root 29 2 0 14:00 ? 00:00:00 [khubd] root 30 2 0 14:00 ? 00:00:00 [md] root 31 2 0 14:00 ? 00:00:00 [devfreq_wq] root 32 2 0 14:00 ? 00:00:00 [kworker/0:1] root 34 2 0 14:00 ? 00:00:00 [khungtaskd] root 35 2 0 14:00 ? 00:00:00 [kswapd0] root 36 2 0 14:00 ? 00:00:00 [vmstat] root 37 2 0 14:00 ? 00:00:00 [ksmd] root 38 2 0 14:00 ? 00:00:00 [khugepaged] root 39 2 0 14:00 ? 00:00:00 [fsnotify_mark] root 40 2 0 14:00 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 14:00 ? 00:00:00 [crypto] root 53 2 0 14:00 ? 00:00:00 [kthrotld] root 54 2 0 14:00 ? 00:00:00 [kworker/u4:1] root 55 2 0 14:00 ? 00:00:00 [vballoon] root 56 2 0 14:00 ? 00:00:00 [kworker/1:1] root 57 2 0 14:00 ? 00:00:00 [scsi_eh_0] root 58 2 0 14:00 ? 00:00:00 [scsi_eh_1] root 79 2 0 14:00 ? 00:00:00 [deferwq] root 80 2 0 14:00 ? 00:00:00 [charger_manager] root 124 2 0 14:00 ? 00:00:00 [kpsmoused] root 141 2 0 14:00 ? 00:00:00 [kworker/1:2] root 186 2 0 14:00 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 14:00 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 14:00 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 14:00 ? 00:00:00 [kworker/u5:1] root 431 2 0 14:00 ? 00:00:00 [kworker/u5:2] root 525 1 0 14:00 ? 00:00:00 upstart-socket-bridge --daemon root 603 1 0 14:00 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 14:00 ? 00:00:00 [kauditd] root 948 1 0 14:00 ? 00:00:00 upstart-file-bridge --daemon message+ 966 1 0 14:00 ? 00:00:00 dbus-daemon --system --fork root 991 1 0 14:00 ? 00:00:00 /lib/systemd/systemd-logind syslog 1003 1 0 14:00 ? 00:00:00 rsyslogd root 1051 1 0 14:00 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1054 1 0 14:00 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1058 1 0 14:00 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1059 1 0 14:00 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1061 1 0 14:00 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1109 1 0 14:00 ? 00:00:00 /usr/sbin/sshd -D root 1110 1 0 14:00 ? 00:00:00 cron daemon 1111 1 0 14:00 ? 00:00:00 atd root 1119 1 0 14:00 ? 00:00:00 /usr/sbin/irqbalance root 1120 1 0 14:00 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1199 1 0 14:00 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1205 1 0 14:00 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1563 2 0 14:00 ? 00:00:00 [kworker/0:2] ubuntu 1663 1 0 14:00 ? 00:00:00 /home/ubuntu/vellum_host_7jeac0/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_7jeac0 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_7jeac0 --logging-server-logdir=/home/ubuntu/vellum_host_7jeac0/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_7jeac0/work/vellum_host_7jeac0%I.log --pidfile=/home/ubuntu/vellum_host_7jeac0/work/vellum_host_7jeac0.pid ubuntu 1777 1 0 14:01 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_7jeac0/env/bin/diamond --configfile /home/ubuntu/vellum_host_7jeac0/work/plugins/diamond/etc/diamond.conf ubuntu 1845 1663 0 14:03 ? 00:00:00 /home/ubuntu/vellum_host_7jeac0/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_7jeac0 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_7jeac0 --logging-server-logdir=/home/ubuntu/vellum_host_7jeac0/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_7jeac0/work/vellum_host_7jeac0%I.log --pidfile=/home/ubuntu/vellum_host_7jeac0/work/vellum_host_7jeac0.pid ubuntu 1866 1845 0 14:03 ? 00:00:00 /home/ubuntu/vellum_host_7jeac0/env/bin/python2.7 /home/ubuntu/vellum_host_7jeac0/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-oZRnEG ubuntu 1877 1866 0 14:03 ? 00:00:00 /bin/sh -c /tmp/4FT8L/install-vellum.sh ubuntu 1879 1877 0 14:03 ? 00:00:00 /bin/bash -e /tmp/4FT8L/install-vellum.sh root 3863 2 0 14:05 ? 00:00:00 [kworker/u5:0] ntp 11902 1 0 14:07 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112 memcache 12303 1 0 14:08 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 root 12631 1 0 14:08 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 13275 1 0 14:08 ? 00:00:00 /bin/sh -e /proc/self/fd/9 root 13285 13275 0 14:08 ? 00:00:00 cpulimit -e astaire -l 10 snmp 14182 1 0 14:09 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid dnsmasq 14282 1 0 14:09 ? 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 14345 1879 0 14:09 ? 00:00:00 /bin/bash -e /tmp/4FT8L/install-vellum.sh ubuntu 14346 14345 0 14:09 ? 00:00:00 /bin/bash -e /tmp/4FT8L/install-vellum.sh root 14347 14346 0 14:09 ? 00:00:00 sudo ps -edf root 14348 14347 0 14:09 ? 00:00:00 ps -edf real 0m0.008s user 0m0.003s sys 0m0.005s 2019-01-20 14:09:21,302 - 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 14282/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1109/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12631/monit tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12303/memcached tcp6 0 0 ::1:53 :::* LISTEN 14282/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1109/sshd udp 0 0 192.168.120.6:123 0.0.0.0:* 11902/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 11902/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 11902/ntpd udp 0 0 0.0.0.0:161 0.0.0.0:* 14182/snmpd udp 0 0 0.0.0.0:14730 0.0.0.0:* 603/dhclient udp 0 0 127.0.0.1:11211 0.0.0.0:* 12303/memcached udp 0 0 127.0.0.1:53 0.0.0.0:* 14282/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 603/dhclient udp6 0 0 fe80::f816:3eff:fe3:123 :::* 11902/ntpd udp6 0 0 ::1:123 :::* 11902/ntpd udp6 0 0 :::123 :::* 11902/ntpd udp6 0 0 :::161 :::* 14182/snmpd udp6 0 0 :::43775 :::* 603/dhclient udp6 0 0 ::1:53 :::* 14282/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 7502 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 10702 1663/python2.7 /tmp/cloudify-logging-server-19f21.socket unix 2 [ ACC ] STREAM LISTENING 1488 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 12244 1866/python2.7 /tmp/ctx-U2MPFe.socket unix 2 [ ACC ] STREAM LISTENING 9650 1120/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 26608 14182/snmpd /var/agentx/master unix 2 [ ACC ] STREAM LISTENING 9445 966/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.007s user 0m0.000s sys 0m0.006s 2019-01-20 14:09:21,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo netstat 2019-01-20 14:09:21,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo find /var/log 2019-01-20 14:09:21,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater*.log 2019-01-20 14:09:21,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => 2019-01-20 14:08:27.537812567 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.004s 2019-01-20 14:09:21,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2019-01-20 14:09:21,303 - 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.003s sys 0m0.002s 2019-01-20 14:09:21,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/logback 2019-01-20 14:09:21,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2019-01-20 14:09:21,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => INFO [main] 2019-01-20 14:05:42,881 CassandraDaemon.java:159 - Could not resolve local host INFO [main] 2019-01-20 14:05:42,896 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2019-01-20 14:05:42,984 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] 2019-01-20 14:05:43,135 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap INFO [main] 2019-01-20 14:05:43,143 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB INFO [main] 2019-01-20 14:05:43,143 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB INFO [main] 2019-01-20 14:05:43,488 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2019-01-20 14:05:43,512 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] 2019-01-20 14:05:43,554 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181 WARN [main] 2019-01-20 14:05:43,554 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release INFO [main] 2019-01-20 14:05:43,554 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480 INFO [main] 2019-01-20 14:05:43,555 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 710528(693K) committed = 2555904(2496K) max = 50331648(49152K) INFO [main] 2019-01-20 14:05:43,555 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 74013360(72278K) committed = 167772160(163840K) max = 167772160(163840K) INFO [main] 2019-01-20 14:05:43,555 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K) INFO [main] 2019-01-20 14:05:43,555 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K) INFO [main] 2019-01-20 14:05:43,555 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16724392(16332K) committed = 21757952(21248K) max = 174063616(169984K) INFO [main] 2019-01-20 14:05:43,555 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] 2019-01-20 14:05:43,557 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_1547993142.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1547993142.log] INFO [main] 2019-01-20 14:05:43,673 CLibrary.java:144 - JNA mlockall successful WARN [main] 2019-01-20 14:05:43,673 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. ERROR [main] 2019-01-20 14:05:43,732 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist ERROR [main] 2019-01-20 14:05:43,734 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist ERROR [main] 2019-01-20 14:05:43,734 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist INFO [main] 2019-01-20 14:05:43,739 CacheService.java:110 - Initializing key cache with capacity of 49 MBs. INFO [main] 2019-01-20 14:05:43,744 CacheService.java:132 - Initializing row cache with capacity of 0 MBs INFO [main] 2019-01-20 14:05:43,749 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs INFO [main] 2019-01-20 14:05:43,750 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys). INFO [main] 2019-01-20 14:05:43,816 ColumnFamilyStore.java:361 - Initializing system.schema_triggers INFO [main] 2019-01-20 14:05:44,936 ColumnFamilyStore.java:361 - Initializing system.compaction_history INFO [main] 2019-01-20 14:05:44,941 ColumnFamilyStore.java:361 - Initializing system.batchlog INFO [main] 2019-01-20 14:05:44,945 ColumnFamilyStore.java:361 - Initializing system.sstable_activity INFO [main] 2019-01-20 14:05:44,949 ColumnFamilyStore.java:361 - Initializing system.peer_events INFO [main] 2019-01-20 14:05:44,953 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress INFO [main] 2019-01-20 14:05:44,958 ColumnFamilyStore.java:361 - Initializing system.hints INFO [main] 2019-01-20 14:05:44,962 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces INFO [main] 2019-01-20 14:05:44,966 ColumnFamilyStore.java:361 - Initializing system.range_xfers INFO [main] 2019-01-20 14:05:44,970 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies INFO [main] 2019-01-20 14:05:44,973 ColumnFamilyStore.java:361 - Initializing system.paxos INFO [main] 2019-01-20 14:05:44,978 ColumnFamilyStore.java:361 - Initializing system.schema_columns INFO [main] 2019-01-20 14:05:44,982 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes INFO [main] 2019-01-20 14:05:44,985 ColumnFamilyStore.java:361 - Initializing system.IndexInfo INFO [main] 2019-01-20 14:05:44,988 ColumnFamilyStore.java:361 - Initializing system.peers INFO [main] 2019-01-20 14:05:44,992 ColumnFamilyStore.java:361 - Initializing system.size_estimates INFO [main] 2019-01-20 14:05:44,995 ColumnFamilyStore.java:361 - Initializing system.local INFO [main] 2019-01-20 14:05:45,066 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage. INFO [main] 2019-01-20 14:05:45,067 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh. INFO [main] 2019-01-20 14:05:45,105 ColumnFamilyStore.java:905 - Enqueuing flush of local: 794 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2019-01-20 14:05:45,110 Memtable.java:347 - Writing Memtable-local@541593276(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2019-01-20 14:05:45,141 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=1547993144912, position=399) INFO [main] 2019-01-20 14:05:45,579 CommitLog.java:122 - No commitlog files found; skipping replay INFO [main] 2019-01-20 14:05:45,709 StorageService.java:622 - Cassandra version: 2.1.15 INFO [main] 2019-01-20 14:05:45,710 StorageService.java:623 - Thrift API version: 19.39.0 INFO [main] 2019-01-20 14:05:45,712 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1) INFO [main] 2019-01-20 14:05:45,723 IndexSummaryManager.java:95 - Initializing index summary manager with a memory pool size of 49 MB and a resize interval of 60 minutes INFO [main] 2019-01-20 14:05:45,724 StorageService.java:649 - Loading persisted ring state INFO [main] 2019-01-20 14:05:45,739 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2019-01-20 14:05:45,747 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] 2019-01-20 14:05:45,756 SystemKeyspace.java:765 - No host ID found, created f70b7ac3-271c-4667-8ed3-96843ef70ebf (Note: This should happen exactly once per node). INFO [main] 2019-01-20 14:05:45,758 StorageService.java:807 - Starting up server gossip INFO [main] 2019-01-20 14:05:45,760 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1984 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2019-01-20 14:05:45,761 Memtable.java:347 - Writing Memtable-local@1869224423(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2019-01-20 14:05:45,762 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=1547993144912, position=93397) INFO [main] 2019-01-20 14:05:46,501 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2019-01-20 14:05:46,511 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] 2019-01-20 14:05:46,540 MessagingService.java:506 - Starting Messaging Service on port 7000 INFO [main] 2019-01-20 14:05:46,557 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2019-01-20 14:05:46,565 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] 2019-01-20 14:05:46,573 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2019-01-20 14:05:46,580 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] 2019-01-20 14:05:46,590 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node. INFO [main] 2019-01-20 14:05:46,591 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2019-01-20 14:05:46,598 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] 2019-01-20 14:05:46,608 StorageService.java:959 - Generated random tokens. tokens are [-7383502372509222749, 8388449008829194896, -5834118908492921992, -1127921739464234281, 4065104215529656092, -3400006408796376832, 3936003482909099293, -6114816092417667777, 2019293884605024439, 8267662569093234581, 6039224432460779197, -6017254321076389213, -3527655154951558404, -3241690690372639676, 4425252519839172722, -8048425497255275104, -7647744833477886475, -5306024316963789789, 8488041928322871761, 5946887669892109969, 6972634795975729467, -7861629559827594135, 3141289023339460340, 7588108424194785460, -6056979828227317804, -4409774523423251244, -92682958832504810, 7437830483524954161, 4654179958188584300, -4975758884017940783, -4659514541235007727, -3311610422188522015, 1211745396625383852, -5282213292469191426, -2231900523457078383, 5071434883461763315, -782793505150802444, -3340666297724315827, -9079238181670569250, 5984509679604980377, 2007524079330451552, -4758912831568705948, -3579822822036377672, 3885373191422542652, 4759725507148686757, 5858758991740869910, -8589239996686377166, 4483135899037799811, -5403913794947984103, -199657033005975510, 7663270684585132659, 1063208430074638075, -8787193035646457248, -3582945623509251841, -8309481167715292292, 1433912404587647979, -3228795692536955044, 4094622973832560817, -7555476532945512761, 2084928775417791194, -6444967772440609745, -3601531826324671319, 7788868564525765443, 6763386492083973147, 8950730496794900430, -6637017708173588986, -8511354152150935265, -8019545383693165170, 8052654748536434374, -2425851477721042760, -4400463928581114536, 5862032708023025376, -2009855296421118875, -5823991506491864605, -406171826639492447, -7223381949776717906, -5060472034593093162, -161666629757966921, 6149576337882769553, 374372374084543758, 4635486156344331757, 5489791756730519103, 8617135609934493711, 1182417538135898993, -4260876286585868461, -8236775719070594830, -5505069321832597965, 3524167854690375966, -2522658896605260704, 482528334342544659, -2665347862374961515, -3932019425434561020, 3855816376910295698, -4297772565741378696, -5221828121032099171, -7505291134426308192, -6288460089757500766, 2600476488387756950, 2020357379556996905, -1021455668030424369, 6404990237116213278, -1171188063640975005, -8579617539071043090, 2341761243703059756, 4088313502441695872, 1137504076769419115, -4666357639005907981, -8838234640541613721, 3277107618368151274, 9203678178075944740, -7656700912826952620, -4547032646319715537, -310645278140913527, -9034654197628737437, 8181467600200147061, 7503599844208440549, 5144862220739325706, -6905088532776242977, -8475369707587864066, 8786179412752333885, -7282743724568410234, -2831326647691927333, -4525345771385287745, -324646686983322821, 4709708526781028768, -3711692074376852631, 4197801475132298320, -2031790156755944597, 1666394951954895768, -3237655614368380308, 683446658898593699, 4509084569411557547, 1616502396078185202, 7137434722957510168, -260685828969486462, 5954664770979473133, 1055067898346083702, -8544968987861312064, -959489493949259988, 3068158268575988399, 7426105214052599980, -9146272608811779219, 4395739943736166955, 6809050443701332590, 5851862246343272677, 7727091672677707055, -6226624252346353560, -2991382808702719300, 6872738284176102633, -3731839911930161019, -3968301393466229972, 8989845042901520788, 3000699162887583985, -1796183856529109421, 7398259912551469394, -2026885262477858582, 6677686749876357219, -8127169719695841164, -5400582317651552151, 6767144508399605657, 6704434840171562066, -8802435586266529445, -4475334360523296556, 1402076561971544213, -1365553189667472529, -7616336822170021987, 3467683709395129678, 6674558968715369182, -4214207767994782515, -414921599008967033, 8947081702695469492, -649482592825492844, 1205347676525519503, 8693521234014999317, -7890318376990969986, -1367645317660214535, 9178870571339752422, 4146745190540979380, 3920167779159037365, -5202135781789721569, -6403808980559234574, 8786136113008713472, 8350224014404525354, -5507092740480250954, 4028040868436790060, 3401025053752799544, 8383770207778241471, -2412711271343899591, 3898689622130466342, -6261321958379693902, -2084193997758662845, -1255862493262240804, 6192150486671298499, 5178441218114079831, -111173889875720696, 4692568314258730910, -3800412029850230337, 6730159078385749812, 3865580066923984998, -2515526904264250298, -968711749256656935, 7223881241104296621, -3688406416403216258, -6611943347693996794, 2602904460986178385, 6303667824312344061, 7263001687636706336, -8232681205178917971, 9206939510869491311, 5933990362838601389, -6813723768052985614, 3936154261802188811, -8076348194874070036, -3434304982135158194, 8045790467446338747, -8832270203112864135, -4572592712542082570, 8530698962586359082, -4994498118598932942, 5537027196059956126, 802813374178433135, 137917317171348251, 3491205204875836893, 7848177978464531297, -3242052682992794503, -1143798908857987522, 1608289234538478796, 1047109228385832994, 8627634896250841656, 5404257972649327137, 2822269026689463773, 8588881821089736473, -2209644651877487827, -8179918110333798029, -680357662253307637, 5268894474133397193, 7688935007264852685, -6694698626525472580, -1283604756603805669, -1499164946690036674, -8862295034126512076, 4219434998993084480, -9192582347587918639, -5314177301003794263, 8055543203783422354, -8414429991244618462, 4612611062154766770, -3473188917225285529, 1061288330820626192, 5961007506012606867, 4532971876768400085, 2366070280910790280, 7802970488767088195, -7526736287315543624, 5620820623188554646, 3409223132293805491] INFO [main] 2019-01-20 14:05:46,622 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@5934cfe2[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@741cce6e[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@6f7b1c0b} INFO [MigrationStage:1] 2019-01-20 14:05:46,660 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 960 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2019-01-20 14:05:46,660 Memtable.java:347 - Writing Memtable-schema_keyspaces@1918930241(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2019-01-20 14:05:46,661 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=1547993144912, position=102352) INFO [MigrationStage:1] 2019-01-20 14:05:46,999 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115125 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2019-01-20 14:05:47,000 Memtable.java:347 - Writing Memtable-schema_columnfamilies@1885598015(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2019-01-20 14:05:47,008 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=1547993144912, position=102352) INFO [MigrationStage:1] 2019-01-20 14:05:47,260 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254938 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2019-01-20 14:05:47,261 Memtable.java:347 - Writing Memtable-schema_columns@350607651(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2019-01-20 14:05:47,281 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=1547993144912, position=102352) INFO [MigrationStage:1] 2019-01-20 14:05:47,683 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 155 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2019-01-20 14:05:47,684 Memtable.java:347 - Writing Memtable-schema_triggers@1725598720(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2019-01-20 14:05:47,684 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=1547993144912, position=102352) INFO [MigrationStage:1] 2019-01-20 14:05:48,485 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 155 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2019-01-20 14:05:48,485 Memtable.java:347 - Writing Memtable-schema_usertypes@1322538401(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2019-01-20 14:05:48,486 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=1547993144912, position=102352) INFO [MigrationStage:1] 2019-01-20 14:05:48,965 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@5e39a895[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] 2019-01-20 14:05:48,970 ColumnFamilyStore.java:361 - Initializing system_traces.sessions INFO [MigrationStage:1] 2019-01-20 14:05:48,970 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@7be58c0e[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] 2019-01-20 14:05:48,974 ColumnFamilyStore.java:361 - Initializing system_traces.events INFO [main] 2019-01-20 14:05:49,007 ColumnFamilyStore.java:905 - Enqueuing flush of local: 595 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2019-01-20 14:05:49,008 Memtable.java:347 - Writing Memtable-local@2070546718(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2019-01-20 14:05:49,009 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=1547993144912, position=102595) INFO [main] 2019-01-20 14:05:49,602 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51487 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2019-01-20 14:05:49,602 Memtable.java:347 - Writing Memtable-local@1734898832(8.372KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2019-01-20 14:05:49,610 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=1547993144912, position=114592) INFO [CompactionExecutor:1] 2019-01-20 14:05:50,444 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-2-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-1-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-3-Data.db')] INFO [main] 2019-01-20 14:05:50,472 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL INFO [main] 2019-01-20 14:05:50,553 Server.java:155 - Netty using native Epoll event loop INFO [main] 2019-01-20 14:05:50,579 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] 2019-01-20 14:05:50,579 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042... INFO [main] 2019-01-20 14:05:50,626 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160 INFO [Thread-2] 2019-01-20 14:05:50,631 ThriftServer.java:136 - Listening for thrift clients... INFO [CompactionExecutor:1] 2019-01-20 14:05:52,030 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,924 bytes to 5,742 (~96% of original) in 1,577ms = 0.003472MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, } INFO [StorageServiceShutdownHook] 2019-01-20 14:08:20,599 ThriftServer.java:142 - Stop listening to thrift clients INFO [StorageServiceShutdownHook] 2019-01-20 14:08:20,623 Server.java:225 - Stop listening for CQL clients INFO [StorageServiceShutdownHook] 2019-01-20 14:08:20,624 Gossiper.java:1454 - Announcing shutdown INFO [StorageServiceShutdownHook] 2019-01-20 14:08:20,625 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown INFO [StorageServiceShutdownHook] 2019-01-20 14:08:22,633 MessagingService.java:734 - Waiting for messaging service to quiesce INFO [ACCEPT-localhost/127.0.0.1] 2019-01-20 14:08:22,635 MessagingService.java:1020 - MessagingService has terminated the accept() thread real 0m0.005s user 0m0.000s sys 0m0.004s 2019-01-20 14:09:21,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/cassandra/system.log 2019-01-20 14:09:21,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:09:21,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/4FT8L/install-vellum.sh 2019-01-20 14:09:21,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installation is done 2019-01-20 14:09:21,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/cassandra 2019-01-20 14:09:21,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => # YAML topology configuration file for Cassandra, # to be used with YamlFileNetworkTopologySnitch. # The topology, as a list of data centers. topology: # Each data center has a name and a list of racks. - dc_name: DC1 racks: # Each rack has a name and a list of nodes. - rack_name: c1 nodes: # Each node has a broadcast address (required) # and a data-center-local address (optional). # If dc_local_address is specified, its peers # in the same data center will attempt to # reconnect over that address instead. - broadcast_address: 1.2.3.4 dc_local_address: 5.6.7.8 # Default data center name for unknown nodes; defaults to "UNKNOWN" # default_dc_name: UNKNOWN # Default rack name for unknown nodes # default_rack_name: UNKNOWN; defaults to "UNKNOWN" real 0m0.005s user 0m0.004s sys 0m0.002s 2019-01-20 14:09:21,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/XSHTR/start-vellum.sh 2019-01-20 14:09:21,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/XSHTR/start-vellum.sh 2019-01-20 14:09:21,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-20 14:09:21,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:09:21,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:09:21,307 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:09:21,374 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:21,374 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:21,374 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:21,374 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:21,374 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:21,374 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:21,374 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:21,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": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:09:21,375 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:21,375 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:21 GMT 2019-01-20 14:09:21,375 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:21,375 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:09:21,375 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:26,381 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:09:26,674 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:26,674 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:26,674 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:26,674 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:26,674 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:26,675 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:26,675 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:26,675 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:21.907Z", "message": "[vellum] Starting homestead node", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:21.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:21.907Z", "message": "[vellum] 192.168.120.6", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:21.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:21.907Z", "message": "", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:21.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:23.305Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:23.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:23.305Z", "message": "Running liveness detection on port 7000", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:23.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}], "metadata": {"pagination": {"total": 1911, "offset": 1862, "size": 50}}} 2019-01-20 14:09:26,675 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:26,675 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:26 GMT 2019-01-20 14:09:26,675 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:26,675 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2674 2019-01-20 14:09:26,675 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:26,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Starting homestead node 2019-01-20 14:09:26,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 192.168.120.6 2019-01-20 14:09:26,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2019-01-20 14:09:26,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-20 14:09:26,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Running liveness detection on port 7000 2019-01-20 14:09:26,677 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:09:26,738 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:26,739 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:26,739 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:26,739 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:26,739 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:26,739 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:26,739 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:26,739 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:09:26,739 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:26,739 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:26 GMT 2019-01-20 14:09:26,739 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:26,740 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:09:26,740 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:31,745 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:09:31,969 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:31,969 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:31,969 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:31,969 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:31,970 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:31,970 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:31,970 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:31,970 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1911, "offset": 1867, "size": 50}}} 2019-01-20 14:09:31,970 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:31,970 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:31 GMT 2019-01-20 14:09:31,970 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:31,970 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:09:31,970 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:31,971 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:09:32,039 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:32,039 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:32,039 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:32,040 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:32,040 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:32,040 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:32,040 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:32,040 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:09:32,040 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:32,040 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:32 GMT 2019-01-20 14:09:32,040 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:32,040 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:09:32,040 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:37,046 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:09:37,257 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:37,258 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:37,258 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:37,258 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:37,258 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:37,258 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:37,258 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:37,258 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:32.432Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:32.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}], "metadata": {"pagination": {"total": 1912, "offset": 1867, "size": 50}}} 2019-01-20 14:09:37,259 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:37,259 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:37 GMT 2019-01-20 14:09:37,259 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:37,259 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-20 14:09:37,259 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:37,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-20 14:09:37,259 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:09:37,322 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:37,322 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:37,322 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:37,322 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:37,323 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:37,323 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:37,323 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:37,323 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:09:37,323 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:37,323 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:37 GMT 2019-01-20 14:09:37,323 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:37,323 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:09:37,323 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:42,329 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:09:42,550 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:42,550 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:42,550 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:42,550 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:42,550 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:42,550 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:42,551 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:42,551 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1912, "offset": 1868, "size": 50}}} 2019-01-20 14:09:42,551 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:42,551 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:42 GMT 2019-01-20 14:09:42,551 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:42,551 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:09:42,551 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:42,551 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:09:42,613 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:42,614 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:42,614 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:42,614 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:42,614 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:42,614 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:42,614 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:42,614 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:09:42,614 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:42,614 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:42 GMT 2019-01-20 14:09:42,615 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:42,615 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:09:42,615 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:47,620 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:09:47,813 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:47,814 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:47,814 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:47,814 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:47,814 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:47,814 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:47,814 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:47,814 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:42.668Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:42.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}], "metadata": {"pagination": {"total": 1913, "offset": 1868, "size": 50}}} 2019-01-20 14:09:47,814 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:47,815 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:47 GMT 2019-01-20 14:09:47,815 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:47,815 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-20 14:09:47,815 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:47,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-20 14:09:47,815 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:09:47,906 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:47,906 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:47,906 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:47,907 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:47,907 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:47,907 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:47,907 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:47,907 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:09:47,907 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:47,907 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:47 GMT 2019-01-20 14:09:47,907 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:47,907 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:09:47,907 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:52,913 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:09:53,071 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:53,071 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:53,071 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:53,071 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:53,071 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:53,071 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:53,071 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:53,071 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:09:52.905Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:09:52.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}], "metadata": {"pagination": {"total": 1914, "offset": 1869, "size": 50}}} 2019-01-20 14:09:53,071 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:53,072 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:53 GMT 2019-01-20 14:09:53,072 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:53,072 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-20 14:09:53,072 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:53,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-20 14:09:53,072 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:09:53,266 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:53,266 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:53,266 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:53,267 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:53,267 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:53,267 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:53,267 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:53,267 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:09:53,267 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:53,267 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:53 GMT 2019-01-20 14:09:53,267 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:53,267 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:09:53,267 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:58,273 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:09:58,514 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:58,514 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:58,514 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:58,514 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:58,514 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:58,514 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:58,514 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:58,515 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1914, "offset": 1870, "size": 50}}} 2019-01-20 14:09:58,515 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:58,515 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:58 GMT 2019-01-20 14:09:58,515 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:58,515 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:09:58,515 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:09:58,515 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:09:58,735 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:09:58,735 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:09:58,736 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:09:58,736 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:09:58,736 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:09:58,736 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:09:58,736 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:09:58,736 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:09:58,736 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:09:58,736 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:09:58 GMT 2019-01-20 14:09:58,736 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:09:58,737 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:09:58,737 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:03,742 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:10:03,858 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:03,858 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:03,858 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:03,858 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:03,859 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:03,859 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:03,859 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:03,859 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:10:03.141Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:10:03.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}], "metadata": {"pagination": {"total": 1915, "offset": 1870, "size": 50}}} 2019-01-20 14:10:03,859 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:03,859 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:03 GMT 2019-01-20 14:10:03,859 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:03,859 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-20 14:10:03,859 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:03,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-20 14:10:03,860 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:10:03,951 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:03,951 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:03,951 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:03,951 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:03,952 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:03,952 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:03,952 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:03,952 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:10:03,952 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:03,952 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:03 GMT 2019-01-20 14:10:03,952 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:03,952 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:10:03,952 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:08,958 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:10:09,087 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:09,087 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:09,088 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:09,088 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:09,088 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:09,088 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:09,088 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:09,088 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1915, "offset": 1871, "size": 50}}} 2019-01-20 14:10:09,088 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:09,088 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:09 GMT 2019-01-20 14:10:09,088 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:09,089 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:10:09,089 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:09,089 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:10:09,229 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:09,229 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:09,229 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:09,229 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:09,230 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:09,230 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:09,230 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:09,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": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:10:09,230 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:09,230 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:09 GMT 2019-01-20 14:10:09,230 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:09,230 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:10:09,230 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:14,236 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:10:14,501 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:14,501 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:14,501 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:14,501 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:14,502 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:14,502 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:14,502 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:14,502 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:10:13.374Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:10:13.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}], "metadata": {"pagination": {"total": 1916, "offset": 1871, "size": 50}}} 2019-01-20 14:10:14,502 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:14,502 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:14 GMT 2019-01-20 14:10:14,502 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:14,502 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-20 14:10:14,502 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:14,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-20 14:10:14,503 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:10:14,573 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:14,573 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:14,573 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:14,573 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:14,573 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:14,573 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:14,574 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:14,574 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:10:14,574 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:14,574 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:14 GMT 2019-01-20 14:10:14,574 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:14,574 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:10:14,574 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:19,580 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:10:19,755 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:19,755 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:19,756 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:19,756 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:19,756 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:19,756 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:19,756 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:19,756 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1916, "offset": 1872, "size": 50}}} 2019-01-20 14:10:19,756 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:19,756 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:19 GMT 2019-01-20 14:10:19,756 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:19,757 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:10:19,757 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:19,757 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:10:19,830 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:19,830 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:19,830 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:19,830 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:19,830 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:19,831 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:19,831 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:19,831 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:10:19,831 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:19,831 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:19 GMT 2019-01-20 14:10:19,831 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:19,831 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:10:19,831 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:24,837 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:10:25,297 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:25,297 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:25,297 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:25,297 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:25,297 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:25,298 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:25,298 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:25,298 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:10:23.608Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:10:23.608Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}], "metadata": {"pagination": {"total": 1917, "offset": 1872, "size": 50}}} 2019-01-20 14:10:25,298 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:25,298 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:25 GMT 2019-01-20 14:10:25,298 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:25,298 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-20 14:10:25,298 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:25,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-20 14:10:25,299 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:10:25,369 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:25,369 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:25,369 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:25,369 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:25,369 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:25,369 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:25,369 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:25,369 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:10:25,369 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:25,370 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:25 GMT 2019-01-20 14:10:25,370 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:25,370 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:10:25,370 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:30,375 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:10:30,466 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:30,466 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:30,466 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:30,467 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:30,467 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:30,467 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:30,467 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:30,467 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1917, "offset": 1873, "size": 50}}} 2019-01-20 14:10:30,468 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:30,468 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:30 GMT 2019-01-20 14:10:30,468 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:30,468 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:10:30,468 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:30,468 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:10:30,594 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:30,595 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:30,595 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:30,595 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:30,595 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:30,595 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:30,595 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:30,595 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:10:30,596 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:30,596 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:30 GMT 2019-01-20 14:10:30,596 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:30,596 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:10:30,596 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:35,602 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:10:35,744 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:35,744 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:35,744 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:35,744 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:35,745 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:35,745 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:35,745 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:35,745 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:10:33.845Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:10:33.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}], "metadata": {"pagination": {"total": 1918, "offset": 1873, "size": 50}}} 2019-01-20 14:10:35,745 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:35,745 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:35 GMT 2019-01-20 14:10:35,745 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:35,745 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-20 14:10:35,746 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:35,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-20 14:10:35,746 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:10:35,833 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:35,833 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:35,833 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:35,833 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:35,834 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:35,834 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:35,834 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:35,834 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:10:35,834 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:35,834 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:35 GMT 2019-01-20 14:10:35,834 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:35,834 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:10:35,834 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:40,840 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:10:40,953 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:40,954 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:40,954 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:40,954 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:40,954 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:40,954 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:40,954 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:40,954 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1918, "offset": 1874, "size": 50}}} 2019-01-20 14:10:40,954 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:40,954 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:40 GMT 2019-01-20 14:10:40,955 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:40,955 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:10:40,955 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:40,955 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:10:41,039 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:41,039 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:41,039 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:41,039 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:41,039 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:41,039 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:41,039 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:41,040 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:10:41,040 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:41,040 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:41 GMT 2019-01-20 14:10:41,040 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:41,040 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:10:41,040 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:46,045 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:10:46,170 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:46,170 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:46,171 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:46,171 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:46,171 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:46,171 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:46,171 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:46,171 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:10:44.080Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:10:44.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}], "metadata": {"pagination": {"total": 1919, "offset": 1874, "size": 50}}} 2019-01-20 14:10:46,171 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:46,171 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:46 GMT 2019-01-20 14:10:46,171 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:46,172 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-20 14:10:46,172 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:46,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-20 14:10:46,172 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:10:46,237 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:46,237 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:46,237 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:46,237 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:46,237 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:46,237 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:46,237 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:46,238 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:10:46,238 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:46,238 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:46 GMT 2019-01-20 14:10:46,238 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:46,238 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:10:46,238 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:51,243 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:10:51,333 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:51,333 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:51,334 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:51,334 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:51,334 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:51,334 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:51,334 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:51,334 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1919, "offset": 1875, "size": 50}}} 2019-01-20 14:10:51,334 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:51,334 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:51 GMT 2019-01-20 14:10:51,334 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:51,335 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:10:51,335 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:51,335 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:10:51,409 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:51,409 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:51,409 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:51,409 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:51,409 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:51,410 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:51,410 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:51,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": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:10:51,410 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:51,410 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:51 GMT 2019-01-20 14:10:51,410 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:51,410 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:10:51,410 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:56,416 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:10:56,500 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:56,500 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:56,500 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:56,500 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:56,501 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:56,501 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:56,501 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:56,501 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:10:54.313Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:10:54.313Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}], "metadata": {"pagination": {"total": 1920, "offset": 1875, "size": 50}}} 2019-01-20 14:10:56,501 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:56,501 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:56 GMT 2019-01-20 14:10:56,501 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:56,501 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-20 14:10:56,501 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:10:56,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-20 14:10:56,502 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:10:56,567 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:10:56,568 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:10:56,568 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:10:56,568 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:10:56,568 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:10:56,568 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:10:56,568 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:10:56,568 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:10:56,569 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:10:56,569 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:10:56 GMT 2019-01-20 14:10:56,569 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:10:56,569 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:10:56,569 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:01,575 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:11:01,662 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:01,662 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:01,662 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:01,662 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:01,662 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:01,662 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:01,662 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:01,662 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1920, "offset": 1876, "size": 50}}} 2019-01-20 14:11:01,663 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:01,663 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:01 GMT 2019-01-20 14:11:01,663 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:01,663 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:11:01,663 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:01,663 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:11:01,729 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:01,730 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:01,730 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:01,730 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:01,730 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:01,730 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:01,730 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:01,730 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:11:01,730 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:01,730 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:01 GMT 2019-01-20 14:11:01,731 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:01,731 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:11:01,731 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:06,736 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:11:06,819 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:06,819 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:06,819 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:06,819 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:06,820 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:06,820 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:06,820 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:06,820 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:11:04.548Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:11:04.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}], "metadata": {"pagination": {"total": 1921, "offset": 1876, "size": 50}}} 2019-01-20 14:11:06,820 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:06,820 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:06 GMT 2019-01-20 14:11:06,820 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:06,820 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-20 14:11:06,820 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:06,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-20 14:11:06,821 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:11:06,888 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:06,888 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:06,888 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:06,889 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:06,889 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:06,889 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:06,889 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:06,889 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:11:06,889 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:06,889 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:06 GMT 2019-01-20 14:11:06,889 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:06,889 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:11:06,889 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:11,895 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:11:11,979 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:11,980 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:11,980 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:11,980 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:11,980 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:11,980 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:11,980 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:11,980 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1921, "offset": 1877, "size": 50}}} 2019-01-20 14:11:11,980 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:11,981 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:11 GMT 2019-01-20 14:11:11,981 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:11,981 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:11:11,981 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:11,981 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:11:12,127 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:12,127 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:12,127 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:12,127 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:12,127 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:12,127 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:12,128 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:12,128 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:11:12,128 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:12,128 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:12 GMT 2019-01-20 14:11:12,128 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:12,128 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:11:12,128 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:17,134 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:11:17,221 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:17,221 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:17,222 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:17,222 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:17,222 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:17,222 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:17,222 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:17,222 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:11:14.785Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:11:14.785Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}], "metadata": {"pagination": {"total": 1922, "offset": 1877, "size": 50}}} 2019-01-20 14:11:17,222 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:17,222 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:17 GMT 2019-01-20 14:11:17,222 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:17,223 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-20 14:11:17,223 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:17,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-20 14:11:17,223 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:11:17,307 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:17,307 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:17,308 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:17,308 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:17,308 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:17,308 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:17,308 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:17,308 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:11:17,308 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:17,308 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:17 GMT 2019-01-20 14:11:17,308 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:17,308 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:11:17,309 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:22,314 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:11:22,614 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:22,614 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:22,614 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:22,614 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:22,614 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:22,614 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:22,615 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:22,615 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1922, "offset": 1878, "size": 50}}} 2019-01-20 14:11:22,615 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:22,615 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:22 GMT 2019-01-20 14:11:22,615 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:22,615 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:11:22,615 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:22,615 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:11:22,697 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:22,697 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:22,697 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:22,697 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:22,698 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:22,698 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:22,698 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:22,698 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:11:22,698 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:22,698 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:22 GMT 2019-01-20 14:11:22,698 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:22,698 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:11:22,698 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:27,704 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:11:27,800 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:27,800 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:27,800 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:27,800 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:27,800 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:27,801 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:27,801 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:27,801 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:11:25.020Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:11:25.020Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}], "metadata": {"pagination": {"total": 1923, "offset": 1878, "size": 50}}} 2019-01-20 14:11:27,801 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:27,801 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:27 GMT 2019-01-20 14:11:27,801 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:27,801 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-20 14:11:27,801 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:27,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-20 14:11:27,802 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:11:27,866 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:27,866 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:27,867 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:27,867 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:27,867 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:27,867 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:27,867 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:27,867 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:11:27,867 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:27,867 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:27 GMT 2019-01-20 14:11:27,867 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:27,868 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:11:27,868 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:32,873 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:11:32,995 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:32,995 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:32,995 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:32,995 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:32,995 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:32,995 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:32,995 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:32,996 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1923, "offset": 1879, "size": 50}}} 2019-01-20 14:11:32,996 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:32,996 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:32 GMT 2019-01-20 14:11:32,996 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:32,996 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:11:32,996 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:32,996 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:11:33,057 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:33,057 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:33,057 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:33,058 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:33,058 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:33,058 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:33,058 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:33,058 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:11:33,058 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:33,058 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:33 GMT 2019-01-20 14:11:33,058 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:33,058 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:11:33,058 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:38,064 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:11:38,182 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:38,182 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:38,182 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:38,183 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:38,183 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:38,183 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:38,183 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:38,183 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:11:35.255Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:11:35.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}], "metadata": {"pagination": {"total": 1924, "offset": 1879, "size": 50}}} 2019-01-20 14:11:38,183 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:38,183 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:38 GMT 2019-01-20 14:11:38,183 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:38,183 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-20 14:11:38,183 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:38,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-20 14:11:38,184 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:11:38,290 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:38,290 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:38,291 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:38,291 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:38,291 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:38,291 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:38,291 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:38,291 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:11:38,291 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:38,291 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:38 GMT 2019-01-20 14:11:38,292 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:38,292 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:11:38,292 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:43,297 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:11:43,402 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:43,402 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:43,403 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:43,403 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:43,403 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:43,403 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:43,403 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:43,403 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1924, "offset": 1880, "size": 50}}} 2019-01-20 14:11:43,403 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:43,403 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:43 GMT 2019-01-20 14:11:43,403 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:43,403 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:11:43,404 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:43,404 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:11:43,555 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:43,556 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:43,556 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:43,556 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:43,556 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:43,556 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:43,556 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:43,556 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:11:43,557 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:43,557 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:43 GMT 2019-01-20 14:11:43,557 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:43,557 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:11:43,557 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:48,562 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:11:48,665 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:48,665 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:48,665 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:48,665 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:48,665 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:48,666 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:48,666 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:48,666 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:11:45.490Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:11:45.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}], "metadata": {"pagination": {"total": 1925, "offset": 1880, "size": 50}}} 2019-01-20 14:11:48,666 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:48,666 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:48 GMT 2019-01-20 14:11:48,666 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:48,666 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-20 14:11:48,666 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:48,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-20 14:11:48,667 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:11:48,872 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:48,873 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:48,873 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:48,873 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:48,873 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:48,873 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:48,873 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:48,873 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:11:48,873 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:48,873 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:48 GMT 2019-01-20 14:11:48,874 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:48,874 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:11:48,874 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:53,879 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:11:53,962 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:53,963 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:53,963 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:53,963 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:53,963 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:53,963 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:53,963 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:53,963 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1925, "offset": 1881, "size": 50}}} 2019-01-20 14:11:53,963 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:53,963 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:53 GMT 2019-01-20 14:11:53,964 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:53,964 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:11:53,964 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:53,964 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:11:54,067 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:54,067 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:54,067 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:54,067 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:54,067 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:54,067 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:54,067 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:54,067 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:11:54,068 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:54,068 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:54 GMT 2019-01-20 14:11:54,068 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:54,068 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:11:54,068 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:59,073 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:11:59,245 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:59,245 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:59,245 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:59,246 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:59,246 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:59,246 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:59,246 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:59,246 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:11:55.725Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:11:55.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}], "metadata": {"pagination": {"total": 1926, "offset": 1881, "size": 50}}} 2019-01-20 14:11:59,246 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:59,246 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:59 GMT 2019-01-20 14:11:59,246 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:59,246 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-20 14:11:59,246 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:11:59,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-20 14:11:59,247 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:11:59,328 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:11:59,328 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:11:59,328 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:11:59,328 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:11:59,328 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:11:59,328 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:11:59,329 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:11:59,329 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:11:59,329 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:11:59,329 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:11:59 GMT 2019-01-20 14:11:59,329 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:11:59,329 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:11:59,329 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:12:04,335 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:12:04,436 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:12:04,436 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:12:04,437 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:12:04,437 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:12:04,437 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:12:04,437 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:12:04,437 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:12:04,437 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1926, "offset": 1882, "size": 50}}} 2019-01-20 14:12:04,437 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:12:04,437 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:12:04 GMT 2019-01-20 14:12:04,437 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:12:04,437 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-20 14:12:04,438 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:12:04,438 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:12:04,508 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:12:04,508 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:12:04,508 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:12:04,508 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:12:04,508 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:12:04,509 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:12:04,509 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:12:04,509 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:12:04,509 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:12:04,509 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:12:04 GMT 2019-01-20 14:12:04,509 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:12:04,509 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-20 14:12:04,509 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:12:09,515 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:12:09,654 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:12:09,654 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:12:09,654 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:12:09,654 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:12:09,655 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:12:09,655 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:12:09,655 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:12:09,655 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:12:05.759Z", "message": "Execution done (return_code=0): /tmp/XSHTR/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:12:05.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "36b7017f-fab9-4266-8c42-e048e2f8508f"}, {"node_instance_id": "vellum_o8owep", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:12:05.885Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:12:05.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:12:07.002Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:12:07.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c2f8e3fc-947d-4f01-bb8b-afbd8e8b0cda"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:12:07.002Z", "message": "Downloaded scripts/bind/bind.py to /tmp/5EBIH/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:12:07.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c2f8e3fc-947d-4f01-bb8b-afbd8e8b0cda"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:12:07.009Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:12:07.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:12:07.009Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:12:07.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:12:07.362Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:12:07.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c2f8e3fc-947d-4f01-bb8b-afbd8e8b0cda"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:12:07.362Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_qnm214': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'homer-qnm214'}}, u'ellis': {u'ellis_jl80d2': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.17', u'name': u'ellis-jl80d2'}}, u'dime': {u'dime_6j5v8a': {u'public_address': u'', u'private_address': u'192.168.120.21', u'name': u'dime-6j5v8a'}}, u'sprout': {u'sprout_ifsxa1': {u'public_address': u'', u'private_address': u'192.168.120.19', u'name': u'sprout-ifsxa1'}}, u'vellum': {u'vellum_o8owep': {u'public_address': u'', u'private_address': u'192.168.120.6', u'name': u'vellum-o8owep'}}, u'bono': {u'bono_86w7s5': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.7', u'name': u'bono-86w7s5'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:12:07.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c2f8e3fc-947d-4f01-bb8b-afbd8e8b0cda"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:12:07.362Z", "message": "[localhost] run: sudo mv /tmp/tmprYpwZm /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:12:07.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c2f8e3fc-947d-4f01-bb8b-afbd8e8b0cda"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:12:07.362Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:12:07.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c2f8e3fc-947d-4f01-bb8b-afbd8e8b0cda"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:12:07.362Z", "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": "2019-01-20T14:12:07.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c2f8e3fc-947d-4f01-bb8b-afbd8e8b0cda"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:12:07.362Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:12:07.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c2f8e3fc-947d-4f01-bb8b-afbd8e8b0cda"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:12:07.362Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:12:07.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c2f8e3fc-947d-4f01-bb8b-afbd8e8b0cda"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:12:08.020Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:12:08.020Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:12:08.371Z", "message": "[localhost] run: sudo mv /tmp/tmpYTHRwT /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:12:08.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c2f8e3fc-947d-4f01-bb8b-afbd8e8b0cda"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:12:08.371Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:12:08.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c2f8e3fc-947d-4f01-bb8b-afbd8e8b0cda"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:12:08.371Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:12:08.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f", "logger": "c2f8e3fc-947d-4f01-bb8b-afbd8e8b0cda"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:12:09.028Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:12:09.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 1945, "offset": 1882, "size": 50}}} 2019-01-20 14:12:09,655 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:12:09,655 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:12:09 GMT 2019-01-20 14:12:09,655 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:12:09,655 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10572 2019-01-20 14:12:09,655 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:12:09,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/XSHTR/start-vellum.sh 2019-01-20 14:12:09,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:12:09,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-20 14:12:09,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/5EBIH/bind.py 2019-01-20 14:12:09,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:12:09,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:12:09,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-20 14:12:09,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_qnm214': {u'public_address': u'', u'private_address': u'192.168.120.9', u'name': u'homer-qnm214'}}, u'ellis': {u'ellis_jl80d2': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.17', u'name': u'ellis-jl80d2'}}, u'dime': {u'dime_6j5v8a': {u'public_address': u'', u'private_address': u'192.168.120.21', u'name': u'dime-6j5v8a'}}, u'sprout': {u'sprout_ifsxa1': {u'public_address': u'', u'private_address': u'192.168.120.19', u'name': u'sprout-ifsxa1'}}, u'vellum': {u'vellum_o8owep': {u'public_address': u'', u'private_address': u'192.168.120.6', u'name': u'vellum-o8owep'}}, u'bono': {u'bono_86w7s5': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.7', u'name': u'bono-86w7s5'}}}, 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.10', u'hss_hostname': u''}. 2019-01-20 14:12:09,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmprYpwZm /etc/bind/db.clearwater.local 2019-01-20 14:12:09,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-20 14:12:09,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-20 14:12:09,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-20 14:12:09,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-20 14:12:09,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:12:09,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpYTHRwT /etc/bind/db.clearwater.opnfv 2019-01-20 14:12:09,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-20 14:12:09,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-20 14:12:09,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution succeeded 2019-01-20 14:12:09,659 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/576455bf-3a69-4429-abb5-dc2055eb028f 2019-01-20 14:12:09,801 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:12:09,801 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:12:09,801 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:12:09,801 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:12:09,801 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:12:09,801 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:12:09,802 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:12:09,802 - 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": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"} 2019-01-20 14:12:09,802 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:12:09,802 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:12:09 GMT 2019-01-20 14:12:09,802 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:12:09,802 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 354 2019-01-20 14:12:09,802 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:12:09,803 - 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'2019-01-20T13:57:00.548Z', 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'576455bf-3a69-4429-abb5-dc2055eb028f'} 2019-01-20 14:12:09,803 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/deployments/clearwater-opnfv/outputs 2019-01-20 14:12:09,903 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:12:09,903 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:12:09,904 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:12:09,904 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:12:09,904 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:12:09,904 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:12:09,904 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:12:09,904 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.203", "ellis_ip": "172.30.9.211"}, "deployment_id": "clearwater-opnfv"} 2019-01-20 14:12:09,904 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:12:09,904 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:12:09 GMT 2019-01-20 14:12:09,904 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:12:09,905 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2019-01-20 14:12:09,905 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:12:09,909 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.211 2019-01-20 14:12:10,088 - 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'} 2019-01-20 14:12:10,156 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - cookies: ]> 2019-01-20 14:12:10,157 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Create 1st calling number on Ellis 2019-01-20 14:12:10,215 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-20 14:12:10,216 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create a number 2019-01-20 14:12:35,307 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-20 14:12:35,308 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create a number 2019-01-20 14:13:00,385 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-20 14:13:00,386 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create a number 2019-01-20 14:13:25,479 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-20 14:13:25,479 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create a number 2019-01-20 14:13:50,576 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-20 14:13:50,577 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 5: cannot create a number 2019-01-20 14:14:15,684 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-20 14:14:15,685 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 6: cannot create a number 2019-01-20 14:14:40,786 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-20 14:14:40,787 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 7: cannot create a number 2019-01-20 14:15:05,871 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-20 14:15:05,872 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 8: cannot create a number 2019-01-20 14:15:30,988 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-20 14:15:30,988 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 9: cannot create a number 2019-01-20 14:15:56,077 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-20 14:15:56,077 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 10: cannot create a number 2019-01-20 14:16:21,169 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-20 14:16:21,170 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 11: cannot create a number 2019-01-20 14:16:46,257 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-20 14:16:46,258 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 12: cannot create a number 2019-01-20 14:17:11,351 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-20 14:17:11,352 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 13: cannot create a number 2019-01-20 14:17:36,581 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Calling number is created: {u'private_id': u'6505550786@clearwater.opnfv', u'sip_username': u'6505550786', u'formatted_number': u'(650) 555-0786', u'number': u'6505550786', u'sip_uri': u'sip:6505550786@clearwater.opnfv', u'number_id': u'8ab8a04312f949ddb09a8097030b74e3', u'sip_password': u'PNbNppTtX', u'pstn': False} 2019-01-20 14:17:36,581 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/deployments/clearwater-opnfv/outputs 2019-01-20 14:17:36,658 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:17:36,658 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:17:36,658 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:17:36,659 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:17:36,659 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:17:36,659 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:17:36,659 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:17:36,659 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.203", "ellis_ip": "172.30.9.211"}, "deployment_id": "clearwater-opnfv"} 2019-01-20 14:17:36,659 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:17:36,659 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:17:36 GMT 2019-01-20 14:17:36,659 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:17:36,659 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2019-01-20 14:17:36,660 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:17:36,660 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Run Clearwater live test 2019-01-20 14:17:36,660 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2019-01-20 14:17:36,699 - 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' 2019-01-20 14:17:36,699 - 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'' 2019-01-20 14:19:48,632 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - ** Invoke test (first_time) ** Execute test Basic Call - Mainline (TCP) - (6505550085, 6505550274) Passed Basic Call - SDP (TCP) - (6505550591, 6505550370) Passed Basic Call - Tel URIs (TCP) - (6505550735, 6505550713) Passed Basic Call - Unknown number (TCP) - (6505550835, 6505550258) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550424, 6505550268) Passed Basic Call - Messages - Pager model (TCP) - (6505550296, 6505550029) Passed Basic Call - Pracks (TCP) - (6505550503, 6505550850) Passed Basic Registration (TCP) - (6505550584) Passed Emergency Registration (TCP) - Skipped (Not running with emergency registrations) - Call with EMERGENCY_REG=Y to run test Multiple Identities (TCP) - (6505550638, 6505550015) Passed Call Barring - Outbound Rejection (TCP) - (6505550134, 6505550425) 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) - (6505550641, 6505550607) 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) - (6505550395, 6505550198, 6505550501) Passed Call Diversion - Not reachable (not registered) (TCP) - (6505550375, 6505550684, 6505550195) Passed Call Diversion - Not reachable (408) (TCP) - (6505550249, 6505550952, 6505550888) Passed Call Diversion - Not reachable (503) (TCP) - (6505550983, 6505550267, 6505550199) Passed Call Diversion - Not reachable (500) (TCP) - (6505550655, 6505550216, 6505550630) Passed Call Diversion - Busy (TCP) - (6505550500, 6505550349, 6505550388) Passed Call Diversion - Unconditional (TCP) - (6505550544, 6505550272, 6505550248) Passed Call Diversion - No answer (TCP) - (6505550722, 6505550025, 6505550108) Passed Call Diversion - Bad target URI (TCP) - (6505550835, 6505550751) Passed Call Diversion - Audio-only call (TCP) - (6505550795, 6505550195, 6505550499, 6505550619) Passed Call Diversion - Audio-video call (TCP) - (6505550640, 6505550163, 6505550269, 6505550297) Passed Call Waiting - Accepted (TCP) - (6505550642, 6505550360, 6505550090) Passed Call Waiting - Cancelled (TCP) - (6505550156, 6505550475, 6505550271) Passed CANCEL - Mainline (TCP) - (6505550636, 6505550963) Passed Filtering - Accept-Contact (TCP) - (6505550542, 6505550196) Passed Accept-Contact with response (SFR 511195) (TCP) - (6505550476, 6505550580) Passed Filtering - Accept-Contact no match (TCP) - (6505550101, 6505550837) Passed Filtering - Accept-Contact negated match (TCP) - (6505550167, 6505550353) Passed Filtering - RFC3841 example (TCP) - (6505550206, 6505550533) Passed Filtering - Reject-Contact no match (TCP) - (6505550391, 6505550055) Passed Filtering - Reject-Contact match (TCP) - (6505550213, 6505550001) 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) - (6505550148) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550938) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550560) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550880) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550227, 6505550180) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550766, 6505550179) Passed GRUU - Call - only GRUU as target (TCP) - (6505550728, 6505550196) Passed GRUU - Call - AoR as target (TCP) - (6505550195, 6505550638) Passed GRUU - Call - unknown GRUU as target (TCP) - (6505550101, 6505550445) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550684, 6505550013) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550892, 6505550839) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550724, 6505550617) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550541, 6505550456) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550015, 6505550315) 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) - (6505550195) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550152) Passed SUBSCRIBE - Subscription timeout (TCP) - (6505550400) Passed SUBSCRIBE - Registration timeout (TCP) - (6505550868, 6505550966) Passed Multiple SUBSCRIBErs to one UE's reg-event (TCP) - (6505550590, 6505550015) 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 2019-01-20 14:19:48,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 0, 'skipped': 42, 'total': 93, 'passed': 51} 2019-01-20 14:19:48,749 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-20 14:19:48,750 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 29:13 | PASS | +----------------------+------------------+------------------+----------------+ 2019-01-20 14:19:48,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2019-01-20 14:19:48,756 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions 2019-01-20 14:19:48,835 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:19:48,835 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:19:48,835 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:19:48,835 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:19:48,835 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:19:48,835 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:19:48,835 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:19:48,836 - 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": {"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"}, "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"}, "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": {"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": "2019-01-20T13:56:27.564Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "5bb75327-05f0-483c-847a-13ae990a88ea"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T13:57:00.548Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "576455bf-3a69-4429-abb5-dc2055eb028f"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2019-01-20 14:19:48,836 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:19:48,836 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:19:48 GMT 2019-01-20 14:19:48,836 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:19:48,836 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6728 2019-01-20 14:19:48,836 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:19:48,837 - 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}} 2019-01-20 14:19:49,082 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:19:49,082 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:19:49,082 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:19:49,082 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:19:49,083 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:19:49,083 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:19:49,083 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:19:49,083 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2019-01-20 14:19:49,083 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:19:49,083 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:19:49,083 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:19:49 GMT 2019-01-20 14:19:49,083 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:19:49,083 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:19:49,084 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:19:49,084 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:19:49,177 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:19:49,177 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:19:49,178 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:19:49,178 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:19:49,178 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:19:49,178 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:19:49,178 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:19:49,178 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2019-01-20 14:19:49,178 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:19:49,178 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:19:49 GMT 2019-01-20 14:19:49,179 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:19:49,179 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2019-01-20 14:19:49,179 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:19:49,179 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:19:49,257 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:19:49,258 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:19:49,258 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:19:49,258 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:19:49,258 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:19:49,258 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:19:49,258 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:19:49,258 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:19:49,258 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:19:49,259 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:19:49 GMT 2019-01-20 14:19:49,259 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:19:49,259 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:19:49,259 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:19:54,264 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:19:54,461 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:19:54,462 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:19:54,462 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:19:54,462 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:19:54,462 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:19:54,462 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:19:54,462 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:19:54,462 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:49.812Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:49.812Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_86w7s5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:51.296Z", "message": "Stopping node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:51.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_6j5v8a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:52.147Z", "message": "Stopping node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:52.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_ifsxa1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:52.147Z", "message": "Stopping node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:52.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_86w7s5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:52.147Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:52.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_jl80d2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:52.147Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:52.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_86w7s5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:52.147Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:52.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_qnm214", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:52.147Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:52.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_jl80d2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:52.147Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:52.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_jl80d2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:52.147Z", "message": "Stopping node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:52.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_qnm214", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:52.147Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:52.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_ifsxa1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:52.147Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:52.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_6j5v8a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:52.147Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:52.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_qnm214", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:52.147Z", "message": "Stopping node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:52.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_ifsxa1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:52.147Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:52.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_6j5v8a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:52.147Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:52.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_o8owep", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:52.147Z", "message": "Stopping node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:52.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:53.029Z", "message": "Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/I0XH4/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:53.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "f59623f0-8c0a-42d7-9c68-42c4c2cb4381"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:53.479Z", "message": "Stopping bono node", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:53.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "96c25710-ba0e-44d7-8849-915bcc7884d4"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:53.479Z", "message": "Executing: /tmp/BSR96/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:53.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "96c25710-ba0e-44d7-8849-915bcc7884d4"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:53.479Z", "message": "Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/BSR96/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:53.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "96c25710-ba0e-44d7-8849-915bcc7884d4"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:53.479Z", "message": "Stopping sprout node", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:53.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "f59623f0-8c0a-42d7-9c68-42c4c2cb4381"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:53.479Z", "message": "Executing: /tmp/I0XH4/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:53.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "f59623f0-8c0a-42d7-9c68-42c4c2cb4381"}, {"node_instance_id": "vellum_o8owep", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:53.498Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:53.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_o8owep", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:53.498Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:53.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}], "metadata": {"pagination": {"total": 25, "offset": 0, "size": 50}}} 2019-01-20 14:19:54,462 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:19:54,462 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:19:54 GMT 2019-01-20 14:19:54,462 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:19:54,463 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12233 2019-01-20 14:19:54,463 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:19:54,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2019-01-20 14:19:54,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:19:54,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:19:54,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:19:54,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:19:54,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:19:54,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:19:54,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:19:54,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:19:54,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:19:54,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:19:54,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:19:54,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:19:54,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:19:54,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:19:54,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:19:54,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:19:54,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/I0XH4/stop-sprout.sh 2019-01-20 14:19:54,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping bono node 2019-01-20 14:19:54,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/BSR96/stop-bono.sh 2019-01-20 14:19:54,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/BSR96/stop-bono.sh 2019-01-20 14:19:54,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping sprout node 2019-01-20 14:19:54,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/I0XH4/stop-sprout.sh 2019-01-20 14:19:54,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:19:54,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:19:54,467 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:19:54,608 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:19:54,609 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:19:54,609 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:19:54,609 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:19:54,609 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:19:54,609 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:19:54,609 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:19:54,609 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:19:54,610 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:19:54,610 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:19:54 GMT 2019-01-20 14:19:54,610 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:19:54,610 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:19:54,610 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:19:59,615 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:20:00,057 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:00,057 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:00,058 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:00,058 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:00,058 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:00,058 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:00,058 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:00,058 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:54.497Z", "message": "Stopping homer node", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:54.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "254ab019-e3c7-4006-88df-93d3e68575f8"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:54.497Z", "message": "Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/O0ME4/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:54.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "120ab9aa-2d28-40e0-b33f-edc267d34451"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:54.497Z", "message": "Executing: /tmp/LV59P/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:54.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "4b0b53fe-c7e9-4b55-9000-d00b88ebed54"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:54.497Z", "message": "Execution done (return_code=1): /tmp/BCTX2/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:54.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "254ab019-e3c7-4006-88df-93d3e68575f8"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:54.497Z", "message": "Stopping dime node", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:54.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "4b0b53fe-c7e9-4b55-9000-d00b88ebed54"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:54.497Z", "message": "Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/LV59P/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:54.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "4b0b53fe-c7e9-4b55-9000-d00b88ebed54"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:54.497Z", "message": "Execution done (return_code=1): /tmp/LV59P/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:54.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "4b0b53fe-c7e9-4b55-9000-d00b88ebed54"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:54.497Z", "message": "Execution done (return_code=1): /tmp/O0ME4/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:54.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "120ab9aa-2d28-40e0-b33f-edc267d34451"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:54.497Z", "message": "Executing: /tmp/O0ME4/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:54.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "120ab9aa-2d28-40e0-b33f-edc267d34451"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:54.497Z", "message": "Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/X52W0/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:54.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "37f28d4f-f297-4e40-abc8-5f4503dde683"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:54.497Z", "message": "Executing: /tmp/X52W0/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:54.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "37f28d4f-f297-4e40-abc8-5f4503dde683"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:54.497Z", "message": "Executing: /tmp/BCTX2/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:54.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "254ab019-e3c7-4006-88df-93d3e68575f8"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:54.497Z", "message": "Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/BCTX2/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:54.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "254ab019-e3c7-4006-88df-93d3e68575f8"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:54.497Z", "message": "Stopping ellis node", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:54.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "120ab9aa-2d28-40e0-b33f-edc267d34451"}, {"node_instance_id": "homer_qnm214", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:54.519Z", "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_4kkgkt/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_4kkgkt/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_4kkgkt/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": "2019-01-20T14:19:54.519Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:55.572Z", "message": "Stopping vellum node", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:55.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "37f28d4f-f297-4e40-abc8-5f4503dde683"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:55.572Z", "message": "Execution done (return_code=1): /tmp/X52W0/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:55.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "37f28d4f-f297-4e40-abc8-5f4503dde683"}, {"node_instance_id": "dime_6j5v8a", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:55.573Z", "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_575csc/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_575csc/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_575csc/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": "2019-01-20T14:19:55.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_jl80d2", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:55.573Z", "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_0tch82/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_0tch82/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_0tch82/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": "2019-01-20T14:19:55.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:55.573Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:55.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:55.573Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:55.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:56.646Z", "message": "Execution done (return_code=1): /tmp/BSR96/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:56.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "96c25710-ba0e-44d7-8849-915bcc7884d4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:56.646Z", "message": "Downloaded scripts/bind/bind.py to /tmp/OQMGO/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:56.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "919938b2-cefb-4cf6-9e07-38f073763a9a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:56.683Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:56.683Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_o8owep", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:56.683Z", "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_7jeac0/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_7jeac0/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_7jeac0/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": "2019-01-20T14:19:56.683Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:56.683Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:56.683Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:58.477Z", "message": "Downloaded scripts/bind/bind.py to /tmp/MK1L2/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:58.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "bc26f6ee-ff8c-4953-af6a-33f4cb415a4f"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:58.477Z", "message": "Execution done (return_code=1): /tmp/I0XH4/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:58.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "f59623f0-8c0a-42d7-9c68-42c4c2cb4381"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:58.477Z", "message": "Downloaded scripts/bind/bind.py to /tmp/49FJQ/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:58.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "3c0c80b1-2ed4-4136-b5a4-512291c872db"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:58.477Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:58.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "919938b2-cefb-4cf6-9e07-38f073763a9a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:58.478Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:58.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_86w7s5", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:58.478Z", "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_config_manager\"\n", "node_name": "bono", "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_config_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/bono_host_ybymmu/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_ybymmu/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_ybymmu/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_config_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2019-01-20T14:19:58.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_ifsxa1", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:58.478Z", "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_7ax6l7/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_7ax6l7/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_7ax6l7/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": "2019-01-20T14:19:58.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:58.478Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:58.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:59.919Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:59.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:59.919Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:59.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:59.921Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:59.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "3c0c80b1-2ed4-4136-b5a4-512291c872db"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:59.921Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {u'ellis_jl80d2': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.17', u'name': u'ellis-jl80d2'}}, u'dime': {u'dime_6j5v8a': {u'public_address': u'', u'private_address': u'192.168.120.21', u'name': u'dime-6j5v8a'}}, u'sprout': {u'sprout_ifsxa1': {u'public_address': u'', u'private_address': u'192.168.120.19', u'name': u'sprout-ifsxa1'}}, u'vellum': {u'vellum_o8owep': {u'public_address': u'', u'private_address': u'192.168.120.6', u'name': u'vellum-o8owep'}}, u'bono': {u'bono_86w7s5': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.7', u'name': u'bono-86w7s5'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:59.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "919938b2-cefb-4cf6-9e07-38f073763a9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:59.921Z", "message": "Downloaded scripts/bind/bind.py to /tmp/8V3MZ/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:59.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "25bc15aa-428d-4bd7-832f-09a981e28d22"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:59.921Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:59.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "919938b2-cefb-4cf6-9e07-38f073763a9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:59.921Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:59.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "bc26f6ee-ff8c-4953-af6a-33f4cb415a4f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:59.921Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:59.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "919938b2-cefb-4cf6-9e07-38f073763a9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:59.921Z", "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": "2019-01-20T14:19:59.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "bc26f6ee-ff8c-4953-af6a-33f4cb415a4f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:59.921Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:59.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "919938b2-cefb-4cf6-9e07-38f073763a9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:59.921Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:59.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "919938b2-cefb-4cf6-9e07-38f073763a9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:59.921Z", "message": "[localhost] run: sudo mv /tmp/tmpod5HdS /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:19:59.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "919938b2-cefb-4cf6-9e07-38f073763a9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:19:59.921Z", "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": "2019-01-20T14:19:59.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "919938b2-cefb-4cf6-9e07-38f073763a9a"}], "metadata": {"pagination": {"total": 76, "offset": 25, "size": 50}}} 2019-01-20 14:20:00,058 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:00,059 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:00 GMT 2019-01-20 14:20:00,059 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:00,059 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 33992 2019-01-20 14:20:00,059 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:00,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping homer node 2019-01-20 14:20:00,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/O0ME4/stop-ellis.sh 2019-01-20 14:20:00,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/LV59P/stop-dime.sh 2019-01-20 14:20:00,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/BCTX2/stop-homer.sh 2019-01-20 14:20:00,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping dime node 2019-01-20 14:20:00,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/LV59P/stop-dime.sh 2019-01-20 14:20:00,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/LV59P/stop-dime.sh 2019-01-20 14:20:00,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/O0ME4/stop-ellis.sh 2019-01-20 14:20:00,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/O0ME4/stop-ellis.sh 2019-01-20 14:20:00,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/X52W0/stop-vellum.sh 2019-01-20 14:20:00,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/X52W0/stop-vellum.sh 2019-01-20 14:20:00,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/BCTX2/stop-homer.sh 2019-01-20 14:20:00,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/BCTX2/stop-homer.sh 2019-01-20 14:20:00,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping ellis node 2019-01-20 14:20:00,063 - 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" 2019-01-20 14:20:00,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping vellum node 2019-01-20 14:20:00,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/X52W0/stop-vellum.sh 2019-01-20 14:20:00,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2019-01-20 14:20:00,063 - 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" 2019-01-20 14:20:00,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:20:00,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:20:00,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/BSR96/stop-bono.sh 2019-01-20 14:20:00,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/OQMGO/bind.py 2019-01-20 14:20:00,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:20:00,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2019-01-20 14:20:00,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:20:00,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/MK1L2/bind.py 2019-01-20 14:20:00,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/I0XH4/stop-sprout.sh 2019-01-20 14:20:00,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/49FJQ/bind.py 2019-01-20 14:20:00,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-20 14:20:00,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:20:00,065 - 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_config_manager" 2019-01-20 14:20:00,066 - 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" 2019-01-20 14:20:00,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:20:00,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:20:00,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:20:00,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-20 14:20:00,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {u'ellis_jl80d2': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.17', u'name': u'ellis-jl80d2'}}, u'dime': {u'dime_6j5v8a': {u'public_address': u'', u'private_address': u'192.168.120.21', u'name': u'dime-6j5v8a'}}, u'sprout': {u'sprout_ifsxa1': {u'public_address': u'', u'private_address': u'192.168.120.19', u'name': u'sprout-ifsxa1'}}, u'vellum': {u'vellum_o8owep': {u'public_address': u'', u'private_address': u'192.168.120.6', u'name': u'vellum-o8owep'}}, u'bono': {u'bono_86w7s5': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.7', u'name': u'bono-86w7s5'}}}, 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.10', u'hss_hostname': u''}. 2019-01-20 14:20:00,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/8V3MZ/bind.py 2019-01-20 14:20:00,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-20 14:20:00,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-20 14:20:00,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-20 14:20:00,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-20 14:20:00,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-20 14:20:00,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-20 14:20:00,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpod5HdS /etc/bind/db.clearwater.local 2019-01-20 14:20:00,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-20 14:20:00,068 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:20:00,160 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:00,161 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:00,161 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:00,161 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:00,161 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:00,161 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:00,161 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:00,161 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:20:00,162 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:00,162 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:00 GMT 2019-01-20 14:20:00,162 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:00,162 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:20:00,162 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:05,167 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:20:05,245 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:05,245 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:05,245 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:05,246 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:05,246 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:05,246 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:05,246 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:05,246 - 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": "2019-01-20T14:20:00.992Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.992Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "919938b2-cefb-4cf6-9e07-38f073763a9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "25bc15aa-428d-4bd7-832f-09a981e28d22"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "bc26f6ee-ff8c-4953-af6a-33f4cb415a4f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "25bc15aa-428d-4bd7-832f-09a981e28d22"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "[localhost] run: sudo mv /tmp/tmp8LquFO /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "25bc15aa-428d-4bd7-832f-09a981e28d22"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "[localhost] run: sudo mv /tmp/tmpjbKkXd /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "919938b2-cefb-4cf6-9e07-38f073763a9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "25bc15aa-428d-4bd7-832f-09a981e28d22"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "25bc15aa-428d-4bd7-832f-09a981e28d22"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {u'ellis_jl80d2': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.17', u'name': u'ellis-jl80d2'}}, u'dime': {}, u'sprout': {u'sprout_ifsxa1': {u'public_address': u'', u'private_address': u'192.168.120.19', u'name': u'sprout-ifsxa1'}}, u'vellum': {u'vellum_o8owep': {u'public_address': u'', u'private_address': u'192.168.120.6', u'name': u'vellum-o8owep'}}, u'bono': {u'bono_86w7s5': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.7', u'name': u'bono-86w7s5'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "bc26f6ee-ff8c-4953-af6a-33f4cb415a4f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "bc26f6ee-ff8c-4953-af6a-33f4cb415a4f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "3c0c80b1-2ed4-4136-b5a4-512291c872db"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "Downloaded scripts/bind/bind.py to /tmp/09RB9/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fed2e858-f5bc-40cd-bfef-a58ee92310fd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fed2e858-f5bc-40cd-bfef-a58ee92310fd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "3c0c80b1-2ed4-4136-b5a4-512291c872db"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "25bc15aa-428d-4bd7-832f-09a981e28d22"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "bc26f6ee-ff8c-4953-af6a-33f4cb415a4f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "3c0c80b1-2ed4-4136-b5a4-512291c872db"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "[localhost] run: sudo mv /tmp/tmpfzb0Xt /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "3c0c80b1-2ed4-4136-b5a4-512291c872db"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "3c0c80b1-2ed4-4136-b5a4-512291c872db"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "[localhost] run: sudo mv /tmp/tmp7lM9N5 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "bc26f6ee-ff8c-4953-af6a-33f4cb415a4f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "bc26f6ee-ff8c-4953-af6a-33f4cb415a4f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "[localhost] run: sudo mv /tmp/tmpXM5BuR /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "3c0c80b1-2ed4-4136-b5a4-512291c872db"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "3c0c80b1-2ed4-4136-b5a4-512291c872db"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "3c0c80b1-2ed4-4136-b5a4-512291c872db"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "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": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "3c0c80b1-2ed4-4136-b5a4-512291c872db"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "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": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "25bc15aa-428d-4bd7-832f-09a981e28d22"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "919938b2-cefb-4cf6-9e07-38f073763a9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_ifsxa1': {u'public_address': u'', u'private_address': u'192.168.120.19', u'name': u'sprout-ifsxa1'}}, u'vellum': {u'vellum_o8owep': {u'public_address': u'', u'private_address': u'192.168.120.6', u'name': u'vellum-o8owep'}}, u'bono': {u'bono_86w7s5': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.7', u'name': u'bono-86w7s5'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "3c0c80b1-2ed4-4136-b5a4-512291c872db"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "bc26f6ee-ff8c-4953-af6a-33f4cb415a4f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_ifsxa1': {u'public_address': u'', u'private_address': u'192.168.120.19', u'name': u'sprout-ifsxa1'}}, u'vellum': {}, u'bono': {u'bono_86w7s5': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.7', u'name': u'bono-86w7s5'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "25bc15aa-428d-4bd7-832f-09a981e28d22"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "bc26f6ee-ff8c-4953-af6a-33f4cb415a4f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:00.994Z", "message": "[localhost] run: sudo mv /tmp/tmpAp36db /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:00.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "bc26f6ee-ff8c-4953-af6a-33f4cb415a4f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_qnm214", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_o8owep", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Deleting node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_jl80d2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Deleting node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_jl80d2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_6j5v8a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Deleting node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_6j5v8a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_qnm214", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Deleting node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_qnm214", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_6j5v8a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_jl80d2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fed2e858-f5bc-40cd-bfef-a58ee92310fd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fed2e858-f5bc-40cd-bfef-a58ee92310fd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "549e00ce-c1fe-4539-aae3-4d3e277f02b3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fed2e858-f5bc-40cd-bfef-a58ee92310fd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "549e00ce-c1fe-4539-aae3-4d3e277f02b3"}], "metadata": {"pagination": {"total": 181, "offset": 72, "size": 50}}} 2019-01-20 14:20:05,246 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:05,246 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:05 GMT 2019-01-20 14:20:05,246 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:05,247 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28364 2019-01-20 14:20:05,247 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:05,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:20:05,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:20:05,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-20 14:20:05,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-20 14:20:05,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-20 14:20:05,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-20 14:20:05,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp8LquFO /etc/bind/db.clearwater.local 2019-01-20 14:20:05,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpjbKkXd /etc/bind/db.clearwater.opnfv 2019-01-20 14:20:05,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-20 14:20:05,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-20 14:20:05,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {u'ellis_jl80d2': {u'public_address': u'172.30.9.211', u'private_address': u'192.168.120.17', u'name': u'ellis-jl80d2'}}, u'dime': {}, u'sprout': {u'sprout_ifsxa1': {u'public_address': u'', u'private_address': u'192.168.120.19', u'name': u'sprout-ifsxa1'}}, u'vellum': {u'vellum_o8owep': {u'public_address': u'', u'private_address': u'192.168.120.6', u'name': u'vellum-o8owep'}}, u'bono': {u'bono_86w7s5': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.7', u'name': u'bono-86w7s5'}}}, 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.10', u'hss_hostname': u''}. 2019-01-20 14:20:05,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-20 14:20:05,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-20 14:20:05,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/09RB9/bind.py 2019-01-20 14:20:05,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-20 14:20:05,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-20 14:20:05,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-20 14:20:05,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-20 14:20:05,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-20 14:20:05,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpfzb0Xt /etc/bind/db.clearwater.opnfv 2019-01-20 14:20:05,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-20 14:20:05,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp7lM9N5 /etc/bind/db.clearwater.local 2019-01-20 14:20:05,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-20 14:20:05,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpXM5BuR /etc/bind/db.clearwater.local 2019-01-20 14:20:05,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-20 14:20:05,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-20 14:20:05,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-20 14:20:05,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-20 14:20:05,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-20 14:20:05,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_ifsxa1': {u'public_address': u'', u'private_address': u'192.168.120.19', u'name': u'sprout-ifsxa1'}}, u'vellum': {u'vellum_o8owep': {u'public_address': u'', u'private_address': u'192.168.120.6', u'name': u'vellum-o8owep'}}, u'bono': {u'bono_86w7s5': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.7', u'name': u'bono-86w7s5'}}}, 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.10', u'hss_hostname': u''}. 2019-01-20 14:20:05,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-20 14:20:05,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_ifsxa1': {u'public_address': u'', u'private_address': u'192.168.120.19', u'name': u'sprout-ifsxa1'}}, u'vellum': {}, u'bono': {u'bono_86w7s5': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.7', u'name': u'bono-86w7s5'}}}, 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.10', u'hss_hostname': u''}. 2019-01-20 14:20:05,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-20 14:20:05,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpAp36db /etc/bind/db.clearwater.opnfv 2019-01-20 14:20:05,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:20:05,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:20:05,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:20:05,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:20:05,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:20:05,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:20:05,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:20:05,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:20:05,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:20:05,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:20:05,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:20:05,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-20 14:20:05,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-20 14:20:05,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-20 14:20:05,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-20 14:20:05,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-20 14:20:05,256 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:20:05,329 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:05,330 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:05,330 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:05,330 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:05,330 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:05,330 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:05,330 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:05,330 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:20:05,330 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:05,330 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:05 GMT 2019-01-20 14:20:05,331 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:05,331 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:20:05,331 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:10,336 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:20:10,427 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:10,427 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:10,427 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:10,427 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:10,427 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:10,427 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:10,428 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:10,428 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "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": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "549e00ce-c1fe-4539-aae3-4d3e277f02b3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fed2e858-f5bc-40cd-bfef-a58ee92310fd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "549e00ce-c1fe-4539-aae3-4d3e277f02b3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "549e00ce-c1fe-4539-aae3-4d3e277f02b3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "549e00ce-c1fe-4539-aae3-4d3e277f02b3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "549e00ce-c1fe-4539-aae3-4d3e277f02b3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "549e00ce-c1fe-4539-aae3-4d3e277f02b3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fed2e858-f5bc-40cd-bfef-a58ee92310fd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fed2e858-f5bc-40cd-bfef-a58ee92310fd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fed2e858-f5bc-40cd-bfef-a58ee92310fd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fed2e858-f5bc-40cd-bfef-a58ee92310fd"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/L15D2/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5ff95280-2ff9-4159-a09d-ff95577d30aa"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Executing: /tmp/L15D2/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5ff95280-2ff9-4159-a09d-ff95577d30aa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "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": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fed2e858-f5bc-40cd-bfef-a58ee92310fd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_ifsxa1': {u'public_address': u'', u'private_address': u'192.168.120.19', u'name': u'sprout-ifsxa1'}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fed2e858-f5bc-40cd-bfef-a58ee92310fd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "[localhost] run: sudo mv /tmp/tmpGvK9Gw /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "25bc15aa-428d-4bd7-832f-09a981e28d22"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "549e00ce-c1fe-4539-aae3-4d3e277f02b3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "[localhost] run: sudo mv /tmp/tmpfVLZWs /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "549e00ce-c1fe-4539-aae3-4d3e277f02b3"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5ff95280-2ff9-4159-a09d-ff95577d30aa"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "The config dict: {'public_ip': u'172.30.9.203', '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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "549e00ce-c1fe-4539-aae3-4d3e277f02b3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "[localhost] run: sudo mv /tmp/tmp6ktKke /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fed2e858-f5bc-40cd-bfef-a58ee92310fd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fed2e858-f5bc-40cd-bfef-a58ee92310fd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:02.087Z", "message": "Downloaded scripts/bind/bind.py to /tmp/W37V5/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:02.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "549e00ce-c1fe-4539-aae3-4d3e277f02b3"}, {"node_instance_id": "vellum_o8owep", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:03.110Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:03.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_86w7s5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:03.110Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:03.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:03.110Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:03.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_86w7s5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:03.110Z", "message": "Deleting node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:03.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_o8owep", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:03.110Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:03.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_86w7s5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:03.110Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:03.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:03.145Z", "message": "Executing: /tmp/2UYHL/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:03.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "86e85496-d7b1-48de-a433-5ce8b22a69b1"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:03.145Z", "message": "Executing: /tmp/WT1UJ/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:03.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "c3a78a9b-cdcd-4b71-a5b3-eae9227f5f0a"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:03.145Z", "message": "Executing: /tmp/34R47/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:03.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "e45305a8-93a5-4fd3-89b5-56f31342c62b"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:03.145Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/UVT0C/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:03.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "9809962c-5a59-470a-af19-3e16fdf42d84"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:03.145Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/2UYHL/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:03.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "86e85496-d7b1-48de-a433-5ce8b22a69b1"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:03.145Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/WT1UJ/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:03.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "c3a78a9b-cdcd-4b71-a5b3-eae9227f5f0a"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:03.145Z", "message": "Executing: /tmp/UVT0C/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:03.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "9809962c-5a59-470a-af19-3e16fdf42d84"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:03.145Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/34R47/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:03.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "e45305a8-93a5-4fd3-89b5-56f31342c62b"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:03.145Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:03.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "86e85496-d7b1-48de-a433-5ce8b22a69b1"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:03.145Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:03.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "9809962c-5a59-470a-af19-3e16fdf42d84"}, {"node_instance_id": "sprout_ifsxa1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:04.120Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:04.120Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_ifsxa1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:04.120Z", "message": "Deleting node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:04.120Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_ifsxa1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:04.120Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:04.120Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:04.155Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:04.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "1293332d-1063-4bcd-a2e5-50b8d7d45b2f"}, {"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:04.155Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:04.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "c3a78a9b-cdcd-4b71-a5b3-eae9227f5f0a"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:04.155Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:04.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "e45305a8-93a5-4fd3-89b5-56f31342c62b"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:04.155Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/8Z5LI/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:04.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "1293332d-1063-4bcd-a2e5-50b8d7d45b2f"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:04.155Z", "message": "Executing: /tmp/8Z5LI/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:04.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "1293332d-1063-4bcd-a2e5-50b8d7d45b2f"}, {"node_instance_id": "homer_qnm214", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:05.829Z", "message": "Execution done (return_code=0): /tmp/L15D2/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:05.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5ff95280-2ff9-4159-a09d-ff95577d30aa"}, {"node_instance_id": "homer_qnm214", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:06.006Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:06.006Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:07.241Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:07.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}], "metadata": {"pagination": {"total": 208, "offset": 122, "size": 50}}} 2019-01-20 14:20:10,428 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:10,428 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:10 GMT 2019-01-20 14:20:10,428 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:10,428 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27401 2019-01-20 14:20:10,428 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:10,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-20 14:20:10,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-20 14:20:10,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-20 14:20:10,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-20 14:20:10,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-20 14:20:10,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-20 14:20:10,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-20 14:20:10,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-20 14:20:10,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-20 14:20:10,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-20 14:20:10,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-20 14:20:10,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/L15D2/remove-cluster-node.sh 2019-01-20 14:20:10,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/L15D2/remove-cluster-node.sh 2019-01-20 14:20:10,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-20 14:20:10,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_ifsxa1': {u'public_address': u'', u'private_address': u'192.168.120.19', u'name': u'sprout-ifsxa1'}}, 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.10', u'hss_hostname': u''}. 2019-01-20 14:20:10,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpGvK9Gw /etc/bind/db.clearwater.opnfv 2019-01-20 14:20:10,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-20 14:20:10,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpfVLZWs /etc/bind/db.clearwater.local 2019-01-20 14:20:10,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2019-01-20 14:20:10,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {}, u'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.10', u'hss_hostname': u''}. 2019-01-20 14:20:10,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp6ktKke /etc/bind/db.clearwater.local 2019-01-20 14:20:10,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-20 14:20:10,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/W37V5/bind.py 2019-01-20 14:20:10,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:20:10,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:20:10,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:20:10,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:20:10,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:20:10,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:20:10,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/2UYHL/remove-cluster-node.sh 2019-01-20 14:20:10,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/WT1UJ/remove-cluster-node.sh 2019-01-20 14:20:10,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/34R47/remove-cluster-node.sh 2019-01-20 14:20:10,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/UVT0C/remove-cluster-node.sh 2019-01-20 14:20:10,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/2UYHL/remove-cluster-node.sh 2019-01-20 14:20:10,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/WT1UJ/remove-cluster-node.sh 2019-01-20 14:20:10,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/UVT0C/remove-cluster-node.sh 2019-01-20 14:20:10,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/34R47/remove-cluster-node.sh 2019-01-20 14:20:10,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2019-01-20 14:20:10,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2019-01-20 14:20:10,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-20 14:20:10,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:20:10,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-20 14:20:10,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2019-01-20 14:20:10,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2019-01-20 14:20:10,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2019-01-20 14:20:10,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/8Z5LI/remove-cluster-node.sh 2019-01-20 14:20:10,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/8Z5LI/remove-cluster-node.sh 2019-01-20 14:20:10,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/L15D2/remove-cluster-node.sh 2019-01-20 14:20:10,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:20:10,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2019-01-20 14:20:10,437 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:20:10,505 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:10,506 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:10,506 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:10,506 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:10,506 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:10,506 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:10,506 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:10,506 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:20:10,507 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:10,507 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:10 GMT 2019-01-20 14:20:10,507 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:10,507 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:20:10,507 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:15,512 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:20:15,593 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:15,594 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:15,594 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:15,594 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:15,594 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:15,594 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:15,594 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:15,594 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_4kkgkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:07.241Z", "message": "Stopping node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:07.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:07.241Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:07.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_6j5v8a", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:07.552Z", "message": "Execution done (return_code=0): /tmp/2UYHL/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:07.552Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "86e85496-d7b1-48de-a433-5ce8b22a69b1"}, {"node_instance_id": "dime_6j5v8a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:08.252Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:08.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:08.252Z", "message": "Stopping node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:08.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_jl80d2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:08.697Z", "message": "Execution done (return_code=0): /tmp/UVT0C/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:08.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "9809962c-5a59-470a-af19-3e16fdf42d84"}, {"node_instance_id": "bono_86w7s5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:09.262Z", "message": "Execution done (return_code=0): /tmp/34R47/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:09.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "e45305a8-93a5-4fd3-89b5-56f31342c62b"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:09.270Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:09.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:09.270Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:09.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:09.270Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:09.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_jl80d2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:09.270Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:09.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:09.270Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:09.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:09.270Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:09.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:10.291Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:10.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:10.291Z", "message": "Stopping agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:10.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:10.291Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:10.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:10.291Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:10.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:10.291Z", "message": "Stopping node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:10.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:10.291Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:10.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:10.291Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:10.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:10.291Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:10.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:10.291Z", "message": "Stopping node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:10.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_86w7s5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:10.291Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:10.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:10.291Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:10.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:10.584Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:10.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5f9940eb-0f60-4ce7-8654-3b390d73a4df"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:11.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:11.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5f9940eb-0f60-4ce7-8654-3b390d73a4df"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:11.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:11.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5f9940eb-0f60-4ce7-8654-3b390d73a4df"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:11.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:11.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5f9940eb-0f60-4ce7-8654-3b390d73a4df"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:11.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:11.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5f9940eb-0f60-4ce7-8654-3b390d73a4df"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:11.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:11.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5f9940eb-0f60-4ce7-8654-3b390d73a4df"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:11.272Z", "message": "Stopping Agent dime_host_575csc", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:11.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5f9940eb-0f60-4ce7-8654-3b390d73a4df"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:11.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:11.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5f9940eb-0f60-4ce7-8654-3b390d73a4df"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:11.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:11.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5f9940eb-0f60-4ce7-8654-3b390d73a4df"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:11.272Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:11.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5f9940eb-0f60-4ce7-8654-3b390d73a4df"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:11.385Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:11.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:11.385Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:11.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:11.385Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:11.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:11.385Z", "message": "Stopping agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:11.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:11.385Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:11.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:12.286Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:12.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "05cb4bda-d1f3-4ebe-b6f6-a8df9f754c80"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:12.286Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:12.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "05cb4bda-d1f3-4ebe-b6f6-a8df9f754c80"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:12.286Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:12.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "05cb4bda-d1f3-4ebe-b6f6-a8df9f754c80"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:12.286Z", "message": "Stopping Agent homer_host_4kkgkt", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:12.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "05cb4bda-d1f3-4ebe-b6f6-a8df9f754c80"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:12.286Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:12.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "05cb4bda-d1f3-4ebe-b6f6-a8df9f754c80"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:12.286Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:12.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "05cb4bda-d1f3-4ebe-b6f6-a8df9f754c80"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:12.286Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:12.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "05cb4bda-d1f3-4ebe-b6f6-a8df9f754c80"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:12.286Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:12.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "05cb4bda-d1f3-4ebe-b6f6-a8df9f754c80"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:12.286Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:12.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "05cb4bda-d1f3-4ebe-b6f6-a8df9f754c80"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:12.286Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:12.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "05cb4bda-d1f3-4ebe-b6f6-a8df9f754c80"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:12.395Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:12.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}], "metadata": {"pagination": {"total": 256, "offset": 172, "size": 50}}} 2019-01-20 14:20:15,595 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:15,595 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:15 GMT 2019-01-20 14:20:15,595 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:15,595 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26185 2019-01-20 14:20:15,595 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:15,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:20:15,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2019-01-20 14:20:15,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/2UYHL/remove-cluster-node.sh 2019-01-20 14:20:15,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:20:15,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:20:15,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/UVT0C/remove-cluster-node.sh 2019-01-20 14:20:15,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/34R47/remove-cluster-node.sh 2019-01-20 14:20:15,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2019-01-20 14:20:15,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2019-01-20 14:20:15,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2019-01-20 14:20:15,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:20:15,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2019-01-20 14:20:15,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2019-01-20 14:20:15,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2019-01-20 14:20:15,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2019-01-20 14:20:15,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2019-01-20 14:20:15,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2019-01-20 14:20:15,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:20:15,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2019-01-20 14:20:15,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2019-01-20 14:20:15,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2019-01-20 14:20:15,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:20:15,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:20:15,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2019-01-20 14:20:15,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:15,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:15,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:15,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:15,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:15,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:15,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent dime_host_575csc 2019-01-20 14:20:15,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:15,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:15,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:15,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2019-01-20 14:20:15,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2019-01-20 14:20:15,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2019-01-20 14:20:15,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2019-01-20 14:20:15,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2019-01-20 14:20:15,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:15,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:15,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:15,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent homer_host_4kkgkt 2019-01-20 14:20:15,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:15,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:15,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:15,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:15,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:15,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:15,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2019-01-20 14:20:15,604 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:20:15,689 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:15,689 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:15,689 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:15,689 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:15,689 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:15,689 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:15,689 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:15,690 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:20:15,690 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:15,690 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:15 GMT 2019-01-20 14:20:15,690 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:15,690 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:20:15,690 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:20,695 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:20:20,774 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:20,774 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:20,775 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:20,775 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:20,775 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:20,775 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:20,775 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:20,775 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:12.395Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:12.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:12.395Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:12.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:12.395Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:12.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:12.395Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:12.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:12.395Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:12.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:12.395Z", "message": "Stopping agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:12.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:13.300Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:13.300Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d22c72d5-4286-4af9-9b54-1d3b6b0b0747"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:13.300Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:13.300Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d22c72d5-4286-4af9-9b54-1d3b6b0b0747"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:13.300Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:13.300Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d22c72d5-4286-4af9-9b54-1d3b6b0b0747"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:13.300Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:13.300Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d22c72d5-4286-4af9-9b54-1d3b6b0b0747"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:13.300Z", "message": "Stopping Agent bono_host_ybymmu", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:13.300Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d22c72d5-4286-4af9-9b54-1d3b6b0b0747"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:13.300Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:13.300Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d22c72d5-4286-4af9-9b54-1d3b6b0b0747"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:13.300Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:13.300Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d22c72d5-4286-4af9-9b54-1d3b6b0b0747"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:13.300Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:13.300Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d22c72d5-4286-4af9-9b54-1d3b6b0b0747"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:13.300Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:13.300Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d22c72d5-4286-4af9-9b54-1d3b6b0b0747"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:13.300Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:13.300Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d22c72d5-4286-4af9-9b54-1d3b6b0b0747"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:13.404Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:13.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:13.404Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:13.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:14.991Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:14.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:15.268Z", "message": "Stopping...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:15.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5f9940eb-0f60-4ce7-8654-3b390d73a4df"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:15.414Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:15.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:15.414Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:15.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:16.355Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:16.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5196211d-c864-4ff5-b4f9-0f1a419586fc"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:16.355Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:16.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5196211d-c864-4ff5-b4f9-0f1a419586fc"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:16.355Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:16.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5196211d-c864-4ff5-b4f9-0f1a419586fc"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:16.355Z", "message": "Successfully stopped daemon: dime_host_575csc\u001b[0m", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:16.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5f9940eb-0f60-4ce7-8654-3b390d73a4df"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:16.355Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:16.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5196211d-c864-4ff5-b4f9-0f1a419586fc"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:16.355Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:16.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5196211d-c864-4ff5-b4f9-0f1a419586fc"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:16.355Z", "message": "Stopping daemon with command: sudo service celeryd-dime_host_575csc stop", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:16.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5f9940eb-0f60-4ce7-8654-3b390d73a4df"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:16.355Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:16.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5196211d-c864-4ff5-b4f9-0f1a419586fc"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:16.471Z", "message": "Stopping agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:16.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:16.471Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:16.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:16.471Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:16.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:16.471Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:16.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:16.471Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:16.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:16.471Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:16.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:16.471Z", "message": "Deleting agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:16.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:16.471Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:16.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "6d70926a-7f0b-49c7-851e-dc0cd1cc8520"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.367Z", "message": "Stopping...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "05cb4bda-d1f3-4ebe-b6f6-a8df9f754c80"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5196211d-c864-4ff5-b4f9-0f1a419586fc"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "6d70926a-7f0b-49c7-851e-dc0cd1cc8520"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "6d70926a-7f0b-49c7-851e-dc0cd1cc8520"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.367Z", "message": "Stopping Agent ellis_host_0tch82", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "6d70926a-7f0b-49c7-851e-dc0cd1cc8520"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "6d70926a-7f0b-49c7-851e-dc0cd1cc8520"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5196211d-c864-4ff5-b4f9-0f1a419586fc"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "6d70926a-7f0b-49c7-851e-dc0cd1cc8520"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.367Z", "message": "Successfully stopped daemon: homer_host_4kkgkt\u001b[0m", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "05cb4bda-d1f3-4ebe-b6f6-a8df9f754c80"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5196211d-c864-4ff5-b4f9-0f1a419586fc"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "6d70926a-7f0b-49c7-851e-dc0cd1cc8520"}], "metadata": {"pagination": {"total": 332, "offset": 222, "size": 50}}} 2019-01-20 14:20:20,775 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:20,775 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:20 GMT 2019-01-20 14:20:20,776 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:20,776 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26800 2019-01-20 14:20:20,776 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:20,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2019-01-20 14:20:20,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2019-01-20 14:20:20,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2019-01-20 14:20:20,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2019-01-20 14:20:20,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2019-01-20 14:20:20,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2019-01-20 14:20:20,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bono_host_ybymmu 2019-01-20 14:20:20,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2019-01-20 14:20:20,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2019-01-20 14:20:20,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2019-01-20 14:20:20,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2019-01-20 14:20:20,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2019-01-20 14:20:20,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2019-01-20 14:20:20,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: dime_host_575csc 2019-01-20 14:20:20,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-dime_host_575csc stop 2019-01-20 14:20:20,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2019-01-20 14:20:20,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2019-01-20 14:20:20,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2019-01-20 14:20:20,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2019-01-20 14:20:20,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2019-01-20 14:20:20,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2019-01-20 14:20:20,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2019-01-20 14:20:20,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2019-01-20 14:20:20,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2019-01-20 14:20:20,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent ellis_host_0tch82 2019-01-20 14:20:20,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: homer_host_4kkgkt 2019-01-20 14:20:20,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:20,785 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:20:20,854 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:20,854 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:20,854 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:20,855 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:20,855 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:20,855 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:20,855 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:20,855 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:20:20,855 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:20,855 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:20 GMT 2019-01-20 14:20:20,855 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:20,855 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:20:20,855 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:25,861 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:20:25,960 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:25,960 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:25,961 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:25,961 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:25,961 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:25,961 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:25,961 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:25,962 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "6d70926a-7f0b-49c7-851e-dc0cd1cc8520"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5196211d-c864-4ff5-b4f9-0f1a419586fc"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "6d70926a-7f0b-49c7-851e-dc0cd1cc8520"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "6d70926a-7f0b-49c7-851e-dc0cd1cc8520"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "6d70926a-7f0b-49c7-851e-dc0cd1cc8520"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.488Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.488Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.488Z", "message": "Deleting agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:17.488Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:17.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:18.380Z", "message": "Successfully stopped daemon: bono_host_ybymmu\u001b[0m", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:18.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d22c72d5-4286-4af9-9b54-1d3b6b0b0747"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:18.380Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:18.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fc3b77eb-366e-4d96-98a7-54f151101a89"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:18.380Z", "message": "Deleting...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:18.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5196211d-c864-4ff5-b4f9-0f1a419586fc"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:18.380Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:18.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fc3b77eb-366e-4d96-98a7-54f151101a89"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:18.380Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:18.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fc3b77eb-366e-4d96-98a7-54f151101a89"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:18.380Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:18.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fc3b77eb-366e-4d96-98a7-54f151101a89"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:18.380Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:18.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fc3b77eb-366e-4d96-98a7-54f151101a89"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:18.380Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:18.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5196211d-c864-4ff5-b4f9-0f1a419586fc"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:18.380Z", "message": "Successfully deleted daemon: dime_host_575csc", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:18.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5196211d-c864-4ff5-b4f9-0f1a419586fc"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:18.380Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:18.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fc3b77eb-366e-4d96-98a7-54f151101a89"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:18.380Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:18.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fc3b77eb-366e-4d96-98a7-54f151101a89"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:18.380Z", "message": "Stopping...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:18.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d22c72d5-4286-4af9-9b54-1d3b6b0b0747"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:18.380Z", "message": "Deleting Agent homer_host_4kkgkt", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:18.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fc3b77eb-366e-4d96-98a7-54f151101a89"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:18.380Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:18.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fc3b77eb-366e-4d96-98a7-54f151101a89"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:18.380Z", "message": "Stopping daemon with command: sudo service celeryd-bono_host_ybymmu stop", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:18.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d22c72d5-4286-4af9-9b54-1d3b6b0b0747"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:18.380Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:18.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fc3b77eb-366e-4d96-98a7-54f151101a89"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:18.499Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:18.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:18.499Z", "message": "Deleting agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:18.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:18.499Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:18.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:18.499Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:18.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:19.392Z", "message": "Deleting Agent bono_host_ybymmu", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:19.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "997b07a4-fda7-4834-802f-3ef274948fe5"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:19.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:19.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "997b07a4-fda7-4834-802f-3ef274948fe5"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:19.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:19.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "997b07a4-fda7-4834-802f-3ef274948fe5"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:19.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:19.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "997b07a4-fda7-4834-802f-3ef274948fe5"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:19.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:19.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "997b07a4-fda7-4834-802f-3ef274948fe5"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:19.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:19.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "997b07a4-fda7-4834-802f-3ef274948fe5"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:19.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:19.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "997b07a4-fda7-4834-802f-3ef274948fe5"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:19.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:19.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "997b07a4-fda7-4834-802f-3ef274948fe5"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:19.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:19.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "997b07a4-fda7-4834-802f-3ef274948fe5"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:19.392Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:19.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "997b07a4-fda7-4834-802f-3ef274948fe5"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:19.506Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:19.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:19.506Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:19.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:19.506Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:19.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:20.402Z", "message": "Successfully deleted daemon: homer_host_4kkgkt", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:20.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fc3b77eb-366e-4d96-98a7-54f151101a89"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:20.402Z", "message": "Deleting...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:20.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fc3b77eb-366e-4d96-98a7-54f151101a89"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:20.402Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:20.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fc3b77eb-366e-4d96-98a7-54f151101a89"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:20.515Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:20.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:20.515Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:20.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:20.515Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:20.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:21.421Z", "message": "Deleting...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:21.421Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "997b07a4-fda7-4834-802f-3ef274948fe5"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:21.421Z", "message": "Successfully deleted daemon: bono_host_ybymmu", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:21.421Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "997b07a4-fda7-4834-802f-3ef274948fe5"}], "metadata": {"pagination": {"total": 367, "offset": 272, "size": 50}}} 2019-01-20 14:20:25,962 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:25,962 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:25 GMT 2019-01-20 14:20:25,962 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:25,962 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26894 2019-01-20 14:20:25,962 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:25,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2019-01-20 14:20:25,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2019-01-20 14:20:25,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2019-01-20 14:20:25,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2019-01-20 14:20:25,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bono_host_ybymmu 2019-01-20 14:20:25,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2019-01-20 14:20:25,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2019-01-20 14:20:25,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: dime_host_575csc 2019-01-20 14:20:25,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2019-01-20 14:20:25,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent homer_host_4kkgkt 2019-01-20 14:20:25,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bono_host_ybymmu stop 2019-01-20 14:20:25,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2019-01-20 14:20:25,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2019-01-20 14:20:25,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2019-01-20 14:20:25,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2019-01-20 14:20:25,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bono_host_ybymmu 2019-01-20 14:20:25,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:25,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2019-01-20 14:20:25,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2019-01-20 14:20:25,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2019-01-20 14:20:25,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: homer_host_4kkgkt 2019-01-20 14:20:25,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2019-01-20 14:20:25,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2019-01-20 14:20:25,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2019-01-20 14:20:25,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2019-01-20 14:20:25,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2019-01-20 14:20:25,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2019-01-20 14:20:25,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bono_host_ybymmu 2019-01-20 14:20:25,972 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:20:26,043 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:26,044 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:26,044 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:26,044 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:26,044 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:26,044 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:26,044 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:26,044 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:20:26,044 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:26,044 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:26 GMT 2019-01-20 14:20:26,045 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:26,045 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:20:26,045 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:31,050 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:20:31,131 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:31,131 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:31,131 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:31,131 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:31,132 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:31,132 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:31,132 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:31,132 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:21.421Z", "message": "Stopping daemon with command: sudo service celeryd-ellis_host_0tch82 stop", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:21.421Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "6d70926a-7f0b-49c7-851e-dc0cd1cc8520"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:21.421Z", "message": "Successfully deleted daemon: bono_host_ybymmu", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:21.421Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "997b07a4-fda7-4834-802f-3ef274948fe5"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:21.421Z", "message": "Deleting...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:21.421Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "997b07a4-fda7-4834-802f-3ef274948fe5"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:21.421Z", "message": "Successfully stopped daemon: ellis_host_0tch82\u001b[0m", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:21.421Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "6d70926a-7f0b-49c7-851e-dc0cd1cc8520"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:21.581Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:21.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:21.581Z", "message": "Deleting agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:21.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:21.581Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:21.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:21.581Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:21.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:21.581Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:21.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:22.591Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:22.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:22.591Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:22.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:22.591Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:22.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:22.591Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:22.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:23.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:23.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "70b5d695-6988-4f7b-959b-1508cbf34506"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:23.433Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:23.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "70b5d695-6988-4f7b-959b-1508cbf34506"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:23.433Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:23.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "70b5d695-6988-4f7b-959b-1508cbf34506"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:23.433Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:23.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "70b5d695-6988-4f7b-959b-1508cbf34506"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:23.433Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:23.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "70b5d695-6988-4f7b-959b-1508cbf34506"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:23.433Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:23.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "70b5d695-6988-4f7b-959b-1508cbf34506"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:23.433Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:23.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "70b5d695-6988-4f7b-959b-1508cbf34506"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:23.433Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:23.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "70b5d695-6988-4f7b-959b-1508cbf34506"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:23.433Z", "message": "Deleting Agent ellis_host_0tch82", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:23.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "70b5d695-6988-4f7b-959b-1508cbf34506"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:23.433Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:23.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "70b5d695-6988-4f7b-959b-1508cbf34506"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:23.890Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:23.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:23.890Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:23.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:23.890Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:23.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:25.019Z", "message": "Deleting...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:25.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "70b5d695-6988-4f7b-959b-1508cbf34506"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:25.321Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:25.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:25.321Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:25.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:25.321Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:25.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:25.880Z", "message": "Successfully deleted daemon: ellis_host_0tch82", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:25.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "70b5d695-6988-4f7b-959b-1508cbf34506"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:25.880Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:25.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "70b5d695-6988-4f7b-959b-1508cbf34506"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:26.409Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:26.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:26.409Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:26.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:26.409Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:26.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:28.437Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:28.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:29.085Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:29.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:29.085Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:29.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:29.085Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:29.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:29.085Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:29.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:29.085Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:29.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:30.120Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:30.120Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:30.120Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:30.120Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:30.120Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:30.120Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}], "metadata": {"pagination": {"total": 379, "offset": 322, "size": 50}}} 2019-01-20 14:20:31,132 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:31,132 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:31 GMT 2019-01-20 14:20:31,132 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:31,132 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 23169 2019-01-20 14:20:31,132 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:31,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-ellis_host_0tch82 stop 2019-01-20 14:20:31,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bono_host_ybymmu 2019-01-20 14:20:31,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2019-01-20 14:20:31,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: ellis_host_0tch82 2019-01-20 14:20:31,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2019-01-20 14:20:31,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2019-01-20 14:20:31,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2019-01-20 14:20:31,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2019-01-20 14:20:31,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2019-01-20 14:20:31,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2019-01-20 14:20:31,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2019-01-20 14:20:31,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:31,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2019-01-20 14:20:31,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:31,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:31,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:31,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:31,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:31,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:31,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:31,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:31,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent ellis_host_0tch82 2019-01-20 14:20:31,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:31,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2019-01-20 14:20:31,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:31,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:31,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2019-01-20 14:20:31,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2019-01-20 14:20:31,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2019-01-20 14:20:31,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2019-01-20 14:20:31,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: ellis_host_0tch82 2019-01-20 14:20:31,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2019-01-20 14:20:31,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2019-01-20 14:20:31,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2019-01-20 14:20:31,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2019-01-20 14:20:31,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2019-01-20 14:20:31,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2019-01-20 14:20:31,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:31,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:31,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2019-01-20 14:20:31,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:31,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:31,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:31,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:31,140 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:20:31,206 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:31,206 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:31,206 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:31,207 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:31,207 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:31,207 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:31,207 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:31,207 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:20:31,207 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:31,207 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:31 GMT 2019-01-20 14:20:31,207 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:31,207 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:20:31,208 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:36,213 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:20:36,461 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:36,461 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:36,461 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:36,461 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:36,461 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:36,461 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:36,461 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:36,462 - 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": "2019-01-20T14:20:31.130Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:31.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:31.130Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:31.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:31.130Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:31.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:34.344Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:34.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:35.138Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:35.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:35.138Z", "message": "Deleting node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:35.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:35.138Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:35.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:35.138Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:35.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:35.553Z", "message": "deleting server", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:35.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "17ca0b26-fddd-4257-b07b-9106a2f0f61f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:36.174Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:36.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:36.174Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:36.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:36.174Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:36.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:36.174Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:36.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:36.174Z", "message": "Deleting node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:36.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:36.174Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:36.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}], "metadata": {"pagination": {"total": 394, "offset": 366, "size": 50}}} 2019-01-20 14:20:36,462 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:36,462 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:36 GMT 2019-01-20 14:20:36,462 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:36,462 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7616 2019-01-20 14:20:36,462 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:36,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2019-01-20 14:20:36,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:36,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:36,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:36,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:36,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:20:36,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2019-01-20 14:20:36,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2019-01-20 14:20:36,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2019-01-20 14:20:36,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:36,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2019-01-20 14:20:36,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2019-01-20 14:20:36,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2019-01-20 14:20:36,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:20:36,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:36,465 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:20:36,552 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:36,552 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:36,552 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:36,552 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:36,552 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:36,552 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:36,552 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:36,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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:20:36,552 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:36,553 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:36 GMT 2019-01-20 14:20:36,553 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:36,553 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:20:36,553 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:41,558 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:20:41,639 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:41,639 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:41,640 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:41,640 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:41,640 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:41,640 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:41,640 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:41,640 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:36.960Z", "message": "deleting server", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:36.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "c5f587d6-4a7f-4605-96c1-884743f24cf1"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:37.374Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:37.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:37.374Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:37.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:37.374Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:37.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:38.044Z", "message": "Waiting for server \"3eadad75-94c4-4020-b77c-cc4457b3f96b\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:38.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "17ca0b26-fddd-4257-b07b-9106a2f0f61f"}, {"node_instance_id": "homer_host_4kkgkt", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:38.969Z", "message": "Waiting for server \"6d169d5e-a831-4475-b599-dfb130ce1b05\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:38.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "c5f587d6-4a7f-4605-96c1-884743f24cf1"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:40.501Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:40.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_ifsxa1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:40.557Z", "message": "Execution done (return_code=0): /tmp/8Z5LI/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:40.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "1293332d-1063-4bcd-a2e5-50b8d7d45b2f"}, {"node_instance_id": "sprout_ifsxa1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:41.383Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:41.383Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:41.383Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:41.383Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_node_qs0t09", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:41.383Z", "message": "Stopping node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:41.383Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:41.383Z", "message": "Stopping node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:41.383Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:41.383Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:41.383Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}], "metadata": {"pagination": {"total": 407, "offset": 381, "size": 50}}} 2019-01-20 14:20:41,640 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:41,640 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:41 GMT 2019-01-20 14:20:41,640 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:41,641 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6832 2019-01-20 14:20:41,641 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:41,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2019-01-20 14:20:41,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:41,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:41,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:41,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "3eadad75-94c4-4020-b77c-cc4457b3f96b" to be deleted. current status: SHUTOFF 2019-01-20 14:20:41,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "6d169d5e-a831-4475-b599-dfb130ce1b05" to be deleted. current status: SHUTOFF 2019-01-20 14:20:41,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:41,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/8Z5LI/remove-cluster-node.sh 2019-01-20 14:20:41,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-20 14:20:41,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:41,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:20:41,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:20:41,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:41,643 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:20:41,711 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:41,711 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:41,711 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:41,711 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:41,711 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:41,711 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:41,712 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:41,712 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:20:41,712 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:41,712 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:41 GMT 2019-01-20 14:20:41,712 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:41,712 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:20:41,712 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:46,718 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:20:47,039 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:47,039 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:47,040 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:47,040 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:47,040 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:47,040 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:47,040 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:47,040 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_7ax6l7", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:42.510Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:42.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:42.510Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:42.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:42.510Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:42.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_node_qs0t09", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:42.510Z", "message": "Deleting node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:42.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:42.510Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:42.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:42.510Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:42.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_host_575csc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:43.538Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:43.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:43.538Z", "message": "Stopping node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:43.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:43.538Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:43.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:43.538Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:43.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:44.547Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:44.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_security_group_q0p96n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:44.547Z", "message": "Stopping node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:44.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:44.547Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:44.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_host_4kkgkt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:44.547Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:44.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:44.547Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:44.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_security_group_q0p96n", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:45.580Z", "message": "deleting security_group", "level": "info", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:45.580Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "beb7cbe6-7f15-4c96-b780-e89e4cb5af11"}, {"node_instance_id": "homer_security_group_hgsdtv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:45.697Z", "message": "Stopping node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:45.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_security_group_q0p96n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:45.697Z", "message": "Deleting node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:45.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_security_group_q0p96n", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:45.697Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:45.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:45.697Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:45.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:45.697Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:45.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_security_group_q0p96n", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:45.697Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:45.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:45.697Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:45.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:45.697Z", "message": "Stopping agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:45.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:45.697Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:45.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:46.284Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:46.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "50251737-63a8-48d9-9b94-509729e1943a"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:46.284Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:46.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "50251737-63a8-48d9-9b94-509729e1943a"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:46.284Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:46.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "50251737-63a8-48d9-9b94-509729e1943a"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:46.284Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:46.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "50251737-63a8-48d9-9b94-509729e1943a"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:46.284Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:46.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "50251737-63a8-48d9-9b94-509729e1943a"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:46.284Z", "message": "Stopping Agent sprout_host_7ax6l7", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:46.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "50251737-63a8-48d9-9b94-509729e1943a"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:46.284Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:46.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "50251737-63a8-48d9-9b94-509729e1943a"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:46.284Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:46.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "50251737-63a8-48d9-9b94-509729e1943a"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:46.284Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:46.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "50251737-63a8-48d9-9b94-509729e1943a"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:46.284Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:46.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "50251737-63a8-48d9-9b94-509729e1943a"}, {"node_instance_id": "homer_security_group_hgsdtv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:46.908Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:46.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_security_group_hgsdtv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:46.908Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:46.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:46.908Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:46.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "dime_security_group_q0p96n", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:46.908Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:46.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:46.908Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:46.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:46.908Z", "message": "Deleting node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:46.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "homer_security_group_hgsdtv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:46.908Z", "message": "Deleting node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:46.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}], "metadata": {"pagination": {"total": 449, "offset": 394, "size": 50}}} 2019-01-20 14:20:47,040 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:47,041 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:47 GMT 2019-01-20 14:20:47,041 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:47,041 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21761 2019-01-20 14:20:47,041 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:47,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2019-01-20 14:20:47,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:47,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:47,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:20:47,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2019-01-20 14:20:47,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:47,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2019-01-20 14:20:47,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:20:47,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2019-01-20 14:20:47,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2019-01-20 14:20:47,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2019-01-20 14:20:47,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:20:47,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2019-01-20 14:20:47,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2019-01-20 14:20:47,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2019-01-20 14:20:47,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2019-01-20 14:20:47,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:20:47,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:20:47,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2019-01-20 14:20:47,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:47,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2019-01-20 14:20:47,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2019-01-20 14:20:47,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2019-01-20 14:20:47,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2019-01-20 14:20:47,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2019-01-20 14:20:47,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:47,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:47,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:47,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:47,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:47,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent sprout_host_7ax6l7 2019-01-20 14:20:47,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:47,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:47,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:47,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:47,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2019-01-20 14:20:47,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2019-01-20 14:20:47,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2019-01-20 14:20:47,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2019-01-20 14:20:47,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2019-01-20 14:20:47,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:20:47,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:20:47,049 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:20:47,133 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:47,134 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:47,134 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:47,134 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:47,134 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:47,134 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:47,134 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:47,134 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:20:47,134 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:47,135 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:47 GMT 2019-01-20 14:20:47,135 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:47,135 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:20:47,135 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:52,140 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:20:52,560 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:52,561 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:52,561 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:52,561 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:52,561 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:52,561 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:52,561 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:52,561 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:47.319Z", "message": "deleting server", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:47.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "f93f187e-56b3-4aa3-bf78-206ca92a4135"}, {"node_instance_id": "homer_security_group_hgsdtv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:47.319Z", "message": "deleting security_group", "level": "info", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:47.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "47c0d131-08a4-46b6-8bb7-6aa877328b8f"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:47.985Z", "message": "Deleting node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:47.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:47.985Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:47.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:47.985Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:47.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:47.985Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:47.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:48.661Z", "message": "deleting server", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:48.661Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "280cec7e-ad70-4644-9d43-677dfa025f92"}, {"node_instance_id": "homer_security_group_hgsdtv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:49.024Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:49.024Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:49.333Z", "message": "Waiting for server \"eb3cddef-3128-45f6-871e-ac97fb539b48\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:49.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "f93f187e-56b3-4aa3-bf78-206ca92a4135"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:50.554Z", "message": "Stopping...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:50.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "50251737-63a8-48d9-9b94-509729e1943a"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:50.772Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:50.772Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:51.044Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:51.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:51.044Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:51.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:51.044Z", "message": "Deleting agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:51.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:51.343Z", "message": "Waiting for server \"add75e59-d30e-40f1-ba57-ca9495f4aa7a\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "280cec7e-ad70-4644-9d43-677dfa025f92"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:51.343Z", "message": "Stopping daemon with command: sudo service celeryd-sprout_host_7ax6l7 stop", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "50251737-63a8-48d9-9b94-509729e1943a"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:51.343Z", "message": "Successfully stopped daemon: sprout_host_7ax6l7\u001b[0m", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "50251737-63a8-48d9-9b94-509729e1943a"}], "metadata": {"pagination": {"total": 466, "offset": 436, "size": 50}}} 2019-01-20 14:20:52,561 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:52,562 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:52 GMT 2019-01-20 14:20:52,562 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:52,562 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9042 2019-01-20 14:20:52,562 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:52,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2019-01-20 14:20:52,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2019-01-20 14:20:52,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:20:52,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2019-01-20 14:20:52,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2019-01-20 14:20:52,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:20:52,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2019-01-20 14:20:52,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2019-01-20 14:20:52,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "eb3cddef-3128-45f6-871e-ac97fb539b48" to be deleted. current status: SHUTOFF 2019-01-20 14:20:52,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2019-01-20 14:20:52,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2019-01-20 14:20:52,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2019-01-20 14:20:52,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2019-01-20 14:20:52,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2019-01-20 14:20:52,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "add75e59-d30e-40f1-ba57-ca9495f4aa7a" to be deleted. current status: SHUTOFF 2019-01-20 14:20:52,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-sprout_host_7ax6l7 stop 2019-01-20 14:20:52,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: sprout_host_7ax6l7 2019-01-20 14:20:52,566 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:20:52,638 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:52,638 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:52,639 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:52,639 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:52,639 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:52,639 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:52,639 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:52,639 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:20:52,639 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:52,639 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:52 GMT 2019-01-20 14:20:52,639 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:52,639 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:20:52,640 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:57,645 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:20:57,714 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:57,714 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:57,714 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:57,714 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:57,714 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:57,714 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:57,714 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:57,715 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:52.384Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:52.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "03e3ed88-ac9b-4dd0-b2df-f79485ed6b64"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:52.384Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:52.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "03e3ed88-ac9b-4dd0-b2df-f79485ed6b64"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:52.384Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:52.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "03e3ed88-ac9b-4dd0-b2df-f79485ed6b64"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:52.384Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:52.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "03e3ed88-ac9b-4dd0-b2df-f79485ed6b64"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:52.384Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:52.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "03e3ed88-ac9b-4dd0-b2df-f79485ed6b64"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:52.384Z", "message": "Deleting Agent sprout_host_7ax6l7", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:52.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "03e3ed88-ac9b-4dd0-b2df-f79485ed6b64"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:52.384Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:52.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "03e3ed88-ac9b-4dd0-b2df-f79485ed6b64"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:52.384Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:52.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "03e3ed88-ac9b-4dd0-b2df-f79485ed6b64"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:52.384Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:52.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "03e3ed88-ac9b-4dd0-b2df-f79485ed6b64"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:52.384Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:52.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "03e3ed88-ac9b-4dd0-b2df-f79485ed6b64"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:53.631Z", "message": "Deleting...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:53.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "03e3ed88-ac9b-4dd0-b2df-f79485ed6b64"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:54.441Z", "message": "Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5961)", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": [{"message": "timeout after 10 seconds (pid=5961)", "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_zelupu/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_zelupu/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_zelupu/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_zelupu/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_zelupu/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=5961)\n", "type": "TimeoutExpired"}], "reported_timestamp": "2019-01-20T14:20:54.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:54.558Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:54.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "03e3ed88-ac9b-4dd0-b2df-f79485ed6b64"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:54.558Z", "message": "Successfully deleted daemon: sprout_host_7ax6l7", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:54.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "03e3ed88-ac9b-4dd0-b2df-f79485ed6b64"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:55.136Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:55.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_floatingip_4m1008", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:55.136Z", "message": "Stopping node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:55.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_security_group_cs6u7s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:55.136Z", "message": "Stopping node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:55.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:55.136Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:55.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:55.136Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:55.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:55.136Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:55.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_host_0tch82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:55.136Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:55.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:55.136Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:55.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:55.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:55.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d3e7ee88-8b39-4392-bb16-2ce5fdc8d462"}, {"node_instance_id": "ellis_floatingip_4m1008", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:56.147Z", "message": "Deleting node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:56.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_host_ybymmu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:56.147Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:56.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:56.147Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:56.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:56.147Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:56.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:56.147Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:56.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_security_group_cs6u7s", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:56.147Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:56.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_security_group_cs6u7s", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:56.147Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:56.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_security_group_cs6u7s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:56.147Z", "message": "Deleting node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:56.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:56.147Z", "message": "Stopping agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:56.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:56.584Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:56.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d3e7ee88-8b39-4392-bb16-2ce5fdc8d462"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:56.584Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:56.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d3e7ee88-8b39-4392-bb16-2ce5fdc8d462"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:56.584Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:56.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d3e7ee88-8b39-4392-bb16-2ce5fdc8d462"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:56.584Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:56.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d3e7ee88-8b39-4392-bb16-2ce5fdc8d462"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:56.584Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:56.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d3e7ee88-8b39-4392-bb16-2ce5fdc8d462"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:56.584Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:56.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d3e7ee88-8b39-4392-bb16-2ce5fdc8d462"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:56.584Z", "message": "Stopping Agent proxy_host_zelupu", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:56.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d3e7ee88-8b39-4392-bb16-2ce5fdc8d462"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:56.584Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:56.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d3e7ee88-8b39-4392-bb16-2ce5fdc8d462"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:56.584Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:56.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d3e7ee88-8b39-4392-bb16-2ce5fdc8d462"}, {"node_instance_id": "ellis_floatingip_4m1008", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:57.163Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:57.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_floatingip_4m1008", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:57.163Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:57.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}], "metadata": {"pagination": {"total": 509, "offset": 453, "size": 50}}} 2019-01-20 14:20:57,715 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:57,715 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:57 GMT 2019-01-20 14:20:57,715 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:57,715 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 24075 2019-01-20 14:20:57,715 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:20:57,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:57,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:57,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:57,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:57,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:57,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent sprout_host_7ax6l7 2019-01-20 14:20:57,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:57,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:57,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:57,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:57,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2019-01-20 14:20:57,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5961) 2019-01-20 14:20:57,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2019-01-20 14:20:57,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: sprout_host_7ax6l7 2019-01-20 14:20:57,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2019-01-20 14:20:57,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:20:57,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:20:57,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2019-01-20 14:20:57,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2019-01-20 14:20:57,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2019-01-20 14:20:57,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2019-01-20 14:20:57,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2019-01-20 14:20:57,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:57,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:20:57,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2019-01-20 14:20:57,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2019-01-20 14:20:57,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2019-01-20 14:20:57,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2019-01-20 14:20:57,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2019-01-20 14:20:57,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2019-01-20 14:20:57,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:20:57,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2019-01-20 14:20:57,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:57,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:57,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:57,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:57,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:57,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:57,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent proxy_host_zelupu 2019-01-20 14:20:57,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:57,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:20:57,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2019-01-20 14:20:57,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2019-01-20 14:20:57,723 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:20:57,784 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:20:57,784 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:20:57,784 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:20:57,784 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:20:57,784 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:20:57,785 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:20:57,785 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:20:57,785 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:20:57,785 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:20:57,785 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:20:57 GMT 2019-01-20 14:20:57,785 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:20:57,785 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:20:57,785 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:02,791 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:21:02,868 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:02,868 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:02,868 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:02,868 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:02,868 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:02,868 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:02,869 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:02,869 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_security_group_cs6u7s", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:58.006Z", "message": "deleting security_group", "level": "info", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:58.006Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d8dc77a2-2f44-4662-939b-11d1abeae886"}, {"node_instance_id": "ellis_floatingip_4m1008", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:58.006Z", "message": "deleting floatingip", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:58.006Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d1df603f-f011-4f7b-b050-eb4cc2820cde"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:58.244Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:58.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:58.244Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:58.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_security_group_s0d47n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:58.244Z", "message": "Stopping node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:58.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_floatingip_pyzsil", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:58.244Z", "message": "Stopping node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:58.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:58.244Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:58.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_security_group_s0d47n", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:59.274Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:59.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_floatingip_4m1008", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:59.274Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:59.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_floatingip_pyzsil", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:59.274Z", "message": "Deleting node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:59.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_floatingip_pyzsil", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:59.274Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:59.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_security_group_s0d47n", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:59.274Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:59.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_security_group_s0d47n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:59.274Z", "message": "Deleting node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:59.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_floatingip_pyzsil", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:59.274Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:59.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "ellis_security_group_cs6u7s", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:59.274Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:59.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_floatingip_pyzsil", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:20:59.369Z", "message": "deleting floatingip", "level": "info", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:20:59.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "68ed22bb-a464-4c10-a682-24c0d1198ebd"}, {"node_instance_id": "bono_security_group_s0d47n", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:00.043Z", "message": "deleting security_group", "level": "info", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:00.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "82c3d61a-8861-49e9-a8c4-ada40269cce6"}, {"node_instance_id": "bono_security_group_s0d47n", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:00.393Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:00.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:01.052Z", "message": "Successfully stopped daemon: proxy_host_zelupu\u001b[0m", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:01.052Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d3e7ee88-8b39-4392-bb16-2ce5fdc8d462"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:01.052Z", "message": "Stopping...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:01.052Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d3e7ee88-8b39-4392-bb16-2ce5fdc8d462"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:01.052Z", "message": "Stopping daemon with command: sudo service celeryd-proxy_host_zelupu stop", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:01.052Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "d3e7ee88-8b39-4392-bb16-2ce5fdc8d462"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:01.288Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:01.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bono_floatingip_pyzsil", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:01.288Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:01.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:01.288Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:01.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:01.288Z", "message": "Deleting agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:01.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:01.288Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:01.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:02.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:02.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "c5a7e4aa-42bb-4fd4-9b42-8a360e7d6662"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:02.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:02.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "c5a7e4aa-42bb-4fd4-9b42-8a360e7d6662"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:02.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:02.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "c5a7e4aa-42bb-4fd4-9b42-8a360e7d6662"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:02.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:02.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "c5a7e4aa-42bb-4fd4-9b42-8a360e7d6662"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:02.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:02.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "c5a7e4aa-42bb-4fd4-9b42-8a360e7d6662"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:02.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:02.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "c5a7e4aa-42bb-4fd4-9b42-8a360e7d6662"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:02.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:02.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "c5a7e4aa-42bb-4fd4-9b42-8a360e7d6662"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:02.060Z", "message": "Deleting Agent proxy_host_zelupu", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:02.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "c5a7e4aa-42bb-4fd4-9b42-8a360e7d6662"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:02.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:02.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "c5a7e4aa-42bb-4fd4-9b42-8a360e7d6662"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:02.060Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:02.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "c5a7e4aa-42bb-4fd4-9b42-8a360e7d6662"}], "metadata": {"pagination": {"total": 545, "offset": 496, "size": 50}}} 2019-01-20 14:21:02,869 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:02,869 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:02 GMT 2019-01-20 14:21:02,869 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:02,869 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 19062 2019-01-20 14:21:02,869 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:02,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2019-01-20 14:21:02,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2019-01-20 14:21:02,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:21:02,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:21:02,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:21:02,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:21:02,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2019-01-20 14:21:02,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2019-01-20 14:21:02,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2019-01-20 14:21:02,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:21:02,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2019-01-20 14:21:02,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2019-01-20 14:21:02,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:21:02,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2019-01-20 14:21:02,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2019-01-20 14:21:02,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2019-01-20 14:21:02,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2019-01-20 14:21:02,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2019-01-20 14:21:02,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: proxy_host_zelupu 2019-01-20 14:21:02,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2019-01-20 14:21:02,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-proxy_host_zelupu stop 2019-01-20 14:21:02,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2019-01-20 14:21:02,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2019-01-20 14:21:02,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2019-01-20 14:21:02,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2019-01-20 14:21:02,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2019-01-20 14:21:02,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:21:02,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:21:02,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:21:02,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:21:02,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:21:02,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:21:02,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:21:02,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent proxy_host_zelupu 2019-01-20 14:21:02,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:21:02,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:21:02,876 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:21:02,938 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:02,938 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:02,938 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:02,938 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:02,938 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:02,938 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:02,938 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:02,938 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:21:02,939 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:02,939 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:02 GMT 2019-01-20 14:21:02,939 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:02,939 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:21:02,939 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:07,944 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:21:08,016 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:08,016 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:08,016 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:08,016 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:08,017 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:08,017 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:08,017 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:08,017 - 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": "2019-01-20T14:21:03.062Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:03.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:03.312Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:03.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:03.312Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:03.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:03.763Z", "message": "Deleting...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:03.763Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "c5a7e4aa-42bb-4fd4-9b42-8a360e7d6662"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:04.066Z", "message": "Successfully deleted daemon: proxy_host_zelupu", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:04.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "c5a7e4aa-42bb-4fd4-9b42-8a360e7d6662"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:04.066Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:04.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "c5a7e4aa-42bb-4fd4-9b42-8a360e7d6662"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:04.320Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:04.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:04.320Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:04.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:04.320Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:04.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:06.263Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:06.263Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:07.330Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:07.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:07.330Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:07.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:07.330Z", "message": "Deleting node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:07.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:07.857Z", "message": "deleting server", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:07.857Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "aab459f2-7b1f-4f7c-a5e5-e9a6b5839d1a"}], "metadata": {"pagination": {"total": 559, "offset": 532, "size": 50}}} 2019-01-20 14:21:08,017 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:08,017 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:08 GMT 2019-01-20 14:21:08,017 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:08,017 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7228 2019-01-20 14:21:08,017 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:08,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:21:08,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:21:08,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:21:08,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2019-01-20 14:21:08,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: proxy_host_zelupu 2019-01-20 14:21:08,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2019-01-20 14:21:08,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2019-01-20 14:21:08,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2019-01-20 14:21:08,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2019-01-20 14:21:08,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2019-01-20 14:21:08,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2019-01-20 14:21:08,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2019-01-20 14:21:08,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:21:08,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2019-01-20 14:21:08,020 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:21:08,081 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:08,082 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:08,082 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:08,082 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:08,082 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:08,082 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:08,082 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:08,082 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:21:08,083 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:08,083 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:08 GMT 2019-01-20 14:21:08,083 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:08,083 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:21:08,083 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:13,088 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:21:13,202 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:13,202 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:13,202 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:13,203 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:13,203 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:13,203 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:13,203 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:13,203 - 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": "2019-01-20T14:21:08.611Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:08.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:09.343Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:09.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:09.343Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:09.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:10.067Z", "message": "Waiting for server \"33967751-6627-448f-a6fd-c89713f34ab8\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:10.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "aab459f2-7b1f-4f7c-a5e5-e9a6b5839d1a"}], "metadata": {"pagination": {"total": 563, "offset": 546, "size": 50}}} 2019-01-20 14:21:13,203 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:13,203 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:13 GMT 2019-01-20 14:21:13,203 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:13,203 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2222 2019-01-20 14:21:13,203 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:13,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:21:13,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:21:13,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:21:13,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "33967751-6627-448f-a6fd-c89713f34ab8" to be deleted. current status: ACTIVE 2019-01-20 14:21:13,204 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:21:13,269 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:13,269 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:13,269 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:13,270 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:13,270 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:13,270 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:13,270 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:13,270 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:21:13,270 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:13,270 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:13 GMT 2019-01-20 14:21:13,270 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:13,270 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:21:13,270 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:18,276 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:21:18,473 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:18,473 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:18,474 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:18,474 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:18,474 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:18,474 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:18,474 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:18,474 - 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": "2019-01-20T14:21:14.478Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:14.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:15.351Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:15.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:15.351Z", "message": "Deleting node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:15.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:15.351Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:15.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:15.634Z", "message": "deleting server", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:15.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "0c53f997-29e0-44e4-a639-9f63ce96c2b1"}, {"node_instance_id": "proxy_host_zelupu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:16.079Z", "message": "Waiting for server \"33967751-6627-448f-a6fd-c89713f34ab8\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:16.079Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "aab459f2-7b1f-4f7c-a5e5-e9a6b5839d1a"}, {"node_instance_id": "sprout_host_7ax6l7", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:17.902Z", "message": "Waiting for server \"b2b4818a-765c-414b-9b40-7d319bcfaad5\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:17.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "0c53f997-29e0-44e4-a639-9f63ce96c2b1"}], "metadata": {"pagination": {"total": 570, "offset": 550, "size": 50}}} 2019-01-20 14:21:18,474 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:18,474 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:18 GMT 2019-01-20 14:21:18,475 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:18,475 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3776 2019-01-20 14:21:18,475 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:18,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:21:18,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2019-01-20 14:21:18,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:21:18,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2019-01-20 14:21:18,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2019-01-20 14:21:18,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "33967751-6627-448f-a6fd-c89713f34ab8" to be deleted. current status: ACTIVE 2019-01-20 14:21:18,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "b2b4818a-765c-414b-9b40-7d319bcfaad5" to be deleted. current status: SHUTOFF 2019-01-20 14:21:18,476 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:21:18,559 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:18,559 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:18,559 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:18,559 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:18,559 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:18,559 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:18,559 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:18,559 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:21:18,560 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:18,560 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:18 GMT 2019-01-20 14:21:18,560 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:18,560 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:21:18,560 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:23,565 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:21:23,749 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:23,749 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:23,749 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:23,749 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:23,749 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:23,749 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:23,750 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:23,750 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_zelupu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:21.029Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:21.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_host_7ax6l7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:23.317Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:23.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}], "metadata": {"pagination": {"total": 572, "offset": 557, "size": 50}}} 2019-01-20 14:21:23,750 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:23,750 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:23 GMT 2019-01-20 14:21:23,750 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:23,750 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1100 2019-01-20 14:21:23,750 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:23,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2019-01-20 14:21:23,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2019-01-20 14:21:23,751 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:21:24,285 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:24,285 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:24,285 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:24,286 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:24,286 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:24,286 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:24,286 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:24,286 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:21:24,286 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:24,286 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:24 GMT 2019-01-20 14:21:24,286 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:24,286 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:21:24,287 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:29,292 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:21:29,367 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:29,368 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:29,368 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:29,368 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:29,368 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:29,368 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:29,368 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:29,368 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "internal_sip_security_group_oemnrh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:24.631Z", "message": "Stopping node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:24.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "internal_sip_security_group_oemnrh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:25.363Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:25.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_security_group_t01l64", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:25.363Z", "message": "Deleting node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:25.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_security_group_t01l64", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:25.363Z", "message": "Stopping node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:25.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "internal_sip_security_group_oemnrh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:25.363Z", "message": "Deleting node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:25.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "internal_sip_security_group_oemnrh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:25.363Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:25.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "internal_sip_security_group_oemnrh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:26.067Z", "message": "deleting security_group", "level": "info", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:26.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "7293a8fd-cc17-4e47-bdd5-70d66f518c6d"}, {"node_instance_id": "sprout_security_group_t01l64", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:26.375Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:26.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_security_group_t01l64", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:26.375Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:26.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_security_group_t01l64", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:27.096Z", "message": "deleting security_group", "level": "info", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:27.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "5b4dc061-d68f-482d-8f2e-01c661e3ad86"}, {"node_instance_id": "internal_sip_security_group_oemnrh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:27.423Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:27.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "sprout_security_group_t01l64", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:21:27.423Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:21:27.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}], "metadata": {"pagination": {"total": 584, "offset": 559, "size": 50}}} 2019-01-20 14:21:29,368 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:29,369 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:29 GMT 2019-01-20 14:21:29,369 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:29,369 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6360 2019-01-20 14:21:29,369 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:29,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:21:29,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2019-01-20 14:21:29,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:21:29,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:21:29,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:21:29,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2019-01-20 14:21:29,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2019-01-20 14:21:29,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2019-01-20 14:21:29,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2019-01-20 14:21:29,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2019-01-20 14:21:29,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2019-01-20 14:21:29,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2019-01-20 14:21:29,371 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:21:29,449 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:29,449 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:29,449 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:29,449 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:29,449 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:29,449 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:29,450 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:29,450 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:21:29,450 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:29,450 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:29 GMT 2019-01-20 14:21:29,450 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:29,450 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:21:29,450 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:34,456 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:21:34,534 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:34,534 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:34,535 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:34,535 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:34,535 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:34,535 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:34,535 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:34,535 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 584, "offset": 571, "size": 50}}} 2019-01-20 14:21:34,535 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:34,535 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:34 GMT 2019-01-20 14:21:34,535 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:34,535 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 14:21:34,536 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:34,536 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:21:34,621 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:34,621 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:34,621 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:34,621 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:34,621 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:34,622 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:34,622 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:34,622 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:21:34,622 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:34,622 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:34 GMT 2019-01-20 14:21:34,622 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:34,622 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:21:34,622 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:39,628 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:21:39,711 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:39,711 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:39,711 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:39,711 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:39,711 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:39,711 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:39,712 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:39,712 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 584, "offset": 571, "size": 50}}} 2019-01-20 14:21:39,712 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:39,712 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:39 GMT 2019-01-20 14:21:39,712 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:39,712 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 14:21:39,712 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:39,712 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:21:39,775 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:39,775 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:39,775 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:39,775 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:39,776 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:39,776 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:39,776 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:39,776 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:21:39,776 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:39,776 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:39 GMT 2019-01-20 14:21:39,776 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:39,776 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:21:39,776 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:44,782 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:21:44,889 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:44,889 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:44,890 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:44,890 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:44,890 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:44,890 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:44,890 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:44,890 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 584, "offset": 571, "size": 50}}} 2019-01-20 14:21:44,890 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:44,890 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:44 GMT 2019-01-20 14:21:44,890 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:44,891 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 14:21:44,891 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:44,891 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:21:45,020 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:45,021 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:45,021 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:45,021 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:45,021 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:45,021 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:45,021 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:45,021 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:21:45,021 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:45,021 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:45 GMT 2019-01-20 14:21:45,021 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:45,022 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:21:45,022 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:50,027 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:21:50,132 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:50,132 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:50,132 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:50,133 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:50,133 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:50,133 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:50,133 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:50,133 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 584, "offset": 571, "size": 50}}} 2019-01-20 14:21:50,133 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:50,133 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:50 GMT 2019-01-20 14:21:50,133 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:50,133 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 14:21:50,133 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:50,134 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:21:50,199 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:50,200 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:50,200 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:50,200 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:50,200 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:50,200 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:50,200 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:50,200 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:21:50,200 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:50,201 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:50 GMT 2019-01-20 14:21:50,201 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:50,201 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:21:50,201 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:55,206 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:21:55,299 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:55,300 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:55,300 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:55,300 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:55,300 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:55,300 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:55,300 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:55,300 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 584, "offset": 571, "size": 50}}} 2019-01-20 14:21:55,300 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:55,300 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:55 GMT 2019-01-20 14:21:55,300 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:55,301 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 14:21:55,301 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:21:55,301 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:21:55,376 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:21:55,376 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:21:55,377 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:21:55,377 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:21:55,377 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:21:55,377 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:21:55,377 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:21:55,377 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:21:55,377 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:21:55,377 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:21:55 GMT 2019-01-20 14:21:55,377 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:21:55,378 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:21:55,378 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:00,383 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:22:00,474 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:00,475 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:00,475 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:00,475 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:00,475 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:00,475 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:00,475 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:00,475 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 584, "offset": 571, "size": 50}}} 2019-01-20 14:22:00,475 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:00,476 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:00 GMT 2019-01-20 14:22:00,476 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:00,476 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 14:22:00,476 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:00,476 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:22:00,548 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:00,548 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:00,548 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:00,548 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:00,548 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:00,548 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:00,548 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:00,549 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:22:00,549 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:00,549 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:00 GMT 2019-01-20 14:22:00,549 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:00,549 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:22:00,549 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:05,554 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:22:05,652 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:05,652 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:05,653 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:05,653 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:05,653 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:05,653 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:05,653 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:05,653 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_o8owep", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:04.333Z", "message": "Execution done (return_code=2): /tmp/WT1UJ/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:04.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "c3a78a9b-cdcd-4b71-a5b3-eae9227f5f0a"}, {"node_instance_id": "vellum_o8owep", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:04.550Z", "message": "Task failed 'script_runner.tasks.run' -> Received an error trying to remove member a704a22834083b0d: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.10:4000 has no leader\n; error #1: client: endpoint http://192.168.120.21:4000 exceeded header timeout\n; error #2: client: etcd member http://192.168.120.6:4000 has no leader\n", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": [{"message": "Received an error trying to remove member a704a22834083b0d: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.10:4000 has no leader\n; error #1: client: endpoint http://192.168.120.21:4000 exceeded header timeout\n; error #2: client: etcd member http://192.168.120.6:4000 has no leader\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/vellum_host_7jeac0/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_7jeac0/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_7jeac0/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 a704a22834083b0d: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.10:4000 has no leader\n; error #1: client: endpoint http://192.168.120.21:4000 exceeded header timeout\n; error #2: client: etcd member http://192.168.120.6:4000 has no leader\n\n", "type": "ProcessException"}], "reported_timestamp": "2019-01-20T14:22:04.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:05.439Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:05.439Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_jd72nk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:05.439Z", "message": "Stopping node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:05.439Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:05.439Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:05.439Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:05.439Z", "message": "Stopping node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:05.439Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}], "metadata": {"pagination": {"total": 590, "offset": 571, "size": 50}}} 2019-01-20 14:22:05,653 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:05,653 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:05 GMT 2019-01-20 14:22:05,653 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:05,654 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4898 2019-01-20 14:22:05,654 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:05,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=2): /tmp/WT1UJ/remove-cluster-node.sh 2019-01-20 14:22:05,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Received an error trying to remove member a704a22834083b0d: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.10:4000 has no leader ; error #1: client: endpoint http://192.168.120.21:4000 exceeded header timeout ; error #2: client: etcd member http://192.168.120.6:4000 has no leader 2019-01-20 14:22:05,654 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2019-01-20 14:22:05,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:22:05,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2019-01-20 14:22:05,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:22:05,655 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:22:05,718 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:05,718 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:05,718 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:05,719 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:05,719 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:05,719 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:05,719 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:05,719 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:22:05,719 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:05,719 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:05 GMT 2019-01-20 14:22:05,719 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:05,719 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:22:05,720 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:10,725 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:22:10,827 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:10,827 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:10,827 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:10,827 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:10,827 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:10,828 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:10,828 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:10,828 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_2tmtib", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:06.445Z", "message": "Stopping node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:06.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_jd72nk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:06.445Z", "message": "Deleting node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:06.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:07.469Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:07.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:07.469Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:07.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:08.768Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:08.768Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:09.476Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:09.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:09.476Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:09.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:09.476Z", "message": "Stopping agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:09.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:09.476Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:09.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:10.123Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:10.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "75d8f415-d2de-447b-9b28-bb0f8a42f6f7"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:10.169Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:10.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "75d8f415-d2de-447b-9b28-bb0f8a42f6f7"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:10.169Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:10.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "75d8f415-d2de-447b-9b28-bb0f8a42f6f7"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:10.169Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:10.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "75d8f415-d2de-447b-9b28-bb0f8a42f6f7"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:10.169Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:10.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "75d8f415-d2de-447b-9b28-bb0f8a42f6f7"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:10.483Z", "message": "Stopping agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:10.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:10.483Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:10.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:10.483Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:10.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:10.483Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:10.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:10.483Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:10.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:10.483Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:10.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:10.483Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:10.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}], "metadata": {"pagination": {"total": 611, "offset": 577, "size": 50}}} 2019-01-20 14:22:10,828 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:10,828 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:10 GMT 2019-01-20 14:22:10,828 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:10,828 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10839 2019-01-20 14:22:10,828 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:10,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:22:10,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:22:10,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2019-01-20 14:22:10,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2019-01-20 14:22:10,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2019-01-20 14:22:10,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2019-01-20 14:22:10,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2019-01-20 14:22:10,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2019-01-20 14:22:10,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2019-01-20 14:22:10,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:10,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:10,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:10,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:10,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:10,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2019-01-20 14:22:10,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2019-01-20 14:22:10,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2019-01-20 14:22:10,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2019-01-20 14:22:10,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2019-01-20 14:22:10,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2019-01-20 14:22:10,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2019-01-20 14:22:10,832 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:22:10,897 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:10,897 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:10,897 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:10,897 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:10,897 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:10,898 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:10,898 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:10,898 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:22:10,898 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:10,898 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:10 GMT 2019-01-20 14:22:10,898 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:10,898 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:22:10,898 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:15,904 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:22:15,988 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:15,988 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:15,988 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:15,988 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:15,988 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:15,988 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:15,988 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:15,989 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:11.178Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:11.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "1a8194fd-c13a-446a-ac12-21121884e9b4"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:11.178Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:11.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "1a8194fd-c13a-446a-ac12-21121884e9b4"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:11.178Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:11.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "75d8f415-d2de-447b-9b28-bb0f8a42f6f7"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:11.178Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:11.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "75d8f415-d2de-447b-9b28-bb0f8a42f6f7"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:11.178Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:11.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "75d8f415-d2de-447b-9b28-bb0f8a42f6f7"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:11.178Z", "message": "Stopping Agent vellum_host_7jeac0", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:11.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "75d8f415-d2de-447b-9b28-bb0f8a42f6f7"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:11.178Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:11.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "1a8194fd-c13a-446a-ac12-21121884e9b4"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:11.178Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:11.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "1a8194fd-c13a-446a-ac12-21121884e9b4"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:11.178Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:11.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "75d8f415-d2de-447b-9b28-bb0f8a42f6f7"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:11.490Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:11.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:11.490Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:11.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:12.202Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:12.202Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "1a8194fd-c13a-446a-ac12-21121884e9b4"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:12.202Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:12.202Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "1a8194fd-c13a-446a-ac12-21121884e9b4"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:12.202Z", "message": "Stopping Agent bind_host_2tmtib", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:12.202Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "1a8194fd-c13a-446a-ac12-21121884e9b4"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:12.202Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:12.202Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "1a8194fd-c13a-446a-ac12-21121884e9b4"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:12.202Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:12.202Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "1a8194fd-c13a-446a-ac12-21121884e9b4"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:12.202Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:12.202Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "1a8194fd-c13a-446a-ac12-21121884e9b4"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:14.786Z", "message": "Stopping...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:14.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "75d8f415-d2de-447b-9b28-bb0f8a42f6f7"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:14.993Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:14.993Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:15.215Z", "message": "Successfully stopped daemon: vellum_host_7jeac0\u001b[0m", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:15.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "75d8f415-d2de-447b-9b28-bb0f8a42f6f7"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:15.215Z", "message": "Stopping daemon with command: sudo service celeryd-vellum_host_7jeac0 stop", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:15.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "75d8f415-d2de-447b-9b28-bb0f8a42f6f7"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:15.502Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:15.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:15.502Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:15.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:15.502Z", "message": "Deleting agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:15.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}], "metadata": {"pagination": {"total": 635, "offset": 598, "size": 50}}} 2019-01-20 14:22:15,989 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:15,989 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:15 GMT 2019-01-20 14:22:15,989 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:15,989 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13087 2019-01-20 14:22:15,989 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:15,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:15,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:15,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:15,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:15,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:15,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent vellum_host_7jeac0 2019-01-20 14:22:15,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:15,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:15,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:15,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2019-01-20 14:22:15,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2019-01-20 14:22:15,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:15,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:15,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bind_host_2tmtib 2019-01-20 14:22:15,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:15,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:15,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:15,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2019-01-20 14:22:15,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2019-01-20 14:22:15,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: vellum_host_7jeac0 2019-01-20 14:22:15,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-vellum_host_7jeac0 stop 2019-01-20 14:22:15,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2019-01-20 14:22:15,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2019-01-20 14:22:15,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2019-01-20 14:22:15,994 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:22:16,059 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:16,059 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:16,059 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:16,059 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:16,059 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:16,059 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:16,059 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:16,060 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:22:16,060 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:16,060 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:16 GMT 2019-01-20 14:22:16,060 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:16,060 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:22:16,060 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:21,066 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:22:21,201 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:21,201 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:21,201 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:21,201 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:21,202 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:21,202 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:21,202 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:21,202 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:16.225Z", "message": "Stopping daemon with command: sudo service celeryd-bind_host_2tmtib stop", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:16.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "1a8194fd-c13a-446a-ac12-21121884e9b4"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:16.225Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:16.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "e94ec63a-9c1a-4fbb-b094-946c2603b76a"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:16.225Z", "message": "Stopping...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:16.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "1a8194fd-c13a-446a-ac12-21121884e9b4"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:16.225Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:16.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "e94ec63a-9c1a-4fbb-b094-946c2603b76a"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:16.225Z", "message": "Successfully stopped daemon: bind_host_2tmtib\u001b[0m", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:16.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "1a8194fd-c13a-446a-ac12-21121884e9b4"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:16.225Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:16.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "e94ec63a-9c1a-4fbb-b094-946c2603b76a"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:16.225Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:16.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "e94ec63a-9c1a-4fbb-b094-946c2603b76a"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:16.225Z", "message": "Deleting Agent vellum_host_7jeac0", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:16.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "e94ec63a-9c1a-4fbb-b094-946c2603b76a"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:16.225Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:16.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "e94ec63a-9c1a-4fbb-b094-946c2603b76a"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:16.225Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:16.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "e94ec63a-9c1a-4fbb-b094-946c2603b76a"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:16.225Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:16.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "e94ec63a-9c1a-4fbb-b094-946c2603b76a"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:16.225Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:16.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "e94ec63a-9c1a-4fbb-b094-946c2603b76a"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:16.225Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:16.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "e94ec63a-9c1a-4fbb-b094-946c2603b76a"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:16.546Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:16.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:16.546Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:16.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:16.546Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:16.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:16.546Z", "message": "Deleting agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:16.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:17.236Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:17.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "cdbaaea1-fdf5-4224-b315-4b91f89a2cb2"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:17.236Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:17.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "cdbaaea1-fdf5-4224-b315-4b91f89a2cb2"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:17.236Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:17.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "cdbaaea1-fdf5-4224-b315-4b91f89a2cb2"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:17.236Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:17.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "cdbaaea1-fdf5-4224-b315-4b91f89a2cb2"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:17.236Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:17.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "cdbaaea1-fdf5-4224-b315-4b91f89a2cb2"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:17.236Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:17.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "cdbaaea1-fdf5-4224-b315-4b91f89a2cb2"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:17.236Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:17.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "cdbaaea1-fdf5-4224-b315-4b91f89a2cb2"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:17.236Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:17.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "cdbaaea1-fdf5-4224-b315-4b91f89a2cb2"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:17.236Z", "message": "Deleting Agent bind_host_2tmtib", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:17.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "cdbaaea1-fdf5-4224-b315-4b91f89a2cb2"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:17.236Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:17.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "cdbaaea1-fdf5-4224-b315-4b91f89a2cb2"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:18.248Z", "message": "Deleting...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:18.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "e94ec63a-9c1a-4fbb-b094-946c2603b76a"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:18.248Z", "message": "Successfully deleted daemon: vellum_host_7jeac0", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:18.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "e94ec63a-9c1a-4fbb-b094-946c2603b76a"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:18.248Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:18.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "e94ec63a-9c1a-4fbb-b094-946c2603b76a"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:18.258Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:18.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:18.564Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:18.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:18.564Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:18.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:19.260Z", "message": "Deleting...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:19.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "cdbaaea1-fdf5-4224-b315-4b91f89a2cb2"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:19.260Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:19.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "cdbaaea1-fdf5-4224-b315-4b91f89a2cb2"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:19.260Z", "message": "Successfully deleted daemon: bind_host_2tmtib", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:19.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "cdbaaea1-fdf5-4224-b315-4b91f89a2cb2"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:19.575Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:19.575Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:19.575Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:19.575Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:19.575Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:19.575Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:20.887Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:20.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}], "metadata": {"pagination": {"total": 675, "offset": 622, "size": 50}}} 2019-01-20 14:22:21,202 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:21,202 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:21 GMT 2019-01-20 14:22:21,202 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:21,202 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21584 2019-01-20 14:22:21,202 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:21,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bind_host_2tmtib stop 2019-01-20 14:22:21,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:21,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2019-01-20 14:22:21,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:21,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bind_host_2tmtib 2019-01-20 14:22:21,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:21,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:21,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent vellum_host_7jeac0 2019-01-20 14:22:21,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:21,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:21,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:21,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:21,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:21,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2019-01-20 14:22:21,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2019-01-20 14:22:21,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2019-01-20 14:22:21,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2019-01-20 14:22:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bind_host_2tmtib 2019-01-20 14:22:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-20 14:22:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2019-01-20 14:22:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: vellum_host_7jeac0 2019-01-20 14:22:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2019-01-20 14:22:21,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2019-01-20 14:22:21,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2019-01-20 14:22:21,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2019-01-20 14:22:21,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2019-01-20 14:22:21,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2019-01-20 14:22:21,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bind_host_2tmtib 2019-01-20 14:22:21,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2019-01-20 14:22:21,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2019-01-20 14:22:21,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2019-01-20 14:22:21,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2019-01-20 14:22:21,210 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:22:21,286 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:21,286 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:21,286 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:21,286 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:21,286 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:21,286 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:21,287 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:21,287 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:22:21,287 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:21,287 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:21 GMT 2019-01-20 14:22:21,287 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:21,287 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:22:21,287 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:26,293 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:22:26,382 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:26,382 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:26,382 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:26,382 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:26,382 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:26,382 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:26,383 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:26,383 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:21.588Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:21.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:21.588Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:21.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:21.588Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:21.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:22.597Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:22.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:22.597Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:22.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}], "metadata": {"pagination": {"total": 680, "offset": 662, "size": 50}}} 2019-01-20 14:22:26,383 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:26,383 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:26 GMT 2019-01-20 14:22:26,383 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:26,383 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2628 2019-01-20 14:22:26,383 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:26,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:22:26,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:22:26,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2019-01-20 14:22:26,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2019-01-20 14:22:26,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2019-01-20 14:22:26,385 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:22:26,449 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:26,450 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:26,450 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:26,450 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:26,450 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:26,450 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:26,450 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:26,450 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:22:26,450 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:26,451 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:26 GMT 2019-01-20 14:22:26,451 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:26,451 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:22:26,451 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:31,456 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:22:31,620 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:31,621 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:31,621 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:31,621 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:31,621 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:31,621 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:31,621 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:31,621 - 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": "2019-01-20T14:22:26.877Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:26.877Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:27.613Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:27.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:27.613Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:27.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:28.627Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:28.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:28.627Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:28.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:28.627Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:28.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}], "metadata": {"pagination": {"total": 686, "offset": 667, "size": 50}}} 2019-01-20 14:22:31,621 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:31,621 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:31 GMT 2019-01-20 14:22:31,622 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:31,622 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3164 2019-01-20 14:22:31,622 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:31,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:22:31,622 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:22:31,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:22:31,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2019-01-20 14:22:31,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:22:31,623 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:22:31,623 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:22:31,705 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:31,705 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:31,705 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:31,705 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:31,705 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:31,706 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:31,706 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:31,706 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:22:31,706 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:31,706 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:31 GMT 2019-01-20 14:22:31,706 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:31,706 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:22:31,706 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:36,712 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:22:36,789 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:36,789 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:36,789 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:36,789 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:36,789 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:36,789 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:36,789 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:36,790 - 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": "2019-01-20T14:22:31.939Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:31.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:32.654Z", "message": "Deleting node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:32.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:32.654Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:32.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:32.654Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:32.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:33.277Z", "message": "deleting server", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:33.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "20c825fe-e951-4a88-962c-c3e3a05f05ef"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:33.667Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:33.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:33.667Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:33.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:33.667Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:33.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_host_7jeac0", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:35.281Z", "message": "Waiting for server \"1c3ac4f2-25db-4c77-9495-b40f75ce779c\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:35.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "20c825fe-e951-4a88-962c-c3e3a05f05ef"}], "metadata": {"pagination": {"total": 695, "offset": 673, "size": 50}}} 2019-01-20 14:22:36,790 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:36,790 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:36 GMT 2019-01-20 14:22:36,790 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:36,790 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4722 2019-01-20 14:22:36,790 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:36,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:22:36,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:22:36,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2019-01-20 14:22:36,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2019-01-20 14:22:36,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2019-01-20 14:22:36,791 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:22:36,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:22:36,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:22:36,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "1c3ac4f2-25db-4c77-9495-b40f75ce779c" to be deleted. current status: SHUTOFF 2019-01-20 14:22:36,792 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:22:36,858 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:36,858 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:36,858 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:36,859 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:36,859 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:36,859 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:36,859 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:36,859 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:22:36,859 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:36,859 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:36 GMT 2019-01-20 14:22:36,859 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:36,859 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:22:36,860 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:41,865 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:22:41,951 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:41,951 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:41,951 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:41,951 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:41,951 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:41,951 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:41,951 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:41,952 - 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": "2019-01-20T14:22:38.453Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:38.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:39.680Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:39.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:39.680Z", "message": "Deleting node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:39.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_host_2tmtib", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:39.680Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:39.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:39.683Z", "message": "deleting server", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:39.683Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "a1d9bd90-36ad-4f3b-af01-e466b577538a"}, {"node_instance_id": "vellum_host_7jeac0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:40.696Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:40.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_security_group_jdx6v0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:41.703Z", "message": "Stopping node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:41.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}], "metadata": {"pagination": {"total": 702, "offset": 682, "size": 50}}} 2019-01-20 14:22:41,952 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:41,952 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:41 GMT 2019-01-20 14:22:41,952 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:41,952 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3545 2019-01-20 14:22:41,952 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:41,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-20 14:22:41,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2019-01-20 14:22:41,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:22:41,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2019-01-20 14:22:41,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2019-01-20 14:22:41,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2019-01-20 14:22:41,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:22:41,954 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:22:42,064 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:42,064 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:42,064 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:42,064 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:42,064 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:42,064 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:42,065 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:42,065 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:22:42,065 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:42,065 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:42 GMT 2019-01-20 14:22:42,065 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:42,065 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:22:42,065 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:47,070 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:22:47,169 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:47,169 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:47,169 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:47,170 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:47,170 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:47,170 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:47,170 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:47,170 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_2tmtib", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:42.293Z", "message": "Waiting for server \"448da152-d885-40e8-95b4-4ac9c70d6f18\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:42.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "a1d9bd90-36ad-4f3b-af01-e466b577538a"}, {"node_instance_id": "vellum_security_group_jdx6v0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:42.758Z", "message": "Deleting node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:42.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_security_group_jdx6v0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:42.758Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:42.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_security_group_jdx6v0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:42.758Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:42.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "vellum_security_group_jdx6v0", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:43.278Z", "message": "deleting security_group", "level": "info", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:43.278Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "da5af758-8a19-42f2-ae27-f4b622ad83d8"}, {"node_instance_id": "vellum_security_group_jdx6v0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:43.766Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:43.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}], "metadata": {"pagination": {"total": 708, "offset": 689, "size": 50}}} 2019-01-20 14:22:47,170 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:47,170 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:47 GMT 2019-01-20 14:22:47,170 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:47,170 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3309 2019-01-20 14:22:47,170 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:47,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "448da152-d885-40e8-95b4-4ac9c70d6f18" to be deleted. current status: SHUTOFF 2019-01-20 14:22:47,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:22:47,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2019-01-20 14:22:47,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2019-01-20 14:22:47,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2019-01-20 14:22:47,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2019-01-20 14:22:47,172 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:22:47,399 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:47,400 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:47,400 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:47,400 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:47,400 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:47,400 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:47,400 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:47,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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:22:47,400 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:47,400 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:47 GMT 2019-01-20 14:22:47,400 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:47,401 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-20 14:22:47,401 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:52,406 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-20 14:22:52,513 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:52,513 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:52,513 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:52,513 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:52,513 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:52,514 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:52,514 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:52,514 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_2tmtib", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:47.551Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:47.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "keypair_lmw1qv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:48.778Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:48.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "base_security_group_043uun", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:48.778Z", "message": "Stopping node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:48.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_security_group_541zx4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:48.778Z", "message": "Stopping node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:48.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_floatingip_wvp008", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:48.778Z", "message": "Stopping node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:48.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_security_group_541zx4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:49.829Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:49.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "keypair_lmw1qv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:49.829Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:49.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "keypair_lmw1qv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:49.829Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:49.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_floatingip_wvp008", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:49.829Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:49.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_security_group_541zx4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:49.829Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:49.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "base_security_group_043uun", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:49.829Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:49.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_security_group_541zx4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:49.829Z", "message": "Deleting node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:49.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_floatingip_wvp008", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:49.829Z", "message": "Deleting node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:49.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "keypair_lmw1qv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:49.829Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:49.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_floatingip_wvp008", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:49.829Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:49.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "base_security_group_043uun", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:49.829Z", "message": "Deleting node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:49.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "base_security_group_043uun", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:49.829Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:49.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "keypair_lmw1qv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:50.109Z", "message": "not deleting keypair since an external keypair is being used", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:50.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "eba3219e-12ec-4104-8bf7-759b95792b5b"}, {"node_instance_id": "keypair_lmw1qv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:51.034Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:51.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_security_group_541zx4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:51.294Z", "message": "deleting security_group", "level": "info", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:51.294Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "fe2e3188-5663-4b03-8dfb-80f8754881b0"}, {"node_instance_id": "base_security_group_043uun", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:51.294Z", "message": "deleting security_group", "level": "info", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:51.294Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "be771bad-a1eb-4f00-8521-fb4b4ebe2262"}, {"node_instance_id": "bind_floatingip_wvp008", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:51.294Z", "message": "deleting floatingip", "level": "info", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:51.294Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4", "logger": "52b910d5-12bb-4aea-8499-294d35dc2b37"}, {"node_instance_id": "base_security_group_043uun", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:52.042Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:52.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_floatingip_wvp008", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:52.042Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:52.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}, {"node_instance_id": "bind_security_group_541zx4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-20T14:22:52.042Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:22:52.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"}], "metadata": {"pagination": {"total": 733, "offset": 695, "size": 50}}} 2019-01-20 14:22:52,514 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:52,514 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:52 GMT 2019-01-20 14:22:52,514 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:52,514 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12703 2019-01-20 14:22:52,514 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:52,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2019-01-20 14:22:52,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:22:52,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:22:52,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:22:52,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-20 14:22:52,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2019-01-20 14:22:52,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2019-01-20 14:22:52,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2019-01-20 14:22:52,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2019-01-20 14:22:52,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2019-01-20 14:22:52,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2019-01-20 14:22:52,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:22:52,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:22:52,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:22:52,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2019-01-20 14:22:52,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-20 14:22:52,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2019-01-20 14:22:52,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - not deleting keypair since an external keypair is being used 2019-01-20 14:22:52,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2019-01-20 14:22:52,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2019-01-20 14:22:52,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2019-01-20 14:22:52,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2019-01-20 14:22:52,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2019-01-20 14:22:52,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2019-01-20 14:22:52,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2019-01-20 14:22:52,519 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/f5351183-dcfe-4005-8e0a-18f26e148fb4 2019-01-20 14:22:52,790 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:52,790 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:52,790 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:52,790 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:52,791 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:52,791 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:52,791 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:52,791 - 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": "2019-01-20T14:19:48.971Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f5351183-dcfe-4005-8e0a-18f26e148fb4"} 2019-01-20 14:22:52,791 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:52,791 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:52 GMT 2019-01-20 14:22:52,791 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:52,791 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 378 2019-01-20 14:22:52,791 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:52,792 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.201:80/api/v3/deployments/clearwater-opnfv 2019-01-20 14:22:53,644 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:53,644 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:53,644 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:53,644 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:53,644 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:53,644 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:53,644 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:53,645 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2019-01-20 14:22:53,645 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "e7847e1a-3db4-434c-8405-2cee22adb160", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "bono_cluster_size": 1, "flavor_id": "3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "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": {"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"}, "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"}, "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": "2019-01-20T13:56:26.207Z", "updated_at": "2019-01-20T13:56:26.207Z", "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"]}}}} 2019-01-20 14:22:53,645 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:53,645 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:53 GMT 2019-01-20 14:22:53,645 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:53,645 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2019-01-20 14:22:53,645 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:53,646 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.201:80/api/v3/blueprints/clearwater-opnfv 2019-01-20 14:22:53,735 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:22:53,735 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:22:53,735 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:22:53,735 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:22:53,735 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:22:53,735 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:22:53,735 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:22:53,735 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2019-01-20 14:22:53,736 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2019-01-20T13:56:15.904Z", "updated_at": "2019-01-20T13:56:15.904Z", "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.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.monitors": {"name": "cloudify.relationships.monitors", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "public", "description": "the community"}, "oids": {"description": "the oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "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"}}}, "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_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.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"}}}, "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"}}}}, "inputs": {"vellum_cluster_size": {"default": 1, "type": "integer", "description": "number of vellum instance"}, "agent_user": {"default": "ubuntu", "type": "string", "description": "User for connecting to agent VM's"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "with_ellis": {"default": 1, "type": "integer", "description": "1 for true 0 for false"}, "external_network_name": {"type": "string", "description": "Network that will be the floating IP"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "key_pair_name": {"default": "clearwater-key", "description": "Openstack key pair name of the key to associate with the new server"}, "bono_cluster_size": {"default": 1, "type": "integer", "description": "number of bono instance"}, "flavor_id": {"type": "string", "description": "Flavor ID of the agent VM's (RAM >= 2 GB)"}, "public_domain": {"type": "string", "description": "Sip domain for sip users and bono load-balancing"}, "homer_cluster_size": {"default": 1, "type": "integer", "description": "number of homer instance"}, "release": {"default": "stable", "type": "string", "description": "Clearwater release"}, "network_name": {"default": "net2", "description": "Openstack network name the new server will be connected to"}, "private_key_path": {"description": "Path to the private key which will be used for connecting to the server\non the manager or machine running CLI if running in local mode.\n"}, "sprout_cluster_size": {"default": 1, "type": "integer", "description": "number of sprout instance"}}, "description": null, "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"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"}, "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"}}}, "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": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "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"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "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": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "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"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "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"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "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": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "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": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "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": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "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": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "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": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "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": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2019-01-20 14:22:53,738 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:22:53,738 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:22:53 GMT 2019-01-20 14:22:53,738 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:22:53,738 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2019-01-20 14:22:53,739 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:22:53,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-20 14:22:53,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/e7847e1a-3db4-434c-8405-2cee22adb160 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 14:22:55,565 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-12eb9de5-4506-4d85-8d31-1244f6f1203f Date: Sun, 20 Jan 2019 14:22:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 14:22:55,565 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/e7847e1a-3db4-434c-8405-2cee22adb160 used request id req-12eb9de5-4506-4d85-8d31-1244f6f1203f 2019-01-20 14:22:55,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.80249500275s 2019-01-20 14:22:55,566 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/e7847e1a-3db4-434c-8405-2cee22adb160 used request id req-12eb9de5-4506-4d85-8d31-1244f6f1203f 2019-01-20 14:22:55,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 14:22:55,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 14:22:55,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:22:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ec371ac-9d4c-4724-b247-b47ea0668919 x-compute-request-id: req-9ec371ac-9d4c-4724-b247-b47ea0668919 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "name": "cloudify_ims-flavor_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 25, "id": "3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53", "name": "cloudify_ims-flavor_alt_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 14:22:55,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-9ec371ac-9d4c-4724-b247-b47ea0668919 2019-01-20 14:22:55,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.187670946121s 2019-01-20 14:22:55,755 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-9ec371ac-9d4c-4724-b247-b47ea0668919 2019-01-20 14:22:55,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-20 14:22:55,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 14:22:55,807 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 14:22:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7a25ee07-0cc7-4341-a790-c0a18c42c82f x-compute-request-id: req-7a25ee07-0cc7-4341-a790-c0a18c42c82f Content-Length: 0 Content-Type: application/json 2019-01-20 14:22:55,807 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53 used request id req-7a25ee07-0cc7-4341-a790-c0a18c42c82f 2019-01-20 14:22:55,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0501160621643s 2019-01-20 14:22:55,808 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/3ae1c23d-3a14-4a38-bfc6-d4e0b8325c53 used request id req-7a25ee07-0cc7-4341-a790-c0a18c42c82f 2019-01-20 14:22:55,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2019-01-20 14:22:55,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/94040f1e-aa22-41db-afc3-97f3bd27461c.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 14:22:56,702 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-669aa213-2e4d-4b4a-a882-c9567035fc17 Content-Length: 0 Date: Sun, 20 Jan 2019 14:22:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 14:22:56,702 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/94040f1e-aa22-41db-afc3-97f3bd27461c.json used request id req-669aa213-2e4d-4b4a-a882-c9567035fc17 2019-01-20 14:22:56,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.891419887543s 2019-01-20 14:22:56,703 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/94040f1e-aa22-41db-afc3-97f3bd27461c.json used request id req-669aa213-2e4d-4b4a-a882-c9567035fc17 2019-01-20 14:22:56,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 14:22:56,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 14:22:56,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-bf1f5055-c0b7-4625-860c-3b101956015f Date: Sun, 20 Jan 2019 14:22:56 GMT RESP BODY: {"floatingips": []} 2019-01-20 14:22:56,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-bf1f5055-c0b7-4625-860c-3b101956015f 2019-01-20 14:22:56,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.165682077408s 2019-01-20 14:22:56,874 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-bf1f5055-c0b7-4625-860c-3b101956015f 2019-01-20 14:22:56,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-20 14:22:56,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 14:22:57,165 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 14: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 x-openstack-request-id: req-82e045ac-e0cc-4407-a3f7-bb2ea2eb1d5c x-compute-request-id: req-82e045ac-e0cc-4407-a3f7-bb2ea2eb1d5c Content-Type: application/json 2019-01-20 14:22:57,165 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4 used request id req-82e045ac-e0cc-4407-a3f7-bb2ea2eb1d5c 2019-01-20 14:22:57,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.289702177048s 2019-01-20 14:22:57,165 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4 used request id req-82e045ac-e0cc-4407-a3f7-bb2ea2eb1d5c 2019-01-20 14:22:57,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:22:57,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 14:22:57,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:22:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0e1e913-43b9-4180-8c71-c97b9017be51 x-compute-request-id: req-d0e1e913-43b9-4180-8c71-c97b9017be51 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:b1:98", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:55:06.000000", "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:22:57Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:22:57,958 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d0e1e913-43b9-4180-8c71-c97b9017be51 2019-01-20 14:22:57,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.792582988739s 2019-01-20 14:22:57,959 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d0e1e913-43b9-4180-8c71-c97b9017be51 2019-01-20 14:22:57,960 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:22:59,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:22:59,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 14:23:00,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:22: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-53d0d9a5-f0e9-4f85-85cb-a4164e19f2bb x-compute-request-id: req-53d0d9a5-f0e9-4f85-85cb-a4164e19f2bb Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:b1:98", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6659d962-87dc-40bb-bd47-149506dc3ea4", "rel": "bookmark"}], "image": {"id": "4209fc3e-11a0-4d95-b414-183662465ac2", "links": [{"href": "http://172.30.9.22:8774/images/4209fc3e-11a0-4d95-b414-183662465ac2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T13:55:06.000000", "flavor": {"id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "links": [{"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}]}, "id": "6659d962-87dc-40bb-bd47-149506dc3ea4", "security_groups": [{"name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}], "user_id": "97cbf3c018b04a0f9ca883eae279691b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:22:57Z", "hostId": "33a1cb510c5894d2bcbbd119230b92d95421bfbbe02a7a8cf4ae87c6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "name": "cloudify_ims-vm_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "created": "2019-01-20T13:52:34Z", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:23:00,745 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-53d0d9a5-f0e9-4f85-85cb-a4164e19f2bb 2019-01-20 14:23:00,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.781653165817s 2019-01-20 14:23:00,745 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-53d0d9a5-f0e9-4f85-85cb-a4164e19f2bb 2019-01-20 14:23:00,747 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:23:02,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:23:02,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 14:23:02,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:23: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-6f6e70d6-c309-4bec-b898-994cbaf5027e x-compute-request-id: req-6f6e70d6-c309-4bec-b898-994cbaf5027e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 14:23:02,862 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6f6e70d6-c309-4bec-b898-994cbaf5027e 2019-01-20 14:23:02,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.112961769104s 2019-01-20 14:23:02,863 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6f6e70d6-c309-4bec-b898-994cbaf5027e 2019-01-20 14:23:02,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 14:23:02,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 14:23:02,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-b3e59644-5dea-4831-b4de-31f07dbaad03 Date: Sun, 20 Jan 2019 14:23:02 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:52:27Z", "updated_at": "2019-01-20T13:52:30Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:28Z", "revision_number": 0, "id": "038f45f5-ff13-43ca-a5cf-13e1ec018252", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:52:28Z", "revision_number": 0, "id": "2b533963-879f-4fd4-ae22-cb7c1614208c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2019-01-20T13:52:29Z", "revision_number": 0, "id": "30b81217-96e8-49ff-8498-59673cf57e1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:29Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:27Z", "revision_number": 0, "id": "666a034f-ba4b-456f-9eb1-8caae134d31b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:27Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-20T13:52:28Z", "revision_number": 0, "id": "7d80f26a-5fe1-4e39-a9e4-5f2c404bc1b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:28Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:52:27Z", "revision_number": 0, "id": "8b0603c4-0413-4b9c-97c5-bb257ca1a5b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:27Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2019-01-20T13:52:29Z", "revision_number": 0, "id": "c6b2f831-d549-47c6-8b1b-706b39d8df0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:29Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 443, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2019-01-20T13:52:30Z", "revision_number": 0, "id": "f2d025ce-3101-40de-9a41-9ab409bf1fb6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:52:30Z", "security_group_id": "9f244604-668f-4c6c-be53-77d616ec6e50", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}], "revision_number": 8, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "9f244604-668f-4c6c-be53-77d616ec6e50", "name": "cloudify_ims-sg_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}, {"description": "Default security group", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:50:35Z", "updated_at": "2019-01-20T13:56:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "284940ea-3484-4264-a6b2-3b60784869a9", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "83efc70f-0656-4370-846d-da10f9d18ec4", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "85286e8a-4b83-4428-bcaf-bfb0803d571d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:56:12Z", "revision_number": 0, "id": "c56b9bb3-822e-49ba-a96c-244fed32265c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:56:12Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "ca328684-8f62-45f3-8cab-744957d8cca6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}], "revision_number": 5, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "name": "default"}]} 2019-01-20 14:23:02,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-b3e59644-5dea-4831-b4de-31f07dbaad03 2019-01-20 14:23:02,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0540220737457s 2019-01-20 14:23:02,921 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-b3e59644-5dea-4831-b4de-31f07dbaad03 2019-01-20 14:23:02,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-20 14:23:02,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/9f244604-668f-4c6c-be53-77d616ec6e50.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 14:23:03,268 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ef7b2a76-95e7-475c-bb1f-4b12575df3a8 Content-Length: 0 Date: Sun, 20 Jan 2019 14:23:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 14:23:03,268 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/9f244604-668f-4c6c-be53-77d616ec6e50.json used request id req-ef7b2a76-95e7-475c-bb1f-4b12575df3a8 2019-01-20 14:23:03,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.343576192856s 2019-01-20 14:23:03,269 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/9f244604-668f-4c6c-be53-77d616ec6e50.json used request id req-ef7b2a76-95e7-475c-bb1f-4b12575df3a8 2019-01-20 14:23:03,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2019-01-20 14:23:03,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 14:23:03,313 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 14:23: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-4f7960f5-3606-41c9-8ccc-d5d350404727 x-compute-request-id: req-4f7960f5-3606-41c9-8ccc-d5d350404727 Content-Length: 0 Content-Type: application/json 2019-01-20 14:23:03,313 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4 used request id req-4f7960f5-3606-41c9-8ccc-d5d350404727 2019-01-20 14:23:03,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0440409183502s 2019-01-20 14:23:03,313 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/cloudify_ims-kp_57cad00a-21f5-4dfd-888a-44a952c3a1a4 used request id req-4f7960f5-3606-41c9-8ccc-d5d350404727 2019-01-20 14:23:03,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2019-01-20 14:23:03,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/7141f1f8-699c-483b-985c-62e16e996a94/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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" -d '{"subnet_id": "be671d07-0f39-484e-8ffb-2b0193ba5bf8"}' 2019-01-20 14:23:04,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-83e1713d-4321-4671-8bf5-48706f9f783a Date: Sun, 20 Jan 2019 14:23:04 GMT RESP BODY: {"network_id": "643d4289-2843-4f6a-bd01-b362779c963c", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "subnet_id": "be671d07-0f39-484e-8ffb-2b0193ba5bf8", "subnet_ids": ["be671d07-0f39-484e-8ffb-2b0193ba5bf8"], "port_id": "3b02bd5c-523a-452c-bb87-e9eee88b8091", "id": "7141f1f8-699c-483b-985c-62e16e996a94"} 2019-01-20 14:23:04,712 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/7141f1f8-699c-483b-985c-62e16e996a94/remove_router_interface.json used request id req-83e1713d-4321-4671-8bf5-48706f9f783a 2019-01-20 14:23:04,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.39851999283s 2019-01-20 14:23:04,713 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/7141f1f8-699c-483b-985c-62e16e996a94/remove_router_interface.json used request id req-83e1713d-4321-4671-8bf5-48706f9f783a returning object 7141f1f8-699c-483b-985c-62e16e996a94 2019-01-20 14:23:04,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2019-01-20 14:23:04,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 14:23:04,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-b7946fd0-f7c9-483b-b511-b27c00301fc6 Date: Sun, 20 Jan 2019 14:23:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:50:38Z", "admin_state_up": true, "updated_at": "2019-01-20T14:23:03Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "7141f1f8-699c-483b-985c-62e16e996a94", "name": "cloudify_ims-router_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}]} 2019-01-20 14:23:04,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b7946fd0-f7c9-483b-b511-b27c00301fc6 2019-01-20 14:23:04,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.241516113281s 2019-01-20 14:23:04,956 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b7946fd0-f7c9-483b-b511-b27c00301fc6 2019-01-20 14:23:04,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2019-01-20 14:23:04,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/7141f1f8-699c-483b-985c-62e16e996a94.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 14:23:08,445 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a773559b-4fc3-4aa4-9cb4-b5cf0b5a440d Content-Length: 0 Date: Sun, 20 Jan 2019 14:23:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 14:23:08,445 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/7141f1f8-699c-483b-985c-62e16e996a94.json used request id req-a773559b-4fc3-4aa4-9cb4-b5cf0b5a440d 2019-01-20 14:23:08,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.48798084259s 2019-01-20 14:23:08,445 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/7141f1f8-699c-483b-985c-62e16e996a94.json used request id req-a773559b-4fc3-4aa4-9cb4-b5cf0b5a440d 2019-01-20 14:23:08,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-20 14:23:08,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 14:23:08,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-2908ed42-197f-46cc-9d3c-75fc77e29867 Date: Sun, 20 Jan 2019 14:23:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"643d4289-2843-4f6a-bd01-b362779c963c","tenant_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","created_at":"2019-01-20T13:50:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-20T13:50:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","id":"be671d07-0f39-484e-8ffb-2b0193ba5bf8","subnetpool_id":null,"name":"cloudify_ims-subnet_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}]} 2019-01-20 14:23:08,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-2908ed42-197f-46cc-9d3c-75fc77e29867 2019-01-20 14:23:08,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0640299320221s 2019-01-20 14:23:08,510 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-2908ed42-197f-46cc-9d3c-75fc77e29867 2019-01-20 14:23:08,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2019-01-20 14:23:08,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/be671d07-0f39-484e-8ffb-2b0193ba5bf8.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 14:23:10,941 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8d939baf-353d-4b4b-94e7-ac0cb08cacb4 Date: Sun, 20 Jan 2019 14:23:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 14:23:10,941 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/be671d07-0f39-484e-8ffb-2b0193ba5bf8.json used request id req-8d939baf-353d-4b4b-94e7-ac0cb08cacb4 2019-01-20 14:23:10,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.42990207672s 2019-01-20 14:23:10,942 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/be671d07-0f39-484e-8ffb-2b0193ba5bf8.json used request id req-8d939baf-353d-4b4b-94e7-ac0cb08cacb4 2019-01-20 14:23:10,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 14:23:10,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 14:23:11,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1199 X-Openstack-Request-Id: req-44b3961a-12cf-4431-858a-e7a766cfa408 Date: Sun, 20 Jan 2019 14:23:11 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","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":"2019-01-20T14:23:10Z","tenant_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","created_at":"2019-01-20T13:50:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"1ec8161f3a604d6f8fc71afd39fdd4d1","id":"643d4289-2843-4f6a-bd01-b362779c963c","name":"cloudify_ims-net_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}]} 2019-01-20 14:23:11,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-44b3961a-12cf-4431-858a-e7a766cfa408 2019-01-20 14:23:11,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.26339507103s 2019-01-20 14:23:11,206 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-44b3961a-12cf-4431-858a-e7a766cfa408 2019-01-20 14:23:11,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2019-01-20 14:23:11,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/643d4289-2843-4f6a-bd01-b362779c963c.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 14:23:12,092 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a34936ba-ccff-4310-a018-4510e6e25511 Date: Sun, 20 Jan 2019 14:23:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 14:23:12,092 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/643d4289-2843-4f6a-bd01-b362779c963c.json used request id req-a34936ba-ccff-4310-a018-4510e6e25511 2019-01-20 14:23:12,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.884691953659s 2019-01-20 14:23:12,092 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/643d4289-2843-4f6a-bd01-b362779c963c.json used request id req-a34936ba-ccff-4310-a018-4510e6e25511 2019-01-20 14:23:12,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 14:23:12,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 14:23:12,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-6a110fae-2b1f-49a7-b1a2-aa77f64a2237 Date: Sun, 20 Jan 2019 14:23:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/4209fc3e-11a0-4d95-b414-183662465ac2/snap", "metadata": {}}], "file": "/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2/file", "owner": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "4209fc3e-11a0-4d95-b414-183662465ac2", "size": 4373348352, "self": "/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/4209fc3e-11a0-4d95-b414-183662465ac2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-20T13:52:25Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2019-01-20T13:51:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 14:23:12,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-6a110fae-2b1f-49a7-b1a2-aa77f64a2237 2019-01-20 14:23:12,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173728942871s 2019-01-20 14:23:12,267 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-6a110fae-2b1f-49a7-b1a2-aa77f64a2237 2019-01-20 14:23:12,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-20 14:23:12,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c90d5f0ac64c7bb52e719aa2f88c45ad130d983c" 2019-01-20 14:23:16,086 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-06a3aa33-e51a-44da-bf40-9b3f9c758476 Date: Sun, 20 Jan 2019 14:23:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 14:23:16,086 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2 used request id req-06a3aa33-e51a-44da-bf40-9b3f9c758476 2019-01-20 14:23:16,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 3.81763505936s 2019-01-20 14:23:16,087 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/4209fc3e-11a0-4d95-b414-183662465ac2 used request id req-06a3aa33-e51a-44da-bf40-9b3f9c758476 2019-01-20 14:23:16,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 14:23:16,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 14:23:16,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-61b51ec7-0cdf-497d-a8ab-9503fcedf47b x-compute-request-id: req-61b51ec7-0cdf-497d-a8ab-9503fcedf47b Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "26624de2-d5f6-4fc7-8a55-2a1617d30f0e", "name": "cloudify_ims-flavor_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 14:23:16,127 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-61b51ec7-0cdf-497d-a8ab-9503fcedf47b 2019-01-20 14:23:16,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0399749279022s 2019-01-20 14:23:16,127 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-61b51ec7-0cdf-497d-a8ab-9503fcedf47b 2019-01-20 14:23:16,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-20 14:23:16,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 14:23:16,173 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 14: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-e2df9caa-aa98-4a0e-bf93-529ee8d78ebf x-compute-request-id: req-e2df9caa-aa98-4a0e-bf93-529ee8d78ebf Content-Length: 0 Content-Type: application/json 2019-01-20 14:23:16,173 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e used request id req-e2df9caa-aa98-4a0e-bf93-529ee8d78ebf 2019-01-20 14:23:16,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0445170402527s 2019-01-20 14:23:16,174 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/26624de2-d5f6-4fc7-8a55-2a1617d30f0e used request id req-e2df9caa-aa98-4a0e-bf93-529ee8d78ebf 2019-01-20 14:23:16,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 14:23:16,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 14:23:16,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:23:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d1f048a-d093-4a63-ac23-2765be873027 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "cloudify_ims-user_57cad00a-21f5-4dfd-888a-44a952c3a1a4", "links": {"self": "http://172.30.9.22:5000/v3/users/97cbf3c018b04a0f9ca883eae279691b"}, "domain_id": "default", "enabled": true, "id": "97cbf3c018b04a0f9ca883eae279691b", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 14:23:16,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-0d1f048a-d093-4a63-ac23-2765be873027 2019-01-20 14:23:16,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.096803188324s 2019-01-20 14:23:16,272 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-0d1f048a-d093-4a63-ac23-2765be873027 2019-01-20 14:23:16,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 14:23:16,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/97cbf3c018b04a0f9ca883eae279691b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 14:23:16,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:23:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff22bc71-c866-4782-a6b3-d37312b1deb2 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/97cbf3c018b04a0f9ca883eae279691b"}, "enabled": true, "id": "97cbf3c018b04a0f9ca883eae279691b", "options": {}, "domain_id": "default", "name": "cloudify_ims-user_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}} 2019-01-20 14:23:16,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/97cbf3c018b04a0f9ca883eae279691b used request id req-ff22bc71-c866-4782-a6b3-d37312b1deb2 2019-01-20 14:23:16,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0944600105286s 2019-01-20 14:23:16,373 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/97cbf3c018b04a0f9ca883eae279691b used request id req-ff22bc71-c866-4782-a6b3-d37312b1deb2 2019-01-20 14:23:16,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-20 14:23:16,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/97cbf3c018b04a0f9ca883eae279691b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 14:23:16,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 14:23:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13b11bce-aba3-4056-90ef-3c5f5c795fa6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 14:23:16,576 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/97cbf3c018b04a0f9ca883eae279691b used request id req-13b11bce-aba3-4056-90ef-3c5f5c795fa6 2019-01-20 14:23:16,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.20308303833s 2019-01-20 14:23:16,577 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/97cbf3c018b04a0f9ca883eae279691b used request id req-13b11bce-aba3-4056-90ef-3c5f5c795fa6 2019-01-20 14:23:16,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 14:23:16,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 14:23:16,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:23:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b4599a4-255b-4dc0-8921-4333e644a340 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.22:5000/v3/projects/1ec8161f3a604d6f8fc71afd39fdd4d1"}, "enabled": true, "id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_57cad00a-21f5-4dfd-888a-44a952c3a1a4"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 14:23:16,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-5b4599a4-255b-4dc0-8921-4333e644a340 2019-01-20 14:23:16,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0858738422394s 2019-01-20 14:23:16,664 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-5b4599a4-255b-4dc0-8921-4333e644a340 2019-01-20 14:23:16,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-20 14:23:16,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/1ec8161f3a604d6f8fc71afd39fdd4d1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 14:23:16,837 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 14:23:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19f4fc22-a8cd-4ab5-bfc0-36ec8c5f5db2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 14:23:16,837 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/1ec8161f3a604d6f8fc71afd39fdd4d1 used request id req-19f4fc22-a8cd-4ab5-bfc0-36ec8c5f5db2 2019-01-20 14:23:16,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.171002149582s 2019-01-20 14:23:16,837 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/1ec8161f3a604d6f8fc71afd39fdd4d1 used request id req-19f4fc22-a8cd-4ab5-bfc0-36ec8c5f5db2 2019-01-20 14:23:16,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 14:23:16,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 14:23:16,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:23:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba485cb1-8c84-4b15-919a-d2dd7eb57612 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "51ab6b06a6d44686be2af6cb95c79982", "links": {"self": "http://172.30.9.22:5000/v3/roles/51ab6b06a6d44686be2af6cb95c79982"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 14:23:16,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ba485cb1-8c84-4b15-919a-d2dd7eb57612 2019-01-20 14:23:16,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0891971588135s 2019-01-20 14:23:16,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-20 14:23:16,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/51ab6b06a6d44686be2af6cb95c79982 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 14:23:17,032 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 14:23:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbe61218-2b9e-4d16-a5b8-1390bae5ce78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 14:23:17,032 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/51ab6b06a6d44686be2af6cb95c79982 used request id req-bbe61218-2b9e-4d16-a5b8-1390bae5ce78 2019-01-20 14:23:17,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.103266954422s 2019-01-20 14:23:17,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 14:23:17,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=1ec8161f3a604d6f8fc71afd39fdd4d1&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}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 14:23:17,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2930 X-Openstack-Request-Id: req-09bd7cb6-170c-4550-93e5-ce1839b1bc08 Date: Sun, 20 Jan 2019 14:23:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:50:35Z", "updated_at": "2019-01-20T13:56:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "284940ea-3484-4264-a6b2-3b60784869a9", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "83efc70f-0656-4370-846d-da10f9d18ec4", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "85286e8a-4b83-4428-bcaf-bfb0803d571d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:56:12Z", "revision_number": 0, "id": "c56b9bb3-822e-49ba-a96c-244fed32265c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:56:12Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "ca328684-8f62-45f3-8cab-744957d8cca6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}], "revision_number": 5, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "name": "default"}]} 2019-01-20 14:23:17,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=1ec8161f3a604d6f8fc71afd39fdd4d1&name=default used request id req-09bd7cb6-170c-4550-93e5-ce1839b1bc08 2019-01-20 14:23:17,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195775985718s 2019-01-20 14:23:17,232 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=1ec8161f3a604d6f8fc71afd39fdd4d1&name=default used request id req-09bd7cb6-170c-4550-93e5-ce1839b1bc08 2019-01-20 14:23:17,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 14:23:17,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 14:23:17,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9849 X-Openstack-Request-Id: req-cb2d1557-b005-495c-b690-09c2030f12e5 Date: Sun, 20 Jan 2019 14:23:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "created_at": "2019-01-20T13:50:35Z", "updated_at": "2019-01-20T13:56:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "85286e8a-4b83-4428-bcaf-bfb0803d571d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "83efc70f-0656-4370-846d-da10f9d18ec4", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "284940ea-3484-4264-a6b2-3b60784869a9", "remote_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T13:50:35Z", "revision_number": 0, "id": "ca328684-8f62-45f3-8cab-744957d8cca6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:50:35Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T13:56:12Z", "revision_number": 0, "id": "c56b9bb3-822e-49ba-a96c-244fed32265c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T13:56:12Z", "security_group_id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "tenant_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1"}], "revision_number": 5, "project_id": "1ec8161f3a604d6f8fc71afd39fdd4d1", "id": "b987675e-311e-462f-bc41-a7ad45ab0d5a", "name": "default"}]} 2019-01-20 14:23:17,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-cb2d1557-b005-495c-b690-09c2030f12e5 2019-01-20 14:23:17,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.193984985352s 2019-01-20 14:23:17,429 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-cb2d1557-b005-495c-b690-09c2030f12e5 2019-01-20 14:23:17,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-20 14:23:17,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/b987675e-311e-462f-bc41-a7ad45ab0d5a.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0958fcde5bfeae265c761fc6088acab2387e8772" 2019-01-20 14:23:17,766 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ec107a57-70dc-439d-8a2c-f6912c19de2a Content-Length: 0 Date: Sun, 20 Jan 2019 14:23:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 14:23:17,766 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/b987675e-311e-462f-bc41-a7ad45ab0d5a.json used request id req-ec107a57-70dc-439d-8a2c-f6912c19de2a 2019-01-20 14:23:17,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.332813024521s 2019-01-20 14:23:17,766 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/b987675e-311e-462f-bc41-a7ad45ab0d5a.json used request id req-ec107a57-70dc-439d-8a2c-f6912c19de2a 2019-01-20 14:23:17,796 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2019-01-20 14:23:18,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 14:23:18,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 14:23:18,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 14:23:18,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 14:23:18,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 14:23:18,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 14:23:18,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 14:23:18,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 14:23:18,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 14:23:18,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 14:23:18,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 14:23:18,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 14:23:18,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 14:23:18,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 14:23:18,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 14:23:18,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 14:23:18,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 14:23:18,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 14:23:18,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 14:23:18,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 14:23:18,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 14:23:18,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 14:23:18,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 14:23:18,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:23:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d7a4e9a-1a49-4019-ae07-b89aa91194c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 14:23:18,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5d7a4e9a-1a49-4019-ae07-b89aa91194c8 2019-01-20 14:23:18,016 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 14:23:18,393 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}], "expires_at": "2019-01-20T15:23:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "057838f782f94e5ca660a8d24231cdb7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "96110a92bd284ca5bccb7c5d679699e2"}, "audit_ids": ["j_UGxKmmT1O8S8yD7IRCAg"], "issued_at": "2019-01-20T14:23:18.000000Z"}} 2019-01-20 14:23:18,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 14:23:18,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:23:18,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-62afb93d-dc3e-487a-bb13-8d9f1d1aaae8 Date: Sun, 20 Jan 2019 14:23:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 14:23:18,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-62afb93d-dc3e-487a-bb13-8d9f1d1aaae8 2019-01-20 14:23:18,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.239894151688s 2019-01-20 14:23:18,637 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-62afb93d-dc3e-487a-bb13-8d9f1d1aaae8 2019-01-20 14:23:18,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 14:23:18,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:23:18,646 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 14:23: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 14:23:18,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:23:18,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:23:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55da87d2-0b2e-4b77-a6ec-3ffc2d9214ea Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 14:23:18,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-55da87d2-0b2e-4b77-a6ec-3ffc2d9214ea 2019-01-20 14:23:18,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0869619846344s 2019-01-20 14:23:18,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-20 14:23:18,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}5a21484c1c63334f1e57203be9b522a8af405add" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}}' 2019-01-20 14:23:18,840 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 14:23:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fbb50ec-4f0b-4080-aa2a-f251a713e31c 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.22:5000/v3/projects/0e384f7567d04343aa6f6d6ec88f0ec1"}, "enabled": true, "id": "0e384f7567d04343aa6f6d6ec88f0ec1", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}} 2019-01-20 14:23:18,840 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-3fbb50ec-4f0b-4080-aa2a-f251a713e31c 2019-01-20 14:23:18,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.113863945007s 2019-01-20 14:23:18,841 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-3fbb50ec-4f0b-4080-aa2a-f251a713e31c 2019-01-20 14:23:18,841 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vyos_vrouter-project_fc573e4c-c1b0-47b0-8962-646c468f4d5c', 'id': u'0e384f7567d04343aa6f6d6ec88f0ec1', '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'})}) 2019-01-20 14:23:18,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-20 14:23:19,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.363863945007s 2019-01-20 14:23:19,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/abe2cc1837d04cb78d5ca59c52135ef0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:23:19,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6575ff99-da0b-41d2-8324-c1c28aa7074d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/abe2cc1837d04cb78d5ca59c52135ef0"}, "enabled": true, "id": "abe2cc1837d04cb78d5ca59c52135ef0", "options": {}, "domain_id": "default", "name": "vyos_vrouter-user_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}} 2019-01-20 14:23:19,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/abe2cc1837d04cb78d5ca59c52135ef0 used request id req-6575ff99-da0b-41d2-8324-c1c28aa7074d 2019-01-20 14:23:19,296 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'abe2cc1837d04cb78d5ca59c52135ef0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_fc573e4c-c1b0-47b0-8962-646c468f4d5c'}) 2019-01-20 14:23:19,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 14:23:19,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:23:19,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95e12b55-a937-406b-926b-568db2e9675e Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 14:23:19,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-95e12b55-a937-406b-926b-568db2e9675e 2019-01-20 14:23:19,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0800490379333s 2019-01-20 14:23:19,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 14:23:19,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:23:19,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30bd46a2-10fe-42a1-8c63-886cf232afcc Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 14:23:19,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-30bd46a2-10fe-42a1-8c63-886cf232afcc 2019-01-20 14:23:19,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0780889987946s 2019-01-20 14:23:19,457 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-20 14:23:19,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-20 14:23:19,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" -d '{"role": {"name": "Member"}}' 2019-01-20 14:23:19,619 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 14:23:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ce7bc54-af73-4737-8450-f9651b2990b4 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "29902b3dca5c4440960b11490555180a", "links": {"self": "http://172.30.9.22:5000/v3/roles/29902b3dca5c4440960b11490555180a"}, "name": "Member"}} 2019-01-20 14:23:19,619 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-0ce7bc54-af73-4737-8450-f9651b2990b4 2019-01-20 14:23:19,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.162097215652s 2019-01-20 14:23:19,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/29902b3dca5c4440960b11490555180a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:23:19,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bbe1b9e-6894-46c8-a4b4-d6cc5934ccfc Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/29902b3dca5c4440960b11490555180a"}, "domain_id": null, "name": "Member", "id": "29902b3dca5c4440960b11490555180a"}} 2019-01-20 14:23:19,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/29902b3dca5c4440960b11490555180a used request id req-1bbe1b9e-6894-46c8-a4b4-d6cc5934ccfc 2019-01-20 14:23:19,705 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/29902b3dca5c4440960b11490555180a'}, 'domain_id': None, 'human_id': None, 'id': u'29902b3dca5c4440960b11490555180a', 'HUMAN_ID': False}) 2019-01-20 14:23:19,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 14:23:19,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:23:19,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c8dd706-d2ab-48ad-b301-8578cb498858 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "29902b3dca5c4440960b11490555180a", "links": {"self": "http://172.30.9.22:5000/v3/roles/29902b3dca5c4440960b11490555180a"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 14:23:19,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9c8dd706-d2ab-48ad-b301-8578cb498858 2019-01-20 14:23:19,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0806949138641s 2019-01-20 14:23:19,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 14:23:19,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:23:19,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f794e0e2-f7cc-4698-b25e-9d7599e80ce1 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 14:23:19,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-f794e0e2-f7cc-4698-b25e-9d7599e80ce1 2019-01-20 14:23:19,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0772290229797s 2019-01-20 14:23:19,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 14:23:19,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:23:19,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47f669c3-58cf-440b-b1ba-93ae6f6bccad Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "vyos_vrouter-user_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "links": {"self": "http://172.30.9.22:5000/v3/users/abe2cc1837d04cb78d5ca59c52135ef0"}, "domain_id": "default", "enabled": true, "id": "abe2cc1837d04cb78d5ca59c52135ef0", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 14:23:19,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-47f669c3-58cf-440b-b1ba-93ae6f6bccad 2019-01-20 14:23:19,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.097137928009s 2019-01-20 14:23:19,963 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-47f669c3-58cf-440b-b1ba-93ae6f6bccad 2019-01-20 14:23:19,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 14:23:19,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:23:20,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2d83e73-8c1d-49d2-a5d8-f139934aeea9 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.22:5000/v3/projects/0e384f7567d04343aa6f6d6ec88f0ec1"}, "enabled": true, "id": "0e384f7567d04343aa6f6d6ec88f0ec1", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 14:23:20,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-d2d83e73-8c1d-49d2-a5d8-f139934aeea9 2019-01-20 14:23:20,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0814950466156s 2019-01-20 14:23:20,052 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-d2d83e73-8c1d-49d2-a5d8-f139934aeea9 2019-01-20 14:23:20,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 14:23:20,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=abe2cc1837d04cb78d5ca59c52135ef0&scope.project.id=0e384f7567d04343aa6f6d6ec88f0ec1&role.id=29902b3dca5c4440960b11490555180a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:23:20,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:23:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8599364-b5c2-49ec-a26c-505af2ffecdc Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=abe2cc1837d04cb78d5ca59c52135ef0&scope.project.id=0e384f7567d04343aa6f6d6ec88f0ec1&role.id=29902b3dca5c4440960b11490555180a", "previous": null, "next": null}} 2019-01-20 14:23:20,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=abe2cc1837d04cb78d5ca59c52135ef0&scope.project.id=0e384f7567d04343aa6f6d6ec88f0ec1&role.id=29902b3dca5c4440960b11490555180a used request id req-b8599364-b5c2-49ec-a26c-505af2ffecdc 2019-01-20 14:23:20,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0747249126434s 2019-01-20 14:23:20,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 14:23:20,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/0e384f7567d04343aa6f6d6ec88f0ec1/users/abe2cc1837d04cb78d5ca59c52135ef0/roles/29902b3dca5c4440960b11490555180a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:23:20,190 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 14:23:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66be39d3-da08-48e1-941b-83929a08fd9c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 14:23:20,190 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/0e384f7567d04343aa6f6d6ec88f0ec1/users/abe2cc1837d04cb78d5ca59c52135ef0/roles/29902b3dca5c4440960b11490555180a used request id req-66be39d3-da08-48e1-941b-83929a08fd9c 2019-01-20 14:23:20,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.0609469413757s 2019-01-20 14:23:20,191 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_fc573e4c-c1b0-47b0-8962-646c468f4d5c', 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': '62752dcf-68e2-413b-8914-f27a25a9702c', 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_fc573e4c-c1b0-47b0-8962-646c468f4d5c', 'project_id': u'0e384f7567d04343aa6f6d6ec88f0ec1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-20 14:23:20,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 14:23:20,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 14:23:20,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 14:23:20,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 14:23:20,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 14:23:20,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 14:23:20,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 14:23:20,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 14:23:20,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 14:23:20,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 14:23:20,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 14:23:20,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 14:23:20,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 14:23:20,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 14:23:20,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 14:23:20,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 14:23:20,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 14:23:20,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 14:23:20,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 14:23:20,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 14:23:20,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 14:23:20,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 14:23:20,197 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_fc573e4c-c1b0-47b0-8962-646c468f4d5c', 'password': '62752dcf-68e2-413b-8914-f27a25a9702c', 'project_name': 'vyos_vrouter-project_fc573e4c-c1b0-47b0-8962-646c468f4d5c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '0e384f7567d04343aa6f6d6ec88f0ec1', 'project_domain_name': 'Default'} 2019-01-20 14:23:20,231 - 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'}} 2019-01-20 14:23:20,231 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2019-01-20 14:23:20,268 - 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'}} 2019-01-20 14:23:20,330 - 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'} 2019-01-20 14:23:20,331 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2019-01-20 14:23:20,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 14:23:20,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:23:20,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:23:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efded91c-bd32-4cef-bbc7-6340eb8cb7ee Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 14:23:20,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-efded91c-bd32-4cef-bbc7-6340eb8cb7ee 2019-01-20 14:23:20,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0842659473419s 2019-01-20 14:23:20,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 14:23:20,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:23:20,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:23:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc082970-d300-4231-9104-9897448a3c35 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.22:5000/v3/projects/0e384f7567d04343aa6f6d6ec88f0ec1"}, "enabled": true, "id": "0e384f7567d04343aa6f6d6ec88f0ec1", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 14:23:20,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-cc082970-d300-4231-9104-9897448a3c35 2019-01-20 14:23:20,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0764210224152s 2019-01-20 14:23:20,493 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-cc082970-d300-4231-9104-9897448a3c35 2019-01-20 14:23:20,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2019-01-20 14:23:20,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}5a21484c1c63334f1e57203be9b522a8af405add" -d '{"network": {"tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "name": "vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "admin_state_up": true}}' 2019-01-20 14:23:21,006 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-4cb48679-f20f-420c-9e57-a50f1d139d1d Date: Sun, 20 Jan 2019 14:23:21 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5a4e8df3-7043-4b4c-ae05-d1cd9a3b1adc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":18,"ipv4_address_scope":null,"shared":false,"project_id":"0e384f7567d04343aa6f6d6ec88f0ec1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T14:23:20Z","is_default":false,"qos_policy_id":null,"name":"vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c","admin_state_up":true,"tenant_id":"0e384f7567d04343aa6f6d6ec88f0ec1","created_at":"2019-01-20T14:23:20Z","mtu":1450}} 2019-01-20 14:23:21,006 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4cb48679-f20f-420c-9e57-a50f1d139d1d 2019-01-20 14:23:21,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.509752035141s 2019-01-20 14:23:21,007 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4cb48679-f20f-420c-9e57-a50f1d139d1d 2019-01-20 14:23:21,007 - 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'2019-01-20T14:23:20Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'5a4e8df3-7043-4b4c-ae05-d1cd9a3b1adc', u'provider:segmentation_id': 18, 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_fc573e4c-c1b0-47b0-8962-646c468f4d5c', u'created_at': u'2019-01-20T14:23:20Z', u'mtu': 1450, u'tenant_id': u'0e384f7567d04343aa6f6d6ec88f0ec1', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0e384f7567d04343aa6f6d6ec88f0ec1'}) 2019-01-20 14:23:21,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 14:23:21,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:23:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5286dd89-2a0b-4e77-b21f-8f6e4e02e2c0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 14:23:21,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5286dd89-2a0b-4e77-b21f-8f6e4e02e2c0 2019-01-20 14:23:21,016 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 14:23:21,407 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "29902b3dca5c4440960b11490555180a", "name": "Member"}], "expires_at": "2019-01-20T15:23:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e384f7567d04343aa6f6d6ec88f0ec1", "name": "vyos_vrouter-project_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/0e384f7567d04343aa6f6d6ec88f0ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/0e384f7567d04343aa6f6d6ec88f0ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/0e384f7567d04343aa6f6d6ec88f0ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/0e384f7567d04343aa6f6d6ec88f0ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/0e384f7567d04343aa6f6d6ec88f0ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/0e384f7567d04343aa6f6d6ec88f0ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/0e384f7567d04343aa6f6d6ec88f0ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/0e384f7567d04343aa6f6d6ec88f0ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/0e384f7567d04343aa6f6d6ec88f0ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/0e384f7567d04343aa6f6d6ec88f0ec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/0e384f7567d04343aa6f6d6ec88f0ec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/0e384f7567d04343aa6f6d6ec88f0ec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "id": "abe2cc1837d04cb78d5ca59c52135ef0"}, "audit_ids": ["ZEb22ykPSFOOM5nCjmsn3w"], "issued_at": "2019-01-20T14:23:21.000000Z"}} 2019-01-20 14:23:21,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 14:23:21,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:23:21,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1193 X-Openstack-Request-Id: req-d82d8540-fd53-4a64-877e-48f1fc466c6c Date: Sun, 20 Jan 2019 14:23:21 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T14:23:20Z","tenant_id":"0e384f7567d04343aa6f6d6ec88f0ec1","created_at":"2019-01-20T14:23:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0e384f7567d04343aa6f6d6ec88f0ec1","id":"5a4e8df3-7043-4b4c-ae05-d1cd9a3b1adc","name":"vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}]} 2019-01-20 14:23:21,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d82d8540-fd53-4a64-877e-48f1fc466c6c 2019-01-20 14:23:21,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.274945020676s 2019-01-20 14:23:21,685 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d82d8540-fd53-4a64-877e-48f1fc466c6c 2019-01-20 14:23:21,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2019-01-20 14:23:21,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" -d '{"subnet": {"name": "vyos_vrouter-subnet_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "enable_dhcp": true, "network_id": "5a4e8df3-7043-4b4c-ae05-d1cd9a3b1adc", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2019-01-20 14:23:22,623 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-691ad64d-ea80-46f3-b6a4-5c7f594410bf Date: Sun, 20 Jan 2019 14:23:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5a4e8df3-7043-4b4c-ae05-d1cd9a3b1adc","tenant_id":"0e384f7567d04343aa6f6d6ec88f0ec1","created_at":"2019-01-20T14:23:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-20T14:23:22Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"0e384f7567d04343aa6f6d6ec88f0ec1","id":"1f060798-4c52-4961-b2c2-e8bb65568051","subnetpool_id":null,"name":"vyos_vrouter-subnet_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}} 2019-01-20 14:23:22,623 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-691ad64d-ea80-46f3-b6a4-5c7f594410bf 2019-01-20 14:23:22,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.936086893082s 2019-01-20 14:23:22,624 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-691ad64d-ea80-46f3-b6a4-5c7f594410bf 2019-01-20 14:23:22,624 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-20T14:23:22Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'1f060798-4c52-4961-b2c2-e8bb65568051', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_fc573e4c-c1b0-47b0-8962-646c468f4d5c', u'enable_dhcp': True, u'network_id': u'5a4e8df3-7043-4b4c-ae05-d1cd9a3b1adc', u'tenant_id': u'0e384f7567d04343aa6f6d6ec88f0ec1', u'created_at': u'2019-01-20T14:23:22Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0e384f7567d04343aa6f6d6ec88f0ec1'}) 2019-01-20 14:23:22,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2019-01-20 14:23:22,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "vyos_vrouter-router_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "admin_state_up": true}}' 2019-01-20 14:23:28,057 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-66a6443c-624d-438a-bb22-124da43ee6de Date: Sun, 20 Jan 2019 14:23:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:23:23Z", "admin_state_up": true, "updated_at": "2019-01-20T14:23:24Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "80cf774e-01a1-40f5-ab49-b42af99f2ed6", "name": "vyos_vrouter-router_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}} 2019-01-20 14:23:28,057 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-66a6443c-624d-438a-bb22-124da43ee6de 2019-01-20 14:23:28,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.4323220253s 2019-01-20 14:23:28,058 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-66a6443c-624d-438a-bb22-124da43ee6de 2019-01-20 14:23:28,058 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2019-01-20T14:23:24Z', u'revision_number': 3, u'id': u'80cf774e-01a1-40f5-ab49-b42af99f2ed6', u'external_gateway_info': {u'network_id': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f1d6064a-dfc2-4b08-a86f-c2541a25b519', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-router_fc573e4c-c1b0-47b0-8962-646c468f4d5c', u'admin_state_up': True, u'tenant_id': u'0e384f7567d04343aa6f6d6ec88f0ec1', u'created_at': u'2019-01-20T14:23:23Z', u'flavor_id': None, u'routes': [], u'project_id': u'0e384f7567d04343aa6f6d6ec88f0ec1'}) 2019-01-20 14:23:28,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2019-01-20 14:23:28,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/80cf774e-01a1-40f5-ab49-b42af99f2ed6/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}c88e7785c887ab8600ef57472e412681a7800738" -d '{"subnet_id": "1f060798-4c52-4961-b2c2-e8bb65568051"}' 2019-01-20 14:23:30,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b99d9d82-e554-4e43-8729-b46143f4f0ff Date: Sun, 20 Jan 2019 14:23:30 GMT RESP BODY: {"network_id": "5a4e8df3-7043-4b4c-ae05-d1cd9a3b1adc", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "subnet_id": "1f060798-4c52-4961-b2c2-e8bb65568051", "subnet_ids": ["1f060798-4c52-4961-b2c2-e8bb65568051"], "port_id": "11440964-1f05-498d-8077-d94ca2ad98ec", "id": "80cf774e-01a1-40f5-ab49-b42af99f2ed6"} 2019-01-20 14:23:30,028 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/80cf774e-01a1-40f5-ab49-b42af99f2ed6/add_router_interface.json used request id req-b99d9d82-e554-4e43-8729-b46143f4f0ff 2019-01-20 14:23:30,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.96940898895s 2019-01-20 14:23:30,029 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/80cf774e-01a1-40f5-ab49-b42af99f2ed6/add_router_interface.json used request id req-b99d9d82-e554-4e43-8729-b46143f4f0ff returning object 80cf774e-01a1-40f5-ab49-b42af99f2ed6 2019-01-20 14:23:30,029 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2019-01-20 14:23:52,651 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2019-01-20 14:23:52,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:23:52,660 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sun, 20 Jan 2019 14:23:52 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2019-01-20 14:23:52,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 14:23:52,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:23:52,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ba2af6b7-feb2-49b4-8461-05a99299464c Date: Sun, 20 Jan 2019 14:23:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 14:23:52,861 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ba2af6b7-feb2-49b4-8461-05a99299464c 2019-01-20 14:23:52,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.196576118469s 2019-01-20 14:23:52,861 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ba2af6b7-feb2-49b4-8461-05a99299464c 2019-01-20 14:23:52,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-20 14:23:52,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}' 2019-01-20 14:23:53,066 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4 X-Openstack-Request-Id: req-9ca65867-f3ac-4bbb-90a6-0c318a17f171 Date: Sun, 20 Jan 2019 14:23:53 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4/file", "owner": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "78324c10-e0df-4f26-8130-89af4ca333b4", "size": null, "self": "/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-20T14:23:53Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "checksum": null, "created_at": "2019-01-20T14:23:53Z", "protected": false} 2019-01-20 14:23:53,066 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-9ca65867-f3ac-4bbb-90a6-0c318a17f171 2019-01-20 14:23:53,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.20326590538s 2019-01-20 14:23:53,067 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-9ca65867-f3ac-4bbb-90a6-0c318a17f171 returning object 78324c10-e0df-4f26-8130-89af4ca333b4 2019-01-20 14:23:53,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-20 14:23:53,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4/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}c88e7785c887ab8600ef57472e412681a7800738" -d '' 2019-01-20 14:25:06,738 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cc062e40-6b29-4b9f-9e54-4f1f702d2d2f Date: Sun, 20 Jan 2019 14:25:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 14:25:06,738 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4/file used request id req-cc062e40-6b29-4b9f-9e54-4f1f702d2d2f 2019-01-20 14:25:06,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 73.6700339317s 2019-01-20 14:25:06,738 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4/file used request id req-cc062e40-6b29-4b9f-9e54-4f1f702d2d2f 2019-01-20 14:25:06,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 14:25:06,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:06,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-4d084892-ac50-46f4-8e81-9b77593d950c Date: Sun, 20 Jan 2019 14:25:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/78324c10-e0df-4f26-8130-89af4ca333b4/snap", "metadata": {}}], "file": "/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4/file", "owner": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "78324c10-e0df-4f26-8130-89af4ca333b4", "size": 4373348352, "self": "/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/78324c10-e0df-4f26-8130-89af4ca333b4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-20T14:25:06Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2019-01-20T14:23:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 14:25:06,922 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-4d084892-ac50-46f4-8e81-9b77593d950c 2019-01-20 14:25:06,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.183369874954s 2019-01-20 14:25:06,923 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-4d084892-ac50-46f4-8e81-9b77593d950c 2019-01-20 14:25:06,925 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/78324c10-e0df-4f26-8130-89af4ca333b4/snap', u'metadata': Munch({})})], 'file': u'/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4/file', 'owner': u'0e384f7567d04343aa6f6d6ec88f0ec1', 'id': u'78324c10-e0df-4f26-8130-89af4ca333b4', 'size': 4373348352, u'self': u'/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0e384f7567d04343aa6f6d6ec88f0ec1', 'name': 'vyos_vrouter-project_fc573e4c-c1b0-47b0-8962-646c468f4d5c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/78324c10-e0df-4f26-8130-89af4ca333b4/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-20T14:25:06Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-20T14:25:06Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_fc573e4c-c1b0-47b0-8962-646c468f4d5c', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_fc573e4c-c1b0-47b0-8962-646c468f4d5c', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_fc573e4c-c1b0-47b0-8962-646c468f4d5c', 'created': u'2019-01-20T14:23:53Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2019-01-20T14:23:53Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_fc573e4c-c1b0-47b0-8962-646c468f4d5c', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2019-01-20 14:25:06,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-20 14:25:06,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}5a21484c1c63334f1e57203be9b522a8af405add" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2019-01-20 14:25:07,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:25:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e74c83c6-9dbf-4200-a7b5-1ef7cd615188 x-compute-request-id: req-e74c83c6-9dbf-4200-a7b5-1ef7cd615188 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "name": "vyos_vrouter-flavor_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 14:25:07,117 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e74c83c6-9dbf-4200-a7b5-1ef7cd615188 2019-01-20 14:25:07,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.191197156906s 2019-01-20 14:25:07,118 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e74c83c6-9dbf-4200-a7b5-1ef7cd615188 returning object 3f201b4d-9f0d-48ed-97da-94e2146b1c96 2019-01-20 14:25:07,118 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_fc573e4c-c1b0-47b0-8962-646c468f4d5c', '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'057838f782f94e5ca660a8d24231cdb7', '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'3f201b4d-9f0d-48ed-97da-94e2146b1c96', 'swap': 0}) 2019-01-20 14:25:07,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-20 14:25:07,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96/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}5a21484c1c63334f1e57203be9b522a8af405add" -d '{"extra_specs": {}}' 2019-01-20 14:25:07,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:25: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-8afa9a7e-d17f-454f-a89b-bcbc6d959719 x-compute-request-id: req-8afa9a7e-d17f-454f-a89b-bcbc6d959719 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 14:25:07,141 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96/os-extra_specs used request id req-8afa9a7e-d17f-454f-a89b-bcbc6d959719 2019-01-20 14:25:07,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0222730636597s 2019-01-20 14:25:07,142 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96/os-extra_specs used request id req-8afa9a7e-d17f-454f-a89b-bcbc6d959719 2019-01-20 14:25:07,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2019-01-20 14:25:07,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" -d '{"keypair": {"name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}}' 2019-01-20 14:25:07,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:25: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-06d0e65b-490b-45a4-a8a7-7437f3baebf2 x-compute-request-id: req-06d0e65b-490b-45a4-a8a7-7437f3baebf2 Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9RY4wgZq4cPCz+ZGhJ2samuFjjKnVcHGy1TQxQDVLuYncl4i85pXLt45u5r9pQ3aBHsAHOMe7Nlgj7VLd27R2xb8RcBBSX/SNfrY4bT3P+41IsSM+58NYgAkgWxSyex/q9JHlFPu95oA/3r9oE20adYA+o6RtD2P3N/9EKn7GOJq4345KSCDKtwy58/VpUL77n491eQofK9lygqMUa3uGDX+Nk4SCpYzKSCOiWJcMd4gTE2TZLTpZ3nI/T4exxJ5hbI5qmzapGxID7tMvYlJ33XNRMgTIR+OUb091sR2sWoeZBe7JUvxDsf8EjSxTknkg4nmjCDMVKLh2aOzOxnZ3 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvUWOMIGauHDws/mRoSdrGprhY4yp1XBxstU0MUA1S7mJ3JeI\nvOaVy7eObua/aUN2gR7ABzjHuzZYI+1S3du0dsW/EXAQUl/0jX62OG09z/uNSLEj\nPufDWIAJIFsUsnsf6vSR5RT7veaAP96/aBNtGnWAPqOkbQ9j9zf/RCp+xjiauN+O\nSkggyrcMufP1aVC++5+PdXkKHyvZcoKjFGt7hg1/jZOEgqWMykgjoliXDHeIExNk\n2S06Wd5yP0+HscSeYWyOaps2qRsSA+7TL2JSd91zUTIEyEfjlG9PdbEdrFqHmQXu\nyVL8Q7H/BI0sU5J5IOJ5owgzFSi4dmjszsZ2dwIDAQABAoIBAGVtULVNvsv4OgU4\nSIJDzXGEbiQazShECan79uwtrGHYG7jKu8v/BWcWBo4Huat/K5ImGGHGW8JHbRRT\nqYSaqCq97ZY6p4R9R2BL9vpmECnUc/HweyLKsDRM6JceOAktUf1m8ogApqctTqzr\ngUcUofL75K2spACNrtRcfb7ZxvYRkwsLUUv5qK4XywFuNsMvzkTqdg6OY6GuysTa\n6tSXYB+QiJX6IO8ws+15x9bibW1c+zFWKK2AEwSpIW93xN1oz8V9WLOIj2IR39c6\npr6jelzlySdvmRLcDfq6rKs4PHD0P7Gqzl+woS+gnGNdKgqf/8hA5rvqOjSnST9K\nShc/MAECgYEA6PxaVtEcEN5cbSbyj3Ihf2lWe/5FxXjZqa36Tu+/qEYmtj0mD2sk\nFPsDCjxhDGrYTzTj1xJJGRdmImvim1qGYbr7DeVN3iJF+ecrBLqBHhhfmkpxZgu6\nF693bdmrHHSl9VnOq3HJD9UwgQv1PFMJC4/8OAIcrnaoKlS5tBQWU/cCgYEAz/fH\nmueKJcr+p1I1lpbrAopKgyFUQhVVemIsT5kqzKr2PRQ6NP6m4hJZHuAAm21pvmuH\npvEp3r8sk0qNjDN0fWQ4Ikc/GIljmbyz9bFV4mFbSBPARDb6BZN/lUqUs9NmTwaT\nDK7moxIBlFW10DjpdEUz0mNVQXL9IUTha5FzUYECgYEAthsxHXS65DB5u9Naemax\n6h3SvH4F2RDZyPe0k2hvvL6AWac4DYsoG8ILIUAKdyM4ScjEYYHoYtVYPoVnDRjX\nuqHkw3q8v2i4m1ll1X9VlslkSHvxYNq/rO24gsNFLKu8YCa/FGCO0HJJREStfWZF\nxqTXdouoEXGrhdLNiAS/YwcCgYEAgDq+N3QWiTD+DXsyEZUieKF+ShZN1qVC3EAW\nJEpDyoiLZaPINA7kJTa8/r2NgkhXUBMLRFMkxvRHbtYkKtM7O2mE9xXJAL8Ny6g/\nqflbBEeVOf77qNPhG3kTzKB8ydhKF+Xs24AoM1oR4T1r6mR9BbT5u/qFgeJ903qe\nJ246lYECgYA5fPF3BGhcyG4buGyf1gI9wFTwcW5vzznJbF/CqHCO1FrrsCCMNO0b\nUhXqTkHV2uxMdxnAgTjdKVzBoKI32D4W7ieG3uBNw7NTYmog0AV80MQ5mafFT4RW\nPcg3CI9ATsDlQpgZqnK1M18pJyWgl4XPNLLGbIzV80WFMIuBfK8lhg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "fingerprint": "94:81:39:6f:e2:d4:2f:df:ff:b4:72:10:0b:fd:33:da"}} 2019-01-20 14:25:07,449 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-06d0e65b-490b-45a4-a8a7-7437f3baebf2 2019-01-20 14:25:07,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.30686211586s 2019-01-20 14:25:07,450 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-06d0e65b-490b-45a4-a8a7-7437f3baebf2 2019-01-20 14:25:07,451 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9RY4wgZq4cPCz+ZGhJ2samuFjjKnVcHGy1TQxQDVLuYncl4i85pXLt45u5r9pQ3aBHsAHOMe7Nlgj7VLd27R2xb8RcBBSX/SNfrY4bT3P+41IsSM+58NYgAkgWxSyex/q9JHlFPu95oA/3r9oE20adYA+o6RtD2P3N/9EKn7GOJq4345KSCDKtwy58/VpUL77n491eQofK9lygqMUa3uGDX+Nk4SCpYzKSCOiWJcMd4gTE2TZLTpZ3nI/T4exxJ5hbI5qmzapGxID7tMvYlJ33XNRMgTIR+OUb091sR2sWoeZBe7JUvxDsf8EjSxTknkg4nmjCDMVKLh2aOzOxnZ3 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvUWOMIGauHDws/mRoSdrGprhY4yp1XBxstU0MUA1S7mJ3JeI\nvOaVy7eObua/aUN2gR7ABzjHuzZYI+1S3du0dsW/EXAQUl/0jX62OG09z/uNSLEj\nPufDWIAJIFsUsnsf6vSR5RT7veaAP96/aBNtGnWAPqOkbQ9j9zf/RCp+xjiauN+O\nSkggyrcMufP1aVC++5+PdXkKHyvZcoKjFGt7hg1/jZOEgqWMykgjoliXDHeIExNk\n2S06Wd5yP0+HscSeYWyOaps2qRsSA+7TL2JSd91zUTIEyEfjlG9PdbEdrFqHmQXu\nyVL8Q7H/BI0sU5J5IOJ5owgzFSi4dmjszsZ2dwIDAQABAoIBAGVtULVNvsv4OgU4\nSIJDzXGEbiQazShECan79uwtrGHYG7jKu8v/BWcWBo4Huat/K5ImGGHGW8JHbRRT\nqYSaqCq97ZY6p4R9R2BL9vpmECnUc/HweyLKsDRM6JceOAktUf1m8ogApqctTqzr\ngUcUofL75K2spACNrtRcfb7ZxvYRkwsLUUv5qK4XywFuNsMvzkTqdg6OY6GuysTa\n6tSXYB+QiJX6IO8ws+15x9bibW1c+zFWKK2AEwSpIW93xN1oz8V9WLOIj2IR39c6\npr6jelzlySdvmRLcDfq6rKs4PHD0P7Gqzl+woS+gnGNdKgqf/8hA5rvqOjSnST9K\nShc/MAECgYEA6PxaVtEcEN5cbSbyj3Ihf2lWe/5FxXjZqa36Tu+/qEYmtj0mD2sk\nFPsDCjxhDGrYTzTj1xJJGRdmImvim1qGYbr7DeVN3iJF+ecrBLqBHhhfmkpxZgu6\nF693bdmrHHSl9VnOq3HJD9UwgQv1PFMJC4/8OAIcrnaoKlS5tBQWU/cCgYEAz/fH\nmueKJcr+p1I1lpbrAopKgyFUQhVVemIsT5kqzKr2PRQ6NP6m4hJZHuAAm21pvmuH\npvEp3r8sk0qNjDN0fWQ4Ikc/GIljmbyz9bFV4mFbSBPARDb6BZN/lUqUs9NmTwaT\nDK7moxIBlFW10DjpdEUz0mNVQXL9IUTha5FzUYECgYEAthsxHXS65DB5u9Naemax\n6h3SvH4F2RDZyPe0k2hvvL6AWac4DYsoG8ILIUAKdyM4ScjEYYHoYtVYPoVnDRjX\nuqHkw3q8v2i4m1ll1X9VlslkSHvxYNq/rO24gsNFLKu8YCa/FGCO0HJJREStfWZF\nxqTXdouoEXGrhdLNiAS/YwcCgYEAgDq+N3QWiTD+DXsyEZUieKF+ShZN1qVC3EAW\nJEpDyoiLZaPINA7kJTa8/r2NgkhXUBMLRFMkxvRHbtYkKtM7O2mE9xXJAL8Ny6g/\nqflbBEeVOf77qNPhG3kTzKB8ydhKF+Xs24AoM1oR4T1r6mR9BbT5u/qFgeJ903qe\nJ246lYECgYA5fPF3BGhcyG4buGyf1gI9wFTwcW5vzznJbF/CqHCO1FrrsCCMNO0b\nUhXqTkHV2uxMdxnAgTjdKVzBoKI32D4W7ieG3uBNw7NTYmog0AV80MQ5mafFT4RW\nPcg3CI9ATsDlQpgZqnK1M18pJyWgl4XPNLLGbIzV80WFMIuBfK8lhg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'abe2cc1837d04cb78d5ca59c52135ef0', 'name': u'vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c', 'created_at': '2019-01-20T14:25:07.451216', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0e384f7567d04343aa6f6d6ec88f0ec1', 'name': 'vyos_vrouter-project_fc573e4c-c1b0-47b0-8962-646c468f4d5c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'94:81:39:6f:e2:d4:2f:df:ff:b4:72:10:0b:fd:33:da', 'type': 'ssh', 'id': u'vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c'}) 2019-01-20 14:25:07,451 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAvUWOMIGauHDws/mRoSdrGprhY4yp1XBxstU0MUA1S7mJ3JeI vOaVy7eObua/aUN2gR7ABzjHuzZYI+1S3du0dsW/EXAQUl/0jX62OG09z/uNSLEj PufDWIAJIFsUsnsf6vSR5RT7veaAP96/aBNtGnWAPqOkbQ9j9zf/RCp+xjiauN+O SkggyrcMufP1aVC++5+PdXkKHyvZcoKjFGt7hg1/jZOEgqWMykgjoliXDHeIExNk 2S06Wd5yP0+HscSeYWyOaps2qRsSA+7TL2JSd91zUTIEyEfjlG9PdbEdrFqHmQXu yVL8Q7H/BI0sU5J5IOJ5owgzFSi4dmjszsZ2dwIDAQABAoIBAGVtULVNvsv4OgU4 SIJDzXGEbiQazShECan79uwtrGHYG7jKu8v/BWcWBo4Huat/K5ImGGHGW8JHbRRT qYSaqCq97ZY6p4R9R2BL9vpmECnUc/HweyLKsDRM6JceOAktUf1m8ogApqctTqzr gUcUofL75K2spACNrtRcfb7ZxvYRkwsLUUv5qK4XywFuNsMvzkTqdg6OY6GuysTa 6tSXYB+QiJX6IO8ws+15x9bibW1c+zFWKK2AEwSpIW93xN1oz8V9WLOIj2IR39c6 pr6jelzlySdvmRLcDfq6rKs4PHD0P7Gqzl+woS+gnGNdKgqf/8hA5rvqOjSnST9K Shc/MAECgYEA6PxaVtEcEN5cbSbyj3Ihf2lWe/5FxXjZqa36Tu+/qEYmtj0mD2sk FPsDCjxhDGrYTzTj1xJJGRdmImvim1qGYbr7DeVN3iJF+ecrBLqBHhhfmkpxZgu6 F693bdmrHHSl9VnOq3HJD9UwgQv1PFMJC4/8OAIcrnaoKlS5tBQWU/cCgYEAz/fH mueKJcr+p1I1lpbrAopKgyFUQhVVemIsT5kqzKr2PRQ6NP6m4hJZHuAAm21pvmuH pvEp3r8sk0qNjDN0fWQ4Ikc/GIljmbyz9bFV4mFbSBPARDb6BZN/lUqUs9NmTwaT DK7moxIBlFW10DjpdEUz0mNVQXL9IUTha5FzUYECgYEAthsxHXS65DB5u9Naemax 6h3SvH4F2RDZyPe0k2hvvL6AWac4DYsoG8ILIUAKdyM4ScjEYYHoYtVYPoVnDRjX uqHkw3q8v2i4m1ll1X9VlslkSHvxYNq/rO24gsNFLKu8YCa/FGCO0HJJREStfWZF xqTXdouoEXGrhdLNiAS/YwcCgYEAgDq+N3QWiTD+DXsyEZUieKF+ShZN1qVC3EAW JEpDyoiLZaPINA7kJTa8/r2NgkhXUBMLRFMkxvRHbtYkKtM7O2mE9xXJAL8Ny6g/ qflbBEeVOf77qNPhG3kTzKB8ydhKF+Xs24AoM1oR4T1r6mR9BbT5u/qFgeJ903qe J246lYECgYA5fPF3BGhcyG4buGyf1gI9wFTwcW5vzznJbF/CqHCO1FrrsCCMNO0b UhXqTkHV2uxMdxnAgTjdKVzBoKI32D4W7ieG3uBNw7NTYmog0AV80MQ5mafFT4RW Pcg3CI9ATsDlQpgZqnK1M18pJyWgl4XPNLLGbIzV80WFMIuBfK8lhg== -----END RSA PRIVATE KEY----- 2019-01-20 14:25:07,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2019-01-20 14:25:07,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" -d '{"security_group": {"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2019-01-20 14:25:07,735 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-21656f5c-387b-4860-9e1a-40bb5f9331c2 Date: Sun, 20 Jan 2019 14:25:07 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:25:07Z", "updated_at": "2019-01-20T14:25:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:07Z", "revision_number": 0, "id": "0d5c714c-9e1e-4024-94d6-0ce1d9034a89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:07Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:07Z", "revision_number": 0, "id": "d8a3802a-a72b-4c34-81cc-8e92dcb575a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:07Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}], "revision_number": 2, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}} 2019-01-20 14:25:07,736 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-21656f5c-387b-4860-9e1a-40bb5f9331c2 2019-01-20 14:25:07,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.281056165695s 2019-01-20 14:25:07,736 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-21656f5c-387b-4860-9e1a-40bb5f9331c2 2019-01-20 14:25:07,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 14:25:07,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:07,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-1db76189-210c-4c1f-bf35-46bd4aeed245 Date: Sun, 20 Jan 2019 14:25:07 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:25:07Z", "updated_at": "2019-01-20T14:25:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:07Z", "revision_number": 0, "id": "0d5c714c-9e1e-4024-94d6-0ce1d9034a89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:07Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:07Z", "revision_number": 0, "id": "d8a3802a-a72b-4c34-81cc-8e92dcb575a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:07Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}], "revision_number": 2, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}, {"description": "Default security group", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:23:20Z", "updated_at": "2019-01-20T14:23:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "0818231d-e19c-4d23-9c46-6976195e86a3", "remote_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "61ef3da8-3f56-4185-bedc-a5845022f3c8", "remote_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "a3175b55-ae0c-4910-b093-497031b733c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "e6d81355-f7f8-4691-b97b-569f3496c909", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}], "revision_number": 4, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "name": "default"}]} 2019-01-20 14:25:07,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-1db76189-210c-4c1f-bf35-46bd4aeed245 2019-01-20 14:25:07,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.203992128372s 2019-01-20 14:25:07,945 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-1db76189-210c-4c1f-bf35-46bd4aeed245 2019-01-20 14:25:07,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-20 14:25:07,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" -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": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4"}}' 2019-01-20 14:25:08,285 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b26948b7-9147-46cf-b356-e6cc2b137c7e Date: Sun, 20 Jan 2019 14:25:08 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-20T14:25:08Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "port_range_min": 22, "revision_number": 0, "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:25:08Z", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "0ef8c211-fd74-4616-80fb-63ca63b50eba"}} 2019-01-20 14:25:08,285 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-b26948b7-9147-46cf-b356-e6cc2b137c7e 2019-01-20 14:25:08,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.335817813873s 2019-01-20 14:25:08,285 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-b26948b7-9147-46cf-b356-e6cc2b137c7e 2019-01-20 14:25:08,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 14:25:08,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:08,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-67f1d23d-30d9-47e6-aea5-e8fe5dd13c5c Date: Sun, 20 Jan 2019 14:25:08 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:25:07Z", "updated_at": "2019-01-20T14:25:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:07Z", "revision_number": 0, "id": "0d5c714c-9e1e-4024-94d6-0ce1d9034a89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:07Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T14:25:08Z", "revision_number": 0, "id": "0ef8c211-fd74-4616-80fb-63ca63b50eba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:08Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:07Z", "revision_number": 0, "id": "d8a3802a-a72b-4c34-81cc-8e92dcb575a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:07Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}], "revision_number": 3, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}, {"description": "Default security group", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:23:20Z", "updated_at": "2019-01-20T14:23:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "0818231d-e19c-4d23-9c46-6976195e86a3", "remote_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "61ef3da8-3f56-4185-bedc-a5845022f3c8", "remote_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "a3175b55-ae0c-4910-b093-497031b733c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "e6d81355-f7f8-4691-b97b-569f3496c909", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}], "revision_number": 4, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "name": "default"}]} 2019-01-20 14:25:08,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-67f1d23d-30d9-47e6-aea5-e8fe5dd13c5c 2019-01-20 14:25:08,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.203411817551s 2019-01-20 14:25:08,493 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-67f1d23d-30d9-47e6-aea5-e8fe5dd13c5c 2019-01-20 14:25:08,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-20 14:25:08,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" -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": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4"}}' 2019-01-20 14:25:08,818 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-74a7dc0c-7ede-4994-9328-247a8a318cd0 Date: Sun, 20 Jan 2019 14:25:08 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-20T14:25:08Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "port_range_min": null, "revision_number": 0, "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:25:08Z", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "8444dc17-9883-4163-b87d-b75f4516a172"}} 2019-01-20 14:25:08,818 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-74a7dc0c-7ede-4994-9328-247a8a318cd0 2019-01-20 14:25:08,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.32048201561s 2019-01-20 14:25:08,818 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-74a7dc0c-7ede-4994-9328-247a8a318cd0 2019-01-20 14:25:08,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 14:25:08,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:09,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-f118630d-52f2-4ef0-83bc-d8ac897865a6 Date: Sun, 20 Jan 2019 14:25:09 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:25:07Z", "updated_at": "2019-01-20T14:25:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:07Z", "revision_number": 0, "id": "0d5c714c-9e1e-4024-94d6-0ce1d9034a89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:07Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T14:25:08Z", "revision_number": 0, "id": "0ef8c211-fd74-4616-80fb-63ca63b50eba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:08Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:08Z", "revision_number": 0, "id": "8444dc17-9883-4163-b87d-b75f4516a172", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:08Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:07Z", "revision_number": 0, "id": "d8a3802a-a72b-4c34-81cc-8e92dcb575a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:07Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}], "revision_number": 4, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}, {"description": "Default security group", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:23:20Z", "updated_at": "2019-01-20T14:23:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "0818231d-e19c-4d23-9c46-6976195e86a3", "remote_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "61ef3da8-3f56-4185-bedc-a5845022f3c8", "remote_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "a3175b55-ae0c-4910-b093-497031b733c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "e6d81355-f7f8-4691-b97b-569f3496c909", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}], "revision_number": 4, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "name": "default"}]} 2019-01-20 14:25:09,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-f118630d-52f2-4ef0-83bc-d8ac897865a6 2019-01-20 14:25:09,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.209166049957s 2019-01-20 14:25:09,032 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-f118630d-52f2-4ef0-83bc-d8ac897865a6 2019-01-20 14:25:09,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-20 14:25:09,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" -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": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4"}}' 2019-01-20 14:25:09,200 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-138d8178-fe34-456c-bebd-a95825e560d2 Date: Sun, 20 Jan 2019 14:25:09 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": "2019-01-20T14:25:09Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "port_range_min": 80, "revision_number": 0, "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:25:09Z", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "cdd2fcbf-b4f6-46b1-98e6-4b0bb3138625"}} 2019-01-20 14:25:09,201 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-138d8178-fe34-456c-bebd-a95825e560d2 2019-01-20 14:25:09,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.165359020233s 2019-01-20 14:25:09,201 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-138d8178-fe34-456c-bebd-a95825e560d2 2019-01-20 14:25:09,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 14:25:09,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:09,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-678d95c7-f2a0-49d1-bc61-2135ee83475e Date: Sun, 20 Jan 2019 14:25:09 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:25:07Z", "updated_at": "2019-01-20T14:25:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:07Z", "revision_number": 0, "id": "0d5c714c-9e1e-4024-94d6-0ce1d9034a89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:07Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T14:25:08Z", "revision_number": 0, "id": "0ef8c211-fd74-4616-80fb-63ca63b50eba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:08Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:08Z", "revision_number": 0, "id": "8444dc17-9883-4163-b87d-b75f4516a172", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:08Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-20T14:25:09Z", "revision_number": 0, "id": "cdd2fcbf-b4f6-46b1-98e6-4b0bb3138625", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:09Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": 80, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:07Z", "revision_number": 0, "id": "d8a3802a-a72b-4c34-81cc-8e92dcb575a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:07Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}], "revision_number": 5, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}, {"description": "Default security group", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:23:20Z", "updated_at": "2019-01-20T14:23:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "0818231d-e19c-4d23-9c46-6976195e86a3", "remote_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "61ef3da8-3f56-4185-bedc-a5845022f3c8", "remote_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "a3175b55-ae0c-4910-b093-497031b733c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "e6d81355-f7f8-4691-b97b-569f3496c909", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}], "revision_number": 4, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "name": "default"}]} 2019-01-20 14:25:09,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-678d95c7-f2a0-49d1-bc61-2135ee83475e 2019-01-20 14:25:09,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.234191894531s 2019-01-20 14:25:09,439 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-678d95c7-f2a0-49d1-bc61-2135ee83475e 2019-01-20 14:25:09,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-20 14:25:09,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" -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": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4"}}' 2019-01-20 14:25:09,757 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-f3b29356-3c90-4ba8-9e1d-a9ffcee28e28 Date: Sun, 20 Jan 2019 14:25:09 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": "2019-01-20T14:25:09Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "port_range_min": 443, "revision_number": 0, "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:25:09Z", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "9ebd6662-c6a0-4d6a-b78d-4716823eede7"}} 2019-01-20 14:25:09,758 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-f3b29356-3c90-4ba8-9e1d-a9ffcee28e28 2019-01-20 14:25:09,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.314512014389s 2019-01-20 14:25:09,758 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-f3b29356-3c90-4ba8-9e1d-a9ffcee28e28 2019-01-20 14:25:09,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 14:25:09,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:09,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-b75a4c7b-1dec-4092-9762-fd83353b12e7 Date: Sun, 20 Jan 2019 14:25:09 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:25:07Z", "updated_at": "2019-01-20T14:25:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:07Z", "revision_number": 0, "id": "0d5c714c-9e1e-4024-94d6-0ce1d9034a89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:07Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T14:25:08Z", "revision_number": 0, "id": "0ef8c211-fd74-4616-80fb-63ca63b50eba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:08Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:08Z", "revision_number": 0, "id": "8444dc17-9883-4163-b87d-b75f4516a172", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:08Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2019-01-20T14:25:09Z", "revision_number": 0, "id": "9ebd6662-c6a0-4d6a-b78d-4716823eede7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:09Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": 443, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-20T14:25:09Z", "revision_number": 0, "id": "cdd2fcbf-b4f6-46b1-98e6-4b0bb3138625", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:09Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": 80, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:07Z", "revision_number": 0, "id": "d8a3802a-a72b-4c34-81cc-8e92dcb575a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:07Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}], "revision_number": 6, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}, {"description": "Default security group", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:23:20Z", "updated_at": "2019-01-20T14:23:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "0818231d-e19c-4d23-9c46-6976195e86a3", "remote_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "61ef3da8-3f56-4185-bedc-a5845022f3c8", "remote_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "a3175b55-ae0c-4910-b093-497031b733c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "e6d81355-f7f8-4691-b97b-569f3496c909", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}], "revision_number": 4, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "name": "default"}]} 2019-01-20 14:25:09,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-b75a4c7b-1dec-4092-9762-fd83353b12e7 2019-01-20 14:25:09,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.197448015213s 2019-01-20 14:25:09,960 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-b75a4c7b-1dec-4092-9762-fd83353b12e7 2019-01-20 14:25:09,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-20 14:25:09,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" -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": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4"}}' 2019-01-20 14:25:10,272 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-55e6f73a-fb2a-4a67-8186-005c0db643b9 Date: Sun, 20 Jan 2019 14:25:10 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": "2019-01-20T14:25:10Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "port_range_min": 5671, "revision_number": 0, "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:25:10Z", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "574319a0-39a8-4f75-bb10-8ed0b3636bca"}} 2019-01-20 14:25:10,272 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-55e6f73a-fb2a-4a67-8186-005c0db643b9 2019-01-20 14:25:10,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.309103965759s 2019-01-20 14:25:10,273 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-55e6f73a-fb2a-4a67-8186-005c0db643b9 2019-01-20 14:25:10,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 14:25:10,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:10,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-7e12f482-6dc7-45a7-9dfd-e276c886eec0 Date: Sun, 20 Jan 2019 14:25:10 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:25:07Z", "updated_at": "2019-01-20T14:25:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:07Z", "revision_number": 0, "id": "0d5c714c-9e1e-4024-94d6-0ce1d9034a89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:07Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T14:25:08Z", "revision_number": 0, "id": "0ef8c211-fd74-4616-80fb-63ca63b50eba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:08Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2019-01-20T14:25:10Z", "revision_number": 0, "id": "574319a0-39a8-4f75-bb10-8ed0b3636bca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:10Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:08Z", "revision_number": 0, "id": "8444dc17-9883-4163-b87d-b75f4516a172", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:08Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2019-01-20T14:25:09Z", "revision_number": 0, "id": "9ebd6662-c6a0-4d6a-b78d-4716823eede7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:09Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": 443, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-20T14:25:09Z", "revision_number": 0, "id": "cdd2fcbf-b4f6-46b1-98e6-4b0bb3138625", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:09Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": 80, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:07Z", "revision_number": 0, "id": "d8a3802a-a72b-4c34-81cc-8e92dcb575a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:07Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}], "revision_number": 7, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}, {"description": "Default security group", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:23:20Z", "updated_at": "2019-01-20T14:23:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "0818231d-e19c-4d23-9c46-6976195e86a3", "remote_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "61ef3da8-3f56-4185-bedc-a5845022f3c8", "remote_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "a3175b55-ae0c-4910-b093-497031b733c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "e6d81355-f7f8-4691-b97b-569f3496c909", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}], "revision_number": 4, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "name": "default"}]} 2019-01-20 14:25:10,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-7e12f482-6dc7-45a7-9dfd-e276c886eec0 2019-01-20 14:25:10,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0566699504852s 2019-01-20 14:25:10,334 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-7e12f482-6dc7-45a7-9dfd-e276c886eec0 2019-01-20 14:25:10,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-20 14:25:10,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" -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": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4"}}' 2019-01-20 14:25:10,638 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-ba7ae81e-b44f-40b7-a6e4-a4185c8cb6ad Date: Sun, 20 Jan 2019 14:25:10 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": "2019-01-20T14:25:10Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "port_range_min": 53333, "revision_number": 0, "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:25:10Z", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "07554663-d905-40be-a503-37fc6cd27174"}} 2019-01-20 14:25:10,638 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-ba7ae81e-b44f-40b7-a6e4-a4185c8cb6ad 2019-01-20 14:25:10,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.300705909729s 2019-01-20 14:25:10,638 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-ba7ae81e-b44f-40b7-a6e4-a4185c8cb6ad 2019-01-20 14:25:10,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 14:25:10,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:10,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-142e7fd5-4b24-417a-bb28-3620dcb36fd0 Date: Sun, 20 Jan 2019 14:25:10 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1f060798-4c52-4961-b2c2-e8bb65568051"],"updated_at":"2019-01-20T14:23:22Z","tenant_id":"0e384f7567d04343aa6f6d6ec88f0ec1","created_at":"2019-01-20T14:23:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e384f7567d04343aa6f6d6ec88f0ec1","id":"5a4e8df3-7043-4b4c-ae05-d1cd9a3b1adc","name":"vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}]} 2019-01-20 14:25:10,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-142e7fd5-4b24-417a-bb28-3620dcb36fd0 2019-01-20 14:25:10,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.139220952988s 2019-01-20 14:25:10,780 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-142e7fd5-4b24-417a-bb28-3620dcb36fd0 2019-01-20 14:25:10,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 14:25:10,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:11,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-9a924f04-9038-4d4c-9cc5-5402974ef698 Date: Sun, 20 Jan 2019 14:25:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/78324c10-e0df-4f26-8130-89af4ca333b4/snap", "metadata": {}}], "file": "/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4/file", "owner": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "78324c10-e0df-4f26-8130-89af4ca333b4", "size": 4373348352, "self": "/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/78324c10-e0df-4f26-8130-89af4ca333b4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-20T14:25:06Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2019-01-20T14:23:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 14:25:11,034 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-9a924f04-9038-4d4c-9cc5-5402974ef698 2019-01-20 14:25:11,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.253247022629s 2019-01-20 14:25:11,034 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-9a924f04-9038-4d4c-9cc5-5402974ef698 2019-01-20 14:25:11,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 14:25:11,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:11,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:25: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-e80c0a6f-eb1c-41d9-873f-2c4a2a36006e x-compute-request-id: req-e80c0a6f-eb1c-41d9-873f-2c4a2a36006e Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "name": "vyos_vrouter-flavor_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 14:25:11,072 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-e80c0a6f-eb1c-41d9-873f-2c4a2a36006e 2019-01-20 14:25:11,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0354659557343s 2019-01-20 14:25:11,072 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-e80c0a6f-eb1c-41d9-873f-2c4a2a36006e 2019-01-20 14:25:11,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2019-01-20 14:25:11,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" -d '{"server": {"name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "imageRef": "78324c10-e0df-4f26-8130-89af4ca333b4", "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "flavorRef": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "max_count": 1, "min_count": 1, "networks": [{"uuid": "5a4e8df3-7043-4b4c-ae05-d1cd9a3b1adc"}], "security_groups": [{"name": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4"}]}}' 2019-01-20 14:25:13,682 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 14:25: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-21b84bde-390b-4a39-a1af-d87712bb7894 x-compute-request-id: req-21b84bde-390b-4a39-a1af-d87712bb7894 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4"}], "OS-DCF:diskConfig": "MANUAL", "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "adminPass": "uAN3x42RhnBc"}} 2019-01-20 14:25:13,682 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-21b84bde-390b-4a39-a1af-d87712bb7894 2019-01-20 14:25:13,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.60885500908s 2019-01-20 14:25:13,683 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-21b84bde-390b-4a39-a1af-d87712bb7894 2019-01-20 14:25:13,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:25:13,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:14,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:25:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-652d9f24-b769-44b5-8eba-a9373e9d5d82 x-compute-request-id: req-652d9f24-b769-44b5-8eba-a9373e9d5d82 Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:25:14,105 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-652d9f24-b769-44b5-8eba-a9373e9d5d82 2019-01-20 14:25:14,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.421133995056s 2019-01-20 14:25:14,105 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-652d9f24-b769-44b5-8eba-a9373e9d5d82 2019-01-20 14:25:14,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 14:25:14,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:14,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-2f41fb45-d9f9-4ece-bdcb-facfd596a712 Date: Sun, 20 Jan 2019 14:25:14 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1f060798-4c52-4961-b2c2-e8bb65568051"],"updated_at":"2019-01-20T14:23:22Z","tenant_id":"0e384f7567d04343aa6f6d6ec88f0ec1","created_at":"2019-01-20T14:23:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e384f7567d04343aa6f6d6ec88f0ec1","id":"5a4e8df3-7043-4b4c-ae05-d1cd9a3b1adc","name":"vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}]} 2019-01-20 14:25:14,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-2f41fb45-d9f9-4ece-bdcb-facfd596a712 2019-01-20 14:25:14,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.123243093491s 2019-01-20 14:25:14,236 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-2f41fb45-d9f9-4ece-bdcb-facfd596a712 2019-01-20 14:25:14,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-20 14:25:14,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:14,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-9df982ee-c64c-4773-ad19-498d9eb62487 Date: Sun, 20 Jan 2019 14:25:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5a4e8df3-7043-4b4c-ae05-d1cd9a3b1adc","tenant_id":"0e384f7567d04343aa6f6d6ec88f0ec1","created_at":"2019-01-20T14:23:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-20T14:23:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"0e384f7567d04343aa6f6d6ec88f0ec1","id":"1f060798-4c52-4961-b2c2-e8bb65568051","subnetpool_id":null,"name":"vyos_vrouter-subnet_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}]} 2019-01-20 14:25:14,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-9df982ee-c64c-4773-ad19-498d9eb62487 2019-01-20 14:25:14,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0510919094086s 2019-01-20 14:25:14,289 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-9df982ee-c64c-4773-ad19-498d9eb62487 2019-01-20 14:25:14,289 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:25:16,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:25:16,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:16,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:25:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4996611a-34f1-4b59-a560-34870d1ec88e x-compute-request-id: req-4996611a-34f1-4b59-a560-34870d1ec88e Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:25:16,605 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4996611a-34f1-4b59-a560-34870d1ec88e 2019-01-20 14:25:16,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.312698125839s 2019-01-20 14:25:16,605 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4996611a-34f1-4b59-a560-34870d1ec88e 2019-01-20 14:25:16,609 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:25:18,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:25:18,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:19,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:25:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb803ff6-d058-4a83-9680-9959c54cc5fb x-compute-request-id: req-cb803ff6-d058-4a83-9680-9959c54cc5fb Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:25:19,158 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cb803ff6-d058-4a83-9680-9959c54cc5fb 2019-01-20 14:25:19,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54619884491s 2019-01-20 14:25:19,158 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cb803ff6-d058-4a83-9680-9959c54cc5fb 2019-01-20 14:25:19,162 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:25:21,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:25:21,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:22,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:25:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-811f190c-7ac7-49f1-bad8-3102df0c3224 x-compute-request-id: req-811f190c-7ac7-49f1-bad8-3102df0c3224 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:25:22,025 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-811f190c-7ac7-49f1-bad8-3102df0c3224 2019-01-20 14:25:22,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.860070943832s 2019-01-20 14:25:22,025 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-811f190c-7ac7-49f1-bad8-3102df0c3224 2019-01-20 14:25:22,029 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:25:24,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:25:24,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:24,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-10e5403d-8474-4113-808f-b40363c2bce5 x-compute-request-id: req-10e5403d-8474-4113-808f-b40363c2bce5 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:25:24,928 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-10e5403d-8474-4113-808f-b40363c2bce5 2019-01-20 14:25:24,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.89578795433s 2019-01-20 14:25:24,928 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-10e5403d-8474-4113-808f-b40363c2bce5 2019-01-20 14:25:24,932 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:25:26,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:25:26,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:27,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:25:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54d45efc-a365-4cf8-b257-b9e883357ece x-compute-request-id: req-54d45efc-a365-4cf8-b257-b9e883357ece Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:25:27,312 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-54d45efc-a365-4cf8-b257-b9e883357ece 2019-01-20 14:25:27,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.376303911209s 2019-01-20 14:25:27,312 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-54d45efc-a365-4cf8-b257-b9e883357ece 2019-01-20 14:25:27,316 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:25:29,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:25:29,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:29,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:25:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-338635b0-e3fa-4582-90ec-45052a8a1aec x-compute-request-id: req-338635b0-e3fa-4582-90ec-45052a8a1aec Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:25:29,871 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-338635b0-e3fa-4582-90ec-45052a8a1aec 2019-01-20 14:25:29,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.551586151123s 2019-01-20 14:25:29,871 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-338635b0-e3fa-4582-90ec-45052a8a1aec 2019-01-20 14:25:29,876 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:25:31,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:25:31,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:32,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:25:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61ff16fe-4081-4542-a8c8-4a0d33feae25 x-compute-request-id: req-61ff16fe-4081-4542-a8c8-4a0d33feae25 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:25:32,429 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-61ff16fe-4081-4542-a8c8-4a0d33feae25 2019-01-20 14:25:32,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.550716876984s 2019-01-20 14:25:32,430 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-61ff16fe-4081-4542-a8c8-4a0d33feae25 2019-01-20 14:25:32,434 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:25:34,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:25:34,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:35,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:25:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b595ab3d-8092-4cb8-bed7-4c119c59ae82 x-compute-request-id: req-b595ab3d-8092-4cb8-bed7-4c119c59ae82 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:25:35,118 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b595ab3d-8092-4cb8-bed7-4c119c59ae82 2019-01-20 14:25:35,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.681568861008s 2019-01-20 14:25:35,118 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b595ab3d-8092-4cb8-bed7-4c119c59ae82 2019-01-20 14:25:35,122 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:25:37,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:25:37,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:37,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:25:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-183e8e64-be2e-4502-bdf5-13f50571a209 x-compute-request-id: req-183e8e64-be2e-4502-bdf5-13f50571a209 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:25:37,931 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-183e8e64-be2e-4502-bdf5-13f50571a209 2019-01-20 14:25:37,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.806572914124s 2019-01-20 14:25:37,931 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-183e8e64-be2e-4502-bdf5-13f50571a209 2019-01-20 14:25:37,935 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:25:39,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:25:39,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:40,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:25:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e548798-d29d-4010-9d91-f12d40f4baa3 x-compute-request-id: req-9e548798-d29d-4010-9d91-f12d40f4baa3 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:25:40,473 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9e548798-d29d-4010-9d91-f12d40f4baa3 2019-01-20 14:25:40,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535466909409s 2019-01-20 14:25:40,474 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9e548798-d29d-4010-9d91-f12d40f4baa3 2019-01-20 14:25:40,477 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:25:42,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:25:42,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:43,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:25:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a38972a-4571-451f-ac1b-15e37cbbc707 x-compute-request-id: req-3a38972a-4571-451f-ac1b-15e37cbbc707 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:25:43,202 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3a38972a-4571-451f-ac1b-15e37cbbc707 2019-01-20 14:25:43,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.722296953201s 2019-01-20 14:25:43,202 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3a38972a-4571-451f-ac1b-15e37cbbc707 2019-01-20 14:25:43,206 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:25:45,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:25:45,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:46,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:25:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-365aeedf-b91b-476a-bbf7-5a6dc0024ff9 x-compute-request-id: req-365aeedf-b91b-476a-bbf7-5a6dc0024ff9 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:25:46,147 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-365aeedf-b91b-476a-bbf7-5a6dc0024ff9 2019-01-20 14:25:46,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.938222885132s 2019-01-20 14:25:46,148 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-365aeedf-b91b-476a-bbf7-5a6dc0024ff9 2019-01-20 14:25:46,151 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:25:48,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:25:48,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:48,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:25:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c25685b3-8301-4315-99ab-620398bb3593 x-compute-request-id: req-c25685b3-8301-4315-99ab-620398bb3593 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:25:48,810 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c25685b3-8301-4315-99ab-620398bb3593 2019-01-20 14:25:48,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.656553030014s 2019-01-20 14:25:48,811 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c25685b3-8301-4315-99ab-620398bb3593 2019-01-20 14:25:48,815 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:25:50,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:25:50,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:51,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-6b3c4798-dccc-48aa-b349-699fd39c2d05 x-compute-request-id: req-6b3c4798-dccc-48aa-b349-699fd39c2d05 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:25:51,344 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6b3c4798-dccc-48aa-b349-699fd39c2d05 2019-01-20 14:25:51,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52610206604s 2019-01-20 14:25:51,344 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6b3c4798-dccc-48aa-b349-699fd39c2d05 2019-01-20 14:25:51,348 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:25:53,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:25:53,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:53,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:25: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-765f3080-eb19-4ac8-a382-5ca4908a69f8 x-compute-request-id: req-765f3080-eb19-4ac8-a382-5ca4908a69f8 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:25:53,750 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-765f3080-eb19-4ac8-a382-5ca4908a69f8 2019-01-20 14:25:53,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.39939904213s 2019-01-20 14:25:53,750 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-765f3080-eb19-4ac8-a382-5ca4908a69f8 2019-01-20 14:25:53,754 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:25:55,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:25:55,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:56,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:25: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-d976b81e-d9f1-4437-a32b-07a246d8c930 x-compute-request-id: req-d976b81e-d9f1-4437-a32b-07a246d8c930 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:25:56,294 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d976b81e-d9f1-4437-a32b-07a246d8c930 2019-01-20 14:25:56,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537124156952s 2019-01-20 14:25:56,295 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d976b81e-d9f1-4437-a32b-07a246d8c930 2019-01-20 14:25:56,298 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:25:58,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:25:58,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:25:59,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-2ad99b67-32d2-4f26-b046-48c13c7bd259 x-compute-request-id: req-2ad99b67-32d2-4f26-b046-48c13c7bd259 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:25:59,031 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2ad99b67-32d2-4f26-b046-48c13c7bd259 2019-01-20 14:25:59,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.729722976685s 2019-01-20 14:25:59,031 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2ad99b67-32d2-4f26-b046-48c13c7bd259 2019-01-20 14:25:59,038 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:01,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:01,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:01,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-37cc0460-c792-4443-bdf7-eb17421b4c84 x-compute-request-id: req-37cc0460-c792-4443-bdf7-eb17421b4c84 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:01,585 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-37cc0460-c792-4443-bdf7-eb17421b4c84 2019-01-20 14:26:01,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544219970703s 2019-01-20 14:26:01,585 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-37cc0460-c792-4443-bdf7-eb17421b4c84 2019-01-20 14:26:01,590 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:03,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:03,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:04,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:26: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-cca5c2b8-015c-4275-8191-ff075e82fc2e x-compute-request-id: req-cca5c2b8-015c-4275-8191-ff075e82fc2e Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:04,121 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cca5c2b8-015c-4275-8191-ff075e82fc2e 2019-01-20 14:26:04,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529026985168s 2019-01-20 14:26:04,122 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cca5c2b8-015c-4275-8191-ff075e82fc2e 2019-01-20 14:26:04,126 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:06,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:06,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:06,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:26: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-15f33835-d6f1-4779-beb9-ba5dc932ad94 x-compute-request-id: req-15f33835-d6f1-4779-beb9-ba5dc932ad94 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:06,665 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-15f33835-d6f1-4779-beb9-ba5dc932ad94 2019-01-20 14:26:06,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536453008652s 2019-01-20 14:26:06,665 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-15f33835-d6f1-4779-beb9-ba5dc932ad94 2019-01-20 14:26:06,669 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:08,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:08,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:09,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-6098c068-3310-42dc-8cb9-7e92a9142e9a x-compute-request-id: req-6098c068-3310-42dc-8cb9-7e92a9142e9a Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:09,073 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6098c068-3310-42dc-8cb9-7e92a9142e9a 2019-01-20 14:26:09,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.401156902313s 2019-01-20 14:26:09,073 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6098c068-3310-42dc-8cb9-7e92a9142e9a 2019-01-20 14:26:09,077 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:11,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:11,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:11,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-b3312424-c6a5-4287-bdfd-8621820c63f0 x-compute-request-id: req-b3312424-c6a5-4287-bdfd-8621820c63f0 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:11,686 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b3312424-c6a5-4287-bdfd-8621820c63f0 2019-01-20 14:26:11,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.605992078781s 2019-01-20 14:26:11,686 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b3312424-c6a5-4287-bdfd-8621820c63f0 2019-01-20 14:26:11,690 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:13,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:13,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:14,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:26:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79bdb378-6856-4a76-b3a0-0094a8fea1ce x-compute-request-id: req-79bdb378-6856-4a76-b3a0-0094a8fea1ce Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:14,055 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-79bdb378-6856-4a76-b3a0-0094a8fea1ce 2019-01-20 14:26:14,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.363744020462s 2019-01-20 14:26:14,055 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-79bdb378-6856-4a76-b3a0-0094a8fea1ce 2019-01-20 14:26:14,059 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:16,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:16,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:16,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:26: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-211279da-35b8-4d90-936c-60c5548d6f5b x-compute-request-id: req-211279da-35b8-4d90-936c-60c5548d6f5b Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:16,691 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-211279da-35b8-4d90-936c-60c5548d6f5b 2019-01-20 14:26:16,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.628804206848s 2019-01-20 14:26:16,691 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-211279da-35b8-4d90-936c-60c5548d6f5b 2019-01-20 14:26:16,695 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:18,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:18,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:19,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:26:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbd595b9-2328-4826-9db5-c9b45388c751 x-compute-request-id: req-dbd595b9-2328-4826-9db5-c9b45388c751 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:19,375 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-dbd595b9-2328-4826-9db5-c9b45388c751 2019-01-20 14:26:19,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.677464008331s 2019-01-20 14:26:19,375 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-dbd595b9-2328-4826-9db5-c9b45388c751 2019-01-20 14:26:19,379 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:21,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:21,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:21,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:26:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d1f4829-569a-4072-92b6-fe4b82a4a4b9 x-compute-request-id: req-7d1f4829-569a-4072-92b6-fe4b82a4a4b9 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:21,934 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7d1f4829-569a-4072-92b6-fe4b82a4a4b9 2019-01-20 14:26:21,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.552828073502s 2019-01-20 14:26:21,935 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7d1f4829-569a-4072-92b6-fe4b82a4a4b9 2019-01-20 14:26:21,939 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:23,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:23,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:24,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-d7ca036e-efa9-4ef5-bed7-b6c3a656474b x-compute-request-id: req-d7ca036e-efa9-4ef5-bed7-b6c3a656474b Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:24,470 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d7ca036e-efa9-4ef5-bed7-b6c3a656474b 2019-01-20 14:26:24,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529223918915s 2019-01-20 14:26:24,471 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d7ca036e-efa9-4ef5-bed7-b6c3a656474b 2019-01-20 14:26:24,475 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:26,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:26,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:26,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-3d84cff0-d042-4454-ad62-4282a122b013 x-compute-request-id: req-3d84cff0-d042-4454-ad62-4282a122b013 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:26,966 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3d84cff0-d042-4454-ad62-4282a122b013 2019-01-20 14:26:26,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.488642930984s 2019-01-20 14:26:26,967 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3d84cff0-d042-4454-ad62-4282a122b013 2019-01-20 14:26:26,970 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:28,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:28,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:29,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:26:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b1062bd-dfcd-4adf-8a25-cfaa5587cdae x-compute-request-id: req-2b1062bd-dfcd-4adf-8a25-cfaa5587cdae Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:29,565 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2b1062bd-dfcd-4adf-8a25-cfaa5587cdae 2019-01-20 14:26:29,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.591683864594s 2019-01-20 14:26:29,565 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2b1062bd-dfcd-4adf-8a25-cfaa5587cdae 2019-01-20 14:26:29,569 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:31,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:31,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:32,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:26:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7531a27-7ac6-499e-ae94-d406feebafb5 x-compute-request-id: req-e7531a27-7ac6-499e-ae94-d406feebafb5 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:32,115 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e7531a27-7ac6-499e-ae94-d406feebafb5 2019-01-20 14:26:32,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543209075928s 2019-01-20 14:26:32,116 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e7531a27-7ac6-499e-ae94-d406feebafb5 2019-01-20 14:26:32,120 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:34,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:34,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:34,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-8499a2d6-9c7b-4894-9dd7-981656e23220 x-compute-request-id: req-8499a2d6-9c7b-4894-9dd7-981656e23220 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:34,486 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8499a2d6-9c7b-4894-9dd7-981656e23220 2019-01-20 14:26:34,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.362864017487s 2019-01-20 14:26:34,486 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8499a2d6-9c7b-4894-9dd7-981656e23220 2019-01-20 14:26:34,490 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:36,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:36,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:37,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:26: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-e6b32491-1992-4864-9874-1061bd41f59c x-compute-request-id: req-e6b32491-1992-4864-9874-1061bd41f59c Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:37,020 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e6b32491-1992-4864-9874-1061bd41f59c 2019-01-20 14:26:37,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526901960373s 2019-01-20 14:26:37,021 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e6b32491-1992-4864-9874-1061bd41f59c 2019-01-20 14:26:37,025 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:39,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:39,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:39,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:26: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-181e86ac-ccef-4740-97b2-92f9f489a8d8 x-compute-request-id: req-181e86ac-ccef-4740-97b2-92f9f489a8d8 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:39,526 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-181e86ac-ccef-4740-97b2-92f9f489a8d8 2019-01-20 14:26:39,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.498383045197s 2019-01-20 14:26:39,527 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-181e86ac-ccef-4740-97b2-92f9f489a8d8 2019-01-20 14:26:39,531 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:41,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:41,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:42,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-0125f1d6-4777-40d4-89e3-45f85dc03001 x-compute-request-id: req-0125f1d6-4777-40d4-89e3-45f85dc03001 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:42,061 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0125f1d6-4777-40d4-89e3-45f85dc03001 2019-01-20 14:26:42,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527622938156s 2019-01-20 14:26:42,062 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0125f1d6-4777-40d4-89e3-45f85dc03001 2019-01-20 14:26:42,066 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:44,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:44,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:44,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-c37c8043-c13e-4cf7-910b-3bc044ee5ebc x-compute-request-id: req-c37c8043-c13e-4cf7-910b-3bc044ee5ebc Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:44,742 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c37c8043-c13e-4cf7-910b-3bc044ee5ebc 2019-01-20 14:26:44,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.673521995544s 2019-01-20 14:26:44,743 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c37c8043-c13e-4cf7-910b-3bc044ee5ebc 2019-01-20 14:26:44,747 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:46,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:46,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:47,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:26:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c157aa82-c41f-4a91-9bb4-e7314e2a3a95 x-compute-request-id: req-c157aa82-c41f-4a91-9bb4-e7314e2a3a95 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:47,302 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c157aa82-c41f-4a91-9bb4-e7314e2a3a95 2019-01-20 14:26:47,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.55278301239s 2019-01-20 14:26:47,303 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c157aa82-c41f-4a91-9bb4-e7314e2a3a95 2019-01-20 14:26:47,307 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:49,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:49,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:49,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:26:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76861b03-7dd5-48f0-b8a7-47904bb52958 x-compute-request-id: req-76861b03-7dd5-48f0-b8a7-47904bb52958 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:49,662 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-76861b03-7dd5-48f0-b8a7-47904bb52958 2019-01-20 14:26:49,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.351912975311s 2019-01-20 14:26:49,663 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-76861b03-7dd5-48f0-b8a7-47904bb52958 2019-01-20 14:26:49,667 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:51,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:51,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:52,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:26:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82a5785e-c480-4869-9a9f-6d9bed0cf0a9 x-compute-request-id: req-82a5785e-c480-4869-9a9f-6d9bed0cf0a9 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:52,332 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-82a5785e-c480-4869-9a9f-6d9bed0cf0a9 2019-01-20 14:26:52,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.662842035294s 2019-01-20 14:26:52,333 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-82a5785e-c480-4869-9a9f-6d9bed0cf0a9 2019-01-20 14:26:52,337 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:54,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:54,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:54,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:26: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-e1221805-a206-4c8c-b525-d66b3a06d7ec x-compute-request-id: req-e1221805-a206-4c8c-b525-d66b3a06d7ec Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:54,863 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e1221805-a206-4c8c-b525-d66b3a06d7ec 2019-01-20 14:26:54,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524135828018s 2019-01-20 14:26:54,864 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e1221805-a206-4c8c-b525-d66b3a06d7ec 2019-01-20 14:26:54,868 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:56,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:56,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:26:57,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:26: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-f572ac8e-dff2-491b-b530-c5bd9a2230ed x-compute-request-id: req-f572ac8e-dff2-491b-b530-c5bd9a2230ed Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:26:57,393 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f572ac8e-dff2-491b-b530-c5bd9a2230ed 2019-01-20 14:26:57,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522058010101s 2019-01-20 14:26:57,394 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f572ac8e-dff2-491b-b530-c5bd9a2230ed 2019-01-20 14:26:57,398 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:26:59,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:26:59,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:00,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-cbc14645-3e85-4c99-8455-c17cde57529d x-compute-request-id: req-cbc14645-3e85-4c99-8455-c17cde57529d Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:00,110 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cbc14645-3e85-4c99-8455-c17cde57529d 2019-01-20 14:27:00,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.709517002106s 2019-01-20 14:27:00,111 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cbc14645-3e85-4c99-8455-c17cde57529d 2019-01-20 14:27:00,115 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:02,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:02,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:02,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-f46e77aa-72fc-4bc8-bed1-47a76457072e x-compute-request-id: req-f46e77aa-72fc-4bc8-bed1-47a76457072e Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:02,478 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f46e77aa-72fc-4bc8-bed1-47a76457072e 2019-01-20 14:27:02,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.360839128494s 2019-01-20 14:27:02,479 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f46e77aa-72fc-4bc8-bed1-47a76457072e 2019-01-20 14:27:02,483 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:04,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:04,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:04,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:27: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-f426326b-6f3f-464f-be43-e5128831cffa x-compute-request-id: req-f426326b-6f3f-464f-be43-e5128831cffa Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:04,838 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f426326b-6f3f-464f-be43-e5128831cffa 2019-01-20 14:27:04,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.352164983749s 2019-01-20 14:27:04,838 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f426326b-6f3f-464f-be43-e5128831cffa 2019-01-20 14:27:04,842 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:06,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:06,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:07,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-242a05b9-4824-4b9e-95f1-5af00b025cdf x-compute-request-id: req-242a05b9-4824-4b9e-95f1-5af00b025cdf Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:07,388 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-242a05b9-4824-4b9e-95f1-5af00b025cdf 2019-01-20 14:27:07,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54238319397s 2019-01-20 14:27:07,388 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-242a05b9-4824-4b9e-95f1-5af00b025cdf 2019-01-20 14:27:07,392 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:09,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:09,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:09,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:27: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-95cf1512-558a-4615-9b03-5ebf722fcf42 x-compute-request-id: req-95cf1512-558a-4615-9b03-5ebf722fcf42 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:09,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-95cf1512-558a-4615-9b03-5ebf722fcf42 2019-01-20 14:27:09,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522028923035s 2019-01-20 14:27:09,918 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-95cf1512-558a-4615-9b03-5ebf722fcf42 2019-01-20 14:27:09,921 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:11,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:11,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:12,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:27:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4af2a93d-57da-4906-8163-8e13521839cc x-compute-request-id: req-4af2a93d-57da-4906-8163-8e13521839cc Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:12,456 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4af2a93d-57da-4906-8163-8e13521839cc 2019-01-20 14:27:12,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53195810318s 2019-01-20 14:27:12,456 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4af2a93d-57da-4906-8163-8e13521839cc 2019-01-20 14:27:12,460 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:14,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:14,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:14,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-8b2e67bb-9f1e-4c5a-87ce-160a3e46b8bf x-compute-request-id: req-8b2e67bb-9f1e-4c5a-87ce-160a3e46b8bf Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:14,995 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8b2e67bb-9f1e-4c5a-87ce-160a3e46b8bf 2019-01-20 14:27:14,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531692028046s 2019-01-20 14:27:14,995 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8b2e67bb-9f1e-4c5a-87ce-160a3e46b8bf 2019-01-20 14:27:14,999 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:17,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:17,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:17,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:27: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-4ed7d643-8ac7-4061-b7a0-220829663586 x-compute-request-id: req-4ed7d643-8ac7-4061-b7a0-220829663586 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:17,537 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4ed7d643-8ac7-4061-b7a0-220829663586 2019-01-20 14:27:17,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535673856735s 2019-01-20 14:27:17,538 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4ed7d643-8ac7-4061-b7a0-220829663586 2019-01-20 14:27:17,542 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:19,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:19,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:20,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:27: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-9c53e452-a0c7-4c37-ae66-04002f9acf0b x-compute-request-id: req-9c53e452-a0c7-4c37-ae66-04002f9acf0b Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:20,076 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9c53e452-a0c7-4c37-ae66-04002f9acf0b 2019-01-20 14:27:20,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531561851501s 2019-01-20 14:27:20,077 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9c53e452-a0c7-4c37-ae66-04002f9acf0b 2019-01-20 14:27:20,081 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:22,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:22,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:22,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-51bbceb0-45ea-44c8-a1d9-cfa2a90d6eb5 x-compute-request-id: req-51bbceb0-45ea-44c8-a1d9-cfa2a90d6eb5 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:22,602 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-51bbceb0-45ea-44c8-a1d9-cfa2a90d6eb5 2019-01-20 14:27:22,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518934011459s 2019-01-20 14:27:22,603 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-51bbceb0-45ea-44c8-a1d9-cfa2a90d6eb5 2019-01-20 14:27:22,606 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:24,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:24,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:24,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-8a2289f4-57f8-40ee-9a34-d3881d728055 x-compute-request-id: req-8a2289f4-57f8-40ee-9a34-d3881d728055 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:24,960 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8a2289f4-57f8-40ee-9a34-d3881d728055 2019-01-20 14:27:24,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.350908041s 2019-01-20 14:27:24,961 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8a2289f4-57f8-40ee-9a34-d3881d728055 2019-01-20 14:27:24,964 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:26,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:26,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:27,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:27: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-fe620fa0-b5ee-4ac8-926f-89e22bd5784f x-compute-request-id: req-fe620fa0-b5ee-4ac8-926f-89e22bd5784f Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:27,488 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fe620fa0-b5ee-4ac8-926f-89e22bd5784f 2019-01-20 14:27:27,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520678043365s 2019-01-20 14:27:27,488 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fe620fa0-b5ee-4ac8-926f-89e22bd5784f 2019-01-20 14:27:27,492 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:29,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:29,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:30,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-64bb9bdd-1058-4abf-b329-544038101534 x-compute-request-id: req-64bb9bdd-1058-4abf-b329-544038101534 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:30,240 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-64bb9bdd-1058-4abf-b329-544038101534 2019-01-20 14:27:30,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.745808124542s 2019-01-20 14:27:30,241 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-64bb9bdd-1058-4abf-b329-544038101534 2019-01-20 14:27:30,245 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:32,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:32,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:32,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-982cb320-ac19-4a64-a72c-fe033bf558ac x-compute-request-id: req-982cb320-ac19-4a64-a72c-fe033bf558ac Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:32,647 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-982cb320-ac19-4a64-a72c-fe033bf558ac 2019-01-20 14:27:32,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.399690151215s 2019-01-20 14:27:32,648 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-982cb320-ac19-4a64-a72c-fe033bf558ac 2019-01-20 14:27:32,652 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:34,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:34,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:35,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-d00ef8d8-f3d1-439d-b06c-cefe166d2eac x-compute-request-id: req-d00ef8d8-f3d1-439d-b06c-cefe166d2eac Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:35,162 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d00ef8d8-f3d1-439d-b06c-cefe166d2eac 2019-01-20 14:27:35,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.507923126221s 2019-01-20 14:27:35,163 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d00ef8d8-f3d1-439d-b06c-cefe166d2eac 2019-01-20 14:27:35,167 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:37,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:37,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:37,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-16ab3bc9-5c57-4575-a046-72db660ba7fa x-compute-request-id: req-16ab3bc9-5c57-4575-a046-72db660ba7fa Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:37,683 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-16ab3bc9-5c57-4575-a046-72db660ba7fa 2019-01-20 14:27:37,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.513288974762s 2019-01-20 14:27:37,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-16ab3bc9-5c57-4575-a046-72db660ba7fa 2019-01-20 14:27:37,687 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:39,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:39,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:39,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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,Accept-Encoding x-openstack-request-id: req-fcfbab59-15a0-4f07-ab37-a2a5839c73e5 x-compute-request-id: req-fcfbab59-15a0-4f07-ab37-a2a5839c73e5 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:39,928 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fcfbab59-15a0-4f07-ab37-a2a5839c73e5 2019-01-20 14:27:39,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.238536119461s 2019-01-20 14:27:39,929 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fcfbab59-15a0-4f07-ab37-a2a5839c73e5 2019-01-20 14:27:39,933 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:41,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:41,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:42,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:27: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-da2a1ccf-4675-4238-ab0c-c1ca8671c3b9 x-compute-request-id: req-da2a1ccf-4675-4238-ab0c-c1ca8671c3b9 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:42,290 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-da2a1ccf-4675-4238-ab0c-c1ca8671c3b9 2019-01-20 14:27:42,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.354683876038s 2019-01-20 14:27:42,291 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-da2a1ccf-4675-4238-ab0c-c1ca8671c3b9 2019-01-20 14:27:42,294 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:44,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:44,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:44,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:27:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31c5f097-fbbd-4934-89a4-3474ed0fc3fd x-compute-request-id: req-31c5f097-fbbd-4934-89a4-3474ed0fc3fd Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:44,905 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-31c5f097-fbbd-4934-89a4-3474ed0fc3fd 2019-01-20 14:27:44,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.60817193985s 2019-01-20 14:27:44,906 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-31c5f097-fbbd-4934-89a4-3474ed0fc3fd 2019-01-20 14:27:44,910 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:46,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:46,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:47,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:27: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-0b612ab9-fefe-46e7-95db-1f54368dae55 x-compute-request-id: req-0b612ab9-fefe-46e7-95db-1f54368dae55 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:47,137 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0b612ab9-fefe-46e7-95db-1f54368dae55 2019-01-20 14:27:47,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.225039958954s 2019-01-20 14:27:47,138 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0b612ab9-fefe-46e7-95db-1f54368dae55 2019-01-20 14:27:47,141 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:49,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:49,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:49,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:27: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-5029a2f7-32c7-40c5-8a58-5d0de577165e x-compute-request-id: req-5029a2f7-32c7-40c5-8a58-5d0de577165e Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:49,647 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5029a2f7-32c7-40c5-8a58-5d0de577165e 2019-01-20 14:27:49,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.503417015076s 2019-01-20 14:27:49,648 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5029a2f7-32c7-40c5-8a58-5d0de577165e 2019-01-20 14:27:49,652 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:51,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:51,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:52,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:27: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-4b3fee61-6e5a-4e51-8d14-774f2824f137 x-compute-request-id: req-4b3fee61-6e5a-4e51-8d14-774f2824f137 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:52,160 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4b3fee61-6e5a-4e51-8d14-774f2824f137 2019-01-20 14:27:52,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505928993225s 2019-01-20 14:27:52,161 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4b3fee61-6e5a-4e51-8d14-774f2824f137 2019-01-20 14:27:52,165 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:54,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:54,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:54,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:27: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-b18e8aef-bd33-4d5c-9d25-ed441426840a x-compute-request-id: req-b18e8aef-bd33-4d5c-9d25-ed441426840a Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:54,712 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b18e8aef-bd33-4d5c-9d25-ed441426840a 2019-01-20 14:27:54,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544779062271s 2019-01-20 14:27:54,713 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b18e8aef-bd33-4d5c-9d25-ed441426840a 2019-01-20 14:27:54,716 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:56,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:56,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:57,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-a2a0fa09-0d9a-4c3f-983b-f5c6480ac895 x-compute-request-id: req-a2a0fa09-0d9a-4c3f-983b-f5c6480ac895 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-20T14:25:16Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:57,234 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a2a0fa09-0d9a-4c3f-983b-f5c6480ac895 2019-01-20 14:27:57,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.515179872513s 2019-01-20 14:27:57,234 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a2a0fa09-0d9a-4c3f-983b-f5c6480ac895 2019-01-20 14:27:57,238 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:27:59,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:27:59,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:59,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-e42680e5-c65c-4db4-93e3-a337dcb27ca8 x-compute-request-id: req-e42680e5-c65c-4db4-93e3-a337dcb27ca8 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:27:56.000000", "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:27:57Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:27:59,635 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e42680e5-c65c-4db4-93e3-a337dcb27ca8 2019-01-20 14:27:59,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.393743038177s 2019-01-20 14:27:59,635 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e42680e5-c65c-4db4-93e3-a337dcb27ca8 2019-01-20 14:27:59,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-20 14:27:59,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=ffaf24aa-7568-401c-95f2-807ccce430e5" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:59,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-57ecf0b5-ad3a-41eb-abd5-9a3cbda3fa94 Date: Sun, 20 Jan 2019 14:27:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T14:27:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1f060798-4c52-4961-b2c2-e8bb65568051","ip_address":"192.168.120.5"}],"id":"d1047d11-8b5d-4878-8e74-a3fce4d8a4a1","security_groups":["35d28e97-71f5-4a8d-90f5-729b4b3e35f4"],"mac_address":"fa:16:3e:4c:f7:79","project_id":"0e384f7567d04343aa6f6d6ec88f0ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5a4e8df3-7043-4b4c-ae05-d1cd9a3b1adc","tenant_id":"0e384f7567d04343aa6f6d6ec88f0ec1","created_at":"2019-01-20T14:25:16Z","binding:vnic_type":"normal","device_id":"ffaf24aa-7568-401c-95f2-807ccce430e5"}]} 2019-01-20 14:27:59,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=ffaf24aa-7568-401c-95f2-807ccce430e5 used request id req-57ecf0b5-ad3a-41eb-abd5-9a3cbda3fa94 2019-01-20 14:27:59,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0600879192352s 2019-01-20 14:27:59,700 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=ffaf24aa-7568-401c-95f2-807ccce430e5 used request id req-57ecf0b5-ad3a-41eb-abd5-9a3cbda3fa94 2019-01-20 14:27:59,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 14:27:59,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=d1047d11-8b5d-4878-8e74-a3fce4d8a4a1" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:59,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d67fe2ae-9660-4561-859f-143fc1e35a48 Date: Sun, 20 Jan 2019 14:27:59 GMT RESP BODY: {"floatingips": []} 2019-01-20 14:27:59,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=d1047d11-8b5d-4878-8e74-a3fce4d8a4a1 used request id req-d67fe2ae-9660-4561-859f-143fc1e35a48 2019-01-20 14:27:59,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0192039012909s 2019-01-20 14:27:59,725 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=d1047d11-8b5d-4878-8e74-a3fce4d8a4a1 used request id req-d67fe2ae-9660-4561-859f-143fc1e35a48 2019-01-20 14:27:59,726 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4c:f7:79', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'78324c10-e0df-4f26-8130-89af4ca333b4'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-20T14:27:56.000000', 'flavor': Munch({u'id': u'3f201b4d-9f0d-48ed-97da-94e2146b1c96'}), 'az': u'nova', 'id': u'ffaf24aa-7568-401c-95f2-807ccce430e5', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'abe2cc1837d04cb78d5ca59c52135ef0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0e384f7567d04343aa6f6d6ec88f0ec1', 'name': 'vyos_vrouter-project_fc573e4c-c1b0-47b0-8962-646c468f4d5c', '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'2019-01-20T14:27:56.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-20T14:27:57Z', 'hostId': u'041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b', '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'2019-01-20T14:27:56.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0e384f7567d04343aa6f6d6ec88f0ec1', 'name': u'vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c', 'adminPass': u'uAN3x42RhnBc', 'tenant_id': u'0e384f7567d04343aa6f6d6ec88f0ec1', 'region': 'regionOne', 'created': u'2019-01-20T14:25:13Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-20 14:27:59,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 14:27:59,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:59,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-9c60da97-1b5f-4ccf-a582-d13a95f7ada8 Date: Sun, 20 Jan 2019 14:27:59 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1f060798-4c52-4961-b2c2-e8bb65568051"],"updated_at":"2019-01-20T14:23:22Z","tenant_id":"0e384f7567d04343aa6f6d6ec88f0ec1","created_at":"2019-01-20T14:23:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0e384f7567d04343aa6f6d6ec88f0ec1","id":"5a4e8df3-7043-4b4c-ae05-d1cd9a3b1adc","name":"vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}]} 2019-01-20 14:27:59,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9c60da97-1b5f-4ccf-a582-d13a95f7ada8 2019-01-20 14:27:59,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.120101213455s 2019-01-20 14:27:59,849 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9c60da97-1b5f-4ccf-a582-d13a95f7ada8 2019-01-20 14:27:59,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-20 14:27:59,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=ffaf24aa-7568-401c-95f2-807ccce430e5" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:27:59,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-50b93893-ce25-44b0-a4a3-561ddb7ab43a Date: Sun, 20 Jan 2019 14:27:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-20T14:27:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1f060798-4c52-4961-b2c2-e8bb65568051","ip_address":"192.168.120.5"}],"id":"d1047d11-8b5d-4878-8e74-a3fce4d8a4a1","security_groups":["35d28e97-71f5-4a8d-90f5-729b4b3e35f4"],"mac_address":"fa:16:3e:4c:f7:79","project_id":"0e384f7567d04343aa6f6d6ec88f0ec1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5a4e8df3-7043-4b4c-ae05-d1cd9a3b1adc","tenant_id":"0e384f7567d04343aa6f6d6ec88f0ec1","created_at":"2019-01-20T14:25:16Z","binding:vnic_type":"normal","device_id":"ffaf24aa-7568-401c-95f2-807ccce430e5"}]} 2019-01-20 14:27:59,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=ffaf24aa-7568-401c-95f2-807ccce430e5 used request id req-50b93893-ce25-44b0-a4a3-561ddb7ab43a 2019-01-20 14:27:59,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0695009231567s 2019-01-20 14:27:59,921 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=ffaf24aa-7568-401c-95f2-807ccce430e5 used request id req-50b93893-ce25-44b0-a4a3-561ddb7ab43a 2019-01-20 14:27:59,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2019-01-20 14:27:59,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" -d '{"floatingip": {"floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.5", "port_id": "d1047d11-8b5d-4878-8e74-a3fce4d8a4a1"}}' 2019-01-20 14:28:01,970 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-53e8fcd1-daaf-4035-8339-e0aa56265dc4 Date: Sun, 20 Jan 2019 14:28:01 GMT RESP BODY: {"floatingip": {"router_id": "80cf774e-01a1-40f5-ab49-b42af99f2ed6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:28:00Z", "updated_at": "2019-01-20T14:28:00Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_id": "d1047d11-8b5d-4878-8e74-a3fce4d8a4a1", "id": "a19af79e-95e7-471b-b71d-99c54dfbe023"}} 2019-01-20 14:28:01,970 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-53e8fcd1-daaf-4035-8339-e0aa56265dc4 2019-01-20 14:28:01,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.04878497124s 2019-01-20 14:28:01,970 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-53e8fcd1-daaf-4035-8339-e0aa56265dc4 2019-01-20 14:28:01,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 14:28:01,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:28:02,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-6530fb8e-de03-47b5-8ed8-1b9f51bb5c8f Date: Sun, 20 Jan 2019 14:28:02 GMT RESP BODY: {"floatingips": [{"router_id": "80cf774e-01a1-40f5-ab49-b42af99f2ed6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:28:00Z", "updated_at": "2019-01-20T14:28:00Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_id": "d1047d11-8b5d-4878-8e74-a3fce4d8a4a1", "id": "a19af79e-95e7-471b-b71d-99c54dfbe023"}]} 2019-01-20 14:28:02,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-6530fb8e-de03-47b5-8ed8-1b9f51bb5c8f 2019-01-20 14:28:02,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0296788215637s 2019-01-20 14:28:02,009 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-6530fb8e-de03-47b5-8ed8-1b9f51bb5c8f 2019-01-20 14:28:02,013 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-20 14:28:02,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 14:28:02,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:28:02,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-69c45b40-54c1-4180-a2e2-968a0c2f762a Date: Sun, 20 Jan 2019 14:28:02 GMT RESP BODY: {"floatingips": [{"router_id": "80cf774e-01a1-40f5-ab49-b42af99f2ed6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:28:00Z", "updated_at": "2019-01-20T14:28:00Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_id": "d1047d11-8b5d-4878-8e74-a3fce4d8a4a1", "id": "a19af79e-95e7-471b-b71d-99c54dfbe023"}]} 2019-01-20 14:28:02,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-69c45b40-54c1-4180-a2e2-968a0c2f762a 2019-01-20 14:28:02,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.023913860321s 2019-01-20 14:28:02,143 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-69c45b40-54c1-4180-a2e2-968a0c2f762a 2019-01-20 14:28:02,147 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-20 14:28:02,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 14:28:02,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:28:02,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-1be37371-9482-4b33-b6a9-b2f16c85ecdf Date: Sun, 20 Jan 2019 14:28:02 GMT RESP BODY: {"floatingips": [{"router_id": "80cf774e-01a1-40f5-ab49-b42af99f2ed6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:28:00Z", "updated_at": "2019-01-20T14:28:00Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_id": "d1047d11-8b5d-4878-8e74-a3fce4d8a4a1", "id": "a19af79e-95e7-471b-b71d-99c54dfbe023"}]} 2019-01-20 14:28:02,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-1be37371-9482-4b33-b6a9-b2f16c85ecdf 2019-01-20 14:28:02,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0232231616974s 2019-01-20 14:28:02,276 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-1be37371-9482-4b33-b6a9-b2f16c85ecdf 2019-01-20 14:28:02,279 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-20 14:28:02,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 14:28:02,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:28:02,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-4744eee0-f269-4fe9-a334-a3fc95f069e0 Date: Sun, 20 Jan 2019 14:28:02 GMT RESP BODY: {"floatingips": [{"router_id": "80cf774e-01a1-40f5-ab49-b42af99f2ed6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:28:00Z", "updated_at": "2019-01-20T14:28:00Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_id": "d1047d11-8b5d-4878-8e74-a3fce4d8a4a1", "id": "a19af79e-95e7-471b-b71d-99c54dfbe023"}]} 2019-01-20 14:28:02,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-4744eee0-f269-4fe9-a334-a3fc95f069e0 2019-01-20 14:28:02,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0263710021973s 2019-01-20 14:28:02,412 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-4744eee0-f269-4fe9-a334-a3fc95f069e0 2019-01-20 14:28:02,415 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-20 14:28:02,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 14:28:02,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:28:02,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-f36f5757-386b-4421-a6d6-b6b7f2258d8f Date: Sun, 20 Jan 2019 14:28:02 GMT RESP BODY: {"floatingips": [{"router_id": "80cf774e-01a1-40f5-ab49-b42af99f2ed6", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:28:00Z", "updated_at": "2019-01-20T14:28:00Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_id": "d1047d11-8b5d-4878-8e74-a3fce4d8a4a1", "id": "a19af79e-95e7-471b-b71d-99c54dfbe023"}]} 2019-01-20 14:28:02,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-f36f5757-386b-4421-a6d6-b6b7f2258d8f 2019-01-20 14:28:02,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0227019786835s 2019-01-20 14:28:02,544 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-f36f5757-386b-4421-a6d6-b6b7f2258d8f 2019-01-20 14:28:02,547 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'80cf774e-01a1-40f5-ab49-b42af99f2ed6', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'0e384f7567d04343aa6f6d6ec88f0ec1', 'created_at': u'2019-01-20T14:28:00Z', 'attached': True, 'updated_at': u'2019-01-20T14:28:00Z', 'id': u'a19af79e-95e7-471b-b71d-99c54dfbe023', 'floating_network_id': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0e384f7567d04343aa6f6d6ec88f0ec1', 'name': 'vyos_vrouter-project_fc573e4c-c1b0-47b0-8962-646c468f4d5c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'80cf774e-01a1-40f5-ab49-b42af99f2ed6', 'project_id': u'0e384f7567d04343aa6f6d6ec88f0ec1', 'port_id': u'd1047d11-8b5d-4878-8e74-a3fce4d8a4a1', 'port': u'd1047d11-8b5d-4878-8e74-a3fce4d8a4a1', 'network': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080'}) 2019-01-20 14:28:02,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-20 14:28:02,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5/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}c88e7785c887ab8600ef57472e412681a7800738" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 14:28:05,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:28:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-791522a7-64dd-442a-a6f5-3556400734d3 x-compute-request-id: req-791522a7-64dd-442a-a6f5-3556400734d3 Content-Encoding: gzip Content-Length: 10919 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 2161798044 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.906 MHz processor\n[ 0.306493] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=3491906)\n[ 0.308671] pid_max: default: 32768 minimum: 301\n[ 0.309857] Security Framework initialized\n[ 0.310948] SELinux: Initializing.\n[ 0.312196] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.316692] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.319438] Mount-cache hash table entries: 4096\n[ 0.320833] Initializing cgroup subsys memory\n[ 0.321966] Initializing cgroup subsys devices\n[ 0.323095] Initializing cgroup subsys freezer\n[ 0.324219] Initializing cgroup subsys net_cls\n[ 0.325356] Initializing cgroup subsys blkio\n[ 0.326459] Initializing cgroup subsys perf_event\n[ 0.327625] Initializing cgroup subsys hugetlb\n[ 0.328751] Initializing cgroup subsys pids\n[ 0.329842] Initializing cgroup subsys net_prio\n[ 0.331053] CPU: Physical Processor ID: 0\n[ 0.332833] mce: CPU supports 10 MCE banks\n[ 0.333947] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.335205] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.336471] tlb_flushall_shift: 6\n[ 0.337640] Freeing SMP alternatives: 28k freed\n[ 0.341547] ACPI: Core revision 20130517\n[ 0.343036] ACPI: All ACPI Tables successfully acquired\n[ 0.344470] ftrace: allocating 25812 entries in 101 pages\n[ 0.366844] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.368325] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.369779] smpboot: Max logical packages: 2\n[ 0.371071] Enabling x2apic\n[ 0.371965] Enabled x2apic\n[ 0.373037] Switched APIC routing to physical x2apic.\n[ 0.375194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.376661] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.379256] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.386524] KVM setup paravirtual spinlock\n[ 0.388740] smpboot: Booting Node 0, Processors #1 OK\n[ 0.390819] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.413157] Brought up 2 CPUs\n[ 0.413160] KVM setup async PF for cpu 1\n[ 0.413163] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.416255] smpboot: Total of 2 processors activated (13967.62 BogoMIPS)\n[ 0.418633] devtmpfs: initialized\n[ 0.420951] EVM: security.selinux\n[ 0.421918] EVM: security.ima\n[ 0.422828] EVM: security.capability\n[ 0.424374] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.425879] pinctrl core: initialized pinctrl subsystem\n[ 0.427214] NET: Registered protocol family 16\n[ 0.428521] ACPI: bus type PCI registered\n[ 0.429592] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.431079] PCI: Using configuration type 1 for base access\n[ 0.435647] ACPI: Added _OSI(Module Device)\n[ 0.436772] ACPI: Added _OSI(Processor Device)\n[ 0.437923] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.439097] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.441905] ACPI: Interpreter enabled\n[ 0.442962] ACPI: (supports S0 S5)\n[ 0.443933] ACPI: Using IOAPIC for interrupt routing\n[ 0.445144] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.448843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.450249] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.451848] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.453320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.456050] acpiphp: Slot [3] registered\n[ 0.457124] acpiphp: Slot [4] registered\n[ 0.458192] acpiphp: Slot [5] registered\n[ 0.459262] acpiphp: Slot [6] registered\n[ 0.460327] acpiphp: Slot [7] registered\n[ 0.461400] acpiphp: Slot [8] registered\n[ 0.462463] acpiphp: Slot [9] registered\n[ 0.463529] acpiphp: Slot [10] registered\n[ 0.464608] acpiphp: Slot [11] registered\n[ 0.465685] acpiphp: Slot [12] registered\n[ 0.466763] acpiphp: Slot [13] registered\n[ 0.467840] acpiphp: Slot [14] registered\n[ 0.468920] acpiphp: Slot [15] registered\n[ 0.470000] acpiphp: Slot [16] registered\n[ 0.471087] acpiphp: Slot [17] registered\n[ 0.472172] acpiphp: Slot [18] registered\n[ 0.473256] acpiphp: Slot [19] registered\n[ 0.474335] acpiphp: Slot [20] registered\n[ 0.475417] acpiphp: Slot [21] registered\n[ 0.476494] acpiphp: Slot [22] registered\n[ 0.477571] acpiphp: Slot [23] registered\n[ 0.478648] acpiphp: Slot [24] registered\n[ 0.479726] acpiphp: Slot [25] registered\n[ 0.480807] acpiphp: Slot [26] registered\n[ 0.481886] acpiphp: Slot [27] registered\n[ 0.482966] acpiphp: Slot [28] registered\n[ 0.484043] acpiphp: Slot [29] registered\n[ 0.485120] acpiphp: Slot [30] registered\n[ 0.486197] acpiphp: Slot [31] registered\n[ 0.487277] PCI host bridge to bus 0000:00\n[ 0.488353] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.489636] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.491111] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.492589] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.494564] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.502565] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.504101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.505542] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.507061] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.514490] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.516448] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.571573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.573349] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.575037] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.576729] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.578411] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.579960] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.581540] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.583627] vgaarb: loaded\n[ 0.584494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.585886] SCSI subsystem initialized\n[ 0.586958] ACPI: bus type USB registered\n[ 0.588047] usbcore: registered new interface driver usbfs\n[ 0.589348] usbcore: registered new interface driver hub\n[ 0.590639] usbcore: registered new device driver usb\n[ 0.592027] PCI: Using ACPI for IRQ routing\n[ 0.593404] NetLabel: Initializing\n[ 0.594391] NetLabel: domain hash size = 128\n[ 0.595512] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.596740] NetLabel: unlabeled traffic allowed by default\n[ 0.598160] Switched to clocksource kvm-clock\n[ 0.605732] pnp: PnP ACPI init\n[ 0.606966] ACPI: bus type PNP registered\n[ 0.609120] pnp: PnP ACPI: found 5 devices\n[ 0.610576] ACPI: bus type PNP unregistered\n[ 0.617308] NET: Registered protocol family 2\n[ 0.619030] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.621695] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.623809] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.625915] TCP: reno registered\n[ 0.627199] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.629106] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.631189] NET: Registered protocol family 1\n[ 0.632734] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.634669] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.636561] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.656448] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.676621] Unpacking initramfs...\n[ 1.115911] Freeing initrd memory: 37508k freed\n[ 1.125574] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.127108] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.142994] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.144514] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.146220] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.147675] Initialise system trusted keyring\n[ 1.148855] audit: initializing netlink socket (disabled)\n[ 1.150170] type=2000 audit(1547994479.530:1): initialized\n[ 1.166512] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.167980] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.170589] zpool: loaded\n[ 1.171482] zbud: loaded\n[ 1.172486] VFS: Disk quotas dquot_6.5.2\n[ 1.173599] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.175195] msgmni has been set to 7578\n[ 1.176323] Key type big_key registered\n[ 1.177959] NET: Registered protocol family 38\n[ 1.179152] Key type asymmetric registered\n[ 1.180274] Asymmetric key parser 'x509' registered\n[ 1.181519] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.183583] io scheduler noop registered\n[ 1.184669] io scheduler deadline registered (default)\n[ 1.185955] io scheduler cfq registered\n[ 1.187109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.198490] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.200076] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.202096] ACPI: Power Button [PWRF]\n[ 1.203230] GHES: HEST is not enabled!\n[ 1.204342] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.228618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.230220] Non-volatile memory driver v1.3\n[ 1.231356] Linux agpgart interface v0.103\n[ 1.232552] crash memory driver: version 1.1\n[ 1.233741] rdac: device handler registered\n[ 1.234926] hp_sw: device handler registered\n[ 1.236072] emc: device handler registered\n[ 1.237180] alua: device handler registered\n[ 1.238324] libphy: Fixed MDIO Bus: probed\n[ 1.239463] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.240955] ehci-pci: EHCI PCI platform driver\n[ 1.242121] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.243548] ohci-pci: OHCI PCI platform driver\n[ 1.244713] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.264818] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.266136] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.268176] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.269477] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.270915] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.272449] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.274433] usb usb1: Product: UHCI Host Controller\n[ 1.275727] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.277297] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.278550] hub 1-0:1.0: USB hub found\n[ 1.279625] hub 1-0:1.0: 2 ports detected\n[ 1.280818] usbcore: registered new interface driver usbserial\n[ 1.282227] usbcore: registered new interface driver usbserial_generic\n[ 1.283710] usbserial: USB Serial support registered for generic\n[ 1.285136] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.287851] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.289121] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.290401] mousedev: PS/2 mouse device common for all mice\n[ 1.291975] rtc_cmos 00:00: RTC can wake from S4\n[ 1.293458] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.294190] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.294299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.294331] cpuidle: using governor menu\n[ 1.294385] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.294453] usbcore: registered new interface driver usbhid\n[ 1.294453] usbhid: USB HID core driver\n[ 1.294476] drop_monitor: Initializing network drop monitor service\n[ 1.294521] TCP: cubic registered\n[ 1.294523] Initializing XFRM netlink socket\n[ 1.294584] NET: Registered protocol family 10\n[ 1.294744] NET: Registered protocol family 17\n[ 1.298261] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.298584] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.298600] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.298671] Loading compiled-in X.509 certificates\n[ 1.298689] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.298698] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.299001] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.299015] registered taskstats version 1\n[ 1.300422] Key type trusted registered\n[ 1.301467] Key type encrypted registered\n[ 1.302467] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.303458] rtc_cmos 00:00: setting system clock to 2019-01-20 14:27:59 UTC (1547994479)\n[ 1.329313] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.329518] Freeing unused kernel memory: 1680k freed\n[ 1.333770] 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.338426] systemd[1]: Detected virtualization kvm.\n[ 1.339893] systemd[1]: Detected architecture x86-64.\n[ 1.341455] systemd[1]: Running in initial RAM disk.\n[ 1.343086] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.346412] systemd[1]: No hostname configured.\n[ 1.346415] systemd[1]: Set hostname to .\n[ 1.346491] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.373397] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.375509] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.378487] systemd[1]: Created slice Root Slice.\n[ 1.379695] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.381710] systemd[1]: Created slice System Slice.\n[ 1.382926] systemd[1]: Starting System Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.384901] systemd[1]: Listening on udev Kernel Socket.\n[ 1.386172] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.388220] systemd[1]: Listening on Journal Socket.\n[ 1.389447] systemd[1]: Starting Journal Socket.\n[ 1.390990] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.393636] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Slices.\n[ 1.399063] systemd[1]: Reached target Slices.\n[ 1.400503] systemd[1]: Starting Slices.\n[ 1.402070] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Timers.\n[ 1.405558] systemd[1]: Reached target Timers.\n[ 1.406979] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Paths.\n[ 1.409694] systemd[1]: Reached target Paths.\n[ 1.411082] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Swap.\n[ 1.413358] systemd[1]: Reached target Swap.\n[ 1.414744] systemd[1]: Starting Swap.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.417212] systemd[1]: Listening on udev Control Socket.\n[ 1.418854] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.421405] systemd[1]: Reached target Sockets.\n[ 1.422847] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.425343] systemd[1]: Reached target Local File Systems.\n[ 1.426984] systemd[1]: Starting Local File Systems.\n[ 1.428787] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Journal Service.\n[ 1.432659] 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.473481] RPC: Registered named UNIX socket transport module.\n[ 1.474877] RPC: Registered udp transport module.\n[ 1.476050] RPC: Registered tcp transport module.\n[ 1.477239] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.579109] FDC 0 is a S82078B\n[ 1.583170] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.605734] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.645859] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.649467] scsi host0: ata_piix\n[ 1.650750] scsi host1: ata_piix\n[ 1.652206] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.654042] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.658742] 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.735750] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.737591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.739463] usb 1-1: Product: QEMU USB Tablet\n[ 1.740800] usb 1-1: Manufacturer: QEMU\n[ 1.742030] usb 1-1: SerialNumber: 42\n[ 1.752072] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.755010] 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.841645] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.844571] XFS (vda1): Mounting V4 Filesystem\n[ 1.977206] 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[ 2.144208] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target 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 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.258463] systemd-journald[106]: Received SIGTERM from PID 1 (systemd).\n[ 2.473285] SELinux: Disabled at runtime.\n[ 2.510193] type=1404 audit(1547994480.707:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.546356] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.547716] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Mounting NFSD configuration filesystem...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Reached target Swap.\n Mounting Debug File System...\n Starting Setup Virtual Console...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\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] 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 Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[ 2.897062] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 2.906013] systemd-journald[389]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[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 Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\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 Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.151142] type=1305 audit(1547994481.347:3): audit_pid=440 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 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 System Message Bus.\n[ 3.279222] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.300247] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.305081] [drm] Initialized drm 1.1.0 20060810\n Starting D-Bus System Message Bus...\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n[ 3.319976] ppdev: user-space parallel port driver\n[ 3.324192] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.324192] [TTM] Initializing pool allocator\n[ 3.324195] [TTM] Initializing DMA pool allocator\n[ 3.324424] [drm] fb mappable at 0xFC000000\n[ 3.324424] [drm] vram aper at 0xFC000000\n[ 3.324425] [drm] size 33554432\n[ 3.324425] [drm] fb depth is 24\n Starting irqbalance daemon...\n[ 3.324425] [drm] pitch is 3072\n[ 3.356258] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.374975] Console: switching to colour frame buffer device 128x48\n[ 3.386791] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting LSB: Bring up/down networking...\n Starting GSSAPI Proxy Daemon...\n Starting Initial cloud-init job (pre-networking)...\n Starting Login Service...\n Starting NTP client/server...\n Starting Dump dmesg to /var/log/dmesg...[ 3.407170] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.463666] AES CTR mode by8 optimization enabled\n[ 3.469251] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[ 3.485805] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.536455] intel_rapl: no valid rapl domains found in package 0\n[ 3.569635] intel_rapl: no valid rapl domains found in package 0\n[ 3.579291] intel_powerclamp: No package C-state available\n[ 3.585917] intel_powerclamp: No package C-state available[ 3.970574] cloud-init[502]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 20 Jan 2019 14:28:02 +0000. Up 3.92 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n"} 2019-01-20 14:28:05,073 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5/action used request id req-791522a7-64dd-442a-a6f5-3556400734d3 2019-01-20 14:28:05,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 2.52530407906s 2019-01-20 14:28:05,075 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5/action used request id req-791522a7-64dd-442a-a6f5-3556400734d3 2019-01-20 14:28:05,075 - 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 2161798044 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.906 MHz processor [ 0.306493] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=3491906) [ 0.308671] pid_max: default: 32768 minimum: 301 [ 0.309857] Security Framework initialized [ 0.310948] SELinux: Initializing. [ 0.312196] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.316692] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.319438] Mount-cache hash table entries: 4096 [ 0.320833] Initializing cgroup subsys memory [ 0.321966] Initializing cgroup subsys devices [ 0.323095] Initializing cgroup subsys freezer [ 0.324219] Initializing cgroup subsys net_cls [ 0.325356] Initializing cgroup subsys blkio [ 0.326459] Initializing cgroup subsys perf_event [ 0.327625] Initializing cgroup subsys hugetlb [ 0.328751] Initializing cgroup subsys pids [ 0.329842] Initializing cgroup subsys net_prio [ 0.331053] CPU: Physical Processor ID: 0 [ 0.332833] mce: CPU supports 10 MCE banks [ 0.333947] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.335205] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.336471] tlb_flushall_shift: 6 [ 0.337640] Freeing SMP alternatives: 28k freed [ 0.341547] ACPI: Core revision 20130517 [ 0.343036] ACPI: All ACPI Tables successfully acquired [ 0.344470] ftrace: allocating 25812 entries in 101 pages [ 0.366844] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.368325] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.369779] smpboot: Max logical packages: 2 [ 0.371071] Enabling x2apic [ 0.371965] Enabled x2apic [ 0.373037] Switched APIC routing to physical x2apic. [ 0.375194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.376661] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.379256] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.386524] KVM setup paravirtual spinlock [ 0.388740] smpboot: Booting Node 0, Processors #1 OK [ 0.390819] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.413157] Brought up 2 CPUs [ 0.413160] KVM setup async PF for cpu 1 [ 0.413163] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.416255] smpboot: Total of 2 processors activated (13967.62 BogoMIPS) [ 0.418633] devtmpfs: initialized [ 0.420951] EVM: security.selinux [ 0.421918] EVM: security.ima [ 0.422828] EVM: security.capability [ 0.424374] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.425879] pinctrl core: initialized pinctrl subsystem [ 0.427214] NET: Registered protocol family 16 [ 0.428521] ACPI: bus type PCI registered [ 0.429592] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.431079] PCI: Using configuration type 1 for base access [ 0.435647] ACPI: Added _OSI(Module Device) [ 0.436772] ACPI: Added _OSI(Processor Device) [ 0.437923] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.439097] ACPI: Added _OSI(Processor Aggregator Device) [ 0.441905] ACPI: Interpreter enabled [ 0.442962] ACPI: (supports S0 S5) [ 0.443933] ACPI: Using IOAPIC for interrupt routing [ 0.445144] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.448843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.450249] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.451848] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.453320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.456050] acpiphp: Slot [3] registered [ 0.457124] acpiphp: Slot [4] registered [ 0.458192] acpiphp: Slot [5] registered [ 0.459262] acpiphp: Slot [6] registered [ 0.460327] acpiphp: Slot [7] registered [ 0.461400] acpiphp: Slot [8] registered [ 0.462463] acpiphp: Slot [9] registered [ 0.463529] acpiphp: Slot [10] registered [ 0.464608] acpiphp: Slot [11] registered [ 0.465685] acpiphp: Slot [12] registered [ 0.466763] acpiphp: Slot [13] registered [ 0.467840] acpiphp: Slot [14] registered [ 0.468920] acpiphp: Slot [15] registered [ 0.470000] acpiphp: Slot [16] registered [ 0.471087] acpiphp: Slot [17] registered [ 0.472172] acpiphp: Slot [18] registered [ 0.473256] acpiphp: Slot [19] registered [ 0.474335] acpiphp: Slot [20] registered [ 0.475417] acpiphp: Slot [21] registered [ 0.476494] acpiphp: Slot [22] registered [ 0.477571] acpiphp: Slot [23] registered [ 0.478648] acpiphp: Slot [24] registered [ 0.479726] acpiphp: Slot [25] registered [ 0.480807] acpiphp: Slot [26] registered [ 0.481886] acpiphp: Slot [27] registered [ 0.482966] acpiphp: Slot [28] registered [ 0.484043] acpiphp: Slot [29] registered [ 0.485120] acpiphp: Slot [30] registered [ 0.486197] acpiphp: Slot [31] registered [ 0.487277] PCI host bridge to bus 0000:00 [ 0.488353] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.489636] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.491111] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.492589] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.494564] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.502565] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.504101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.505542] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.507061] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.514490] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.516448] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.571573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.573349] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.575037] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.576729] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.578411] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.579960] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.581540] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.583627] vgaarb: loaded [ 0.584494] vgaarb: bridge control possible 0000:00:02.0 [ 0.585886] SCSI subsystem initialized [ 0.586958] ACPI: bus type USB registered [ 0.588047] usbcore: registered new interface driver usbfs [ 0.589348] usbcore: registered new interface driver hub [ 0.590639] usbcore: registered new device driver usb [ 0.592027] PCI: Using ACPI for IRQ routing [ 0.593404] NetLabel: Initializing [ 0.594391] NetLabel: domain hash size = 128 [ 0.595512] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.596740] NetLabel: unlabeled traffic allowed by default [ 0.598160] Switched to clocksource kvm-clock [ 0.605732] pnp: PnP ACPI init [ 0.606966] ACPI: bus type PNP registered [ 0.609120] pnp: PnP ACPI: found 5 devices [ 0.610576] ACPI: bus type PNP unregistered [ 0.617308] NET: Registered protocol family 2 [ 0.619030] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.621695] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.623809] TCP: Hash tables configured (established 32768 bind 32768) [ 0.625915] TCP: reno registered [ 0.627199] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.629106] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.631189] NET: Registered protocol family 1 [ 0.632734] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.634669] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.636561] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.656448] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.676621] Unpacking initramfs... [ 1.115911] Freeing initrd memory: 37508k freed [ 1.125574] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.127108] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.142994] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.144514] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.146220] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.147675] Initialise system trusted keyring [ 1.148855] audit: initializing netlink socket (disabled) [ 1.150170] type=2000 audit(1547994479.530:1): initialized [ 1.166512] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.167980] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.170589] zpool: loaded [ 1.171482] zbud: loaded [ 1.172486] VFS: Disk quotas dquot_6.5.2 [ 1.173599] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.175195] msgmni has been set to 7578 [ 1.176323] Key type big_key registered [ 1.177959] NET: Registered protocol family 38 [ 1.179152] Key type asymmetric registered [ 1.180274] Asymmetric key parser 'x509' registered [ 1.181519] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.183583] io scheduler noop registered [ 1.184669] io scheduler deadline registered (default) [ 1.185955] io scheduler cfq registered [ 1.187109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.198490] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.200076] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.202096] ACPI: Power Button [PWRF] [ 1.203230] GHES: HEST is not enabled! [ 1.204342] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.228618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.230220] Non-volatile memory driver v1.3 [ 1.231356] Linux agpgart interface v0.103 [ 1.232552] crash memory driver: version 1.1 [ 1.233741] rdac: device handler registered [ 1.234926] hp_sw: device handler registered [ 1.236072] emc: device handler registered [ 1.237180] alua: device handler registered [ 1.238324] libphy: Fixed MDIO Bus: probed [ 1.239463] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.240955] ehci-pci: EHCI PCI platform driver [ 1.242121] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.243548] ohci-pci: OHCI PCI platform driver [ 1.244713] uhci_hcd: USB Universal Host Controller Interface driver [ 1.264818] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.266136] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.268176] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.269477] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.270915] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.272449] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.274433] usb usb1: Product: UHCI Host Controller [ 1.275727] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.277297] usb usb1: SerialNumber: 0000:00:01.2 [ 1.278550] hub 1-0:1.0: USB hub found [ 1.279625] hub 1-0:1.0: 2 ports detected [ 1.280818] usbcore: registered new interface driver usbserial [ 1.282227] usbcore: registered new interface driver usbserial_generic [ 1.283710] usbserial: USB Serial support registered for generic [ 1.285136] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.287851] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.289121] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.290401] mousedev: PS/2 mouse device common for all mice [ 1.291975] rtc_cmos 00:00: RTC can wake from S4 [ 1.293458] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.294190] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.294299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.294331] cpuidle: using governor menu [ 1.294385] hidraw: raw HID events driver (C) Jiri Kosina [ 1.294453] usbcore: registered new interface driver usbhid [ 1.294453] usbhid: USB HID core driver [ 1.294476] drop_monitor: Initializing network drop monitor service [ 1.294521] TCP: cubic registered [ 1.294523] Initializing XFRM netlink socket [ 1.294584] NET: Registered protocol family 10 [ 1.294744] NET: Registered protocol family 17 [ 1.298261] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.298584] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.298600] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.298671] Loading compiled-in X.509 certificates [ 1.298689] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.298698] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.299001] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.299015] registered taskstats version 1 [ 1.300422] Key type trusted registered [ 1.301467] Key type encrypted registered [ 1.302467] IMA: No TPM chip found, activating TPM-bypass! [ 1.303458] rtc_cmos 00:00: setting system clock to 2019-01-20 14:27:59 UTC (1547994479) [ 1.329313] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.329518] Freeing unused kernel memory: 1680k freed [ 1.333770] 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.338426] systemd[1]: Detected virtualization kvm. [ 1.339893] systemd[1]: Detected architecture x86-64. [ 1.341455] systemd[1]: Running in initial RAM disk. [ 1.343086] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.346412] systemd[1]: No hostname configured. [ 1.346415] systemd[1]: Set hostname to . [ 1.346491] systemd[1]: Initializing machine ID from KVM UUID. [ 1.373397] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.375509] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Created slice Root Slice. [ 1.378487] systemd[1]: Created slice Root Slice. [ 1.379695] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.381710] systemd[1]: Created slice System Slice. [ 1.382926] systemd[1]: Starting System Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.384901] systemd[1]: Listening on udev Kernel Socket. [ 1.386172] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.388220] systemd[1]: Listening on Journal Socket. [ 1.389447] systemd[1]: Starting Journal Socket. [ 1.390990] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.393636] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Slices. [ 1.399063] systemd[1]: Reached target Slices. [ 1.400503] systemd[1]: Starting Slices. [ 1.402070] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Timers. [ 1.405558] systemd[1]: Reached target Timers. [ 1.406979] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Paths. [ 1.409694] systemd[1]: Reached target Paths. [ 1.411082] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Swap. [ 1.413358] systemd[1]: Reached target Swap. [ 1.414744] systemd[1]: Starting Swap. [[32m OK [0m] Listening on udev Control Socket. [ 1.417212] systemd[1]: Listening on udev Control Socket. [ 1.418854] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.421405] systemd[1]: Reached target Sockets. [ 1.422847] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Local File Systems. [ 1.425343] systemd[1]: Reached target Local File Systems. [ 1.426984] systemd[1]: Starting Local File Systems. [ 1.428787] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Journal Service. [ 1.432659] 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.473481] RPC: Registered named UNIX socket transport module. [ 1.474877] RPC: Registered udp transport module. [ 1.476050] RPC: Registered tcp transport module. [ 1.477239] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.579109] FDC 0 is a S82078B [ 1.583170] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.605734] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.645859] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.649467] scsi host0: ata_piix [ 1.650750] scsi host1: ata_piix [ 1.652206] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.654042] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.658742] 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.735750] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.737591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.739463] usb 1-1: Product: QEMU USB Tablet [ 1.740800] usb 1-1: Manufacturer: QEMU [ 1.742030] usb 1-1: SerialNumber: 42 [ 1.752072] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.755010] 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.841645] SGI XFS with ACLs, security attributes, no debug enabled [ 1.844571] XFS (vda1): Mounting V4 Filesystem [ 1.977206] 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... [ 2.144208] tsc: Refined TSC clocksource calibration: 3491.906 MHz [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev 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.258463] systemd-journald[106]: Received SIGTERM from PID 1 (systemd). [ 2.473285] SELinux: Disabled at runtime. [ 2.510193] type=1404 audit(1547994480.707:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.546356] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.547716] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Mounting NFSD configuration filesystem... Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Mounting Huge Pages File System... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. Starting Remount Root and Kernel File Systems... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Starting Apply Kernel Variables... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Reached target Swap. Mounting Debug File System... Starting Setup Virtual Console... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[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] 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 Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [ 2.897062] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [ 2.906013] systemd-journald[389]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[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 Preprocess NFS configuration... Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... [[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 Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. [[32m OK [0m] Started udev Kernel Device Manager. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.151142] type=1305 audit(1547994481.347:3): audit_pid=440 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 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 System Message Bus. [ 3.279222] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.300247] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.305081] [drm] Initialized drm 1.1.0 20060810 Starting D-Bus System Message Bus... Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. [ 3.319976] ppdev: user-space parallel port driver [ 3.324192] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.324192] [TTM] Initializing pool allocator [ 3.324195] [TTM] Initializing DMA pool allocator [ 3.324424] [drm] fb mappable at 0xFC000000 [ 3.324424] [drm] vram aper at 0xFC000000 [ 3.324425] [drm] size 33554432 [ 3.324425] [drm] fb depth is 24 Starting irqbalance daemon... [ 3.324425] [drm] pitch is 3072 [ 3.356258] fbcon: cirrusdrmfb (fb0) is primary device [ 3.374975] Console: switching to colour frame buffer device 128x48 [ 3.386791] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting LSB: Bring up/down networking... Starting GSSAPI Proxy Daemon... Starting Initial cloud-init job (pre-networking)... Starting Login Service... Starting NTP client/server... Starting Dump dmesg to /var/log/dmesg...[ 3.407170] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.463666] AES CTR mode by8 optimization enabled [ 3.469251] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started GSSAPI Proxy Daemon. [ 3.485805] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.536455] intel_rapl: no valid rapl domains found in package 0 [ 3.569635] intel_rapl: no valid rapl domains found in package 0 [ 3.579291] intel_powerclamp: No package C-state available [ 3.585917] intel_powerclamp: No package C-state available[ 3.970574] cloud-init[502]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 20 Jan 2019 14:28:02 +0000. Up 3.92 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2019-01-20 14:28:05,692 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.210: [Errno None] Unable to connect to port 22 on 172.30.9.210 2019-01-20 14:28:14,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-20 14:28:14,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5/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}c88e7785c887ab8600ef57472e412681a7800738" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-20 14:28:15,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-6caa8752-e49d-4ef4-9b1a-adde1f11bfc3 x-compute-request-id: req-6caa8752-e49d-4ef4-9b1a-adde1f11bfc3 Content-Encoding: gzip Content-Length: 12689 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 2161798044 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.906 MHz processor\n[ 0.306493] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=3491906)\n[ 0.308671] pid_max: default: 32768 minimum: 301\n[ 0.309857] Security Framework initialized\n[ 0.310948] SELinux: Initializing.\n[ 0.312196] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.316692] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.319438] Mount-cache hash table entries: 4096\n[ 0.320833] Initializing cgroup subsys memory\n[ 0.321966] Initializing cgroup subsys devices\n[ 0.323095] Initializing cgroup subsys freezer\n[ 0.324219] Initializing cgroup subsys net_cls\n[ 0.325356] Initializing cgroup subsys blkio\n[ 0.326459] Initializing cgroup subsys perf_event\n[ 0.327625] Initializing cgroup subsys hugetlb\n[ 0.328751] Initializing cgroup subsys pids\n[ 0.329842] Initializing cgroup subsys net_prio\n[ 0.331053] CPU: Physical Processor ID: 0\n[ 0.332833] mce: CPU supports 10 MCE banks\n[ 0.333947] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.335205] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.336471] tlb_flushall_shift: 6\n[ 0.337640] Freeing SMP alternatives: 28k freed\n[ 0.341547] ACPI: Core revision 20130517\n[ 0.343036] ACPI: All ACPI Tables successfully acquired\n[ 0.344470] ftrace: allocating 25812 entries in 101 pages\n[ 0.366844] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.368325] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.369779] smpboot: Max logical packages: 2\n[ 0.371071] Enabling x2apic\n[ 0.371965] Enabled x2apic\n[ 0.373037] Switched APIC routing to physical x2apic.\n[ 0.375194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.376661] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.379256] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.386524] KVM setup paravirtual spinlock\n[ 0.388740] smpboot: Booting Node 0, Processors #1 OK\n[ 0.390819] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.413157] Brought up 2 CPUs\n[ 0.413160] KVM setup async PF for cpu 1\n[ 0.413163] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.416255] smpboot: Total of 2 processors activated (13967.62 BogoMIPS)\n[ 0.418633] devtmpfs: initialized\n[ 0.420951] EVM: security.selinux\n[ 0.421918] EVM: security.ima\n[ 0.422828] EVM: security.capability\n[ 0.424374] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.425879] pinctrl core: initialized pinctrl subsystem\n[ 0.427214] NET: Registered protocol family 16\n[ 0.428521] ACPI: bus type PCI registered\n[ 0.429592] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.431079] PCI: Using configuration type 1 for base access\n[ 0.435647] ACPI: Added _OSI(Module Device)\n[ 0.436772] ACPI: Added _OSI(Processor Device)\n[ 0.437923] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.439097] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.441905] ACPI: Interpreter enabled\n[ 0.442962] ACPI: (supports S0 S5)\n[ 0.443933] ACPI: Using IOAPIC for interrupt routing\n[ 0.445144] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.448843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.450249] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.451848] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.453320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.456050] acpiphp: Slot [3] registered\n[ 0.457124] acpiphp: Slot [4] registered\n[ 0.458192] acpiphp: Slot [5] registered\n[ 0.459262] acpiphp: Slot [6] registered\n[ 0.460327] acpiphp: Slot [7] registered\n[ 0.461400] acpiphp: Slot [8] registered\n[ 0.462463] acpiphp: Slot [9] registered\n[ 0.463529] acpiphp: Slot [10] registered\n[ 0.464608] acpiphp: Slot [11] registered\n[ 0.465685] acpiphp: Slot [12] registered\n[ 0.466763] acpiphp: Slot [13] registered\n[ 0.467840] acpiphp: Slot [14] registered\n[ 0.468920] acpiphp: Slot [15] registered\n[ 0.470000] acpiphp: Slot [16] registered\n[ 0.471087] acpiphp: Slot [17] registered\n[ 0.472172] acpiphp: Slot [18] registered\n[ 0.473256] acpiphp: Slot [19] registered\n[ 0.474335] acpiphp: Slot [20] registered\n[ 0.475417] acpiphp: Slot [21] registered\n[ 0.476494] acpiphp: Slot [22] registered\n[ 0.477571] acpiphp: Slot [23] registered\n[ 0.478648] acpiphp: Slot [24] registered\n[ 0.479726] acpiphp: Slot [25] registered\n[ 0.480807] acpiphp: Slot [26] registered\n[ 0.481886] acpiphp: Slot [27] registered\n[ 0.482966] acpiphp: Slot [28] registered\n[ 0.484043] acpiphp: Slot [29] registered\n[ 0.485120] acpiphp: Slot [30] registered\n[ 0.486197] acpiphp: Slot [31] registered\n[ 0.487277] PCI host bridge to bus 0000:00\n[ 0.488353] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.489636] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.491111] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.492589] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.494564] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.502565] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.504101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.505542] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.507061] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.514490] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.516448] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.571573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.573349] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.575037] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.576729] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.578411] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.579960] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.581540] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.583627] vgaarb: loaded\n[ 0.584494] vgaarb: bridge control possible 0000:00:02.0\n[ 0.585886] SCSI subsystem initialized\n[ 0.586958] ACPI: bus type USB registered\n[ 0.588047] usbcore: registered new interface driver usbfs\n[ 0.589348] usbcore: registered new interface driver hub\n[ 0.590639] usbcore: registered new device driver usb\n[ 0.592027] PCI: Using ACPI for IRQ routing\n[ 0.593404] NetLabel: Initializing\n[ 0.594391] NetLabel: domain hash size = 128\n[ 0.595512] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.596740] NetLabel: unlabeled traffic allowed by default\n[ 0.598160] Switched to clocksource kvm-clock\n[ 0.605732] pnp: PnP ACPI init\n[ 0.606966] ACPI: bus type PNP registered\n[ 0.609120] pnp: PnP ACPI: found 5 devices\n[ 0.610576] ACPI: bus type PNP unregistered\n[ 0.617308] NET: Registered protocol family 2\n[ 0.619030] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.621695] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.623809] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.625915] TCP: reno registered\n[ 0.627199] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.629106] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.631189] NET: Registered protocol family 1\n[ 0.632734] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.634669] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.636561] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.656448] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.676621] Unpacking initramfs...\n[ 1.115911] Freeing initrd memory: 37508k freed\n[ 1.125574] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.127108] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.142994] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.144514] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.146220] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.147675] Initialise system trusted keyring\n[ 1.148855] audit: initializing netlink socket (disabled)\n[ 1.150170] type=2000 audit(1547994479.530:1): initialized\n[ 1.166512] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.167980] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.170589] zpool: loaded\n[ 1.171482] zbud: loaded\n[ 1.172486] VFS: Disk quotas dquot_6.5.2\n[ 1.173599] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.175195] msgmni has been set to 7578\n[ 1.176323] Key type big_key registered\n[ 1.177959] NET: Registered protocol family 38\n[ 1.179152] Key type asymmetric registered\n[ 1.180274] Asymmetric key parser 'x509' registered\n[ 1.181519] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.183583] io scheduler noop registered\n[ 1.184669] io scheduler deadline registered (default)\n[ 1.185955] io scheduler cfq registered\n[ 1.187109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.198490] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.200076] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.202096] ACPI: Power Button [PWRF]\n[ 1.203230] GHES: HEST is not enabled!\n[ 1.204342] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.228618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.230220] Non-volatile memory driver v1.3\n[ 1.231356] Linux agpgart interface v0.103\n[ 1.232552] crash memory driver: version 1.1\n[ 1.233741] rdac: device handler registered\n[ 1.234926] hp_sw: device handler registered\n[ 1.236072] emc: device handler registered\n[ 1.237180] alua: device handler registered\n[ 1.238324] libphy: Fixed MDIO Bus: probed\n[ 1.239463] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.240955] ehci-pci: EHCI PCI platform driver\n[ 1.242121] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.243548] ohci-pci: OHCI PCI platform driver\n[ 1.244713] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.264818] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.266136] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.268176] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.269477] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.270915] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.272449] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.274433] usb usb1: Product: UHCI Host Controller\n[ 1.275727] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.277297] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.278550] hub 1-0:1.0: USB hub found\n[ 1.279625] hub 1-0:1.0: 2 ports detected\n[ 1.280818] usbcore: registered new interface driver usbserial\n[ 1.282227] usbcore: registered new interface driver usbserial_generic\n[ 1.283710] usbserial: USB Serial support registered for generic\n[ 1.285136] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.287851] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.289121] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.290401] mousedev: PS/2 mouse device common for all mice\n[ 1.291975] rtc_cmos 00:00: RTC can wake from S4\n[ 1.293458] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.294190] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.294299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.294331] cpuidle: using governor menu\n[ 1.294385] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.294453] usbcore: registered new interface driver usbhid\n[ 1.294453] usbhid: USB HID core driver\n[ 1.294476] drop_monitor: Initializing network drop monitor service\n[ 1.294521] TCP: cubic registered\n[ 1.294523] Initializing XFRM netlink socket\n[ 1.294584] NET: Registered protocol family 10\n[ 1.294744] NET: Registered protocol family 17\n[ 1.298261] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.298584] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.298600] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.298671] Loading compiled-in X.509 certificates\n[ 1.298689] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.298698] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.299001] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.299015] registered taskstats version 1\n[ 1.300422] Key type trusted registered\n[ 1.301467] Key type encrypted registered\n[ 1.302467] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.303458] rtc_cmos 00:00: setting system clock to 2019-01-20 14:27:59 UTC (1547994479)\n[ 1.329313] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.329518] Freeing unused kernel memory: 1680k freed\n[ 1.333770] 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.338426] systemd[1]: Detected virtualization kvm.\n[ 1.339893] systemd[1]: Detected architecture x86-64.\n[ 1.341455] systemd[1]: Running in initial RAM disk.\n[ 1.343086] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.346412] systemd[1]: No hostname configured.\n[ 1.346415] systemd[1]: Set hostname to .\n[ 1.346491] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.373397] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.375509] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.378487] systemd[1]: Created slice Root Slice.\n[ 1.379695] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.381710] systemd[1]: Created slice System Slice.\n[ 1.382926] systemd[1]: Starting System Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.384901] systemd[1]: Listening on udev Kernel Socket.\n[ 1.386172] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.388220] systemd[1]: Listening on Journal Socket.\n[ 1.389447] systemd[1]: Starting Journal Socket.\n[ 1.390990] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.393636] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Slices.\n[ 1.399063] systemd[1]: Reached target Slices.\n[ 1.400503] systemd[1]: Starting Slices.\n[ 1.402070] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Timers.\n[ 1.405558] systemd[1]: Reached target Timers.\n[ 1.406979] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Paths.\n[ 1.409694] systemd[1]: Reached target Paths.\n[ 1.411082] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Swap.\n[ 1.413358] systemd[1]: Reached target Swap.\n[ 1.414744] systemd[1]: Starting Swap.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.417212] systemd[1]: Listening on udev Control Socket.\n[ 1.418854] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.421405] systemd[1]: Reached target Sockets.\n[ 1.422847] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.425343] systemd[1]: Reached target Local File Systems.\n[ 1.426984] systemd[1]: Starting Local File Systems.\n[ 1.428787] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Journal Service.\n[ 1.432659] 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.473481] RPC: Registered named UNIX socket transport module.\n[ 1.474877] RPC: Registered udp transport module.\n[ 1.476050] RPC: Registered tcp transport module.\n[ 1.477239] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.579109] FDC 0 is a S82078B\n[ 1.583170] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.605734] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.645859] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.649467] scsi host0: ata_piix\n[ 1.650750] scsi host1: ata_piix\n[ 1.652206] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.654042] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.658742] 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.735750] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.737591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.739463] usb 1-1: Product: QEMU USB Tablet\n[ 1.740800] usb 1-1: Manufacturer: QEMU\n[ 1.742030] usb 1-1: SerialNumber: 42\n[ 1.752072] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.755010] 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.841645] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.844571] XFS (vda1): Mounting V4 Filesystem\n[ 1.977206] 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[ 2.144208] tsc: Refined TSC clocksource calibration: 3491.906 MHz\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target 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 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.258463] systemd-journald[106]: Received SIGTERM from PID 1 (systemd).\n[ 2.473285] SELinux: Disabled at runtime.\n[ 2.510193] type=1404 audit(1547994480.707:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.546356] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.547716] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Mounting NFSD configuration filesystem...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Reached target Swap.\n Mounting Debug File System...\n Starting Setup Virtual Console...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\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] 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 Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[ 2.897062] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 2.906013] systemd-journald[389]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[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 Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\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 Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.151142] type=1305 audit(1547994481.347:3): audit_pid=440 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 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 System Message Bus.\n[ 3.279222] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.300247] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.305081] [drm] Initialized drm 1.1.0 20060810\n Starting D-Bus System Message Bus...\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n[ 3.319976] ppdev: user-space parallel port driver\n[ 3.324192] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.324192] [TTM] Initializing pool allocator\n[ 3.324195] [TTM] Initializing DMA pool allocator\n[ 3.324424] [drm] fb mappable at 0xFC000000\n[ 3.324424] [drm] vram aper at 0xFC000000\n[ 3.324425] [drm] size 33554432\n[ 3.324425] [drm] fb depth is 24\n Starting irqbalance daemon...\n[ 3.324425] [drm] pitch is 3072\n[ 3.356258] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.374975] Console: switching to colour frame buffer device 128x48\n[ 3.386791] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting LSB: Bring up/down networking...\n Starting GSSAPI Proxy Daemon...\n Starting Initial cloud-init job (pre-networking)...\n Starting Login Service...\n Starting NTP client/server...\n Starting Dump dmesg to /var/log/dmesg...[ 3.407170] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.463666] AES CTR mode by8 optimization enabled\n[ 3.469251] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[ 3.485805] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.536455] intel_rapl: no valid rapl domains found in package 0\n[ 3.569635] intel_rapl: no valid rapl domains found in package 0\n[ 3.579291] intel_powerclamp: No package C-state available\n[ 3.585917] intel_powerclamp: No package C-state available[ 3.970574] cloud-init[502]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 20 Jan 2019 14:28:02 +0000. Up 3.92 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 System Logging Service...\n Starting Postfix Mail Transport Agent...\n Starting Dynamic System Tuning Daemon...\n Starting PostgreSQL 9.5 database server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Notify NFS peers of a restart...\n Starting OpenSSH server daemon...\n Starting nginx - high performance web server...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting RabbitMQ Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 6.193587] cloud-init[800]: Cloud-init v. 0.7.5 running 'init' at Sun, 20 Jan 2019 14:28:04 +0000. Up 6.12 seconds.\n[ 6.222660] cloud-init[800]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 6.224962] cloud-init[800]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.227390] cloud-init[800]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.229601] cloud-init[800]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.232313] cloud-init[800]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.234290] cloud-init[800]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:4c:f7:79 |\n[ 6.235821] cloud-init[800]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.238227] cloud-init[800]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.240707] cloud-init[800]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.242557] cloud-init[800]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.244718] cloud-init[800]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.246250] cloud-init[800]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.247803] cloud-init[800]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.249339] cloud-init[800]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.252207] cloud-init[800]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: [ 10.077470] cloud-init[2578]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 20 Jan 2019 14:28:08 +0000. Up 9.96 seconds.\n[ 10.615222] cloud-init[2894]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 20 Jan 2019 14:28:09 +0000. Up 10.57 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 | 94:81:39:6f:e2:d4:2f:df:ff:b4:72:10:0b:fd:33:da | - | 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.683529] cloud-init[2894]: Cloud-init v. 0.7.5 finished at Sun, 20 Jan 2019 14:28:09 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.67 seconds\n"} 2019-01-20 14:28:15,785 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5/action used request id req-6caa8752-e49d-4ef4-9b1a-adde1f11bfc3 2019-01-20 14:28:15,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.08387613297s 2019-01-20 14:28:15,787 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5/action used request id req-6caa8752-e49d-4ef4-9b1a-adde1f11bfc3 2019-01-20 14:28:15,787 - 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 2161798044 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.906 MHz processor [ 0.306493] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=3491906) [ 0.308671] pid_max: default: 32768 minimum: 301 [ 0.309857] Security Framework initialized [ 0.310948] SELinux: Initializing. [ 0.312196] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.316692] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.319438] Mount-cache hash table entries: 4096 [ 0.320833] Initializing cgroup subsys memory [ 0.321966] Initializing cgroup subsys devices [ 0.323095] Initializing cgroup subsys freezer [ 0.324219] Initializing cgroup subsys net_cls [ 0.325356] Initializing cgroup subsys blkio [ 0.326459] Initializing cgroup subsys perf_event [ 0.327625] Initializing cgroup subsys hugetlb [ 0.328751] Initializing cgroup subsys pids [ 0.329842] Initializing cgroup subsys net_prio [ 0.331053] CPU: Physical Processor ID: 0 [ 0.332833] mce: CPU supports 10 MCE banks [ 0.333947] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.335205] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.336471] tlb_flushall_shift: 6 [ 0.337640] Freeing SMP alternatives: 28k freed [ 0.341547] ACPI: Core revision 20130517 [ 0.343036] ACPI: All ACPI Tables successfully acquired [ 0.344470] ftrace: allocating 25812 entries in 101 pages [ 0.366844] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.368325] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.369779] smpboot: Max logical packages: 2 [ 0.371071] Enabling x2apic [ 0.371965] Enabled x2apic [ 0.373037] Switched APIC routing to physical x2apic. [ 0.375194] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.376661] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.379256] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.386524] KVM setup paravirtual spinlock [ 0.388740] smpboot: Booting Node 0, Processors #1 OK [ 0.390819] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.413157] Brought up 2 CPUs [ 0.413160] KVM setup async PF for cpu 1 [ 0.413163] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.416255] smpboot: Total of 2 processors activated (13967.62 BogoMIPS) [ 0.418633] devtmpfs: initialized [ 0.420951] EVM: security.selinux [ 0.421918] EVM: security.ima [ 0.422828] EVM: security.capability [ 0.424374] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.425879] pinctrl core: initialized pinctrl subsystem [ 0.427214] NET: Registered protocol family 16 [ 0.428521] ACPI: bus type PCI registered [ 0.429592] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.431079] PCI: Using configuration type 1 for base access [ 0.435647] ACPI: Added _OSI(Module Device) [ 0.436772] ACPI: Added _OSI(Processor Device) [ 0.437923] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.439097] ACPI: Added _OSI(Processor Aggregator Device) [ 0.441905] ACPI: Interpreter enabled [ 0.442962] ACPI: (supports S0 S5) [ 0.443933] ACPI: Using IOAPIC for interrupt routing [ 0.445144] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.448843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.450249] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.451848] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.453320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.456050] acpiphp: Slot [3] registered [ 0.457124] acpiphp: Slot [4] registered [ 0.458192] acpiphp: Slot [5] registered [ 0.459262] acpiphp: Slot [6] registered [ 0.460327] acpiphp: Slot [7] registered [ 0.461400] acpiphp: Slot [8] registered [ 0.462463] acpiphp: Slot [9] registered [ 0.463529] acpiphp: Slot [10] registered [ 0.464608] acpiphp: Slot [11] registered [ 0.465685] acpiphp: Slot [12] registered [ 0.466763] acpiphp: Slot [13] registered [ 0.467840] acpiphp: Slot [14] registered [ 0.468920] acpiphp: Slot [15] registered [ 0.470000] acpiphp: Slot [16] registered [ 0.471087] acpiphp: Slot [17] registered [ 0.472172] acpiphp: Slot [18] registered [ 0.473256] acpiphp: Slot [19] registered [ 0.474335] acpiphp: Slot [20] registered [ 0.475417] acpiphp: Slot [21] registered [ 0.476494] acpiphp: Slot [22] registered [ 0.477571] acpiphp: Slot [23] registered [ 0.478648] acpiphp: Slot [24] registered [ 0.479726] acpiphp: Slot [25] registered [ 0.480807] acpiphp: Slot [26] registered [ 0.481886] acpiphp: Slot [27] registered [ 0.482966] acpiphp: Slot [28] registered [ 0.484043] acpiphp: Slot [29] registered [ 0.485120] acpiphp: Slot [30] registered [ 0.486197] acpiphp: Slot [31] registered [ 0.487277] PCI host bridge to bus 0000:00 [ 0.488353] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.489636] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.491111] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.492589] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.494564] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.502565] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.504101] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.505542] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.507061] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.514490] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.516448] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.571573] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.573349] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.575037] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.576729] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.578411] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.579960] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.581540] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.583627] vgaarb: loaded [ 0.584494] vgaarb: bridge control possible 0000:00:02.0 [ 0.585886] SCSI subsystem initialized [ 0.586958] ACPI: bus type USB registered [ 0.588047] usbcore: registered new interface driver usbfs [ 0.589348] usbcore: registered new interface driver hub [ 0.590639] usbcore: registered new device driver usb [ 0.592027] PCI: Using ACPI for IRQ routing [ 0.593404] NetLabel: Initializing [ 0.594391] NetLabel: domain hash size = 128 [ 0.595512] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.596740] NetLabel: unlabeled traffic allowed by default [ 0.598160] Switched to clocksource kvm-clock [ 0.605732] pnp: PnP ACPI init [ 0.606966] ACPI: bus type PNP registered [ 0.609120] pnp: PnP ACPI: found 5 devices [ 0.610576] ACPI: bus type PNP unregistered [ 0.617308] NET: Registered protocol family 2 [ 0.619030] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.621695] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.623809] TCP: Hash tables configured (established 32768 bind 32768) [ 0.625915] TCP: reno registered [ 0.627199] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.629106] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.631189] NET: Registered protocol family 1 [ 0.632734] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.634669] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.636561] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.656448] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.676621] Unpacking initramfs... [ 1.115911] Freeing initrd memory: 37508k freed [ 1.125574] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.127108] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.142994] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.144514] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.146220] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.147675] Initialise system trusted keyring [ 1.148855] audit: initializing netlink socket (disabled) [ 1.150170] type=2000 audit(1547994479.530:1): initialized [ 1.166512] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.167980] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.170589] zpool: loaded [ 1.171482] zbud: loaded [ 1.172486] VFS: Disk quotas dquot_6.5.2 [ 1.173599] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.175195] msgmni has been set to 7578 [ 1.176323] Key type big_key registered [ 1.177959] NET: Registered protocol family 38 [ 1.179152] Key type asymmetric registered [ 1.180274] Asymmetric key parser 'x509' registered [ 1.181519] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.183583] io scheduler noop registered [ 1.184669] io scheduler deadline registered (default) [ 1.185955] io scheduler cfq registered [ 1.187109] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.198490] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.200076] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.202096] ACPI: Power Button [PWRF] [ 1.203230] GHES: HEST is not enabled! [ 1.204342] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.228618] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.230220] Non-volatile memory driver v1.3 [ 1.231356] Linux agpgart interface v0.103 [ 1.232552] crash memory driver: version 1.1 [ 1.233741] rdac: device handler registered [ 1.234926] hp_sw: device handler registered [ 1.236072] emc: device handler registered [ 1.237180] alua: device handler registered [ 1.238324] libphy: Fixed MDIO Bus: probed [ 1.239463] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.240955] ehci-pci: EHCI PCI platform driver [ 1.242121] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.243548] ohci-pci: OHCI PCI platform driver [ 1.244713] uhci_hcd: USB Universal Host Controller Interface driver [ 1.264818] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.266136] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.268176] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.269477] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.270915] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.272449] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.274433] usb usb1: Product: UHCI Host Controller [ 1.275727] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.277297] usb usb1: SerialNumber: 0000:00:01.2 [ 1.278550] hub 1-0:1.0: USB hub found [ 1.279625] hub 1-0:1.0: 2 ports detected [ 1.280818] usbcore: registered new interface driver usbserial [ 1.282227] usbcore: registered new interface driver usbserial_generic [ 1.283710] usbserial: USB Serial support registered for generic [ 1.285136] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.287851] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.289121] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.290401] mousedev: PS/2 mouse device common for all mice [ 1.291975] rtc_cmos 00:00: RTC can wake from S4 [ 1.293458] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.294190] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.294299] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.294331] cpuidle: using governor menu [ 1.294385] hidraw: raw HID events driver (C) Jiri Kosina [ 1.294453] usbcore: registered new interface driver usbhid [ 1.294453] usbhid: USB HID core driver [ 1.294476] drop_monitor: Initializing network drop monitor service [ 1.294521] TCP: cubic registered [ 1.294523] Initializing XFRM netlink socket [ 1.294584] NET: Registered protocol family 10 [ 1.294744] NET: Registered protocol family 17 [ 1.298261] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.298584] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.298600] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.298671] Loading compiled-in X.509 certificates [ 1.298689] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.298698] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.299001] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.299015] registered taskstats version 1 [ 1.300422] Key type trusted registered [ 1.301467] Key type encrypted registered [ 1.302467] IMA: No TPM chip found, activating TPM-bypass! [ 1.303458] rtc_cmos 00:00: setting system clock to 2019-01-20 14:27:59 UTC (1547994479) [ 1.329313] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.329518] Freeing unused kernel memory: 1680k freed [ 1.333770] 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.338426] systemd[1]: Detected virtualization kvm. [ 1.339893] systemd[1]: Detected architecture x86-64. [ 1.341455] systemd[1]: Running in initial RAM disk. [ 1.343086] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.346412] systemd[1]: No hostname configured. [ 1.346415] systemd[1]: Set hostname to . [ 1.346491] systemd[1]: Initializing machine ID from KVM UUID. [ 1.373397] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.375509] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Created slice Root Slice. [ 1.378487] systemd[1]: Created slice Root Slice. [ 1.379695] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.381710] systemd[1]: Created slice System Slice. [ 1.382926] systemd[1]: Starting System Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.384901] systemd[1]: Listening on udev Kernel Socket. [ 1.386172] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.388220] systemd[1]: Listening on Journal Socket. [ 1.389447] systemd[1]: Starting Journal Socket. [ 1.390990] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.393636] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Slices. [ 1.399063] systemd[1]: Reached target Slices. [ 1.400503] systemd[1]: Starting Slices. [ 1.402070] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Timers. [ 1.405558] systemd[1]: Reached target Timers. [ 1.406979] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Paths. [ 1.409694] systemd[1]: Reached target Paths. [ 1.411082] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Swap. [ 1.413358] systemd[1]: Reached target Swap. [ 1.414744] systemd[1]: Starting Swap. [[32m OK [0m] Listening on udev Control Socket. [ 1.417212] systemd[1]: Listening on udev Control Socket. [ 1.418854] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.421405] systemd[1]: Reached target Sockets. [ 1.422847] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Local File Systems. [ 1.425343] systemd[1]: Reached target Local File Systems. [ 1.426984] systemd[1]: Starting Local File Systems. [ 1.428787] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Journal Service. [ 1.432659] 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.473481] RPC: Registered named UNIX socket transport module. [ 1.474877] RPC: Registered udp transport module. [ 1.476050] RPC: Registered tcp transport module. [ 1.477239] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.579109] FDC 0 is a S82078B [ 1.583170] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.605734] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.645859] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.649467] scsi host0: ata_piix [ 1.650750] scsi host1: ata_piix [ 1.652206] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.654042] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.658742] 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.735750] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.737591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.739463] usb 1-1: Product: QEMU USB Tablet [ 1.740800] usb 1-1: Manufacturer: QEMU [ 1.742030] usb 1-1: SerialNumber: 42 [ 1.752072] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.755010] 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.841645] SGI XFS with ACLs, security attributes, no debug enabled [ 1.844571] XFS (vda1): Mounting V4 Filesystem [ 1.977206] 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... [ 2.144208] tsc: Refined TSC clocksource calibration: 3491.906 MHz [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev 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.258463] systemd-journald[106]: Received SIGTERM from PID 1 (systemd). [ 2.473285] SELinux: Disabled at runtime. [ 2.510193] type=1404 audit(1547994480.707:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.546356] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.547716] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Mounting NFSD configuration filesystem... Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Mounting Huge Pages File System... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. Starting Remount Root and Kernel File Systems... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Starting Apply Kernel Variables... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Reached target Swap. Mounting Debug File System... Starting Setup Virtual Console... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[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] 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 Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [ 2.897062] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [ 2.906013] systemd-journald[389]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[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 Preprocess NFS configuration... Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... [[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 Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. [[32m OK [0m] Started udev Kernel Device Manager. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.151142] type=1305 audit(1547994481.347:3): audit_pid=440 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 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 System Message Bus. [ 3.279222] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.300247] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.305081] [drm] Initialized drm 1.1.0 20060810 Starting D-Bus System Message Bus... Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. [ 3.319976] ppdev: user-space parallel port driver [ 3.324192] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.324192] [TTM] Initializing pool allocator [ 3.324195] [TTM] Initializing DMA pool allocator [ 3.324424] [drm] fb mappable at 0xFC000000 [ 3.324424] [drm] vram aper at 0xFC000000 [ 3.324425] [drm] size 33554432 [ 3.324425] [drm] fb depth is 24 Starting irqbalance daemon... [ 3.324425] [drm] pitch is 3072 [ 3.356258] fbcon: cirrusdrmfb (fb0) is primary device [ 3.374975] Console: switching to colour frame buffer device 128x48 [ 3.386791] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting LSB: Bring up/down networking... Starting GSSAPI Proxy Daemon... Starting Initial cloud-init job (pre-networking)... Starting Login Service... Starting NTP client/server... Starting Dump dmesg to /var/log/dmesg...[ 3.407170] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.463666] AES CTR mode by8 optimization enabled [ 3.469251] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started GSSAPI Proxy Daemon. [ 3.485805] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.536455] intel_rapl: no valid rapl domains found in package 0 [ 3.569635] intel_rapl: no valid rapl domains found in package 0 [ 3.579291] intel_powerclamp: No package C-state available [ 3.585917] intel_powerclamp: No package C-state available[ 3.970574] cloud-init[502]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 20 Jan 2019 14:28:02 +0000. Up 3.92 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 System Logging Service... Starting Postfix Mail Transport Agent... Starting Dynamic System Tuning Daemon... Starting PostgreSQL 9.5 database server... Starting Initial cloud-init job (metadata service crawler)... Starting Notify NFS peers of a restart... Starting OpenSSH server daemon... Starting nginx - high performance web server... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting RabbitMQ Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Starts Logstash as a daemon.... Starting Crash recovery kernel arming... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 6.193587] cloud-init[800]: Cloud-init v. 0.7.5 running 'init' at Sun, 20 Jan 2019 14:28:04 +0000. Up 6.12 seconds. [ 6.222660] cloud-init[800]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 6.224962] cloud-init[800]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.227390] cloud-init[800]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.229601] cloud-init[800]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.232313] cloud-init[800]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.234290] cloud-init[800]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:4c:f7:79 | [ 6.235821] cloud-init[800]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.238227] cloud-init[800]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.240707] cloud-init[800]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.242557] cloud-init[800]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.244718] cloud-init[800]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.246250] cloud-init[800]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.247803] cloud-init[800]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.249339] cloud-init[800]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.252207] cloud-init[800]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 10.077470] cloud-init[2578]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 20 Jan 2019 14:28:08 +0000. Up 9.96 seconds. [ 10.615222] cloud-init[2894]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 20 Jan 2019 14:28:09 +0000. Up 10.57 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 | 94:81:39:6f:e2:d4:2f:df:ff:b4:72:10:0b:fd:33:da | - | 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.683529] cloud-init[2894]: Cloud-init v. 0.7.5 finished at Sun, 20 Jan 2019 14:28:09 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.67 seconds 2019-01-20 14:28:15,791 - paramiko.transport - DEBUG - starting thread (client mode): 0xe9874950L 2019-01-20 14:28:15,792 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 14:28:15,808 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2019-01-20 14:28:15,808 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2019-01-20 14:28:15,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'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 2019-01-20 14:28:15,818 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-20 14:28:15,818 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-20 14:28:15,819 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 14:28:15,819 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-20 14:28:15,819 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 14:28:15,825 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-20 14:28:15,826 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 14:28:15,855 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.210: 4c1f7c71f5a98b8370f02ab218eae423 2019-01-20 14:28:15,856 - paramiko.transport - DEBUG - Trying key 9481396fe2d42fdfffb472100bfd33da from /tmp/tmprWhqpb 2019-01-20 14:28:15,866 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 14:28:15,914 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-20 14:28:15,921 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2019-01-20 14:28:15,921 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2019-01-20 14:28:15,921 - functest.core.cloudify - INFO - Attemps running status of the Manager 2019-01-20 14:28:15,922 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/status 2019-01-20 14:28:16,070 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:28:16,070 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:28:16,070 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:28:16,070 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:28:16,070 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:28:16,070 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:28:16,070 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:28:16,070 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4499, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4501, "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": 1622, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4492, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 860, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 815, "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": 4242, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4480, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2019-01-20 14:28:16,070 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:28:16,071 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:28:14 GMT 2019-01-20 14:28:16,071 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:28:16,071 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2019-01-20 14:28:16,071 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:28:16,071 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4499, 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': 4501, 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': 1622, 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': 4492, u'state': u'running', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 860, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 815, 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': 4242, 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': 4480, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2019-01-20 14:28:16,072 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/status 2019-01-20 14:28:16,193 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:28:16,193 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:28:16,194 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:28:16,194 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:28:16,194 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:28:16,194 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:28:16,194 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:28:16,194 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4499, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4501, "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": 1622, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4492, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 860, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 815, "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": 4242, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4480, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2019-01-20 14:28:16,194 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:28:16,194 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:28:14 GMT 2019-01-20 14:28:16,195 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:28:16,195 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2019-01-20 14:28:16,195 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:28:16,195 - functest.core.cloudify - INFO - The current manager status is running 2019-01-20 14:28:16,195 - 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"} 2019-01-20 14:28:16,305 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:28:16,305 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:28:16,305 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:28:16,306 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:28:16,306 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:28:16,306 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:28:16,306 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:28:16,306 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2019-01-20 14:28:16,306 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-20T14:28:14.874Z", "updated_at": "2019-01-20T14:28:14.874Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2019-01-20 14:28:16,306 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:28:16,306 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:28:14 GMT 2019-01-20 14:28:16,306 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:28:16,307 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2019-01-20 14:28:16,307 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:28:16,307 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/secrets 2019-01-20 14:28:16,397 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:28:16,397 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:28:16,398 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:28:16,398 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:28:16,398 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:28:16,398 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:28:16,398 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:28:16,398 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2019-01-20T14:28:14.874Z", "updated_at": "2019-01-20T14:28:14.874Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2019-01-20 14:28:16,398 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:28:16,398 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:28:14 GMT 2019-01-20 14:28:16,398 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:28:16,398 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2019-01-20 14:28:16,399 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:28:16,399 - functest.core.cloudify - DEBUG - List secrets: 2019-01-20 14:28:16,399 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.210:80/api/v3/secrets/foo 2019-01-20 14:28:16,574 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:28:16,575 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:28:16,575 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:28:16,575 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:28:16,575 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:28:16,575 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:28:16,575 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:28:16,575 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2019-01-20 14:28:16,575 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-20T14:28:14.874Z", "updated_at": "2019-01-20T14:28:14.874Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2019-01-20 14:28:16,575 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:28:16,576 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:28:15 GMT 2019-01-20 14:28:16,576 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:28:16,576 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2019-01-20 14:28:16,576 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:28:16,576 - functest.core.cloudify - INFO - Secrets API successfully reached 2019-01-20 14:28:16,576 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2019-01-20 14:28:16,577 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2019-01-20 14:28:16,577 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 14:28:16,584 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-20 14:28:16,584 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 14:28:16,607 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 14:28:16,877 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-20 14:28:16,878 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-20 14:28:16,879 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-20 14:28:16,879 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-20 14:28:16,879 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-20 14:28:16,892 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-20 14:28:58,054 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-20 14:28:58,055 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirror.web-ster.com * extras: mirror.jaleco.com * updates: mirrors.xtom.com No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-36.el7 will be installed --> Processing Dependency: libgomp = 4.8.5-36.el7 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: cpp = 4.8.5-36.el7 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: libgcc >= 4.8.5-36.el7 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-36.el7.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-36.el7.x86_64 ---> Package python-devel.x86_64 0:2.7.5-76.el7 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-76.el7 for package: python-devel-2.7.5-76.el7.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-36.el7 will be installed ---> Package glibc-devel.x86_64 0:2.17-260.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-260.el7 for package: glibc-devel-2.17-260.el7.x86_64 --> Processing Dependency: glibc = 2.17-260.el7 for package: glibc-devel-2.17-260.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-260.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-36.el7 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-36.el7 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-76.el7 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-76.el7 for package: python-2.7.5-76.el7.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-260.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-260.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-260.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-260.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-76.el7 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-76.el7.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-260.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-957.1.3.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-16.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-16.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-36.el7 base 16 M python-devel x86_64 2.7.5-76.el7 base 398 k Installing for dependencies: cpp x86_64 4.8.5-36.el7 base 5.9 M glibc-devel x86_64 2.17-260.el7 base 1.1 M glibc-headers x86_64 2.17-260.el7 base 683 k kernel-headers x86_64 3.10.0-957.1.3.el7 updates 8.0 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-260.el7 base 3.6 M glibc-common x86_64 2.17-260.el7 base 11 M libgcc x86_64 4.8.5-36.el7 base 102 k libgomp x86_64 4.8.5-36.el7 base 157 k openssl x86_64 1:1.0.2k-16.el7 base 493 k openssl-libs x86_64 1:1.0.2k-16.el7 base 1.2 M python x86_64 2.7.5-76.el7 base 94 k python-libs x86_64 2.7.5-76.el7 base 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 55 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 20 MB/s | 55 MB 00:02 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-36.el7.x86_64 1/24 Updating : glibc-common-2.17-260.el7.x86_64 2/24 Updating : glibc-2.17-260.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-16.el7.x86_64 6/24 Updating : python-libs-2.7.5-76.el7.x86_64 7/24 Updating : python-2.7.5-76.el7.x86_64 8/24 Installing : cpp-4.8.5-36.el7.x86_64 9/24 Updating : libgomp-4.8.5-36.el7.x86_64 10/24 Installing : kernel-headers-3.10.0-957.1.3.el7.x86_64 11/24 Installing : glibc-headers-2.17-260.el7.x86_64 12/24 Installing : glibc-devel-2.17-260.el7.x86_64 13/24 Installing : gcc-4.8.5-36.el7.x86_64 14/24 Installing : python-devel-2.7.5-76.el7.x86_64 15/24 Updating : 1:openssl-1.0.2k-16.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 : python-2.7.5-76.el7.x86_64 1/24 Verifying : libgcc-4.8.5-36.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-16.el7.x86_64 3/24 Verifying : glibc-2.17-260.el7.x86_64 4/24 Verifying : gcc-4.8.5-36.el7.x86_64 5/24 Verifying : python-devel-2.7.5-76.el7.x86_64 6/24 Verifying : 1:openssl-1.0.2k-16.el7.x86_64 7/24 Verifying : cpp-4.8.5-36.el7.x86_64 8/24 Verifying : libgomp-4.8.5-36.el7.x86_64 9/24 Verifying : glibc-common-2.17-260.el7.x86_64 10/24 Verifying : libmpc-1.0.1-3.el7.x86_64 11/24 Verifying : kernel-headers-3.10.0-957.1.3.el7.x86_64 12/24 Verifying : python-libs-2.7.5-76.el7.x86_64 13/24 Verifying : glibc-devel-2.17-260.el7.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : glibc-headers-2.17-260.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-36.el7 python-devel.x86_64 0:2.7.5-76.el7 Dependency Installed: cpp.x86_64 0:4.8.5-36.el7 glibc-devel.x86_64 0:2.17-260.el7 glibc-headers.x86_64 0:2.17-260.el7 kernel-headers.x86_64 0:3.10.0-957.1.3.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-260.el7 glibc-common.x86_64 0:2.17-260.el7 libgcc.x86_64 0:4.8.5-36.el7 libgomp.x86_64 0:4.8.5-36.el7 openssl.x86_64 1:1.0.2k-16.el7 openssl-libs.x86_64 1:1.0.2k-16.el7 python.x86_64 0:2.7.5-76.el7 python-libs.x86_64 0:2.7.5-76.el7 Complete! Retrieving manager services status... [ip=127.0.0.1] Services: +--------------------------------+--------------+ | service | status | +--------------------------------+--------------+ | InfluxDB | running | | Celery Management | running | | Logstash | running | | RabbitMQ | running | | AMQP InfluxDB | running | | PostgreSQL | running | | Manager Rest-Service | running | | Cloudify Stage | running | | Riemann | stop-sigterm | | Webserver | running | +--------------------------------+--------------+ 2019-01-20 14:28:58,055 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: 2019-01-20 14:28:58,056 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2019-01-20 14:28:58,056 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-20 14:29:00,830 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2019-01-20 14:29:00,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 14:29:00,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:29:01,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-8dc5f571-5bb1-4b4f-afd4-949a34bc4b1c Date: Sun, 20 Jan 2019 14:29:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/78324c10-e0df-4f26-8130-89af4ca333b4/snap", "metadata": {}}], "file": "/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4/file", "owner": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "78324c10-e0df-4f26-8130-89af4ca333b4", "size": 4373348352, "self": "/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/78324c10-e0df-4f26-8130-89af4ca333b4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-20T14:25:06Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2019-01-20T14:23:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 14:29:01,057 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-8dc5f571-5bb1-4b4f-afd4-949a34bc4b1c 2019-01-20 14:29:01,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.226833820343s 2019-01-20 14:29:01,058 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-8dc5f571-5bb1-4b4f-afd4-949a34bc4b1c 2019-01-20 14:29:01,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-20 14:29:01,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}' 2019-01-20 14:29:01,314 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4 X-Openstack-Request-Id: req-9d0cdbc4-1462-435a-a821-8d8925a15985 Date: Sun, 20 Jan 2019 14:29:01 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4/file", "owner": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "size": null, "self": "/v2/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2019-01-20T14:29:01Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "checksum": null, "created_at": "2019-01-20T14:29:01Z", "protected": false} 2019-01-20 14:29:01,314 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-9d0cdbc4-1462-435a-a821-8d8925a15985 2019-01-20 14:29:01,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.25372505188s 2019-01-20 14:29:01,315 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-9d0cdbc4-1462-435a-a821-8d8925a15985 returning object d4bf510e-0e38-44cd-b83d-f78cad64d1c4 2019-01-20 14:29:01,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-20 14:29:01,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4/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}c88e7785c887ab8600ef57472e412681a7800738" -d '' 2019-01-20 14:29:10,119 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-66a479a6-17d5-4c84-9dda-ab715d365c6d Date: Sun, 20 Jan 2019 14:29:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 14:29:10,119 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4/file used request id req-66a479a6-17d5-4c84-9dda-ab715d365c6d 2019-01-20 14:29:10,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 8.80396413803s 2019-01-20 14:29:10,120 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4/file used request id req-66a479a6-17d5-4c84-9dda-ab715d365c6d 2019-01-20 14:29:10,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 14:29:10,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:29:10,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-bd89926f-1e7d-4d02-8a58-deab3c49a99b Date: Sun, 20 Jan 2019 14:29:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4/snap", "metadata": {}}], "file": "/v2/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4/file", "owner": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "size": 426967040, "self": "/v2/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2019-01-20T14:29:10Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2019-01-20T14:29:01Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/78324c10-e0df-4f26-8130-89af4ca333b4/snap", "metadata": {}}], "file": "/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4/file", "owner": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "78324c10-e0df-4f26-8130-89af4ca333b4", "size": 4373348352, "self": "/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/78324c10-e0df-4f26-8130-89af4ca333b4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-20T14:25:06Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2019-01-20T14:23:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 14:29:10,162 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-bd89926f-1e7d-4d02-8a58-deab3c49a99b 2019-01-20 14:29:10,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0417230129242s 2019-01-20 14:29:10,163 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-bd89926f-1e7d-4d02-8a58-deab3c49a99b 2019-01-20 14:29:10,166 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4/file', 'owner': u'0e384f7567d04343aa6f6d6ec88f0ec1', 'id': u'd4bf510e-0e38-44cd-b83d-f78cad64d1c4', 'size': 426967040, u'self': u'/v2/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0e384f7567d04343aa6f6d6ec88f0ec1', 'name': 'vyos_vrouter-project_fc573e4c-c1b0-47b0-8962-646c468f4d5c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-20T14:29:10Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-20T14:29:10Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_fc573e4c-c1b0-47b0-8962-646c468f4d5c', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', 'properties': {u'self': u'/v2/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_fc573e4c-c1b0-47b0-8962-646c468f4d5c', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_fc573e4c-c1b0-47b0-8962-646c468f4d5c', 'created': u'2019-01-20T14:29:01Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2019-01-20T14:29:01Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_fc573e4c-c1b0-47b0-8962-646c468f4d5c', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}}) 2019-01-20 14:29:10,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-20 14:29:10,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}5a21484c1c63334f1e57203be9b522a8af405add" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2019-01-20 14:29:10,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:29: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-c7988435-d981-46aa-9746-80c13f4a4046 x-compute-request-id: req-c7988435-d981-46aa-9746-80c13f4a4046 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 50, "id": "ca454d69-71d6-4949-834a-0404060646b7", "name": "vyos_vrouter-flavor_alt_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 14:29:10,226 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-c7988435-d981-46aa-9746-80c13f4a4046 2019-01-20 14:29:10,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.058825969696s 2019-01-20 14:29:10,226 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-c7988435-d981-46aa-9746-80c13f4a4046 returning object ca454d69-71d6-4949-834a-0404060646b7 2019-01-20 14:29:10,227 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_fc573e4c-c1b0-47b0-8962-646c468f4d5c', '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'057838f782f94e5ca660a8d24231cdb7', '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'ca454d69-71d6-4949-834a-0404060646b7', 'swap': 0}) 2019-01-20 14:29:10,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-20 14:29:10,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/ca454d69-71d6-4949-834a-0404060646b7/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}5a21484c1c63334f1e57203be9b522a8af405add" -d '{"extra_specs": {}}' 2019-01-20 14:29:10,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:29: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-30c0606d-c07c-4d45-9629-b700f0a6525e x-compute-request-id: req-30c0606d-c07c-4d45-9629-b700f0a6525e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 14:29:10,252 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/ca454d69-71d6-4949-834a-0404060646b7/os-extra_specs used request id req-30c0606d-c07c-4d45-9629-b700f0a6525e 2019-01-20 14:29:10,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0237989425659s 2019-01-20 14:29:10,252 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/ca454d69-71d6-4949-834a-0404060646b7/os-extra_specs used request id req-30c0606d-c07c-4d45-9629-b700f0a6525e 2019-01-20 14:29:10,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2019-01-20 14:29:10,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:29:10,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:29:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91ce7011-d9fc-4d37-a3aa-af556eba5ac9 Content-Encoding: gzip Content-Length: 915 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v3", "links": {"self": "http://172.30.9.22:5000/v3/services/0db328df60024ec1a94dc6db6b96daba"}, "enabled": true, "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.22:5000/v3/services/1ee893b213ec495eacfa10e42a17fc26"}, "enabled": true, "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.22:5000/v3/services/461a661a7b3b487cbbe5b6f9f737f7aa"}, "enabled": true, "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.22:5000/v3/services/61e45110754d4c4095d659149afad5bb"}, "enabled": true, "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.22:5000/v3/services/666ebcca57a54f05b462a99ec0e984f8"}, "enabled": true, "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.22:5000/v3/services/676928eb63d54826a44fa3a4cb57a657"}, "enabled": true, "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.22:5000/v3/services/74946f2b59634eb0aa706bd3d49732f8"}, "enabled": true, "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.22:5000/v3/services/79602fe8331a4f008f770df81b47c0fd"}, "enabled": true, "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.22:5000/v3/services/a52cb97e7333480a947a5ee5b140ce8e"}, "enabled": true, "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.22:5000/v3/services/a61603b336bd4db983952259e15350f1"}, "enabled": true, "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.22:5000/v3/services/c046d7f51ab440e992f9460438b66d14"}, "enabled": true, "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.22:5000/v3/services/c1f85d94cee44799aa6fc5cbdba83cd7"}, "enabled": true, "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.22:5000/v3/services/cffef5f47ec6460590ee77aa26a31fae"}, "enabled": true, "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.22:5000/v3/services/d3f8c74380aa43ff83ab27e0c61acd7e"}, "enabled": true, "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.22:5000/v3/services/de10c8d8806b446f908592d97ba05fdc"}, "enabled": true, "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.22:5000/v3/services/ef6c51a853bd4714ab75ecd2f0a28b28"}, "enabled": true, "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "links": {"self": "http://172.30.9.22:5000/v3/services", "previous": null, "next": null}} 2019-01-20 14:29:10,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/services used request id req-91ce7011-d9fc-4d37-a3aa-af556eba5ac9 2019-01-20 14:29:10,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.078901052475s 2019-01-20 14:29:10,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2019-01-20 14:29:10,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:29:10,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:29:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c18a25f-102d-4ffe-a0d6-bb97e666d410 Content-Encoding: gzip Content-Length: 2085 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0b39f9a67a104eb89d23146a80405c53"}, "url": "http://192.30.9.6:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d3f8c74380aa43ff83ab27e0c61acd7e", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/128d3b1e5184426caeb0fac9bfb078f2"}, "url": "http://172.30.9.22:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c046d7f51ab440e992f9460438b66d14", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, "url": "http://172.30.9.22:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "74946f2b59634eb0aa706bd3d49732f8", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/19292b6c561c40f2ad76d929c0c92dfa"}, "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d3f8c74380aa43ff83ab27e0c61acd7e", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1e1a673b03b54bc7b0464b7bb71fe106"}, "url": "http://192.30.9.6:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "461a661a7b3b487cbbe5b6f9f737f7aa", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/20c9ef60d7a147e4988bc1cfdfd07932"}, "url": "http://192.30.9.6:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a61603b336bd4db983952259e15350f1", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/29fe9dc629b44021a0ec3a55747439bc"}, "url": "http://172.30.9.22:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "676928eb63d54826a44fa3a4cb57a657", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/2eefe2dcb12a47b1a6c7d54b93fb16d1"}, "url": "http://192.30.9.6:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "61e45110754d4c4095d659149afad5bb", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/32f922e61b2746378fe8853829a88c37"}, "url": "http://192.30.9.6:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a52cb97e7333480a947a5ee5b140ce8e", "id": "32f922e61b2746378fe8853829a88c37"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/3800014c932d40f29bb9dc0bfcdfd5e1"}, "url": "http://192.30.9.6:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cffef5f47ec6460590ee77aa26a31fae", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/426262d1f1f44b6e96bb9a2ad8f42181"}, "url": "http://192.30.9.6:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c046d7f51ab440e992f9460438b66d14", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/47522f60edd04e899f576dc12da3c9be"}, "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c1f85d94cee44799aa6fc5cbdba83cd7", "id": "47522f60edd04e899f576dc12da3c9be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4c7b8413eedb43969d8113c071638457"}, "url": "http://192.30.9.6:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0db328df60024ec1a94dc6db6b96daba", "id": "4c7b8413eedb43969d8113c071638457"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4e5f2929c0cf44fc8c631b4c673409dd"}, "url": "http://192.30.9.6:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a52cb97e7333480a947a5ee5b140ce8e", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/52eb155647904c6986af2bf8e868c340"}, "url": "http://192.30.9.6:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d3f8c74380aa43ff83ab27e0c61acd7e", "id": "52eb155647904c6986af2bf8e868c340"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/5917d267f6484a629ff3a3277aede776"}, "url": "http://192.30.9.6:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "74946f2b59634eb0aa706bd3d49732f8", "id": "5917d267f6484a629ff3a3277aede776"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/5fe5574ba5ac40eb90b158266394457e"}, "url": "http://192.30.9.6:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "676928eb63d54826a44fa3a4cb57a657", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/6f08bf9741f542808e5848c0ba7795e0"}, "url": "http://192.30.9.6:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "676928eb63d54826a44fa3a4cb57a657", "id": "6f08bf9741f542808e5848c0ba7795e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/7145befd77ab45b5bb73536ddfb081f0"}, "url": "http://172.30.9.22:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1ee893b213ec495eacfa10e42a17fc26", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/810446a0895a484085720b1b289c6ec3"}, "url": "http://192.30.9.6:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c046d7f51ab440e992f9460438b66d14", "id": "810446a0895a484085720b1b289c6ec3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/86687275b50449038727399464ca5563"}, "url": "http://192.30.9.6:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "79602fe8331a4f008f770df81b47c0fd", "id": "86687275b50449038727399464ca5563"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/8ea9af4ce5994af6a754a48251d2a15d"}, "url": "http://172.30.9.22:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "61e45110754d4c4095d659149afad5bb", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/92c381d4658f48afa573e0eda6654b7e"}, "url": "http://192.30.9.6:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0db328df60024ec1a94dc6db6b96daba", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/98b4e83a246c42f7bb32b7aa95be4bcd"}, "url": "http://172.30.9.22:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0db328df60024ec1a94dc6db6b96daba", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a01b51727a2245f2824f4b7cf202eb40"}, "url": "http://172.30.9.22:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a61603b336bd4db983952259e15350f1", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a1c5d9f1ad6c49dfbd5a3a347ab30074"}, "url": "http://192.30.9.6:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1ee893b213ec495eacfa10e42a17fc26", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a9fdfc5d97084db5a1a1c9e935506dd2"}, "url": "http://192.30.9.6:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "461a661a7b3b487cbbe5b6f9f737f7aa", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ac1a43c8bbd3416ca077aa85aeadcc05"}, "url": "http://192.30.9.6:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "666ebcca57a54f05b462a99ec0e984f8", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ada22fa41ecf4254b7fd0d20dc4ffdff"}, "url": "http://192.30.9.6:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1ee893b213ec495eacfa10e42a17fc26", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b96945d0bac84134bccb539607611457"}, "url": "http://192.30.9.6:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c1f85d94cee44799aa6fc5cbdba83cd7", "id": "b96945d0bac84134bccb539607611457"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/bcf9cfe36ad24874b8b5efa34c747b44"}, "url": "http://172.30.9.22:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "461a661a7b3b487cbbe5b6f9f737f7aa", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c238088798db45eca432c8887925bc67"}, "url": "http://192.30.9.6:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a61603b336bd4db983952259e15350f1", "id": "c238088798db45eca432c8887925bc67"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c2a98828c44b464098a69e475454444b"}, "url": "http://192.30.9.6:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c1f85d94cee44799aa6fc5cbdba83cd7", "id": "c2a98828c44b464098a69e475454444b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c45bbf057e6d4a26b0d0bf76f60c912f"}, "url": "http://172.30.9.22:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ef6c51a853bd4714ab75ecd2f0a28b28", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c9f97d7323074c009eb9ddada38cb163"}, "url": "http://192.30.9.6:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "666ebcca57a54f05b462a99ec0e984f8", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/dbb150f6b140491b84ceab1b9fc91d35"}, "url": "http://172.30.9.22:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "79602fe8331a4f008f770df81b47c0fd", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/dd639fdd49594512a3a3c60de9e8f242"}, "url": "http://172.30.9.22:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cffef5f47ec6460590ee77aa26a31fae", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/de6096afd49449ca834709a24697111e"}, "url": "http://192.30.9.6:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "61e45110754d4c4095d659149afad5bb", "id": "de6096afd49449ca834709a24697111e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e077aaabbddb4090a832209de121bc4a"}, "url": "http://192.30.9.6:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ef6c51a853bd4714ab75ecd2f0a28b28", "id": "e077aaabbddb4090a832209de121bc4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e35913f7561f466bbbe9de4ee6e2c439"}, "url": "http://192.30.9.6:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ef6c51a853bd4714ab75ecd2f0a28b28", "id": "e35913f7561f466bbbe9de4ee6e2c439"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e6019315ff6e4e27a037576f9a47ffdb"}, "url": "http://192.30.9.6:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "74946f2b59634eb0aa706bd3d49732f8", "id": "e6019315ff6e4e27a037576f9a47ffdb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f1ce8fa6a47c4c5c8a4627c1dee8dc16"}, "url": "http://172.30.9.22:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "666ebcca57a54f05b462a99ec0e984f8", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f4c199466c554a768d18feac4241107d"}, "url": "http://192.30.9.6:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "79602fe8331a4f008f770df81b47c0fd", "id": "f4c199466c554a768d18feac4241107d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f704c9722ade4566b97f4f5731c8d0d1"}, "url": "http://172.30.9.22:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a52cb97e7333480a947a5ee5b140ce8e", "id": "f704c9722ade4566b97f4f5731c8d0d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f921a94bddad4881bf668cc485d3318f"}, "url": "http://192.30.9.6:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cffef5f47ec6460590ee77aa26a31fae", "id": "f921a94bddad4881bf668cc485d3318f"}], "links": {"self": "http://172.30.9.22:5000/v3/endpoints", "previous": null, "next": null}} 2019-01-20 14:29:10,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-9c18a25f-102d-4ffe-a0d6-bb97e666d410 2019-01-20 14:29:10,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0917952060699s 2019-01-20 14:29:10,436 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2019-01-20 14:29:10,468 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2019-01-20 14:29:12,213 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:12,214 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:12,214 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:12,214 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:12,214 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:12,214 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:12,214 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:12,214 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2019-01-20 14:29:12,215 - 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": "2019-01-20T14:29:12.162Z", "updated_at": "2019-01-20T14:29:12.162Z", "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": {"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"}, "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"}}}, "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": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "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"}}, "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"}, "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": 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": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "management_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "11.0.0.0/24"}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "management_plane_subnet_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "data_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "12.0.0.0/24", "gateway_ip": null}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "data_plane_subnet_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "target_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "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": {}, "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"}}, "create_if_missing": false, "resource_id": {"get_input": "data_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "use_external_resource": true, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "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"}, "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": 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}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "reference_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}], "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"} 2019-01-20 14:29:12,216 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:12,216 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:12 GMT 2019-01-20 14:29:12,216 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:12,216 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2019-01-20 14:29:12,216 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:12,230 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2019-01-20 14:29:12,230 - 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.22:5000", "keystone_tenant_name": "vyos_vrouter-project_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "keystone_password": "62752dcf-68e2-413b-8914-f27a25a9702c", "reference_vnf_flavor_id": "ca454d69-71d6-4949-834a-0404060646b7", "target_vnf_flavor_id": "ca454d69-71d6-4949-834a-0404060646b7", "target_vnf_image_id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2019-01-20 14:29:13,108 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:13,108 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:13,108 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:13,108 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:13,109 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:13,109 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:13,109 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:13,109 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2019-01-20 14:29:13,109 - 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": "ca454d69-71d6-4949-834a-0404060646b7", "target_vnf_flavor_id": "ca454d69-71d6-4949-834a-0404060646b7", "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_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "keystone_password": "62752dcf-68e2-413b-8914-f27a25a9702c", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.22: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": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "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": {"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"}, "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"}, "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": "2019-01-20T14:29:12.410Z", "updated_at": "2019-01-20T14:29:12.410Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2019-01-20 14:29:13,109 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:13,109 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:13 GMT 2019-01-20 14:29:13,109 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:13,109 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2019-01-20 14:29:13,109 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:13,110 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions 2019-01-20 14:29:13,191 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:13,191 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:13,191 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:13,191 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:13,191 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:13,191 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:13,192 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:13,192 - 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": {"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"}, "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"}, "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": "2019-01-20T14:29:12.983Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "61f6e976-d133-4102-8ac1-0a554c295301"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2019-01-20 14:29:13,192 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:13,192 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:13 GMT 2019-01-20 14:29:13,192 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:13,192 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2019-01-20 14:29:13,192 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:13,193 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:29:13,308 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:13,309 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:13,309 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:13,309 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:13,309 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:13,309 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:13,309 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:13,309 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2019-01-20 14:29:13,309 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:13,309 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:13 GMT 2019-01-20 14:29:13,310 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:13,310 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2019-01-20 14:29:13,310 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:13,310 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/61f6e976-d133-4102-8ac1-0a554c295301 2019-01-20 14:29:13,405 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:13,405 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:13,405 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:13,405 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:13,405 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:13,405 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:13,405 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:13,405 - 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": {"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"}, "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"}, "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": "2019-01-20T14:29:12.983Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "61f6e976-d133-4102-8ac1-0a554c295301"} 2019-01-20 14:29:13,406 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:13,406 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:13 GMT 2019-01-20 14:29:13,406 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:13,406 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2019-01-20 14:29:13,406 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:18,412 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:29:18,496 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:18,496 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:18,496 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:18,497 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:18,497 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:18,497 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:18,497 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:18,497 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:13.954Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:13.954Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "61f6e976-d133-4102-8ac1-0a554c295301"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:14.324Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:14.324Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "61f6e976-d133-4102-8ac1-0a554c295301", "logger": "62f9146a-00b3-4de9-ab34-e007292779e3"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:14.797Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip freeze", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:14.797Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "61f6e976-d133-4102-8ac1-0a554c295301", "logger": "62f9146a-00b3-4de9-ab34-e007292779e3"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:14.803Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:14.803Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "61f6e976-d133-4102-8ac1-0a554c295301"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:14.803Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:14.803Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "61f6e976-d133-4102-8ac1-0a554c295301"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:14.803Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:14.803Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "61f6e976-d133-4102-8ac1-0a554c295301"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:15.829Z", "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": "2019-01-20T14:29:15.829Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "61f6e976-d133-4102-8ac1-0a554c295301", "logger": "62f9146a-00b3-4de9-ab34-e007292779e3"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:15.829Z", "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": "2019-01-20T14:29:15.829Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "61f6e976-d133-4102-8ac1-0a554c295301", "logger": "62f9146a-00b3-4de9-ab34-e007292779e3"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:15.829Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpDIrTyU --prefix=\"/tmp/openstack-hsNaWY\" --constraint=\"/tmp/openstack-hsNaWY/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:15.829Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "61f6e976-d133-4102-8ac1-0a554c295301", "logger": "62f9146a-00b3-4de9-ab34-e007292779e3"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:15.829Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:15.829Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "61f6e976-d133-4102-8ac1-0a554c295301", "logger": "62f9146a-00b3-4de9-ab34-e007292779e3"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:15.829Z", "message": "Installing from directory: /tmp/tmpDIrTyU [args=--prefix=\"/tmp/openstack-hsNaWY\" --constraint=\"/tmp/openstack-hsNaWY/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:15.829Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "61f6e976-d133-4102-8ac1-0a554c295301", "logger": "62f9146a-00b3-4de9-ab34-e007292779e3"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2019-01-20 14:29:18,497 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:18,497 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:18 GMT 2019-01-20 14:29:18,497 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:18,497 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5806 2019-01-20 14:29:18,498 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:18,498 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2019-01-20 14:29:18,498 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin: openstack 2019-01-20 14:29:18,498 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2019-01-20 14:29:18,499 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2019-01-20 14:29:18,499 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2019-01-20 14:29:18,499 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2019-01-20 14:29:18,499 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2019-01-20 14:29:18,499 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2019-01-20 14:29:18,499 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpDIrTyU --prefix="/tmp/openstack-hsNaWY" --constraint="/tmp/openstack-hsNaWY/constraint.txt" 2019-01-20 14:29:18,500 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin from source 2019-01-20 14:29:18,500 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing from directory: /tmp/tmpDIrTyU [args=--prefix="/tmp/openstack-hsNaWY" --constraint="/tmp/openstack-hsNaWY/constraint.txt", package_name=cloudify-openstack-plugin] 2019-01-20 14:29:18,500 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/61f6e976-d133-4102-8ac1-0a554c295301 2019-01-20 14:29:18,607 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:18,607 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:18,607 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:18,607 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:18,607 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:18,607 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:18,608 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:18,608 - 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": {"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"}, "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"}, "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": "2019-01-20T14:29:12.983Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "61f6e976-d133-4102-8ac1-0a554c295301"} 2019-01-20 14:29:18,608 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:18,608 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:18 GMT 2019-01-20 14:29:18,608 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:18,608 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2019-01-20 14:29:18,608 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:23,614 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:29:23,692 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:23,693 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:23,693 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:23,693 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:23,693 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:23,693 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:23,693 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:23,693 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2019-01-20 14:29:23,693 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:23,693 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:23 GMT 2019-01-20 14:29:23,694 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:23,694 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2019-01-20 14:29:23,694 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:23,694 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/61f6e976-d133-4102-8ac1-0a554c295301 2019-01-20 14:29:23,757 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:23,757 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:23,757 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:23,757 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:23,758 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:23,758 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:23,758 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:23,758 - 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": {"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"}, "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"}, "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": "2019-01-20T14:29:12.983Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "61f6e976-d133-4102-8ac1-0a554c295301"} 2019-01-20 14:29:23,758 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:23,758 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:23 GMT 2019-01-20 14:29:23,758 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:23,758 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2019-01-20 14:29:23,759 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:28,765 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:29:28,843 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:28,844 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:28,844 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:28,844 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:28,844 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:28,844 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:28,844 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:28,844 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2019-01-20 14:29:28,844 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:28,845 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:28 GMT 2019-01-20 14:29:28,845 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:28,845 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2019-01-20 14:29:28,845 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:28,845 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/61f6e976-d133-4102-8ac1-0a554c295301 2019-01-20 14:29:28,906 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:28,906 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:28,906 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:28,906 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:28,906 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:28,906 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:28,907 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:28,907 - 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": {"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"}, "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"}, "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": "2019-01-20T14:29:12.983Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "61f6e976-d133-4102-8ac1-0a554c295301"} 2019-01-20 14:29:28,907 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:28,907 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:28 GMT 2019-01-20 14:29:28,907 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:28,907 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2019-01-20 14:29:28,907 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:33,913 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:29:33,983 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:33,983 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:33,983 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:33,983 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:33,983 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:33,984 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:33,984 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:33,984 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2019-01-20 14:29:33,984 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:33,984 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:33 GMT 2019-01-20 14:29:33,984 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:33,984 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2019-01-20 14:29:33,984 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:33,985 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/61f6e976-d133-4102-8ac1-0a554c295301 2019-01-20 14:29:34,056 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:34,056 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:34,056 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:34,056 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:34,056 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:34,056 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:34,057 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:34,057 - 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": {"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"}, "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"}, "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": "2019-01-20T14:29:12.983Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "61f6e976-d133-4102-8ac1-0a554c295301"} 2019-01-20 14:29:34,057 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:34,057 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:34 GMT 2019-01-20 14:29:34,057 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:34,057 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2019-01-20 14:29:34,057 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:39,063 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:29:39,136 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:39,137 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:39,137 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:39,137 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:39,137 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:39,137 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:39,137 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:39,137 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2019-01-20 14:29:39,137 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:39,137 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:39 GMT 2019-01-20 14:29:39,138 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:39,138 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2019-01-20 14:29:39,138 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:39,138 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/61f6e976-d133-4102-8ac1-0a554c295301 2019-01-20 14:29:39,199 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:39,199 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:39,199 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:39,199 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:39,199 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:39,199 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:39,199 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:39,200 - 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": {"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"}, "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"}, "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": "2019-01-20T14:29:12.983Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "61f6e976-d133-4102-8ac1-0a554c295301"} 2019-01-20 14:29:39,200 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:39,200 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:39 GMT 2019-01-20 14:29:39,200 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:39,200 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2019-01-20 14:29:39,200 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:44,206 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:29:44,287 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:44,287 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:44,287 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:44,288 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:44,288 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:44,288 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:44,288 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:44,288 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:40.287Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:40.287Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "61f6e976-d133-4102-8ac1-0a554c295301", "logger": "62f9146a-00b3-4de9-ab34-e007292779e3"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:40.857Z", "message": "Removing directory: /tmp/tmpDIrTyU", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:40.857Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "61f6e976-d133-4102-8ac1-0a554c295301", "logger": "62f9146a-00b3-4de9-ab34-e007292779e3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:41.257Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:41.257Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "61f6e976-d133-4102-8ac1-0a554c295301"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:41.852Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:41.852Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "61f6e976-d133-4102-8ac1-0a554c295301"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:41.852Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:41.852Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "61f6e976-d133-4102-8ac1-0a554c295301"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:42.918Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:42.918Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "61f6e976-d133-4102-8ac1-0a554c295301"}], "metadata": {"pagination": {"total": 17, "offset": 11, "size": 50}}} 2019-01-20 14:29:44,288 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:44,288 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:44 GMT 2019-01-20 14:29:44,288 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:44,288 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2991 2019-01-20 14:29:44,288 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:44,289 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Retrieved package name: cloudify-openstack-plugin 2019-01-20 14:29:44,289 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Removing directory: /tmp/tmpDIrTyU 2019-01-20 14:29:44,289 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2019-01-20 14:29:44,289 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2019-01-20 14:29:44,290 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2019-01-20 14:29:44,290 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2019-01-20 14:29:44,290 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/61f6e976-d133-4102-8ac1-0a554c295301 2019-01-20 14:29:44,360 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:44,360 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:44,360 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:44,361 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:44,361 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:44,361 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:44,361 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:44,361 - 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": {"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"}, "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"}, "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": "2019-01-20T14:29:12.983Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "61f6e976-d133-4102-8ac1-0a554c295301"} 2019-01-20 14:29:44,361 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:44,361 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:44 GMT 2019-01-20 14:29:44,361 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:44,361 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5934 2019-01-20 14:29:44,361 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:44,362 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2019-01-20 14:29:44,362 - 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} 2019-01-20 14:29:44,525 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:44,526 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:44,526 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:44,526 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:44,526 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:44,526 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:44,526 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:44,526 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 134 2019-01-20 14:29:44,526 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:29:44,527 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:44,527 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:44 GMT 2019-01-20 14:29:44,527 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:44,527 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:29:44,527 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:44,527 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:29:44,599 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:44,599 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:44,599 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:44,599 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:44,599 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:44,599 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:44,600 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:44,600 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2019-01-20 14:29:44,600 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:44,600 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:44 GMT 2019-01-20 14:29:44,600 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:44,600 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2019-01-20 14:29:44,600 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:44,601 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:29:44,661 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:44,661 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:44,661 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:44,661 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:44,661 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:44,662 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:44,662 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:44,662 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:29:44,662 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:44,662 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:44 GMT 2019-01-20 14:29:44,662 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:44,662 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:29:44,662 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:49,668 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:29:49,809 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:49,809 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:49,809 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:49,809 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:49,809 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:49,809 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:49,810 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:49,810 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:45.168Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:45.168Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "security_group_xghjgk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:46.198Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:46.198Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "security_group_xghjgk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:46.198Z", "message": "Creating node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:46.198Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "management_plane_network_s2yfqg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:47.578Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:47.578Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "security_group_xghjgk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:47.578Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:47.578Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_ip_zzhgjg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:47.578Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:47.578Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_ip_p5kqj6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:47.578Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:47.578Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_ip_zzhgjg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:47.578Z", "message": "Creating node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:47.578Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "management_plane_network_s2yfqg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:47.578Z", "message": "Creating node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:47.578Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_ip_zzhgjg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:47.578Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:47.578Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_ip_p5kqj6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:47.578Z", "message": "Creating node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:47.578Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_ip_p5kqj6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:47.578Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:47.578Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "security_group_xghjgk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:47.582Z", "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": "2019-01-20T14:29:47.582Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "24b4c2cb-c6b3-4dd9-bb8f-b62666558863"}, {"node_instance_id": "security_group_xghjgk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:48.060Z", "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": "2019-01-20T14:29:48.060Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "24b4c2cb-c6b3-4dd9-bb8f-b62666558863"}, {"node_instance_id": "security_group_xghjgk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:48.060Z", "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": "2019-01-20T14:29:48.060Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "24b4c2cb-c6b3-4dd9-bb8f-b62666558863"}, {"node_instance_id": "security_group_xghjgk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:48.060Z", "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": "2019-01-20T14:29:48.060Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "24b4c2cb-c6b3-4dd9-bb8f-b62666558863"}, {"node_instance_id": "security_group_xghjgk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:48.060Z", "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": "2019-01-20T14:29:48.060Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "24b4c2cb-c6b3-4dd9-bb8f-b62666558863"}, {"node_instance_id": "security_group_xghjgk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:48.060Z", "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": "2019-01-20T14:29:48.060Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "24b4c2cb-c6b3-4dd9-bb8f-b62666558863"}, {"node_instance_id": "security_group_xghjgk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:48.060Z", "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": "2019-01-20T14:29:48.060Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "24b4c2cb-c6b3-4dd9-bb8f-b62666558863"}, {"node_instance_id": "security_group_xghjgk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:48.060Z", "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": "2019-01-20T14:29:48.060Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "24b4c2cb-c6b3-4dd9-bb8f-b62666558863"}, {"node_instance_id": "keypair_yorxun", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:48.656Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:48.656Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "data_plane_network_mmtbet", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:48.656Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:48.656Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "external_network_2uwbd9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:48.656Z", "message": "Creating node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:48.656Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "data_plane_network_mmtbet", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:48.656Z", "message": "Creating node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:48.656Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "keypair_yorxun", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:48.656Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:48.656Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "keypair_yorxun", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:48.656Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:48.656Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "management_plane_network_s2yfqg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:48.656Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:48.656Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "external_network_2uwbd9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:48.656Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:48.656Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_ip_p5kqj6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:49.781Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'0e384f7567d04343aa6f6d6ec88f0ec1', u'created_at': u'2019-01-20T14:29:49Z', u'updated_at': u'2019-01-20T14:29:49Z', u'floating_network_id': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.207', u'revision_number': 0, u'project_id': u'0e384f7567d04343aa6f6d6ec88f0ec1', u'port_id': None, u'id': u'da19eab9-1f3c-4a37-9970-35bcd5a05613'}", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:49.781Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "7783fc79-be5e-4737-88d4-8e9c7c54a420"}], "metadata": {"pagination": {"total": 28, "offset": 0, "size": 50}}} 2019-01-20 14:29:49,810 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:49,810 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:49 GMT 2019-01-20 14:29:49,810 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:49,810 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16219 2019-01-20 14:29:49,810 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:49,811 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2019-01-20 14:29:49,811 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2019-01-20 14:29:49,811 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-20 14:29:49,812 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2019-01-20 14:29:49,812 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2019-01-20 14:29:49,812 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2019-01-20 14:29:49,812 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2019-01-20 14:29:49,812 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-20 14:29:49,812 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-20 14:29:49,812 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2019-01-20 14:29:49,813 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-20 14:29:49,813 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2019-01-20 14:29:49,813 - 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} 2019-01-20 14:29:49,813 - 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'} 2019-01-20 14:29:49,813 - 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'} 2019-01-20 14:29:49,813 - 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'} 2019-01-20 14:29:49,814 - 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'} 2019-01-20 14:29:49,814 - 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'} 2019-01-20 14:29:49,814 - 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'} 2019-01-20 14:29:49,814 - 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'} 2019-01-20 14:29:49,814 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-20 14:29:49,814 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2019-01-20 14:29:49,814 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-20 14:29:49,815 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-20 14:29:49,815 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2019-01-20 14:29:49,815 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2019-01-20 14:29:49,815 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2019-01-20 14:29:49,815 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2019-01-20 14:29:49,815 - 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'0e384f7567d04343aa6f6d6ec88f0ec1', u'created_at': u'2019-01-20T14:29:49Z', u'updated_at': u'2019-01-20T14:29:49Z', u'floating_network_id': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.207', u'revision_number': 0, u'project_id': u'0e384f7567d04343aa6f6d6ec88f0ec1', u'port_id': None, u'id': u'da19eab9-1f3c-4a37-9970-35bcd5a05613'} 2019-01-20 14:29:49,816 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:29:49,935 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:49,935 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:49,935 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:49,935 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:49,935 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:49,935 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:49,935 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:49,936 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:29:49,936 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:49,936 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:49 GMT 2019-01-20 14:29:49,936 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:49,936 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:29:49,936 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:54,942 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:29:55,435 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:55,435 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:55,435 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:55,436 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:55,436 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:55,436 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:55,436 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:55,436 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "external_network_2uwbd9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:49.967Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:49.967Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "management_plane_network_s2yfqg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:49.967Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:49.967Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "data_plane_network_mmtbet", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:49.967Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:49.967Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "keypair_yorxun", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:49.967Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:49.967Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_ip_zzhgjg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:50.121Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'0e384f7567d04343aa6f6d6ec88f0ec1', u'created_at': u'2019-01-20T14:29:49Z', u'updated_at': u'2019-01-20T14:29:49Z', u'floating_network_id': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.209', u'revision_number': 0, u'project_id': u'0e384f7567d04343aa6f6d6ec88f0ec1', u'port_id': None, u'id': u'0ccf672a-2f27-4cdb-be5f-b7ec9d432edb'}", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:50.121Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "5cfc689d-e842-47fb-bacd-6fdfe749ccbe"}, {"node_instance_id": "target_vnf_ip_p5kqj6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:51.005Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:51.005Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_ip_zzhgjg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:51.005Z", "message": "Configuring node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:51.005Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "keypair_yorxun", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:51.005Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:51.005Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "management_plane_network_s2yfqg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:51.005Z", "message": "Starting node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:51.005Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_ip_p5kqj6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:51.005Z", "message": "Configuring node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:51.005Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "management_plane_network_s2yfqg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:51.005Z", "message": "Configuring node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:51.005Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_ip_zzhgjg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:51.005Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:51.005Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "keypair_yorxun", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:51.005Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:51.005Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "external_network_2uwbd9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:51.151Z", "message": "Using external resource network: external", "level": "info", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:51.151Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "64381220-4048-43a0-8244-9aea0a6f4247"}, {"node_instance_id": "data_plane_network_mmtbet", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:52.076Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:52.076Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_ip_p5kqj6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:52.076Z", "message": "Starting node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:52.076Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "external_network_2uwbd9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:52.076Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:52.076Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "security_group_xghjgk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:52.076Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:52.076Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_ip_zzhgjg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:52.076Z", "message": "Starting node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:52.076Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "security_group_xghjgk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:53.155Z", "message": "Configuring node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:53.155Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "data_plane_network_mmtbet", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:53.155Z", "message": "Configuring node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:53.155Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "external_network_2uwbd9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:53.155Z", "message": "Starting node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:53.155Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "external_network_2uwbd9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:53.155Z", "message": "Configuring node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:53.155Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "security_group_xghjgk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:54.191Z", "message": "Starting node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:54.191Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "router_eqqm4d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:54.191Z", "message": "Creating node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:54.191Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "data_plane_network_mmtbet", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:54.191Z", "message": "Starting node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:54.191Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}], "metadata": {"pagination": {"total": 55, "offset": 29, "size": 50}}} 2019-01-20 14:29:55,436 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:55,436 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:55 GMT 2019-01-20 14:29:55,436 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:55,436 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13074 2019-01-20 14:29:55,436 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:29:55,437 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2019-01-20 14:29:55,438 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2019-01-20 14:29:55,438 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2019-01-20 14:29:55,438 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2019-01-20 14:29:55,438 - 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'0e384f7567d04343aa6f6d6ec88f0ec1', u'created_at': u'2019-01-20T14:29:49Z', u'updated_at': u'2019-01-20T14:29:49Z', u'floating_network_id': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.209', u'revision_number': 0, u'project_id': u'0e384f7567d04343aa6f6d6ec88f0ec1', u'port_id': None, u'id': u'0ccf672a-2f27-4cdb-be5f-b7ec9d432edb'} 2019-01-20 14:29:55,438 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2019-01-20 14:29:55,438 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-20 14:29:55,439 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-20 14:29:55,439 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-20 14:29:55,439 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-20 14:29:55,439 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-20 14:29:55,439 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2019-01-20 14:29:55,439 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-20 14:29:55,440 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Using external resource network: external 2019-01-20 14:29:55,440 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2019-01-20 14:29:55,440 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-20 14:29:55,440 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2019-01-20 14:29:55,440 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2019-01-20 14:29:55,440 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-20 14:29:55,440 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-20 14:29:55,441 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-20 14:29:55,441 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-20 14:29:55,441 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-20 14:29:55,441 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-20 14:29:55,441 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-20 14:29:55,441 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-20 14:29:55,442 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:29:55,682 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:29:55,683 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:29:55,683 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:29:55,683 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:29:55,683 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:29:55,683 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:29:55,683 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:29:55,683 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:29:55,683 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:29:55,683 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:29:55 GMT 2019-01-20 14:29:55,683 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:29:55,684 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:29:55,684 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:00,689 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:30:00,763 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:00,763 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:00,763 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:00,763 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:00,763 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:00,764 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:00,764 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:00,764 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "router_eqqm4d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:55.210Z", "message": "Sending task 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:55.210Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "data_plane_subnet_mo1kve", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:55.210Z", "message": "Creating node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:55.210Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "data_plane_subnet_mo1kve", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:55.210Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:55.210Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "router_eqqm4d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:55.210Z", "message": "Task started 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:55.210Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "data_plane_subnet_mo1kve", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:55.210Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:55.210Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "data_plane_subnet_mo1kve", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:57.146Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:57.146Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "data_plane_subnet_mo1kve", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:58.495Z", "message": "Configuring node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:58.495Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "data_plane_subnet_mo1kve", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:58.495Z", "message": "Starting node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:58.495Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_data_plane_port_ev7ew7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:59.532Z", "message": "Creating node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:59.532Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_data_plane_port_ev7ew7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:59.532Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:59.532Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_data_plane_port_1w989l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:59.532Z", "message": "Creating node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:59.532Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_data_plane_port_ev7ew7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:59.532Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:59.532Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_data_plane_port_1w989l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:59.638Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:59.638Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_data_plane_port_1w989l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:29:59.638Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:29:59.638Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}], "metadata": {"pagination": {"total": 69, "offset": 55, "size": 50}}} 2019-01-20 14:30:00,764 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:00,764 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:00 GMT 2019-01-20 14:30:00,764 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:00,764 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7058 2019-01-20 14:30:00,764 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:00,765 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2019-01-20 14:30:00,765 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-20 14:30:00,765 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2019-01-20 14:30:00,765 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2019-01-20 14:30:00,766 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2019-01-20 14:30:00,766 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2019-01-20 14:30:00,766 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-20 14:30:00,766 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-20 14:30:00,766 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-20 14:30:00,766 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2019-01-20 14:30:00,767 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-20 14:30:00,767 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2019-01-20 14:30:00,767 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2019-01-20 14:30:00,767 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2019-01-20 14:30:00,767 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:30:00,829 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:00,829 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:00,829 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:00,829 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:00,829 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:00,829 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:00,829 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:00,829 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:30:00,830 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:00,830 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:00 GMT 2019-01-20 14:30:00,830 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:00,830 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:30:00,830 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:05,835 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:30:05,903 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:05,904 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:05,904 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:05,904 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:05,904 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:05,904 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:05,904 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:05,904 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "router_eqqm4d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:01.406Z", "message": "Task succeeded 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:01.406Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_data_plane_port_1w989l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:02.506Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:02.506Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_data_plane_port_ev7ew7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:02.659Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:02.659Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_data_plane_port_1w989l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:04.001Z", "message": "Configuring node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:04.001Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_data_plane_port_ev7ew7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:04.001Z", "message": "Configuring node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:04.001Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "router_eqqm4d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:04.001Z", "message": "Starting node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:04.001Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "router_eqqm4d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:04.001Z", "message": "Configuring node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:04.001Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "management_plane_subnet_u674h2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:05.044Z", "message": "Creating node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:05.044Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:05.044Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:05.044Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "management_plane_subnet_u674h2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:05.044Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:05.044Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_data_plane_port_ev7ew7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:05.044Z", "message": "Starting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:05.044Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_data_plane_port_1w989l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:05.044Z", "message": "Starting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:05.044Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "management_plane_subnet_u674h2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:05.044Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:05.044Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}], "metadata": {"pagination": {"total": 82, "offset": 69, "size": 50}}} 2019-01-20 14:30:05,905 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:05,905 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:05 GMT 2019-01-20 14:30:05,905 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:05,905 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6456 2019-01-20 14:30:05,905 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:05,905 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2019-01-20 14:30:05,906 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2019-01-20 14:30:05,906 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2019-01-20 14:30:05,906 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-20 14:30:05,906 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-20 14:30:05,906 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-20 14:30:05,906 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-20 14:30:05,907 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-20 14:30:05,907 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2019-01-20 14:30:05,907 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2019-01-20 14:30:05,907 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-20 14:30:05,907 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-20 14:30:05,907 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2019-01-20 14:30:05,908 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:30:05,971 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:05,971 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:05,972 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:05,972 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:05,972 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:05,972 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:05,972 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:05,972 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:30:05,972 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:05,972 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:05 GMT 2019-01-20 14:30:05,972 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:05,972 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:30:05,973 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:10,978 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:30:11,090 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:11,091 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:11,091 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:11,091 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:11,091 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:11,091 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:11,091 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:11,091 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:06.106Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:06.106Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:06.106Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:06.106Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:06.495Z", "message": "connect_security_group(): source_id=accdc9ab-86c5-424f-a5e1-086fc184e885 target={u'external_id': u'3a69c358-8823-4ed4-ba4a-1dc96b64df3c', 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": "2019-01-20T14:30:06.495Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "9bb17523-e994-4026-81af-c3ca1d4ef702"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:07.177Z", "message": "connect_security_group(): source_id=0f9b9e0d-2dec-4ea9-99e7-673ccab4a5a4 target={u'external_id': u'3a69c358-8823-4ed4-ba4a-1dc96b64df3c', 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": "2019-01-20T14:30:07.177Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "54ef075d-db5a-4ca0-979f-17beb79418aa"}, {"node_instance_id": "management_plane_subnet_u674h2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:07.181Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:07.181Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:08.123Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:08.123Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "management_plane_subnet_u674h2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:08.123Z", "message": "Configuring node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:08.123Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "management_plane_subnet_u674h2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:09.215Z", "message": "Starting node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:09.215Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:09.215Z", "message": "Sending task 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:09.215Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:09.215Z", "message": "Task started 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:09.215Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}], "metadata": {"pagination": {"total": 94, "offset": 82, "size": 50}}} 2019-01-20 14:30:11,091 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:11,091 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:11 GMT 2019-01-20 14:30:11,092 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:11,092 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5478 2019-01-20 14:30:11,092 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:11,092 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2019-01-20 14:30:11,092 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2019-01-20 14:30:11,093 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=accdc9ab-86c5-424f-a5e1-086fc184e885 target={u'external_id': u'3a69c358-8823-4ed4-ba4a-1dc96b64df3c', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2019-01-20 14:30:11,093 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=0f9b9e0d-2dec-4ea9-99e7-673ccab4a5a4 target={u'external_id': u'3a69c358-8823-4ed4-ba4a-1dc96b64df3c', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2019-01-20 14:30:11,093 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2019-01-20 14:30:11,093 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2019-01-20 14:30:11,093 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-20 14:30:11,093 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-20 14:30:11,094 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2019-01-20 14:30:11,094 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2019-01-20 14:30:11,094 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:30:11,165 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:11,166 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:11,166 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:11,166 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:11,166 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:11,166 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:11,166 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:11,166 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:30:11,166 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:11,166 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:11 GMT 2019-01-20 14:30:11,167 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:11,167 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:30:11,167 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:16,172 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:30:16,511 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:16,511 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:16,511 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:16,511 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:16,511 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:16,511 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:16,512 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:16,512 - 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": "2019-01-20T14:30:12.344Z", "message": "Task succeeded 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:12.344Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_port_5xo86t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:13.253Z", "message": "Creating node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:13.253Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_port_7tatsg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:13.253Z", "message": "Creating node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:13.253Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_port_5xo86t", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:14.272Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:14.272Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_port_5xo86t", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:14.272Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:14.272Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_port_7tatsg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:14.272Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:14.272Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_port_7tatsg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:14.272Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:14.272Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}], "metadata": {"pagination": {"total": 101, "offset": 92, "size": 50}}} 2019-01-20 14:30:16,512 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:16,512 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:16 GMT 2019-01-20 14:30:16,512 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:16,512 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3535 2019-01-20 14:30:16,512 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:16,513 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2019-01-20 14:30:16,513 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-20 14:30:16,513 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-20 14:30:16,513 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2019-01-20 14:30:16,513 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2019-01-20 14:30:16,514 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2019-01-20 14:30:16,514 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2019-01-20 14:30:16,514 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:30:16,595 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:16,595 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:16,595 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:16,596 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:16,596 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:16,596 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:16,596 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:16,596 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:30:16,596 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:16,596 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:16 GMT 2019-01-20 14:30:16,596 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:16,596 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:30:16,596 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:21,602 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:30:21,666 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:21,666 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:21,666 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:21,666 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:21,666 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:21,666 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:21,667 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:21,667 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_port_5xo86t", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:16.775Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:16.775Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_port_7tatsg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:17.287Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:17.287Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_port_5xo86t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:18.305Z", "message": "Configuring node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:18.305Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_port_7tatsg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:18.305Z", "message": "Configuring node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:18.305Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_port_7tatsg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:19.875Z", "message": "Starting node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:19.875Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_port_5xo86t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:20.314Z", "message": "Starting node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:20.314Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:21.331Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:21.331Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:21.331Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:21.331Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}], "metadata": {"pagination": {"total": 111, "offset": 99, "size": 50}}} 2019-01-20 14:30:21,667 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:21,667 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:21 GMT 2019-01-20 14:30:21,667 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:21,667 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3947 2019-01-20 14:30:21,667 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:21,668 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2019-01-20 14:30:21,668 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2019-01-20 14:30:21,668 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-20 14:30:21,668 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-20 14:30:21,668 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-20 14:30:21,668 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-20 14:30:21,669 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2019-01-20 14:30:21,669 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2019-01-20 14:30:21,669 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:30:21,729 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:21,729 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:21,729 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:21,729 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:21,729 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:21,730 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:21,730 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:21,730 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:30:21,730 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:21,730 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:21 GMT 2019-01-20 14:30:21,730 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:21,730 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:30:21,730 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:26,736 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:30:26,836 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:26,836 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:26,837 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:26,837 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:26,837 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:26,837 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:26,837 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:26,837 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:21.854Z", "message": "connect_security_group(): source_id=0a00ac6f-4a3e-496c-aa85-84f90edaea19 target={u'external_id': u'3a69c358-8823-4ed4-ba4a-1dc96b64df3c', 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": "2019-01-20T14:30:21.854Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "9c58018f-6afa-4db2-b763-e2552f6a2182"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:22.226Z", "message": "connect_security_group(): source_id=296f84f5-10fe-4aa2-a6fc-58c19723aae5 target={u'external_id': u'3a69c358-8823-4ed4-ba4a-1dc96b64df3c', 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": "2019-01-20T14:30:22.226Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "5fc272ec-3493-49b1-bfb0-717ff7c1d451"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:22.649Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:22.649Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:23.391Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:23.391Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:23.391Z", "message": "Sending task 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:23.391Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:23.391Z", "message": "Task started 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:23.391Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:25.178Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:25.178Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_host_r1jczt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:26.675Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:26.675Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:26.675Z", "message": "Creating node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:26.675Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:26.675Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:26.675Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:26.675Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:26.675Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_host_r1jczt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:26.675Z", "message": "Creating node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:26.675Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:26.675Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:26.675Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_host_r1jczt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:26.675Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:26.675Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}], "metadata": {"pagination": {"total": 127, "offset": 107, "size": 50}}} 2019-01-20 14:30:26,837 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:26,837 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:26 GMT 2019-01-20 14:30:26,837 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:26,838 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7472 2019-01-20 14:30:26,838 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:26,838 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=0a00ac6f-4a3e-496c-aa85-84f90edaea19 target={u'external_id': u'3a69c358-8823-4ed4-ba4a-1dc96b64df3c', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2019-01-20 14:30:26,838 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=296f84f5-10fe-4aa2-a6fc-58c19723aae5 target={u'external_id': u'3a69c358-8823-4ed4-ba4a-1dc96b64df3c', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2019-01-20 14:30:26,839 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2019-01-20 14:30:26,839 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2019-01-20 14:30:26,839 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2019-01-20 14:30:26,839 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2019-01-20 14:30:26,839 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2019-01-20 14:30:26,839 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2019-01-20 14:30:26,840 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-20 14:30:26,840 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2019-01-20 14:30:26,840 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2019-01-20 14:30:26,840 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-20 14:30:26,840 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2019-01-20 14:30:26,840 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2019-01-20 14:30:26,841 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:30:26,954 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:26,954 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:26,955 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:26,955 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:26,955 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:26,955 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:26,955 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:26,955 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:30:26,955 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:26,955 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:26 GMT 2019-01-20 14:30:26,955 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:26,955 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:30:26,956 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:31,960 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:30:32,057 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:32,057 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:32,057 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:32,057 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:32,057 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:32,058 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:32,058 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:32,058 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_9rbm3e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:27.126Z", "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'0a00ac6f-4a3e-496c-aa85-84f90edaea19', u'fixed_ip_address': u'11.0.0.12', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:94:b0:33'}, {u'external_id': u'accdc9ab-86c5-424f-a5e1-086fc184e885', u'fixed_ip_address': u'12.0.0.5', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:28:fc:d8'}]", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:27.126Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "0ba8e704-89fd-47be-9b36-6d6f4bff6805"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:27.256Z", "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": "2019-01-20T14:30:27.256Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "0ba8e704-89fd-47be-9b36-6d6f4bff6805"}, {"node_instance_id": "target_vnf_host_r1jczt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:28.267Z", "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": "2019-01-20T14:30:28.267Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "2e6deb08-6184-46a9-8ca2-7f0650809fdd"}, {"node_instance_id": "target_vnf_host_r1jczt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:28.267Z", "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'296f84f5-10fe-4aa2-a6fc-58c19723aae5', u'fixed_ip_address': u'11.0.0.6', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:40:00:4f'}, {u'external_id': u'0f9b9e0d-2dec-4ea9-99e7-673ccab4a5a4', u'fixed_ip_address': u'12.0.0.10', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:7c:a7:61'}]", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:28.267Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "2e6deb08-6184-46a9-8ca2-7f0650809fdd"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:29.859Z", "message": "server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'd4bf510e-0e38-44cd-b83d-f78cad64d1c4', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'acfe8bc0-b67f-44b2-82ea-7b81797284e2'}, 'nics': [{'port-id': u'0a00ac6f-4a3e-496c-aa85-84f90edaea19'}, {'port-id': u'accdc9ab-86c5-424f-a5e1-086fc184e885'}], 'flavor': u'ca454d69-71d6-4949-834a-0404060646b7'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:29.859Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "0ba8e704-89fd-47be-9b36-6d6f4bff6805"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:30.290Z", "message": "Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'd4bf510e-0e38-44cd-b83d-f78cad64d1c4', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'acfe8bc0-b67f-44b2-82ea-7b81797284e2'}, 'nics': [{'port-id': u'0a00ac6f-4a3e-496c-aa85-84f90edaea19'}, {'port-id': u'accdc9ab-86c5-424f-a5e1-086fc184e885'}], 'flavor': u'ca454d69-71d6-4949-834a-0404060646b7'}", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:30.290Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "0ba8e704-89fd-47be-9b36-6d6f4bff6805"}, {"node_instance_id": "target_vnf_host_r1jczt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:30.290Z", "message": "Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'd4bf510e-0e38-44cd-b83d-f78cad64d1c4', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'acfe8bc0-b67f-44b2-82ea-7b81797284e2'}, 'nics': [{'port-id': u'296f84f5-10fe-4aa2-a6fc-58c19723aae5'}, {'port-id': u'0f9b9e0d-2dec-4ea9-99e7-673ccab4a5a4'}], 'flavor': u'ca454d69-71d6-4949-834a-0404060646b7'}", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:30.290Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "2e6deb08-6184-46a9-8ca2-7f0650809fdd"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:30.290Z", "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": "2019-01-20T14:30:30.290Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "0ba8e704-89fd-47be-9b36-6d6f4bff6805"}, {"node_instance_id": "target_vnf_host_r1jczt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:30.290Z", "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": "2019-01-20T14:30:30.290Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "2e6deb08-6184-46a9-8ca2-7f0650809fdd"}, {"node_instance_id": "target_vnf_host_r1jczt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:30.290Z", "message": "server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'd4bf510e-0e38-44cd-b83d-f78cad64d1c4', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'acfe8bc0-b67f-44b2-82ea-7b81797284e2'}, 'nics': [{'port-id': u'296f84f5-10fe-4aa2-a6fc-58c19723aae5'}, {'port-id': u'0f9b9e0d-2dec-4ea9-99e7-673ccab4a5a4'}], 'flavor': u'ca454d69-71d6-4949-834a-0404060646b7'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:30.290Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "2e6deb08-6184-46a9-8ca2-7f0650809fdd"}], "metadata": {"pagination": {"total": 137, "offset": 121, "size": 50}}} 2019-01-20 14:30:32,058 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:32,058 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:32 GMT 2019-01-20 14:30:32,058 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:32,058 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8455 2019-01-20 14:30:32,058 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:32,059 - 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'0a00ac6f-4a3e-496c-aa85-84f90edaea19', u'fixed_ip_address': u'11.0.0.12', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:94:b0:33'}, {u'external_id': u'accdc9ab-86c5-424f-a5e1-086fc184e885', u'fixed_ip_address': u'12.0.0.5', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:28:fc:d8'}] 2019-01-20 14:30:32,059 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'} 2019-01-20 14:30:32,059 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'} 2019-01-20 14:30:32,059 - 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'296f84f5-10fe-4aa2-a6fc-58c19723aae5', u'fixed_ip_address': u'11.0.0.6', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:40:00:4f'}, {u'external_id': u'0f9b9e0d-2dec-4ea9-99e7-673ccab4a5a4', u'fixed_ip_address': u'12.0.0.10', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:7c:a7:61'}] 2019-01-20 14:30:32,060 - 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'd4bf510e-0e38-44cd-b83d-f78cad64d1c4', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'acfe8bc0-b67f-44b2-82ea-7b81797284e2'}, 'nics': [{'port-id': u'0a00ac6f-4a3e-496c-aa85-84f90edaea19'}, {'port-id': u'accdc9ab-86c5-424f-a5e1-086fc184e885'}], 'flavor': u'ca454d69-71d6-4949-834a-0404060646b7'} 2019-01-20 14:30:32,060 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'd4bf510e-0e38-44cd-b83d-f78cad64d1c4', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'acfe8bc0-b67f-44b2-82ea-7b81797284e2'}, 'nics': [{'port-id': u'0a00ac6f-4a3e-496c-aa85-84f90edaea19'}, {'port-id': u'accdc9ab-86c5-424f-a5e1-086fc184e885'}], 'flavor': u'ca454d69-71d6-4949-834a-0404060646b7'} 2019-01-20 14:30:32,060 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'd4bf510e-0e38-44cd-b83d-f78cad64d1c4', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'acfe8bc0-b67f-44b2-82ea-7b81797284e2'}, 'nics': [{'port-id': u'296f84f5-10fe-4aa2-a6fc-58c19723aae5'}, {'port-id': u'0f9b9e0d-2dec-4ea9-99e7-673ccab4a5a4'}], 'flavor': u'ca454d69-71d6-4949-834a-0404060646b7'} 2019-01-20 14:30:32,060 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2019-01-20 14:30:32,060 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2019-01-20 14:30:32,060 - 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'd4bf510e-0e38-44cd-b83d-f78cad64d1c4', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'acfe8bc0-b67f-44b2-82ea-7b81797284e2'}, 'nics': [{'port-id': u'296f84f5-10fe-4aa2-a6fc-58c19723aae5'}, {'port-id': u'0f9b9e0d-2dec-4ea9-99e7-673ccab4a5a4'}], 'flavor': u'ca454d69-71d6-4949-834a-0404060646b7'} 2019-01-20 14:30:32,061 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:30:32,122 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:32,122 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:32,123 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:32,123 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:32,123 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:32,123 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:32,123 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:32,123 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:30:32,123 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:32,123 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:32 GMT 2019-01-20 14:30:32,123 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:32,124 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:30:32,124 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:37,129 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:30:37,194 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:37,195 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:37,195 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:37,195 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:37,195 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:37,195 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:37,195 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:37,195 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_r1jczt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:32.373Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:32.373Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:32.722Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:32.722Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:33.733Z", "message": "Configuring node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:33.733Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_host_r1jczt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:33.733Z", "message": "Configuring node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:33.733Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_host_r1jczt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:34.756Z", "message": "Starting node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:34.756Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:34.756Z", "message": "Starting node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:34.756Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_host_r1jczt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:34.756Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:34.756Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_host_r1jczt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:34.756Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:34.756Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:34.756Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:34.756Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:34.756Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:30:34.756Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_host_r1jczt", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:36.885Z", "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": "2019-01-20T14:30:36.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}], "metadata": {"pagination": {"total": 148, "offset": 131, "size": 50}}} 2019-01-20 14:30:37,195 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:37,195 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:37 GMT 2019-01-20 14:30:37,196 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:37,196 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6089 2019-01-20 14:30:37,196 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:37,196 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2019-01-20 14:30:37,196 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2019-01-20 14:30:37,197 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-20 14:30:37,197 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-20 14:30:37,197 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-20 14:30:37,197 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-20 14:30:37,197 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2019-01-20 14:30:37,197 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2019-01-20 14:30:37,198 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2019-01-20 14:30:37,198 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2019-01-20 14:30:37,198 - 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] 2019-01-20 14:30:37,198 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:30:37,274 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:37,274 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:37,274 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:37,274 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:37,274 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:37,274 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:37,275 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:37,275 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:30:37,275 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:37,275 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:37 GMT 2019-01-20 14:30:37,275 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:37,275 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:30:37,275 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:42,281 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:30:42,354 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:42,354 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:42,354 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:42,354 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:42,354 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:42,354 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:42,355 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:42,355 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:30:37.846Z", "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": "2019-01-20T14:30:37.846Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}], "metadata": {"pagination": {"total": 149, "offset": 142, "size": 50}}} 2019-01-20 14:30:42,355 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:42,355 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:42 GMT 2019-01-20 14:30:42,355 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:42,355 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1215 2019-01-20 14:30:42,355 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:42,355 - 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] 2019-01-20 14:30:42,356 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:30:42,417 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:42,418 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:42,418 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:42,418 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:42,418 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:42,418 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:42,418 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:42,418 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:30:42,418 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:42,418 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:42 GMT 2019-01-20 14:30:42,418 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:42,418 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:30:42,419 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:47,424 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:30:47,504 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:47,504 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:47,504 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:47,504 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:47,505 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:47,505 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:47,505 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:47,505 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2019-01-20 14:30:47,505 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:47,505 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:47 GMT 2019-01-20 14:30:47,505 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:47,505 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 14:30:47,505 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:47,506 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:30:47,564 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:47,564 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:47,565 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:47,565 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:47,565 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:47,565 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:47,565 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:47,565 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:30:47,565 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:47,565 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:47 GMT 2019-01-20 14:30:47,565 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:47,566 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:30:47,566 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:52,566 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:30:52,637 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:52,637 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:52,638 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:52,638 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:52,638 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:52,638 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:52,638 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:52,638 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2019-01-20 14:30:52,638 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:52,638 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:52 GMT 2019-01-20 14:30:52,639 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:52,639 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 14:30:52,639 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:52,639 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:30:52,694 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:52,695 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:52,695 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:52,695 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:52,695 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:52,695 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:52,695 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:52,695 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:30:52,695 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:52,696 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:52 GMT 2019-01-20 14:30:52,696 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:52,696 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:30:52,696 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:57,701 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:30:57,772 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:57,772 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:57,773 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:57,773 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:57,773 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:57,773 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:57,773 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:57,773 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2019-01-20 14:30:57,773 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:57,773 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:57 GMT 2019-01-20 14:30:57,773 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:57,774 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 14:30:57,774 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:30:57,774 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:30:57,835 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:30:57,835 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:30:57,835 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:30:57,835 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:30:57,835 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:30:57,836 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:30:57,836 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:30:57,836 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:30:57,836 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:30:57,836 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:30:57 GMT 2019-01-20 14:30:57,836 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:30:57,836 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:30:57,836 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:31:02,842 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:31:02,915 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:31:02,915 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:31:02,915 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:31:02,916 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:31:02,916 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:31:02,916 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:31:02,916 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:31:02,916 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2019-01-20 14:31:02,916 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:31:02,916 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:31:02 GMT 2019-01-20 14:31:02,916 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:31:02,916 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 14:31:02,916 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:31:02,917 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:31:02,983 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:31:02,983 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:31:02,983 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:31:02,984 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:31:02,984 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:31:02,984 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:31:02,984 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:31:02,984 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:31:02,984 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:31:02,984 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:31:02 GMT 2019-01-20 14:31:02,984 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:31:02,984 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:31:02,984 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:31:07,990 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:31:08,063 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:31:08,063 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:31:08,064 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:31:08,064 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:31:08,064 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:31:08,064 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:31:08,064 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:31:08,064 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_r1jczt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:31:06.873Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:31:06.873Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:31:07.862Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:31:07.862Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:31:07.862Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:31:07.862Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_host_r1jczt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:31:07.862Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:31:07.862Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}], "metadata": {"pagination": {"total": 153, "offset": 143, "size": 50}}} 2019-01-20 14:31:08,064 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:31:08,064 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:31:08 GMT 2019-01-20 14:31:08,064 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:31:08,065 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2162 2019-01-20 14:31:08,065 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:31:08,065 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2019-01-20 14:31:08,065 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2019-01-20 14:31:08,065 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2019-01-20 14:31:08,065 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2019-01-20 14:31:08,066 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:31:08,133 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:31:08,133 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:31:08,134 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:31:08,134 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:31:08,134 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:31:08,134 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:31:08,134 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:31:08,134 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:31:08,134 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:31:08,134 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:31:08 GMT 2019-01-20 14:31:08,134 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:31:08,134 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:31:08,135 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:31:13,140 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:31:13,221 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:31:13,221 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:31:13,221 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:31:13,221 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:31:13,221 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:31:13,222 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:31:13,222 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:31:13,222 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_r1jczt", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:31:09.120Z", "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": "2019-01-20T14:31:09.120Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:31:09.872Z", "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": "2019-01-20T14:31:09.872Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}], "metadata": {"pagination": {"total": 155, "offset": 147, "size": 50}}} 2019-01-20 14:31:13,222 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:31:13,222 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:31:13 GMT 2019-01-20 14:31:13,222 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:31:13,222 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2368 2019-01-20 14:31:13,222 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:31:13,223 - 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] 2019-01-20 14:31:13,223 - 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] 2019-01-20 14:31:13,223 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:31:13,297 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:31:13,297 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:31:13,298 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:31:13,298 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:31:13,298 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:31:13,298 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:31:13,298 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:31:13,298 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:31:13,298 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:31:13,298 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:31:13 GMT 2019-01-20 14:31:13,298 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:31:13,298 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:31:13,299 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:31:18,304 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:31:18,387 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:31:18,387 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:31:18,387 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:31:18,387 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:31:18,388 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:31:18,388 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:31:18,388 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:31:18,388 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2019-01-20 14:31:18,388 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:31:18,388 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:31:18 GMT 2019-01-20 14:31:18,388 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:31:18,388 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 14:31:18,388 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:31:18,389 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:31:18,452 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:31:18,452 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:31:18,452 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:31:18,452 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:31:18,452 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:31:18,452 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:31:18,453 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:31:18,453 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:31:18,453 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:31:18,453 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:31:18 GMT 2019-01-20 14:31:18,453 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:31:18,453 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:31:18,453 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:31:23,459 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:31:23,536 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:31:23,536 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:31:23,536 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:31:23,536 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:31:23,536 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:31:23,536 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:31:23,536 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:31:23,536 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2019-01-20 14:31:23,536 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:31:23,537 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:31:23 GMT 2019-01-20 14:31:23,537 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:31:23,537 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 14:31:23,537 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:31:23,537 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:31:23,594 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:31:23,594 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:31:23,594 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:31:23,594 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:31:23,594 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:31:23,595 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:31:23,595 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:31:23,595 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:31:23,595 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:31:23,595 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:31:23 GMT 2019-01-20 14:31:23,595 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:31:23,595 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:31:23,595 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:31:28,601 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:31:28,680 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:31:28,680 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:31:28,680 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:31:28,681 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:31:28,681 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:31:28,681 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:31:28,681 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:31:28,681 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2019-01-20 14:31:28,681 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:31:28,681 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:31:28 GMT 2019-01-20 14:31:28,681 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:31:28,681 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 14:31:28,681 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:31:28,682 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:31:28,743 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:31:28,743 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:31:28,744 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:31:28,744 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:31:28,744 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:31:28,744 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:31:28,744 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:31:28,744 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:31:28,744 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:31:28,744 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:31:28 GMT 2019-01-20 14:31:28,744 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:31:28,745 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:31:28,745 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:31:33,750 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:31:33,846 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:31:33,846 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:31:33,846 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:31:33,846 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:31:33,847 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:31:33,847 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:31:33,847 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:31:33,847 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2019-01-20 14:31:33,847 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:31:33,847 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:31:33 GMT 2019-01-20 14:31:33,847 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:31:33,847 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 14:31:33,847 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:31:33,848 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:31:33,907 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:31:33,907 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:31:33,907 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:31:33,907 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:31:33,907 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:31:33,907 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:31:33,907 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:31:33,908 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:31:33,908 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:31:33,908 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:31:33 GMT 2019-01-20 14:31:33,908 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:31:33,908 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:31:33,908 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:31:38,914 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:31:38,991 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:31:38,991 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:31:38,991 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:31:38,991 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:31:38,991 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:31:38,991 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:31:38,991 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:31:38,991 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2019-01-20 14:31:38,992 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:31:38,992 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:31:38 GMT 2019-01-20 14:31:38,992 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:31:38,992 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-20 14:31:38,992 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:31:38,992 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:31:39,052 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:31:39,052 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:31:39,052 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:31:39,052 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:31:39,053 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:31:39,053 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:31:39,053 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:31:39,053 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:31:39,053 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:31:39,053 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:31:39 GMT 2019-01-20 14:31:39,053 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:31:39,053 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-20 14:31:39,053 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:31:44,059 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:31:44,128 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:31:44,128 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:31:44,129 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:31:44,129 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:31:44,129 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:31:44,129 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:31:44,129 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:31:44,129 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_r1jczt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:31:39.230Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:31:39.230Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_host_r1jczt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:31:39.888Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:31:39.888Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:31:40.913Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:31:40.913Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:31:40.913Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:31:40.913Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "target_vnf_host_r1jczt", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:31:41.334Z", "message": "Server is ACTIVE", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:31:41.334Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "c6b6a43f-6aa5-45f3-a943-df01d058bfea"}, {"node_instance_id": "target_vnf_host_r1jczt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:31:41.929Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:31:41.929Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:31:42.333Z", "message": "Server is ACTIVE", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:31:42.333Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141", "logger": "ce4ca863-5817-4c4a-966f-a384eab23b1d"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:31:42.947Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:31:42.947Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:31:43.956Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-20T14:31:43.956Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}], "metadata": {"pagination": {"total": 164, "offset": 149, "size": 50}}} 2019-01-20 14:31:44,130 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:31:44,130 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:31:44 GMT 2019-01-20 14:31:44,130 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:31:44,130 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4691 2019-01-20 14:31:44,130 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:31:44,131 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2019-01-20 14:31:44,131 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2019-01-20 14:31:44,132 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2019-01-20 14:31:44,132 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2019-01-20 14:31:44,132 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2019-01-20 14:31:44,132 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2019-01-20 14:31:44,133 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2019-01-20 14:31:44,133 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2019-01-20 14:31:44,133 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2019-01-20 14:31:44,133 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/6ee2f360-2278-4b6e-be28-ec7ef98ea141 2019-01-20 14:31:44,195 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:31:44,196 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:31:44,196 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:31:44,196 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:31:44,196 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:31:44,196 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:31:44,196 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:31:44,196 - 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": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"} 2019-01-20 14:31:44,196 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:31:44,196 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:31:44 GMT 2019-01-20 14:31:44,197 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:31:44,197 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 348 2019-01-20 14:31:44,197 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:31:44,197 - 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'2019-01-20T14:29:44.430Z', 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'6ee2f360-2278-4b6e-be28-ec7ef98ea141'} 2019-01-20 14:31:44,215 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2019-01-20 14:31:44,277 - 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.209'}, 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.207'}}, 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'} 2019-01-20 14:31:44,343 - 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.209'}, 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.207'}}, 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'} 2019-01-20 14:31:44,343 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2019-01-20 14:31:44,343 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.209 2019-01-20 14:31:44,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:31:44,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:31:45,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:31: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-e51c1ca6-fd43-4d43-9297-6f7d9ab50a9c x-compute-request-id: req-e51c1ca6-fd43-4d43-9297-6f7d9ab50a9c Content-Encoding: gzip Content-Length: 1180 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:94:b0:33", "version": 4, "addr": "11.0.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:b0:33", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:fc:d8", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "rel": "bookmark"}], "image": {"id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "links": [{"href": "http://172.30.9.22:8774/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:31:18.000000", "flavor": {"id": "ca454d69-71d6-4949-834a-0404060646b7", "links": [{"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}]}, "id": "2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:31:19Z", "hostId": "0adcfbcb9691f7642ca4e3e23ebe7b29f892bf0e38e83b8ad5710f74", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2019-01-20T14:30:32Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "acfe8bc0-b67f-44b2-82ea-7b81797284e2"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:00:4f", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:00:4f", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:a7:61", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "rel": "bookmark"}], "image": {"id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "links": [{"href": "http://172.30.9.22:8774/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:31:18.000000", "flavor": {"id": "ca454d69-71d6-4949-834a-0404060646b7", "links": [{"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}]}, "id": "f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:31:19Z", "hostId": "0adcfbcb9691f7642ca4e3e23ebe7b29f892bf0e38e83b8ad5710f74", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2019-01-20T14:30:32Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "acfe8bc0-b67f-44b2-82ea-7b81797284e2"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:27:56.000000", "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:27:57Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:31:45,418 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e51c1ca6-fd43-4d43-9297-6f7d9ab50a9c 2019-01-20 14:31:45,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.07392692566s 2019-01-20 14:31:45,419 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e51c1ca6-fd43-4d43-9297-6f7d9ab50a9c 2019-01-20 14:31:45,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:31:45,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:31:46,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:31:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5edd2674-f76d-4eea-87c3-905b02655973 x-compute-request-id: req-5edd2674-f76d-4eea-87c3-905b02655973 Content-Encoding: gzip Content-Length: 1180 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:94:b0:33", "version": 4, "addr": "11.0.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:b0:33", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:fc:d8", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "rel": "bookmark"}], "image": {"id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "links": [{"href": "http://172.30.9.22:8774/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:31:18.000000", "flavor": {"id": "ca454d69-71d6-4949-834a-0404060646b7", "links": [{"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}]}, "id": "2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:31:19Z", "hostId": "0adcfbcb9691f7642ca4e3e23ebe7b29f892bf0e38e83b8ad5710f74", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2019-01-20T14:30:32Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "acfe8bc0-b67f-44b2-82ea-7b81797284e2"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:00:4f", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:00:4f", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:a7:61", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "rel": "bookmark"}], "image": {"id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "links": [{"href": "http://172.30.9.22:8774/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:31:18.000000", "flavor": {"id": "ca454d69-71d6-4949-834a-0404060646b7", "links": [{"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}]}, "id": "f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:31:19Z", "hostId": "0adcfbcb9691f7642ca4e3e23ebe7b29f892bf0e38e83b8ad5710f74", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2019-01-20T14:30:32Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "acfe8bc0-b67f-44b2-82ea-7b81797284e2"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:27:56.000000", "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:27:57Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:31:46,241 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5edd2674-f76d-4eea-87c3-905b02655973 2019-01-20 14:31:46,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.817978858948s 2019-01-20 14:31:46,241 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5edd2674-f76d-4eea-87c3-905b02655973 2019-01-20 14:31:46,245 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.12 2019-01-20 14:31:46,245 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:94:b0:33 2019-01-20 14:31:46,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:31:46,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:31:47,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:31: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-dc785162-43fd-46c0-a86d-90076ca98b8f x-compute-request-id: req-dc785162-43fd-46c0-a86d-90076ca98b8f Content-Encoding: gzip Content-Length: 1180 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:94:b0:33", "version": 4, "addr": "11.0.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:b0:33", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:fc:d8", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "rel": "bookmark"}], "image": {"id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "links": [{"href": "http://172.30.9.22:8774/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:31:18.000000", "flavor": {"id": "ca454d69-71d6-4949-834a-0404060646b7", "links": [{"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}]}, "id": "2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:31:19Z", "hostId": "0adcfbcb9691f7642ca4e3e23ebe7b29f892bf0e38e83b8ad5710f74", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2019-01-20T14:30:32Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "acfe8bc0-b67f-44b2-82ea-7b81797284e2"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:00:4f", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:00:4f", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:a7:61", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "rel": "bookmark"}], "image": {"id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "links": [{"href": "http://172.30.9.22:8774/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:31:18.000000", "flavor": {"id": "ca454d69-71d6-4949-834a-0404060646b7", "links": [{"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}]}, "id": "f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:31:19Z", "hostId": "0adcfbcb9691f7642ca4e3e23ebe7b29f892bf0e38e83b8ad5710f74", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2019-01-20T14:30:32Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "acfe8bc0-b67f-44b2-82ea-7b81797284e2"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:27:56.000000", "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:27:57Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:31:47,101 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-dc785162-43fd-46c0-a86d-90076ca98b8f 2019-01-20 14:31:47,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.856158018112s 2019-01-20 14:31:47,102 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-dc785162-43fd-46c0-a86d-90076ca98b8f 2019-01-20 14:31:47,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:31:47,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:31:47,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-4447186e-7dd6-4af8-a635-18c3bb5c11d4 x-compute-request-id: req-4447186e-7dd6-4af8-a635-18c3bb5c11d4 Content-Encoding: gzip Content-Length: 1180 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:94:b0:33", "version": 4, "addr": "11.0.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:b0:33", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:fc:d8", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "rel": "bookmark"}], "image": {"id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "links": [{"href": "http://172.30.9.22:8774/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:31:18.000000", "flavor": {"id": "ca454d69-71d6-4949-834a-0404060646b7", "links": [{"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}]}, "id": "2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:31:19Z", "hostId": "0adcfbcb9691f7642ca4e3e23ebe7b29f892bf0e38e83b8ad5710f74", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2019-01-20T14:30:32Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "acfe8bc0-b67f-44b2-82ea-7b81797284e2"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:00:4f", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:00:4f", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:a7:61", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "rel": "bookmark"}], "image": {"id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "links": [{"href": "http://172.30.9.22:8774/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:31:18.000000", "flavor": {"id": "ca454d69-71d6-4949-834a-0404060646b7", "links": [{"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}]}, "id": "f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:31:19Z", "hostId": "0adcfbcb9691f7642ca4e3e23ebe7b29f892bf0e38e83b8ad5710f74", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2019-01-20T14:30:32Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "acfe8bc0-b67f-44b2-82ea-7b81797284e2"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:27:56.000000", "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:27:57Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:31:47,804 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4447186e-7dd6-4af8-a635-18c3bb5c11d4 2019-01-20 14:31:47,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.698841810226s 2019-01-20 14:31:47,805 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4447186e-7dd6-4af8-a635-18c3bb5c11d4 2019-01-20 14:31:47,808 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.5 2019-01-20 14:31:47,809 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:28:fc:d8 2019-01-20 14:31:47,809 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2019-01-20 14:31:47,809 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.207 2019-01-20 14:31:47,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:31:47,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:31:48,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-1996447e-97c2-414a-8ba4-1637a849a327 x-compute-request-id: req-1996447e-97c2-414a-8ba4-1637a849a327 Content-Encoding: gzip Content-Length: 1180 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:94:b0:33", "version": 4, "addr": "11.0.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:b0:33", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:fc:d8", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "rel": "bookmark"}], "image": {"id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "links": [{"href": "http://172.30.9.22:8774/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:31:18.000000", "flavor": {"id": "ca454d69-71d6-4949-834a-0404060646b7", "links": [{"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}]}, "id": "2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:31:19Z", "hostId": "0adcfbcb9691f7642ca4e3e23ebe7b29f892bf0e38e83b8ad5710f74", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2019-01-20T14:30:32Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "acfe8bc0-b67f-44b2-82ea-7b81797284e2"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:00:4f", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:00:4f", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:a7:61", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "rel": "bookmark"}], "image": {"id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "links": [{"href": "http://172.30.9.22:8774/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:31:18.000000", "flavor": {"id": "ca454d69-71d6-4949-834a-0404060646b7", "links": [{"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}]}, "id": "f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:31:19Z", "hostId": "0adcfbcb9691f7642ca4e3e23ebe7b29f892bf0e38e83b8ad5710f74", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2019-01-20T14:30:32Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "acfe8bc0-b67f-44b2-82ea-7b81797284e2"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:27:56.000000", "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:27:57Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:31:48,792 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1996447e-97c2-414a-8ba4-1637a849a327 2019-01-20 14:31:48,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.98258805275s 2019-01-20 14:31:48,793 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1996447e-97c2-414a-8ba4-1637a849a327 2019-01-20 14:31:48,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:31:48,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:31:49,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:31:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7416787b-1593-4f70-949d-a917e2f574e2 x-compute-request-id: req-7416787b-1593-4f70-949d-a917e2f574e2 Content-Encoding: gzip Content-Length: 1180 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:94:b0:33", "version": 4, "addr": "11.0.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:b0:33", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:fc:d8", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "rel": "bookmark"}], "image": {"id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "links": [{"href": "http://172.30.9.22:8774/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:31:18.000000", "flavor": {"id": "ca454d69-71d6-4949-834a-0404060646b7", "links": [{"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}]}, "id": "2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:31:19Z", "hostId": "0adcfbcb9691f7642ca4e3e23ebe7b29f892bf0e38e83b8ad5710f74", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2019-01-20T14:30:32Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "acfe8bc0-b67f-44b2-82ea-7b81797284e2"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:00:4f", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:00:4f", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:a7:61", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "rel": "bookmark"}], "image": {"id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "links": [{"href": "http://172.30.9.22:8774/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:31:18.000000", "flavor": {"id": "ca454d69-71d6-4949-834a-0404060646b7", "links": [{"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}]}, "id": "f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:31:19Z", "hostId": "0adcfbcb9691f7642ca4e3e23ebe7b29f892bf0e38e83b8ad5710f74", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2019-01-20T14:30:32Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "acfe8bc0-b67f-44b2-82ea-7b81797284e2"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:27:56.000000", "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:27:57Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:31:49,341 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7416787b-1593-4f70-949d-a917e2f574e2 2019-01-20 14:31:49,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544382095337s 2019-01-20 14:31:49,342 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7416787b-1593-4f70-949d-a917e2f574e2 2019-01-20 14:31:49,345 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.6 2019-01-20 14:31:49,345 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:40:00:4f 2019-01-20 14:31:49,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:31:49,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:31:50,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-4006271e-4dbc-489e-a340-17421f5bd828 x-compute-request-id: req-4006271e-4dbc-489e-a340-17421f5bd828 Content-Encoding: gzip Content-Length: 1180 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:94:b0:33", "version": 4, "addr": "11.0.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:b0:33", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:fc:d8", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "rel": "bookmark"}], "image": {"id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "links": [{"href": "http://172.30.9.22:8774/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:31:18.000000", "flavor": {"id": "ca454d69-71d6-4949-834a-0404060646b7", "links": [{"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}]}, "id": "2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:31:19Z", "hostId": "0adcfbcb9691f7642ca4e3e23ebe7b29f892bf0e38e83b8ad5710f74", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2019-01-20T14:30:32Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "acfe8bc0-b67f-44b2-82ea-7b81797284e2"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:00:4f", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:00:4f", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:a7:61", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "rel": "bookmark"}], "image": {"id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "links": [{"href": "http://172.30.9.22:8774/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:31:18.000000", "flavor": {"id": "ca454d69-71d6-4949-834a-0404060646b7", "links": [{"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}]}, "id": "f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:31:19Z", "hostId": "0adcfbcb9691f7642ca4e3e23ebe7b29f892bf0e38e83b8ad5710f74", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2019-01-20T14:30:32Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "acfe8bc0-b67f-44b2-82ea-7b81797284e2"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:27:56.000000", "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:27:57Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:31:50,180 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4006271e-4dbc-489e-a340-17421f5bd828 2019-01-20 14:31:50,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.834889888763s 2019-01-20 14:31:50,181 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4006271e-4dbc-489e-a340-17421f5bd828 2019-01-20 14:31:50,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:31:50,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:31:50,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14: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-87aff82d-4f2d-4acf-8a10-6ed1a144489a x-compute-request-id: req-87aff82d-4f2d-4acf-8a10-6ed1a144489a Content-Encoding: gzip Content-Length: 1180 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:94:b0:33", "version": 4, "addr": "11.0.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:b0:33", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:fc:d8", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "rel": "bookmark"}], "image": {"id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "links": [{"href": "http://172.30.9.22:8774/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:31:18.000000", "flavor": {"id": "ca454d69-71d6-4949-834a-0404060646b7", "links": [{"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}]}, "id": "2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:31:19Z", "hostId": "0adcfbcb9691f7642ca4e3e23ebe7b29f892bf0e38e83b8ad5710f74", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2019-01-20T14:30:32Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "acfe8bc0-b67f-44b2-82ea-7b81797284e2"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:00:4f", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:00:4f", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:a7:61", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "rel": "bookmark"}], "image": {"id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "links": [{"href": "http://172.30.9.22:8774/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:31:18.000000", "flavor": {"id": "ca454d69-71d6-4949-834a-0404060646b7", "links": [{"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}]}, "id": "f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:31:19Z", "hostId": "0adcfbcb9691f7642ca4e3e23ebe7b29f892bf0e38e83b8ad5710f74", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2019-01-20T14:30:32Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "acfe8bc0-b67f-44b2-82ea-7b81797284e2"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:27:56.000000", "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:27:57Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:31:50,861 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-87aff82d-4f2d-4acf-8a10-6ed1a144489a 2019-01-20 14:31:50,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.675462007523s 2019-01-20 14:31:50,861 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-87aff82d-4f2d-4acf-8a10-6ed1a144489a 2019-01-20 14:31:50,865 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.10 2019-01-20 14:31:50,865 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:7c:a7:61 2019-01-20 14:31:50,865 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2019-01-20 14:31:50,887 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2019-01-20 14:31:50,905 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2019-01-20 14:31:50,905 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2019-01-20 14:31:50,981 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2019-01-20 14:31:50' 2019-01-20 14:31:50,981 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2019-01-20 14:31:50,981 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2019-01-20 14:31:51,036 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.207. 2019-01-20 14:31:51,039 - paramiko.transport - DEBUG - starting thread (client mode): 0xe9e998d0L 2019-01-20 14:31:51,040 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 14:31:51,045 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2019-01-20 14:31:51,045 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2019-01-20 14:31:51,046 - 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 2019-01-20 14:31:51,046 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2019-01-20 14:31:51,046 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2019-01-20 14:31:51,046 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 14:31:51,047 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2019-01-20 14:31:51,047 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 14:31:51,078 - paramiko.transport - DEBUG - Got server p (2048 bits) 2019-01-20 14:31:51,197 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2019-01-20 14:31:51,198 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 14:31:51,203 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.207: 05fe7a9c6c774fcdf055d1aa31e1b495 2019-01-20 14:31:51,237 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 14:31:51,244 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2019-01-20 14:31:51,245 - paramiko.transport - INFO - Authentication (password) successful! 2019-01-20 14:31:51,268 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.207. 2019-01-20 14:31:51,268 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 14:31:51,270 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-20 14:31:51,270 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 14:31:51,272 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 14:31:51,274 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 14:31:52,307 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2019-01-20 14:31:53,309 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2019-01-20 14:31:58,314 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2019-01-20 14:31:59,316 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2019-01-20 14:32:04,321 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2019-01-20 14:32:05,323 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2019-01-20 14:32:10,328 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.1.0/24 blackhole distance 1 2019-01-20 14:32:11,330 - 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# 2019-01-20 14:32:16,335 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.2.0/24 blackhole distance 1 2019-01-20 14:32:17,337 - 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# 2019-01-20 14:32:22,342 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.3.0/24 blackhole distance 1 2019-01-20 14:32:23,344 - 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# 2019-01-20 14:32:28,349 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.4.0/24 blackhole distance 1 2019-01-20 14:32:29,351 - 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# 2019-01-20 14:32:34,357 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.5.0/24 blackhole distance 1 2019-01-20 14:32:35,359 - 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# 2019-01-20 14:32:40,364 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.6.0/24 blackhole distance 1 2019-01-20 14:32:41,366 - 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# 2019-01-20 14:32:46,371 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.7.0/24 blackhole distance 1 2019-01-20 14:32:47,373 - 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# 2019-01-20 14:32:52,379 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.8.0/24 blackhole distance 1 2019-01-20 14:32:53,381 - 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# 2019-01-20 14:32:58,386 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.9.0/24 blackhole distance 1 2019-01-20 14:32:59,388 - 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# 2019-01-20 14:33:04,394 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.10.0/24 blackhole distance 1 2019-01-20 14:33:05,396 - 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# 2019-01-20 14:33:10,401 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2019-01-20 14:33:11,403 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2019-01-20 14:33:16,408 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.5 ebgp-multihop '2' 2019-01-20 14:33:17,410 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.5 ebgp-multihop '2' [edit] vyos@vyos# 2019-01-20 14:33:22,411 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.5 remote-as 65002 2019-01-20 14:33:23,414 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.5 remote-as 65002 [edit] vyos@vyos# 2019-01-20 14:33:28,419 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.5 update-source 12.0.0.10 2019-01-20 14:33:29,421 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.5 update-source 12.0.0.10 [edit] vyos@vyos# 2019-01-20 14:33:34,423 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.5 soft-reconfiguration inbound 2019-01-20 14:33:35,425 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.5 soft-reconfiguration inboun d [edit] vyos@vyos# 2019-01-20 14:33:40,429 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.5 password lab0033 2019-01-20 14:33:41,431 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.5 password lab0033 [edit] vyos@vyos# 2019-01-20 14:33:46,437 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2019-01-20 14:33:47,439 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.1.0/24 [edit] vyos@vyos# 2019-01-20 14:33:52,444 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2019-01-20 14:33:53,446 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.2.0/24 [edit] vyos@vyos# 2019-01-20 14:33:58,451 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2019-01-20 14:33:59,453 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.3.0/24 [edit] vyos@vyos# 2019-01-20 14:34:04,455 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2019-01-20 14:34:05,457 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.4.0/24 [edit] vyos@vyos# 2019-01-20 14:34:10,462 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2019-01-20 14:34:11,464 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.5.0/24 [edit] vyos@vyos# 2019-01-20 14:34:16,469 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2019-01-20 14:34:17,470 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.6.0/24 [edit] vyos@vyos# 2019-01-20 14:34:22,476 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2019-01-20 14:34:23,477 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.7.0/24 [edit] vyos@vyos# 2019-01-20 14:34:28,480 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2019-01-20 14:34:29,481 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.8.0/24 [edit] vyos@vyos# 2019-01-20 14:34:34,487 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2019-01-20 14:34:35,489 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.9.0/24 [edit] vyos@vyos# 2019-01-20 14:34:40,490 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2019-01-20 14:34:41,492 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.10.0/24 [edit] vyos@vyos# 2019-01-20 14:34:46,497 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.10 2019-01-20 14:34:47,499 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.10 [edit] vyos@vyos# 2019-01-20 14:34:52,504 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2019-01-20 14:34:53,506 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2019-01-20 14:34:58,517 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 14:34:58,519 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2019-01-20 14:34:58,571 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2019-01-20 14:34:58,574 - paramiko.transport - DEBUG - starting thread (client mode): 0xe9874e10L 2019-01-20 14:34:58,575 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 14:34:58,579 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2019-01-20 14:34:58,580 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2019-01-20 14:34:58,581 - 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 2019-01-20 14:34:58,581 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2019-01-20 14:34:58,581 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2019-01-20 14:34:58,581 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 14:34:58,582 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2019-01-20 14:34:58,582 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 14:34:58,619 - paramiko.transport - DEBUG - Got server p (2048 bits) 2019-01-20 14:34:58,722 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2019-01-20 14:34:58,722 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 14:34:58,726 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.209: 05fe7a9c6c774fcdf055d1aa31e1b495 2019-01-20 14:34:58,757 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 14:34:58,765 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2019-01-20 14:34:58,766 - paramiko.transport - INFO - Authentication (password) successful! 2019-01-20 14:34:58,790 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.209. 2019-01-20 14:34:58,791 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 14:34:58,791 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-20 14:34:58,792 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 14:34:58,795 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 14:34:58,796 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 14:34:59,819 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2019-01-20 14:35:00,821 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2019-01-20 14:35:05,826 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2019-01-20 14:35:06,828 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2019-01-20 14:35:11,833 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2019-01-20 14:35:12,835 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2019-01-20 14:35:17,840 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.1.0/24 blackhole distance 1 2019-01-20 14:35:18,842 - 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# 2019-01-20 14:35:23,845 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.2.0/24 blackhole distance 1 2019-01-20 14:35:24,847 - 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# 2019-01-20 14:35:29,851 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.3.0/24 blackhole distance 1 2019-01-20 14:35:30,853 - 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# 2019-01-20 14:35:35,858 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.4.0/24 blackhole distance 1 2019-01-20 14:35:36,860 - 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# 2019-01-20 14:35:41,861 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.5.0/24 blackhole distance 1 2019-01-20 14:35:42,863 - 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# 2019-01-20 14:35:47,869 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.6.0/24 blackhole distance 1 2019-01-20 14:35:48,871 - 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# 2019-01-20 14:35:53,876 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.7.0/24 blackhole distance 1 2019-01-20 14:35:54,878 - 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# 2019-01-20 14:35:59,883 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.8.0/24 blackhole distance 1 2019-01-20 14:36:00,885 - 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# 2019-01-20 14:36:05,890 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.9.0/24 blackhole distance 1 2019-01-20 14:36:06,892 - 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# 2019-01-20 14:36:11,897 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.10.0/24 blackhole distance 1 2019-01-20 14:36:12,899 - 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# 2019-01-20 14:36:17,904 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2019-01-20 14:36:18,906 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2019-01-20 14:36:23,911 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.10 ebgp-multihop '2' 2019-01-20 14:36:24,913 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.10 ebgp-multihop '2' [edit] vyos@vyos# 2019-01-20 14:36:29,918 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.10 remote-as 65001 2019-01-20 14:36:30,920 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.10 remote-as 65001 [edit] vyos@vyos# 2019-01-20 14:36:35,926 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.10 update-source 12.0.0.5 2019-01-20 14:36:36,928 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.10 update-source 12.0.0.5 [edit] vyos@vyos# 2019-01-20 14:36:41,933 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.10 soft-reconfiguration inbound 2019-01-20 14:36:42,935 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.10 soft-reconfiguration inbou nd [edit] vyos@vyos# 2019-01-20 14:36:47,940 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.10 password lab0033 2019-01-20 14:36:48,942 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.10 password lab0033 [edit] vyos@vyos# 2019-01-20 14:36:53,948 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2019-01-20 14:36:54,949 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.1.0/24 [edit] vyos@vyos# 2019-01-20 14:36:59,955 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2019-01-20 14:37:00,957 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.2.0/24 [edit] vyos@vyos# 2019-01-20 14:37:05,962 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2019-01-20 14:37:06,964 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.3.0/24 [edit] vyos@vyos# 2019-01-20 14:37:11,969 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2019-01-20 14:37:12,971 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.4.0/24 [edit] vyos@vyos# 2019-01-20 14:37:17,976 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2019-01-20 14:37:18,978 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.5.0/24 [edit] vyos@vyos# 2019-01-20 14:37:23,984 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2019-01-20 14:37:24,986 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.6.0/24 [edit] vyos@vyos# 2019-01-20 14:37:29,991 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2019-01-20 14:37:30,993 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.7.0/24 [edit] vyos@vyos# 2019-01-20 14:37:35,998 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2019-01-20 14:37:37,000 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.8.0/24 [edit] vyos@vyos# 2019-01-20 14:37:42,005 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2019-01-20 14:37:43,007 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.9.0/24 [edit] vyos@vyos# 2019-01-20 14:37:48,013 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2019-01-20 14:37:49,015 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.10.0/24 [edit] vyos@vyos# 2019-01-20 14:37:54,020 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.5 2019-01-20 14:37:55,022 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.5 [edit] vyos@vyos# 2019-01-20 14:38:00,027 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2019-01-20 14:38:01,029 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2019-01-20 14:38:06,125 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 14:38:06,148 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2019-01-20 14:38:06,149 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2019-01-20 14:39:06,197 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2019-01-20 14:39:06,244 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.207. 2019-01-20 14:39:06,248 - paramiko.transport - DEBUG - starting thread (client mode): 0xe9f70cd0L 2019-01-20 14:39:06,248 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-20 14:39:06,253 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2019-01-20 14:39:06,253 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2019-01-20 14:39:06,254 - 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 2019-01-20 14:39:06,255 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2019-01-20 14:39:06,255 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2019-01-20 14:39:06,255 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-20 14:39:06,255 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2019-01-20 14:39:06,255 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-20 14:39:06,292 - paramiko.transport - DEBUG - Got server p (2048 bits) 2019-01-20 14:39:06,399 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2019-01-20 14:39:06,400 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-20 14:39:06,401 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.207: 05fe7a9c6c774fcdf055d1aa31e1b495 2019-01-20 14:39:06,432 - paramiko.transport - DEBUG - userauth is OK 2019-01-20 14:39:06,437 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2019-01-20 14:39:06,437 - paramiko.transport - INFO - Authentication (password) successful! 2019-01-20 14:39:06,465 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.207. 2019-01-20 14:39:06,466 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-20 14:39:06,467 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-20 14:39:06,467 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-20 14:39:06,469 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 14:39:06,470 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-20 14:39:07,471 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2019-01-20 14:39:37,576 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 14:39:37,609 - 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 | +-------------------------------+----------------+ 2019-01-20 14:39:37,609 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp summary | no-more BGP router identifier 12.0.0.10, 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.5 4 65002 3 6 0 0 0 00:01:01 10 Total number of neighbors 1 vyos@vyos:~$ 2019-01-20 14:39:37,609 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.5 | no-more BGP neighbor is 12.0.0.5, remote AS 65002, local AS 65001, external link BGP version 4, remote router ID 12.0.0.5 BGP state = Established, up for 00:01:07 Last read 09:28:38, 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.10 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.10, Local port: 179 Foreign host: 12.0.0.5, Foreign port: 50379 Nexthop: 12.0.0.10 Nexthop global: fe80::f816:3eff:fe7c:a761 Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2019-01-20 14:39:37,609 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.5 advertised-routes | no-more BGP table version is 0, local router ID is 12.0.0.10 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.10 0 32768 i *> 10.0.2.0/24 12.0.0.10 0 32768 i *> 10.0.3.0/24 12.0.0.10 0 32768 i *> 10.0.4.0/24 12.0.0.10 0 32768 i *> 10.0.5.0/24 12.0.0.10 0 32768 i *> 10.0.6.0/24 12.0.0.10 0 32768 i *> 10.0.7.0/24 12.0.0.10 0 32768 i *> 10.0.8.0/24 12.0.0.10 0 32768 i *> 10.0.9.0/24 12.0.0.10 0 32768 i *> 10.0.10.0/24 12.0.0.10 0 32768 i Total number of prefixes 10 vyos@vyos:~$ 2019-01-20 14:39:37,610 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.5 received-routes | no-more BGP table version is 0, local router ID is 12.0.0.10 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.5 0 0 65002 i *> 10.1.2.0/24 12.0.0.5 0 0 65002 i *> 10.1.3.0/24 12.0.0.5 0 0 65002 i *> 10.1.4.0/24 12.0.0.5 0 0 65002 i *> 10.1.5.0/24 12.0.0.5 0 0 65002 i *> 10.1.6.0/24 12.0.0.5 0 0 65002 i *> 10.1.7.0/24 12.0.0.5 0 0 65002 i *> 10.1.8.0/24 12.0.0.5 0 0 65002 i *> 10.1.9.0/24 12.0.0.5 0 0 65002 i *> 10.1.10.0/24 12.0.0.5 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2019-01-20 14:39:37,610 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.5 routes | no-more BGP table version is 0, local router ID is 12.0.0.10 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.5 0 0 65002 i *> 10.1.2.0/24 12.0.0.5 0 0 65002 i *> 10.1.3.0/24 12.0.0.5 0 0 65002 i *> 10.1.4.0/24 12.0.0.5 0 0 65002 i *> 10.1.5.0/24 12.0.0.5 0 0 65002 i *> 10.1.6.0/24 12.0.0.5 0 0 65002 i *> 10.1.7.0/24 12.0.0.5 0 0 65002 i *> 10.1.8.0/24 12.0.0.5 0 0 65002 i *> 10.1.9.0/24 12.0.0.5 0 0 65002 i *> 10.1.10.0/24 12.0.0.5 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2019-01-20 14:39:37,610 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2019-01-20 14:39:37,610 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'466.6' 2019-01-20 14:39:37,610 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2019-01-20 14:39:37,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:39:37,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:39:39,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:39: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-632d8602-7f90-4a90-8749-870c12d99882 x-compute-request-id: req-632d8602-7f90-4a90-8749-870c12d99882 Content-Encoding: gzip Content-Length: 1180 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:94:b0:33", "version": 4, "addr": "11.0.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:b0:33", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:fc:d8", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "rel": "bookmark"}], "image": {"id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "links": [{"href": "http://172.30.9.22:8774/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:31:18.000000", "flavor": {"id": "ca454d69-71d6-4949-834a-0404060646b7", "links": [{"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}]}, "id": "2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:31:19Z", "hostId": "0adcfbcb9691f7642ca4e3e23ebe7b29f892bf0e38e83b8ad5710f74", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2019-01-20T14:30:32Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "acfe8bc0-b67f-44b2-82ea-7b81797284e2"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:00:4f", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:00:4f", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:a7:61", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "rel": "bookmark"}], "image": {"id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "links": [{"href": "http://172.30.9.22:8774/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:31:18.000000", "flavor": {"id": "ca454d69-71d6-4949-834a-0404060646b7", "links": [{"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}]}, "id": "f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:31:19Z", "hostId": "0adcfbcb9691f7642ca4e3e23ebe7b29f892bf0e38e83b8ad5710f74", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2019-01-20T14:30:32Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "acfe8bc0-b67f-44b2-82ea-7b81797284e2"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:27:56.000000", "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:27:57Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:39:39,243 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-632d8602-7f90-4a90-8749-870c12d99882 2019-01-20 14:39:39,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.63153409958s 2019-01-20 14:39:39,243 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-632d8602-7f90-4a90-8749-870c12d99882 2019-01-20 14:39:39,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-20 14:39:39,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:39:39,416 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 14:39: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-358b5046-4489-4447-8570-7de91cf5e458 x-compute-request-id: req-358b5046-4489-4447-8570-7de91cf5e458 Content-Type: application/json 2019-01-20 14:39:39,416 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636 used request id req-358b5046-4489-4447-8570-7de91cf5e458 2019-01-20 14:39:39,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.169223070145s 2019-01-20 14:39:39,416 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636 used request id req-358b5046-4489-4447-8570-7de91cf5e458 2019-01-20 14:39:39,417 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2019-01-20 14:39:39,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:39:39,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:39:40,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:39: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-3e529d3d-4989-4eaa-ae06-127f38865eeb x-compute-request-id: req-3e529d3d-4989-4eaa-ae06-127f38865eeb Content-Encoding: gzip Content-Length: 1194 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:94:b0:33", "version": 4, "addr": "11.0.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:b0:33", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:fc:d8", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "rel": "bookmark"}], "image": {"id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "links": [{"href": "http://172.30.9.22:8774/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:31:18.000000", "flavor": {"id": "ca454d69-71d6-4949-834a-0404060646b7", "links": [{"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}]}, "id": "2bfe57d1-2f8a-47da-8c68-b2e6cfc49636", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:39:39Z", "hostId": "0adcfbcb9691f7642ca4e3e23ebe7b29f892bf0e38e83b8ad5710f74", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2019-01-20T14:30:32Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "acfe8bc0-b67f-44b2-82ea-7b81797284e2"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:00:4f", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:00:4f", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:a7:61", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "rel": "bookmark"}], "image": {"id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "links": [{"href": "http://172.30.9.22:8774/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:31:18.000000", "flavor": {"id": "ca454d69-71d6-4949-834a-0404060646b7", "links": [{"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}]}, "id": "f6bdbb2e-335d-4d0b-b566-ce6858b29aa0", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:31:19Z", "hostId": "0adcfbcb9691f7642ca4e3e23ebe7b29f892bf0e38e83b8ad5710f74", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2019-01-20T14:30:32Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "acfe8bc0-b67f-44b2-82ea-7b81797284e2"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:27:56.000000", "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:27:57Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:39:40,514 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3e529d3d-4989-4eaa-ae06-127f38865eeb 2019-01-20 14:39:40,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09659099579s 2019-01-20 14:39:40,514 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3e529d3d-4989-4eaa-ae06-127f38865eeb 2019-01-20 14:39:40,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-20 14:39:40,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:39:40,698 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 14:39: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-a2437c73-94b0-45a3-bf45-44db8adcf956 x-compute-request-id: req-a2437c73-94b0-45a3-bf45-44db8adcf956 Content-Type: application/json 2019-01-20 14:39:40,698 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0 used request id req-a2437c73-94b0-45a3-bf45-44db8adcf956 2019-01-20 14:39:40,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.180408000946s 2019-01-20 14:39:40,698 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/f6bdbb2e-335d-4d0b-b566-ce6858b29aa0 used request id req-a2437c73-94b0-45a3-bf45-44db8adcf956 2019-01-20 14:39:40,812 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-20 14:39:40,813 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 16:20 | PASS | +----------------------+------------------+------------------+----------------+ 2019-01-20 14:39:40,818 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2019-01-20 14:39:40,819 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions 2019-01-20 14:39:40,897 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:39:40,898 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:39:40,898 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:39:40,898 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:39:40,898 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:39:40,898 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:39:40,898 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:39:40,898 - 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": {"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"}, "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"}, "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": "2019-01-20T14:29:12.983Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "61f6e976-d133-4102-8ac1-0a554c295301"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-20T14:29:44.430Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "6ee2f360-2278-4b6e-be28-ec7ef98ea141"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2019-01-20 14:39:40,898 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:39:40,899 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:39:40 GMT 2019-01-20 14:39:40,899 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:39:40,899 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6363 2019-01-20 14:39:40,899 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:39:40,900 - 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}} 2019-01-20 14:39:41,074 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:39:41,074 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:39:41,074 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:39:41,074 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:39:41,074 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:39:41,074 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:39:41,074 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:39:41,074 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2019-01-20 14:39:41,075 - 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": "2019-01-20T14:39:40.984Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "8eb62718-65c7-468f-b09c-62a525aead9a"} 2019-01-20 14:39:41,075 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:39:41,075 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:39:41 GMT 2019-01-20 14:39:41,075 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:39:41,075 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2019-01-20 14:39:41,075 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:39:41,075 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:39:41,157 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:39:41,158 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:39:41,158 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:39:41,158 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:39:41,158 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:39:41,158 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:39:41,158 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:39:41,158 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2019-01-20 14:39:41,158 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:39:41,158 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:39:41 GMT 2019-01-20 14:39:41,159 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:39:41,159 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2019-01-20 14:39:41,159 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:39:41,159 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/8eb62718-65c7-468f-b09c-62a525aead9a 2019-01-20 14:39:41,236 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:39:41,236 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:39:41,236 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:39:41,236 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:39:41,236 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:39:41,237 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:39:41,237 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:39:41,237 - 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": "2019-01-20T14:39:40.984Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "8eb62718-65c7-468f-b09c-62a525aead9a"} 2019-01-20 14:39:41,237 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:39:41,237 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:39:41 GMT 2019-01-20 14:39:41,237 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:39:41,237 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2019-01-20 14:39:41,237 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:39:46,243 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:39:46,309 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:39:46,309 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:39:46,309 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:39:46,309 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:39:46,309 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:39:46,309 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:39:46,309 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:39:46,310 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:41.787Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:41.787Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:42.885Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:42.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_host_r1jczt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:42.885Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:42.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:42.885Z", "message": "Stopping node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:42.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_host_r1jczt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:42.885Z", "message": "Stopping node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:42.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_host_r1jczt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:42.885Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:42.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:43.112Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:43.112Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_host_r1jczt", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:44.754Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance f6bdbb2e-335d-4d0b-b566-ce6858b29aa0 could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance f6bdbb2e-335d-4d0b-b566-ce6858b29aa0 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 f6bdbb2e-335d-4d0b-b566-ce6858b29aa0 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2019-01-20T14:39:44.754Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:45.144Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:45.144Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:45.144Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 2bfe57d1-2f8a-47da-8c68-b2e6cfc49636 could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 2bfe57d1-2f8a-47da-8c68-b2e6cfc49636 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 2bfe57d1-2f8a-47da-8c68-b2e6cfc49636 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2019-01-20T14:39:45.144Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:45.144Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:45.144Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:46.156Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:46.156Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:46.156Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:46.156Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}], "metadata": {"pagination": {"total": 13, "offset": 0, "size": 50}}} 2019-01-20 14:39:46,310 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:39:46,310 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:39:46 GMT 2019-01-20 14:39:46,310 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:39:46,310 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10881 2019-01-20 14:39:46,310 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:39:46,311 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'uninstall' workflow execution 2019-01-20 14:39:46,311 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2019-01-20 14:39:46,311 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2019-01-20 14:39:46,311 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-20 14:39:46,311 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-20 14:39:46,312 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2019-01-20 14:39:46,312 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2019-01-20 14:39:46,312 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance f6bdbb2e-335d-4d0b-b566-ce6858b29aa0 could not be found. [status_code=404] 2019-01-20 14:39:46,312 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2019-01-20 14:39:46,312 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 2bfe57d1-2f8a-47da-8c68-b2e6cfc49636 could not be found. [status_code=404] 2019-01-20 14:39:46,312 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2019-01-20 14:39:46,313 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2019-01-20 14:39:46,313 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2019-01-20 14:39:46,313 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/8eb62718-65c7-468f-b09c-62a525aead9a 2019-01-20 14:39:46,376 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:39:46,376 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:39:46,377 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:39:46,377 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:39:46,377 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:39:46,377 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:39:46,377 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:39:46,377 - 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": "2019-01-20T14:39:40.984Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "8eb62718-65c7-468f-b09c-62a525aead9a"} 2019-01-20 14:39:46,377 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:39:46,377 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:39:46 GMT 2019-01-20 14:39:46,377 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:39:46,377 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2019-01-20 14:39:46,378 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:39:51,383 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:39:51,458 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:39:51,458 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:39:51,459 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:39:51,459 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:39:51,459 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:39:51,459 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:39:51,459 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:39:51,459 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:46.964Z", "message": "Detaching port 0f9b9e0d-2dec-4ea9-99e7-673ccab4a5a4...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:46.964Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "ed33a353-3d35-4154-afd1-f8b6e13de9c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:47.415Z", "message": "Detaching port accdc9ab-86c5-424f-a5e1-086fc184e885...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:47.415Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "5d02cfa6-298d-4bce-9896-cb4521a74851"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:47.598Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:47.598Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:48.217Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:48.217Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:48.217Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:48.217Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:48.217Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:48.217Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:48.426Z", "message": "Successfully detached port 0f9b9e0d-2dec-4ea9-99e7-673ccab4a5a4", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:48.426Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "ed33a353-3d35-4154-afd1-f8b6e13de9c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:48.426Z", "message": "Successfully detached port accdc9ab-86c5-424f-a5e1-086fc184e885", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:48.426Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "5d02cfa6-298d-4bce-9896-cb4521a74851"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:50.146Z", "message": "Detaching port 296f84f5-10fe-4aa2-a6fc-58c19723aae5...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:50.146Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "500e6333-e626-4a02-a525-b3f075f9f6bd"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:51.144Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:51.144Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:51.439Z", "message": "Detaching port 0a00ac6f-4a3e-496c-aa85-84f90edaea19...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:51.439Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "23a646bc-5743-4e4a-9bbd-6a2f7f90a712"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:51.439Z", "message": "Successfully detached port 0a00ac6f-4a3e-496c-aa85-84f90edaea19", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:51.439Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "23a646bc-5743-4e4a-9bbd-6a2f7f90a712"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:51.439Z", "message": "Successfully detached port 296f84f5-10fe-4aa2-a6fc-58c19723aae5", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:51.439Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "500e6333-e626-4a02-a525-b3f075f9f6bd"}], "metadata": {"pagination": {"total": 25, "offset": 13, "size": 50}}} 2019-01-20 14:39:51,459 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:39:51,459 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:39:51 GMT 2019-01-20 14:39:51,459 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:39:51,459 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6869 2019-01-20 14:39:51,460 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:39:51,460 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 0f9b9e0d-2dec-4ea9-99e7-673ccab4a5a4... 2019-01-20 14:39:51,460 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port accdc9ab-86c5-424f-a5e1-086fc184e885... 2019-01-20 14:39:51,460 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2019-01-20 14:39:51,460 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2019-01-20 14:39:51,461 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2019-01-20 14:39:51,461 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2019-01-20 14:39:51,461 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 0f9b9e0d-2dec-4ea9-99e7-673ccab4a5a4 2019-01-20 14:39:51,461 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port accdc9ab-86c5-424f-a5e1-086fc184e885 2019-01-20 14:39:51,461 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 296f84f5-10fe-4aa2-a6fc-58c19723aae5... 2019-01-20 14:39:51,461 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2019-01-20 14:39:51,461 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 0a00ac6f-4a3e-496c-aa85-84f90edaea19... 2019-01-20 14:39:51,462 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 0a00ac6f-4a3e-496c-aa85-84f90edaea19 2019-01-20 14:39:51,462 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 296f84f5-10fe-4aa2-a6fc-58c19723aae5 2019-01-20 14:39:51,462 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/8eb62718-65c7-468f-b09c-62a525aead9a 2019-01-20 14:39:51,535 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:39:51,535 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:39:51,535 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:39:51,535 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:39:51,535 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:39:51,536 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:39:51,536 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:39:51,536 - 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": "2019-01-20T14:39:40.984Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "8eb62718-65c7-468f-b09c-62a525aead9a"} 2019-01-20 14:39:51,536 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:39:51,536 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:39:51 GMT 2019-01-20 14:39:51,536 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:39:51,536 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2019-01-20 14:39:51,536 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:39:56,542 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:39:57,333 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:39:57,333 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:39:57,333 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:39:57,333 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:39:57,333 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:39:57,333 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:39:57,334 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:39:57,334 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:52.301Z", "message": "Deleting node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:52.301Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_host_r1jczt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:52.301Z", "message": "Deleting node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:52.301Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:52.301Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:52.301Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_host_r1jczt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:52.301Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:52.301Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:52.301Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:52.301Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_host_r1jczt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:52.301Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:52.301Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:52.301Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:52.301Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_host_r1jczt", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:52.452Z", "message": "deleting server", "level": "info", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:52.452Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "598a63df-47c8-435e-9770-5b76b7e63f57"}, {"node_instance_id": "target_vnf_host_r1jczt", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:53.328Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance f6bdbb2e-335d-4d0b-b566-ce6858b29aa0 could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance f6bdbb2e-335d-4d0b-b566-ce6858b29aa0 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 f6bdbb2e-335d-4d0b-b566-ce6858b29aa0 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2019-01-20T14:39:53.328Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:53.478Z", "message": "deleting server", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:53.478Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "015a2427-096f-466a-b333-0b7c39e388a2"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:54.357Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:54.357Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "keypair_yorxun", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:54.357Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:54.357Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_data_plane_port_ev7ew7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:54.357Z", "message": "Stopping node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:54.357Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_port_5xo86t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:54.357Z", "message": "Stopping node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:54.357Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_data_plane_port_1w989l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:54.357Z", "message": "Stopping node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:54.357Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_port_7tatsg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:54.357Z", "message": "Stopping node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:54.357Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_host_9rbm3e", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:54.357Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance 2bfe57d1-2f8a-47da-8c68-b2e6cfc49636 could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 2bfe57d1-2f8a-47da-8c68-b2e6cfc49636 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 2bfe57d1-2f8a-47da-8c68-b2e6cfc49636 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2019-01-20T14:39:54.357Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:54.357Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:54.357Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "keypair_yorxun", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:55.785Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:55.785Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_data_plane_port_ev7ew7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:55.785Z", "message": "Deleting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:55.785Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_data_plane_port_1w989l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:55.785Z", "message": "Deleting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:55.785Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:55.785Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:55.785Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_data_plane_port_ev7ew7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:55.785Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:55.785Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_data_plane_port_1w989l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:55.785Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:55.785Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "keypair_yorxun", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:55.785Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:55.785Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:55.785Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:55.785Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_data_plane_port_1w989l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:55.785Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:55.785Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "keypair_yorxun", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:55.785Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:55.785Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_data_plane_port_1w989l", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:56.076Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:56.076Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "71b3aa0a-6b1f-4627-8857-e14d65770729"}, {"node_instance_id": "reference_vnf_data_plane_port_ev7ew7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:56.385Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:56.385Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:56.385Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:56.385Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "keypair_yorxun", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:56.505Z", "message": "deleting keypair", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:56.505Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "dcfcb44d-537b-45bc-a066-66c1003df63a"}, {"node_instance_id": "reference_vnf_data_plane_port_ev7ew7", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:56.505Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:56.505Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "ec65e997-b634-41df-aaa0-034409cb0a94"}, {"node_instance_id": "keypair_yorxun", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:56.505Z", "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": "2019-01-20T14:39:56.505Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "dcfcb44d-537b-45bc-a066-66c1003df63a"}], "metadata": {"pagination": {"total": 62, "offset": 26, "size": 50}}} 2019-01-20 14:39:57,334 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:39:57,334 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:39:57 GMT 2019-01-20 14:39:57,334 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:39:57,334 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21538 2019-01-20 14:39:57,334 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:39:57,335 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-20 14:39:57,335 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-20 14:39:57,336 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2019-01-20 14:39:57,336 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2019-01-20 14:39:57,336 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2019-01-20 14:39:57,336 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2019-01-20 14:39:57,336 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2019-01-20 14:39:57,336 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2019-01-20 14:39:57,337 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance f6bdbb2e-335d-4d0b-b566-ce6858b29aa0 could not be found. [status_code=404] 2019-01-20 14:39:57,337 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2019-01-20 14:39:57,337 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2019-01-20 14:39:57,337 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-20 14:39:57,337 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-20 14:39:57,337 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-20 14:39:57,338 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-20 14:39:57,338 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-20 14:39:57,338 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 2bfe57d1-2f8a-47da-8c68-b2e6cfc49636 could not be found. [status_code=404] 2019-01-20 14:39:57,338 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2019-01-20 14:39:57,338 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-20 14:39:57,338 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-20 14:39:57,339 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-20 14:39:57,339 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2019-01-20 14:39:57,339 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2019-01-20 14:39:57,339 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2019-01-20 14:39:57,339 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.delete' 2019-01-20 14:39:57,339 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2019-01-20 14:39:57,340 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2019-01-20 14:39:57,340 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.delete' 2019-01-20 14:39:57,340 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2019-01-20 14:39:57,340 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2019-01-20 14:39:57,340 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2019-01-20 14:39:57,340 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting keypair 2019-01-20 14:39:57,340 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2019-01-20 14:39:57,341 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem 2019-01-20 14:39:57,341 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/8eb62718-65c7-468f-b09c-62a525aead9a 2019-01-20 14:39:57,415 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:39:57,415 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:39:57,415 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:39:57,415 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:39:57,415 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:39:57,415 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:39:57,415 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:39:57,415 - 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": "2019-01-20T14:39:40.984Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "8eb62718-65c7-468f-b09c-62a525aead9a"} 2019-01-20 14:39:57,416 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:39:57,416 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:39:57 GMT 2019-01-20 14:39:57,416 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:39:57,416 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2019-01-20 14:39:57,416 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:40:02,421 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:40:02,582 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:40:02,583 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:40:02,583 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:40:02,583 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:40:02,583 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:40:02,583 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:40:02,583 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:40:02,583 - 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": "2019-01-20T14:39:57.398Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:57.398Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_port_7tatsg", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:58.374Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:58.374Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "9395bcde-3b17-44d5-b8ef-b1607e140ccd"}, {"node_instance_id": "reference_vnf_port_5xo86t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:58.418Z", "message": "Deleting node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:58.418Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_port_7tatsg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:58.418Z", "message": "Deleting node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:58.418Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_port_5xo86t", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:58.418Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:58.418Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_port_7tatsg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:58.418Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:58.418Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_port_5xo86t", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:58.418Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:58.418Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_port_7tatsg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:58.418Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:58.418Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_data_plane_port_ev7ew7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:58.418Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:58.418Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_data_plane_port_1w989l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:58.418Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:58.418Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "keypair_yorxun", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:58.418Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:58.418Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_port_5xo86t", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:58.999Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:58.999Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "79637736-c48f-4f95-bcfe-55e009af625f"}, {"node_instance_id": "data_plane_subnet_mo1kve", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:39:59.430Z", "message": "Stopping node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:39:59.430Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "data_plane_subnet_mo1kve", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:00.281Z", "message": "deleting subnet", "level": "info", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:00.281Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "d8357e4d-3b03-4eb5-8ebf-cf96272c0a83"}, {"node_instance_id": "data_plane_subnet_mo1kve", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:00.441Z", "message": "Deleting node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:00.441Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "data_plane_subnet_mo1kve", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:00.441Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:00.441Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_ip_p5kqj6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:00.441Z", "message": "Stopping node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:00.441Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "data_plane_subnet_mo1kve", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:00.441Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:00.441Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_port_7tatsg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:00.441Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:00.441Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_ip_p5kqj6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:01.458Z", "message": "Deleting node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:01.458Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_ip_p5kqj6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:01.458Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:01.458Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "management_plane_subnet_u674h2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:01.458Z", "message": "Stopping node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:01.458Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_ip_zzhgjg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:01.458Z", "message": "Stopping node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:01.458Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "security_group_xghjgk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:01.458Z", "message": "Stopping node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:01.458Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_ip_p5kqj6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:01.458Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:01.458Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_port_5xo86t", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:01.458Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:01.458Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "target_vnf_ip_p5kqj6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:02.077Z", "message": "deleting floatingip", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:02.077Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "7938427a-10a5-400f-93d4-65dc2d3846bd"}], "metadata": {"pagination": {"total": 89, "offset": 60, "size": 50}}} 2019-01-20 14:40:02,584 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:40:02,584 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:40:02 GMT 2019-01-20 14:40:02,584 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:40:02,584 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13479 2019-01-20 14:40:02,584 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:40:02,585 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2019-01-20 14:40:02,585 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2019-01-20 14:40:02,585 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-20 14:40:02,585 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-20 14:40:02,585 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2019-01-20 14:40:02,586 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2019-01-20 14:40:02,586 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2019-01-20 14:40:02,586 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2019-01-20 14:40:02,586 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2019-01-20 14:40:02,586 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2019-01-20 14:40:02,586 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2019-01-20 14:40:02,587 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2019-01-20 14:40:02,587 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-20 14:40:02,587 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2019-01-20 14:40:02,587 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-20 14:40:02,587 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2019-01-20 14:40:02,587 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-20 14:40:02,588 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2019-01-20 14:40:02,588 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2019-01-20 14:40:02,588 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-20 14:40:02,588 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2019-01-20 14:40:02,588 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-20 14:40:02,588 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-20 14:40:02,589 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-20 14:40:02,589 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2019-01-20 14:40:02,589 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2019-01-20 14:40:02,589 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2019-01-20 14:40:02,589 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/8eb62718-65c7-468f-b09c-62a525aead9a 2019-01-20 14:40:02,690 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:40:02,690 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:40:02,690 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:40:02,690 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:40:02,691 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:40:02,691 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:40:02,691 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:40:02,691 - 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": "2019-01-20T14:39:40.984Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "8eb62718-65c7-468f-b09c-62a525aead9a"} 2019-01-20 14:40:02,691 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:40:02,691 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:40:02 GMT 2019-01-20 14:40:02,691 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:40:02,691 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2019-01-20 14:40:02,691 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:40:07,697 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:40:07,767 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:40:07,768 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:40:07,768 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:40:07,768 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:40:07,768 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:40:07,768 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:40:07,768 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:40:07,768 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_ip_zzhgjg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:02.787Z", "message": "Deleting node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:02.787Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "security_group_xghjgk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:02.787Z", "message": "Deleting node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:02.787Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_ip_zzhgjg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:02.787Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:02.787Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:02.787Z", "message": "Sending task 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:02.787Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "security_group_xghjgk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:02.787Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:02.787Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_ip_zzhgjg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:02.787Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:02.787Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:02.787Z", "message": "Task started 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:02.787Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "security_group_xghjgk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:02.787Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:02.787Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "security_group_xghjgk", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:03.010Z", "message": "deleting security_group", "level": "info", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:03.010Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "fa1b1c1d-de78-452d-b688-6b3d6e250c71"}, {"node_instance_id": "target_vnf_ip_p5kqj6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:03.806Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:03.806Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "data_plane_subnet_mo1kve", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:03.806Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:03.806Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_ip_zzhgjg", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:04.030Z", "message": "deleting floatingip", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:04.030Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "407b3681-cf1c-48c7-a8b8-6b17adbc9298"}, {"node_instance_id": "data_plane_network_mmtbet", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:04.851Z", "message": "Deleting node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:04.851Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "data_plane_network_mmtbet", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:04.851Z", "message": "Stopping node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:04.851Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "reference_vnf_ip_zzhgjg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:04.851Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:04.851Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "security_group_xghjgk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:04.851Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:04.851Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "data_plane_network_mmtbet", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:05.611Z", "message": "deleting network", "level": "info", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:05.611Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "5634f4f5-0c86-4b81-a26a-d54053e805a4"}, {"node_instance_id": "management_plane_subnet_u674h2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:05.885Z", "message": "Deleting node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:05.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "data_plane_network_mmtbet", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:05.885Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:05.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "management_plane_subnet_u674h2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:05.885Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:05.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "data_plane_network_mmtbet", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:05.885Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:05.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "management_plane_subnet_u674h2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:05.885Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:05.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:05.885Z", "message": "Task succeeded 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:05.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "data_plane_network_mmtbet", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:06.978Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:06.978Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "management_plane_subnet_u674h2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:07.048Z", "message": "deleting subnet", "level": "info", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:07.048Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "8bf293ba-3a4f-4232-92bc-b78015a8108b"}], "metadata": {"pagination": {"total": 114, "offset": 87, "size": 50}}} 2019-01-20 14:40:07,769 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:40:07,769 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:40:07 GMT 2019-01-20 14:40:07,769 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:40:07,769 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12752 2019-01-20 14:40:07,769 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:40:07,770 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-20 14:40:07,770 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-20 14:40:07,770 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2019-01-20 14:40:07,770 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.disconnect_subnet' 2019-01-20 14:40:07,770 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2019-01-20 14:40:07,770 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2019-01-20 14:40:07,771 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.disconnect_subnet' 2019-01-20 14:40:07,771 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.delete' 2019-01-20 14:40:07,771 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting security_group 2019-01-20 14:40:07,771 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2019-01-20 14:40:07,771 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2019-01-20 14:40:07,771 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2019-01-20 14:40:07,772 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-20 14:40:07,772 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-20 14:40:07,772 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2019-01-20 14:40:07,772 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2019-01-20 14:40:07,772 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2019-01-20 14:40:07,772 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-20 14:40:07,773 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2019-01-20 14:40:07,773 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2019-01-20 14:40:07,773 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2019-01-20 14:40:07,773 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2019-01-20 14:40:07,773 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.disconnect_subnet' 2019-01-20 14:40:07,773 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2019-01-20 14:40:07,774 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2019-01-20 14:40:07,774 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/8eb62718-65c7-468f-b09c-62a525aead9a 2019-01-20 14:40:07,832 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:40:07,832 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:40:07,833 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:40:07,833 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:40:07,833 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:40:07,833 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:40:07,833 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:40:07,833 - 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": "2019-01-20T14:39:40.984Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "8eb62718-65c7-468f-b09c-62a525aead9a"} 2019-01-20 14:40:07,833 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:40:07,833 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:40:07 GMT 2019-01-20 14:40:07,833 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:40:07,834 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2019-01-20 14:40:07,834 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:40:12,839 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:40:12,906 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:40:12,906 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:40:12,906 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:40:12,906 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:40:12,907 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:40:12,907 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:40:12,907 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:40:12,907 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_subnet_u674h2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:09.296Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:09.296Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "management_plane_network_s2yfqg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:09.922Z", "message": "Stopping node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:09.922Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "router_eqqm4d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:09.922Z", "message": "Stopping node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:09.922Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "management_plane_network_s2yfqg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:10.996Z", "message": "Deleting node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:10.996Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "router_eqqm4d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:10.996Z", "message": "Deleting node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:10.996Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "management_plane_network_s2yfqg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:10.996Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:10.996Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "router_eqqm4d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:10.996Z", "message": "Sending task 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:10.996Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "management_plane_network_s2yfqg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:10.996Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:10.996Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "router_eqqm4d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:10.996Z", "message": "Task started 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:10.996Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "management_plane_network_s2yfqg", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:11.164Z", "message": "deleting network", "level": "info", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:11.164Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "ec830590-ffc2-4324-8d83-40013b7225f0"}, {"node_instance_id": "router_eqqm4d", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:12.058Z", "message": "deleting router", "level": "info", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:12.058Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "f9bf300e-5a51-4db2-9789-5e071657b04d"}], "metadata": {"pagination": {"total": 125, "offset": 112, "size": 50}}} 2019-01-20 14:40:12,907 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:40:12,907 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:40:12 GMT 2019-01-20 14:40:12,907 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:40:12,907 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5512 2019-01-20 14:40:12,907 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:40:12,908 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2019-01-20 14:40:12,908 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-20 14:40:12,908 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-20 14:40:12,908 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-20 14:40:12,908 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-20 14:40:12,909 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2019-01-20 14:40:12,909 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.delete' 2019-01-20 14:40:12,909 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2019-01-20 14:40:12,909 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.delete' 2019-01-20 14:40:12,909 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2019-01-20 14:40:12,909 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting router 2019-01-20 14:40:12,910 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/8eb62718-65c7-468f-b09c-62a525aead9a 2019-01-20 14:40:12,981 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:40:12,981 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:40:12,982 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:40:12,982 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:40:12,982 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:40:12,982 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:40:12,982 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:40:12,982 - 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": "2019-01-20T14:39:40.984Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "8eb62718-65c7-468f-b09c-62a525aead9a"} 2019-01-20 14:40:12,982 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:40:12,982 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:40:12 GMT 2019-01-20 14:40:12,982 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:40:12,982 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2019-01-20 14:40:12,983 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:40:17,988 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2019-01-20 14:40:18,056 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:40:18,056 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:40:18,056 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:40:18,057 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:40:18,057 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:40:18,057 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:40:18,057 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:40:18,057 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_network_s2yfqg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:12.981Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:12.981Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "router_eqqm4d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:14.417Z", "message": "Task succeeded 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:14.417Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "external_network_2uwbd9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:15.012Z", "message": "Stopping node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:15.012Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "external_network_2uwbd9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:16.029Z", "message": "Deleting node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:16.029Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "external_network_2uwbd9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:16.029Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:16.029Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "external_network_2uwbd9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:16.029Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:16.029Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": "external_network_2uwbd9", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:16.364Z", "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": "2019-01-20T14:40:16.364Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a", "logger": "f8556f71-ea50-4291-b01b-72256c13f4d3"}, {"node_instance_id": "external_network_2uwbd9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:17.041Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:17.041Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-20T14:40:17.041Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-20T14:40:17.041Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "8eb62718-65c7-468f-b09c-62a525aead9a"}], "metadata": {"pagination": {"total": 134, "offset": 123, "size": 50}}} 2019-01-20 14:40:18,057 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:40:18,057 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:40:18 GMT 2019-01-20 14:40:18,057 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:40:18,057 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4583 2019-01-20 14:40:18,058 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:40:18,058 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2019-01-20 14:40:18,058 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.delete' 2019-01-20 14:40:18,058 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-20 14:40:18,058 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-20 14:40:18,059 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2019-01-20 14:40:18,059 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2019-01-20 14:40:18,059 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - not deleting network since an external network is being used 2019-01-20 14:40:18,059 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2019-01-20 14:40:18,059 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'uninstall' workflow execution succeeded 2019-01-20 14:40:18,060 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/8eb62718-65c7-468f-b09c-62a525aead9a 2019-01-20 14:40:18,117 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:40:18,117 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:40:18,117 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:40:18,117 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:40:18,117 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:40:18,117 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:40:18,117 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:40:18,117 - 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": "2019-01-20T14:39:40.984Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "8eb62718-65c7-468f-b09c-62a525aead9a"} 2019-01-20 14:40:18,118 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:40:18,118 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:40:18 GMT 2019-01-20 14:40:18,118 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:40:18,118 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 372 2019-01-20 14:40:18,118 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:40:18,118 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.210:80/api/v3/deployments/vrouter-opnfv 2019-01-20 14:40:18,374 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:40:18,374 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:40:18,374 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:40:18,374 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:40:18,374 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:40:18,374 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:40:18,375 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:40:18,375 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2019-01-20 14:40:18,375 - 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": "ca454d69-71d6-4949-834a-0404060646b7", "target_vnf_flavor_id": "ca454d69-71d6-4949-834a-0404060646b7", "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_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "keystone_password": "62752dcf-68e2-413b-8914-f27a25a9702c", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.22: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": "d4bf510e-0e38-44cd-b83d-f78cad64d1c4", "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": {"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"}, "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"}, "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": "2019-01-20T14:29:12.410Z", "updated_at": "2019-01-20T14:29:12.410Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2019-01-20 14:40:18,375 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:40:18,375 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:40:18 GMT 2019-01-20 14:40:18,375 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:40:18,375 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2019-01-20 14:40:18,375 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:40:18,376 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.210:80/api/v3/blueprints/vrouter-opnfv 2019-01-20 14:40:18,524 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-20 14:40:18,524 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-20 14:40:18,524 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-20 14:40:18,525 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-20 14:40:18,525 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-20 14:40:18,525 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-20 14:40:18,525 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-20 14:40:18,525 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2019-01-20 14:40:18,525 - 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": "2019-01-20T14:29:12.162Z", "updated_at": "2019-01-20T14:29:12.162Z", "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": {"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"}, "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"}}}, "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": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "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"}}, "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"}, "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": 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": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "management_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "11.0.0.0/24"}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "management_plane_subnet_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "data_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "12.0.0.0/24", "gateway_ip": null}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "data_plane_subnet_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "target_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "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": {}, "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"}}, "create_if_missing": false, "resource_id": {"get_input": "data_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "use_external_resource": true, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "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"}, "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": 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}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "reference_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}], "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"} 2019-01-20 14:40:18,527 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-20 14:40:18,527 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 20 Jan 2019 14:40:18 GMT 2019-01-20 14:40:18,527 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-20 14:40:18,527 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2019-01-20 14:40:18,527 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-20 14:40:18,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-20 14:40:18,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:40:20,445 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ddaf6c0e-bf3c-4187-8bc9-032c19a2971c Date: Sun, 20 Jan 2019 14:40:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 14:40:20,445 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4 used request id req-ddaf6c0e-bf3c-4187-8bc9-032c19a2971c 2019-01-20 14:40:20,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.90585398674s 2019-01-20 14:40:20,446 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/d4bf510e-0e38-44cd-b83d-f78cad64d1c4 used request id req-ddaf6c0e-bf3c-4187-8bc9-032c19a2971c 2019-01-20 14:40:20,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 14:40:20,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:40:20,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45ab452d-39ff-418f-a11e-eeefaa16987c x-compute-request-id: req-45ab452d-39ff-418f-a11e-eeefaa16987c Content-Encoding: gzip Content-Length: 372 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "name": "vyos_vrouter-flavor_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ca454d69-71d6-4949-834a-0404060646b7", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 50, "id": "ca454d69-71d6-4949-834a-0404060646b7", "name": "vyos_vrouter-flavor_alt_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 14:40:20,631 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-45ab452d-39ff-418f-a11e-eeefaa16987c 2019-01-20 14:40:20,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.185098171234s 2019-01-20 14:40:20,632 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-45ab452d-39ff-418f-a11e-eeefaa16987c 2019-01-20 14:40:20,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-20 14:40:20,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/ca454d69-71d6-4949-834a-0404060646b7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:40:20,678 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 14:40:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-86ba2e22-712f-40a1-a522-413323fd6f91 x-compute-request-id: req-86ba2e22-712f-40a1-a522-413323fd6f91 Content-Length: 0 Content-Type: application/json 2019-01-20 14:40:20,678 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/ca454d69-71d6-4949-834a-0404060646b7 used request id req-86ba2e22-712f-40a1-a522-413323fd6f91 2019-01-20 14:40:20,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0437481403351s 2019-01-20 14:40:20,678 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/ca454d69-71d6-4949-834a-0404060646b7 used request id req-86ba2e22-712f-40a1-a522-413323fd6f91 2019-01-20 14:40:20,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2019-01-20 14:40:20,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/a19af79e-95e7-471b-b71d-99c54dfbe023.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:40:21,728 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0c6eab95-b94b-415b-86e6-50dde5aae9df Content-Length: 0 Date: Sun, 20 Jan 2019 14:40:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 14:40:21,729 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/a19af79e-95e7-471b-b71d-99c54dfbe023.json used request id req-0c6eab95-b94b-415b-86e6-50dde5aae9df 2019-01-20 14:40:21,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.04743695259s 2019-01-20 14:40:21,729 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/a19af79e-95e7-471b-b71d-99c54dfbe023.json used request id req-0c6eab95-b94b-415b-86e6-50dde5aae9df 2019-01-20 14:40:21,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 14:40:21,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:40:21,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c4391fd0-5295-4eee-af5d-2cd17f17985f Date: Sun, 20 Jan 2019 14:40:21 GMT RESP BODY: {"floatingips": []} 2019-01-20 14:40:21,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-c4391fd0-5295-4eee-af5d-2cd17f17985f 2019-01-20 14:40:21,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.181329965591s 2019-01-20 14:40:21,916 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-c4391fd0-5295-4eee-af5d-2cd17f17985f 2019-01-20 14:40:21,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-20 14:40:21,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:40:22,087 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 14:40: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-9e7de6a4-46b1-4da8-95c3-66f33c884a18 x-compute-request-id: req-9e7de6a4-46b1-4da8-95c3-66f33c884a18 Content-Type: application/json 2019-01-20 14:40:22,088 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5 used request id req-9e7de6a4-46b1-4da8-95c3-66f33c884a18 2019-01-20 14:40:22,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.170786857605s 2019-01-20 14:40:22,088 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5 used request id req-9e7de6a4-46b1-4da8-95c3-66f33c884a18 2019-01-20 14:40:22,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:40:22,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:40:22,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40: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-914d1690-b369-43c5-93d8-6800940b181a x-compute-request-id: req-914d1690-b369-43c5-93d8-6800940b181a Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:27:56.000000", "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:40:22Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:40:22,613 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-914d1690-b369-43c5-93d8-6800940b181a 2019-01-20 14:40:22,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524629116058s 2019-01-20 14:40:22,614 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-914d1690-b369-43c5-93d8-6800940b181a 2019-01-20 14:40:22,615 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:40:24,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:40:24,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:40:25,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40: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-aa0accc5-c9d0-4c21-9a76-7b5eb46120ee x-compute-request-id: req-aa0accc5-c9d0-4c21-9a76-7b5eb46120ee Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:27:56.000000", "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "security_groups": [{"name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}], "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:40:22Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:40:25,351 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-aa0accc5-c9d0-4c21-9a76-7b5eb46120ee 2019-01-20 14:40:25,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.733225107193s 2019-01-20 14:40:25,351 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-aa0accc5-c9d0-4c21-9a76-7b5eb46120ee 2019-01-20 14:40:25,353 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:40:27,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:40:27,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:40:28,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40: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-5f222398-2461-412d-b469-4224ad96c810 x-compute-request-id: req-5f222398-2461-412d-b469-4224ad96c810 Content-Encoding: gzip Content-Length: 732 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:f7:79", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ffaf24aa-7568-401c-95f2-807ccce430e5", "rel": "bookmark"}], "image": {"id": "78324c10-e0df-4f26-8130-89af4ca333b4", "links": [{"href": "http://172.30.9.22:8774/images/78324c10-e0df-4f26-8130-89af4ca333b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-20T14:27:56.000000", "flavor": {"id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "links": [{"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}]}, "id": "ffaf24aa-7568-401c-95f2-807ccce430e5", "user_id": "abe2cc1837d04cb78d5ca59c52135ef0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-20T14:40:26Z", "hostId": "041cde1b5f5430dd6fc73be96c0eedac72aca5751f0449e998ba735b", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "name": "vyos_vrouter-vm_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "created": "2019-01-20T14:25:13Z", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-20 14:40:28,161 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5f222398-2461-412d-b469-4224ad96c810 2019-01-20 14:40:28,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.805311918259s 2019-01-20 14:40:28,161 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5f222398-2461-412d-b469-4224ad96c810 2019-01-20 14:40:28,163 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-20 14:40:30,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-20 14:40:30,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:40:30,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40: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-36d58263-b2d8-46a0-9ada-d6484ab1cc8b x-compute-request-id: req-36d58263-b2d8-46a0-9ada-d6484ab1cc8b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-20 14:40:30,258 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-36d58263-b2d8-46a0-9ada-d6484ab1cc8b 2019-01-20 14:40:30,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0928380489349s 2019-01-20 14:40:30,259 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-36d58263-b2d8-46a0-9ada-d6484ab1cc8b 2019-01-20 14:40:30,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 14:40:30,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:40:30,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-58ed8202-8669-422d-9e7c-bd3d6d5c3d20 Date: Sun, 20 Jan 2019 14:40:30 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:25:07Z", "updated_at": "2019-01-20T14:25:10Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2019-01-20T14:25:10Z", "revision_number": 0, "id": "07554663-d905-40be-a503-37fc6cd27174", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:10Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:07Z", "revision_number": 0, "id": "0d5c714c-9e1e-4024-94d6-0ce1d9034a89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:07Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-20T14:25:08Z", "revision_number": 0, "id": "0ef8c211-fd74-4616-80fb-63ca63b50eba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:08Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2019-01-20T14:25:10Z", "revision_number": 0, "id": "574319a0-39a8-4f75-bb10-8ed0b3636bca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:10Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:08Z", "revision_number": 0, "id": "8444dc17-9883-4163-b87d-b75f4516a172", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:08Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2019-01-20T14:25:09Z", "revision_number": 0, "id": "9ebd6662-c6a0-4d6a-b78d-4716823eede7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:09Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": 443, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-20T14:25:09Z", "revision_number": 0, "id": "cdd2fcbf-b4f6-46b1-98e6-4b0bb3138625", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:09Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": 80, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:25:07Z", "revision_number": 0, "id": "d8a3802a-a72b-4c34-81cc-8e92dcb575a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:25:07Z", "security_group_id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}], "revision_number": 8, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "35d28e97-71f5-4a8d-90f5-729b4b3e35f4", "name": "vyos_vrouter-sg_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}, {"description": "Default security group", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:23:20Z", "updated_at": "2019-01-20T14:23:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "0818231d-e19c-4d23-9c46-6976195e86a3", "remote_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "61ef3da8-3f56-4185-bedc-a5845022f3c8", "remote_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "a3175b55-ae0c-4910-b093-497031b733c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "e6d81355-f7f8-4691-b97b-569f3496c909", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}], "revision_number": 4, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "name": "default"}]} 2019-01-20 14:40:30,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-58ed8202-8669-422d-9e7c-bd3d6d5c3d20 2019-01-20 14:40:30,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0636069774628s 2019-01-20 14:40:30,326 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-58ed8202-8669-422d-9e7c-bd3d6d5c3d20 2019-01-20 14:40:30,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-20 14:40:30,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/35d28e97-71f5-4a8d-90f5-729b4b3e35f4.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:40:30,523 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0dde40c7-9bb5-4d9e-88ef-aa8e724286e5 Content-Length: 0 Date: Sun, 20 Jan 2019 14:40:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 14:40:30,523 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/35d28e97-71f5-4a8d-90f5-729b4b3e35f4.json used request id req-0dde40c7-9bb5-4d9e-88ef-aa8e724286e5 2019-01-20 14:40:30,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.192534923553s 2019-01-20 14:40:30,523 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/35d28e97-71f5-4a8d-90f5-729b4b3e35f4.json used request id req-0dde40c7-9bb5-4d9e-88ef-aa8e724286e5 2019-01-20 14:40:30,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2019-01-20 14:40:30,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:40:30,564 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 14:40: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-0ce67ac3-a09b-4f5b-9028-7f034ba765b5 x-compute-request-id: req-0ce67ac3-a09b-4f5b-9028-7f034ba765b5 Content-Length: 0 Content-Type: application/json 2019-01-20 14:40:30,565 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c used request id req-0ce67ac3-a09b-4f5b-9028-7f034ba765b5 2019-01-20 14:40:30,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0409541130066s 2019-01-20 14:40:30,565 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/vyos_vrouter-kp_fc573e4c-c1b0-47b0-8962-646c468f4d5c used request id req-0ce67ac3-a09b-4f5b-9028-7f034ba765b5 2019-01-20 14:40:30,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2019-01-20 14:40:30,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/80cf774e-01a1-40f5-ab49-b42af99f2ed6/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}c88e7785c887ab8600ef57472e412681a7800738" -d '{"subnet_id": "1f060798-4c52-4961-b2c2-e8bb65568051"}' 2019-01-20 14:40:32,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-34973c2b-8fee-47a1-86b9-fe902d73c30c Date: Sun, 20 Jan 2019 14:40:32 GMT RESP BODY: {"network_id": "5a4e8df3-7043-4b4c-ae05-d1cd9a3b1adc", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "subnet_id": "1f060798-4c52-4961-b2c2-e8bb65568051", "subnet_ids": ["1f060798-4c52-4961-b2c2-e8bb65568051"], "port_id": "11440964-1f05-498d-8077-d94ca2ad98ec", "id": "80cf774e-01a1-40f5-ab49-b42af99f2ed6"} 2019-01-20 14:40:32,273 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/80cf774e-01a1-40f5-ab49-b42af99f2ed6/remove_router_interface.json used request id req-34973c2b-8fee-47a1-86b9-fe902d73c30c 2019-01-20 14:40:32,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.70818805695s 2019-01-20 14:40:32,274 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/80cf774e-01a1-40f5-ab49-b42af99f2ed6/remove_router_interface.json used request id req-34973c2b-8fee-47a1-86b9-fe902d73c30c returning object 80cf774e-01a1-40f5-ab49-b42af99f2ed6 2019-01-20 14:40:32,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2019-01-20 14:40:32,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:40:32,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-bdf424a1-b602-4723-91cd-412936aac799 Date: Sun, 20 Jan 2019 14:40:32 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:23:23Z", "admin_state_up": true, "updated_at": "2019-01-20T14:40:31Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "80cf774e-01a1-40f5-ab49-b42af99f2ed6", "name": "vyos_vrouter-router_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}]} 2019-01-20 14:40:32,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-bdf424a1-b602-4723-91cd-412936aac799 2019-01-20 14:40:32,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.632077932358s 2019-01-20 14:40:32,907 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-bdf424a1-b602-4723-91cd-412936aac799 2019-01-20 14:40:32,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2019-01-20 14:40:32,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/80cf774e-01a1-40f5-ab49-b42af99f2ed6.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:40:36,228 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9d5d1a94-9fb0-42bc-8feb-0fcbdf4f6890 Content-Length: 0 Date: Sun, 20 Jan 2019 14:40:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 14:40:36,229 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/80cf774e-01a1-40f5-ab49-b42af99f2ed6.json used request id req-9d5d1a94-9fb0-42bc-8feb-0fcbdf4f6890 2019-01-20 14:40:36,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.32008600235s 2019-01-20 14:40:36,229 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/80cf774e-01a1-40f5-ab49-b42af99f2ed6.json used request id req-9d5d1a94-9fb0-42bc-8feb-0fcbdf4f6890 2019-01-20 14:40:36,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-20 14:40:36,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:40:36,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-bf6d4268-dd4f-45f3-be9f-2411afbbe8a6 Date: Sun, 20 Jan 2019 14:40:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5a4e8df3-7043-4b4c-ae05-d1cd9a3b1adc","tenant_id":"0e384f7567d04343aa6f6d6ec88f0ec1","created_at":"2019-01-20T14:23:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-20T14:23:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"0e384f7567d04343aa6f6d6ec88f0ec1","id":"1f060798-4c52-4961-b2c2-e8bb65568051","subnetpool_id":null,"name":"vyos_vrouter-subnet_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}]} 2019-01-20 14:40:36,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-bf6d4268-dd4f-45f3-be9f-2411afbbe8a6 2019-01-20 14:40:36,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.56775188446s 2019-01-20 14:40:36,798 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-bf6d4268-dd4f-45f3-be9f-2411afbbe8a6 2019-01-20 14:40:36,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2019-01-20 14:40:36,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/1f060798-4c52-4961-b2c2-e8bb65568051.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:40:39,225 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fa8c8da3-268f-4b5b-8228-a17e0293305a Date: Sun, 20 Jan 2019 14:40:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 14:40:39,225 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/1f060798-4c52-4961-b2c2-e8bb65568051.json used request id req-fa8c8da3-268f-4b5b-8228-a17e0293305a 2019-01-20 14:40:39,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.42648601532s 2019-01-20 14:40:39,226 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/1f060798-4c52-4961-b2c2-e8bb65568051.json used request id req-fa8c8da3-268f-4b5b-8228-a17e0293305a 2019-01-20 14:40:39,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 14:40:39,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:40:39,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1199 X-Openstack-Request-Id: req-0d065dbd-7a25-4f66-b5e7-8c6b644ba068 Date: Sun, 20 Jan 2019 14:40:39 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","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":"2019-01-20T14:40:38Z","tenant_id":"0e384f7567d04343aa6f6d6ec88f0ec1","created_at":"2019-01-20T14:23:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"0e384f7567d04343aa6f6d6ec88f0ec1","id":"5a4e8df3-7043-4b4c-ae05-d1cd9a3b1adc","name":"vyos_vrouter-net_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}]} 2019-01-20 14:40:39,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0d065dbd-7a25-4f66-b5e7-8c6b644ba068 2019-01-20 14:40:39,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.288239002228s 2019-01-20 14:40:39,515 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0d065dbd-7a25-4f66-b5e7-8c6b644ba068 2019-01-20 14:40:39,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2019-01-20 14:40:39,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/5a4e8df3-7043-4b4c-ae05-d1cd9a3b1adc.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:40:40,610 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-35ad137c-bfbf-48a6-a461-be5bb63da823 Date: Sun, 20 Jan 2019 14:40:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 14:40:40,610 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/5a4e8df3-7043-4b4c-ae05-d1cd9a3b1adc.json used request id req-35ad137c-bfbf-48a6-a461-be5bb63da823 2019-01-20 14:40:40,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.09433507919s 2019-01-20 14:40:40,611 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/5a4e8df3-7043-4b4c-ae05-d1cd9a3b1adc.json used request id req-35ad137c-bfbf-48a6-a461-be5bb63da823 2019-01-20 14:40:40,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 14:40:40,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:40:40,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-e4d144bd-3836-44f3-a649-b42a18831192 Date: Sun, 20 Jan 2019 14:40:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/78324c10-e0df-4f26-8130-89af4ca333b4/snap", "metadata": {}}], "file": "/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4/file", "owner": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "78324c10-e0df-4f26-8130-89af4ca333b4", "size": 4373348352, "self": "/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/78324c10-e0df-4f26-8130-89af4ca333b4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-20T14:25:06Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2019-01-20T14:23:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 14:40:40,801 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e4d144bd-3836-44f3-a649-b42a18831192 2019-01-20 14:40:40,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.189748048782s 2019-01-20 14:40:40,801 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e4d144bd-3836-44f3-a649-b42a18831192 2019-01-20 14:40:40,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-20 14:40:40,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c88e7785c887ab8600ef57472e412681a7800738" 2019-01-20 14:40:44,901 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7df3fa79-e468-4044-bf04-9d44977c119f Date: Sun, 20 Jan 2019 14:40:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 14:40:44,901 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4 used request id req-7df3fa79-e468-4044-bf04-9d44977c119f 2019-01-20 14:40:44,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 4.09781002998s 2019-01-20 14:40:44,901 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/78324c10-e0df-4f26-8130-89af4ca333b4 used request id req-7df3fa79-e468-4044-bf04-9d44977c119f 2019-01-20 14:40:44,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 14:40:44,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:40:44,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40: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-a8d66e1d-b9da-43a5-9bf5-9672640531c9 x-compute-request-id: req-a8d66e1d-b9da-43a5-9bf5-9672640531c9 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "3f201b4d-9f0d-48ed-97da-94e2146b1c96", "name": "vyos_vrouter-flavor_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 14:40:44,936 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-a8d66e1d-b9da-43a5-9bf5-9672640531c9 2019-01-20 14:40:44,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0346350669861s 2019-01-20 14:40:44,937 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-a8d66e1d-b9da-43a5-9bf5-9672640531c9 2019-01-20 14:40:44,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-20 14:40:44,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:40:44,987 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 14:40: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-321bc902-0fd1-43fb-b02b-2d7b74732052 x-compute-request-id: req-321bc902-0fd1-43fb-b02b-2d7b74732052 Content-Length: 0 Content-Type: application/json 2019-01-20 14:40:44,987 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96 used request id req-321bc902-0fd1-43fb-b02b-2d7b74732052 2019-01-20 14:40:44,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0483748912811s 2019-01-20 14:40:44,987 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/3f201b4d-9f0d-48ed-97da-94e2146b1c96 used request id req-321bc902-0fd1-43fb-b02b-2d7b74732052 2019-01-20 14:40:44,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 14:40:44,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:40:45,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fef53e81-7eef-4ed0-ae4c-4018e68c9c98 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"password_expires_at": null, "name": "vyos_vrouter-user_fc573e4c-c1b0-47b0-8962-646c468f4d5c", "links": {"self": "http://172.30.9.22:5000/v3/users/abe2cc1837d04cb78d5ca59c52135ef0"}, "domain_id": "default", "enabled": true, "id": "abe2cc1837d04cb78d5ca59c52135ef0", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 14:40:45,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-fef53e81-7eef-4ed0-ae4c-4018e68c9c98 2019-01-20 14:40:45,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102889060974s 2019-01-20 14:40:45,091 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-fef53e81-7eef-4ed0-ae4c-4018e68c9c98 2019-01-20 14:40:45,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 14:40:45,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/abe2cc1837d04cb78d5ca59c52135ef0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:40:45,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e23c80f5-9049-473c-905f-3b99d79032e7 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/abe2cc1837d04cb78d5ca59c52135ef0"}, "enabled": true, "id": "abe2cc1837d04cb78d5ca59c52135ef0", "options": {}, "domain_id": "default", "name": "vyos_vrouter-user_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}} 2019-01-20 14:40:45,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/abe2cc1837d04cb78d5ca59c52135ef0 used request id req-e23c80f5-9049-473c-905f-3b99d79032e7 2019-01-20 14:40:45,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0871829986572s 2019-01-20 14:40:45,185 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/abe2cc1837d04cb78d5ca59c52135ef0 used request id req-e23c80f5-9049-473c-905f-3b99d79032e7 2019-01-20 14:40:45,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-20 14:40:45,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/abe2cc1837d04cb78d5ca59c52135ef0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:40:45,414 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 14:40:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f480606-3a1a-4a89-b3d6-ad2cefdb88d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 14:40:45,414 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/abe2cc1837d04cb78d5ca59c52135ef0 used request id req-0f480606-3a1a-4a89-b3d6-ad2cefdb88d8 2019-01-20 14:40:45,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.228620052338s 2019-01-20 14:40:45,414 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/abe2cc1837d04cb78d5ca59c52135ef0 used request id req-0f480606-3a1a-4a89-b3d6-ad2cefdb88d8 2019-01-20 14:40:45,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 14:40:45,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:40:45,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cfa691c-35f5-4ded-9243-8b182ca52398 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.22:5000/v3/projects/0e384f7567d04343aa6f6d6ec88f0ec1"}, "enabled": true, "id": "0e384f7567d04343aa6f6d6ec88f0ec1", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_fc573e4c-c1b0-47b0-8962-646c468f4d5c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2019-01-20 14:40:45,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-4cfa691c-35f5-4ded-9243-8b182ca52398 2019-01-20 14:40:45,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0890350341797s 2019-01-20 14:40:45,504 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-4cfa691c-35f5-4ded-9243-8b182ca52398 2019-01-20 14:40:45,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-20 14:40:45,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/0e384f7567d04343aa6f6d6ec88f0ec1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:40:45,663 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 14:40:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e760d894-aaae-42dd-aa2e-fd4cf52ab9b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 14:40:45,663 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/0e384f7567d04343aa6f6d6ec88f0ec1 used request id req-e760d894-aaae-42dd-aa2e-fd4cf52ab9b0 2019-01-20 14:40:45,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.156877040863s 2019-01-20 14:40:45,664 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/0e384f7567d04343aa6f6d6ec88f0ec1 used request id req-e760d894-aaae-42dd-aa2e-fd4cf52ab9b0 2019-01-20 14:40:45,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 14:40:45,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:40:45,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9417b65d-a704-4509-befe-1e21e1cda786 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "29902b3dca5c4440960b11490555180a", "links": {"self": "http://172.30.9.22:5000/v3/roles/29902b3dca5c4440960b11490555180a"}, "name": "Member"}, {"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 14:40:45,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9417b65d-a704-4509-befe-1e21e1cda786 2019-01-20 14:40:45,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0808191299438s 2019-01-20 14:40:45,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-20 14:40:45,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/29902b3dca5c4440960b11490555180a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:40:45,864 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 14:40:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-724bcd06-cdb8-4602-ac37-9a2707aa02fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 14:40:45,864 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/29902b3dca5c4440960b11490555180a used request id req-724bcd06-cdb8-4602-ac37-9a2707aa02fa 2019-01-20 14:40:45,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.117556095123s 2019-01-20 14:40:45,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 14:40:45,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=0e384f7567d04343aa6f6d6ec88f0ec1&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}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:40:46,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-f28c8909-9941-40f8-b547-86a256635fd9 Date: Sun, 20 Jan 2019 14:40:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:23:20Z", "updated_at": "2019-01-20T14:23:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "0818231d-e19c-4d23-9c46-6976195e86a3", "remote_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "61ef3da8-3f56-4185-bedc-a5845022f3c8", "remote_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "a3175b55-ae0c-4910-b093-497031b733c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "e6d81355-f7f8-4691-b97b-569f3496c909", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}], "revision_number": 4, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "name": "default"}]} 2019-01-20 14:40:46,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=0e384f7567d04343aa6f6d6ec88f0ec1&name=default used request id req-f28c8909-9941-40f8-b547-86a256635fd9 2019-01-20 14:40:46,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.182885169983s 2019-01-20 14:40:46,051 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=0e384f7567d04343aa6f6d6ec88f0ec1&name=default used request id req-f28c8909-9941-40f8-b547-86a256635fd9 2019-01-20 14:40:46,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 14:40:46,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:40:46,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-709262e1-bd8b-4f88-8323-caeaa81dc312 Date: Sun, 20 Jan 2019 14:40:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "created_at": "2019-01-20T14:23:20Z", "updated_at": "2019-01-20T14:23:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "0818231d-e19c-4d23-9c46-6976195e86a3", "remote_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "e6d81355-f7f8-4691-b97b-569f3496c909", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv6", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "61ef3da8-3f56-4185-bedc-a5845022f3c8", "remote_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:23:20Z", "revision_number": 0, "id": "a3175b55-ae0c-4910-b093-497031b733c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:23:20Z", "security_group_id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "tenant_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "port_range_min": null, "ethertype": "IPv4", "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1"}], "revision_number": 4, "project_id": "0e384f7567d04343aa6f6d6ec88f0ec1", "id": "cbdcf3ec-1cc6-4eb7-88aa-af906309ad38", "name": "default"}]} 2019-01-20 14:40:46,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-709262e1-bd8b-4f88-8323-caeaa81dc312 2019-01-20 14:40:46,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.569131135941s 2019-01-20 14:40:46,624 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-709262e1-bd8b-4f88-8323-caeaa81dc312 2019-01-20 14:40:46,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-20 14:40:46,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/cbdcf3ec-1cc6-4eb7-88aa-af906309ad38.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5a21484c1c63334f1e57203be9b522a8af405add" 2019-01-20 14:40:46,970 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b38a7934-1124-4140-9a0a-7e4517ca1844 Content-Length: 0 Date: Sun, 20 Jan 2019 14:40:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 14:40:46,970 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/cbdcf3ec-1cc6-4eb7-88aa-af906309ad38.json used request id req-b38a7934-1124-4140-9a0a-7e4517ca1844 2019-01-20 14:40:46,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.342041015625s 2019-01-20 14:40:46,971 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/cbdcf3ec-1cc6-4eb7-88aa-af906309ad38.json used request id req-b38a7934-1124-4140-9a0a-7e4517ca1844 2019-01-20 14:40:46,989 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2019-01-20 14:40:47,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 14:40:47,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 14:40:47,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 14:40:47,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 14:40:47,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 14:40:47,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 14:40:47,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 14:40:47,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 14:40:47,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 14:40:47,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 14:40:47,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 14:40:47,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 14:40:47,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 14:40:47,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 14:40:47,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 14:40:47,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 14:40:47,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 14:40:47,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 14:40:47,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 14:40:47,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 14:40:47,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 14:40:47,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 14:40:47,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 14:40:47,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b5761a3-f6b3-4f43-b4fb-60c7e9df55e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 14:40:47,048 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5b5761a3-f6b3-4f43-b4fb-60c7e9df55e3 2019-01-20 14:40:47,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 14:40:47,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}], "expires_at": "2019-01-20T15:40:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "057838f782f94e5ca660a8d24231cdb7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "96110a92bd284ca5bccb7c5d679699e2"}, "audit_ids": ["dZkGQCEXTFePs86WtnsFuQ"], "issued_at": "2019-01-20T14:40:47.000000Z"}} 2019-01-20 14:40:47,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 14:40:47,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 14:40:47,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-0d585be1-b976-4a8c-8667-731fb8f6519e Date: Sun, 20 Jan 2019 14:40:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 14:40:47,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0d585be1-b976-4a8c-8667-731fb8f6519e 2019-01-20 14:40:47,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.233971834183s 2019-01-20 14:40:47,670 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0d585be1-b976-4a8c-8667-731fb8f6519e 2019-01-20 14:40:47,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 14:40:47,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 14:40:47,679 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 14:40:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 14:40:47,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 14:40:47,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac9193eb-cfd9-4057-8247-bef79b5bfc6f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 14:40:47,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-ac9193eb-cfd9-4057-8247-bef79b5bfc6f 2019-01-20 14:40:47,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0869469642639s 2019-01-20 14:40:47,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-20 14:40:47,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}cb36068d06ffad2f56672cc32351df3c72f4e9ba" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_9018405b-219b-41c4-95e6-8d5475d93dc8"}}' 2019-01-20 14:40:47,882 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 14:40:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d702ac8e-5a23-4d8e-9709-869e81066cea 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.22:5000/v3/projects/d46499a5bf694e368e98004c7b6df962"}, "enabled": true, "id": "d46499a5bf694e368e98004c7b6df962", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_9018405b-219b-41c4-95e6-8d5475d93dc8"}} 2019-01-20 14:40:47,883 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-d702ac8e-5a23-4d8e-9709-869e81066cea 2019-01-20 14:40:47,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.12362408638s 2019-01-20 14:40:47,883 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-d702ac8e-5a23-4d8e-9709-869e81066cea 2019-01-20 14:40:47,884 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'juju_epc-project_9018405b-219b-41c4-95e6-8d5475d93dc8', 'id': u'd46499a5bf694e368e98004c7b6df962', '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'})}) 2019-01-20 14:40:47,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-20 14:40:48,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.368782997131s 2019-01-20 14:40:48,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/eafad2fd51604ff69d20b3c55c50caa9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 14:40:48,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-814da020-9494-4964-8737-a4cede1edca5 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/eafad2fd51604ff69d20b3c55c50caa9"}, "enabled": true, "id": "eafad2fd51604ff69d20b3c55c50caa9", "options": {}, "domain_id": "default", "name": "juju_epc-user_9018405b-219b-41c4-95e6-8d5475d93dc8"}} 2019-01-20 14:40:48,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/eafad2fd51604ff69d20b3c55c50caa9 used request id req-814da020-9494-4964-8737-a4cede1edca5 2019-01-20 14:40:48,351 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'eafad2fd51604ff69d20b3c55c50caa9', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_9018405b-219b-41c4-95e6-8d5475d93dc8'}) 2019-01-20 14:40:48,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 14:40:48,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 14:40:48,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aeac48f8-dd18-40e4-bc29-cad292a5c776 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 14:40:48,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-aeac48f8-dd18-40e4-bc29-cad292a5c776 2019-01-20 14:40:48,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0785348415375s 2019-01-20 14:40:48,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 14:40:48,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 14:40:48,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-028052c5-4804-41a4-8201-44c6aafbede6 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 14:40:48,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-028052c5-4804-41a4-8201-44c6aafbede6 2019-01-20 14:40:48,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0750079154968s 2019-01-20 14:40:48,507 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-20 14:40:48,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-20 14:40:48,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" -d '{"role": {"name": "Member"}}' 2019-01-20 14:40:48,612 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 14:40:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1989784-6692-48d9-bd5e-d205358ed977 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9eb3d0e9a44b4912983a58065550d088", "links": {"self": "http://172.30.9.22:5000/v3/roles/9eb3d0e9a44b4912983a58065550d088"}, "name": "Member"}} 2019-01-20 14:40:48,612 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-e1989784-6692-48d9-bd5e-d205358ed977 2019-01-20 14:40:48,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.105031967163s 2019-01-20 14:40:48,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/9eb3d0e9a44b4912983a58065550d088 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 14:40:48,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd4721e6-10af-497c-9953-a69c7bd6e082 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/9eb3d0e9a44b4912983a58065550d088"}, "domain_id": null, "name": "Member", "id": "9eb3d0e9a44b4912983a58065550d088"}} 2019-01-20 14:40:48,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/9eb3d0e9a44b4912983a58065550d088 used request id req-fd4721e6-10af-497c-9953-a69c7bd6e082 2019-01-20 14:40:48,631 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/9eb3d0e9a44b4912983a58065550d088'}, 'domain_id': None, 'human_id': None, 'id': u'9eb3d0e9a44b4912983a58065550d088', 'HUMAN_ID': False}) 2019-01-20 14:40:48,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 14:40:48,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 14:40:48,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e373d82-1bb3-4c85-bac1-a94bbf7666bb Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9eb3d0e9a44b4912983a58065550d088", "links": {"self": "http://172.30.9.22:5000/v3/roles/9eb3d0e9a44b4912983a58065550d088"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 14:40:48,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4e373d82-1bb3-4c85-bac1-a94bbf7666bb 2019-01-20 14:40:48,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0936408042908s 2019-01-20 14:40:48,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 14:40:48,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 14:40:48,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7799c5e6-baca-4b07-8ca8-918cc61e451c Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 14:40:48,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-7799c5e6-baca-4b07-8ca8-918cc61e451c 2019-01-20 14:40:48,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0865700244904s 2019-01-20 14:40:48,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 14:40:48,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 14:40:48,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-249688d1-ce8e-412c-9763-d28920756df9 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "juju_epc-user_9018405b-219b-41c4-95e6-8d5475d93dc8", "links": {"self": "http://172.30.9.22:5000/v3/users/eafad2fd51604ff69d20b3c55c50caa9"}, "domain_id": "default", "enabled": true, "id": "eafad2fd51604ff69d20b3c55c50caa9", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 14:40:48,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-249688d1-ce8e-412c-9763-d28920756df9 2019-01-20 14:40:48,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0945959091187s 2019-01-20 14:40:48,909 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-249688d1-ce8e-412c-9763-d28920756df9 2019-01-20 14:40:48,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 14:40:48,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 14:40:48,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6586dfd-d191-4cfd-b40b-4a59d19670e2 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.22:5000/v3/projects/d46499a5bf694e368e98004c7b6df962"}, "enabled": true, "id": "d46499a5bf694e368e98004c7b6df962", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_9018405b-219b-41c4-95e6-8d5475d93dc8"}]} 2019-01-20 14:40:48,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-d6586dfd-d191-4cfd-b40b-4a59d19670e2 2019-01-20 14:40:48,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0791020393372s 2019-01-20 14:40:48,995 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-d6586dfd-d191-4cfd-b40b-4a59d19670e2 2019-01-20 14:40:48,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 14:40:48,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=eafad2fd51604ff69d20b3c55c50caa9&scope.project.id=d46499a5bf694e368e98004c7b6df962&role.id=9eb3d0e9a44b4912983a58065550d088 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 14:40:49,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8eefd56-b1d4-444e-a71e-e8520b2bfa9a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=eafad2fd51604ff69d20b3c55c50caa9&scope.project.id=d46499a5bf694e368e98004c7b6df962&role.id=9eb3d0e9a44b4912983a58065550d088", "previous": null, "next": null}} 2019-01-20 14:40:49,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=eafad2fd51604ff69d20b3c55c50caa9&scope.project.id=d46499a5bf694e368e98004c7b6df962&role.id=9eb3d0e9a44b4912983a58065550d088 used request id req-d8eefd56-b1d4-444e-a71e-e8520b2bfa9a 2019-01-20 14:40:49,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0739560127258s 2019-01-20 14:40:49,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 14:40:49,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/d46499a5bf694e368e98004c7b6df962/users/eafad2fd51604ff69d20b3c55c50caa9/roles/9eb3d0e9a44b4912983a58065550d088 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 14:40:49,196 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 14:40:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4bd702a-cb1b-4b28-ae27-866c24d5d4c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 14:40:49,196 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d46499a5bf694e368e98004c7b6df962/users/eafad2fd51604ff69d20b3c55c50caa9/roles/9eb3d0e9a44b4912983a58065550d088 used request id req-c4bd702a-cb1b-4b28-ae27-866c24d5d4c8 2019-01-20 14:40:49,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.124097108841s 2019-01-20 14:40:49,197 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_9018405b-219b-41c4-95e6-8d5475d93dc8', 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': 'd9f4d133-4e38-4f1d-b460-6cf2d30ff215', 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_9018405b-219b-41c4-95e6-8d5475d93dc8', 'project_id': u'd46499a5bf694e368e98004c7b6df962', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-20 14:40:49,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 14:40:49,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 14:40:49,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 14:40:49,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 14:40:49,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 14:40:49,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 14:40:49,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 14:40:49,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 14:40:49,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 14:40:49,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 14:40:49,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 14:40:49,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 14:40:49,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 14:40:49,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 14:40:49,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 14:40:49,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 14:40:49,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 14:40:49,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 14:40:49,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 14:40:49,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 14:40:49,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 14:40:49,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 14:40:49,202 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_9018405b-219b-41c4-95e6-8d5475d93dc8', 'password': 'd9f4d133-4e38-4f1d-b460-6cf2d30ff215', 'project_name': 'juju_epc-project_9018405b-219b-41c4-95e6-8d5475d93dc8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'd46499a5bf694e368e98004c7b6df962', 'project_domain_name': 'Default'} 2019-01-20 14:40:49,270 - 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'}}} 2019-01-20 14:40:49,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2019-01-20 14:40:49,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 14:40:49,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0292f01-1568-4031-afcd-48acf20b419d Content-Encoding: gzip Content-Length: 915 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v3", "links": {"self": "http://172.30.9.22:5000/v3/services/0db328df60024ec1a94dc6db6b96daba"}, "enabled": true, "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.22:5000/v3/services/1ee893b213ec495eacfa10e42a17fc26"}, "enabled": true, "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.22:5000/v3/services/461a661a7b3b487cbbe5b6f9f737f7aa"}, "enabled": true, "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.22:5000/v3/services/61e45110754d4c4095d659149afad5bb"}, "enabled": true, "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.22:5000/v3/services/666ebcca57a54f05b462a99ec0e984f8"}, "enabled": true, "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.22:5000/v3/services/676928eb63d54826a44fa3a4cb57a657"}, "enabled": true, "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.22:5000/v3/services/74946f2b59634eb0aa706bd3d49732f8"}, "enabled": true, "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.22:5000/v3/services/79602fe8331a4f008f770df81b47c0fd"}, "enabled": true, "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.22:5000/v3/services/a52cb97e7333480a947a5ee5b140ce8e"}, "enabled": true, "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.22:5000/v3/services/a61603b336bd4db983952259e15350f1"}, "enabled": true, "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.22:5000/v3/services/c046d7f51ab440e992f9460438b66d14"}, "enabled": true, "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.22:5000/v3/services/c1f85d94cee44799aa6fc5cbdba83cd7"}, "enabled": true, "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.22:5000/v3/services/cffef5f47ec6460590ee77aa26a31fae"}, "enabled": true, "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.22:5000/v3/services/d3f8c74380aa43ff83ab27e0c61acd7e"}, "enabled": true, "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.22:5000/v3/services/de10c8d8806b446f908592d97ba05fdc"}, "enabled": true, "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.22:5000/v3/services/ef6c51a853bd4714ab75ecd2f0a28b28"}, "enabled": true, "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "links": {"self": "http://172.30.9.22:5000/v3/services", "previous": null, "next": null}} 2019-01-20 14:40:49,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/services used request id req-d0292f01-1568-4031-afcd-48acf20b419d 2019-01-20 14:40:49,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0885360240936s 2019-01-20 14:40:49,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2019-01-20 14:40:49,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 14:40:49,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52d7fff8-a47e-4a37-9508-3e7ba1d89272 Content-Encoding: gzip Content-Length: 2085 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0b39f9a67a104eb89d23146a80405c53"}, "url": "http://192.30.9.6:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d3f8c74380aa43ff83ab27e0c61acd7e", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/128d3b1e5184426caeb0fac9bfb078f2"}, "url": "http://172.30.9.22:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c046d7f51ab440e992f9460438b66d14", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, "url": "http://172.30.9.22:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "74946f2b59634eb0aa706bd3d49732f8", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/19292b6c561c40f2ad76d929c0c92dfa"}, "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d3f8c74380aa43ff83ab27e0c61acd7e", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1e1a673b03b54bc7b0464b7bb71fe106"}, "url": "http://192.30.9.6:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "461a661a7b3b487cbbe5b6f9f737f7aa", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/20c9ef60d7a147e4988bc1cfdfd07932"}, "url": "http://192.30.9.6:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a61603b336bd4db983952259e15350f1", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/29fe9dc629b44021a0ec3a55747439bc"}, "url": "http://172.30.9.22:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "676928eb63d54826a44fa3a4cb57a657", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/2eefe2dcb12a47b1a6c7d54b93fb16d1"}, "url": "http://192.30.9.6:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "61e45110754d4c4095d659149afad5bb", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/32f922e61b2746378fe8853829a88c37"}, "url": "http://192.30.9.6:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a52cb97e7333480a947a5ee5b140ce8e", "id": "32f922e61b2746378fe8853829a88c37"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/3800014c932d40f29bb9dc0bfcdfd5e1"}, "url": "http://192.30.9.6:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cffef5f47ec6460590ee77aa26a31fae", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/426262d1f1f44b6e96bb9a2ad8f42181"}, "url": "http://192.30.9.6:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c046d7f51ab440e992f9460438b66d14", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/47522f60edd04e899f576dc12da3c9be"}, "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c1f85d94cee44799aa6fc5cbdba83cd7", "id": "47522f60edd04e899f576dc12da3c9be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4c7b8413eedb43969d8113c071638457"}, "url": "http://192.30.9.6:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0db328df60024ec1a94dc6db6b96daba", "id": "4c7b8413eedb43969d8113c071638457"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4e5f2929c0cf44fc8c631b4c673409dd"}, "url": "http://192.30.9.6:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a52cb97e7333480a947a5ee5b140ce8e", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/52eb155647904c6986af2bf8e868c340"}, "url": "http://192.30.9.6:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d3f8c74380aa43ff83ab27e0c61acd7e", "id": "52eb155647904c6986af2bf8e868c340"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/5917d267f6484a629ff3a3277aede776"}, "url": "http://192.30.9.6:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "74946f2b59634eb0aa706bd3d49732f8", "id": "5917d267f6484a629ff3a3277aede776"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/5fe5574ba5ac40eb90b158266394457e"}, "url": "http://192.30.9.6:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "676928eb63d54826a44fa3a4cb57a657", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/6f08bf9741f542808e5848c0ba7795e0"}, "url": "http://192.30.9.6:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "676928eb63d54826a44fa3a4cb57a657", "id": "6f08bf9741f542808e5848c0ba7795e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/7145befd77ab45b5bb73536ddfb081f0"}, "url": "http://172.30.9.22:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1ee893b213ec495eacfa10e42a17fc26", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/810446a0895a484085720b1b289c6ec3"}, "url": "http://192.30.9.6:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c046d7f51ab440e992f9460438b66d14", "id": "810446a0895a484085720b1b289c6ec3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/86687275b50449038727399464ca5563"}, "url": "http://192.30.9.6:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "79602fe8331a4f008f770df81b47c0fd", "id": "86687275b50449038727399464ca5563"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/8ea9af4ce5994af6a754a48251d2a15d"}, "url": "http://172.30.9.22:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "61e45110754d4c4095d659149afad5bb", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/92c381d4658f48afa573e0eda6654b7e"}, "url": "http://192.30.9.6:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0db328df60024ec1a94dc6db6b96daba", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/98b4e83a246c42f7bb32b7aa95be4bcd"}, "url": "http://172.30.9.22:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0db328df60024ec1a94dc6db6b96daba", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a01b51727a2245f2824f4b7cf202eb40"}, "url": "http://172.30.9.22:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a61603b336bd4db983952259e15350f1", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a1c5d9f1ad6c49dfbd5a3a347ab30074"}, "url": "http://192.30.9.6:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1ee893b213ec495eacfa10e42a17fc26", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a9fdfc5d97084db5a1a1c9e935506dd2"}, "url": "http://192.30.9.6:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "461a661a7b3b487cbbe5b6f9f737f7aa", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ac1a43c8bbd3416ca077aa85aeadcc05"}, "url": "http://192.30.9.6:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "666ebcca57a54f05b462a99ec0e984f8", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ada22fa41ecf4254b7fd0d20dc4ffdff"}, "url": "http://192.30.9.6:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1ee893b213ec495eacfa10e42a17fc26", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b96945d0bac84134bccb539607611457"}, "url": "http://192.30.9.6:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c1f85d94cee44799aa6fc5cbdba83cd7", "id": "b96945d0bac84134bccb539607611457"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/bcf9cfe36ad24874b8b5efa34c747b44"}, "url": "http://172.30.9.22:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "461a661a7b3b487cbbe5b6f9f737f7aa", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c238088798db45eca432c8887925bc67"}, "url": "http://192.30.9.6:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a61603b336bd4db983952259e15350f1", "id": "c238088798db45eca432c8887925bc67"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c2a98828c44b464098a69e475454444b"}, "url": "http://192.30.9.6:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c1f85d94cee44799aa6fc5cbdba83cd7", "id": "c2a98828c44b464098a69e475454444b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c45bbf057e6d4a26b0d0bf76f60c912f"}, "url": "http://172.30.9.22:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ef6c51a853bd4714ab75ecd2f0a28b28", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c9f97d7323074c009eb9ddada38cb163"}, "url": "http://192.30.9.6:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "666ebcca57a54f05b462a99ec0e984f8", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/dbb150f6b140491b84ceab1b9fc91d35"}, "url": "http://172.30.9.22:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "79602fe8331a4f008f770df81b47c0fd", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/dd639fdd49594512a3a3c60de9e8f242"}, "url": "http://172.30.9.22:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cffef5f47ec6460590ee77aa26a31fae", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/de6096afd49449ca834709a24697111e"}, "url": "http://192.30.9.6:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "61e45110754d4c4095d659149afad5bb", "id": "de6096afd49449ca834709a24697111e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e077aaabbddb4090a832209de121bc4a"}, "url": "http://192.30.9.6:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ef6c51a853bd4714ab75ecd2f0a28b28", "id": "e077aaabbddb4090a832209de121bc4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e35913f7561f466bbbe9de4ee6e2c439"}, "url": "http://192.30.9.6:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ef6c51a853bd4714ab75ecd2f0a28b28", "id": "e35913f7561f466bbbe9de4ee6e2c439"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e6019315ff6e4e27a037576f9a47ffdb"}, "url": "http://192.30.9.6:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "74946f2b59634eb0aa706bd3d49732f8", "id": "e6019315ff6e4e27a037576f9a47ffdb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f1ce8fa6a47c4c5c8a4627c1dee8dc16"}, "url": "http://172.30.9.22:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "666ebcca57a54f05b462a99ec0e984f8", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f4c199466c554a768d18feac4241107d"}, "url": "http://192.30.9.6:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "79602fe8331a4f008f770df81b47c0fd", "id": "f4c199466c554a768d18feac4241107d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f704c9722ade4566b97f4f5731c8d0d1"}, "url": "http://172.30.9.22:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a52cb97e7333480a947a5ee5b140ce8e", "id": "f704c9722ade4566b97f4f5731c8d0d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f921a94bddad4881bf668cc485d3318f"}, "url": "http://192.30.9.6:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cffef5f47ec6460590ee77aa26a31fae", "id": "f921a94bddad4881bf668cc485d3318f"}], "links": {"self": "http://172.30.9.22:5000/v3/endpoints", "previous": null, "next": null}} 2019-01-20 14:40:49,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-52d7fff8-a47e-4a37-9508-3e7ba1d89272 2019-01-20 14:40:49,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0832898616791s 2019-01-20 14:40:49,476 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2019-01-20 14:40:49,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 14:40:49,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 14:40:49,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b72cc188-ace3-46c2-9a5b-90abcff60549 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 14:40:49,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-b72cc188-ace3-46c2-9a5b-90abcff60549 2019-01-20 14:40:49,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0786859989166s 2019-01-20 14:40:49,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 14:40:49,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 14:40:49,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec242189-7a3c-472e-a3f6-48bac752a195 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.22:5000/v3/projects/d46499a5bf694e368e98004c7b6df962"}, "enabled": true, "id": "d46499a5bf694e368e98004c7b6df962", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_9018405b-219b-41c4-95e6-8d5475d93dc8"}]} 2019-01-20 14:40:49,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-ec242189-7a3c-472e-a3f6-48bac752a195 2019-01-20 14:40:49,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0831620693207s 2019-01-20 14:40:49,640 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-ec242189-7a3c-472e-a3f6-48bac752a195 2019-01-20 14:40:49,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2019-01-20 14:40:49,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}cb36068d06ffad2f56672cc32351df3c72f4e9ba" -d '{"network": {"tenant_id": "d46499a5bf694e368e98004c7b6df962", "name": "juju_epc-net_9018405b-219b-41c4-95e6-8d5475d93dc8", "admin_state_up": true}}' 2019-01-20 14:40:50,227 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 702 X-Openstack-Request-Id: req-7ff6f58d-ed00-45b9-8043-3c3df457b6a9 Date: Sun, 20 Jan 2019 14:40:50 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"78ac2957-18c7-4ebf-8cb3-6196f73e392b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"d46499a5bf694e368e98004c7b6df962","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-20T14:40:50Z","is_default":false,"qos_policy_id":null,"name":"juju_epc-net_9018405b-219b-41c4-95e6-8d5475d93dc8","admin_state_up":true,"tenant_id":"d46499a5bf694e368e98004c7b6df962","created_at":"2019-01-20T14:40:50Z","mtu":1450}} 2019-01-20 14:40:50,227 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-7ff6f58d-ed00-45b9-8043-3c3df457b6a9 2019-01-20 14:40:50,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.584780931473s 2019-01-20 14:40:50,228 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-7ff6f58d-ed00-45b9-8043-3c3df457b6a9 2019-01-20 14:40:50,228 - 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'2019-01-20T14:40:50Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'78ac2957-18c7-4ebf-8cb3-6196f73e392b', u'provider:segmentation_id': 44, 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_9018405b-219b-41c4-95e6-8d5475d93dc8', u'created_at': u'2019-01-20T14:40:50Z', u'mtu': 1450, u'tenant_id': u'd46499a5bf694e368e98004c7b6df962', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd46499a5bf694e368e98004c7b6df962'}) 2019-01-20 14:40:50,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 14:40:50,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:40:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05871c97-fb6b-49fe-be37-a66a77b07f17 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 14:40:50,236 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-05871c97-fb6b-49fe-be37-a66a77b07f17 2019-01-20 14:40:50,237 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 14:40:50,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9eb3d0e9a44b4912983a58065550d088", "name": "Member"}], "expires_at": "2019-01-20T15:40:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d46499a5bf694e368e98004c7b6df962", "name": "juju_epc-project_9018405b-219b-41c4-95e6-8d5475d93dc8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/d46499a5bf694e368e98004c7b6df962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/d46499a5bf694e368e98004c7b6df962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/d46499a5bf694e368e98004c7b6df962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/d46499a5bf694e368e98004c7b6df962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/d46499a5bf694e368e98004c7b6df962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/d46499a5bf694e368e98004c7b6df962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d46499a5bf694e368e98004c7b6df962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/d46499a5bf694e368e98004c7b6df962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/d46499a5bf694e368e98004c7b6df962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/d46499a5bf694e368e98004c7b6df962", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/d46499a5bf694e368e98004c7b6df962", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/d46499a5bf694e368e98004c7b6df962", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_9018405b-219b-41c4-95e6-8d5475d93dc8", "id": "eafad2fd51604ff69d20b3c55c50caa9"}, "audit_ids": ["wDx-qsGoTxKIt2ztaGk_hg"], "issued_at": "2019-01-20T14:40:50.000000Z"}} 2019-01-20 14:40:50,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 14:40:50,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 14:40:50,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-b731fac7-e9c3-437d-889f-bbea2cef9557 Date: Sun, 20 Jan 2019 14:40:50 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-20T14:40:50Z","tenant_id":"d46499a5bf694e368e98004c7b6df962","created_at":"2019-01-20T14:40:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d46499a5bf694e368e98004c7b6df962","id":"78ac2957-18c7-4ebf-8cb3-6196f73e392b","name":"juju_epc-net_9018405b-219b-41c4-95e6-8d5475d93dc8"}]} 2019-01-20 14:40:50,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b731fac7-e9c3-437d-889f-bbea2cef9557 2019-01-20 14:40:50,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.253514051437s 2019-01-20 14:40:50,871 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b731fac7-e9c3-437d-889f-bbea2cef9557 2019-01-20 14:40:50,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2019-01-20 14:40:50,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" -d '{"subnet": {"name": "juju_epc-subnet_9018405b-219b-41c4-95e6-8d5475d93dc8", "enable_dhcp": true, "network_id": "78ac2957-18c7-4ebf-8cb3-6196f73e392b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2019-01-20 14:40:51,659 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-eca66bc9-20df-472e-82a8-663b2387b0cf Date: Sun, 20 Jan 2019 14:40:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78ac2957-18c7-4ebf-8cb3-6196f73e392b","tenant_id":"d46499a5bf694e368e98004c7b6df962","created_at":"2019-01-20T14:40:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-20T14:40:51Z","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":"d46499a5bf694e368e98004c7b6df962","id":"6b1a7d3f-1a12-4e9f-bfb9-f3da8ebfff0c","subnetpool_id":null,"name":"juju_epc-subnet_9018405b-219b-41c4-95e6-8d5475d93dc8"}} 2019-01-20 14:40:51,659 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-eca66bc9-20df-472e-82a8-663b2387b0cf 2019-01-20 14:40:51,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.786093950272s 2019-01-20 14:40:51,659 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-eca66bc9-20df-472e-82a8-663b2387b0cf 2019-01-20 14:40:51,660 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-20T14:40:51Z', 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'6b1a7d3f-1a12-4e9f-bfb9-f3da8ebfff0c', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_9018405b-219b-41c4-95e6-8d5475d93dc8', u'enable_dhcp': True, u'network_id': u'78ac2957-18c7-4ebf-8cb3-6196f73e392b', u'tenant_id': u'd46499a5bf694e368e98004c7b6df962', u'created_at': u'2019-01-20T14:40:51Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'd46499a5bf694e368e98004c7b6df962'}) 2019-01-20 14:40:51,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2019-01-20 14:40:51,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" -d '{"router": {"external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080"}, "name": "juju_epc-router_9018405b-219b-41c4-95e6-8d5475d93dc8", "admin_state_up": true}}' 2019-01-20 14:40:56,829 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-fd9f3cff-ae60-4b1f-a510-b5811dbdfd3f Date: Sun, 20 Jan 2019 14:40:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d46499a5bf694e368e98004c7b6df962", "created_at": "2019-01-20T14:40:52Z", "admin_state_up": true, "updated_at": "2019-01-20T14:40:53Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "d46499a5bf694e368e98004c7b6df962", "id": "1f3de72d-81a6-44d0-8384-86cf903a186d", "name": "juju_epc-router_9018405b-219b-41c4-95e6-8d5475d93dc8"}} 2019-01-20 14:40:56,829 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-fd9f3cff-ae60-4b1f-a510-b5811dbdfd3f 2019-01-20 14:40:56,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.16894602776s 2019-01-20 14:40:56,830 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-fd9f3cff-ae60-4b1f-a510-b5811dbdfd3f 2019-01-20 14:40:56,830 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2019-01-20T14:40:53Z', u'revision_number': 3, u'id': u'1f3de72d-81a6-44d0-8384-86cf903a186d', u'external_gateway_info': {u'network_id': u'4eb4ac9e-0bc9-46c9-9470-2c7072fca080', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f1d6064a-dfc2-4b08-a86f-c2541a25b519', u'ip_address': u'172.30.9.203'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-router_9018405b-219b-41c4-95e6-8d5475d93dc8', u'admin_state_up': True, u'tenant_id': u'd46499a5bf694e368e98004c7b6df962', u'created_at': u'2019-01-20T14:40:52Z', u'flavor_id': None, u'routes': [], u'project_id': u'd46499a5bf694e368e98004c7b6df962'}) 2019-01-20 14:40:56,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2019-01-20 14:40:56,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/1f3de72d-81a6-44d0-8384-86cf903a186d/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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" -d '{"subnet_id": "6b1a7d3f-1a12-4e9f-bfb9-f3da8ebfff0c"}' 2019-01-20 14:40:59,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-02b748c3-c787-4c17-bc2c-4098237f28a0 Date: Sun, 20 Jan 2019 14:40:59 GMT RESP BODY: {"network_id": "78ac2957-18c7-4ebf-8cb3-6196f73e392b", "tenant_id": "d46499a5bf694e368e98004c7b6df962", "subnet_id": "6b1a7d3f-1a12-4e9f-bfb9-f3da8ebfff0c", "subnet_ids": ["6b1a7d3f-1a12-4e9f-bfb9-f3da8ebfff0c"], "port_id": "b7146bf8-4a23-4913-b095-9fdc16cd52ec", "id": "1f3de72d-81a6-44d0-8384-86cf903a186d"} 2019-01-20 14:40:59,134 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/1f3de72d-81a6-44d0-8384-86cf903a186d/add_router_interface.json used request id req-02b748c3-c787-4c17-bc2c-4098237f28a0 2019-01-20 14:40:59,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.30358290672s 2019-01-20 14:40:59,135 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/1f3de72d-81a6-44d0-8384-86cf903a186d/add_router_interface.json used request id req-02b748c3-c787-4c17-bc2c-4098237f28a0 returning object 1f3de72d-81a6-44d0-8384-86cf903a186d 2019-01-20 14:40:59,135 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2019-01-20 14:41:01,190 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:56cea6fd89a03c2b12f0f2004ca9c688 sha256:9d3a3e4697433a3743c5b6d7281afc8d41f72c90ea5a4dd96e5abb6b556ceb3f 2019-01-20 14:41:01,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 14:41:01,197 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sun, 20 Jan 2019 14:41:01 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2019-01-20 14:41:01,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 14:41:01,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 14:41:01,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-330b6192-4b98-42bf-a967-a094225d3eb3 Date: Sun, 20 Jan 2019 14:41:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 14:41:01,407 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-330b6192-4b98-42bf-a967-a094225d3eb3 2019-01-20 14:41:01,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.206027030945s 2019-01-20 14:41:01,408 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-330b6192-4b98-42bf-a967-a094225d3eb3 2019-01-20 14:41:01,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-20 14:41:01,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" -d '{"owner_specified.shade.md5": "56cea6fd89a03c2b12f0f2004ca9c688", "owner_specified.shade.sha256": "9d3a3e4697433a3743c5b6d7281afc8d41f72c90ea5a4dd96e5abb6b556ceb3f", "owner_specified.shade.object": "images/juju_epc-img_9018405b-219b-41c4-95e6-8d5475d93dc8", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_9018405b-219b-41c4-95e6-8d5475d93dc8"}' 2019-01-20 14:41:01,598 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/da819870-911e-4a06-b217-b24f3f20f55f X-Openstack-Request-Id: req-07d1a5ee-d41f-423b-9b28-f735e54ea011 Date: Sun, 20 Jan 2019 14:41:01 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/da819870-911e-4a06-b217-b24f3f20f55f/file", "owner": "d46499a5bf694e368e98004c7b6df962", "id": "da819870-911e-4a06-b217-b24f3f20f55f", "size": null, "self": "/v2/images/da819870-911e-4a06-b217-b24f3f20f55f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "9d3a3e4697433a3743c5b6d7281afc8d41f72c90ea5a4dd96e5abb6b556ceb3f", "updated_at": "2019-01-20T14:41:01Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_9018405b-219b-41c4-95e6-8d5475d93dc8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "56cea6fd89a03c2b12f0f2004ca9c688", "name": "juju_epc-img_9018405b-219b-41c4-95e6-8d5475d93dc8", "checksum": null, "created_at": "2019-01-20T14:41:01Z", "protected": false} 2019-01-20 14:41:01,599 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-07d1a5ee-d41f-423b-9b28-f735e54ea011 2019-01-20 14:41:01,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.189524173737s 2019-01-20 14:41:01,599 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-07d1a5ee-d41f-423b-9b28-f735e54ea011 returning object da819870-911e-4a06-b217-b24f3f20f55f 2019-01-20 14:41:01,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-20 14:41:01,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/da819870-911e-4a06-b217-b24f3f20f55f/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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" -d '' 2019-01-20 14:41:08,193 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-19158697-9397-4573-879f-568052f243b6 Date: Sun, 20 Jan 2019 14:41:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 14:41:08,193 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/da819870-911e-4a06-b217-b24f3f20f55f/file used request id req-19158697-9397-4573-879f-568052f243b6 2019-01-20 14:41:08,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.59330892563s 2019-01-20 14:41:08,194 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/da819870-911e-4a06-b217-b24f3f20f55f/file used request id req-19158697-9397-4573-879f-568052f243b6 2019-01-20 14:41:08,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 14:41:08,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 14:41:08,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-6879e4de-5a92-4c43-b777-ccedf70dff41 Date: Sun, 20 Jan 2019 14:41:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/da819870-911e-4a06-b217-b24f3f20f55f/snap", "metadata": {}}], "file": "/v2/images/da819870-911e-4a06-b217-b24f3f20f55f/file", "owner": "d46499a5bf694e368e98004c7b6df962", "id": "da819870-911e-4a06-b217-b24f3f20f55f", "size": 297009152, "self": "/v2/images/da819870-911e-4a06-b217-b24f3f20f55f", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/da819870-911e-4a06-b217-b24f3f20f55f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "9d3a3e4697433a3743c5b6d7281afc8d41f72c90ea5a4dd96e5abb6b556ceb3f", "updated_at": "2019-01-20T14:41:08Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_9018405b-219b-41c4-95e6-8d5475d93dc8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "56cea6fd89a03c2b12f0f2004ca9c688", "name": "juju_epc-img_9018405b-219b-41c4-95e6-8d5475d93dc8", "checksum": "56cea6fd89a03c2b12f0f2004ca9c688", "created_at": "2019-01-20T14:41:01Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 14:41:08,371 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-6879e4de-5a92-4c43-b777-ccedf70dff41 2019-01-20 14:41:08,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.177006959915s 2019-01-20 14:41:08,372 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-6879e4de-5a92-4c43-b777-ccedf70dff41 2019-01-20 14:41:08,374 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/da819870-911e-4a06-b217-b24f3f20f55f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/da819870-911e-4a06-b217-b24f3f20f55f/file', 'owner': u'd46499a5bf694e368e98004c7b6df962', 'id': u'da819870-911e-4a06-b217-b24f3f20f55f', 'size': 297009152, u'self': u'/v2/images/da819870-911e-4a06-b217-b24f3f20f55f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd46499a5bf694e368e98004c7b6df962', 'name': 'juju_epc-project_9018405b-219b-41c4-95e6-8d5475d93dc8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/da819870-911e-4a06-b217-b24f3f20f55f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-20T14:41:08Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-20T14:41:08Z', u'owner_specified.shade.sha256': u'9d3a3e4697433a3743c5b6d7281afc8d41f72c90ea5a4dd96e5abb6b556ceb3f', u'owner_specified.shade.object': u'images/juju_epc-img_9018405b-219b-41c4-95e6-8d5475d93dc8', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'56cea6fd89a03c2b12f0f2004ca9c688', 'properties': {u'self': u'/v2/images/da819870-911e-4a06-b217-b24f3f20f55f', u'owner_specified.shade.md5': u'56cea6fd89a03c2b12f0f2004ca9c688', u'owner_specified.shade.object': u'images/juju_epc-img_9018405b-219b-41c4-95e6-8d5475d93dc8', u'owner_specified.shade.sha256': u'9d3a3e4697433a3743c5b6d7281afc8d41f72c90ea5a4dd96e5abb6b556ceb3f', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_9018405b-219b-41c4-95e6-8d5475d93dc8', 'created': u'2019-01-20T14:41:01Z', 'checksum': u'56cea6fd89a03c2b12f0f2004ca9c688', 'created_at': u'2019-01-20T14:41:01Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/da819870-911e-4a06-b217-b24f3f20f55f', u'owner_specified.shade.md5': u'56cea6fd89a03c2b12f0f2004ca9c688', u'owner_specified.shade.object': u'images/juju_epc-img_9018405b-219b-41c4-95e6-8d5475d93dc8', u'owner_specified.shade.sha256': u'9d3a3e4697433a3743c5b6d7281afc8d41f72c90ea5a4dd96e5abb6b556ceb3f', u'schema': u'/v2/schemas/image'}}) 2019-01-20 14:41:11,145 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i da819870-911e-4a06-b217-b24f3f20f55f -s xenial -r regionOne -u http://172.30.9.22:5000/v3 Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 1 cloud and 18 cloud regions added; 1 cloud attribute changed as well as 5 cloud regions deleted: added cloud: - oracle-classic added cloud region: - aws-china/cn-northwest-1 - azure/francecentral - cloudsigma/dub - cloudsigma/fra - cloudsigma/mel - cloudsigma/mnl - cloudsigma/per - cloudsigma/ruh - cloudsigma/waw - google/asia-east2 - google/europe-north1 - google/europe-west4 - google/northamerica-northeast1 - google/us-west2 - oracle/eu-frankfurt-1 - oracle/uk-london-1 - oracle/us-ashburn-1 - oracle/us-phoenix-1 changed cloud attribute: - oracle deleted cloud region: - oracle/em2 - oracle/em3 - oracle/us2 - oracle/us6 - oracle/uscom-central-1 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. 2019-01-20 14:41:11,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-20 14:41:11,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}cb36068d06ffad2f56672cc32351df3c72f4e9ba" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_9018405b-219b-41c4-95e6-8d5475d93dc8", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2019-01-20 14:41:11,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:41: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-2b08b23f-f7c0-4a25-b858-f8ac6d823f15 x-compute-request-id: req-2b08b23f-f7c0-4a25-b858-f8ac6d823f15 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/292483fc-92ad-4cc5-9401-ad3accfd2176", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/292483fc-92ad-4cc5-9401-ad3accfd2176", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "292483fc-92ad-4cc5-9401-ad3accfd2176", "name": "juju_epc-flavor_9018405b-219b-41c4-95e6-8d5475d93dc8", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 14:41:11,353 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-2b08b23f-f7c0-4a25-b858-f8ac6d823f15 2019-01-20 14:41:11,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.206424951553s 2019-01-20 14:41:11,354 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-2b08b23f-f7c0-4a25-b858-f8ac6d823f15 returning object 292483fc-92ad-4cc5-9401-ad3accfd2176 2019-01-20 14:41:11,354 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_9018405b-219b-41c4-95e6-8d5475d93dc8', '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'057838f782f94e5ca660a8d24231cdb7', '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'292483fc-92ad-4cc5-9401-ad3accfd2176', 'swap': 0}) 2019-01-20 14:41:11,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-20 14:41:11,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/292483fc-92ad-4cc5-9401-ad3accfd2176/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}cb36068d06ffad2f56672cc32351df3c72f4e9ba" -d '{"extra_specs": {}}' 2019-01-20 14:41:11,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:41: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-49ff0b18-ffc8-4b1e-9698-5f40aa080f70 x-compute-request-id: req-49ff0b18-ffc8-4b1e-9698-5f40aa080f70 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 14:41:11,382 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/292483fc-92ad-4cc5-9401-ad3accfd2176/os-extra_specs used request id req-49ff0b18-ffc8-4b1e-9698-5f40aa080f70 2019-01-20 14:41:11,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0268859863281s 2019-01-20 14:41:11,383 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/292483fc-92ad-4cc5-9401-ad3accfd2176/os-extra_specs used request id req-49ff0b18-ffc8-4b1e-9698-5f40aa080f70 2019-01-20 14:41:11,383 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2019-01-20 14:41:11,385 - 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-329 | | SDN_CONTROLLER_IP | | | ENERGY_RECORDER_API_PASSWORD | | | VOLUME_DEVICE_NAME | vdb | | NEW_USER_ROLE | Member | | INSTALLER_TYPE | apex | | EXTERNAL_NETWORK | | | USE_DYNAMIC_CREDENTIALS | True | | STORAGE_PROTOCOL | iSCSI | | NAMESERVER | 8.8.8.8 | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2019-01-20 14:41:11,392 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2019-01-20 14:41:11,556 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace 2019-01-20 14:41:11,557 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2019-01-20 14:41:11,721 - 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". 2019-01-20 14:41:11,721 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2019-01-20 14:41:13,243 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:1bb230415bf3b405b9b824519afbf1cb sha256:a0c99d9db42139305f16e484188c0e8600b3bcf4fd3b3a5f8f367417377b59e5 2019-01-20 14:41:13,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 14:41:13,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 14:41:13,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-24b20a32-7441-4743-8e58-b9014a9667d4 Date: Sun, 20 Jan 2019 14:41:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/da819870-911e-4a06-b217-b24f3f20f55f/snap", "metadata": {}}], "file": "/v2/images/da819870-911e-4a06-b217-b24f3f20f55f/file", "owner": "d46499a5bf694e368e98004c7b6df962", "id": "da819870-911e-4a06-b217-b24f3f20f55f", "size": 297009152, "self": "/v2/images/da819870-911e-4a06-b217-b24f3f20f55f", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/da819870-911e-4a06-b217-b24f3f20f55f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "9d3a3e4697433a3743c5b6d7281afc8d41f72c90ea5a4dd96e5abb6b556ceb3f", "updated_at": "2019-01-20T14:41:08Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_9018405b-219b-41c4-95e6-8d5475d93dc8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "56cea6fd89a03c2b12f0f2004ca9c688", "name": "juju_epc-img_9018405b-219b-41c4-95e6-8d5475d93dc8", "checksum": "56cea6fd89a03c2b12f0f2004ca9c688", "created_at": "2019-01-20T14:41:01Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 14:41:13,427 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-24b20a32-7441-4743-8e58-b9014a9667d4 2019-01-20 14:41:13,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.183216810226s 2019-01-20 14:41:13,427 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-24b20a32-7441-4743-8e58-b9014a9667d4 2019-01-20 14:41:13,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-20 14:41:13,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" -d '{"owner_specified.shade.md5": "1bb230415bf3b405b9b824519afbf1cb", "owner_specified.shade.sha256": "a0c99d9db42139305f16e484188c0e8600b3bcf4fd3b3a5f8f367417377b59e5", "owner_specified.shade.object": "images/juju_epc-img_alt_9018405b-219b-41c4-95e6-8d5475d93dc8", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_9018405b-219b-41c4-95e6-8d5475d93dc8"}' 2019-01-20 14:41:13,640 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/80128bcd-f773-46bb-bb5d-b7a08e5424eb X-Openstack-Request-Id: req-cafe8a4c-9407-41b1-8428-1c2cacb09aff Date: Sun, 20 Jan 2019 14:41:13 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/80128bcd-f773-46bb-bb5d-b7a08e5424eb/file", "owner": "d46499a5bf694e368e98004c7b6df962", "id": "80128bcd-f773-46bb-bb5d-b7a08e5424eb", "size": null, "self": "/v2/images/80128bcd-f773-46bb-bb5d-b7a08e5424eb", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a0c99d9db42139305f16e484188c0e8600b3bcf4fd3b3a5f8f367417377b59e5", "updated_at": "2019-01-20T14:41:13Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_9018405b-219b-41c4-95e6-8d5475d93dc8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "1bb230415bf3b405b9b824519afbf1cb", "name": "juju_epc-img_alt_9018405b-219b-41c4-95e6-8d5475d93dc8", "checksum": null, "created_at": "2019-01-20T14:41:13Z", "protected": false} 2019-01-20 14:41:13,640 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-cafe8a4c-9407-41b1-8428-1c2cacb09aff 2019-01-20 14:41:13,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.211436986923s 2019-01-20 14:41:13,641 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-cafe8a4c-9407-41b1-8428-1c2cacb09aff returning object 80128bcd-f773-46bb-bb5d-b7a08e5424eb 2019-01-20 14:41:13,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-20 14:41:13,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/80128bcd-f773-46bb-bb5d-b7a08e5424eb/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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" -d '' 2019-01-20 14:41:19,372 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-405cc7a8-5d53-4aab-9d0b-c6c1b51d2773 Date: Sun, 20 Jan 2019 14:41:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 14:41:19,372 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/80128bcd-f773-46bb-bb5d-b7a08e5424eb/file used request id req-405cc7a8-5d53-4aab-9d0b-c6c1b51d2773 2019-01-20 14:41:19,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.73015594482s 2019-01-20 14:41:19,372 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/80128bcd-f773-46bb-bb5d-b7a08e5424eb/file used request id req-405cc7a8-5d53-4aab-9d0b-c6c1b51d2773 2019-01-20 14:41:19,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 14:41:19,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 14:41:19,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2339 Content-Type: application/json X-Openstack-Request-Id: req-5d333537-f8e8-4f3d-a54c-b9300c5e508b Date: Sun, 20 Jan 2019 14:41:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/80128bcd-f773-46bb-bb5d-b7a08e5424eb/snap", "metadata": {}}], "file": "/v2/images/80128bcd-f773-46bb-bb5d-b7a08e5424eb/file", "owner": "d46499a5bf694e368e98004c7b6df962", "id": "80128bcd-f773-46bb-bb5d-b7a08e5424eb", "size": 263717376, "self": "/v2/images/80128bcd-f773-46bb-bb5d-b7a08e5424eb", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/80128bcd-f773-46bb-bb5d-b7a08e5424eb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a0c99d9db42139305f16e484188c0e8600b3bcf4fd3b3a5f8f367417377b59e5", "updated_at": "2019-01-20T14:41:19Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_9018405b-219b-41c4-95e6-8d5475d93dc8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "1bb230415bf3b405b9b824519afbf1cb", "name": "juju_epc-img_alt_9018405b-219b-41c4-95e6-8d5475d93dc8", "checksum": "1bb230415bf3b405b9b824519afbf1cb", "created_at": "2019-01-20T14:41:13Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/da819870-911e-4a06-b217-b24f3f20f55f/snap", "metadata": {}}], "file": "/v2/images/da819870-911e-4a06-b217-b24f3f20f55f/file", "owner": "d46499a5bf694e368e98004c7b6df962", "id": "da819870-911e-4a06-b217-b24f3f20f55f", "size": 297009152, "self": "/v2/images/da819870-911e-4a06-b217-b24f3f20f55f", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/da819870-911e-4a06-b217-b24f3f20f55f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "9d3a3e4697433a3743c5b6d7281afc8d41f72c90ea5a4dd96e5abb6b556ceb3f", "updated_at": "2019-01-20T14:41:08Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_9018405b-219b-41c4-95e6-8d5475d93dc8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "56cea6fd89a03c2b12f0f2004ca9c688", "name": "juju_epc-img_9018405b-219b-41c4-95e6-8d5475d93dc8", "checksum": "56cea6fd89a03c2b12f0f2004ca9c688", "created_at": "2019-01-20T14:41:01Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 14:41:19,933 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5d333537-f8e8-4f3d-a54c-b9300c5e508b 2019-01-20 14:41:19,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.55979013443s 2019-01-20 14:41:19,933 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5d333537-f8e8-4f3d-a54c-b9300c5e508b 2019-01-20 14:41:19,936 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/80128bcd-f773-46bb-bb5d-b7a08e5424eb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/80128bcd-f773-46bb-bb5d-b7a08e5424eb/file', 'owner': u'd46499a5bf694e368e98004c7b6df962', 'id': u'80128bcd-f773-46bb-bb5d-b7a08e5424eb', 'size': 263717376, u'self': u'/v2/images/80128bcd-f773-46bb-bb5d-b7a08e5424eb', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd46499a5bf694e368e98004c7b6df962', 'name': 'juju_epc-project_9018405b-219b-41c4-95e6-8d5475d93dc8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/80128bcd-f773-46bb-bb5d-b7a08e5424eb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-20T14:41:19Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-20T14:41:19Z', u'owner_specified.shade.sha256': u'a0c99d9db42139305f16e484188c0e8600b3bcf4fd3b3a5f8f367417377b59e5', u'owner_specified.shade.object': u'images/juju_epc-img_alt_9018405b-219b-41c4-95e6-8d5475d93dc8', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'1bb230415bf3b405b9b824519afbf1cb', 'properties': {u'self': u'/v2/images/80128bcd-f773-46bb-bb5d-b7a08e5424eb', u'owner_specified.shade.md5': u'1bb230415bf3b405b9b824519afbf1cb', u'owner_specified.shade.object': u'images/juju_epc-img_alt_9018405b-219b-41c4-95e6-8d5475d93dc8', u'owner_specified.shade.sha256': u'a0c99d9db42139305f16e484188c0e8600b3bcf4fd3b3a5f8f367417377b59e5', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_9018405b-219b-41c4-95e6-8d5475d93dc8', 'created': u'2019-01-20T14:41:13Z', 'checksum': u'1bb230415bf3b405b9b824519afbf1cb', 'created_at': u'2019-01-20T14:41:13Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/80128bcd-f773-46bb-bb5d-b7a08e5424eb', u'owner_specified.shade.md5': u'1bb230415bf3b405b9b824519afbf1cb', u'owner_specified.shade.object': u'images/juju_epc-img_alt_9018405b-219b-41c4-95e6-8d5475d93dc8', u'owner_specified.shade.sha256': u'a0c99d9db42139305f16e484188c0e8600b3bcf4fd3b3a5f8f367417377b59e5', u'schema': u'/v2/schemas/image'}}) 2019-01-20 14:41:20,200 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 80128bcd-f773-46bb-bb5d-b7a08e5424eb -s trusty -r regionOne -u http://172.30.9.22: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. 2019-01-20 14:41:20,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-20 14:41:20,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}cb36068d06ffad2f56672cc32351df3c72f4e9ba" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_9018405b-219b-41c4-95e6-8d5475d93dc8", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2019-01-20 14:41:20,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:41: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-9d600e69-f6ac-4358-823e-84eb30f064e2 x-compute-request-id: req-9d600e69-f6ac-4358-823e-84eb30f064e2 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/94e18f70-42fd-42bc-9048-0314ece30c1e", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/94e18f70-42fd-42bc-9048-0314ece30c1e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "94e18f70-42fd-42bc-9048-0314ece30c1e", "name": "juju_epc-flavor_alt_9018405b-219b-41c4-95e6-8d5475d93dc8", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 14:41:20,283 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-9d600e69-f6ac-4358-823e-84eb30f064e2 2019-01-20 14:41:20,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0817670822144s 2019-01-20 14:41:20,284 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-9d600e69-f6ac-4358-823e-84eb30f064e2 returning object 94e18f70-42fd-42bc-9048-0314ece30c1e 2019-01-20 14:41:20,285 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_9018405b-219b-41c4-95e6-8d5475d93dc8', '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'057838f782f94e5ca660a8d24231cdb7', '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'94e18f70-42fd-42bc-9048-0314ece30c1e', 'swap': 0}) 2019-01-20 14:41:20,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-20 14:41:20,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/94e18f70-42fd-42bc-9048-0314ece30c1e/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}cb36068d06ffad2f56672cc32351df3c72f4e9ba" -d '{"extra_specs": {}}' 2019-01-20 14:41:20,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 14:41: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-55c2be87-c2ad-4c1e-9304-3cf1e2ecff81 x-compute-request-id: req-55c2be87-c2ad-4c1e-9304-3cf1e2ecff81 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 14:41:20,310 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/94e18f70-42fd-42bc-9048-0314ece30c1e/os-extra_specs used request id req-55c2be87-c2ad-4c1e-9304-3cf1e2ecff81 2019-01-20 14:41:20,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0244090557098s 2019-01-20 14:41:20,310 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/94e18f70-42fd-42bc-9048-0314ece30c1e/os-extra_specs used request id req-55c2be87-c2ad-4c1e-9304-3cf1e2ecff81 2019-01-20 14:41:20,311 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2019-01-20 14:46:11,179 - 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=78ac2957-18c7-4ebf-8cb3-6196f73e392b --config ssl-hostname-verification=false --config use-floating-ip=true --config use-default-secgroup=true --debug 14:41:20 INFO juju.cmd supercommand.go:56 running juju [2.3.9 gc go1.9.4] 14:41:20 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=78ac2957-18c7-4ebf-8cb3-6196f73e392b", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 14:41:20 DEBUG juju.cmd.juju.commands bootstrap.go:835 authenticating with region "regionOne" and credential "abot-epc" () 14:41:20 DEBUG juju.cmd.juju.commands bootstrap.go:963 provider attrs: map[use-openstack-gbp:false policy-target-group: use-floating-ip:true use-default-secgroup:true network:78ac2957-18c7-4ebf-8cb3-6196f73e392b external-network:] 14:41:20 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 14:41:20 DEBUG juju.cmd.juju.commands bootstrap.go:1019 preparing controller with config: map[apt-https-proxy: container-inherit-properties: update-status-hook-interval:5m http-proxy: firewall-mode:instance network:78ac2957-18c7-4ebf-8cb3-6196f73e392b development:false ftp-proxy: container-networking-method: type:openstack resource-tags: agent-stream:released policy-target-group: image-stream:released egress-subnets: enable-os-upgrade:true uuid:f8720896-afe7-4808-8cd7-ab092471d1f4 disable-network-management:false max-action-results-size:5G default-series:xenial use-floating-ip:true container-image-metadata-url: logforward-enabled:false provisioner-harvest-mode:destroyed apt-ftp-proxy: ssl-hostname-verification:false fan-config: apt-no-proxy: net-bond-reconfigure-delay:17 apt-mirror: use-openstack-gbp:false proxy-ssh:false max-status-history-age:336h transmit-vendor-metrics:true name:controller max-status-history-size:5G test-mode:false agent-metadata-url: max-action-results-age:336h https-proxy: logging-config: container-image-stream:released no-proxy:127.0.0.1,localhost,::1 automatically-retry-hooks:true cloudinit-userdata: image-metadata-url: use-default-secgroup:true external-network: authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCikAlchOP+/3ha7p8nSwKQ6CCxv8bgZdpENtLvDvr/IEiIAKjoXCcPq1yX27KEX+uZaiCMSlD7xa5zBXECAyi4LVAaC0bWrK+TZQwEth0qrOFjToYUnBfEeWqoMmO4sDvi9SZaWP9H+tzvFvK0icrBuFFu/UyT8kO6Yu/uei2miuCu/eVFHUSErxO0eb1TV+ORCi8kfM7WKulVT7WmTLx5sPGxHfWN4Tmr+3j7fSuAjU3zZAoi1VAF75FqjKGcXZUrw5RldyRlm2KKvbmsp94Cj3DinVqK2KbJxNiHTWfbWmrKeln/EaUQCI6eJPOjNXUu+grFowpbe6dCiXA/seX juju-client-key apt-http-proxy: ignore-machine-addresses:false enable-os-refresh-update:true] 14:41:20 INFO juju.provider.openstack provider.go:145 opening model "controller" 14:41:21 DEBUG goose :1 auth details: &{Token:gAAAAABcRIiRtQkcRSWz63rXJQGn-dYaalV570StaI0osWTjy-cr7m3BQPciaTsDGnrOYLWVuq3gKWT9vU3w5JxTYxK4T2xuSxFmWVEg8HKzf4ryls_UCKeSisEGlsaRv1atCdnuPqrnJM-nbr7QBBhUVwvl_OIMu3dPA83YYQzFuHlDDmS4wk8 TenantId:d46499a5bf694e368e98004c7b6df962 UserId:eafad2fd51604ff69d20b3c55c50caa9 Domain: RegionServiceURLs:map[regionOne:map[nfv-orchestration:http://172.30.9.22:9890 orchestration:http://172.30.9.22:8004/v1/d46499a5bf694e368e98004c7b6df962 image:http://172.30.9.22:9292 cloudformation:http://172.30.9.22:8000/v1 placement:http://172.30.9.22:8778/placement network:http://172.30.9.22:9696 alarming:http://172.30.9.22:8042 compute:http://172.30.9.22:8774/v2.1 policy:http://172.30.9.22:1789 identity:http://172.30.9.22:5000 key-manager:http://172.30.9.22:9311 volumev2:http://172.30.9.22:8776/v2/d46499a5bf694e368e98004c7b6df962 volume:http://172.30.9.22:8776/v1/d46499a5bf694e368e98004c7b6df962 metric:http://172.30.9.22:8041 volumev3:http://172.30.9.22:8776/v3/d46499a5bf694e368e98004c7b6df962]]} 14:41:21 INFO cmd bootstrap.go:508 Creating Juju controller "abot-controller" on abot-epc/regionOne 14:41:21 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.22:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.22:8774/v2.1/ Rel:self}] Status:CURRENT}] 14:41:21 INFO juju.cmd.juju.commands bootstrap.go:572 combined bootstrap constraints: mem=2048M 14:41:21 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 14:41:21 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 14:41:21 DEBUG juju.environs.bootstrap bootstrap.go:717 no agent directory found, using default agent metadata source: https://streams.canonical.com/juju/tools 14:41:21 DEBUG juju.environs.bootstrap bootstrap.go:742 setting default image metadata source: /root/images 14:41:21 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 14:41:21 INFO juju.environs.bootstrap bootstrap.go:760 custom image metadata added to search path 14:41:21 INFO cmd bootstrap.go:233 Loading image metadata 14:41:21 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 14:41:21 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 14:41:21 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 14:41:21 DEBUG juju.environs.bootstrap bootstrap.go:608 constraints for image metadata lookup &{{{regionOne http://172.30.9.22:5000/v3} [zesty win2016 win2012r2 artful win2012hv win8 win10 saucy vivid wily bionic utopic win2008r2 win81 genericlinux xenial win7 centos7 opensuseleap precise trusty yakkety win2016hv win2016nano quantal raring win2012hvr2 win2012] [amd64 i386 armhf arm64 ppc64el s390x] released}} 14:41:21 DEBUG juju.environs.bootstrap bootstrap.go:620 found 2 image metadata in bootstrap metadata 14:41:24 DEBUG juju.environs.bootstrap bootstrap.go:620 found 0 image metadata in default cloud images 14:41:25 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.22:5000/v3} not found 14:41:25 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.22:5000/v3} not found 14:41:25 DEBUG juju.environs.bootstrap bootstrap.go:624 found 2 image metadata from all image data sources 14:41:25 INFO cmd bootstrap.go:303 Looking for packaged Juju agent version 2.3.9 for amd64 14:41:25 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.3.9 14:41:25 DEBUG juju.environs.tools tools.go:102 finding agent binaries in stream: "released" 14:41:25 DEBUG juju.environs.tools tools.go:104 reading agent binaries with major.minor version 2.3 14:41:25 DEBUG juju.environs.tools tools.go:112 filtering agent binaries by version: 2.3.9 14:41:25 DEBUG juju.environs.tools tools.go:115 filtering agent binaries by series: xenial 14:41:25 DEBUG juju.environs.tools tools.go:118 filtering agent binaries by architecture: amd64 14:41:25 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 14:41:25 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 []} 14:41:27 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 14:41:27 INFO cmd bootstrap.go:389 Starting new instance for initial controller 14:41:27 INFO cmd bootstrap.go:151 Launching controller instance(s) on abot-epc/regionOne... 14:41:27 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 14:41:27 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:da819870-911e-4a06-b217-b24f3f20f55f Arch:amd64 VirtType:}] 14:41:27 INFO juju.environs.instances image.go:106 find instance - using image with id: da819870-911e-4a06-b217-b24f3f20f55f 14:41:27 DEBUG juju.cloudconfig.instancecfg instancecfg.go:835 Setting numa ctl preference to false 14:41:27 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 14:41:27 DEBUG juju.provider.openstack provider.go:993 openstack user data; 2489 bytes 14:41:27 DEBUG juju.provider.openstack provider.go:1005 using network id "78ac2957-18c7-4ebf-8cb3-6196f73e392b" 14:41:27 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.22:9696/v2.0/ Rel:self}] Status:CURRENT}] - instance "83bca09a-1a51-452f-b366-4de0b027ac57" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "83bca09a-1a51-452f-b366-4de0b027ac57" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "83bca09a-1a51-452f-b366-4de0b027ac57" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "83bca09a-1a51-452f-b366-4de0b027ac57" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "83bca09a-1a51-452f-b366-4de0b027ac57" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "83bca09a-1a51-452f-b366-4de0b027ac57" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "83bca09a-1a51-452f-b366-4de0b027ac57" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "83bca09a-1a51-452f-b366-4de0b027ac57" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "83bca09a-1a51-452f-b366-4de0b027ac57" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "83bca09a-1a51-452f-b366-4de0b027ac57" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "83bca09a-1a51-452f-b366-4de0b027ac57" has status BUILD, wait 10 seconds before retry, attempt 11 14:43:37 INFO juju.provider.openstack provider.go:1175 started instance "83bca09a-1a51-452f-b366-4de0b027ac57" 14:43:37 DEBUG juju.provider.openstack provider.go:1184 allocating public IP address for openstack node 14:43:39 DEBUG juju.provider.openstack networking.go:226 allocated new public IP: 172.30.9.200 14:43:39 INFO juju.provider.openstack provider.go:1189 allocated public IP 172.30.9.200 14:43:42 INFO cmd bootstrap.go:225 - 83bca09a-1a51-452f-b366-4de0b027ac57 (arch=amd64 mem=2G cores=1) 14:43:42 INFO juju.environs.bootstrap bootstrap.go:638 newest version: 2.3.9 14:43:42 INFO juju.environs.bootstrap bootstrap.go:653 picked bootstrap agent binary version: 2.3.9 14:43:42 INFO cmd bootstrap.go:425 Installing Juju agent on bootstrap instance 14:43:44 INFO cmd bootstrap.go:517 Fetching Juju GUI 2.14.0 14:43:44 DEBUG juju.cloudconfig.instancecfg instancecfg.go:835 Setting numa ctl preference to false Waiting for address 14:43:45 DEBUG juju.provider.openstack provider.go:417 instance 83bca09a-1a51-452f-b366-4de0b027ac57 has floating IP address: 172.30.9.200 Attempting to connect to 172.30.9.200:22 Attempting to connect to 192.168.121.7:22 14:43:45 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 192.168.121.7 failed: ssh: connect to host 192.168.121.7 port 22: Connection refused 14:43:45 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 172.30.9.200 failed: ssh: connect to host 172.30.9.200 port 22: Connection refused 14:43:50 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 192.168.121.7 failed: ssh: connect to host 192.168.121.7 port 22: Connection refused 14:43:51 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 172.30.9.200 failed: /var/lib/juju/nonce.txt does not exist 14:43:55 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 192.168.121.7 failed: ssh: connect to host 192.168.121.7 port 22: Connection refused 14:43:55 DEBUG juju.provider.openstack provider.go:417 instance 83bca09a-1a51-452f-b366-4de0b027ac57 has floating IP address: 172.30.9.200 14:43:56 INFO cmd bootstrap.go:333 Connected to 172.30.9.200 14:43:56 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]> 14:43:56 INFO cmd bootstrap.go:403 Running machine configuration script... sudo: unable to resolve host juju-71d1f4-controller-0 14:46:07 INFO cmd bootstrap.go:455 Bootstrap agent now started 14:46:08 DEBUG juju.provider.openstack provider.go:417 instance 83bca09a-1a51-452f-b366-4de0b027ac57 has floating IP address: 172.30.9.200 14:46:08 INFO juju.juju api.go:302 API endpoints changed from [] to [172.30.9.200:17070 192.168.121.7:17070] 14:46:08 INFO cmd controller.go:82 Contacting Juju controller at 172.30.9.200 to verify accessibility... 14:46:08 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.200:17070 192.168.121.7:17070] 14:46:10 DEBUG juju.api apiclient.go:849 successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" 14:46:10 INFO juju.api apiclient.go:597 connection established to "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" 14:46:11 DEBUG juju.api monitor.go:35 RPC connection died 14:46:11 INFO cmd controller.go:87 Bootstrap complete, "abot-controller" controller now available 14:46:11 INFO cmd controller.go:88 Controller machines are in the "controller" model 14:46:11 INFO cmd controller.go:89 Initial model "default" added 14:46:11 INFO cmd supercommand.go:465 command finished 2019-01-20 14:46:11,179 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2019-01-20 14:46:11,179 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2019-01-20 14:46:34,262 - 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. 2019-01-20 14:46:34,262 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2019-01-20 15:08:58,865 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2019-01-20 15:08:41.844946Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2019-01-20 15:08:58,865 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2019-01-20 15:08:58,866 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Checking status of ABot and EPC units ... 2019-01-20 15:08:59,131 - 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 maintenance 1 abot-epc-basic local 1 ubuntu exposed mysql unknown 1 mysql jujucharms 55 ubuntu oai-epc error 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* maintenance idle 0 172.30.9.201 80/tcp,5000/tcp ABot updated! Setup relations to get into active state... mysql/0* unknown idle 1 172.30.9.202 3306/tcp oai-epc/0* error idle 2 172.30.9.204 hook failed: "install" oai-hss/0* active idle 3 172.30.9.214 OAI HSS is running Machine State DNS Inst id Series AZ Message 0 started 172.30.9.201 b4d77072-d924-486c-a762-d3d69c723d71 xenial nova ACTIVE 1 started 172.30.9.202 71a0ec57-73fd-488a-9bce-23aad8f23941 trusty nova ACTIVE 2 started 172.30.9.204 05267131-3475-4eb9-8d63-1b72d614d476 trusty nova ACTIVE 3 started 172.30.9.214 d647a991-a26e-44de-8f15-d11f1d32cabf trusty nova ACTIVE 2019-01-20 15:08:59,351 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short abot-epc-basic - abot-epc-basic/0: 172.30.9.201 (agent:idle, workload:maintenance) 80/tcp, 5000/tcp 2019-01-20 15:08:59,352 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - abot-epc-basic workload differs from active 2019-01-20 15:08:59,478 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-20 15:08:59,479 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 28:10 | FAIL | +-------------------+------------------+------------------+----------------+ 2019-01-20 15:09:00,387 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju debug-log --replay --no-tail machine-0: 14:49:43 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-0: 14:49:43 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-0/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "0", "--debug"} machine-0: 14:49:43 DEBUG juju.agent read agent config, format "2.0" machine-0: 14:49:43 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-0: 14:49:43 DEBUG juju.worker start "engine" machine-0: 14:49:43 INFO juju.worker start "engine" machine-0: 14:49:43 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-0" machine-0: 14:49:43 DEBUG juju.worker "engine" started machine-0: 14:49:43 DEBUG juju.worker.introspection stats worker now serving machine-0: 14:49:43 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-0: 14:49:43 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-0: 14:49:43 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-0: 14:49:43 DEBUG juju.worker.dependency "agent" manifold worker started machine-0: 14:49:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "clock" manifold worker started machine-0: 14:49:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-0: 14:49:43 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.apicaller connecting with old password machine-0: 14:49:43 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 14:49:43 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-0: 14:49:43 INFO juju.api connection established to "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-0: 14:49:43 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-0: 14:49:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 14:49:43 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 14:49:43 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-0: 14:49:43 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 14:49:43 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-0: 14:49:44 DEBUG juju.worker.apicaller connected machine-0: 14:49:44 DEBUG juju.worker.apicaller changing password... machine-0: 14:49:44 DEBUG juju.worker.apicaller password changed machine-0: 14:49:44 DEBUG juju.api RPC connection died machine-0: 14:49:44 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-0: 14:49:44 DEBUG juju.worker.apicaller connecting with current password machine-0: 14:49:44 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-0: 14:49:44 INFO juju.api connection established to "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-0: 14:49:44 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-0: 14:49:45 DEBUG juju.worker.apicaller connected machine-0: 14:49:45 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 14:49:45 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 14:49:45 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 14:49:45 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 14:49:45 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-0: 14:49:45 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 14:49:45 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-0: 14:49:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-0: 14:49:45 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-0: 14:49:45 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-0: 14:49:45 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-0: 14:49:45 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-0: 14:49:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-0: 14:49:45 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 14:49:45 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-0: 14:49:45 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 14:49:45 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 14:49:45 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 14:49:45 INFO juju.worker.upgrader unblocking abort check machine-0: 14:49:45 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-0: 14:49:45 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-0: 14:49:45 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 14:49:45 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-0: 14:49:45 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 14:49:45 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 14:49:45 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 14:49:45 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 14:49:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 14:49:45 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-0: 14:49:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 14:49:45 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 14:49:45 DEBUG juju.worker.logger logger setup machine-0: 14:49:45 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 14:49:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 14:49:45 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 14:49:45 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 14:49:45 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 14:49:45 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 14:49:45 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 14:49:45 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 14:49:45 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-0: 14:49:45 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 14:49:45 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 14:49:45 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 14:49:45 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 14:49:45 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 14:49:45 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 14:49:45 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 14:49:45 DEBUG juju.network including address public:172.30.9.200 for machine machine-0: 14:49:45 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-0: 14:49:45 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-0: 14:49:45 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 14:49:45 DEBUG juju.network including address local-machine:::1 for machine machine-0: 14:49:45 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] machine-0: 14:49:45 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 14:49:45 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.200:17070"] machine-0: 14:49:45 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 14:49:45 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} machine-0: 14:49:45 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-0: 14:49:45 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: 14:49:45 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-0: 14:49:45 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 14:49:45 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 14:49:45 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 14:49:45 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 14:49:45 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-0: 14:49:45 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-0: 14:49:45 DEBUG juju.api RPC connection died machine-0: 14:49:45 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 14:49:45 DEBUG juju.worker killing runner 0xc42056b6c0 machine-0: 14:49:45 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-0: 14:49:45 INFO juju.worker runner is dying machine-0: 14:49:45 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-0: 14:49:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-0: 14:49:45 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-0: 14:49:45 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 14:49:45 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-0: 14:49:45 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-0: 14:49:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-0: 14:49:45 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-0: 14:49:45 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-0: 14:49:45 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-0: 14:49:45 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: 14:49:45 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 14:49:45 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 14:49:45 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 14:49:45 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 14:49:45 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 14:49:45 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-0: 14:49:45 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 14:49:45 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 14:49:45 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-0: 14:49:45 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:45 DEBUG juju.worker.apicaller connecting with current password machine-0: 14:49:45 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-0: 14:49:45 INFO juju.api connection established to "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-0: 14:49:45 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-0: 14:49:46 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: 14:49:46 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result /usr/sbin/fanctl: /etc/network/fan:40 192.168.121.0/24 252.0.0.0/8 -- failed err=1 /usr/sbin/fanctl: fan-252: already configured 0 machine-0: 14:49:46 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-0: 14:49:46 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:46 DEBUG juju.worker.apicaller connected machine-0: 14:49:46 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 14:49:46 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 14:49:46 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 14:49:46 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:46 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:46 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:46 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:46 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:46 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:46 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:46 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:46 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:46 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:46 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:46 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 14:49:46 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 14:49:46 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 14:49:46 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 14:49:46 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-0: 14:49:46 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 14:49:46 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 14:49:46 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 14:49:46 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 14:49:46 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 14:49:46 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 14:49:46 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-0: 14:49:46 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 14:49:46 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 14:49:46 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 14:49:46 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 14:49:46 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 14:49:46 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-0: 14:49:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 14:49:46 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 14:49:46 DEBUG juju.worker.logger logger setup machine-0: 14:49:46 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 14:49:46 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 14:49:46 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 14:49:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 14:49:46 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 14:49:46 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 14:49:46 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 14:49:46 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 14:49:46 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 14:49:46 DEBUG juju.network "lxdbr0" has addresses [fe80::3cec:c0ff:fed0:f258/64 fe80::1/64] machine-0: 14:49:46 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 14:49:46 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 14:49:46 DEBUG juju.network including address public:172.30.9.200 for machine machine-0: 14:49:46 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-0: 14:49:46 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-0: 14:49:46 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 14:49:46 DEBUG juju.network including address local-machine:::1 for machine machine-0: 14:49:46 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] machine-0: 14:49:46 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 14:49:46 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.200:17070"] machine-0: 14:49:46 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 14:49:46 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 14:49:46 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 14:49:46 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 14:49:46 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 14:49:46 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 14:49:46 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-0: 14:49:46 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 14:49:46 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 14:49:46 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 14:49:46 INFO juju.worker.upgrader unblocking abort check machine-0: 14:49:46 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-0: 14:49:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 14:49:46 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 14:49:46 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 14:49:46 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result 0 machine-0: 14:49:46 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result /usr/sbin/fanctl: /etc/network/fan:40 192.168.121.0/24 252.0.0.0/8 -- failed err=1 /usr/sbin/fanctl: fan-252: already configured 0 machine-0: 14:49:46 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-0: 14:49:46 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 14:49:46 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 14:49:46 DEBUG juju.worker start "0-container-watcher" machine-0: 14:49:46 DEBUG juju.worker start "stateconverter" machine-0: 14:49:46 INFO juju.worker start "0-container-watcher" machine-0: 14:49:46 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-0: 14:49:46 DEBUG juju.worker "0-container-watcher" started machine-0: 14:49:46 INFO juju.worker start "stateconverter" machine-0: 14:49:46 DEBUG juju.cmd.jujud upgrades done, starting worker "0-container-watcher" machine-0: 14:49:46 DEBUG juju.worker "stateconverter" started machine-0: 14:49:46 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result 0 machine-0: 14:49:46 DEBUG juju.worker.dependency "machiner" manifold worker started machine-0: 14:49:46 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 14:49:46 DEBUG juju.network "lxdbr0" has addresses [fe80::3cec:c0ff:fed0:f258/64 fe80::1/64] machine-0: 14:49:46 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 14:49:46 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 14:49:46 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-0: 14:49:46 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-0: 14:49:46 DEBUG juju.network including address local-machine:::1 for machine machine-0: 14:49:46 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:::1] machine-0: 14:49:46 INFO juju.worker.machiner setting addresses for "machine-0" to [local-machine:127.0.0.1 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:::1] machine-0: 14:49:46 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result /usr/sbin/fanctl: /etc/network/fan:40 192.168.121.0/24 252.0.0.0/8 -- failed err=1 /usr/sbin/fanctl: fan-252: already configured 0 machine-0: 14:49:46 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 0 machine-0: 14:49:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-0: 14:49:46 INFO juju.worker.deployer deploying unit "abot-epc-basic/0" machine-0: 14:49:47 DEBUG juju.service discovered init system "systemd" from local host machine-0: 14:49:47 DEBUG juju.worker.deployer API addresses: ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.200:17070"] machine-0: 14:49:47 INFO juju.worker.machiner "machine-0" started machine-0: 14:49:47 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-abot-epc-basic-0 Conf:{Desc:juju unit agent for abot-epc-basic/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:/var/lib/juju/init/jujud-unit-abot-epc-basic-0/exec-start.sh ExecStopPost: Logfile:/var/log/juju/unit-abot-epc-basic-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-abot-epc-basic-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name abot-epc-basic/0 --debug]}} ConfName:jujud-unit-abot-epc-basic-0.service UnitName:jujud-unit-abot-epc-basic-0.service Dirname:/var/lib/juju/init/jujud-unit-abot-epc-basic-0 Script:[35 33 47 117 115 114 47 98 105 110 47 101 110 118 32 98 97 115 104 10 10 35 32 83 101 116 32 117 112 32 108 111 103 103 105 110 103 46 10 116 111 117 99 104 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 99 104 111 119 110 32 115 121 115 108 111 103 58 115 121 115 108 111 103 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 99 104 109 111 100 32 48 54 48 48 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 101 120 101 99 32 62 62 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 101 120 101 99 32 50 62 38 49 10 10 35 32 82 117 110 32 116 104 101 32 115 99 114 105 112 116 46 10 39 47 118 97 114 47 108 105 98 47 106 117 106 117 47 116 111 111 108 115 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 47 106 117 106 117 100 39 32 117 110 105 116 32 45 45 100 97 116 97 45 100 105 114 32 39 47 118 97 114 47 108 105 98 47 106 117 106 117 39 32 45 45 117 110 105 116 45 110 97 109 101 32 97 98 111 116 45 101 112 99 45 98 97 115 105 99 47 48 32 45 45 100 101 98 117 103]} machine-0: 14:49:47 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully installed machine-0: 14:49:47 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" not running machine-0: 14:49:47 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully started unit-abot-epc-basic-0: 14:49:47 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-abot-epc-basic-0: 14:49:47 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: 14:49:47 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker start "api" unit-abot-epc-basic-0: 14:49:47 INFO juju.worker start "api" unit-abot-epc-basic-0: 14:49:47 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-abot-epc-basic-0" unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker "api" started unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "agent" manifold worker started unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.apicaller connecting with old password unit-abot-epc-basic-0: 14:49:47 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-abot-epc-basic-0: 14:49:47 INFO juju.api connection established to "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-abot-epc-basic-0: 14:49:47 DEBUG juju.api successfully dialed "wss://252.7.0.1:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-abot-epc-basic-0: 14:49:47 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-abot-epc-basic-0: 14:49:47 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 14:49:48 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 14:49:48 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 14:49:48 DEBUG juju.worker.apicaller password changed unit-abot-epc-basic-0: 14:49:48 DEBUG juju.api RPC connection died unit-abot-epc-basic-0: 14:49:48 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 14:49:48 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 14:49:48 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-abot-epc-basic-0: 14:49:48 INFO juju.api connection established to "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-abot-epc-basic-0: 14:49:48 DEBUG juju.api successfully dialed "wss://252.7.0.1:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-abot-epc-basic-0: 14:49:48 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-0: 14:49:48 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:69:f5:63 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.9 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:69:f5:63 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:3e:ec:c0:d0:f2:58 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:3e:ec:c0:d0:f2:58 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:42:7a:84:a3:d4:99 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.9.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:4 MACAddress:42:7a:84:a3:d4:99 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:42:7a:84:a3:d4:99 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: 14:49:49 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:49:49 INFO juju.worker.upgrader abort check blocked until version event received unit-abot-epc-basic-0: 14:49:49 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:49:49 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 14:49:49 INFO juju.worker.migrationminion migration phase is now: NONE unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.leadership abot-epc-basic/0 making initial claim for abot-epc-basic leadership unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.logger logger setup unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 14:49:49 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: 14:49:49 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 14:49:49 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 14:49:49 DEBUG juju.network "lxdbr0" has addresses [fe80::3cec:c0ff:fed0:f258/64 fe80::1/64] unit-abot-epc-basic-0: 14:49:49 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-abot-epc-basic-0: 14:49:49 DEBUG juju.network including address public:172.30.9.200 for machine unit-abot-epc-basic-0: 14:49:49 DEBUG juju.network including address local-cloud:192.168.121.7 for machine unit-abot-epc-basic-0: 14:49:49 DEBUG juju.network including address local-fan:252.7.0.1 for machine unit-abot-epc-basic-0: 14:49:49 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-abot-epc-basic-0: 14:49:49 DEBUG juju.network including address local-machine:::1 for machine unit-abot-epc-basic-0: 14:49:49 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 14:49:49 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 14:49:49 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 14:49:49 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 14:49:49 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 14:49:49 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.200:17070"] unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 14:49:49 INFO juju.worker.leadership abot-epc-basic/0 promoted to leadership of abot-epc-basic unit-abot-epc-basic-0: 14:49:49 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-abot-epc-basic-0 unit-abot-epc-basic-0: 14:49:49 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-xenial-amd64 unit-abot-epc-basic-0: 14:49:49 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-xenial-amd64/jujud unit-abot-epc-basic-0: 14:49:49 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: 14:49:49 INFO juju.worker.uniter unit "abot-epc-basic/0" started unit-abot-epc-basic-0: 14:49:49 INFO juju.worker.uniter resuming charm install unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.uniter.operation running operation install local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.uniter.operation preparing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 14:49:49 DEBUG juju.worker.uniter juju-run listener running unit-abot-epc-basic-0: 14:49:49 INFO juju.worker.uniter.charm downloading local:xenial/abot-epc-basic-1 from API server unit-abot-epc-basic-0: 14:49:49 INFO juju.downloader downloading from local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 14:49:49 DEBUG httpbakery client do GET https://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/charms?file=%2A&url=local%3Axenial%2Fabot-epc-basic-1 { unit-abot-epc-basic-0: 14:49:49 DEBUG httpbakery } -> error unit-abot-epc-basic-0: 14:49:49 INFO juju.downloader download complete ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 14:49:49 INFO juju.downloader download verified ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 14:49:50 DEBUG juju.worker.uniter.operation executing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 14:49:50 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 14:49:50 DEBUG juju.worker.uniter.charm deploying charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 14:49:50 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 14:49:50 DEBUG juju.worker.uniter.operation committing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 14:49:50 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 14:49:51 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-abot-epc-basic-0: 14:49:51 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-abot-epc-basic-0: 14:49:51 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-abot-epc-basic-0: 14:49:51 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-abot-epc-basic-0: 14:49:51 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 14:49:51 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-abot-epc-basic-0: 14:49:51 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 14:49:51 DEBUG juju.worker.uniter.remotestate got service change unit-abot-epc-basic-0: 14:49:51 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-abot-epc-basic-0: 14:49:51 INFO juju.worker.uniter.storage initial storage attachments ready unit-abot-epc-basic-0: 14:49:51 INFO juju.worker.uniter found queued "install" hook unit-abot-epc-basic-0: 14:49:51 DEBUG juju.worker.uniter.operation running operation run install hook unit-abot-epc-basic-0: 14:49:51 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-abot-epc-basic-0: 14:49:51 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-abot-epc-basic-0: 14:49:51 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 14:49:51 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 14:49:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 14:49:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 14:49:51 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 14:49:51 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-d12d01-default-0 unit-abot-epc-basic-0: 14:49:51 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Checking sudo privileges >> unit-abot-epc-basic-0: 14:49:51 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Application Name abot-functest-basic >> unit-abot-epc-basic-0: 14:49:51 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Version 3.1.1 >> unit-abot-epc-basic-0: 14:49:51 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: External Tester none >> unit-abot-epc-basic-0: 14:49:51 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 14:49:52 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 14:49:52 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease machine-0: 14:49:52 INFO juju.tools.lxdclient using LXD API version "1.0" unit-abot-epc-basic-0: 14:49:52 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease machine-0: 14:49:52 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-0: 14:49:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-0: 14:49:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 14:49:52 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} machine-0: 14:49:52 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-0: 14:49:52 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 14:49:52 INFO juju.tools.lxdclient using LXD API version "1.0" machine-0: 14:49:52 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: 14:49:53 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 14:49:53 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: 14:49:53 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 14:49:53 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: 14:49:53 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install default-jre libasound2-plugins alsa-utils cups-common librsvg2-common gvfs unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libice-doc liblcms2-utils pcscd pulseaudio lm-sensors libsm-doc libxcb-doc unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libxt-doc openjdk-8-demo openjdk-8-source visualvm icedtea-8-plugin unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install fonts-wqy-zenhei fonts-indic unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 14:49:53 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: 14:49:53 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 14:49:53 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: 14:49:53 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install openjdk-8-jre-headless x11-common x11proto-core-dev x11proto-input-dev unit-abot-epc-basic-0: 14:49:53 DEBUG unit.abot-epc-basic/0.install x11proto-kb-dev xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 14:49:54 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 14:49:54 DEBUG unit.abot-epc-basic/0.install Need to get 69.9 MB of archives. unit-abot-epc-basic-0: 14:49:54 DEBUG unit.abot-epc-basic/0.install After this operation, 396 MB of additional disk space will be used. unit-abot-epc-basic-0: 14:49:54 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: 14:49:55 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: 14:49:55 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: 14:49:55 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: 14:49:55 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: 14:49:55 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: 14:49:56 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: 14:49:56 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: 14:49:56 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: 14:49:56 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: 14:49:56 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: 14:49:56 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: 14:49:56 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: 14:49:56 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: 14:49:57 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: 14:49:57 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: 14:49:57 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: 14:49:57 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: 14:49:57 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: 14:49:57 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: 14:49:57 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: 14:49:58 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: 14:49:58 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: 14:49:58 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.7 [197 kB] unit-abot-epc-basic-0: 14:49:58 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: 14:49:58 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: 14:49:58 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: 14:49:59 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: 14:49:59 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: 14:49:59 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 8u191-b12-0ubuntu0.16.04.1 [27.1 MB] unit-abot-epc-basic-0: 14:50:00 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: 14:50:01 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: 14:50:01 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: 14:50:01 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: 14:50:01 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: 14:50:01 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: 14:50:01 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: 14:50:01 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: 14:50:02 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: 14:50:02 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: 14:50:02 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: 14:50:02 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: 14:50:02 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: 14:50:02 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: 14:50:02 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: 14:50:02 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: 14:50:03 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: 14:50:03 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: 14:50:03 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: 14:50:03 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: 14:50:03 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: 14:50:03 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: 14:50:04 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: 14:50:04 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: 14:50:04 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: 14:50:05 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: 14:50:05 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: 14:50:05 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: 14:50:05 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: 14:50:05 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: 14:50:05 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: 14:50:06 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: 14:50:06 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: 14:50:06 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: 14:50:06 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: 14:50:06 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: 14:50:06 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: 14:50:06 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: 14:50:07 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: 14:50:07 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: 14:50:07 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: 14:50:07 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: 14:50:07 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: 14:50:07 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: 14:50:08 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: 14:50:08 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: 14:50:08 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: 14:50:08 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: 14:50:08 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: 14:50:08 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: 14:50:08 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: 14:50:09 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: 14:50:09 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: 14:50:09 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: 14:50:09 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: 14:50:09 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: 14:50:09 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: 14:50:09 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: 14:50:10 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: 14:50:10 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: 14:50:10 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: 14:50:10 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: 14:50:10 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: 14:50:11 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: 14:50:11 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre amd64 8u191-b12-0ubuntu0.16.04.1 [69.3 kB] unit-abot-epc-basic-0: 14:50:11 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 8u191-b12-0ubuntu0.16.04.1 [8208 kB] unit-abot-epc-basic-0: 14:50:11 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk amd64 8u191-b12-0ubuntu0.16.04.1 [1415 kB] unit-abot-epc-basic-0: 14:50:12 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: 14:50:12 DEBUG unit.abot-epc-basic/0.install Fetched 69.9 MB in 17s (3890 kB/s) unit-abot-epc-basic-0: 14:50:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-core. unit-abot-epc-basic-0: 14:50:12 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 ... 54413 files and directories currently installed.) unit-abot-epc-basic-0: 14:50:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ... unit-abot-epc-basic-0: 14:50:12 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 14:50:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig-config. unit-abot-epc-basic-0: 14:50:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig-config_2.11.94-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 14:50:13 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 14:50:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1:amd64. unit-abot-epc-basic-0: 14:50:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 14:50:15 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 14:50:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig. unit-abot-epc-basic-0: 14:50:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 14:50:16 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 14:50:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasyncns0:amd64. unit-abot-epc-basic-0: 14:50:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasyncns0_0.8-5build1_amd64.deb ... unit-abot-epc-basic-0: 14:50:18 DEBUG unit.abot-epc-basic/0.install Unpacking libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 14:50:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-common. unit-abot-epc-basic-0: 14:50:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-common_1%3a7.7+13ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 14:50:19 DEBUG unit.abot-epc-basic/0.install dpkg-query: no packages found matching nux-tools unit-abot-epc-basic-0: 14:50:19 DEBUG unit.abot-epc-basic/0.install Unpacking x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 14:50:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice6:amd64. unit-abot-epc-basic-0: 14:50:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice6_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 14:50:20 DEBUG unit.abot-epc-basic/0.install Unpacking libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 14:50:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-abot-epc-basic-0: 14:50:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 14:50:20 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 14:50:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libogg0:amd64. unit-abot-epc-basic-0: 14:50:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libogg0_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 14:50:21 DEBUG unit.abot-epc-basic/0.install Unpacking libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 14:50:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm6:amd64. unit-abot-epc-basic-0: 14:50:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 14:50:21 DEBUG unit.abot-epc-basic/0.install Unpacking libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 14:50:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite1:amd64. unit-abot-epc-basic-0: 14:50:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 14:50:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 14:50:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage1:amd64. unit-abot-epc-basic-0: 14:50:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 14:50:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 14:50:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes3:amd64. unit-abot-epc-basic-0: 14:50:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 14:50:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 14:50:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama1:amd64. unit-abot-epc-basic-0: 14:50:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 14:50:23 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 14:50:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence1:amd64. unit-abot-epc-basic-0: 14:50:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 14:50:23 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 14:50:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst6:amd64. unit-abot-epc-basic-0: 14:50:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 14:50:24 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 14:50:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-abot-epc-basic-0: 14:50:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 14:50:25 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 14:50:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig0:amd64. unit-abot-epc-basic-0: 14:50:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ... unit-abot-epc-basic-0: 14:50:26 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 14:50:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-abot-epc-basic-0: 14:50:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-abot-epc-basic-0: 14:50:28 DEBUG unit.abot-epc-basic/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 14:50:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package java-common. unit-abot-epc-basic-0: 14:50:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../java-common_0.56ubuntu2_all.deb ... unit-abot-epc-basic-0: 14:50:29 DEBUG unit.abot-epc-basic/0.install Unpacking java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 14:50:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-abot-epc-basic-0: 14:50:29 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: 14:50:29 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 14:50:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common3:amd64. unit-abot-epc-basic-0: 14:50:30 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: 14:50:30 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 14:50:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-client3:amd64. unit-abot-epc-basic-0: 14:50:31 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: 14:50:31 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 14:50:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcups2:amd64. unit-abot-epc-basic-0: 14:50:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcups2_2.1.3-4ubuntu0.7_amd64.deb ... unit-abot-epc-basic-0: 14:50:32 DEBUG unit.abot-epc-basic/0.install Unpacking libcups2:amd64 (2.1.3-4ubuntu0.7) ... unit-abot-epc-basic-0: 14:50:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblcms2-2:amd64. unit-abot-epc-basic-0: 14:50:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblcms2-2_2.6-3ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 14:50:33 DEBUG unit.abot-epc-basic/0.install Unpacking liblcms2-2:amd64 (2.6-3ubuntu2.1) ... unit-abot-epc-basic-0: 14:50:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8:amd64. unit-abot-epc-basic-0: 14:50:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 14:50:34 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 14:50:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcsclite1:amd64. unit-abot-epc-basic-0: 14:50:34 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: 14:50:35 DEBUG unit.abot-epc-basic/0.install Unpacking libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 14:50:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi6:amd64. unit-abot-epc-basic-0: 14:50:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi6_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 14:50:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 14:50:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender1:amd64. unit-abot-epc-basic-0: 14:50:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender1_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:50:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 14:50:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre-headless:amd64. unit-abot-epc-basic-0: 14:50:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre-headless_8u191-b12-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 14:50:37 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre-headless:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 14:50:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ca-certificates-java. unit-abot-epc-basic-0: 14:50:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ca-certificates-java_20160321ubuntu1_all.deb ... unit-abot-epc-basic-0: 14:50:41 DEBUG unit.abot-epc-basic/0.install Unpacking ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 14:50:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-extra. unit-abot-epc-basic-0: 14:50:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-extra_2.35-1_all.deb ... unit-abot-epc-basic-0: 14:50:42 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 14:50:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hicolor-icon-theme. unit-abot-epc-basic-0: 14:50:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hicolor-icon-theme_0.15-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 14:50:43 DEBUG unit.abot-epc-basic/0.install Unpacking hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 14:50:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2-data. unit-abot-epc-basic-0: 14:50:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2-data_1.1.0-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 14:50:44 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 14:50:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2:amd64. unit-abot-epc-basic-0: 14:50:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2_1.1.0-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:50:45 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 14:50:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-data. unit-abot-epc-basic-0: 14:50:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-data_2.18.0-1_all.deb ... unit-abot-epc-basic-0: 14:50:45 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 14:50:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-0:amd64. unit-abot-epc-basic-0: 14:50:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 14:50:46 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 14:50:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-0:amd64. unit-abot-epc-basic-0: 14:50:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-0_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 14:50:47 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 14:50:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0:amd64. unit-abot-epc-basic-0: 14:50:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:50:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:50:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0:amd64. unit-abot-epc-basic-0: 14:50:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:50:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:50:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2:amd64. unit-abot-epc-basic-0: 14:50:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 14:50:49 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 14:50:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdatrie1:amd64. unit-abot-epc-basic-0: 14:50:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ... unit-abot-epc-basic-0: 14:50:50 DEBUG unit.abot-epc-basic/0.install Unpacking libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 14:50:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-amdgpu1:amd64. unit-abot-epc-basic-0: 14:50:51 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: 14:50:51 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 14:50:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpciaccess0:amd64. unit-abot-epc-basic-0: 14:50:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpciaccess0_0.13.4-1_amd64.deb ... unit-abot-epc-basic-0: 14:50:51 DEBUG unit.abot-epc-basic/0.install Unpacking libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 14:50:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-abot-epc-basic-0: 14:50:51 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: 14:50:51 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 14:50:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-abot-epc-basic-0: 14:50:52 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: 14:50:52 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 14:50:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-abot-epc-basic-0: 14:50:52 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: 14:50:52 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 14:50:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libflac8:amd64. unit-abot-epc-basic-0: 14:50:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libflac8_1.3.1-4_amd64.deb ... unit-abot-epc-basic-0: 14:50:53 DEBUG unit.abot-epc-basic/0.install Unpacking libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 14:50:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtiff5:amd64. unit-abot-epc-basic-0: 14:50:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtiff5_4.0.6-1ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 14:50:53 DEBUG unit.abot-epc-basic/0.install Unpacking libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 14:50:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-common. unit-abot-epc-basic-0: 14:50:53 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: 14:50:53 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 14:50:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. unit-abot-epc-basic-0: 14:50:54 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: 14:50:54 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 14:50:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgif7:amd64. unit-abot-epc-basic-0: 14:50:54 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: 14:50:54 DEBUG unit.abot-epc-basic/0.install Unpacking libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 14:50:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-abot-epc-basic-0: 14:50:55 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: 14:50:55 DEBUG unit.abot-epc-basic/0.install Unpacking libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 14:50:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm6.0:amd64. unit-abot-epc-basic-0: 14:50:55 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: 14:50:55 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 14:50:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsensors4:amd64. unit-abot-epc-basic-0: 14:50:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsensors4_1%3a3.4.0-2_amd64.deb ... unit-abot-epc-basic-0: 14:50:57 DEBUG unit.abot-epc-basic/0.install Unpacking libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 14:50:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-abot-epc-basic-0: 14:50:58 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: 14:50:58 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 14:51:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-abot-epc-basic-0: 14:51:00 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: 14:51:00 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 14:51:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-abot-epc-basic-0: 14:51:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:51:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:51:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-abot-epc-basic-0: 14:51:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:51:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:51:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-abot-epc-basic-0: 14:51:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:51:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:51:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present0:amd64. unit-abot-epc-basic-0: 14:51:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:51:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:51:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-abot-epc-basic-0: 14:51:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:51:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:51:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-abot-epc-basic-0: 14:51:02 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: 14:51:02 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 14:51:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphite2-3:amd64. unit-abot-epc-basic-0: 14:51:03 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: 14:51:03 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 14:51:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-common. unit-abot-epc-basic-0: 14:51:04 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: 14:51:04 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 14:51:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai-data. unit-abot-epc-basic-0: 14:51:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai-data_0.1.24-2_all.deb ... unit-abot-epc-basic-0: 14:51:04 DEBUG unit.abot-epc-basic/0.install Unpacking libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 14:51:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai0:amd64. unit-abot-epc-basic-0: 14:51:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai0_0.1.24-2_amd64.deb ... unit-abot-epc-basic-0: 14:51:05 DEBUG unit.abot-epc-basic/0.install Unpacking libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 14:51:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango-1.0-0:amd64. unit-abot-epc-basic-0: 14:51:05 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: 14:51:05 DEBUG unit.abot-epc-basic/0.install Unpacking libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 14:51:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz0b:amd64. unit-abot-epc-basic-0: 14:51:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz0b_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 14:51:06 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 14:51:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoft2-1.0-0:amd64. unit-abot-epc-basic-0: 14:51:06 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: 14:51:06 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 14:51:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangocairo-1.0-0:amd64. unit-abot-epc-basic-0: 14:51:06 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: 14:51:06 DEBUG unit.abot-epc-basic/0.install Unpacking libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 14:51:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor1:amd64. unit-abot-epc-basic-0: 14:51:07 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: 14:51:07 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 14:51:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr2:amd64. unit-abot-epc-basic-0: 14:51:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 14:51:08 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 14:51:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-0:amd64. unit-abot-epc-basic-0: 14:51:09 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: 14:51:09 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 14:51:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-bin. unit-abot-epc-basic-0: 14:51:09 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: 14:51:09 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 14:51:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xorg-sgml-doctools. unit-abot-epc-basic-0: 14:51:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ... unit-abot-epc-basic-0: 14:51:10 DEBUG unit.abot-epc-basic/0.install Unpacking xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 14:51:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-core-dev. unit-abot-epc-basic-0: 14:51:10 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: 14:51:10 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 14:51:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice-dev:amd64. unit-abot-epc-basic-0: 14:51:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice-dev_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 14:51:10 DEBUG unit.abot-epc-basic/0.install Unpacking libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 14:51:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-abot-epc-basic-0: 14:51:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-abot-epc-basic-0: 14:51:11 DEBUG unit.abot-epc-basic/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 14:51:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbis0a:amd64. unit-abot-epc-basic-0: 14:51:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbis0a_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 14:51:11 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 14:51:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbisenc2:amd64. unit-abot-epc-basic-0: 14:51:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbisenc2_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 14:51:11 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 14:51:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsndfile1:amd64. unit-abot-epc-basic-0: 14:51:12 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: 14:51:12 DEBUG unit.abot-epc-basic/0.install Unpacking libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 14:51:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpulse0:amd64. unit-abot-epc-basic-0: 14:51:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpulse0_1%3a8.0-0ubuntu3.10_amd64.deb ... unit-abot-epc-basic-0: 14:51:12 DEBUG unit.abot-epc-basic/0.install Unpacking libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 14:51:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm-dev:amd64. unit-abot-epc-basic-0: 14:51:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 14:51:13 DEBUG unit.abot-epc-basic/0.install Unpacking libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 14:51:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxau-dev:amd64. unit-abot-epc-basic-0: 14:51:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ... unit-abot-epc-basic-0: 14:51:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 14:51:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdmcp-dev:amd64. unit-abot-epc-basic-0: 14:51:13 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: 14:51:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 14:51:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-input-dev. unit-abot-epc-basic-0: 14:51:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ... unit-abot-epc-basic-0: 14:51:14 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 14:51:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-kb-dev. unit-abot-epc-basic-0: 14:51:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-kb-dev_1.0.7-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 14:51:14 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 14:51:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xtrans-dev. unit-abot-epc-basic-0: 14:51:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xtrans-dev_1.3.5-1_all.deb ... unit-abot-epc-basic-0: 14:51:15 DEBUG unit.abot-epc-basic/0.install Unpacking xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 14:51:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb1-dev:amd64. unit-abot-epc-basic-0: 14:51:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb1-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:51:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:51:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-dev:amd64. unit-abot-epc-basic-0: 14:51:15 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: 14:51:16 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 14:51:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-doc. unit-abot-epc-basic-0: 14:51:16 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: 14:51:16 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 14:51:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt6:amd64. unit-abot-epc-basic-0: 14:51:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt6_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:51:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 14:51:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt-dev:amd64. unit-abot-epc-basic-0: 14:51:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt-dev_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:51:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 14:51:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre:amd64. unit-abot-epc-basic-0: 14:51:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre_8u191-b12-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 14:51:18 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 14:51:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk-headless:amd64. unit-abot-epc-basic-0: 14:51:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk-headless_8u191-b12-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 14:51:19 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk-headless:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 14:51:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk:amd64. unit-abot-epc-basic-0: 14:51:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk_8u191-b12-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 14:51:21 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 14:51:22 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 14:51:23 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 14:51:23 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.15) ... unit-abot-epc-basic-0: 14:51:24 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 14:51:24 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.2) ... unit-abot-epc-basic-0: 14:51:24 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 14:51:24 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 14:51:24 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 14:51:24 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 14:51:24 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 14:51:24 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 14:51:25 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 14:51:27 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 14:51:27 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 14:51:29 DEBUG unit.abot-epc-basic/0.install Regenerating fonts cache... done. unit-abot-epc-basic-0: 14:51:29 DEBUG unit.abot-epc-basic/0.install Setting up libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 14:51:30 DEBUG unit.abot-epc-basic/0.install Setting up x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 14:51:30 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: 14:51:31 DEBUG unit.abot-epc-basic/0.install Setting up libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 14:51:31 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 14:51:31 DEBUG unit.abot-epc-basic/0.install Setting up libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 14:51:31 DEBUG unit.abot-epc-basic/0.install Setting up libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 14:51:31 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 14:51:32 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 14:51:33 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 14:51:34 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 14:51:36 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 14:51:37 DEBUG unit.abot-epc-basic/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 14:51:38 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 14:51:39 DEBUG unit.abot-epc-basic/0.install Setting up libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 14:51:40 DEBUG unit.abot-epc-basic/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 14:51:41 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: 14:51:42 DEBUG unit.abot-epc-basic/0.install Setting up java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 14:51:43 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: 14:51:43 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 14:51:44 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 14:51:44 DEBUG unit.abot-epc-basic/0.install Setting up libcups2:amd64 (2.1.3-4ubuntu0.7) ... unit-abot-epc-basic-0: 14:51:44 DEBUG unit.abot-epc-basic/0.install Setting up liblcms2-2:amd64 (2.6-3ubuntu2.1) ... unit-abot-epc-basic-0: 14:51:44 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 14:51:45 DEBUG unit.abot-epc-basic/0.install Setting up libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 14:51:45 DEBUG unit.abot-epc-basic/0.install Setting up libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 14:51:45 DEBUG unit.abot-epc-basic/0.install Setting up libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 14:51:45 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 14:51:45 DEBUG unit.abot-epc-basic/0.install Setting up hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 14:51:46 DEBUG unit.abot-epc-basic/0.install Setting up libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 14:51:46 DEBUG unit.abot-epc-basic/0.install Setting up libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 14:51:46 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 14:51:46 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 14:51:46 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 14:51:46 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:51:46 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:51:46 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 14:51:47 DEBUG unit.abot-epc-basic/0.install Setting up libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 14:51:47 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 14:51:47 DEBUG unit.abot-epc-basic/0.install Setting up libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 14:51:47 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 14:51:47 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 14:51:47 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 14:51:47 DEBUG unit.abot-epc-basic/0.install Setting up libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 14:51:48 DEBUG unit.abot-epc-basic/0.install Setting up libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 14:51:48 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 14:51:48 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 14:51:48 DEBUG unit.abot-epc-basic/0.install Setting up libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 14:51:48 DEBUG unit.abot-epc-basic/0.install Setting up libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 14:51:48 DEBUG unit.abot-epc-basic/0.install Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 14:51:48 DEBUG unit.abot-epc-basic/0.install Setting up libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 14:51:49 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: 14:51:49 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 14:51:49 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:51:49 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:51:49 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:51:49 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:51:49 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:51:50 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: 14:51:50 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: 14:51:50 DEBUG unit.abot-epc-basic/0.install Setting up libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 14:51:50 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 14:51:50 DEBUG unit.abot-epc-basic/0.install Setting up libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 14:51:50 DEBUG unit.abot-epc-basic/0.install Setting up libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 14:51:51 DEBUG unit.abot-epc-basic/0.install Setting up libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 14:51:51 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 14:51:51 DEBUG unit.abot-epc-basic/0.install Setting up libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 14:51:51 DEBUG unit.abot-epc-basic/0.install Setting up libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 14:51:51 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 14:51:51 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 14:51:52 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 14:51:52 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 14:51:52 DEBUG unit.abot-epc-basic/0.install Setting up xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 14:51:52 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 14:51:52 DEBUG unit.abot-epc-basic/0.install Setting up libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 14:51:53 DEBUG unit.abot-epc-basic/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 14:51:53 DEBUG unit.abot-epc-basic/0.install Setting up libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 14:51:53 DEBUG unit.abot-epc-basic/0.install Setting up libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 14:51:53 DEBUG unit.abot-epc-basic/0.install Setting up libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 14:51:53 DEBUG unit.abot-epc-basic/0.install Setting up libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 14:51:53 DEBUG unit.abot-epc-basic/0.install Setting up libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 14:51:53 DEBUG unit.abot-epc-basic/0.install Setting up libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 14:51:53 DEBUG unit.abot-epc-basic/0.install Setting up libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 14:51:53 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 14:51:54 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 14:51:54 DEBUG unit.abot-epc-basic/0.install Setting up xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 14:51:54 DEBUG unit.abot-epc-basic/0.install Setting up libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:51:54 DEBUG unit.abot-epc-basic/0.install Setting up libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 14:51:54 DEBUG unit.abot-epc-basic/0.install Setting up libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 14:51:54 DEBUG unit.abot-epc-basic/0.install Setting up libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 14:51:54 DEBUG unit.abot-epc-basic/0.install Setting up libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 14:51:54 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre-headless:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 14:51: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: 14:51: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: 14:51:55 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode unit-abot-epc-basic-0: 14:51:55 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: 14:51:55 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: 14:51:55 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: 14:51:55 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: 14:51:55 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: 14:51:55 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: 14:51:55 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: 14:51: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-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Setting up ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:Trustis_FPS_Root_CA.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:UTN_USERFirst_Hardware_Root_CA.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Networking.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_4.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:XRamp_Global_CA_Root.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Qualified_Certificates_Root.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:Actalis_Authentication_Root_CA.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_2.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Class_2_Primary_CA.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:ePKI_Root_Certification_Authority.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:PSCProcert.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Universal_Root_Certification_Authority.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Commercial.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R2.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:CFCA_EV_ROOT.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Gold_CA_-_G2.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:Cybertrust_Global_Root.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_Root_CA.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:CNNIC_ROOT.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G3.pem unit-abot-epc-basic-0: 14:51:56 DEBUG unit.abot-epc-basic/0.install Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Global_Chambersign_Root.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Root_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R3.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Taiwan_GRCA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_1_G3.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:E-Tugra_Certification_Authority.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_RootCA2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Class_2_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Commercial_Root_CA_1.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_Certification_Authority.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_ACES_CA_X6.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_3_Root_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3_G3.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_3.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:EE_Certification_Centre_Root_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_AAA_Services_root.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_Root_CA_X3.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Chambers_of_Commerce_Root_-_2008.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G3.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:ACCVRAIZ1.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Low-Value_Services_Root.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Trusted_Services_root.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA_2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureTrust_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G1.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_1.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:SZAFIR_ROOT_CA2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Global_Root_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Global_Chambersign_Root_-_2008.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_1.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Microsec_e-Szigno_Root_CA_2009.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_EV_RootCA1.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:certSIGN_ROOT_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:TeliaSonera_Root_CA_v1.pem unit-abot-epc-basic-0: 14:51:57 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: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Deutsche_Telekom_Root_CA_2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_EV_CA_2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2_G3.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA_2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium_ECC.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Root_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Hongkong_Post_Root_CA_1.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Certigna.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:ISRG_Root_X1.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Secure_Services_root.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:LuxTrust_Global_Root_2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Class_2_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Silver_CA_-_G2.pem unit-abot-epc-basic-0: 14:51:57 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: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Atos_TrustedRoot_2011.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureSign_RootCA11.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:AC_RAIZ_FNMT-RCM.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:EC-ACC.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R1.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_2_Root_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Baltimore_CyberTrust_Root.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G3.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Visa_eCommerce_Root.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_External_Root.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Public_Services_Root.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Trusted_Root_G4.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Izenpe.com.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Secure_Global_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G3.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Root_Certification_Authority.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Sonera_Class_2_Root_CA.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_3.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA_2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Autorité_Racine.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G1.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:ACEDICOM_Root.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:Network_Solutions_Certificate_Authority.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G2.pem unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/policytool to provide /usr/bin/policytool (policytool) in auto mode unit-abot-epc-basic-0: 14:51:57 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk-headless:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 14:51:58 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: 14:51:58 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: 14:51:58 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: 14:51:58 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: 14:51:58 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: 14:51:58 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: 14:51:58 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: 14:51:58 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode unit-abot-epc-basic-0: 14:51:58 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: 14:51:58 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: 14:51:58 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode unit-abot-epc-basic-0: 14:51:58 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: 14:51:58 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: 14:51:58 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: 14:51:58 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: 14:51:58 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: 14:51:58 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: 14:51:58 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/extcheck to provide /usr/bin/extcheck (extcheck) in auto mode unit-abot-epc-basic-0: 14:51:58 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: 14:51:59 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: 14:51:59 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: 14:51:59 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jhat to provide /usr/bin/jhat (jhat) in auto mode unit-abot-epc-basic-0: 14:51:59 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: 14:51:59 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: 14:51:59 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsgen to provide /usr/bin/wsgen (wsgen) in auto mode unit-abot-epc-basic-0: 14:51:59 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: 14:51:59 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode unit-abot-epc-basic-0: 14:51:59 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 14:51:59 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: 14:51:59 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: 14:51:59 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 14:51:59 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.15) ... unit-abot-epc-basic-0: 14:51:59 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 14:51:59 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.2) ... unit-abot-epc-basic-0: 14:51:59 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 14:52:00 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 14:52:00 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 14:52:00 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 14:52:00 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 14:52:00 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 14:52:01 DEBUG unit.abot-epc-basic/0.install --2019-01-20 14:52:01-- http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.1_all.deb unit-abot-epc-basic-0: 14:52:01 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... connected. unit-abot-epc-basic-0: 14:52:01 DEBUG unit.abot-epc-basic/0.install HTTP request sent, awaiting response... 200 OK unit-abot-epc-basic-0: 14:52:01 DEBUG unit.abot-epc-basic/0.install Length: 47813510 (46M) [application/x-debian-package] unit-abot-epc-basic-0: 14:52:01 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: 14:52:01 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 14:52:02 DEBUG unit.abot-epc-basic/0.install 0K .......... .......... .......... .......... .......... 0% 93.4K 8m19s unit-abot-epc-basic-0: 14:52:02 DEBUG unit.abot-epc-basic/0.install 50K .......... .......... .......... .......... .......... 0% 188K 6m13s unit-abot-epc-basic-0: 14:52:02 DEBUG unit.abot-epc-basic/0.install 100K .......... .......... .......... .......... .......... 0% 10.4M 4m10s unit-abot-epc-basic-0: 14:52:02 DEBUG unit.abot-epc-basic/0.install 150K .......... .......... .......... .......... .......... 0% 11.7M 3m8s unit-abot-epc-basic-0: 14:52:02 DEBUG unit.abot-epc-basic/0.install 200K .......... .......... .......... .......... .......... 0% 191K 3m19s unit-abot-epc-basic-0: 14:52:02 DEBUG unit.abot-epc-basic/0.install 250K .......... .......... .......... .......... .......... 0% 11.5M 2m46s unit-abot-epc-basic-0: 14:52:02 DEBUG unit.abot-epc-basic/0.install 300K .......... .......... .......... .......... .......... 0% 10.9M 2m23s unit-abot-epc-basic-0: 14:52:02 DEBUG unit.abot-epc-basic/0.install 350K .......... .......... .......... .......... .......... 0% 11.2M 2m5s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 400K .......... .......... .......... .......... .......... 0% 198K 2m17s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 450K .......... .......... .......... .......... .......... 1% 11.2M 2m4s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 500K .......... .......... .......... .......... .......... 1% 11.0M 1m53s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 550K .......... .......... .......... .......... .......... 1% 11.4M 1m44s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 600K .......... .......... .......... .......... .......... 1% 11.3M 96s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 650K .......... .......... .......... .......... .......... 1% 11.3M 89s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 700K .......... .......... .......... .......... .......... 1% 11.0M 83s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 750K .......... .......... .......... .......... .......... 1% 11.0M 78s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 800K .......... .......... .......... .......... .......... 1% 4.29M 74s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 850K .......... .......... .......... .......... .......... 1% 221K 82s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 900K .......... .......... .......... .......... .......... 2% 11.4M 77s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 950K .......... .......... .......... .......... .......... 2% 11.3M 74s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 1000K .......... .......... .......... .......... .......... 2% 11.1M 70s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 1050K .......... .......... .......... .......... .......... 2% 11.4M 67s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 1100K .......... .......... .......... .......... .......... 2% 11.1M 64s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 1150K .......... .......... .......... .......... .......... 2% 11.1M 62s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 1200K .......... .......... .......... .......... .......... 2% 11.1M 59s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 1250K .......... .......... .......... .......... .......... 2% 11.2M 57s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 1300K .......... .......... .......... .......... .......... 2% 11.2M 55s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 1350K .......... .......... .......... .......... .......... 2% 11.3M 53s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 1400K .......... .......... .......... .......... .......... 3% 11.0M 52s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 1450K .......... .......... .......... .......... .......... 3% 11.6M 50s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 1500K .......... .......... .......... .......... .......... 3% 11.1M 48s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 1550K .......... .......... .......... .......... .......... 3% 167K 55s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 1600K .......... .......... .......... .......... .......... 3% 21.5M 54s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 1650K .......... .......... .......... .......... .......... 3% 26.9M 52s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 1700K .......... .......... .......... .......... .......... 3% 56.0M 51s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 1750K .......... .......... .......... .......... .......... 3% 64.0M 49s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 1800K .......... .......... .......... .......... .......... 3% 63.1M 48s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 1850K .......... .......... .......... .......... .......... 4% 58.6M 46s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 1900K .......... .......... .......... .......... .......... 4% 56.8M 45s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 1950K .......... .......... .......... .......... .......... 4% 55.2M 44s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 2000K .......... .......... .......... .......... .......... 4% 55.4M 43s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 2050K .......... .......... .......... .......... .......... 4% 49.7M 42s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 2100K .......... .......... .......... .......... .......... 4% 56.7M 41s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 2150K .......... .......... .......... .......... .......... 4% 57.3M 40s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 2200K .......... .......... .......... .......... .......... 4% 57.4M 39s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 2250K .......... .......... .......... .......... .......... 4% 53.6M 38s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 2300K .......... .......... .......... .......... .......... 5% 67.4M 37s unit-abot-epc-basic-0: 14:52:03 DEBUG unit.abot-epc-basic/0.install 2350K .......... .......... .......... .......... .......... 5% 68.8M 36s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 2400K .......... .......... .......... .......... .......... 5% 227K 40s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 2450K .......... .......... .......... .......... .......... 5% 22.6M 39s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 2500K .......... .......... .......... .......... .......... 5% 22.1M 38s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 2550K .......... .......... .......... .......... .......... 5% 19.7M 37s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 2600K .......... .......... .......... .......... .......... 5% 22.2M 37s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 2650K .......... .......... .......... .......... .......... 5% 23.1M 36s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 2700K .......... .......... .......... .......... .......... 5% 21.2M 35s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 2750K .......... .......... .......... .......... .......... 5% 21.4M 35s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 2800K .......... .......... .......... .......... .......... 6% 22.4M 34s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 2850K .......... .......... .......... .......... .......... 6% 19.9M 33s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 2900K .......... .......... .......... .......... .......... 6% 23.3M 33s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 2950K .......... .......... .......... .......... .......... 6% 22.5M 32s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 3000K .......... .......... .......... .......... .......... 6% 23.4M 32s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 3050K .......... .......... .......... .......... .......... 6% 21.6M 31s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 3100K .......... .......... .......... .......... .......... 6% 15.6M 31s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 3150K .......... .......... .......... .......... .......... 6% 56.3M 30s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 3200K .......... .......... .......... .......... .......... 6% 62.8M 30s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 3250K .......... .......... .......... .......... .......... 7% 61.9M 29s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 3300K .......... .......... .......... .......... .......... 7% 64.4M 29s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 3350K .......... .......... .......... .......... .......... 7% 53.5M 28s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 3400K .......... .......... .......... .......... .......... 7% 63.1M 28s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 3450K .......... .......... .......... .......... .......... 7% 62.3M 28s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 3500K .......... .......... .......... .......... .......... 7% 11.7M 27s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 3550K .......... .......... .......... .......... .......... 7% 11.3M 27s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 3600K .......... .......... .......... .......... .......... 7% 11.5M 27s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 3650K .......... .......... .......... .......... .......... 7% 312K 28s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 3700K .......... .......... .......... .......... .......... 8% 7.07M 28s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 3750K .......... .......... .......... .......... .......... 8% 7.66M 27s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 3800K .......... .......... .......... .......... .......... 8% 8.48M 27s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 3850K .......... .......... .......... .......... .......... 8% 7.88M 27s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 3900K .......... .......... .......... .......... .......... 8% 1.58M 27s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 3950K .......... .......... .......... .......... .......... 8% 10.9M 26s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 4000K .......... .......... .......... .......... .......... 8% 11.5M 26s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 4050K .......... .......... .......... .......... .......... 8% 11.0M 26s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 4100K .......... .......... .......... .......... .......... 8% 11.4M 25s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 4150K .......... .......... .......... .......... .......... 8% 11.4M 25s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 4200K .......... .......... .......... .......... .......... 9% 11.1M 25s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 4250K .......... .......... .......... .......... .......... 9% 11.4M 25s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 4300K .......... .......... .......... .......... .......... 9% 10.9M 24s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 4350K .......... .......... .......... .......... .......... 9% 11.2M 24s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 4400K .......... .......... .......... .......... .......... 9% 11.1M 24s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 4450K .......... .......... .......... .......... .......... 9% 11.4M 24s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 4500K .......... .......... .......... .......... .......... 9% 11.1M 23s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 4550K .......... .......... .......... .......... .......... 9% 11.3M 23s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 4600K .......... .......... .......... .......... .......... 9% 10.9M 23s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 4650K .......... .......... .......... .......... .......... 10% 11.7M 23s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 4700K .......... .......... .......... .......... .......... 10% 10.9M 22s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 4750K .......... .......... .......... .......... .......... 10% 355K 23s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 4800K .......... .......... .......... .......... .......... 10% 7.18M 23s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 4850K .......... .......... .......... .......... .......... 10% 5.98M 23s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 4900K .......... .......... .......... .......... .......... 10% 8.48M 23s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 4950K .......... .......... .......... .......... .......... 10% 11.1M 23s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 5000K .......... .......... .......... .......... .......... 10% 1.58M 23s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 5050K .......... .......... .......... .......... .......... 10% 11.9M 22s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 5100K .......... .......... .......... .......... .......... 11% 11.2M 22s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 5150K .......... .......... .......... .......... .......... 11% 11.0M 22s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 5200K .......... .......... .......... .......... .......... 11% 11.6M 22s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 5250K .......... .......... .......... .......... .......... 11% 11.0M 22s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 5300K .......... .......... .......... .......... .......... 11% 11.3M 21s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 5350K .......... .......... .......... .......... .......... 11% 10.8M 21s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 5400K .......... .......... .......... .......... .......... 11% 11.3M 21s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 5450K .......... .......... .......... .......... .......... 11% 11.4M 21s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 5500K .......... .......... .......... .......... .......... 11% 11.2M 21s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 5550K .......... .......... .......... .......... .......... 11% 11.2M 20s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 5600K .......... .......... .......... .......... .......... 12% 11.3M 20s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 5650K .......... .......... .......... .......... .......... 12% 11.2M 20s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 5700K .......... .......... .......... .......... .......... 12% 11.4M 20s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 5750K .......... .......... .......... .......... .......... 12% 11.1M 20s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 5800K .......... .......... .......... .......... .......... 12% 11.0M 20s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 5850K .......... .......... .......... .......... .......... 12% 11.3M 19s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 5900K .......... .......... .......... .......... .......... 12% 364K 20s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 5950K .......... .......... .......... .......... .......... 12% 8.39M 20s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 6000K .......... .......... .......... .......... .......... 12% 5.55M 20s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 6050K .......... .......... .......... .......... .......... 13% 8.77M 20s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 6100K .......... .......... .......... .......... .......... 13% 11.3M 20s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 6150K .......... .......... .......... .......... .......... 13% 11.3M 19s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 6200K .......... .......... .......... .......... .......... 13% 1.60M 19s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 6250K .......... .......... .......... .......... .......... 13% 11.6M 19s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 6300K .......... .......... .......... .......... .......... 13% 10.8M 19s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 6350K .......... .......... .......... .......... .......... 13% 11.0M 19s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 6400K .......... .......... .......... .......... .......... 13% 11.5M 19s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 6450K .......... .......... .......... .......... .......... 13% 11.4M 19s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 6500K .......... .......... .......... .......... .......... 14% 11.4M 19s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 6550K .......... .......... .......... .......... .......... 14% 11.3M 18s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 6600K .......... .......... .......... .......... .......... 14% 10.8M 18s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 6650K .......... .......... .......... .......... .......... 14% 11.7M 18s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 6700K .......... .......... .......... .......... .......... 14% 11.0M 18s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 6750K .......... .......... .......... .......... .......... 14% 11.2M 18s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 6800K .......... .......... .......... .......... .......... 14% 11.5M 18s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 6850K .......... .......... .......... .......... .......... 14% 10.7M 18s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 6900K .......... .......... .......... .......... .......... 14% 11.4M 18s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 6950K .......... .......... .......... .......... .......... 14% 11.2M 17s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 7000K .......... .......... .......... .......... .......... 15% 11.1M 17s unit-abot-epc-basic-0: 14:52:04 DEBUG unit.abot-epc-basic/0.install 7050K .......... .......... .......... .......... .......... 15% 11.5M 17s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 7100K .......... .......... .......... .......... .......... 15% 371K 18s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 7150K .......... .......... .......... .......... .......... 15% 7.96M 18s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 7200K .......... .......... .......... .......... .......... 15% 6.22M 18s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 7250K .......... .......... .......... .......... .......... 15% 8.36M 17s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 7300K .......... .......... .......... .......... .......... 15% 11.8M 17s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 7350K .......... .......... .......... .......... .......... 15% 10.8M 17s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 7400K .......... .......... .......... .......... .......... 15% 1.64M 17s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 7450K .......... .......... .......... .......... .......... 16% 10.8M 17s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 7500K .......... .......... .......... .......... .......... 16% 11.0M 17s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 7550K .......... .......... .......... .......... .......... 16% 11.2M 17s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 7600K .......... .......... .......... .......... .......... 16% 11.5M 17s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 7650K .......... .......... .......... .......... .......... 16% 11.1M 17s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 7700K .......... .......... .......... .......... .......... 16% 11.4M 17s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 7750K .......... .......... .......... .......... .......... 16% 11.1M 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 7800K .......... .......... .......... .......... .......... 16% 10.8M 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 7850K .......... .......... .......... .......... .......... 16% 11.8M 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 7900K .......... .......... .......... .......... .......... 17% 11.1M 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 7950K .......... .......... .......... .......... .......... 17% 10.9M 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 8000K .......... .......... .......... .......... .......... 17% 11.5M 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 8050K .......... .......... .......... .......... .......... 17% 11.2M 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 8100K .......... .......... .......... .......... .......... 17% 11.1M 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 8150K .......... .......... .......... .......... .......... 17% 11.3M 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 8200K .......... .......... .......... .......... .......... 17% 11.1M 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 8250K .......... .......... .......... .......... .......... 17% 11.5M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 8300K .......... .......... .......... .......... .......... 17% 377K 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 8350K .......... .......... .......... .......... .......... 17% 10.6M 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 8400K .......... .......... .......... .......... .......... 18% 7.18M 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 8450K .......... .......... .......... .......... .......... 18% 6.91M 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 8500K .......... .......... .......... .......... .......... 18% 9.40M 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 8550K .......... .......... .......... .......... .......... 18% 11.1M 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 8600K .......... .......... .......... .......... .......... 18% 1.69M 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 8650K .......... .......... .......... .......... .......... 18% 10.0M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 8700K .......... .......... .......... .......... .......... 18% 10.5M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 8750K .......... .......... .......... .......... .......... 18% 9.71M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 8800K .......... .......... .......... .......... .......... 18% 13.2M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 8850K .......... .......... .......... .......... .......... 19% 11.5M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 8900K .......... .......... .......... .......... .......... 19% 11.1M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 8950K .......... .......... .......... .......... .......... 19% 10.9M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 9000K .......... .......... .......... .......... .......... 19% 11.4M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 9050K .......... .......... .......... .......... .......... 19% 10.2M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 9100K .......... .......... .......... .......... .......... 19% 11.5M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 9150K .......... .......... .......... .......... .......... 19% 11.3M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 9200K .......... .......... .......... .......... .......... 19% 11.0M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 9250K .......... .......... .......... .......... .......... 19% 11.1M 14s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 9300K .......... .......... .......... .......... .......... 20% 11.4M 14s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 9350K .......... .......... .......... .......... .......... 20% 180K 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 9400K .......... .......... .......... .......... .......... 20% 360K 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 9450K .......... .......... .......... .......... .......... 20% 8.39M 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 9500K .......... .......... .......... .......... .......... 20% 5.34M 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 9550K .......... .......... .......... .......... .......... 20% 14.3M 16s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 9600K .......... .......... .......... .......... .......... 20% 62.0M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 9650K .......... .......... .......... .......... .......... 20% 64.0M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 9700K .......... .......... .......... .......... .......... 20% 64.7M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 9750K .......... .......... .......... .......... .......... 20% 68.3M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 9800K .......... .......... .......... .......... .......... 21% 71.3M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 9850K .......... .......... .......... .......... .......... 21% 54.5M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 9900K .......... .......... .......... .......... .......... 21% 61.6M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 9950K .......... .......... .......... .......... .......... 21% 64.8M 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 10000K .......... .......... .......... .......... .......... 21% 942K 15s unit-abot-epc-basic-0: 14:52:05 DEBUG unit.abot-epc-basic/0.install 10050K .......... .......... .......... .......... .......... 21% 2.61M 15s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 10100K .......... .......... .......... .......... .......... 21% 2.90M 15s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 10150K .......... .......... .......... .......... .......... 21% 3.28M 15s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 10200K .......... .......... .......... .......... .......... 21% 13.5M 15s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 10250K .......... .......... .......... .......... .......... 22% 14.6M 15s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 10300K .......... .......... .......... .......... .......... 22% 13.5M 15s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 10350K .......... .......... .......... .......... .......... 22% 15.5M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 10400K .......... .......... .......... .......... .......... 22% 414K 15s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 10450K .......... .......... .......... .......... .......... 22% 8.02M 15s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 10500K .......... .......... .......... .......... .......... 22% 14.7M 15s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 10550K .......... .......... .......... .......... .......... 22% 14.7M 15s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 10600K .......... .......... .......... .......... .......... 22% 15.0M 15s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 10650K .......... .......... .......... .......... .......... 22% 60.7M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 10700K .......... .......... .......... .......... .......... 23% 44.5M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 10750K .......... .......... .......... .......... .......... 23% 52.5M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 10800K .......... .......... .......... .......... .......... 23% 50.9M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 10850K .......... .......... .......... .......... .......... 23% 47.2M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 10900K .......... .......... .......... .......... .......... 23% 8.43M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 10950K .......... .......... .......... .......... .......... 23% 9.11M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 11000K .......... .......... .......... .......... .......... 23% 1.55M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 11050K .......... .......... .......... .......... .......... 23% 7.36M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 11100K .......... .......... .......... .......... .......... 23% 3.34M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 11150K .......... .......... .......... .......... .......... 23% 4.72M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 11200K .......... .......... .......... .......... .......... 24% 174K 15s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 11250K .......... .......... .......... .......... .......... 24% 3.04M 15s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 11300K .......... .......... .......... .......... .......... 24% 3.80M 15s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 11350K .......... .......... .......... .......... .......... 24% 394K 15s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 11400K .......... .......... .......... .......... .......... 24% 12.8M 15s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 11450K .......... .......... .......... .......... .......... 24% 14.3M 15s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 11500K .......... .......... .......... .......... .......... 24% 11.9M 15s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 11550K .......... .......... .......... .......... .......... 24% 25.2M 15s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 11600K .......... .......... .......... .......... .......... 24% 56.5M 15s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 11650K .......... .......... .......... .......... .......... 25% 57.4M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 11700K .......... .......... .......... .......... .......... 25% 58.3M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 11750K .......... .......... .......... .......... .......... 25% 52.6M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 11800K .......... .......... .......... .......... .......... 25% 56.4M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 11850K .......... .......... .......... .......... .......... 25% 57.1M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 11900K .......... .......... .......... .......... .......... 25% 63.0M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 11950K .......... .......... .......... .......... .......... 25% 58.7M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 12000K .......... .......... .......... .......... .......... 25% 69.6M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 12050K .......... .......... .......... .......... .......... 25% 634K 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 12100K .......... .......... .......... .......... .......... 26% 308K 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 12150K .......... .......... .......... .......... .......... 26% 58.4M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 12200K .......... .......... .......... .......... .......... 26% 61.3M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 12250K .......... .......... .......... .......... .......... 26% 67.3M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 12300K .......... .......... .......... .......... .......... 26% 63.2M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 12350K .......... .......... .......... .......... .......... 26% 70.2M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 12400K .......... .......... .......... .......... .......... 26% 56.3M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 12450K .......... .......... .......... .......... .......... 26% 62.7M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 12500K .......... .......... .......... .......... .......... 26% 65.4M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 12550K .......... .......... .......... .......... .......... 26% 34.8M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 12600K .......... .......... .......... .......... .......... 27% 11.3M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 12650K .......... .......... .......... .......... .......... 27% 6.06M 14s unit-abot-epc-basic-0: 14:52:06 DEBUG unit.abot-epc-basic/0.install 12700K .......... .......... .......... .......... .......... 27% 5.16M 14s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 12750K .......... .......... .......... .......... .......... 27% 8.45M 14s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 12800K .......... .......... .......... .......... .......... 27% 1.47M 14s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 12850K .......... .......... .......... .......... .......... 27% 5.87M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 12900K .......... .......... .......... .......... .......... 27% 2.59M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 12950K .......... .......... .......... .......... .......... 27% 11.2M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 13000K .......... .......... .......... .......... .......... 27% 8.28M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 13050K .......... .......... .......... .......... .......... 28% 3.04M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 13100K .......... .......... .......... .......... .......... 28% 346K 14s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 13150K .......... .......... .......... .......... .......... 28% 10.5M 14s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 13200K .......... .......... .......... .......... .......... 28% 8.94M 14s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 13250K .......... .......... .......... .......... .......... 28% 9.67M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 13300K .......... .......... .......... .......... .......... 28% 6.00M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 13350K .......... .......... .......... .......... .......... 28% 6.07M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 13400K .......... .......... .......... .......... .......... 28% 1.51M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 13450K .......... .......... .......... .......... .......... 28% 6.70M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 13500K .......... .......... .......... .......... .......... 29% 3.55M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 13550K .......... .......... .......... .......... .......... 29% 3.85M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 13600K .......... .......... .......... .......... .......... 29% 11.2M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 13650K .......... .......... .......... .......... .......... 29% 6.29M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 13700K .......... .......... .......... .......... .......... 29% 2.45M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 13750K .......... .......... .......... .......... .......... 29% 361K 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 13800K .......... .......... .......... .......... .......... 29% 8.87M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 13850K .......... .......... .......... .......... .......... 29% 10.4M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 13900K .......... .......... .......... .......... .......... 29% 8.25M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 13950K .......... .......... .......... .......... .......... 29% 5.81M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 14000K .......... .......... .......... .......... .......... 30% 6.65M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 14050K .......... .......... .......... .......... .......... 30% 1.56M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 14100K .......... .......... .......... .......... .......... 30% 6.68M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 14150K .......... .......... .......... .......... .......... 30% 3.61M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 14200K .......... .......... .......... .......... .......... 30% 3.74M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 14250K .......... .......... .......... .......... .......... 30% 11.3M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 14300K .......... .......... .......... .......... .......... 30% 6.61M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 14350K .......... .......... .......... .......... .......... 30% 2.49M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 14400K .......... .......... .......... .......... .......... 30% 357K 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 14450K .......... .......... .......... .......... .......... 31% 10.9M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 14500K .......... .......... .......... .......... .......... 31% 12.0M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 14550K .......... .......... .......... .......... .......... 31% 9.26M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 14600K .......... .......... .......... .......... .......... 31% 4.53M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 14650K .......... .......... .......... .......... .......... 31% 7.72M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 14700K .......... .......... .......... .......... .......... 31% 1.64M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 14750K .......... .......... .......... .......... .......... 31% 6.90M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 14800K .......... .......... .......... .......... .......... 31% 4.65M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 14850K .......... .......... .......... .......... .......... 31% 2.93M 13s unit-abot-epc-basic-0: 14:52:07 DEBUG unit.abot-epc-basic/0.install 14900K .......... .......... .......... .......... .......... 32% 11.0M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 14950K .......... .......... .......... .......... .......... 32% 80.7K 14s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 15000K .......... .......... .......... .......... .......... 32% 48.0M 14s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 15050K .......... .......... .......... .......... .......... 32% 63.7M 14s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 15100K .......... .......... .......... .......... .......... 32% 77.0M 14s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 15150K .......... .......... .......... .......... .......... 32% 73.4M 14s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 15200K .......... .......... .......... .......... .......... 32% 75.6M 14s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 15250K .......... .......... .......... .......... .......... 32% 66.5M 14s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 15300K .......... .......... .......... .......... .......... 32% 77.8M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 15350K .......... .......... .......... .......... .......... 32% 74.6M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 15400K .......... .......... .......... .......... .......... 33% 73.0M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 15450K .......... .......... .......... .......... .......... 33% 65.1M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 15500K .......... .......... .......... .......... .......... 33% 74.5M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 15550K .......... .......... .......... .......... .......... 33% 72.8M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 15600K .......... .......... .......... .......... .......... 33% 76.0M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 15650K .......... .......... .......... .......... .......... 33% 67.1M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 15700K .......... .......... .......... .......... .......... 33% 114M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 15750K .......... .......... .......... .......... .......... 33% 126M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 15800K .......... .......... .......... .......... .......... 33% 134M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 15850K .......... .......... .......... .......... .......... 34% 109M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 15900K .......... .......... .......... .......... .......... 34% 252M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 15950K .......... .......... .......... .......... .......... 34% 552M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 16000K .......... .......... .......... .......... .......... 34% 639M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 16050K .......... .......... .......... .......... .......... 34% 567M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 16100K .......... .......... .......... .......... .......... 34% 697K 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 16150K .......... .......... .......... .......... .......... 34% 6.84M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 16200K .......... .......... .......... .......... .......... 34% 7.61M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 16250K .......... .......... .......... .......... .......... 34% 3.46M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 16300K .......... .......... .......... .......... .......... 35% 1.55M 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 16350K .......... .......... .......... .......... .......... 35% 4.26M 12s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 16400K .......... .......... .......... .......... .......... 35% 2.20M 12s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 16450K .......... .......... .......... .......... .......... 35% 7.48M 12s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 16500K .......... .......... .......... .......... .......... 35% 2.05M 12s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 16550K .......... .......... .......... .......... .......... 35% 786K 12s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 16600K .......... .......... .......... .......... .......... 35% 631K 13s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 16650K .......... .......... .......... .......... .......... 35% 6.09M 12s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 16700K .......... .......... .......... .......... .......... 35% 7.89M 12s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 16750K .......... .......... .......... .......... .......... 35% 3.57M 12s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 16800K .......... .......... .......... .......... .......... 36% 1.57M 12s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 16850K .......... .......... .......... .......... .......... 36% 3.83M 12s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 16900K .......... .......... .......... .......... .......... 36% 2.24M 12s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 16950K .......... .......... .......... .......... .......... 36% 7.43M 12s unit-abot-epc-basic-0: 14:52:08 DEBUG unit.abot-epc-basic/0.install 17000K .......... .......... .......... .......... .......... 36% 2.08M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 17050K .......... .......... .......... .......... .......... 36% 782K 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 17100K .......... .......... .......... .......... .......... 36% 631K 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 17150K .......... .......... .......... .......... .......... 36% 6.02M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 17200K .......... .......... .......... .......... .......... 36% 8.49M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 17250K .......... .......... .......... .......... .......... 37% 3.44M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 17300K .......... .......... .......... .......... .......... 37% 1.58M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 17350K .......... .......... .......... .......... .......... 37% 4.25M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 17400K .......... .......... .......... .......... .......... 37% 2.31M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 17450K .......... .......... .......... .......... .......... 37% 5.98M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 17500K .......... .......... .......... .......... .......... 37% 2.51M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 17550K .......... .......... .......... .......... .......... 37% 734K 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 17600K .......... .......... .......... .......... .......... 37% 639K 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 17650K .......... .......... .......... .......... .......... 37% 5.63M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 17700K .......... .......... .......... .......... .......... 38% 7.73M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 17750K .......... .......... .......... .......... .......... 38% 3.71M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 17800K .......... .......... .......... .......... .......... 38% 1.55M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 17850K .......... .......... .......... .......... .......... 38% 4.55M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 17900K .......... .......... .......... .......... .......... 38% 2.48M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 17950K .......... .......... .......... .......... .......... 38% 4.96M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 18000K .......... .......... .......... .......... .......... 38% 4.30M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 18050K .......... .......... .......... .......... .......... 38% 659K 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 18100K .......... .......... .......... .......... .......... 38% 8.00M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 18150K .......... .......... .......... .......... .......... 38% 615K 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 18200K .......... .......... .......... .......... .......... 39% 9.37M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 18250K .......... .......... .......... .......... .......... 39% 4.75M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 18300K .......... .......... .......... .......... .......... 39% 4.44M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 18350K .......... .......... .......... .......... .......... 39% 1.56M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 18400K .......... .......... .......... .......... .......... 39% 3.01M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 18450K .......... .......... .......... .......... .......... 39% 2.99M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 18500K .......... .......... .......... .......... .......... 39% 6.37M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 18550K .......... .......... .......... .......... .......... 39% 1.67M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 18600K .......... .......... .......... .......... .......... 39% 887K 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 18650K .......... .......... .......... .......... .......... 40% 628K 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 18700K .......... .......... .......... .......... .......... 40% 7.44M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 18750K .......... .......... .......... .......... .......... 40% 6.10M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 18800K .......... .......... .......... .......... .......... 40% 4.14M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 18850K .......... .......... .......... .......... .......... 40% 1.58M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 18900K .......... .......... .......... .......... .......... 40% 4.11M 12s unit-abot-epc-basic-0: 14:52:09 DEBUG unit.abot-epc-basic/0.install 18950K .......... .......... .......... .......... .......... 40% 2.32M 12s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 19000K .......... .......... .......... .......... .......... 40% 6.89M 12s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 19050K .......... .......... .......... .......... .......... 40% 2.60M 12s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 19100K .......... .......... .......... .......... .......... 41% 728K 12s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 19150K .......... .......... .......... .......... .......... 41% 10.0M 12s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 19200K .......... .......... .......... .......... .......... 41% 607K 12s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 19250K .......... .......... .......... .......... .......... 41% 11.2M 12s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 19300K .......... .......... .......... .......... .......... 41% 5.39M 12s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 19350K .......... .......... .......... .......... .......... 41% 4.31M 12s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 19400K .......... .......... .......... .......... .......... 41% 1.56M 12s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 19450K .......... .......... .......... .......... .......... 41% 3.01M 12s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 19500K .......... .......... .......... .......... .......... 41% 2.98M 12s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 19550K .......... .......... .......... .......... .......... 41% 6.47M 12s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 19600K .......... .......... .......... .......... .......... 42% 2.12M 12s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 19650K .......... .......... .......... .......... .......... 42% 809K 12s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 19700K .......... .......... .......... .......... .......... 42% 641K 12s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 19750K .......... .......... .......... .......... .......... 42% 5.15M 12s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 19800K .......... .......... .......... .......... .......... 42% 11.3M 12s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 19850K .......... .......... .......... .......... .......... 42% 3.80M 12s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 19900K .......... .......... .......... .......... .......... 42% 1.57M 12s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 19950K .......... .......... .......... .......... .......... 42% 5.47M 11s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 20000K .......... .......... .......... .......... .......... 42% 2.83M 11s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 20050K .......... .......... .......... .......... .......... 43% 3.63M 11s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 20100K .......... .......... .......... .......... .......... 43% 5.11M 11s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 20150K .......... .......... .......... .......... .......... 43% 1.88M 11s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 20200K .......... .......... .......... .......... .......... 43% 873K 11s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 20250K .......... .......... .......... .......... .......... 43% 635K 11s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 20300K .......... .......... .......... .......... .......... 43% 5.95M 11s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 20350K .......... .......... .......... .......... .......... 43% 10.4M 11s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 20400K .......... .......... .......... .......... .......... 43% 3.83M 11s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 20450K .......... .......... .......... .......... .......... 43% 1.57M 11s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 20500K .......... .......... .......... .......... .......... 44% 5.10M 11s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 20550K .......... .......... .......... .......... .......... 44% 2.48M 11s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 20600K .......... .......... .......... .......... .......... 44% 4.73M 11s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 20650K .......... .......... .......... .......... .......... 44% 4.64M 11s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 20700K .......... .......... .......... .......... .......... 44% 1.95M 11s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 20750K .......... .......... .......... .......... .......... 44% 876K 11s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 20800K .......... .......... .......... .......... .......... 44% 635K 11s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 20850K .......... .......... .......... .......... .......... 44% 6.21M 11s unit-abot-epc-basic-0: 14:52:10 DEBUG unit.abot-epc-basic/0.install 20900K .......... .......... .......... .......... .......... 44% 9.76M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 20950K .......... .......... .......... .......... .......... 44% 3.98M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 21000K .......... .......... .......... .......... .......... 45% 1.55M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 21050K .......... .......... .......... .......... .......... 45% 5.19M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 21100K .......... .......... .......... .......... .......... 45% 2.53M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 21150K .......... .......... .......... .......... .......... 45% 4.59M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 21200K .......... .......... .......... .......... .......... 45% 4.70M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 21250K .......... .......... .......... .......... .......... 45% 1.99M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 21300K .......... .......... .......... .......... .......... 45% 848K 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 21350K .......... .......... .......... .......... .......... 45% 660K 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 21400K .......... .......... .......... .......... .......... 45% 5.27M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 21450K .......... .......... .......... .......... .......... 46% 10.3M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 21500K .......... .......... .......... .......... .......... 46% 4.01M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 21550K .......... .......... .......... .......... .......... 46% 1.48M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 21600K .......... .......... .......... .......... .......... 46% 5.76M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 21650K .......... .......... .......... .......... .......... 46% 2.87M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 21700K .......... .......... .......... .......... .......... 46% 4.00M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 21750K .......... .......... .......... .......... .......... 46% 4.74M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 21800K .......... .......... .......... .......... .......... 46% 2.28M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 21850K .......... .......... .......... .......... .......... 46% 813K 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 21900K .......... .......... .......... .......... .......... 47% 652K 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 21950K .......... .......... .......... .......... .......... 47% 5.50M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 22000K .......... .......... .......... .......... .......... 47% 9.89M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 22050K .......... .......... .......... .......... .......... 47% 4.45M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 22100K .......... .......... .......... .......... .......... 47% 4.69M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 22150K .......... .......... .......... .......... .......... 47% 1.44M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 22200K .......... .......... .......... .......... .......... 47% 4.21M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 22250K .......... .......... .......... .......... .......... 47% 2.80M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 22300K .......... .......... .......... .......... .......... 47% 8.65M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 22350K .......... .......... .......... .......... .......... 47% 2.42M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 22400K .......... .......... .......... .......... .......... 48% 763K 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 22450K .......... .......... .......... .......... .......... 48% 667K 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 22500K .......... .......... .......... .......... .......... 48% 4.82M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 22550K .......... .......... .......... .......... .......... 48% 9.05M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 22600K .......... .......... .......... .......... .......... 48% 7.82M 11s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 22650K .......... .......... .......... .......... .......... 48% 4.05M 10s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 22700K .......... .......... .......... .......... .......... 48% 1.39M 10s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 22750K .......... .......... .......... .......... .......... 48% 4.64M 10s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 22800K .......... .......... .......... .......... .......... 48% 2.07M 10s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 22850K .......... .......... .......... .......... .......... 49% 11.5M 10s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 22900K .......... .......... .......... .......... .......... 49% 3.80M 10s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 22950K .......... .......... .......... .......... .......... 49% 728K 10s unit-abot-epc-basic-0: 14:52:11 DEBUG unit.abot-epc-basic/0.install 23000K .......... .......... .......... .......... .......... 49% 3.85M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 23050K .......... .......... .......... .......... .......... 49% 671K 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 23100K .......... .......... .......... .......... .......... 49% 9.05M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 23150K .......... .......... .......... .......... .......... 49% 7.31M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 23200K .......... .......... .......... .......... .......... 49% 4.92M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 23250K .......... .......... .......... .......... .......... 49% 1.38M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 23300K .......... .......... .......... .......... .......... 50% 4.04M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 23350K .......... .......... .......... .......... .......... 50% 2.22M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 23400K .......... .......... .......... .......... .......... 50% 8.89M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 23450K .......... .......... .......... .......... .......... 50% 4.24M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 23500K .......... .......... .......... .......... .......... 50% 1.94M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 23550K .......... .......... .......... .......... .......... 50% 959K 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 23600K .......... .......... .......... .......... .......... 50% 636K 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 23650K .......... .......... .......... .......... .......... 50% 5.31M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 23700K .......... .......... .......... .......... .......... 50% 10.2M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 23750K .......... .......... .......... .......... .......... 50% 5.95M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 23800K .......... .......... .......... .......... .......... 51% 1.50M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 23850K .......... .......... .......... .......... .......... 51% 3.85M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 23900K .......... .......... .......... .......... .......... 51% 3.31M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 23950K .......... .......... .......... .......... .......... 51% 2.93M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 24000K .......... .......... .......... .......... .......... 51% 11.2M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 24050K .......... .......... .......... .......... .......... 51% 2.38M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 24100K .......... .......... .......... .......... .......... 51% 782K 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 24150K .......... .......... .......... .......... .......... 51% 650K 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 24200K .......... .......... .......... .......... .......... 51% 5.13M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 24250K .......... .......... .......... .......... .......... 52% 8.79M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 24300K .......... .......... .......... .......... .......... 52% 9.20M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 24350K .......... .......... .......... .......... .......... 52% 5.19M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 24400K .......... .......... .......... .......... .......... 52% 1.34M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 24450K .......... .......... .......... .......... .......... 52% 4.87M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 24500K .......... .......... .......... .......... .......... 52% 2.16M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 24550K .......... .......... .......... .......... .......... 52% 8.61M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 24600K .......... .......... .......... .......... .......... 52% 3.56M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 24650K .......... .......... .......... .......... .......... 52% 759K 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 24700K .......... .......... .......... .......... .......... 53% 4.08M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 24750K .......... .......... .......... .......... .......... 53% 650K 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 24800K .......... .......... .......... .......... .......... 53% 6.59M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 24850K .......... .......... .......... .......... .......... 53% 9.51M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 24900K .......... .......... .......... .......... .......... 53% 6.56M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 24950K .......... .......... .......... .......... .......... 53% 1.36M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 25000K .......... .......... .......... .......... .......... 53% 4.13M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 25050K .......... .......... .......... .......... .......... 53% 2.27M 10s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 25100K .......... .......... .......... .......... .......... 53% 7.13M 9s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 25150K .......... .......... .......... .......... .......... 53% 9.63M 9s unit-abot-epc-basic-0: 14:52:12 DEBUG unit.abot-epc-basic/0.install 25200K .......... .......... .......... .......... .......... 54% 2.00M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 25250K .......... .......... .......... .......... .......... 54% 825K 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 25300K .......... .......... .......... .......... .......... 54% 659K 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 25350K .......... .......... .......... .......... .......... 54% 5.12M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 25400K .......... .......... .......... .......... .......... 54% 8.70M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 25450K .......... .......... .......... .......... .......... 54% 8.07M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 25500K .......... .......... .......... .......... .......... 54% 1.42M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 25550K .......... .......... .......... .......... .......... 54% 3.74M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 25600K .......... .......... .......... .......... .......... 54% 4.88M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 25650K .......... .......... .......... .......... .......... 55% 2.37M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 25700K .......... .......... .......... .......... .......... 55% 9.45M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 25750K .......... .......... .......... .......... .......... 55% 2.50M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 25800K .......... .......... .......... .......... .......... 55% 177K 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 25850K .......... .......... .......... .......... .......... 55% 52.0M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 25900K .......... .......... .......... .......... .......... 55% 58.5M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 25950K .......... .......... .......... .......... .......... 55% 59.3M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 26000K .......... .......... .......... .......... .......... 55% 58.8M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 26050K .......... .......... .......... .......... .......... 55% 54.2M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 26100K .......... .......... .......... .......... .......... 56% 57.3M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 26150K .......... .......... .......... .......... .......... 56% 59.2M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 26200K .......... .......... .......... .......... .......... 56% 57.0M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 26250K .......... .......... .......... .......... .......... 56% 51.9M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 26300K .......... .......... .......... .......... .......... 56% 57.4M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 26350K .......... .......... .......... .......... .......... 56% 28.2M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 26400K .......... .......... .......... .......... .......... 56% 429K 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 26450K .......... .......... .......... .......... .......... 56% 4.21M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 26500K .......... .......... .......... .......... .......... 56% 4.54M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 26550K .......... .......... .......... .......... .......... 56% 4.46M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 26600K .......... .......... .......... .......... .......... 57% 1.20M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 26650K .......... .......... .......... .......... .......... 57% 1.51M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 26700K .......... .......... .......... .......... .......... 57% 7.13M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 26750K .......... .......... .......... .......... .......... 57% 1.55M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 26800K .......... .......... .......... .......... .......... 57% 1.05M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 26850K .......... .......... .......... .......... .......... 57% 629K 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 26900K .......... .......... .......... .......... .......... 57% 3.60M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 26950K .......... .......... .......... .......... .......... 57% 6.67M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 27000K .......... .......... .......... .......... .......... 57% 1.29M 9s unit-abot-epc-basic-0: 14:52:13 DEBUG unit.abot-epc-basic/0.install 27050K .......... .......... .......... .......... .......... 58% 2.96M 9s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 27100K .......... .......... .......... .......... .......... 58% 1.61M 9s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 27150K .......... .......... .......... .......... .......... 58% 7.19M 9s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 27200K .......... .......... .......... .......... .......... 58% 1.61M 9s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 27250K .......... .......... .......... .......... .......... 58% 956K 9s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 27300K .......... .......... .......... .......... .......... 58% 652K 9s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 27350K .......... .......... .......... .......... .......... 58% 4.03M 9s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 27400K .......... .......... .......... .......... .......... 58% 6.22M 9s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 27450K .......... .......... .......... .......... .......... 58% 1.18M 9s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 27500K .......... .......... .......... .......... .......... 59% 2.66M 9s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 27550K .......... .......... .......... .......... .......... 59% 2.17M 9s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 27600K .......... .......... .......... .......... .......... 59% 3.77M 9s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 27650K .......... .......... .......... .......... .......... 59% 1.95M 9s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 27700K .......... .......... .......... .......... .......... 59% 415K 9s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 27750K .......... .......... .......... .......... .......... 59% 7.43M 9s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 27800K .......... .......... .......... .......... .......... 59% 4.08M 9s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 27850K .......... .......... .......... .......... .......... 59% 6.33M 8s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 27900K .......... .......... .......... .......... .......... 59% 1.19M 8s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 27950K .......... .......... .......... .......... .......... 59% 2.99M 8s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 28000K .......... .......... .......... .......... .......... 60% 1.99M 8s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 28050K .......... .......... .......... .......... .......... 60% 4.08M 8s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 28100K .......... .......... .......... .......... .......... 60% 1.79M 8s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 28150K .......... .......... .......... .......... .......... 60% 1021K 8s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 28200K .......... .......... .......... .......... .......... 60% 661K 8s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 28250K .......... .......... .......... .......... .......... 60% 4.28M 8s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 28300K .......... .......... .......... .......... .......... 60% 4.33M 8s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 28350K .......... .......... .......... .......... .......... 60% 1.52M 8s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 28400K .......... .......... .......... .......... .......... 60% 3.40M 8s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 28450K .......... .......... .......... .......... .......... 61% 1.57M 8s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 28500K .......... .......... .......... .......... .......... 61% 7.28M 8s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 28550K .......... .......... .......... .......... .......... 61% 1.50M 8s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 28600K .......... .......... .......... .......... .......... 61% 1.20M 8s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 28650K .......... .......... .......... .......... .......... 61% 592K 8s unit-abot-epc-basic-0: 14:52:14 DEBUG unit.abot-epc-basic/0.install 28700K .......... .......... .......... .......... .......... 61% 6.46M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 28750K .......... .......... .......... .......... .......... 61% 4.81M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 28800K .......... .......... .......... .......... .......... 61% 5.20M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 28850K .......... .......... .......... .......... .......... 61% 1.24M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 28900K .......... .......... .......... .......... .......... 62% 2.85M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 28950K .......... .......... .......... .......... .......... 62% 2.19M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 29000K .......... .......... .......... .......... .......... 62% 4.24M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 29050K .......... .......... .......... .......... .......... 62% 1.81M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 29100K .......... .......... .......... .......... .......... 62% 1.06M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 29150K .......... .......... .......... .......... .......... 62% 638K 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 29200K .......... .......... .......... .......... .......... 62% 5.75M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 29250K .......... .......... .......... .......... .......... 62% 4.75M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 29300K .......... .......... .......... .......... .......... 62% 1.50M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 29350K .......... .......... .......... .......... .......... 62% 3.02M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 29400K .......... .......... .......... .......... .......... 63% 2.08M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 29450K .......... .......... .......... .......... .......... 63% 3.51M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 29500K .......... .......... .......... .......... .......... 63% 4.33M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 29550K .......... .......... .......... .......... .......... 63% 1.83M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 29600K .......... .......... .......... .......... .......... 63% 1018K 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 29650K .......... .......... .......... .......... .......... 63% 663K 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 29700K .......... .......... .......... .......... .......... 63% 4.94M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 29750K .......... .......... .......... .......... .......... 63% 2.15M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 29800K .......... .......... .......... .......... .......... 63% 2.68M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 29850K .......... .......... .......... .......... .......... 64% 3.03M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 29900K .......... .......... .......... .......... .......... 64% 2.35M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 29950K .......... .......... .......... .......... .......... 64% 2.21M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 30000K .......... .......... .......... .......... .......... 64% 8.17M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 30050K .......... .......... .......... .......... .......... 64% 1.62M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 30100K .......... .......... .......... .......... .......... 64% 1.22M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 30150K .......... .......... .......... .......... .......... 64% 619K 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 30200K .......... .......... .......... .......... .......... 64% 5.76M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 30250K .......... .......... .......... .......... .......... 64% 2.12M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 30300K .......... .......... .......... .......... .......... 64% 9.71M 8s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 30350K .......... .......... .......... .......... .......... 65% 1.88M 7s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 30400K .......... .......... .......... .......... .......... 65% 2.69M 7s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 30450K .......... .......... .......... .......... .......... 65% 1.95M 7s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 30500K .......... .......... .......... .......... .......... 65% 5.47M 7s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 30550K .......... .......... .......... .......... .......... 65% 1.72M 7s unit-abot-epc-basic-0: 14:52:15 DEBUG unit.abot-epc-basic/0.install 30600K .......... .......... .......... .......... .......... 65% 1.29M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 30650K .......... .......... .......... .......... .......... 65% 595K 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 30700K .......... .......... .......... .......... .......... 65% 9.00M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 30750K .......... .......... .......... .......... .......... 65% 4.34M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 30800K .......... .......... .......... .......... .......... 66% 2.38M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 30850K .......... .......... .......... .......... .......... 66% 2.49M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 30900K .......... .......... .......... .......... .......... 66% 3.49M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 30950K .......... .......... .......... .......... .......... 66% 1.69M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 31000K .......... .......... .......... .......... .......... 66% 3.63M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 31050K .......... .......... .......... .......... .......... 66% 4.93M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 31100K .......... .......... .......... .......... .......... 66% 1.90M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 31150K .......... .......... .......... .......... .......... 66% 1.17M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 31200K .......... .......... .......... .......... .......... 66% 629K 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 31250K .......... .......... .......... .......... .......... 67% 5.98M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 31300K .......... .......... .......... .......... .......... 67% 3.30M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 31350K .......... .......... .......... .......... .......... 67% 3.68M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 31400K .......... .......... .......... .......... .......... 67% 1.89M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 31450K .......... .......... .......... .......... .......... 67% 5.21M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 31500K .......... .......... .......... .......... .......... 67% 1.60M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 31550K .......... .......... .......... .......... .......... 67% 4.20M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 31600K .......... .......... .......... .......... .......... 67% 2.39M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 31650K .......... .......... .......... .......... .......... 67% 1.31M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 31700K .......... .......... .......... .......... .......... 67% 562K 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 31750K .......... .......... .......... .......... .......... 68% 6.03M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 31800K .......... .......... .......... .......... .......... 68% 4.74M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 31850K .......... .......... .......... .......... .......... 68% 2.31M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 31900K .......... .......... .......... .......... .......... 68% 2.49M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 31950K .......... .......... .......... .......... .......... 68% 3.64M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 32000K .......... .......... .......... .......... .......... 68% 3.25M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 32050K .......... .......... .......... .......... .......... 68% 2.02M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 32100K .......... .......... .......... .......... .......... 68% 4.28M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 32150K .......... .......... .......... .......... .......... 68% 1.95M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 32200K .......... .......... .......... .......... .......... 69% 1.26M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 32250K .......... .......... .......... .......... .......... 69% 566K 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 32300K .......... .......... .......... .......... .......... 69% 10.3M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 32350K .......... .......... .......... .......... .......... 69% 8.32M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 32400K .......... .......... .......... .......... .......... 69% 2.27M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 32450K .......... .......... .......... .......... .......... 69% 2.46M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 32500K .......... .......... .......... .......... .......... 69% 2.92M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 32550K .......... .......... .......... .......... .......... 69% 3.38M 7s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 32600K .......... .......... .......... .......... .......... 69% 2.16M 6s unit-abot-epc-basic-0: 14:52:16 DEBUG unit.abot-epc-basic/0.install 32650K .......... .......... .......... .......... .......... 70% 5.04M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 32700K .......... .......... .......... .......... .......... 70% 1.71M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 32750K .......... .......... .......... .......... .......... 70% 1.33M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 32800K .......... .......... .......... .......... .......... 70% 575K 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 32850K .......... .......... .......... .......... .......... 70% 7.65M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 32900K .......... .......... .......... .......... .......... 70% 6.14M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 32950K .......... .......... .......... .......... .......... 70% 2.84M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 33000K .......... .......... .......... .......... .......... 70% 2.35M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 33050K .......... .......... .......... .......... .......... 70% 2.96M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 33100K .......... .......... .......... .......... .......... 70% 1.94M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 33150K .......... .......... .......... .......... .......... 71% 3.99M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 33200K .......... .......... .......... .......... .......... 71% 5.82M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 33250K .......... .......... .......... .......... .......... 71% 1.69M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 33300K .......... .......... .......... .......... .......... 71% 1.35M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 33350K .......... .......... .......... .......... .......... 71% 575K 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 33400K .......... .......... .......... .......... .......... 71% 6.40M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 33450K .......... .......... .......... .......... .......... 71% 5.41M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 33500K .......... .......... .......... .......... .......... 71% 2.62M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 33550K .......... .......... .......... .......... .......... 71% 2.37M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 33600K .......... .......... .......... .......... .......... 72% 4.43M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 33650K .......... .......... .......... .......... .......... 72% 2.33M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 33700K .......... .......... .......... .......... .......... 72% 2.41M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 33750K .......... .......... .......... .......... .......... 72% 5.17M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 33800K .......... .......... .......... .......... .......... 72% 2.19M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 33850K .......... .......... .......... .......... .......... 72% 1.13M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 33900K .......... .......... .......... .......... .......... 72% 613K 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 33950K .......... .......... .......... .......... .......... 72% 5.09M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 34000K .......... .......... .......... .......... .......... 72% 5.90M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 34050K .......... .......... .......... .......... .......... 73% 2.25M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 34100K .......... .......... .......... .......... .......... 73% 2.17M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 34150K .......... .......... .......... .......... .......... 73% 11.3M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 34200K .......... .......... .......... .......... .......... 73% 2.44M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 34250K .......... .......... .......... .......... .......... 73% 2.16M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 34300K .......... .......... .......... .......... .......... 73% 3.24M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 34350K .......... .......... .......... .......... .......... 73% 3.56M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 34400K .......... .......... .......... .......... .......... 73% 1.38M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 34450K .......... .......... .......... .......... .......... 73% 921K 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 34500K .......... .......... .......... .......... .......... 73% 943K 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 34550K .......... .......... .......... .......... .......... 74% 8.50M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 34600K .......... .......... .......... .......... .......... 74% 5.49M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 34650K .......... .......... .......... .......... .......... 74% 3.00M 6s unit-abot-epc-basic-0: 14:52:17 DEBUG unit.abot-epc-basic/0.install 34700K .......... .......... .......... .......... .......... 74% 1.87M 6s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 34750K .......... .......... .......... .......... .......... 74% 5.10M 6s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 34800K .......... .......... .......... .......... .......... 74% 1.75M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 34850K .......... .......... .......... .......... .......... 74% 3.32M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 34900K .......... .......... .......... .......... .......... 74% 4.34M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 34950K .......... .......... .......... .......... .......... 74% 2.36M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 35000K .......... .......... .......... .......... .......... 75% 1.25M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 35050K .......... .......... .......... .......... .......... 75% 597K 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 35100K .......... .......... .......... .......... .......... 75% 6.70M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 35150K .......... .......... .......... .......... .......... 75% 6.38M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 35200K .......... .......... .......... .......... .......... 75% 2.76M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 35250K .......... .......... .......... .......... .......... 75% 1.85M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 35300K .......... .......... .......... .......... .......... 75% 4.94M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 35350K .......... .......... .......... .......... .......... 75% 1.87M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 35400K .......... .......... .......... .......... .......... 75% 3.27M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 35450K .......... .......... .......... .......... .......... 76% 4.87M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 35500K .......... .......... .......... .......... .......... 76% 2.15M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 35550K .......... .......... .......... .......... .......... 76% 1.27M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 35600K .......... .......... .......... .......... .......... 76% 618K 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 35650K .......... .......... .......... .......... .......... 76% 4.57M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 35700K .......... .......... .......... .......... .......... 76% 7.57M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 35750K .......... .......... .......... .......... .......... 76% 2.59M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 35800K .......... .......... .......... .......... .......... 76% 1.85M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 35850K .......... .......... .......... .......... .......... 76% 7.01M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 35900K .......... .......... .......... .......... .......... 76% 2.54M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 35950K .......... .......... .......... .......... .......... 77% 2.43M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 36000K .......... .......... .......... .......... .......... 77% 4.30M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 36050K .......... .......... .......... .......... .......... 77% 2.21M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 36100K .......... .......... .......... .......... .......... 77% 1.55M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 36150K .......... .......... .......... .......... .......... 77% 933K 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 36200K .......... .......... .......... .......... .......... 77% 1.00M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 36250K .......... .......... .......... .......... .......... 77% 9.17M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 36300K .......... .......... .......... .......... .......... 77% 3.87M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 36350K .......... .......... .......... .......... .......... 77% 3.12M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 36400K .......... .......... .......... .......... .......... 78% 2.09M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 36450K .......... .......... .......... .......... .......... 78% 5.00M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 36500K .......... .......... .......... .......... .......... 78% 1.79M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 36550K .......... .......... .......... .......... .......... 78% 3.55M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 36600K .......... .......... .......... .......... .......... 78% 4.39M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 36650K .......... .......... .......... .......... .......... 78% 2.16M 5s unit-abot-epc-basic-0: 14:52:18 DEBUG unit.abot-epc-basic/0.install 36700K .......... .......... .......... .......... .......... 78% 1.31M 5s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 36750K .......... .......... .......... .......... .......... 78% 602K 5s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 36800K .......... .......... .......... .......... .......... 78% 5.82M 5s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 36850K .......... .......... .......... .......... .......... 79% 6.28M 5s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 36900K .......... .......... .......... .......... .......... 79% 2.76M 5s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 36950K .......... .......... .......... .......... .......... 79% 1.79M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 37000K .......... .......... .......... .......... .......... 79% 5.58M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 37050K .......... .......... .......... .......... .......... 79% 2.20M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 37100K .......... .......... .......... .......... .......... 79% 2.88M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 37150K .......... .......... .......... .......... .......... 79% 5.39M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 37200K .......... .......... .......... .......... .......... 79% 1.93M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 37250K .......... .......... .......... .......... .......... 79% 1.27M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 37300K .......... .......... .......... .......... .......... 79% 632K 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 37350K .......... .......... .......... .......... .......... 80% 3.92M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 37400K .......... .......... .......... .......... .......... 80% 9.02M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 37450K .......... .......... .......... .......... .......... 80% 2.94M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 37500K .......... .......... .......... .......... .......... 80% 1.59M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 37550K .......... .......... .......... .......... .......... 80% 10.8M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 37600K .......... .......... .......... .......... .......... 80% 2.51M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 37650K .......... .......... .......... .......... .......... 80% 2.40M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 37700K .......... .......... .......... .......... .......... 80% 4.09M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 37750K .......... .......... .......... .......... .......... 80% 3.49M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 37800K .......... .......... .......... .......... .......... 81% 1.34M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 37850K .......... .......... .......... .......... .......... 81% 2.14M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 37900K .......... .......... .......... .......... .......... 81% 629K 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 37950K .......... .......... .......... .......... .......... 81% 5.80M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 38000K .......... .......... .......... .......... .......... 81% 6.25M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 38050K .......... .......... .......... .......... .......... 81% 2.79M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 38100K .......... .......... .......... .......... .......... 81% 1.74M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 38150K .......... .......... .......... .......... .......... 81% 6.24M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 38200K .......... .......... .......... .......... .......... 81% 1.84M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 38250K .......... .......... .......... .......... .......... 82% 3.39M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 38300K .......... .......... .......... .......... .......... 82% 4.16M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 38350K .......... .......... .......... .......... .......... 82% 2.21M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 38400K .......... .......... .......... .......... .......... 82% 1.26M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 38450K .......... .......... .......... .......... .......... 82% 636K 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 38500K .......... .......... .......... .......... .......... 82% 4.31M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 38550K .......... .......... .......... .......... .......... 82% 6.91M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 38600K .......... .......... .......... .......... .......... 82% 2.70M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 38650K .......... .......... .......... .......... .......... 82% 1.73M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 38700K .......... .......... .......... .......... .......... 82% 8.08M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 38750K .......... .......... .......... .......... .......... 83% 2.68M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 38800K .......... .......... .......... .......... .......... 83% 2.38M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 38850K .......... .......... .......... .......... .......... 83% 4.17M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 38900K .......... .......... .......... .......... .......... 83% 2.07M 4s unit-abot-epc-basic-0: 14:52:19 DEBUG unit.abot-epc-basic/0.install 38950K .......... .......... .......... .......... .......... 83% 1.66M 4s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 39000K .......... .......... .......... .......... .......... 83% 1.74M 4s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 39050K .......... .......... .......... .......... .......... 83% 698K 4s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 39100K .......... .......... .......... .......... .......... 83% 5.95M 4s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 39150K .......... .......... .......... .......... .......... 83% 4.22M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 39200K .......... .......... .......... .......... .......... 84% 3.09M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 39250K .......... .......... .......... .......... .......... 84% 1.85M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 39300K .......... .......... .......... .......... .......... 84% 5.26M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 39350K .......... .......... .......... .......... .......... 84% 1.99M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 39400K .......... .......... .......... .......... .......... 84% 3.09M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 39450K .......... .......... .......... .......... .......... 84% 4.90M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 39500K .......... .......... .......... .......... .......... 84% 2.20M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 39550K .......... .......... .......... .......... .......... 84% 1.26M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 39600K .......... .......... .......... .......... .......... 84% 621K 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 39650K .......... .......... .......... .......... .......... 85% 4.96M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 39700K .......... .......... .......... .......... .......... 85% 5.74M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 39750K .......... .......... .......... .......... .......... 85% 2.96M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 39800K .......... .......... .......... .......... .......... 85% 1.71M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 39850K .......... .......... .......... .......... .......... 85% 6.82M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 39900K .......... .......... .......... .......... .......... 85% 2.35M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 39950K .......... .......... .......... .......... .......... 85% 2.80M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 40000K .......... .......... .......... .......... .......... 85% 4.62M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 40050K .......... .......... .......... .......... .......... 85% 1.94M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 40100K .......... .......... .......... .......... .......... 85% 1.31M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 40150K .......... .......... .......... .......... .......... 86% 652K 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 40200K .......... .......... .......... .......... .......... 86% 3.08M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 40250K .......... .......... .......... .......... .......... 86% 8.24M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 40300K .......... .......... .......... .......... .......... 86% 3.25M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 40350K .......... .......... .......... .......... .......... 86% 1.52M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 40400K .......... .......... .......... .......... .......... 86% 7.05M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 40450K .......... .......... .......... .......... .......... 86% 3.02M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 40500K .......... .......... .......... .......... .......... 86% 2.32M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 40550K .......... .......... .......... .......... .......... 86% 3.86M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 40600K .......... .......... .......... .......... .......... 87% 4.90M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 40650K .......... .......... .......... .......... .......... 87% 2.11M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 40700K .......... .......... .......... .......... .......... 87% 1.24M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 40750K .......... .......... .......... .......... .......... 87% 633K 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 40800K .......... .......... .......... .......... .......... 87% 5.35M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 40850K .......... .......... .......... .......... .......... 87% 4.10M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 40900K .......... .......... .......... .......... .......... 87% 3.51M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 40950K .......... .......... .......... .......... .......... 87% 1.76M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 41000K .......... .......... .......... .......... .......... 87% 6.53M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 41050K .......... .......... .......... .......... .......... 88% 2.14M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 41100K .......... .......... .......... .......... .......... 88% 2.85M 3s unit-abot-epc-basic-0: 14:52:20 DEBUG unit.abot-epc-basic/0.install 41150K .......... .......... .......... .......... .......... 88% 3.95M 3s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 41200K .......... .......... .......... .......... .......... 88% 2.19M 3s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 41250K .......... .......... .......... .......... .......... 88% 1.27M 3s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 41300K .......... .......... .......... .......... .......... 88% 635K 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 41350K .......... .......... .......... .......... .......... 88% 3.93M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 41400K .......... .......... .......... .......... .......... 88% 8.83M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 41450K .......... .......... .......... .......... .......... 88% 3.16M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 41500K .......... .......... .......... .......... .......... 88% 1.54M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 41550K .......... .......... .......... .......... .......... 89% 7.52M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 41600K .......... .......... .......... .......... .......... 89% 2.83M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 41650K .......... .......... .......... .......... .......... 89% 2.38M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 41700K .......... .......... .......... .......... .......... 89% 3.93M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 41750K .......... .......... .......... .......... .......... 89% 2.40M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 41800K .......... .......... .......... .......... .......... 89% 1.48M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 41850K .......... .......... .......... .......... .......... 89% 1.95M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 41900K .......... .......... .......... .......... .......... 89% 688K 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 41950K .......... .......... .......... .......... .......... 89% 5.10M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 42000K .......... .......... .......... .......... .......... 90% 4.26M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 42050K .......... .......... .......... .......... .......... 90% 3.42M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 42100K .......... .......... .......... .......... .......... 90% 1.77M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 42150K .......... .......... .......... .......... .......... 90% 5.55M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 42200K .......... .......... .......... .......... .......... 90% 1.92M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 42250K .......... .......... .......... .......... .......... 90% 3.62M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 42300K .......... .......... .......... .......... .......... 90% 3.73M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 42350K .......... .......... .......... .......... .......... 90% 2.24M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 42400K .......... .......... .......... .......... .......... 90% 1.28M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 42450K .......... .......... .......... .......... .......... 91% 631K 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 42500K .......... .......... .......... .......... .......... 91% 3.98M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 42550K .......... .......... .......... .......... .......... 91% 7.17M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 42600K .......... .......... .......... .......... .......... 91% 2.89M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 42650K .......... .......... .......... .......... .......... 91% 1.74M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 42700K .......... .......... .......... .......... .......... 91% 6.29M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 42750K .......... .......... .......... .......... .......... 91% 2.67M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 42800K .......... .......... .......... .......... .......... 91% 2.37M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 42850K .......... .......... .......... .......... .......... 91% 4.50M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 42900K .......... .......... .......... .......... .......... 91% 1.85M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 42950K .......... .......... .......... .......... .......... 92% 1.81M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 43000K .......... .......... .......... .......... .......... 92% 986K 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 43050K .......... .......... .......... .......... .......... 92% 1.01M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 43100K .......... .......... .......... .......... .......... 92% 6.27M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 43150K .......... .......... .......... .......... .......... 92% 3.69M 2s unit-abot-epc-basic-0: 14:52:21 DEBUG unit.abot-epc-basic/0.install 43200K .......... .......... .......... .......... .......... 92% 2.51M 2s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 43250K .......... .......... .......... .......... .......... 92% 2.38M 2s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 43300K .......... .......... .......... .......... .......... 92% 5.78M 2s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 43350K .......... .......... .......... .......... .......... 92% 1.99M 2s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 43400K .......... .......... .......... .......... .......... 93% 2.81M 2s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 43450K .......... .......... .......... .......... .......... 93% 5.05M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 43500K .......... .......... .......... .......... .......... 93% 2.21M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 43550K .......... .......... .......... .......... .......... 93% 1.27M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 43600K .......... .......... .......... .......... .......... 93% 624K 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 43650K .......... .......... .......... .......... .......... 93% 4.48M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 43700K .......... .......... .......... .......... .......... 93% 6.34M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 43750K .......... .......... .......... .......... .......... 93% 2.95M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 43800K .......... .......... .......... .......... .......... 93% 1.73M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 43850K .......... .......... .......... .......... .......... 94% 7.37M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 43900K .......... .......... .......... .......... .......... 94% 2.65M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 43950K .......... .......... .......... .......... .......... 94% 2.37M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 44000K .......... .......... .......... .......... .......... 94% 4.49M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 44050K .......... .......... .......... .......... .......... 94% 1.89M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 44100K .......... .......... .......... .......... .......... 94% 1.77M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 44150K .......... .......... .......... .......... .......... 94% 995K 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 44200K .......... .......... .......... .......... .......... 94% 979K 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 44250K .......... .......... .......... .......... .......... 94% 8.48M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 44300K .......... .......... .......... .......... .......... 94% 3.49M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 44350K .......... .......... .......... .......... .......... 95% 2.66M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 44400K .......... .......... .......... .......... .......... 95% 2.36M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 44450K .......... .......... .......... .......... .......... 95% 5.40M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 44500K .......... .......... .......... .......... .......... 95% 1.93M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 44550K .......... .......... .......... .......... .......... 95% 3.18M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 44600K .......... .......... .......... .......... .......... 95% 5.38M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 44650K .......... .......... .......... .......... .......... 95% 2.13M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 44700K .......... .......... .......... .......... .......... 95% 1.28M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 44750K .......... .......... .......... .......... .......... 95% 632K 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 44800K .......... .......... .......... .......... .......... 96% 4.05M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 44850K .......... .......... .......... .......... .......... 96% 7.48M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 44900K .......... .......... .......... .......... .......... 96% 2.70M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 44950K .......... .......... .......... .......... .......... 96% 1.78M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 45000K .......... .......... .......... .......... .......... 96% 6.40M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 45050K .......... .......... .......... .......... .......... 96% 2.76M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 45100K .......... .......... .......... .......... .......... 96% 2.63M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 45150K .......... .......... .......... .......... .......... 96% 3.83M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 45200K .......... .......... .......... .......... .......... 96% 2.06M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 45250K .......... .......... .......... .......... .......... 97% 1.51M 1s unit-abot-epc-basic-0: 14:52:22 DEBUG unit.abot-epc-basic/0.install 45300K .......... .......... .......... .......... .......... 97% 2.16M 1s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 45350K .......... .......... .......... .......... .......... 97% 680K 1s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 45400K .......... .......... .......... .......... .......... 97% 5.11M 1s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 45450K .......... .......... .......... .......... .......... 97% 5.37M 1s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 45500K .......... .......... .......... .......... .......... 97% 2.20M 1s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 45550K .......... .......... .......... .......... .......... 97% 2.39M 1s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 45600K .......... .......... .......... .......... .......... 97% 6.11M 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 45650K .......... .......... .......... .......... .......... 97% 1.92M 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 45700K .......... .......... .......... .......... .......... 97% 3.57M 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 45750K .......... .......... .......... .......... .......... 98% 4.66M 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 45800K .......... .......... .......... .......... .......... 98% 1.98M 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 45850K .......... .......... .......... .......... .......... 98% 1.31M 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 45900K .......... .......... .......... .......... .......... 98% 640K 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 45950K .......... .......... .......... .......... .......... 98% 3.60M 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 46000K .......... .......... .......... .......... .......... 98% 7.57M 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 46050K .......... .......... .......... .......... .......... 98% 3.06M 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 46100K .......... .......... .......... .......... .......... 98% 1.66M 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 46150K .......... .......... .......... .......... .......... 98% 8.15M 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 46200K .......... .......... .......... .......... .......... 99% 2.54M 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 46250K .......... .......... .......... .......... .......... 99% 2.91M 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 46300K .......... .......... .......... .......... .......... 99% 3.51M 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 46350K .......... .......... .......... .......... .......... 99% 3.31M 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 46400K .......... .......... .......... .......... .......... 99% 2.30M 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 46450K .......... .......... .......... .......... .......... 99% 1.38M 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 46500K .......... .......... .......... .......... .......... 99% 636K 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 46550K .......... .......... .......... .......... .......... 99% 4.13M 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 46600K .......... .......... .......... .......... .......... 99% 5.43M 0s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 46650K .......... .......... .......... .......... .. 100% 3.32M=22s unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install 2019-01-20 14:52:23 (2.10 MB/s) - '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' saved [47813510/47813510] unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 14:52:23 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: 14:52:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package abot-epc-basic. unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install (Reading database ... 57456 files and directories currently installed.) unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../abot-functest-basic_3.1.1_all.deb ... unit-abot-epc-basic-0: 14:52:23 DEBUG unit.abot-epc-basic/0.install Unpacking abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 14:52:26 DEBUG unit.abot-epc-basic/0.install dpkg: dependency problems prevent configuration of abot-epc-basic: unit-abot-epc-basic-0: 14:52:26 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on maven; however: unit-abot-epc-basic-0: 14:52:26 DEBUG unit.abot-epc-basic/0.install Package maven is not installed. unit-abot-epc-basic-0: 14:52:26 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on apache2; however: unit-abot-epc-basic-0: 14:52:26 DEBUG unit.abot-epc-basic/0.install Package apache2 is not installed. unit-abot-epc-basic-0: 14:52:26 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on python-pip; however: unit-abot-epc-basic-0: 14:52:26 DEBUG unit.abot-epc-basic/0.install Package python-pip is not installed. unit-abot-epc-basic-0: 14:52:26 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 14:52:26 DEBUG unit.abot-epc-basic/0.install dpkg: error processing package abot-epc-basic (--install): unit-abot-epc-basic-0: 14:52:26 DEBUG unit.abot-epc-basic/0.install dependency problems - leaving unconfigured unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install Errors were encountered while processing: unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install abot-epc-basic unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install Correcting dependencies... Done unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 14:52:27 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: 14:52:27 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 14:52:27 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: 14:52:27 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install ant-doc ant-gcj ant-optional-gcj antlr javacc jython libbcel-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libbsf-java libgnumail-java libjdepend-java liboro-java libregexp-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install binutils-doc cpp-doc gcc-5-locales debian-keyring g++-multilib unit-abot-epc-basic-0: 14:52:27 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: 14:52:27 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: 14:52:27 DEBUG unit.abot-epc-basic/0.install libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg junit-doc unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libaopalliance-java-doc libatinject-jsr330-api-java-doc glibc-doc unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libclassworlds-java-doc libcommons-httpclient-java-doc unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libcommons-io-java-doc libcommons-lang-java-doc libcommons-lang3-java-doc unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libavalon-framework-java libcommons-logging-java-doc unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libexcalibur-logkit-java libcommons-net-java-doc libcommons-net2-java-doc unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libdom4j-java-doc libeasymock-java-doc libcglib-java libjaxp1.3-java-gcj unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libjdom1-java-doc jetty libjetty-java-doc libjsoup-java-doc unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libjsr305-java-doc liblog4j1.2-java-doc libobjenesis-java-doc unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-cipher-java-doc libplexus-classworlds-java-doc unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java-doc libplexus-cli-java-doc unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java-doc libplexus-interactivity-api-java-doc unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-interpolation-java-doc libplexus-sec-dispatcher-java-doc unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-utils-java-doc libplexus-utils2-java-doc libqdox2-java-doc testng unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libstdc++-5-doc libwagon-java-doc libxalan2-java-doc libxsltc-java groovy2 unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libequinox-osgi-java libosgi-compendium-java libosgi-core-java libqdox-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libspring-beans-java libspring-context-java libspring-core-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libspring-web-java libxerces2-java-doc libxerces2-java-gcj unit-abot-epc-basic-0: 14:52:27 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: 14:52:27 DEBUG unit.abot-epc-basic/0.install python-tk python-setuptools-doc python2.7-doc binfmt-support unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install openssl-blacklist unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 14:52:27 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: 14:52:27 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 14:52:27 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: 14:52:27 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 14:52:27 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert machine-1: 14:52:27 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-1: 14:52:27 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-1/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "1", "--debug"} machine-1: 14:52:27 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 14:52:28 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 147 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 14:52:28 DEBUG unit.abot-epc-basic/0.install 1 not fully installed or removed. unit-abot-epc-basic-0: 14:52:28 DEBUG unit.abot-epc-basic/0.install Need to get 102 MB of archives. unit-abot-epc-basic-0: 14:52:28 DEBUG unit.abot-epc-basic/0.install After this operation, 255 MB of additional disk space will be used. unit-abot-epc-basic-0: 14:52:28 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: 14:52:28 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: 14:52:28 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: 14:52:28 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] machine-1: 14:52:28 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-1: 14:52:28 DEBUG juju.worker start "engine" machine-1: 14:52:28 INFO juju.worker start "engine" machine-1: 14:52:28 DEBUG juju.worker.dependency "agent" manifold worker started machine-1: 14:52:28 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-1" machine-1: 14:52:28 DEBUG juju.worker "engine" started machine-1: 14:52:28 DEBUG juju.worker.introspection stats worker now serving machine-1: 14:52:28 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "clock" manifold worker started machine-1: 14:52:28 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.apicaller connecting with old password machine-1: 14:52:28 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-1: 14:52:28 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-1: 14:52:28 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-1: 14:52:28 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 14:52:28 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-1: 14:52:28 INFO juju.api connection established to "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-1: 14:52:28 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-1: 14:52:28 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 14:52:28 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-1: 14:52:28 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-1: 14:52:28 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available unit-abot-epc-basic-0: 14:52:28 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] machine-1: 14:52:28 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-1: 14:52:28 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-1: 14:52:28 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 14:52:28 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: 14:52:28 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: 14:52:29 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: 14:52:29 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: 14:52:29 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: 14:52:29 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: 14:52:29 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: 14:52:29 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: 14:52:29 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: 14:52:29 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] machine-1: 14:52:29 DEBUG juju.worker.apicaller connected machine-1: 14:52:29 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 14:52:29 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: 14:52:29 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: 14:52:29 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] machine-1: 14:52:29 DEBUG juju.worker.apicaller password changed machine-1: 14:52:29 DEBUG juju.api RPC connection died machine-1: 14:52:29 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-1: 14:52:29 DEBUG juju.worker.apicaller connecting with current password machine-1: 14:52:29 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-1: 14:52:29 INFO juju.api connection established to "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-1: 14:52:29 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-abot-epc-basic-0: 14:52:30 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: 14:52:30 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: 14:52:30 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: 14:52:30 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: 14:52:30 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libplexus-utils-java all 1:1.5.15-4+deb8u1build0.16.04.1 [208 kB] unit-abot-epc-basic-0: 14:52:30 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: 14:52:30 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-1: 14:52:30 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 14:52:30 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interactivity-api-java all 1.0-alpha-6-7 [14.2 kB] unit-abot-epc-basic-0: 14:52:30 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] machine-1: 14:52:30 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 14:52:30 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] machine-1: 14:52:30 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 14:52:30 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 14:52:30 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 14:52:30 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-1: 14:52:30 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-1: 14:52:30 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-1: 14:52:30 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-1: 14:52:30 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-1: 14:52:30 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-1: 14:52:30 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-1: 14:52:30 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-1: 14:52:30 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-1: 14:52:30 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-1: 14:52:30 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-1: 14:52:30 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 14:52:30 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 14:52:30 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:52:30 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] machine-1: 14:52:30 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 14:52:30 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:52:31 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] machine-1: 14:52:31 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 14:52:31 INFO juju.worker.upgrader unblocking abort check machine-1: 14:52:31 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-1: 14:52:31 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-1: 14:52:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 14:52:31 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-1: 14:52:31 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 14:52:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 14:52:31 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-1: 14:52:31 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 14:52:31 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 14:52:31 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 14:52:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 14:52:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 14:52:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 14:52:31 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 14:52:31 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 14:52:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 14:52:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 14:52:31 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-1: 14:52:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 14:52:31 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.logger logger setup machine-1: 14:52:31 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 14:52:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 14:52:31 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 14:52:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-1: 14:52:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 14:52:31 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 14:52:31 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 14:52:31 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 14:52:31 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} machine-1: 14:52:31 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-1: 14:52:31 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 14:52:31 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: 14:52:31 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: 14:52:31 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] machine-1: 14:52:31 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: 14:52:31 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 14:52:31 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 14:52:31 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 14:52:31 DEBUG juju.network including address public:172.30.9.200 for machine machine-1: 14:52:31 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-1: 14:52:31 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-1: 14:52:31 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 14:52:31 DEBUG juju.network including address local-machine:::1 for machine machine-1: 14:52:31 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] machine-1: 14:52:31 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 14:52:31 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.200:17070"] machine-1: 14:52:31 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-1: 14:52:31 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 14:52:31 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 14:52:31 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 14:52:31 INFO juju.util.exec run result: exit status 127 machine-1: 14:52:31 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec872084991/script.sh: line 1: fanatic: command not found 127 machine-1: 14:52:31 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 14:52:31 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 14:52:31 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 14:52:31 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 14:52:31 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-1: 14:52:31 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 14:52:31 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 14:52:31 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 14:52:31 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 14:52:31 INFO juju.util.exec run result: exit status 127 machine-1: 14:52:31 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec167157385/script.sh: line 1: fanatic: command not found 127 machine-1: 14:52:31 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 unit-abot-epc-basic-0: 14:52:31 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] machine-1: 14:52:31 INFO juju.worker.authenticationworker "machine-1" key updater worker started unit-abot-epc-basic-0: 14:52:31 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-classworlds2-java all 2.5.2-1 [46.7 kB] unit-abot-epc-basic-0: 14:52:31 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-utils2-java all 3.0.22-1 [235 kB] unit-abot-epc-basic-0: 14:52:31 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-container-default1.5-java all 1.6-2 [186 kB] unit-abot-epc-basic-0: 14:52:31 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-component-annotations-java all 1.6-2 [6662 B] unit-abot-epc-basic-0: 14:52:31 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: 14:52:31 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] machine-1: 14:52:31 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-1: 14:52:31 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-1: 14:52:31 DEBUG juju.api RPC connection died machine-1: 14:52:31 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 14:52:31 DEBUG juju.worker killing runner 0xc420586410 machine-1: 14:52:31 INFO juju.worker runner is dying machine-1: 14:52:31 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-1: 14:52:31 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-1: 14:52:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-1: 14:52:31 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-1: 14:52:31 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: 14:52:31 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-1: 14:52:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-1: 14:52:31 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-1: 14:52:31 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-1: 14:52:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-1: 14:52:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-1: 14:52:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-1: 14:52:31 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-1: 14:52:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-1: 14:52:31 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-1: 14:52:31 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-1: 14:52:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-1: 14:52:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-1: 14:52:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-1: 14:52:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:52:31 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] machine-1: 14:52:31 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-1: 14:52:31 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 14:52:31 DEBUG juju.worker.dependency "machiner" manifold worker stopped: cannot read environment config: connection is shut down machine-1: 14:52:31 DEBUG juju.worker.apicaller connecting with current password machine-1: 14:52:31 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-1: 14:52:31 INFO juju.api connection established to "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-1: 14:52:31 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-1: 14:52:31 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:52:31 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] machine-1: 14:52:31 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:52:31 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: 14:52:32 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: 14:52:32 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: 14:52:32 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-1: 14:52:32 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 14:52:32 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: 14:52:32 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libplexus-archiver-java all 2.2-1+deb9u1build0.16.04.1 [171 kB] unit-abot-epc-basic-0: 14:52:32 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-1: 14:52:32 DEBUG juju.api RPC connection died machine-1: 14:52:32 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-abot-epc-basic-0: 14:52:32 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] machine-1: 14:52:32 DEBUG juju.worker.apicaller connecting with current password machine-1: 14:52:32 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-1: 14:52:32 INFO juju.api connection established to "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-1: 14:52:32 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-abot-epc-basic-0: 14:52:32 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-sec-dispatcher-java all 1.3.1-6 [27.1 kB] unit-abot-epc-basic-0: 14:52:32 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven2-core-java all 2.2.1-24 [710 kB] unit-abot-epc-basic-0: 14:52:32 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-cli-java all 1.2-5 [9700 B] unit-abot-epc-basic-0: 14:52:32 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] machine-1: 14:52:32 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 14:52:32 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-component-metadata-java all 1.6-2 [103 kB] unit-abot-epc-basic-0: 14:52:33 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-containers1.5-java all 1.6-2 [2410 B] unit-abot-epc-basic-0: 14:52:33 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: 14:52:33 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] machine-1: 14:52:33 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 14:52:33 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:33 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:33 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:52:33 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] machine-1: 14:52:33 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:33 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 14:52:33 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:33 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:33 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:33 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:33 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 14:52:33 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 14:52:33 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-1: 14:52:33 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-1: 14:52:33 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-1: 14:52:33 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-1: 14:52:33 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-1: 14:52:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-1: 14:52:33 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-1: 14:52:33 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 14:52:33 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 14:52:33 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 14:52:33 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 14:52:33 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 14:52:33 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 14:52:33 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 14:52:33 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 14:52:33 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 14:52:33 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 14:52:33 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 14:52:33 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-1: 14:52:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 14:52:33 DEBUG juju.worker.logger logger setup machine-1: 14:52:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 14:52:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 14:52:33 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 14:52:33 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] machine-1: 14:52:33 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 14:52:33 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 14:52:33 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 14:52:33 DEBUG juju.network including address public:172.30.9.200 for machine machine-1: 14:52:33 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-1: 14:52:33 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-1: 14:52:33 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 14:52:33 DEBUG juju.network including address local-machine:::1 for machine machine-1: 14:52:33 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] machine-1: 14:52:33 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 14:52:33 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.200:17070"] machine-1: 14:52:33 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 14:52:33 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 14:52:33 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 14:52:33 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 14:52:33 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 14:52:33 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 14:52:33 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 14:52:33 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 14:52:33 INFO juju.util.exec run result: exit status 127 machine-1: 14:52:33 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec784451533/script.sh: line 1: fanatic: command not found 127 machine-1: 14:52:33 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-1: 14:52:33 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 14:52:33 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-1: 14:52:33 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 14:52:33 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 14:52:33 INFO juju.util.exec run result: exit status 127 machine-1: 14:52:33 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec313136519/script.sh: line 1: fanatic: command not found 127 machine-1: 14:52:33 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 unit-abot-epc-basic-0: 14:52:33 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-abot-epc-basic-0: 14:52:33 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhamcrest-java all 1.3-5ubuntu1 [373 kB] unit-abot-epc-basic-0: 14:52:33 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 junit4 all 4.12-4ubuntu1 [279 kB] unit-abot-epc-basic-0: 14:52:33 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-net-java all 3.4-2ubuntu2 [334 kB] unit-abot-epc-basic-0: 14:52:33 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcglib3-java all 3.1+dfsg-1 [726 kB] unit-abot-epc-basic-0: 14:52:33 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: 14:52:33 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: 14:52:33 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: 14:52:33 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] machine-1: 14:52:34 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 14:52:34 INFO juju.worker.upgrader unblocking abort check machine-1: 14:52:34 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 14:52:34 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: 14:52:34 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-abot-epc-basic-0: 14:52:34 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-abot-epc-basic-0: 14:52:34 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-abot-epc-basic-0: 14:52:34 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-abot-epc-basic-0: 14:52:34 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: 14:52:34 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: 14:52:34 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: 14:52:34 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-abot-epc-basic-0: 14:52:34 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-abot-epc-basic-0: 14:52:34 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: 14:52:34 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: 14:52:35 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] machine-1: 14:52:35 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-1: 14:52:35 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 14:52:35 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: 14:52:35 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: 14:52:35 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-abot-epc-basic-0: 14:52:35 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-abot-epc-basic-0: 14:52:35 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.4 [339 kB] unit-abot-epc-basic-0: 14:52:35 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.4 [1261 kB] unit-abot-epc-basic-0: 14:52:35 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-abot-epc-basic-0: 14:52:35 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.4 [1880 kB] unit-abot-epc-basic-0: 14:52:35 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.4 [224 kB] unit-abot-epc-basic-0: 14:52:35 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: 14:52:35 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] machine-1: 14:52:35 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 14:52:35 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 14:52:35 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 14:52:35 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 14:52:35 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 14:52:35 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 14:52:35 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 14:52:35 DEBUG juju.worker.dependency "machiner" manifold worker started machine-1: 14:52:35 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 14:52:35 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 14:52:35 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 14:52:35 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 14:52:35 DEBUG juju.network including address local-cloud:192.168.121.10 for machine machine-1: 14:52:35 DEBUG juju.network including address local-machine:::1 for machine machine-1: 14:52:35 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.10 local-machine:::1] machine-1: 14:52:35 INFO juju.worker.machiner setting addresses for "machine-1" to [local-machine:127.0.0.1 local-cloud:192.168.121.10 local-machine:::1] machine-1: 14:52:35 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 14:52:35 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 14:52:35 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 14:52:35 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 14:52:35 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 14:52:35 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 14:52:35 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: 14:52:35 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: 14:52:35 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] machine-1: 14:52:35 INFO juju.worker.authenticationworker "machine-1" key updater worker started unit-abot-epc-basic-0: 14:52:35 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-abot-epc-basic-0: 14:52:36 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-abot-epc-basic-0: 14:52:36 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-abot-epc-basic-0: 14:52:36 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] machine-1: 14:52:36 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 1 machine-1: 14:52:36 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-abot-epc-basic-0: 14:52:36 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-141.167 [854 kB] machine-1: 14:52:36 DEBUG juju.worker start "1-container-watcher" machine-1: 14:52:36 DEBUG juju.worker start "stateconverter" machine-1: 14:52:36 INFO juju.worker start "1-container-watcher" machine-1: 14:52:36 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-1: 14:52:36 DEBUG juju.worker "1-container-watcher" started machine-1: 14:52:36 INFO juju.worker start "stateconverter" machine-1: 14:52:36 DEBUG juju.worker "stateconverter" started machine-1: 14:52:36 DEBUG juju.cmd.jujud upgrades done, starting worker "1-container-watcher" unit-abot-epc-basic-0: 14:52:36 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] machine-1: 14:52:36 INFO juju.worker.deployer deploying unit "mysql/0" unit-abot-epc-basic-0: 14:52:36 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: 14:52:36 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.11 [7660 kB] machine-1: 14:52:36 DEBUG juju.service discovered init system "upstart" from local host machine-1: 14:52:36 DEBUG juju.worker.deployer API addresses: ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.200:17070"] unit-abot-epc-basic-0: 14:52:36 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] machine-1: 14:52:36 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: 14:52:37 INFO juju.worker.machiner "machine-1" started machine-1: 14:52:37 INFO juju.api.common no addresses observed on interface "tunl0" unit-mysql-0: 14:52:37 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-mysql-0: 14:52:37 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: 14:52:37 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 14:52:37 DEBUG juju.worker start "api" unit-mysql-0: 14:52:37 INFO juju.worker start "api" unit-mysql-0: 14:52:37 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-mysql-0: 14:52:37 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-mysql-0" unit-mysql-0: 14:52:37 DEBUG juju.worker "api" started unit-mysql-0: 14:52:37 DEBUG juju.worker.introspection stats worker now serving unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "agent" manifold worker started unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.apicaller connecting with old password unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-mysql-0: 14:52:37 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-mysql-0: 14:52:37 INFO juju.api connection established to "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-mysql-0: 14:52:37 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:52:37 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.11 [38.8 kB] unit-abot-epc-basic-0: 14:52:37 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.11 [55.0 kB] unit-abot-epc-basic-0: 14:52:37 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.11 [27.4 kB] unit-mysql-0: 14:52:37 DEBUG juju.worker.apicaller connected unit-mysql-0: 14:52:37 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 14:52:37 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.11 [8896 B] unit-abot-epc-basic-0: 14:52:37 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.11 [264 kB] unit-abot-epc-basic-0: 14:52:37 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.11 [105 kB] unit-mysql-0: 14:52:37 DEBUG juju.worker.apicaller password changed unit-mysql-0: 14:52:37 DEBUG juju.api RPC connection died unit-mysql-0: 14:52:37 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-mysql-0: 14:52:37 DEBUG juju.worker.apicaller connecting with current password unit-mysql-0: 14:52:37 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-mysql-0: 14:52:37 INFO juju.api connection established to "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-mysql-0: 14:52:37 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-abot-epc-basic-0: 14:52:37 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.11 [244 kB] unit-abot-epc-basic-0: 14:52:38 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.11 [95.4 kB] unit-abot-epc-basic-0: 14:52:38 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.11 [40.1 kB] unit-abot-epc-basic-0: 14:52:38 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.11 [9748 B] unit-abot-epc-basic-0: 14:52:38 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.11 [131 kB] machine-1: 14:52:38 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:74:71:30 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.10 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:74:71:30 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: 14:52:38 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.11 [2229 kB] unit-abot-epc-basic-0: 14:52:38 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.11 [8417 kB] unit-mysql-0: 14:52:38 DEBUG juju.worker.apicaller connected unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:52:38 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-mysql-0: 14:52:38 INFO juju.worker.upgrader abort check blocked until version event received unit-mysql-0: 14:52:38 INFO juju.worker.upgrader unblocking abort check unit-mysql-0: 14:52:38 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 14:52:38 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.11 [1426 kB] unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-mysql-0: 14:52:38 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-mysql-0: 14:52:39 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-mysql-0: 14:52:39 INFO juju.worker.migrationminion migration phase is now: NONE unit-mysql-0: 14:52:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-mysql-0: 14:52:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-mysql-0: 14:52:39 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-mysql-0: 14:52:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-mysql-0: 14:52:39 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-mysql-0: 14:52:39 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-mysql-0: 14:52:39 DEBUG juju.worker.logger logger setup unit-mysql-0: 14:52:39 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-mysql-0: 14:52:39 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 14:52:39 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 14:52:39 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-mysql-0: 14:52:39 DEBUG juju.worker.leadership mysql/0 making initial claim for mysql leadership unit-mysql-0: 14:52:39 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-mysql-0: 14:52:39 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 14:52:39 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 14:52:39 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 14:52:39 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-mysql-0: 14:52:39 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 14:52:39 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.11 [8310 kB] unit-mysql-0: 14:52:39 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 14:52:39 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 14:52:39 DEBUG juju.network including address public:172.30.9.200 for machine unit-mysql-0: 14:52:39 DEBUG juju.network including address local-cloud:192.168.121.7 for machine unit-mysql-0: 14:52:39 DEBUG juju.network including address local-fan:252.7.0.1 for machine unit-mysql-0: 14:52:39 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-mysql-0: 14:52:39 DEBUG juju.network including address local-machine:::1 for machine unit-mysql-0: 14:52:39 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] unit-mysql-0: 14:52:39 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-mysql-0: 14:52:39 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-mysql-0: 14:52:39 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-mysql-0: 14:52:39 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-mysql-0: 14:52:39 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "charm-dir" not running: dependency not available unit-mysql-0: 14:52:39 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-mysql-0: 14:52:39 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-mysql-0: 14:52:39 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-mysql-0: 14:52:39 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 14:52:39 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.200:17070"] unit-mysql-0: 14:52:39 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-mysql-0: 14:52:39 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 14:52:39 DEBUG unit.abot-epc-basic/0.install Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 g++ amd64 4:5.3.1-1ubuntu1 [1504 B] unit-mysql-0: 14:52:39 INFO juju.worker.leadership mysql/0 promoted to leadership of mysql unit-abot-epc-basic-0: 14:52:39 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: 14:52:39 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.5 [195 kB] unit-mysql-0: 14:52:39 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-mysql-0 unit-mysql-0: 14:52:39 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-mysql-0: 14:52:39 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-mysql-0: 14:52:39 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-mysql-0/run.socket unit-mysql-0: 14:52:39 INFO juju.worker.uniter unit "mysql/0" started unit-mysql-0: 14:52:39 DEBUG juju.worker.uniter juju-run listener running unit-mysql-0: 14:52:39 INFO juju.worker.uniter resuming charm install unit-mysql-0: 14:52:39 DEBUG juju.worker.uniter.operation running operation install cs:mysql-55 unit-mysql-0: 14:52:39 DEBUG juju.worker.uniter.operation preparing operation "install cs:mysql-55" unit-mysql-0: 14:52:39 INFO juju.worker.uniter.charm downloading cs:mysql-55 from API server unit-mysql-0: 14:52:39 INFO juju.downloader downloading from cs:mysql-55 unit-mysql-0: 14:52:39 DEBUG httpbakery client do GET https://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/charms?file=%2A&url=cs%3Amysql-55 { unit-mysql-0: 14:52:39 DEBUG httpbakery } -> error unit-mysql-0: 14:52:39 INFO juju.downloader download complete ("cs:mysql-55") unit-mysql-0: 14:52:39 INFO juju.downloader download verified ("cs:mysql-55") unit-abot-epc-basic-0: 14:52:39 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.5 [584 kB] unit-abot-epc-basic-0: 14:52:39 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-abot-epc-basic-0: 14:52:39 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: 14:52:39 DEBUG unit.abot-epc-basic/0.install Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fakeroot amd64 1.20.2-1ubuntu1 [61.8 kB] unit-mysql-0: 14:52:39 DEBUG juju.worker.uniter.operation executing operation "install cs:mysql-55" unit-mysql-0: 14:52:39 DEBUG juju.worker.uniter.charm preparing to deploy charm "cs:mysql-55" unit-abot-epc-basic-0: 14:52:39 DEBUG unit.abot-epc-basic/0.install Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] unit-abot-epc-basic-0: 14:52:39 DEBUG unit.abot-epc-basic/0.install Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4build1 [11.0 kB] unit-abot-epc-basic-0: 14:52:40 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-abot-epc-basic-0: 14:52:40 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: 14:52:40 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-mysql-0: 14:52:40 DEBUG juju.worker.uniter.charm deploying charm "cs:mysql-55" unit-abot-epc-basic-0: 14:52:40 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: 14:52:40 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: 14:52:40 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: 14:52:40 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.4 [1071 kB] unit-abot-epc-basic-0: 14:52:40 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.4 [27.8 MB] unit-abot-epc-basic-0: 14:52:41 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: 14:52:41 DEBUG unit.abot-epc-basic/0.install Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-all-dev amd64 2.7.12-1~16.04 [1006 B] unit-abot-epc-basic-0: 14:52:41 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: 14:52:41 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: 14:52:41 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: 14:52:41 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.4 [276 kB] unit-abot-epc-basic-0: 14:52:41 DEBUG unit.abot-epc-basic/0.install Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-dev amd64 2.7.12-1~16.04 [1186 B] unit-abot-epc-basic-0: 14:52:41 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: 14:52:41 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: 14:52:41 DEBUG unit.abot-epc-basic/0.install Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 python-setuptools all 20.7.0-1 [169 kB] unit-abot-epc-basic-0: 14:52:42 DEBUG unit.abot-epc-basic/0.install Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 python-wheel all 0.29.0-1 [48.0 kB] unit-abot-epc-basic-0: 14:52:42 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-abot-epc-basic-0: 14:52:42 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: 14:52:42 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 14:52:42 DEBUG unit.abot-epc-basic/0.install Fetched 102 MB in 14s (7082 kB/s) unit-abot-epc-basic-0: 14:52:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-codec-java. unit-abot-epc-basic-0: 14:52:42 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 ... 57619 files and directories currently installed.) unit-abot-epc-basic-0: 14:52:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-codec-java_1.10-1_all.deb ... unit-abot-epc-basic-0: 14:52:43 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 14:52:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapache-pom-java. unit-abot-epc-basic-0: 14:52:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapache-pom-java_10-2build1_all.deb ... unit-abot-epc-basic-0: 14:52:44 DEBUG unit.abot-epc-basic/0.install Unpacking libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 14:52:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-parent-java. unit-abot-epc-basic-0: 14:52:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-parent-java_39-3_all.deb ... unit-abot-epc-basic-0: 14:52:44 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-parent-java (39-3) ... unit-abot-epc-basic-0: 14:52:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-logging-java. unit-abot-epc-basic-0: 14:52:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-logging-java_1.2-1+build1_all.deb ... unit-abot-epc-basic-0: 14:52:44 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-logging-java (1.2-1+build1) ... unit-abot-epc-basic-0: 14:52:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpcore-java. unit-abot-epc-basic-0: 14:52:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpcore-java_4.4.4-1_all.deb ... unit-abot-epc-basic-0: 14:52:45 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 14:52:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpclient-java. unit-abot-epc-basic-0: 14:52:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpclient-java_4.5.1-1_all.deb ... unit-abot-epc-basic-0: 14:52:46 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpclient-java (4.5.1-1) ... unit-abot-epc-basic-0: 14:52:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslf4j-java. unit-abot-epc-basic-0: 14:52:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslf4j-java_1.7.14-3_all.deb ... unit-abot-epc-basic-0: 14:52:46 DEBUG unit.abot-epc-basic/0.install Unpacking libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 14:52:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-httpclient-java. unit-abot-epc-basic-0: 14:52:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-httpclient-java_3.1-12_all.deb ... unit-abot-epc-basic-0: 14:52:47 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-httpclient-java (3.1-12) ... unit-mysql-0: 14:52:47 DEBUG juju.worker.uniter.charm finishing deploy of charm "cs:mysql-55" unit-mysql-0: 14:52:47 DEBUG juju.worker.uniter.operation committing operation "install cs:mysql-55" unit-mysql-0: 14:52:47 INFO juju.worker.uniter hooks are retried true unit-mysql-0: 14:52:47 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-mysql-0: 14:52:47 DEBUG juju.worker.uniter.remotestate got unit change unit-mysql-0: 14:52:47 DEBUG juju.worker.uniter.remotestate got service change unit-mysql-0: 14:52:47 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 14:52:47 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-mysql-0: 14:52:47 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-mysql-0: 14:52:47 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-mysql-0: 14:52:47 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-mysql-0: 14:52:47 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-mysql-0: 14:52:47 INFO juju.worker.uniter.storage initial storage attachments ready unit-mysql-0: 14:52:47 INFO juju.worker.uniter found queued "install" hook unit-mysql-0: 14:52:47 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 14:52:47 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-mysql-0: 14:52:47 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-mysql-0: 14:52:47 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 14:52:47 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 14:52:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-io-java. unit-abot-epc-basic-0: 14:52:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-io-java_2.4-2_all.deb ... unit-abot-epc-basic-0: 14:52:47 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-io-java (2.4-2) ... unit-mysql-0: 14:52:47 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 14:52:48 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 14:52:48 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 14:52:48 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 14:52:48 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 14:52:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net2-java. unit-abot-epc-basic-0: 14:52:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net2-java_2.2-2_all.deb ... unit-mysql-0: 14:52:48 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 14:52:48 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 14:52:48 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net2-java (2.2-2) ... unit-mysql-0: 14:52:48 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 14:52:48 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 14:52:48 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 14:52:48 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 14:52:48 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 14:52:48 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 14:52:48 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 14:52:48 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-netaddr all 0.7.10-1ubuntu1.1 [849 kB] unit-abot-epc-basic-0: 14:52:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsch-java. unit-abot-epc-basic-0: 14:52:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsch-java_0.1.53-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 14:52:49 DEBUG unit.abot-epc-basic/0.install Unpacking libjsch-java (0.1.53-1ubuntu1) ... unit-abot-epc-basic-0: 14:52:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoup-java. unit-abot-epc-basic-0: 14:52:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoup-java_1.8.3-1_all.deb ... unit-abot-epc-basic-0: 14:52:49 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoup-java (1.8.3-1) ... unit-mysql-0: 14:52:49 DEBUG unit.mysql/0.install Fetched 849 kB in 1s (639 kB/s) unit-mysql-0: 14:52:50 DEBUG unit.mysql/0.install Selecting previously unselected package python-netaddr. unit-mysql-0: 14:52:50 DEBUG unit.mysql/0.install (Reading database ... 52434 files and directories currently installed.) unit-mysql-0: 14:52:50 DEBUG unit.mysql/0.install Preparing to unpack .../python-netaddr_0.7.10-1ubuntu1.1_all.deb ... unit-mysql-0: 14:52:50 DEBUG unit.mysql/0.install Unpacking python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 14:52:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatinject-jsr330-api-java. unit-abot-epc-basic-0: 14:52:50 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: 14:52:50 DEBUG unit.abot-epc-basic/0.install Unpacking libatinject-jsr330-api-java (1.0+ds1-2) ... unit-mysql-0: 14:52:51 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:52:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsr305-java. unit-abot-epc-basic-0: 14:52:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsr305-java_0.1~+svn49-9_all.deb ... unit-abot-epc-basic-0: 14:52:51 DEBUG unit.abot-epc-basic/0.install Unpacking libjsr305-java (0.1~+svn49-9) ... unit-mysql-0: 14:52:52 DEBUG unit.mysql/0.install Setting up python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 14:52:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguava-java. unit-abot-epc-basic-0: 14:52:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguava-java_19.0-1_all.deb ... unit-abot-epc-basic-0: 14:52:53 DEBUG unit.abot-epc-basic/0.install Unpacking libguava-java (19.0-1) ... unit-mysql-0: 14:52:53 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 14:52:53 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 14:52:53 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 14:52:53 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 14:52:53 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 14:52:53 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 14:52:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds-java. unit-mysql-0: 14:52:53 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 14:52:53 DEBUG unit.mysql/0.install python-netifaces unit-abot-epc-basic-0: 14:52:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds-java_1.5.0-5_all.deb ... unit-abot-epc-basic-0: 14:52:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds-java (1.5.0-5) ... unit-mysql-0: 14:52:54 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 14:52:54 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 14:52:54 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 14:52:54 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-mysql-0: 14:52:54 DEBUG unit.mysql/0.install Fetched 11.3 kB in 0s (23.4 kB/s) unit-abot-epc-basic-0: 14:52:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxp1.3-java. unit-abot-epc-basic-0: 14:52:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxp1.3-java_1.3.05-2ubuntu3_all.deb ... unit-mysql-0: 14:52:54 DEBUG unit.mysql/0.install Selecting previously unselected package python-netifaces. unit-mysql-0: 14:52:54 DEBUG unit.mysql/0.install (Reading database ... 52474 files and directories currently installed.) unit-mysql-0: 14:52:54 DEBUG unit.mysql/0.install Preparing to unpack .../python-netifaces_0.8-3build1_amd64.deb ... unit-abot-epc-basic-0: 14:52:54 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-mysql-0: 14:52:54 DEBUG unit.mysql/0.install Unpacking python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 14:52:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-resolver1.1-java. unit-abot-epc-basic-0: 14:52:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-resolver1.1-java_1.2-7build1_all.deb ... unit-abot-epc-basic-0: 14:52:55 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-resolver1.1-java (1.2-7build1) ... unit-mysql-0: 14:52:55 DEBUG unit.mysql/0.install Setting up python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 14:52:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-external-java. unit-abot-epc-basic-0: 14:52:57 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: 14:52:57 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-external-java (1.4.01-2build1) ... unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install python-wheel python3-pkg-resources unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install python3-setuptools unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools-whl python-six-whl unit-mysql-0: 14:52:57 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-mysql-0: 14:52:58 DEBUG unit.mysql/0.install 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 14:52:58 DEBUG unit.mysql/0.install Need to get 40.9 MB of archives. unit-mysql-0: 14:52:58 DEBUG unit.mysql/0.install After this operation, 119 MB of additional disk space will be used. unit-mysql-0: 14:52:58 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: 14:52:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxerces2-java. unit-abot-epc-basic-0: 14:52:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxerces2-java_2.11.0-7_all.deb ... unit-abot-epc-basic-0: 14:52:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxerces2-java (2.11.0-7) ... unit-mysql-0: 14:52:58 DEBUG unit.mysql/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] unit-mysql-0: 14:52:58 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-mysql-0: 14:52:58 DEBUG unit.mysql/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] unit-mysql-0: 14:52:58 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-mysql-0: 14:52:58 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: 14:52:58 DEBUG unit.mysql/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] unit-mysql-0: 14:52:58 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-mysql-0: 14:52:59 DEBUG unit.mysql/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] unit-mysql-0: 14:52:59 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: 14:52:59 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-mysql-0: 14:52:59 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: 14:52:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxalan2-java. unit-abot-epc-basic-0: 14:52:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxalan2-java_2.7.1-9_all.deb ... unit-abot-epc-basic-0: 14:52:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxalan2-java (2.7.1-9) ... unit-mysql-0: 14:52:59 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: 14:52:59 DEBUG unit.mysql/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-164.214 [774 kB] unit-mysql-0: 14:52:59 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: 14:52:59 DEBUG unit.mysql/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] unit-mysql-0: 14:52:59 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-mysql-0: 14:53:00 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: 14:53:00 DEBUG unit.mysql/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] unit-mysql-0: 14:53:00 DEBUG unit.mysql/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] unit-abot-epc-basic-0: 14:53:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interpolation-java. unit-abot-epc-basic-0: 14:53:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interpolation-java_1.21-1_all.deb ... unit-mysql-0: 14:53:00 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-mysql-0: 14:53:00 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: 14:53:00 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interpolation-java (1.21-1) ... unit-mysql-0: 14:53:00 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: 14:53:01 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: 14:53:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils-java. unit-abot-epc-basic-0: 14:53:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils-java_1%3a1.5.15-4+deb8u1build0.16.04.1_all.deb ... unit-mysql-0: 14:53:01 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: 14:53:01 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: 14:53:01 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils-java (1:1.5.15-4+deb8u1build0.16.04.1) ... unit-mysql-0: 14:53:01 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: 14:53:01 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-mysql-0: 14:53:01 DEBUG unit.mysql/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] unit-mysql-0: 14:53:01 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: 14:53:01 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-mysql-0: 14:53:01 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: 14:53:01 DEBUG unit.mysql/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] unit-mysql-0: 14:53:01 DEBUG unit.mysql/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] unit-mysql-0: 14:53:01 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: 14:53:02 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-mysql-0: 14:53:02 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: 14:53:02 DEBUG unit.mysql/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] unit-mysql-0: 14:53:02 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: 14:53:02 DEBUG unit.mysql/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] unit-mysql-0: 14:53:02 DEBUG unit.mysql/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] unit-mysql-0: 14:53:02 DEBUG unit.mysql/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] unit-mysql-0: 14:53:02 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-mysql-0: 14:53:02 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: 14:53:02 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: 14:53:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxbean-java. unit-abot-epc-basic-0: 14:53:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxbean-java_4.5-1_all.deb ... unit-mysql-0: 14:53:02 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-abot-epc-basic-0: 14:53:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxbean-java (4.5-1) ... unit-mysql-0: 14:53:02 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-mysql-0: 14:53:02 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: 14:53:03 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-mysql-0: 14:53:03 DEBUG unit.mysql/0.install Extracting templates from packages: 61% Extracting templates from packages: 100% unit-mysql-0: 14:53:03 DEBUG unit.mysql/0.install Fetched 40.9 MB in 5s (7695 kB/s) unit-abot-epc-basic-0: 14:53:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers-java. unit-abot-epc-basic-0: 14:53:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers-java_1.0~beta3.0.7-8_all.deb ... unit-abot-epc-basic-0: 14:53:03 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers-java (1.0~beta3.0.7-8) ... unit-mysql-0: 14:53:03 DEBUG unit.mysql/0.install Selecting previously unselected package libasan0:amd64. unit-mysql-0: 14:53:03 DEBUG unit.mysql/0.install (Reading database ... 52484 files and directories currently installed.) unit-mysql-0: 14:53:03 DEBUG unit.mysql/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 14:53:03 DEBUG unit.mysql/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:53:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interactivity-api-java. unit-abot-epc-basic-0: 14:53:04 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: 14:53:04 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-mysql-0: 14:53:05 DEBUG unit.mysql/0.install Selecting previously unselected package libatomic1:amd64. unit-mysql-0: 14:53:05 DEBUG unit.mysql/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 14:53:05 DEBUG unit.mysql/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:53:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon-java. unit-abot-epc-basic-0: 14:53:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon-java_1.0.0-7_all.deb ... unit-abot-epc-basic-0: 14:53:05 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon-java (1.0.0-7) ... unit-mysql-0: 14:53:06 DEBUG unit.mysql/0.install Selecting previously unselected package libgmp10:amd64. unit-mysql-0: 14:53:06 DEBUG unit.mysql/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:53:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeclipse-aether-java. unit-abot-epc-basic-0: 14:53:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeclipse-aether-java_1.0.2-1_all.deb ... unit-mysql-0: 14:53:06 DEBUG unit.mysql/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 14:53:06 DEBUG unit.abot-epc-basic/0.install Unpacking libeclipse-aether-java (1.0.2-1) ... unit-abot-epc-basic-0: 14:53:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-cli-java. unit-abot-epc-basic-0: 14:53:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-cli-java_1.3.1-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 14:53:08 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-cli-java (1.3.1-3ubuntu1) ... unit-mysql-0: 14:53:08 DEBUG unit.mysql/0.install Selecting previously unselected package libisl10:amd64. unit-mysql-0: 14:53:08 DEBUG unit.mysql/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-mysql-0: 14:53:08 DEBUG unit.mysql/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 14:53:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang3-java. unit-abot-epc-basic-0: 14:53:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang3-java_3.4-1_all.deb ... unit-abot-epc-basic-0: 14:53:09 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang3-java (3.4-1) ... unit-mysql-0: 14:53:09 DEBUG unit.mysql/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-mysql-0: 14:53:09 DEBUG unit.mysql/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-mysql-0: 14:53:09 DEBUG unit.mysql/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 14:53:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaopalliance-java. unit-abot-epc-basic-0: 14:53:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaopalliance-java_20070526-5_all.deb ... unit-abot-epc-basic-0: 14:53:10 DEBUG unit.abot-epc-basic/0.install Unpacking libaopalliance-java (20070526-5) ... unit-mysql-0: 14:53:10 DEBUG unit.mysql/0.install Selecting previously unselected package libgomp1:amd64. unit-mysql-0: 14:53:10 DEBUG unit.mysql/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 14:53:10 DEBUG unit.mysql/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:53:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguice-java. unit-abot-epc-basic-0: 14:53:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguice-java_4.0-2_all.deb ... unit-mysql-0: 14:53:10 DEBUG unit.mysql/0.install Selecting previously unselected package libitm1:amd64. unit-mysql-0: 14:53:10 DEBUG unit.mysql/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 14:53:10 DEBUG unit.abot-epc-basic/0.install Unpacking libguice-java (4.0-2) ... unit-mysql-0: 14:53:10 DEBUG unit.mysql/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 14:53:11 DEBUG unit.mysql/0.install Selecting previously unselected package libmpfr4:amd64. unit-mysql-0: 14:53:11 DEBUG unit.mysql/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-mysql-0: 14:53:11 DEBUG unit.mysql/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 14:53:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit. unit-abot-epc-basic-0: 14:53:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit_3.8.2-8build1_all.deb ... unit-abot-epc-basic-0: 14:53:11 DEBUG unit.abot-epc-basic/0.install Unpacking junit (3.8.2-8build1) ... unit-mysql-0: 14:53:12 DEBUG unit.mysql/0.install Selecting previously unselected package libquadmath0:amd64. unit-mysql-0: 14:53:12 DEBUG unit.mysql/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 14:53:12 DEBUG unit.mysql/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:53:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cipher-java. unit-abot-epc-basic-0: 14:53:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cipher-java_1.7-1_all.deb ... unit-abot-epc-basic-0: 14:53:12 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cipher-java (1.7-1) ... unit-mysql-0: 14:53:12 DEBUG unit.mysql/0.install Selecting previously unselected package libtsan0:amd64. unit-mysql-0: 14:53:12 DEBUG unit.mysql/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 14:53:13 DEBUG unit.mysql/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 14:53:13 DEBUG unit.mysql/0.install Selecting previously unselected package libmpc3:amd64. unit-mysql-0: 14:53:13 DEBUG unit.mysql/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-mysql-0: 14:53:13 DEBUG unit.mysql/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:53:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds2-java. unit-abot-epc-basic-0: 14:53:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds2-java_2.5.2-1_all.deb ... unit-abot-epc-basic-0: 14:53:13 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds2-java (2.5.2-1) ... unit-mysql-0: 14:53:13 DEBUG unit.mysql/0.install Selecting previously unselected package binutils. unit-mysql-0: 14:53:13 DEBUG unit.mysql/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-mysql-0: 14:53:14 DEBUG unit.mysql/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 14:53:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils2-java. unit-abot-epc-basic-0: 14:53:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils2-java_3.0.22-1_all.deb ... unit-abot-epc-basic-0: 14:53:14 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils2-java (3.0.22-1) ... unit-mysql-0: 14:53:15 DEBUG unit.mysql/0.install Selecting previously unselected package libc-dev-bin. unit-mysql-0: 14:53:15 DEBUG unit.mysql/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 14:53:15 DEBUG unit.mysql/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 14:53:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default1.5-java. unit-abot-epc-basic-0: 14:53:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default1.5-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 14:53:15 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default1.5-java (1.6-2) ... unit-mysql-0: 14:53:16 DEBUG unit.mysql/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-mysql-0: 14:53:16 DEBUG unit.mysql/0.install Preparing to unpack .../linux-libc-dev_3.13.0-164.214_amd64.deb ... unit-mysql-0: 14:53:16 DEBUG unit.mysql/0.install Unpacking linux-libc-dev:amd64 (3.13.0-164.214) ... unit-abot-epc-basic-0: 14:53:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-annotations-java. unit-abot-epc-basic-0: 14:53:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-annotations-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 14:53:16 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 14:53:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasm4-java. unit-abot-epc-basic-0: 14:53:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasm4-java_5.0.4-1_all.deb ... unit-abot-epc-basic-0: 14:53:17 DEBUG unit.abot-epc-basic/0.install Unpacking libasm4-java (5.0.4-1) ... unit-mysql-0: 14:53:17 DEBUG unit.mysql/0.install Selecting previously unselected package libc6-dev:amd64. unit-mysql-0: 14:53:17 DEBUG unit.mysql/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 14:53:18 DEBUG unit.mysql/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 14:53:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxen-java. unit-abot-epc-basic-0: 14:53:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxen-java_1.1.6-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 14:53:18 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxen-java (1.1.6-1ubuntu1) ... unit-abot-epc-basic-0: 14:53:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjdom1-java. unit-abot-epc-basic-0: 14:53:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjdom1-java_1.1.3-1_all.deb ... unit-abot-epc-basic-0: 14:53:18 DEBUG unit.abot-epc-basic/0.install Unpacking libjdom1-java (1.1.3-1) ... unit-mysql-0: 14:53:18 DEBUG unit.mysql/0.install Selecting previously unselected package cpp-4.8. unit-mysql-0: 14:53:18 DEBUG unit.mysql/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 14:53:19 DEBUG unit.mysql/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:53:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclassworlds-java. unit-abot-epc-basic-0: 14:53:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclassworlds-java_1.1-final-5_all.deb ... unit-abot-epc-basic-0: 14:53:19 DEBUG unit.abot-epc-basic/0.install Unpacking libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 14:53:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang-java. unit-abot-epc-basic-0: 14:53:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang-java_2.6-6ubuntu2_all.deb ... unit-abot-epc-basic-0: 14:53:19 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang-java (2.6-6ubuntu2) ... unit-abot-epc-basic-0: 14:53:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdoxia-core-java. unit-abot-epc-basic-0: 14:53:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdoxia-core-java_1.1.4-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 14:53:19 DEBUG unit.abot-epc-basic/0.install Unpacking libdoxia-core-java (1.1.4-3ubuntu1) ... unit-abot-epc-basic-0: 14:53:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default-java. unit-abot-epc-basic-0: 14:53:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default-java_1.0-alpha-9-stable-1-7_all.deb ... unit-mysql-0: 14:53:20 DEBUG unit.mysql/0.install Selecting previously unselected package cpp. unit-mysql-0: 14:53:20 DEBUG unit.mysql/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 14:53:20 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-mysql-0: 14:53:20 DEBUG unit.mysql/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 14:53:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-ant-factory-java. unit-abot-epc-basic-0: 14:53:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-ant-factory-java_1.0~alpha2.1-3_all.deb ... unit-abot-epc-basic-0: 14:53:20 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-abot-epc-basic-0: 14:53:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-io-java. unit-abot-epc-basic-0: 14:53:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-io-java_1.0~alpha5-2_all.deb ... unit-abot-epc-basic-0: 14:53:20 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-io-java (1.0~alpha5-2) ... unit-mysql-0: 14:53:20 DEBUG unit.mysql/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-mysql-0: 14:53:20 DEBUG unit.mysql/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 14:53:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-archiver-java. unit-abot-epc-basic-0: 14:53:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-archiver-java_2.2-1+deb9u1build0.16.04.1_all.deb ... unit-mysql-0: 14:53:21 DEBUG unit.mysql/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:53:21 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-archiver-java (2.2-1+deb9u1build0.16.04.1) ... unit-abot-epc-basic-0: 14:53:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbsh-java. unit-abot-epc-basic-0: 14:53:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbsh-java_2.0b4-17ubuntu1_all.deb ... unit-abot-epc-basic-0: 14:53:21 DEBUG unit.abot-epc-basic/0.install Unpacking libbsh-java (2.0b4-17ubuntu1) ... unit-mysql-0: 14:53:21 DEBUG unit.mysql/0.install Selecting previously unselected package gcc-4.8. unit-mysql-0: 14:53:21 DEBUG unit.mysql/0.install Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 14:53:21 DEBUG unit.mysql/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:53:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-bsh-factory-java. unit-abot-epc-basic-0: 14:53:21 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: 14:53:21 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 14:53:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-sec-dispatcher-java. unit-abot-epc-basic-0: 14:53:22 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: 14:53:22 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-sec-dispatcher-java (1.3.1-6) ... unit-mysql-0: 14:53:22 DEBUG unit.mysql/0.install Selecting previously unselected package gcc. unit-mysql-0: 14:53:22 DEBUG unit.mysql/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 14:53:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven2-core-java. unit-mysql-0: 14:53:22 DEBUG unit.mysql/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 14:53:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven2-core-java_2.2.1-24_all.deb ... unit-abot-epc-basic-0: 14:53:22 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven2-core-java (2.2.1-24) ... unit-mysql-0: 14:53:23 DEBUG unit.mysql/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-mysql-0: 14:53:23 DEBUG unit.mysql/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 14:53:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cli-java. unit-mysql-0: 14:53:24 DEBUG unit.mysql/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:53:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cli-java_1.2-5_all.deb ... unit-abot-epc-basic-0: 14:53:24 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cli-java (1.2-5) ... unit-abot-epc-basic-0: 14:53:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqdox2-java. unit-abot-epc-basic-0: 14:53:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqdox2-java_2.0~M3-2_all.deb ... unit-abot-epc-basic-0: 14:53:24 DEBUG unit.abot-epc-basic/0.install Unpacking libqdox2-java (2.0~M3-2) ... unit-abot-epc-basic-0: 14:53:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-metadata-java. unit-mysql-0: 14:53:24 DEBUG unit.mysql/0.install Selecting previously unselected package g++-4.8. unit-mysql-0: 14:53:24 DEBUG unit.mysql/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 14:53:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-metadata-java_1.6-2_all.deb ... unit-mysql-0: 14:53:24 DEBUG unit.mysql/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:53:24 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 14:53:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers1.5-java. unit-abot-epc-basic-0: 14:53:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers1.5-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 14:53:25 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers1.5-java (1.6-2) ... unit-mysql-0: 14:53:25 DEBUG unit.mysql/0.install Selecting previously unselected package g++. unit-mysql-0: 14:53:25 DEBUG unit.mysql/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 14:53:25 DEBUG unit.mysql/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 14:53:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgeronimo-interceptor-3.0-spec-java. unit-abot-epc-basic-0: 14:53:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgeronimo-interceptor-3.0-spec-java_1.0.1-3fakesync1_all.deb ... unit-mysql-0: 14:53:25 DEBUG unit.mysql/0.install Selecting previously unselected package make. unit-mysql-0: 14:53:25 DEBUG unit.mysql/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 14:53:25 DEBUG unit.abot-epc-basic/0.install Unpacking libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-mysql-0: 14:53:25 DEBUG unit.mysql/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-mysql-0: 14:53:26 DEBUG unit.mysql/0.install Selecting previously unselected package libdpkg-perl. unit-mysql-0: 14:53:26 DEBUG unit.mysql/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-abot-epc-basic-0: 14:53:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet3.1-java. unit-abot-epc-basic-0: 14:53:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet3.1-java_8.0.32-1ubuntu1.8_all.deb ... unit-mysql-0: 14:53:26 DEBUG unit.mysql/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 14:53:26 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet3.1-java (8.0.32-1ubuntu1.8) ... unit-abot-epc-basic-0: 14:53:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdi-api-java. unit-abot-epc-basic-0: 14:53:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdi-api-java_1.0-2_all.deb ... unit-abot-epc-basic-0: 14:53:28 DEBUG unit.abot-epc-basic/0.install Unpacking libcdi-api-java (1.0-2) ... unit-mysql-0: 14:53:29 DEBUG unit.mysql/0.install Selecting previously unselected package dpkg-dev. unit-mysql-0: 14:53:29 DEBUG unit.mysql/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 14:53:29 DEBUG unit.mysql/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 14:53:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-inject-java. unit-abot-epc-basic-0: 14:53:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-inject-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 14:53:29 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-inject-java (0.3.2-1) ... unit-mysql-0: 14:53:29 DEBUG unit.mysql/0.install Selecting previously unselected package build-essential. unit-mysql-0: 14:53:29 DEBUG unit.mysql/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-mysql-0: 14:53:29 DEBUG unit.mysql/0.install Unpacking build-essential (11.6ubuntu6) ... unit-mysql-0: 14:53:30 DEBUG unit.mysql/0.install Selecting previously unselected package libfakeroot:amd64. unit-mysql-0: 14:53:30 DEBUG unit.mysql/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 14:53:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-plexus-java. unit-abot-epc-basic-0: 14:53:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-plexus-java_0.3.2-1_all.deb ... unit-mysql-0: 14:53:30 DEBUG unit.mysql/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 14:53:30 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-plexus-java (0.3.2-1) ... unit-mysql-0: 14:53:30 DEBUG unit.mysql/0.install Selecting previously unselected package fakeroot. unit-mysql-0: 14:53:30 DEBUG unit.mysql/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 14:53:30 DEBUG unit.mysql/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 14:53:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhamcrest-java. unit-abot-epc-basic-0: 14:53:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhamcrest-java_1.3-5ubuntu1_all.deb ... unit-mysql-0: 14:53:31 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-mysql-0: 14:53:31 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-mysql-0: 14:53:31 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 14:53:31 DEBUG unit.abot-epc-basic/0.install Unpacking libhamcrest-java (1.3-5ubuntu1) ... unit-mysql-0: 14:53:31 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-mysql-0: 14:53:31 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-mysql-0: 14:53:32 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 14:53:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit4. unit-abot-epc-basic-0: 14:53:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit4_4.12-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 14:53:32 DEBUG unit.abot-epc-basic/0.install Unpacking junit4 (4.12-4ubuntu1) ... unit-mysql-0: 14:53:32 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-mysql-0: 14:53:32 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-mysql-0: 14:53:32 DEBUG unit.mysql/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 14:53:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net-java. unit-abot-epc-basic-0: 14:53:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net-java_3.4-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 14:53:33 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net-java (3.4-2ubuntu2) ... unit-mysql-0: 14:53:33 DEBUG unit.mysql/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-mysql-0: 14:53:33 DEBUG unit.mysql/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-mysql-0: 14:53:33 DEBUG unit.mysql/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 14:53:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcglib3-java. unit-abot-epc-basic-0: 14:53:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcglib3-java_3.1+dfsg-1_all.deb ... unit-abot-epc-basic-0: 14:53:34 DEBUG unit.abot-epc-basic/0.install Unpacking libcglib3-java (3.1+dfsg-1) ... unit-mysql-0: 14:53:35 DEBUG unit.mysql/0.install Selecting previously unselected package manpages-dev. unit-mysql-0: 14:53:35 DEBUG unit.mysql/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-mysql-0: 14:53:35 DEBUG unit.mysql/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 14:53:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjenesis-java. unit-abot-epc-basic-0: 14:53:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjenesis-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 14:53:35 DEBUG unit.abot-epc-basic/0.install Unpacking libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 14:53:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeasymock-java. unit-abot-epc-basic-0: 14:53:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeasymock-java_3.3.1+ds-3_all.deb ... unit-mysql-0: 14:53:36 DEBUG unit.mysql/0.install Selecting previously unselected package python3-pkg-resources. unit-mysql-0: 14:53:36 DEBUG unit.mysql/0.install Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... unit-abot-epc-basic-0: 14:53:36 DEBUG unit.abot-epc-basic/0.install Unpacking libeasymock-java (3.3.1+ds-3) ... unit-mysql-0: 14:53:36 DEBUG unit.mysql/0.install Unpacking python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 14:53:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet2.5-java. unit-abot-epc-basic-0: 14:53:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet2.5-java_6.0.45+dfsg-1_all.deb ... unit-mysql-0: 14:53:37 DEBUG unit.mysql/0.install Selecting previously unselected package python-chardet-whl. unit-mysql-0: 14:53:37 DEBUG unit.mysql/0.install Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... unit-abot-epc-basic-0: 14:53:37 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet2.5-java (6.0.45+dfsg-1) ... unit-mysql-0: 14:53:37 DEBUG unit.mysql/0.install Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 14:53:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjetty-java. unit-abot-epc-basic-0: 14:53:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjetty-java_6.1.26-5_all.deb ... unit-mysql-0: 14:53:38 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama. unit-mysql-0: 14:53:38 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... unit-abot-epc-basic-0: 14:53:38 DEBUG unit.abot-epc-basic/0.install Unpacking libjetty-java (6.1.26-5) ... unit-mysql-0: 14:53:38 DEBUG unit.mysql/0.install Unpacking python-colorama (0.2.5-0.1ubuntu2) ... unit-mysql-0: 14:53:39 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama-whl. unit-mysql-0: 14:53:39 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... unit-mysql-0: 14:53:39 DEBUG unit.mysql/0.install Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 14:53:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblog4j1.2-java. unit-abot-epc-basic-0: 14:53:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblog4j1.2-java_1.2.17-7ubuntu1_all.deb ... unit-abot-epc-basic-0: 14:53:40 DEBUG unit.abot-epc-basic/0.install Unpacking liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-mysql-0: 14:53:40 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib. unit-mysql-0: 14:53:40 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 14:53:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven-parent-java. unit-abot-epc-basic-0: 14:53:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven-parent-java_21-2_all.deb ... unit-mysql-0: 14:53:40 DEBUG unit.mysql/0.install Unpacking python-distlib (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 14:53:41 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven-parent-java (21-2) ... unit-mysql-0: 14:53:41 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib-whl. unit-mysql-0: 14:53:41 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 14:53:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon2-java. unit-abot-epc-basic-0: 14:53:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon2-java_2.10-3_all.deb ... unit-mysql-0: 14:53:41 DEBUG unit.mysql/0.install Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 14:53:41 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon2-java (2.10-3) ... unit-mysql-0: 14:53:42 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib. unit-mysql-0: 14:53:42 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 14:53:42 DEBUG unit.mysql/0.install Unpacking python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 14:53:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven3-core-java. unit-abot-epc-basic-0: 14:53:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven3-core-java_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 14:53:43 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven3-core-java (3.3.9-3) ... unit-mysql-0: 14:53:43 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib-whl. unit-mysql-0: 14:53:43 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 14:53:44 DEBUG unit.mysql/0.install Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 14:53:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package maven. unit-abot-epc-basic-0: 14:53:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/maven_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 14:53:44 DEBUG unit.abot-epc-basic/0.install Unpacking maven (3.3.9-3) ... unit-mysql-0: 14:53:45 DEBUG unit.mysql/0.install Selecting previously unselected package python-six-whl. unit-mysql-0: 14:53:45 DEBUG unit.mysql/0.install Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... unit-mysql-0: 14:53:45 DEBUG unit.mysql/0.install Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... unit-abot-epc-basic-0: 14:53:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapr1:amd64. unit-abot-epc-basic-0: 14:53:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapr1_1.5.2-3_amd64.deb ... unit-abot-epc-basic-0: 14:53:45 DEBUG unit.abot-epc-basic/0.install Unpacking libapr1:amd64 (1.5.2-3) ... unit-mysql-0: 14:53:45 DEBUG unit.mysql/0.install Selecting previously unselected package python-urllib3-whl. unit-mysql-0: 14:53:45 DEBUG unit.mysql/0.install Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... unit-mysql-0: 14:53:46 DEBUG unit.mysql/0.install Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... unit-mysql-0: 14:53:47 DEBUG unit.mysql/0.install Selecting previously unselected package python-requests-whl. unit-mysql-0: 14:53:47 DEBUG unit.mysql/0.install Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 14:53:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1:amd64. unit-abot-epc-basic-0: 14:53:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1_1.5.4-1build1_amd64.deb ... unit-mysql-0: 14:53:47 DEBUG unit.mysql/0.install Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... unit-abot-epc-basic-0: 14:53:47 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1:amd64 (1.5.4-1build1) ... unit-mysql-0: 14:53:47 DEBUG unit.mysql/0.install Selecting previously unselected package python-setuptools-whl. unit-mysql-0: 14:53:47 DEBUG unit.mysql/0.install Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... unit-mysql-0: 14:53:48 DEBUG unit.mysql/0.install Unpacking python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 14:53:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. unit-abot-epc-basic-0: 14:53:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 14:53:48 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-mysql-0: 14:53:49 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip-whl. unit-mysql-0: 14:53:49 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... unit-abot-epc-basic-0: 14:53:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-ldap:amd64. unit-mysql-0: 14:53:49 DEBUG unit.mysql/0.install Unpacking python-pip-whl (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 14:53:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-ldap_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 14:53:49 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-mysql-0: 14:53:50 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip. unit-mysql-0: 14:53:50 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... unit-abot-epc-basic-0: 14:53:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblua5.1-0:amd64. unit-mysql-0: 14:53:50 DEBUG unit.mysql/0.install Unpacking python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 14:53:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblua5.1-0_5.1.5-8ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:53:50 DEBUG unit.abot-epc-basic/0.install Unpacking liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-mysql-0: 14:53:51 DEBUG unit.mysql/0.install Selecting previously unselected package python-wheel. unit-mysql-0: 14:53:51 DEBUG unit.mysql/0.install Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 14:53:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-bin. unit-abot-epc-basic-0: 14:53:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-bin_2.4.18-2ubuntu3.9_amd64.deb ... unit-mysql-0: 14:53:51 DEBUG unit.mysql/0.install Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... unit-abot-epc-basic-0: 14:53:51 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-bin (2.4.18-2ubuntu3.9) ... unit-mysql-0: 14:53:52 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:53:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-utils. unit-abot-epc-basic-0: 14:53:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-utils_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 14:53:52 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-utils (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 14:53:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-data. unit-abot-epc-basic-0: 14:53:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-data_2.4.18-2ubuntu3.9_all.deb ... unit-abot-epc-basic-0: 14:53:53 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-data (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 14:53:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2. unit-abot-epc-basic-0: 14:53:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 14:53:54 DEBUG unit.abot-epc-basic/0.install Unpacking apache2 (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 14:53:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip-whl. unit-abot-epc-basic-0: 14:53:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip-whl_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 14:53:54 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip-whl (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 14:53:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-minimal:amd64. unit-abot-epc-basic-0: 14:53:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-abot-epc-basic-0: 14:53:55 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 14:53:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-minimal. unit-abot-epc-basic-0: 14:53:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-abot-epc-basic-0: 14:53:56 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 14:53:56 DEBUG unit.mysql/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:53:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-minimal. unit-abot-epc-basic-0: 14:53:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-minimal_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 14:53:56 DEBUG unit.abot-epc-basic/0.install Unpacking python-minimal (2.7.12-1~16.04) ... unit-mysql-0: 14:53:57 DEBUG unit.mysql/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:53:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-stdlib:amd64. unit-abot-epc-basic-0: 14:53:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-abot-epc-basic-0: 14:53:57 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 14:53:57 DEBUG unit.mysql/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-mysql-0: 14:53:58 DEBUG unit.mysql/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 14:53:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7. unit-abot-epc-basic-0: 14:53:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-abot-epc-basic-0: 14:53:58 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7 (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 14:53:58 DEBUG unit.mysql/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-mysql-0: 14:53:59 DEBUG unit.mysql/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:53:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-stdlib:amd64. unit-abot-epc-basic-0: 14:53:59 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: 14:53:59 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-mysql-0: 14:54:00 DEBUG unit.mysql/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:54:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-mysql-0: 14:54:01 DEBUG unit.mysql/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 14:54:01 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-mysql-0: 14:54:01 DEBUG unit.mysql/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:54:01 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.15) ... unit-mysql-0: 14:54:02 DEBUG unit.mysql/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:54:02 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 14:54:02 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-mysql-0: 14:54:02 DEBUG unit.mysql/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:54:03 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-mysql-0: 14:54:03 DEBUG unit.mysql/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 14:54:03 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 14:54:04 DEBUG unit.mysql/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 14:54:04 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 14:54:04 DEBUG unit.mysql/0.install Setting up linux-libc-dev:amd64 (3.13.0-164.214) ... unit-mysql-0: 14:54:05 DEBUG unit.mysql/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 14:54:05 DEBUG unit.abot-epc-basic/0.install Setting up python-minimal (2.7.12-1~16.04) ... unit-mysql-0: 14:54:05 DEBUG unit.mysql/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:54:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python. unit-abot-epc-basic-0: 14:54:05 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 ... 61262 files and directories currently installed.) unit-abot-epc-basic-0: 14:54:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 14:54:06 DEBUG unit.abot-epc-basic/0.install Unpacking python (2.7.12-1~16.04) ... unit-mysql-0: 14:54:06 DEBUG unit.mysql/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-mysql-0: 14:54:06 DEBUG unit.mysql/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 14:54:06 DEBUG unit.mysql/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:54:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip. unit-abot-epc-basic-0: 14:54:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 14:54:06 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip (8.1.1-2ubuntu0.4) ... unit-mysql-0: 14:54:06 DEBUG unit.mysql/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-mysql-0: 14:54:07 DEBUG unit.mysql/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:54:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpc3:amd64. unit-abot-epc-basic-0: 14:54:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ... unit-abot-epc-basic-0: 14:54:07 DEBUG unit.abot-epc-basic/0.install Unpacking libmpc3:amd64 (1.0.3-1) ... unit-mysql-0: 14:54:07 DEBUG unit.mysql/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 14:54:07 DEBUG unit.mysql/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-mysql-0: 14:54:07 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: 14:54:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant. unit-abot-epc-basic-0: 14:54:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 14:54:07 DEBUG unit.abot-epc-basic/0.install Unpacking ant (1.9.6-1ubuntu1.1) ... unit-mysql-0: 14:54:07 DEBUG unit.mysql/0.install Setting up make (3.81-8.2ubuntu3) ... unit-mysql-0: 14:54:07 DEBUG unit.mysql/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-mysql-0: 14:54:07 DEBUG unit.mysql/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 14:54:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant-optional. unit-abot-epc-basic-0: 14:54:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant-optional_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 14:54:08 DEBUG unit.abot-epc-basic/0.install Unpacking ant-optional (1.9.6-1ubuntu1.1) ... unit-mysql-0: 14:54:08 DEBUG unit.mysql/0.install Setting up build-essential (11.6ubuntu6) ... unit-mysql-0: 14:54:08 DEBUG unit.mysql/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-mysql-0: 14:54:08 DEBUG unit.mysql/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-mysql-0: 14:54:08 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-mysql-0: 14:54:09 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 14:54:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package binutils. unit-abot-epc-basic-0: 14:54:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.7_amd64.deb ... unit-mysql-0: 14:54:09 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 14:54:09 DEBUG unit.abot-epc-basic/0.install Unpacking binutils (2.26.1-1ubuntu1~16.04.7) ... unit-mysql-0: 14:54:09 DEBUG unit.mysql/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-mysql-0: 14:54:09 DEBUG unit.mysql/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-mysql-0: 14:54:10 DEBUG unit.mysql/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-mysql-0: 14:54:10 DEBUG unit.mysql/0.install Setting up python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 14:54:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc-dev-bin. unit-abot-epc-basic-0: 14:54:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc-dev-bin_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 14:54:11 DEBUG unit.abot-epc-basic/0.install Unpacking libc-dev-bin (2.23-0ubuntu10) ... unit-mysql-0: 14:54:11 DEBUG unit.mysql/0.install Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... unit-mysql-0: 14:54:11 DEBUG unit.mysql/0.install Setting up python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 14:54:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-abot-epc-basic-0: 14:54:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../linux-libc-dev_4.4.0-141.167_amd64.deb ... unit-abot-epc-basic-0: 14:54:12 DEBUG unit.abot-epc-basic/0.install Unpacking linux-libc-dev:amd64 (4.4.0-141.167) ... unit-mysql-0: 14:54:12 DEBUG unit.mysql/0.install Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-mysql-0: 14:54:12 DEBUG unit.mysql/0.install Setting up python-distlib (0.1.8-1ubuntu1) ... unit-mysql-0: 14:54:13 DEBUG unit.mysql/0.install Setting up python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 14:54:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dev:amd64. unit-abot-epc-basic-0: 14:54:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 14:54:13 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dev:amd64 (2.23-0ubuntu10) ... unit-mysql-0: 14:54:13 DEBUG unit.mysql/0.install Setting up python-html5lib (0.999-3~ubuntu1) ... unit-mysql-0: 14:54:14 DEBUG unit.mysql/0.install Setting up python-html5lib-whl (0.999-3~ubuntu1) ... unit-mysql-0: 14:54:14 DEBUG unit.mysql/0.install Setting up python-six-whl (1.5.2-1ubuntu1.1) ... unit-abot-epc-basic-0: 14:54:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libisl15:amd64. unit-abot-epc-basic-0: 14:54:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ... unit-mysql-0: 14:54:15 DEBUG unit.mysql/0.install Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... unit-abot-epc-basic-0: 14:54:15 DEBUG unit.abot-epc-basic/0.install Unpacking libisl15:amd64 (0.16.1-1) ... unit-mysql-0: 14:54:15 DEBUG unit.mysql/0.install Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... unit-abot-epc-basic-0: 14:54:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp-5. unit-abot-epc-basic-0: 14:54:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-mysql-0: 14:54:16 DEBUG unit.mysql/0.install Setting up python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 14:54:16 DEBUG unit.abot-epc-basic/0.install Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.11) ... unit-mysql-0: 14:54:16 DEBUG unit.mysql/0.install Setting up python-pip-whl (1.5.4-1ubuntu4) ... unit-mysql-0: 14:54:17 DEBUG unit.mysql/0.install Setting up python-pip (1.5.4-1ubuntu4) ... unit-mysql-0: 14:54:18 DEBUG unit.mysql/0.install Setting up python-wheel (0.24.0-1~ubuntu1.1) ... unit-abot-epc-basic-0: 14:54:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp. unit-abot-epc-basic-0: 14:54:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-mysql-0: 14:54:18 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 14:54:18 DEBUG unit.abot-epc-basic/0.install Unpacking cpp (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:54:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcc1-0:amd64. unit-abot-epc-basic-0: 14:54:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 14:54:19 DEBUG unit.abot-epc-basic/0.install Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-mysql-0: 14:54:19 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 14:54:19 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 14:54:19 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 14:54:19 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 14:54:19 DEBUG unit.mysql/0.install python-dnspython unit-mysql-0: 14:54:20 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 14:54:20 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 14:54:20 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 14:54:20 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: 14:54:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgomp1:amd64. unit-abot-epc-basic-0: 14:54:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 14:54:20 DEBUG unit.abot-epc-basic/0.install Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-mysql-0: 14:54:20 DEBUG unit.mysql/0.install Fetched 83.1 kB in 0s (98.6 kB/s) unit-mysql-0: 14:54:21 DEBUG unit.mysql/0.install Selecting previously unselected package python-dnspython. unit-mysql-0: 14:54:21 DEBUG unit.mysql/0.install (Reading database ... 57612 files and directories currently installed.) unit-mysql-0: 14:54:21 DEBUG unit.mysql/0.install Preparing to unpack .../python-dnspython_1.11.1-1build1_all.deb ... unit-mysql-0: 14:54:21 DEBUG unit.mysql/0.install Unpacking python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 14:54:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libitm1:amd64. unit-abot-epc-basic-0: 14:54:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 14:54:22 DEBUG unit.abot-epc-basic/0.install Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-mysql-0: 14:54:22 DEBUG unit.mysql/0.install Setting up python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 14:54:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatomic1:amd64. unit-abot-epc-basic-0: 14:54:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-mysql-0: 14:54:23 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 14:54:23 DEBUG unit.abot-epc-basic/0.install Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-mysql-0: 14:54:23 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 14:54:23 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 14:54:23 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-mysql-0: 14:54:23 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 14:54:24 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 14:54:24 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 14:54:24 DEBUG unit.mysql/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-abot-epc-basic-0: 14:54:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasan2:amd64. unit-abot-epc-basic-0: 14:54:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 14:54:24 DEBUG unit.abot-epc-basic/0.install Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-mysql-0: 14:54:24 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 14:54:24 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 14:54:24 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 14:54:24 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 14:54:24 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 14:54:24 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 14:54:24 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 14:54:24 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-abot-epc-basic-0: 14:54:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblsan0:amd64. unit-abot-epc-basic-0: 14:54:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-mysql-0: 14:54:24 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-abot-epc-basic-0: 14:54:24 DEBUG unit.abot-epc-basic/0.install Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-mysql-0: 14:54:25 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-mysql-0: 14:54:25 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-mysql-0: 14:54:25 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-abot-epc-basic-0: 14:54:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtsan0:amd64. unit-abot-epc-basic-0: 14:54:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtsan0_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 14:54:25 DEBUG unit.abot-epc-basic/0.install Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-mysql-0: 14:54:25 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-mysql-0: 14:54:25 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-abot-epc-basic-0: 14:54:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libubsan0:amd64. unit-abot-epc-basic-0: 14:54:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-mysql-0: 14:54:25 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-abot-epc-basic-0: 14:54:25 DEBUG unit.abot-epc-basic/0.install Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-mysql-0: 14:54:25 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 14:54:25 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-mysql-0: 14:54:26 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-mysql-0: 14:54:26 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-abot-epc-basic-0: 14:54:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcilkrts5:amd64. unit-abot-epc-basic-0: 14:54:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcilkrts5_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 14:54:26 DEBUG unit.abot-epc-basic/0.install Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-mysql-0: 14:54:26 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 14:54:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpx0:amd64. unit-abot-epc-basic-0: 14:54:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 14:54:26 DEBUG unit.abot-epc-basic/0.install Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-mysql-0: 14:54:26 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-mysql-0: 14:54:26 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 14:54:26 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-mysql-0: 14:54:27 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 14:54:27 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-mysql-0: 14:54:27 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-mysql-0: 14:54:27 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 14:54:27 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-abot-epc-basic-0: 14:54:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libquadmath0:amd64. unit-abot-epc-basic-0: 14:54:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-mysql-0: 14:54:27 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-abot-epc-basic-0: 14:54:27 DEBUG unit.abot-epc-basic/0.install Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-mysql-0: 14:54:27 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-mysql-0: 14:54:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 14:54:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-abot-epc-basic-0: 14:54:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcc-5-dev:amd64. unit-abot-epc-basic-0: 14:54:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-mysql-0: 14:54:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-abot-epc-basic-0: 14:54:28 DEBUG unit.abot-epc-basic/0.install Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-mysql-0: 14:54:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 14:54:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 14:54:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-mysql-0: 14:54:28 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 14:54:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc-5. unit-abot-epc-basic-0: 14:54:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-mysql-0: 14:54:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 14:54:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-abot-epc-basic-0: 14:54:29 DEBUG unit.abot-epc-basic/0.install Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.11) ... unit-mysql-0: 14:54:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 14:54:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 14:54:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-mysql-0: 14:54:29 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 14:54:30 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 14:54:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc. unit-abot-epc-basic-0: 14:54:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:54:30 DEBUG unit.abot-epc-basic/0.install Unpacking gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:54:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libstdc++-5-dev:amd64. unit-abot-epc-basic-0: 14:54:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 14:54:32 DEBUG unit.abot-epc-basic/0.install Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-mysql-0: 14:54:32 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 14:54:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 14:54:32 INFO unit.mysql/0.juju-log Installing ['debconf-utils', 'python-mysqldb', 'uuid', 'pwgen', 'dnsutils'] with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 14:54:32 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 14:54:33 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 14:54:33 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 14:54:33 DEBUG unit.mysql/0.install dnsutils is already the newest version. unit-mysql-0: 14:54:33 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 14:54:33 DEBUG unit.mysql/0.install libmysqlclient18 libossp-uuid16 mysql-common unit-mysql-0: 14:54:33 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 14:54:33 DEBUG unit.mysql/0.install python-egenix-mxdatetime mysql-server-5.1 mysql-server python-mysqldb-dbg unit-mysql-0: 14:54:33 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 14:54:33 DEBUG unit.mysql/0.install debconf-utils libmysqlclient18 libossp-uuid16 mysql-common pwgen unit-mysql-0: 14:54:33 DEBUG unit.mysql/0.install python-mysqldb uuid unit-mysql-0: 14:54:33 DEBUG unit.mysql/0.install 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 14:54:33 DEBUG unit.mysql/0.install Need to get 781 kB of archives. unit-mysql-0: 14:54:33 DEBUG unit.mysql/0.install After this operation, 4259 kB of additional disk space will be used. unit-mysql-0: 14:54:33 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-mysql-0: 14:54:33 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: 14:54:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++-5. unit-abot-epc-basic-0: 14:54:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 14:54:33 DEBUG unit.abot-epc-basic/0.install Unpacking g++-5 (5.4.0-6ubuntu1~16.04.11) ... unit-mysql-0: 14:54:34 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: 14:54:34 DEBUG unit.mysql/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libossp-uuid16 amd64 1.6.2-1.3ubuntu1 [29.6 kB] unit-mysql-0: 14:54:34 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-mysql-0: 14:54:34 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: 14:54:34 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: 14:54:34 DEBUG unit.mysql/0.install Fetched 781 kB in 1s (646 kB/s) unit-mysql-0: 14:54:34 DEBUG unit.mysql/0.install Selecting previously unselected package mysql-common. unit-mysql-0: 14:54:34 DEBUG unit.mysql/0.install (Reading database ... 57712 files and directories currently installed.) unit-mysql-0: 14:54:34 DEBUG unit.mysql/0.install Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 14:54:34 DEBUG unit.mysql/0.install Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 14:54:35 DEBUG unit.mysql/0.install Selecting previously unselected package libmysqlclient18:amd64. unit-mysql-0: 14:54:35 DEBUG unit.mysql/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 14:54:35 DEBUG unit.mysql/0.install Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 14:54:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++. unit-abot-epc-basic-0: 14:54:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:54:35 DEBUG unit.abot-epc-basic/0.install Unpacking g++ (4:5.3.1-1ubuntu1) ... unit-mysql-0: 14:54:36 DEBUG unit.mysql/0.install Selecting previously unselected package debconf-utils. unit-mysql-0: 14:54:36 DEBUG unit.mysql/0.install Preparing to unpack .../debconf-utils_1.5.51ubuntu2_all.deb ... unit-mysql-0: 14:54:36 DEBUG unit.mysql/0.install Unpacking debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 14:54:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package make. unit-abot-epc-basic-0: 14:54:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/make_4.1-6_amd64.deb ... unit-abot-epc-basic-0: 14:54:37 DEBUG unit.abot-epc-basic/0.install Unpacking make (4.1-6) ... unit-mysql-0: 14:54:37 DEBUG unit.mysql/0.install Selecting previously unselected package libossp-uuid16. unit-mysql-0: 14:54:37 DEBUG unit.mysql/0.install Preparing to unpack .../libossp-uuid16_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 14:54:37 DEBUG unit.mysql/0.install Unpacking libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-mysql-0: 14:54:37 DEBUG unit.mysql/0.install Selecting previously unselected package pwgen. unit-mysql-0: 14:54:37 DEBUG unit.mysql/0.install Preparing to unpack .../pwgen_2.06-1ubuntu4_amd64.deb ... unit-mysql-0: 14:54:37 DEBUG unit.mysql/0.install Unpacking pwgen (2.06-1ubuntu4) ... unit-abot-epc-basic-0: 14:54:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdpkg-perl. unit-abot-epc-basic-0: 14:54:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.5_all.deb ... unit-abot-epc-basic-0: 14:54:38 DEBUG unit.abot-epc-basic/0.install Unpacking libdpkg-perl (1.18.4ubuntu1.5) ... unit-mysql-0: 14:54:38 DEBUG unit.mysql/0.install Selecting previously unselected package python-mysqldb. unit-mysql-0: 14:54:38 DEBUG unit.mysql/0.install Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ... unit-mysql-0: 14:54:38 DEBUG unit.mysql/0.install Unpacking python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 14:54:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dpkg-dev. unit-abot-epc-basic-0: 14:54:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.5_all.deb ... unit-abot-epc-basic-0: 14:54:39 DEBUG unit.abot-epc-basic/0.install Unpacking dpkg-dev (1.18.4ubuntu1.5) ... unit-mysql-0: 14:54:39 DEBUG unit.mysql/0.install Selecting previously unselected package uuid. unit-mysql-0: 14:54:39 DEBUG unit.mysql/0.install Preparing to unpack .../uuid_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 14:54:40 DEBUG unit.mysql/0.install Unpacking uuid (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 14:54:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package build-essential. unit-abot-epc-basic-0: 14:54:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 14:54:40 DEBUG unit.abot-epc-basic/0.install Unpacking build-essential (12.1ubuntu2) ... unit-mysql-0: 14:54:40 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:54:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfakeroot:amd64. unit-abot-epc-basic-0: 14:54:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:54:41 DEBUG unit.abot-epc-basic/0.install Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-mysql-0: 14:54:41 DEBUG unit.mysql/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 14:54:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fakeroot. unit-abot-epc-basic-0: 14:54:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:54:42 DEBUG unit.abot-epc-basic/0.install Unpacking fakeroot (1.20.2-1ubuntu1) ... unit-mysql-0: 14:54:42 DEBUG unit.mysql/0.install Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 14:54:42 DEBUG unit.mysql/0.install Setting up debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 14:54:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-mysql-0: 14:54:42 DEBUG unit.mysql/0.install Setting up libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 14:54:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ... unit-abot-epc-basic-0: 14:54:42 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-perl (1.19.03-1) ... unit-mysql-0: 14:54:43 DEBUG unit.mysql/0.install Setting up pwgen (2.06-1ubuntu4) ... unit-mysql-0: 14:54:43 DEBUG unit.mysql/0.install Setting up python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 14:54:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-abot-epc-basic-0: 14:54:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ... unit-mysql-0: 14:54:43 DEBUG unit.mysql/0.install Setting up uuid (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 14:54:43 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ... unit-mysql-0: 14:54:44 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 14:54:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-abot-epc-basic-0: 14:54:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ... unit-abot-epc-basic-0: 14:54:44 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-merge-perl (0.08-3) ... unit-mysql-0: 14:54:45 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 14:54:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp2-java. unit-abot-epc-basic-0: 14:54:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp2-java_2.1.10-7build1_all.deb ... unit-mysql-0: 14:54:45 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-mysql-0: 14:54:45 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-mysql-0: 14:54:45 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 14:54:45 DEBUG juju.worker.uniter.operation running operation accept leadership unit-mysql-0: 14:54:45 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-mysql-0: 14:54:45 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-abot-epc-basic-0: 14:54:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp2-java (2.1.10-7build1) ... unit-mysql-0: 14:54:45 INFO juju.worker.uniter found queued "leader-elected" hook unit-mysql-0: 14:54:45 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-mysql-0: 14:54:45 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-mysql-0: 14:54:45 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-mysql-0: 14:54:45 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-mysql-0: 14:54:46 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-mysql-0: 14:54:46 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-mysql-0: 14:54:46 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-mysql-0: 14:54:46 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-mysql-0: 14:54:46 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-mysql-0: 14:54:46 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 14:54:46 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 14:54:46 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-mysql-0: 14:54:46 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-mysql-0: 14:54:46 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-mysql-0: 14:54:46 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-mysql-0: 14:54:46 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-mysql-0: 14:54:46 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-abot-epc-basic-0: 14:54:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp3-java. unit-abot-epc-basic-0: 14:54:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp3-java_1.1.4c-2build1_all.deb ... unit-abot-epc-basic-0: 14:54:46 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp3-java (1.1.4c-2build1) ... unit-mysql-0: 14:54:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 14:54:47 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 14:54:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 14:54:47 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-mysql-0: 14:54:47 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 14:54:47 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Sources unit-abot-epc-basic-0: 14:54:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdom4j-java. unit-abot-epc-basic-0: 14:54:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdom4j-java_1.6.1+dfsg.3-2ubuntu1_all.deb ... unit-mysql-0: 14:54:47 DEBUG unit.mysql/0.config-changed Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 14:54:47 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Sources unit-abot-epc-basic-0: 14:54:47 DEBUG unit.abot-epc-basic/0.install Unpacking libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-mysql-0: 14:54:47 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 14:54:47 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 14:54:47 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 14:54:48 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 14:54:48 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 14:54:48 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 14:54:48 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 14:54:48 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 14:54:48 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-abot-epc-basic-0: 14:54:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-mysql-0: 14:54:48 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-abot-epc-basic-0: 14:54:48 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: 14:54:48 DEBUG unit.abot-epc-basic/0.install Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-mysql-0: 14:54:48 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-mysql-0: 14:54:48 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-mysql-0: 14:54:48 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-mysql-0: 14:54:49 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-mysql-0: 14:54:49 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-mysql-0: 14:54:49 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 14:54:49 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 14:54:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-abot-epc-basic-0: 14:54:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ... unit-mysql-0: 14:54:49 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-abot-epc-basic-0: 14:54:49 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-fcntllock-perl (0.22-3) ... unit-mysql-0: 14:54:49 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 14:54:49 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-mysql-0: 14:54:50 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-mysql-0: 14:54:50 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 14:54:50 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-mysql-0: 14:54:50 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 14:54:50 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-abot-epc-basic-0: 14:54:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7:amd64. unit-abot-epc-basic-0: 14:54:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-mysql-0: 14:54:50 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-abot-epc-basic-0: 14:54:50 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 14:54:51 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 14:54:51 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-mysql-0: 14:54:51 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-mysql-0: 14:54:51 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-mysql-0: 14:54:51 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 14:54:51 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-abot-epc-basic-0: 14:54:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-abot-epc-basic-0: 14:54:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-dev_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-mysql-0: 14:54:51 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-abot-epc-basic-0: 14:54:51 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 14:54:51 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 14:54:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 14:54:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-mysql-0: 14:54:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-mysql-0: 14:54:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 14:54:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 14:54:52 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 14:54:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 14:54:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-mysql-0: 14:54:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 14:54:53 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 14:54:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-dev:amd64. unit-abot-epc-basic-0: 14:54:54 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: 14:54:54 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 14:54:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-all-dev:amd64. unit-abot-epc-basic-0: 14:54:56 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: 14:54:56 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-mysql-0: 14:54:56 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 14:54:56 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 14:54:56 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 14:54:56 INFO unit.mysql/0.juju-log Installing mysql-server with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 14:54:56 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 14:54:56 DEBUG unit.mysql/0.config-changed Building dependency tree... unit-mysql-0: 14:54:56 DEBUG unit.mysql/0.config-changed Reading state information... unit-mysql-0: 14:54:56 DEBUG unit.mysql/0.config-changed The following extra packages will be installed: unit-mysql-0: 14:54:56 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 14:54:56 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 unit-mysql-0: 14:54:56 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-mysql-0: 14:54:56 DEBUG unit.mysql/0.config-changed Suggested packages: unit-mysql-0: 14:54:56 DEBUG unit.mysql/0.config-changed libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-mysql-0: 14:54:56 DEBUG unit.mysql/0.config-changed libsql-statement-perl libipc-sharedcache-perl tinyca mailx unit-mysql-0: 14:54:56 DEBUG unit.mysql/0.config-changed The following NEW packages will be installed: unit-mysql-0: 14:54:56 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 14:54:56 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5 unit-mysql-0: 14:54:56 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-abot-epc-basic-0: 14:54:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxom-java. unit-abot-epc-basic-0: 14:54:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxom-java_1.2.10-1_all.deb ... unit-abot-epc-basic-0: 14:54:57 DEBUG unit.abot-epc-basic/0.install Unpacking libxom-java (1.2.10-1) ... unit-mysql-0: 14:54:57 DEBUG unit.mysql/0.config-changed 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 14:54:57 DEBUG unit.mysql/0.config-changed Need to get 8969 kB of archives. unit-mysql-0: 14:54:57 DEBUG unit.mysql/0.config-changed After this operation, 93.5 MB of additional disk space will be used. unit-mysql-0: 14:54:57 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: 14:54:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package manpages-dev. unit-abot-epc-basic-0: 14:54:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../manpages-dev_4.04-2_all.deb ... unit-abot-epc-basic-0: 14:54:57 DEBUG unit.abot-epc-basic/0.install Unpacking manpages-dev (4.04-2) ... unit-mysql-0: 14:54:58 DEBUG unit.mysql/0.config-changed Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-mysql-0: 14:54:58 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: 14:54:58 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-mysql-0: 14:54:58 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: 14:54:58 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 14:54:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all. unit-abot-epc-basic-0: 14:54:58 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: 14:54:58 DEBUG unit.abot-epc-basic/0.install Unpacking python-all (2.7.12-1~16.04) ... unit-mysql-0: 14:54:58 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-mysql-0: 14:54:59 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: 14:54:59 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: 14:54:59 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: 14:54:59 DEBUG unit.mysql/0.config-changed Preconfiguring packages ... unit-mysql-0: 14:55:00 DEBUG unit.mysql/0.config-changed Fetched 8969 kB in 2s (3279 kB/s) unit-abot-epc-basic-0: 14:55:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-dev. unit-abot-epc-basic-0: 14:55:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-dev_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-mysql-0: 14:55:00 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbi-perl. unit-mysql-0: 14:55:00 DEBUG unit.mysql/0.config-changed (Reading database ... 57806 files and directories currently installed.) unit-mysql-0: 14:55:00 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-abot-epc-basic-0: 14:55:00 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-dev (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 14:55:00 DEBUG unit.mysql/0.config-changed Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 14:55:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-dev. unit-abot-epc-basic-0: 14:55:00 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: 14:55:00 DEBUG unit.abot-epc-basic/0.install Unpacking python-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 14:55:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all-dev. unit-abot-epc-basic-0: 14:55:00 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: 14:55:01 DEBUG unit.abot-epc-basic/0.install Unpacking python-all-dev (2.7.12-1~16.04) ... unit-mysql-0: 14:55:01 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbd-mysql-perl. unit-mysql-0: 14:55:01 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 14:55:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pkg-resources. unit-abot-epc-basic-0: 14:55:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ... unit-mysql-0: 14:55:01 DEBUG unit.mysql/0.config-changed Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 14:55:01 DEBUG unit.abot-epc-basic/0.install Unpacking python-pkg-resources (20.7.0-1) ... unit-abot-epc-basic-0: 14:55:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-setuptools. unit-abot-epc-basic-0: 14:55:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 14:55:02 DEBUG unit.abot-epc-basic/0.install Unpacking python-setuptools (20.7.0-1) ... unit-mysql-0: 14:55:02 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libterm-readkey-perl. unit-mysql-0: 14:55:02 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-mysql-0: 14:55:02 DEBUG unit.mysql/0.config-changed Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 14:55:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-wheel. unit-abot-epc-basic-0: 14:55:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-wheel_0.29.0-1_all.deb ... unit-abot-epc-basic-0: 14:55:03 DEBUG unit.abot-epc-basic/0.install Unpacking python-wheel (0.29.0-1) ... unit-mysql-0: 14:55:03 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-core-5.5. unit-mysql-0: 14:55:03 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: 14:55:03 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 14:55:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ssl-cert. unit-abot-epc-basic-0: 14:55:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ssl-cert_1.0.37_all.deb ... unit-abot-epc-basic-0: 14:55:04 DEBUG unit.abot-epc-basic/0.install Unpacking ssl-cert (1.0.37) ... unit-abot-epc-basic-0: 14:55:04 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-mysql-0: 14:55:04 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-5.5. unit-mysql-0: 14:55:04 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: 14:55:04 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 14:55:06 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-core-5.5. unit-mysql-0: 14:55:06 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: 14:55:06 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 14:55:07 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-5.5. unit-mysql-0: 14:55:07 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: 14:55:08 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 14:55:08 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 14:55:09 DEBUG unit.abot-epc-basic/0.install Setting up libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 14:55:09 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-parent-java (39-3) ... unit-mysql-0: 14:55:09 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 14:55:09 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-logging-java (1.2-1+build1) ... unit-abot-epc-basic-0: 14:55:09 DEBUG unit.abot-epc-basic/0.install Setting up libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 14:55:09 DEBUG unit.abot-epc-basic/0.install Setting up libhttpclient-java (4.5.1-1) ... unit-abot-epc-basic-0: 14:55:10 DEBUG unit.abot-epc-basic/0.install Setting up libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 14:55:10 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 14:55:11 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-io-java (2.4-2) ... unit-mysql-0: 14:55:11 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libhtml-template-perl. unit-mysql-0: 14:55:11 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-abot-epc-basic-0: 14:55:11 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net2-java (2.2-2) ... unit-mysql-0: 14:55:11 DEBUG unit.mysql/0.config-changed Unpacking libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 14:55:11 DEBUG unit.abot-epc-basic/0.install Setting up libjsch-java (0.1.53-1ubuntu1) ... unit-abot-epc-basic-0: 14:55:12 DEBUG unit.abot-epc-basic/0.install Setting up libjsoup-java (1.8.3-1) ... unit-mysql-0: 14:55:12 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server. unit-mysql-0: 14:55:12 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 14:55:12 DEBUG unit.mysql/0.config-changed Unpacking mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 14:55:12 DEBUG unit.abot-epc-basic/0.install Setting up libatinject-jsr330-api-java (1.0+ds1-2) ... unit-abot-epc-basic-0: 14:55:13 DEBUG unit.abot-epc-basic/0.install Setting up libjsr305-java (0.1~+svn49-9) ... unit-mysql-0: 14:55:13 DEBUG unit.mysql/0.config-changed Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:55:13 DEBUG unit.abot-epc-basic/0.install Setting up libguava-java (19.0-1) ... unit-abot-epc-basic-0: 14:55:14 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds-java (1.5.0-5) ... unit-mysql-0: 14:55:14 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 14:55:14 DEBUG unit.abot-epc-basic/0.install Setting up libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-mysql-0: 14:55:15 DEBUG unit.mysql/0.config-changed Setting up libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 14:55:15 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-resolver1.1-java (1.2-7build1) ... unit-mysql-0: 14:55:15 DEBUG unit.mysql/0.config-changed Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 14:55:15 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-external-java (1.4.01-2build1) ... unit-abot-epc-basic-0: 14:55:16 DEBUG unit.abot-epc-basic/0.install Setting up libxerces2-java (2.11.0-7) ... unit-mysql-0: 14:55:16 DEBUG unit.mysql/0.config-changed Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 14:55:16 DEBUG unit.abot-epc-basic/0.install Setting up libxalan2-java (2.7.1-9) ... unit-mysql-0: 14:55:16 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: 14:55:16 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interpolation-java (1.21-1) ... unit-mysql-0: 14:55:17 DEBUG unit.mysql/0.config-changed Setting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 14:55:17 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils-java (1:1.5.15-4+deb8u1build0.16.04.1) ... unit-mysql-0: 14:55:17 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: 14:55:17 DEBUG unit.abot-epc-basic/0.install Setting up libxbean-java (4.5-1) ... unit-abot-epc-basic-0: 14:55:18 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers-java (1.0~beta3.0.7-8) ... unit-mysql-0: 14:55:18 DEBUG unit.mysql/0.config-changed Setting up mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 14:55:18 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-abot-epc-basic-0: 14:55:19 DEBUG unit.abot-epc-basic/0.install Setting up libwagon-java (1.0.0-7) ... unit-abot-epc-basic-0: 14:55:20 DEBUG unit.abot-epc-basic/0.install Setting up libeclipse-aether-java (1.0.2-1) ... unit-abot-epc-basic-0: 14:55:21 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-cli-java (1.3.1-3ubuntu1) ... unit-abot-epc-basic-0: 14:55:21 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang3-java (3.4-1) ... unit-abot-epc-basic-0: 14:55:21 DEBUG unit.abot-epc-basic/0.install Setting up libaopalliance-java (20070526-5) ... unit-abot-epc-basic-0: 14:55:21 DEBUG unit.abot-epc-basic/0.install Setting up libguice-java (4.0-2) ... unit-abot-epc-basic-0: 14:55:22 DEBUG unit.abot-epc-basic/0.install Setting up junit (3.8.2-8build1) ... unit-abot-epc-basic-0: 14:55:23 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cipher-java (1.7-1) ... unit-abot-epc-basic-0: 14:55:24 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds2-java (2.5.2-1) ... unit-abot-epc-basic-0: 14:55:25 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils2-java (3.0.22-1) ... unit-abot-epc-basic-0: 14:55:26 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default1.5-java (1.6-2) ... unit-abot-epc-basic-0: 14:55:27 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 14:55:28 DEBUG unit.abot-epc-basic/0.install Setting up libasm4-java (5.0.4-1) ... unit-abot-epc-basic-0: 14:55:29 DEBUG unit.abot-epc-basic/0.install Setting up libjaxen-java (1.1.6-1ubuntu1) ... unit-abot-epc-basic-0: 14:55:30 DEBUG unit.abot-epc-basic/0.install Setting up libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 14:55:31 DEBUG unit.abot-epc-basic/0.install Setting up libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 14:55:32 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang-java (2.6-6ubuntu2) ... unit-abot-epc-basic-0: 14:55:33 DEBUG unit.abot-epc-basic/0.install Setting up libdoxia-core-java (1.1.4-3ubuntu1) ... unit-abot-epc-basic-0: 14:55:33 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-mysql-0: 14:55:34 DEBUG unit.mysql/0.config-changed 190120 14:55:34 [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: 14:55:34 DEBUG unit.mysql/0.config-changed 190120 14:55:34 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-mysql-0: 14:55:34 DEBUG unit.mysql/0.config-changed 190120 14:55:34 [Note] /usr/sbin/mysqld (mysqld 5.5.62-0ubuntu0.14.04.1) starting as process 12066 ... unit-abot-epc-basic-0: 14:55:34 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-abot-epc-basic-0: 14:55:34 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-io-java (1.0~alpha5-2) ... unit-abot-epc-basic-0: 14:55:34 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-archiver-java (2.2-1+deb9u1build0.16.04.1) ... unit-abot-epc-basic-0: 14:55:35 DEBUG unit.abot-epc-basic/0.install Setting up libbsh-java (2.0b4-17ubuntu1) ... unit-abot-epc-basic-0: 14:55:35 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 14:55:35 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-sec-dispatcher-java (1.3.1-6) ... unit-abot-epc-basic-0: 14:55:35 DEBUG unit.abot-epc-basic/0.install Setting up libmaven2-core-java (2.2.1-24) ... unit-abot-epc-basic-0: 14:55:36 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cli-java (1.2-5) ... unit-abot-epc-basic-0: 14:55:36 DEBUG unit.abot-epc-basic/0.install Setting up libqdox2-java (2.0~M3-2) ... unit-abot-epc-basic-0: 14:55:36 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 14:55:36 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers1.5-java (1.6-2) ... unit-abot-epc-basic-0: 14:55:36 DEBUG unit.abot-epc-basic/0.install Setting up libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-abot-epc-basic-0: 14:55:36 DEBUG unit.abot-epc-basic/0.install Setting up libservlet3.1-java (8.0.32-1ubuntu1.8) ... unit-abot-epc-basic-0: 14:55:36 DEBUG unit.abot-epc-basic/0.install Setting up libcdi-api-java (1.0-2) ... unit-abot-epc-basic-0: 14:55:37 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-inject-java (0.3.2-1) ... unit-abot-epc-basic-0: 14:55:37 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-plexus-java (0.3.2-1) ... unit-abot-epc-basic-0: 14:55:37 DEBUG unit.abot-epc-basic/0.install Setting up libhamcrest-java (1.3-5ubuntu1) ... unit-abot-epc-basic-0: 14:55:37 DEBUG unit.abot-epc-basic/0.install Setting up junit4 (4.12-4ubuntu1) ... unit-abot-epc-basic-0: 14:55:37 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net-java (3.4-2ubuntu2) ... unit-abot-epc-basic-0: 14:55:37 DEBUG unit.abot-epc-basic/0.install Setting up libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 14:55:37 DEBUG unit.abot-epc-basic/0.install Setting up libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 14:55:37 DEBUG unit.abot-epc-basic/0.install Setting up libeasymock-java (3.3.1+ds-3) ... unit-abot-epc-basic-0: 14:55:37 DEBUG unit.abot-epc-basic/0.install Setting up libservlet2.5-java (6.0.45+dfsg-1) ... unit-abot-epc-basic-0: 14:55:37 DEBUG unit.abot-epc-basic/0.install Setting up libjetty-java (6.1.26-5) ... unit-abot-epc-basic-0: 14:55:38 DEBUG unit.abot-epc-basic/0.install Setting up liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-abot-epc-basic-0: 14:55:38 DEBUG unit.abot-epc-basic/0.install Setting up libmaven-parent-java (21-2) ... unit-abot-epc-basic-0: 14:55:38 DEBUG unit.abot-epc-basic/0.install Setting up libwagon2-java (2.10-3) ... unit-abot-epc-basic-0: 14:55:38 DEBUG unit.abot-epc-basic/0.install Setting up libmaven3-core-java (3.3.9-3) ... unit-abot-epc-basic-0: 14:55:38 DEBUG unit.abot-epc-basic/0.install Setting up maven (3.3.9-3) ... unit-abot-epc-basic-0: 14:55:38 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: 14:55:39 DEBUG unit.abot-epc-basic/0.install Setting up libapr1:amd64 (1.5.2-3) ... unit-abot-epc-basic-0: 14:55:39 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 14:55:39 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 14:55:39 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 14:55:40 DEBUG unit.abot-epc-basic/0.install Setting up liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-abot-epc-basic-0: 14:55:40 DEBUG unit.abot-epc-basic/0.install Setting up apache2-bin (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 14:55:40 DEBUG unit.abot-epc-basic/0.install Setting up apache2-utils (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 14:55:40 DEBUG unit.abot-epc-basic/0.install Setting up apache2-data (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 14:55:40 DEBUG unit.abot-epc-basic/0.install Setting up apache2 (2.4.18-2ubuntu3.9) ... unit-mysql-0: 14:55:44 DEBUG unit.mysql/0.config-changed mysql start/running, process 12201 unit-mysql-0: 14:55:44 DEBUG unit.mysql/0.config-changed Setting up libhtml-template-perl (2.95-1) ... unit-mysql-0: 14:55:45 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-mysql-0: 14:55:45 DEBUG unit.mysql/0.config-changed Setting up mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 14:55:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 14:55:46 INFO unit.mysql/0.juju-log dataset size in bytes: 1677721600 unit-mysql-0: 14:55:49 DEBUG unit.mysql/0.config-changed mysql stop/waiting unit-mysql-0: 14:55:51 DEBUG unit.mysql/0.config-changed mysql start/running, process 12322 unit-mysql-0: 14:55:52 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 14:55:52 INFO juju.worker.uniter.operation ran "config-changed" hook unit-mysql-0: 14:55:52 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-mysql-0: 14:55:52 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-mysql-0: 14:55:52 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 14:55:52 INFO juju.worker.uniter found queued "start" hook unit-mysql-0: 14:55:52 DEBUG juju.worker.uniter.operation running operation run start hook unit-mysql-0: 14:55:52 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-mysql-0: 14:55:52 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-mysql-0: 14:55:52 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-mysql-0: 14:55:52 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-mysql-0: 14:55:52 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 14:55:53 DEBUG unit.abot-epc-basic/0.install Enabling module mpm_event. unit-abot-epc-basic-0: 14:55:53 DEBUG unit.abot-epc-basic/0.install Enabling module authz_core. unit-abot-epc-basic-0: 14:55:53 DEBUG unit.abot-epc-basic/0.install Enabling module authz_host. unit-abot-epc-basic-0: 14:55:53 DEBUG unit.abot-epc-basic/0.install Enabling module authn_core. unit-abot-epc-basic-0: 14:55:53 DEBUG unit.abot-epc-basic/0.install Enabling module auth_basic. unit-abot-epc-basic-0: 14:55:53 DEBUG unit.abot-epc-basic/0.install Enabling module access_compat. unit-abot-epc-basic-0: 14:55:53 DEBUG unit.abot-epc-basic/0.install Enabling module authn_file. unit-abot-epc-basic-0: 14:55:53 DEBUG unit.abot-epc-basic/0.install Enabling module authz_user. unit-abot-epc-basic-0: 14:55:53 DEBUG unit.abot-epc-basic/0.install Enabling module alias. unit-abot-epc-basic-0: 14:55:53 DEBUG unit.abot-epc-basic/0.install Enabling module dir. unit-abot-epc-basic-0: 14:55:54 DEBUG unit.abot-epc-basic/0.install Enabling module autoindex. unit-abot-epc-basic-0: 14:55:54 DEBUG unit.abot-epc-basic/0.install Enabling module env. unit-abot-epc-basic-0: 14:55:54 DEBUG unit.abot-epc-basic/0.install Enabling module mime. unit-abot-epc-basic-0: 14:55:54 DEBUG unit.abot-epc-basic/0.install Enabling module negotiation. unit-abot-epc-basic-0: 14:55:54 DEBUG unit.abot-epc-basic/0.install Enabling module setenvif. unit-abot-epc-basic-0: 14:55:54 DEBUG unit.abot-epc-basic/0.install Enabling module filter. unit-abot-epc-basic-0: 14:55:54 DEBUG unit.abot-epc-basic/0.install Enabling module deflate. unit-abot-epc-basic-0: 14:55:54 DEBUG unit.abot-epc-basic/0.install Enabling module status. unit-abot-epc-basic-0: 14:55:54 DEBUG unit.abot-epc-basic/0.install Enabling conf charset. unit-abot-epc-basic-0: 14:55:54 DEBUG unit.abot-epc-basic/0.install Enabling conf localized-error-pages. unit-abot-epc-basic-0: 14:55:54 DEBUG unit.abot-epc-basic/0.install Enabling conf other-vhosts-access-log. unit-abot-epc-basic-0: 14:55:54 DEBUG unit.abot-epc-basic/0.install Enabling conf security. unit-abot-epc-basic-0: 14:55:54 DEBUG unit.abot-epc-basic/0.install Enabling conf serve-cgi-bin. unit-abot-epc-basic-0: 14:55:54 DEBUG unit.abot-epc-basic/0.install Enabling site 000-default. unit-abot-epc-basic-0: 14:55:56 DEBUG unit.abot-epc-basic/0.install Setting up python-pip-whl (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 14:55:56 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 14:55:56 DEBUG unit.mysql/0.start mysql stop/waiting unit-abot-epc-basic-0: 14:55:57 DEBUG unit.abot-epc-basic/0.install Setting up python2.7 (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 14:55:58 DEBUG unit.abot-epc-basic/0.install Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 14:55:58 DEBUG unit.abot-epc-basic/0.install Setting up python (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 14:55:59 DEBUG unit.abot-epc-basic/0.install Setting up python-pip (8.1.1-2ubuntu0.4) ... unit-mysql-0: 14:55:59 DEBUG unit.mysql/0.start mysql start/running, process 12433 unit-mysql-0: 14:55:59 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 14:56:00 DEBUG unit.abot-epc-basic/0.install Setting up abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 14:56:01 DEBUG unit.abot-epc-basic/0.install Inside postinstall - configure called unit-abot-epc-basic-0: 14:56:01 DEBUG unit.abot-epc-basic/0.install Current directory : / unit-abot-epc-basic-0: 14:56:01 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-mysql-0: 14:56:01 INFO juju.worker.uniter.operation ran "start" hook unit-mysql-0: 14:56:01 DEBUG juju.worker.uniter.operation unit mysql/0 has started but has not yet set status unit-mysql-0: 14:56:02 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-mysql-0: 14:56:02 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-mysql-0: 14:56:02 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 14:56:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 14:56:02 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-mysql-0: 14:56:02 INFO juju.worker.uniter.relation joining relation "mysql:cluster" unit-abot-epc-basic-0: 14:56:02 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-mysql-0: 14:56:03 INFO juju.worker.uniter.relation joined relation "mysql:cluster" unit-abot-epc-basic-0: 14:56:03 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: 14:56:03 DEBUG unit.abot-epc-basic/0.install 3/4 KB 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 8.2 KB/sec) unit-abot-epc-basic-0: 14:56:03 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: 14:56:03 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 454.8 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 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 887.6 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 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 628.4 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 DEBUG unit.abot-epc-basic/0.install 3/25 KB 5/25 KB 8/25 KB 11/25 KB 13/25 KB 16/25 KB 19/25 KB 21/25 KB 24/25 KB 25/25 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 829.5 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (7 KB at 391.7 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (10 KB at 490.9 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 DEBUG unit.abot-epc-basic/0.install 3/37 KB 5/37 KB 8/37 KB 11/37 KB 13/37 KB 16/37 KB 19/37 KB 21/37 KB 24/37 KB 27/37 KB 29/37 KB 32/37 KB 35/37 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 KB at 1385.9 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 KB at 682.9 KB/sec) unit-abot-epc-basic-0: 14:56:04 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-mysql-0: 14:56:04 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-abot-epc-basic-0: 14:56:04 DEBUG unit.abot-epc-basic/0.install 3/33 KB 6/33 KB 9/33 KB 11/33 KB 14/33 KB 16/33 KB 19/33 KB 22/33 KB 25/33 KB 27/33 KB 30/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 1078.0 KB/sec) unit-abot-epc-basic-0: 14:56:04 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:04 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:56:04 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 14:56:04 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:56:04 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 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: 14:56:04 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 79.2 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 DEBUG unit.abot-epc-basic/0.install 3/22 KB 5/22 KB 8/22 KB 11/22 KB 13/22 KB 16/22 KB 19/22 KB 21/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 KB at 951.5 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 DEBUG unit.abot-epc-basic/0.install 3/32 KB 5/32 KB 8/32 KB 11/32 KB 13/32 KB 16/32 KB 19/32 KB 21/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 1020.9 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 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 266.7 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 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 159.3 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 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 101.3 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 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 109.1 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 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 371.6 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 666.9 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 DEBUG unit.abot-epc-basic/0.install 889/889 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 57.9 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 380.3 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (4 KB at 203.0 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 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: 14:56:04 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: 14:56:04 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 373.5 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 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: 14:56:04 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: 14:56:04 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 418.5 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 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 218.2 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 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 132.5 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 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 168.3 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (2 KB at 101.5 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 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 96.5 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 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 45.2 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 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 99.1 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 KB at 778.3 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 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 1637.4 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:04 DEBUG unit.abot-epc-basic/0.install 4/15 KB 8/15 KB 12/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 KB at 822.5 KB/sec) unit-abot-epc-basic-0: 14:56:04 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: 14:56:05 DEBUG unit.abot-epc-basic/0.install 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4 KB at 232.5 KB/sec) unit-abot-epc-basic-0: 14:56:05 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: 14:56:05 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: 14:56:05 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: 14:56:05 DEBUG unit.abot-epc-basic/0.install 3/32 KB 5/32 KB 8/32 KB 11/32 KB 13/32 KB 16/32 KB 19/32 KB 21/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 1515.3 KB/sec) unit-abot-epc-basic-0: 14:56:05 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: 14:56:05 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 KB at 620.3 KB/sec) unit-abot-epc-basic-0: 14:56:05 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: 14:56:05 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 52.4 KB/sec) unit-abot-epc-basic-0: 14:56:05 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: 14:56:05 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (4 KB at 192.0 KB/sec) unit-abot-epc-basic-0: 14:56:05 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: 14:56:05 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 1247.9 KB/sec) unit-abot-epc-basic-0: 14:56:05 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: 14:56:05 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (7 KB at 471.5 KB/sec) unit-abot-epc-basic-0: 14:56:05 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: 14:56:05 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 827.6 KB/sec) unit-abot-epc-basic-0: 14:56:05 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: 14:56:05 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: 14:56:05 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: 14:56:05 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: 14:56:05 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: 14:56:05 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (13 KB at 366.2 KB/sec) unit-abot-epc-basic-0: 14:56:05 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: 14:56:05 DEBUG unit.abot-epc-basic/0.install 3/48 KB 3/35 KB 5/48 KB 3/30 KB 3/35 KB 3/48 KB 3/30 KB 3/35 KB 5/48 KB 5/30 KB 3/35 KB 3/48 KB 5/35 KB 5/48 KB 5/30 KB 8/35 KB 5/48 KB 5/30 KB 8/35 KB 5/48 KB 8/30 KB 11/35 KB 8/48 KB 11/30 KB 11/35 KB 8/48 KB 8/30 KB 11/35 KB 5/48 KB 8/30 KB 13/35 KB 8/48 KB 11/30 KB 13/35 KB 11/48 KB 11/30 KB 13/35 KB 11/48 KB 13/30 KB 13/35 KB 13/48 KB 13/30 KB 13/35 KB 13/48 KB 3/50 KB 13/30 KB 13/35 KB 16/48 KB 6/50 KB 3/153 KB 16/30 KB 16/35 KB 16/48 KB 6/50 KB 3/153 KB 16/30 KB 19/35 KB 16/48 KB 6/50 KB 3/153 KB 16/30 KB 21/35 KB 16/48 KB 6/50 KB 3/153 KB 16/30 KB 24/35 KB 16/48 KB 6/50 KB 3/153 KB 16/30 KB 27/35 KB 16/48 KB 6/50 KB 3/153 KB 16/30 KB 29/35 KB 16/48 KB 6/50 KB 3/153 KB 16/30 KB 32/35 KB 16/48 KB 6/50 KB 3/153 KB 16/30 KB 35/35 KB 16/48 KB 6/50 KB 3/153 KB 16/30 KB 35/35 KB 16/48 KB 9/50 KB 3/153 KB 16/30 KB 13/35 KB 16/48 KB 3/50 KB 3/153 KB 16/30 KB 13/35 KB 13/48 KB 3/50 KB 3/153 KB 16/30 KB 35/35 KB 16/48 KB 9/50 KB 3/153 KB 19/30 KB 35/35 KB 19/48 KB 9/50 KB 3/153 KB 19/30 KB 35/35 KB 19/48 KB 9/50 KB 3/153 KB 21/30 KB 35/35 KB 19/48 KB 9/50 KB 3/153 KB 24/30 KB 13/35 KB 13/48 KB 3/50 KB 3/153 KB 13/30 KB 35/35 KB 21/48 KB 9/50 KB 5/153 KB 24/30 KB 35/35 KB 21/48 KB 9/50 KB 8/153 KB 24/30 KB 35/35 KB 21/48 KB 9/50 KB 11/153 KB 27/30 KB 35/35 KB 21/48 KB 9/50 KB 3/153 KB 24/30 KB 35/35 KB 24/48 KB 9/50 KB 11/153 KB 27/30 KB 35/35 KB 27/48 KB 9/50 KB 11/153 KB 27/30 KB 35/35 KB 29/48 KB 9/50 KB 11/153 KB 27/30 KB 35/35 KB 32/48 KB 9/50 KB 13/153 KB 27/30 KB 35/35 KB 36/48 KB 9/50 KB 13/153 KB 27/30 KB 35/35 KB 40/48 KB 11/50 KB 13/153 KB 27/30 KB 35/35 KB 16/48 KB 6/50 KB 3/153 KB 16/30 KB 35/35 KB 36/48 KB 11/50 KB 13/153 KB 27/30 KB 35/35 KB 29/48 KB 9/50 KB 13/153 KB 27/30 KB 35/35 KB 21/48 KB 9/50 KB 8/153 KB 27/30 KB 35/35 KB 40/48 KB 11/50 KB 13/153 KB 29/30 KB 35/35 KB 40/48 KB 11/50 KB 13/153 KB 30/30 KB 35/35 KB 40/48 KB 11/50 KB 16/153 KB 30/30 KB 35/35 KB 40/48 KB 11/50 KB 19/153 KB 30/30 KB 35/35 KB 40/48 KB 14/50 KB 21/153 KB 30/30 KB 35/35 KB 40/48 KB 14/50 KB 19/153 KB 30/30 KB 35/35 KB 40/48 KB 16/50 KB 21/153 KB 30/30 KB 35/35 KB 40/48 KB 16/50 KB 24/153 KB 30/30 KB 35/35 KB 40/48 KB 19/50 KB 24/153 KB 30/30 KB 35/35 KB 40/48 KB 22/50 KB 24/153 KB 30/30 KB 35/35 KB 44/48 KB 25/50 KB 27/153 KB 30/30 KB 35/35 KB 44/48 KB 22/50 KB 27/153 KB 30/30 KB 35/35 KB 48/48 KB 25/50 KB 27/153 KB 30/30 KB 35/35 KB 40/48 KB 22/50 KB 27/153 KB 30/30 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 616.7 KB/sec) unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install 48/48 KB 27/50 KB 27/153 KB 48/48 KB 25/50 KB 27/153 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 509.0 KB/sec) unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install 48/48 KB 30/50 KB 27/153 KB 48/48 KB 32/50 KB 27/153 KB 48/48 KB 36/50 KB 27/153 KB 48/48 KB 40/50 KB 27/153 KB 48/48 KB 44/50 KB 27/153 KB 48/48 KB 48/50 KB 27/153 KB Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install 48/48 KB 50/50 KB 27/153 KB 48/48 KB 50/50 KB 29/153 KB 48/48 KB 50/50 KB 32/153 KB 48/48 KB 50/50 KB 36/153 KB 48/48 KB 50/50 KB 40/153 KB 48/48 KB 50/50 KB 44/153 KB 48/48 KB 50/50 KB 48/153 KB 48/48 KB 50/50 KB 52/153 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 674.5 KB/sec) unit-abot-epc-basic-0: 14:56:05 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: 14:56:05 DEBUG unit.abot-epc-basic/0.install 50/50 KB 3/119 KB 52/153 KB 4/190 KB 5/119 KB 52/153 KB 4/190 KB 8/119 KB 52/153 KB 4/190 KB 11/119 KB 52/153 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (50 KB at 742.4 KB/sec) unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install 4/190 KB 50/50 KB 3/119 KB 52/153 KB 8/190 KB 11/119 KB 52/153 KB 12/190 KB 11/119 KB 52/153 KB 16/190 KB 11/119 KB 52/153 KB 20/190 KB 11/119 KB 52/153 KB 24/190 KB 13/119 KB 52/153 KB 28/190 KB 13/119 KB 52/153 KB 32/190 KB 13/119 KB 52/153 KB 20/190 KB 13/119 KB 52/153 KB 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: 14:56:05 DEBUG unit.abot-epc-basic/0.install 32/190 KB 16/119 KB 52/153 KB 32/190 KB 19/119 KB 52/153 KB 32/190 KB 21/119 KB 52/153 KB 36/190 KB 24/119 KB 52/153 KB 36/190 KB 27/119 KB 52/153 KB 36/190 KB 21/119 KB 52/153 KB 40/190 KB 27/119 KB 52/153 KB 44/190 KB 27/119 KB 52/153 KB 48/190 KB 29/119 KB 52/153 KB 44/190 KB 29/119 KB 52/153 KB 48/190 KB 32/119 KB 52/153 KB 48/190 KB 32/119 KB 52/153 KB 4/37 KB 48/190 KB 32/119 KB 52/153 KB 8/37 KB 48/190 KB 32/119 KB 52/153 KB 12/37 KB 48/190 KB 32/119 KB 52/153 KB 16/37 KB 48/190 KB 32/119 KB 52/153 KB 20/37 KB 52/190 KB 32/119 KB 52/153 KB 20/37 KB 56/190 KB 36/119 KB 52/153 KB 24/37 KB 52/190 KB 36/119 KB 52/153 KB 24/37 KB 56/190 KB 40/119 KB 52/153 KB 24/37 KB 56/190 KB 44/119 KB 52/153 KB 24/37 KB 60/190 KB 48/119 KB 52/153 KB 3/86 KB 24/37 KB 52/190 KB 32/119 KB 52/153 KB 24/37 KB 60/190 KB 48/119 KB 52/153 KB 3/86 KB 28/37 KB 60/190 KB 48/119 KB 52/153 KB 3/86 KB 32/37 KB 60/190 KB 44/119 KB 52/153 KB 3/86 KB 24/37 KB 60/190 KB 48/119 KB 52/153 KB 5/86 KB 32/37 KB 60/190 KB 48/119 KB 52/153 KB 8/86 KB 32/37 KB 60/190 KB 48/119 KB 52/153 KB 11/86 KB 32/37 KB 60/190 KB 48/119 KB 52/153 KB 13/86 KB 32/37 KB 60/190 KB 48/119 KB 52/153 KB 16/86 KB 32/37 KB 60/190 KB 48/119 KB 52/153 KB 19/86 KB 36/37 KB 60/190 KB 44/119 KB 52/153 KB 24/37 KB 64/190 KB 48/119 KB 52/153 KB 19/86 KB 36/37 KB 68/190 KB 48/119 KB 52/153 KB 19/86 KB 36/37 KB 72/190 KB 52/119 KB 56/153 KB 21/86 KB 36/37 KB 76/190 KB 52/119 KB 56/153 KB 21/86 KB 36/37 KB 60/190 KB 48/119 KB 52/153 KB 16/86 KB 36/37 KB 76/190 KB 52/119 KB 56/153 KB 21/86 KB 37/37 KB 68/190 KB 52/119 KB 56/153 KB 21/86 KB 36/37 KB 68/190 KB 48/119 KB 56/153 KB 21/86 KB 36/37 KB 68/190 KB 48/119 KB 56/153 KB 19/86 KB 36/37 KB 76/190 KB 56/119 KB 60/153 KB 21/86 KB 37/37 KB 76/190 KB 56/119 KB 64/153 KB 21/86 KB 37/37 KB 76/190 KB 56/119 KB 64/153 KB 24/86 KB 37/37 KB 76/190 KB 56/119 KB 68/153 KB 24/86 KB 37/37 KB 76/190 KB 56/119 KB 72/153 KB 27/86 KB 37/37 KB 76/190 KB 56/119 KB 76/153 KB 27/86 KB 37/37 KB 76/190 KB 56/119 KB 80/153 KB 27/86 KB 37/37 KB 76/190 KB 56/119 KB 68/153 KB 27/86 KB 37/37 KB 76/190 KB 56/119 KB 68/153 KB 24/86 KB 37/37 KB 76/190 KB 60/119 KB 80/153 KB 27/86 KB 37/37 KB 76/190 KB 64/119 KB 80/153 KB 27/86 KB 37/37 KB 76/190 KB 64/119 KB 80/153 KB 29/86 KB 37/37 KB 76/190 KB 64/119 KB 80/153 KB 32/86 KB 37/37 KB 76/190 KB 68/119 KB 80/153 KB 32/86 KB 37/37 KB 80/190 KB 72/119 KB 84/153 KB 32/86 KB 37/37 KB 80/190 KB 76/119 KB 84/153 KB 32/86 KB 37/37 KB 80/190 KB 80/119 KB 84/153 KB 32/86 KB 37/37 KB 80/190 KB 68/119 KB 84/153 KB 32/86 KB 37/37 KB 80/190 KB 68/119 KB 80/153 KB 32/86 KB 37/37 KB 84/190 KB 80/119 KB 84/153 KB 36/86 KB 37/37 KB 88/190 KB 84/119 KB 88/153 KB 36/86 KB 37/37 KB 92/190 KB 84/119 KB 88/153 KB 36/86 KB 37/37 KB 96/190 KB 84/119 KB 88/153 KB 36/86 KB 37/37 KB 80/190 KB 80/119 KB 84/153 KB 36/86 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (37 KB at 416.3 KB/sec) unit-abot-epc-basic-0: 14:56:05 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: 14:56:05 DEBUG unit.abot-epc-basic/0.install 96/190 KB 84/119 KB 88/153 KB 40/86 KB 96/190 KB 84/119 KB 88/153 KB 44/86 KB 96/190 KB 84/119 KB 88/153 KB 48/86 KB 96/190 KB 84/119 KB 88/153 KB 52/86 KB 100/190 KB 84/119 KB 88/153 KB 56/86 KB 100/190 KB 84/119 KB 88/153 KB 60/86 KB 100/190 KB 84/119 KB 88/153 KB 64/86 KB 84/190 KB 84/119 KB 88/153 KB 36/86 KB 37/37 KB 100/190 KB 88/119 KB 88/153 KB 64/86 KB 100/190 KB 92/119 KB 88/153 KB 64/86 KB 100/190 KB 96/119 KB 88/153 KB 64/86 KB 84/190 KB 80/119 KB 88/153 KB 36/86 KB 37/37 KB 100/190 KB 96/119 KB 92/153 KB 64/86 KB 100/190 KB 96/119 KB 96/153 KB 64/86 KB 100/190 KB 96/119 KB 100/153 KB 64/86 KB 100/190 KB 100/119 KB 104/153 KB 68/86 KB 3/66 KB 100/190 KB 100/119 KB 108/153 KB 68/86 KB 3/66 KB 100/190 KB 100/119 KB 112/153 KB 68/86 KB 3/66 KB 100/190 KB 84/119 KB 88/153 KB 52/86 KB 104/190 KB 100/119 KB 112/153 KB 68/86 KB 3/66 KB 108/190 KB 100/119 KB 112/153 KB 68/86 KB 3/66 KB 112/190 KB 100/119 KB 112/153 KB 68/86 KB 3/66 KB 116/190 KB 100/119 KB 112/153 KB 68/86 KB 3/66 KB 120/190 KB 100/119 KB 116/153 KB 68/86 KB 3/66 KB 124/190 KB 100/119 KB 116/153 KB 68/86 KB 3/66 KB 128/190 KB 100/119 KB 116/153 KB 68/86 KB 3/66 KB 100/190 KB 100/119 KB 100/153 KB 68/86 KB 3/66 KB 100/190 KB 100/119 KB 100/153 KB 64/86 KB 3/66 KB 128/190 KB 100/119 KB 116/153 KB 72/86 KB 6/66 KB 100/190 KB 100/119 KB 100/153 KB 64/86 KB 128/190 KB 104/119 KB 116/153 KB 72/86 KB 6/66 KB 128/190 KB 108/119 KB 116/153 KB 72/86 KB 9/66 KB 128/190 KB 112/119 KB 116/153 KB 72/86 KB 9/66 KB 128/190 KB 116/119 KB 116/153 KB 72/86 KB 9/66 KB 128/190 KB 119/119 KB 116/153 KB 72/86 KB 9/66 KB 116/190 KB 100/119 KB 116/153 KB 68/86 KB 3/66 KB 128/190 KB 119/119 KB 120/153 KB 72/86 KB 9/66 KB 128/190 KB 119/119 KB 124/153 KB 72/86 KB 9/66 KB 128/190 KB 119/119 KB 128/153 KB 72/86 KB 9/66 KB 128/190 KB 119/119 KB 132/153 KB 72/86 KB 9/66 KB 132/190 KB 119/119 KB 136/153 KB 72/86 KB 9/66 KB 132/190 KB 119/119 KB 140/153 KB 72/86 KB 9/66 KB 132/190 KB 119/119 KB 144/153 KB 72/86 KB 9/66 KB 128/190 KB 100/119 KB 116/153 KB 72/86 KB 3/66 KB 132/190 KB 119/119 KB 144/153 KB 76/86 KB 9/66 KB 132/190 KB 119/119 KB 144/153 KB 80/86 KB 9/66 KB 132/190 KB 119/119 KB 144/153 KB 84/86 KB 9/66 KB 132/190 KB 119/119 KB 144/153 KB 86/86 KB 9/66 KB 128/190 KB 104/119 KB 116/153 KB 72/86 KB 9/66 KB 132/190 KB 119/119 KB 144/153 KB 86/86 KB 11/66 KB 132/190 KB 119/119 KB 144/153 KB 86/86 KB 14/66 KB 132/190 KB 119/119 KB 144/153 KB 86/86 KB 16/66 KB 132/190 KB 119/119 KB 144/153 KB 86/86 KB 19/66 KB 132/190 KB 119/119 KB 132/153 KB 72/86 KB 9/66 KB 136/190 KB 119/119 KB 144/153 KB 86/86 KB 19/66 KB 140/190 KB 119/119 KB 144/153 KB 86/86 KB 22/66 KB 144/190 KB 119/119 KB 144/153 KB 86/86 KB 22/66 KB 136/190 KB 119/119 KB 144/153 KB 86/86 KB 22/66 KB 144/190 KB 119/119 KB 144/153 KB 86/86 KB 25/66 KB 144/190 KB 119/119 KB 144/153 KB 86/86 KB 27/66 KB 148/190 KB 148/153 KB 86/86 KB 30/66 KB 148/190 KB 148/153 KB 86/86 KB 27/66 KB 152/190 KB 148/153 KB 86/86 KB 32/66 KB 144/190 KB 119/119 KB 148/153 KB 86/86 KB 27/66 KB 156/190 KB 152/153 KB 86/86 KB 32/66 KB 156/190 KB 153/153 KB 86/86 KB 32/66 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 1065.2 KB/sec) unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install 148/190 KB 153/153 KB 86/86 KB 32/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: 14:56:05 DEBUG unit.abot-epc-basic/0.install 156/190 KB 153/153 KB 86/86 KB 32/66 KB 160/190 KB 153/153 KB 86/86 KB 32/66 KB 164/190 KB 153/153 KB 86/86 KB 32/66 KB 168/190 KB 153/153 KB 36/66 KB 172/190 KB 153/153 KB 36/66 KB 176/190 KB 153/153 KB 36/66 KB 164/190 KB 153/153 KB 36/66 KB 176/190 KB 153/153 KB 40/66 KB 176/190 KB 153/153 KB 44/66 KB 176/190 KB 153/153 KB 48/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 743.8 KB/sec) unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install 176/190 KB 153/153 KB 52/66 KB 4/26 KB 180/190 KB 56/66 KB 4/26 KB 180/190 KB 60/66 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 1165.0 KB/sec) unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install 4/26 KB 180/190 KB 153/153 KB 52/66 KB 180/190 KB 153/153 KB 52/66 KB 4/26 KB 184/190 KB 60/66 KB 8/26 KB 188/190 KB 64/66 KB 8/26 KB 190/190 KB 64/66 KB 8/26 KB 184/190 KB 64/66 KB 8/26 KB 184/190 KB 60/66 KB 12/26 KB 190/190 KB 64/66 KB 16/26 KB 190/190 KB 64/66 KB 20/26 KB 190/190 KB 64/66 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: 14:56:05 DEBUG unit.abot-epc-basic/0.install 20/26 KB 190/190 KB 66/66 KB 24/26 KB 190/190 KB 66/66 KB 26/26 KB 190/190 KB 66/66 KB 26/26 KB 190/190 KB 4/324 KB 66/66 KB 26/26 KB 190/190 KB 8/324 KB 66/66 KB 26/26 KB 190/190 KB 12/324 KB 66/66 KB 26/26 KB 16/324 KB 66/66 KB 26/26 KB 20/324 KB 66/66 KB 26/26 KB 24/324 KB 4/79 KB 26/26 KB 28/324 KB 4/79 KB 26/26 KB 32/324 KB 4/79 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 1425.8 KB/sec) unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install 26/26 KB 20/324 KB 66/66 KB 4/79 KB 26/26 KB 32/324 KB 8/79 KB 26/26 KB 32/324 KB 12/79 KB 26/26 KB 32/324 KB 16/79 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (66 KB at 492.5 KB/sec) unit-abot-epc-basic-0: 14:56:05 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: 14:56:05 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: 14:56:05 DEBUG unit.abot-epc-basic/0.install 26/26 KB 32/324 KB 20/79 KB 36/324 KB 24/79 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 KB at 182.9 KB/sec) unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install 36/324 KB 28/79 KB 36/324 KB 32/79 KB 26/26 KB 36/324 KB 20/79 KB 40/324 KB 32/79 KB 44/324 KB 32/79 KB 48/324 KB 32/79 KB 52/324 KB 32/79 KB 56/324 KB 32/79 KB 60/324 KB 4/152 KB 36/79 KB 4/228 KB 64/324 KB 4/152 KB 4/32 KB 36/79 KB 4/228 KB 56/324 KB 4/152 KB 36/79 KB 4/228 KB 64/324 KB 4/152 KB 4/32 KB 40/79 KB 4/228 KB 64/324 KB 4/152 KB 4/32 KB 44/79 KB 4/228 KB 64/324 KB 4/152 KB 4/32 KB 48/79 KB 4/228 KB 56/324 KB 4/152 KB 32/79 KB 4/228 KB 56/324 KB 32/79 KB 4/228 KB 64/324 KB 4/152 KB 4/32 KB 48/79 KB 8/228 KB 60/324 KB 4/152 KB 4/32 KB 36/79 KB 4/228 KB 64/324 KB 8/152 KB 4/32 KB 52/79 KB 12/228 KB 68/324 KB 8/152 KB 8/32 KB 56/79 KB 12/228 KB 68/324 KB 8/152 KB 8/32 KB 60/79 KB 12/228 KB 68/324 KB 8/152 KB 8/32 KB 64/79 KB 12/228 KB 68/324 KB 8/152 KB 8/32 KB 68/79 KB 12/228 KB 64/324 KB 8/152 KB 4/32 KB 48/79 KB 12/228 KB 64/324 KB 8/152 KB 4/32 KB 48/79 KB 8/228 KB 68/324 KB 12/152 KB 8/32 KB 68/79 KB 12/228 KB 68/324 KB 16/152 KB 8/32 KB 68/79 KB 12/228 KB 68/324 KB 20/152 KB 8/32 KB 68/79 KB 16/228 KB 68/324 KB 24/152 KB 8/32 KB 68/79 KB 16/228 KB 68/324 KB 28/152 KB 8/32 KB 68/79 KB 16/228 KB 68/324 KB 32/152 KB 8/32 KB 68/79 KB 16/228 KB 68/324 KB 8/152 KB 8/32 KB 52/79 KB 12/228 KB 72/324 KB 32/152 KB 8/32 KB 68/79 KB 16/228 KB 76/324 KB 32/152 KB 8/32 KB 68/79 KB 16/228 KB 80/324 KB 32/152 KB 8/32 KB 68/79 KB 16/228 KB 64/324 KB 8/152 KB 8/32 KB 52/79 KB 12/228 KB 80/324 KB 32/152 KB 12/32 KB 68/79 KB 16/228 KB 80/324 KB 32/152 KB 16/32 KB 68/79 KB 16/228 KB 68/324 KB 16/152 KB 8/32 KB 68/79 KB 16/228 KB 80/324 KB 32/152 KB 16/32 KB 68/79 KB 20/228 KB 80/324 KB 32/152 KB 20/32 KB 68/79 KB 24/228 KB 80/324 KB 32/152 KB 20/32 KB 68/79 KB 28/228 KB 80/324 KB 32/152 KB 20/32 KB 68/79 KB 20/228 KB 84/324 KB 32/152 KB 24/32 KB 68/79 KB 32/228 KB 84/324 KB 32/152 KB 28/32 KB 68/79 KB 32/228 KB 84/324 KB 32/152 KB 32/32 KB 68/79 KB 32/228 KB 84/324 KB 36/152 KB 32/32 KB 68/79 KB 32/228 KB 84/324 KB 40/152 KB 32/32 KB 72/79 KB 32/228 KB 84/324 KB 44/152 KB 32/32 KB 72/79 KB 32/228 KB 84/324 KB 32/152 KB 20/32 KB 68/79 KB 28/228 KB 88/324 KB 48/152 KB 32/32 KB 72/79 KB 32/228 KB 92/324 KB 48/152 KB 32/32 KB 72/79 KB 32/228 KB 96/324 KB 48/152 KB 32/32 KB 72/79 KB 32/228 KB 84/324 KB 36/152 KB 32/32 KB 72/79 KB 32/228 KB 96/324 KB 48/152 KB 32/32 KB 76/79 KB 32/228 KB 96/324 KB 48/152 KB 32/32 KB 79/79 KB 32/228 KB 84/324 KB 32/152 KB 20/32 KB 68/79 KB 32/228 KB 96/324 KB 48/152 KB 32/32 KB 79/79 KB 36/228 KB 96/324 KB 48/152 KB 32/32 KB 79/79 KB 40/228 KB 100/324 KB 48/152 KB 32/32 KB 79/79 KB 40/228 KB 100/324 KB 48/152 KB 32/32 KB 79/79 KB 44/228 KB 100/324 KB 48/152 KB 32/32 KB 79/79 KB 48/228 KB 100/324 KB 48/152 KB 32/32 KB 79/79 KB 52/228 KB 104/324 KB 48/152 KB 32/32 KB 79/79 KB 52/228 KB 108/324 KB 48/152 KB 32/32 KB 79/79 KB 52/228 KB 112/324 KB 48/152 KB 32/32 KB 79/79 KB 52/228 KB 112/324 KB 48/152 KB 32/32 KB 79/79 KB 56/228 KB 112/324 KB 48/152 KB 32/32 KB 79/79 KB 60/228 KB 112/324 KB 48/152 KB 32/32 KB 79/79 KB 64/228 KB 112/324 KB 48/152 KB 32/32 KB 79/79 KB 68/228 KB 116/324 KB 48/152 KB 32/32 KB 79/79 KB 72/228 KB 116/324 KB 48/152 KB 32/32 KB 79/79 KB 76/228 KB 116/324 KB 48/152 KB 32/32 KB 79/79 KB 80/228 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305- unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install 2.0.1.jar (32 KB at 195.7 KB/sec) unit-abot-epc-basic-0: 14:56:05 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: 14:56:05 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 490.2 KB/sec) unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install 116/324 KB 48/152 KB 32/32 KB 79/79 KB 68/228 KB 120/324 KB 48/152 KB 80/228 KB 124/324 KB 48/152 KB 80/228 KB 128/324 KB 48/152 KB 80/228 KB 132/324 KB 48/152 KB 80/228 KB 4/234 KB 136/324 KB 48/152 KB 84/228 KB 4/234 KB 140/324 KB 48/152 KB 84/228 KB 84/324 KB 48/152 KB 80/228 KB 4/234 KB 140/324 KB 52/152 KB 84/228 KB 4/234 KB 140/324 KB 56/152 KB 84/228 KB 4/234 KB 140/324 KB 60/152 KB 84/228 KB 4/234 KB 140/324 KB 64/152 KB 84/228 KB 4/234 KB 140/324 KB 68/152 KB 84/228 KB 4/234 KB 140/324 KB 72/152 KB 84/228 KB 4/234 KB 140/324 KB 76/152 KB 84/228 KB 4/234 KB 140/324 KB 80/152 KB 84/228 KB 4/234 KB 140/324 KB 84/152 KB 84/228 KB 4/234 KB 140/324 KB 88/152 KB 84/228 KB 4/234 KB 140/324 KB 92/152 KB 84/228 KB 4/234 KB 140/324 KB 96/152 KB 84/228 KB 4/234 KB 132/324 KB 48/152 KB 84/228 KB 4/234 KB 140/324 KB 96/152 KB 88/228 KB 4/234 KB 140/324 KB 96/152 KB 92/228 KB 4/234 KB 144/324 KB 100/152 KB 96/228 KB 4/234 KB 132/324 KB 48/152 KB 80/228 KB 8/234 KB 144/324 KB 100/152 KB 96/228 KB 12/234 KB 144/324 KB 100/152 KB 96/228 KB 16/234 KB 144/324 KB 100/152 KB 96/228 KB 20/234 KB 144/324 KB 100/152 KB 96/228 KB 24/234 KB 144/324 KB 100/152 KB 100/228 KB 4/234 KB 144/324 KB 100/152 KB 92/228 KB 4/234 KB 144/324 KB 96/152 KB 92/228 KB 24/234 KB 148/324 KB 100/152 KB 100/228 KB 24/234 KB 152/324 KB 104/152 KB 100/228 KB 20/234 KB 144/324 KB 100/152 KB 100/228 KB 28/234 KB 156/324 KB 104/152 KB 104/228 KB 28/234 KB 160/324 KB 104/152 KB 104/228 KB 28/234 KB 152/324 KB 104/152 KB 100/228 KB 32/234 KB 160/324 KB 104/152 KB 104/228 KB 36/234 KB 160/324 KB 104/152 KB 104/228 KB 40/234 KB 164/324 KB 104/152 KB 104/228 KB 44/234 KB 164/324 KB 104/152 KB 104/228 KB 48/234 KB 164/324 KB 104/152 KB 104/228 KB 24/234 KB 148/324 KB 104/152 KB 100/228 KB 48/234 KB 164/324 KB 108/152 KB 104/228 KB 48/234 KB 164/324 KB 112/152 KB 104/228 KB 48/234 KB 164/324 KB 116/152 KB 104/228 KB 48/234 KB 164/324 KB 120/152 KB 104/228 KB 48/234 KB 164/324 KB 124/152 KB 104/228 KB 48/234 KB 164/324 KB 128/152 KB 104/228 KB 36/234 KB 164/324 KB 104/152 KB 104/228 KB 48/234 KB 168/324 KB 128/152 KB 104/228 KB 48/234 KB 172/324 KB 128/152 KB 104/228 KB 48/234 KB 176/324 KB 128/152 KB 104/228 KB 28/234 KB 160/324 KB 104/152 KB 104/228 KB 48/234 KB 176/324 KB 128/152 KB 108/228 KB 48/234 KB 176/324 KB 128/152 KB 112/228 KB 48/234 KB 176/324 KB 128/152 KB 116/228 KB 48/234 KB 176/324 KB 128/152 KB 120/228 KB 48/234 KB 176/324 KB 128/152 KB 124/228 KB 48/234 KB 176/324 KB 132/152 KB 128/228 KB 48/234 KB 180/324 KB 132/152 KB 132/228 KB 52/234 KB 180/324 KB 132/152 KB 136/228 KB 48/234 KB 176/324 KB 132/152 KB 124/228 KB 52/234 KB 180/324 KB 136/152 KB 136/228 KB 52/234 KB 180/324 KB 140/152 KB 136/228 KB 52/234 KB 180/324 KB 144/152 KB 136/228 KB 52/234 KB 180/324 KB 132/152 KB 132/228 KB 56/234 KB 180/324 KB 144/152 KB 136/228 KB 60/234 KB 180/324 KB 144/152 KB 136/228 KB 64/234 KB 180/324 KB 144/152 KB 136/228 KB 68/234 KB 180/324 KB 144/152 KB 136/228 KB 72/234 KB 180/324 KB 148/152 KB 140/228 KB 76/234 KB 180/324 KB 148/152 KB 140/228 KB 80/234 KB 180/324 KB 148/152 KB 140/228 KB 48/234 KB 180/324 KB 132/152 KB 128/228 KB 80/234 KB 184/324 KB 148/152 KB 140/228 KB 80/234 KB 188/324 KB 148/152 KB 140/228 KB 80/234 KB 192/324 KB 148/152 KB 140/228 KB 80/234 KB 196/324 KB 148/152 KB 140/228 KB 80/234 KB 200/324 KB 148/152 KB 140/ unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install 228 KB 68/234 KB 180/324 KB 148/152 KB 140/228 KB 80/234 KB 200/324 KB 152/152 KB 140/228 KB 80/234 KB 200/324 KB 152/152 KB 140/228 KB 68/234 KB 180/324 KB 144/152 KB 140/228 KB 80/234 KB 200/324 KB 152/152 KB 144/228 KB 80/234 KB 200/324 KB 152/152 KB 148/228 KB 80/234 KB 204/324 KB 152/152 KB 152/228 KB 80/234 KB 204/324 KB 152/152 KB 156/228 KB 84/234 KB 204/324 KB 152/152 KB 160/228 KB 80/234 KB 204/324 KB 152/152 KB 148/228 KB 84/234 KB 208/324 KB 152/152 KB 160/228 KB 84/234 KB 212/324 KB 152/152 KB 160/228 KB 84/234 KB 216/324 KB 152/152 KB 164/228 KB 84/234 KB 204/324 KB 152/152 KB 156/228 KB 88/234 KB 220/324 KB 152/152 KB 164/228 KB 92/234 KB 220/324 KB 152/152 KB 164/228 KB 96/234 KB 220/324 KB 152/152 KB 164/228 KB 100/234 KB 220/324 KB 152/152 KB 164/228 KB 104/234 KB 220/324 KB 152/152 KB 164/228 KB 108/234 KB 220/324 KB 152/152 KB 164/228 KB 112/234 KB 220/324 KB 152/152 KB 164/228 KB 116/234 KB 220/324 KB 164/228 KB 120/234 KB 220/324 KB 164/228 KB 84/234 KB 212/324 KB 152/152 KB 164/228 KB 120/234 KB 220/324 KB 168/228 KB 120/234 KB 220/324 KB 172/228 KB 120/234 KB 220/324 KB 176/228 KB 120/234 KB 220/324 KB 180/228 KB 120/234 KB 220/324 KB 184/228 KB 120/234 KB 220/324 KB 188/228 KB 120/234 KB 220/324 KB 192/228 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 759.0 KB/sec) unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install 84/234 KB 220/324 KB 152/152 KB 164/228 KB 120/234 KB 224/324 KB 192/228 KB 120/234 KB 228/324 KB 192/228 KB 120/234 KB 232/324 KB 192/228 KB 120/234 KB 236/324 KB 192/228 KB 120/234 KB 240/324 KB 192/228 KB 120/234 KB 244/324 KB 192/228 KB 120/234 KB 248/324 KB 196/228 KB 124/234 KB 252/324 KB 196/228 KB 124/234 KB 256/324 KB 196/228 KB 120/234 KB 244/324 KB 196/228 KB 124/234 KB 256/324 KB 200/228 KB 124/234 KB 256/324 KB 204/228 KB 124/234 KB 256/324 KB 208/228 KB 124/234 KB 256/324 KB 212/228 KB 124/234 KB 260/324 KB 216/228 KB 124/234 KB 260/324 KB 220/228 KB 124/234 KB 260/324 KB 224/228 KB 124/234 KB 260/324 KB 228/228 KB 124/234 KB 248/324 KB 196/228 KB 128/234 KB 260/324 KB 228/228 KB 132/234 KB 260/324 KB 228/228 KB 136/234 KB 260/324 KB 228/228 KB 140/234 KB 260/324 KB 228/228 KB 144/234 KB 260/324 KB 228/228 KB 124/234 KB 260/324 KB 212/228 KB 144/234 KB 264/324 KB 228/228 KB 144/234 KB 268/324 KB 228/228 KB 144/234 KB 272/324 KB 228/228 KB 144/234 KB 276/324 KB 228/228 KB 148/234 KB 280/324 KB 228/228 KB 148/234 KB 284/324 KB 228/228 KB 148/234 KB 288/324 KB 228/228 KB 148/234 KB 276/324 KB 228/228 KB 152/234 KB 288/324 KB 228/228 KB 156/234 KB 288/324 KB 228/228 KB 160/234 KB 288/324 KB 228/228 KB 160/234 KB 292/324 KB 228/228 KB 164/234 KB 296/324 KB 228/228 KB 164/234 KB 300/324 KB 164/234 KB 304/324 KB 164/234 KB 292/324 KB 228/228 KB 168/234 KB 304/324 KB 172/234 KB 304/324 KB 176/234 KB 304/324 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (228 KB at 1067.2 KB/sec) unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install 180/234 KB 308/324 KB 184/234 KB 308/324 KB 188/234 KB 308/324 KB 192/234 KB 308/324 KB 176/234 KB 308/324 KB 192/234 KB 312/324 KB 192/234 KB 316/324 KB 192/234 KB 320/324 KB 196/234 KB 320/324 KB 200/234 KB 324/324 KB 196/234 KB 324/324 KB 200/234 KB 324/324 KB 204/234 KB 324/324 KB 208/234 KB 324/324 KB 212/234 KB 324/324 KB 216/234 KB 324/324 KB 220/234 KB 324/324 KB 224/234 KB 324/324 KB 228/234 KB 324/324 KB 232/234 KB 324/324 KB 234/234 KB 324/324 KB Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (324 KB at 1452.7 KB/sec) unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (234 KB at 1037.1 KB/sec) unit-abot-epc-basic-0: 14:56:05 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: 14:56:05 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall2449926733867730500.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: 14:56:05 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.661 s unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2019-01-20T14:56:05+00:00 unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:56:05 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-mysql-0: 14:56:05 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-mysql-0: 14:56:05 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 14:56:07 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 14:56:07 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:07 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:56:07 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 14:56:07 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:56:07 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:07 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: 14:56:08 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: 14:56:08 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall3844681619723066369.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: 14:56:08 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:56:08 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 14:56:08 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:56:08 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.627 s unit-abot-epc-basic-0: 14:56:08 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2019-01-20T14:56:08+00:00 unit-abot-epc-basic-0: 14:56:08 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 14:56:08 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:56:08 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 14:56:09 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56: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: 14:56:10 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: 14:56:10 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall2048555783679949612.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: 14:56:10 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.671 s unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2019-01-20T14:56:10+00:00 unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install abot/ unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install abot/server.bat unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install abot/nbproject/ unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.xml unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/ unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.properties unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.xml unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.properties unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install abot/bin/ unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltoimage unit-abot-epc-basic-0: 14:56:10 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltopdf unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fastnumbers.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/locale.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/__init__.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/py23.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/pathlib.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fake_fastnumbers.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ns_enum.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__init__.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/_version.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/unicode_numbers.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/natsort.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/utils.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__main__.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_unicodefun.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/globals.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_textwrap.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/termui.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/formatting.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_winconsole.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/core.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_bashcomplete.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/exceptions.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/__init__.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/testing.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/parser.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/types.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/utils.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_termui_impl.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/decorators.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_compat.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.c unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/__init__.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_native.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.pyd unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_compat.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_constants.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/meta.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/defaults.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ext.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/optimizer.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/lexer.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/tests.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/filters.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/exceptions.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/__init__.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_stringdefs.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/environment.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/parser.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/runtime.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/loaders.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/compiler.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/visitor.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/bccache.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/utils.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/constants.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/sandbox.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_compat.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/debug.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/nodes.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/__init__.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/json.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/globals.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/views.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/wrappers.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/logging.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ctx.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/config.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/helpers.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__init__.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/testing.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/templating.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/__init__.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/app.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/sessions.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/signals.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/cli.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/exthook.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/debughelpers.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/_compat.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__main__.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/blueprints.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/itsdangerous.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/filesystem.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wrappers.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/posixemulation.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/routing.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/serving.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/useragents.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/http.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/jsrouting.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/fixers.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/wrappers.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/limiter.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/cache.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/__init__.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/lint.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/securecookie.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/atom.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/sessions.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/testtools.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/iterio.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/profiler.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/test.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/exceptions.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/__init__.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wsgi.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/datastructures.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_internal.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/formparser.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/local.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/utils.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/script.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/security.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/testapp.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/urls.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_compat.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_reloader.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/__init__.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/tbtools.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/console.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/less.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/more.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/source.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/jquery.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/debugger.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/console.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/style.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ubuntu.ttf unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/FONT_LICENSE unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/repr.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/app.py unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/index.html unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/README.md unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/log/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/log/TestAutomationLog.log unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/dashboard.html unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/config.html unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/main.html unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/firstpage.html unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/artifacts.html unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives.zip unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/appconfig.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/pyService.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/baseController.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/configController.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/featurefileController.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/resizer.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/treeView.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/externalHtml.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/xmlPrettify.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/app.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/routes.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/main.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/r.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ unit-abot-epc-basic-0: 14:56:11 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: 14:56:11 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: 14:56:11 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: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/jqx-all.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-aria.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-animate.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-material.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/.bower.json unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/bower.json unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/LICENSE unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/.bower.json unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/bower.json unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.map unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/LICENSE unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.browserify-bundle.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.webpack-bundle.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint1.0.1.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.ui.tooltip.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js.map unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js unit-abot-epc-basic-0: 14:56:11 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: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ngStorage.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/ unit-abot-epc-basic-0: 14:56:11 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: 14:56:11 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: 14:56:11 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: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.js unit-abot-epc-basic-0: 14:56:11 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: 14:56:11 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: 14:56:11 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: 14:56:11 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: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/.bower.json unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/karma.conf.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/index.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/bower.json unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/ unit-abot-epc-basic-0: 14:56:11 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: 14:56:11 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: 14:56:11 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: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/LICENSE unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.map unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/ unit-abot-epc-basic-0: 14:56:11 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: 14:56:11 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: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/nanoscroller.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/vkbeautify.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/run_prettify.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/prettify.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery.ui-contextmenu.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/ unit-abot-epc-basic-0: 14:56:11 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: 14:56:11 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: 14:56:11 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: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ unit-abot-epc-basic-0: 14:56:11 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: 14:56:11 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: 14:56:11 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: 14:56:11 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: 14:56:11 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: 14:56:11 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: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/package.json unit-abot-epc-basic-0: 14:56:11 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: 14:56:11 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: 14:56:11 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: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/ unit-abot-epc-basic-0: 14:56:11 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: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/LICENSE.txt unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/AUTHORS.txt unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/index.html unit-abot-epc-basic-0: 14:56:11 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: 14:56:11 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: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-2.2.3.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/taphold.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/common.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/theme.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.easing.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/bootstrap.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/custom.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jqueryFileTree.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajax.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajaxRequest.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ABOT_logo.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/green_tick.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg2.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/play.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/file.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/plus.jpg unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/pcap.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close_dialog.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/sun1.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/log.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/gray_alert.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/html.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/delete.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg1.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/red_alert.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/download.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder-closed.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/xml.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/minus.jpg unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/cloud.png unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/right_arrow.jpg unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/spinner.gif unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/plus sign.svg unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/X sign.svg unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/close.svg unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/add-button-inside-black-circle.svg unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/config/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/config/epc_config.properties unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/config/configsip.properties unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/config/ims_config.properties unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/config/timer_config.properties unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties_old unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/styles.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/font-awesome.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/tree-ui.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_cust.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.eot unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfontd41d.eot unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.svg unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.woff unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.ttf unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.eot unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff2 unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.ttf unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_1.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/theme.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/jqx.base.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/angular-material.min.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/npm.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/modernizr.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.min.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.js unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.svg unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.eot unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css.map unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css.map unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css.map unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css.map unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/angular.treeview.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/ unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.ui.tooltip.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint1.0.1.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.min.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.min.css unit-abot-epc-basic-0: 14:56:11 DEBUG unit.abot-epc-basic/0.install Collecting elasticsearch unit-abot-epc-basic-0: 14:56:12 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: 14:56:12 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 59.5MB/s eta 0:00:01  17% |##### | 20kB 4.7MB/s eta 0:00:01  25% |######## | 30kB 6.7MB/s eta 0:00:01  34% |########## | 40kB 4.3MB/s eta 0:00:01  42% |############# | 51kB 5.2MB/s eta 0:00:01  51% |################ | 61kB 6.1MB/s eta 0:00:01  59% |################### | 71kB 7.0MB/s eta 0:00:01  68% |##################### | 81kB 5.5MB/s eta 0:00:01  76% |######################## | 92kB 6.1MB/s eta 0:00:01  85% |########################### | 102kB 6.7MB/s eta 0:00:01  93% |############################## | 112kB 6.7MB/s eta 0:00:01  100% |################################| 122kB 5.6MB/s unit-abot-epc-basic-0: 14:56:12 DEBUG unit.abot-epc-basic/0.install [?25hCollecting urllib3>=1.21.1 (from elasticsearch) unit-abot-epc-basic-0: 14:56:12 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl (118kB) unit-abot-epc-basic-0: 14:56:12 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 96.5MB/s eta 0:00:01  17% |##### | 20kB 63.4MB/s eta 0:00:01  26% |######## | 30kB 63.9MB/s eta 0:00:01  34% |########### | 40kB 62.6MB/s eta 0:00:01  43% |############# | 51kB 60.9MB/s eta 0:00:01  52% |################ | 61kB 61.3MB/s eta 0:00:01  60% |################### | 71kB 61.2MB/s eta 0:00:01  69% |###################### | 81kB 60.5MB/s eta 0:00:01  78% |######################## | 92kB 61.4MB/s eta 0:00:01  86% |########################### | 102kB 61.5MB/s eta 0:00:01  95% |############################## | 112kB 59.6MB/s eta 0:00:01  100% |################################| 122kB 12.1MB/s unit-abot-epc-basic-0: 14:56:12 DEBUG unit.abot-epc-basic/0.install [?25hInstalling collected packages: urllib3, elasticsearch unit-abot-epc-basic-0: 14:56:12 DEBUG unit.abot-epc-basic/0.install Successfully installed elasticsearch-6.3.1 urllib3-1.24.1 unit-abot-epc-basic-0: 14:56:12 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: 14:56:12 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 14:56:13 DEBUG unit.abot-epc-basic/0.install Collecting flask unit-abot-epc-basic-0: 14:56:13 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: 14:56:13 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 68.7MB/s eta 0:00:01  22% |####### | 20kB 4.6MB/s eta 0:00:01  33% |########## | 30kB 6.6MB/s eta 0:00:01  44% |############## | 40kB 4.2MB/s eta 0:00:01  56% |################# | 51kB 5.1MB/s eta 0:00:01  67% |##################### | 61kB 6.1MB/s eta 0:00:01  78% |######################### | 71kB 7.0MB/s eta 0:00:01  89% |############################ | 81kB 7.8MB/s eta 0:00:01  100% |################################| 92kB 5.7MB/s unit-abot-epc-basic-0: 14:56:13 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Jinja2>=2.10 (from flask) machine-2: 14:56:13 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-2: 14:56:13 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 14:56:13 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 14:56:13 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: 14:56:13 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 97.4MB/s eta 0:00:01  16% |##### | 20kB 63.8MB/s eta 0:00:01  24% |####### | 30kB 63.7MB/s eta 0:00:01  32% |########## | 40kB 62.5MB/s eta 0:00:01  40% |############ | 51kB 61.5MB/s eta 0:00:01  48% |############### | 61kB 62.4MB/s eta 0:00:01  56% |################## | 71kB 61.8MB/s eta 0:00:01  64% |#################### | 81kB 61.7MB/s eta 0:00:01  72% |####################### | 92kB 62.4MB/s eta 0:00:01  81% |######################### | 102kB 22.8MB/s eta 0:00:01  89% |############################ | 112kB 22.5MB/s eta 0:00:01  97% |############################### | 122kB 22.6MB/s eta 0:00:01  100% |################################| 133kB 8.7MB/s unit-abot-epc-basic-0: 14:56:13 DEBUG unit.abot-epc-basic/0.install [?25hCollecting itsdangerous>=0.24 (from flask) machine-2: 14:56:13 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-2: 14:56:13 DEBUG juju.worker start "engine" machine-2: 14:56:13 INFO juju.worker start "engine" machine-2: 14:56:13 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 14:56:13 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 14:56:13 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 14:56:13 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 14:56:13 DEBUG juju.worker "engine" started machine-2: 14:56:13 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.introspection stats worker now serving machine-2: 14:56:13 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 14:56:13 DEBUG juju.worker.dependency "clock" manifold worker started machine-2: 14:56:13 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 14:56:13 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 14:56:13 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.apicaller connecting with old password machine-2: 14:56:13 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 14:56:13 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-2: 14:56:13 INFO juju.api connection established to "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-2: 14:56:13 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 14:56:13 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-2: 14:56:13 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:56:13 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl machine-2: 14:56:13 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:56:13 DEBUG unit.abot-epc-basic/0.install Collecting Werkzeug>=0.14 (from flask) machine-2: 14:56:13 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 14:56:13 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 14:56:13 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 14:56:13 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 14:56:13 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: 14:56:13 DEBUG unit.abot-epc-basic/0.install [?25l  3% |# | 10kB 51.4MB/s eta 0:00:01  6% |## | 20kB 52.0MB/s eta 0:00:01  9% |### | 30kB 55.5MB/s eta 0:00:01  12% |#### | 40kB 56.1MB/s eta 0:00:01  15% |##### | 51kB 56.9MB/s eta 0:00:01  19% |###### | 61kB 58.4MB/s eta 0:00:01  22% |####### | 71kB 58.4MB/s eta 0:00:01  25% |######## | 81kB 58.7MB/s eta 0:00:01  28% |######### | 92kB 59.7MB/s eta 0:00:01  31% |########## | 102kB 59.9MB/s eta 0:00:01  34% |########### | 112kB 61.8MB/s eta 0:00:01  38% |############ | 122kB 26.4MB/s eta 0:00:01  41% |############# | 133kB 25.1MB/s eta 0:00:01  44% |############## | 143kB 24.7MB/s eta 0:00:01  47% |############### | 153kB 23.8MB/s eta 0:00:01  50% |################ | 163kB 23.0MB/s eta 0:00:01  53% |################# | 174kB 22.5MB/s eta 0:00:01  57% |################## | 184kB 22.2MB/s eta 0:00:01  60% |################### | 194kB 22.1MB/s eta 0:00:01  63% |#################### | 204kB 22.0MB/s eta 0:00:01  66% |##################### | 215kB 21.8MB/s eta 0:00:01  69% |###################### | 225kB 42.1MB/s eta 0:00:01  72% |####################### | 235kB 45.7MB/s eta 0:00:01  76% |######################## | 245kB 47.4MB/s eta 0:00:01  79% |######################### | 256kB 51.0MB/s eta 0:00:01  82% |########################## | 266kB 54.6MB/s eta 0:00:01  85% |########################### | 276kB 58.2MB/s eta 0:00:01  88% |############################ | 286kB 60.0MB/s eta 0:00:01  91% |############################# | 296kB 60.2MB/s eta 0:00:01  95% |############################## | 307kB 56.3MB/s eta 0:00:01  98% |############################### | 317kB 56.9MB/s eta 0:00:01  100% |################################| 327kB 4.9MB/s unit-abot-epc-basic-0: 14:56:13 DEBUG unit.abot-epc-basic/0.install [?25hCollecting click>=5.1 (from flask) unit-abot-epc-basic-0: 14:56:13 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: 14:56:13 DEBUG unit.abot-epc-basic/0.install [?25l  12% |#### | 10kB 95.7MB/s eta 0:00:01  25% |######## | 20kB 63.4MB/s eta 0:00:01  37% |############ | 30kB 63.9MB/s eta 0:00:01  50% |################ | 40kB 61.6MB/s eta 0:00:01  62% |#################### | 51kB 61.1MB/s eta 0:00:01  75% |######################## | 61kB 62.1MB/s eta 0:00:01  88% |############################ | 71kB 61.4MB/s eta 0:00:01  100% |################################| 81kB 13.7MB/s unit-abot-epc-basic-0: 14:56:13 DEBUG unit.abot-epc-basic/0.install [?25hCollecting MarkupSafe>=0.23 (from Jinja2>=2.10->flask) unit-abot-epc-basic-0: 14:56:13 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/bc/3a/6bfd7b4b202fa33bdda8e4e3d3acc719f381fd730f9a0e7c5f34e845bd4d/MarkupSafe-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl unit-abot-epc-basic-0: 14:56:13 DEBUG unit.abot-epc-basic/0.install Installing collected packages: MarkupSafe, Jinja2, itsdangerous, Werkzeug, click, flask unit-abot-epc-basic-0: 14:56:13 DEBUG unit.abot-epc-basic/0.install Successfully installed Jinja2-2.10 MarkupSafe-1.1.0 Werkzeug-0.14.1 click-7.0 flask-1.0.2 itsdangerous-1.1.0 unit-abot-epc-basic-0: 14:56:14 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: 14:56:14 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. machine-2: 14:56:14 DEBUG juju.worker.apicaller connected machine-2: 14:56:14 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 14:56:14 DEBUG unit.abot-epc-basic/0.install Collecting bs4 unit-abot-epc-basic-0: 14:56:14 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/10/ed/7e8b97591f6f456174139ec089c769f89a94a1a4025fe967691de971f314/bs4-0.0.1.tar.gz machine-2: 14:56:14 DEBUG juju.worker.apicaller password changed machine-2: 14:56:14 DEBUG juju.api RPC connection died machine-2: 14:56:14 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-2: 14:56:14 DEBUG juju.worker.apicaller connecting with current password machine-2: 14:56:14 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-2: 14:56:14 INFO juju.api connection established to "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-2: 14:56:14 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-abot-epc-basic-0: 14:56:14 DEBUG unit.abot-epc-basic/0.install Collecting beautifulsoup4 (from bs4) unit-abot-epc-basic-0: 14:56:15 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/8b/0e/048a2f88bc4be5e3697df9dc1f7b9d5c9c75be62676feeeb91d2e896c5ea/beautifulsoup4-4.7.1-py2-none-any.whl (94kB) unit-abot-epc-basic-0: 14:56:15 DEBUG unit.abot-epc-basic/0.install [?25l  10% |### | 10kB 69.2MB/s eta 0:00:01  21% |###### | 20kB 4.3MB/s eta 0:00:01  32% |########## | 30kB 6.2MB/s eta 0:00:01  43% |############# | 40kB 4.0MB/s eta 0:00:01  54% |################# | 51kB 4.9MB/s eta 0:00:01  65% |#################### | 61kB 5.8MB/s eta 0:00:01  75% |######################## | 71kB 6.7MB/s eta 0:00:01  86% |########################### | 81kB 5.3MB/s eta 0:00:01  97% |############################### | 92kB 5.9MB/s eta 0:00:01  100% |################################| 102kB 4.8MB/s unit-abot-epc-basic-0: 14:56:15 DEBUG unit.abot-epc-basic/0.install [?25hCollecting soupsieve>=1.2 (from beautifulsoup4->bs4) unit-abot-epc-basic-0: 14:56:15 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/2b/9f/7ea8732cc071c1253acf4a5aad507e12c57da011e615ed65ed853898e3ce/soupsieve-1.7.2-py2.py3-none-any.whl unit-abot-epc-basic-0: 14:56:15 DEBUG unit.abot-epc-basic/0.install Collecting backports.functools-lru-cache; python_version < "3" (from soupsieve>=1.2->beautifulsoup4->bs4) unit-abot-epc-basic-0: 14:56:15 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/03/8e/2424c0e65c4a066e28f539364deee49b6451f8fcd4f718fefa50cc3dcf48/backports.functools_lru_cache-1.5-py2.py3-none-any.whl unit-abot-epc-basic-0: 14:56:15 DEBUG unit.abot-epc-basic/0.install Building wheels for collected packages: bs4 machine-2: 14:56:15 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 14:56:15 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for bs4 ... [?25l- done unit-abot-epc-basic-0: 14:56:15 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/a0/b0/b2/4f80b9456b87abedbc0bf2d52235414c3467d8889be38dd472 unit-abot-epc-basic-0: 14:56:15 DEBUG unit.abot-epc-basic/0.install Successfully built bs4 unit-abot-epc-basic-0: 14:56:15 DEBUG unit.abot-epc-basic/0.install Installing collected packages: backports.functools-lru-cache, soupsieve, beautifulsoup4, bs4 machine-2: 14:56:15 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 14:56:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 14:56:15 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 14:56:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 14:56:15 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 14:56:15 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-2: 14:56:15 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 14:56:15 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-2: 14:56:15 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 14:56:15 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-2: 14:56:15 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 14:56:15 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-2: 14:56:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 14:56:15 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 14:56:15 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:56:15 DEBUG unit.abot-epc-basic/0.install Successfully installed backports.functools-lru-cache-1.5 beautifulsoup4-4.7.1 bs4-0.0.1 soupsieve-1.7.2 machine-2: 14:56:15 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 14:56:15 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 14:56:15 INFO juju.worker.upgrader unblocking abort check machine-2: 14:56:15 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 14:56:15 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 14:56:15 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 14:56:15 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 14:56:15 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 14:56:15 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: 14:56:15 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 14:56:15 DEBUG unit.abot-epc-basic/0.install Running the test with the tags local-commands unit-abot-epc-basic-0: 14:56:15 DEBUG unit.abot-epc-basic/0.install Running the test with the tags @local-commands unit-abot-epc-basic-0: 14:56:15 DEBUG unit.abot-epc-basic/0.install Creating the Target JUnit file... machine-2: 14:56:15 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 14:56:15 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 14:56:15 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 14:56:15 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 14:56:15 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 14:56:15 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 14:56:15 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 14:56:15 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 14:56:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 14:56:15 DEBUG juju.worker.logger logger setup machine-2: 14:56:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 14:56:15 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 14:56:15 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 14:56:15 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 14:56:15 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-2: 14:56:15 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 14:56:15 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} machine-2: 14:56:15 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-2: 14:56:15 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 14:56:15 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: 14:56:15 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 14:56:15 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 14:56:15 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 14:56:15 INFO juju.util.exec run result: exit status 127 machine-2: 14:56:15 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec190317149/script.sh: line 1: fanatic: command not found 127 machine-2: 14:56:15 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 14:56:15 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 14:56:15 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 14:56:15 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 14:56:15 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 14:56:15 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 14:56:15 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 14:56:15 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 14:56: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-2: 14:56:15 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 14:56:15 INFO juju.util.exec run result: exit status 127 machine-2: 14:56:15 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec453746913/script.sh: line 1: fanatic: command not found 127 machine-2: 14:56:15 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 14:56:15 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 14:56:15 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 14:56:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 14:56:15 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 14:56:15 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 14:56:15 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 14:56:15 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 14:56:15 DEBUG juju.network including address public:172.30.9.200 for machine machine-2: 14:56:15 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-2: 14:56:15 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-2: 14:56:15 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 14:56:15 DEBUG juju.network including address local-machine:::1 for machine machine-2: 14:56:15 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 14:56:15 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 14:56:15 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.200:17070"] machine-2: 14:56:15 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 14:56:15 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 14:56:15 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 14:56:15 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 14:56:15 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 14:56:15 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 14:56:15 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-2: 14:56:15 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-2: 14:56:15 DEBUG juju.api RPC connection died machine-2: 14:56:15 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 14:56:15 DEBUG juju.worker killing runner 0xc4204eedd0 machine-2: 14:56:15 INFO juju.worker runner is dying machine-2: 14:56:15 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-2: 14:56:15 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-2: 14:56:15 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-2: 14:56:15 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-2: 14:56:15 DEBUG juju.worker.dependency "machiner" manifold worker stopped: cannot read environment config: connection is shut down machine-2: 14:56:15 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: 14:56:15 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-2: 14:56:15 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-2: 14:56:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-2: 14:56:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-2: 14:56:15 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-2: 14:56:15 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-2: 14:56:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-2: 14:56:15 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 14:56:15 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-2: 14:56:15 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-2: 14:56:15 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-2: 14:56:15 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 14:56:15 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-2: 14:56:15 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 14:56:15 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 14:56:15 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 14:56:15 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 14:56:15 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 14:56:15 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:15 DEBUG juju.worker.apicaller connecting with current password machine-2: 14:56:15 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-2: 14:56:15 INFO juju.api connection established to "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-2: 14:56:15 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-2: 14:56:16 DEBUG juju.worker.apicaller connected machine-2: 14:56:16 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 14:56:16 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 14:56:16 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 14:56:16 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 14:56:16 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 14:56:16 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 14:56:16 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 14:56:16 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 14:56:16 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 14:56:16 DEBUG juju.worker.logger logger setup machine-2: 14:56:16 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 14:56:16 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 14:56:16 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} machine-2: 14:56:16 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-2: 14:56:16 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 14:56:16 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: 14:56:16 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 14:56:16 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 14:56:16 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 14:56:16 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 14:56:16 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-2: 14:56:16 INFO juju.util.exec run result: exit status 127 machine-2: 14:56:16 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec086359006/script.sh: line 1: fanatic: command not found 127 machine-2: 14:56:16 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 14:56:16 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 14:56:16 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 14:56:16 DEBUG juju.network including address public:172.30.9.200 for machine machine-2: 14:56:16 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-2: 14:56:16 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-2: 14:56:16 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 14:56:16 DEBUG juju.network including address local-machine:::1 for machine machine-2: 14:56:16 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 14:56:16 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 14:56:16 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.200:17070"] machine-2: 14:56:16 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 14:56:16 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 14:56:16 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 14:56:16 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 14:56:16 INFO juju.util.exec run result: exit status 127 machine-2: 14:56:16 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec740629791/script.sh: line 1: fanatic: command not found 127 machine-2: 14:56:16 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 14:56:16 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 14:56:16 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 14:56:16 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 14:56:16 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 14:56:16 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 14:56:16 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 14:56:16 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 14:56:16 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 14:56:16 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 14:56:16 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 14:56:16 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 14:56: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-2: 14:56:16 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 14:56:16 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 14:56:16 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 14:56:16 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 14:56:16 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 14:56:16 INFO juju.worker.upgrader unblocking abort check machine-2: 14:56:16 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 14:56:16 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 14:56:16 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 14:56:16 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 14:56:16 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 14:56:16 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 14:56:16 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 14:56:16 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 14:56:16 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 14:56:16 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 14:56:16 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 14:56:16 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 14:56:16 DEBUG juju.network including address local-cloud:192.168.121.16 for machine machine-2: 14:56:16 DEBUG juju.network including address local-machine:::1 for machine machine-2: 14:56:16 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.16 local-machine:::1] machine-2: 14:56:16 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.16 local-machine:::1] machine-2: 14:56:16 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 14:56:16 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 14:56:16 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-2: 14:56:16 INFO juju.worker.deployer deploying unit "oai-epc/0" machine-2: 14:56:17 DEBUG juju.worker start "2-container-watcher" machine-2: 14:56:17 DEBUG juju.worker start "stateconverter" machine-2: 14:56:17 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 14:56:17 INFO juju.worker start "2-container-watcher" machine-2: 14:56:17 DEBUG juju.worker "2-container-watcher" started machine-2: 14:56:17 INFO juju.worker start "stateconverter" machine-2: 14:56:17 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 14:56:17 DEBUG juju.worker "stateconverter" started machine-2: 14:56:17 INFO juju.worker.machiner "machine-2" started machine-2: 14:56:17 INFO juju.api.common no addresses observed on interface "tunl0" machine-2: 14:56:17 DEBUG juju.service discovered init system "upstart" from local host machine-2: 14:56:17 DEBUG juju.worker.deployer API addresses: ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.200:17070"] machine-2: 14:56:17 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-epc-0 Conf:{Desc:juju unit agent for oai-epc/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-epc-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-epc/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-epc-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-epc-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-epc/0 --debug]}}} unit-oai-epc-0: 14:56:17 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-epc-0: 14:56:17 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: 14:56:17 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 14:56:17 DEBUG juju.worker start "api" unit-oai-epc-0: 14:56:17 INFO juju.worker start "api" unit-oai-epc-0: 14:56:17 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-epc-0: 14:56:17 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 14:56:17 DEBUG juju.worker "api" started unit-oai-epc-0: 14:56:17 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:17 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-oai-epc-0: 14:56:17 INFO juju.api connection established to "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-oai-epc-0: 14:56:17 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-abot-epc-basic-0: 14:56:17 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 14:56:17 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:17 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:56:17 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 14:56:17 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ machine-2: 14:56:17 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:58:0d:48 CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.16 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:58:0d:48 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: 14:56:18 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 14:56:18 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 14:56:18 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: 14:56:18 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 11.1 KB/sec) unit-abot-epc-basic-0: 14:56:18 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: 14:56:18 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 488.3 KB/sec) unit-abot-epc-basic-0: 14:56:18 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: 14:56:18 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 988.1 KB/sec) unit-abot-epc-basic-0: 14:56:18 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: 14:56:18 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (15 KB at 563.7 KB/sec) unit-abot-epc-basic-0: 14:56:18 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: 14:56:18 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 793.8 KB/sec) unit-abot-epc-basic-0: 14:56:18 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:18 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 14:56:18 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: 14:56:18 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 88.8 KB/sec) unit-abot-epc-basic-0: 14:56:18 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-oai-epc-0: 14:56:18 DEBUG juju.worker.apicaller password changed unit-oai-epc-0: 14:56:18 DEBUG juju.api RPC connection died unit-oai-epc-0: 14:56:18 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 14:56:18 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 401.6 KB/sec) unit-abot-epc-basic-0: 14:56:18 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: 14:56:18 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 826.7 KB/sec) unit-abot-epc-basic-0: 14:56:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom unit-oai-epc-0: 14:56:18 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 14:56:18 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 167.5 KB/sec) unit-oai-epc-0: 14:56:18 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-oai-epc-0: 14:56:18 INFO juju.api connection established to "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-oai-epc-0: 14:56:18 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-abot-epc-basic-0: 14:56:18 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: 14:56:18 DEBUG unit.abot-epc-basic/0.install 1/4 KB 4/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 220.6 KB/sec) unit-abot-epc-basic-0: 14:56:18 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: 14:56:18 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 453.5 KB/sec) unit-abot-epc-basic-0: 14:56:18 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: 14:56:18 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 408.3 KB/sec) unit-abot-epc-basic-0: 14:56:18 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: 14:56:18 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: 14:56:18 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 KB at 598.0 KB/sec) unit-abot-epc-basic-0: 14:56:18 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 3153.9 KB/sec) unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:19 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: 14:56:19 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: 14:56:19 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 122.6 KB/sec) unit-abot-epc-basic-0: 14:56:19 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: 14:56:19 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 97.7 KB/sec) unit-abot-epc-basic-0: 14:56:19 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: 14:56:19 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 165.3 KB/sec) unit-abot-epc-basic-0: 14:56:19 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: 14:56:19 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 98.1 KB/sec) unit-abot-epc-basic-0: 14:56:19 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: 14:56:19 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 515.2 KB/sec) unit-abot-epc-basic-0: 14:56:19 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: 14:56:19 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2 KB at 113.7 KB/sec) unit-oai-epc-0: 14:56:19 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 14:56:19 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: 14:56:19 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 121.9 KB/sec) unit-abot-epc-basic-0: 14:56:19 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: 14:56:19 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 106.3 KB/sec) unit-abot-epc-basic-0: 14:56:19 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-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 14:56:19 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 64.2 KB/sec) unit-abot-epc-basic-0: 14:56:19 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-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 86.4 KB/sec) unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:56:19 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-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:56:19 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 203.5 KB/sec) unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:56:19 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-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install 1/17 KB 3/17 KB 6/17 KB 9/17 KB 11/17 KB 14/17 KB 17/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 629.6 KB/sec) unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:56:19 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-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:56:19 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 60.8 KB/sec) unit-abot-epc-basic-0: 14:56:19 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-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:56:19 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 231.4 KB/sec) unit-abot-epc-basic-0: 14:56:19 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-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (8 KB at 470.7 KB/sec) unit-abot-epc-basic-0: 14:56:19 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: 14:56:19 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (8 KB at 417.2 KB/sec) unit-abot-epc-basic-0: 14:56:19 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: 14:56:19 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: 14:56:19 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: 14:56:19 DEBUG unit.abot-epc-basic/0.install 3/114 KB 6/114 KB 9/114 KB 11/114 KB 14/114 KB 16/114 KB 19/114 KB 22/114 KB 25/114 KB 27/114 KB 30/114 KB 32/114 KB 36/114 KB 3/48 KB 32/114 KB 3/48 KB 36/114 KB 5/48 KB 36/114 KB 8/48 KB 36/114 KB 11/48 KB 36/114 KB 13/48 KB 36/114 KB 16/48 KB 36/114 KB 19/48 KB 40/114 KB 19/48 KB 44/114 KB 19/48 KB 44/114 KB 21/48 KB 48/114 KB 21/48 KB 52/114 KB 21/48 KB 56/114 KB 24/48 KB 60/114 KB 24/48 KB 52/114 KB 24/48 KB 60/114 KB 27/48 KB 60/114 KB 29/48 KB 60/114 KB 32/48 KB 64/114 KB 32/48 KB 64/114 KB 36/48 KB 68/114 KB 40/48 KB 68/114 KB 44/48 KB 68/114 KB 48/48 KB 68/114 KB 36/48 KB 72/114 KB 48/48 KB 76/114 KB 48/48 KB 80/114 KB 48/48 KB 84/114 KB 48/48 KB 88/114 KB 48/48 KB 92/114 KB 48/48 KB 80/114 KB 48/48 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install 96/114 KB 48/48 KB 100/114 KB 48/48 KB 104/114 KB 48/48 KB 108/114 KB 112/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 1546.7 KB/sec) unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install 114/114 KB 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: 14:56:19 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.jar unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install 114/114 KB 4/29 KB 8/29 KB 12/29 KB 16/29 KB 20/29 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (114 KB at 2909.2 KB/sec) unit-abot-epc-basic-0: 14:56:19 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.jar unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install 20/29 KB 3/35 KB 20/29 KB 5/35 KB 20/29 KB 8/35 KB 20/29 KB 11/35 KB 20/29 KB 13/35 KB 24/29 KB 13/35 KB 28/29 KB 13/35 KB 29/29 KB 13/35 KB 29/29 KB 16/35 KB 29/29 KB 19/35 KB 29/29 KB 21/35 KB 29/29 KB 24/35 KB 29/29 KB 27/35 KB 29/29 KB 29/35 KB 3/24 KB 29/29 KB 27/35 KB 3/24 KB 29/35 KB 6/24 KB 32/35 KB 9/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 KB at 627.6 KB/sec) unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install 32/35 KB 6/24 KB 35/35 KB 11/24 KB 35/35 KB 11/24 KB 3/56 KB 35/35 KB 11/24 KB 5/56 KB 35/35 KB 3/85 KB 11/24 KB 32/35 KB 11/24 KB 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: 14:56:19 DEBUG unit.abot-epc-basic/0.install 5/56 KB 35/35 KB 3/85 KB 14/24 KB 5/56 KB 35/35 KB 3/85 KB 16/24 KB 3/56 KB 35/35 KB 3/85 KB 11/24 KB 5/56 KB 35/35 KB 3/85 KB 19/24 KB 5/56 KB 35/35 KB 3/85 KB 22/24 KB 8/56 KB 35/35 KB 5/85 KB 24/24 KB 8/56 KB 35/35 KB 5/85 KB 22/24 KB 5/56 KB 35/35 KB 5/85 KB 22/24 KB 8/56 KB 35/35 KB 8/85 KB 24/24 KB 11/56 KB 35/35 KB 11/85 KB 24/24 KB 11/56 KB 35/35 KB 13/85 KB 24/24 KB 11/56 KB 35/35 KB 11/85 KB 24/24 KB 13/56 KB 13/85 KB 24/24 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 593.4 KB/sec) unit-abot-epc-basic-0: 14:56:19 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: 14:56:19 DEBUG unit.abot-epc-basic/0.install 16/56 KB 16/85 KB 24/24 KB 16/56 KB 13/85 KB 24/24 KB 16/56 KB 19/85 KB 24/24 KB 19/56 KB 21/85 KB 24/24 KB 4/86 KB 19/56 KB 24/85 KB 24/24 KB 19/56 KB 19/85 KB 24/24 KB 4/86 KB 19/56 KB 21/85 KB 24/24 KB 8/86 KB 19/56 KB 24/85 KB 24/24 KB 12/86 KB 19/56 KB 24/85 KB 24/24 KB 16/86 KB 21/56 KB 24/85 KB 24/24 KB 12/86 KB 21/56 KB 24/85 KB 24/24 KB 16/86 KB 24/56 KB 24/85 KB 24/24 KB 20/86 KB 27/56 KB 27/85 KB 3/218 KB 20/86 KB 29/56 KB 27/85 KB 3/218 KB 20/86 KB 24/56 KB 27/85 KB 3/218 KB 24/86 KB 29/56 KB 27/85 KB 3/218 KB 28/86 KB 32/56 KB 27/85 KB 3/218 KB 32/86 KB 32/56 KB 27/85 KB 3/218 KB 16/86 KB 24/56 KB 27/85 KB 3/218 KB 32/86 KB 32/56 KB 29/85 KB 3/218 KB 32/86 KB 32/56 KB 32/85 KB 3/218 KB 16/86 KB 24/56 KB 24/85 KB 3/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 629.0 KB/sec) unit-abot-epc-basic-0: 14:56:19 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-oai-epc-0: 14:56:19 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 14:56:19 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 14:56:19 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install 32/86 KB 32/56 KB 32/85 KB 6/218 KB 32/86 KB 32/56 KB 32/85 KB 9/218 KB 32/86 KB 32/56 KB 32/85 KB 11/218 KB 36/86 KB 32/56 KB 36/85 KB 14/218 KB 24/86 KB 32/56 KB 27/85 KB 3/218 KB 36/86 KB 36/56 KB 36/85 KB 14/218 KB 36/86 KB 40/56 KB 36/85 KB 14/218 KB 36/86 KB 44/56 KB 36/85 KB 16/218 KB 36/86 KB 32/56 KB 36/85 KB 11/218 KB 40/86 KB 44/56 KB 36/85 KB 16/218 KB 44/86 KB 44/56 KB 36/85 KB 16/218 KB 48/86 KB 48/56 KB 36/85 KB 16/218 KB 32/86 KB 32/56 KB 36/85 KB 11/218 KB 48/86 KB 48/56 KB 40/85 KB 16/218 KB 48/86 KB 48/56 KB 44/85 KB 16/218 KB 48/86 KB 48/56 KB 48/85 KB 16/218 KB 48/86 KB 48/56 KB 52/85 KB 16/218 KB 44/86 KB 48/56 KB 36/85 KB 16/218 KB 36/86 KB 40/56 KB 36/85 KB 16/218 KB 52/86 KB 48/56 KB 56/85 KB 19/218 KB 52/86 KB 52/56 KB 56/85 KB 19/218 KB 52/86 KB 56/56 KB 56/85 KB 22/218 KB 52/86 KB 48/56 KB 52/85 KB 16/218 KB 52/86 KB 56/56 KB 56/85 KB 3/12 KB 22/218 KB 56/86 KB 56/56 KB 56/85 KB 6/12 KB 22/218 KB 56/86 KB 56/56 KB 56/85 KB 9/12 KB 22/218 KB 52/86 KB 48/56 KB 56/85 KB 22/218 KB 52/86 KB 52/56 KB 56/85 KB 22/218 KB 56/86 KB 56/56 KB 60/85 KB 11/12 KB 22/218 KB 56/86 KB 56/56 KB 60/85 KB 12/12 KB 25/218 KB 56/86 KB 56/56 KB 60/85 KB 11/12 KB 25/218 KB 56/86 KB 56/56 KB 60/85 KB 9/12 KB 22/218 KB 56/86 KB 56/56 KB 64/85 KB 12/12 KB 25/218 KB 56/86 KB 56/56 KB 64/85 KB 12/12 KB 27/218 KB 56/86 KB 64/85 KB 12/12 KB 30/218 KB 56/86 KB 64/85 KB 12/12 KB 32/218 KB 56/86 KB 64/85 KB 12/12 KB 36/218 KB 56/86 KB 64/85 KB 12/12 KB 40/218 KB 56/86 KB 64/85 KB 12/12 KB 44/218 KB 56/86 KB 64/85 KB 12/12 KB 48/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 935.3 KB/sec) unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install 56/86 KB 56/56 KB 56/85 KB 3/12 KB 22/218 KB 60/86 KB 64/85 KB 12/12 KB 48/218 KB 64/86 KB 64/85 KB 12/12 KB 48/218 KB 68/86 KB 64/85 KB 12/12 KB 48/218 KB 72/86 KB 64/85 KB 12/12 KB 48/218 KB 76/86 KB 64/85 KB 12/12 KB 48/218 KB 80/86 KB 64/85 KB 12/12 KB 48/218 KB 84/86 KB 64/85 KB 12/12 KB 48/218 KB 86/86 KB 64/85 KB 12/12 KB 48/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 186.8 KB/sec) unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install 86/86 KB 64/85 KB 12/12 KB 52/218 KB 86/86 KB 64/85 KB 56/218 KB 86/86 KB 64/85 KB 60/218 KB 86/86 KB 64/85 KB 64/218 KB 86/86 KB 64/85 KB 68/218 KB 86/86 KB 64/85 KB 72/218 KB 86/86 KB 64/85 KB 76/218 KB 86/86 KB 64/85 KB 80/218 KB 86/86 KB 64/85 KB 84/218 KB 86/86 KB 64/85 KB 88/218 KB 86/86 KB 64/85 KB 92/218 KB 86/86 KB 64/85 KB 96/218 KB 86/86 KB 68/85 KB 96/218 KB 86/86 KB 72/85 KB 96/218 KB 86/86 KB 76/85 KB 96/218 KB 86/86 KB 80/85 KB 96/218 KB 86/86 KB 84/85 KB 96/218 KB 86/86 KB 85/85 KB 96/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 1254.6 KB/sec) unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install 85/85 KB 100/218 KB 85/85 KB 104/218 KB 85/85 KB 108/218 KB 85/85 KB 112/218 KB 85/85 KB 116/218 KB 85/85 KB 120/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (85 KB at 1016.4 KB/sec) unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install 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 2421.6 KB/sec) unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 14:56:19 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 14:56:19 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 14:56:19 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 14:56:19 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 14:56:19 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 14:56:19 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 14:56:19 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: 14:56:19 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 14:56:19 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-oai-epc-0: 14:56:19 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-oai-epc-0: 14:56:19 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall8798905739806394429.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-oai-epc-0: 14:56:19 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-oai-epc-0: 14:56:19 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:19 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: 14:56:19 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: 14:56:19 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall3872845895488971344.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: 14:56:19 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:19 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: 14:56:19 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: 14:56:19 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall6201111697210060326.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: 14:56:19 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:19 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: 14:56:19 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-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall5494785231931147935.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-oai-epc-0: 14:56:19 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-diameter) @ ABOT-RunScenarios --- unit-oai-epc-0: 14:56:19 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 14:56:19 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 14:56:19 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 14:56:19 DEBUG juju.network including address public:172.30.9.200 for machine unit-oai-epc-0: 14:56:19 DEBUG juju.network including address local-cloud:192.168.121.7 for machine unit-oai-epc-0: 14:56:19 DEBUG juju.network including address local-fan:252.7.0.1 for machine unit-oai-epc-0: 14:56:19 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 14:56:19 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 14:56:19 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 14:56:19 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 14:56:19 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.200:17070"] unit-abot-epc-basic-0: 14:56:19 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: 14:56:19 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall637713871970549349.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: 14:56:19 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:19 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: 14:56:19 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: 14:56:19 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall721260131352806508.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.323 s unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2019-01-20T14:56:19+00:00 unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 14:56:19 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-oai-epc-0: 14:56:20 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 14:56:20 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-epc-0: 14:56:20 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-epc-0: 14:56:20 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 14:56:20 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 14:56:20 INFO juju.worker.uniter resuming charm install unit-oai-epc-0: 14:56:20 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-epc-3 unit-oai-epc-0: 14:56:20 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 14:56:20 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 14:56:20 INFO juju.worker.uniter.charm downloading local:trusty/oai-epc-3 from API server unit-oai-epc-0: 14:56:20 INFO juju.downloader downloading from local:trusty/oai-epc-3 unit-oai-epc-0: 14:56:20 DEBUG httpbakery client do GET https://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/charms?file=%2A&url=local%3Atrusty%2Foai-epc-3 { unit-oai-epc-0: 14:56:20 DEBUG httpbakery } -> error unit-oai-epc-0: 14:56:20 INFO juju.downloader download complete ("local:trusty/oai-epc-3") unit-oai-epc-0: 14:56:20 INFO juju.downloader download verified ("local:trusty/oai-epc-3") unit-oai-epc-0: 14:56:20 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 14:56:20 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 14:56:20 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-epc-3" unit-oai-epc-0: 14:56:20 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-epc-3" unit-oai-epc-0: 14:56:21 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-epc-3" unit-oai-epc-0: 14:56:21 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-epc-3" unit-abot-epc-basic-0: 14:56:21 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-oai-epc-0: 14:56:21 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 14:56:21 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-epc-0: 14:56:21 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 14:56:21 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 14:56:21 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 14:56:21 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 14:56:21 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 14:56:21 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 14:56:21 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 14:56:21 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 14:56:21 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 14:56:21 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 14:56:21 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 14:56:21 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 14:56:21 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 14:56:21 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 14:56:21 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:21 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:56:21 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 14:56:21 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-oai-epc-0: 14:56:21 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 14:56:22 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-abot-epc-basic-0: 14:56:22 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-oai-epc-0: 14:56:22 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 14:56:22 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 14:56:22 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 14:56:22 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: 14:56:22 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-abot-epc-basic-0: 14:56:22 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 18.3 KB/sec) unit-abot-epc-basic-0: 14:56:22 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: 14:56:22 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 528.4 KB/sec) unit-abot-epc-basic-0: 14:56:22 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: 14:56:22 DEBUG unit.abot-epc-basic/0.install 3/30 KB 5/30 KB 8/30 KB 11/30 KB 13/30 KB 16/30 KB 19/30 KB 21/30 KB 24/30 KB 27/30 KB 29/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 1037.4 KB/sec) unit-abot-epc-basic-0: 14:56:22 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: 14:56:22 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 688.8 KB/sec) unit-abot-epc-basic-0: 14:56:22 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: 14:56:22 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 1108.7 KB/sec) unit-abot-epc-basic-0: 14:56:22 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: 14:56:22 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (8 KB at 455.3 KB/sec) unit-abot-epc-basic-0: 14:56:22 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: 14:56:22 DEBUG unit.abot-epc-basic/0.install 3/32 KB 5/32 KB 8/32 KB 11/32 KB 13/32 KB 16/32 KB 19/32 KB 21/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar (32 KB at 1175.7 KB/sec) unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install Need to get 3459 kB of archives. unit-oai-epc-0: 14:56:22 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 14:56:22 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: 14:56:22 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: 14:56:22 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom (6 KB at 319.6 KB/sec) unit-abot-epc-basic-0: 14:56:22 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: 14:56:23 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 858.1 KB/sec) unit-abot-epc-basic-0: 14:56:23 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: 14:56:23 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/org/apache/maven/maven-parent/26/maven-parent-26.pom (39 KB at 1554.1 KB/sec) unit-abot-epc-basic-0: 14:56:23 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: 14:56:23 DEBUG unit.abot-epc-basic/0.install 3/16 KB 3/16 KB 6/16 KB 8/16 KB 11/16 KB 14/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (16 KB at 716.0 KB/sec) unit-abot-epc-basic-0: 14:56:23 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: 14:56:23 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 1293.2 KB/sec) unit-abot-epc-basic-0: 14:56:23 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-oai-epc-0: 14:56:23 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.10 [700 kB] unit-abot-epc-basic-0: 14:56:23 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 356.1 KB/sec) unit-abot-epc-basic-0: 14:56:23 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: 14:56:23 DEBUG unit.abot-epc-basic/0.install 3/34 KB 5/34 KB 8/34 KB 11/34 KB 13/34 KB 16/34 KB 19/34 KB 21/34 KB 24/34 KB 27/34 KB 29/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 1582.1 KB/sec) unit-abot-epc-basic-0: 14:56:23 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: 14:56:23 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 363.3 KB/sec) unit-abot-epc-basic-0: 14:56:23 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: 14:56:23 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (5 KB at 214.1 KB/sec) unit-abot-epc-basic-0: 14:56:23 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: 14:56:23 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 504.8 KB/sec) unit-abot-epc-basic-0: 14:56:23 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: 14:56:23 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-oai-epc-0: 14:56:23 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.10 [2737 kB] unit-abot-epc-basic-0: 14:56:23 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: 14:56:23 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: 14:56:23 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: 14:56:23 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 480.8 KB/sec) unit-abot-epc-basic-0: 14:56:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/6/oss-parent-6.pom unit-oai-epc-0: 14:56:23 DEBUG unit.oai-epc/0.install Fetched 3459 kB in 1s (3064 kB/s) unit-oai-epc-0: 14:56:24 DEBUG unit.oai-epc/0.install Selecting previously unselected package liberror-perl. unit-oai-epc-0: 14:56:24 DEBUG unit.oai-epc/0.install (Reading database ... 52434 files and directories currently installed.) unit-oai-epc-0: 14:56:24 DEBUG unit.oai-epc/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-epc-0: 14:56:24 DEBUG unit.oai-epc/0.install Unpacking liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 14:56:24 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: 14:56:24 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (5 KB at 294.9 KB/sec) unit-abot-epc-basic-0: 14:56:24 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: 14:56:24 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-oai-epc-0: 14:56:24 DEBUG unit.oai-epc/0.install Selecting previously unselected package git-man. unit-oai-epc-0: 14:56:24 DEBUG unit.oai-epc/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.10_all.deb ... unit-abot-epc-basic-0: 14:56:24 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 219.1 KB/sec) unit-abot-epc-basic-0: 14:56:24 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-oai-epc-0: 14:56:24 DEBUG unit.oai-epc/0.install Unpacking git-man (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 14:56:24 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: 14:56:24 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 171.9 KB/sec) unit-abot-epc-basic-0: 14:56:24 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: 14:56:24 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: 14:56:24 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 1211.1 KB/sec) unit-abot-epc-basic-0: 14:56:24 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-oai-epc-0: 14:56:25 DEBUG unit.oai-epc/0.install Selecting previously unselected package git. unit-oai-epc-0: 14:56:25 DEBUG unit.oai-epc/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.10_amd64.deb ... unit-abot-epc-basic-0: 14:56:25 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: 14:56:25 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 298.8 KB/sec) unit-oai-epc-0: 14:56:25 DEBUG unit.oai-epc/0.install Unpacking git (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 14:56:25 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: 14:56:25 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: 14:56:25 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 147.0 KB/sec) unit-abot-epc-basic-0: 14:56:25 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: 14:56:25 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: 14:56:25 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: 14:56:25 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: 14:56:25 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: 14:56:25 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 139.6 KB/sec) unit-abot-epc-basic-0: 14:56:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.pom unit-oai-epc-0: 14:56:25 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:56:25 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: 14:56:25 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 134.7 KB/sec) unit-abot-epc-basic-0: 14:56:25 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: 14:56:26 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: 14:56:26 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: 14:56:26 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: 14:56:26 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: 14:56:26 DEBUG unit.abot-epc-basic/0.install 1/2 KB 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2 KB at 83.7 KB/sec) unit-abot-epc-basic-0: 14:56:26 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: 14:56:26 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: 14:56:26 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 137.4 KB/sec) unit-abot-epc-basic-0: 14:56:26 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: 14:56:26 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: 14:56:26 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 94.5 KB/sec) unit-abot-epc-basic-0: 14:56:26 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: 14:56:26 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: 14:56:26 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom (14 KB at 621.2 KB/sec) unit-abot-epc-basic-0: 14:56:26 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: 14:56:26 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: 14:56:27 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 423.4 KB/sec) unit-abot-epc-basic-0: 14:56:27 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: 14:56:27 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: 14:56:27 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 2095.9 KB/sec) unit-abot-epc-basic-0: 14:56:27 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: 14:56:27 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: 14:56:27 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 1095.9 KB/sec) unit-abot-epc-basic-0: 14:56:27 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: 14:56:27 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: 14:56:27 DEBUG unit.abot-epc-basic/0.install 3/11 KB 4/11 KB 7/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 628.5 KB/sec) unit-abot-epc-basic-0: 14:56:27 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: 14:56:27 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-oai-epc-0: 14:56:27 DEBUG unit.oai-epc/0.install Setting up liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 14:56:27 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 168.0 KB/sec) unit-abot-epc-basic-0: 14:56:27 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: 14:56:27 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: 14:56:27 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 205.6 KB/sec) unit-abot-epc-basic-0: 14:56:27 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: 14:56:27 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: 14:56:27 DEBUG unit.abot-epc-basic/0.install 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 173.7 KB/sec) unit-abot-epc-basic-0: 14:56:27 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: 14:56:27 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: 14:56:28 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 1103.3 KB/sec) unit-abot-epc-basic-0: 14:56:28 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: 14:56:28 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: 14:56:28 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 3414.5 KB/sec) unit-abot-epc-basic-0: 14:56:28 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-oai-epc-0: 14:56:28 DEBUG unit.oai-epc/0.install Setting up git-man (1:1.9.1-1ubuntu0.10) ... unit-oai-epc-0: 14:56:28 DEBUG unit.oai-epc/0.install Setting up git (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 14:56:28 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: 14:56:28 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 327.5 KB/sec) unit-abot-epc-basic-0: 14:56:28 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: 14:56:28 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: 14:56:28 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 147.4 KB/sec) unit-abot-epc-basic-0: 14:56:28 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: 14:56:28 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: 14:56:28 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 18.7 KB/sec) unit-abot-epc-basic-0: 14:56:28 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: 14:56:28 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: 14:56:28 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 135.7 KB/sec) unit-abot-epc-basic-0: 14:56:28 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: 14:56:29 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: 14:56:29 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 84.1 KB/sec) unit-abot-epc-basic-0: 14:56:29 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: 14:56:29 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: 14:56:29 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 356.3 KB/sec) unit-abot-epc-basic-0: 14:56:29 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: 14:56:29 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: 14:56:29 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 39.1 KB/sec) unit-abot-epc-basic-0: 14:56:29 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: 14:56:29 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: 14:56:29 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/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: 14:56:29 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: 14:56:29 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: 14:56:29 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/3/commons-parent-3.pom (12 KB at 640.8 KB/sec) unit-abot-epc-basic-0: 14:56:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/apache/4/apache-4.pom unit-abot-epc-basic-0: 14:56:30 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: 14:56:30 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (5 KB at 292.6 KB/sec) unit-abot-epc-basic-0: 14:56:30 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-oai-epc-0: 14:56:30 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 14:56:30 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 14:56:30 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 14:56:30 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 14:56:30 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 14:56:30 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 14:56:30 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=0 unit-oai-epc-0: 14:56:30 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 14:56:30 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 14:56:30 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes virt-what unit-oai-epc-0: 14:56:30 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 14:56:30 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: 14:56:30 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 1105.5 KB/sec) unit-abot-epc-basic-0: 14:56:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/33/commons-parent-33.pom unit-oai-epc-0: 14:56:30 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 14:56:30 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 14:56:30 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 14:56:30 DEBUG unit.oai-epc/0.install virt-what unit-abot-epc-basic-0: 14:56:30 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: 14:56:30 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 3049.6 KB/sec) unit-abot-epc-basic-0: 14:56:30 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-oai-epc-0: 14:56:30 DEBUG unit.oai-epc/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 14:56:30 DEBUG unit.oai-epc/0.install Need to get 13.6 kB of archives. unit-oai-epc-0: 14:56:30 DEBUG unit.oai-epc/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-epc-0: 14:56:30 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: 14:56:30 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: 14:56:30 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 125.6 KB/sec) unit-abot-epc-basic-0: 14:56:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom unit-oai-epc-0: 14:56:30 DEBUG unit.oai-epc/0.install Fetched 13.6 kB in 0s (54.8 kB/s) unit-abot-epc-basic-0: 14:56:30 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: 14:56:30 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom (8 KB at 377.8 KB/sec) unit-abot-epc-basic-0: 14:56:30 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: 14:56:31 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: 14:56:31 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 62.3 KB/sec) unit-abot-epc-basic-0: 14:56:31 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-oai-epc-0: 14:56:31 DEBUG unit.oai-epc/0.install Selecting previously unselected package virt-what. unit-oai-epc-0: 14:56:31 DEBUG unit.oai-epc/0.install (Reading database ... 53184 files and directories currently installed.) unit-oai-epc-0: 14:56:31 DEBUG unit.oai-epc/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-epc-0: 14:56:31 DEBUG unit.oai-epc/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 14:56:31 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: 14:56:31 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.6.4/slf4j-api-1.6.4.pom (3 KB at 187.6 KB/sec) unit-abot-epc-basic-0: 14:56:31 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-oai-epc-0: 14:56:31 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:56:31 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: 14:56:31 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 KB at 627.2 KB/sec) unit-abot-epc-basic-0: 14:56:31 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: 14:56:31 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: 14:56:31 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 187.7 KB/sec) unit-abot-epc-basic-0: 14:56:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom unit-oai-epc-0: 14:56:31 DEBUG unit.oai-epc/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 14:56:31 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: 14:56:31 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 53.7 KB/sec) unit-abot-epc-basic-0: 14:56:31 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: 14:56:31 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: 14:56:31 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 63.6 KB/sec) unit-abot-epc-basic-0: 14:56:31 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: 14:56:32 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: 14:56:32 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 352.3 KB/sec) unit-abot-epc-basic-0: 14:56:32 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: 14:56:32 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: 14:56:32 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 377.4 KB/sec) unit-abot-epc-basic-0: 14:56:32 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: 14:56:32 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: 14:56:32 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 195.3 KB/sec) unit-abot-epc-basic-0: 14:56:32 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: 14:56:32 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: 14:56:32 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 545.8 KB/sec) unit-abot-epc-basic-0: 14:56:32 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: 14:56:32 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: 14:56:32 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 200.5 KB/sec) unit-abot-epc-basic-0: 14:56:32 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: 14:56:32 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: 14:56:32 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 602.8 KB/sec) unit-abot-epc-basic-0: 14:56:32 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: 14:56:33 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: 14:56:33 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 1504.5 KB/sec) unit-abot-epc-basic-0: 14:56:33 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: 14:56:33 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: 14:56:33 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 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 724.2 KB/sec) unit-abot-epc-basic-0: 14:56:33 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: 14:56:33 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-oai-epc-0: 14:56:33 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 14:56:33 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 14:56:33 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 14:56:33 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 1952.7 KB/sec) unit-abot-epc-basic-0: 14:56:33 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: 14:56:33 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: 14:56:33 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 122.0 KB/sec) unit-abot-epc-basic-0: 14:56:33 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-oai-epc-0: 14:56:33 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 14:56:33 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 14:56:33 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 14:56:33 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:56:33 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: 14:56:33 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:56:33 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 14:56:34 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 14:56:34 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 14:56:34 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: 14:56:34 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom (6 KB at 377.7 KB/sec) unit-abot-epc-basic-0: 14:56:34 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-oai-epc-0: 14:56:34 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 14:56:34 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 14:56:34 DEBUG unit.oai-epc/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 14:56:34 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 14:56:34 DEBUG unit.oai-epc/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-epc-0: 14:56:34 DEBUG unit.oai-epc/0.install libsql-statement-perl unit-oai-epc-0: 14:56:34 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 14:56:34 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 14:56:34 DEBUG unit.oai-epc/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 14:56:34 DEBUG unit.oai-epc/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 14:56:34 DEBUG unit.oai-epc/0.install Need to get 3781 kB of archives. unit-oai-epc-0: 14:56:34 DEBUG unit.oai-epc/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-epc-0: 14:56:34 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: 14:56:34 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: 14:56:34 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: 14:56:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/oss-parent/27/oss-parent-27.pom unit-oai-epc-0: 14:56:34 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: 14:56:34 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: 14:56:34 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/com/fasterxml/oss-parent/27/oss-parent-27.pom (20 KB at 737.6 KB/sec) unit-abot-epc-basic-0: 14:56:34 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: 14:56:34 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: 14:56:34 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: 14:56:34 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: 14:56:34 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: 14:56:34 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4 KB at 306.6 KB/sec) unit-abot-epc-basic-0: 14:56:34 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-oai-epc-0: 14:56:34 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: 14:56:34 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: 14:56:35 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom (2 KB at 93.3 KB/sec) unit-abot-epc-basic-0: 14:56:35 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-oai-epc-0: 14:56:35 DEBUG unit.oai-epc/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-oai-epc-0: 14:56:35 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: 14:56:35 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: 14:56:35 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 70.9 KB/sec) unit-abot-epc-basic-0: 14:56:35 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-oai-epc-0: 14:56:35 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: 14:56:35 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: 14:56:35 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: 14:56:35 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: 14:56:35 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-oai-epc-0: 14:56:35 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-oai-epc-0: 14:56:35 DEBUG unit.oai-epc/0.install Fetched 3781 kB in 1s (2756 kB/s) unit-abot-epc-basic-0: 14:56:35 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: 14:56:35 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 92.1 KB/sec) unit-abot-epc-basic-0: 14:56:35 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-oai-epc-0: 14:56:35 DEBUG unit.oai-epc/0.install Selecting previously unselected package mysql-common. unit-oai-epc-0: 14:56:35 DEBUG unit.oai-epc/0.install (Reading database ... 53191 files and directories currently installed.) unit-oai-epc-0: 14:56:35 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 14:56:35 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: 14:56:35 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: 14:56:35 DEBUG unit.abot-epc-basic/0.install 962/962 B Downloaded: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 67.1 KB/sec) unit-abot-epc-basic-0: 14:56:35 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: 14:56:35 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: 14:56:35 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 120.3 KB/sec) unit-abot-epc-basic-0: 14:56:35 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-oai-epc-0: 14:56:36 DEBUG unit.oai-epc/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-epc-0: 14:56:36 DEBUG unit.oai-epc/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 14:56:36 DEBUG unit.oai-epc/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 14:56:36 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: 14:56:36 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom (6 KB at 278.9 KB/sec) unit-abot-epc-basic-0: 14:56:36 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: 14:56:36 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: 14:56:36 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom (2 KB at 120.3 KB/sec) unit-abot-epc-basic-0: 14:56:36 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: 14:56:36 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: 14:56:36 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 352.5 KB/sec) unit-abot-epc-basic-0: 14:56:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom unit-abot-epc-basic-0: 14:56:36 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: 14:56:36 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 1321.7 KB/sec) unit-abot-epc-basic-0: 14:56:36 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: 14:56:36 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: 14:56:36 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 142.6 KB/sec) unit-abot-epc-basic-0: 14:56:36 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-oai-epc-0: 14:56:36 DEBUG unit.oai-epc/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-epc-0: 14:56:36 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-epc-0: 14:56:36 DEBUG unit.oai-epc/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 14:56:36 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: 14:56:36 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 824.2 KB/sec) unit-abot-epc-basic-0: 14:56:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom unit-abot-epc-basic-0: 14:56:37 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: 14:56:37 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 114.6 KB/sec) unit-abot-epc-basic-0: 14:56:37 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: 14:56:37 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: 14:56:37 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/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom (11 KB at 513.8 KB/sec) unit-abot-epc-basic-0: 14:56:37 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: 14:56:37 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: 14:56:37 DEBUG unit.abot-epc-basic/0.install 1/2 KB 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.pom (2 KB at 107.7 KB/sec) unit-abot-epc-basic-0: 14:56:37 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/parent/1.2/parent-1.2.pom unit-oai-epc-0: 14:56:37 DEBUG unit.oai-epc/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-epc-0: 14:56:37 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-epc-0: 14:56:37 DEBUG unit.oai-epc/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 14:56:37 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: 14:56:37 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/parent/1.2/parent-1.2.pom (9 KB at 447.1 KB/sec) unit-abot-epc-basic-0: 14:56:37 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: 14:56:37 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: 14:56:37 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 187.6 KB/sec) unit-abot-epc-basic-0: 14:56:37 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-oai-epc-0: 14:56:37 DEBUG unit.oai-epc/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-epc-0: 14:56:37 DEBUG unit.oai-epc/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-epc-0: 14:56:37 DEBUG unit.oai-epc/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 14:56:38 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: 14:56:38 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 KB at 678.1 KB/sec) unit-abot-epc-basic-0: 14:56:38 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: 14:56:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom unit-abot-epc-basic-0: 14:56:38 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (5 KB at 320.7 KB/sec) unit-abot-epc-basic-0: 14:56:38 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: 14:56:38 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: 14:56:38 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 KB at 791.3 KB/sec) unit-abot-epc-basic-0: 14:56:38 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/project/7/project-7.pom unit-oai-epc-0: 14:56:38 DEBUG unit.oai-epc/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-epc-0: 14:56:38 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 14:56:38 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: 14:56:38 DEBUG unit.abot-epc-basic/0.install 3/27 KB 5/27 KB 8/27 KB 11/27 KB 13/27 KB 16/27 KB 19/27 KB 21/27 KB 24/27 KB 27/27 KB 27/27 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom (27 KB at 1662.8 KB/sec) unit-abot-epc-basic-0: 14:56:38 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-oai-epc-0: 14:56:38 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: 14:56:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom unit-abot-epc-basic-0: 14:56:38 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (6 KB at 339.1 KB/sec) unit-abot-epc-basic-0: 14:56:38 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: 14:56:38 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: 14:56:38 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 682.9 KB/sec) unit-abot-epc-basic-0: 14:56:38 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: 14:56:39 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: 14:56:39 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 1120.2 KB/sec) unit-abot-epc-basic-0: 14:56:39 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: 14:56:39 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-oai-epc-0: 14:56:39 DEBUG unit.oai-epc/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-epc-0: 14:56:39 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 14:56:39 DEBUG unit.abot-epc-basic/0.install 3/49 KB 5/49 KB 8/49 KB 11/49 KB 13/49 KB 16/49 KB 19/49 KB 21/49 KB 24/49 KB 27/49 KB 29/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 2880.8 KB/sec) unit-abot-epc-basic-0: 14:56:39 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-oai-epc-0: 14:56:39 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: 14:56:39 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: 14:56:39 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 259.7 KB/sec) unit-abot-epc-basic-0: 14:56:39 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: 14:56:39 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: 14:56:39 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 297.8 KB/sec) unit-abot-epc-basic-0: 14:56:39 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: 14:56:39 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: 14:56:39 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 1654.8 KB/sec) unit-abot-epc-basic-0: 14:56:39 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: 14:56:40 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: 14:56:40 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom (6 KB at 369.2 KB/sec) unit-abot-epc-basic-0: 14:56:40 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: 14:56:40 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: 14:56:40 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 282.6 KB/sec) unit-abot-epc-basic-0: 14:56:40 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: 14:56:40 DEBUG unit.abot-epc-basic/0.install 503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom (503 B at 2.0 KB/sec) unit-abot-epc-basic-0: 14:56:40 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: 14:56:40 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: 14:56:40 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom (7 KB at 499.0 KB/sec) unit-abot-epc-basic-0: 14:56:40 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: 14:56:40 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: 14:56:40 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom (8 KB at 603.8 KB/sec) unit-abot-epc-basic-0: 14:56:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.pom unit-oai-epc-0: 14:56:40 DEBUG unit.oai-epc/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-epc-0: 14:56:40 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 14:56:41 DEBUG unit.oai-epc/0.install Progress: [ 55%] Unpacking mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 14:56:41 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: 14:56:41 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: 14:56:41 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/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 KB at 623.7 KB/sec) unit-abot-epc-basic-0: 14:56:41 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: 14:56:41 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: 14:56:41 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 KB at 939.4 KB/sec) unit-abot-epc-basic-0: 14:56:41 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: 14:56:41 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: 14:56:41 DEBUG unit.abot-epc-basic/0.install 3/22 KB 5/22 KB 8/22 KB 11/22 KB 13/22 KB 16/22 KB 19/22 KB 21/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 KB at 1427.7 KB/sec) unit-abot-epc-basic-0: 14:56:41 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: 14:56:41 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: 14:56:41 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 974.9 KB/sec) unit-abot-epc-basic-0: 14:56:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom unit-oai-epc-0: 14:56:41 DEBUG unit.oai-epc/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 14:56:41 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: 14:56:42 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 9.8 KB/sec) unit-abot-epc-basic-0: 14:56:42 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: 14:56:42 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: 14:56:42 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 833.8 KB/sec) unit-abot-epc-basic-0: 14:56:42 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: 14:56:42 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: 14:56:42 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.pom (4 KB at 215.5 KB/sec) unit-abot-epc-basic-0: 14:56:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/google/5/google-5.pom machine-3: 14:56:42 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-3: 14:56:42 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 14:56:42 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 14:56:42 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: 14:56:42 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (3 KB at 150.0 KB/sec) unit-abot-epc-basic-0: 14:56:42 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: 14:56:42 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: 14:56:42 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 61.6 KB/sec) unit-abot-epc-basic-0: 14:56:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/2.3/commons-io-2.3.pom machine-3: 14:56:42 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-3: 14:56:42 DEBUG juju.worker start "engine" machine-3: 14:56:42 INFO juju.worker start "engine" machine-3: 14:56:42 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 14:56:42 DEBUG juju.worker "engine" started machine-3: 14:56:42 DEBUG juju.worker.introspection stats worker now serving machine-3: 14:56:42 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 14:56:42 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 14:56:42 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "clock" manifold worker started machine-3: 14:56:42 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 14:56:42 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 14:56:42 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-abot-epc-basic-0: 14:56:42 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 machine-3: 14:56:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 14:56:42 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 14:56:42 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 14:56:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 14:56:42 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 14:56:42 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 14:56:42 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 673.5 KB/sec) machine-3: 14:56:42 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:56:42 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/24/commons-parent-24.pom machine-3: 14:56:42 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:42 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 14:56:42 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 14:56:42 DEBUG juju.worker.apicaller connecting with old password machine-3: 14:56:42 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-3: 14:56:42 INFO juju.api connection established to "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-3: 14:56:42 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-3: 14:56:42 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-oai-epc-0: 14:56:43 DEBUG unit.oai-epc/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 14:56:43 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: 14:56:43 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 2715.1 KB/sec) unit-abot-epc-basic-0: 14:56:43 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: 14:56:43 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: 14:56:43 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 211.7 KB/sec) unit-oai-epc-0: 14:56:43 DEBUG unit.oai-epc/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 14:56:43 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 machine-3: 14:56:43 DEBUG juju.worker.apicaller connected machine-3: 14:56:43 DEBUG juju.worker.apicaller changing password... unit-oai-epc-0: 14:56:43 DEBUG unit.oai-epc/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... machine-3: 14:56:43 DEBUG juju.worker.apicaller password changed machine-3: 14:56:43 DEBUG juju.api RPC connection died machine-3: 14:56:43 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-3: 14:56:43 DEBUG juju.worker.apicaller connecting with current password machine-3: 14:56:43 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-3: 14:56:43 INFO juju.api connection established to "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-3: 14:56:43 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-abot-epc-basic-0: 14:56:43 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: 14:56:43 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 39.1 KB/sec) unit-abot-epc-basic-0: 14:56:43 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: 14:56:43 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: 14:56:43 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 359.0 KB/sec) unit-abot-epc-basic-0: 14:56:43 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: 14:56:43 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: 14:56:43 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 574.2 KB/sec) unit-abot-epc-basic-0: 14:56:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.20/totallylazy-1.20.pom machine-3: 14:56:44 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 14:56:44 DEBUG unit.oai-epc/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... machine-3: 14:56:44 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 14:56:44 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 2.2 KB/sec) unit-abot-epc-basic-0: 14:56:44 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom machine-3: 14:56:44 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 14:56:44 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 14:56:44 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-3: 14:56:44 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 14:56:44 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-3: 14:56:44 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-3: 14:56:44 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 14:56:44 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 14:56:44 DEBUG unit.oai-epc/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... machine-3: 14:56:44 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 14:56:44 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 14:56:44 INFO juju.worker.upgrader unblocking abort check machine-3: 14:56:44 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 14:56:44 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 14:56:44 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 14:56:44 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:56:44 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 machine-3: 14:56:44 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:56:44 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom (6 KB at 337.9 KB/sec) machine-3: 14:56:44 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 14:56:44 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 machine-3: 14:56:44 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 14:56:44 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: 14:56:44 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: 14:56:44 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: 14:56:44 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: 14:56:44 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.jar machine-3: 14:56:44 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 14:56:44 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 14:56:44 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 14:56:44 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 14:56:44 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 14:56:44 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-3: 14:56:44 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 14:56:44 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 14:56:44 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 14:56:44 DEBUG juju.worker.logger logger setup machine-3: 14:56:44 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 14:56:44 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 14:56:44 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 14:56:44 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} machine-3: 14:56:44 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 14:56:44 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available unit-oai-epc-0: 14:56:44 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: 14:56:44 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 14:56:44 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 14:56:44 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-3: 14:56:44 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 14:56:44 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: 14:56:44 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 14:56:44 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 14:56:44 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 14:56:44 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 14:56:44 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-3: 14:56:44 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 14:56:44 INFO juju.util.exec run result: exit status 127 machine-3: 14:56:44 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec563824940/script.sh: line 1: fanatic: command not found 127 machine-3: 14:56:44 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 14:56:44 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 14:56:44 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 14:56:44 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 14:56:44 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 14:56:44 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 14:56:44 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 14:56:44 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 14:56:44 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 14:56:44 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 14:56:44 DEBUG juju.network including address public:172.30.9.200 for machine machine-3: 14:56:44 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-3: 14:56:44 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-3: 14:56:44 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 14:56:44 DEBUG juju.network including address local-machine:::1 for machine machine-3: 14:56:44 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 14:56:44 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 14:56:44 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 14:56:44 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 14:56:44 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.200:17070"] machine-3: 14:56:44 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 14:56:44 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 14:56:44 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: 14:56:44 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 14:56:44 INFO juju.util.exec run result: exit status 127 machine-3: 14:56:44 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec084175871/script.sh: line 1: fanatic: command not found 127 machine-3: 14:56:44 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 14:56:44 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 14:56:44 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 14:56:44 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 14:56:44 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 14:56:44 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-3: 14:56:44 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-3: 14:56:44 DEBUG juju.api RPC connection died machine-3: 14:56:44 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 14:56:44 DEBUG juju.worker killing runner 0xc42064f790 machine-3: 14:56:44 INFO juju.worker runner is dying machine-3: 14:56:44 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-3: 14:56:44 INFO juju.worker.authenticationworker starting key updater worker: connection is shut down machine-3: 14:56:44 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-3: 14:56:44 DEBUG juju.worker.dependency "machiner" manifold worker stopped: cannot read environment config: connection is shut down machine-3: 14:56:44 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-3: 14:56:44 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-3: 14:56:44 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: 14:56:44 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-3: 14:56:44 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-3: 14:56:44 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-3: 14:56:44 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-3: 14:56:44 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-3: 14:56:44 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-3: 14:56:44 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-3: 14:56:44 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-3: 14:56:44 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-3: 14:56:44 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 14:56:44 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-3: 14:56:44 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 14:56:44 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 14:56:44 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 14:56:44 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: starting key updater worker: connection is shut down machine-3: 14:56:44 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 14:56:44 DEBUG juju.worker.apicaller connecting with current password machine-3: 14:56:44 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 14:56:44 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-3: 14:56:44 INFO juju.api connection established to "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-3: 14:56:44 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-3: 14:56:44 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:44 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 14:56:44 DEBUG unit.oai-epc/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 14:56:44 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: 14:56:44 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: 14:56:44 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: 14:56:44 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: 14:56:44 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: 14:56:44 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: 14:56:44 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: 14:56:44 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: 14:56:44 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: 14:56:44 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: 14:56:44 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar machine-3: 14:56:44 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 14:56:44 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: 14:56:44 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: 14:56:44 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: 14:56:44 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: 14:56:45 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 machine-3: 14:56:45 DEBUG juju.api RPC connection died machine-3: 14:56:45 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-abot-epc-basic-0: 14:56:45 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 machine-3: 14:56:45 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 14:56:45 DEBUG unit.oai-epc/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 14:56:45 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 machine-3: 14:56:45 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-3: 14:56:45 INFO juju.api connection established to "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" machine-3: 14:56:45 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-abot-epc-basic-0: 14:56:45 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: 14:56:45 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: 14:56:45 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: 14:56:45 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 machine-3: 14:56:45 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 14:56:45 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: 14:56:45 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: 14:56:45 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: 14:56:45 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: 14:56:45 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: 14:56:45 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: 14:56:45 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: 14:56:45 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: 14:56:45 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: 14:56:45 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: 14:56:45 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: 14:56:45 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: 14:56:45 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: 14:56:45 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: 14:56: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.jar unit-abot-epc-basic-0: 14:56: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.jar unit-abot-epc-basic-0: 14:56: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.jar unit-abot-epc-basic-0: 14:56: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.jar unit-abot-epc-basic-0: 14:56:46 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: 14:56: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.jar unit-abot-epc-basic-0: 14:56:46 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: 14:56:46 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: 14:56:46 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: 14:56:46 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: 14:56:46 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: 14:56:46 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: 14:56:46 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: 14:56:46 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 machine-3: 14:56:46 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 14:56:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.jar machine-3: 14:56:46 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 14:56:46 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:46 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 14:56:46 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:46 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:46 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:46 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 14:56:46 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 14:56:46 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:46 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:46 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 14:56:46 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 14:56:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 14:56:46 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-3: 14:56:46 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 14:56:46 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-3: 14:56:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 14:56:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-3: 14:56:46 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 14:56:46 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-3: 14:56:46 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 14:56:46 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 14:56:46 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 14:56:46 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 14:56:46 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 14:56:46 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 14:56:46 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 14:56:46 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 14:56:46 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 14:56:46 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 14:56:46 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 14:56:46 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 14:56:46 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 14:56:46 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 14:56:46 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 14:56:46 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 14:56:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 14:56:46 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 14:56:46 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 14:56:46 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 14:56:46 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} machine-3: 14:56:46 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-3: 14:56:46 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 14:56: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-3: 14:56:46 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 14:56:46 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 14:56:46 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 14:56:46 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 14:56:46 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 14:56:46 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 14:56: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-3: 14:56:46 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 14:56:46 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 14:56:46 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 14:56:46 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 14:56:46 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 14:56:46 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 14:56:46 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 14:56:46 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 14:56:46 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 machine-3: 14:56:46 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 14:56:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 14:56:46 DEBUG juju.worker.logger logger setup machine-3: 14:56:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 14:56:46 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 14:56:46 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 14:56:46 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 14:56:46 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 14:56:46 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 14:56:46 DEBUG juju.network including address public:172.30.9.200 for machine machine-3: 14:56:46 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-3: 14:56:46 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-3: 14:56:46 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 14:56:46 DEBUG juju.network including address local-machine:::1 for machine machine-3: 14:56:46 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 14:56:46 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 14:56:46 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.200:17070"] machine-3: 14:56:46 INFO juju.util.exec run result: exit status 127 machine-3: 14:56:46 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec024481364/script.sh: line 1: fanatic: command not found 127 machine-3: 14:56:46 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 14:56:46 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 14:56:46 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 14:56:46 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 14:56:46 INFO juju.util.exec run result: exit status 127 machine-3: 14:56:46 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec236192205/script.sh: line 1: fanatic: command not found 127 machine-3: 14:56:46 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 unit-abot-epc-basic-0: 14:56:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-lang/commons-lang/2.4/commons-lang-2.4.jar machine-3: 14:56:46 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 14:56:46 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 14:56:46 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 14:56:46 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 14:56:46 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 14:56:46 DEBUG juju.network including address local-cloud:192.168.121.13 for machine machine-3: 14:56:46 DEBUG juju.network including address local-machine:::1 for machine machine-3: 14:56:46 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.13 local-machine:::1] machine-3: 14:56:46 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.13 local-machine:::1] unit-abot-epc-basic-0: 14:56:46 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: 14:56:46 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: 14:56:46 DEBUG unit.abot-epc-basic/0.install 4/966 KB 8/966 KB 12/966 KB 16/966 KB 20/966 KB 24/966 KB 28/966 KB 31/966 KB Downloading: http://repo.bodar.com/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar unit-abot-epc-basic-0: 14:56:46 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.jar unit-abot-epc-basic-0: 14:56:46 DEBUG unit.abot-epc-basic/0.install 35/966 KB 39/966 KB 43/966 KB 47/966 KB 51/966 KB 55/966 KB 59/966 KB 63/966 KB 67/966 KB 71/966 KB 75/966 KB 79/966 KB 83/966 KB 87/966 KB 91/966 KB 95/966 KB Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar unit-abot-epc-basic-0: 14:56:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar machine-3: 14:56:47 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 14:56:47 INFO juju.worker.upgrader unblocking abort check machine-3: 14:56:47 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 14:56:47 INFO juju.worker.deployer deploying unit "oai-hss/0" machine-3: 14:56:47 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 14:56:47 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 99/966 KB 103/966 KB 107/966 KB 111/966 KB 115/966 KB 119/966 KB 123/966 KB 127/966 KB 131/966 KB 135/966 KB 139/966 KB 143/966 KB 147/966 KB 151/966 KB 155/966 KB 159/966 KB 163/966 KB 167/966 KB 171/966 KB 175/966 KB 179/966 KB 183/966 KB 187/966 KB 191/966 KB 195/966 KB 199/966 KB 203/966 KB 207/966 KB 211/966 KB 215/966 KB 219/966 KB 223/966 KB 227/966 KB 231/966 KB 235/966 KB 239/966 KB 243/966 KB 247/966 KB 251/966 KB 255/966 KB 259/966 KB 263/966 KB 267/966 KB 271/966 KB 275/966 KB 279/966 KB 283/966 KB 287/966 KB 291/966 KB 295/966 KB 299/966 KB 303/966 KB 307/966 KB 311/966 KB 315/966 KB 319/966 KB 323/966 KB 327/966 KB 331/966 KB 335/966 KB 339/966 KB 343/966 KB 347/966 KB 351/966 KB 355/966 KB 359/966 KB 363/966 KB 367/966 KB 371/966 KB 375/966 KB 379/966 KB 383/966 KB 387/966 KB 391/966 KB 395/966 KB 399/966 KB 403/966 KB 407/966 KB 411/966 KB 415/966 KB 419/966 KB 423/966 KB 427/966 KB 431/966 KB 435/966 KB 439/966 KB 443/966 KB 447/966 KB 451/966 KB 455/966 KB 459/966 KB 463/966 KB 467/966 KB 471/966 KB 475/966 KB 479/966 KB 483/966 KB 487/966 KB 491/966 KB 495/966 KB 499/966 KB 503/966 KB 507/966 KB 511/966 KB 515/966 KB 519/966 KB 523/966 KB 527/966 KB 531/966 KB 535/966 KB 539/966 KB 543/966 KB 547/966 KB 551/966 KB 555/966 KB 559/966 KB 563/966 KB 567/966 KB 571/966 KB 575/966 KB 579/966 KB 583/966 KB 587/966 KB 591/966 KB 595/966 KB 599/966 KB 603/966 KB 607/966 KB 611/966 KB 615/966 KB 619/966 KB 623/966 KB 627/966 KB 631/966 KB 635/966 KB 639/966 KB 643/966 KB 647/966 KB 651/966 KB 655/966 KB 659/966 KB 663/966 KB 667/966 KB 671/966 KB 675/966 KB 679/966 KB 683/966 KB 687/966 KB 691/966 KB 695/966 KB 699/966 KB 703/966 KB 707/966 KB 711/966 KB 715/966 KB 719/966 KB 723/966 KB 727/966 KB 731/966 KB 735/966 KB 739/966 KB 743/966 KB 747/966 KB 751/966 KB 755/966 KB 759/966 KB 763/966 KB 767/966 KB 771/966 KB 775/966 KB 779/966 KB 783/966 KB 787/966 KB 791/966 KB 795/966 KB 799/966 KB 803/966 KB 807/966 KB 811/966 KB 815/966 KB 819/966 KB 823/966 KB 827/966 KB 831/966 KB 835/966 KB 839/966 KB 843/966 KB 847/966 KB 851/966 KB 855/966 KB 859/966 KB 863/966 KB 867/966 KB 871/966 KB 875/966 KB 879/966 KB 883/966 KB 887/966 KB 891/966 KB 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 343.2 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 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: 14:56:47 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: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar unit-abot-epc-basic-0: 14:56:47 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 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 84/590 KB 88/590 KB 92/590 KB 96/590 KB 100/590 KB 104/590 KB 108/590 KB 112/590 KB 116/590 KB 120/590 KB 124/590 KB 128/590 KB 132/590 KB 136/590 KB 140/590 KB 144/590 KB 148/590 KB 152/590 KB 156/590 KB 160/590 KB 164/590 KB 168/590 KB 172/590 KB 176/590 KB 3/240 KB 180/590 KB 5/240 KB 180/590 KB 8/240 KB 180/590 KB 11/240 KB 180/590 KB 13/240 KB 180/590 KB 180/590 KB 13/240 KB 184/590 KB 13/240 KB 188/590 KB 13/240 KB 192/590 KB 13/240 KB 196/590 KB 13/240 KB 3/10 KB 196/590 KB 3/232 KB 13/240 KB 3/10 KB 196/590 KB 5/232 KB 13/240 KB 3/10 KB 196/590 KB 8/232 KB 13/240 KB 3/10 KB 196/590 KB 11/232 KB 13/240 KB 3/10 KB 196/590 KB 13/232 KB 13/240 KB 3/10 KB 196/590 KB 13/240 KB 5/10 KB 196/590 KB 13/232 KB 13/240 KB 8/10 KB 196/590 KB 13/232 KB 13/240 KB 10/10 KB 196/590 KB 13/232 KB 16/240 KB 10/10 KB 196/590 KB 13/232 KB 19/240 KB 10/10 KB 196/590 KB 13/232 KB 21/240 KB 10/10 KB 196/590 KB 13/232 KB 24/240 KB 10/10 KB 196/590 KB 13/232 KB 27/240 KB 10/10 KB 196/590 KB 13/232 KB 29/240 KB 10/10 KB 196/590 KB 13/232 KB 32/240 KB 10/10 KB 196/590 KB 13/232 KB 32/240 KB 10/10 KB 200/590 KB 13/232 KB 32/240 KB 10/10 KB 204/590 KB 13/232 KB 32/240 KB 10/10 KB 208/590 KB 13/232 KB 32/240 KB 10/10 KB 208/590 KB 16/232 KB 32/240 KB 10/10 KB 208/590 KB 19/232 KB 32/240 KB 10/10 KB 208/590 KB 21/232 KB 32/240 KB 10/10 KB 208/590 KB 24/232 KB 32/240 KB 10/10 KB 208/590 KB 27/232 KB 32/240 KB 10/10 KB 208/590 KB 29/232 KB 32/240 KB 10/10 KB 208/590 KB 32/232 KB 32/240 KB 10/10 KB 212/590 KB 32/232 KB 36/240 KB 10/10 KB 212/590 KB 32/232 KB 40/240 KB 10/10 KB 212/590 KB 32/232 KB 44/240 KB 10/10 KB 212/590 KB 32/232 KB 48/240 KB 10/10 KB 212/590 KB 32/232 KB 52/240 KB 10/10 KB 212/590 KB 32/232 KB 56/240 KB 212/590 KB 32/232 KB 60/240 KB 212/590 KB 32/232 KB 64/240 KB 212/590 KB 32/232 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar (10 KB at 175.1 KB/sec) unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 64/240 KB 212/590 KB 36/232 KB 64/240 KB 212/590 KB 40/232 KB 64/240 KB 212/590 KB 44/232 KB 64/240 KB 212/590 KB 48/232 KB 68/240 KB 212/590 KB 48/232 KB 72/240 KB 212/590 KB 52/232 KB 76/240 KB 212/590 KB 52/232 KB 80/240 KB 212/590 KB 52/232 KB 68/240 KB 212/590 KB 52/232 KB 80/240 KB 212/590 KB 56/232 KB 80/240 KB 212/590 KB 60/232 KB 80/240 KB 212/590 KB 64/232 KB 80/240 KB 212/590 KB 68/232 KB 84/240 KB 216/590 KB 72/232 KB 84/240 KB 216/590 KB 76/232 KB 84/240 KB 216/590 KB 80/232 KB 84/240 KB 216/590 KB 68/232 KB 84/240 KB 220/590 KB 80/232 KB 84/240 KB 224/590 KB 80/232 KB 84/240 KB 212/590 KB 68/232 KB 88/240 KB 224/590 KB 80/232 KB 88/240 KB 228/590 KB 80/232 KB 92/240 KB 232/590 KB 84/232 KB 92/240 KB 236/590 KB 84/232 KB 92/240 KB 3/44 KB 236/590 KB 84/232 KB 92/240 KB 5/44 KB 236/590 KB 84/232 KB 92/240 KB 5/44 KB 236/590 KB 84/232 KB 3/1710 KB 92/240 KB 5/44 KB 236/590 KB 84/232 KB 5/1710 KB 92/240 KB 5/44 KB 236/590 KB 84/232 KB 8/1710 KB 92/240 KB 5/44 KB 236/590 KB 84/232 KB 11/1710 KB 92/240 KB 5/44 KB 236/590 KB 84/232 KB 13/1710 KB 92/240 KB 8/44 KB 236/590 KB 84/232 KB 13/1710 KB 92/240 KB 11/44 KB 236/590 KB 84/232 KB 13/1710 KB 92/240 KB 13/44 KB 236/590 KB 84/232 KB 13/1710 KB 92/240 KB 16/44 KB 236/590 KB 84/232 KB 13/1710 KB 92/240 KB 19/44 KB 236/590 KB 84/232 KB 13/1710 KB 92/240 KB 21/44 KB 236/590 KB 84/232 KB 13/1710 KB 92/240 KB 228/590 KB 80/232 KB 96/240 KB 21/44 KB 236/590 KB 84/232 KB 13/1710 KB 96/240 KB 24/44 KB 236/590 KB 84/232 KB 13/1710 KB 96/240 KB 27/44 KB 236/590 KB 84/232 KB 13/1710 KB 96/240 KB 27/44 KB 236/590 KB 84/232 KB 16/1710 KB 96/240 KB 27/44 KB 236/590 KB 84/232 KB 19/1710 KB 96/240 KB 27/44 KB 236/590 KB 84/232 KB 21/1710 KB 96/240 KB 27/44 KB 236/590 KB 84/232 KB 24/1710 KB 96/240 KB 27/44 KB 236/590 KB 84/232 KB 27/1710 KB 96/240 KB 27/44 KB 236/590 KB 84/232 KB 29/1710 KB 96/240 KB 27/44 KB 236/590 KB 84/232 KB 32/1710 KB 100/240 KB 27/44 KB 236/590 KB 84/232 KB 32/1710 KB 104/240 KB 29/44 KB 236/590 KB 84/232 KB 32/1710 KB 108/240 KB 29/44 KB 236/590 KB 84/232 KB 32/1710 KB 112/240 KB 29/44 KB 236/590 KB 84/232 KB 32/1710 KB 112/240 KB 29/44 KB 240/590 KB 84/232 KB 32/1710 KB 92/240 KB 228/590 KB 84/232 KB 112/240 KB 29/44 KB 240/590 KB 88/232 KB 32/1710 KB 112/240 KB 29/44 KB 240/590 KB 92/232 KB 32/1710 KB 116/240 KB 29/44 KB 240/590 KB 96/232 KB 32/1710 KB 116/240 KB 29/44 KB 240/590 KB 100/232 KB 32/1710 KB 116/240 KB 29/44 KB 244/590 KB 104/232 KB 32/1710 KB 116/240 KB 29/44 KB 244/590 KB 108/232 KB 32/1710 KB 116/240 KB 29/44 KB 244/590 KB 112/232 KB 32/1710 KB 100/240 KB 29/44 KB 236/590 KB 84/232 KB 32/1710 KB 116/240 KB 32/44 KB 244/590 KB 112/232 KB 32/1710 KB 116/240 KB 36/44 KB 244/590 KB 112/232 KB 32/1710 KB 116/240 KB 40/44 KB 244/590 KB 112/232 KB 32/1710 KB 116/240 KB 44/44 KB 244/590 KB 112/232 KB 32/1710 KB 116/240 KB 44/44 KB 244/590 KB 112/232 KB 32/1710 KB 116/240 KB 44/44 KB 244/590 KB 112/232 KB 36/1710 KB 116/240 KB 44/44 KB 244/590 KB 112/232 KB 40/1710 KB 116/240 KB 44/44 KB 244/590 KB 112/232 KB 44/1710 KB 116/240 KB 44/44 KB 244/590 KB 112/232 KB 48/1710 KB 116/240 KB 44/44 KB 244/590 KB 112/232 KB 52/1710 KB 116/240 KB 44/44 KB 244/590 KB 112/232 KB 56/1710 KB 116/240 KB 44/44 KB 244/590 KB 112/232 KB 60/1710 KB 116/240 KB 44/44 KB 244/590 KB 112/232 KB 64/1710 KB 116/240 KB 44/44 KB 244/590 KB 112/232 KB 68/1710 KB unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 116/240 KB 44/44 KB 244/590 KB 112/232 KB 72/1710 KB 116/240 KB 44/44 KB 244/590 KB 112/232 KB 76/1710 KB 116/240 KB 44/44 KB 244/590 KB 112/232 KB 80/1710 KB 116/240 KB 29/44 KB 244/590 KB 100/232 KB 32/1710 KB 116/240 KB 44/44 KB 248/590 KB 112/232 KB 80/1710 KB 116/240 KB 44/44 KB 252/590 KB 112/232 KB 80/1710 KB 116/240 KB 44/44 KB 256/590 KB 112/232 KB 80/1710 KB 116/240 KB 29/44 KB 240/590 KB 92/232 KB 32/1710 KB 120/240 KB 44/44 KB 256/590 KB 112/232 KB 80/1710 KB 124/240 KB 44/44 KB 256/590 KB 112/232 KB 80/1710 KB 128/240 KB 44/44 KB 256/590 KB 112/232 KB 80/1710 KB 128/240 KB 44/44 KB 260/590 KB 112/232 KB 80/1710 KB 132/240 KB 44/44 KB 264/590 KB 116/232 KB 84/1710 KB 132/240 KB 44/44 KB 260/590 KB 116/232 KB 84/1710 KB 132/240 KB 44/44 KB 268/590 KB 120/232 KB 84/1710 KB 132/240 KB 44/44 KB 268/590 KB 124/232 KB 84/1710 KB 132/240 KB 44/44 KB 260/590 KB 112/232 KB 84/1710 KB 132/240 KB 44/44 KB 260/590 KB 112/232 KB 80/1710 KB 136/240 KB 44/44 KB 268/590 KB 128/232 KB 88/1710 KB 140/240 KB 44/44 KB 268/590 KB 128/232 KB 88/1710 KB 144/240 KB 44/44 KB 268/590 KB 128/232 KB 88/1710 KB 132/240 KB 44/44 KB 268/590 KB 116/232 KB 84/1710 KB 144/240 KB 44/44 KB 272/590 KB 128/232 KB 88/1710 KB 132/240 KB 44/44 KB 268/590 KB 128/232 KB 88/1710 KB 144/240 KB 44/44 KB 272/590 KB 128/232 KB 92/1710 KB 144/240 KB 44/44 KB 272/590 KB 128/232 KB 96/1710 KB 148/240 KB 44/44 KB 272/590 KB 128/232 KB 96/1710 KB 152/240 KB 276/590 KB 128/232 KB 100/1710 KB 156/240 KB 276/590 KB 128/232 KB 100/1710 KB 160/240 KB 276/590 KB 128/232 KB 100/1710 KB 164/240 KB 276/590 KB 128/232 KB 100/1710 KB 168/240 KB 276/590 KB 128/232 KB 100/1710 KB 172/240 KB 276/590 KB 128/232 KB 100/1710 KB 148/240 KB 276/590 KB 128/232 KB 100/1710 KB 172/240 KB 280/590 KB 128/232 KB 100/1710 KB 172/240 KB 284/590 KB 128/232 KB 100/1710 KB 172/240 KB 288/590 KB 128/232 KB 100/1710 KB 148/240 KB 272/590 KB 128/232 KB 100/1710 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (44 KB at 517.3 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 172/240 KB 288/590 KB 132/232 KB 100/1710 KB 148/240 KB 44/44 KB 272/590 KB 128/232 KB 100/1710 KB 172/240 KB 288/590 KB 132/232 KB 104/1710 KB 172/240 KB 288/590 KB 132/232 KB 108/1710 KB 172/240 KB 288/590 KB 136/232 KB 108/1710 KB 172/240 KB 292/590 KB 136/232 KB 108/1710 KB 172/240 KB 292/590 KB 140/232 KB 112/1710 KB 172/240 KB 292/590 KB 144/232 KB 112/1710 KB 172/240 KB 292/590 KB 148/232 KB 112/1710 KB 172/240 KB 292/590 KB 136/232 KB 112/1710 KB 176/240 KB 296/590 KB 148/232 KB 116/1710 KB 176/240 KB 296/590 KB 148/232 KB 112/1710 KB 172/240 KB 296/590 KB 148/232 KB 112/1710 KB 176/240 KB 300/590 KB 148/232 KB 116/1710 KB 176/240 KB 304/590 KB 148/232 KB 120/1710 KB 176/240 KB 308/590 KB 152/232 KB 120/1710 KB 180/240 KB 312/590 KB 152/232 KB 120/1710 KB 180/240 KB 316/590 KB 152/232 KB 120/1710 KB 180/240 KB 320/590 KB 152/232 KB 120/1710 KB 176/240 KB 300/590 KB 148/232 KB 120/1710 KB 180/240 KB 320/590 KB 152/232 KB 124/1710 KB 180/240 KB 320/590 KB 152/232 KB 128/1710 KB 180/240 KB 320/590 KB 152/232 KB 132/1710 KB 180/240 KB 320/590 KB 152/232 KB 136/1710 KB 180/240 KB 320/590 KB 152/232 KB 140/1710 KB 180/240 KB 320/590 KB 152/232 KB 144/1710 KB 180/240 KB 320/590 KB 152/232 KB 148/1710 KB 180/240 KB 4/258 KB 324/590 KB 152/232 KB 152/1710 KB 180/240 KB 4/258 KB 324/590 KB 152/232 KB 156/1710 KB 180/240 KB 4/258 KB 324/590 KB 152/232 KB 160/1710 KB 180/240 KB 308/590 KB 152/232 KB 120/1710 KB 184/240 KB 4/258 KB 324/590 KB 152/232 KB 160/1710 KB 188/240 KB 4/258 KB 324/590 KB 152/232 KB 160/1710 KB 192/240 KB 4/258 KB 324/590 KB 152/232 KB 160/1710 KB 176/240 KB 304/590 KB 152/232 KB 120/1710 KB 192/240 KB 4/258 KB 324/590 KB 156/232 KB 160/1710 KB 192/240 KB 4/258 KB 324/590 KB 160/232 KB 160/1710 KB 192/240 KB 4/258 KB 324/590 KB 164/232 KB 160/1710 KB 192/240 KB 4/258 KB 324/590 KB 168/232 KB 160/1710 KB 192/240 KB 4/258 KB 324/590 KB 172/232 KB 160/1710 KB 192/240 KB 4/258 KB 324/590 KB 176/232 KB 160/1710 KB 192/240 KB 4/258 KB 324/590 KB 180/232 KB 160/1710 KB 196/240 KB 4/258 KB 324/590 KB 184/232 KB 160/1710 KB 196/240 KB 4/258 KB 324/590 KB 188/232 KB 160/1710 KB 196/240 KB 4/258 KB 324/590 KB 192/232 KB 160/1710 KB 196/240 KB 4/258 KB 324/590 KB 196/232 KB 160/1710 KB 196/240 KB 4/258 KB 324/590 KB 200/232 KB 164/1710 KB 196/240 KB 4/258 KB 324/590 KB 204/232 KB 164/1710 KB 196/240 KB 4/258 KB 324/590 KB 208/232 KB 164/1710 KB 180/240 KB 4/258 KB 324/590 KB 152/232 KB 148/1710 KB 196/240 KB 4/258 KB 328/590 KB 208/232 KB 164/1710 KB 196/240 KB 4/258 KB 332/590 KB 208/232 KB 164/1710 KB 196/240 KB 4/258 KB 336/590 KB 208/232 KB 164/1710 KB 196/240 KB 4/258 KB 340/590 KB 208/232 KB 164/1710 KB 180/240 KB 4/258 KB 320/590 KB 152/232 KB 148/1710 KB 196/240 KB 8/258 KB 340/590 KB 208/232 KB 164/1710 KB 196/240 KB 12/258 KB 340/590 KB 208/232 KB 164/1710 KB 196/240 KB 16/258 KB 340/590 KB 208/232 KB 164/1710 KB 196/240 KB 20/258 KB 340/590 KB 208/232 KB 164/1710 KB 196/240 KB 24/258 KB 340/590 KB 208/232 KB 164/1710 KB 196/240 KB 28/258 KB 340/590 KB 208/232 KB 164/1710 KB 196/240 KB 32/258 KB 340/590 KB 208/232 KB 164/1710 KB 196/240 KB 36/258 KB 340/590 KB 208/232 KB 164/1710 KB 196/240 KB 40/258 KB 340/590 KB 208/232 KB 164/1710 KB 196/240 KB 44/258 KB 340/590 KB 208/232 KB 164/1710 KB 196/240 KB 48/258 KB 340/590 KB 208/232 KB 164/1710 KB 196/240 KB 48/258 KB 344/590 KB 208/232 KB 164/1710 KB 196/240 KB 48/258 KB 348/590 KB unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 208/232 KB 164/1710 KB 196/240 KB 48/258 KB 352/590 KB 208/232 KB 164/1710 KB 196/240 KB 48/258 KB 356/590 KB 208/232 KB 164/1710 KB 196/240 KB 52/258 KB 360/590 KB 212/232 KB 164/1710 KB 196/240 KB 52/258 KB 364/590 KB 212/232 KB 164/1710 KB 196/240 KB 52/258 KB 368/590 KB 212/232 KB 164/1710 KB 196/240 KB 4/258 KB 324/590 KB 196/232 KB 164/1710 KB 196/240 KB 52/258 KB 368/590 KB 212/232 KB 168/1710 KB 196/240 KB 52/258 KB 368/590 KB 212/232 KB 172/1710 KB 196/240 KB 52/258 KB 368/590 KB 212/232 KB 176/1710 KB 196/240 KB 4/258 KB 324/590 KB 180/232 KB 160/1710 KB 200/240 KB 52/258 KB 368/590 KB 212/232 KB 176/1710 KB 204/240 KB 52/258 KB 368/590 KB 212/232 KB 176/1710 KB 208/240 KB 52/258 KB 368/590 KB 212/232 KB 176/1710 KB 212/240 KB 52/258 KB 368/590 KB 212/232 KB 176/1710 KB 216/240 KB 52/258 KB 368/590 KB 212/232 KB 176/1710 KB 220/240 KB 52/258 KB 368/590 KB 212/232 KB 176/1710 KB 224/240 KB 52/258 KB 368/590 KB 212/232 KB 176/1710 KB 196/240 KB 52/258 KB 356/590 KB 212/232 KB 164/1710 KB 224/240 KB 56/258 KB 368/590 KB 212/232 KB 176/1710 KB 224/240 KB 60/258 KB 368/590 KB 212/232 KB 176/1710 KB 224/240 KB 64/258 KB 368/590 KB 212/232 KB 176/1710 KB 196/240 KB 48/258 KB 356/590 KB 212/232 KB 164/1710 KB 224/240 KB 68/258 KB 368/590 KB 212/232 KB 176/1710 KB 224/240 KB 72/258 KB 368/590 KB 216/232 KB 176/1710 KB 224/240 KB 76/258 KB 368/590 KB 216/232 KB 176/1710 KB 224/240 KB 80/258 KB 368/590 KB 216/232 KB 176/1710 KB 224/240 KB 68/258 KB 368/590 KB 216/232 KB 176/1710 KB 224/240 KB 80/258 KB 368/590 KB 220/232 KB 176/1710 KB 224/240 KB 80/258 KB 368/590 KB 224/232 KB 176/1710 KB 224/240 KB 80/258 KB 368/590 KB 228/232 KB 176/1710 KB 224/240 KB 80/258 KB 368/590 KB 232/232 KB 176/1710 KB 224/240 KB 80/258 KB 368/590 KB 232/232 KB 176/1710 KB 224/240 KB 84/258 KB 368/590 KB 232/232 KB 176/1710 KB 224/240 KB 88/258 KB 368/590 KB 232/232 KB 176/1710 KB 224/240 KB 92/258 KB 368/590 KB 232/232 KB 176/1710 KB 224/240 KB 96/258 KB 368/590 KB 232/232 KB 176/1710 KB 224/240 KB 100/258 KB 368/590 KB 232/232 KB 176/1710 KB 224/240 KB 104/258 KB 368/590 KB 232/232 KB 176/1710 KB 228/240 KB 108/258 KB 372/590 KB 232/232 KB 180/1710 KB 228/240 KB 112/258 KB 372/590 KB 232/232 KB 180/1710 KB 228/240 KB 116/258 KB 372/590 KB 232/232 KB 180/1710 KB 228/240 KB 104/258 KB 372/590 KB 232/232 KB 180/1710 KB 228/240 KB 104/258 KB 368/590 KB 232/232 KB 180/1710 KB 228/240 KB 116/258 KB 372/590 KB 232/232 KB 184/1710 KB 228/240 KB 116/258 KB 372/590 KB 232/232 KB 188/1710 KB 228/240 KB 116/258 KB 372/590 KB 232/232 KB 192/1710 KB 228/240 KB 104/258 KB 368/590 KB 232/232 KB 176/1710 KB 232/240 KB 116/258 KB 372/590 KB 232/232 KB 192/1710 KB 236/240 KB 116/258 KB 372/590 KB 232/232 KB 192/1710 KB 240/240 KB 116/258 KB 372/590 KB 232/232 KB 192/1710 KB 240/240 KB 116/258 KB 372/590 KB 232/232 KB 196/1710 KB 240/240 KB 116/258 KB 372/590 KB 232/232 KB 200/1710 KB 240/240 KB 116/258 KB 372/590 KB 232/232 KB 204/1710 KB 240/240 KB 116/258 KB 376/590 KB 232/232 KB 208/1710 KB 240/240 KB 116/258 KB 376/590 KB 232/232 KB 204/1710 KB 240/240 KB 116/258 KB 380/590 KB 232/232 KB 208/1710 KB 240/240 KB 116/258 KB 384/590 KB 232/232 KB 208/1710 KB 240/240 KB 116/258 KB 388/590 KB 232/232 KB 208/1710 KB 240/240 KB 116/258 KB 392/590 KB 232/232 KB 212/1710 KB 240/240 KB 116/258 KB 396/590 KB 232/232 KB 212/1710 KB 240/240 KB 116/258 KB 400/590 KB 232/232 KB 212/1710 KB 240/240 KB 116/25 unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 8 KB 388/590 KB 232/232 KB 212/1710 KB 240/240 KB 116/258 KB 400/590 KB 232/232 KB 216/1710 KB 240/240 KB 116/258 KB 400/590 KB 232/232 KB 220/1710 KB 240/240 KB 116/258 KB 400/590 KB 232/232 KB 224/1710 KB 240/240 KB 116/258 KB 400/590 KB 232/232 KB 228/1710 KB 240/240 KB 116/258 KB 404/590 KB 232/232 KB 232/1710 KB 240/240 KB 116/258 KB 404/590 KB 232/232 KB 236/1710 KB 240/240 KB 116/258 KB 404/590 KB 240/1710 KB 240/240 KB 116/258 KB 404/590 KB 232/232 KB 228/1710 KB 240/240 KB 116/258 KB 408/590 KB 240/1710 KB 240/240 KB 116/258 KB 412/590 KB 240/1710 KB 240/240 KB 116/258 KB 416/590 KB 240/1710 KB 240/240 KB 116/258 KB 420/590 KB 240/1710 KB 120/258 KB 424/590 KB 244/1710 KB 120/258 KB 428/590 KB 244/1710 KB 120/258 KB 432/590 KB 244/1710 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 1855.0 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 120/258 KB 420/590 KB 244/1710 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (240 KB at 1929.8 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 240/240 KB 120/258 KB 420/590 KB 240/1710 KB 124/258 KB 436/590 KB 248/1710 KB 128/258 KB 436/590 KB 248/1710 KB 132/258 KB 436/590 KB 248/1710 KB 136/258 KB 436/590 KB 248/1710 KB 140/258 KB 436/590 KB 248/1710 KB 144/258 KB 436/590 KB 248/1710 KB 148/258 KB 436/590 KB 248/1710 KB 152/258 KB 436/590 KB 248/1710 KB 156/258 KB 436/590 KB 248/1710 KB 160/258 KB 436/590 KB 248/1710 KB 164/258 KB 436/590 KB 248/1710 KB 168/258 KB 436/590 KB 248/1710 KB 172/258 KB 436/590 KB 248/1710 KB 176/258 KB 436/590 KB 248/1710 KB 180/258 KB 436/590 KB 248/1710 KB 120/258 KB 436/590 KB 248/1710 KB 180/258 KB 440/590 KB 248/1710 KB 180/258 KB 444/590 KB 248/1710 KB 180/258 KB 448/590 KB 248/1710 KB 180/258 KB 452/590 KB 248/1710 KB 120/258 KB 432/590 KB 248/1710 KB 180/258 KB 452/590 KB 252/1710 KB 180/258 KB 452/590 KB 256/1710 KB 180/258 KB 452/590 KB 260/1710 KB 180/258 KB 452/590 KB 264/1710 KB 180/258 KB 452/590 KB 268/1710 KB 180/258 KB 452/590 KB 272/1710 KB 180/258 KB 452/590 KB 276/1710 KB 180/258 KB 452/590 KB 280/1710 KB 180/258 KB 452/590 KB 284/1710 KB 180/258 KB 452/590 KB 288/1710 KB 180/258 KB 4/208 KB 456/590 KB 292/1710 KB 180/258 KB 8/208 KB 456/590 KB 292/1710 KB 180/258 KB 12/208 KB 456/590 KB 292/1710 KB 180/258 KB 16/208 KB 456/590 KB 292/1710 KB 4/223 KB 180/258 KB 20/208 KB 456/590 KB 292/1710 KB 4/223 KB 180/258 KB 24/208 KB 456/590 KB 292/1710 KB 4/223 KB 180/258 KB 28/208 KB 456/590 KB 292/1710 KB 4/223 KB 180/258 KB 32/208 KB 456/590 KB 292/1710 KB 4/223 KB 180/258 KB 36/208 KB 456/590 KB 292/1710 KB 180/258 KB 456/590 KB 288/1710 KB 4/223 KB 180/258 KB 40/208 KB 460/590 KB 292/1710 KB 4/223 KB 180/258 KB 40/208 KB 464/590 KB 292/1710 KB 4/223 KB 180/258 KB 40/208 KB 468/590 KB 292/1710 KB 4/223 KB 180/258 KB 40/208 KB 472/590 KB 292/1710 KB 4/223 KB 184/258 KB 40/208 KB 476/590 KB 292/1710 KB 4/223 KB 184/258 KB 40/208 KB 480/590 KB 292/1710 KB 180/258 KB 456/590 KB 292/1710 KB 4/223 KB 184/258 KB 40/208 KB 480/590 KB 296/1710 KB 4/223 KB 184/258 KB 40/208 KB 480/590 KB 300/1710 KB 4/223 KB 180/258 KB 16/208 KB 456/590 KB 292/1710 KB 8/223 KB 184/258 KB 40/208 KB 480/590 KB 300/1710 KB 12/223 KB 184/258 KB 40/208 KB 480/590 KB 300/1710 KB 16/223 KB 184/258 KB 40/208 KB 480/590 KB 300/1710 KB 20/223 KB 184/258 KB 40/208 KB 480/590 KB 300/1710 KB 24/223 KB 184/258 KB 40/208 KB 480/590 KB 300/1710 KB 28/223 KB 184/258 KB 40/208 KB 480/590 KB 300/1710 KB 32/223 KB 184/258 KB 40/208 KB 480/590 KB 300/1710 KB 32/223 KB 184/258 KB 40/208 KB 480/590 KB 304/1710 KB 32/223 KB 184/258 KB 40/208 KB 480/590 KB 308/1710 KB 36/223 KB 184/258 KB 40/208 KB 484/590 KB 312/1710 KB 36/223 KB 184/258 KB 40/208 KB 484/590 KB 316/1710 KB 36/223 KB 184/258 KB 40/208 KB 484/590 KB 320/1710 KB 4/223 KB 184/258 KB 40/208 KB 472/590 KB 292/1710 KB 36/223 KB 188/258 KB 40/208 KB 484/590 KB 320/1710 KB 36/223 KB 192/258 KB 40/208 KB 484/590 KB 320/1710 KB 4/223 KB 180/258 KB 40/208 KB 456/590 KB 292/1710 KB 36/223 KB 192/258 KB 44/208 KB 484/590 KB 320/1710 KB 36/223 KB 196/258 KB 44/208 KB 484/590 KB 320/1710 KB 36/223 KB 200/258 KB 48/208 KB 484/590 KB 320/1710 KB 36/223 KB 204/258 KB 48/208 KB 484/590 KB 320/1710 KB 36/223 KB 208/258 KB 48/208 KB 484/590 KB 320/1710 KB 36/223 KB 184/258 KB 40/208 KB 484/590 KB 308/1710 KB 36/223 KB 208/258 KB 48/208 KB 488/590 KB 320/1710 KB 36/223 KB 208/258 KB 48/208 KB 492/590 KB 320/1710 KB 36/ unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 223 KB 208/258 KB 48/208 KB 496/590 KB 320/1710 KB 36/223 KB 208/258 KB 48/208 KB 500/590 KB 320/1710 KB 36/223 KB 212/258 KB 48/208 KB 504/590 KB 324/1710 KB 36/223 KB 212/258 KB 48/208 KB 508/590 KB 324/1710 KB 36/223 KB 212/258 KB 48/208 KB 512/590 KB 324/1710 KB 36/223 KB 184/258 KB 40/208 KB 480/590 KB 308/1710 KB 40/223 KB 212/258 KB 48/208 KB 512/590 KB 324/1710 KB 44/223 KB 212/258 KB 48/208 KB 512/590 KB 324/1710 KB 48/223 KB 212/258 KB 48/208 KB 512/590 KB 324/1710 KB 52/223 KB 212/258 KB 48/208 KB 512/590 KB 324/1710 KB 56/223 KB 212/258 KB 48/208 KB 512/590 KB 324/1710 KB 60/223 KB 212/258 KB 48/208 KB 512/590 KB 324/1710 KB 64/223 KB 212/258 KB 48/208 KB 512/590 KB 324/1710 KB 68/223 KB 212/258 KB 48/208 KB 512/590 KB 324/1710 KB 72/223 KB 212/258 KB 48/208 KB 516/590 KB 324/1710 KB 76/223 KB 212/258 KB 48/208 KB 516/590 KB 324/1710 KB 80/223 KB 212/258 KB 48/208 KB 516/590 KB 324/1710 KB 36/223 KB 212/258 KB 48/208 KB 500/590 KB 320/1710 KB 80/223 KB 216/258 KB 48/208 KB 516/590 KB 324/1710 KB 80/223 KB 220/258 KB 48/208 KB 516/590 KB 324/1710 KB 80/223 KB 224/258 KB 48/208 KB 516/590 KB 324/1710 KB 36/223 KB 212/258 KB 48/208 KB 500/590 KB 324/1710 KB 80/223 KB 224/258 KB 48/208 KB 516/590 KB 328/1710 KB 80/223 KB 224/258 KB 48/208 KB 516/590 KB 332/1710 KB 80/223 KB 224/258 KB 48/208 KB 516/590 KB 336/1710 KB 80/223 KB 224/258 KB 48/208 KB 516/590 KB 340/1710 KB 80/223 KB 224/258 KB 48/208 KB 516/590 KB 344/1710 KB 36/223 KB 196/258 KB 48/208 KB 484/590 KB 320/1710 KB 80/223 KB 224/258 KB 52/208 KB 516/590 KB 344/1710 KB 80/223 KB 224/258 KB 56/208 KB 516/590 KB 344/1710 KB 80/223 KB 224/258 KB 60/208 KB 516/590 KB 344/1710 KB 80/223 KB 224/258 KB 64/208 KB 516/590 KB 344/1710 KB 80/223 KB 224/258 KB 68/208 KB 516/590 KB 344/1710 KB 80/223 KB 224/258 KB 72/208 KB 516/590 KB 344/1710 KB 80/223 KB 224/258 KB 76/208 KB 516/590 KB 344/1710 KB 80/223 KB 224/258 KB 80/208 KB 516/590 KB 344/1710 KB 80/223 KB 224/258 KB 84/208 KB 516/590 KB 348/1710 KB 84/223 KB 228/258 KB 88/208 KB 516/590 KB 348/1710 KB 84/223 KB 228/258 KB 92/208 KB 516/590 KB 348/1710 KB 84/223 KB 228/258 KB 96/208 KB 516/590 KB 348/1710 KB 68/223 KB 212/258 KB 48/208 KB 516/590 KB 324/1710 KB 84/223 KB 228/258 KB 96/208 KB 520/590 KB 348/1710 KB 84/223 KB 228/258 KB 96/208 KB 524/590 KB 348/1710 KB 84/223 KB 228/258 KB 96/208 KB 528/590 KB 348/1710 KB 84/223 KB 228/258 KB 96/208 KB 532/590 KB 348/1710 KB 84/223 KB 228/258 KB 96/208 KB 536/590 KB 348/1710 KB 84/223 KB 228/258 KB 96/208 KB 540/590 KB 348/1710 KB 84/223 KB 228/258 KB 96/208 KB 544/590 KB 348/1710 KB 84/223 KB 228/258 KB 84/208 KB 516/590 KB 348/1710 KB 88/223 KB 228/258 KB 96/208 KB 544/590 KB 348/1710 KB 92/223 KB 228/258 KB 96/208 KB 544/590 KB 348/1710 KB 96/223 KB 228/258 KB 96/208 KB 544/590 KB 348/1710 KB 80/223 KB 228/258 KB 84/208 KB 516/590 KB 348/1710 KB 96/223 KB 232/258 KB 96/208 KB 544/590 KB 348/1710 KB 96/223 KB 236/258 KB 96/208 KB 544/590 KB 348/1710 KB 96/223 KB 240/258 KB 96/208 KB 544/590 KB 348/1710 KB 96/223 KB 244/258 KB 96/208 KB 544/590 KB 348/1710 KB 100/223 KB 248/258 KB 96/208 KB 544/590 KB 348/1710 KB 80/223 KB 224/258 KB 80/208 KB 516/590 KB 348/1710 KB 100/223 KB 248/258 KB 100/208 KB 544/590 KB 352/1710 KB 100/223 KB 248/258 KB 100/208 KB 544/590 KB 356/1710 KB 100/223 KB 248/258 KB 100/208 KB 544/590 KB 360/1710 KB 100/223 KB 248/258 KB 100/208 KB 544/590 KB 364/1710 K unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install B 100/223 KB 248/258 KB 100/208 KB 544/590 KB 368/1710 KB 100/223 KB 248/258 KB 100/208 KB 544/590 KB 372/1710 KB 100/223 KB 252/258 KB 100/208 KB 548/590 KB 376/1710 KB 100/223 KB 252/258 KB 100/208 KB 548/590 KB 380/1710 KB 100/223 KB 252/258 KB 100/208 KB 548/590 KB 384/1710 KB 100/223 KB 248/258 KB 100/208 KB 544/590 KB 348/1710 KB 100/223 KB 252/258 KB 104/208 KB 548/590 KB 384/1710 KB 100/223 KB 252/258 KB 108/208 KB 548/590 KB 384/1710 KB 100/223 KB 252/258 KB 112/208 KB 548/590 KB 384/1710 KB 100/223 KB 252/258 KB 116/208 KB 548/590 KB 384/1710 KB 100/223 KB 252/258 KB 120/208 KB 548/590 KB 388/1710 KB 100/223 KB 252/258 KB 124/208 KB 548/590 KB 388/1710 KB 100/223 KB 252/258 KB 128/208 KB 548/590 KB 388/1710 KB 100/223 KB 244/258 KB 96/208 KB 544/590 KB 348/1710 KB 104/223 KB 252/258 KB 128/208 KB 548/590 KB 388/1710 KB 108/223 KB 252/258 KB 128/208 KB 548/590 KB 388/1710 KB 112/223 KB 252/258 KB 128/208 KB 548/590 KB 388/1710 KB 116/223 KB 252/258 KB 128/208 KB 548/590 KB 388/1710 KB 120/223 KB 252/258 KB 128/208 KB 548/590 KB 388/1710 KB 124/223 KB 252/258 KB 132/208 KB 548/590 KB 388/1710 KB 128/223 KB 252/258 KB 132/208 KB 548/590 KB 388/1710 KB 132/223 KB 252/258 KB 132/208 KB 548/590 KB 388/1710 KB 136/223 KB 252/258 KB 132/208 KB 548/590 KB 388/1710 KB 140/223 KB 252/258 KB 132/208 KB 548/590 KB 388/1710 KB 144/223 KB 252/258 KB 132/208 KB 548/590 KB 388/1710 KB 100/223 KB 252/258 KB 116/208 KB 548/590 KB 388/1710 KB 144/223 KB 252/258 KB 132/208 KB 548/590 KB 392/1710 KB 144/223 KB 252/258 KB 132/208 KB 548/590 KB 396/1710 KB 144/223 KB 252/258 KB 132/208 KB 548/590 KB 400/1710 KB 144/223 KB 252/258 KB 132/208 KB 548/590 KB 404/1710 KB 144/223 KB 252/258 KB 132/208 KB 548/590 KB 408/1710 KB 144/223 KB 252/258 KB 132/208 KB 548/590 KB 412/1710 KB 144/223 KB 252/258 KB 132/208 KB 548/590 KB 416/1710 KB 100/223 KB 252/258 KB 100/208 KB 548/590 KB 372/1710 KB 144/223 KB 252/258 KB 132/208 KB 552/590 KB 416/1710 KB 144/223 KB 252/258 KB 132/208 KB 556/590 KB 416/1710 KB 144/223 KB 252/258 KB 132/208 KB 560/590 KB 416/1710 KB 144/223 KB 252/258 KB 132/208 KB 564/590 KB 416/1710 KB 144/223 KB 252/258 KB 132/208 KB 568/590 KB 416/1710 KB 144/223 KB 252/258 KB 132/208 KB 572/590 KB 416/1710 KB 144/223 KB 252/258 KB 132/208 KB 576/590 KB 416/1710 KB 144/223 KB 252/258 KB 132/208 KB 580/590 KB 416/1710 KB 100/223 KB 252/258 KB 100/208 KB 544/590 KB 372/1710 KB 144/223 KB 256/258 KB 132/208 KB 580/590 KB 416/1710 KB 144/223 KB 258/258 KB 132/208 KB 580/590 KB 416/1710 KB 120/223 KB 252/258 KB 132/208 KB 548/590 KB 388/1710 KB 144/223 KB 258/258 KB 136/208 KB 580/590 KB 416/1710 KB 144/223 KB 258/258 KB 140/208 KB 580/590 KB 416/1710 KB 144/223 KB 258/258 KB 144/208 KB 580/590 KB 416/1710 KB 144/223 KB 258/258 KB 148/208 KB 580/590 KB 416/1710 KB 148/223 KB 258/258 KB 152/208 KB 584/590 KB 420/1710 KB 148/223 KB 258/258 KB 156/208 KB 584/590 KB 420/1710 KB 148/223 KB 258/258 KB 160/208 KB 584/590 KB 420/1710 KB 148/223 KB 258/258 KB 148/208 KB 584/590 KB 420/1710 KB 144/223 KB 258/258 KB 148/208 KB 584/590 KB 416/1710 KB 152/223 KB 258/258 KB 160/208 KB 588/590 KB 420/1710 KB 152/223 KB 258/258 KB 160/208 KB 590/590 KB 420/1710 KB 144/223 KB 258/258 KB 148/208 KB 584/590 KB 420/1710 KB 152/223 KB 258/258 KB 160/208 KB 590/590 KB 424/1710 KB 152/223 KB 258/258 KB 160/208 KB 590/590 KB 428/1710 KB 152/223 KB 258/258 KB 160/208 KB 590/590 KB 432/1710 KB 152/2 unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 23 KB 258/258 KB 160/208 KB 590/590 KB 436/1710 KB 152/223 KB 258/258 KB 164/208 KB 590/590 KB 440/1710 KB 152/223 KB 258/258 KB 164/208 KB 590/590 KB 444/1710 KB 152/223 KB 258/258 KB 164/208 KB 590/590 KB 448/1710 KB 152/223 KB 258/258 KB 160/208 KB 584/590 KB 420/1710 KB 156/223 KB 258/258 KB 164/208 KB 590/590 KB 448/1710 KB 160/223 KB 258/258 KB 164/208 KB 590/590 KB 448/1710 KB 164/223 KB 258/258 KB 164/208 KB 590/590 KB 448/1710 KB 168/223 KB 258/258 KB 164/208 KB 590/590 KB 448/1710 KB 172/223 KB 258/258 KB 164/208 KB 590/590 KB 448/1710 KB 176/223 KB 258/258 KB 164/208 KB 590/590 KB 448/1710 KB 180/223 KB 258/258 KB 164/208 KB 590/590 KB 448/1710 KB 184/223 KB 164/208 KB 590/590 KB 452/1710 KB 188/223 KB 164/208 KB 590/590 KB 452/1710 KB 192/223 KB 164/208 KB 590/590 KB 452/1710 KB 196/223 KB 164/208 KB 590/590 KB 452/1710 KB 152/223 KB 258/258 KB 164/208 KB 590/590 KB 436/1710 KB 196/223 KB 168/208 KB 590/590 KB 452/1710 KB 196/223 KB 172/208 KB 590/590 KB 452/1710 KB 196/223 KB 176/208 KB 590/590 KB 452/1710 KB 196/223 KB 180/208 KB 590/590 KB 452/1710 KB 196/223 KB 184/208 KB 590/590 KB 452/1710 KB 196/223 KB 188/208 KB 590/590 KB 452/1710 KB 196/223 KB 192/208 KB 590/590 KB 452/1710 KB 180/223 KB 164/208 KB 590/590 KB 452/1710 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar (258 KB at 1463.9 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 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 3239.9 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 196/223 KB 192/208 KB 456/1710 KB 196/223 KB 192/208 KB 460/1710 KB 196/223 KB 192/208 KB 464/1710 KB 196/223 KB 196/208 KB 468/1710 KB 196/223 KB 196/208 KB 464/1710 KB 200/223 KB 200/208 KB 468/1710 KB 200/223 KB 204/208 KB 468/1710 KB 200/223 KB 208/208 KB 468/1710 KB 200/223 KB 208/208 KB 472/1710 KB 200/223 KB 208/208 KB 476/1710 KB 200/223 KB 208/208 KB 480/1710 KB 200/223 KB 208/208 KB 484/1710 KB 200/223 KB 208/208 KB 488/1710 KB 200/223 KB 4/38 KB 208/208 KB 488/1710 KB 200/223 KB 8/38 KB 208/208 KB 488/1710 KB 200/223 KB 12/38 KB 208/208 KB 488/1710 KB 200/223 KB 16/38 KB 208/208 KB 488/1710 KB 200/223 KB 20/38 KB 208/208 KB 488/1710 KB 200/223 KB 24/38 KB 208/208 KB 488/1710 KB 200/223 KB 28/38 KB 208/208 KB 488/1710 KB 200/223 KB 32/38 KB 208/208 KB 488/1710 KB 200/223 KB 36/38 KB 208/208 KB 488/1710 KB 200/223 KB 38/38 KB 208/208 KB 488/1710 KB 200/223 KB 196/208 KB 468/1710 KB 204/223 KB 38/38 KB 208/208 KB 488/1710 KB 208/223 KB 38/38 KB 208/208 KB 488/1710 KB 212/223 KB 38/38 KB 208/208 KB 488/1710 KB 216/223 KB 38/38 KB 208/208 KB 488/1710 KB 220/223 KB 38/38 KB 208/208 KB 488/1710 KB 223/223 KB 38/38 KB 208/208 KB 488/1710 KB 223/223 KB 38/38 KB 208/208 KB 492/1710 KB 223/223 KB 38/38 KB 208/208 KB 496/1710 KB 223/223 KB 38/38 KB 208/208 KB 500/1710 KB 223/223 KB 38/38 KB 208/208 KB 504/1710 KB 4/18 KB 223/223 KB 38/38 KB 208/208 KB 504/1710 KB 8/18 KB 223/223 KB 38/38 KB 208/208 KB 504/1710 KB 12/18 KB 223/223 KB 38/38 KB 208/208 KB 504/1710 KB 16/18 KB 223/223 KB 38/38 KB 208/208 KB 504/1710 KB 18/18 KB 223/223 KB 38/38 KB 208/208 KB 504/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar (208 KB at 1089.5 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 18/18 KB 223/223 KB 508/1710 KB 18/18 KB 512/1710 KB 18/18 KB 516/1710 KB 18/18 KB 520/1710 KB 18/18 KB 524/1710 KB 18/18 KB 528/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar (18 KB at 91.3 KB/sec) unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar unit-abot-epc-basic-0: 14:56:47 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 1110.2 KB/sec) unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar (38 KB at 196.9 KB/sec) unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 4/531 KB 532/1710 KB 8/531 KB 532/1710 KB 12/531 KB 532/1710 KB 16/531 KB 532/1710 KB 532/1710 KB 16/531 KB 536/1710 KB 16/531 KB 540/1710 KB 16/531 KB 544/1710 KB 20/531 KB 544/1710 KB 24/531 KB 544/1710 KB 28/531 KB 544/1710 KB 32/531 KB 548/1710 KB 28/531 KB 548/1710 KB 32/531 KB 552/1710 KB 36/531 KB 556/1710 KB 36/531 KB 560/1710 KB 36/531 KB 564/1710 KB 36/531 KB 568/1710 KB 36/531 KB 572/1710 KB 36/531 KB 576/1710 KB 36/531 KB 580/1710 KB 36/531 KB 584/1710 KB 36/531 KB 588/1710 KB 36/531 KB 552/1710 KB 4/214 KB 36/531 KB 588/1710 KB 8/214 KB 36/531 KB 588/1710 KB 12/214 KB 36/531 KB 588/1710 KB 16/214 KB 36/531 KB 588/1710 KB 20/214 KB 36/531 KB 588/1710 KB 24/214 KB 36/531 KB 588/1710 KB 24/214 KB 40/531 KB 588/1710 KB 28/214 KB 4/1267 KB 44/531 KB 588/1710 KB 28/214 KB 4/1267 KB 40/531 KB 588/1710 KB 32/214 KB 4/1267 KB 44/531 KB 588/1710 KB 24/214 KB 4/1267 KB 40/531 KB 588/1710 KB 32/214 KB 8/1267 KB 48/531 KB 588/1710 KB 32/214 KB 12/1267 KB 48/531 KB 588/1710 KB 32/214 KB 16/1267 KB 48/531 KB 588/1710 KB 32/214 KB 20/1267 KB 48/531 KB 588/1710 KB 32/214 KB 4/1267 KB 48/531 KB 588/1710 KB 4/109 KB 32/214 KB 20/1267 KB 48/531 KB 588/1710 KB 8/109 KB 32/214 KB 20/1267 KB 48/531 KB 588/1710 KB 12/109 KB 32/214 KB 20/1267 KB 48/531 KB 588/1710 KB 16/109 KB 32/214 KB 20/1267 KB 48/531 KB 588/1710 KB 20/109 KB 32/214 KB 20/1267 KB 48/531 KB 588/1710 KB 24/109 KB 32/214 KB 20/1267 KB 48/531 KB 588/1710 KB 28/109 KB 32/214 KB 20/1267 KB 48/531 KB 588/1710 KB 32/109 KB 32/214 KB 20/1267 KB 48/531 KB 588/1710 KB 36/109 KB 32/214 KB 20/1267 KB 48/531 KB 588/1710 KB 40/109 KB 32/214 KB 20/1267 KB 48/531 KB 588/1710 KB 44/109 KB 32/214 KB 20/1267 KB 48/531 KB 588/1710 KB 48/109 KB 32/214 KB 20/1267 KB 48/531 KB 588/1710 KB 52/109 KB 32/214 KB 20/1267 KB 48/531 KB 588/1710 KB 56/109 KB 36/214 KB 24/1267 KB 52/531 KB 588/1710 KB 60/109 KB 36/214 KB 24/1267 KB 52/531 KB 588/1710 KB 64/109 KB 36/214 KB 24/1267 KB 52/531 KB 592/1710 KB 52/109 KB 36/214 KB 24/1267 KB 52/531 KB 588/1710 KB 64/109 KB 40/214 KB 24/1267 KB 52/531 KB 592/1710 KB 64/109 KB 44/214 KB 24/1267 KB 52/531 KB 592/1710 KB 64/109 KB 48/214 KB 24/1267 KB 52/531 KB 592/1710 KB 64/109 KB 52/214 KB 24/1267 KB 52/531 KB 592/1710 KB 68/109 KB 56/214 KB 24/1267 KB 52/531 KB 592/1710 KB 52/109 KB 32/214 KB 24/1267 KB 52/531 KB 588/1710 KB 68/109 KB 60/214 KB 28/1267 KB 52/531 KB 592/1710 KB 68/109 KB 60/214 KB 32/1267 KB 52/531 KB 592/1710 KB 52/109 KB 32/214 KB 20/1267 KB 52/531 KB 588/1710 KB 68/109 KB 60/214 KB 32/1267 KB 56/531 KB 592/1710 KB 68/109 KB 60/214 KB 32/1267 KB 60/531 KB 592/1710 KB 68/109 KB 60/214 KB 32/1267 KB 64/531 KB 592/1710 KB 68/109 KB 60/214 KB 36/1267 KB 68/531 KB 592/1710 KB 68/109 KB 60/214 KB 36/1267 KB 72/531 KB 592/1710 KB 68/109 KB 60/214 KB 36/1267 KB 76/531 KB 592/1710 KB 68/109 KB 60/214 KB 36/1267 KB 80/531 KB 592/1710 KB 68/109 KB 60/214 KB 36/1267 KB 84/531 KB 592/1710 KB 68/109 KB 60/214 KB 36/1267 KB 88/531 KB 592/1710 KB 68/109 KB 60/214 KB 36/1267 KB 92/531 KB 592/1710 KB 68/109 KB 60/214 KB 36/1267 KB 96/531 KB 592/1710 KB 68/109 KB 52/214 KB 24/1267 KB 52/531 KB 592/1710 KB 72/109 KB 60/214 KB 36/1267 KB 96/531 KB 592/1710 KB 76/109 KB 60/214 KB 36/1267 KB 96/531 KB 592/1710 KB 80/109 KB 60/214 KB 36/1267 KB 96/531 KB 592/1710 KB 84/109 KB 60/214 KB 36/1267 KB 96/531 KB 592/1710 KB 88/109 KB 60/214 KB 36/1267 unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install KB 96/531 KB 592/1710 KB 92/109 KB 60/214 KB 36/1267 KB 96/531 KB 592/1710 KB 60/109 KB 36/214 KB 24/1267 KB 52/531 KB 592/1710 KB 92/109 KB 60/214 KB 36/1267 KB 96/531 KB 596/1710 KB 92/109 KB 60/214 KB 36/1267 KB 96/531 KB 600/1710 KB 92/109 KB 60/214 KB 36/1267 KB 96/531 KB 604/1710 KB 92/109 KB 60/214 KB 36/1267 KB 96/531 KB 608/1710 KB 68/109 KB 60/214 KB 36/1267 KB 84/531 KB 592/1710 KB 92/109 KB 64/214 KB 36/1267 KB 96/531 KB 608/1710 KB 92/109 KB 68/214 KB 36/1267 KB 96/531 KB 608/1710 KB 92/109 KB 72/214 KB 36/1267 KB 96/531 KB 612/1710 KB 92/109 KB 76/214 KB 36/1267 KB 96/531 KB 612/1710 KB 92/109 KB 80/214 KB 36/1267 KB 96/531 KB 612/1710 KB 68/109 KB 60/214 KB 36/1267 KB 64/531 KB 592/1710 KB 96/109 KB 80/214 KB 40/1267 KB 96/531 KB 612/1710 KB 96/109 KB 80/214 KB 44/1267 KB 96/531 KB 612/1710 KB 96/109 KB 80/214 KB 48/1267 KB 96/531 KB 612/1710 KB 96/109 KB 80/214 KB 52/1267 KB 96/531 KB 612/1710 KB 96/109 KB 80/214 KB 56/1267 KB 96/531 KB 612/1710 KB 96/109 KB 80/214 KB 60/1267 KB 96/531 KB 612/1710 KB 96/109 KB 80/214 KB 64/1267 KB 96/531 KB 612/1710 KB 96/109 KB 80/214 KB 64/1267 KB 100/531 KB 612/1710 KB 96/109 KB 84/214 KB 68/1267 KB 104/531 KB 612/1710 KB 96/109 KB 84/214 KB 68/1267 KB 108/531 KB 612/1710 KB 96/109 KB 84/214 KB 68/1267 KB 112/531 KB 612/1710 KB 96/109 KB 80/214 KB 36/1267 KB 96/531 KB 612/1710 KB 92/109 KB 68/214 KB 36/1267 KB 96/531 KB 612/1710 KB 96/109 KB 84/214 KB 68/1267 KB 112/531 KB 616/1710 KB 96/109 KB 84/214 KB 68/1267 KB 112/531 KB 620/1710 KB 96/109 KB 84/214 KB 68/1267 KB 112/531 KB 624/1710 KB 96/109 KB 84/214 KB 68/1267 KB 112/531 KB 628/1710 KB 100/109 KB 84/214 KB 68/1267 KB 112/531 KB 632/1710 KB 100/109 KB 84/214 KB 68/1267 KB 112/531 KB 636/1710 KB 100/109 KB 84/214 KB 68/1267 KB 112/531 KB 640/1710 KB 96/109 KB 84/214 KB 68/1267 KB 100/531 KB 612/1710 KB 100/109 KB 84/214 KB 72/1267 KB 112/531 KB 640/1710 KB 100/109 KB 84/214 KB 76/1267 KB 112/531 KB 640/1710 KB 100/109 KB 84/214 KB 80/1267 KB 112/531 KB 640/1710 KB 100/109 KB 84/214 KB 84/1267 KB 112/531 KB 640/1710 KB 100/109 KB 84/214 KB 88/1267 KB 116/531 KB 644/1710 KB 100/109 KB 84/214 KB 92/1267 KB 116/531 KB 644/1710 KB 100/109 KB 84/214 KB 96/1267 KB 116/531 KB 644/1710 KB 96/109 KB 84/214 KB 64/1267 KB 100/531 KB 612/1710 KB 100/109 KB 88/214 KB 96/1267 KB 116/531 KB 644/1710 KB 100/109 KB 92/214 KB 96/1267 KB 116/531 KB 644/1710 KB 100/109 KB 96/214 KB 96/1267 KB 116/531 KB 644/1710 KB 100/109 KB 100/214 KB 96/1267 KB 116/531 KB 644/1710 KB 100/109 KB 104/214 KB 96/1267 KB 116/531 KB 644/1710 KB 100/109 KB 108/214 KB 96/1267 KB 116/531 KB 644/1710 KB 100/109 KB 112/214 KB 96/1267 KB 116/531 KB 644/1710 KB 100/109 KB 84/214 KB 84/1267 KB 116/531 KB 644/1710 KB 100/109 KB 112/214 KB 96/1267 KB 120/531 KB 644/1710 KB 100/109 KB 112/214 KB 96/1267 KB 124/531 KB 644/1710 KB 100/109 KB 112/214 KB 96/1267 KB 128/531 KB 644/1710 KB 100/109 KB 112/214 KB 96/1267 KB 132/531 KB 644/1710 KB 100/109 KB 116/214 KB 100/1267 KB 136/531 KB 644/1710 KB 100/109 KB 116/214 KB 100/1267 KB 140/531 KB 644/1710 KB 100/109 KB 116/214 KB 100/1267 KB 144/531 KB 644/1710 KB 100/109 KB 84/214 KB 84/1267 KB 112/531 KB 644/1710 KB 100/109 KB 116/214 KB 100/1267 KB 144/531 KB 648/1710 KB 100/109 KB 116/214 KB 100/1267 KB 144/531 KB 652/1710 KB 100/109 KB 116/214 KB 100/1267 KB 144/531 KB 656/1710 KB 100/109 KB 84/214 KB 68/1267 KB 112/531 KB 628/1710 KB 104/10 unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 9 KB 116/214 KB 100/1267 KB 144/531 KB 656/1710 KB 108/109 KB 116/214 KB 100/1267 KB 144/531 KB 656/1710 KB 109/109 KB 116/214 KB 100/1267 KB 144/531 KB 656/1710 KB 109/109 KB 116/214 KB 100/1267 KB 144/531 KB 660/1710 KB 109/109 KB 116/214 KB 100/1267 KB 144/531 KB 664/1710 KB 109/109 KB 116/214 KB 100/1267 KB 144/531 KB 668/1710 KB 109/109 KB 116/214 KB 100/1267 KB 148/531 KB 672/1710 KB 100/109 KB 116/214 KB 100/1267 KB 132/531 KB 644/1710 KB 100/109 KB 112/214 KB 100/1267 KB 132/531 KB 644/1710 KB 109/109 KB 116/214 KB 104/1267 KB 148/531 KB 672/1710 KB 109/109 KB 116/214 KB 108/1267 KB 148/531 KB 672/1710 KB 109/109 KB 116/214 KB 112/1267 KB 148/531 KB 672/1710 KB 109/109 KB 120/214 KB 112/1267 KB 148/531 KB 672/1710 KB 109/109 KB 124/214 KB 112/1267 KB 148/531 KB 672/1710 KB 109/109 KB 128/214 KB 116/1267 KB 148/531 KB 672/1710 KB 109/109 KB 132/214 KB 116/1267 KB 148/531 KB 672/1710 KB 109/109 KB 136/214 KB 116/1267 KB 148/531 KB 676/1710 KB 109/109 KB 140/214 KB 116/1267 KB 148/531 KB 676/1710 KB 109/109 KB 144/214 KB 116/1267 KB 148/531 KB 676/1710 KB 109/109 KB 116/214 KB 100/1267 KB 148/531 KB 668/1710 KB 109/109 KB 144/214 KB 116/1267 KB 152/531 KB 676/1710 KB 109/109 KB 144/214 KB 116/1267 KB 156/531 KB 676/1710 KB 109/109 KB 144/214 KB 116/1267 KB 160/531 KB 676/1710 KB 109/109 KB 144/214 KB 116/1267 KB 164/531 KB 676/1710 KB 109/109 KB 148/214 KB 116/1267 KB 168/531 KB 676/1710 KB 109/109 KB 148/214 KB 116/1267 KB 172/531 KB 676/1710 KB 109/109 KB 148/214 KB 116/1267 KB 176/531 KB 676/1710 KB 109/109 KB 148/214 KB 116/1267 KB 180/531 KB 676/1710 KB 109/109 KB 148/214 KB 116/1267 KB 184/531 KB 676/1710 KB 148/214 KB 116/1267 KB 188/531 KB 676/1710 KB 148/214 KB 116/1267 KB 192/531 KB 676/1710 KB 148/214 KB 116/1267 KB 196/531 KB 676/1710 KB 109/109 KB 132/214 KB 116/1267 KB 148/531 KB 676/1710 KB 109/109 KB 124/214 KB 116/1267 KB 148/531 KB 672/1710 KB 148/214 KB 120/1267 KB 196/531 KB 676/1710 KB 148/214 KB 124/1267 KB 196/531 KB 676/1710 KB 148/214 KB 128/1267 KB 196/531 KB 676/1710 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar (109 KB at 442.9 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 148/214 KB 128/1267 KB 196/531 KB 680/1710 KB 148/214 KB 128/1267 KB 196/531 KB 684/1710 KB 148/214 KB 128/1267 KB 196/531 KB 688/1710 KB 148/214 KB 132/1267 KB 196/531 KB 692/1710 KB 148/214 KB 132/1267 KB 196/531 KB 696/1710 KB 148/214 KB 132/1267 KB 196/531 KB 700/1710 KB 148/214 KB 132/1267 KB 196/531 KB 704/1710 KB 109/109 KB 148/214 KB 116/1267 KB 164/531 KB 676/1710 KB 152/214 KB 132/1267 KB 196/531 KB 704/1710 KB 156/214 KB 132/1267 KB 196/531 KB 704/1710 KB 160/214 KB 132/1267 KB 196/531 KB 704/1710 KB 164/214 KB 132/1267 KB 196/531 KB 704/1710 KB 148/214 KB 132/1267 KB 196/531 KB 688/1710 KB 164/214 KB 136/1267 KB 196/531 KB 708/1710 KB 164/214 KB 140/1267 KB 196/531 KB 708/1710 KB 164/214 KB 144/1267 KB 196/531 KB 708/1710 KB 164/214 KB 148/1267 KB 196/531 KB 708/1710 KB 164/214 KB 152/1267 KB 196/531 KB 708/1710 KB 164/214 KB 156/1267 KB 196/531 KB 708/1710 KB 164/214 KB 160/1267 KB 196/531 KB 708/1710 KB 164/214 KB 164/1267 KB 196/531 KB 708/1710 KB 168/214 KB 168/1267 KB 200/531 KB 708/1710 KB 168/214 KB 172/1267 KB 200/531 KB 708/1710 KB 168/214 KB 176/1267 KB 200/531 KB 708/1710 KB 164/214 KB 132/1267 KB 196/531 KB 708/1710 KB 168/214 KB 176/1267 KB 200/531 KB 712/1710 KB 168/214 KB 176/1267 KB 200/531 KB 716/1710 KB 168/214 KB 176/1267 KB 200/531 KB 720/1710 KB 168/214 KB 176/1267 KB 200/531 KB 724/1710 KB 168/214 KB 176/1267 KB 200/531 KB 728/1710 KB 168/214 KB 176/1267 KB 200/531 KB 732/1710 KB 168/214 KB 176/1267 KB 200/531 KB 736/1710 KB 168/214 KB 180/1267 KB 200/531 KB 740/1710 KB 168/214 KB 180/1267 KB 200/531 KB 744/1710 KB 168/214 KB 180/1267 KB 200/531 KB 748/1710 KB 168/214 KB 180/1267 KB 200/531 KB 752/1710 KB 168/214 KB 164/1267 KB 200/531 KB 708/1710 KB 168/214 KB 4/80 KB 180/1267 KB 204/531 KB 752/1710 KB 168/214 KB 164/1267 KB 196/531 KB 708/1710 KB 172/214 KB 4/80 KB 180/1267 KB 208/531 KB 752/1710 KB 176/214 KB 4/80 KB 180/1267 KB 208/531 KB 752/1710 KB 180/214 KB 4/80 KB 180/1267 KB 208/531 KB 752/1710 KB 184/214 KB 4/80 KB 180/1267 KB 208/531 KB 752/1710 KB 188/214 KB 4/80 KB 180/1267 KB 208/531 KB 752/1710 KB 192/214 KB 4/80 KB 180/1267 KB 208/531 KB 752/1710 KB 168/214 KB 4/80 KB 180/1267 KB 200/531 KB 752/1710 KB 192/214 KB 8/80 KB 180/1267 KB 208/531 KB 752/1710 KB 192/214 KB 12/80 KB 180/1267 KB 208/531 KB 752/1710 KB 192/214 KB 16/80 KB 180/1267 KB 208/531 KB 752/1710 KB 192/214 KB 20/80 KB 180/1267 KB 208/531 KB 752/1710 KB 192/214 KB 24/80 KB 180/1267 KB 208/531 KB 752/1710 KB 192/214 KB 28/80 KB 180/1267 KB 208/531 KB 752/1710 KB 192/214 KB 32/80 KB 180/1267 KB 208/531 KB 752/1710 KB 192/214 KB 36/80 KB 180/1267 KB 208/531 KB 752/1710 KB 196/214 KB 40/80 KB 180/1267 KB 208/531 KB 752/1710 KB 196/214 KB 44/80 KB 180/1267 KB 208/531 KB 752/1710 KB 196/214 KB 48/80 KB 180/1267 KB 208/531 KB 752/1710 KB 168/214 KB 180/1267 KB 200/531 KB 736/1710 KB 196/214 KB 48/80 KB 184/1267 KB 208/531 KB 752/1710 KB 196/214 KB 48/80 KB 188/1267 KB 208/531 KB 752/1710 KB 196/214 KB 36/80 KB 180/1267 KB 208/531 KB 752/1710 KB 200/214 KB 48/80 KB 188/1267 KB 208/531 KB 752/1710 KB 168/214 KB 4/80 KB 180/1267 KB 208/531 KB 752/1710 KB 200/214 KB 48/80 KB 192/1267 KB 212/531 KB 752/1710 KB 200/214 KB 48/80 KB 192/1267 KB 216/531 KB 752/1710 KB 200/214 KB 48/80 KB 192/1267 KB 220/531 KB 752/1710 KB 200/214 KB 48/80 KB 192/1267 KB 224/531 KB 752/1710 KB 200/214 KB 48/80 KB 192/1267 KB 208/531 KB 752/1710 KB 204/214 KB 48/80 KB 192/1267 K unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install B 224/531 KB 752/1710 KB 208/214 KB 48/80 KB 192/1267 KB 224/531 KB 752/1710 KB 212/214 KB 48/80 KB 196/1267 KB 228/531 KB 752/1710 KB 214/214 KB 52/80 KB 196/1267 KB 228/531 KB 756/1710 KB 208/214 KB 48/80 KB 196/1267 KB 228/531 KB 752/1710 KB 214/214 KB 52/80 KB 200/1267 KB 228/531 KB 756/1710 KB 214/214 KB 52/80 KB 204/1267 KB 228/531 KB 756/1710 KB 214/214 KB 52/80 KB 208/1267 KB 228/531 KB 756/1710 KB 208/214 KB 48/80 KB 192/1267 KB 228/531 KB 752/1710 KB 214/214 KB 52/80 KB 208/1267 KB 232/531 KB 756/1710 KB 214/214 KB 52/80 KB 208/1267 KB 236/531 KB 756/1710 KB 214/214 KB 52/80 KB 208/1267 KB 240/531 KB 756/1710 KB 214/214 KB 52/80 KB 208/1267 KB 244/531 KB 756/1710 KB 214/214 KB 52/80 KB 212/1267 KB 248/531 KB 756/1710 KB 214/214 KB 52/80 KB 212/1267 KB 252/531 KB 756/1710 KB 214/214 KB 52/80 KB 212/1267 KB 256/531 KB 756/1710 KB 212/214 KB 52/80 KB 196/1267 KB 228/531 KB 756/1710 KB 214/214 KB 56/80 KB 212/1267 KB 256/531 KB 756/1710 KB 214/214 KB 60/80 KB 212/1267 KB 256/531 KB 756/1710 KB 214/214 KB 64/80 KB 212/1267 KB 256/531 KB 756/1710 KB 214/214 KB 68/80 KB 212/1267 KB 256/531 KB 756/1710 KB 214/214 KB 72/80 KB 212/1267 KB 256/531 KB 756/1710 KB 214/214 KB 76/80 KB 212/1267 KB 256/531 KB 756/1710 KB 214/214 KB 80/80 KB 212/1267 KB 256/531 KB 756/1710 KB 212/214 KB 48/80 KB 196/1267 KB 228/531 KB 756/1710 KB 214/214 KB 80/80 KB 212/1267 KB 256/531 KB 760/1710 KB 214/214 KB 80/80 KB 212/1267 KB 256/531 KB 764/1710 KB 214/214 KB 80/80 KB 212/1267 KB 256/531 KB 768/1710 KB 214/214 KB 80/80 KB 212/1267 KB 256/531 KB 772/1710 KB 214/214 KB 80/80 KB 212/1267 KB 256/531 KB 776/1710 KB 214/214 KB 80/80 KB 212/1267 KB 256/531 KB 780/1710 KB 214/214 KB 80/80 KB 212/1267 KB 256/531 KB 784/1710 KB 214/214 KB 52/80 KB 212/1267 KB 244/531 KB 756/1710 KB 214/214 KB 80/80 KB 216/1267 KB 256/531 KB 784/1710 KB 214/214 KB 80/80 KB 220/1267 KB 256/531 KB 784/1710 KB 214/214 KB 80/80 KB 224/1267 KB 256/531 KB 784/1710 KB 214/214 KB 80/80 KB 228/1267 KB 256/531 KB 784/1710 KB 214/214 KB 80/80 KB 232/1267 KB 260/531 KB 788/1710 KB 214/214 KB 80/80 KB 236/1267 KB 260/531 KB 788/1710 KB 214/214 KB 80/80 KB 240/1267 KB 260/531 KB 788/1710 KB 80/80 KB 244/1267 KB 260/531 KB 788/1710 KB 80/80 KB 248/1267 KB 260/531 KB 788/1710 KB 80/80 KB 252/1267 KB 260/531 KB 788/1710 KB 80/80 KB 256/1267 KB 260/531 KB 788/1710 KB 214/214 KB 80/80 KB 228/1267 KB 260/531 KB 788/1710 KB 80/80 KB 256/1267 KB 264/531 KB 788/1710 KB 214/214 KB 80/80 KB 228/1267 KB 256/531 KB 788/1710 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar (214 KB at 798.0 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 80/80 KB 256/1267 KB 268/531 KB 788/1710 KB 80/80 KB 256/1267 KB 272/531 KB 788/1710 KB 80/80 KB 256/1267 KB 272/531 KB 792/1710 KB 80/80 KB 256/1267 KB 272/531 KB 796/1710 KB 80/80 KB 256/1267 KB 272/531 KB 800/1710 KB 80/80 KB 256/1267 KB 272/531 KB 804/1710 KB 256/1267 KB 276/531 KB 808/1710 KB 256/1267 KB 276/531 KB 812/1710 KB 256/1267 KB 276/531 KB 816/1710 KB 256/1267 KB 276/531 KB 820/1710 KB 260/1267 KB 276/531 KB 824/1710 KB 260/1267 KB 276/531 KB 828/1710 KB 260/1267 KB 276/531 KB 832/1710 KB 256/1267 KB 276/531 KB 804/1710 KB 260/1267 KB 280/531 KB 832/1710 KB 260/1267 KB 284/531 KB 832/1710 KB 260/1267 KB 288/531 KB 832/1710 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar (80 KB at 291.4 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 260/1267 KB 292/531 KB 832/1710 KB 260/1267 KB 296/531 KB 832/1710 KB 260/1267 KB 300/531 KB 832/1710 KB 260/1267 KB 304/531 KB 832/1710 KB 260/1267 KB 276/531 KB 820/1710 KB 264/1267 KB 304/531 KB 832/1710 KB 268/1267 KB 304/531 KB 832/1710 KB 272/1267 KB 304/531 KB 832/1710 KB 276/1267 KB 304/531 KB 832/1710 KB 280/1267 KB 308/531 KB 836/1710 KB 284/1267 KB 308/531 KB 836/1710 KB 288/1267 KB 308/531 KB 836/1710 KB 276/1267 KB 308/531 KB 836/1710 KB 288/1267 KB 308/531 KB 840/1710 KB 288/1267 KB 308/531 KB 844/1710 KB 288/1267 KB 308/531 KB 848/1710 KB 288/1267 KB 308/531 KB 852/1710 KB 292/1267 KB 308/531 KB 856/1710 KB 292/1267 KB 308/531 KB 860/1710 KB 292/1267 KB 308/531 KB 864/1710 KB 276/1267 KB 308/531 KB 832/1710 KB 292/1267 KB 312/531 KB 864/1710 KB 292/1267 KB 316/531 KB 864/1710 KB 292/1267 KB 320/531 KB 864/1710 KB 292/1267 KB 324/531 KB 864/1710 KB 292/1267 KB 328/531 KB 864/1710 KB 292/1267 KB 332/531 KB 864/1710 KB 292/1267 KB 336/531 KB 864/1710 KB 292/1267 KB 308/531 KB 852/1710 KB 296/1267 KB 336/531 KB 864/1710 KB 300/1267 KB 336/531 KB 864/1710 KB 304/1267 KB 336/531 KB 864/1710 KB 4/61 KB 304/1267 KB 336/531 KB 864/1710 KB 8/61 KB 304/1267 KB 336/531 KB 864/1710 KB 12/61 KB 304/1267 KB 336/531 KB 864/1710 KB 16/61 KB 304/1267 KB 336/531 KB 864/1710 KB 20/61 KB 304/1267 KB 336/531 KB 864/1710 KB 24/61 KB 304/1267 KB 336/531 KB 864/1710 KB 28/61 KB 304/1267 KB 336/531 KB 864/1710 KB 32/61 KB 304/1267 KB 336/531 KB 864/1710 KB 36/61 KB 304/1267 KB 336/531 KB 864/1710 KB 40/61 KB 308/1267 KB 340/531 KB 868/1710 KB 44/61 KB 308/1267 KB 340/531 KB 868/1710 KB 48/61 KB 308/1267 KB 340/531 KB 868/1710 KB 36/61 KB 308/1267 KB 340/531 KB 868/1710 KB 36/61 KB 308/1267 KB 340/531 KB 864/1710 KB 48/61 KB 312/1267 KB 340/531 KB 872/1710 KB 48/61 KB 316/1267 KB 340/531 KB 872/1710 KB 48/61 KB 320/1267 KB 340/531 KB 872/1710 KB 36/61 KB 304/1267 KB 340/531 KB 864/1710 KB 48/61 KB 320/1267 KB 344/531 KB 872/1710 KB 48/61 KB 320/1267 KB 348/531 KB 872/1710 KB 48/61 KB 320/1267 KB 352/531 KB 872/1710 KB 48/61 KB 316/1267 KB 340/531 KB 872/1710 KB 48/61 KB 320/1267 KB 352/531 KB 876/1710 KB 48/61 KB 320/1267 KB 352/531 KB 880/1710 KB 52/61 KB 320/1267 KB 352/531 KB 884/1710 KB 52/61 KB 324/1267 KB 356/531 KB 888/1710 KB 52/61 KB 320/1267 KB 352/531 KB 880/1710 KB 56/61 KB 324/1267 KB 356/531 KB 888/1710 KB 60/61 KB 324/1267 KB 356/531 KB 888/1710 KB 61/61 KB 324/1267 KB 356/531 KB 888/1710 KB 52/61 KB 324/1267 KB 356/531 KB 884/1710 KB 61/61 KB 328/1267 KB 356/531 KB 888/1710 KB 61/61 KB 332/1267 KB 356/531 KB 888/1710 KB 61/61 KB 336/1267 KB 356/531 KB 888/1710 KB 52/61 KB 320/1267 KB 356/531 KB 884/1710 KB 61/61 KB 336/1267 KB 360/531 KB 892/1710 KB 61/61 KB 336/1267 KB 364/531 KB 892/1710 KB 61/61 KB 336/1267 KB 368/531 KB 892/1710 KB 61/61 KB 336/1267 KB 372/531 KB 892/1710 KB 61/61 KB 340/1267 KB 376/531 KB 892/1710 KB 61/61 KB 340/1267 KB 380/531 KB 892/1710 KB 61/61 KB 340/1267 KB 384/531 KB 892/1710 KB 61/61 KB 336/1267 KB 356/531 KB 892/1710 KB 61/61 KB 340/1267 KB 384/531 KB 896/1710 KB 61/61 KB 340/1267 KB 384/531 KB 900/1710 KB 61/61 KB 340/1267 KB 384/531 KB 904/1710 KB 61/61 KB 340/1267 KB 384/531 KB 908/1710 KB 61/61 KB 340/1267 KB 384/531 KB 912/1710 KB 61/61 KB 340/1267 KB 372/531 KB 892/1710 KB 61/61 KB 344/1267 KB 384/531 KB 912/1710 KB 61/61 KB 348/1267 KB 384/531 KB 912/1710 KB 61/61 KB 352/1267 KB 384/531 KB 912/1710 KB unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 61/61 KB 356/1267 KB 384/531 KB 912/1710 KB 61/61 KB 360/1267 KB 388/531 KB 916/1710 KB 61/61 KB 364/1267 KB 388/531 KB 916/1710 KB 61/61 KB 368/1267 KB 388/531 KB 916/1710 KB 61/61 KB 356/1267 KB 388/531 KB 916/1710 KB 61/61 KB 368/1267 KB 388/531 KB 920/1710 KB 61/61 KB 368/1267 KB 388/531 KB 924/1710 KB 61/61 KB 368/1267 KB 388/531 KB 928/1710 KB 61/61 KB 372/1267 KB 388/531 KB 932/1710 KB 61/61 KB 356/1267 KB 388/531 KB 912/1710 KB 61/61 KB 372/1267 KB 392/531 KB 936/1710 KB 61/61 KB 372/1267 KB 396/531 KB 936/1710 KB 372/1267 KB 400/531 KB 936/1710 KB 372/1267 KB 404/531 KB 936/1710 KB 372/1267 KB 408/531 KB 936/1710 KB 61/61 KB 372/1267 KB 388/531 KB 928/1710 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (61 KB at 206.8 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 376/1267 KB 408/531 KB 936/1710 KB 380/1267 KB 408/531 KB 936/1710 KB 384/1267 KB 412/531 KB 936/1710 KB 380/1267 KB 412/531 KB 936/1710 KB 384/1267 KB 416/531 KB 936/1710 KB 61/61 KB 372/1267 KB 412/531 KB 936/1710 KB 384/1267 KB 416/531 KB 940/1710 KB 388/1267 KB 416/531 KB 944/1710 KB 388/1267 KB 416/531 KB 948/1710 KB 388/1267 KB 420/531 KB 952/1710 KB 388/1267 KB 420/531 KB 956/1710 KB 388/1267 KB 420/531 KB 960/1710 KB 388/1267 KB 416/531 KB 940/1710 KB 392/1267 KB 420/531 KB 960/1710 KB 396/1267 KB 420/531 KB 960/1710 KB 388/1267 KB 420/531 KB 948/1710 KB 396/1267 KB 424/531 KB 960/1710 KB 396/1267 KB 428/531 KB 960/1710 KB 396/1267 KB 432/531 KB 960/1710 KB 400/1267 KB 432/531 KB 960/1710 KB 404/1267 KB 432/531 KB 960/1710 KB 408/1267 KB 436/531 KB 964/1710 KB 412/1267 KB 436/531 KB 964/1710 KB 416/1267 KB 436/531 KB 964/1710 KB 404/1267 KB 436/531 KB 964/1710 KB 416/1267 KB 436/531 KB 968/1710 KB 416/1267 KB 436/531 KB 972/1710 KB 416/1267 KB 436/531 KB 976/1710 KB 416/1267 KB 436/531 KB 980/1710 KB 420/1267 KB 436/531 KB 984/1710 KB 420/1267 KB 436/531 KB 988/1710 KB 420/1267 KB 436/531 KB 992/1710 KB 420/1267 KB 436/531 KB 996/1710 KB 404/1267 KB 436/531 KB 960/1710 KB 420/1267 KB 440/531 KB 996/1710 KB 420/1267 KB 444/531 KB 996/1710 KB 420/1267 KB 448/531 KB 996/1710 KB 420/1267 KB 452/531 KB 996/1710 KB 420/1267 KB 436/531 KB 980/1710 KB 424/1267 KB 452/531 KB 996/1710 KB 428/1267 KB 452/531 KB 996/1710 KB 432/1267 KB 456/531 KB 996/1710 KB 428/1267 KB 456/531 KB 996/1710 KB 432/1267 KB 460/531 KB 996/1710 KB 436/1267 KB 460/531 KB 996/1710 KB 436/1267 KB 464/531 KB 996/1710 KB 436/1267 KB 468/531 KB 996/1710 KB 440/1267 KB 472/531 KB 1000/1710 KB 440/1267 KB 476/531 KB 1000/1710 KB 440/1267 KB 480/531 KB 1000/1710 KB 440/1267 KB 468/531 KB 1000/1710 KB 444/1267 KB 480/531 KB 1000/1710 KB 448/1267 KB 480/531 KB 1000/1710 KB 436/1267 KB 468/531 KB 1000/1710 KB 448/1267 KB 480/531 KB 1004/1710 KB 448/1267 KB 480/531 KB 1008/1710 KB 448/1267 KB 480/531 KB 1012/1710 KB 452/1267 KB 484/531 KB 1016/1710 KB 452/1267 KB 484/531 KB 1020/1710 KB 452/1267 KB 484/531 KB 1024/1710 KB 452/1267 KB 484/531 KB 1012/1710 KB 452/1267 KB 488/531 KB 1024/1710 KB 452/1267 KB 492/531 KB 1024/1710 KB 452/1267 KB 480/531 KB 1012/1710 KB 456/1267 KB 496/531 KB 1024/1710 KB 460/1267 KB 496/531 KB 1024/1710 KB 464/1267 KB 496/531 KB 1024/1710 KB 464/1267 KB 496/531 KB 1028/1710 KB 468/1267 KB 496/531 KB 1032/1710 KB 468/1267 KB 496/531 KB 1036/1710 KB 468/1267 KB 496/531 KB 1040/1710 KB 468/1267 KB 496/531 KB 1044/1710 KB 468/1267 KB 496/531 KB 1048/1710 KB 468/1267 KB 496/531 KB 1052/1710 KB 468/1267 KB 496/531 KB 1056/1710 KB 468/1267 KB 496/531 KB 1060/1710 KB 468/1267 KB 496/531 KB 1064/1710 KB 468/1267 KB 496/531 KB 1028/1710 KB 452/1267 KB 496/531 KB 1028/1710 KB 468/1267 KB 500/531 KB 1064/1710 KB 472/1267 KB 500/531 KB 1064/1710 KB 476/1267 KB 500/531 KB 1064/1710 KB 480/1267 KB 500/531 KB 1064/1710 KB 480/1267 KB 504/531 KB 1064/1710 KB 480/1267 KB 508/531 KB 1064/1710 KB 480/1267 KB 512/531 KB 1064/1710 KB 480/1267 KB 516/531 KB 1064/1710 KB 484/1267 KB 520/531 KB 1064/1710 KB 484/1267 KB 524/531 KB 1064/1710 KB 484/1267 KB 528/531 KB 1064/1710 KB 484/1267 KB 516/531 KB 1064/1710 KB 488/1267 KB 528/531 KB 1064/1710 KB 492/1267 KB 528/531 KB 1064/1710 KB 496/1267 KB 528/531 KB 1064/1710 KB 500/1267 KB 528/531 KB 1064/1710 KB 504/1267 KB 531/531 KB 1068/1710 unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install KB 508/1267 KB 531/531 KB 1068/1710 KB 512/1267 KB 531/531 KB 1068/1710 KB 500/1267 KB 531/531 KB 1068/1710 KB 500/1267 KB 531/531 KB 1064/1710 KB 512/1267 KB 531/531 KB 1072/1710 KB 512/1267 KB 531/531 KB 1076/1710 KB 4/1044 KB 516/1267 KB 531/531 KB 1080/1710 KB 4/1044 KB 516/1267 KB 531/531 KB 1076/1710 KB 4/1044 KB 512/1267 KB 531/531 KB 1076/1710 KB 8/1044 KB 516/1267 KB 531/531 KB 1080/1710 KB 12/1044 KB 516/1267 KB 531/531 KB 1080/1710 KB 16/1044 KB 516/1267 KB 531/531 KB 1080/1710 KB 20/1044 KB 516/1267 KB 531/531 KB 1080/1710 KB 24/1044 KB 516/1267 KB 531/531 KB 1080/1710 KB 28/1044 KB 516/1267 KB 531/531 KB 1080/1710 KB 32/1044 KB 516/1267 KB 531/531 KB 1080/1710 KB 36/1044 KB 516/1267 KB 531/531 KB 1080/1710 KB 40/1044 KB 516/1267 KB 531/531 KB 1080/1710 KB 44/1044 KB 516/1267 KB 531/531 KB 1080/1710 KB 48/1044 KB 516/1267 KB 531/531 KB 1080/1710 KB 52/1044 KB 516/1267 KB 531/531 KB 1080/1710 KB 56/1044 KB 516/1267 KB 531/531 KB 1080/1710 KB 60/1044 KB 516/1267 KB 531/531 KB 1080/1710 KB 64/1044 KB 516/1267 KB 531/531 KB 1080/1710 KB 68/1044 KB 516/1267 KB 531/531 KB 1080/1710 KB 72/1044 KB 516/1267 KB 531/531 KB 1080/1710 KB 76/1044 KB 516/1267 KB 531/531 KB 1080/1710 KB 80/1044 KB 516/1267 KB 531/531 KB 1080/1710 KB 80/1044 KB 520/1267 KB 531/531 KB 1084/1710 KB 80/1044 KB 520/1267 KB 531/531 KB 1088/1710 KB 84/1044 KB 520/1267 KB 531/531 KB 1092/1710 KB 84/1044 KB 520/1267 KB 1096/1710 KB 80/1044 KB 520/1267 KB 531/531 KB 1080/1710 KB 84/1044 KB 524/1267 KB 1096/1710 KB 84/1044 KB 528/1267 KB 1096/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 1646.9 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 84/1044 KB 532/1267 KB 1096/1710 KB 84/1044 KB 536/1267 KB 1096/1710 KB 84/1044 KB 520/1267 KB 531/531 KB 1088/1710 KB 88/1044 KB 536/1267 KB 1100/1710 KB 92/1044 KB 536/1267 KB 1100/1710 KB 96/1044 KB 536/1267 KB 1100/1710 KB 84/1044 KB 536/1267 KB 1100/1710 KB 96/1044 KB 536/1267 KB 1104/1710 KB 3/713 KB 96/1044 KB 536/1267 KB 1108/1710 KB 3/713 KB 96/1044 KB 540/1267 KB 1112/1710 KB 3/713 KB 96/1044 KB 540/1267 KB 1116/1710 KB 3/713 KB 96/1044 KB 540/1267 KB 1120/1710 KB 3/713 KB 96/1044 KB 536/1267 KB 1104/1710 KB 6/713 KB 96/1044 KB 540/1267 KB 1120/1710 KB 3/713 KB 96/1044 KB 540/1267 KB 1108/1710 KB 6/713 KB 96/1044 KB 544/1267 KB 1120/1710 KB 6/713 KB 96/1044 KB 548/1267 KB 1120/1710 KB 6/713 KB 96/1044 KB 552/1267 KB 1120/1710 KB 6/713 KB 96/1044 KB 556/1267 KB 1120/1710 KB 6/713 KB 96/1044 KB 560/1267 KB 1120/1710 KB 6/713 KB 96/1044 KB 564/1267 KB 1120/1710 KB 9/713 KB 96/1044 KB 568/1267 KB 1124/1710 KB 9/713 KB 96/1044 KB 572/1267 KB 1124/1710 KB 9/713 KB 96/1044 KB 576/1267 KB 1124/1710 KB 9/713 KB 96/1044 KB 580/1267 KB 1124/1710 KB 9/713 KB 96/1044 KB 584/1267 KB 1124/1710 KB 9/713 KB 96/1044 KB 588/1267 KB 1124/1710 KB 9/713 KB 96/1044 KB 592/1267 KB 1124/1710 KB 9/713 KB 96/1044 KB 564/1267 KB 1124/1710 KB 11/713 KB 96/1044 KB 592/1267 KB 1124/1710 KB 14/713 KB 96/1044 KB 592/1267 KB 1124/1710 KB 6/713 KB 96/1044 KB 564/1267 KB 1124/1710 KB 14/713 KB 96/1044 KB 592/1267 KB 1128/1710 KB 14/713 KB 96/1044 KB 592/1267 KB 1132/1710 KB 16/713 KB 96/1044 KB 592/1267 KB 1132/1710 KB 16/713 KB 96/1044 KB 592/1267 KB 1136/1710 KB 19/713 KB 96/1044 KB 592/1267 KB 1136/1710 KB 22/713 KB 96/1044 KB 592/1267 KB 1136/1710 KB 25/713 KB 96/1044 KB 592/1267 KB 1140/1710 KB 27/713 KB 96/1044 KB 592/1267 KB 1140/1710 KB 22/713 KB 96/1044 KB 592/1267 KB 1140/1710 KB 27/713 KB 96/1044 KB 592/1267 KB 1144/1710 KB 27/713 KB 96/1044 KB 592/1267 KB 1148/1710 KB 27/713 KB 96/1044 KB 592/1267 KB 1152/1710 KB 30/713 KB 96/1044 KB 592/1267 KB 1152/1710 KB 32/713 KB 96/1044 KB 592/1267 KB 1152/1710 KB 36/713 KB 96/1044 KB 596/1267 KB 1152/1710 KB 40/713 KB 96/1044 KB 596/1267 KB 1156/1710 KB 44/713 KB 96/1044 KB 596/1267 KB 1156/1710 KB 48/713 KB 96/1044 KB 596/1267 KB 1156/1710 KB 32/713 KB 96/1044 KB 596/1267 KB 1152/1710 KB 48/713 KB 96/1044 KB 600/1267 KB 1156/1710 KB 48/713 KB 96/1044 KB 604/1267 KB 1156/1710 KB 48/713 KB 96/1044 KB 608/1267 KB 1156/1710 KB 48/713 KB 96/1044 KB 612/1267 KB 1156/1710 KB 52/713 KB 100/1044 KB 4/1063 KB 616/1267 KB 1156/1710 KB 52/713 KB 100/1044 KB 4/1063 KB 620/1267 KB 1156/1710 KB 52/713 KB 100/1044 KB 4/1063 KB 624/1267 KB 1156/1710 KB 36/713 KB 96/1044 KB 596/1267 KB 1156/1710 KB 52/713 KB 100/1044 KB 4/1063 KB 624/1267 KB 1160/1710 KB 52/713 KB 100/1044 KB 4/1063 KB 624/1267 KB 1164/1710 KB 52/713 KB 100/1044 KB 4/1063 KB 624/1267 KB 1168/1710 KB 52/713 KB 100/1044 KB 4/1063 KB 624/1267 KB 1172/1710 KB 52/713 KB 100/1044 KB 4/1063 KB 612/1267 KB 1156/1710 KB 52/713 KB 100/1044 KB 8/1063 KB 624/1267 KB 1172/1710 KB 52/713 KB 100/1044 KB 12/1063 KB 624/1267 KB 1172/1710 KB 52/713 KB 100/1044 KB 16/1063 KB 624/1267 KB 1172/1710 KB 52/713 KB 100/1044 KB 20/1063 KB 624/1267 KB 1172/1710 KB 52/713 KB 100/1044 KB 24/1063 KB 624/1267 KB 1172/1710 KB 52/713 KB 100/1044 KB 28/1063 KB 624/1267 KB 1172/1710 KB 52/713 KB 100/1044 KB 32/1063 KB 624/1267 KB 1172/1710 KB 52/713 KB 100/1044 KB 36/1063 KB 624/1267 KB 1172/1710 KB 52/713 KB 100/1044 KB unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 612/1267 KB 1156/1710 KB 52/713 KB 104/1044 KB 36/1063 KB 624/1267 KB 1176/1710 KB 52/713 KB 108/1044 KB 36/1063 KB 624/1267 KB 1176/1710 KB 52/713 KB 112/1044 KB 36/1063 KB 624/1267 KB 1176/1710 KB 52/713 KB 116/1044 KB 36/1063 KB 624/1267 KB 1176/1710 KB 52/713 KB 120/1044 KB 36/1063 KB 624/1267 KB 1176/1710 KB 52/713 KB 124/1044 KB 36/1063 KB 624/1267 KB 1176/1710 KB 52/713 KB 128/1044 KB 36/1063 KB 624/1267 KB 1176/1710 KB 52/713 KB 132/1044 KB 36/1063 KB 624/1267 KB 1176/1710 KB 52/713 KB 96/1044 KB 612/1267 KB 1156/1710 KB 56/713 KB 132/1044 KB 40/1063 KB 624/1267 KB 1176/1710 KB 60/713 KB 132/1044 KB 40/1063 KB 624/1267 KB 1176/1710 KB 63/713 KB 132/1044 KB 40/1063 KB 624/1267 KB 1176/1710 KB 67/713 KB 132/1044 KB 40/1063 KB 624/1267 KB 1176/1710 KB 71/713 KB 136/1044 KB 40/1063 KB 628/1267 KB 1176/1710 KB 75/713 KB 136/1044 KB 40/1063 KB 628/1267 KB 1176/1710 KB 79/713 KB 136/1044 KB 40/1063 KB 628/1267 KB 1176/1710 KB 52/713 KB 132/1044 KB 40/1063 KB 624/1267 KB 1176/1710 KB 79/713 KB 136/1044 KB 44/1063 KB 628/1267 KB 1176/1710 KB 79/713 KB 136/1044 KB 48/1063 KB 628/1267 KB 1176/1710 KB 52/713 KB 100/1044 KB 36/1063 KB 624/1267 KB 1176/1710 KB 79/713 KB 136/1044 KB 48/1063 KB 628/1267 KB 1180/1710 KB 79/713 KB 136/1044 KB 48/1063 KB 628/1267 KB 1184/1710 KB 79/713 KB 136/1044 KB 52/1063 KB 628/1267 KB 1184/1710 KB 79/713 KB 136/1044 KB 56/1063 KB 628/1267 KB 1188/1710 KB 79/713 KB 136/1044 KB 60/1063 KB 628/1267 KB 1188/1710 KB 79/713 KB 136/1044 KB 64/1063 KB 628/1267 KB 1188/1710 KB 79/713 KB 136/1044 KB 68/1063 KB 628/1267 KB 1188/1710 KB 83/713 KB 136/1044 KB 72/1063 KB 628/1267 KB 1188/1710 KB 83/713 KB 136/1044 KB 76/1063 KB 628/1267 KB 1188/1710 KB 83/713 KB 136/1044 KB 80/1063 KB 628/1267 KB 1188/1710 KB 67/713 KB 136/1044 KB 40/1063 KB 628/1267 KB 1176/1710 KB 83/713 KB 136/1044 KB 80/1063 KB 632/1267 KB 1188/1710 KB 83/713 KB 136/1044 KB 80/1063 KB 636/1267 KB 1188/1710 KB 83/713 KB 136/1044 KB 80/1063 KB 640/1267 KB 1188/1710 KB 67/713 KB 136/1044 KB 40/1063 KB 624/1267 KB 1176/1710 KB 83/713 KB 140/1044 KB 80/1063 KB 640/1267 KB 1188/1710 KB 83/713 KB 144/1044 KB 80/1063 KB 640/1267 KB 1188/1710 KB 83/713 KB 148/1044 KB 80/1063 KB 640/1267 KB 1188/1710 KB 83/713 KB 152/1044 KB 80/1063 KB 640/1267 KB 1188/1710 KB 83/713 KB 156/1044 KB 80/1063 KB 640/1267 KB 1188/1710 KB 83/713 KB 160/1044 KB 80/1063 KB 640/1267 KB 1188/1710 KB 83/713 KB 136/1044 KB 68/1063 KB 628/1267 KB 1188/1710 KB 87/713 KB 160/1044 KB 80/1063 KB 640/1267 KB 1188/1710 KB 91/713 KB 160/1044 KB 80/1063 KB 640/1267 KB 1188/1710 KB 95/713 KB 160/1044 KB 80/1063 KB 640/1267 KB 1188/1710 KB 99/713 KB 160/1044 KB 80/1063 KB 640/1267 KB 1188/1710 KB 103/713 KB 164/1044 KB 84/1063 KB 644/1267 KB 1188/1710 KB 107/713 KB 164/1044 KB 84/1063 KB 644/1267 KB 1188/1710 KB 111/713 KB 164/1044 KB 84/1063 KB 644/1267 KB 1188/1710 KB 79/713 KB 136/1044 KB 52/1063 KB 628/1267 KB 1188/1710 KB 111/713 KB 164/1044 KB 84/1063 KB 644/1267 KB 1192/1710 KB 111/713 KB 164/1044 KB 84/1063 KB 644/1267 KB 1196/1710 KB 111/713 KB 164/1044 KB 84/1063 KB 644/1267 KB 1200/1710 KB 111/713 KB 164/1044 KB 84/1063 KB 644/1267 KB 1204/1710 KB 111/713 KB 164/1044 KB 84/1063 KB 644/1267 KB 1208/1710 KB 111/713 KB 164/1044 KB 84/1063 KB 644/1267 KB 1212/1710 KB 111/713 KB 164/1044 KB 84/1063 KB 644/1267 KB 1216/1710 KB 99/713 KB 164/1044 KB 84/1063 KB 644/1267 KB 1188/1710 KB 111/713 KB 164/1044 KB 88/1063 KB 644/1267 KB 1216/1710 KB unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 115/713 KB 164/1044 KB 92/1063 KB 644/1267 KB 1216/1710 KB 115/713 KB 164/1044 KB 96/1063 KB 644/1267 KB 1216/1710 KB 115/713 KB 164/1044 KB 100/1063 KB 644/1267 KB 1220/1710 KB 99/713 KB 164/1044 KB 80/1063 KB 644/1267 KB 1188/1710 KB 115/713 KB 168/1044 KB 100/1063 KB 644/1267 KB 1220/1710 KB 115/713 KB 172/1044 KB 100/1063 KB 644/1267 KB 1220/1710 KB 115/713 KB 176/1044 KB 100/1063 KB 644/1267 KB 1220/1710 KB 99/713 KB 160/1044 KB 80/1063 KB 644/1267 KB 1188/1710 KB 115/713 KB 176/1044 KB 100/1063 KB 648/1267 KB 1220/1710 KB 115/713 KB 176/1044 KB 100/1063 KB 652/1267 KB 1220/1710 KB 115/713 KB 176/1044 KB 100/1063 KB 656/1267 KB 1220/1710 KB 115/713 KB 176/1044 KB 100/1063 KB 660/1267 KB 1220/1710 KB 115/713 KB 180/1044 KB 100/1063 KB 664/1267 KB 1220/1710 KB 115/713 KB 180/1044 KB 100/1063 KB 668/1267 KB 1220/1710 KB 115/713 KB 180/1044 KB 100/1063 KB 672/1267 KB 1220/1710 KB 115/713 KB 180/1044 KB 100/1063 KB 676/1267 KB 1220/1710 KB 115/713 KB 164/1044 KB 96/1063 KB 644/1267 KB 1220/1710 KB 115/713 KB 164/1044 KB 88/1063 KB 644/1267 KB 1216/1710 KB 115/713 KB 180/1044 KB 104/1063 KB 676/1267 KB 1224/1710 KB 115/713 KB 180/1044 KB 104/1063 KB 676/1267 KB 1228/1710 KB 119/713 KB 180/1044 KB 104/1063 KB 676/1267 KB 1232/1710 KB 119/713 KB 180/1044 KB 104/1063 KB 676/1267 KB 1236/1710 KB 115/713 KB 180/1044 KB 104/1063 KB 676/1267 KB 1220/1710 KB 119/713 KB 180/1044 KB 108/1063 KB 680/1267 KB 1236/1710 KB 119/713 KB 180/1044 KB 112/1063 KB 680/1267 KB 1236/1710 KB 115/713 KB 180/1044 KB 100/1063 KB 660/1267 KB 1220/1710 KB 119/713 KB 184/1044 KB 112/1063 KB 680/1267 KB 1236/1710 KB 119/713 KB 188/1044 KB 112/1063 KB 680/1267 KB 1236/1710 KB 119/713 KB 192/1044 KB 112/1063 KB 680/1267 KB 1236/1710 KB 119/713 KB 196/1044 KB 112/1063 KB 680/1267 KB 1236/1710 KB 119/713 KB 200/1044 KB 112/1063 KB 680/1267 KB 1236/1710 KB 119/713 KB 204/1044 KB 112/1063 KB 680/1267 KB 1236/1710 KB 119/713 KB 208/1044 KB 112/1063 KB 680/1267 KB 1236/1710 KB 119/713 KB 180/1044 KB 104/1063 KB 680/1267 KB 1236/1710 KB 119/713 KB 208/1044 KB 112/1063 KB 684/1267 KB 1236/1710 KB 119/713 KB 208/1044 KB 112/1063 KB 688/1267 KB 1236/1710 KB 119/713 KB 208/1044 KB 112/1063 KB 692/1267 KB 1236/1710 KB 119/713 KB 212/1044 KB 116/1063 KB 696/1267 KB 1240/1710 KB 119/713 KB 212/1044 KB 116/1063 KB 700/1267 KB 1240/1710 KB 119/713 KB 212/1044 KB 116/1063 KB 704/1267 KB 1240/1710 KB 119/713 KB 180/1044 KB 104/1063 KB 676/1267 KB 1228/1710 KB 123/713 KB 212/1044 KB 116/1063 KB 704/1267 KB 1240/1710 KB 127/713 KB 212/1044 KB 116/1063 KB 704/1267 KB 1240/1710 KB 131/713 KB 212/1044 KB 116/1063 KB 704/1267 KB 1240/1710 KB 135/713 KB 212/1044 KB 116/1063 KB 704/1267 KB 1240/1710 KB 139/713 KB 212/1044 KB 116/1063 KB 704/1267 KB 1240/1710 KB 143/713 KB 212/1044 KB 116/1063 KB 704/1267 KB 1240/1710 KB 147/713 KB 212/1044 KB 116/1063 KB 704/1267 KB 1240/1710 KB 151/713 KB 212/1044 KB 116/1063 KB 704/1267 KB 1240/1710 KB 155/713 KB 212/1044 KB 116/1063 KB 704/1267 KB 1240/1710 KB 159/713 KB 212/1044 KB 116/1063 KB 704/1267 KB 1240/1710 KB 163/713 KB 212/1044 KB 116/1063 KB 704/1267 KB 1240/1710 KB 119/713 KB 212/1044 KB 116/1063 KB 692/1267 KB 1240/1710 KB 163/713 KB 212/1044 KB 120/1063 KB 708/1267 KB 1240/1710 KB 163/713 KB 212/1044 KB 124/1063 KB 708/1267 KB 1240/1710 KB 163/713 KB 212/1044 KB 128/1063 KB 708/1267 KB 1240/1710 KB 119/713 KB 212/1044 KB 112/1063 KB 692/1267 KB 1240/1710 KB 163/713 KB 212/1044 KB 128/1063 KB 708/1267 KB unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 1244/1710 KB 163/713 KB 212/1044 KB 128/1063 KB 708/1267 KB 1248/1710 KB 163/713 KB 212/1044 KB 128/1063 KB 708/1267 KB 1252/1710 KB 163/713 KB 212/1044 KB 132/1063 KB 708/1267 KB 1256/1710 KB 163/713 KB 212/1044 KB 132/1063 KB 708/1267 KB 1260/1710 KB 163/713 KB 212/1044 KB 132/1063 KB 708/1267 KB 1264/1710 KB 119/713 KB 212/1044 KB 112/1063 KB 692/1267 KB 1236/1710 KB 163/713 KB 216/1044 KB 132/1063 KB 708/1267 KB 1264/1710 KB 163/713 KB 220/1044 KB 132/1063 KB 708/1267 KB 1264/1710 KB 163/713 KB 224/1044 KB 132/1063 KB 708/1267 KB 1264/1710 KB 163/713 KB 212/1044 KB 132/1063 KB 708/1267 KB 1252/1710 KB 163/713 KB 224/1044 KB 136/1063 KB 708/1267 KB 1264/1710 KB 163/713 KB 224/1044 KB 140/1063 KB 708/1267 KB 1264/1710 KB 163/713 KB 228/1044 KB 144/1063 KB 708/1267 KB 1268/1710 KB 163/713 KB 212/1044 KB 116/1063 KB 708/1267 KB 1240/1710 KB 163/713 KB 228/1044 KB 144/1063 KB 712/1267 KB 1268/1710 KB 163/713 KB 228/1044 KB 144/1063 KB 716/1267 KB 1268/1710 KB 163/713 KB 228/1044 KB 148/1063 KB 720/1267 KB 1268/1710 KB 163/713 KB 228/1044 KB 148/1063 KB 724/1267 KB 1268/1710 KB 163/713 KB 228/1044 KB 140/1063 KB 708/1267 KB 1268/1710 KB 167/713 KB 228/1044 KB 148/1063 KB 724/1267 KB 1272/1710 KB 167/713 KB 228/1044 KB 148/1063 KB 724/1267 KB 1276/1710 KB 167/713 KB 228/1044 KB 148/1063 KB 724/1267 KB 1280/1710 KB 163/713 KB 228/1044 KB 140/1063 KB 708/1267 KB 1264/1710 KB 167/713 KB 232/1044 KB 148/1063 KB 724/1267 KB 1280/1710 KB 167/713 KB 236/1044 KB 148/1063 KB 724/1267 KB 1280/1710 KB 167/713 KB 240/1044 KB 148/1063 KB 724/1267 KB 1280/1710 KB 167/713 KB 244/1044 KB 148/1063 KB 724/1267 KB 1280/1710 KB 167/713 KB 248/1044 KB 148/1063 KB 724/1267 KB 1280/1710 KB 167/713 KB 252/1044 KB 148/1063 KB 728/1267 KB 1280/1710 KB 167/713 KB 256/1044 KB 148/1063 KB 728/1267 KB 1280/1710 KB 167/713 KB 260/1044 KB 148/1063 KB 728/1267 KB 1280/1710 KB 167/713 KB 228/1044 KB 148/1063 KB 724/1267 KB 1268/1710 KB 171/713 KB 260/1044 KB 148/1063 KB 728/1267 KB 1284/1710 KB 175/713 KB 260/1044 KB 148/1063 KB 728/1267 KB 1284/1710 KB 163/713 KB 228/1044 KB 148/1063 KB 716/1267 KB 1268/1710 KB 175/713 KB 260/1044 KB 152/1063 KB 728/1267 KB 1284/1710 KB 179/713 KB 260/1044 KB 152/1063 KB 728/1267 KB 1284/1710 KB 167/713 KB 260/1044 KB 148/1063 KB 728/1267 KB 1284/1710 KB 179/713 KB 260/1044 KB 156/1063 KB 728/1267 KB 1288/1710 KB 179/713 KB 260/1044 KB 156/1063 KB 728/1267 KB 1292/1710 KB 183/713 KB 260/1044 KB 156/1063 KB 728/1267 KB 1296/1710 KB 167/713 KB 248/1044 KB 148/1063 KB 728/1267 KB 1280/1710 KB 183/713 KB 260/1044 KB 156/1063 KB 732/1267 KB 1296/1710 KB 183/713 KB 260/1044 KB 156/1063 KB 736/1267 KB 1296/1710 KB 183/713 KB 260/1044 KB 156/1063 KB 740/1267 KB 1296/1710 KB 183/713 KB 264/1044 KB 156/1063 KB 744/1267 KB 1300/1710 KB 183/713 KB 260/1044 KB 156/1063 KB 728/1267 KB 1292/1710 KB 187/713 KB 264/1044 KB 156/1063 KB 744/1267 KB 1300/1710 KB 191/713 KB 264/1044 KB 156/1063 KB 744/1267 KB 1300/1710 KB 179/713 KB 260/1044 KB 156/1063 KB 728/1267 KB 1284/1710 KB 191/713 KB 264/1044 KB 160/1063 KB 744/1267 KB 1300/1710 KB 191/713 KB 264/1044 KB 164/1063 KB 744/1267 KB 1300/1710 KB 191/713 KB 264/1044 KB 168/1063 KB 744/1267 KB 1300/1710 KB 191/713 KB 264/1044 KB 172/1063 KB 744/1267 KB 1300/1710 KB 191/713 KB 264/1044 KB 176/1063 KB 744/1267 KB 1300/1710 KB 195/713 KB 264/1044 KB 180/1063 KB 744/1267 KB 1300/1710 KB 195/713 KB 264/1044 KB 184/1063 KB 748/1267 KB 1300/1710 KB 195/713 KB 264/1044 KB 188/10 unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 63 KB 748/1267 KB 1300/1710 KB 195/713 KB 264/1044 KB 192/1063 KB 748/1267 KB 1300/1710 KB 183/713 KB 264/1044 KB 156/1063 KB 740/1267 KB 1300/1710 KB 195/713 KB 264/1044 KB 192/1063 KB 748/1267 KB 1304/1710 KB 195/713 KB 264/1044 KB 192/1063 KB 748/1267 KB 1308/1710 KB 183/713 KB 264/1044 KB 156/1063 KB 740/1267 KB 1296/1710 KB 195/713 KB 268/1044 KB 192/1063 KB 748/1267 KB 1312/1710 KB 195/713 KB 272/1044 KB 192/1063 KB 748/1267 KB 1312/1710 KB 195/713 KB 276/1044 KB 192/1063 KB 748/1267 KB 1312/1710 KB 195/713 KB 264/1044 KB 180/1063 KB 748/1267 KB 1300/1710 KB 195/713 KB 276/1044 KB 192/1063 KB 752/1267 KB 1312/1710 KB 195/713 KB 276/1044 KB 192/1063 KB 756/1267 KB 1312/1710 KB 195/713 KB 280/1044 KB 196/1063 KB 760/1267 KB 1312/1710 KB 195/713 KB 280/1044 KB 196/1063 KB 764/1267 KB 1312/1710 KB 195/713 KB 280/1044 KB 196/1063 KB 768/1267 KB 1312/1710 KB 195/713 KB 264/1044 KB 176/1063 KB 744/1267 KB 1300/1710 KB 199/713 KB 280/1044 KB 196/1063 KB 768/1267 KB 1312/1710 KB 203/713 KB 280/1044 KB 196/1063 KB 768/1267 KB 1312/1710 KB 207/713 KB 280/1044 KB 196/1063 KB 768/1267 KB 1312/1710 KB 211/713 KB 280/1044 KB 196/1063 KB 768/1267 KB 1312/1710 KB 215/713 KB 280/1044 KB 196/1063 KB 768/1267 KB 1312/1710 KB 219/713 KB 280/1044 KB 196/1063 KB 768/1267 KB 1312/1710 KB 223/713 KB 280/1044 KB 196/1063 KB 768/1267 KB 1312/1710 KB 227/713 KB 280/1044 KB 196/1063 KB 768/1267 KB 1312/1710 KB 231/713 KB 280/1044 KB 196/1063 KB 772/1267 KB 1312/1710 KB 235/713 KB 280/1044 KB 196/1063 KB 772/1267 KB 1312/1710 KB 239/713 KB 280/1044 KB 196/1063 KB 772/1267 KB 1312/1710 KB 195/713 KB 280/1044 KB 196/1063 KB 756/1267 KB 1312/1710 KB 195/713 KB 280/1044 KB 192/1063 KB 756/1267 KB 1312/1710 KB 239/713 KB 284/1044 KB 196/1063 KB 772/1267 KB 1312/1710 KB 239/713 KB 288/1044 KB 196/1063 KB 772/1267 KB 1312/1710 KB 195/713 KB 276/1044 KB 192/1063 KB 748/1267 KB 1312/1710 KB 239/713 KB 288/1044 KB 196/1063 KB 772/1267 KB 1316/1710 KB 239/713 KB 288/1044 KB 196/1063 KB 772/1267 KB 1320/1710 KB 239/713 KB 292/1044 KB 196/1063 KB 772/1267 KB 1324/1710 KB 239/713 KB 292/1044 KB 200/1063 KB 772/1267 KB 1324/1710 KB 239/713 KB 292/1044 KB 200/1063 KB 772/1267 KB 1328/1710 KB 239/713 KB 292/1044 KB 204/1063 KB 772/1267 KB 1328/1710 KB 239/713 KB 292/1044 KB 208/1063 KB 772/1267 KB 1328/1710 KB 239/713 KB 292/1044 KB 212/1063 KB 772/1267 KB 1328/1710 KB 239/713 KB 292/1044 KB 216/1063 KB 772/1267 KB 1332/1710 KB 239/713 KB 292/1044 KB 220/1063 KB 772/1267 KB 1332/1710 KB 227/713 KB 280/1044 KB 196/1063 KB 772/1267 KB 1312/1710 KB 239/713 KB 292/1044 KB 220/1063 KB 776/1267 KB 1332/1710 KB 239/713 KB 292/1044 KB 220/1063 KB 780/1267 KB 1332/1710 KB 239/713 KB 292/1044 KB 220/1063 KB 784/1267 KB 1332/1710 KB 239/713 KB 292/1044 KB 212/1063 KB 772/1267 KB 1332/1710 KB 239/713 KB 292/1044 KB 220/1063 KB 784/1267 KB 1336/1710 KB 239/713 KB 292/1044 KB 220/1063 KB 788/1267 KB 1340/1710 KB 239/713 KB 292/1044 KB 220/1063 KB 788/1267 KB 1344/1710 KB 239/713 KB 292/1044 KB 196/1063 KB 772/1267 KB 1320/1710 KB 239/713 KB 296/1044 KB 220/1063 KB 788/1267 KB 1344/1710 KB 239/713 KB 300/1044 KB 220/1063 KB 788/1267 KB 1344/1710 KB 239/713 KB 304/1044 KB 220/1063 KB 788/1267 KB 1344/1710 KB 239/713 KB 308/1044 KB 220/1063 KB 788/1267 KB 1344/1710 KB 243/713 KB 312/1044 KB 224/1063 KB 788/1267 KB 1348/1710 KB 239/713 KB 292/1044 KB 220/1063 KB 788/1267 KB 1336/1710 KB 243/713 KB 312/1044 KB 224/1063 KB 792/1267 KB 1348/1710 KB 243/713 KB unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 312/1044 KB 224/1063 KB 796/1267 KB 1348/1710 KB 243/713 KB 316/1044 KB 224/1063 KB 800/1267 KB 1348/1710 KB 243/713 KB 308/1044 KB 224/1063 KB 788/1267 KB 1348/1710 KB 243/713 KB 316/1044 KB 224/1063 KB 800/1267 KB 1352/1710 KB 243/713 KB 316/1044 KB 224/1063 KB 800/1267 KB 1356/1710 KB 243/713 KB 316/1044 KB 224/1063 KB 800/1267 KB 1360/1710 KB 243/713 KB 316/1044 KB 224/1063 KB 800/1267 KB 1364/1710 KB 243/713 KB 316/1044 KB 224/1063 KB 804/1267 KB 1368/1710 KB 243/713 KB 316/1044 KB 224/1063 KB 804/1267 KB 1372/1710 KB 243/713 KB 316/1044 KB 224/1063 KB 804/1267 KB 1376/1710 KB 243/713 KB 316/1044 KB 224/1063 KB 804/1267 KB 1380/1710 KB 243/713 KB 308/1044 KB 224/1063 KB 788/1267 KB 1344/1710 KB 239/713 KB 308/1044 KB 224/1063 KB 788/1267 KB 1344/1710 KB 243/713 KB 316/1044 KB 228/1063 KB 804/1267 KB 1380/1710 KB 247/713 KB 316/1044 KB 232/1063 KB 804/1267 KB 1380/1710 KB 247/713 KB 316/1044 KB 236/1063 KB 804/1267 KB 1380/1710 KB 247/713 KB 316/1044 KB 240/1063 KB 804/1267 KB 1380/1710 KB 247/713 KB 316/1044 KB 244/1063 KB 804/1267 KB 1380/1710 KB 247/713 KB 316/1044 KB 248/1063 KB 804/1267 KB 1380/1710 KB 247/713 KB 316/1044 KB 252/1063 KB 804/1267 KB 1380/1710 KB 247/713 KB 316/1044 KB 256/1063 KB 804/1267 KB 1380/1710 KB 243/713 KB 316/1044 KB 224/1063 KB 804/1267 KB 1364/1710 KB 247/713 KB 316/1044 KB 256/1063 KB 808/1267 KB 1380/1710 KB 247/713 KB 316/1044 KB 256/1063 KB 812/1267 KB 1380/1710 KB 247/713 KB 316/1044 KB 256/1063 KB 816/1267 KB 1380/1710 KB 243/713 KB 316/1044 KB 224/1063 KB 796/1267 KB 1348/1710 KB 247/713 KB 320/1044 KB 256/1063 KB 816/1267 KB 1380/1710 KB 247/713 KB 324/1044 KB 256/1063 KB 816/1267 KB 1380/1710 KB 247/713 KB 316/1044 KB 228/1063 KB 804/1267 KB 1380/1710 KB 251/713 KB 324/1044 KB 256/1063 KB 816/1267 KB 1380/1710 KB 255/713 KB 324/1044 KB 256/1063 KB 816/1267 KB 1380/1710 KB 259/713 KB 324/1044 KB 256/1063 KB 816/1267 KB 1380/1710 KB 259/713 KB 328/1044 KB 256/1063 KB 816/1267 KB 1380/1710 KB 259/713 KB 332/1044 KB 256/1063 KB 816/1267 KB 1380/1710 KB 259/713 KB 336/1044 KB 256/1063 KB 816/1267 KB 1380/1710 KB 259/713 KB 340/1044 KB 256/1063 KB 816/1267 KB 1380/1710 KB 263/713 KB 344/1044 KB 260/1063 KB 820/1267 KB 1380/1710 KB 263/713 KB 348/1044 KB 260/1063 KB 820/1267 KB 1380/1710 KB 263/713 KB 352/1044 KB 260/1063 KB 820/1267 KB 1380/1710 KB 263/713 KB 340/1044 KB 256/1063 KB 816/1267 KB 1380/1710 KB 267/713 KB 352/1044 KB 260/1063 KB 820/1267 KB 1380/1710 KB 271/713 KB 352/1044 KB 260/1063 KB 820/1267 KB 1380/1710 KB 275/713 KB 352/1044 KB 260/1063 KB 820/1267 KB 1380/1710 KB 263/713 KB 340/1044 KB 260/1063 KB 820/1267 KB 1380/1710 KB 275/713 KB 352/1044 KB 264/1063 KB 820/1267 KB 1384/1710 KB 263/713 KB 340/1044 KB 256/1063 KB 820/1267 KB 1380/1710 KB 279/713 KB 352/1044 KB 264/1063 KB 824/1267 KB 1384/1710 KB 279/713 KB 352/1044 KB 264/1063 KB 828/1267 KB 1384/1710 KB 279/713 KB 352/1044 KB 264/1063 KB 832/1267 KB 1384/1710 KB 279/713 KB 352/1044 KB 264/1063 KB 836/1267 KB 1384/1710 KB 279/713 KB 356/1044 KB 268/1063 KB 840/1267 KB 1384/1710 KB 279/713 KB 356/1044 KB 268/1063 KB 844/1267 KB 1384/1710 KB 279/713 KB 352/1044 KB 264/1063 KB 820/1267 KB 1384/1710 KB 283/713 KB 356/1044 KB 268/1063 KB 844/1267 KB 1384/1710 KB 287/713 KB 356/1044 KB 268/1063 KB 844/1267 KB 1384/1710 KB 275/713 KB 352/1044 KB 260/1063 KB 820/1267 KB 1384/1710 KB 287/713 KB 356/1044 KB 268/1063 KB 844/1267 KB 1388/1710 KB 287/713 KB 356/1044 KB 268/1063 KB 844/1267 KB 1392/ unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 1710 KB 287/713 KB 356/1044 KB 268/1063 KB 844/1267 KB 1396/1710 KB 291/713 KB 356/1044 KB 268/1063 KB 848/1267 KB 1400/1710 KB 291/713 KB 356/1044 KB 268/1063 KB 848/1267 KB 1404/1710 KB 291/713 KB 356/1044 KB 268/1063 KB 848/1267 KB 1408/1710 KB 291/713 KB 356/1044 KB 268/1063 KB 848/1267 KB 1412/1710 KB 291/713 KB 356/1044 KB 268/1063 KB 848/1267 KB 1416/1710 KB 291/713 KB 356/1044 KB 268/1063 KB 848/1267 KB 1420/1710 KB 291/713 KB 356/1044 KB 268/1063 KB 848/1267 KB 1424/1710 KB 279/713 KB 356/1044 KB 268/1063 KB 836/1267 KB 1384/1710 KB 279/713 KB 352/1044 KB 268/1063 KB 836/1267 KB 1384/1710 KB 291/713 KB 356/1044 KB 272/1063 KB 848/1267 KB 1424/1710 KB 291/713 KB 356/1044 KB 276/1063 KB 848/1267 KB 1424/1710 KB 291/713 KB 360/1044 KB 280/1063 KB 848/1267 KB 1424/1710 KB 291/713 KB 360/1044 KB 284/1063 KB 848/1267 KB 1424/1710 KB 291/713 KB 360/1044 KB 288/1063 KB 848/1267 KB 1424/1710 KB 291/713 KB 356/1044 KB 268/1063 KB 848/1267 KB 1396/1710 KB 291/713 KB 356/1044 KB 268/1063 KB 844/1267 KB 1396/1710 KB 295/713 KB 360/1044 KB 288/1063 KB 848/1267 KB 1424/1710 KB 291/713 KB 360/1044 KB 276/1063 KB 848/1267 KB 1424/1710 KB 295/713 KB 364/1044 KB 288/1063 KB 848/1267 KB 1424/1710 KB 295/713 KB 368/1044 KB 288/1063 KB 848/1267 KB 1424/1710 KB 295/713 KB 372/1044 KB 288/1063 KB 848/1267 KB 1424/1710 KB 299/713 KB 376/1044 KB 292/1063 KB 852/1267 KB 1424/1710 KB 299/713 KB 380/1044 KB 292/1063 KB 852/1267 KB 1424/1710 KB 299/713 KB 384/1044 KB 292/1063 KB 852/1267 KB 1424/1710 KB 299/713 KB 372/1044 KB 292/1063 KB 852/1267 KB 1424/1710 KB 299/713 KB 384/1044 KB 296/1063 KB 852/1267 KB 1424/1710 KB 299/713 KB 384/1044 KB 300/1063 KB 852/1267 KB 1424/1710 KB 299/713 KB 384/1044 KB 304/1063 KB 852/1267 KB 1424/1710 KB 299/713 KB 384/1044 KB 308/1063 KB 852/1267 KB 1424/1710 KB 299/713 KB 388/1044 KB 312/1063 KB 852/1267 KB 1428/1710 KB 299/713 KB 388/1044 KB 316/1063 KB 852/1267 KB 1428/1710 KB 299/713 KB 388/1044 KB 320/1063 KB 852/1267 KB 1428/1710 KB 299/713 KB 372/1044 KB 288/1063 KB 852/1267 KB 1424/1710 KB 299/713 KB 388/1044 KB 320/1063 KB 856/1267 KB 1428/1710 KB 299/713 KB 388/1044 KB 320/1063 KB 860/1267 KB 1428/1710 KB 299/713 KB 388/1044 KB 320/1063 KB 864/1267 KB 1428/1710 KB 299/713 KB 372/1044 KB 288/1063 KB 848/1267 KB 1424/1710 KB 303/713 KB 388/1044 KB 320/1063 KB 864/1267 KB 1428/1710 KB 307/713 KB 388/1044 KB 320/1063 KB 864/1267 KB 1428/1710 KB 311/713 KB 388/1044 KB 320/1063 KB 868/1267 KB 1428/1710 KB 315/713 KB 388/1044 KB 320/1063 KB 868/1267 KB 1428/1710 KB 319/713 KB 388/1044 KB 320/1063 KB 868/1267 KB 1428/1710 KB 299/713 KB 388/1044 KB 308/1063 KB 852/1267 KB 1428/1710 KB 319/713 KB 392/1044 KB 320/1063 KB 868/1267 KB 1428/1710 KB 319/713 KB 396/1044 KB 320/1063 KB 868/1267 KB 1428/1710 KB 319/713 KB 400/1044 KB 320/1063 KB 868/1267 KB 1428/1710 KB 319/713 KB 404/1044 KB 320/1063 KB 868/1267 KB 1428/1710 KB 323/713 KB 408/1044 KB 324/1063 KB 868/1267 KB 1428/1710 KB 323/713 KB 412/1044 KB 324/1063 KB 868/1267 KB 1428/1710 KB 323/713 KB 416/1044 KB 324/1063 KB 868/1267 KB 1428/1710 KB 299/713 KB 384/1044 KB 308/1063 KB 852/1267 KB 1428/1710 KB 323/713 KB 416/1044 KB 324/1063 KB 868/1267 KB 1432/1710 KB 323/713 KB 416/1044 KB 324/1063 KB 868/1267 KB 1436/1710 KB 323/713 KB 416/1044 KB 324/1063 KB 868/1267 KB 1440/1710 KB 323/713 KB 416/1044 KB 324/1063 KB 868/1267 KB 1444/1710 KB 323/713 KB 420/1044 KB 324/1063 KB 868/1267 KB 1448/1710 KB 323/713 KB 404/1044 KB 324/1063 KB unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 868/1267 KB 1428/1710 KB 323/713 KB 420/1044 KB 328/1063 KB 868/1267 KB 1452/1710 KB 323/713 KB 404/1044 KB 320/1063 KB 868/1267 KB 1428/1710 KB 307/713 KB 388/1044 KB 320/1063 KB 868/1267 KB 1428/1710 KB 323/713 KB 420/1044 KB 328/1063 KB 872/1267 KB 1452/1710 KB 323/713 KB 420/1044 KB 328/1063 KB 876/1267 KB 1452/1710 KB 323/713 KB 420/1044 KB 328/1063 KB 880/1267 KB 1452/1710 KB 323/713 KB 420/1044 KB 328/1063 KB 884/1267 KB 1452/1710 KB 327/713 KB 420/1044 KB 332/1063 KB 888/1267 KB 1452/1710 KB 327/713 KB 420/1044 KB 332/1063 KB 892/1267 KB 1452/1710 KB 327/713 KB 420/1044 KB 332/1063 KB 896/1267 KB 1452/1710 KB 323/713 KB 420/1044 KB 324/1063 KB 868/1267 KB 1452/1710 KB 323/713 KB 420/1044 KB 324/1063 KB 868/1267 KB 1444/1710 KB 327/713 KB 424/1044 KB 332/1063 KB 896/1267 KB 1452/1710 KB 327/713 KB 428/1044 KB 332/1063 KB 900/1267 KB 1456/1710 KB 327/713 KB 432/1044 KB 332/1063 KB 900/1267 KB 1456/1710 KB 327/713 KB 420/1044 KB 332/1063 KB 884/1267 KB 1452/1710 KB 327/713 KB 420/1044 KB 328/1063 KB 884/1267 KB 1452/1710 KB 331/713 KB 432/1044 KB 332/1063 KB 900/1267 KB 1456/1710 KB 335/713 KB 432/1044 KB 332/1063 KB 900/1267 KB 1456/1710 KB 339/713 KB 432/1044 KB 332/1063 KB 900/1267 KB 1456/1710 KB 343/713 KB 432/1044 KB 336/1063 KB 900/1267 KB 1456/1710 KB 347/713 KB 432/1044 KB 336/1063 KB 900/1267 KB 1456/1710 KB 351/713 KB 432/1044 KB 336/1063 KB 900/1267 KB 1456/1710 KB 355/713 KB 432/1044 KB 336/1063 KB 900/1267 KB 1456/1710 KB 359/713 KB 432/1044 KB 336/1063 KB 900/1267 KB 1456/1710 KB 363/713 KB 432/1044 KB 336/1063 KB 900/1267 KB 1456/1710 KB 367/713 KB 432/1044 KB 336/1063 KB 900/1267 KB 1456/1710 KB 367/713 KB 436/1044 KB 336/1063 KB 900/1267 KB 1456/1710 KB 367/713 KB 440/1044 KB 336/1063 KB 900/1267 KB 1456/1710 KB 371/713 KB 444/1044 KB 336/1063 KB 900/1267 KB 1456/1710 KB 371/713 KB 448/1044 KB 336/1063 KB 900/1267 KB 1456/1710 KB 371/713 KB 452/1044 KB 336/1063 KB 900/1267 KB 1456/1710 KB 371/713 KB 456/1044 KB 336/1063 KB 900/1267 KB 1456/1710 KB 371/713 KB 460/1044 KB 336/1063 KB 900/1267 KB 1456/1710 KB 371/713 KB 464/1044 KB 336/1063 KB 900/1267 KB 1456/1710 KB 371/713 KB 468/1044 KB 336/1063 KB 900/1267 KB 1456/1710 KB 327/713 KB 424/1044 KB 332/1063 KB 900/1267 KB 1456/1710 KB 327/713 KB 424/1044 KB 332/1063 KB 896/1267 KB 1456/1710 KB 371/713 KB 468/1044 KB 336/1063 KB 900/1267 KB 1460/1710 KB 371/713 KB 468/1044 KB 336/1063 KB 900/1267 KB 1464/1710 KB 371/713 KB 468/1044 KB 336/1063 KB 900/1267 KB 1468/1710 KB 371/713 KB 468/1044 KB 336/1063 KB 900/1267 KB 1472/1710 KB 371/713 KB 468/1044 KB 336/1063 KB 904/1267 KB 1476/1710 KB 371/713 KB 468/1044 KB 336/1063 KB 904/1267 KB 1480/1710 KB 371/713 KB 468/1044 KB 336/1063 KB 904/1267 KB 1484/1710 KB 371/713 KB 468/1044 KB 336/1063 KB 904/1267 KB 1488/1710 KB 371/713 KB 440/1044 KB 336/1063 KB 900/1267 KB 1456/1710 KB 339/713 KB 432/1044 KB 336/1063 KB 900/1267 KB 1456/1710 KB 371/713 KB 468/1044 KB 340/1063 KB 904/1267 KB 1488/1710 KB 371/713 KB 468/1044 KB 344/1063 KB 904/1267 KB 1488/1710 KB 371/713 KB 468/1044 KB 348/1063 KB 904/1267 KB 1488/1710 KB 371/713 KB 468/1044 KB 352/1063 KB 904/1267 KB 1488/1710 KB 371/713 KB 468/1044 KB 356/1063 KB 904/1267 KB 1488/1710 KB 371/713 KB 468/1044 KB 360/1063 KB 904/1267 KB 1488/1710 KB 371/713 KB 468/1044 KB 364/1063 KB 904/1267 KB 1488/1710 KB 371/713 KB 468/1044 KB 368/1063 KB 904/1267 KB 1488/1710 KB 371/713 KB 468/1044 KB 336/1063 KB 904/1267 KB 1472/1710 KB 371/713 KB 468 unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install /1044 KB 368/1063 KB 908/1267 KB 1488/1710 KB 371/713 KB 468/1044 KB 368/1063 KB 912/1267 KB 1488/1710 KB 371/713 KB 468/1044 KB 368/1063 KB 916/1267 KB 1488/1710 KB 375/713 KB 468/1044 KB 372/1063 KB 920/1267 KB 1488/1710 KB 375/713 KB 468/1044 KB 372/1063 KB 924/1267 KB 1488/1710 KB 375/713 KB 468/1044 KB 372/1063 KB 928/1267 KB 1488/1710 KB 375/713 KB 468/1044 KB 372/1063 KB 932/1267 KB 1488/1710 KB 375/713 KB 472/1044 KB 372/1063 KB 936/1267 KB 1492/1710 KB 375/713 KB 472/1044 KB 372/1063 KB 940/1267 KB 1492/1710 KB 375/713 KB 472/1044 KB 372/1063 KB 944/1267 KB 1492/1710 KB 375/713 KB 468/1044 KB 372/1063 KB 916/1267 KB 1488/1710 KB 375/713 KB 472/1044 KB 376/1063 KB 944/1267 KB 1492/1710 KB 375/713 KB 472/1044 KB 380/1063 KB 944/1267 KB 1492/1710 KB 375/713 KB 472/1044 KB 384/1063 KB 944/1267 KB 1492/1710 KB 375/713 KB 468/1044 KB 368/1063 KB 916/1267 KB 1488/1710 KB 379/713 KB 472/1044 KB 384/1063 KB 944/1267 KB 1492/1710 KB 383/713 KB 472/1044 KB 384/1063 KB 944/1267 KB 1492/1710 KB 387/713 KB 472/1044 KB 384/1063 KB 944/1267 KB 1492/1710 KB 391/713 KB 472/1044 KB 384/1063 KB 944/1267 KB 1492/1710 KB 395/713 KB 472/1044 KB 388/1063 KB 944/1267 KB 1492/1710 KB 399/713 KB 472/1044 KB 388/1063 KB 944/1267 KB 1492/1710 KB 403/713 KB 472/1044 KB 388/1063 KB 944/1267 KB 1492/1710 KB 407/713 KB 472/1044 KB 388/1063 KB 944/1267 KB 1492/1710 KB 411/713 KB 472/1044 KB 388/1063 KB 944/1267 KB 1492/1710 KB 415/713 KB 472/1044 KB 388/1063 KB 944/1267 KB 1492/1710 KB 419/713 KB 472/1044 KB 388/1063 KB 944/1267 KB 1492/1710 KB 423/713 KB 472/1044 KB 388/1063 KB 948/1267 KB 1492/1710 KB 427/713 KB 472/1044 KB 388/1063 KB 948/1267 KB 1492/1710 KB 431/713 KB 472/1044 KB 388/1063 KB 948/1267 KB 1492/1710 KB 375/713 KB 472/1044 KB 372/1063 KB 932/1267 KB 1492/1710 KB 431/713 KB 476/1044 KB 388/1063 KB 948/1267 KB 1492/1710 KB 431/713 KB 480/1044 KB 388/1063 KB 948/1267 KB 1492/1710 KB 375/713 KB 468/1044 KB 372/1063 KB 932/1267 KB 1492/1710 KB 431/713 KB 480/1044 KB 388/1063 KB 948/1267 KB 1496/1710 KB 431/713 KB 480/1044 KB 388/1063 KB 948/1267 KB 1500/1710 KB 431/713 KB 480/1044 KB 388/1063 KB 948/1267 KB 1504/1710 KB 431/713 KB 480/1044 KB 388/1063 KB 948/1267 KB 1508/1710 KB 431/713 KB 480/1044 KB 388/1063 KB 948/1267 KB 1512/1710 KB 431/713 KB 484/1044 KB 388/1063 KB 948/1267 KB 1516/1710 KB 431/713 KB 484/1044 KB 388/1063 KB 948/1267 KB 1520/1710 KB 431/713 KB 484/1044 KB 388/1063 KB 948/1267 KB 1524/1710 KB 431/713 KB 484/1044 KB 388/1063 KB 948/1267 KB 1528/1710 KB 431/713 KB 484/1044 KB 388/1063 KB 948/1267 KB 1532/1710 KB 419/713 KB 472/1044 KB 388/1063 KB 948/1267 KB 1492/1710 KB 431/713 KB 484/1044 KB 388/1063 KB 952/1267 KB 1532/1710 KB 431/713 KB 484/1044 KB 388/1063 KB 956/1267 KB 1532/1710 KB 431/713 KB 484/1044 KB 388/1063 KB 960/1267 KB 1532/1710 KB 391/713 KB 472/1044 KB 388/1063 KB 944/1267 KB 1492/1710 KB 431/713 KB 484/1044 KB 392/1063 KB 960/1267 KB 1532/1710 KB 431/713 KB 484/1044 KB 396/1063 KB 960/1267 KB 1532/1710 KB 431/713 KB 484/1044 KB 400/1063 KB 960/1267 KB 1532/1710 KB 431/713 KB 484/1044 KB 404/1063 KB 960/1267 KB 1532/1710 KB 431/713 KB 484/1044 KB 408/1063 KB 960/1267 KB 1532/1710 KB 431/713 KB 484/1044 KB 412/1063 KB 960/1267 KB 1532/1710 KB 431/713 KB 484/1044 KB 416/1063 KB 960/1267 KB 1532/1710 KB 431/713 KB 484/1044 KB 388/1063 KB 948/1267 KB 1512/1710 KB 431/713 KB 488/1044 KB 416/1063 KB 960/1267 KB 1532/1710 KB 431/713 KB 492/1044 KB 416/1063 KB 960/1267 KB 1532/1710 unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install KB 431/713 KB 496/1044 KB 416/1063 KB 960/1267 KB 1532/1710 KB 431/713 KB 496/1044 KB 416/1063 KB 964/1267 KB 1532/1710 KB 435/713 KB 500/1044 KB 420/1063 KB 968/1267 KB 1532/1710 KB 435/713 KB 500/1044 KB 420/1063 KB 972/1267 KB 1532/1710 KB 435/713 KB 500/1044 KB 420/1063 KB 976/1267 KB 1532/1710 KB 435/713 KB 500/1044 KB 420/1063 KB 964/1267 KB 1532/1710 KB 439/713 KB 500/1044 KB 420/1063 KB 976/1267 KB 1532/1710 KB 443/713 KB 500/1044 KB 420/1063 KB 976/1267 KB 1532/1710 KB 447/713 KB 500/1044 KB 420/1063 KB 976/1267 KB 1532/1710 KB 451/713 KB 500/1044 KB 420/1063 KB 976/1267 KB 1532/1710 KB 455/713 KB 500/1044 KB 420/1063 KB 980/1267 KB 1532/1710 KB 459/713 KB 500/1044 KB 420/1063 KB 980/1267 KB 1532/1710 KB 431/713 KB 500/1044 KB 420/1063 KB 964/1267 KB 1532/1710 KB 459/713 KB 504/1044 KB 420/1063 KB 980/1267 KB 1532/1710 KB 459/713 KB 508/1044 KB 420/1063 KB 980/1267 KB 1532/1710 KB 459/713 KB 512/1044 KB 420/1063 KB 980/1267 KB 1532/1710 KB 431/713 KB 496/1044 KB 420/1063 KB 964/1267 KB 1532/1710 KB 459/713 KB 512/1044 KB 424/1063 KB 980/1267 KB 1532/1710 KB 459/713 KB 512/1044 KB 428/1063 KB 980/1267 KB 1532/1710 KB 459/713 KB 512/1044 KB 432/1063 KB 980/1267 KB 1532/1710 KB 459/713 KB 512/1044 KB 436/1063 KB 980/1267 KB 1532/1710 KB 459/713 KB 516/1044 KB 440/1063 KB 980/1267 KB 1532/1710 KB 459/713 KB 516/1044 KB 444/1063 KB 980/1267 KB 1532/1710 KB 459/713 KB 516/1044 KB 448/1063 KB 980/1267 KB 1532/1710 KB 451/713 KB 500/1044 KB 420/1063 KB 980/1267 KB 1532/1710 KB 463/713 KB 516/1044 KB 448/1063 KB 984/1267 KB 1532/1710 KB 463/713 KB 516/1044 KB 448/1063 KB 988/1267 KB 1532/1710 KB 463/713 KB 516/1044 KB 448/1063 KB 992/1267 KB 1532/1710 KB 463/713 KB 516/1044 KB 448/1063 KB 996/1267 KB 1532/1710 KB 463/713 KB 516/1044 KB 452/1063 KB 1000/1267 KB 1532/1710 KB 463/713 KB 516/1044 KB 452/1063 KB 1004/1267 KB 1532/1710 KB 463/713 KB 516/1044 KB 452/1063 KB 1008/1267 KB 1532/1710 KB 463/713 KB 516/1044 KB 448/1063 KB 980/1267 KB 1532/1710 KB 459/713 KB 516/1044 KB 436/1063 KB 980/1267 KB 1532/1710 KB 463/713 KB 520/1044 KB 452/1063 KB 1008/1267 KB 1532/1710 KB 463/713 KB 524/1044 KB 452/1063 KB 1008/1267 KB 1532/1710 KB 463/713 KB 528/1044 KB 452/1063 KB 1008/1267 KB 1532/1710 KB 463/713 KB 532/1044 KB 452/1063 KB 1008/1267 KB 1532/1710 KB 467/713 KB 536/1044 KB 452/1063 KB 1008/1267 KB 1532/1710 KB 467/713 KB 540/1044 KB 452/1063 KB 1008/1267 KB 1532/1710 KB 467/713 KB 544/1044 KB 452/1063 KB 1008/1267 KB 1532/1710 KB 463/713 KB 516/1044 KB 452/1063 KB 996/1267 KB 1532/1710 KB 467/713 KB 544/1044 KB 456/1063 KB 1008/1267 KB 1532/1710 KB 467/713 KB 544/1044 KB 460/1063 KB 1008/1267 KB 1532/1710 KB 467/713 KB 544/1044 KB 464/1063 KB 1008/1267 KB 1532/1710 KB 467/713 KB 544/1044 KB 468/1063 KB 1008/1267 KB 1532/1710 KB 467/713 KB 548/1044 KB 472/1063 KB 1012/1267 KB 1532/1710 KB 467/713 KB 548/1044 KB 476/1063 KB 1012/1267 KB 1532/1710 KB 467/713 KB 532/1044 KB 452/1063 KB 1008/1267 KB 1532/1710 KB 471/713 KB 548/1044 KB 476/1063 KB 1012/1267 KB 1532/1710 KB 475/713 KB 548/1044 KB 476/1063 KB 1012/1267 KB 1532/1710 KB 479/713 KB 548/1044 KB 476/1063 KB 1012/1267 KB 1532/1710 KB 483/713 KB 548/1044 KB 476/1063 KB 1012/1267 KB 1532/1710 KB 487/713 KB 548/1044 KB 476/1063 KB 1012/1267 KB 1532/1710 KB 491/713 KB 548/1044 KB 476/1063 KB 1012/1267 KB 1532/1710 KB 467/713 KB 548/1044 KB 468/1063 KB 1012/1267 KB 1532/1710 KB 491/713 KB 548/1044 KB 480/1063 KB 1016/1267 KB 1532/1710 KB 491/713 KB 548/1 unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 044 KB 480/1063 KB 1020/1267 KB 1532/1710 KB 491/713 KB 548/1044 KB 480/1063 KB 1024/1267 KB 1532/1710 KB 467/713 KB 548/1044 KB 468/1063 KB 1008/1267 KB 1532/1710 KB 491/713 KB 552/1044 KB 480/1063 KB 1024/1267 KB 1532/1710 KB 491/713 KB 556/1044 KB 480/1063 KB 1024/1267 KB 1532/1710 KB 491/713 KB 560/1044 KB 480/1063 KB 1024/1267 KB 1532/1710 KB 491/713 KB 548/1044 KB 480/1063 KB 1012/1267 KB 1532/1710 KB 491/713 KB 560/1044 KB 480/1063 KB 1028/1267 KB 1532/1710 KB 495/713 KB 564/1044 KB 484/1063 KB 1032/1267 KB 1536/1710 KB 495/713 KB 564/1044 KB 484/1063 KB 1036/1267 KB 1536/1710 KB 495/713 KB 564/1044 KB 484/1063 KB 1040/1267 KB 1536/1710 KB 495/713 KB 564/1044 KB 484/1063 KB 1028/1267 KB 1536/1710 KB 495/713 KB 568/1044 KB 484/1063 KB 1040/1267 KB 1536/1710 KB 495/713 KB 572/1044 KB 484/1063 KB 1040/1267 KB 1536/1710 KB 495/713 KB 576/1044 KB 484/1063 KB 1040/1267 KB 1536/1710 KB 495/713 KB 560/1044 KB 484/1063 KB 1028/1267 KB 1536/1710 KB 495/713 KB 576/1044 KB 488/1063 KB 1040/1267 KB 1536/1710 KB 495/713 KB 576/1044 KB 492/1063 KB 1040/1267 KB 1536/1710 KB 495/713 KB 576/1044 KB 496/1063 KB 1040/1267 KB 1536/1710 KB 495/713 KB 560/1044 KB 480/1063 KB 1028/1267 KB 1536/1710 KB 495/713 KB 560/1044 KB 480/1063 KB 1028/1267 KB 1532/1710 KB 499/713 KB 576/1044 KB 496/1063 KB 1040/1267 KB 1536/1710 KB 503/713 KB 576/1044 KB 496/1063 KB 1040/1267 KB 1540/1710 KB 507/713 KB 576/1044 KB 496/1063 KB 1040/1267 KB 1540/1710 KB 511/713 KB 576/1044 KB 496/1063 KB 1040/1267 KB 1540/1710 KB 515/713 KB 580/1044 KB 500/1063 KB 1040/1267 KB 1540/1710 KB 519/713 KB 580/1044 KB 500/1063 KB 1044/1267 KB 1540/1710 KB 523/713 KB 580/1044 KB 500/1063 KB 1044/1267 KB 1540/1710 KB 527/713 KB 580/1044 KB 500/1063 KB 1044/1267 KB 1540/1710 KB 531/713 KB 580/1044 KB 500/1063 KB 1044/1267 KB 1540/1710 KB 535/713 KB 580/1044 KB 500/1063 KB 1044/1267 KB 1540/1710 KB 499/713 KB 576/1044 KB 496/1063 KB 1040/1267 KB 1540/1710 KB 535/713 KB 580/1044 KB 500/1063 KB 1044/1267 KB 1544/1710 KB 535/713 KB 580/1044 KB 500/1063 KB 1044/1267 KB 1548/1710 KB 535/713 KB 580/1044 KB 500/1063 KB 1044/1267 KB 1552/1710 KB 535/713 KB 580/1044 KB 500/1063 KB 1044/1267 KB 1556/1710 KB 535/713 KB 580/1044 KB 500/1063 KB 1044/1267 KB 1560/1710 KB 535/713 KB 580/1044 KB 500/1063 KB 1044/1267 KB 1564/1710 KB 535/713 KB 580/1044 KB 500/1063 KB 1044/1267 KB 1568/1710 KB 515/713 KB 580/1044 KB 500/1063 KB 1044/1267 KB 1540/1710 KB 535/713 KB 580/1044 KB 500/1063 KB 1048/1267 KB 1568/1710 KB 535/713 KB 580/1044 KB 500/1063 KB 1052/1267 KB 1568/1710 KB 535/713 KB 580/1044 KB 500/1063 KB 1056/1267 KB 1568/1710 KB 511/713 KB 580/1044 KB 500/1063 KB 1040/1267 KB 1540/1710 KB 535/713 KB 584/1044 KB 500/1063 KB 1056/1267 KB 1568/1710 KB 535/713 KB 588/1044 KB 500/1063 KB 1056/1267 KB 1568/1710 KB 535/713 KB 592/1044 KB 500/1063 KB 1056/1267 KB 1568/1710 KB 511/713 KB 576/1044 KB 500/1063 KB 1040/1267 KB 1540/1710 KB 535/713 KB 592/1044 KB 504/1063 KB 1056/1267 KB 1568/1710 KB 535/713 KB 592/1044 KB 508/1063 KB 1056/1267 KB 1568/1710 KB 535/713 KB 592/1044 KB 512/1063 KB 1056/1267 KB 1568/1710 KB 535/713 KB 596/1044 KB 512/1063 KB 1056/1267 KB 1568/1710 KB 535/713 KB 600/1044 KB 516/1063 KB 1060/1267 KB 1572/1710 KB 535/713 KB 604/1044 KB 516/1063 KB 1060/1267 KB 1572/1710 KB 535/713 KB 608/1044 KB 516/1063 KB 1060/1267 KB 1572/1710 KB 535/713 KB 596/1044 KB 516/1063 KB 1060/1267 KB 1572/1710 KB 535/713 KB 596/1044 KB 516/1063 KB 1060/1267 KB 1568/1710 KB 539/713 KB unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 608/1044 KB 520/1063 KB 1060/1267 KB 1572/1710 KB 539/713 KB 608/1044 KB 524/1063 KB 1060/1267 KB 1572/1710 KB 539/713 KB 608/1044 KB 528/1063 KB 1060/1267 KB 1572/1710 KB 539/713 KB 608/1044 KB 532/1063 KB 1060/1267 KB 1572/1710 KB 539/713 KB 612/1044 KB 536/1063 KB 1060/1267 KB 1576/1710 KB 539/713 KB 612/1044 KB 540/1063 KB 1060/1267 KB 1576/1710 KB 539/713 KB 612/1044 KB 544/1063 KB 1060/1267 KB 1576/1710 KB 539/713 KB 612/1044 KB 548/1063 KB 1060/1267 KB 1576/1710 KB 539/713 KB 612/1044 KB 552/1063 KB 1060/1267 KB 1576/1710 KB 535/713 KB 596/1044 KB 512/1063 KB 1060/1267 KB 1568/1710 KB 539/713 KB 612/1044 KB 552/1063 KB 1064/1267 KB 1576/1710 KB 539/713 KB 612/1044 KB 552/1063 KB 1068/1267 KB 1576/1710 KB 539/713 KB 612/1044 KB 552/1063 KB 1072/1267 KB 1576/1710 KB 539/713 KB 612/1044 KB 552/1063 KB 1076/1267 KB 1576/1710 KB 539/713 KB 612/1044 KB 552/1063 KB 1080/1267 KB 1576/1710 KB 539/713 KB 612/1044 KB 552/1063 KB 1084/1267 KB 1576/1710 KB 539/713 KB 612/1044 KB 552/1063 KB 1088/1267 KB 1576/1710 KB 539/713 KB 612/1044 KB 532/1063 KB 1060/1267 KB 1576/1710 KB 539/713 KB 616/1044 KB 552/1063 KB 1088/1267 KB 1576/1710 KB 539/713 KB 620/1044 KB 552/1063 KB 1088/1267 KB 1576/1710 KB 539/713 KB 624/1044 KB 552/1063 KB 1088/1267 KB 1576/1710 KB 539/713 KB 608/1044 KB 532/1063 KB 1060/1267 KB 1576/1710 KB 539/713 KB 624/1044 KB 552/1063 KB 1088/1267 KB 1580/1710 KB 539/713 KB 624/1044 KB 552/1063 KB 1088/1267 KB 1584/1710 KB 539/713 KB 608/1044 KB 516/1063 KB 1060/1267 KB 1572/1710 KB 543/713 KB 624/1044 KB 552/1063 KB 1088/1267 KB 1584/1710 KB 547/713 KB 624/1044 KB 552/1063 KB 1088/1267 KB 1584/1710 KB 551/713 KB 624/1044 KB 552/1063 KB 1088/1267 KB 1588/1710 KB 555/713 KB 624/1044 KB 552/1063 KB 1088/1267 KB 1588/1710 KB 559/713 KB 624/1044 KB 552/1063 KB 1088/1267 KB 1588/1710 KB 563/713 KB 624/1044 KB 552/1063 KB 1088/1267 KB 1588/1710 KB 567/713 KB 628/1044 KB 552/1063 KB 1092/1267 KB 1588/1710 KB 547/713 KB 624/1044 KB 552/1063 KB 1088/1267 KB 1588/1710 KB 567/713 KB 628/1044 KB 556/1063 KB 1092/1267 KB 1592/1710 KB 567/713 KB 628/1044 KB 556/1063 KB 1092/1267 KB 1596/1710 KB 567/713 KB 628/1044 KB 556/1063 KB 1092/1267 KB 1600/1710 KB 567/713 KB 628/1044 KB 556/1063 KB 1092/1267 KB 1604/1710 KB 567/713 KB 628/1044 KB 556/1063 KB 1092/1267 KB 1588/1710 KB 571/713 KB 628/1044 KB 560/1063 KB 1092/1267 KB 1604/1710 KB 563/713 KB 628/1044 KB 552/1063 KB 1092/1267 KB 1588/1710 KB 571/713 KB 632/1044 KB 560/1063 KB 1092/1267 KB 1604/1710 KB 571/713 KB 636/1044 KB 560/1063 KB 1092/1267 KB 1604/1710 KB 571/713 KB 640/1044 KB 560/1063 KB 1092/1267 KB 1604/1710 KB 563/713 KB 624/1044 KB 552/1063 KB 1092/1267 KB 1588/1710 KB 571/713 KB 640/1044 KB 560/1063 KB 1096/1267 KB 1604/1710 KB 571/713 KB 640/1044 KB 560/1063 KB 1100/1267 KB 1604/1710 KB 571/713 KB 640/1044 KB 560/1063 KB 1104/1267 KB 1604/1710 KB 571/713 KB 644/1044 KB 560/1063 KB 1108/1267 KB 1604/1710 KB 571/713 KB 644/1044 KB 564/1063 KB 1112/1267 KB 1608/1710 KB 571/713 KB 644/1044 KB 564/1063 KB 1116/1267 KB 1608/1710 KB 571/713 KB 644/1044 KB 564/1063 KB 1120/1267 KB 1608/1710 KB 571/713 KB 628/1044 KB 556/1063 KB 1092/1267 KB 1604/1710 KB 575/713 KB 644/1044 KB 564/1063 KB 1120/1267 KB 1608/1710 KB 579/713 KB 644/1044 KB 564/1063 KB 1120/1267 KB 1608/1710 KB 583/713 KB 644/1044 KB 564/1063 KB 1120/1267 KB 1608/1710 KB 587/713 KB 644/1044 KB 564/1063 KB 1120/1267 KB 1608/1710 KB 591/713 KB 644/1044 KB 564/1063 KB 1120/1267 KB 1608/1710 KB 57 unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 1/713 KB 644/1044 KB 564/1063 KB 1108/1267 KB 1608/1710 KB 591/713 KB 644/1044 KB 568/1063 KB 1120/1267 KB 1608/1710 KB 591/713 KB 644/1044 KB 572/1063 KB 1120/1267 KB 1608/1710 KB 571/713 KB 644/1044 KB 560/1063 KB 1108/1267 KB 1608/1710 KB 591/713 KB 644/1044 KB 572/1063 KB 1120/1267 KB 1612/1710 KB 591/713 KB 644/1044 KB 572/1063 KB 1120/1267 KB 1616/1710 KB 591/713 KB 644/1044 KB 572/1063 KB 1120/1267 KB 1620/1710 KB 571/713 KB 644/1044 KB 560/1063 KB 1104/1267 KB 1604/1710 KB 591/713 KB 648/1044 KB 576/1063 KB 1120/1267 KB 1620/1710 KB 591/713 KB 652/1044 KB 576/1063 KB 1120/1267 KB 1620/1710 KB 591/713 KB 656/1044 KB 576/1063 KB 1120/1267 KB 1620/1710 KB 591/713 KB 660/1044 KB 576/1063 KB 1120/1267 KB 1620/1710 KB 595/713 KB 664/1044 KB 576/1063 KB 1124/1267 KB 1624/1710 KB 591/713 KB 644/1044 KB 576/1063 KB 1120/1267 KB 1620/1710 KB 595/713 KB 664/1044 KB 580/1063 KB 1124/1267 KB 1624/1710 KB 595/713 KB 664/1044 KB 584/1063 KB 1124/1267 KB 1624/1710 KB 595/713 KB 668/1044 KB 588/1063 KB 1124/1267 KB 1624/1710 KB 595/713 KB 668/1044 KB 592/1063 KB 1124/1267 KB 1624/1710 KB 595/713 KB 668/1044 KB 596/1063 KB 1124/1267 KB 1624/1710 KB 595/713 KB 668/1044 KB 600/1063 KB 1124/1267 KB 1624/1710 KB 595/713 KB 668/1044 KB 604/1063 KB 1124/1267 KB 1624/1710 KB 595/713 KB 668/1044 KB 608/1063 KB 1124/1267 KB 1624/1710 KB 595/713 KB 668/1044 KB 612/1063 KB 1124/1267 KB 1624/1710 KB 595/713 KB 660/1044 KB 576/1063 KB 1124/1267 KB 1624/1710 KB 591/713 KB 660/1044 KB 576/1063 KB 1124/1267 KB 1624/1710 KB 595/713 KB 668/1044 KB 612/1063 KB 1124/1267 KB 1628/1710 KB 595/713 KB 668/1044 KB 612/1063 KB 1124/1267 KB 1632/1710 KB 595/713 KB 668/1044 KB 612/1063 KB 1124/1267 KB 1636/1710 KB 591/713 KB 660/1044 KB 576/1063 KB 1124/1267 KB 1620/1710 KB 599/713 KB 668/1044 KB 612/1063 KB 1128/1267 KB 1636/1710 KB 599/713 KB 668/1044 KB 612/1063 KB 1132/1267 KB 1636/1710 KB 599/713 KB 668/1044 KB 612/1063 KB 1136/1267 KB 1636/1710 KB 599/713 KB 668/1044 KB 612/1063 KB 1124/1267 KB 1636/1710 KB 603/713 KB 668/1044 KB 612/1063 KB 1136/1267 KB 1636/1710 KB 607/713 KB 668/1044 KB 612/1063 KB 1136/1267 KB 1636/1710 KB 595/713 KB 668/1044 KB 584/1063 KB 1124/1267 KB 1624/1710 KB 607/713 KB 672/1044 KB 612/1063 KB 1136/1267 KB 1636/1710 KB 607/713 KB 672/1044 KB 612/1063 KB 1136/1267 KB 1640/1710 KB 607/713 KB 672/1044 KB 612/1063 KB 1136/1267 KB 1644/1710 KB 611/713 KB 672/1044 KB 612/1063 KB 1136/1267 KB 1648/1710 KB 611/713 KB 672/1044 KB 612/1063 KB 1140/1267 KB 1652/1710 KB 611/713 KB 676/1044 KB 612/1063 KB 1140/1267 KB 1656/1710 KB 611/713 KB 676/1044 KB 612/1063 KB 1140/1267 KB 1660/1710 KB 611/713 KB 676/1044 KB 612/1063 KB 1140/1267 KB 1664/1710 KB 611/713 KB 672/1044 KB 612/1063 KB 1136/1267 KB 1644/1710 KB 615/713 KB 676/1044 KB 612/1063 KB 1140/1267 KB 1664/1710 KB 619/713 KB 676/1044 KB 612/1063 KB 1140/1267 KB 1664/1710 KB 623/713 KB 676/1044 KB 612/1063 KB 1140/1267 KB 1664/1710 KB 611/713 KB 676/1044 KB 612/1063 KB 1140/1267 KB 1652/1710 KB 623/713 KB 680/1044 KB 612/1063 KB 1140/1267 KB 1664/1710 KB 623/713 KB 684/1044 KB 612/1063 KB 1140/1267 KB 1664/1710 KB 623/713 KB 688/1044 KB 612/1063 KB 1140/1267 KB 1664/1710 KB 611/713 KB 672/1044 KB 612/1063 KB 1140/1267 KB 1648/1710 KB 623/713 KB 688/1044 KB 612/1063 KB 1144/1267 KB 1664/1710 KB 623/713 KB 688/1044 KB 612/1063 KB 1148/1267 KB 1664/1710 KB 623/713 KB 688/1044 KB 612/1063 KB 1152/1267 KB 1664/1710 KB 623/713 KB 688/1044 KB 612/1063 KB 1156/1267 KB 1664/1710 unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install KB 627/713 KB 692/1044 KB 616/1063 KB 1160/1267 KB 1668/1710 KB 627/713 KB 692/1044 KB 616/1063 KB 1164/1267 KB 1668/1710 KB 627/713 KB 692/1044 KB 616/1063 KB 1156/1267 KB 1668/1710 KB 627/713 KB 692/1044 KB 620/1063 KB 1164/1267 KB 1668/1710 KB 627/713 KB 692/1044 KB 624/1063 KB 1164/1267 KB 1668/1710 KB 627/713 KB 692/1044 KB 628/1063 KB 1168/1267 KB 1668/1710 KB 627/713 KB 692/1044 KB 632/1063 KB 1168/1267 KB 1668/1710 KB 627/713 KB 692/1044 KB 636/1063 KB 1168/1267 KB 1668/1710 KB 627/713 KB 692/1044 KB 640/1063 KB 1168/1267 KB 1668/1710 KB 627/713 KB 692/1044 KB 644/1063 KB 1168/1267 KB 1668/1710 KB 627/713 KB 692/1044 KB 648/1063 KB 1168/1267 KB 1668/1710 KB 627/713 KB 692/1044 KB 652/1063 KB 1168/1267 KB 1668/1710 KB 627/713 KB 692/1044 KB 656/1063 KB 1168/1267 KB 1668/1710 KB 627/713 KB 692/1044 KB 660/1063 KB 1168/1267 KB 1668/1710 KB 627/713 KB 692/1044 KB 612/1063 KB 1156/1267 KB 1668/1710 KB 627/713 KB 692/1044 KB 660/1063 KB 1168/1267 KB 1672/1710 KB 627/713 KB 692/1044 KB 660/1063 KB 1168/1267 KB 1676/1710 KB 627/713 KB 692/1044 KB 660/1063 KB 1168/1267 KB 1680/1710 KB 627/713 KB 692/1044 KB 612/1063 KB 1156/1267 KB 1664/1710 KB 627/713 KB 696/1044 KB 660/1063 KB 1168/1267 KB 1680/1710 KB 627/713 KB 700/1044 KB 660/1063 KB 1168/1267 KB 1680/1710 KB 627/713 KB 704/1044 KB 660/1063 KB 1168/1267 KB 1680/1710 KB 627/713 KB 688/1044 KB 612/1063 KB 1156/1267 KB 1664/1710 KB 631/713 KB 704/1044 KB 660/1063 KB 1168/1267 KB 1680/1710 KB 635/713 KB 704/1044 KB 660/1063 KB 1168/1267 KB 1680/1710 KB 639/713 KB 704/1044 KB 660/1063 KB 1168/1267 KB 1680/1710 KB 627/713 KB 692/1044 KB 624/1063 KB 1168/1267 KB 1668/1710 KB 639/713 KB 704/1044 KB 660/1063 KB 1172/1267 KB 1680/1710 KB 643/713 KB 708/1044 KB 660/1063 KB 1176/1267 KB 1684/1710 KB 643/713 KB 708/1044 KB 660/1063 KB 1180/1267 KB 1684/1710 KB 643/713 KB 708/1044 KB 660/1063 KB 1184/1267 KB 1684/1710 KB 643/713 KB 708/1044 KB 660/1063 KB 1172/1267 KB 1684/1710 KB 643/713 KB 708/1044 KB 660/1063 KB 1184/1267 KB 1688/1710 KB 643/713 KB 708/1044 KB 660/1063 KB 1184/1267 KB 1692/1710 KB 643/713 KB 708/1044 KB 660/1063 KB 1184/1267 KB 1696/1710 KB 643/713 KB 708/1044 KB 660/1063 KB 1184/1267 KB 1700/1710 KB 643/713 KB 708/1044 KB 660/1063 KB 1188/1267 KB 1704/1710 KB 643/713 KB 708/1044 KB 660/1063 KB 1188/1267 KB 1708/1710 KB 643/713 KB 708/1044 KB 660/1063 KB 1172/1267 KB 1680/1710 KB 643/713 KB 712/1044 KB 660/1063 KB 1188/1267 KB 1708/1710 KB 643/713 KB 716/1044 KB 660/1063 KB 1188/1267 KB 1708/1710 KB 643/713 KB 720/1044 KB 660/1063 KB 1188/1267 KB 1708/1710 KB 643/713 KB 704/1044 KB 660/1063 KB 1172/1267 KB 1680/1710 KB 647/713 KB 720/1044 KB 660/1063 KB 1188/1267 KB 1708/1710 KB 651/713 KB 720/1044 KB 660/1063 KB 1188/1267 KB 1708/1710 KB 655/713 KB 720/1044 KB 660/1063 KB 1188/1267 KB 1708/1710 KB 655/713 KB 724/1044 KB 660/1063 KB 1188/1267 KB 1708/1710 KB 659/713 KB 728/1044 KB 660/1063 KB 1188/1267 KB 1708/1710 KB 659/713 KB 732/1044 KB 660/1063 KB 1188/1267 KB 1708/1710 KB 659/713 KB 736/1044 KB 660/1063 KB 1188/1267 KB 1708/1710 KB 643/713 KB 708/1044 KB 660/1063 KB 1188/1267 KB 1700/1710 KB 659/713 KB 736/1044 KB 660/1063 KB 1192/1267 KB 1708/1710 KB 659/713 KB 736/1044 KB 660/1063 KB 1196/1267 KB 1708/1710 KB 659/713 KB 736/1044 KB 660/1063 KB 1200/1267 KB 1708/1710 KB 659/713 KB 724/1044 KB 660/1063 KB 1188/1267 KB 1708/1710 KB 663/713 KB 736/1044 KB 660/1063 KB 1200/1267 KB 1708/1710 KB 667/713 KB 736/1044 KB 660/1063 KB 1200/1267 KB 17 unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 08/1710 KB 671/713 KB 736/1044 KB 660/1063 KB 1200/1267 KB 1708/1710 KB 675/713 KB 736/1044 KB 660/1063 KB 1200/1267 KB 1708/1710 KB 679/713 KB 740/1044 KB 664/1063 KB 1204/1267 KB 1710/1710 KB 683/713 KB 740/1044 KB 664/1063 KB 1204/1267 KB 1710/1710 KB 687/713 KB 740/1044 KB 664/1063 KB 1204/1267 KB 1710/1710 KB 675/713 KB 740/1044 KB 664/1063 KB 1204/1267 KB 1710/1710 KB 675/713 KB 740/1044 KB 660/1063 KB 1204/1267 KB 1710/1710 KB 687/713 KB 744/1044 KB 664/1063 KB 1204/1267 KB 1710/1710 KB 675/713 KB 736/1044 KB 660/1063 KB 1204/1267 KB 1710/1710 KB 687/713 KB 744/1044 KB 668/1063 KB 1208/1267 KB 1710/1710 KB 687/713 KB 744/1044 KB 668/1063 KB 1212/1267 KB 1710/1710 KB 687/713 KB 744/1044 KB 668/1063 KB 1216/1267 KB 1710/1710 KB 675/713 KB 736/1044 KB 660/1063 KB 1200/1267 KB 1710/1710 KB 687/713 KB 748/1044 KB 668/1063 KB 1216/1267 KB 1710/1710 KB 687/713 KB 752/1044 KB 668/1063 KB 1216/1267 KB 1710/1710 KB 687/713 KB 744/1044 KB 668/1063 KB 1204/1267 KB 1710/1710 KB 687/713 KB 752/1044 KB 672/1063 KB 1216/1267 KB 1710/1710 KB 687/713 KB 752/1044 KB 676/1063 KB 1216/1267 KB 1710/1710 KB 691/713 KB 756/1044 KB 680/1063 KB 1220/1267 KB 1710/1710 KB 691/713 KB 756/1044 KB 684/1063 KB 1220/1267 KB 1710/1710 KB 691/713 KB 756/1044 KB 688/1063 KB 1220/1267 KB 1710/1710 KB 691/713 KB 756/1044 KB 676/1063 KB 1220/1267 KB 1710/1710 KB 691/713 KB 756/1044 KB 688/1063 KB 1224/1267 KB 1710/1710 KB 691/713 KB 756/1044 KB 688/1063 KB 1228/1267 KB 1710/1710 KB 691/713 KB 756/1044 KB 688/1063 KB 1232/1267 KB 1710/1710 KB 691/713 KB 756/1044 KB 688/1063 KB 1236/1267 KB 1710/1710 KB 691/713 KB 756/1044 KB 692/1063 KB 1240/1267 KB 1710/1710 KB 691/713 KB 756/1044 KB 692/1063 KB 1244/1267 KB 1710/1710 KB 691/713 KB 756/1044 KB 692/1063 KB 1248/1267 KB 1710/1710 KB 691/713 KB 756/1044 KB 676/1063 KB 1216/1267 KB 1710/1710 KB 691/713 KB 760/1044 KB 692/1063 KB 1248/1267 KB 1710/1710 KB 691/713 KB 764/1044 KB 692/1063 KB 1248/1267 KB 1710/1710 KB 691/713 KB 768/1044 KB 692/1063 KB 1248/1267 KB 1710/1710 KB 691/713 KB 772/1044 KB 692/1063 KB 1248/1267 KB 1710/1710 KB 691/713 KB 752/1044 KB 676/1063 KB 1216/1267 KB 1710/1710 KB 695/713 KB 772/1044 KB 692/1063 KB 1248/1267 KB 1710/1710 KB 699/713 KB 772/1044 KB 692/1063 KB 1248/1267 KB 1710/1710 KB 703/713 KB 772/1044 KB 692/1063 KB 1248/1267 KB 1710/1710 KB 707/713 KB 772/1044 KB 692/1063 KB 1248/1267 KB 1710/1710 KB 691/713 KB 756/1044 KB 692/1063 KB 1236/1267 KB 1710/1710 KB 707/713 KB 772/1044 KB 696/1063 KB 1248/1267 KB 1710/1710 KB 707/713 KB 772/1044 KB 700/1063 KB 1248/1267 KB 1710/1710 KB 711/713 KB 772/1044 KB 700/1063 KB 1248/1267 KB 1710/1710 KB 713/713 KB 772/1044 KB 700/1063 KB 1248/1267 KB 1710/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar (1710 KB at 3269.4 KB/sec) unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 713/713 KB 772/1044 KB 704/1063 KB 1248/1267 KB 1710/1710 KB 713/713 KB 776/1044 KB 708/1063 KB 1252/1267 KB 713/713 KB 776/1044 KB 704/1063 KB 1252/1267 KB 713/713 KB 776/1044 KB 708/1063 KB 1256/1267 KB 713/713 KB 776/1044 KB 708/1063 KB 1260/1267 KB 713/713 KB 776/1044 KB 704/1063 KB 1248/1267 KB 713/713 KB 780/1044 KB 712/1063 KB 1260/1267 KB 713/713 KB 784/1044 KB 712/1063 KB 1260/1267 KB 713/713 KB 788/1044 KB 712/1063 KB 1260/1267 KB 713/713 KB 792/1044 KB 712/1063 KB 1264/1267 KB 713/713 KB 796/1044 KB 712/1063 KB 1264/1267 KB 713/713 KB 800/1044 KB 712/1063 KB 1264/1267 KB 713/713 KB 776/1044 KB 712/1063 KB 1260/1267 KB 713/713 KB 800/1044 KB 716/1063 KB 1264/1267 KB 713/713 KB 800/1044 KB 720/1063 KB 1264/1267 KB 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 713/713 KB 788/1044 KB 712/1063 KB 1264/1267 KB 713/713 KB 800/1044 KB 720/1063 KB 1267/1267 KB 713/713 KB 800/1044 KB 724/1063 KB 1267/1267 KB 713/713 KB 804/1044 KB 728/1063 KB 1267/1267 KB 713/713 KB 804/1044 KB 732/1063 KB 1267/1267 KB 713/713 KB 804/1044 KB 736/1063 KB 1267/1267 KB 713/713 KB 804/1044 KB 724/1063 KB 1267/1267 KB 713/713 KB 808/1044 KB 736/1063 KB 1267/1267 KB 812/1044 KB 736/1063 KB 1267/1267 KB 816/1044 KB 736/1063 KB 1267/1267 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 1355.5 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 816/1044 KB 740/1063 KB 1267/1267 KB 820/1044 KB 744/1063 KB 1267/1267 KB 820/1044 KB 748/1063 KB 1267/1267 KB 820/1044 KB 752/1063 KB 1267/1267 KB 820/1044 KB 740/1063 KB 1267/1267 KB 824/1044 KB 752/1063 KB 1267/1267 KB 828/1044 KB 752/1063 KB 1267/1267 KB 832/1044 KB 752/1063 KB 1267/1267 KB 832/1044 KB 756/1063 KB 1267/1267 KB 836/1044 KB 760/1063 KB 1267/1267 KB 836/1044 KB 764/1063 KB 1267/1267 KB 836/1044 KB 768/1063 KB 1267/1267 KB 836/1044 KB 756/1063 KB 1267/1267 KB 840/1044 KB 768/1063 KB 1267/1267 KB 844/1044 KB 768/1063 KB 1267/1267 KB 848/1044 KB 768/1063 KB 1267/1267 KB 848/1044 KB 772/1063 KB 1267/1267 KB 852/1044 KB 776/1063 KB 4/257 KB 852/1044 KB 780/1063 KB 4/257 KB 852/1044 KB 784/1063 KB 4/257 KB 852/1044 KB 772/1063 KB 4/257 KB 848/1044 KB 772/1063 KB 1267/1267 KB 4/257 KB 852/1044 KB 784/1063 KB 8/257 KB 852/1044 KB 784/1063 KB 12/257 KB 852/1044 KB 784/1063 KB 16/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 2380.6 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 852/1044 KB 784/1063 KB 20/257 KB 852/1044 KB 784/1063 KB 24/257 KB 852/1044 KB 784/1063 KB 28/257 KB 852/1044 KB 784/1063 KB 32/257 KB 852/1044 KB 784/1063 KB 36/257 KB 852/1044 KB 784/1063 KB 40/257 KB 852/1044 KB 784/1063 KB 44/257 KB 852/1044 KB 784/1063 KB 48/257 KB 852/1044 KB 784/1063 KB 52/257 KB 856/1044 KB 788/1063 KB 56/257 KB 856/1044 KB 788/1063 KB 60/257 KB 856/1044 KB 788/1063 KB 64/257 KB 856/1044 KB 788/1063 KB 52/257 KB 856/1044 KB 792/1063 KB 64/257 KB 856/1044 KB 796/1063 KB 64/257 KB 856/1044 KB 800/1063 KB 64/257 KB 856/1044 KB 784/1063 KB 52/257 KB 860/1044 KB 800/1063 KB 64/257 KB 864/1044 KB 800/1063 KB 64/257 KB 864/1044 KB 800/1063 KB 68/257 KB 864/1044 KB 800/1063 KB 72/257 KB 864/1044 KB 800/1063 KB 76/257 KB 864/1044 KB 800/1063 KB 80/257 KB 4/549 KB 864/1044 KB 800/1063 KB 80/257 KB 8/549 KB 864/1044 KB 800/1063 KB 80/257 KB 12/549 KB 864/1044 KB 800/1063 KB 80/257 KB 16/549 KB 864/1044 KB 800/1063 KB 80/257 KB 20/549 KB 864/1044 KB 800/1063 KB 80/257 KB 24/549 KB 864/1044 KB 800/1063 KB 80/257 KB 28/549 KB 864/1044 KB 800/1063 KB 80/257 KB 32/549 KB 864/1044 KB 800/1063 KB 80/257 KB 36/549 KB 864/1044 KB 800/1063 KB 80/257 KB 40/549 KB 864/1044 KB 800/1063 KB 80/257 KB 44/549 KB 864/1044 KB 800/1063 KB 80/257 KB 48/549 KB 864/1044 KB 800/1063 KB 80/257 KB 48/549 KB 864/1044 KB 800/1063 KB 4/358 KB 80/257 KB 48/549 KB 864/1044 KB 800/1063 KB 8/358 KB 80/257 KB 48/549 KB 864/1044 KB 800/1063 KB 12/358 KB 80/257 KB 48/549 KB 864/1044 KB 800/1063 KB 16/358 KB 80/257 KB 48/549 KB 864/1044 KB 800/1063 KB 20/358 KB 80/257 KB 48/549 KB 864/1044 KB 800/1063 KB 24/358 KB 80/257 KB 48/549 KB 864/1044 KB 800/1063 KB 28/358 KB 80/257 KB 48/549 KB 864/1044 KB 800/1063 KB 32/358 KB 80/257 KB 48/549 KB 864/1044 KB 800/1063 KB 36/358 KB 80/257 KB 48/549 KB 864/1044 KB 800/1063 KB 40/358 KB 80/257 KB 48/549 KB 864/1044 KB 800/1063 KB 44/358 KB 80/257 KB 48/549 KB 864/1044 KB 800/1063 KB 48/358 KB 80/257 KB 52/549 KB 864/1044 KB 800/1063 KB 48/358 KB 84/257 KB 52/549 KB 864/1044 KB 800/1063 KB 48/358 KB 88/257 KB 52/549 KB 868/1044 KB 804/1063 KB 52/358 KB 92/257 KB 52/549 KB 868/1044 KB 804/1063 KB 52/358 KB 96/257 KB 52/549 KB 864/1044 KB 800/1063 KB 48/358 KB 80/257 KB 56/549 KB 868/1044 KB 804/1063 KB 52/358 KB 96/257 KB 60/549 KB 868/1044 KB 804/1063 KB 52/358 KB 96/257 KB 64/549 KB 868/1044 KB 804/1063 KB 52/358 KB 96/257 KB 68/549 KB 868/1044 KB 804/1063 KB 52/358 KB 96/257 KB 72/549 KB 868/1044 KB 804/1063 KB 52/358 KB 100/257 KB 76/549 KB 868/1044 KB 804/1063 KB 52/358 KB 100/257 KB 80/549 KB 868/1044 KB 804/1063 KB 52/358 KB 100/257 KB 84/549 KB 868/1044 KB 804/1063 KB 52/358 KB 100/257 KB 88/549 KB 868/1044 KB 804/1063 KB 52/358 KB 100/257 KB 92/549 KB 868/1044 KB 804/1063 KB 52/358 KB 100/257 KB 96/549 KB 868/1044 KB 804/1063 KB 52/358 KB 100/257 KB 52/549 KB 868/1044 KB 804/1063 KB 52/358 KB 88/257 KB 96/549 KB 868/1044 KB 804/1063 KB 56/358 KB 100/257 KB 52/549 KB 868/1044 KB 804/1063 KB 48/358 KB 88/257 KB 96/549 KB 868/1044 KB 808/1063 KB 56/358 KB 100/257 KB 96/549 KB 868/1044 KB 812/1063 KB 56/358 KB 100/257 KB 96/549 KB 868/1044 KB 816/1063 KB 56/358 KB 100/257 KB 52/549 KB 868/1044 KB 800/1063 KB 48/358 KB 88/257 KB 96/549 KB 872/1044 KB 816/1063 KB 56/358 KB 100/257 KB 96/549 KB 876/1044 KB 816/1063 KB 56/358 KB 100/257 KB 96/549 KB 880/1044 KB 816/1063 KB 56/358 KB 100/257 KB 96/549 KB 884/1044 KB 816/1063 KB unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 56/358 KB 100/257 KB 96/549 KB 888/1044 KB 816/1063 KB 56/358 KB 100/257 KB 96/549 KB 892/1044 KB 816/1063 KB 56/358 KB 100/257 KB 96/549 KB 896/1044 KB 816/1063 KB 56/358 KB 100/257 KB 96/549 KB 900/1044 KB 816/1063 KB 56/358 KB 100/257 KB 96/549 KB 904/1044 KB 820/1063 KB 56/358 KB 100/257 KB 96/549 KB 908/1044 KB 820/1063 KB 56/358 KB 100/257 KB 96/549 KB 912/1044 KB 820/1063 KB 56/358 KB 100/257 KB 96/549 KB 916/1044 KB 820/1063 KB 56/358 KB 100/257 KB 68/549 KB 868/1044 KB 804/1063 KB 52/358 KB 100/257 KB 96/549 KB 916/1044 KB 820/1063 KB 60/358 KB 104/257 KB 96/549 KB 916/1044 KB 820/1063 KB 60/358 KB 108/257 KB 96/549 KB 916/1044 KB 820/1063 KB 60/358 KB 112/257 KB 96/549 KB 916/1044 KB 820/1063 KB 60/358 KB 100/257 KB 96/549 KB 916/1044 KB 820/1063 KB 64/358 KB 112/257 KB 96/549 KB 900/1044 KB 820/1063 KB 56/358 KB 100/257 KB 96/549 KB 916/1044 KB 824/1063 KB 64/358 KB 112/257 KB 96/549 KB 916/1044 KB 828/1063 KB 64/358 KB 112/257 KB 96/549 KB 916/1044 KB 832/1063 KB 64/358 KB 112/257 KB 96/549 KB 916/1044 KB 836/1063 KB 64/358 KB 112/257 KB 96/549 KB 916/1044 KB 840/1063 KB 64/358 KB 112/257 KB 96/549 KB 916/1044 KB 844/1063 KB 64/358 KB 112/257 KB 96/549 KB 916/1044 KB 848/1063 KB 64/358 KB 112/257 KB 96/549 KB 916/1044 KB 852/1063 KB 64/358 KB 112/257 KB 96/549 KB 920/1044 KB 856/1063 KB 68/358 KB 116/257 KB 96/549 KB 920/1044 KB 860/1063 KB 68/358 KB 116/257 KB 96/549 KB 920/1044 KB 864/1063 KB 68/358 KB 116/257 KB 96/549 KB 920/1044 KB 852/1063 KB 68/358 KB 116/257 KB 96/549 KB 920/1044 KB 864/1063 KB 68/358 KB 120/257 KB 96/549 KB 920/1044 KB 864/1063 KB 68/358 KB 124/257 KB 96/549 KB 920/1044 KB 864/1063 KB 68/358 KB 128/257 KB 96/549 KB 920/1044 KB 852/1063 KB 68/358 KB 112/257 KB 96/549 KB 920/1044 KB 864/1063 KB 72/358 KB 128/257 KB 96/549 KB 920/1044 KB 864/1063 KB 76/358 KB 128/257 KB 96/549 KB 920/1044 KB 864/1063 KB 80/358 KB 128/257 KB 96/549 KB 920/1044 KB 852/1063 KB 64/358 KB 112/257 KB 96/549 KB 924/1044 KB 864/1063 KB 80/358 KB 128/257 KB 96/549 KB 928/1044 KB 864/1063 KB 80/358 KB 128/257 KB 96/549 KB 932/1044 KB 864/1063 KB 80/358 KB 128/257 KB 96/549 KB 936/1044 KB 868/1063 KB 80/358 KB 128/257 KB 100/549 KB 940/1044 KB 868/1063 KB 84/358 KB 128/257 KB 100/549 KB 944/1044 KB 868/1063 KB 84/358 KB 128/257 KB 100/549 KB 948/1044 KB 868/1063 KB 84/358 KB 128/257 KB 100/549 KB 952/1044 KB 868/1063 KB 84/358 KB 132/257 KB 100/549 KB 956/1044 KB 868/1063 KB 84/358 KB 132/257 KB 100/549 KB 960/1044 KB 868/1063 KB 84/358 KB 132/257 KB 96/549 KB 932/1044 KB 868/1063 KB 80/358 KB 128/257 KB 100/549 KB 960/1044 KB 872/1063 KB 84/358 KB 132/257 KB 100/549 KB 960/1044 KB 876/1063 KB 84/358 KB 132/257 KB 100/549 KB 960/1044 KB 880/1063 KB 84/358 KB 132/257 KB 100/549 KB 948/1044 KB 868/1063 KB 84/358 KB 132/257 KB 100/549 KB 960/1044 KB 880/1063 KB 84/358 KB 136/257 KB 100/549 KB 960/1044 KB 880/1063 KB 84/358 KB 140/257 KB 100/549 KB 960/1044 KB 880/1063 KB 84/358 KB 144/257 KB 100/549 KB 936/1044 KB 868/1063 KB 84/358 KB 128/257 KB 104/549 KB 960/1044 KB 880/1063 KB 84/358 KB 144/257 KB 108/549 KB 960/1044 KB 880/1063 KB 84/358 KB 144/257 KB 112/549 KB 960/1044 KB 880/1063 KB 84/358 KB 144/257 KB 96/549 KB 936/1044 KB 868/1063 KB 84/358 KB 128/257 KB 112/549 KB 960/1044 KB 880/1063 KB 88/358 KB 144/257 KB 112/549 KB 960/1044 KB 880/1063 KB 92/358 KB 144/257 KB 112/549 KB 960/1044 KB 880/1063 KB 96/358 KB 144/257 KB 112/549 KB 960/1044 unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install KB 880/1063 KB 100/358 KB 144/257 KB 116/549 KB 964/1044 KB 884/1063 KB 104/358 KB 148/257 KB 116/549 KB 964/1044 KB 884/1063 KB 108/358 KB 148/257 KB 116/549 KB 964/1044 KB 884/1063 KB 112/358 KB 148/257 KB 112/549 KB 960/1044 KB 884/1063 KB 100/358 KB 144/257 KB 116/549 KB 964/1044 KB 888/1063 KB 112/358 KB 148/257 KB 116/549 KB 964/1044 KB 892/1063 KB 112/358 KB 148/257 KB 116/549 KB 964/1044 KB 896/1063 KB 112/358 KB 148/257 KB 116/549 KB 964/1044 KB 900/1063 KB 112/358 KB 148/257 KB 116/549 KB 964/1044 KB 904/1063 KB 116/358 KB 148/257 KB 116/549 KB 964/1044 KB 908/1063 KB 116/358 KB 148/257 KB 116/549 KB 964/1044 KB 912/1063 KB 116/358 KB 148/257 KB 116/549 KB 964/1044 KB 884/1063 KB 100/358 KB 148/257 KB 116/549 KB 968/1044 KB 912/1063 KB 116/358 KB 148/257 KB 116/549 KB 972/1044 KB 912/1063 KB 116/358 KB 148/257 KB 116/549 KB 976/1044 KB 912/1063 KB 116/358 KB 148/257 KB 116/549 KB 960/1044 KB 884/1063 KB 100/358 KB 148/257 KB 120/549 KB 976/1044 KB 912/1063 KB 116/358 KB 148/257 KB 124/549 KB 976/1044 KB 912/1063 KB 116/358 KB 148/257 KB 128/549 KB 976/1044 KB 912/1063 KB 116/358 KB 148/257 KB 132/549 KB 976/1044 KB 912/1063 KB 116/358 KB 148/257 KB 136/549 KB 980/1044 KB 912/1063 KB 116/358 KB 148/257 KB 140/549 KB 980/1044 KB 912/1063 KB 116/358 KB 148/257 KB 144/549 KB 980/1044 KB 912/1063 KB 116/358 KB 148/257 KB 112/549 KB 960/1044 KB 884/1063 KB 100/358 KB 148/257 KB 144/549 KB 980/1044 KB 912/1063 KB 116/358 KB 152/257 KB 144/549 KB 980/1044 KB 912/1063 KB 116/358 KB 156/257 KB 144/549 KB 980/1044 KB 912/1063 KB 116/358 KB 160/257 KB 144/549 KB 980/1044 KB 912/1063 KB 116/358 KB 164/257 KB 144/549 KB 980/1044 KB 912/1063 KB 116/358 KB 168/257 KB 144/549 KB 980/1044 KB 912/1063 KB 116/358 KB 172/257 KB 144/549 KB 980/1044 KB 912/1063 KB 116/358 KB 176/257 KB 144/549 KB 980/1044 KB 912/1063 KB 116/358 KB 180/257 KB 148/549 KB 980/1044 KB 916/1063 KB 116/358 KB 184/257 KB 132/549 KB 980/1044 KB 912/1063 KB 116/358 KB 148/257 KB 148/549 KB 984/1044 KB 916/1063 KB 116/358 KB 184/257 KB 148/549 KB 988/1044 KB 916/1063 KB 116/358 KB 184/257 KB 148/549 KB 992/1044 KB 916/1063 KB 116/358 KB 184/257 KB 116/549 KB 964/1044 KB 900/1063 KB 116/358 KB 148/257 KB 148/549 KB 992/1044 KB 916/1063 KB 120/358 KB 184/257 KB 148/549 KB 992/1044 KB 916/1063 KB 124/358 KB 184/257 KB 148/549 KB 992/1044 KB 916/1063 KB 128/358 KB 184/257 KB 148/549 KB 992/1044 KB 916/1063 KB 132/358 KB 184/257 KB 148/549 KB 992/1044 KB 916/1063 KB 136/358 KB 184/257 KB 148/549 KB 992/1044 KB 916/1063 KB 140/358 KB 184/257 KB 148/549 KB 992/1044 KB 916/1063 KB 144/358 KB 184/257 KB 148/549 KB 980/1044 KB 916/1063 KB 116/358 KB 180/257 KB 148/549 KB 992/1044 KB 920/1063 KB 144/358 KB 188/257 KB 148/549 KB 992/1044 KB 924/1063 KB 144/358 KB 188/257 KB 148/549 KB 980/1044 KB 912/1063 KB 116/358 KB 180/257 KB 152/549 KB 992/1044 KB 928/1063 KB 144/358 KB 188/257 KB 156/549 KB 992/1044 KB 928/1063 KB 144/358 KB 188/257 KB 160/549 KB 996/1044 KB 928/1063 KB 144/358 KB 188/257 KB 164/549 KB 996/1044 KB 928/1063 KB 144/358 KB 188/257 KB 168/549 KB 996/1044 KB 928/1063 KB 148/358 KB 188/257 KB 172/549 KB 996/1044 KB 928/1063 KB 148/358 KB 188/257 KB 176/549 KB 996/1044 KB 928/1063 KB 148/358 KB 188/257 KB 148/549 KB 992/1044 KB 916/1063 KB 144/358 KB 188/257 KB 176/549 KB 996/1044 KB 928/1063 KB 148/358 KB 192/257 KB 176/549 KB 996/1044 KB 928/1063 KB 148/358 KB 196/257 KB 176/549 KB 996/1044 KB 928/1063 K unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install B 148/358 KB 200/257 KB 176/549 KB 996/1044 KB 928/1063 KB 148/358 KB 204/257 KB 176/549 KB 996/1044 KB 928/1063 KB 148/358 KB 208/257 KB 164/549 KB 996/1044 KB 928/1063 KB 148/358 KB 188/257 KB 148/549 KB 996/1044 KB 928/1063 KB 144/358 KB 188/257 KB 156/549 KB 996/1044 KB 928/1063 KB 144/358 KB 188/257 KB 176/549 KB 1000/1044 KB 928/1063 KB 148/358 KB 208/257 KB 176/549 KB 1004/1044 KB 928/1063 KB 148/358 KB 208/257 KB 176/549 KB 1008/1044 KB 928/1063 KB 148/358 KB 208/257 KB 176/549 KB 1012/1044 KB 928/1063 KB 148/358 KB 208/257 KB 176/549 KB 1016/1044 KB 932/1063 KB 152/358 KB 208/257 KB 176/549 KB 1020/1044 KB 932/1063 KB 152/358 KB 208/257 KB 180/549 KB 1024/1044 KB 932/1063 KB 152/358 KB 208/257 KB 180/549 KB 1028/1044 KB 932/1063 KB 152/358 KB 208/257 KB 180/549 KB 1032/1044 KB 932/1063 KB 152/358 KB 212/257 KB 180/549 KB 1036/1044 KB 932/1063 KB 152/358 KB 212/257 KB 180/549 KB 1040/1044 KB 932/1063 KB 152/358 KB 212/257 KB 176/549 KB 1012/1044 KB 932/1063 KB 152/358 KB 208/257 KB 180/549 KB 1040/1044 KB 932/1063 KB 156/358 KB 212/257 KB 180/549 KB 1040/1044 KB 932/1063 KB 160/358 KB 212/257 KB 176/549 KB 1012/1044 KB 932/1063 KB 148/358 KB 208/257 KB 180/549 KB 1040/1044 KB 936/1063 KB 160/358 KB 212/257 KB 180/549 KB 1040/1044 KB 940/1063 KB 160/358 KB 212/257 KB 180/549 KB 1040/1044 KB 944/1063 KB 160/358 KB 212/257 KB 180/549 KB 1040/1044 KB 948/1063 KB 160/358 KB 212/257 KB 180/549 KB 1040/1044 KB 952/1063 KB 164/358 KB 212/257 KB 180/549 KB 1040/1044 KB 956/1063 KB 164/358 KB 212/257 KB 180/549 KB 1040/1044 KB 960/1063 KB 164/358 KB 212/257 KB 180/549 KB 1028/1044 KB 932/1063 KB 152/358 KB 212/257 KB 180/549 KB 1040/1044 KB 960/1063 KB 164/358 KB 216/257 KB 180/549 KB 1040/1044 KB 960/1063 KB 164/358 KB 220/257 KB 180/549 KB 1040/1044 KB 960/1063 KB 164/358 KB 224/257 KB 180/549 KB 1020/1044 KB 932/1063 KB 152/358 KB 208/257 KB 184/549 KB 1040/1044 KB 960/1063 KB 164/358 KB 224/257 KB 188/549 KB 1040/1044 KB 960/1063 KB 164/358 KB 224/257 KB 192/549 KB 1040/1044 KB 960/1063 KB 164/358 KB 224/257 KB 180/549 KB 1040/1044 KB 948/1063 KB 164/358 KB 212/257 KB 192/549 KB 1040/1044 KB 960/1063 KB 168/358 KB 224/257 KB 192/549 KB 1040/1044 KB 960/1063 KB 172/358 KB 224/257 KB 192/549 KB 1040/1044 KB 960/1063 KB 176/358 KB 224/257 KB 192/549 KB 1040/1044 KB 960/1063 KB 180/358 KB 224/257 KB 196/549 KB 1044/1044 KB 964/1063 KB 184/358 KB 228/257 KB 196/549 KB 1044/1044 KB 964/1063 KB 188/358 KB 228/257 KB 196/549 KB 1044/1044 KB 964/1063 KB 192/358 KB 228/257 KB 196/549 KB 1044/1044 KB 964/1063 KB 180/358 KB 228/257 KB 196/549 KB 1044/1044 KB 964/1063 KB 192/358 KB 228/257 KB 196/549 KB 1040/1044 KB 960/1063 KB 180/358 KB 224/257 KB 200/549 KB 1044/1044 KB 964/1063 KB 192/358 KB 228/257 KB 204/549 KB 1044/1044 KB 964/1063 KB 192/358 KB 228/257 KB 208/549 KB 1044/1044 KB 964/1063 KB 192/358 KB 228/257 KB 196/549 KB 1040/1044 KB 964/1063 KB 180/358 KB 228/257 KB 208/549 KB 1044/1044 KB 968/1063 KB 192/358 KB 228/257 KB 196/549 KB 1040/1044 KB 960/1063 KB 180/358 KB 228/257 KB 208/549 KB 1044/1044 KB 968/1063 KB 192/358 KB 232/257 KB 208/549 KB 1044/1044 KB 972/1063 KB 192/358 KB 236/257 KB 208/549 KB 1044/1044 KB 972/1063 KB 192/358 KB 240/257 KB 208/549 KB 1044/1044 KB 972/1063 KB 196/358 KB 244/257 KB 212/549 KB 1044/1044 KB 972/1063 KB 196/358 KB 248/257 KB 212/549 KB 1044/1044 KB 972/1063 KB 196/358 KB 252/257 KB 212/549 KB 1044/1044 KB 972/1063 KB 196/358 KB 256/257 KB unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 208/549 KB 1044/1044 KB 972/1063 KB 192/358 KB 232/257 KB 212/549 KB 1044/1044 KB 976/1063 KB 196/358 KB 257/257 KB 212/549 KB 1044/1044 KB 980/1063 KB 196/358 KB 257/257 KB 212/549 KB 1044/1044 KB 984/1063 KB 196/358 KB 257/257 KB 212/549 KB 1044/1044 KB 988/1063 KB 196/358 KB 257/257 KB 212/549 KB 1044/1044 KB 992/1063 KB 196/358 KB 257/257 KB 212/549 KB 1044/1044 KB 996/1063 KB 196/358 KB 257/257 KB 212/549 KB 1044/1044 KB 1000/1063 KB 196/358 KB 257/257 KB 212/549 KB 1044/1044 KB 1004/1063 KB 196/358 KB 257/257 KB 212/549 KB 1044/1044 KB 1008/1063 KB 196/358 KB 257/257 KB 212/549 KB 1044/1044 KB 1012/1063 KB 196/358 KB 257/257 KB 212/549 KB 1044/1044 KB 972/1063 KB 196/358 KB 244/257 KB 208/549 KB 1044/1044 KB 972/1063 KB 196/358 KB 240/257 KB 212/549 KB 1044/1044 KB 1012/1063 KB 200/358 KB 257/257 KB 212/549 KB 1044/1044 KB 1012/1063 KB 204/358 KB 257/257 KB 212/549 KB 1044/1044 KB 1012/1063 KB 208/358 KB 257/257 KB 216/549 KB 1044/1044 KB 1012/1063 KB 212/358 KB 257/257 KB 216/549 KB 1044/1044 KB 1012/1063 KB 216/358 KB 257/257 KB 216/549 KB 1044/1044 KB 1012/1063 KB 220/358 KB 257/257 KB 216/549 KB 1044/1044 KB 1012/1063 KB 224/358 KB 257/257 KB 212/549 KB 1044/1044 KB 972/1063 KB 196/358 KB 257/257 KB 216/549 KB 1044/1044 KB 1012/1063 KB 208/358 KB 257/257 KB 220/549 KB 1044/1044 KB 1012/1063 KB 224/358 KB 257/257 KB 224/549 KB 1044/1044 KB 1012/1063 KB 224/358 KB 257/257 KB 228/549 KB 1044/1044 KB 1012/1063 KB 224/358 KB 257/257 KB 232/549 KB 1012/1063 KB 224/358 KB 257/257 KB 236/549 KB 1012/1063 KB 224/358 KB 257/257 KB 240/549 KB 1012/1063 KB 228/358 KB 257/257 KB 244/549 KB 1012/1063 KB 228/358 KB 257/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 1745.6 KB/sec) unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 244/549 KB 1016/1063 KB 228/358 KB 257/257 KB 244/549 KB 1020/1063 KB 228/358 KB 257/257 KB 244/549 KB 1024/1063 KB 228/358 KB 257/257 KB 236/549 KB 1012/1063 KB 228/358 KB 257/257 KB 248/549 KB 1024/1063 KB 232/358 KB 257/257 KB 248/549 KB 1024/1063 KB 236/358 KB 257/257 KB 248/549 KB 1024/1063 KB 240/358 KB 257/257 KB 248/549 KB 1024/1063 KB 228/358 KB 257/257 KB 252/549 KB 1024/1063 KB 240/358 KB 257/257 KB 256/549 KB 1028/1063 KB 240/358 KB 257/257 KB 252/549 KB 1028/1063 KB 240/358 KB 257/257 KB 260/549 KB 1032/1063 KB 244/358 KB 260/549 KB 1036/1063 KB 244/358 KB 260/549 KB 1040/1063 KB 244/358 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 424.2 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 256/549 KB 1028/1063 KB 244/358 KB 257/257 KB 260/549 KB 1040/1063 KB 248/358 KB 260/549 KB 1040/1063 KB 252/358 KB 260/549 KB 1040/1063 KB 256/358 KB 260/549 KB 1028/1063 KB 244/358 KB 257/257 KB 264/549 KB 1040/1063 KB 256/358 KB 268/549 KB 1040/1063 KB 256/358 KB 272/549 KB 1044/1063 KB 256/358 KB 272/549 KB 1044/1063 KB 260/358 KB 276/549 KB 1044/1063 KB 264/358 KB 276/549 KB 1044/1063 KB 268/358 KB 276/549 KB 1044/1063 KB 272/358 KB 276/549 KB 1044/1063 KB 276/358 KB 276/549 KB 1044/1063 KB 280/358 KB 276/549 KB 1044/1063 KB 284/358 KB 276/549 KB 1044/1063 KB 288/358 KB 268/549 KB 1044/1063 KB 256/358 KB 276/549 KB 1048/1063 KB 288/358 KB 276/549 KB 1052/1063 KB 288/358 KB 276/549 KB 1056/1063 KB 288/358 KB 276/549 KB 1044/1063 KB 260/358 KB 280/549 KB 1056/1063 KB 288/358 KB 284/549 KB 1056/1063 KB 288/358 KB 288/549 KB 1056/1063 KB 288/358 KB 4/5 KB 288/549 KB 1056/1063 KB 288/358 KB 5/5 KB 288/549 KB 1056/1063 KB 288/358 KB 5/5 KB 288/549 KB 1056/1063 KB 288/358 KB 3/86 KB 5/5 KB 288/549 KB 1056/1063 KB 288/358 KB 5/86 KB 5/5 KB 288/549 KB 1056/1063 KB 288/358 KB 8/86 KB 5/5 KB 288/549 KB 1056/1063 KB 288/358 KB 11/86 KB 5/5 KB 288/549 KB 1060/1063 KB 288/358 KB 11/86 KB 5/5 KB 288/549 KB 1063/1063 KB 288/358 KB 13/86 KB 5/5 KB 288/549 KB 1060/1063 KB 288/358 KB 13/86 KB 5/5 KB 288/549 KB 1063/1063 KB 288/358 KB 16/86 KB 5/5 KB 288/549 KB 1063/1063 KB 288/358 KB 19/86 KB 5/5 KB 288/549 KB 1063/1063 KB 288/358 KB 21/86 KB 5/5 KB 292/549 KB 1063/1063 KB 288/358 KB 21/86 KB 5/5 KB 296/549 KB 1063/1063 KB 288/358 KB 21/86 KB 5/5 KB 300/549 KB 1063/1063 KB 288/358 KB 21/86 KB 5/5 KB 304/549 KB 1063/1063 KB 292/358 KB 21/86 KB 5/5 KB 308/549 KB 1063/1063 KB 292/358 KB 24/86 KB 312/549 KB 1063/1063 KB 292/358 KB 24/86 KB 316/549 KB 1063/1063 KB 292/358 KB 24/86 KB 320/549 KB 1063/1063 KB 292/358 KB 24/86 KB 324/549 KB 1063/1063 KB 292/358 KB 24/86 KB 328/549 KB 1063/1063 KB 292/358 KB 24/86 KB 332/549 KB 1063/1063 KB 292/358 KB 24/86 KB 336/549 KB 1063/1063 KB 292/358 KB 24/86 KB 340/549 KB 1063/1063 KB 292/358 KB 24/86 KB 5/5 KB 300/549 KB 1063/1063 KB 292/358 KB 21/86 KB 5/5 KB 304/549 KB 1063/1063 KB 292/358 KB 24/86 KB 340/549 KB 1063/1063 KB 292/358 KB 27/86 KB 340/549 KB 1063/1063 KB 292/358 KB 29/86 KB Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (5 KB at 7.0 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 340/549 KB 1063/1063 KB 296/358 KB 32/86 KB 340/549 KB 1063/1063 KB 300/358 KB 32/86 KB 340/549 KB 1063/1063 KB 304/358 KB 32/86 KB 340/549 KB 1063/1063 KB 308/358 KB 32/86 KB 340/549 KB 1063/1063 KB 312/358 KB 32/86 KB 340/549 KB 1063/1063 KB 316/358 KB 32/86 KB 340/549 KB 1063/1063 KB 320/358 KB 32/86 KB 340/549 KB 1063/1063 KB 296/358 KB 32/86 KB 340/549 KB 1063/1063 KB 320/358 KB 36/86 KB 340/549 KB 1063/1063 KB 320/358 KB 40/86 KB 340/549 KB 1063/1063 KB 320/358 KB 44/86 KB 340/549 KB 1063/1063 KB 320/358 KB 48/86 KB 340/549 KB 1063/1063 KB 320/358 KB 52/86 KB 340/549 KB 1063/1063 KB 324/358 KB 56/86 KB 340/549 KB 1063/1063 KB 324/358 KB 60/86 KB 340/549 KB 1063/1063 KB 324/358 KB 64/86 KB 340/549 KB 1063/1063 KB 324/358 KB 52/86 KB 344/549 KB 1063/1063 KB 328/358 KB 64/86 KB 344/549 KB 332/358 KB 64/86 KB 344/549 KB 336/358 KB 64/86 KB 344/549 KB 340/358 KB 64/86 KB 3/404 KB 344/549 KB 344/358 KB 68/86 KB 344/549 KB 1063/1063 KB 324/358 KB 64/86 KB 3/404 KB 344/549 KB 340/358 KB 68/86 KB 5/404 KB 344/549 KB 344/358 KB 68/86 KB 8/404 KB 344/549 KB 344/358 KB 68/86 KB 11/404 KB 344/549 KB 344/358 KB 68/86 KB 13/404 KB 348/549 KB 344/358 KB 68/86 KB 16/404 KB 348/549 KB 344/358 KB 68/86 KB 344/549 KB 340/358 KB 68/86 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 1688.6 KB/sec) unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 11/404 KB 348/549 KB 344/358 KB 68/86 KB 16/404 KB 352/549 KB 344/358 KB 68/86 KB 16/404 KB 356/549 KB 344/358 KB 68/86 KB 19/404 KB 360/549 KB 344/358 KB 72/86 KB 19/404 KB 364/549 KB 344/358 KB 72/86 KB 19/404 KB 368/549 KB 344/358 KB 72/86 KB 19/404 KB 356/549 KB 344/358 KB 72/86 KB 16/404 KB 356/549 KB 344/358 KB 72/86 KB 19/404 KB 368/549 KB 348/358 KB 76/86 KB 19/404 KB 368/549 KB 348/358 KB 80/86 KB 19/404 KB 368/549 KB 348/358 KB 84/86 KB 19/404 KB 368/549 KB 348/358 KB 72/86 KB 21/404 KB 368/549 KB 348/358 KB 84/86 KB 24/404 KB 368/549 KB 348/358 KB 84/86 KB 27/404 KB 368/549 KB 352/358 KB 84/86 KB 29/404 KB 372/549 KB 352/358 KB 86/86 KB 24/404 KB 368/549 KB 352/358 KB 84/86 KB 29/404 KB 372/549 KB 356/358 KB 86/86 KB 29/404 KB 372/549 KB 358/358 KB 86/86 KB 27/404 KB 372/549 KB 352/358 KB 86/86 KB 27/404 KB 368/549 KB 352/358 KB 86/86 KB 32/404 KB 372/549 KB 358/358 KB 86/86 KB 32/404 KB 376/549 KB 358/358 KB 86/86 KB 32/404 KB 380/549 KB 358/358 KB 86/86 KB 36/404 KB 384/549 KB 358/358 KB 86/86 KB 36/404 KB 388/549 KB 358/358 KB 86/86 KB 36/404 KB 392/549 KB 358/358 KB 86/86 KB 36/404 KB 396/549 KB 358/358 KB 86/86 KB 36/404 KB 400/549 KB 358/358 KB 86/86 KB 36/404 KB 380/549 KB 358/358 KB 86/86 KB 40/404 KB 400/549 KB 358/358 KB 86/86 KB 44/404 KB 400/549 KB 358/358 KB 86/86 KB 48/404 KB 400/549 KB 358/358 KB 86/86 KB 52/404 KB 400/549 KB 358/358 KB 86/86 KB 56/404 KB 404/549 KB 358/358 KB 86/86 KB 60/404 KB 404/549 KB 358/358 KB 86/86 KB 64/404 KB 404/549 KB 358/358 KB 86/86 KB 52/404 KB 404/549 KB 358/358 KB 86/86 KB 64/404 KB 408/549 KB 358/358 KB 86/86 KB 68/404 KB 412/549 KB 358/358 KB 86/86 KB 68/404 KB 416/549 KB 358/358 KB 86/86 KB 68/404 KB 420/549 KB 358/358 KB 86/86 KB 68/404 KB 424/549 KB 358/358 KB 86/86 KB 68/404 KB 428/549 KB 358/358 KB 86/86 KB 68/404 KB 432/549 KB 358/358 KB 86/86 KB 68/404 KB 436/549 KB 358/358 KB 86/86 KB 68/404 KB 440/549 KB 68/404 KB 444/549 KB 68/404 KB 448/549 KB 68/404 KB 408/549 KB 358/358 KB 86/86 KB 72/404 KB 448/549 KB 76/404 KB 448/549 KB 80/404 KB 448/549 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (86 KB at 133.3 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 80/404 KB 448/549 KB 4/587 KB 80/404 KB 448/549 KB 8/587 KB 80/404 KB 448/549 KB 12/587 KB 80/404 KB 448/549 KB 16/587 KB 80/404 KB 448/549 KB 20/587 KB 80/404 KB 448/549 KB 24/587 KB 80/404 KB 448/549 KB 28/587 KB 80/404 KB 448/549 KB 32/587 KB 80/404 KB 448/549 KB 36/587 KB 80/404 KB 448/549 KB 40/587 KB 80/404 KB 448/549 KB 44/587 KB 80/404 KB 448/549 KB 48/587 KB 80/404 KB 448/549 KB 52/587 KB 84/404 KB 448/549 KB 56/587 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 556.6 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 84/404 KB 448/549 KB 52/587 KB 84/404 KB 448/549 KB 60/587 KB 88/404 KB 448/549 KB 64/587 KB 88/404 KB 4/894 KB 448/549 KB 68/587 KB 88/404 KB 4/894 KB 448/549 KB 72/587 KB 88/404 KB 4/894 KB 448/549 KB 76/587 KB 88/404 KB 4/894 KB 448/549 KB 80/587 KB 88/404 KB 4/894 KB 452/549 KB 4/26 KB 84/587 KB 88/404 KB 4/894 KB 452/549 KB 4/26 KB 88/587 KB 88/404 KB 4/894 KB 452/549 KB 4/26 KB 92/587 KB 88/404 KB 448/549 KB 60/587 KB 92/404 KB 4/894 KB 452/549 KB 4/26 KB 92/587 KB 96/404 KB 4/894 KB 452/549 KB 4/26 KB 92/587 KB 100/404 KB 4/894 KB 452/549 KB 4/26 KB 92/587 KB 104/404 KB 4/894 KB 452/549 KB 4/26 KB 92/587 KB 108/404 KB 4/894 KB 452/549 KB 4/26 KB 92/587 KB 112/404 KB 4/894 KB 452/549 KB 4/26 KB 92/587 KB 116/404 KB 4/894 KB 452/549 KB 4/26 KB 92/587 KB 120/404 KB 4/894 KB 452/549 KB 4/26 KB 92/587 KB 124/404 KB 4/894 KB 452/549 KB 4/26 KB 92/587 KB 128/404 KB 4/894 KB 452/549 KB 4/26 KB 96/587 KB 88/404 KB 4/894 KB 452/549 KB 4/26 KB 80/587 KB 128/404 KB 4/894 KB 456/549 KB 4/26 KB 96/587 KB 128/404 KB 4/894 KB 460/549 KB 4/26 KB 96/587 KB 128/404 KB 4/894 KB 464/549 KB 4/26 KB 96/587 KB 128/404 KB 4/894 KB 468/549 KB 4/26 KB 96/587 KB 88/404 KB 4/894 KB 448/549 KB 4/26 KB 80/587 KB 88/404 KB 4/894 KB 448/549 KB 64/587 KB 128/404 KB 8/894 KB 468/549 KB 4/26 KB 96/587 KB 128/404 KB 12/894 KB 468/549 KB 4/26 KB 96/587 KB 128/404 KB 16/894 KB 468/549 KB 8/26 KB 96/587 KB 128/404 KB 20/894 KB 468/549 KB 8/26 KB 96/587 KB 128/404 KB 24/894 KB 468/549 KB 8/26 KB 96/587 KB 128/404 KB 28/894 KB 468/549 KB 8/26 KB 96/587 KB 128/404 KB 32/894 KB 468/549 KB 8/26 KB 96/587 KB 128/404 KB 36/894 KB 468/549 KB 8/26 KB 96/587 KB 128/404 KB 40/894 KB 468/549 KB 8/26 KB 96/587 KB 128/404 KB 44/894 KB 468/549 KB 8/26 KB 96/587 KB 128/404 KB 48/894 KB 468/549 KB 8/26 KB 96/587 KB 128/404 KB 52/894 KB 472/549 KB 8/26 KB 96/587 KB 132/404 KB 56/894 KB 472/549 KB 8/26 KB 96/587 KB 132/404 KB 60/894 KB 472/549 KB 8/26 KB 96/587 KB 132/404 KB 64/894 KB 472/549 KB 8/26 KB 96/587 KB 124/404 KB 4/894 KB 452/549 KB 4/26 KB 96/587 KB 132/404 KB 64/894 KB 472/549 KB 8/26 KB 100/587 KB 132/404 KB 64/894 KB 472/549 KB 8/26 KB 104/587 KB 132/404 KB 64/894 KB 472/549 KB 8/26 KB 108/587 KB 132/404 KB 64/894 KB 472/549 KB 8/26 KB 112/587 KB 132/404 KB 64/894 KB 472/549 KB 8/26 KB 116/587 KB 132/404 KB 68/894 KB 472/549 KB 8/26 KB 120/587 KB 132/404 KB 68/894 KB 472/549 KB 8/26 KB 124/587 KB 132/404 KB 68/894 KB 472/549 KB 8/26 KB 128/587 KB 132/404 KB 52/894 KB 472/549 KB 8/26 KB 96/587 KB 136/404 KB 68/894 KB 472/549 KB 8/26 KB 128/587 KB 140/404 KB 68/894 KB 472/549 KB 8/26 KB 128/587 KB 144/404 KB 68/894 KB 472/549 KB 8/26 KB 128/587 KB 148/404 KB 68/894 KB 472/549 KB 8/26 KB 128/587 KB 152/404 KB 68/894 KB 472/549 KB 8/26 KB 128/587 KB 156/404 KB 68/894 KB 472/549 KB 8/26 KB 128/587 KB 160/404 KB 68/894 KB 472/549 KB 8/26 KB 128/587 KB 128/404 KB 48/894 KB 472/549 KB 8/26 KB 96/587 KB 128/404 KB 12/894 KB 468/549 KB 8/26 KB 96/587 KB 160/404 KB 68/894 KB 472/549 KB 12/26 KB 128/587 KB 160/404 KB 68/894 KB 472/549 KB 16/26 KB 128/587 KB 160/404 KB 68/894 KB 472/549 KB 20/26 KB 128/587 KB 160/404 KB 68/894 KB 472/549 KB 24/26 KB 128/587 KB 160/404 KB 68/894 KB 472/549 KB 26/26 KB 128/587 KB 160/404 KB 68/894 KB 476/549 KB 26/26 KB 128/587 KB 160/404 KB 68/894 KB 480/549 KB 26/26 KB 128/587 KB 160/404 KB 68/894 KB 484/549 KB unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 26/26 KB 128/587 KB 160/404 KB 68/894 KB 488/549 KB 26/26 KB 128/587 KB 160/404 KB 68/894 KB 492/549 KB 26/26 KB 128/587 KB 160/404 KB 68/894 KB 496/549 KB 26/26 KB 128/587 KB 132/404 KB 68/894 KB 472/549 KB 8/26 KB 116/587 KB 160/404 KB 72/894 KB 496/549 KB 26/26 KB 128/587 KB 160/404 KB 76/894 KB 496/549 KB 26/26 KB 128/587 KB 160/404 KB 80/894 KB 496/549 KB 26/26 KB 128/587 KB 160/404 KB 84/894 KB 500/549 KB 26/26 KB 128/587 KB 164/404 KB 88/894 KB 500/549 KB 26/26 KB 132/587 KB 164/404 KB 92/894 KB 500/549 KB 26/26 KB 132/587 KB 164/404 KB 96/894 KB 500/549 KB 26/26 KB 132/587 KB 160/404 KB 80/894 KB 500/549 KB 26/26 KB 128/587 KB 164/404 KB 96/894 KB 504/549 KB 26/26 KB 132/587 KB 164/404 KB 96/894 KB 508/549 KB 26/26 KB 132/587 KB 164/404 KB 96/894 KB 512/549 KB 26/26 KB 132/587 KB 164/404 KB 96/894 KB 516/549 KB 26/26 KB 132/587 KB 164/404 KB 96/894 KB 520/549 KB 26/26 KB 132/587 KB 164/404 KB 96/894 KB 524/549 KB 26/26 KB 132/587 KB 164/404 KB 96/894 KB 528/549 KB 26/26 KB 132/587 KB 164/404 KB 100/894 KB 532/549 KB 26/26 KB 132/587 KB 164/404 KB 100/894 KB 536/549 KB 26/26 KB 132/587 KB 164/404 KB 100/894 KB 540/549 KB 26/26 KB 132/587 KB 164/404 KB 100/894 KB 544/549 KB 26/26 KB 132/587 KB 164/404 KB 100/894 KB 548/549 KB 26/26 KB 132/587 KB 164/404 KB 100/894 KB 549/549 KB 26/26 KB 132/587 KB 164/404 KB 84/894 KB 500/549 KB 26/26 KB 132/587 KB 164/404 KB 100/894 KB 549/549 KB 26/26 KB 136/587 KB 164/404 KB 100/894 KB 549/549 KB 26/26 KB 140/587 KB 164/404 KB 100/894 KB 549/549 KB 26/26 KB 144/587 KB 164/404 KB 84/894 KB 500/549 KB 26/26 KB 128/587 KB 168/404 KB 100/894 KB 549/549 KB 26/26 KB 144/587 KB 172/404 KB 100/894 KB 549/549 KB 144/587 KB 176/404 KB 100/894 KB 549/549 KB 144/587 KB 176/404 KB 100/894 KB 549/549 KB 148/587 KB 180/404 KB 100/894 KB 549/549 KB 152/587 KB 164/404 KB 100/894 KB 528/549 KB 26/26 KB 132/587 KB 180/404 KB 104/894 KB 549/549 KB 152/587 KB 180/404 KB 108/894 KB 549/549 KB 152/587 KB 180/404 KB 112/894 KB 549/549 KB 152/587 KB 180/404 KB 100/894 KB 549/549 KB 148/587 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.2 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 184/404 KB 112/894 KB 549/549 KB 152/587 KB 188/404 KB 112/894 KB 549/549 KB 152/587 KB 192/404 KB 112/894 KB 549/549 KB 152/587 KB 196/404 KB 112/894 KB 549/549 KB 156/587 KB 200/404 KB 116/894 KB 549/549 KB 156/587 KB 204/404 KB 116/894 KB 549/549 KB 156/587 KB 208/404 KB 116/894 KB 549/549 KB 156/587 KB 212/404 KB 116/894 KB 549/549 KB 156/587 KB 216/404 KB 116/894 KB 549/549 KB 156/587 KB 220/404 KB 116/894 KB 549/549 KB 156/587 KB 224/404 KB 116/894 KB 549/549 KB 156/587 KB 192/404 KB 112/894 KB 549/549 KB 156/587 KB 224/404 KB 116/894 KB 549/549 KB 160/587 KB 224/404 KB 116/894 KB 549/549 KB 164/587 KB 224/404 KB 116/894 KB 549/549 KB 168/587 KB 224/404 KB 116/894 KB 549/549 KB 172/587 KB 224/404 KB 116/894 KB 549/549 KB 176/587 KB 224/404 KB 116/894 KB 549/549 KB 180/587 KB 224/404 KB 116/894 KB 549/549 KB 184/587 KB 224/404 KB 116/894 KB 549/549 KB 188/587 KB 224/404 KB 116/894 KB 549/549 KB 192/587 KB 224/404 KB 116/894 KB 549/549 KB 196/587 KB 196/404 KB 116/894 KB 549/549 KB 156/587 KB 228/404 KB 120/894 KB 549/549 KB 196/587 KB 228/404 KB 124/894 KB 549/549 KB 196/587 KB 228/404 KB 128/894 KB 549/549 KB 196/587 KB 228/404 KB 132/894 KB 549/549 KB 196/587 KB 228/404 KB 136/894 KB 549/549 KB 196/587 KB 228/404 KB 140/894 KB 549/549 KB 196/587 KB 228/404 KB 144/894 KB 549/549 KB 196/587 KB 228/404 KB 148/894 KB 549/549 KB 196/587 KB 228/404 KB 152/894 KB 549/549 KB 196/587 KB 228/404 KB 156/894 KB 549/549 KB 196/587 KB 228/404 KB 116/894 KB 549/549 KB 196/587 KB 232/404 KB 156/894 KB 549/549 KB 200/587 KB 236/404 KB 156/894 KB 549/549 KB 200/587 KB 228/404 KB 156/894 KB 549/549 KB 200/587 KB 236/404 KB 160/894 KB 549/549 KB 204/587 KB 236/404 KB 160/894 KB 549/549 KB 208/587 KB 236/404 KB 160/894 KB 549/549 KB 200/587 KB 240/404 KB 160/894 KB 549/549 KB 208/587 KB 240/404 KB 164/894 KB 549/549 KB 208/587 KB 244/404 KB 168/894 KB 4/79 KB 212/587 KB 244/404 KB 172/894 KB 4/79 KB 212/587 KB 244/404 KB 176/894 KB 4/79 KB 212/587 KB 244/404 KB 164/894 KB 4/79 KB 212/587 KB 240/404 KB 164/894 KB 4/79 KB 549/549 KB 212/587 KB 244/404 KB 176/894 KB 8/79 KB 212/587 KB 244/404 KB 176/894 KB 12/79 KB 212/587 KB 244/404 KB 176/894 KB 16/79 KB 212/587 KB 244/404 KB 176/894 KB 20/79 KB 212/587 KB 244/404 KB 176/894 KB 24/79 KB 212/587 KB 244/404 KB 176/894 KB 28/79 KB 212/587 KB 244/404 KB 176/894 KB 32/79 KB 212/587 KB 244/404 KB 176/894 KB 36/79 KB 212/587 KB 244/404 KB 176/894 KB 40/79 KB 212/587 KB 244/404 KB 176/894 KB 44/79 KB 212/587 KB 244/404 KB 176/894 KB 48/79 KB 212/587 KB 244/404 KB 176/894 KB 52/79 KB 212/587 KB 244/404 KB 176/894 KB 56/79 KB 212/587 KB 244/404 KB 176/894 KB 60/79 KB 212/587 KB 244/404 KB 176/894 KB 64/79 KB 212/587 KB 244/404 KB 176/894 KB 68/79 KB 212/587 KB 244/404 KB 176/894 KB 72/79 KB 212/587 KB 244/404 KB 176/894 KB 76/79 KB 212/587 KB 244/404 KB 176/894 KB 79/79 KB 212/587 KB 240/404 KB 164/894 KB 549/549 KB 212/587 KB 244/404 KB 176/894 KB 79/79 KB 216/587 KB 244/404 KB 176/894 KB 79/79 KB 220/587 KB 244/404 KB 176/894 KB 79/79 KB 224/587 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 788.2 KB/sec) unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 248/404 KB 176/894 KB 79/79 KB 224/587 KB 252/404 KB 176/894 KB 79/79 KB 224/587 KB 256/404 KB 176/894 KB 79/79 KB 224/587 KB 256/404 KB 176/894 KB 79/79 KB 228/587 KB 260/404 KB 176/894 KB 79/79 KB 232/587 KB 260/404 KB 176/894 KB 79/79 KB 236/587 KB 260/404 KB 176/894 KB 79/79 KB 240/587 KB 260/404 KB 176/894 KB 79/79 KB 228/587 KB 264/404 KB 176/894 KB 79/79 KB 240/587 KB 268/404 KB 176/894 KB 79/79 KB 240/587 KB 272/404 KB 176/894 KB 79/79 KB 240/587 KB 276/404 KB 176/894 KB 79/79 KB 240/587 KB 280/404 KB 176/894 KB 79/79 KB 244/587 KB 284/404 KB 176/894 KB 79/79 KB 244/587 KB 288/404 KB 176/894 KB 79/79 KB 244/587 KB 276/404 KB 176/894 KB 79/79 KB 244/587 KB 288/404 KB 176/894 KB 79/79 KB 248/587 KB 288/404 KB 176/894 KB 79/79 KB 252/587 KB 288/404 KB 176/894 KB 79/79 KB 256/587 KB 288/404 KB 176/894 KB 79/79 KB 260/587 KB 292/404 KB 176/894 KB 79/79 KB 264/587 KB 292/404 KB 176/894 KB 79/79 KB 268/587 KB 292/404 KB 176/894 KB 79/79 KB 272/587 KB 292/404 KB 176/894 KB 79/79 KB 260/587 KB 296/404 KB 176/894 KB 79/79 KB 272/587 KB 300/404 KB 176/894 KB 79/79 KB 276/587 KB 304/404 KB 176/894 KB 79/79 KB 276/587 KB 308/404 KB 176/894 KB 79/79 KB 276/587 KB 312/404 KB 180/894 KB 79/79 KB 276/587 KB 316/404 KB 180/894 KB 79/79 KB 276/587 KB 320/404 KB 180/894 KB 79/79 KB 276/587 KB 296/404 KB 176/894 KB 79/79 KB 276/587 KB 320/404 KB 180/894 KB 79/79 KB 280/587 KB 320/404 KB 180/894 KB 79/79 KB 284/587 KB 320/404 KB 180/894 KB 79/79 KB 288/587 KB 308/404 KB 180/894 KB 79/79 KB 276/587 KB 320/404 KB 184/894 KB 79/79 KB 288/587 KB 320/404 KB 188/894 KB 79/79 KB 288/587 KB 320/404 KB 192/894 KB 79/79 KB 292/587 KB 320/404 KB 196/894 KB 79/79 KB 292/587 KB 324/404 KB 200/894 KB 4/1822 KB 292/587 KB 324/404 KB 204/894 KB 4/1822 KB 292/587 KB 324/404 KB 208/894 KB 4/1822 KB 292/587 KB 320/404 KB 188/894 KB 79/79 KB 292/587 KB 324/404 KB 208/894 KB 4/1822 KB 296/587 KB 324/404 KB 208/894 KB 4/1822 KB 300/587 KB 324/404 KB 208/894 KB 4/1822 KB 304/587 KB 324/404 KB 208/894 KB 4/1822 KB 308/587 KB 324/404 KB 208/894 KB 4/1822 KB 312/587 KB 324/404 KB 208/894 KB 4/1822 KB 316/587 KB 324/404 KB 208/894 KB 4/1822 KB 320/587 KB 324/404 KB 208/894 KB 4/1822 KB 324/587 KB 324/404 KB 212/894 KB 4/1822 KB 328/587 KB 324/404 KB 196/894 KB 4/1822 KB 292/587 KB 320/404 KB 196/894 KB 4/1822 KB 292/587 KB 324/404 KB 212/894 KB 8/1822 KB 328/587 KB 324/404 KB 212/894 KB 12/1822 KB 328/587 KB 324/404 KB 212/894 KB 16/1822 KB 328/587 KB 324/404 KB 212/894 KB 20/1822 KB 328/587 KB 324/404 KB 212/894 KB 24/1822 KB 328/587 KB 324/404 KB 212/894 KB 28/1822 KB 328/587 KB 324/404 KB 212/894 KB 32/1822 KB 328/587 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 110.0 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 324/404 KB 212/894 KB 36/1822 KB 328/587 KB 324/404 KB 212/894 KB 40/1822 KB 328/587 KB 324/404 KB 212/894 KB 44/1822 KB 328/587 KB 324/404 KB 212/894 KB 48/1822 KB 328/587 KB 324/404 KB 212/894 KB 52/1822 KB 328/587 KB 328/404 KB 212/894 KB 56/1822 KB 328/587 KB 328/404 KB 212/894 KB 60/1822 KB 328/587 KB 328/404 KB 212/894 KB 64/1822 KB 328/587 KB 328/404 KB 212/894 KB 68/1822 KB 328/587 KB 328/404 KB 212/894 KB 72/1822 KB 328/587 KB 328/404 KB 212/894 KB 76/1822 KB 328/587 KB 328/404 KB 212/894 KB 80/1822 KB 328/587 KB 324/404 KB 212/894 KB 4/1822 KB 324/587 KB 328/404 KB 216/894 KB 80/1822 KB 328/587 KB 328/404 KB 220/894 KB 80/1822 KB 328/587 KB 328/404 KB 224/894 KB 80/1822 KB 328/587 KB 328/404 KB 212/894 KB 52/1822 KB 328/587 KB 332/404 KB 224/894 KB 80/1822 KB 328/587 KB 336/404 KB 224/894 KB 80/1822 KB 328/587 KB 340/404 KB 224/894 KB 80/1822 KB 328/587 KB 344/404 KB 224/894 KB 80/1822 KB 328/587 KB 348/404 KB 224/894 KB 80/1822 KB 328/587 KB 352/404 KB 224/894 KB 80/1822 KB 328/587 KB 356/404 KB 224/894 KB 80/1822 KB 328/587 KB 360/404 KB 224/894 KB 84/1822 KB 332/587 KB 356/404 KB 224/894 KB 84/1822 KB 332/587 KB 360/404 KB 224/894 KB 84/1822 KB 336/587 KB 364/404 KB 224/894 KB 84/1822 KB 336/587 KB 368/404 KB 228/894 KB 84/1822 KB 336/587 KB 372/404 KB 228/894 KB 84/1822 KB 336/587 KB 372/404 KB 228/894 KB 3/115 KB 84/1822 KB 340/587 KB 372/404 KB 228/894 KB 5/115 KB 84/1822 KB 340/587 KB 372/404 KB 228/894 KB 8/115 KB 84/1822 KB 340/587 KB 372/404 KB 228/894 KB 11/115 KB 84/1822 KB 340/587 KB 372/404 KB 228/894 KB 13/115 KB 84/1822 KB 340/587 KB 372/404 KB 228/894 KB 16/115 KB 84/1822 KB 340/587 KB 372/404 KB 228/894 KB 19/115 KB 84/1822 KB 340/587 KB 372/404 KB 228/894 KB 21/115 KB 84/1822 KB 340/587 KB 372/404 KB 228/894 KB 24/115 KB 84/1822 KB 340/587 KB 372/404 KB 228/894 KB 27/115 KB 84/1822 KB 340/587 KB 356/404 KB 224/894 KB 84/1822 KB 328/587 KB 372/404 KB 228/894 KB 27/115 KB 88/1822 KB 340/587 KB 372/404 KB 228/894 KB 27/115 KB 92/1822 KB 340/587 KB 372/404 KB 228/894 KB 29/115 KB 96/1822 KB 340/587 KB 372/404 KB 228/894 KB 29/115 KB 100/1822 KB 340/587 KB 376/404 KB 228/894 KB 29/115 KB 104/1822 KB 340/587 KB 376/404 KB 228/894 KB 29/115 KB 108/1822 KB 340/587 KB 376/404 KB 228/894 KB 29/115 KB 112/1822 KB 340/587 KB 372/404 KB 228/894 KB 84/1822 KB 340/587 KB 376/404 KB 228/894 KB 29/115 KB 112/1822 KB 344/587 KB 376/404 KB 228/894 KB 29/115 KB 112/1822 KB 348/587 KB 376/404 KB 228/894 KB 29/115 KB 112/1822 KB 352/587 KB 364/404 KB 228/894 KB 84/1822 KB 336/587 KB 376/404 KB 232/894 KB 29/115 KB 112/1822 KB 352/587 KB 376/404 KB 236/894 KB 29/115 KB 112/1822 KB 352/587 KB 376/404 KB 240/894 KB 29/115 KB 112/1822 KB 352/587 KB 376/404 KB 244/894 KB 29/115 KB 112/1822 KB 352/587 KB 376/404 KB 248/894 KB 29/115 KB 112/1822 KB 356/587 KB 376/404 KB 252/894 KB 29/115 KB 112/1822 KB 356/587 KB 376/404 KB 256/894 KB 29/115 KB 112/1822 KB 356/587 KB 376/404 KB 228/894 KB 29/115 KB 100/1822 KB 340/587 KB 380/404 KB 256/894 KB 29/115 KB 112/1822 KB 356/587 KB 384/404 KB 256/894 KB 29/115 KB 112/1822 KB 356/587 KB 372/404 KB 228/894 KB 29/115 KB 92/1822 KB 340/587 KB 384/404 KB 256/894 KB 32/115 KB 112/1822 KB 356/587 KB 384/404 KB 256/894 KB 36/115 KB 112/1822 KB 356/587 KB 384/404 KB 256/894 KB 40/115 KB 112/1822 KB 356/587 KB 384/404 KB 256/894 KB 44/115 KB 112/1822 KB 356/587 KB 384/404 KB 256/894 KB 48/115 KB 112/1822 KB 356 unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install /587 KB 388/404 KB 260/894 KB 52/115 KB 112/1822 KB 356/587 KB 388/404 KB 260/894 KB 56/115 KB 116/1822 KB 356/587 KB 388/404 KB 260/894 KB 60/115 KB 116/1822 KB 356/587 KB 388/404 KB 260/894 KB 64/115 KB 116/1822 KB 356/587 KB 376/404 KB 244/894 KB 29/115 KB 112/1822 KB 356/587 KB 388/404 KB 260/894 KB 64/115 KB 116/1822 KB 360/587 KB 388/404 KB 260/894 KB 64/115 KB 116/1822 KB 364/587 KB 388/404 KB 260/894 KB 64/115 KB 116/1822 KB 368/587 KB 388/404 KB 260/894 KB 64/115 KB 116/1822 KB 372/587 KB 388/404 KB 260/894 KB 64/115 KB 116/1822 KB 376/587 KB 388/404 KB 260/894 KB 64/115 KB 116/1822 KB 380/587 KB 388/404 KB 260/894 KB 64/115 KB 116/1822 KB 384/587 KB 388/404 KB 260/894 KB 52/115 KB 116/1822 KB 356/587 KB 388/404 KB 260/894 KB 64/115 KB 120/1822 KB 384/587 KB 388/404 KB 260/894 KB 64/115 KB 124/1822 KB 384/587 KB 388/404 KB 260/894 KB 64/115 KB 128/1822 KB 384/587 KB 388/404 KB 260/894 KB 48/115 KB 112/1822 KB 356/587 KB 388/404 KB 264/894 KB 64/115 KB 128/1822 KB 384/587 KB 388/404 KB 268/894 KB 64/115 KB 128/1822 KB 384/587 KB 388/404 KB 272/894 KB 64/115 KB 128/1822 KB 384/587 KB 388/404 KB 256/894 KB 48/115 KB 112/1822 KB 356/587 KB 392/404 KB 272/894 KB 64/115 KB 128/1822 KB 384/587 KB 396/404 KB 272/894 KB 64/115 KB 128/1822 KB 384/587 KB 400/404 KB 272/894 KB 64/115 KB 128/1822 KB 384/587 KB 404/404 KB 272/894 KB 64/115 KB 128/1822 KB 384/587 KB 404/404 KB 272/894 KB 64/115 KB 132/1822 KB 384/587 KB 404/404 KB 276/894 KB 68/115 KB 136/1822 KB 388/587 KB 404/404 KB 276/894 KB 68/115 KB 140/1822 KB 388/587 KB 404/404 KB 276/894 KB 68/115 KB 144/1822 KB 388/587 KB 404/404 KB 276/894 KB 68/115 KB 148/1822 KB 388/587 KB 404/404 KB 276/894 KB 68/115 KB 152/1822 KB 388/587 KB 404/404 KB 276/894 KB 68/115 KB 156/1822 KB 388/587 KB 404/404 KB 276/894 KB 68/115 KB 160/1822 KB 388/587 KB 404/404 KB 276/894 KB 68/115 KB 132/1822 KB 388/587 KB 404/404 KB 276/894 KB 68/115 KB 160/1822 KB 392/587 KB 404/404 KB 276/894 KB 68/115 KB 160/1822 KB 396/587 KB 404/404 KB 276/894 KB 68/115 KB 160/1822 KB 400/587 KB 404/404 KB 276/894 KB 68/115 KB 132/1822 KB 384/587 KB 404/404 KB 276/894 KB 72/115 KB 160/1822 KB 400/587 KB 404/404 KB 276/894 KB 76/115 KB 160/1822 KB 400/587 KB 404/404 KB 276/894 KB 80/115 KB 160/1822 KB 400/587 KB 404/404 KB 276/894 KB 64/115 KB 132/1822 KB 384/587 KB 404/404 KB 280/894 KB 80/115 KB 160/1822 KB 400/587 KB 404/404 KB 284/894 KB 80/115 KB 160/1822 KB 400/587 KB 404/404 KB 288/894 KB 80/115 KB 160/1822 KB 400/587 KB 404/404 KB 292/894 KB 80/115 KB 160/1822 KB 400/587 KB 404/404 KB 296/894 KB 84/115 KB 160/1822 KB 404/587 KB 404/404 KB 300/894 KB 84/115 KB 160/1822 KB 404/587 KB 404/404 KB 304/894 KB 84/115 KB 160/1822 KB 404/587 KB 404/404 KB 308/894 KB 84/115 KB 160/1822 KB 404/587 KB 404/404 KB 312/894 KB 84/115 KB 164/1822 KB 404/587 KB 404/404 KB 316/894 KB 84/115 KB 164/1822 KB 404/587 KB 404/404 KB 320/894 KB 84/115 KB 164/1822 KB 404/587 KB 404/404 KB 324/894 KB 84/115 KB 164/1822 KB 404/587 KB 404/404 KB 292/894 KB 84/115 KB 160/1822 KB 404/587 KB 404/404 KB 292/894 KB 84/115 KB 160/1822 KB 400/587 KB 404/404 KB 324/894 KB 88/115 KB 164/1822 KB 404/587 KB 404/404 KB 324/894 KB 92/115 KB 164/1822 KB 404/587 KB 404/404 KB 324/894 KB 96/115 KB 164/1822 KB 404/587 KB 404/404 KB 324/894 KB 100/115 KB 164/1822 KB 408/587 KB 404/404 KB 324/894 KB 104/115 KB 164/1822 KB 408/587 KB 404/404 KB 324/894 KB 108/115 KB 164/1822 KB 408/ unit-abot-epc-basic-0: 14:56:47 DEBUG unit.abot-epc-basic/0.install 587 KB 404/404 KB 324/894 KB 112/115 KB 164/1822 KB 408/587 KB 404/404 KB 308/894 KB 84/115 KB 164/1822 KB 404/587 KB 404/404 KB 324/894 KB 112/115 KB 168/1822 KB 408/587 KB 404/404 KB 324/894 KB 112/115 KB 172/1822 KB 408/587 KB 404/404 KB 324/894 KB 112/115 KB 176/1822 KB 408/587 KB 404/404 KB 324/894 KB 96/115 KB 164/1822 KB 408/587 KB 404/404 KB 324/894 KB 112/115 KB 176/1822 KB 412/587 KB 404/404 KB 324/894 KB 112/115 KB 176/1822 KB 416/587 KB 404/404 KB 324/894 KB 112/115 KB 176/1822 KB 420/587 KB 324/894 KB 112/115 KB 180/1822 KB 424/587 KB 324/894 KB 112/115 KB 180/1822 KB 428/587 KB 324/894 KB 112/115 KB 180/1822 KB 432/587 KB 324/894 KB 115/115 KB 180/1822 KB 436/587 KB 328/894 KB 115/115 KB 180/1822 KB 440/587 KB 328/894 KB 115/115 KB 180/1822 KB 444/587 KB 328/894 KB 115/115 KB 180/1822 KB 448/587 KB 324/894 KB 112/115 KB 180/1822 KB 420/587 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 533.2 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:47 DEBUG unit.abot-epc-basic/0.install 328/894 KB 115/115 KB 184/1822 KB 448/587 KB 328/894 KB 115/115 KB 188/1822 KB 448/587 KB 328/894 KB 115/115 KB 192/1822 KB 448/587 KB 328/894 KB 115/115 KB 180/1822 KB 436/587 KB 332/894 KB 115/115 KB 192/1822 KB 448/587 KB 336/894 KB 115/115 KB 192/1822 KB 448/587 KB 340/894 KB 115/115 KB 192/1822 KB 448/587 KB 344/894 KB 115/115 KB 196/1822 KB 452/587 KB 348/894 KB 115/115 KB 196/1822 KB 452/587 KB 352/894 KB 115/115 KB 196/1822 KB 452/587 KB 324/894 KB 115/115 KB 180/1822 KB 432/587 KB 340/894 KB 115/115 KB 196/1822 KB 452/587 KB 340/894 KB 115/115 KB 196/1822 KB 448/587 KB 352/894 KB 115/115 KB 200/1822 KB 456/587 KB 352/894 KB 115/115 KB 204/1822 KB 456/587 KB 352/894 KB 115/115 KB 208/1822 KB 456/587 KB 352/894 KB 115/115 KB 196/1822 KB 456/587 KB 352/894 KB 115/115 KB 208/1822 KB 460/587 KB 352/894 KB 115/115 KB 208/1822 KB 464/587 KB 352/894 KB 115/115 KB 208/1822 KB 468/587 KB 356/894 KB 115/115 KB 212/1822 KB 472/587 KB 356/894 KB 115/115 KB 212/1822 KB 476/587 KB 356/894 KB 115/115 KB 212/1822 KB 480/587 KB 356/894 KB 115/115 KB 212/1822 KB 468/587 KB 360/894 KB 115/115 KB 212/1822 KB 480/587 KB 364/894 KB 115/115 KB 212/1822 KB 480/587 KB 368/894 KB 115/115 KB 212/1822 KB 480/587 KB 352/894 KB 115/115 KB 212/1822 KB 468/587 KB 368/894 KB 115/115 KB 216/1822 KB 480/587 KB 368/894 KB 115/115 KB 220/1822 KB 480/587 KB 368/894 KB 115/115 KB 224/1822 KB 480/587 KB 368/894 KB 115/115 KB 228/1822 KB 480/587 KB 372/894 KB 115/115 KB 3/206 KB 232/1822 KB 484/587 KB 372/894 KB 115/115 KB 3/206 KB 228/1822 KB 484/587 KB 368/894 KB 115/115 KB 3/206 KB 228/1822 KB 480/587 KB 372/894 KB 115/115 KB 6/206 KB 232/1822 KB 484/587 KB 372/894 KB 115/115 KB 9/206 KB 232/1822 KB 484/587 KB 372/894 KB 115/115 KB 11/206 KB 232/1822 KB 484/587 KB 372/894 KB 115/115 KB 14/206 KB 232/1822 KB 484/587 KB 372/894 KB 115/115 KB 16/206 KB 232/1822 KB 484/587 KB 372/894 KB 115/115 KB 19/206 KB 232/1822 KB 484/587 KB 372/894 KB 115/115 KB 22/206 KB 232/1822 KB 484/587 KB 372/894 KB 115/115 KB 25/206 KB 232/1822 KB 484/587 KB 372/894 KB 115/115 KB 27/206 KB 232/1822 KB 484/587 KB 372/894 KB 115/115 KB 27/206 KB 236/1822 KB 484/587 KB 372/894 KB 115/115 KB 27/206 KB 240/1822 KB 484/587 KB 376/894 KB 115/115 KB 30/206 KB 244/1822 KB 484/587 KB 376/894 KB 115/115 KB 30/206 KB 248/1822 KB 484/587 KB 376/894 KB 115/115 KB 30/206 KB 252/1822 KB 484/587 KB 376/894 KB 115/115 KB 30/206 KB 256/1822 KB 484/587 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar (115 KB at 149.1 KB/sec) unit-abot-epc-basic-0: 14:56:47 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: 14:56:48 DEBUG unit.abot-epc-basic/0.install 368/894 KB 115/115 KB 3/206 KB 228/1822 KB 484/587 KB 376/894 KB 115/115 KB 30/206 KB 240/1822 KB 484/587 KB 376/894 KB 115/115 KB 27/206 KB 240/1822 KB 484/587 KB 380/894 KB 30/206 KB 256/1822 KB 484/587 KB 384/894 KB 30/206 KB 256/1822 KB 484/587 KB 388/894 KB 32/206 KB 256/1822 KB 488/587 KB 392/894 KB 32/206 KB 256/1822 KB 488/587 KB 396/894 KB 32/206 KB 256/1822 KB 488/587 KB 400/894 KB 32/206 KB 256/1822 KB 488/587 KB 404/894 KB 32/206 KB 256/1822 KB 488/587 KB 408/894 KB 32/206 KB 260/1822 KB 488/587 KB 412/894 KB 32/206 KB 260/1822 KB 488/587 KB 384/894 KB 32/206 KB 256/1822 KB 488/587 KB 384/894 KB 30/206 KB 256/1822 KB 488/587 KB 412/894 KB 32/206 KB 260/1822 KB 492/587 KB 412/894 KB 32/206 KB 260/1822 KB 496/587 KB 412/894 KB 32/206 KB 260/1822 KB 500/587 KB 412/894 KB 36/206 KB 260/1822 KB 504/587 KB 412/894 KB 36/206 KB 260/1822 KB 508/587 KB 412/894 KB 36/206 KB 260/1822 KB 512/587 KB 412/894 KB 36/206 KB 260/1822 KB 516/587 KB 412/894 KB 36/206 KB 260/1822 KB 520/587 KB 412/894 KB 36/206 KB 260/1822 KB 524/587 KB 404/894 KB 32/206 KB 260/1822 KB 488/587 KB 412/894 KB 36/206 KB 264/1822 KB 524/587 KB 412/894 KB 36/206 KB 268/1822 KB 524/587 KB 412/894 KB 36/206 KB 272/1822 KB 524/587 KB 412/894 KB 36/206 KB 260/1822 KB 500/587 KB 412/894 KB 40/206 KB 272/1822 KB 524/587 KB 412/894 KB 44/206 KB 272/1822 KB 524/587 KB 412/894 KB 48/206 KB 272/1822 KB 524/587 KB 412/894 KB 52/206 KB 272/1822 KB 524/587 KB 412/894 KB 56/206 KB 272/1822 KB 524/587 KB 412/894 KB 60/206 KB 272/1822 KB 524/587 KB 412/894 KB 64/206 KB 272/1822 KB 524/587 KB 412/894 KB 68/206 KB 276/1822 KB 524/587 KB 416/894 KB 72/206 KB 276/1822 KB 528/587 KB 416/894 KB 76/206 KB 276/1822 KB 528/587 KB 416/894 KB 80/206 KB 276/1822 KB 528/587 KB 412/894 KB 64/206 KB 276/1822 KB 524/587 KB 416/894 KB 80/206 KB 280/1822 KB 528/587 KB 416/894 KB 80/206 KB 284/1822 KB 528/587 KB 416/894 KB 80/206 KB 288/1822 KB 528/587 KB 416/894 KB 68/206 KB 276/1822 KB 528/587 KB 412/894 KB 68/206 KB 276/1822 KB 528/587 KB 420/894 KB 80/206 KB 288/1822 KB 528/587 KB 424/894 KB 80/206 KB 288/1822 KB 528/587 KB 428/894 KB 4/314 KB 84/206 KB 288/1822 KB 528/587 KB 432/894 KB 4/314 KB 84/206 KB 288/1822 KB 528/587 KB 436/894 KB 4/314 KB 84/206 KB 288/1822 KB 528/587 KB 440/894 KB 4/314 KB 84/206 KB 288/1822 KB 528/587 KB 424/894 KB 4/314 KB 80/206 KB 288/1822 KB 528/587 KB 440/894 KB 8/314 KB 84/206 KB 288/1822 KB 528/587 KB 440/894 KB 12/314 KB 84/206 KB 288/1822 KB 528/587 KB 440/894 KB 16/314 KB 84/206 KB 288/1822 KB 528/587 KB 440/894 KB 20/314 KB 84/206 KB 288/1822 KB 528/587 KB 440/894 KB 24/314 KB 84/206 KB 288/1822 KB 528/587 KB 440/894 KB 28/314 KB 84/206 KB 288/1822 KB 528/587 KB 440/894 KB 32/314 KB 84/206 KB 288/1822 KB 528/587 KB 424/894 KB 4/314 KB 84/206 KB 288/1822 KB 528/587 KB 440/894 KB 32/314 KB 88/206 KB 288/1822 KB 528/587 KB 440/894 KB 32/314 KB 92/206 KB 288/1822 KB 528/587 KB 440/894 KB 32/314 KB 96/206 KB 288/1822 KB 528/587 KB 440/894 KB 32/314 KB 100/206 KB 288/1822 KB 528/587 KB 444/894 KB 36/314 KB 104/206 KB 288/1822 KB 528/587 KB 444/894 KB 36/314 KB 108/206 KB 288/1822 KB 528/587 KB 444/894 KB 36/314 KB 112/206 KB 288/1822 KB 528/587 KB 444/894 KB 36/314 KB 100/206 KB 288/1822 KB 528/587 KB 444/894 KB 40/314 KB 112/206 KB 288/1822 KB 528/587 KB 444/894 KB 44/314 KB 112/206 KB 288/1822 KB 528/587 KB 444/894 KB 48/314 KB 112/206 KB 288/1822 KB 528/587 machine-3: 14:56:48 DEBUG juju.worker start "3-container-watcher" machine-3: 14:56:48 DEBUG juju.worker start "stateconverter" machine-3: 14:56:48 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 14:56:48 INFO juju.worker start "3-container-watcher" machine-3: 14:56:48 DEBUG juju.worker "3-container-watcher" started machine-3: 14:56:48 INFO juju.worker start "stateconverter" machine-3: 14:56:48 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 14:56:48 DEBUG juju.worker "stateconverter" started unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install KB 444/894 KB 32/314 KB 100/206 KB 288/1822 KB 528/587 KB 448/894 KB 48/314 KB 112/206 KB 288/1822 KB 528/587 KB 452/894 KB 48/314 KB 112/206 KB 288/1822 KB 528/587 KB 456/894 KB 48/314 KB 112/206 KB 288/1822 KB 528/587 KB 460/894 KB 48/314 KB 116/206 KB 288/1822 KB 528/587 KB 464/894 KB 48/314 KB 116/206 KB 288/1822 KB 528/587 KB 468/894 KB 48/314 KB 116/206 KB 288/1822 KB 528/587 KB 472/894 KB 52/314 KB 116/206 KB 288/1822 KB 528/587 KB 476/894 KB 52/314 KB 116/206 KB 288/1822 KB 528/587 KB 480/894 KB 52/314 KB 116/206 KB 288/1822 KB 528/587 KB 456/894 KB 48/314 KB 116/206 KB 288/1822 KB 528/587 KB 480/894 KB 52/314 KB 120/206 KB 288/1822 KB 528/587 KB 468/894 KB 52/314 KB 116/206 KB 288/1822 KB 528/587 KB 480/894 KB 56/314 KB 120/206 KB 288/1822 KB 528/587 KB 480/894 KB 60/314 KB 120/206 KB 288/1822 KB 528/587 KB 480/894 KB 64/314 KB 120/206 KB 288/1822 KB 528/587 KB 480/894 KB 64/314 KB 124/206 KB 288/1822 KB 528/587 KB 480/894 KB 64/314 KB 128/206 KB 288/1822 KB 528/587 KB 480/894 KB 68/314 KB 128/206 KB 288/1822 KB 528/587 KB 484/894 KB 72/314 KB 132/206 KB 288/1822 KB 528/587 KB 484/894 KB 76/314 KB 132/206 KB 288/1822 KB 528/587 KB 484/894 KB 80/314 KB 132/206 KB 288/1822 KB 528/587 KB 484/894 KB 68/314 KB 132/206 KB 288/1822 KB 528/587 KB 488/894 KB 80/314 KB 132/206 KB 288/1822 KB 528/587 KB 492/894 KB 80/314 KB 132/206 KB 292/1822 KB 532/587 KB 496/894 KB 80/314 KB 132/206 KB 292/1822 KB 532/587 KB 500/894 KB 84/314 KB 132/206 KB 292/1822 KB 532/587 KB 504/894 KB 84/314 KB 132/206 KB 292/1822 KB 532/587 KB 480/894 KB 68/314 KB 132/206 KB 288/1822 KB 528/587 KB 504/894 KB 84/314 KB 136/206 KB 292/1822 KB 532/587 KB 504/894 KB 84/314 KB 140/206 KB 292/1822 KB 532/587 KB 504/894 KB 84/314 KB 144/206 KB 292/1822 KB 532/587 KB 504/894 KB 84/314 KB 148/206 KB 292/1822 KB 532/587 KB 504/894 KB 84/314 KB 152/206 KB 292/1822 KB 532/587 KB 504/894 KB 84/314 KB 156/206 KB 292/1822 KB 532/587 KB 504/894 KB 84/314 KB 160/206 KB 292/1822 KB 532/587 KB 496/894 KB 84/314 KB 132/206 KB 292/1822 KB 532/587 KB 488/894 KB 80/314 KB 132/206 KB 292/1822 KB 532/587 KB 504/894 KB 84/314 KB 160/206 KB 292/1822 KB 536/587 KB 504/894 KB 84/314 KB 160/206 KB 292/1822 KB 540/587 KB 504/894 KB 84/314 KB 160/206 KB 292/1822 KB 544/587 KB 504/894 KB 84/314 KB 160/206 KB 292/1822 KB 548/587 KB 504/894 KB 84/314 KB 160/206 KB 292/1822 KB 552/587 KB 504/894 KB 84/314 KB 160/206 KB 292/1822 KB 556/587 KB 504/894 KB 84/314 KB 160/206 KB 292/1822 KB 560/587 KB 504/894 KB 84/314 KB 160/206 KB 292/1822 KB 564/587 KB 504/894 KB 84/314 KB 160/206 KB 292/1822 KB 568/587 KB 504/894 KB 84/314 KB 160/206 KB 292/1822 KB 572/587 KB 504/894 KB 84/314 KB 160/206 KB 292/1822 KB 576/587 KB 488/894 KB 80/314 KB 132/206 KB 292/1822 KB 528/587 KB 504/894 KB 84/314 KB 160/206 KB 296/1822 KB 576/587 KB 504/894 KB 84/314 KB 160/206 KB 300/1822 KB 576/587 KB 504/894 KB 84/314 KB 160/206 KB 304/1822 KB 576/587 KB 504/894 KB 84/314 KB 160/206 KB 308/1822 KB 576/587 KB 504/894 KB 84/314 KB 160/206 KB 312/1822 KB 576/587 KB 504/894 KB 84/314 KB 160/206 KB 316/1822 KB 576/587 KB 504/894 KB 84/314 KB 160/206 KB 320/1822 KB 576/587 KB 504/894 KB 84/314 KB 160/206 KB 324/1822 KB 576/587 KB 504/894 KB 84/314 KB 160/206 KB 328/1822 KB 580/587 KB 504/894 KB 84/314 KB 160/206 KB 332/1822 KB 580/587 KB 504/894 KB 84/314 KB 160/206 KB 336/1822 KB 580/587 KB 504/894 KB 84/314 KB 160/206 KB 324/1822 KB 580/587 KB unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 504/894 KB 84/314 KB 160/206 KB 336/1822 KB 584/587 KB 504/894 KB 84/314 KB 160/206 KB 336/1822 KB 587/587 KB 504/894 KB 84/314 KB 160/206 KB 340/1822 KB 587/587 KB 504/894 KB 84/314 KB 160/206 KB 344/1822 KB 587/587 KB 504/894 KB 84/314 KB 160/206 KB 348/1822 KB 587/587 KB 504/894 KB 84/314 KB 160/206 KB 352/1822 KB 587/587 KB 504/894 KB 84/314 KB 160/206 KB 356/1822 KB 587/587 KB 504/894 KB 84/314 KB 160/206 KB 360/1822 KB 587/587 KB 504/894 KB 84/314 KB 160/206 KB 364/1822 KB 587/587 KB 504/894 KB 88/314 KB 160/206 KB 364/1822 KB 587/587 KB 504/894 KB 88/314 KB 160/206 KB 368/1822 KB 587/587 KB 504/894 KB 92/314 KB 160/206 KB 368/1822 KB 587/587 KB 504/894 KB 96/314 KB 160/206 KB 368/1822 KB 587/587 KB 504/894 KB 100/314 KB 160/206 KB 372/1822 KB 587/587 KB 508/894 KB 104/314 KB 164/206 KB 372/1822 KB 587/587 KB 508/894 KB 108/314 KB 164/206 KB 372/1822 KB 587/587 KB 508/894 KB 112/314 KB 164/206 KB 372/1822 KB 587/587 KB 504/894 KB 96/314 KB 160/206 KB 372/1822 KB 587/587 KB 508/894 KB 112/314 KB 164/206 KB 376/1822 KB 587/587 KB 508/894 KB 100/314 KB 164/206 KB 372/1822 KB 587/587 KB 508/894 KB 112/314 KB 168/206 KB 376/1822 KB 587/587 KB 508/894 KB 112/314 KB 172/206 KB 376/1822 KB 587/587 KB 508/894 KB 112/314 KB 176/206 KB 380/1822 KB 587/587 KB 508/894 KB 100/314 KB 160/206 KB 372/1822 KB 587/587 KB 512/894 KB 112/314 KB 176/206 KB 380/1822 KB 587/587 KB 516/894 KB 112/314 KB 176/206 KB 380/1822 KB 587/587 KB 520/894 KB 112/314 KB 176/206 KB 380/1822 KB 587/587 KB 524/894 KB 112/314 KB 176/206 KB 380/1822 KB 587/587 KB 528/894 KB 116/314 KB 176/206 KB 380/1822 KB 587/587 KB 532/894 KB 116/314 KB 176/206 KB 380/1822 KB 587/587 KB 536/894 KB 116/314 KB 180/206 KB 380/1822 KB 540/894 KB 116/314 KB 180/206 KB 380/1822 KB 544/894 KB 116/314 KB 180/206 KB 380/1822 KB 508/894 KB 112/314 KB 172/206 KB 380/1822 KB 587/587 KB 544/894 KB 116/314 KB 180/206 KB 384/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 726.1 KB/sec) unit-abot-epc-basic-0: 14:56:48 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: 14:56:48 DEBUG unit.abot-epc-basic/0.install 544/894 KB 116/314 KB 180/206 KB 388/1822 KB 544/894 KB 116/314 KB 180/206 KB 392/1822 KB 544/894 KB 116/314 KB 180/206 KB 396/1822 KB 544/894 KB 116/314 KB 180/206 KB 400/1822 KB 532/894 KB 116/314 KB 180/206 KB 380/1822 KB 587/587 KB 544/894 KB 116/314 KB 184/206 KB 400/1822 KB 544/894 KB 116/314 KB 188/206 KB 400/1822 KB 544/894 KB 116/314 KB 192/206 KB 400/1822 KB 524/894 KB 116/314 KB 176/206 KB 380/1822 KB 587/587 KB 544/894 KB 120/314 KB 192/206 KB 400/1822 KB 544/894 KB 124/314 KB 192/206 KB 400/1822 KB 544/894 KB 128/314 KB 192/206 KB 400/1822 KB 544/894 KB 132/314 KB 192/206 KB 400/1822 KB 544/894 KB 136/314 KB 196/206 KB 404/1822 KB 544/894 KB 140/314 KB 196/206 KB 404/1822 KB 548/894 KB 144/314 KB 196/206 KB 404/1822 KB 544/894 KB 132/314 KB 196/206 KB 404/1822 KB 548/894 KB 144/314 KB 196/206 KB 408/1822 KB 548/894 KB 144/314 KB 196/206 KB 412/1822 KB 544/894 KB 132/314 KB 196/206 KB 400/1822 KB 548/894 KB 144/314 KB 200/206 KB 412/1822 KB 548/894 KB 144/314 KB 204/206 KB 412/1822 KB 548/894 KB 144/314 KB 206/206 KB 412/1822 KB 548/894 KB 148/314 KB 206/206 KB 416/1822 KB 548/894 KB 152/314 KB 206/206 KB 416/1822 KB 548/894 KB 140/314 KB 196/206 KB 404/1822 KB 552/894 KB 156/314 KB 206/206 KB 416/1822 KB 556/894 KB 156/314 KB 206/206 KB 416/1822 KB 560/894 KB 156/314 KB 206/206 KB 416/1822 KB 564/894 KB 156/314 KB 206/206 KB 416/1822 KB 564/894 KB 156/314 KB 206/206 KB 4/57 KB 416/1822 KB 564/894 KB 156/314 KB 206/206 KB 8/57 KB 416/1822 KB 564/894 KB 156/314 KB 206/206 KB 12/57 KB 416/1822 KB 564/894 KB 156/314 KB 206/206 KB 16/57 KB 416/1822 KB 564/894 KB 156/314 KB 206/206 KB 20/57 KB 416/1822 KB 548/894 KB 144/314 KB 206/206 KB 416/1822 KB 564/894 KB 156/314 KB 206/206 KB 24/57 KB 420/1822 KB 564/894 KB 156/314 KB 206/206 KB 24/57 KB 424/1822 KB 564/894 KB 156/314 KB 206/206 KB 24/57 KB 428/1822 KB 564/894 KB 156/314 KB 206/206 KB 24/57 KB 432/1822 KB 548/894 KB 156/314 KB 206/206 KB 416/1822 KB 568/894 KB 160/314 KB 206/206 KB 24/57 KB 432/1822 KB 568/894 KB 164/314 KB 206/206 KB 24/57 KB 432/1822 KB 568/894 KB 168/314 KB 24/57 KB 436/1822 KB 568/894 KB 172/314 KB 24/57 KB 436/1822 KB 568/894 KB 176/314 KB 24/57 KB 436/1822 KB 568/894 KB 156/314 KB 206/206 KB 24/57 KB 432/1822 KB 572/894 KB 176/314 KB 24/57 KB 436/1822 KB 576/894 KB 176/314 KB 24/57 KB 436/1822 KB 564/894 KB 156/314 KB 206/206 KB 24/57 KB 416/1822 KB 576/894 KB 176/314 KB 28/57 KB 436/1822 KB 576/894 KB 176/314 KB 32/57 KB 436/1822 KB 576/894 KB 176/314 KB 36/57 KB 436/1822 KB 580/894 KB 176/314 KB 40/57 KB 436/1822 KB 580/894 KB 176/314 KB 44/57 KB 436/1822 KB 580/894 KB 176/314 KB 48/57 KB 436/1822 KB 580/894 KB 180/314 KB 52/57 KB 436/1822 KB 580/894 KB 180/314 KB 56/57 KB 436/1822 KB 580/894 KB 180/314 KB 57/57 KB 436/1822 KB 568/894 KB 164/314 KB 206/206 KB 24/57 KB 436/1822 KB 580/894 KB 180/314 KB 57/57 KB 440/1822 KB 580/894 KB 180/314 KB 57/57 KB 444/1822 KB 580/894 KB 180/314 KB 57/57 KB 448/1822 KB 580/894 KB 180/314 KB 57/57 KB 452/1822 KB 580/894 KB 180/314 KB 57/57 KB 456/1822 KB 580/894 KB 180/314 KB 57/57 KB 460/1822 KB 580/894 KB 180/314 KB 57/57 KB 464/1822 KB 580/894 KB 180/314 KB 48/57 KB 436/1822 KB 580/894 KB 184/314 KB 57/57 KB 464/1822 KB 580/894 KB 188/314 KB 57/57 KB 464/1822 KB 580/894 KB 192/314 KB 57/57 KB 464/1822 KB 580/894 KB 196/314 KB 57/57 KB 464/1822 KB 580/ unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 894 KB 200/314 KB 57/57 KB 468/1822 KB 580/894 KB 204/314 KB 57/57 KB 468/1822 KB 580/894 KB 208/314 KB 57/57 KB 468/1822 KB 580/894 KB 212/314 KB 57/57 KB 468/1822 KB 580/894 KB 176/314 KB 36/57 KB 436/1822 KB 584/894 KB 212/314 KB 57/57 KB 468/1822 KB 588/894 KB 212/314 KB 57/57 KB 468/1822 KB 592/894 KB 212/314 KB 57/57 KB 468/1822 KB 596/894 KB 212/314 KB 57/57 KB 468/1822 KB 600/894 KB 212/314 KB 57/57 KB 468/1822 KB 604/894 KB 212/314 KB 57/57 KB 468/1822 KB 608/894 KB 212/314 KB 57/57 KB 468/1822 KB 612/894 KB 212/314 KB 57/57 KB 468/1822 KB 616/894 KB 216/314 KB 468/1822 KB 620/894 KB 216/314 KB 468/1822 KB 624/894 KB 216/314 KB 468/1822 KB 628/894 KB 216/314 KB 468/1822 KB 632/894 KB 216/314 KB 468/1822 KB 636/894 KB 216/314 KB 468/1822 KB 640/894 KB 216/314 KB 468/1822 KB 644/894 KB 216/314 KB 468/1822 KB 580/894 KB 196/314 KB 57/57 KB 468/1822 KB 644/894 KB 216/314 KB 472/1822 KB 644/894 KB 216/314 KB 476/1822 KB 644/894 KB 216/314 KB 480/1822 KB 644/894 KB 216/314 KB 484/1822 KB 644/894 KB 216/314 KB 488/1822 KB 644/894 KB 216/314 KB 492/1822 KB 644/894 KB 216/314 KB 496/1822 KB 644/894 KB 216/314 KB 500/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 250.8 KB/sec) unit-abot-epc-basic-0: 14:56:48 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: 14:56:48 DEBUG unit.abot-epc-basic/0.install 612/894 KB 216/314 KB 468/1822 KB 644/894 KB 220/314 KB 500/1822 KB 644/894 KB 224/314 KB 500/1822 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar (57 KB at 68.0 KB/sec) unit-abot-epc-basic-0: 14:56:48 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: 14:56:48 DEBUG unit.abot-epc-basic/0.install 644/894 KB 228/314 KB 500/1822 KB 644/894 KB 232/314 KB 500/1822 KB 644/894 KB 236/314 KB 500/1822 KB 644/894 KB 240/314 KB 500/1822 KB 644/894 KB 244/314 KB 504/1822 KB 644/894 KB 240/314 KB 504/1822 KB 648/894 KB 244/314 KB 508/1822 KB 648/894 KB 244/314 KB 512/1822 KB 648/894 KB 244/314 KB 504/1822 KB 652/894 KB 244/314 KB 512/1822 KB 656/894 KB 244/314 KB 512/1822 KB 660/894 KB 244/314 KB 512/1822 KB 664/894 KB 248/314 KB 516/1822 KB 668/894 KB 248/314 KB 516/1822 KB 672/894 KB 248/314 KB 516/1822 KB 660/894 KB 248/314 KB 516/1822 KB 672/894 KB 252/314 KB 516/1822 KB 672/894 KB 256/314 KB 516/1822 KB 660/894 KB 244/314 KB 516/1822 KB 672/894 KB 256/314 KB 520/1822 KB 672/894 KB 256/314 KB 524/1822 KB 672/894 KB 256/314 KB 528/1822 KB 676/894 KB 260/314 KB 528/1822 KB 680/894 KB 260/314 KB 532/1822 KB 684/894 KB 260/314 KB 532/1822 KB 688/894 KB 260/314 KB 532/1822 KB 672/894 KB 260/314 KB 528/1822 KB 688/894 KB 264/314 KB 532/1822 KB 688/894 KB 268/314 KB 532/1822 KB 688/894 KB 272/314 KB 532/1822 KB 688/894 KB 276/314 KB 532/1822 KB 692/894 KB 280/314 KB 532/1822 KB 692/894 KB 284/314 KB 532/1822 KB 692/894 KB 288/314 KB 532/1822 KB 676/894 KB 260/314 KB 532/1822 KB 692/894 KB 288/314 KB 536/1822 KB 692/894 KB 288/314 KB 540/1822 KB 692/894 KB 288/314 KB 544/1822 KB 692/894 KB 288/314 KB 548/1822 KB 692/894 KB 288/314 KB 552/1822 KB 692/894 KB 288/314 KB 556/1822 KB 692/894 KB 288/314 KB 560/1822 KB 692/894 KB 292/314 KB 564/1822 KB 692/894 KB 292/314 KB 568/1822 KB 692/894 KB 276/314 KB 532/1822 KB 692/894 KB 292/314 KB 4/263 KB 572/1822 KB 4/99 KB 692/894 KB 292/314 KB 8/263 KB 572/1822 KB 4/99 KB 692/894 KB 292/314 KB 568/1822 KB 4/99 KB 692/894 KB 292/314 KB 12/263 KB 572/1822 KB 4/99 KB 692/894 KB 292/314 KB 16/263 KB 572/1822 KB 8/99 KB 692/894 KB 292/314 KB 20/263 KB 572/1822 KB 8/99 KB 692/894 KB 292/314 KB 24/263 KB 572/1822 KB 8/99 KB 692/894 KB 292/314 KB 28/263 KB 572/1822 KB 8/99 KB 692/894 KB 292/314 KB 32/263 KB 572/1822 KB 8/99 KB 696/894 KB 292/314 KB 32/263 KB 572/1822 KB 8/99 KB 700/894 KB 292/314 KB 32/263 KB 572/1822 KB 8/99 KB 704/894 KB 292/314 KB 32/263 KB 572/1822 KB 8/99 KB 708/894 KB 292/314 KB 32/263 KB 572/1822 KB 8/99 KB 712/894 KB 292/314 KB 36/263 KB 572/1822 KB 8/99 KB 716/894 KB 292/314 KB 36/263 KB 572/1822 KB 8/99 KB 720/894 KB 292/314 KB 36/263 KB 572/1822 KB 8/99 KB 692/894 KB 292/314 KB 560/1822 KB 720/894 KB 296/314 KB 36/263 KB 572/1822 KB 8/99 KB 720/894 KB 300/314 KB 36/263 KB 572/1822 KB 8/99 KB 720/894 KB 304/314 KB 36/263 KB 572/1822 KB 8/99 KB 692/894 KB 292/314 KB 572/1822 KB 8/99 KB 720/894 KB 304/314 KB 36/263 KB 576/1822 KB 8/99 KB 720/894 KB 304/314 KB 36/263 KB 580/1822 KB 8/99 KB 724/894 KB 308/314 KB 36/263 KB 584/1822 KB 8/99 KB 724/894 KB 308/314 KB 36/263 KB 588/1822 KB 8/99 KB 724/894 KB 308/314 KB 36/263 KB 592/1822 KB 8/99 KB 708/894 KB 292/314 KB 36/263 KB 572/1822 KB 8/99 KB 692/894 KB 292/314 KB 16/263 KB 572/1822 KB 8/99 KB 724/894 KB 308/314 KB 36/263 KB 592/1822 KB 12/99 KB 724/894 KB 308/314 KB 36/263 KB 592/1822 KB 16/99 KB 724/894 KB 308/314 KB 36/263 KB 592/1822 KB 20/99 KB 724/894 KB 308/314 KB 36/263 KB 592/1822 KB 24/99 KB 724/894 KB 308/314 KB 36/263 KB 592/1822 KB 28/99 KB 724/894 KB 308/314 KB 36/263 KB 592/1822 KB 32/99 KB 724/894 KB 308/314 KB 36/263 KB 592/1822 KB 36/99 KB 724/894 KB 308/314 KB 36/263 KB 592/1822 KB 40/99 KB 724/894 KB unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 308/314 KB 36/263 KB 592/1822 KB 44/99 KB 724/894 KB 308/314 KB 36/263 KB 592/1822 KB 48/99 KB 724/894 KB 308/314 KB 36/263 KB 592/1822 KB 52/99 KB 724/894 KB 308/314 KB 40/263 KB 592/1822 KB 56/99 KB 724/894 KB 308/314 KB 40/263 KB 592/1822 KB 60/99 KB 724/894 KB 308/314 KB 40/263 KB 592/1822 KB 64/99 KB 724/894 KB 308/314 KB 40/263 KB 592/1822 KB 68/99 KB 724/894 KB 308/314 KB 40/263 KB 592/1822 KB 72/99 KB 724/894 KB 308/314 KB 40/263 KB 592/1822 KB 76/99 KB 724/894 KB 308/314 KB 40/263 KB 592/1822 KB 80/99 KB 724/894 KB 308/314 KB 40/263 KB 592/1822 KB 84/99 KB 724/894 KB 308/314 KB 40/263 KB 596/1822 KB 88/99 KB 724/894 KB 308/314 KB 40/263 KB 596/1822 KB 92/99 KB 724/894 KB 308/314 KB 40/263 KB 596/1822 KB 96/99 KB 724/894 KB 308/314 KB 36/263 KB 580/1822 KB 8/99 KB 720/894 KB 308/314 KB 36/263 KB 580/1822 KB 8/99 KB 728/894 KB 312/314 KB 40/263 KB 596/1822 KB 96/99 KB 728/894 KB 314/314 KB 40/263 KB 596/1822 KB 96/99 KB 728/894 KB 308/314 KB 40/263 KB 596/1822 KB 96/99 KB 732/894 KB 314/314 KB 40/263 KB 596/1822 KB 96/99 KB 736/894 KB 314/314 KB 40/263 KB 596/1822 KB 96/99 KB 740/894 KB 314/314 KB 40/263 KB 596/1822 KB 96/99 KB 724/894 KB 308/314 KB 40/263 KB 596/1822 KB 84/99 KB 724/894 KB 308/314 KB 40/263 KB 592/1822 KB 52/99 KB 744/894 KB 314/314 KB 44/263 KB 596/1822 KB 96/99 KB 744/894 KB 314/314 KB 48/263 KB 596/1822 KB 96/99 KB 744/894 KB 314/314 KB 52/263 KB 596/1822 KB 96/99 KB 744/894 KB 314/314 KB 56/263 KB 596/1822 KB 96/99 KB 744/894 KB 314/314 KB 60/263 KB 596/1822 KB 96/99 KB 744/894 KB 314/314 KB 64/263 KB 596/1822 KB 96/99 KB 744/894 KB 314/314 KB 68/263 KB 596/1822 KB 96/99 KB 744/894 KB 314/314 KB 72/263 KB 596/1822 KB 96/99 KB 744/894 KB 314/314 KB 76/263 KB 596/1822 KB 96/99 KB 744/894 KB 314/314 KB 80/263 KB 596/1822 KB 96/99 KB 744/894 KB 314/314 KB 84/263 KB 596/1822 KB 96/99 KB 744/894 KB 314/314 KB 88/263 KB 600/1822 KB 96/99 KB 744/894 KB 314/314 KB 92/263 KB 600/1822 KB 96/99 KB 744/894 KB 314/314 KB 96/263 KB 600/1822 KB 96/99 KB 744/894 KB 314/314 KB 100/263 KB 600/1822 KB 96/99 KB 744/894 KB 314/314 KB 104/263 KB 600/1822 KB 99/99 KB 744/894 KB 314/314 KB 108/263 KB 600/1822 KB 99/99 KB 744/894 KB 314/314 KB 112/263 KB 600/1822 KB 99/99 KB 744/894 KB 314/314 KB 84/263 KB 600/1822 KB 96/99 KB 744/894 KB 314/314 KB 112/263 KB 604/1822 KB 99/99 KB 744/894 KB 314/314 KB 112/263 KB 608/1822 KB 99/99 KB 744/894 KB 314/314 KB 112/263 KB 612/1822 KB 99/99 KB 744/894 KB 314/314 KB 112/263 KB 616/1822 KB 99/99 KB 744/894 KB 314/314 KB 112/263 KB 620/1822 KB 99/99 KB 744/894 KB 314/314 KB 112/263 KB 624/1822 KB 99/99 KB 744/894 KB 314/314 KB 100/263 KB 600/1822 KB 99/99 KB 744/894 KB 314/314 KB 96/263 KB 600/1822 KB 96/99 KB 748/894 KB 314/314 KB 112/263 KB 624/1822 KB 99/99 KB 752/894 KB 314/314 KB 112/263 KB 624/1822 KB 99/99 KB 756/894 KB 314/314 KB 112/263 KB 624/1822 KB 99/99 KB 760/894 KB 112/263 KB 628/1822 KB 99/99 KB 764/894 KB 112/263 KB 628/1822 KB 99/99 KB 768/894 KB 112/263 KB 628/1822 KB 99/99 KB 768/894 KB 116/263 KB 628/1822 KB 99/99 KB 772/894 KB 120/263 KB 628/1822 KB 99/99 KB 772/894 KB 124/263 KB 628/1822 KB 99/99 KB 772/894 KB 128/263 KB 628/1822 KB 99/99 KB 756/894 KB 112/263 KB 628/1822 KB 99/99 KB 772/894 KB 128/263 KB 632/1822 KB 99/99 KB 772/894 KB 128/263 KB 636/1822 KB 99/99 KB 772/894 KB 128/263 KB 640/1822 KB 99/99 KB unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar (314 KB at 359.5 KB/sec) unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar (99 KB at 113.2 KB/sec) unit-abot-epc-basic-0: 14:56:48 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: 14:56:48 DEBUG unit.abot-epc-basic/0.install 772/894 KB 116/263 KB 628/1822 KB 99/99 KB 776/894 KB 128/263 KB 644/1822 KB 780/894 KB 132/263 KB 644/1822 KB 784/894 KB 132/263 KB 644/1822 KB 772/894 KB 128/263 KB 644/1822 KB 784/894 KB 132/263 KB 648/1822 KB 784/894 KB 132/263 KB 652/1822 KB 788/894 KB 132/263 KB 656/1822 KB 788/894 KB 132/263 KB 660/1822 KB 788/894 KB 132/263 KB 664/1822 KB 788/894 KB 132/263 KB 668/1822 KB 788/894 KB 132/263 KB 672/1822 KB 776/894 KB 132/263 KB 644/1822 KB 788/894 KB 136/263 KB 672/1822 KB 788/894 KB 140/263 KB 672/1822 KB 788/894 KB 144/263 KB 672/1822 KB 788/894 KB 148/263 KB 672/1822 KB 788/894 KB 152/263 KB 672/1822 KB 788/894 KB 156/263 KB 672/1822 KB 788/894 KB 160/263 KB 672/1822 KB 788/894 KB 132/263 KB 652/1822 KB 792/894 KB 160/263 KB 672/1822 KB 796/894 KB 160/263 KB 672/1822 KB 800/894 KB 160/263 KB 672/1822 KB 804/894 KB 160/263 KB 672/1822 KB 808/894 KB 160/263 KB 672/1822 KB 812/894 KB 160/263 KB 672/1822 KB 816/894 KB 160/263 KB 672/1822 KB 820/894 KB 160/263 KB 676/1822 KB 820/894 KB 4/276 KB 164/263 KB 4/54 KB 676/1822 KB 816/894 KB 160/263 KB 676/1822 KB 820/894 KB 4/276 KB 164/263 KB 676/1822 KB 820/894 KB 4/276 KB 160/263 KB 676/1822 KB 820/894 KB 8/276 KB 164/263 KB 4/54 KB 676/1822 KB 820/894 KB 12/276 KB 164/263 KB 4/54 KB 676/1822 KB 820/894 KB 16/276 KB 164/263 KB 4/54 KB 676/1822 KB 820/894 KB 20/276 KB 164/263 KB 4/54 KB 676/1822 KB 820/894 KB 24/276 KB 164/263 KB 8/54 KB 676/1822 KB 820/894 KB 28/276 KB 164/263 KB 8/54 KB 676/1822 KB 820/894 KB 32/276 KB 164/263 KB 8/54 KB 676/1822 KB 820/894 KB 20/276 KB 164/263 KB 8/54 KB 676/1822 KB 820/894 KB 32/276 KB 164/263 KB 12/54 KB 676/1822 KB 820/894 KB 32/276 KB 164/263 KB 16/54 KB 676/1822 KB 820/894 KB 32/276 KB 164/263 KB 20/54 KB 676/1822 KB 824/894 KB 36/276 KB 168/263 KB 24/54 KB 680/1822 KB 824/894 KB 36/276 KB 168/263 KB 28/54 KB 680/1822 KB 824/894 KB 36/276 KB 168/263 KB 32/54 KB 680/1822 KB 824/894 KB 36/276 KB 168/263 KB 20/54 KB 680/1822 KB 828/894 KB 36/276 KB 168/263 KB 32/54 KB 680/1822 KB 832/894 KB 36/276 KB 168/263 KB 32/54 KB 680/1822 KB 820/894 KB 32/276 KB 164/263 KB 20/54 KB 680/1822 KB 832/894 KB 36/276 KB 168/263 KB 32/54 KB 684/1822 KB 832/894 KB 36/276 KB 168/263 KB 32/54 KB 688/1822 KB 820/894 KB 36/276 KB 168/263 KB 20/54 KB 680/1822 KB 832/894 KB 36/276 KB 172/263 KB 32/54 KB 688/1822 KB 832/894 KB 36/276 KB 176/263 KB 32/54 KB 688/1822 KB 832/894 KB 36/276 KB 180/263 KB 32/54 KB 692/1822 KB 836/894 KB 36/276 KB 184/263 KB 36/54 KB 692/1822 KB 836/894 KB 36/276 KB 188/263 KB 36/54 KB 692/1822 KB 836/894 KB 36/276 KB 192/263 KB 36/54 KB 692/1822 KB 820/894 KB 36/276 KB 164/263 KB 20/54 KB 680/1822 KB 836/894 KB 40/276 KB 192/263 KB 36/54 KB 692/1822 KB 836/894 KB 44/276 KB 192/263 KB 36/54 KB 692/1822 KB 836/894 KB 48/276 KB 192/263 KB 36/54 KB 692/1822 KB 836/894 KB 52/276 KB 192/263 KB 36/54 KB 692/1822 KB 836/894 KB 56/276 KB 192/263 KB 36/54 KB 692/1822 KB 836/894 KB 60/276 KB 192/263 KB 36/54 KB 692/1822 KB 836/894 KB 64/276 KB 192/263 KB 36/54 KB 692/1822 KB 836/894 KB 68/276 KB 192/263 KB 36/54 KB 692/1822 KB 836/894 KB 72/276 KB 196/263 KB 36/54 KB 692/1822 KB 836/894 KB 76/276 KB 196/263 KB 36/54 KB 692/1822 KB 836/894 KB 80/276 KB 196/263 KB 36/54 KB 692/1822 KB 836/894 KB 84/276 KB 196/263 KB 36/54 KB 692/1822 KB 836/894 KB 36/276 KB 180/263 KB 36/54 KB 692/1822 KB 832/894 KB 36/276 KB 180/263 KB 36/54 KB 692/1822 KB unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 836/894 KB 84/276 KB 196/263 KB 40/54 KB 692/1822 KB 836/894 KB 84/276 KB 196/263 KB 44/54 KB 692/1822 KB 832/894 KB 36/276 KB 176/263 KB 32/54 KB 692/1822 KB 840/894 KB 84/276 KB 196/263 KB 44/54 KB 696/1822 KB 840/894 KB 84/276 KB 196/263 KB 44/54 KB 700/1822 KB 840/894 KB 84/276 KB 196/263 KB 44/54 KB 704/1822 KB 840/894 KB 84/276 KB 196/263 KB 44/54 KB 708/1822 KB 840/894 KB 84/276 KB 196/263 KB 44/54 KB 692/1822 KB 844/894 KB 84/276 KB 196/263 KB 48/54 KB 708/1822 KB 848/894 KB 84/276 KB 196/263 KB 48/54 KB 708/1822 KB 852/894 KB 84/276 KB 196/263 KB 48/54 KB 708/1822 KB 836/894 KB 68/276 KB 196/263 KB 36/54 KB 692/1822 KB 852/894 KB 84/276 KB 200/263 KB 48/54 KB 712/1822 KB 852/894 KB 84/276 KB 204/263 KB 48/54 KB 712/1822 KB 852/894 KB 84/276 KB 208/263 KB 48/54 KB 712/1822 KB 852/894 KB 84/276 KB 196/263 KB 48/54 KB 712/1822 KB 852/894 KB 84/276 KB 208/263 KB 48/54 KB 716/1822 KB 852/894 KB 84/276 KB 208/263 KB 48/54 KB 720/1822 KB 840/894 KB 84/276 KB 196/263 KB 48/54 KB 708/1822 KB 852/894 KB 84/276 KB 208/263 KB 52/54 KB 720/1822 KB 852/894 KB 84/276 KB 208/263 KB 54/54 KB 720/1822 KB 852/894 KB 84/276 KB 208/263 KB 54/54 KB 724/1822 KB 856/894 KB 84/276 KB 212/263 KB 54/54 KB 728/1822 KB 856/894 KB 84/276 KB 212/263 KB 54/54 KB 732/1822 KB 856/894 KB 84/276 KB 212/263 KB 54/54 KB 736/1822 KB 856/894 KB 84/276 KB 208/263 KB 54/54 KB 724/1822 KB 860/894 KB 84/276 KB 212/263 KB 54/54 KB 736/1822 KB 864/894 KB 84/276 KB 212/263 KB 54/54 KB 736/1822 KB 868/894 KB 84/276 KB 212/263 KB 54/54 KB 736/1822 KB 872/894 KB 84/276 KB 212/263 KB 54/54 KB 740/1822 KB 876/894 KB 84/276 KB 212/263 KB 54/54 KB 740/1822 KB 880/894 KB 84/276 KB 212/263 KB 54/54 KB 740/1822 KB 856/894 KB 84/276 KB 212/263 KB 54/54 KB 724/1822 KB 880/894 KB 88/276 KB 216/263 KB 54/54 KB 740/1822 KB 880/894 KB 88/276 KB 220/263 KB 54/54 KB 740/1822 KB 880/894 KB 88/276 KB 224/263 KB 54/54 KB 740/1822 KB 880/894 KB 88/276 KB 228/263 KB 54/54 KB 740/1822 KB 884/894 KB 88/276 KB 232/263 KB 54/54 KB 740/1822 KB 884/894 KB 88/276 KB 236/263 KB 54/54 KB 740/1822 KB 884/894 KB 88/276 KB 240/263 KB 54/54 KB 740/1822 KB 880/894 KB 88/276 KB 212/263 KB 54/54 KB 740/1822 KB 884/894 KB 92/276 KB 240/263 KB 54/54 KB 740/1822 KB 884/894 KB 96/276 KB 240/263 KB 54/54 KB 740/1822 KB 884/894 KB 100/276 KB 240/263 KB 54/54 KB 740/1822 KB 884/894 KB 104/276 KB 240/263 KB 54/54 KB 740/1822 KB 884/894 KB 108/276 KB 240/263 KB 54/54 KB 740/1822 KB 884/894 KB 112/276 KB 240/263 KB 54/54 KB 740/1822 KB 884/894 KB 116/276 KB 240/263 KB 54/54 KB 740/1822 KB 884/894 KB 120/276 KB 244/263 KB 54/54 KB 740/1822 KB 884/894 KB 124/276 KB 244/263 KB 54/54 KB 740/1822 KB 884/894 KB 128/276 KB 244/263 KB 54/54 KB 740/1822 KB 868/894 KB 84/276 KB 212/263 KB 54/54 KB 740/1822 KB 884/894 KB 128/276 KB 244/263 KB 54/54 KB 744/1822 KB 884/894 KB 128/276 KB 244/263 KB 54/54 KB 748/1822 KB 884/894 KB 128/276 KB 244/263 KB 54/54 KB 752/1822 KB 884/894 KB 128/276 KB 244/263 KB 54/54 KB 756/1822 KB 884/894 KB 128/276 KB 244/263 KB 54/54 KB 760/1822 KB 884/894 KB 128/276 KB 244/263 KB 54/54 KB 764/1822 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.3 KB/sec) unit-abot-epc-basic-0: 14:56:48 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: 14:56:48 DEBUG unit.abot-epc-basic/0.install 884/894 KB 116/276 KB 244/263 KB 54/54 KB 740/1822 KB 884/894 KB 128/276 KB 248/263 KB 764/1822 KB 884/894 KB 88/276 KB 228/263 KB 54/54 KB 740/1822 KB 888/894 KB 128/276 KB 248/263 KB 768/1822 KB 892/894 KB 128/276 KB 248/263 KB 768/1822 KB 894/894 KB 128/276 KB 248/263 KB 768/1822 KB 884/894 KB 128/276 KB 248/263 KB 768/1822 KB 894/894 KB 128/276 KB 252/263 KB 768/1822 KB 894/894 KB 128/276 KB 256/263 KB 768/1822 KB 894/894 KB 128/276 KB 260/263 KB 768/1822 KB 894/894 KB 128/276 KB 263/263 KB 772/1822 KB 894/894 KB 132/276 KB 263/263 KB 772/1822 KB 894/894 KB 136/276 KB 263/263 KB 772/1822 KB 894/894 KB 128/276 KB 260/263 KB 772/1822 KB 894/894 KB 136/276 KB 263/263 KB 776/1822 KB 894/894 KB 136/276 KB 263/263 KB 780/1822 KB 894/894 KB 136/276 KB 263/263 KB 784/1822 KB 894/894 KB 136/276 KB 263/263 KB 788/1822 KB 894/894 KB 140/276 KB 263/263 KB 788/1822 KB 894/894 KB 144/276 KB 263/263 KB 788/1822 KB 894/894 KB 148/276 KB 263/263 KB 788/1822 KB 894/894 KB 148/276 KB 263/263 KB 792/1822 KB 894/894 KB 148/276 KB 263/263 KB 796/1822 KB 894/894 KB 148/276 KB 263/263 KB 800/1822 KB 894/894 KB 152/276 KB 263/263 KB 800/1822 KB 894/894 KB 156/276 KB 263/263 KB 800/1822 KB 894/894 KB 160/276 KB 263/263 KB 800/1822 KB 894/894 KB 164/276 KB 263/263 KB 804/1822 KB 894/894 KB 168/276 KB 263/263 KB 804/1822 KB 894/894 KB 172/276 KB 263/263 KB 804/1822 KB 894/894 KB 176/276 KB 263/263 KB 804/1822 KB 894/894 KB 180/276 KB 263/263 KB 804/1822 KB 894/894 KB 184/276 KB 263/263 KB 804/1822 KB 894/894 KB 188/276 KB 263/263 KB 804/1822 KB 894/894 KB 192/276 KB 263/263 KB 804/1822 KB 894/894 KB 160/276 KB 263/263 KB 804/1822 KB Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (894 KB at 974.0 KB/sec) unit-abot-epc-basic-0: 14:56:48 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: 14:56:48 DEBUG unit.abot-epc-basic/0.install 192/276 KB 263/263 KB 4/748 KB 804/1822 KB 192/276 KB 263/263 KB 8/748 KB 804/1822 KB 192/276 KB 263/263 KB 12/748 KB 804/1822 KB 192/276 KB 263/263 KB 16/748 KB 804/1822 KB 192/276 KB 20/748 KB 804/1822 KB 192/276 KB 24/748 KB 804/1822 KB 192/276 KB 28/748 KB 804/1822 KB 192/276 KB 32/748 KB 804/1822 KB Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar (263 KB at 285.9 KB/sec) unit-abot-epc-basic-0: 14:56:48 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.jar unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 192/276 KB 36/748 KB 804/1822 KB 192/276 KB 40/748 KB 808/1822 KB 192/276 KB 44/748 KB 808/1822 KB 192/276 KB 48/748 KB 808/1822 KB 192/276 KB 36/748 KB 808/1822 KB 192/276 KB 48/748 KB 812/1822 KB 192/276 KB 48/748 KB 816/1822 KB 192/276 KB 48/748 KB 820/1822 KB 192/276 KB 52/748 KB 824/1822 KB 192/276 KB 52/748 KB 828/1822 KB 192/276 KB 52/748 KB 832/1822 KB 192/276 KB 52/748 KB 820/1822 KB 192/276 KB 56/748 KB 832/1822 KB 192/276 KB 60/748 KB 832/1822 KB 192/276 KB 64/748 KB 832/1822 KB 196/276 KB 68/748 KB 832/1822 KB 196/276 KB 72/748 KB 836/1822 KB 196/276 KB 76/748 KB 836/1822 KB 196/276 KB 64/748 KB 832/1822 KB 200/276 KB 76/748 KB 836/1822 KB 204/276 KB 76/748 KB 836/1822 KB 208/276 KB 76/748 KB 836/1822 KB 196/276 KB 68/748 KB 836/1822 KB 208/276 KB 76/748 KB 840/1822 KB 208/276 KB 76/748 KB 844/1822 KB 208/276 KB 76/748 KB 848/1822 KB 208/276 KB 76/748 KB 848/1822 KB 4/223 KB 208/276 KB 76/748 KB 848/1822 KB 8/223 KB 208/276 KB 76/748 KB 848/1822 KB 12/223 KB 208/276 KB 76/748 KB 848/1822 KB 16/223 KB 208/276 KB 76/748 KB 848/1822 KB 20/223 KB 208/276 KB 76/748 KB 848/1822 KB 24/223 KB 208/276 KB 76/748 KB 848/1822 KB 28/223 KB 208/276 KB 76/748 KB 848/1822 KB 32/223 KB 208/276 KB 76/748 KB 4/27 KB 848/1822 KB 32/223 KB 208/276 KB 76/748 KB 8/27 KB 848/1822 KB 32/223 KB 208/276 KB 76/748 KB 12/27 KB 848/1822 KB 32/223 KB 208/276 KB 76/748 KB 16/27 KB 848/1822 KB 32/223 KB 208/276 KB 76/748 KB 20/27 KB 848/1822 KB 32/223 KB 208/276 KB 76/748 KB 24/27 KB 848/1822 KB 32/223 KB 208/276 KB 76/748 KB 27/27 KB 848/1822 KB 32/223 KB 208/276 KB 76/748 KB 27/27 KB 852/1822 KB 32/223 KB 212/276 KB 80/748 KB 27/27 KB 856/1822 KB 36/223 KB 212/276 KB 80/748 KB 27/27 KB 860/1822 KB 36/223 KB 212/276 KB 80/748 KB 27/27 KB 864/1822 KB 36/223 KB 212/276 KB 80/748 KB 27/27 KB 868/1822 KB 36/223 KB 212/276 KB 80/748 KB 27/27 KB 872/1822 KB 36/223 KB 212/276 KB 80/748 KB 27/27 KB 876/1822 KB 36/223 KB 212/276 KB 80/748 KB 27/27 KB 880/1822 KB 36/223 KB 212/276 KB 80/748 KB 27/27 KB 852/1822 KB 36/223 KB 212/276 KB 80/748 KB 27/27 KB 880/1822 KB 40/223 KB 212/276 KB 80/748 KB 27/27 KB 880/1822 KB 44/223 KB 212/276 KB 80/748 KB 27/27 KB 880/1822 KB 48/223 KB 212/276 KB 80/748 KB 27/27 KB 852/1822 KB 32/223 KB 216/276 KB 80/748 KB 27/27 KB 880/1822 KB 48/223 KB 220/276 KB 80/748 KB 27/27 KB 880/1822 KB 48/223 KB 224/276 KB 80/748 KB 27/27 KB 880/1822 KB 48/223 KB 208/276 KB 80/748 KB 27/27 KB 852/1822 KB 32/223 KB 224/276 KB 84/748 KB 27/27 KB 880/1822 KB 48/223 KB 224/276 KB 88/748 KB 27/27 KB 880/1822 KB 48/223 KB 224/276 KB 92/748 KB 27/27 KB 880/1822 KB 48/223 KB 224/276 KB 96/748 KB 27/27 KB 880/1822 KB 52/223 KB 224/276 KB 100/748 KB 27/27 KB 880/1822 KB 52/223 KB 228/276 KB 104/748 KB 27/27 KB 880/1822 KB 52/223 KB 228/276 KB 108/748 KB 27/27 KB 880/1822 KB 52/223 KB 228/276 KB 112/748 KB 27/27 KB 880/1822 KB 52/223 KB 228/276 KB 116/748 KB 27/27 KB 880/1822 KB 52/223 KB 228/276 KB 120/748 KB 884/1822 KB 52/223 KB 228/276 KB 124/748 KB 884/1822 KB 52/223 KB 228/276 KB 128/748 KB 884/1822 KB 52/223 KB 224/276 KB 92/748 KB 27/27 KB 880/1822 KB 52/223 KB 228/276 KB 128/748 KB 884/1822 KB 56/223 KB 228/276 KB 128/748 KB 884/1822 KB 60/223 KB 228/276 KB 128/748 KB 884/1822 KB 64/223 KB 228/276 KB 128/748 KB 884/1822 KB 68/223 KB 228/276 KB 128/748 KB 884/1822 KB 72/223 KB 228/276 KB 128/748 KB 884/1822 KB 76/223 KB 228/276 KB 128/748 unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install KB 884/1822 KB 80/223 KB 228/276 KB 116/748 KB 884/1822 KB 52/223 KB 228/276 KB 128/748 KB 888/1822 KB 80/223 KB 228/276 KB 128/748 KB 892/1822 KB 80/223 KB 228/276 KB 128/748 KB 896/1822 KB 80/223 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 28.2 KB/sec) unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 228/276 KB 100/748 KB 27/27 KB 880/1822 KB 52/223 KB 232/276 KB 128/748 KB 896/1822 KB 80/223 KB 236/276 KB 128/748 KB 896/1822 KB 80/223 KB 240/276 KB 128/748 KB 896/1822 KB 80/223 KB 244/276 KB 128/748 KB 896/1822 KB 80/223 KB 248/276 KB 128/748 KB 896/1822 KB 80/223 KB 252/276 KB 128/748 KB 896/1822 KB 80/223 KB 256/276 KB 128/748 KB 896/1822 KB 80/223 KB 256/276 KB 128/748 KB 900/1822 KB 80/223 KB 256/276 KB 132/748 KB 904/1822 KB 84/223 KB 256/276 KB 132/748 KB 908/1822 KB 84/223 KB 256/276 KB 132/748 KB 912/1822 KB 84/223 KB 256/276 KB 132/748 KB 900/1822 KB 84/223 KB 256/276 KB 136/748 KB 912/1822 KB 84/223 KB 256/276 KB 140/748 KB 912/1822 KB 84/223 KB 256/276 KB 144/748 KB 912/1822 KB 84/223 KB 256/276 KB 128/748 KB 900/1822 KB 84/223 KB 256/276 KB 144/748 KB 912/1822 KB 88/223 KB 256/276 KB 144/748 KB 912/1822 KB 92/223 KB 256/276 KB 144/748 KB 912/1822 KB 96/223 KB 256/276 KB 144/748 KB 912/1822 KB 100/223 KB 256/276 KB 148/748 KB 916/1822 KB 104/223 KB 256/276 KB 148/748 KB 916/1822 KB 108/223 KB 256/276 KB 148/748 KB 916/1822 KB 112/223 KB 256/276 KB 148/748 KB 916/1822 KB 100/223 KB 256/276 KB 148/748 KB 920/1822 KB 112/223 KB 256/276 KB 148/748 KB 924/1822 KB 112/223 KB 256/276 KB 148/748 KB 928/1822 KB 112/223 KB 256/276 KB 148/748 KB 912/1822 KB 100/223 KB 256/276 KB 148/748 KB 928/1822 KB 112/223 KB 4/178 KB 256/276 KB 148/748 KB 928/1822 KB 112/223 KB 8/178 KB 256/276 KB 148/748 KB 928/1822 KB 112/223 KB 12/178 KB 256/276 KB 148/748 KB 928/1822 KB 112/223 KB 16/178 KB 256/276 KB 148/748 KB 928/1822 KB 112/223 KB 20/178 KB 256/276 KB 152/748 KB 928/1822 KB 112/223 KB 24/178 KB 256/276 KB 152/748 KB 932/1822 KB 112/223 KB 28/178 KB 256/276 KB 152/748 KB 932/1822 KB 112/223 KB 32/178 KB 256/276 KB 152/748 KB 932/1822 KB 112/223 KB 36/178 KB 256/276 KB 152/748 KB 932/1822 KB 116/223 KB 40/178 KB 256/276 KB 152/748 KB 932/1822 KB 116/223 KB 44/178 KB 256/276 KB 152/748 KB 932/1822 KB 116/223 KB 48/178 KB 256/276 KB 152/748 KB 928/1822 KB 112/223 KB 20/178 KB 256/276 KB 156/748 KB 932/1822 KB 116/223 KB 48/178 KB 256/276 KB 160/748 KB 932/1822 KB 116/223 KB 48/178 KB 256/276 KB 164/748 KB 932/1822 KB 116/223 KB 48/178 KB 256/276 KB 168/748 KB 932/1822 KB 116/223 KB 48/178 KB 256/276 KB 152/748 KB 932/1822 KB 116/223 KB 36/178 KB 256/276 KB 168/748 KB 932/1822 KB 120/223 KB 48/178 KB 256/276 KB 168/748 KB 932/1822 KB 124/223 KB 48/178 KB 256/276 KB 168/748 KB 932/1822 KB 128/223 KB 48/178 KB 256/276 KB 152/748 KB 932/1822 KB 112/223 KB 24/178 KB 256/276 KB 168/748 KB 936/1822 KB 128/223 KB 48/178 KB 256/276 KB 168/748 KB 940/1822 KB 128/223 KB 48/178 KB 256/276 KB 168/748 KB 944/1822 KB 128/223 KB 48/178 KB 256/276 KB 168/748 KB 948/1822 KB 128/223 KB 48/178 KB 256/276 KB 172/748 KB 952/1822 KB 132/223 KB 52/178 KB 256/276 KB 172/748 KB 956/1822 KB 132/223 KB 52/178 KB 256/276 KB 172/748 KB 960/1822 KB 132/223 KB 52/178 KB 256/276 KB 172/748 KB 948/1822 KB 132/223 KB 52/178 KB 256/276 KB 172/748 KB 960/1822 KB 132/223 KB 56/178 KB 256/276 KB 172/748 KB 960/1822 KB 132/223 KB 60/178 KB 256/276 KB 172/748 KB 960/1822 KB 132/223 KB 64/178 KB 256/276 KB 172/748 KB 960/1822 KB 132/223 KB 68/178 KB 256/276 KB 172/748 KB 964/1822 KB 132/223 KB 72/178 KB 256/276 KB 172/748 KB 964/1822 KB 132/223 KB 76/178 KB 256/276 KB 172/748 KB 964/1822 KB 132/223 KB 80/178 KB 256/276 KB 172/748 KB 964/1822 KB 132/223 KB 84/178 KB 256/276 KB 172/748 KB 948/182 unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 2 KB 132/223 KB 48/178 KB 260/276 KB 172/748 KB 964/1822 KB 136/223 KB 84/178 KB 260/276 KB 172/748 KB 964/1822 KB 140/223 KB 84/178 KB 260/276 KB 172/748 KB 964/1822 KB 144/223 KB 84/178 KB 256/276 KB 172/748 KB 948/1822 KB 128/223 KB 48/178 KB 260/276 KB 176/748 KB 964/1822 KB 144/223 KB 84/178 KB 260/276 KB 180/748 KB 964/1822 KB 144/223 KB 84/178 KB 260/276 KB 184/748 KB 964/1822 KB 144/223 KB 84/178 KB 260/276 KB 188/748 KB 964/1822 KB 144/223 KB 84/178 KB 260/276 KB 192/748 KB 964/1822 KB 144/223 KB 84/178 KB 260/276 KB 196/748 KB 964/1822 KB 144/223 KB 84/178 KB 260/276 KB 200/748 KB 964/1822 KB 148/223 KB 84/178 KB 260/276 KB 204/748 KB 964/1822 KB 148/223 KB 84/178 KB 260/276 KB 208/748 KB 964/1822 KB 148/223 KB 84/178 KB 260/276 KB 212/748 KB 964/1822 KB 148/223 KB 84/178 KB 260/276 KB 216/748 KB 964/1822 KB 148/223 KB 84/178 KB 260/276 KB 172/748 KB 964/1822 KB 132/223 KB 84/178 KB 264/276 KB 220/748 KB 964/1822 KB 148/223 KB 84/178 KB 268/276 KB 220/748 KB 964/1822 KB 148/223 KB 84/178 KB 272/276 KB 220/748 KB 964/1822 KB 148/223 KB 84/178 KB 256/276 KB 172/748 KB 964/1822 KB 132/223 KB 68/178 KB 272/276 KB 220/748 KB 968/1822 KB 148/223 KB 84/178 KB 272/276 KB 220/748 KB 972/1822 KB 148/223 KB 84/178 KB 272/276 KB 220/748 KB 976/1822 KB 148/223 KB 84/178 KB 260/276 KB 196/748 KB 964/1822 KB 148/223 KB 84/178 KB 272/276 KB 220/748 KB 976/1822 KB 152/223 KB 84/178 KB 272/276 KB 220/748 KB 976/1822 KB 156/223 KB 84/178 KB 272/276 KB 220/748 KB 976/1822 KB 160/223 KB 84/178 KB 272/276 KB 220/748 KB 976/1822 KB 164/223 KB 84/178 KB 272/276 KB 220/748 KB 980/1822 KB 168/223 KB 84/178 KB 272/276 KB 220/748 KB 980/1822 KB 172/223 KB 84/178 KB 272/276 KB 220/748 KB 980/1822 KB 176/223 KB 84/178 KB 272/276 KB 220/748 KB 980/1822 KB 180/223 KB 88/178 KB 272/276 KB 220/748 KB 980/1822 KB 164/223 KB 84/178 KB 276/276 KB 220/748 KB 984/1822 KB 180/223 KB 88/178 KB 276/276 KB 220/748 KB 988/1822 KB 180/223 KB 88/178 KB 276/276 KB 220/748 KB 992/1822 KB 180/223 KB 88/178 KB 276/276 KB 220/748 KB 980/1822 KB 180/223 KB 88/178 KB 276/276 KB 220/748 KB 992/1822 KB 180/223 KB 88/178 KB 260/276 KB 220/748 KB 964/1822 KB 148/223 KB 84/178 KB 276/276 KB 224/748 KB 992/1822 KB 180/223 KB 88/178 KB 272/276 KB 220/748 KB 980/1822 KB 176/223 KB 88/178 KB 276/276 KB 224/748 KB 992/1822 KB 180/223 KB 92/178 KB 276/276 KB 224/748 KB 992/1822 KB 180/223 KB 96/178 KB 276/276 KB 224/748 KB 992/1822 KB 180/223 KB 100/178 KB 276/276 KB 228/748 KB 996/1822 KB 184/223 KB 104/178 KB 276/276 KB 228/748 KB 996/1822 KB 184/223 KB 108/178 KB 276/276 KB 228/748 KB 996/1822 KB 184/223 KB 112/178 KB 276/276 KB 228/748 KB 996/1822 KB 184/223 KB 100/178 KB 276/276 KB 228/748 KB 996/1822 KB 188/223 KB 112/178 KB 276/276 KB 228/748 KB 996/1822 KB 192/223 KB 112/178 KB 276/276 KB 228/748 KB 996/1822 KB 180/223 KB 100/178 KB 276/276 KB 232/748 KB 996/1822 KB 192/223 KB 112/178 KB 276/276 KB 236/748 KB 996/1822 KB 192/223 KB 112/178 KB 276/276 KB 240/748 KB 996/1822 KB 192/223 KB 112/178 KB 276/276 KB 224/748 KB 996/1822 KB 180/223 KB 100/178 KB 276/276 KB 240/748 KB 1000/1822 KB 192/223 KB 112/178 KB 276/276 KB 240/748 KB 1004/1822 KB 192/223 KB 112/178 KB 276/276 KB 240/748 KB 1008/1822 KB 192/223 KB 112/178 KB 276/276 KB 240/748 KB 1012/1822 KB 192/223 KB 112/178 KB 276/276 KB 244/748 KB 1016/1822 KB 196/223 KB 116/178 KB 276/276 KB 244/748 KB 1012/1822 KB 196/223 KB 116/178 KB 276/276 KB unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 244/748 KB 1012/1822 KB 192/223 KB 116/178 KB 276/276 KB 240/748 KB 1012/1822 KB 192/223 KB 116/178 KB 276/276 KB 244/748 KB 1016/1822 KB 196/223 KB 120/178 KB 276/276 KB 244/748 KB 1016/1822 KB 200/223 KB 120/178 KB 276/276 KB 244/748 KB 1016/1822 KB 204/223 KB 120/178 KB 276/276 KB 248/748 KB 1020/1822 KB 208/223 KB 124/178 KB 276/276 KB 248/748 KB 1020/1822 KB 204/223 KB 124/178 KB 276/276 KB 248/748 KB 1020/1822 KB 208/223 KB 128/178 KB 276/276 KB 248/748 KB 1020/1822 KB 208/223 KB 132/178 KB 248/748 KB 1020/1822 KB 212/223 KB 136/178 KB 248/748 KB 1020/1822 KB 212/223 KB 140/178 KB 248/748 KB 1020/1822 KB 212/223 KB 144/178 KB 276/276 KB 248/748 KB 1020/1822 KB 204/223 KB 120/178 KB 248/748 KB 1024/1822 KB 212/223 KB 144/178 KB 276/276 KB 248/748 KB 1016/1822 KB 204/223 KB 120/178 KB 252/748 KB 1024/1822 KB 212/223 KB 144/178 KB 256/748 KB 1024/1822 KB 212/223 KB 144/178 KB 256/748 KB 1028/1822 KB 212/223 KB 144/178 KB 260/748 KB 1032/1822 KB 212/223 KB 144/178 KB 260/748 KB 1036/1822 KB 212/223 KB 144/178 KB 260/748 KB 1040/1822 KB 212/223 KB 144/178 KB 248/748 KB 1020/1822 KB 212/223 KB 132/178 KB 260/748 KB 1040/1822 KB 216/223 KB 144/178 KB 260/748 KB 1040/1822 KB 220/223 KB 144/178 KB 260/748 KB 1040/1822 KB 223/223 KB 144/178 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 282.5 KB/sec) unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 260/748 KB 1028/1822 KB 212/223 KB 144/178 KB 264/748 KB 1040/1822 KB 223/223 KB 144/178 KB 268/748 KB 1040/1822 KB 223/223 KB 144/178 KB 272/748 KB 1040/1822 KB 223/223 KB 144/178 KB 276/748 KB 1044/1822 KB 223/223 KB 144/178 KB 280/748 KB 1044/1822 KB 223/223 KB 148/178 KB 284/748 KB 1044/1822 KB 223/223 KB 148/178 KB 288/748 KB 1044/1822 KB 223/223 KB 148/178 KB 272/748 KB 1044/1822 KB 223/223 KB 144/178 KB 288/748 KB 1048/1822 KB 223/223 KB 148/178 KB 288/748 KB 1052/1822 KB 223/223 KB 148/178 KB 276/748 KB 1044/1822 KB 223/223 KB 148/178 KB 288/748 KB 1052/1822 KB 223/223 KB 152/178 KB 288/748 KB 1052/1822 KB 223/223 KB 156/178 KB 288/748 KB 1052/1822 KB 223/223 KB 160/178 KB 288/748 KB 1056/1822 KB 223/223 KB 160/178 KB 288/748 KB 1056/1822 KB 223/223 KB 164/178 KB 288/748 KB 1060/1822 KB 223/223 KB 168/178 KB 292/748 KB 1060/1822 KB 223/223 KB 172/178 KB 292/748 KB 1060/1822 KB 223/223 KB 176/178 KB 292/748 KB 1060/1822 KB 223/223 KB 178/178 KB 288/748 KB 1060/1822 KB 223/223 KB 164/178 KB 292/748 KB 1064/1822 KB 223/223 KB 178/178 KB 292/748 KB 1068/1822 KB 223/223 KB 178/178 KB 292/748 KB 1072/1822 KB 223/223 KB 178/178 KB 292/748 KB 1060/1822 KB 223/223 KB 168/178 KB 296/748 KB 1072/1822 KB 223/223 KB 178/178 KB 300/748 KB 1072/1822 KB 223/223 KB 178/178 KB 304/748 KB 1072/1822 KB 223/223 KB 178/178 KB 304/748 KB 4/23 KB 1072/1822 KB 223/223 KB 178/178 KB 304/748 KB 8/23 KB 1072/1822 KB 223/223 KB 178/178 KB 304/748 KB 12/23 KB 1072/1822 KB 223/223 KB 178/178 KB 304/748 KB 16/23 KB 1072/1822 KB 223/223 KB 178/178 KB 304/748 KB 20/23 KB 1072/1822 KB 223/223 KB 178/178 KB 304/748 KB 23/23 KB 1072/1822 KB 178/178 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 226.6 KB/sec) unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 304/748 KB 23/23 KB 1076/1822 KB 178/178 KB 308/748 KB 4/55 KB 23/23 KB 1080/1822 KB 178/178 KB 308/748 KB 4/55 KB 23/23 KB 1084/1822 KB 178/178 KB 308/748 KB 4/55 KB 23/23 KB 1088/1822 KB 178/178 KB 308/748 KB 4/55 KB 23/23 KB 1092/1822 KB 178/178 KB 308/748 KB 4/55 KB 23/23 KB 1096/1822 KB 178/178 KB 308/748 KB 4/55 KB 23/23 KB 1100/1822 KB 178/178 KB 308/748 KB 4/55 KB 23/23 KB 1104/1822 KB 178/178 KB 308/748 KB 4/55 KB 23/23 KB 1108/1822 KB 178/178 KB 308/748 KB 4/55 KB 23/23 KB 1112/1822 KB 178/178 KB 308/748 KB 4/55 KB 23/23 KB 1116/1822 KB 178/178 KB 308/748 KB 4/55 KB 23/23 KB 1120/1822 KB 178/178 KB 308/748 KB 4/55 KB 23/23 KB 1124/1822 KB 178/178 KB 308/748 KB 4/55 KB 23/23 KB 1128/1822 KB 178/178 KB 308/748 KB 4/55 KB 23/23 KB 1132/1822 KB 178/178 KB 308/748 KB 4/55 KB 23/23 KB 1136/1822 KB 178/178 KB 308/748 KB 4/55 KB 23/23 KB 1076/1822 KB 178/178 KB 308/748 KB 23/23 KB 1076/1822 KB 178/178 KB 312/748 KB 4/55 KB 23/23 KB 1136/1822 KB 316/748 KB 4/55 KB 23/23 KB 1136/1822 KB 320/748 KB 4/55 KB 23/23 KB 1136/1822 KB 324/748 KB 4/55 KB 23/23 KB 1136/1822 KB 328/748 KB 4/55 KB 23/23 KB 1136/1822 KB 332/748 KB 4/55 KB 23/23 KB 1136/1822 KB 336/748 KB 4/55 KB 23/23 KB 1136/1822 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 177.8 KB/sec) unit-abot-epc-basic-0: 14:56:48 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: 14:56:48 DEBUG unit.abot-epc-basic/0.install 340/748 KB 4/55 KB 23/23 KB 1136/1822 KB 344/748 KB 4/55 KB 23/23 KB 1136/1822 KB 348/748 KB 4/55 KB 23/23 KB 1136/1822 KB 352/748 KB 4/55 KB 23/23 KB 1136/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 22.8 KB/sec) unit-abot-epc-basic-0: 14:56:48 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.jar unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 352/748 KB 8/55 KB 1136/1822 KB 352/748 KB 12/55 KB 1136/1822 KB 352/748 KB 16/55 KB 1136/1822 KB 356/748 KB 16/55 KB 1136/1822 KB 360/748 KB 20/55 KB 1136/1822 KB 364/748 KB 20/55 KB 1136/1822 KB 368/748 KB 20/55 KB 1136/1822 KB 372/748 KB 20/55 KB 1136/1822 KB 376/748 KB 20/55 KB 1140/1822 KB 380/748 KB 20/55 KB 1140/1822 KB 384/748 KB 20/55 KB 1140/1822 KB 356/748 KB 20/55 KB 1136/1822 KB 384/748 KB 24/55 KB 1140/1822 KB 384/748 KB 28/55 KB 1140/1822 KB 384/748 KB 32/55 KB 1140/1822 KB 372/748 KB 20/55 KB 1140/1822 KB 384/748 KB 32/55 KB 1144/1822 KB 384/748 KB 32/55 KB 1148/1822 KB 384/748 KB 32/55 KB 1152/1822 KB 384/748 KB 32/55 KB 1156/1822 KB 388/748 KB 36/55 KB 1160/1822 KB 388/748 KB 36/55 KB 1164/1822 KB 388/748 KB 36/55 KB 1168/1822 KB 388/748 KB 36/55 KB 3/1210 KB 1172/1822 KB 388/748 KB 36/55 KB 3/1210 KB 1176/1822 KB 4/471 KB 388/748 KB 36/55 KB 3/1210 KB 1180/1822 KB 4/471 KB 388/748 KB 36/55 KB 3/1210 KB 1184/1822 KB 4/471 KB 388/748 KB 36/55 KB 3/1210 KB 1188/1822 KB 4/471 KB 388/748 KB 36/55 KB 1156/1822 KB 392/748 KB 36/55 KB 3/1210 KB 1188/1822 KB 4/471 KB 396/748 KB 36/55 KB 3/1210 KB 1188/1822 KB 4/471 KB 384/748 KB 36/55 KB 1156/1822 KB 396/748 KB 40/55 KB 3/1210 KB 1188/1822 KB 4/471 KB 388/748 KB 36/55 KB 3/1210 KB 1172/1822 KB 4/471 KB 396/748 KB 40/55 KB 3/1210 KB 1188/1822 KB 8/471 KB 396/748 KB 40/55 KB 3/1210 KB 1188/1822 KB 12/471 KB 396/748 KB 40/55 KB 3/1210 KB 1188/1822 KB 16/471 KB 396/748 KB 40/55 KB 3/1210 KB 1188/1822 KB 20/471 KB 388/748 KB 36/55 KB 3/1210 KB 1168/1822 KB 396/748 KB 40/55 KB 5/1210 KB 1188/1822 KB 24/471 KB 396/748 KB 40/55 KB 8/1210 KB 1188/1822 KB 24/471 KB 396/748 KB 40/55 KB 11/1210 KB 1188/1822 KB 24/471 KB 396/748 KB 40/55 KB 11/1210 KB 1192/1822 KB 24/471 KB 396/748 KB 40/55 KB 11/1210 KB 1196/1822 KB 24/471 KB 396/748 KB 40/55 KB 11/1210 KB 1200/1822 KB 24/471 KB 396/748 KB 40/55 KB 11/1210 KB 1204/1822 KB 24/471 KB 396/748 KB 40/55 KB 11/1210 KB 1208/1822 KB 24/471 KB 396/748 KB 40/55 KB 11/1210 KB 1212/1822 KB 24/471 KB 396/748 KB 40/55 KB 11/1210 KB 1216/1822 KB 24/471 KB 396/748 KB 40/55 KB 11/1210 KB 1220/1822 KB 24/471 KB 400/748 KB 44/55 KB 13/1210 KB 1220/1822 KB 24/471 KB 400/748 KB 44/55 KB 16/1210 KB 1220/1822 KB 24/471 KB 400/748 KB 44/55 KB 19/1210 KB 1220/1822 KB 24/471 KB 400/748 KB 44/55 KB 21/1210 KB 1220/1822 KB 24/471 KB 400/748 KB 44/55 KB 24/1210 KB 1220/1822 KB 24/471 KB 400/748 KB 44/55 KB 27/1210 KB 1220/1822 KB 24/471 KB 400/748 KB 44/55 KB 29/1210 KB 1220/1822 KB 24/471 KB 400/748 KB 44/55 KB 32/1210 KB 1220/1822 KB 24/471 KB 400/748 KB 44/55 KB 36/1210 KB 1220/1822 KB 24/471 KB 400/748 KB 44/55 KB 40/1210 KB 1220/1822 KB 24/471 KB 400/748 KB 44/55 KB 11/1210 KB 1220/1822 KB 24/471 KB 404/748 KB 44/55 KB 40/1210 KB 1220/1822 KB 24/471 KB 408/748 KB 44/55 KB 40/1210 KB 1220/1822 KB 24/471 KB 412/748 KB 44/55 KB 44/1210 KB 1220/1822 KB 24/471 KB 416/748 KB 44/55 KB 44/1210 KB 1220/1822 KB 24/471 KB 396/748 KB 44/55 KB 11/1210 KB 1220/1822 KB 24/471 KB 416/748 KB 48/55 KB 44/1210 KB 1220/1822 KB 24/471 KB 416/748 KB 52/55 KB 44/1210 KB 1220/1822 KB 24/471 KB 416/748 KB 55/55 KB 44/1210 KB 1220/1822 KB 24/471 KB 396/748 KB 40/55 KB 11/1210 KB 1220/1822 KB 24/471 KB 416/748 KB 55/55 KB 44/1210 KB 1220/1822 KB 28/471 KB 416/748 KB 55/55 KB 44/1210 KB 1220/1822 KB 32/471 KB 416/748 KB 55/55 KB 44/1210 KB 1220/1822 KB 36/471 KB 416/748 KB 55 unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install /55 KB 44/1210 KB 1220/1822 KB 40/471 KB 416/748 KB 55/55 KB 44/1210 KB 1220/1822 KB 44/471 KB 416/748 KB 55/55 KB 44/1210 KB 1220/1822 KB 48/471 KB 416/748 KB 55/55 KB 44/1210 KB 1220/1822 KB 52/471 KB 416/748 KB 55/55 KB 44/1210 KB 1220/1822 KB 56/471 KB 416/748 KB 55/55 KB 44/1210 KB 1220/1822 KB 60/471 KB 416/748 KB 55/55 KB 44/1210 KB 1220/1822 KB 64/471 KB 408/748 KB 44/55 KB 44/1210 KB 1220/1822 KB 24/471 KB 416/748 KB 55/55 KB 48/1210 KB 1220/1822 KB 64/471 KB 416/748 KB 55/55 KB 52/1210 KB 1220/1822 KB 64/471 KB 420/748 KB 55/55 KB 56/1210 KB 1220/1822 KB 68/471 KB 420/748 KB 55/55 KB 60/1210 KB 1220/1822 KB 68/471 KB 420/748 KB 55/55 KB 64/1210 KB 1220/1822 KB 68/471 KB 420/748 KB 55/55 KB 52/1210 KB 1220/1822 KB 68/471 KB 424/748 KB 55/55 KB 64/1210 KB 1220/1822 KB 68/471 KB 428/748 KB 55/55 KB 64/1210 KB 1220/1822 KB 68/471 KB 432/748 KB 55/55 KB 64/1210 KB 1220/1822 KB 68/471 KB 436/748 KB 55/55 KB 64/1210 KB 1220/1822 KB 68/471 KB 440/748 KB 55/55 KB 68/1210 KB 1220/1822 KB 68/471 KB 444/748 KB 55/55 KB 68/1210 KB 1220/1822 KB 68/471 KB 448/748 KB 55/55 KB 68/1210 KB 1220/1822 KB 68/471 KB 416/748 KB 55/55 KB 52/1210 KB 1220/1822 KB 68/471 KB 448/748 KB 55/55 KB 68/1210 KB 1220/1822 KB 72/471 KB 448/748 KB 55/55 KB 68/1210 KB 1220/1822 KB 76/471 KB 448/748 KB 55/55 KB 68/1210 KB 1220/1822 KB 80/471 KB 448/748 KB 55/55 KB 68/1210 KB 1220/1822 KB 84/471 KB 448/748 KB 55/55 KB 68/1210 KB 1220/1822 KB 88/471 KB 448/748 KB 55/55 KB 68/1210 KB 1220/1822 KB 92/471 KB 448/748 KB 55/55 KB 68/1210 KB 1220/1822 KB 96/471 KB 448/748 KB 55/55 KB 68/1210 KB 1220/1822 KB 100/471 KB 452/748 KB 68/1210 KB 1224/1822 KB 104/471 KB 452/748 KB 68/1210 KB 1224/1822 KB 108/471 KB 452/748 KB 68/1210 KB 1224/1822 KB 112/471 KB 436/748 KB 55/55 KB 68/1210 KB 1220/1822 KB 68/471 KB 452/748 KB 72/1210 KB 1224/1822 KB 112/471 KB 452/748 KB 76/1210 KB 1224/1822 KB 112/471 KB 452/748 KB 80/1210 KB 1224/1822 KB 112/471 KB 452/748 KB 84/1210 KB 1224/1822 KB 112/471 KB 452/748 KB 88/1210 KB 1224/1822 KB 112/471 KB 452/748 KB 92/1210 KB 1224/1822 KB 112/471 KB 452/748 KB 96/1210 KB 1224/1822 KB 112/471 KB 452/748 KB 68/1210 KB 1224/1822 KB 100/471 KB 452/748 KB 96/1210 KB 1228/1822 KB 112/471 KB 452/748 KB 96/1210 KB 1232/1822 KB 116/471 KB 452/748 KB 96/1210 KB 1236/1822 KB 116/471 KB 452/748 KB 100/1210 KB 1240/1822 KB 116/471 KB 452/748 KB 100/1210 KB 1244/1822 KB 116/471 KB 452/748 KB 100/1210 KB 1248/1822 KB 116/471 KB 452/748 KB 100/1210 KB 1252/1822 KB 116/471 KB 452/748 KB 68/1210 KB 1220/1822 KB 100/471 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 52.2 KB/sec) unit-abot-epc-basic-0: 14:56:48 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: 14:56:48 DEBUG unit.abot-epc-basic/0.install 456/748 KB 100/1210 KB 1252/1822 KB 116/471 KB 460/748 KB 100/1210 KB 1252/1822 KB 116/471 KB 464/748 KB 100/1210 KB 1252/1822 KB 116/471 KB 468/748 KB 100/1210 KB 1252/1822 KB 116/471 KB 472/748 KB 100/1210 KB 1252/1822 KB 116/471 KB 476/748 KB 100/1210 KB 1252/1822 KB 116/471 KB 480/748 KB 100/1210 KB 1252/1822 KB 116/471 KB 452/748 KB 100/1210 KB 1236/1822 KB 116/471 KB 480/748 KB 104/1210 KB 1252/1822 KB 116/471 KB 480/748 KB 108/1210 KB 1252/1822 KB 116/471 KB 452/748 KB 96/1210 KB 1228/1822 KB 116/471 KB 480/748 KB 112/1210 KB 1252/1822 KB 120/471 KB 480/748 KB 112/1210 KB 1252/1822 KB 124/471 KB 480/748 KB 112/1210 KB 1252/1822 KB 128/471 KB 480/748 KB 112/1210 KB 1252/1822 KB 132/471 KB 484/748 KB 112/1210 KB 1252/1822 KB 136/471 KB 484/748 KB 112/1210 KB 1252/1822 KB 140/471 KB 484/748 KB 112/1210 KB 1252/1822 KB 144/471 KB 484/748 KB 112/1210 KB 1252/1822 KB 132/471 KB 480/748 KB 112/1210 KB 1252/1822 KB 116/471 KB 484/748 KB 116/1210 KB 1256/1822 KB 144/471 KB 484/748 KB 120/1210 KB 1256/1822 KB 144/471 KB 488/748 KB 124/1210 KB 1256/1822 KB 148/471 KB 488/748 KB 128/1210 KB 1256/1822 KB 148/471 KB 484/748 KB 112/1210 KB 1256/1822 KB 144/471 KB 488/748 KB 128/1210 KB 1260/1822 KB 148/471 KB 488/748 KB 128/1210 KB 1264/1822 KB 148/471 KB 488/748 KB 132/1210 KB 1264/1822 KB 148/471 KB 488/748 KB 136/1210 KB 1268/1822 KB 148/471 KB 488/748 KB 140/1210 KB 1268/1822 KB 148/471 KB 488/748 KB 144/1210 KB 1268/1822 KB 148/471 KB 488/748 KB 120/1210 KB 1256/1822 KB 148/471 KB 488/748 KB 144/1210 KB 1268/1822 KB 152/471 KB 488/748 KB 144/1210 KB 1268/1822 KB 156/471 KB 488/748 KB 144/1210 KB 1268/1822 KB 160/471 KB 488/748 KB 144/1210 KB 1268/1822 KB 164/471 KB 4/93 KB 488/748 KB 148/1210 KB 1268/1822 KB 168/471 KB 4/93 KB 488/748 KB 148/1210 KB 1268/1822 KB 172/471 KB 4/93 KB 488/748 KB 148/1210 KB 1268/1822 KB 176/471 KB 4/93 KB 488/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 488/748 KB 120/1210 KB 1256/1822 KB 144/471 KB 4/93 KB 492/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 4/93 KB 496/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 4/93 KB 500/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 4/93 KB 504/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 4/93 KB 508/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 4/93 KB 512/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 4/93 KB 516/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 4/93 KB 488/748 KB 148/1210 KB 1268/1822 KB 164/471 KB 4/93 KB 488/748 KB 144/1210 KB 1268/1822 KB 164/471 KB 8/93 KB 516/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 12/93 KB 516/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 16/93 KB 516/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 20/93 KB 516/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 24/93 KB 516/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 28/93 KB 516/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 32/93 KB 516/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 36/93 KB 516/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 40/93 KB 516/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 44/93 KB 516/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 48/93 KB 516/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 52/93 KB 516/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 56/93 KB 516/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 60/93 KB 516/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 64/93 KB 516/748 KB 148/1210 KB 1268/1822 KB 180/471 KB 488/748 KB 132/1210 KB 1268/1822 KB 148/471 KB 64/93 KB 516/748 KB 148/1210 KB 1272/1822 KB 180/471 KB 64/93 KB 516/748 KB 148/1210 KB 12 unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 76/1822 KB 180/471 KB 64/93 KB 516/748 KB 148/1210 KB 1280/1822 KB 180/471 KB 64/93 KB 516/748 KB 148/1210 KB 1284/1822 KB 180/471 KB 68/93 KB 516/748 KB 152/1210 KB 1288/1822 KB 180/471 KB 68/93 KB 520/748 KB 152/1210 KB 1292/1822 KB 180/471 KB 68/93 KB 520/748 KB 152/1210 KB 1296/1822 KB 180/471 KB 68/93 KB 516/748 KB 152/1210 KB 1284/1822 KB 180/471 KB 68/93 KB 520/748 KB 156/1210 KB 1296/1822 KB 180/471 KB 68/93 KB 520/748 KB 160/1210 KB 1296/1822 KB 180/471 KB 68/93 KB 516/748 KB 148/1210 KB 1284/1822 KB 180/471 KB 72/93 KB 520/748 KB 160/1210 KB 1296/1822 KB 180/471 KB 76/93 KB 520/748 KB 160/1210 KB 1296/1822 KB 180/471 KB 80/93 KB 520/748 KB 160/1210 KB 1296/1822 KB 180/471 KB 68/93 KB 520/748 KB 152/1210 KB 1288/1822 KB 180/471 KB 80/93 KB 524/748 KB 160/1210 KB 1296/1822 KB 180/471 KB 80/93 KB 528/748 KB 160/1210 KB 1296/1822 KB 180/471 KB 80/93 KB 532/748 KB 160/1210 KB 1296/1822 KB 180/471 KB 84/93 KB 536/748 KB 164/1210 KB 1300/1822 KB 184/471 KB 84/93 KB 540/748 KB 164/1210 KB 1300/1822 KB 184/471 KB 84/93 KB 544/748 KB 164/1210 KB 1300/1822 KB 184/471 KB 84/93 KB 532/748 KB 164/1210 KB 1300/1822 KB 184/471 KB 84/93 KB 544/748 KB 164/1210 KB 1304/1822 KB 184/471 KB 84/93 KB 544/748 KB 164/1210 KB 1308/1822 KB 184/471 KB 84/93 KB 544/748 KB 164/1210 KB 1312/1822 KB 184/471 KB 84/93 KB 532/748 KB 164/1210 KB 1296/1822 KB 184/471 KB 84/93 KB 544/748 KB 164/1210 KB 1312/1822 KB 188/471 KB 84/93 KB 544/748 KB 164/1210 KB 1312/1822 KB 192/471 KB 84/93 KB 544/748 KB 164/1210 KB 1312/1822 KB 196/471 KB 84/93 KB 548/748 KB 164/1210 KB 1312/1822 KB 200/471 KB 84/93 KB 548/748 KB 164/1210 KB 1312/1822 KB 204/471 KB 84/93 KB 548/748 KB 164/1210 KB 1312/1822 KB 208/471 KB 84/93 KB 548/748 KB 164/1210 KB 1312/1822 KB 212/471 KB 84/93 KB 548/748 KB 164/1210 KB 1316/1822 KB 216/471 KB 84/93 KB 548/748 KB 164/1210 KB 1316/1822 KB 220/471 KB 84/93 KB 548/748 KB 164/1210 KB 1316/1822 KB 224/471 KB 84/93 KB 532/748 KB 164/1210 KB 1296/1822 KB 180/471 KB 88/93 KB 548/748 KB 164/1210 KB 1316/1822 KB 224/471 KB 92/93 KB 548/748 KB 164/1210 KB 1316/1822 KB 224/471 KB 93/93 KB 548/748 KB 164/1210 KB 1316/1822 KB 224/471 KB 80/93 KB 532/748 KB 164/1210 KB 1296/1822 KB 180/471 KB 93/93 KB 548/748 KB 168/1210 KB 1316/1822 KB 224/471 KB 93/93 KB 548/748 KB 172/1210 KB 1316/1822 KB 224/471 KB 93/93 KB 548/748 KB 176/1210 KB 1316/1822 KB 224/471 KB 93/93 KB 548/748 KB 180/1210 KB 1316/1822 KB 224/471 KB 93/93 KB 548/748 KB 184/1210 KB 1316/1822 KB 224/471 KB 93/93 KB 548/748 KB 188/1210 KB 1316/1822 KB 224/471 KB 93/93 KB 548/748 KB 192/1210 KB 1316/1822 KB 224/471 KB 84/93 KB 548/748 KB 164/1210 KB 1316/1822 KB 212/471 KB 93/93 KB 548/748 KB 192/1210 KB 1320/1822 KB 224/471 KB 93/93 KB 548/748 KB 192/1210 KB 1324/1822 KB 224/471 KB 93/93 KB 548/748 KB 192/1210 KB 1328/1822 KB 224/471 KB 93/93 KB 548/748 KB 192/1210 KB 1332/1822 KB 224/471 KB 93/93 KB 548/748 KB 196/1210 KB 1336/1822 KB 228/471 KB 93/93 KB 548/748 KB 196/1210 KB 1340/1822 KB 228/471 KB 93/93 KB 548/748 KB 196/1210 KB 1344/1822 KB 228/471 KB 84/93 KB 548/748 KB 164/1210 KB 1312/1822 KB 196/471 KB 93/93 KB 552/748 KB 196/1210 KB 1344/1822 KB 228/471 KB 93/93 KB 556/748 KB 196/1210 KB 1344/1822 KB 228/471 KB 93/93 KB 560/748 KB 196/1210 KB 1344/1822 KB 228/471 KB 93/93 KB 564/748 KB 196/1210 KB 1344/1822 KB 228/471 KB 93/93 KB 568/748 KB 196/1210 KB 1344/1822 KB 228/471 KB 93/93 KB 572/748 KB 196/1210 KB 1344/1822 K unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install B 228/471 KB 93/93 KB 576/748 KB 196/1210 KB 1344/1822 KB 228/471 KB 93/93 KB 576/748 KB 196/1210 KB 1348/1822 KB 228/471 KB 93/93 KB 580/748 KB 196/1210 KB 1352/1822 KB 228/471 KB 93/93 KB 580/748 KB 196/1210 KB 1356/1822 KB 228/471 KB 93/93 KB 580/748 KB 196/1210 KB 1360/1822 KB 228/471 KB 93/93 KB 548/748 KB 196/1210 KB 1332/1822 KB 228/471 KB 93/93 KB 580/748 KB 196/1210 KB 1360/1822 KB 232/471 KB 93/93 KB 580/748 KB 196/1210 KB 1360/1822 KB 236/471 KB 93/93 KB 580/748 KB 196/1210 KB 1360/1822 KB 240/471 KB 93/93 KB 548/748 KB 196/1210 KB 1332/1822 KB 224/471 KB 93/93 KB 580/748 KB 200/1210 KB 1360/1822 KB 240/471 KB 93/93 KB 580/748 KB 204/1210 KB 1360/1822 KB 240/471 KB 93/93 KB 580/748 KB 208/1210 KB 1360/1822 KB 240/471 KB 93/93 KB 580/748 KB 212/1210 KB 1360/1822 KB 240/471 KB 93/93 KB 580/748 KB 216/1210 KB 1360/1822 KB 244/471 KB 93/93 KB 580/748 KB 220/1210 KB 1360/1822 KB 244/471 KB 93/93 KB 580/748 KB 224/1210 KB 1360/1822 KB 244/471 KB 93/93 KB 580/748 KB 196/1210 KB 1348/1822 KB 228/471 KB 93/93 KB 584/748 KB 224/1210 KB 1360/1822 KB 244/471 KB 588/748 KB 224/1210 KB 1360/1822 KB 244/471 KB 592/748 KB 224/1210 KB 1360/1822 KB 244/471 KB 592/748 KB 224/1210 KB 1364/1822 KB 244/471 KB 596/748 KB 228/1210 KB 1368/1822 KB 244/471 KB 596/748 KB 228/1210 KB 1372/1822 KB 244/471 KB 596/748 KB 228/1210 KB 1376/1822 KB 244/471 KB 93/93 KB 580/748 KB 212/1210 KB 1360/1822 KB 244/471 KB 596/748 KB 228/1210 KB 1376/1822 KB 248/471 KB 596/748 KB 228/1210 KB 1376/1822 KB 252/471 KB 596/748 KB 228/1210 KB 1376/1822 KB 256/471 KB 596/748 KB 228/1210 KB 1376/1822 KB 260/471 KB 596/748 KB 228/1210 KB 1376/1822 KB 264/471 KB 596/748 KB 228/1210 KB 1376/1822 KB 268/471 KB 596/748 KB 228/1210 KB 1376/1822 KB 272/471 KB 596/748 KB 228/1210 KB 1380/1822 KB 276/471 KB 596/748 KB 228/1210 KB 1380/1822 KB 280/471 KB 596/748 KB 228/1210 KB 1364/1822 KB 244/471 KB 592/748 KB 228/1210 KB 1364/1822 KB 244/471 KB 596/748 KB 232/1210 KB 1380/1822 KB 280/471 KB 596/748 KB 236/1210 KB 1380/1822 KB 280/471 KB 600/748 KB 240/1210 KB 1380/1822 KB 280/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 85.3 KB/sec) unit-abot-epc-basic-0: 14:56:48 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: 14:56:48 DEBUG unit.abot-epc-basic/0.install 600/748 KB 236/1210 KB 1380/1822 KB 280/471 KB 604/748 KB 240/1210 KB 1380/1822 KB 280/471 KB 608/748 KB 240/1210 KB 1380/1822 KB 280/471 KB 612/748 KB 240/1210 KB 1380/1822 KB 280/471 KB 616/748 KB 244/1210 KB 1380/1822 KB 280/471 KB 620/748 KB 244/1210 KB 1380/1822 KB 280/471 KB 624/748 KB 244/1210 KB 1380/1822 KB 280/471 KB 628/748 KB 244/1210 KB 1380/1822 KB 280/471 KB 632/748 KB 244/1210 KB 1380/1822 KB 284/471 KB 636/748 KB 244/1210 KB 1380/1822 KB 284/471 KB 640/748 KB 244/1210 KB 1380/1822 KB 284/471 KB 644/748 KB 244/1210 KB 1380/1822 KB 284/471 KB 596/748 KB 228/1210 KB 1380/1822 KB 272/471 KB 644/748 KB 244/1210 KB 1384/1822 KB 284/471 KB 644/748 KB 244/1210 KB 1388/1822 KB 284/471 KB 644/748 KB 244/1210 KB 1392/1822 KB 284/471 KB 628/748 KB 244/1210 KB 1380/1822 KB 284/471 KB 644/748 KB 244/1210 KB 1392/1822 KB 288/471 KB 644/748 KB 244/1210 KB 1392/1822 KB 292/471 KB 644/748 KB 244/1210 KB 1396/1822 KB 296/471 KB 644/748 KB 244/1210 KB 1396/1822 KB 300/471 KB 644/748 KB 244/1210 KB 1396/1822 KB 304/471 KB 612/748 KB 244/1210 KB 1380/1822 KB 280/471 KB 644/748 KB 248/1210 KB 1396/1822 KB 304/471 KB 644/748 KB 252/1210 KB 1396/1822 KB 304/471 KB 644/748 KB 256/1210 KB 1396/1822 KB 304/471 KB 644/748 KB 260/1210 KB 1396/1822 KB 304/471 KB 644/748 KB 264/1210 KB 1396/1822 KB 304/471 KB 644/748 KB 244/1210 KB 1396/1822 KB 292/471 KB 644/748 KB 268/1210 KB 1400/1822 KB 304/471 KB 644/748 KB 268/1210 KB 1404/1822 KB 304/471 KB 644/748 KB 268/1210 KB 1408/1822 KB 304/471 KB 644/748 KB 268/1210 KB 1404/1822 KB 304/471 KB 644/748 KB 272/1210 KB 1408/1822 KB 304/471 KB 644/748 KB 276/1210 KB 1408/1822 KB 304/471 KB 648/748 KB 280/1210 KB 1412/1822 KB 308/471 KB 648/748 KB 284/1210 KB 1412/1822 KB 308/471 KB 648/748 KB 288/1210 KB 1412/1822 KB 308/471 KB 648/748 KB 276/1210 KB 1412/1822 KB 308/471 KB 652/748 KB 288/1210 KB 1412/1822 KB 308/471 KB 656/748 KB 288/1210 KB 1412/1822 KB 308/471 KB 644/748 KB 276/1210 KB 1412/1822 KB 308/471 KB 656/748 KB 288/1210 KB 1412/1822 KB 312/471 KB 656/748 KB 288/1210 KB 1412/1822 KB 316/471 KB 656/748 KB 288/1210 KB 4/53 KB 1412/1822 KB 320/471 KB 656/748 KB 288/1210 KB 4/53 KB 1412/1822 KB 324/471 KB 660/748 KB 292/1210 KB 4/53 KB 1412/1822 KB 328/471 KB 660/748 KB 292/1210 KB 4/53 KB 1412/1822 KB 332/471 KB 660/748 KB 292/1210 KB 4/53 KB 1412/1822 KB 336/471 KB 644/748 KB 276/1210 KB 1412/1822 KB 304/471 KB 660/748 KB 292/1210 KB 4/53 KB 1416/1822 KB 336/471 KB 660/748 KB 292/1210 KB 4/53 KB 1420/1822 KB 336/471 KB 660/748 KB 292/1210 KB 4/53 KB 1424/1822 KB 336/471 KB 660/748 KB 292/1210 KB 4/53 KB 1428/1822 KB 336/471 KB 660/748 KB 292/1210 KB 4/53 KB 1432/1822 KB 336/471 KB 660/748 KB 292/1210 KB 4/53 KB 1436/1822 KB 336/471 KB 660/748 KB 292/1210 KB 4/53 KB 1440/1822 KB 336/471 KB 660/748 KB 292/1210 KB 4/53 KB 1444/1822 KB 336/471 KB 660/748 KB 292/1210 KB 4/53 KB 1448/1822 KB 340/471 KB 660/748 KB 292/1210 KB 4/53 KB 1452/1822 KB 340/471 KB 660/748 KB 292/1210 KB 4/53 KB 1456/1822 KB 340/471 KB 660/748 KB 292/1210 KB 4/53 KB 1460/1822 KB 340/471 KB 660/748 KB 292/1210 KB 4/53 KB 1412/1822 KB 324/471 KB 660/748 KB 288/1210 KB 4/53 KB 1412/1822 KB 324/471 KB 656/748 KB 288/1210 KB 4/53 KB 1412/1822 KB 316/471 KB 660/748 KB 292/1210 KB 8/53 KB 1460/1822 KB 340/471 KB 660/748 KB 292/1210 KB 12/53 KB 1460/1822 KB 340/471 KB 660/748 KB 292/1210 KB 16/53 KB 1460/1822 KB 340/471 KB 660/748 KB 292/1210 KB 20/53 KB 1460/1822 KB 340 unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install /471 KB 660/748 KB 292/1210 KB 24/53 KB 1460/1822 KB 340/471 KB 660/748 KB 292/1210 KB 28/53 KB 1460/1822 KB 340/471 KB 660/748 KB 292/1210 KB 32/53 KB 1460/1822 KB 340/471 KB 660/748 KB 292/1210 KB 36/53 KB 1460/1822 KB 340/471 KB 660/748 KB 292/1210 KB 40/53 KB 1460/1822 KB 340/471 KB 660/748 KB 292/1210 KB 44/53 KB 1460/1822 KB 340/471 KB 660/748 KB 292/1210 KB 48/53 KB 1460/1822 KB 340/471 KB 660/748 KB 292/1210 KB 52/53 KB 1460/1822 KB 340/471 KB 660/748 KB 292/1210 KB 53/53 KB 1460/1822 KB 340/471 KB 664/748 KB 292/1210 KB 53/53 KB 1460/1822 KB 340/471 KB 668/748 KB 296/1210 KB 53/53 KB 1460/1822 KB 340/471 KB 672/748 KB 296/1210 KB 53/53 KB 1460/1822 KB 340/471 KB 676/748 KB 296/1210 KB 53/53 KB 1460/1822 KB 340/471 KB 680/748 KB 296/1210 KB 53/53 KB 1460/1822 KB 340/471 KB 684/748 KB 296/1210 KB 53/53 KB 1460/1822 KB 340/471 KB 688/748 KB 296/1210 KB 53/53 KB 1460/1822 KB 340/471 KB 692/748 KB 296/1210 KB 53/53 KB 1460/1822 KB 340/471 KB 696/748 KB 296/1210 KB 53/53 KB 1460/1822 KB 340/471 KB 700/748 KB 296/1210 KB 53/53 KB 1460/1822 KB 340/471 KB 704/748 KB 296/1210 KB 53/53 KB 1460/1822 KB 340/471 KB 708/748 KB 296/1210 KB 53/53 KB 1464/1822 KB 340/471 KB 712/748 KB 296/1210 KB 53/53 KB 1464/1822 KB 340/471 KB 716/748 KB 296/1210 KB 53/53 KB 1464/1822 KB 340/471 KB 720/748 KB 296/1210 KB 53/53 KB 1464/1822 KB 340/471 KB 724/748 KB 296/1210 KB 53/53 KB 1464/1822 KB 340/471 KB 660/748 KB 292/1210 KB 4/53 KB 1444/1822 KB 340/471 KB 724/748 KB 296/1210 KB 53/53 KB 1464/1822 KB 344/471 KB 724/748 KB 296/1210 KB 53/53 KB 1464/1822 KB 348/471 KB 724/748 KB 296/1210 KB 53/53 KB 1464/1822 KB 352/471 KB 724/748 KB 296/1210 KB 53/53 KB 1464/1822 KB 356/471 KB 724/748 KB 296/1210 KB 53/53 KB 1464/1822 KB 360/471 KB 724/748 KB 296/1210 KB 53/53 KB 1464/1822 KB 364/471 KB 704/748 KB 296/1210 KB 53/53 KB 1464/1822 KB 340/471 KB 664/748 KB 296/1210 KB 53/53 KB 1460/1822 KB 340/471 KB 724/748 KB 300/1210 KB 53/53 KB 1464/1822 KB 364/471 KB 724/748 KB 304/1210 KB 53/53 KB 1464/1822 KB 364/471 KB 724/748 KB 308/1210 KB 53/53 KB 1464/1822 KB 364/471 KB 724/748 KB 312/1210 KB 53/53 KB 1464/1822 KB 364/471 KB 724/748 KB 316/1210 KB 53/53 KB 1464/1822 KB 364/471 KB 724/748 KB 320/1210 KB 53/53 KB 1464/1822 KB 364/471 KB 724/748 KB 324/1210 KB 53/53 KB 1464/1822 KB 364/471 KB 724/748 KB 328/1210 KB 53/53 KB 1464/1822 KB 364/471 KB 724/748 KB 332/1210 KB 53/53 KB 1464/1822 KB 364/471 KB 724/748 KB 336/1210 KB 53/53 KB 1464/1822 KB 364/471 KB 724/748 KB 340/1210 KB 53/53 KB 1464/1822 KB 364/471 KB 724/748 KB 340/1210 KB 53/53 KB 1468/1822 KB 368/471 KB 724/748 KB 340/1210 KB 53/53 KB 1468/1822 KB 364/471 KB 724/748 KB 340/1210 KB 53/53 KB 1472/1822 KB 368/471 KB 724/748 KB 340/1210 KB 53/53 KB 1476/1822 KB 368/471 KB 724/748 KB 344/1210 KB 53/53 KB 1480/1822 KB 372/471 KB 724/748 KB 344/1210 KB 53/53 KB 1484/1822 KB 372/471 KB 724/748 KB 344/1210 KB 1488/1822 KB 372/471 KB 724/748 KB 344/1210 KB 53/53 KB 1476/1822 KB 372/471 KB 724/748 KB 348/1210 KB 1488/1822 KB 372/471 KB 724/748 KB 340/1210 KB 53/53 KB 1476/1822 KB 372/471 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar (53 KB at 47.9 KB/sec) unit-abot-epc-basic-0: 14:56: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.jar unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 724/748 KB 348/1210 KB 1488/1822 KB 376/471 KB 724/748 KB 352/1210 KB 1488/1822 KB 376/471 KB 724/748 KB 356/1210 KB 1488/1822 KB 376/471 KB 728/748 KB 360/1210 KB 1492/1822 KB 380/471 KB 728/748 KB 364/1210 KB 1492/1822 KB 380/471 KB 728/748 KB 368/1210 KB 1492/1822 KB 380/471 KB 728/748 KB 356/1210 KB 1492/1822 KB 380/471 KB 732/748 KB 368/1210 KB 1492/1822 KB 380/471 KB 736/748 KB 368/1210 KB 1492/1822 KB 380/471 KB 740/748 KB 368/1210 KB 1492/1822 KB 380/471 KB 744/748 KB 372/1210 KB 1492/1822 KB 380/471 KB 748/748 KB 372/1210 KB 1492/1822 KB 380/471 KB 748/748 KB 372/1210 KB 1492/1822 KB 380/471 KB 724/748 KB 356/1210 KB 1492/1822 KB 380/471 KB 748/748 KB 372/1210 KB 1496/1822 KB 380/471 KB 748/748 KB 372/1210 KB 1500/1822 KB 380/471 KB 748/748 KB 372/1210 KB 1504/1822 KB 380/471 KB 724/748 KB 356/1210 KB 1488/1822 KB 380/471 KB 748/748 KB 372/1210 KB 1504/1822 KB 384/471 KB 748/748 KB 372/1210 KB 1504/1822 KB 388/471 KB 748/748 KB 372/1210 KB 1504/1822 KB 392/471 KB 748/748 KB 372/1210 KB 1504/1822 KB 396/471 KB 748/748 KB 372/1210 KB 1504/1822 KB 400/471 KB 748/748 KB 372/1210 KB 1504/1822 KB 404/471 KB 748/748 KB 372/1210 KB 1508/1822 KB 408/471 KB 748/748 KB 372/1210 KB 1508/1822 KB 412/471 KB 748/748 KB 372/1210 KB 1508/1822 KB 416/471 KB 748/748 KB 372/1210 KB 1508/1822 KB 420/471 KB 740/748 KB 372/1210 KB 1492/1822 KB 380/471 KB 748/748 KB 376/1210 KB 1508/1822 KB 420/471 KB 748/748 KB 380/1210 KB 1508/1822 KB 420/471 KB 748/748 KB 372/1210 KB 1508/1822 KB 404/471 KB 748/748 KB 384/1210 KB 1508/1822 KB 420/471 KB 748/748 KB 384/1210 KB 1512/1822 KB 420/471 KB 748/748 KB 384/1210 KB 1516/1822 KB 420/471 KB 748/748 KB 384/1210 KB 1520/1822 KB 420/471 KB 4/276 KB 748/748 KB 384/1210 KB 1520/1822 KB 420/471 KB 8/276 KB 748/748 KB 384/1210 KB 1520/1822 KB 420/471 KB 12/276 KB 748/748 KB 384/1210 KB 1520/1822 KB 420/471 KB 16/276 KB 748/748 KB 384/1210 KB 1520/1822 KB 420/471 KB 20/276 KB 748/748 KB 384/1210 KB 1520/1822 KB 420/471 KB 24/276 KB 748/748 KB 384/1210 KB 1520/1822 KB 420/471 KB 28/276 KB 748/748 KB 384/1210 KB 1520/1822 KB 420/471 KB 32/276 KB 748/748 KB 384/1210 KB 1520/1822 KB 420/471 KB 36/276 KB 748/748 KB 384/1210 KB 1520/1822 KB 420/471 KB 40/276 KB 748/748 KB 388/1210 KB 1520/1822 KB 420/471 KB 44/276 KB 748/748 KB 388/1210 KB 1520/1822 KB 420/471 KB 48/276 KB 748/748 KB 388/1210 KB 1524/1822 KB 420/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 668.8 KB/sec) unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 36/276 KB 748/748 KB 388/1210 KB 1520/1822 KB 420/471 KB 52/276 KB 392/1210 KB 1524/1822 KB 424/471 KB 52/276 KB 396/1210 KB 1524/1822 KB 424/471 KB 52/276 KB 400/1210 KB 1524/1822 KB 424/471 KB 52/276 KB 404/1210 KB 1524/1822 KB 424/471 KB 52/276 KB 408/1210 KB 1524/1822 KB 424/471 KB 52/276 KB 388/1210 KB 1524/1822 KB 424/471 KB 56/276 KB 408/1210 KB 1524/1822 KB 424/471 KB 60/276 KB 408/1210 KB 1524/1822 KB 424/471 KB 64/276 KB 408/1210 KB 1524/1822 KB 424/471 KB 48/276 KB 388/1210 KB 1524/1822 KB 424/471 KB 64/276 KB 408/1210 KB 1524/1822 KB 428/471 KB 64/276 KB 408/1210 KB 1524/1822 KB 432/471 KB 44/276 KB 748/748 KB 388/1210 KB 1524/1822 KB 420/471 KB 64/276 KB 408/1210 KB 1528/1822 KB 432/471 KB 64/276 KB 408/1210 KB 1532/1822 KB 432/471 KB 64/276 KB 408/1210 KB 1536/1822 KB 432/471 KB 64/276 KB 408/1210 KB 1540/1822 KB 432/471 KB 68/276 KB 408/1210 KB 1544/1822 KB 436/471 KB 68/276 KB 408/1210 KB 1548/1822 KB 436/471 KB 68/276 KB 408/1210 KB 1552/1822 KB 436/471 KB 68/276 KB 412/1210 KB 1556/1822 KB 436/471 KB 68/276 KB 412/1210 KB 1560/1822 KB 436/471 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 68/276 KB 412/1210 KB 1552/1822 KB 436/471 KB 68/276 KB 416/1210 KB 1560/1822 KB 436/471 KB 68/276 KB 408/1210 KB 1540/1822 KB 436/471 KB 72/276 KB 416/1210 KB 1560/1822 KB 436/471 KB 76/276 KB 416/1210 KB 1560/1822 KB 436/471 KB 80/276 KB 416/1210 KB 1560/1822 KB 436/471 KB 84/276 KB 416/1210 KB 1560/1822 KB 436/471 KB 88/276 KB 420/1210 KB 1564/1822 KB 436/471 KB 92/276 KB 420/1210 KB 1564/1822 KB 436/471 KB 96/276 KB 420/1210 KB 1564/1822 KB 436/471 KB 64/276 KB 408/1210 KB 1540/1822 KB 436/471 KB 96/276 KB 420/1210 KB 1564/1822 KB 440/471 KB 96/276 KB 420/1210 KB 1564/1822 KB 444/471 KB 96/276 KB 420/1210 KB 1564/1822 KB 448/471 KB 96/276 KB 420/1210 KB 1564/1822 KB 452/471 KB 96/276 KB 420/1210 KB 1564/1822 KB 456/471 KB 96/276 KB 420/1210 KB 1564/1822 KB 460/471 KB 96/276 KB 420/1210 KB 1564/1822 KB 464/471 KB 84/276 KB 420/1210 KB 1564/1822 KB 436/471 KB 96/276 KB 420/1210 KB 1568/1822 KB 464/471 KB 84/276 KB 420/1210 KB 1560/1822 KB 436/471 KB 96/276 KB 424/1210 KB 1568/1822 KB 464/471 KB 96/276 KB 428/1210 KB 1568/1822 KB 464/471 KB 96/276 KB 432/1210 KB 1568/1822 KB 464/471 KB 96/276 KB 432/1210 KB 1572/1822 KB 468/471 KB 100/276 KB 436/1210 KB 1576/1822 KB 468/471 KB 100/276 KB 436/1210 KB 1580/1822 KB 468/471 KB 100/276 KB 436/1210 KB 1584/1822 KB 468/471 KB 96/276 KB 432/1210 KB 1568/1822 KB 468/471 KB 100/276 KB 436/1210 KB 1584/1822 KB 471/471 KB 100/276 KB 436/1210 KB 1572/1822 KB 468/471 KB 104/276 KB 436/1210 KB 1584/1822 KB 471/471 KB 108/276 KB 436/1210 KB 1584/1822 KB 471/471 KB 112/276 KB 436/1210 KB 1584/1822 KB 471/471 KB 96/276 KB 436/1210 KB 1572/1822 KB 468/471 KB 112/276 KB 440/1210 KB 1584/1822 KB 471/471 KB 112/276 KB 444/1210 KB 1584/1822 KB 471/471 KB 112/276 KB 448/1210 KB 1584/1822 KB 471/471 KB 112/276 KB 452/1210 KB 1584/1822 KB 471/471 KB 116/276 KB 456/1210 KB 1588/1822 KB 471/471 KB 116/276 KB 4/577 KB 456/1210 KB 1588/1822 KB 471/471 KB 116/276 KB 8/577 KB 456/1210 KB 1588/1822 KB 471/471 KB 116/276 KB 12/577 KB 456/1210 KB 1588/1822 KB 471/471 KB 116/276 KB 16/577 KB 456/1210 KB 1588/1822 KB 471/471 KB 116/276 KB 20/577 KB 456/1210 KB 1588/1822 KB 471/471 KB 116/276 KB 24/577 KB 456/1210 KB 1588/1822 KB 471/471 KB 116/276 KB 28/577 KB 456/1210 KB 1588/1822 KB 471/471 KB 116/276 KB 32/577 KB 456/1210 KB 1588/1822 KB 471/471 KB 116/276 KB 36/577 KB 460/1210 KB 1588/1822 KB 116/276 KB 40/577 KB 460/1210 KB 1588/1822 KB 116/276 KB 44/577 KB 460/1210 KB 1588/1822 KB 116/276 KB 48/577 KB 460/1210 KB 1588/1822 KB 116/276 KB 452/1210 KB 1588/1822 KB 471/471 KB 116/276 KB 48/577 KB 460/1210 KB 1592/1822 KB 116/276 KB 48/577 KB 460/1210 KB 1596/1822 KB 116/276 KB 48/577 KB 460/1210 KB 1600/1822 KB 116/276 KB 452/1210 KB 1584/1822 KB 471/471 KB 120/276 KB 48/577 KB 460/1210 KB 1600/1822 KB 124/276 KB 48/577 KB 460/1210 KB 1600/1822 KB 128/276 KB 48/577 KB 460/1210 KB 1600/1822 KB 132/276 KB 48/577 KB 460/1210 KB 1600/1822 KB 136/276 KB 48/577 KB 460/1210 KB 1604/1822 KB 116/276 KB 32/577 KB 460/1210 KB 1588/1822 KB 471/471 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar (471 KB at 413.6 KB/sec) unit-abot-epc-basic-0: 14:56:48 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: 14:56:48 DEBUG unit.abot-epc-basic/0.install 132/276 KB 48/577 KB 460/1210 KB 1604/1822 KB 136/276 KB 48/577 KB 464/1210 KB 1608/1822 KB 136/276 KB 48/577 KB 464/1210 KB 1612/1822 KB 136/276 KB 48/577 KB 464/1210 KB 1616/1822 KB 136/276 KB 48/577 KB 464/1210 KB 1620/1822 KB 140/276 KB 52/577 KB 464/1210 KB 1624/1822 KB 140/276 KB 52/577 KB 464/1210 KB 1628/1822 KB 140/276 KB 52/577 KB 464/1210 KB 1632/1822 KB 136/276 KB 48/577 KB 464/1210 KB 1604/1822 KB 140/276 KB 52/577 KB 468/1210 KB 1632/1822 KB 140/276 KB 52/577 KB 472/1210 KB 1632/1822 KB 140/276 KB 52/577 KB 476/1210 KB 1632/1822 KB 140/276 KB 52/577 KB 480/1210 KB 1632/1822 KB 140/276 KB 52/577 KB 484/1210 KB 1632/1822 KB 140/276 KB 52/577 KB 488/1210 KB 1632/1822 KB 140/276 KB 52/577 KB 492/1210 KB 1632/1822 KB 140/276 KB 52/577 KB 496/1210 KB 1632/1822 KB 140/276 KB 52/577 KB 500/1210 KB 1632/1822 KB 140/276 KB 52/577 KB 504/1210 KB 1636/1822 KB 140/276 KB 52/577 KB 508/1210 KB 1636/1822 KB 140/276 KB 52/577 KB 512/1210 KB 1636/1822 KB 140/276 KB 52/577 KB 516/1210 KB 1636/1822 KB 140/276 KB 52/577 KB 464/1210 KB 1620/1822 KB 140/276 KB 48/577 KB 464/1210 KB 1620/1822 KB 144/276 KB 52/577 KB 516/1210 KB 1636/1822 KB 148/276 KB 52/577 KB 516/1210 KB 1636/1822 KB 152/276 KB 56/577 KB 516/1210 KB 1636/1822 KB 156/276 KB 56/577 KB 516/1210 KB 1636/1822 KB 160/276 KB 56/577 KB 516/1210 KB 1636/1822 KB 164/276 KB 56/577 KB 516/1210 KB 1636/1822 KB 168/276 KB 56/577 KB 516/1210 KB 1636/1822 KB 168/276 KB 56/577 KB 516/1210 KB 1636/1822 KB 4/37 KB 168/276 KB 56/577 KB 516/1210 KB 1636/1822 KB 8/37 KB 168/276 KB 56/577 KB 516/1210 KB 1636/1822 KB 12/37 KB 168/276 KB 56/577 KB 516/1210 KB 1636/1822 KB 16/37 KB 168/276 KB 56/577 KB 516/1210 KB 1636/1822 KB 20/37 KB 140/276 KB 52/577 KB 500/1210 KB 1636/1822 KB 172/276 KB 56/577 KB 516/1210 KB 1640/1822 KB 20/37 KB 172/276 KB 56/577 KB 516/1210 KB 1644/1822 KB 20/37 KB 172/276 KB 56/577 KB 516/1210 KB 1648/1822 KB 20/37 KB 172/276 KB 56/577 KB 516/1210 KB 1652/1822 KB 20/37 KB 172/276 KB 56/577 KB 516/1210 KB 1636/1822 KB 20/37 KB 176/276 KB 56/577 KB 516/1210 KB 1652/1822 KB 24/37 KB 180/276 KB 56/577 KB 516/1210 KB 1652/1822 KB 24/37 KB 148/276 KB 56/577 KB 516/1210 KB 1636/1822 KB 180/276 KB 60/577 KB 520/1210 KB 1656/1822 KB 24/37 KB 180/276 KB 64/577 KB 520/1210 KB 1656/1822 KB 24/37 KB 180/276 KB 68/577 KB 520/1210 KB 1656/1822 KB 24/37 KB 180/276 KB 72/577 KB 520/1210 KB 1656/1822 KB 24/37 KB 180/276 KB 76/577 KB 520/1210 KB 1656/1822 KB 24/37 KB 180/276 KB 80/577 KB 520/1210 KB 1656/1822 KB 24/37 KB 180/276 KB 84/577 KB 520/1210 KB 1656/1822 KB 24/37 KB 180/276 KB 88/577 KB 520/1210 KB 1656/1822 KB 24/37 KB 180/276 KB 92/577 KB 520/1210 KB 1656/1822 KB 24/37 KB 180/276 KB 96/577 KB 520/1210 KB 1656/1822 KB 24/37 KB 180/276 KB 100/577 KB 520/1210 KB 1656/1822 KB 24/37 KB 180/276 KB 56/577 KB 520/1210 KB 1656/1822 KB 24/37 KB 184/276 KB 100/577 KB 524/1210 KB 1656/1822 KB 24/37 KB 184/276 KB 100/577 KB 528/1210 KB 1656/1822 KB 24/37 KB 180/276 KB 56/577 KB 516/1210 KB 1656/1822 KB 24/37 KB 184/276 KB 100/577 KB 528/1210 KB 1660/1822 KB 24/37 KB 184/276 KB 100/577 KB 528/1210 KB 1664/1822 KB 24/37 KB 184/276 KB 100/577 KB 528/1210 KB 1668/1822 KB 24/37 KB 184/276 KB 100/577 KB 532/1210 KB 1672/1822 KB 24/37 KB 172/276 KB 56/577 KB 516/1210 KB 1652/1822 KB 24/37 KB 184/276 KB 104/577 KB 532/1210 KB 1672/1822 KB 28/37 KB 184/276 KB 104/577 KB 532/1210 KB 1672/1822 KB 32/37 KB 184/276 KB 104/577 KB 532/ unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 1210 KB 1672/1822 KB 36/37 KB 184/276 KB 104/577 KB 532/1210 KB 1672/1822 KB 37/37 KB 184/276 KB 104/577 KB 532/1210 KB 1672/1822 KB 24/37 KB 184/276 KB 108/577 KB 532/1210 KB 1672/1822 KB 37/37 KB 184/276 KB 100/577 KB 532/1210 KB 1668/1822 KB 24/37 KB 184/276 KB 112/577 KB 536/1210 KB 1676/1822 KB 37/37 KB 184/276 KB 100/577 KB 520/1210 KB 1656/1822 KB 24/37 KB 188/276 KB 112/577 KB 536/1210 KB 1676/1822 KB 37/37 KB 192/276 KB 112/577 KB 536/1210 KB 1676/1822 KB 37/37 KB 196/276 KB 112/577 KB 536/1210 KB 1676/1822 KB 37/37 KB 200/276 KB 112/577 KB 540/1210 KB 1676/1822 KB 37/37 KB 204/276 KB 112/577 KB 540/1210 KB 1676/1822 KB 37/37 KB 208/276 KB 112/577 KB 540/1210 KB 1676/1822 KB 37/37 KB 212/276 KB 112/577 KB 540/1210 KB 1676/1822 KB 37/37 KB 216/276 KB 112/577 KB 540/1210 KB 1676/1822 KB 37/37 KB 220/276 KB 112/577 KB 540/1210 KB 1676/1822 KB 37/37 KB 224/276 KB 112/577 KB 540/1210 KB 1676/1822 KB 37/37 KB 184/276 KB 112/577 KB 532/1210 KB 1676/1822 KB 37/37 KB 184/276 KB 108/577 KB 532/1210 KB 1676/1822 KB 37/37 KB 224/276 KB 112/577 KB 540/1210 KB 1680/1822 KB 37/37 KB 196/276 KB 112/577 KB 540/1210 KB 1676/1822 KB 37/37 KB 224/276 KB 112/577 KB 544/1210 KB 1680/1822 KB 37/37 KB 224/276 KB 116/577 KB 548/1210 KB 1680/1822 KB 37/37 KB 224/276 KB 116/577 KB 552/1210 KB 1684/1822 KB 37/37 KB 224/276 KB 116/577 KB 556/1210 KB 1684/1822 KB 37/37 KB 224/276 KB 116/577 KB 560/1210 KB 1684/1822 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar (37 KB at 31.4 KB/sec) unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 224/276 KB 116/577 KB 544/1210 KB 1680/1822 KB 37/37 KB 224/276 KB 120/577 KB 560/1210 KB 1684/1822 KB 224/276 KB 124/577 KB 560/1210 KB 1684/1822 KB 224/276 KB 116/577 KB 548/1210 KB 1684/1822 KB 37/37 KB 224/276 KB 124/577 KB 560/1210 KB 1688/1822 KB 224/276 KB 124/577 KB 560/1210 KB 1692/1822 KB 224/276 KB 124/577 KB 560/1210 KB 1696/1822 KB 224/276 KB 124/577 KB 560/1210 KB 1700/1822 KB 228/276 KB 128/577 KB 564/1210 KB 1704/1822 KB 228/276 KB 128/577 KB 564/1210 KB 1708/1822 KB 228/276 KB 128/577 KB 564/1210 KB 1712/1822 KB 228/276 KB 128/577 KB 564/1210 KB 1716/1822 KB 228/276 KB 128/577 KB 564/1210 KB 1720/1822 KB 228/276 KB 128/577 KB 564/1210 KB 1724/1822 KB 228/276 KB 128/577 KB 564/1210 KB 1728/1822 KB 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: 14:56:48 DEBUG unit.abot-epc-basic/0.install 228/276 KB 128/577 KB 564/1210 KB 1700/1822 KB 232/276 KB 128/577 KB 564/1210 KB 1728/1822 KB 236/276 KB 128/577 KB 564/1210 KB 1728/1822 KB 240/276 KB 128/577 KB 564/1210 KB 1728/1822 KB 224/276 KB 128/577 KB 564/1210 KB 1700/1822 KB 224/276 KB 128/577 KB 560/1210 KB 1700/1822 KB 240/276 KB 132/577 KB 564/1210 KB 1728/1822 KB 240/276 KB 136/577 KB 564/1210 KB 1728/1822 KB 240/276 KB 140/577 KB 564/1210 KB 1728/1822 KB 240/276 KB 144/577 KB 564/1210 KB 1728/1822 KB 240/276 KB 144/577 KB 568/1210 KB 1728/1822 KB 240/276 KB 144/577 KB 572/1210 KB 1728/1822 KB 240/276 KB 144/577 KB 576/1210 KB 1728/1822 KB 240/276 KB 144/577 KB 580/1210 KB 1728/1822 KB 244/276 KB 148/577 KB 584/1210 KB 1732/1822 KB 244/276 KB 148/577 KB 588/1210 KB 1732/1822 KB 244/276 KB 148/577 KB 592/1210 KB 1732/1822 KB 244/276 KB 148/577 KB 596/1210 KB 1732/1822 KB 244/276 KB 148/577 KB 600/1210 KB 1732/1822 KB 244/276 KB 148/577 KB 604/1210 KB 1732/1822 KB 244/276 KB 148/577 KB 608/1210 KB 1732/1822 KB 244/276 KB 148/577 KB 580/1210 KB 1732/1822 KB 244/276 KB 148/577 KB 608/1210 KB 1736/1822 KB 244/276 KB 148/577 KB 608/1210 KB 1740/1822 KB 244/276 KB 148/577 KB 608/1210 KB 1744/1822 KB 244/276 KB 148/577 KB 608/1210 KB 1748/1822 KB 244/276 KB 148/577 KB 608/1210 KB 1752/1822 KB 244/276 KB 148/577 KB 608/1210 KB 1756/1822 KB 244/276 KB 148/577 KB 608/1210 KB 1760/1822 KB 244/276 KB 148/577 KB 608/1210 KB 1764/1822 KB 244/276 KB 148/577 KB 580/1210 KB 1728/1822 KB 248/276 KB 148/577 KB 612/1210 KB 1764/1822 KB 240/276 KB 148/577 KB 580/1210 KB 1728/1822 KB 248/276 KB 152/577 KB 3/167 KB 612/1210 KB 1764/1822 KB 248/276 KB 156/577 KB 3/167 KB 612/1210 KB 1764/1822 KB 248/276 KB 148/577 KB 3/167 KB 612/1210 KB 1764/1822 KB 248/276 KB 156/577 KB 6/167 KB 612/1210 KB 1764/1822 KB 248/276 KB 156/577 KB 9/167 KB 612/1210 KB 1764/1822 KB 248/276 KB 160/577 KB 9/167 KB 612/1210 KB 1764/1822 KB 248/276 KB 160/577 KB 11/167 KB 612/1210 KB 1764/1822 KB 252/276 KB 160/577 KB 14/167 KB 612/1210 KB 1764/1822 KB 252/276 KB 164/577 KB 16/167 KB 612/1210 KB 1764/1822 KB 252/276 KB 164/577 KB 19/167 KB 612/1210 KB 1764/1822 KB 252/276 KB 164/577 KB 22/167 KB 612/1210 KB 1764/1822 KB 252/276 KB 164/577 KB 25/167 KB 612/1210 KB 1764/1822 KB 252/276 KB 164/577 KB 27/167 KB 612/1210 KB 1764/1822 KB 252/276 KB 164/577 KB 30/167 KB 612/1210 KB 1764/1822 KB 252/276 KB 164/577 KB 32/167 KB 612/1210 KB 1764/1822 KB 244/276 KB 148/577 KB 612/1210 KB 1764/1822 KB 252/276 KB 164/577 KB 14/167 KB 612/1210 KB 1764/1822 KB 252/276 KB 168/577 KB 32/167 KB 612/1210 KB 1764/1822 KB 252/276 KB 172/577 KB 32/167 KB 612/1210 KB 1764/1822 KB 252/276 KB 176/577 KB 32/167 KB 612/1210 KB 1764/1822 KB 252/276 KB 180/577 KB 32/167 KB 612/1210 KB 1764/1822 KB 252/276 KB 184/577 KB 32/167 KB 612/1210 KB 1764/1822 KB 252/276 KB 188/577 KB 32/167 KB 612/1210 KB 1764/1822 KB 252/276 KB 192/577 KB 32/167 KB 616/1210 KB 1764/1822 KB 252/276 KB 196/577 KB 32/167 KB 616/1210 KB 1764/1822 KB 252/276 KB 160/577 KB 11/167 KB 612/1210 KB 1764/1822 KB 256/276 KB 196/577 KB 36/167 KB 616/1210 KB 1768/1822 KB 260/276 KB 196/577 KB 36/167 KB 616/1210 KB 1768/1822 KB 264/276 KB 196/577 KB 36/167 KB 616/1210 KB 1768/1822 KB 268/276 KB 196/577 KB 36/167 KB 616/1210 KB 1768/1822 KB 272/276 KB 196/577 KB 36/167 KB 616/1210 KB 1768/1822 KB 276/276 KB 196/577 KB 36/167 KB 616/1210 KB 1768/1822 KB 276/276 KB 196/577 KB 36/167 KB 616/1210 KB 1768/1822 KB 252/276 KB 196/577 K unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install B 36/167 KB 616/1210 KB 1768/1822 KB 276/276 KB 196/577 KB 40/167 KB 616/1210 KB 1768/1822 KB 276/276 KB 196/577 KB 44/167 KB 616/1210 KB 1768/1822 KB 252/276 KB 196/577 KB 32/167 KB 616/1210 KB 1768/1822 KB 276/276 KB 200/577 KB 44/167 KB 616/1210 KB 1772/1822 KB 276/276 KB 200/577 KB 44/167 KB 616/1210 KB 1776/1822 KB 252/276 KB 188/577 KB 32/167 KB 616/1210 KB 1764/1822 KB 276/276 KB 200/577 KB 44/167 KB 620/1210 KB 1776/1822 KB 276/276 KB 200/577 KB 44/167 KB 624/1210 KB 1776/1822 KB 276/276 KB 200/577 KB 44/167 KB 628/1210 KB 1776/1822 KB 276/276 KB 200/577 KB 48/167 KB 632/1210 KB 1780/1822 KB 276/276 KB 200/577 KB 48/167 KB 636/1210 KB 1780/1822 KB 276/276 KB 200/577 KB 44/167 KB 616/1210 KB 1768/1822 KB 276/276 KB 204/577 KB 48/167 KB 640/1210 KB 1780/1822 KB 276/276 KB 208/577 KB 48/167 KB 640/1210 KB 1780/1822 KB 276/276 KB 200/577 KB 48/167 KB 628/1210 KB 1780/1822 KB 276/276 KB 208/577 KB 52/167 KB 640/1210 KB 1780/1822 KB 276/276 KB 200/577 KB 44/167 KB 628/1210 KB 1780/1822 KB 276/276 KB 212/577 KB 52/167 KB 640/1210 KB 1784/1822 KB 276/276 KB 212/577 KB 52/167 KB 640/1210 KB 1788/1822 KB 276/276 KB 212/577 KB 56/167 KB 640/1210 KB 1792/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (276 KB at 233.2 KB/sec) unit-abot-epc-basic-0: 14:56:48 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: 14:56:48 DEBUG unit.abot-epc-basic/0.install 212/577 KB 56/167 KB 640/1210 KB 1796/1822 KB 212/577 KB 56/167 KB 640/1210 KB 1800/1822 KB 212/577 KB 56/167 KB 640/1210 KB 1804/1822 KB 212/577 KB 56/167 KB 640/1210 KB 1808/1822 KB 276/276 KB 212/577 KB 52/167 KB 640/1210 KB 1780/1822 KB 216/577 KB 56/167 KB 640/1210 KB 1808/1822 KB 220/577 KB 56/167 KB 640/1210 KB 1808/1822 KB 224/577 KB 56/167 KB 640/1210 KB 1808/1822 KB 276/276 KB 200/577 KB 48/167 KB 640/1210 KB 1780/1822 KB 224/577 KB 56/167 KB 644/1210 KB 1808/1822 KB 224/577 KB 56/167 KB 648/1210 KB 1808/1822 KB 224/577 KB 56/167 KB 652/1210 KB 1808/1822 KB 224/577 KB 56/167 KB 656/1210 KB 1808/1822 KB 224/577 KB 56/167 KB 660/1210 KB 1808/1822 KB 228/577 KB 56/167 KB 664/1210 KB 1812/1822 KB 276/276 KB 212/577 KB 56/167 KB 640/1210 KB 1788/1822 KB 228/577 KB 60/167 KB 668/1210 KB 1812/1822 KB 228/577 KB 61/167 KB 668/1210 KB 1812/1822 KB 228/577 KB 65/167 KB 668/1210 KB 1812/1822 KB 228/577 KB 69/167 KB 668/1210 KB 1812/1822 KB 228/577 KB 73/167 KB 668/1210 KB 1812/1822 KB 228/577 KB 77/167 KB 668/1210 KB 1812/1822 KB 228/577 KB 56/167 KB 660/1210 KB 1812/1822 KB 228/577 KB 56/167 KB 660/1210 KB 1808/1822 KB 232/577 KB 77/167 KB 668/1210 KB 1812/1822 KB 236/577 KB 77/167 KB 668/1210 KB 1812/1822 KB 240/577 KB 77/167 KB 668/1210 KB 1812/1822 KB 228/577 KB 77/167 KB 668/1210 KB 1812/1822 KB 240/577 KB 77/167 KB 672/1210 KB 1812/1822 KB 244/577 KB 77/167 KB 672/1210 KB 1816/1822 KB 244/577 KB 77/167 KB 672/1210 KB 1820/1822 KB 244/577 KB 77/167 KB 672/1210 KB 1822/1822 KB 244/577 KB 77/167 KB 676/1210 KB 1822/1822 KB 244/577 KB 77/167 KB 680/1210 KB 1822/1822 KB 244/577 KB 77/167 KB 684/1210 KB 1822/1822 KB 244/577 KB 77/167 KB 688/1210 KB 1822/1822 KB 244/577 KB 77/167 KB 672/1210 KB 1812/1822 KB 248/577 KB 77/167 KB 688/1210 KB 1822/1822 KB 252/577 KB 77/167 KB 688/1210 KB 1822/1822 KB 256/577 KB 77/167 KB 688/1210 KB 1822/1822 KB 260/577 KB 77/167 KB 688/1210 KB 1822/1822 KB 264/577 KB 77/167 KB 692/1210 KB 1822/1822 KB 268/577 KB 77/167 KB 692/1210 KB 1822/1822 KB 272/577 KB 77/167 KB 692/1210 KB 1822/1822 KB 276/577 KB 77/167 KB 692/1210 KB 1822/1822 KB 280/577 KB 77/167 KB 692/1210 KB 1822/1822 KB 284/577 KB 77/167 KB 692/1210 KB 1822/1822 KB 288/577 KB 77/167 KB 692/1210 KB 1822/1822 KB 260/577 KB 77/167 KB 692/1210 KB 1822/1822 KB 288/577 KB 77/167 KB 696/1210 KB 1822/1822 KB 288/577 KB 77/167 KB 700/1210 KB 1822/1822 KB 288/577 KB 77/167 KB 704/1210 KB 1822/1822 KB 288/577 KB 77/167 KB 708/1210 KB 1822/1822 KB 288/577 KB 77/167 KB 712/1210 KB 1822/1822 KB 288/577 KB 77/167 KB 716/1210 KB 1822/1822 KB 288/577 KB 77/167 KB 720/1210 KB 1822/1822 KB 288/577 KB 77/167 KB 724/1210 KB 1822/1822 KB 292/577 KB 77/167 KB 728/1210 KB 1822/1822 KB 292/577 KB 77/167 KB 732/1210 KB 1822/1822 KB 292/577 KB 77/167 KB 736/1210 KB 292/577 KB 77/167 KB 724/1210 KB 1822/1822 KB 296/577 KB 77/167 KB 736/1210 KB 300/577 KB 77/167 KB 736/1210 KB 304/577 KB 77/167 KB 736/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar (1822 KB at 1519.1 KB/sec) unit-abot-epc-basic-0: 14:56:48 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: 14:56:48 DEBUG unit.abot-epc-basic/0.install 304/577 KB 77/167 KB 740/1210 KB 308/577 KB 77/167 KB 744/1210 KB 308/577 KB 77/167 KB 748/1210 KB 308/577 KB 77/167 KB 740/1210 KB 312/577 KB 77/167 KB 748/1210 KB 316/577 KB 77/167 KB 748/1210 KB 320/577 KB 77/167 KB 748/1210 KB 320/577 KB 77/167 KB 752/1210 KB 320/577 KB 77/167 KB 756/1210 KB 324/577 KB 81/167 KB 760/1210 KB 324/577 KB 81/167 KB 764/1210 KB 324/577 KB 81/167 KB 768/1210 KB 320/577 KB 81/167 KB 756/1210 KB 324/577 KB 85/167 KB 768/1210 KB 324/577 KB 89/167 KB 768/1210 KB 324/577 KB 93/167 KB 768/1210 KB 324/577 KB 97/167 KB 768/1210 KB 324/577 KB 101/167 KB 768/1210 KB 324/577 KB 105/167 KB 768/1210 KB 324/577 KB 109/167 KB 768/1210 KB 324/577 KB 113/167 KB 768/1210 KB 324/577 KB 117/167 KB 772/1210 KB 324/577 KB 121/167 KB 772/1210 KB 324/577 KB 125/167 KB 772/1210 KB 324/577 KB 81/167 KB 756/1210 KB 328/577 KB 125/167 KB 772/1210 KB 332/577 KB 125/167 KB 772/1210 KB 336/577 KB 125/167 KB 772/1210 KB 340/577 KB 125/167 KB 772/1210 KB 344/577 KB 125/167 KB 772/1210 KB 348/577 KB 125/167 KB 772/1210 KB 352/577 KB 125/167 KB 772/1210 KB 4/1192 KB 352/577 KB 125/167 KB 772/1210 KB 8/1192 KB 352/577 KB 125/167 KB 772/1210 KB 12/1192 KB 352/577 KB 125/167 KB 772/1210 KB 16/1192 KB 352/577 KB 125/167 KB 772/1210 KB 20/1192 KB 352/577 KB 125/167 KB 772/1210 KB 24/1192 KB 352/577 KB 125/167 KB 772/1210 KB 28/1192 KB 352/577 KB 125/167 KB 772/1210 KB 32/1192 KB 352/577 KB 125/167 KB 772/1210 KB 36/1192 KB 352/577 KB 125/167 KB 772/1210 KB 40/1192 KB 352/577 KB 125/167 KB 772/1210 KB 44/1192 KB 352/577 KB 125/167 KB 772/1210 KB 48/1192 KB 352/577 KB 125/167 KB 772/1210 KB 48/1192 KB 352/577 KB 125/167 KB 4/439 KB 772/1210 KB 48/1192 KB 352/577 KB 125/167 KB 8/439 KB 772/1210 KB 48/1192 KB 352/577 KB 125/167 KB 12/439 KB 772/1210 KB 48/1192 KB 352/577 KB 125/167 KB 16/439 KB 772/1210 KB 48/1192 KB 352/577 KB 125/167 KB 20/439 KB 772/1210 KB 48/1192 KB 352/577 KB 125/167 KB 24/439 KB 772/1210 KB 48/1192 KB 352/577 KB 125/167 KB 28/439 KB 772/1210 KB 48/1192 KB 352/577 KB 125/167 KB 32/439 KB 772/1210 KB 52/1192 KB 352/577 KB 125/167 KB 32/439 KB 772/1210 KB 56/1192 KB 352/577 KB 125/167 KB 36/439 KB 772/1210 KB 60/1192 KB 352/577 KB 125/167 KB 36/439 KB 772/1210 KB 64/1192 KB 352/577 KB 125/167 KB 36/439 KB 772/1210 KB 68/1192 KB 356/577 KB 125/167 KB 36/439 KB 772/1210 KB 72/1192 KB 356/577 KB 129/167 KB 36/439 KB 772/1210 KB 76/1192 KB 356/577 KB 129/167 KB 36/439 KB 772/1210 KB 80/1192 KB 356/577 KB 129/167 KB 36/439 KB 772/1210 KB 84/1192 KB 356/577 KB 129/167 KB 36/439 KB 772/1210 KB 324/577 KB 113/167 KB 772/1210 KB 84/1192 KB 356/577 KB 129/167 KB 36/439 KB 776/1210 KB 84/1192 KB 356/577 KB 129/167 KB 36/439 KB 780/1210 KB 84/1192 KB 356/577 KB 129/167 KB 36/439 KB 784/1210 KB 84/1192 KB 356/577 KB 129/167 KB 36/439 KB 788/1210 KB 84/1192 KB 356/577 KB 129/167 KB 36/439 KB 792/1210 KB 84/1192 KB 356/577 KB 129/167 KB 36/439 KB 796/1210 KB 84/1192 KB 356/577 KB 129/167 KB 36/439 KB 800/1210 KB 84/1192 KB 356/577 KB 129/167 KB 36/439 KB 804/1210 KB 68/1192 KB 356/577 KB 129/167 KB 36/439 KB 772/1210 KB 84/1192 KB 356/577 KB 133/167 KB 36/439 KB 804/1210 KB 84/1192 KB 356/577 KB 137/167 KB 36/439 KB 804/1210 KB 64/1192 KB 356/577 KB 125/167 KB 36/439 KB 772/1210 KB 84/1192 KB 360/577 KB 137/167 KB 36/439 KB 804/1210 KB 84/1192 KB 364/577 KB 137/167 KB 36/439 KB 804/1210 KB 84/1192 KB 368/577 KB 137/167 KB 36/439 KB 804/1210 KB 52/11 unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 92 KB 352/577 KB 125/167 KB 36/439 KB 772/1210 KB 84/1192 KB 368/577 KB 137/167 KB 40/439 KB 804/1210 KB 84/1192 KB 368/577 KB 137/167 KB 44/439 KB 804/1210 KB 84/1192 KB 368/577 KB 137/167 KB 48/439 KB 804/1210 KB 84/1192 KB 368/577 KB 137/167 KB 52/439 KB 804/1210 KB 84/1192 KB 372/577 KB 137/167 KB 56/439 KB 804/1210 KB 84/1192 KB 372/577 KB 137/167 KB 60/439 KB 804/1210 KB 84/1192 KB 372/577 KB 137/167 KB 64/439 KB 804/1210 KB 84/1192 KB 372/577 KB 137/167 KB 52/439 KB 804/1210 KB 84/1192 KB 376/577 KB 141/167 KB 64/439 KB 804/1210 KB 84/1192 KB 380/577 KB 141/167 KB 68/439 KB 804/1210 KB 84/1192 KB 384/577 KB 141/167 KB 68/439 KB 804/1210 KB 88/1192 KB 388/577 KB 141/167 KB 68/439 KB 808/1210 KB 84/1192 KB 372/577 KB 141/167 KB 64/439 KB 804/1210 KB 88/1192 KB 388/577 KB 145/167 KB 68/439 KB 808/1210 KB 88/1192 KB 388/577 KB 149/167 KB 68/439 KB 808/1210 KB 88/1192 KB 388/577 KB 153/167 KB 68/439 KB 808/1210 KB 88/1192 KB 384/577 KB 141/167 KB 68/439 KB 808/1210 KB 92/1192 KB 388/577 KB 153/167 KB 68/439 KB 808/1210 KB 96/1192 KB 388/577 KB 153/167 KB 68/439 KB 808/1210 KB 100/1192 KB 388/577 KB 153/167 KB 68/439 KB 808/1210 KB 84/1192 KB 384/577 KB 141/167 KB 68/439 KB 808/1210 KB 100/1192 KB 392/577 KB 157/167 KB 68/439 KB 812/1210 KB 100/1192 KB 392/577 KB 157/167 KB 68/439 KB 816/1210 KB 100/1192 KB 392/577 KB 157/167 KB 68/439 KB 820/1210 KB 100/1192 KB 392/577 KB 157/167 KB 68/439 KB 824/1210 KB 84/1192 KB 376/577 KB 141/167 KB 68/439 KB 804/1210 KB 100/1192 KB 392/577 KB 157/167 KB 72/439 KB 824/1210 KB 100/1192 KB 392/577 KB 157/167 KB 76/439 KB 824/1210 KB 100/1192 KB 392/577 KB 157/167 KB 80/439 KB 824/1210 KB 100/1192 KB 392/577 KB 157/167 KB 84/439 KB 824/1210 KB 104/1192 KB 392/577 KB 157/167 KB 88/439 KB 828/1210 KB 104/1192 KB 392/577 KB 157/167 KB 92/439 KB 828/1210 KB 104/1192 KB 392/577 KB 157/167 KB 96/439 KB 828/1210 KB 104/1192 KB 392/577 KB 157/167 KB 100/439 KB 828/1210 KB 104/1192 KB 392/577 KB 157/167 KB 104/439 KB 828/1210 KB 104/1192 KB 392/577 KB 157/167 KB 108/439 KB 828/1210 KB 104/1192 KB 392/577 KB 157/167 KB 112/439 KB 828/1210 KB 104/1192 KB 392/577 KB 157/167 KB 116/439 KB 828/1210 KB 100/1192 KB 392/577 KB 157/167 KB 68/439 KB 808/1210 KB 100/1192 KB 388/577 KB 157/167 KB 68/439 KB 808/1210 KB 104/1192 KB 392/577 KB 161/167 KB 116/439 KB 828/1210 KB 104/1192 KB 392/577 KB 157/167 KB 84/439 KB 828/1210 KB 104/1192 KB 396/577 KB 161/167 KB 116/439 KB 832/1210 KB 104/1192 KB 396/577 KB 165/167 KB 116/439 KB 836/1210 KB 104/1192 KB 396/577 KB 165/167 KB 116/439 KB 840/1210 KB 104/1192 KB 396/577 KB 165/167 KB 116/439 KB 844/1210 KB 104/1192 KB 396/577 KB 165/167 KB 116/439 KB 848/1210 KB 104/1192 KB 392/577 KB 157/167 KB 84/439 KB 824/1210 KB 108/1192 KB 396/577 KB 165/167 KB 116/439 KB 848/1210 KB 112/1192 KB 396/577 KB 165/167 KB 116/439 KB 848/1210 KB 104/1192 KB 396/577 KB 165/167 KB 116/439 KB 832/1210 KB 112/1192 KB 396/577 KB 167/167 KB 116/439 KB 848/1210 KB 104/1192 KB 396/577 KB 161/167 KB 116/439 KB 828/1210 KB 112/1192 KB 400/577 KB 167/167 KB 116/439 KB 848/1210 KB 116/1192 KB 400/577 KB 167/167 KB 116/439 KB 848/1210 KB 120/1192 KB 404/577 KB 167/167 KB 116/439 KB 848/1210 KB 124/1192 KB 404/577 KB 167/167 KB 116/439 KB 848/1210 KB 128/1192 KB 404/577 KB 167/167 KB 116/439 KB 848/1210 KB 132/1192 KB 404/577 KB 167/167 KB 116/439 KB 848/1210 KB 136/1192 KB 404/577 KB 167/167 KB 116/439 KB 852/1210 KB 140/1192 KB unit-oai-epc-0: 14:56:48 DEBUG unit.oai-epc/0.install ++ virt-what unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 404/577 KB 167/167 KB 116/439 KB 852/1210 KB 116/1192 KB 404/577 KB 167/167 KB 116/439 KB 848/1210 KB 140/1192 KB 408/577 KB 167/167 KB 120/439 KB 852/1210 KB 140/1192 KB 412/577 KB 167/167 KB 120/439 KB 852/1210 KB 140/1192 KB 416/577 KB 167/167 KB 120/439 KB 852/1210 KB 140/1192 KB 420/577 KB 167/167 KB 120/439 KB 852/1210 KB 140/1192 KB 424/577 KB 167/167 KB 120/439 KB 852/1210 KB 140/1192 KB 428/577 KB 167/167 KB 120/439 KB 852/1210 KB 140/1192 KB 432/577 KB 167/167 KB 120/439 KB 852/1210 KB 140/1192 KB 436/577 KB 167/167 KB 120/439 KB 852/1210 KB 140/1192 KB 404/577 KB 167/167 KB 120/439 KB 852/1210 KB 132/1192 KB 404/577 KB 167/167 KB 116/439 KB 852/1210 KB 144/1192 KB 436/577 KB 167/167 KB 120/439 KB 856/1210 KB 144/1192 KB 436/577 KB 167/167 KB 120/439 KB 860/1210 KB 144/1192 KB 436/577 KB 167/167 KB 120/439 KB 864/1210 KB 144/1192 KB 436/577 KB 167/167 KB 120/439 KB 852/1210 KB 144/1192 KB 436/577 KB 167/167 KB 120/439 KB 868/1210 KB 144/1192 KB 440/577 KB 124/439 KB 872/1210 KB 144/1192 KB 440/577 KB 167/167 KB 124/439 KB 868/1210 KB 144/1192 KB 440/577 KB 128/439 KB 876/1210 KB 144/1192 KB 440/577 KB 132/439 KB 876/1210 KB 144/1192 KB 440/577 KB 136/439 KB 876/1210 KB 144/1192 KB 440/577 KB 167/167 KB 120/439 KB 868/1210 KB 144/1192 KB 444/577 KB 136/439 KB 876/1210 KB 144/1192 KB 448/577 KB 136/439 KB 876/1210 KB 144/1192 KB 440/577 KB 124/439 KB 876/1210 KB 144/1192 KB 448/577 KB 136/439 KB 880/1210 KB 144/1192 KB 448/577 KB 136/439 KB 884/1210 KB 144/1192 KB 452/577 KB 140/439 KB 888/1210 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar (167 KB at 133.4 KB/sec) unit-abot-epc-basic-0: 14:56:48 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-oai-epc-0: 14:56:48 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 14:56:48 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 14:56:48 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 144/1192 KB 452/577 KB 140/439 KB 884/1210 KB 144/1192 KB 452/577 KB 144/439 KB 888/1210 KB 144/1192 KB 452/577 KB 136/439 KB 884/1210 KB 144/1192 KB 456/577 KB 144/439 KB 888/1210 KB 144/1192 KB 460/577 KB 144/439 KB 888/1210 KB 144/1192 KB 464/577 KB 144/439 KB 888/1210 KB 144/1192 KB 468/577 KB 144/439 KB 888/1210 KB 148/1192 KB 468/577 KB 148/439 KB 892/1210 KB 152/1192 KB 468/577 KB 148/439 KB 892/1210 KB 156/1192 KB 468/577 KB 148/439 KB 892/1210 KB 160/1192 KB 468/577 KB 148/439 KB 892/1210 KB 164/1192 KB 468/577 KB 148/439 KB 892/1210 KB 168/1192 KB 468/577 KB 148/439 KB 892/1210 KB 172/1192 KB 468/577 KB 148/439 KB 892/1210 KB 176/1192 KB 468/577 KB 148/439 KB 892/1210 KB 180/1192 KB 468/577 KB 148/439 KB 892/1210 KB 184/1192 KB 472/577 KB 148/439 KB 892/1210 KB 188/1192 KB 472/577 KB 148/439 KB 892/1210 KB 192/1192 KB 472/577 KB 148/439 KB 892/1210 KB 144/1192 KB 468/577 KB 148/439 KB 892/1210 KB 144/1192 KB 468/577 KB 144/439 KB 892/1210 KB 192/1192 KB 472/577 KB 148/439 KB 896/1210 KB 192/1192 KB 472/577 KB 148/439 KB 900/1210 KB 196/1192 KB 472/577 KB 152/439 KB 4/562 KB 904/1210 KB 180/1192 KB 472/577 KB 148/439 KB 892/1210 KB 196/1192 KB 476/577 KB 152/439 KB 4/562 KB 908/1210 KB 196/1192 KB 480/577 KB 152/439 KB 4/562 KB 908/1210 KB 196/1192 KB 484/577 KB 152/439 KB 4/562 KB 908/1210 KB 196/1192 KB 488/577 KB 152/439 KB 4/562 KB 908/1210 KB 196/1192 KB 492/577 KB 152/439 KB 4/562 KB 908/1210 KB 196/1192 KB 496/577 KB 152/439 KB 4/562 KB 908/1210 KB 196/1192 KB 472/577 KB 152/439 KB 4/562 KB 900/1210 KB 192/1192 KB 472/577 KB 152/439 KB 4/562 KB 900/1210 KB 192/1192 KB 472/577 KB 152/439 KB 900/1210 KB 196/1192 KB 496/577 KB 156/439 KB 4/562 KB 908/1210 KB 196/1192 KB 496/577 KB 160/439 KB 4/562 KB 908/1210 KB 196/1192 KB 496/577 KB 164/439 KB 4/562 KB 908/1210 KB 196/1192 KB 496/577 KB 168/439 KB 4/562 KB 908/1210 KB 196/1192 KB 496/577 KB 172/439 KB 4/562 KB 908/1210 KB 196/1192 KB 484/577 KB 152/439 KB 4/562 KB 908/1210 KB 196/1192 KB 496/577 KB 172/439 KB 8/562 KB 912/1210 KB 196/1192 KB 496/577 KB 172/439 KB 8/562 KB 916/1210 KB 200/1192 KB 500/577 KB 176/439 KB 8/562 KB 920/1210 KB 196/1192 KB 496/577 KB 172/439 KB 8/562 KB 908/1210 KB 200/1192 KB 500/577 KB 176/439 KB 12/562 KB 920/1210 KB 200/1192 KB 500/577 KB 176/439 KB 16/562 KB 920/1210 KB 200/1192 KB 500/577 KB 176/439 KB 20/562 KB 920/1210 KB 200/1192 KB 500/577 KB 176/439 KB 24/562 KB 924/1210 KB 200/1192 KB 500/577 KB 176/439 KB 28/562 KB 924/1210 KB 200/1192 KB 500/577 KB 176/439 KB 32/562 KB 924/1210 KB 200/1192 KB 500/577 KB 176/439 KB 36/562 KB 924/1210 KB 200/1192 KB 500/577 KB 176/439 KB 40/562 KB 924/1210 KB 200/1192 KB 500/577 KB 176/439 KB 44/562 KB 924/1210 KB 200/1192 KB 500/577 KB 176/439 KB 8/562 KB 916/1210 KB 200/1192 KB 496/577 KB 176/439 KB 8/562 KB 916/1210 KB 196/1192 KB 496/577 KB 176/439 KB 8/562 KB 916/1210 KB 204/1192 KB 504/577 KB 180/439 KB 44/562 KB 924/1210 KB 204/1192 KB 504/577 KB 184/439 KB 44/562 KB 924/1210 KB 204/1192 KB 504/577 KB 188/439 KB 44/562 KB 924/1210 KB 204/1192 KB 504/577 KB 192/439 KB 44/562 KB 924/1210 KB 200/1192 KB 500/577 KB 176/439 KB 20/562 KB 924/1210 KB 204/1192 KB 504/577 KB 192/439 KB 44/562 KB 928/1210 KB 204/1192 KB 504/577 KB 180/439 KB 44/562 KB 924/1210 KB 208/1192 KB 504/577 KB 192/439 KB 44/562 KB 928/1210 KB 212/1192 KB 504/577 KB 192/439 KB 44/562 KB 928/1210 KB 216/1192 KB 504/577 KB 192/439 KB 44/562 KB 928/1210 KB unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 220/1192 KB 504/577 KB 196/439 KB 44/562 KB 932/1210 KB 224/1192 KB 504/577 KB 196/439 KB 44/562 KB 932/1210 KB 228/1192 KB 504/577 KB 196/439 KB 44/562 KB 932/1210 KB 232/1192 KB 504/577 KB 196/439 KB 44/562 KB 932/1210 KB 216/1192 KB 504/577 KB 192/439 KB 44/562 KB 932/1210 KB 232/1192 KB 504/577 KB 196/439 KB 44/562 KB 936/1210 KB 232/1192 KB 504/577 KB 196/439 KB 44/562 KB 940/1210 KB 216/1192 KB 504/577 KB 196/439 KB 44/562 KB 932/1210 KB 232/1192 KB 504/577 KB 200/439 KB 44/562 KB 940/1210 KB 232/1192 KB 504/577 KB 204/439 KB 44/562 KB 940/1210 KB 200/1192 KB 504/577 KB 176/439 KB 44/562 KB 924/1210 KB 232/1192 KB 508/577 KB 204/439 KB 44/562 KB 944/1210 KB 232/1192 KB 512/577 KB 204/439 KB 44/562 KB 944/1210 KB 232/1192 KB 516/577 KB 204/439 KB 44/562 KB 944/1210 KB 232/1192 KB 504/577 KB 204/439 KB 44/562 KB 944/1210 KB 236/1192 KB 516/577 KB 208/439 KB 44/562 KB 944/1210 KB 240/1192 KB 516/577 KB 208/439 KB 44/562 KB 944/1210 KB 244/1192 KB 520/577 KB 208/439 KB 44/562 KB 944/1210 KB 248/1192 KB 520/577 KB 208/439 KB 48/562 KB 948/1210 KB 252/1192 KB 520/577 KB 208/439 KB 48/562 KB 948/1210 KB 256/1192 KB 520/577 KB 208/439 KB 48/562 KB 948/1210 KB 232/1192 KB 516/577 KB 208/439 KB 44/562 KB 944/1210 KB 256/1192 KB 520/577 KB 212/439 KB 48/562 KB 948/1210 KB 256/1192 KB 520/577 KB 216/439 KB 48/562 KB 948/1210 KB 256/1192 KB 520/577 KB 220/439 KB 48/562 KB 948/1210 KB 256/1192 KB 520/577 KB 224/439 KB 48/562 KB 948/1210 KB 244/1192 KB 520/577 KB 208/439 KB 48/562 KB 948/1210 KB 244/1192 KB 520/577 KB 208/439 KB 44/562 KB 948/1210 KB 256/1192 KB 520/577 KB 224/439 KB 48/562 KB 952/1210 KB 256/1192 KB 520/577 KB 224/439 KB 48/562 KB 956/1210 KB 256/1192 KB 520/577 KB 224/439 KB 48/562 KB 960/1210 KB 256/1192 KB 520/577 KB 224/439 KB 48/562 KB 964/1210 KB 260/1192 KB 520/577 KB 228/439 KB 52/562 KB 968/1210 KB 260/1192 KB 520/577 KB 228/439 KB 52/562 KB 972/1210 KB 260/1192 KB 520/577 KB 228/439 KB 52/562 KB 976/1210 KB 240/1192 KB 520/577 KB 208/439 KB 44/562 KB 944/1210 KB 260/1192 KB 524/577 KB 228/439 KB 52/562 KB 976/1210 KB 260/1192 KB 528/577 KB 228/439 KB 52/562 KB 976/1210 KB 260/1192 KB 532/577 KB 228/439 KB 52/562 KB 976/1210 KB 260/1192 KB 536/577 KB 228/439 KB 52/562 KB 976/1210 KB 260/1192 KB 540/577 KB 228/439 KB 52/562 KB 976/1210 KB 260/1192 KB 544/577 KB 228/439 KB 52/562 KB 976/1210 KB 260/1192 KB 548/577 KB 228/439 KB 52/562 KB 976/1210 KB 260/1192 KB 552/577 KB 228/439 KB 52/562 KB 980/1210 KB 260/1192 KB 556/577 KB 228/439 KB 52/562 KB 980/1210 KB 260/1192 KB 560/577 KB 228/439 KB 52/562 KB 980/1210 KB 260/1192 KB 564/577 KB 228/439 KB 52/562 KB 980/1210 KB 260/1192 KB 568/577 KB 228/439 KB 52/562 KB 980/1210 KB 260/1192 KB 572/577 KB 228/439 KB 52/562 KB 980/1210 KB 260/1192 KB 576/577 KB 228/439 KB 52/562 KB 980/1210 KB 260/1192 KB 577/577 KB 228/439 KB 52/562 KB 980/1210 KB 260/1192 KB 520/577 KB 228/439 KB 52/562 KB 964/1210 KB 264/1192 KB 577/577 KB 228/439 KB 52/562 KB 980/1210 KB 268/1192 KB 577/577 KB 228/439 KB 52/562 KB 980/1210 KB 272/1192 KB 577/577 KB 228/439 KB 52/562 KB 980/1210 KB 256/1192 KB 520/577 KB 228/439 KB 52/562 KB 964/1210 KB 272/1192 KB 577/577 KB 232/439 KB 52/562 KB 980/1210 KB 272/1192 KB 577/577 KB 236/439 KB 52/562 KB 980/1210 KB 256/1192 KB 520/577 KB 224/439 KB 52/562 KB 964/1210 KB 272/1192 KB 577/577 KB 236/439 KB 56/562 KB 980/1210 KB 272/1192 KB 577/577 KB 236/439 KB 60/562 KB 980/1210 KB 272/1 unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 192 KB 577/577 KB 236/439 KB 64/562 KB 980/1210 KB 272/1192 KB 577/577 KB 236/439 KB 68/562 KB 980/1210 KB 276/1192 KB 577/577 KB 240/439 KB 72/562 KB 980/1210 KB 276/1192 KB 577/577 KB 240/439 KB 76/562 KB 980/1210 KB 276/1192 KB 577/577 KB 240/439 KB 80/562 KB 980/1210 KB 260/1192 KB 548/577 KB 228/439 KB 52/562 KB 980/1210 KB 276/1192 KB 577/577 KB 240/439 KB 80/562 KB 984/1210 KB 276/1192 KB 577/577 KB 240/439 KB 80/562 KB 988/1210 KB 276/1192 KB 577/577 KB 240/439 KB 84/562 KB 992/1210 KB 276/1192 KB 577/577 KB 240/439 KB 68/562 KB 980/1210 KB 280/1192 KB 577/577 KB 240/439 KB 84/562 KB 992/1210 KB 284/1192 KB 577/577 KB 240/439 KB 84/562 KB 992/1210 KB 288/1192 KB 577/577 KB 240/439 KB 84/562 KB 992/1210 KB 272/1192 KB 577/577 KB 240/439 KB 68/562 KB 980/1210 KB 288/1192 KB 577/577 KB 244/439 KB 84/562 KB 992/1210 KB 288/1192 KB 577/577 KB 248/439 KB 84/562 KB 992/1210 KB 288/1192 KB 577/577 KB 252/439 KB 84/562 KB 992/1210 KB 288/1192 KB 577/577 KB 256/439 KB 84/562 KB 992/1210 KB 288/1192 KB 577/577 KB 260/439 KB 84/562 KB 992/1210 KB 292/1192 KB 577/577 KB 264/439 KB 84/562 KB 996/1210 KB 292/1192 KB 577/577 KB 268/439 KB 84/562 KB 996/1210 KB 292/1192 KB 577/577 KB 272/439 KB 84/562 KB 996/1210 KB 276/1192 KB 577/577 KB 240/439 KB 84/562 KB 988/1210 KB 292/1192 KB 577/577 KB 272/439 KB 88/562 KB 996/1210 KB 292/1192 KB 577/577 KB 272/439 KB 92/562 KB 996/1210 KB 292/1192 KB 577/577 KB 272/439 KB 96/562 KB 996/1210 KB 292/1192 KB 577/577 KB 260/439 KB 84/562 KB 996/1210 KB 292/1192 KB 577/577 KB 272/439 KB 96/562 KB 1000/1210 KB 292/1192 KB 577/577 KB 272/439 KB 96/562 KB 1004/1210 KB 292/1192 KB 577/577 KB 272/439 KB 96/562 KB 1008/1210 KB 292/1192 KB 577/577 KB 272/439 KB 96/562 KB 1012/1210 KB 292/1192 KB 577/577 KB 276/439 KB 100/562 KB 1016/1210 KB 292/1192 KB 577/577 KB 276/439 KB 100/562 KB 1020/1210 KB 292/1192 KB 577/577 KB 276/439 KB 100/562 KB 1024/1210 KB 292/1192 KB 577/577 KB 260/439 KB 84/562 KB 992/1210 KB 296/1192 KB 577/577 KB 276/439 KB 100/562 KB 1024/1210 KB 300/1192 KB 577/577 KB 276/439 KB 100/562 KB 1024/1210 KB 304/1192 KB 577/577 KB 276/439 KB 100/562 KB 1024/1210 KB 308/1192 KB 577/577 KB 276/439 KB 100/562 KB 1024/1210 KB 312/1192 KB 577/577 KB 276/439 KB 100/562 KB 1024/1210 KB 316/1192 KB 577/577 KB 276/439 KB 100/562 KB 1024/1210 KB 320/1192 KB 577/577 KB 276/439 KB 100/562 KB 1024/1210 KB 324/1192 KB 577/577 KB 276/439 KB 100/562 KB 1024/1210 KB 328/1192 KB 577/577 KB 276/439 KB 100/562 KB 1028/1210 KB 332/1192 KB 577/577 KB 276/439 KB 100/562 KB 1028/1210 KB 336/1192 KB 577/577 KB 276/439 KB 100/562 KB 1028/1210 KB 292/1192 KB 577/577 KB 276/439 KB 100/562 KB 1012/1210 KB 336/1192 KB 577/577 KB 280/439 KB 100/562 KB 1028/1210 KB 336/1192 KB 577/577 KB 284/439 KB 100/562 KB 1028/1210 KB 336/1192 KB 577/577 KB 288/439 KB 100/562 KB 1028/1210 KB 292/1192 KB 577/577 KB 272/439 KB 100/562 KB 1012/1210 KB 336/1192 KB 577/577 KB 288/439 KB 104/562 KB 1028/1210 KB 336/1192 KB 577/577 KB 288/439 KB 108/562 KB 1028/1210 KB 336/1192 KB 577/577 KB 288/439 KB 112/562 KB 1028/1210 KB 336/1192 KB 577/577 KB 288/439 KB 116/562 KB 1028/1210 KB 336/1192 KB 292/439 KB 120/562 KB 1028/1210 KB 336/1192 KB 292/439 KB 124/562 KB 1028/1210 KB 336/1192 KB 292/439 KB 128/562 KB 1028/1210 KB 324/1192 KB 577/577 KB 276/439 KB 100/562 KB 1028/1210 KB 336/1192 KB 292/439 KB 128/562 KB 1032/1210 KB 336/1192 KB 292/439 KB 128/562 KB 1036/1210 KB 336/ unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 1192 KB 292/439 KB 128/562 KB 1040/1210 KB 336/1192 KB 292/439 KB 128/562 KB 1044/1210 KB 340/1192 KB 292/439 KB 132/562 KB 1048/1210 KB 340/1192 KB 292/439 KB 132/562 KB 1052/1210 KB 340/1192 KB 292/439 KB 132/562 KB 1056/1210 KB 336/1192 KB 577/577 KB 292/439 KB 116/562 KB 1028/1210 KB 340/1192 KB 296/439 KB 132/562 KB 1056/1210 KB 340/1192 KB 300/439 KB 132/562 KB 1056/1210 KB 340/1192 KB 304/439 KB 132/562 KB 1056/1210 KB 340/1192 KB 308/439 KB 132/562 KB 1056/1210 KB 340/1192 KB 292/439 KB 132/562 KB 1044/1210 KB 344/1192 KB 308/439 KB 132/562 KB 1056/1210 KB 336/1192 KB 292/439 KB 132/562 KB 1044/1210 KB 344/1192 KB 312/439 KB 136/562 KB 1056/1210 KB 344/1192 KB 312/439 KB 140/562 KB 1056/1210 KB 344/1192 KB 312/439 KB 144/562 KB 1056/1210 KB 344/1192 KB 312/439 KB 148/562 KB 1056/1210 KB 348/1192 KB 312/439 KB 152/562 KB 1060/1210 KB 348/1192 KB 312/439 KB 156/562 KB 1060/1210 KB 348/1192 KB 312/439 KB 160/562 KB 1060/1210 KB 344/1192 KB 312/439 KB 132/562 KB 1056/1210 KB 348/1192 KB 316/439 KB 160/562 KB 1060/1210 KB 348/1192 KB 320/439 KB 160/562 KB 1060/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (577 KB at 442.6 KB/sec) unit-abot-epc-basic-0: 14:56:48 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: 14:56:48 DEBUG unit.abot-epc-basic/0.install 348/1192 KB 324/439 KB 160/562 KB 1060/1210 KB 348/1192 KB 328/439 KB 160/562 KB 1060/1210 KB 348/1192 KB 332/439 KB 164/562 KB 1060/1210 KB 348/1192 KB 336/439 KB 164/562 KB 1060/1210 KB 348/1192 KB 312/439 KB 148/562 KB 1060/1210 KB 348/1192 KB 336/439 KB 164/562 KB 1064/1210 KB 348/1192 KB 336/439 KB 164/562 KB 1068/1210 KB 348/1192 KB 336/439 KB 164/562 KB 1072/1210 KB 348/1192 KB 312/439 KB 148/562 KB 1056/1210 KB 352/1192 KB 336/439 KB 164/562 KB 1072/1210 KB 356/1192 KB 336/439 KB 164/562 KB 1072/1210 KB 360/1192 KB 336/439 KB 164/562 KB 1072/1210 KB 364/1192 KB 336/439 KB 164/562 KB 1072/1210 KB 368/1192 KB 336/439 KB 164/562 KB 1072/1210 KB 372/1192 KB 336/439 KB 164/562 KB 1076/1210 KB 376/1192 KB 340/439 KB 164/562 KB 1076/1210 KB 380/1192 KB 340/439 KB 164/562 KB 1076/1210 KB 384/1192 KB 340/439 KB 164/562 KB 1076/1210 KB 388/1192 KB 340/439 KB 164/562 KB 1076/1210 KB 392/1192 KB 340/439 KB 164/562 KB 1076/1210 KB 396/1192 KB 340/439 KB 164/562 KB 1076/1210 KB 400/1192 KB 340/439 KB 164/562 KB 1076/1210 KB 348/1192 KB 328/439 KB 164/562 KB 1060/1210 KB 400/1192 KB 340/439 KB 168/562 KB 1076/1210 KB 400/1192 KB 340/439 KB 172/562 KB 1076/1210 KB 400/1192 KB 340/439 KB 176/562 KB 1076/1210 KB 372/1192 KB 340/439 KB 164/562 KB 1076/1210 KB 400/1192 KB 344/439 KB 176/562 KB 1076/1210 KB 400/1192 KB 348/439 KB 176/562 KB 1076/1210 KB 400/1192 KB 352/439 KB 176/562 KB 1076/1210 KB 400/1192 KB 356/439 KB 176/562 KB 1076/1210 KB 4/256 KB 400/1192 KB 360/439 KB 180/562 KB 1076/1210 KB 368/1192 KB 336/439 KB 164/562 KB 1076/1210 KB 4/256 KB 400/1192 KB 360/439 KB 180/562 KB 1080/1210 KB 4/256 KB 400/1192 KB 360/439 KB 180/562 KB 1084/1210 KB 4/256 KB 400/1192 KB 360/439 KB 180/562 KB 1088/1210 KB 4/256 KB 400/1192 KB 360/439 KB 180/562 KB 1092/1210 KB 4/256 KB 400/1192 KB 360/439 KB 180/562 KB 1096/1210 KB 4/256 KB 400/1192 KB 360/439 KB 180/562 KB 1100/1210 KB 4/256 KB 400/1192 KB 360/439 KB 180/562 KB 1104/1210 KB 4/256 KB 400/1192 KB 356/439 KB 180/562 KB 1076/1210 KB 4/256 KB 400/1192 KB 364/439 KB 184/562 KB 1104/1210 KB 4/256 KB 400/1192 KB 364/439 KB 188/562 KB 1104/1210 KB 4/256 KB 400/1192 KB 364/439 KB 192/562 KB 1104/1210 KB 4/256 KB 400/1192 KB 356/439 KB 176/562 KB 1076/1210 KB 8/256 KB 400/1192 KB 364/439 KB 192/562 KB 1104/1210 KB 12/256 KB 400/1192 KB 364/439 KB 192/562 KB 1104/1210 KB 16/256 KB 400/1192 KB 364/439 KB 192/562 KB 1104/1210 KB 20/256 KB 400/1192 KB 364/439 KB 192/562 KB 1104/1210 KB 24/256 KB 400/1192 KB 364/439 KB 192/562 KB 1104/1210 KB 4/256 KB 400/1192 KB 364/439 KB 180/562 KB 1104/1210 KB 24/256 KB 400/1192 KB 368/439 KB 196/562 KB 1104/1210 KB 28/256 KB 400/1192 KB 368/439 KB 200/562 KB 1108/1210 KB 28/256 KB 400/1192 KB 368/439 KB 204/562 KB 1108/1210 KB 28/256 KB 400/1192 KB 368/439 KB 196/562 KB 1108/1210 KB 28/256 KB 404/1192 KB 368/439 KB 204/562 KB 1112/1210 KB 28/256 KB 404/1192 KB 368/439 KB 208/562 KB 1116/1210 KB 28/256 KB 404/1192 KB 368/439 KB 208/562 KB 1120/1210 KB 24/256 KB 400/1192 KB 368/439 KB 192/562 KB 1104/1210 KB 28/256 KB 400/1192 KB 368/439 KB 196/562 KB 1104/1210 KB 32/256 KB 404/1192 KB 368/439 KB 208/562 KB 1120/1210 KB 36/256 KB 404/1192 KB 368/439 KB 208/562 KB 1120/1210 KB 40/256 KB 404/1192 KB 372/439 KB 208/562 KB 1120/1210 KB 44/256 KB 404/1192 KB 372/439 KB 208/562 KB 1124/1210 KB 48/256 KB 404/1192 KB 372/439 KB 208/562 KB 1124/1210 KB 52/256 KB 404/1192 KB 372/439 KB 208/562 KB 1124/1210 KB 56/256 unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install KB 404/1192 KB 372/439 KB 208/562 KB 1124/1210 KB 60/256 KB 404/1192 KB 372/439 KB 208/562 KB 1124/1210 KB 64/256 KB 404/1192 KB 372/439 KB 208/562 KB 1124/1210 KB 28/256 KB 404/1192 KB 368/439 KB 208/562 KB 1112/1210 KB 28/256 KB 404/1192 KB 368/439 KB 204/562 KB 1108/1210 KB 64/256 KB 408/1192 KB 372/439 KB 208/562 KB 1124/1210 KB 64/256 KB 412/1192 KB 372/439 KB 208/562 KB 1124/1210 KB 64/256 KB 416/1192 KB 372/439 KB 208/562 KB 1124/1210 KB 64/256 KB 416/1192 KB 372/439 KB 212/562 KB 1124/1210 KB 64/256 KB 420/1192 KB 372/439 KB 216/562 KB 1124/1210 KB 64/256 KB 420/1192 KB 372/439 KB 220/562 KB 1124/1210 KB 64/256 KB 420/1192 KB 372/439 KB 224/562 KB 1124/1210 KB 40/256 KB 404/1192 KB 372/439 KB 208/562 KB 1124/1210 KB 64/256 KB 420/1192 KB 372/439 KB 224/562 KB 1128/1210 KB 64/256 KB 420/1192 KB 372/439 KB 224/562 KB 1132/1210 KB 64/256 KB 420/1192 KB 372/439 KB 224/562 KB 1136/1210 KB 64/256 KB 420/1192 KB 372/439 KB 224/562 KB 1140/1210 KB 68/256 KB 420/1192 KB 372/439 KB 228/562 KB 1144/1210 KB 68/256 KB 420/1192 KB 372/439 KB 228/562 KB 1148/1210 KB 36/256 KB 404/1192 KB 372/439 KB 208/562 KB 1120/1210 KB 68/256 KB 420/1192 KB 376/439 KB 228/562 KB 1148/1210 KB 68/256 KB 420/1192 KB 380/439 KB 228/562 KB 1148/1210 KB 68/256 KB 420/1192 KB 384/439 KB 228/562 KB 1148/1210 KB 68/256 KB 420/1192 KB 388/439 KB 228/562 KB 1148/1210 KB 68/256 KB 420/1192 KB 392/439 KB 228/562 KB 1148/1210 KB 68/256 KB 420/1192 KB 396/439 KB 228/562 KB 1148/1210 KB 68/256 KB 420/1192 KB 400/439 KB 228/562 KB 1148/1210 KB 68/256 KB 420/1192 KB 404/439 KB 228/562 KB 1148/1210 KB 68/256 KB 420/1192 KB 408/439 KB 228/562 KB 1152/1210 KB 68/256 KB 420/1192 KB 412/439 KB 228/562 KB 1152/1210 KB 68/256 KB 420/1192 KB 416/439 KB 228/562 KB 1152/1210 KB 68/256 KB 420/1192 KB 372/439 KB 228/562 KB 1140/1210 KB 72/256 KB 420/1192 KB 416/439 KB 228/562 KB 1152/1210 KB 76/256 KB 420/1192 KB 416/439 KB 228/562 KB 1152/1210 KB 80/256 KB 420/1192 KB 416/439 KB 228/562 KB 1152/1210 KB 84/256 KB 420/1192 KB 416/439 KB 228/562 KB 1152/1210 KB 88/256 KB 420/1192 KB 420/439 KB 228/562 KB 1152/1210 KB 92/256 KB 420/1192 KB 420/439 KB 228/562 KB 1152/1210 KB 96/256 KB 420/1192 KB 420/439 KB 228/562 KB 1152/1210 KB 64/256 KB 420/1192 KB 372/439 KB 228/562 KB 1140/1210 KB 96/256 KB 420/1192 KB 420/439 KB 232/562 KB 1152/1210 KB 96/256 KB 420/1192 KB 420/439 KB 236/562 KB 1152/1210 KB 96/256 KB 420/1192 KB 420/439 KB 240/562 KB 1152/1210 KB 64/256 KB 420/1192 KB 372/439 KB 212/562 KB 1124/1210 KB 96/256 KB 424/1192 KB 420/439 KB 240/562 KB 1152/1210 KB 96/256 KB 428/1192 KB 420/439 KB 240/562 KB 1152/1210 KB 96/256 KB 432/1192 KB 420/439 KB 240/562 KB 1152/1210 KB 96/256 KB 436/1192 KB 420/439 KB 240/562 KB 1152/1210 KB 96/256 KB 440/1192 KB 420/439 KB 240/562 KB 1152/1210 KB 96/256 KB 444/1192 KB 420/439 KB 240/562 KB 1152/1210 KB 96/256 KB 444/1192 KB 420/439 KB 244/562 KB 1152/1210 KB 96/256 KB 448/1192 KB 420/439 KB 248/562 KB 1152/1210 KB 96/256 KB 448/1192 KB 420/439 KB 252/562 KB 1152/1210 KB 96/256 KB 448/1192 KB 420/439 KB 256/562 KB 1152/1210 KB 96/256 KB 448/1192 KB 420/439 KB 260/562 KB 1152/1210 KB 96/256 KB 448/1192 KB 420/439 KB 264/562 KB 1152/1210 KB 96/256 KB 448/1192 KB 420/439 KB 268/562 KB 1152/1210 KB 96/256 KB 448/1192 KB 420/439 KB 272/562 KB 1152/1210 KB 96/256 KB 448/1192 KB 420/439 KB 276/562 KB 1152/1210 KB 100/256 KB 448/1192 KB 420/439 KB 280/562 KB 1152/1210 KB 100/256 KB 448/1192 unit-oai-epc-0: 14:56:48 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:56:48 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 14:56:48 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install KB 420/439 KB 284/562 KB 1152/1210 KB 100/256 KB 448/1192 KB 420/439 KB 288/562 KB 1152/1210 KB 84/256 KB 420/1192 KB 420/439 KB 228/562 KB 1152/1210 KB 68/256 KB 420/1192 KB 404/439 KB 228/562 KB 1152/1210 KB 100/256 KB 448/1192 KB 420/439 KB 288/562 KB 1156/1210 KB 100/256 KB 448/1192 KB 420/439 KB 288/562 KB 1160/1210 KB 100/256 KB 448/1192 KB 420/439 KB 288/562 KB 1164/1210 KB 100/256 KB 448/1192 KB 420/439 KB 288/562 KB 1168/1210 KB 100/256 KB 448/1192 KB 420/439 KB 288/562 KB 1172/1210 KB 100/256 KB 448/1192 KB 424/439 KB 288/562 KB 1176/1210 KB 100/256 KB 448/1192 KB 424/439 KB 288/562 KB 1180/1210 KB 100/256 KB 448/1192 KB 424/439 KB 288/562 KB 1184/1210 KB 100/256 KB 448/1192 KB 420/439 KB 276/562 KB 1152/1210 KB 96/256 KB 448/1192 KB 420/439 KB 244/562 KB 1152/1210 KB 100/256 KB 452/1192 KB 424/439 KB 288/562 KB 1184/1210 KB 100/256 KB 456/1192 KB 424/439 KB 288/562 KB 1184/1210 KB 100/256 KB 460/1192 KB 424/439 KB 288/562 KB 1184/1210 KB 100/256 KB 464/1192 KB 424/439 KB 288/562 KB 1184/1210 KB 100/256 KB 468/1192 KB 424/439 KB 288/562 KB 1184/1210 KB 100/256 KB 472/1192 KB 424/439 KB 288/562 KB 1184/1210 KB 100/256 KB 476/1192 KB 424/439 KB 288/562 KB 1184/1210 KB 100/256 KB 480/1192 KB 424/439 KB 288/562 KB 1184/1210 KB 100/256 KB 448/1192 KB 424/439 KB 288/562 KB 1172/1210 KB 100/256 KB 480/1192 KB 428/439 KB 288/562 KB 1184/1210 KB 100/256 KB 480/1192 KB 432/439 KB 288/562 KB 1184/1210 KB 100/256 KB 480/1192 KB 436/439 KB 288/562 KB 1184/1210 KB 100/256 KB 480/1192 KB 439/439 KB 288/562 KB 1184/1210 KB 100/256 KB 484/1192 KB 439/439 KB 288/562 KB 1184/1210 KB 104/256 KB 488/1192 KB 439/439 KB 288/562 KB 1188/1210 KB 104/256 KB 492/1192 KB 439/439 KB 288/562 KB 1188/1210 KB 104/256 KB 484/1192 KB 439/439 KB 288/562 KB 1188/1210 KB 104/256 KB 492/1192 KB 439/439 KB 288/562 KB 1192/1210 KB 104/256 KB 492/1192 KB 439/439 KB 288/562 KB 1196/1210 KB 104/256 KB 492/1192 KB 439/439 KB 288/562 KB 1200/1210 KB 104/256 KB 496/1192 KB 439/439 KB 288/562 KB 1204/1210 KB 104/256 KB 496/1192 KB 439/439 KB 292/562 KB 1208/1210 KB 104/256 KB 496/1192 KB 439/439 KB 292/562 KB 1210/1210 KB 104/256 KB 484/1192 KB 439/439 KB 288/562 KB 1184/1210 KB 108/256 KB 496/1192 KB 439/439 KB 292/562 KB 1210/1210 KB 112/256 KB 496/1192 KB 439/439 KB 292/562 KB 1210/1210 KB 116/256 KB 496/1192 KB 439/439 KB 292/562 KB 1210/1210 KB 120/256 KB 496/1192 KB 439/439 KB 292/562 KB 1210/1210 KB 124/256 KB 496/1192 KB 439/439 KB 292/562 KB 1210/1210 KB 128/256 KB 496/1192 KB 439/439 KB 292/562 KB 1210/1210 KB 104/256 KB 496/1192 KB 439/439 KB 292/562 KB 1204/1210 KB 128/256 KB 496/1192 KB 439/439 KB 296/562 KB 1210/1210 KB 128/256 KB 496/1192 KB 439/439 KB 300/562 KB 1210/1210 KB 128/256 KB 496/1192 KB 439/439 KB 304/562 KB 1210/1210 KB 128/256 KB 496/1192 KB 439/439 KB 308/562 KB 1210/1210 KB 132/256 KB 496/1192 KB 439/439 KB 312/562 KB 1210/1210 KB 104/256 KB 496/1192 KB 439/439 KB 288/562 KB 1200/1210 KB 132/256 KB 500/1192 KB 439/439 KB 316/562 KB 1210/1210 KB 132/256 KB 504/1192 KB 316/562 KB 1210/1210 KB 132/256 KB 508/1192 KB 316/562 KB 1210/1210 KB 132/256 KB 512/1192 KB 316/562 KB 1210/1210 KB 132/256 KB 496/1192 KB 439/439 KB 308/562 KB 1210/1210 KB 136/256 KB 512/1192 KB 316/562 KB 1210/1210 KB 140/256 KB 516/1192 KB 316/562 KB 1210/1210 KB 144/256 KB 516/1192 KB 316/562 KB 1210/1210 KB 148/256 KB 516/1192 KB 316/562 KB 1210/1210 KB 152/256 KB 516/1192 KB 316/562 KB 156 unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install /256 KB 516/1192 KB 316/562 KB 160/256 KB 516/1192 KB 316/562 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (439 KB at 324.4 KB/sec) unit-abot-epc-basic-0: 14:56:48 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: 14:56:48 DEBUG unit.abot-epc-basic/0.install 164/256 KB 516/1192 KB 316/562 KB 168/256 KB 516/1192 KB 316/562 KB 172/256 KB 516/1192 KB 316/562 KB 176/256 KB 516/1192 KB 316/562 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 893.3 KB/sec) unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 132/256 KB 496/1192 KB 439/439 KB 316/562 KB 1210/1210 KB 176/256 KB 516/1192 KB 320/562 KB 136/256 KB 516/1192 KB 316/562 KB 1210/1210 KB 176/256 KB 516/1192 KB 324/562 KB 176/256 KB 520/1192 KB 324/562 KB 176/256 KB 524/1192 KB 328/562 KB 176/256 KB 528/1192 KB 328/562 KB 176/256 KB 532/1192 KB 328/562 KB 176/256 KB 536/1192 KB 328/562 KB 176/256 KB 520/1192 KB 328/562 KB 176/256 KB 536/1192 KB 332/562 KB 176/256 KB 536/1192 KB 336/562 KB Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 176/256 KB 540/1192 KB 336/562 KB 176/256 KB 544/1192 KB 336/562 KB 176/256 KB 548/1192 KB 336/562 KB 180/256 KB 552/1192 KB 340/562 KB 180/256 KB 556/1192 KB 340/562 KB 180/256 KB 560/1192 KB 340/562 KB 180/256 KB 548/1192 KB 340/562 KB 184/256 KB 560/1192 KB 340/562 KB 188/256 KB 560/1192 KB 340/562 KB 192/256 KB 560/1192 KB 340/562 KB 176/256 KB 548/1192 KB 340/562 KB 192/256 KB 560/1192 KB 344/562 KB 192/256 KB 560/1192 KB 348/562 KB 192/256 KB 560/1192 KB 352/562 KB 192/256 KB 560/1192 KB 356/562 KB 192/256 KB 560/1192 KB 360/562 KB 192/256 KB 564/1192 KB 364/562 KB 192/256 KB 564/1192 KB 368/562 KB 196/256 KB 564/1192 KB 372/562 KB 196/256 KB 564/1192 KB 376/562 KB 196/256 KB 564/1192 KB 4/140 KB 380/562 KB 196/256 KB 564/1192 KB 4/140 KB 384/562 KB 196/256 KB 564/1192 KB 4/140 KB 388/562 KB 196/256 KB 564/1192 KB 4/140 KB 392/562 KB 196/256 KB 564/1192 KB 4/140 KB 396/562 KB 196/256 KB 564/1192 KB 4/140 KB 400/562 KB 192/256 KB 564/1192 KB 360/562 KB 196/256 KB 568/1192 KB 4/140 KB 400/562 KB 196/256 KB 572/1192 KB 4/140 KB 400/562 KB 196/256 KB 576/1192 KB 4/140 KB 400/562 KB 196/256 KB 564/1192 KB 4/140 KB 376/562 KB 196/256 KB 576/1192 KB 8/140 KB 400/562 KB 196/256 KB 576/1192 KB 12/140 KB 400/562 KB 196/256 KB 576/1192 KB 16/140 KB 400/562 KB 196/256 KB 576/1192 KB 20/140 KB 400/562 KB 196/256 KB 576/1192 KB 24/140 KB 400/562 KB 196/256 KB 576/1192 KB 28/140 KB 400/562 KB 196/256 KB 576/1192 KB 32/140 KB 400/562 KB 196/256 KB 576/1192 KB 36/140 KB 400/562 KB 196/256 KB 580/1192 KB 40/140 KB 400/562 KB 196/256 KB 580/1192 KB 44/140 KB 400/562 KB 196/256 KB 580/1192 KB 48/140 KB 400/562 KB 196/256 KB 564/1192 KB 368/562 KB 200/256 KB 580/1192 KB 48/140 KB 400/562 KB 204/256 KB 580/1192 KB 48/140 KB 400/562 KB 208/256 KB 580/1192 KB 48/140 KB 400/562 KB 212/256 KB 580/1192 KB 48/140 KB 400/562 KB 216/256 KB 580/1192 KB 48/140 KB 400/562 KB 220/256 KB 580/1192 KB 48/140 KB 400/562 KB 224/256 KB 580/1192 KB 48/140 KB 400/562 KB 196/256 KB 580/1192 KB 36/140 KB 400/562 KB 224/256 KB 584/1192 KB 48/140 KB 400/562 KB 224/256 KB 588/1192 KB 48/140 KB 400/562 KB 224/256 KB 592/1192 KB 48/140 KB 400/562 KB 224/256 KB 592/1192 KB 52/140 KB 400/562 KB 228/256 KB 596/1192 KB 56/140 KB 404/562 KB 228/256 KB 596/1192 KB 60/140 KB 404/562 KB 228/256 KB 596/1192 KB 62/140 KB 404/562 KB 228/256 KB 596/1192 KB 66/140 KB 404/562 KB 228/256 KB 596/1192 KB 70/140 KB 404/562 KB 228/256 KB 596/1192 KB 74/140 KB 404/562 KB 228/256 KB 596/1192 KB 78/140 KB 404/562 KB 228/256 KB 596/1192 KB 52/140 KB 404/562 KB 228/256 KB 596/1192 KB 78/140 KB 408/562 KB 228/256 KB 596/1192 KB 78/140 KB 412/562 KB 228/256 KB 596/1192 KB 78/140 KB 416/562 KB 228/256 KB 596/1192 KB 52/140 KB 400/562 KB 228/256 KB 600/1192 KB 78/140 KB 416/562 KB 228/256 KB 604/1192 KB 78/140 KB 416/562 KB 228/256 KB 608/1192 KB 78/140 KB 416/562 KB 228/256 KB 592/1192 KB 52/140 KB 400/562 KB 232/256 KB 608/1192 KB 78/140 KB 416/562 KB 236/256 KB 608/1192 KB 78/140 KB 416/562 KB 240/256 KB 608/1192 KB 78/140 KB 416/562 KB 240/256 KB 612/1192 KB 78/140 KB 416/562 KB 244/256 KB 616/1192 KB 78/140 KB 420/562 KB 244/256 KB 620/1192 KB 78/140 KB 420/562 KB 244/256 KB 624/1192 KB 78/140 KB 420/562 KB 244/256 KB 624/1192 KB 82/140 KB 420/562 KB 244/256 KB 628/1192 KB 86/140 KB 420/562 KB 244/256 KB 628/1192 KB 90/140 KB 420/562 KB 244/256 KB 628/1192 KB 94/140 KB 420/562 KB 244/256 KB 612/1192 KB unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 78/140 KB 420/562 KB 244/256 KB 628/1192 KB 94/140 KB 424/562 KB 244/256 KB 628/1192 KB 94/140 KB 428/562 KB 244/256 KB 628/1192 KB 94/140 KB 432/562 KB 244/256 KB 612/1192 KB 78/140 KB 416/562 KB 248/256 KB 628/1192 KB 94/140 KB 432/562 KB 252/256 KB 628/1192 KB 94/140 KB 432/562 KB 256/256 KB 628/1192 KB 94/140 KB 432/562 KB 256/256 KB 628/1192 KB 94/140 KB 432/562 KB 256/256 KB 628/1192 KB 94/140 KB 436/562 KB 256/256 KB 628/1192 KB 98/140 KB 440/562 KB 256/256 KB 628/1192 KB 98/140 KB 444/562 KB 256/256 KB 628/1192 KB 98/140 KB 448/562 KB 256/256 KB 628/1192 KB 98/140 KB 452/562 KB 244/256 KB 628/1192 KB 82/140 KB 420/562 KB 256/256 KB 628/1192 KB 98/140 KB 4/1118 KB 456/562 KB 256/256 KB 628/1192 KB 98/140 KB 8/1118 KB 456/562 KB 256/256 KB 628/1192 KB 98/140 KB 12/1118 KB 456/562 KB 256/256 KB 628/1192 KB 98/140 KB 16/1118 KB 456/562 KB 256/256 KB 628/1192 KB 98/140 KB 20/1118 KB 456/562 KB 256/256 KB 628/1192 KB 98/140 KB 24/1118 KB 456/562 KB 256/256 KB 628/1192 KB 98/140 KB 28/1118 KB 456/562 KB 256/256 KB 628/1192 KB 98/140 KB 32/1118 KB 456/562 KB 256/256 KB 632/1192 KB 98/140 KB 32/1118 KB 456/562 KB 256/256 KB 632/1192 KB 98/140 KB 36/1118 KB 456/562 KB 256/256 KB 636/1192 KB 98/140 KB 40/1118 KB 456/562 KB 256/256 KB 628/1192 KB 98/140 KB 436/562 KB 636/1192 KB 102/140 KB 40/1118 KB 456/562 KB 636/1192 KB 106/140 KB 40/1118 KB 456/562 KB 636/1192 KB 110/140 KB 40/1118 KB 456/562 KB 636/1192 KB 114/140 KB 44/1118 KB 456/562 KB 636/1192 KB 118/140 KB 44/1118 KB 456/562 KB 636/1192 KB 122/140 KB 44/1118 KB 456/562 KB 636/1192 KB 126/140 KB 44/1118 KB 456/562 KB 636/1192 KB 130/140 KB 44/1118 KB 456/562 KB 636/1192 KB 134/140 KB 44/1118 KB 456/562 KB 636/1192 KB 138/140 KB 44/1118 KB 456/562 KB 636/1192 KB 140/140 KB 44/1118 KB 456/562 KB 256/256 KB 636/1192 KB 98/140 KB 36/1118 KB 456/562 KB 640/1192 KB 140/140 KB 44/1118 KB 456/562 KB 644/1192 KB 140/140 KB 44/1118 KB 456/562 KB 648/1192 KB 140/140 KB 44/1118 KB 456/562 KB 652/1192 KB 140/140 KB 44/1118 KB 456/562 KB 656/1192 KB 140/140 KB 44/1118 KB 456/562 KB 660/1192 KB 140/140 KB 44/1118 KB 456/562 KB 664/1192 KB 140/140 KB 44/1118 KB 456/562 KB 668/1192 KB 140/140 KB 44/1118 KB 456/562 KB 672/1192 KB 140/140 KB 44/1118 KB 456/562 KB 676/1192 KB 140/140 KB 44/1118 KB 456/562 KB 256/256 KB 636/1192 KB 114/140 KB 44/1118 KB 456/562 KB 636/1192 KB 110/140 KB 44/1118 KB 456/562 KB 676/1192 KB 140/140 KB 48/1118 KB 456/562 KB 676/1192 KB 140/140 KB 52/1118 KB 456/562 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 184.5 KB/sec) unit-abot-epc-basic-0: 14:56:48 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: 14:56:48 DEBUG unit.abot-epc-basic/0.install 676/1192 KB 140/140 KB 52/1118 KB 460/562 KB 676/1192 KB 140/140 KB 52/1118 KB 464/562 KB 676/1192 KB 140/140 KB 56/1118 KB 464/562 KB 676/1192 KB 140/140 KB 60/1118 KB 464/562 KB 676/1192 KB 140/140 KB 64/1118 KB 468/562 KB 676/1192 KB 140/140 KB 68/1118 KB 468/562 KB 676/1192 KB 140/140 KB 72/1118 KB 468/562 KB 676/1192 KB 140/140 KB 76/1118 KB 468/562 KB 676/1192 KB 140/140 KB 80/1118 KB 468/562 KB 676/1192 KB 140/140 KB 60/1118 KB 468/562 KB 676/1192 KB 140/140 KB 80/1118 KB 472/562 KB 676/1192 KB 140/140 KB 80/1118 KB 476/562 KB 676/1192 KB 140/140 KB 80/1118 KB 480/562 KB 676/1192 KB 140/140 KB 80/1118 KB 484/562 KB 680/1192 KB 140/140 KB 84/1118 KB 488/562 KB 680/1192 KB 140/140 KB 84/1118 KB 492/562 KB 680/1192 KB 140/140 KB 84/1118 KB 496/562 KB 680/1192 KB 140/140 KB 84/1118 KB 500/562 KB 680/1192 KB 84/1118 KB 504/562 KB 680/1192 KB 84/1118 KB 508/562 KB 680/1192 KB 84/1118 KB 512/562 KB 680/1192 KB 140/140 KB 84/1118 KB 484/562 KB 680/1192 KB 140/140 KB 80/1118 KB 484/562 KB 684/1192 KB 88/1118 KB 512/562 KB 688/1192 KB 88/1118 KB 512/562 KB 692/1192 KB 88/1118 KB 512/562 KB 696/1192 KB 88/1118 KB 512/562 KB 700/1192 KB 88/1118 KB 512/562 KB 704/1192 KB 88/1118 KB 512/562 KB 708/1192 KB 88/1118 KB 512/562 KB 712/1192 KB 88/1118 KB 516/562 KB 716/1192 KB 88/1118 KB 516/562 KB Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar (140 KB at 100.1 KB/sec) unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 716/1192 KB 4/1461 KB 88/1118 KB 516/562 KB 716/1192 KB 8/1461 KB 88/1118 KB 516/562 KB 716/1192 KB 12/1461 KB 88/1118 KB 516/562 KB 716/1192 KB 16/1461 KB 88/1118 KB 516/562 KB 716/1192 KB 20/1461 KB 88/1118 KB 516/562 KB 716/1192 KB 24/1461 KB 88/1118 KB 516/562 KB 716/1192 KB 28/1461 KB 88/1118 KB 516/562 KB 716/1192 KB 32/1461 KB 88/1118 KB 516/562 KB 716/1192 KB 36/1461 KB 88/1118 KB 516/562 KB 720/1192 KB 40/1461 KB 88/1118 KB 516/562 KB 720/1192 KB 44/1461 KB 88/1118 KB 516/562 KB 720/1192 KB 48/1461 KB 88/1118 KB 516/562 KB 708/1192 KB 88/1118 KB 516/562 KB 720/1192 KB 48/1461 KB 88/1118 KB 520/562 KB 720/1192 KB 48/1461 KB 88/1118 KB 524/562 KB 720/1192 KB 48/1461 KB 88/1118 KB 528/562 KB 680/1192 KB 88/1118 KB 512/562 KB 720/1192 KB 48/1461 KB 92/1118 KB 528/562 KB 720/1192 KB 48/1461 KB 96/1118 KB 528/562 KB 720/1192 KB 48/1461 KB 100/1118 KB 528/562 KB 720/1192 KB 48/1461 KB 104/1118 KB 528/562 KB 720/1192 KB 48/1461 KB 108/1118 KB 528/562 KB 720/1192 KB 48/1461 KB 112/1118 KB 528/562 KB 720/1192 KB 48/1461 KB 116/1118 KB 528/562 KB 720/1192 KB 48/1461 KB 120/1118 KB 528/562 KB 720/1192 KB 48/1461 KB 124/1118 KB 528/562 KB 720/1192 KB 48/1461 KB 128/1118 KB 528/562 KB 720/1192 KB 48/1461 KB 132/1118 KB 528/562 KB 720/1192 KB 52/1461 KB 136/1118 KB 532/562 KB 720/1192 KB 36/1461 KB 88/1118 KB 516/562 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-oai-epc-0: 14:56:48 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 724/1192 KB 52/1461 KB 136/1118 KB 532/562 KB 728/1192 KB 52/1461 KB 136/1118 KB 532/562 KB 732/1192 KB 52/1461 KB 136/1118 KB 532/562 KB 736/1192 KB 52/1461 KB 136/1118 KB 532/562 KB 720/1192 KB 52/1461 KB 132/1118 KB 532/562 KB 736/1192 KB 52/1461 KB 136/1118 KB 536/562 KB 736/1192 KB 52/1461 KB 136/1118 KB 540/562 KB 736/1192 KB 52/1461 KB 136/1118 KB 544/562 KB 720/1192 KB 52/1461 KB 132/1118 KB 528/562 KB 736/1192 KB 56/1461 KB 136/1118 KB 544/562 KB 736/1192 KB 60/1461 KB 136/1118 KB 544/562 KB 736/1192 KB 64/1461 KB 136/1118 KB 548/562 KB 736/1192 KB 68/1461 KB 136/1118 KB 548/562 KB 740/1192 KB 72/1461 KB 140/1118 KB 548/562 KB 740/1192 KB 76/1461 KB 140/1118 KB 548/562 KB 740/1192 KB 80/1461 KB 140/1118 KB 548/562 KB 736/1192 KB 60/1461 KB 136/1118 KB 548/562 KB 740/1192 KB 80/1461 KB 140/1118 KB 552/562 KB 740/1192 KB 80/1461 KB 140/1118 KB 556/562 KB 740/1192 KB 80/1461 KB 140/1118 KB 560/562 KB 740/1192 KB 80/1461 KB 140/1118 KB 562/562 KB 740/1192 KB 68/1461 KB 140/1118 KB 548/562 KB 736/1192 KB 68/1461 KB 140/1118 KB 548/562 KB 740/1192 KB 80/1461 KB 144/1118 KB 562/562 KB 740/1192 KB 80/1461 KB 148/1118 KB 562/562 KB 744/1192 KB 80/1461 KB 148/1118 KB 562/562 KB 748/1192 KB 80/1461 KB 148/1118 KB 562/562 KB 752/1192 KB 80/1461 KB 148/1118 KB 562/562 KB 756/1192 KB 80/1461 KB 148/1118 KB 562/562 KB 760/1192 KB 84/1461 KB 152/1118 KB 562/562 KB 764/1192 KB 84/1461 KB 152/1118 KB 562/562 KB 768/1192 KB 84/1461 KB 152/1118 KB 562/562 KB 756/1192 KB 80/1461 KB 152/1118 KB 562/562 KB 768/1192 KB 84/1461 KB 156/1118 KB 562/562 KB 768/1192 KB 84/1461 KB 160/1118 KB 562/562 KB 768/1192 KB 84/1461 KB 164/1118 KB 562/562 KB 772/1192 KB 84/1461 KB 168/1118 KB 562/562 KB 756/1192 KB 84/1461 KB 152/1118 KB 562/562 KB 4/37 KB 772/1192 KB 88/1461 KB 168/1118 KB 562/562 KB 4/37 KB 772/1192 KB 92/1461 KB 168/1118 KB 562/562 KB 4/37 KB 772/1192 KB 84/1461 KB 168/1118 KB 562/562 KB 8/37 KB 772/1192 KB 92/1461 KB 172/1118 KB 562/562 KB 12/37 KB 772/1192 KB 92/1461 KB 172/1118 KB 562/562 KB 16/37 KB 772/1192 KB 92/1461 KB 172/1118 KB 562/562 KB 20/37 KB 772/1192 KB 92/1461 KB 172/1118 KB 562/562 KB 24/37 KB 772/1192 KB 92/1461 KB 172/1118 KB 562/562 KB 28/37 KB 772/1192 KB 92/1461 KB 172/1118 KB 562/562 KB 32/37 KB 772/1192 KB 92/1461 KB 172/1118 KB 562/562 KB 36/37 KB 772/1192 KB 92/1461 KB 172/1118 KB 562/562 KB 37/37 KB 772/1192 KB 96/1461 KB 172/1118 KB 562/562 KB 772/1192 KB 84/1461 KB 164/1118 KB 562/562 KB 36/37 KB 772/1192 KB 96/1461 KB 172/1118 KB 562/562 KB 4/37 KB 772/1192 KB 92/1461 KB 172/1118 KB 562/562 KB 37/37 KB 772/1192 KB 96/1461 KB 176/1118 KB 562/562 KB 37/37 KB 772/1192 KB 96/1461 KB 180/1118 KB 562/562 KB 37/37 KB 776/1192 KB 100/1461 KB 184/1118 KB 562/562 KB 37/37 KB 776/1192 KB 100/1461 KB 188/1118 KB 562/562 KB 37/37 KB 776/1192 KB 100/1461 KB 192/1118 KB 562/562 KB 37/37 KB 776/1192 KB 100/1461 KB 180/1118 KB 562/562 KB 37/37 KB 776/1192 KB 96/1461 KB 180/1118 KB 562/562 KB 37/37 KB 780/1192 KB 100/1461 KB 192/1118 KB 37/37 KB 784/1192 KB 100/1461 KB 192/1118 KB 37/37 KB 788/1192 KB 100/1461 KB 192/1118 KB 37/37 KB 792/1192 KB 104/1461 KB 196/1118 KB 37/37 KB 796/1192 KB 104/1461 KB 196/1118 KB 37/37 KB 800/1192 KB 104/1461 KB 196/1118 KB 37/37 KB 788/1192 KB 104/1461 KB 196/1118 KB 37/37 KB 788/1192 KB 104/1461 KB 192/1118 KB 37/37 KB 800/1192 KB 108/1461 KB 196/1118 KB unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 37/37 KB 800/1192 KB 112/1461 KB 196/1118 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (562 KB at 395.4 KB/sec) unit-abot-epc-basic-0: 14:56:48 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: 14:56:48 DEBUG unit.abot-epc-basic/0.install 37/37 KB 800/1192 KB 116/1461 KB 196/1118 KB 37/37 KB 804/1192 KB 120/1461 KB 200/1118 KB 37/37 KB 804/1192 KB 124/1461 KB 200/1118 KB 37/37 KB 804/1192 KB 128/1461 KB 200/1118 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar (37 KB at 25.8 KB/sec) unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 37/37 KB 804/1192 KB 116/1461 KB 200/1118 KB 37/37 KB 800/1192 KB 116/1461 KB 200/1118 KB 804/1192 KB 128/1461 KB 204/1118 KB 804/1192 KB 128/1461 KB 208/1118 KB 804/1192 KB 128/1461 KB 212/1118 KB 808/1192 KB 132/1461 KB 216/1118 KB 808/1192 KB 132/1461 KB 220/1118 KB 808/1192 KB 132/1461 KB 224/1118 KB 808/1192 KB 132/1461 KB 212/1118 KB 808/1192 KB 136/1461 KB 224/1118 KB 808/1192 KB 140/1461 KB 224/1118 KB 808/1192 KB 144/1461 KB 224/1118 KB 808/1192 KB 148/1461 KB 228/1118 KB Downloading: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 808/1192 KB 128/1461 KB 212/1118 KB 812/1192 KB 148/1461 KB 228/1118 KB 4/46 KB 816/1192 KB 148/1461 KB 228/1118 KB 4/46 KB 820/1192 KB 148/1461 KB 228/1118 KB 4/46 KB 824/1192 KB 148/1461 KB 228/1118 KB 4/46 KB 828/1192 KB 148/1461 KB 228/1118 KB 4/46 KB 832/1192 KB 148/1461 KB 228/1118 KB 4/46 KB 808/1192 KB 148/1461 KB 228/1118 KB 4/46 KB 832/1192 KB 148/1461 KB 228/1118 KB 8/46 KB 832/1192 KB 148/1461 KB 228/1118 KB 12/46 KB 832/1192 KB 148/1461 KB 228/1118 KB 16/46 KB 832/1192 KB 148/1461 KB 228/1118 KB 20/46 KB 836/1192 KB 152/1461 KB 228/1118 KB 24/46 KB 808/1192 KB 144/1461 KB 228/1118 KB 836/1192 KB 152/1461 KB 232/1118 KB 24/46 KB 836/1192 KB 152/1461 KB 236/1118 KB 24/46 KB 836/1192 KB 152/1461 KB 240/1118 KB 24/46 KB 836/1192 KB 152/1461 KB 228/1118 KB 20/46 KB 836/1192 KB 156/1461 KB 240/1118 KB 24/46 KB 836/1192 KB 160/1461 KB 240/1118 KB 24/46 KB 836/1192 KB 160/1461 KB 240/1118 KB 28/46 KB 836/1192 KB 160/1461 KB 240/1118 KB 32/46 KB 836/1192 KB 160/1461 KB 244/1118 KB 4/287 KB 36/46 KB 836/1192 KB 160/1461 KB 244/1118 KB 4/287 KB 40/46 KB 836/1192 KB 160/1461 KB 244/1118 KB 4/287 KB 44/46 KB 836/1192 KB 160/1461 KB 244/1118 KB 4/287 KB 46/46 KB 836/1192 KB 148/1461 KB 228/1118 KB 20/46 KB 840/1192 KB 160/1461 KB 244/1118 KB 4/287 KB 46/46 KB 844/1192 KB 160/1461 KB 244/1118 KB 4/287 KB 46/46 KB 848/1192 KB 160/1461 KB 244/1118 KB 4/287 KB 46/46 KB 852/1192 KB 160/1461 KB 244/1118 KB 4/287 KB 46/46 KB 856/1192 KB 160/1461 KB 244/1118 KB 4/287 KB 46/46 KB 860/1192 KB 160/1461 KB 244/1118 KB 4/287 KB 46/46 KB 864/1192 KB 160/1461 KB 244/1118 KB 4/287 KB 46/46 KB 868/1192 KB 160/1461 KB 244/1118 KB 4/287 KB 46/46 KB 872/1192 KB 160/1461 KB 244/1118 KB 4/287 KB 46/46 KB 876/1192 KB 160/1461 KB 244/1118 KB 4/287 KB 46/46 KB 880/1192 KB 160/1461 KB 244/1118 KB 4/287 KB 46/46 KB 884/1192 KB 160/1461 KB 244/1118 KB 4/287 KB 46/46 KB 836/1192 KB 160/1461 KB 244/1118 KB 4/287 KB 32/46 KB 836/1192 KB 160/1461 KB 244/1118 KB 32/46 KB 884/1192 KB 160/1461 KB 248/1118 KB 4/287 KB 46/46 KB 884/1192 KB 160/1461 KB 252/1118 KB 4/287 KB 46/46 KB 884/1192 KB 160/1461 KB 256/1118 KB 4/287 KB 46/46 KB 884/1192 KB 160/1461 KB 260/1118 KB 4/287 KB 46/46 KB 884/1192 KB 160/1461 KB 260/1118 KB 8/287 KB 46/46 KB 884/1192 KB 160/1461 KB 260/1118 KB 12/287 KB 46/46 KB 884/1192 KB 160/1461 KB 260/1118 KB 16/287 KB 46/46 KB 884/1192 KB 160/1461 KB 264/1118 KB 16/287 KB 46/46 KB 884/1192 KB 160/1461 KB 268/1118 KB 16/287 KB 46/46 KB 884/1192 KB 160/1461 KB 272/1118 KB 20/287 KB 46/46 KB 884/1192 KB 160/1461 KB 276/1118 KB 20/287 KB 46/46 KB 884/1192 KB 160/1461 KB 280/1118 KB 20/287 KB 46/46 KB 884/1192 KB 160/1461 KB 284/1118 KB 20/287 KB 46/46 KB 884/1192 KB 160/1461 KB 288/1118 KB 20/287 KB 46/46 KB 884/1192 KB 160/1461 KB 268/1118 KB 20/287 KB 46/46 KB 884/1192 KB 160/1461 KB 288/1118 KB 24/287 KB 46/46 KB 884/1192 KB 160/1461 KB 288/1118 KB 28/287 KB 46/46 KB 884/1192 KB 160/1461 KB 288/1118 KB 32/287 KB 46/46 KB 884/1192 KB 160/1461 KB 288/1118 KB 36/287 KB 46/46 KB 888/1192 KB 160/1461 KB 292/1118 KB 40/287 KB 46/46 KB 888/1192 KB 160/1461 KB 292/1118 KB 44/287 KB 46/46 KB 888/1192 KB 160/1461 KB 292/1118 KB 48/287 KB 46/46 KB 888/1192 KB 160/1461 KB 292/1118 KB 52/287 KB 46/46 KB 888/1192 KB 160/1461 KB 292/1118 KB 56/287 KB 46/46 KB 888/1192 KB 160/1461 KB 292/1118 KB 60/287 KB 46/46 KB 888/1192 KB 160/1461 KB 292/1118 KB 64/287 KB 46/46 KB 888/1192 KB unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 160/1461 KB 292/1118 KB 68/287 KB 46/46 KB 888/1192 KB 160/1461 KB 292/1118 KB 36/287 KB 46/46 KB 892/1192 KB 160/1461 KB 292/1118 KB 68/287 KB 896/1192 KB 160/1461 KB 292/1118 KB 68/287 KB 884/1192 KB 160/1461 KB 292/1118 KB 36/287 KB 46/46 KB 896/1192 KB 160/1461 KB 296/1118 KB 68/287 KB 896/1192 KB 160/1461 KB 300/1118 KB 68/287 KB 896/1192 KB 160/1461 KB 304/1118 KB 68/287 KB 896/1192 KB 160/1461 KB 308/1118 KB 68/287 KB 900/1192 KB 160/1461 KB 312/1118 KB 68/287 KB 900/1192 KB 160/1461 KB 316/1118 KB 68/287 KB 900/1192 KB 160/1461 KB 320/1118 KB 68/287 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.1 KB/sec) unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 900/1192 KB 160/1461 KB 308/1118 KB 68/287 KB 904/1192 KB 160/1461 KB 320/1118 KB 68/287 KB 908/1192 KB 160/1461 KB 320/1118 KB 68/287 KB 912/1192 KB 160/1461 KB 320/1118 KB 68/287 KB 916/1192 KB 160/1461 KB 320/1118 KB 68/287 KB 920/1192 KB 160/1461 KB 320/1118 KB 68/287 KB 924/1192 KB 160/1461 KB 324/1118 KB 72/287 KB 928/1192 KB 160/1461 KB 324/1118 KB 72/287 KB 932/1192 KB 160/1461 KB 324/1118 KB 72/287 KB 936/1192 KB 160/1461 KB 324/1118 KB 72/287 KB 940/1192 KB 160/1461 KB 324/1118 KB 72/287 KB 944/1192 KB 160/1461 KB 324/1118 KB 72/287 KB 948/1192 KB 160/1461 KB 324/1118 KB 72/287 KB 920/1192 KB 160/1461 KB 324/1118 KB 72/287 KB 948/1192 KB 164/1461 KB 328/1118 KB 72/287 KB 948/1192 KB 164/1461 KB 332/1118 KB 72/287 KB 948/1192 KB 164/1461 KB 336/1118 KB 72/287 KB 920/1192 KB 160/1461 KB 320/1118 KB 72/287 KB 948/1192 KB 164/1461 KB 336/1118 KB 76/287 KB 948/1192 KB 164/1461 KB 336/1118 KB 80/287 KB 948/1192 KB 164/1461 KB 336/1118 KB 84/287 KB 948/1192 KB 164/1461 KB 340/1118 KB 88/287 KB 948/1192 KB 164/1461 KB 340/1118 KB 92/287 KB 948/1192 KB 164/1461 KB 340/1118 KB 96/287 KB 948/1192 KB 164/1461 KB 324/1118 KB 72/287 KB 948/1192 KB 168/1461 KB 340/1118 KB 96/287 KB 948/1192 KB 172/1461 KB 340/1118 KB 96/287 KB 948/1192 KB 176/1461 KB 340/1118 KB 96/287 KB 948/1192 KB 180/1461 KB 340/1118 KB 96/287 KB 952/1192 KB 184/1461 KB 340/1118 KB 100/287 KB 952/1192 KB 188/1461 KB 340/1118 KB 100/287 KB 952/1192 KB 192/1461 KB 340/1118 KB 100/287 KB 948/1192 KB 164/1461 KB 340/1118 KB 84/287 KB 952/1192 KB 192/1461 KB 344/1118 KB 100/287 KB 952/1192 KB 192/1461 KB 348/1118 KB 100/287 KB 952/1192 KB 192/1461 KB 352/1118 KB 100/287 KB 952/1192 KB 192/1461 KB 356/1118 KB 100/287 KB 952/1192 KB 192/1461 KB 360/1118 KB 100/287 KB 952/1192 KB 192/1461 KB 364/1118 KB 100/287 KB 952/1192 KB 192/1461 KB 368/1118 KB 100/287 KB 952/1192 KB 180/1461 KB 340/1118 KB 100/287 KB 956/1192 KB 192/1461 KB 368/1118 KB 100/287 KB 960/1192 KB 192/1461 KB 368/1118 KB 100/287 KB 948/1192 KB 180/1461 KB 340/1118 KB 100/287 KB 960/1192 KB 192/1461 KB 368/1118 KB 104/287 KB 960/1192 KB 192/1461 KB 368/1118 KB 108/287 KB 960/1192 KB 192/1461 KB 368/1118 KB 112/287 KB 960/1192 KB 192/1461 KB 368/1118 KB 116/287 KB 964/1192 KB 196/1461 KB 372/1118 KB 120/287 KB 964/1192 KB 196/1461 KB 372/1118 KB 124/287 KB 964/1192 KB 196/1461 KB 372/1118 KB 128/287 KB 964/1192 KB 196/1461 KB 372/1118 KB 132/287 KB 964/1192 KB 196/1461 KB 372/1118 KB 136/287 KB 964/1192 KB 196/1461 KB 372/1118 KB 140/287 KB 964/1192 KB 196/1461 KB 372/1118 KB 144/287 KB 964/1192 KB 196/1461 KB 372/1118 KB 116/287 KB 964/1192 KB 200/1461 KB 372/1118 KB 144/287 KB 964/1192 KB 204/1461 KB 372/1118 KB 144/287 KB 964/1192 KB 208/1461 KB 372/1118 KB 144/287 KB 964/1192 KB 212/1461 KB 372/1118 KB 144/287 KB 964/1192 KB 216/1461 KB 372/1118 KB 144/287 KB 964/1192 KB 220/1461 KB 372/1118 KB 144/287 KB 964/1192 KB 224/1461 KB 372/1118 KB 148/287 KB 964/1192 KB 192/1461 KB 372/1118 KB 116/287 KB 964/1192 KB 224/1461 KB 376/1118 KB 148/287 KB 964/1192 KB 224/1461 KB 380/1118 KB 148/287 KB 964/1192 KB 224/1461 KB 384/1118 KB 148/287 KB 964/1192 KB 224/1461 KB 388/1118 KB 148/287 KB 964/1192 KB 224/1461 KB 392/1118 KB 148/287 KB 964/1192 KB 224/1461 KB 396/1118 KB 148/287 KB 964/1192 KB 224/1461 KB 400/1118 KB 148/287 KB 964/1192 KB 192/1461 KB 368/1118 KB 116/287 KB 968/1192 KB 224/1461 KB 400/1118 KB 148/287 KB 972/1192 KB 224/1461 KB 400/1118 K unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install B 148/287 KB 976/1192 KB 224/1461 KB 400/1118 KB 148/287 KB 980/1192 KB 224/1461 KB 400/1118 KB 148/287 KB 984/1192 KB 224/1461 KB 400/1118 KB 148/287 KB 988/1192 KB 224/1461 KB 400/1118 KB 148/287 KB 992/1192 KB 224/1461 KB 400/1118 KB 148/287 KB 996/1192 KB 224/1461 KB 400/1118 KB 148/287 KB 1000/1192 KB 228/1461 KB 404/1118 KB 148/287 KB 1004/1192 KB 228/1461 KB 404/1118 KB 148/287 KB 1008/1192 KB 228/1461 KB 404/1118 KB 148/287 KB 964/1192 KB 220/1461 KB 372/1118 KB 148/287 KB 1008/1192 KB 228/1461 KB 404/1118 KB 152/287 KB 1008/1192 KB 228/1461 KB 404/1118 KB 156/287 KB 1008/1192 KB 228/1461 KB 404/1118 KB 160/287 KB 1008/1192 KB 228/1461 KB 404/1118 KB 164/287 KB 1012/1192 KB 228/1461 KB 404/1118 KB 168/287 KB 1012/1192 KB 228/1461 KB 404/1118 KB 172/287 KB 1012/1192 KB 228/1461 KB 404/1118 KB 176/287 KB 1012/1192 KB 228/1461 KB 404/1118 KB 180/287 KB 1012/1192 KB 228/1461 KB 404/1118 KB 184/287 KB 1012/1192 KB 228/1461 KB 404/1118 KB 188/287 KB 1012/1192 KB 228/1461 KB 404/1118 KB 192/287 KB 996/1192 KB 228/1461 KB 404/1118 KB 148/287 KB 1012/1192 KB 232/1461 KB 404/1118 KB 192/287 KB 1012/1192 KB 236/1461 KB 404/1118 KB 192/287 KB 1012/1192 KB 240/1461 KB 404/1118 KB 192/287 KB 996/1192 KB 224/1461 KB 404/1118 KB 148/287 KB 1012/1192 KB 240/1461 KB 408/1118 KB 192/287 KB 1012/1192 KB 240/1461 KB 412/1118 KB 192/287 KB 1012/1192 KB 240/1461 KB 416/1118 KB 192/287 KB 1012/1192 KB 240/1461 KB 420/1118 KB 192/287 KB 1012/1192 KB 244/1461 KB 424/1118 KB 192/287 KB 1012/1192 KB 244/1461 KB 428/1118 KB 192/287 KB 1012/1192 KB 244/1461 KB 432/1118 KB 192/287 KB 1012/1192 KB 244/1461 KB 436/1118 KB 192/287 KB 1012/1192 KB 244/1461 KB 440/1118 KB 192/287 KB 1012/1192 KB 244/1461 KB 444/1118 KB 192/287 KB 1012/1192 KB 244/1461 KB 448/1118 KB 196/287 KB 1012/1192 KB 228/1461 KB 404/1118 KB 164/287 KB 1016/1192 KB 244/1461 KB 448/1118 KB 196/287 KB 1020/1192 KB 244/1461 KB 448/1118 KB 196/287 KB 1024/1192 KB 244/1461 KB 448/1118 KB 196/287 KB 1028/1192 KB 244/1461 KB 448/1118 KB 196/287 KB 1032/1192 KB 244/1461 KB 448/1118 KB 196/287 KB 1036/1192 KB 244/1461 KB 448/1118 KB 196/287 KB 1040/1192 KB 244/1461 KB 448/1118 KB 196/287 KB 1044/1192 KB 244/1461 KB 448/1118 KB 196/287 KB 1048/1192 KB 244/1461 KB 452/1118 KB 196/287 KB 1052/1192 KB 244/1461 KB 452/1118 KB 196/287 KB 1056/1192 KB 244/1461 KB 452/1118 KB 196/287 KB 1060/1192 KB 244/1461 KB 452/1118 KB 196/287 KB 1064/1192 KB 244/1461 KB 452/1118 KB 196/287 KB 1068/1192 KB 244/1461 KB 452/1118 KB 196/287 KB 1012/1192 KB 244/1461 KB 444/1118 KB 196/287 KB 1068/1192 KB 244/1461 KB 452/1118 KB 200/287 KB 1068/1192 KB 244/1461 KB 452/1118 KB 204/287 KB 1068/1192 KB 244/1461 KB 452/1118 KB 208/287 KB 1012/1192 KB 244/1461 KB 420/1118 KB 192/287 KB 1068/1192 KB 248/1461 KB 452/1118 KB 208/287 KB 1068/1192 KB 252/1461 KB 452/1118 KB 208/287 KB 1068/1192 KB 256/1461 KB 452/1118 KB 208/287 KB 1044/1192 KB 244/1461 KB 452/1118 KB 196/287 KB 1072/1192 KB 256/1461 KB 456/1118 KB 208/287 KB 1076/1192 KB 256/1461 KB 456/1118 KB 208/287 KB 1080/1192 KB 256/1461 KB 456/1118 KB 208/287 KB 1084/1192 KB 256/1461 KB 456/1118 KB 208/287 KB 1088/1192 KB 256/1461 KB 456/1118 KB 208/287 KB 1092/1192 KB 256/1461 KB 456/1118 KB 208/287 KB 1096/1192 KB 256/1461 KB 456/1118 KB 208/287 KB 1100/1192 KB 256/1461 KB 456/1118 KB 208/287 KB 1104/1192 KB 256/1461 KB 456/1118 KB 208/287 KB 1108/1192 KB 256/1461 KB 456/1118 KB 208/287 KB 1108/1192 KB 260/1461 KB 456/1118 KB unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 212/287 KB 1108/1192 KB 260/1461 KB 456/1118 KB 216/287 KB 1108/1192 KB 260/1461 KB 456/1118 KB 220/287 KB 1108/1192 KB 260/1461 KB 456/1118 KB 208/287 KB 1108/1192 KB 264/1461 KB 456/1118 KB 220/287 KB 1108/1192 KB 268/1461 KB 456/1118 KB 220/287 KB 1108/1192 KB 272/1461 KB 456/1118 KB 220/287 KB 1108/1192 KB 276/1461 KB 456/1118 KB 220/287 KB 1108/1192 KB 280/1461 KB 456/1118 KB 220/287 KB 1108/1192 KB 284/1461 KB 456/1118 KB 220/287 KB 1108/1192 KB 288/1461 KB 456/1118 KB 220/287 KB 1068/1192 KB 256/1461 KB 456/1118 KB 208/287 KB 1108/1192 KB 288/1461 KB 460/1118 KB 220/287 KB 1108/1192 KB 288/1461 KB 464/1118 KB 220/287 KB 1108/1192 KB 288/1461 KB 468/1118 KB 220/287 KB 1108/1192 KB 292/1461 KB 472/1118 KB 220/287 KB 1108/1192 KB 292/1461 KB 476/1118 KB 224/287 KB 1108/1192 KB 292/1461 KB 480/1118 KB 224/287 KB 1108/1192 KB 292/1461 KB 468/1118 KB 220/287 KB 1108/1192 KB 296/1461 KB 480/1118 KB 224/287 KB 1108/1192 KB 300/1461 KB 480/1118 KB 224/287 KB 1108/1192 KB 304/1461 KB 480/1118 KB 224/287 KB 1108/1192 KB 308/1461 KB 480/1118 KB 224/287 KB 1108/1192 KB 312/1461 KB 484/1118 KB 224/287 KB 1108/1192 KB 316/1461 KB 484/1118 KB 224/287 KB 1108/1192 KB 320/1461 KB 484/1118 KB 224/287 KB 1108/1192 KB 292/1461 KB 472/1118 KB 224/287 KB 1108/1192 KB 320/1461 KB 484/1118 KB 228/287 KB 1108/1192 KB 320/1461 KB 484/1118 KB 232/287 KB 1108/1192 KB 320/1461 KB 484/1118 KB 236/287 KB 1108/1192 KB 320/1461 KB 484/1118 KB 240/287 KB 1108/1192 KB 308/1461 KB 484/1118 KB 224/287 KB 1108/1192 KB 320/1461 KB 488/1118 KB 240/287 KB 1108/1192 KB 320/1461 KB 492/1118 KB 240/287 KB 1108/1192 KB 320/1461 KB 496/1118 KB 240/287 KB 1108/1192 KB 320/1461 KB 500/1118 KB 244/287 KB 1108/1192 KB 324/1461 KB 504/1118 KB 244/287 KB 1108/1192 KB 324/1461 KB 508/1118 KB 244/287 KB 1108/1192 KB 324/1461 KB 512/1118 KB 244/287 KB 1108/1192 KB 320/1461 KB 496/1118 KB 244/287 KB 1108/1192 KB 324/1461 KB 512/1118 KB 248/287 KB 1108/1192 KB 324/1461 KB 512/1118 KB 252/287 KB 1108/1192 KB 324/1461 KB 500/1118 KB 244/287 KB 1108/1192 KB 328/1461 KB 512/1118 KB 252/287 KB 1108/1192 KB 332/1461 KB 512/1118 KB 256/287 KB 1108/1192 KB 336/1461 KB 512/1118 KB 256/287 KB 1108/1192 KB 340/1461 KB 512/1118 KB 256/287 KB 1112/1192 KB 344/1461 KB 516/1118 KB 256/287 KB 1112/1192 KB 348/1461 KB 516/1118 KB 256/287 KB 1112/1192 KB 352/1461 KB 516/1118 KB 256/287 KB 1112/1192 KB 356/1461 KB 516/1118 KB 256/287 KB 1112/1192 KB 360/1461 KB 516/1118 KB 256/287 KB 1108/1192 KB 328/1461 KB 512/1118 KB 256/287 KB 1112/1192 KB 360/1461 KB 516/1118 KB 260/287 KB 1112/1192 KB 360/1461 KB 516/1118 KB 264/287 KB 1112/1192 KB 360/1461 KB 516/1118 KB 268/287 KB 1112/1192 KB 340/1461 KB 516/1118 KB 256/287 KB 1112/1192 KB 360/1461 KB 520/1118 KB 268/287 KB 1112/1192 KB 340/1461 KB 512/1118 KB 256/287 KB 1116/1192 KB 360/1461 KB 520/1118 KB 268/287 KB 1120/1192 KB 360/1461 KB 520/1118 KB 268/287 KB 1124/1192 KB 360/1461 KB 520/1118 KB 268/287 KB 1128/1192 KB 360/1461 KB 524/1118 KB 272/287 KB 1132/1192 KB 360/1461 KB 524/1118 KB 272/287 KB 1136/1192 KB 360/1461 KB 524/1118 KB 272/287 KB 1124/1192 KB 360/1461 KB 524/1118 KB 272/287 KB 1124/1192 KB 360/1461 KB 524/1118 KB 268/287 KB 1136/1192 KB 360/1461 KB 528/1118 KB 272/287 KB 1136/1192 KB 360/1461 KB 532/1118 KB 272/287 KB 1140/1192 KB 360/1461 KB 536/1118 KB 276/287 KB 1140/1192 KB 360/1461 KB 540/1118 KB 276/287 KB 1140/1192 KB 364/1461 KB 544/1118 KB 276/287 KB 1140/1192 KB 364/1461 KB 548 unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install /1118 KB 276/287 KB 1140/1192 KB 364/1461 KB 552/1118 KB 276/287 KB 1140/1192 KB 364/1461 KB 556/1118 KB 276/287 KB 1140/1192 KB 364/1461 KB 560/1118 KB 276/287 KB 1140/1192 KB 360/1461 KB 532/1118 KB 276/287 KB 1144/1192 KB 364/1461 KB 560/1118 KB 276/287 KB 1148/1192 KB 364/1461 KB 560/1118 KB 276/287 KB 1152/1192 KB 364/1461 KB 560/1118 KB 276/287 KB 1136/1192 KB 360/1461 KB 532/1118 KB 276/287 KB 1152/1192 KB 364/1461 KB 560/1118 KB 280/287 KB 1152/1192 KB 364/1461 KB 560/1118 KB 284/287 KB 1152/1192 KB 364/1461 KB 560/1118 KB 287/287 KB 1140/1192 KB 364/1461 KB 540/1118 KB 276/287 KB 1152/1192 KB 368/1461 KB 560/1118 KB 287/287 KB 1152/1192 KB 372/1461 KB 560/1118 KB 287/287 KB 1156/1192 KB 376/1461 KB 560/1118 KB 287/287 KB 1156/1192 KB 380/1461 KB 560/1118 KB 287/287 KB 1156/1192 KB 384/1461 KB 560/1118 KB 287/287 KB 1156/1192 KB 388/1461 KB 560/1118 KB 287/287 KB 1156/1192 KB 392/1461 KB 564/1118 KB 287/287 KB 1156/1192 KB 396/1461 KB 564/1118 KB 287/287 KB 1156/1192 KB 400/1461 KB 564/1118 KB 287/287 KB 1156/1192 KB 372/1461 KB 560/1118 KB 287/287 KB 1160/1192 KB 400/1461 KB 564/1118 KB 287/287 KB 1164/1192 KB 400/1461 KB 564/1118 KB 287/287 KB 1168/1192 KB 400/1461 KB 564/1118 KB 287/287 KB 1156/1192 KB 388/1461 KB 564/1118 KB 287/287 KB 1168/1192 KB 400/1461 KB 568/1118 KB 287/287 KB 1168/1192 KB 400/1461 KB 572/1118 KB 287/287 KB 1168/1192 KB 400/1461 KB 576/1118 KB 287/287 KB 1172/1192 KB 400/1461 KB 580/1118 KB 287/287 KB 1172/1192 KB 404/1461 KB 584/1118 KB 287/287 KB 1172/1192 KB 404/1461 KB 588/1118 KB 287/287 KB 1172/1192 KB 404/1461 KB 592/1118 KB 287/287 KB 1172/1192 KB 400/1461 KB 576/1118 KB 287/287 KB 1176/1192 KB 404/1461 KB 592/1118 KB 287/287 KB 1180/1192 KB 404/1461 KB 592/1118 KB 287/287 KB 1184/1192 KB 404/1461 KB 592/1118 KB 287/287 KB 1188/1192 KB 404/1461 KB 592/1118 KB 287/287 KB 1192/1192 KB 404/1461 KB 592/1118 KB 287/287 KB 1192/1192 KB 404/1461 KB 596/1118 KB 287/287 KB 1172/1192 KB 404/1461 KB 580/1118 KB 287/287 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar (287 KB at 188.9 KB/sec) machine-3: 14:56:48 DEBUG juju.service discovered init system "upstart" from local host machine-3: 14:56:48 DEBUG juju.worker.deployer API addresses: ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.200:17070"] unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 1192/1192 KB 408/1461 KB 596/1118 KB 1192/1192 KB 412/1461 KB 596/1118 KB 1192/1192 KB 416/1461 KB 596/1118 KB 1192/1192 KB 420/1461 KB 596/1118 KB 1192/1192 KB 424/1461 KB 596/1118 KB 1192/1192 KB 428/1461 KB 596/1118 KB 1192/1192 KB 432/1461 KB 596/1118 KB 1192/1192 KB 404/1461 KB 596/1118 KB 287/287 KB 1192/1192 KB 432/1461 KB 600/1118 KB 1192/1192 KB 432/1461 KB 604/1118 KB 1192/1192 KB 432/1461 KB 608/1118 KB 1192/1192 KB 436/1461 KB 608/1118 KB 1192/1192 KB 436/1461 KB 612/1118 KB 1192/1192 KB 436/1461 KB 616/1118 KB 1192/1192 KB 436/1461 KB 620/1118 KB 1192/1192 KB 436/1461 KB 624/1118 KB 1192/1192 KB 440/1461 KB 624/1118 KB 1192/1192 KB 444/1461 KB 624/1118 KB 1192/1192 KB 448/1461 KB 628/1118 KB 1192/1192 KB 452/1461 KB 628/1118 KB 1192/1192 KB 456/1461 KB 628/1118 KB 1192/1192 KB 460/1461 KB 628/1118 KB 1192/1192 KB 464/1461 KB 628/1118 KB 1192/1192 KB 468/1461 KB 628/1118 KB 1192/1192 KB 472/1461 KB 628/1118 KB 1192/1192 KB 476/1461 KB 628/1118 KB 1192/1192 KB 480/1461 KB 628/1118 KB 1192/1192 KB 484/1461 KB 628/1118 KB 1192/1192 KB 444/1461 KB 628/1118 KB 1192/1192 KB 484/1461 KB 632/1118 KB 1192/1192 KB 484/1461 KB 636/1118 KB 1192/1192 KB 484/1461 KB 640/1118 KB 1192/1192 KB 484/1461 KB 644/1118 KB 1192/1192 KB 484/1461 KB 648/1118 KB 1192/1192 KB 484/1461 KB 652/1118 KB 1192/1192 KB 484/1461 KB 656/1118 KB 1192/1192 KB 484/1461 KB 660/1118 KB 1192/1192 KB 484/1461 KB 664/1118 KB 1192/1192 KB 484/1461 KB 668/1118 KB 1192/1192 KB 484/1461 KB 672/1118 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar (1192 KB at 780.8 KB/sec) unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 1192/1192 KB 488/1461 KB 672/1118 KB 492/1461 KB 672/1118 KB 496/1461 KB 672/1118 KB 496/1461 KB 676/1118 KB 500/1461 KB 680/1118 KB 500/1461 KB 684/1118 KB 500/1461 KB 688/1118 KB 500/1461 KB 692/1118 KB 500/1461 KB 696/1118 KB 500/1461 KB 700/1118 KB 500/1461 KB 676/1118 KB 504/1461 KB 704/1118 KB 508/1461 KB 704/1118 KB 512/1461 KB 704/1118 KB 516/1461 KB 704/1118 KB 520/1461 KB 704/1118 KB 524/1461 KB 704/1118 KB 516/1461 KB 704/1118 KB 528/1461 KB 708/1118 KB 528/1461 KB 712/1118 KB 528/1461 KB 716/1118 KB 528/1461 KB 720/1118 KB 528/1461 KB 724/1118 KB 528/1461 KB 728/1118 KB 528/1461 KB 732/1118 KB 528/1461 KB 736/1118 KB 528/1461 KB 740/1118 KB 528/1461 KB 708/1118 KB 532/1461 KB 740/1118 KB 536/1461 KB 740/1118 KB 540/1461 KB 740/1118 KB 544/1461 KB 740/1118 KB 548/1461 KB 740/1118 KB 552/1461 KB 740/1118 KB 556/1461 KB 740/1118 KB 560/1461 KB 740/1118 KB 564/1461 KB 740/1118 KB 564/1461 KB 744/1118 KB 564/1461 KB 748/1118 KB 564/1461 KB 752/1118 KB 568/1461 KB 752/1118 KB 572/1461 KB 752/1118 KB 576/1461 KB 752/1118 KB 580/1461 KB 752/1118 KB 584/1461 KB 756/1118 KB 588/1461 KB 756/1118 KB 592/1461 KB 756/1118 KB 580/1461 KB 756/1118 KB 592/1461 KB 760/1118 KB 592/1461 KB 764/1118 KB 592/1461 KB 768/1118 KB 592/1461 KB 772/1118 KB 596/1461 KB 776/1118 KB 596/1461 KB 780/1118 KB 596/1461 KB 784/1118 KB 596/1461 KB 772/1118 KB 600/1461 KB 784/1118 KB 604/1461 KB 788/1118 KB 608/1461 KB 788/1118 KB 612/1461 KB 788/1118 KB 616/1461 KB 788/1118 KB 620/1461 KB 788/1118 KB 624/1461 KB 788/1118 KB 600/1461 KB 788/1118 KB 624/1461 KB 792/1118 KB 624/1461 KB 796/1118 KB 624/1461 KB 800/1118 KB 624/1461 KB 804/1118 KB 628/1461 KB 808/1118 KB 628/1461 KB 812/1118 KB 628/1461 KB 816/1118 KB 628/1461 KB 804/1118 KB 632/1461 KB 816/1118 KB 636/1461 KB 820/1118 KB 640/1461 KB 820/1118 KB 644/1461 KB 820/1118 KB 648/1461 KB 820/1118 KB 652/1461 KB 820/1118 KB 656/1461 KB 820/1118 KB 632/1461 KB 820/1118 KB 656/1461 KB 824/1118 KB 656/1461 KB 828/1118 KB 656/1461 KB 832/1118 KB 656/1461 KB 836/1118 KB 660/1461 KB 840/1118 KB 660/1461 KB 844/1118 KB 660/1461 KB 848/1118 KB 660/1461 KB 836/1118 KB 664/1461 KB 848/1118 KB 668/1461 KB 852/1118 KB 672/1461 KB 852/1118 KB 676/1461 KB 852/1118 KB 680/1461 KB 852/1118 KB 684/1461 KB 852/1118 KB 688/1461 KB 852/1118 KB 664/1461 KB 852/1118 KB 688/1461 KB 856/1118 KB 688/1461 KB 860/1118 KB 688/1461 KB 864/1118 KB 688/1461 KB 868/1118 KB 692/1461 KB 872/1118 KB 692/1461 KB 876/1118 KB 692/1461 KB 880/1118 KB 692/1461 KB 868/1118 KB 696/1461 KB 880/1118 KB 700/1461 KB 880/1118 KB 704/1461 KB 880/1118 KB 708/1461 KB 880/1118 KB 712/1461 KB 884/1118 KB 716/1461 KB 884/1118 KB 720/1461 KB 884/1118 KB 708/1461 KB 884/1118 KB 720/1461 KB 888/1118 KB 720/1461 KB 892/1118 KB 720/1461 KB 896/1118 KB 720/1461 KB 900/1118 KB 724/1461 KB 904/1118 KB 724/1461 KB 908/1118 KB 724/1461 KB 912/1118 KB 724/1461 KB 900/1118 KB 728/1461 KB 912/1118 KB 732/1461 KB 912/1118 KB 736/1461 KB 912/1118 KB 740/1461 KB 912/1118 KB 744/1461 KB 916/1118 KB 748/1461 KB 916/1118 KB 752/1461 KB 916/1118 KB 740/1461 KB 916/1118 KB 752/1461 KB 920/1118 KB 752/1461 KB 924/1118 KB 752/1461 KB 928/1118 KB 752/1461 KB 932/1118 KB 756/1461 KB 936/1118 KB 756/1461 KB 940/1118 KB 756/1461 KB 944/1118 KB 756/1461 KB 932/1118 KB 760/1461 KB 944/1118 KB 764/1461 KB 948/1118 KB 768/1461 KB 948/1118 KB 772/1461 KB 948/1118 KB 776/14 unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 61 KB 948/1118 KB 780/1461 KB 948/1118 KB 784/1461 KB 948/1118 KB 760/1461 KB 948/1118 KB 784/1461 KB 952/1118 KB 784/1461 KB 956/1118 KB 784/1461 KB 960/1118 KB 784/1461 KB 964/1118 KB 788/1461 KB 968/1118 KB 788/1461 KB 972/1118 KB 788/1461 KB 976/1118 KB 788/1461 KB 964/1118 KB 792/1461 KB 976/1118 KB 796/1461 KB 976/1118 KB 800/1461 KB 980/1118 KB 804/1461 KB 980/1118 KB 808/1461 KB 980/1118 KB 812/1461 KB 980/1118 KB 796/1461 KB 980/1118 KB 816/1461 KB 984/1118 KB 816/1461 KB 988/1118 KB 816/1461 KB 992/1118 KB 816/1461 KB 996/1118 KB 816/1461 KB 1000/1118 KB 816/1461 KB 1004/1118 KB 816/1461 KB 1008/1118 KB 816/1461 KB 1012/1118 KB 816/1461 KB 1016/1118 KB 816/1461 KB 1020/1118 KB 816/1461 KB 1024/1118 KB 816/1461 KB 1028/1118 KB 816/1461 KB 996/1118 KB 820/1461 KB 1028/1118 KB 824/1461 KB 1028/1118 KB 828/1461 KB 1028/1118 KB 832/1461 KB 1028/1118 KB 836/1461 KB 1028/1118 KB 840/1461 KB 1028/1118 KB 844/1461 KB 1028/1118 KB 848/1461 KB 1028/1118 KB 852/1461 KB 1032/1118 KB 856/1461 KB 1032/1118 KB 860/1461 KB 1032/1118 KB 864/1461 KB 1032/1118 KB 868/1461 KB 1032/1118 KB 872/1461 KB 1032/1118 KB 876/1461 KB 1032/1118 KB 880/1461 KB 1032/1118 KB 884/1461 KB 1032/1118 KB 848/1461 KB 1032/1118 KB 884/1461 KB 1036/1118 KB 884/1461 KB 1040/1118 KB 884/1461 KB 1044/1118 KB 884/1461 KB 1048/1118 KB 884/1461 KB 1052/1118 KB 884/1461 KB 1056/1118 KB 884/1461 KB 1060/1118 KB 884/1461 KB 1064/1118 KB 884/1461 KB 1068/1118 KB 884/1461 KB 1072/1118 KB 884/1461 KB 1076/1118 KB 888/1461 KB 1076/1118 KB 892/1461 KB 1076/1118 KB 896/1461 KB 1076/1118 KB 896/1461 KB 1080/1118 KB 896/1461 KB 1084/1118 KB 896/1461 KB 1088/1118 KB 896/1461 KB 1092/1118 KB 900/1461 KB 1096/1118 KB 900/1461 KB 1100/1118 KB 900/1461 KB 1104/1118 KB 900/1461 KB 1108/1118 KB 900/1461 KB 1112/1118 KB 900/1461 KB 1116/1118 KB 900/1461 KB 1118/1118 KB 900/1461 KB 1092/1118 KB 904/1461 KB 1118/1118 KB 908/1461 KB 1118/1118 KB 912/1461 KB 1118/1118 KB 916/1461 KB 1118/1118 KB 920/1461 KB 1118/1118 KB 924/1461 KB 1118/1118 KB 928/1461 KB 1118/1118 KB 932/1461 KB 1118/1118 KB 936/1461 KB 1118/1118 KB 940/1461 KB 1118/1118 KB 944/1461 KB 1118/1118 KB 948/1461 KB 1118/1118 KB 952/1461 KB 1118/1118 KB 956/1461 KB 1118/1118 KB 960/1461 KB 1118/1118 KB 964/1461 KB 1118/1118 KB 968/1461 KB 1118/1118 KB 972/1461 KB 976/1461 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar (1118 KB at 706.1 KB/sec) unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install 980/1461 KB 984/1461 KB 988/1461 KB 992/1461 KB 996/1461 KB 1000/1461 KB 1004/1461 KB 1008/1461 KB 1012/1461 KB 1016/1461 KB 1020/1461 KB 1024/1461 KB 1028/1461 KB 1032/1461 KB 1036/1461 KB 1040/1461 KB 1044/1461 KB 1048/1461 KB 1052/1461 KB 1056/1461 KB 1060/1461 KB 1064/1461 KB 1068/1461 KB 1072/1461 KB 1076/1461 KB 1080/1461 KB 1084/1461 KB 1088/1461 KB 1092/1461 KB 1096/1461 KB 1100/1461 KB 1104/1461 KB 1108/1461 KB 1112/1461 KB 1116/1461 KB 1120/1461 KB 1124/1461 KB 1128/1461 KB 1132/1461 KB 1136/1461 KB 1140/1461 KB 1144/1461 KB 1148/1461 KB 1152/1461 KB 1156/1461 KB 1160/1461 KB 1164/1461 KB 1168/1461 KB 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 897.5 KB/sec) unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:48 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 14:56:48 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: 14:56:48 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (7 KB at 385.5 KB/sec) unit-abot-epc-basic-0: 14:56:48 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: 14:56:48 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 98.2 KB/sec) unit-abot-epc-basic-0: 14:56:48 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: 14:56:48 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 122.2 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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 87.8 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 DEBUG unit.abot-epc-basic/0.install 424/424 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 31.9 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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 293.9 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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 128.0 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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 146.8 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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 151.6 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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 432.8 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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 102.1 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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 216.4 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 DEBUG unit.abot-epc-basic/0.install 1/6 KB 4/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 403.8 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 607.0 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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 54.3 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 174.7 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3 KB at 245.4 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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 327.7 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 562.4 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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: 14:56:49 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: 14:56:49 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 231.8 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56: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/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 1006.6 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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: 14:56:49 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: 14:56:49 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: 14:56:49 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: 14:56:49 DEBUG unit.abot-epc-basic/0.install 3/149 KB 5/149 KB 8/149 KB 11/149 KB 13/149 KB 16/149 KB 19/149 KB 21/149 KB 24/149 KB 4/10 KB 24/149 KB 8/10 KB 24/149 KB 10/10 KB 24/149 KB 4/21 KB 10/10 KB 24/149 KB 8/21 KB 10/10 KB 24/149 KB 12/21 KB 10/10 KB 24/149 KB 16/21 KB 10/10 KB 24/149 KB 20/21 KB 10/10 KB 24/149 KB 21/21 KB 10/10 KB 24/149 KB 21/21 KB 10/10 KB 27/149 KB 21/21 KB 10/10 KB 29/149 KB 21/21 KB 3/6 KB 10/10 KB 32/149 KB 21/21 KB 3/6 KB 10/10 KB 36/149 KB 21/21 KB 3/6 KB 10/10 KB 40/149 KB 21/21 KB 3/6 KB 10/10 KB 44/149 KB 21/21 KB 3/6 KB 10/10 KB 48/149 KB 21/21 KB 3/6 KB 10/10 KB 52/149 KB 21/21 KB 3/6 KB 10/10 KB 56/149 KB 21/21 KB 3/6 KB 10/10 KB 60/149 KB 21/21 KB 3/6 KB 10/10 KB 64/149 KB 21/21 KB 3/6 KB 10/10 KB 68/149 KB 21/21 KB 3/6 KB 10/10 KB 29/149 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 571.1 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 KB at 965.2 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 DEBUG unit.abot-epc-basic/0.install 6/6 KB 68/149 KB 6/6 KB 68/149 KB 6/6 KB 72/149 KB 6/6 KB 76/149 KB 6/6 KB 80/149 KB 6/6 KB 84/149 KB 6/6 KB 88/149 KB 6/6 KB 92/149 KB 6/6 KB 96/149 KB 6/6 KB 100/149 KB 6/6 KB 4/14 KB 4/30 KB 100/149 KB 3/37 KB 6/6 KB 4/14 KB 4/30 KB 100/149 KB 6/37 KB 6/6 KB 4/14 KB 4/30 KB 100/149 KB 9/37 KB 6/6 KB 4/14 KB 4/30 KB 100/149 KB 6/6 KB 4/14 KB 4/30 KB 100/149 KB 11/37 KB 6/6 KB 4/14 KB 8/30 KB 100/149 KB 14/37 KB 6/6 KB 4/14 KB 8/30 KB 100/149 KB 16/37 KB 6/6 KB 4/14 KB 8/30 KB 100/149 KB 19/37 KB 6/6 KB 4/14 KB 8/30 KB 100/149 KB 22/37 KB 6/6 KB 4/14 KB 8/30 KB 100/149 KB 25/37 KB 6/6 KB 4/14 KB 8/30 KB 100/149 KB 27/37 KB 6/6 KB 4/14 KB 8/30 KB 100/149 KB 30/37 KB 6/6 KB 4/14 KB 8/30 KB 100/149 KB 32/37 KB 6/6 KB 4/14 KB 100/149 KB 6/6 KB 4/14 KB 8/30 KB 100/149 KB 11/37 KB 6/6 KB 4/14 KB 12/30 KB 100/149 KB 32/37 KB 4/14 KB 16/30 KB 100/149 KB 32/37 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 214.7 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 DEBUG unit.abot-epc-basic/0.install 4/14 KB 20/30 KB 100/149 KB 32/37 KB 4/14 KB 24/30 KB 100/149 KB 32/37 KB 4/14 KB 28/30 KB 100/149 KB 32/37 KB 4/14 KB 30/30 KB 100/149 KB 32/37 KB 4/14 KB 30/30 KB 100/149 KB 35/37 KB 8/14 KB 30/30 KB 100/149 KB 35/37 KB 12/14 KB 30/30 KB 100/149 KB 35/37 KB 14/14 KB 30/30 KB 100/149 KB 37/37 KB 12/14 KB 30/30 KB 100/149 KB 37/37 KB 14/14 KB 30/30 KB 104/149 KB 37/37 KB 14/14 KB 30/30 KB 108/149 KB 37/37 KB 14/14 KB 30/30 KB 112/149 KB 37/37 KB 14/14 KB 30/30 KB 116/149 KB 37/37 KB 14/14 KB 30/30 KB 120/149 KB 37/37 KB 14/14 KB 30/30 KB 124/149 KB 37/37 KB 14/14 KB 30/30 KB 124/149 KB 37/37 KB 3/14 KB 14/14 KB 30/30 KB 124/149 KB 37/37 KB 5/14 KB 14/14 KB 30/30 KB 124/149 KB 37/37 KB 8/14 KB 14/14 KB 30/30 KB 124/149 KB 37/37 KB 11/14 KB 14/14 KB 30/30 KB 124/149 KB 37/37 KB 13/14 KB 14/14 KB 30/30 KB 124/149 KB 37/37 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 865.0 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 DEBUG unit.abot-epc-basic/0.install 128/149 KB 37/37 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 KB at 349.8 KB/sec) unit-abot-epc-basic-0: 14:56:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar unit-abot-epc-basic-0: 14:56:49 DEBUG unit.abot-epc-basic/0.install 132/149 KB 37/37 KB 14/14 KB 136/149 KB 37/37 KB 14/14 KB 140/149 KB 37/37 KB 14/14 KB 144/149 KB 37/37 KB 14/14 KB 148/149 KB 37/37 KB 14/14 KB 149/149 KB 37/37 KB 14/14 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 304.5 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 DEBUG unit.abot-epc-basic/0.install 3/37 KB 4/11 KB 149/149 KB 37/37 KB 3/37 KB 8/11 KB 149/149 KB 37/37 KB 3/37 KB 11/11 KB 149/149 KB 37/37 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 2847.4 KB/sec) unit-abot-epc-basic-0: 14:56:49 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar unit-abot-epc-basic-0: 14:56:49 DEBUG unit.abot-epc-basic/0.install 3/37 KB 149/149 KB 37/37 KB 5/37 KB 11/11 KB 8/37 KB 11/11 KB 11/37 KB 11/11 KB 13/37 KB 11/11 KB 16/37 KB 11/11 KB 20/37 KB 11/11 KB 24/37 KB 11/11 KB 28/37 KB 11/11 KB 32/37 KB 11/11 KB 36/37 KB 11/11 KB 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 750.2 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 DEBUG unit.abot-epc-basic/0.install 37/37 KB 11/11 KB 37/37 KB 11/11 KB 3/43 KB 37/37 KB 11/11 KB 6/43 KB 37/37 KB 11/11 KB 9/43 KB 37/37 KB 11/43 KB 37/37 KB 14/43 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 196.1 KB/sec) unit-abot-epc-basic-0: 14:56:49 DEBUG unit.abot-epc-basic/0.install 37/37 KB 16/43 KB 37/37 KB 19/43 KB 37/37 KB 22/43 KB 37/37 KB 22/43 KB 4/7 KB 37/37 KB 22/43 KB 3/60 KB 4/7 KB 37/37 KB 22/43 KB 5/60 KB 4/7 KB 37/37 KB 22/43 KB 8/60 KB 4/7 KB 37/37 KB 22/43 KB 11/60 KB 4/7 KB 37/37 KB 22/43 KB 13/60 KB 4/7 KB 37/37 KB 22/43 KB 16/60 KB 4/7 KB 37/37 KB 22/43 KB 19/60 KB 4/7 KB 37/37 KB 22/43 KB 21/60 KB 4/7 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (37 KB at 648.5 KB/sec) unit-abot-epc-basic-0: 14:56:49 DEBUG unit.abot-epc-basic/0.install 25/43 KB 24/60 KB 4/7 KB 22/43 KB 24/60 KB 4/7 KB 25/43 KB 27/60 KB 4/7 KB 25/43 KB 29/60 KB 4/7 KB 27/43 KB 32/60 KB 4/7 KB 27/43 KB 29/60 KB 4/7 KB 30/43 KB 32/60 KB 4/7 KB 30/43 KB 36/60 KB 4/7 KB 32/43 KB 36/60 KB 4/7 KB 36/43 KB 36/60 KB 4/7 KB 36/43 KB 40/60 KB 4/7 KB 36/43 KB 44/60 KB 4/7 KB 40/43 KB 48/60 KB 4/7 KB 40/43 KB 44/60 KB 4/7 KB 43/43 KB 48/60 KB 4/7 KB 43/43 KB 52/60 KB 4/7 KB 43/43 KB 56/60 KB 4/7 KB 43/43 KB 60/60 KB 4/7 KB 43/43 KB 60/60 KB 4/7 KB 43/43 KB 60/60 KB 7/7 KB 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: 14:56:49 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 92.4 KB/sec) unit-abot-epc-basic-0: 14:56:49 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 828.1 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 DEBUG unit.abot-epc-basic/0.install [INFO] Copying 1 resource unit-abot-epc-basic-0: 14:56:49 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:49 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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 97.3 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 1318.8 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 DEBUG unit.abot-epc-basic/0.install 2/24 KB 5/24 KB 8/24 KB 11/24 KB 13/24 KB 16/24 KB 18/24 KB 21/24 KB 24/24 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 1683.4 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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 98.8 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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 140.1 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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: 14:56:49 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: 14:56:49 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 154.6 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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 191.7 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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: 14:56:49 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: 14:56:49 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 117.8 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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: 14:56:49 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: 14:56:49 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: 14:56:49 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: 14:56:49 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: 14:56:49 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: 14:56:49 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 131.8 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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 148.1 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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 126.6 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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 96.5 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (4 KB at 277.8 KB/sec) unit-abot-epc-basic-0: 14:56:49 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: 14:56:49 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: 14:56:49 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: 14:56:49 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom (4 KB at 267.9 KB/sec) unit-abot-epc-basic-0: 14:56:50 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: 14:56:50 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 210.4 KB/sec) unit-abot-epc-basic-0: 14:56:50 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: 14:56:50 DEBUG unit.abot-epc-basic/0.install 3/19 KB 5/19 KB 8/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 1298.5 KB/sec) unit-abot-epc-basic-0: 14:56:50 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: 14:56:50 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 48.3 KB/sec) unit-abot-epc-basic-0: 14:56:50 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: 14:56:50 DEBUG unit.abot-epc-basic/0.install 688/688 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom (688 B at 51.7 KB/sec) unit-abot-epc-basic-0: 14:56:50 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: 14:56:50 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 86.7 KB/sec) unit-abot-epc-basic-0: 14:56:50 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: 14:56:50 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: 14:56:50 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: 14:56:50 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: 14:56:50 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB 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: 14:56:50 DEBUG unit.abot-epc-basic/0.install 4/156 KB 13/13 KB 8/156 KB 3/48 KB 13/13 KB 12/156 KB 3/48 KB 13/13 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 547.4 KB/sec) unit-abot-epc-basic-0: 14:56:50 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: 14:56:50 DEBUG unit.abot-epc-basic/0.install 4/156 KB 3/48 KB 13/13 KB 12/156 KB 6/48 KB 4/87 KB 4/21 KB 12/156 KB 9/48 KB 4/87 KB 4/21 KB 12/156 KB 11/48 KB 4/87 KB 4/21 KB 12/156 KB 14/48 KB 4/87 KB 4/21 KB 12/156 KB 16/48 KB 4/87 KB 4/21 KB 16/156 KB 19/48 KB 4/87 KB 4/21 KB 12/156 KB 3/48 KB 4/87 KB 4/21 KB 16/156 KB 19/48 KB 4/87 KB 8/21 KB 16/156 KB 19/48 KB 4/87 KB 12/21 KB 16/156 KB 19/48 KB 4/87 KB 16/21 KB 16/156 KB 19/48 KB 4/87 KB 20/21 KB 16/156 KB 19/48 KB 4/87 KB 21/21 KB 12/156 KB 3/48 KB 4/87 KB 16/156 KB 19/48 KB 8/87 KB 21/21 KB 16/156 KB 19/48 KB 12/87 KB 21/21 KB 16/156 KB 19/48 KB 16/87 KB 21/21 KB 16/156 KB 19/48 KB 20/87 KB 21/21 KB 16/156 KB 22/48 KB 24/87 KB 21/21 KB 16/156 KB 22/48 KB 28/87 KB 21/21 KB 16/156 KB 22/48 KB 32/87 KB 21/21 KB 16/156 KB 16/48 KB 4/87 KB 4/21 KB 20/156 KB 22/48 KB 32/87 KB 21/21 KB 24/156 KB 22/48 KB 32/87 KB 21/21 KB 28/156 KB 22/48 KB 32/87 KB 21/21 KB 32/156 KB 22/48 KB 32/87 KB 21/21 KB 36/156 KB 22/48 KB 32/87 KB 21/21 KB 40/156 KB 22/48 KB 36/87 KB 21/21 KB 44/156 KB 22/48 KB 36/87 KB 21/21 KB 48/156 KB 22/48 KB 36/87 KB 21/21 KB 16/156 KB 22/48 KB 20/87 KB 21/21 KB 48/156 KB 25/48 KB 36/87 KB 21/21 KB 48/156 KB 27/48 KB 36/87 KB 21/21 KB 48/156 KB 30/48 KB 36/87 KB 21/21 KB 48/156 KB 32/48 KB 36/87 KB 21/21 KB 48/156 KB 32/48 KB 3/35 KB 36/87 KB 21/21 KB 48/156 KB 32/48 KB 4/35 KB 36/87 KB 21/21 KB 48/156 KB 32/48 KB 6/35 KB 36/87 KB 21/21 KB 48/156 KB 32/48 KB 9/35 KB 36/87 KB 21/21 KB 48/156 KB 32/48 KB 12/35 KB 36/87 KB 21/21 KB 48/156 KB 32/48 KB 14/35 KB 36/87 KB 21/21 KB 48/156 KB 32/48 KB 17/35 KB 36/87 KB 21/21 KB 48/156 KB 32/48 KB 20/35 KB 36/87 KB 21/21 KB 48/156 KB 32/48 KB 22/35 KB 36/87 KB 21/21 KB 48/156 KB 32/48 KB 25/35 KB 36/87 KB 21/21 KB 48/156 KB 36/48 KB 28/35 KB 36/87 KB 21/21 KB 52/156 KB 36/48 KB 30/35 KB 36/87 KB 36/156 KB 22/48 KB 36/87 KB 21/21 KB 52/156 KB 36/48 KB 30/35 KB 40/87 KB 52/156 KB 36/48 KB 30/35 KB 44/87 KB 52/156 KB 36/48 KB 30/35 KB 48/87 KB 52/156 KB 36/48 KB 30/35 KB 52/87 KB 52/156 KB 36/48 KB 33/35 KB 56/87 KB 52/156 KB 36/48 KB 33/35 KB 60/87 KB 52/156 KB 36/48 KB 33/35 KB 64/87 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 KB at 784.2 KB/sec) unit-abot-epc-basic-0: 14:56:50 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-oai-epc-0: 14:56:50 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 14:56:50 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 14:56:50 DEBUG unit.oai-epc/0.install + git clone https://github.com/OPENAIRINTERFACE/openair-cn /srv/openair-cn unit-oai-epc-0: 14:56:50 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 14:56:50 DEBUG unit.abot-epc-basic/0.install 52/156 KB 36/48 KB 28/35 KB 36/87 KB 21/21 KB 56/156 KB 36/48 KB 33/35 KB 64/87 KB 60/156 KB 36/48 KB 33/35 KB 64/87 KB 64/156 KB 36/48 KB 33/35 KB 64/87 KB 48/156 KB 36/48 KB 25/35 KB 36/87 KB 21/21 KB 64/156 KB 40/48 KB 33/35 KB 64/87 KB 64/156 KB 44/48 KB 33/35 KB 64/87 KB 64/156 KB 48/48 KB 33/35 KB 64/87 KB 52/156 KB 36/48 KB 33/35 KB 52/87 KB 64/156 KB 48/48 KB 35/35 KB 64/87 KB 64/156 KB 48/48 KB 35/35 KB 68/87 KB 68/156 KB 48/48 KB 35/35 KB 72/87 KB 68/156 KB 48/48 KB 35/35 KB 76/87 KB 68/156 KB 48/48 KB 35/35 KB 80/87 KB 3/86 KB 68/156 KB 48/48 KB 35/35 KB 68/87 KB 72/156 KB 48/48 KB 35/35 KB 80/87 KB 3/86 KB 76/156 KB 48/48 KB 35/35 KB 80/87 KB 3/86 KB 80/156 KB 48/48 KB 35/35 KB 80/87 KB 3/86 KB 84/156 KB 48/48 KB 35/35 KB 80/87 KB 3/86 KB 88/156 KB 48/48 KB 35/35 KB 84/87 KB 3/86 KB 92/156 KB 48/48 KB 35/35 KB 84/87 KB 3/86 KB 96/156 KB 48/48 KB 35/35 KB 84/87 KB 3/86 KB 68/156 KB 48/48 KB 35/35 KB 76/87 KB 3/86 KB 96/156 KB 48/48 KB 35/35 KB 84/87 KB 6/86 KB 96/156 KB 48/48 KB 35/35 KB 84/87 KB 9/86 KB 96/156 KB 48/48 KB 35/35 KB 84/87 KB 11/86 KB 96/156 KB 48/48 KB 35/35 KB 84/87 KB 14/86 KB 96/156 KB 48/48 KB 35/35 KB 84/87 KB 16/86 KB 84/156 KB 48/48 KB 35/35 KB 84/87 KB 3/86 KB 96/156 KB 48/48 KB 35/35 KB 87/87 KB 16/86 KB 96/156 KB 48/48 KB 35/35 KB 87/87 KB 19/86 KB 96/156 KB 48/48 KB 35/35 KB 87/87 KB 22/86 KB 96/156 KB 48/48 KB 35/35 KB 87/87 KB 25/86 KB 96/156 KB 48/48 KB 35/35 KB 87/87 KB 27/86 KB 96/156 KB 48/48 KB 35/35 KB 87/87 KB 30/86 KB 100/156 KB 48/48 KB 35/35 KB 87/87 KB 32/86 KB 100/156 KB 48/48 KB 35/35 KB 87/87 KB 30/86 KB 104/156 KB 48/48 KB 35/35 KB 87/87 KB 32/86 KB 108/156 KB 48/48 KB 35/35 KB 87/87 KB 32/86 KB 112/156 KB 48/48 KB 35/35 KB 87/87 KB 32/86 KB 116/156 KB 48/48 KB 35/35 KB 87/87 KB 32/86 KB 120/156 KB 87/87 KB 36/86 KB 124/156 KB 87/87 KB 36/86 KB 128/156 KB 87/87 KB 36/86 KB 132/156 KB 87/87 KB 36/86 KB 136/156 KB 87/87 KB 36/86 KB 140/156 KB 87/87 KB 36/86 KB 144/156 KB 87/87 KB 36/86 KB 116/156 KB 87/87 KB 36/86 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 734.7 KB/sec) unit-abot-epc-basic-0: 14:56:50 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: 14:56:50 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (48 KB at 888.2 KB/sec) unit-abot-epc-basic-0: 14:56:50 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar unit-abot-epc-basic-0: 14:56:50 DEBUG unit.abot-epc-basic/0.install 144/156 KB 87/87 KB 40/86 KB 148/156 KB 87/87 KB 44/86 KB 148/156 KB 87/87 KB 48/86 KB 148/156 KB 87/87 KB 52/86 KB 148/156 KB 87/87 KB 56/86 KB 148/156 KB 87/87 KB 60/86 KB 148/156 KB 87/87 KB 64/86 KB 148/156 KB 87/87 KB 68/86 KB 148/156 KB 87/87 KB 72/86 KB 148/156 KB 87/87 KB 76/86 KB 148/156 KB 87/87 KB 80/86 KB 148/156 KB 87/87 KB 40/86 KB 152/156 KB 87/87 KB 80/86 KB 156/156 KB 87/87 KB 80/86 KB 156/156 KB 87/87 KB 80/86 KB 156/156 KB 87/87 KB 84/86 KB 156/156 KB 87/87 KB 86/86 KB 156/156 KB 4/24 KB 87/87 KB 86/86 KB 156/156 KB 8/24 KB 87/87 KB 86/86 KB 156/156 KB 12/24 KB 87/87 KB 86/86 KB 156/156 KB 16/24 KB 87/87 KB 86/86 KB 156/156 KB 20/24 KB 87/87 KB 86/86 KB 156/156 KB 24/24 KB 87/87 KB 86/86 KB 156/156 KB 24/24 KB 87/87 KB 86/86 KB 156/156 KB 24/24 KB 87/87 KB 86/86 KB 3/14 KB 156/156 KB 24/24 KB 87/87 KB 86/86 KB 5/14 KB 156/156 KB 24/24 KB 87/87 KB 86/86 KB 8/14 KB 156/156 KB 24/24 KB 87/87 KB 86/86 KB 11/14 KB 156/156 KB 24/24 KB 87/87 KB 86/86 KB 13/14 KB 156/156 KB 24/24 KB 87/87 KB 86/86 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 369.0 KB/sec) unit-abot-epc-basic-0: 14:56:50 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar unit-abot-epc-basic-0: 14:56:50 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 2259.3 KB/sec) unit-abot-epc-basic-0: 14:56:50 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: 14:56:50 DEBUG unit.abot-epc-basic/0.install 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 198.0 KB/sec) unit-abot-epc-basic-0: 14:56:50 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.jar unit-abot-epc-basic-0: 14:56:50 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (87 KB at 1142.4 KB/sec) unit-abot-epc-basic-0: 14:56:50 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (86 KB at 1272.8 KB/sec) unit-abot-epc-basic-0: 14:56:50 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.jar unit-abot-epc-basic-0: 14:56:50 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.jar unit-abot-epc-basic-0: 14:56:50 DEBUG unit.abot-epc-basic/0.install 4/119 KB 8/119 KB 12/119 KB 4/29 KB 16/119 KB 4/29 KB 3/37 KB 16/119 KB 4/29 KB 5/37 KB 16/119 KB 4/29 KB 8/37 KB 16/119 KB 4/29 KB 11/37 KB 16/119 KB 4/29 KB 13/37 KB 16/119 KB 4/11 KB 4/29 KB 16/37 KB 16/119 KB 4/57 KB 4/11 KB 4/29 KB 19/37 KB 16/119 KB 4/57 KB 4/11 KB 4/29 KB 21/37 KB 16/119 KB 4/57 KB 4/29 KB 12/119 KB 4/11 KB 4/29 KB 24/37 KB 16/119 KB 4/57 KB 4/11 KB 4/29 KB 13/37 KB 16/119 KB 4/57 KB 8/11 KB 4/29 KB 24/37 KB 16/119 KB 4/57 KB 11/11 KB 4/29 KB 24/37 KB 16/119 KB 4/57 KB 11/11 KB 8/29 KB 24/37 KB 16/119 KB 4/57 KB 11/11 KB 12/29 KB 24/37 KB 16/119 KB 4/57 KB 11/11 KB 16/29 KB 27/37 KB 16/119 KB 4/57 KB 11/11 KB 20/29 KB 27/37 KB 16/119 KB 4/57 KB 11/11 KB 24/29 KB 27/37 KB 20/119 KB 4/57 KB 11/11 KB 28/29 KB 27/37 KB 20/119 KB 4/57 KB 11/11 KB 29/29 KB 27/37 KB 20/119 KB 4/57 KB 4/29 KB 13/37 KB 16/119 KB 4/57 KB 11/11 KB 29/29 KB 27/37 KB 20/119 KB 8/57 KB 11/11 KB 29/29 KB 27/37 KB 20/119 KB 12/57 KB 11/11 KB 29/29 KB 27/37 KB 20/119 KB 16/57 KB 11/11 KB 29/29 KB 27/37 KB 20/119 KB 20/57 KB 11/11 KB 29/29 KB 27/37 KB 20/119 KB 24/57 KB 11/11 KB 29/29 KB 27/37 KB 20/119 KB 28/57 KB 11/11 KB 29/29 KB 27/37 KB 20/119 KB 32/57 KB 11/11 KB 29/29 KB 27/37 KB 20/119 KB 36/57 KB 11/11 KB 20/29 KB 27/37 KB 20/119 KB 4/57 KB 11/11 KB 29/29 KB 27/37 KB 24/119 KB 36/57 KB 11/11 KB 29/29 KB 27/37 KB 28/119 KB 36/57 KB 11/11 KB 29/29 KB 27/37 KB 32/119 KB 36/57 KB 11/11 KB 29/29 KB 27/37 KB 36/119 KB 36/57 KB 11/11 KB 29/29 KB 27/37 KB 40/119 KB 36/57 KB 11/11 KB 29/29 KB 27/37 KB 44/119 KB 36/57 KB 11/11 KB 29/29 KB 27/37 KB 48/119 KB 36/57 KB 11/11 KB 29/29 KB 27/37 KB 52/119 KB 36/57 KB 11/11 KB 12/29 KB 27/37 KB 16/119 KB 4/57 KB 11/11 KB 29/29 KB 29/37 KB 52/119 KB 40/57 KB 11/11 KB 29/29 KB 32/37 KB 52/119 KB 40/57 KB 11/11 KB 29/29 KB 35/37 KB 52/119 KB 40/57 KB 11/11 KB 29/29 KB 37/37 KB 52/119 KB 40/57 KB 11/11 KB 29/29 KB 27/37 KB 52/119 KB 40/57 KB 11/11 KB 29/29 KB 37/37 KB 52/119 KB 44/57 KB 11/11 KB 29/29 KB 37/37 KB 52/119 KB 48/57 KB 11/11 KB 29/29 KB 37/37 KB 56/119 KB 48/57 KB 11/11 KB 29/29 KB 37/37 KB 60/119 KB 48/57 KB 11/11 KB 29/29 KB 37/37 KB 64/119 KB 52/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 121.0 KB/sec) unit-abot-epc-basic-0: 14:56:50 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: 14:56:50 DEBUG unit.abot-epc-basic/0.install 11/11 KB 29/29 KB 37/37 KB 60/119 KB 52/57 KB 29/29 KB 37/37 KB 64/119 KB 56/57 KB 29/29 KB 37/37 KB 64/119 KB 57/57 KB 29/29 KB 37/37 KB 68/119 KB 57/57 KB 37/37 KB 72/119 KB 57/57 KB 37/37 KB 76/119 KB 57/57 KB 37/37 KB 80/119 KB 57/57 KB 37/37 KB 84/119 KB 57/57 KB 88/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: 14:56:50 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: 14:56:50 DEBUG unit.abot-epc-basic/0.install 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 322.6 KB/sec) unit-abot-epc-basic-0: 14:56:50 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: 14:56:50 DEBUG unit.abot-epc-basic/0.install 4/33 KB 88/119 KB 57/57 KB 8/33 KB 88/119 KB 57/57 KB 12/33 KB 88/119 KB 57/57 KB 16/33 KB 88/119 KB 57/57 KB 20/33 KB 88/119 KB 57/57 KB 24/33 KB 88/119 KB 57/57 KB 28/33 KB 88/119 KB 57/57 KB 32/33 KB 88/119 KB 57/57 KB 33/33 KB 88/119 KB 57/57 KB 33/33 KB 92/119 KB 33/33 KB 96/119 KB 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 613.9 KB/sec) unit-abot-epc-basic-0: 14:56:50 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: 14:56:50 DEBUG unit.abot-epc-basic/0.install 33/33 KB 100/119 KB 33/33 KB 104/119 KB 33/33 KB 108/119 KB 33/33 KB 112/119 KB 33/33 KB 116/119 KB 33/33 KB 119/119 KB 33/33 KB 119/119 KB 3/21 KB 33/33 KB 119/119 KB 5/21 KB 33/33 KB 119/119 KB 8/21 KB 33/33 KB 119/119 KB 11/21 KB 33/33 KB 4/5 KB 119/119 KB 11/21 KB 33/33 KB 5/5 KB 119/119 KB 11/21 KB 33/33 KB 5/5 KB 119/119 KB 13/21 KB 33/33 KB 5/5 KB 119/119 KB 16/21 KB 33/33 KB 5/5 KB 119/119 KB 19/21 KB 33/33 KB 5/5 KB 119/119 KB 21/21 KB 33/33 KB 5/5 KB 119/119 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 KB at 331.3 KB/sec) unit-abot-epc-basic-0: 14:56:50 DEBUG unit.abot-epc-basic/0.install 5/5 KB 119/119 KB 21/21 KB 4/14 KB 5/5 KB 119/119 KB 21/21 KB 8/14 KB 5/5 KB 119/119 KB 21/21 KB 12/14 KB 5/5 KB 119/119 KB 21/21 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (119 KB at 1189.3 KB/sec) unit-abot-epc-basic-0: 14:56:50 DEBUG unit.abot-epc-basic/0.install 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 43.2 KB/sec) unit-abot-epc-basic-0: 14:56:50 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar (21 KB at 202.8 KB/sec) unit-abot-epc-basic-0: 14:56:50 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 131.9 KB/sec) machine-3: 14:56:50 INFO juju.worker.machiner "machine-3" started machine-3: 14:56:50 INFO juju.api.common no addresses observed on interface "tunl0" machine-3: 14:56:50 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-hss-0 Conf:{Desc:juju unit agent for oai-hss/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-hss-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-hss/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-hss-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-hss-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-hss/0 --debug]}}} unit-abot-epc-basic-0: 14:56:50 DEBUG unit.abot-epc-basic/0.install [INFO] No sources to compile unit-abot-epc-basic-0: 14:56:50 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:50 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 14:56:50 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: 14:56:50 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: 14:56:50 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:50 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-oai-hss-0: 14:56:50 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-hss-0: 14:56:50 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: 14:56:50 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 14:56:50 DEBUG juju.worker start "api" unit-oai-hss-0: 14:56:50 INFO juju.worker start "api" unit-oai-hss-0: 14:56:50 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-hss-0: 14:56:50 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 14:56:50 DEBUG juju.worker "api" started unit-oai-hss-0: 14:56:50 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:56:50 DEBUG unit.abot-epc-basic/0.install [INFO] Compiling 1 source file to /var/lib/abot-epc-basic/target/test-classes unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-hss-0: 14:56:50 DEBUG juju.worker.apicaller connecting with old password unit-oai-hss-0: 14:56:50 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-oai-hss-0: 14:56:50 INFO juju.api connection established to "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-oai-hss-0: 14:56:50 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-oai-hss-0: 14:56:50 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 14:56:50 DEBUG juju.worker.apicaller changing password... unit-oai-hss-0: 14:56:51 DEBUG juju.worker.apicaller password changed unit-oai-hss-0: 14:56:51 DEBUG juju.api RPC connection died unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-hss-0: 14:56:51 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 14:56:51 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-oai-hss-0: 14:56:51 INFO juju.api connection established to "wss://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-oai-hss-0: 14:56:51 DEBUG juju.api successfully dialed "wss://172.30.9.200:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/api" unit-abot-epc-basic-0: 14:56:51 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:51 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 14:56:51 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 machine-3: 14:56:51 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:0c:5e:da 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.13 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:0c:5e:da 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: 14:56:51 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: 14:56:51 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: 14:56:51 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (2 KB at 106.1 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 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/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 KB at 823.4 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 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 180.4 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 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 222.0 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 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 118.6 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 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 268.9 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 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 631.1 KB/sec) unit-oai-hss-0: 14:56:51 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 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 147.0 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 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 115.8 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 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 595.0 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 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 224.2 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 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 141.2 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 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 193.1 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 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 701.4 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 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 98.1 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (2 KB at 94.4 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 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 131.4 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (7 KB at 510.7 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 630.8 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 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 386.6 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (3 KB at 155.1 KB/sec) unit-abot-epc-basic-0: 14:56:51 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-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 14:56:51 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 251.2 KB/sec) unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:56:51 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-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:56:51 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 1255.3 KB/sec) unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 14:56:51 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-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 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: 14:56:51 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-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:56:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:56:51 DEBUG unit.abot-epc-basic/0.install 3/286 KB 5/286 KB 8/286 KB 11/286 KB 13/286 KB 16/286 KB 19/286 KB 21/286 KB 24/286 KB 27/286 KB 29/286 KB 32/286 KB 36/286 KB 40/286 KB 44/286 KB 48/286 KB 52/286 KB 56/286 KB 60/286 KB 64/286 KB 68/286 KB 68/286 KB 3/39 KB 3/45 KB 72/286 KB 3/39 KB 3/223 KB 5/45 KB 72/286 KB 3/39 KB 3/223 KB 8/45 KB 72/286 KB 3/39 KB 3/223 KB 11/45 KB 72/286 KB 3/39 KB 3/223 KB 13/45 KB 72/286 KB 3/39 KB 3/223 KB 72/286 KB 3/39 KB 3/223 KB 16/45 KB 72/286 KB 3/39 KB 3/223 KB 19/45 KB 72/286 KB 3/39 KB 5/223 KB 16/45 KB 72/286 KB 3/39 KB 5/223 KB 19/45 KB 72/286 KB 3/39 KB 8/223 KB 21/45 KB 72/286 KB 3/39 KB 11/223 KB 21/45 KB 72/286 KB 3/39 KB 8/223 KB 24/45 KB 72/286 KB 3/39 KB 11/223 KB 24/45 KB 72/286 KB 3/39 KB 13/223 KB 27/45 KB 72/286 KB 3/39 KB 13/223 KB 27/45 KB 72/286 KB 3/39 KB 16/223 KB 29/45 KB 72/286 KB 3/39 KB 16/223 KB 29/45 KB 72/286 KB 3/39 KB 19/223 KB 32/45 KB 72/286 KB 3/39 KB 19/223 KB 32/45 KB 72/286 KB 3/39 KB 21/223 KB 32/45 KB 72/286 KB 3/39 KB 24/223 KB 32/45 KB 72/286 KB 6/39 KB 27/223 KB 36/45 KB 72/286 KB 6/39 KB 29/223 KB 32/45 KB 72/286 KB 6/39 KB 24/223 KB 36/45 KB 72/286 KB 6/39 KB 27/223 KB 40/45 KB 72/286 KB 6/39 KB 29/223 KB 44/45 KB 72/286 KB 6/39 KB 29/223 KB 45/45 KB 72/286 KB 9/39 KB 29/223 KB 44/45 KB 72/286 KB 9/39 KB 29/223 KB 45/45 KB 72/286 KB 9/39 KB 32/223 KB 45/45 KB 72/286 KB 11/39 KB 36/223 KB 45/45 KB 72/286 KB 11/39 KB 40/223 KB 45/45 KB 72/286 KB 11/39 KB 44/223 KB 45/45 KB 72/286 KB 11/39 KB 48/223 KB 45/45 KB 72/286 KB 11/39 KB 32/223 KB 45/45 KB 72/286 KB 14/39 KB 48/223 KB 45/45 KB 72/286 KB 16/39 KB 48/223 KB 72/286 KB 11/39 KB 36/223 KB 45/45 KB 72/286 KB 19/39 KB 48/223 KB 45/45 KB 76/286 KB 19/39 KB 48/223 KB 45/45 KB 80/286 KB 19/39 KB 48/223 KB 45/45 KB 84/286 KB 19/39 KB 48/223 KB 45/45 KB 88/286 KB 22/39 KB 52/223 KB 45/45 KB 92/286 KB 22/39 KB 52/223 KB 45/45 KB 96/286 KB 22/39 KB 52/223 KB 45/45 KB 84/286 KB 22/39 KB 52/223 KB 45/45 KB 96/286 KB 22/39 KB 56/223 KB 45/45 KB 96/286 KB 22/39 KB 60/223 KB 45/45 KB 96/286 KB 22/39 KB 64/223 KB 45/45 KB 100/286 KB 22/39 KB 68/223 KB 45/45 KB 100/286 KB 22/39 KB 72/223 KB 45/45 KB 100/286 KB 22/39 KB 76/223 KB 45/45 KB 100/286 KB 22/39 KB 80/223 KB 45/45 KB 84/286 KB 22/39 KB 48/223 KB 45/45 KB 100/286 KB 25/39 KB 80/223 KB 45/45 KB 100/286 KB 27/39 KB 80/223 KB 45/45 KB 100/286 KB 30/39 KB 80/223 KB 45/45 KB 100/286 KB 32/39 KB 80/223 KB 45/45 KB 100/286 KB 35/39 KB 80/223 KB 45/45 KB 100/286 KB 38/39 KB 80/223 KB 45/45 KB 100/286 KB 39/39 KB 80/223 KB 45/45 KB 100/286 KB 22/39 KB 64/223 KB 45/45 KB 104/286 KB 39/39 KB 80/223 KB 45/45 KB 108/286 KB 39/39 KB 80/223 KB 45/45 KB 112/286 KB 39/39 KB 80/223 KB 45/45 KB 116/286 KB 39/39 KB 80/223 KB 45/45 KB 120/286 KB 39/39 KB 84/223 KB 45/45 KB 124/286 KB 39/39 KB 84/223 KB 45/45 KB 124/286 KB 39/39 KB 84/223 KB 3/308 KB 124/286 KB 39/39 KB 84/223 KB 5/308 KB 124/286 KB 39/39 KB 84/223 KB 8/308 KB 124/286 KB 39/39 KB 84/223 KB 11/308 KB 124/286 KB 39/39 KB 84/223 KB 13/308 KB 124/286 KB 39/39 KB 84/223 KB 16/308 KB 124/286 KB 39/39 KB 84/223 KB 19/308 KB 124/286 KB 39/39 KB 84/223 KB 21/308 KB 45/45 KB 116/286 KB 39/39 KB 84/223 KB 124/286 KB 39/39 KB 88/223 KB 21/308 KB 128/286 KB 39/39 KB 92/223 KB 21/308 KB Downloaded: https://repo.mav unit-abot-epc-basic-0: 14:56:51 DEBUG unit.abot-epc-basic/0.install en.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (45 KB at 1200.9 KB/sec) unit-abot-epc-basic-0: 14:56:51 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-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:56:51 DEBUG unit.abot-epc-basic/0.install 128/286 KB 39/39 KB 96/223 KB 24/308 KB 128/286 KB 39/39 KB 92/223 KB 24/308 KB 128/286 KB 39/39 KB 88/223 KB 21/308 KB 132/286 KB 39/39 KB 96/223 KB 24/308 KB 136/286 KB 39/39 KB 100/223 KB 27/308 KB 140/286 KB 39/39 KB 100/223 KB 27/308 KB 144/286 KB 39/39 KB 100/223 KB 27/308 KB 148/286 KB 100/223 KB 27/308 KB 152/286 KB 100/223 KB 27/308 KB 156/286 KB 100/223 KB 27/308 KB 160/286 KB 100/223 KB 27/308 KB 164/286 KB 100/223 KB 27/308 KB 4/174 KB 164/286 KB 100/223 KB 27/308 KB 8/174 KB 164/286 KB 100/223 KB 27/308 KB 12/174 KB 164/286 KB 100/223 KB 27/308 KB 16/174 KB 164/286 KB 100/223 KB 27/308 KB 132/286 KB 39/39 KB 100/223 KB 27/308 KB 16/174 KB 164/286 KB 104/223 KB 27/308 KB 16/174 KB 164/286 KB 108/223 KB 27/308 KB 16/174 KB 164/286 KB 112/223 KB 27/308 KB 16/174 KB 164/286 KB 116/223 KB 27/308 KB 20/174 KB 164/286 KB 120/223 KB 27/308 KB 20/174 KB 164/286 KB 124/223 KB 27/308 KB 20/174 KB 164/286 KB 128/223 KB 27/308 KB 132/286 KB 39/39 KB 96/223 KB 27/308 KB 20/174 KB 164/286 KB 128/223 KB 29/308 KB 20/174 KB 164/286 KB 128/223 KB 32/308 KB 20/174 KB 164/286 KB 128/223 KB 36/308 KB 20/174 KB 164/286 KB 128/223 KB 40/308 KB 20/174 KB 164/286 KB 128/223 KB 44/308 KB 20/174 KB 164/286 KB 128/223 KB 48/308 KB 20/174 KB 164/286 KB 128/223 KB 52/308 KB 20/174 KB 164/286 KB 128/223 KB 56/308 KB 20/174 KB 164/286 KB 128/223 KB 60/308 KB 20/174 KB 164/286 KB 128/223 KB 64/308 KB 20/174 KB 164/286 KB 128/223 KB 68/308 KB 20/174 KB 168/286 KB 132/223 KB 72/308 KB 20/174 KB 168/286 KB 132/223 KB 76/308 KB 20/174 KB 168/286 KB 132/223 KB 80/308 KB 20/174 KB 164/286 KB 116/223 KB 27/308 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 892.2 KB/sec) unit-abot-epc-basic-0: 14:56:51 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-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 14:56:51 DEBUG unit.abot-epc-basic/0.install 24/174 KB 168/286 KB 132/223 KB 80/308 KB 28/174 KB 168/286 KB 132/223 KB 80/308 KB 32/174 KB 168/286 KB 132/223 KB 80/308 KB 36/174 KB 168/286 KB 132/223 KB 80/308 KB 40/174 KB 168/286 KB 132/223 KB 80/308 KB 44/174 KB 168/286 KB 132/223 KB 80/308 KB 48/174 KB 168/286 KB 132/223 KB 80/308 KB 52/174 KB 168/286 KB 132/223 KB 80/308 KB 56/174 KB 168/286 KB 132/223 KB 80/308 KB 60/174 KB 168/286 KB 132/223 KB 80/308 KB 64/174 KB 168/286 KB 132/223 KB 80/308 KB 20/174 KB 168/286 KB 132/223 KB 68/308 KB 64/174 KB 168/286 KB 136/223 KB 80/308 KB 64/174 KB 168/286 KB 140/223 KB 80/308 KB 64/174 KB 168/286 KB 144/223 KB 80/308 KB 64/174 KB 168/286 KB 148/223 KB 80/308 KB 64/174 KB 168/286 KB 152/223 KB 80/308 KB 64/174 KB 168/286 KB 156/223 KB 80/308 KB 64/174 KB 168/286 KB 160/223 KB 80/308 KB 64/174 KB 168/286 KB 164/223 KB 84/308 KB 20/174 KB 168/286 KB 128/223 KB 68/308 KB 68/174 KB 172/286 KB 164/223 KB 84/308 KB 68/174 KB 176/286 KB 164/223 KB 84/308 KB 68/174 KB 180/286 KB 164/223 KB 84/308 KB 68/174 KB 184/286 KB 164/223 KB 84/308 KB 68/174 KB 188/286 KB 164/223 KB 84/308 KB 68/174 KB 192/286 KB 164/223 KB 84/308 KB 68/174 KB 196/286 KB 164/223 KB 84/308 KB 68/174 KB 200/286 KB 164/223 KB 84/308 KB 68/174 KB 204/286 KB 164/223 KB 84/308 KB 68/174 KB 168/286 KB 164/223 KB 84/308 KB 72/174 KB 204/286 KB 168/223 KB 84/308 KB 76/174 KB 204/286 KB 168/223 KB 84/308 KB 64/174 KB 168/286 KB 160/223 KB 84/308 KB 76/174 KB 208/286 KB 168/223 KB 88/308 KB 76/174 KB 208/286 KB 168/223 KB 92/308 KB 76/174 KB 208/286 KB 168/223 KB 96/308 KB 76/174 KB 208/286 KB 3/22 KB 168/223 KB 96/308 KB 76/174 KB 208/286 KB 6/22 KB 168/223 KB 96/308 KB 76/174 KB 208/286 KB 9/22 KB 168/223 KB 96/308 KB 76/174 KB 208/286 KB 11/22 KB 168/223 KB 96/308 KB 76/174 KB 208/286 KB 14/22 KB 168/223 KB 96/308 KB 76/174 KB 208/286 KB 16/22 KB 168/223 KB 96/308 KB 76/174 KB 208/286 KB 19/22 KB 168/223 KB 96/308 KB 76/174 KB 208/286 KB 22/22 KB 168/223 KB 96/308 KB 76/174 KB 208/286 KB 22/22 KB 168/223 KB 96/308 KB 76/174 KB 208/286 KB 22/22 KB 168/223 KB 100/308 KB 80/174 KB 208/286 KB 22/22 KB 168/223 KB 104/308 KB 80/174 KB 208/286 KB 22/22 KB 168/223 KB 108/308 KB 80/174 KB 208/286 KB 22/22 KB 168/223 KB 112/308 KB 76/174 KB 208/286 KB 168/223 KB 84/308 KB 68/174 KB 204/286 KB 168/223 KB 84/308 KB 80/174 KB 208/286 KB 22/22 KB 172/223 KB 112/308 KB 80/174 KB 208/286 KB 22/22 KB 176/223 KB 112/308 KB 80/174 KB 208/286 KB 22/22 KB 168/223 KB 100/308 KB 80/174 KB 212/286 KB 22/22 KB 176/223 KB 112/308 KB 84/174 KB 216/286 KB 22/22 KB 176/223 KB 112/308 KB 84/174 KB 220/286 KB 22/22 KB 180/223 KB 112/308 KB 84/174 KB 224/286 KB 22/22 KB 180/223 KB 116/308 KB 84/174 KB 228/286 KB 22/22 KB 180/223 KB 116/308 KB 84/174 KB 232/286 KB 22/22 KB 180/223 KB 116/308 KB 84/174 KB 236/286 KB 22/22 KB 180/223 KB 116/308 KB 84/174 KB 240/286 KB 22/22 KB 180/223 KB 116/308 KB 84/174 KB 244/286 KB 22/22 KB 180/223 KB 116/308 KB 84/174 KB 248/286 KB 22/22 KB 180/223 KB 116/308 KB 84/174 KB 252/286 KB 22/22 KB 180/223 KB 116/308 KB 84/174 KB 256/286 KB 22/22 KB 180/223 KB 116/308 KB 84/174 KB 212/286 KB 22/22 KB 176/223 KB 112/308 KB 88/174 KB 256/286 KB 22/22 KB 180/223 KB 116/308 KB 92/174 KB 256/286 KB 22/22 KB 180/223 KB 116/308 KB 96/174 KB 256/286 KB 22/22 KB 180/223 KB 116/308 KB 100/174 KB 256/286 KB 22/22 KB 180/223 KB 116/308 KB 104/174 KB 256/286 KB 22/22 KB 18 unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 14:56:51 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 14:56:51 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 14:56:51 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 14:56:51 DEBUG unit.abot-epc-basic/0.install 0/223 KB 116/308 KB 108/174 KB 256/286 KB 22/22 KB 180/223 KB 116/308 KB 112/174 KB 256/286 KB 22/22 KB 180/223 KB 116/308 KB 116/174 KB 256/286 KB 22/22 KB 180/223 KB 116/308 KB 120/174 KB 256/286 KB 22/22 KB 180/223 KB 116/308 KB 124/174 KB 256/286 KB 180/223 KB 116/308 KB 128/174 KB 256/286 KB 180/223 KB 116/308 KB 132/174 KB 256/286 KB 180/223 KB 116/308 KB 84/174 KB 220/286 KB 22/22 KB 180/223 KB 116/308 KB 132/174 KB 260/286 KB 180/223 KB 120/308 KB 132/174 KB 260/286 KB 180/223 KB 124/308 KB 132/174 KB 260/286 KB 180/223 KB 128/308 KB 132/174 KB 260/286 KB 180/223 KB 132/308 KB 132/174 KB 260/286 KB 180/223 KB 136/308 KB 132/174 KB 260/286 KB 180/223 KB 140/308 KB 132/174 KB 260/286 KB 180/223 KB 144/308 KB 84/174 KB 216/286 KB 22/22 KB 180/223 KB 112/308 KB 132/174 KB 260/286 KB 184/223 KB 144/308 KB 132/174 KB 260/286 KB 188/223 KB 144/308 KB 132/174 KB 260/286 KB 192/223 KB 144/308 KB 132/174 KB 260/286 KB 196/223 KB 144/308 KB 132/174 KB 260/286 KB 200/223 KB 144/308 KB 132/174 KB 260/286 KB 204/223 KB 144/308 KB 132/174 KB 260/286 KB 208/223 KB 144/308 KB 132/174 KB 260/286 KB 212/223 KB 144/308 KB 132/174 KB 260/286 KB 216/223 KB 144/308 KB 132/174 KB 260/286 KB 220/223 KB 148/308 KB 132/174 KB 260/286 KB 223/223 KB 148/308 KB 132/174 KB 260/286 KB 180/223 KB 116/308 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 KB at 318.7 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 DEBUG unit.abot-epc-basic/0.install 136/174 KB 264/286 KB 223/223 KB 148/308 KB 136/174 KB 268/286 KB 223/223 KB 148/308 KB 136/174 KB 272/286 KB 223/223 KB 148/308 KB 136/174 KB 260/286 KB 223/223 KB 148/308 KB 140/174 KB 272/286 KB 223/223 KB 148/308 KB 144/174 KB 272/286 KB 223/223 KB 148/308 KB 148/174 KB 272/286 KB 223/223 KB 148/308 KB 152/174 KB 276/286 KB 148/308 KB 156/174 KB 276/286 KB 148/308 KB 160/174 KB 276/286 KB 148/308 KB 132/174 KB 260/286 KB 216/223 KB 148/308 KB 160/174 KB 276/286 KB 152/308 KB 160/174 KB 276/286 KB 156/308 KB 160/174 KB 276/286 KB 160/308 KB 160/174 KB 276/286 KB 164/308 KB 160/174 KB 276/286 KB 168/308 KB 160/174 KB 276/286 KB 172/308 KB 160/174 KB 276/286 KB 176/308 KB 148/174 KB 276/286 KB 148/308 KB 160/174 KB 280/286 KB 176/308 KB 160/174 KB 284/286 KB 176/308 KB 160/174 KB 286/286 KB 176/308 KB 160/174 KB 286/286 KB 180/308 KB 164/174 KB 286/286 KB 184/308 KB 164/174 KB 286/286 KB 188/308 KB 164/174 KB 286/286 KB 192/308 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (223 KB at 2784.5 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 DEBUG unit.abot-epc-basic/0.install 164/174 KB 286/286 KB 180/308 KB 164/174 KB 286/286 KB 3/9 KB 196/308 KB 164/174 KB 286/286 KB 5/9 KB 196/308 KB 164/174 KB 286/286 KB 8/9 KB 196/308 KB 164/174 KB 286/286 KB 9/9 KB 196/308 KB 168/174 KB 286/286 KB 9/9 KB 196/308 KB 172/174 KB 286/286 KB 9/9 KB 196/308 KB 174/174 KB 286/286 KB 9/9 KB 196/308 KB 164/174 KB 286/286 KB 196/308 KB 174/174 KB 286/286 KB 9/9 KB 200/308 KB 174/174 KB 286/286 KB 9/9 KB 204/308 KB 174/174 KB 286/286 KB 9/9 KB 208/308 KB 174/174 KB 286/286 KB 9/9 KB 212/308 KB 174/174 KB 286/286 KB 9/9 KB 216/308 KB 174/174 KB 286/286 KB 9/9 KB 220/308 KB 174/174 KB 286/286 KB 9/9 KB 224/308 KB 174/174 KB 286/286 KB 9/9 KB 228/308 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (286 KB at 3071.5 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 DEBUG unit.abot-epc-basic/0.install 174/174 KB 9/9 KB 232/308 KB 174/174 KB 9/9 KB 236/308 KB 174/174 KB 9/9 KB 240/308 KB 174/174 KB 9/9 KB 244/308 KB 174/174 KB 9/9 KB 248/308 KB 174/174 KB 9/9 KB 252/308 KB 174/174 KB 9/9 KB 256/308 KB 174/174 KB 9/9 KB 260/308 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (9 KB at 103.7 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 DEBUG unit.abot-epc-basic/0.install 174/174 KB 4/22 KB 9/9 KB 260/308 KB 8/22 KB 260/308 KB 12/22 KB 260/308 KB 16/22 KB 260/308 KB 20/22 KB 260/308 KB 22/22 KB 260/308 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (174 KB at 2068.1 KB/sec) unit-abot-epc-basic-0: 14:56:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar unit-abot-epc-basic-0: 14:56:51 DEBUG unit.abot-epc-basic/0.install 4/17 KB 22/22 KB 260/308 KB 8/17 KB 22/22 KB 260/308 KB 12/17 KB 22/22 KB 260/308 KB 16/17 KB 22/22 KB 260/308 KB 17/17 KB 22/22 KB 260/308 KB 17/17 KB 22/22 KB 264/308 KB 17/17 KB 22/22 KB 268/308 KB 17/17 KB 22/22 KB 272/308 KB 17/17 KB 22/22 KB 276/308 KB 4/11 KB 17/17 KB 22/22 KB 276/308 KB 8/11 KB 17/17 KB 22/22 KB 276/308 KB 11/11 KB 17/17 KB 22/22 KB 276/308 KB 11/11 KB 17/17 KB 22/22 KB 280/308 KB 11/11 KB 17/17 KB 22/22 KB 284/308 KB 11/11 KB 17/17 KB 22/22 KB 288/308 KB 11/11 KB 17/17 KB 22/22 KB 292/308 KB 4/13 KB 11/11 KB 17/17 KB 22/22 KB 292/308 KB 8/13 KB 11/11 KB 17/17 KB 22/22 KB 292/308 KB 12/13 KB 11/11 KB 17/17 KB 22/22 KB 292/308 KB 13/13 KB 11/11 KB 17/17 KB 22/22 KB 292/308 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 KB at 237.1 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 DEBUG unit.abot-epc-basic/0.install 13/13 KB 11/11 KB 17/17 KB 296/308 KB 13/13 KB 11/11 KB 17/17 KB 300/308 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 KB at 173.7 KB/sec) unit-abot-epc-basic-0: 14:56:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar unit-abot-epc-basic-0: 14:56:51 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 111.3 KB/sec) unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 14:56:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 14:56:51 DEBUG unit.abot-epc-basic/0.install 13/13 KB 304/308 KB 13/13 KB 3/14 KB 304/308 KB 4/28 KB 2/11 KB 6/14 KB 304/308 KB 4/28 KB 2/11 KB 9/14 KB 304/308 KB 4/28 KB 2/11 KB 11/14 KB 304/308 KB 4/28 KB 2/11 KB 14/14 KB 304/308 KB 4/28 KB 2/11 KB 3/14 KB 304/308 KB 4/28 KB 5/11 KB 14/14 KB 304/308 KB 4/28 KB 7/11 KB 14/14 KB 304/308 KB 4/28 KB 10/11 KB 14/14 KB 304/308 KB 4/28 KB 11/11 KB 14/14 KB 304/308 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 116.7 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 DEBUG unit.abot-epc-basic/0.install 13/13 KB 4/28 KB 3/14 KB 304/308 KB 8/28 KB 11/11 KB 14/14 KB 304/308 KB 12/28 KB 11/11 KB 14/14 KB 304/308 KB 16/28 KB 11/11 KB 14/14 KB 304/308 KB 20/28 KB 11/11 KB 14/14 KB 304/308 KB 24/28 KB 11/11 KB 14/14 KB 304/308 KB 28/28 KB 11/11 KB 14/14 KB 304/308 KB 28/28 KB 11/11 KB 14/14 KB 304/308 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 113.6 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (11 KB at 86.5 KB/sec) unit-abot-epc-basic-0: 14:56:51 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: 14:56:51 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (28 KB at 234.3 KB/sec) unit-abot-epc-basic-0: 14:56:51 DEBUG unit.abot-epc-basic/0.install 3/309 KB 304/308 KB 5/309 KB 304/308 KB 8/309 KB 304/308 KB 11/309 KB 304/308 KB 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: 14:56:51 DEBUG unit.abot-epc-basic/0.install 13/309 KB 304/308 KB 16/309 KB 304/308 KB 20/309 KB 304/308 KB 24/309 KB 304/308 KB 28/309 KB 304/308 KB 32/309 KB 304/308 KB 36/309 KB 304/308 KB 36/309 KB 308/308 KB 36/309 KB 308/308 KB 40/309 KB 308/308 KB 44/309 KB 308/308 KB 48/309 KB 308/308 KB 52/309 KB 308/308 KB 56/309 KB 308/308 KB 60/309 KB 308/308 KB 64/309 KB 308/308 KB 68/309 KB 308/308 KB 72/309 KB 308/308 KB 4/37 KB 72/309 KB 308/308 KB 8/37 KB 72/309 KB 308/308 KB 12/37 KB 72/309 KB 308/308 KB 16/37 KB 72/309 KB 308/308 KB 20/37 KB 72/309 KB 308/308 KB 24/37 KB 72/309 KB 308/308 KB 28/37 KB 72/309 KB 308/308 KB 32/37 KB 72/309 KB 308/308 KB 36/37 KB 72/309 KB 308/308 KB 37/37 KB 72/309 KB 3/14 KB 308/308 KB 36/37 KB 72/309 KB 3/14 KB 308/308 KB 37/37 KB 72/309 KB 5/14 KB 308/308 KB 37/37 KB 72/309 KB 8/14 KB 308/308 KB 37/37 KB 72/309 KB 11/14 KB 308/308 KB 37/37 KB 72/309 KB 13/14 KB 308/308 KB 37/37 KB 72/309 KB 14/14 KB 308/308 KB 37/37 KB 72/309 KB 4/192 KB 14/14 KB 308/308 KB 37/37 KB 72/309 KB 8/192 KB 14/14 KB 308/308 KB 37/37 KB 72/309 KB 12/192 KB 14/14 KB 308/308 KB 37/37 KB 72/309 KB 16/192 KB 14/14 KB 308/308 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (308 KB at 2261.4 KB/sec) unit-abot-epc-basic-0: 14:56:51 DEBUG unit.abot-epc-basic/0.install 37/37 KB 72/309 KB 20/192 KB 14/14 KB 37/37 KB 72/309 KB 24/192 KB 14/14 KB 37/37 KB 72/309 KB 28/192 KB 14/14 KB 37/37 KB 72/309 KB 32/192 KB 14/14 KB 37/37 KB 72/309 KB 36/192 KB 14/14 KB 37/37 KB 72/309 KB 40/192 KB 14/14 KB 37/37 KB 72/309 KB 44/192 KB 14/14 KB 37/37 KB 72/309 KB 48/192 KB 14/14 KB 37/37 KB 72/309 KB 52/192 KB 14/14 KB 37/37 KB 76/309 KB 56/192 KB 14/14 KB 37/37 KB 76/309 KB 60/192 KB 14/14 KB 37/37 KB 76/309 KB 64/192 KB 14/14 KB 37/37 KB 76/309 KB 52/192 KB 14/14 KB 37/37 KB 80/309 KB 64/192 KB 14/14 KB 37/37 KB 84/309 KB 64/192 KB 14/14 KB 37/37 KB 88/309 KB 64/192 KB 14/14 KB 37/37 KB 92/309 KB 64/192 KB 14/14 KB 37/37 KB 96/309 KB 64/192 KB 14/14 KB 37/37 KB 96/309 KB 68/192 KB 14/14 KB 37/37 KB 100/309 KB 72/192 KB 14/14 KB 37/37 KB 100/309 KB 76/192 KB 14/14 KB 37/37 KB 100/309 KB 80/192 KB 14/14 KB 37/37 KB 100/309 KB 68/192 KB 14/14 KB 37/37 KB 104/309 KB 80/192 KB 14/14 KB 37/37 KB 108/309 KB 80/192 KB 14/14 KB 37/37 KB 112/309 KB 80/192 KB 14/14 KB 37/37 KB 116/309 KB 80/192 KB 14/14 KB 37/37 KB 120/309 KB 84/192 KB 14/14 KB 37/37 KB 124/309 KB 84/192 KB 14/14 KB 37/37 KB 128/309 KB 84/192 KB 14/14 KB 37/37 KB 116/309 KB 84/192 KB 14/14 KB 37/37 KB 128/309 KB 88/192 KB 14/14 KB 37/37 KB 128/309 KB 92/192 KB 14/14 KB 37/37 KB 128/309 KB 96/192 KB 14/14 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 264.3 KB/sec) unit-abot-epc-basic-0: 14:56:51 DEBUG unit.abot-epc-basic/0.install 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 97.9 KB/sec) unit-oai-hss-0: 14:56:51 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 14:56:51 DEBUG unit.abot-epc-basic/0.install 132/309 KB 96/192 KB 136/309 KB 100/192 KB 140/309 KB 100/192 KB 144/309 KB 100/192 KB 132/309 KB 100/192 KB 144/309 KB 104/192 KB 144/309 KB 108/192 KB 144/309 KB 112/192 KB 144/309 KB 116/192 KB 148/309 KB 120/192 KB 148/309 KB 124/192 KB 148/309 KB 128/192 KB 148/309 KB 132/192 KB 148/309 KB 136/192 KB 148/309 KB 140/192 KB 148/309 KB 144/192 KB 148/309 KB 148/192 KB 148/309 KB 152/192 KB 148/309 KB 156/192 KB 148/309 KB 116/192 KB 152/309 KB 156/192 KB 156/309 KB 156/192 KB 160/309 KB 156/192 KB 164/309 KB 156/192 KB 168/309 KB 156/192 KB 172/309 KB 156/192 KB 176/309 KB 156/192 KB 180/309 KB 156/192 KB 184/309 KB 156/192 KB 184/309 KB 160/192 KB 188/309 KB 160/192 KB 192/309 KB 160/192 KB 196/309 KB 160/192 KB 200/309 KB 164/192 KB 204/309 KB 164/192 KB 208/309 KB 164/192 KB 196/309 KB 164/192 KB 208/309 KB 168/192 KB 208/309 KB 172/192 KB 208/309 KB 176/192 KB 208/309 KB 180/192 KB 212/309 KB 184/192 KB 212/309 KB 188/192 KB 212/309 KB 192/192 KB 212/309 KB 192/192 KB 212/309 KB 180/192 KB 216/309 KB 192/192 KB 220/309 KB 192/192 KB 224/309 KB 192/192 KB 228/309 KB 192/192 KB 232/309 KB 192/192 KB 236/309 KB 192/192 KB 240/309 KB 192/192 KB 244/309 KB 192/192 KB 248/309 KB 192/192 KB 252/309 KB 192/192 KB 256/309 KB 192/192 KB 260/309 KB 192/192 KB 264/309 KB 192/192 KB 268/309 KB 192/192 KB 272/309 KB 192/192 KB 276/309 KB 192/192 KB 280/309 KB 192/192 KB 284/309 KB 192/192 KB 288/309 KB 192/192 KB 292/309 KB 192/192 KB 296/309 KB 192/192 KB 300/309 KB 192/192 KB 304/309 KB 192/192 KB 308/309 KB 192/192 KB 309/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 1139.7 KB/sec) unit-abot-epc-basic-0: 14:56:51 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 1803.5 KB/sec) unit-oai-hss-0: 14:56:52 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 14:56:52 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 14:56:52 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 14:56:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 14:56:52 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 14:56:52 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 14:56:52 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-hss-0: 14:56:52 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 14:56:52 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 14:56:52 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 14:56:52 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 14:56:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 14:56:52 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 14:56:52 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 14:56:52 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 14:56:52 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 14:56:52 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 14:56:52 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 14:56:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 14:56:52 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 14:56:52 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.200,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 14:56:52 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: 14:56:52 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 14:56:52 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-oai-hss-0: 14:56:52 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-oai-hss-0: 14:56:52 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 14:56:52 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 14:56:52 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 14:56:52 DEBUG juju.network including address public:172.30.9.200 for machine unit-oai-hss-0: 14:56:52 DEBUG juju.network including address local-cloud:192.168.121.7 for machine unit-oai-hss-0: 14:56:52 DEBUG juju.network including address local-fan:252.7.0.1 for machine unit-oai-hss-0: 14:56:52 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 14:56:52 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 14:56:52 DEBUG juju.network addresses after filtering: [public:172.30.9.200 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 14:56:52 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.200:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 14:56:52 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-oai-hss-0: 14:56:52 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-hss-0: 14:56:52 DEBUG juju.agent API server address details [["172.30.9.200:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.200:17070"] unit-oai-hss-0: 14:56:52 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 14:56:52 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 14:56:52 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 14:56:52 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 14:56:52 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-hss-0: 14:56:52 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-hss-0: 14:56:52 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 14:56:52 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 14:56:52 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 14:56:52 INFO juju.worker.uniter resuming charm install unit-oai-hss-0: 14:56:52 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-hss-13 unit-oai-hss-0: 14:56:52 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 14:56:52 INFO juju.worker.uniter.charm downloading local:trusty/oai-hss-13 from API server unit-oai-hss-0: 14:56:52 INFO juju.downloader downloading from local:trusty/oai-hss-13 unit-oai-hss-0: 14:56:52 DEBUG httpbakery client do GET https://192.168.121.7:17070/model/64664bb2-3cbb-4483-83c1-8663dad12d01/charms?file=%2A&url=local%3Atrusty%2Foai-hss-13 { unit-oai-hss-0: 14:56:52 DEBUG httpbakery } -> error unit-oai-hss-0: 14:56:52 INFO juju.downloader download complete ("local:trusty/oai-hss-13") unit-oai-hss-0: 14:56:52 INFO juju.downloader download verified ("local:trusty/oai-hss-13") unit-abot-epc-basic-0: 14:56:52 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: 14:56:52 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 177.2 KB/sec) unit-abot-epc-basic-0: 14:56:52 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: 14:56:52 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 178.8 KB/sec) unit-abot-epc-basic-0: 14:56:52 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: 14:56:52 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 3068.8 KB/sec) unit-oai-hss-0: 14:56:52 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 14:56:52 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-hss-13" unit-abot-epc-basic-0: 14:56:52 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 14:56:52 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 14:56:52 DEBUG unit.abot-epc-basic/0.install T E S T S unit-abot-epc-basic-0: 14:56:52 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-oai-hss-0: 14:56:52 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-hss-13" unit-abot-epc-basic-0: 14:56:52 DEBUG unit.abot-epc-basic/0.install Running com.rebaca.abot.RunScenarios unit-oai-hss-0: 14:56:53 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-hss-13" unit-oai-hss-0: 14:56:53 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 14:56:53 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 14:56:53 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 14:56:53 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 14:56:53 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 14:56:53 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 14:56:53 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 14:56:53 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-hss-0: 14:56:53 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 14:56:53 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 14:56:53 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 14:56:53 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 14:56:53 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 14:56:53 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 14:56:53 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 14:56:53 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 14:56:53 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 14:56:53 DEBUG unit.abot-epc-basic/0.install Feature: Local_Commands_Testing unit-abot-epc-basic-0: 14:56:53 DEBUG unit.abot-epc-basic/0.install Jan 20, 2019 2:56:53 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 14:56:53 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@932bc4a: startup date [Sun Jan 20 14:56:53 UTC 2019]; root of context hierarchy unit-abot-epc-basic-0: 14:56:53 DEBUG unit.abot-epc-basic/0.install Jan 20, 2019 2:56:53 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 14:56:53 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-oai-hss-0: 14:56:53 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 14:56:53 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install ++ config-get branch unit-abot-epc-basic-0: 14:56:54 DEBUG unit.abot-epc-basic/0.install Jan 20, 2019 2:56:54 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 14:56:54 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-oai-hss-0: 14:56:54 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + branch=v0.3.2 unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-hss-0: 14:56:54 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + echo v0.3.2 unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 14:56:54 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install Note: checking out 'v0.3.2'. unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install You are in 'detached HEAD' state. You can look around, make experimental unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install changes and commit them, and you can discard any commits you make in this unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install state without impacting any branches by performing another checkout. unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:56:54 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: 14:56:54 DEBUG unit.oai-epc/0.install do so (now or later) by using -b with the checkout command again. Example: unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install git checkout -b new_branch_name unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 14:56:54 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: 14:56:54 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-epc-0: 14:56:54 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:56:54 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-164-generic unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-164-generic unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 14:56:54 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: 14:56:54 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-epc-0: 14:56:54 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:56:54 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 14:56:54 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 14:56:54 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: 14:56:54 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 14:56:54 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: 14:56:54 DEBUG unit.oai-epc/0.install --2019-01-20 14:56:54-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install Need to get 3459 kB of archives. unit-oai-hss-0: 14:56:54 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 14:56:54 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: 14:56:54 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 301 Moved Permanently unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install Location: https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ [following] unit-oai-epc-0: 14:56:54 DEBUG unit.oai-epc/0.install --2019-01-20 14:56:54-- https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 14:56:55 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:443... connected. unit-oai-hss-0: 14:56:55 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.10 [700 kB] unit-oai-epc-0: 14:56:55 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 14:56:55 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 14:56:55 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 14:56:55 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:56:55 DEBUG unit.oai-epc/0.install 0K ....... 37.2M=0s unit-oai-epc-0: 14:56:55 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:56:55 DEBUG unit.oai-epc/0.install 2019-01-20 14:56:55 (37.2 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8049] unit-oai-epc-0: 14:56:55 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:56:55 DEBUG unit.oai-epc/0.install FINISHED --2019-01-20 14:56:55-- unit-oai-epc-0: 14:56:55 DEBUG unit.oai-epc/0.install Total wall clock time: 0.8s unit-oai-epc-0: 14:56:55 DEBUG unit.oai-epc/0.install Downloaded: 1 files, 7.9K in 0s (37.2 MB/s) unit-oai-epc-0: 14:56:55 DEBUG unit.oai-epc/0.install + dpkg -i 'kernel.ubuntu.com/*/*/*/*deb' unit-oai-epc-0: 14:56:55 DEBUG unit.oai-epc/0.install dpkg: error processing archive kernel.ubuntu.com/*/*/*/*deb (--install): unit-oai-epc-0: 14:56:55 DEBUG unit.oai-epc/0.install cannot access archive: No such file or directory unit-oai-epc-0: 14:56:55 DEBUG unit.oai-epc/0.install Errors were encountered while processing: unit-oai-epc-0: 14:56:55 DEBUG unit.oai-epc/0.install kernel.ubuntu.com/*/*/*/*deb unit-oai-epc-0: 14:56:55 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-oai-epc-0: 14:56:55 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 14:56:55 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 14:56:55 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 14:56:55 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 14:56:55 DEBUG unit.abot-epc-basic/0.install Jan 20, 2019 2:56:55 PM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 14:56:55 DEBUG unit.abot-epc-basic/0.install INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@7c2a69b4] to [cucumber.runtime.java.spring.GlueCodeScope@a619c2] unit-oai-hss-0: 14:56:55 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.10 [2737 kB] unit-abot-epc-basic-0: 14:56:56 DEBUG unit.abot-epc-basic/0.install Jan 20, 2019 2:56:56 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 14:56:56 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@784c5ef5: startup date [Sun Jan 20 14:56:56 UTC 2019]; root of context hierarchy unit-abot-epc-basic-0: 14:56:56 DEBUG unit.abot-epc-basic/0.install Jan 20, 2019 2:56:56 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 14:56:56 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: 14:56:56 DEBUG unit.abot-epc-basic/0.install Jan 20, 2019 2:56:56 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 14:56:56 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: 14:56:56 DEBUG unit.abot-epc-basic/0.install Jan 20, 2019 2:56:56 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 14:56:56 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-oai-hss-0: 14:56:56 DEBUG unit.oai-hss/0.install Fetched 3459 kB in 1s (2022 kB/s) unit-abot-epc-basic-0: 14:56:56 DEBUG unit.abot-epc-basic/0.install Jan 20, 2019 2:56:56 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 14:56:56 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-oai-hss-0: 14:56:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package liberror-perl. unit-oai-hss-0: 14:56:56 DEBUG unit.oai-hss/0.install (Reading database ... 52434 files and directories currently installed.) unit-oai-hss-0: 14:56:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-hss-0: 14:56:56 DEBUG unit.oai-hss/0.install Unpacking liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 14:56:56 DEBUG unit.abot-epc-basic/0.install Jan 20, 2019 2:56:56 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 14:56:56 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@49ec6a9f: startup date [Sun Jan 20 14:56:56 UTC 2019]; root of context hierarchy unit-abot-epc-basic-0: 14:56:56 DEBUG unit.abot-epc-basic/0.install Jan 20, 2019 2:56:56 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 14:56:56 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-oai-hss-0: 14:56:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package git-man. unit-oai-hss-0: 14:56:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.10_all.deb ... unit-abot-epc-basic-0: 14:56:56 DEBUG unit.abot-epc-basic/0.install Jan 20, 2019 2:56:56 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 14:56:56 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: 14:56:56 DEBUG unit.abot-epc-basic/0.install Jan 20, 2019 2:56:56 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 14:56:56 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: 14:56:56 DEBUG unit.abot-epc-basic/0.install Jan 20, 2019 2:56:56 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 14:56:56 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-oai-hss-0: 14:56:57 DEBUG unit.oai-hss/0.install Unpacking git-man (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 14:56:57 DEBUG unit.abot-epc-basic/0.install 20-Jan-2019 14:56:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 14:56:57 DEBUG unit.abot-epc-basic/0.install 20-Jan-2019 14:56:57 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 14:56:57 DEBUG unit.abot-epc-basic/0.install 20-Jan-2019 14:56:57 [main] REPORT: STEP EXECUTION TIME TAKEN :1316 MS unit-oai-hss-0: 14:56:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package git. unit-abot-epc-basic-0: 14:56:57 DEBUG unit.abot-epc-basic/0.install 20-Jan-2019 14:56:57 [main] REPORT: STEP :PASSED unit-oai-hss-0: 14:56:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.10_amd64.deb ... unit-abot-epc-basic-0: 14:56:57 DEBUG unit.abot-epc-basic/0.install 20-Jan-2019 14:56:57 [main] REPORT: ========================================================================================== unit-oai-hss-0: 14:56:57 DEBUG unit.oai-hss/0.install Unpacking git (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 14:56:57 DEBUG unit.abot-epc-basic/0.install 20-Jan-2019 14:56:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 14:56:57 DEBUG unit.abot-epc-basic/0.install 20-Jan-2019 14:56:57 [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: 14:56:57 DEBUG unit.abot-epc-basic/0.install 20-Jan-2019 14:56:57 [main] REPORT: STEP EXECUTION TIME TAKEN :99 MS unit-abot-epc-basic-0: 14:56:57 DEBUG unit.abot-epc-basic/0.install 20-Jan-2019 14:56:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 14:56:57 DEBUG unit.abot-epc-basic/0.install 20-Jan-2019 14:56:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 14:56:57 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 14:56:57 DEBUG unit.abot-epc-basic/0.install @local-commands unit-abot-epc-basic-0: 14:56:57 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing # featureFiles/000-local-commands.feature:4 unit-abot-epc-basic-0: 14:56:57 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 14:56:57 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: 14:56:57 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 14:56:57 DEBUG unit.abot-epc-basic/0.install 1 Scenarios (1 passed) unit-abot-epc-basic-0: 14:56:57 DEBUG unit.abot-epc-basic/0.install 2 Steps (2 passed) unit-abot-epc-basic-0: 14:56:57 DEBUG unit.abot-epc-basic/0.install 0m1.906s unit-abot-epc-basic-0: 14:56:57 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 14:56:57 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.02 sec - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 14:56:57 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully(Scenario: Local Commands testing) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 14:56:57 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: 14:56:57 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing Time elapsed: 0.016 sec unit-abot-epc-basic-0: 14:56:57 DEBUG unit.abot-epc-basic/0.install 20-Jan-2019 14:56:57.800 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 14:56:58 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 14:56:58 DEBUG unit.abot-epc-basic/0.install Results : unit-abot-epc-basic-0: 14:56:58 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 14:56:58 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 14:56:58 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 14:56:58 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:58 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 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 295.4 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 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: 14:56:58 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: 14:56:58 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 130.2 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 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 202.7 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 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 1211.8 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 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 62.1 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 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 510.3 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 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: 14:56:58 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: 14:56:58 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: 14:56:58 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: 14:56:58 DEBUG unit.abot-epc-basic/0.install 3/22 KB 5/22 KB 8/22 KB 11/22 KB 13/22 KB 16/22 KB 19/22 KB 21/22 KB 22/22 KB 3/203 KB 22/22 KB 3/60 KB 5/203 KB 22/22 KB 3/60 KB 8/203 KB 22/22 KB 3/60 KB 3/203 KB 22/22 KB 6/60 KB 8/203 KB 22/22 KB 9/60 KB 8/203 KB 22/22 KB 11/60 KB 8/203 KB 3/57 KB 22/22 KB 3/181 KB 14/60 KB 8/203 KB 3/57 KB 22/22 KB 3/181 KB 9/60 KB 8/203 KB 3/57 KB 22/22 KB 3/181 KB 14/60 KB 11/203 KB 5/57 KB 22/22 KB 3/181 KB 14/60 KB 11/203 KB 8/57 KB 22/22 KB 3/181 KB 9/60 KB 8/203 KB 22/22 KB 3/181 KB 14/60 KB 11/203 KB 8/57 KB 22/22 KB 5/181 KB 14/60 KB 11/203 KB 8/57 KB 22/22 KB 8/181 KB 14/60 KB 11/203 KB 11/57 KB 22/22 KB 11/181 KB 14/60 KB 11/203 KB 11/57 KB 22/22 KB 13/181 KB 14/60 KB 11/203 KB 11/57 KB 22/22 KB 16/181 KB 14/60 KB 11/203 KB 11/57 KB 22/22 KB 19/181 KB 16/60 KB 11/203 KB 11/57 KB 22/22 KB 21/181 KB 14/60 KB 11/203 KB 3/57 KB 22/22 KB 3/181 KB 16/60 KB 13/203 KB 11/57 KB 22/22 KB 21/181 KB 16/60 KB 11/203 KB 11/57 KB 22/22 KB 19/181 KB 19/60 KB 13/203 KB 11/57 KB 22/22 KB 21/181 KB 22/60 KB 16/203 KB 11/57 KB 22/22 KB 24/181 KB 14/60 KB 11/203 KB 11/57 KB 22/22 KB 8/181 KB 22/60 KB 16/203 KB 13/57 KB 22/22 KB 24/181 KB 22/60 KB 16/203 KB 16/57 KB 22/22 KB 24/181 KB 22/60 KB 16/203 KB 19/57 KB 22/22 KB 24/181 KB 22/60 KB 16/203 KB 21/57 KB 22/22 KB 24/181 KB 22/60 KB 16/203 KB 24/57 KB 22/22 KB 24/181 KB 19/60 KB 16/203 KB 11/57 KB 22/22 KB 24/181 KB 22/60 KB 19/203 KB 24/57 KB 22/22 KB 24/181 KB 19/60 KB 13/203 KB 11/57 KB 22/22 KB 24/181 KB 22/60 KB 19/203 KB 27/57 KB 22/22 KB 27/181 KB 22/60 KB 19/203 KB 27/57 KB 22/22 KB 29/181 KB 25/60 KB 21/203 KB 27/57 KB 22/22 KB 32/181 KB 22/60 KB 19/203 KB 27/57 KB 22/22 KB 24/181 KB 25/60 KB 21/203 KB 29/57 KB 22/22 KB 32/181 KB 25/60 KB 21/203 KB 27/57 KB 22/22 KB 29/181 KB 25/60 KB 24/203 KB 29/57 KB 22/22 KB 32/181 KB 25/60 KB 27/203 KB 32/57 KB 22/22 KB 32/181 KB 25/60 KB 29/203 KB 32/57 KB 36/181 KB 25/60 KB 19/203 KB 27/57 KB 22/22 KB 29/181 KB 27/60 KB 29/203 KB 32/57 KB 36/181 KB 30/60 KB 29/203 KB 32/57 KB 36/181 KB 32/60 KB 29/203 KB 32/57 KB 36/181 KB 32/60 KB 32/203 KB 32/57 KB 36/181 KB 32/60 KB 36/203 KB 32/57 KB 36/181 KB 36/60 KB 40/203 KB 32/57 KB 36/181 KB 36/60 KB 44/203 KB 32/57 KB 36/181 KB 36/60 KB 48/203 KB 32/57 KB 36/181 KB 25/60 KB 27/203 KB 32/57 KB 22/22 KB 36/181 KB 36/60 KB 48/203 KB 32/57 KB 40/181 KB 36/60 KB 48/203 KB 32/57 KB 44/181 KB 36/60 KB 48/203 KB 32/57 KB 48/181 KB 36/60 KB 48/203 KB 32/57 KB 52/181 KB 25/60 KB 24/203 KB 32/57 KB 22/22 KB 32/181 KB 36/60 KB 48/203 KB 36/57 KB 52/181 KB 36/60 KB 48/203 KB 40/57 KB 52/181 KB 36/60 KB 48/203 KB 44/57 KB 52/181 KB 36/60 KB 48/203 KB 48/57 KB 52/181 KB 36/60 KB 48/203 KB 52/57 KB 52/181 KB 36/60 KB 48/203 KB 56/57 KB 52/181 KB 36/60 KB 48/203 KB 57/57 KB 52/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 453.2 KB/sec) unit-abot-epc-basic-0: 14:56:58 DEBUG unit.abot-epc-basic/0.install 36/60 KB 36/203 KB 32/57 KB 36/181 KB 40/60 KB 48/203 KB 57/57 KB 52/181 KB 44/60 KB 48/203 KB 57/57 KB 52/181 KB 48/60 KB 48/203 KB 57/57 KB 52/181 KB 52/60 KB 48/203 KB 57/57 KB 52/181 KB 56/60 KB 52/203 KB 57/57 KB 56/181 KB 60/60 KB 52/203 KB 57/57 KB 56/181 KB 52/60 KB 48/203 KB 57/57 KB 56/181 KB 60/60 KB 52/203 KB 57/57 KB 60/181 KB 60/60 KB 52/203 KB 57/57 KB 64/181 KB 60/60 KB 52/203 KB 57/57 KB 68/181 KB 60/60 KB 52/203 KB 57/57 KB 72/181 KB 60/60 KB 52/203 KB 57/57 KB 76/181 KB 60/60 KB 52/203 KB 57/57 KB 80/181 KB 60/60 KB 52/203 KB 57/57 KB 84/181 KB 60/60 KB 52/203 KB 57/57 KB 88/181 KB 60/60 KB 52/203 KB 92/181 KB 60/60 KB 52/203 KB 96/181 KB 60/60 KB 52/203 KB 100/181 KB 52/60 KB 52/203 KB 57/57 KB 56/181 KB 56/203 KB 100/181 KB 60/203 KB 100/181 KB 64/203 KB 100/181 KB 68/203 KB 100/181 KB 72/203 KB 100/181 KB 76/203 KB 100/181 KB 80/203 KB 100/181 KB 84/203 KB 100/181 KB 88/203 KB 100/181 KB 92/203 KB 100/181 KB 96/203 KB 100/181 KB 100/203 KB 104/181 KB 104/203 KB 104/181 KB 108/203 KB 104/181 KB 112/203 KB 104/181 KB 116/203 KB 104/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 KB at 1135.7 KB/sec) unit-abot-epc-basic-0: 14:56:58 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (57 KB at 1138.0 KB/sec) unit-abot-epc-basic-0: 14:56:58 DEBUG unit.abot-epc-basic/0.install 96/203 KB 104/181 KB 116/203 KB 108/181 KB 116/203 KB 112/181 KB 116/203 KB 116/181 KB 116/203 KB 120/181 KB 116/203 KB 124/181 KB 116/203 KB 128/181 KB 116/203 KB 132/181 KB 120/203 KB 132/181 KB 124/203 KB 132/181 KB 128/203 KB 132/181 KB 132/203 KB 132/181 KB 136/203 KB 136/181 KB 140/203 KB 136/181 KB 144/203 KB 136/181 KB 148/203 KB 136/181 KB 152/203 KB 136/181 KB 156/203 KB 136/181 KB 160/203 KB 136/181 KB 164/203 KB 136/181 KB 132/203 KB 136/181 KB 164/203 KB 140/181 KB 164/203 KB 144/181 KB 164/203 KB 148/181 KB 164/203 KB 152/181 KB 164/203 KB 156/181 KB 164/203 KB 160/181 KB 164/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 180/181 KB 168/203 KB 181/181 KB 168/203 KB 180/181 KB 172/203 KB 181/181 KB 176/203 KB 181/181 KB 180/203 KB 181/181 KB 184/203 KB 181/181 KB 188/203 KB 181/181 KB 192/203 KB 181/181 KB 196/203 KB 181/181 KB 200/203 KB 181/181 KB 203/203 KB 181/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (181 KB at 2859.0 KB/sec) unit-abot-epc-basic-0: 14:56:58 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 3169.6 KB/sec) unit-oai-hss-0: 14:56:58 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:56:58 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 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 211.1 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 DEBUG unit.abot-epc-basic/0.install 3/23 KB 5/23 KB 8/23 KB 11/23 KB 13/23 KB 16/23 KB 19/23 KB 21/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.3/maven-3.3.3.pom (23 KB at 1525.8 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 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: 14:56:58 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: 14:56:58 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 286.2 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 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/3.3.3/maven-artifact-3.3.3.pom (3 KB at 143.3 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 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 254.5 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 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 957.4 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (2 KB at 107.7 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (3 KB at 176.9 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 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 594.0 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 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 1554.4 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 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 55.5 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 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 46.0 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom (3 KB at 150.8 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 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 781.6 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 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 56.8 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (5 KB at 295.8 KB/sec) unit-abot-epc-basic-0: 14:56:58 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: 14:56:58 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 1206.4 KB/sec) unit-abot-epc-basic-0: 14:56:59 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: 14:56:59 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (8 KB at 419.6 KB/sec) unit-abot-epc-basic-0: 14:56:59 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: 14:56:59 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 207.2 KB/sec) unit-abot-epc-basic-0: 14:56:59 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: 14:56:59 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 395.4 KB/sec) unit-abot-epc-basic-0: 14:56:59 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: 14:56:59 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 792.8 KB/sec) unit-abot-epc-basic-0: 14:56:59 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: 14:56:59 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 222.4 KB/sec) unit-abot-epc-basic-0: 14:56:59 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: 14:56:59 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: 14:56:59 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: 14:56:59 DEBUG unit.abot-epc-basic/0.install 930/930 B Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom (930 B at 69.9 KB/sec) unit-abot-epc-basic-0: 14:56:59 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: 14:56:59 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 709.1 KB/sec) unit-abot-epc-basic-0: 14:56:59 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: 14:56:59 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: 14:56:59 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: 14:56:59 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: 14:56:59 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: 14:56:59 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: 14:56:59 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: 14:56:59 DEBUG unit.abot-epc-basic/0.install 4/46 KB 4/54 KB 3/44 KB 8/46 KB 4/54 KB 3/44 KB 12/46 KB 4/54 KB 3/44 KB 16/46 KB 4/54 KB 3/44 KB 20/46 KB 4/54 KB 3/44 KB 4/46 KB 4/54 KB 6/44 KB 20/46 KB 4/54 KB 9/44 KB 20/46 KB 4/54 KB 11/44 KB 20/46 KB 4/54 KB 14/44 KB 20/46 KB 4/158 KB 4/54 KB 16/44 KB 20/46 KB 4/158 KB 4/54 KB 19/44 KB 20/46 KB 4/54 KB 4/46 KB 4/158 KB 8/54 KB 19/44 KB 20/46 KB 4/158 KB 4/201 KB 12/54 KB 19/44 KB 20/46 KB 4/158 KB 4/201 KB 16/54 KB 19/44 KB 20/46 KB 4/158 KB 4/201 KB 20/54 KB 19/44 KB 20/46 KB 4/158 KB 4/201 KB 24/54 KB 22/44 KB 24/46 KB 4/158 KB 4/201 KB 28/54 KB 22/44 KB 24/46 KB 4/158 KB 4/201 KB 32/54 KB 22/44 KB 24/46 KB 4/158 KB 4/54 KB 14/44 KB 20/46 KB 8/158 KB 4/201 KB 32/54 KB 22/44 KB 24/46 KB 12/158 KB 4/201 KB 32/54 KB 22/44 KB 24/46 KB 16/158 KB 4/201 KB 32/54 KB 22/44 KB 24/46 KB 20/158 KB 4/201 KB 32/54 KB 22/44 KB 24/46 KB 24/158 KB 4/201 KB 32/54 KB 22/44 KB 24/46 KB 28/158 KB 4/201 KB 32/54 KB 22/44 KB 24/46 KB 32/158 KB 4/201 KB 32/54 KB 22/44 KB 24/46 KB 36/158 KB 4/201 KB 32/54 KB 22/44 KB 24/46 KB 40/158 KB 4/201 KB 36/54 KB 22/44 KB 24/46 KB 44/158 KB 4/201 KB 36/54 KB 22/44 KB 24/46 KB 48/158 KB 4/201 KB 36/54 KB 22/44 KB 24/46 KB 4/158 KB 4/201 KB 20/54 KB 22/44 KB 24/46 KB 48/158 KB 4/201 KB 36/54 KB 22/44 KB 28/46 KB 48/158 KB 4/201 KB 36/54 KB 22/44 KB 32/46 KB 4/158 KB 4/201 KB 20/54 KB 22/44 KB 20/46 KB 4/158 KB 4/201 KB 8/54 KB 19/44 KB 20/46 KB 48/158 KB 8/201 KB 36/54 KB 22/44 KB 32/46 KB 48/158 KB 12/201 KB 36/54 KB 22/44 KB 32/46 KB 48/158 KB 16/201 KB 36/54 KB 22/44 KB 32/46 KB 48/158 KB 20/201 KB 36/54 KB 22/44 KB 32/46 KB 48/158 KB 24/201 KB 36/54 KB 22/44 KB 32/46 KB 48/158 KB 28/201 KB 36/54 KB 22/44 KB 32/46 KB 48/158 KB 32/201 KB 36/54 KB 25/44 KB 32/46 KB 48/158 KB 36/201 KB 36/54 KB 25/44 KB 32/46 KB 48/158 KB 40/201 KB 36/54 KB 25/44 KB 32/46 KB 48/158 KB 44/201 KB 36/54 KB 25/44 KB 32/46 KB 48/158 KB 48/201 KB 36/54 KB 25/44 KB 32/46 KB 48/158 KB 48/201 KB 36/54 KB 25/44 KB 36/46 KB 48/158 KB 48/201 KB 36/54 KB 25/44 KB 40/46 KB 48/158 KB 52/201 KB 36/54 KB 25/44 KB 44/46 KB 48/158 KB 52/201 KB 36/54 KB 25/44 KB 46/46 KB 36/158 KB 4/201 KB 36/54 KB 22/44 KB 24/46 KB 48/158 KB 52/201 KB 40/54 KB 25/44 KB 46/46 KB 48/158 KB 52/201 KB 44/54 KB 25/44 KB 46/46 KB 52/158 KB 52/201 KB 48/54 KB 25/44 KB 46/46 KB 52/158 KB 52/201 KB 52/54 KB 25/44 KB 46/46 KB 52/158 KB 52/201 KB 54/54 KB 25/44 KB 46/46 KB 48/158 KB 52/201 KB 36/54 KB 25/44 KB 40/46 KB 52/158 KB 56/201 KB 54/54 KB 25/44 KB 46/46 KB 52/158 KB 60/201 KB 54/54 KB 25/44 KB 46/46 KB 52/158 KB 64/201 KB 54/54 KB 25/44 KB 46/46 KB 52/158 KB 68/201 KB 54/54 KB 25/44 KB 46/46 KB 48/158 KB 28/201 KB 36/54 KB 25/44 KB 32/46 KB 52/158 KB 68/201 KB 54/54 KB 27/44 KB 46/46 KB 52/158 KB 68/201 KB 54/54 KB 30/44 KB 46/46 KB 52/158 KB 68/201 KB 54/54 KB 32/44 KB 46/46 KB 52/158 KB 52/201 KB 44/54 KB 25/44 KB 46/46 KB 56/158 KB 72/201 KB 32/44 KB 60/158 KB 72/201 KB 32/44 KB 64/158 KB 72/201 KB 32/44 KB 68/158 KB 72/201 KB 32/44 KB 72/158 KB 72/201 KB 32/44 KB 76/158 KB 72/201 KB 32/44 KB 80/158 KB 72/201 KB 32/44 KB 84/158 KB 72/201 KB 32/44 KB 88/158 KB 72/201 KB 32/44 KB 92/158 KB 72/201 KB 32/44 KB 96/158 KB 72/201 KB 32/44 KB 52/158 KB 72/201 KB 32/44 KB 96/158 KB 76/201 KB 32/44 KB 96/158 KB 80/201 KB 32/44 KB 96/158 KB 84/201 KB 32/44 KB unit-abot-epc-basic-0: 14:56:59 DEBUG unit.abot-epc-basic/0.install 96/158 KB 88/201 KB 32/44 KB 96/158 KB 92/201 KB 32/44 KB 96/158 KB 96/201 KB 32/44 KB 96/158 KB 100/201 KB 32/44 KB 96/158 KB 104/201 KB 32/44 KB 96/158 KB 108/201 KB 32/44 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar (46 KB at 957.8 KB/sec) unit-abot-epc-basic-0: 14:56:59 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: 14:56:59 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar (54 KB at 1345.0 KB/sec) unit-abot-epc-basic-0: 14:56:59 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: 14:56:59 DEBUG unit.abot-epc-basic/0.install 100/158 KB 108/201 KB 32/44 KB 104/158 KB 112/201 KB 32/44 KB 108/158 KB 112/201 KB 32/44 KB 112/158 KB 112/201 KB 32/44 KB 100/158 KB 112/201 KB 32/44 KB 112/158 KB 116/201 KB 32/44 KB 112/158 KB 120/201 KB 32/44 KB 112/158 KB 124/201 KB 32/44 KB 112/158 KB 128/201 KB 32/44 KB 112/158 KB 132/201 KB 32/44 KB 116/158 KB 136/201 KB 32/44 KB 116/158 KB 140/201 KB 32/44 KB 116/158 KB 144/201 KB 32/44 KB 116/158 KB 132/201 KB 32/44 KB 120/158 KB 144/201 KB 32/44 KB 124/158 KB 144/201 KB 32/44 KB 128/158 KB 144/201 KB 32/44 KB 132/158 KB 144/201 KB 32/44 KB 136/158 KB 148/201 KB 32/44 KB 140/158 KB 148/201 KB 32/44 KB 144/158 KB 148/201 KB 32/44 KB 132/158 KB 148/201 KB 32/44 KB 144/158 KB 152/201 KB 32/44 KB 144/158 KB 156/201 KB 32/44 KB 144/158 KB 160/201 KB 32/44 KB 144/158 KB 164/201 KB 32/44 KB 148/158 KB 168/201 KB 32/44 KB 148/158 KB 172/201 KB 32/44 KB 148/158 KB 176/201 KB 32/44 KB 148/158 KB 180/201 KB 36/44 KB 148/158 KB 184/201 KB 36/44 KB 148/158 KB 188/201 KB 36/44 KB 148/158 KB 192/201 KB 36/44 KB 148/158 KB 164/201 KB 32/44 KB 148/158 KB 176/201 KB 36/44 KB 148/158 KB 192/201 KB 40/44 KB 148/158 KB 192/201 KB 44/44 KB 152/158 KB 192/201 KB 44/44 KB 156/158 KB 192/201 KB 44/44 KB 158/158 KB 192/201 KB 44/44 KB 3/6 KB 158/158 KB 192/201 KB 44/44 KB 5/6 KB 3/3 KB 158/158 KB 192/201 KB 44/44 KB 6/6 KB 3/3 KB 158/158 KB 192/201 KB 3/6 KB 3/3 KB 158/158 KB 192/201 KB 44/44 KB Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (44 KB at 827.5 KB/sec) unit-abot-epc-basic-0: 14:56:59 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: 14:56:59 DEBUG unit.abot-epc-basic/0.install 6/6 KB 3/3 KB 158/158 KB 196/201 KB 6/6 KB 3/3 KB 200/201 KB 6/6 KB 3/3 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 2617.5 KB/sec) unit-abot-epc-basic-0: 14:56:59 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: 14:56:59 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 44.3 KB/sec) unit-abot-epc-basic-0: 14:56:59 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: 14:56:59 DEBUG unit.abot-epc-basic/0.install 6/6 KB 4/5 KB 201/201 KB 5/5 KB 201/201 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar (201 KB at 3184.0 KB/sec) unit-abot-epc-basic-0: 14:56:59 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: 14:56:59 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 95.2 KB/sec) unit-abot-epc-basic-0: 14:56:59 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: 14:56:59 DEBUG unit.abot-epc-basic/0.install 5/5 KB 3/52 KB 5/5 KB 6/52 KB 5/5 KB 9/52 KB 5/5 KB 11/52 KB 5/5 KB 14/52 KB 5/5 KB 16/52 KB 5/5 KB 19/52 KB 5/5 KB 22/52 KB 5/5 KB 25/52 KB 5/5 KB 27/52 KB 3/367 KB 5/5 KB 27/52 KB 5/367 KB 5/5 KB 27/52 KB 8/367 KB 5/5 KB 27/52 KB 11/367 KB 5/5 KB 27/52 KB 13/367 KB 5/5 KB 27/52 KB 16/367 KB 27/52 KB 19/367 KB 27/52 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 63.3 KB/sec) unit-abot-epc-basic-0: 14:56:59 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: 14:56:59 DEBUG unit.abot-epc-basic/0.install 21/367 KB 27/52 KB 24/367 KB 27/52 KB 27/367 KB 27/52 KB 29/367 KB 27/52 KB 32/367 KB 27/52 KB 32/367 KB 4/238 KB 27/52 KB 32/367 KB 8/238 KB 27/52 KB 32/367 KB 12/238 KB 27/52 KB 32/367 KB 16/238 KB 27/52 KB 4/47 KB 32/367 KB 16/238 KB 27/52 KB 8/47 KB 32/367 KB 16/238 KB 27/52 KB 12/47 KB 32/367 KB 20/238 KB 27/52 KB 12/47 KB 36/367 KB 24/238 KB 27/52 KB 12/47 KB 36/367 KB 28/238 KB 27/52 KB 12/47 KB 36/367 KB 32/238 KB 27/52 KB 12/47 KB 36/367 KB 36/238 KB 27/52 KB 12/47 KB 36/367 KB 3/28 KB 40/238 KB 30/52 KB 12/47 KB 36/367 KB 3/28 KB 44/238 KB 30/52 KB 12/47 KB 36/367 KB 3/28 KB 48/238 KB 30/52 KB 12/47 KB 36/367 KB 20/238 KB 27/52 KB 12/47 KB 32/367 KB 20/238 KB 27/52 KB 16/47 KB 36/367 KB 3/28 KB 48/238 KB 30/52 KB 12/47 KB 36/367 KB 3/28 KB 36/238 KB 30/52 KB 16/47 KB 36/367 KB 5/28 KB 48/238 KB 30/52 KB 20/47 KB 36/367 KB 8/28 KB 48/238 KB 30/52 KB 20/47 KB 36/367 KB 11/28 KB 48/238 KB 30/52 KB 20/47 KB 36/367 KB 13/28 KB 48/238 KB 30/52 KB 20/47 KB 36/367 KB 16/28 KB 48/238 KB 30/52 KB 20/47 KB 36/367 KB 19/28 KB 48/238 KB 30/52 KB 20/47 KB 40/367 KB 19/28 KB 48/238 KB 30/52 KB 20/47 KB 44/367 KB 19/28 KB 48/238 KB 30/52 KB 20/47 KB 48/367 KB 19/28 KB 48/238 KB 30/52 KB 12/47 KB 36/367 KB 36/238 KB 30/52 KB 20/47 KB 48/367 KB 21/28 KB 48/238 KB 32/52 KB 20/47 KB 48/367 KB 21/28 KB 48/238 KB 30/52 KB 20/47 KB 48/367 KB 24/28 KB 48/238 KB 32/52 KB 20/47 KB 52/367 KB 27/28 KB 48/238 KB 36/52 KB 20/47 KB 52/367 KB 28/28 KB 48/238 KB 36/52 KB 20/47 KB 36/367 KB 5/28 KB 48/238 KB 30/52 KB 24/47 KB 52/367 KB 28/28 KB 48/238 KB 36/52 KB 28/47 KB 52/367 KB 28/28 KB 48/238 KB 36/52 KB 32/47 KB 52/367 KB 28/28 KB 48/238 KB 36/52 KB 36/47 KB 52/367 KB 28/28 KB 48/238 KB 36/52 KB 40/47 KB 52/367 KB 28/28 KB 48/238 KB 36/52 KB 44/47 KB 52/367 KB 28/28 KB 48/238 KB 36/52 KB 47/47 KB 52/367 KB 28/28 KB 48/238 KB 36/52 KB 20/47 KB 52/367 KB 24/28 KB 48/238 KB 36/52 KB 47/47 KB 56/367 KB 28/28 KB 48/238 KB 36/52 KB 47/47 KB 60/367 KB 28/28 KB 48/238 KB 36/52 KB 47/47 KB 64/367 KB 28/28 KB 48/238 KB 36/52 KB 47/47 KB 68/367 KB 28/28 KB 48/238 KB 36/52 KB 72/367 KB 52/238 KB 36/52 KB 76/367 KB 52/238 KB 36/52 KB 80/367 KB 52/238 KB 36/52 KB 84/367 KB 52/238 KB 36/52 KB 20/47 KB 48/367 KB 24/28 KB 48/238 KB 36/52 KB 84/367 KB 52/238 KB 40/52 KB 84/367 KB 52/238 KB 44/52 KB 84/367 KB 52/238 KB 48/52 KB 84/367 KB 52/238 KB 52/52 KB 68/367 KB 52/238 KB 36/52 KB 84/367 KB 56/238 KB 52/52 KB 84/367 KB 60/238 KB 52/52 KB 84/367 KB 64/238 KB 52/52 KB 84/367 KB 68/238 KB 52/52 KB 84/367 KB 72/238 KB 52/52 KB 84/367 KB 76/238 KB 52/52 KB 84/367 KB 80/238 KB 52/52 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 543.8 KB/sec) unit-abot-epc-basic-0: 14:56:59 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 KB at 314.6 KB/sec) unit-abot-epc-basic-0: 14:56:59 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: 14:56:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar unit-abot-epc-basic-0: 14:56:59 DEBUG unit.abot-epc-basic/0.install 88/367 KB 80/238 KB 52/52 KB 92/367 KB 80/238 KB 52/52 KB 96/367 KB 84/238 KB 52/52 KB 100/367 KB 84/238 KB 52/52 KB 104/367 KB 84/238 KB 52/52 KB 108/367 KB 84/238 KB 52/52 KB 112/367 KB 84/238 KB 52/52 KB 92/367 KB 84/238 KB 52/52 KB 112/367 KB 88/238 KB 52/52 KB 112/367 KB 92/238 KB 52/52 KB 112/367 KB 96/238 KB 52/52 KB 112/367 KB 100/238 KB 52/52 KB 112/367 KB 104/238 KB 52/52 KB 112/367 KB 108/238 KB 52/52 KB 116/367 KB 112/238 KB 52/52 KB 116/367 KB 108/238 KB 52/52 KB 120/367 KB 112/238 KB 52/52 KB 124/367 KB 112/238 KB 52/52 KB 128/367 KB 112/238 KB 52/52 KB 132/367 KB 112/238 KB 52/52 KB 136/367 KB 116/238 KB 140/367 KB 116/238 KB 144/367 KB 116/238 KB 148/367 KB 116/238 KB 152/367 KB 116/238 KB 3/186 KB 156/367 KB 116/238 KB 3/186 KB 160/367 KB 116/238 KB 3/186 KB 132/367 KB 116/238 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (52 KB at 535.9 KB/sec) unit-abot-epc-basic-0: 14:56:59 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: 14:56:59 DEBUG unit.abot-epc-basic/0.install 148/367 KB 116/238 KB 3/186 KB 160/367 KB 116/238 KB 5/186 KB 160/367 KB 116/238 KB 8/186 KB 160/367 KB 116/238 KB 11/186 KB 160/367 KB 116/238 KB 13/186 KB 160/367 KB 116/238 KB 16/186 KB 160/367 KB 116/238 KB 19/186 KB 160/367 KB 116/238 KB 21/186 KB 160/367 KB 116/238 KB 24/186 KB 160/367 KB 116/238 KB 27/186 KB 160/367 KB 116/238 KB 29/186 KB 160/367 KB 120/238 KB 29/186 KB 160/367 KB 120/238 KB 32/186 KB 160/367 KB 124/238 KB 32/186 KB 160/367 KB 128/238 KB 32/186 KB 160/367 KB 132/238 KB 32/186 KB 160/367 KB 136/238 KB 36/186 KB 160/367 KB 140/238 KB 36/186 KB 160/367 KB 144/238 KB 36/186 KB 160/367 KB 132/238 KB 36/186 KB 160/367 KB 144/238 KB 40/186 KB 160/367 KB 144/238 KB 44/186 KB 160/367 KB 144/238 KB 48/186 KB 160/367 KB 144/238 KB 52/186 KB 164/367 KB 148/238 KB 56/186 KB 164/367 KB 148/238 KB 60/186 KB 164/367 KB 148/238 KB 64/186 KB 164/367 KB 148/238 KB 52/186 KB 168/367 KB 148/238 KB 64/186 KB 172/367 KB 148/238 KB 68/186 KB 176/367 KB 148/238 KB 68/186 KB 180/367 KB 148/238 KB 68/186 KB 184/367 KB 148/238 KB 68/186 KB 188/367 KB 4/558 KB 148/238 KB 68/186 KB 160/367 KB 148/238 KB 52/186 KB 184/367 KB 4/558 KB 148/238 KB 68/186 KB 188/367 KB 8/558 KB 148/238 KB 68/186 KB 188/367 KB 12/558 KB 148/238 KB 68/186 KB 188/367 KB 16/558 KB 148/238 KB 68/186 KB 188/367 KB 20/558 KB 148/238 KB 68/186 KB 188/367 KB 24/558 KB 148/238 KB 68/186 KB 188/367 KB 28/558 KB 148/238 KB 68/186 KB 188/367 KB 32/558 KB 148/238 KB 68/186 KB 188/367 KB 36/558 KB 148/238 KB 68/186 KB 188/367 KB 40/558 KB 152/238 KB 68/186 KB 188/367 KB 44/558 KB 152/238 KB 68/186 KB 188/367 KB 48/558 KB 152/238 KB 68/186 KB 188/367 KB 52/558 KB 152/238 KB 68/186 KB 188/367 KB 56/558 KB 152/238 KB 68/186 KB 188/367 KB 60/558 KB 152/238 KB 68/186 KB 188/367 KB 64/558 KB 152/238 KB 68/186 KB 188/367 KB 68/558 KB 152/238 KB 68/186 KB 192/367 KB 72/558 KB 152/238 KB 68/186 KB 192/367 KB 76/558 KB 152/238 KB 68/186 KB 192/367 KB 80/558 KB 152/238 KB 68/186 KB 168/367 KB 148/238 KB 68/186 KB 192/367 KB 80/558 KB 152/238 KB 72/186 KB 192/367 KB 80/558 KB 152/238 KB 76/186 KB 192/367 KB 80/558 KB 152/238 KB 80/186 KB 192/367 KB 80/558 KB 152/238 KB 84/186 KB 192/367 KB 80/558 KB 152/238 KB 88/186 KB 192/367 KB 80/558 KB 152/238 KB 92/186 KB 192/367 KB 80/558 KB 152/238 KB 96/186 KB 192/367 KB 80/558 KB 152/238 KB 100/186 KB 192/367 KB 84/558 KB 152/238 KB 104/186 KB 192/367 KB 84/558 KB 152/238 KB 108/186 KB 192/367 KB 84/558 KB 152/238 KB 112/186 KB 192/367 KB 84/558 KB 152/238 KB 116/186 KB 192/367 KB 68/558 KB 152/238 KB 68/186 KB 188/367 KB 36/558 KB 152/238 KB 68/186 KB 192/367 KB 84/558 KB 156/238 KB 116/186 KB 192/367 KB 84/558 KB 160/238 KB 116/186 KB 192/367 KB 84/558 KB 164/238 KB 116/186 KB 192/367 KB 84/558 KB 168/238 KB 116/186 KB 192/367 KB 84/558 KB 172/238 KB 116/186 KB 192/367 KB 84/558 KB 176/238 KB 116/186 KB 192/367 KB 84/558 KB 180/238 KB 116/186 KB 196/367 KB 84/558 KB 184/238 KB 116/186 KB 196/367 KB 84/558 KB 188/238 KB 116/186 KB 196/367 KB 84/558 KB 192/238 KB 116/186 KB 196/367 KB 84/558 KB 196/238 KB 116/186 KB 196/367 KB 84/558 KB 200/238 KB 116/186 KB 196/367 KB 84/558 KB 204/238 KB 116/186 KB 196/367 KB 84/558 KB 208/238 KB 116/186 KB 196/367 KB 84/558 KB 212/238 KB 116/186 KB 196/367 KB 84/558 KB 216/238 KB 120/186 KB 196/367 KB 84/558 KB 220/238 KB 120/186 KB 196/367 KB 84/558 KB 224/238 KB 120/186 KB 192/367 KB unit-abot-epc-basic-0: 14:56:59 DEBUG unit.abot-epc-basic/0.install 84/558 KB 152/238 KB 100/186 KB 196/367 KB 88/558 KB 224/238 KB 120/186 KB 196/367 KB 92/558 KB 224/238 KB 120/186 KB 196/367 KB 96/558 KB 224/238 KB 120/186 KB 196/367 KB 100/558 KB 224/238 KB 120/186 KB 196/367 KB 104/558 KB 224/238 KB 120/186 KB 196/367 KB 108/558 KB 224/238 KB 120/186 KB 196/367 KB 112/558 KB 224/238 KB 120/186 KB 196/367 KB 84/558 KB 212/238 KB 120/186 KB 196/367 KB 112/558 KB 224/238 KB 124/186 KB 196/367 KB 112/558 KB 224/238 KB 128/186 KB 196/367 KB 84/558 KB 180/238 KB 116/186 KB 200/367 KB 112/558 KB 224/238 KB 128/186 KB 204/367 KB 112/558 KB 224/238 KB 128/186 KB 208/367 KB 112/558 KB 224/238 KB 128/186 KB 212/367 KB 112/558 KB 224/238 KB 128/186 KB 216/367 KB 112/558 KB 224/238 KB 128/186 KB 220/367 KB 112/558 KB 224/238 KB 128/186 KB 224/367 KB 112/558 KB 224/238 KB 128/186 KB 228/367 KB 112/558 KB 224/238 KB 128/186 KB 232/367 KB 112/558 KB 224/238 KB 128/186 KB 236/367 KB 112/558 KB 224/238 KB 128/186 KB 240/367 KB 112/558 KB 224/238 KB 128/186 KB 244/367 KB 112/558 KB 228/238 KB 132/186 KB 248/367 KB 116/558 KB 228/238 KB 132/186 KB 252/367 KB 116/558 KB 228/238 KB 132/186 KB 256/367 KB 116/558 KB 228/238 KB 132/186 KB 240/367 KB 112/558 KB 228/238 KB 132/186 KB 256/367 KB 116/558 KB 232/238 KB 132/186 KB 256/367 KB 116/558 KB 236/238 KB 132/186 KB 256/367 KB 116/558 KB 238/238 KB 132/186 KB 240/367 KB 112/558 KB 224/238 KB 132/186 KB 256/367 KB 116/558 KB 238/238 KB 136/186 KB 256/367 KB 116/558 KB 238/238 KB 140/186 KB 256/367 KB 116/558 KB 238/238 KB 144/186 KB 244/367 KB 116/558 KB 228/238 KB 132/186 KB 256/367 KB 120/558 KB 238/238 KB 144/186 KB 256/367 KB 124/558 KB 238/238 KB 144/186 KB 256/367 KB 128/558 KB 238/238 KB 148/186 KB 256/367 KB 132/558 KB 238/238 KB 148/186 KB 260/367 KB 136/558 KB 238/238 KB 148/186 KB 260/367 KB 140/558 KB 238/238 KB 148/186 KB 260/367 KB 144/558 KB 238/238 KB 148/186 KB 256/367 KB 124/558 KB 238/238 KB 148/186 KB 260/367 KB 144/558 KB 238/238 KB 152/186 KB 260/367 KB 144/558 KB 238/238 KB 156/186 KB 260/367 KB 144/558 KB 238/238 KB 160/186 KB 260/367 KB 144/558 KB 238/238 KB 164/186 KB 260/367 KB 148/558 KB 238/238 KB 168/186 KB 260/367 KB 148/558 KB 238/238 KB 172/186 KB 260/367 KB 148/558 KB 238/238 KB 176/186 KB 260/367 KB 132/558 KB 238/238 KB 148/186 KB 264/367 KB 148/558 KB 238/238 KB 176/186 KB 268/367 KB 148/558 KB 238/238 KB 176/186 KB 272/367 KB 148/558 KB 238/238 KB 176/186 KB 276/367 KB 148/558 KB 238/238 KB 176/186 KB 280/367 KB 148/558 KB 238/238 KB 176/186 KB 284/367 KB 148/558 KB 238/238 KB 176/186 KB 288/367 KB 148/558 KB 238/238 KB 180/186 KB 260/367 KB 148/558 KB 238/238 KB 164/186 KB 288/367 KB 152/558 KB 238/238 KB 180/186 KB 288/367 KB 156/558 KB 238/238 KB 180/186 KB 288/367 KB 160/558 KB 238/238 KB 180/186 KB 288/367 KB 164/558 KB 238/238 KB 180/186 KB 292/367 KB 168/558 KB 238/238 KB 180/186 KB 292/367 KB 172/558 KB 238/238 KB 180/186 KB 292/367 KB 176/558 KB 238/238 KB 180/186 KB 292/367 KB 180/558 KB 238/238 KB 180/186 KB 292/367 KB 184/558 KB 180/186 KB 292/367 KB 188/558 KB 180/186 KB 292/367 KB 192/558 KB 180/186 KB 284/367 KB 148/558 KB 238/238 KB 180/186 KB 292/367 KB 192/558 KB 184/186 KB 292/367 KB 192/558 KB 186/186 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 1771.9 KB/sec) unit-abot-epc-basic-0: 14:56:59 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: 14:56:59 DEBUG unit.abot-epc-basic/0.install 292/367 KB 164/558 KB 238/238 KB 180/186 KB 296/367 KB 192/558 KB 186/186 KB 300/367 KB 192/558 KB 186/186 KB 304/367 KB 192/558 KB 186/186 KB 308/367 KB 192/558 KB 186/186 KB 312/367 KB 192/558 KB 186/186 KB 316/367 KB 192/558 KB 186/186 KB 320/367 KB 192/558 KB 186/186 KB 320/367 KB 196/558 KB 186/186 KB 324/367 KB 200/558 KB 186/186 KB 324/367 KB 204/558 KB 186/186 KB 324/367 KB 208/558 KB 186/186 KB 324/367 KB 196/558 KB 186/186 KB 328/367 KB 208/558 KB 186/186 KB 332/367 KB 208/558 KB 186/186 KB 336/367 KB 208/558 KB 186/186 KB 340/367 KB 208/558 KB 186/186 KB 344/367 KB 212/558 KB 186/186 KB 348/367 KB 212/558 KB 186/186 KB 352/367 KB 212/558 KB 186/186 KB 356/367 KB 212/558 KB 186/186 KB 360/367 KB 212/558 KB 186/186 KB 364/367 KB 212/558 KB 186/186 KB 367/367 KB 212/558 KB 186/186 KB 340/367 KB 212/558 KB 186/186 KB 367/367 KB 4/1199 KB 212/558 KB 186/186 KB 367/367 KB 8/1199 KB 212/558 KB 186/186 KB 367/367 KB 12/1199 KB 212/558 KB 186/186 KB 367/367 KB 16/1199 KB 212/558 KB 4/1206 KB 186/186 KB 367/367 KB 20/1199 KB 212/558 KB 4/1206 KB 186/186 KB 367/367 KB 24/1199 KB 212/558 KB 4/1206 KB 186/186 KB 367/367 KB 28/1199 KB 212/558 KB 4/1206 KB 186/186 KB 367/367 KB 32/1199 KB 212/558 KB 4/1206 KB 186/186 KB 367/367 KB 36/1199 KB 212/558 KB 4/1206 KB 186/186 KB 367/367 KB 12/1199 KB 212/558 KB 4/1206 KB 186/186 KB 367/367 KB 36/1199 KB 212/558 KB 8/1206 KB 186/186 KB 367/367 KB 36/1199 KB 212/558 KB 12/1206 KB 186/186 KB 367/367 KB 36/1199 KB 212/558 KB 16/1206 KB 186/186 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar (186 KB at 1291.4 KB/sec) unit-abot-epc-basic-0: 14:56:59 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: 14:56:59 DEBUG unit.abot-epc-basic/0.install 367/367 KB 36/1199 KB 212/558 KB 20/1206 KB 367/367 KB 40/1199 KB 216/558 KB 24/1206 KB 367/367 KB 40/1199 KB 216/558 KB 28/1206 KB 367/367 KB 40/1199 KB 216/558 KB 32/1206 KB 367/367 KB 40/1199 KB 216/558 KB 20/1206 KB 367/367 KB 40/1199 KB 220/558 KB 32/1206 KB 367/367 KB 40/1199 KB 224/558 KB 32/1206 KB 367/367 KB 40/1199 KB 212/558 KB 20/1206 KB 367/367 KB 44/1199 KB 224/558 KB 32/1206 KB 367/367 KB 48/1199 KB 224/558 KB 32/1206 KB 367/367 KB 52/1199 KB 224/558 KB 32/1206 KB 367/367 KB 56/1199 KB 228/558 KB 36/1206 KB 367/367 KB 60/1199 KB 228/558 KB 36/1206 KB 367/367 KB 64/1199 KB 228/558 KB 36/1206 KB 367/367 KB 68/1199 KB 228/558 KB 36/1206 KB 367/367 KB 72/1199 KB 228/558 KB 36/1206 KB 367/367 KB 76/1199 KB 228/558 KB 36/1206 KB 1/181 KB 367/367 KB 80/1199 KB 228/558 KB 36/1206 KB 1/181 KB 367/367 KB 84/1199 KB 228/558 KB 36/1206 KB 1/181 KB 367/367 KB 52/1199 KB 228/558 KB 36/1206 KB 367/367 KB 52/1199 KB 224/558 KB 36/1206 KB 367/367 KB 72/1199 KB 228/558 KB 36/1206 KB 1/181 KB 367/367 KB 84/1199 KB 228/558 KB 36/1206 KB 4/181 KB 367/367 KB 84/1199 KB 228/558 KB 36/1206 KB 7/181 KB 367/367 KB 84/1199 KB 228/558 KB 36/1206 KB 9/181 KB 367/367 KB 84/1199 KB 232/558 KB 40/1206 KB 9/181 KB 367/367 KB 84/1199 KB 232/558 KB 36/1206 KB 9/181 KB 367/367 KB 84/1199 KB 236/558 KB 40/1206 KB 9/181 KB 367/367 KB 84/1199 KB 240/558 KB 44/1206 KB 9/181 KB 367/367 KB 84/1199 KB 236/558 KB 44/1206 KB 9/181 KB 367/367 KB 84/1199 KB 240/558 KB 48/1206 KB 12/181 KB 367/367 KB 84/1199 KB 240/558 KB 52/1206 KB 12/181 KB 367/367 KB 84/1199 KB 244/558 KB 56/1206 KB 12/181 KB 367/367 KB 84/1199 KB 244/558 KB 60/1206 KB 12/181 KB 367/367 KB 84/1199 KB 244/558 KB 64/1206 KB 12/181 KB 367/367 KB 84/1199 KB 240/558 KB 44/1206 KB 12/181 KB 367/367 KB 84/1199 KB 244/558 KB 64/1206 KB 15/181 KB 367/367 KB 84/1199 KB 244/558 KB 64/1206 KB 17/181 KB 367/367 KB 84/1199 KB 244/558 KB 64/1206 KB 20/181 KB 367/367 KB 84/1199 KB 244/558 KB 52/1206 KB 12/181 KB 367/367 KB 84/1199 KB 248/558 KB 64/1206 KB 20/181 KB 367/367 KB 84/1199 KB 252/558 KB 64/1206 KB 20/181 KB 367/367 KB 84/1199 KB 252/558 KB 64/1206 KB 23/181 KB 367/367 KB 84/1199 KB 256/558 KB 64/1206 KB 23/181 KB 367/367 KB 84/1199 KB 256/558 KB 64/1206 KB 25/181 KB 367/367 KB 84/1199 KB 260/558 KB 64/1206 KB 28/181 KB 367/367 KB 84/1199 KB 260/558 KB 68/1206 KB 31/181 KB 367/367 KB 88/1199 KB 260/558 KB 68/1206 KB 33/181 KB 367/367 KB 84/1199 KB 260/558 KB 64/1206 KB 25/181 KB 367/367 KB 88/1199 KB 264/558 KB 68/1206 KB 33/181 KB 367/367 KB 88/1199 KB 268/558 KB 68/1206 KB 33/181 KB 367/367 KB 88/1199 KB 272/558 KB 68/1206 KB 33/181 KB 88/1199 KB 276/558 KB 68/1206 KB 37/181 KB 88/1199 KB 280/558 KB 68/1206 KB 37/181 KB 88/1199 KB 284/558 KB 68/1206 KB 37/181 KB 88/1199 KB 288/558 KB 68/1206 KB 37/181 KB 88/1199 KB 292/558 KB 68/1206 KB 37/181 KB 367/367 KB 88/1199 KB 260/558 KB 68/1206 KB 31/181 KB 367/367 KB 84/1199 KB 260/558 KB 68/1206 KB 28/181 KB 88/1199 KB 292/558 KB 72/1206 KB 37/181 KB 92/1199 KB 292/558 KB 76/1206 KB 37/181 KB 92/1199 KB 292/558 KB 80/1206 KB 37/181 KB 92/1199 KB 292/558 KB 84/1206 KB 37/181 KB 88/1199 KB 272/558 KB 68/1206 KB 37/181 KB 92/1199 KB 292/558 KB 84/1206 KB 41/181 KB 92/1199 KB 292/558 KB 84/1206 KB 45/181 KB 92/1199 KB 292/558 KB 84/1206 KB 49/181 KB Downloaded: https://repo.maven.apache.org/maven unit-abot-epc-basic-0: 14:56:59 DEBUG unit.abot-epc-basic/0.install 2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar (367 KB at 2290.4 KB/sec) unit-abot-epc-basic-0: 14:56:59 DEBUG unit.abot-epc-basic/0.install 92/1199 KB 292/558 KB 88/1206 KB 53/181 KB 92/1199 KB 292/558 KB 88/1206 KB 57/181 KB 92/1199 KB 292/558 KB 88/1206 KB 61/181 KB 92/1199 KB 292/558 KB 88/1206 KB 65/181 KB 92/1199 KB 292/558 KB 88/1206 KB 49/181 KB 92/1199 KB 296/558 KB 92/1206 KB 65/181 KB 92/1199 KB 296/558 KB 96/1206 KB 65/181 KB 92/1199 KB 292/558 KB 72/1206 KB 37/181 KB 96/1199 KB 296/558 KB 96/1206 KB 65/181 KB 100/1199 KB 296/558 KB 96/1206 KB 65/181 KB 104/1199 KB 296/558 KB 96/1206 KB 65/181 KB 108/1199 KB 296/558 KB 96/1206 KB 65/181 KB 112/1199 KB 296/558 KB 96/1206 KB 65/181 KB 116/1199 KB 296/558 KB 96/1206 KB 65/181 KB 120/1199 KB 296/558 KB 100/1206 KB 65/181 KB 124/1199 KB 296/558 KB 100/1206 KB 65/181 KB 128/1199 KB 296/558 KB 100/1206 KB 65/181 KB 92/1199 KB 296/558 KB 88/1206 KB 65/181 KB 128/1199 KB 300/558 KB 100/1206 KB 65/181 KB 128/1199 KB 304/558 KB 100/1206 KB 65/181 KB 116/1199 KB 296/558 KB 100/1206 KB 65/181 KB 128/1199 KB 304/558 KB 104/1206 KB 65/181 KB 128/1199 KB 304/558 KB 108/1206 KB 65/181 KB 132/1199 KB 304/558 KB 112/1206 KB 65/181 KB 132/1199 KB 304/558 KB 116/1206 KB 65/181 KB 132/1199 KB 308/558 KB 120/1206 KB 69/181 KB 132/1199 KB 308/558 KB 124/1206 KB 69/181 KB 132/1199 KB 308/558 KB 128/1206 KB 69/181 KB 132/1199 KB 304/558 KB 108/1206 KB 65/181 KB 136/1199 KB 308/558 KB 128/1206 KB 69/181 KB 140/1199 KB 308/558 KB 128/1206 KB 69/181 KB 144/1199 KB 308/558 KB 128/1206 KB 69/181 KB 132/1199 KB 308/558 KB 116/1206 KB 69/181 KB 144/1199 KB 308/558 KB 128/1206 KB 73/181 KB 144/1199 KB 308/558 KB 128/1206 KB 77/181 KB 144/1199 KB 308/558 KB 128/1206 KB 81/181 KB 144/1199 KB 308/558 KB 128/1206 KB 85/181 KB 148/1199 KB 308/558 KB 132/1206 KB 89/181 KB 148/1199 KB 308/558 KB 132/1206 KB 93/181 KB 148/1199 KB 308/558 KB 132/1206 KB 97/181 KB 132/1199 KB 308/558 KB 116/1206 KB 65/181 KB 148/1199 KB 312/558 KB 132/1206 KB 97/181 KB 148/1199 KB 316/558 KB 132/1206 KB 97/181 KB 148/1199 KB 320/558 KB 132/1206 KB 97/181 KB 148/1199 KB 324/558 KB 132/1206 KB 97/181 KB 148/1199 KB 328/558 KB 132/1206 KB 97/181 KB 148/1199 KB 332/558 KB 132/1206 KB 97/181 KB 148/1199 KB 336/558 KB 132/1206 KB 97/181 KB 148/1199 KB 340/558 KB 132/1206 KB 97/181 KB 148/1199 KB 344/558 KB 132/1206 KB 101/181 KB 148/1199 KB 348/558 KB 132/1206 KB 101/181 KB 148/1199 KB 352/558 KB 132/1206 KB 101/181 KB 148/1199 KB 308/558 KB 132/1206 KB 85/181 KB 148/1199 KB 352/558 KB 136/1206 KB 101/181 KB 148/1199 KB 352/558 KB 140/1206 KB 101/181 KB 148/1199 KB 352/558 KB 144/1206 KB 101/181 KB 148/1199 KB 352/558 KB 148/1206 KB 101/181 KB 148/1199 KB 352/558 KB 152/1206 KB 101/181 KB 148/1199 KB 352/558 KB 156/1206 KB 101/181 KB 148/1199 KB 352/558 KB 160/1206 KB 101/181 KB 148/1199 KB 308/558 KB 128/1206 KB 85/181 KB 152/1199 KB 352/558 KB 160/1206 KB 101/181 KB 156/1199 KB 352/558 KB 160/1206 KB 101/181 KB 160/1199 KB 352/558 KB 160/1206 KB 101/181 KB 164/1199 KB 352/558 KB 160/1206 KB 101/181 KB 168/1199 KB 352/558 KB 160/1206 KB 101/181 KB 172/1199 KB 352/558 KB 160/1206 KB 101/181 KB 176/1199 KB 352/558 KB 160/1206 KB 101/181 KB 148/1199 KB 340/558 KB 132/1206 KB 101/181 KB 176/1199 KB 352/558 KB 160/1206 KB 105/181 KB 176/1199 KB 352/558 KB 160/1206 KB 109/181 KB 176/1199 KB 352/558 KB 160/1206 KB 113/181 KB 176/1199 KB 352/558 KB 160/1206 KB 117/181 KB 180/1199 KB 356/558 KB 164/1206 KB 121/181 KB 180/1199 KB 356/558 KB 164/1206 KB 125/181 KB 180/1199 KB 356/558 KB 164/1206 KB 129/18 unit-abot-epc-basic-0: 14:56:59 DEBUG unit.abot-epc-basic/0.install 1 KB 180/1199 KB 356/558 KB 164/1206 KB 133/181 KB 180/1199 KB 356/558 KB 164/1206 KB 137/181 KB 180/1199 KB 356/558 KB 164/1206 KB 141/181 KB 180/1199 KB 356/558 KB 164/1206 KB 145/181 KB 180/1199 KB 356/558 KB 164/1206 KB 149/181 KB 180/1199 KB 356/558 KB 164/1206 KB 153/181 KB 180/1199 KB 356/558 KB 164/1206 KB 157/181 KB 180/1199 KB 356/558 KB 164/1206 KB 161/181 KB 180/1199 KB 356/558 KB 164/1206 KB 165/181 KB 180/1199 KB 356/558 KB 164/1206 KB 117/181 KB 180/1199 KB 356/558 KB 160/1206 KB 117/181 KB 184/1199 KB 356/558 KB 168/1206 KB 165/181 KB 188/1199 KB 356/558 KB 168/1206 KB 165/181 KB 192/1199 KB 356/558 KB 168/1206 KB 165/181 KB 196/1199 KB 356/558 KB 168/1206 KB 165/181 KB 200/1199 KB 356/558 KB 168/1206 KB 165/181 KB 204/1199 KB 356/558 KB 168/1206 KB 165/181 KB 208/1199 KB 356/558 KB 168/1206 KB 165/181 KB 212/1199 KB 356/558 KB 168/1206 KB 165/181 KB 176/1199 KB 356/558 KB 160/1206 KB 117/181 KB 212/1199 KB 360/558 KB 168/1206 KB 165/181 KB 212/1199 KB 364/558 KB 168/1206 KB 165/181 KB 212/1199 KB 368/558 KB 168/1206 KB 165/181 KB 212/1199 KB 372/558 KB 168/1206 KB 165/181 KB 212/1199 KB 376/558 KB 168/1206 KB 165/181 KB 212/1199 KB 380/558 KB 168/1206 KB 165/181 KB 212/1199 KB 384/558 KB 168/1206 KB 165/181 KB 212/1199 KB 388/558 KB 168/1206 KB 165/181 KB 212/1199 KB 392/558 KB 168/1206 KB 165/181 KB 212/1199 KB 396/558 KB 168/1206 KB 165/181 KB 212/1199 KB 400/558 KB 168/1206 KB 165/181 KB 216/1199 KB 404/558 KB 168/1206 KB 165/181 KB 196/1199 KB 356/558 KB 168/1206 KB 165/181 KB 216/1199 KB 404/558 KB 172/1206 KB 165/181 KB 216/1199 KB 404/558 KB 176/1206 KB 165/181 KB 216/1199 KB 404/558 KB 180/1206 KB 165/181 KB 216/1199 KB 404/558 KB 184/1206 KB 165/181 KB 216/1199 KB 404/558 KB 188/1206 KB 165/181 KB 216/1199 KB 404/558 KB 192/1206 KB 165/181 KB 216/1199 KB 404/558 KB 196/1206 KB 165/181 KB 216/1199 KB 404/558 KB 200/1206 KB 165/181 KB 216/1199 KB 404/558 KB 204/1206 KB 165/181 KB 216/1199 KB 404/558 KB 208/1206 KB 165/181 KB 216/1199 KB 404/558 KB 212/1206 KB 165/181 KB 216/1199 KB 408/558 KB 216/1206 KB 169/181 KB 216/1199 KB 408/558 KB 220/1206 KB 169/181 KB 216/1199 KB 408/558 KB 224/1206 KB 169/181 KB 216/1199 KB 400/558 KB 168/1206 KB 165/181 KB 220/1199 KB 408/558 KB 224/1206 KB 169/181 KB 224/1199 KB 408/558 KB 224/1206 KB 169/181 KB 228/1199 KB 408/558 KB 224/1206 KB 169/181 KB 232/1199 KB 408/558 KB 224/1206 KB 169/181 KB 236/1199 KB 408/558 KB 224/1206 KB 169/181 KB 240/1199 KB 408/558 KB 224/1206 KB 169/181 KB 244/1199 KB 408/558 KB 224/1206 KB 169/181 KB 248/1199 KB 408/558 KB 228/1206 KB 169/181 KB 252/1199 KB 408/558 KB 228/1206 KB 169/181 KB 256/1199 KB 408/558 KB 228/1206 KB 169/181 KB 216/1199 KB 408/558 KB 212/1206 KB 169/181 KB 256/1199 KB 408/558 KB 228/1206 KB 173/181 KB 256/1199 KB 408/558 KB 228/1206 KB 177/181 KB 216/1199 KB 408/558 KB 212/1206 KB 165/181 KB 256/1199 KB 412/558 KB 228/1206 KB 177/181 KB 256/1199 KB 416/558 KB 228/1206 KB 177/181 KB 256/1199 KB 420/558 KB 228/1206 KB 177/181 KB 256/1199 KB 424/558 KB 228/1206 KB 181/181 KB 256/1199 KB 428/558 KB 228/1206 KB 181/181 KB 256/1199 KB 432/558 KB 228/1206 KB 181/181 KB 244/1199 KB 408/558 KB 228/1206 KB 169/181 KB 256/1199 KB 432/558 KB 232/1206 KB 181/181 KB 256/1199 KB 432/558 KB 236/1206 KB 181/181 KB 256/1199 KB 436/558 KB 240/1206 KB 181/181 KB 256/1199 KB 420/558 KB 228/1206 KB 181/181 KB 256/1199 KB 436/558 KB 240/1206 KB 181/181 KB 260/1199 KB 436/ unit-abot-epc-basic-0: 14:56:59 DEBUG unit.abot-epc-basic/0.install 558 KB 240/1206 KB 181/181 KB 264/1199 KB 436/558 KB 244/1206 KB 181/181 KB 268/1199 KB 436/558 KB 244/1206 KB 181/181 KB 272/1199 KB 436/558 KB 244/1206 KB 181/181 KB 276/1199 KB 436/558 KB 244/1206 KB 181/181 KB 280/1199 KB 436/558 KB 244/1206 KB 181/181 KB 284/1199 KB 436/558 KB 244/1206 KB 181/181 KB 288/1199 KB 436/558 KB 244/1206 KB 181/181 KB 292/1199 KB 436/558 KB 244/1206 KB 181/181 KB 256/1199 KB 436/558 KB 236/1206 KB 181/181 KB 292/1199 KB 440/558 KB 244/1206 KB 181/181 KB 292/1199 KB 444/558 KB 244/1206 KB 181/181 KB 292/1199 KB 448/558 KB 244/1206 KB 181/181 KB 260/1199 KB 436/558 KB 244/1206 KB 181/181 KB 292/1199 KB 452/558 KB 244/1206 KB 181/181 KB 292/1199 KB 456/558 KB 248/1206 KB 181/181 KB 292/1199 KB 460/558 KB 248/1206 KB 181/181 KB 292/1199 KB 464/558 KB 248/1206 KB 181/181 KB 292/1199 KB 468/558 KB 248/1206 KB 181/181 KB 292/1199 KB 472/558 KB 248/1206 KB 181/181 KB 292/1199 KB 476/558 KB 248/1206 KB 181/181 KB 292/1199 KB 480/558 KB 248/1206 KB 181/181 KB 292/1199 KB 484/558 KB 248/1206 KB 181/181 KB 292/1199 KB 452/558 KB 248/1206 KB 181/181 KB 296/1199 KB 484/558 KB 252/1206 KB 181/181 KB 296/1199 KB 484/558 KB 256/1206 KB 181/181 KB 296/1199 KB 484/558 KB 260/1206 KB 181/181 KB 296/1199 KB 484/558 KB 264/1206 KB 181/181 KB 296/1199 KB 484/558 KB 268/1206 KB 296/1199 KB 484/558 KB 272/1206 KB 296/1199 KB 484/558 KB 276/1206 KB 296/1199 KB 484/558 KB 280/1206 KB 296/1199 KB 484/558 KB 284/1206 KB 296/1199 KB 484/558 KB 248/1206 KB 181/181 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (181 KB at 904.0 KB/sec) unit-abot-epc-basic-0: 14:56:59 DEBUG unit.abot-epc-basic/0.install 300/1199 KB 484/558 KB 284/1206 KB 304/1199 KB 484/558 KB 284/1206 KB 308/1199 KB 484/558 KB 284/1206 KB 312/1199 KB 488/558 KB 288/1206 KB 316/1199 KB 488/558 KB 288/1206 KB 320/1199 KB 488/558 KB 288/1206 KB 308/1199 KB 488/558 KB 288/1206 KB 320/1199 KB 492/558 KB 288/1206 KB 320/1199 KB 496/558 KB 288/1206 KB 308/1199 KB 484/558 KB 288/1206 KB 320/1199 KB 496/558 KB 292/1206 KB 320/1199 KB 500/558 KB 296/1206 KB 320/1199 KB 500/558 KB 300/1206 KB 320/1199 KB 500/558 KB 304/1206 KB 320/1199 KB 500/558 KB 308/1206 KB 324/1199 KB 500/558 KB 312/1206 KB 324/1199 KB 500/558 KB 316/1206 KB 324/1199 KB 500/558 KB 320/1206 KB 320/1199 KB 500/558 KB 292/1206 KB 324/1199 KB 504/558 KB 320/1206 KB 324/1199 KB 508/558 KB 320/1206 KB 324/1199 KB 512/558 KB 320/1206 KB 324/1199 KB 500/558 KB 308/1206 KB 328/1199 KB 512/558 KB 320/1206 KB 332/1199 KB 516/558 KB 320/1206 KB 336/1199 KB 516/558 KB 320/1206 KB 340/1199 KB 516/558 KB 320/1206 KB 344/1199 KB 516/558 KB 324/1206 KB 328/1199 KB 516/558 KB 320/1206 KB 344/1199 KB 520/558 KB 324/1206 KB 344/1199 KB 524/558 KB 324/1206 KB 344/1199 KB 528/558 KB 324/1206 KB 344/1199 KB 532/558 KB 324/1206 KB 340/1199 KB 516/558 KB 324/1206 KB 348/1199 KB 532/558 KB 328/1206 KB 348/1199 KB 532/558 KB 332/1206 KB 348/1199 KB 532/558 KB 336/1206 KB 348/1199 KB 532/558 KB 324/1206 KB 352/1199 KB 532/558 KB 336/1206 KB 356/1199 KB 532/558 KB 336/1206 KB 360/1199 KB 536/558 KB 340/1206 KB 364/1199 KB 536/558 KB 340/1206 KB 368/1199 KB 536/558 KB 340/1206 KB 356/1199 KB 536/558 KB 340/1206 KB 368/1199 KB 536/558 KB 344/1206 KB 368/1199 KB 536/558 KB 348/1206 KB 368/1199 KB 536/558 KB 352/1206 KB 356/1199 KB 536/558 KB 336/1206 KB 368/1199 KB 540/558 KB 352/1206 KB 368/1199 KB 544/558 KB 352/1206 KB 368/1199 KB 548/558 KB 352/1206 KB 368/1199 KB 552/558 KB 352/1206 KB 372/1199 KB 556/558 KB 352/1206 KB 372/1199 KB 558/558 KB 352/1206 KB 372/1199 KB 558/558 KB 356/1206 KB 372/1199 KB 558/558 KB 360/1206 KB 372/1199 KB 558/558 KB 364/1206 KB 372/1199 KB 558/558 KB 368/1206 KB 372/1199 KB 552/558 KB 352/1206 KB 376/1199 KB 558/558 KB 368/1206 KB 380/1199 KB 558/558 KB 368/1206 KB 384/1199 KB 558/558 KB 368/1206 KB 388/1199 KB 558/558 KB 368/1206 KB 392/1199 KB 558/558 KB 372/1206 KB 396/1199 KB 558/558 KB 372/1206 KB 400/1199 KB 558/558 KB 372/1206 KB 388/1199 KB 558/558 KB 372/1206 KB 400/1199 KB 558/558 KB 376/1206 KB 400/1199 KB 558/558 KB 380/1206 KB 400/1199 KB 558/558 KB 384/1206 KB 400/1199 KB 558/558 KB 388/1206 KB 404/1199 KB 558/558 KB 392/1206 KB 404/1199 KB 558/558 KB 396/1206 KB 404/1199 KB 558/558 KB 400/1206 KB 404/1199 KB 558/558 KB 388/1206 KB 408/1199 KB 558/558 KB 400/1206 KB 412/1199 KB 558/558 KB 400/1206 KB 416/1199 KB 558/558 KB 400/1206 KB 420/1199 KB 558/558 KB 400/1206 KB 424/1199 KB 558/558 KB 404/1206 KB 428/1199 KB 558/558 KB 404/1206 KB 432/1199 KB 558/558 KB 404/1206 KB 420/1199 KB 558/558 KB 404/1206 KB 432/1199 KB 558/558 KB 408/1206 KB 432/1199 KB 558/558 KB 412/1206 KB 432/1199 KB 558/558 KB 416/1206 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar (558 KB at 2591.2 KB/sec) unit-abot-epc-basic-0: 14:56:59 DEBUG unit.abot-epc-basic/0.install 436/1199 KB 416/1206 KB 440/1199 KB 420/1206 KB 444/1199 KB 420/1206 KB 448/1199 KB 420/1206 KB 436/1199 KB 420/1206 KB 448/1199 KB 424/1206 KB 448/1199 KB 428/1206 KB 448/1199 KB 432/1206 KB 448/1199 KB 436/1206 KB 452/1199 KB 440/1206 KB 452/1199 KB 444/1206 KB 452/1199 KB 448/1206 KB 452/1199 KB 436/1206 KB 456/1199 KB 448/1206 KB 460/1199 KB 448/1206 KB 464/1199 KB 448/1206 KB 468/1199 KB 448/1206 KB 472/1199 KB 452/1206 KB 476/1199 KB 452/1206 KB 468/1199 KB 452/1206 KB 476/1199 KB 456/1206 KB 480/1199 KB 460/1206 KB 480/1199 KB 464/1206 KB 480/1199 KB 468/1206 KB 480/1199 KB 472/1206 KB 480/1199 KB 476/1206 KB 480/1199 KB 480/1206 KB 480/1199 KB 456/1206 KB 484/1199 KB 480/1206 KB 488/1199 KB 480/1206 KB 492/1199 KB 480/1206 KB 496/1199 KB 480/1206 KB 500/1199 KB 480/1206 KB 504/1199 KB 484/1206 KB 508/1199 KB 484/1206 KB 512/1199 KB 484/1206 KB 500/1199 KB 484/1206 KB 512/1199 KB 488/1206 KB 516/1199 KB 492/1206 KB 520/1199 KB 492/1206 KB 524/1199 KB 492/1206 KB 528/1199 KB 492/1206 KB 532/1199 KB 492/1206 KB 536/1199 KB 492/1206 KB 540/1199 KB 492/1206 KB 544/1199 KB 492/1206 KB 512/1199 KB 492/1206 KB 544/1199 KB 496/1206 KB 544/1199 KB 500/1206 KB 544/1199 KB 504/1206 KB 544/1199 KB 508/1206 KB 544/1199 KB 512/1206 KB 544/1199 KB 516/1206 KB 544/1199 KB 520/1206 KB 544/1199 KB 524/1206 KB 544/1199 KB 528/1206 KB 544/1199 KB 532/1206 KB 548/1199 KB 536/1206 KB 548/1199 KB 540/1206 KB 548/1199 KB 544/1206 KB 548/1199 KB 532/1206 KB 552/1199 KB 544/1206 KB 556/1199 KB 544/1206 KB 560/1199 KB 544/1206 KB 564/1199 KB 544/1206 KB 568/1199 KB 548/1206 KB 572/1199 KB 548/1206 KB 564/1199 KB 548/1206 KB 572/1199 KB 552/1206 KB 572/1199 KB 556/1206 KB 576/1199 KB 560/1206 KB 576/1199 KB 556/1206 KB 580/1199 KB 560/1206 KB 584/1199 KB 564/1206 KB 588/1199 KB 564/1206 KB 592/1199 KB 564/1206 KB 580/1199 KB 564/1206 KB 592/1199 KB 568/1206 KB 592/1199 KB 572/1206 KB 592/1199 KB 576/1206 KB 592/1199 KB 580/1206 KB 596/1199 KB 584/1206 KB 596/1199 KB 588/1206 KB 596/1199 KB 592/1206 KB 596/1199 KB 580/1206 KB 600/1199 KB 592/1206 KB 604/1199 KB 592/1206 KB 608/1199 KB 592/1206 KB 612/1199 KB 592/1206 KB 616/1199 KB 596/1206 KB 620/1199 KB 596/1206 KB 624/1199 KB 596/1206 KB 612/1199 KB 596/1206 KB 624/1199 KB 600/1206 KB 624/1199 KB 604/1206 KB 624/1199 KB 608/1206 KB 624/1199 KB 612/1206 KB 628/1199 KB 616/1206 KB 628/1199 KB 620/1206 KB 628/1199 KB 624/1206 KB 628/1199 KB 612/1206 KB 632/1199 KB 624/1206 KB 636/1199 KB 624/1206 KB 640/1199 KB 624/1206 KB 644/1199 KB 624/1206 KB 648/1199 KB 628/1206 KB 652/1199 KB 628/1206 KB 656/1199 KB 628/1206 KB 644/1199 KB 628/1206 KB 656/1199 KB 632/1206 KB 656/1199 KB 636/1206 KB 656/1199 KB 640/1206 KB 656/1199 KB 644/1206 KB 660/1199 KB 648/1206 KB 660/1199 KB 652/1206 KB 660/1199 KB 644/1206 KB 664/1199 KB 652/1206 KB 668/1199 KB 652/1206 KB 668/1199 KB 656/1206 KB 672/1199 KB 656/1206 KB 672/1199 KB 660/1206 KB 676/1199 KB 664/1206 KB 676/1199 KB 668/1206 KB 676/1199 KB 672/1206 KB 676/1199 KB 660/1206 KB 680/1199 KB 672/1206 KB 684/1199 KB 672/1206 KB 688/1199 KB 672/1206 KB 692/1199 KB 672/1206 KB 696/1199 KB 676/1206 KB 700/1199 KB 676/1206 KB 704/1199 KB 676/1206 KB 708/1199 KB 676/1206 KB 712/1199 KB 676/1206 KB 716/1199 KB 676/1206 KB 720/1199 KB 676/1206 KB 724/1199 KB 676/1206 KB 728/1199 KB 676/1206 KB 692/1199 KB 676/1206 KB 728/1199 KB 680/1206 KB 728/1199 KB 684/1206 unit-abot-epc-basic-0: 14:56:59 DEBUG unit.abot-epc-basic/0.install KB 728/1199 KB 688/1206 KB 728/1199 KB 692/1206 KB 728/1199 KB 696/1206 KB 728/1199 KB 700/1206 KB 728/1199 KB 704/1206 KB 728/1199 KB 708/1206 KB 728/1199 KB 712/1206 KB 728/1199 KB 716/1206 KB 732/1199 KB 716/1206 KB 736/1199 KB 716/1206 KB 740/1199 KB 720/1206 KB 744/1199 KB 720/1206 KB 748/1199 KB 720/1206 KB 752/1199 KB 720/1206 KB 756/1199 KB 720/1206 KB 760/1199 KB 720/1206 KB 764/1199 KB 720/1206 KB 768/1199 KB 720/1206 KB 772/1199 KB 720/1206 KB 736/1199 KB 720/1206 KB 772/1199 KB 724/1206 KB 772/1199 KB 728/1206 KB 772/1199 KB 732/1206 KB 772/1199 KB 736/1206 KB 772/1199 KB 740/1206 KB 772/1199 KB 744/1206 KB 772/1199 KB 748/1206 KB 772/1199 KB 752/1206 KB 772/1199 KB 756/1206 KB 772/1199 KB 760/1206 KB 776/1199 KB 764/1206 KB 776/1199 KB 768/1206 KB 776/1199 KB 772/1206 KB 776/1199 KB 776/1206 KB 776/1199 KB 780/1206 KB 776/1199 KB 784/1206 KB 776/1199 KB 760/1206 KB 780/1199 KB 784/1206 KB 784/1199 KB 784/1206 KB 788/1199 KB 784/1206 KB 792/1199 KB 784/1206 KB 796/1199 KB 784/1206 KB 800/1199 KB 788/1206 KB 804/1199 KB 788/1206 KB 808/1199 KB 788/1206 KB 812/1199 KB 788/1206 KB 816/1199 KB 788/1206 KB 820/1199 KB 788/1206 KB 824/1199 KB 788/1206 KB 828/1199 KB 788/1206 KB 832/1199 KB 788/1206 KB 836/1199 KB 788/1206 KB 840/1199 KB 788/1206 KB 796/1199 KB 788/1206 KB 840/1199 KB 792/1206 KB 840/1199 KB 796/1206 KB 840/1199 KB 800/1206 KB 840/1199 KB 804/1206 KB 840/1199 KB 808/1206 KB 840/1199 KB 812/1206 KB 840/1199 KB 816/1206 KB 840/1199 KB 820/1206 KB 840/1199 KB 824/1206 KB 844/1199 KB 828/1206 KB 844/1199 KB 832/1206 KB 844/1199 KB 824/1206 KB 848/1199 KB 832/1206 KB 848/1199 KB 836/1206 KB 852/1199 KB 840/1206 KB 852/1199 KB 844/1206 KB 852/1199 KB 848/1206 KB 852/1199 KB 836/1206 KB 856/1199 KB 848/1206 KB 860/1199 KB 848/1206 KB 864/1199 KB 848/1206 KB 868/1199 KB 848/1206 KB 872/1199 KB 852/1206 KB 876/1199 KB 852/1206 KB 880/1199 KB 852/1206 KB 868/1199 KB 852/1206 KB 880/1199 KB 856/1206 KB 880/1199 KB 860/1206 KB 880/1199 KB 864/1206 KB 884/1199 KB 864/1206 KB 888/1199 KB 868/1206 KB 892/1199 KB 868/1206 KB 896/1199 KB 868/1206 KB 884/1199 KB 868/1206 KB 896/1199 KB 872/1206 KB 896/1199 KB 876/1206 KB 896/1199 KB 880/1206 KB 900/1199 KB 884/1206 KB 900/1199 KB 880/1206 KB 904/1199 KB 884/1206 KB 908/1199 KB 884/1206 KB 912/1199 KB 884/1206 KB 916/1199 KB 884/1206 KB 920/1199 KB 888/1206 KB 924/1199 KB 888/1206 KB 928/1199 KB 888/1206 KB 932/1199 KB 888/1206 KB 936/1199 KB 888/1206 KB 940/1199 KB 888/1206 KB 944/1199 KB 888/1206 KB 948/1199 KB 888/1206 KB 916/1199 KB 888/1206 KB 948/1199 KB 892/1206 KB 948/1199 KB 896/1206 KB 948/1199 KB 900/1206 KB 948/1199 KB 904/1206 KB 948/1199 KB 908/1206 KB 948/1199 KB 912/1206 KB 948/1199 KB 916/1206 KB 948/1199 KB 920/1206 KB 948/1199 KB 924/1206 KB 948/1199 KB 928/1206 KB 948/1199 KB 932/1206 KB 952/1199 KB 932/1206 KB 956/1199 KB 932/1206 KB 960/1199 KB 932/1206 KB 964/1199 KB 932/1206 KB 968/1199 KB 936/1206 KB 972/1199 KB 936/1206 KB 976/1199 KB 936/1206 KB 964/1199 KB 936/1206 KB 976/1199 KB 940/1206 KB 976/1199 KB 944/1206 KB 976/1199 KB 948/1206 KB 980/1199 KB 952/1206 KB 980/1199 KB 956/1206 KB 980/1199 KB 960/1206 KB 980/1199 KB 948/1206 KB 984/1199 KB 960/1206 KB 988/1199 KB 960/1206 KB 992/1199 KB 960/1206 KB 996/1199 KB 960/1206 KB 1000/1199 KB 964/1206 KB 1004/1199 KB 964/1206 KB 1008/1199 KB 964/1206 KB 996/1199 KB 964/1206 KB 1008/1199 KB 968/1206 KB unit-abot-epc-basic-0: 14:56:59 DEBUG unit.abot-epc-basic/0.install 1008/1199 KB 972/1206 KB 1008/1199 KB 976/1206 KB 1008/1199 KB 980/1206 KB 1012/1199 KB 984/1206 KB 1012/1199 KB 988/1206 KB 1012/1199 KB 992/1206 KB 1012/1199 KB 980/1206 KB 1016/1199 KB 992/1206 KB 1020/1199 KB 996/1206 KB 1024/1199 KB 996/1206 KB 1028/1199 KB 996/1206 KB 1032/1199 KB 996/1206 KB 1036/1199 KB 996/1206 KB 1040/1199 KB 996/1206 KB 1044/1199 KB 996/1206 KB 1048/1199 KB 996/1206 KB 1052/1199 KB 996/1206 KB 1056/1199 KB 996/1206 KB 1060/1199 KB 996/1206 KB 1016/1199 KB 996/1206 KB 1060/1199 KB 1000/1206 KB 1060/1199 KB 1004/1206 KB 1060/1199 KB 1008/1206 KB 1060/1199 KB 1012/1206 KB 1060/1199 KB 1016/1206 KB 1060/1199 KB 1020/1206 KB 1060/1199 KB 1024/1206 KB 1060/1199 KB 1028/1206 KB 1060/1199 KB 1032/1206 KB 1060/1199 KB 1036/1206 KB 1064/1199 KB 1040/1206 KB 1064/1199 KB 1036/1206 KB 1068/1199 KB 1040/1206 KB 1072/1199 KB 1040/1206 KB 1076/1199 KB 1040/1206 KB 1080/1199 KB 1044/1206 KB 1084/1199 KB 1044/1206 KB 1088/1199 KB 1044/1206 KB 1076/1199 KB 1044/1206 KB 1088/1199 KB 1048/1206 KB 1088/1199 KB 1052/1206 KB 1088/1199 KB 1056/1206 KB 1088/1199 KB 1060/1206 KB 1092/1199 KB 1064/1206 KB 1092/1199 KB 1068/1206 KB 1092/1199 KB 1072/1206 KB 1092/1199 KB 1060/1206 KB 1096/1199 KB 1072/1206 KB 1100/1199 KB 1072/1206 KB 1104/1199 KB 1072/1206 KB 1108/1199 KB 1072/1206 KB 1112/1199 KB 1076/1206 KB 1116/1199 KB 1076/1206 KB 1120/1199 KB 1076/1206 KB 1108/1199 KB 1076/1206 KB 1120/1199 KB 1080/1206 KB 1120/1199 KB 1084/1206 KB 1120/1199 KB 1088/1206 KB 1120/1199 KB 1092/1206 KB 1124/1199 KB 1096/1206 KB 1124/1199 KB 1100/1206 KB 1124/1199 KB 1104/1206 KB 1124/1199 KB 1092/1206 KB 1128/1199 KB 1104/1206 KB 1132/1199 KB 1104/1206 KB 1136/1199 KB 1104/1206 KB 1140/1199 KB 1104/1206 KB 1144/1199 KB 1108/1206 KB 1148/1199 KB 1108/1206 KB 1152/1199 KB 1108/1206 KB 1140/1199 KB 1108/1206 KB 1152/1199 KB 1112/1206 KB 1152/1199 KB 1116/1206 KB 1152/1199 KB 1120/1206 KB 1152/1199 KB 1124/1206 KB 1156/1199 KB 1128/1206 KB 1156/1199 KB 1132/1206 KB 1156/1199 KB 1136/1206 KB 1156/1199 KB 1124/1206 KB 1160/1199 KB 1136/1206 KB 1164/1199 KB 1136/1206 KB 1168/1199 KB 1136/1206 KB 1172/1199 KB 1140/1206 KB 1176/1199 KB 1140/1206 KB 1180/1199 KB 1140/1206 KB 1184/1199 KB 1140/1206 KB 1188/1199 KB 1140/1206 KB 1192/1199 KB 1140/1206 KB 1196/1199 KB 1140/1206 KB 1199/1199 KB 1140/1206 KB 1168/1199 KB 1140/1206 KB 1199/1199 KB 1144/1206 KB 1199/1199 KB 1148/1206 KB 1199/1199 KB 1152/1206 KB 1199/1199 KB 1156/1206 KB 1199/1199 KB 1160/1206 KB 1199/1199 KB 1164/1206 KB 1199/1199 KB 1168/1206 KB 1199/1199 KB 1172/1206 KB 1199/1199 KB 1176/1206 KB 1199/1199 KB 1180/1206 KB 1199/1199 KB 1184/1206 KB 1199/1199 KB 1188/1206 KB 1199/1199 KB 1192/1206 KB 1199/1199 KB 1196/1206 KB 1199/1199 KB 1200/1206 KB 1199/1199 KB 1204/1206 KB 1199/1199 KB 1206/1206 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.jar (1199 KB at 3854.2 KB/sec) unit-abot-epc-basic-0: 14:56:59 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar (1206 KB at 3852.0 KB/sec) unit-abot-epc-basic-0: 14:56:59 DEBUG unit.abot-epc-basic/0.install [INFO] About to generate Cucumber report. unit-oai-hss-0: 14:57:00 DEBUG unit.oai-hss/0.install Setting up liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 14:57:00 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 14:57:00 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ABOT-RunScenarios --- unit-oai-hss-0: 14:57:00 DEBUG unit.oai-hss/0.install Setting up git-man (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 14:57:00 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: 14:57:00 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: 14:57:00 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:57:00 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 14:57:00 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:57:00 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 38.716 s unit-abot-epc-basic-0: 14:57:00 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2019-01-20T14:57:00+00:00 unit-abot-epc-basic-0: 14:57:00 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 26M/64M unit-abot-epc-basic-0: 14:57:00 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 14:57:00 DEBUG unit.abot-epc-basic/0.install No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 14:57:00 DEBUG unit.abot-epc-basic/0.install Starting flask GUI... unit-oai-epc-0: 14:57:00 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 14:57:00 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 14:57:00 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 14:57:00 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 14:57:00 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 14:57:00 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 14:57:00 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 14:57:00 DEBUG unit.oai-hss/0.install Setting up git (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 14:57:00 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: 14:57:00 DEBUG unit.abot-epc-basic/0.install Setting up libmpc3:amd64 (1.0.3-1) ... unit-oai-epc-0: 14:57:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 14:57:00 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 14:57:00 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 14:57:00 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 14:57:00 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 14:57:00 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 14:57:00 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 14:57:00 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 14:57:00 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 14:57:00 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 14:57:00 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 14:57:00 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 14:57:00 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 14:57:00 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 14:57:00 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-abot-epc-basic-0: 14:57:00 DEBUG unit.abot-epc-basic/0.install Setting up ant (1.9.6-1ubuntu1.1) ... unit-oai-epc-0: 14:57:00 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 14:57:00 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 14:57:01 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install ++ config-get revision unit-abot-epc-basic-0: 14:57:01 DEBUG unit.abot-epc-basic/0.install Setting up ant-optional (1.9.6-1ubuntu1.1) ... unit-oai-epc-0: 14:57:01 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 14:57:01 DEBUG unit.abot-epc-basic/0.install Setting up binutils (2.26.1-1ubuntu1~16.04.7) ... unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 14:57:01 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 14:57:01 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 14:57:01 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 14:57:01 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 14:57:01 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 14:57:01 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 14:57:01 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 14:57:01 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=0 unit-oai-hss-0: 14:57:01 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 14:57:01 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 14:57:01 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes virt-what unit-oai-hss-0: 14:57:01 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 14:57:02 DEBUG unit.abot-epc-basic/0.install Setting up libc-dev-bin (2.23-0ubuntu10) ... unit-oai-epc-0: 14:57:02 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 14:57:02 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:57:02 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: 14:57:02 DEBUG unit.oai-epc/0.install unit-oai-hss-0: 14:57:02 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 14:57:02 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 14:57:02 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 14:57:02 DEBUG unit.oai-hss/0.install virt-what unit-oai-hss-0: 14:57:02 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 14:57:02 DEBUG unit.oai-hss/0.install Need to get 13.6 kB of archives. unit-oai-hss-0: 14:57:02 DEBUG unit.oai-hss/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-hss-0: 14:57:02 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: 14:57:02 DEBUG unit.oai-hss/0.install Fetched 13.6 kB in 0s (29.3 kB/s) unit-oai-hss-0: 14:57:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package virt-what. unit-oai-hss-0: 14:57:03 DEBUG unit.oai-hss/0.install (Reading database ... 53184 files and directories currently installed.) unit-oai-hss-0: 14:57:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-abot-epc-basic-0: 14:57:03 DEBUG unit.abot-epc-basic/0.install Setting up linux-libc-dev:amd64 (4.4.0-141.167) ... unit-oai-hss-0: 14:57:03 DEBUG unit.oai-hss/0.install Unpacking virt-what (1.13-1) ... unit-oai-epc-0: 14:57:03 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 14:57:03 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dev:amd64 (2.23-0ubuntu10) ... unit-oai-epc-0: 14:57:03 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 14:57:03 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 14:57:03 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 14:57:03 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 14:57:03 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 14:57:03 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 14:57:03 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 14:57:03 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-abot-epc-basic-0: 14:57:03 DEBUG unit.abot-epc-basic/0.install Setting up libisl15:amd64 (0.16.1-1) ... unit-oai-hss-0: 14:57:03 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 14:57:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:57:03 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 14:57:03 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-abot-epc-basic-0: 14:57:03 DEBUG unit.abot-epc-basic/0.install Setting up cpp-5 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-epc-0: 14:57:03 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 14:57:03 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 14:57:03 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-abot-epc-basic-0: 14:57:03 DEBUG unit.abot-epc-basic/0.install Setting up cpp (4:5.3.1-1ubuntu1) ... unit-oai-epc-0: 14:57:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:57:03 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 14:57:03 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 14:57:03 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-hss-0: 14:57:04 DEBUG unit.oai-hss/0.install Setting up virt-what (1.13-1) ... unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 14:57:04 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: 14:57:04 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-abot-epc-basic-0: 14:57:04 DEBUG unit.abot-epc-basic/0.install Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-epc-0: 14:57:04 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:57:04 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-164-generic unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-164-generic unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 14:57:04 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: 14:57:04 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-epc-0: 14:57:04 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:57:04 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 14:57:04 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 14:57:04 DEBUG unit.abot-epc-basic/0.install Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 14:57:04 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: 14:57:04 DEBUG unit.oai-epc/0.install --2019-01-20 14:57:04-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-epc-0: 14:57:04 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-abot-epc-basic-0: 14:57:04 DEBUG unit.abot-epc-basic/0.install Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-epc-0: 14:57:05 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 301 Moved Permanently unit-oai-epc-0: 14:57:05 DEBUG unit.oai-epc/0.install Location: https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ [following] unit-oai-epc-0: 14:57:05 DEBUG unit.oai-epc/0.install --2019-01-20 14:57:05-- https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 14:57:05 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:443... connected. unit-oai-hss-0: 14:57:05 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 14:57:05 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 14:57:05 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 14:57:05 DEBUG unit.abot-epc-basic/0.install Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 14:57:05 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 14:57:05 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 14:57:05 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 14:57:05 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 14:57:05 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 14:57:05 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:57:05 DEBUG unit.oai-epc/0.install 0K ....... 39.8M=0s unit-oai-epc-0: 14:57:05 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:57:05 DEBUG unit.oai-epc/0.install 2019-01-20 14:57:05 (39.8 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8049] unit-oai-epc-0: 14:57:05 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:57:05 DEBUG unit.oai-epc/0.install FINISHED --2019-01-20 14:57:05-- unit-oai-epc-0: 14:57:05 DEBUG unit.oai-epc/0.install Total wall clock time: 0.8s unit-oai-epc-0: 14:57:05 DEBUG unit.oai-epc/0.install Downloaded: 1 files, 7.9K in 0s (39.8 MB/s) unit-oai-epc-0: 14:57:05 DEBUG unit.oai-epc/0.install + dpkg -i 'kernel.ubuntu.com/*/*/*/*deb' unit-oai-epc-0: 14:57:05 DEBUG unit.oai-epc/0.install dpkg: error processing archive kernel.ubuntu.com/*/*/*/*deb (--install): unit-oai-epc-0: 14:57:05 DEBUG unit.oai-epc/0.install cannot access archive: No such file or directory unit-abot-epc-basic-0: 14:57:05 DEBUG unit.abot-epc-basic/0.install Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-epc-0: 14:57:05 DEBUG unit.oai-epc/0.install Errors were encountered while processing: unit-oai-epc-0: 14:57:05 DEBUG unit.oai-epc/0.install kernel.ubuntu.com/*/*/*/*deb unit-oai-epc-0: 14:57:05 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-oai-epc-0: 14:57:05 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 14:57:05 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 14:57:05 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 14:57:05 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-hss-0: 14:57:05 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 14:57:05 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 14:57: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: 14:57:05 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 14:57:05 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 14:57:05 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 14:57:05 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 14:57:05 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 14:57:05 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 14:57:05 DEBUG unit.oai-hss/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 14:57:05 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 14:57:05 DEBUG unit.oai-hss/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-hss-0: 14:57:05 DEBUG unit.oai-hss/0.install libsql-statement-perl unit-oai-hss-0: 14:57:05 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 14:57:05 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 14:57:05 DEBUG unit.oai-hss/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-abot-epc-basic-0: 14:57:06 DEBUG unit.abot-epc-basic/0.install Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 14:57:06 DEBUG unit.oai-hss/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 14:57:06 DEBUG unit.oai-hss/0.install Need to get 3781 kB of archives. unit-oai-hss-0: 14:57:06 DEBUG unit.oai-hss/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-hss-0: 14:57:06 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-abot-epc-basic-0: 14:57:06 DEBUG unit.abot-epc-basic/0.install Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 14:57:06 DEBUG unit.abot-epc-basic/0.install Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 14:57:06 DEBUG unit.abot-epc-basic/0.install Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 14:57:06 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: 14:57:06 DEBUG unit.abot-epc-basic/0.install Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 14:57:06 DEBUG unit.abot-epc-basic/0.install Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 14:57:07 DEBUG unit.abot-epc-basic/0.install Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 14:57:07 DEBUG unit.abot-epc-basic/0.install Setting up gcc-5 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 14:57:07 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 14:57:07 DEBUG unit.abot-epc-basic/0.install Setting up gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:57:07 DEBUG unit.abot-epc-basic/0.install Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 14:57:07 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-abot-epc-basic-0: 14:57:07 DEBUG unit.abot-epc-basic/0.install Setting up g++-5 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 14:57:07 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: 14:57:07 DEBUG unit.abot-epc-basic/0.install Setting up g++ (4:5.3.1-1ubuntu1) ... unit-oai-hss-0: 14:57:08 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: 14:57:08 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: 14:57:08 DEBUG unit.abot-epc-basic/0.install Setting up make (4.1-6) ... unit-oai-hss-0: 14:57:08 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: 14:57:08 DEBUG unit.abot-epc-basic/0.install Setting up libdpkg-perl (1.18.4ubuntu1.5) ... unit-oai-hss-0: 14:57:08 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-abot-epc-basic-0: 14:57:08 DEBUG unit.abot-epc-basic/0.install Setting up dpkg-dev (1.18.4ubuntu1.5) ... unit-oai-hss-0: 14:57:08 DEBUG unit.oai-hss/0.install Fetched 3781 kB in 2s (1458 kB/s) unit-abot-epc-basic-0: 14:57:08 DEBUG unit.abot-epc-basic/0.install Setting up build-essential (12.1ubuntu2) ... unit-oai-hss-0: 14:57:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-common. unit-oai-hss-0: 14:57:09 DEBUG unit.oai-hss/0.install (Reading database ... 53191 files and directories currently installed.) unit-oai-hss-0: 14:57:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 14:57:09 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: 14:57:09 DEBUG unit.abot-epc-basic/0.install Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 14:57:09 DEBUG unit.abot-epc-basic/0.install Setting up fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 14:57:09 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-oai-hss-0: 14:57:09 DEBUG unit.oai-hss/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-hss-0: 14:57:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 14:57:09 DEBUG unit.oai-hss/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 14:57:09 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 14:57:09 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 14:57:10 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-merge-perl (0.08-3) ... unit-oai-hss-0: 14:57:10 DEBUG unit.oai-hss/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-hss-0: 14:57:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-hss-0: 14:57:10 DEBUG unit.oai-hss/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 14:57:10 DEBUG unit.abot-epc-basic/0.install Setting up libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 14:57:10 DEBUG unit.abot-epc-basic/0.install Setting up libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 14:57:10 DEBUG unit.abot-epc-basic/0.install Setting up libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-oai-hss-0: 14:57:10 DEBUG unit.oai-hss/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-hss-0: 14:57:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 14:57:10 DEBUG unit.oai-hss/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 14:57:10 DEBUG unit.abot-epc-basic/0.install Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 14:57:10 DEBUG unit.abot-epc-basic/0.install Setting up libfile-fcntllock-perl (0.22-3) ... unit-oai-hss-0: 14:57:11 DEBUG unit.oai-hss/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-hss-0: 14:57:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-hss-0: 14:57:11 DEBUG unit.oai-hss/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 14:57:11 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 14:57:11 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-oai-hss-0: 14:57:11 DEBUG unit.oai-hss/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-hss-0: 14:57:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 14:57:11 DEBUG unit.abot-epc-basic/0.install Setting up libpython-dev:amd64 (2.7.12-1~16.04) ... unit-oai-hss-0: 14:57:11 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: 14:57:11 DEBUG unit.abot-epc-basic/0.install Setting up libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 14:57:12 DEBUG unit.abot-epc-basic/0.install Setting up libxom-java (1.2.10-1) ... unit-oai-hss-0: 14:57:12 DEBUG unit.oai-hss/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-hss-0: 14:57:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 14:57:12 DEBUG unit.abot-epc-basic/0.install Setting up manpages-dev (4.04-2) ... unit-oai-hss-0: 14:57:12 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: 14:57:12 DEBUG unit.abot-epc-basic/0.install Setting up python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 14:57:12 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-dev (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 14:57:12 DEBUG unit.abot-epc-basic/0.install Setting up python-dev (2.7.12-1~16.04) ... unit-oai-hss-0: 14:57:12 DEBUG unit.oai-hss/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-hss-0: 14:57:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 14:57:12 DEBUG unit.oai-hss/0.install Progress: [ 55%] Unpacking mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 14:57:12 DEBUG unit.abot-epc-basic/0.install Setting up python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 14:57:13 DEBUG unit.abot-epc-basic/0.install Setting up python-pkg-resources (20.7.0-1) ... unit-oai-hss-0: 14:57:13 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: 14:57:13 DEBUG unit.abot-epc-basic/0.install Setting up python-setuptools (20.7.0-1) ... unit-abot-epc-basic-0: 14:57:13 DEBUG unit.abot-epc-basic/0.install Setting up python-wheel (0.29.0-1) ... unit-oai-hss-0: 14:57:13 DEBUG unit.oai-hss/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 14:57:13 DEBUG unit.abot-epc-basic/0.install Setting up ssl-cert (1.0.37) ... unit-oai-hss-0: 14:57:13 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: 14:57:14 DEBUG unit.abot-epc-basic/0.install hostname: Name or service not known unit-abot-epc-basic-0: 14:57:14 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: Could not get FQDN, using "juju-d12d01-default-0". unit-abot-epc-basic-0: 14:57:14 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: 14:57:14 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: make-ssl-cert generate-default-snakeoil --force-overwrite unit-abot-epc-basic-0: 14:57:14 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: again. unit-oai-hss-0: 14:57:14 DEBUG unit.oai-hss/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-hss-0: 14:57:14 DEBUG unit.oai-hss/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 14:57:14 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 14:57:14 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.15) ... unit-oai-hss-0: 14:57:15 DEBUG unit.oai-hss/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 14:57:15 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-oai-hss-0: 14:57:15 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-oai-hss-0: 14:57:15 DEBUG unit.oai-hss/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 14:57:15 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-oai-hss-0: 14:57:16 DEBUG unit.oai-hss/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 14:57:16 DEBUG unit.oai-hss/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-epc-0: 14:57:16 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 14:57:16 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 14:57:16 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 14:57:16 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 14:57:16 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 14:57:16 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 14:57:16 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 14:57:16 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 14:57:16 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: ABot Debian Installed!!! >> unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-abot-epc-basic-0: 14:57:17 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-d12d01-default-0 unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-hss-0: 14:57:17 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 14:57:17 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 14:57:17 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 14:57:17 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-oai-epc-0: 14:57:17 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 14:57:17 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 14:57:17 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: 14:57:17 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 14:57:17 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 14:57:17 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install + clone_repo unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 14:57:17 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 14:57:17 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 14:57:17 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 14:57:17 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:57:17 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: 14:57:17 DEBUG unit.oai-epc/0.install unit-oai-hss-0: 14:57:17 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 14:57:18 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 14:57:18 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 14:57:18 DEBUG unit.oai-hss/0.install + git clone https://github.com/OPENAIRINTERFACE/openair-cn /srv/openair-cn unit-oai-hss-0: 14:57:18 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 14:57:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:57:18 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-abot-epc-basic-0: 14:57:18 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-epc-0: 14:57:18 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 14:57:18 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-d12d01-default-0 unit-abot-epc-basic-0: 14:57:18 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 14:57:18 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: 14:57:18 DEBUG unit.abot-epc-basic/0.install unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-abot-epc-basic-0: 14:57:18 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-epc-0: 14:57:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:57:18 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 14:57:18 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: 14:57:18 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-abot-epc-basic-0: 14:57:18 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 14:57:18 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-oai-epc-0: 14:57:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:57:18 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-164-generic unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-164-generic unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 14:57:18 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: 14:57:18 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-abot-epc-basic-0: 14:57:18 DEBUG unit.abot-epc-basic/0.install software-properties-common is already the newest version (0.96.20.8). unit-abot-epc-basic-0: 14:57:18 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 14:57:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:57:18 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 14:57:18 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 14:57:18 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-d12d01-default-0 unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 14:57:18 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 14:57:18 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: 14:57:18 DEBUG unit.oai-epc/0.install --2019-01-20 14:57:18-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install build-essential is already the newest version (12.1ubuntu2). unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install build-essential set to manually installed. unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install ethtool is already the newest version (1:4.5-1). unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install iptables is already the newest version (1.6.0-2ubuntu3). unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install git is already the newest version (1:2.7.4-0ubuntu1.6). unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev is already the newest version (2.7.12-1ubuntu0~16.04.4). unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev set to manually installed. unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxml2 is already the newest version (2.9.3+dfsg1-1ubuntu0.6). unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install openssh-client is already the newest version (1:7.2p2-4ubuntu2.6). unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install openssh-server is already the newest version (1:7.2p2-4ubuntu2.6). unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install openssl is already the newest version (1.0.2g-1ubuntu4.14). unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install python is already the newest version (2.7.12-1~16.04). unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install python set to manually installed. unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install wget is already the newest version (1.17.1-1ubuntu1.4). unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install python-pip is already the newest version (8.1.1-2ubuntu0.4). unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install python-pip set to manually installed. unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autotools-dev castxml cmake-data unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install colord colord-data dconf-gsettings-backend dconf-service debhelper unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install default-jre-headless dh-strip-nondeterminism fonts-lato fonts-liberation unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gconf-service gconf-service-backend gconf2-common gdbserver unit-abot-epc-basic-0: 14:57:19 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: 14:57:19 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: 14:57:19 DEBUG unit.abot-epc-basic/0.install glib-networking glib-networking-common glib-networking-services gnuplot-data unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install gnuplot-tex gnuplot-x11 gsettings-desktop-schemas gsfonts guile-2.0 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian javascript-common libaec-dev libaec0 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libamd2.4.1 libarchive-zip-perl libarchive13 libarpack2 libasprintf-dev unit-abot-epc-basic-0: 14:57:19 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: 14:57:19 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas3 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 libcxsparse3.1.4 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa libegl1-mesa-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 libexif12 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libfftw3-bin libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-quad3 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libfftw3-single3 libfile-basedir-perl libfile-desktopentry-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libfile-listing-perl libfile-mimeinfo-perl libfile-stripnondeterminism-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libfl-dev libfltk-gl1.3 libfltk1.3 libfont-afm-perl libfontconfig1-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libfontenc1 libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libgconf-2-4 libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmpxx4ldbl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libgpg-error-dev libgphoto2-6 libgphoto2-l10n libgphoto2-port12 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 libgs9-common unit-abot-epc-basic-0: 14:57:19 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: 14:57:19 DEBUG unit.abot-epc-basic/0.install libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libhdf5-cpp-11 libhdf5-dev libhtml-form-perl libhtml-format-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libhttp-message-perl libhttp-negotiate-perl libicu-dev libidn2-0 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient20 libncurses5-dev unit-abot-epc-basic-0: 14:57:19 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: 14:57:19 DEBUG unit.abot-epc-basic/0.install libobjc-5-dev libobjc4 liboctave3 libopenblas-base libosmesa6 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libpango1.0-dev libpangoxft-1.0-0 libpaper-utils libpaper1 libpathplan4 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpgm-5.2-0 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 libportaudio2 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 libproxy1v5 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 libqscintilla2-12v5 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libqscintilla2-l10n libqt4-dbus libqt4-declarative libqt4-network unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 libqtgui4 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common libruby2.3 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libsamplerate0 libsane libsane-common libserf-1-1 libslicot0 unit-abot-epc-basic-0: 14:57:19 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: 14:57:19 DEBUG unit.abot-epc-basic/0.install libsynctex1 libsys-hostname-long-perl libsz2 libtasn1-doc libtcl8.6 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libtexlua52 libtexluajit2 libtext-unidecode-perl libtie-ixhash-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libtimedate-perl libtinfo-dev libtk8.6 libumfpack5.7.1 libunistring0 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install liburi-perl libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libwayland-egl1-mesa libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libwww-robotrules-perl libx11-protocol-perl libx11-xcb-dev libxaw7 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxcb-image0 libxcb-keysyms1 libxcb-present-dev libxcb-randr0 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxcb-randr0-dev libxcb-render-util0 libxcb-render0-dev libxcb-shape0 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxcb-shape0-dev libxcb-shm0-dev libxcb-sync-dev libxcb-util1 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 libxcomposite-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev libxft-dev libxft2 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxi-dev libxinerama-dev libxkbcommon-dev libxkbcommon-x11-0 libxkbcommon0 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl unit-abot-epc-basic-0: 14:57:19 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: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxss1 libxtst-dev libxv1 libxxf86dga1 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxxf86vm-dev libzzip-0-13 lmodern m4 mesa-common-dev mysql-common unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install nettle-dev octave-common octave-control pkg-config po-debconf poppler-data unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install pstoedit qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake unit-abot-epc-basic-0: 14:57:19 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: 14:57:19 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: 14:57:19 DEBUG unit.abot-epc-basic/0.install texinfo texlive-base texlive-binaries texlive-latex-base-doc tk tk8.6 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install ubuntu-mono unzip x11-utils x11-xserver-utils x11proto-composite-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install x11proto-randr-dev x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xterm zip unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install zlib1g-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install autoconf-archive gnu-standards autoconf-doc bison-doc codeblocks eclipse unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install ninja-build colord-sensor-argyll dh-make default-jre doxygen-latex unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install doxygen-doc gdb-doc gettext-doc autopoint gfortran-multilib gfortran-doc unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install gfortran-5-multilib gfortran-5-doc libgfortran3-dbg ghostscript-x hpijs unit-abot-epc-basic-0: 14:57:19 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: 14:57:19 DEBUG unit.abot-epc-basic/0.install liblapack-dev nas libdigest-hmac-perl libgssapi-perl liblapack-doc-man unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libcairo2-doc libfftw3-doc libforms-doc libgcrypt20-doc libgd-tools unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libglib2.0-doc libiodbc2-dev gmp-doc libgmp10-doc libmpfr-dev gphoto2 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install graphicsmagick-dbg fonts-droid texlive-lang-cjk gvfs libgtk-3-doc unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libhdf5-doc libdata-dump-perl icu-doc jackd2 libjasper-runtime libtool-doc unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libcrypt-ssleay-perl libmagickcore-6.q16-2-extra ncurses-doc imagemagick unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libpango1.0-doc libqt4-declarative-folderlistmodel unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libqt5libqgtk2 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install qt5-image-formats-plugins qtwayland5 qt4-qtconfig readline-doc librsvg2-bin unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install avahi-daemon hplip libsane-extras sane-utils lksctp-tools gcj-jdk unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libwmf0.2-7-gtk libauthen-ntlm-perl libxext-doc libunicode-map8-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libunicode-string-perl xml-twig-tools libyaml-doc octave-info octave-doc unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install octave-htmldoc libmail-box-perl poppler-utils fonts-japanese-mincho unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install fonts-arphic-ukai fonts-arphic-uming fonts-nanum xfig | ivtools-bin | tgif unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install | transfig ddd emacs22 ri ruby-dev bundler db5.3-util subversion-tools unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install tcl-tclreadline texlive-generic-recommended texinfo-doc-nonfree perl-tk unit-abot-epc-basic-0: 14:57:19 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: 14:57:19 DEBUG unit.abot-epc-basic/0.install xfonts-cyrillic unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autoconf automake autotools-dev bison unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install castxml cmake cmake-curses-gui cmake-data colord colord-data unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install dconf-gsettings-backend dconf-service debhelper default-jre-headless unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install dh-strip-nondeterminism doxygen doxygen-gui flex fonts-lato fonts-liberation unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gccxml gconf-service gconf-service-backend gconf2-common gdb unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install gdbserver gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 unit-abot-epc-basic-0: 14:57:19 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: 14:57:19 DEBUG unit.abot-epc-basic/0.install gir1.2-pango-1.0 glib-networking glib-networking-common unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install glib-networking-services gnuplot-data gnuplot-tex gnuplot-x11 graphviz unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install gsettings-desktop-schemas gsfonts gtkwave guile-2.0 guile-2.0-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian iperf iproute iptables-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install javascript-common libaec-dev libaec0 libamd2.4.1 libarchive-zip-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libarchive13 libarpack2 libasprintf-dev libatk-bridge2.0-0 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-dev libatk1.0-dev libatlas-base-dev libatlas-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libatlas3-base libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libblas3 libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libconfig8-dev libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libcxsparse3.1.4 libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libexif12 libffi-dev libfftw3-bin libfftw3-dev libfftw3-double3 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libfftw3-long3 libfftw3-quad3 libfftw3-single3 libfile-basedir-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libfile-stripnondeterminism-perl libfl-dev libfltk-gl1.3 libfltk1.3 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libfont-afm-perl libfontconfig1-dev libfontenc1 libforms-bin libforms-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 libgconf-2-4 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libgcrypt11-dev libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmp-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libgmpxx4ldbl libgpg-error-dev libgphoto2-6 libgphoto2-l10n unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libgphoto2-port12 libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 unit-abot-epc-basic-0: 14:57:19 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: 14:57:19 DEBUG unit.abot-epc-basic/0.install libgudev-1.0-0 libgusb2 libgvc6 libgvpr2 libharfbuzz-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 libhdf5-cpp-11 libhdf5-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libhtml-form-perl libhtml-format-perl libhtml-parser-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libhttp-daemon-perl libhttp-date-perl libhttp-message-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libhttp-negotiate-perl libicu-dev libidn11-dev libidn2-0 libidn2-0-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient-dev libmysqlclient20 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libncurses5-dev libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libnet-ssleay-perl libobjc-5-dev libobjc4 liboctave-dev liboctave3 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libopenblas-base libosmesa6 libpango1.0-dev libpangoxft-1.0-0 libpaper-utils unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libpaper1 libpathplan4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 unit-abot-epc-basic-0: 14:57:19 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: 14:57:19 DEBUG unit.abot-epc-basic/0.install libportaudio2 libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libproxy1v5 libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libqscintilla2-12v5 libqscintilla2-l10n libqt4-dbus libqt4-declarative unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libqt4-xml libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libqt5network5 libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libqtgui4 libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libruby2.3 libsamplerate0 libsane libsane-common libsctp-dev libsctp1 unit-abot-epc-basic-0: 14:57:19 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: 14:57:19 DEBUG unit.abot-epc-basic/0.install libsuitesparseconfig4.4.6 libsvn1 libsynctex1 libsys-hostname-long-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libsz2 libtasn1-6-dev libtasn1-doc libtcl8.6 libtexlua52 libtexluajit2 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libtext-unidecode-perl libtie-ixhash-perl libtimedate-perl libtinfo-dev unit-abot-epc-basic-0: 14:57:19 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: 14:57:19 DEBUG unit.abot-epc-basic/0.install libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 libwayland-bin unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1-mesa unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl libwww-robotrules-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libx11-protocol-perl libx11-xcb-dev libxaw7 libxcb-dri2-0-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxcb-present-dev libxcb-randr0 libxcb-randr0-dev libxcb-render-util0 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-shm0-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxcb-sync-dev libxcb-util1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxft-dev libxft2 libxi-dev libxinerama-dev libxkbcommon-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxkbcommon-x11-0 libxkbcommon0 libxml-libxml-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxml2-dev libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxslt1-dev libxss1 libxtst-dev libxv1 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install libxxf86dga1 libxxf86vm-dev libyaml-dev libzzip-0-13 lmodern m4 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install mesa-common-dev mscgen mysql-common nettle-dev octave octave-common unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install octave-control octave-signal pkg-config po-debconf poppler-data pstoedit unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install pydb qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake ruby unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration subversion t1utils tcl tcl8.6 unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install tex-common texinfo texlive-base texlive-binaries texlive-latex-base unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install texlive-latex-base-doc tk tk8.6 ubuntu-mono unzip x11-utils unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install x11-xserver-utils x11proto-composite-dev x11proto-damage-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-randr-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xmlstarlet unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install xterm zip zlib1g-dev unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 301 Moved Permanently unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install Location: https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ [following] unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install --2019-01-20 14:57:19-- https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:443... connected. unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 468 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 14:57:19 DEBUG unit.abot-epc-basic/0.install Need to get 294 MB of archives. unit-abot-epc-basic-0: 14:57:19 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: 14:57:19 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-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install 0K ....... 38.2M=0s unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install 2019-01-20 14:57:19 (38.2 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8049] unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install FINISHED --2019-01-20 14:57:19-- unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install Total wall clock time: 0.8s unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install Downloaded: 1 files, 7.9K in 0s (38.2 MB/s) unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install + dpkg -i 'kernel.ubuntu.com/*/*/*/*deb' unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install dpkg: error processing archive kernel.ubuntu.com/*/*/*/*deb (--install): unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install cannot access archive: No such file or directory unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install Errors were encountered while processing: unit-oai-epc-0: 14:57:19 DEBUG unit.oai-epc/0.install kernel.ubuntu.com/*/*/*/*deb unit-oai-epc-0: 14:57:19 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-oai-epc-0: 14:57:19 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 14:57:19 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 14:57:19 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 14:57:19 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 14:57:20 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.5 [262 kB] unit-abot-epc-basic-0: 14:57:20 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.11 [186 kB] unit-abot-epc-basic-0: 14:57:20 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: 14:57:20 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: 14:57:20 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: 14:57:21 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: 14:57:21 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: 14:57:21 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: 14:57:21 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: 14:57:21 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: 14:57:21 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: 14:57:21 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: 14:57:21 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: 14:57:21 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: 14:57:21 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: 14:57:21 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: 14:57:21 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-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + git checkout v0.3.2 unit-abot-epc-basic-0: 14:57:22 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-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install Note: checking out 'v0.3.2'. unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install You are in 'detached HEAD' state. You can look around, make experimental unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install changes and commit them, and you can discard any commits you make in this unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install state without impacting any branches by performing another checkout. unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 14:57:22 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: 14:57:22 DEBUG unit.oai-hss/0.install do so (now or later) by using -b with the checkout command again. Example: unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install git checkout -b new_branch_name unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 14:57:22 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: 14:57:22 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-abot-epc-basic-0: 14:57:22 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-oai-hss-0: 14:57:22 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 14:57:22 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-164-generic unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-164-generic unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-164-generic unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + [[ false == true ]] unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + '[' kvm == '' ']' unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-164-generic unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-164-generic unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-164-generic unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + [[ false == false ]] unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot unit-oai-hss-0: 14:57:22 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: 14:57:22 DEBUG unit.oai-hss/0.install + '[' '' '!=' reboot ']' unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + echo reboot unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + juju-log 'installing the required kernel and reboot' unit-abot-epc-basic-0: 14:57:22 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-oai-hss-0: 14:57:22 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 14:57:22 INFO unit.oai-hss/0.juju-log installing the required kernel and reboot unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-hss-0: 14:57:22 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 14:57:22 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: 14:57:22 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: 14:57:22 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-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + install_required_kernel unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + version=3.19 unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install + wget -r -e robots=off --accept-regex '(.*generic.*amd64)|(all).deb' http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install --2019-01-20 14:57:22-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-abot-epc-basic-0: 14:57:22 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-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-abot-epc-basic-0: 14:57:22 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-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 301 Moved Permanently unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install Location: https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ [following] unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install --2019-01-20 14:57:22-- https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-abot-epc-basic-0: 14:57:22 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: 14:57:22 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.11 [260 kB] unit-oai-hss-0: 14:57:22 DEBUG unit.oai-hss/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:443... connected. unit-abot-epc-basic-0: 14:57:23 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: 14:57:23 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: 14:57:23 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-oai-hss-0: 14:57:23 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 14:57:23 DEBUG unit.oai-hss/0.install Length: unspecified [text/html] unit-oai-hss-0: 14:57:23 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-hss-0: 14:57:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 14:57:23 DEBUG unit.oai-hss/0.install 0K ....... 40.6M=0s unit-oai-hss-0: 14:57:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 14:57:23 DEBUG unit.oai-hss/0.install 2019-01-20 14:57:23 (40.6 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8049] unit-oai-hss-0: 14:57:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 14:57:23 DEBUG unit.oai-hss/0.install FINISHED --2019-01-20 14:57:23-- unit-oai-hss-0: 14:57:23 DEBUG unit.oai-hss/0.install Total wall clock time: 0.9s unit-oai-hss-0: 14:57:23 DEBUG unit.oai-hss/0.install Downloaded: 1 files, 7.9K in 0s (40.6 MB/s) unit-oai-hss-0: 14:57:23 DEBUG unit.oai-hss/0.install + dpkg -i 'kernel.ubuntu.com/*/*/*/*deb' unit-oai-hss-0: 14:57:23 DEBUG unit.oai-hss/0.install dpkg: error processing archive kernel.ubuntu.com/*/*/*/*deb (--install): unit-oai-hss-0: 14:57:23 DEBUG unit.oai-hss/0.install cannot access archive: No such file or directory unit-abot-epc-basic-0: 14:57:23 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-oai-hss-0: 14:57:23 DEBUG unit.oai-hss/0.install Errors were encountered while processing: unit-oai-hss-0: 14:57:23 DEBUG unit.oai-hss/0.install kernel.ubuntu.com/*/*/*/*deb unit-oai-hss-0: 14:57:23 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-oai-hss-0: 14:57:23 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 14:57:23 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 14:57:23 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 14:57:23 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 14:57:23 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: 14:57:23 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: 14:57:23 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: 14:57:23 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: 14:57:23 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: 14:57:23 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: 14:57:24 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: 14:57:24 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: 14:57:24 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: 14:57:24 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: 14:57:24 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: 14:57:24 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: 14:57:24 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: 14:57:24 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: 14:57:24 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: 14:57:24 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: 14:57:24 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: 14:57:25 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: 14:57:25 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: 14:57:25 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: 14:57:25 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: 14:57:25 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: 14:57:25 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: 14:57:25 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: 14:57:25 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: 14:57:25 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: 14:57:25 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: 14:57:25 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: 14:57:25 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: 14:57:25 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: 14:57:26 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: 14:57:26 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: 14:57:26 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: 14:57:26 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: 14:57:26 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: 14:57:26 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: 14:57:26 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: 14:57:26 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: 14:57:26 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: 14:57:26 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: 14:57:26 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: 14:57:27 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: 14:57:27 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: 14:57:27 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: 14:57:27 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: 14:57:27 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: 14:57:27 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: 14:57:27 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: 14:57:27 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: 14:57:27 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: 14:57:27 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: 14:57:27 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: 14:57:28 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: 14:57:28 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: 14:57:28 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: 14:57:28 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: 14:57:28 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: 14:57:28 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-oai-hss-0: 14:57:28 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 14:57:28 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 14:57:28 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 14:57:28 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 14:57:28 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 14:57:28 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 14:57:28 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-oai-hss-0: 14:57:28 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 14:57:28 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-oai-hss-0: 14:57:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-abot-epc-basic-0: 14:57:28 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-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 14:57:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + branch=v0.3.2 unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install ++ config-get revision unit-abot-epc-basic-0: 14:57:28 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-oai-hss-0: 14:57:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + echo v0.3.2 unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 14:57:28 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-abot-epc-basic-0: 14:57:28 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-oai-hss-0: 14:57:28 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 14:57:28 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-oai-hss-0: 14:57:29 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 14:57:29 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 14:57:29 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 14:57:29 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 14:57:29 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 14:57:29 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 14:57:29 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-abot-epc-basic-0: 14:57:29 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-oai-hss-0: 14:57:29 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 14:57:29 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 14:57:29 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 14:57:29 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 14:57:29 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 14:57:29 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 14:57:29 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 14:57:29 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 14:57:29 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 14:57:29 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 14:57:29 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: 14:57:29 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: 14:57:29 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: 14:57:29 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: 14:57:29 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-oai-hss-0: 14:57:29 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 14:57:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 14:57:29 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: 14:57:29 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 14:57:29 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: 14:57:30 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: 14:57:30 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: 14:57:30 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: 14:57:30 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-oai-hss-0: 14:57:30 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 14:57:30 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-oai-hss-0: 14:57:30 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 14:57:30 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 14:57:30 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-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-abot-epc-basic-0: 14:57:31 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-oai-hss-0: 14:57:31 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 14:57:31 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: 14:57:31 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: 14:57:31 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: 14:57:31 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-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 14:57:31 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 14:57:31 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: 14:57:31 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: 14:57:31 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: 14:57:31 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-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 14:57:32 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: 14:57:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 14:57:32 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: 14:57:32 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-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 14:57:32 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-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + clone_repo unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 14:57:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 14:57:32 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-abot-epc-basic-0: 14:57:32 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-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 14:57:32 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 14:57:32 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: 14:57:32 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: 14:57:32 DEBUG unit.abot-epc-basic/0.install Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gettext amd64 0.19.7-2ubuntu3.1 [1,082 kB] unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + juju-log 'Updating the installation directory' unit-oai-hss-0: 14:57:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 14:57:32 INFO unit.oai-hss/0.juju-log Updating the installation directory unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + git reset --hard HEAD unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + git checkout v0.3.2 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 14:57:32 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: 14:57:32 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-abot-epc-basic-0: 14:57:32 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-oai-hss-0: 14:57:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 14:57:32 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-164-generic unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-164-generic unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-164-generic unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + [[ false == true ]] unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + '[' kvm == '' ']' unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-164-generic unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-164-generic unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-164-generic unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + [[ false == false ]] unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + '[' reboot '!=' reboot ']' unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + juju-log 'Failed to install the kernel 3.19. Proceed with the current kernel.' unit-abot-epc-basic-0: 14:57:32 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-oai-hss-0: 14:57:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 14:57:32 INFO unit.oai-hss/0.juju-log Failed to install the kernel 3.19. Proceed with the current kernel. unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + configure_hosts unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ config-get realm unit-abot-epc-basic-0: 14:57:32 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-oai-hss-0: 14:57:32 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + realm=openair4G.eur unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install +++ hostname unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + '[' -z '' ']' unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 localhost unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 oai-hss-0.openair4G.eur oai-hss-0 mme unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + build_hss unit-oai-hss-0: 14:57:32 DEBUG unit.oai-hss/0.install + juju-log 'Build HSS and install required packages' unit-abot-epc-basic-0: 14:57:33 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-oai-hss-0: 14:57:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 14:57:33 INFO unit.oai-hss/0.juju-log Build HSS and install required packages unit-oai-hss-0: 14:57:33 DEBUG unit.oai-hss/0.install + status-set maintenance 'Build HSS and install required packages' unit-abot-epc-basic-0: 14:57:33 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-oai-hss-0: 14:57:33 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 14:57:33 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-oai-hss-0: 14:57:33 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -i -F unit-oai-hss-0: 14:57:33 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 14:57:33 DEBUG unit.oai-hss/0.install Check installed software packages necessary to build and run HSS (support Ubuntu 14.04): unit-oai-hss-0: 14:57:33 DEBUG unit.oai-hss/0.install Force set (no interactive) unit-abot-epc-basic-0: 14:57:33 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: 14:57:33 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-oai-hss-0: 14:57:33 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-abot-epc-basic-0: 14:57:33 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-oai-hss-0: 14:57:33 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-oai-hss-0: 14:57:33 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-oai-hss-0: 14:57:33 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-oai-hss-0: 14:57:33 DEBUG unit.oai-hss/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-abot-epc-basic-0: 14:57:33 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.11 [111 kB] unit-oai-hss-0: 14:57:33 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-abot-epc-basic-0: 14:57:33 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.11 [380 kB] unit-oai-hss-0: 14:57:33 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-oai-hss-0: 14:57:33 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-abot-epc-basic-0: 14:57:33 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-oai-hss-0: 14:57:33 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-oai-hss-0: 14:57:33 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-abot-epc-basic-0: 14:57:34 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-oai-hss-0: 14:57:34 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-oai-hss-0: 14:57:34 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-abot-epc-basic-0: 14:57:34 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: 14:57:34 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-oai-hss-0: 14:57:34 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-abot-epc-basic-0: 14:57:34 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-oai-hss-0: 14:57:34 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-abot-epc-basic-0: 14:57:34 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: 14:57:34 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-oai-hss-0: 14:57:34 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-oai-hss-0: 14:57:34 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-abot-epc-basic-0: 14:57:34 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-oai-hss-0: 14:57:34 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-abot-epc-basic-0: 14:57:34 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-oai-hss-0: 14:57:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-abot-epc-basic-0: 14:57:35 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: 14:57:35 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-oai-hss-0: 14:57:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-abot-epc-basic-0: 14:57:35 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: 14:57:35 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-oai-hss-0: 14:57:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-abot-epc-basic-0: 14:57:35 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-oai-hss-0: 14:57:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 14:57:35 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-oai-hss-0: 14:57:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-abot-epc-basic-0: 14:57:35 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-oai-hss-0: 14:57:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-abot-epc-basic-0: 14:57:35 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.11 [291 kB] unit-oai-hss-0: 14:57:35 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 14:57:35 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.11 [8,034 kB] unit-abot-epc-basic-0: 14:57:36 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-oai-hss-0: 14:57:36 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-abot-epc-basic-0: 14:57:36 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-oai-hss-0: 14:57:36 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-abot-epc-basic-0: 14:57:36 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.7 [16.1 kB] unit-abot-epc-basic-0: 14:57:36 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-oai-hss-0: 14:57:36 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 14:57:36 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: 14:57:36 DEBUG unit.abot-epc-basic/0.install Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpaper1 amd64 1.1.24+nmu4ubuntu1 [13.7 kB] unit-oai-hss-0: 14:57:36 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-abot-epc-basic-0: 14:57:36 DEBUG unit.abot-epc-basic/0.install Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9-common all 9.26~dfsg+0-0ubuntu0.16.04.3 [5,095 kB] unit-oai-hss-0: 14:57:36 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-oai-hss-0: 14:57:36 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-abot-epc-basic-0: 14:57:36 DEBUG unit.abot-epc-basic/0.install Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9 amd64 9.26~dfsg+0-0ubuntu0.16.04.3 [2,274 kB] unit-oai-hss-0: 14:57:36 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-abot-epc-basic-0: 14:57:36 DEBUG unit.abot-epc-basic/0.install Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1 [3,374 kB] unit-oai-hss-0: 14:57:37 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-abot-epc-basic-0: 14:57:37 DEBUG unit.abot-epc-basic/0.install Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ghostscript amd64 9.26~dfsg+0-0ubuntu0.16.04.3 [47.2 kB] unit-abot-epc-basic-0: 14:57:37 DEBUG unit.abot-epc-basic/0.install Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-atk-1.0 amd64 2.18.0-1 [17.6 kB] unit-oai-hss-0: 14:57:37 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-abot-epc-basic-0: 14:57:37 DEBUG unit.abot-epc-basic/0.install Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-atspi-2.0 amd64 2.18.3-4ubuntu1 [14.1 kB] unit-oai-hss-0: 14:57:37 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-abot-epc-basic-0: 14:57:37 DEBUG unit.abot-epc-basic/0.install Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-freedesktop amd64 1.46.0-3ubuntu1 [5,742 B] unit-abot-epc-basic-0: 14:57:37 DEBUG unit.abot-epc-basic/0.install Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gir1.2-gdkpixbuf-2.0 amd64 2.32.2-1ubuntu1.5 [8,092 B] unit-oai-hss-0: 14:57:37 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-abot-epc-basic-0: 14:57:37 DEBUG unit.abot-epc-basic/0.install Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangoxft-1.0-0 amd64 1.38.1-1 [15.1 kB] unit-abot-epc-basic-0: 14:57:37 DEBUG unit.abot-epc-basic/0.install Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-pango-1.0 amd64 1.38.1-1 [21.0 kB] unit-oai-hss-0: 14:57:37 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-abot-epc-basic-0: 14:57:37 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-oai-hss-0: 14:57:37 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-abot-epc-basic-0: 14:57:37 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: 14:57:37 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-oai-hss-0: 14:57:37 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-abot-epc-basic-0: 14:57:37 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-oai-hss-0: 14:57:38 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-abot-epc-basic-0: 14:57:38 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-oai-hss-0: 14:57:38 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 14:57:38 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-oai-hss-0: 14:57:38 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 14:57:38 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: 14:57:38 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: 14:57:38 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: 14:57:38 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-oai-hss-0: 14:57:38 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-abot-epc-basic-0: 14:57:38 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: 14:57:38 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-oai-hss-0: 14:57:38 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-abot-epc-basic-0: 14:57:38 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-oai-hss-0: 14:57:38 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-abot-epc-basic-0: 14:57:38 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: 14:57:39 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-oai-hss-0: 14:57:39 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-abot-epc-basic-0: 14:57:39 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-oai-hss-0: 14:57:39 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-abot-epc-basic-0: 14:57:39 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-oai-hss-0: 14:57:39 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-abot-epc-basic-0: 14:57:39 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: 14:57:39 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-oai-hss-0: 14:57:39 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 14:57:39 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: 14:57:39 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: 14:57:39 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: 14:57:39 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: 14:57:39 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: 14:57:39 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: 14:57:40 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-oai-epc-0: 14:57:40 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 14:57:40 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 14:57:40 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 14:57:40 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 14:57:40 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 14:57:40 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 14:57:40 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 14:57:40 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: 14:57:40 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-oai-epc-0: 14:57:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-abot-epc-basic-0: 14:57:40 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-oai-epc-0: 14:57:40 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install ++ config-get branch unit-abot-epc-basic-0: 14:57:40 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-oai-epc-0: 14:57:40 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 14:57:40 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 14:57:40 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-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 14:57:40 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-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 14:57:40 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:57:40 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: 14:57:40 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 14:57:40 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.4 [2,438 B] unit-abot-epc-basic-0: 14:57:40 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: 14:57:41 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: 14:57:41 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: 14:57:41 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: 14:57:41 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: 14:57:41 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: 14:57:41 DEBUG unit.abot-epc-basic/0.install Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasprintf-dev amd64 0.19.7-2ubuntu3.1 [4,778 B] unit-abot-epc-basic-0: 14:57:41 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-oai-epc-0: 14:57:41 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 14:57:41 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-oai-epc-0: 14:57:41 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 14:57:41 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 14:57:42 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-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 14:57:42 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:57:42 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 14:57:42 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-abot-epc-basic-0: 14:57:42 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-oai-epc-0: 14:57:42 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:57:42 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 14:57:42 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: 14:57:42 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-abot-epc-basic-0: 14:57:42 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-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-epc-0: 14:57:42 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:57:42 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-164-generic unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-164-generic unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 14:57:42 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: 14:57:42 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install Package 'libgnutls-dev' is not installed, so not removed unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx27' is not installed, so not removed unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install Package 'nettle-dev' is not installed, so not removed unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx28' is not installed, so not removed unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install Package 'nettle-bin' is not installed, so not removed unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-epc-0: 14:57:42 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:57:42 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 14:57:42 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 14:57:42 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-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 14:57:42 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: 14:57:42 DEBUG unit.oai-epc/0.install --2019-01-20 14:57:42-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-abot-epc-basic-0: 14:57:42 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-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install autotools-dev binutils cmake-data cpp cpp-4.8 dpkg-dev fakeroot fontconfig unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libarchive13 libasan0 libatomic1 libaudio2 libavahi-client3 unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libavahi-common-data libavahi-common3 libbison-dev libc-dev-bin libc6-dbg unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libc6-dev libcloog-isl4 libcups2 libdpkg-perl libfakeroot unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev libgmp10 unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 liblzo2-2 unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative libqt4-network unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml libqt4-xmlpatterns unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 libstdc++-4.8-dev unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev m4 make unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install manpages-dev qtcore4-l10n x11-common unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool gettext unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install binutils-doc bison-doc codeblocks eclipse cpp-doc gcc-4.8-locales unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install doxygen-latex doxygen-doc graphviz debian-keyring g++-multilib unit-oai-hss-0: 14:57:42 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: 14:57:42 DEBUG unit.oai-hss/0.install gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver lrzip nas unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install glibc-doc cups-common libqt4-declarative-folderlistmodel unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libicu48 libthai0 unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install qt4-qtconfig libstdc++-4.8-doc make-doc unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libc-dbg unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install autoconf automake autotools-dev binutils bison build-essential cmake unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install cmake-curses-gui cmake-data cpp cpp-4.8 doxygen doxygen-gui dpkg-dev unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install fakeroot flex fontconfig fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install gcc-4.8 gdb libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libalgorithm-merge-perl libarchive13 libasan0 libatomic1 libaudio2 unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libavahi-client3 libavahi-common-data libavahi-common3 libbison-dev unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libfakeroot libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libgmp10 libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install liblzo2-2 libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libqt4-network libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install libstdc++-4.8-dev libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev unit-oai-hss-0: 14:57:42 DEBUG unit.oai-hss/0.install m4 make manpages-dev pkg-config qtcore4-l10n x11-common unit-abot-epc-basic-0: 14:57:42 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-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-abot-epc-basic-0: 14:57:42 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: 14:57:42 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-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 301 Moved Permanently unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install Location: https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ [following] unit-oai-epc-0: 14:57:42 DEBUG unit.oai-epc/0.install --2019-01-20 14:57:42-- https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-abot-epc-basic-0: 14:57:42 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-oai-epc-0: 14:57:43 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:443... connected. unit-abot-epc-basic-0: 14:57:43 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: 14:57:43 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: 14:57:43 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-oai-hss-0: 14:57:43 DEBUG unit.oai-hss/0.install 0 upgraded, 84 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 14:57:43 DEBUG unit.oai-hss/0.install Need to get 68.3 MB of archives. unit-oai-hss-0: 14:57:43 DEBUG unit.oai-hss/0.install After this operation, 235 MB of additional disk space will be used. unit-oai-hss-0: 14:57:43 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main m4 amd64 1.4.17-2ubuntu1 [195 kB] unit-abot-epc-basic-0: 14:57:43 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: 14:57:43 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: 14:57:43 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-oai-epc-0: 14:57:43 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 14:57:43 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 14:57:43 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 14:57:43 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:57:43 DEBUG unit.oai-epc/0.install 0K ....... 37.6M=0s unit-oai-epc-0: 14:57:43 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:57:43 DEBUG unit.oai-epc/0.install 2019-01-20 14:57:43 (37.6 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8049] unit-oai-epc-0: 14:57:43 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:57:43 DEBUG unit.oai-epc/0.install FINISHED --2019-01-20 14:57:43-- unit-oai-epc-0: 14:57:43 DEBUG unit.oai-epc/0.install Total wall clock time: 0.8s unit-oai-epc-0: 14:57:43 DEBUG unit.oai-epc/0.install Downloaded: 1 files, 7.9K in 0s (37.6 MB/s) unit-oai-epc-0: 14:57:43 DEBUG unit.oai-epc/0.install + dpkg -i 'kernel.ubuntu.com/*/*/*/*deb' unit-oai-epc-0: 14:57:43 DEBUG unit.oai-epc/0.install dpkg: error processing archive kernel.ubuntu.com/*/*/*/*deb (--install): unit-oai-epc-0: 14:57:43 DEBUG unit.oai-epc/0.install cannot access archive: No such file or directory unit-oai-epc-0: 14:57:43 DEBUG unit.oai-epc/0.install Errors were encountered while processing: unit-oai-epc-0: 14:57:43 DEBUG unit.oai-epc/0.install kernel.ubuntu.com/*/*/*/*deb unit-oai-epc-0: 14:57:43 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-oai-epc-0: 14:57:43 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 14:57:43 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 14:57:43 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 14:57:43 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 14:57:43 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: 14:57:43 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: 14:57:43 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-oai-hss-0: 14:57:43 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfl-dev amd64 2.5.35-10.1ubuntu2 [17.2 kB] unit-abot-epc-basic-0: 14:57:44 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-oai-hss-0: 14:57:44 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main flex amd64 2.5.35-10.1ubuntu2 [211 kB] unit-abot-epc-basic-0: 14:57:44 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: 14:57:44 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: 14:57:44 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-oai-hss-0: 14:57:44 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblzo2-2 amd64 2.06-1.2ubuntu1.1 [46.1 kB] unit-abot-epc-basic-0: 14:57:44 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: 14:57:44 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-oai-hss-0: 14:57:44 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnettle4 amd64 2.7.1-1ubuntu0.2 [102 kB] unit-abot-epc-basic-0: 14:57:44 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: 14:57:44 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-oai-hss-0: 14:57:44 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libarchive13 amd64 3.1.2-7ubuntu2.7 [262 kB] unit-abot-epc-basic-0: 14:57:44 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: 14:57:44 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: 14:57:44 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-oai-hss-0: 14:57:44 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-abot-epc-basic-0: 14:57:44 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: 14:57:45 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-oai-hss-0: 14:57:45 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] unit-abot-epc-basic-0: 14:57:45 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: 14:57:45 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-oai-hss-0: 14:57:45 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main x11-common all 1:7.7+1ubuntu8.1 [49.5 kB] unit-abot-epc-basic-0: 14:57:45 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: 14:57:45 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-oai-hss-0: 14:57:45 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libice6 amd64 2:1.0.8-2 [47.0 kB] unit-abot-epc-basic-0: 14:57:45 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-oai-hss-0: 14:57:45 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsm6 amd64 2:1.2.1-2 [18.1 kB] unit-abot-epc-basic-0: 14:57:45 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: 14:57:45 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-oai-hss-0: 14:57:45 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-abot-epc-basic-0: 14:57:45 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-oai-hss-0: 14:57:45 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaudio2 amd64 1.9.4-1 [57.1 kB] unit-abot-epc-basic-0: 14:57:45 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: 14:57:45 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-oai-hss-0: 14:57:45 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] unit-abot-epc-basic-0: 14:57:46 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: 14:57:46 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-oai-hss-0: 14:57:46 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] unit-abot-epc-basic-0: 14:57:46 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: 14:57:46 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-oai-hss-0: 14:57:46 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] unit-abot-epc-basic-0: 14:57:46 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-oai-hss-0: 14:57:46 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] unit-abot-epc-basic-0: 14:57:46 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: 14:57:46 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: 14:57:46 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-oai-hss-0: 14:57:46 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] unit-abot-epc-basic-0: 14:57:46 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: 14:57:46 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: 14:57:46 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-oai-hss-0: 14:57:46 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-abot-epc-basic-0: 14:57:46 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: 14:57:46 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-oai-hss-0: 14:57:47 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.11 [178 kB] unit-abot-epc-basic-0: 14:57:47 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: 14:57:47 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-oai-hss-0: 14:57:47 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] unit-abot-epc-basic-0: 14:57:47 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: 14:57:47 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: 14:57:47 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: 14:57:47 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: 14:57:47 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-oai-hss-0: 14:57:47 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] unit-abot-epc-basic-0: 14:57:47 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-oai-hss-0: 14:57:47 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] unit-abot-epc-basic-0: 14:57:47 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-oai-hss-0: 14:57:47 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] unit-abot-epc-basic-0: 14:57:47 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: 14:57:47 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: 14:57:48 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-oai-hss-0: 14:57:48 DEBUG unit.oai-hss/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] unit-abot-epc-basic-0: 14:57:48 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: 14:57:48 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-oai-hss-0: 14:57:48 DEBUG unit.oai-hss/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] unit-abot-epc-basic-0: 14:57:48 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: 14:57:48 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-oai-hss-0: 14:57:48 DEBUG unit.oai-hss/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] unit-abot-epc-basic-0: 14:57:48 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-oai-hss-0: 14:57:48 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.7 [1303 kB] unit-abot-epc-basic-0: 14:57:48 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: 14:57:48 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: 14:57:48 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-oai-hss-0: 14:57:48 DEBUG unit.oai-hss/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main qtcore4-l10n all 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [587 kB] unit-abot-epc-basic-0: 14:57:48 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: 14:57:48 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-oai-hss-0: 14:57:48 DEBUG unit.oai-hss/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtcore4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1555 kB] unit-abot-epc-basic-0: 14:57:48 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: 14:57:49 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: 14:57:49 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-oai-hss-0: 14:57:49 DEBUG unit.oai-hss/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-xml amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [95.0 kB] unit-abot-epc-basic-0: 14:57:49 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: 14:57:49 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-oai-hss-0: 14:57:49 DEBUG unit.oai-hss/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtdbus4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [180 kB] unit-abot-epc-basic-0: 14:57:49 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: 14:57:49 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-oai-hss-0: 14:57:49 DEBUG unit.oai-hss/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-network amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [543 kB] unit-abot-epc-basic-0: 14:57:49 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: 14:57:49 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-oai-hss-0: 14:57:49 DEBUG unit.oai-hss/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-script amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [776 kB] unit-abot-epc-basic-0: 14:57:49 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: 14:57:49 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-oai-hss-0: 14:57:49 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: 14:57:49 DEBUG unit.oai-hss/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-xmlpatterns amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1028 kB] unit-abot-epc-basic-0: 14:57:50 DEBUG unit.abot-epc-basic/0.install Get:300 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgettextpo0 amd64 0.19.7-2ubuntu3.1 [125 kB] unit-abot-epc-basic-0: 14:57:50 DEBUG unit.abot-epc-basic/0.install Get:301 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgettextpo-dev amd64 0.19.7-2ubuntu3.1 [141 kB] unit-oai-hss-0: 14:57:50 DEBUG unit.oai-hss/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig amd64 2.11.0-0ubuntu4.2 [176 kB] unit-abot-epc-basic-0: 14:57:50 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: 14:57:50 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-oai-hss-0: 14:57:50 DEBUG unit.oai-hss/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] unit-abot-epc-basic-0: 14:57:50 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-oai-hss-0: 14:57:50 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-abot-epc-basic-0: 14:57:50 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-oai-hss-0: 14:57:50 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: 14:57:50 DEBUG unit.oai-hss/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxi6 amd64 2:1.7.1.901-1ubuntu1.1 [27.9 kB] unit-abot-epc-basic-0: 14:57:50 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-oai-hss-0: 14:57:50 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: 14:57:50 DEBUG unit.oai-hss/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtgui4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [4130 kB] unit-abot-epc-basic-0: 14:57:51 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: 14:57:51 DEBUG unit.abot-epc-basic/0.install Get:308 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libgraphicsmagick-q16-3 amd64 1.3.23-1ubuntu0.1 [1,107 kB] unit-oai-hss-0: 14:57:51 DEBUG unit.oai-hss/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-declarative amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1076 kB] unit-abot-epc-basic-0: 14:57:51 DEBUG unit.abot-epc-basic/0.install Get:309 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libgraphicsmagick++-q16-12 amd64 1.3.23-1ubuntu0.1 [101 kB] unit-abot-epc-basic-0: 14:57:51 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-oai-hss-0: 14:57:51 DEBUG unit.oai-hss/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-sql-mysql amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [30.3 kB] unit-abot-epc-basic-0: 14:57:51 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: 14:57:51 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-oai-hss-0: 14:57:51 DEBUG unit.oai-hss/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] unit-abot-epc-basic-0: 14:57:51 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: 14:57:51 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: 14:57:51 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: 14:57:51 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-oai-hss-0: 14:57:51 DEBUG unit.oai-hss/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] unit-abot-epc-basic-0: 14:57:52 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-oai-hss-0: 14:57:52 DEBUG unit.oai-hss/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] unit-abot-epc-basic-0: 14:57:52 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: 14:57:52 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-oai-hss-0: 14:57:52 DEBUG unit.oai-hss/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main autoconf all 2.69-6 [322 kB] unit-abot-epc-basic-0: 14:57:52 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: 14:57:52 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-oai-hss-0: 14:57:52 DEBUG unit.oai-hss/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main autotools-dev all 20130810.1 [44.3 kB] unit-abot-epc-basic-0: 14:57:52 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-oai-hss-0: 14:57:52 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-abot-epc-basic-0: 14:57:52 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: 14:57:52 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-oai-hss-0: 14:57:52 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-abot-epc-basic-0: 14:57:52 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-oai-hss-0: 14:57:52 DEBUG unit.oai-hss/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libbison-dev amd64 2:3.0.2.dfsg-2 [338 kB] unit-abot-epc-basic-0: 14:57:52 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: 14:57:52 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-oai-hss-0: 14:57:52 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: 14:57:53 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-abot-epc-basic-0: 14:57:53 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: 14:57:53 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-oai-hss-0: 14:57:53 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-164.214 [774 kB] unit-abot-epc-basic-0: 14:57:53 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: 14:57:53 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-oai-hss-0: 14:57:53 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: 14:57:53 DEBUG unit.oai-hss/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] unit-abot-epc-basic-0: 14:57:53 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: 14:57:53 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: 14:57:53 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-oai-hss-0: 14:57:53 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-abot-epc-basic-0: 14:57:53 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: 14:57:53 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-oai-hss-0: 14:57:54 DEBUG unit.oai-hss/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] unit-abot-epc-basic-0: 14:57:54 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: 14:57:54 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-oai-hss-0: 14:57:54 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] unit-abot-epc-basic-0: 14:57:54 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: 14:57:54 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: 14:57:54 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: 14:57:54 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-oai-hss-0: 14:57:54 DEBUG unit.oai-hss/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] unit-abot-epc-basic-0: 14:57:54 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-mysql-0: 14:57:54 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 14:57:54 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 14:57:54 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 14:57:54 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 14:57:54 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 14:57:54 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 14:57:54 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 14:57:54 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 14:57:54 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 14:57:54 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 14:57:54 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 14:57:54 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 14:57:54 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: 14:57:54 DEBUG unit.oai-hss/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] unit-abot-epc-basic-0: 14:57:54 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: 14:57:54 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: 14:57:55 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: 14:57:55 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: 14:57:55 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: 14:57:55 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: 14:57:55 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: 14:57:55 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: 14:57:55 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: 14:57:55 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-oai-hss-0: 14:57:55 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-abot-epc-basic-0: 14:57:55 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: 14:57:55 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-oai-hss-0: 14:57:55 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-abot-epc-basic-0: 14:57:55 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: 14:57:56 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-oai-hss-0: 14:57:56 DEBUG unit.oai-hss/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] unit-abot-epc-basic-0: 14:57:56 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-oai-hss-0: 14:57:56 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-abot-epc-basic-0: 14:57:56 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: 14:57:56 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-oai-hss-0: 14:57:56 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-abot-epc-basic-0: 14:57:56 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: 14:57:56 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-oai-hss-0: 14:57:56 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-abot-epc-basic-0: 14:57:56 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: 14:57:56 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-oai-hss-0: 14:57:56 DEBUG unit.oai-hss/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cmake amd64 2.8.12.2-0ubuntu3 [2618 kB] unit-abot-epc-basic-0: 14:57:56 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: 14:57:56 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: 14:57:56 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-oai-hss-0: 14:57:57 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-abot-epc-basic-0: 14:57:57 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: 14:57:57 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-oai-hss-0: 14:57:57 DEBUG unit.oai-hss/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main doxygen amd64 1.8.6-2 [2408 kB] unit-abot-epc-basic-0: 14:57:57 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: 14:57:57 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: 14:57:57 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.10 [757 kB] unit-oai-hss-0: 14:57:57 DEBUG unit.oai-hss/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe doxygen-gui amd64 1.8.6-2 [279 kB] unit-abot-epc-basic-0: 14:57:57 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: 14:57:57 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-oai-hss-0: 14:57:57 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: 14:57:57 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-abot-epc-basic-0: 14:57:57 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: 14:57:57 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-oai-hss-0: 14:57:57 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-abot-epc-basic-0: 14:57:57 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: 14:57: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: 14:57: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-oai-hss-0: 14:57:58 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-abot-epc-basic-0: 14:57:58 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-oai-hss-0: 14:57:58 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-abot-epc-basic-0: 14:57:58 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: 14:57:58 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-oai-hss-0: 14:57:58 DEBUG unit.oai-hss/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] unit-abot-epc-basic-0: 14:57:58 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-oai-hss-0: 14:57:58 DEBUG unit.oai-hss/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] unit-abot-epc-basic-0: 14:57:58 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: 14:57:58 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-oai-hss-0: 14:57:58 DEBUG unit.oai-hss/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] unit-abot-epc-basic-0: 14:57:58 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: 14:57:58 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-oai-hss-0: 14:57:58 DEBUG unit.oai-hss/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main pkg-config amd64 0.26-1ubuntu4 [40.9 kB] unit-abot-epc-basic-0: 14:57:58 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-oai-hss-0: 14:57:59 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-abot-epc-basic-0: 14:57: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: 14:57: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: 14:57: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-oai-hss-0: 14:57:59 DEBUG unit.oai-hss/0.install Extracting templates from packages: 35% Extracting templates from packages: 71% Extracting templates from packages: 100% unit-abot-epc-basic-0: 14:57:59 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-oai-hss-0: 14:57:59 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 14:57:59 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: 14:57:59 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: 14:57:59 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: 14:57:59 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: 14:57:59 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.14 [1,345 kB] unit-abot-epc-basic-0: 14:57:59 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.14 [1,078 kB] unit-abot-epc-basic-0: 14:58: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-oai-hss-0: 14:58:00 DEBUG unit.oai-hss/0.install Fetched 68.3 MB in 16s (4138 kB/s) unit-abot-epc-basic-0: 14:58: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-oai-hss-0: 14:58:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 14:58: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-oai-hss-0: 14:58:00 DEBUG unit.oai-hss/0.install (Reading database ... 53460 files and directories currently installed.) unit-oai-hss-0: 14:58:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../m4_1.4.17-2ubuntu1_amd64.deb ... unit-oai-hss-0: 14:58:00 DEBUG unit.oai-hss/0.install Unpacking m4 (1.4.17-2ubuntu1) ... unit-abot-epc-basic-0: 14:58: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: 14:58: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: 14:58:00 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: 14:58:00 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: 14:58:00 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: 14:58: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-oai-hss-0: 14:58:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfl-dev:amd64. unit-oai-hss-0: 14:58:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfl-dev_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 14:58:01 DEBUG unit.oai-hss/0.install Unpacking libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-abot-epc-basic-0: 14:58: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: 14:58: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: 14:58: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-oai-hss-0: 14:58:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package flex. unit-oai-hss-0: 14:58:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../flex_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 14:58:01 DEBUG unit.oai-hss/0.install Unpacking flex (2.5.35-10.1ubuntu2) ... unit-abot-epc-basic-0: 14:58: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: 14:58:01 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: 14:58:01 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: 14:58:01 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-oai-hss-0: 14:58:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package liblzo2-2:amd64. unit-oai-hss-0: 14:58:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../liblzo2-2_2.06-1.2ubuntu1.1_amd64.deb ... unit-oai-hss-0: 14:58:02 DEBUG unit.oai-hss/0.install Unpacking liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-abot-epc-basic-0: 14:58: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: 14:58: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: 14:58: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: 14:58: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: 14:58: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: 14:58: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-oai-hss-0: 14:58:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libnettle4:amd64. unit-oai-hss-0: 14:58:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libnettle4_2.7.1-1ubuntu0.2_amd64.deb ... unit-oai-hss-0: 14:58:02 DEBUG unit.oai-hss/0.install Unpacking libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-abot-epc-basic-0: 14:58:02 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-oai-hss-0: 14:58:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libarchive13:amd64. unit-oai-hss-0: 14:58:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libarchive13_3.1.2-7ubuntu2.7_amd64.deb ... unit-abot-epc-basic-0: 14:58: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-oai-hss-0: 14:58:03 DEBUG unit.oai-hss/0.install Unpacking libarchive13:amd64 (3.1.2-7ubuntu2.7) ... unit-abot-epc-basic-0: 14:58: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: 14:58: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: 14:58: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-oai-hss-0: 14:58:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasan0:amd64. unit-oai-hss-0: 14:58:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 14:58:03 DEBUG unit.oai-hss/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:58: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: 14:58: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: 14:58: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: 14:58: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: 14:58: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: 14:58:03 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: 14:58: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: 14:58: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: 14:58: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-oai-hss-0: 14:58:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package libatomic1:amd64. unit-oai-hss-0: 14:58:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 14:58:04 DEBUG unit.oai-hss/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:58: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: 14:58: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: 14:58: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: 14:58: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: 14:58: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.11 [2,958 kB] unit-abot-epc-basic-0: 14:58: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.11 [41.0 kB] unit-abot-epc-basic-0: 14:58: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: 14:58: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-oai-hss-0: 14:58:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-common. unit-oai-hss-0: 14:58:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-common_1%3a7.7+1ubuntu8.1_all.deb ... unit-abot-epc-basic-0: 14:58: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: 14:58: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: 14:58: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-oai-hss-0: 14:58:05 DEBUG unit.oai-hss/0.install Unpacking x11-common (1:7.7+1ubuntu8.1) ... unit-abot-epc-basic-0: 14:58: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: 14:58: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: 14:58: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-oai-hss-0: 14:58:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libice6:amd64. unit-oai-hss-0: 14:58:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libice6_2%3a1.0.8-2_amd64.deb ... unit-oai-hss-0: 14:58:05 DEBUG unit.oai-hss/0.install Unpacking libice6:amd64 (2:1.0.8-2) ... unit-abot-epc-basic-0: 14:58: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: 14:58: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: 14:58: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-oai-hss-0: 14:58:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsm6:amd64. unit-oai-hss-0: 14:58:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsm6_2%3a1.2.1-2_amd64.deb ... unit-oai-hss-0: 14:58:06 DEBUG unit.oai-hss/0.install Unpacking libsm6:amd64 (2:1.2.1-2) ... unit-oai-hss-0: 14:58:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxt6:amd64. unit-oai-hss-0: 14:58:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxt6_1%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 14:58:06 DEBUG unit.oai-hss/0.install Unpacking libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 14:58:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaudio2:amd64. unit-oai-hss-0: 14:58:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaudio2_1.9.4-1_amd64.deb ... unit-oai-hss-0: 14:58:07 DEBUG unit.oai-hss/0.install Unpacking libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 14:58:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-oai-hss-0: 14:58:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 14:58:07 DEBUG unit.oai-hss/0.install Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 14:58: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-oai-hss-0: 14:58:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common3:amd64. unit-oai-hss-0: 14:58:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 14:58: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-oai-hss-0: 14:58:07 DEBUG unit.oai-hss/0.install Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 14:58: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: 14:58:08 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: 14:58:08 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: 14:58: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: 14:58: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: 14:58: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: 14:58: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: 14:58: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-oai-hss-0: 14:58:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-client3:amd64. unit-oai-hss-0: 14:58:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 14:58: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-oai-hss-0: 14:58:08 DEBUG unit.oai-hss/0.install Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 14:58: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: 14:58: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: 14:58: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: 14:58:09 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: 14:58:09 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: 14:58:09 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-oai-hss-0: 14:58:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp10:amd64. unit-oai-hss-0: 14:58:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 14:58:09 DEBUG unit.oai-hss/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 14:58: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: 14:58:09 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 14:58:10 DEBUG unit.abot-epc-basic/0.install Fetched 294 MB in 49s (5,888 kB/s) unit-oai-hss-0: 14:58:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libisl10:amd64. unit-oai-hss-0: 14:58:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-oai-hss-0: 14:58:10 DEBUG unit.oai-hss/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 14:58:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-data. unit-abot-epc-basic-0: 14:58: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 ... 67314 files and directories currently installed.) unit-abot-epc-basic-0: 14:58:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ... unit-abot-epc-basic-0: 14:58:10 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-data (3.5.1-1ubuntu3) ... unit-oai-hss-0: 14:58:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-oai-hss-0: 14:58:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-oai-hss-0: 14:58:10 DEBUG unit.oai-hss/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 14:58:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcups2:amd64. unit-oai-hss-0: 14:58:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcups2_1.7.2-0ubuntu1.11_amd64.deb ... unit-oai-hss-0: 14:58:11 DEBUG unit.oai-hss/0.install Unpacking libcups2:amd64 (1.7.2-0ubuntu1.11) ... unit-abot-epc-basic-0: 14:58:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive13:amd64. unit-abot-epc-basic-0: 14:58:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive13_3.1.2-11ubuntu0.16.04.5_amd64.deb ... unit-abot-epc-basic-0: 14:58:11 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.5) ... unit-oai-hss-0: 14:58:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package fonts-dejavu-core. unit-oai-hss-0: 14:58:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 14:58:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcurl3:amd64. unit-oai-hss-0: 14:58:12 DEBUG unit.oai-hss/0.install Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... unit-abot-epc-basic-0: 14:58:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.11_amd64.deb ... unit-abot-epc-basic-0: 14:58:12 DEBUG unit.abot-epc-basic/0.install Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.11) ... unit-abot-epc-basic-0: 14:58:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoncpp1:amd64. unit-abot-epc-basic-0: 14:58:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ... unit-abot-epc-basic-0: 14:58:12 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoncpp1:amd64 (1.7.2-1) ... unit-oai-hss-0: 14:58:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig-config. unit-oai-hss-0: 14:58:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... unit-oai-hss-0: 14:58:12 DEBUG unit.oai-hss/0.install Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 14:58:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake. unit-abot-epc-basic-0: 14:58:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 14:58:12 DEBUG unit.abot-epc-basic/0.install Unpacking cmake (3.5.1-1ubuntu3) ... unit-oai-hss-0: 14:58:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontconfig1:amd64. unit-oai-hss-0: 14:58:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 14:58:13 DEBUG unit.oai-hss/0.install Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 14:58:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgomp1:amd64. unit-oai-hss-0: 14:58:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 14:58:13 DEBUG unit.oai-hss/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:58:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-curses-gui. unit-abot-epc-basic-0: 14:58:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-curses-gui_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 14:58:14 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-curses-gui (3.5.1-1ubuntu3) ... unit-oai-hss-0: 14:58:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libitm1:amd64. unit-oai-hss-0: 14:58:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 14:58:14 DEBUG unit.oai-hss/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:58:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 14:58:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/m4_1.4.17-5_amd64.deb ... unit-abot-epc-basic-0: 14:58:14 DEBUG unit.abot-epc-basic/0.install Unpacking m4 (1.4.17-5) ... unit-oai-hss-0: 14:58:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-oai-hss-0: 14:58:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... unit-oai-hss-0: 14:58:15 DEBUG unit.oai-hss/0.install Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-abot-epc-basic-0: 14:58:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfl-dev:amd64. unit-abot-epc-basic-0: 14:58:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfl-dev_2.6.0-11_amd64.deb ... unit-oai-hss-0: 14:58:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpfr4:amd64. unit-oai-hss-0: 14:58:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-abot-epc-basic-0: 14:58:15 DEBUG unit.abot-epc-basic/0.install Unpacking libfl-dev:amd64 (2.6.0-11) ... unit-oai-hss-0: 14:58:15 DEBUG unit.oai-hss/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 14:58:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package flex. unit-abot-epc-basic-0: 14:58:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../flex_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 14:58:16 DEBUG unit.abot-epc-basic/0.install Unpacking flex (2.6.0-11) ... unit-oai-hss-0: 14:58:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython3.4:amd64. unit-oai-hss-0: 14:58:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.7_amd64.deb ... unit-oai-hss-0: 14:58:16 DEBUG unit.oai-hss/0.install Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.7) ... unit-abot-epc-basic-0: 14:58:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lato. unit-abot-epc-basic-0: 14:58:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lato_2.0-1_all.deb ... unit-abot-epc-basic-0: 14:58:16 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lato (2.0-1) ... unit-oai-hss-0: 14:58:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package qtcore4-l10n. unit-oai-hss-0: 14:58:16 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: 14:58:16 DEBUG unit.oai-hss/0.install Unpacking qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 14:58:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtcore4:amd64. unit-oai-hss-0: 14:58:17 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: 14:58:17 DEBUG unit.oai-hss/0.install Unpacking libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 14:58:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package imagemagick-common. unit-abot-epc-basic-0: 14:58: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: 14:58:17 DEBUG unit.abot-epc-basic/0.install Unpacking imagemagick-common (8:6.8.9.9-7ubuntu5.13) ... unit-oai-hss-0: 14:58:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xml:amd64. unit-oai-hss-0: 14:58:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-xml_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 14:58:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaudio2:amd64. unit-abot-epc-basic-0: 14:58:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaudio2_1.9.4-4_amd64.deb ... unit-oai-hss-0: 14:58:18 DEBUG unit.oai-hss/0.install Unpacking libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 14:58:18 DEBUG unit.abot-epc-basic/0.install Unpacking libaudio2:amd64 (1.9.4-4) ... unit-oai-hss-0: 14:58:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtdbus4:amd64. unit-oai-hss-0: 14:58:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 14:58:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexif12:amd64. unit-abot-epc-basic-0: 14:58:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexif12_0.6.21-2_amd64.deb ... unit-oai-hss-0: 14:58:18 DEBUG unit.oai-hss/0.install Unpacking libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 14:58:18 DEBUG unit.abot-epc-basic/0.install Unpacking libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 14:58:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-double3:amd64. unit-abot-epc-basic-0: 14:58:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-double3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:58:19 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 14:58:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-network:amd64. unit-oai-hss-0: 14:58:19 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: 14:58:19 DEBUG unit.oai-hss/0.install Unpacking libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 14:58:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-long3:amd64. unit-abot-epc-basic-0: 14:58:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-long3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:58:20 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 14:58:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-script:amd64. unit-oai-hss-0: 14:58:20 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: 14:58:20 DEBUG unit.oai-hss/0.install Unpacking libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 14:58:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-quad3:amd64. unit-abot-epc-basic-0: 14:58:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-quad3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:58:20 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 14:58:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql:amd64. unit-oai-hss-0: 14:58:21 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: 14:58:21 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 14:58:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-single3:amd64. unit-abot-epc-basic-0: 14:58:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-single3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:58:21 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 14:58:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-oai-hss-0: 14:58:21 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: 14:58:21 DEBUG unit.oai-hss/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 14:58:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libieee1284-3:amd64. unit-abot-epc-basic-0: 14:58:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libieee1284-3_0.2.11-12_amd64.deb ... unit-abot-epc-basic-0: 14:58:22 DEBUG unit.abot-epc-basic/0.install Unpacking libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 14:58:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblqr-1-0:amd64. unit-abot-epc-basic-0: 14:58:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblqr-1-0_0.4.2-2_amd64.deb ... unit-oai-hss-0: 14:58:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig. unit-oai-hss-0: 14:58:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig_2.11.0-0ubuntu4.2_amd64.deb ... unit-abot-epc-basic-0: 14:58:22 DEBUG unit.abot-epc-basic/0.install Unpacking liblqr-1-0:amd64 (0.4.2-2) ... unit-oai-epc-0: 14:58:22 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 14:58:22 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 14:58:22 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 14:58:22 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 14:58:22 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 14:58:22 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 14:58:22 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 14:58:22 DEBUG unit.oai-hss/0.install Unpacking fontconfig (2.11.0-0ubuntu4.2) ... unit-oai-epc-0: 14:58:22 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 14:58:23 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install ++ config-get branch unit-abot-epc-basic-0: 14:58:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl7:amd64. unit-abot-epc-basic-0: 14:58:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ... unit-oai-hss-0: 14:58:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg8:amd64. unit-oai-hss-0: 14:58:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-oai-epc-0: 14:58:23 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install ++ config-get revision unit-abot-epc-basic-0: 14:58:23 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl7:amd64 (2.4.6-0.1) ... unit-oai-hss-0: 14:58:23 DEBUG unit.oai-hss/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-epc-0: 14:58:23 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 14:58:23 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:58:23 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: 14:58:23 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 14:58:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickcore-6.q16-2:amd64. unit-oai-hss-0: 14:58:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjbig0:amd64. unit-abot-epc-basic-0: 14:58:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagickcore-6.q16-2_8%3a6.8.9.9-7ubuntu5.13_amd64.deb ... unit-oai-hss-0: 14:58:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 14:58:23 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-oai-hss-0: 14:58:23 DEBUG unit.oai-hss/0.install Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 14:58:24 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:58:24 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 14:58:24 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 14:58:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtiff5:amd64. unit-oai-hss-0: 14:58:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... unit-oai-hss-0: 14:58:24 DEBUG unit.oai-hss/0.install Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-abot-epc-basic-0: 14:58:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickwand-6.q16-2:amd64. unit-abot-epc-basic-0: 14:58:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagickwand-6.q16-2_8%3a6.8.9.9-7ubuntu5.13_amd64.deb ... unit-oai-epc-0: 14:58:24 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:58:24 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 14:58:24 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: 14:58:24 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-abot-epc-basic-0: 14:58:24 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-oai-epc-0: 14:58:24 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:58:24 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-164-generic unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-164-generic unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 14:58:24 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: 14:58:24 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-epc-0: 14:58:24 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:58:24 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 14:58:24 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 14:58:24 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 14:58:24 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: 14:58:24 DEBUG unit.oai-epc/0.install --2019-01-20 14:58:24-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 14:58:25 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-epc-0: 14:58:25 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-epc-0: 14:58:25 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 301 Moved Permanently unit-oai-epc-0: 14:58:25 DEBUG unit.oai-epc/0.install Location: https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ [following] unit-oai-epc-0: 14:58:25 DEBUG unit.oai-epc/0.install --2019-01-20 14:58:25-- https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 14:58:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxi6:amd64. unit-oai-hss-0: 14:58:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxi6_2%3a1.7.1.901-1ubuntu1.1_amd64.deb ... unit-oai-epc-0: 14:58:25 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:443... connected. unit-oai-hss-0: 14:58:25 DEBUG unit.oai-hss/0.install Unpacking libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-abot-epc-basic-0: 14:58:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmng2:amd64. unit-abot-epc-basic-0: 14:58:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmng2_2.0.2-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 14:58:25 DEBUG unit.abot-epc-basic/0.install Unpacking libmng2:amd64 (2.0.2-0ubuntu3) ... unit-oai-epc-0: 14:58:25 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 14:58:25 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 14:58:25 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 14:58:25 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:58:25 DEBUG unit.oai-epc/0.install 0K ....... 37.2M=0s unit-oai-epc-0: 14:58:25 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:58:25 DEBUG unit.oai-epc/0.install 2019-01-20 14:58:25 (37.2 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8049] unit-oai-epc-0: 14:58:25 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:58:25 DEBUG unit.oai-epc/0.install FINISHED --2019-01-20 14:58:25-- unit-oai-epc-0: 14:58:25 DEBUG unit.oai-epc/0.install Total wall clock time: 0.8s unit-oai-epc-0: 14:58:25 DEBUG unit.oai-epc/0.install Downloaded: 1 files, 7.9K in 0s (37.2 MB/s) unit-oai-epc-0: 14:58:25 DEBUG unit.oai-epc/0.install + dpkg -i 'kernel.ubuntu.com/*/*/*/*deb' unit-oai-epc-0: 14:58:25 DEBUG unit.oai-epc/0.install dpkg: error processing archive kernel.ubuntu.com/*/*/*/*deb (--install): unit-oai-epc-0: 14:58:25 DEBUG unit.oai-epc/0.install cannot access archive: No such file or directory unit-oai-epc-0: 14:58:26 DEBUG unit.oai-epc/0.install Errors were encountered while processing: unit-oai-epc-0: 14:58:26 DEBUG unit.oai-epc/0.install kernel.ubuntu.com/*/*/*/*deb unit-oai-epc-0: 14:58:26 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-oai-epc-0: 14:58:26 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 14:58:26 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 14:58:26 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 14:58:26 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-hss-0: 14:58:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrender1:amd64. unit-oai-hss-0: 14:58:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrender1_1%3a0.9.8-1build0.14.04.1_amd64.deb ... unit-oai-hss-0: 14:58:26 DEBUG unit.oai-hss/0.install Unpacking libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-abot-epc-basic-0: 14:58:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmtdev1:amd64. unit-abot-epc-basic-0: 14:58:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmtdev1_1.1.5-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 14:58:26 DEBUG unit.abot-epc-basic/0.install Unpacking libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-oai-hss-0: 14:58:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtgui4:amd64. unit-oai-hss-0: 14:58:26 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: 14:58:26 DEBUG unit.oai-hss/0.install Unpacking libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 14:58:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcrecpp0v5:amd64. unit-abot-epc-basic-0: 14:58:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 14:58:26 DEBUG unit.abot-epc-basic/0.install Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 14:58:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-common. unit-abot-epc-basic-0: 14:58:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 14:58:26 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 14:58:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas3. unit-abot-epc-basic-0: 14:58:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 14:58:27 DEBUG unit.abot-epc-basic/0.install Unpacking libblas3 (3.6.0-2ubuntu2) ... unit-oai-hss-0: 14:58:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-oai-hss-0: 14:58:27 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: 14:58:28 DEBUG unit.oai-hss/0.install Unpacking libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 14:58:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran3:amd64. unit-abot-epc-basic-0: 14:58:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgfortran3_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 14:58:28 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 14:58:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-oai-hss-0: 14:58:28 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: 14:58:28 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 14:58:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libopenblas-base. unit-abot-epc-basic-0: 14:58:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libopenblas-base_0.2.18-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:58:29 DEBUG unit.abot-epc-basic/0.install Unpacking libopenblas-base (0.2.18-1ubuntu1) ... unit-oai-hss-0: 14:58:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libquadmath0:amd64. unit-oai-hss-0: 14:58:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 14:58:29 DEBUG unit.oai-hss/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 14:58:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtsan0:amd64. unit-oai-hss-0: 14:58:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 14:58:30 DEBUG unit.oai-hss/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 14:58:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpc3:amd64. unit-oai-hss-0: 14:58:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 14:58:30 DEBUG unit.oai-hss/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:58:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas3-base. unit-abot-epc-basic-0: 14:58:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas3-base_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 14:58:31 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas3-base (3.10.2-9) ... unit-oai-hss-0: 14:58:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package autoconf. unit-oai-hss-0: 14:58:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../autoconf_2.69-6_all.deb ... unit-oai-hss-0: 14:58:31 DEBUG unit.oai-hss/0.install Unpacking autoconf (2.69-6) ... unit-oai-hss-0: 14:58:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package autotools-dev. unit-oai-hss-0: 14:58:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../autotools-dev_20130810.1_all.deb ... unit-oai-hss-0: 14:58:31 DEBUG unit.oai-hss/0.install Unpacking autotools-dev (20130810.1) ... unit-abot-epc-basic-0: 14:58:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblapack3. unit-abot-epc-basic-0: 14:58:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 14:58:32 DEBUG unit.abot-epc-basic/0.install Unpacking liblapack3 (3.6.0-2ubuntu2) ... unit-oai-hss-0: 14:58:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package automake. unit-oai-hss-0: 14:58:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../automake_1%3a1.14.1-2ubuntu1_all.deb ... unit-oai-hss-0: 14:58:32 DEBUG unit.oai-hss/0.install Unpacking automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 14:58:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package binutils. unit-oai-hss-0: 14:58:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-abot-epc-basic-0: 14:58:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqrupdate1:amd64. unit-abot-epc-basic-0: 14:58:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqrupdate1_1.1.2-1build1_amd64.deb ... unit-oai-hss-0: 14:58:33 DEBUG unit.oai-hss/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 14:58:33 DEBUG unit.abot-epc-basic/0.install Unpacking libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 14:58:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre16-3:amd64. unit-abot-epc-basic-0: 14:58:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 14:58:34 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre16-3:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 14:58:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libbison-dev:amd64. unit-oai-hss-0: 14:58:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libbison-dev_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 14:58:34 DEBUG unit.oai-hss/0.install Unpacking libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-abot-epc-basic-0: 14:58:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5core5a:amd64. unit-abot-epc-basic-0: 14:58:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5core5a_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 14:58:34 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 14:58:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package bison. unit-oai-hss-0: 14:58:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../bison_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 14:58:35 DEBUG unit.oai-hss/0.install Unpacking bison (2:3.0.2.dfsg-2) ... unit-abot-epc-basic-0: 14:58:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-server0:amd64. unit-abot-epc-basic-0: 14:58:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-server0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-oai-hss-0: 14:58:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc-dev-bin. unit-oai-hss-0: 14:58:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-abot-epc-basic-0: 14:58:35 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 14:58:35 DEBUG unit.oai-hss/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 14:58:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-oai-hss-0: 14:58:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-libc-dev_3.13.0-164.214_amd64.deb ... unit-abot-epc-basic-0: 14:58:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgbm1:amd64. unit-abot-epc-basic-0: 14:58:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgbm1_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-oai-hss-0: 14:58:35 DEBUG unit.oai-hss/0.install Unpacking linux-libc-dev:amd64 (3.13.0-164.214) ... unit-abot-epc-basic-0: 14:58:35 DEBUG unit.abot-epc-basic/0.install Unpacking libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 14:58:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcapnp-0.5.3:amd64. unit-abot-epc-basic-0: 14:58:36 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: 14:58:37 DEBUG unit.abot-epc-basic/0.install Unpacking libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-oai-hss-0: 14:58:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dev:amd64. unit-oai-hss-0: 14:58:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 14:58:37 DEBUG unit.oai-hss/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 14:58:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libboost-filesystem1.58.0:amd64. unit-abot-epc-basic-0: 14:58:37 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: 14:58:37 DEBUG unit.abot-epc-basic/0.install Unpacking libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 14:58:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore1:amd64. unit-abot-epc-basic-0: 14:58:37 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: 14:58:37 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 14:58:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp-4.8. unit-oai-hss-0: 14:58:37 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: 14:58:37 DEBUG unit.oai-hss/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:58:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon7:amd64. unit-abot-epc-basic-0: 14:58:38 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: 14:58:38 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 14:58:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp. unit-oai-hss-0: 14:58:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 14:58:38 DEBUG unit.oai-hss/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 14:58:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-lite9v5:amd64. unit-abot-epc-basic-0: 14:58:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-lite9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 14:58:38 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 14:58:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-oai-hss-0: 14:58:39 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: 14:58:39 DEBUG unit.oai-hss/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:58:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirprotobuf3:amd64. unit-abot-epc-basic-0: 14:58:39 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: 14:58:39 DEBUG unit.abot-epc-basic/0.install Unpacking libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 14:58:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc-4.8. unit-oai-hss-0: 14:58:39 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: 14:58:39 DEBUG unit.oai-hss/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:58:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon0:amd64. unit-abot-epc-basic-0: 14:58:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon0_0.5.0-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 14:58:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 14:58:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient9:amd64. unit-abot-epc-basic-0: 14:58:40 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: 14:58:40 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 14:58:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc. unit-oai-hss-0: 14:58:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 14:58:41 DEBUG unit.oai-hss/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 14:58:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-client0:amd64. unit-abot-epc-basic-0: 14:58:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-client0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-oai-hss-0: 14:58:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-oai-hss-0: 14:58:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 14:58:41 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 14:58:41 DEBUG unit.oai-hss/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:58:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0:amd64. unit-abot-epc-basic-0: 14:58:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:58:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:58:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa:amd64. unit-abot-epc-basic-0: 14:58:42 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: 14:58:42 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 14:58:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++-4.8. unit-oai-hss-0: 14:58:42 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: 14:58:42 DEBUG unit.oai-hss/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:58:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libevdev2:amd64. unit-abot-epc-basic-0: 14:58:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libevdev2_1.4.6+dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 14:58:42 DEBUG unit.abot-epc-basic/0.install Unpacking libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 14:58:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgudev-1.0-0:amd64. unit-abot-epc-basic-0: 14:58:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgudev-1.0-0_1%3a230-2_amd64.deb ... unit-abot-epc-basic-0: 14:58:43 DEBUG unit.abot-epc-basic/0.install Unpacking libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 14:58:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-common. unit-abot-epc-basic-0: 14:58:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom-common_0.22-1~ubuntu16.04.1_all.deb ... unit-oai-hss-0: 14:58:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++. unit-abot-epc-basic-0: 14:58:44 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-common (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 14:58:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 14:58:44 DEBUG unit.oai-hss/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 14:58:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom2:amd64. unit-abot-epc-basic-0: 14:58:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom2_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 14:58:44 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 14:58:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package make. unit-oai-hss-0: 14:58:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-oai-hss-0: 14:58:44 DEBUG unit.oai-hss/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 14:58:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdpkg-perl. unit-oai-hss-0: 14:58:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 14:58:44 DEBUG unit.oai-hss/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 14:58:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput-bin. unit-abot-epc-basic-0: 14:58:45 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: 14:58:45 DEBUG unit.abot-epc-basic/0.install Unpacking libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-oai-hss-0: 14:58:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package dpkg-dev. unit-oai-hss-0: 14:58:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 14:58:45 DEBUG unit.oai-hss/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 14:58:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput10:amd64. unit-oai-hss-0: 14:58:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package build-essential. unit-oai-hss-0: 14:58:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 14:58:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libinput10_1.6.3-1ubuntu1~16.04.1_amd64.deb ... unit-oai-hss-0: 14:58:46 DEBUG unit.oai-hss/0.install Unpacking build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 14:58:46 DEBUG unit.abot-epc-basic/0.install Unpacking libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 14:58:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5dbus5:amd64. unit-abot-epc-basic-0: 14:58:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5dbus5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-oai-hss-0: 14:58:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-data. unit-oai-hss-0: 14:58:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-data_2.8.12.2-0ubuntu3_all.deb ... unit-abot-epc-basic-0: 14:58:46 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 14:58:46 DEBUG unit.oai-hss/0.install Unpacking cmake-data (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 14:58:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libproxy1v5:amd64. unit-abot-epc-basic-0: 14:58:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libproxy1v5_0.4.11-5ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:58:46 DEBUG unit.abot-epc-basic/0.install Unpacking libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-oai-hss-0: 14:58:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake. unit-oai-hss-0: 14:58:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 14:58:47 DEBUG unit.oai-hss/0.install Unpacking cmake (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 14:58:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5network5:amd64. unit-abot-epc-basic-0: 14:58:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5network5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 14:58:47 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 14:58:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-icccm4:amd64. unit-abot-epc-basic-0: 14:58:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-icccm4_0.4.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:58:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-oai-hss-0: 14:58:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-curses-gui. unit-oai-hss-0: 14:58:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-curses-gui_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 14:58:48 DEBUG unit.oai-hss/0.install Unpacking cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 14:58:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-util1:amd64. unit-abot-epc-basic-0: 14:58:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-util1_0.4.0-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 14:58:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-oai-hss-0: 14:58:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen. unit-oai-hss-0: 14:58:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen_1.8.6-2_amd64.deb ... unit-oai-hss-0: 14:58:48 DEBUG unit.oai-hss/0.install Unpacking doxygen (1.8.6-2) ... unit-abot-epc-basic-0: 14:58:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-image0:amd64. unit-abot-epc-basic-0: 14:58:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-image0_0.4.0-1build1_amd64.deb ... unit-abot-epc-basic-0: 14:58:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 14:58:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-keysyms1:amd64. unit-abot-epc-basic-0: 14:58:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-keysyms1_0.4.0-1_amd64.deb ... unit-abot-epc-basic-0: 14:58:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-keysyms1:amd64 (0.4.0-1) ... unit-oai-hss-0: 14:58:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen-gui. unit-oai-hss-0: 14:58:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen-gui_1.8.6-2_amd64.deb ... unit-oai-hss-0: 14:58:49 DEBUG unit.oai-hss/0.install Unpacking doxygen-gui (1.8.6-2) ... unit-abot-epc-basic-0: 14:58:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0:amd64. unit-abot-epc-basic-0: 14:58:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:58:50 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 14:58:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfakeroot:amd64. unit-oai-hss-0: 14:58:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 14:58:50 DEBUG unit.oai-hss/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 14:58:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package fakeroot. unit-abot-epc-basic-0: 14:58:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render-util0:amd64. unit-oai-hss-0: 14:58:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 14:58:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render-util0_0.3.9-1_amd64.deb ... unit-abot-epc-basic-0: 14:58:50 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render-util0:amd64 (0.3.9-1) ... unit-oai-hss-0: 14:58:50 DEBUG unit.oai-hss/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 14:58:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-abot-epc-basic-0: 14:58:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0_1.11.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 14:58:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package gdb. unit-abot-epc-basic-0: 14:58:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 14:58:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... unit-oai-hss-0: 14:58:51 DEBUG unit.oai-hss/0.install Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... unit-abot-epc-basic-0: 14:58:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xkb1:amd64. unit-abot-epc-basic-0: 14:58:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xkb1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:58:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 14:58:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-oai-hss-0: 14:58:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-oai-hss-0: 14:58:52 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 14:58:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-x11-0:amd64. unit-abot-epc-basic-0: 14:58:52 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: 14:58:52 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2.1) ... unit-oai-hss-0: 14:58:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-oai-hss-0: 14:58:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-oai-hss-0: 14:58:52 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 14:58:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5gui5:amd64. unit-abot-epc-basic-0: 14:58:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5gui5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 14:58:52 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 14:58:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-oai-hss-0: 14:58:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-oai-hss-0: 14:58:53 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 14:58:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5widgets5:amd64. unit-abot-epc-basic-0: 14:58:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5widgets5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 14:58:53 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 14:58:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-oai-hss-0: 14:58:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-oai-hss-0: 14:58:53 DEBUG unit.oai-hss/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 14:58:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package manpages-dev. unit-oai-hss-0: 14:58:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-oai-hss-0: 14:58:54 DEBUG unit.oai-hss/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 14:58:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5svg5:amd64. unit-abot-epc-basic-0: 14:58:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5svg5_5.5.1-2build1_amd64.deb ... unit-abot-epc-basic-0: 14:58:54 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 14:58:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-common. unit-abot-epc-basic-0: 14:58:54 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: 14:58:54 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 14:58:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package pkg-config. unit-oai-hss-0: 14:58:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... unit-abot-epc-basic-0: 14:58:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-services. unit-abot-epc-basic-0: 14:58:55 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: 14:58:55 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 14:58:55 DEBUG unit.oai-hss/0.install Unpacking pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 14:58:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dbg:amd64. unit-oai-hss-0: 14:58:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 14:58:55 DEBUG unit.oai-hss/0.install Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 14:58:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdconf1:amd64. unit-abot-epc-basic-0: 14:58:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdconf1_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 14:58:55 DEBUG unit.abot-epc-basic/0.install Unpacking libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 14:58:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-service. unit-oai-hss-0: 14:58:56 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:58:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-service_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 14:58:56 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 14:58:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-gsettings-backend:amd64. unit-abot-epc-basic-0: 14:58:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-gsettings-backend_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 14:58:56 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 14:58:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsettings-desktop-schemas. unit-abot-epc-basic-0: 14:58:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsettings-desktop-schemas_3.18.1-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 14:58:57 DEBUG unit.abot-epc-basic/0.install Unpacking gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:58:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking:amd64. unit-abot-epc-basic-0: 14:58:57 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: 14:58:57 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 14:58:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup2.4-1:amd64. unit-abot-epc-basic-0: 14:58:58 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: 14:58:58 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 14:58:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup-gnome2.4-1:amd64. unit-abot-epc-basic-0: 14:58:59 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: 14:58:59 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 14:59:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librest-0.7-0:amd64. unit-abot-epc-basic-0: 14:59:00 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: 14:59:00 DEBUG unit.abot-epc-basic/0.install Unpacking librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 14:59:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsamplerate0:amd64. unit-abot-epc-basic-0: 14:59:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsamplerate0_0.1.8-8_amd64.deb ... unit-abot-epc-basic-0: 14:59:00 DEBUG unit.abot-epc-basic/0.install Unpacking libsamplerate0:amd64 (0.1.8-8) ... unit-oai-hss-0: 14:59:00 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 14:59:01 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 14:59:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane-common. unit-abot-epc-basic-0: 14:59:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsane-common_1.0.25+git20150528-1ubuntu2.16.04.1_all.deb ... unit-oai-hss-0: 14:59:01 DEBUG unit.oai-hss/0.install Setting up m4 (1.4.17-2ubuntu1) ... unit-abot-epc-basic-0: 14:59:01 DEBUG unit.abot-epc-basic/0.install Unpacking libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-oai-hss-0: 14:59:01 DEBUG unit.oai-hss/0.install Setting up libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 14:59:01 DEBUG unit.oai-hss/0.install Setting up flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 14:59:01 DEBUG unit.oai-hss/0.install Setting up liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-abot-epc-basic-0: 14:59:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libserf-1-1:amd64. unit-abot-epc-basic-0: 14:59:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libserf-1-1_1.3.8-1_amd64.deb ... unit-abot-epc-basic-0: 14:59:01 DEBUG unit.abot-epc-basic/0.install Unpacking libserf-1-1:amd64 (1.3.8-1) ... unit-oai-hss-0: 14:59:02 DEBUG unit.oai-hss/0.install Setting up libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 14:59:02 DEBUG unit.oai-hss/0.install Setting up libarchive13:amd64 (3.1.2-7ubuntu2.7) ... unit-abot-epc-basic-0: 14:59:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libunistring0:amd64. unit-abot-epc-basic-0: 14:59:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:59:02 DEBUG unit.abot-epc-basic/0.install Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-oai-hss-0: 14:59:02 DEBUG unit.oai-hss/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 14:59:03 DEBUG unit.oai-hss/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:59:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft2:amd64. unit-abot-epc-basic-0: 14:59:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ... unit-oai-hss-0: 14:59:03 DEBUG unit.oai-hss/0.install Setting up x11-common (1:7.7+1ubuntu8.1) ... unit-abot-epc-basic-0: 14:59:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 14:59:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxss1:amd64. unit-abot-epc-basic-0: 14:59:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 14:59:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 14:59:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxv1:amd64. unit-abot-epc-basic-0: 14:59:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-abot-epc-basic-0: 14:59:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 14:59:04 DEBUG unit.oai-hss/0.install * Setting up X socket directories... unit-oai-hss-0: 14:59:04 DEBUG unit.oai-hss/0.install ...done. unit-abot-epc-basic-0: 14:59:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-abot-epc-basic-0: 14:59:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 14:59:04 DEBUG unit.oai-hss/0.install Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 14:59:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 14:59:05 DEBUG unit.oai-hss/0.install Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 14:59:05 DEBUG unit.oai-hss/0.install Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 14:59:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package poppler-data. unit-abot-epc-basic-0: 14:59:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../poppler-data_0.4.7-7_all.deb ... unit-abot-epc-basic-0: 14:59:05 DEBUG unit.abot-epc-basic/0.install Unpacking poppler-data (0.4.7-7) ... unit-oai-hss-0: 14:59:05 DEBUG unit.oai-hss/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 14:59:05 DEBUG unit.oai-hss/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 14:59:06 DEBUG unit.oai-hss/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 14:59:06 DEBUG unit.oai-hss/0.install Setting up libcups2:amd64 (1.7.2-0ubuntu1.11) ... unit-abot-epc-basic-0: 14:59:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0:amd64. unit-abot-epc-basic-0: 14:59:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 14:59:06 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0:amd64 (0.10-3) ... unit-oai-hss-0: 14:59:06 DEBUG unit.oai-hss/0.install Setting up fonts-dejavu-core (2.34-1ubuntu1) ... unit-abot-epc-basic-0: 14:59:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslicot0:amd64. unit-abot-epc-basic-0: 14:59:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslicot0_5.0+20101122-2_amd64.deb ... unit-abot-epc-basic-0: 14:59:07 DEBUG unit.abot-epc-basic/0.install Unpacking libslicot0:amd64 (5.0+20101122-2) ... unit-oai-hss-0: 14:59:07 DEBUG unit.oai-hss/0.install Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 14:59:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-common. unit-abot-epc-basic-0: 14:59:07 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: 14:59:07 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 14:59:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-0:amd64. unit-abot-epc-basic-0: 14:59:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:59:08 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 14:59:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-0:amd64. unit-abot-epc-basic-0: 14:59:08 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: 14:59:08 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 14:59:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-gobject2:amd64. unit-abot-epc-basic-0: 14:59:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-gobject2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 14:59:09 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-gobject2:amd64 (1.14.6-1) ... unit-oai-hss-0: 14:59:09 DEBUG unit.oai-hss/0.install Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 14:59:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolord2:amd64. unit-abot-epc-basic-0: 14:59:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolord2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:59:10 DEBUG unit.abot-epc-basic/0.install Unpacking libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-oai-hss-0: 14:59:10 DEBUG unit.oai-hss/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 14:59:10 DEBUG unit.oai-hss/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 14:59:10 DEBUG unit.oai-hss/0.install Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-abot-epc-basic-0: 14:59:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy0:amd64. unit-abot-epc-basic-0: 14:59:10 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: 14:59:10 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-oai-hss-0: 14:59:10 DEBUG unit.oai-hss/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-oai-hss-0: 14:59:10 DEBUG unit.oai-hss/0.install Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.7) ... unit-abot-epc-basic-0: 14:59:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-common. unit-abot-epc-basic-0: 14:59:11 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: 14:59:11 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-oai-hss-0: 14:59:11 DEBUG unit.oai-hss/0.install Setting up qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 14:59:11 DEBUG unit.oai-hss/0.install Setting up libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 14:59:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-0:amd64. unit-abot-epc-basic-0: 14:59:11 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: 14:59:11 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-oai-hss-0: 14:59:11 DEBUG unit.oai-hss/0.install Setting up libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 14:59:11 DEBUG unit.oai-hss/0.install Setting up libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 14:59:12 DEBUG unit.oai-hss/0.install Setting up libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 14:59:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-cursor0:amd64. unit-abot-epc-basic-0: 14:59:12 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: 14:59:12 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 14:59:12 DEBUG unit.oai-hss/0.install Setting up libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 14:59:12 DEBUG unit.oai-hss/0.install Setting up libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 14:59:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-egl1-mesa:amd64. unit-abot-epc-basic-0: 14:59:12 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: 14:59:12 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 14:59:12 DEBUG unit.oai-hss/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 14:59:12 DEBUG unit.oai-hss/0.install Setting up fontconfig (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 14:59:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-0:amd64. unit-abot-epc-basic-0: 14:59:13 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: 14:59:13 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 14:59:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-bin. unit-abot-epc-basic-0: 14:59:13 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: 14:59:13 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: 14:59:13 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: 14:59:13 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 14:59:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcroco3:amd64. unit-abot-epc-basic-0: 14:59:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ... unit-abot-epc-basic-0: 14:59:14 DEBUG unit.abot-epc-basic/0.install Unpacking libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 14:59:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-2:amd64. unit-abot-epc-basic-0: 14:59:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-2_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 14:59:14 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-2:amd64 (2.40.13-3) ... unit-oai-hss-0: 14:59:15 DEBUG unit.oai-hss/0.install Regenerating fonts cache... done. unit-oai-hss-0: 14:59:15 DEBUG unit.oai-hss/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 14:59:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-common:amd64. unit-abot-epc-basic-0: 14:59:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-common_2.40.13-3_amd64.deb ... unit-oai-hss-0: 14:59:15 DEBUG unit.oai-hss/0.install Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-abot-epc-basic-0: 14:59:15 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-common:amd64 (2.40.13-3) ... unit-oai-hss-0: 14:59:15 DEBUG unit.oai-hss/0.install Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-oai-hss-0: 14:59:15 DEBUG unit.oai-hss/0.install Setting up libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-abot-epc-basic-0: 14:59:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package humanity-icon-theme. unit-abot-epc-basic-0: 14:59:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../humanity-icon-theme_0.6.10.1_all.deb ... unit-abot-epc-basic-0: 14:59:15 DEBUG unit.abot-epc-basic/0.install Unpacking humanity-icon-theme (0.6.10.1) ... unit-oai-hss-0: 14:59:15 DEBUG unit.oai-hss/0.install Setting up libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-oai-hss-0: 14:59:16 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: 14:59:16 DEBUG unit.oai-hss/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 14:59:16 DEBUG unit.oai-hss/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 14:59:16 DEBUG unit.oai-hss/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:59:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ubuntu-mono. unit-abot-epc-basic-0: 14:59:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ubuntu-mono_14.04+16.04.20180326-0ubuntu1_all.deb ... unit-oai-hss-0: 14:59:17 DEBUG unit.oai-hss/0.install Setting up autoconf (2.69-6) ... unit-abot-epc-basic-0: 14:59:17 DEBUG unit.abot-epc-basic/0.install Unpacking ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-oai-hss-0: 14:59:17 DEBUG unit.oai-hss/0.install Setting up autotools-dev (20130810.1) ... unit-oai-hss-0: 14:59:17 DEBUG unit.oai-hss/0.install Setting up automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 14:59:17 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: 14:59:17 DEBUG unit.oai-hss/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 14:59:18 DEBUG unit.oai-hss/0.install Setting up libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 14:59:18 DEBUG unit.oai-hss/0.install Setting up bison (2:3.0.2.dfsg-2) ... unit-abot-epc-basic-0: 14:59:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package adwaita-icon-theme. unit-abot-epc-basic-0: 14:59:18 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: 14:59:18 DEBUG unit.abot-epc-basic/0.install Unpacking adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-oai-hss-0: 14:59:18 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: 14:59:18 DEBUG unit.oai-hss/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 14:59:18 DEBUG unit.oai-hss/0.install Setting up linux-libc-dev:amd64 (3.13.0-164.214) ... unit-oai-hss-0: 14:59:18 DEBUG unit.oai-hss/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 14:59:18 DEBUG unit.oai-hss/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:59:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package at-spi2-core. unit-abot-epc-basic-0: 14:59:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../at-spi2-core_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:59:18 DEBUG unit.abot-epc-basic/0.install Unpacking at-spi2-core (2.18.3-4ubuntu1) ... unit-oai-hss-0: 14:59:19 DEBUG unit.oai-hss/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 14:59:20 DEBUG unit.oai-hss/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:59:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autoconf. unit-abot-epc-basic-0: 14:59:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autoconf_2.69-9_all.deb ... unit-abot-epc-basic-0: 14:59:20 DEBUG unit.abot-epc-basic/0.install Unpacking autoconf (2.69-9) ... unit-oai-hss-0: 14:59:20 DEBUG unit.oai-hss/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 14:59:20 DEBUG unit.oai-hss/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 14:59:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autotools-dev. unit-abot-epc-basic-0: 14:59:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autotools-dev_20150820.1_all.deb ... unit-abot-epc-basic-0: 14:59:20 DEBUG unit.abot-epc-basic/0.install Unpacking autotools-dev (20150820.1) ... unit-oai-hss-0: 14:59:20 DEBUG unit.oai-hss/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 14:59:21 DEBUG unit.oai-hss/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 14:59:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package automake. unit-abot-epc-basic-0: 14:59:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../automake_1%3a1.15-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 14:59:21 DEBUG unit.abot-epc-basic/0.install Unpacking automake (1:1.15-4ubuntu1) ... unit-oai-hss-0: 14:59:21 DEBUG unit.oai-hss/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 14:59:21 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: 14:59:21 DEBUG unit.oai-hss/0.install Setting up make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 14:59:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbison-dev:amd64. unit-abot-epc-basic-0: 14:59:21 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: 14:59:21 DEBUG unit.abot-epc-basic/0.install Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-oai-hss-0: 14:59:21 DEBUG unit.oai-hss/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 14:59:22 DEBUG unit.oai-hss/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 14:59:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package bison. unit-abot-epc-basic-0: 14:59:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../bison_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 14:59:22 DEBUG unit.abot-epc-basic/0.install Unpacking bison (2:3.0.4.dfsg-1) ... unit-oai-hss-0: 14:59:22 DEBUG unit.oai-hss/0.install Setting up build-essential (11.6ubuntu6) ... unit-oai-hss-0: 14:59:22 DEBUG unit.oai-hss/0.install Setting up cmake-data (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 14:59:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package castxml. unit-abot-epc-basic-0: 14:59:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../castxml_0.1+git20160202-1.1_amd64.deb ... unit-abot-epc-basic-0: 14:59:22 DEBUG unit.abot-epc-basic/0.install Unpacking castxml (0.1+git20160202-1.1) ... unit-oai-hss-0: 14:59:22 DEBUG unit.oai-hss/0.install Setting up cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 14:59:23 DEBUG unit.oai-hss/0.install Setting up cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 14:59:23 DEBUG unit.oai-hss/0.install Setting up doxygen (1.8.6-2) ... unit-oai-hss-0: 14:59:23 DEBUG unit.oai-hss/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 14:59:23 DEBUG unit.oai-hss/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 14:59:23 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: 14:59:23 DEBUG unit.oai-hss/0.install Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 14:59:24 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 14:59:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgusb2:amd64. unit-abot-epc-basic-0: 14:59:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgusb2_0.2.9-0ubuntu1_amd64.deb ... unit-oai-hss-0: 14:59:24 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 14:59:24 DEBUG unit.abot-epc-basic/0.install Unpacking libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-oai-hss-0: 14:59:25 DEBUG unit.oai-hss/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 14:59:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolorhug2:amd64. unit-abot-epc-basic-0: 14:59:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolorhug2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:59:25 DEBUG unit.abot-epc-basic/0.install Unpacking libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-oai-hss-0: 14:59:25 DEBUG unit.oai-hss/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 14:59:26 DEBUG unit.oai-hss/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 14:59:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvpx3:amd64. unit-abot-epc-basic-0: 14:59:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvpx3_1.5.0-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:59:26 DEBUG unit.abot-epc-basic/0.install Unpacking libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-oai-hss-0: 14:59:26 DEBUG unit.oai-hss/0.install Setting up pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 14:59:26 DEBUG unit.oai-hss/0.install Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 14:59:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm4:amd64. unit-abot-epc-basic-0: 14:59:26 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: 14:59:27 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-oai-hss-0: 14:59:27 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 14:59:27 DEBUG unit.oai-hss/0.install Setting up libice6:amd64 (2:1.0.8-2) ... unit-abot-epc-basic-0: 14:59:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgd3:amd64. unit-abot-epc-basic-0: 14:59:27 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: 14:59:27 DEBUG unit.abot-epc-basic/0.install Unpacking libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-oai-hss-0: 14:59:27 DEBUG unit.oai-hss/0.install Setting up libsm6:amd64 (2:1.2.1-2) ... unit-oai-hss-0: 14:59:27 DEBUG unit.oai-hss/0.install Setting up libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 14:59:28 DEBUG unit.oai-hss/0.install Setting up libaudio2:amd64 (1.9.4-1) ... unit-abot-epc-basic-0: 14:59:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-port12:amd64. unit-abot-epc-basic-0: 14:59:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-port12_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 14:59:28 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-port12:amd64 (2.5.9-3) ... unit-oai-hss-0: 14:59:28 DEBUG unit.oai-hss/0.install Setting up libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 14:59:28 DEBUG unit.oai-hss/0.install Setting up libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 14:59:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-6:amd64. unit-abot-epc-basic-0: 14:59:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-6_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 14:59:28 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-6:amd64 (2.5.9-3) ... unit-oai-hss-0: 14:59:28 DEBUG unit.oai-hss/0.install Setting up doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 14:59:28 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 14:59:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane:amd64. unit-abot-epc-basic-0: 14:59:29 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: 14:59:29 DEBUG unit.abot-epc-basic/0.install Unpacking libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-oai-hss-0: 14:59:29 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 14:59:29 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 14:59:29 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 14:59:29 DEBUG unit.oai-hss/0.install git is already the newest version. unit-oai-hss-0: 14:59:29 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 14:59:29 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 unit-oai-hss-0: 14:59:29 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 14:59:29 DEBUG unit.oai-hss/0.install subversion-tools db5.3-util unit-oai-hss-0: 14:59:29 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 14:59:29 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 subversion unit-oai-hss-0: 14:59:30 DEBUG unit.oai-hss/0.install 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 14:59:30 DEBUG unit.oai-hss/0.install Need to get 1402 kB of archives. unit-oai-hss-0: 14:59:30 DEBUG unit.oai-hss/0.install After this operation, 5231 kB of additional disk space will be used. unit-oai-hss-0: 14:59:30 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: 14:59:30 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-abot-epc-basic-0: 14:59:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord-data. unit-abot-epc-basic-0: 14:59:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord-data_1.2.12-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 14:59:30 DEBUG unit.abot-epc-basic/0.install Unpacking colord-data (1.2.12-1ubuntu1) ... unit-oai-hss-0: 14:59:30 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: 14:59:30 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-abot-epc-basic-0: 14:59:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord. unit-abot-epc-basic-0: 14:59:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:59:31 DEBUG unit.abot-epc-basic/0.install Unpacking colord (1.2.12-1ubuntu1) ... unit-oai-hss-0: 14:59:31 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: 14:59:31 DEBUG unit.oai-hss/0.install Fetched 1402 kB in 1s (704 kB/s) unit-oai-hss-0: 14:59:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libapr1:amd64. unit-oai-hss-0: 14:59:32 DEBUG unit.oai-hss/0.install (Reading database ... 60189 files and directories currently installed.) unit-oai-hss-0: 14:59:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ... unit-oai-hss-0: 14:59:32 DEBUG unit.oai-hss/0.install Unpacking libapr1:amd64 (1.5.0-1) ... unit-abot-epc-basic-0: 14:59:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gettext. unit-abot-epc-basic-0: 14:59:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gettext_0.19.7-2ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 14:59:32 DEBUG unit.abot-epc-basic/0.install Unpacking gettext (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 14:59:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package intltool-debian. unit-abot-epc-basic-0: 14:59:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ... unit-oai-hss-0: 14:59:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaprutil1:amd64. unit-oai-hss-0: 14:59:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ... unit-oai-hss-0: 14:59:33 DEBUG unit.oai-hss/0.install Unpacking libaprutil1:amd64 (1.5.3-1) ... unit-abot-epc-basic-0: 14:59:33 DEBUG unit.abot-epc-basic/0.install Unpacking intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 14:59:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package po-debconf. unit-abot-epc-basic-0: 14:59:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../po-debconf_1.0.19_all.deb ... unit-oai-hss-0: 14:59:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libserf-1-1:amd64. unit-oai-hss-0: 14:59:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libserf-1-1_1.3.3-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 14:59:33 DEBUG unit.abot-epc-basic/0.install Unpacking po-debconf (1.0.19) ... unit-oai-hss-0: 14:59:33 DEBUG unit.oai-hss/0.install Unpacking libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-abot-epc-basic-0: 14:59:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive-zip-perl. unit-abot-epc-basic-0: 14:59:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive-zip-perl_1.56-2ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 14:59:34 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-oai-hss-0: 14:59:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsvn1:amd64. unit-oai-hss-0: 14:59:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsvn1_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 14:59:34 DEBUG unit.oai-hss/0.install Unpacking libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 14:59:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-stripnondeterminism-perl. unit-abot-epc-basic-0: 14:59:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ... unit-abot-epc-basic-0: 14:59:34 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-stripnondeterminism-perl (0.015-1) ... unit-oai-hss-0: 14:59:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package subversion. unit-oai-hss-0: 14:59:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../subversion_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 14:59:34 DEBUG unit.oai-hss/0.install Unpacking subversion (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 14:59:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtimedate-perl. unit-abot-epc-basic-0: 14:59:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ... unit-abot-epc-basic-0: 14:59:34 DEBUG unit.abot-epc-basic/0.install Unpacking libtimedate-perl (2.3000-2) ... unit-oai-hss-0: 14:59:34 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 14:59:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dh-strip-nondeterminism. unit-abot-epc-basic-0: 14:59:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ... unit-abot-epc-basic-0: 14:59:35 DEBUG unit.abot-epc-basic/0.install Unpacking dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 14:59:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package debhelper. unit-abot-epc-basic-0: 14:59:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ... unit-abot-epc-basic-0: 14:59:35 DEBUG unit.abot-epc-basic/0.install Unpacking debhelper (9.20160115ubuntu3) ... unit-oai-hss-0: 14:59:36 DEBUG unit.oai-hss/0.install Setting up libapr1:amd64 (1.5.0-1) ... unit-abot-epc-basic-0: 14:59:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package default-jre-headless. unit-abot-epc-basic-0: 14:59:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../default-jre-headless_2%3a1.8-56ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 14:59:36 DEBUG unit.abot-epc-basic/0.install Unpacking default-jre-headless (2:1.8-56ubuntu2) ... unit-oai-hss-0: 14:59:36 DEBUG unit.oai-hss/0.install Setting up libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 14:59:37 DEBUG unit.oai-hss/0.install Setting up libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-abot-epc-basic-0: 14:59:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm3.6v5:amd64. unit-abot-epc-basic-0: 14:59:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm3.6v5_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 14:59:37 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-oai-hss-0: 14:59:37 DEBUG unit.oai-hss/0.install Setting up libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 14:59:37 DEBUG unit.oai-hss/0.install Setting up subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 14:59:37 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 14:59:38 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 14:59:39 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 14:59:39 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 14:59:39 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 14:59:39 DEBUG unit.oai-hss/0.install openssl is already the newest version. unit-oai-hss-0: 14:59:39 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 14:59:39 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig9 libgpg-error-dev unit-oai-hss-0: 14:59:39 DEBUG unit.oai-hss/0.install libhtml-template-perl libidn2-0 libltdl-dev libltdl7 libssl-doc lksctp-tools unit-oai-hss-0: 14:59:39 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 14:59:39 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 14:59:39 DEBUG unit.oai-hss/0.install libgcrypt11-doc libipc-sharedcache-perl libtool-doc gfortran unit-oai-hss-0: 14:59:39 DEBUG unit.oai-hss/0.install fortran95-compiler gcj-jdk tinyca mailx unit-oai-hss-0: 14:59:39 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 14:59:39 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig8-dev libconfig9 libgcrypt11-dev unit-oai-hss-0: 14:59:39 DEBUG unit.oai-hss/0.install libgpg-error-dev libhtml-template-perl libidn11-dev libidn2-0 libidn2-0-dev unit-oai-hss-0: 14:59:39 DEBUG unit.oai-hss/0.install libltdl-dev libltdl7 libmysqlclient-dev libpthread-stubs0-dev libsctp-dev unit-oai-hss-0: 14:59:39 DEBUG unit.oai-hss/0.install libsctp1 libssl-dev libssl-doc libtool lksctp-tools mysql-server unit-oai-hss-0: 14:59:39 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-abot-epc-basic-0: 14:59:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc4:amd64. unit-abot-epc-basic-0: 14:59:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjc4_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 14:59:39 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc4:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 14:59:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc-5-dev:amd64. unit-abot-epc-basic-0: 14:59:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjc-5-dev_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 14:59:39 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 14:59:39 DEBUG unit.oai-hss/0.install 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 14:59:39 DEBUG unit.oai-hss/0.install Need to get 11.0 MB of archives. unit-oai-hss-0: 14:59:39 DEBUG unit.oai-hss/0.install After this operation, 74.5 MB of additional disk space will be used. unit-oai-hss-0: 14:59:39 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: 14:59:39 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-abot-epc-basic-0: 14:59:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclang1-3.6:amd64. unit-abot-epc-basic-0: 14:59:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclang1-3.6_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 14:59:39 DEBUG unit.abot-epc-basic/0.install Unpacking libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-oai-hss-0: 14:59:40 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: 14:59:40 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-abot-epc-basic-0: 14:59:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen. unit-abot-epc-basic-0: 14:59:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 14:59:40 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen (1.8.11-1) ... unit-oai-hss-0: 14:59:41 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-abot-epc-basic-0: 14:59:41 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 14:59:41 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: 14:59:41 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: 14:59:41 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: 14:59:41 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-abot-epc-basic-0: 14:59:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5xml5:amd64. unit-abot-epc-basic-0: 14:59:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5xml5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 14:59:42 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 14:59:42 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: 14:59:42 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: 14:59:42 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: 14:59:42 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-abot-epc-basic-0: 14:59:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen-gui. unit-abot-epc-basic-0: 14:59:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen-gui_1.8.11-1_amd64.deb ... unit-oai-hss-0: 14:59:42 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-abot-epc-basic-0: 14:59:42 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen-gui (1.8.11-1) ... unit-oai-hss-0: 14:59:42 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-abot-epc-basic-0: 14:59:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-liberation. unit-abot-epc-basic-0: 14:59:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-liberation_1.07.4-1_all.deb ... unit-oai-hss-0: 14:59:42 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-abot-epc-basic-0: 14:59:42 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-liberation (1.07.4-1) ... unit-oai-epc-0: 14:59:42 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 14:59:42 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 14:59:42 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 14:59:42 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 14:59:42 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 14:59:42 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 14:59:42 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 14:59:43 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-epc-0: 14:59:43 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-hss-0: 14:59:43 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-epc-0: 14:59:43 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 14:59:43 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-hss-0: 14:59:43 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.27 [1076 kB] unit-abot-epc-basic-0: 14:59:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tex-common. unit-abot-epc-basic-0: 14:59:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tex-common_6.04ubuntu1_all.deb ... unit-oai-epc-0: 14:59:43 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 14:59:43 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.27 [972 kB] unit-abot-epc-basic-0: 14:59:43 DEBUG unit.abot-epc-basic/0.install Unpacking tex-common (6.04ubuntu1) ... unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 14:59:43 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-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 14:59:43 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:59:43 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: 14:59:43 DEBUG unit.oai-epc/0.install unit-oai-hss-0: 14:59:43 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: 14:59:43 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: 14:59:44 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: 14:59:44 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-epc-0: 14:59:44 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-hss-0: 14:59:44 DEBUG unit.oai-hss/0.install Fetched 11.0 MB in 5s (2141 kB/s) unit-oai-epc-0: 14:59:44 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 14:59:44 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 14:59:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lmodern. unit-abot-epc-basic-0: 14:59:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lmodern_2.004.5-1_all.deb ... unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-hss-0: 14:59:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig9:amd64. unit-oai-hss-0: 14:59:45 DEBUG unit.oai-hss/0.install (Reading database ... 60300 files and directories currently installed.) unit-abot-epc-basic-0: 14:59:45 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lmodern (2.004.5-1) ... unit-oai-hss-0: 14:59:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig9_1.4.9-2_amd64.deb ... unit-oai-epc-0: 14:59:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:59:45 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-hss-0: 14:59:45 DEBUG unit.oai-hss/0.install Unpacking libconfig9:amd64 (1.4.9-2) ... unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 14:59:45 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-epc-0: 14:59:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:59:45 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 14:59:45 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: 14:59:45 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 14:59:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl7:amd64. unit-oai-hss-0: 14:59:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl7_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 14:59:45 DEBUG unit.oai-hss/0.install Unpacking libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-epc-0: 14:59:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:59:45 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-164-generic unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-164-generic unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 14:59:45 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: 14:59:45 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-epc-0: 14:59:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 14:59:45 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 14:59:45 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 14:59:45 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: 14:59:45 DEBUG unit.oai-epc/0.install --2019-01-20 14:59:45-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-epc-0: 14:59:45 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-hss-0: 14:59:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp1:amd64. unit-abot-epc-basic-0: 14:59:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gccxml. unit-oai-hss-0: 14:59:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 14:59:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gccxml_0.9.0+git20140716-6_amd64.deb ... unit-oai-hss-0: 14:59:46 DEBUG unit.oai-hss/0.install Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 14:59:46 DEBUG unit.abot-epc-basic/0.install Unpacking gccxml (0.9.0+git20140716-6) ... unit-oai-epc-0: 14:59:46 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 301 Moved Permanently unit-oai-epc-0: 14:59:46 DEBUG unit.oai-epc/0.install Location: https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ [following] unit-oai-epc-0: 14:59:46 DEBUG unit.oai-epc/0.install --2019-01-20 14:59:46-- https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 14:59:46 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:443... connected. unit-oai-hss-0: 14:59:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-core-5.5. unit-oai-hss-0: 14:59:46 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: 14:59:46 DEBUG unit.oai-hss/0.install Unpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 14:59:46 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 14:59:46 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 14:59:46 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 14:59:46 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:59:46 DEBUG unit.oai-epc/0.install 0K ....... 37.6M=0s unit-oai-epc-0: 14:59:46 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:59:46 DEBUG unit.oai-epc/0.install 2019-01-20 14:59:46 (37.6 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8049] unit-oai-epc-0: 14:59:46 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 14:59:46 DEBUG unit.oai-epc/0.install FINISHED --2019-01-20 14:59:46-- unit-oai-epc-0: 14:59:46 DEBUG unit.oai-epc/0.install Total wall clock time: 0.8s unit-oai-epc-0: 14:59:46 DEBUG unit.oai-epc/0.install Downloaded: 1 files, 7.9K in 0s (37.6 MB/s) unit-oai-epc-0: 14:59:46 DEBUG unit.oai-epc/0.install + dpkg -i 'kernel.ubuntu.com/*/*/*/*deb' unit-oai-epc-0: 14:59:46 DEBUG unit.oai-epc/0.install dpkg: error processing archive kernel.ubuntu.com/*/*/*/*deb (--install): unit-oai-epc-0: 14:59:46 DEBUG unit.oai-epc/0.install cannot access archive: No such file or directory unit-oai-epc-0: 14:59:47 DEBUG unit.oai-epc/0.install Errors were encountered while processing: unit-oai-epc-0: 14:59:47 DEBUG unit.oai-epc/0.install kernel.ubuntu.com/*/*/*/*deb unit-oai-epc-0: 14:59:47 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-oai-epc-0: 14:59:47 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 14:59:47 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 14:59:47 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 14:59:47 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 14:59:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf2-common. unit-abot-epc-basic-0: 14:59:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf2-common_3.2.6-3ubuntu6_all.deb ... unit-abot-epc-basic-0: 14:59:47 DEBUG unit.abot-epc-basic/0.install Unpacking gconf2-common (3.2.6-3ubuntu6) ... unit-oai-hss-0: 14:59:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-5.5. unit-oai-hss-0: 14:59:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 14:59:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgconf-2-4:amd64. unit-abot-epc-basic-0: 14:59:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgconf-2-4_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 14:59:48 DEBUG unit.abot-epc-basic/0.install Unpacking libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 14:59:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service-backend. unit-abot-epc-basic-0: 14:59:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service-backend_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 14:59:49 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service-backend (3.2.6-3ubuntu6) ... unit-oai-hss-0: 14:59:49 DEBUG unit.oai-hss/0.install Unpacking mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 14:59:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service. unit-abot-epc-basic-0: 14:59:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 14:59:50 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 14:59:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace1:amd64. unit-abot-epc-basic-0: 14:59:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace1_1.3.2-1_amd64.deb ... unit-oai-hss-0: 14:59:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0:amd64. unit-oai-hss-0: 14:59:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0_0.9-1_amd64.deb ... unit-abot-epc-basic-0: 14:59:51 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace1:amd64 (1.3.2-1) ... unit-oai-hss-0: 14:59:51 DEBUG unit.oai-hss/0.install Unpacking libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 14:59:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-dev:amd64. unit-oai-hss-0: 14:59:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 14:59:51 DEBUG unit.oai-hss/0.install Unpacking libconfig-dev:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 14:59:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace-ctf1:amd64. unit-abot-epc-basic-0: 14:59:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace-ctf1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 14:59:51 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-oai-hss-0: 14:59:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-doc. unit-oai-hss-0: 14:59:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-doc_1.4.9-2_all.deb ... unit-oai-hss-0: 14:59:51 DEBUG unit.oai-hss/0.install Unpacking libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 14:59:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig8-dev. unit-oai-hss-0: 14:59:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig8-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 14:59:53 DEBUG unit.oai-hss/0.install Unpacking libconfig8-dev (1.4.9-2) ... unit-abot-epc-basic-0: 14:59:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdb. unit-abot-epc-basic-0: 14:59:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdb_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 14:59:53 DEBUG unit.abot-epc-basic/0.install Unpacking gdb (7.11.1-0ubuntu1~16.5) ... unit-oai-hss-0: 14:59:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgpg-error-dev. unit-oai-hss-0: 14:59:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgpg-error-dev_1.12-0.2ubuntu1_amd64.deb ... unit-oai-hss-0: 14:59:54 DEBUG unit.oai-hss/0.install Unpacking libgpg-error-dev (1.12-0.2ubuntu1) ... unit-abot-epc-basic-0: 14:59:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdbserver. unit-abot-epc-basic-0: 14:59:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdbserver_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 14:59:54 DEBUG unit.abot-epc-basic/0.install Unpacking gdbserver (7.11.1-0ubuntu1~16.5) ... unit-oai-hss-0: 14:59:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcrypt11-dev. unit-oai-hss-0: 14:59:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcrypt11-dev_1.5.3-2ubuntu4.6_amd64.deb ... unit-oai-hss-0: 14:59:55 DEBUG unit.oai-hss/0.install Unpacking libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-abot-epc-basic-0: 14:59:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran-5-dev:amd64. unit-abot-epc-basic-0: 14:59:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgfortran-5-dev_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 14:59:56 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 14:59:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libhtml-template-perl. unit-oai-hss-0: 14:59:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-oai-hss-0: 14:59:56 DEBUG unit.oai-hss/0.install Unpacking libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 14:59:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran-5. unit-abot-epc-basic-0: 14:59:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran-5_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-oai-hss-0: 14:59:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn11-dev. unit-oai-hss-0: 14:59:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn11-dev_1.28-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 14:59:56 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran-5 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 14:59:56 DEBUG unit.oai-hss/0.install Unpacking libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 14:59:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl-dev:amd64. unit-oai-hss-0: 14:59:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl-dev_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 14:59:56 DEBUG unit.oai-hss/0.install Unpacking libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 14:59:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-oai-hss-0: 14:59:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 14:59:57 DEBUG unit.oai-hss/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 14:59:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmysqlclient-dev. unit-oai-hss-0: 14:59:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient-dev_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 14:59:57 DEBUG unit.oai-hss/0.install Unpacking libmysqlclient-dev (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 14:59:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran. unit-abot-epc-basic-0: 14:59:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 14:59:57 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran (4:5.3.1-1ubuntu1) ... unit-oai-hss-0: 14:59:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-oai-hss-0: 14:59:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-oai-hss-0: 14:59:57 DEBUG unit.oai-hss/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 14:59:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsfilters1:amd64. unit-abot-epc-basic-0: 14:59:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsfilters1_1.8.3-2ubuntu3.4_amd64.deb ... unit-abot-epc-basic-0: 14:59:58 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-oai-hss-0: 14:59:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp-dev. unit-oai-hss-0: 14:59:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp-dev_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 14:59:59 DEBUG unit.oai-hss/0.install Unpacking libsctp-dev (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 14:59:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsimage2:amd64. unit-abot-epc-basic-0: 14:59:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsimage2_2.1.3-4ubuntu0.7_amd64.deb ... unit-abot-epc-basic-0: 14:59:59 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsimage2:amd64 (2.1.3-4ubuntu0.7) ... unit-oai-hss-0: 14:59:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-dev:amd64. unit-oai-hss-0: 14:59:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.27_amd64.deb ... unit-oai-hss-0: 14:59:59 DEBUG unit.oai-hss/0.install Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.27) ... unit-abot-epc-basic-0: 15:00:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libijs-0.35:amd64. unit-abot-epc-basic-0: 15:00:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libijs-0.35_0.35-12_amd64.deb ... unit-abot-epc-basic-0: 15:00:00 DEBUG unit.abot-epc-basic/0.install Unpacking libijs-0.35:amd64 (0.35-12) ... unit-oai-hss-0: 15:00:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-doc. unit-oai-hss-0: 15:00:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.27_all.deb ... unit-oai-hss-0: 15:00:01 DEBUG unit.oai-hss/0.install Unpacking libssl-doc (1.0.1f-1ubuntu2.27) ... unit-abot-epc-basic-0: 15:00:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig2dec0. unit-abot-epc-basic-0: 15:00:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig2dec0_0.12+20150918-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 15:00:01 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-oai-hss-0: 15:00:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtool. unit-oai-hss-0: 15:00:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtool_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 15:00:02 DEBUG unit.oai-hss/0.install Unpacking libtool (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 15:00:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper1:amd64. unit-abot-epc-basic-0: 15:00:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper1_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:00:02 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-oai-hss-0: 15:00:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package lksctp-tools. unit-oai-hss-0: 15:00:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 15:00:02 DEBUG unit.oai-hss/0.install Unpacking lksctp-tools (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 15:00:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9-common. unit-abot-epc-basic-0: 15:00:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9-common_9.26~dfsg+0-0ubuntu0.16.04.3_all.deb ... unit-abot-epc-basic-0: 15:00:02 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9-common (9.26~dfsg+0-0ubuntu0.16.04.3) ... unit-oai-hss-0: 15:00:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server. unit-oai-hss-0: 15:00:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 15:00:03 DEBUG unit.oai-hss/0.install Unpacking mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 15:00:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9:amd64. unit-abot-epc-basic-0: 15:00:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9_9.26~dfsg+0-0ubuntu0.16.04.3_amd64.deb ... unit-oai-hss-0: 15:00:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0-dev. unit-oai-hss-0: 15:00:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0-dev_0.9-1_amd64.deb ... unit-abot-epc-basic-0: 15:00:04 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9:amd64 (9.26~dfsg+0-0ubuntu0.16.04.3) ... unit-oai-hss-0: 15:00:04 DEBUG unit.oai-hss/0.install Unpacking libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 15:00:04 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:00:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsfonts. unit-abot-epc-basic-0: 15:00:04 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: 15:00:04 DEBUG unit.abot-epc-basic/0.install Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-abot-epc-basic-0: 15:00:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ghostscript. unit-abot-epc-basic-0: 15:00:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ghostscript_9.26~dfsg+0-0ubuntu0.16.04.3_amd64.deb ... unit-abot-epc-basic-0: 15:00:05 DEBUG unit.abot-epc-basic/0.install Unpacking ghostscript (9.26~dfsg+0-0ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 15:00:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atk-1.0. unit-abot-epc-basic-0: 15:00:05 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: 15:00:05 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atk-1.0 (2.18.0-1) ... unit-oai-hss-0: 15:00:06 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 15:00:06 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-abot-epc-basic-0: 15:00:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atspi-2.0. unit-abot-epc-basic-0: 15:00:06 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: 15:00:06 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-oai-hss-0: 15:00:06 DEBUG unit.oai-hss/0.install Setting up libconfig9:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 15:00:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-freedesktop:amd64. unit-abot-epc-basic-0: 15:00:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-freedesktop_1.46.0-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:00:06 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 15:00:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64. unit-abot-epc-basic-0: 15:00:07 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: 15:00:07 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 15:00:07 DEBUG unit.oai-hss/0.install Setting up libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 15:00:07 DEBUG unit.oai-hss/0.install Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 15:00:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoxft-1.0-0:amd64. unit-abot-epc-basic-0: 15:00:07 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: 15:00:07 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-oai-hss-0: 15:00:07 DEBUG unit.oai-hss/0.install Setting up mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 15:00:08 DEBUG unit.oai-hss/0.install Setting up mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 15:00:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-pango-1.0:amd64. unit-abot-epc-basic-0: 15:00:08 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: 15:00:08 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 15:00:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gtk-3.0:amd64. unit-abot-epc-basic-0: 15:00:08 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: 15:00:08 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 15:00:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package aglfn. unit-abot-epc-basic-0: 15:00:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/aglfn_1.7-3_all.deb ... unit-abot-epc-basic-0: 15:00:09 DEBUG unit.abot-epc-basic/0.install Unpacking aglfn (1.7-3) ... unit-abot-epc-basic-0: 15:00:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-tex. unit-abot-epc-basic-0: 15:00:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-tex_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 15:00:09 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 15:00:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-data. unit-abot-epc-basic-0: 15:00:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-data_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 15:00:10 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 15:00:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-x11. unit-abot-epc-basic-0: 15:00:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-x11_4.6.6-3_amd64.deb ... unit-abot-epc-basic-0: 15:00:10 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 15:00:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdt5. unit-abot-epc-basic-0: 15:00:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdt5_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 15:00:11 DEBUG unit.abot-epc-basic/0.install Unpacking libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 15:00:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcgraph6. unit-abot-epc-basic-0: 15:00:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcgraph6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 15:00:12 DEBUG unit.abot-epc-basic/0.install Unpacking libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 15:00:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpathplan4. unit-abot-epc-basic-0: 15:00:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpathplan4_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 15:00:12 DEBUG unit.abot-epc-basic/0.install Unpacking libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 15:00:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvc6. unit-abot-epc-basic-0: 15:00:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvc6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 15:00:12 DEBUG unit.abot-epc-basic/0.install Unpacking libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 15:00:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvpr2. unit-abot-epc-basic-0: 15:00:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvpr2_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 15:00:13 DEBUG unit.abot-epc-basic/0.install Unpacking libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 15:00:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxmu6:amd64. unit-abot-epc-basic-0: 15:00:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ... unit-oai-hss-0: 15:00:13 DEBUG unit.oai-hss/0.install 190120 15:00:13 [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: 15:00:13 DEBUG unit.oai-hss/0.install 190120 15:00:13 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-oai-hss-0: 15:00:13 DEBUG unit.oai-hss/0.install 190120 15:00:13 [Note] /usr/sbin/mysqld (mysqld 5.5.62-0ubuntu0.14.04.1) starting as process 16142 ... unit-abot-epc-basic-0: 15:00:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 15:00:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxaw7:amd64. unit-abot-epc-basic-0: 15:00:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ... unit-abot-epc-basic-0: 15:00:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 15:00:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package graphviz. unit-abot-epc-basic-0: 15:00:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../graphviz_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 15:00:15 DEBUG unit.abot-epc-basic/0.install Unpacking graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 15:00:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjudydebian1. unit-abot-epc-basic-0: 15:00:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjudydebian1_1.0.5-5_amd64.deb ... unit-abot-epc-basic-0: 15:00:16 DEBUG unit.abot-epc-basic/0.install Unpacking libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 15:00:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtcl8.6:amd64. unit-abot-epc-basic-0: 15:00:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 15:00:16 DEBUG unit.abot-epc-basic/0.install Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 15:00:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtk8.6:amd64. unit-abot-epc-basic-0: 15:00:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 15:00:17 DEBUG unit.abot-epc-basic/0.install Unpacking libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 15:00:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gtkwave. unit-abot-epc-basic-0: 15:00:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gtkwave_3.3.66-1_amd64.deb ... unit-abot-epc-basic-0: 15:00:17 DEBUG unit.abot-epc-basic/0.install Unpacking gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 15:00:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc1c2:amd64. unit-abot-epc-basic-0: 15:00:18 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: 15:00:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 15:00:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-libs:amd64. unit-abot-epc-basic-0: 15:00:18 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: 15:00:18 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 15:00:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0. unit-abot-epc-basic-0: 15:00:20 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: 15:00:20 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 15:00:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtinfo-dev:amd64. unit-abot-epc-basic-0: 15:00:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtinfo-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:00:20 DEBUG unit.abot-epc-basic/0.install Unpacking libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 15:00:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libncurses5-dev:amd64. unit-abot-epc-basic-0: 15:00:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libncurses5-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:00:21 DEBUG unit.abot-epc-basic/0.install Unpacking libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 15:00:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libreadline6-dev:amd64. unit-abot-epc-basic-0: 15:00:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libreadline6-dev_6.3-8ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 15:00:21 DEBUG unit.abot-epc-basic/0.install Unpacking libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 15:00:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl-dev:amd64. unit-abot-epc-basic-0: 15:00:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 15:00:21 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 15:00:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-abot-epc-basic-0: 15:00:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 15:00:22 DEBUG unit.abot-epc-basic/0.install Unpacking libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 15:00:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmp-dev:amd64. unit-abot-epc-basic-0: 15:00:22 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: 15:00:22 DEBUG unit.abot-epc-basic/0.install Unpacking libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 15:00:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc-dev:amd64. unit-abot-epc-basic-0: 15:00:22 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: 15:00:23 DEBUG unit.abot-epc-basic/0.install Unpacking libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 15:00:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pkg-config. unit-abot-epc-basic-0: 15:00:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:00:23 DEBUG unit.abot-epc-basic/0.install Unpacking pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 15:00:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-dev. unit-abot-epc-basic-0: 15:00:23 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: 15:00:23 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 15:00:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hdf5-helpers. unit-abot-epc-basic-0: 15:00:24 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: 15:00:24 DEBUG unit.abot-epc-basic/0.install Unpacking hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 15:00:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package icu-devtools. unit-abot-epc-basic-0: 15:00:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../icu-devtools_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 15:00:24 DEBUG unit.abot-epc-basic/0.install Unpacking icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 15:00:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iperf. unit-abot-epc-basic-0: 15:00:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iperf_2.0.5+dfsg1-2ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 15:00:24 DEBUG unit.abot-epc-basic/0.install Unpacking iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 15:00:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iproute. unit-oai-hss-0: 15:00:24 DEBUG unit.oai-hss/0.install mysql start/running, process 16277 unit-abot-epc-basic-0: 15:00:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iproute_1%3a4.3.0-1ubuntu3.16.04.4_all.deb ... unit-abot-epc-basic-0: 15:00:24 DEBUG unit.abot-epc-basic/0.install Unpacking iproute (1:4.3.0-1ubuntu3.16.04.4) ... unit-oai-hss-0: 15:00:25 DEBUG unit.oai-hss/0.install Setting up libidn2-0:amd64 (0.9-1) ... unit-abot-epc-basic-0: 15:00:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iptables-dev. unit-abot-epc-basic-0: 15:00:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iptables-dev_1.6.0-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 15:00:25 DEBUG unit.abot-epc-basic/0.install Unpacking iptables-dev (1.6.0-2ubuntu3) ... unit-oai-hss-0: 15:00:25 DEBUG unit.oai-hss/0.install Setting up libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 15:00:25 DEBUG unit.oai-hss/0.install Setting up libconfig-doc (1.4.9-2) ... unit-abot-epc-basic-0: 15:00:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package javascript-common. unit-abot-epc-basic-0: 15:00:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../javascript-common_11_all.deb ... unit-oai-hss-0: 15:00:26 DEBUG unit.oai-hss/0.install Setting up libconfig8-dev (1.4.9-2) ... unit-abot-epc-basic-0: 15:00:26 DEBUG unit.abot-epc-basic/0.install Unpacking javascript-common (11) ... unit-abot-epc-basic-0: 15:00:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec0:amd64. unit-abot-epc-basic-0: 15:00:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec0_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 15:00:26 DEBUG unit.abot-epc-basic/0.install Unpacking libaec0:amd64 (0.3.2-1) ... unit-oai-hss-0: 15:00:26 DEBUG unit.oai-hss/0.install Setting up libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 15:00:26 DEBUG unit.oai-hss/0.install Setting up libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-abot-epc-basic-0: 15:00:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsuitesparseconfig4.4.6:amd64. unit-abot-epc-basic-0: 15:00:26 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: 15:00:26 DEBUG unit.abot-epc-basic/0.install Unpacking libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 15:00:26 DEBUG unit.oai-hss/0.install Setting up libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 15:00:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libamd2.4.1:amd64. unit-abot-epc-basic-0: 15:00:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libamd2.4.1_1%3a4.4.6-1_amd64.deb ... unit-oai-hss-0: 15:00:27 DEBUG unit.oai-hss/0.install Setting up libidn11-dev (1.28-1ubuntu2.2) ... unit-abot-epc-basic-0: 15:00:27 DEBUG unit.abot-epc-basic/0.install Unpacking libamd2.4.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 15:00:27 DEBUG unit.oai-hss/0.install Setting up libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 15:00:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarpack2. unit-abot-epc-basic-0: 15:00:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarpack2_3.3.0-1build2_amd64.deb ... unit-oai-hss-0: 15:00:27 DEBUG unit.oai-hss/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-abot-epc-basic-0: 15:00:27 DEBUG unit.abot-epc-basic/0.install Unpacking libarpack2 (3.3.0-1build2) ... unit-oai-hss-0: 15:00:27 DEBUG unit.oai-hss/0.install Setting up libmysqlclient-dev (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 15:00:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-abot-epc-basic-0: 15:00:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 15:00:28 DEBUG unit.abot-epc-basic/0.install Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3.1) ... unit-oai-hss-0: 15:00:28 DEBUG unit.oai-hss/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 15:00:29 DEBUG unit.oai-hss/0.install Setting up libsctp-dev (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 15:00:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-bin. unit-abot-epc-basic-0: 15:00:29 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: 15:00:29 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-bin (2.48.2-0ubuntu4.1) ... unit-oai-hss-0: 15:00:29 DEBUG unit.oai-hss/0.install Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.27) ... unit-oai-hss-0: 15:00:29 DEBUG unit.oai-hss/0.install Setting up libssl-doc (1.0.1f-1ubuntu2.27) ... unit-abot-epc-basic-0: 15:00:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre32-3:amd64. unit-abot-epc-basic-0: 15:00:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 15:00:29 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre32-3:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 15:00:30 DEBUG unit.oai-hss/0.install Setting up libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 15:00:30 DEBUG unit.oai-hss/0.install Setting up lksctp-tools (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 15:00:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre3-dev:amd64. unit-abot-epc-basic-0: 15:00:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 15:00:30 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 15:00:30 DEBUG unit.oai-hss/0.install Setting up libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 15:00:31 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 15:00:31 DEBUG unit.oai-hss/0.install Setting up mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 15:00:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-abot-epc-basic-0: 15:00:31 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: 15:00:31 DEBUG unit.abot-epc-basic/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-oai-hss-0: 15:00:31 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 15:00:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-dev. unit-abot-epc-basic-0: 15:00:31 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: 15:00:31 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-dev (2.48.2-0ubuntu4.1) ... unit-oai-hss-0: 15:00:32 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 15:00:32 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 15:00:32 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 15:00:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdbus-1-dev:amd64. unit-abot-epc-basic-0: 15:00:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdbus-1-dev_1.10.6-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 15:00:32 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 15:00:32 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 15:00:32 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 15:00:32 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 15:00:32 DEBUG unit.oai-hss/0.install libgmpxx4ldbl unit-oai-hss-0: 15:00:32 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 15:00:32 DEBUG unit.oai-hss/0.install libgmp10-doc libmpfr-dev unit-oai-hss-0: 15:00:32 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 15:00:32 DEBUG unit.oai-hss/0.install libgmp-dev libgmpxx4ldbl unit-abot-epc-basic-0: 15:00:32 DEBUG unit.abot-epc-basic/0.install Unpacking libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-oai-hss-0: 15:00:32 DEBUG unit.oai-hss/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 15:00:32 DEBUG unit.oai-hss/0.install Need to get 300 kB of archives. unit-oai-hss-0: 15:00:32 DEBUG unit.oai-hss/0.install After this operation, 1675 kB of additional disk space will be used. unit-oai-hss-0: 15:00:32 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: 15:00:33 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-abot-epc-basic-0: 15:00:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xext-dev. unit-abot-epc-basic-0: 15:00:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ... unit-abot-epc-basic-0: 15:00:33 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xext-dev (7.3.0-1) ... unit-oai-hss-0: 15:00:33 DEBUG unit.oai-hss/0.install Fetched 300 kB in 1s (233 kB/s) unit-abot-epc-basic-0: 15:00:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxext-dev:amd64. unit-abot-epc-basic-0: 15:00:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ... unit-abot-epc-basic-0: 15:00:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxext-dev:amd64 (2:1.3.3-1) ... unit-oai-hss-0: 15:00:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-oai-hss-0: 15:00:34 DEBUG unit.oai-hss/0.install (Reading database ... 62301 files and directories currently installed.) unit-oai-hss-0: 15:00:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 15:00:34 DEBUG unit.oai-hss/0.install Unpacking libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 15:00:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-fixes-dev. unit-abot-epc-basic-0: 15:00:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 15:00:34 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-oai-hss-0: 15:00:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp-dev:amd64. unit-oai-hss-0: 15:00:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp-dev_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 15:00:34 DEBUG unit.oai-hss/0.install Unpacking libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 15:00:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes-dev:amd64. unit-abot-epc-basic-0: 15:00:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 15:00:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes-dev:amd64 (1:5.0.1-2) ... unit-oai-hss-0: 15:00:34 DEBUG unit.oai-hss/0.install Setting up libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 15:00:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi-dev. unit-abot-epc-basic-0: 15:00:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi-dev_2%3a1.7.6-1_amd64.deb ... unit-oai-hss-0: 15:00:35 DEBUG unit.oai-hss/0.install Setting up libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 15:00:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxi-dev (2:1.7.6-1) ... unit-oai-hss-0: 15:00:35 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 15:00:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-record-dev. unit-abot-epc-basic-0: 15:00:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-record-dev_1.14.2-1_all.deb ... unit-abot-epc-basic-0: 15:00:35 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-record-dev (1.14.2-1) ... unit-oai-hss-0: 15:00:36 DEBUG unit.oai-hss/0.install Downloading nettle archive unit-oai-hss-0: 15:00:36 DEBUG unit.oai-hss/0.install --2019-01-20 15:00:36-- https://ftp.gnu.org/gnu/nettle/nettle-2.5.tar.gz unit-abot-epc-basic-0: 15:00:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst-dev:amd64. unit-abot-epc-basic-0: 15:00:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 15:00:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst-dev:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 15:00:36 DEBUG unit.oai-hss/0.install Resolving ftp.gnu.org (ftp.gnu.org)... 209.51.188.20, 2001:470:142:3::b unit-oai-hss-0: 15:00:36 DEBUG unit.oai-hss/0.install Connecting to ftp.gnu.org (ftp.gnu.org)|209.51.188.20|:443... connected. unit-oai-hss-0: 15:00:36 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 15:00:36 DEBUG unit.oai-hss/0.install Length: 1113274 (1.1M) [application/x-gzip] unit-oai-hss-0: 15:00:36 DEBUG unit.oai-hss/0.install Saving to: 'nettle-2.5.tar.gz' unit-oai-hss-0: 15:00:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:00:36 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 384K 3s unit-abot-epc-basic-0: 15:00:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-dev. unit-abot-epc-basic-0: 15:00:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-dev_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:00:37 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 9% 771K 2s unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 34.9M 1s unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 18% 784K 1s unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 25.3M 1s unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 27% 63.4M 1s unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 32% 802K 1s unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 36% 29.6M 1s unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 41% 27.9M 0s unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 45% 30.2M 0s unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 50% 56.1M 0s unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 55% 61.2M 0s unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 59% 53.9M 0s unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 64% 865K 0s unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 68% 28.3M 0s unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 73% 29.0M 0s unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 78% 25.2M 0s unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 82% 53.6M 0s unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 87% 63.2M 0s unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 91% 59.2M 0s unit-abot-epc-basic-0: 15:00:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-dev:amd64. unit-abot-epc-basic-0: 15:00:37 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: 15:00:37 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 96% 880K 0s unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... ....... 100% 85.4M=0.5s unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install 2019-01-20 15:00:37 (2.33 MB/s) - 'nettle-2.5.tar.gz' saved [1113274/1113274] unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for -R flag... using -Wl,-rpath, unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install Searching for libraries unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking /usr/lib... added unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking /usr/local/lib... added unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking /sw/local/lib... not found unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking /sw/lib... not found unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking /usr/gnu/lib... not found unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking /opt/gnu/lib... not found unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking /sw/gnu/lib... not found unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking /usr/freeware/lib... not found unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking /usr/pkg/lib... not found unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-abot-epc-basic-0: 15:00:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-dev. unit-abot-epc-basic-0: 15:00:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-dev_2.18.0-1_amd64.deb ... unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-abot-epc-basic-0: 15:00:37 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-dev (2.18.0-1) ... unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for nm... nm unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install configure: Compiler uses 64-bit ABI. To change, set CC. unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install configure: Libraries to be installed in ${exec_prefix}/lib. unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install configure: Looking for assembler files in x86_64/. unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking CCPIC... -fpic unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking if globals are prefixed by underscore... no unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking if we should use a .note.GNU-stack section... yes unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for ELF-style .type,%function pseudo-ops... yes unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for ELF-style .type,#function pseudo-ops... no unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking if .align assembly directive is logarithmic... no unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for m4... /usr/bin/m4 unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for an ANSI C-conforming const... yes unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for inline... inline unit-abot-epc-basic-0: 15:00:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-dev. unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-abot-epc-basic-0: 15:00:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-dev_3.6.0-2ubuntu2_amd64.deb ... unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-abot-epc-basic-0: 15:00:37 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-dev (3.6.0-2ubuntu2) ... unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 15:00:37 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-abot-epc-basic-0: 15:00:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-dev. unit-abot-epc-basic-0: 15:00:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-dev_3.10.2-9_amd64.deb ... unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-abot-epc-basic-0: 15:00:38 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-dev (3.10.2-9) ... unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking whether time.h and sys/time.h may both be included... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking alignment of uint64_t... 8 unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h usability... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h presence... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for openssl/blowfish.h... yes unit-abot-epc-basic-0: 15:00:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-base-dev. unit-abot-epc-basic-0: 15:00:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-base-dev_3.10.2-9_amd64.deb ... unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking openssl/des.h usability... yes unit-abot-epc-basic-0: 15:00:38 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-base-dev (3.10.2-9) ... unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking openssl/des.h presence... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for openssl/des.h... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking openssl/cast.h usability... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking openssl/cast.h presence... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for openssl/cast.h... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking openssl/aes.h usability... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking openssl/aes.h presence... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for openssl/aes.h... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking malloc.h usability... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking malloc.h presence... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for malloc.h... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for memxor... no unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for __attribute__... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for stdint types... stdint.h (shortcircuit) unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install make use of stdint.h in nettle-stdint.h (assuming C99 compatible system) unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for fcntl file locking... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for __gmpz_getlimbn in -lgmp... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for __gmpz_powm_sec... yes unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install config.status: creating config.make unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install config.status: creating config.m4 unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 15:00:38 DEBUG unit.oai-hss/0.install config.status: creating tools/Makefile unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install config.status: creating testsuite/Makefile unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install config.status: creating examples/Makefile unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install config.status: creating nettle.pc unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install config.status: creating hogweed.pc unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-encrypt-internal.asm to aes-encrypt-internal.asm unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-decrypt-internal.asm to aes-decrypt-internal.asm unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install config.status: linking x86_64/camellia-crypt-internal.asm to camellia-crypt-internal.asm unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install config.status: linking x86_64/memxor.asm to memxor.asm unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install config.status: linking x86_64/salsa20-crypt.asm to salsa20-crypt.asm unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-encrypt.asm to serpent-encrypt.asm unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-decrypt.asm to serpent-decrypt.asm unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install config.status: linking x86_64/sha1-compress.asm to sha1-compress.asm unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install config.status: linking x86_64/machine.m4 to machine.m4 unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install config.status: executing dummy-dep-files commands unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install config.status: executing nettle-stdint.h commands unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install config.status: creating nettle-stdint.h : __NETTLE_STDINT_H unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install Version: nettle 2.5 unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install Host type: x86_64-unknown-linux-gnu unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install ABI: 64 unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install Assembly files: x86_64 unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install Library directory: ${exec_prefix}/lib unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install Compiler: gcc unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install Shared libraries: yes unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install Public key crypto: yes unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install Compiling nettle unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install make all-here unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 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: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 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: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-script-interpreter2:amd64. unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-script-interpreter2_1.14.6-1_amd64.deb ... unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:39 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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-abot-epc-basic-0: 15:00:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpng12-dev:amd64. unit-oai-hss-0: 15:00:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:39 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpng12-dev_1.2.54-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 15:00:40 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: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:40 DEBUG unit.abot-epc-basic/0.install Unpacking libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfreetype6-dev:amd64. unit-abot-epc-basic-0: 15:00:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfreetype6-dev_2.6.1-0.1ubuntu2.3_amd64.deb ... unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:40 DEBUG unit.abot-epc-basic/0.install Unpacking libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 15:00:40 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: 15:00:40 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:40 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: 15:00:40 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:40 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: 15:00:40 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:40 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: 15:00:40 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:40 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: 15:00:40 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:40 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: 15:00:40 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: 15:00:40 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:40 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: 15:00:40 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1-dev:amd64. unit-abot-epc-basic-0: 15:00:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1-dev_2.11.94-0ubuntu1.1_amd64.deb ... unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 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: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:41 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: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:41 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:41 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 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: 15:00:42 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:42 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: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-render-dev. unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-render-dev_2%3a0.11.1-2_all.deb ... unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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-abot-epc-basic-0: 15:00:42 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-render-dev (2:0.11.1-2) ... unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install echo "memxor.o : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.o.d unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender-dev:amd64. unit-abot-epc-basic-0: 15:00:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender-dev_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-dev. unit-abot-epc-basic-0: 15:00:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-dev_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 15:00:43 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-dev (0.33.6-1) ... unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0-dev:amd64. unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0-dev:amd64. unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 15:00:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:44 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 15:00:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2-dev. unit-abot-epc-basic-0: 15:00:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2-dev_1.14.6-1_amd64.deb ... unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 15:00:44 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: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 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: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:44 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2-dev (1.14.6-1) ... unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:45 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: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcamd2.4.1:amd64. unit-abot-epc-basic-0: 15:00:45 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: 15:00:45 DEBUG unit.abot-epc-basic/0.install Unpacking libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libccolamd2.9.1:amd64. unit-abot-epc-basic-0: 15:00:45 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: 15:00:45 DEBUG unit.abot-epc-basic/0.install Unpacking libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 15:00:45 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: 15:00:45 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:45 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: 15:00:45 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:45 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: 15:00:45 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:45 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: 15:00:45 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:45 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: 15:00:45 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:45 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: 15:00:45 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: 15:00:45 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:45 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: 15:00:45 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolamd2.9.1:amd64. unit-abot-epc-basic-0: 15:00:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolamd2.9.1_1%3a4.4.6-1_amd64.deb ... unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:45 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:46 DEBUG unit.abot-epc-basic/0.install Unpacking libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcholmod3.0.6:amd64. unit-abot-epc-basic-0: 15:00:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcholmod3.0.6_1%3a4.4.6-1_amd64.deb ... unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:46 DEBUG unit.abot-epc-basic/0.install Unpacking libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:46 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: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 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: 15:00:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 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: 15:00:47 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:47 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: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig9:amd64. unit-abot-epc-basic-0: 15:00:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig9_1.5-0.2_amd64.deb ... unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:47 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig9:amd64 (1.5-0.2) ... unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:47 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-dev:amd64. unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-dev_1.5-0.2_amd64.deb ... unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-abot-epc-basic-0: 15:00:48 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-dev:amd64 (1.5-0.2) ... unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install echo "memxor.po : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.po.d unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-doc. unit-abot-epc-basic-0: 15:00:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-doc_1.5-0.2_all.deb ... unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:48 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-doc (1.5-0.2) ... unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig8-dev. unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig8-dev_1.5-0.2_amd64.deb ... unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:48 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig8-dev (1.5-0.2) ... unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcxsparse3.1.4:amd64. unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcxsparse3.1.4_1%3a4.4.6-1_amd64.deb ... unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:49 DEBUG unit.abot-epc-basic/0.install Unpacking libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-dev:amd64. unit-abot-epc-basic-0: 15:00:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-dev_2.4.91-2~16.04.1_amd64.deb ... unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:49 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 15:00:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-dri2-dev. unit-abot-epc-basic-0: 15:00:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ... unit-abot-epc-basic-0: 15:00:49 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-dri2-dev (2.8-2) ... unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 15:00:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 15:00:50 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: 15:00:50 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: 15:00:50 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: 15:00:50 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: 15:00:50 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: 15:00:50 DEBUG unit.oai-hss/0.install rm -f libnettle.a unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install rm -f libhogweed.a unit-oai-hss-0: 15:00:50 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: 15:00:50 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: 15:00:50 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: 15:00:50 DEBUG unit.oai-hss/0.install ranlib libhogweed.a unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install ranlib libnettle.a unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install && rm -f libnettle.so \ unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install && ln -s ../libnettle.so libnettle.so \ unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install && [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install || { rm -f libnettle.so.4 \ unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install && ln -s libnettle.so libnettle.so.4 ; } ) unit-oai-hss-0: 15:00:50 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: 15:00:50 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install make[1]: [libhogweed.so] Error 1 (ignored) unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so \ unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install && ln -s ../libhogweed.so libhogweed.so \ unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install && [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install || { rm -f libhogweed.so.2 \ unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so libhogweed.so.2 ; } ) unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install echo "Making all in $d" ; (cd $d && make all); done unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install Making all in tools unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 15:00:50 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: 15:00:50 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: 15:00:50 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: 15:00:50 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-abot-epc-basic-0: 15:00:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-gl-dev. unit-abot-epc-basic-0: 15:00:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ... unit-oai-hss-0: 15:00:50 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-abot-epc-basic-0: 15:00:50 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-gl-dev (1.4.17-1) ... unit-oai-hss-0: 15:00:50 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: 15:00:50 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: 15:00:50 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: 15:00:50 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-abot-epc-basic-0: 15:00:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xf86vidmode-dev. unit-oai-hss-0: 15:00:50 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-abot-epc-basic-0: 15:00:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ... unit-abot-epc-basic-0: 15:00:50 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ... unit-oai-hss-0: 15:00:50 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: 15:00:50 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: 15:00:50 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install Making all in testsuite unit-oai-hss-0: 15:00:50 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 15:00:50 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: 15:00:50 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: 15:00:50 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: 15:00:50 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-abot-epc-basic-0: 15:00:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm-dev:amd64. unit-abot-epc-basic-0: 15:00:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 15:00:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 15:00:51 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: 15:00:51 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: 15:00:51 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: 15:00:51 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: 15:00:51 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: 15:00:51 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: 15:00:51 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-abot-epc-basic-0: 15:00:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-damage-dev. unit-abot-epc-basic-0: 15:00:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-damage-dev_1%3a1.2.1-2_all.deb ... unit-oai-hss-0: 15:00:51 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: 15:00:51 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-abot-epc-basic-0: 15:00:51 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-damage-dev (1:1.2.1-2) ... unit-oai-hss-0: 15:00:51 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: 15:00:51 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: 15:00:51 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: 15:00:51 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: 15:00:51 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: 15:00:51 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-abot-epc-basic-0: 15:00:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage-dev:amd64. unit-abot-epc-basic-0: 15:00:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 15:00:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage-dev:amd64 (1:1.1.4-2) ... unit-oai-hss-0: 15:00:51 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: 15:00:51 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: 15:00:52 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: 15:00:52 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: 15:00:52 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: 15:00:52 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: 15:00:52 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: 15:00:52 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: 15:00:52 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: 15:00:52 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: 15:00:52 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: 15:00:52 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: 15:00:52 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: 15:00:52 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: 15:00:52 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: 15:00:52 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: 15:00:52 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: 15:00:52 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: 15:00:52 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: 15:00:53 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-abot-epc-basic-0: 15:00:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0-dev:amd64. unit-abot-epc-basic-0: 15:00:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:00:53 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 15:00:53 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: 15:00:53 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: 15:00:53 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: 15:00:53 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-abot-epc-basic-0: 15:00:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0-dev:amd64. unit-abot-epc-basic-0: 15:00:53 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: 15:00:53 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 15:00:53 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: 15:00:53 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: 15:00:53 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-abot-epc-basic-0: 15:00:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-dev:amd64. unit-oai-hss-0: 15:00:53 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-abot-epc-basic-0: 15:00:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:00:53 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 15:00:53 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: 15:00:53 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: 15:00:53 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: 15:00:53 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: 15:00:53 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-abot-epc-basic-0: 15:00:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0-dev:amd64. unit-abot-epc-basic-0: 15:00:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 15:00:53 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-abot-epc-basic-0: 15:00:53 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 15:00:53 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: 15:00:53 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: 15:00:53 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: 15:00:53 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: 15:00:53 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: 15:00:53 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: 15:00:53 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: 15:00:53 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: 15:00:53 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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-abot-epc-basic-0: 15:00:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0-dev:amd64. unit-abot-epc-basic-0: 15:00:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:00:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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-abot-epc-basic-0: 15:00:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0-dev:amd64. unit-abot-epc-basic-0: 15:00:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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-abot-epc-basic-0: 15:00:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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-abot-epc-basic-0: 15:00:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync-dev:amd64. unit-abot-epc-basic-0: 15:00:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync-dev_1.11.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 15:00:54 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 15:00:54 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 15:00:54 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 15:00:54 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: 15:00:54 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: 15:00:54 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: 15:00:54 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-abot-epc-basic-0: 15:00:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 15:00:54 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: 15:00:54 DEBUG unit.oai-hss/0.install nettle-benchmark.c: In function 'time_cipher': unit-oai-hss-0: 15:00:54 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: 15:00:54 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 15:00:54 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:54 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: 15:00:54 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 15:00:54 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:00:54 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: 15:00:54 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 15:00:54 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 15:00:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present-dev:amd64. unit-oai-hss-0: 15:00:54 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-abot-epc-basic-0: 15:00:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present-dev_1.11.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 15:00:54 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-abot-epc-basic-0: 15:00:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 15:00:54 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: 15:00:55 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: 15:00:55 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-abot-epc-basic-0: 15:00:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence-dev:amd64. unit-abot-epc-basic-0: 15:00:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 15:00:55 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence-dev:amd64 (1.2-1) ... unit-oai-hss-0: 15:00:55 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: 15:00:55 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: 15:00:55 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: 15:00:55 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: 15:00:55 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: 15:00:55 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-abot-epc-basic-0: 15:00:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb-dev:amd64. unit-abot-epc-basic-0: 15:00:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-xcb-dev_2%3a1.6.3-1ubuntu2.1_amd64.deb ... unit-oai-hss-0: 15:00:55 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: 15:00:55 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: 15:00:55 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: 15:00:55 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16enc unit-oai-hss-0: 15:00:55 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: 15:00:55 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16dec unit-oai-hss-0: 15:00:55 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: 15:00:55 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64enc unit-oai-hss-0: 15:00:55 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: 15:00:55 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64dec unit-oai-hss-0: 15:00:55 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: 15:00:55 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-keygen unit-oai-hss-0: 15:00:55 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: 15:00:55 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-sign unit-oai-hss-0: 15:00:55 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: 15:00:55 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-verify unit-oai-hss-0: 15:00:55 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: 15:00:55 DEBUG unit.oai-hss/0.install ../getopt.o ../getopt1.o \ unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-encrypt unit-oai-hss-0: 15:00:55 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: 15:00:55 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-decrypt unit-oai-hss-0: 15:00:55 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: 15:00:55 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o next-prime unit-oai-hss-0: 15:00:55 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: 15:00:55 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o random-prime unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install make check-here unit-abot-epc-basic-0: 15:00:55 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install echo "Making check in $d" ; (cd $d && make check); done unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install Making check in tools unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install Making check in testsuite unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install EMULATOR="" NM="nm" EXEEXT="" \ unit-oai-hss-0: 15:00:55 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: 15:00:55 DEBUG unit.oai-hss/0.install PASS: aes unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: arcfour unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: arctwo unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: blowfish unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: cast128 unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: base16 unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: base64 unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: camellia unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: des unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: des3 unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: des-compat unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: md2 unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: md4 unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: md5 unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: md5-compat unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: memxor unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: ripemd160 unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: salsa20 unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: sha1 unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: sha224 unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: sha256 unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: sha384 unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: sha512 unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: serpent unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: twofish unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: knuth-lfib unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: cbc unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: ctr unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: gcm unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: hmac unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: meta-hash unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: meta-cipher unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: meta-armor unit-oai-hss-0: 15:00:55 DEBUG unit.oai-hss/0.install PASS: buffer unit-abot-epc-basic-0: 15:00:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-bin. unit-abot-epc-basic-0: 15:00:55 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: 15:00:55 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 15:00:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-dev:amd64. unit-abot-epc-basic-0: 15:00:56 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: 15:00:56 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 15:00:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore-dev:amd64. unit-abot-epc-basic-0: 15:00:56 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: 15:00:56 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 15:00:56 DEBUG unit.oai-hss/0.install PASS: yarrow unit-oai-hss-0: 15:00:56 DEBUG unit.oai-hss/0.install PASS: sexp unit-oai-hss-0: 15:00:56 DEBUG unit.oai-hss/0.install PASS: sexp-format unit-oai-hss-0: 15:00:56 DEBUG unit.oai-hss/0.install PASS: rsa2sexp unit-oai-hss-0: 15:00:56 DEBUG unit.oai-hss/0.install PASS: sexp2rsa unit-oai-hss-0: 15:00:56 DEBUG unit.oai-hss/0.install PASS: bignum unit-abot-epc-basic-0: 15:00:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf9v5:amd64. unit-abot-epc-basic-0: 15:00:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf9v5_2.6.1-1.3_amd64.deb ... unit-oai-hss-0: 15:00:56 DEBUG unit.oai-hss/0.install PASS: random-prime unit-oai-hss-0: 15:00:56 DEBUG unit.oai-hss/0.install PASS: pkcs1 unit-oai-hss-0: 15:00:56 DEBUG unit.oai-hss/0.install PASS: rsa unit-oai-hss-0: 15:00:56 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-abot-epc-basic-0: 15:00:56 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 15:00:56 DEBUG unit.oai-hss/0.install PASS: rsa-keygen unit-oai-hss-0: 15:00:56 DEBUG unit.oai-hss/0.install PASS: dsa unit-abot-epc-basic-0: 15:00:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-dev:amd64. unit-abot-epc-basic-0: 15:00:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-dev_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 15:00:56 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 15:00:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-dev. unit-abot-epc-basic-0: 15:00:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-dev_0.5.0-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 15:00:57 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-dev (0.5.0-1ubuntu2.1) ... unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install PASS: dsa-keygen unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install PASS: cxx unit-abot-epc-basic-0: 15:00:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon-dev:amd64. unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install PASS: sexp-conv unit-abot-epc-basic-0: 15:00:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircommon-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install PASS: pkcs1-conv unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install PASS: symbols unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install All 51 tests passed unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install Making check in examples unit-abot-epc-basic-0: 15:00:57 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install EMULATOR="" EXEEXT="" \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install ".."/run-tests rsa-sign-test rsa-verify-test rsa-encrypt-test unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install PASS: rsa-sign unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install PASS: rsa-verify unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install All 3 tests passed unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install make install-here unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/info unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install f=nettle.info ; \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install [ -f $f ] || f="./$f" ; \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/share/info ; \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install if (install-info --version && \ unit-oai-hss-0: 15:00:57 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: 15:00:57 DEBUG unit.oai-hss/0.install install-info --info-dir="/usr/share/info" "$f" ; \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install else : ; fi unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/include/nettle unit-oai-hss-0: 15:00:57 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: 15:00:57 DEBUG unit.oai-hss/0.install if [ -f "$f" ] ; then \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/include/nettle ; \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "./$f" /usr/include/nettle ; \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install fi ; done unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install ./config.status config.h unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install config.status: config.h is unchanged unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install echo timestamp > stamp-h unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install for f in libnettle.a libhogweed.a; do \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 $f /usr/lib ; \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib/pkgconfig unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install for f in nettle.pc hogweed.pc ; do \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/lib/pkgconfig ; \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libnettle.so /usr/lib/libnettle.so.4.4 unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install && rm -f libnettle.so.4 libnettle.so \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so.4 \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so) unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libhogweed.so /usr/lib/libhogweed.so.2.2 unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so.2 libhogweed.so \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so.2 \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so) unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install echo "Making install in $d" ; (cd $d && make install); done unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install Making install in tools unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/bin unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install for f in sexp-conv nettle-hash nettle-lfib-stream pkcs1-conv ; do \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c $f /usr/bin ; \ unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install Making install in testsuite unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 15:00:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie2:amd64. unit-abot-epc-basic-0: 15:00:57 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: 15:00:57 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 15:00:57 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 15:00:58 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 15:00:58 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 15:00:58 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 15:00:58 DEBUG unit.oai-hss/0.install libidn2-0-dev is already the newest version. unit-oai-hss-0: 15:00:58 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 15:00:58 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 15:00:58 DEBUG unit.oai-hss/0.install libp11-kit-dev libp11-kit0-dbg libtasn1-6-dbg libtasn1-6-dev libtspi-dev unit-oai-hss-0: 15:00:58 DEBUG unit.oai-hss/0.install libtspi1 unit-abot-epc-basic-0: 15:00:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie-dev:amd64. unit-abot-epc-basic-0: 15:00:58 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: 15:00:58 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 15:00:58 DEBUG unit.oai-hss/0.install 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 15:00:58 DEBUG unit.oai-hss/0.install Need to get 1855 kB of archives. unit-oai-hss-0: 15:00:58 DEBUG unit.oai-hss/0.install After this operation, 3712 kB of additional disk space will be used. unit-oai-hss-0: 15:00:58 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-abot-epc-basic-0: 15:00:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient-dev:amd64. unit-abot-epc-basic-0: 15:00:58 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: 15:00:58 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 15:00:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa-dev:amd64. unit-abot-epc-basic-0: 15:00:59 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: 15:00:59 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 15:00:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libencode-locale-perl. unit-abot-epc-basic-0: 15:00:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libencode-locale-perl_1.05-1_all.deb ... unit-oai-hss-0: 15:00:59 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-abot-epc-basic-0: 15:00:59 DEBUG unit.abot-epc-basic/0.install Unpacking libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 15:00:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy-dev:amd64. unit-abot-epc-basic-0: 15:00:59 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: 15:00:59 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-oai-hss-0: 15:00:59 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: 15:01:00 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: 15:01:00 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: 15:01:00 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: 15:01:00 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 15:01:00 DEBUG unit.oai-hss/0.install Fetched 1855 kB in 2s (852 kB/s) unit-abot-epc-basic-0: 15:01:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-bin. unit-abot-epc-basic-0: 15:01:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-bin_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:01:00 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-bin (3.3.4-2ubuntu1) ... unit-oai-hss-0: 15:01:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi1. unit-abot-epc-basic-0: 15:01:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-dev:amd64. unit-oai-hss-0: 15:01:01 DEBUG unit.oai-hss/0.install (Reading database ... 62319 files and directories currently installed.) unit-oai-hss-0: 15:01:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi1_0.3.11.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:01:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-dev_3.3.4-2ubuntu1_amd64.deb ... unit-oai-hss-0: 15:01:01 DEBUG unit.oai-hss/0.install Unpacking libtspi1 (0.3.11.2-1ubuntu1) ... unit-abot-epc-basic-0: 15:01:01 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 15:01:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dev. unit-oai-hss-0: 15:01:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dev_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 15:01:01 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-abot-epc-basic-0: 15:01:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libipc-system-simple-perl. unit-abot-epc-basic-0: 15:01:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ... unit-oai-hss-0: 15:01:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi-dev. unit-oai-hss-0: 15:01:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi-dev_0.3.11.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:01:01 DEBUG unit.abot-epc-basic/0.install Unpacking libipc-system-simple-perl (1.25-3) ... unit-oai-hss-0: 15:01:01 DEBUG unit.oai-hss/0.install Unpacking libtspi-dev (0.3.11.2-1ubuntu1) ... unit-abot-epc-basic-0: 15:01:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-basedir-perl. unit-abot-epc-basic-0: 15:01:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ... unit-oai-hss-0: 15:01:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit-dev. unit-abot-epc-basic-0: 15:01:02 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-basedir-perl (0.07-1) ... unit-oai-hss-0: 15:01:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit-dev_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 15:01:02 DEBUG unit.oai-hss/0.install Unpacking libp11-kit-dev (0.20.2-2ubuntu2) ... unit-abot-epc-basic-0: 15:01:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liburi-perl. unit-abot-epc-basic-0: 15:01:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liburi-perl_1.71-1_all.deb ... unit-abot-epc-basic-0: 15:01:02 DEBUG unit.abot-epc-basic/0.install Unpacking liburi-perl (1.71-1) ... unit-oai-hss-0: 15:01:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit0-dbg:amd64. unit-oai-hss-0: 15:01:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit0-dbg_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 15:01:02 DEBUG unit.oai-hss/0.install Unpacking libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 15:01:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dbg:amd64. unit-oai-hss-0: 15:01:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dbg_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 15:01:03 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-abot-epc-basic-0: 15:01:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-desktopentry-perl. unit-abot-epc-basic-0: 15:01:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-desktopentry-perl_0.22-1_all.deb ... unit-abot-epc-basic-0: 15:01:04 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-desktopentry-perl (0.22-1) ... unit-oai-hss-0: 15:01:04 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-abot-epc-basic-0: 15:01:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-date-perl. unit-abot-epc-basic-0: 15:01:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ... unit-oai-hss-0: 15:01:04 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:01:04 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 15:01:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-listing-perl. unit-abot-epc-basic-0: 15:01:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ... unit-abot-epc-basic-0: 15:01:04 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-listing-perl (6.04-1) ... unit-abot-epc-basic-0: 15:01:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-mimeinfo-perl. unit-abot-epc-basic-0: 15:01:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-mimeinfo-perl_0.27-1_all.deb ... unit-abot-epc-basic-0: 15:01:05 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 15:01:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk1.3:amd64. unit-abot-epc-basic-0: 15:01:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 15:01:05 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk1.3:amd64 (1.3.3-7) ... unit-oai-hss-0: 15:01:05 DEBUG unit.oai-hss/0.install Setting up libtspi1 (0.3.11.2-1ubuntu1) ... unit-abot-epc-basic-0: 15:01:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk-gl1.3:amd64. unit-abot-epc-basic-0: 15:01:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk-gl1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 15:01:05 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk-gl1.3:amd64 (1.3.3-7) ... unit-oai-hss-0: 15:01:05 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-abot-epc-basic-0: 15:01:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfont-afm-perl. unit-abot-epc-basic-0: 15:01:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ... unit-abot-epc-basic-0: 15:01:06 DEBUG unit.abot-epc-basic/0.install Unpacking libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 15:01:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontenc1:amd64. unit-abot-epc-basic-0: 15:01:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontenc1_1%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 15:01:06 DEBUG unit.oai-hss/0.install Setting up libtspi-dev (0.3.11.2-1ubuntu1) ... unit-abot-epc-basic-0: 15:01:06 DEBUG unit.abot-epc-basic/0.install Unpacking libfontenc1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 15:01:06 DEBUG unit.oai-hss/0.install Setting up libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 15:01:06 DEBUG unit.oai-hss/0.install Setting up libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-abot-epc-basic-0: 15:01:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms2. unit-abot-epc-basic-0: 15:01:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms2_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 15:01:06 DEBUG unit.abot-epc-basic/0.install Unpacking libforms2 (1.2.3-1.2) ... unit-oai-hss-0: 15:01:06 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 15:01:07 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 15:01:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-bin. unit-abot-epc-basic-0: 15:01:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-bin_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 15:01:07 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 15:01:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm-dev:amd64. unit-abot-epc-basic-0: 15:01:07 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: 15:01:07 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-oai-hss-0: 15:01:07 DEBUG unit.oai-hss/0.install Downloading gnutls archive unit-oai-hss-0: 15:01:07 DEBUG unit.oai-hss/0.install --2019-01-20 15:01:07-- http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.23.tar.xz unit-oai-hss-0: 15:01:07 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: 15:01:07 DEBUG unit.oai-hss/0.install Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:80... connected. unit-abot-epc-basic-0: 15:01:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-dev. unit-abot-epc-basic-0: 15:01:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-dev_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 15:01:07 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-dev (1.2.3-1.2) ... unit-oai-hss-0: 15:01:08 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 15:01:08 DEBUG unit.oai-hss/0.install Length: 5148432 (4.9M) [application/octet-stream] unit-oai-hss-0: 15:01:08 DEBUG unit.oai-hss/0.install Saving to: 'gnutls-3.1.23.tar.xz' unit-oai-hss-0: 15:01:08 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:01:08 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 140K 36s unit-abot-epc-basic-0: 15:01:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgpg-error-dev. unit-abot-epc-basic-0: 15:01:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgpg-error-dev_1.21-2ubuntu1_amd64.deb ... unit-oai-hss-0: 15:01:08 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 1% 282K 26s unit-oai-hss-0: 15:01:08 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 2% 498K 21s unit-oai-hss-0: 15:01:08 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 3% 594K 17s unit-oai-hss-0: 15:01:08 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 4% 927K 15s unit-oai-hss-0: 15:01:08 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 5% 1.13M 13s unit-oai-hss-0: 15:01:08 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 6% 1.15M 11s unit-oai-hss-0: 15:01:08 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 7% 1.44M 10s unit-oai-hss-0: 15:01:08 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 8% 1.58M 9s unit-oai-hss-0: 15:01:08 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 9% 1.75M 9s unit-oai-hss-0: 15:01:08 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 10% 2.03M 8s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 11% 2.13M 7s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 12% 2.42M 7s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 13% 2.61M 6s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 14% 2.89M 6s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 15% 3.14M 6s unit-abot-epc-basic-0: 15:01:09 DEBUG unit.abot-epc-basic/0.install Unpacking libgpg-error-dev (1.21-2ubuntu1) ... unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 16% 3.21M 5s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 17% 3.59M 5s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 18% 3.40M 5s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 19% 4.00M 5s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 20% 4.31M 4s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 21% 4.31M 4s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 22% 4.39M 4s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 23% 4.40M 4s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 24% 4.85M 4s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 25% 4.77M 3s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 26% 5.04M 3s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 27% 6.22M 3s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 28% 5.33M 3s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 29% 6.10M 3s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 30% 5.74M 3s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 31% 6.04M 3s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 32% 6.84M 3s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 33% 6.34M 2s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 34% 7.35M 2s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 35% 6.69M 2s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 36% 7.71M 2s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 37% 7.78M 2s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 38% 7.97M 2s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 39% 7.95M 2s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 40% 7.58M 2s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 41% 9.03M 2s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 42% 8.10M 2s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 43% 9.22M 2s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 44% 9.22M 2s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 45% 9.26M 2s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 46% 8.41M 2s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 47% 10.7M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 48% 9.53M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 49% 11.1M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 50% 9.32M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 51% 9.78M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 52% 11.6M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 53% 9.93M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 54% 12.0M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 55% 10.6M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 56% 11.4M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 57% 9.20M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 58% 13.3M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 59% 13.8M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 60% 10.2M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 61% 11.0M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 62% 12.4M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 63% 13.6M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 64% 12.3M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 65% 14.3M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 66% 13.4M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 67% 13.2M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 68% 13.7M 1s unit-abot-epc-basic-0: 15:01:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt20-dev. unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 69% 16.1M 1s unit-abot-epc-basic-0: 15:01:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt20-dev_1.6.5-2ubuntu0.5_amd64.deb ... unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 70% 11.0M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 71% 16.0M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 72% 16.2M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 73% 13.6M 1s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 74% 15.8M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 75% 11.8M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 76% 16.9M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 77% 15.6M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 78% 16.1M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 79% 14.1M 0s unit-abot-epc-basic-0: 15:01:09 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 80% 18.3M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 81% 16.6M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 82% 17.0M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 83% 16.9M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 84% 19.1M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 85% 17.5M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 86% 14.2M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 87% 22.0M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 88% 16.6M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 89% 18.7M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 90% 17.7M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 91% 25.1M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 92% 16.2M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 93% 22.3M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 94% 15.0M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 95% 20.2M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 96% 26.1M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 97% 17.1M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 98% 21.0M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 99% 20.7M 0s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 5000K .......... .......... ....... 100% 17.7M=1.5s unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install 2019-01-20 15:01:09 (3.23 MB/s) - 'gnutls-3.1.23.tar.xz' saved [5148432/5148432] unit-oai-hss-0: 15:01:09 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 15:01:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt11-dev. unit-abot-epc-basic-0: 15:01:09 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: 15:01:09 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 15:01:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-dev. unit-abot-epc-basic-0: 15:01:09 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: 15:01:09 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking whether build environment is sane... yes unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for gawk... gawk unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... yes unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... (cached) yes unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install *** Checking for compilation programs... unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-abot-epc-basic-0: 15:01:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo0:amd64. unit-abot-epc-basic-0: 15:01:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3.1_amd64.deb ... unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-abot-epc-basic-0: 15:01:10 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3.1) ... unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking whether gcc understands -c and -o together... yes unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for style of include used by make... GNU unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking dependency style of gcc... gcc3 unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for Minix Amsterdam compiler... no unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for ar... ar unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-abot-epc-basic-0: 15:01:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-abot-epc-basic-0: 15:01:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3.1_amd64.deb ... unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-abot-epc-basic-0: 15:01:10 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3.1) ... unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking minix/config.h usability... no unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking minix/config.h presence... no unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for minix/config.h... no unit-abot-epc-basic-0: 15:01:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl2ps0. unit-abot-epc-basic-0: 15:01:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl2ps0_1.3.8-1.2_amd64.deb ... unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking whether it is safe to define __EXTENSIONS__... yes unit-abot-epc-basic-0: 15:01:10 DEBUG unit.abot-epc-basic/0.install Unpacking libgl2ps0 (1.3.8-1.2) ... unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking whether _XOPEN_SOURCE should be defined... no unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for _LARGEFILE_SOURCE value needed for large files... no unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for special C compiler options needed for large files... no unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for _FILE_OFFSET_BITS value needed for large files... no unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C99... -std=gnu99 unit-oai-hss-0: 15:01:10 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking dependency style of gcc -std=gnu99... gcc3 unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking the archiver (ar) interface... ar unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking dependency style of g++... gcc3 unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for autogen... /bin/true unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install *** autogen not found. Will not link against libopts. unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for ANSI C header files... (cached) yes unit-abot-epc-basic-0: 15:01:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglpk36:amd64. unit-abot-epc-basic-0: 15:01:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglpk36_4.57-1build3_amd64.deb ... unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking cpuid.h usability... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking cpuid.h presence... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for cpuid.h... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for ld used by GCC... /usr/bin/ld unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for shared library run path origin... done unit-abot-epc-basic-0: 15:01:11 DEBUG unit.abot-epc-basic/0.install Unpacking libglpk36:amd64 (4.57-1build3) ... unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking whether to use nettle... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for libnettle... yes unit-oai-hss-0: 15:01:11 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: 15:01:11 DEBUG unit.oai-hss/0.install checking for __gmpz_cmp in -lgmp... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for LIBTASN1... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking whether to use the included minitasn1... no unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking whether C99 macros are supported... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking whether to disable DTLS-SRTP extension... no unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking whether to disable TLS heartbeat support... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking whether to disable SRP authentication support... no unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking whether to disable PSK authentication support... no unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking whether to disable anonymous authentication support... no unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking whether to disable DHE support... no unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking whether to disable ECDHE support... no unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking whether to disable RSA-EXPORT support... no unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking whether to disable OpenPGP Certificate authentication support... no unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking whether to add cryptodev support... no unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking whether to disable OCSP support... no unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking size of void *... 8 unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking size of long long... 8 unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-abot-epc-basic-0: 15:01:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-l10n. unit-abot-epc-basic-0: 15:01:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-l10n_2.5.9-3_all.deb ... unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking size of int... 4 unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking sys/socket.h usability... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking sys/socket.h presence... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for sys/socket.h... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking features.h usability... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking features.h presence... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for features.h... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking linewrap.h usability... no unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking linewrap.h presence... no unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for linewrap.h... no unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking arpa/inet.h usability... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking arpa/inet.h presence... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking dirent.h usability... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking dirent.h presence... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for dirent.h... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for sys/stat.h... (cached) yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking netdb.h usability... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking netdb.h presence... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for netdb.h... yes unit-abot-epc-basic-0: 15:01:11 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-l10n (2.5.9-3) ... unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking netinet/in.h usability... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking netinet/in.h presence... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for netinet/in.h... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking getopt.h usability... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking getopt.h presence... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for getopt.h... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking stdio_ext.h usability... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking stdio_ext.h presence... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for stdio_ext.h... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking termios.h usability... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking termios.h presence... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for termios.h... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking sys/time.h usability... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking sys/time.h presence... yes unit-oai-hss-0: 15:01:11 DEBUG unit.oai-hss/0.install checking for sys/time.h... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking iconv.h usability... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking iconv.h presence... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for iconv.h... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-abot-epc-basic-0: 15:01:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjasper1:amd64. unit-abot-epc-basic-0: 15:01:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjasper1_1.900.1-debian1-2.4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking math.h usability... yes unit-abot-epc-basic-0: 15:01:12 DEBUG unit.abot-epc-basic/0.install Unpacking libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking math.h presence... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for math.h... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking sys/mman.h usability... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking sys/mman.h presence... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for sys/mman.h... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking sys/select.h usability... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking sys/select.h presence... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for sys/select.h... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking wchar.h usability... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking wchar.h presence... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for wchar.h... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for strings.h... (cached) yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking sys/uio.h usability... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking sys/uio.h presence... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for sys/uio.h... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking sysexits.h usability... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking sysexits.h presence... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for sysexits.h... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking xlocale.h usability... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking xlocale.h presence... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for xlocale.h... yes unit-abot-epc-basic-0: 15:01:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwebp5:amd64. unit-abot-epc-basic-0: 15:01:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwebp5_0.4.4-1_amd64.deb ... unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking sys/param.h usability... yes unit-abot-epc-basic-0: 15:01:12 DEBUG unit.abot-epc-basic/0.install Unpacking libwebp5:amd64 (0.4.4-1) ... unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking sys/param.h presence... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for sys/param.h... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking sys/wait.h usability... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking sys/wait.h presence... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for sys/wait.h... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking sys/ioctl.h usability... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking sys/ioctl.h presence... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for sys/ioctl.h... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... none needed unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking whether to build OpenSSL compatibility layer... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for gtkdoc-check... no unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for gtkdoc-rebase... no unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for gtkdoc-mkpdf... no unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking whether to build gtk-doc documentation... no unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking whether NLS is requested... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for msgfmt... no unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for gmsgfmt... : unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for xgettext... no unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for msgmerge... no unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for CFPreferencesCopyAppValue... no unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for CFLocaleCopyCurrent... no unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for GNU gettext in libc... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking whether to use NLS... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking where the gettext function comes from... libc unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking whether the preprocessor supports include_next... yes unit-abot-epc-basic-0: 15:01:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwmf0.2-7:amd64. unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking whether system header files limit the line length... no unit-abot-epc-basic-0: 15:01:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwmf0.2-7_0.2.8.4-10.5ubuntu1_amd64.deb ... unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-abot-epc-basic-0: 15:01:12 DEBUG unit.abot-epc-basic/0.install Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for shutdown... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for sa_family_t... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... yes unit-oai-hss-0: 15:01:12 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... yes unit-abot-epc-basic-0: 15:01:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick-q16-3. unit-abot-epc-basic-0: 15:01:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick-q16-3_1.3.23-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... yes unit-abot-epc-basic-0: 15:01:13 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick-q16-3 (1.3.23-1ubuntu0.1) ... unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking for C/C++ restrict keyword... __restrict unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether clearerr_unlocked is declared... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether feof_unlocked is declared... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether ferror_unlocked is declared... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether fflush_unlocked is declared... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether fgets_unlocked is declared... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether fputc_unlocked is declared... yes unit-abot-epc-basic-0: 15:01:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick++-q16-12. unit-abot-epc-basic-0: 15:01:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick++-q16-12_1.3.23-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether fputs_unlocked is declared... yes unit-abot-epc-basic-0: 15:01:13 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick++-q16-12 (1.3.23-1ubuntu0.1) ... unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether fread_unlocked is declared... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether fwrite_unlocked is declared... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether getc_unlocked is declared... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether getchar_unlocked is declared... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether putc_unlocked is declared... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking whether putchar_unlocked is declared... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking for flockfile... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking for funlockfile... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking for _set_invalid_parameter_handler... no unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking for __fseterr... no unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking for getdelim... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking for __fsetlocking... yes unit-oai-hss-0: 15:01:13 DEBUG unit.oai-hss/0.install checking for tcgetattr... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for tcsetattr... yes unit-abot-epc-basic-0: 15:01:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-icu0:amd64. unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for getsubopt... yes unit-abot-epc-basic-0: 15:01:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-icu0_1.0.1-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for gettimeofday... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for nanotime... no unit-abot-epc-basic-0: 15:01:14 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for mprotect... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for sleep... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for snprintf... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for strdup... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for strerror_r... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for __xpg_strerror_r... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for strndup... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for localtime_r... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for vasnprintf... no unit-abot-epc-basic-0: 15:01:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-gobject0:amd64. unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for ftruncate... yes unit-abot-epc-basic-0: 15:01:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-gobject0_1.0.1-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for getdtablesize... yes unit-abot-epc-basic-0: 15:01:14 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for newlocale... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for lstat... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for pipe... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for setenv... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for catgets... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for symlink... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... no unit-abot-epc-basic-0: 15:01:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-dev. unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for complete errno.h... yes unit-abot-epc-basic-0: 15:01:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-dev_1.0.1-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for strerror_r... (cached) yes unit-abot-epc-basic-0: 15:01:14 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking whether strerror_r returns char *... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking whether frexp() can be used without linking with libm... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking whether alarm is declared... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking whether long double and double are the same... no unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking whether stdin defaults to large file offsets... yes unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for pid_t... yes unit-abot-epc-basic-0: 15:01:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft-dev. unit-abot-epc-basic-0: 15:01:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft-dev_2.3.2-1_amd64.deb ... unit-oai-hss-0: 15:01:14 DEBUG unit.oai-hss/0.install checking for mode_t... yes unit-abot-epc-basic-0: 15:01:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxft-dev (2.3.2-1) ... unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether fseeko is declared... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking for fseeko... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether stat file-mode macros are broken... no unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking for nlink_t... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... yes unit-abot-epc-basic-0: 15:01:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango1.0-dev. unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... yes unit-abot-epc-basic-0: 15:01:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango1.0-dev_1.38.1-1_amd64.deb ... unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... yes unit-abot-epc-basic-0: 15:01:15 DEBUG unit.abot-epc-basic/0.install Unpacking libpango1.0-dev (1.38.1-1) ... unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether ftello is declared... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking for ftello... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether ftello works... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... yes unit-abot-epc-basic-0: 15:01:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xinerama-dev. unit-abot-epc-basic-0: 15:01:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xinerama-dev_1.2.1-2_all.deb ... unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... yes unit-abot-epc-basic-0: 15:01:15 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xinerama-dev (1.2.1-2) ... unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... none required unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking for gethostbyname... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... none required unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking for getservbyname... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... none required unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking for IPv4 sockets... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking for IPv6 sockets... yes unit-abot-epc-basic-0: 15:01:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama-dev:amd64. unit-abot-epc-basic-0: 15:01:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama-dev_2%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether getdelim is declared... yes unit-abot-epc-basic-0: 15:01:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama-dev:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking whether getline is declared... yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking for getopt.h... (cached) yes unit-oai-hss-0: 15:01:15 DEBUG unit.oai-hss/0.install checking for getopt_long_only... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking whether getopt is POSIX compatible... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking for working GNU getopt function... yes unit-abot-epc-basic-0: 15:01:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-randr-dev. unit-abot-epc-basic-0: 15:01:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-randr-dev_1.5.0-1_all.deb ... unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking for working GNU getopt_long function... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking whether getenv is declared... yes unit-abot-epc-basic-0: 15:01:16 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-randr-dev (1.5.0-1) ... unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking whether getpass is declared... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking whether flockfile is declared... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking whether funlockfile is declared... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking for struct timeval... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking for wide-enough struct timeval.tv_sec member... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking whether gettimeofday is declared without a macro... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... word 1 bit 20 unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... word 0 bit 23 unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-abot-epc-basic-0: 15:01:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr-dev:amd64. unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking whether malloc, realloc, calloc are POSIX compliant... yes unit-abot-epc-basic-0: 15:01:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr-dev_2%3a1.5.0-1_amd64.deb ... unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking for mmap... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-abot-epc-basic-0: 15:01:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr-dev:amd64 (2:1.5.0-1) ... unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking whether memchr works... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking whether memmem is declared... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... no unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... yes unit-abot-epc-basic-0: 15:01:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor-dev:amd64. unit-abot-epc-basic-0: 15:01:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcursor-dev_1%3a1.1.14-1ubuntu0.16.04.2_amd64.deb ... unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... yes unit-abot-epc-basic-0: 15:01:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking for sigset_t... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking whether snprintf returns a byte count as in C99... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking whether snprintf is declared... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking for stdbool.h that conforms to C99... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking for _Bool... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking for long long int... yes unit-oai-hss-0: 15:01:16 DEBUG unit.oai-hss/0.install checking for unsigned long long int... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether stdint.h conforms to C99... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether strdup is declared... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether strerror(0) succeeds... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking for strerror_r with POSIX signature... no unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether __xpg_strerror_r works... yes unit-abot-epc-basic-0: 15:01:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-composite-dev. unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether ffsl is declared without a macro... yes unit-abot-epc-basic-0: 15:01:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-composite-dev_1%3a0.4.2-2_all.deb ... unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether ffsll is declared without a macro... yes unit-abot-epc-basic-0: 15:01:17 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-composite-dev (1:0.4.2-2) ... unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether memmem is declared without a macro... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether mempcpy is declared without a macro... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether memrchr is declared without a macro... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether rawmemchr is declared without a macro... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether stpcpy is declared without a macro... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether stpncpy is declared without a macro... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether strchrnul is declared without a macro... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether strdup is declared without a macro... yes unit-abot-epc-basic-0: 15:01:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite-dev. unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether strncat is declared without a macro... yes unit-abot-epc-basic-0: 15:01:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite-dev_1%3a0.4.4-1_amd64.deb ... unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether strndup is declared without a macro... yes unit-abot-epc-basic-0: 15:01:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite-dev (1:0.4.4-1) ... unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether strnlen is declared without a macro... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether strpbrk is declared without a macro... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether strsep is declared without a macro... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether strcasestr is declared without a macro... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared without a macro... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared without a macro... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether strsignal is declared without a macro... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether strverscmp is declared without a macro... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether ffs is declared without a macro... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether strcasecmp is declared without a macro... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared without a macro... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether strndup is declared... (cached) yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether strnlen is declared... (cached) yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared... (cached) yes unit-abot-epc-basic-0: 15:01:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking whether imported symbols can be declared weak... yes unit-abot-epc-basic-0: 15:01:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-dev_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking pthread.h usability... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking pthread.h presence... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking for pthread.h... yes unit-abot-epc-basic-0: 15:01:17 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking for pthread_kill in -lpthread... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking for multithread API to use... posix unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking for struct timespec in ... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 15:01:17 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking for intmax_t... yes unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking for strnlen... yes unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking for wcslen... yes unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking for wcsnlen... yes unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking for mbrtowc... yes unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking for wcrtomb... yes unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking whether _snprintf is declared... no unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking whether printf supports size specifiers as in C99... yes unit-abot-epc-basic-0: 15:01:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-dev:amd64. unit-abot-epc-basic-0: 15:01:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-dev_3.18.9-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking whether printf supports 'long double' arguments... yes unit-abot-epc-basic-0: 15:01:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'double' arguments... yes unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'long double' arguments... no unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking whether printf supports the 'a' and 'A' directives... yes unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking whether printf supports the 'F' directive... yes unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking whether printf supports the 'n' directive... no unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking whether printf supports the 'ls' directive... yes unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking whether printf supports the grouping flag... yes unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking whether printf supports the left-adjust flag correctly... yes unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking whether printf supports the zero flag correctly... yes unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking whether printf supports large precisions... yes unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking whether printf survives out-of-memory conditions... yes unit-oai-hss-0: 15:01:18 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared... yes unit-oai-hss-0: 15:01:19 DEBUG unit.oai-hss/0.install checking whether uses 'inline' correctly... yes unit-oai-hss-0: 15:01:19 DEBUG unit.oai-hss/0.install checking for nl_langinfo and CODESET... yes unit-oai-hss-0: 15:01:19 DEBUG unit.oai-hss/0.install checking if environ is properly declared... yes unit-abot-epc-basic-0: 15:01:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsz2:amd64. unit-abot-epc-basic-0: 15:01:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsz2_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 15:01:19 DEBUG unit.abot-epc-basic/0.install Unpacking libsz2:amd64 (0.3.2-1) ... unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking for working fcntl.h... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking whether ungetc works on arbitrary bytes... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking whether getcwd (NULL, 0) allocates memory for result... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking for getcwd with POSIX signature... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking whether imaxabs is declared without a macro... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking whether imaxdiv is declared without a macro... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking whether strtoimax is declared without a macro... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking whether strtoumax is declared without a macro... yes unit-abot-epc-basic-0: 15:01:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-10:amd64. unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-abot-epc-basic-0: 15:01:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-10_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking whether the inttypes.h PRIxNN macros are broken... no unit-abot-epc-basic-0: 15:01:20 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking for LC_MESSAGES... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking whether lstat correctly handles trailing slash... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking for promoted mode_t type... mode_t unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... (cached) yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking whether setenv is declared... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking search.h usability... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking search.h presence... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking for search.h... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking for tsearch... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking for alloca as a compiler built-in... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking for alphasort... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is defined... yes unit-abot-epc-basic-0: 15:01:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-cpp-11:amd64. unit-abot-epc-basic-0: 15:01:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-cpp-11_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is defined... yes unit-abot-epc-basic-0: 15:01:20 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared without a macro... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared without a macro... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking byteswap.h usability... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking byteswap.h presence... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking for byteswap.h... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking for clock_gettime... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking for clock_settime... yes unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking for closedir... yes unit-abot-epc-basic-0: 15:01:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8-dev:amd64. unit-abot-epc-basic-0: 15:01:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8-dev_1.4.2-0ubuntu3.1_amd64.deb ... unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking whether alphasort is declared without a macro... yes unit-abot-epc-basic-0: 15:01:20 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-oai-hss-0: 15:01:20 DEBUG unit.oai-hss/0.install checking whether closedir is declared without a macro... yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether dirfd is declared without a macro... yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether fdopendir is declared without a macro... yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether opendir is declared without a macro... yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether readdir is declared without a macro... yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether rewinddir is declared without a macro... yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether scandir is declared without a macro... yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... (cached) no unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether dup2 works... yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking for error_at_line... yes unit-abot-epc-basic-0: 15:01:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8-dev:amd64. unit-abot-epc-basic-0: 15:01:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8-dev_8c-2ubuntu8_amd64.deb ... unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether conversion from 'int' to 'long double' works... yes unit-abot-epc-basic-0: 15:01:21 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether frexp works... yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether frexpl works... yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking for fseeko... (cached) yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking for ftello... (cached) yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether ftello works... (cached) yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether __func__ is available... yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking for library containing getaddrinfo... none required unit-abot-epc-basic-0: 15:01:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-dev:amd64. unit-abot-epc-basic-0: 15:01:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-dev_8c-2ubuntu8_amd64.deb ... unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking for getaddrinfo... yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared... (cached) yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether gai_strerrorA is declared... no unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking for gai_strerror with POSIX signature... yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking for struct sockaddr.sa_len... no unit-abot-epc-basic-0: 15:01:21 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared... (cached) yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared... (cached) yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared... (cached) yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking for struct addrinfo... yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking for working getdelim function... yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking for getline... yes unit-abot-epc-basic-0: 15:01:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec-dev:amd64. unit-abot-epc-basic-0: 15:01:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec-dev_0.3.2-1_amd64.deb ... unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking for working getline function... yes unit-abot-epc-basic-0: 15:01:21 DEBUG unit.abot-epc-basic/0.install Unpacking libaec-dev:amd64 (0.3.2-1) ... unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking for getpass... yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether gettimeofday clobbers localtime buffer... no unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking for gettimeofday with POSIX signature... almost unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... (cached) none required unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking for gethostbyname... (cached) yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking for iconv... yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking for working iconv... yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking for iconv declaration... unit-oai-hss-0: 15:01:21 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: 15:01:21 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: 15:01:21 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... (cached) none required unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... (cached) yes unit-oai-hss-0: 15:01:21 DEBUG unit.oai-hss/0.install checking for library containing inet_pton... none required unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared... (cached) yes unit-abot-epc-basic-0: 15:01:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-dev. unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether the compiler generally respects inline... yes unit-abot-epc-basic-0: 15:01:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-dev_1.8.16+docs-4ubuntu1.1_amd64.deb ... unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether isnan(double) can be used without linking with libm... yes unit-abot-epc-basic-0: 15:01:22 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether isnan(float) can be used without linking with libm... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether isnan(float) works... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether isnan(long double) can be used without linking with libm... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether isnanl works... no unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... word 2 bit 0 unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking if gcc/ld supports -Wl,--output-def... no unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking if LD -Wl,--version-script works... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether lseek detects pipes... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... (cached) yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether NAN macro works... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether HUGE_VAL works... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether acosf is declared without a macro... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether acosl is declared without a macro... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether asinf is declared without a macro... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether asinl is declared without a macro... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether atanf is declared without a macro... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether atanl is declared without a macro... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether cbrt is declared without a macro... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether cbrtf is declared without a macro... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether cbrtl is declared without a macro... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether ceilf is declared without a macro... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether ceill is declared without a macro... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether copysign is declared without a macro... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether copysignf is declared without a macro... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether copysignl is declared without a macro... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether cosf is declared without a macro... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether cosl is declared without a macro... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether coshf is declared without a macro... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether expf is declared without a macro... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether expl is declared without a macro... yes unit-oai-hss-0: 15:01:22 DEBUG unit.oai-hss/0.install checking whether exp2 is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether exp2f is declared without a macro... yes unit-abot-epc-basic-0: 15:01:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tagset-perl. unit-abot-epc-basic-0: 15:01:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ... unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether exp2l is declared without a macro... yes unit-abot-epc-basic-0: 15:01:23 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tagset-perl (3.20-2) ... unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether expm1 is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether expm1f is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether expm1l is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether fabsf is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether fabsl is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether floorf is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether floorl is declared without a macro... yes unit-abot-epc-basic-0: 15:01:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-parser-perl. unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether fma is declared without a macro... yes unit-abot-epc-basic-0: 15:01:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-parser-perl_3.72-1_amd64.deb ... unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether fmaf is declared without a macro... yes unit-abot-epc-basic-0: 15:01:23 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-parser-perl (3.72-1) ... unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether fmal is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether fmod is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether fmodf is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether fmodl is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether frexpf is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether frexpl is declared without a macro... yes unit-abot-epc-basic-0: 15:01:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-html-perl. unit-abot-epc-basic-0: 15:01:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-html-perl_1.001-1_all.deb ... unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether hypotf is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether hypotl is declared without a macro... yes unit-abot-epc-basic-0: 15:01:23 DEBUG unit.abot-epc-basic/0.install Unpacking libio-html-perl (1.001-1) ... unit-oai-hss-0: 15:01:23 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether ilogb is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether ilogbf is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether ilogbl is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether ldexpf is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether log is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether logf is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether logl is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether log10 is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether log10f is declared without a macro... yes unit-abot-epc-basic-0: 15:01:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-mediatypes-perl. unit-abot-epc-basic-0: 15:01:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ... unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether log10l is declared without a macro... yes unit-abot-epc-basic-0: 15:01:23 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-mediatypes-perl (6.02-1) ... unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether log1p is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether log1pf is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether log1pl is declared without a macro... yes unit-oai-hss-0: 15:01:23 DEBUG unit.oai-hss/0.install checking whether log2 is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether log2f is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether log2l is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether logb is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether logbf is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether logbl is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether modf is declared without a macro... yes unit-abot-epc-basic-0: 15:01:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-message-perl. unit-abot-epc-basic-0: 15:01:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-message-perl_6.11-1_all.deb ... unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether modff is declared without a macro... yes unit-abot-epc-basic-0: 15:01:24 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-message-perl (6.11-1) ... unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether modfl is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether powf is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether remainder is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether remainderf is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether remainderl is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether rint is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether rintf is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether rintl is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether round is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether roundf is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether roundl is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether sinf is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether sinl is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether sinhf is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether sqrtf is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether sqrtl is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether tanf is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether tanl is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether tanhf is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether trunc is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether truncf is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether truncl is declared without a macro... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking for memmem... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether memmem works... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking for mempcpy... yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:24 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking for opendir... yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking for pmccabe... false unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether frexp works... (cached) yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether ldexp can be used without linking with libm... yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... (cached) yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether frexpl works... (cached) yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... (cached) yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether ldexpl() can be used without linking with libm... yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether ldexpl works... yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared... (cached) yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... (cached) yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... (cached) yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking for rawmemchr... yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking for readdir... yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking for scandir... yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether select supports a 0 argument... yes unit-abot-epc-basic-0: 15:01:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-form-perl. unit-abot-epc-basic-0: 15:01:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ... unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether select detects invalid fds... yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... (cached) none required unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking for getservbyname... (cached) yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking for volatile sig_atomic_t... yes unit-abot-epc-basic-0: 15:01:25 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-form-perl (6.03-1) ... unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking for sighandler_t... yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether pthread_sigmask is declared without a macro... yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether sigaction is declared without a macro... yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether sigaddset is declared without a macro... yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether sigdelset is declared without a macro... yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether sigemptyset is declared without a macro... yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether sigfillset is declared without a macro... yes unit-abot-epc-basic-0: 15:01:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tree-perl. unit-abot-epc-basic-0: 15:01:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ... unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether sigismember is declared without a macro... yes unit-abot-epc-basic-0: 15:01:25 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tree-perl (5.03-2) ... unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether sigpending is declared without a macro... yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether sigprocmask is declared without a macro... yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking for signbit macro... yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking for signbit compiler built-ins... yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking for SIZE_MAX... yes unit-oai-hss-0: 15:01:25 DEBUG unit.oai-hss/0.install checking whether sleep is declared... yes unit-abot-epc-basic-0: 15:01:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-format-perl. unit-abot-epc-basic-0: 15:01:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ... unit-abot-epc-basic-0: 15:01:25 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 15:01:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-cookies-perl. unit-abot-epc-basic-0: 15:01:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 15:01:26 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 15:01:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-daemon-perl. unit-abot-epc-basic-0: 15:01:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 15:01:26 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 15:01:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-negotiate-perl. unit-abot-epc-basic-0: 15:01:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ... unit-abot-epc-basic-0: 15:01:26 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-negotiate-perl (6.00-2) ... unit-oai-hss-0: 15:01:26 DEBUG unit.oai-hss/0.install checking for working sleep... yes unit-oai-hss-0: 15:01:26 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-abot-epc-basic-0: 15:01:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libicu-dev:amd64. unit-abot-epc-basic-0: 15:01:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libicu-dev_55.1-7ubuntu0.4_amd64.deb ... unit-oai-hss-0: 15:01:26 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... yes unit-abot-epc-basic-0: 15:01:26 DEBUG unit.abot-epc-basic/0.install Unpacking libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-oai-hss-0: 15:01:26 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... yes unit-oai-hss-0: 15:01:26 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... (cached) none needed unit-oai-hss-0: 15:01:26 DEBUG unit.oai-hss/0.install checking for socklen_t... yes unit-oai-hss-0: 15:01:26 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 15:01:26 DEBUG unit.oai-hss/0.install checking for working stdalign.h... yes unit-oai-hss-0: 15:01:26 DEBUG unit.oai-hss/0.install checking for va_copy... yes unit-oai-hss-0: 15:01:26 DEBUG unit.oai-hss/0.install checking whether NULL can be used in arbitrary expressions... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether dprintf is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether fpurge is declared without a macro... no unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether fseeko is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether ftello is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether getdelim is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether getline is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether gets is declared without a macro... no unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether pclose is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether popen is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether renameat is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether snprintf is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether tmpfile is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether vdprintf is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether _Exit is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether atoll is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether canonicalize_file_name is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether getloadavg is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether getsubopt is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether grantpt is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether initstate is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether initstate_r is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether mkdtemp is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether mkostemp is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether mkostemps is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether mkstemp is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether mkstemps is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether posix_openpt is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether ptsname is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether ptsname_r is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether random is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether random_r is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether realpath is declared without a macro... yes unit-oai-hss-0: 15:01:27 DEBUG unit.oai-hss/0.install checking whether rpmatch is declared without a macro... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether secure_getenv is declared without a macro... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether setenv is declared without a macro... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether setstate is declared without a macro... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether setstate_r is declared without a macro... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether srandom is declared without a macro... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether srandom_r is declared without a macro... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether strtod is declared without a macro... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether strtoll is declared without a macro... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether strtoull is declared without a macro... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether unlockpt is declared without a macro... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared without a macro... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking for strcasecmp... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking for strncasecmp... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared... (cached) yes unit-abot-epc-basic-0: 15:01:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn11-dev. unit-abot-epc-basic-0: 15:01:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn11-dev_1.32-3ubuntu1.2_amd64.deb ... unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking for strchrnul... yes unit-abot-epc-basic-0: 15:01:28 DEBUG unit.abot-epc-basic/0.install Unpacking libidn11-dev (1.32-3ubuntu1.2) ... unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether strchrnul works... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking for working strerror function... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking for working strndup... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking for working strnlen... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking for strtok_r... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether strtok_r works... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking for strverscmp... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking for sa_family_t... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking for nlink_t... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... (cached) yes unit-abot-epc-basic-0: 15:01:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-ssleay-perl. unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... (cached) yes unit-abot-epc-basic-0: 15:01:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ... unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... (cached) yes unit-abot-epc-basic-0: 15:01:28 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-ssleay-perl (1.72-1build1) ... unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... (cached) yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether localtime_r is declared... yes unit-oai-hss-0: 15:01:28 DEBUG unit.oai-hss/0.install checking whether localtime_r is compatible with its POSIX signature... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking for library containing timer_settime... -lrt unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking for timer_settime... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether chdir is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether chown is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether dup is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether dup2 is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether dup3 is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether environ is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether euidaccess is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether faccessat is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether fchdir is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether fchownat is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether fdatasync is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether fsync is declared without a macro... yes unit-abot-epc-basic-0: 15:01:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-socket-ssl-perl. unit-abot-epc-basic-0: 15:01:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ... unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether ftruncate is declared without a macro... yes unit-abot-epc-basic-0: 15:01:29 DEBUG unit.abot-epc-basic/0.install Unpacking libio-socket-ssl-perl (2.024-1) ... unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether getcwd is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether getdomainname is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether getdtablesize is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether getgroups is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether gethostname is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether getlogin is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether getlogin_r is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether getusershell is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether setusershell is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether endusershell is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether group_member is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether isatty is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether lchown is declared without a macro... yes unit-abot-epc-basic-0: 15:01:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjack-jackd2-0:amd64. unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether link is declared without a macro... yes unit-abot-epc-basic-0: 15:01:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjack-jackd2-0_1.9.10+20150825git1ed50c92~dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether linkat is declared without a macro... yes unit-abot-epc-basic-0: 15:01:29 DEBUG unit.abot-epc-basic/0.install Unpacking libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether lseek is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether pipe is declared without a macro... yes unit-oai-hss-0: 15:01:29 DEBUG unit.oai-hss/0.install checking whether pipe2 is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether pread is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether pwrite is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether readlink is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether readlinkat is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether rmdir is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether sethostname is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether sleep is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether symlink is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether symlinkat is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether ttyname_r is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether unlink is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether unlinkat is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether usleep is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking for vasprintf... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... (cached) yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking for vsnprintf... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... (cached) yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... (cached) yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether btowc is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether wctob is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether mbsinit is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether mbrtowc is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether mbrlen is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether mbsrtowcs is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether mbsnrtowcs is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether wcrtomb is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether wcsrtombs is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether wcsnrtombs is declared without a macro... yes unit-abot-epc-basic-0: 15:01:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjs-jquery. unit-abot-epc-basic-0: 15:01:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjs-jquery_1.11.3+dfsg-4_all.deb ... unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether wcwidth is declared without a macro... yes unit-abot-epc-basic-0: 15:01:30 DEBUG unit.abot-epc-basic/0.install Unpacking libjs-jquery (1.11.3+dfsg-4) ... unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether wmemchr is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether wmemcmp is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether wmemcpy is declared without a macro... yes unit-oai-hss-0: 15:01:30 DEBUG unit.oai-hss/0.install checking whether wmemmove is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wmemset is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcslen is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcsnlen is declared without a macro... yes unit-abot-epc-basic-0: 15:01:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libkpathsea6:amd64. unit-abot-epc-basic-0: 15:01:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libkpathsea6_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcscpy is declared without a macro... yes unit-abot-epc-basic-0: 15:01:31 DEBUG unit.abot-epc-basic/0.install Unpacking libkpathsea6:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcpcpy is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcsncpy is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcpncpy is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcscat is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcsncat is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcscmp is declared without a macro... yes unit-abot-epc-basic-0: 15:01:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-http-perl. unit-abot-epc-basic-0: 15:01:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ... unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcsncmp is declared without a macro... yes unit-abot-epc-basic-0: 15:01:31 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-http-perl (6.09-1) ... unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcscasecmp is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcsncasecmp is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcscoll is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcsxfrm is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcsdup is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcschr is declared without a macro... yes unit-abot-epc-basic-0: 15:01:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-robotrules-perl. unit-abot-epc-basic-0: 15:01:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ... unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcsrchr is declared without a macro... yes unit-abot-epc-basic-0: 15:01:31 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-robotrules-perl (6.01-1) ... unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcscspn is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcsspn is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcspbrk is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcsstr is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcstok is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether wcswidth is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking for a traditional french locale... none unit-abot-epc-basic-0: 15:01:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-perl. unit-abot-epc-basic-0: 15:01:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-perl_6.15-1_all.deb ... unit-abot-epc-basic-0: 15:01:31 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-perl (6.15-1) ... unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking for a turkish Unicode locale... none unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether fcntl is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether openat is declared without a macro... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether fdopen sets errno... yes unit-oai-hss-0: 15:01:31 DEBUG unit.oai-hss/0.install checking whether getdtablesize works... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking for getpagesize... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared... (cached) yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-abot-epc-basic-0: 15:01:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-protocol-https-perl. unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking whether INT32_MAX < INTMAX_MAX... yes unit-abot-epc-basic-0: 15:01:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ... unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking whether INT64_MAX == LONG_MAX... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking whether UINT32_MAX < UINTMAX_MAX... yes unit-abot-epc-basic-0: 15:01:32 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-protocol-https-perl (6.06-2) ... unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking whether UINT64_MAX == ULONG_MAX... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking for ioctl... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking for ioctl with POSIX signature... no unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... (cached) word 1 bit 20 unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... (cached) word 0 bit 23 unit-oai-hss-0: 15:01:32 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: 15:01:32 DEBUG unit.oai-hss/0.install checking whether locale.h conforms to POSIX:2001... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking whether locale.h defines locale_t... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking whether struct lconv is properly defined... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking whether setlocale is declared without a macro... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking whether duplocale is declared without a macro... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking for setlocale... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking for uselocale... yes unit-abot-epc-basic-0: 15:01:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagick++-6.q16-5v5:amd64. unit-abot-epc-basic-0: 15:01:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagick++-6.q16-5v5_8%3a6.8.9.9-7ubuntu5.13_amd64.deb ... unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking for pthread_rwlock_t... yes unit-abot-epc-basic-0: 15:01:32 DEBUG unit.abot-epc-basic/0.install Unpacking libmagick++-6.q16-5v5:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking whether open recognizes a trailing slash... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking whether perror matches strerror... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking for putenv compatible with GNU and SVID... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking whether setenv validates arguments... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking for a traditional french locale... (cached) none unit-abot-epc-basic-0: 15:01:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking for a french Unicode locale... none unit-abot-epc-basic-0: 15:01:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ... unit-abot-epc-basic-0: 15:01:32 DEBUG unit.abot-epc-basic/0.install Unpacking libsys-hostname-long-perl (1.5-1) ... unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking for a traditional japanese locale... none unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking for a transitional chinese locale... none unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on directories... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on files... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking whether symlink handles trailing slash correctly... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking whether declares ioctl... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking whether ioctl is declared without a macro... yes unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking for unsetenv... yes unit-abot-epc-basic-0: 15:01:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmail-sendmail-perl. unit-oai-hss-0: 15:01:32 DEBUG unit.oai-hss/0.install checking for unsetenv() return type... int unit-abot-epc-basic-0: 15:01:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-abot-epc-basic-0: 15:01:33 DEBUG unit.abot-epc-basic/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking whether unsetenv obeys POSIX... yes unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking how to print strings... printf unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for fgrep... /bin/grep -F unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for ld used by gcc -std=gnu99... /usr/bin/ld unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking the maximum length of command line arguments... 1572864 unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking whether the shell understands some XSI constructs... yes unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking whether the shell understands "+="... yes unit-oai-hss-0: 15:01:33 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: 15:01:33 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: 15:01:33 DEBUG unit.oai-hss/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking how to recognize dependent libraries... pass_all unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for dlltool... dlltool unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for archiver @FILE support... @ unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for strip... strip unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for ranlib... (cached) ranlib unit-oai-hss-0: 15:01:33 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: 15:01:33 DEBUG unit.oai-hss/0.install checking for sysroot... no unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for mt... mt unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking if mt is a manifest tool... no unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for dlfcn.h... yes unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for objdir... .libs unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 static flag -static works... yes unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... yes unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes unit-oai-hss-0: 15:01:33 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: 15:01:33 DEBUG unit.oai-hss/0.install checking whether -lc should be explicitly linked in... no unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking whether stripping libraries is possible... yes unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking if libtool supports shared libraries... yes unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking whether to build shared libraries... yes unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking whether to build static libraries... yes unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking how to run the C++ preprocessor... g++ -E unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for ld used by g++... /usr/bin/ld -m elf_x86_64 unit-oai-hss-0: 15:01:33 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: 15:01:33 DEBUG unit.oai-hss/0.install checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes unit-abot-epc-basic-0: 15:01:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-smtp-ssl-perl. unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for g++ option to produce PIC... -fPIC -DPIC unit-abot-epc-basic-0: 15:01:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ... unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking if g++ PIC flag -fPIC -DPIC works... yes unit-abot-epc-basic-0: 15:01:33 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-smtp-ssl-perl (1.03-1) ... unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking if g++ static flag -static works... yes unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... yes unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... (cached) yes unit-oai-hss-0: 15:01:33 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: 15:01:33 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... (cached) GNU/Linux ld.so unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for fork... yes unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for getrusage... yes unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for getpwuid_r... yes unit-abot-epc-basic-0: 15:01:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmailtools-perl. unit-abot-epc-basic-0: 15:01:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ... unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for daemon... yes unit-abot-epc-basic-0: 15:01:33 DEBUG unit.abot-epc-basic/0.install Unpacking libmailtools-perl (2.13-1) ... unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for getpid... yes unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for libpthread... yes unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking how to link with libpthread... -lpthread unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking whether to build libdane... yes unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install checking for unbound library... no unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install *** libunbound was not found. Libdane will not be built. unit-oai-hss-0: 15:01:33 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for P11_KIT... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for tss library... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for dirent.h that defines DIR... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for library containing opendir... none required unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for sys/mman.h... (cached) yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for sys/param.h... (cached) yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking sys/poll.h usability... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking sys/poll.h presence... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for sys/poll.h... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking sys/procset.h usability... no unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking sys/procset.h presence... no unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for sys/procset.h... no unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-abot-epc-basic-0: 15:01:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 15:01:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mysql-common_5.7.24-0ubuntu0.16.04.1_all.deb ... unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking sys/stropts.h usability... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking sys/stropts.h presence... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for sys/stropts.h... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for sys/time.h... (cached) yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking sys/un.h usability... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking sys/un.h presence... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for sys/un.h... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for dlfcn.h... (cached) yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking errno.h usability... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking errno.h presence... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for errno.h... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking fcntl.h usability... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking fcntl.h presence... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for fcntl.h... yes unit-abot-epc-basic-0: 15:01:34 DEBUG unit.abot-epc-basic/0.install Unpacking mysql-common (5.7.24-0ubuntu0.16.04.1) ... unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking libgen.h usability... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking libgen.h presence... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for libgen.h... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking libintl.h usability... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking libintl.h presence... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for libintl.h... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for memory.h... (cached) yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking setjmp.h usability... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking setjmp.h presence... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for setjmp.h... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for stdbool.h... (cached) yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for sysexits.h... (cached) yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking utime.h usability... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking utime.h presence... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for utime.h... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking stdarg.h usability... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking stdarg.h presence... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for stdarg.h... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for string.h... (cached) yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking limits.h usability... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking limits.h presence... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for limits.h... yes unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-abot-epc-basic-0: 15:01:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient20:amd64. unit-abot-epc-basic-0: 15:01:34 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: 15:01:34 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient20:amd64 (5.7.24-0ubuntu0.16.04.1) ... unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for runetype.h... no unit-oai-hss-0: 15:01:34 DEBUG unit.oai-hss/0.install checking for wchar.h... (cached) yes unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking for int8_t... yes unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking for uint8_t... yes unit-abot-epc-basic-0: 15:01:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient-dev. unit-abot-epc-basic-0: 15:01:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmysqlclient-dev_5.7.24-0ubuntu0.16.04.1_amd64.deb ... unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking for int16_t... yes unit-abot-epc-basic-0: 15:01:35 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient-dev (5.7.24-0ubuntu0.16.04.1) ... unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking for uint16_t... yes unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking for int32_t... yes unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking for uint32_t... yes unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking for intptr_t... yes unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking for uintptr_t... yes unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking for uint_t... no unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking for pid_t... (cached) yes unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking for size_t... (cached) yes unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking size of char*... 8 unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking size of int... (cached) 4 unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking size of long... (cached) 8 unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking size of short... 2 unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking for pathfind in -lgen... no unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking for gettext in -lintl... no unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking for vprintf... yes unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking for _doprnt... no unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking vfork.h usability... no unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking vfork.h presence... no unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking for vfork.h... no unit-abot-epc-basic-0: 15:01:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-parser-perl. unit-oai-hss-0: 15:01:35 DEBUG unit.oai-hss/0.install checking for fork... (cached) yes unit-abot-epc-basic-0: 15:01:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-parser-perl_2.44-1build1_amd64.deb ... unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for vfork... yes unit-abot-epc-basic-0: 15:01:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-parser-perl (2.44-1build1) ... unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for working fork... yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for working vfork... (cached) yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for canonicalize_file_name... yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for strchr... yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for strrchr... yes unit-abot-epc-basic-0: 15:01:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-twig-perl. unit-abot-epc-basic-0: 15:01:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-twig-perl_1%3a3.48-1_all.deb ... unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for strsignal... yes unit-abot-epc-basic-0: 15:01:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-twig-perl (1:3.48-1) ... unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for fchmod... yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for fstat... yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for chmod... yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... (cached) /bin/sed unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install configure: Using supplied libopts tearoff unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking whether a reg expr header is specified... no unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking whether with-libregex was specified... no unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking whether with-libregex-cflags was specified... no unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking whether with-libregex-libs was specified... no unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking whether libregex functions properly... yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking whether pathfind(3) works... no unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking whether /dev/zero is readable device... crw-rw-rw- 1 root root 1, 5 Jan 20 14:56 /dev/zero unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking whether we have a functional realpath(3C)... yes unit-abot-epc-basic-0: 15:01:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-dbus-perl. unit-abot-epc-basic-0: 15:01:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-dbus-perl_1.1.0-3build1_amd64.deb ... unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking whether strftime() works... yes unit-abot-epc-basic-0: 15:01:36 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-dbus-perl (1.1.0-3build1) ... unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking whether fopen accepts "b" mode... yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking whether fopen accepts "t" mode... yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking whether not wanting optional option args... yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking size of unsigned long int... 8 unit-abot-epc-basic-0: 15:01:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglu1-mesa:amd64. unit-abot-epc-basic-0: 15:01:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglu1-mesa_9.0.0-2.1_amd64.deb ... unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking size of unsigned int... 4 unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking whether to include zlib compression support... yes unit-abot-epc-basic-0: 15:01:36 DEBUG unit.abot-epc-basic/0.install Unpacking libglu1-mesa:amd64 (9.0.0-2.1) ... unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for libz... yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking how to link with libz... -lz unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking whether building Guile bindings... yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install *** Detecting GNU Guile... unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for guile-snarf... no unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install configure: WARNING: `guile-snarf' from Guile 1.8 not found. Guile bindings not built. unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install *** Checking dependencies for crywrap... unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... (cached) yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for sys/types.h... (cached) yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking return type of signal handlers... void unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 15:01:36 DEBUG unit.oai-hss/0.install checking types of arguments for select... int,fd_set *,struct timeval * unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for alarm... yes unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for atexit... yes unit-abot-epc-basic-0: 15:01:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libumfpack5.7.1:amd64. unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for dup2... yes unit-abot-epc-basic-0: 15:01:37 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: 15:01:37 DEBUG unit.abot-epc-basic/0.install Unpacking libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for epoll_create... yes unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for kqueue... no unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for memchr... yes unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for memset... yes unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for munmap... yes unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for putenv... yes unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for regcomp... yes unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for scandir... (cached) yes unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for select... yes unit-abot-epc-basic-0: 15:01:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave3:amd64. unit-abot-epc-basic-0: 15:01:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave3_4.0.0-3ubuntu9.2_amd64.deb ... unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for socket... yes unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for strcasecmp... (cached) yes unit-abot-epc-basic-0: 15:01:37 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for strchr... (cached) yes unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for strncasecmp... (cached) yes unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for strrchr... (cached) yes unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for strstr... yes unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for strtoul... yes unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for uname... yes unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking for LIBIDN... yes unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install checking that generated files are newer than configure... done unit-oai-hss-0: 15:01:37 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating src/libopts/Makefile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating guile/pre-inst-guile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating doc/Makefile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/Makefile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/openpgp/Makefile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/srp/Makefile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/x509/Makefile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating doc/cyclo/Makefile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating doc/doxygen/Doxyfile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating doc/examples/Makefile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating doc/latex/Makefile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating doc/manpages/Makefile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/Makefile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/version.xml unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating doc/scripts/Makefile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating extra/Makefile unit-abot-epc-basic-0: 15:01:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper-utils. unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating extra/includes/Makefile unit-abot-epc-basic-0: 15:01:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper-utils_1.1.24+nmu4ubuntu1_amd64.deb ... unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating libdane/Makefile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating libdane/includes/Makefile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating libdane/gnutls-dane.pc unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating gl/Makefile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating gl/tests/Makefile unit-abot-epc-basic-0: 15:01:38 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating guile/Makefile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating guile/modules/Makefile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating guile/src/Makefile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating guile/tests/Makefile unit-oai-hss-0: 15:01:38 DEBUG unit.oai-hss/0.install config.status: creating lib/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/x86/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating lib/algorithms/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating lib/auth/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating lib/ext/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating lib/extras/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating lib/gnutls.pc unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/gnutls/gnutls.h unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating lib/minitasn1/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating lib/nettle/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating lib/opencdk/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating lib/openpgp/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating lib/x509/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile.in unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating src/Makefile unit-abot-epc-basic-0: 15:01:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-5.2-0:amd64. unit-abot-epc-basic-0: 15:01:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating src/crywrap/Makefile unit-abot-epc-basic-0: 15:01:39 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating tests/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating tests/cert-tests/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating tests/dsa/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating tests/dtls/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating tests/srp/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating tests/ecdsa/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating tests/key-id/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating tests/openpgp-certs/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs1-padding/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs12-decode/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs8-decode/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating tests/rsa-md5-collision/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating tests/safe-renegotiation/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating tests/scripts/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating tests/sha2/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating tests/slow/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating tests/suite/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating tests/userid/Makefile unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 15:01:39 DEBUG unit.oai-hss/0.install config.status: executing depfiles commands unit-abot-epc-basic-0: 15:01:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-dev:amd64. unit-abot-epc-basic-0: 15:01:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-dev_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 15:01:39 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 15:01:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplot2c2. unit-abot-epc-basic-0: 15:01:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplot2c2_2.6-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:01:40 DEBUG unit.abot-epc-basic/0.install Unpacking libplot2c2 (2.6-3ubuntu1) ... unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install config.status: executing po-directories commands unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install config.status: creating po/POTFILES unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install config.status: executing libtool commands unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install version: 3.1.23 shared 49:3:21 unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install Host/Target system: x86_64-unknown-linux-gnu unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install Build system: x86_64-unknown-linux-gnu unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install Compiler: gcc -std=gnu99 unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install CFlags: -g -O2 unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install Library types: Shared=yes, Static=yes unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install configure: External hardware support: unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install /dev/crypto: no unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install Hardware accel: x86-64 unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install PKCS#11 support: yes unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install TPM support: yes unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install configure: Optional features: unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install (note that included applications might not compile properly unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install if features are disabled) unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install DTLS-SRTP support: yes unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install OCSP support: yes unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install OpenPGP support: yes unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install SRP support: yes unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install PSK support: yes unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install DHE support: yes unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install ECDHE support: yes unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install RSA-EXPORT support: yes unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install Anon auth support: yes unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install Heartbeat support: yes unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install configure: Optional applications: unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install crywrap app: yes unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install local libopts: yes unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install local libtasn1: no unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install configure: Optional libraries: unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install Guile wrappers: no unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install C++ library: yes unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install DANE library: no unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install OpenSSL compat: yes unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install configure: System files: unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install Trust store pkcs: unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install Trust store file: /etc/ssl/certs/ca-certificates.crt unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install Blacklist file: unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install CRL file: unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install DNSSEC root key file: /etc/unbound/root.key unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install *** The DNSSEC root key file in /etc/unbound/root.key was not found. unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install *** This file is needed for the verification of DNSSEC responses. unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install *** Use the command: unbound-anchor -a "/etc/unbound/root.key" unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install *** to generate or update it. unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install Compiling gnutls unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install Making all in gl unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN alloca.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN sys/types.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN unistr.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN sys/uio.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN unitypes.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN wchar.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN dirent.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN arpa/inet.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN getopt.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN iconv.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN math.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN netdb.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN signal.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN stdio.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN stdlib.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN string.h unit-abot-epc-basic-0: 15:01:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpoppler58:amd64. unit-abot-epc-basic-0: 15:01:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpoppler58_0.41.0-0ubuntu1.10_amd64.deb ... unit-abot-epc-basic-0: 15:01:41 DEBUG unit.abot-epc-basic/0.install Unpacking libpoppler58:amd64 (0.41.0-0ubuntu1.10) ... unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN strings.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN sys/select.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN sys/socket.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN sys/stat.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN time.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN sys/time.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN unistd.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN fcntl.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN inttypes.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN locale.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install GEN sys/ioctl.h unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `all-am'. unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install CC argp-ba.lo unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install CC argp-eexst.lo unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install CC argp-fmtstream.lo unit-oai-hss-0: 15:01:41 DEBUG unit.oai-hss/0.install CC argp-fs-xinl.lo unit-oai-hss-0: 15:01:42 DEBUG unit.oai-hss/0.install CC argp-help.lo unit-abot-epc-basic-0: 15:01:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libportaudio2:amd64. unit-abot-epc-basic-0: 15:01:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libportaudio2_19+svn20140130-1build1_amd64.deb ... unit-oai-hss-0: 15:01:42 DEBUG unit.oai-hss/0.install CC argp-parse.lo unit-abot-epc-basic-0: 15:01:42 DEBUG unit.abot-epc-basic/0.install Unpacking libportaudio2:amd64 (19+svn20140130-1build1) ... unit-oai-hss-0: 15:01:42 DEBUG unit.oai-hss/0.install CC argp-pin.lo unit-abot-epc-basic-0: 15:01:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpotrace0. unit-abot-epc-basic-0: 15:01:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpotrace0_1.13-2_amd64.deb ... unit-abot-epc-basic-0: 15:01:42 DEBUG unit.abot-epc-basic/0.install Unpacking libpotrace0 (1.13-2) ... unit-oai-hss-0: 15:01:42 DEBUG unit.oai-hss/0.install CC argp-pv.lo unit-oai-hss-0: 15:01:42 DEBUG unit.oai-hss/0.install CC argp-pvh.lo unit-oai-hss-0: 15:01:42 DEBUG unit.oai-hss/0.install CC argp-xinl.lo unit-abot-epc-basic-0: 15:01:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpstoedit0c2a. unit-abot-epc-basic-0: 15:01:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpstoedit0c2a_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 15:01:42 DEBUG unit.abot-epc-basic/0.install Unpacking libpstoedit0c2a (3.70-1ubuntu2) ... unit-oai-hss-0: 15:01:42 DEBUG unit.oai-hss/0.install CC base64.lo unit-oai-hss-0: 15:01:43 DEBUG unit.oai-hss/0.install CC c-ctype.lo unit-abot-epc-basic-0: 15:01:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libptexenc1:amd64. unit-abot-epc-basic-0: 15:01:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libptexenc1_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 15:01:43 DEBUG unit.abot-epc-basic/0.install Unpacking libptexenc1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-oai-hss-0: 15:01:43 DEBUG unit.oai-hss/0.install CC c-strcasecmp.lo unit-abot-epc-basic-0: 15:01:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqhull7:amd64. unit-abot-epc-basic-0: 15:01:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqhull7_2015.2-1_amd64.deb ... unit-abot-epc-basic-0: 15:01:43 DEBUG unit.abot-epc-basic/0.install Unpacking libqhull7:amd64 (2015.2-1) ... unit-oai-hss-0: 15:01:43 DEBUG unit.oai-hss/0.install CC c-strncasecmp.lo unit-oai-hss-0: 15:01:43 DEBUG unit.oai-hss/0.install CC dirname-lgpl.lo unit-abot-epc-basic-0: 15:01:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-l10n. unit-abot-epc-basic-0: 15:01:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-l10n_2.9.1+dfsg-4build1_all.deb ... unit-oai-hss-0: 15:01:43 DEBUG unit.oai-hss/0.install CC basename-lgpl.lo unit-abot-epc-basic-0: 15:01:43 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-oai-hss-0: 15:01:43 DEBUG unit.oai-hss/0.install CC stripslash.lo unit-oai-hss-0: 15:01:44 DEBUG unit.oai-hss/0.install CC fd-hook.lo unit-oai-hss-0: 15:01:44 DEBUG unit.oai-hss/0.install CC gettime.lo unit-oai-hss-0: 15:01:44 DEBUG unit.oai-hss/0.install CC hash-pjw-bare.lo unit-oai-hss-0: 15:01:44 DEBUG unit.oai-hss/0.install CC math.lo unit-oai-hss-0: 15:01:44 DEBUG unit.oai-hss/0.install CC printf-frexp.lo unit-oai-hss-0: 15:01:44 DEBUG unit.oai-hss/0.install CC printf-frexpl.lo unit-abot-epc-basic-0: 15:01:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtcore4-l10n. unit-abot-epc-basic-0: 15:01:44 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: 15:01:44 DEBUG unit.abot-epc-basic/0.install Unpacking qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 15:01:44 DEBUG unit.oai-hss/0.install CC progname.lo unit-oai-hss-0: 15:01:44 DEBUG unit.oai-hss/0.install CC read-file.lo unit-oai-hss-0: 15:01:44 DEBUG unit.oai-hss/0.install CC sockets.lo unit-oai-hss-0: 15:01:44 DEBUG unit.oai-hss/0.install CC sys_socket.lo unit-abot-epc-basic-0: 15:01:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtcore4:amd64. unit-abot-epc-basic-0: 15:01:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 15:01:44 DEBUG unit.oai-hss/0.install CC timespec.lo unit-abot-epc-basic-0: 15:01:44 DEBUG unit.abot-epc-basic/0.install Unpacking libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 15:01:44 DEBUG unit.oai-hss/0.install CC u64.lo unit-oai-hss-0: 15:01:45 DEBUG unit.oai-hss/0.install CC unistd.lo unit-oai-hss-0: 15:01:45 DEBUG unit.oai-hss/0.install CC version-etc.lo unit-oai-hss-0: 15:01:45 DEBUG unit.oai-hss/0.install CC version-etc-fsf.lo unit-oai-hss-0: 15:01:45 DEBUG unit.oai-hss/0.install CC xsize.lo unit-oai-hss-0: 15:01:45 DEBUG unit.oai-hss/0.install CC asnprintf.lo unit-oai-hss-0: 15:01:45 DEBUG unit.oai-hss/0.install CC fseterr.lo unit-oai-hss-0: 15:01:45 DEBUG unit.oai-hss/0.install CC getopt.lo unit-oai-hss-0: 15:01:45 DEBUG unit.oai-hss/0.install CC getopt1.lo unit-oai-hss-0: 15:01:45 DEBUG unit.oai-hss/0.install CC isnanl.lo unit-abot-epc-basic-0: 15:01:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xml:amd64. unit-abot-epc-basic-0: 15:01:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-xml_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 15:01:45 DEBUG unit.oai-hss/0.install CC printf-args.lo unit-abot-epc-basic-0: 15:01:45 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 15:01:45 DEBUG unit.oai-hss/0.install CC printf-parse.lo unit-oai-hss-0: 15:01:45 DEBUG unit.oai-hss/0.install CC vasnprintf.lo unit-abot-epc-basic-0: 15:01:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtdbus4:amd64. unit-abot-epc-basic-0: 15:01:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 15:01:46 DEBUG unit.abot-epc-basic/0.install Unpacking libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 15:01:46 DEBUG unit.oai-hss/0.install CC vfprintf.lo unit-abot-epc-basic-0: 15:01:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-network:amd64. unit-abot-epc-basic-0: 15:01:46 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: 15:01:46 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 15:01:46 DEBUG unit.oai-hss/0.install CC vprintf.lo unit-oai-hss-0: 15:01:46 DEBUG unit.oai-hss/0.install CC glthread/threadlib.lo unit-oai-hss-0: 15:01:46 DEBUG unit.oai-hss/0.install CC unistr/u8-mbtoucr.lo unit-oai-hss-0: 15:01:46 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb.lo unit-oai-hss-0: 15:01:46 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb-aux.lo unit-abot-epc-basic-0: 15:01:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-script:amd64. unit-abot-epc-basic-0: 15:01:47 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: 15:01:47 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 15:01:47 DEBUG unit.oai-hss/0.install CCLD libgnu.la unit-oai-hss-0: 15:01:47 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 15:01:47 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 15:01:47 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 15:01:47 DEBUG unit.oai-hss/0.install Making all in lib unit-oai-hss-0: 15:01:47 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 15:01:47 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 15:01:47 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 15:01:47 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 15:01:47 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-abot-epc-basic-0: 15:01:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql:amd64. unit-oai-hss-0: 15:01:47 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 15:01:47 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-abot-epc-basic-0: 15:01:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-sql_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 15:01:47 DEBUG unit.oai-hss/0.install CC common.lo unit-oai-hss-0: 15:01:47 DEBUG unit.oai-hss/0.install CC key_encode.lo unit-oai-hss-0: 15:01:47 DEBUG unit.oai-hss/0.install CC key_decode.lo unit-oai-hss-0: 15:01:47 DEBUG unit.oai-hss/0.install CC crl.lo unit-abot-epc-basic-0: 15:01:47 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 15:01:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-abot-epc-basic-0: 15:01:47 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: 15:01:47 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 15:01:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-abot-epc-basic-0: 15:01:48 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: 15:01:48 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 15:01:48 DEBUG unit.oai-hss/0.install CC crl_write.lo unit-abot-epc-basic-0: 15:01:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtgui4:amd64. unit-abot-epc-basic-0: 15:01:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtgui4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 15:01:48 DEBUG unit.abot-epc-basic/0.install Unpacking libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 15:01:48 DEBUG unit.oai-hss/0.install CC crq.lo unit-oai-hss-0: 15:01:48 DEBUG unit.oai-hss/0.install CC dn.lo unit-oai-hss-0: 15:01:49 DEBUG unit.oai-hss/0.install CC extensions.lo unit-abot-epc-basic-0: 15:01:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-12v5. unit-abot-epc-basic-0: 15:01:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-12v5_2.9.1+dfsg-4build1_amd64.deb ... unit-abot-epc-basic-0: 15:01:49 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 15:01:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtchooser. unit-abot-epc-basic-0: 15:01:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtchooser_52-gae5eeef-2build1~gcc5.2_amd64.deb ... unit-abot-epc-basic-0: 15:01:49 DEBUG unit.abot-epc-basic/0.install Unpacking qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-oai-hss-0: 15:01:50 DEBUG unit.oai-hss/0.install CC mpi.lo unit-abot-epc-basic-0: 15:01:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qdbus. unit-abot-epc-basic-0: 15:01:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qdbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 15:01:50 DEBUG unit.abot-epc-basic/0.install Unpacking qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 15:01:50 DEBUG unit.oai-hss/0.install CC output.lo unit-abot-epc-basic-0: 15:01:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-dbus:amd64. unit-abot-epc-basic-0: 15:01:50 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: 15:01:50 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 15:01:50 DEBUG unit.oai-hss/0.install CC pbkdf2-sha1.lo unit-oai-hss-0: 15:01:51 DEBUG unit.oai-hss/0.install CC pkcs12.lo unit-abot-epc-basic-0: 15:01:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-opengl:amd64. unit-abot-epc-basic-0: 15:01:51 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: 15:01:51 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 15:01:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-abot-epc-basic-0: 15:01:51 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: 15:01:51 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 15:01:51 DEBUG unit.oai-hss/0.install CC pkcs12_bag.lo unit-oai-hss-0: 15:01:51 DEBUG unit.oai-hss/0.install CC pkcs12_encr.lo unit-abot-epc-basic-0: 15:01:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp1:amd64. unit-abot-epc-basic-0: 15:01:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp1_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 15:01:51 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp1:amd64 (1.0.16+dfsg-3) ... unit-oai-hss-0: 15:01:52 DEBUG unit.oai-hss/0.install CC pkcs7.lo unit-abot-epc-basic-0: 15:01:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp-dev. unit-abot-epc-basic-0: 15:01:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp-dev_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 15:01:52 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp-dev (1.0.16+dfsg-3) ... unit-oai-hss-0: 15:01:52 DEBUG unit.oai-hss/0.install CC privkey.lo unit-abot-epc-basic-0: 15:01:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-dev:amd64. unit-abot-epc-basic-0: 15:01:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.14_amd64.deb ... unit-abot-epc-basic-0: 15:01:52 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.14) ... unit-abot-epc-basic-0: 15:01:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-doc. unit-abot-epc-basic-0: 15:01:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-doc_1.0.2g-1ubuntu4.14_all.deb ... unit-abot-epc-basic-0: 15:01:53 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-doc (1.0.2g-1ubuntu4.14) ... unit-oai-hss-0: 15:01:53 DEBUG unit.oai-hss/0.install CC privkey_pkcs8.lo unit-abot-epc-basic-0: 15:01:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsvn1:amd64. unit-abot-epc-basic-0: 15:01:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsvn1_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 15:01:53 DEBUG unit.abot-epc-basic/0.install Unpacking libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 15:01:53 DEBUG unit.oai-hss/0.install CC privkey_openssl.lo unit-abot-epc-basic-0: 15:01:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsynctex1:amd64. unit-oai-hss-0: 15:01:54 DEBUG unit.oai-hss/0.install CC rfc2818_hostname.lo unit-abot-epc-basic-0: 15:01:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsynctex1_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 15:01:54 DEBUG unit.abot-epc-basic/0.install Unpacking libsynctex1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 15:01:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-6-dev:amd64. unit-abot-epc-basic-0: 15:01:54 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: 15:01:54 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 15:01:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexlua52:amd64. unit-abot-epc-basic-0: 15:01:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexlua52_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 15:01:54 DEBUG unit.abot-epc-basic/0.install Unpacking libtexlua52:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-oai-hss-0: 15:01:54 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 15:01:54 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 15:01:54 DEBUG unit.oai-hss/0.install CC x509.lo unit-abot-epc-basic-0: 15:01:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexluajit2:amd64. unit-abot-epc-basic-0: 15:01:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexluajit2_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 15:01:55 DEBUG unit.abot-epc-basic/0.install Unpacking libtexluajit2:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-oai-hss-0: 15:01:55 DEBUG unit.oai-hss/0.install CC x509_dn.lo unit-abot-epc-basic-0: 15:01:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtext-unidecode-perl. unit-abot-epc-basic-0: 15:01:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtext-unidecode-perl_1.27-1_all.deb ... unit-abot-epc-basic-0: 15:01:55 DEBUG unit.abot-epc-basic/0.install Unpacking libtext-unidecode-perl (1.27-1) ... unit-abot-epc-basic-0: 15:01:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtie-ixhash-perl. unit-abot-epc-basic-0: 15:01:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtie-ixhash-perl_1.23-2_all.deb ... unit-abot-epc-basic-0: 15:01:55 DEBUG unit.abot-epc-basic/0.install Unpacking libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 15:01:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtool. unit-abot-epc-basic-0: 15:01:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtool_2.4.6-0.1_all.deb ... unit-oai-hss-0: 15:01:56 DEBUG unit.oai-hss/0.install CC x509_write.lo unit-abot-epc-basic-0: 15:01:56 DEBUG unit.abot-epc-basic/0.install Unpacking libtool (2.4.6-0.1) ... unit-oai-hss-0: 15:01:56 DEBUG unit.oai-hss/0.install CC verify-high.lo unit-oai-hss-0: 15:01:56 DEBUG unit.oai-hss/0.install CC verify-high2.lo unit-abot-epc-basic-0: 15:01:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-0-dev:amd64. unit-abot-epc-basic-0: 15:01:56 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: 15:01:56 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-abot-epc-basic-0: 15:01:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-doc. unit-abot-epc-basic-0: 15:01:56 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: 15:01:56 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-doc (2:1.0.20-1) ... unit-abot-epc-basic-0: 15:01:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-bin. unit-abot-epc-basic-0: 15:01:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom-bin_0.22-1~ubuntu16.04.1_amd64.deb ... unit-oai-hss-0: 15:01:57 DEBUG unit.oai-hss/0.install CC ocsp.lo unit-abot-epc-basic-0: 15:01:57 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 15:01:57 DEBUG unit.oai-hss/0.install CC ocsp_output.lo unit-abot-epc-basic-0: 15:01:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-protocol-perl. unit-abot-epc-basic-0: 15:01:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-protocol-perl_0.56-7_all.deb ... unit-abot-epc-basic-0: 15:01:57 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 15:01:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-namespacesupport-perl. unit-abot-epc-basic-0: 15:01:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-namespacesupport-perl_1.11-1_all.deb ... unit-abot-epc-basic-0: 15:01:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 15:01:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-base-perl. unit-abot-epc-basic-0: 15:01:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-base-perl_1.07-1_all.deb ... unit-abot-epc-basic-0: 15:01:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-base-perl (1.07-1) ... unit-oai-hss-0: 15:01:58 DEBUG unit.oai-hss/0.install CCLD libgnutls_x509.la unit-oai-hss-0: 15:01:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 15:01:58 DEBUG unit.oai-hss/0.install Making all in accelerated unit-oai-hss-0: 15:01:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 15:01:58 DEBUG unit.oai-hss/0.install Making all in x86 unit-oai-hss-0: 15:01:58 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 15:01:58 DEBUG unit.oai-hss/0.install CC sha-padlock.lo unit-oai-hss-0: 15:01:58 DEBUG unit.oai-hss/0.install CC hmac-padlock.lo unit-oai-hss-0: 15:01:58 DEBUG unit.oai-hss/0.install CC aes-x86.lo unit-oai-hss-0: 15:01:58 DEBUG unit.oai-hss/0.install CC aes-padlock.lo unit-abot-epc-basic-0: 15:01:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-perl. unit-abot-epc-basic-0: 15:01:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 15:01:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-abot-epc-basic-0: 15:01:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-libxml-perl. unit-abot-epc-basic-0: 15:01:59 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: 15:01:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-oai-hss-0: 15:01:59 DEBUG unit.oai-hss/0.install CC aes-gcm-padlock.lo unit-abot-epc-basic-0: 15:01:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-expat-perl. unit-abot-epc-basic-0: 15:01:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-expat-perl_0.40-2_all.deb ... unit-oai-hss-0: 15:01:59 DEBUG unit.oai-hss/0.install CC aes-gcm-x86.lo unit-oai-hss-0: 15:01:59 DEBUG unit.oai-hss/0.install CCAS appro-aes-x86-64.lo unit-abot-epc-basic-0: 15:01:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-expat-perl (0.40-2) ... unit-oai-hss-0: 15:01:59 DEBUG unit.oai-hss/0.install CCAS appro-aes-gcm-x86-64.lo unit-oai-hss-0: 15:02:00 DEBUG unit.oai-hss/0.install CCAS padlock-x86-64.lo unit-oai-hss-0: 15:02:00 DEBUG unit.oai-hss/0.install CCAS cpuid-x86-64.lo unit-oai-hss-0: 15:02:00 DEBUG unit.oai-hss/0.install CCLD libx86.la unit-oai-hss-0: 15:02:00 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 15:02:00 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 15:02:00 DEBUG unit.oai-hss/0.install CC accelerated.lo unit-oai-hss-0: 15:02:00 DEBUG unit.oai-hss/0.install CC cryptodev.lo unit-oai-hss-0: 15:02:00 DEBUG unit.oai-hss/0.install CC cryptodev-gcm.lo unit-abot-epc-basic-0: 15:02:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-xpathengine-perl. unit-abot-epc-basic-0: 15:02:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-xpathengine-perl_0.13-1_all.deb ... unit-abot-epc-basic-0: 15:02:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-xpathengine-perl (0.13-1) ... unit-oai-hss-0: 15:02:00 DEBUG unit.oai-hss/0.install CCLD libaccelerated.la unit-oai-hss-0: 15:02:00 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 15:02:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 15:02:00 DEBUG unit.oai-hss/0.install Making all in auth unit-oai-hss-0: 15:02:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 15:02:00 DEBUG unit.oai-hss/0.install CC anon.lo unit-oai-hss-0: 15:02:00 DEBUG unit.oai-hss/0.install CC cert.lo unit-oai-hss-0: 15:02:00 DEBUG unit.oai-hss/0.install CC dh_common.lo unit-oai-hss-0: 15:02:00 DEBUG unit.oai-hss/0.install CC dhe.lo unit-abot-epc-basic-0: 15:02:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml2-dev:amd64. unit-abot-epc-basic-0: 15:02:00 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: 15:02:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 15:02:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxslt1-dev:amd64. unit-abot-epc-basic-0: 15:02:01 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: 15:02:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-oai-hss-0: 15:02:01 DEBUG unit.oai-hss/0.install CC dhe_psk.lo unit-oai-hss-0: 15:02:01 DEBUG unit.oai-hss/0.install CC psk.lo unit-abot-epc-basic-0: 15:02:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libzzip-0-13:amd64. unit-abot-epc-basic-0: 15:02:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libzzip-0-13_0.13.62-3ubuntu0.16.04.2_amd64.deb ... unit-oai-hss-0: 15:02:01 DEBUG unit.oai-hss/0.install CC psk_passwd.lo unit-abot-epc-basic-0: 15:02:01 DEBUG unit.abot-epc-basic/0.install Unpacking libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 15:02:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package lmodern. unit-abot-epc-basic-0: 15:02:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 15:02:02 DEBUG unit.abot-epc-basic/0.install Unpacking lmodern (2.004.5-1) ... unit-oai-hss-0: 15:02:02 DEBUG unit.oai-hss/0.install CC rsa.lo unit-oai-hss-0: 15:02:02 DEBUG unit.oai-hss/0.install CC rsa_export.lo unit-oai-hss-0: 15:02:02 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 15:02:03 DEBUG unit.oai-hss/0.install CC srp_passwd.lo unit-oai-hss-0: 15:02:03 DEBUG unit.oai-hss/0.install CC srp_rsa.lo unit-oai-hss-0: 15:02:03 DEBUG unit.oai-hss/0.install CC srp_sb64.lo unit-oai-hss-0: 15:02:04 DEBUG unit.oai-hss/0.install CC anon_ecdh.lo unit-abot-epc-basic-0: 15:02:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mesa-common-dev:amd64. unit-abot-epc-basic-0: 15:02:04 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: 15:02:04 DEBUG unit.abot-epc-basic/0.install Unpacking mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 15:02:04 DEBUG unit.oai-hss/0.install CC ecdhe.lo unit-abot-epc-basic-0: 15:02:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mscgen. unit-abot-epc-basic-0: 15:02:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mscgen_0.20-5_amd64.deb ... unit-abot-epc-basic-0: 15:02:04 DEBUG unit.abot-epc-basic/0.install Unpacking mscgen (0.20-5) ... unit-abot-epc-basic-0: 15:02:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libosmesa6:amd64. unit-abot-epc-basic-0: 15:02:04 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: 15:02:04 DEBUG unit.abot-epc-basic/0.install Unpacking libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 15:02:04 DEBUG unit.oai-hss/0.install CCLD libgnutls_auth.la unit-oai-hss-0: 15:02:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 15:02:04 DEBUG unit.oai-hss/0.install Making all in ext unit-oai-hss-0: 15:02:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 15:02:04 DEBUG unit.oai-hss/0.install CC max_record.lo unit-oai-hss-0: 15:02:04 DEBUG unit.oai-hss/0.install CC cert_type.lo unit-oai-hss-0: 15:02:04 DEBUG unit.oai-hss/0.install CC server_name.lo unit-oai-hss-0: 15:02:04 DEBUG unit.oai-hss/0.install CC signature.lo unit-abot-epc-basic-0: 15:02:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texinfo. unit-abot-epc-basic-0: 15:02:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texinfo_6.1.0.dfsg.1-5_amd64.deb ... unit-oai-hss-0: 15:02:05 DEBUG unit.oai-hss/0.install CC safe_renegotiation.lo unit-oai-hss-0: 15:02:05 DEBUG unit.oai-hss/0.install CC session_ticket.lo unit-abot-epc-basic-0: 15:02:05 DEBUG unit.abot-epc-basic/0.install Unpacking texinfo (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 15:02:05 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 15:02:05 DEBUG unit.oai-hss/0.install CC ecc.lo unit-abot-epc-basic-0: 15:02:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-common. unit-abot-epc-basic-0: 15:02:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-common_4.0.0-3ubuntu9.2_all.deb ... unit-abot-epc-basic-0: 15:02:06 DEBUG unit.abot-epc-basic/0.install Unpacking octave-common (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 15:02:06 DEBUG unit.oai-hss/0.install CC heartbeat.lo unit-oai-hss-0: 15:02:06 DEBUG unit.oai-hss/0.install CC status_request.lo unit-oai-hss-0: 15:02:06 DEBUG unit.oai-hss/0.install CC new_record_padding.lo unit-abot-epc-basic-0: 15:02:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave. unit-abot-epc-basic-0: 15:02:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave_4.0.0-3ubuntu9.2_amd64.deb ... unit-oai-hss-0: 15:02:07 DEBUG unit.oai-hss/0.install CC srtp.lo unit-abot-epc-basic-0: 15:02:07 DEBUG unit.abot-epc-basic/0.install Unpacking octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 15:02:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-control. unit-abot-epc-basic-0: 15:02:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-control_3.0.0-1_amd64.deb ... unit-abot-epc-basic-0: 15:02:07 DEBUG unit.abot-epc-basic/0.install Unpacking octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 15:02:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-signal. unit-abot-epc-basic-0: 15:02:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-signal_1.3.2-1_amd64.deb ... unit-oai-hss-0: 15:02:07 DEBUG unit.oai-hss/0.install CCLD libgnutls_ext.la unit-abot-epc-basic-0: 15:02:07 DEBUG unit.abot-epc-basic/0.install Unpacking octave-signal (1.3.2-1) ... unit-oai-hss-0: 15:02:07 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 15:02:07 DEBUG unit.oai-hss/0.install Making all in algorithms unit-oai-hss-0: 15:02:07 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 15:02:07 DEBUG unit.oai-hss/0.install CC cert_types.lo unit-oai-hss-0: 15:02:07 DEBUG unit.oai-hss/0.install CC ciphers.lo unit-oai-hss-0: 15:02:07 DEBUG unit.oai-hss/0.install CC ciphersuites.lo unit-oai-hss-0: 15:02:07 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 15:02:08 DEBUG unit.oai-hss/0.install CC kx.lo unit-oai-epc-0: 15:02:08 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 15:02:08 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 15:02:08 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 15:02:08 DEBUG unit.oai-hss/0.install CC protocols.lo unit-oai-hss-0: 15:02:08 DEBUG unit.oai-hss/0.install CC publickey.lo unit-abot-epc-basic-0: 15:02:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pstoedit. unit-abot-epc-basic-0: 15:02:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pstoedit_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 15:02:09 DEBUG unit.abot-epc-basic/0.install Unpacking pstoedit (3.70-1ubuntu2) ... unit-oai-hss-0: 15:02:09 DEBUG unit.oai-hss/0.install CC secparams.lo unit-abot-epc-basic-0: 15:02:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pydb. unit-abot-epc-basic-0: 15:02:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/pydb_1.26-2_all.deb ... unit-oai-hss-0: 15:02:09 DEBUG unit.oai-hss/0.install CC sign.lo unit-abot-epc-basic-0: 15:02:09 DEBUG unit.abot-epc-basic/0.install Unpacking pydb (1.26-2) ... unit-abot-epc-basic-0: 15:02:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qt-at-spi:amd64. unit-abot-epc-basic-0: 15:02:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qt-at-spi_0.4.0-3_amd64.deb ... unit-abot-epc-basic-0: 15:02:09 DEBUG unit.abot-epc-basic/0.install Unpacking qt-at-spi:amd64 (0.4.0-3) ... unit-oai-hss-0: 15:02:09 DEBUG unit.oai-hss/0.install CCLD libgnutls_alg.la unit-oai-hss-0: 15:02:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 15:02:09 DEBUG unit.oai-hss/0.install Making all in extras unit-oai-hss-0: 15:02:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 15:02:09 DEBUG unit.oai-hss/0.install CC randomart.lo unit-abot-epc-basic-0: 15:02:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qttranslations5-l10n. unit-abot-epc-basic-0: 15:02:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qttranslations5-l10n_5.5.1-2build1_all.deb ... unit-abot-epc-basic-0: 15:02:10 DEBUG unit.abot-epc-basic/0.install Unpacking qttranslations5-l10n (5.5.1-2build1) ... unit-oai-hss-0: 15:02:10 DEBUG unit.oai-hss/0.install CCLD libgnutls_extras.la unit-oai-hss-0: 15:02:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 15:02:10 DEBUG unit.oai-hss/0.install Making all in opencdk unit-oai-hss-0: 15:02:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 15:02:10 DEBUG unit.oai-hss/0.install CC armor.lo unit-oai-hss-0: 15:02:10 DEBUG unit.oai-hss/0.install CC kbnode.lo unit-oai-hss-0: 15:02:10 DEBUG unit.oai-hss/0.install CC sig-check.lo unit-oai-hss-0: 15:02:10 DEBUG unit.oai-hss/0.install CC hash.lo unit-abot-epc-basic-0: 15:02:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rubygems-integration. unit-abot-epc-basic-0: 15:02:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../rubygems-integration_1.10_all.deb ... unit-abot-epc-basic-0: 15:02:10 DEBUG unit.abot-epc-basic/0.install Unpacking rubygems-integration (1.10) ... unit-abot-epc-basic-0: 15:02:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-did-you-mean. unit-abot-epc-basic-0: 15:02:10 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: 15:02:10 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-did-you-mean (1.0.0-2) ... unit-oai-hss-0: 15:02:10 DEBUG unit.oai-hss/0.install CC keydb.lo unit-abot-epc-basic-0: 15:02:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-minitest. unit-abot-epc-basic-0: 15:02:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-minitest_5.8.4-2_all.deb ... unit-abot-epc-basic-0: 15:02:10 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 15:02:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-net-telnet. unit-abot-epc-basic-0: 15:02:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ... unit-abot-epc-basic-0: 15:02:11 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-net-telnet (0.1.1-2) ... unit-oai-hss-0: 15:02:11 DEBUG unit.oai-hss/0.install CC pubkey.lo unit-oai-hss-0: 15:02:11 DEBUG unit.oai-hss/0.install CC stream.lo unit-abot-epc-basic-0: 15:02:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-power-assert. unit-abot-epc-basic-0: 15:02:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-power-assert_0.2.7-1_all.deb ... unit-abot-epc-basic-0: 15:02:11 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-power-assert (0.2.7-1) ... unit-oai-hss-0: 15:02:11 DEBUG unit.oai-hss/0.install CC write-packet.lo unit-abot-epc-basic-0: 15:02:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-test-unit. unit-abot-epc-basic-0: 15:02:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ... unit-abot-epc-basic-0: 15:02:11 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 15:02:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libruby2.3:amd64. unit-abot-epc-basic-0: 15:02:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libruby2.3_2.3.1-2~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 15:02:12 DEBUG unit.abot-epc-basic/0.install Unpacking libruby2.3:amd64 (2.3.1-2~16.04.11) ... unit-oai-hss-0: 15:02:12 DEBUG unit.oai-hss/0.install CC misc.lo unit-abot-epc-basic-0: 15:02:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby2.3. unit-abot-epc-basic-0: 15:02:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby2.3_2.3.1-2~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 15:02:13 DEBUG unit.abot-epc-basic/0.install Unpacking ruby2.3 (2.3.1-2~16.04.11) ... unit-oai-hss-0: 15:02:13 DEBUG unit.oai-hss/0.install CC seskey.lo unit-abot-epc-basic-0: 15:02:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby. unit-abot-epc-basic-0: 15:02:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby_1%3a2.3.0+1_all.deb ... unit-abot-epc-basic-0: 15:02:13 DEBUG unit.abot-epc-basic/0.install Unpacking ruby (1:2.3.0+1) ... unit-oai-hss-0: 15:02:13 DEBUG unit.oai-hss/0.install CC literal.lo unit-oai-hss-0: 15:02:13 DEBUG unit.oai-hss/0.install CC new-packet.lo unit-oai-hss-0: 15:02:13 DEBUG unit.oai-hss/0.install CC read-packet.lo unit-abot-epc-basic-0: 15:02:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rake. unit-abot-epc-basic-0: 15:02:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/rake_10.5.0-2_all.deb ... unit-abot-epc-basic-0: 15:02:14 DEBUG unit.abot-epc-basic/0.install Unpacking rake (10.5.0-2) ... unit-abot-epc-basic-0: 15:02:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package subversion. unit-abot-epc-basic-0: 15:02:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../subversion_1.9.3-2ubuntu1.1_amd64.deb ... unit-oai-hss-0: 15:02:14 DEBUG unit.oai-hss/0.install CCLD libminiopencdk.la unit-abot-epc-basic-0: 15:02:14 DEBUG unit.abot-epc-basic/0.install Unpacking subversion (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 15:02:15 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 15:02:15 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 15:02:15 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 15:02:15 DEBUG unit.oai-hss/0.install CC pgp.lo unit-oai-hss-0: 15:02:15 DEBUG unit.oai-hss/0.install CC pgpverify.lo unit-oai-hss-0: 15:02:15 DEBUG unit.oai-hss/0.install CC extras.lo unit-oai-hss-0: 15:02:15 DEBUG unit.oai-hss/0.install CC compat.lo unit-abot-epc-basic-0: 15:02:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package t1utils. unit-abot-epc-basic-0: 15:02:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../t1utils_1.39-2_amd64.deb ... unit-abot-epc-basic-0: 15:02:15 DEBUG unit.abot-epc-basic/0.install Unpacking t1utils (1.39-2) ... unit-abot-epc-basic-0: 15:02:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl8.6. unit-abot-epc-basic-0: 15:02:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 15:02:15 DEBUG unit.abot-epc-basic/0.install Unpacking tcl8.6 (8.6.5+dfsg-2) ... unit-oai-hss-0: 15:02:15 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 15:02:15 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 15:02:15 DEBUG unit.oai-hss/0.install CC gnutls_openpgp.lo unit-abot-epc-basic-0: 15:02:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl. unit-abot-epc-basic-0: 15:02:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tcl_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 15:02:16 DEBUG unit.abot-epc-basic/0.install Unpacking tcl (8.6.0+9) ... unit-abot-epc-basic-0: 15:02:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-binaries. unit-abot-epc-basic-0: 15:02:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-binaries_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 15:02:17 DEBUG unit.oai-hss/0.install CCLD libgnutls_openpgp.la unit-oai-hss-0: 15:02:17 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 15:02:17 DEBUG unit.oai-hss/0.install Making all in nettle unit-oai-hss-0: 15:02:17 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 15:02:17 DEBUG unit.oai-hss/0.install CC pk.lo unit-oai-hss-0: 15:02:17 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 15:02:17 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 15:02:17 DEBUG unit.oai-hss/0.install CC cipher.lo unit-abot-epc-basic-0: 15:02:17 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-binaries (2015.20160222.37495-1ubuntu0.1) ... unit-oai-hss-0: 15:02:18 DEBUG unit.oai-hss/0.install CC rnd.lo unit-oai-hss-0: 15:02:18 DEBUG unit.oai-hss/0.install CC init.lo unit-abot-epc-basic-0: 15:02:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xdg-utils. unit-abot-epc-basic-0: 15:02:18 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: 15:02:18 DEBUG unit.abot-epc-basic/0.install Unpacking xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-oai-hss-0: 15:02:18 DEBUG unit.oai-hss/0.install CC egd.lo unit-oai-hss-0: 15:02:18 DEBUG unit.oai-hss/0.install CC multi.lo unit-abot-epc-basic-0: 15:02:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-base. unit-abot-epc-basic-0: 15:02:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 15:02:18 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 15:02:19 DEBUG unit.oai-hss/0.install CC wmnaf.lo unit-oai-hss-0: 15:02:19 DEBUG unit.oai-hss/0.install CC ecc_free.lo unit-oai-hss-0: 15:02:19 DEBUG unit.oai-hss/0.install CC ecc_make_key.lo unit-oai-hss-0: 15:02:19 DEBUG unit.oai-hss/0.install CC ecc_shared_secret.lo unit-oai-hss-0: 15:02:19 DEBUG unit.oai-hss/0.install CC ecc_map.lo unit-oai-hss-0: 15:02:19 DEBUG unit.oai-hss/0.install CC ecc_mulmod.lo unit-oai-hss-0: 15:02:19 DEBUG unit.oai-hss/0.install CC ecc_mulmod_cached.lo unit-oai-hss-0: 15:02:19 DEBUG unit.oai-hss/0.install CC ecc_points.lo unit-oai-hss-0: 15:02:20 DEBUG unit.oai-hss/0.install CC ecc_projective_dbl_point_3.lo unit-oai-hss-0: 15:02:20 DEBUG unit.oai-hss/0.install CC ecc_projective_isneutral.lo unit-oai-hss-0: 15:02:20 DEBUG unit.oai-hss/0.install CC ecc_projective_check_point.lo unit-oai-hss-0: 15:02:20 DEBUG unit.oai-hss/0.install CC ecc_projective_negate_point.lo unit-oai-hss-0: 15:02:20 DEBUG unit.oai-hss/0.install CC ecc_projective_add_point_ng.lo unit-oai-hss-0: 15:02:20 DEBUG unit.oai-hss/0.install CC ecc_sign_hash.lo unit-oai-hss-0: 15:02:21 DEBUG unit.oai-hss/0.install CC ecc_verify_hash.lo unit-oai-hss-0: 15:02:21 DEBUG unit.oai-hss/0.install CCLD libcrypto.la unit-oai-hss-0: 15:02:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 15:02:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 15:02:21 DEBUG unit.oai-hss/0.install CC gnutls_range.lo unit-oai-hss-0: 15:02:21 DEBUG unit.oai-hss/0.install CC gnutls_record.lo unit-oai-hss-0: 15:02:21 DEBUG unit.oai-hss/0.install CC gnutls_compress.lo unit-oai-hss-0: 15:02:21 DEBUG unit.oai-hss/0.install CC debug.lo unit-oai-hss-0: 15:02:22 DEBUG unit.oai-hss/0.install CC gnutls_cipher.lo unit-oai-hss-0: 15:02:22 DEBUG unit.oai-hss/0.install CC gnutls_mbuffers.lo unit-oai-hss-0: 15:02:22 DEBUG unit.oai-hss/0.install CC gnutls_buffers.lo unit-abot-epc-basic-0: 15:02:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base. unit-abot-epc-basic-0: 15:02:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 15:02:22 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 15:02:23 DEBUG unit.oai-hss/0.install CC gnutls_handshake.lo unit-abot-epc-basic-0: 15:02:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base-doc. unit-abot-epc-basic-0: 15:02:23 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: 15:02:23 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 15:02:24 DEBUG unit.oai-hss/0.install CC gnutls_num.lo unit-oai-hss-0: 15:02:24 DEBUG unit.oai-hss/0.install CC gnutls_errors.lo unit-oai-hss-0: 15:02:24 DEBUG unit.oai-hss/0.install CC gnutls_dh.lo unit-oai-hss-0: 15:02:25 DEBUG unit.oai-hss/0.install CC gnutls_kx.lo unit-oai-hss-0: 15:02:25 DEBUG unit.oai-hss/0.install CC gnutls_priority.lo unit-oai-epc-0: 15:02:25 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 15:02:25 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 15:02:25 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 15:02:25 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 15:02:25 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 15:02:25 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 15:02:25 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 15:02:25 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-hss-0: 15:02:25 DEBUG unit.oai-hss/0.install CC gnutls_hash_int.lo unit-oai-epc-0: 15:02:25 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 15:02:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 15:02:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 15:02:25 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 15:02:26 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 15:02:26 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 15:02:26 DEBUG unit.oai-hss/0.install CC gnutls_cipher_int.lo unit-oai-epc-0: 15:02:26 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 15:02:26 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:02:26 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: 15:02:26 DEBUG unit.oai-epc/0.install unit-oai-hss-0: 15:02:26 DEBUG unit.oai-hss/0.install CC gnutls_session.lo unit-oai-hss-0: 15:02:26 DEBUG unit.oai-hss/0.install CC gnutls_db.lo unit-oai-epc-0: 15:02:27 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 15:02:27 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 15:02:27 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 15:02:27 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 15:02:27 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 15:02:27 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 15:02:27 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 15:02:27 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 15:02:27 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 15:02:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 15:02:27 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 15:02:27 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 15:02:27 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 15:02:27 DEBUG unit.oai-hss/0.install CC x509_b64.lo unit-oai-hss-0: 15:02:27 DEBUG unit.oai-hss/0.install CC gnutls_extensions.lo unit-oai-hss-0: 15:02:27 DEBUG unit.oai-hss/0.install CC gnutls_auth.lo unit-oai-hss-0: 15:02:27 DEBUG unit.oai-hss/0.install CC gnutls_v2_compat.lo unit-oai-epc-0: 15:02:27 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 15:02:27 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-epc-0: 15:02:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 15:02:28 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-abot-epc-basic-0: 15:02:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk8.6. unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 15:02:28 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: 15:02:28 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-abot-epc-basic-0: 15:02:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 15:02:28 DEBUG unit.abot-epc-basic/0.install Unpacking tk8.6 (8.6.5-1) ... unit-oai-epc-0: 15:02:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 15:02:28 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-164-generic unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-164-generic unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 15:02:28 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: 15:02:28 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-epc-0: 15:02:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 15:02:28 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 15:02:28 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 15:02:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk. unit-abot-epc-basic-0: 15:02:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tk_8.6.0+9_amd64.deb ... unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 15:02:28 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: 15:02:28 DEBUG unit.oai-epc/0.install --2019-01-20 15:02:28-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-hss-0: 15:02:28 DEBUG unit.oai-hss/0.install CC gnutls_datum.lo unit-abot-epc-basic-0: 15:02:28 DEBUG unit.abot-epc-basic/0.install Unpacking tk (8.6.0+9) ... unit-oai-hss-0: 15:02:28 DEBUG unit.oai-hss/0.install CC gnutls_session_pack.lo unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-abot-epc-basic-0: 15:02:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package unzip. unit-abot-epc-basic-0: 15:02:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ... unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 301 Moved Permanently unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install Location: https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ [following] unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install --2019-01-20 15:02:28-- https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-abot-epc-basic-0: 15:02:28 DEBUG unit.abot-epc-basic/0.install Unpacking unzip (6.0-20ubuntu1) ... unit-oai-epc-0: 15:02:28 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:443... connected. unit-oai-hss-0: 15:02:28 DEBUG unit.oai-hss/0.install CC gnutls_mpi.lo unit-oai-hss-0: 15:02:28 DEBUG unit.oai-hss/0.install CC gnutls_pk.lo unit-oai-hss-0: 15:02:29 DEBUG unit.oai-hss/0.install CC gnutls_cert.lo unit-oai-epc-0: 15:02:29 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 15:02:29 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 15:02:29 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 15:02:29 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:02:29 DEBUG unit.oai-epc/0.install 0K ....... 47.5M=0s unit-oai-epc-0: 15:02:29 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:02:29 DEBUG unit.oai-epc/0.install 2019-01-20 15:02:29 (47.5 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8049] unit-oai-epc-0: 15:02:29 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:02:29 DEBUG unit.oai-epc/0.install FINISHED --2019-01-20 15:02:29-- unit-oai-epc-0: 15:02:29 DEBUG unit.oai-epc/0.install Total wall clock time: 0.8s unit-oai-epc-0: 15:02:29 DEBUG unit.oai-epc/0.install Downloaded: 1 files, 7.9K in 0s (47.5 MB/s) unit-oai-epc-0: 15:02:29 DEBUG unit.oai-epc/0.install + dpkg -i 'kernel.ubuntu.com/*/*/*/*deb' unit-oai-epc-0: 15:02:29 DEBUG unit.oai-epc/0.install dpkg: error processing archive kernel.ubuntu.com/*/*/*/*deb (--install): unit-oai-epc-0: 15:02:29 DEBUG unit.oai-epc/0.install cannot access archive: No such file or directory unit-oai-epc-0: 15:02:29 DEBUG unit.oai-epc/0.install Errors were encountered while processing: unit-oai-epc-0: 15:02:29 DEBUG unit.oai-epc/0.install kernel.ubuntu.com/*/*/*/*deb unit-oai-epc-0: 15:02:29 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-oai-epc-0: 15:02:29 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 15:02:29 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 15:02:29 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 15:02:29 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 15:02:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-utils. unit-abot-epc-basic-0: 15:02:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-utils_7.7+3_amd64.deb ... unit-abot-epc-basic-0: 15:02:29 DEBUG unit.abot-epc-basic/0.install Unpacking x11-utils (7.7+3) ... unit-abot-epc-basic-0: 15:02:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-xserver-utils. unit-abot-epc-basic-0: 15:02:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-xserver-utils_7.7+7_amd64.deb ... unit-abot-epc-basic-0: 15:02:29 DEBUG unit.abot-epc-basic/0.install Unpacking x11-xserver-utils (7.7+7) ... unit-oai-hss-0: 15:02:29 DEBUG unit.oai-hss/0.install CC gnutls_global.lo unit-oai-hss-0: 15:02:30 DEBUG unit.oai-hss/0.install CC gnutls_constate.lo unit-oai-hss-0: 15:02:30 DEBUG unit.oai-hss/0.install CC gnutls_anon_cred.lo unit-oai-hss-0: 15:02:30 DEBUG unit.oai-hss/0.install CC pkix_asn1_tab.lo unit-oai-hss-0: 15:02:30 DEBUG unit.oai-hss/0.install CC gnutls_asn1_tab.lo unit-mysql-0: 15:02:30 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 15:02:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 15:02:30 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 15:02:30 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 15:02:30 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 15:02:30 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 15:02:30 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 15:02:30 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 15:02:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xbitmaps. unit-oai-hss-0: 15:02:30 DEBUG unit.oai-hss/0.install CC gnutls_mem.lo unit-mysql-0: 15:02:30 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 15:02:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-mysql-0: 15:02:30 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 15:02:30 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 15:02:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 15:02:30 DEBUG unit.oai-hss/0.install CC gnutls_ui.lo unit-abot-epc-basic-0: 15:02:30 DEBUG unit.abot-epc-basic/0.install Unpacking xbitmaps (1.1.1-2) ... unit-oai-hss-0: 15:02:30 DEBUG unit.oai-hss/0.install CC gnutls_sig.lo unit-abot-epc-basic-0: 15:02:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xmlstarlet. unit-abot-epc-basic-0: 15:02:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xmlstarlet_1.6.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:02:31 DEBUG unit.abot-epc-basic/0.install Unpacking xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:02:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xterm. unit-abot-epc-basic-0: 15:02:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xterm_322-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:02:31 DEBUG unit.abot-epc-basic/0.install Unpacking xterm (322-1ubuntu1) ... unit-oai-hss-0: 15:02:31 DEBUG unit.oai-hss/0.install CC gnutls_ecc.lo unit-oai-hss-0: 15:02:31 DEBUG unit.oai-hss/0.install CC gnutls_dh_primes.lo unit-oai-hss-0: 15:02:32 DEBUG unit.oai-hss/0.install CC gnutls_alert.lo unit-oai-hss-0: 15:02:32 DEBUG unit.oai-hss/0.install CC system.lo unit-abot-epc-basic-0: 15:02:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zip. unit-abot-epc-basic-0: 15:02:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/zip_3.0-11_amd64.deb ... unit-abot-epc-basic-0: 15:02:32 DEBUG unit.abot-epc-basic/0.install Unpacking zip (3.0-11) ... unit-oai-hss-0: 15:02:32 DEBUG unit.oai-hss/0.install CC gnutls_str.lo unit-oai-hss-0: 15:02:32 DEBUG unit.oai-hss/0.install CC gnutls_state.lo unit-oai-hss-0: 15:02:32 DEBUG unit.oai-hss/0.install CC gnutls_x509.lo unit-abot-epc-basic-0: 15:02:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libauthen-sasl-perl. unit-abot-epc-basic-0: 15:02:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ... unit-abot-epc-basic-0: 15:02:32 DEBUG unit.abot-epc-basic/0.install Unpacking libauthen-sasl-perl (2.1600-1) ... unit-oai-hss-0: 15:02:33 DEBUG unit.oai-hss/0.install CC gnutls_rsa_export.lo unit-abot-epc-basic-0: 15:02:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dbg:amd64. unit-abot-epc-basic-0: 15:02:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dbg_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 15:02:33 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-oai-hss-0: 15:02:33 DEBUG unit.oai-hss/0.install CC gnutls_helper.lo unit-oai-hss-0: 15:02:34 DEBUG unit.oai-hss/0.install CC gnutls_supplemental.lo unit-oai-hss-0: 15:02:34 DEBUG unit.oai-hss/0.install CC random.lo unit-abot-epc-basic-0: 15:02:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libffi-dev:amd64. unit-abot-epc-basic-0: 15:02:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libffi-dev_3.2.1-4_amd64.deb ... unit-abot-epc-basic-0: 15:02:34 DEBUG unit.abot-epc-basic/0.install Unpacking libffi-dev:amd64 (3.2.1-4) ... unit-oai-hss-0: 15:02:34 DEBUG unit.oai-hss/0.install CC crypto-api.lo unit-abot-epc-basic-0: 15:02:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dev:amd64. unit-abot-epc-basic-0: 15:02: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: 15:02: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: 15:02:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0-dev. unit-abot-epc-basic-0: 15:02:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0-dev_0.10-3_amd64.deb ... unit-oai-hss-0: 15:02:34 DEBUG unit.oai-hss/0.install CC gnutls_privkey.lo unit-abot-epc-basic-0: 15:02:34 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0-dev (0.10-3) ... unit-oai-hss-0: 15:02:34 DEBUG unit.oai-hss/0.install CC gnutls_pcert.lo unit-abot-epc-basic-0: 15:02:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave-dev. unit-abot-epc-basic-0: 15:02:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave-dev_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 15:02:35 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave-dev (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 15:02:35 DEBUG unit.oai-hss/0.install CC gnutls_pubkey.lo unit-oai-hss-0: 15:02:35 DEBUG unit.oai-hss/0.install CC locks.lo unit-abot-epc-basic-0: 15:02:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-doc. unit-oai-hss-0: 15:02:35 DEBUG unit.oai-hss/0.install CC gnutls_dtls.lo unit-abot-epc-basic-0: 15:02: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: 15:02:35 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 15:02:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libyaml-dev:amd64. unit-abot-epc-basic-0: 15:02:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libyaml-dev_0.1.6-3_amd64.deb ... unit-abot-epc-basic-0: 15:02:36 DEBUG unit.abot-epc-basic/0.install Unpacking libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 15:02:36 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-oai-hss-0: 15:02:36 DEBUG unit.oai-hss/0.install CC system_override.lo unit-oai-hss-0: 15:02:36 DEBUG unit.oai-hss/0.install CC crypto-backend.lo unit-oai-hss-0: 15:02:36 DEBUG unit.oai-hss/0.install CC verify-tofu.lo unit-oai-hss-0: 15:02:37 DEBUG unit.oai-hss/0.install CC pin.lo unit-oai-hss-0: 15:02:37 DEBUG unit.oai-hss/0.install CC tpm.lo unit-oai-hss-0: 15:02:37 DEBUG unit.oai-hss/0.install CC pkcs11.lo unit-oai-hss-0: 15:02:37 DEBUG unit.oai-hss/0.install CC pkcs11_privkey.lo unit-oai-hss-0: 15:02:37 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_add_provider': unit-oai-hss-0: 15:02:37 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: 15:02:37 DEBUG unit.oai-hss/0.install if (p11_kit_load_initialize_module (name, &module) != CKR_OK) unit-oai-hss-0: 15:02:37 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:37 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: 15:02:37 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (module); unit-oai-hss-0: 15:02:37 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:37 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'initialize_automatic_p11_kit': unit-oai-hss-0: 15:02:37 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: 15:02:37 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_registered (); unit-oai-hss-0: 15:02:37 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:37 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: 15:02:37 DEBUG unit.oai-hss/0.install modules = p11_kit_registered_modules (); unit-oai-hss-0: 15:02:37 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:37 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: 15:02:37 DEBUG unit.oai-hss/0.install name = p11_kit_registered_module_to_name (modules[i]); unit-oai-hss-0: 15:02:37 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:37 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_reinit': unit-oai-hss-0: 15:02:37 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: 15:02:37 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_module(providers[i].module); unit-oai-hss-0: 15:02:37 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:37 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_deinit': unit-oai-hss-0: 15:02:37 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: 15:02:37 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (providers[i].module); unit-oai-hss-0: 15:02:37 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:37 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: 15:02:37 DEBUG unit.oai-hss/0.install p11_kit_finalize_registered (); unit-oai-hss-0: 15:02:37 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:38 DEBUG unit.oai-hss/0.install CC pkcs11_write.lo unit-oai-hss-0: 15:02:39 DEBUG unit.oai-hss/0.install CC pkcs11_secret.lo unit-oai-hss-0: 15:02:39 DEBUG unit.oai-hss/0.install CC gnutls_srp.lo unit-oai-hss-0: 15:02:39 DEBUG unit.oai-hss/0.install CC gnutls_psk.lo unit-oai-hss-0: 15:02:40 DEBUG unit.oai-hss/0.install CXX libgnutlsxx_la-gnutlsxx.lo unit-abot-epc-basic-0: 15:02:40 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 15:02:40 DEBUG unit.oai-hss/0.install CC xssl.lo unit-abot-epc-basic-0: 15:02:40 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 15:02:40 DEBUG unit.oai-hss/0.install CC xssl_getline.lo unit-abot-epc-basic-0: 15:02:40 DEBUG unit.abot-epc-basic/0.install Processing triggers for fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 15:02:41 DEBUG unit.abot-epc-basic/0.install Processing triggers for udev (229-4ubuntu21.15) ... unit-oai-hss-0: 15:02:41 DEBUG unit.oai-hss/0.install CCLD libgnutls.la unit-abot-epc-basic-0: 15:02:41 DEBUG unit.abot-epc-basic/0.install Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 15:02:41 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: 15:02:41 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 15:02:41 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 15:02:41 DEBUG unit.abot-epc-basic/0.install Processing triggers for shared-mime-info (1.5-2ubuntu0.2) ... unit-oai-hss-0: 15:02:42 DEBUG unit.oai-hss/0.install copying selected object files to avoid basename conflicts... unit-oai-hss-0: 15:02:42 DEBUG unit.oai-hss/0.install CXXLD libgnutlsxx.la unit-oai-hss-0: 15:02:42 DEBUG unit.oai-hss/0.install CCLD libgnutls-xssl.la unit-oai-hss-0: 15:02:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 15:02:42 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 15:02:42 DEBUG unit.oai-hss/0.install Making all in extra unit-oai-hss-0: 15:02:42 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 15:02:42 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 15:02:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 15:02:42 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 15:02:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 15:02:42 DEBUG unit.oai-hss/0.install CC gnutls_openssl.lo unit-oai-hss-0: 15:02:42 DEBUG unit.oai-hss/0.install CC openssl_compat.lo unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install CCLD libgnutls-openssl.la unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install Making all in po unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install Making all in src unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install Making all in crywrap unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install CC crywrap.o unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_do_one': unit-oai-hss-0: 15:02:43 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: 15:02:43 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)insock, unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 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: 15:02:43 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)outsock); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_setup_pidfile': unit-oai-hss-0: 15:02:43 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: 15:02:43 DEBUG unit.oai-hss/0.install fchown (pidfilefd, config->uid, (gid_t)-1); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 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: 15:02:43 DEBUG unit.oai-hss/0.install write (pidfilefd, mypid, strlen (mypid)); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install CCLD crywrap unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install Making all in libopts unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install CC libopts_la-libopts.lo unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install In file included from libopts.c:24:0: unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install enum.c: In function 'enum_err': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install enum.c:112:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, ENUM_ERR_LINE, *(paz_names++)); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install enum.c:135:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install sprintf(zFmt, ENUM_ERR_WIDTH, (int)max_len); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install enum.c:148:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_SPACE_FMT, *(paz_names++)); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install enum.c:155:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_FMT, *paz_names); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install enum.c: In function 'optionEnumerationVal': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install enum.c:307:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(INVALID_FMT, ix); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install In file included from libopts.c:27:0: unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install find.c: In function 'opt_ambiguities': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install find.c:114:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_Name); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install find.c:119:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_DisableName); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install find.c: In function 'opt_set': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install find.c:219:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pOD->pzText); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install find.c: In function 'opt_find_short': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install find.c:432:21: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pRes->pzText); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install In file included from libopts.c:30:0: unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c: In function 'optionParseShell': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:147:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:157:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:166:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:178:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:184:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:195:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(SHOW_PROG_ENV, opts->pzPROGNAME); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_var_text': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:230:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(SET_TEXT_FMT, prog, var); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_usage': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:373:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install strftime(tm_nm_buf, AO_NAME_SIZE, TIME_FMT, ptm ); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:381:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(SHELL_MAGIC, shell_prog); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:383:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(PREAMBLE_FMT, START_MARK, out_nm, tm_nm_buf); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:386:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(END_PRE_FMT, opts->pzPROGNAME); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_wrapup': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:436:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(FINISH_LOOP, opts->pzPROGNAME); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_action': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:532:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, VER_STR); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:535:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(PAGE_USAGE_TEXT, opts->pzPROGNAME); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:538:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_LOAD_WARN); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:539:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:544:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SAVE_OPTS); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:545:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:547:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, LONG_USE_STR); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:551:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(SGL_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:555:24: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install od->pz_NAME, od->optMaxCt); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:557:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(MULTI_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:564:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:565:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:568:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:569:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:572:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_inaction': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:582:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SUPPRESS_LOAD); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:586:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:589:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:591:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_flag': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:614:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(zOptionFlag, od->optValue); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_match_expr': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:689:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(zOptionPartName, name_bf); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install makeshell.c:699:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(zOptionFullName, name); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install In file included from libopts.c:31:0: unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install nested.c: In function 'emit_special_char': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install nested.c:903:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install fprintf(fp, XML_HEX_BYTE_FMT, (ch & 0xFF)); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install In file included from libopts.c:33:0: unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install pgusage.c: In function 'open_tmp_usage': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install snprintf(bf, bfsz, TMP_FILE_FMT, tmpdir, my_pid); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install pgusage.c: In function 'mk_pager_cmd': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install In file included from libopts.c:34:0: unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionQuoteString': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c:190:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install sprintf(out, MK_STR_OCT_FMT, ch); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_enumeration': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c:277:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c:283:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(QUOT_ARG_FMT, pOD->optArg.argString); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c:288:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_membership': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c:298:12: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install (int)(uintptr_t)(pOD->optCookie)); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c:315:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(SHOW_VAL_FMT, (unsigned long)val); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_stacked_arg': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c:330:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c:334:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c:337:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionPutShell': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c:375:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(zOptCtFmt, pOpts->curOptIdx-1); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c:403:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c:442:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ? pOD->pz_DisablePfx : "false"); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c:452:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install (int)pOD->optArg.argInt); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c:472:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install (pOD->optArg.argBool == 0) ? "false" : "true"); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c:484:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install pOD->optOccCt); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c:491:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install putshell.c:493:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install In file included from libopts.c:37:0: unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install save.c: In function 'prt_value': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install save.c:351:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install fprintf(fp, NULL_ATR_FMT, ovp->pzName); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install save.c:366:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install save.c:386:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, ovp->pzName); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install save.c:392:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install save.c:397:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ovp->v.boolVal ? "true" : "false"); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install save.c: In function 'prt_string': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install save.c:411:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_XML_FMT, name); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install save.c:439:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, name); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install save.c: In function 'prt_val_list': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install save.c:459:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_CLOSE_FMT, name); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install save.c:463:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, name); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install save.c: In function 'prt_nested': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install save.c:503:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, p->pz_Name); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install save.c: In function 'open_sv_file': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install save.c:556:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install fprintf(fp, zPresetFile, time_str); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install In file included from libopts.c:44:0: unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install usage.c: In function 'print_usage_details': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install usage.c:352:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install usage.c:357:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install usage.c: In function 'print_one_paragraph': unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install usage.c:437:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install fprintf(fp, PUTS_FMT, t); unit-oai-hss-0: 15:02:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:46 DEBUG unit.oai-hss/0.install CCLD libopts.la unit-oai-hss-0: 15:02:46 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 15:02:46 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 15:02:46 DEBUG unit.oai-hss/0.install CC libcmd_srp_la-srptool-args.lo unit-oai-hss-0: 15:02:46 DEBUG unit.oai-hss/0.install CC libcmd_psk_la-psk-args.lo unit-oai-hss-0: 15:02:46 DEBUG unit.oai-hss/0.install CC libcmd_ocsp_la-ocsptool-args.lo unit-oai-hss-0: 15:02:46 DEBUG unit.oai-hss/0.install CC libcmd_serv_la-serv-args.lo unit-oai-hss-0: 15:02:47 DEBUG unit.oai-hss/0.install CC libcmd_cli_la-cli-args.lo unit-oai-hss-0: 15:02:47 DEBUG unit.oai-hss/0.install CC libcmd_cli_debug_la-cli-debug-args.lo unit-oai-hss-0: 15:02:47 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-args.lo unit-oai-hss-0: 15:02:47 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-cfg.lo unit-oai-hss-0: 15:02:47 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-danetool-args.lo unit-oai-hss-0: 15:02:47 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-certtool-cfg.lo unit-oai-hss-0: 15:02:47 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-p11tool-args.lo unit-oai-hss-0: 15:02:48 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-certtool-cfg.lo unit-oai-hss-0: 15:02:48 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-tpmtool-args.lo unit-oai-hss-0: 15:02:48 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-certtool-cfg.lo unit-oai-hss-0: 15:02:49 DEBUG unit.oai-hss/0.install CC psk.o unit-oai-hss-0: 15:02:50 DEBUG unit.oai-hss/0.install CC cli-debug.o unit-oai-hss-0: 15:02:50 DEBUG unit.oai-hss/0.install cli-debug.c: In function 'main': unit-oai-hss-0: 15:02:50 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: 15:02:50 DEBUG unit.oai-hss/0.install gnutls_transport_set_ptr (state, (gnutls_transport_ptr_t) unit-oai-hss-0: 15:02:50 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:50 DEBUG unit.oai-hss/0.install CC tests.o unit-oai-hss-0: 15:02:50 DEBUG unit.oai-hss/0.install CC socket.o unit-oai-hss-0: 15:02:50 DEBUG unit.oai-hss/0.install CC common.o unit-oai-hss-0: 15:02:51 DEBUG unit.oai-hss/0.install CC certtool.o unit-oai-hss-0: 15:02:51 DEBUG unit.oai-hss/0.install common.c: In function 'token_callback': unit-oai-hss-0: 15:02:51 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: 15:02:51 DEBUG unit.oai-hss/0.install fgets (buf, sizeof (buf), stdin); unit-oai-hss-0: 15:02:51 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:51 DEBUG unit.oai-hss/0.install CC certtool-common.o unit-oai-hss-0: 15:02:51 DEBUG unit.oai-hss/0.install certtool-common.c: In function 'print_head': unit-oai-hss-0: 15:02:51 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: 15:02:51 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[%u] =", txt, size); unit-oai-hss-0: 15:02:51 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:51 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: 15:02:51 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[] =\n", txt); unit-oai-hss-0: 15:02:51 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:51 DEBUG unit.oai-hss/0.install CC certtool-extras.o unit-oai-hss-0: 15:02:51 DEBUG unit.oai-hss/0.install CC srptool.o unit-oai-hss-0: 15:02:51 DEBUG unit.oai-hss/0.install CC ocsptool.o unit-oai-hss-0: 15:02:52 DEBUG unit.oai-hss/0.install CC ocsptool-common.o unit-oai-hss-0: 15:02:52 DEBUG unit.oai-hss/0.install CC serv.o unit-oai-hss-0: 15:02:52 DEBUG unit.oai-hss/0.install CC udp-serv.o unit-oai-hss-0: 15:02:52 DEBUG unit.oai-hss/0.install CC cli.o unit-oai-hss-0: 15:02:52 DEBUG unit.oai-hss/0.install CC benchmark-cipher.o unit-oai-hss-0: 15:02:52 DEBUG unit.oai-hss/0.install cli.c: In function 'psk_callback': unit-oai-hss-0: 15:02:52 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: 15:02:52 DEBUG unit.oai-hss/0.install getline (&tmp, &n, stdin); unit-oai-hss-0: 15:02:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:52 DEBUG unit.oai-hss/0.install CC benchmark.o unit-oai-hss-0: 15:02:52 DEBUG unit.oai-hss/0.install CC benchmark-tls.o unit-oai-hss-0: 15:02:53 DEBUG unit.oai-hss/0.install CC danetool.o unit-oai-hss-0: 15:02:53 DEBUG unit.oai-hss/0.install CC tpmtool.o unit-oai-hss-0: 15:02:53 DEBUG unit.oai-hss/0.install CC p11tool.o unit-oai-hss-0: 15:02:53 DEBUG unit.oai-hss/0.install CC pkcs11.o unit-oai-hss-0: 15:02:53 DEBUG unit.oai-hss/0.install CCLD libcmd-srp.la unit-oai-hss-0: 15:02:53 DEBUG unit.oai-hss/0.install CCLD libcmd-psk.la unit-oai-hss-0: 15:02:53 DEBUG unit.oai-hss/0.install CCLD libcmd-ocsp.la unit-oai-hss-0: 15:02:53 DEBUG unit.oai-hss/0.install CCLD libcmd-serv.la unit-oai-hss-0: 15:02:53 DEBUG unit.oai-hss/0.install CCLD libcmd-cli.la unit-oai-hss-0: 15:02:53 DEBUG unit.oai-hss/0.install CCLD libcmd-cli-debug.la unit-oai-hss-0: 15:02:54 DEBUG unit.oai-hss/0.install CCLD libcmd-certtool.la unit-oai-hss-0: 15:02:54 DEBUG unit.oai-hss/0.install CCLD libcmd-danetool.la unit-oai-hss-0: 15:02:54 DEBUG unit.oai-hss/0.install CCLD libcmd-p11tool.la unit-oai-hss-0: 15:02:54 DEBUG unit.oai-hss/0.install CCLD libcmd-tpmtool.la unit-oai-hss-0: 15:02:54 DEBUG unit.oai-hss/0.install CCLD psktool unit-oai-hss-0: 15:02:54 DEBUG unit.oai-hss/0.install CCLD gnutls-cli-debug unit-oai-hss-0: 15:02:54 DEBUG unit.oai-hss/0.install CCLD certtool unit-oai-hss-0: 15:02:54 DEBUG unit.oai-hss/0.install CCLD srptool unit-oai-hss-0: 15:02:54 DEBUG unit.oai-hss/0.install CCLD ocsptool unit-oai-hss-0: 15:02:54 DEBUG unit.oai-hss/0.install CCLD gnutls-serv unit-oai-hss-0: 15:02:54 DEBUG unit.oai-hss/0.install CCLD gnutls-cli unit-oai-hss-0: 15:02:54 DEBUG unit.oai-hss/0.install CCLD danetool unit-oai-hss-0: 15:02:55 DEBUG unit.oai-hss/0.install CCLD tpmtool unit-oai-hss-0: 15:02:55 DEBUG unit.oai-hss/0.install CCLD p11tool unit-oai-hss-0: 15:02:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 15:02:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 15:02:55 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 15:02:55 DEBUG unit.oai-hss/0.install Making all in doc unit-oai-hss-0: 15:02:55 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 15:02:55 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 15:02:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 15:02:55 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 15:02:55 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 15:02:55 DEBUG unit.oai-hss/0.install CC ex-alert.lo unit-oai-hss-0: 15:02:55 DEBUG unit.oai-hss/0.install CC ex-pkcs12.lo unit-oai-hss-0: 15:02:55 DEBUG unit.oai-hss/0.install CC ex-session-info.lo unit-oai-hss-0: 15:02:55 DEBUG unit.oai-hss/0.install CC ex-x509-info.lo unit-oai-hss-0: 15:02:55 DEBUG unit.oai-hss/0.install CC ex-verify.lo unit-oai-hss-0: 15:02:56 DEBUG unit.oai-hss/0.install CC tcp.lo unit-oai-hss-0: 15:02:56 DEBUG unit.oai-hss/0.install CC udp.lo unit-oai-hss-0: 15:02:56 DEBUG unit.oai-hss/0.install CC ex-pkcs11-list.lo unit-oai-hss-0: 15:02:56 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 15:02:56 DEBUG unit.oai-hss/0.install CC ex-verify-ssh.lo unit-oai-hss-0: 15:02:56 DEBUG unit.oai-hss/0.install CC ex-client-resume.o unit-oai-hss-0: 15:02:56 DEBUG unit.oai-hss/0.install CC ex-client-dtls.o unit-oai-hss-0: 15:02:56 DEBUG unit.oai-hss/0.install CC ex-cert-select.o unit-oai-hss-0: 15:02:56 DEBUG unit.oai-hss/0.install CC ex-client-x509.o unit-oai-hss-0: 15:02:56 DEBUG unit.oai-hss/0.install CC ex-serv-dtls.o unit-oai-hss-0: 15:02:56 DEBUG unit.oai-hss/0.install CC ex-client-xssl1.o unit-oai-hss-0: 15:02:56 DEBUG unit.oai-hss/0.install CC ex-client-xssl2.o unit-oai-hss-0: 15:02:56 DEBUG unit.oai-hss/0.install CC print-ciphersuites.o unit-oai-hss-0: 15:02:56 DEBUG unit.oai-hss/0.install ex-client-xssl1.c: In function 'main': unit-oai-hss-0: 15:02:56 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: 15:02:56 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 15:02:56 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:56 DEBUG unit.oai-hss/0.install ex-client-xssl2.c: In function 'main': unit-oai-hss-0: 15:02:56 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: 15:02:56 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 15:02:56 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 15:02:56 DEBUG unit.oai-hss/0.install CXX ex-cxx.o unit-oai-hss-0: 15:02:57 DEBUG unit.oai-hss/0.install CC ex-client-anon.o unit-oai-hss-0: 15:02:57 DEBUG unit.oai-hss/0.install CC ex-serv-anon.o unit-oai-hss-0: 15:02:57 DEBUG unit.oai-hss/0.install CC ex-serv-pgp.o unit-oai-hss-0: 15:02:57 DEBUG unit.oai-hss/0.install CC ex-cert-select-pkcs11.o unit-oai-hss-0: 15:02:57 DEBUG unit.oai-hss/0.install CC ex-client-psk.o unit-oai-hss-0: 15:02:57 DEBUG unit.oai-hss/0.install CC ex-serv-psk.o unit-oai-hss-0: 15:02:57 DEBUG unit.oai-hss/0.install CC ex-client-srp.o unit-oai-hss-0: 15:02:57 DEBUG unit.oai-hss/0.install CC ex-serv-srp.o unit-oai-hss-0: 15:02:57 DEBUG unit.oai-hss/0.install CC ex-ocsp-client.o unit-oai-hss-0: 15:02:57 DEBUG unit.oai-hss/0.install CCLD libexamples.la unit-oai-hss-0: 15:02:57 DEBUG unit.oai-hss/0.install CCLD ex-client-resume unit-oai-hss-0: 15:02:57 DEBUG unit.oai-hss/0.install CCLD ex-client-dtls unit-oai-hss-0: 15:02:57 DEBUG unit.oai-hss/0.install CCLD ex-cert-select unit-oai-hss-0: 15:02:57 DEBUG unit.oai-hss/0.install CCLD ex-client-x509 unit-oai-hss-0: 15:02:58 DEBUG unit.oai-hss/0.install CCLD ex-serv-dtls unit-oai-hss-0: 15:02:58 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl1 unit-oai-hss-0: 15:02:58 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl2 unit-oai-hss-0: 15:02:58 DEBUG unit.oai-hss/0.install CCLD print-ciphersuites unit-oai-hss-0: 15:02:58 DEBUG unit.oai-hss/0.install CXXLD ex-cxx unit-oai-hss-0: 15:02:58 DEBUG unit.oai-hss/0.install CCLD ex-client-anon unit-oai-hss-0: 15:02:58 DEBUG unit.oai-hss/0.install CCLD ex-serv-anon unit-oai-hss-0: 15:02:58 DEBUG unit.oai-hss/0.install CCLD ex-serv-pgp unit-oai-hss-0: 15:02:58 DEBUG unit.oai-hss/0.install CCLD ex-cert-select-pkcs11 unit-oai-hss-0: 15:02:58 DEBUG unit.oai-hss/0.install CCLD ex-client-psk unit-oai-hss-0: 15:02:58 DEBUG unit.oai-hss/0.install CCLD ex-serv-psk unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install CCLD ex-client-srp unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install CCLD ex-serv-srp unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install CCLD ex-ocsp-client unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in cyclo unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in manpages unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in credentials unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all-am'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in latex unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all-am'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install CC utils.lo unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install CCLD libutils.la unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in rsa-md5-collision unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in pkcs1-padding unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in pkcs8-decode unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in pkcs12-decode unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in userid unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in cert-tests unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in key-id unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in sha2 unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in safe-renegotiation unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in dsa unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in ecdsa unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in slow unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in dtls unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making all in openpgp-certs unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install Making install in gl unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 15:02:59 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install Making install in lib unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 15:03:00 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: 15:03:00 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/gnutls.h '/usr/include/gnutls' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install Making install in accelerated unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install Making install in x86 unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install Making install in auth unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install Making install in ext unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install Making install in algorithms unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install Making install in extras unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install Making install in opencdk unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install Making install in nettle unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 15:03:00 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: 15:03:00 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: 15:03:00 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: 15:03:00 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: 15:03:00 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.lai /usr/lib/libgnutls.la unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutlsxx.la' unit-oai-hss-0: 15:03:00 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: 15:03:00 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: 15:03:00 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: 15:03:00 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: 15:03:00 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.lai /usr/lib/libgnutlsxx.la unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-xssl.la' unit-oai-hss-0: 15:03:00 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: 15:03:00 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: 15:03:00 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: 15:03:00 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: 15:03:00 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: 15:03:00 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.a /usr/lib/libgnutls.a unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls.a unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls.a unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.a /usr/lib/libgnutlsxx.a unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutlsxx.a unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutlsxx.a unit-oai-hss-0: 15:03:00 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: 15:03:00 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 15:03:00 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: 15:03:00 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib/pkgconfig' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls.pc '/usr/lib/pkgconfig' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install Making install in extra unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/openssl.h '/usr/include/gnutls' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls-openssl.la '/usr/lib' unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-openssl.la' unit-oai-hss-0: 15:03:00 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: 15:03:00 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: 15:03:00 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: 15:03:00 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: 15:03:00 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: 15:03:00 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: 15:03:00 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 15:03:00 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 15:03:01 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: 15:03:01 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install Making install in po unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install installing en@boldquot.gmo as /usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install installing en@quot.gmo as /usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install if test "gnutls" = "gettext-tools"; then \ unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/gettext/po; \ unit-oai-hss-0: 15:03:01 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: 15:03:01 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./$file \ unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install /usr/share/gettext/po/$file; \ unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install for file in Makevars; do \ unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install rm -f /usr/share/gettext/po/$file; \ unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install : ; \ unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install fi unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install Making install in src unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install Making install in crywrap unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c crywrap '/usr/bin' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/crywrap /usr/bin/crywrap unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install Making install in libopts unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 15:03:01 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: 15:03:01 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/psktool /usr/bin/psktool unit-oai-hss-0: 15:03:01 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: 15:03:01 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/certtool /usr/bin/certtool unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/srptool /usr/bin/srptool unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/ocsptool /usr/bin/ocsptool unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-serv /usr/bin/gnutls-serv unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli /usr/bin/gnutls-cli unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/danetool /usr/bin/danetool unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/tpmtool /usr/bin/tpmtool unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/p11tool /usr/bin/p11tool unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install Making install in doc unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install Making install in cyclo unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install Making install in manpages unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man1' unit-oai-hss-0: 15:03:01 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: 15:03:01 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man3' unit-oai-hss-0: 15:03:01 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: 15:03:01 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: 15:03:01 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: 15:03:01 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: 15:03:01 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: 15:03:01 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: 15:03:01 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: 15:03:01 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: 15:03:01 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: 15:03:01 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: 15:03:01 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: 15:03:01 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: 15:03:01 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: 15:03:01 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: 15:03:01 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: 15:03:01 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: 15:03:01 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: 15:03:01 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: 15:03:01 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: 15:03:01 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: 15:03:01 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: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install Making install in credentials unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install Making install in latex unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 15:03:01 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: 15:03:01 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 15:03:01 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: 15:03:01 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls.info' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls-guile.info' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 15:03:01 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Making install in rsa-md5-collision unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Making install in pkcs1-padding unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Making install in pkcs8-decode unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Making install in pkcs12-decode unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Making install in userid unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Making install in cert-tests unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Making install in key-id unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Making install in sha2 unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Making install in safe-renegotiation unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Making install in dsa unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Making install in ecdsa unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Making install in slow unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Making install in dtls unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Making install in openpgp-certs unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install bison is already the newest version. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install cmake is already the newest version. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install flex is already the newest version. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install g++ is already the newest version. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install g++ set to manually installed. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install gcc is already the newest version. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install gcc set to manually installed. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libsctp-dev is already the newest version. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libsctp1 is already the newest version. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install cmake-curses-gui is already the newest version. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install gdb is already the newest version. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libgcrypt11-dev is already the newest version. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libmysqlclient-dev is already the newest version. unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install comerr-dev dh-apparmor gettext intltool-debian krb5-multidev libasprintf-dev unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libexpat1-dev unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri libgl1-mesa-glx unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-7 unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq5 libpython-dev unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial-common po-debconf python2.7-dev swig2.0 unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install tcl tcl8.6 tk tk8.6 x11-utils xbitmaps xterm unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install doc-base dh-make apparmor-easyprof gettext-doc krb5-doc libglide3 krb5-user unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install postgresql-doc-9.3 qct kdiff3 kdiff3-qt kompare meld tkcvs mgdiff unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install python-mysqldb python-pygments libmail-box-perl openssl-blacklist swig-doc unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install swig-examples swig2.0-examples swig2.0-doc tcl-tclreadline mesa-utils unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install xfonts-cyrillic unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install wish unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install comerr-dev debhelper dh-apparmor gettext intltool-debian krb5-multidev unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libasprintf-dev libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libexpat1-dev libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libgl1-mesa-glx libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libkdb5-7 libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq-dev libpq5 unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libpython-dev libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libxml2-dev libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 15:03:02 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial mercurial-common po-debconf python-dev unit-oai-hss-0: 15:03:02 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: 15:03:02 DEBUG unit.oai-hss/0.install xterm unit-oai-hss-0: 15:03:03 DEBUG unit.oai-hss/0.install 0 upgraded, 73 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 15:03:03 DEBUG unit.oai-hss/0.install Need to get 43.0 MB of archives. unit-oai-hss-0: 15:03:03 DEBUG unit.oai-hss/0.install After this operation, 135 MB of additional disk space will be used. unit-oai-hss-0: 15:03:03 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-abot-epc-basic-0: 15:03:03 DEBUG unit.abot-epc-basic/0.install Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 15:03:03 DEBUG unit.abot-epc-basic/0.install Setting up cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 15:03:03 DEBUG unit.abot-epc-basic/0.install Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.5) ... unit-oai-hss-0: 15:03:03 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-abot-epc-basic-0: 15:03:04 DEBUG unit.abot-epc-basic/0.install Setting up libcurl3:amd64 (7.47.0-1ubuntu2.11) ... unit-oai-hss-0: 15:03:04 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-abot-epc-basic-0: 15:03:04 DEBUG unit.abot-epc-basic/0.install Setting up libjsoncpp1:amd64 (1.7.2-1) ... unit-oai-hss-0: 15:03:04 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: 15:03:04 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-abot-epc-basic-0: 15:03:04 DEBUG unit.abot-epc-basic/0.install Setting up cmake (3.5.1-1ubuntu3) ... unit-oai-hss-0: 15:03:04 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: 15:03:04 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-abot-epc-basic-0: 15:03:05 DEBUG unit.abot-epc-basic/0.install Setting up cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 15:03:05 DEBUG unit.abot-epc-basic/0.install Setting up m4 (1.4.17-5) ... unit-oai-hss-0: 15:03:05 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.1 [108 kB] unit-abot-epc-basic-0: 15:03:05 DEBUG unit.abot-epc-basic/0.install Setting up libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 15:03:05 DEBUG unit.abot-epc-basic/0.install Setting up flex (2.6.0-11) ... unit-oai-hss-0: 15:03:05 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-abot-epc-basic-0: 15:03:05 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 15:03:05 DEBUG unit.abot-epc-basic/0.install Setting up imagemagick-common (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 15:03:06 DEBUG unit.abot-epc-basic/0.install Setting up libaudio2:amd64 (1.9.4-4) ... unit-oai-hss-0: 15:03:06 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-abot-epc-basic-0: 15:03:06 DEBUG unit.abot-epc-basic/0.install Setting up libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 15:03:06 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 15:03:06 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-abot-epc-basic-0: 15:03:06 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 15:03:06 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-abot-epc-basic-0: 15:03:06 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 15:03:06 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-abot-epc-basic-0: 15:03:06 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 15:03:06 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-abot-epc-basic-0: 15:03:06 DEBUG unit.abot-epc-basic/0.install Setting up libieee1284-3:amd64 (0.2.11-12) ... unit-oai-hss-0: 15:03:07 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-abot-epc-basic-0: 15:03:07 DEBUG unit.abot-epc-basic/0.install Setting up liblqr-1-0:amd64 (0.4.2-2) ... unit-oai-hss-0: 15:03:07 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-abot-epc-basic-0: 15:03:07 DEBUG unit.abot-epc-basic/0.install Setting up libltdl7:amd64 (2.4.6-0.1) ... unit-oai-hss-0: 15:03:07 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: 15:03:07 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-abot-epc-basic-0: 15:03:07 DEBUG unit.abot-epc-basic/0.install Setting up libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-oai-hss-0: 15:03:07 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-abot-epc-basic-0: 15:03:07 DEBUG unit.abot-epc-basic/0.install Setting up libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-oai-hss-0: 15:03:07 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-abot-epc-basic-0: 15:03:07 DEBUG unit.abot-epc-basic/0.install Setting up libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 15:03:07 DEBUG unit.abot-epc-basic/0.install Setting up libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-oai-hss-0: 15:03:07 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: 15:03:07 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-abot-epc-basic-0: 15:03:07 DEBUG unit.abot-epc-basic/0.install Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 15:03:08 DEBUG unit.abot-epc-basic/0.install Setting up libblas-common (3.6.0-2ubuntu2) ... unit-oai-hss-0: 15:03:08 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgssrpc4 amd64 1.12+dfsg-2ubuntu5.4 [53.1 kB] unit-abot-epc-basic-0: 15:03:08 DEBUG unit.abot-epc-basic/0.install Setting up libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 15:03:08 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: 15:03:08 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 15:03:08 DEBUG unit.abot-epc-basic/0.install Setting up libopenblas-base (0.2.18-1ubuntu1) ... unit-oai-hss-0: 15:03:08 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.4 [36.2 kB] unit-abot-epc-basic-0: 15:03:08 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: 15:03:08 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: 15:03:08 DEBUG unit.abot-epc-basic/0.install Setting up libatlas3-base (3.10.2-9) ... unit-oai-hss-0: 15:03:08 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.4 [36.2 kB] unit-abot-epc-basic-0: 15:03:08 DEBUG unit.abot-epc-basic/0.install Setting up liblapack3 (3.6.0-2ubuntu2) ... unit-oai-hss-0: 15:03:08 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.4 [50.3 kB] unit-abot-epc-basic-0: 15:03:08 DEBUG unit.abot-epc-basic/0.install Setting up libqrupdate1:amd64 (1.1.2-1build1) ... unit-oai-hss-0: 15:03:08 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-abot-epc-basic-0: 15:03:08 DEBUG unit.abot-epc-basic/0.install Setting up libpcre16-3:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 15:03:08 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.5 [22.0 MB] unit-abot-epc-basic-0: 15:03:09 DEBUG unit.abot-epc-basic/0.install Setting up libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 15:03:09 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 15:03:09 DEBUG unit.abot-epc-basic/0.install Setting up libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 15:03:09 DEBUG unit.abot-epc-basic/0.install Setting up libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 15:03:09 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: 15:03:09 DEBUG unit.abot-epc-basic/0.install Setting up libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 15:03:10 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: 15:03:10 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: 15:03:10 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-abot-epc-basic-0: 15:03:10 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 15:03:10 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-abot-epc-basic-0: 15:03:10 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 15:03:10 DEBUG unit.abot-epc-basic/0.install Setting up libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 15:03:10 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-abot-epc-basic-0: 15:03:10 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon0:amd64 (0.5.0-1ubuntu2.1) ... unit-oai-hss-0: 15:03:10 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-abot-epc-basic-0: 15:03:10 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 15:03:10 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 15:03:10 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-abot-epc-basic-0: 15:03:10 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 15:03:11 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-abot-epc-basic-0: 15:03:11 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 15:03:11 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-oai-hss-0: 15:03:11 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-abot-epc-basic-0: 15:03:11 DEBUG unit.abot-epc-basic/0.install Setting up libevdev2:amd64 (1.4.6+dfsg-1) ... unit-oai-hss-0: 15:03:11 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-abot-epc-basic-0: 15:03:11 DEBUG unit.abot-epc-basic/0.install Setting up libgudev-1.0-0:amd64 (1:230-2) ... unit-oai-hss-0: 15:03:11 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-abot-epc-basic-0: 15:03:11 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-common (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 15:03:11 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-abot-epc-basic-0: 15:03:11 DEBUG unit.abot-epc-basic/0.install Setting up libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 15:03:11 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-abot-epc-basic-0: 15:03:11 DEBUG unit.abot-epc-basic/0.install Setting up libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 15:03:11 DEBUG unit.abot-epc-basic/0.install Setting up libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-oai-hss-0: 15:03:11 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-abot-epc-basic-0: 15:03:11 DEBUG unit.abot-epc-basic/0.install Setting up libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 15:03:11 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-abot-epc-basic-0: 15:03:12 DEBUG unit.abot-epc-basic/0.install Setting up libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-oai-hss-0: 15:03:12 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.1 [829 kB] unit-abot-epc-basic-0: 15:03:12 DEBUG unit.abot-epc-basic/0.install Setting up libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 15:03:12 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-oai-hss-0: 15:03:12 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-abot-epc-basic-0: 15:03:12 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-oai-hss-0: 15:03:12 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: 15:03:12 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: 15:03:12 DEBUG unit.oai-hss/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main debhelper all 9.20131227ubuntu1 [604 kB] unit-abot-epc-basic-0: 15:03:12 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 15:03:12 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-keysyms1:amd64 (0.4.0-1) ... unit-oai-hss-0: 15:03:13 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-abot-epc-basic-0: 15:03:13 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 15:03:13 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.4 [111 kB] unit-abot-epc-basic-0: 15:03:13 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render-util0:amd64 (0.3.9-1) ... unit-oai-hss-0: 15:03:13 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.1 [4438 B] unit-abot-epc-basic-0: 15:03:13 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 15:03:13 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.1 [122 kB] unit-abot-epc-basic-0: 15:03:13 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:03:13 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2.1) ... unit-oai-hss-0: 15:03:13 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-abot-epc-basic-0: 15:03:13 DEBUG unit.abot-epc-basic/0.install Setting up libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 15:03:13 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-abot-epc-basic-0: 15:03:13 DEBUG unit.abot-epc-basic/0.install Setting up libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 15:03:13 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-abot-epc-basic-0: 15:03:13 DEBUG unit.abot-epc-basic/0.install Setting up libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 15:03:13 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 15:03:13 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-abot-epc-basic-0: 15:03:14 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 15:03:14 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-abot-epc-basic-0: 15:03:14 DEBUG unit.abot-epc-basic/0.install Setting up libdconf1:amd64 (0.24.0-2) ... unit-oai-hss-0: 15:03:14 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-abot-epc-basic-0: 15:03:14 DEBUG unit.abot-epc-basic/0.install Setting up dconf-service (0.24.0-2) ... unit-oai-hss-0: 15:03:14 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: 15:03:14 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.4 [1521 kB] unit-abot-epc-basic-0: 15:03:14 DEBUG unit.abot-epc-basic/0.install Setting up dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 15:03:14 DEBUG unit.abot-epc-basic/0.install Setting up gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-oai-hss-0: 15:03:14 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe mercurial amd64 2.8.2-1ubuntu1.4 [42.7 kB] unit-abot-epc-basic-0: 15:03:14 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 15:03:14 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.5 [269 kB] unit-oai-hss-0: 15:03:14 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: 15:03:15 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-abot-epc-basic-0: 15:03:15 DEBUG unit.abot-epc-basic/0.install Setting up libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-oai-hss-0: 15:03:15 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: 15:03:15 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: 15:03:15 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-abot-epc-basic-0: 15:03:15 DEBUG unit.abot-epc-basic/0.install Setting up libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-oai-hss-0: 15:03:15 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-abot-epc-basic-0: 15:03:15 DEBUG unit.abot-epc-basic/0.install Setting up librest-0.7-0:amd64 (0.7.93-1) ... unit-oai-hss-0: 15:03:15 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-abot-epc-basic-0: 15:03:15 DEBUG unit.abot-epc-basic/0.install Setting up libsamplerate0:amd64 (0.1.8-8) ... unit-oai-hss-0: 15:03:15 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-abot-epc-basic-0: 15:03:16 DEBUG unit.abot-epc-basic/0.install Setting up libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-oai-hss-0: 15:03:16 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: 15:03:16 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: 15:03:16 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: 15:03:16 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 15:03:16 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: 15:03:16 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 15:03:16 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 15:03:16 DEBUG unit.oai-hss/0.install Fetched 43.0 MB in 14s (3068 kB/s) unit-oai-hss-0: 15:03:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcroco3:amd64. unit-oai-hss-0: 15:03:17 DEBUG unit.oai-hss/0.install (Reading database ... 62595 files and directories currently installed.) unit-oai-hss-0: 15:03:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcroco3_0.6.8-2ubuntu1_amd64.deb ... unit-oai-hss-0: 15:03:17 DEBUG unit.oai-hss/0.install Unpacking libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 15:03:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpciaccess0:amd64. unit-oai-hss-0: 15:03:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpciaccess0_0.13.2-1_amd64.deb ... unit-oai-hss-0: 15:03:17 DEBUG unit.oai-hss/0.install Unpacking libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 15:03:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-oai-hss-0: 15:03:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-intel1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 15:03:18 DEBUG unit.oai-hss/0.install Unpacking libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 15:03:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-oai-hss-0: 15:03:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-nouveau2_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 15:03:18 DEBUG unit.oai-hss/0.install Unpacking libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 15:03:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-oai-hss-0: 15:03:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-radeon1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 15:03:19 DEBUG unit.oai-hss/0.install Unpacking libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 15:03:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontenc1:amd64. unit-oai-hss-0: 15:03:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontenc1_1%3a1.1.2-1_amd64.deb ... unit-oai-hss-0: 15:03:19 DEBUG unit.oai-hss/0.install Unpacking libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 15:03:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libunistring0:amd64. unit-oai-hss-0: 15:03:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libunistring0_0.9.3-5ubuntu3_amd64.deb ... unit-oai-hss-0: 15:03:20 DEBUG unit.oai-hss/0.install Unpacking libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-abot-epc-basic-0: 15:03:20 DEBUG unit.abot-epc-basic/0.install Setting up libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 15:03:20 DEBUG unit.abot-epc-basic/0.install Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 15:03:20 DEBUG unit.abot-epc-basic/0.install Setting up libxft2:amd64 (2.3.2-1) ... unit-oai-hss-0: 15:03:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo0:amd64. unit-oai-hss-0: 15:03:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo0_0.18.3.1-1ubuntu3.1_amd64.deb ... unit-oai-hss-0: 15:03:21 DEBUG unit.oai-hss/0.install Unpacking libgettextpo0:amd64 (0.18.3.1-1ubuntu3.1) ... unit-abot-epc-basic-0: 15:03:21 DEBUG unit.abot-epc-basic/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 15:03:21 DEBUG unit.abot-epc-basic/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 15:03:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libllvm3.4:amd64. unit-oai-hss-0: 15:03:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libllvm3.4_1%3a3.4-1ubuntu3_amd64.deb ... unit-oai-hss-0: 15:03:21 DEBUG unit.oai-hss/0.install Unpacking libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-abot-epc-basic-0: 15:03:21 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 15:03:21 DEBUG unit.abot-epc-basic/0.install Setting up poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 15:03:21 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 15:03:21 DEBUG unit.abot-epc-basic/0.install Setting up libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 15:03:22 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 15:03:22 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 15:03:22 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-gobject2:amd64 (1.14.6-1) ... unit-oai-hss-0: 15:03:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-oai-hss-0: 15:03:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-dri_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 15:03:22 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-abot-epc-basic-0: 15:03:22 DEBUG unit.abot-epc-basic/0.install Setting up libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 15:03:22 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 15:03:22 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 15:03: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: 15:03:23 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 15:03:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-oai-hss-0: 15:03:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libglapi-mesa_10.1.3-0ubuntu0.6_amd64.deb ... unit-abot-epc-basic-0: 15:03:23 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 15:03:23 DEBUG unit.oai-hss/0.install Unpacking libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-abot-epc-basic-0: 15:03:24 DEBUG unit.abot-epc-basic/0.install Setting up libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 15:03:24 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 15:03:24 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-common:amd64 (2.40.13-3) ... unit-oai-hss-0: 15:03:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-oai-hss-0: 15:03:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.2-1ubuntu2.1_amd64.deb ... unit-oai-hss-0: 15:03:24 DEBUG unit.oai-hss/0.install Unpacking libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-abot-epc-basic-0: 15:03:25 DEBUG unit.abot-epc-basic/0.install Setting up at-spi2-core (2.18.3-4ubuntu1) ... unit-oai-hss-0: 15:03:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-oai-hss-0: 15:03:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri2-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 15:03:25 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 15:03:25 DEBUG unit.abot-epc-basic/0.install Setting up autoconf (2.69-9) ... unit-abot-epc-basic-0: 15:03:26 DEBUG unit.abot-epc-basic/0.install Setting up autotools-dev (20150820.1) ... unit-oai-hss-0: 15:03:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-oai-hss-0: 15:03:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri3-0_1.10-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:03:26 DEBUG unit.abot-epc-basic/0.install Setting up automake (1:1.15-4ubuntu1) ... unit-oai-hss-0: 15:03:26 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 15:03:26 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: 15:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 15:03:26 DEBUG unit.abot-epc-basic/0.install Setting up bison (2:3.0.4.dfsg-1) ... unit-oai-hss-0: 15:03:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-oai-hss-0: 15:03:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-glx0_1.10-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:03: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-oai-hss-0: 15:03:26 DEBUG unit.oai-hss/0.install Unpacking libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 15:03:26 DEBUG unit.abot-epc-basic/0.install Setting up castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 15:03:26 DEBUG unit.abot-epc-basic/0.install Setting up libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 15:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-oai-hss-0: 15:03:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-present0:amd64. unit-oai-hss-0: 15:03:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-present0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 15:03:27 DEBUG unit.oai-hss/0.install Unpacking libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 15:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 15:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 15:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-oai-hss-0: 15:03:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-oai-hss-0: 15:03:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-sync1_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 15:03:27 DEBUG unit.oai-hss/0.install Unpacking libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 15:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 15:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-6:amd64 (2.5.9-3) ... unit-oai-hss-0: 15:03:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxdamage1:amd64. unit-oai-hss-0: 15:03:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:03:27 DEBUG unit.abot-epc-basic/0.install Setting up libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-oai-hss-0: 15:03:27 DEBUG unit.oai-hss/0.install Unpacking libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-abot-epc-basic-0: 15:03:28 DEBUG unit.abot-epc-basic/0.install Adding scanner group... unit-abot-epc-basic-0: 15:03:28 DEBUG unit.abot-epc-basic/0.install Setting up colord-data (1.2.12-1ubuntu1) ... unit-oai-hss-0: 15:03:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxfixes3:amd64. unit-oai-hss-0: 15:03:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 15:03:28 DEBUG unit.oai-hss/0.install Unpacking libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-abot-epc-basic-0: 15:03:28 DEBUG unit.abot-epc-basic/0.install Setting up colord (1.2.12-1ubuntu1) ... unit-oai-hss-0: 15:03:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxshmfence1:amd64. unit-oai-hss-0: 15:03:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxshmfence1_1.1-2_amd64.deb ... unit-oai-hss-0: 15:03:29 DEBUG unit.oai-hss/0.install Unpacking libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 15:03:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-oai-hss-0: 15:03:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 15:03:29 DEBUG unit.oai-hss/0.install Unpacking libxxf86vm1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 15:03:29 DEBUG unit.abot-epc-basic/0.install colord.service is a disabled or a static unit, not starting it. unit-abot-epc-basic-0: 15:03:29 DEBUG unit.abot-epc-basic/0.install Setting up gettext (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 15:03:29 DEBUG unit.abot-epc-basic/0.install Setting up intltool-debian (0.35.0+20060710.4) ... unit-oai-hss-0: 15:03:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-oai-hss-0: 15:03:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-glx_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 15:03:29 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-abot-epc-basic-0: 15:03:29 DEBUG unit.abot-epc-basic/0.install Setting up po-debconf (1.0.19) ... unit-abot-epc-basic-0: 15:03:30 DEBUG unit.abot-epc-basic/0.install Setting up libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 15:03:31 DEBUG unit.abot-epc-basic/0.install Setting up libfile-stripnondeterminism-perl (0.015-1) ... unit-oai-hss-0: 15:03:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgssrpc4:amd64. unit-oai-hss-0: 15:03:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgssrpc4_1.12+dfsg-2ubuntu5.4_amd64.deb ... unit-oai-hss-0: 15:03:31 DEBUG unit.oai-hss/0.install Unpacking libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.4) ... unit-abot-epc-basic-0: 15:03:31 DEBUG unit.abot-epc-basic/0.install Setting up libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 15:03:31 DEBUG unit.abot-epc-basic/0.install Setting up default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 15:03:31 DEBUG unit.abot-epc-basic/0.install Setting up libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 15:03:31 DEBUG unit.abot-epc-basic/0.install Setting up libobjc4:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 15:03:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5clnt-mit9:amd64. unit-oai-hss-0: 15:03:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5clnt-mit9_1.12+dfsg-2ubuntu5.4_amd64.deb ... unit-oai-hss-0: 15:03:31 DEBUG unit.oai-hss/0.install Unpacking libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.4) ... unit-abot-epc-basic-0: 15:03:31 DEBUG unit.abot-epc-basic/0.install Setting up libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 15:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-oai-hss-0: 15:03:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkdb5-7:amd64. unit-abot-epc-basic-0: 15:03:32 DEBUG unit.abot-epc-basic/0.install Setting up doxygen (1.8.11-1) ... unit-oai-hss-0: 15:03:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkdb5-7_1.12+dfsg-2ubuntu5.4_amd64.deb ... unit-oai-hss-0: 15:03:32 DEBUG unit.oai-hss/0.install Unpacking libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.4) ... unit-abot-epc-basic-0: 15:03:32 DEBUG unit.abot-epc-basic/0.install Setting up libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 15:03:32 DEBUG unit.abot-epc-basic/0.install Setting up doxygen-gui (1.8.11-1) ... unit-oai-hss-0: 15:03:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5srv-mit9:amd64. unit-oai-hss-0: 15:03:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5srv-mit9_1.12+dfsg-2ubuntu5.4_amd64.deb ... unit-abot-epc-basic-0: 15:03:32 DEBUG unit.abot-epc-basic/0.install Setting up fonts-liberation (1.07.4-1) ... unit-oai-hss-0: 15:03:32 DEBUG unit.oai-hss/0.install Unpacking libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.4) ... unit-abot-epc-basic-0: 15:03:32 DEBUG unit.abot-epc-basic/0.install Setting up tex-common (6.04ubuntu1) ... unit-oai-hss-0: 15:03:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-oai-hss-0: 15:03:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 15:03:32 DEBUG unit.oai-hss/0.install Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-abot-epc-basic-0: 15:03:33 DEBUG unit.abot-epc-basic/0.install update-language: texlive-base not installed and configured, doing nothing! unit-abot-epc-basic-0: 15:03:33 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lmodern (2.004.5-1) ... unit-oai-hss-0: 15:03:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-oai-hss-0: 15:03:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ... unit-oai-hss-0: 15:03:33 DEBUG unit.oai-hss/0.install Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... unit-abot-epc-basic-0: 15:03:33 DEBUG unit.abot-epc-basic/0.install Setting up gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 15:03:34 DEBUG unit.abot-epc-basic/0.install Setting up gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 15:03:34 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 15:03:34 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/gconf/2/path with new version unit-abot-epc-basic-0: 15:03:34 DEBUG unit.abot-epc-basic/0.install Setting up libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 15:03:34 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 15:03:34 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 15:03:34 DEBUG unit.abot-epc-basic/0.install Setting up gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 15:03:34 DEBUG unit.abot-epc-basic/0.install Setting up gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 15:03:35 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 15:03:35 DEBUG unit.abot-epc-basic/0.install Setting up gfortran-5 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 15:03:35 DEBUG unit.abot-epc-basic/0.install Setting up gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:03:35 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: 15:03:35 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: 15:03:36 DEBUG unit.abot-epc-basic/0.install Setting up libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 15:03:36 DEBUG unit.abot-epc-basic/0.install Setting up libcupsimage2:amd64 (2.1.3-4ubuntu0.7) ... unit-abot-epc-basic-0: 15:03:36 DEBUG unit.abot-epc-basic/0.install Setting up libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 15:03:36 DEBUG unit.abot-epc-basic/0.install Setting up libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-oai-hss-0: 15:03:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtcl8.6:amd64. unit-oai-hss-0: 15:03:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:03:37 DEBUG unit.abot-epc-basic/0.install Setting up libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-oai-hss-0: 15:03:37 DEBUG unit.oai-hss/0.install Unpacking libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-abot-epc-basic-0: 15:03:37 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 15:03:37 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/papersize with new version unit-abot-epc-basic-0: 15:03:37 DEBUG unit.abot-epc-basic/0.install Setting up libgs9-common (9.26~dfsg+0-0ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 15:03:37 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/ghostscript/9.26 to provide /usr/share/ghostscript/current (ghostscript-current) in auto mode unit-oai-hss-0: 15:03:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxft2:amd64. unit-oai-hss-0: 15:03:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxft2_2.3.1-2_amd64.deb ... unit-oai-hss-0: 15:03:37 DEBUG unit.oai-hss/0.install Unpacking libxft2:amd64 (2.3.1-2) ... unit-abot-epc-basic-0: 15:03:37 DEBUG unit.abot-epc-basic/0.install Setting up libgs9:amd64 (9.26~dfsg+0-0ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 15:03:37 DEBUG unit.abot-epc-basic/0.install Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-oai-hss-0: 15:03:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxss1:amd64. unit-oai-hss-0: 15:03:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 15:03:37 DEBUG unit.oai-hss/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 15:03:38 DEBUG unit.abot-epc-basic/0.install Setting up ghostscript (9.26~dfsg+0-0ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 15:03:38 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atk-1.0 (2.18.0-1) ... unit-oai-hss-0: 15:03:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtk8.6:amd64. unit-oai-hss-0: 15:03:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 15:03:38 DEBUG unit.oai-hss/0.install Unpacking libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-abot-epc-basic-0: 15:03:38 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 15:03:38 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-oai-hss-0: 15:03:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxmu6:amd64. unit-oai-hss-0: 15:03:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxmu6_2%3a1.1.1-1_amd64.deb ... unit-abot-epc-basic-0: 15:03:38 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 15:03:38 DEBUG unit.oai-hss/0.install Unpacking libxmu6:amd64 (2:1.1.1-1) ... unit-abot-epc-basic-0: 15:03:39 DEBUG unit.abot-epc-basic/0.install Setting up libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 15:03:39 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-oai-hss-0: 15:03:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxpm4:amd64. unit-oai-hss-0: 15:03:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 15:03:39 DEBUG unit.oai-hss/0.install Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-abot-epc-basic-0: 15:03:39 DEBUG unit.abot-epc-basic/0.install Setting up aglfn (1.7-3) ... unit-abot-epc-basic-0: 15:03:39 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 15:03:39 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-data (4.6.6-3) ... unit-oai-hss-0: 15:03:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxaw7:amd64. unit-oai-hss-0: 15:03:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxaw7_2%3a1.0.12-1_amd64.deb ... unit-oai-hss-0: 15:03:40 DEBUG unit.oai-hss/0.install Unpacking libxaw7:amd64 (2:1.0.12-1) ... unit-abot-epc-basic-0: 15:03:40 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 15:03:40 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: 15:03:40 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: 15:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 15:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libcgraph6 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 15:03:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-oai-hss-0: 15:03:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-shape0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 15:03:40 DEBUG unit.oai-hss/0.install Unpacking libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 15:03:40 DEBUG unit.abot-epc-basic/0.install Setting up libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 15:03:41 DEBUG unit.abot-epc-basic/0.install Setting up libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 15:03:41 DEBUG unit.abot-epc-basic/0.install Setting up libgvpr2 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 15:03:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcomposite1:amd64. unit-oai-hss-0: 15:03:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-oai-hss-0: 15:03:41 DEBUG unit.oai-hss/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 15:03:41 DEBUG unit.abot-epc-basic/0.install Setting up libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 15:03:41 DEBUG unit.abot-epc-basic/0.install Setting up libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 15:03:42 DEBUG unit.abot-epc-basic/0.install Setting up graphviz (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 15:03:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxinerama1:amd64. unit-oai-hss-0: 15:03:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 15:03:42 DEBUG unit.oai-hss/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 15:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 15:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 15:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libtk8.6:amd64 (8.6.5-1) ... unit-oai-hss-0: 15:03:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrandr2:amd64. unit-oai-hss-0: 15:03:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1~trusty1_amd64.deb ... unit-oai-hss-0: 15:03:42 DEBUG unit.oai-hss/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-abot-epc-basic-0: 15:03:42 DEBUG unit.abot-epc-basic/0.install Setting up libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 15:03:42 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 15:03:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxtst6:amd64. unit-oai-hss-0: 15:03:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 15:03:43 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 15:03:43 DEBUG unit.oai-hss/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 15:03:43 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: 15:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 15:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-oai-hss-0: 15:03:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxv1:amd64. unit-oai-hss-0: 15:03:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-oai-hss-0: 15:03:43 DEBUG unit.oai-hss/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 15:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 15:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 15:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-oai-hss-0: 15:03:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-oai-hss-0: 15:03:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 15:03:43 DEBUG unit.oai-hss/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 15:03:43 DEBUG unit.abot-epc-basic/0.install Setting up libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 15:03:44 DEBUG unit.abot-epc-basic/0.install Setting up libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 15:03:44 DEBUG unit.abot-epc-basic/0.install Setting up pkg-config (0.29.1-0ubuntu1) ... unit-oai-hss-0: 15:03:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-oai-hss-0: 15:03:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-oai-hss-0: 15:03:44 DEBUG unit.oai-hss/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 15:03:44 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 15:03:44 DEBUG unit.abot-epc-basic/0.install Setting up hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 15:03:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package gettext. unit-oai-hss-0: 15:03:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../gettext_0.18.3.1-1ubuntu3.1_amd64.deb ... unit-oai-hss-0: 15:03:45 DEBUG unit.oai-hss/0.install Unpacking gettext (0.18.3.1-1ubuntu3.1) ... unit-abot-epc-basic-0: 15:03:45 DEBUG unit.abot-epc-basic/0.install Setting up icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 15:03:45 DEBUG unit.abot-epc-basic/0.install Setting up iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 15:03:45 DEBUG unit.abot-epc-basic/0.install Setting up iproute (1:4.3.0-1ubuntu3.16.04.4) ... unit-oai-hss-0: 15:03:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package intltool-debian. unit-abot-epc-basic-0: 15:03:45 DEBUG unit.abot-epc-basic/0.install Setting up iptables-dev (1.6.0-2ubuntu3) ... unit-oai-hss-0: 15:03:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ... unit-oai-hss-0: 15:03:45 DEBUG unit.oai-hss/0.install Unpacking intltool-debian (0.35.0+20060710.1) ... unit-abot-epc-basic-0: 15:03:45 DEBUG unit.abot-epc-basic/0.install Setting up javascript-common (11) ... unit-oai-hss-0: 15:03:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package po-debconf. unit-oai-hss-0: 15:03:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../po-debconf_1.0.16+nmu2ubuntu1_all.deb ... unit-oai-hss-0: 15:03:45 DEBUG unit.oai-hss/0.install Unpacking po-debconf (1.0.16+nmu2ubuntu1) ... unit-abot-epc-basic-0: 15:03:46 DEBUG unit.abot-epc-basic/0.install apache2_invoke: Enable configuration javascript-common unit-oai-hss-0: 15:03:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package dh-apparmor. unit-oai-hss-0: 15:03:46 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: 15:03:46 DEBUG unit.oai-hss/0.install Unpacking dh-apparmor (2.10.95-0ubuntu2.6~14.04.4) ... unit-oai-hss-0: 15:03:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package debhelper. unit-oai-hss-0: 15:03:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../debhelper_9.20131227ubuntu1_all.deb ... unit-oai-hss-0: 15:03:46 DEBUG unit.oai-hss/0.install Unpacking debhelper (9.20131227ubuntu1) ... unit-abot-epc-basic-0: 15:03:46 DEBUG unit.abot-epc-basic/0.install Setting up libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 15:03:46 DEBUG unit.abot-epc-basic/0.install Setting up libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 15:03:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package comerr-dev. unit-abot-epc-basic-0: 15:03:46 DEBUG unit.abot-epc-basic/0.install Setting up libamd2.4.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 15:03:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../comerr-dev_2.1-1.42.9-3ubuntu1.3_amd64.deb ... unit-oai-hss-0: 15:03:46 DEBUG unit.oai-hss/0.install Unpacking comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-abot-epc-basic-0: 15:03:46 DEBUG unit.abot-epc-basic/0.install Setting up libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 15:03:47 DEBUG unit.abot-epc-basic/0.install Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3.1) ... unit-oai-hss-0: 15:03:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package krb5-multidev. unit-oai-hss-0: 15:03:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../krb5-multidev_1.12+dfsg-2ubuntu5.4_amd64.deb ... unit-oai-hss-0: 15:03:47 DEBUG unit.oai-hss/0.install Unpacking krb5-multidev (1.12+dfsg-2ubuntu5.4) ... unit-abot-epc-basic-0: 15:03:47 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-bin (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 15:03:47 DEBUG unit.abot-epc-basic/0.install Setting up libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 15:03:48 DEBUG unit.abot-epc-basic/0.install Setting up libpcre3-dev:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 15:03:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-oai-hss-0: 15:03:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasprintf-dev_0.18.3.1-1ubuntu3.1_amd64.deb ... unit-oai-hss-0: 15:03:48 DEBUG unit.oai-hss/0.install Unpacking libasprintf-dev:amd64 (0.18.3.1-1ubuntu3.1) ... unit-abot-epc-basic-0: 15:03:48 DEBUG unit.abot-epc-basic/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 15:03:48 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-dev (2.48.2-0ubuntu4.1) ... unit-oai-hss-0: 15:03:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-oai-hss-0: 15:03:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo-dev_0.18.3.1-1ubuntu3.1_amd64.deb ... unit-oai-hss-0: 15:03:48 DEBUG unit.oai-hss/0.install Unpacking libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3.1) ... unit-abot-epc-basic-0: 15:03:48 DEBUG unit.abot-epc-basic/0.install Setting up libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 15:03:49 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xext-dev (7.3.0-1) ... unit-oai-hss-0: 15:03:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-oai-hss-0: 15:03:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsys-hostname-long-perl_1.4-3_all.deb ... unit-oai-hss-0: 15:03:49 DEBUG unit.oai-hss/0.install Unpacking libsys-hostname-long-perl (1.4-3) ... unit-abot-epc-basic-0: 15:03:49 DEBUG unit.abot-epc-basic/0.install Setting up libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 15:03:49 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-oai-hss-0: 15:03:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmail-sendmail-perl. unit-oai-hss-0: 15:03:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-abot-epc-basic-0: 15:03:49 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes-dev:amd64 (1:5.0.1-2) ... unit-oai-hss-0: 15:03:49 DEBUG unit.oai-hss/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 15:03:49 DEBUG unit.abot-epc-basic/0.install Setting up libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 15:03:49 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-record-dev (1.14.2-1) ... unit-oai-hss-0: 15:03:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq5. unit-oai-hss-0: 15:03:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq5_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-abot-epc-basic-0: 15:03:50 DEBUG unit.abot-epc-basic/0.install Setting up libxtst-dev:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 15:03:50 DEBUG unit.oai-hss/0.install Unpacking libpq5 (9.3.24-0ubuntu0.14.04) ... unit-abot-epc-basic-0: 15:03:50 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 15:03:50 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-oai-hss-0: 15:03:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq-dev. unit-oai-hss-0: 15:03:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq-dev_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 15:03:50 DEBUG unit.oai-hss/0.install Unpacking libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-abot-epc-basic-0: 15:03:50 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-dev (2.18.0-1) ... unit-oai-hss-0: 15:03:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython-dev:amd64. unit-oai-hss-0: 15:03:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 15:03:50 DEBUG unit.abot-epc-basic/0.install Setting up libblas-dev (3.6.0-2ubuntu2) ... unit-oai-hss-0: 15:03:50 DEBUG unit.oai-hss/0.install Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-abot-epc-basic-0: 15:03:50 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: 15:03:51 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 15:03:51 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 15:03:51 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: 15:03:51 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/atlas-base/atlas/liblapack.so to provide /usr/lib/liblapack.so (liblapack.so) in auto mode unit-oai-hss-0: 15:03:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libutempter0. unit-oai-hss-0: 15:03:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libutempter0_1.1.5-4build1_amd64.deb ... unit-abot-epc-basic-0: 15:03:51 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-oai-hss-0: 15:03:51 DEBUG unit.oai-hss/0.install Unpacking libutempter0 (1.1.5-4build1) ... unit-abot-epc-basic-0: 15:03:51 DEBUG unit.abot-epc-basic/0.install Setting up libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 15:03:51 DEBUG unit.abot-epc-basic/0.install Setting up libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-oai-hss-0: 15:03:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxml2-dev:amd64. unit-oai-hss-0: 15:03:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... unit-oai-hss-0: 15:03:51 DEBUG unit.oai-hss/0.install Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-abot-epc-basic-0: 15:03:51 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 15:03:51 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 15:03:52 DEBUG unit.abot-epc-basic/0.install Setting up libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-oai-hss-0: 15:03:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial-common. unit-oai-hss-0: 15:03:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial-common_2.8.2-1ubuntu1.4_all.deb ... unit-oai-hss-0: 15:03:52 DEBUG unit.oai-hss/0.install Unpacking mercurial-common (2.8.2-1ubuntu1.4) ... unit-abot-epc-basic-0: 15:03:52 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 15:03:52 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:03:53 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 15:03:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial. unit-oai-hss-0: 15:03:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial_2.8.2-1ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 15:03:53 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2-dev (1.14.6-1) ... unit-oai-hss-0: 15:03:53 DEBUG unit.oai-hss/0.install Unpacking mercurial (2.8.2-1ubuntu1.4) ... unit-abot-epc-basic-0: 15:03:53 DEBUG unit.abot-epc-basic/0.install Setting up libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 15:03:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package python2.7-dev. unit-oai-hss-0: 15:03:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ... unit-oai-hss-0: 15:03:53 DEBUG unit.oai-hss/0.install Unpacking python2.7-dev (2.7.6-8ubuntu0.5) ... unit-abot-epc-basic-0: 15:03:53 DEBUG unit.abot-epc-basic/0.install Setting up libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 15:03:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-dev. unit-oai-hss-0: 15:03:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 15:03:53 DEBUG unit.abot-epc-basic/0.install Setting up libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 15:03:53 DEBUG unit.oai-hss/0.install Unpacking python-dev (2.7.5-5ubuntu3) ... unit-abot-epc-basic-0: 15:03:53 DEBUG unit.abot-epc-basic/0.install Setting up libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 15:03:54 DEBUG unit.abot-epc-basic/0.install Setting up libconfig9:amd64 (1.5-0.2) ... unit-oai-hss-0: 15:03:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package ssl-cert. unit-oai-hss-0: 15:03:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../ssl-cert_1.0.33_all.deb ... unit-oai-hss-0: 15:03:54 DEBUG unit.oai-hss/0.install Unpacking ssl-cert (1.0.33) ... unit-abot-epc-basic-0: 15:03:54 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 15:03:54 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-doc (1.5-0.2) ... unit-oai-hss-0: 15:03:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig2.0. unit-oai-hss-0: 15:03:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig2.0_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 15:03:54 DEBUG unit.oai-hss/0.install Unpacking swig2.0 (2.0.11-1ubuntu2) ... unit-abot-epc-basic-0: 15:03:54 DEBUG unit.abot-epc-basic/0.install Setting up libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 15:03:54 DEBUG unit.abot-epc-basic/0.install Setting up libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 15:03:55 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 15:03:55 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-dri2-dev (2.8-2) ... unit-oai-hss-0: 15:03:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig. unit-oai-hss-0: 15:03:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 15:03:55 DEBUG unit.oai-hss/0.install Unpacking swig (2.0.11-1ubuntu2) ... unit-abot-epc-basic-0: 15:03:55 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 15:03:55 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xf86vidmode-dev (2.3.1-2) ... unit-oai-hss-0: 15:03:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl8.6. unit-oai-hss-0: 15:03:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:03:55 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 15:03:55 DEBUG unit.oai-hss/0.install Unpacking tcl8.6 (8.6.1-4ubuntu1) ... unit-abot-epc-basic-0: 15:03:55 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 15:03:56 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage-dev:amd64 (1:1.1.4-2) ... unit-oai-hss-0: 15:03:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl. unit-oai-hss-0: 15:03:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 15:03:56 DEBUG unit.oai-hss/0.install Unpacking tcl (8.6.0+6ubuntu3) ... unit-abot-epc-basic-0: 15:03:56 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:03:56 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:03:56 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 15:03:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk8.6. unit-oai-hss-0: 15:03:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 15:03:56 DEBUG unit.oai-hss/0.install Unpacking tk8.6 (8.6.1-3ubuntu2) ... unit-abot-epc-basic-0: 15:03:56 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:03:56 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:03:57 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 15:03:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk. unit-oai-hss-0: 15:03:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 15:03:57 DEBUG unit.oai-hss/0.install Unpacking tk (8.6.0+6ubuntu3) ... unit-abot-epc-basic-0: 15:03:57 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:03:57 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 15:03:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-utils. unit-oai-hss-0: 15:03:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-utils_7.7+1_amd64.deb ... unit-abot-epc-basic-0: 15:03:57 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence-dev:amd64 (1.2-1) ... unit-oai-hss-0: 15:03:57 DEBUG unit.oai-hss/0.install Unpacking x11-utils (7.7+1) ... unit-abot-epc-basic-0: 15:03:57 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 15:03:57 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 15:03:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package xbitmaps. unit-oai-hss-0: 15:03:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-oai-hss-0: 15:03:58 DEBUG unit.oai-hss/0.install Unpacking xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 15:03:58 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 15:03:58 DEBUG unit.abot-epc-basic/0.install Setting up libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 15:03:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package xterm. unit-oai-hss-0: 15:03:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../xterm_297-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 15:03:58 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 15:03:58 DEBUG unit.oai-hss/0.install Unpacking xterm (297-1ubuntu1) ... unit-abot-epc-basic-0: 15:03:58 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 15:03:58 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-dev (0.5.0-1ubuntu2.1) ... unit-oai-hss-0: 15:03:58 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 15:03:58 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: 15:03:59 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 15:03:59 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: 15:03:59 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: 15:03:59 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: 15:03:59 DEBUG unit.abot-epc-basic/0.install Setting up libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 15:04:00 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 15:04:00 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 15:04:00 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 15:04:01 DEBUG unit.abot-epc-basic/0.install Setting up libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 15:04:01 DEBUG unit.abot-epc-basic/0.install Setting up libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 15:04:01 DEBUG unit.abot-epc-basic/0.install Setting up liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 15:04:01 DEBUG unit.abot-epc-basic/0.install Setting up libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 15:04:01 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 15:04:01 DEBUG unit.abot-epc-basic/0.install Setting up libfile-listing-perl (6.04-1) ... unit-abot-epc-basic-0: 15:04:02 DEBUG unit.abot-epc-basic/0.install Setting up libfile-mimeinfo-perl (0.27-1) ... unit-oai-hss-0: 15:04:02 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-abot-epc-basic-0: 15:04:02 DEBUG unit.abot-epc-basic/0.install Setting up libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 15:04:02 DEBUG unit.abot-epc-basic/0.install Setting up libfltk-gl1.3:amd64 (1.3.3-7) ... unit-oai-hss-0: 15:04:02 DEBUG unit.oai-hss/0.install Processing triggers for mime-support (3.54ubuntu1.1) ... unit-abot-epc-basic-0: 15:04:02 DEBUG unit.abot-epc-basic/0.install Setting up libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 15:04:02 DEBUG unit.abot-epc-basic/0.install Setting up libfontenc1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 15:04:02 DEBUG unit.oai-hss/0.install Setting up libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-abot-epc-basic-0: 15:04:02 DEBUG unit.abot-epc-basic/0.install Setting up libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 15:04:03 DEBUG unit.abot-epc-basic/0.install Setting up libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 15:04:03 DEBUG unit.abot-epc-basic/0.install Setting up libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-oai-hss-0: 15:04:03 DEBUG unit.oai-hss/0.install Setting up libpciaccess0:amd64 (0.13.2-1) ... unit-abot-epc-basic-0: 15:04:03 DEBUG unit.abot-epc-basic/0.install Setting up libforms-dev (1.2.3-1.2) ... unit-abot-epc-basic-0: 15:04:03 DEBUG unit.abot-epc-basic/0.install Setting up libgpg-error-dev (1.21-2ubuntu1) ... unit-oai-hss-0: 15:04:03 DEBUG unit.oai-hss/0.install Setting up libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-abot-epc-basic-0: 15:04:03 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 15:04:04 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-oai-hss-0: 15:04:04 DEBUG unit.oai-hss/0.install Setting up libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-abot-epc-basic-0: 15:04:04 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 15:04:04 DEBUG unit.oai-hss/0.install Setting up libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-abot-epc-basic-0: 15:04:04 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3.1) ... unit-oai-hss-0: 15:04:04 DEBUG unit.oai-hss/0.install Setting up libfontenc1:amd64 (1:1.1.2-1) ... unit-abot-epc-basic-0: 15:04:04 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 15:04:04 DEBUG unit.abot-epc-basic/0.install Setting up libgl2ps0 (1.3.8-1.2) ... unit-oai-hss-0: 15:04:04 DEBUG unit.oai-hss/0.install Setting up libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-abot-epc-basic-0: 15:04:04 DEBUG unit.abot-epc-basic/0.install Setting up libglpk36:amd64 (4.57-1build3) ... unit-oai-hss-0: 15:04:05 DEBUG unit.oai-hss/0.install Setting up libgettextpo0:amd64 (0.18.3.1-1ubuntu3.1) ... unit-abot-epc-basic-0: 15:04:05 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-l10n (2.5.9-3) ... unit-oai-hss-0: 15:04:05 DEBUG unit.oai-hss/0.install Setting up libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-abot-epc-basic-0: 15:04:05 DEBUG unit.abot-epc-basic/0.install Setting up libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 15:04:05 DEBUG unit.abot-epc-basic/0.install Setting up libwebp5:amd64 (0.4.4-1) ... unit-oai-hss-0: 15:04:05 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-abot-epc-basic-0: 15:04:05 DEBUG unit.abot-epc-basic/0.install Setting up libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-oai-hss-0: 15:04:05 DEBUG unit.oai-hss/0.install Setting up libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-abot-epc-basic-0: 15:04:05 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick-q16-3 (1.3.23-1ubuntu0.1) ... unit-abot-epc-basic-0: 15:04:06 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick++-q16-12 (1.3.23-1ubuntu0.1) ... unit-oai-hss-0: 15:04:06 DEBUG unit.oai-hss/0.install Setting up libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-abot-epc-basic-0: 15:04:06 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 15:04:06 DEBUG unit.oai-hss/0.install Setting up libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 15:04:06 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 15:04:06 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 15:04:06 DEBUG unit.oai-hss/0.install Setting up libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 15:04:06 DEBUG unit.abot-epc-basic/0.install Setting up libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 15:04:06 DEBUG unit.abot-epc-basic/0.install Setting up libpango1.0-dev (1.38.1-1) ... unit-oai-hss-0: 15:04:06 DEBUG unit.oai-hss/0.install Setting up libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 15:04:06 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xinerama-dev (1.2.1-2) ... unit-oai-hss-0: 15:04:07 DEBUG unit.oai-hss/0.install Setting up libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 15:04:07 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 15:04:07 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-randr-dev (1.5.0-1) ... unit-oai-hss-0: 15:04:07 DEBUG unit.oai-hss/0.install Setting up libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 15:04:07 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr-dev:amd64 (2:1.5.0-1) ... unit-oai-hss-0: 15:04:07 DEBUG unit.oai-hss/0.install Setting up libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-abot-epc-basic-0: 15:04:07 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: 15:04:07 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-composite-dev (1:0.4.2-2) ... unit-oai-hss-0: 15:04:07 DEBUG unit.oai-hss/0.install Setting up libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-abot-epc-basic-0: 15:04:07 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 15:04:08 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 15:04:08 DEBUG unit.oai-hss/0.install Setting up libxshmfence1:amd64 (1.1-2) ... unit-abot-epc-basic-0: 15:04:08 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 15:04:08 DEBUG unit.abot-epc-basic/0.install Setting up libsz2:amd64 (0.3.2-1) ... unit-oai-hss-0: 15:04:08 DEBUG unit.oai-hss/0.install Setting up libxxf86vm1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 15:04:08 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 15:04:08 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-abot-epc-basic-0: 15:04:08 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 15:04:08 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-abot-epc-basic-0: 15:04:08 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-oai-hss-0: 15:04:09 DEBUG unit.oai-hss/0.install Setting up libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.4) ... unit-abot-epc-basic-0: 15:04:09 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 15:04:09 DEBUG unit.oai-hss/0.install Setting up libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.4) ... unit-abot-epc-basic-0: 15:04:09 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 15:04:09 DEBUG unit.abot-epc-basic/0.install Setting up libaec-dev:amd64 (0.3.2-1) ... unit-oai-hss-0: 15:04:09 DEBUG unit.oai-hss/0.install Setting up libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.4) ... unit-abot-epc-basic-0: 15:04:09 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 15:04:09 DEBUG unit.oai-hss/0.install Setting up libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.4) ... unit-abot-epc-basic-0: 15:04:09 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: 15:04:09 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tagset-perl (3.20-2) ... unit-oai-hss-0: 15:04:09 DEBUG unit.oai-hss/0.install Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-abot-epc-basic-0: 15:04:09 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-parser-perl (3.72-1) ... unit-oai-hss-0: 15:04:10 DEBUG unit.oai-hss/0.install Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... unit-abot-epc-basic-0: 15:04:10 DEBUG unit.abot-epc-basic/0.install Setting up libio-html-perl (1.001-1) ... unit-oai-hss-0: 15:04:10 DEBUG unit.oai-hss/0.install Setting up libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-abot-epc-basic-0: 15:04:10 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-mediatypes-perl (6.02-1) ... unit-oai-hss-0: 15:04:10 DEBUG unit.oai-hss/0.install Setting up libxft2:amd64 (2.3.1-2) ... unit-abot-epc-basic-0: 15:04:10 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-message-perl (6.11-1) ... unit-oai-hss-0: 15:04:10 DEBUG unit.oai-hss/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 15:04:10 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-form-perl (6.03-1) ... unit-oai-hss-0: 15:04:10 DEBUG unit.oai-hss/0.install Setting up libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-abot-epc-basic-0: 15:04:11 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 15:04:11 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-format-perl (2.11-2) ... unit-oai-hss-0: 15:04:11 DEBUG unit.oai-hss/0.install Setting up libxmu6:amd64 (2:1.1.1-1) ... unit-abot-epc-basic-0: 15:04:11 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-cookies-perl (6.01-1) ... unit-oai-hss-0: 15:04:11 DEBUG unit.oai-hss/0.install Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-abot-epc-basic-0: 15:04:11 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 15:04:11 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-negotiate-perl (6.00-2) ... unit-oai-hss-0: 15:04:11 DEBUG unit.oai-hss/0.install Setting up libxaw7:amd64 (2:1.0.12-1) ... unit-abot-epc-basic-0: 15:04:11 DEBUG unit.abot-epc-basic/0.install Setting up libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-oai-hss-0: 15:04:12 DEBUG unit.oai-hss/0.install Setting up libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 15:04:12 DEBUG unit.abot-epc-basic/0.install Setting up libidn11-dev (1.32-3ubuntu1.2) ... unit-oai-hss-0: 15:04:12 DEBUG unit.oai-hss/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 15:04:12 DEBUG unit.abot-epc-basic/0.install Setting up libnet-ssleay-perl (1.72-1build1) ... unit-abot-epc-basic-0: 15:04:12 DEBUG unit.abot-epc-basic/0.install Setting up libio-socket-ssl-perl (2.024-1) ... unit-oai-hss-0: 15:04:12 DEBUG unit.oai-hss/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 15:04:12 DEBUG unit.abot-epc-basic/0.install Setting up libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-oai-hss-0: 15:04:12 DEBUG unit.oai-hss/0.install Setting up libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-abot-epc-basic-0: 15:04:12 DEBUG unit.abot-epc-basic/0.install Setting up libjs-jquery (1.11.3+dfsg-4) ... unit-oai-hss-0: 15:04:12 DEBUG unit.oai-hss/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 15:04:12 DEBUG unit.abot-epc-basic/0.install Setting up libkpathsea6:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 15:04:12 DEBUG unit.abot-epc-basic/0.install Setting up libnet-http-perl (6.09-1) ... unit-oai-hss-0: 15:04:12 DEBUG unit.oai-hss/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 15:04:13 DEBUG unit.abot-epc-basic/0.install Setting up libwww-robotrules-perl (6.01-1) ... unit-oai-hss-0: 15:04:13 DEBUG unit.oai-hss/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 15:04:13 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: 15:04:13 DEBUG unit.abot-epc-basic/0.install Setting up libsys-hostname-long-perl (1.5-1) ... unit-oai-hss-0: 15:04:13 DEBUG unit.oai-hss/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 15:04:13 DEBUG unit.abot-epc-basic/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 15:04:13 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-abot-epc-basic-0: 15:04:13 DEBUG unit.abot-epc-basic/0.install Setting up libnet-smtp-ssl-perl (1.03-1) ... unit-oai-hss-0: 15:04:13 DEBUG unit.oai-hss/0.install Setting up gettext (0.18.3.1-1ubuntu3.1) ... unit-abot-epc-basic-0: 15:04:13 DEBUG unit.abot-epc-basic/0.install Setting up libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 15:04:14 DEBUG unit.abot-epc-basic/0.install Setting up mysql-common (5.7.24-0ubuntu0.16.04.1) ... unit-oai-hss-0: 15:04:14 DEBUG unit.oai-hss/0.install Setting up intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 15:04:14 DEBUG unit.oai-hss/0.install Setting up po-debconf (1.0.16+nmu2ubuntu1) ... unit-abot-epc-basic-0: 15:04:14 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: 15:04:14 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient20:amd64 (5.7.24-0ubuntu0.16.04.1) ... unit-oai-hss-0: 15:04:14 DEBUG unit.oai-hss/0.install Setting up dh-apparmor (2.10.95-0ubuntu2.6~14.04.4) ... unit-abot-epc-basic-0: 15:04:14 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient-dev (5.7.24-0ubuntu0.16.04.1) ... unit-oai-hss-0: 15:04:14 DEBUG unit.oai-hss/0.install Setting up debhelper (9.20131227ubuntu1) ... unit-abot-epc-basic-0: 15:04:14 DEBUG unit.abot-epc-basic/0.install Setting up libglu1-mesa:amd64 (9.0.0-2.1) ... unit-oai-hss-0: 15:04:14 DEBUG unit.oai-hss/0.install Setting up comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-abot-epc-basic-0: 15:04:15 DEBUG unit.abot-epc-basic/0.install Setting up libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 15:04:15 DEBUG unit.oai-hss/0.install Setting up krb5-multidev (1.12+dfsg-2ubuntu5.4) ... unit-abot-epc-basic-0: 15:04:15 DEBUG unit.abot-epc-basic/0.install Setting up liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 15:04:15 DEBUG unit.oai-hss/0.install Setting up libasprintf-dev:amd64 (0.18.3.1-1ubuntu3.1) ... unit-abot-epc-basic-0: 15:04:15 DEBUG unit.abot-epc-basic/0.install Setting up libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-oai-hss-0: 15:04:15 DEBUG unit.oai-hss/0.install Setting up libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3.1) ... unit-abot-epc-basic-0: 15:04:15 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-oai-hss-0: 15:04:15 DEBUG unit.oai-hss/0.install Setting up libsys-hostname-long-perl (1.4-3) ... unit-abot-epc-basic-0: 15:04:15 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-oai-hss-0: 15:04:15 DEBUG unit.oai-hss/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 15:04:15 DEBUG unit.abot-epc-basic/0.install Setting up libplot2c2 (2.6-3ubuntu1) ... unit-oai-hss-0: 15:04:16 DEBUG unit.oai-hss/0.install Setting up libpq5 (9.3.24-0ubuntu0.14.04) ... unit-abot-epc-basic-0: 15:04:16 DEBUG unit.abot-epc-basic/0.install Setting up libpoppler58:amd64 (0.41.0-0ubuntu1.10) ... unit-oai-hss-0: 15:04:16 DEBUG unit.oai-hss/0.install Setting up libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-abot-epc-basic-0: 15:04:16 DEBUG unit.abot-epc-basic/0.install Setting up libportaudio2:amd64 (19+svn20140130-1build1) ... unit-oai-hss-0: 15:04:16 DEBUG unit.oai-hss/0.install Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-abot-epc-basic-0: 15:04:16 DEBUG unit.abot-epc-basic/0.install Setting up libpotrace0 (1.13-2) ... unit-oai-hss-0: 15:04:16 DEBUG unit.oai-hss/0.install Setting up libutempter0 (1.1.5-4build1) ... unit-abot-epc-basic-0: 15:04:16 DEBUG unit.abot-epc-basic/0.install Setting up libpstoedit0c2a (3.70-1ubuntu2) ... unit-oai-hss-0: 15:04:16 DEBUG unit.oai-hss/0.install Creating utempter group... unit-abot-epc-basic-0: 15:04:16 DEBUG unit.abot-epc-basic/0.install Setting up libptexenc1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-oai-hss-0: 15:04:17 DEBUG unit.oai-hss/0.install Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-abot-epc-basic-0: 15:04:17 DEBUG unit.abot-epc-basic/0.install Setting up libqhull7:amd64 (2015.2-1) ... unit-oai-hss-0: 15:04:17 DEBUG unit.oai-hss/0.install Setting up mercurial-common (2.8.2-1ubuntu1.4) ... unit-abot-epc-basic-0: 15:04:17 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 15:04:17 DEBUG unit.abot-epc-basic/0.install Setting up qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 15:04:17 DEBUG unit.abot-epc-basic/0.install Setting up libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 15:04:18 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 15:04:18 DEBUG unit.abot-epc-basic/0.install Setting up libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 15:04:18 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 15:04:18 DEBUG unit.oai-hss/0.install Setting up mercurial (2.8.2-1ubuntu1.4) ... unit-abot-epc-basic-0: 15:04:18 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 15:04:18 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 15:04:18 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:18 DEBUG unit.oai-hss/0.install Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version unit-abot-epc-basic-0: 15:04:18 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 15:04:18 DEBUG unit.oai-hss/0.install Setting up python2.7-dev (2.7.6-8ubuntu0.5) ... unit-abot-epc-basic-0: 15:04:18 DEBUG unit.abot-epc-basic/0.install Setting up qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-oai-hss-0: 15:04:18 DEBUG unit.oai-hss/0.install Setting up python-dev (2.7.5-5ubuntu3) ... unit-abot-epc-basic-0: 15:04:18 DEBUG unit.abot-epc-basic/0.install Setting up qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 15:04:19 DEBUG unit.oai-hss/0.install Setting up ssl-cert (1.0.33) ... unit-abot-epc-basic-0: 15:04:19 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 15:04:19 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 15:04:19 DEBUG unit.abot-epc-basic/0.install Setting up libsctp1:amd64 (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 15:04:19 DEBUG unit.abot-epc-basic/0.install Setting up libsctp-dev (1.0.16+dfsg-3) ... unit-oai-hss-0: 15:04:19 DEBUG unit.oai-hss/0.install Setting up swig2.0 (2.0.11-1ubuntu2) ... unit-abot-epc-basic-0: 15:04:19 DEBUG unit.abot-epc-basic/0.install Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.14) ... unit-oai-hss-0: 15:04:20 DEBUG unit.oai-hss/0.install Setting up swig (2.0.11-1ubuntu2) ... unit-abot-epc-basic-0: 15:04:20 DEBUG unit.abot-epc-basic/0.install Setting up libssl-doc (1.0.2g-1ubuntu4.14) ... unit-oai-hss-0: 15:04:20 DEBUG unit.oai-hss/0.install Setting up tcl8.6 (8.6.1-4ubuntu1) ... unit-abot-epc-basic-0: 15:04:20 DEBUG unit.abot-epc-basic/0.install Setting up libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 15:04:20 DEBUG unit.oai-hss/0.install Setting up tcl (8.6.0+6ubuntu3) ... unit-abot-epc-basic-0: 15:04:20 DEBUG unit.abot-epc-basic/0.install Setting up libsynctex1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-oai-hss-0: 15:04:20 DEBUG unit.oai-hss/0.install Setting up tk8.6 (8.6.1-3ubuntu2) ... unit-abot-epc-basic-0: 15:04:20 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 15:04:20 DEBUG unit.abot-epc-basic/0.install Setting up libtexlua52:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-oai-hss-0: 15:04:20 DEBUG unit.oai-hss/0.install Setting up tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 15:04:20 DEBUG unit.oai-hss/0.install Setting up x11-utils (7.7+1) ... unit-abot-epc-basic-0: 15:04:20 DEBUG unit.abot-epc-basic/0.install Setting up libtexluajit2:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 15:04:20 DEBUG unit.abot-epc-basic/0.install Setting up libtext-unidecode-perl (1.27-1) ... unit-abot-epc-basic-0: 15:04:21 DEBUG unit.abot-epc-basic/0.install Setting up libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 15:04:21 DEBUG unit.abot-epc-basic/0.install Setting up libtool (2.4.6-0.1) ... unit-oai-hss-0: 15:04:21 DEBUG unit.oai-hss/0.install Setting up xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 15:04:21 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-oai-hss-0: 15:04:21 DEBUG unit.oai-hss/0.install Setting up xterm (297-1ubuntu1) ... unit-abot-epc-basic-0: 15:04:21 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-doc (2:1.0.20-1) ... unit-abot-epc-basic-0: 15:04:21 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 15:04:21 DEBUG unit.abot-epc-basic/0.install Setting up libx11-protocol-perl (0.56-7) ... unit-oai-hss-0: 15:04:22 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: 15:04:22 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-abot-epc-basic-0: 15:04:22 DEBUG unit.abot-epc-basic/0.install Setting up libxml-namespacesupport-perl (1.11-1) ... unit-oai-hss-0: 15:04:22 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 15:04:22 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 15:04:22 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-abot-epc-basic-0: 15:04:22 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: 15:04:22 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-oai-hss-0: 15:04:22 DEBUG unit.oai-hss/0.install Downloading 1.2.0 freeDiameter archive unit-oai-hss-0: 15:04:22 DEBUG unit.oai-hss/0.install Cloning into 'freediameter'... unit-abot-epc-basic-0: 15:04:22 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 15:04:22 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 15:04:23 DEBUG unit.abot-epc-basic/0.install Setting up libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-abot-epc-basic-0: 15:04:23 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: 15:04:23 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: 15:04:23 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 15:04:23 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 15:04:23 DEBUG unit.abot-epc-basic/0.install Setting up libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 15:04:23 DEBUG unit.abot-epc-basic/0.install Setting up libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 15:04:23 DEBUG unit.abot-epc-basic/0.install Setting up libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-abot-epc-basic-0: 15:04:24 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: 15:04:24 DEBUG unit.abot-epc-basic/0.install Setting up lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 15:04:24 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: 15:04:24 DEBUG unit.abot-epc-basic/0.install Setting up mscgen (0.20-5) ... unit-abot-epc-basic-0: 15:04:25 DEBUG unit.abot-epc-basic/0.install Setting up libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 15:04:25 DEBUG unit.abot-epc-basic/0.install Setting up texinfo (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 15:04:25 DEBUG unit.abot-epc-basic/0.install Running mktexlsr. This may take some time. ... done. unit-abot-epc-basic-0: 15:04:25 DEBUG unit.abot-epc-basic/0.install Setting up octave-common (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 15:04:25 DEBUG unit.abot-epc-basic/0.install Setting up pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 15:04:25 DEBUG unit.abot-epc-basic/0.install Setting up pydb (1.26-2) ... unit-abot-epc-basic-0: 15:04:25 DEBUG unit.abot-epc-basic/0.install Setting up qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 15:04:25 DEBUG unit.abot-epc-basic/0.install Setting up rubygems-integration (1.10) ... unit-abot-epc-basic-0: 15:04:26 DEBUG unit.abot-epc-basic/0.install Setting up ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 15:04:26 DEBUG unit.abot-epc-basic/0.install Setting up ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 15:04:26 DEBUG unit.abot-epc-basic/0.install Setting up ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 15:04:26 DEBUG unit.abot-epc-basic/0.install Setting up ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 15:04:26 DEBUG unit.abot-epc-basic/0.install Setting up ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 15:04:27 DEBUG unit.abot-epc-basic/0.install Setting up subversion (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 15:04:27 DEBUG unit.abot-epc-basic/0.install Setting up t1utils (1.39-2) ... unit-abot-epc-basic-0: 15:04:27 DEBUG unit.abot-epc-basic/0.install Setting up tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 15:04:27 DEBUG unit.abot-epc-basic/0.install Setting up tcl (8.6.0+9) ... unit-abot-epc-basic-0: 15:04:27 DEBUG unit.abot-epc-basic/0.install Setting up texlive-binaries (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 15:04:27 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: 15:04:27 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: 15:04:28 DEBUG unit.abot-epc-basic/0.install Setting up xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 15:04:28 DEBUG unit.abot-epc-basic/0.install Setting up texlive-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 15:04:28 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to a4. unit-abot-epc-basic-0: 15:04:28 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. unit-abot-epc-basic-0: 15:04:28 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to a4. unit-abot-epc-basic-0: 15:04:29 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to a4. unit-abot-epc-basic-0: 15:04:29 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to letter. unit-abot-epc-basic-0: 15:04:29 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to letter. unit-abot-epc-basic-0: 15:04:29 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to letter. unit-abot-epc-basic-0: 15:04:29 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to letter. unit-abot-epc-basic-0: 15:04:29 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 15:04:30 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 15:04:30 DEBUG unit.abot-epc-basic/0.install Setting up tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 15:04:30 DEBUG unit.abot-epc-basic/0.install Setting up tk (8.6.0+9) ... unit-abot-epc-basic-0: 15:04:30 DEBUG unit.abot-epc-basic/0.install Setting up unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 15:04:31 DEBUG unit.abot-epc-basic/0.install Setting up x11-utils (7.7+3) ... unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- The C compiler identification is GNU 4.8.4 unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- The CXX compiler identification is GNU 4.8.4 unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc -- works unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info - done unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ -- works unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info - done unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for bison unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for bison -- /usr/bin/bison unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for flex unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for flex -- /usr/bin/flex unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for getopt_long unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for getopt_long - found unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs - found unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Check if the system is big endian unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Searching 16 bit integer unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h unit-abot-epc-basic-0: 15:04:31 DEBUG unit.abot-epc-basic/0.install Setting up x11-xserver-utils (7.7+7) ... unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h - found unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for stdint.h unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for stdint.h - found unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for stddef.h unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for stddef.h - found unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Check size of unsigned short unit-abot-epc-basic-0: 15:04:31 DEBUG unit.abot-epc-basic/0.install Setting up xbitmaps (1.1.1-2) ... unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Check size of unsigned short - done unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Using unsigned short unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Check if the system is big endian - little endian unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for ntohll unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for ntohll - not found unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h unit-abot-epc-basic-0: 15:04:31 DEBUG unit.abot-epc-basic/0.install Setting up xmlstarlet (1.6.1-1ubuntu1) ... unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h - found unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for strndup unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for strndup - found unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h unit-abot-epc-basic-0: 15:04:31 DEBUG unit.abot-epc-basic/0.install Setting up xterm (322-1ubuntu1) ... unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h - found unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for pthread_create unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for pthread_create - not found unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads - not found unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread - found unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Found Threads: TRUE unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime - found unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx - not found unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Found SCTP: /usr/lib/x86_64-linux-gnu/libsctp.so unit-oai-hss-0: 15:04:31 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS - Success unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Found IDNA: /usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT - Success unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Found GNUTLS: /usr/lib/libgnutls.so unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Checking GNUTLS version unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls - found unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls - found unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls unit-abot-epc-basic-0: 15:04:32 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-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls - found unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls unit-abot-epc-basic-0: 15:04:32 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls - found unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG unit-abot-epc-basic-0: 15:04:32 DEBUG unit.abot-epc-basic/0.install Setting up zip (3.0-11) ... unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG - found unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait - found unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND - Success unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Configuring done unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdproto/CMakeLists.txt: unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install Target "libfdproto" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -lpthread;/usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -lpthread unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdcore/CMakeLists.txt: unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install Target "libfdcore" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:32 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: 15:04:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Generating done unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install -- Build files have been written to: /tmp/freediameter/build unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install Compiling freeDiameter unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install Scanning dependencies of target version_information unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdproto unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install [ 1%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary.c.o unit-abot-epc-basic-0: 15:04:32 DEBUG unit.abot-epc-basic/0.install Setting up libauthen-sasl-perl (2.1600-1) ... unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install [ 2%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary_functions.c.o unit-abot-epc-basic-0: 15:04:32 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install [ 3%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dispatch.c.o unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install [ 4%] Building C object libfdproto/CMakeFiles/libfdproto.dir/fifo.c.o unit-abot-epc-basic-0: 15:04:32 DEBUG unit.abot-epc-basic/0.install Setting up libffi-dev:amd64 (3.2.1-4) ... unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install [ 5%] Building C object libfdproto/CMakeFiles/libfdproto.dir/init.c.o unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install [ 6%] Building C object libfdproto/CMakeFiles/libfdproto.dir/lists.c.o unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install [ 7%] Building C object libfdproto/CMakeFiles/libfdproto.dir/log.c.o unit-abot-epc-basic-0: 15:04:32 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 15:04:32 DEBUG unit.oai-hss/0.install [ 8%] Building C object libfdproto/CMakeFiles/libfdproto.dir/messages.c.o unit-abot-epc-basic-0: 15:04:33 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 15:04:33 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 15:04:33 DEBUG unit.oai-hss/0.install [ 9%] Building C object libfdproto/CMakeFiles/libfdproto.dir/ostr.c.o unit-abot-epc-basic-0: 15:04:33 DEBUG unit.abot-epc-basic/0.install Setting up libyaml-dev:amd64 (0.1.6-3) ... unit-oai-hss-0: 15:04:33 DEBUG unit.oai-hss/0.install [ 10%] Building C object libfdproto/CMakeFiles/libfdproto.dir/portability.c.o unit-oai-hss-0: 15:04:33 DEBUG unit.oai-hss/0.install [ 11%] Building C object libfdproto/CMakeFiles/libfdproto.dir/rt_data.c.o unit-oai-hss-0: 15:04:33 DEBUG unit.oai-hss/0.install [ 12%] Building C object libfdproto/CMakeFiles/libfdproto.dir/sessions.c.o unit-oai-hss-0: 15:04:33 DEBUG unit.oai-hss/0.install [ 13%] Building C object libfdproto/CMakeFiles/libfdproto.dir/utils.c.o unit-oai-hss-0: 15:04:33 DEBUG unit.oai-hss/0.install [ 14%] Building C object libfdproto/CMakeFiles/libfdproto.dir/version.c.o unit-oai-hss-0: 15:04:33 DEBUG unit.oai-hss/0.install Linking C shared library libfdproto.so unit-oai-hss-0: 15:04:33 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 15:04:33 DEBUG unit.oai-hss/0.install [ 15%] Generating fdd.tab.c, fdd.tab.h unit-oai-hss-0: 15:04:33 DEBUG unit.oai-hss/0.install [ 16%] Generating lex.fdd.c unit-oai-hss-0: 15:04:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdcore unit-oai-hss-0: 15:04:33 DEBUG unit.oai-hss/0.install [ 17%] Building C object libfdcore/CMakeFiles/libfdcore.dir/apps.c.o unit-abot-epc-basic-0: 15:04:33 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 15:04:33 DEBUG unit.oai-hss/0.install [ 18%] Building C object libfdcore/CMakeFiles/libfdcore.dir/config.c.o unit-oai-hss-0: 15:04:33 DEBUG unit.oai-hss/0.install [ 19%] Building C object libfdcore/CMakeFiles/libfdcore.dir/core.c.o unit-abot-epc-basic-0: 15:04:33 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 15:04:33 DEBUG unit.oai-hss/0.install [ 20%] Building C object libfdcore/CMakeFiles/libfdcore.dir/cnxctx.c.o unit-abot-epc-basic-0: 15:04:33 DEBUG unit.abot-epc-basic/0.install Setting up debhelper (9.20160115ubuntu3) ... unit-oai-hss-0: 15:04:33 DEBUG unit.oai-hss/0.install [ 21%] Building C object libfdcore/CMakeFiles/libfdcore.dir/endpoints.c.o unit-oai-hss-0: 15:04:33 DEBUG unit.oai-hss/0.install [ 22%] Building C object libfdcore/CMakeFiles/libfdcore.dir/events.c.o unit-oai-hss-0: 15:04:34 DEBUG unit.oai-hss/0.install [ 23%] Building C object libfdcore/CMakeFiles/libfdcore.dir/extensions.c.o unit-oai-hss-0: 15:04:34 DEBUG unit.oai-hss/0.install [ 25%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fifo_stats.c.o unit-abot-epc-basic-0: 15:04:34 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service (3.2.6-3ubuntu6) ... unit-oai-hss-0: 15:04:34 DEBUG unit.oai-hss/0.install [ 26%] Building C object libfdcore/CMakeFiles/libfdcore.dir/hooks.c.o unit-abot-epc-basic-0: 15:04:34 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 15:04:34 DEBUG unit.oai-hss/0.install [ 27%] Building C object libfdcore/CMakeFiles/libfdcore.dir/dict_base_proto.c.o unit-abot-epc-basic-0: 15:04:34 DEBUG unit.abot-epc-basic/0.install Setting up gtkwave (3.3.66-1) ... unit-oai-hss-0: 15:04:34 DEBUG unit.oai-hss/0.install [ 28%] Building C object libfdcore/CMakeFiles/libfdcore.dir/messages.c.o unit-oai-hss-0: 15:04:34 DEBUG unit.oai-hss/0.install [ 29%] Building C object libfdcore/CMakeFiles/libfdcore.dir/queues.c.o unit-oai-hss-0: 15:04:34 DEBUG unit.oai-hss/0.install [ 30%] Building C object libfdcore/CMakeFiles/libfdcore.dir/peers.c.o unit-abot-epc-basic-0: 15:04:34 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 15:04:34 DEBUG unit.oai-hss/0.install [ 31%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_ce.c.o unit-abot-epc-basic-0: 15:04:34 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-protocol-https-perl (6.06-2) ... unit-oai-hss-0: 15:04:34 DEBUG unit.oai-hss/0.install [ 32%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_cnx.c.o unit-oai-hss-0: 15:04:34 DEBUG unit.oai-hss/0.install [ 33%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dw.c.o unit-abot-epc-basic-0: 15:04:34 DEBUG unit.abot-epc-basic/0.install Setting up libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 15:04:34 DEBUG unit.oai-hss/0.install [ 34%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dp.c.o unit-oai-hss-0: 15:04:34 DEBUG unit.oai-hss/0.install [ 35%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_expiry.c.o unit-oai-hss-0: 15:04:34 DEBUG unit.oai-hss/0.install [ 36%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_out.c.o unit-oai-hss-0: 15:04:34 DEBUG unit.oai-hss/0.install [ 37%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_psm.c.o unit-oai-hss-0: 15:04:34 DEBUG unit.oai-hss/0.install [ 38%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_sr.c.o unit-oai-hss-0: 15:04:35 DEBUG unit.oai-hss/0.install [ 39%] Building C object libfdcore/CMakeFiles/libfdcore.dir/routing_dispatch.c.o unit-abot-epc-basic-0: 15:04:35 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-oai-hss-0: 15:04:35 DEBUG unit.oai-hss/0.install [ 40%] Building C object libfdcore/CMakeFiles/libfdcore.dir/server.c.o unit-oai-hss-0: 15:04:35 DEBUG unit.oai-hss/0.install [ 41%] Building C object libfdcore/CMakeFiles/libfdcore.dir/tcp.c.o unit-abot-epc-basic-0: 15:04:35 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 15:04:35 DEBUG unit.oai-hss/0.install [ 42%] Building C object libfdcore/CMakeFiles/libfdcore.dir/version.c.o unit-oai-hss-0: 15:04:35 DEBUG unit.oai-hss/0.install [ 43%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp.c.o unit-abot-epc-basic-0: 15:04:35 DEBUG unit.abot-epc-basic/0.install Setting up octave (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 15:04:35 DEBUG unit.oai-hss/0.install [ 44%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp3436.c.o unit-oai-hss-0: 15:04:35 DEBUG unit.oai-hss/0.install [ 45%] Building C object libfdcore/CMakeFiles/libfdcore.dir/lex.fdd.c.o unit-abot-epc-basic-0: 15:04:35 DEBUG unit.abot-epc-basic/0.install Setting up octave-control (3.0.0-1) ... unit-oai-hss-0: 15:04:35 DEBUG unit.oai-hss/0.install [ 46%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fdd.tab.c.o unit-abot-epc-basic-0: 15:04:35 DEBUG unit.abot-epc-basic/0.install Setting up octave-signal (1.3.2-1) ... unit-oai-hss-0: 15:04:35 DEBUG unit.oai-hss/0.install Linking C shared library libfdcore.so unit-oai-hss-0: 15:04:35 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 15:04:35 DEBUG unit.oai-hss/0.install Scanning dependencies of target freeDiameterd unit-oai-hss-0: 15:04:35 DEBUG unit.oai-hss/0.install [ 47%] Building C object freeDiameterd/CMakeFiles/freeDiameterd.dir/main.c.o unit-abot-epc-basic-0: 15:04:35 DEBUG unit.abot-epc-basic/0.install Setting up qt-at-spi:amd64 (0.4.0-3) ... unit-oai-hss-0: 15:04:35 DEBUG unit.oai-hss/0.install Linking C executable freeDiameterd unit-oai-hss-0: 15:04:35 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 15:04:35 DEBUG unit.oai-hss/0.install Scanning dependencies of target testcnx unit-oai-hss-0: 15:04:35 DEBUG unit.oai-hss/0.install [ 48%] Building C object tests/CMakeFiles/testcnx.dir/testcnx.c.o unit-abot-epc-basic-0: 15:04:35 DEBUG unit.abot-epc-basic/0.install Setting up rake (10.5.0-2) ... unit-abot-epc-basic-0: 15:04:35 DEBUG unit.abot-epc-basic/0.install Setting up libruby2.3:amd64 (2.3.1-2~16.04.11) ... unit-abot-epc-basic-0: 15:04:36 DEBUG unit.abot-epc-basic/0.install Setting up ruby2.3 (2.3.1-2~16.04.11) ... unit-oai-hss-0: 15:04:36 DEBUG unit.oai-hss/0.install Linking C executable testcnx unit-oai-hss-0: 15:04:36 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 15:04:36 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdict unit-abot-epc-basic-0: 15:04:36 DEBUG unit.abot-epc-basic/0.install Setting up liboctave-dev (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 15:04:36 DEBUG unit.oai-hss/0.install [ 50%] Building C object tests/CMakeFiles/testdict.dir/testdict.c.o unit-oai-hss-0: 15:04:36 DEBUG unit.oai-hss/0.install Linking C executable testdict unit-oai-hss-0: 15:04:36 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 15:04:36 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdisp unit-oai-hss-0: 15:04:36 DEBUG unit.oai-hss/0.install [ 51%] Building C object tests/CMakeFiles/testdisp.dir/testdisp.c.o unit-abot-epc-basic-0: 15:04:36 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 15:04:36 DEBUG unit.abot-epc-basic/0.install Setting up adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 15:04:36 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-oai-hss-0: 15:04:36 DEBUG unit.oai-hss/0.install Linking C executable testdisp unit-abot-epc-basic-0: 15:04:36 DEBUG unit.abot-epc-basic/0.install Setting up dh-strip-nondeterminism (0.015-1) ... unit-oai-hss-0: 15:04:36 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 15:04:36 DEBUG unit.oai-hss/0.install Scanning dependencies of target testfifo unit-oai-hss-0: 15:04:36 DEBUG unit.oai-hss/0.install [ 52%] Building C object tests/CMakeFiles/testfifo.dir/testfifo.c.o unit-abot-epc-basic-0: 15:04:36 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service-backend (3.2.6-3ubuntu6) ... unit-oai-hss-0: 15:04:36 DEBUG unit.oai-hss/0.install Linking C executable testfifo unit-oai-hss-0: 15:04:36 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-abot-epc-basic-0: 15:04:36 DEBUG unit.abot-epc-basic/0.install Setting up libwww-perl (6.15-1) ... unit-oai-hss-0: 15:04:36 DEBUG unit.oai-hss/0.install Scanning dependencies of target testloadext unit-oai-hss-0: 15:04:36 DEBUG unit.oai-hss/0.install [ 53%] Building C object tests/CMakeFiles/testloadext.dir/testloadext.c.o unit-oai-hss-0: 15:04:36 DEBUG unit.oai-hss/0.install Linking C executable testloadext unit-abot-epc-basic-0: 15:04:36 DEBUG unit.abot-epc-basic/0.install Setting up libxml-parser-perl (2.44-1build1) ... unit-oai-hss-0: 15:04:36 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 15:04:36 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg unit-oai-hss-0: 15:04:36 DEBUG unit.oai-hss/0.install [ 54%] Building C object tests/CMakeFiles/testmesg.dir/testmesg.c.o unit-abot-epc-basic-0: 15:04:37 DEBUG unit.abot-epc-basic/0.install Setting up libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 15:04:37 DEBUG unit.abot-epc-basic/0.install Setting up libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 15:04:37 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 15:04:37 DEBUG unit.oai-hss/0.install Linking C executable testmesg unit-oai-hss-0: 15:04:37 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 15:04:37 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg_stress unit-oai-hss-0: 15:04:37 DEBUG unit.oai-hss/0.install [ 55%] Building C object tests/CMakeFiles/testmesg_stress.dir/testmesg_stress.c.o unit-abot-epc-basic-0: 15:04:37 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 15:04:37 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: 15:04:37 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-oai-hss-0: 15:04:37 DEBUG unit.oai-hss/0.install Linking C executable testmesg_stress unit-oai-hss-0: 15:04:37 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 15:04:37 DEBUG unit.oai-hss/0.install Scanning dependencies of target testostr unit-oai-hss-0: 15:04:37 DEBUG unit.oai-hss/0.install [ 56%] Building C object tests/CMakeFiles/testostr.dir/testostr.c.o unit-oai-hss-0: 15:04:37 DEBUG unit.oai-hss/0.install Linking C executable testostr unit-abot-epc-basic-0: 15:04:37 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-oai-hss-0: 15:04:37 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 15:04:37 DEBUG unit.oai-hss/0.install Scanning dependencies of target testpeers unit-oai-hss-0: 15:04:37 DEBUG unit.oai-hss/0.install [ 57%] Building C object tests/CMakeFiles/testpeers.dir/testpeers.c.o unit-oai-hss-0: 15:04:37 DEBUG unit.oai-hss/0.install Linking C executable testpeers unit-oai-hss-0: 15:04:37 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 15:04:37 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsctp unit-abot-epc-basic-0: 15:04:37 DEBUG unit.abot-epc-basic/0.install Setting up ruby (1:2.3.0+1) ... unit-oai-hss-0: 15:04:37 DEBUG unit.oai-hss/0.install [ 58%] Building C object tests/CMakeFiles/testsctp.dir/testsctp.c.o unit-oai-hss-0: 15:04:38 DEBUG unit.oai-hss/0.install Linking C executable testsctp unit-abot-epc-basic-0: 15:04:38 DEBUG unit.abot-epc-basic/0.install Setting up humanity-icon-theme (0.6.10.1) ... unit-oai-hss-0: 15:04:38 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 15:04:38 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsess unit-oai-hss-0: 15:04:38 DEBUG unit.oai-hss/0.install [ 59%] Building C object tests/CMakeFiles/testsess.dir/testsess.c.o unit-oai-hss-0: 15:04:38 DEBUG unit.oai-hss/0.install Linking C executable testsess unit-oai-hss-0: 15:04:38 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 15:04:38 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_s6a unit-oai-hss-0: 15:04:38 DEBUG unit.oai-hss/0.install [ 60%] Building C object extensions/dict_s6a/CMakeFiles/dict_s6a.dir/dict_s6a.c.o unit-abot-epc-basic-0: 15:04:38 DEBUG unit.abot-epc-basic/0.install Setting up ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 15:04:38 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 15:04:38 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_s6a.fdx unit-oai-hss-0: 15:04:38 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 15:04:38 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nasreq unit-oai-hss-0: 15:04:38 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: 15:04:38 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nasreq.fdx unit-abot-epc-basic-0: 15:04:38 DEBUG unit.abot-epc-basic/0.install Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 15:04:38 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 15:04:38 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_eap unit-oai-hss-0: 15:04:38 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: 15:04:38 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_eap.fdx unit-abot-epc-basic-0: 15:04:38 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-oai-hss-0: 15:04:38 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 15:04:38 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca unit-oai-hss-0: 15:04:38 DEBUG unit.oai-hss/0.install [ 63%] Building C object extensions/dict_dcca/CMakeFiles/dict_dcca.dir/dict_dcca.c.o unit-abot-epc-basic-0: 15:04:38 DEBUG unit.abot-epc-basic/0.install Processing triggers for tex-common (6.04ubuntu1) ... unit-oai-hss-0: 15:04:39 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca.fdx unit-oai-hss-0: 15:04:39 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 15:04:39 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_3gpp unit-oai-hss-0: 15:04:39 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-abot-epc-basic-0: 15:04:39 DEBUG unit.abot-epc-basic/0.install Running updmap-sys. This may take some time... done. unit-abot-epc-basic-0: 15:04:39 DEBUG unit.abot-epc-basic/0.install Running mktexlsr /var/lib/texmf ... done. unit-abot-epc-basic-0: 15:04:39 DEBUG unit.abot-epc-basic/0.install Building format(s) --all. unit-oai-hss-0: 15:04:39 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_3gpp.fdx unit-oai-hss-0: 15:04:39 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 15:04:39 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_starent unit-oai-hss-0: 15:04:39 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: 15:04:39 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_starent.fdx unit-oai-hss-0: 15:04:39 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 15:04:39 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_sip unit-oai-hss-0: 15:04:39 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: 15:04:39 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_sip.fdx unit-oai-hss-0: 15:04:39 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 15:04:39 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6a unit-oai-hss-0: 15:04:39 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: 15:04:39 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6a.fdx unit-oai-hss-0: 15:04:39 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 15:04:39 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6i unit-oai-hss-0: 15:04:40 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: 15:04:40 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6i.fdx unit-oai-hss-0: 15:04:40 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 15:04:40 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nas_mipv6 unit-oai-hss-0: 15:04:40 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: 15:04:40 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nas_mipv6.fdx unit-oai-hss-0: 15:04:40 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 15:04:40 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_rfc5777 unit-oai-hss-0: 15:04:40 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: 15:04:40 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_rfc5777.fdx unit-oai-hss-0: 15:04:40 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 15:04:40 DEBUG unit.oai-hss/0.install [ 71%] Generating rtd_conf.tab.c, rtd_conf.tab.h unit-oai-hss-0: 15:04:40 DEBUG unit.oai-hss/0.install [ 72%] Generating lex.rtd_conf.c unit-oai-hss-0: 15:04:40 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_default unit-oai-hss-0: 15:04:40 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: 15:04:40 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: 15:04:40 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: 15:04:40 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: 15:04:40 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_default.fdx unit-oai-hss-0: 15:04:40 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 15:04:40 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_redirect unit-oai-hss-0: 15:04:40 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: 15:04:40 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: 15:04:40 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: 15:04:40 DEBUG unit.oai-hss/0.install [ 81%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_fwd.c.o unit-abot-epc-basic-0: 15:04:40 DEBUG unit.abot-epc-basic/0.install This may take some time... done. unit-oai-hss-0: 15:04:40 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: 15:04:40 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_redirect.fdx unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install [ 83%] Generating rtbusy_conf.tab.c, rtbusy_conf.tab.h unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install [ 84%] Generating lex.rtbusy_conf.c unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_busypeers unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install [ 85%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy.c.o unit-oai-hss-0: 15:04:41 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: 15:04:41 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: 15:04:41 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_busypeers.fdx unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_ignore_dh unit-oai-hss-0: 15:04:41 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: 15:04:41 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_ignore_dh.fdx unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_load_balance unit-oai-hss-0: 15:04:41 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: 15:04:41 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_load_balance.fdx unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install [ 90%] Generating aw_conf.tab.c, aw_conf.tab.h unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install [ 91%] Generating lex.aw_conf.c unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install Scanning dependencies of target acl_wl unit-oai-hss-0: 15:04:41 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: 15:04:41 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: 15:04:41 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: 15:04:41 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: 15:04:41 DEBUG unit.oai-hss/0.install Linking C shared module ../acl_wl.fdx unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_monitor unit-oai-hss-0: 15:04:41 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: 15:04:41 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_monitor.fdx unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_timings unit-oai-hss-0: 15:04:41 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-abot-epc-basic-0: 15:04:41 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-d12d01-default-0 unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_timings.fdx unit-abot-epc-basic-0: 15:04:41 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 15:04:41 DEBUG unit.abot-epc-basic/0.install Un-Installing Nettle from sources. The log file for nettle un-installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/nettle_uninstall_log.txt  unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_dumps unit-oai-hss-0: 15:04:41 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: 15:04:41 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_dumps.fdx unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 15:04:41 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_rt unit-oai-hss-0: 15:04:41 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: 15:04:42 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_rt.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Install configuration: "" unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/freeDiameter-host.h unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdproto.h unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdcore.h unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/extension.h unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.1.2.0 unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.6 unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.1.2.0 unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.6 unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/lib/libfdcore.so.1.2.0" unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd-1.2.0 unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/bin/freeDiameterd-1.2.0" unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_s6a.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nasreq.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_eap.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_3gpp.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_starent.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_sip.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6a.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6i.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nas_mipv6.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_rfc5777.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_default.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_redirect.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_busypeers.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_ignore_dh.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_load_balance.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/acl_wl.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_monitor.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_timings.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_dumps.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_rt.fdx unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install python-pexpect-doc unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 15:04:42 DEBUG unit.oai-hss/0.install python-pexpect unit-oai-hss-0: 15:04:43 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 15:04:43 DEBUG unit.oai-hss/0.install Need to get 37.8 kB of archives. unit-oai-hss-0: 15:04:43 DEBUG unit.oai-hss/0.install After this operation, 193 kB of additional disk space will be used. unit-oai-hss-0: 15:04:43 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: 15:04:43 DEBUG unit.oai-hss/0.install Fetched 37.8 kB in 0s (50.3 kB/s) unit-oai-hss-0: 15:04:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-pexpect. unit-oai-hss-0: 15:04:43 DEBUG unit.oai-hss/0.install (Reading database ... 65486 files and directories currently installed.) unit-oai-hss-0: 15:04:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-pexpect_3.1-1ubuntu0.1_all.deb ... unit-oai-hss-0: 15:04:43 DEBUG unit.oai-hss/0.install Unpacking python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 15:04:44 DEBUG unit.oai-hss/0.install Setting up python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 15:04:44 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: 15:04:44 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -d unit-oai-hss-0: 15:04:44 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 15:04:44 DEBUG unit.oai-hss/0.install Compile with debug informations unit-oai-hss-0: 15:04:44 DEBUG unit.oai-hss/0.install mkdir: created directory 'BUILD' unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install git found: /usr/bin/git unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Generating a 1024 bit RSA private key unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install ...................++++++ unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install ...................++++++ unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install writing new private key to 'hss.cakey.pem' unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install ----- unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Generating RSA private key, 1024 bit long modulus unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install ...........................................................++++++ unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install ...........++++++ unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install e is 65537 (0x10001) unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Using configuration from /usr/lib/ssl/openssl.cnf unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Check that the request matches the signature unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Signature ok unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Certificate Details: unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Serial Number: 1 (0x1) unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Validity unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Not Before: Jan 20 15:04:45 2019 GMT unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Not After : Jan 20 15:04:45 2020 GMT unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Subject: unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install countryName = FR unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install stateOrProvinceName = PACA unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install organizationName = Eurecom unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install organizationalUnitName = CM unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install commonName = oai-hss-0.openair4G.eur unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install X509v3 extensions: unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install X509v3 Basic Constraints: unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install CA:FALSE unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Netscape Comment: unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install OpenSSL Generated Certificate unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install X509v3 Subject Key Identifier: unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install E2:5B:59:DC:B8:32:6E:3F:D1:B6:C4:FF:7F:5C:54:47:6B:20:9E:D1 unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install X509v3 Authority Key Identifier: unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install keyid:13:1D:36:88:06:21:F1:78:D9:59:CD:BF:F3:5B:51:2A:76:DE:E3:7F unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Certificate is to be certified until Jan 20 15:04:45 2020 GMT (365 days) unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Write out database with 1 new entries unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Data Base Updated unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install CMake Warning: unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Manually-specified variables were not used by the project: unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install DEBUG unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_access_restriction unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_auc unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_db unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_s6a unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_utils unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install [ 4%] [ 8%] [ 13%] [ 17%] [ 21%] [ 30%] [ 34%] [ 39%] Building C object CMakeFiles/hss_access_restriction.dir/srv/openair-cn/SRC/OAI_HSS/access_restriction/access_restriction.c.o unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install [ 43%] [ 47%] [ 52%] [ 56%] [ 60%] [ 65%] [ 26%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/fx.c.o unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_connector.c.o unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install [ 69%] [ 73%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/kdf.c.o unit-oai-hss-0: 15:04:45 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: 15:04:45 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: 15:04:45 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: 15:04:45 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: 15:04:45 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: 15:04:45 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/rijndael.c.o unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install [ 78%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/sequence_number.c.o unit-oai-hss-0: 15:04:45 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: 15:04:45 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_error.c.o unit-oai-hss-0: 15:04:45 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: 15:04:45 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: 15:04:45 DEBUG unit.oai-hss/0.install [ 82%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_common.c.o unit-oai-hss-0: 15:04:45 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: 15:04:45 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_peers.c.o unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install [ 86%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_purge_ue.c.o unit-oai-hss-0: 15:04:45 DEBUG unit.oai-hss/0.install [ 91%] [ 95%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_subscription_data.c.o unit-oai-hss-0: 15:04:45 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: 15:04:45 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: 15:04:46 DEBUG unit.oai-hss/0.install Linking C static library libhss_access_restriction.a unit-oai-hss-0: 15:04:46 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_access_restriction unit-oai-hss-0: 15:04:46 DEBUG unit.oai-hss/0.install Linking C static library libhss_utils.a unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-d12d01-default-0 unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 15:04:47 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: 15:04:47 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: 15:04:47 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 15:04:47 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: 15:04:47 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 15:04:47 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: 15:04:47 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install lsh-doc unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install nettle-bin nettle-dev unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install Linking C static library libhss_s6a.a unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install [ 95%] Linking C static library libhss_auc.a unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install Built target hss_s6a unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install Linking C static library libhss_db.a unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install [ 95%] [ 95%] Built target hss_auc unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install Built target hss_db unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install Scanning dependencies of target oai_hss unit-oai-hss-0: 15:04:47 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: 15:04:47 DEBUG unit.oai-hss/0.install Linking C executable oai_hss unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install [ 4%] Built target hss_access_restriction unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install [ 26%] Built target hss_auc unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install [ 39%] Built target hss_db unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install [ 82%] Built target hss_s6a unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install -- Install configuration: "RelWithDebInfo" unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/bin/oai_hss unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/etc/oai/hss.conf unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/acl.conf unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install '/srv/openair-cn/BUILD/HSS/BUILD/oai_hss' -> '/usr/local/bin/oai_hss' unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install oai_hss installed unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install + juju-log 'Add oai_hss init script' unit-oai-hss-0: 15:04:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 15:04:47 INFO unit.oai-hss/0.juju-log Add oai_hss init script unit-oai-hss-0: 15:04:47 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: 15:04:47 DEBUG unit.oai-hss/0.install + '[' '!' -f /usr/local/bin/oai_hss ']' unit-oai-hss-0: 15:04:47 DEBUG unit.oai-hss/0.install + status-set blocked 'Waiting for a mysql/db relation to start' unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 15:04:47 DEBUG unit.abot-epc-basic/0.install Need to get 24.5 kB/963 kB of archives. unit-abot-epc-basic-0: 15:04:47 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: 15:04:47 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-oai-hss-0: 15:04:47 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 15:04:48 DEBUG unit.abot-epc-basic/0.install Fetched 24.5 kB in 0s (44.6 kB/s) unit-oai-hss-0: 15:04:48 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 15:04:48 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 15:04:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-bin. unit-abot-epc-basic-0: 15:04:48 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 ... 107971 files and directories currently installed.) unit-abot-epc-basic-0: 15:04:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-bin_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-oai-hss-0: 15:04:48 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 15:04:48 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 15:04:48 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-hss-0: 15:04:48 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-hss-0: 15:04:48 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-abot-epc-basic-0: 15:04:48 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 15:04:48 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-hss-0: 15:04:48 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-hss-0: 15:04:48 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-oai-hss-0: 15:04:48 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-oai-hss-0: 15:04:48 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-hss-0: 15:04:48 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-hss-0: 15:04:48 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 15:04:48 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-hss-0: 15:04:48 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-hss-0: 15:04:48 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-oai-hss-0: 15:04:48 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 15:04:48 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 15:04:48 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-hss-0: 15:04:48 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-oai-hss-0: 15:04:48 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-oai-hss-0: 15:04:48 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-hss-0: 15:04:48 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-hss-0: 15:04:48 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-abot-epc-basic-0: 15:04:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 15:04:48 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: 15:04:48 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 15:04:48 DEBUG unit.oai-hss/0.config-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 15:04:48 DEBUG unit.oai-hss/0.config-changed + set_env_paths unit-oai-hss-0: 15:04:48 DEBUG unit.oai-hss/0.config-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 15:04:48 DEBUG unit.oai-hss/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 15:04:48 DEBUG unit.oai-hss/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 15:04:48 DEBUG unit.oai-hss/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 15:04:48 DEBUG unit.oai-hss/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 15:04:48 DEBUG unit.oai-hss/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 15:04:48 DEBUG unit.oai-hss/0.config-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 15:04:48 DEBUG unit.oai-hss/0.config-changed + hss_exec_name=oai_hss unit-oai-hss-0: 15:04:48 DEBUG unit.oai-hss/0.config-changed + service oai_hss stop unit-oai-hss-0: 15:04:48 DEBUG unit.oai-hss/0.config-changed stop: Unknown instance: unit-oai-hss-0: 15:04:48 DEBUG unit.oai-hss/0.config-changed + true unit-oai-hss-0: 15:04:48 DEBUG unit.oai-hss/0.config-changed ++ config-get branch unit-oai-hss-0: 15:04:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 15:04:48 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.branch unit-oai-hss-0: 15:04:48 DEBUG unit.oai-hss/0.config-changed + '[' v0.3.2 '!=' v0.3.2 ']' unit-oai-hss-0: 15:04:48 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 15:04:49 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 15:04:49 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.realm unit-oai-hss-0: 15:04:49 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: 15:04:49 DEBUG unit.oai-hss/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-hss-0: 15:04:49 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 15:04:49 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 15:04:49 DEBUG unit.oai-hss/0.config-changed + realm=openair4G.eur unit-oai-hss-0: 15:04:49 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 15:04:49 DEBUG unit.oai-hss/0.config-changed ++ hostname unit-oai-hss-0: 15:04:49 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: 15:04:49 DEBUG unit.oai-hss/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-hss-0: 15:04:49 DEBUG unit.oai-hss/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-hss-0: 15:04:49 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 15:04:49 DEBUG unit.oai-hss/0.config-changed + fqdn=oai-hss-0.openair4G.eur unit-oai-hss-0: 15:04:49 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: 15:04:49 DEBUG unit.oai-hss/0.config-changed HSS S6A: Found valid certificate in /usr/etc/freeDiameter unit-oai-hss-0: 15:04:49 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: 15:04:49 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: 15:04:49 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: 15:04:49 DEBUG unit.oai-hss/0.config-changed ++ relation-ids db unit-oai-hss-0: 15:04:49 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 15:04:49 DEBUG unit.oai-hss/0.config-changed + '[' -z '' ']' unit-oai-hss-0: 15:04:49 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: 15:04:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 15:04:49 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: 15:04:49 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: 15:04:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 15:04:49 INFO unit.oai-hss/0.juju-log no db is found, so HSS process is not going to be run unit-oai-hss-0: 15:04:49 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-hss-0: 15:04:49 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-hss-0: 15:04:49 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-oai-hss-0: 15:04:49 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 15:04:49 INFO juju.worker.uniter found queued "start" hook unit-oai-hss-0: 15:04:49 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-hss-0: 15:04:49 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-oai-hss-0: 15:04:49 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-oai-hss-0: 15:04:49 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-hss-0: 15:04:49 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-hss-0: 15:04:49 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 15:04:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-oai-hss-0: 15:04:49 DEBUG unit.oai-hss/0.start + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 15:04:49 DEBUG unit.oai-hss/0.start ++ relation-ids db unit-oai-hss-0: 15:04:49 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 15:04:49 DEBUG unit.oai-hss/0.start + '[' -n '' ']' unit-oai-hss-0: 15:04:49 INFO juju.worker.uniter.operation ran "start" hook unit-oai-hss-0: 15:04:49 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 15:04:49 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-oai-hss-0: 15:04:49 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 15:04:49 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 15:04:49 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-hss-0: 15:04:49 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-abot-epc-basic-0: 15:04:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 15:04:50 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 15:04:50 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{0}] []}} unit-oai-epc-0: 15:04:50 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 15:04:50 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-abot-epc-basic-0: 15:04:50 DEBUG unit.abot-epc-basic/0.install Setting up nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 15:04:50 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-mysql-0: 15:04:50 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[oai-hss/0:{0}] []}} unit-mysql-0: 15:04:50 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 15:04:50 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; oai-hss/0) hook unit-mysql-0: 15:04:50 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 15:04:50 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 15:04:50 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; oai-hss/0) hook" unit-abot-epc-basic-0: 15:04:50 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-mysql-0: 15:04:50 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 15:04:50 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-hss-0: 15:04:50 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; mysql/0) hook unit-oai-hss-0: 15:04:50 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 15:04:50 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 15:04:50 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 15:04:50 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 15:04:50 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-mysql-0: 15:04:51 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 15:04:51 DEBUG worker.uniter.jujuc running hook tool "is-leader" unit-oai-hss-0: 15:04:51 INFO juju.worker.uniter.operation skipped "db-relation-joined" hook (missing) unit-mysql-0: 15:04:51 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-mysql-0: 15:04:51 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-oai-hss-0: 15:04:51 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; mysql/0) hook" unit-mysql-0: 15:04:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 15:04:51 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 15:04:51 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 15:04:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 15:04:51 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 15:04:51 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 15:04:51 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 15:04:51 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-mysql-0: 15:04:51 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 15:04:51 DEBUG unit.mysql/0.juju-log db:1: Using existing password file '/var/lib/mysql/mysql.passwd' unit-oai-hss-0: 15:04:51 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 15:04:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-mysql-0: 15:04:51 DEBUG worker.uniter.jujuc running hook tool "leader-set" unit-oai-hss-0: 15:04:52 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 15:04:52 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 15:04:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-mysql-0: 15:04:52 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 15:04:52 DEBUG unit.oai-hss/0.db-relation-changed + database= unit-oai-hss-0: 15:04:52 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 15:04:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 15:04:52 DEBUG unit.oai-hss/0.db-relation-changed + user= unit-oai-hss-0: 15:04:52 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-mysql-0: 15:04:52 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 15:04:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 15:04:52 DEBUG unit.oai-hss/0.db-relation-changed + password= unit-oai-hss-0: 15:04:52 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-abot-epc-basic-0: 15:04:52 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 15:04:52 DEBUG unit.abot-epc-basic/0.install Un-Installing Gnutls. The log file for Gnutls un-installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/gnutls_uninstall_log.txt  unit-mysql-0: 15:04:52 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 15:04:52 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-mysql-0: 15:04:52 DEBUG unit.mysql/0.db-relation-joined [grant replication client on *.* to `ohzeoxongulahtu` identified by 'aithaisiezoocie'] unit-mysql-0: 15:04:52 DEBUG unit.mysql/0.db-relation-joined [grant all on `oai-hss`.* to `ohzeoxongulahtu` identified by 'aithaisiezoocie'] unit-mysql-0: 15:04:52 DEBUG unit.mysql/0.db-relation-joined ['relation-set', 'database=oai-hss', 'user=ohzeoxongulahtu', 'password=aithaisiezoocie', 'host=192.168.121.10', 'slave=False'] unit-mysql-0: 15:04:52 DEBUG unit.mysql/0.db-relation-joined [create database `oai-hss` character set utf8] unit-oai-hss-0: 15:04:52 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.10 unit-oai-hss-0: 15:04:52 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 15:04:52 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 15:04:52 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 15:04:52 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 15:04:52 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 15:04:52 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 15:04:52 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z '' ']' unit-oai-hss-0: 15:04:52 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Data not sent yet' unit-mysql-0: 15:04:52 INFO juju.worker.uniter.operation ran "db-relation-joined" hook unit-oai-hss-0: 15:04:52 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 15:04:52 INFO unit.oai-hss/0.juju-log db:1: Data not sent yet unit-oai-hss-0: 15:04:52 DEBUG unit.oai-hss/0.db-relation-changed + exit 0 unit-oai-hss-0: 15:04:52 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-mysql-0: 15:04:52 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; oai-hss/0) hook" unit-oai-hss-0: 15:04:52 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[mysql/0:{1}] []}} unit-oai-hss-0: 15:04:52 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-mysql-0: 15:04:52 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 15:04:52 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 15:04:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 15:04:52 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; oai-hss/0) hook unit-mysql-0: 15:04:52 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 15:04:52 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 15:04:52 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; oai-hss/0) hook" unit-oai-hss-0: 15:04:52 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 15:04:52 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 15:04:52 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 15:04:52 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 15:04:52 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 15:04:52 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 15:04:52 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 15:04:53 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-mysql-0: 15:04:53 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 15:04:53 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 15:04:53 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 15:04:53 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + user=ohzeoxongulahtu unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 15:04:53 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + password=aithaisiezoocie unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 15:04:53 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.10 unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-mysql-0: 15:04:53 INFO juju.worker.uniter.operation skipped "db-relation-changed" hook (missing) unit-oai-hss-0: 15:04:53 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 15:04:53 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 192.168.121.10 ohzeoxongulahtu aithaisiezoocie oai-hss unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"192.168.121.10"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"ohzeoxongulahtu"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"aithaisiezoocie"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 15:04:53 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: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 15:04:53 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: 15:04:53 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: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u ohzeoxongulahtu --password=aithaisiezoocie -h 192.168.121.10 oai-hss -e 'show tables;' unit-oai-hss-0: 15:04:53 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u ohzeoxongulahtu --password=aithaisiezoocie -h 192.168.121.10 oai-hss unit-mysql-0: 15:04:53 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 15:04:53 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 15:04:53 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 15:04:53 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 15:04:53 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-mysql-0: 15:04:53 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + /var/lib/juju/agents/unit-oai-hss-0/charm/hooks/start unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 15:04:55 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n db:1 ']' unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Running HSS' unit-oai-hss-0: 15:04:55 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 15:04:55 INFO unit.oai-hss/0.juju-log db:1: Running HSS unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + service oai_hss restart unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed stop: Unknown instance: unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed oai_hss start/running, process 26523 unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_process unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed ++ service oai_hss status unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + IS_RUNNING='oai_hss start/running, process 26523' unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + [[ oai_hss start/running, process 26523 =~ .*running.* ]] unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'OAI HSS is running' unit-oai-hss-0: 15:04:55 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 15:04:55 INFO unit.oai-hss/0.juju-log db:1: OAI HSS is running unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + status=0 unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 1 ']' unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_connection_to_db unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Establishing connection to db' unit-oai-hss-0: 15:04:55 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 15:04:55 INFO unit.oai-hss/0.juju-log db:1: Establishing connection to db unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 15:04:55 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + db_id=db:1 unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r db:1 unit-oai-hss-0: 15:04:55 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-hss-0: 15:04:55 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + db_host=ohzeoxongulahtu unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 15:04:55 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 15:04:56 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c '.*db.*DONE' /srv/.out unit-oai-hss-0: 15:04:56 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 15:04:56 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Connection to db...Established' unit-oai-hss-0: 15:04:56 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 15:04:56 INFO unit.oai-hss/0.juju-log db:1: Connection to db...Established unit-oai-hss-0: 15:04:56 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 15:04:56 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 15:04:56 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_s6a_layer unit-oai-hss-0: 15:04:56 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 15:04:56 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Checking s6a layer initialization' unit-oai-hss-0: 15:04:57 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 15:04:57 INFO unit.oai-hss/0.juju-log db:1: Checking s6a layer initialization unit-oai-hss-0: 15:04:57 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 15:04:57 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 15:04:58 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c 'Core state: 1 -> 2' /srv/.out unit-oai-hss-0: 15:04:58 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 15:04:58 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 's6a layer initialized......HSS ready' unit-oai-hss-0: 15:04:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 15:04:58 INFO unit.oai-hss/0.juju-log db:1: s6a layer initialized......HSS ready unit-oai-hss-0: 15:04:58 DEBUG unit.oai-hss/0.db-relation-changed + status-set active 'OAI HSS is running' unit-oai-hss-0: 15:04:58 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 15:04:58 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 15:04:58 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 15:04:58 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 15:04:58 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 15:04:58 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 15:04:58 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 15:04:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 15:04:58 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 15:04:58 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r hss:2 unit-oai-hss-0: 15:04:58 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 15:04:58 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 15:04:58 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 15:04:58 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n hss:2 ']' unit-oai-hss-0: 15:04:58 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 15:04:58 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 15:04:58 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 15:04:58 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 15:04:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 15:04:58 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 15:04:58 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 mme_in_db=yes unit-oai-hss-0: 15:04:58 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 15:04:58 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 hss_running=yes unit-oai-hss-0: 15:04:58 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 15:04:58 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{1}] []}} unit-oai-epc-0: 15:04:58 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 15:04:58 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 15:04:58 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 15:04:58 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 15:04:58 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 15:04:58 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 15:04:58 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 15:04:59 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-d12d01-default-0 unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 15:05:25 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: 15:05:25 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: 15:05:25 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 15:05:25 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: 15:05:25 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 15:05:25 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: 15:05:25 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install gnutls-doc gnutls-bin guile-gnutls unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 15:05:25 DEBUG unit.abot-epc-basic/0.install libgnutls-dev libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 15:05:26 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 15:05:26 DEBUG unit.abot-epc-basic/0.install Need to get 621 kB of archives. unit-abot-epc-basic-0: 15:05:26 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: 15:05:26 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutlsxx28 amd64 3.4.10-4ubuntu1.4 [13.7 kB] unit-abot-epc-basic-0: 15:05:26 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: 15:05:27 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-abot-epc-basic-0: 15:05:27 DEBUG unit.abot-epc-basic/0.install Fetched 621 kB in 1s (372 kB/s) unit-abot-epc-basic-0: 15:05:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutlsxx28:amd64. unit-abot-epc-basic-0: 15:05:27 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 ... 108080 files and directories currently installed.) unit-abot-epc-basic-0: 15:05:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutlsxx28_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 15:05:28 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 15:05:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libp11-kit-dev:amd64. unit-abot-epc-basic-0: 15:05:28 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: 15:05:28 DEBUG unit.abot-epc-basic/0.install Unpacking libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-abot-epc-basic-0: 15:05:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutls-dev:amd64. unit-abot-epc-basic-0: 15:05:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutls-dev_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 15:05:29 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 15:05:29 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 15:05:30 DEBUG unit.abot-epc-basic/0.install Setting up libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 15:05:30 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: 15:05:30 DEBUG unit.abot-epc-basic/0.install Setting up libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 15:05:31 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 15:05:32 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 15:05:32 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: 15:05:37 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 15:05:37 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 15:05:37 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 15:05:37 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-hss-0: 15:05:37 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-hss-0: 15:05:37 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 15:05:37 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 15:05:37 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 15:05:37 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 15:05:37 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 15:05:37 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 15:05:37 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 15:05:37 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 15:05:37 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 26523' unit-oai-hss-0: 15:05:37 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 26523 =~ .*running.* ]] unit-oai-hss-0: 15:05:37 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 15:05:37 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 15:05:37 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 15:05:37 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 15:05:37 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 15:05:37 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 15:05:37 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 15:05:37 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 15:05:37 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 15:05:37 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-hss-0: 15:05:37 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 15:05:37 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 15:05:57 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-d12d01-default-0 unit-abot-epc-basic-0: 15:05:57 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-d12d01-default-0 unit-abot-epc-basic-0: 15:05:57 DEBUG unit.abot-epc-basic/0.install Cloning into '/opt/ssh'... unit-abot-epc-basic-0: 15:05:57 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 15:05:57 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-epc-0: 15:06:34 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 15:06:34 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-mysql-0: 15:07:17 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 15:07:17 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 15:07:17 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 15:07:17 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 15:07:17 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 15:07:17 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 15:07:17 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 15:07:17 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 15:07:17 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 15:07:17 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 15:07:17 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 15:07:17 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 15:07:29 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 15:07:29 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 15:07:29 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 15:07:29 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 15:07:29 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 15:07:29 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 15:07:29 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 15:07:29 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 15:07:29 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 15:07:29 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 15:07:29 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 15:07:29 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 15:07:29 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 15:07:29 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 15:07:29 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 15:07:29 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 15:07:29 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 15:07:29 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 15:07:29 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 15:07:29 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 15:07:29 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 15:07:29 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 15:07:29 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 15:07:29 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 15:07:29 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 15:07:29 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 15:07:29 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 15:07:30 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 15:07:30 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:07:30 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: 15:07:30 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 15:07:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 15:07:31 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 15:07:31 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-epc-0: 15:07:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 15:07:31 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 15:07:31 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: 15:07:31 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 15:07:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 15:07:31 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-164-generic unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-164-generic unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-164-generic unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 15:07:31 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: 15:07:31 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 15:07:31 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-epc-0: 15:07:32 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 15:07:32 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 15:07:32 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 15:07:32 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: 15:07:32 DEBUG unit.oai-epc/0.install --2019-01-20 15:07:32-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 301 Moved Permanently unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install Location: https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ [following] unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install --2019-01-20 15:07:32-- https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:443... connected. unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install 0K ....... 40.2M=0s unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install 2019-01-20 15:07:32 (40.2 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8049] unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install FINISHED --2019-01-20 15:07:32-- unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install Total wall clock time: 0.8s unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install Downloaded: 1 files, 7.9K in 0s (40.2 MB/s) unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install + dpkg -i 'kernel.ubuntu.com/*/*/*/*deb' unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install dpkg: error processing archive kernel.ubuntu.com/*/*/*/*deb (--install): unit-oai-epc-0: 15:07:32 DEBUG unit.oai-epc/0.install cannot access archive: No such file or directory unit-oai-epc-0: 15:07:33 DEBUG unit.oai-epc/0.install Errors were encountered while processing: unit-oai-epc-0: 15:07:33 DEBUG unit.oai-epc/0.install kernel.ubuntu.com/*/*/*/*deb unit-oai-epc-0: 15:07:33 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-oai-epc-0: 15:07:33 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 15:07:33 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 15:07:33 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 15:07:33 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 15:08:03 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 15:08:03 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-abot-epc-basic-0: 15:08:38 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Installing oaisim >> unit-abot-epc-basic-0: 15:08:38 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Configuring abot-functest-basic >> unit-abot-epc-basic-0: 15:08:38 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 15:08:38 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 15:08:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 15:08:38 INFO unit.abot-epc-basic/0.juju-log ABot Install complete! unit-abot-epc-basic-0: 15:08:38 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 15:08:39 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 15:08:39 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 15:08:39 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-abot-epc-basic-0: 15:08:39 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 15:08:39 DEBUG juju.worker.uniter.operation running operation accept leadership unit-abot-epc-basic-0: 15:08:39 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-abot-epc-basic-0: 15:08:39 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-abot-epc-basic-0: 15:08:39 INFO juju.worker.uniter found queued "leader-elected" hook unit-abot-epc-basic-0: 15:08:39 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-abot-epc-basic-0: 15:08:39 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-abot-epc-basic-0: 15:08:39 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-abot-epc-basic-0: 15:08:39 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-abot-epc-basic-0: 15:08:39 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-abot-epc-basic-0: 15:08:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-abot-epc-basic-0: 15:08:39 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-abot-epc-basic-0: 15:08:39 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-abot-epc-basic-0: 15:08:39 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-abot-epc-basic-0: 15:08:39 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 15:08:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 15:08:39 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-abot-epc-basic-0: 15:08:39 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-abot-epc-basic-0: 15:08:39 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-abot-epc-basic-0: 15:08:39 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-abot-epc-basic-0: 15:08:39 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-abot-epc-basic-0: 15:08:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-abot-epc-basic-0: 15:08:40 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 15:08:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 15:08:40 INFO unit.abot-epc-basic/0.juju-log Installing the tags obtained from config: local-commands unit-abot-epc-basic-0: 15:08:40 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-abot-epc-basic-0: 15:08:40 INFO juju.worker.uniter.operation ran "config-changed" hook unit-abot-epc-basic-0: 15:08:40 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-abot-epc-basic-0: 15:08:40 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-abot-epc-basic-0: 15:08:40 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 15:08:40 INFO juju.worker.uniter found queued "start" hook unit-abot-epc-basic-0: 15:08:40 DEBUG juju.worker.uniter.operation running operation run start hook unit-abot-epc-basic-0: 15:08:40 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-abot-epc-basic-0: 15:08:40 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-abot-epc-basic-0: 15:08:40 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-abot-epc-basic-0: 15:08:40 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-abot-epc-basic-0: 15:08:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /root/.ssh/id_rsa. unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /root/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start SHA256:JPu8wfnotkJvaYuFLNiryRA6ox0ndnsrN4XxB0cE3MY root@juju-d12d01-default-0 unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start | ..=. | unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start | . E | unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start | . .o | unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start | .+. . | unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start |. .+So | unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start |.. o .o=o.. | unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start |= = =.ooBo | unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start |.B *.+=o*= | unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start |. =.o+oO*o. | unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start sudo: unable to resolve host juju-d12d01-default-0 unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /home/ubuntu/.ssh/id_rsa. unit-abot-epc-basic-0: 15:08:40 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: 15:08:40 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start SHA256:i2VEaGO5a7hZbM3haOOiZvluNBcAkpYZpS2aGtQZ2oU ubuntu@juju-d12d01-default-0 unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start |.o*+.. o. | unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start |.=*E= *. | unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start |.= = + o. | unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start |o.. o.. | unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start |+ o BS. | unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start |.. + @++. | unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start |. o @... | unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start | + = . | unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start | o.=o. | unit-abot-epc-basic-0: 15:08:40 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 15:08:40 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 15:08:40 INFO juju.worker.uniter.operation ran "start" hook unit-abot-epc-basic-0: 15:08:40 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-abot-epc-basic-0: 15:08:41 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-abot-epc-basic-0: 15:08:41 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 15:08:41 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 15:08:41 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-abot-epc-basic-0: 15:08:41 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-abot-epc-basic-0: 15:08:41 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-abot-epc-basic-0: 15:08:41 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 15:08:41 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 15:08:41 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 15:08:41 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 15:08:43 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{0}] []}} unit-oai-epc-0: 15:08:43 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 15:08:43 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{0}] []}} unit-oai-epc-0: 15:08:43 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 15:08:53 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 15:08:53 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 15:08:53 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-abot-epc-basic-0: 15:08:53 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-abot-epc-basic-0: 15:08:53 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-abot-epc-basic-0: 15:08:53 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 15:08:53 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-abot-epc-basic-0: 15:08:53 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 15:08:53 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 15:08:53 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-abot-epc-basic-0: 15:08:53 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 15:08:53 DEBUG juju.worker.uniter no operations in progress; waiting for changes 2019-01-20 15:09:00,410 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2019-01-20 15:09:54,614 - 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, 4 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, 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, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 1 machine All hosted models reclaimed, cleaning up controller machines 2019-01-20 15:09:54,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 15:09:54,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 15:09:54,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2307 X-Openstack-Request-Id: req-5f9686ca-1f18-4282-922c-14323947f728 Date: Sun, 20 Jan 2019 15:09:54 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d46499a5bf694e368e98004c7b6df962", "created_at": "2019-01-20T14:51:56Z", "updated_at": "2019-01-20T15:09:25Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 2, "project_id": "d46499a5bf694e368e98004c7b6df962", "port_id": null, "id": "6479183b-6659-459b-a2ce-c4f4ed833498"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d46499a5bf694e368e98004c7b6df962", "created_at": "2019-01-20T14:43:38Z", "updated_at": "2019-01-20T15:09:51Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 2, "project_id": "d46499a5bf694e368e98004c7b6df962", "port_id": null, "id": "751410fb-a97c-4a34-bf0f-0921d75d67ef"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d46499a5bf694e368e98004c7b6df962", "created_at": "2019-01-20T14:56:13Z", "updated_at": "2019-01-20T15:09:36Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": null, "floating_ip_address": "172.30.9.214", "revision_number": 2, "project_id": "d46499a5bf694e368e98004c7b6df962", "port_id": null, "id": "a328d36a-555c-4eba-b64e-3fd82383337f"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d46499a5bf694e368e98004c7b6df962", "created_at": "2019-01-20T14:49:00Z", "updated_at": "2019-01-20T15:09:16Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 2, "project_id": "d46499a5bf694e368e98004c7b6df962", "port_id": null, "id": "a46e7af3-16a0-43d9-9b6b-6339daa8e365"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d46499a5bf694e368e98004c7b6df962", "created_at": "2019-01-20T14:55:40Z", "updated_at": "2019-01-20T15:09:36Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 2, "project_id": "d46499a5bf694e368e98004c7b6df962", "port_id": null, "id": "df605191-f6d1-4ef1-a533-4cb54f4087fb"}]} 2019-01-20 15:09:54,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-5f9686ca-1f18-4282-922c-14323947f728 2019-01-20 15:09:54,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.172533988953s 2019-01-20 15:09:54,792 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-5f9686ca-1f18-4282-922c-14323947f728 2019-01-20 15:09:54,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2019-01-20 15:09:54,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/6479183b-6659-459b-a2ce-c4f4ed833498.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 15:09:55,379 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-db9cd0c1-4045-49d1-91ec-1461c28605b7 Content-Length: 0 Date: Sun, 20 Jan 2019 15:09:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 15:09:55,379 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/6479183b-6659-459b-a2ce-c4f4ed833498.json used request id req-db9cd0c1-4045-49d1-91ec-1461c28605b7 2019-01-20 15:09:55,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.571318149567s 2019-01-20 15:09:55,380 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/6479183b-6659-459b-a2ce-c4f4ed833498.json used request id req-db9cd0c1-4045-49d1-91ec-1461c28605b7 2019-01-20 15:09:55,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 15:09:55,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 15:09:55,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1849 X-Openstack-Request-Id: req-7ac8f363-30b8-45ad-a4a1-d5aa835906be Date: Sun, 20 Jan 2019 15:09:55 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d46499a5bf694e368e98004c7b6df962", "created_at": "2019-01-20T14:43:38Z", "updated_at": "2019-01-20T15:09:51Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": null, "floating_ip_address": "172.30.9.200", "revision_number": 2, "project_id": "d46499a5bf694e368e98004c7b6df962", "port_id": null, "id": "751410fb-a97c-4a34-bf0f-0921d75d67ef"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d46499a5bf694e368e98004c7b6df962", "created_at": "2019-01-20T14:56:13Z", "updated_at": "2019-01-20T15:09:36Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": null, "floating_ip_address": "172.30.9.214", "revision_number": 2, "project_id": "d46499a5bf694e368e98004c7b6df962", "port_id": null, "id": "a328d36a-555c-4eba-b64e-3fd82383337f"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d46499a5bf694e368e98004c7b6df962", "created_at": "2019-01-20T14:49:00Z", "updated_at": "2019-01-20T15:09:16Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 2, "project_id": "d46499a5bf694e368e98004c7b6df962", "port_id": null, "id": "a46e7af3-16a0-43d9-9b6b-6339daa8e365"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d46499a5bf694e368e98004c7b6df962", "created_at": "2019-01-20T14:55:40Z", "updated_at": "2019-01-20T15:09:36Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 2, "project_id": "d46499a5bf694e368e98004c7b6df962", "port_id": null, "id": "df605191-f6d1-4ef1-a533-4cb54f4087fb"}]} 2019-01-20 15:09:55,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-7ac8f363-30b8-45ad-a4a1-d5aa835906be 2019-01-20 15:09:55,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.173397064209s 2019-01-20 15:09:55,560 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-7ac8f363-30b8-45ad-a4a1-d5aa835906be 2019-01-20 15:09:55,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2019-01-20 15:09:55,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/751410fb-a97c-4a34-bf0f-0921d75d67ef.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 15:09:56,119 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-26f55bbd-3055-472f-83bc-e6dc3e869b28 Content-Length: 0 Date: Sun, 20 Jan 2019 15:09:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 15:09:56,119 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/751410fb-a97c-4a34-bf0f-0921d75d67ef.json used request id req-26f55bbd-3055-472f-83bc-e6dc3e869b28 2019-01-20 15:09:56,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.543687105179s 2019-01-20 15:09:56,119 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/751410fb-a97c-4a34-bf0f-0921d75d67ef.json used request id req-26f55bbd-3055-472f-83bc-e6dc3e869b28 2019-01-20 15:09:56,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 15:09:56,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 15:09:56,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-68348b22-5ec0-44fd-9298-c95a4f913a0c Date: Sun, 20 Jan 2019 15:09:56 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d46499a5bf694e368e98004c7b6df962", "created_at": "2019-01-20T14:56:13Z", "updated_at": "2019-01-20T15:09:36Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": null, "floating_ip_address": "172.30.9.214", "revision_number": 2, "project_id": "d46499a5bf694e368e98004c7b6df962", "port_id": null, "id": "a328d36a-555c-4eba-b64e-3fd82383337f"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d46499a5bf694e368e98004c7b6df962", "created_at": "2019-01-20T14:49:00Z", "updated_at": "2019-01-20T15:09:16Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 2, "project_id": "d46499a5bf694e368e98004c7b6df962", "port_id": null, "id": "a46e7af3-16a0-43d9-9b6b-6339daa8e365"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d46499a5bf694e368e98004c7b6df962", "created_at": "2019-01-20T14:55:40Z", "updated_at": "2019-01-20T15:09:36Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 2, "project_id": "d46499a5bf694e368e98004c7b6df962", "port_id": null, "id": "df605191-f6d1-4ef1-a533-4cb54f4087fb"}]} 2019-01-20 15:09:56,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-68348b22-5ec0-44fd-9298-c95a4f913a0c 2019-01-20 15:09:56,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0535609722137s 2019-01-20 15:09:56,179 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-68348b22-5ec0-44fd-9298-c95a4f913a0c 2019-01-20 15:09:56,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2019-01-20 15:09:56,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/a328d36a-555c-4eba-b64e-3fd82383337f.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 15:09:56,734 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e942e743-07a3-4cab-ad3b-2af69aa77607 Content-Length: 0 Date: Sun, 20 Jan 2019 15:09:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 15:09:56,734 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/a328d36a-555c-4eba-b64e-3fd82383337f.json used request id req-e942e743-07a3-4cab-ad3b-2af69aa77607 2019-01-20 15:09:56,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.54235291481s 2019-01-20 15:09:56,734 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/a328d36a-555c-4eba-b64e-3fd82383337f.json used request id req-e942e743-07a3-4cab-ad3b-2af69aa77607 2019-01-20 15:09:56,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 15:09:56,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 15:09:56,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 933 X-Openstack-Request-Id: req-6203880b-fa4c-4305-adf2-4c861eb5c347 Date: Sun, 20 Jan 2019 15:09:56 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d46499a5bf694e368e98004c7b6df962", "created_at": "2019-01-20T14:49:00Z", "updated_at": "2019-01-20T15:09:16Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 2, "project_id": "d46499a5bf694e368e98004c7b6df962", "port_id": null, "id": "a46e7af3-16a0-43d9-9b6b-6339daa8e365"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d46499a5bf694e368e98004c7b6df962", "created_at": "2019-01-20T14:55:40Z", "updated_at": "2019-01-20T15:09:36Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 2, "project_id": "d46499a5bf694e368e98004c7b6df962", "port_id": null, "id": "df605191-f6d1-4ef1-a533-4cb54f4087fb"}]} 2019-01-20 15:09:56,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-6203880b-fa4c-4305-adf2-4c861eb5c347 2019-01-20 15:09:56,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.170423984528s 2019-01-20 15:09:56,911 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-6203880b-fa4c-4305-adf2-4c861eb5c347 2019-01-20 15:09:56,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2019-01-20 15:09:56,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/a46e7af3-16a0-43d9-9b6b-6339daa8e365.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 15:09:57,581 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-84401c26-3360-4584-8ecc-10f685904fc5 Content-Length: 0 Date: Sun, 20 Jan 2019 15:09:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 15:09:57,582 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/a46e7af3-16a0-43d9-9b6b-6339daa8e365.json used request id req-84401c26-3360-4584-8ecc-10f685904fc5 2019-01-20 15:09:57,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.661060094833s 2019-01-20 15:09:57,582 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/a46e7af3-16a0-43d9-9b6b-6339daa8e365.json used request id req-84401c26-3360-4584-8ecc-10f685904fc5 2019-01-20 15:09:57,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 15:09:57,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 15:09:57,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-89f9790e-d5a1-4c60-9e07-25812c4b5456 Date: Sun, 20 Jan 2019 15:09:57 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "d46499a5bf694e368e98004c7b6df962", "created_at": "2019-01-20T14:55:40Z", "updated_at": "2019-01-20T15:09:36Z", "floating_network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 2, "project_id": "d46499a5bf694e368e98004c7b6df962", "port_id": null, "id": "df605191-f6d1-4ef1-a533-4cb54f4087fb"}]} 2019-01-20 15:09:57,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-89f9790e-d5a1-4c60-9e07-25812c4b5456 2019-01-20 15:09:57,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.162601947784s 2019-01-20 15:09:57,752 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-89f9790e-d5a1-4c60-9e07-25812c4b5456 2019-01-20 15:09:57,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2019-01-20 15:09:57,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/df605191-f6d1-4ef1-a533-4cb54f4087fb.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 15:09:58,297 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-186d8c7e-cb93-4f5f-b07f-d76e67f56aa5 Content-Length: 0 Date: Sun, 20 Jan 2019 15:09:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 15:09:58,297 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/df605191-f6d1-4ef1-a533-4cb54f4087fb.json used request id req-186d8c7e-cb93-4f5f-b07f-d76e67f56aa5 2019-01-20 15:09:58,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.538431882858s 2019-01-20 15:09:58,297 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/df605191-f6d1-4ef1-a533-4cb54f4087fb.json used request id req-186d8c7e-cb93-4f5f-b07f-d76e67f56aa5 2019-01-20 15:09:58,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-20 15:09:58,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 15:09:58,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-660422e3-a39a-4f8d-b3c1-8879ebb6cb3e Date: Sun, 20 Jan 2019 15:09:58 GMT RESP BODY: {"floatingips": []} 2019-01-20 15:09:58,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-660422e3-a39a-4f8d-b3c1-8879ebb6cb3e 2019-01-20 15:09:58,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.144226074219s 2019-01-20 15:09:58,447 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-660422e3-a39a-4f8d-b3c1-8879ebb6cb3e 2019-01-20 15:09:58,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-20 15:09:58,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/80128bcd-f773-46bb-bb5d-b7a08e5424eb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 15:10:00,910 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ee07417c-5785-4b34-81a5-f9f6dd9a45af Date: Sun, 20 Jan 2019 15:10:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 15:10:00,911 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/80128bcd-f773-46bb-bb5d-b7a08e5424eb used request id req-ee07417c-5785-4b34-81a5-f9f6dd9a45af 2019-01-20 15:10:00,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.46242713928s 2019-01-20 15:10:00,911 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/80128bcd-f773-46bb-bb5d-b7a08e5424eb used request id req-ee07417c-5785-4b34-81a5-f9f6dd9a45af 2019-01-20 15:10:00,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 15:10:00,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 15:10:01,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa28dc00-724f-41b7-8a8a-a9e104f5d48c x-compute-request-id: req-aa28dc00-724f-41b7-8a8a-a9e104f5d48c Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/292483fc-92ad-4cc5-9401-ad3accfd2176", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/292483fc-92ad-4cc5-9401-ad3accfd2176", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "292483fc-92ad-4cc5-9401-ad3accfd2176", "name": "juju_epc-flavor_9018405b-219b-41c4-95e6-8d5475d93dc8", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/94e18f70-42fd-42bc-9048-0314ece30c1e", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/94e18f70-42fd-42bc-9048-0314ece30c1e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "94e18f70-42fd-42bc-9048-0314ece30c1e", "name": "juju_epc-flavor_alt_9018405b-219b-41c4-95e6-8d5475d93dc8", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 15:10:01,093 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-aa28dc00-724f-41b7-8a8a-a9e104f5d48c 2019-01-20 15:10:01,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.181655883789s 2019-01-20 15:10:01,094 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-aa28dc00-724f-41b7-8a8a-a9e104f5d48c 2019-01-20 15:10:01,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-20 15:10:01,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/94e18f70-42fd-42bc-9048-0314ece30c1e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 15:10:01,148 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 15:10:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4448e013-ee14-48c4-a279-99e8c5a6e19c x-compute-request-id: req-4448e013-ee14-48c4-a279-99e8c5a6e19c Content-Length: 0 Content-Type: application/json 2019-01-20 15:10:01,148 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/94e18f70-42fd-42bc-9048-0314ece30c1e used request id req-4448e013-ee14-48c4-a279-99e8c5a6e19c 2019-01-20 15:10:01,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0515871047974s 2019-01-20 15:10:01,148 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/94e18f70-42fd-42bc-9048-0314ece30c1e used request id req-4448e013-ee14-48c4-a279-99e8c5a6e19c 2019-01-20 15:10:01,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2019-01-20 15:10:01,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/1f3de72d-81a6-44d0-8384-86cf903a186d/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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" -d '{"subnet_id": "6b1a7d3f-1a12-4e9f-bfb9-f3da8ebfff0c"}' 2019-01-20 15:10:02,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b35b51bb-8853-405b-9fad-fedcf4e80a79 Date: Sun, 20 Jan 2019 15:10:02 GMT RESP BODY: {"network_id": "78ac2957-18c7-4ebf-8cb3-6196f73e392b", "tenant_id": "d46499a5bf694e368e98004c7b6df962", "subnet_id": "6b1a7d3f-1a12-4e9f-bfb9-f3da8ebfff0c", "subnet_ids": ["6b1a7d3f-1a12-4e9f-bfb9-f3da8ebfff0c"], "port_id": "b7146bf8-4a23-4913-b095-9fdc16cd52ec", "id": "1f3de72d-81a6-44d0-8384-86cf903a186d"} 2019-01-20 15:10:02,997 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/1f3de72d-81a6-44d0-8384-86cf903a186d/remove_router_interface.json used request id req-b35b51bb-8853-405b-9fad-fedcf4e80a79 2019-01-20 15:10:02,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.84779191017s 2019-01-20 15:10:02,997 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/1f3de72d-81a6-44d0-8384-86cf903a186d/remove_router_interface.json used request id req-b35b51bb-8853-405b-9fad-fedcf4e80a79 returning object 1f3de72d-81a6-44d0-8384-86cf903a186d 2019-01-20 15:10:02,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2019-01-20 15:10:02,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 15:10:03,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-2285a8b6-21a9-4338-abb3-20f0e966d443 Date: Sun, 20 Jan 2019 15:10:03 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4eb4ac9e-0bc9-46c9-9470-2c7072fca080", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f1d6064a-dfc2-4b08-a86f-c2541a25b519", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d46499a5bf694e368e98004c7b6df962", "created_at": "2019-01-20T14:40:52Z", "admin_state_up": true, "updated_at": "2019-01-20T15:10:01Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "d46499a5bf694e368e98004c7b6df962", "id": "1f3de72d-81a6-44d0-8384-86cf903a186d", "name": "juju_epc-router_9018405b-219b-41c4-95e6-8d5475d93dc8"}]} 2019-01-20 15:10:03,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-2285a8b6-21a9-4338-abb3-20f0e966d443 2019-01-20 15:10:03,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0788469314575s 2019-01-20 15:10:03,077 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-2285a8b6-21a9-4338-abb3-20f0e966d443 2019-01-20 15:10:03,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2019-01-20 15:10:03,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/1f3de72d-81a6-44d0-8384-86cf903a186d.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 15:10:06,704 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-16edb0e7-e389-498a-9dd6-d7fa75243a4c Content-Length: 0 Date: Sun, 20 Jan 2019 15:10:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 15:10:06,704 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/1f3de72d-81a6-44d0-8384-86cf903a186d.json used request id req-16edb0e7-e389-498a-9dd6-d7fa75243a4c 2019-01-20 15:10:06,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.62547779083s 2019-01-20 15:10:06,705 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/1f3de72d-81a6-44d0-8384-86cf903a186d.json used request id req-16edb0e7-e389-498a-9dd6-d7fa75243a4c 2019-01-20 15:10:06,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-20 15:10:06,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 15:10:07,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-c1810dff-a2d1-476c-ab11-4db9d6ed290a Date: Sun, 20 Jan 2019 15:10:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78ac2957-18c7-4ebf-8cb3-6196f73e392b","tenant_id":"d46499a5bf694e368e98004c7b6df962","created_at":"2019-01-20T14:40:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-20T14:40:51Z","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":"d46499a5bf694e368e98004c7b6df962","id":"6b1a7d3f-1a12-4e9f-bfb9-f3da8ebfff0c","subnetpool_id":null,"name":"juju_epc-subnet_9018405b-219b-41c4-95e6-8d5475d93dc8"}]} 2019-01-20 15:10:07,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-c1810dff-a2d1-476c-ab11-4db9d6ed290a 2019-01-20 15:10:07,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.334337234497s 2019-01-20 15:10:07,040 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-c1810dff-a2d1-476c-ab11-4db9d6ed290a 2019-01-20 15:10:07,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2019-01-20 15:10:07,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/6b1a7d3f-1a12-4e9f-bfb9-f3da8ebfff0c.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 15:10:09,428 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bd69e120-fb7c-4bcf-9045-8d5331860ae3 Date: Sun, 20 Jan 2019 15:10:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 15:10:09,428 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/6b1a7d3f-1a12-4e9f-bfb9-f3da8ebfff0c.json used request id req-bd69e120-fb7c-4bcf-9045-8d5331860ae3 2019-01-20 15:10:09,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.38702082634s 2019-01-20 15:10:09,429 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/6b1a7d3f-1a12-4e9f-bfb9-f3da8ebfff0c.json used request id req-bd69e120-fb7c-4bcf-9045-8d5331860ae3 2019-01-20 15:10:09,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 15:10:09,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 15:10:09,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-f3dae3ab-f6b0-4156-b324-a0dc9f5bf87b Date: Sun, 20 Jan 2019 15:10:09 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","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":"2019-01-20T15:10:09Z","tenant_id":"d46499a5bf694e368e98004c7b6df962","created_at":"2019-01-20T14:40:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"d46499a5bf694e368e98004c7b6df962","id":"78ac2957-18c7-4ebf-8cb3-6196f73e392b","name":"juju_epc-net_9018405b-219b-41c4-95e6-8d5475d93dc8"}]} 2019-01-20 15:10:09,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-f3dae3ab-f6b0-4156-b324-a0dc9f5bf87b 2019-01-20 15:10:09,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255656003952s 2019-01-20 15:10:09,685 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-f3dae3ab-f6b0-4156-b324-a0dc9f5bf87b 2019-01-20 15:10:09,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2019-01-20 15:10:09,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/78ac2957-18c7-4ebf-8cb3-6196f73e392b.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 15:10:10,422 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-77c10967-96bf-4c58-98bf-85f41bdf4791 Date: Sun, 20 Jan 2019 15:10:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 15:10:10,422 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/78ac2957-18c7-4ebf-8cb3-6196f73e392b.json used request id req-77c10967-96bf-4c58-98bf-85f41bdf4791 2019-01-20 15:10:10,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.736148834229s 2019-01-20 15:10:10,423 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/78ac2957-18c7-4ebf-8cb3-6196f73e392b.json used request id req-77c10967-96bf-4c58-98bf-85f41bdf4791 2019-01-20 15:10:10,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 15:10:10,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 15:10:10,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-855cc855-8a98-46a0-9f04-4fbc41fe1c47 Date: Sun, 20 Jan 2019 15:10:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/da819870-911e-4a06-b217-b24f3f20f55f/snap", "metadata": {}}], "file": "/v2/images/da819870-911e-4a06-b217-b24f3f20f55f/file", "owner": "d46499a5bf694e368e98004c7b6df962", "id": "da819870-911e-4a06-b217-b24f3f20f55f", "size": 297009152, "self": "/v2/images/da819870-911e-4a06-b217-b24f3f20f55f", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/da819870-911e-4a06-b217-b24f3f20f55f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "9d3a3e4697433a3743c5b6d7281afc8d41f72c90ea5a4dd96e5abb6b556ceb3f", "updated_at": "2019-01-20T14:41:08Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_9018405b-219b-41c4-95e6-8d5475d93dc8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "56cea6fd89a03c2b12f0f2004ca9c688", "name": "juju_epc-img_9018405b-219b-41c4-95e6-8d5475d93dc8", "checksum": "56cea6fd89a03c2b12f0f2004ca9c688", "created_at": "2019-01-20T14:41:01Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 15:10:10,591 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-855cc855-8a98-46a0-9f04-4fbc41fe1c47 2019-01-20 15:10:10,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.167457103729s 2019-01-20 15:10:10,591 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-855cc855-8a98-46a0-9f04-4fbc41fe1c47 2019-01-20 15:10:10,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-20 15:10:10,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/da819870-911e-4a06-b217-b24f3f20f55f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e4047304286c5c94257c8de6c44b7f4bf7f39ef9" 2019-01-20 15:10:11,611 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-142853ee-b6e8-49b5-b29b-81a34a0484d4 Date: Sun, 20 Jan 2019 15:10:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 15:10:11,611 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/da819870-911e-4a06-b217-b24f3f20f55f used request id req-142853ee-b6e8-49b5-b29b-81a34a0484d4 2019-01-20 15:10:11,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.01825404167s 2019-01-20 15:10:11,612 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/da819870-911e-4a06-b217-b24f3f20f55f used request id req-142853ee-b6e8-49b5-b29b-81a34a0484d4 2019-01-20 15:10:11,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 15:10:11,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 15:10:11,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50e80381-3a6f-4bad-b933-849c5c172bf7 x-compute-request-id: req-50e80381-3a6f-4bad-b933-849c5c172bf7 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/292483fc-92ad-4cc5-9401-ad3accfd2176", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/292483fc-92ad-4cc5-9401-ad3accfd2176", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "292483fc-92ad-4cc5-9401-ad3accfd2176", "name": "juju_epc-flavor_9018405b-219b-41c4-95e6-8d5475d93dc8", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 15:10:11,645 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-50e80381-3a6f-4bad-b933-849c5c172bf7 2019-01-20 15:10:11,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0325679779053s 2019-01-20 15:10:11,645 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-50e80381-3a6f-4bad-b933-849c5c172bf7 2019-01-20 15:10:11,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-20 15:10:11,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/292483fc-92ad-4cc5-9401-ad3accfd2176 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 15:10:11,704 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 15:10:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-65fddc3b-e0c4-408f-b34b-7a3cd26f5067 x-compute-request-id: req-65fddc3b-e0c4-408f-b34b-7a3cd26f5067 Content-Length: 0 Content-Type: application/json 2019-01-20 15:10:11,704 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/292483fc-92ad-4cc5-9401-ad3accfd2176 used request id req-65fddc3b-e0c4-408f-b34b-7a3cd26f5067 2019-01-20 15:10:11,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0567560195923s 2019-01-20 15:10:11,704 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/292483fc-92ad-4cc5-9401-ad3accfd2176 used request id req-65fddc3b-e0c4-408f-b34b-7a3cd26f5067 2019-01-20 15:10:11,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 15:10:11,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 15:10:11,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30afc84b-db14-413d-8a21-67dfed50c553 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "juju_epc-user_9018405b-219b-41c4-95e6-8d5475d93dc8", "links": {"self": "http://172.30.9.22:5000/v3/users/eafad2fd51604ff69d20b3c55c50caa9"}, "domain_id": "default", "enabled": true, "id": "eafad2fd51604ff69d20b3c55c50caa9", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 15:10:11,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-30afc84b-db14-413d-8a21-67dfed50c553 2019-01-20 15:10:11,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101435899734s 2019-01-20 15:10:11,807 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-30afc84b-db14-413d-8a21-67dfed50c553 2019-01-20 15:10:11,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 15:10:11,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/eafad2fd51604ff69d20b3c55c50caa9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 15:10:11,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-755d0755-f24d-4b43-9a69-934425bda4fb Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/eafad2fd51604ff69d20b3c55c50caa9"}, "enabled": true, "id": "eafad2fd51604ff69d20b3c55c50caa9", "options": {}, "domain_id": "default", "name": "juju_epc-user_9018405b-219b-41c4-95e6-8d5475d93dc8"}} 2019-01-20 15:10:11,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/eafad2fd51604ff69d20b3c55c50caa9 used request id req-755d0755-f24d-4b43-9a69-934425bda4fb 2019-01-20 15:10:11,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0875270366669s 2019-01-20 15:10:11,901 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/eafad2fd51604ff69d20b3c55c50caa9 used request id req-755d0755-f24d-4b43-9a69-934425bda4fb 2019-01-20 15:10:11,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-20 15:10:11,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/eafad2fd51604ff69d20b3c55c50caa9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 15:10:12,107 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 15:10:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4e45e07-9aac-4cba-aa76-05634370a538 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 15:10:12,108 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/eafad2fd51604ff69d20b3c55c50caa9 used request id req-c4e45e07-9aac-4cba-aa76-05634370a538 2019-01-20 15:10:12,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.206242084503s 2019-01-20 15:10:12,108 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/eafad2fd51604ff69d20b3c55c50caa9 used request id req-c4e45e07-9aac-4cba-aa76-05634370a538 2019-01-20 15:10:12,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 15:10:12,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 15:10:12,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b16ddc19-f17b-466d-aa4d-e53b1ccf382d Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.22:5000/v3/projects/d46499a5bf694e368e98004c7b6df962"}, "enabled": true, "id": "d46499a5bf694e368e98004c7b6df962", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_9018405b-219b-41c4-95e6-8d5475d93dc8"}]} 2019-01-20 15:10:12,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-b16ddc19-f17b-466d-aa4d-e53b1ccf382d 2019-01-20 15:10:12,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0796589851379s 2019-01-20 15:10:12,189 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-b16ddc19-f17b-466d-aa4d-e53b1ccf382d 2019-01-20 15:10:12,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-20 15:10:12,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/d46499a5bf694e368e98004c7b6df962 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 15:10:12,355 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 15:10:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1c48ce9-b3fd-4ef6-b8a8-85a900292685 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 15:10:12,355 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/d46499a5bf694e368e98004c7b6df962 used request id req-d1c48ce9-b3fd-4ef6-b8a8-85a900292685 2019-01-20 15:10:12,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.164487123489s 2019-01-20 15:10:12,356 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/d46499a5bf694e368e98004c7b6df962 used request id req-d1c48ce9-b3fd-4ef6-b8a8-85a900292685 2019-01-20 15:10:12,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 15:10:12,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 15:10:12,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b58e21c6-0837-475d-82d8-b48e73782b03 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9eb3d0e9a44b4912983a58065550d088", "links": {"self": "http://172.30.9.22:5000/v3/roles/9eb3d0e9a44b4912983a58065550d088"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 15:10:12,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b58e21c6-0837-475d-82d8-b48e73782b03 2019-01-20 15:10:12,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0845229625702s 2019-01-20 15:10:12,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-20 15:10:12,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/9eb3d0e9a44b4912983a58065550d088 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 15:10:12,550 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 15:10:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74757c86-18a0-4fc8-93e0-e5fca9ae8c31 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 15:10:12,550 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/9eb3d0e9a44b4912983a58065550d088 used request id req-74757c86-18a0-4fc8-93e0-e5fca9ae8c31 2019-01-20 15:10:12,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.108242988586s 2019-01-20 15:10:12,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 15:10:12,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=d46499a5bf694e368e98004c7b6df962&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}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 15:10:12,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-f24409ee-9655-4b8c-877d-31d1ee054e48 Date: Sun, 20 Jan 2019 15:10:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d46499a5bf694e368e98004c7b6df962", "created_at": "2019-01-20T14:40:49Z", "updated_at": "2019-01-20T14:40:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:40:49Z", "revision_number": 0, "id": "0066d3d4-48f7-485f-8e87-88b6d296dfe2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:40:49Z", "security_group_id": "b22b0cc4-34ff-4948-bd73-517178015c14", "tenant_id": "d46499a5bf694e368e98004c7b6df962", "port_range_min": null, "ethertype": "IPv6", "project_id": "d46499a5bf694e368e98004c7b6df962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:40:49Z", "revision_number": 0, "id": "48a6b851-654e-4591-b16d-39f0412c40d8", "remote_group_id": "b22b0cc4-34ff-4948-bd73-517178015c14", "remote_ip_prefix": null, "created_at": "2019-01-20T14:40:49Z", "security_group_id": "b22b0cc4-34ff-4948-bd73-517178015c14", "tenant_id": "d46499a5bf694e368e98004c7b6df962", "port_range_min": null, "ethertype": "IPv4", "project_id": "d46499a5bf694e368e98004c7b6df962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:40:49Z", "revision_number": 0, "id": "58224af0-e08f-48b4-a8c0-3905e4939c7b", "remote_group_id": "b22b0cc4-34ff-4948-bd73-517178015c14", "remote_ip_prefix": null, "created_at": "2019-01-20T14:40:49Z", "security_group_id": "b22b0cc4-34ff-4948-bd73-517178015c14", "tenant_id": "d46499a5bf694e368e98004c7b6df962", "port_range_min": null, "ethertype": "IPv6", "project_id": "d46499a5bf694e368e98004c7b6df962"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:40:49Z", "revision_number": 0, "id": "c026d00d-c9f6-4fd9-a9cf-5dd4da17d1d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:40:49Z", "security_group_id": "b22b0cc4-34ff-4948-bd73-517178015c14", "tenant_id": "d46499a5bf694e368e98004c7b6df962", "port_range_min": null, "ethertype": "IPv4", "project_id": "d46499a5bf694e368e98004c7b6df962"}], "revision_number": 4, "project_id": "d46499a5bf694e368e98004c7b6df962", "id": "b22b0cc4-34ff-4948-bd73-517178015c14", "name": "default"}]} 2019-01-20 15:10:12,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=d46499a5bf694e368e98004c7b6df962&name=default used request id req-f24409ee-9655-4b8c-877d-31d1ee054e48 2019-01-20 15:10:12,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.199168920517s 2019-01-20 15:10:12,754 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=d46499a5bf694e368e98004c7b6df962&name=default used request id req-f24409ee-9655-4b8c-877d-31d1ee054e48 2019-01-20 15:10:12,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 15:10:12,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 15:10:12,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-674000e0-0342-4a34-86b7-5e966c168349 Date: Sun, 20 Jan 2019 15:10:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-20T11:44:59Z", "updated_at": "2019-01-20T11:44:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "1d8935d4-c2cf-40fa-9e93-1ae6d6121d8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "0e05512f-3e5b-4c45-af08-f5f92dcc8132", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "855f0562-56ab-4ebe-b5a6-f1d541baee7d", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:44:59Z", "revision_number": 0, "id": "f95021fc-a1c3-433a-bc19-b1442559a29f", "remote_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "remote_ip_prefix": null, "created_at": "2019-01-20T11:44:59Z", "security_group_id": "1677b559-068f-43da-b924-6fc2b578dd84", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "1677b559-068f-43da-b924-6fc2b578dd84", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "created_at": "2019-01-20T11:42:50Z", "updated_at": "2019-01-20T11:42:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "35f52fdb-44de-4013-afdb-965b11565e9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "48b7cb94-eb44-4223-9702-8ca0b61de595", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "0c587c1c-9cb6-42b3-8aeb-91c0494c30d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv4", "project_id": "057838f782f94e5ca660a8d24231cdb7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:42:50Z", "revision_number": 0, "id": "802c6fcc-87f9-4b62-a0a1-6849d0f159ce", "remote_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "remote_ip_prefix": null, "created_at": "2019-01-20T11:42:50Z", "security_group_id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "tenant_id": "057838f782f94e5ca660a8d24231cdb7", "port_range_min": null, "ethertype": "IPv6", "project_id": "057838f782f94e5ca660a8d24231cdb7"}], "revision_number": 4, "project_id": "057838f782f94e5ca660a8d24231cdb7", "id": "19020c81-5d6d-4827-ad1c-f6cb9d5bb506", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "created_at": "2019-01-20T11:32:38Z", "updated_at": "2019-01-20T11:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "64cadf3d-e3ad-4cae-8129-47ae2d61c4e9", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d864c6c4-7ebd-47a1-98cf-a639d9b32d3e", "remote_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "d3e92ebe-8c15-4d78-873a-9dc00506617a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv4", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T11:32:39Z", "revision_number": 0, "id": "386b01dc-ffe7-4607-bd3e-89fc2fd50f5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T11:32:39Z", "security_group_id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "tenant_id": "8d14f5667e9047c48e94669c1b7aeab7", "port_range_min": null, "ethertype": "IPv6", "project_id": "8d14f5667e9047c48e94669c1b7aeab7"}], "revision_number": 4, "project_id": "8d14f5667e9047c48e94669c1b7aeab7", "id": "80342cf6-fbc9-4bda-b530-17cdcff0c65d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d46499a5bf694e368e98004c7b6df962", "created_at": "2019-01-20T14:40:49Z", "updated_at": "2019-01-20T14:40:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:40:49Z", "revision_number": 0, "id": "58224af0-e08f-48b4-a8c0-3905e4939c7b", "remote_group_id": "b22b0cc4-34ff-4948-bd73-517178015c14", "remote_ip_prefix": null, "created_at": "2019-01-20T14:40:49Z", "security_group_id": "b22b0cc4-34ff-4948-bd73-517178015c14", "tenant_id": "d46499a5bf694e368e98004c7b6df962", "port_range_min": null, "ethertype": "IPv6", "project_id": "d46499a5bf694e368e98004c7b6df962"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:40:49Z", "revision_number": 0, "id": "c026d00d-c9f6-4fd9-a9cf-5dd4da17d1d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:40:49Z", "security_group_id": "b22b0cc4-34ff-4948-bd73-517178015c14", "tenant_id": "d46499a5bf694e368e98004c7b6df962", "port_range_min": null, "ethertype": "IPv4", "project_id": "d46499a5bf694e368e98004c7b6df962"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:40:49Z", "revision_number": 0, "id": "48a6b851-654e-4591-b16d-39f0412c40d8", "remote_group_id": "b22b0cc4-34ff-4948-bd73-517178015c14", "remote_ip_prefix": null, "created_at": "2019-01-20T14:40:49Z", "security_group_id": "b22b0cc4-34ff-4948-bd73-517178015c14", "tenant_id": "d46499a5bf694e368e98004c7b6df962", "port_range_min": null, "ethertype": "IPv4", "project_id": "d46499a5bf694e368e98004c7b6df962"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-20T14:40:49Z", "revision_number": 0, "id": "0066d3d4-48f7-485f-8e87-88b6d296dfe2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-20T14:40:49Z", "security_group_id": "b22b0cc4-34ff-4948-bd73-517178015c14", "tenant_id": "d46499a5bf694e368e98004c7b6df962", "port_range_min": null, "ethertype": "IPv6", "project_id": "d46499a5bf694e368e98004c7b6df962"}], "revision_number": 4, "project_id": "d46499a5bf694e368e98004c7b6df962", "id": "b22b0cc4-34ff-4948-bd73-517178015c14", "name": "default"}]} 2019-01-20 15:10:12,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-674000e0-0342-4a34-86b7-5e966c168349 2019-01-20 15:10:12,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.214411020279s 2019-01-20 15:10:12,972 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-674000e0-0342-4a34-86b7-5e966c168349 2019-01-20 15:10:12,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-20 15:10:12,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/b22b0cc4-34ff-4948-bd73-517178015c14.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cb36068d06ffad2f56672cc32351df3c72f4e9ba" 2019-01-20 15:10:13,363 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-38d57a0f-e681-489d-af75-e575db91d396 Content-Length: 0 Date: Sun, 20 Jan 2019 15:10:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-20 15:10:13,363 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/b22b0cc4-34ff-4948-bd73-517178015c14.json used request id req-38d57a0f-e681-489d-af75-e575db91d396 2019-01-20 15:10:13,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.38685297966s 2019-01-20 15:10:13,364 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/b22b0cc4-34ff-4948-bd73-517178015c14.json used request id req-38d57a0f-e681-489d-af75-e575db91d396 2019-01-20 15:10:13,364 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2019-01-20 15:10:13,365 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 29:13 | PASS | | vyos_vrouter | functest | vnf | 16:20 | PASS | | juju_epc | functest | vnf | 28:10 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2019-01-20 15:10:13,369 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2019-01-20 15:10:13,419 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-20 15:10:19,187 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-329 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-20 15:10:19,193 - 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=BqvZwhJuywz3rATj4xFFrNXuY export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 2019-01-20 15:10:19,193 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-20 15:10:19,193 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2019-01-20 15:10:19,194 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2019-01-20 15:10:19,196 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2019-01-20 15:10:25,826 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-329 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-20 15:10:25,832 - 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=BqvZwhJuywz3rATj4xFFrNXuY export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.22,192.30.9.6 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22: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 2019-01-20 15:10:25,833 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2019-01-20 15:10:25,844 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2019-01-20 15:10:28,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 15:10:28,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 15:10:28,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 15:10:28,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 15:10:28,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 15:10:28,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 15:10:28,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 15:10:28,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 15:10:28,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 15:10:28,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 15:10:28,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 15:10:28,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 15:10:28,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 15:10:28,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 15:10:28,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 15:10:28,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 15:10:28,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 15:10:28,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 15:10:28,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 15:10:28,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 15:10:28,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 15:10:28,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 15:10:28,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-20 15:10:28,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-20 15:10:28,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 15:10:29,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-931b4430-3fca-47d8-a7ce-39c20dcb3150 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 15:10:29,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-931b4430-3fca-47d8-a7ce-39c20dcb3150 2019-01-20 15:10:29,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 15:10:29,406 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}], "expires_at": "2019-01-20T16:10:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "057838f782f94e5ca660a8d24231cdb7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/057838f782f94e5ca660a8d24231cdb7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "96110a92bd284ca5bccb7c5d679699e2"}, "audit_ids": ["Jx46mACyT0-1x4_7DqkCvw"], "issued_at": "2019-01-20T15:10:29.000000Z"}} 2019-01-20 15:10:29,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-20 15:10:29,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:29,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-749358a3-ae7c-40e5-b5a7-3327d074568a Date: Sun, 20 Jan 2019 15:10:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"4eb4ac9e-0bc9-46c9-9470-2c7072fca080","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8d14f5667e9047c48e94669c1b7aeab7","status":"ACTIVE","subnets":["f1d6064a-dfc2-4b08-a86f-c2541a25b519"],"description":"","tags":[],"updated_at":"2019-01-20T11:32:45Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8d14f5667e9047c48e94669c1b7aeab7","created_at":"2019-01-20T11:32:39Z","provider:network_type":"flat"}]} 2019-01-20 15:10:29,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-749358a3-ae7c-40e5-b5a7-3327d074568a 2019-01-20 15:10:29,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.235542058945s 2019-01-20 15:10:29,646 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-749358a3-ae7c-40e5-b5a7-3327d074568a 2019-01-20 15:10:29,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-20 15:10:29,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:29,656 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 15:10: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 15:10:29,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:30,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0277c031-5ee0-4a7b-b1bd-2f82f08d4e57 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.22:5000/v3/domains/8cdd16f9bd8b4dc0b796ada7088dcddb"}, "description": "", "name": "heat_stack", "enabled": true, "id": "8cdd16f9bd8b4dc0b796ada7088dcddb"}, {"links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2019-01-20 15:10:30,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-0277c031-5ee0-4a7b-b1bd-2f82f08d4e57 2019-01-20 15:10:30,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.426573991776s 2019-01-20 15:10:30,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-20 15:10:30,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}6f67d3142e2c2bd48abc45d87a703978481cfa02" -d '{"project": {"description": "Created by OPNFV Functest: tempest_full_parallel", "enabled": true, "domain_id": "default", "name": "tempest_full_paral-project_8829d8f6-f479-4003-bc56-ffa7fad8541f"}}' 2019-01-20 15:10:30,222 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 15:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab69a3d8-92a8-46a0-b6e9-b130f414869a 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.22:5000/v3/projects/da0e00e122f34b848d8bd19021947e0a"}, "enabled": true, "id": "da0e00e122f34b848d8bd19021947e0a", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_8829d8f6-f479-4003-bc56-ffa7fad8541f"}} 2019-01-20 15:10:30,223 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-ab69a3d8-92a8-46a0-b6e9-b130f414869a 2019-01-20 15:10:30,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.14736199379s 2019-01-20 15:10:30,223 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-ab69a3d8-92a8-46a0-b6e9-b130f414869a 2019-01-20 15:10:30,224 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_8829d8f6-f479-4003-bc56-ffa7fad8541f', 'id': u'da0e00e122f34b848d8bd19021947e0a', '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'})}) 2019-01-20 15:10:30,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-20 15:10:30,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.357403993607s 2019-01-20 15:10:30,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/dfc271d1330f43b28bc858dd9024dfaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:30,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc8a3ed0-ba19-40c0-8b12-c3000b28555f Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/dfc271d1330f43b28bc858dd9024dfaa"}, "enabled": true, "id": "dfc271d1330f43b28bc858dd9024dfaa", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_8829d8f6-f479-4003-bc56-ffa7fad8541f"}} 2019-01-20 15:10:30,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/dfc271d1330f43b28bc858dd9024dfaa used request id req-cc8a3ed0-ba19-40c0-8b12-c3000b28555f 2019-01-20 15:10:30,755 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'dfc271d1330f43b28bc858dd9024dfaa', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_8829d8f6-f479-4003-bc56-ffa7fad8541f'}) 2019-01-20 15:10:30,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 15:10:30,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:30,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a764800-ca61-49b8-8343-80c566eafba7 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 15:10:30,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9a764800-ca61-49b8-8343-80c566eafba7 2019-01-20 15:10:30,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0173141956329s 2019-01-20 15:10:30,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 15:10:30,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:30,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dd6720d-3ee7-475c-a5da-c69d7aed4c69 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 15:10:30,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-3dd6720d-3ee7-475c-a5da-c69d7aed4c69 2019-01-20 15:10:30,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0854690074921s 2019-01-20 15:10:30,862 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-20 15:10:30,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-20 15:10:30,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" -d '{"role": {"name": "Member"}}' 2019-01-20 15:10:30,970 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 20 Jan 2019 15:10:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e52adb87-0781-413f-a750-3c684694cda7 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4babf422661f4547b9d6f5e4a8e4ce07", "links": {"self": "http://172.30.9.22:5000/v3/roles/4babf422661f4547b9d6f5e4a8e4ce07"}, "name": "Member"}} 2019-01-20 15:10:30,971 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-e52adb87-0781-413f-a750-3c684694cda7 2019-01-20 15:10:30,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.10825419426s 2019-01-20 15:10:30,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles/4babf422661f4547b9d6f5e4a8e4ce07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:31,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acc498cc-fb44-4bed-83a9-04da4d03ca2e Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.22:5000/v3/roles/4babf422661f4547b9d6f5e4a8e4ce07"}, "domain_id": null, "name": "Member", "id": "4babf422661f4547b9d6f5e4a8e4ce07"}} 2019-01-20 15:10:31,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles/4babf422661f4547b9d6f5e4a8e4ce07 used request id req-acc498cc-fb44-4bed-83a9-04da4d03ca2e 2019-01-20 15:10:31,053 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.22:5000/v3/roles/4babf422661f4547b9d6f5e4a8e4ce07'}, 'domain_id': None, 'human_id': None, 'id': u'4babf422661f4547b9d6f5e4a8e4ce07', 'HUMAN_ID': False}) 2019-01-20 15:10:31,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 15:10:31,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:31,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6fe9f37-7b60-4a03-bfd1-a6d40a7191d2 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4babf422661f4547b9d6f5e4a8e4ce07", "links": {"self": "http://172.30.9.22:5000/v3/roles/4babf422661f4547b9d6f5e4a8e4ce07"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 15:10:31,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e6fe9f37-7b60-4a03-bfd1-a6d40a7191d2 2019-01-20 15:10:31,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0864260196686s 2019-01-20 15:10:31,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 15:10:31,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:31,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40876def-0aca-4171-9a9c-1486a951628b Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 15:10:31,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-40876def-0aca-4171-9a9c-1486a951628b 2019-01-20 15:10:31,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0756270885468s 2019-01-20 15:10:31,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 15:10:31,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:31,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-421e4ab7-ddc5-47e3-9fce-65c954be0f4c Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_8829d8f6-f479-4003-bc56-ffa7fad8541f", "links": {"self": "http://172.30.9.22:5000/v3/users/dfc271d1330f43b28bc858dd9024dfaa"}, "domain_id": "default", "enabled": true, "id": "dfc271d1330f43b28bc858dd9024dfaa", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 15:10:31,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-421e4ab7-ddc5-47e3-9fce-65c954be0f4c 2019-01-20 15:10:31,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0962719917297s 2019-01-20 15:10:31,315 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-421e4ab7-ddc5-47e3-9fce-65c954be0f4c 2019-01-20 15:10:31,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 15:10:31,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:31,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bc7ae45-ff6e-4952-8f88-44a3e91b2c5c Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.22:5000/v3/projects/da0e00e122f34b848d8bd19021947e0a"}, "enabled": true, "id": "da0e00e122f34b848d8bd19021947e0a", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_8829d8f6-f479-4003-bc56-ffa7fad8541f"}]} 2019-01-20 15:10:31,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-0bc7ae45-ff6e-4952-8f88-44a3e91b2c5c 2019-01-20 15:10:31,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0804450511932s 2019-01-20 15:10:31,402 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-0bc7ae45-ff6e-4952-8f88-44a3e91b2c5c 2019-01-20 15:10:31,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 15:10:31,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=dfc271d1330f43b28bc858dd9024dfaa&scope.project.id=da0e00e122f34b848d8bd19021947e0a&role.id=4babf422661f4547b9d6f5e4a8e4ce07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:31,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15f1606b-b0e5-4022-8514-387f0ba91c8e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=dfc271d1330f43b28bc858dd9024dfaa&scope.project.id=da0e00e122f34b848d8bd19021947e0a&role.id=4babf422661f4547b9d6f5e4a8e4ce07", "previous": null, "next": null}} 2019-01-20 15:10:31,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=dfc271d1330f43b28bc858dd9024dfaa&scope.project.id=da0e00e122f34b848d8bd19021947e0a&role.id=4babf422661f4547b9d6f5e4a8e4ce07 used request id req-15f1606b-b0e5-4022-8514-387f0ba91c8e 2019-01-20 15:10:31,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0791668891907s 2019-01-20 15:10:31,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 15:10:31,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/da0e00e122f34b848d8bd19021947e0a/users/dfc271d1330f43b28bc858dd9024dfaa/roles/4babf422661f4547b9d6f5e4a8e4ce07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:31,607 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 15:10:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fd97ff0-184d-4647-a8c9-e536922a6833 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 15:10:31,608 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/da0e00e122f34b848d8bd19021947e0a/users/dfc271d1330f43b28bc858dd9024dfaa/roles/4babf422661f4547b9d6f5e4a8e4ce07 used request id req-2fd97ff0-184d-4647-a8c9-e536922a6833 2019-01-20 15:10:31,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123846769333s 2019-01-20 15:10:31,609 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_8829d8f6-f479-4003-bc56-ffa7fad8541f', 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': 'ae699303-b04f-4ac8-a058-200f437244d2', 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_8829d8f6-f479-4003-bc56-ffa7fad8541f', 'project_id': u'da0e00e122f34b848d8bd19021947e0a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-20 15:10:31,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-20 15:10:31,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-20 15:10:31,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-20 15:10:31,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-20 15:10:31,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-20 15:10:31,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-20 15:10:31,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-20 15:10:31,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-20 15:10:31,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-20 15:10:31,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-20 15:10:31,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-20 15:10:31,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-20 15:10:31,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-20 15:10:31,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-20 15:10:31,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-20 15:10:31,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-20 15:10:31,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-20 15:10:31,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-20 15:10:31,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-20 15:10:31,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-20 15:10:31,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-20 15:10:31,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-20 15:10:31,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-20 15:10:31,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-20 15:10:31,615 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_8829d8f6-f479-4003-bc56-ffa7fad8541f', 'password': 'ae699303-b04f-4ac8-a058-200f437244d2', 'project_name': 'tempest_full_paral-project_8829d8f6-f479-4003-bc56-ffa7fad8541f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'da0e00e122f34b848d8bd19021947e0a', 'project_domain_name': 'Default'} 2019-01-20 15:10:31,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 15:10:31,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:31,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-058dc2d2-fcd8-4cec-b429-e4e065b371ea Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4babf422661f4547b9d6f5e4a8e4ce07", "links": {"self": "http://172.30.9.22:5000/v3/roles/4babf422661f4547b9d6f5e4a8e4ce07"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 15:10:31,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-058dc2d2-fcd8-4cec-b429-e4e065b371ea 2019-01-20 15:10:31,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.082643032074s 2019-01-20 15:10:31,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 15:10:31,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:31,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11b7bd79-ddef-4354-81d2-b4f929796535 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4babf422661f4547b9d6f5e4a8e4ce07", "links": {"self": "http://172.30.9.22:5000/v3/roles/4babf422661f4547b9d6f5e4a8e4ce07"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 15:10:31,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-11b7bd79-ddef-4354-81d2-b4f929796535 2019-01-20 15:10:31,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.073625087738s 2019-01-20 15:10:31,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 15:10:31,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:31,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0861e12a-0b6b-4e15-8b9e-4a74542029f1 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 15:10:31,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-0861e12a-0b6b-4e15-8b9e-4a74542029f1 2019-01-20 15:10:31,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0803039073944s 2019-01-20 15:10:31,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 15:10:31,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:31,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55aa3802-ec55-4069-b5ae-341bc14523db Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_8829d8f6-f479-4003-bc56-ffa7fad8541f", "links": {"self": "http://172.30.9.22:5000/v3/users/dfc271d1330f43b28bc858dd9024dfaa"}, "domain_id": "default", "enabled": true, "id": "dfc271d1330f43b28bc858dd9024dfaa", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 15:10:31,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-55aa3802-ec55-4069-b5ae-341bc14523db 2019-01-20 15:10:31,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107690095901s 2019-01-20 15:10:31,964 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-55aa3802-ec55-4069-b5ae-341bc14523db 2019-01-20 15:10:31,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 15:10:31,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:32,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6163fae-a34a-4a1f-b394-017e18208c67 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.22:5000/v3/projects/da0e00e122f34b848d8bd19021947e0a"}, "enabled": true, "id": "da0e00e122f34b848d8bd19021947e0a", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_8829d8f6-f479-4003-bc56-ffa7fad8541f"}]} 2019-01-20 15:10:32,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-c6163fae-a34a-4a1f-b394-017e18208c67 2019-01-20 15:10:32,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0744578838348s 2019-01-20 15:10:32,046 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-c6163fae-a34a-4a1f-b394-017e18208c67 2019-01-20 15:10:32,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 15:10:32,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=dfc271d1330f43b28bc858dd9024dfaa&scope.project.id=da0e00e122f34b848d8bd19021947e0a&role.id=77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:32,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28ee837e-f152-4b8f-b5ac-e3cd7a5231da Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=dfc271d1330f43b28bc858dd9024dfaa&scope.project.id=da0e00e122f34b848d8bd19021947e0a&role.id=77f3d538c7cd4e1a927402af90dfd66a", "previous": null, "next": null}} 2019-01-20 15:10:32,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=dfc271d1330f43b28bc858dd9024dfaa&scope.project.id=da0e00e122f34b848d8bd19021947e0a&role.id=77f3d538c7cd4e1a927402af90dfd66a used request id req-28ee837e-f152-4b8f-b5ac-e3cd7a5231da 2019-01-20 15:10:32,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.082053899765s 2019-01-20 15:10:32,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 15:10:32,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/da0e00e122f34b848d8bd19021947e0a/users/dfc271d1330f43b28bc858dd9024dfaa/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:32,273 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 15:10:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67014510-1062-4192-989c-fd35efe39f24 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 15:10:32,273 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/da0e00e122f34b848d8bd19021947e0a/users/dfc271d1330f43b28bc858dd9024dfaa/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-67014510-1062-4192-989c-fd35efe39f24 2019-01-20 15:10:32,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.143172025681s 2019-01-20 15:10:32,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 15:10:32,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:32,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e25af933-493b-4a5b-b56d-55ede3fd86c1 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4babf422661f4547b9d6f5e4a8e4ce07", "links": {"self": "http://172.30.9.22:5000/v3/roles/4babf422661f4547b9d6f5e4a8e4ce07"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 15:10:32,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e25af933-493b-4a5b-b56d-55ede3fd86c1 2019-01-20 15:10:32,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0767040252686s 2019-01-20 15:10:32,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-20 15:10:32,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:32,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fb52120-b2d1-48e4-86c4-254396b4d3a1 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "name": "Default"}} 2019-01-20 15:10:32,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-9fb52120-b2d1-48e4-86c4-254396b4d3a1 2019-01-20 15:10:32,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0807540416718s 2019-01-20 15:10:32,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 15:10:32,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:32,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5e5b2b8-66fd-4863-a15d-c072513d17ce Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_8829d8f6-f479-4003-bc56-ffa7fad8541f", "links": {"self": "http://172.30.9.22:5000/v3/users/dfc271d1330f43b28bc858dd9024dfaa"}, "domain_id": "default", "enabled": true, "id": "dfc271d1330f43b28bc858dd9024dfaa", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 15:10:32,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-a5e5b2b8-66fd-4863-a15d-c072513d17ce 2019-01-20 15:10:32,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101374149323s 2019-01-20 15:10:32,536 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-a5e5b2b8-66fd-4863-a15d-c072513d17ce 2019-01-20 15:10:32,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-20 15:10:32,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments?user.id=dfc271d1330f43b28bc858dd9024dfaa&role.id=77f3d538c7cd4e1a927402af90dfd66a&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:32,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0186a2c5-e66a-46d8-915d-7c11f53270f2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=dfc271d1330f43b28bc858dd9024dfaa&role.id=77f3d538c7cd4e1a927402af90dfd66a&scope.domain.id=default", "previous": null, "next": null}} 2019-01-20 15:10:32,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=dfc271d1330f43b28bc858dd9024dfaa&role.id=77f3d538c7cd4e1a927402af90dfd66a&scope.domain.id=default used request id req-0186a2c5-e66a-46d8-915d-7c11f53270f2 2019-01-20 15:10:32,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0757260322571s 2019-01-20 15:10:32,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-20 15:10:32,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/domains/default/users/dfc271d1330f43b28bc858dd9024dfaa/roles/77f3d538c7cd4e1a927402af90dfd66a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:10:32,793 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 15:10:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-132b8374-de33-4fd6-b3b8-64ba40e5383b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 15:10:32,794 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/domains/default/users/dfc271d1330f43b28bc858dd9024dfaa/roles/77f3d538c7cd4e1a927402af90dfd66a used request id req-132b8374-de33-4fd6-b3b8-64ba40e5383b 2019-01-20 15:10:32,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.175940036774s 2019-01-20 15:10:32,794 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-20 15:10:41,482 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-20 15:10:41.209 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=8cb7af2a-da19-4b9e-9dbe-64e5dba1ca66) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 8cb7af2a-da19-4b9e-9dbe-64e5dba1ca66 | 2019-01-20T15:10:41 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 8cb7af2a-da19-4b9e-9dbe-64e5dba1ca66 ~/.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 2019-01-20 15:10:44,722 - 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 | +-------------+-------------------+-----------+ 2019-01-20 15:10:44,722 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-20 15:10:50,926 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-20 15:10:48.697 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-20 15:10:48.846 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-20 15:10:50.714 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b23ba565-b57d-4308-ba95-f10e1a7d91a8) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b23ba565-b57d-4308-ba95-f10e1a7d91a8) as the default verifier for the future CLI operations. 2019-01-20 15:10:53,950 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2019-01-20 15:10:53,951 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-20 15:10:54,032 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-20 15:10:54,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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" 2019-01-20 15:10:54,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd336e89-7d42-4b59-be77-fc9a55ca70c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2019-01-20 15:10:54,041 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cd336e89-7d42-4b59-be77-fc9a55ca70c6 2019-01-20 15:10:54,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2019-01-20 15:10:54,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4babf422661f4547b9d6f5e4a8e4ce07", "name": "Member"}, {"id": "77f3d538c7cd4e1a927402af90dfd66a", "name": "admin"}], "expires_at": "2019-01-20T16:10:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da0e00e122f34b848d8bd19021947e0a", "name": "tempest_full_paral-project_8829d8f6-f479-4003-bc56-ffa7fad8541f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.6:8776/v3/da0e00e122f34b848d8bd19021947e0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c7b8413eedb43969d8113c071638457"}, {"url": "http://192.30.9.6:8776/v3/da0e00e122f34b848d8bd19021947e0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92c381d4658f48afa573e0eda6654b7e"}, {"url": "http://172.30.9.22:8776/v3/da0e00e122f34b848d8bd19021947e0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98b4e83a246c42f7bb32b7aa95be4bcd"}], "type": "volumev3", "id": "0db328df60024ec1a94dc6db6b96daba", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/da0e00e122f34b848d8bd19021947e0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7145befd77ab45b5bb73536ddfb081f0"}, {"url": "http://192.30.9.6:8776/v1/da0e00e122f34b848d8bd19021947e0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1c5d9f1ad6c49dfbd5a3a347ab30074"}, {"url": "http://192.30.9.6:8776/v1/da0e00e122f34b848d8bd19021947e0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ada22fa41ecf4254b7fd0d20dc4ffdff"}], "type": "volume", "id": "1ee893b213ec495eacfa10e42a17fc26", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.6:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1e1a673b03b54bc7b0464b7bb71fe106"}, {"url": "http://192.30.9.6:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9fdfc5d97084db5a1a1c9e935506dd2"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bcf9cfe36ad24874b8b5efa34c747b44"}], "type": "identity", "id": "461a661a7b3b487cbbe5b6f9f737f7aa", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.6:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2eefe2dcb12a47b1a6c7d54b93fb16d1"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ea9af4ce5994af6a754a48251d2a15d"}, {"url": "http://192.30.9.6:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6096afd49449ca834709a24697111e"}], "type": "network", "id": "61e45110754d4c4095d659149afad5bb", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.6:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac1a43c8bbd3416ca077aa85aeadcc05"}, {"url": "http://192.30.9.6:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9f97d7323074c009eb9ddada38cb163"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1ce8fa6a47c4c5c8a4627c1dee8dc16"}], "type": "alarming", "id": "666ebcca57a54f05b462a99ec0e984f8", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29fe9dc629b44021a0ec3a55747439bc"}, {"url": "http://192.30.9.6:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fe5574ba5ac40eb90b158266394457e"}, {"url": "http://192.30.9.6:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6f08bf9741f542808e5848c0ba7795e0"}], "type": "nfv-orchestration", "id": "676928eb63d54826a44fa3a4cb57a657", "name": "tacker"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/da0e00e122f34b848d8bd19021947e0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1928acaf1bbb4995bfa4e2e2c3aa4dcb"}, {"url": "http://192.30.9.6:8004/v1/da0e00e122f34b848d8bd19021947e0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5917d267f6484a629ff3a3277aede776"}, {"url": "http://192.30.9.6:8004/v1/da0e00e122f34b848d8bd19021947e0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6019315ff6e4e27a037576f9a47ffdb"}], "type": "orchestration", "id": "74946f2b59634eb0aa706bd3d49732f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.6:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86687275b50449038727399464ca5563"}, {"url": "http://172.30.9.22:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb150f6b140491b84ceab1b9fc91d35"}, {"url": "http://192.30.9.6:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4c199466c554a768d18feac4241107d"}], "type": "key-manager", "id": "79602fe8331a4f008f770df81b47c0fd", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.6:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32f922e61b2746378fe8853829a88c37"}, {"url": "http://192.30.9.6:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4e5f2929c0cf44fc8c631b4c673409dd"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f704c9722ade4566b97f4f5731c8d0d1"}], "type": "metric", "id": "a52cb97e7333480a947a5ee5b140ce8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.6:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "20c9ef60d7a147e4988bc1cfdfd07932"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01b51727a2245f2824f4b7cf202eb40"}, {"url": "http://192.30.9.6:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c238088798db45eca432c8887925bc67"}], "type": "image", "id": "a61603b336bd4db983952259e15350f1", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "128d3b1e5184426caeb0fac9bfb078f2"}, {"url": "http://192.30.9.6:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "426262d1f1f44b6e96bb9a2ad8f42181"}, {"url": "http://192.30.9.6:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "810446a0895a484085720b1b289c6ec3"}], "type": "cloudformation", "id": "c046d7f51ab440e992f9460438b66d14", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "47522f60edd04e899f576dc12da3c9be"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b96945d0bac84134bccb539607611457"}, {"url": "http://192.30.9.6:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c2a98828c44b464098a69e475454444b"}], "type": "compute", "id": "c1f85d94cee44799aa6fc5cbdba83cd7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.6:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3800014c932d40f29bb9dc0bfcdfd5e1"}, {"url": "http://172.30.9.22:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd639fdd49594512a3a3c60de9e8f242"}, {"url": "http://192.30.9.6:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f921a94bddad4881bf668cc485d3318f"}], "type": "policy", "id": "cffef5f47ec6460590ee77aa26a31fae", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.6:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b39f9a67a104eb89d23146a80405c53"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19292b6c561c40f2ad76d929c0c92dfa"}, {"url": "http://192.30.9.6:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52eb155647904c6986af2bf8e868c340"}], "type": "placement", "id": "d3f8c74380aa43ff83ab27e0c61acd7e", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "de10c8d8806b446f908592d97ba05fdc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/da0e00e122f34b848d8bd19021947e0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c45bbf057e6d4a26b0d0bf76f60c912f"}, {"url": "http://192.30.9.6:8776/v2/da0e00e122f34b848d8bd19021947e0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e077aaabbddb4090a832209de121bc4a"}, {"url": "http://192.30.9.6:8776/v2/da0e00e122f34b848d8bd19021947e0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e35913f7561f466bbbe9de4ee6e2c439"}], "type": "volumev2", "id": "ef6c51a853bd4714ab75ecd2f0a28b28", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_full_parallel-user_8829d8f6-f479-4003-bc56-ffa7fad8541f", "id": "dfc271d1330f43b28bc858dd9024dfaa"}, "audit_ids": ["23e0-1AXTb2ohaSsUAG85Q"], "issued_at": "2019-01-20T15:10:54.000000Z"}} 2019-01-20 15:10:54,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}3b5318063b6f565218a3ecb4ba3a39be79349cc1" 2019-01-20 15:10:54,447 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sun, 20 Jan 2019 15:10:54 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2019-01-20 15:10:54,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 15:10:54,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}3b5318063b6f565218a3ecb4ba3a39be79349cc1" 2019-01-20 15:10:55,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b9fea987-3e29-45a8-a1eb-9fbc007f4d09 Date: Sun, 20 Jan 2019 15:10:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 15:10:55,004 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-b9fea987-3e29-45a8-a1eb-9fbc007f4d09 2019-01-20 15:10:55,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.553552865982s 2019-01-20 15:10:55,005 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-b9fea987-3e29-45a8-a1eb-9fbc007f4d09 2019-01-20 15:10:55,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-20 15:10:55,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}3b5318063b6f565218a3ecb4ba3a39be79349cc1" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_8829d8f6-f479-4003-bc56-ffa7fad8541f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_8829d8f6-f479-4003-bc56-ffa7fad8541f"}' 2019-01-20 15:10:55,243 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 893 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d X-Openstack-Request-Id: req-b55d9657-464a-4d9e-8388-87a366498951 Date: Sun, 20 Jan 2019 15:10:55 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d/file", "owner": "da0e00e122f34b848d8bd19021947e0a", "id": "c8d627c2-faae-4397-aa2b-0e95d3498c9d", "size": null, "self": "/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T15:10:55Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_8829d8f6-f479-4003-bc56-ffa7fad8541f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_8829d8f6-f479-4003-bc56-ffa7fad8541f", "checksum": null, "created_at": "2019-01-20T15:10:55Z", "protected": false} 2019-01-20 15:10:55,243 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-b55d9657-464a-4d9e-8388-87a366498951 2019-01-20 15:10:55,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.235992908478s 2019-01-20 15:10:55,244 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-b55d9657-464a-4d9e-8388-87a366498951 returning object c8d627c2-faae-4397-aa2b-0e95d3498c9d 2019-01-20 15:10:55,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-20 15:10:55,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d/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}3b5318063b6f565218a3ecb4ba3a39be79349cc1" -d '' 2019-01-20 15:10:56,552 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b1a7b4a7-2fc4-47ed-a04d-cd625e707213 Date: Sun, 20 Jan 2019 15:10:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 15:10:56,552 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d/file used request id req-b1a7b4a7-2fc4-47ed-a04d-cd625e707213 2019-01-20 15:10:56,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.30840587616s 2019-01-20 15:10:56,553 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d/file used request id req-b1a7b4a7-2fc4-47ed-a04d-cd625e707213 2019-01-20 15:10:56,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 15:10:56,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}3b5318063b6f565218a3ecb4ba3a39be79349cc1" 2019-01-20 15:10:57,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-f924da9b-3f86-4674-ae31-664df1b99705 Date: Sun, 20 Jan 2019 15:10:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d/snap", "metadata": {}}], "file": "/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d/file", "owner": "da0e00e122f34b848d8bd19021947e0a", "id": "c8d627c2-faae-4397-aa2b-0e95d3498c9d", "size": 12716032, "self": "/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T15:10:56Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_8829d8f6-f479-4003-bc56-ffa7fad8541f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_8829d8f6-f479-4003-bc56-ffa7fad8541f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T15:10:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 15:10:57,122 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-f924da9b-3f86-4674-ae31-664df1b99705 2019-01-20 15:10:57,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.568587779999s 2019-01-20 15:10:57,123 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-f924da9b-3f86-4674-ae31-664df1b99705 2019-01-20 15:10:57,124 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d/file', 'owner': u'da0e00e122f34b848d8bd19021947e0a', 'id': u'c8d627c2-faae-4397-aa2b-0e95d3498c9d', 'size': 12716032, u'self': u'/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'da0e00e122f34b848d8bd19021947e0a', 'name': 'tempest_full_paral-project_8829d8f6-f479-4003-bc56-ffa7fad8541f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-20T15:10:56Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-20T15:10:56Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_8829d8f6-f479-4003-bc56-ffa7fad8541f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_8829d8f6-f479-4003-bc56-ffa7fad8541f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_8829d8f6-f479-4003-bc56-ffa7fad8541f', 'created': u'2019-01-20T15:10:55Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-20T15:10:55Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_8829d8f6-f479-4003-bc56-ffa7fad8541f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-20 15:10:57,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-20 15:10:57,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}6f67d3142e2c2bd48abc45d87a703978481cfa02" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_full_parallel-flavor_8829d8f6-f479-4003-bc56-ffa7fad8541f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-20 15:10:57,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2cc8b291-d3d7-445b-97fb-696376d25b0c x-compute-request-id: req-2cc8b291-d3d7-445b-97fb-696376d25b0c Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a7d247bd-3963-40c4-a56b-5bb8fa022bbd", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a7d247bd-3963-40c4-a56b-5bb8fa022bbd", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a7d247bd-3963-40c4-a56b-5bb8fa022bbd", "name": "tempest_full_parallel-flavor_8829d8f6-f479-4003-bc56-ffa7fad8541f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 15:10:57,330 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-2cc8b291-d3d7-445b-97fb-696376d25b0c 2019-01-20 15:10:57,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.205139875412s 2019-01-20 15:10:57,331 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-2cc8b291-d3d7-445b-97fb-696376d25b0c returning object a7d247bd-3963-40c4-a56b-5bb8fa022bbd 2019-01-20 15:10:57,332 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_8829d8f6-f479-4003-bc56-ffa7fad8541f', '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'057838f782f94e5ca660a8d24231cdb7', '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'a7d247bd-3963-40c4-a56b-5bb8fa022bbd', 'swap': 0}) 2019-01-20 15:10:57,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-20 15:10:57,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/a7d247bd-3963-40c4-a56b-5bb8fa022bbd/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}6f67d3142e2c2bd48abc45d87a703978481cfa02" -d '{"extra_specs": {}}' 2019-01-20 15:10:57,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fb96970f-ccbb-4e20-a643-054e01fb4977 x-compute-request-id: req-fb96970f-ccbb-4e20-a643-054e01fb4977 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 15:10:57,355 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/a7d247bd-3963-40c4-a56b-5bb8fa022bbd/os-extra_specs used request id req-fb96970f-ccbb-4e20-a643-054e01fb4977 2019-01-20 15:10:57,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0228669643402s 2019-01-20 15:10:57,356 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/a7d247bd-3963-40c4-a56b-5bb8fa022bbd/os-extra_specs used request id req-fb96970f-ccbb-4e20-a643-054e01fb4977 2019-01-20 15:10:57,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 15:10:57,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}3b5318063b6f565218a3ecb4ba3a39be79349cc1" 2019-01-20 15:10:57,368 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 20 Jan 2019 15:10: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.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-20 15:10:57,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b5318063b6f565218a3ecb4ba3a39be79349cc1" 2019-01-20 15:10:57,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24fe7364-cbdb-41c0-bd7e-55aebee624cd Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4babf422661f4547b9d6f5e4a8e4ce07", "links": {"self": "http://172.30.9.22:5000/v3/roles/4babf422661f4547b9d6f5e4a8e4ce07"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 15:10:57,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-24fe7364-cbdb-41c0-bd7e-55aebee624cd 2019-01-20 15:10:57,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0880970954895s 2019-01-20 15:10:57,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-20 15:10:57,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}3b5318063b6f565218a3ecb4ba3a39be79349cc1" 2019-01-20 15:10:57,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:10:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7ce0139-8942-4745-9bfe-9822c8717a26 x-compute-request-id: req-d7ce0139-8942-4745-9bfe-9822c8717a26 Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 179}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10163, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 182}, "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.9", "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}]} 2019-01-20 15:10:57,722 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-d7ce0139-8942-4745-9bfe-9822c8717a26 2019-01-20 15:10:57,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.272338867188s 2019-01-20 15:10:57,723 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-d7ce0139-8942-4745-9bfe-9822c8717a26 2019-01-20 15:10:57,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 15:10:57,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}3b5318063b6f565218a3ecb4ba3a39be79349cc1" 2019-01-20 15:10:57,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-ef0f5bcf-d9da-4712-b8c0-7bbfc3f3d597 Date: Sun, 20 Jan 2019 15:10:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d/snap", "metadata": {}}], "file": "/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d/file", "owner": "da0e00e122f34b848d8bd19021947e0a", "id": "c8d627c2-faae-4397-aa2b-0e95d3498c9d", "size": 12716032, "self": "/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T15:10:56Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_8829d8f6-f479-4003-bc56-ffa7fad8541f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_8829d8f6-f479-4003-bc56-ffa7fad8541f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T15:10:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 15:10:57,902 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ef0f5bcf-d9da-4712-b8c0-7bbfc3f3d597 2019-01-20 15:10:57,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17867898941s 2019-01-20 15:10:57,903 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ef0f5bcf-d9da-4712-b8c0-7bbfc3f3d597 2019-01-20 15:10:57,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-20 15:10:57,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}3b5318063b6f565218a3ecb4ba3a39be79349cc1" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_8829d8f6-f479-4003-bc56-ffa7fad8541f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_alt_8829d8f6-f479-4003-bc56-ffa7fad8541f"}' 2019-01-20 15:10:58,573 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 901 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa X-Openstack-Request-Id: req-132c0d87-5bf2-40a7-9ed4-ce34ed91ad81 Date: Sun, 20 Jan 2019 15:10:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa/file", "owner": "da0e00e122f34b848d8bd19021947e0a", "id": "f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa", "size": null, "self": "/v2/images/f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T15:10:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_8829d8f6-f479-4003-bc56-ffa7fad8541f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_8829d8f6-f479-4003-bc56-ffa7fad8541f", "checksum": null, "created_at": "2019-01-20T15:10:58Z", "protected": false} 2019-01-20 15:10:58,574 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-132c0d87-5bf2-40a7-9ed4-ce34ed91ad81 2019-01-20 15:10:58,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.668255090714s 2019-01-20 15:10:58,574 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-132c0d87-5bf2-40a7-9ed4-ce34ed91ad81 returning object f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa 2019-01-20 15:10:58,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-20 15:10:58,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa/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}3b5318063b6f565218a3ecb4ba3a39be79349cc1" -d '' 2019-01-20 15:10:59,830 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-71ae7b62-a189-4768-9666-36c51cb98a94 Date: Sun, 20 Jan 2019 15:10:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 15:10:59,830 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa/file used request id req-71ae7b62-a189-4768-9666-36c51cb98a94 2019-01-20 15:10:59,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.25511884689s 2019-01-20 15:10:59,831 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa/file used request id req-71ae7b62-a189-4768-9666-36c51cb98a94 2019-01-20 15:10:59,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 15:10:59,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}3b5318063b6f565218a3ecb4ba3a39be79349cc1" 2019-01-20 15:11:00,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2387 Content-Type: application/json X-Openstack-Request-Id: req-faefd453-9974-457b-8a21-3e648cd464cf Date: Sun, 20 Jan 2019 15:11:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa/snap", "metadata": {}}], "file": "/v2/images/f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa/file", "owner": "da0e00e122f34b848d8bd19021947e0a", "id": "f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa", "size": 12716032, "self": "/v2/images/f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T15:10:59Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_8829d8f6-f479-4003-bc56-ffa7fad8541f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_8829d8f6-f479-4003-bc56-ffa7fad8541f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T15:10:58Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d/snap", "metadata": {}}], "file": "/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d/file", "owner": "da0e00e122f34b848d8bd19021947e0a", "id": "c8d627c2-faae-4397-aa2b-0e95d3498c9d", "size": 12716032, "self": "/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T15:10:56Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_8829d8f6-f479-4003-bc56-ffa7fad8541f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_8829d8f6-f479-4003-bc56-ffa7fad8541f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T15:10:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 15:11:00,385 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-faefd453-9974-457b-8a21-3e648cd464cf 2019-01-20 15:11:00,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.554272890091s 2019-01-20 15:11:00,386 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-faefd453-9974-457b-8a21-3e648cd464cf 2019-01-20 15:11:00,389 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa/file', 'owner': u'da0e00e122f34b848d8bd19021947e0a', 'id': u'f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa', 'size': 12716032, u'self': u'/v2/images/f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'da0e00e122f34b848d8bd19021947e0a', 'name': 'tempest_full_paral-project_8829d8f6-f479-4003-bc56-ffa7fad8541f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-20T15:10:59Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-20T15:10:59Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_8829d8f6-f479-4003-bc56-ffa7fad8541f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_8829d8f6-f479-4003-bc56-ffa7fad8541f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_8829d8f6-f479-4003-bc56-ffa7fad8541f', 'created': u'2019-01-20T15:10:58Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-20T15:10:58Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_8829d8f6-f479-4003-bc56-ffa7fad8541f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-20 15:11:00,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-20 15:11:00,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}6f67d3142e2c2bd48abc45d87a703978481cfa02" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_full_parallel-flavor_alt_8829d8f6-f479-4003-bc56-ffa7fad8541f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-20 15:11:00,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:11:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-194450c2-5b28-4db5-a9b2-c37d078d1009 x-compute-request-id: req-194450c2-5b28-4db5-a9b2-c37d078d1009 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a9febe3a-caee-4f39-9065-f4852bdedfb9", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a9febe3a-caee-4f39-9065-f4852bdedfb9", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a9febe3a-caee-4f39-9065-f4852bdedfb9", "name": "tempest_full_parallel-flavor_alt_8829d8f6-f479-4003-bc56-ffa7fad8541f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-20 15:11:00,443 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-194450c2-5b28-4db5-a9b2-c37d078d1009 2019-01-20 15:11:00,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0533530712128s 2019-01-20 15:11:00,444 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-194450c2-5b28-4db5-a9b2-c37d078d1009 returning object a9febe3a-caee-4f39-9065-f4852bdedfb9 2019-01-20 15:11:00,444 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_8829d8f6-f479-4003-bc56-ffa7fad8541f', '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'057838f782f94e5ca660a8d24231cdb7', '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'a9febe3a-caee-4f39-9065-f4852bdedfb9', 'swap': 0}) 2019-01-20 15:11:00,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-20 15:11:00,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/a9febe3a-caee-4f39-9065-f4852bdedfb9/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}6f67d3142e2c2bd48abc45d87a703978481cfa02" -d '{"extra_specs": {}}' 2019-01-20 15:11:00,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:11:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ea307734-d683-42e7-95ec-d72c0c422507 x-compute-request-id: req-ea307734-d683-42e7-95ec-d72c0c422507 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-20 15:11:00,465 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/a9febe3a-caee-4f39-9065-f4852bdedfb9/os-extra_specs used request id req-ea307734-d683-42e7-95ec-d72c0c422507 2019-01-20 15:11:00,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0200321674347s 2019-01-20 15:11:00,466 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/a9febe3a-caee-4f39-9065-f4852bdedfb9/os-extra_specs used request id req-ea307734-d683-42e7-95ec-d72c0c422507 2019-01-20 15:11:00,466 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_8829d8f6-f479-4003-bc56-ffa7fad8541f', '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'057838f782f94e5ca660a8d24231cdb7', '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'a9febe3a-caee-4f39-9065-f4852bdedfb9', 'swap': 0}) 2019-01-20 15:11:03,477 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-20 15:11:02.446 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b23ba565-b57d-4308-ba95-f10e1a7d91a8) for deployment 'opnfv-rally' (UUID=8cb7af2a-da19-4b9e-9dbe-64e5dba1ca66). 2019-01-20 15:11:03.336 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-20 15:11:03.338 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b23ba565-b57d-4308-ba95-f10e1a7d91a8) has been successfully configured for deployment 'opnfv-rally' (UUID=8cb7af2a-da19-4b9e-9dbe-64e5dba1ca66)! 2019-01-20 15:11:03,477 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-20 15:11:03,478 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-20 15:11:03,481 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-20 15:11:03,499 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2019-01-20 15:11:06,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b23ba565-b57d-4308-ba95-f10e1a7d91a8/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2019-01-20 15:11:06,128 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-20 15:11:06,153 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-20 15:11:06,157 - 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']'. 2019-01-20 15:11:08,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:08.182 49 INFO rally.api [-] Starting verification (UUID=5dc9df77-aac2-42f8-89f8-1e53ac5dc5ea) for deployment 'opnfv-rally' (UUID=8cb7af2a-da19-4b9e-9dbe-64e5dba1ca66) by verifier 'opnfv-tempest' (UUID=b23ba565-b57d-4308-ba95-f10e1a7d91a8). 2019-01-20 15:11:08,183 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 5dc9df77-aac2-42f8-89f8-1e53ac5dc5ea 2019-01-20 15:11:13,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:13.643 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2019-01-20 15:11:13,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:13.646 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2019-01-20 15:11:13,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:13.649 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]. 2019-01-20 15:11:13,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:13.650 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]. 2019-01-20 15:11:13,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:13.676 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]. 2019-01-20 15:11:16,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:16.892 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.256s] 2019-01-20 15:11:16,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:16.909 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.227s] 2019-01-20 15:11:16,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:16.913 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.173s] 2019-01-20 15:11:16,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:16.980 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.071s] 2019-01-20 15:11:17,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.027 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.133s] 2019-01-20 15:11:17,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.032 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.333s] 2019-01-20 15:11:17,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.064 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.083s] 2019-01-20 15:11:17,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.091 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.209s] 2019-01-20 15:11:17,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.109 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.017s] 2019-01-20 15:11:17,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.152 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.088s] 2019-01-20 15:11:17,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.164 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.244s] 2019-01-20 15:11:17,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.173 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.021s] 2019-01-20 15:11:17,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.233 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.197s] 2019-01-20 15:11:17,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.234 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.205s] 2019-01-20 15:11:17,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.246 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.014s] 2019-01-20 15:11:17,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.279 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.114s] 2019-01-20 15:11:17,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.287 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.276s] 2019-01-20 15:11:17,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.290 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.180s] 2019-01-20 15:11:17,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.358 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.072s] 2019-01-20 15:11:17,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.372 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.198s] 2019-01-20 15:11:17,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.380 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.134s] 2019-01-20 15:11:17,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.433 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.061s] 2019-01-20 15:11:17,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.443 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.063s] 2019-01-20 15:11:17,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.457 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.228s] 2019-01-20 15:11:17,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.466 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.023s] 2019-01-20 15:11:17,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.476 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.010s] 2019-01-20 15:11:17,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.480 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.202s] 2019-01-20 15:11:17,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.485 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.008s] 2019-01-20 15:11:17,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.598 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.561s] 2019-01-20 15:11:17,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.777 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.320s] 2019-01-20 15:11:17,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.828 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.347s] 2019-01-20 15:11:17,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.853 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.077s] 2019-01-20 15:11:17,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.913 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.553s] 2019-01-20 15:11:17,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.931 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.154s] 2019-01-20 15:11:17,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:17.980 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.381s] 2019-01-20 15:11:18,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:18.110 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.281s] 2019-01-20 15:11:18,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:18.127 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.275s] 2019-01-20 15:11:18,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:18.309 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.327s] 2019-01-20 15:11:18,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:18.317 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.009s] 2019-01-20 15:11:18,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:18.327 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.010s] 2019-01-20 15:11:18,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:18.340 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.012s] 2019-01-20 15:11:18,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:18.346 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.412s] 2019-01-20 15:11:18,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:18.596 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.661s] 2019-01-20 15:11:18,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:18.730 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.388s] 2019-01-20 15:11:18,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:18.732 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.384s] 2019-01-20 15:11:18,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:18.960 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.364s] 2019-01-20 15:11:19,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:19.054 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.324s] 2019-01-20 15:11:19,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:19.104 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.049s] 2019-01-20 15:11:19,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:19.296 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [2.262s] 2019-01-20 15:11:19,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:19.355 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.251s] 2019-01-20 15:11:19,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:19.893 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.537s] 2019-01-20 15:11:19,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:19.906 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.012s] 2019-01-20 15:11:20,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:20.688 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [0.780s] 2019-01-20 15:11:20,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:20.937 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.250s] 2019-01-20 15:11:21,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:21.398 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [4.514s] 2019-01-20 15:11:21,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:21.472 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [2.508s] 2019-01-20 15:11:21,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:21.907 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.437s] 2019-01-20 15:11:22,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:22.306 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.398s] 2019-01-20 15:11:22,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:22.666 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2019-01-20 15:11:23,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:23.618 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]. 2019-01-20 15:11:23,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:23.619 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]. 2019-01-20 15:11:23,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:23.736 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.613s] 2019-01-20 15:11:24,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:24.037 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.175s] 2019-01-20 15:11:24,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:24.062 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.025s] 2019-01-20 15:11:24,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:24.099 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.363s] 2019-01-20 15:11:24,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:24.440 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.340s] 2019-01-20 15:11:24,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:24.818 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [3.417s] 2019-01-20 15:11:24,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:24.835 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.394s] 2019-01-20 15:11:25,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:25.395 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.288s] 2019-01-20 15:11:25,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:25.574 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.179s] 2019-01-20 15:11:25,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:25.578 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.208s] 2019-01-20 15:11:25,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:25.590 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.012s] 2019-01-20 15:11:25,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:25.617 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.026s] 2019-01-20 15:11:25,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:25.671 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.837s] 2019-01-20 15:11:25,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:25.717 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.141s] 2019-01-20 15:11:25,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:25.723 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.165s] 2019-01-20 15:11:25,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:25.759 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.142s] 2019-01-20 15:11:25,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:25.787 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.064s] 2019-01-20 15:11:25,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:25.842 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.055s] 2019-01-20 15:11:25,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:25.984 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.225s] 2019-01-20 15:11:25,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:25.997 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.012s] 2019-01-20 15:11:26,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:26.002 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.286s] 2019-01-20 15:11:26,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:26.009 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.337s] 2019-01-20 15:11:26,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:26.045 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.048s] 2019-01-20 15:11:26,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:26.059 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.013s] 2019-01-20 15:11:26,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:26.130 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.070s] 2019-01-20 15:11:26,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:26.140 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.010s] 2019-01-20 15:11:26,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:26.151 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.010s] 2019-01-20 15:11:26,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:26.162 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.011s] 2019-01-20 15:11:26,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:26.176 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.013s] 2019-01-20 15:11:26,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:26.201 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.026s] 2019-01-20 15:11:28,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:28.194 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.157s] 2019-01-20 15:11:28,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:28.783 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [3.963s] 2019-01-20 15:11:28,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:28.787 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. 2019-01-20 15:11:28,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:28.788 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. 2019-01-20 15:11:28,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:28.796 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.013s] 2019-01-20 15:11:29,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:29.422 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [12.593s] 2019-01-20 15:11:30,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:30.992 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [1.220s] 2019-01-20 15:11:31,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:31.706 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.714s] 2019-01-20 15:11:32,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:32.269 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.562s] 2019-01-20 15:11:32,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:32.834 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [1.549s] 2019-01-20 15:11:32,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:32.942 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [16.247s] 2019-01-20 15:11:33,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:33.083 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.250s] 2019-01-20 15:11:34,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:34.054 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.290s] 2019-01-20 15:11:34,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:34.064 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.010s] 2019-01-20 15:11:35,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:35.285 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.136s] 2019-01-20 15:11:35,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:35.737 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.669s] 2019-01-20 15:11:35,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:35.741 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 2019-01-20 15:11:35,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:35.745 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.002s]: Skipped until Bug: 1161411 is resolved. 2019-01-20 15:11:35,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:35.747 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.002s]: Skipped until Bug: 1161411 is resolved. 2019-01-20 15:11:36,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:36.100 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.358s] 2019-01-20 15:11:36,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:36.292 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.190s] 2019-01-20 15:11:36,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:36.296 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 2019-01-20 15:11:36,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:36.297 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 2019-01-20 15:11:36,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:36.299 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 2019-01-20 15:11:36,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:36.669 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [3.583s] 2019-01-20 15:11:36,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:36.852 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [0.655s] 2019-01-20 15:11:37,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:37.264 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.412s] 2019-01-20 15:11:37,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:37.791 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.526s] 2019-01-20 15:11:39,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:39.075 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [14.071s] 2019-01-20 15:11:39,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:39.373 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [1.579s] 2019-01-20 15:11:39,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:39.806 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.674s] 2019-01-20 15:11:40,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:40.482 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.675s] 2019-01-20 15:11:41,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:41.003 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.520s] 2019-01-20 15:11:41,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:41.525 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [13.326s] 2019-01-20 15:11:41,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:41.533 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.011s] 2019-01-20 15:11:41,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:41.544 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.010s] 2019-01-20 15:11:41,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:41.560 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.015s] 2019-01-20 15:11:42,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:42.185 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [16.613s] 2019-01-20 15:11:43,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:43.389 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [1.207s] 2019-01-20 15:11:47,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:47.299 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [3.909s] 2019-01-20 15:11:47,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:47.983 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [11.314s] 2019-01-20 15:11:49,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:49.000 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [23.369s] 2019-01-20 15:11:49,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:49.022 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.028s] 2019-01-20 15:11:49,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:49.034 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.012s] 2019-01-20 15:11:49,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:49.047 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] 2019-01-20 15:11:49,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:49.056 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.009s] 2019-01-20 15:11:49,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:49.369 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.312s] 2019-01-20 15:11:49,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:49.764 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.394s] 2019-01-20 15:11:50,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:50.103 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.338s] 2019-01-20 15:11:50,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:50.642 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [9.080s] 2019-01-20 15:11:50,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:50.818 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.712s] 2019-01-20 15:11:50,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:50.820 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [3.517s] 2019-01-20 15:11:50,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:50.937 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [25.094s] 2019-01-20 15:11:51,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:51.122 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.184s] 2019-01-20 15:11:51,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:51.269 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.453s] 2019-01-20 15:11:52,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:52.294 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [1.651s] 2019-01-20 15:11:52,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:52.315 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [1.498s] 2019-01-20 15:11:53,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:53.584 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [1.267s] 2019-01-20 15:11:54,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:54.223 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [21.277s] 2019-01-20 15:11:54,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:54.561 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [0.977s] 2019-01-20 15:11:57,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:57.167 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [2.605s] 2019-01-20 15:11:57,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:11:57.704 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.537s] 2019-01-20 15:12:03,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:03.878 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [23.958s] 2019-01-20 15:12:05,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:05.136 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.206s] 2019-01-20 15:12:05,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:05.221 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.085s] 2019-01-20 15:12:05,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:05.315 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.093s] 2019-01-20 15:12:05,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:05.468 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.153s] 2019-01-20 15:12:05,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:05.590 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.774s] 2019-01-20 15:12:05,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:05.980 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.388s] 2019-01-20 15:12:06,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:06.813 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.259s] 2019-01-20 15:12:06,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:06.829 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.016s] 2019-01-20 15:12:06,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:06.846 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.016s] 2019-01-20 15:12:07,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:07.048 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.201s] 2019-01-20 15:12:07,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:07.061 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.013s] 2019-01-20 15:12:07,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:07.135 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.073s] 2019-01-20 15:12:07,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:07.158 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.022s] 2019-01-20 15:12:07,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:07.218 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.060s] 2019-01-20 15:12:07,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:07.233 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.014s] 2019-01-20 15:12:07,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:07.314 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.080s] 2019-01-20 15:12:07,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:07.333 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.019s] 2019-01-20 15:12:08,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:08.680 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [4.804s] 2019-01-20 15:12:09,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:09.517 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]. 2019-01-20 15:12:10,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:10.252 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [12.138s] 2019-01-20 15:12:10,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:10.502 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.252s] 2019-01-20 15:12:11,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:11.626 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2019-01-20 15:12:11,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:11.790 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.286s] 2019-01-20 15:12:12,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:12.647 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.856s] 2019-01-20 15:12:12,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:12.697 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.050s] 2019-01-20 15:12:13,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:13.528 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [2.001s] 2019-01-20 15:12:14,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:14.044 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.346s] 2019-01-20 15:12:14,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:14.637 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.110s] 2019-01-20 15:12:14,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:14.676 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.632s] 2019-01-20 15:12:14,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:14.695 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.057s] 2019-01-20 15:12:14,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:14.755 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.060s] 2019-01-20 15:12:14,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:14.818 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.062s] 2019-01-20 15:12:14,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:14.857 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.039s] 2019-01-20 15:12:14,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:14.927 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.069s] 2019-01-20 15:12:14,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:14.983 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.055s] 2019-01-20 15:12:15,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:15.040 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.056s] 2019-01-20 15:12:15,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:15.070 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.031s] 2019-01-20 15:12:15,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:15.137 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.065s] 2019-01-20 15:12:15,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:15.176 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [1.648s] 2019-01-20 15:12:15,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:15.211 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.073s] 2019-01-20 15:12:15,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:15.916 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.738s] 2019-01-20 15:12:20,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:20.489 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.179s] 2019-01-20 15:12:20,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:20.526 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] 2019-01-20 15:12:20,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:20.757 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.230s] 2019-01-20 15:12:20,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:20.817 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [4.900s] 2019-01-20 15:12:21,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:21.472 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.655s] 2019-01-20 15:12:21,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:21.675 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [29.315s] 2019-01-20 15:12:25,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:25.081 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [3.409s] 2019-01-20 15:12:35,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:35.130 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2019-01-20 15:12:39,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:39.052 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [13.969s] 2019-01-20 15:12:49,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:49.354 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 [68.330s] 2019-01-20 15:12:54,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:54.673 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.053s] 2019-01-20 15:12:54,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:54.771 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [85.802s] 2019-01-20 15:12:54,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:54.789 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.023s] 2019-01-20 15:12:54,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:54.803 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.130s] 2019-01-20 15:12:55,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:12:55.106 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [34.994s] 2019-01-20 15:13:04,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:04.369 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [50.383s] 2019-01-20 15:13:04,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:04.894 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [15.194s] 2019-01-20 15:13:09,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:09.981 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [5.615s] 2019-01-20 15:13:11,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:11.939 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.671s] 2019-01-20 15:13:12,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:12.012 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.073s] 2019-01-20 15:13:12,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:12.573 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.558s] 2019-01-20 15:13:12,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:12.672 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.099s] 2019-01-20 15:13:12,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:12.673 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2019-01-20 15:13:14,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:14.577 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [9.683s] 2019-01-20 15:13:19,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:19.508 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [33.251s] 2019-01-20 15:13:21,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:21.650 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]. 2019-01-20 15:13:24,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:24.708 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.209s] 2019-01-20 15:13:24,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:24.900 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.193s] 2019-01-20 15:13:28,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:28.708 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... success [11.530s] 2019-01-20 15:13:28,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:28.796 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.088s] 2019-01-20 15:13:29,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:29.321 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.523s] 2019-01-20 15:13:29,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:29.428 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... success [0.106s] 2019-01-20 15:13:29,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:29.429 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2019-01-20 15:13:29,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:29.821 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [40.463s] 2019-01-20 15:13:35,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:35.866 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [60.723s] 2019-01-20 15:13:38,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:38.112 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [59.048s] 2019-01-20 15:13:40,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:40.562 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [2.454s] 2019-01-20 15:13:41,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:41.777 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.499s] 2019-01-20 15:13:45,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:45.439 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [25.929s] 2019-01-20 15:13:48,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:48.220 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [53.111s] 2019-01-20 15:13:53,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:53.043 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [4.824s] 2019-01-20 15:13:53,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:53.748 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [1.869s] 2019-01-20 15:13:55,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:55.345 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... success [107.860s] 2019-01-20 15:13:56,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:56.183 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.443s] 2019-01-20 15:13:56,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:56.232 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.049s] 2019-01-20 15:13:58,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:58.404 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [2.170s] 2019-01-20 15:13:58,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:58.518 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.114s] 2019-01-20 15:13:58,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:58.702 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.240s] 2019-01-20 15:13:58,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:58.715 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.014s] 2019-01-20 15:13:59,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:59.211 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [5.263s] 2019-01-20 15:13:59,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:59.591 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [1.072s] 2019-01-20 15:13:59,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:59.669 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.953s] 2019-01-20 15:13:59,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:13:59.700 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.032s] 2019-01-20 15:14:00,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:00.109 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [105.404s] 2019-01-20 15:14:03,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:03.619 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 [4.408s] 2019-01-20 15:14:03,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:03.634 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.014s] 2019-01-20 15:14:04,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:04.652 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.153s] 2019-01-20 15:14:05,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:05.064 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.429s] 2019-01-20 15:14:06,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:06.264 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.199s] 2019-01-20 15:14:07,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:07.036 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 [0.772s] 2019-01-20 15:14:07,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:07.073 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.036s] 2019-01-20 15:14:07,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:07.109 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.036s] 2019-01-20 15:14:11,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:11.920 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [11.811s] 2019-01-20 15:14:13,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:13.872 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.956s] 2019-01-20 15:14:13,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:13.987 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [2.070s] 2019-01-20 15:14:15,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:15.087 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [39.213s] 2019-01-20 15:14:15,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:15.088 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. 2019-01-20 15:14:17,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:17.766 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [19.692s] 2019-01-20 15:14:19,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:19.116 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [5.243s] 2019-01-20 15:14:25,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:25.229 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2019-01-20 15:14:25,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:25.759 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [21.102s] 2019-01-20 15:14:28,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:28.092 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [33.036s] 2019-01-20 15:14:28,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:28.933 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [94.119s] 2019-01-20 15:14:34,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:34.718 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.050s] 2019-01-20 15:14:34,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:34.728 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.011s] 2019-01-20 15:14:35,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:35.101 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [1.035s] 2019-01-20 15:14:35,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:35.834 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [7.745s] 2019-01-20 15:14:35,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:35.998 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [18.229s] 2019-01-20 15:14:36,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:36.065 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.362s] 2019-01-20 15:14:40,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:40.213 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [5.108s] 2019-01-20 15:14:41,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:41.196 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [48.139s] 2019-01-20 15:14:41,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:41.197 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. 2019-01-20 15:14:41,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:41.287 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.223s] 2019-01-20 15:14:41,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:41.727 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [1.515s] 2019-01-20 15:14:45,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:45.800 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [20.036s] 2019-01-20 15:14:47,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:47.401 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2019-01-20 15:14:47,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:47.403 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: Glance API v1 not supported 2019-01-20 15:14:47,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:47.404 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: Glance API v1 not supported 2019-01-20 15:14:52,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:52.918 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.121s] 2019-01-20 15:14:53,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:53.115 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.197s] 2019-01-20 15:14:59,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:59.005 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.317s] 2019-01-20 15:14:59,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:59.055 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.050s] 2019-01-20 15:14:59,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:14:59.098 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [13.904s] 2019-01-20 15:15:01,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:01.940 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.387s] 2019-01-20 15:15:01,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:01.958 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.018s] 2019-01-20 15:15:01,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:01.976 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.018s] 2019-01-20 15:15:02,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:02.277 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.297s] 2019-01-20 15:15:03,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:03.786 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.506s] 2019-01-20 15:15:03,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:03.802 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.019s] 2019-01-20 15:15:03,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:03.827 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.025s] 2019-01-20 15:15:03,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:03.838 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.011s] 2019-01-20 15:15:03,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:03.850 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.011s] 2019-01-20 15:15:03,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:03.868 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.017s] 2019-01-20 15:15:03,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:03.880 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.012s] 2019-01-20 15:15:03,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:03.891 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.011s] 2019-01-20 15:15:07,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:07.948 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2019-01-20 15:15:14,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:14.323 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [21.508s] 2019-01-20 15:15:16,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:16.291 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [17.148s] 2019-01-20 15:15:20,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:20.223 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [7.322s] 2019-01-20 15:15:20,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:20.289 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.065s] 2019-01-20 15:15:20,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:20.509 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.220s] 2019-01-20 15:15:20,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:20.669 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.158s] 2019-01-20 15:15:20,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:20.670 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2019-01-20 15:15:21,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:21.098 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [2.240s] 2019-01-20 15:15:21,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:21.217 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [35.414s] 2019-01-20 15:15:21,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:21.435 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.335s] 2019-01-20 15:15:24,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:24.513 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [3.078s] 2019-01-20 15:15:31,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:31.416 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [19.037s] 2019-01-20 15:15:31,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:31.494 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [87.983s] 2019-01-20 15:15:36,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:36.386 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2019-01-20 15:15:37,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:37.523 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [31.624s] 2019-01-20 15:15:37,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:37.525 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. 2019-01-20 15:15:37,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:37.526 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. 2019-01-20 15:15:37,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:37.527 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. 2019-01-20 15:15:38,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:38.017 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]. 2019-01-20 15:15:38,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:38.517 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: Glance API v1 not supported 2019-01-20 15:15:39,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:39.623 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.427s] 2019-01-20 15:15:39,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:39.790 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.167s] 2019-01-20 15:15:40,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:40.169 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.379s] 2019-01-20 15:15:41,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:41.806 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [27.483s] 2019-01-20 15:15:43,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:43.892 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.771s] 2019-01-20 15:15:44,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:44.668 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [23.447s] 2019-01-20 15:15:45,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:45.353 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [64.144s] 2019-01-20 15:15:48,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:48.305 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.051s] 2019-01-20 15:15:51,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:51.704 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]. 2019-01-20 15:15:52,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:52.236 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.173s] 2019-01-20 15:15:52,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:52.417 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.181s] 2019-01-20 15:15:52,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:52.576 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.159s] 2019-01-20 15:15:53,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:53.175 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.597s] 2019-01-20 15:15:53,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:15:53.359 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.184s] 2019-01-20 15:16:05,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:05.303 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [7.495s] 2019-01-20 15:16:05,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:05.926 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.623s] 2019-01-20 15:16:06,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:06.666 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [2.140s] 2019-01-20 15:16:07,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:07.294 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [62.949s] 2019-01-20 15:16:07,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:07.554 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [4.596s] 2019-01-20 15:16:08,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:08.218 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [26.410s] 2019-01-20 15:16:08,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:08.432 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.506s] 2019-01-20 15:16:09,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:09.461 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [2.794s] 2019-01-20 15:16:09,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:09.930 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [2.374s] 2019-01-20 15:16:11,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:11.204 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.770s] 2019-01-20 15:16:11,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:11.240 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [1.778s] 2019-01-20 15:16:12,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:12.879 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [56.577s] 2019-01-20 15:16:14,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:14.183 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [2.941s] 2019-01-20 15:16:14,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:14.543 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [4.613s] 2019-01-20 15:16:17,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:17.299 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [2.755s] 2019-01-20 15:16:17,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:17.524 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.074s] 2019-01-20 15:16:21,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:21.092 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [3.793s] 2019-01-20 15:16:23,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:23.865 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [2.772s] 2019-01-20 15:16:26,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:26.021 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [17.802s] 2019-01-20 15:16:27,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:27.099 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [9.571s] 2019-01-20 15:16:28,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:28.760 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [123.497s] 2019-01-20 15:16:31,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:31.741 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [122.779s] 2019-01-20 15:16:38,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:38.433 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [9.666s] 2019-01-20 15:16:38,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:38.444 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [53.073s] 2019-01-20 15:16:40,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:40.475 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [14.475s] 2019-01-20 15:16:41,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:41.656 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [15.633s] 2019-01-20 15:16:43,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:43.238 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.412s] 2019-01-20 15:16:43,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:43.453 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.255s] 2019-01-20 15:16:46,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:46.464 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [3.225s] 2019-01-20 15:16:48,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:48.553 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [62.264s] 2019-01-20 15:16:49,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:49.521 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [3.056s] 2019-01-20 15:16:51,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:51.448 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.378s] 2019-01-20 15:16:51,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:51.817 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.368s] 2019-01-20 15:16:52,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:52.145 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.862s] 2019-01-20 15:16:52,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:52.991 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [1.174s] 2019-01-20 15:16:53,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:53.412 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.420s] 2019-01-20 15:16:53,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:53.901 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2019-01-20 15:16:54,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:54.012 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.600s] 2019-01-20 15:16:54,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:54.050 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.528s] 2019-01-20 15:16:54,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:54.817 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.804s] 2019-01-20 15:16:56,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:56.676 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [16.200s] 2019-01-20 15:16:57,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:57.243 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [92.577s] 2019-01-20 15:16:58,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:58.247 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [45.363s] 2019-01-20 15:16:58,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:58.644 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [4.593s] 2019-01-20 15:16:59,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:16:59.388 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [17.731s] 2019-01-20 15:17:00,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:00.702 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [3.464s] 2019-01-20 15:17:02,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:02.455 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.759s] 2019-01-20 15:17:05,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:05.176 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [2.721s] 2019-01-20 15:17:06,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:06.811 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2019-01-20 15:17:08,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:08.483 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [8.878s] 2019-01-20 15:17:10,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:10.374 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [31.942s] 2019-01-20 15:17:10,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:10.818 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [10.116s] 2019-01-20 15:17:10,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:10.858 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [5.679s] 2019-01-20 15:17:11,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:11.784 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.440s] 2019-01-20 15:17:11,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:11.970 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [1.112s] 2019-01-20 15:17:13,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:13.620 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [1.648s] 2019-01-20 15:17:13,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:13.981 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [14.593s] 2019-01-20 15:17:15,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:15.434 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.378s] 2019-01-20 15:17:15,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:15.634 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.199s] 2019-01-20 15:17:15,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:15.825 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.191s] 2019-01-20 15:17:16,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:16.365 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.538s] 2019-01-20 15:17:16,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:16.576 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.211s] 2019-01-20 15:17:17,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:17.092 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.514s] 2019-01-20 15:17:17,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:17.278 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.186s] 2019-01-20 15:17:17,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:17.485 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [105.964s] 2019-01-20 15:17:17,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:17.747 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since ... success [0.468s] 2019-01-20 15:17:18,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:18.150 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.402s] 2019-01-20 15:17:18,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:18.968 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref ... success [0.816s] 2019-01-20 15:17:19,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:19.202 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.234s] 2019-01-20 15:17:19,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:19.712 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.508s] 2019-01-20 15:17:20,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:20.124 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.413s] 2019-01-20 15:17:22,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:22.525 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [7.841s] 2019-01-20 15:17:24,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:24.397 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.089s] 2019-01-20 15:17:24,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:24.819 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.421s] 2019-01-20 15:17:24,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:24.895 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.076s] 2019-01-20 15:17:24,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:24.994 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.098s] 2019-01-20 15:17:25,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:25.087 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.092s] 2019-01-20 15:17:26,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:26.678 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.464s] 2019-01-20 15:17:26,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:26.771 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [1.682s] 2019-01-20 15:17:27,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:27.044 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.365s] 2019-01-20 15:17:27,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:27.498 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [17.122s] 2019-01-20 15:17:28,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:28.318 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.824s] 2019-01-20 15:17:28,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:28.430 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [1.386s] 2019-01-20 15:17:29,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:29.100 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [2.329s] 2019-01-20 15:17:29,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:29.597 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.166s] 2019-01-20 15:17:30,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:30.162 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [105.472s] 2019-01-20 15:17:30,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:30.321 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.723s] 2019-01-20 15:17:30,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:30.895 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.573s] 2019-01-20 15:17:32,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:32.226 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.330s] 2019-01-20 15:17:32,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:32.416 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [9.890s] 2019-01-20 15:17:35,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:35.958 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [5.023s] 2019-01-20 15:17:36,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:36.024 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.068s] 2019-01-20 15:17:36,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:36.152 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [39.475s] 2019-01-20 15:17:36,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:36.681 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2019-01-20 15:17:39,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:39.485 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [90.492s] 2019-01-20 15:17:42,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:42.855 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [28.873s] 2019-01-20 15:17:44,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:44.713 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]. 2019-01-20 15:17:44,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:44.713 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2019-01-20 15:17:45,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:45.550 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [17.226s] 2019-01-20 15:17:48,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:48.033 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [3.239s] 2019-01-20 15:17:48,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:48.499 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.008s] 2019-01-20 15:17:51,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:51.302 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [3.268s] 2019-01-20 15:17:53,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:53.655 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [8.106s] 2019-01-20 15:17:53,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:53.740 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2019-01-20 15:17:55,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:55.060 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [107.745s] 2019-01-20 15:17:55,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:55.450 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [23.034s] 2019-01-20 15:17:58,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:58.548 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [3.425s] 2019-01-20 15:17:59,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:17:59.946 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.290s] 2019-01-20 15:18:00,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:00.338 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.392s] 2019-01-20 15:18:01,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:01.572 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [3.023s] 2019-01-20 15:18:05,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:05.350 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [3.777s] 2019-01-20 15:18:07,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:07.013 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.161s] 2019-01-20 15:18:07,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:07.159 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.145s] 2019-01-20 15:18:07,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:07.317 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.158s] 2019-01-20 15:18:07,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:07.466 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.148s] 2019-01-20 15:18:07,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:07.618 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.152s] 2019-01-20 15:18:07,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:07.627 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.008s] 2019-01-20 15:18:07,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:07.700 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [31.546s] 2019-01-20 15:18:07,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:07.862 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.234s] 2019-01-20 15:18:08,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:08.015 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.152s] 2019-01-20 15:18:08,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:08.092 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [2.742s] 2019-01-20 15:18:08,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:08.202 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.187s] 2019-01-20 15:18:08,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:08.397 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.195s] 2019-01-20 15:18:09,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:09.103 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [15.445s] 2019-01-20 15:18:09,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:09.362 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [97.599s] 2019-01-20 15:18:09,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:09.621 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [0.521s]: Skipped until Bug: 1014647 is resolved. 2019-01-20 15:18:14,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:14.340 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [6.245s] 2019-01-20 15:18:14,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:14.431 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [5.976s] 2019-01-20 15:18:16,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:16.540 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [2.108s] 2019-01-20 15:18:17,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:17.808 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [99.351s] 2019-01-20 15:18:18,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:18.011 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.241s] 2019-01-20 15:18:18,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:18.167 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.823s] 2019-01-20 15:18:18,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:18.184 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.172s] 2019-01-20 15:18:18,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:18.553 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [4.213s] 2019-01-20 15:18:19,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:19.687 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [1.501s] 2019-01-20 15:18:21,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:21.782 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [16.183s] 2019-01-20 15:18:22,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:22.184 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2019-01-20 15:18:23,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:23.085 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [3.397s] 2019-01-20 15:18:23,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:23.091 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.007s] 2019-01-20 15:18:23,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:23.247 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.155s] 2019-01-20 15:18:23,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:23.447 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.199s] 2019-01-20 15:18:23,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:23.646 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.199s] 2019-01-20 15:18:25,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:25.261 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]. 2019-01-20 15:18:29,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:29.179 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.058s] 2019-01-20 15:18:29,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:29.254 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.074s] 2019-01-20 15:18:29,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:29.389 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [11.217s] 2019-01-20 15:18:29,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:29.831 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.576s] 2019-01-20 15:18:30,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:30.633 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [8.850s] 2019-01-20 15:18:31,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:31.088 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [8.566s] 2019-01-20 15:18:31,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:31.552 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.515s] 2019-01-20 15:18:31,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:31.646 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [1.814s] 2019-01-20 15:18:31,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:31.931 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.378s] 2019-01-20 15:18:32,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:32.300 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.369s] 2019-01-20 15:18:32,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:32.679 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.378s] 2019-01-20 15:18:33,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:33.051 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.371s] 2019-01-20 15:18:36,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:36.243 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [6.853s] 2019-01-20 15:18:37,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:37.585 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.342s] 2019-01-20 15:18:37,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:37.914 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [30.212s] 2019-01-20 15:18:38,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:38.624 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.039s] 2019-01-20 15:18:39,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:39.677 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.052s] 2019-01-20 15:18:40,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:40.701 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.023s] 2019-01-20 15:18:41,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:41.266 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [10.632s] 2019-01-20 15:18:41,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:41.349 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.648s] 2019-01-20 15:18:41,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:41.706 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.163s] 2019-01-20 15:18:43,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:43.341 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [1.990s] 2019-01-20 15:18:44,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:44.490 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [13.402s] 2019-01-20 15:18:46,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:46.533 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [10.535s] 2019-01-20 15:18:46,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:46.711 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [3.369s] 2019-01-20 15:18:47,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:47.304 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.593s] 2019-01-20 15:18:47,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:47.527 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 2019-01-20 15:18:47,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:47.645 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.340s] 2019-01-20 15:18:48,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:48.037 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.391s] 2019-01-20 15:18:48,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:48.573 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.535s] 2019-01-20 15:18:48,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:48.832 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.259s] 2019-01-20 15:18:49,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:49.360 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.526s] 2019-01-20 15:18:50,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:50.022 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.660s] 2019-01-20 15:18:50,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:50.902 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.880s] 2019-01-20 15:18:51,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:51.305 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.403s] 2019-01-20 15:18:52,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:52.173 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest ... skip: DVR extension not enabled. 2019-01-20 15:18:52,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:52.176 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2019-01-20 15:18:52,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:52.178 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2019-01-20 15:18:52,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:52.179 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2019-01-20 15:18:52,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:52.465 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [11.198s] 2019-01-20 15:18:52,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:52.670 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.325s] 2019-01-20 15:18:52,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:52.753 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.083s] 2019-01-20 15:18:52,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:52.837 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.083s] 2019-01-20 15:18:52,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:52.910 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.072s] 2019-01-20 15:18:53,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:53.014 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.104s] 2019-01-20 15:18:54,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:54.941 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [97.431s] 2019-01-20 15:18:55,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:55.482 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [60.409s] 2019-01-20 15:18:55,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:55.560 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [4.705s] 2019-01-20 15:18:58,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:58.339 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_add_list_remove_router_on_l3_agent ... success [2.885s] 2019-01-20 15:18:58,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:58.416 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_list_routers_on_l3_agent ... success [0.077s] 2019-01-20 15:18:59,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:59.672 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [8.363s] 2019-01-20 15:18:59,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:18:59.674 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 2019-01-20 15:19:00,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:00.128 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.457s] 2019-01-20 15:19:00,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:00.414 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.285s] 2019-01-20 15:19:00,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:00.681 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.267s] 2019-01-20 15:19:01,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:01.005 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.324s] 2019-01-20 15:19:01,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:01.432 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.425s] 2019-01-20 15:19:01,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:01.537 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [51.901s] 2019-01-20 15:19:01,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:01.958 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.526s] 2019-01-20 15:19:02,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:02.212 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.253s] 2019-01-20 15:19:02,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:02.848 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.634s] 2019-01-20 15:19:03,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:03.298 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.450s] 2019-01-20 15:19:03,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:03.850 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.551s] 2019-01-20 15:19:04,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:04.024 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [19.534s] 2019-01-20 15:19:04,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:04.122 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.271s] 2019-01-20 15:19:04,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:04.444 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [11.978s] 2019-01-20 15:19:04,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:04.763 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.638s] 2019-01-20 15:19:04,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:04.765 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. 2019-01-20 15:19:04,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:04.766 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2019-01-20 15:19:05,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:05.140 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.377s] 2019-01-20 15:19:05,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:05.608 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.468s] 2019-01-20 15:19:10,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:10.007 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [90.500s] 2019-01-20 15:19:12,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:12.951 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [35.036s] 2019-01-20 15:19:13,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:13.009 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [20.152s] 2019-01-20 15:19:13,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:13.055 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.047s] 2019-01-20 15:19:14,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:14.934 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [10.908s] 2019-01-20 15:19:15,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:15.293 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [2.237s] 2019-01-20 15:19:20,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:20.841 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [25.356s] 2019-01-20 15:19:20,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:20.887 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2019-01-20 15:19:20,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:20.888 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2019-01-20 15:19:20,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:20.890 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2019-01-20 15:19:20,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:20.892 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]. 2019-01-20 15:19:20,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:20.893 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2019-01-20 15:19:21,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:21.792 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [6.857s] 2019-01-20 15:19:22,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:22.051 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [11.965s] 2019-01-20 15:19:22,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:22.473 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [7.178s] 2019-01-20 15:19:22,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:22.524 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [18.079s] 2019-01-20 15:19:22,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:22.725 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [24.847s] 2019-01-20 15:19:25,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:25.425 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [19.810s] 2019-01-20 15:19:26,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:26.023 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.602s] 2019-01-20 15:19:26,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:26.158 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [3.686s] 2019-01-20 15:19:26,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:26.441 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.282s] 2019-01-20 15:19:26,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:26.671 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.229s] 2019-01-20 15:19:26,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:26.785 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.761s] 2019-01-20 15:19:26,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:26.787 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. 2019-01-20 15:19:26,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:26.788 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. 2019-01-20 15:19:27,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:27.056 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.269s] 2019-01-20 15:19:27,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:27.307 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.251s] 2019-01-20 15:19:28,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:28.037 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.729s] 2019-01-20 15:19:30,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:30.386 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.017s] 2019-01-20 15:19:30,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:30.741 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [9.374s] 2019-01-20 15:19:31,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:31.942 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [3.517s] 2019-01-20 15:19:32,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:32.090 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.366s] 2019-01-20 15:19:32,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:32.101 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.160s] 2019-01-20 15:19:32,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:32.277 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.175s] 2019-01-20 15:19:32,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:32.603 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.511s] 2019-01-20 15:19:32,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:32.879 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.276s] 2019-01-20 15:19:32,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:32.905 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [10.381s] 2019-01-20 15:19:33,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:33.454 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.572s] 2019-01-20 15:19:33,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:33.832 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.379s] 2019-01-20 15:19:33,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:33.909 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.076s] 2019-01-20 15:19:34,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:34.076 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.166s] 2019-01-20 15:19:34,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:34.195 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.118s] 2019-01-20 15:19:34,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:34.285 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.090s] 2019-01-20 15:19:34,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:34.387 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.101s] 2019-01-20 15:19:34,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:34.452 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.065s] 2019-01-20 15:19:36,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:36.406 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [6.017s] 2019-01-20 15:19:42,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:42.570 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [11.830s] 2019-01-20 15:19:42,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:42.912 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [10.630s] 2019-01-20 15:19:44,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:44.795 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [9.478s] 2019-01-20 15:19:45,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:45.506 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [32.554s] 2019-01-20 15:19:46,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:46.138 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [13.231s] 2019-01-20 15:19:46,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:46.499 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [12.043s] 2019-01-20 15:19:46,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:46.524 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.027s] 2019-01-20 15:19:47,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:47.858 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.329s] 2019-01-20 15:19:47,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:47.861 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.002s]: Skipped until Bug: 1540645 is resolved. 2019-01-20 15:19:48,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:48.110 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.252s] 2019-01-20 15:19:48,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:48.257 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [9.052s] 2019-01-20 15:19:48,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:48.291 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.181s] 2019-01-20 15:19:48,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:48.573 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.316s] 2019-01-20 15:19:49,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:49.317 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.744s] 2019-01-20 15:19:49,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:49.639 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [27.844s] 2019-01-20 15:19:49,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:49.709 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.072s] 2019-01-20 15:19:49,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:49.782 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [4.985s] 2019-01-20 15:19:49,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:49.941 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.231s] 2019-01-20 15:19:50,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:50.032 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.283s] 2019-01-20 15:19:50,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:50.155 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [4.016s] 2019-01-20 15:19:50,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:50.876 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [8.304s] 2019-01-20 15:19:51,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:51.707 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [1.925s] 2019-01-20 15:19:51,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:51.713 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.907s] 2019-01-20 15:19:51,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:51.723 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2019-01-20 15:19:53,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:53.990 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [31.264s] 2019-01-20 15:19:56,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:56.256 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [13.342s] 2019-01-20 15:19:56,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:56.440 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.187s] 2019-01-20 15:19:56,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:56.442 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2019-01-20 15:19:56,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:56.705 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [4.998s] 2019-01-20 15:19:59,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:59.120 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [8.244s] 2019-01-20 15:19:59,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:19:59.679 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [9.523s] 2019-01-20 15:20:00,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:00.287 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.607s] 2019-01-20 15:20:00,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:00.553 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.266s] 2019-01-20 15:20:00,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:00.664 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.111s] 2019-01-20 15:20:00,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:00.871 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.206s] 2019-01-20 15:20:00,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:00.942 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.070s] 2019-01-20 15:20:01,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:01.179 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.236s] 2019-01-20 15:20:01,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:01.284 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.104s] 2019-01-20 15:20:01,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:01.495 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.210s] 2019-01-20 15:20:01,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:01.546 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.051s] 2019-01-20 15:20:01,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:01.661 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [5.034s] 2019-01-20 15:20:01,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:01.688 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [5.248s] 2019-01-20 15:20:04,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:04.265 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [2.604s] 2019-01-20 15:20:04,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:04.811 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.546s] 2019-01-20 15:20:05,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:05.312 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.500s] 2019-01-20 15:20:05,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:05.461 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [15.519s] 2019-01-20 15:20:06,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:06.877 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.694s] 2019-01-20 15:20:07,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:07.911 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [2.598s] 2019-01-20 15:20:07,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:07.938 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.182s] 2019-01-20 15:20:08,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:08.604 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [9.481s] 2019-01-20 15:20:11,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:11.141 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [3.228s] 2019-01-20 15:20:11,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:11.331 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [4.454s] 2019-01-20 15:20:12,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:12.028 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2019-01-20 15:20:12,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:12.073 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [10.525s] 2019-01-20 15:20:12,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:12.195 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [26.689s] 2019-01-20 15:20:12,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:12.479 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.538s] 2019-01-20 15:20:12,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:12.968 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [71.420s] 2019-01-20 15:20:13,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:13.471 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.992s] 2019-01-20 15:20:13,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:13.659 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [2.517s] 2019-01-20 15:20:13,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:13.775 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [5.335s] 2019-01-20 15:20:14,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:14.295 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 [2.963s] 2019-01-20 15:20:14,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:14.760 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [1.098s] 2019-01-20 15:20:15,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:15.592 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.120s] 2019-01-20 15:20:16,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:16.597 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [1.837s] 2019-01-20 15:20:16,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:16.919 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [8.314s] 2019-01-20 15:20:17,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:17.282 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.180s] 2019-01-20 15:20:17,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:17.354 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.072s] 2019-01-20 15:20:18,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:18.340 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.039s] 2019-01-20 15:20:18,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:18.352 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.997s] 2019-01-20 15:20:18,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:18.362 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.010s] 2019-01-20 15:20:18,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:18.413 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.051s] 2019-01-20 15:20:18,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:18.424 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.010s] 2019-01-20 15:20:18,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:18.468 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.043s] 2019-01-20 15:20:18,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:18.512 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.043s] 2019-01-20 15:20:18,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:18.600 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [24.607s] 2019-01-20 15:20:18,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:18.995 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.401s] 2019-01-20 15:20:19,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:19.990 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [3.392s] 2019-01-20 15:20:23,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:23.753 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [88.796s] 2019-01-20 15:20:24,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:24.108 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2019-01-20 15:20:24,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:24.413 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [10.637s] 2019-01-20 15:20:25,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:25.008 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [6.011s] 2019-01-20 15:20:25,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:25.453 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2019-01-20 15:20:26,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:26.220 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.226s] 2019-01-20 15:20:26,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:26.250 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.098s] 2019-01-20 15:20:26,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:26.349 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.099s] 2019-01-20 15:20:26,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:26.462 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.241s] 2019-01-20 15:20:26,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:26.474 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.124s] 2019-01-20 15:20:26,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:26.483 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.473s] 2019-01-20 15:20:26,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:26.484 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2019-01-20 15:20:26,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:26.506 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.044s] 2019-01-20 15:20:26,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:26.734 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.227s] 2019-01-20 15:20:26,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:26.903 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.169s] 2019-01-20 15:20:27,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:27.091 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.187s] 2019-01-20 15:20:27,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:27.126 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.035s] 2019-01-20 15:20:27,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:27.159 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.033s] 2019-01-20 15:20:27,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:27.180 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.700s] 2019-01-20 15:20:27,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:27.360 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.200s] 2019-01-20 15:20:27,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:27.589 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.229s] 2019-01-20 15:20:30,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:30.071 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.887s] 2019-01-20 15:20:30,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:30.932 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [1.345s] 2019-01-20 15:20:31,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:31.535 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [4.288s] 2019-01-20 15:20:31,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:31.769 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [1.698s] 2019-01-20 15:20:31,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:31.801 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.031s] 2019-01-20 15:20:31,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:31.832 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.032s] 2019-01-20 15:20:31,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:31.859 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.027s] 2019-01-20 15:20:31,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:31.934 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [1.003s] 2019-01-20 15:20:32,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:32.053 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.254s] 2019-01-20 15:20:34,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:34.320 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [19.976s] 2019-01-20 15:20:34,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:34.321 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 2019-01-20 15:20:34,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:34.843 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [11.090s] 2019-01-20 15:20:34,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:34.929 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [4.741s] 2019-01-20 15:20:35,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:35.250 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [3.314s] 2019-01-20 15:20:37,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:37.032 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [1.782s] 2019-01-20 15:20:37,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:37.674 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [6.138s] 2019-01-20 15:20:38,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:38.227 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2019-01-20 15:20:38,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:38.229 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2019-01-20 15:20:38,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:38.230 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]. 2019-01-20 15:20:39,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:39.271 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [14.856s] 2019-01-20 15:20:40,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:40.467 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.062s] 2019-01-20 15:20:40,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:40.488 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.021s] 2019-01-20 15:20:41,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:41.287 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]. 2019-01-20 15:20:41,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:41.681 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [36.218s] 2019-01-20 15:20:41,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:41.742 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.062s] 2019-01-20 15:20:41,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:41.785 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [4.109s] 2019-01-20 15:20:41,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:41.795 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.052s] 2019-01-20 15:20:43,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:43.126 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.680s] 2019-01-20 15:20:43,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:43.626 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.063s] 2019-01-20 15:20:43,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:43.636 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.010s] 2019-01-20 15:20:43,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:43.776 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.139s] 2019-01-20 15:20:43,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:43.788 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2019-01-20 15:20:43,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:43.799 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2019-01-20 15:20:43,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:43.828 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.029s] 2019-01-20 15:20:43,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:43.897 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.068s] 2019-01-20 15:20:43,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:43.962 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.064s] 2019-01-20 15:20:44,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:44.109 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.147s] 2019-01-20 15:20:44,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:44.125 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2019-01-20 15:20:44,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:44.193 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.068s] 2019-01-20 15:20:46,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:46.021 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.905s] 2019-01-20 15:20:46,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:46.405 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2019-01-20 15:20:46,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:46.726 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2019-01-20 15:20:46,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:46.727 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2019-01-20 15:20:46,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:46.728 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2019-01-20 15:20:47,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:47.000 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [5.770s] 2019-01-20 15:20:47,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:47.344 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [5.591s] 2019-01-20 15:20:47,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:47.346 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... skip [0.001s]: Skipped until Bug: 1687044 is resolved. 2019-01-20 15:20:47,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:47.739 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.351s] 2019-01-20 15:20:48,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:48.900 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [7.115s] 2019-01-20 15:20:50,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:50.619 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.171s] 2019-01-20 15:20:50,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:50.632 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.013s] 2019-01-20 15:20:50,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:50.643 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.010s] 2019-01-20 15:20:50,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:50.989 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.345s] 2019-01-20 15:20:50,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:50.998 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2019-01-20 15:20:51,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:51.011 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.012s] 2019-01-20 15:20:51,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:51.360 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.347s] 2019-01-20 15:20:51,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:51.701 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.341s] 2019-01-20 15:20:52,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:52.185 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [4.919s] 2019-01-20 15:20:52,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:52.376 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.192s] 2019-01-20 15:20:52,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:52.539 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.162s] 2019-01-20 15:20:53,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:53.042 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... skip: Glance API v1 not supported 2019-01-20 15:20:53,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:53.044 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR ... skip: dvr extension not enabled. 2019-01-20 15:20:54,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:54.097 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.414s] 2019-01-20 15:20:54,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:54.202 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2019-01-20 15:20:54,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:54.354 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.256s] 2019-01-20 15:20:54,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:54.645 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [2.104s] 2019-01-20 15:20:55,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:55.172 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [13.375s] 2019-01-20 15:20:57,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:57.639 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [2.993s] 2019-01-20 15:20:57,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:57.657 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [10.657s] 2019-01-20 15:20:59,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:59.071 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [82.646s] 2019-01-20 15:20:59,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:59.482 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [1.843s] 2019-01-20 15:20:59,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:59.714 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [4.879s] 2019-01-20 15:20:59,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:20:59.738 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [4.723s] 2019-01-20 15:21:00,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:00.533 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.024s] 2019-01-20 15:21:05,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:05.992 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [7.154s] 2019-01-20 15:21:07,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:07.892 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2019-01-20 15:21:08,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:08.019 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [2.075s] 2019-01-20 15:21:08,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:08.542 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.521s] 2019-01-20 15:21:09,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:09.153 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [11.495s] 2019-01-20 15:21:09,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:09.423 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [0.879s] 2019-01-20 15:21:09,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:09.432 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [56.447s] 2019-01-20 15:21:09,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:09.490 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [8.956s] 2019-01-20 15:21:09,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:09.638 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.740s] 2019-01-20 15:21:09,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:09.893 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.254s] 2019-01-20 15:21:10,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:10.042 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.091s] 2019-01-20 15:21:11,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:11.522 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [16.348s] 2019-01-20 15:21:11,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:11.736 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: Glance API v1 not supported 2019-01-20 15:21:12,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:12.055 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [54.411s] 2019-01-20 15:21:12,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:12.583 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [3.430s] 2019-01-20 15:21:15,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:15.504 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [3.724s] 2019-01-20 15:21:15,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:15.664 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.812s] 2019-01-20 15:21:15,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:15.768 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [6.276s] 2019-01-20 15:21:16,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:16.343 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.758s] 2019-01-20 15:21:16,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:16.527 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [1.024s] 2019-01-20 15:21:16,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:16.662 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.285s] 2019-01-20 15:21:16,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:16.948 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [1.283s] 2019-01-20 15:21:17,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:17.017 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.069s] 2019-01-20 15:21:17,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:17.737 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.719s] 2019-01-20 15:21:19,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:19.465 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [2.936s] 2019-01-20 15:21:22,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:22.670 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [6.900s] 2019-01-20 15:21:23,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:23.815 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.897s] 2019-01-20 15:21:24,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:24.838 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.023s] 2019-01-20 15:21:26,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:26.358 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [16.927s] 2019-01-20 15:21:27,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:27.499 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.683s] 2019-01-20 15:21:27,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:27.668 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [32.149s] 2019-01-20 15:21:28,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:28.532 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [5.861s] 2019-01-20 15:21:28,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:28.988 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [2.202s] 2019-01-20 15:21:30,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:30.505 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [1.974s] 2019-01-20 15:21:34,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:34.858 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [7.356s] 2019-01-20 15:21:34,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:34.970 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [18.625s] 2019-01-20 15:21:35,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:35.060 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.092s] 2019-01-20 15:21:35,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:35.138 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.077s] 2019-01-20 15:21:37,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:37.519 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.181s] 2019-01-20 15:21:37,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:37.667 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.147s] 2019-01-20 15:21:38,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:38.218 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.549s] 2019-01-20 15:21:38,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:38.438 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.220s] 2019-01-20 15:21:38,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:38.472 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.034s] 2019-01-20 15:21:38,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:38.710 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.239s] 2019-01-20 15:21:38,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:38.939 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.227s] 2019-01-20 15:21:39,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:39.142 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.202s] 2019-01-20 15:21:39,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:39.596 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.453s] 2019-01-20 15:21:39,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:39.658 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.061s] 2019-01-20 15:21:39,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:39.891 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.231s] 2019-01-20 15:21:39,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:39.943 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.052s] 2019-01-20 15:21:40,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:40.171 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.227s] 2019-01-20 15:21:40,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:40.227 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.054s] 2019-01-20 15:21:40,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:40.299 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.072s] 2019-01-20 15:21:40,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:40.862 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [15.348s] 2019-01-20 15:21:42,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:42.295 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [7.437s] 2019-01-20 15:21:43,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:43.212 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [1.869s] 2019-01-20 15:21:43,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:43.485 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [8.346s] 2019-01-20 15:21:43,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:43.637 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [4.543s] 2019-01-20 15:21:44,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:44.056 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [4.510s] 2019-01-20 15:21:44,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:44.547 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [16.878s] 2019-01-20 15:21:44,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:44.675 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [3.817s] 2019-01-20 15:21:49,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:49.549 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [23.186s] 2019-01-20 15:21:49,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:49.714 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [6.500s] 2019-01-20 15:21:49,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:49.870 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [5.194s] 2019-01-20 15:21:50,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:50.073 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.203s] 2019-01-20 15:21:50,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:50.085 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [9.178s] 2019-01-20 15:21:50,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:50.129 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [6.491s] 2019-01-20 15:21:50,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:50.305 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [6.248s] 2019-01-20 15:21:50,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:50.363 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.290s] 2019-01-20 15:21:50,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:50.399 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.035s] 2019-01-20 15:21:50,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:50.598 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.198s] 2019-01-20 15:21:50,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:50.631 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [8.335s] 2019-01-20 15:21:50,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:50.761 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.163s] 2019-01-20 15:21:50,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:50.773 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2019-01-20 15:21:51,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:50.999 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.225s] 2019-01-20 15:21:51,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:51.211 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.211s] 2019-01-20 15:21:51,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:51.312 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [1.599s] 2019-01-20 15:21:51,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:51.451 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.240s] 2019-01-20 15:21:51,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:51.641 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.189s] 2019-01-20 15:21:51,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:51.858 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.217s] 2019-01-20 15:21:52,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:52.027 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.168s] 2019-01-20 15:21:52,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:52.106 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.078s] 2019-01-20 15:21:52,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:52.285 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.179s] 2019-01-20 15:21:52,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:52.367 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [2.061s] 2019-01-20 15:21:52,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:52.532 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.248s] 2019-01-20 15:21:52,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:52.574 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.041s] 2019-01-20 15:21:52,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:52.803 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [1.070s] 2019-01-20 15:21:52,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:52.961 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.386s] 2019-01-20 15:21:53,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:52.999 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.039s] 2019-01-20 15:21:53,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:53.160 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [1.848s] 2019-01-20 15:21:53,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:53.217 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.217s] 2019-01-20 15:21:53,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:53.230 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.011s] 2019-01-20 15:21:53,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:53.260 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.032s] 2019-01-20 15:21:53,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:53.393 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [41.336s] 2019-01-20 15:21:53,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:53.448 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.187s] 2019-01-20 15:21:53,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:53.638 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.189s] 2019-01-20 15:21:53,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:53.678 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.040s] 2019-01-20 15:21:53,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:53.723 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.045s] 2019-01-20 15:21:53,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:53.756 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.032s] 2019-01-20 15:21:53,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:53.800 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.043s] 2019-01-20 15:21:53,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:53.997 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.196s] 2019-01-20 15:21:54,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:54.033 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.036s] 2019-01-20 15:21:55,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:55.687 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [2.526s] 2019-01-20 15:21:56,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:56.878 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [4.510s] 2019-01-20 15:21:57,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:57.635 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [7.548s] 2019-01-20 15:21:59,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:21:59.185 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [2.306s] 2019-01-20 15:22:01,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:01.160 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [3.525s] 2019-01-20 15:22:01,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:01.327 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2019-01-20 15:22:01,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:01.328 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]. 2019-01-20 15:22:01,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:01.329 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2019-01-20 15:22:04,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:04.700 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [20.151s] 2019-01-20 15:22:04,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:04.703 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. 2019-01-20 15:22:05,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:05.537 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [6.352s] 2019-01-20 15:22:05,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:05.752 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.229s] 2019-01-20 15:22:06,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:06.030 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.277s] 2019-01-20 15:22:06,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:06.263 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.232s] 2019-01-20 15:22:06,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:06.540 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.276s] 2019-01-20 15:22:06,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:06.602 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.759s] 2019-01-20 15:22:06,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:06.724 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.183s] 2019-01-20 15:22:07,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:07.155 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [5.994s] 2019-01-20 15:22:09,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:09.314 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.712s] 2019-01-20 15:22:09,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:09.331 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [25.844s] 2019-01-20 15:22:09,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:09.732 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.402s] 2019-01-20 15:22:09,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:09.775 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.043s] 2019-01-20 15:22:10,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:10.874 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.335s] 2019-01-20 15:22:11,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:11.483 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [20.849s] 2019-01-20 15:22:11,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:11.492 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.497s] 2019-01-20 15:22:11,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:11.644 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [4.919s] 2019-01-20 15:22:11,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:11.694 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.202s] 2019-01-20 15:22:11,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:11.985 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.291s] 2019-01-20 15:22:12,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:12.562 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [7.523s] 2019-01-20 15:22:16,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:16.439 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [9.284s] 2019-01-20 15:22:17,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:17.681 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [6.806s] 2019-01-20 15:22:19,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:19.076 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [14.375s] 2019-01-20 15:22:19,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:19.442 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [80.358s] 2019-01-20 15:22:19,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:19.495 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.057s] 2019-01-20 15:22:19,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:19.549 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.054s] 2019-01-20 15:22:20,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:20.071 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [2.320s] 2019-01-20 15:22:20,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:20.669 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [10.892s] 2019-01-20 15:22:21,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:21.134 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [3.452s] 2019-01-20 15:22:23,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:23.013 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [11.024s] 2019-01-20 15:22:23,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:23.073 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.063s] 2019-01-20 15:22:23,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:23.119 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.045s] 2019-01-20 15:22:24,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:24.259 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]. 2019-01-20 15:22:25,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:25.796 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2019-01-20 15:22:25,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:25.798 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2019-01-20 15:22:26,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:26.093 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [2.439s] 2019-01-20 15:22:27,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:27.712 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [30.055s] 2019-01-20 15:22:29,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:29.061 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [2.967s] 2019-01-20 15:22:29,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:29.510 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.187s] 2019-01-20 15:22:30,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:30.057 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.627s] 2019-01-20 15:22:30,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:30.173 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [9.038s] 2019-01-20 15:22:31,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:31.203 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.145s] 2019-01-20 15:22:32,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:32.238 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.033s] 2019-01-20 15:22:32,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:32.332 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.820s] 2019-01-20 15:22:32,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:32.337 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [2.163s] 2019-01-20 15:22:32,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:32.867 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [3.806s] 2019-01-20 15:22:33,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:33.255 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [12.585s] 2019-01-20 15:22:34,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:34.433 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [2.101s] 2019-01-20 15:22:35,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:35.436 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [3.099s] 2019-01-20 15:22:35,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:35.603 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.170s] 2019-01-20 15:22:35,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:35.679 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.243s] 2019-01-20 15:22:35,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:35.900 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.219s] 2019-01-20 15:22:36,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:36.023 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2019-01-20 15:22:36,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:36.046 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.146s] 2019-01-20 15:22:36,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:36.135 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.088s] 2019-01-20 15:22:36,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:36.201 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.065s] 2019-01-20 15:22:36,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:36.297 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.096s] 2019-01-20 15:22:36,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:36.396 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.099s] 2019-01-20 15:22:36,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:36.833 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.228s] 2019-01-20 15:22:36,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:36.863 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.466s] 2019-01-20 15:22:36,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:36.934 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.071s] 2019-01-20 15:22:38,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:38.553 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.320s] 2019-01-20 15:22:39,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:39.334 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [49.775s] 2019-01-20 15:22:39,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:39.375 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.821s] 2019-01-20 15:22:39,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:39.602 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.767s] 2019-01-20 15:22:39,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:39.988 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [7.120s] 2019-01-20 15:22:40,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:40.300 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [21.222s] 2019-01-20 15:22:42,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:42.473 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [3.514s] 2019-01-20 15:22:42,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:42.494 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.891s] 2019-01-20 15:22:42,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:42.823 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.329s] 2019-01-20 15:22:44,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:44.116 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]. 2019-01-20 15:22:44,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:44.118 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2019-01-20 15:22:44,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:44.633 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [2.161s] 2019-01-20 15:22:44,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:44.986 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.051s] 2019-01-20 15:22:45,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:45.253 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.428s] 2019-01-20 15:22:45,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:45.517 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [17.806s] 2019-01-20 15:22:46,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:46.402 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.148s] 2019-01-20 15:22:46,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:46.426 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [1.552s] 2019-01-20 15:22:48,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:48.015 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [1.612s] 2019-01-20 15:22:48,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:48.038 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.023s] 2019-01-20 15:22:48,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:48.066 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.028s] 2019-01-20 15:22:48,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:48.088 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.022s] 2019-01-20 15:22:48,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:48.146 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.720s] 2019-01-20 15:22:48,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:48.280 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2019-01-20 15:22:49,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:49.010 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [0.862s] 2019-01-20 15:22:49,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:49.708 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.866s] 2019-01-20 15:22:49,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:49.871 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2019-01-20 15:22:49,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:49.872 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2019-01-20 15:22:49,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:49.873 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]. 2019-01-20 15:22:49,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:49.875 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2019-01-20 15:22:50,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:50.404 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.697s] 2019-01-20 15:22:51,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:51.858 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [7.219s] 2019-01-20 15:22:53,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:53.006 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.512s] 2019-01-20 15:22:53,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:53.682 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.826s] 2019-01-20 15:22:55,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:55.493 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [2.389s] 2019-01-20 15:22:56,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:56.163 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [3.156s] 2019-01-20 15:22:59,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:59.681 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [5.997s] 2019-01-20 15:22:59,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:22:59.824 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [4.330s] 2019-01-20 15:23:00,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:00.169 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [6.015s] 2019-01-20 15:23:01,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:01.907 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [2.227s] 2019-01-20 15:23:02,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:02.013 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2019-01-20 15:23:02,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:02.014 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2019-01-20 15:23:02,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:02.594 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [2.425s] 2019-01-20 15:23:05,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:05.007 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [19.487s] 2019-01-20 15:23:05,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:05.010 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. 2019-01-20 15:23:05,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:05.418 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.120s] 2019-01-20 15:23:05,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:05.529 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.111s] 2019-01-20 15:23:05,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:05.647 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.117s] 2019-01-20 15:23:05,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:05.726 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.079s] 2019-01-20 15:23:05,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:05.760 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.849s] 2019-01-20 15:23:05,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:05.811 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.085s] 2019-01-20 15:23:05,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:05.831 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.075s] 2019-01-20 15:23:08,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:08.123 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [11.956s] 2019-01-20 15:23:09,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:09.572 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.453s] 2019-01-20 15:23:10,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:10.761 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2019-01-20 15:23:10,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:10.762 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2019-01-20 15:23:11,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:11.577 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [3.500s] 2019-01-20 15:23:12,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:12.791 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [1.213s] 2019-01-20 15:23:12,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:12.920 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.232s] 2019-01-20 15:23:12,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:12.942 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.367s] 2019-01-20 15:23:13,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:13.119 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest ... skip: Cinder backup feature disabled 2019-01-20 15:23:13,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:13.178 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.257s] 2019-01-20 15:23:13,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:13.306 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.514s] 2019-01-20 15:23:13,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:13.595 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.416s] 2019-01-20 15:23:13,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:13.772 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.176s] 2019-01-20 15:23:13,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:13.968 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.195s] 2019-01-20 15:23:13,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:13.989 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.021s] 2019-01-20 15:23:14,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:14.168 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.179s] 2019-01-20 15:23:14,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:14.357 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.188s] 2019-01-20 15:23:14,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:14.582 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.225s] 2019-01-20 15:23:14,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:14.672 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [1.366s] 2019-01-20 15:23:14,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:14.691 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.019s] 2019-01-20 15:23:14,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:14.714 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.022s] 2019-01-20 15:23:14,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:14.827 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.244s] 2019-01-20 15:23:15,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:15.132 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.304s] 2019-01-20 15:23:15,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:15.929 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [1.213s] 2019-01-20 15:23:16,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:16.061 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [3.119s] 2019-01-20 15:23:18,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:18.917 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.353s] 2019-01-20 15:23:19,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:19.447 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.384s] 2019-01-20 15:23:19,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:19.499 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.054s] 2019-01-20 15:23:20,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:20.139 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [15.130s] 2019-01-20 15:23:21,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:21.996 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]. 2019-01-20 15:23:22,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:22.852 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [3.931s] 2019-01-20 15:23:22,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:22.853 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. 2019-01-20 15:23:23,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:23.914 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [43.609s] 2019-01-20 15:23:24,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:24.673 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.049s] 2019-01-20 15:23:24,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:24.716 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.043s] 2019-01-20 15:23:24,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:24.903 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.186s] 2019-01-20 15:23:25,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:25.541 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [69.137s] 2019-01-20 15:23:25,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:25.611 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.706s] 2019-01-20 15:23:25,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:25.734 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [2.884s] 2019-01-20 15:23:25,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:25.907 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.296s] 2019-01-20 15:23:26,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:26.379 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.470s] 2019-01-20 15:23:26,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:26.420 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.040s] 2019-01-20 15:23:26,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:26.547 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.291s] 2019-01-20 15:23:26,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:26.613 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.193s] 2019-01-20 15:23:26,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:26.680 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.066s] 2019-01-20 15:23:26,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:26.742 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.061s] 2019-01-20 15:23:26,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:26.761 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.214s] 2019-01-20 15:23:26,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:26.796 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.053s] 2019-01-20 15:23:26,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:26.841 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.044s] 2019-01-20 15:23:27,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:27.227 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.385s] 2019-01-20 15:23:27,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:27.395 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.512s] 2019-01-20 15:23:27,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:27.496 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.268s] 2019-01-20 15:23:27,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:27.780 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.284s] 2019-01-20 15:23:28,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:28.057 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.277s] 2019-01-20 15:23:28,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:28.121 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [2.386s] 2019-01-20 15:23:28,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:28.335 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.275s] 2019-01-20 15:23:28,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:28.383 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.199s] 2019-01-20 15:23:28,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:28.391 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.058s] 2019-01-20 15:23:28,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:28.590 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.206s] 2019-01-20 15:23:28,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:28.603 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.208s] 2019-01-20 15:23:28,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:28.617 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.027s] 2019-01-20 15:23:28,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:28.653 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.036s] 2019-01-20 15:23:28,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:28.752 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [49.406s] 2019-01-20 15:23:28,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:28.753 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2019-01-20 15:23:28,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:28.837 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.183s] 2019-01-20 15:23:28,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:28.860 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.023s] 2019-01-20 15:23:29,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:29.029 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.168s] 2019-01-20 15:23:29,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:29.053 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.024s] 2019-01-20 15:23:29,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:29.370 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.316s] 2019-01-20 15:23:29,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:29.392 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.022s] 2019-01-20 15:23:29,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:29.647 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.254s] 2019-01-20 15:23:29,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:29.713 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [0.960s] 2019-01-20 15:23:29,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:29.721 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.074s] 2019-01-20 15:23:29,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:29.930 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest ... skip: Cinder backup feature disabled 2019-01-20 15:23:29,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:29.949 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.235s] 2019-01-20 15:23:33,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:33.018 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. 2019-01-20 15:23:33,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:33.019 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2019-01-20 15:23:34,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:34.694 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [10.783s] 2019-01-20 15:23:37,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:37.351 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [17.210s] 2019-01-20 15:23:39,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:39.437 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [6.416s] 2019-01-20 15:23:41,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:41.521 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: Glance API v1 not supported 2019-01-20 15:23:45,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:45.691 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [77.600s] 2019-01-20 15:23:45,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:45.707 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [7.102s] 2019-01-20 15:23:52,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:52.299 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [6.590s] 2019-01-20 15:23:53,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:53.991 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [41.231s] 2019-01-20 15:23:57,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:57.404 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [18.540s] 2019-01-20 15:23:58,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:58.613 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]. 2019-01-20 15:23:58,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:23:58.614 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]. 2019-01-20 15:24:00,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:00.579 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [31.819s] 2019-01-20 15:24:02,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:02.581 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [5.180s] 2019-01-20 15:24:03,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:03.395 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 2019-01-20 15:24:07,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:07.125 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [4.543s] 2019-01-20 15:24:07,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:07.503 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [6.927s] 2019-01-20 15:24:09,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:09.282 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [4.219s] 2019-01-20 15:24:11,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:11.304 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [4.178s] 2019-01-20 15:24:13,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:13.771 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2019-01-20 15:24:14,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:14.381 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.099s] 2019-01-20 15:24:14,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:14.780 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [3.476s] 2019-01-20 15:24:15,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:15.969 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [38.615s] 2019-01-20 15:24:18,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:18.254 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.212s] 2019-01-20 15:24:18,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:18.391 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [3.610s] 2019-01-20 15:24:18,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:18.442 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.188s] 2019-01-20 15:24:18,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:18.648 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.205s] 2019-01-20 15:24:21,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:21.127 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.477s] 2019-01-20 15:24:21,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:21.292 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.166s] 2019-01-20 15:24:29,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:29.598 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [13.633s] 2019-01-20 15:24:38,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:38.568 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [0.804s] 2019-01-20 15:24:38,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:38.773 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.205s] 2019-01-20 15:24:44,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:44.852 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.176s] 2019-01-20 15:24:44,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:44.897 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.044s] 2019-01-20 15:24:49,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:49.231 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [67.006s] 2019-01-20 15:24:51,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:51.272 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [1.241s] 2019-01-20 15:24:53,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:24:53.335 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [18.066s] 2019-01-20 15:25:00,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:00.284 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [74.575s] 2019-01-20 15:25:02,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:02.015 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.866s] 2019-01-20 15:25:03,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:03.217 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2019-01-20 15:25:06,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:06.593 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... success [63.181s] 2019-01-20 15:25:06,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:06.631 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [11.620s] 2019-01-20 15:25:07,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:07.604 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.194s] 2019-01-20 15:25:07,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:07.995 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.391s] 2019-01-20 15:25:08,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:08.425 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2019-01-20 15:25:08,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:08.426 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2019-01-20 15:25:10,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:10.500 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [17.164s] 2019-01-20 15:25:13,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:13.147 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.645s] 2019-01-20 15:25:13,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:13.650 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.503s] 2019-01-20 15:25:14,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:14.317 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [12.301s] 2019-01-20 15:25:15,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:15.338 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.022s] 2019-01-20 15:25:16,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:16.041 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.703s] 2019-01-20 15:25:16,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:16.262 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [5.763s] 2019-01-20 15:25:16,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:16.484 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.442s] 2019-01-20 15:25:17,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:17.332 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [3.378s] 2019-01-20 15:25:17,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:17.689 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.358s] 2019-01-20 15:25:18,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:18.953 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [2.690s] 2019-01-20 15:25:19,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:19.826 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [2.135s] 2019-01-20 15:25:20,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:20.014 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.188s] 2019-01-20 15:25:20,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:20.499 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.485s] 2019-01-20 15:25:22,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:22.883 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.891s] 2019-01-20 15:25:23,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:23.489 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.606s] 2019-01-20 15:25:24,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:24.689 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.199s] 2019-01-20 15:25:24,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:24.762 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.073s] 2019-01-20 15:25:24,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:24.832 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.069s] 2019-01-20 15:25:24,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:24.852 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.020s] 2019-01-20 15:25:32,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:32.890 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.181s] 2019-01-20 15:25:36,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:36.586 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.671s] 2019-01-20 15:25:37,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:37.317 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.730s] 2019-01-20 15:25:37,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:37.731 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.413s] 2019-01-20 15:25:38,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:38.236 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.504s] 2019-01-20 15:25:39,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:39.576 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.338s] 2019-01-20 15:25:40,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:40.393 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.816s] 2019-01-20 15:25:41,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:41.540 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [1.147s] 2019-01-20 15:25:43,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:43.696 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [2.152s] 2019-01-20 15:25:43,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:43.953 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.254s] 2019-01-20 15:25:44,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:44.608 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.657s] 2019-01-20 15:25:44,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:44.720 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.112s] 2019-01-20 15:25:45,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:45.250 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.529s] 2019-01-20 15:25:46,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:46.584 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [1.333s] 2019-01-20 15:25:50,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:50.266 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [34.796s] 2019-01-20 15:25:53,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:53.292 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [34.335s] 2019-01-20 15:25:56,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:56.220 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [39.730s] 2019-01-20 15:25:59,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:59.667 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.474s] 2019-01-20 15:25:59,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:59.683 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.018s] 2019-01-20 15:25:59,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:25:59.951 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.267s] 2019-01-20 15:26:11,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:26:11.253 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [10.402s] 2019-01-20 15:26:12,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:26:12.129 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.904s] 2019-01-20 15:26:14,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:26:14.644 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [3.391s] 2019-01-20 15:26:17,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:26:17.484 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.193s] 2019-01-20 15:26:20,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:26:20.324 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [2.837s] 2019-01-20 15:26:26,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:26:26.503 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.357s] 2019-01-20 15:26:26,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:26:26.657 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.155s] 2019-01-20 15:26:26,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:26:26.815 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.157s] 2019-01-20 15:26:27,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:26:27.002 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.187s] 2019-01-20 15:26:29,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:26:29.289 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [35.991s] 2019-01-20 15:26:30,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:26:30.807 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.522s] 2019-01-20 15:26:31,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:26:31.662 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.218s] 2019-01-20 15:26:38,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:26:38.896 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [92.284s] 2019-01-20 15:26:41,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:26:41.591 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [10.781s] 2019-01-20 15:26:52,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:26:52.478 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [10.885s] 2019-01-20 15:26:57,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:26:57.380 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [4.903s] 2019-01-20 15:27:32,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:27:32.866 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [35.477s] 2019-01-20 15:27:47,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:27:47.809 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.067s] 2019-01-20 15:27:48,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:27:48.132 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.324s] 2019-01-20 15:27:48,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:27:48.674 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.541s] 2019-01-20 15:27:49,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:27:49.608 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [86.130s] 2019-01-20 15:27:50,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:27:50.397 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.722s] 2019-01-20 15:27:52,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:27:52.679 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.281s] 2019-01-20 15:27:52,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:27:52.874 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.195s] 2019-01-20 15:27:53,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:27:53.245 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.370s] 2019-01-20 15:28:12,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:28:12.813 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.008s] 2019-01-20 15:28:14,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:28:14.096 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2019-01-20 15:28:16,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:28:16.199 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2019-01-20 15:28:21,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:28:21.454 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... skip [0.000s]: Cinder backup is disabled 2019-01-20 15:28:44,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:28:44.385 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [22.919s] 2019-01-20 15:28:49,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:28:49.162 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.781s] 2019-01-20 15:29:12,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:29:12.623 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [23.452s] 2019-01-20 15:29:18,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:29:18.426 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [82.415s] 2019-01-20 15:29:19,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:29:19.035 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.415s] 2019-01-20 15:30:12,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-20 15:30:12.300 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [53.862s] 2019-01-20 15:30:18,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 5dc9df77-aac2-42f8-89f8-1e53ac5dc5ea 2019-01-20 15:30:18,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5dc9df77-aac2-42f8-89f8-1e53ac5dc5ea']'. 2019-01-20 15:30:20,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-20 15:30:20,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-20 15:30:20,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-20 15:30:20,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5dc9df77-aac2-42f8-89f8-1e53ac5dc5ea | 2019-01-20 15:30:20,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2019-01-20 15:30:20,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-20 15:11:08 | 2019-01-20 15:30:20,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-20 15:30:18 | 2019-01-20 15:30:20,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:19:10 | 2019-01-20 15:30:20,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-20 15:30:20,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-20 15:30:20,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b23ba565-b57d-4308-ba95-f10e1a7d91a8) | 2019-01-20 15:30:20,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-20 15:30:20,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 8cb7af2a-da19-4b9e-9dbe-64e5dba1ca66) | 2019-01-20 15:30:20,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2019-01-20 15:30:20,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1138.848 | 2019-01-20 15:30:20,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1076 | 2019-01-20 15:30:20,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 391 | 2019-01-20 15:30:20,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-20 15:30:20,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-20 15:30:20,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2019-01-20 15:30:20,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-20 15:30:20,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-20 15:30:20,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-20 15:30:20,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 99.9071494893% 2019-01-20 15:30:20,792 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 19:27 | PASS | +-------------------------------+------------------+------------------+----------------+ 2019-01-20 15:30:20,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-20 15:30:20,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3b5318063b6f565218a3ecb4ba3a39be79349cc1" 2019-01-20 15:30:21,589 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-45110bfb-bd94-4253-937c-45e97572f16f Date: Sun, 20 Jan 2019 15:30:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 15:30:21,589 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa used request id req-45110bfb-bd94-4253-937c-45e97572f16f 2019-01-20 15:30:21,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.794852972031s 2019-01-20 15:30:21,590 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/f8c078fa-0ee9-46e1-9a1f-c7e7da97b9fa used request id req-45110bfb-bd94-4253-937c-45e97572f16f 2019-01-20 15:30:21,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 15:30:21,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:30:21,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15: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,Accept-Encoding x-openstack-request-id: req-a9f4443c-151c-42cb-9a28-2552c1c3a48e x-compute-request-id: req-a9f4443c-151c-42cb-9a28-2552c1c3a48e Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a7d247bd-3963-40c4-a56b-5bb8fa022bbd", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a7d247bd-3963-40c4-a56b-5bb8fa022bbd", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a7d247bd-3963-40c4-a56b-5bb8fa022bbd", "name": "tempest_full_parallel-flavor_8829d8f6-f479-4003-bc56-ffa7fad8541f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a9febe3a-caee-4f39-9065-f4852bdedfb9", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a9febe3a-caee-4f39-9065-f4852bdedfb9", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a9febe3a-caee-4f39-9065-f4852bdedfb9", "name": "tempest_full_parallel-flavor_alt_8829d8f6-f479-4003-bc56-ffa7fad8541f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 15:30:21,795 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-a9f4443c-151c-42cb-9a28-2552c1c3a48e 2019-01-20 15:30:21,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.204653978348s 2019-01-20 15:30:21,795 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-a9f4443c-151c-42cb-9a28-2552c1c3a48e 2019-01-20 15:30:21,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-20 15:30:21,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/a9febe3a-caee-4f39-9065-f4852bdedfb9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:30:21,840 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 15: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-cd8487b0-6ab9-41c0-aba6-326708bfcafd x-compute-request-id: req-cd8487b0-6ab9-41c0-aba6-326708bfcafd Content-Length: 0 Content-Type: application/json 2019-01-20 15:30:21,840 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/a9febe3a-caee-4f39-9065-f4852bdedfb9 used request id req-cd8487b0-6ab9-41c0-aba6-326708bfcafd 2019-01-20 15:30:21,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0426330566406s 2019-01-20 15:30:21,841 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/a9febe3a-caee-4f39-9065-f4852bdedfb9 used request id req-cd8487b0-6ab9-41c0-aba6-326708bfcafd 2019-01-20 15:30:21,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-20 15:30:21,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}3b5318063b6f565218a3ecb4ba3a39be79349cc1" 2019-01-20 15:30:22,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-bbf90b99-dcf8-4e60-b0a7-0a3af0d7783e Date: Sun, 20 Jan 2019 15:30:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d/snap", "metadata": {}}], "file": "/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d/file", "owner": "da0e00e122f34b848d8bd19021947e0a", "id": "c8d627c2-faae-4397-aa2b-0e95d3498c9d", "size": 12716032, "self": "/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d", "disk_format": "qcow2", "direct_url": "rbd://6e9d5a91-d0ca-42dc-b1c1-c878e4f1f422/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-20T15:10:56Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_8829d8f6-f479-4003-bc56-ffa7fad8541f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_8829d8f6-f479-4003-bc56-ffa7fad8541f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-20T15:10:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-20 15:30:22,496 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-bbf90b99-dcf8-4e60-b0a7-0a3af0d7783e 2019-01-20 15:30:22,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.654454946518s 2019-01-20 15:30:22,496 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-bbf90b99-dcf8-4e60-b0a7-0a3af0d7783e 2019-01-20 15:30:22,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-20 15:30:22,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3b5318063b6f565218a3ecb4ba3a39be79349cc1" 2019-01-20 15:30:23,954 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ceb9f1ba-f4b2-49e7-9366-2ab2d950e47e Date: Sun, 20 Jan 2019 15:30:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-20 15:30:23,954 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d used request id req-ceb9f1ba-f4b2-49e7-9366-2ab2d950e47e 2019-01-20 15:30:23,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.45616102219s 2019-01-20 15:30:23,954 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/c8d627c2-faae-4397-aa2b-0e95d3498c9d used request id req-ceb9f1ba-f4b2-49e7-9366-2ab2d950e47e 2019-01-20 15:30:23,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-20 15:30:23,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22: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}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:30:23,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:30: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-8b6487d0-1178-425d-bb1c-9fc3ad54d4b9 x-compute-request-id: req-8b6487d0-1178-425d-bb1c-9fc3ad54d4b9 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/a7d247bd-3963-40c4-a56b-5bb8fa022bbd", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/a7d247bd-3963-40c4-a56b-5bb8fa022bbd", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a7d247bd-3963-40c4-a56b-5bb8fa022bbd", "name": "tempest_full_parallel-flavor_8829d8f6-f479-4003-bc56-ffa7fad8541f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-20 15:30:23,991 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-8b6487d0-1178-425d-bb1c-9fc3ad54d4b9 2019-01-20 15:30:23,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.036101102829s 2019-01-20 15:30:23,992 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-8b6487d0-1178-425d-bb1c-9fc3ad54d4b9 2019-01-20 15:30:23,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-20 15:30:23,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/a7d247bd-3963-40c4-a56b-5bb8fa022bbd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:30:24,026 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 20 Jan 2019 15:30: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-3990b75c-f5f0-4a19-a0a4-eda9798d2f3c x-compute-request-id: req-3990b75c-f5f0-4a19-a0a4-eda9798d2f3c Content-Length: 0 Content-Type: application/json 2019-01-20 15:30:24,027 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/a7d247bd-3963-40c4-a56b-5bb8fa022bbd used request id req-3990b75c-f5f0-4a19-a0a4-eda9798d2f3c 2019-01-20 15:30:24,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0332341194153s 2019-01-20 15:30:24,027 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/a7d247bd-3963-40c4-a56b-5bb8fa022bbd used request id req-3990b75c-f5f0-4a19-a0a4-eda9798d2f3c 2019-01-20 15:30:24,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 15:30:24,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:30:24,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c47f571-c214-4c69-a7ea-bdfdd17555fb Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/06b8d507f2aa40c2965257033ca6cfc9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06b8d507f2aa40c2965257033ca6cfc9", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/0da3065dab57446dbef64bb6685ed9c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0da3065dab57446dbef64bb6685ed9c2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.22:5000/v3/users/0eaf86e2976e4c58b95c9d06ac1995d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0eaf86e2976e4c58b95c9d06ac1995d0", "email": "tacker@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.22:5000/v3/users/146a8135a3274a798af02e48edb94607"}, "domain_id": "default", "enabled": true, "options": {}, "id": "146a8135a3274a798af02e48edb94607", "email": "barbican@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/1c3bb11fa0b0459182355bb9824e34bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c3bb11fa0b0459182355bb9824e34bc", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/2b975f46992f484ead6698507a059663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b975f46992f484ead6698507a059663", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/5693971f77414404b44636e822ae03f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5693971f77414404b44636e822ae03f8", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/61e2f265b8764e70af4aa2b3b891e99c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e2f265b8764e70af4aa2b3b891e99c", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/70c281e2119e4a9aa7d5b32dc3c24f77"}, "domain_id": "8cdd16f9bd8b4dc0b796ada7088dcddb", "enabled": true, "options": {}, "id": "70c281e2119e4a9aa7d5b32dc3c24f77", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/96110a92bd284ca5bccb7c5d679699e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96110a92bd284ca5bccb7c5d679699e2", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/c0e9c18467074e16b94f2988b3a3637c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0e9c18467074e16b94f2988b3a3637c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/c18b4cecb9ea4035b08b854bede25af3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c18b4cecb9ea4035b08b854bede25af3", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_8829d8f6-f479-4003-bc56-ffa7fad8541f", "links": {"self": "http://172.30.9.22:5000/v3/users/dfc271d1330f43b28bc858dd9024dfaa"}, "domain_id": "default", "enabled": true, "id": "dfc271d1330f43b28bc858dd9024dfaa", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/ed241542a95346ea805572e1da61c8c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed241542a95346ea805572e1da61c8c2", "email": "neutron@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.22:5000/v3/users/f646edc76f004b3d8ae399ac92c3c6ce"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f646edc76f004b3d8ae399ac92c3c6ce", "email": "congress@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/f8f63ab39a9246baa25b758102f1d4be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8f63ab39a9246baa25b758102f1d4be", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2019-01-20 15:30:24,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5c47f571-c214-4c69-a7ea-bdfdd17555fb 2019-01-20 15:30:24,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106193065643s 2019-01-20 15:30:24,134 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5c47f571-c214-4c69-a7ea-bdfdd17555fb 2019-01-20 15:30:24,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-20 15:30:24,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/dfc271d1330f43b28bc858dd9024dfaa -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:30:24,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e6fc9e6-9e9e-49a7-9001-53dc2ea266db Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.22:5000/v3/users/dfc271d1330f43b28bc858dd9024dfaa"}, "enabled": true, "id": "dfc271d1330f43b28bc858dd9024dfaa", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_8829d8f6-f479-4003-bc56-ffa7fad8541f"}} 2019-01-20 15:30:24,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/dfc271d1330f43b28bc858dd9024dfaa used request id req-3e6fc9e6-9e9e-49a7-9001-53dc2ea266db 2019-01-20 15:30:24,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0983328819275s 2019-01-20 15:30:24,239 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/dfc271d1330f43b28bc858dd9024dfaa used request id req-3e6fc9e6-9e9e-49a7-9001-53dc2ea266db 2019-01-20 15:30:24,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-20 15:30:24,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/dfc271d1330f43b28bc858dd9024dfaa -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:30:24,418 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 15:30:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7fc1b52-18ea-4842-a111-e15afb40a93a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 15:30:24,418 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/dfc271d1330f43b28bc858dd9024dfaa used request id req-f7fc1b52-18ea-4842-a111-e15afb40a93a 2019-01-20 15:30:24,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.178626060486s 2019-01-20 15:30:24,419 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/dfc271d1330f43b28bc858dd9024dfaa used request id req-f7fc1b52-18ea-4842-a111-e15afb40a93a 2019-01-20 15:30:24,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-20 15:30:24,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22: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}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:30:24,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08ae175f-7fd5-442c-84e4-d5363adce794 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/057838f782f94e5ca660a8d24231cdb7"}, "enabled": true, "id": "057838f782f94e5ca660a8d24231cdb7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8d14f5667e9047c48e94669c1b7aeab7"}, "enabled": true, "id": "8d14f5667e9047c48e94669c1b7aeab7", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.22:5000/v3/projects/da0e00e122f34b848d8bd19021947e0a"}, "enabled": true, "id": "da0e00e122f34b848d8bd19021947e0a", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_8829d8f6-f479-4003-bc56-ffa7fad8541f"}]} 2019-01-20 15:30:24,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-08ae175f-7fd5-442c-84e4-d5363adce794 2019-01-20 15:30:24,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0837709903717s 2019-01-20 15:30:24,504 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-08ae175f-7fd5-442c-84e4-d5363adce794 2019-01-20 15:30:24,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-20 15:30:24,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/da0e00e122f34b848d8bd19021947e0a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:30:24,651 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 15:30:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-624a74b4-0f9e-48ee-afc4-05e792a58bed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 15:30:24,651 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/da0e00e122f34b848d8bd19021947e0a used request id req-624a74b4-0f9e-48ee-afc4-05e792a58bed 2019-01-20 15:30:24,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.145708084106s 2019-01-20 15:30:24,652 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/da0e00e122f34b848d8bd19021947e0a used request id req-624a74b4-0f9e-48ee-afc4-05e792a58bed 2019-01-20 15:30:24,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-20 15:30:24,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:30:24,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 20 Jan 2019 15:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa5b44e4-4f74-40ad-a423-aeb6d0b601c0 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3632350450334e18a0b2fee7e66c0160", "links": {"self": "http://172.30.9.22:5000/v3/roles/3632350450334e18a0b2fee7e66c0160"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4babf422661f4547b9d6f5e4a8e4ce07", "links": {"self": "http://172.30.9.22:5000/v3/roles/4babf422661f4547b9d6f5e4a8e4ce07"}, "name": "Member"}, {"domain_id": null, "id": "77f3d538c7cd4e1a927402af90dfd66a", "links": {"self": "http://172.30.9.22:5000/v3/roles/77f3d538c7cd4e1a927402af90dfd66a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f3dd53dbc64e485ba369d0010077ed9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f3dd53dbc64e485ba369d0010077ed9c"}, "name": "heat_stack_user"}]} 2019-01-20 15:30:24,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fa5b44e4-4f74-40ad-a423-aeb6d0b601c0 2019-01-20 15:30:24,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0783770084381s 2019-01-20 15:30:24,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-20 15:30:24,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/4babf422661f4547b9d6f5e4a8e4ce07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:30:24,845 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 20 Jan 2019 15:30:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6467d22-2051-4134-b990-d3adad5e11e9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-20 15:30:24,845 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/4babf422661f4547b9d6f5e4a8e4ce07 used request id req-e6467d22-2051-4134-b990-d3adad5e11e9 2019-01-20 15:30:24,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.112996101379s 2019-01-20 15:30:24,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-20 15:30:24,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/security-groups.json?project_id=da0e00e122f34b848d8bd19021947e0a&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}6f67d3142e2c2bd48abc45d87a703978481cfa02" 2019-01-20 15:30:25,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-0c282042-7b4d-4b3f-8de8-43678bcdc5d0 Date: Sun, 20 Jan 2019 15:30:25 GMT RESP BODY: {"security_groups": []} 2019-01-20 15:30:25,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=da0e00e122f34b848d8bd19021947e0a&name=default used request id req-0c282042-7b4d-4b3f-8de8-43678bcdc5d0 2019-01-20 15:30:25,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.180616855621s 2019-01-20 15:30:25,029 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json?project_id=da0e00e122f34b848d8bd19021947e0a&name=default used request id req-0c282042-7b4d-4b3f-8de8-43678bcdc5d0 2019-01-20 15:30:25,030 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK